@charset "utf-8";
/*声明 WebFont*/
@font-face {
  font-family: '书体坊颜体';
  src: url('../styles/iconfont/loginFont/书体坊颜体.eot');
  src:
	url('../styles/iconfont/loginFont/书体坊颜体.eot?#font-spider') format('embedded-opentype'),
	url('../styles/iconfont/loginFont/书体坊颜体.woff') format('woff'),
	url('../styles/iconfont/loginFont/书体坊颜体.ttf') format('truetype'),
	url('../styles/iconfont/loginFont/书体坊颜体.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
	font-size: 12px;
	font-family: 'STHeiti','Microsoft YaHei','宋体','arial';
	color: #566570;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}
::-ms-clear,
::-ms-reveal{display: none;}
html,body,div,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,iframe,input,textarea,select,label,article,aside,footer,header,menu,nav,section,time,audio,video {
	margin: 0;
	padding: 0;
}

article,aside,footer,header,hgroup,nav,section,audio,canvas,video {
	display: block
}

a {
	text-decoration: none;
}

textarea {
	resize: none
}

.posRel {
	position: relative
}

.disBlock {
	display: inline-block
}

.fl {
	float: left
}

.fr {
	float: right
}

.tc {
	text-align: center
}

.tr {
	text-align: right
}

.tl {
	text-align: left
}

.cl {
	clear: both
}

.fb {
	font-weight: bold
}

.hr20 {
	height: 20px;
	clear: both
}

.hr10 {
	height: 10px;
	clear: both
}

.overflowH {
	overflow: hidden
}

.marR10 {
	margin-right: 10px
}

.font12 {
	font-size: 12px
}

.font16 {
	font-size: 16px
}

.font18 {
	font-size: 18px
}

.font24 {
	font-size: 24px
}

.lineH25 {
	line-height: 25px
}

.lineH30 {
	line-height: 30px
}

.lineH32 {
	line-height: 32px
}

.aLine,a.aLine,a.aLine:hover,.aLine a:link,.aLine a:hover {
	text-decoration: underline
}

.aline,a.aline,a.aline:hover,.aline a:hover {
	text-decoration: underline
}

iframe,img {
	border: 0
}

img {
	vertical-align: middle
}

ul,ol,li {
	list-style: none
}

button {
	outline: 0;
	border: 0;
	font-family: 'STHeiti','Microsoft YaHei','宋体','arial';
	font-size: 14px;
	color: #696969
}

input,textarea {
	outline: 0;
	-webkit-user-modify: read-write-plaintext-only;
	border: 0;
	font-family: 'STHeiti','Microsoft YaHei','宋体','arial';
	font-size: 23px;
	color: #666
}
/* input:-webkit-autofill , textarea:-webkit-autofill, select:-webkit-autofill {
	-webkit-text-fill-color: #fff !important;
	-webkit-box-shadow: 0 0 0px 1000px transparent  inset !important;
    background-color:transparent;
    background-image: none;
    transition: background-color 50000s ease-in-out 0s; //背景色透明  生效时长  过渡效果  启用时延迟的时间
	
} */
input:-internal-autofill-previewed,
input:-internal-autofill-selected {
    transition: background-color 5000s ease-in-out 0s !important;
	text-fill-color: #666;
	-webkit-text-fill-color: #666; 
}
#modifyPwdForm input:-internal-autofill-previewed,
#modifyPwdForm input:-internal-autofill-selected {
    transition: background-color 5000s ease-in-out 0s !important;
	text-fill-color: #666;
	-webkit-text-fill-color: #666; 
}
input:-internal-autofill-selected {
    appearance: menulist-button;
    background-color: none !important;
    background-image: none !important;
    color: -internal-light-dark(black, white) !important;
}
input {
	 background-color:transparent;
}
input[type="text"]::placeholder,
input[type="password"]::placeholder{
	opacity:1 !important;
	color: #666;
}
select {
	outline: 0
}

option {
	font-size: 14px
}

input:focus,select:focus {
	border: 0
}

* {
	-webkit-tap-highlight-color: transparent
}

.submitBt {
	-webkit-appearance: none;
	display: block
}

.white,.white a,a.white,.white a:link,.white a:visited,.white a:hover,a.white:link,a.white:visited,a.white:hover {
	color: #fff
}

.blue,.blue a,a.blue,.blue a:link,.blue a:visited,a.blue:link,a.blue:visited {
	color: #008aff
}

.blue a:hover,a.blue:hover {
	color: #0077dc
}

.gray,.gray a,a.gray,.gray a:link,.gray a:visited,a.gray:link,a.gray:visited {
	color: #999
}

.gray a:hover,a.gray:hover {
	color: #fff
}

.padBoxTb {
	padding: 10px 0
}

.header {
	height: 110px;
	padding-top: 40px;
	width: 100%
}

.logo {
	width: 80%;
	height: 61px;
	line-height: 61px;
	display: block;
	float: left;
	overflow: hidden;
	font-size: 30px;
	color: #0075e9;
	background: url(../images/logo.png) no-repeat 30px center;
	text-indent: 250px;
	font-family: "microsoftYaHei";
	font-weight: bold;
}

.logoOut {
	width: 120px;
	height: 105px;
	display: block;
	float: left;
	overflow: hidden;
	text-indent: -999px;
	background: url(../images/logo_loginout.png) no-repeat 0 0
}

.wrapMain {
	overflow: hidden;
	width: 100%;
	min-width: 1280px;
	padding-top: 105px;
	position: relative
}

.loginMainBg {
	position: absolute;
	width: 450px;
	height: 488px;
	top: 50%;
	margin-top: -244px;
	left: 65%;
	margin-left: -450px;
	z-index: 99;
	overflow: hidden;
	border-radius: 20px;
	background: url(../images/erweimabg.png) no-repeat -149px;	
	
}

.loginoutMainBg {
	width: 100%;
	height: 440px;
	background: #2090d8 url(../images/loginout_mainbg.jpg) no-repeat center center
}

.loginMain {
	width: 450px;
	height: 100%;
	float: right;
	background: #fff;
	background: rgba(255,255,255,0.6) url(../images/rightbg.png) no-repeat center center;
	position: relative;
	background-size: contain;
}

.change {
    width: 450px;
    position: absolute;
    top: 50%;
    background: none;
    height: 488px;
    z-index: 999;
    margin-top: -244px;
	left: 50%;
	background: #fff;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}
.change .tabCon{
	background: none;
	
}
.loginBox {
	width: 100%;
	height: 100%;;
	position: relative;
	z-index: 2;
}

.tabBar {
	height: 60px;
	padding: 20px 60px 0px;
}
#tabBarIds{
	position: absolute;
	bottom: 20px;
	left: 60px;
	padding: 0;
}
.tabBar li {
	width: 35px;
	height: 35px;
	margin-right: 22px;
	float: left;
	cursor: pointer;
	text-align: center;
}

.tab {
	display: inline-block;
	width: 35px;
	height: 35px;
	text-indent: -9999px;
	float: left;
	background-size: cover!important;
}

.tab1 {
	background: url(../images/user2.png) no-repeat center center;
}

.tab2 {
	
}

.tab3 {
	background: url(../images/OTP2.png) no-repeat center center;
}

.tab4 {
	background: url(../images/duanxin2.png) no-repeat center center;
}

.tab5 {
	
}

.tab10 {
	
}

.tab11 {
	float: left;
	margin-left: 40px;
}

.tab12 {
	
}

.tab15 {
	
}

.tab16 {
	
}

.tab17 {
	
}

.tab18 {
	
}

.tab19 {
	
}

.tab20 {
	
}

.tab27 {
	
}

.tab32 {
	background: url(../images/jida2.png) no-repeat center center;
}

.tabCertBind {
	
}

.tabBar li.dq {
	overflow: hidden;
}

.tabBar li.dq .tab {

}

.tabBar li.dq .tab1 {
	background: url(../images/user.png) no-repeat center center;
}

.tabBar li.dq .tab2 {
	
}

.tabBar li.dq .tab3 {
	background: url(../images/OTP.png) no-repeat center center;
}

.tabBar li.dq .tab4 {
	background: url(../images/duanxin.png) no-repeat center center;
}

.tabBar li.dq .tab5 {
	
}

.tabBar li.dq .tab10 {
	
}

.tabBar li.dq .tab11 {
	
}

.tabBar li.dq .tab12 {
	
}

.tabBar li.dq .tab15 {
	
}

.tabBar li.dq .tab16 {
	
}

.tabBar li.dq .tab17 {
	
}

.tabBar li.dq .tab18 {
	
}

.tabBar li.dq .tab19 {
	
}

.tabBar li.dq .tab20 {
	
}

.tabBar li.dq .tab27 {
	
}

.tabBar li.dq .tab32 {
	background: url(../images/jida.png) no-repeat center center;
}

.tabBar li.dq .tabCertBind {
	
}

.tabCon {
	padding: 0px 60px 0px;
	display: none;
	
	height: 100%;
}
.tab12Con{
	background: none;
	position: absolute;
	left: -406px;
	top: 0;
}
#tabA12{
	position: fixed;
	left: -99999px;
}
.lineshu{
	position: absolute;
	left: 50%;
	top: 30px;
}
.inputBox {
	overflow: hidden;
}

