@charset "UTF-8";

/* @font-face {
    font-family: Source Han sans-serif;
    src: url('../../fonts/PingFangR.ttf');
}

@font-face {
    font-family: Source Han Sans;
    font-weight: 600;
    src: url('../../../fonts/Semibold.ttf');
} */

a {
    text-decoration: none;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

[v-cloak] {
    display: none !important;
}

body {
    overflow-x: hidden;
    /* overflow-x: hidden;
  min-width: 1200px; */
}

#mainLogin {
    width: 100%;
    height: 100vh;
    background-image: url(/static/v2/img/login/loginBg.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: left top;
    background-attachment: fixed;
}

#mainLogin .padT35 {
    padding-top: 35px !important;
}

#mainLogin .padB10 {
    padding-bottom: 10px !important;
}

#mainLogin .marT10 {
    margin-top: 10px !important;
}

#mainLogin .marT12 {
    margin-top: 12px !important;
}

#mainLogin .marT15 {
    margin-top: 15px !important;
}

#mainLogin .marT16 {
    margin-top: 16px !important;
}

#mainLogin .marT20 {
    margin-top: 20px !important;
}

#mainLogin .marT26 {
    margin-top: 26px !important;
}

#mainLogin .marT28 {
    margin-top: 28px !important;
}

#mainLogin .marT30 {
    margin-top: 30px !important;
}

#mainLogin .marT40 {
    margin-top: 40px !important;
}

#mainLogin .marT60 {
    margin-top: 60px !important;
}

#mainLogin .spbBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#mainLogin .centerBox {
    display: flex;
    justify-content: center;
    align-items: center;
}

#mainLogin .top-logo {
    position: sticky;
    top: 0;
    height: 74px;
    background: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
}

#mainLogin .top-logo:after {
    /*伪元素是行内元素 正常浏览器清除浮动方法*/
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#mainLogin .top-logo .clogo {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#mainLogin .top-logo .clogo .logo1 {
    width: 233px;
    height: 48px;
    cursor: pointer;
}

#mainLogin .top-logo .clogo .logo2 {
    display: block;
    margin-left: 20px;
    width: 192px;
    height: 17px;
}

#mainLogin .top-logo .clogo .logo3 {
    width: 436px;
    height: 20px;
}

#mainLogin .loginC {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* margin: 86px auto 0 auto; */
    width: 1000px;
    height: 610px;
    background: #FFFFFF;
    border-radius: 10px;
    background-image: url(/static/v2/img/login/loginLeft.webp);
    background-repeat: no-repeat;
    background-size: 500px 610px;
    display: flex;
    justify-content: center;
}

#mainLogin .loginC .leftNav {
    width: 500px;
    height: 610px;
    background: #FFFFFF;
    position: relative;
    border-radius: 10px 0 0 10px;
}

#mainLogin .loginC .navs {
    border-radius: 10px 0 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 68px;
}

#mainLogin .loginC .navs .option {
    flex: 1;
    background: #E0EFF1;
    line-height: 68px;
    text-align: center;
    font-family: Source Han Sans;
    font-weight: 600;
    font-size: 20px;
    color: #49787E;
    cursor: pointer;
}

#mainLogin .loginC .navs .option:nth-of-type(1) {
    border-radius: 10px 0 0 0;
}

#mainLogin .loginC .navs .active {
    background: #FFFFFF;
}

#mainLogin .loginC .navs .active:nth-child(1) {
    color: #FF7D0C;
}

#mainLogin .loginC .navs .active:nth-child(2) {
    color: #D53816;
}

#mainLogin .loginC .navs .active:nth-child(3) {
    color: #9E67FF;
}

#mainLogin .loginC .navContent {
    padding: 60px 43px 0 43px;
}

#mainLogin .loginC .navContent .nTitle {
    font-family: Source Han Sans;
    font-weight: 600;
    font-size: 24px;
    color: #FF7D0C;
    line-height: 33px;
}

#mainLogin .loginC .navContent .color2 {
    color: #D53816;
}

#mainLogin .loginC .navContent .color3 {
    color: #9E67FF;
}

