.banner {
    position: relative;
    height: 70vh;
}
.banner .img {
    height: 100%;
}
.banner .img img {
    display: block;
    height: 100%;
}
.banner .box {
    width: 1440px;
    background: rgba(255,255,255,0.5);
    border-radius: 10px 10px 0 0;
    padding: 30px 46px 40px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.banner .box .title {
    margin: 0 0 20px;
}

.banner .box .title p {
    font-family: 'Poppins m';
    font-weight: 500;
    font-size: 20px;
    color: #111111;
}

.banner .box .title span {
    font-weight: 400;
    font-size: 14px;
    color: #1C69D4;
}

.banner .box form {
    display: flex;
}

.banner .box form input {
    width: 200px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #DBDFE1;
    margin-right: 10px;
    padding: 0 19px;
}

.banner .box form input.demo-phone {
    width: 305px;
}

.banner .box form .code_btn {
    width: 200px;
    height: 40px;
    background: #DBEAFE;
    border-radius: 4px;
    border: none;
    font-weight: 400;
    font-size: 14px;
    color: #1C69D4;
}

.banner .box form .code_btn.on {
    pointer-events: none;
    cursor: no-drop;
}

.banner .box form .submit {
    width: 150px;
    height: 40px;
    background: #1C69D4;
    border-radius: 4px;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
}

.section {
    padding: 62px 0 0;
    width: 100vw;
    overflow: hidden;
}

.section .wrap {
    width: 1440px;
    margin: 0 auto;
}

.section .wrap .pro_link {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 60px;
}

.section .wrap .pro_link .item {
    font-family: 'Poppins b';
    font-weight: 600;
    font-size: 20px;
    color: #111111;
    line-height: 30px;
    padding: 0 20px;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.6s;
}

.section .wrap .pro_link .item:not(:nth-last-child(1)) {
    border-right: 1px solid #DBDFE1;
}

.section .wrap .pro_link .item:hover, .section .wrap .pro_link .item.on {
    color: #1C69D4;
}

.section .wrap .select_box {
    width: 100%;
}

.section .wrap .select_box .select_box_item {
    display: flex;
    justify-content: space-between;
}

.pro_list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.page {
    margin: 30px 0 60px;
}

.section .wrap .select_box .select_box_item h5 {
    font-family: 'Poppins b';
    font-weight: 600;
    font-size: 18px;
    color: #111111;
    line-height: 61px;
    margin-right: 38px;
    white-space: nowrap;
    width: 160px;
}
.select_box_item_box_brand_sort {
    display: flex;
    width: 1280px;
}
.select_box_item_box_brand_sort .flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
    width: 100%;
}
.select_box_item_brand .select_box_item_flex {
    width: 1150px !important;
    margin: 0 0 0 auto;
}
.select_box_item_box_brand_sort .select_box_item_box_item {
    line-height: unset !important;
}
.select_box_item_box_brand_sort .select_box_item_box_item.on {
    color: #1C69D4;
}
.select_box_item_box_brand .select_box_item_flex .select_box_item_box_item {
    display: none;
}
.select_box_item_box_brand .select_box_item_flex .select_box_item_box_item.active {
    display: block;
}
.select_box_item_box_brand_sort .sort_item {
    font-weight: 400;
    font-size: 16px;
    color: #111111;
    cursor: pointer;
    transition: 0.6s;
}
.select_box_item_box_brand_sort .sort_item.on,.select_box_item_box_brand_sort .sort_item:hover {
    color: #1C69D4;
}
.section .wrap .select_box .select_box_item .select_box_item_box {
    max-height: 61px;
    border-bottom: 1px solid #DBDFE1;
    overflow: hidden;
    position: relative;
    width: calc(100% - 200px);
}
.select_box_item_box_brand {
    max-height: unset !important;
}

.section .wrap .select_box .select_box_item .select_box_item_box .layui-input {
    border: none;
    height: 60px;
    box-shadow: unset !important;
    width: 200px;
    font-size: 16px;
    padding-left: 0;
}

.section .wrap .select_box .select_box_item .select_box_item_box .layui-form-select {
    margin-right: 50px;
}

.section .wrap .select_box .select_box_item .select_box_item_box .select_box_item_flex {
    width: 1280px;
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px 0 0;
}

.section .wrap .select_box .select_box_item .select_box_item_box .select_box_item_box_item {
    font-weight: 400;
    font-size: 16px;
    color: #111111;
    line-height: 60px;
    margin-right: 75px;
    cursor: pointer;
    transition: 0.6s;
}

