@charset "utf-8";
/*声明 WebFont*/
html {
    height: 100%;
}
body {
    height: 100%;
    width: 100%;
    overflow: hidden;
    font-size: 20px;
    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;
    /*font-family: "Noto Sans SC"*/

}
/* 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;
}


* {
    -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 {
    display: none;
    height: 110px;
    padding-top: 40px;
    width: 100%;
}

.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;*/
    top: 0;
    right: 10%;
    z-index: 3;
    /* position: absolute;
    z-index: 3;
    background: rgba(255, 255, 255);
    width: 1300px;
    height: 568px!important;
    overflow: hidden;
    top: 50%;
    left: 50%;
    margin-left: -650px;
    margin-top: -240px; */
}
.loginoutMainBg {
    width: 100%;
    height: 440px;
    background: #2090d8 url(../images/loginout_mainbg.jpg) no-repeat center center;
}

.loginMain {
    z-index: 4;
    box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.1);
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 12px;
    width: 350px;
    position: absolute;
    padding-bottom: 56px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    right: 10%;
    top: 44%;
    /*left: 50%;*/
    /*margin-left: -650px;*/
    /*margin-top: -240px;*/
}

.loginMain .loginLeft {
    width: 60%;
    float: left;
    display: none;
}

.loginMain .loginLeft img {
    width: 100%;
}

.loginMain .loginBox {
    /*width: 40%;*/
    /*float: left;*/
}

.tabBar {
    padding: 10px 0 0px 32px;
    overflow: hidden;
    position: relative;
}

#tabA100 {
    display: none; 
}

#tabA120 {
    display: none;
}

.tabBar li {
    height: 60px;
    float: left;
    cursor: pointer;
    margin-right: 12px;
}
.tab {
    display: inline-block;
    width: auto;
    height: 24px;
    overflow: hidden;
    margin: 15px 0;
    background-repeat: no-repeat;
    background-position: 25px 3px;
    color: #000;
    opacity: 0.4;
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: "Noto Sans SC"
}

.tab1 {
}

.tab2 {
}

.tab3 {
}

.tab4 {
}

.tab5 {
}

.tab10 {
}

.tab11 {
}

.tab12 {
    margin-left: 10px;
}

.tab15 {
}

.tab16 {
}

.tab17 {
}

.tab18 {
}

.tab19 {
}

.tab20 {
}

.tab27 {
}

.tab32 {
}

.tabCertBind {
}

.tabBar li.dq {
    /* overflow: hidden; */
}

.tabBar li.dq .tab {
    border-bottom: 2px solid #487efc;
    color: #000;
    font-family: "Noto Sans SC";
    font-weight: 500;
    opacity: 0.8
}

.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: 50px 60px 50px; */
    padding: 12px 32px 0;
    display: none;
}

.inputBox {
    overflow: hidden;
}

.inputBox li,
.yzmBox2, yzmBox {
    height: 42px;
    margin-bottom: 12px;
    position: relative;
}
.inputImg{
    position: absolute;
    width: 19px;
    height: 19px;
    z-index: 20;
    top: 0;
    bottom: 0;
    left: 14px;
    margin: auto;
}
.inputImg img{
    display: block;
    width: 100%;
    -webkit-user-drag: none;
}
.inputLogin{
    padding-left: 46px !important;
}
.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: 20px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.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/image_icon_1.png);
    width: 28px;
    height: 29px;
}

.icoOtp {
    float: left;
    background-image: url(../images/password.png);
}

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

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

.icoLook {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
    background-image: url(../images/eye.png);
    cursor: pointer;
}

.inputLogin,
.inputYzm2,
.inputYzm {
    height: 52px;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    padding: 0 30px 0 12px;
    background-color: #f7f8fa;
    border: 1px solid #dfe7ec;
    border-radius: 10px;
    box-sizing: border-box;
}
.inputYzm2{
    padding-left: 46px !important;
    height: 100%;
}
.inputLogin::placeholder {
    color: #666;
}
.inputLogin2 {
    width: 300px;
    float: left;
    color: #ccc;
}
#updatePwdFirstLogin{
    padding: 12px 40px 0;
}

