@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: 14px;
	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
}
input[type="button"]{
	cursor: pointer;
}
.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{
	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: #666
}

.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: 480px;
	z-index: 3;
	background: #fff;
	height: auto;
	right: 250px;
	border-radius: 5px;
	top: 50%;
	margin-top: -300px;
}

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

.loginMain {
	
}

.change {
	width: 480px;
	position: absolute;
	background: #fff;
	height: 100%;
	z-index: 9;
	height: auto;
	right: 250px;
	border-radius: 5px;
	top: 50%;
	margin-top: -300px;
}

.loginBox {
	width: 100%;
	position: relative;
	padding-bottom: 20px;
}

.tabBar {
	padding: 30px 60px 0px;
	position: relative;
}

.tabBar li {
	width: 100%;
	height: 60px;
	cursor: pointer;
	text-align: center;
	float: left;
	display: none;
}
.tabBar a{
	width: 49%;
	display: inline-block;
}
.tab {
	display: inline-block;
	width: auto;
	height: 30px;
	overflow: hidden;
	margin: 0px 0 15px;
	background-repeat: no-repeat;
	background-position: 25px 3px;
	color: #666;
	font-size: 16px;
	line-height: 30px;
	padding-bottom: 5px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
#tab12Con{padding-top: 14px;}
.tab1 {
	
}

.tab2 {
	
}

.tab3 {
	
}

.tab4 {
	
}

.tab5 {
	
}

.tab10 {
	
}

.tab11 {
	
}

.tab12 {
	
}

.tab15 {
	
}

.tab16 {
	
}

.tab17 {
	
}

.tab18 {
	
}

.tab19 {
	
}

.tab20 {
	
}

.tab27 {
	
}

.tab32 {
	
}

.tabCertBind {
	
}

.tabBar li.dq {
	overflow: hidden;
}

.tabBar li.dq .tab {
	border-bottom: 2px solid #004083;
	color: #004083;
}

.tabBar li.dq .tab1 {
	
}

.tabBar li.dq .tab2 {
	
}

.tabBar li.dq .tab3 {
	
}

.tabBar li.dq .tab4 {
	
}

.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 {
	
}

.tabBar li.dq .tabCertBind {
	
}

.tabCon {
	padding: 5px 40px 20px;
	display: none
}

#modifyPwdForm .inputBox {
	float: left;
	width: 100%;
}

.inputBox li {
	height: 30px;
	padding: 13px 0px;
	margin-bottom: 25px;
	background: #F7F8FA;
}

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

.input_ico {
	position: relative;
	display: block;
	font-size: 16px;
	color: #474747;
    float: left;
	width: 24px;
	height: 24px;
	float: left;
	margin-left: 20px;
	margin-right: 10px;
	top: 6px;
}

.icoUser {
	background-image: url(../images/icon_input/user_icon_3.png);
}

.icoPass {
    background-image: url(../images/icon_input/password_icon_3.png);
}

.icoYzm {
	top: 16px;
	background-image: url(../images/icon_input/image_icon_3.png);
}

.icoOtp {
	
}

.icoSms {
    background-image: url(../images/icon_input/image_icon_3.png);
}
.icoDel {
	float: right;
	background-image: url(../images/cancel.png);
	cursor: pointer;
}

.icoLook {
	float: right;
	background-image: url(../images/eye.png);
	cursor: pointer;
	background-repeat: no-repeat;
	top: 2px;
	background-position: center;
}
.icoLook2 {
	background-image: url(../images/eye2.png);
}
.inputLogin {
	width: 230px;
	height: 33px;
	line-height: 33px;
	padding: 0px 0px;
	color: #666;
	background: none;
	font-size: 18px;
	font-weight: 400;
	z-index: 1;
	position: absolute;
}
.inputLogin::placeholder{
	color: #666;
}
.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: 65px;
	margin-top: 35px;
}
#yzm4Bar1{
	margin: 28px 0;
}
.yzmBox {
	width: 158px;
    float: left;
    background-color: #F7F8FA;
    margin-right:22px;
    height: 43px;
    padding: 0px 0px 13px;
}

.inputYzm {
    width: 90px;
    float: left;
    height: 33px;
    line-height: 33px;
    padding: 0px 0px 0px;
    color: #666;
    font-size: 16px;
    margin-top: 11px;
}

