@charset "UTF-8";

/* 页面初始化 */
* {
    /* 设置盒子模型 */
    box-sizing: border-box;
    font-family: Poppins, Poppins, Noto Sans SC;
}

html,
body {
    margin: unset !important;
    overflow-x: hidden;
    font-family: Poppins, Poppins, Noto Sans SC;
    margin: 0;
    padding: 0;
}



/* 页面初始化 */
* {
    /* 设置盒子模型 */
    box-sizing: border-box;
    font-family: Poppins, Poppins, Noto Sans SC;
}

html,
body {
    margin: unset !important;
    overflow-x: hidden;
    font-family: Poppins, Poppins, Noto Sans SC;
    margin: 0;
    padding: 0;
}
.el-breadcrumb__inner a,
.el-breadcrumb__inner.is-link {
    color: #afbcc1;
    font-weight: normal;
}
.el-breadcrumb__item:last-child .el-breadcrumb__inner,
.el-breadcrumb__item:last-child .el-breadcrumb__inner a,
.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,
.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
    color: #333;
}
/* 下拉框 - start*/
a {
    text-decoration: none;
    color: #1a1a1a;
}

.dropbtn {
    font-size: 18px;
    font-weight: 600;
}
.dropbtn:hover {
    /*font-weight: 800;*/
}
.topNav-left-label li > a:hover {
    color: #005470;
    /*font-weight: 800;*/
}
.dropdown .dropdown-content {
    width: 40%;
    display: none;
    position: absolute;
    top: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.28);
    z-index: 1;
}

.dropdown .resources {
    width: 15% !important;
}

.dropdown:hover .dropdown-content {
    transition: 0.5s;
    display: block;
}

.imgtext-one:hover a {
    background: #f3f3fa;
    display: block;
    border-radius: 8px;
    transition: 0.5s;
    height: 60px;
}

.dropdown-content .dropdown-title {
    /* width: 90%;
    margin: auto;
    padding-top: 20px; */
}

.dropdown-content .dropdown-title .line {
    /* background-color: #ccc;
    height: 1px;
    width: 100%; */
}

