.page_product_main{
        padding: var(--main-padding);
        background-color: rgba(240,240,240);
}
.p_p_left{
    width: 300px;margin-right: 3%;
}
.p_class_menu,.P_sell_products{
    background-color: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden;
    margin-bottom: 30px;
}
.p_p_left .b_txt{
    text-align: center;
    background: var(--linear-gradient);
    background: var(--linear-gradient-g);
    /* background-color: var(--main-color); */
    color: #fff;
    padding: 30px 20px;
}
.p_p_left .b_txt h2{
    font-size: 24px;
}

.p_class_menu .menu ul li {
    width: 100%;
    height: auto;
    border-top: 1px solid #e5e5e5;
    overflow: hidden;
}

.p_class_menu .menu ul li a.active {
    color: var(--main-color);
}

.p_class_menu .menu ul li a {
  
    display: block;
    font-size: 16px;
    color: #282f36;
    line-height: 20px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    position: relative;
}
.p_aaa{
    padding: 20px 30px;
    position: relative;
}

.p_aaa::before{
    content: "";
    background: var(--main-color);
    width: 0px;
    height: 2px;
    position: absolute;
    bottom:  0px;
    left: 0px;
    z-index: 10;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.p_aaa:hover::before{
    width: 100%;
}

.p_class_menu .menu ul li ul {
    width: 100%;
    height: auto;
    padding: 10px 30px;
    border-top: 1px solid  var(--main-color);
    display: none;
    overflow: hidden;
}
.p_class_menu .menu ul li ul li {
    border: 0;
}

.p_class_menu .menu ul li {
    width: 100%;
    height: auto;
    border-top: 1px solid #e5e5e5;
    overflow: hidden;
}
.p_class_menu .menu ul li ul li a.active::after {
    background:  var(--main-color);
}

.p_class_menu .menu ul li ul li a::after {
    content: '';
    width: 5px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    background: #999;
    margin-top: -1px;
}
.p_class_menu .menu ul li a.is_active.active .icon {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.p_class_menu .menu ul li a.active .icon {
    color:  var(--main-color);
}

.p_class_menu .menu ul li a .icon {
    width: 12px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: -10px;
    position: absolute;
    right: 20px;
    top: 50%;
    font-size: 0;
    color: #282f36;
    text-indent: 0!important;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background: url(../images/icon_right3.png) no-repeat right center;
    background-size: 20px 20px;
}
.p_aaa:hover{color: var(--main-color) !important;}
.s_aaa{padding: 6px 0;padding-left: 15px;}
.p_aaa:hover .icon{
    background: url(../images/icon_right3_h.png) no-repeat right center !important;
    background-size: 20px 20px !important;
}
/* 推荐产品 */
.sell_product_list{
    padding: 10px 10px;
}
.sell_product_list li{
    border: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 10px;
   
}
.sell_product_list li .img{
    width: 30%;
    height: 6vh;
}
.sell_product_list li .img img{
    display: block;
    height: 100%;
    margin: auto;
}
.sell_product_list li h2{
    font-size: 16px;
    font-weight: bold;
   
}
/* 产品页右部分 */
.p_p_right{
    flex: 1;
}
.title_crumbs{
    background-color: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden;
}
.title_crumbs .title{
    line-height: 2.8;
    font-size: 22px;
    text-align: left;
    font-weight: bold;
    padding-left: 25px;
    padding-right: 25px;
    background: var(--linear-gradient);
    background: var(--linear-gradient-g);
    /* background-color: var(--main-color); */
    color: rgba(255,255,255,1);
   
}
.title_crumbs .crumbs{
	padding-left: 20px;
	background: url(../images/icon_address.png) no-repeat left center;
	background-size: auto 16px;
    margin-right: 20px;
}
.title_crumbs .crumbs a{
	font-size: 14px;
	color: #333;	
}
.page_product_list li{
    width: 32%;
    margin-top: 20px;
    margin-right: 2%;
    position: relative;
}
.page_product_list li:nth-child(3n){
    margin-right: 0;
}
.page_product_list li .img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.page_product_list li::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 1;
    transition: all 0.4s;
    background: rgba(0, 0, 0, .6);
 
}
.page_product_list li:hover:before {
    opacity: 1;
}
.page_product_list li .txt{
    font-size: 22px;
    color: #fff;
    padding: 0 20px;
    line-height: 60px;
    background-color: var(--main-color);
}
.page_product_list li:hover .more {
   opacity: 1;
}

.page_product_list li .more {
    font-size: 16px;
    color: #fff;
    padding: 0 20px;
    z-index: 10;
    transition: all 0.4s;
    line-height: 60px;
    background-color: var(--main-color);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    opacity: 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

/* 产品详情 */
.P_PD_top,.P_PD_content{
    padding: 20px;
    background-color: #fff;
    margin-top: 4vh;
}

.P_PD_top .img{
    width: 36%;
    margin-right: 3%;
    border: 1px solid #ccc;
    
    
}
.P_PD_top .img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
 .P_PD_top h2{
    line-height: 1.3;
    font-size: 22px;
    font-weight: bold;
    color: rgba(51,51,51,1);
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.P_PD_top .sketch{
    font-size: 16px;
    white-space: pre-line;
    line-height: 1.5;
}
.P_PD_top  .classify{
    line-height: 2.5;
    font-size: 14px;
    color: rgba(136,136,136,1);
    font-weight: bold;
}
.P_PD_top  .classify a{color: var(--main-color);}
.P_PD_top .call{
    line-height: 1.5;
    font-size: 18px;
    font-weight: bold;
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
    padding: 1vh 0;
    margin-top: 6px;
   
}
.P_PD_top .call i{
    display: block;
    width: 20px;height: 20px;
    background: url(../images/icon_call2.png) no-repeat left center;
    background-size: 20px 20px;
    margin-right: 6px;
}
.P_PD_top .call span{
    line-height: normal;
    font-size: 26px;
    font-weight: normal;
    color: var(--main-color);
}
/* .P_PD_content img{
    width: 100%;
    display: block !important;
} */
.next_last div{
    width: 49%;
    background-color: #fff;
    padding: 10px 20px;
    margin-top: 20px;
}
.about_product_main{
    min-height: 300px;
    padding-top: 50px;
    padding-bottom: 50px;
    /* background-fill-value: background-image; */
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://omo-oss-image1.thefastimg.com/portal-saas/new2023021319332276628/cms/image/16d265bb-130f-45b7-8718-178fa525009e.jpg);
    margin-top: 8vh;
}

.about_product_main .I_B_title{
    color: #fff;
}
.about_productList_box .swiper-slide{
   
    /* border: 1px solid #ccc; */
    background-color: #fff;
}
.about_productList_box .swiper-slide a{
    display: block;
}
.about_productList_box .swiper-slide .img {
    overflow: hidden;
  
}
.about_productList_box .swiper-slide .img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 10px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.about_productList_box .swiper-slide .txt{
    /* background-color: rgba(85,85,85); */
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    padding: 10px;
    background: rgba(85,85,85) url(../images/icon_l2.png) no-repeat right 24px center;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.about_productList_box .swiper-slide a:hover .img img{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}
.about_productList_box .swiper-slide a:hover .txt{
    background: var(--main-color) url(../images/icon_l2.png) no-repeat right 20px center;
    padding-left: 20px;
}
.about_productList_box .swiper-pagination {
    position: static !important;
    margin-top: 2vh;
}
.page_product_main #ME_form #M_address{
    display: none !important;
}
.message_main {
    margin-top: 6vh;
}
 .P_PD_content p img{
    display: block !important;
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
}
.P_PD_content table {
    width: 100%;
    }
@media screen and (max-width:1200px) {
    .p_p_left {
        width: 250px;
        margin-right: 2%;
    }
    .p_p_left .b_txt h2 {
        font-size: 22px;
    }
    .p_p_left .b_txt {
        padding: 20px 15px;
    }
    .p_aaa {
        padding: 15px 20px;
        position: relative;
    }
    .page_product_list li .txt {
        font-size: 18px;
        padding: 0 10px;
        line-height: 40px;
    }
    .title_crumbs .title {
        line-height: 2.8;
        font-size: 20px;
    }
}
@media screen and (max-width:990px) {
    .page_product_main .p_main{
        flex-wrap: wrap;
    }
    .p_p_left {
        width: 250px;
        margin-right: 2%;
        display: none;
    }
    .p_detail_main .title_crumbs{
        border-radius: 1vh;
        -webkit-border-radius: 1vh;
        -moz-border-radius: 1vh;
        -ms-border-radius: 1vh;
        -o-border-radius: 1vh;
}
    .p_detail_main .title_crumbs .title {
         display: none;
    }
    .p_detail_main .title_crumbs .crumbs {
        /* padding: 1vh 2vh; */
        margin-left: 1vh;
    }
    .page_product_list li::before{
        display: none;
    }
    .page_product_list li .more{display: none;}
    .page_product_list li .txt {
        background: var(--main-color) url(../images/icon_l2.png) no-repeat right 10px center;
       padding-right: 34px !important;
    }
}
@media screen and (max-width:767px) {
    .P_PD_top .img {
        width: 100%;
        margin-right: 0%;
    }
    .P_PD_top{
        flex-direction: column-reverse;
    }
    .P_PD_top, .P_PD_content {
        padding: 20px;
        background-color: #fff;
        margin-top: 2vh;
    }
    .message_main {
        margin-top: 4vh;
    }
    .next_last div {
        width: 100%;
        background-color: #fff;
        padding: 10px 20px;
        margin-top: 1vh;
    }
    .about_productList_box .swiper-slide .txt
    {
        font-size: 16px;
    }
    .P_PD_top h2 {
        line-height: 1.3;
        font-size: 18px;
        padding-bottom: 10px;
    }
}
@media screen and (max-width:600px) {
    .page_product_list li {
        width: 49%;
        margin-top: 20px;
        margin-right: 2%;
        position: relative;
    }
    .page_product_list li:nth-child(3n) {
        margin-right: 2%;
    }
    .page_product_list li:nth-child(2n) {
        margin-right: 0;
    }
    .title_crumbs {
        padding: 1vh 1.2vh;
    }
    .title_crumbs .title {
        line-height: 2.8;
        font-size: 16px;
        display: none;
    }
    .page_product_list li .txt {
        font-size: 16px;
        padding: 0 10px;
        line-height: 40px;
    }
}
@media screen and (max-width:500px) {
    .page_product_list li {
        width: 100%;
        margin-top: 20px;
        margin-right: 0%;
        position: relative;
    }
    .page_product_list li:nth-child(3n) {
        margin-right: 0%;
    }
    .page_product_list li:nth-child(2n) {
        margin-right: 0;
    }
    .P_PD_top .call{
        flex-wrap: wrap;
    }
    .P_PD_top .call span {
      width: 100%;
    }
   
}