#verifyCanvas{width: 100%;}
.containerHtml{
	background: url(../img/bg.jpg) left top no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg.jpg', sizingMethod='scale');
}
.container_main{
	width: 100%;
	/*height: -webkit-calc(100vh - 236px);
	height: -moz-calc(100vh - 236px);
	height: calc( 100vh - 236px );*/
	position: relative;
	overflow: hidden;
	/*min-height: 600px;*/
	display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.container_main.aaa{
	background-color: rgba(0,0,0,.2);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99000000, endcolorstr=#99000000);
}
.container_main_cont{
	/*height: calc(100vh - 216px);
	min-height: 540px;*/
	display: -webkit-flex;
    display: flex;
    width: 100%;
}
.mian-left{
	width: 50%;
	/*height: 60vh;
	_height: 60%;*/
	margin-left: 10%;
	overflow: hidden;
	/*min-height: 440px;
	max-height: 650px;*/
	vertical-align: middle;	
}
.mian-left h1{
	color: white;
	width: 90%;
	margin-left: 10%;
	line-height: 1.5;
}
.mian-left p{
	color: white;
	width: 90%;
	margin-left: 10%;
	font-size: 14px;
	line-height: 1.5;
}
.mian-left-one,.mian-left-two{margin-top: 4vh;*margin-top:20px;}
.mian-right{
	width: 30%;
	/*height: 60vh;*/
	background-color: white;
	display: inline-block;
	margin-left: -5px;
	overflow: hidden;
	/*min-height: 440px;
	max-height: 650px;*/
	vertical-align: middle;
	padding-bottom: 40px;
}
@media screen and (min-width: 1441px){
	.mian-right{
		width: 460px;
		height:460px;
	}
	.mian-left{
		width: calc(80% - 460px);
		*width: calc(74% - 460px);
		height: 500px;
	}
}
.login{
	width: 100%;
	height: 100%;
	display:-webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-webkit-flex-direction:column;
	align-items: center;
	flex-direction:column;
}
.rigster{
	width: 100%;
	height: 100%;
	display:-webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.login .title{
	width: 100%;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	margin-top: 8vh;
}
.terpcont{
	width: 60%;
	margin: 0 auto;
	min-width: 220px;
}
.terpcont input{
	width: 100%;
	height: 30px;
	border-radius: 3px;
	border: 1px solid grey;
	background-color: #f9f9f9;
	text-indent: 10px;
}
.terpcont .hasinput{margin-top: 5px;position: relative;}
.wrongMsg{
	display: none;
	position: absolute;
	width: 18px;
	right: -25px;
	top: 5px;
}
.terpcont li{
	margin-top: 15px;
}
.terpcont2 li{
	margin-top: 13px;
}
.terpcont input{
	width: 100%;
	height: 27px;
	border-radius: 3px;
	border: 1px solid grey;
	background-color: #f5f5f5;
	text-indent: 10px;
}
.terpcont2 input{
	background-color: white;
}
.terpcont input:focus{ outline: 1px solid #9ed4fb;background-color: white;}
.terpcont2 input:focus{ outline: 1px solid #9ed4fb;background-color: #e1ecf5;}
.terpcont span{
	font-size: 14px;
	color: gray;
}
.terpcont select{
	width: 100%;
	height: 30px;
	border: 1px solid grey;
	padding: 0.2em 0.4em 0.2em 0.4em;
	vertical-align: middle;
	-moz-border-radius:3px
	-webkit-border-radius:3px;
	border-radius:3px;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	background:#ffffff;
	cursor:pointer;
	/* color:RGBA(102,102,102,0.8); */
	font-size: 13px;
}
.sessionXl{
	position: relative;
}
.sessionXlimg{
	width: 16px;
	position: absolute;
	right: 3%;
	top: 7px;
}
.getcode input{
	width: 60%;
}
.notclick{
	pointer-events:none;
}
.getcode span{
	height: 27px;
	line-height: 27px;
	font-size: 14px;
	width: 35%;
	float: right;
	display: inline-block;
	border: 1px solid grey;
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
	color: gray;
	background-color: #f6f6f6;
}
.getimgcode span{
	border: 0px solid grey;
}
.surebtn{
	width: 100%;
	height: 35px;
	line-height: 35px;
	background-color: #0163AE;
	color: white;
	text-align: center;
	border-radius: 3px;
	cursor: pointer;
	font-size: 16px;
}
.surebtn:hover{
	box-shadow: 0px 0px 7px 3px #69b2ea ;
}
.forgetpwd span{
	color: darkgrey;
	font-size: 13px;
	float: right;
}
.forgetpwd a:nth-of-type(1){
	color: #0163AE;
	font-size: 13px;
	text-decoration: none;
}
.forgetpwd a:nth-of-type(2){
	color: #0a56cc;
	font-size: 13px;
	text-decoration: none;
	float: right;
}
.footer{
	/*position: absolute;
	bottom: 30px;
	left: 0;*/
	width: 100%;
	height: 100px;
	background: #0A79D3 url(../img/cont_bg.png) left top no-repeat;
	background-size: 100% 100%;
	text-align: center;
}
.foot_one,.foot_two,.foot_three{
	display: inline-block;
	width: 32%;
	text-align: center;
	vertical-align: middle;
	margin: 0 auto;
	margin-top: 5px;
}
.foot_one img{
	width: 100px;
	vertical-align: middle;
}
.foot_two p{
	text-align: left;
	font-size: 12px;
	color: white;
	margin-left: 20%;
	line-height: 1.5;
}
.foot_three_left{
	display: inline-block;
	vertical-align:  middle;
}
.foot_three_right{
	display: inline-block;
	vertical-align: middle;
}
.foot_three_left p{
	text-align: left;
	font-size: 12px;
	color: white;
	line-height: 1.6;
}
.foot_three_right img{
	width: 90px;
	vertical-align: middle;
}
.footer_two{
	width: 100%;
	/*height: 30px;
	line-height: 30px;
	position: absolute;
	bottom: 0;
	left: 0;*/
	background-color: #00579a;
	text-align: center;
	color: #7b99b3;
	font-size: 12px;
}
.mian-left>div{
	width: 100%;
	height:100%;
	background-color: rgba(30,105,211,.6);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#991E69D3, endcolorstr=#991E69D3);
}
.mian-left>div>div{
	width: 100%;
	height:100%;
	display:-webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.zongfoot{
	/*position: absolute;
	bottom: 0;
	left: 0;
	right: 0;*/
}
.foot_midd{
	width:80%;
	margin: 0 auto;
    text-align: left;
    font-size: 12px;
    color: white;
    line-height: 1.5;
	overflow:hidden;
}
.foot_wz{
	float:left;
	margin-top:6px;
}
.foot_code{
	float:right;
	margin-top:6px;
}
.resetPwd.ifCode{
	/*position:absolute;
	right:0;
	margin-top:10px;*/
	color:#888;
}
.resetPwd.ifCode a{
	color:#0a56cc!important;
}
/*IE7兼容*/
body{
	font-family: "微软雅黑";
}
.header a{
	float: left;
	text-align: right;
}
.headtitle{
	float: left;
	margin-top: 22px;
}
.mian-left{
	float: left\9;
	*width: 44%;
	*margin-top: 3%;
	/*background: url(../img/opacity_bg.png) repeat;*/
}
.mian-right{
	float: left\9;
	*margin-top: 3%;
}
.mian-left h1{
	*margin-top: 55px;
	*font-size: 26px;
}
.login{
	width: 100%;
	height: 100%;
	display:-webkit-flex;
	display: flex;
	align-items: center;
	flex-direction:column;
}
.rigster{
	width: 100%;
	height: 100%;
	display:-webkit-flex;
	display: flex;
	align-items: center;
	flex-direction:column;
}
.login .title,.rigster .title{
	width: 100%;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	margin-top: 8vh;
}

.terpcont{
	width: 80%;
	margin: 30px auto 0;
	min-width: 220px;
	position:relative;
}
/* .terpcont input{
	width: 100%;
	height: 30px;
	border-radius: 3px;
	border: 1px solid grey;
	background-color: #f9f9f9;
	text-indent: 10px;
} */
.terpcont .hasinput{margin-top: 20px;position: relative;}
.wrongMsg{
	display: none;
	position: absolute;
	width: 18px;
	right: -25px;
	top: 5px;
}
 li{
	margin-top: 15px;
}
.terpcont .hasborder{
	padding:0;
	border: 1px solid #ddd;
}
.terpcont .hasinput.hqyzm{
	overflow: hidden;
}
.terpcont .hasborder2{
	padding:0;
}
.terpcont .hasborder>span>img{
	width: 17px;
}
.terpcont .hasborder>span{
	display: inline-block;
	vertical-align: middle;
	border-right: 1px solid #ddd;
	height: 38px;
	line-height: 38px;
	width: 38px;
	text-align: center;
}
.terpcont2 li{
	margin-top: 13px;
}
.terpcont input{
	width: 100%;
	border: none;
	height: 27px;
	background-color: white;
	text-indent: 10px;
	outline: none;
}
#getmobilecode2{
	/* float: right;
	display: inline-block;
	margin-top: 5px;
	cursor: pointer; */
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	width: 35%;
	float: right;
	display: inline-block;
	/*border: 1px solid #e6e6e6;
	border-radius: 5px;*/
	text-align: center;
	cursor: pointer;
	color: #fff;
	background-color: #0163AE;
	cursor: pointer;
}
.terpcont input:focus{
	border: none;
	outline: none;
}
.terpcont input.logPhone{
	height: 38px;
	line-height: 40px;
	text-indent: 0;
}
.terpcont .logPhone,.terpcont .logUserName,.terpcont .logUserPwd{
	width: 84%;
	-webkit-box-shadow: 0 0 0 1000px white inset;
	box-shadow: 0 0 0 1000px white inset;
	-moz-box-shadow: 0 0 0 1000px white inset;
	-o-box-shadow: 0 0 0 1000px white inset;
	-mz-box-shadow: 0 0 0 1000px white inset;
}
.terpcont .logUserName,.terpcont .logUserPwd{
	vertical-align: middle;
	/*margin-top: 5px;*/
}
.terpcont .logCode{
	width: 60%;
	float: left;
	height: 36px;
	line-height: 36px;
}
.terpcont2 input{
	background-color: white;
}
.terpcont span{
	font-size: 14px;
	color: gray;
}
.phoneState{
	display: inline-block;
	width: 14%;
	border-right: 1px solid #eaeaea;
}
.terpcont select{
	width: 100%;
	height: 30px;
	border: 1px solid grey;
	padding: 0.2em 0.4em 0.2em 0.4em;
	vertical-align: middle;
	-moz-border-radius:3px
	-webkit-border-radius:3px;
	border-radius:3px;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	background:#ffffff;
	cursor:pointer;
	/* color:RGBA(102,102,102,0.8); */
	font-size: 13px;
}
.forgetpwd a{
	*float: left;
	*font-size: 13px;
	text-decoration: none;
}
.forgetpwd a.torigster,.forgetpwd span{
	*float: right;
	*font-size: 13px;
	text-decoration: none;
}
.forgetpwd a.tologin{
	*float: right;
}
.foot_one, .foot_two, .foot_three,.foot_three_left,.foot_three_right{
	*zoom:1;
    *display: inline;
}
.foot_three_left{
	*margin-right: 5px;
}
#verifyCanvas{
	*font-size: 12px;
}
.terpcont input{
	/*margin-left: -11px\9;*/
	*text-indent: 0;
	line-height: 27px;
}
.getcode input{
	*float: left;
	*width: 50%;
}
.getcode span{
	*width: 45%;
}
.terpcont .hasinput.getcode{
	overflow: hidden;
}
.sessionXlimg{
	*display: none;
}
.terpcont li.sessionXl{
	*margin-top: 40px;
}
.loginbox .login_tab li{
	*width: 49.5%;
}
@media screen\0 {
	.mian-left-one,.mian-left-two{
		margin-top:20px;
	}
	.mian-left,.mian-right{
		margin-top: 3%;
	}
	.mian-left h1{
		margin-top: 55px;
	}
	.login .title{
		margin-top: 50px;
	}
	.terpcont li.sessionXl{
		margin-top: 40px;
	}
	.forgetpwd a{
		float: left;
		font-size: 13px;
	}
	.forgetpwd a.torigster,.forgetpwd span{
		float: right;
		font-size: 13px;
	}
	.forgetpwd a.tologin{
		float: right;
	}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.mian-left,.mian-right{
		margin-top: 0;
	}
	.mian-left h1{
		margin-top: 0;
	}
}  
/*新增样式*/
body{
	font-family:PingFang SC,"Microsoft Yahei","SimHei", Verdana, Arial;
}
.logintab{
	overflow: hidden;
	height: 50px;
    line-height: 50px;
    margin-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f1f1f1;
    font-size: 18px;
}
.logintab a{
	color: #333;
	float: left;
	width: 33.33%;
	text-align: center;
	position: relative;
}
.logintab a:first-child:after,.logintab a:nth-child(2):after{
	content: '';
	width: 1px;
	height: 30px;
	background: #f1f1f1;
	position: absolute;
	right: 0;
	top: 10px;
}
.logintab a.curr{
	color: #0163AE;
	font-weight: bold;
}
.zuidi{
	height: 40px;
	line-height: 40px;
	width: 80%;
	margin-top: 10px;
}
.zuidi p{
	width: 50%;
}
.fl{
	float: left;
}
.fr{
	float: right;
	text-align: right;
}
.torigster.ifR{
	color:#0a56cc!important;
}
.rigster .terpcont{
	margin: 0 auto;
}
.rigster .terpcont input{
	height: 36px;
	line-height: 38px;
}
.rigster .terpcont input.rigPhonecode{
	width: 60%;
}
.terpcont .hasborder>span.getcode{
	width: 35%;
	border: none;
	background: #0163AE;
	border-radius: 0;
	color: #fff;
}
.rigster .terpcont input{
	-webkit-box-shadow: 0 0 0 1000px white inset;
	box-shadow: 0 0 0 1000px white inset;
	-moz-box-shadow: 0 0 0 1000px white inset;
	-o-box-shadow: 0 0 0 1000px white inset;
	-mz-box-shadow: 0 0 0 1000px white inset;
}
.rigster .title{
	margin-top: 5vh;
}
.terpcont .logPhone{
	float: right;
}