body{
    width: 100%;
    height: 100vh;
    /* height: 1080px; */
    background: #fbfbfb url(../images/loginBg_new.png) no-repeat center;
    background-size: 100% 100vh;
}
.conAuto_login{
    width: 1200px;
    min-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.backBut{
    height: 50px;
    line-height: 50px;
    padding-right: 20px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-top: 100px;
    /* margin-top: 150px; */
}
.logMainBox{
    width: 100%;
    height: 650px;
    border-radius: 5px;
    background: #fff;
}
/* .l_leftBox{
    background: url(../images/loginLeftBg.png) no-repeat left top;
    width: 792px;
    height: 650px;
} */
 .l_leftBox{
    background: url(../images/loginLeftBg_new.png) no-repeat left top;
    width: 792px;
    height: 650px;
    padding-top: 95px;
    box-sizing: border-box;
}
.l_leftBox .leftTitle{
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-family: "Source Han Sans CN";
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 30px;
    padding-left: 80px;
    box-sizing: border-box;
    text-shadow: 0px 3px 7px rgba(60, 107, 175, 0.26);
}
.l_leftBox .leftDescTitle{
    width: 635px;
    height: 30px;
    line-height: 30px;
    font-size: 28px;
    color: #fff;
    margin-left: 60px;
    font-family: "Source Han Sans CN";
    text-shadow: 0px 3px 7px rgba(60, 107, 175, 0.26);
    text-align: center;
    background: url(../images/loginLeftTitleBg.png) no-repeat left center;
}
.logBox{
    width: 380px;
    height: 650px ;
    padding-top: 80px;
    box-sizing: border-box;
}
.logBox .logTabs{
    width: 380px;
    height: 46px;
    line-height: 46px;
    overflow: hidden;
    margin-bottom: 25px;
}
.logBox .logTabs ul{
    width: 100%;
    height: 46px;
}
.logBox .logTabs ul li{
    line-height: 46px;
    color: #666;
    font-size: 20px;
    font-weight: bold;
    margin-right: 44px;
    cursor: pointer;
    position: relative;
}
.logBox .logTabs ul li:last-child{
    margin-right: 0;
}
.logBox .logTabs ul li.on{
    color: #308bd8;
    font-size: 22px;
}
.logBox .logTabs ul li.on::after{
    content: '';
    display: block;
    width: 30px;
    height: 3px;
    background: #308bd8;
    position: absolute;
    bottom: 0;
    left: 50%;           /* 水平居中定位 */
    transform: translateX(-50%);  /* 向左偏移自身宽度的一半 */
}



.logTopBox{
    width: 100%;
    padding-top: 100px;
    padding-bottom: 25px;
}
.logTopBox .topTitle{
    font-size: 26px;
    color: #333;
    font-weight: bold;
}
.topLink{
    font-size: 14px;
    color: #666666;
    padding-left: 35px;
    background: url(../images/xin.png) no-repeat left center;
    background-size: 19px 15px;
}
.topLink1{
    font-size: 14px;
    color: #666666;
    padding-left: 35px;
}
ul, ol{
    margin-bottom: 0px;
}
p {
    margin: 0 0 0px;
}
.form-horizontal .form-group{
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 30px;
}
.formInput{
    padding: 0 30px 0px 68px;
    -webkit-box-shadow:0px 0px 8px rgba(214, 214, 218, 0.26) !important;
    box-shadow:0px 0px 8px rgba(214, 214, 218, 0.26) !important;
    width: 280px !important;
    border: 1px solid #e6e6e6 !important;
    line-height: 58px !important;
    height: 58px !important;
    border-radius: 30px;
    font-size: 16px !important;
    color: #bbbbbb !important;
}
.yzmBut{
    -webkit-box-shadow:0px 0px 8px rgba(214, 214, 218, 0.26) !important;
    box-shadow:0px 0px 8px rgba(214, 214, 218, 0.26) !important;
    width: 145px !important;
    border: 1px solid #e6e6e6 !important;
    line-height: 58px !important;
    height: 58px !important;
    border-radius: 30px;
    text-align: center;
    font-size: 30px;
    color: #1063dc;
}
input.formInput:focus{
    -webkit-box-shadow:0px 0px 8px rgba(214, 214, 218, 0.26) !important;
    box-shadow:0px 0px 8px rgba(214, 214, 218, 0.26) !important;
}
input.tel{
    background: url(../images/tel.png) no-repeat 30px center;
    background-size: 18px 26px;
}
input.pwd{
    background: url(../images/pwd.png) no-repeat 30px center;
    background-size: 21px 23px;
}
input.yzm{
    background: url(../images/yzm.png) no-repeat 30px center;
    background-size: 22px 25px;
}
.gbBut{
    background: url(../images/inputClose.png) no-repeat center center;
    background-size: 23px 23px;
    width: 23px;
    height: 60px;
    right: 34px;
    top: 0px;
    display: none;
}
.btn-danger{
    background: #308bd8 !important;
    width: 380px !important;
    height: 60px !important;
    line-height: 60px !important;
    text-align: center;
    font-size: 16px ;
    color: #fff;
    border:none !important;
    padding: 0px !important;
    margin: 0px !important;
    border-radius: 40px;
    cursor: pointer;
}
.botBox{
    height: 60px;
    line-height: 60px;
}
.botBoxRadio{
    height: 60px;
    width: 14px;
    margin: 0px !important;
    cursor: pointer;
}
.botBoxRadioLable{
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    color: #666666;
    font-weight: normal;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 16px;
    cursor: pointer;
}
.botLine{
    padding-left: 20px;
    padding-right: 20px;
    width: 1px;
    height: 13px;
    color: #666;
}
.fotPwd{
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    color: #666666;
}
.zcBut{
    font-size: 14px;
    color: #308bd8;
    height: 60px;
    line-height: 60px;
}
.mt88{margin-top: 88px;}
.descText{
    font-size: 16px;
    color: #666;
    margin-right: 20px;
}
.llqInfo{
    padding-left: 28px;
    font-size: 16px;
    color: #308bd8;
    margin-right: 25px;
    background: url(../images/llqInfo.png) no-repeat left center;
    background-size: 16px 15px;
}
/* .llqInfo1{
    background: url(../images/gg.png) no-repeat left center;
    background-size: 18px 17px;
}
.llqInfo2{
    background: url(../images/hh.png) no-repeat left center;
    background-size: 18px 17px;
}
.llqInfo3{
    background: url(../images/sll.png) no-repeat left center;
    background-size: 18px 17px;
} */
.llqInfo a{
    font-size: 16px;
    color: #308bd8;
}
.llqBox{
    width: 500px;
    margin: 0 auto;
}
.sendSmsBut{
    font-size: 16px;
    color: #308bd8;
    height: 30px;
    line-height: 30px;
    border-left: 1px solid #dddddd;
    border-right: none;
    border-bottom: none;
    border-top: none;
    width: 110px;
    text-align: right;
    right: 34px;
    top: 15px;
    background: rgba(255, 255, 255, 0);
}

.disFlexCenter {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}
/* 最外层，仅做定位/尺寸，可不要 */
.wxOutBox{
    width: 282px;
    height: 282px;
    margin-bottom: 10px;
}
.wxBorderBox{
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;     
}
.wxBorderBox::before{
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;           
    background: linear-gradient(to bottom, #308bd8, #f0f8ff);
    -webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    border-radius: 10px;
    pointer-events: none;
}
.wxInnerBox{
    width: 100%;
    height: 100%;
    border-radius: 8px;      /* 略小于外层，保证完全在框内 */
    padding: 19px;
    box-sizing: border-box;
    background: linear-gradient(to bottom,rgba(48, 139, 216, 0.2),rgba(255, 255, 255, 0.2));
}
.wxInnerBox .qrCodeBox{
    border-radius: 10px;
    background: #fff;
    width: 241px;
    height: 241px;
    padding: 16px 13px 11px 13px;
    box-sizing: border-box;
    overflow: hidden;
}
.wxInnerBox .qrCodeBox img{
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.wxTitleBox{
    height: 42px;
    line-height: 42px;
    width: 100%;
    font-weight: bold;
    font-size: 18px;
    color:#333;
    text-align: center;
}