
 .box1 {
     padding-top: 120px;
 }

 .box1 .title {
     font-weight: 600;
     font-size: 32px;
     color: #333333;
     margin-bottom: 50px;
     padding-left: 20px;
     position: relative;
 }

 .box1 .title::before {
     width: 5px;
     height: 28px;
     background-color: #F40020;
     position: absolute;
     top: 50%;
     left: 0;
     margin-top: -14px;
     content: "";
 }

 .box1 .sp-zfb {
     width: 100%;
     box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.1);
     border-radius: 30px;
 }

 .box1 .box-l {
     margin-right: 100px;
     border-radius: 30px;
     box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.06);
     width: 370px;

 }

 .box1 .box-l .box-l-title {
     text-align: center;
     background: #3B66F1;
     height: 70px;
     line-height: 70px;
     margin-bottom: 10px;
     border-radius: 30px 30px 0 0;
 }

 .box1 .box-l .box-l-pic {
     width: 180px;
     height: 180px;
     margin: 25px auto 15px;
 }

 .box1 .box-l .box-l-text {
     color: #3B66F1;
     font-size: 16px;
     text-align: center;
     padding-bottom: 30px;
     font-weight: 500;
 }

 .box1 .sp-zfb {
     padding-right: 96px;
     background-color: #FCFCFC;
 }

 .box1 .sp-zfb .box-r {
     flex: 1;
     display: flex;
     flex-direction: column;
     justify-content: center;
 }

 .box1 .box-r-item {
     margin-bottom: 10px;
 }

 .box1 .ks-content .l {
     padding-top: 50px;
 }

 .box1 .ks-content .l .l-ul {
     color: #333;
     line-height: 32px;
 }

 .box1 .ks-content .r {
     width: 474px;
     position: relative;
 }

 .box1 .ks-content .r .ksm {
     /* width: 247px;
     height: 313px; */
     position: absolute;
     top: 71px;
     left: 227px;
     background: #FFFFFF;
     box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
     border-radius: 20px 20px 20px 20px;
     padding: 42px 40px 20px 40px;
 }

 .box1 .ks-content .r .ksm .pic1 {
     width: 167px;
     height: 167px;
     margin-bottom: 15px;
 }

 .box1 .ks-content .r .ksm .pic2 {
     width: 88px;
     height: 34px;
     margin-bottom: 18px;
 }

 .box1 .ks-content .r .ksm .text {
     font-size: 12px;
     color: #747677;
 }

 .box1 .core-fun .fun-box {
     width: 272px;
     height: 281px;
     background: #F5FAFF;
     box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.1);
     border-radius: 0px 0px 0px 0px;
     padding: 20px;
 }

 .box1 .core-fun .fun-box .fun-box-text {
     font-size: 15px;
     color: #555;
     line-height: 32px;
 }

 .box1 .service-box .item-box .service-item {
     width: 180px;
     margin-bottom: 30px;
 }

 .box1 .service-box .item-box .service-item .service-item-text {
     font-size: 14px;
     color: #747677;
     line-height: 19px;
     text-align: left;
     margin-top: 10px;
     text-align: justify;
 }

 .box1 .service-line-box {
     position: relative;
     height: 30px;
     width: 100%;
 }
 .box1 .service-line-box .service-line{
    height: 2px;
    width: 1180px;
    position: absolute;
    top: 50%;
    left: 50%;
    right: 50%;
    margin-left: -590px;
    margin-top: -1px;
    background: #C8C8C8;
 }
 .box1 .service-line-box .lcbyuan-box{
    width: 100%;
    height: 30px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
 }
 .box1 .service-line-box .lcbyuan-box .lcbyuan{
    width:30px;
    height: 30px;
 }
 .box1 .insurance .insurance-content{
    margin: 20px 0 45px 0;
 }
 .box1 .insurance .l-text{
    margin-right: 20px;
 }

