*{
    margin: 0px;
    padding: 0px;
}
.opacity04{
    opacity: 0.4;
}
.opacity04:hover{
    opacity: 0.4 !important
}
.display_block{
    display: block;
}
.display_none{
    display: none;
}
.colorA579FF{
    color: #A579FF !important;
}
#bah{
    cursor: pointer;
}
@media screen and (min-width: 751px) {
    .isyd{
        display: none;
    }
    .padding_48{
        padding: 0px 48px;
    }
    .webs_header{
        height: 79px;
        border-bottom: 1px solid #DFE1E5;
        /* line-height: 79px; */
        background: #fff;
        width: calc(100vw - 96px);
        position: fixed;
        top: 0px;
        left: 0px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .select_lan {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .select_lan span{
        font-family: DouyinSans, DouyinSans;
        font-weight: bold;
        font-size: 16px;
        color: #73646C;
        margin-right: 12px;
    }
    .select_lan img{
        width: 20px;
        vertical-align: middle;
    }
    .select_lan_box{
        width: 128px;
        background: #FFFFFF;
        box-shadow: 0px 4px 10px -2px rgba(0,0,0,0.2);
        border-radius: 16px 16px 16px 16px;
        padding: 14px 0px;
        text-align: center;
        position: absolute;
        top: 100px;
        right: 40px;

    }
    .select_lan_box div{
        margin-bottom: 24px;
        padding: 0px;
    }
    .select_lan_box div:last-child{
        margin-bottom: 0px !important;
    }
    .webs_header > img{
        height: 50px;
        /* vertical-align: middle; */
    }
    .webs_con{
        text-align: center;
        height: calc(100vh - 115px - 80px);
        display: flex;
        align-items: center;
        overflow-y: auto;
        justify-content: center;
        margin-top: 80px;
    }
    .webs_logo img{
        width: 180px;
        height: 180px;
    }
    .webs_text{
        font-family: DouyinSans, DouyinSans;
        font-weight: bold;
        font-size: 32px;
        color: #291F23;
        line-height: 40px;
        text-align: center;
        font-style: normal;
        text-transform: none;
        margin-top: 36px;
    }
    .webs_text span{
        color: #A579FF;
    }
    .webs_but{
        display: inline-block;
        margin-top: 36px;
        width: 380px;
        height: 58px;
        text-align: center;
        line-height: 58px;
        background: linear-gradient( 150deg, #6E6FFD 0%, #B67BFF 100%);
        border-radius: 16px 16px 16px 16px;
        font-family: DouyinSans, DouyinSans;
        font-weight: bold;
        font-size: 20px;
        color: #FFFFFF;
        cursor: pointer;
    }
    .webs_but:hover{
        background: linear-gradient( 150deg, #6E6FFD 0%, #B67BFF 100%);
        box-shadow: 0px 12px 20px 0px rgba(121,54,255,0.2);
        border-radius: 16px 16px 16px 16px;
        opacity: 0.8;
    }
    footer{
        padding:48px 48px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: fixed;
        bottom: 0px;
        left: 0px;
        width: calc(100vw - 96px);
        background-color: #FFFFFF;
    }
    .font14{
        font-size: 14px;
    }
    .colorA579FF{
        color: #A579FF;
    }
    .foot_left span{
        margin-right: 16px;
    }
    .foot_right span{
        margin-left: 16px;
    }
    .cursor{
        cursor: pointer;
    }
    /* 二维码区域 */
    .webs_QR{
        width: 332px;
        /* height: 396px; */
        background: #FFFFFF;
        box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.1);
        border-radius: 16px 16px 16px 16px;
        text-align: center;
        padding: 24px 24px 0px 24px;
        margin: auto;
    }
    .QR{
        width: 332px;
        height: 332px;
        border-radius: 16px 16px 16px 16px;
        border: 1px solid #C4BBBF;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .QR img{
        width: 310px;
        height: 310px;
    }
    .QR_text{
        margin-top: 23px;
        font-family: DouyinSans, DouyinSans;
        font-weight: bold;
        font-size: 16px;
        color: #291F23;
        text-align: center;
        padding-bottom: 10px;
    }

    /* 协议 */
    .cont_con{
        width: 760px;
        margin: auto;
        /* height: calc(100vh - 140px); */
        padding: 100px 0px 20px 0px;
        font-family: DouyinSans, DouyinSans;
        font-weight: bold;
        font-size: 16px;
        color: #291F23;
        line-height: 24px;
        padding-bottom: 50px;
    }
    
}

@media screen and (max-width: 750px) {
    .ispc{
        display: none;
    }
    .webs_header{
        height: 2.2974rem;
        padding: 0px .5744rem;
        border-bottom: 1px solid #DFE1E5;
        /* line-height: 2.2974rem; */
        background: #fff;
        position: fixed;
        top: 0px;
        left: 0px;
        width: calc(100vw - .5744rem - .5744rem);
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .webs_header_img{
        height: 1.641rem;
        vertical-align: middle;
    }
    .select_lan {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .select_lan span{
        font-family: DouyinSans, DouyinSans;
        font-weight: bold;
        font-size: .6564rem;
        color: #73646C;
        margin-right: .4923rem;
    }
    .select_lan img{
        width: .8205rem;
        vertical-align: middle;
    }
    .select_lan_box{
        width: 5.2513rem;
        background: #FFFFFF;
        box-shadow: 0rem .1641rem .4103rem -0.0821rem rgba(0,0,0,0.2);
        border-radius: .6564rem .6564rem .6564rem .6564rem;
        padding: .5744rem 0rem;
        text-align: center;
        position: absolute;
        top: 3.1026rem;
        right: .641rem;

    }
    .select_lan_box div{
        margin-bottom: .9846rem;
        padding: 0rem;
        font-family: Gen Jyuu Gothic, Gen Jyuu Gothic;
        font-weight: bold;
        font-size: .6564rem;
        color: #73646C;
    }
    .select_lan_box div:last-child{
        margin-bottom: 0rem !important;
    }
    .webs_con{
        text-align: center;
        height: calc(100vh - 2.2974rem - 5.9463rem);
        display: flex;
        align-items: center;
        overflow-y: auto;
        justify-content: center;
    }
    .webs_logo img{
        width: 5.7436rem;
        height: 5.7436rem;
    }
    .webs_text{
        font-family: DouyinSans, DouyinSans;
        font-weight: bold;
        font-size: .9846rem;
        color: #291F23;
        text-align: center;
        font-style: normal;
        text-transform: none;
        margin-top: 1.3128rem;
        padding: 0px 1.341rem;
    }
    .webs_text span{
        color: #A579FF;
    }
    .webs_but{
        display: inline-block;
        margin-top: 1.3128rem;
        width: 13.1282rem;
        height: 1.9692rem;
        text-align: center;
        line-height: 1.9692rem;
        background: linear-gradient( 150deg, #6E6FFD 0%, #B67BFF 100%);
        border-radius: .6564rem .6564rem .6564rem .6564rem;
        font-family: DouyinSans, DouyinSans;
        font-weight: bold;
        font-size: .8205rem;
        color: #FFFFFF;
        cursor: pointer;
    }
    footer{
        padding:1.4769rem 0rem;
        position: fixed;
        bottom: 0rem;
        left: 0rem;
        width: 100vw;
        background-color: #FFFFFF;
        text-align: center;
    }
    .user_contract{
        margin-right: .4103rem;
    }
    .privacy_contract{
        margin-left: .4103rem;
    }
    .font14{
        font-size: .5744rem;
    }
    .margin3282{
        margin-top: .3282rem;
    }
    .cursor{
        cursor: pointer;
    }

    /* 二维码部分 */
    .webs_QR{
        margin: auto;
        width: 8.2872rem;
        /* height: 9.8462rem; */
        background: #FFFFFF;
        box-shadow: 0rem .1641rem .3282rem 0rem rgba(0,0,0,0.1);
        border-radius: .6564rem .6564rem .6564rem .6564rem;
        padding: .5744rem .5744rem 0rem .5744rem;
        margin: auto;
    }
    .QR{
        width: 8.3282rem;
        height: 8.3282rem;
        border-radius: .6564rem .6564rem .6564rem .6564rem;
        border: .041rem solid #C4BBBF;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .QR img{
        width: 7.7538rem;
        height: 7.7538rem;
    }
    .QR_text{
        font-family: DouyinSans, DouyinSans;
        font-weight: bold;
        font-size: .5744rem;
        color: #291F23;
        line-height: .7385rem;
        text-align: center;
        margin-top: .4513rem;
        padding-bottom: .4103rem;
    }
    
    /* 协议 */
    .cont_con{
        width: calc(100vw - 1.9692rem);
        margin: auto;
        /* height: calc(100vh - 3.9795rem - .8205rem); */
        padding: 3.159rem .9846rem .8205rem .9846rem;
        font-family: DouyinSans, DouyinSans;
        font-weight: bold;
        font-size: .5744rem;
        color: #291F23;
        line-height: .9846rem;
        text-align: left;
        font-style: normal;
        text-transform: none;
        overflow-y: auto;
        padding-bottom: 2.0513rem;
    }
}

#privacy div, #contract div {
    font-size: 14px;
    line-height: 2em;
    color: #333;
    margin-bottom: 10px;
}
#privacy h3, #contract h3{
    line-height: 2em;
}
#privacy h4, #contract h4{
    line-height: 2em;
    margin-top: 10px;
}
#privacy img, #contract img{
    width: 100%;
    margin: 10px 0px;
}
.xybj{
    background: #fff895;
}
.color_bule{
    color: #1881e9;
}
.quan::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #1881e9;
    margin: 0 5px;
    vertical-align: middle;
    margin-bottom: 4px;
}