.section {
    padding: 112px 0 0;
}

.section .wrap {
    width: 1440px;
    margin: 0 auto;
    position: relative;
}
.section .wrap .back {
    position: absolute;
    left: -20px;
    top: -10px;
    transform: translateX(-100%);
    width: 80px;
    height: 40px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
    color: #1C69D4;
    border: 1px solid #1C69D4;
    transition: 0.6s;
}
.section .wrap .back:hover {
    background: #1C69D4;
    color: #FFFFFF;
}

.section .wrap .crumb_link {
    margin: 0 0 18px;
}

.section .wrap .pro_top .pro_img {
    display: flex;
    justify-content: space-between;
}

.section .wrap .pro_top .pro_img .pro_img_swiper {
    width: 960px;
    height: 720px;
}

.section .wrap .pro_top .pro_img .pro_img_swiper .text {
    width: 100%;
    position: absolute;
    bottom: 41px;
    text-align: center;
}

.section .wrap .pro_top .pro_img .pro_img_swiper .text .btn {
    width: 38px;
    margin: 0 auto 15px;
}

.section .wrap .pro_top .pro_img .pro_img_swiper .text p {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}

.section .wrap .pro_top .pro_img .pro_img_swiper .btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    pointer-events: none;
}

.section .wrap .pro_top .pro_img .pro_img_swiper .btns .icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5);
    transition: 0.6s;
}

.section .wrap .pro_top .pro_img .pro_img_swiper .btns .icon img {
    display: block;
    width: 16px;
    filter: invert(1);
}

.section .wrap .pro_top .pro_img .pro_img_swiper .btns .icon:hover {
    background: #1C69D4;
}

.section .wrap .pro_top .pro_img .pro_img_swiper .btns .icon:nth-child(1) {
    transform: rotate(180deg);
}

.section .wrap .pro_top .pro_img .pro_img_swiper .view {
    display: flex;
    align-items: center;
    width: fit-content;
    height: 42px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 21px 21px 21px 21px;
    padding: 0 22px;
    position: absolute;
    bottom: 34px;
    right: 19px;
    z-index: 3;
}

.section .wrap .pro_top .pro_img .pro_img_swiper .view img {
    display: block;
    width: 21px;
    margin-right: 11px;
}

.section .wrap .pro_top .pro_img .pro_img_swiper .view p {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}

.section .wrap .pro_top .pro_img .pro_img_swiper .img {
    display: block;
    width: 100%;
    height: 100%;
}
.section .wrap .pro_top .pro_img .pro_img_swiper video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section .wrap .pro_top .pro_img .pro_img_swiper .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.section .wrap .pro_top .pro_img .pro_img_swiper .img:hover img {
    transform: scale(1.1);
}

.section .wrap .pro_top .pro_img .r_img {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 470px;
}

.section .wrap .pro_top .pro_img .r_img .img {
    width: 100%;
    height: 355px;
    overflow: hidden;
}

.section .wrap .pro_top .pro_img .r_img .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.section .wrap .pro_top .pro_img .r_img .img:hover img {
    transform: scale(1.1);
}

.section .wrap .pro_top .pro_function_list {
    display: flex;
    align-items: center;
    margin: 24px 0 27px;
}

.section .wrap .pro_top .pro_function_list .item {
    display: flex;
    cursor: pointer;
}

.section .wrap .pro_top .pro_function_list .item .icon {
    width: 21px;
    transition: 1s;
}

.section .wrap .pro_top .pro_function_list .item .icon img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.section .wrap .pro_top .pro_function_list .item p {
    font-weight: 400;
    font-size: 16px;
    color: #111111;
    margin-left: 10px;
}

.section .wrap .pro_top .pro_function_list .item:hover .icon {
    transform: rotateY(360deg);
}

.section .wrap .pro_top .pro_function_list .item.share {
    margin-left: 36px;
}

.section .wrap .pro_top .pro_title .pro_title_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 11px;
}

.section .wrap .pro_top .pro_title .pro_title_box h5 {
    font-family: 'Poppins b';
    font-weight: bold;
    font-size: 40px;
    color: #111111;
}

.section .wrap .pro_top .pro_title .pro_title_box .price {
    font-family: 'Poppins b';
    font-weight: 600;
    font-size: 40px;
    color: #EF4444;
}

.section .wrap .pro_top .pro_title .point_box {
    display: flex;
    align-items: center;
}

.section .wrap .pro_top .pro_title .point_box .point_item {
    display: flex;
    align-items: center;
}

.section .wrap .pro_top .pro_title .point_box .point_item .point_item_title {
    font-family: 'Poppins b';
    font-weight: bold;
    font-size: 18px;
    color: #111111;
    margin-right: 15px;
}

.section .wrap .pro_top .pro_title .point_box .point_item p {
    font-family: 'Poppins b';
    font-weight: bold;
    font-size: 18px;
    color: #FF8000;
    margin-left: 35px;
}

.section .wrap .pro_top .pro_title .point_box .point_item .point_item_img {
    width: 240px;
    position: relative;
}

.section .wrap .pro_top .pro_title .point_box .point_item .point_item_img img {
    display: block;
    width: 100%;
}

.section .wrap .pro_top .pro_title .point_box .point_item .point_item_img img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
}

.section .wrap .pro_top .pro_title .point_box .pk_item {
    display: flex;
    align-items: center;
    margin-left: 64px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #1C69D4;
    padding: 0 16px 0 18px;
    cursor: pointer;
    transition: 0.6s;
}

.section .wrap .pro_top .pro_title .point_box .pk_item .icon {
    width: 15px;
    margin-right: 7px;
    transition: 0.6s;
}

.section .wrap .pro_top .pro_title .point_box .pk_item .icon img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.section .wrap .pro_top .pro_title .point_box .pk_item p {
    font-weight: 400;
    font-size: 16px;
    color: #1C69D4;
    transition: 0.6s;
}

.section .wrap .pro_top .pro_title .point_box .pk_item:hover {
    background: #1C69D4;
}

.section .wrap .pro_top .pro_title .point_box .pk_item:hover .icon {
    filter: brightness(0) invert(1);
}

.section .wrap .pro_top .pro_title .point_box .pk_item:hover p {
    color: #fff;
}

.section .wrap .pro_top .parameter_box {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #DBDFE1;
    border-bottom: 1px solid #DBDFE1;
    margin: 30px 0 43px;
}

