
body {
    background-color: #f0f0f0;
}
/* 产品分类选择 */

.classify_wrapper {
    display: block;
    margin: 20px 20px;
    height: 30px;
    line-height: 30px;
}
.classify_wrapper> select,
.classify_wrapper> a,
.classify_wrapper> span{
    margin-right: 20px;
}

/* 产品内容模块 */
.product_table_info {
    width: 76.8%;
    margin: 64px auto;
}

.product_table_info .pagenumber {
    width: 70%;
    margin: 0 auto;
    height: 80px;
    text-align: center;
}

 /* 产品介绍页面页码 */        
.product_table_info .pagenumber_wrapper {
    height: 80px;
    margin: 0 auto;
    margin-bottom: 32px;
}

.product_table_info .pagenumber ul {
    height: 80px;
    line-height: 80px;
}

.product_table_info .pagenumber li {
    display: inline-block;
    margin: 0 5px;
}

.product_table_info .pagenumber a {
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    text-decoration: none;
    color: #181818;
}

.product_table_info .pagenumber a:hover {
    color: #ffffff;
    background-color: #0044ff;
}