#updatePwdFirstLogin .inputBox li, .yzmBox2{
    margin-bottom:12px;
}

.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;
    position: relative;
    overflow: hidden;
}
/* #yzm4Bar1 {
  margin: 28px 0;
} */
.yzmBox {
    width: 196px;
    float: left;
}

.yzmPic {
    width: 86px;
    height: 52px;
    overflow: hidden;
    float: left;
    margin-left: 4px;
    border-radius: 10px;
}
.yzmPic img {
    height: 100%;
    width: 100%;
    -webkit-user-drag: none;
}

.yzmBox2 .icoPass {
    top: -5px;
}
.yzmBt {
    position: absolute;
    top: 0;
    right: 0;
    width: 110px;
    height: 45px;
    line-height: 45px;
    font-size: 15px;
    color: #008ae2;
}

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

button.loginBt,
input.loginBt,
a.loginBt {
    display: block;
    line-height: 18px;
    height: 48px;
    background-color: #487efc;
    font-size: 14px;
    width: 100%;
    margin: 0 auto;
    margin-top: 14px;
    cursor: pointer;
    border-radius: 30px;
}

.warningBox {
    position: absolute;
    /*right: calc(40% - 30px);*/
    left: -94%;
    /*top: 112px;*/
    top: 64px;
    /*border: 1px solid;*/
}
.modal .warningBox {
    left: -338px;
    top: 148px;
}
.warningBoxOut {
    width: 335px;
    margin-top: 20px;
    float: right;
    padding-right: 2px;
    position: relative;
}

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

.wColor1 {
    color: #f53660;
}

.wColor2 {
    color: #25c605;
}
.wColor3 {
    color: #00fcff;
}

.closeBt {
    display: block;
    width: 32px;
    height: 18px;
    float: left;
    background: url(../images/chahao.png) no-repeat center center;
    cursor: pointer;
    margin-left: -10px;
    background-size: auto 100%;
    margin-top: 2px;
}

.closeBt.success {
    background:url(../images/chahao_success.png) no-repeat center center;
    background-size: auto 100%
}

.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: 377px;
    /*margin: 45px 0px 0px -45px;*/

    margin: 20px 0px 0px -45px;

    line-height: 22px;
    /*padding: 8px 10px;*/
    padding: 6px;
    background: url(../images/warning_bg.png) repeat 0 0;
    position: relative;
    /*left: -90%;*/
    font-size: 16px;

}

.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 {
    line-height: 26px;
    width: 100%;
    text-align: center;
    padding: 20px 0;
}

.passwordLayer {
    display: block;
    width: 0px;
    height: 0px;
    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: 18px;
    text-align: center;
    background: #009143;
    border-radius: 5px;
    border: #009143;
    margin-right: 3px;
}

a.button1:hover {
    background: #009143;
}

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

input.button1:hover {
    background: #1f5c9c;
}

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

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: #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: 44px;
}
#modifyModal .warningBox.warningBoxMibao {
    /*top: 92px;*/
    top: 44px;
    right: 65%;
}
#modifyModal .warningBox.warningBoxMibao .warningBg{
    margin: 20px 0px 0px -45px;
}
.loginBoxMibao {
    height: auto;
    overflow: hidden;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    z-index: 100;
    position: absolute;
    right: 0;
    min-height: 380px;
    background: #fff;
    height: 100%;
    width: 100%;
}

.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;*/
    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;
}

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%;
}

.loginTe {
    position: absolute;
    top: 54px;
    /*right: 384px;*/
    color: #008ae2;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 2px solid #487efc;
    color: #000;
    padding-bottom: 5px;
}

.loginImg {
    box-shadow: 0 0 10px 0 #00000033;
}

