@charset "utf-8";
/* CSS Document */
body {
  font-size: 14px;
  font-family: "STHeiti", "Microsoft YaHei", "宋体", "arial";
  color: #566570;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
body {
  height: 100%;
  overflow: hidden;
}

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;
  color: #566570;
}

a:hover {
  color: #333333;
}

a:visited {
  color: #566570;
  text-decoration: none;
}

textarea {
  resize: none;
}

.posRel {
  position: relative;
  margin-top: 20px;
}

.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: 0px;
  font-family: "STHeiti", "Microsoft YaHei", "宋体", "arial";
  font-size: 14px;
  color: #696969;
}

input,
textarea {
  outline: 0;
  -webkit-user-modify: read-write-plaintext-only;
  border: 0px;
  font-family: "STHeiti", "Microsoft YaHei", "宋体", "arial";
  font-size: 14px;
  color: #696969;
}

/*input {   -webkit-appearance: none;}*/
select {
  /*-moz-appearance:none;  -webkit-appearance:none; background-color:transparent; margin:0px; border:0px;*/
  outline: none;
}

option {
  font-size: 14px;
}

input:focus,
select:focus {
  /*border:#7bb7f6 1px solid;*/
  border: none;
}

* {
  -webkit-tap-highlight-color: transparent; /* border:0px;  -webkit-appearance: none; */
}

.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: #ffffff;
}

.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: #999999;
}

.gray a:hover,
a.gray:hover {
  color: #666666;
}

.padBoxTb {
  padding: 10px 0;
}

.header .loginCenter {
  /* width: 1200px; */
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  /* justify-content: center; */
}

/*-----*/
.header {
  height: 150px;
  width: 100%;
}

.logo {
  width: 50%;
  height: 95px;
  display: block;
  float: left;
  overflow: hidden;
  text-indent: -999px;
  background: url(../images/logo.png) no-repeat 0 center;
}

/*yan width:500px;*/
.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 {
  width: 100%; /*height:440px;*/
  height: 390px;
  /*background: #2090d8 url(../images/login_mainbg.jpg) no-repeat center center;*/
}

.loginMainCenter {
  height: 520px;
  position: relative;
}

