@charset "UTF-8";

html, body {
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}

*[data-dev="auto"] .dev-mobile,
*[data-dev="desktop"] .dev-mobile,
*[data-dev="mobile"] .dev-desktop,
*[data-sys="auto"] .sys-mac,
*[data-sys="win"] .sys-mac,
*[data-sys="mac"] .sys-win
{
    display: none !important;
    margin: 0 !important
}
/* base css */
.container,.container-xxl,.container-lg,.container-md,.container-sm {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
}
.container-fluid {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
}

@media (min-width: 576px) {
    .container-sm,.container {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .container-md,.container-sm,.container {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .container-lg,.container-md,.container-sm,.container {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    .container-lg,.container-md,.container-sm,.container {
        max-width:1140px
    }
}

@media (min-width: 1400px) {
    .container-xxl,.container-lg,.container-md,.container-sm,.container {
        max-width:1320px
    }
}


/* ````````````````````````````` xxxx-xxxx ``````````````````````````````` */

.video-container {
    position: relative;
    overflow: hidden;
    background-size: cover;
    transform: scale(1);
    width: 100%;
}
.video-container video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}
.video-container::before {
    content: '';
    display: block;
    padding-top: var(--ratio, calc(9 / 16 * 100%));
}


@media (max-width:1400px){

}
@media (max-width:1200px){
   
}
@media (max-width:992px){
   
}
@media (max-width:768px){

}
@media (max-width:576px){
   
}

/* ```````````````````````````````````````````````````````````````````````` */

.to-other-plat {font-size: 17px;color: #25aaff;display: flex;align-items: center;justify-content: flex-end;gap: 5px;margin-bottom:20px;transform: translateY(-200%);}
.to-other-plat>a {color: #6e75ff;text-decoration: underline;}
.main-part1 {
    background: url("../image-style/promotion-20th/part1-bg.jpg") no-repeat center top #ffffff;
    background-size: 100% auto;
    padding-top: 70px;
    padding-bottom: 50px;
}
.part1-info {
    display: flex;
    color: #d1d7f4;
    position: relative;
    z-index: 1;
}
.part1-info-content {
    max-width: 600px;
}
.part1-info-title {
    font-size: 21px;
    font-weight: 700;
    color: #dfdfdf;
    line-height: 1.2;
    margin-bottom: 10px;
}
.part1-info-title span {
    font-size: 31px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    z-index: 2;
    background: linear-gradient(180deg,#be97ff ,#918aff, #4e77ff);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.part1-info-title em {
    color: #dfdfdf;
    font-weight: 400;
}
.part1-info-title strong {
    font-size: 60px;
    display: block;
    font-weight: 700;
    color: #de84fa;
}
.part1-info-date {
    display: flex;
    justify-content: center;
    align-items: center;
}
.part1-date-item {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 15px 0px 25px 35px;
    height: 93px;
    box-sizing: border-box;
}
.blue {
    background: url("../image-style/promotion-20th/part1-date-blue.png") no-repeat left 1px;
    width: 266px;
}
.purple {
    background: url("../image-style/promotion-20th/part1-date-purple.png") no-repeat left 0px;
    width: 333px;
}
.part1-date-name {
    font-size: 15px;
    font-weight: 400;
    color: #b5b6bf;
    line-height: 1.4;
}
.part1-date-desc {
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.4;
}
.part1-info-desc {
    font-size: 17px;
    font-weight: 400;
    color: #d1d7f4;
    line-height: 1.4;
}

.main-anchor-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    padding-top: 80px;
}
.main-anchor-item a {
    width: 340px;
    border-radius: 10px;
    border: 1px solid rgba(49, 44, 141, 0.8);
    background: rgba(49, 44, 141, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-direction: column;
    height: 70px;
    font-size: 21px;
    color: #8d98ff;
}
.main-anchor-item a:hover {
    text-decoration: none;
}
.main-anchor-item.active a {
    border: 1px solid #cf61f4;
    background: transparent;
    color: #ffffff;
}
.main-anchor-item.active a::after {
    content: '';
    display: block;
    border: 9px solid transparent;
    border-top-color: #fff;
    border-bottom: none;
}
.part1-sale-wrap {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 30px;
    padding-top: 50px;
}
.part1-sale-item {
    width: 509px;
    height: 727px;
    border-radius: 10px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 35px 65px;
    text-align: center;
}
.part1-sale-item.left {
    background: url("../image-style/promotion-20th/part1-sale-left.jpg") no-repeat center #fff;
    background-size: cover;
}
.part1-sale-item.right {
    background: url("../image-style/promotion-20th/part1-sale-right.jpg") no-repeat center #4138a6;
    background-size: cover;
}

.part1-sale-title {
    font-size: 25px;
    font-weight: 400;
    color: #000;
    line-height: 1.4;
    margin-bottom: 10px;
}
.right .part1-sale-title {
    color: #ffffff;
}
.part1-sale-desc {
    font-size: 17px;
    font-weight: 400;
    color: #282828;
    line-height: 1.4;
    text-align: left;
    margin-bottom: 15px;
}
.right .part1-sale-desc {
    color: #e6e5fb;
}
.part1-sale-desc .sys-button {
    display: inline-block;
}
.part1-sale-select {
    margin-bottom: 10px;
}
.part1-sale-option {
    margin-bottom: 8px;
    border: 1px solid #bbbbbb;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    padding: 0 15px;
    border-radius: 5px;
    cursor: pointer;
}
.right .part1-sale-option {
    border: 1px solid #958bf9;
}
.part1-sale-option.active {
    border: 1px solid #ff693b;
}
.right .part1-sale-option.active {
    border: 1px solid #ff724c;
}
.part1-sale-option i {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #bbbbbb;
    position: relative;
    transform: translateY(2px);
}
.right .part1-sale-option i {
    background-color: #958bf9;
}
.part1-sale-option.active i {
    background-color: #ff693b;
}
.part1-sale-option i::after {
    content: '';
    width: 3px;
    height: 7px;
    border: 1px solid #fff;
    display: block;
    transform: rotate(45deg) translate(-140%, -25%);
    position: absolute;
    left: 50%;
    top: 50%;
    border-top: none;
    border-left: none;
}
.right .part1-sale-option i::after {
    border: 1px solid #5946be;
    border-top: none;
    border-left: none;
}
.right .part1-sale-option.active i::after {
    border: 1px solid #fff;
    border-top: none;
    border-left: none;
}
.part1-sale-option span {
    font-size: 17px;
    font-weight: 400;
    color: #606060;
    line-height: 1;
}
.right .part1-sale-option span {
    color: #bdb6ff;
}
.right .part1-sale-option.active span {
    color: #ffffff;
}
.part1-sale-option strong {
    font-size: 17px;
    font-weight: 700;
    color: #ff443b;
    line-height: 1;
}
.right .part1-sale-option strong {
    color: #ff724c;
}
.part1-sale-option del {
    font-size: 17px;
    font-weight: 400;
    color: #6a6a6a;
    line-height: 1;
}
.right .part1-sale-option del {
    color: #7b73e9;
}
.right .part1-sale-option.active del {
    color: #bfbfbf;
}
.part1-sale-hrefs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}
.part1-sale-buy {
    width: 190px;
}
.part1-sale-buy a {
    display: none;
}
.part1-sale-buy a.active {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    border-radius: 5px;
    background-color: #ff653c;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
}
.part1-sale-more {
    width: 190px;
}
.part1-sale-more a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    border-radius: 5px;
    background-color: #6754ca;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
}
.right .part1-sale-more a {
    background-color: #fff;
    color: #463da8;
}

.buy-payment-service {padding-top: 25px;display: flex;justify-content: center;align-items: flex-end;flex-wrap: wrap;gap: 130px;}
.buy-service {display: flex;flex-wrap: wrap;}
.buy-service>li {min-width: 200px;display: flex;justify-content: center;align-items: center;gap: 15px;font-size: 14px;color: #b8bbcc;line-height: 1.3;text-align: center;position: relative;}
.buy-service>li::before {content: "";width: 51px;height: 41px;background: url(../image-style/promotion-20th/service-icons.png) no-repeat left center;}
.buy-service>li+li::after {content: "";width: 1px;height: 33px;background-color: #b8bbcc;position: absolute;left: 0;top: 50%;margin-top: -16px;}
.buy-service>li:nth-child(2)::before {width: 39px;background-position-x: -207px;}
.buy-service>li:nth-child(3)::before {width: 38px;background-position-x: -409px;}



@media (max-width:1400px){

}
@media (max-width:1200px){
    .main-anchor-list {
        flex-wrap: wrap;
    }
    .buy-payment-service {
        gap: 15px;
    }
}
@media (max-width:992px){
    .main-anchor-list {
       padding-top: 25px;
    }
    .part1-sale-wrap {
        flex-wrap: wrap;
    }
    .part1-sale-item {
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }
}
@media (max-width:768px){
    .part1-info-content {
        width: 100%;
    }
}
@media (max-width:576px){
    .part1-info-desc {
        color: #222;
    }
    .part1-date-name {
        color: #222;
    }
    .part1-date-desc {
        color: #222;
    }
    .part1-info-date {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .main-anchor-item.active a {
        color: #222;
    }
    .main-anchor-item.active a::after {
        border-top-color: #222;
    }
    .part1-sale-item {
        width: 100%;
        padding: 20px;
    }
}
/* ```````````````````````````````````````````````````````````````````````` */
.main-part2 {
    padding-top: 70px;
    padding-bottom: 100px;
    background: url("../image-style/promotion-20th/part2-bg.jpg") no-repeat center bottom #ffffff;
    background-size: 100% auto;
    text-align: center;
    overflow: hidden;
}
.part2-title-h2 {
    font-size: 41px;
    font-weight: 700;
    color: #000000;
    line-height: 1.2;
}
.part2-title-h3 {
    font-size: 21px;
    font-weight: 700;
    color: #000000;
    line-height: 1.3;
    margin-bottom: 10px;
}
.part2-desc {
    font-size: 17px;
    font-weight: 400;
    color: #2d2d2d;
    line-height: 1.4;
}
.part2-sutitle {
    font-size: 27px;
    font-weight: 400;
    color: #303031;
    line-height: 1.2;
}
.part2-title-h2 span{
    color: #6b56ff;
}
.part2-giveaway {
    background: url("../image-style/promotion-20th/part2-giveaway-bg.png") no-repeat center top 251px;
    padding: 50px 0 0;
    box-sizing: border-box;
}
.part2-prize-list {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 50px;
}
.part2-prize-item {
    width: 375px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 15px;
}
.part2-prize-item.prize1 {
    width: 520px;
}
.part2-prize-item.prize2 {
    transform: translateY(25px);
}
.part2-prize-item.prize3 {
    transform: translateY(87px);
}
.part2-prize-box {
    position: relative;
    display: inline-block;
}
.part2-prize-tips {
    position: absolute;
    right: -70px;
    top: 50%;
    background-color: #7370ff;
    width: 107px;
    height: 107px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.part2-prize-tips strong {
    font-size: 31px;
    font-weight: 700;
    color: #fff;
}
.part2-prize-tips span {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}
.prize1 .part2-prize-tips {
    position: absolute;
    right: -75px;
    top: -45px;
    background-color: #d65aff;
    width: 114px;
    height: 114px;
}
.prize2 .part2-prize-tips {
    position: absolute;
    top: 30%;
}
.prize3 .part2-prize-tips {
    position: absolute;
    top: -40px;
    right: -60px;
}
.prize1 .part2-prize-tips strong {
    font-size: 39px;
}
.prize1 .part2-prize-tips span {
    font-size: 19px;
}
.part2-prize-desc {
    display: inline-block;
    background-color: #000;
    color: #fff;
    padding: 10px 30px;
    font-size: 19px;
    clip-path: polygon(
        0 0,        /* 左上 */
        100% 0,     /* 右上 */
        90% 100%,   /* 右下 */
        10% 100%    /* 左下 */
    );
}
.prize1 .part2-prize-desc {
    display: inline-block;
    background-color: #7370ff;
    color: #fff;
    padding: 10px 50px;
    font-size: 31px;
}
.part2-step-list {
    padding: 30px 65px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 10px;
}
.part2-step-item.dashed {
    width: 311px;
    height: 219px;
    background: url("../image-style/promotion-20th/bg-dashed.png") no-repeat center;
    background-size: cover;
}
.part2-step-item.realization {
    flex: 1;
    background-color: #b4b1fc;
    border-radius: 15px;
    padding: 25px 50px;
}
.part2-step-name {
    font-size: 17px;
    font-weight: 400;
    color: #7370ff;
    line-height: 1.4;
    margin-bottom: 5px;
}
.part2-step-desc {
    font-size: 17px;
    font-weight: 400;
    color: #202020;
    line-height: 1.4;
    margin-bottom: 5px;
}
.part2-step-item {
    padding: 25px 35px 25px 25px;
    box-sizing: border-box;
    text-align: left;
}
.part2-step-share {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 15px;
}
.part2-step-button a {
    width: 175px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    font-size: 15px;
    gap: 10px;
    font-weight: 700;
    margin-bottom: 5px;
}
.part2-step-button a.down {
    border: 1px solid #7370ff;
    color: #7370ff;
}
.part2-step-button a.test {
    background-color: #cb61ff;
    color: #fff;
}

.input-box {display: flex;justify-content: center;align-items: center;flex-direction: column;gap: 10px;padding-top: 5px;}
.input-box input{border: none;border-radius: 5px;line-height: 38px;font-size: 17px;padding-left: 20px; padding-right: 10px;box-sizing: border-box;width: 100%;}
.input-box .submit-box{display: flex;align-items: center;width: 100%;}
.input-box .submit-box input{border-radius: 5px 0 0 5px;}
.submit-box button{background: linear-gradient(to right,#cb61ff,#cb61ff);border-radius:0 5px 5px 0;display: inline-block;line-height: 38px;border:0;width: 120px;font-size: 17px;color: #fff;cursor: pointer;}

.success-box{box-sizing: border-box;}
.success-box .t{font-size: 15px;display: block;}
.success-box p{font-size: 15px; line-height: 25px;color: #666;}

.part2-social-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    padding-top: 70px;
}
.part2-social-item img {
    border-radius: 10px;
}



@media (max-width:1400px){

}
@media (max-width:1200px){
    .part2-title-h2 {
        font-size: 27px;
    }
}
@media (max-width:992px){
    .part2-prize-list {
        zoom: 0.8;
    }
    .part2-step-list {
        flex-wrap: wrap;
    }
}
@media (max-width:768px){
    .part2-prize-list {
        zoom: 0.5;
    }
    .part2-step-list {
        padding: 15px;
    }
}
@media (max-width:576px){
    .part2-prize-list {
        zoom: 0.4;
    }
    .part2-title-h2 {
        font-size: 21px;
    }
    .part2-sutitle {
        font-size: 19px;
    }
}
/* ```````````````````````````````````````````````````````````````````````` */
.main-part3 {
    background-color: #4144ac;
    position: relative;
    z-index: 1;
    text-align: center;
    padding-top: 100px;
}
.part3-title-h2 {
    font-size: 45px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 20px;
}
.part3-title-h2 span {
    color: #c171ff;
    display: block;
    font-size: 37px;
}
.part3-desc {
    font-size: 17px;
    font-weight: 400;
    color: #c8d5f9;
    line-height: 1.4;
    margin-bottom: 10px;
}
.part3-more a {
    font-size: 19px;
    font-weight: 400;
    color: #499aff;
    line-height: 1.4;
    text-decoration: underline;
}
.part3-more a:hover {
    text-decoration: underline;
}
.part3-pic {
    padding-top: 60px;
}

@media (max-width:1400px){
    .part3-pic img {
        max-width: 100%;
        height: auto;
    }
}
@media (max-width:1200px){
   
}
@media (max-width:992px){
    .part3-title-h2 {
        font-size: 27px;
    }
    .part3-title-h2 span {
        font-size: 25px;
    }
}
@media (max-width:768px){

}
@media (max-width:576px){
    .part3-title-h2 {
        font-size: 23px;
    }
    .part3-title-h2 span {
        font-size: 21px;
    }
}
/* ```````````````````````````````````````````````````````````````````````` */
.main-part4 {
    background: url("../image-style/promotion-20th/part4-bg.png") no-repeat center top, linear-gradient(180deg, transparent 300px, #cac8f2 300px, #cac8f2);
    background-size: 100% auto;
    margin-top: -45px;
    position: relative;
    z-index: 2;
    padding-top: 100px;
    padding-bottom: 100px;
}
.part4-step-list {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 25px;
    padding: 0 110px;
    margin-bottom: 50px;
}
.part4-step-item {
    background-color: #fff;
    border-radius: 10px;
    padding: 40px 30px;
    box-sizing: border-box;
}
.part4-step-item.active {
    background-color: #7c69ff;
    position: relative;
}
.part4-step-item.active::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 100%);
    border: 24px solid transparent;
    border-top-color: #7c69ff;
}
.part4-step-name {
    font-size: 31px;
    font-weight: 400;
    color: #000000;
    line-height: 1.4;
    white-space: nowrap;
    margin-bottom: 10px;
}
.active .part4-step-name {
    color: #fff;
}
.part4-step-desc {
    font-size: 17px;
    font-weight: 400;
    color: #000000;
    line-height: 1.4;
    margin-bottom: 30px;
}
.active .part4-step-desc {
    color: #ffffff;
}
.part4-step-desc a {
    color: #66d6ff;
    text-decoration: underline;
    display: block;
}
.part4-step-button a {
    font-size: 17px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.4;
    background-color: #8b70ff;
    display: flex;
    width: 225px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.product-toggle-wrap {
    background: linear-gradient(180deg, #7e6cff, transparent);
    border-radius: 30px;
    padding-top: 70px;
}

.product-wrap {display: none;justify-content: center;flex-wrap: wrap;gap: 30px;}
.product-wrap.active {display: flex;}
.product-item {width: 494px;box-sizing: border-box;padding: 0 24px 54px;border-radius: 22px;background-color: #fff;position: relative;}
.product-tag {padding: 15px;font-size: 21px;color: #fff;line-height: 1;background: linear-gradient(90deg, #e170e7, #6281ff);border-radius: 22px 0 30px 0;position: absolute;top: 0;left: 0;}
.green .product-tag {background: linear-gradient(90deg, #7a50dd, #776aec);}
.product-top {text-align: center;}
.product-logo {height: 153px;box-sizing: border-box;padding-bottom: 14px;display: flex;justify-content: center;align-items: flex-end;}
.product-title {font-size: 27px;color: #232324;line-height: 1;font-weight: 600;}
.product-intro {font-size: 17px;color: #333333;line-height: 1.5;padding: 20px 0 0;}
.product-intro>span {color: #6281ff;}
.product-change {min-height: 184px;box-sizing: border-box;padding: 5px 0;display: flex;flex-direction: column;align-items: center;justify-content: center;}
.product-price {display: flex;justify-content: center;align-items: center;gap: 8px;padding: 0 0 16px;}
.product-price>b {font-size: 30px;color: #232324;line-height: 1;}
.green .product-price>b {color: #80cb1b;}
.product-price>i {font-size: 19px;font-style: normal;color: #696b71;line-height: 1;position: relative;overflow: hidden;}
.product-price>i::after {content: "";width: 200%;height: 1px;background-color: #dd4a37;transform: rotate(-15deg);position: absolute;top: 50%;left: 50%;margin-left: -100%;}
.product-buttons {display: flex;justify-content: center;}
.product-buttons img {filter: brightness(100);}
.product-button {min-width: 260px;line-height: 50px;border-radius: 100px;background-color: #ff9500;text-align: center;font-size: 21px;color: #fff;display: inline-flex;justify-content: center;align-items: center;gap: 10px;}
.green .product-button {background-color: #80cb1b;}
.product-button:hover {color: #fff;text-decoration: none;}
.product-input {display: none;flex-direction: column;align-items: center;width: 100%;}
.product-input.active {display: flex;}
.product-normal-title {font-size: 30px;color: #80cb1b;line-height: 1;font-weight: 600;}
.product-input.normal input,.product-input.normal button,.product-failure-back {width: 80%;height: 48px;text-align: center;background-color: #e9e9e9;border-radius: 5px;border: none;outline: none;font-size: 15px;color: #000;margin: 14px 0 6px;}
.product-input.normal input::-webkit-input-placeholder {color: #9b9b9b;}
.product-input.normal button,.product-failure-back {background-color: #80cb1b;margin: 0;font-size: 21px;color: #fff;cursor: pointer;}
.product-failure-back {background-color: #644de5;margin-top: 18px;}
.product-success-info,.product-failure-info {font-size: 17px;color: #78b625;line-height: 1.3;text-align: center;}
.product-failure-info {color: #3287e6;}
.product-success-buttons {display: flex;justify-content: center;padding: 8px 0 6px;width: 100%;}
.product-success-buttons>a,.product-success-code {width: 80%;height: 48px;text-align: center;background-color: #80cb1b;border-radius: 5px;font-size: 19px;color: #fff;line-height: 48px;text-decoration: none;}
.product-success-code {box-sizing: border-box;border: 1px dashed #80cb1b;border-radius: 0;background-color: #f7ffec;font-size: 21px;color: #1a1a1a;position: relative;}
.product-success-code>span {display: none;width: 100%;box-sizing: border-box;padding: 6px 8px;background-color: #fff;border: 1px dashed #000;border-radius: 5px;text-align: center;font-size: 19px;line-height: 1.2;position: absolute;bottom: 120%;left: 0;}
.product-success-code:hover>span {display: block;}
.product-success-code>span::after {content: "";width: 10px;height: 10px;background-color: #fff;background: linear-gradient(135deg, transparent 50%, #fff 50%);border-bottom: 1px dashed #000;border-right: 1px dashed #000;transform: rotate(45deg);position: absolute;top: 46px;left: 50%;margin-left: -5px;}
.product-bottom {padding: 32px 24px 0;border-top: 1px solid #c7c7c7;}
.product-bottom-failure {display: none;}
.product-h4 {font-size: 17px;color: #000;line-height: 1;font-weight: 600;padding-bottom: 20px;}
.product-features {padding-bottom: 10px;}
.product-features>li {padding: 0 0 12px 26px;font-size: 15px;color: #000;line-height: 1.4;position: relative;}
.product-features>li::before {content: "";width: 6px;height: 12px;border-bottom: 2px solid #54c22e;border-right: 2px solid #54c22e;transform: rotate(45deg);position: absolute;top: 1px;left: 2px;}
.green .product-features>li::before {border-bottom: 2px solid #999999;border-right: 2px solid #999999;}
.product-bottom-failure .product-features>li::before {display: none;}




@media (max-width:1400px){

}
@media (max-width:1200px){
   
}
@media (max-width:992px){
    .part4-step-list {
        flex-wrap: wrap;
    }
    .part4-step-item {
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }
}
@media (max-width:768px){

}
@media (max-width:576px){
   
}
/* ```````````````````````````````````````````````````````````````````````` */
.main-part5 {
    text-align: center;
    padding: 80px 0 100px;
    background: url("../image-style/promotion-20th/part5-bg.png")no-repeat center bottom #fff;
    background-size: 100% auto;
}
.part5-title-h2 {
    font-size: 41px;
    font-weight: 700;
    color: #232324;
    line-height: 1.2;
    margin-bottom: 20px;
}
.part5-desc {
    font-size: 17px;
    font-weight: 400;
    color: #404040;
    line-height: 1.4;
    margin-bottom: 10px;
}

.years-content{display: flex;padding: 50px 0 0;text-align: left;gap: 30px;position: relative;z-index: 0;}
.years-content .t{color: #7c69ff;padding: 25px 0 20px;line-height: 27px;}
.years-content .line{border-top: 1px solid #7c69ff;margin-left: 18px;position: relative;}
.years-content .line::before{content:"●";font-size: 27px;color: #7c69ff;position: absolute;left:-19px;top: -18px;}
.years-content .line::after{content:"";color: #7c69ff;position: absolute;right:-10px;top: -7px;width: 12px;height: 12px;border-bottom: 1px solid currentColor;border-right: 1px solid currentColor;transform: rotate(-45deg);}
.years-content p{color: #747474;font-size: 15px;padding: 20px 0 0;line-height: 23px;position: relative;padding-left: 10px;}
.years-content p::before{content: "●";display: inline-block;color: #7c69ff;font-size: 12px;position: absolute;left: 0;}
.years-content .y2023{width: 210px;flex-shrink: 0;margin: 0 20px;position: relative;}
.years-content .y2023 p{color: #000;}
.years-content .y2023::after{background: #f2f2f2;content: "";position: absolute;left: -15px;right: -25px;top: 0;bottom: 0;border-radius: 15px;z-index: -1;}
.years-content .y2024{width: 310px;flex-shrink: 0;margin: 0 20px;position: relative;}
.years-content .y2024 .t{color: #fff;font-size: 29px;display: flex;justify-content: space-between;align-items: center;}
.years-content .y2024 .t::after{content: "Continue to innovate";font-size: 14px;color: #e2e0ff;}
.years-content .y2024 .line,.years-content .y2024 .line::before{border-color: #fff;color: #fff;}
.years-content .y2024 .line::after{display: none;}
.years-content .y2024 p{color: #fff;font-size: 17px;}
.years-content .y2024 p::before{color: #fff;}
.years-content .y2024::after{background: #7c69ff;content: "";position: absolute;left: -17px;right: -25px;top: 0;bottom: 0;border-radius: 15px;z-index: -1;}
.years-content .y2024 .try{padding: 20px 0 35px;}
.years-content .y2024 .try a{font-size: 21px;background: #ffffff;color: #7c69ff;border-radius: 5px;line-height: 44px;display: inline-block;padding: 0 50px;}
.years-content .y2024 .try a:hover{text-decoration: none;}


@media (max-width:1400px){

}
@media (max-width:1200px){
   
}
@media (max-width:992px){
    .part5-title-h2 {
        font-size: 27px;
    }
    .years-content {
        flex-wrap: wrap;
    }
}
@media (max-width:768px){

}
@media (max-width:576px){
    .part5-title-h2 {
        font-size: 21px;
    }
}
/* ```````````````````````````````````````````````````````````````````````` */
.component-SelfIntroduce {
    text-align: center;
    background-image: url("../image-style/promotion-20th/bg-map.jpg");
    background-color: #f8f8f8;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center bottom;
    min-height: 980px;
    padding-top: 45px;
}


.component-SelfIntroduce-suhead {
    font-size: 23px;
    line-height: 1.3;
    font-weight: 400;
    color: #777777;
    margin-bottom: 10px;
}
.component-SelfIntroduce-title {
    font-size: 35px;
    line-height: 1.2;
    font-weight: 700;
    color: #000000;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 20px;
}
.component-SelfIntroduce-title::after {
    content: '';
    display: block;
    width: 70px;
    height: 5px;
    background-color: #f8e1b0;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, -50%);
}
.component-SelfIntroduce-list-history {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    margin-bottom: 145px;
}
.component-SelfIntroduce-item-history {
    position: relative;
}
.component-SelfIntroduce-item-history strong {
    position: relative;
    font-size: 25px;
    font-weight: 400;
    color: #a6a9e5;
    line-height: 1.2;
    margin-bottom: 10px;
}
.component-SelfIntroduce-item-history strong::before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    background-color: #ffab1b;
    border: 3px solid #ffe5b8;
    border-radius: 50%;
    position: absolute;
    left: -16px;
    top: 10px;
}
.component-SelfIntroduce-item-history p {
    font-size: 15px;
    font-weight: 400;
    color: #c7caf0;
    line-height: 1.4;
}
.component-SelfIntroduce-item-history:nth-of-type(1) {
    top: 90px;
}
.component-SelfIntroduce-item-history:nth-of-type(2) {
    top: 50px;
}
.component-SelfIntroduce-item-history:nth-of-type(3) {
    top: 100px;
}
.component-SelfIntroduce-item-history:nth-of-type(4) {
    top: 70px;
}
.component-SelfIntroduce-item-history:nth-of-type(5) {
    top: 70px;
}
/* component-SelfIntroduce-list-BrightSpots */
.component-SelfIntroduce-list-BrightSpots {
    display: flex;
    justify-content: space-around;
    align-items: center;
    backdrop-filter: blur(4px);
    max-width: 940px;
    width: 100%;
    margin: 0 auto;
    height: 110px;
    border-radius: 10px;
   box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
   margin-bottom: 50px;
}
.BrightSpots-name {
    font-size: 17px;
    color: #08129c;
    font-weight: 700;
    line-height: 1;
}
.BrightSpots-name strong {
    font-size: 37px;
    line-height: 1;
}
.BrightSpots-desc {
     font-size: 15px;
    color: #666666;
    font-weight: 400;
    line-height: 1.4;
}
/* component-SelfIntroduce-list-comments */
.component-SelfIntroduce-comments {
    position: relative;
}
.component-SelfIntroduce-list-comments {
    display: grid;
    grid-template-columns: repeat(2, 1fr) 750px repeat(2, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 80px;
    grid-row-gap: 0px;
    max-width: 1550px;
    width: 100%;
    align-items: center;
    margin: 0 auto;
    text-align: left;
}

.component-SelfIntroduce-item-comments.queue-current {
    display: block;
    background-color: #ffffff;
    position: relative;
    border-radius: 20px;
    padding: 40px 60px;
    box-sizing: border-box;
    width: 750px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 25px;
}
.comments-reviewer img {
    cursor: pointer;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    max-width: 100%;
    height: auto;
}
.comments-reviewer {
    display: flex;
    align-items: center;
    gap: 10px;
}
.comments-info {
    display: none;
}
.comments-stars {
    display: none;
}
.comments-info .comments-name {
    font-size: 25px;
    font-weight: 400;
    line-height: 1.2;
    color: #000000;
}
.comments-info .comments-job {
    font-size: 19px;
    font-weight: 400;
    line-height: 1.4;
    color: #c1c1c1;
}
.comments-desc {
    font-size: 19px;
    font-weight: 400;
    line-height: 1.4;
    color: #666666;
    padding-left: 15px;
    display: none;
}
.comments-expert {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    right: -30px;
    transform: translateY(50%);
    display: none;
}
.comments-expert a {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ff9249;
    color: #ffffff;
    font-size: 23px;
    padding: 20px 50px;
    border-radius: 30px;
}
.comments-expert a:hover {
    text-decoration: none;
}

.queue-first { grid-area: 1 / 1 / 2 / 2; }
.queue-prev { grid-area: 1 / 2 / 2 / 3; }
.queue-current { grid-area: 1 / 3 / 2 / 4; }
.queue-next { grid-area: 1 / 4 / 2 / 5; }
.queue-final { grid-area: 1 / 5 / 2 / 6; }

.component-SelfIntroduce-item-comments.queue-current .comments-info {
    display: block;
}
.component-SelfIntroduce-item-comments.queue-current .comments-stars {
    display: block;
}
.component-SelfIntroduce-item-comments.queue-current .comments-desc {
    display: block;
}
.component-SelfIntroduce-item-comments.queue-current .comments-expert {
    display: block;
}
.component-SelfIntroduce-item-comments.queue-current .comments-reviewer img {
    cursor: auto;
    box-shadow: none;
}

.comments-control-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 850px;
    width: 100%;
}
.comments-arrow {
    cursor: pointer;
}
.comments-arrow img {
    -webkit-filter: grayscale(.95);
    filter: grayscale(.95);
}
.comments-arrow:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}



@media (max-width: 1400px) {
    .component-SelfIntroduce-list-comments {
       grid-template-columns: repeat(2, 1fr) 450px repeat(2, 1fr);
       grid-column-gap: 40px;
       padding: 0 5%;
       box-sizing: border-box;
    }
    .component-SelfIntroduce-item-comments.queue-current {
        width: 450px;
    }
    .comments-control-wrap {
        max-width: 98%;
    }
}
@media (max-width: 1200px) {

}
@media (max-width: 992px) {
    .component-SelfIntroduce-title {
        font-size: 27px;
    }
    .component-SelfIntroduce-suhead {
        font-size: 17px;
    }
    .comments-control-wrap {
        top: 80%;
    }
    .component-SelfIntroduce-item-history:nth-of-type(1) {
        top: 0;
    }
    .component-SelfIntroduce-item-history:nth-of-type(2) {
        top: 0;
    }
    .component-SelfIntroduce-item-history:nth-of-type(3) {
        top: 0;
    }
    .component-SelfIntroduce-item-history:nth-of-type(4) {
        top: 0;
    }
    .component-SelfIntroduce-item-history:nth-of-type(5) {
        top: 0;
    }
    .component-SelfIntroduce-list-history {
        margin-bottom: 30px;
        flex-wrap: wrap;
        gap: 15px;
    }
}
@media (max-width: 768px) {
    .queue-first {opacity: 0;}
    .queue-prev {opacity: 0;}
    .queue-next {opacity: 0;}
    .queue-final {opacity: 0;}
    .comments-control-wrap {
        top: 50%;
    }
    .component-SelfIntroduce-list-BrightSpots {
        flex-wrap: wrap;
        height: auto;
        justify-content: space-around;
        gap: 15px;
        padding: 10px 15px;
        box-sizing: border-box;
    }
}
@media (max-width: 576px) {
    .comments-desc {
        font-size: .9375rem;
    }
    .component-SelfIntroduce-item-comments.queue-current {
        width: 100%;
    }
      .component-SelfIntroduce-list-comments {
       grid-template-columns: repeat(2, 1fr) 100% repeat(2, 1fr);
       grid-column-gap: 0px;
       padding: 0 5%;
       box-sizing: border-box;
    }
    .comments-expert {
        right: -15px;
    }
    .component-SelfIntroduce-list-history {
        padding: 0 20px;
    }
}
/* ```````````````````````````````````````````````````````````````````````` */
.main-part6{ padding:80px 0; color:#4b5866;}
.part6-list {display: flex;justify-content: space-around;align-items: center;}
.main-part6 .part6_one{width:22%; text-align:center;display: flex;align-items: center;justify-content: flex-end;flex-direction: column;}
.part6_one .t{padding:15px 0 10px; color:#1f2833;font-weight: 700;}

@media (max-width:1400px){

}
@media (max-width:1200px){
   
}
@media (max-width:992px){
    .part6-list {
        flex-wrap: wrap;
        gap: 15px;
    }
    .main-part6 .part6_one{
        width:auto;
    }
}
@media (max-width:768px){

}
@media (max-width:576px){
   
}
/* ```````````````````````````````````````````````````````````````````````` */
.main-part7 {padding-bottom:70px;}
.main-part7 .qes_one{border-bottom: 1px solid #e6e6e6;padding: 18px 0 8px;}
.main-part7 .qes_one .t{font-size: 19px; cursor: pointer; padding-bottom: 5px; position:relative;}
.main-part7 .qes_one .t::after{content:''; position:absolute; right:0; width:19px; height:19px; background:linear-gradient(currentColor, currentColor) no-repeat center / 100% 3px, linear-gradient(currentColor, currentColor) no-repeat center / 3px 100%;color: #a3aafe;}
.main-part7 .qes_one .qes_ans{color: #7577b0;display: none;font-size: 15px;}
.main-part7 .qes_one.focus .t::after{background: linear-gradient(currentColor, currentColor) no-repeat center / 100% 3px;}
.main-part7 .qes_one.focus .qes_ans{display: block;}

@media (max-width:1400px){

}
@media (max-width:1200px){
   
}
@media (max-width:992px){
   
}
@media (max-width:768px){

}
@media (max-width:576px){
   
}