:root{
    --white: #fff;
}
.tl {
    text-align: left;
}
.tr{
    text-align: right;
}

.w100{
    position: relative;
    width: 100%;
}

.w100>img{
    width: 100%;
}
.full {
    width: 100%;
}
.tc {
    text-align: center;
}
div, p, span, em, b, h1, h2 {
    font-family: 'PingFang SC';
    font-style: normal;
    line-height: normal;
}

.section-wrap {
    background: #1D2436 url("../images/bg.png") 0 0 no-repeat;
    background-size: 100% 100%;
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.section-content {
    width: 100%;
}
.main-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
}
.main-wrap > img {
    max-width: 810px;
    margin-right: 8%;
}
.list-wrap >div {
    position: relative;
    background: linear-gradient(180deg, #F4DE99 0%, #DDC478 100%);
    border-radius: 8px;
    width: 260px;
    height: 68px;
    line-height: 68px;
    text-align: center;
    color: #3F330F;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 40px;
    cursor: pointer;
}
.list-wrap >div:last-child {
    margin-bottom: 0;
}
.list-wrap >div > img {
    width: 30px;
    height: 30px;
    margin-right: 5px;
}
.list-wrap span {
    overflow: hidden;
    margin: 0 2px 0 8px;
}
.list-wrap span i {
    display: inline-block;
    width: 3.28px;
    border-radius: 100px;
    background: #c8a96f;
    margin-right: -3px;
}
.list-wrap span i.active {
    background: #4fd819;
}
.list-wrap span i:nth-child(1) {
    height: 9px;
}
.list-wrap span i:nth-child(2) {
    height: 12px;
}
.list-wrap span i:nth-child(3) {
    height: 15px;
}
.list-wrap span i:nth-child(4) {
    height: 18px;
}
.list-wrap b {
    font-size: 16px;
    color: #3F330F;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    position: relative;
    top: -1px;
}
.mask-wraps {
    display: none;
    background: url("../images/tc-bg2.png?001") 0 0 no-repeat;
    background-size: 100% 100%;
    width: 910px;
    height: 675px;
    /*position: fixed;*/
    /*top: 54%;*/
    /*left: 41%;*/
    position: absolute;
    top: -40px;
    left: -470px;
    z-index: 2;
    transform: translate(-50%, -50%);
    overflow: hidden;
}

.mask-wraps > div {
    width: 205px;
    float: right;
    padding-right: 10%;
    padding-top: 10%;
    text-align: right;
}
.mask-wraps > img {
    display: inline-block;
    margin-bottom: 10px;
}
.mask-wraps > div > a {
    display: inline-block;
    border-radius: 8px;
    background: linear-gradient(180deg, #F4DE99 0%, #DDC478 100%);
    width: 160px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #3F330F;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    margin: 6px 0 26px;
}
.mask-wraps .text-p1 {
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    margin-top: 80px;
}
.mask-wraps .text-p2 {
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 0 18px;
}
.mask-wraps .scan-code {
    background: #fff;
    width: 235px;
    border-radius: 10px;
    text-align: center;
    padding-bottom: 20px;
}
.mask-wraps .scan-code > p {
    color: #333;
    font-family: PingFang SC;
    font-size: 18px;
    font-weight: 400;
    padding: 20px 0;
}
.mask-wraps .code-box {
    background: url("../images/scan.png") 0 0 no-repeat;
    background-size: 100% 100%;
    width: 133px;
    height: 133px;
    margin: 0 auto;
    padding: 10px;
}
.mask-wraps .code-box > * {
    width: 100%;
    height: 100%;
}