@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:95%;
    }
}


@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;}

.top-bg{background: url(../image-style/anni-give/bg1.jpg) no-repeat center top/100% auto;padding-bottom: 20px;}
.main-part1 {
    padding-top: 70px;
    padding-bottom: 50px;
}
.part1-info {
    display: flex;
    color: #d1d7f4;
    position: relative;
    z-index: 1;
}
.part1-info-content {
    max-width: 600px;
    width: 100%;
}
.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 {
   font-weight: normal;
    color: #dfdfdf;
}
.part1-info-title strong {
    font-size: 60px;
    display: block;
    font-weight: 700;
    color: #de84fa;
    text-align: left;
}
.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/anni-give/part1-date-blue.png") no-repeat left 1px;
    width: 266px;
}
.purple {
    background: url("../image-style/anni-give/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;
}
/* .purple .part1-date-name{color: #d574f4;} */
.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;
    height: 70px;
    font-size: 21px;
    color: #97a1ff;
}
.main-anchor-item.last a{gap: 5px;background:radial-gradient(180px 55px at 50% calc(100% + 28px),rgba(203, 97, 255, 0.86),rgba(49, 44, 141, 0.8)) ;}
.main-anchor-item a span{color: #75c445;}
.main-anchor-item a:hover {
    text-decoration: none;
}
.main-anchor-item.active a {
    border: 1px solid #cf61f4;
    background: transparent;
    color: #ffffff;
    gap: 10px;
    flex-direction: column;
}
.main-anchor-item.active a::after {
    content: '';
    display: block;
    border: 9px solid transparent;
    border-top-color: #fff;
    border-bottom: none;
}
  

@media (max-width:1400px){

}
@media (max-width:1200px){
    .main-anchor-item{flex-grow: 1;}
    .main-anchor-item a{width: auto; }
    .buy-payment-service { gap: 15px; }
    
}
@media (max-width:992px){
    
    .main-anchor-list { flex-wrap: wrap; padding-top: 25px; }
    
}
@media (max-width:768px){
    .part1-info-content {
        max-width: none;
    }
}
@media (max-width:576px){
    .main-part1{padding-top: 30px;}
    .part1-info-title strong{font-size: 40px;}
    .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-big-sale{text-align: center;color: #fff;}
.main-big-sale h2{font-size: 43px;line-height: 1;}
.main-big-sale h2+p{font-size: 19px;padding-top: 10px;}
.main-big-sale .big-sale-top{background:linear-gradient(-45deg,rgba(117,59,174,.65),rgba(80,73,182,.65) 30%);border-radius: 12px;padding: 40px 10px 30px;position: relative;margin-bottom: 50px;}
.main-big-sale .big-sale-top::before {content: "";display: inline-block; border: 25px solid transparent;border-bottom-color:#37348a;border-top: none;position: absolute;top: -24px;left: 260px;}
.product-content {display: flex;justify-content: center;align-items: flex-start;padding: 20px 0 0;gap: 96px;}
.product-left {max-width: 335px;}
.product-stocks {display: flex;align-items: center;padding: 10px 0;}
.stocks-info {font-size: 17px;line-height: 21px;margin-right: 5px;text-align: left;letter-spacing: 3px;}
.stocks-colorful-info {color: #ca6dff;letter-spacing: 0;}
.the-stocks {width: 115px;position: relative;margin-top: 3px;text-align: left;}
.stocks-num {display: block;width: 115px;overflow: hidden;box-sizing: border-box;font-size: 26px;color: #fff;line-height: 34px;letter-spacing: 26px;padding-left: 10px;position: relative;z-index: 1;}
.stocks-bg {color: #4f5ee8;}
.stocks-bg,.stocks-bg::before,.stocks-bg::after {width: 34px;height: 34px;position: absolute;top: 0;left: 0;background-color: currentColor;border-radius: 3px;}
.stocks-bg::before {content: "";left: auto;right: -41px;}
.stocks-bg::after {content: "";left: auto;right: -82px;}
.has-left,.no-left {display: none;}
.code-box{display: none;}
.has-left input {width: 100%;height: 48px;box-sizing: border-box;padding-left: 12px;background-color: #0f2f65;font-size: 17px;color: #7d99c8;border-radius: 10px;border: none;outline: none;;}
.has-left input::-webkit-input-placeholder {color: #7d99c8;}
.to-submit {width: 100%;line-height: 55px;font-size: 23px;background-color: #75c445;border-radius: 10px;color: #fff;border: none;outline: none;cursor: pointer; margin: 10px 0;}
.button-p {font-size: 15px;color: #b5b5b5;line-height: 1em;margin-top: 10px;text-align: center;}
.success-box{border: 1px dashed #fff;border-radius: 10px;margin-bottom:10px;display: none;font-size: 15px;}
/* .no-left {display: block;} */
.no-left-p {text-align: left;font-size: 15px;color: #fff;line-height: 1.5em;padding-bottom: 10px;}
.no-left-download,.no-left-link {display: block;line-height: 54px;font-size: 23px;border: 1px solid currentColor;color: #75c445;border-radius: 10px;}
a.no-left-download:hover{color: #75c445;}
.code-box{padding: 10px 0;font-size: 19px;}
/* .no-left-link {background-color: #75c445;} */
.product-right {max-width: 600px;box-sizing: border-box;border-left: 3px solid #854fd6;padding-left: 50px;position: relative;margin-top: 20px;}
.product-right::after {content: "";width: 11px;height: 11px;background-color: #af5df4;border-radius: 50%;border: 2px solid #cb75f5;position: absolute;bottom: -6px;left: -9px;}
.product-right-item {padding-left: 72px;position: relative;border-bottom: 1px dashed #625bec;text-align: left;margin-bottom: 28px;}
.product-right-item:last-child {margin-bottom: 0;}
.product-right-item::before {content: "";width: 37px;height: 38px;background: url(../image-style/anni-give/checked-icon.png);position: absolute;top: 0;left: -70px;}
.product-right-item-icon {position: absolute;top: 0;left: 0;}
.product-right-title {font-size: 19px;line-height: 1em;font-weight: 600;}
.product-right-p {font-size: 17px;color: #d5deff;line-height: 1.6em;padding: 6px 0 34px;}
.product-toggle-wrap { background: linear-gradient(180deg, rgba(127,80,248,.34), transparent); border-radius: 30px; padding-top: 50px; }
.product-wrap {display: none;justify-content: space-evenly;flex-wrap: wrap;}
.product-wrap.active {display: flex;}
.product-item {width: 520px;box-sizing: border-box;padding: 0 34px 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;}
.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;text-align: left;}
.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){
    .main-big-sale .big-sale-top{background:rgba(80,73,182,.85) ;}
   .main-big-sale .big-sale-top::before{left: 12%;border-bottom-color: rgba(80,73,182,.65);}
   .product-right-item{border-bottom: 1px dashed #736dee;}
   .product-content{gap: 30px;}
   .product-left{flex-shrink: 0;}
   .product-wrap{gap: 20px;}
   .product-item{width: 80%;}
}
@media (max-width:992px){
   .product-content{flex-wrap: wrap;}
}
@media (max-width:768px){
    .main-anchor-list{flex-direction: column;align-items: stretch;}
    .main-big-sale .big-sale-top::before{display: none;}
    .product-item{width: 90%;}
}
@media (max-width:576px){
   .product-right-item::before,.product-right::after{display: none;}
   .product-right{padding-left: 0;border-left: 0;}
   .product-item{width: 95%;padding-left: 0;padding-right: 0;}
}






/* ```````````````````````````````````````````````````````````````````````` */
.main-part2 {
    padding-top: 70px;
    padding-bottom: 100px;
    background: url("../image-style/anni-give/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;
    padding: 0 200px;
}
.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/anni-give/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/anni-give/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;
        padding: 0;
    }
}
@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-part5 {
    text-align: center;
    padding: 80px 0 100px;
    background: url("../image-style/anni-give/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){
   .years-content{display: grid;grid-template-columns: repeat(3,1fr);}
   .years-content .y2023,.years-content .y2024{width: auto;}
}
@media (max-width:1025px){
   .years-content{grid-template-columns: repeat(2,1fr);}
}
@media (max-width:992px){
    .part5-title-h2 { font-size: 27px; }
   
}
@media (max-width:768px){
    
}
@media (max-width:576px){
    .part5-title-h2 { font-size: 21px; }
    .years-content{grid-template-columns: 1fr;width: 95%;margin: 0 auto;}
}
/* ```````````````````````````````````````````````````````````````````````` */
.component-SelfIntroduce {
    text-align: center;
    background-image: url("../image-style/anni-give/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:70px 0 120px; 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;font-size: 17px;}
.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: 45%;}
}
@media (max-width:768px){

}
@media (max-width:576px){
    .main-part6 .part6_one{width: 95%;}
}
/* ```````````````````````````````````````````````````````````````````````` */
.main-part7 {padding-bottom:70px;}
.main-part7 .container{background: #fff; box-shadow: 1px 1.732px 32px 0px rgba(230, 227, 236, 0.47);padding: 80px 60px;border-radius: 20px;}
.main-part7 h2{font-size: 47px;text-align: center;}

.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){
    .main-part7 .container{padding: 60px 30px;}
}
@media (max-width:576px){
   .main-part7 .container{width: 95%;}
}