.inputBox li {
	border-bottom: 1px solid #000;
	height: 26px;
	padding: 10px 15px;
	margin-bottom: 14px;
	line-height: 26px;
}

.inputBox li input.inputTl {
	width: 100%;
	height: 20px;
	line-height: 20px;
	padding: 2px 0;
	color: #ccc
}

.input_ico {
	float: left;
	width: 20px;
	height: 20px;
	position: relative;
	top: 0px;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 75%;
}

.icoUser {
	background-image: url(../images/user_icon.png);
	width: 28px;
	height: 30px;
}

.icoPass {
	background-image: url(../images/password.png);
	width: 28px;
	height: 29px;
}

.icoYzm {
	background-image: url(../images/password.png);
	width: 28px;
	height: 29px;
}

.icoOtp {
	background-image: url(../images/password.png);
	width: 28px;
	height: 29px;
}

.icoSms {
	background-image: url(../images/password.png);
	width: 28px;
	height: 29px;
	margin-left: 5px;
	top: 0;
}

.icoDel {
	float: right;
	background-image: url(../images/cancel.png);
	cursor: pointer;
	top: -20px;
}

.icoLook {
	float: right;
	background-image: url(../images/eye.png);
	cursor: pointer;
}

.inputLogin {
	width: 250px;
	float: left;
	height: 24px;
	line-height: 24px;
	padding: 2px 0px;
	margin-left: 10px;
	color: #666;
	background: none;
	font-size: 15px;
	font-weight: 400;
}
.inputLogin::placeholder{
	color: #fff;
}
.inputLogin2 {
	width: 300px;
	float: left;
	height: 33px;
	line-height: 33px;
	margin-left: 20px;
	padding: 2px 0px;
	color: #ccc
}

