@charset "utf-8";
body {
  font-size: 14px;
  font-family: "STHeiti", "Microsoft YaHei", "宋体", "arial";
  color: #566570;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  background: #f5f5f5;
  overflow:hidden;
}
html,
body {
  height: 100%;
}
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: #333;
}
a:visited {
  color: #566570;
  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: 14px;
  color: #696969;
}
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;
  color: #fff;
}
.header {
  height: 72px;
  width: 100%;
  background-color: #fff;
}
.header img {
  margin: 15px 0 0 32px;
}
.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%;
  position: relative;
}
.loginoutMainBg {
  width: 100%;
  height: 440px;
  background: #2090d8 url(../images/loginout_mainbg.jpg) no-repeat center center;
}
.loginMain {
  display: flex;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}
.change {
  position: absolute;
  /*top: 140px;
  */
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translate(0px, 0px);
}
.change .loginBoxMibao {
  background: #af1c2d;
  margin: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 4px;
  overflow: visible;
}
.change .loginBoxMibao {
  margin-top: -2px;
}
.change .inputLogin {
  padding-left: 10px;
  width: 80%;
}
#bindWechatView.change .inputLogin {
  width: 68%;
}
#bindWechatView.change .tabBar li {
  text-align: center;
}
#bindWechatView.change .tabBar li .tab {
  font-size: 22px;
  font-weight: 400;
}
#bindWechatView .wxClose {
  position: absolute;
    top: 10px;
    right: 10px;
    width: 25px;
    cursor: pointer;
}
#bindWechatView .tabBar {
  padding-bottom: 10px;
}
#bindWechatView.change .warningBox {
  top: 55px;
}
.change .warningBox {
  top: 45px;
}
.change .warningBg {
  margin: 24px 0;
}
.loginBox {
  width: 308px;
  height: 400px;
  position: relative;
  padding: 40px 32px 0;
  box-sizing: border-box;
}
.loginBox .title {
  font-size: 26px;
  color: #ffffff;
  margin-bottom: 20px;
}
.banner_r {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.tabBar {
  height: 30px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.tabBar a {
  display: inline-block;
  margin-right: 15px;
}
.tabBar a:last-child {
  margin-right: 0;
}
.tabBar li {
  padding-bottom: 10px;
  border-bottom: 2px solid transparent;
}
.tab {
}
.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 -1384px;
}
.tab17 {
  background-position: center -1513px;
}
.tab18 {
  background-position: center -1640px;
}
.tab19 {
  background-position: center -1765px;
}
.tab20 {
  background-position: center -1910px;
}
.tabCertBind {
  background-position: center -490px;
}
.tabBar li.dq {
  border-bottom: 2px solid #fff;
}
.tabBar li .tab {
  color: #fff;
}
.tabBar li.dq .tab {
  font-weight: 600;
}
.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 -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;
}
.tabBar li.dq .tabCertBind {
  background-position: center -550px;
}
.tabCon {
  display: none;
}
.inputBox {
}
.inputBox li {
  height: 38px;
  background: #ffffff;
  border: 1px solid #ac1929;
  border-radius: 4px;
  margin-bottom: 18px;
}
.inputBox li input.inputTl {
  width: 100%;
  height: 20px;
  line-height: 20px;
  padding: 2px 0;
  color: #ccc;
}
.input_ico {
  display: block;
  width: 14px;
  height: 14px;
  float: left;
  background-size: 100% 100%;
  margin: 12px 9px 0;
}
.icoUser {
  background-image: url(../images/icon_user.png);
}
.icoPass {
  background-image: url(../images/icon_pass.png);
}
.icoYzm {
  background-image: url(../images/icon_yzm.png);
  margin-top: 13px;
}
.icoOtp {
  float: left;
  background-position: 0 -175px;
  padding-right: 10px;
  border-right: #ccc 1px solid;
}
.icoPhone {
  background-image: url(../images/icon_phone.png);
}
.icoSms {
  background-image: url(../images/icon_smsCode.png);
  margin-top: 13px;
}
.icoDel {
  float: right;
  background-position: 0 -105px;
  cursor: pointer;
}
.icoLook {
  float: right;
  background-image: url(../images/icon_look.png);
  cursor: pointer;
}
.inputLogin {
  float: left;
  height: 100%;
  color: #2e3239;
}
input::input-placeholder {
  color: #babbbe;
}
input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #babbbe;
}

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #babbbe;
}

