

/*热销产品*/
.product-list .item{
	position: relative;
}
.product-list .icon-hot{
	position: absolute;
	top: 0;
	right: 20px;
	width: 20px;
	line-height: 0;
}






.greybg{
	padding-top: 15px;
	background: #F0F0F0;
}


.produ2{
	margin-bottom: 65px;
}
.produ2:last-child{
	margin-bottom: 12px;
}
.produ2 .titles{
	width: 130px;
	min-width: 130px;
	height: 541px;
	background: #C4D7F8;
	border-radius: 8px;
	overflow: hidden;
}
.produ2 .title2{
	width: 91px;
	height: 478px;
	background: #71A5FF;
	border-radius: 4px;
	margin: 31px auto;
	color: #FFFFFF;
	font-size: 20px;
	line-height: 91px;
	letter-spacing: 10px;
	writing-mode: vertical-rl;
}
.produ2 .list{
	margin-left: 8px;
}
.produ2 li{
	margin-bottom: 15px;
	padding: 0 8px;
	width: 20%;
	float: left;
}
.produ2 li img{
	height: 174px;
}
.produ2 li .img{
	position: relative;
}
.produ2 li .jorder{
	position: absolute;
	top: 0;
	bottom:0;
	right: 0;
	left: 0;
background: rgba(0,0,0,0.3);
display: none;
}
.produ2 li .jorder button{
	width: 89px;
height: 30px;
background: #FFFFFF;
border-radius: 15px;
font-size: 14px;
color: #333333;
}
.produ2 li .img:hover .jorder{
	display: block;
}
.produ2 li .img:hover .jorder>div{
	height: 100%;
}
.produ2 li .item{
	background: #fff;
}
.produ2 .text{
	padding: 15px;
}
.produ2 .title{
	font-size: 14px;
	color: #333333;
}
.produ2 .title:hover{
	color: var(--themeColors);
}
.produ2 .price{
	font-size: 18px;
	font-weight: bold;
	color: #CB0000;
	margin-top: 13px;
}








/*产品评论*/
.module .titlebox .title {
	color: var(--themeColors);
	font-size: 16px;
	font-weight: bold;
	line-height: 46px;
	text-align: left;
	padding: 0 17px;
}

.comment .module{
	padding: 0 8px;
	margin-bottom: 27px;
}
.comment .list{
	padding: 0 15px;
	background: #FFFFFF;
}
.comment .list li{
	padding: 15px 0;
	border-top: 1px solid #F8F8F8;
	display: flex;
}
.comment .photo{
	width: 46px;
	height: 46px;
	overflow: hidden;
	border-radius: 100%;
	margin: 7px 0;
}
.comment .text{
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	margin: 0 10px;
}
.comment .text span{
	color: var(--themeColors);
}
.comment .time{
	font-size: 14px;
	color: #999999;
	margin-top: 10px;
}











/*产品详情*/
/*产品介绍*/
.detail-box{
	padding: 16px;
	background: #FFFFFF;
	margin-top: 16px;
}
.pro-detail .title{
	border-top: 4px solid var(--themeColors);
	color: var(--themeColors);
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	line-height: 44px;
}
.detail-box .proimg{
	width: 280px;
	height: 280px;
	overflow: hidden;
	margin-right: 15px;
}
.detail-box .introbox .title{
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 23px;
	margin-top: 6px;
}
.detail-box .introbox .intro{
	background: #F8F8F8;
	padding: 18px;
	color: #666666;
	font-size: 14px;
}
.detail-box .introbox .bq p{
	display: inline-block;
	margin-bottom: 15px;
	margin-right: 30px;
	width: 160px;
	line-height: 30px;
	background: #FFFFFF;
	border: 1px solid var(--themeColors);
	color: #333333;
	font-size: 14px;
	text-align: center;
}
.detail-box .introbox .bq p span{
	display: inline-block;
	width: 50%;
	background: #E2EDFF;
	border-right: 1px solid var(--themeColors);
}
.detail-box .introbox .bq p em{
	display: inline-block;
	width: 50%;
}
.detail-box .introbox .price{
	font-size: 20px;
	font-weight: bold;
	color: #CB0000;
	line-height: 30px;
}
.marbot20 {
	margin-bottom: 20px;
}
.detail-box .introbox .btns button{
	width: 90px;
	height: 30px;
	background: #CB0000;
	border-radius: 15px;
	color: #FFFFFF;
	font-size: 14px;
	border: 1px solid #CB0000;
	margin-left: 20px;
}
.detail-box .introbox .btns button:nth-child(2){
	color: #CB0000;
	background: #FFFFFF;
}













/*评论*/
.comment2 .titlebox {
	text-align: center;
	position: relative;
	border-top: 4px solid var(--themeColors);
	background: #FFFFFF;
}
.comment2 .titlebox .title {
	text-align: center;
	color: var(--themeColors);
	font-size: 16px;
	font-weight: bold;
	line-height: 54px;
}

.comment2 .module{
	padding: 0 8px;
	margin-bottom: 27px;
}
.comment2 .list{
	
}
.comment2 .list li{
	padding: 16px;
	border-top: 1px solid #F8F8F8;
	display: flex;
	background: #FFFFFF;
	margin-bottom: 15px;
}
.comment2 .photo{
	width: 46px;
	height: 46px;
	overflow: hidden;
	border-radius: 100%;
	margin: 7px 0;
}
.comment2 .text{
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	margin: 0 0 0 17px;
}
.comment2 .text2{
	color: #333333;
	line-height: 20px;
}
.comment2 .satis{
	display: flex;
	align-items: center;
}
.comment2 .satis img{
	width: 17px;
	margin-right: 4px;
}







/*产品评论/品牌动态*/
.remark .know .titlebox {
	background: url(../images/uplbg.png) no-repeat center;
	background-size: cover;
}
.remark .related .titlebox {
	background: url(../images/uppdt2.png) no-repeat center;
	background-size: cover;
}
.remark-form{
	padding: 15px 17px 5px 17px;
	min-height: 270px;
	background: #FFFFFF;
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
}

.remark-form .score{
	color: #333333; 
	font-size: 14px;
}
.remark-form .score .icon-star{
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../images/ustarnot.png) no-repeat center;
	background-size: 100%;
	cursor: pointer;
}
.remark-form .score .icon-star.active{
	background: url(../images/ustar.png) no-repeat center;
	background-size: 100%;
}
.remark-form textarea{
	width: 100%;
	height: 161px;
	background: #F8F8F8;
	padding: 16px;
	color: #333333; 
	font-size: 14px;
	margin:10px 0 10px;
	border: none;
}
.remark-form .submit button{
	width: 126px;
	height: 32px;
	background: var(--themeColors);
	font-size: 14px;
	color: #FFFFFF;
}






@media screen and (max-width: 992px){
/*产品*/
.produ2 li {
    width: 50%;
}
}





@media screen and (max-width: 768px){
/*产品*/
.produ2 {
    margin-bottom: 12px;
    display: block;
}
.produ2 .titles {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}
.produ2 .title2 {
    width: auto;
    height: auto;
    margin: 20px;
    line-height:70px;
    writing-mode: lr;
}
.produ2 .list {
    margin: 0 -8px;
}
.produ2 li img {
    height: auto;
}




/*产品评论*/
.comment{
    margin: 0 -8px;
}










/*产品详情*/
.detail-box>div{
	display: block;
}
.detail-box .proimg {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-right: 0;
    margin-bottom: 15px;
}
.detail-box .introbox .bq p:nth-child(2){
	margin-right: 0;
}
}