.loginBox .inputBox2 {
	border: #e2e2e2 1px solid;
	height: 30px;
	padding: 0 5px;
	overflow: hidden;
	border-radius: 3px;
	margin: 3px 0;
	background-color: #fff
}

.loginBox .inputBox2 input {
	width: 100%;
	height: 20px;
	line-height: 20px;
	padding: 5px 0;
	background: 0
}

.loginBox .selectBox {
	border: #e2e2e2 1px solid;
	height: 30px;
	overflow: hidden;
	border-radius: 3px;
	margin: 3px 0
}

.loginBox .selectBox .select {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	padding-right: 5px;
	padding-left: 5px;
	text-align: left;
	padding: 4px 2px 4px 2px\9
}

.yzmBar {
	clear: both;
	height: 44px;
	border-bottom: 1px solid #000;
}
#yzm4Bar1{
	margin: 28px 0;
}
.yzmBox {
	width: 140px;
	float: left;
	background-color: none;
	margin-right: 24px;
	border-bottom: 1px solid #000;
	height: 24px;
	padding: 10px 15px;
}

.inputYzm {
	width: 90px;
	float: left;
	height: 24px;
	line-height: 24px;
	padding: 2px 0px;
	color: #666;
	font-size: 15px;
	margin-left: 20px;
}

.yzmPic {
	width: 120px;
	height: 44px;
	overflow: hidden;
	float: right;
}
.yzmPic img{
	height: 44px;
}
.yzmBox2 {
	width: 200px;
	height: 25px;
	padding: 15px 10px 13px 10px;
	float: left;
}