.loginBG {
  width: 100%;
  /* height: 520px; */
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.loginBG .slides,
.loginBG .slides li {
  height: 100%;
}

.loginBG img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.loginBG .flex-control-nav {
  width: 1200px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}

.loginBG .flex-control-nav a {
  display: block;
  width: 100%;
  height: 100%;

  cursor: pointer;
}

.loginBG .flex-active {
  background-color: #fff;
}

.loginBG .flex-control-nav li {
  text-indent: -999px;
  border: 1px solid #fff;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
}

.flex-direction-nav {
  display: none;
}

.loginMainBg .loginCenter {
  position: relative;
  z-index: 2;
  height: 100%;
}

/**yan* min-width:980px;**/
.loginoutMainBg {
  width: 100%;
  height: 440px;
  background: #2090d8 url(../images/loginout_mainbg.jpg) no-repeat center center;
}

/*yan*min-width:980px;*/
.loginMain {
  /* margin: 0px auto 0 auto;
    margin-right: 5% */
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

/*yan width:960px;*/
.change {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translate(0, 0);
  margin-top: 0;
}

.loginBox {
  width: 365px;
  height: 376px;
  /*margin-top: 30px;*/
  height: 356px;
  /* margin-top: 80px; */
  overflow: hidden;
  float: right;
  background-color: #f3fbfd;
  border-radius: 5px;
  -webkit-box-shadow: 0px 5px 5px #195c91;
  -moz-box-shadow: 0px 5px 5px #195c91;
  position: relative;
  z-index: 2;
}

.tabBar {
  width: 372px;
  height: 50px;
  background-color: #1870a0;
}

.tabBar a {
  display: inline-block;
}

.tabBar li {
  width: 73px;
  height: 50px;
  float: left;
  cursor: pointer;
}

.tab {
  display: block;
  width: 100%;
  height: 30px;
  overflow: hidden;
  text-indent: -999px;
  margin: 10px 0;
  border-right: #468db3 1px solid;
  background-image: url(../images/login_tab.png);
  background-repeat: no-repeat;
}

.tab1 {
  background-position: center -10px;
}

.tab2 {
  background-position: center -70px;
}

.tab3 {
  background-position: center -130px;
}

.tab4 {
  background-position: center -190px;
}

.tab5 {
  background-position: center -610px;
}

.tab10 {
  background-position: center -736px;
}

.tab11 {
  background-position: center -876px;
}

.tab12 {
  background-position: center -1009px;
}

.tab15 {
  background-position: center -1137px;
}

/* .tab16 { background-position:center -1260px;} 140 64*/
.tab16 {
  background-position: center -1384px;
}

.tab17 {
  background-position: center -1513px;
}

.tab18 {
  background-position: center -1640px;
}

.tab19 {
  background-position: center -1765px;
}

.tab20 {
  background-position: center -1910px;
}

/*2024 06 12 泛微APP扫码 start*/
.tab30 {
  background-position: center -1910px;
}
/*2024 06 12 泛微APP扫码 end*/

.tabCertBind {
  background-position: center -490px;
}

.tabBar li.dq {
  background-color: #f3fbfd;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}

.tabBar li.dq .tab {
  border-right: #f3fbfd 1px solid;
}

.tabBar li.dq .tab1 {
  background-position: center -250px;
}

.tabBar li.dq .tab2 {
  background-position: center -310px;
}

.tabBar li.dq .tab3 {
  background-position: center -370px;
}

.tabBar li.dq .tab4 {
  background-position: center -430px;
}

.tabBar li.dq .tab5 {
  background-position: center -670px;
}

.tabBar li.dq .tab10 {
  background-position: center -803px;
}

.tabBar li.dq .tab11 {
  background-position: center -943px;
}

.tabBar li.dq .tab12 {
  background-position: center -1071px;
}

.tabBar li.dq .tab15 {
  background-position: center -1201px;
}

/* .tabBar li.dq .tab16 { background-position:center -1323px;} */
.tabBar li.dq .tab16 {
  background-position: center -1448px;
}

.tabBar li.dq .tab17 {
  background-position: center -1577px;
}

.tabBar li.dq .tab18 {
  background-position: center -1703px;
}

.tabBar li.dq .tab19 {
  background-position: center -1837px;
}

.tabBar li.dq .tab20 {
  background-position: center -1974px;
}

/*2024 06 12 泛微APP扫码 start*/
.tabBar li.dq .tab30 {
  background-position: center -1974px;
}
/*2024 06 12 泛微APP扫码 end*/

.tabBar li.dq .tabCertBind {
  background-position: center -550px;
}

.tabCon {
  padding: 15px 20px;
  display: none;
}

.inputBox {
  /*border: #cad2d7 1px solid;*/
  border-radius: 3px;
  overflow: hidden;
  background-color: #ffffff;
}

.inputBox li {
  border: #cad2d7 1px solid;
  /*margin-top: -1px;*/
  height: 25px;
  padding: 12px 10px;
}

.inputBox li input.inputTl {
  width: 100%;
  height: 20px;
  line-height: 20px;
  padding: 2px 0px;
  color: #cccccc;
}

.input_ico {
  display: block;
  width: 25px;
  height: 26px;
  background-image: url(../images/login_ico.png);
  background-repeat: no-repeat;
}

.icoUser {
  float: left;
  background-position: 0 0;
  padding-right: 10px;
  border-right: #cccccc 1px solid;
}

.icoPass {
  float: left;
  background-position: 0 -35px;
  padding-right: 10px;
  border-right: #cccccc 1px solid;
}

.icoYzm {
  float: left;
  background-position: 0 -70px;
  padding-right: 10px;
  border-right: #cccccc 1px solid;
}

.icoOtp {
  float: left;
  background-position: 0 -175px;
  padding-right: 10px;
  border-right: #cccccc 1px solid;
}

.icoSms {
  float: left;
  background-position: 0 -206px;
  padding-right: 10px;
  border-right: #cccccc 1px solid;
  margin-top: 6px;
}

.icoDel {
  float: right;
  background-position: 0 -105px;
  cursor: pointer;
  display: none;
}

.icoLook {
  float: right;
  background-position: 0 -140px;
  cursor: pointer;
  /*margin: 8px 8px 0 0;*/
}

.inputLogin {
  width: 215px;
  float: left;
  height: 20px;
  line-height: 20px;
  padding: 2px 8px;
  color: #cccccc;
}

.inputLogin2 {
  width: 260px;
  float: left;
  height: 20px;
  line-height: 20px;
  padding: 2px 8px;
  color: #cccccc;
}

.loginBox .inputBox2 {
  /*border: #e2e2e2 1px solid;*/
  height: 30px;
  padding: 0px 5px;
  overflow: hidden;
  border-radius: 3px;
  margin: 3px 0;
  background-color: #ffffff;
}

.loginBox .inputBox2 input /*,.inputBox2 input*/ {
  width: 100%;
  height: 20px;
  line-height: 20px;
  padding: 5px 0;
  background: none;
}

.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; /*IE8*/ /*IE7*/
}

.yzmBar {
  margin: 15px 0;
  clear: both;
  height: 40px;
  line-height: 40px;
}

.yzmBox {
  width: 145px;
  height: 25px;
  padding: 8px 10px 7px 10px;
  float: left;
  background-color: #ffffff;
  border-radius: 3px;
  margin-right: 10px;
}

.inputYzm {
  width: 90px;
  float: left;
  height: 20px;
  line-height: 20px;
  padding: 2px 8px;
  color: #cccccc;
}

.yzmPic {
  width: 85px;
  height: 40px;
  overflow: hidden;
  float: left;
}

/*.yzmBox2 {*/
/*    width: 185px;*/
/*    height: 25px;*/
/*    padding: 8px 10px 7px 10px;*/
/*    float: left;*/
/*    background-color: #ffffff;*/
/*    border-radius: 3px;*/
/*}*/
.yzmBox2 {
  width: 165px;
  float: left;
  /* background-color: #fff; */
  height: 100%;
  border-radius: 3px;
  overflow: hidden;
  padding-left: 10px;
  border: 1px #cad2d7 solid;
}

.inputYzm2 {
  width: 110px;
  float: left;
  height: 22px;
  line-height: 22px;
  padding: 8px 8px;
  color: #cccccc;
}

.yzmBt {
  display: block;
  width: 110px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  float: right;
  font-size: 16px;
  background-color: #1870a0;
  border-radius: 3px;
  overflow: hidden;
}

.zhengshuTxt {
  background-color: #ffffff;
  border-radius: 3px;
  line-height: 26px;
  font-size: 16px;
  padding: 10px 10px;
}

a.loginBt {
  display: block;
  margin: 20px 0px;
  height: 49px;
  line-height: 49px;
  font-size: 20px; /* font-weight:bold;*/
  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 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;
}

input.loginBt:hover {
  background: url(../images/loginbt.png) repeat-x 0 -51px;
}

/*button.loginBt {*/
/*    display: block;*/
/*    width: 330px;*/
/*    margin: 15px 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;*/
/*}*/
button.loginBt {
  display: block;
  width: 100%;
  height: 42px;
  font-size: 18px;
  letter-spacing: 2px;
  border-radius: 21px;
  color: #fff;

  font-family: PingFangSC-Medium;
  background: #d80000;
  cursor: pointer;
  margin-top: 45px;
}

button.loginBt:hover {
  background: url(../images/loginbt.png) repeat-x 0 -51px;
}

/*.warningBox {*/
/*    width: 335px;*/
/*    margin-top: 80px;*/
/*    float: right;*/
/*    padding-right: 35px;*/
/*    position: relative;*/
/*}*/
.warningBox {
  width: 335px;
  padding-right: 35px;
  position: absolute;
  top: 40px;
  /* left: 355px; */
  left: -375px;
  z-index: 2;
}

.warningBoxOut {
  width: 335px;
  margin-top: 20px;
  float: right;
  padding-right: 2px;
  position: relative;
}

.warningBar {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 999;
}

/*.warning { width:335px; height:36px; line-height:36px; margin:10px 0; clear:both; background:url(../images/warning.png) no-repeat 0 0;}*/
.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;
}

.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;
}

