@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){
   
}

/* ```````````````````````````````````````````````````````````````````````` */
.main-part1 {
    background: url("../images/promotion-20th/part1-bg.jpg") no-repeat center top #ffffff;
    background-size: 100% auto;
    padding-top: 70px;
    padding-bottom:20px;
}
.part1-info {
    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;
    -webkit-text-stroke: 1px #050b31;
}
.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-desc {
    font-size: 17px;
    font-weight: 400;
    color: #d1d7f4;
    line-height: 1.4;
}
.part1-info-off-wrap{display:flex; width:-moz-fit-content; width:-webkit-fit-content; width:fit-content; background:linear-gradient(to right, rgba(164, 130, 251, .27), rgba(165, 133, 251, .4)) no-repeat; border-radius:10px; padding:1% 2%; align-items:center; margin-top:30px;}
.part1-off-name{display:flex; align-items:flex-end; margin-right:20px;}
.part1-off-name-b{font-size:80px; line-height:1; background:linear-gradient(to right, #b59aff, #da7cf8) no-repeat; -webkit-background-clip:text; background-clip:text; color:transparent; font-family:'Microsoft YaHei'; letter-spacing:-.05em;}
.part1-off-name-extra{font-size:20px; color:#a395e3; line-height:1.1; margin:0 0 6px 7px;}
.part1-off-name-span{color:#d77ef9; display:block;}
.part1-off-timer-wrap{display:flex; font-size:14px; color:#a395e3; justify-content:space-between; margin-bottom:8px; line-height:1; align-items:center; flex-flow:wrap; gap:5px;}
.part1-off-timer-x{display:flex; align-items:center;}
.part1-off-timer{display:flex;}
.part1-off-timer li{background-color:rgba(255, 255, 255, .2); border-radius:3px; margin-left:12px; padding:2px 3px; color:#d1d7f4; position:relative;}
.part1-off-timer li::after{content:attr(data-text);}
.part1-off-timer li + li::before{content:':'; position:absolute; right:100%; margin-right:4px;}
.part1-off-code-wrap{background-color:#fff; border-radius:8px; padding:5px 8px; display:flex; align-items:center; flex-flow:wrap; justify-content:center;}
.part1-off-code-text{font-size:14px; color:#706f7c;}
.part1-off-code{font-size:17px; color:#000; margin:0 min(2vw, 40px) 0 5px;}
.part1-off-code-btn{font-size:18px; color:#fff; background-color:#FF653C; border:0 none; padding:4px 12px 6px; border-radius:6px; cursor:pointer; transition:background-color .3s;}
.part1-off-code-btn:disabled{cursor:no-drop;}
.part1-off-code-btn:disabled, .part1-off-code-btn:hover{background-color:#6754ca;}

.part1-sale-x{background:linear-gradient(#453597, transparent 65%) no-repeat; padding:30px 0 0; border-radius:20px; margin-top:40px;}
.product-bundle{display:flex;justify-content:center;align-items: center;flex-wrap: wrap;gap: 20px;background-color:#fff; border-radius:10px;padding:44px 20px; margin:0 30px;}
.product-bundle-left{width: 570px;display:flex;flex-direction:column;align-items: center;}
.product-bundle-imgs li {display: none;height: 400px; align-items:center; background-color:rgba(0, 0, 0, .07); padding:0 4%; border-radius:10px;}
.product-bundle-imgs li.active {display: flex;}
.product-bundle-imgs>li>img {max-width: 100%;height:auto;}
.product-bundle-toggle {display: flex;align-items: center;flex-wrap: wrap;gap: 8px; margin-top:30px;}
.product-bundle-arrow {width: 30px;height: 50px;background: url(../winxvideo-ai/images/special-deal-2025/toggle-arrow-icons.png) no-repeat 6px center;cursor: pointer;}
.product-bundle-right-arrow {background-position-x: -49px;}
.product-bundle-toggle-content {display: flex;flex-wrap: wrap;gap: 14px;}
.product-bundle-toggle-content li {width: 70px;height: 59px;display: flex;justify-content: center;align-items: center;position: relative;border-radius: 4px;overflow: hidden;cursor: pointer;background: linear-gradient(to right, #a1c4fd, #c1e8fb);}
.product-bundle-toggle-content li.active {box-shadow: 0 0 0 3px #fff;background: linear-gradient(to right, #0abafe, #5944ec);}
.product-bundle-toggle-content li>img {max-width: 90%;}
.product-bundle-right{border-radius: 12px;}
.product-bundle-right>h3{font-size:26px;color: #2e2e2e;line-height: 1;font-weight: 600;}
.product-bundle-intros {padding: 26px 0 10px;}
.product-bundle-intros>li{padding:0 0 15px;color:#3d3d43;font-size:17px;line-height: 1.1;}
.product-bundle-intros>li>b{color:#000;font-weight: 500;}
.product-bundle-price {display:flex;justify-content:center;align-items:center;gap:10px;padding: 0 0 5px;font-size: 17px;color: #706f7c;line-height: 1;}
.product-bundle-price b {font-size:30px;color:#ff6511;line-height: 1;}
.product-bundle-price span{font-size:19px;color:#57595e;line-height: 1;position:relative;overflow: hidden;}
.product-bundle-price span::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-button {min-width: 260px;line-height: 50px;border-radius: 100px;background-color: #FF653C;text-align: center;font-size: 23px;color: #fff;}
.product-button:not(.active){display:none;}
.product-button:hover {color: #fff;text-decoration: none;}
.product-bundle-more {font-size: 17px;color: #777497;line-height: 1.1;padding:10px 0 0;text-align: center;}

.part1-sale-wrap {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 30px;
    padding-top:30px;
}
.part1-sale-item {
    width: 600px;
    height: 710px;
    border-radius: 10px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 35px 60px;
    text-align: center;
}
.part1-sale-item.left {
    background: url("../images/buy-20th/part1-sale-left.jpg") no-repeat bottom #fff;
    background-size: cover;
}
.part1-sale-item.right {
    background: url("../images/promotion-20th/part1-sale-right.jpg") no-repeat bottom #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-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;
}
.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;
    display:inline-block;
}
.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;
}
.part1-sale-pic {
    border-radius: 20px;
    overflow: hidden;
    margin-top: 35px;
}

.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(../images/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%;
    }
    .part1-info-off-wrap{background:#463697; flex-flow:wrap; justify-content:center;}
    .part1-off-name{margin:0 0 20px 0;}
}
@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-part5 {
    text-align: center;
    padding: 80px 0 100px;
    background: url("../images/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("../images/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){
   
}