.inputYzm2 {
	width: 130px;
	float: left;
	height: 24px;
	line-height: 24px;
	padding: 0px 8px;
	color: #666;
	font-size: 15px;
}

.yzmBt {
	display: block;
	width: 110px;
	text-align: center;
	float: right;
	font-size: 16px;
	overflow: hidden;
	color: #c11920;
	margin-top: 17px;
}

.zhengshuTxt {
	background-color: #fff;
	border-radius: 3px;
	line-height: 26px;
	font-size: 16px;
	padding: 10px 10px
}

a.loginBt {
	display: block;
	margin: 20px 0;
	height: 49px;
	line-height: 49px;
	font-size: 20px;
	text-align: center;
	background: url(../images/loginbt.png) repeat-x 0 0;
	border-radius: 5px;
	border: #208ad6 1px solid
}

a.loginBt:hover {
	background: url(../images/loginbt.png) repeat-x 0 -51px
}

input.loginBt {
	display: block;
	width: 330px;
	margin: 20px 0;
	height: 49px;
	line-height: 49px;
	font-size: 20px;
	text-align: center;
	background: url(../images/loginbt.png) repeat-x 0 0;
	border-radius: 5px;
	border: #208ad6 1px solid;
	color: #fff
}

input.loginBt:hover {
	background: url(../images/loginbt.png) repeat-x 0 -51px
}

button.loginBt {
	display: block;
	line-height: 39px;
	height: 39px;
	background: #c11920;
	border-radius: 22px;
	font-size: 16px;
	margin-top: 15px;
	cursor: pointer;
	width: 100%;
	color: #fff;
}

button.loginBt:hover {
	
}

.warningBox {
	width: 335px;
	float: right;
	padding-right: 35px;
	position: absolute;
	left: 72px;
	top: 103px;
}
.modal .warningBox{
	margin-top: -170px;
	left: -263px;
}
.warningBoxOut {
	width: 335px;
	margin-top: 20px;
	float: right;
	padding-right: 2px;
	position: relative
}

.warningBar {
	position: absolute;
	width: 100%;
	left: 0;
	z-index: 999
}

.wColor1 {
	color: #ff8400
}

.wColor2 {
	color: #18ff00
}

.wColor3 {
	color: #00fcff
}

.closeBt {
	display: block;
	width: 32px;
	height: 22px;
	float: left;
	background: url(../images/close_bt.png) no-repeat center center;
	cursor: pointer;
	margin-left: -10px;
	display: none;
}

.infoBt {
	display: block;
	width: 32px;
	height: 22px;
	float: left;
	background: url(../images/ico_prompt1.png) no-repeat center center;
	cursor: pointer
}

.closeBt1 {
	display: block;
	width: 32px;
	height: 22px;
	float: left;
	background: url(../images/close_bt.png) no-repeat center center;
	cursor: pointer
}

.warningBg {
	width: 334px;
	margin: 45px 0px;
	line-height: 22px;
	border-radius: 5px;
	padding: 9px 10px 9px 10px;
	background: url(../images/warning_bg.png) repeat 0 0;
	position: relative;
	background: none;
	height: 16px;
	position: absolute;
	/* overflow: hidden; */
}

.warningBgSetPasswordHint {
	width: 335px;
	margin: 11px 0;
	margin-top: 42px;
	line-height: 22px;
	border-radius: 5px;
	padding: 7px 10px 7px 0;
	background: url(../images/warning_bg.png) repeat 0 0;
	position: relative
}

.warningBgUserInfo {
	width: 335px;
	margin: 11px 0;
	line-height: 22px;
	border-radius: 5px;
	padding: 7px 10px 7px 0;
	background: url(../images/warning_bg.png) repeat 0 0;
	position: relative
}

.warningArr {
	display: block;
	width: 6px;
	height: 30px;
	background: url(../images/warningArr.png) no-repeat 0 0;
	position: absolute;
	right: -6px;
	top: 0;
	z-index: 1;
	display: none;
}

.warningTxt {
	overflow: hidden;
	line-height: 22px
}

.footerNavBar {
	width: 1050px;
	height: 100px;
	margin: 38px auto 15px;
	background: url(../images/login_navline.png) no-repeat right center
}

