html,body{
    width: 100%;
    height: 100%;
    margin: 0;
    position: relative;
    padding: 0
}
.mains{
    background:url(../images/login/loginbg2.png) no-repeat top center;
    background-size: cover;
    min-width: 1450px;
    height: 100%;
    /* aspect-ratio: 14 / 9; */
    /* width: 100%;
    min-width: 1200px;
    // min-height: 675px;
    height: 100%;
    overflow-x: scroll; */
}
.mains .logodiv {
    position: absolute;
    left: 300px;
    top: 52px;
    width: 76px;
    height: 76px;
}
.mains .tipsdiv {
    position: absolute;
    top: 70px;
    left: 420px;
    /* left: 50%;
    transform: translateX(-50%); */
}
.mains .logindiv{
    position: relative;
    top: 222px;
}
.mains .otherdiv {
    position: absolute;
    left: 50%;
    bottom: -80px;
    transform: translateX(-50%);
    color: #555;
    font-size: 16px;
    text-align: center;
    font-weight: 'Regular';
}
.tapbutton {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}
.tapbutton button {
    flex: 0.8;
    height: 42px;
    background: #FFFFFF;
    font-size: 14px;
    color: #757575;
    border: 1px solid #DDDDDD;
    border-radius: 2px 2px 2px 2px;
    cursor: pointer;
}
.tapbutton button:nth-child(1){
    margin-right:5px
}
.tapbutton .tapon{
    width: 162px;
    height: 42px;
    background: #FFFFFF;
    border: 1px solid #FF7B10;
    border-radius: 2px 2px 2px 2px;
}
.formdiv{
    width: 800px;
    background-color: #FFF;
    margin: 0 auto;
    padding: 12px;
    box-sizing: border-box;
    border-radius: 5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -ms-border-radius:5px;
    box-shadow: 1px 2px 16px 0px rgba(0, 0, 0, 0.22);    
    -ms-box-shadow: 1px 2px 16px 0px rgba(0, 0, 0, 0.22); 
    -moz-box-shadow:1px 2px 16px 0px rgba(0, 0, 0, 0.22); 
    -webkit-box-shadow:1px 2px 16px 0px rgba(0, 0, 0, 0.22); 
}
.tapanle{
    width: 100%;
    height: 476px; 
    position: relative;
}
.poster {
    height: 476px;
}
.tapmain {
    color: #FF9712; 
    font-size: 14px; 
    cursor: pointer;
    display: flex;
    align-items: center;
    padding-top: 5px;
    box-sizing: border-box;
}
.tapline {
    width: 100%;
    height: 1px;
    background-color: #eee;
    margin: 20px 0;
}
.tapmain img {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    margin-left: 5px;
}
// .tapbanner{height: 64px;}
.tapanle.hide{
    display: none;
}
.tapanle .tapbanner .tap1 a{
   display: inline-block;
   font-size: 16px;
   color: #999999;
   font-weight: bolder;
   text-decoration: none;
   margin-right: 15px;
    padding-top: 6px
}

