@charset "utf-8";

.headerFixed{
    position: fixed;
    left: 60px;
    top: 30px;
}
.headerStatic{
    height: 80px;
    background: #fff;
    padding-top: 20px;
    padding-left: 80px;
}
.mainHeader{
    height: 80px;
    background: #fff;
    padding-left: 80px;
}
.mainHeader img{
    float: left;
    margin-top: 20px;
}
.mainHeader span{
    display: inline-block;
    line-height: 80px;
    height: 80px;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 6px;
    margin-left: 20px;
    color: #333;
}
body {
    font-size: 14px;
    font-family: 'STHeiti','Microsoft YaHei','宋体','arial';
    color: #333;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow: hidden;
    width:100vw;
    height:100vh;
}
::-ms-clear,
::-ms-reveal{display: none;}
html,body,div,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,iframe,input,textarea,select,label,article,aside,footer,header,menu,nav,section,time,audio,video {
    margin: 0;
    padding: 0
}

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

a {
    text-decoration: none;
}

textarea {
    resize: none
}

.posRel {
    position: relative
}

.disBlock {
    display: inline-block
}

.fl {
    float: left
}

.fr {
    float: right
}

.tc {
    text-align: center
}

.tr {
    text-align: right
}

.tl {
    text-align: left
}

.cl {
    clear: both
}

.fb {
    font-weight: bold
}

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

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

.overflowH {
    overflow: hidden
}

.marR10 {
    margin-right: 10px
}

.font12 {
    font-size: 12px
}

.font16 {
    font-size: 16px
}

.font18 {
    font-size: 18px
}

.font24 {
    font-size: 24px
}

.lineH25 {
    line-height: 25px
}

.lineH30 {
    line-height: 30px
}

.lineH32 {
    line-height: 32px
}

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

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

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;
}
input:-internal-autofill-previewed,
    /* input:-internal-autofill-selected */ {
    transition: background-color 5000s ease-in-out 0s !important;
    /* 	text-fill-color: white;
        -webkit-text-fill-color: white; */
}
input:-webkit-autofill ,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-text-fill-color: #333 !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 {
    background-color:transparent;
}
input::placeholder{
    opacity:1 !important;
    color: #333;
}
select {
    outline: 0
}

option {
    font-size: 14px
}

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

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

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

.padBoxTb {
    padding: 10px 0
}

.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 {
    width: 100%;
    height: 100%;
    background: url(../images/login_mainbg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

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

.loginMain {
    position: absolute;
    width: 400px;
    height: 410px;
    top: 50%;
    margin-top: -200px;
    right: 10%;
}

.change {
    margin-top: -200px;
}

.loginBox {
    width: 400px;
    overflow: hidden;
    float: right;
    background-color: #fff;
}

.tabBar {
    width: 100%;
    height: 60px;

}

.tabBar li {
    width: 50%;
    height: 60px;
    float: left;
    cursor: pointer;

}
#tabBarIds li{
    background-color: rgba(237, 242, 246, 1);
}
.tabBar li.dialogTitle{
    width: 100%;font-size: 24px;text-align: center;color: #333;padding-top: 20px;
}
.tab {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    margin: 15px auto;
    background-repeat: no-repeat;
    background-position: 22px center;
    text-indent: 55px;
    font-size: 15px;
    color: #333;
}

.tab1 {
    background-image: url(../images/icon_tab/tab_icon1_4.png);
}

.tab2 {
    background-image: url(../images/icon_tab/tab_icon2_4.png);
}

.tab3 {
    background-image: url(../images/icon_tab/tab_icon3_4.png);
}

.tab4 {
    background-image: url(../images/icon_tab/tab_icon4_4.png);
}

.tab5 {
    background-image: url(../images/icon_tab/tab_icon5_4.png);
}

.tab10 {
    background-image: url(../images/icon_tab/tab_icon10_4.png);
}

.tab11 {
    background-image: url(../images/icon_tab/tab_icon11_4.png);
}

.tab12 {
    background-image: url(../images/icon_tab/tab_icon12_4.png);
}

.tab15 {
    background-image: url(../images/icon_tab/tab_icon15_4.png);
}

.tab16 {
    background-image: url(../images/icon_tab/tab_icon16_4.png);
}

.tab17 {
    background-image: url(../images/icon_tab/tab_icon17_4.png);
}

.tab18 {
    background-image: url(../images/icon_tab/tab_icon18_4.png);
}

.tab19 {
    background-image: url(../images/icon_tab/tab_icon19_4.png);
}

.tab20 {
    background-image: url(../images/icon_tab/tab_icon20_4.png);
}

.tab27 {
    background-image: url(../images/icon_tab/tab_icon27_4.png);
}

.tab32 {
    background-image: url(../images/icon_tab/tab_icon32_4.png);
}

.tabCertBind {
    background-image: url(../images/icon_tab/tab_icon15_4.png);
}

#tabBarIds li.dq {
    background-color: #fff;
}