.footerNavBar li {
	width: 150px;
	height: 100px;
	float: left;
	text-align: center;
	background: url(../images/login_navline.png) no-repeat left center
}

.fNav {
	display: inline-block;
	width: 60px;
	height: 60px;
	background-image: url(../images/login_footernav.png);
	background-repeat: no-repeat
}

.fNav1 {
	background-position: 0 0
}

.fNav2 {
	background-position: 0 -70px
}

.fNav3 {
	background-position: 0 -140px
}

.fNav4 {
	background-position: 0 -210px
}

.fNav5 {
	background-position: 0 -280px
}

.fNav6 {
	background-position: 0 -350px
}

.fNav7 {
	background-position: 0 -420px
}

.footerNavBar .tit {
	display: block;
	width: 100%;
	clear: both;
	line-height: 18px;
	padding-top: 4px
}

.copyright {
	line-height: 26px;
	width: 100%;
	text-align: center;
	padding: 20px 0
}

.passwordLayer {
	display: block;
	width: 290px;
    height: 36px;
    line-height: 36px;
    position: absolute;
    left: 36px;
    padding: 0 5px;
    overflow: hidden;
    top: 10px;
    text-align: left;
    font-size: 16px;
}

.passwordLayer span {
	display: none
}

.mibaoScroll {
	height: 220px;
	overflow-y: auto;
	padding-right: 5px;
	margin-bottom: 10px
}

.buttonBarCol2 li {
	width: 50%;
	float: left;
	overflow: hidden
}

a.button1 {
	display: block;
	margin: 10px 0;
	height: 38px;
	line-height: 38px;
	font-size: 18px;
	text-align: center;
	background: #1b3e79;
	border-radius: 30px;
	border: #1b3e79;
	margin-right: 3px;
	border: 1px solid #fff;
}

a.button1:hover {
	background: #1b3e79
}

input.button1 {
	display: block;
	margin: 10px 0;
	height: 38px;
	line-height: 38px;
	font-size: 18px;
	text-align: center;
	background: #1b3e79;
	border-radius: 5px;
	border: #1b3e79;
	color: #fff;
	margin-right: 3px
}

input.button1:hover {
	background: #1b3e79
}

a.button2 {
	display: block;
	margin: 10px 0;
	height: 38px;
	line-height: 38px;
	font-size: 18px;
	text-align: center;
	background: none;
	border-radius: 30px;
	margin-left: 3px;
	color: #1b3e79;
	border: 1px solid #1b3e79;
	background: #fff;
}

a.button2:hover {
	background: none;
}

input.button2 {
	display: block;
	margin: 10px 0;
	height: 38px;
	line-height: 38px;
	font-size: 18px;
	text-align: center;
	background: url(../images/loginbt.png) repeat-x 0 -110;
	border-radius: 5px;
	border: #cad2d7 1px solid;
	margin-left: 3px
}

input.button2:hover {
	background: url(../images/loginbt.png) repeat-x 0 -170px
}

.loginOutBox {
	width: 550px;
	height: 275px;
	padding: 20px;
	background-color: #f3fbfd;
	border-radius: 3px;
	float: right;
	-webkit-box-shadow: 0 5px 5px #195c91;
	-moz-box-shadow: 0 5px 5px #195c91;
	margin-top: 65px;
	font-size: 16px;
	color: #fff
}

.loginOutTxt {
	font-size: 26px;
	position: absolute;
	z-index: 9;
	top: 160px;
	left: 70px
}

.loginOutBox .tit {
	height: 30px;
	line-height: 30px
}

.loginOutcon {
	height: 130px;
	overflow-y: auto;
	margin: 5px 0;
	padding: 18px 18px;
	background-color: #fff;
	border-radius: 3px;
	border: #cad2d7 1px solid
}

.loginOutcon li {
	line-height: 20px;
	padding: 5px 0;
	clear: both
}

.loginOutBt {
	width: 330px;
	height: 50px;
	margin: 20px auto 40px auto
}

.warningBox.warningBoxMibao {
	top: 69px;
	left: 60px;
}

