@charset "UTF-8";

/*


备份 html，css 的导航版本
【后续可能 element 书写导航部分】


*/
html,
body {
    background-color: #f8f8f8;
    margin: unset !important;
    overflow-x: hidden;
    /*font-family: PingFang SC, PingFang SC;*/
    font-family: Poppins, Poppins;
}

.home {
    /* 暂时设置 */
    /* padding-bottom: 100px; */
}

* {
    margin: 0;
    padding: 0;
}

.bg-white {
    background-image: none !important;
    background-color: #ffffff;
}

.banner-Wrap {
    padding-bottom: 30px;
}

.breadcrumbtext {
    max-width: 1410px;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

.bannertext {
    max-width: 1410px;
    height: auto;
    display: flex;
    flex-direction: column;
    margin-top: 75px;
    align-items: center;
}

.bannertext .banner-title {
    max-width: 968px;
    font-family: Poppins, Poppins;
    font-weight: 600;
    font-size: 62px;
    color: #000000;
    line-height: 82px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-bottom: 20px;
}

.bannertext .banner-desc {
    max-width: 830px;
    height: auto;
    font-family: Poppins, Poppins;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-bottom: 30px;
}

.bannertext .wr-section {
    padding: 0;
}
.banner-list-wrap {
    display: flex;
    gap: 40px;
    margin-bottom: 40px;
}
.banner-list-item {
    display: flex;
    gap: 17px;
}
.banner-list-item div{
    font-weight: 400;
    font-size: 15px;
}
.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;
}

/* 模块1 */
.section1-wrap {
    margin-top: 32px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 24px;
}

.section1-item {
    padding: 10px;
    background: #ffffff;
    border-radius: 30px;
    border: 1px solid #d3d9db;
}

.section1-item-container {
    width: 100%;
    height: 100%;
    padding: 36px 40px;
    background: #f5f8f9;
    border-radius: 26px;
}

.sec1-item-title {
    font-weight: 600;
    font-size: 22px;
    color: #1f1f1f;
    margin-top: 20px;
}

.sec1-item-desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #666666;
    margin-top: 16px;
}

.section1-item:hover .section1-item-container {
    background: #61d7ff;
}

.section1-item:hover .sec1-item-title,
.section1-item:hover .sec1-item-desc {
    color: #ffffff;
}


/*!* 问答模块 *!*/
.panel-answer a {
    text-decoration: underline;
    color: #0289ff;
}

@media (max-width: 1200px) {
    .wr-flex-content .price-add-info {
        flex-direction: column;
        gap: 20px;
    }

    .banner-data {
        width: 100%;
    }

    .banner-data-up .data-up-right {
        gap: 20px;
        justify-content: space-between;
    }
}

@media (max-width: 1000px) {
    .section2.wr-flex-content {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .section1-wrap {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

@media (max-width: 600px) {
    .dynamic-item .discount-wrap,
    .dynamic-item .payTypeList {
        width: 100%;
        height: auto;
    }

    .banner-data-up .data-up-left {
        margin-bottom: 10px;
    }

    .banner-data-up .data-up-right {
        gap: 10px;
        flex-direction: column;
    }
    .banner-list-wrap {
        flex-direction: column;
        gap: 10px;
    }
}