.nav{
    height: 80px;
}
.nav_background{
    background: #fff;
}
.nav_m {
    width: 70%;
    margin: 0 auto;
    padding: 18px 0px;
}
.nav_logo{
    bottom:6px;
}
.nav_list li a{
	color:#333;
}
.body{
	background:#fff;
	margin-top:10px;
}
.content{
	width:60%;
	margin:0 auto;
	padding-top:30px;
}
.content-title img{
	width: 200px;
    height: 200px;
    float: left;
    margin-right: 20px;
    margin-top: 20px;
}
.content-top-right{
	line-height: 30px;
}
.content-top-right p:nth-child(2){
	color:#FF9500;
}
.content-top-right p:nth-child(3){
	color:#aaa;
}
.payment p{
	color: #FF0037;
    font-size: 22px;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 10px;
}
.payment button{
	display: inline-block;
    width: 120px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 20px;
    background: red;/*#FF47A5*/
    color: #fff;
    border:1px solid #fff;
}
.payment button:focus{outline: 0;}
.content-body{
	margin-top:20px;
}
.content_body_title{
    display:flex;
}
.content_body_title h2{
	color:#333;
	position: relative;
	margin-bottom:20px;
    margin-right:20px;
    cursor: pointer;
}
.active:after{
	content: "";
    position: absolute;
    top: 36px;
    left: 0px;
    width: 98px;
    height: 4px;
    background: #FCDD4F;
}
.content-body div{
	padding-bottom:20px;
}
.dn{
    display:none;
}
/*产品评论*/
.content_comment{
    width:60%;
    color:#666;
}
.content_comment div{
    padding-bottom:10px;
}
.comment{
    display: flex;
    justify-content: space-between;
}
.start img{
    width:20px;
}
.comment_img_list img{
    width:100px;
    height:80px;
}
.comment_img{
    width:50%;
}
@media(max-width:800px){
    .nav_web {
        height: 55px;
        position: unset;
    }
    .body{
        margin-top:unset;
    }
    .content{
        width:100%;
        padding-top:unset;
    }
    .content-title img{
        width:60%;
        margin-left:18%;
        margin-right:unset;
        float:unset;
    }
    .content-top-right{
        width:90%;
        margin:0 auto;
    }
    .payment{
        background-color:#FFFAE5;
        text-align: end;
        width:94%;
        height: 70px;
        line-height: 70px;
        position:fixed;
        left:0px;
        bottom:0px;
        padding:0px 3%;
        z-index:100;
    }
    .payment p {
        margin-top:unset;
        float:left;
    }
    .payment button {
        height: 40px;
        line-height: 40px;
        font-size: 18px;
    }
    .content-body h2{
        padding-left:10px;
    }
    .content-body h2:after{
        left:10px;
    }
    .content-info p img{
        width:100%;
    }
    /*产品评价*/
    .content_comment{
        width:90%;
        margin:0 auto;
    }
    .comment_img{
        width:100%;
    }
}