@charset 'utf-8';
.product-centere{
    margin-top: 20px;
    width: 1200px;
    margin: 0 auto;}
.product-item{
    height: 582px;
}
.product-img{
    float: left;
    width: 600px;
    height: 100%;
}
.product-img .gallery-top{ 
    height: 450px;
}
.product-img .gallery-thumbs{
    height: 90px;
}
.product-img .gallery-top .swiper-slide,
.product-img .gallery-thumbs .swiper-slide{
    background-size: cover;
    border: 2px solid #fff;
}
.product-img .gallery-thumbs{
    margin-top: 10px;
}
.product-img .gallery-thumbs .swiper-slide-thumb-active{
    border: 2px solid #f30d0d;
}
.product-info{
    float: left;
    width: calc(100% - 600px);
    height: 100%;
    padding-left: 60px;
    padding-top: 20px;
}
.product-info>h3{
    line-height: 3;
    font-size: 18px;
    font-weight: 500;
}
.product-info>p{
    line-height: 3;
    font-size: 14px;
}
.normal-bottom{
    margin-top: 10px;
}
.product-toolbar{
    line-height: 36px;
    margin: 10px 0 20px;
    background: #eeeeee;
}
.product-toolbar .toolbar-btn{
    display: block;
    float: left;
    cursor: pointer;
    padding: 0 20px;
}
.product-toolbar .toolbar-btn.active{
    background: #f30d0d;
    color: #fff;
}
.details-box{
    padding-bottom: 28px;
}
.details-box .ban {
	text-align: center;
}
.details-box .ban img{
	width:100%;
	max-width:750px;
}
.details-box>img{
    width: 100%;
    display: block;
}
.recommend-box{
    padding: 0 0 38px;
}
.recommend-box .section-list{
    text-align: center;
    font-size: 0;
}
.recommend-box .section-list>li{
    width: calc(33% - 10px);
    display: inline-block;
    margin: 0 5px;
    overflow: hidden;
    background: #f5f5f5;
    text-align: center;
    cursor: pointer;
}
.recommend-box .section-list>li .img-wrap{
    height: 246px;
    position: relative;
    overflow: hidden;
}
.recommend-box .section-list>li .img-wrap>img{
    position: absolute;
	width: 100%;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.recommend-box .section-list>li p{
    line-height: 48px;
    font-size: 16px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}