.banner .banner_flex .banner_class{
    color: #002F50;
}
.banner .banner_flex .banner_hr{
    background: #002F50;
}

#product1,
#product2{
  scroll-margin-top: 100px; 
}










.body{
    padding-top: 0.73rem;
    padding-bottom: 0.6rem;
}
.class_name{
    font-weight: bold;
    font-size: 0.32rem;
    color: #333333;
    margin-bottom: 0.26rem;
}
.body_cont,
.body_cont p{
    font-weight: 400;
    font-size: 0.16rem;
    color: #333333;
    line-height: 2;
}


.product_list{
    margin-top: 0.51rem;
    display: flex;
    gap: 0.2rem;
}
.product_list .list_item{
    width: calc(33.33% - 0.133rem);
    height: 3.6rem;
    overflow: hidden;
    border-radius: 0.08rem;
    box-shadow:0 0.01rem 0.06rem rgba(0,0,0,0.16);
}
.product_list .list_item .list_litpic{
    width: 100%;
    height: 2.76rem;
    overflow: hidden;
    border-radius: 0.08rem 0.08rem 0 0;
}
.product_list .list_item .list_litpic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product_list .list_item .list_name{
    width: 100%;
    height: 0.84rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 0.18rem;
    color: #333333;
    line-height: 0.39rem;
}





.body_bottom{
    margin-top: 0.6rem;
}



.bottom_list{
    width: 100%;
    height: auto;
    background: url(../img/product_bg2.png) center no-repeat;
    background-size: cover;
    padding: 0.58rem 0.23rem 0.58rem 0.55rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.bottom_list .list{
    width: 6.8rem;
    height: auto;
    margin-top: 0.45rem;
}
.bottom_list .list:first-child,
.bottom_list .list:nth-child(2){
    margin-top: 0;
}
.bottom_list .list .list_num{
    width: 0.51rem;
    height: 0.34rem;
    background: #002F50;
    font-weight: 400;
    font-size: 0.24rem;
    color: #FFFFFF;
    text-align: center;
    line-height: 0.34rem;
}
.bottom_list .list .list_title{
    margin-top: 0.07rem;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0.43rem;
    position: relative;
}
.bottom_list .list .list_title::before{
    content: "";
    position: absolute;
    width: 0.95rem;
    height: 0.03rem;
    background: #002F50;
    bottom: -0.23rem;
    left: 0;
}
.bottom_list .list .list_title .title{
    font-weight: 400;
    font-size: 0.32rem;
    color: #333333;
}
.bottom_list .list .list_title .list_more{
    font-weight: 400;
    font-size: 0.2rem;
    color: #021B3A;
    margin-left: 0.05rem;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.bottom_list .list .list_title .list_more i{
    width: 0.1rem;
    height: 0.17rem;
    display: block;
    margin-left: 0.1rem;
    background: url(../img/product_more.png) center no-repeat;
    background-size: contain;
}
.bottom_list .list .list_txt,
.bottom_list .list .list_txt p{
    font-weight: 400;
    font-size: 0.16rem;
    color: #333333;
    line-height: 2;
}
.bottom_list .list .list_txt .key{
    display: flex;
}
.bottom_list .list .list_txt .key span{
    white-space: nowrap;
}











.pop_body{
    position: fixed;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    z-index: 99;
    display: none;
}
.pop_body .detail{
    width: 14rem;
    min-height: 4.07rem;
    background: #FFFFFF;
    border-radius: 0.12rem;
    padding: 0.24rem 0.28rem 0.63rem 0.43rem;
    box-sizing: border-box;
    max-height: 90%;
    overflow-y: auto;
}
.pop_body .detail::-webkit-scrollbar {
	width: 4px;    
	/*height: 4px;*/
}
.pop_body .detail::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	background: rgba(0,0,0,0.2);
}
.pop_body .detail::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	border-radius: 0;
	background: rgba(0,0,0,0.1);
}


