.page1 {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.page1 a {
    text-decoration: none;
}

.container1 {
    width: 100%;
    background: linear-gradient(45deg, #E2F0FE, #fff, #E2F0FE);
    margin-top: 80px;
}

.box0_1 {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
}

.text2_7 {
    width: 80%;
    -webkit-text-stroke: 1px #454f5b;
    overflow-wrap: break-word;
    color: #454f5b;
    font-size: 40px;
    font-family: 'Karla', sans-serif;
    font-weight: 600;
    text-align: center;
    line-height: 60px;
    margin: 40px auto 0 auto;
}

.text4_8 {
    width: 100%;
    -webkit-text-stroke: 1px #454f5b;
    overflow-wrap: break-word;
    color: rgba(24, 81, 224, 1);
    font-size: 24px;
    font-family: 'Karla', sans-serif;
    font-weight: normal;
    text-align: center;
    line-height: 60px;
    margin: 0;
}

.group_13 {
    width: 50%;
    height: 50px;
    margin: 20px auto 0 auto;
}

.text-wrapper_1 {
    background-color: rgba(36, 99, 235, 1);
    border-radius: 8px;
    height: 50px;
    width: 44%;
    cursor: pointer;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.24);
}

.text-wrapper_1:hover {
    background-color: #4D8AFF;
}

.text2_10 {
    width: 100%;
    height: 50px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    font-family: 'Karla', sans-serif;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    line-height: 50px;
}

.text-wrapper2_2 {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 8px;
    height: 50px;
    width: 50%;
    cursor: pointer;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.24);
}

.text-wrapper2_2:hover {
    background-color: #f4f6f8;
}

.text2_11 {
    width: 100%;
    height: 50px;
    overflow-wrap: break-word;
    color: #454f5b;
    font-size: 18px;
    font-family: 'Karla', sans-serif;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    line-height: 50px;
}

.group_14 {
    width: 90%;
    margin: 30px auto 30px auto;
}

.image-text_15 {
    width: 33%;
    height: 22px;
    padding-left: 2%;
    padding-right: 2%;
    float: left;
    position: relative;
}

.thumbnail_3 {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 2px;
}

.text-group_2 {
    width: 90%;
    height: 22px;
    overflow-wrap: break-word;
    color: #454f5b;
    font-size: 14px;
    font-family: 'Karla', sans-serif;
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
    line-height: 22px;
    margin-left: 24px;
}

.box_13 {
    width: 100%;
    margin: 0 auto 1px auto;
}

.text_31 {
    width: 100%;
    height: 40px;
    overflow-wrap: break-word;
    color: #454f5b;
    font-size: 24px;
    font-family: 'Karla', sans-serif;
    text-align: center;
    line-height: 36px;
    margin: 20px auto 0 auto;
}

.carousel-wrapper {
    width: 100%;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    white-space: nowrap;
    margin: 40px auto 20px auto;
}

.carousel-track {
    display: inline-block;
    animation: scrollLoop 20s linear infinite;
}

@keyframes scrollLoop {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.small_img{
    margin-right: 56px;
}

.carousel-track img {
    scroll-snap-align: start;
}

.carousel-track .small_img {
    width: 100px;
    height: 42px;
    display: inline-block;
}

.box3_0{
    width: 100%;
    background-color: #F9FAFB;
    padding: 30px 0;
}

.box3_1{
    width:100%;
    max-width: 1160px;
    margin: 0 auto
}

.text_23 {
    width: 30%;
    overflow-wrap: break-word;
    color: #454f5b;
    font-size: 28px;
    font-family: 'Karla', sans-serif;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    line-height: 32px;
    margin: 20px auto 0 auto;
}

.text_24{
    width: 40%;
    overflow-wrap: break-word;
    color: #454f5b;
    font-size: 16px;
    font-family: 'Karla', sans-serif;
    font-weight: normal;
    text-align: center;
    line-height: 28px;
    margin: 20px auto 0 auto;
}

.text_24 a{
    color: rgba(24, 81, 224, 1);
    cursor: pointer;
}

.faq {
    max-width: 92%;
    margin: 10px auto;
    font-family: Arial, sans-serif;
}

.faq-item {
    margin-bottom: 16px;
    cursor: pointer;
}

.faq-question {
    font-size: 20px;
    font-family: 'Karla', sans-serif;
    color: #454f5b;
    background-color: #fff;
    padding: 0 0 0 40px;
    line-height: 68px;
    font-weight: 600;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.18);
    position: relative;
    border-radius: 6px;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    /*transition: max-height 0.4s ease, opacity 0.4s ease;*/
    font-size: 20px;
    font-family: 'Karla', sans-serif;
    color: #454f5b;
    background-color: #fff;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.18);
    border-radius: 6px;
}

