* {
	font-family: 'Microsoft YaHei';
	font-size: 14px;
	border: 0;
	padding: 0;
	margin: 0;
	color: #666;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.clearfix {
	zoom: 1;
}

	.clearfix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}

.t2em {
	text-indent: 2em
}

.tc {
	text-align: center
}

.bgone {
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
	min-height: 320px;
	max-height: 480px
}

.pic {
	width: 492px;
	height: auto;
	position: absolute;
	top: 173px;
	right: 453px;
	left: 0;
	bottom: 0;
	margin: auto;
	z-index: 99999;
}

.table {
	background-color: #FFFFFF;
	border-radius: 3px;
	width: 1100px;
	min-height: 465px;
	position: relative;
	top: 240px;
	right: 0;
	left: 0;
	margin: auto;
	box-shadow: 0 0 10px rgba(0,0,0,.4)
}

.password {
	position: absolute;
	top: 12.8rem;
	right: 4rem;
	display: flex;
}

.btn {
	position: absolute;
	top: 18.5rem;
	right: 3.9rem;
	border: none;
	color: #fff;
	width: 373px;
	text-align: center;
	background-color: #1592ef;
	text-indent: 0rem;
	border-radius: 10px;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
	font-size: 20px;
	height: 50px;
}

.wel {
	width: 1100px;
	height: 35px;
	color: #fff;
	font-size: 47px;
	position: absolute;
	top: -160px;
	text-align: center;
}

.wel1 {
	width: 960px;
	height: 35px;
	color: #fff;
	font-size: 12.38px;
	position: absolute;
	top: -4rem;
	text-align: center;
}

.no-start {
	text-align: center;
	font-size: 24px;
	color: #666;
	padding-top: 13%
}

.password input {
	border: 0;
}

.user-info {
	position: absolute;
	right: 10%;
	top: 20px
}

	.user-info a {
		color: #fff;
		text-shadow: 1px 1px 1px #000
	}

		.user-info a:hover {
			text-decoration: underline;
			color: #fff
		}

.user {
	position: absolute;
	top: 7.8rem;
	right: 4rem;
	display: flex;
}

.user-box {
	width: 520px;
	float: left;
	text-align: left;
	padding-top: 20px
}

	.user-box h1, .left-form h1 {
		font-weight: normal;
		font-size: 20px;
		display: block;
		margin-bottom: 30px
	}

	.user-box .layui-form-item {
		margin-bottom: 20px
	}

.info {
	width: 410px;
	float: left;
	padding-top: 40px
}

	.info h1 {
		font-weight: normal;
		font-size: 20px;
		display: block;
		margin-bottom: 30px
	}

	.info p {
		line-height: 2
	}

#yonghu img {
	height: 30px;
	position: absolute;
	left: 10px;
	top: 13px;
}

.wrapper {
	width: 1340px;
	overflow-y: auto;
	margin: 0 auto;
	padding-top: 40px;
	margin-top: 140px;
	background: #E4E4F1;
	box-shadow: 0px 0px 5px 0px rgba(225,225,225,0.5);
	border-radius: 30px;
	position: relative;
	border-radius: 3px;
	height: calc(100vh - 160px)
}

	.wrapper .wel {
		top: -40px
	}
/*步骤*/
.steps {
	padding: 20px 20px 0;
	position: relative;
	overflow: hidden
}

.steps-item {
	width: 250px;
	text-align: center;
	border-radius: 10px;
	color: #fff;
	margin-bottom: 25px;
	cursor: pointer;
	float: left;
	min-height: 116px;
	position: relative;
}

	.steps-item::after {
		content: '';
		height: 1px;
		width: 220px;
		display: block;
		position: absolute;
		left: 140px;
		top: 14px;
		background: #013684
	}

	.steps-item:last-child::after {
		display: none
	}

	.steps-item:nth-child(5n)::after {
		display: none;
	}

	.steps-item.last {
	}

		.steps-item.last h1 {
			color: #999;
		}

	.steps-item .num {
		margin: 0 auto;
		width: 34px;
		height: 34px;
		border-radius: 50%;
		display: block;
		z-index: 1;
		background: url(../login2/circle_blue@2x.png) no-repeat;
		background-size: cover;
		line-height: 34px;
		color: #0793CD;
		font-size: 20px;
		top: 50%;
		left: -10px;
		font-style: normal;
	}

	.steps-item.last .num {
		color: #0793CD;
		font-size: 20px;
		top: 50%;
		left: -10px;
		background: url(../login2/circle_grey@2x.png) no-repeat;
		background-size: cover;
		font-style: normal;
	}

	.steps-item h1 {
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 5px;
		color: #333;
		padding-top: 10px;
	}

	.steps-item .status {
		font-size: 13px;
		padding: 2px 6px;
		border-radius: 3px;
		color: #013684;
		padding-top: 6px;
	}

	.steps-item p {
		color: #C1E3F2;
		font-size: 14px;
		margin-top: 5px
	}

