html,
body,
p,
ul,
h2,
h3,
h4 {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

.my-page {
    background-color: #F6F6F6;
}

@font-face {
    font-family: 'YouSheBiaoTiHei';
    src: url(../font/YouSheBiaoTiHei.TTF);
    font-weight: normal;
    font-style: normal;
}

.tq-header {
    font-weight: bold;
    font-size: 40px;
    color: #000;
    text-align: center
}

.tq-desc {
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.65);
    text-align: center;
    margin: 24px 0 32px;
}

.sec-banner {
    overflow: hidden;
}


.sec-banner .wrapper-ct {
    position: relative;
    height: 800px;
    width: 100%;
    margin-top: 64px;
}

.sec-banner .wrapper-ct img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sec-story {
    padding: 72px 0;
    overflow: hidden;
}

.sec-story .wrapper-ct {
    width: 887px;
    margin: 0 auto
}

.sec-story .text-group .text {
    font-weight: bold;
    font-size: 40px;
    line-height: 47px;
    color: #000;
    text-align: center
}

.sec-story .text-group .text-sm {
    margin-top: 54px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.85);
    text-align: center;
    line-height: 24px;
}

.sec-story .text-group .text-sm span {
    color: #3478F6;
}

.sec-story .text-group .text-sm.pc {
    display: block;
}

.sec-story .text-group .text-sm.mobile {
    display: none;
}

.sec-story .wrapper-stories {
    margin-left: 35px
}

.sec-story .stories {
    margin-top: 96px;
    height: 213px
}

.sec-story .stories .js-marquee-wrapper {
    width: 100000px;
    transform: translateX(0px);
    animation: 51.96s linear 1s infinite normal none running marqueeAnimation-38251;
}

.sec-story .stories .js-marquee-wrapper:hover {
    animation-play-state: paused;
}

.sec-story .stories img {
    width: 374px;
    height: 213px;
    border-radius: 4px;
    margin: 0 5px
}

@keyframes marqueeAnimation-38251 {
    100% {
        transform: translateX(-2688px);
    }
}

.sec-particapation {
    padding: 72px 0;
}

.sec-particapation .wrapper-ct {
    width: 1040px;
    margin: 0 auto
}

.sec-particapation .step-list {
    margin-top: 108px;
    display: flex;
    justify-content: space-between;
    position: relative
}

.sec-particapation .step-list .step {
    width: 200px;
    display: flex;
    flex-direction: column
}

.sec-particapation .step-list .step .icon {
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 50%;
}

.sec-particapation .step-list .step .icon svg {
    width: 100%;
    height: 100%;
}

.sec-particapation .step-list .step .text {
    position: relative;
    margin-top: 32px;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: rgba(0, 0, 0, 0.85);
    text-align: center;
}

.sec-particapation .step-list .step .text-sm {
    margin-top: 8px;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.65);
    text-align: center;
    line-height: 28px;
}

/* 基本样式 */
.sec-particapation .step-list .line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 177px;
    height: 1px;
    margin: 0 22px;
    transform: translateY(100px);
}

/* 对每个.step-point应用样式 */
.sec-particapation .step-list .line .step-point {
    position: relative;
}

/* navbar */
.navbar {
    width: 560px;
    height: 64px;
    border-radius: 90px;
    margin: 0 auto;
    background-color: #737373;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 4px;
    box-sizing: border-box;
    margin-top: 32px;
}

.navbar_en {
    width: 383px;
}

.navbar .nav-item {
    width: 168px;
    height: 56px;
    border-radius: 90px;
    text-align: center;
    line-height: 56px;
    color: #151515;
    font-weight: 400;
    font-size: 24px;
    cursor: pointer;
    transition: all .2s ease;
}

.navbar .nav-item.active {
    background-color: #151515;
    color: #fff;
}

.sec-faq {
    padding: 72px 0;
}