.section .wrap .pro_top .parameter_box .parameter_item {
    padding: 26px 0 29px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.section .wrap .pro_top .parameter_box .parameter_item .parameter_item_title {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.section .wrap .pro_top .parameter_box .parameter_item .parameter_item_title .icon {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}

.section .wrap .pro_top .parameter_box .parameter_item .parameter_item_title .icon img {
    height: auto;
    object-fit: contain;
}

.section .wrap .pro_top .parameter_box .parameter_item .parameter_item_title p {
    font-weight: 400;
    font-size: 16px;
    color: #111111;
}

.section .wrap .pro_top .parameter_box .parameter_item .parameter_item_text {
    font-family: 'Poppins m';
    font-weight: 500;
    font-size: 20px;
    color: #111111;
}

.section .wrap .pro_top .buy_button,.section .wrap .pro_top .contact_button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 380px;
    height: 56px;
    background: #1C69D4;
    border-radius: 4px 4px 4px 4px;
    cursor: pointer;
    transition: 0.6s;
}

.section .wrap .pro_top .buy_button .icon {
    width: 17px;
    margin-right: 9px;
}

.section .wrap .pro_top .buy_button .icon img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.section .wrap .pro_top .buy_button p,.section .wrap .pro_top .contact_button p {
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
}
.btns_flex {
    display: flex;
    gap: 20px;
}
.section .wrap .pro_top .buy_button:hover,.section .wrap .pro_top .contact_button:hover {
    opacity: 0.6;
}

.section .wrap .pro_top .tel_info {
    margin: 30px 0 25px;
    display: flex;
    align-items: center;
}

.section .wrap .pro_top .tel_info .icon {
    width: 19px;
    margin-right: 5px;
}

.section .wrap .pro_top .tel_info .icon img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.section .wrap .pro_top .tel_info p, .section .wrap .pro_top .tel_info a {
    font-weight: 400;
    font-size: 18px;
    color: #111111;
}

.section .wrap .pro_top .tel_info a {
    color: #1C69D4;
    transition: 0.6s;
    text-decoration: underline;
}

.section .wrap .pro_top .tel_info a:hover {
    opacity: 0.6;
}

.pro_info_link {
    position: sticky;
    position: -webkit-sticky;
    top: 90px;
    background: #fff;
    z-index: 30;
}

.pro_info_link .wrap {
    width: 1440px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #DBDFE1;
}

.pro_info_link .wrap .item {
    line-height: 72px;
    font-weight: 400;
    font-size: 24px;
    color: #111111;
    cursor: pointer;
    position: relative;
}

.pro_info_link .wrap .item:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #111111;
    position: absolute;
    left: 0;
    bottom: -1px;
    transform: scaleX(0);
    transition: 0.6s;
}

.pro_info_link .wrap .item:not(:nth-last-child(1)) {
    margin-right: 66px;
}

.pro_info_link .wrap .item.on {
    font-weight: 600;
}

.pro_info_link .wrap .item:hover:after, .pro_info_link .wrap .item.on:after {
    transform: scaleX(1);
}

.author .wrap {
    width: 1440px;
    margin: 0 auto;
}

.author .wrap .author_title {
    font-family: 'Poppins b';
    font-weight: 600;
    font-size: 24px;
    color: #111111;
}

.sec1 .wrap {

}
.sec1 .wrap .flex {
    display: flex;
    padding: 40px 0;
    border-bottom: 1px solid #DBDFE1;
}
.sec1 .wrap pre {
    padding: 40px 0;
    border-bottom: 1px solid #DBDFE1;
    font-family: 'Poppins m';
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
}
.sec1 .wrap .table:not(:nth-last-child(1)) {
    border-right: 1px solid #EDEFF0;
    margin-right: 40px;
}

.sec1 .wrap .table table {
    width: 480px;
}

.sec1 .wrap .table table tr th {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    text-align: left;
    padding: 10px 0;
}

.sec1 .wrap .table table tr td {
    font-family: 'Poppins m';
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    padding: 10px 0;
}

.sec1 .wrap .table:nth-child(2) table {
    width: 503px;
}

.sec1 .wrap .table:nth-child(3) table {
    width: 365px;
}

.sec2 {
    padding: 40px 0 0;
}

.sec2 .wrap .author_title {
    margin: 0 0 18px;
}

.sec2 .wrap .content {
    width: 100%;
}

.sec2 .wrap .content table {
    width: 100%;
}

.sec2 .wrap .content table tr:nth-child(2n-1) {
    background: #FAFAFA;
}

.sec2 .wrap .content table tr th {
    padding: 14px 0 14px 23px;
    font-weight: 500;
    font-size: 16px;
    color: #111111;
    text-align: left;
}

.sec2 .wrap .content table tr td {
    padding: 14px 0;
    font-family: 'Poppins m';
    font-weight: 500;
    font-size: 16px;
    color: #111111;
}

.sec3 {
    padding: 50px 0 80px;
}

.sec3 .wrap .author_title {
    margin-bottom: 30px;
}