.yzmPic {
	width: 150px;
	height: 55px;
	overflow: hidden;
	float: left

}
.yzmPic img{
	height: 100%;

}
.yzmBox2 {
	width: 180px;
	height: 25px;
	padding: 2px 10px 19px 0px;
	float: left;
	border-bottom: 1px solid #484a4b;


}
#tab4Con{
	padding-bottom: 43px;
}
.inputYzm2 {
	width: 130px;
	float: left;
	height: 33px;
	line-height: 33px;
	padding: 0px;
	color: #666;
	font-size: 16px;
}

.yzmBt {
	display: block;
	width: 110px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	float: right;
	font-size: 16px;
	background-color: #004182;
	border-radius: 40px;
	overflow: hidden
}

.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: 16px;
	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: 16px;
	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: 56px;
	height: 56px;
	font-size: 18px;
	width: 100%;
	margin: 0 auto;
	margin-top: 56px;
	cursor: pointer;
	background: #016E9B;
	border-radius: 4px;
}

button.loginBt:hover {
	
}

.warningBox {
	width: 335px;
	float: right;
	padding-right: 35px;
	position: absolute;
	left: -310px;
    top:174px;
}
.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;
}

.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 0;
	line-height: 22px;
	border-radius: 5px;
	padding: 9px 10px 9px 10px;
	background: url(../images/warning_bg.png) repeat 0 0;
	position: relative;
}

.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
}

.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
}



.passwordLayer {
	display: block;
	width: 290px;
	height: 36px;
	line-height: 36px;
	position: absolute;
	left: 72px;
	padding: 0 5px;
	overflow: hidden;
	top: 15px;
	color: #fff;
	text-align: left;
	font-size: 23px;
}

.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: 16px;
	text-align: center;
	background: #004083;
	border-radius: 5px;
	border: #004083;
	margin-right: 3px
}

a.button1:hover {
	background: #004083
}

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

input.button1:hover {
	background: #004083
}

a.button2 {
	display: block;
	margin: 10px 0;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	text-align: center;
	background: #004083;
	border-radius: 5px;
	border: #004083;
	margin-left: 3px;
	color: #fff;
}

a.button2:hover {
	/*background: none;*/
}

input.button2 {
	display: block;
	margin: 10px 0;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	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: #666
}

.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: -20px;
}
#modifyModal .warningBox.warningBoxMibao{
	top: -19px;
}
.loginBoxMibao {
	height: auto;
	overflow: hidden;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	z-index: 100;
	position: absolute;
	right: 0;
	min-height: 477px;
	background: #fff;
	border-radius: 5px;
}


.loginCoverBg {
	z-index: 10;
	left: 0;
	top: 0;
	position: fixed;
	opacity: .4;
	filter: Alpha(Opacity=40);
	width: 100%;
	height: 100%;
	display: block;
	background-color: #000;
}

.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;
	min-height: 320px;
}

.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;
	border-radius: 5px;
}

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: 16px;
	line-height: 28px;
	color: #666
}

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

.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 {
	margin-bottom: 10px;
	color: #333;
	text-align: center;
	font-weight: normal;    color: #898d90;
}

.loginImg {
	
}

.loginT {
	text-align: center;
	margin-top: -20px;
	color: #898d90;
	padding-bottom: 16px;
}
.fogetLine{overflow: hidden;margin-top: 15px;}
.fogetLine a{
	color: #55555F;
	font-size: 14px;
}
.modalHeader{
	text-align: center;
	margin: 30px 0 0;
}
#yzm3Bar1,
#yzm4Bar1,
#yzm1Bar{
	margin-top: 25px;
}

#authen12Form{
	text-align: center;
	color: #333;
	margin: 0 auto;
	border-radius: 5px;
	margin-top: -80px;
}
.weixincodeBox{
	overflow: hidden;
	margin: 0 auto;
}
.weixincodeBox img{
	
}
#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: #228ccd;
	line-height: 60px;
	text-align: center;
	color: #fff;
	text-indent: 0;
	margin: 0;
	height: auto;
}
#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: 55px;
	display: block;
	margin: 0 auto;
}
.loginBoxMibao .logoClass{
	padding-top: 70px;
}
.copyBox{font-size: 14px;width: 100%;text-align: center;color: #293b4c;position:absolute;bottom: 50px;right: 0px;}
#login_container_temp{
	margin: 0 auto;
	width: 400px;
}
.change .inputLogin{
	
}
.rightBfg{
	position: absolute;
	width: 568px;
	height: 100%;
	top: 0;
	right: 0;
	z-index: 2;
	background: rgba(255,255,255,0.65);
}
.loginLogo{
	position: absolute;
	left: 100px;
	top: 60px;
	z-index: 2;
}