.tabBar li.dq .tab {

}

.tabBar li.dq .tab1 {
    background-image: url(../images/icon_tab/tab_icon1_4.png);
}

.tabBar li.dq .tab2 {
    background-image: url(../images/icon_tab/tab_icon2_4.png);
}

.tabBar li.dq .tab3 {
    background-image: url(../images/icon_tab/tab_icon3_4.png);
}

.tabBar li.dq .tab4 {
    background-image: url(../images/icon_tab/tab_icon4_1.png);
}

.tabBar li.dq .tab5 {
    background-image: url(../images/icon_tab/tab_icon5_1.png);
}

.tabBar li.dq .tab10 {
    background-image: url(../images/icon_tab/tab_icon10_1.png);
}

.tabBar li.dq .tab11 {
    background-image: url(../images/icon_tab/tab_icon11_4.png);
}

.tabBar li.dq .tab12 {
    background-image: url(../images/icon_tab/tab_icon12_1.png);
}

.tabBar li.dq .tab15 {
    background-image: url(../images/icon_tab/tab_icon15_1.png);
}

.tabBar li.dq .tab16 {
    background-image: url(../images/icon_tab/tab_icon16_1.png);
}

.tabBar li.dq .tab17 {
    background-image: url(../images/icon_tab/tab_icon17_1.png);
}

.tabBar li.dq .tab18 {
    background-image: url(../images/icon_tab/tab_icon18_1.png);
}

.tabBar li.dq .tab19 {
    background-image: url(../images/icon_tab/tab_icon19_1.png);
}

.tabBar li.dq .tab20 {
    background-image: url(../images/icon_tab/tab_icon20_1.png);
}

.tabBar li.dq .tab27 {
    background-image: url(../images/icon_tab/tab_icon27_1.png);
}

.tabBar li.dq .tab32 {
    background-image: url(../images/icon_tab/tab_icon32_1.png);
}

.tabBar li.dq .tabCertBind {

}

.tabCon {
    padding: 25px 35px 50px;
    display: none
}
#tab11Con{
    padding-top: 0px;
    position: relative;
    padding-bottom: 15px;
}
.inputBox {
    overflow: hidden;
}

    .inputBox li {
        height: 25px;
        padding: 9px 10px;
        margin-bottom: 25px;
        background: #CCCCCC;
        background-color: rgba(237, 242, 246, 1);
        border: 1px solid #d7d7d7;
    }

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

.input_ico {
    float: left;
    width: 24px;
    height: 24px;
    position: relative;
    top: 0px;
    display: block;
    background-repeat: no-repeat;
}

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

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

.icoYzm {
    background-image: url(../images/icon_input/image_icon_1.png);
}

.icoOtp {
    background-image: url(../images/icon_input/password_icon_1.png);
}

.icoSms {
    background-image: url(../images/icon_input/password_icon_1.png);
}

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

.icoLook {
    float: right;
    background-image: url(../images/eye.png);
    cursor: pointer;
    width: 21px;
    height: 24px;
    position: relative;
    top: 0px
}

.inputLogin {
    width: 225px;
    float: left;
    height: 20px;
    line-height: 20px;
    padding: 2px 8px;
    color: #333
}

.inputLogin2 {
    width: 260px;
    float: left;
    height: 20px;
    line-height: 20px;
    padding: 2px 8px;
    color: #333
}

.loginBox .inputBox2 {
    border: #e2e2e2 1px solid;
    height: 30px;
    padding: 0 5px;
    overflow: hidden;

    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;

    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: 45px;
}
#yzm4Bar1{
    margin: 28px 0;
}
.yzmBox {
    width: 185px;
    height: 25px;
    padding: 10px 10px 7px 10px;
    float: left;
    background-color: rgba(237, 242, 246, 1);
    border: 1px solid #d7d7d7;
    margin-right: 10px;
}

.inputYzm {
    width: 90px;
    float: left;
    height: 20px;
    line-height: 20px;
    padding: 2px 8px;
    color: #333
}

.yzmPic {
    width: 140px;
    height: 42px;
    overflow: hidden;
    float: right;
}