.sec-faq .wrapper-ct {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

.sec-faq .contents {
    padding: 48px 64px 64px;
    margin-top: 48px;
    box-sizing: border-box;
    background-color: #FFF;
    border-radius: 8px;
}

.sec-faq .qa-list .qa {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.85);
    line-height: 19px;
    margin-top: 8px;
}

/* Webkit 浏览器（如 Chrome 和 Safari）滚动条样式修改 */
/* .sec-faq .contents::-webkit-scrollbar {
    width: 8px;
    background-color: rgba(0, 0, 0, 0.05);
} */

/*定义滚动条轨道 内阴影+圆角*/
/* .sec-faq .contents::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.05);
} */

/*定义滑块 内阴影+圆角*/
/* .sec-faq .contents::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px #CEE763;
    background-color: #CEE763;
} */

.sec-faq .title {
    font-size: 16px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.85);
    margin: 16px 0 8px;
}

/* 侧边栏 */
.sec-navbar {
    position: fixed;
    right: 50%;
    visibility: visible;
    top: 50%;
    margin-right: -45rem;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    z-index: 50;
}

.sec-navbar.sec_en {
    margin-right: -46rem;
}

.sec-navbar.show {
    visibility: visible;
}

.sec-navbar .wrapper-ct {}

.sec-navbar .wrapper-ct .menu {}

.sec-navbar .wrapper-ct .menu .menuitem {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
    cursor: pointer;
    font-weight: 600;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.45);
    line-height: 21px;
}

.sec-navbar .wrapper-ct .menu .menuitem svg {
    opacity: 0.5;
}

.sec-navbar .wrapper-ct .menu .menuitem:not(:last-child) {
    margin-bottom: 8px;
}


.sec-navbar .wrapper-ct .menu .menuitem.active,
.sec-navbar .wrapper-ct .menu .menuitem:hover {
    color: rgba(0, 0, 0, 0.85);
}

.sec-navbar .wrapper-ct .menu .menuitem.active svg,
.sec-navbar .wrapper-ct .menu .menuitem:hover svg {
    opacity: 1;
}

/* 侧边栏 end */

.sec-rules {
    padding: 72px 0;
}

.sec-rules .wrapper-ct {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.sec-rules .contents {
    width: 100%;
    padding: 64px;
    box-sizing: border-box;
    background-color: #FFFFFF;
    border-radius: 8px;
    margin-top: 48px;
}

.sec-rules .rule-list {
    padding: 0;
    list-style: none;
    counter-reset: item;
    list-style-position: outside;
}

/* .sec-rules .rule-list .rule-item {
    counter-increment: item;
    margin-bottom: 8px;
    position: relative;
    padding-left: 2em;
}

.sec-rules .rule-list .rule-item::before {
    content: counter(item) ".";
    text-align: right;
    position: absolute;
    left: -0.5em;
    width: 2em;
} */

.sec-rules .rule-list .rule-item {
    font-size: 20px;
    line-height: 28px;
    color: rgba(0, 0, 0, 0.85);
    font-weight: 400;
    text-align: center;
}

.sec-rules .rule-list .rule-item span {
    color: #3478F6;
    font-weight: 500;
}

.sec-rules .social-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.sec-rules .social-text {
    margin-top: 24px;
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.65);
    line-height: 24px;
}

.sec-rules .social-list .social-item {
    width: calc(100% / 4);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 32px 0 16px;
    box-sizing: border-box;
}

.sec-rules .social-list .social-item img {
    width: 80px;
    height: 80px;
}

.sec-rules .social-list .social-item span {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.85);
    font-weight: 600;
}

.sec-rules .button-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
}

.sec-rules .button-box .submit-btn {
    width: 172px;
    height: 36px;
    line-height: 36px;
    background-color: rgba(0, 0, 0, 0.85);
    border-radius: 36px;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    text-decoration: none;
}

.sec-rules .button-box .rule_tips {
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.45);
    line-height: 20px;
    margin-top: 8px;
}