.steps-item2 {
	min-height: initial;
	margin-right: 40px;
	min-width: 170px;
	cursor: initial;
	margin-bottom: 40px
}

	.steps-item2::after {
		display: none;
	}

	.steps-item2 a {
		display: block
	}

	.steps-item2 .step-btns {
		position: absolute;
		left: 0;
		width: 100%;
		bottom: -30px
	}

.step-btn-add {
	padding: 20px 30px;
	text-align: center;
	position: relative;
	border-radius: 10px;
	margin-bottom: 25px;
	margin-right: 120px;
	cursor: pointer;
	float: left;
	min-height: 136px;
	box-sizing: border-box;
	background: #E5E5E5;
	font-size: 28px;
	padding-top: 30px
}

	.step-btn-add i {
		font-size: 38px
	}

	.step-btn-add:hover {
		color: #013684
	}

.p20 {
	padding: 20px
}

.positionR {
	position: relative
}

.positionA {
	position: absolute
}

.side-nav {
	background: #fff;
	border-radius: 3px;
	text-align: center;
	margin-left: -120px;
	top: 250px;
	width: 100px;
	float: left;
}

	.side-nav a {
		padding: 10px 0;
		border-bottom: 1px solid #E5E8ED;
		display: block
	}

		.side-nav a:last-child {
			border-bottom: none
		}

.scrollfixed {
	margin-left: 0
}

.touxiang {
	width: 150px;
	height: 200px;
	float: right;
	position: relative
}

	.touxiang img {
		width: 150px;
		height: 200px;
	}

	.touxiang .tip {
		position: absolute;
		line-height: 30px;
		text-align: center;
		background: rgba(0,0,0,.8);
		color: #fff;
		width: 100%;
		bottom: 0;
		left: 0;
		font-size: 12px;
		line-height: 1.5
	}

	.touxiang .upload-box {
		position: absolute;
		background: rgba(0,0,0,.6);
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		padding-top: 80px;
		text-align: center;
		display: none
	}

		.touxiang .upload-box button {
		}

	.touxiang:hover .tip {
		display: none
	}

	.touxiang:hover .upload-box {
		display: block
	}

.rtop {
	overflow: hidden;
	padding-bottom: 9px;
	border-bottom: 1px solid #dbdbdb;
	margin-left: 20px;
	margin-right: 20px
}

	.rtop h5 {
		float: left;
		padding-left: 10px;
		border-left: 3px solid #1C72C7;
		font-weight: normal;
		line-height: 16px;
	}

		.rtop h5 a {
			font-size: 18px;
			color: #1C72C7;
		}

.left-form {
	width: 70%;
	float: left;
	padding: 30px;
	box-sizing: border-box
}

.right-info {
	width: 27%;
	float: right;
	padding-top: 40px
}

	.right-info h1 {
		font-weight: normal;
		font-size: 20px;
		display: block;
		margin-bottom: 30px
	}

	.right-info p {
		line-height: 2
	}

.sepline {
	float: left;
	height: 200px;
	width: 1px;
	border-right: 1px solid #E6E6E6;
	margin-top: 80px
}

.content {
	padding: 0 20px;
}

	.content p {
		margin-bottom: 15px;
		line-height: 2;
		font-size: 16px;
	}

.footer {
	background: #E3E3E3;
	padding: 20px 0;
	width: 1100px;
	margin: 0px auto 0 auto;
	text-align: center;
}

.shenqing-box {
	padding: 5px 10px;
	margin: 20px 20px 0 20px;
	text-align: center;
}

/* header */
.header {
	height: 59px;
	border-bottom: 1px solid #404553;
	background-color: #393D49;
}

.logo {
	position: absolute;
	left: 0;
	top: 16px;
	color: #fff;
	font-size: 20px
}

	.logo img {
		width: 82px;
		height: 31px;
	}

.my-card {
}

	.my-card .layui-card-header {
		background: #F2F2F2
	}

	.my-card .layui-card-body {
		border: 1px solid #F2F2F2
	}

/*客户登录页*/
.mb-3, .my-3 {
	margin-bottom: 1.6rem !important;
}

.login-top {
	width: 100%;
	position: fixed;
	z-index: 999;
	top: 0px;
}