#mainLogin .loginC .navContent>p {
    margin-top: 10px;
    font-family: Source Han Sans;
    font-weight: 600;
    font-size: 18px;
    color: #333333;
    line-height: 25px;
}

#mainLogin .loginC .nBg1 {
    width: 500px;
    height: 542px;
    background-image: url(/static/v2/img/login/login-left1.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#mainLogin .loginC .nBg2 {
    width: 500px;
    height: 542px;
    background-image: url(/static/v2/img/login/login-left2.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#mainLogin .loginC .nBg3 {
    width: 500px;
    height: 542px;
    background-image: url(/static/v2/img/login/login-left3.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}


#mainLogin .loginC .loginBox {
    width: 500px;
    height: 610px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.06);
    border-radius: 10px 10px 10px 10px;
    padding: 50px;
    position: relative;
}

#mainLogin .loginC .loginBox .tipsp1 {
    margin-top: 40px;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    text-align: center;
}

#mainLogin .loginC .loginBox .tipsp2 {
    margin-top: 20px;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
}

#mainLogin .loginC .loginBox .pImg>img {
    display: block;
    margin: 23px auto 0 auto;
    width: 97px;
    height: 136px;
}

#mainLogin .loginC .loginBox .tipBox {
    margin: 20px auto 0 auto;
    width: 286px;
    height: 77px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #0099AD;
    border-bottom: 4px solid #0099AD;
    font-size: 14px;
    font-family: Source Han Sans;
    font-weight: 600;
    font-weight: bold;
    color: #000000;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#mainLogin .loginC .loginBox .reScan {
    margin-top: 20px;
    font-size: 14px;
    font-family: Source Han Sans;
    font-weight: 600;
    font-weight: bold;
    color: #0099AD;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
}

#mainLogin .loginC .loginBox .oLogin {
    margin-top: 9px;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    text-align: center;

}

#mainLogin .loginC .loginBox .change {
    position: absolute;
    right: 0;
    top: 0;
    width: 75px;
    height: 75px;
    cursor: pointer;

}

#mainLogin .loginC .loginBox .change:after {
    /*伪元素是行内元素 正常浏览器清除浮动方法*/
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}



#mainLogin .loginC .loginBox .change>img {
    width: 75px;
    height: 75px;
}

#mainLogin .loginC .loginBox .tip {
    position: absolute;
    right: 75px;
    top: 10px;
    text-align: center;
    width: 98px;
    height: 20px;
    font-size: 12px;
    color: #0099AD;
    line-height: 20px;
    white-space: nowrap;
    background-image: url(/static/v2/img/login/rTop0.png?1.1);
    background-repeat: no-repeat;
    background-size: 98px 20px;
}

#mainLogin .loginC .loginBox .scanTips {
    text-align: center;
    font-size: 18px;
    color: #888888;
    line-height: 26px;
}

#mainLogin .loginC .loginBox .scanTips>p {
    color: #0099AD;
}

#mainLogin .loginC .loginBox .optionList {
    width: 400px;
    border-bottom: 1px solid #E4E7ED;
    display: flex;
    justify-content: flex-start;
    font-size: 22px;
    color: #000000;
    line-height: 30px;
    padding-bottom: 13px;
}

#mainLogin .loginC .loginBox .optionList .back {
    margin-left: auto;
    margin-top: 10px;
    height: 20px;
    font-size: 14px;
    color: #0099AD;
    line-height: 20px;
    cursor: pointer;
}

#mainLogin .loginC .loginBox .optionList .option {
    height: 30px;
    font-size: 16px;
    color: #000000;
    line-height: 20px;
    padding: 6px 0 2px;
    cursor: pointer;
}

#mainLogin .loginC .loginBox .optionList .option:nth-of-type(n+2) {
    margin-left: 50px;
}

#mainLogin .loginC .loginBox .optionList .active {
    height: 30px;
    font-size: 22px;
    font-family: Source Han Sans;
    font-weight: 600;
    font-weight: bold;
    color: #0099AD;
    line-height: 30px;
    padding: 0;
    position: relative;
}

#mainLogin .loginC .loginBox .optionList .active::before {
    position: absolute;
    bottom: -12px;
    display: block;
    content: "";
    width: 100%;
    height: 3px;
    background: #0099AD;
}

