body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6{font-size:100%; font-weight: normal;}
/*i,em{ font-style: normal;}*/
ul,ol,dl,li,dt,dd{list-style:none;}
a{text-decoration: none; cursor: pointer; color: inherit;}
table{border-collapse:collapse; border-spacing:0;}
html, body{font-family:"微软雅黑";background:#071312;}
img{border: none; max-width: 100%;}
button{border: none; background: none; cursor: pointer;}
button::after{
	border: none;
}
input,button,select,textarea{outline:none; background: none; border: none;}
.left{
	float: left;
}
.right{
	float: right;
}
.clear{
	clear: both;
}
.con-box{
	width: 100%;
	height: 100%;
	min-height: 660px;
	min-width: 1200px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../img/login_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
.main{
	width: 1100px;
	margin: 0 auto;
	position: relative;
	height: 100%;
}
.login-body{
	height: calc(100% - 102px);
	display: flex;
	align-items: center;
}
.title-box{
	height: 102px;
}
.title-box img{
	max-height: 102px;
}
.login-tc{
	width: 500px;
	height: 550px;
	background: #ffffff;
	border-radius: 16px;
	box-shadow: 10px 10px 16px rgba(4, 40, 124, .17);
	/* position: absolute;
	top: 50%;
	left: 0;
	margin-top: -210px; */
}
.login-inner-con{
	width: 320px;
	margin: 0 auto;
}
.login-title-box{
	margin-bottom: 40px;
	margin-top: 27px;
}
.input-box1{
	margin-bottom: 30px;
}
.input-ys1{
	height: 50px;
	width: 100%;
	border-bottom: 1px solid #b1b1b1;
	color: #547bd5;
	font-size: 18px;
	padding-left: 8px;
	padding-right: 20px;
	box-sizing: border-box;
}
.input-ys1:focus{
	border-bottom: 1px solid #547bd5;
}
.input-yzm{
	width: 146px;
	height: 50px;
	border-bottom: 1px solid #b1b1b1;
	color: #547bd5;
	font-size: 18px;
	padding: 0 8px;
	box-sizing: border-box;
}
.yzm-box{
	width: 136px;
	height: 34px;
	margin-top: 16px;
}
.yzm-box img{
	width: 100%;
	height: 100%;
}
.input-correct{
	background: url(../img/correct.png) no-repeat right center;
}
.input-error{
	background: url(../img/error.png) no-repeat right center;
	border-bottom: 1px solid #eb3a3a;
	color: #eb3a3a;
}
.n-msg{
	color: #eb3a3a;
}
.mis-key{
	color: #547bd5;
	font-size: 18px;
	float: right;
	margin-top: 25px;
}
.btn-dl.btn-box button{
	text-align: center;
}
.btn-dl{
	width: 320px;
	height: 50px;
	background: #547bd5;
	border-radius: 25px;
	color: #ffffff;
	font-size: 28px;
	text-align: center;
	line-height: 50px;
	box-shadow: 0 10px 16px rgba(84, 123, 213, .35);
	margin: 35px auto;
}
.tip-zc{
	color: #333333;
	font-size: 18px;
	text-align: center;
}
.tip-zc a{
	color: #547bd5;
	font-size: 18px;
	text-decoration: underline;
}
/* 注册页 */
.register-box{
	width: 1100px;
	height: calc(100% - 202px);
	background: #FFFFFF;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, .2);
	margin: 40px auto 0;
	border-radius: 10px;
	padding: 10px;
	box-sizing: border-box;
	overflow-y: auto;
}
.zc-title{
	text-align: center;
	color: #000;
	font-size: 24px;
}
.nav-box{
	width: 900px;
	margin: 20px auto 80px;
}
.nav-box ul{
	display: flex;
}
.nav-box ul li.line{
	flex: 1;
	height: 2px;
	background: #c0c4cc;
	margin-top: 11px;
}
.nav-box ul li{
	text-align: center;
	color: #c0c4cc;
	position: relative;
}
.num-box{
	width: 24px;
	height: 24px;
	border: 1px solid #c0c4cc;
	border-radius: 12px;
	text-align: center;
	line-height: 24px;
	font-size: 12px;
	margin: 0 auto;
}
.nav-text-box{
	position: absolute;
	bottom: -50px;
	left: -88px;
	height: 44px;
	width: 200px;
	text-align: center;
}
.nav-text1{
	font-size: 18px;
	line-height: 30px;
}
.nav-text2{
	font-size: 14px;
	line-height: 14px;
}
.nav-box ul li.now{
	color: #000;
}
.now .num-box{
	border: 1px solid #000;
}
.nav-box ul li.complete{
	color: #547bd5;
}
.complete .num-box{
	border: 1px solid #547bd5;
	background: url(../img/icon1.png) no-repeat center center;
}
.complete .num-box span{
	display: none;
}
.bd-item{
	margin-bottom: 20px;
	font-size: 0;
	display: flex;
	align-items: center;
}
.bd-item span{
	display: inline-block;
	color: #5c5c5c;
	text-align: right;
	width: 150px;
	height: 38px;
	font-size: 16px;
	line-height: 38px;
}
.bd-item input{
	width: 500px;
	height: 38px;
	border: 1px solid #dcdfe6;
	border-radius: 4px;
	box-sizing: border-box;
	padding: 5px 10px;
	color: #6f7374;
	font-size: 14px;
	font-size: 14px;
}
.bd-item input::-webkit-input-placeholder{
	color: #dcdfe6;
}
.bd-item select{
	width: 500px;
	height: 38px;
	border: 1px solid #dcdfe6;
	border-radius: 4px;
	box-sizing: border-box;
	padding: 5px 10px;
	color: #6f7374;
	font-size: 14px;
}
.btn-up{
	width: 80px;
	height: 28px;
	background: #547bd5;
	border-radius: 4px;
	text-align: center;
	line-height: 28px;
	color: #FFFFFF;
	font-size: 14px;
}
.bd-item input.bd-yzm{
	width: 200px;
}
.yzm-box2{
	width: 136px;
	height: 36px;
	border: 1px solid #dcdfe6;
	display: inline-block;
	margin-left: 10px;
}
.bd-box{
	width: 700px;
	margin: 0 auto;
	display: none;
}
.btn-box2{
	text-align: center;
}
.btn-box2 button{
	width: 84px;
	height: 36px;
	border: 1px solid #a3b5ef;
	background: #e8edf7;
	border-radius: 4px;
	font-size: 14px;
	color: #547bd5;
	text-align: center;
	line-height: 36px;
	margin: 0 5px;
}
.btn-box2 button:hover{
	border: 1px solid #2a5fd8;
	background: #c9daf8;
	color: #2a5fd8;
}
.check-box{
	text-align: center;
	padding: 80px 0 20px;
	font-size: 16px;
}
.check-box a{
	color: #2a5fd8;
}
.show-ys1{
	display: block;
}
.btn-box2 button.btn-dl2{
	width: 84px;
	height: 36px;
	border: none;
	background: #547bd5;
	border-radius: 4px;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	line-height: 36px;
	margin: 0 5px;
	border: none;
}
.btn-box2 button.btn-dl2:hover{
	border: none;
	background: #4570d4;
	color: #FFFFFF;
}
.cover-bg{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .5);
	display: none;
	z-index: 998;
}
.tc-box{
	width: 500px;
	height: 550px;
	background: #ffffff;
	border-radius: 16px;
	box-shadow: 10px 10px 16px rgb(4 40 124 / 17%);
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -250px;
	margin-top: -275px;
	box-sizing: border-box;
	padding: 25px 0 20px;
	display: none;
	z-index: 999;
}
.agreement-con{
	height: 470px;
	overflow-y: auto;
	padding: 0 20px;
}
.tc-box h5{
	font-size: 20px;
	line-height: 25px;
	text-align: center;
	margin-bottom: 10px;
}
.agreement-con p{
	font-size: 16px;
	text-indent: 32px;
	line-height: 25px;
	margin-bottom: 5px;
}
.btn-close{
	position: absolute;
	width: 58px;
	height: 58px;
	top: -20px;
	right: -20px;
	cursor: pointer;
}
.forget-password-tc{
	width: 500px;
	height: 550px;
	background: #ffffff;
	border-radius: 16px;
	box-shadow: 10px 10px 16px rgba(4, 40, 124, .17);
}
.btn-send-yzm{
	width: 136px;
	height: 34px;
	margin-top: 16px;
	background: #547bd5;
	border-radius: 4px;
	text-align: center;
	line-height: 34px;
	color: #FFFFFF;
	font-size: 14px;
}
.btn-tj{
	width: 320px;
	height: 50px;
	background: #547bd5;
	border-radius: 25px;
	color: #ffffff;
	font-size: 28px;
	text-align: center;
	line-height: 50px;
	box-shadow: 0 10px 16px rgba(84, 123, 213, .35);
	margin: 15px auto;
}
.error-text{
	position: absolute;
	bottom: -25px;
	color: red;
	font-size: 14px;
	line-height: 20px;
	/* display: none; */
}