* {
	margin: 0;
	padding: 0;
}


.body1{
	width: 100%;
}

.body1 .main{
	margin-top: 0.8rem;
	margin-bottom: 1.4rem;
	display: flex;
	justify-content: space-between;
}


.class_fl{
	width: 2.5rem;
	height: max-content;
	padding-bottom: 0.8rem;
	background: #FFFFFF;
	box-shadow: 0rem 0rem 0.04rem 0.01rem rgba(99,99,99,0.16);
	border-radius: 0.1rem 0rem 0.1rem 0.1rem;
}
.class_fl .class_name{
	width: 2.5rem;
	height: 0.8rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: AlibabaPuHuiTi-SemiBold;
	font-weight: normal;
	font-size: 0.26rem;
	color: #D19918;
	line-height: 0.49rem;
	background: url(../img/chanpin_bg.jpg) center no-repeat;
	background-size: cover;
}
.class_fl .class_item{
	width: 100%;
	height: 0.54rem;
	padding: 0.14rem 0.22rem 0.14rem 0.34rem;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 0.01rem solid #E5E5E5;
	font-family: AlibabaPuHuiTi-Regular;
	font-weight: normal;
	font-size: 0.18rem;
	color: #333333;
	cursor: pointer;
}
.class_fl .class_item i{
	width: 0.07rem;
	height: 0.12rem;
	display: block;
	background: url(../img/chanpin_more1.png) center no-repeat;
	background-size: contain;
}
.class_fl .class_item.act{
	font-family: AlibabaPuHuiTi-SemiBold;
	background: linear-gradient( 90deg, #D19918 0%, #F9D47F 42%, #FFE2A1 62%, #F9C54D 100%);
}
.class_fl .class_item.act i{
	background: url(../img/chanpin_more2.png) center no-repeat;
}




.list_body{
	width: 12.3rem;
}

.body_top{
	width: 100%;
	min-height: 6.3rem;
	margin-bottom: 0.2rem;
	background: #FFFFFF;
	padding: 0.5rem;
	box-sizing: border-box;
	box-shadow: 0rem 0rem 0.08rem 0.01rem rgba(99,99,99,0.16);
	display: flex;
	justify-content: space-between;
}


.product-image {
    width: 4.5rem;
}
.product_body{
	position: relative;
    width: 4.5rem;
    height: 4.5rem;
	border: 0.01rem solid #eee;
	margin-bottom: 0.2rem;
}
.product_body .max_icon{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0.32rem;
	height: 0.32rem;
	background: #CCCCCC url(../img/max_icon.png) center no-repeat;
	background-size: 0.15rem 0.18rem;
	z-index: 2;
}
.product_body .product_video{
	position: absolute;
	z-index: -5;
	width: 100%;
	height: 100%;
	background: url(../img/bofang2.png) center no-repeat;
	cursor: pointer;
}
.product_body .product_video.act{
	z-index: 999;
}


.max-image {
    position: relative;
    width: 100%;
    height: 100%;
    /* overflow: hidden; */
    cursor: move;
}
#main-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zoom-lens {
    position: absolute;
    width: 1rem;
    height: 1rem;
    background-color: rgba(255, 255, 255, 0.4);
    border: 0.01rem solid #ddd;
    display: none;
    pointer-events: none;
}

.zoom-result {
    position: absolute;
    width: 400px;
    height: 400px;
    left: 420px;
    top: 0;
    border: 1px solid #ddd;
    background-repeat: no-repeat;
    display: none;
    background-color: #fff;
    z-index: 100;
}

.image-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.nav-arrow {
    width: 0.07rem;
    height: 0.12rem;
    font-size: 20px;
    cursor: pointer;
    outline: none;
}
.nav-arrow.prev{
	background: url(../img/prev1.png) center no-repeat;
	background-size: cover;
}
.nav-arrow.next{
	background: url(../img/next1.png) center no-repeat;
	background-size: cover;
}
.nav-arrow.prev:hover{
	background: url(../img/prev1-2.png) center no-repeat;
	background-size: cover;
}
.nav-arrow.next:hover{
	background: url(../img/next1-2.png) center no-repeat;
	background-size: cover;
}
.min-image {
    width: 4.08rem;
    overflow: hidden;
    margin: 0 10px;
}
.image-list {
    display: flex;
    transition: transform 0.3s ease;
}
.image-item {
	flex: 0 0 0.6rem;
    margin: 0 0.11rem;
    border: 0.01rem solid #D8D8D8;
    cursor: pointer;
    padding: 0.02rem;
    box-sizing: border-box;
}
.image-item.active {
    border-color: #70AD02;
}
.image-item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}




