@charset "utf-8";
/* CSS Document */
.page {
	background: none #d8dcf2;
}
.head .logo .sub {
	display: none;
}
.head .user {
	display: none;
}


.foot {
	background-color: transparent;
}
.foot:after {
	display: none;
}
.login {
	min-height: 670px;
	background-repeat:no-repeat;
	background-position: center top;
}
.login .wrapper {
	position: relative;

}
.login-box {
	position: absolute;
	top: 120px;
	right: 30px;
	width: 420px;
	/*height: 360px;*/
	padding: 25px 45px;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 8px 16px hsla(0,0%,100%,.3);
	z-index: 1;
}
.login-box h1 {
	font-size: 24px;
	color: #6e80ff;
	line-height: 50px;
	text-align: center;
}
.login-box .layui-tab {
    margin: 0;
}
.login-box .layui-tab-title {
    height: 50px;
    border-bottom-color: #e5e5e5;
}
.login-box .layui-tab-title li {
    width: 50%;
    line-height: 50px;
    color: #aaa;
}
.login-box .layui-tab-title .layui-this {
	font-size: 24px;
	color: #6e80ff; 

}
.login-box .layui-tab-title .layui-this:after {
    height: 50px;
    background-color: transparent;
    border-bottom: 2px solid #5e71ff;
}
.login-box .layui-tab-content {
    padding: 0;
}

.login-box .layui-form {
	padding: 15px 0;
}
.login-box .layui-form-item {
	margin-bottom: 20px;
}
.login-box .layui-input-block {
	min-height: 42px;
	margin-left: 0;
}
.login-box .layui-input {
	height: 42px;
	background-color: #f5f5f5;
	border: 0;
	border-radius: 0;
}
.login-box .submit {
	margin-top: 40px;
}
.login-box .submit .layui-btn {
	width: 100%;
	height: 42px;
	border: 0;
	border-radius: 0;
}
.login-box .more-link {
	text-align: center;
	line-height: 42px;
}
.login-box .more-link a {
	color: #5468ff;
}
.login-box .more-link a + a {
    margin-left: 200px;
}
.login-box .select {
    width: 80px;
    margin-right: 0;
}
.login-box .select + .layui-input-inline {
    width: 250px;
    margin-right: 0;
}
.login-box .code {
    position: relative;
}
.login-box .code .layui-btn {
    position: absolute;
    right: 2px;
    top: 2px;
    color: #5e71ff;
    background-color: #fff;
    border: 1px solid #5e71ff;
}
.login .text {
	height: 660px!important;
	padding-top: 70px;
}
.login .text h1 {
	margin-bottom: 32px;
	font-size: 48px;
	font-weight: bold;
	color: #5468ff;
	line-height: 48px;
}
.login .text p {
	font-size: 24px;
	color: #3a416f;
	line-height: 24px;
}
.login .text ul {
	position: relative;
	margin-top: 40px;
	padding: 10px 30px;
}
.login .text ul:before {
	position: absolute;
	left: 7px;
	top: 0;
	bottom: 0;
	width: 2px;
	background-color: #bdc1da;
	content: "";
}
.login .text ul li {
	position: relative;
	font-size: 16px;
	line-height: 40px;
}
.login .text ul li:before {
	position: absolute;
	top: 50%;
	left: -30px;
	width: 11px;
	height: 11px;
	margin-top: -8px;
	background-color: #fff;
	border: 2px solid #596cfd;
	border-radius: 100%;
	content: "";
}
.login .more {
	position: absolute;
	left: 90px;
	top: 560px;
}
.login .more:after {
	position: absolute;
	left: 50%;
	top: 60px;
	bottom: -42px;
	width: 19px;
	height: 41px;
	margin-left: -9.5px;
	background: url("../images/more-arrow.png") no-repeat;
	content: "";
}
.login .more a {
	display: inline-block;
	width: 255px;
	height: 60px;
	font-size: 24px;
	line-height: 60px;
	text-align: center;
	color: #545454;
	background-color: #fdfdfd;
	border-radius: 30px;
	box-shadow: 1px 2px 10px rgba(183,186,189,.6);
}
.show-more {
	padding: 95px 0 30px;
	background: url("../images/login-bg.png") no-repeat center top;
}
.show-more dl {
	position: relative;
	padding: 36px 0;
	z-index: 1
}
.show-more dl:before {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 160px;
	font-weight: bold;
	line-height: 160px;
	color: #c8cfed;
	content: "1";
	z-index: -1;
}
.show-more dl:nth-child(2):before {
	content: "2"
}
.show-more dl:nth-child(3):before {
	content: "3"
}
.show-more dl:nth-child(4):before {
	content: "4"
}
.show-more dl:nth-child(5):before {
	content: "5"
}
.show-more dl:nth-child(6):before {
	content: "6"
}
.show-more dt {
	margin-bottom: 20px;
	font-size: 24px;
	line-height: 36px;
	color: #5468ff;
}
.show-more dd {
	font-size: 14px;
	line-height: 24px;
	color: #595959;
}
.agreementCheckBtn .layui-form-checkbox span{
	padding-right:0;
}
.agreementCheckBtn a {
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
}
.agreementCheckBtn .tip {
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
}
