@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;
}

.bg-white { 
    background: #fff url("/static/snap_proxy/images/home_slices/dynamic_top_bg.webp") no-repeat top center !important;
}

.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: 32px;
    align-items: center;
}

.bannertext .banner-title {
    max-width: 968px;
    font-family: Microsoft YaHei;
    font-weight: 700;
    font-size: 36px;
    color: #000000;
    line-height: 48px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-bottom: 16px;
}

.bannertext .banner-desc {
    max-width: 854px;
    height: auto;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #7B7B7B;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-bottom: 32px;
}
.dynamic-list-wrap{
    margin-bottom: 32px;
}

.bannertext .wr-section {
    padding: 0;
}

.dynamic-item .price-add-info {
    border: none;
    padding: 0;
}

.dynamic-item .discount-wrap {
    width: 584px;
    height: 150px;
    background: #ffffff;
    border-radius: 20px 20px 20px 20px;
    border: 1px solid #dfdfdf;
    padding: 24px 44px;
}

.dynamic-item .discount-btn .blueBtn {
    width: 104px;
    min-height: 46px;
    background: #63d6fd;
    padding: 7px 15px 6px 14px;
    border-radius: 6px 6px 6px 6px;

    font-family: Poppins, Poppins;
    font-weight: 600;
    font-size: 22px;
    color: #ffffff;
    text-align: left;
    font-style: normal;
    text-transform: none;
    line-height: normal;
}