.sec3 .wrap .imgs {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sec3 .wrap .imgs .img_item {
    display: block;
    width: 702px;
    height: 527px;
    margin-bottom: 50px;
    overflow: hidden;
}

.sec3 .wrap .imgs .img_item img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.sec3 .wrap .imgs .img_item:hover img {
    transform: scale(1.1);
}

.sec3 .wrap .text p {
    font-weight: 400;
    font-size: 16px;
    color: #111111;
    line-height: 30px;
}

.sec3 .wrap .contact_map {
    margin: 90px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sec3 .wrap .contact_map .contact_map_l .contact_map_l_title {
    font-family: 'Poppins b';
    font-weight: 600;
    font-size: 24px;
    color: #111111;
    margin-bottom: 25px;
}

.sec3 .wrap .contact_map .contact_map_l .contact_map_l_box .contact_map_l_box_title {
    font-family: 'Poppins b';
    font-weight: 600;
    font-size: 18px;
    color: #111111;
    margin-bottom: 10px;
}

.sec3 .wrap .contact_map .contact_map_l .contact_map_l_box .contact_map_l_box_list {
    display: table;
    margin-bottom: 27px;
}

.sec3 .wrap .contact_map .contact_map_l .contact_map_l_box .contact_map_l_box_list .contact_map_l_box_list_item {
    display: table-row;
}

.sec3 .wrap .contact_map .contact_map_l .contact_map_l_box .contact_map_l_box_list .contact_map_l_box_list_item .contact_map_l_box_list_item_title, .sec3 .wrap .contact_map .contact_map_l .contact_map_l_box .contact_map_l_box_list .contact_map_l_box_list_item .contact_map_l_box_list_item_text {
    display: table-cell;
    font-weight: 400;
    font-size: 16px;
    color: #111111;
    line-height: 30px;
}

.sec3 .wrap .contact_map .contact_map_l .contact_map_l_box .contact_map_l_box_list .contact_map_l_box_list_item .contact_map_l_box_list_item_title {
    padding: 0 20px 0 0;
}

.sec3 .wrap .contact_map .contact_map_l .tel_info {
    display: flex;
    align-items: center;
}

.sec3 .wrap .contact_map .contact_map_l .tel_info .icon {
    width: 19px;
    margin-right: 5px;
}

.sec3 .wrap .contact_map .contact_map_l .tel_info .icon img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.sec3 .wrap .contact_map .contact_map_l .tel_info p, .sec3 .wrap .contact_map .contact_map_l .tel_info a {
    font-weight: 400;
    font-size: 18px;
    color: #111111;
}

.sec3 .wrap .contact_map .contact_map_l .tel_info a {
    color: #1C69D4;
    transition: 0.6s;
    text-decoration: underline;
}

.sec3 .wrap .contact_map .contact_map_l .tel_info a:hover {
    opacity: 0.6;
}

.sec3 .wrap .contact_map .contact_map_r {
    width: 860px;
    height: 260px;
    overflow: hidden;
}
.sec3 .wrap .contact_map .contact_map_r img {
    display: block;
    width: 100%;
    height: 100%;
    transform: scale(1.4);
}
.sec3 .wrap .contact_map .contact_map_r .BMapLabel {
    border: none !important;
}

.sec3 .wrap .contact_map .contact_map_r .BMapLabel .map_box {
    width: 160px;
    padding: 10px 10px;
    position: relative;
}

.sec3 .wrap .contact_map .contact_map_r .BMapLabel .map_box p {
    font-size: 12px;
    font-weight: 400;
    text-align: center;
}

.sec3 .wrap .contact_map .contact_map_r .BMapLabel .map_box:after {
    content: "";
    width: 16px;
    height: 10px;
    position: absolute;
    bottom: 0;
    left: 50%;
    background: #FFFFFF;
    transform: translate(-50%, 100%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.sec4 {
    padding: 70px 0 22px;
}

.sec4 .wrap .author_title {
    border-bottom: 1px solid #E6E6E6;
    padding: 0 0 10px;
    margin-bottom: 33px;
}

.sec4 .wrap .content .comment_item .comment .comment_name {
    font-family: 'Poppins b';
    font-weight: 600;
    font-size: 24px;
    color: #111111;
    margin-bottom: 9px;
}

.sec4 .wrap .content .comment_item .comment .comment_text {
    width: 1388px;
    margin: 0 0 35px auto;
    border-bottom: 1px solid #E6E6E6;
    padding: 0 0 30px;
}

.sec4 .wrap .content .comment_item .comment .comment_text p {
    font-weight: 400;
    font-size: 16px;
    color: #111111;
    line-height: 30px;
}

.sec4 .wrap .content .comment_item .answer {
    width: 1388px;
    background: #FAFAFA;
    margin: 0 0 30px auto;
    padding: 30px 50px 38px;
}

.sec4 .wrap .content .comment_item .answer .answer_name {
    font-family: 'Poppins b';
    font-weight: 600;
    font-size: 24px;
    color: #111111;
    margin-bottom: 10px;
}

.sec4 .wrap .content .comment_item .answer .answer_text p {
    font-weight: 400;
    font-size: 16px;
    color: #111111;
    line-height: 30px;
}

.sec5 {
    padding: 74px 0 121px;
    background: #FAFAFA;
}

.sec5 .title {
    font-family: 'Poppins b';
    font-weight: bold;
    font-size: 30px;
    color: #111111;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 50px;
}

.sec5 .content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec5 .content .item {
    display: flex;
    align-items: center;
}

.sec5 .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;
}

.sec5 .content .item .icon img {
    max-width: 80%;
    max-height: 80%;
}

.sec5 .content .item .item_text h5 {
    font-family: 'Poppins b';
    font-weight: 600;
    font-size: 18px;
    color: #111111;
    line-height: 24px;
}

.sec5 .content .item .item_text p {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}

.sec5 .content .jt {
    width: 31px;
    margin: 0 20px 0 60px;
}

.sec5 .process {
    display: flex;
    justify-content: center;
    margin: 113px 0 0;
}

.sec5 .process .item {
    width: 350px;
    margin: 0 60px;
    position: relative;
}

.sec5 .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;
}

.sec5 .process .item h5 {
    font-family: 'Poppins b';
    font-weight: 600;
    font-size: 20px;
    color: #1C69D4;
    line-height: 24px;
    text-transform: uppercase;
}

.sec5 .process .item h5 span {
    font-size: 18px;
    color: #111111;
    text-transform: math-auto;
}

.sec5 .process .item p {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    margin: 8px 0 0;
}

.sec6 {
    padding: 63px 0 0;
}

.sec6 .wrap {
    width: 1440px;
    margin: 0 auto;
}

.sec6 .wrap .title {
    font-family: 'Poppins b';
    font-weight: 600;
    font-size: 24px;
    color: #111111;
    margin-bottom: 25px;
}

.sec6 .wrap .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sec6 .wrap .content .item {
    display: block;
    width: 661px;
    font-weight: 400;
    font-size: 18px;
    color: #111111;
    line-height: 60px;
    border-bottom: 1px solid #DBDFE1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.6s;
}

.sec6 .wrap .content .item:hover {
    color: #1C69D4;
    border-bottom: 1px solid #1C69D4;
}

.common_bottom {
    padding: 90px 0 60px;
}

template {
    display: none;
}



.fixed_contact {
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: 0.6s;
}
.fixed_contact.show {
    opacity: 1;
    pointer-events: auto;
}

.fixed_contact .fixed_shadow {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000000;
    opacity: 0.4;
}

.fixed_contact .fixed_box {
    z-index: 3;
    width: 820px;
    padding: 60px 50px;
    background: #ffffff;

}

.fixed_contact .fixed_box h5 {
    font-family: 'Poppins b';
    font-weight: 600;
    font-size: 24px;
    color: #111111;
    line-height: 36px;
    margin: 0 0 30px;
}

.fixed_contact .fixed_box form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.fixed_contact .fixed_box form input {
    width: 350px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #DBDFE1;
    margin-bottom: 15px;
}

.fixed_contact .fixed_box form input.demo-phone {
    width: 720px;
}

.fixed_contact .fixed_box form .code_btn {
    width: 350px;
    height: 60px;
    background: #DBEAFE;
    border-radius: 4px;
    font-weight: 400;
    font-size: 16px;
    color: #1C69D4;
    border: 1px solid #DBEAFE;
}

.fixed_contact .fixed_box form .alert {
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    margin: 63px 0 24px;
}

.fixed_contact .fixed_box form .submit {
    width: 234px;
    height: 64px;
    background: #1C69D4;
    border-radius: 4px;
    font-weight: 400;
    font-size: 25px;
    color: #FFFFFF;
    line-height: 64px;
}


.recommand_section {
    padding: 80px 0;
}
.recommand_section .wrap {
    width: 1440px;
    margin: 0 auto;
}

.recommand_section .wrap .title {
    font-family: 'Poppins b';
    font-weight: 600;
    font-size: 24px;
    color: #111111;
    margin-bottom: 40px;
}


.recommand_section .pro_item {
    width: 340px;
}

.recommand_section .pro_item .img_box {
    width: 100%;
    height: 223px;
    overflow: hidden;
    position: relative;
    margin: 0 0 11px;
}

.recommand_section .pro_item .img_box .stock {
    width: 75px;
    height: 23px;
    background: #FEE2E2;
    border-radius: 4px 4px 4px 4px;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    color: #EF4444;
    position: absolute;
    top: 24px;
    left: 22px;
}

.recommand_section .pro_item .img_box .function_box {
    position: absolute;
    top: 12px;
    right: 12px;
}

.recommand_section .pro_item .img_box .function_box .function_box_item {
    cursor: pointer;
}

.recommand_section .pro_item .img_box .function_box .function_box_item img {
    display: block;
    width: 17px;
    transition: 0.6s;
    filter: brightness(0);
}

.recommand_section .pro_item .img_box .function_box .function_box_item:hover img {
    filter: brightness(1);
}

.recommand_section .pro_item .img_box .function_box .function_box_item.sc {
    width: 26px;
    height: 30px;
    background: #FFFFFF;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 85%, 0% 100%);
    padding: 3px 0 0;
    margin: 0 2px 92px auto;
}

.recommand_section .pro_item .img_box .function_box .function_box_item.sc img {
    display: block;
    width: 17px;
    margin: 0 auto;
}

.recommand_section .pro_item .img_box .function_box .function_box_item.sc.on {
    background: #1C69D4;
}

.recommand_section .pro_item .img_box .function_box .function_box_item.sc.on img {
    filter: brightness(0) invert(1) !important;
}

.recommand_section .pro_item .img_box .function_box .function_box_item.car {
    width: 36px;
    height: 36px;
    background: #FFFFFF;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 5px auto;
}

.recommand_section .pro_item .img_box .function_box .function_box_item.vs {
    width: 36px;
    height: 36px;
    background: #FFFFFF;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 5px;
    position: relative;
    transition: 0.6s;
}

.recommand_section .pro_item .img_box .function_box .function_box_item.vs p {
    font-weight: 400;
    font-size: 14px;
    color: #1C69D4;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    opacity: 0;
    transition: 0.6s;
}

.recommand_section .pro_item .img_box .function_box .function_box_item.vs:hover {
    width: 100px;
}

.recommand_section .pro_item .img_box .function_box .function_box_item.vs:hover img {
    opacity: 0;
}

.recommand_section .pro_item .img_box .function_box .function_box_item.vs:hover p {
    opacity: 1;
    transition-delay: 0.2s;
}

.recommand_section .pro_item .img_box .img {
    display: block;
    width: 100%;
    height: 100%;
}

.recommand_section .pro_item .img_box .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.recommand_section .pro_item .img_box .img:hover img {
    transform: scale(1.1);
}

.recommand_section .pro_item .item_title {
    font-family: 'Poppins b';
    font-weight: 600;
    font-size: 18px;
    color: #111111;
    line-height: 30px;
    transition: 0.6s;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: block;
    margin-bottom: 7px;
}

.recommand_section .pro_item .item_title:hover {
    color: #1C69D4;
}

.recommand_section .pro_item .item_text {
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 0 20px;
}

.recommand_section .pro_item .item_price {
    display: flex;
    align-items: center;
}

.recommand_section .pro_item .item_price .now_price {
    font-family: 'Poppins m';
    font-weight: 500;
    font-size: 24px;
    color: #EF4444;
}

.recommand_section .pro_item .item_price .old_price {
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    margin-left: 11px;
    text-decoration: line-through;
}
.recommand_section .swiper-pagination {
    position: unset;
    margin: 40px 0 0;
}

/*# sourceMappingURL=proInfo.css.map */
@media screen and (max-width: 1919px) {
    .section{
        padding: 5.8333333333vw 0px 0px;
    }
    .section .wrap{
        width: 75vw;
    }
    .section .wrap .crumb_link{
        margin: 0px 0px 0.9375vw;
    }
    .section .wrap .pro_top .pro_img .pro_img_swiper{
        width: 50vw;
        height: 37.5vw;
    }
    .section .wrap .pro_top .pro_img .pro_img_swiper .text{
        bottom: 2.1354166667vw;
    }
    .section .wrap .pro_top .pro_img .pro_img_swiper .text .btn{
        width: 1.9791666667vw;
        margin: 0px auto 0.78125vw;
    }
    .section .wrap .pro_top .pro_img .pro_img_swiper .text p{
        font-size: 0.8333333333vw;
    }
    .section .wrap .pro_top .pro_img .pro_img_swiper .btns{
        padding: 0px 1.5625vw;
    }
    .section .wrap .pro_top .pro_img .pro_img_swiper .btns .icon{
        width: 2.0833333333vw;
        height: 2.0833333333vw;
    }
    .section .wrap .pro_top .pro_img .pro_img_swiper .btns .icon img{
        width: 0.8333333333vw;
    }
    .section .wrap .pro_top .pro_img .pro_img_swiper .view{
        height: 2.1875vw;
        border-radius: 1.09375vw;
        padding: 0px 1.1458333333vw;
        bottom: 1.7708333333vw;
        right: 0.9895833333vw;
    }
    .section .wrap .pro_top .pro_img .pro_img_swiper .view img{
        width: 1.09375vw;
        margin-right: 0.5729166667vw;
    }
    .section .wrap .pro_top .pro_img .pro_img_swiper .view p{
        font-size: 0.8333333333vw;
    }
    .section .wrap .pro_top .pro_img .r_img{
        width: 24.4791666667vw;
    }
    .section .wrap .pro_top .pro_img .r_img .img{
        height: 18.4895833333vw;
    }
    .section .wrap .pro_top .pro_function_list{
        margin: 1.25vw 0px 1.40625vw;
    }
    .section .wrap .pro_top .pro_function_list .item .icon{
        width: 1.09375vw;
    }
    .section .wrap .pro_top .pro_function_list .item p{
        font-size: 0.8333333333vw;
        margin-left: 0.5208333333vw;
    }
    .section .wrap .pro_top .pro_function_list .item.share{
        margin-left: 1.875vw;
    }
    .section .wrap .pro_top .pro_title .pro_title_box{
        margin-bottom: 0.5729166667vw;
    }
    .section .wrap .pro_top .pro_title .pro_title_box h5{
        font-size: 2.0833333333333vw;
    }
    .section .wrap .pro_top .pro_title .pro_title_box .price{
        font-size: 2.0833333333vw;
    }
    .section .wrap .pro_top .pro_title .point_box .point_item .point_item_title{
        font-size: 0.9375vw;
        margin-right: 0.78125vw;
    }
    .section .wrap .pro_top .pro_title .point_box .point_item p{
        font-size: 0.9375vw;
        margin-left: 1.8229166667vw;
    }
    .section .wrap .pro_top .pro_title .point_box .point_item .point_item_img{
        width: 12.5vw;
    }
    .section .wrap .pro_top .pro_title .point_box .pk_item{
        margin-left: 3.3333333333vw;
        height: 2.0833333333vw;
        border-radius: 0.2083333333vw;
        padding: 0px 0.8333333333vw 0px 0.9375vw;
    }
    .section .wrap .pro_top .pro_title .point_box .pk_item .icon{
        width: 0.78125vw;
        margin-right: 0.3645833333vw;
    }
    .section .wrap .pro_top .pro_title .point_box .pk_item p{
        font-size: 0.8333333333vw;
    }
    .section .wrap .pro_top .parameter_box{
        margin: 1.5625vw 0px 2.2395833333vw;
    }
    .section .wrap .pro_top .parameter_box .parameter_item{
        padding: 1.3541666667vw 0px 1.5104166667vw;
    }
    .section .wrap .pro_top .parameter_box .parameter_item .parameter_item_title{
        margin-bottom: 0.2604166667vw;
    }
    .section .wrap .pro_top .parameter_box .parameter_item .parameter_item_title .icon{
        width: 0.8333333333vw;
        height: 0.8333333333vw;
        margin-right: 0.2604166667vw;
    }
    .section .wrap .pro_top .parameter_box .parameter_item .parameter_item_title p{
        font-size: 0.8333333333vw;
    }
    .section .wrap .pro_top .parameter_box .parameter_item .parameter_item_text{
        font-size: 1.0416666667vw;
    }
    .section .wrap .pro_top .buy_button,.section .wrap .pro_top .contact_button {
        width: 19.7916666667vw;
        height: 2.9166666667vw;
        border-radius: 0.2083333333vw;
    }
    .section .wrap .pro_top .buy_button .icon,.section .wrap .pro_top .contact_button .icon {
        width: 0.8854166667vw;
        margin-right: 0.46875vw;
    }
    .section .wrap .pro_top .buy_button p,.section .wrap .pro_top .contact_button p {
        font-size: 0.9375vw;
    }
    .section .wrap .pro_top .tel_info{
        margin: 1.5625vw 0px 1.3020833333vw;
    }
    .section .wrap .pro_top .tel_info .icon{
        width: 0.9895833333vw;
        margin-right: 0.2604166667vw;
    }
    .section .wrap .pro_top .tel_info p, .section .wrap .pro_top .tel_info a{
        font-size: 0.9375vw;
    }
    .pro_info_link{
        top: 4.6875vw;
    }
    .pro_info_link .wrap{
        width: 75vw;
    }
    .pro_info_link .wrap .item{
        line-height: 3.75vw;
        font-size: 1.25vw;
    }
    .pro_info_link .wrap .item::after{
        height: 0.1041666667vw;
    }
    .pro_info_link .wrap .item:not(:nth-last-child(1)){
        margin-right: 3.4375vw;
    }
    .author .wrap{
        width: 75vw;
    }
    .author .wrap .author_title{
        font-size: 1.25vw;
    }
    .sec1 .wrap{
        padding: 2.0833333333vw 0px;
    }
    .sec1 .wrap .table:not(:nth-last-child(1)){
        margin-right: 2.0833333333vw;
    }
    .sec1 .wrap .table table{
        width: 25vw;
    }
    .sec1 .wrap .table table tr th{
        font-size: 0.8333333333vw;
        line-height: 1.25vw;
        padding: 0.5208333333vw 0px;
    }
    .sec1 .wrap .table table tr td{
        font-size: 0.8333333333vw;
        line-height: 1.25vw;
        padding: 0.5208333333vw 0px;
    }
    .sec1 .wrap .table:nth-child(2) table{
        width: 26.1979166667vw;
    }
    .sec1 .wrap .table:nth-child(3) table{
        width: 19.0104166667vw;
    }
    .sec2{
        padding: 2.0833333333vw 0px 0px;
    }
    .sec2 .wrap .author_title{
        margin: 0px 0px 0.9375vw;
    }
    .sec2 .wrap .content table tr th{
        padding: 0.7291666667vw 0px 0.7291666667vw 1.1979166667vw;
        font-size: 0.8333333333vw;
    }
    .sec2 .wrap .content table tr td{
        padding: 0.7291666667vw 0px;
        font-size: 0.8333333333vw;
    }
    .sec3{
        padding: 2.6041666667vw 0px 4.1666666667vw;
    }
    .sec3 .wrap .author_title{
        margin-bottom: 1.5625vw;
    }
    .sec3 .wrap .imgs .img_item{
        width: 36.5625vw;
        height: 27.4479166667vw;
        margin-bottom: 2.6041666667vw;
    }
    .sec3 .wrap .text p{
        font-size: 0.8333333333vw;
        line-height: 1.5625vw;
    }
    .sec3 .wrap .contact_map{
        margin: 4.6875vw 0px 0px;
    }
    .sec3 .wrap .contact_map .contact_map_l .contact_map_l_title{
        font-size: 1.25vw;
        margin-bottom: 1.3020833333vw;
    }
    .sec3 .wrap .contact_map .contact_map_l .contact_map_l_box .contact_map_l_box_title{
        font-size: 0.9375vw;
        margin-bottom: 0.5208333333vw;
    }
    .sec3 .wrap .contact_map .contact_map_l .contact_map_l_box .contact_map_l_box_list{
        margin-bottom: 1.40625vw;
    }
    .sec3 .wrap .contact_map .contact_map_l .contact_map_l_box .contact_map_l_box_list .contact_map_l_box_list_item .contact_map_l_box_list_item_title, .sec3 .wrap .contact_map .contact_map_l .contact_map_l_box .contact_map_l_box_list .contact_map_l_box_list_item .contact_map_l_box_list_item_text{
        font-size: 0.8333333333vw;
        line-height: 1.5625vw;
    }
    .sec3 .wrap .contact_map .contact_map_l .contact_map_l_box .contact_map_l_box_list .contact_map_l_box_list_item .contact_map_l_box_list_item_title{
        padding: 0px 1.0416666667vw 0px 0px;
    }
    .sec3 .wrap .contact_map .contact_map_l .tel_info .icon{
        width: 0.9895833333vw;
        margin-right: 0.2604166667vw;
    }
    .sec3 .wrap .contact_map .contact_map_l .tel_info p, .sec3 .wrap .contact_map .contact_map_l .tel_info a{
        font-size: 0.9375vw;
    }
    .sec3 .wrap .contact_map .contact_map_r{
        width: 44.7916666667vw;
        height: 13.5416666667vw;
    }
    .sec3 .wrap .contact_map .contact_map_r .BMapLabel .map_box{
        width: 8.3333333333vw;
        padding: 0.5208333333vw;
    }
    .sec3 .wrap .contact_map .contact_map_r .BMapLabel .map_box p{
        font-size: 0.625vw;
    }
    .sec3 .wrap .contact_map .contact_map_r .BMapLabel .map_box::after{
        width: 0.8333333333vw;
        height: 0.5208333333vw;
    }
    .sec4{
        padding: 3.6458333333vw 0px 1.1458333333vw;
    }
    .sec4 .wrap .author_title{
        padding: 0px 0px 0.5208333333vw;
        margin-bottom: 1.71875vw;
    }
    .sec4 .wrap .content .comment_item .comment .comment_name{
        font-size: 1.25vw;
        margin-bottom: 0.46875vw;
    }
    .sec4 .wrap .content .comment_item .comment .comment_text{
        width: 72.2916666667vw;
        margin: 0px 0px 1.8229166667vw auto;
        padding: 0px 0px 1.5625vw;
    }
    .sec4 .wrap .content .comment_item .comment .comment_text p{
        font-size: 0.8333333333vw;
        line-height: 1.5625vw;
    }
    .sec4 .wrap .content .comment_item .answer{
        width: 72.2916666667vw;
        margin: 0px 0px 1.5625vw auto;
        padding: 1.5625vw 2.6041666667vw 1.9791666667vw;
    }
    .sec4 .wrap .content .comment_item .answer .answer_name{
        font-size: 1.25vw;
        margin-bottom: 0.5208333333vw;
    }
    .sec4 .wrap .content .comment_item .answer .answer_text p{
        font-size: 0.8333333333vw;
        line-height: 1.5625vw;
    }
    .sec5{
        padding: 3.8541666667vw 0px 6.3020833333vw;
    }
    .sec5 .title{
        font-size: 1.5625vw;
        margin: 0px 0px 2.6041666667vw;
    }
    .sec5 .content .item .icon{
        width: 4.6875vw;
        height: 4.6875vw;
        margin: 0px 0.5208333333vw 0px 0px;
    }
    .sec5 .content .item .item_text h5{
        font-size: 0.9375vw;
        line-height: 1.25vw;
    }
    .sec5 .content .item .item_text p{
        font-size: 0.7291666667vw;
        line-height: 1.25vw;
    }
    .sec5 .content .jt{
        width: 1.6145833333vw;
        margin: 0px 1.0416666667vw 0px 3.125vw;
    }
    .sec5 .process{
        margin: 5.8854166667vw 0px 0px;
    }
    .sec5 .process .item{
        width: 18.2291666667vw;
        margin: 0px 3.125vw;
    }
    .sec5 .process .item .num{
        font-size: 10.4166666667vw;
        left: -1.5625vw;
        top: -3.90625vw;
    }
    .sec5 .process .item h5{
        font-size: 1.0416666667vw;
        line-height: 1.25vw;
    }
    .sec5 .process .item h5 span{
        font-size: 0.9375vw;
    }
    .sec5 .process .item p{
        font-size: 0.7291666667vw;
        line-height: 1.25vw;
        margin: 0.4166666667vw 0px 0px;
    }
    .sec6{
        padding: 3.28125vw 0px 0px;
    }
    .sec6 .wrap{
        width: 75vw;
    }
    .sec6 .wrap .title{
        font-size: 1.25vw;
        margin-bottom: 1.3020833333vw;
    }
    .sec6 .wrap .content .item{
        width: 34.4270833333vw;
        font-size: 0.9375vw;
        line-height: 3.125vw;
    }
    .common_bottom{
        padding: 4.6875vw 0px 3.125vw;
    }
}
@media screen and (max-width: 1919px) {
    .fixed_contact .fixed_box{
        width: 42.7083333333vw;
        padding: 3.125vw 2.6041666667vw;
    }
    .fixed_contact .fixed_box h5{
        font-size: 1.25vw;
        line-height: 1.875vw;
        margin: 0px 0px 1.5625vw;
    }
    .fixed_contact .fixed_box form input{
        width: 18.2291666667vw;
        height: 3.125vw;
        border-radius: 0.2083333333vw;
        margin-bottom: 0.78125vw;
    }
    .fixed_contact .fixed_box form input.demo-phone{
        width: 37.5vw;
    }
    .fixed_contact .fixed_box form .code_btn{
        width: 18.2291666667vw;
        height: 3.125vw;
        border-radius: 0.2083333333vw;
        font-size: 0.8333333333vw;
    }
    .fixed_contact .fixed_box form .alert{
        font-size: 0.8333333333vw;
        margin: 3.28125vw 0px 1.25vw;
    }
    .fixed_contact .fixed_box form .submit{
        width: 12.1875vw;
        height: 3.3333333333vw;
        border-radius: 0.2083333333vw;
        font-size: 1.3020833333vw;
        line-height: 3.3333333333vw;
    }
}
@media screen and (max-width: 1919px) {
    .recommand_section{
        padding: 4.1666666667vw 0px;
    }
    .recommand_section .wrap{
        width: 75vw;
    }
    .recommand_section .wrap .title{
        font-size: 1.25vw;
        margin-bottom: 2.0833333333vw;
    }
    .recommand_section .pro_item{
        width: 17.7083333333vw;
    }
    .recommand_section .pro_item .img_box{
        height: 11.6145833333vw;
        margin: 0px 0px 0.5729166667vw;
    }
    .recommand_section .pro_item .img_box .stock{
        width: 3.90625vw;
        height: 1.1979166667vw;
        border-radius: 0.2083333333vw;
        font-size: 0.7291666667vw;
        top: 1.25vw;
        left: 1.1458333333vw;
    }
    .recommand_section .pro_item .img_box .function_box{
        top: 0.625vw;
        right: 0.625vw;
    }
    .recommand_section .pro_item .img_box .function_box .function_box_item img{
        width: 0.8854166667vw;
    }
    .recommand_section .pro_item .img_box .function_box .function_box_item.sc{
        width: 1.3541666667vw;
        height: 1.5625vw;
        padding: 0.15625vw 0px 0px;
        margin: 0px 0.1041666667vw 4.7916666667vw auto;
    }
    .recommand_section .pro_item .img_box .function_box .function_box_item.sc img{
        width: 0.8854166667vw;
    }
    .recommand_section .pro_item .img_box .function_box .function_box_item.car{
        width: 1.875vw;
        height: 1.875vw;
        border-radius: 0.9375vw;
        margin: 0px 0px 0.2604166667vw auto;
    }
    .recommand_section .pro_item .img_box .function_box .function_box_item.vs{
        width: 1.875vw;
        height: 1.875vw;
        border-radius: 0.9375vw;
        margin: 0px 0px 0.2604166667vw;
    }
    .recommand_section .pro_item .img_box .function_box .function_box_item.vs p{
        font-size: 0.7291666667vw;
    }
    .recommand_section .pro_item .img_box .function_box .function_box_item.vs:hover{
        width: 5.2083333333vw;
    }
    .recommand_section .pro_item .item_title{
        font-size: 0.9375vw;
        line-height: 1.5625vw;
        margin-bottom: 0.3645833333vw;
    }
    .recommand_section .pro_item .item_text{
        font-size: 0.7291666667vw;
        margin: 0px 0px 1.0416666667vw;
    }
    .recommand_section .pro_item .item_price .now_price{
        font-size: 1.25vw;
    }
    .recommand_section .pro_item .item_price .old_price{
        font-size: 0.8333333333vw;
        margin-left: 0.5729166667vw;
    }
    .recommand_section .swiper-pagination{
        margin: 2.0833333333vw 0px 0px;
    }
}
@media screen and (max-width: 768px) {
    .section .wrap {
        width: 90%;
    }
    .section {
        padding: 100px 0 0 ;
    }
    .section .wrap .crumb_link {
        margin-bottom: 30px;
    }
    .section .wrap .pro_top .pro_img {
        display: block;
    }
    .section .wrap .pro_top .pro_img .pro_img_swiper {
        width: 100%;
        height: 53.5vw;
    }
    .section .wrap .pro_top .pro_img .r_img {
        display: none;
    }
    .section .wrap .pro_top .pro_img .pro_img_swiper .view {
        height: 38px;
        padding: 0 15px;
        border-radius: 19px;
    }
    .section .wrap .pro_top .pro_img .pro_img_swiper .view p {
        font-size: 12px;
    }
    .section .wrap .pro_top .pro_img .pro_img_swiper .view img {
        width: 16px;
        margin-right: 8px;
    }
    .section .wrap .pro_top .pro_function_list {
        margin: 15px 0 25px;
    }
    .section .wrap .pro_top .pro_function_list .item .icon {
        width: 16px;
        height: unset;
    }
    .section .wrap .pro_top .pro_function_list .item {
        align-items: center;
    }
    .section .wrap .pro_top .pro_function_list .item.share {
        margin-left: 20px;
    }
    .section .wrap .pro_top .pro_function_list .item p {
        font-size: 15px;
        margin-left: 6px;
    }
    .section .wrap .pro_top .pro_title .pro_title_box h5 {
        font-size: 20px;
    }
    .section .wrap .pro_top .pro_title .pro_title_box {
        display: block;
        margin-bottom: 20px;
    }
    .section .wrap .pro_top .pro_title .point_box .pk_item {
        margin-left: 0;
        height: 40px;
        border-radius: 4px;
        padding: 0 15px;
    }
    .section .wrap .pro_top .pro_title .point_box .pk_item p {
        font-size: 12px;
    }
    .section .wrap .pro_top .pro_title .point_box .pk_item .icon {
        width: 13px;
        margin-right: 8px;
    }
    .section .wrap .pro_top .parameter_box {
        margin: 30px 0;
        display: block;
        border-bottom: none;
    }
    .section .wrap .pro_top .parameter_box .parameter_item {
        padding: 15px 0;
        border-bottom: 1px solid #DBDFE1;
        display: block;
    }
    .section .wrap .pro_top .parameter_box .parameter_item .parameter_item_title p {
        font-size: 18px;
    }
    .section .wrap .pro_top .parameter_box .parameter_item .parameter_item_title {
        margin-bottom: 15px;
        justify-content: flex-start;
    }
    .section .wrap .pro_top .parameter_box .parameter_item .parameter_item_title .icon {
        width: 16px;
        height: 16px;
        margin-right: 10px;
    }
    .section .wrap .pro_top .parameter_box .parameter_item .parameter_item_text {
        font-size: 14px;
    }
    .section .wrap .pro_top .buy_button, .section .wrap .pro_top .contact_button {
        width: 49%;
        height: 40px;
        border-radius: 4px;
    }
    .section .wrap .pro_top .buy_button .icon, .section .wrap .pro_top .contact_button .icon {
        width: 14px;
        margin-right: 8px;
    }
    .section .wrap .pro_top .buy_button p, .section .wrap .pro_top .contact_button p {
        font-size: 14px;
    }
    .section .wrap .pro_top .pro_title .pro_title_box .price {
        font-size: 16px;
        margin: 5px 0 0;
    }
    .section .wrap .pro_top .pro_function_list .item .icon img {
        display: block;
    }
    .section .wrap .pro_top .tel_info {
        margin: 25px 0;
    }
    .pro_info_link {
        display: none;
    }
    .section .wrap .pro_top .tel_info .icon {
        width: 15px;
        margin-right: 6px;
    }
    .section .wrap .pro_top .tel_info p, .section .wrap .pro_top .tel_info a {
        font-size: 14px;
    }
    .sec1 {
        padding: 30px 0;
    }
    .sec1 .wrap .flex {
        padding: 10px 0 30px;
        display: block;
    }
    .sec1 .wrap {
        width: 90%;
        padding: 0;
    }
    .sec1 .wrap .table table tr th {
        font-size: 14px;
        line-height: 1.6;
        padding: 10px;
        border: 1px solid #CCCCCC;
        width: 50%;
    }
    .sec1 .wrap .table table {
        width: 100% !important;
    }
    .sec1 .wrap .table table tr td {
        font-size: 14px;
        line-height: 1.6;
        padding: 10px;
        border: 1px solid #CCCCCC;
        width: 50%;
    }
    .sec1 .wrap .table:not(:nth-last-child(1)) {
        margin: 0;
    }
    .sec1 .wrap .table:nth-last-child(2) {
        margin: 30px 0;
    }
    .author .wrap .author_title {
        font-size: 24px;
    }

    .author .wrap {
        width: 90%;
    }
    .sec3 .wrap .author_title {
        margin-bottom: 25px;
    }
    .sec3 .wrap .imgs .img_item {
        width: 49%;
        height: 26vw;
    }
    .sec3 .wrap .text {
        margin: 20px 0 0;
    }
    .sec3 .wrap .text p {
        font-size: 15px;
        line-height: 2;
    }
    .common_bottom {
        padding: 50px 0;
    }
    .sec3 .wrap .contact_map {
        margin: 30px 0 0;
        display: block;
    }
    .sec3 .wrap .contact_map .contact_map_l .contact_map_l_title {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .sec3 .wrap .contact_map .contact_map_l .contact_map_l_box .contact_map_l_box_title {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .sec3 .wrap .contact_map .contact_map_l .contact_map_l_box .contact_map_l_box_list .contact_map_l_box_list_item .contact_map_l_box_list_item_title {
        font-size: 15px;
        line-height: 2;
    }
    .sec3 .wrap .contact_map .contact_map_l .contact_map_l_box .contact_map_l_box_list .contact_map_l_box_list_item .contact_map_l_box_list_item_title, .sec3 .wrap .contact_map .contact_map_l .contact_map_l_box .contact_map_l_box_list .contact_map_l_box_list_item .contact_map_l_box_list_item_text {
        font-size: 15px;
        line-height: 2;
    }
    .sec3 .wrap .contact_map .contact_map_r {
        width: 100%;
        height: 50vw;
    }
    .sec3 .wrap .contact_map .contact_map_r img {
        transform: scale(2.6);
    }
    .recommand_section {
        padding: 40px 0;
    }
    .recommand_section .wrap {
        width: 90%;
    }
    .recommand_section .wrap .title {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .recommand_section .pro_item {
        width: 100%;
        margin: 0 0 30px !important;
        border-bottom: 1px solid #e6e6e6;
        padding: 0 0 15px;
    }
    .recommand_section .pro_item .img_box {
        height: 55vw;
        margin: 0 0 25px;
    }
    .recommand_section .pro_item .item_title {
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 10px;
    }
    .recommand_section .pro_item .item_price .now_price {
        font-size: 15px;
    }
    .recommand_section .pro_item .item_price .old_price {
        font-size: 14px;
    }
    .recommand_section .pro_item .img_box .function_box {
        top: 15px;
        right: 10px;
    }
    .recommand_section .pro_item .img_box .function_box .function_box_item.sc {
        width: 26px;
        height: 30px;
        padding: 3px 0 0;
        margin: 0 auto calc(55vw - 137px);
    }
    .recommand_section .pro_item .img_box .function_box .function_box_item img {
        width: 17px;
        opacity: 1 !important;
    }
    .recommand_section .pro_item .img_box .function_box .function_box_item.sc img {
        width: 17px;
    }
    .recommand_section .pro_item .img_box .function_box .function_box_item.car {
        width: 36px;
        height: 36px;
        border-radius: 18px;
        margin: 0 0 5px 0;
    }
    .recommand_section .pro_item .img_box .function_box .function_box_item.vs {
        width: 36px !important;
        height: 36px !important;
        border-radius: 18px;
    }
    .recommand_section .pro_item .img_box .function_box .function_box_item.vs p {
        display: none;
    }

    .sec5 {
        padding: 50px 0;
    }
    .sec5 .title {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .sec5 .content {
        width: 90%;
        margin: 0 auto;
        flex-direction: column;
        justify-content: center;
    }
    .sec5 .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;
    }
    .sec5 .content .item .icon {
        width: 90px;
        height: 90px;
        margin: 0 0 35px;
    }
    .sec5 .content .item .item_text h5 {
        font-size: 18px;
        line-height: 1;
        margin-bottom: 15px;
        text-align: center;
    }
    .sec5 .content .item .item_text p {
        font-size: 15px;
        text-align: center;
        line-height: 1.4;
    }
    .sec5 .content .jt {
        width: 30px;
        margin: 30px 0;
    }
    .sec5 .content .jt img {
        transform: rotate(90deg);
    }
    .sec5 .process {
        width: 100%;
        margin: 50px auto 0;
        flex-wrap: wrap;
        gap: 30px;
    }
    .sec5 .process .item {
        width: 100%;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
        border-radius: 6px;
        padding: 40px 20px;
    }
    .sec5 .process .item .num {
        font-size: 40px;
        position: unset;
        margin-bottom: 15px;
    }
    .sec5 .process .item h5 {
        font-size: 18px;
        line-height: 1.4;
    }
    .sec5 .process .item h5 span {
        font-size: 16px;
    }
    .sec5 .process .item p {
        margin: 20px 0 0;
        font-size: 15px;
        line-height: 1.6;
    }
    .sec6 {
        padding: 50px 0;
    }
    .sec6 .wrap {
        width: 90%;
    }
    .sec6 .wrap .title {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .sec6 .wrap .content .item {
        width: 100%;
        font-size: 15px;
        line-height: 60px;
    }
    .fixed_contact .fixed_box {
        width: 90vw;
        border-radius: 4px;
        padding: 20px;
    }
    .fixed_contact .fixed_box h5 {
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: 30px;
    }
    .fixed_contact .fixed_box h5 br {
        display: none;
    }
    .fixed_contact .fixed_box form input {
        width: 100% !important;
        height: 50px;
        border-radius: 4px;
        margin-bottom: 15px;
    }
    .fixed_contact .fixed_box form .alert {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .fixed_contact .fixed_box form .submit {
        width: 150px;
        height: 40px;
        font-size: 14px;
        border-radius: 4px;
    }
    .fixed_contact .fixed_box .layui-input-wrap {
        width: 100%;
    }
    .crumb_link a:nth-child(1),.crumb_link span:nth-child(2) {
        display: none;
    }
    .section .wrap .back {
        position: unset;
        transform: unset;
        margin-bottom: 30px;
        width: 70px;
        height: 35px;
    }
    .section .wrap .pro_top .pro_title .point_box {
        display: block;
    }
    .section .wrap .pro_top .pro_title .point_box .pk_item {
        width: fit-content;
        margin: 30px 0 0;
    }
    .section .wrap .pro_top .pro_title .point_box .point_item .point_item_title {
        font-size: 15px;
        margin-right: 10px;
    }
    .section .wrap .pro_top .pro_title .point_box .point_item p {
        font-size: 14px;
        margin-left: 10px;
    }
    .section .wrap .pro_top .pro_title .point_box .point_item .point_item_img {
        width: 110px;
    }
}
