@charset "UTF-8";

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:1224px
    }
}



/* ````````````````````````````` 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%));
}



.switch-system {margin-bottom: 25px;}
.switch-flex{display:flex;justify-content:center;align-items:center;gap:10px;}
.switch-wrapper-banner{display:inline-block;height:21px;margin:0;position:relative;width:45px;}
.switch-wrapper-banner input{height:0;opacity:0;width:0;}
.switch-slider-banner{background-color:#ffffff;border:2px solid #cfd6ec;border-radius:15px;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:.4s;}
input:checked+.switch-slider-banner:before{left:calc(100% - 17px);}
.switch-slider-banner:before{background-color:#ffb80d;border-radius:50%;bottom:1px;content:"";height:15px;left:2px;position:absolute;transition:.4s;width:15px;}
.system-item{display:flex;justify-content:center;align-items:center;gap:10px;color:#000000;font-size:21px;font-weight: 700;}
.system-item.activated{color:#ffb80d;}


.details {padding: 0;}

@media (max-width:1200px){
    .details {
        width: 100%;
        box-sizing: border-box;
        padding: 0;
    }
}
@media (max-width:992px){

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

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

}

/* ````````````````````````````` down-part1 ``````````````````````````````` */
main {
    background: linear-gradient(180deg, #e9f0ff, #ffffff 1140px);
}
.down-part1 {
    padding: 30px 0;
    text-align: center;
}
.down-part1-title {
    font-size: 41px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 40px;
    color: #000;
}
.down-part1-list {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 50px;
}
.down-part1-item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex: 1;
    text-align: left;
}
.down-part1-desc {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
    color: #000000;
}


@media (max-width:1200px){

}
@media (max-width:992px){
    .down-part1-list {
        flex-wrap: wrap;
        gap: 15px;
    }
    .down-part1-item {
        width: 590px;
        flex: none;
        justify-content: flex-start;
    }
    .down-part1-title {
        font-size: clamp(1.6rem, 1.3rem + 0.5vw, 1.8rem);
    }
}
@media (max-width:768px){
    
}
@media (max-width:576px){
    .down-part1-item {
        width: 100%;
    }
}
/* ````````````````````````````` down-part2 ``````````````````````````````` */
.down-part2 {
    padding: 30px 0 0;
    text-align: center;
    overflow-x: hidden;
}
.down-part2-flex {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    gap: 20px;
    margin-bottom: 80px;
}
.down-part2-pic {
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}
.down-part2-pic img {
    display: block;
}
.down-part2-content {
    border: 2px solid #ededed;
    border-radius: 0 0 20px 20px;
    border-top: none;
    background-color: #fff;
    padding: 30px 30px 20px;
    max-width: 590px;
    box-sizing: border-box;
}
.down-part2-name {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.4;
    color: #000000;
    margin-bottom: 10px;
}
.down-part2-name span {
    position: relative;
}
.down-part2-name-tips {
    position: absolute;
    display: inline-block;
    background: linear-gradient(90deg, #ffa10e, #ffca6c);
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    white-space: nowrap;
    right: -5px;
    top: -10px;
    transform: translateX(100%);
    padding: 3px 10px;
    border-radius: 10px 0 10px 0;
}
.down-part2-desc {
    font-size: 19px;
    font-weight: 400;
    line-height: 1.4;
    color: #3e3e3e;
    text-align: left;
    margin-bottom: 10px;
}
.down-part2-buttons {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 30px;
}
.down-part2-button {
    flex: 1;
}
.down-part2-button.green .sys-button a {
    background-color: #92cf3f;
    color: #fff;
    display: inline-flex;
    height: 56px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    font-size: 21px;
    gap: 10px;
    width: 240px;
}
.down-part2-button.blue .learn-button a {
    background-color: #38b6ff;
    color: #fff;
    display: inline-flex;
    height: 56px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    font-size: 21px;
    gap: 10px;
    width: 240px;
}

.down-part2-more a {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
    color: #555555;
    text-decoration: underline;
}
.down-part2-more {
    padding-top: 5px;
}
.down-part2-list {
    display: flex;
    justify-content: center;
    align-items: center;
}
.down-part2-list-i {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex: 1;
    min-height: 64px;
    border-right: 1px solid #dddddd;
}
.down-part2-list-i:last-of-type {
    border-right: none;
}
.down-part2-list-t1 {
    font-size: 19px;
    font-weight: 400;
    line-height: 1.4;
    color: #696969;
}
.down-part2-list-t2 {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    color: #a4a4a4;
}

@media (max-width:1200px){
    .down-part2-flex {
        flex-wrap: wrap;
        justify-content: center;
    }
}
@media (max-width:992px){
    .down-part2-name {
        font-size: clamp(1.4rem, 1.2rem + 0.4vw, 1.6rem);
    }
    .down-part2-desc {
        font-size: clamp(1.2rem, 1.1rem + 0.3vw, 1.4rem);
    }
}
@media (max-width:768px){

}
@media (max-width:576px){
    .down-part2-content {
        width: 100%;
    }
    .down-part2-pic img {
        max-width: 100%;
        height: auto;
    }
    .down-part2-buttons {
        flex-wrap: wrap;
    }
}


/* ````````````````````````````` down-part3 ``````````````````````````````` */
.down-part3 {
    padding: 30px 0 110px;
    text-align: center;
    background: linear-gradient(180deg, #ffffff, #f4f8ff 50%, #f4f8ff);
}
.down-part3-title {
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 30px;
}
.down-part3-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 35px;
}
.down-part3-item {
    padding: 40px;
    border-radius: 20px;
    background: linear-gradient(180deg, #e4e6ff, #ffff);
    text-align: left;
}
.down-part3-name {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.4;
    color: #000000;
    margin-bottom: 15px;
    display: flex;
    gap: 15px;
    align-items: center;
}
.down-part3-desc {
    font-size: 19px;
    font-weight: 400;
    line-height: 1.4;
    color: #5f5f66;
    margin-bottom: 15px;
}
.down-part3-available {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
    color: #555555;
    display: flex;
    align-items: baseline;
    gap: 8px;
}
.down-part3-button {
    margin-bottom: 10px;
}
.down-part3-button a {
    display: inline-block;
    padding: 10px 45px;
    border: 2px solid #757578;
    font-size: 19px;
    font-weight: 700;
    color: #000000;
    border-radius: 5px;
}

@media (max-width:1200px){

}
@media (max-width:992px){
    .down-part3-flex {
        flex-wrap: wrap;
    }
    .down-part3-title {
        font-size: clamp(1.4rem, 1.2rem + 0.4vw, 1.6rem);
    }
    .down-part3-name {
        font-size: clamp(1.4rem, 1.2rem + 0.4vw, 1.6rem);
    }
}
@media (max-width:768px){

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

}

/* ```````````````````````````````````````````````````````````````````````` */
.component-SelfIntroduce {
    text-align: center;
    background-image: url("../image-style/download-new26/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: 23px;
    font-weight: 400;
    line-height: 1.2;
    color: #000000;
}
.comments-info .comments-job {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
    color: #c1c1c1;
}
.comments-desc {
    font-size: 17px;
    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-part7 {padding:80px 0;}
.main-part7-title {
    font-size: 21px;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 30px;
}
.main-part7-title strong {
    display: block;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.3;
}
.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: #4354ff;}
.main-part7 .qes_one .qes_ans{color: #7c7d88;display: none;font-size: 15px;}
.main-part7 .qes_one .qes_ans a{color: #2b80ff;}
.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){
   
}