.loginT {
    text-align: center;
    /* margin-top: 20px; */
    padding: 20px 0 34px;
    color: #333;
    font-size: 16px;
    font-weight: 400;
}
.fogetLine {
    height: 24px;
    margin-top:12px;
    position: relative;
}
.fogetLine input {
    /*display: none;*/
}
/*.fogetLine input[type=checkbox]+span {*/
/*    !* 首先将内联元素转化一下，因为内联元素是无法设置宽高的。 *!*/
/*    display: inline-block;*/
/*    !* 设置成正圆 *!*/
/*    border-radius: 50%;*/
/*    width: 20px;*/
/*    height: 20px;*/
/*    border: 1px solid #999;*/
/*    !* 设置位置 *!*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    margin: auto;*/
/*    overflow: hidden;*/
/*}*/

/*!* 选中之后的样式，这里的样式主要是操作的里面的小绿点*!*/
/*.fogetLine input[type=checkbox]:checked+span::after {*/
/*    !* 使用结构伪类after,必须要写conten属性*/
/*    这里面可以换成其他的样式：√、×等等均可 *!*/
/*    content: '√';*/
/*    !* 对中间小点设置位置，确保在正中间*!*/
/*    position: absolute;*/
/*    width: 20px;*/
/*    height: 20px;*/
/*    border: 1px solid #999;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    margin: auto;*/
/*    color: #fff;*/
/*    background-color: #487efc;*/

/*}*/


.fogetLine a {
    color: #0080d1;
    font-size: 16px;
    -webkit-user-drag: none;
}
.modalHeader {
    text-align: center;
    margin: 30px 0 0;
}
/* #yzm3Bar1,
#yzm4Bar1,
#yzm1Bar {
  margin-top: 18px;
} */
.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;
    margin-left: -16px;
}
.weixincodeBox{
    width: 44%;
    margin: auto;
    position: relative;
    height: 140px;
}
.weixincodeBox span{

}
.weixincodeBox img{
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 10px 3px rgb(170 168 168 / 53%);
    -webkit-user-drag: none;
}

#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;
}
.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%;
}
.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 {
  margin-left: 20px;
} */
.sublogo {
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 36px;
    color: #1f5c9c;
    font-weight: bold;
    letter-spacing: 8px;
}
.warningBgSMS {
    display: none;
    /*margin-top: 18px;*/
}
/* #modifyPwdForm .posRel {
  background-image: url(../images/password.png);
  background-position: left center;
  background-repeat: no-repeat;
} */
#tabA12 {
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../images/smsCode_adjusted.png);
    background-size: 100%;
    width: 40px;
    height: 40px;
}
.tabA12-common:before{
    position: absolute;
    right: 70px;
    top: 8px;
    padding: 10px 8px;
    color: #487efc;
    font-size: 20px;
    background: #fff;
    /*text-wrap: nowrap;*/
	white-space: nowrap;
	border-radius:3px;
}