.yzmBox2 {
    width: 185px;
    height: 25px;
    padding: 10px 10px 8px 10px;
    float: left;
    background-color: rgba(237, 242, 246, 1);
    border: 1px solid #d7d7d7;
}

.inputYzm2 {
    width: 130px;
    float: left;
    height: 20px;
    line-height: 20px;
    padding: 2px 8px;
    color: #333
}

.yzmBt {
    display: block;
    width: 110px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    float: right;
    font-size: 16px;
    background-color: #F82F3F;

    overflow: hidden;
    color: #fff;
}

.zhengshuTxt {
    background-color: #fff;

    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: #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: #208ad6 1px solid;
    color: #fff
}

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

button.loginBt {
    display: block;
    width: 100%;
    margin: 50px 0 0;
    height: 49px;
    line-height: 49px;
    font-size: 18px;
    text-align: center;
    background: #F82F3F;
    border: #F82F3F 1px solid;
    color: #fff;
    cursor: pointer;
    border-radius: 30px;
}

button.loginBt:hover {

}

.warningBox {
    width: 335px;
    margin-top:104px;
    float: right;
    padding-right: 35px;
    position: absolute;
    right: 390px;
}
.modal .warningBox{
    margin-top: 100px;
    right: 390px;
}
.warningBoxOut {
    width: 335px;
    margin-top: 20px;
    float: right;
    padding-right: 2px;
    position: relative
}

.warningBar {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 999;
    display: flex;
    justify-content: flex-end;
}

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

.warningBgSetPasswordHint {
    width: 335px;
    margin: 11px 0;
    margin-top: 42px;
    line-height: 22px;

    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;

    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;
    color: rgba(134, 140, 146, 1);
}

.passwordLayer {
    display: block;
    width: 270px;
    height: 25px;
    line-height: 25px;
    background-color: #fff;
    position: absolute;
    left: 33px;
    padding: 0 5px;
    overflow: hidden;
    top: 10px;
    color: #333;
    text-align: left;
}

.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: #F82F3F;
    border-radius: 30px;
    border: #F82F3F 1px solid;
    margin-right: 3px;
    color: #fff;
}

a.button1:hover {

}

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

input.button1:hover {

}

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

a.button2:hover {

}

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

input.button2:hover {

}

.loginOutBox {
    width: 550px;
    height: 275px;
    padding: 20px;
    background-color: #f3fbfd;

    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: #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-top: 39px;
}

.loginBoxMibao {
    height: auto;
    overflow: hidden;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    z-index: 100;
    position: absolute;
    right: 0;
    min-height: 444px;
    background: #fff;
}


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

    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;

    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;
    background: #fff;
}

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;

    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;

    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: #fff;
    text-align: center;
}

.loginImg {

}

.loginT {
    text-align: center;
    margin-top: 20px;
    color: #898d90;
}
.fogetLine{overflow: hidden;margin-top: 10px;text-align: center;}
.fogetLine a{
    color: #666;
}
.fogetLine a input{
    position: relative;
    top: 2px;
    margin-right: 5px;
}
.modalHeader{
    text-align: center;
    margin: 30px 0 0;
}
#yzm3Bar1,
#yzm4Bar1,
#yzm1Bar{
    margin-top: 25px;
}

#authen12Form{
    text-align: center;
    color: #333;
    margin: 0 auto;
}
.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: #F82F3F;
    line-height: 60px;
    text-align: center;
    color: #fff;
    text-indent: 0;
    margin: 0;
    height: auto;
}
#modalBodyCommon .ercirenz{
    font-size: 24px;
    background: #F82F3F;
    line-height: 60px;
    text-align: center;
    color: #fff;
    text-indent: 0;
    margin: 0;
    height: auto;
}
#modalBodyCommon .modalFooter .active{
    color: #fff;
}
.selectForm{
    height:225px;
}
.bar{
    height:40px;
    background: #F82F3F;
}
.barTitle{
    font-size: 16px;
    color:#fff;
    text-align: center;
    line-height: 40px;
    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:60%;
    padding:0;
    margin:0;
    list-style-type: none;
    height:180px;
}
.select ul li{
    width:100%;
    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:30px; border:#208ad6 1px solid; color:#ffffff;}

.btnLogin123{
    width:86%;
    margin:20px auto;
}
.btn123{
    width:100%;
    height:40px;
    line-height:40px;
    color:#fff;
    font-size: 16px;
    border:0;
    background: #F82F3F;
    cursor: pointer;

}
.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;
}
#login_container_temp {
    width: 300px;
    margin: 0 auto;
}
#tab1Con{

}
.loginBox h2{
    font-size: 44px;
    color: #fff;
    position: absolute;
    left: -19px;
    top: -130px;
    width: 446px;
    font-weight: normal;
}
/*
 *
 * 认证tab为文字的时候 开始
 *
 */
