.login-page{
	width: 100%;
	height: 100%;
	background: linear-gradient(-126deg, #698fe9, #5e87e8);
	overflow: hidden;
	position: relative;
}
.login-page .bj-pic01{
	width: 130px;
	position: absolute;
	left: 0;
	top: 15%;
}
.login-page .bj-pic02{
	width: 160px;
	position: absolute;
	right: 0;
	top: 0;
}
.login-page .bj-pic03{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}
.login-page .bj-pic img{
	width: 100%;
}

.login-box{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	overflow: auto;
}
.login-wrap{
	width: 70%;
	max-width: 1150px;
	min-width: 1000px;
	height: 84%;
	max-height: 760px;
	display: flex;
	border-radius: 10px;
	margin: auto auto;
	box-shadow: 0 0 100px 0 rgba(3, 69, 237, 0.2);
}
.login-wrap .left{
	flex: 1;
	width: 0;
	height: 100%;
	background: linear-gradient(130deg, #578cf7, #1b54e5);
	border-radius: 10px 0 0 10px;
}
.login-wrap .left .wrap{
	width: 100%;
	height: 100%;
	background-image: url(../images/login-l-bj.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: left bottom; 
}
.login-wrap .left .logo-box{
	display: flex;
	justify-content: center;
	padding-top: 50px;
	margin-bottom: 45px;
}
.login-wrap .left .logo-box img{
	width: 100px;
	height: 100px;
}
.login-wrap .left .title{
	text-align: center;
	font-size: 50px;
	color: #fff;
}
.login-wrap .right{
	flex: 1;
	width: 0;
	height: 100%;
	background-color: #fff;
	position: relative;
	border-radius: 0 10px 10px 0;
}
.login-wrap .right .top-bj{
	width: 100%;
	height: 54px;
	position: absolute;
	left: 0;
	top: 0;
}
.login-wrap .right .top-bj img{
	width: auto;
	height: 54px;
}
.login-wrap .right .bottom-bj{
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	bottom: 0;
}
.login-wrap .right .bottom-bj img{
	width: 100%;
}
.login-wrap .form-wrap{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	overflow: auto;
}
.login-wrap .form-wrap .title{
	text-align: center;
	padding-top: 110px;
	margin-bottom: 70px;
}
.login-wrap .form-wrap .title .txt{
	display: inline-block;
	width: 88px;
	font-size: 40px;
	color: #0076fe;
	position: relative;
	border-bottom: 8px solid #cce4ff;
	line-height: 1;
}
.login-wrap .form-box{
	width: 100%;
	padding: 0 15%;
	font-size: 18px;
}
.login-wrap .form-item{
	width: 100%;
	height: 64px;
	margin-bottom: 30px;
	border: 2px solid #eee;
	border-radius: 40px;
	display: flex;
	align-items: center;
	padding-left: 25px;
}
.login-wrap .form-item .icon-box{
	margin-right: 10px;
}
.login-wrap .form-item .icon-box .cr-icon{
	flex: none;
	font-size: 20px;
	color: #b9bed1;
}
.login-wrap .form-item .inp-box{
	flex: 1;
}
.login-wrap .form-item .inp-box input{
	width: 100%;
	height: 100%;
	color: #000;
	padding-top: 2px;
}
.login-wrap .form-item .code-box{
	flex: none;
	width: 175px;
	height: 100%;
	border-radius: 40px;
	border-left: 2px solid #ccc;
	overflow: hidden;
}
.login-wrap .form-item .code-box img{
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.login-wrap .form-item .code-btn{
	flex: none;
	width: 175px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 40px;
	background-color: #54b9ff;
	color: #fff;
	overflow: hidden;
}
.login-wrap .form-item .code-btn.forbid{
	background-color: #ccc;
}
.login-wrap .form-box .btn-box{
	width: 100%;
	display: flex;
	justify-content: center;
}
.login-wrap .form-box .btn-box .btn{
	width: 100%;
	height: 64px;
	background-color: #4d7ded;
	border-radius: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	color: #fff;
	cursor: pointer;
}
.login-wrap .form-box .btn-box .btn .on{
	display: inline-block;
}
.login-wrap .form-box .btn-box .btn .in{
	display: none;
}

.login-wrap .icp-box{
	width: 100%;
	text-align: center;
	padding-top: 50px;
}
.login-wrap .icp-box a{
	font-size: 14px;
	color: #797979;
	cursor: pointer;
}
.login-wrap .icp-box a:hover{
	color: rgb(236, 118, 118);
	text-decoration: underline;
}

.login-wrap .form-agreement{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
}
.login-wrap .form-agreement .check-box{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	background-color: #fff;
	border: 2px solid #ccc;
	border-radius: 2px;
	position: relative;
	cursor: pointer;
}
.login-wrap .form-agreement .check-box.checked{
	background-color: #4d7ded;
	border: 2px solid #4d7ded;
}
.login-wrap .form-agreement .check-box::before{
	content: "";
	display: inline-block;
	width: 12px;
	height: 7px;
	border: 3px solid #fff;
	border-width: 0 0 3px 3px;
	border-radius: 2px;
	transform: rotate(-45deg) scale(0) ;
	transition: all 0.1s;
}
.login-wrap .form-agreement .check-box.checked::before{
	transform: rotate(-45deg) scale(1) ;
}
.login-wrap .form-agreement .txt-box{
	font-size: 14px;
	color: #999;
	margin-left: 10px;
}
.login-wrap .form-agreement .txt-box .name{
	color: #4d7ded;
	margin: 0 5px;
	cursor: pointer;
}

@media screen and (min-width: 1900px) and (max-height: 870px){
	.login-wrap{
		width: 1150px;
		max-width: 1150px;
		min-width: 1150px;
	}
	.login-wrap .left .logo-box{
		padding-top: 40px;
		margin-bottom: 25px;
	}
	.login-wrap .left .title{
		font-size: 46px;
	}
	.login-wrap .form-wrap .title{
		padding-top: 80px;
		margin-bottom: 50px;
	}
	.login-wrap .form-item .code-box{
		width: 150px;
	}
	.login-wrap .form-item .code-btn{
		width: 150px;
	}
}

@media screen and (max-height: 800px){
	.login-wrap{
		max-width: 950px;
		min-width: 950px;
	}
	.login-wrap .left .wrap{
		background-size: 95% auto;
		background-position: center bottom;
	}
	.login-wrap .left .logo-box{
		padding-top: 40px;
		margin-bottom: 25px;
	}
	.login-wrap .left .title{
		font-size: 44px;
	}
	.login-wrap .form-wrap .title{
		padding-top: 80px;
		margin-bottom: 50px;
	}
	.login-wrap .form-item .code-box{
		width: 150px;
	}
	.login-wrap .form-item .code-btn{
		width: 150px;
	}
}
@media screen and (max-height: 700px){
	.login-wrap{
		max-width: 880px;
		min-width: 880px;
	}
	.login-wrap .left .wrap{
		background-size: 85% auto;
		background-position: center bottom;
	}
	.login-wrap .left .logo-box{
		padding-top: 40px;
		margin-bottom: 35px;
	}
	.login-wrap .left .logo-box img{
		width: 80px;
		height: 80px;
	}
	.login-wrap .left .title{
		font-size: 40px;
	}
	.login-wrap .form-wrap .title{
		padding-top: 70px;
		margin-bottom: 50px;
	}
	.login-wrap .form-box{
		padding: 0 13%;
	}
	.login-wrap .form-item{
		height: 58px;
		margin-bottom: 25px;
	}
	.login-wrap .form-item .code-box{
		width: 150px;
	}
	.login-wrap .form-box .btn-box .btn{
		height: 54px;
		font-size: 24px;
	}
	.login-wrap .form-item .code-btn{
		width: 150px;
	}
}

/************ agree-wrapper ************/
.agree-wrapper{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	display: none;
}
.agree-wrapper.active{
	display: block;
}
.agree-wrapper .modal-mask{
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
}
.agree-wrapper .modal-box{
	width: 650px;
	height: 500px;
	background-color: #fff;
	border-radius: 2px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -300px;
	margin-top: -250px;
	overflow: hidden;
	padding-top: 40px;
}
.agree-wrapper .modal-box .close-btn{
	position: absolute;
	right: 10px;
	top: 10px;
	color: #666;
	cursor: pointer;
}
.agree-wrapper .modal-box .close-btn:hover{
	color: #0076FE;
}
.agree-wrapper .modal-box .close-btn .cr-icon{
	font-size: 22px;
}
.agree-wrapper .modal-box .content{
	width: 100%;
	height: 100%;
	overflow-y: auto;
	padding: 0 20px 40px;
}
.agree-wrapper .modal-box .content .title{
	width: 100%;
	font-size: 24px;
	color: #000;
	text-align: center;
	margin-bottom: 30px;
}
.agree-wrapper .modal-box .content .list{
	width: 100%;
}
.agree-wrapper .modal-box .content .item{
	/* font-size: 14px; */
	color: #666;
	text-indent: 2em;
	line-height: 30px;
}
.agree-wrapper .modal-box .agree-btn-box{
	padding: 20px 0 0;
	display: flex;
	justify-content: center;
}
.agree-wrapper .modal-box .agree-btn-box .btn{
	padding: 8px 35px;
	background-color: #ffa340;
	font-size: 16px;
	color: #fff;
	border-radius: 2px;
	cursor: pointer;
}