.head {
	width: 400px;
	height: 80px;
	margin-left: 24%;
}

	.head img {
		width: 120px;
		height: 50px;
		margin-top: 15px;
	}

	.head span {
		display: block;
		height: 80px;
		line-height: 80px;
		margin-right: 43%;
		font-size: 1.2rem;
		color: rgb(135, 148, 143);
	}

		.head span h1 {
			display: block;
			padding: 0;
			float: left;
			height: 80px;
			line-height: 72px;
			padding: 0px 3px;
			font-size: 3rem;
		}

.login-box {
	margin-top: 80px;
	width: 100%;
	height: 600px;
	background-color: #10c55c;
	position: relative;
	background: url(../login2/loginbanner.png) no-repeat;
	background-size: cover
}

.tree {
	position: relative;
	width: 300px;
	top: 468px;
	left: 120px;
}

	.tree img {
		width: 300px;
		height: 132px;
	}

.slogan {
	position: relative;
	width: 500px;
	left: 200px;
	font-size: 2.5rem;
	color: white;
	letter-spacing: 5px;
	animation: slogan 1s;
	-webkit-animation: slogan 1s;
	top: 300px /* Safari and Chrome */
}

@keyframes slogan {
	0% {
		left: -40%;
		top: 300px;
		opacity: 0;
	}

	100% {
		left: 200px;
		top: 300px;
		opacity: 1;
	}
}

@-webkit-keyframes slogan
/* Safari and Chrome */ {
	0% {
		left: 40%;
		top: 0px;
		opacity: 0;
	}

	100% {
		left: 40%;
		top: -280px;
		opacity: 1;
	}
}

.yellow {
	color: #fdef34;
}

.earth {
	position: relative;
	width: 400px;
	height: 350px;
	top: -100px;
	left: 40%;
	animation: earth 1s;
	-webkit-animation: earth 1s;
	margin-left: -300px /* Safari and Chrome */
}

@keyframes earth {
	0% {
		left: 40%;
		top: 50px;
	}

	100% {
		left: 40%;
		top: -100px;
	}
}

@-webkit-keyframes earth
/* Safari and Chrome */
{
	0% {
		left: 40%;
		top: 50px;
	}

	100% {
		left: 40%;
		top: -100px;
	}
}

.earth img {
	width: 400px;
	height: 350px;
}

.login {
	position: absolute;
	width: 400px;
	height: 460px;
	top: 60px;
	right: 12%;
	border-radius: 10px;
	background-color: white;
	box-shadow: 3px 3px 10px 2px #0b9243;
	animation: login 1s;
	-webkit-animation: login 1s;
	display: block; /* Safari and Chrome */
}

@keyframes login {
	0% {
		right: 0%;
		top: 60px;
	}

	100% {
		right: 12%;
		top: 60px;
	}
}

@-webkit-keyframes login
/* Safari and Chrome */ {
	0% {
		right: 0%;
		top: 140px;
	}

	100% {
		right: 12%;
		top: 140px;
	}
}

.login-footer {
	width: 100%;
	height: 200px;
	box-shadow: 0 -10px 10px -10px #888;
}

.login-nav {
	width: 50%;
	height: 30px;
	margin: 50px auto;
}

	.login-nav .foot {
		margin-top: 10px;
	}

	.login-nav ul {
		width: 44%;
		height: 25px;
		margin: 0 auto;
		padding: 0px;
		display: block;
		list-style: none;
	}

.border {
	width: 3px;
	height: 19px;
	float: right;
	margin: 3px 5px;
	background-color: black;
}

.login-nav ul li {
	display: block;
	float: left;
	font-size: 1rem;
	font-weight: 400px;
	line-height: 25px;
}

.login-logo {
	width: 130px;
	height: 60px;
	margin: 20px auto;
}

	.login-logo img {
		height: 60px;
	}

.login-other {
	width: 70%;
	height: 40px;
	margin: 20px auto;
}

	.login-other div:first-child {
		padding-left: 12px;
	}

	.login-other div {
		padding: 5px 5px;
		float: left;
	}

		.login-other div img {
			height: 30px;
		}

.login-form {
	margin: 0 auto;
	padding-top: 20px;
}

.layadmin-user-login {
	padding-top: 30px
}

.btn-success {
	background-color: #10c35b;
}

	.btn-success:hover {
		background-color: #0da74d;
	}

.hr {
	width: 70%;
	height: 1px;
	margin: 0 auto;
	background-color: #888;
}

	.hr span {
		display: block;
		position: absolute;
		top: 146px;
		left: 45%;
		background-color: white;
		width: 30px;
		height: 20px;
		text-align: center;
		color: #888;
	}

