body{
    background: #0a0a0a;
}

#product{
    margin-top: 40px ;
    padding-bottom: 20px;
}

#product .text h1{
    color: #9b9b9b;
    font-size: 24px;
    margin: 26px 0 10px 0;
    text-align: left;
}
#product .text .time {
    padding: 6px 0 17px 0;
    text-align: left;
    color: #9b9b9b;
    margin: 0px 0 23px 0;
    display: block;
    border-bottom: 1px #d2d2d2 solid;
    font-size: 12px;
}


#product .page{
    margin: 40px 0;
}
#product .page span{
    color: #9b9b9b;
    font-size: 14px;
    display: block;
    margin: 0 0 8px 0;
}
#product .page span:hover{
    color: #999;
}
#product .page span:hover a{
    color: #999;
}

#product .textT * {
    color: #b1b1b1;
}
/*轮播图区域*/
.swiperBox .swiper-pagination{
    text-align: right;
    padding: 0 10%;
}
.swiperBox .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    display: inline-block;
    background: #ffffff;
    text-align: center;
    line-height: 14px;
    border-radius: 0;
    font-size: 12px;
    margin: 0 2px !important;
}



@media screen and (max-width: 1300px) {
    #product .page {
        margin: 20px 0;
    }
    #product {
        margin-top: 0px;
        padding: 0 10px;
    }
    #product .text h1 {
        font-size: 16px;
        margin: 16px 0 6px 0;
        text-align: center;
        color: #dadada;
    }

    #product .text .time {
        padding: 4px 0 6px 0;
        margin: 0px 0 12px 0;
        text-align: center;
    }
    #product .text .say {
        margin: 0;
        font-size: 12px;
        padding: 8px 8px;
    }
    #product .textT,
    #product .textT *{
        color: #dadada;
        font-size: 12px !important;
        line-height: 20px !important;
    }
    #product .textT img{
        width: 100%;
    }



}