/*.warning2 { width:315px; height:360px; padding:5px 20px 5px 0; margin:10px 0; clear:both; background:url(../images/warning2.png) no-repeat 0 0;}*/
.warningBg {
  width: 350px;
  margin: 35px 0;
  line-height: 22px;
  border-radius: 5px;
  padding: 7px 10px 7px 0px;
  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 0px;
  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 0px;
  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: 0px;
  z-index: 1;
}

.warningTxt {
  overflow: hidden;
  line-height: 22px;
  padding-left: 10px;
}

.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;
}

/*yan*min-width:1000px;**/

.copyright p {
  color: #8c8c8c;
  line-height: 24px;
  font-size: 12px;
}

/*-----20161025----*/
.passwordLayer {
  display: flex;
  width: 230px;
  height: 25px;
  line-height: 25px;
  background-color: #ffffff;
  position: absolute;
  left: 47px;
  padding: 0 5px;
  overflow: hidden;
  top: 12px;
  color: #cccccc;
}

.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 0px;
  height: 38px;
  line-height: 38px;
  font-size: 18px; /* font-weight:bold;*/
  text-align: center;
  background: url(../images/loginbt.png) repeat-x 0 0;
  border-radius: 5px;
  border: #208ad6 1px solid;
  margin-right: 3px;
}

