a {
    color: #ffffff;
    text-decoration: none;
}

a:hover {
    color: #ffffff
}

.features {
    width: 100vw;
    background: #ffffff;
    min-width: 1280px;
}
.dropdown-content {
    display: none; /* 默认隐藏下拉菜单 */
    position: absolute; /* 使用 absolute 定位 */
    top: 72px; /* 下拉菜单位于 header_tab 下方 */
    left: 0;
    right: 0; /* 使下拉菜单占据整个页面的宽度 */
    background-color: #FFFFFF;
    border: 1px solid red;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2); /* 添加阴影效果 */
    z-index: 100; /* 确保下拉菜单在其他内容之上 */
    height: 210px;
    transform: translateY(-100%); /* 初始位置在上方，防止闪烁 */
    transition: transform 0.3s ease; /* 添加平滑过渡效果 */
    width: 100%; /* 确保宽度为 100% */
}


.dropdown-content.flex-row {
    display: flex;
    flex-wrap: wrap; /* 允许子元素换行 */
    justify-content: space-around; /* 子元素均匀分布 */
    align-items: center; /* 垂直居中对齐 */
}

.dropdown-content a {
    flex: 1; /* 使每个链接占据相等的空间 */
    text-align: center; /* 文本居中对齐 */
    padding: 12px 16px;
    text-decoration: none;
    color: #333;
    display: block;
}

.services {
    width: 100%;
    background: #F3F4F7;
    min-width: 1280px;
    margin: 0 auto;
    padding: 200px 0;
}


.services_title {
    font-weight: 600;
    font-size: 50px;
    color: #333333;
    line-height: 50px;
    text-align: center;
    font-style: normal;
}

.services_desc {
    font-weight: 400;
    font-size: 30px;
    color: #666666;
    line-height: 30px;
    text-align: right;
    font-style: normal;
}

.services_flex .desc {
    font-weight: 600;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: left;
    font-style: normal;
}

.services_flex .small-desc {
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 20px;
    text-align: left;
}



.advantage-desc{
    display: flex;
    flex-direction: column;
    padding: 40px 30px;
    width: 426px;
    height: 100%;
}

.advantage-desc:hover .part .image1{
    width: 30px;
    content:  url("https://cnsc-pics.cainiaoshicai.cn/wsbOs/peisong_head_card_01_s.svg");
    background-repeat: round;
}

.advantage-desc:hover .part .image2{
    width: 30px;
    content:  url("https://cnsc-pics.cainiaoshicai.cn/wsbOs/peisong_head_card_02_s.svg");
    background-repeat: round;
}

.advantage-desc:hover .part .image3{
    width: 30px;
    content:  url("https://cnsc-pics.cainiaoshicai.cn/wsbOs/peisong_head_card_03_s.svg");
    background-repeat: round;
}

.advantage-desc:hover .part  .title{
    color: #12B35A;
}

.advantage-desc:hover .desc{
    color: #333333;
}

.advantage-desc:hover  {
    background: #FFFFFF;
    box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
}

.advantage-desc .part {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    border: none;
}

.advantage-desc .part  .title{
    font-weight: 600;
    font-size: 26px;
    color: #333333;
    line-height: 26px;
    text-align: left;
    font-style: normal;
}

.advantage-desc .desc {
    font-weight: 400;
    font-size: 20px;
    color: #666666;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    border: none;
}

.advantage-desc .part .image1{
    width: 30px;
    content:  url("https://cnsc-pics.cainiaoshicai.cn/wsbOs/peisong_head_card_01_n.svg");
    background-repeat: round;
}

.advantage-desc .part .image2{
    width: 30px;
    content:  url("https://cnsc-pics.cainiaoshicai.cn/wsbOs/peisong_head_card_02_n.svg");
    background-repeat: round;
}

.advantage-desc .part .image3{
    width: 30px;
    content:  url("https://cnsc-pics.cainiaoshicai.cn/wsbOs/peisong_head_card_03_n.svg");
    background-repeat: round;
}

.cate {
    width: 100%;
    padding: 100px 320px;
    background-color: #FFFFFF;
    min-width: 1280px;
}

