﻿/* 公共样式 */
.header,
.content {
    width:1210px;
    margin:0 auto;
}
/*wrapper*/
/*主体部分*/
.content{
    background: #fff;
}
/*主体顶部图片*/
.con-upside-image{
    width: 1210px;
    height:320px;
}
.con-upside-image img{
    width: 1210px;
    height:320px;
}
/* 产品介绍 */
.content  .product-info{
    width: 1210px;
}
.product-info  li{
    width: 1210px;
    height: 246px;
    padding: 30px 0 30px 0;
    border-bottom: 1px solid #ededed;
}
/*产品左侧介绍图*/
.product-left{
    float: left;
    width: 410px;
    height: 246px;
}
.product-left img{
    width: 410px;
    height: 246px;
}
/*产品右侧文字*/
.product-info .product-right{
    position: relative;
    float: right;
    width: 764px;
    padding: 1px 0 0 36px;
}
.product-right h2{
    font-size: 26px;
    line-height: 90px;
}
.product-right h2 a{
    color: #333;
    text-decoration: none;
    cursor: pointer;
}
.product-right h2 a:hover{
    text-decoration: none;
}
.product-right p{
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    color: #333;
}
.product-right span{
    position: absolute;
    top:192px;
    right: 0;
    float: right;
    font-size: 14px;
    line-height: 24px;
    color:#c3a6d2;
}
.product-right span a{
    color: #c3a6d2;
    cursor: pointer;
}
.product-right span a:hover{
    text-decoration: underline;
}
/*打折促销区域样式 */
.content .discount{
    width:1210px;
    overflow: hidden;
}
.content .discount li{
    position: relative;
    width:1210px;
    height:166px;
    border-bottom:1px solid #ededed;
}
.content .discount li:last-child{
    border:none;
}
/*左侧日期*/
.content .discount-left {
    float: left;
    margin-top: 30px;
    width: 105px;
    height: 105px;
    border: 1px solid #ededed;
}
.discount-left .mouth{
    width:105px;
    height: 33px;
    font-size: 14px;
    line-height: 33px;
    text-align: center;
    background: #c2c2c2;
    color: #f7f7f7;
}
.discount-left .data{
    width:105px;
    height:72px;
    font-size: 52px;
    line-height: 72px;
    font-weight: bold;
    text-align: center;
    background: #fafafa;
    color: #c2c2c2;
}
/* 右侧文字介绍 */
.content .discount-right{
    width: 1066px;
    padding-left: 144px;
}
.discount-right h2{
    padding-top: 14px;
    font-size: 26px;
    line-height: 70px;
}
.discount-right h2 a{
     color: #333;
    cursor: pointer;
}
.discount-right h2 a:hover{
    text-decoration: none;
}
.content .discount-right p{
    font-size: 14px;
    line-height: 24px;
    width: 1066px;
    height: 48px;
}

.content .discount-right span{
    position: absolute;
    top: 125px;
    right: 0;
    font-size: 14px;
    line-height: 24px;
    color:#c3a6d2;
}
.content .discount-right span a{
    color:#c3a6d2;
    cursor: pointer; 
}
.content .discount-right span a:hover{
     text-decoration: underline;
}
/* 数字页数*/
        .page{
            padding:76px 0;
            font-size: 0;
            line-height: 30px;
            text-align: center;
        }
        .page .number li,.page ul,.page div{
            display: inline-block;
        }
        .page .number li a{
            display: inline-block;
            width: 30px;
            height: 30px;
            border: 1px solid #e6e6e6;
            margin-left: 5px;
            font-size: 14px;
            line-height: 30px;
            text-align: center;
            color: #666;
            background: #f9f9f9;
        }
        .page .dec img,.page .add img{
            padding-top: 0px;
        }
        .page .number li a:hover,.page .number li a:active, .page .number .active{
            color: #666666;
            background: #f9ecff;
            border-color: #c281df;
            text-decoration: none;
        }
        .page .omit,.page .dec,.page .add{
            display: inline-block;
            width: 30px;
            height: 30px;
            margin-left: 5px;
            font-size: 14px;
            line-height: 30px;
            text-align: center;
            color: #666;
        }
        .page .sum{
            display: inline-block;
            margin-left: 10px;
            font-size: 12px;
            line-height: 35px;
            color: #999;
        }
        .page .skip{
            display: inline-block;
            margin-left: 17px;
            font-size: 12px;
            text-align: center;
        }
        .page .skip input{
            display: inline-block;
            width: 30px;
            height: 30px;
            border:1px solid #e5e5e5;
            margin:0 6px;
            text-align: center;
        }
        .page  .confirm a{
            display: inline-block;
            width: 58px;
            height: 30px;
            border:1px solid #e5e5e5;
            margin-left: 20px;
            font-size: 12px;
            line-height: 30px;
            text-align: center;
            color: #666;
            background: #f9f9f9;
        }
        .page .confirm a:hover{
            color: #666666;
            background: #f9ecff;
            border-color: #c281df;
            text-decoration: none;
        }
       