#mainLogin .loginC .loginBox .optionList .p1 {
    height: 30px;
    font-size: 22px;
    font-family: Source Han Sans;
    font-weight: 600;
    color: #0099AD;
    line-height: 30px;
}

#mainLogin .loginC .loginBox .optionList .p2 {
    margin-top: 5px;
    height: 25px;
    font-size: 18px;
    color: #111111;
    line-height: 25px;
}

#mainLogin .loginC .loginBox .qrCode {
    display: block;
    margin: 30px auto 0 auto;
    width: 250px;
    height: 250px;

}

#mainLogin .loginC .loginBox .bTips {
    margin-top: 13px;
    font-size: 12px;
    color: #0099AD;
    line-height: 17px;
}

#mainLogin .loginC .loginBox .lable {
    font-size: 14px;
    font-family: Source Han Sans;
    font-weight: 600;
    color: #333333;
    line-height: 20px;
}

#mainLogin .loginC .loginBox .el-input .el-input__clear {
    font-size: 18px !important;
}

#mainLogin .loginC .loginBox .lable .inputBox {
    width: 400px;
    /* height: 50px; */
    margin-top: 4px;
    position: relative;
}

#mainLogin .loginC .loginBox .lable .must {
    position: relative;
}

#mainLogin .loginC .loginBox .lable .must::before {
    position: absolute;
    left: -16px;
    top: 50%;
    transform: translateY(-50%);
    content: "*";
    color: red;
}

#mainLogin .loginC .loginBox .lable input {
    display: block;
    width: 400px;
    height: 50px;
    background: #FAFBFF;
    border-radius: 6px 6px 6px 6px;
    opacity: 1;
    border: 1px solid #DDDDDD;
}

#mainLogin .loginC .loginBox .lable .codeBox {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4px;
}

#mainLogin .loginC .loginBox .lable .codeBox .btnSend {
    margin-left: 8px;
    width: 161px;
    height: 50px;
    background: #0099AD;
    border-radius: 6px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    border: 1px solid transparent;
}

#mainLogin .loginC .loginBox .band {
    background: #0099AD !important;
}

#mainLogin .loginC .loginBox .lable .codeBox .inputOut {
    width: 231px;
    height: 50px;

}

#mainLogin .loginC .loginBox .lable .codeBox input {
    width: 231px;
    height: 50px;
    margin-top: 0px;
    background: #FAFBFF;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #DDDDDD;
}

#mainLogin .loginC .loginBox .lable .codeBox .inputW>input {
    padding-bottom: 10px;
}

#mainLogin .loginC .loginBox .lable .codeBox .inputW>input {
    width: 330px;
    height: 40px;
    padding: 0 10px;
    border: 1px solid #DDDDDD;
}

#mainLogin .loginC .loginBox .btnL {
    margin-top: 40px;
    width: 400px;
    height: 50px;
    background: #0099AD;
    border-radius: 6px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}

#mainLogin .marT50 {
    margin-top: 50px !important;

}

#mainLogin .loginC .loginBox .tipBtn {
    height: 20px;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    text-align: center;
}

#mainLogin .loginC .loginBox .tipBtn>a {
    color: #0099AD;
    cursor: pointer;
}

#mainLogin .loginC .loginBox .tipG {
    margin-top: 40px;
    height: 20px;
    font-size: 14px;
    color: #AAAAAA;
    line-height: 20px;
    text-align: center;
}

#mainLogin .loginC .loginBox .changeTag {
    display: block;
    margin: 10px auto 0 auto;
    width: 45px;
    height: 45px;
    cursor: pointer;
}

/* footer 开始*/
.footer-box {
    margin-top: 100px;
    width: 100%;
    height: 48px;
    background: #FFFFFF;
    /* opacity: 0.9; */
    padding: 15px 0 20px;
    position: fixed;
    bottom: 0px;
    z-index: 100;
    transition: all 0.3s ease;
}

.footer-box:hover {
    height: 223px;
}

.footer-box .conBox {
    width: 1200px;
    margin: 0 auto;
    /* padding: 0 20px 0; */
}

.footer-box .cenBox {
    display: flex;
    justify-content: center;
}