/* Mobile Styles for Product Service Page */
@media (max-width: 768px) {
    .box1 {
        padding-top: 60px;
    }

    .box1 .title {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .box1 .title::before {
        height: 22px;
        margin-top: -11px;
    }

    /* Alipay & Shanpin section */
    .box1 .flex-between.mB50 {
        flex-direction: column;
    }

    .box1 .flex-between.mB50 > div {
        width: 100% !important;
        height: auto !important;
        margin-bottom: 15px;
    }

    .box1 .flex-between.mB50 > div img {
        width: 100%;
        height: auto;
    }

    .box1 .sp-zfb {
        flex-direction: column;
        padding: 20px;
        border-radius: 15px;
    }

    .box1 .box-l {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
        border-radius: 15px;
    }

    .box1 .box-l .box-l-title {
        height: 50px;
        line-height: 50px;
        font-size: 18px;
        border-radius: 15px 15px 0 0;
    }

    .box1 .box-l .box-l-pic {
        width: 140px;
        height: 140px;
    }

    .box1 .sp-zfb .box-r {
        width: 100%;
    }

    .box1 .sp-zfb .box-r .flex-between {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .box1 .sp-zfb .box-r .flex-between > div {
        width: 50%;
        margin-bottom: 20px;
        text-align: center;
    }

    .box1 .box-r-item {
        font-size: 20px !important;
    }

    /* Kuaishou section */
    .box1 .ks-content {
        flex-direction: column;
    }

    .box1 .ks-content .l {
        padding-top: 30px;
        width: 100%;
    }

    .box1 .ks-content .l .l-ul {
        margin-bottom: 50px !important;
    }

    .box1 .ks-content .l .l-ul ul {
        padding-left: 20px;
        font-size: 14px;
    }

    .box1 .ks-content .l .flex-between {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .box1 .ks-content .l .flex-between > div {
        width: 50%;
        margin-bottom: 20px;
    }

    .box1 .ks-content .r {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 30px;
    }

    .box1 .ks-content .r > img {
        width: 200px !important;
        height: auto !important;
    }

    .box1 .ks-content .r .ksm {
        position: relative;
        top: auto;
        left: auto;
        margin-top: 20px;
        padding: 25px;
    }

    .box1 .ks-content .r .ksm .pic1 {
        width: 120px;
        height: 120px;
    }

    .box1 .ks-content .r .ksm .pic2 {
        width: 70px;
        height: auto;
    }

    /* Fengxiaobao section - achievement stats 2x2 grid */
    .box1 .mB80 .flex-between {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .box1 .mB80 .flex-between > div {
        width: calc(50% - 12px);
        margin-bottom: 25px;
        text-align: left;
    }

    .box1 .mB80 .flex-between > div .font32 {
        font-size: 22px;
    }

    .box1 .mB80 .flex-between > div .font20 {
        font-size: 14px;
    }

    .box1 .flex-between img[style*="width: 575px"] {
        width: 100% !important;
        height: auto !important;
        margin-bottom: 15px;
    }

    .box1 .core-fun .flex-between {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row !important;
        justify-content: space-between;
        gap: 12px;
    }

    .box1 .core-fun .fun-box {
        width: calc(50% - 6px);
        height: auto;
        min-height: auto;
        margin-bottom: 0;
        padding: 12px;
        box-sizing: border-box;
    }

    .box1 .core-fun .fun-box .flex.mB15 {
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 8px !important;
    }

    .box1 .core-fun .fun-box .flex.mB15 img {
        width: 22px !important;
        height: 22px !important;
        margin-right: 6px !important;
    }

    .box1 .core-fun .fun-box .flex.mB15 .t44 {
        font-size: 14px !important;
        white-space: nowrap;
    }

    .box1 .core-fun .fun-box .fun-box-text {
        font-size: 11px;
        line-height: 18px;
    }

    /* Service flow */
    .box1 .service-box .item-box {
        flex-direction: column;
    }

    .box1 .service-box .item-box .service-item {
        width: 100%;
        margin-left: 0 !important;
        margin-bottom: 20px;
    }

    .box1 .service-line-box {
        display: none;
    }

    .box1 .service-box .item-box.flex {
        flex-direction: column;
    }

    /* Insurance section */
    .box1 .insurance .flex-center {
        flex-direction: column;
        align-items: flex-start;
    }

    .box1 .insurance .l-text {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .box1 .insurance .insurance-content {
        margin: 15px 0 30px 0;
    }
}