.full-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #232526;
    z-index: 10000;
    display: none;
}

.media-modal-close {
    top: 16px;
    right: 16px;
    font-size: 24px;
    line-height: 1;
    transition: all .5s ease;
    width: 40px;
    position: absolute;
    padding: 0;
    background-color: rgba(0, 0, 0, .2);
    color: #fff;
    height: 40px;
    border: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    text-align: center;
    border-radius: 50% !important;
    outline: none;
    cursor: pointer;
    z-index: 10100;
}

.media-modal-video {
    position: absolute;
    width: 1200px;
    height: 640px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10050;
}

.media-modal-video video {
    width: 100%;
    height: 100%;
}

.media-modal-photo {
    position: absolute;
    width: 1200px;
    height: 640px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10050;
    display: flex;
}

.media-modal-photo img {
    width: auto;
    height: 100%;
    margin: 0 auto;
}

.no-more-content {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    z-index: 1000;
}

.sec-prizes {
    padding: 72px 0;
}

.sec-prizes .wrapper-ct {
    width: 1200px;
    margin: 0 auto;
}

.sec-prizes .contents {
    width: 100%;
    padding-top: 48px;
}

.sec-prizes .prize-list {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.sec-prizes .prize-list .prize-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.sec-prizes picture,
.sec-prizes .prize-item_bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sec-prizes .prize-item_info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sec-prizes .prize_first {
    width: 100%;
    height: 550px;
}

.sec-prizes .prize_special {
    width: calc(50% - 8px);
    height: 498px;
}

.sec-prizes .prize_normal {
    width: calc((100% - 32px)/3);
    height: 389px;
}

.sec-prizes .prize-item_info .title,
.sec-prizes .prize-item_info .prize_product {
    font-weight: bold;
    color: rgba(0, 0, 0, 0.85);
}

.sec-prizes .prize-item_info .title span {
    font-weight: 400;
}

.sec-prizes .prize-item_info .prize_value {
    font-weight: 400;
    color: rgba(0, 0, 0, 0.65);
    margin-top: 16px;
}

.prize_first .title,
.prize_first .prize_product {
    font-size: 40px;
    line-height: 40px;
}

.prize_special .title,
.prize_special .prize_product {
    font-size: 32px;
    line-height: 32px;
    text-align: center;
}

.prize_normal .title,
.prize_normal .prize_product {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
}

.prize_first .prize_value {
    font-size: 24px;
    line-height: 32px;
}

.prize_special .prize_value,
.prize_normal .prize_value {
    font-size: 16px;
    line-height: 16px;
}

.prize_first .prize_img {
    height: 278px;
    width: auto;
}

.prize_special .prize_img,
.prize_normal .prize_img {
    width: 100%;
    height: auto;
}

.sec-prizes .pc {
    display: block;
}

.sec-prizes .mobile {
    display: none;
}

.sec-themes {
    padding: 72px 0;
}

.sec-themes .wrapper-ct {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.sec-themes .theme-list {
    display: flex;
    gap: 16px;
    width: 100%;
    padding-top: 32px;
}

.intro-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 24px;
}

.intro-link span {
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.85);
    line-height: 24px;
    text-decoration: underline;
}

.sec-themes .theme-item {
    flex: 1;
    background-color: #FFF;
    border-radius: 16px;
    overflow: hidden;
    padding: 24px 16px;
}

.theme-item_text {
    margin-top: 16px;
}

.theme-item_text .title {
    font-family: 'YouSheBiaoTiHei';
    font-weight: 400;
    font-size: 24px;
    color: rgba(0, 0, 0, 0.85);
    line-height: 24px;
    letter-spacing: -.05em;
}

.theme-item_text .desc {
    font-weight: 400;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.85);
    line-height: 22px;
    text-align: center;
    letter-spacing: -.05em;
}