.loginBoxMibao {
	height: auto;
	overflow: hidden;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	z-index: 1000;
	position: absolute;
	right: 0;
	height: 100%;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}


.loginCoverBg {
	z-index: 10;
	left: 0;
	top: 0;
	position: fixed;
	opacity: .4;
	filter: Alpha(Opacity=40);
	width: 100%;
	height: 100%;
	display: block;
	background: url(../images/login_mainbg.jpg);
}

.loginBox .inputMibao {
	border: #e2e2e2 1px solid;
	height: 40px;
	padding: 0 10px;
	overflow: hidden;
	border-radius: 3px;
	margin: 5px 0;
	background-color: #fff
}

.loginBox .inputMibao input {
	width: 100%;
	height: 20px;
	line-height: 20px;
	padding: 10px 0;
	background: 0
}

.loginBox .selectBox.selectMibao {
	border: #e2e2e2 1px solid;
	height: 40px;
	overflow: hidden;
	border-radius: 3px;
	margin: 5px 0
}

.loginBox .selectBox.selectMibao .select {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 30px;
	padding-right: 5px;
	padding-left: 5px;
	text-align: left;
	padding: 4px 2px 4px 2px\9
}

.hrMibao {
	height: 5px;
	overflow: hidden;
	margin: 10px 0 5px 0;
	border-top: #e2e2e2 1px solid
}

.loginMainRel {
	position: relative;
	height: 390px;
	position: fixed;
	width: 380px;
	left: 50%;
	margin-left: -190px;
	top: 50%;
	    margin-top: -200px;
}

.loginBoxAbsolute {
	height: auto;
	overflow: hidden;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	z-index: 100;
	position: absolute;
	right: 0;
	top: 50%;
	min-height: 280px
}

select:focus {
	border: #fff 1px solid
}

.promptTit {
	height: 62px;
	line-height: 62px;
	padding: 10px 50px;
	font-size: 24px
}

.promptTit span.promptIco {
	display: block;
	float: left;
	width: 62px;
	height: 62px;
	margin-right: 10px
}

.promptTit span.promptIco img {
	width: 62px;
	height: 62px
}

.promptTxt {
	min-height: 100px;
	padding: 10px 50px;
	font-size: 18px;
	line-height: 28px;
	color: #fff
}

.promptTxt2 {
	min-height: 100px;
	padding: 10px 50px 20px 50px;
	font-size: 16px;
	line-height: 26px;
	color: #fff
}

.promptTxt2 p {
	padding: 8px 0
}

.popBox {
	background-color: #fff;
	border-radius: 3px;
	overflow: hidden;
	z-index: 100011;
	visibility: hidden;
	position: fixed
}

.popTitBar {
	height: 30px;
	line-height: 30px;
	padding: 5px 10px 5px 20px;
	background: url(../images/pop_titbg.png) repeat-x 0 0;
	cursor: move
}

.popCon {
	padding: 10px 20px;
	overflow-y: auto
}

.popCon p {
	padding: 8px 0
}

.colseBt {
	display: inline-block;
	width: 30px;
	height: 30px;
	overflow: hidden;
	text-indent: -999px;
	background: url(../images/close.png) no-repeat center center
}

.chaxunBt,.chongzhiBt,a.chaxunBt,a.chongzhiBt {
	display: inline-block;
	width: 110px;
	height: 30px;
	border-radius: 3px;
	overflow: hidden;
	line-height: 30px;
	text-align: center;
	margin-left: 10px
}

.chaxunBt {
	background: url(../images/bar_bg.png) repeat-x 0 0;
	border: #208ad6 1px solid
}

.chongzhiBt {
	background: url(../images/bar_bg.png) repeat-x 0 -40px;
	border: #cad2d7 1px solid
}

.loginText {
	margin-left: 30%
}

.loginTe {
    font-size: 27px;
    color: #fff;
    text-align: center;
    font-weight: normal;
    padding-top: 38px;
    padding-bottom: 38px;
}

.loginImg {
	
}