a.button1:hover {
  background: url(../images/loginbt.png) repeat-x 0 -51px;
}

input.button1 {
  display: block;
  margin: 10px 0px;
  height: 38px;
  line-height: 38px;
  font-size: 18px;
  text-align: center;
  background: url(../images/loginbt.png) repeat-x 0 0;
  border-radius: 5px;
  border: #208ad6 1px solid;
  color: #ffffff;
  margin-right: 3px;
}

input.button1:hover {
  background: url(../images/loginbt.png) repeat-x 0 -51px;
}

a.button2 {
  display: block;
  margin: 10px 0px;
  height: 38px;
  line-height: 38px;
  font-size: 18px; /* font-weight:bold;*/
  text-align: center;
  background: url(../images/loginbt.png) repeat-x 0 -110;
  border-radius: 5px;
  border: #cad2d7 1px solid;
  margin-left: 3px;
}

a.button2:hover {
  background: url(../images/loginbt.png) repeat-x 0 -170px;
}

input.button2 {
  display: block;
  margin: 10px 0px;
  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:300px;*/
  width: 550px;
  height: 275px;
  padding: 20px;
  background-color: #f3fbfd;
  border-radius: 3px;
  float: right;
  -webkit-box-shadow: 0px 5px 5px #195c91;
  -moz-box-shadow: 0px 5px 5px #195c91;
  margin-top: 65px;
  font-size: 16px;
  color: #666666;
}

.loginOutTxt {
  font-size: 26px;
  position: absolute;
  z-index: 9;
  top: 160px; /* left:-70px;*/
  left: 70px;
}

.loginOutBox .tit {
  height: 30px;
  line-height: 30px;
}

.loginOutcon {
  height: 130px;
  overflow-y: auto;
  margin: 5px 0;
  padding: 18px 18px;
  background-color: #ffffff;
  border-radius: 3px;
  border: #cad2d7 1px solid;
}

.loginOutcon li {
  line-height: 20px;
  padding: 5px 0px;
  clear: both;
}

.loginOutBt {
  width: 330px;
  height: 50px;
  margin: 20px auto 40px auto;
}

.warningBox.warningBoxMibao {
  margin-right: 370px;
  margin-top: 0;
  top: 40px !important;
  left: -593px;
}

.loginBoxMibao {
  height: auto;
  margin-top: -50px;
  overflow: hidden;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  z-index: 100;
  position: absolute;
  right: 0px;
  min-height: 380px;
}

.loginBoxMibao {
  height: auto;
  margin-top: -50px;
  overflow: hidden;
  -webkit-box-shadow: none;
  -moz-box-shadow: no;
  z-index: 100;
  position: absolute;
  right: 0px;
}

