.swiper-pagination-bullet.swiper-pagination-bullet-active:before{
    border: 1px solid #ccc;
    display: block;
}
/*品牌介绍字体，颜色*/
#brand-introduction,#brand-introduction p,#brand-introduction span{
    font-size: 0.18rem !important;
    color: #999999 !important;
}
/*轮播图左右*/
.swiper-button-prev,.swiper-button-next{
     cursor: pointer;
     margin-top: -0.5rem;
     top: 50%;
     position: absolute;
     background-color: rgba(219,220,222,0.8);
     width: 1rem;
     height: 1rem;
     text-align: center;
     line-height: 1rem;
     color: #af2a38;
     font-size: 0.24rem;
 }
.swiper-button-prev{
    left: 1.7rem;
}
.swiper-button-next{
    right: 1.7rem;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next,.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    background-image: none;
}


.btn-detail{
    font-size:0.14rem;
    color:#999;
    position: absolute;
    right: 1.6rem;
    top:2rem;
    width: 1.6rem;
    height: 0.4rem;
    border-color: #eee;
    outline: none;
}
.btn-detail:hover{
    background-color: white;
    border-color: #af2a38;
    color:#af2a38;
}
/*热销产品*/
#product-container{
    margin: 0 auto;
    height: 6.9rem;
    padding-top: 0.8rem;
}
#product-container .swiper-slide{
    height: 5.2rem;
    padding: 0 0.175rem;
    box-sizing: border-box;
}
#product-container .swiper-slide > div{
    position: relative;
    width: 100%;
    height: 100%;
}
#product-container .swiper-slide .hot-product{
    background-color: white;
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
    cursor: pointer;
    display: block
}
#product-container .swiper-slide .hot-product h4{
    margin: 0 0.3rem 0.1rem 0.3rem;
    padding-top: 0.2rem;
    border-top: 0.01rem solid #efefef;
    color: #333
}
#product-container .swiper-slide .hot-product h5{
    padding-left: 0.3rem;
    font-family: "宋体";
    color: #999
}
#product-container .swiper-slide .hot-product h5{

}
#product-container .swiper-slide .hot-product:hover{
    top : -0.15rem;
    /*box-shadow: 0 0 8px #ccc;*/
}
#video-contain .video-border{
    cursor: pointer;
    display: none;
    position: absolute;
    padding: 0.25rem;
    width: 100%;
    height: 100%
}
#video-contain .video-border div{
    width: 100%;
    height: 100%;
    border: 0.02rem solid white
}
.video-btn{
    display: inline-block;
    background-color: #af2a38;
    width: 1.35rem;
    height: 0.35rem;
    color: white;
    font-size: 0.14rem;
    line-height: 0.35rem;
    cursor: pointer;
    margin-top: 0.45rem;
}
.video-btn:visited,.video-btn:link,.video-btn:hover{
    color: white;
}
.news-box{
    width: 16.35rem;
    height: 4.9rem;
    margin: 0 auto;
    padding-top: 0.35rem;
}
.news-box .news-item{
    height: 100%;
    padding: 0 0.175rem
}
.news-box .news-item .news-text{
    display: block;
    height: 3.1rem;
    position: absolute;
    top: 0;width: 100%;
    cursor: pointer;
    padding-top: 1.2rem;
}
.news-box .news-item .news-shade{
    display: none;
    height: 3.1rem;
    position: absolute;
    top: 0;width: 100%;
    padding: 0.15rem 0.2rem;
    cursor: pointer;
    background-color: rgba(0,0,0,0.2);
}
.news-box .news-item table{
    width: 100%;
}
.news-box .news-item table .circle{
    width: 0.05rem;
    height: 0.05rem;
    background-color: #af2a38;
    margin-right: 0.1rem;
}