.loginT {
	text-align: center;
	margin-top: 20px;
	color: #fff;
	font-size: 16px;
}
.fogetLine{overflow: hidden;margin-top: 15px;}
.fogetLine a{
	color: #666;
	font-size: 14px;
}
.modalHeader{
	text-align: center;
	margin: 30px 0 0;
}
#yzm3Bar1,
#yzm4Bar1,
#yzm1Bar{
	margin-top: 10px;
}
.mainHeader{
	position: absolute;
	left: 130px;
	top: 100px;
	z-index: 2;
}
#authen12Form{
/* 	background: #fff;
	width: 320px;
	height: 292px; */
	text-align: center;
	color: #333;
	margin: 0 auto;
	/* border-radius: 5px; */
}
.weixincodeBox{
/* 	width: 210px;
	height: 210px; */
	overflow: hidden;
	margin: 0 auto;
	/* padding-top: 40px; */
}
.weixincodeBox img{
	width: 220px;
	height: 220px;
	/* margin-left: -43px;
	margin-top: -43px;
	width: 295px;
	height: 295px; */
}
#bindFidoAuthForm{
	padding: 0 35px;
	margin-top: 50px;
}
#tabCertBind{
	width: 100%;
	text-align: center;
}
#tabCertBind .tab{
	font-size: 24px;
	background: #228ccd;
	line-height: 60px;
	text-align: center;
	color: #fff;
	text-indent: 0;
	margin: 0;
	height: auto;
}
#modalBodyCommon .ercirenz{
	font-size: 24px;
	background: #fff;
	line-height: 60px;
	text-align: center;
	color: #333;
	text-indent: 0;
	margin: 0;
	height: auto;
	padding-top: 30px;
}
#modalBodyCommon .modalFooter .active{
	color: #fff;
}
.corner{
	position: absolute;
	width: 39px;
	height: 38px;
}
.corner1{
	background: url(../images/corner1.png);
	left: 0;
	top: 0;
}
.corner2{
	background: url(../images/corner2.png);
	right: 0;
	top: 0;
}
.corner3{
	background: url(../images/corner3.png);
	left: 0;
	bottom: 0;
}
.corner4{
	background: url(../images/corner4.png);
	right: 0;
	bottom: 0;
}
.loginline{
	position: absolute;
	width: 306px;
	height: 4px;
	background: url(../images/line.png);
	left: 50%;
	margin-left: -153px;
}
.loginline1{
	top: -2px;
}
.loginline2{
	bottom: -2px;
}
.bodyBack{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
}
.logoClass{
	padding-top: 60px;
	display: block;
	margin: 0 auto;
}
.copyBox{font-size: 14px;width: 100%;text-align: center;color: #293b4c;position:absolute;bottom: 50px;right: 0px;}
#login_container_temp{
	margin: 0 auto;
	width: 320px;
}
.change .inputLogin{
	color: #333;
	width: 100%;
}
.change .inputLogin::placeholder{
	color: #666;
}
.rightBfg{
	position: absolute;
	width: 630px;
	height: 100%;
	top: 0;
	right: 0;
	z-index: 2;
	background: #1959ae;
	background: rgba(25,89,174,0.8);
}
.loginLogo{
	position: absolute;
	left: 100px;
	top: 60px;
	z-index: 2;
}
.loginFont{
	position: absolute;
    z-index: 2;
    width: 60%;
    top: 50%;
    margin-top: -270px;
    font-size: 80px;
    text-align: center;
    color: #fff;
    font-family: '书体坊颜体';
}
.loginFont span{
	display: inline-block;
	text-indent: 2em;
}
.lfHeight{
	height: 30px;
}
#modifyPwdForm .inputLogin{
	margin-left: 0;
}
.sublogo{
	text-align: center;
	display: block;
	margin: 0 auto;
	margin-top: 20px;
	font-size: 32px;
	font-weight: bold;
	color: #c11920;
	letter-spacing: 8px;
}
.warningBgSMS{
	display:none; 
	margin-top:136px;
}
.jianzhu{
	float: left;
	width: 600px;
	padding: 10px 0 10px 10px;
}
.mainHeader{
	position: fixed;
	left: 70px;
	top: 40px;
}
.mainHeader img{
	float: left;
	margin-top: 10px;
}
.mainHeader span{
	display: inline-block;
    line-height: 80px;
    height: 80px;
    font-size: 34px;
    font-weight: bold;
	letter-spacing: 6px;
	margin-left: 20px;
	color: #0054a7;
}
.erweimaBox,
.erweimaBox2{
	width: 450px;
	height: 100%;
	float: left;
	text-align: center;
}
.erweimaBox2{
	display: none;
}
.h2Title{
	font-size: 27px;
	text-align: center;
	font-weight: normal;
	padding-top: 38px;
	padding-bottom: 38px;
}
.otherTitle{
	font-size: 12px;
	color: #474747;
	font-weight: normal;
	margin-bottom: 10px;
}
.saoyisaoTitle{
	font-size: 27px;
	color: #fff;
	text-align: center;
	font-weight: normal;
	padding-top: 38px;
	padding-bottom: 38px;
}

