.sidebar{
    width: 185px;
    margin-bottom: 35px;
}

.sidebar h1{
    font-size: 32px;
    font-family: "Avenir Next LT Pro Bold", "微软雅黑";
    text-transform: uppercase;
}

.sidebar h3{
    font-size: 20px;
    font-weight: normal;
}

.siderbar-nav{
    padding-top: 40px;
    margin-bottom: 20px;
}

.siderbar-nav ul > li{
    border-bottom: 1px solid #d7dddd;
}

.siderbar-nav ul > li > a{
    display: block;
    height: 49px;
    line-height: 49px;
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
}

.siderbar-nav ul > li > a > span{
    float: right;
}

.siderbar-nav ul > li > ul{
    display: none;
}

.siderbar-nav ul > li > ul > li{
    border: none;
}

.siderbar-nav ul > li > ul > li:last-child{
    margin-bottom: 20px;
}

.siderbar-nav ul > li > ul > li > a{
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    overflow: hidden;
    font-weight: normal;
}

.siderbar-nav ul > li > ul > li.active > a{
    font-weight: bold;
}

.siderbar-nav ul > li > ul > li > a:before{
    font-family:"iconfont" !important;
    font-size:16px;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e6f0";
    margin-right: 10px;
}

.siderbar-nav ul > li > ul > li.active > a:before{
    content: "\e7d5";
}

.product-list{
}

.product-list ul{
    font-size: 0;
}

.product-list li{
    display: inline-block;
    width: 48%;
    margin: 1%;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 22px;
}

.product-list li .preview{
    display: block;
    width: 100%;
    padding: 4px;
    border: 1px solid #dcdcdc;
    text-align: center;
}

.product-list li .preview img{
    width: 100%;
}

.product-list li h3{
    font-size: 18px;
    line-height: 50px;
}

.product-list li .to-cart{
    display: inline-block;
    line-height: 25px;
    background: #000;
    border-radius: 12px;
    padding: 0 20px;
    color: #fff;
    margin: 10px 0;
}

.product-view{
    margin-bottom: 60px;
}

.gallery-nav{
    width: 82px;
    float: left;
    margin-right: 68px;
}

.gallery-nav .nav-button{
    display: block;
    line-height: 40px;
    text-align: center;
}

.gallery-nav .gallery-list{
    font-size: 0;
}

.gallery-nav .gallery-list li{
    display: block;
    width: 82px;
    height: 82px;
    border: 1px solid #dddddd;
}

.product-image{
    width: 100%;
    margin-bottom: 35px;
}

.product-image img{
    width: 100%;
}

.product-detail{
    border-top: 1px solid #dddddd;
    padding-top: 35px;
}

.product-detail h1{
    font-size: 30px;
    line-height: 30px;
}

.product-detail h3{
    font-size: 18px;
    font-weight: normal;
    line-height: 36px;
    padding: 8px 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}

.product-detail dt{
    margin-bottom: 5px;
}

.product-detail dd{
    font-size: 0;
}

.product-detail dd a{
    display: inline-block;
    padding: 0 24px;
    line-height: 26px;
    border: 1px solid #ddd;
    border-radius: 14px;
    color: #3b3b3b;
    background: #fff;
    font-size: 14px;
    margin-right: 15px;
    margin-bottom: 15px;
}

.product-detail dd a:hover{
    background: #ddd;
}

.product-detail dd a.active{
    border: 1px solid #000;
    background: #000;
    color: #fff;
}

.product-detail dd input{
    padding: 0 24px;
    height: 28px;
    border: 1px solid #ddd;
    border-radius: 14px;
    color: #3b3b3b;
    background: #fff;
    font-size: 14px;
    margin-bottom: 15px;
}

.product-cart{
    border-top: 1px solid #ddd;
    padding-top: 15px;
    clear: right;
}

.product-cart .quantity{
    font-size: 0;
}

.product-cart .quantity{
    display: inline-block;
    width: 160px;
    height: 40px;
    border: 2px solid #ddd;
    border-radius: 20px;
    margin-right: 15px;
    margin-bottom: 15px;
}

.product-cart .quantity .quantity-button{
    display: inline-block;
    width: 40px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
}

.product-cart .quantity .quantity-input{
    display: inline-block;
    width: 76px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    text-align: center;
}

.product-cart .to-cart{
    padding: 0 24px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    border-radius: 20px;
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 16px;
}

.relation-area{
    background: #f1f1f1;
    border-top: 1px solid #dddddd;
    padding: 35px 0;
    height: 308px;
    overflow: hidden;
}

.relation-area-white{
    background: #fff;
}

.relation-area .relation-title{
    width: 200px;
    float: left;
    margin-bottom: 20px;
}

.relation-area .relation-title h1{
    font-family: "Avenir Next LT Pro Bold";
    font-size: 24px;
    text-transform : uppercase;
}

.relation-area .relation-title h3{
    font-size: 14px;
    font-weight: normal;
}

.relation-box{
    width: 1020px;
    float: left;
}

.relation-box .relation-button{
    float: left;
    width: 45px;
    line-height: 172px;
    text-align: center;
}

.relation-box .relation-button span{
    font-size: 32px;
}

.relation-list{
    width: 930px;
    float: left;
    overflow: hidden;
    font-size: 0;
}

.relation-list li{
    float: left;
    width: 310px;
    height: 172px;
    padding: 0 22px;
}

.relation-list li a {
    display: inline-block;
    width: 266px;
    height: 172px;
    border: 1px solid #dddddd;
}


.box {
    text-align: center;
}

.box-text {
    text-align: center;
    line-height: 1;
    font-size: 0;
}

.box-text h3 {
    font-family: "Avenir Next LT Pro Bold";
    text-transform: uppercase;
    font-size: 20px;
}

.box-text .split-line {
    display: inline-block;
    width: 100px;
    height: 1px;
    background: #000000;
    margin: 15px auto;
}

.box-text p {
    font-size: 14px;
    line-height: 20px;
}

.partner-box {
}

.partner-box .box-text {
    overflow: hidden;
    margin-bottom: 35px;
}