.page_en .theme-item_text .desc {
    letter-spacing: -.03em;
}

.theme-item_img {
    width: 100%;
    height: 222px;
}

.theme-item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sec-require {
    padding: 72px 0;
}

.sec-require .wrapper-ct {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.sec-require .require-list {
    display: flex;
    gap: 16px;
    margin-top: 48px;
    width: 100%;
    flex-wrap: wrap;
}

.sec-require .require-item {
    width: calc((100% - 48px)/4);
    padding: 32px 24px;
    box-sizing: border-box;
    background-color: #FFF;
    border-radius: 16px;
}

.page_en .sec-require .require-item {
    width: calc(50% - 8px);
}

.sec-require .require-item img {
    width: 72px;
    height: 72px;
    object-fit: cover;
}

.sec-require .require-item .title {
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    color: rgba(0, 0, 0, 0.85);
    letter-spacing: 1px;
    margin-top: 16px;
}

.sec-require .require-item .desc {
    font-weight: 400;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.65);
    line-height: 28px;
    margin-top: 4px;
}

.full-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #232526;
    z-index: 10000;
    display: none;
}

.media-modal-close {
    top: 16px;
    right: 16px;
    font-size: 24px;
    line-height: 1;
    transition: all .5s ease;
    width: 40px;
    position: absolute;
    padding: 0;
    background-color: rgba(0, 0, 0, .2);
    color: #fff;
    height: 40px;
    border: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    text-align: center;
    border-radius: 50% !important;
    outline: none;
    cursor: pointer;
    z-index: 10100;
}

.media-modal-video {
    position: absolute;
    width: 1200px;
    height: 640px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10050;
}

.media-modal-video video {
    width: 100%;
    height: 100%;
}


/* 移动设备样式调整 */
@media (max-width: 767px) {
    .no-more-content {
        top: 30%;
        left: auto;
        right: 20px;
        transform: none;
    }
}

