.reg-box {
    width: 100%;
    height: 100vh;
    background: #f9fbff;
    margin: 0;
    padding: 0;
}

.header-box {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 3px 4px rgb(0 0 0 / 10%);
}

.header-box-con {
    width: 1200px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}

.header-box-con img {
    height: 55px;
    cursor: pointer;
}

.header-box-con span {
    font-size: 18px;
}

.m-main {
    width: 830px;
    margin: 0 auto;
    display: block;
    flex-direction: column;
    justify-content: center;
}

.textLine {
    width: 495px;
    height: 82px;
    line-height: 66px;
    font-family: 微软雅黑;
    font-size: 14px;
    color: #c2c9d2;
    margin: 0 auto;
    position: relative;
    left: 26px;
}

.textLine span {
    display: inline-block;
    text-indent: 2px;
    vertical-align: middle;
}

.textLine .number {
    font-size: 20px;
    color: #afb6c0;
}

.textLine .font12 {
    font-size: 12px;
    vertical-align: top;
    margin-left: 2px;
}

.regBox {
    min-height: 400px;
    padding-bottom: 70px;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 0 9px 0 rgb(92 128 255 / 17%);
    position: relative;
    line-height: normal;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    top: 5px;
}

.u-borderTop {
    height: 5px;
    width: 100%;
    background: url("https://fkh.faisys.com/image/reg/lineBg_new.jpg?v=202109271651") center 0 no-repeat;
    background-size: 100% 100%;
    border-radius: 2px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 50px;
}

.weChat {
    position: absolute;
    top: 14px;
    right: 12px;
    width: 195px;
    height: 52px;
    cursor: pointer;
}

.weChatIcon1 {
    width: 52px;
    height: 52px;
    float: right;
    background-image: url("https://bsbang.oss-cn-beijing.aliyuncs.com/bs-icons/xt.png");
    background-repeat: no-repeat;
    background-position: -79px 0;
    display: inline-block;
}
.weChatIcon1_2{
    background-position: -165px 0;
}

.weChatIcon2 {
    width: 132px;
    height: 25px;
    float: right;
    background-image: url("https://bsbang.oss-cn-beijing.aliyuncs.com/bs-icons/xt.png");
    background-repeat: no-repeat;
    background-position: -160px -390px;
    display: inline-block;
}

.weChatDiv {
    position: absolute;
    width: 126px;
    height: 23px;
    left: 10px;
    top: 1px;
}

.weChatIcon3 {
    width: 17px;
    height: 17px;
    float: left;
    background-image: url("https://bsbang.oss-cn-beijing.aliyuncs.com/bs-icons/xt.png");
    background-repeat: no-repeat;
    background-position: 0px -110px;
    display: inline-block;
    margin-top: 3px;
    margin-left: 10px;
}
.weChatIcon3_2{
    background-position: 0px -470px;
}

.weChatTit {
    width: 86px;
    height: 12px;
    text-align: left;
    font-size: 12px;
    line-height: 12px;
    color: #738299;
    float: right;
    margin-top: 5px;
    margin-right: 3px;
}

.content {
    margin: 0 auto;
    display: block;
    width: 328px;
    min-height: auto;
    padding-top: 30px;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
}

.mobile-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobile-in {
    width: 60%;
    margin-bottom: 0 !important;
}

.mobile-zz {
    width: 35%;
}

.login-buttom {
    height: 50px !important;
    font-size: 18px !important;
    letter-spacing: 10px;
}

.wx-content {
    display: none;
}

.wx-content-header {
    font-size: 18px;
}

.wx-content-header>img {
    margin-right: 5px;
}

.wx-qrcode {
    width: 208px;
    height: 238px;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    margin: 40px auto;
}
#wx-qrcode{
    width: 188px;
    height: 188px;
}
.login_WeChatScanner{
    width: 25px;
    height: 30px;
    display: inline-block;
    background: url("https://bsbang.oss-cn-beijing.aliyuncs.com/bs-icons/xt.png");
    background-repeat: no-repeat;
    background-position:0 -350px;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: 10px;
}
.scanGuideTips{
    font-size: 12px;
    width: 100%;
    color: #767676;
    z-index: 4;
    height: 40px;
}