.footer-box .conBox .wrapItem {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 7px;
}

.footer-box .conBox .wrapItem>a {
    display: block;
    height: 20px;
    font-size: 14px;
    font-family: Source Han Sans;
    font-weight: 600;
    color: #111111;
    line-height: 20px;
    margin: 0 31px 8px 31px;
}

.footer-box .conBox .linkOut {
    display: flex;
    justify-content: flex-start;
}

.footer-box .conBox .linkOut>p {
    margin-left: 33px;
    margin-right: 10px;
    white-space: nowrap;
    width: 70px;
    height: 20px;
    font-size: 14px;
    font-family: Source Han Sans;
    font-weight: 600;
    color: #333333;
    line-height: 20px;
}

.footer-box .conBox .linkOut .wrapLink {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 7px;
}

.footer-box .conBox .linkOut .wrapLink>a {
    display: block;
    margin: 0 10px 15px;
    height: 20px;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
}

.footer-box .conBox .line {
    width: 100%;
    height: 2px;
    opacity: 0.1;
    border-top: 2px solid #333333;
}

.footer-box .conBox .gsInfo {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-box .conBox .gsInfo>p {
    font-size: 14px;
    color: #333333;
    line-height: 20px;
}

.footer-box .conBox .gsInfo>div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-box .conBox .gsInfo>div>a {
    display: block;
    margin-left: 20px;
}

.footer-box .conBox .gsInfo>div>a>img {
    width: 56px;
    height: 20px;
}

.footer-box .conBox .gsInfo>p>a>img {
    font-size: 14px;
    color: #333333;
    line-height: 20px;
}

.footer-box .conBox .gsInfo>p:nth-of-type(n+2) {
    margin-left: 20px;
}

/* 结束 */

#mainLogin .loginC .loginBox .agreement {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 400;
    color: #aaaaaa;
    display: flex;
    align-items: center;

}

#mainLogin .loginC .loginBox .agreement .agree {
    background: url(/static/v2/img/pconfirm.png?1.1) no-repeat;
    background-size: 100% 100%;
    border: none;
}

#mainLogin .loginC .loginBox .agreement>div {
    border: 1px solid #AAAAAA;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    margin-right: 6px;
    cursor: pointer;
}

#mainLogin .loginC .loginBox .agreement>span {
    color: #0099AD;
    cursor: pointer;
}

#mainLogin .agreementMo {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #00000010;
    z-index: 1000;
    display: none;
}

#mainLogin .agreementMo .agreementBox {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 800px;
    height: 500px;
    background: #FFFFFF;
    border-radius: 4px;
    transform: translate(-50%, -50%);
}

#mainLogin .agreementMo .agreementBox .title {
    height: 64px;
    border-bottom: 1px solid #DDDDDD;
    text-align: center;
    line-height: 64px;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    position: relative;
}

#mainLogin .agreementMo .agreementBox .title .close {
    position: absolute;
    width: 36px;
    height: 36px;
    top: 14px;
    right: 14px;
    background: url(/static/v2/img/cansel5.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

#mainLogin .agreementMo .agreementBox .text {
    height: 394px;
    width: 755px;
    margin: 0 auto;
    overflow: hidden;
    overflow-y: auto;
    margin-top: 10px;
}

#mainLogin .agreementMo .agreementBox>.text::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 2px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
    background: #DDDDDD;
}

#mainLogin .agreementMo .agreementBox>.text::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #0099AD;
}

#mainLogin .agreementMo .agreementBox>.text::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}


#mainLogin .loginC2 {
    margin: 86px auto 0 auto;
    width: 1000px;
    height: 610px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 16px 25px;
}

#mainLogin .loginC2 .tBox {
    width: 100%;
    height: 34px;
    border-bottom: 1px solid #D9D9D9;
    display: flex;
    justify-content: space-between;
}

#mainLogin .loginC2 .tBox .lTitle {
    height: 28px;
    font-size: 20px;
    font-family: Source Han Sans;
    font-weight: 600;
    color: #666666;
    line-height: 28px;
}

#mainLogin .loginC2 .tBox .rText {
    margin-top: 9px;
    height: 17px;
    font-size: 12px;
    color: #333333;
    line-height: 17px;
    cursor: pointer;
}