.lfHeight{
	height: 30px;
}
#modifyPwdForm .inputLogin{
	
}
.sublogo{
	text-align: center;
	display: block;
	margin: 0 auto;
	margin-top: 20px;
	font-size: 36px;
	color: #004083;
	font-weight: bold;
	letter-spacing: 8px;
}
.warningBgSMS{
	display:none; 
	margin-top:45px;
}
#modifyPwdForm .posRel{
	
}
#tabA11{
	position: absolute;
    right: 0px;
    top: 0px;
	background-image: url(../images/erweima.png);
	background-position: right top;
	background-repeat: no-repeat;
	width: 100px;
	height: 100px;
	background-size: 100%;
}
#tabA11 span{
	text-indent: -9999px;
}
.navLine{
	position: absolute;
	left: 50%;
	top: 56px;
	width: 1px;
	height: 45px;
}
.modalBody .yzmBox2{
	width: 200px;
}
.selectForm{
    height:225px;
}
.bar{
    height:48px;
    background: #016E9B;
}
.barTitle{
    font-size: 16px;
    color:#fff;
    text-align: center;
    line-height: 48px;
    display: block;
}
.selectContain{
    height:250px;
}
.select{
    width:86%;
    min-height:160px;
    margin:20px auto 10px auto;
    overflow-x: hidden;
    overflow-y: auto;
    background: #f9f9f9;

}
.select ul{
    height:175px;
    float: left;
    padding:0;
    margin:0;
    list-style-type: auto;
}
.select ul li{
    width:410px;
    height:40px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color:#39434a;
    cursor: pointer;
}
.select ul li:visited,.select ul li:hover{
    background: #bfebff;
}
.btnLogin{
    width:118px;
    margin:20px auto;
}
.btn{
    width:118px;
    height:36px;
    color:#fff;
    font-size: 16px;
    border:0;
    background: url(../images/chooseAccount/loginbtn.png) no-repeat;
}

input.loginBtChooseAccountBtn { display:block; width:330px; margin:20px 0px; 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:#ffffff;}

.btnLogin123{
    width:86%;
    margin:20px auto;
}
.btn123{ 
    margin-top:5px;
    width:100%;
    height:56px;
    line-height:56px;
    color:#fff;
    font-size: 18px;
    border:0;
    background: #016E9B;
    cursor: pointer;
border-radius:4px;
}
.loginMainBg1{
	width: 320px;
	margin-left: -160px;
}
.loginCoverBg {
    z-index: 2;
    left: 0;
    top: 0;
    position: fixed;
    opacity: .4;
    width: 100%;
    height: 100%;
    display: block;
	background: url(../images/login_mainbg.jpg);
	background-size: cover;
}
#bindWechatView .loginBox{
  height: 574px;
}
#bindWechatView .warningBox.warningBoxMibao{
  top: -40px;
  left: -300px;
}
#bindWechatView.change .inputLogin{
  width: auto;
}
#bindWechatAuthForm{
  padding: 50px 35px;
}
#bindWechatAuthForm .inputBox li.posRel .inputLogin{
	width: 120px;
}
#bindWechatView .inputYzm{
  padding: 7px 0px;
}
#tabBarIds{
	height: 40px;
}
.tabTips{
	background: url(../images/tabtips.png);
	background-size: cover;
	width: 77px;
	height: 30px;
	position: absolute;
	right: 30px;
	top: 5px;
	line-height: 30px;
	color: #fff;
	text-indent: 12px;
	font-size: 12px;
	display: none;
}
#countTab{
	position: absolute;
	right: 0px;
	top: 0px;
	display: none;
	width: 100px;
}
.mainHeader{
	position: fixed;
	left: 70px;
	top: 30px;
	z-index: 2;
}
.mainHeader img{
	float: left;
	margin-top: 10px;
}
.mainHeader span{
	display: inline-block;
    line-height: 32px;;
    height: 32px;;
    font-size: 32px;
	margin-left: 20px;
	color: #28485D;
	font-family: Source Han Sans CN;
	font-weight: 400;
	border-left: 2px solid #AFAFB4;
	padding-left: 20px;
	margin-top: 26px;
}
button.btnGray{
	background: #ccc;
	}