/* 展开状态 */
.faq-item.active .faq-answer {
    max-height: 500px; /* 设一个足够容纳内容的最大高度 */
    opacity: 1;
    margin-bottom: 10px;
    padding: 12px 10px 12px 40px;
}

.thumbnail1_15 {
    width: 17px;
    height: 17px;
    position: absolute;
    top: 30px;
    right: 40px;
}

.faq-item.active .thumbnail1_15 {
    transform: rotate(180deg);
}

.box10{
    width: 100%;
    padding-top: 40px;
    background-color: #F9FAFB;
}

.box1_0{
    width:100%;
    max-width: 1160px;
    margin: 60px auto;
}

.box1_1{
    width:100%;
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.group_8 {
    background-color: #fff;
    border-radius: 28px 0px 0px 28px;
    padding: 30px;
}

.group_8_1 {
    background-color: #fff;
    border-radius: 0 28px 28px 0;
    padding: 30px;
}

.text-group_13 {
    width: 80%;
}

.text_27 {
    width: 100%;
    overflow-wrap: break-word;
    color: #454f5b;
    font-size: 38px;
    font-family: 'Karla', sans-serif;
    font-weight: 600;
    text-align: left;
    line-height: 30px;
    margin: 0;
}

.text_28-h a {
    color: rgba(24, 81, 224, 1);
}

.faq-answer a{
    color: rgba(24, 81, 224, 1);
}

.text_28-h{
    line-height: 30px;
    margin: 0;
}

.text_28 {
    width: 100%;
    overflow-wrap: break-word;
    color: #454f5b;
    font-size: 16px;
    font-family: 'Karla', sans-serif;
    font-weight: normal;
    text-align: left;
    line-height: 28px;
}

.text-wrapper_3 {
    background-color: #454f5b;
    border-radius: 8px;
    height: 60px;
    width: 80%;
    margin: 30px auto 40px auto;
    cursor: pointer;
}

.text-wrapper_3:hover{
    background-color: #f4f6f8;
}

.text_29 {
    width: 100%;
    height: 60px;
    overflow-wrap: break-word;
    color: rgba(24, 81, 224, 1);
    font-size: 18px;
    font-family: 'Karla', sans-serif;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    line-height: 60px;
}

.group_5 {
    border-radius: 0px 28px 28px 0px;
    background-image: url(./../img/story-img1.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.group_5_1 {
    border-radius: 28px 0 0 28px;
    background-image: url(./../img/story-img2.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.text2_9 {
    width: 100%;
    overflow-wrap: break-word;
    color: #454f5b;
    font-size: 16px;
    font-family: 'Karla', sans-serif;
    font-weight: normal;
    text-align: center;
    line-height: 28px;
    margin: 20px auto;
}

.group_155 {
    margin-top: 20px;
    position: relative;
    width: 90%;
    height: 22px;
}

.text_134 {
    display: inline-block;
    height: 22px;
    overflow-wrap: break-word;
    color: rgba(24, 81, 224, 1);
    font-size: 16px;
    font-family: 'Karla', sans-serif;
    font-weight: 600;
    text-align: left;
    white-space: nowrap;
    line-height: 22px;
    float: left;
}

.thumbnail_666 {
    width: 16px;
    height: 16px;
    margin-left: 10px;
    margin-top: 4px;
}

.box2_0{
    width: 100%;
    background-color: #fff;
}

.box2_5 {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto 60px auto;
}

.text-wrapper_67 {
    width: 100%;
    margin-top: 40px;
    text-align: center;
}

.text_79 {
    width: 100%;
    overflow-wrap: break-word;
    color: #454f5b;
    font-size: 28px;
    font-family: 'Karla', sans-serif;
    font-weight: 600;
    text-align: center;
    line-height: 32px;
}

.text-wrapper_68 {
    width: 90%;
    margin: 28px auto 0 auto;
}

.text_80 {
    width: 100%;
    overflow-wrap: break-word;
    color: #454f5b;
    font-size: 16px;
    font-family: 'Karla', sans-serif;
    text-align: left;
    line-height: 20px;
}

.text_80 a {
    color: rgba(24, 81, 224, 1);
}

.text_28 a{
    color: rgba(24, 81, 224, 1);
}

.box2_6 {
    margin-top: 40px;
    height: 100%;
    /*display: flex;*/
    /*justify-content: center; !* 水平居中 *!*/
    /*align-items: center;     !* 垂直居中 *!*/
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
}

.box2_6_1 img {
    width: 100%;
}

.box2_6_2{
    width: 100%;
    background-image: url('./../img/ecommerce-effortless-img2.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.circle {
    position: absolute;
    width: 66px;
    height: 66px;
    margin-left: -33px; /* 让圆心对齐坐标点 */
    margin-top: -33px;
    border-radius: 50%;
    border: 2px solid rgba(24, 81, 224, 1);
    background-color: rgba(255, 0, 0, 0.5);
    transform: scale(0);
    opacity: 0;
}

/* 放大动画 */
.scaleUp {
    animation: scaleUp 1s forwards;
}

/* 淡出动画 */
.fadeOut {
    animation: fadeOut 0.5s forwards;
}

@keyframes scaleUp {
    0% {
        transform: scale(0);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@media (max-width: 960px){
    .text_7{
        font-size: 32px;
        line-height: 50px;
    }
    .faq-question{
        line-height: 48px;
    }
    .thumbnail1_15{
        top: 18px;
    }
}

@media (max-width: 768px) {
    .text2_7 {
        line-height: 32px;
        font-size: 30px;
    }

    .group_13 {
        width: 90%;
    }

    .group_14 {
        width: 80%;
        margin: 30px auto;
    }

    .text_23{
        width: 80%;
    }

    .faq-question{
        font-size: 18px;
        line-height: 42px;
    }
    .box1_1{
        grid-template-columns: 1fr;
        margin: 0 auto;
    }
    .group_8{
        border-radius: 24px;
    }

    .group_5{
        height: 300px;
        width: 90%;
        margin: 20px auto;
        border-radius: 24px;
    }

    .group_5_1 {
        height: 300px;
        width: 90%;
        margin: 20px auto;
        border-radius: 24px;
        position: absolute;
        top: 820px;
        left: 5%;
    }

    .height1200{
        position: relative;
        height: 1200px;
    }

    .image-text_15 {
        width: 100%;
    }
}

@media (max-width: 430px) {
    .text_23{
        width: 100%;
    }

    .faq-question{
        padding: 10px;
        font-size: 16px;
        line-height: 24px;
    }
    .thumbnail1_15{
        right: 2px;
        top: 16px;
    }
    .faq-item.active .faq-answer {
        font-size: 16px;
        padding: 12px 10px 12px 20px;
    }
    .box10{
        margin-top: 0;
        padding-top: 0;
    }

    .text-group_13{
        width: 100%;
    }

    .text_27{
        font-size: 28px;
        line-height: 40px;
    }
    .text_28{
        line-height: 28px;
    }

    .text-wrapper_3{
        margin: 10px auto 14px auto;
    }

    .group_5{
        width: 90%;
        height: 240px;
    }

    .text_24{
        width: 90%;
        text-align: left;
        line-height: 24px;
    }

    .height1200 {
        position: relative;
        height: 1460px;
    }

    .group_5_1{
        top: 1200px;
    }

    .text2_10,.text2_11{
        font-size: 14px;
    }
}