/* .tabBar{
	width: 80%;
	margin: 0 auto;
}
.tabBar li{
	width: 50%;
	height: 65px;
	position: relative;
}
.tab{
	text-indent: 0;
	background: none !important;
	text-align: center;
	font-size: 20px;
	color: #333;
	margin: 30px 0;
}
.tabBar li.dq{
	background: none;
	color: #F82F3F;

}
.tabBar li.dq:after{
	display: block;
	content: "";
	width: 80px;
	background: #F82F3F;
	color: #F82F3F;
	height: 3px;
	position: absolute;
	left: 50%;
	margin-left: -40px;
	top: 66px;
} */
/* 认证tab为文字的时候 结束 */
/*
 *
 * 输入框为单条边框时 开始
 *
 */
/* .inputBox li,
.yzmBox2,
.yzmBox{border:none;border-bottom:1px solid #474747;border-radius: 0;background: none;}
.loginBox{border-radius: 0;}
.icoUser {
    background-image: url(../images/icon_input/user_icon_3.png);
}
.icoSms {
    background-image: url(../images/icon_input/password_icon_3.png);
}
.icoYzm {
    background-image: url(../images/icon_input/image_icon_3.png);
}
.icoPass {
    background-image: url(../images/icon_input/password_icon_3.png);
} */
/* 输入框为单条边框时 结束 */
.lower{
    display:none;
}
.mainHeaderLogin{
    display:none;
}
.error-txt1,.error-txt2{
    text-align: center;
    color: #F56C6C;
    font-size: 14px;
    height: 14px;
    line-height: 14px;
    margin-top:5px;
    width:310px;
}
.errorAlert1,.errorAlert2{
    display:none;
}
#modifyModal .warningBoxMibao{
    top:18%;
}
#remindPwdModal .warningBoxMibao{
    top:21%;
}
@media screen and (max-width: 1024px) {

    .loginBox{width: 100%;}
    .loginMain {
        width: 98%;
        right: 1%;
        left: auto;
        margin-left: auto;
    }
    .inputLogin{width: 170px;}
    .warningBox{
        position: fixed;
        top: 0;
        right: 0;
        z-index: 999;
        margin: 0;
        width: 96%;
        padding: 0;
        margin-left: 2%;
    }
    .warningBox.warningBoxMibao{
        margin-top: 0;
        z-index: 1001;
    }
    .yzmBox{width: 100px;}
    .inputYzm{width: 60px;}
    .footer{display: none;}
    .warningBg{width: 96%;padding: 9px 0px 9px 0px;margin:5px 0;border-radius: 0;}
    .warningArr{display: none;}
    .yzmBox2{width: 110px;}
    .inputYzm2{
        width: 70px;
    }
    .modalShelter{
        z-index: 999;
    }
    .loginBoxMibao{
        z-index: 1000;
    }
	.modalBody{	
        z-index: 1000;
	}
    .mainHeader{
        left: 0px;
        top: 0px;
        padding: 0;
    }
    .mainHeader img{
        width: 50%;
        float: none;
        display: block;
        margin: 0 auto 0;
        padding-top: 15px;
    }
    .loginBox h2{
        display: none;
    }
    .mainHeader span{display: none;}
}
.warningBarTip{
    top:20px;
}


@media screen and (max-width: 750px){
    .loginMainBg{
        background:url(../images/phoneBackground.jpg);
        background-position: center center;
        background-size:100% 100%;
        height:100%;
    }
    .loginBox{
        margin-top: -43px;
    }
    .mainHeader{
        display:none;
    }
    .yzmBox {
        width: 157px;
    }
    #loginFormWaringBox{
        display:none;
    }
    .mainHeaderLogin {
        display: block;
        margin-top: 10px;
    }
    .tabBar{
        margin-top:40px;
    }
    .mainHeaderLogin img{
        transform:scale(.6);
        float:left;
    }
    .fr{
        color:#333;
    }
    .mainHeaderLogin span{
        display: block;
        float: left;
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 3px;
        margin-left: -10px;
        height: 40px;
        line-height: 40px;
        color: #333;
    }
    .lower{
        display:block;
        line-height: 26px;
        width: 100%;
        text-align: center;
        padding: 20px 0;
        position: absolute;
        color: #fff;
        margin-top:43px;
    }
    .warningBoxMibao{
        display:none;
    }
}

.mobileHide{
display: none!important;
}