#mainLogin .popupBox {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 100;
}

#mainLogin .popupBox .lcontent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 424px;
    background: #ffffff;
    border-radius: 6px;
}

#mainLogin .popupBox .lcontent2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 443px;
    height: 319px;
    background: url(/static/v2/img/successImg.webp) no-repeat;
    background-size: 100% 100%;
    border-radius: 6px;
}

#mainLogin .popupBox .lcontent2 .btn1 {
    position: absolute;
    left: 31px;
    bottom: 0px;
    width: 180px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 16px;
    color: #FF3E62;
    line-height: 14px;
    cursor: pointer;
}

#mainLogin .popupBox .lcontent2 .btn2 {
    position: absolute;
    right: 31px;
    bottom: 0px;
    width: 180px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 14px;
    cursor: pointer;
}

#mainLogin .popupBox .lcontent2 .closeIcon {
    position: absolute;
    right: 43%;
    bottom: -64px;
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
    cursor: pointer;
}

#mainLogin .popupBox .noBg {
    background: none !important;
}

#mainLogin .popupBox .lcontent .tColumn {
    width: 424px;
    height: 30px;
    background: linear-gradient(180deg, #679CFB 0%, #3165F4 100%);
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-family: Source Han Sans;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 20px;
    padding: 0 10px;
}

#mainLogin .popupBox .lcontent .tColumn>img {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

#mainLogin .popupBox .lcontent .zText1 {
    margin-top: 17px;
    font-size: 22px;
    font-family: Source Han Sans;
    font-weight: 600;
    font-weight: bold;
    color: #0099AD;
    line-height: 30px;
    text-align: center;
}

#mainLogin .popupBox .lcontent .zText2 {
    font-size: 18px;
    color: #333333;
    line-height: 25px;
    text-align: center;

}

#mainLogin .popupBox .lcontent .zText3 {
    margin-top: 30px;
    font-size: 24px;
    color: #0099AD;
    font-family: Source Han Sans;
    font-weight: 600;
    line-height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#mainLogin .popupBox .lcontent .textImg1 {
    margin: 30px auto 0 auto;
    display: block;
    width: 144px;
    height: 25px;
    opacity: 0.8;
}

#mainLogin .popupBox .lcontent .textImg2 {
    margin: 30px auto 0 auto;
    display: block;
    width: 216px;
    height: 65px;
}

#mainLogin .popupBox .lcontent .qrCode1 {
    margin: 30px auto 0 auto;
    width: 344px;
    height: 252px;
    border-radius: 12px;
}

#mainLogin .popupBox .lcontent .cPrize {
    display: block;
    margin: 10px auto 0 auto;
    width: 286px;
    height: 233px;
    border-radius: 12px;
}

#mainLogin .popupBox .lcontent .sBtn {
    margin: 19px auto 0 auto;
    width: 152px;
    height: 40px;
    background: #0099AD;
    border-radius: 2px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

#mainLogin .popupBox .lcontent .rzTip {
    margin: 20px auto 0 auto;
    width: 412px;
    height: 77px;
    background: #F6FAFF;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#mainLogin .popupBox .lcontent .rzTip>img {
    width: 334px;
    height: 62px;
}

#mainLogin .popupBox .lcontent .bInfo {
    padding: 12px 10px 23px 10px;
    display: flex;
    justify-content: space-between;
}

#mainLogin .popupBox .lcontent .bInfo>div>p:nth-of-type(1) {
    font-size: 14px;
    color: #333333;
    line-height: 20px;
}

#mainLogin .popupBox .lcontent .bInfo>div>p:nth-of-type(1)>span {
    color: #0099AD;
    font-size: 16px;
}

#mainLogin .popupBox .lcontent .bInfo>div>p:nth-of-type(2) {
    margin-top: 10px;
    font-size: 12px;
    color: #333333;
    line-height: 17px;
}

#mainLogin .popupBox .lcontent .bInfo>img {
    width: 60px;
    height: 60px;
}