.dropdown-content .dropdown-imgtext {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.dropdown-content .dropdown-imgtext .imgtext-one {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
}

.dropdown-content .usecases .imgtext-one {
    width: 50%;
}

.dropdown-content .usecases {
    display: flex !important;
    align-items: center;
    width: 92% !important;
    margin: auto;
}

.dropdown-content .dropdown-imgtext a {
    width: 90%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 10px;
}

.dropdown-content .producrts a {
    display: unset !important;
}

.dropdown-content .dropdown-imgtext .imgtext-left {
    display: flex;
    align-items: center;
    padding: 0 5px;
}

.dropdown-content .dropdown-imgtext .imgtext-right {
    font-size: 12px;
    color: #999;
    line-height: 12px;
    text-align: right;
    padding: 0 5px;
    width: 80%;
}

.dropdown-content .usecases .imgtext-right {
    white-space: initial;
    width: 100% !important;
    display: inline-block;
    line-height: 16px;
    padding: 10px 0;
    text-align: left;
}

.dropdown-content .usecases .imgtext-one a {
    display: unset !important;
    padding: 10px;
}

.dropdown-content .producrts .imgtext-right {
    white-space: initial;
    display: inline-block;
    width: 80%;
    text-align: left;
    line-height: 16px;
}

.dropdown-content .producrts .imgtext-one {
    height: unset;
}

.dropdown-content .producrts a {
    padding: 10px;
}

.dropdown-content .dropdown-imgtext {
    transition: 0.5s;
    display: block;
}

.dropdown-content .dropdown-imgtext .dropdown-sec-title {
    font-size: 14px;
    color: #1a1a1a;
    line-height: 14px;
    text-align: center;
    padding: 0 10px;
}

/* 下拉框 - end*/

.top {
    /* background: #fff; */
    /* background: #f9f9f9; */
    background: url(/static/snap_proxy/images/use_cases/ai/ai_top_bg.webp) no-repeat;
    /* background-size: cover; */
    /* width: 701px;
    height: 740px; */
}
/* .use-cases-page .top,
.youtube-page .top {
    background-image: url(/static/snap_proxy/images/use_cases/index/banner-bg.png);
    background-size: 100% 100%;
} */
 

.banner-Wrap {
    padding-top: 104px;
    padding-bottom: 0px;
    width: 100%;
    max-width: var(--max-width);
    margin: 0 auto;
}
.breadcrumbtext {
    padding-top: 36px;
}
.bannerContent {
    display: flex;
    justify-content: space-between;
    align-content: center;
    gap: 40px !important;
}
.banner-left{
    max-width: 592px;
}

.banner-right {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}
.banner-right img {
    display: inline-block;
    width: 100%;
}
.banner-left {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    gap: 0px;
}
.banner_title_ai h1{
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 46px;
    line-height: 60px;
    color: #19181B;
    padding-top: 54px;
}
.banner_title_ai h1 span{
    background: linear-gradient(90deg, #e5407b 0%, #6A43FF 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block;
    

}

.banner-sec-title h2 {
    margin: 0;
    padding: 0;
    font-weight: 500;
    font-size: 15px;
    color: #000000;
    margin-bottom: 10px;
}
.youtube-page .banner-desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5rem;
    color: #333;
}
.banner-desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    width: 600px;
    margin: 0;

    color:#474747;

    margin-top: 16px;
}
.contactBtn-wrap {
    display: flex;
    margin-top: 22px;
}
.contactBtnBox {
    display: flex;
    align-items: center;
    gap: 6px;
    height: 50px;
    line-height: 50px;
    padding: 0 24px;
    background: #63d6fd;
    border-radius: 8px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
}
.contactBtnBox:hover {
    box-shadow: 0px 3px 10px 0px rgba(99, 214, 253, 0.7);
}
.contactBtnBox .arrow-icon {
    width: 12px;
    height: 12px;
    margin-left: 7px;
    background-image: url(/static/snap_proxy/images/use_cases/seo/arrow-active.png?v={$res_ver});
}
.bannerList-wrap {
    margin-top: 24px;

    display: flex;
    flex-direction: column;
    gap: 12px;
}
.bannerList-item {
    display: flex;
    gap: 8px;
    align-items: center;
    /* margin-bottom: 12px; */
}
.bannerList-item:nth-last-of-type(1){
    margin-bottom: 0;
}
.bannerList-item div{
    font-size: 16px;
    color: #474747;
}
.bannerList-item img {
    display: inline-block;
}
.bannerBnt-wrap {
    display: flex;
    gap: 20px;
    margin-top: 60px;
}
.buyBtn {
    background: #40cfff;
    color: #fff;
    border-radius: 8px 8px 8px 8px;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.buyBtn:hover {
    box-shadow: 0px 3px 10px 0px rgba(99, 214, 253, 0.7);
}

.blueBtn {
    background: #40cfff;
    color: #fff;
    border-radius: 8px 8px 8px 8px;
    font-weight: 600;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    line-height: 1.2;
}
.blueBtn:hover {
    box-shadow: 0px 3px 10px 0px rgba(99, 214, 253, 0.7);
}
.wr-login-btn {
    border-radius: 8px;
    border: 1px solid #ccc;
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 10px 20px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
    cursor: pointer;
}
.wr-login-btn:hover {
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    border: 1px solid #000000;
}
/* 内容区域 */
.wr-container {
    background-color: #fff;
}
.wr-container.grey {
    background-color: #f9f9f9;
}
.wr-container.blue-bg {
    background: #f2fcff;
}
.wr-section {
    width: 100%;
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 80px 0;
}
.wr-section h2.section-title {
    padding: 0 50px;
    margin: 0 auto;
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 16px;
    text-align: center;
    line-height: 60px;
    padding: 0;
}
.wr-section p.section-sec-title {
    /*padding: 0 50px;*/
    margin: 0 auto;
    font-weight: 500;
    font-size: 16px;
    color: #666666;
    margin-bottom: 50px;
    text-align: center;
    max-width: 800px;
}

/* 模块1 */
.flex-content0 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.flex-content {
    display: flex;
    justify-content: space-between;
    gap: 100px;
}
.flex-reverse {
    flex-direction: row-reverse;
}
.content-text {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    max-width: 600px;
    margin-bottom: 40px;
    margin-top: 0;
}
.left-content,
.right-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
}
.left-content img,
.right-content img {
    width: 100%;
}
.right-content .bannerList-wrap img {
    width: auto;
}
.right-content .bannerList-wrap {
    margin-top: 0;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    flex: 1;
    margin-bottom: 60px;
}
.right-content .bannerList-item {
    gap: 9px;
}