.tabA12-before:before {
    content: '账号登录';
    background-image: url(../images/loginLogo.png)!important;
    background-size: 74%;
    background-repeat: no-repeat;
    background-color: rgb(255 0 0 / 0%);
    color: rgb(255 255 255 / 0%);
    right: 12%;
}
.tabA12-after:before{
    content: '扫码登录';
    background-image: url(../images/scaning.png)!important;
    background-size: 74%;
    background-repeat: no-repeat;
    background-color: rgb(255 0 0 / 0%);
    color: rgb(255 255 255 / 0%);
    right: 12%;
}
.tabA12-sanjiao:before{
    /*content: '';*/
    /*width: 0;*/
    /*height: 0;*/
    /*border-top: 3px solid transparent;*/
    /*border-bottom: 3px solid transparent;*/
    /*border-left: 3px solid #008AE2;*/
    /*position: absolute;*/
    /*right: 67px;*/
    /*top: 26px;*/
}
.tabA12-class {
    background-image: url(../images/account_adjusted.png)!important;
}
#tabA12 span {
    text-indent: -9999px;
}
.navLine {
    position: absolute;
    left: 50%;
    top: 66px;
    width: 1px;
    height: 45px;
}
.modalBody .yzmBox2 {
    /* width: 200px; */
}
.selectForm {
    /* height: 225px; */
    padding: 0 40px;
}
.bar {
    margin-top: 40px;
    /* height: 40px; */
    /* background: #004083; */
}
.barTitle {
    font-size: 18px;
    color: #000;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    border-bottom: 2px solid #487efc;
}
.selectContain {
    /* height: 250px; */
}
.select {
    height: 300px;
    margin: 30px 0 10px;
    overflow-x: hidden;
    overflow-y: auto;
    /* background: #f9f9f9; */
}
.select ul {
    height: 100%;
    /* float: left; */
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.select ul li {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #222222;
    cursor: pointer;
    padding: 0 50px 0 20px;
    border: 1px solid #dfe7ec;
    margin-bottom: 30px;
    background-color: #f7f8fa;
    position: relative;
}
.select ul li span {
    overflow: hidden;
    width: 100%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select ul li.active{
    color: #1694e4;
    background: #e5f6ff;
    border-color: #01aafd;
}
.select ul li.active::after {
    content: ' ';
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../images/select_user_icon.png);
    background-size: cover;
    position: absolute;
    top: 20px;
    right: 20px;
}
.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 {
    width: 100%;
    height: 42px;
    line-height: 42px;
    color: #fff;
    font-size: 24px;
    border: 0;
    cursor: pointer;
    font-size: 18px;
    border-radius: 50px;
    background-color: #487efc;
}
.loginMainBg1 {
    width: 320px;
    margin-left: -160px;
    position: lef;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -160px;
    height: 320px;
}
.loginCoverBg {
    z-index: 2;
    left: 0;
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    display: block;
    background: url(../images/login_mainbg.jpg);
    background-size: cover;
}
#remindPwdModal {
    top: 26%;
}
#bindWechatView .loginBox {
    height: 574px;
}
#bindWechatView .warningBox.warningBoxMibao {
    top: 7px;
   left: -100%;
}
#bindWechatView.change .inputLogin {
    /*width: auto;*/
}
#bindWechatView{
    background: #fff;
    top: 46%;
    z-index: 999;
}
#bindWechatAuthForm .icoUser,#bindWechatAuthForm .icoPass{
    position: absolute;
    left: 12px;
    width: 22px;
    height: 24px;
    top: 50%;
   transform: translateY(-50%);
}
#bindWechatAuthForm  .icoDel{
    top: 12px;
}
#bindWechatAuthForm {
    padding: 14px 12px;
}
#bindWechatView .inputYzm {
    padding: 7px 0px;
}
@media only screen and (max-width: 1280px) {
    .loginMain{
        top: 46%;
    }
}
@media only screen and (min-width: 1280px) {
    .inputBox li,
    .inputYzm2, .inputYzm, .yzmPic,
    .inputLogin{
        height: 42px;
    }
    button.loginBt{
        height: 42px;

    }
    .loginMain{
        padding-bottom: 48px;
        top: 46%;
    }
}
@media only screen and (min-width: 750px) and (max-height: 800px) {
    .loginMain{
        padding-bottom: 48px;
        top: 46%;
    }
}

@media screen and (max-height: 755px) {
    .loginMainBg {
        zoom: 0.8;
    }
    .change {
        zoom: 0.78;
    }
    .login-container .logo {
        zoom: 0.78;
    }
    .login-container .logoText {
        zoom: 0.78;
    }
    .modal {
        zoom: 0.85;
    }
    .loginMain{
        padding-bottom: 48px;
        /*top: calc(42% + 96px);*/
        top: 46%;
        zoom: 1;
    }
}