@media (max-width: 768px) {
    .tq-header {
        font-size: 24px;
        line-height: 28px;
    }

    .tq-desc {
        font-size: 16px;
        line-height: 24px;
        margin: 8px 0 16px;
    }

    .sec-banner .wrapper-ct {
        width: 100%;
        height: 522px;
        margin-top: 50px;
    }


    .sec-story {
        padding: 36px 0;
        overflow: hidden;
    }

    .sec-story .wrapper-ct {
        width: calc(100% - 32px);
        box-sizing: border-box;
    }

    .sec-story .text-group .text {
        font-size: 24px;
        margin-bottom: 40px;
    }

    .sec-story .text-group .text-sm {
        margin-top: 40px;
        letter-spacing: -.005em;
    }

    .sec-story .text-group .text-sm.pc {
        display: none;
    }

    .sec-story .text-group .text-sm.mobile {
        display: block;
        margin: 40px 12px 0;
    }

    .sec-story .wrapper-stories {
        margin-left: 2px
    }

    .sec-story .stories {
        margin-top: 60px;
        height: 181px
    }

    .sec-story .stories img {
        width: 318px;
        height: 181px;
        margin: 0 4px
    }

    .sec-particapation {
        padding: 36px 0;
    }

    .sec-particapation .wrapper-ct {
        padding: 0 16px;
        width: 100%;
        box-sizing: border-box;
    }

    .sec-particapation .step-list {
        margin-top: 60px;
        flex-direction: column;
        align-items: center;
        justify-content: unset;
    }

    .sec-particapation .step-list .step {
        align-items: center;
    }

    .sec-particapation .step-list .step:not(:first-child) {
        margin-top: 60px;
    }

    .sec-particapation .step-list .step .icon {
        width: 160px;
        height: 160px
    }

    .sec-particapation .step-list .step .text {
        margin-top: 20px;
        font-size: 20px;
        line-height: 24px;
    }

    .sec-particapation .step-list .step .text-sm {
        margin-top: 10px;
        font-size: 16px;
        line-height: 20px
    }

    .sec-particapation .step-list .line {
        display: none;
    }

    .sec-faq {
        padding: 36px 0;
    }

    .sec-faq .wrapper-ct {
        width: calc(100% - 32px);
        margin: 0 auto;
        padding: 24px 0;
    }

    .sec-faq .qa:not(:first-child) {
        margin-top: 16px;
    }

    .sec-faq .qa:hover .icon {
        transition: transform .2s
    }

    .sec-faq .btn-list {
        margin-top: 40px
    }

    .sec-faq .contents {
        padding: 8px 16px 24px;
        margin: 0;
        height: auto;
        overflow-y: unset;
        margin-top: 24px;
    }

    .sec-rules {
        padding: 36px 0;
    }

    .sec-rules .wrapper-ct {
        width: calc(100% - 32px);
    }

    .sec-rules .contents {
        padding: 24px 16px;
        height: auto;
    }

    .sec-rules .btns {
        display: none;
    }

    .sec-rules .ways {
        display: block !important;
        margin-top: 32px;
        box-sizing: border-box;
    }

    .sec-rules .contents .rule-list .media {
        padding-left: 75px;
    }

    .sec-rules.sec_en .contents .rule-list .media {
        padding-left: 0;
    }

    .navbar {
        width: calc(100% - 56px * 2);
        height: 36px;
        padding: 0 2px;
        margin-top: 16px;
    }

    .navbar.navbar_en {
        width: 200px;
    }

    .navbar .nav-item {
        width: calc((100% - 7px) / 3);
        height: 32px;
        line-height: 32px;
        font-size: 12px;
        font-weight: 400;
    }

    .navbar.navbar_en .nav-item {
        width: 90px;
    }

    .sec-navbar {
        display: none;
    }

    .media-modal-video {
        width: 100%;
        height: 100%;
    }

    .media-modal-photo {
        width: 100%;
        height: 100%;
    }

    .media-modal-photo img {
        height: auto;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }


    .sec-rules .rule-list .rule-item {
        font-size: 16px;
        line-height: 24px;
        word-break: break-word;
    }

    .sec-rules .rule-list .rule-item:not(:last-child) {
        margin-bottom: 16px;
    }

    .sec-rules .social-list .social-item {
        width: calc(100% / 2);
    }

    .sec-rules .social-list .social-item img {
        width: 48px;
        height: 48px;
    }

    .sec-rules .social-text {
        font-size: 12px;
        line-height: 20px;
        margin-top: 16px;
    }

    .sec-prizes {
        padding: 36px 0;
    }

    .sec-prizes .wrapper-ct {
        width: calc(100% - 32px);
    }

    .sec-prizes .prize-item_info {
        display: none;
    }

    .sec-prizes .prize_first,
    .sec-prizes .prize_special,
    .sec-prizes .prize_normal {
        height: 9.8rem;
        width: 100%;
    }

    .sec-themes {
        padding: 36px 0;
    }

    .sec-themes .wrapper-ct {
        width: calc(100% - 32px);
    }

    .sec-themes .theme-list {
        flex-direction: column;
    }

    .theme-item_text {
        margin-top: 8px;
    }

    .sec-require .wrapper-ct {
        width: calc(100% - 32px);
    }

    .sec-require .require-list {
        flex-direction: column;
    }

    .sec-require .require-item,
    .page_en .sec-require .require-item {
        width: 100%;
        display: flex;
        gap: 8px;
        align-items: center;
    }

    .sec-require .require-item .title {
        margin-top: 0;
        font-size: 18px;
        line-height: 24px;
    }

    .sec-require .require-item .desc {
        font-size: 14px;
        line-height: 20px;
        margin-top: 0;
    }

    .page_en .sec-require .require-item .desc {
        letter-spacing: -.05em;
    }

    .media-modal-video {
        width: 100%;
        height: auto;
    }
}