.section-content h2.section-title {
    padding: 0;
    text-align: left !important;
    max-width: 600px;
}
.ai-page .section-content h2.section-title {
    /* max-width: 100%; */
    max-width: 574px;
    margin: 0 !important;
    text-align: left !important;
}
.bannerList-wrap {
    margin-bottom: 0 !important;
}
.margin-bottom-114 {
    margin-bottom: 114px;
}
.footer-banner-title{
    /* max-width: 810px;
    margin: 0 auto;
    margin-bottom: 60px; */
}
/* 价格模块 */
.price-box {
    flex: 1;
    padding: 10px 8px;
    border-radius: 36px;
    transition: all 0.3s ease-in-out;
}

.price-box:hover {
    background: #c5f0ff;
}
.price-box:hover .price-box-tips {
    color: #009bd0;
}

.price-box-wrap {
    gap: 36px;
    justify-content: center;
}
.price-box-tips {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    padding: 10px;
    padding-bottom: 18px;
    color: transparent;
    transition: all 0.3s ease-in-out;
}
.price-box:hover .price-box-inner {
    border: 1px solid transparent;
}
.price-box-inner {
    padding: 30px 40px;
    background: #ffffff;
    border-radius: 30px;
    border: 1px solid #e1e1e1;
    transition: all 0.3s ease-in-out;
}
.price-title {
    font-weight: 600;
    font-size: 30px;
    color: #000000;
    margin-bottom: 10px;
}
.price-desc {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    margin-bottom: 34px;
}
.price-main {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-bottom: 20px;
}
.price-num {
    font-weight: bold;
    font-size: 52px;
    color: #000000;
}
.price-info {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
}
.row-line {
    width: 100%;
    height: 1px;
    background-color: #eee;
    margin-top: 30px;
    margin-bottom: 20px;
}
.list-title {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 20px;
}
.list-item {
    justify-content: start;
    gap: 14px;
    align-items: center;
    margin-bottom: 12px;
}
.list-item-text {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
}
.grey-border-btn {
    background: #fff;
    border-radius: 10px;
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    padding: 10px 15px;
    text-align: center;
    border: 1px solid #cccccc;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    will-change: color, background-color;
}
.grey-border-btn:hover,
.price-box:hover .grey-border-btn {
    background: #63d6fd;
    color: #fff;
    border-color: transparent;
}

.price-add-info {
    display: flex;
    justify-content: space-between;
    padding: 30px 44px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    border: 1px solid #dfdfdf;
    margin-top: 50px;
    align-items: center;
}
.discount-wrap {
    display: flex;
    gap: 20px;
    align-items: center;
}
.discount-btn .blueBtn {
    background-color: #63d6fd;
}
.discount-text {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}
.discount-text div {
    max-width: 400px;
}
.discount-text .blod {
    font-weight: 600;
    font-size: 24px;
    color: #000;
}