.footer{
	position: fixed;
	z-index: 2;
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #77777F;
	bottom: 30px;
	text-align: center;
	width: 100%;
}
.copyright {
	width: 100%;
	text-align: center;
}
.newTitle1{
	font-size: 32px;
	font-family: Source Han Sans CN;
	color: #11111F;
	font-weight: bold;
}
.newTitle2{
	color: #1A698A;
	font-size: 22px;
	letter-spacing: 5px;
	margin-top: 10px;
	margin-bottom: 50px;
	font-weight: bold;
}
.newTitle2 img{
	visibility: hidden;
}
.rightLink{
	position: fixed;
	right: 60px;
	top: 60px;
	z-index: 2;
}
.rightLink a{
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #33333F;
	border-right: 1px solid #AFAFB4;
	padding: 0 20px;
}
.newTitle1 img{
	height: 36px;
    /* display: none; */
    	width: 96px;
    	margin-left: 8px;
}
.dev_tips{
	position: absolute;
    	top: 45.92%;
    	z-index: 1;
    	left: 19.37%;
}
.dev_tips img{
	height: 169px;
    	width: 400px;
}
@media screen and (max-width: 1536px) {
	.mainHeader span{font-size: 18px;line-height: 18px;height: 18px;margin-top: 32px;letter-spacing: 0;}
	.mainHeader img{width: 150px;margin-top: 18px;}
	.loginMainBg,
	.change{zoom: 0.9;}
}
@media screen and (max-width: 1423px) {
	.loginMainBg,
	.change{zoom: 0.85;margin-top: -230px;}
	.loginBoxMibao{min-height: 477px;}
}
@media screen and (max-width: 1366px) {
	/* .loginMainBg,
	.change{zoom: 0.65;} */
}
@media screen and (max-width: 1100px) {
	/* .loginMainBg,
	.change{zoom: 0.6;} */
}
@media screen and (max-width: 1024px) {
	.rightLink{
		display: none;
	}
	.logoClass{
		width: 30%;
		padding-top: 30px;
	}
	
	.tabBar{
		padding: 30px 30px 0;
	}
	.bodyBack{display: none;}
	.dev_tips{display: none;}
	.warningArr{display: none;}
	.loginMainBg,
	.change{
		width: 100%;
		left: 0;
		margin-left: 0;
		top: 0;
		margin: 0;
		zoom: 1;
	}
	.change{
		top: 0;
		margin-top: 0;
	}
	.warningBox{    
		position: fixed;
		top: 25px;
		left: 50%;
		margin-left: -176px;
	}
	.warningBg{
		margin: 15px 0;
	}
	#tabA11,
	#countTab,
	.tabTips{
		position: fixed;
		top: 0px;
	}
	.tabCon {
	    padding: 25px 30px 20px;
	}
	.tabBar2{
		padding: 45px 10px 0px;
		/* display: none; */
	}
	.tabBar2 .td3{
		display: none;
	}
	.warningBox.warningBoxMibao,
	#modifyModal .warningBox.warningBoxMibao{
		z-index: 999;
		top: 68px;
	}
	.tabTips{
		position: fixed;
		top: 10px;
	}
	.yzmBox{
		width: 150px;
	}
	.yzmPic{
		width: 120px;
	}
	.modal .warningBox{
		margin-top: 0;
		left: 50%;
	}
	.modal{
		zoom: 0.65;
	}
	.mainHeader{position: static;display: none;}
	.mainHeader img{width: 60%;margin: 0 auto;float: none;display: block;margin-top: 10px;}
	.mainHeader span{display: none;}
	.inputLogin{width: 200px;}
	.yzmBox2{width: 130px;}
	.inputYzm{width: 70px;}
	.inputYzm2{width: 80px;}
	.newTitle1{font-weight: normal;}
	.newTitle1 img{display: inline-block;margin-right: 10px;position: relative;top: -2px;}
}