@media screen and (max-height: 650px) {
    .loginMainBg {
        zoom: 0.68;
        position: absolute;
        z-index: 200;
        top: 0;
        /*right: 0;*/
        bottom: 0;
        margin: auto;
    }
    .change {
        zoom: 0.68;
    }
    .login-container .logo {
        zoom: 0.68;
    }
    .login-container .logoText {
        zoom: 0.68;
    }
    .modal {
        zoom: 0.75;
    }
}
@media screen and (min-width: 376px) and (max-width: 750px) {
    .loginMainBg {
        zoom: .85;
    }
    .change {
        zoom: .85;
    }
    .login-container .logo {
        zoom: 0.85;
    }
    .login-container .logoText {
        zoom: 0.85;
    }
    .modal {
        zoom: 0.85;
    }
}
@media screen and (max-width: 375px) {
    .loginMainBg {
        zoom: 0.78;
    }
    .change {
        zoom: 0.78;
    }
    .modal {
        zoom: 0.78;
    }

}
@media screen and (max-width: 750px) {
    .bodyBack {
        display: none;
    }
    .login-container {
        /*background: none!important;*/
    }
    .login-container .logo {
        left: 50%!important;
        margin-left: -60px;
        zoom: 1;
    }
    .login-container .container,
    .loginLeft {
        display: none;
    }
    .logo-box{
        display: none;
    }
    .loginMainBg {
        width: 100%;
        position: absolute;
        z-index: 200;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .loginMain {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        margin: 0;
        transform: scale(0.8);
    
    }
    #modifyModal,#remindPwdModal,#bindWechatView{
       
        position: absolute;
        top: 46%;
        z-index: 999;
        transform: scale(0.8) translateY(-50%);
    }
    #modifyModal .warningBox.warningBoxMibao .warningBg{
        margin: 0;
    }
    #modifyModal .warningBox.warningBoxMibao {
        width: 90%;
    }
    #bindWechatAuthForm {
        padding: 32px 12px;
        
    }
    #bindWechatAuthForm .icoUser {
        background-image: url(../images/user_icon.png);
         width: 21px;
         height: 30px;
         position: absolute;
          top: 50%;
         transform: translateY(-50%);
        left: 14px;
        }

        #errorBindWechat{
            margin: 0!important;
        }
        #w_icoDel{
            top: 12px;
        }
    .loginMain .loginBox {
        width: 100%;
        float: none;
    }
    .logoClass {
        padding-top: 50px;
    }
    .tabBar {
        padding: 34px 40px 0;
    }
    .tabCon {
        padding: 40px 40px 0;
    }
    .warningBox {
        position: static;
        float: none;
        margin: 0 auto;
    }
    .warningBg {
        margin: 18px 12px;
        padding: 7px 12px;
        width: inherit;
    }
    .warningArr {
        display: none;
    }
    .yzmBox2 {
        width: 230px;
    }
    .yzmBox {
        padding-right: 0;
        margin-right: 0;
        width: 195px;
    }
    .yzmPic {
        float: right;
    }
    .modalBody {
        zoom: .85;
    }
    .modal .warningBox {
        margin-top: -35px;
    }
    .modal .warningBox .warningBar {
        position: static;
    }
    .modal .warningBox .warningBg {
        margin: 0 auto;
    }
    .change {
        zoom: .85;
        width: 100%;
        background: #fff;
    }
    #modifyModal.change {
        
    }
    .loginBoxMibao {
        position: static;
        height: auto;
    }
    .change .warningBar {
        position: static;
    }
    #remindPwdModal .modalShelter {
        display: none;
    }
    #authen12Form {
        margin: 0;
        width: auto;
    }
}

#tab12Con{
    margin-bottom: -40px;
    padding-top: 10px;
}
.wxWorkTitle{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: -34px 0 14px 0;
}
.wxWorkTitle img{
    display: block;
    width: 40px;
    padding-right: 6px;
}
.wxWorkTitle span{
    font-size: 18px;
    color: #333;
    font-weight: bold;
}
/*无权限*/
.tabCon fieldset{
    margin-left: -16px;
    font-size: 18px;
}
.change{
    top: 41%;
}
.inputBox li input, .yzmBox2 input, yzmBox input{
    height: 100%;
}

#tabA1, #tabA4, #tabA12{
    -webkit-user-drag: none;
}
