
#product .text h2{
    color: rgb(84, 84, 84);
    font-size: 28px;
    margin: 28px 0 14px 0;
    text-align: center;

    display: block;
    background:#f5f5f5;
    padding: 20px 24px;
}
#product .text .time {
    padding: 6px 0 17px 0;
    text-align: center;
    color: rgb(161, 161, 161);
    margin: 0px 0 23px 0;
    display: block;
    border-bottom: 1px #d2d2d2 solid;
    font-size: 12px;
}



#product .page{
    margin: 40px 0;
}
#product .page span{
    color: #666666;
    font-size: 14px;
    display: block;
    margin: 0 0 8px 0;
}
#product .page span:hover{
    color: #333;
}



@media screen and (max-width: 1300px) {
    #product .page {
        margin: 20px 0;
    }
    #product {
        margin-top: 0px;
    }
    #product .text h2 {
        font-size: 16px;
        margin: 16px 0 4px 0;
    }

    #product .text .time {
        padding: 0px 0 3px 0;
        margin: 0px 0 8px 0;
    }

    #product .textT *{
        font-size: 12px !important;
        line-height: 20px !important;
    }




}