.typeList {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
.paytypeList img {
    display: inline-block;
}
.payTitle {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 14px;
}

/* adv模块 */

img {
    display: inline-block;
}
.adv-section h2.section-title,
.faq-section h2.section-title {
    margin-bottom: 50px;
}
.advItem-wrap {
    gap: 30px;
}
.adv-item {
    background: #ffffff;
    border-radius: 15px;
    border: 1px solid #e6eaf0;
    transition: all 0.3s ease-in-out;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.adv-item:hover {
    border: 1px solid #63d6fd;
}
.item-title {
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    padding: 0 30px;
    margin: 0;
}
.item-content {
    flex: 1;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    flex: 1;
    padding: 0 30px;
    padding-bottom: 30px;
    padding-top: 20px;
    background-image: url(/static/snap_proxy/images/use_cases/seo/adv-item-bg.png);
    background-size: cover;
    margin: 0;
}

.adv-icon {
    margin-bottom: 30px;
    padding: 0 30px;
    padding-top: 30px;
}
/* 使用案例 */
.case-item-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: 0 auto;
    margin-bottom: 80px;
}
.case-item {
    border-radius: 16px 16px 16px 16px;
    border: 1px solid #e6eaf0;
    background: #f9f9f9;
    padding: 30px;
    transition: all 0.3s ease-in-out;
    will-change: background-color;
    max-width: 30%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.case-item:hover {
    background: #fff;
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.08);
}
.case-item-img {
}
.case-item-title {
    font-weight: 600;
    font-size: 16px;
    margin: 0;
    padding: 0;
}
.case-item-desc {
    font-weight: 400;
    font-size: 14px;
    flex: 1;
    margin: 0;
}
.case-item-btn {
    font-size: 14px;
    display: flex;
    align-items: center;
}

.case-item-btn .btn-a {
    border-radius: 20px;
    border: 1px solid rgba(102, 102, 102, 0.6);
    padding: 6px 18px;
    padding-right: 30px;
    font-weight: 400;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    will-change: color background-color, border-color;
    position: relative;
}
.case-item:hover .btn-a {
    background: #63d6fd;
    color: #fff;
    border-color: transparent;
}
.case-item .btn-a::after {
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    background-image: url(/static/snap_proxy/images/use_cases/index/more-icon.png?v={$res_ver});
    top: 50%;
    right: 15px;
    transform: translateY(-5px);
    transition: all 0.3s ease-in-out;
}
.case-item:hover .btn-a::after {
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    background-image: url(/static/snap_proxy/images/use_cases/index/more-icon-active.png?v={$res_ver});
    top: 50%;
    right: 10px;
    transform: translateY(-5px);
}

.showBtn-wrap {
    display: flex;
    justify-content: center;
    gap: 40px;
}
.showBtn a {
    background: #e5f3f7;
    border-radius: 20px;
    font-weight: 400;
    font-size: 14px;
    padding: 10px 36px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    display: flex;
    align-items: center;
}
.showBtn a:hover {
    background: #63d6fd;
    color: #fff;
}
.showBtn:hover .arrow-icon {
    background-image: url(/static/snap_proxy/images/use_cases/seo/arrow-active.png?v={$res_ver});
}
.arrow-icon {
    width: 12px;
    height: 12px;
    margin-left: 7px;
    background-image: url(/static/snap_proxy/images/use_cases/seo/arrow.png?v={$res_ver});
}
/* 响应式 */
@media (max-width: 600px) {
    .banner-Wrap {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .banner-right {
        display: none;
    }
    .breadcrumbtext {
        padding-top: 10px;
    }
    .case-item {
        width: 100%;
        max-width: 100%;
    }
    .flex-content,
    .flex-content0 {
        flex-direction: column;
    }
    .discount-wrap {
        flex-direction: column;
    }
    .price-add-info {
        flex-direction: column;
        padding: 10px;
    }
    .payTypeList {
    }
    .typeList {
        flex-wrap: wrap;
    }
    .wr-section h2.section-title {
        font-size: 34px;
    }
    .list-item.flex-content {
        flex-direction: row;
    }
    .quickQues-box .el-collapse-item__header {
        font-size: 16px;
        height: 1.5em;
        line-height: 2em;
    }
    .bannerBnt-wrap {
        flex-direction: column;
        text-align: center;
    }
    .wr-login-btn {
        justify-content: center;
    }
    .countryList .country-item {
        flex-direction: column;
        width: 50%;
        max-width: 50%;
    }
    .start-free-wrap .start-free-title {
        font-size: 50px;
    }
    .code-section .code-right {
        width: 100%;
    }
    .shadow-wrap .flex-content.gap80 {
        gap: 40px;
    }
}
@media (max-width: 1200px) {
    .banner-Wrap,
    .wr-section {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.margin-bottom-0 {
    margin-bottom: 0;
}

.dark-btn {
    padding: 16px 24px;
    color: #fff;
    background-color: #000;
    font-weight: 600;
    font-size: 16px;
    border-radius: 8px;
}
.dark-btn.border {
    color: #000;
    background-color: transparent;
    border: 1px solid #000000;
}


.wr-section h2.section-title {
    padding: 0 50px;
    margin: 0;
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 16px;
    text-align: center;
    line-height: 60px;
}
.section-content h2.section-title {
    padding: 0;
    text-align: left;
    max-width: 600px;
}
.wr-section .rotating_section-title{
    font-weight: 600;
    font-size: 40px;
    padding: 0 50px;
    margin: 0;
    margin-bottom: 16px;
    text-align: center;
    line-height: 60px;
}
.section-content h2.rotating_section-title {
    padding: 0;
    text-align: left;
    max-width: 600px;
}
.rotating_text{
    font-size: 16px;
    font-weight: 500;
}
.wr-section .ad_section-title{
    margin: 0 auto;
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 50px;
    text-align: center;
    line-height: 60px;
    max-width: 810px;
}
.item-content {
    flex: 1;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    flex: 1;
    padding: 0 30px;
    padding-bottom: 30px;
    background-image: url(/static/snap_proxy/images/use_cases/seo/adv-item-bg.png);
    background-size: cover;
    margin: 0;
}

.challenges_wrap{

}
.challenges_w_tit{
    margin-bottom: 64px;
    
    font-family: Microsoft YaHei;
    font-weight: 700;
    font-size: 40px;
    line-height: 53px;
    text-align: center;

    color: #000;
}


.challenges_list{
    display: flex;

    gap: 20px;
}

.challenges_item{
    width: calc((100-60px) / 3);
    height: 406px;

    border: 1px solid #E9EAEB;
    border-radius: 32px;

    padding: 36px 24px; 

    transition: all 0.3s ease-in-out;

    
}
.challenges_item:hover{
    /* box-shadow: 0px -4px 0px 0px #19181B; */

    box-shadow: 0px 4px 0px 0px #19181B;

}
.challenges_item img{
    width: 32px;
    height: 32px;
}
.challenges_tit{
    margin-top: 16px;
    font-family: Microsoft YaHei;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;

    color:#19181B;

}
.challenges_txt{
    margin-top: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;

    color:#7B7B7B;
}
.vs_g{
    margin: 53px 0px 42px;

    text-align: center;
}
.vs_g img{ 
    width: 33px;
    height: 20px;
}

.challenges_item .challenges_tit02_icon{
    width: 24px;
    height: 24px;
}

.challenges_tit02{
    margin-top: 10px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;

    color: #19181B;
    width: 95%;

}


/* ---模块2----- */
.capabilities_w_tit{
    font-family: Microsoft YaHei;
    font-weight: 700;
    font-size: 40px;
    line-height: 53px;
    text-align: center;

    color: #000;

    margin-bottom: 32px;
}
.section-title_txt{
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    text-align: center;

    color: #7B7B7B;
}
.commitment_wrap{
    margin-top: 64px;

    display: flex;
    flex-direction: column;
    gap: 20px;
}
.easily_wrap{
    display: flex;
    gap: 20px;
}
.step_item{
    padding: 24px;
    background: #F4F4F7;
    border-radius: 32px;
    border: 1px solid #F4F4F7;

    height: 320px;

    flex-shrink: 0;

    transition: all 0.3s ease-in-out;

}
.step_item:hover{
    background: #F1F1FA;
    border: 1px solid var(--themeColor);
    box-shadow: 4px 4px 0px 0px var(--themeColor);

}
.t_one{
    width: 680px;

    display: flex;
    align-items: center;
    gap: 40px;
}
.t_two{
    width: 500px;

    display: flex;
    align-items: center;
    gap: 10px;
}
.easily_wrap2 .t_two{
    width: 500px;

    display: flex;
    align-items: center;
    gap: 24px;
}
.step_item .step_item_title{
    font-family: Microsoft YaHei;
    font-weight: 700;
    font-size: 20px;
    line-height:26px;
    color: #19181B;

}
.step_item .step_item_desc{
    margin-top: 16px;

    font-weight: 400;
    font-size: 16px;
    line-height:26px;
    color: #7B7B7B;
}

/* ---模块3----- */
.devel_w_tit{
    margin: 0 auto;
    font-family: Microsoft YaHei;
    font-weight: 700;
    font-size: 40px;
    line-height: 53px;
    text-align: center;

    color: #000;

    margin-bottom: 32px;

    width: 816px;
}

.devel_wrap .commitment_wrap{
    margin-top: 64px;

    display: flex;
    flex-direction: column;
    gap: 20px;
}
.devel_list{
    display: flex;
    gap: 24px;
}
.devel_item{
    padding: 24px;
    background: #fff;
    border-radius: 24px;
    border: 1px solid #F4F4F7;

    height: 246px;

    flex-shrink: 1;

    display: flex;
    flex-direction: column;
    align-items: self-start;

    transition: all 0.3s ease-in-out;

}
.devel_item:hover{
    background: #FCF6FF;
    border: 1px solid #19181B;
    box-shadow: 4px 4px 0px 0px #19181B;

}
.devel_wrap .devel_item01{
    width: 506px;
    flex-shrink: 0;

}

.devel_list2 .devel_item02{
    width: 328px;
   
}
.devel_list2 .devel_item03{
    width: 412px;
}

.devel_list2 .devel_item04{
    width: 412px;
}
.devel_item_content{
    margin-top: 24px;
}

.devel_item .devel_item_title{
    font-family: Microsoft YaHei;
    font-weight: 700;
    font-size: 16px;
    line-height:21px;
    color: #19181B;

}
.devel_item .devel_item_desc{
    margin-top: 16px;

    font-weight: 400;
    font-size: 16px;
    line-height:26px;
    color: #7B7B7B;
}

/* -----模块4------------------ */
.stor_w_tit{
    margin: 0 auto;
    font-family: Microsoft YaHei;
    font-weight: 700;
    font-size: 40px;
    line-height: 53px;
    text-align: center;

    color: #000;

    margin-bottom: 32px;

    width: 816px;
}

.stor_wrap .commitment_wrap{
    margin-top: 64px;

    display: flex;
    flex-direction: column;
    gap: 20px;
}
.stor_list{
    display: flex;
    gap: 24px;
}
.stor_item{
    position: relative;
    

    width: 384px;
    height: 263px;

    transition: all 0.3s ease-in-out;

}


/* jianbian */

.stor_item .stor_item_plan{
    position: relative;
    padding: 24px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #DEDEE0;

    width: 384px;
    height: 263px;

    display: flex;
    flex-direction: column;
    align-items: self-start;

    transition: all 0.3s ease-in-out;

}
.stor_item:hover .stor_item_plan {
    z-index: 1;

    background: #fff;
    border: 1px solid transparent;
    border-radius: 10px;
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    background-image: linear-gradient(to right, #fff, #fff), 
                    linear-gradient(to right, #B740F3, #295EFF);

}


.stor_item::after {
    content: "";
    position: absolute;
    left: 0px;
    top:0px;
    z-index: -1 !important; /* 置于主体下方 */
    background: linear-gradient(to right, #E9EAEB, #E9EAEB);
    border-radius: 10px;

    width: 384px;
    height: 263px;
    
    transition: all 0.3s ease-in-out;
}
.stor_item:hover::after {
  content: "";
  position: absolute;
  left: 0px;
  top:4px;
  background: linear-gradient(to right, #B740F3, #295EFF);
  transition: all 0.3s ease-in-out;
}



/* jianbian end */



.stor_item img{
    width: 48px;
    height: 48px;


}

.stor_item_content{
    margin-top: 24px;
}

.stor_item .stor_item_title{
    font-family: Microsoft YaHei;
    font-weight: 700;
    font-size: 16px;
    line-height:21px;
    color: #19181B;

}
.stor_item .stor_item_desc{
    margin-top: 16px;

    font-weight: 400;
    font-size: 16px;
    line-height:26px;
    color: #7B7B7B;
}
/* -----模块5------------------ */
.wrp_mt180.mb180{
    margin-bottom: 180px;
}
.trust_w_tit{
    margin: 0 auto;
    font-family: Microsoft YaHei;
    font-weight: 700;
    font-size: 40px;
    line-height: 53px;
    text-align: center;

    color: #000;

    margin-bottom: 32px;

    width: 816px;
}

.trust_wrap .commitment_wrap{
    margin-top: 64px;

    display: flex;
    flex-direction: column;
    gap: 20px;
}
.trust_list{
    display: flex;
    gap: 24px;
}
.trust_item{
    padding: 24px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #F4F4F7;

    flex: 1;
    height: 246px;
    /* flex-shrink: 1; */
    display: flex;
    flex-direction: column;
    align-items: self-start;

    box-shadow: 0px 4px 0px 0px #E9EAEB;

    transition: all 0.3s ease-in-out;

}
.trust_item:hover{
    border: 1px solid #19181B;
    box-shadow: 0px 4px 0px 0px #19181B;

}

.trust_item_content{
    margin-top: 24px;
}

.trust_item .trust_item_title{
    font-family: Microsoft YaHei;
    font-weight: 700;
    font-size: 16px;
    line-height:21px;
    color: #19181B;

}
.trust_item .trust_item_desc{
    margin-top: 16px;

    font-weight: 400;
    font-size: 16px;
    line-height:26px;
    color: #7B7B7B;
}

/* -----模块------------------ */