.section .wrap .select_box .select_box_item .select_box_item_box .select_box_item_box_item.on {
    color: #1C69D4;
}

.section .wrap .select_box .select_box_item .select_box_item_box .select_box_item_box_more {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    height: 60px;
    font-weight: 400;
    font-size: 16px;
    color: #1C69D4;
    cursor: pointer;
}

.section .wrap .select_box .select_box_item .select_box_item_box .select_box_item_box_more .iconfont {
    font-size: 12px;
    transform: rotate(-90deg);
    margin-left: 10px;
    transition: 0.6s;
}

.section .wrap .select_box .select_box_item .select_box_item_box .select_box_item_box_more.on .iconfont {
    transform: rotate(90deg);
}

.section .wrap .select_box .select_box_item .select_box_item_box.active {
    max-height: unset;
}

.section .wrap .select_box .select_box_item.none {
    display: none;
}

.section .wrap .have_select_box {
    display: flex;
    padding: 20px 0;
    border-top: 1px solid #DBDFE1;
    border-bottom: 1px solid #DBDFE1;
}

.section .wrap .have_select_box h5 {
    font-family: 'Poppins b';
    font-weight: 600;
    font-size: 18px;
    color: #111111;
    line-height: 60px;
    margin-right: 61px;
    white-space: nowrap;
}

.section .wrap .have_select_box .have_select_box_flex {
    display: flex;
    flex-wrap: wrap;
}

.section .wrap .have_select_box .have_select_box_flex .have_select_box_flex_item {
    height: 60px;
    display: flex;
    align-items: center;
    margin-right: 70px;
    cursor: pointer;
}

.section .wrap .have_select_box .have_select_box_flex .have_select_box_flex_item p {
    font-weight: 400;
    font-size: 16px;
    color: #1C69D4;
}

.section .wrap .have_select_box .have_select_box_flex .have_select_box_flex_item .iconfont {
    margin-left: 10px;
    font-size: 10px;
    color: #1C69D4;
}

.section .wrap .pull-down {
    margin: 37px auto 14px;
    padding: 20px 0;
    width: 50px;
    text-align: center;
    color: #1C69D4;
    cursor: pointer;
    transition: 0.4s;
}

.section .wrap .pull-down.on {
    transform: rotate(180deg);
}

.section .wrap .pro_box {
    padding: 46px 0 0;
}

.section .wrap .pro_box .sort_box {
    display: flex;
    justify-content: space-between;
    margin: 0 0 18px;
}

.section .wrap .pro_box .sort_box .l {
    display: flex;
    align-items: center;
}

.section .wrap .pro_box .sort_box .l p {
    font-weight: 400;
    font-size: 16px;
    color: #111111;
}

.section .wrap .pro_box .sort_box .l .item {
    margin-left: 70px;
    font-weight: 400;
    font-size: 16px;
    color: #111111;
    cursor: pointer;
    transition: 0.6s;
    display: flex;
    align-items: center;
}

.section .wrap .pro_box .sort_box .l .item .sort_item_box {
    margin-left: 10px;
}

.section .wrap .pro_box .sort_box .l .item .sort_item_box .sq {
    width: 9px;
    height: 5px;
    background: #DBDFE1;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    transition: 0.6s;
}

.section .wrap .pro_box .sort_box .l .item .sort_item_box .sq:nth-child(2) {
    margin: 1px 0 0;
    transform: rotate(180deg);
}

.section .wrap .pro_box .sort_box .l .item:hover {
    color: #1C69D4;
}

.section .wrap .pro_box .sort_box .l .item.sequence .sort_item_box .sq:nth-child(1) {
    background: #1C69D4;
}

.section .wrap .pro_box .sort_box .l .item.reverse .sort_item_box .sq:nth-child(2) {
    background: #1C69D4;
}

.section .wrap .pro_box .sort_box .r {
    font-weight: 400;
    font-size: 16px;
    color: #111111;
}

.section .wrap .pro_box .pro_content .pro_content_box {
    margin: 10px 0 60px;
    background: #FAFAFA;
    padding: 74px 0 121px;
    position: relative;
    width: 100%;
}

.section .wrap .pro_box .pro_content .pro_content_box:after {
    content: "";
    width: calc((100vw - 1440px) / 2);
    height: 100%;
    background: #FAFAFA;
    position: absolute;
    left: 0;
    transform: translateX(-100%);
    top: 0;
}