input::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #babbbe;
}
.inputLogin2 {
  width: 260px;
  float: left;
  height: 20px;
  line-height: 20px;
  padding: 2px 8px;
  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: 40px;
  margin-bottom: 18px;
}
.yzmBox {
  width: 138px;
  height: 40px;
  float: left;
  background-color: #fff;
  border-radius: 4px;
}
.inputYzm {
  width: 90px;
  float: left;
  height: 100%;
  color: #2e3239;
}
.yzmPic {
  width: 100px;
  height: 40px;
  overflow: hidden;
  float: right;
  border-radius: 4px;
}
.yzmBox2 {
  width: 138px;
  float: left;
  height: 40px;
  background-color: #fff;
  border-radius: 4px;
}
.inputYzm2 {
  width: 90px;
  float: left;
  height: 100%;
  color: #2e3239;
}
.yzmBt {
  display: block;
  width: 100px;
  height: 40px;
  float: right;
  font-size: 14px;
  background-color: #fff;
  border-radius: 4px;
  color: #54575d;
  overflow: hidden;
  cursor: pointer;
}
.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: inline-block;
  width: 110px;
  height: 40px;
  background-image: linear-gradient(180deg, #f1daca 0%, #f5c6b2 100%);
  box-shadow: 0 1px 4px 0 #860210b3;
  border-radius: 4px;
  font-size: 16px;
  color: #ad1a2a;
  cursor: pointer;
}
.forgetPass,
.forgetPass:hover {
  font-size: 12px;
  color: #ffffff;
  float: right;

}
.warningBox {
  width: 250px;
  margin-top: 80px;
  float: right;
  padding-right: 35px;
  position: absolute;
  top: 39px;
  left: -240px;
}
.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;
}
.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: 250px;
  margin: 24px 0;
  line-height: 22px;
  border-radius: 5px;
  padding: 7px 10px 7px 0;
  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;
}
.copyright {
  height: 64px;
  background: #ffffff;
  line-height: 64px;
  text-align: center;
  color: #8f9195;
}
.passwordLayer {
  display: block;
  width: 230px;
  height: 25px;
  line-height: 25px;
  background-color: #fff;
  position: absolute;
  left: 47px;
  padding: 0 5px;
  overflow: hidden;
  top: 12px;
  color: #ccc;
}
.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;
  width: 110px;
  height: 40px;
  line-height: 40px;
  background-image: linear-gradient(180deg, #f1daca 0%, #f5c6b2 100%);
  box-shadow: 0 1px 4px 0 #860210b3;
  border-radius: 4px;
  font-size: 16px;
  color: #ad1a2a;
  text-align: center;
}
input.button1 {
  display: block;
  margin: 10px 0;
  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: #fff;
  margin-right: 3px;
}
input.button1:hover {
  background: url(../images/loginbt.png) repeat-x 0 -51px;
}
a.button2 {
  float: right;
  margin: 10px 0;
  width: 110px;
  height: 38px;
  line-height: 38px;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
  border: #fff 1px solid;
  text-align: center;
  border: #fff 1px solid;
}
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: #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 {
  margin-right: 370px;
  margin-top: 0;
}
.loginBoxMibao {
  height: auto;
  margin-top: -50px;
  overflow: hidden;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  z-index: 100;
  position: absolute;
  right: 0;
  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: 0;
}
.loginCoverBg {
  z-index: 10;
  left: 0;
  top: 0;
  position: fixed;
  opacity: 0.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;
  height: 390px;
}
.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: #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%;
}
/* 二级认证定制 */
.modalBody.modalSecond {
    opacity: 1;
    width: 308px;
    height: 400px;
    margin: 0;
    height: 400px;
    left: 50%;
    box-shadow: 0 0 0;
    border-radius: 4px;
    transform: translate(-50%, -50%);
  background: #af1c2d;
}
.modal .modalBody.modalSecond {
  width: 350px;
  height: 320px;
  background: #af1c2d;
}
.modal  .modalSecond .modalHeader img {
  display: none;
}

.modal  .modalSecond .modalHeader span {
  color: #fff;
}
.modalSecond .yzmBox2 {
  width: 160px;
}

.modalSecond .modalHeader {
  padding-top: 20px;
  text-align: center;
}
.modalSecond .modalHeader img {
  height: auto;
  display: none;
}
.modalSecond .modalHeader span {
  font-size: 22px;
  /*color: #2e3239;*/
  color: #fff;
  margin: 20px 0 ;
  /* vertical-align: middle; */
  display: block;
}
.modalSecond .modalBodyContent {
    position: static;
    width: 100%;
    padding: 0 32px;
    box-sizing: border-box;
}
.modalSecond .modalBodyContent .chose {
    position: static;
}
.modalSecond .yzmBox2 {
    box-sizing: border-box;
    border: 1px solid #ac1929;
}
.modalSecond .yzmBt {
    /*background-image: linear-gradient(180deg, #f1daca 0%, #f5c6b2 100%);*/
    /*color: #ad1a2a;*/
    color: #54575d;
}
.modalSecond  button.loginBt {
    float: left;
}