.body_top .product_txt{
	width: calc(100% - 5.15rem);
	padding-top: 0.8rem;
}
.body_top .product_txt .product_title{
	font-size: 0.26rem;
	color: #222222;
	font-family: AlibabaPuHuiTi-Bold;
	padding-bottom: 0.28rem;
	border-bottom: 0.01rem solid #D6D6D6;
	position: relative;
	margin-bottom: 0.43rem;
}
.body_top .product_txt .product_title::before{
	content: "";
	position: absolute;
	bottom: -0.01rem;
	left: 0;
	width: 1.04rem;
	height: 0.02rem;
	background: #234529;
}
.body_top .product_txt .cont_list{
	margin-bottom: 0.9rem;
}
.body_top .product_txt .cont_list p{
    font-family: AlibabaPuHuiTi-Regular;
    font-size: 0.16rem;
    color: #555555;
    margin-bottom: 0.12rem;
    display: flex;
    align-items: center;
}
.body_top .product_txt .cont_list p i{
	display: inline-block;
	width: 0.04rem;
	height: 0.04rem;
	background: #D19918;
	border-radius: 50%;
	margin-right: 0.05rem;
}
.body_top .product_txt .cont_url{
	display: flex;
}
.body_top .product_txt .cont_url a{
	width: 1.5rem;
	height: 0.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.16rem;
	font-family: AlibabaPuHuiTi-Regular;
	position: relative;
}
.body_top .product_txt .cont_url .cont_rul1{
	background: linear-gradient( 90deg, #D19918 0%, #F9D47F 42%, #FFE2A1 62%, #F9C54D 100%);
	color: #333333;
	margin-right: 0.4rem;
}
.body_top .product_txt .cont_url .cont_rul2{
	background: #234529;
	color: #D19918;
	font-family: AlibabaPuHuiTi-Regular;
}
.body_top .product_txt .cont_url .cont_rul1 img{
	margin-right: 0.06rem;
}
.body_top .product_txt .cont_url .cont_rul2 img{
	margin-right: 0.15rem;
}
.body_top .product_txt .cont_url img{
	width: 0.24rem;
	height: 0.24rem;
	object-fit: contain;
}













.body_bottom{
	width: 100%;
	height: auto;
	padding: 0.6rem 0.6rem 0.4rem 0.6rem;
	box-sizing: border-box;
	background: #FFFFFF;
	box-shadow: 0rem 0rem 0.08rem 0.01rem rgba(99,99,99,0.16);
}

.body_bottom .body_class{
	font-family: AlibabaPuHuiTi-Bold;
	font-size: 0.28rem;
	color: #333333;
	line-height: 0.4rem;
	width: 100%;
	padding-bottom: 0.15rem;
	border-bottom: 0.01rem solid #E5E5E5;
	margin-bottom: 0.3rem;
}
.body_bottom .body_div{
	margin-bottom: 0.6rem;
}
.body_bottom .body_div .body_name{
	font-family: AlibabaPuHuiTi-SemiBold;
	font-size: 0.18rem;
	color: #333333;
	line-height: 0.25rem;
	display: flex;
	align-items: center;
	margin-bottom: 0.16rem;
}
.body_bottom .body_div .body_name i{
	width: 0.03rem;
	height: 0.22rem;
	background: #234529;
	margin-right: 0.1rem;
}



.body_bottom .body_div .table {
	overflow-x: auto;
	touch-action: auto;
}

.body_bottom .body_div .table table {
	min-width: 100%;
	border: 0.01rem solid #EEEEEE;
}
.body_bottom .body_div .table table tr td {
	font-family: AlibabaPuHuiTi-Regular;
	padding:0.12rem 0.2rem 0.12rem 0.5rem;
	text-align: left;
	box-sizing: border-box;
	font-size: 0.16rem;
	color: #333333;
	width: 3.4rem;
}
.body_bottom .body_div .table table tr:first-child td:last-child{
	text-align: center;
	border-left: 0.01rem solid #234529;
}
.body_bottom .body_div .table table tr:first-child{
	background: #234529 !important;
}
.body_bottom .body_div .table table tr:nth-child(odd){
	background: #F8F8F8;
}
.body_bottom .body_div .table table tr::nth-child(even) {
    background: #ffffff; 
}
.body_bottom .body_div .table table tr td:last-child {
	border-left: 0.01rem solid #EEEEEE;
	width: 7.7rem;
}
.body_bottom .body_div .table table tr:first-child td{
	font-family: AlibabaPuHuiTi-Bold;
	font-size: 0.18rem;
	color: #D19918;
}



.body_bottom .body_div .body_img{
	width: 11.1rem;
	height: auto;
	background: #FFFFFF;
	border: 0.01rem solid #D2D2D2;
	padding: 0.3rem 0.6rem;
	box-sizing: border-box;
}
.body_bottom .body_div .body_img img{
	width: 100%;
	height: auto;
}


