﻿/*分别设置page高度*/

.content {
    height: 1050px;
}

.page {
    height: 950px;
}

.sub_page {
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
    height: 900px;
}

.section {
    background-color: #FFF;
    height: 900px;
    width: 1200px;
    display: none;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}

.product_list {
    width: 350px;
    margin: 40px 35px 0 15px;
    float: left;
}

.product_list>img {
    width: 100%;
}

.mask {
    width: 350px;
    height: 50px;
    margin-top: -54px;
    line-height: 50px;
    text-align: center;
    background-color: #000;
    color: #FFF;
    opacity: 0.6;
}

.paging {
    min-width: 60px;
    height: 30px;
    margin: 0 auto;
    display: inline-block;
}

.paging>li, .prev, .next {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    cursor: pointer;
    margin: 0 15px;
    text-align: center;
    line-height: 30px;
    background-color: #c6e6fc;
    color: #1097f3;
}

.present {
    background-color: #1097f3 !important;
    color: #FFF !important;
}

.pagerow {
    width: 1200px;
    height: 30px;
    margin: 0 auto;
    text-align: center;
}

.up {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-left: 2px solid #1097f3;
    border-top: 2px solid #1097f3;
    -webkit-transform: rotate(45deg);
    margin-top: 10px;
}

.down {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-right: 2px solid #1097f3;
    border-bottom: 2px solid #1097f3;
    -webkit-transform: rotate(45deg);
    margin-bottom: 3px
}