.loginCoverBg {
  z-index: 10;
  left: 0px;
  top: 0px;
  position: fixed;
  opacity: 0.4;
  filter: Alpha(Opacity=40);
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgb(0, 0, 0);
}

.loginBox .inputMibao {
  border: #e2e2e2 1px solid;
  height: 40px;
  padding: 0px 10px;
  overflow: hidden;
  border-radius: 3px;
  margin: 5px 0;
  background-color: #ffffff;
}

.loginBox .inputMibao input {
  width: 100%;
  height: 20px;
  line-height: 20px;
  padding: 10px 0;
  background: none;
}

.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; /*IE8*/ /*IE7*/ /*border:#ffffff 1px solid; */
}

.hrMibao {
  height: 5px;
  overflow: hidden;
  margin: 10px 0 5px 0;
  border-top: #e2e2e2 1px solid;
}

.loginMainRel {
  position: relative;
  height: 390px;
}

.loginBoxAbsolute {
  height: auto;
  overflow: hidden;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  z-index: 100;
  position: absolute;
  right: 0px;
  top: 50%;
  min-height: 280px;
}

select:focus {
  border: #ffffff 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: #666666;
}

.promptTxt2 {
  min-height: 100px;
  padding: 10px 50px 20px 50px;
  font-size: 16px;
  line-height: 26px;
  color: #666666;
}

.promptTxt2 p {
  padding: 8px 0;
}

.popBox {
  background-color: #ffffff;
  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-left: 39%;
  margin-bottom: 1%;
}

.loginImg {
  margin-left: 15%;
}

.loginT {
  /*margin-left: 23%*/
  color: rgba(0, 0, 0, 0.65);
  text-align: center;
}

.footer {
  height: 100px;
  line-height: 100px;
  text-align: center;
  /* background: #f5f8fa; */
}

.loginTitle {
  height: 60px;
  background: url(../images/titleBg.png) no-repeat;
  padding: 30px 0 0 50px;
  background-size: cover;
}

.loginTitle img {
  display: inline-block;
  vertical-align: top;
  margin: 2px 8px 0 0;
  background-size: cover;
}

.loginTitle h3 {
  display: inline-block;
  font-size: 24px;
  color: #ffffff;
}

.authenUrl {
  margin-top: 20px;
  text-align: right;
}

.authenUrl a {
  color: #d80000;
}

/*.modalShelter {
    z-index: 5;
}*/

@media screen and (max-width: 1536px) {
  .header {
    height: 100px;
  }
  .header img {
    height: 80px !important;
  }
  .footer {
    height: 60px;
    line-height: 60px;
    font-size: 12px;
  }
}

@media screen and (max-width: 1280px) {
  /* .loginBox {
      margin-top: 60px !important;
      zoom: 0.7;
      -moz-transform: scale(0.65);
      -moz-transform-origin: right -60px;
    }
    .loginBoxMibao.loginBox {
      margin-top: 0 !important;
    } */
  .loginMainBg,
  .loginBoxMibao.loginBox {
    zoom: 0.8;
    -moz-transform: scale(0.8) translate(-50%, -50%);
    -moz-transform-origin: left top;
  }
  #modifyModal .loginBoxMibao.loginBox {
    transform: translate(-53%, -50%) !important;
    zoom: 0.98;
  }
  #remindPwdModal .loginBoxMibao.loginBox {
    zoom: 1;
  }
}

@media screen and (max-width: 500px) {
  .loginMain {
    right: auto;
    left: 50%;
  }
  #modifyModal .loginBoxMibao.loginBox,
  #remindPwdModal .loginBoxMibao.loginBox {
    right: auto !important;
    transform: translate(-50%, -50%) !important;
  }
  .warningBox {
    top: auto;
    left: auto;
    bottom: -50%;
  }
  .warningBox.warningBoxMibao {
    top: auto !important;
    bottom: 0;
    left: -58%;
  }
  .secondContent {
    transform: translate(-50%, -45%) !important;
    right: auto !important;
    left: 50%;
  }
}