.tapbanner .tap1 a.check{
    color: #2f2f2f;
}
// .tapanle .body{
//     padding-bottom: 20px;
//     box-sizing: border-box;
//     border-bottom: 1px solid #EEEEEE;
//     overflow: hidden;
// }
.tapanle .item{
    padding:  5px 0;
    position: relative;
    margin-top: 15px;
}
.tapanle .qrban{
    display: inline-block;
    position: absolute;
    width: 49px;
    height: 49px;
    background: url(../images/login/qrcodez.png) no-repeat top center;
    background-size: cover;
    right: 0px;
    top: -6px;
}
// .tapfoot{
//     padding-top: 35px;
// }
.othlogin img{
vertical-align: middle;
    margin-top: -6px;
    margin-right: 5px;
}
.othlogin a{color: #9FA0A0;font-size: 14px;text-decoration: none;}
.othlogin .fpass{color: #FF9712}
.loginflex{    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;}
.item .itinput{
    width: 328px;
    height: 42px;
    border:1px solid #dddddd;
    text-indent: 5px;
    color: #757575;
    outline: none;
}
.item .itinput:focus {
    border: solid 1px #FF7B10;
}
.item .md5input{
    width: 215px;
    height: 42px;
    background-color: #f4f4f4;
    border:1px solid #dddddd;
    text-indent: 5px;
    color: #757575;
   
}
.item .btn{
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border:none;
    cursor: pointer;
    color: #FFF;
    background-color: #ec7500
}
.bor5{
    border-radius: 5px;
    -ms-border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
}
.tapfoot a{
    font-size: 14px;
    text-decoration: none;
    color: #999;
    margin: 0 10px;
}
.tapfoot .label{
    display: inline-block;
    width: 49%;
}
.tapfoot .label input[type='checkbox']{
    width: 12px;
    height: 12px;
    border: solid 1px #999999;
    appearance: none;
    vertical-align: middle;
    margin-right: 6px;
    -webkit-appearance: none;
    outline: none;
}
.tapfoot .label input[type='checkbox']:checked{
    background: url(../images/login/suc.png) no-repeat 1px;
}
.tapfoot .label span{
    font-family: SimSun;
    text-decoration: underline;
    font-size: 14px;
    color: #1a91d0;
    cursor: pointer;
}
.btnlogin.disabled{
    opacity: 0.6;
    cursor: default;
    pointer-events:none
}
.tapanle .desc{
    font-size: 14px;
    text-align: center;
    color: #666;
}
.tapanle .telban{
    display: inline-block;
    position: absolute;
    width: 125px;
    height: 31px;
    background: url(../images/login/telpass.png) no-repeat;
    background-size: cover;
    right: 30px;
    top: 0px
}
.tapanle .phoneban{
    display: inline-block;
    position: absolute;
    width: 21px;
    height: 20px;
    background: url(../images/login/pcpass.png) no-repeat top center;
    background-size: cover;
    right: 0px;
    top: 6px
}
.tapanle .pasban{
    display: inline-block;
    position: absolute;
    width: 125px;
    height: 31px;
    background: url(../images/login/qcpass.png) no-repeat;
    right: 30px;
    top: 0px
}
.tapanle .resmban{
    display: inline-block;
    position: absolute;
    width: 125px;
    height: 30px;
    background: url(../images/login/resmpass.png) no-repeat;
    background-size: cover;
    right: 30px;
    top: 0px
}
.tapanle .redxban{
    display: inline-block;
    position: absolute;
    width: 125px;
    height: 30px;
    background: url(../images/login/redxpass.png) no-repeat;
    background-size: cover;
    right: 30px;
    top: 0px
}
.tapanle .jzxy{padding: 0;text-align: center;font-size: 14px;color: #666; width: 250px;margin: 4px auto 0;}
.tapanle .jzxy input{float: left;vertical-align: middle;margin-top: 17px;margin-right: 8px; -webkit-appearance:none;appearance:none;outline: none;width: 14px;height: 14px;background: url(../images/login/xyc.png) no-repeat;cursor: pointer;}
.tapanle .jzxy input:checked{background: url(../images/login/xycheck.png) no-repeat;}

.tapanle .jzxy p{float: left;}
.tapanle .jzxy a{color: #FF7B10;text-decoration: none}
.tapanle .dxban{
    display: inline-block;
    position: absolute;
    width: 21px;
    height: 21px;
    background: url(../images/login/qrpass.png) no-repeat top center;
    background-size: cover;
    right: 0px;
    top: 6px
}
.qrdiv {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    padding-bottom: 10px;
    box-sizing: border-box;
}
.qrdiv iframe {
    width: 250px!important;
    height: 250px!important;
}
.qrdiv .qrbox {
    width: 250px; 
    height: 250px; 
    position: relative;
}
.qrdiv img {
    width: 250px;
    height: 250px;
    flex-shrink: 0;
}
.qrdiv .qrbox img {
    width: 50px; 
    height: 50px; 
    position: absolute; 
    left: 50%; 
    top: 50%; 
    transform: translate(-50%, -50%);
}
.qrtxt{
    /* font-family: 'MicrosoftYaHei'; */
    color: #555555;
    font-size: 16px;
    margin-top: 40px;
}
.qrtxt img{padding-right: 12px;vertical-align: top;}
// .othlogin a{
//     margin-right: 5px;
//     _margin-right:5px;
// }

/*login qrcode css*/
.loginPanel .title{
    display: none
}
img.lightBorder{
    width:210px !important;
    height:210px ;
    margin-top:0 !important;
}

.redict_at{
    width: 645px;
    height: 789px;
    background-color: #ffffff;
    box-shadow: 0px 2px 16px 0px 
        rgba(0, 0, 0, 0.22);
    position: fixed;
    top: 68px;
    left: 638px;
    display: none;
}
.redict_at img{
    position: absolute;
    right: 10px;
    top: 14px;
    cursor: pointer;
}
.redict_at h1{
    font-size: 18px;
    text-align: center;
    color: #333333;
    margin-top: 19px;
}
.redict_com{
    width: 591px;
    height: 691px;
    background-color: #ffffff;
    box-shadow: inset 0px 0px 13px 0px 
        rgba(0, 0, 0, 0.06);
    font-family: SimSun;
    font-size: 13px;
    color: #333333;
    overflow: hidden;
    position: relative;
    margin: 35px auto

}
.redict_wz{
    width: 545px;
    height: 636px;
    padding-top: 26px;
    overflow: auto;
    margin: 0px auto
}
.redict_wz h1{
    font-family: SimSun;
    font-size: 13px;
    text-align: left;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
    margin-top: 0px
}
.redict_wz p{
    font-family: SimSun;
    font-size: 13px;
    line-height: 24px;
    color: #333333;
}


.forget{
    width: 679px;
    height: 397px;
    background-color: #FFF;
    margin: 0 auto;
    border-radius: 5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -ms-border-radius:5px;
    box-shadow: -3px 0px rgba(0,0,0,0.1),0 -3px rgba(0,0,0,0.1), 3px 0 rgba(0,0,0,0.1), 0 3px rgba(0,0,0,0.1);
    -ms-box-shadow: -3px 0px rgba(0,0,0,0.1),0 -3px rgba(0,0,0,0.1), 3px 0 rgba(0,0,0,0.1), 0 3px rgba(0,0,0,0.1);
    -moz-box-shadow:-3px 0px rgba(0,0,0,0.1),0 -3px rgba(0,0,0,0.1), 3px 0 rgba(0,0,0,0.1), 0 3px rgba(0,0,0,0.1);
    -webkit-box-shadow:-3px 0px rgba(0,0,0,0.1),0 -3px rgba(0,0,0,0.1), 3px 0 rgba(0,0,0,0.1), 0 3px rgba(0,0,0,0.1);
}
.forget_com{
    padding: 83px 100px;
    text-align: center
}
.forget_com span{
    font-family: SimSun;
    font-size: 16px;
    line-height: 40px;
    color: #747774;
    margin-right: 30px;
}
.name_txt{
    width: 338px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #dddddd;
    margin-bottom: 30px;
    padding-left: 20px;
}
.md5_txt{
    width: 219px;
    height: 40px;
    border-radius: 4px;
    border: solid 1px #dddddd;
    text-indent: 5px;
}

.com_btn{
    position: absolute;
    color: #FF9712;
    right: 9px;
    top: 18px;
    background: none;
    border: none;
}
.phone_on{ 
    cursor: not-allowed;
    position: absolute;
    color: #000;
    top: 20px;}
.tap1 h1{
    font-family: SimSun;
    font-size: 16px;
    color: #303030;
    text-align: center
}
.tapanle .item-align{
    text-align: center;
    font-size: 15px;
    color: #999; 
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;

}

.tapanle .item-align a{text-decoration: none;color: #999;float: left;}
.tapanle .item-align span{
    display: block;
    float: left;
    height: 18px;
    width: 1px;
    margin-top: 2px;
    background: #999;
}