#mainLogin .popupBox .lcontent .centerBg {
    width: 404px;
    height: 296px;
    margin: 0 auto;
    background-image: url(/static/v2/img/login/centerBg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#mainLogin .popupBox .lcontent .centerBg .getText {
    padding-top: 49px;
    font-size: 30px;
    color: #A58CFF;
    line-height: 31px;
    text-align: center;
}

#mainLogin .popupBox .lcontent .centerBg .prize {
    margin: 33px auto 0 auto;
    display: block;
    width: 173px;
    height: 144px;
}

#mainLogin .popupBox .lcontent .centerBg .ptips {
    margin-top: 10px;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    text-align: center;
}

#mainLogin .popupBox .lcontent .tbgBox {
    background: #ffffff;
    padding-bottom: 10px;
    border-radius: 6px;
}

#mainLogin .popupBox .lcontent .bgBox {
    margin-top: 12px;
    width: 424px;
    height: 79px;
    background: #FFFFFF;
    border-radius: 6px;
    padding: 11px 15px;
    display: flex;
    justify-content: flex-start;
}

#mainLogin .popupBox .lcontent .bgBox>img {
    width: 57px;
    height: 57px;
}

#mainLogin .popupBox .lcontent .bgBox>div {
    margin-left: 15px;
}

#mainLogin .popupBox .lcontent .bgBox>div>p:nth-of-type(1) {
    margin-top: 7px;
    font-size: 16px;
    color: #0099AD;
    line-height: 22px;
}

#mainLogin .popupBox .lcontent .bgBox>div>p:nth-of-type(2) {
    margin-top: 5px;
    font-size: 12px;
    color: #333333;
    line-height: 17px;
}


/* 抽奖开始 */
.rightb {
    /* width: 442px;
  height: 786px;
  border: 1px solid #eeeeee;
  background: url('/static/v2/img/lotteryDraw/bg1.webp') no-repeat;
  background-size: 100% 100%;
  position: relative; */
}

.lottery {
    width: 100%;
    box-sizing: border-box;
    /* position: absolute;
  top: 142px;
  left: -1px; */
}

.lottery_times {
    padding: 15px 15px 0;
    text-align: center;
    color: #074f82;
}

.lottery_times .num {
    display: inline-block;
    margin: 0 3.75px;
    font-weight: bold;
}

/* /static/v2/img/yearCelebrate/ */
/* bg1.webp */
.shanDeng {
    width: 424px;
    height: 430px;
    margin: 0 auto;
    background: url('/static/v2/img/login/drawBg2.png') no-repeat;
    background-size: 95% 85%;
    background-position: top 12px left 11px;
    padding: 17.5px;
    box-sizing: border-box;
}

.shanDeng #luck {
    width: 100%;
    overflow: hidden;
}

.shanDeng table {
    padding-top: 6px;
    width: 100%;
    box-sizing: border-box;
    border-spacing: 10px 10px;
    font-size: 18px !important;
    border-collapse: separate !important;
}

.shanDeng table td {
    width: 33.33%;
    height: 45px;
    padding: 9px 0;
    box-sizing: border-box;
    font-size: 12px;
    text-align: center;
    background-image: url(/static/v2/img/lotteryDraw/zward_init.png);
    background-size: 100% 100%;
}

.shanDeng img {
    width: 100px;
    height: 75px;
    margin: 6px auto 0 auto;
}

#btn.cjBtn {
    background-image: url(/static/v2/img/lotteryDraw/zWARDSbtn.png);
    background-size: 100% 100%;
    cursor: pointer;
}

#btn.cjBtnDom {
    background-image: url(/static/v2/img/lotteryDraw/buttonDown.png);
}

#luck .active {
    background-image: url(/static/v2/img/lotteryDraw/active.png);
}

.shanDeng table {
    margin: 0 auto;
}

/* 抽奖结束 */

/* 注册开始 */

#mainLogin .loginC .inputBox>.codeBox {
    position: absolute;
    width: 100%;
    height: 292px;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
    opacity: 1;
    border-radius: 4px;
    left: 0px;
    top: 120px;
    opacity: 0;
    z-index: -1111;
}

#mainLogin .loginC .inputBox>.codeBox.show {
    animation: countyShow .3s forwards;
}

