@charset "utf-8";
/*通用样式*/
html, body, div, span, iframe, map, font, img, a img, samp, strong, hr, h1, h2, h3, h4, h5, h6, b, p, blockquote, a, address, code, dl, dt, dd, ol, ul, li, form, label, table, tr, td, th{ padding: 0; margin: 0; border: 0; font-weight: normal; font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;  list-style:none;}
body{ background:#fff; font:normal 12px/22px "微软雅黑"; margin: 0 auto; }
img{ border:0;  }
a{ text-decoration:none; color:#000;  }
a:hover{ color:red;  }
.clear { clear:both;}


/* CSS Document */
    	/*图形验证*/
.bxs-row {
	margin-bottom:12px;
}
.logo-box {
	width:404px;
	margin:120px auto;
	border:1px solid #e5e5e5;
	border-radius:4px;
	box-shadow:0 4px 18px rgba(0,0,0,0.2);
	position:relative;
	overflow:hidden;
	height:360px;
}
.login {
	position:absolute;
	width:320px;left:0;
	top:0;
	padding: 42px 42px 36px;
	transition:all 0.8s;
}
.username,.password,.btn {
	height: 44px;
	width: 100%;
	padding: 0 10px;
	border: 1px solid #9da3a6;
	background: #fff;
	text-overflow: ellipsis;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #000;
	font-size: 1em;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: 400;
	direction: ltr;
	font-size:13px;
}
.submit {
	background-color: #0070ba;
	color:#fff;
	border:1px solid #0070ba;
}
.submit:hover {
	background-color:#005ea6;
}
.verBox {
	position:absolute;
	width:100%;
	text-align:center;
	left:0;
	top:0;
	opacity:1;
	transition:all 0.8s;
	padding-top:55px;
}
.err {
	margin:12px 0 0;
	line-height:12px;
	height:12px;
	font-size:12px;
	color:red;
}
#screen { display:none; z-index:15;  position:fixed; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.5);}
#imgVer { background:#fff; display:none; z-index:17; position:fixed; left:50%; top:50%; transform:translate(-50%,-50%);}
#screnBox { transition:all 0.4s; position:fixed; z-index:16; left:50%; top:50%; transform:translate(-50%,-50%); border-radius:6px; background:#fff; }
#successAlt { padding:20px 0; position:fixed; width:240px; border-radius:6px; display:none; z-index:5; left:50%; top:50%; transform:translate(-50%,-50%); text-align:center;}
#successAlt p { color:#00aa00;}
.slider-btn{position:absolute;width:66px;height:66px;left:0;top:-8px;z-index:12;cursor:pointer; background-image:url(./yanzheng/sprite.1.2.3.png); background-position: -4px -47px; transition:inherit}
.ver-tips{position:absolute;left:0;bottom:-22px;background:rgba(255,255,255,.9);height:22px;line-height:22px;font-size:12px;width:100%;margin:0;text-align:left;padding:0 8px;transition:all .4s}
.slider-tips{bottom:0}
.ver-tips i{display:inline-block;width:22px;height:22px;vertical-align:top;background-image:url(./yanzheng/sprite.3.2.0.png);background-position:-4px -1229px}
.ver-tips span{display:inline-block;vertical-align:top;line-height:22px;color:#455}
.active-tips{display:block}
.hidden{display:none}
.btnBox { border-top:1px solid #eee; margin-top:15px; overflow:hidden;}
.re-btn{ float:left; height:49px;padding:0 9px;}
.re-btn a{display:inline-block;width:20px;height:20px;margin:14px 0;background-image:url(./yanzheng/shuaxin.png); cursor:pointer}
.re2-btn{ float:left;height:49px; margin-left:7%;}
.re2-btn a{display:inline-block;width:20px;height:20px;margin:14px 0;background:url(./yanzheng/guanbi.png) center no-repeat; background-size:100% 100%;cursor:pointer}


/**/
.shake {
	-moz-animation: geetest_shake 0.2s linear infinite both;
	-webkit-animation: geetest_shake 0.2s linear infinite both;
	animation: geetest_shake 0.2s linear infinite both
}

@keyframes geetest_shake {
	25% {
		margin-left: -6px
	}

	75% {
		margin-left: 6px
	}

	100% {
		margin-left: 0
	}
}
/*登录界面*/
.videoBg { position:fixed;position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;}
.formBar {text-align: center;
    overflow: auto;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;}
.formBox {position: absolute;
    top: 8%;
    left: 50%;
    transform: translateX(-50%);}
.formLogo { margin:0 auto;}
.formLogo img { display:block; margin:0 auto;width: 150px;}
.txtBox { margin-top:25px;}
.txtinforbox {    margin: 0 auto 30px;
    width: 300px;}
.inpBox { position:relative; height:40px; display:flex; margin-bottom:20px;flex-flow: row nowrap;}
.inpBox>div{
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;flex-flow: row nowrap;
    justify-content: flex-start;
    line-height: 40px;
    margin-bottom: 20px;
    border-radius: 20px;
    box-shadow: inset 0 1px 15px 0 #fff;
    border: 1px solid #fff;
    background-color: hsla(0,0%,100%,.5);
   }
.userIconimg {display: block;
    flex: 0 0 25px;
    width: 25px;
    height: 25px;
    margin: 0 10px 0 8px;
    border-radius: 50%;
    background-size: contain; background:url(./images/icon_user1.png) center no-repeat;background-color: #fff;
    background-position: 50%; background-size:contain;}
.userIconimg1 {display: block;
    flex: 0 0 25px;
    width: 25px;
    height: 25px;
    margin: 0 10px 0 8px;
    border-radius: 50%;
    background-size: contain; background:url(./images/icon_password.png) center no-repeat;background-color: #fff;
    background-position: 50%; background-size:contain;}
.userIconimg2 {display: block;
    flex: 0 0 25px;
    width: 25px;
    height: 25px;
    margin: 0 10px 0 8px;
    border-radius: 50%;
    background-size: contain; background:url(./images/qian.png) center no-repeat;background-color: #fff;
    background-position: 50%; background-size:contain;}
.userIconimg3 {display: block;
    flex: 0 0 25px;
    width: 25px;
    height: 25px;
    margin: 0 10px 0 8px;
    border-radius: 50%;
    background-size: contain; background:url(./images/sj.png) center no-repeat;background-color: #fff;
    background-position: 50%; background-size:contain;}
.inpBox input {flex: 1;
    height: 40px;
    border: none;
    outline: none;
    border-radius: 0 20px 20px 0;
    color: #333;
    font-size: 14px;
    font-family: DinProMedium;
    background: transparent;
    opacity: .9;
    overflow: hidden;}
.inpBox select {background: transparent;
    border: 0;
    color: #f7f7f7;
    width: 240px;
    outline: none;
    height: 26px;
    line-height: 26px;}
.inpBox option {color:#000}
.inpBox span.eye {position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    width: 16px;
    height: 16px;
    background-position: 50%;
    background-size: contain; background:url(./images/icon_hide.png) center no-repeat; background-size:contain; cursor:pointer;}
.inpBox input::-webkit-input-placeholder{ color:#fff; }
.remberBar {display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 19px;
    margin-bottom: 20px;}
.remberBar .remberBtn { cursor:pointer; background:url(./images/icon_uncheck.png) left center no-repeat; background-size:15px; padding-left:21px; color:#fff; font-size:14px;}
.remberBar .remberBtn.cur { background:url(./images/icon_check.png) left center no-repeat; background-size:15px; padding-left:21px;}
.forgetBtn a { font-size:14px; color:#fff;}
.subBox { margin-bottom:15px;}
.subBox button {width: 300px;
    height: 40px;
    line-height: 40px;
    border: none;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 4px 6px 4px rgba(219,198,177,.24);
    background: linear-gradient(99deg,#dccab8,#d2b496);
    font-size: 14px;
    color: #fff;
    box-sizing: border-box;
    cursor: pointer; outline:none;}
.moreLink {display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;}
.moreLink { font-size:14px; color:#fff;}
.moreLink a { color:#fff;}
.moreLink i {width: 1px;
    height: 14px;
    margin: 0 8px;
    background: #fff;}
.imgloginbox {width: 269px;
    height: 144px;
    margin: 0 269px;
    background-image: url(./images/sponsor.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;}
.remberBtn a { color:#dcc5ac}

/*新增验证*/
.inpBox a.userNotice {
	position: absolute;
	top: 0;
	right: -192px;
	width: 180px;
	height: 40px;
	border-radius: 4px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	color: #fff;
	background-color: #d2b79c;
	cursor: auto;
	white-space: nowrap;
	display: none;
}

.inpBox a.userNotice:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -4px;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-color: transparent #d2b79c;
	border-style: solid;
	border-width: 5px 5px 5px 0
}

.errorNotice {
	position: absolute;
	left: 0;
	bottom: -20px;
	font-size: 12px;
	color: #fc5a5a;
	line-height: 20px;
	display: none;
	background: url(./yanzheng/icon_wranning.png) left center no-repeat;
	background-size: 12px auto;
	padding-left: 17px;
}

.inpBox div.errorBox {
	border: 1px solid red;
}

.checkIcon {
	background: url(./yanzheng/icon_verify.png) center no-repeat;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 15px;
	background-position: 50%;
	display: none;
	background-size: contain;
}

.checkIcon.hasUser {
	background: url(./yanzheng/icon_wranning.png) center no-repeat;
	background-size: 100% 100%;
}

.inpBox span.eye.cur {
    background: url(./images/icon_show.png) center no-repeat;
    background-size: contain;
}
/**/
.numTag { color:#ffffff; font-size:14px; font-family:DinProMedium; padding-top:2px; margin-right:10px;}
.inpBox input#feachBtn { position:relative; border-left:1px solid #ffffff; float:right; color:#ffffff; font-size:13px; height:30px; line-height:30px; margin-top:2px; padding:0;}
#feachBtn:after { content:''; position:absolute; left:0; top:50%; width:1px; background:#ffffff; height:50%;}