.login-regist {
	width: 70%;
	margin: 30px auto;
	text-align: right;
	font-size: 0.9rem;
	color: #888;
}

	.login-regist span {
		color: #10c55c;
		font-size: 1rem;
		cursor: pointer;
	}

.move {
	position: relative;
	width: 400px;
	height: 350px;
	top: -280px;
	left: 40%;
	animation-name: move;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-play-state: running; /* Safari and Chrome: */
	-webkit-animation-name: move;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	-webkit-animation-play-state: running;
}

@keyframes move {
	0% {
		left: 40%;
		top: -280px;
	}

	100% {
		left: 40%;
		top: -270px;
	}
}

@-webkit-keyframes move
/* Safari and Chrome */ {
	0% {
		left: 40%;
		top: -280px;
	}

	100% {
		left: 40%;
		top: -270px;
	}
}
/* 注册 */
.input-group-text {
	cursor: pointer;
}

.regist {
	position: absolute;
	width: 400px;
	height: 460px;
	top: 140px;
	right: 12%;
	border-radius: 10px;
	background-color: white;
	box-shadow: 3px 3px 10px 2px #0b9243;
	animation: regist 1s;
	-webkit-animation: login 1s;
	display: none; /* Safari and Chrome */
}

.regist-title {
	width: 100%;
	height: 40px;
	font-size: 1.5rem;
	padding-left: 10px;
	margin-top: 30px;
	line-height: 40px;
	font-weight: 400;
	border-left: 5px solid #0b9243;
}

	.regist-title span {
		float: right;
		margin-right: 15%;
	}

@keyframes regist {
	0% {
		right: 0%;
		top: 140px;
	}

	100% {
		right: 12%;
		top: 140px;
	}
}

@-webkit-keyframes regist
/* Safari and Chrome */ {
	0% {
		right: 0%;
		top: 140px;
	}

	100% {
		right: 12%;
		top: 140px;
	}
}

.login-login {
	position: absolute;
	bottom: 30px;
	right: 15%;
	width: 70%;
	text-align: right;
	font-size: 0.9rem;
	color: #888;
}

#ToLogin {
	color: #10c55c;
	font-size: 1rem;
	cursor: pointer;
}

#otherLogin {
	float: left;
	cursor: pointer;
}

#phoneLogin {
	float: left;
	cursor: pointer;
	display: none;
}

.regist-form {
	width: 70%;
	margin: 0 auto;
	padding-top: 20px;
	display: block;
}

.phone-form {
	width: 70%;
	margin: 20px auto;
	padding-top: 20px;
	display: block;
}

.otherLogin {
	width: 70%;
	margin: 30px auto;
	display: none;
}

.qq {
	width: 50%;
	padding-left: 10%;
	padding-top: 20%;
	float: left;
}

.wx {
	width: 50%;
	padding-left: 10%;
	padding-top: 20%;
	float: left;
}

.qq img {
	width: 80%;
}

.wx img {
	width: 80%;
}
/* 验证弹框 */
.box {
	margin: 0 auto;
	position: absolute;
	left: 49.5%;
	top: 40%;
	height: 420px;
	width: 300px;
	margin-left: -150px;
	margin-top: -210px;
	border: 1px solid #ccc;
	background-color: #fff;
	border-radius: 25px;
	z-index: 99;
}

.box-bg {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 1080px;
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
}

.top-s {
	font-size: 12px;
	color: #ccc;
	display: block;
	text-align: center;
	margin-left: 25px;
	margin-top: 25px;
	margin-bottom: 5px;
}

.top-x {
	font-size: 18px;
	color: black;
	display: block;
	text-align: center;
	margin-bottom: 45px;
}

.cuo {
	float: right;
	margin-right: 10px;
	margin-top: 5px;
	cursor: pointer;
}

.shuoming {
	font-size: 16px;
	line-height: 1.8;
	padding: 25px;
	min-height: 350px
}

	.shuoming p {
		font-size: 16px;
		margin-bottom: 10px
	}

.layui-layer-hui .layui-layer-content {
	color: #fff
}

.titles {
	text-align: center;
}

	.titles span {
		font-weight: 600;
		font-size: 22px;
		color: #013684;
		line-height: 30px;
		position: relative;
	}

		.titles span::after {
			content: "";
			width: 4px;
			height: 20px;
			background: #013684;
			border-radius: 2px;
			display: block;
			position: absolute;
			left: -14px;
			top: 6px
		}