@keyframes countyShow {
    0% {
        z-index: 100;
        opacity: 0;
        top: 120px;
    }

    100% {
        z-index: 100;
        opacity: 1;
        top: 49px;
    }

}

#mainLogin .loginC .inputBox .codeBox .input {
    position: absolute;
    width: 98%;
    left: 0;
    height: 48px;
    top: 0;
    padding-top: 8px;
    display: flex;
    align-items: center;
    background: #fff;
}

#mainLogin .loginC .inputBox .codeBox .input::before {
    display: block;
    content: "";
    width: 18px;
    height: 18px;
    background: url("/static/v2/img/search.png") no-repeat;
    background-size: 100% 100%;
    margin-left: 14px;
    margin-right: 12px;

}

#mainLogin .loginC .inputBox .codeBox .input>input {
    outline: none;
    border: none;
    font-size: 12px;
}

#mainLogin .loginC .inputBox .codeBox>.codeList {
    width: 100%;
    height: 292px;
    padding-bottom: 8px;
    /* padding-top: 48px; */
    border-radius: 4px;
    overflow: hidden;
    overflow-y: auto;
}

#mainLogin .loginC .inputBox .codeBox>.codeList::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 2px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
    background: #DDDDDD;
}

#mainLogin .loginC .inputBox .codeBox>.codeList::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #0099AD;
}

#mainLogin .loginC .inputBox .codeBox>.codeList::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}

#mainLogin .loginC .inputBox .codeBox ul>li {
    margin-top: 4px;
    width: 100%;
    height: 40px;
    /* background: #000000;
    opacity: 0.04; */
    border-radius: 4px;
    padding-left: 14px;
    padding-right: 24px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: Source Han sans-serif;
    font-weight: 400;
    line-height: 0px;
    color: #666666;
    cursor: pointer;

}

#mainLogin .loginC .inputBox .codeBox ul>li:first-child {
    margin-top: 52px;
}

#mainLogin .loginC .inputBox .codeBox ul>li:hover {
    background: #00000004;
    /* opacity: 0.04; */
}

#mainLogin .loginC .inputBox .codeBox ul>li>p:nth-of-type(1) {
    margin-left: 6px;
}

#mainLogin .loginC .inputBox .codeBox ul>li>p:nth-of-type(2) {
    margin-left: auto;
}

#mainLogin .loginC .inputBox .cenBox {

    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

#mainLogin .loginC .inputBox .code {
    color: #333333;
    line-height: 22px;
    font-weight: 400;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 83px;
    height: 50px;
    background: #FAFBFF;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #DDDDDD;
    cursor: pointer;
}

#mainLogin .loginC .inputBox .code>p {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 57px;
}

#mainLogin .loginC .inputBox>.rote::after {
    transform: rotate(-180deg);
}

#mainLogin .loginC .inputBox .code::after {
    content: "";
    display: block;
    width: 16px;
    height: 10px;
    background: url(../../img/down1.png) no-repeat;
    background-size: 100% 100%;
    transition: all .3s ease;
    margin-right: 10px;
}

#mainLogin .loginC .inputBox .newInput {
    display: inline-block;
    position: relative;
}

#mainLogin .loginC .inputBox .newInput>.iti-flag {
    position: absolute;
    top: 15px;
    right: 16px;
}



#mainLogin .loginC .inputBox .newInput input {
    width: 309px;
    padding-right: 50px !important;
}


#zhe {
    position: absolute;
    top: 140px;
    left: 141px;
    width: 218px;
    height: 218px;
    background: #000000;
    opacity: 0.5
}

#flushQrCode {
    position: absolute;
    top: 234px;
    left: 210px;
    font-size: 15px;
    padding: 7px;
    background: #0099ad;
    color: #fff;
    border: none;
    border-radius: 2px;
    cursor: pointer;
}

#scanMsg {
    position: absolute;
    top: 219px;
    left: 167px;
    font-size: 16px;
    padding: 7px;
    color: #fff;
    text-align: center;
}

/* 注册结束 */

#mainLogin .dialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2000;
}

#mainLogin .dialog .content {
    width: 443px;
    height: 319px;
    border-radius: 4px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /* background: url(); */
    background: #ffffff;
}