.pop_class{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pop_class .pop_name{
    font-weight: 400;
    font-size: 0.28rem;
    color: #333333;
}
.pop_class .pop_close img{
    width: 0.25rem;
    height: 0.25rem;
} 


.detail_body{
    margin-top: 0.57rem;
    display: flex;
    gap: 0.5rem;
    justify-content: space-between;
}
.detail_body .detail_fl .detail_tab{
    display: flex;
    gap: 0.13rem;
    margin-bottom: 0.44rem;
}

.detail_body .detail_fl .detail_tab .tab_btn{
    padding: 0.06rem 0.16rem;
    border-radius: 0.18rem;
    font-weight: bold;
    font-size: 0.16rem;
    color: #333333;
    cursor: pointer;
}
.detail_body .detail_fl .detail_tab .tab_btn.act{
    background: #002F50;
    color: #fff;
}
.detail_body .detail_fl .detail_txt .txt_cont{
    max-width: 6.28rem;
    display: none;
}
.detail_body .detail_fl .detail_txt .txt_cont,
.detail_body .detail_fl .detail_txt .txt_cont p{
    font-weight: 400;
    font-size: 0.16rem;
    color: #333333;
    line-height: 2;
}
.detail_body .detail_fl .detail_txt .txt_cont.non{
    display: block;
}

.detail_body .detail_fr{
    width: 5.84rem;
    min-height: 3.3rem;
}
.detail_body .detail_fr .detail_img{
    width: 100%;
    height: auto;
    max-height: 5rem;
    overflow: hidden;
    display: none;
}
.detail_body .detail_fr .detail_img.on{
    display: block;
}
.detail_body .detail_fr .detail_img img{
    width: 100%;
    height: auto;
    object-fit: contain;
}








.detail_table{
    margin-top: 0.29rem;
   display: flex;
}
.detail_table table{
    border-radius: 0.08rem;
    overflow: hidden;
    border: 0.01rem solid #C4C4C4;
    border-collapse: collapse;
    caption-side: bottom;
    display: inline-grid;
}
.detail_table thead{
    height: 0.54rem;
    background: #E0E0E0;
    display: inline-table;
    width: 100%;
}
.detail_table thead th{
    font-weight: bold;
    font-size: 0.16rem;
    color: #333333;

}

.detail_table tbody{
    max-height: 6rem;
    overflow-y: auto;
    display: inline-block;
}
.detail_table tbody::-webkit-scrollbar {
	width: 4px;    
	/*height: 4px;*/
}
.detail_table tbody::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	background: rgba(0,0,0,0.2);
}
.detail_table tbody::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	border-radius: 0;
	background: rgba(0,0,0,0.1);
}

.detail_table tbody tr{
    border-bottom: 0.01rem solid #C4C4C4;
} 
.detail_table tbody tr:last-child{
    border-bottom: none;
}
.detail_table tbody tr td{
    width: 20%;
    padding: 0.2rem 0.18rem;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 0.14rem;
    color: #333333;
    line-height: 1.5;
    vertical-align: baseline;
}




.detail_content{
    margin-top: 0.4rem;
    font-weight: 400;
    font-size: 0.16rem;
    color: #333333;
    line-height: 2;
}
.detail_content p,
.detail_content td{
    font-weight: 400;
    font-size: 0.16rem;
    color: #333333;
    line-height: 2;
}
.detail_content img{
    max-width: 100%;
    width: auto;
    display: inline;
}






@media only screen and (max-width:1042px) {
    .product_list .list_item{
        height: auto;
    }
    .product_list .list_item .list_litpic{
        height: 1.5rem;
    }
    .bottom_list .list{
        width: 100%;
    }
    .bottom_list .list:nth-child(2){
        margin-top: 0.45rem;
    }
}






@media only screen and (max-width: 767px) {
    .class_name{
        font-size: 16px;
    }

    .body_cont, .body_cont p{
        font-size: 14px;
    }
    .product_list .list_item .list_litpic{
        height: auto;
        /* max-height: 180px; */
    }
    .product_list .list_item .list_name{
        height: auto;
        font-size: 18px;
        padding: 20px;
    }
    .product_list{
        flex-wrap: wrap;
    }
    .product_list .list_item{
        width: 100%;
    }
    .bottom_list .list .list_num{
        font-size: 18px;
        width: fit-content;
        height: auto;
        padding: 5px;
    }
    .bottom_list .list .list_title{
        margin-top: 10px;
    }
    .bottom_list .list .list_title::before{
        bottom: -6px;
    }
    .bottom_list .list .list_title .title{
        font-size: 18px;
    }
    
    .bottom_list .list .list_title .list_more{
        font-size: 14px;
        position: absolute;
        right: 0;
        top: -30px;
    }
    .bottom_list .list .list_txt, 
    .bottom_list .list .list_txt p{
        font-size: 14px;
    }



    .detail_content img{
        max-width: 100%;
        height: auto !important;
        margin: 0 !important;
    }
    .pop_class .pop_name{
        font-size: 17px;
    }










    .detail_body{
        flex-wrap: wrap;
    }
    
    .detail_body .detail_fr{
        width: 100%;
    }
    .detail_body .detail_fl .detail_tab{
        flex-wrap: wrap;
    }
    .detail_body .detail_fl .detail_tab .tab_btn{
        font-size: 15px;
    }
    .detail_body .detail_fl .detail_txt .txt_cont, 
    .detail_body .detail_fl .detail_txt .txt_cont p{
        font-size: 14px;
    }   






    .detail_content p, 
    .detail_content td,
    .detail_content strong{
        font-size: 14px;
    }
    .detail_content td{
        display: block;
    }
}