.section .wrap .pro_box .pro_content .pro_content_box:before {
    content: "";
    width: calc((100vw - 1440px) / 2);
    height: 100%;
    background: #FAFAFA;
    position: absolute;
    right: 0;
    transform: translateX(100%);
    top: 0;
}

.section .wrap .pro_box .pro_content .pro_content_box .title {
    font-family: 'Poppins b';
    font-weight: bold;
    font-size: 30px;
    color: #111111;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 50px;
}

.section .wrap .pro_box .pro_content .pro_content_box .content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.section .wrap .pro_box .pro_content .pro_content_box .content .item {
    display: flex;
    align-items: center;
}

.section .wrap .pro_box .pro_content .pro_content_box .content .item .icon {
    width: 90px;
    height: 90px;
    background: #DBEAFE;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px 0 0;
}

.section .wrap .pro_box .pro_content .pro_content_box .content .item .icon img {
    max-width: 80%;
    max-height: 80%;
}

.section .wrap .pro_box .pro_content .pro_content_box .content .item .item_text h5 {
    font-family: 'Poppins b';
    font-weight: 600;
    font-size: 18px;
    color: #111111;
    line-height: 24px;
}

.section .wrap .pro_box .pro_content .pro_content_box .content .item .item_text p {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}

.section .wrap .pro_box .pro_content .pro_content_box .content .jt {
    width: 31px;
    margin: 0 20px 0 60px;
}

.section .wrap .pro_box .pro_content .pro_content_box .process {
    display: flex;
    justify-content: center;
    margin: 113px 0 0;
}

.section .wrap .pro_box .pro_content .pro_content_box .process .item {
    width: 350px;
    margin: 0 60px;
    position: relative;
}

.section .wrap .pro_box .pro_content .pro_content_box .process .item .num {
    font-family: 'Poppins b';
    font-weight: 400;
    font-size: 200px;
    color: #F1F1F1;
    line-height: 1;
    position: absolute;
    z-index: -1;
    left: -30px;
    top: -75px;
}

.section .wrap .pro_box .pro_content .pro_content_box .process .item h5 {
    font-family: 'Poppins b';
    font-weight: 600;
    font-size: 20px;
    color: #1C69D4;
    line-height: 24px;
    text-transform: uppercase;
}

.section .wrap .pro_box .pro_content .pro_content_box .process .item h5 span {
    font-size: 18px;
    color: #111111;
    text-transform: math-auto;
}

.section .wrap .pro_box .pro_content .pro_content_box .process .item p {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    margin: 8px 0 0;
}