.erweimaBox p{
	color: #fff;
	font-size: 15px;
	text-align: center;
	margin-top: 26px;
}



.drag_verify {
  margin-bottom: 15px;
}
.drag_verify >>> .dv_handler_ok_bg {
  background: #fff !important;
}
.drag_verify >>> .dv_handler_ok_bg i {
  color: #35b34a !important;
}
.drag_verify >>> .dv_handler_ok_bg i:before {
  content: "\F00C" !important;
}
.drag_verify >>> .dv_handler {
  border: none;
  width: 36px !important;
  height: 30px !important;
  box-shadow: 3px 0px 3px rgba(0, 0, 0, 0.16) !important;
  opacity: 1;
  border-radius: 14px !important;
}
.drag_verify >>> .dv_handler i {
  color: #fff;
}
.drag_verify >>> .dv_handler i:before {
  content: "|||";
  font-size: 15px;
}
.drag_verify >>> .dv_text {
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 30px;
  color: rgba(113, 113, 113, 1);
  opacity: 1;
}
.timeOutSty{
   height: 200px;
   position: absolute;
   z-index: 2;
   top: 74px;
   opacity: 0.7;
   width: 200px;
   right: 0;
   left: 0;
   margin: 0 auto;
		display: none;
}
.user-psd-warning {
  font-size: 8px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 16px;
  color: rgba(244, 67, 54, 1);
  opacity: 1;
  background: url("../images/warn.png") no-repeat;
  background-position: 8px 0px;
  color: #ff8400;
  padding-left: 26px;
  text-align: left;
  position: absolute;
}
#bindWechatView form{
	padding: 0px 80px 0px;
}
#bindWechatView .inputLogin{
	    width: 240px;
}

.warningBgPasswprd{
	position: absolute;
	top: 60px;
	
}
#errorPwdRuleDivMsg1{
	position: absolute;
	top: 16px;
	text-indent: 0px;
}
#errorPwdRuleDivMsg2{
	position: absolute;
	top: 84px;
}
#errorPwdRuleDivMsg3{
	position: absolute;
	top: 150px;
}
.warningBox.warningBoxMibao .warningBg{
	width: 500px;
	height: auto;
	overflow: initial;
}
.change .inputBox li{
    padding: 13px 5px;
}
.modalShelter{
	display: none;
}
.verify-wrap .fix-tips, .verify-msg,
.verify-wrap .drag-progress{
	height: 30px!important;
	line-height: 30px!important;
	font-size: 12px;
}
.verify-wrap{
	margin-top: 22px;
	height: 30px;
}
.verify-wrap .drag-btn{
	width: 30px;
	height: 30px;
}
#errorMibaoDiv{
	position: absolute;
	top: -50px;
}
#authen32Form img{
	width: 225px;
	height: 218px;
}
#passwordErrorDivMsg{
	position: absolute;
	top: 70px;
}
.usernameErrorDivMsgBox{
	
}
#errorDivMsg{
	height: 20px;
}
#bindWechatView .warningBox.warningBoxMibao{
	top: 60px;
}
@media screen and (max-width: 1366px) {
/* 	.loginMainBg{
		zoom: 0.8;
	} */
	.mainHeader{left: 10px;top: 10px;}
	.mainHeader img{width: 375px;}
}
@media screen and (max-width: 1024px) {
	/* .loginMainBg{
		zoom: 0.6;
	} */
}
@media screen and (max-width: 700px) {
        .loginMainBg{
            left: 96%;
        }

}
@media screen and (max-width: 435px) {
        .loginMainBg{
            left: 106%;
        }

}