.newLogo{
  display:none;
}

.mobileTIle {
  display: none;
}
#popWindow{
  display:none;
  z-index: 100;
  position:fixed;
  left:0;
  right:0;
  bottom:0;
  top:0;
  background:#000;
  opacity: .1;
}
#error-message{
  position: absolute;
  display:none;
  z-index: 999;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  width:300px;
  height:100px;
  text-align:center;
  background:#fff;
}
.errorAlert{
  height:50px;
  line-height:50px;
}
.err-btn{
  color:#af2948;
  background:#fff;
}

.mobileLogin{
  position:static;
  margin:0 auto;
  transform: translate(0,0);
}
@media screen and (max-width: 750px) {
  body{
    background:#fff;
  }
  .header{
    display:none;
  }
  .newLogo{
    display: block;
    margin:0 auto;
  }
  .JingGang{
    margin: 0 auto;
    display:block;
  }
  .tabBar {
    display: flex;
    color: #af2948;
    justify-content: space-around;
    box-sizing: border-box;
    padding: 20px 0;
    border-bottom:0;
  }
  .forgetPass {
    display: block;
    color:#af2948;
  }
  .tabBar li{
    border-bottom: 2px solid #fff;
    padding-bottom:0;
  }
  .tabBar li.dq {
    border-bottom: 2px solid #af2948;
  }
  .tabBar li .tab{
    color:#af2948;
  }

  .banner_l,.banner_r{
    display:none;
  }
  .title{
    display: none;
  }
  .mobileTIle {
    display: block;
    text-align:center;
    margin-top:20px;
    color:#af2948;
    font-size:24px;
  }
  .footer{
    display: none;
  }
  .tabCon{
    padding:0 20px;
  }
  .inputBox li {
    /*height: 30px;*/
    background: #ffffff;
    border: 0px solid #59595a;
    border-bottom: 1px solid #59595a;
    border-radius: 0px;
    margin-bottom: 20px;
    /*width: 90%;*/
    text-align: center;
  }
  .inputLogin{
    width:85%;
  }
  .yzmBar{
    border-bottom: 1px solid #59595a;
    /*width:90%;*/
  }
  .change .loginBoxMibao {
    position: static;
    margin:50px auto;
    width: 80%;
    transform:translate(0,0);
    background: #fff;
    border-radius: 10px;
    overflow: visible;
    border: 2px solid #af2948;
  }
  .loginBox {
    width: 100%;
    height: 400px;
    position: relative;
    padding: 40px 32px 0;
    box-sizing: border-box;
  }
  .buttonBarCol2 li {
    width: 100%;
    /* float: left; */
    overflow: hidden;
    margin: 0 auto;
  }
  a.button1 {
    display: block;
    margin: 10px 0;
    height: 38px;
    line-height: 38px;
    background: #af2948;
    border: 0;
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    width: 190px;
    box-shadow: 0;
  }
  a.button2 {
    float: right;
    margin: 10px 0;
    width: 190px;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    border-radius: 4px;
    border: #fff 1px solid;
    text-align: center;
    color:#af2948;
    border: #af2948 1px solid;
  }

  .change button.loginBt {
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    margin: 10px auto;
    width: 100%;
  }
  button.loginBt {
    display: inline-block;
    width: 100%;
    height: 45px;
    background: #af2948;
    box-shadow: 0;
    border-radius: 4px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    margin-top: 15px;
  }
  .modifyTitle {
    font-size: 18px;
    padding-top: 0;
  }
  .yzmBox {
    width: 60%;
  }

  .loginMainBg {
    width: 100%;
  }

  .warningBox {
    position: static;
    width: 100%;
  }

  .warningBg {
    margin: -10px auto;
    /*width: 90%;*/
    box-sizing: border-box;
  }

  .warningArr {
    display: none;
  }

  .change .tabCon {
    /*padding: 0 30px;*/
  }

  .change .warningBox.warningBoxMibao {
    padding: 0 30px;
  }
  .change .warningBg {
    margin: 0 auto;
  }

  .change .inputLogin {
    width: 85%;
    padding:0;
  }

  .change .inputBox li {
    /*padding-left: 10px;*/
  }
  .warningBar {
    left: 60%;
  }

}