/*# sourceMappingURL=pro.css.map */
@media screen and (max-width: 1919px) {
    .banner .box {
        width: 75vw;
        border-radius: 0.5208333333vw 0.5208333333vw 0 0;
        padding: 1.5625vw 2.3958333333vw 2.0833333333vw;
        bottom: 2.6041666667vw;
    }

    .banner .box .title {
        margin: 0px 0px 1.0416666667vw;
    }

    .banner .box .title p {
        font-size: 1.0416666667vw;
    }

    .banner .box .title span {
        font-size: 0.7291666667vw;
    }

    .banner .box form input {
        width: 10.4166666667vw;
        height: 2.0833333333vw;
        border-radius: 0.2083333333vw;
        margin-right: 0.5208333333vw;
        padding: 0px 0.9895833333vw;
    }

    .banner .box form input.demo-phone {
        width: 15.8854166667vw;
    }

    .banner .box form .code_btn {
        width: 10.4166666667vw;
        height: 2.0833333333vw;
        border-radius: 0.2083333333vw;
        font-size: 0.7291666667vw;
    }

    .banner .box form .submit {
        width: 7.8125vw;
        height: 2.0833333333vw;
        border-radius: 0.2083333333vw;
        font-size: 0.7291666667vw;
    }

    .section {
        padding: 3.2291666667vw 0px 0px;
    }

    .section .wrap {
        width: 75vw;
    }

    .section .wrap .pro_link {
        margin: 0px 0px 3.125vw;
    }

    .section .wrap .pro_link .item {
        font-size: 1.0416666667vw;
        line-height: 1.5625vw;
        padding: 0px 1.0416666667vw;
    }

    .page {
        margin: 1.5625vw 0px 3.125vw;
    }

    .section .wrap .select_box .select_box_item h5 {
        font-size: 0.9375vw;
        line-height: 3.125vw;
        margin-right: 2.0833333333333333vw;
        width: 8.33333333vw;
    }

    .section .wrap .select_box .select_box_item .select_box_item_box {
        max-height: 3.17708333333333333vw;
        width: calc(100% - 10.4166666666667vw);
    }

    .section .wrap .select_box .select_box_item .select_box_item_box .layui-input {
        height: 3.125vw;
        width: 10.4166666666666666666vw;
        font-size: 0.8333333333vw;
    }

    .section .wrap .select_box .select_box_item .select_box_item_box .layui-form-select {
        margin-right: 2.60416666666vw;
    }

    .section .wrap .select_box .select_box_item .select_box_item_box .select_box_item_flex {
        width: 66.6666666667vw;
        padding: 0 1.0416666666vw 0 0;
    }

    .section .wrap .select_box .select_box_item .select_box_item_box .select_box_item_box_item {
        font-size: 0.8333333333vw;
        line-height: 3.125vw;
        margin-right: 4.6458333333vw;
    }

    .section .wrap .select_box .select_box_item .select_box_item_box .select_box_item_box_more {
        height: 3.125vw;
        font-size: 0.8333333333vw;
    }

    .section .wrap .select_box .select_box_item .select_box_item_box .select_box_item_box_more .iconfont {
        font-size: 0.625vw;
        margin-left: 0.5208333333vw;
    }

    .section .wrap .have_select_box {
        padding: 1.0416666667vw 0px;
    }

    .section .wrap .have_select_box h5 {
        font-size: 0.9375vw;
        line-height: 3.125vw;
        margin-right: 3.1770833333vw;
    }

    .section .wrap .have_select_box .have_select_box_flex .have_select_box_flex_item {
        height: 3.125vw;
        margin-right: 3.6458333333vw;
    }

    .section .wrap .have_select_box .have_select_box_flex .have_select_box_flex_item p {
        font-size: 0.8333333333vw;
    }

    .section .wrap .have_select_box .have_select_box_flex .have_select_box_flex_item .iconfont {
        margin-left: 0.5208333333vw;
        font-size: 0.5208333333vw;
    }

    .section .wrap .pull-down {
        margin: 1.9270833333vw auto 0.7291666667vw;
        padding: 1.0416666667vw 0px;
        width: 2.6041666667vw;
    }

    .section .wrap .pro_box {
        padding: 2.3958333333vw 0px 0px;
    }

    .section .wrap .pro_box .sort_box {
        margin: 0px 0px 0.9375vw;
    }

    .section .wrap .pro_box .sort_box .l p {
        font-size: 0.8333333333vw;
    }

    .section .wrap .pro_box .sort_box .l .item {
        margin-left: 3.6458333333vw;
        font-size: 0.8333333333vw;
    }

    .section .wrap .pro_box .sort_box .l .item .sort_item_box {
        margin-left: 0.5208333333vw;
    }

    .section .wrap .pro_box .sort_box .l .item .sort_item_box .sq {
        width: 0.46875vw;
        height: 0.2604166667vw;
    }

    .section .wrap .pro_box .sort_box .r {
        font-size: 0.8333333333vw;
    }

    .section .wrap .pro_box .pro_content .pro_content_box {
        margin: 0.5208333333vw 0px 3.125vw;
        padding: 3.8541666667vw 0px 6.3020833333vw;
    }

    .section .wrap .pro_box .pro_content .pro_content_box::after {
        width: calc(-37.5vw + 50vw);
    }

    .section .wrap .pro_box .pro_content .pro_content_box::before {
        width: calc(-37.5vw + 50vw);
    }

    .section .wrap .pro_box .pro_content .pro_content_box .title {
        font-size: 1.5625vw;
        margin: 0px 0px 2.6041666667vw;
    }

    .section .wrap .pro_box .pro_content .pro_content_box .content .item .icon {
        width: 4.6875vw;
        height: 4.6875vw;
        margin: 0px 0.5208333333vw 0px 0px;
    }

    .section .wrap .pro_box .pro_content .pro_content_box .content .item .item_text h5 {
        font-size: 0.9375vw;
        line-height: 1.25vw;
    }

    .section .wrap .pro_box .pro_content .pro_content_box .content .item .item_text p {
        font-size: 0.7291666667vw;
        line-height: 1.25vw;
    }

    .section .wrap .pro_box .pro_content .pro_content_box .content .jt {
        width: 1.6145833333vw;
        margin: 0px 1.0416666667vw 0px 3.125vw;
    }

    .section .wrap .pro_box .pro_content .pro_content_box .process {
        margin: 5.8854166667vw 0px 0px;
    }

    .section .wrap .pro_box .pro_content .pro_content_box .process .item {
        width: 18.2291666667vw;
        margin: 0px 3.125vw;
    }

    .section .wrap .pro_box .pro_content .pro_content_box .process .item .num {
        font-size: 10.4166666667vw;
        left: -1.5625vw;
        top: -3.90625vw;
    }

    .section .wrap .pro_box .pro_content .pro_content_box .process .item h5 {
        font-size: 1.0416666667vw;
        line-height: 1.25vw;
    }

    .section .wrap .pro_box .pro_content .pro_content_box .process .item h5 span {
        font-size: 0.9375vw;
    }

    .section .wrap .pro_box .pro_content .pro_content_box .process .item p {
        font-size: 0.7291666667vw;
        line-height: 1.25vw;
        margin: 0.4166666667vw 0px 0px;
    }
}