.dynamic-item .discount-text div {
    max-width: 323px;
    min-height: 54px;
    font-family: Poppins, Poppins;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.dynamic-item .discount-text .blod {
    max-width: 352px;
    min-height: 36px;
    font-family: Poppins, Poppins;
    font-weight: 600;
    font-size: 24px;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.dynamic-item .payTypeList {
    width: 584px;
    height: 150px;
    background: #ffffff;
    border-radius: 20px 20px 20px 20px;
    border: 1px solid #dfdfdf;
    padding: 30px 50px;
}

.dynamic-item .price-add-info .payTitle {
    max-width: 331px;
    min-height: 27px;
    font-family: Poppins, Poppins;
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

/* 购买套餐，下方模块 -----------------------------------------------------*/
.banner-data {

    margin-top: 48px;
    width: 1200px;
    max-width: 1200px;
    /* min-height: 300px; */
    background: #F7F7F7;
    border: 1px solid #E9EAEB;
    border-radius: 8px;
    padding: 24px;

    display: flex;
    flex-direction: column;
    gap: 60px;

    margin-bottom: 48px;
}

.banner-data-up .data-up-left {
    /* max-width: 377px; */

    text-align: left;
    font-size: 18px;
    line-height: 24px;
    color: #19181B;

    font-family: Microsoft YaHei;
    font-weight: 400;

    margin-bottom: 32px;
}

.banner-data-up .data-up-left span {
    font-family: Microsoft YaHei;
    font-weight: 700;
}

.banner-data-up .data-up-right {
    display: flex;
    gap: 60px;
}

.banner-data-up .item-column {
    display: flex;
    flex-wrap: wrap;
    /* flex-direction: column; */
    /* gap: 10px; */
}

.banner-data-up .item-column-list {
    margin-bottom: 12px;
    display: flex;
    gap: 8px;

    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #333333;

    width: calc((100% - 90px) /3);
}
.banner-data-up .item-column-list img{
    width: 16px;
    height: 16px;
}


.banner-data-down {
    max-width: 540px;
    min-height: 48px;
    font-family: Microsoft YaHei;
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin: 0 auto;
}

.banner-data-down a {
    text-decoration: underline;
    color: #0289ff;
}

.accept_bottom{
    display: flex;

    justify-content: space-between;
    width: 100%;

    padding-bottom: 24px;

    border-bottom: 1px solid #E9EAEB;

}
.accept_bottom_l{
    display: flex;
    gap: 8px;
    align-items:self-start;

    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;

    color: #19181B;
}

.accept_bottom_r{
    width: 653px;

    display: flex;
    flex-direction: column;
    align-items: end;
    
}

.accept_bottom_r_item{
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #19181B;

    display: flex;
    align-items: center;
    gap: 6px;

}
.accept_bottom_r_item02{
    margin-top: 10px;
}
.accept_bottom_r_item03 img{
    margin-top: 40px;
    width: 299px;
}


/* 购买套餐，上方模块   -end--------------------------------------------- */







/* 模块1 */
.wc_180{
    margin: 180px auto;
    max-width: var(--max-width);

}
.dyn_model{

}
.dyn_tit_wrap{

}
.dyn_tit{
    font-family: Microsoft YaHei;
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
    text-align: center;

    color: #19181B;

}
.dyn_tit_txt{
    margin: 0 auto;
    margin-top: 16px;

    max-width: 894px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    text-align: center;

    color: #7B7B7B;
}
.dyn_list{
    margin-top: 64px;
    display: flex;

    gap: 30px;
}
.dyn_item{
    flex: 1;
    padding: 21px;
    background:#FFFAF4;
    border-radius: 16px;

    border: 1px solid #E9EAEB;
    transition: all 0.3s ease-in-out;

}

.dyn_item:hover{
    box-shadow: 6px 6px 0px 0px #19181B;
}
.dyn_item01 .dyn_btn{
    margin-top: 75px;
}

.dyn_item02{
    background:#FCF6FF;
}
.dyn_item02 .dyn_btn{
    background:#FAF1FF;
    border: 1px solid #F4E7FF;

}


.dyn_item03{
    background:#F3FFFE;
}
.dyn_item03 .dyn_btn{

}
.dyn_item03 .dyn_btn{
    margin-top: 104px;
    background:#EDFFFE;
    border: 1px solid #D8FFFC;

}
.dyn_item02 .dyn_btn:hover{
    border: 1px solid #B740F3;

}
.dyn_item03 .dyn_btn:hover{
    border: 1px solid #16DDCD;

}
.dyn_btn:hover{
    gap: 12px;
    border: 1px solid #FE9F2D;
}


/* 模块2 swiper 跑马灯 ------------------- */
.swiper_module2{
    background: #F4F4F7;
    height: 430px;
}
.pin_swiper{
    margin: 0 auto;
    max-width: var(--max-width);
}
.pin_tit_wrap{
    padding: 60px 0;
}
.pin_tit_wrap{

}
.pin_tit{
    font-family: Microsoft YaHei;
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
    text-align: center;

}
.pin_tit_txt{
    margin: 0 auto;
    margin-top: 16px;
    margin-bottom: 32px;
    width: 758px;

    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    text-align: center;

    color: #7B7B7B;
}
.pin_swiper-wrapper{
    height: 92px;
    transition-timing-function: linear !important;
}



/* 1. 最外层盒子：固定 1200px 宽度 */
    .pin_outer_box {
      width: 1200px;
      /* border: 1px solid #ccc; */
      /* background-color: #13a876; */
      overflow: hidden;
    }

    /* 2. Swiper 容器：继承父级宽度 */
    .swiper {
      width: 100%;
      height: 92px; /* 容器高度 */
    }

    /* 3. 跑马灯核心：强制 Swiper 切换效果为线性匀速 */
    .swiper-wrapper {
      transition-timing-function: linear !important;
    }

    /* 4. Slide 容器：设置弹性布局用于居中内部内容 */
    .swiper-slide {
      display: flex;
      justify-content: center;
      align-items: center;
    }

    /* 5. 实际内容块：严格固定宽度 100px */
    .content-item {
      width: 100px;
      height: 92px;
      /* background-color: #4CAF50; */
      color: white;
      font-size: 24px;
      font-weight: bold;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 8px;
    }
    .content-item img{
        width: 100px;
        height: auto;
    }


/* 模块2 swiper 跑马灯   end ---------------------- */

.dyn_item_tit{
    margin-top: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #19181B;
    /* min-height: 52px; */

}
.dyn_item_txt{
    margin-top: 20px;

    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #7B7B7B;
}
.dyn_line{
    margin: 24px 0px;
    height: 1px;
    background: #FFF2E3;
}
.dyn_item_list{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.dyn_item_itm{
    display: flex;
    gap: 10px;
    align-items: center;

    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;

    color: #7B7B7B;

}
.dyn_btn{
    margin-top: 59px;

    background: #FFF8F0;
    border-radius: 8px;
    border: 1px solid #FFF3E5;

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;

    font-family: Microsoft YaHei;
    font-weight: 700;
    font-size: 16px;

    color: #19181B;

    height: 48px;

    transition: all 0.3s ease-in-out;

}



/* 模块3 */

/* 问答模块 */
.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{
        padding: 40px 10px;
    }

    .banner-data-up .data-up-left {
        margin-bottom: 10px;
        width: 90%;
    }

    .banner-data-up .data-up-right {
        gap: 10px;
        flex-direction: column;
    }
}

.banner-bg {
    position: relative;
    /* background-image: url('/static/snap_proxy/images/buy/srp-bg.svg'); */
    /* background-size: 100% 100%; */
    width: 1920px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banner-data {
    margin-top: 48px;
}

.banner-list-wrap {
    display: flex;
    gap: 40px;
    margin-bottom: 40px;
}

.banner-list-item {
    display: flex;
    gap: 17px;
}

.banner-list-item img{
    width: 20px;
    height: 20px;
}

@media (max-width: 1200px) {

    .banner-bg {
        width: 100%;
    }

    .banner-data {
        margin-top: 20px;
    }

    .shopping-box-left .left-bottom{
        height: auto !important;
    }
}

@media (max-width: 600px) {
    .banner-list-wrap {
        flex-direction: column;
        gap: 10px;
    }
}
