@charset "UTF-8";

html,
body {
    background-color: #f8f8f8;
    margin: unset !important;
    overflow-x: hidden;
    font-family: Poppins, Poppins;
}

.home {
    /* 暂时设置 */
    /* padding-bottom: 100px; */
}

* {
    padding: 0;
    margin: 0;
}

.bg-white {
    background-image: none !important;
    background-color: #ffffff;
}

.wr-section h3.section-sec-title,
.wr-section P.section-sec-title {
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.infinite .banner-Wrap {
    padding-bottom: 0px;
}

.infinite .breadcrumbtext {
    max-width: 1410px;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

.infinite .bannertext {
    max-width: 1410px;
    height: auto;
    display: flex;
    flex-direction: column;
    margin-top: 35px;
    align-items: center;
}

.infinite .bannertext .banner-title {
    font-size: 62px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
    line-height: 82px;
}

.infinite .bannertext .banner-desc {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    line-height: 1.5rem;
    max-width: 832px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.banner-list-wrap {
    display: flex;
    gap: 40px;
    margin-bottom: 40px;
}

.banner-list-item {
    display: flex;
    gap: 17px;
}

.infinite .banner-data {
    max-width: 1200px;
    background-image: url(/static/swift_proxy/images/home_slices/banner-data-bg.svg);
    padding: 50px 72px 56px 82px;
    overflow: hidden;
}

.infinite .banner-data img {
    width: 100%;
}

/* 主要区域-start */
.infinite-main-container {
    /* max-width: 1410px; */
    margin: auto;
}

/* 模块1 */
.countryList {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 40px;
    justify-items: center;
}

.countryList .country-item {
    display: flex;
    gap: 14px;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    max-width: 220px;
    padding: 0 10px;
    box-sizing: border-box;
}

.countryList .country-item .country-item-img {
    flex: 0 0 auto;
}

.countryList .country-item .country-item-info{
    flex: 1;
    text-align: left;
}

.country-item {
    display: flex;
    gap: 14px;
    align-items: center;
}

.country-name {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 8px;
}

/* 模块2 */
.sec2-content-1{
    margin-bottom: 90px;
}

.sec2-content-2{
    margin-bottom: 60px;
}

.sec2-right-img,
.sec2-left-img {
    display: flex;
    align-items: center;
}

.sec2-left-desc,
.sec2-right-desc {
    max-width: 555px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sec2-item-title {
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 20px;
}

.sec2-item-desc {
    max-width: 500px;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
}

.sec2-list-item {
    display: flex;
    align-items: center;
    gap: 10px;

    font-weight: 400;
    font-size: 16px;
}

.section2 .dark-btn-wrap {
    display: flex;
    justify-content: flex-start;
    margin-top: 40px;
}

.sec2-iso {
    margin: 35px 0;
}

/* 模块3 */
.section3 P.section-sec-title {
    max-width: 800px;
}


.sec3-table-wrap {
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    background-color: #fcfcfc;
}

.moblie-box {
    display: none;
}

.sec3-table-item {
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    text-align: center;
    padding: 24px;
    line-height: 1.5;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: all 0.3s ease;
}

.sec3-table-item.active {
    background: #fff;
    box-shadow: 0px 0px 20px 0px #0000000d;
}

.tab-title {
    position: relative;
}

.table-shadow {
    position: absolute;
    width: 100%;
    top: 0;
    opacity: 0;
    transition: all 0.3s ease;
    pointer-events: none;
}

.tab-title.active .table-shadow {
    opacity: 1;
}

.sec3-table-item.active:nth-child(1) {
    background: #fff;
}

.sec3-table-item.tab-title {
    font-weight: 600;
    font-size: 16px;
}

.sec3-table-item.tab-title.show0 {
    color: transparent;
}

.wr-section h3.section-sec-title {
    margin-bottom: 50px;
}

.sec3-table-item .w-btn {
    min-width: 210px;
}

.features-item {
    text-align: left;
    position: relative;
}

.features-item::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 2px;
    background-color: #000;
    border-radius: 50%;
    top: 7px;
    left: -8px;
}

.tab-col-title {
    width: 268px;
}

.mx260 {
    max-width: 260px;
    margin: 0 auto;
}

/* 模块3 购物按钮 */
.shopping-button {
    height: 40px;
    padding: 4px;
    border-radius: 20px;
    background: #63d6fd;
    display: flex;
    gap: 16px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    transition-duration: 0.3s;
}

.shopping-button::before {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: #ffffff;
    position: absolute;
    left: -100%;
    top: 0;
    transition-duration: 0.3s;
}

.active .shopping-button::before,
.shopping-button:hover::before {
    transition-duration: 0.3s;
    transform: translate(100%);
}

.active .shopping-button,
.shopping-button:hover {
    border: 1px solid #20c7ff;
}

.price-section {
    height: 32px;
    padding: 4px 9px;
    background: #ffffff;
    border-radius: 16px;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    color: #20c7ff;
}

.active .price-section,
.shopping-button:hover .price-section {
    color: #ffffff;
    background: #20c7ff;
    z-index: 5;
}

.buy-section {
    display: flex;
    gap: 8px;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    color: #ffffff;
    margin-right: 13px;
}

.active .buy-section,
.shopping-button:hover .buy-section {
    color: #20c7ff;
    z-index: 5;
}

.active .buy-section-svg,
.shopping-button:hover .buy-section-svg {
    filter: invert(54%) sepia(95%) saturate(1555%) hue-rotate(163deg) brightness(99%) contrast(101%);
}

.active .w-btn.border {
    border: 1px solid #000000;
    background-color: #000000;
    color: #fff;
}

/* 模块4 */
.section4-wrap {
    margin-top: 32px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 24px;
}

.section4-item {
    padding: 10px;
    background: #ffffff;
    border-radius: 30px;
    border: 1px solid #d3d9db;
}

.section4-item-container {
    width: 100%;
    height: 100%;
    padding: 36px 40px;
    background: #f5f8f9;
    border-radius: 26px;
}

.sec4-item-title {
    font-weight: 600;
    font-size: 22px;
    color: #1f1f1f;
    margin-top: 20px;
}

.sec4-item-desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #666666;
    margin-top: 16px;
}

.section4-item:hover .section4-item-container {
    background: #61d7ff;
}

.section4-item:hover .sec4-item-title,
.section4-item:hover .sec4-item-desc {
    color: #ffffff;
}

/* 模块6 */
.infinite-model6 {
    background-image: url(/static/swift_proxy/images/home_slices/section7-bg.svg);
}

.section6 {
    align-items: center;
}

.section6-title {
    font-weight: 800;
    font-size: 46px;
    line-height: 150%;
    text-align: center;
}

/* 模块7 faq*/
.section7 {
    padding: 0;
}

.section7 .el-collapse-item__header,
.section7 .el-collapse-item__wrap {
    background-color: transparent;
}

.section7 .quickQues-title {
    font-weight: 600;
}

.quickQues-box .el-collapse-item__content span {
    font-weight: 700;
}

@media (max-width: 1200px) {
    .banner-Wrap {
        padding-top: 104px;
    }
}

@media (max-width: 768px) {
    .infinite .banner-data {
        padding: 5px;
    }

    .sec2-right-img img,
    .sec2-left-img img{
        width: 100%;
    }

    .section4-wrap {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

@media (max-width: 600px) {
    .wr-flex-content {
        gap: 20px;
    }

    .banner-Wrap {
        padding: 20px;
    }

    .banner-list-wrap {
        flex-direction: column;
        gap: 10px;
    }

    .sec2-left-desc,
    .sec2-right-desc {
        width: 80%;
        margin: 0 auto;
    }

    /* 模块3 */
    .wr-flex-content.reverse {
        flex-direction: column;
    }

    .moblie-box {
        display: block;
    }

    .web-box {
        display: none;
    }

    .sec3-table-wrap {
        border: none;
    }

    .sec3-table-item {
        border-bottom: 1px solid #cccccc;
        border-right: none;
    }

    .sec3-table-item:last-child {
        border-bottom: none;
    }
}