.solution {
    width: 100%;
    padding: 150px 320px;
    background-color: #FFFFFF;
    min-width: 1280px;
}


.cate_box {
}

.cate_img {
    width: 182px;
    height: 102px;
}

.cate_background {
    width: 182px;
    height: 102px;
    background-image: url("https://cnsc-pics.cainiaoshicai.cn/wsbOs/log7_2x.png");
    background-size: contain;
    background-repeat: no-repeat; /* 防止图片重复 */
}

.connecting {
    font-size: 16px;
    color: #999999;
}

.cate_flex {
    display: flex;
    flex-wrap: nowrap;
}

.cate_info_box {
    width: 305px;
    height: 300px;
    background: #FFFFFF;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}

.cate_title {
    font-weight: 600;
    font-size: 30px;
    color: #333333;
    line-height: 30px;
    text-align: left;
    font-style: normal;
}

.cate_desc {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    text-align: center;
    font-style: normal;
}

.cate_icon_box {
    height: 100%;
    padding:0 40px 80px 40px
}

.cati_icon{
    width: 400px;
    height: 550px;
}


.cate_icon_shi1 {
    background-size: cover;
    background-image: url(https://cnsc-pics.cainiaoshicai.cn/wsbOs/pic1.png);
}
.cate_icon_shi2 {
    background-image: url(https://cnsc-pics.cainiaoshicai.cn/wsbOs/pic2.png);
    background-size: cover;
}

.cate_icon_shi3 {
    background-image: url(https://cnsc-pics.cainiaoshicai.cn/wsbOs/pic3.png);
    background-size: cover;
}

.cate_icon_shi4 {
    background-image: url(https://cnsc-pics.cainiaoshicai.cn/wsbOs/pic4.png);
    background-size: cover;
}

.step {
    background-color: #FFFFFF;
    width: 100%;
    padding: 200px 0;
}

.step_dian {
    width: 21px;
    height: 21px;
}

.step_desc {
    font-weight: 600;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: right;
    font-style: normal;
}

.box_title {
    font-weight: 600;
    font-size: 30px;
    color: #333333;
    line-height: 30px;
    text-align: left;
    font-style: normal;
}

.box_desc {
    font-weight: 400;
    font-size: 20px;
    color: #666666;
    line-height: 40px;
    text-align: left;
    font-style: normal;
}

.box {
    width: 305px;
    height: 265px;
    background-repeat: no-repeat;
    background-position: center;
}
.contain-box1 {
    background-image: url(https://cnsc-pics.cainiaoshicai.cn/wsbOs/step1.png);
    background-size: contain;
}

.contain-box3 {
    background-image: url(https://cnsc-pics.cainiaoshicai.cn/wsbOs/step2.png);
    background-size: contain;
}

.contain-box4 {
    background-image: url(https://cnsc-pics.cainiaoshicai.cn/wsbOs/step3.png);
    background-size: contain;
}

.contain-box2 {
    background-image: url(https://cnsc-pics.cainiaoshicai.cn/wsbOs/%E7%BC%96%E7%BB%84%209%E5%A4%87%E4%BB%BD.png);
    background-size: contain;
}

.income_box {
    width: 413px;
    height: 600px;
    background-repeat: no-repeat;
    background-position: center;
}

 .income_img1 {
     background-image: url("https://cnsc-pics.cainiaoshicai.cn/wsbOs/income1.png");
     background-size: contain;
 }
.income_img2 {
    background-image: url("https://cnsc-pics.cainiaoshicai.cn/wsbOs/income2.png");
    background-size: contain;
}
.income_img3 {
    background-image: url("https://cnsc-pics.cainiaoshicai.cn/wsbOs/income3.png");
    background-size: contain;
}
.income_img4 {
    background-image: url("https://cnsc-pics.cainiaoshicai.cn/wsbOs/income4.png");
    background-size: contain;
}
.income_img5 {
    background-image: url("https://cnsc-pics.cainiaoshicai.cn/wsbOs/income5.png");
    background-size: contain;
}
.income_img6 {
    background-image: url("https://cnsc-pics.cainiaoshicai.cn/wsbOs/income6.png");
    background-size: contain;
}

.compare1_box {
    width: 475px;
    height: 622px;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: -36px;
    padding: 110px 80px
}

.compare2_box {
    width: 330px;
    height: 722px;
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px 60px 170px 60px;
}

.compare3_box {
    width: 475px;
    height: 622px;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: -36px;
    padding: 110px 36px 136px 36px ;
}

.compare_img1 {
    background-image: url("https://cnsc-pics.cainiaoshicai.cn/wsbOs/white.png");
    background-size: contain;
}

.compare_img2 {
    background-image: url("https://cnsc-pics.cainiaoshicai.cn/wsbOs/green.png");
    background-size: contain;
}

.compare_img3 {
    background-image: url("https://cnsc-pics.cainiaoshicai.cn/wsbOs/yellow.png");
    background-size: contain;
}

.before_level_up {
    width: 200px;
    height: 72px;
    background: #676767;
    border-radius: 10px;
}

.before_level_up_desc{
    font-weight: 600;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: right;
    font-style: normal;
}

.after_level_up {
    width: 200px;
    height: 72px;
    background: #986623;
    border-radius: 10px;
}

.after_level_up_desc {
    font-weight: 600;
    font-size: 50px;
    color: #333333;
    line-height: 50px;
    text-align: right;
    font-style: normal;
}



.earnings {
    font-weight: 600;
    font-size: 40px;
    color: #FFE347;
    line-height: 56px;
    text-align: center;
    font-style: normal;
}

.earnings_desc {
    font-weight: 600;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
    font-style: normal;
}

.cooperation {
    width: 305px;
    background-color: white;
    box-shadow: 0px 0px 20px 0px rgba(18,179,90,0.1);
}

.cooperation_img_box{
    width: 305px;
    height: 222px
}

.cooperation_logo_box{
    height: 56px;
}

.cooperation_logo1 {
    width: 56px;
    height: 51px;
    content: url("https://cnsc-pics.cainiaoshicai.cn/wsbOs/1_longxia_logo.png");
    background-repeat: round;
}

.cooperation_img1 {
    content: url("https://cnsc-pics.cainiaoshicai.cn/wsbOs/1_longxia.png");
    background-repeat: round;
}

.cooperation_logo2 {
    width: 128px;
    height: 56px;
    content: url("https://cnsc-pics.cainiaoshicai.cn/wsbOs/2_haidilao_logo.png");
    background-repeat: round;
}

.cooperation_img2 {
    content: url("https://cnsc-pics.cainiaoshicai.cn/wsbOs/2_haidilao.png");
    background-repeat: round;
}
.cooperation_logo3 {
    width: 56px;
    height: 54px;
    content: url("https://cnsc-pics.cainiaoshicai.cn/wsbOs/3_sichunge_logo.png");
    background-repeat: round;
}

.cooperation_img3 {
    content: url("https://cnsc-pics.cainiaoshicai.cn/wsbOs/3_sichunge.png");
    background-repeat: round;
}
.cooperation_logo4 {
    width: 128px;
    height: 56px;
    content: url("https://cnsc-pics.cainiaoshicai.cn/wsbOs/4_aihuishou_logo.png");
    background-repeat: round;
}

.cooperation_img4 {
    content: url("https://cnsc-pics.cainiaoshicai.cn/wsbOs/4_aihuishou.png");
    background-repeat: round;
}

.cooperation_logo5 {
    width: 128px;
    height: 50px;
    content: url("https://cnsc-pics.cainiaoshicai.cn/wsbOs/5_weiduomei_logo.png");
    background-repeat: round;
}

.cooperation_img5 {
    content: url("https://cnsc-pics.cainiaoshicai.cn/wsbOs/5_weiduomei.png");
    background-repeat: round;
}

.cooperation_logo6 {
    width: 102px;
    height: 56px;
    content: url("https://cnsc-pics.cainiaoshicai.cn/wsbOs/6_qumange_logo.png");
    background-repeat: round;
}

.cooperation_img6 {
    content: url("https://cnsc-pics.cainiaoshicai.cn/wsbOs/6_qumange.png");
    background-repeat: round;
}

.cooperation_logo7 {
    width: 110px;
    height: 56px;
    content: url("https://cnsc-pics.cainiaoshicai.cn/wsbOs/7_laopohenmang_logo.png");
    background-repeat: round;
}

.cooperation_img7 {
    content: url("https://cnsc-pics.cainiaoshicai.cn/wsbOs/7_laopohenmang.png");
    background-repeat: round;
}

.cooperation_logo8 {
    width: 58px;
    height: 58px;
    content: url("https://cnsc-pics.cainiaoshicai.cn/wsbOs/qvq_logo111111.png");
    background-repeat: round;
}

.cooperation_img8 {
    content: url("https://cnsc-pics.cainiaoshicai.cn/wsbOs/8_qaqmeizhuang.png");
    background-repeat: round;
}

.cooperation_text {
    width: 265px;
    height: 84px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 20px;
    color: #333333;
    line-height: 28px;
    text-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    text-align: justify;
    font-style: normal;
}


.services .services_box {
    width: 100%;
    height: 600px;
    padding-top: 60px;
    display: flex;
    justify-content: space-around;
}

.services .services_box .services_info .services_title {
    font-size: 32px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 60px;
}

.services .services_box .services_desc {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
}

.services .services_info {
    margin-top: 40px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.services .services_info .services_Img {
    width: 589px;
    height: 397px;
    background-image: url(https://cnsc-pics.cainiaoshicai.cn/wsbOs/order_manage.png);
    background-repeat: round;
}

.services .services_info .services_order_desc {
    width: 620px;
    height: 44px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
}

.features .info_box_delivery {
    height: 460px;
    background-color: #F5F5F5;
    min-width: 1280px;
    display: flex;
    justify-content: center;
}

.juhe {
    width: 90%;
    display: flex;
    justify-content: space-around;
}



.info_box_write {
    height: 460px;
    background-color: #ffffff;
    min-width: 1280px;
}

.info_box_product_info {
    height: 460px;
    padding-top: 40px;
}

.info_box_product {
    width: 100%;
    display: flex;
    justify-content: center;
}

.info_box_product_image {
    width: 589px;
    height: 397px;
}

.info_box_image_delivery {
    background-image: url(https://cnsc-pics.cainiaoshicai.cn/wsbOs/delivery_manage.png);
    background-repeat: round;
}

.info_box_image_prod {
    background-image: url(https://cnsc-pics.cainiaoshicai.cn/wsbOs/product_manage.png);
    background-repeat: round;
    width: 521px;
    height: 384px;
    /*margin-left: 80px;*/
}

.info_box_image_stock {
    background-image: url(https://cnsc-pics.cainiaoshicai.cn/wsbOs/stock_manage.png);
    background-repeat: round;
    width: 509px;
    height: 384px;
}

.info_box_text_desc {
    width: 620px;
    height: 44px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
}

.cate_delivery_mt {
    background-image: url(https://cnsc-pics.cainiaoshicai.cn/wsbOs/delivery_mt.png);
    background-repeat: round;
}
.cate_delivery_fn {
    background-image: url(https://cnsc-pics.cainiaoshicai.cn/wsbOs/delivery_fn.png);
    background-repeat: round;
}
.cate_delivery_sf {
    background-image: url(https://cnsc-pics.cainiaoshicai.cn/wsbOs/delivery_sf.png);
    background-repeat: round;
}
.cate_delivery_dada {
    background-image: url(https://cnsc-pics.cainiaoshicai.cn/wsbOs/delivery_dada.png);
    background-repeat: round;
}
.cate_delivery_ss {
    background-image: url(https://cnsc-pics.cainiaoshicai.cn/wsbOs/delivery_ss.png);
    background-repeat: round;
}
.cate_delivery_uu {
    background-image: url(https://cnsc-pics.cainiaoshicai.cn/wsbOs/delivery_uu.png);
    background-repeat: round;
}
.cate_delivery_gxd {
    background-image: url(https://cnsc-pics.cainiaoshicai.cn/wsbOs/delivery_gxd.png);
    background-repeat: round;
}

.version {
    width: 100vw;
    height: 2348px;
    background: white;
    display: flex;
    justify-content: center;
}

.version_info {
    width: 90vw;
    height: 2448px;
    margin: 0 auto;
    padding-top: 40px;
}

.version_box_title {
    width: 100%;
    height: 322px;
    background: white;
    margin-top: 60px;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
}

version_box_title_item {
    width: 100%;
    height: 322px;
}

.version_box_title_item:first-child {
    background-color: #F5F5F5;
    width: 10vw;
    border-right: 1px solid #DDDDDD;
}

.version_box_title_item:not(:first-child) {
    background-color: white;
    width: 20vw;
    border-right: 1px solid #DDDDDD;
}

.version_text_gnjs {
    width: 112px;
    height: 40px;
    font-size: 28px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 40px;
}

.version_box_title_item_mf {
    width: 100%;
    height: 56px;
    background: #F5F5F5;
}

.version_box_title_item_mf_icon {
    width: 26px;
    height: 23px;
    background-image: url(https://cnsc-pics.cainiaoshicai.cn/wsbOs/charge.svg);
    background-repeat: round;
    margin-right: 10px;
}

.version_box_title_item_mf_text {
    width: 60px;
    height: 28px;
    font-size: 20px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 28px;
}

.version_box_title_item_vip {
    width: 100%;
    height: 56px;
    background: #C8D4E9;
}

.version_box_title_item_vip_icon {
    width: 26px;
    height: 23px;
    background-image: url(https://cnsc-pics.cainiaoshicai.cn/wsbOs/vip.svg);
    background-repeat: round;
    margin-right: 10px;
}

.version_box_title_item_vip_text {
    width: 60px;
    height: 28px;
    font-size: 20px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 28px;
}

.version_box_title_item_major {
    width: 100%;
    height: 56px;
    background: linear-gradient( 113deg, #F7E0BF 0%, #F3BD70 100%);
}

.version_box_title_item_major_icon {
    width: 26px;
    height: 23px;
    background-image: url(https://cnsc-pics.cainiaoshicai.cn/wsbOs/major.svg);
    background-repeat: round;
    margin-right: 10px;
}

.version_box_title_item_major_text {
    width: 60px;
    height: 28px;
    font-size: 20px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 28px;
}

.version_box_title_item_enjoy {
    width: 100%;
    height: 56px;
    background: linear-gradient( 118deg, #60626D 0%, #232323 100%);
}

.version_box_title_item_enjoy::after {
    content: "";
    display: inline-block;
    width: 60px;  /* 根据你的图片大小调整 */
    height: 23px; /* 根据你的图片大小调整 */
    background: url(https://cnsc-pics.cainiaoshicai.cn/Officialwebsite/wurencang.svg) no-repeat;
    background-size: contain;
    bottom: 35px;
    left: 65px;
    position: relative;
}

.version_box_title_item_enjoy_icon {
    width: 26px;
    height: 23px;
    background-image: url(https://cnsc-pics.cainiaoshicai.cn/wsbOs/major.svg);
    background-repeat: round;
    margin-right: 10px;
}

.version_box_title_item_enjoy_text {
    width: 60px;
    height: 28px;
    font-size: 20px;
    padding-top: 13px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color:#FFFFFF ;
    line-height: 28px;
}

.version_box_title_desc {
    width: 80%;
    min-height: 140px;
    font-size: 15px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 21px;
    margin-top: 30px;
}

.version_box_title_phone {
    height: 21px;
    font-size: 15px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 21px;
    margin-top: 15px;
}

.version_box_btn {
    width: 140px;
    height: 40px;
    background: #26B942;
    border-radius: 4px;
    border: 1px solid #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}

.table1 {
    /*width: 90vw;*/
}
.table_title_box {
    width: 100%;
    height: 60px;
    background: #F9F9F9;
    padding: 16px 20px;
}

.table_desc_box {
    width: 10vw;
    height: 50px;
    background: #FFFFFF;
    padding: 14px 0 14px 20px;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}
.table_desc_box_gary {
    width: 10vw;
    height: 50px;
    background: #FAFAFA;
    padding: 14px 0 14px 20px;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}
.table_desc_box_second{
    width: 20vw;
    height: 50px;
    background: #FFFFFF;
    padding: 14px 20px;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}
.table_desc_box_second_gary{
    width: 20vw;
    height: 50px;
    background: #FAFAFA;
    padding: 14px 20px;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}

.table_title_text {
    height: 28px;
    font-size: 20px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 28px;
}

.table_desc_text {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
}

.table_desc_icon_no {
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-image: url(https://cnsc-pics.cainiaoshicai.cn/Officialwebsite/no.svg);
    background-size: contain;
}

.table_desc_icon_yes {
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-image: url(https://cnsc-pics.cainiaoshicai.cn/Officialwebsite/yes.svg);
    background-size: contain;
}

.vip_bg{
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-image: url(https://cnsc-pics.cainiaoshicai.cn/Officialwebsite/vip.svg);
    background-size: contain;
}

table {
    border-collapse: collapse; /* 合并单元格边框 */
    border: 1px solid #DDDDDD; /* 边框样式 */
}

th, td {
    border: 1px solid #DDDDDD; /* 单元格边框样式 */
}

th {
    border: none; /* 去掉第一列单元格的边框 */
}

.features_tips_box {
    width: 60vw;
    margin: 30px auto 50px;
}

.features_tips {
    width: 434px;
    height: 20px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FF8309;
    line-height: 20px;
}

.hot_box {
    width: 32px;
    height: 18px;
    background: #FF2200;
    border-radius: 9px;
    margin-left: 6px;
    padding-left: 4px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 17px;
}

.border_1 {
    border: 1px solid #E5E5E5;
}

.marginL10{
    margin-left: 10px;
}

.flow01 {
    width: 280px;
    height: 360px;
    background-repeat: round;
    background-image: url("https://cnsc-pics.cainiaoshicai.cn/wsbOs/chanpinzixun_n.png");
}

.flow01:hover {
    width: 280px;
    height: 360px;
    background-repeat: round;
    background-image: url("https://cnsc-pics.cainiaoshicai.cn/wsbOs/chanpinzixun_s.png");
}

.flow02 {
    width: 280px;
    height: 360px;
    background-repeat: round;
    background-image: url("https://cnsc-pics.cainiaoshicai.cn/wsbOs/qianyuehezuo_n.png");
}

.flow02:hover {
    width: 280px;
    height: 360px;
    background-repeat: round;
    background-image: url("https://cnsc-pics.cainiaoshicai.cn/wsbOs/qianyuehezuo_s.png");
}

.flow03 {
    width: 280px;
    height: 360px;
    background-repeat: round;
    background-image: url("https://cnsc-pics.cainiaoshicai.cn/wsbOs/fangansheji_n.png");
}

.flow03:hover {
    width: 280px;
    height: 360px;
    background-repeat: round;
    background-image: url("https://cnsc-pics.cainiaoshicai.cn/wsbOs/fangansheji_s.png");
}

.flow04 {
    width: 280px;
    height: 360px;
    background-repeat: round;
    background-image: url("https://cnsc-pics.cainiaoshicai.cn/wsbOs/gaizaoanzhuang.png");
}

.flow04:hover {
    width: 280px;
    height: 360px;
    background-repeat: round;
    background-image: url("https://cnsc-pics.cainiaoshicai.cn/wsbOs/gaizaoanzhuang_s.png");
}

.flow05 {
    width: 280px;
    height: 360px;
    background-repeat: round;
    background-image: url("https://cnsc-pics.cainiaoshicai.cn/wsbOs/peixunshishi.png");
}

.flow05:hover {
    width: 280px;
    height: 360px;
    background-repeat: round;
    background-image: url("https://cnsc-pics.cainiaoshicai.cn/wsbOs/peixunshishi_s.png");
}

.flow06 {
    width: 280px;
    height: 360px;
    background-repeat: round;
    background-image: url("https://cnsc-pics.cainiaoshicai.cn/wsbOs/shangxianqiyong.png");
}

.flow06:hover {
    width: 280px;
    height: 360px;
    background-repeat: round;
    background-image: url("https://cnsc-pics.cainiaoshicai.cn/wsbOs/shangxianqiyong_s.png");
}

.flow_title {
    font-weight: 600;
    font-size: 30px;
    color: #333333;
    line-height: 30px;
    text-align: left;
    font-style: normal;
}


.flow-item:hover .flow_title {
    font-weight: 600;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: left;
    font-style: normal;
}

.flow_desc {
    font-weight: 400;
    font-size: 20px;
    color: #666666;
    line-height: 30px;
    text-align: left;
    font-style: normal;
}

.flow-item:hover .flow_desc {
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: left;
    font-style: normal;
}

.play {
    width: 100%;
    padding: 100px 0;
    background-image: url(https://cnsc-pics.cainiaoshicai.cn/%E5%BA%95%E5%9B%BE.png);
    background-repeat: round;
    min-width: 1280px;
}

.platform_box {
    width: 100%;
    min-width: 1280px;
    position: relative;
}

.play_title {
    font-weight: 600;
    font-size: 50px;
    color: #FFFFFF;
    line-height: 50px;
    text-align: right;
    font-style: normal;
}

.ai {
    width: 100%;
    padding: 100px 320px 0 320px;
    background-color: #FFFFFF;
    min-width: 1280px;
}

.receipt {
    width: 100%;
    padding: 100px 320px 0 320px;
    background-color: #F3F4F7;
    min-width: 1280px;
}

.platform {
    width: 100%;
    background: #ffffff;
    min-width: 1280px;
    padding: 200px 0;
    position: relative;
}

.platform_box {
    width: 100%;
    min-width: 1280px;
}

.gradient-left {
    position: absolute;
    left: 0;
    top: -200px;
    bottom: -200px;
    width: 5%;
    z-index: 99;
    background-image: url("https://cnsc-pics.cainiaoshicai.cn/logo%E9%81%AE%E6%8C%A1%E5%B7%A6.png");
}

.gradient-right {
    position: absolute;
    right: 0;
    top: -200px;
    bottom: -200px;
    width: 5%;
    z-index: 99;
    background-image: url("https://cnsc-pics.cainiaoshicai.cn/logo%E9%81%AE%E6%8C%A1%E5%8F%B3.png");
}

.platform_flex {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
    width: 80vw;
    justify-content: space-around;
}

/*.platform_info_box  {*/
/*    width: 185px;*/
/*    height: 62px;*/
/*    margin: 15px 0px;*/
/*}*/
.platform_info_box {
    transform: translate(-50%,  0);
    transition: ease-in;
    overflow: hidden;
    width: 100%;
}

div#scroll-container {
    white-space: nowrap;
}

#scroll-container {
    overflow: hidden;
    height: 140px;
    width: 100%;
    white-space: nowrap;
}

#scroll-content1, #scroll-content2 {
    display: inline-block;
}

#scroll-content1 img {
    display: inline-block;
    height: 100%;
}

div#scroll-container2 {
    white-space: nowrap;
}

#scroll-container2 {
    overflow: hidden;
    height: 140px;
    width: 100%;
    white-space: nowrap;
}

#scroll-content3, #scroll-content4 {
    display: inline-block;
}

#scroll-content3 img {
    display: inline-block;
    height: 100%;
}

div#scroll-container3 {
    white-space: nowrap;
}

#scroll-container3 {
    overflow: hidden;
    height: 140px;
    width: 100%;
    white-space: nowrap;
}

#scroll-content5, #scroll-content6 {
    display: inline-block;
}

#scroll-content5 img {
    display: inline-block;
    height: 100%;
}

.flow-item {
    transition: transform 0.5s ease;
}

.flow-item:hover {
    transform: translateY(-20px);
}

.ul{
    padding: 0;
}