@media screen and (max-width: 768px) {
    .section .wrap {
        width: 90%;
    }

    .banner .box {
        position: unset;
        width: 90%;
        margin: 40px auto 0;
        transform: unset;
        border-radius: 6px;
        padding: 20px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    .banner .box .title p {
        font-size: 18px;
    }

    .banner .box .title span {
        font-size: 16px;
        display: block;
        margin: 10px 0 30px;
    }

    .banner .box form {
        flex-wrap: wrap;
        gap: 15px;
    }

    .banner .box form .layui-input-wrap {
        width: 100%;
    }

    .banner .box form input {
        width: 100% !important;
        height: 50px;
        font-size: 16px;
        border-radius: 4px;
        padding: 0 15px;
    }

    .layui-input-affix {
        line-height: 50px;
    }

    .banner .box form .submit {
        width: fit-content;
        padding: 0 40px;
        height: 40px;
        border-radius: 4px;
        line-height: 40px;
        margin: 15px 0 0;
        font-size: 15px;
    }

    .section {
        padding: 40px 0 0;
    }

    .section .wrap .pro_link {
        flex-wrap: wrap;
        gap: 10px;
    }

    .section .wrap .pro_link .item:not(:nth-last-child(1)) {
        border-right: none;
    }

    .section .wrap .pro_link .item {
        font-size: 16px;
        line-height: 1.4;
    }
    .banner {
        height: unset;
    }
    .banner .img {
        height: 50vh;
    }
    .section .wrap .select_box {
        position: fixed;
        top: 0;
        right: 0;
        width: 80vw;
        height: 100vh;
        background: #FFFFFF;
        z-index: 999999999999;
        padding: 30px 20px;
        clip-path: inset(0  0% 0 100%);
        transition: 0.6s;
    }
    .section .wrap .select_box.on {
        clip-path: inset(0  0% 0 0%);
    }
    .section .wrap .select_box .select_box_item .select_box_item_box {
        width: 100%;
        max-height: unset;
    }
    .section .wrap .select_box .select_box_item {
        display: block;
        border-bottom: 1px solid #DBDFE1;
        position: relative;
    }
    .section .wrap .select_box .select_box_item>.iconfont {
        position: absolute;
        top: 17px;
        right: 0;
        transform: rotate(-90deg);
        display: block !important;
        transition: 0.6s;

    }
    .section .wrap .select_box .select_box_item.item_active>.iconfont {
        transform: rotate(0deg);
    }
    .section .wrap .select_box .select_box_item .select_box_item_box {
        border-bottom: none;
        display: none;
    }
    .section .wrap .select_box .select_box_item h5 {
        font-size: 15px;
        line-height: 50px;
        width: fit-content;
    }
    .section .wrap .select_box .select_box_item .select_box_item_box .select_box_item_box_item {
        font-size: 14px;
        line-height: 34px;
        margin-right: 0;
        padding: 0 15px;
        background: rgb(242, 242, 242);
        border-radius: 17px;
    }
    .section .wrap .select_box .select_box_item .select_box_item_box .select_box_item_box_item.on {
        background: #1C69D4;
        color: #FFFFFF;
    }
    .section .wrap .select_box .select_box_item .select_box_item_box .select_box_item_flex {
        width: 100%;
        gap: 10px;
        padding: 10px 0;
    }
    .section .wrap .select_box .select_box_item .select_box_item_box .layui-input {
        height: 40px;
        width: 100%;
        font-size: 14px;
    }
    .section .wrap .select_box .select_box_item .select_box_item_box .layui-form-select {
        width: 100%;
        margin-right: 0;
    }
    .select_box_shadow {
        display: block !important;
        position: fixed;
        top: 0;
        right: 0;
        width: 100vw;
        height: 100vh;
        background: #000000;
        opacity: 0;
        z-index: 99999999999;
        pointer-events: none;
        transition: 0.6s;
    }
    .select_box_shadow.on {
        pointer-events: auto;
        opacity: 0.3;
    }
    .select_box_item_box_brand_sort {
        display: block;
        width: 100%;
    }
    .section .wrap .select_box .select_box_item .select_box_item_box .select_box_item_box_item {
        width: fit-content;
    }
    .select_box_item_box_brand_sort .flex {
        gap: 10px;
        margin-top: 10px;
    }
    .select_box_item_brand .select_box_item_flex {
        width: 100% !important;
    }
    .section .wrap .pull-down {
        display: none;
    }
    .section .wrap .have_select_box {
        display: none;
    }
    .section .wrap .pro_box .sort_box .l p {
        display: none;
    }
    .section .wrap .pro_box .sort_box .l .item {
        margin-left: 0;
    }
    .section .wrap .pro_box .sort_box .l .item .sort_item_box {
        margin-left: 6px;
    }
    .section .wrap .pro_box .sort_box .l .item {
        font-size: 14px;
    }
    .section .wrap .pro_box .sort_box .l .item .sort_item_box .sq {
        width: 9px;
        height: 5px;
    }
    .section .wrap .pro_box .sort_box {
        display: block;
        position: relative;
    }
    .section .wrap .pro_box .sort_box .l {
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 10px;
        margin-bottom: 16px;
    }
    .section .wrap .pro_box .sort_box .r {
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 15px;
    }
    .section .wrap .pro_box .sort_box .sift_mobile_btn {
        display: block !important;
        width: 22px;
        position: absolute;
        right: 0;
        bottom: 1px;
    }
    .section .wrap .pro_box .sort_box .sift_mobile_btn img {
        display: block;
        width: 100%;
    }
    .section .wrap .pro_box .pro_content .pro_content_box {
        padding: 50px 0;
    }
    .section .wrap .pro_box .pro_content .pro_content_box .title {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .section .wrap .pro_box .pro_content .pro_content_box .content {
        width: 90%;
        margin: 0 auto;
        flex-direction: column;
        justify-content: center;
    }
    .section .wrap .pro_box .pro_content .pro_content_box .content .item {
        flex-direction: column;
        justify-content: center;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
        width: 80vw;
        border-radius: 6px;
        padding: 50px 20px;
    }
    .section .wrap .pro_box .pro_content .pro_content_box .content .item .icon {
        width: 90px;
        height: 90px;
        margin: 0 0 35px;
    }
    .section .wrap .pro_box .pro_content .pro_content_box .content .item .item_text h5 {
        font-size: 18px;
        line-height: 1;
        margin-bottom: 15px;
        text-align: center;
    }
    .section .wrap .pro_box .pro_content .pro_content_box .content .item .item_text p {
        font-size: 15px;
        text-align: center;
        line-height: 1.4;
    }
    .section .wrap .pro_box .pro_content .pro_content_box .content .jt {
        width: 30px;
        margin: 30px 0;
    }
    .section .wrap .pro_box .pro_content .pro_content_box .content .jt img {
        transform: rotate(90deg);
    }
    .section .wrap .pro_box .pro_content .pro_content_box .process {
        width: 100%;
        margin: 50px auto 0;
        flex-wrap: wrap;
        gap: 30px;
    }
    .section .wrap .pro_box .pro_content .pro_content_box .process .item {
        width: 100%;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
        border-radius: 6px;
        padding: 40px 20px;
    }
    .section .wrap .pro_box .pro_content .pro_content_box .process .item .num {
        font-size: 40px;
        position: unset;
        margin-bottom: 15px;
    }
    .section .wrap .pro_box .pro_content .pro_content_box .process .item h5 {
        font-size: 18px;
        line-height: 1.4;
    }
    .section .wrap .pro_box .pro_content .pro_content_box .process .item h5 span {
        font-size: 16px;
    }
    .section .wrap .pro_box .pro_content .pro_content_box .process .item p {
        margin: 20px 0 0;
        font-size: 15px;
        line-height: 1.6;
    }

}
