body {
    background: #fff;
}

.categoryList {
    display: none;
}

.headerCol {
    background: #fff;
}

.nav a {
    color: #333;
}


/* 商品分类部分修改 */

.sceneCustomize,
.sortCustomize,
.brand,
.hotCustomize {
    background: #fff;
}
/* *********************** */


/* 主体 */

.main .contS {
    width: 100%;
    height: 520px;
    margin-top: 15px;
    border: 1px solid #e6e6e6;
}

.main .contS .left {
    float: left;
    width: 420px;
    height: 520px;
    background-color: #f8f8f8;
    border-right: 1px solid #e6e6e6;
}

.main .contS .left h4 {
    margin-top: 50px;
    font-size: 16px;
    line-height: 60px;
    text-align: center;
}

.main .contS .left .samInfo {
    background: #fff;
    border: 1px solid #e6e6e6;
    width: 230px;
    height: 335px;
    margin: 0 auto;
}

.main .contS .left .samInfo img {
    width: 230px;
    height: 230px;
}

.main .contS .left .samInfo .text {
    padding: 0 10px;
    line-height: 18px;
    font-size: 12px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main .contS .left .samInfo .rule {
    padding: 0 10px;
    line-height: 28px;
    font-size: 12px;
    color: #999;
}

.main .contS .left .samInfo .price {
    padding: 0 10px;
    color: #d21a33;
    font-size: 22px;
}

.main .contS .left .samInfo .price span {
    color: #d21a33;
    font-size: 22px;
}

.main .contS .right {
    float: right;
    width: 640px;
    height: 100%;
}

.main .contS .right h4 {
    margin-top: 50px;
    font-size: 16px;
    line-height: 60px;
    text-align: left;
}

.main .contS .right form div {
    width: 500px;
    height: 45px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-bottom: 20px;
}

.main .contS .right form div:last-of-type {
    margin-bottom: 40px;
}

.main .contS .right form div i {
    float: left;
    width: 50px;
    height: 45px;
}

.main .contS .right form div i.iconName {
    background: url('../images/sample_icon_1.png') no-repeat center;
}

.main .contS .right form div i.iconUsInfo {
    background: url('../images/sample_icon_2.png') no-repeat center;
}

.main .contS .right form div i.iconContact {
    background: url('../images/sample_icon_3.png') no-repeat center;
}

.main .contS .right form div input {
    width: 450px;
    height: 45px;
    line-height: 45px;
    float: left;
    font-size: 14px;
}

.main .contS .right form .btn {
    width: 160px;
    height: 45px;
    line-height: 45px;
    background: #baa47f;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-bottom: 15px;
}

.main .contS .right p i {
    width: 50px;
    height: 30px;
    float: left;
    background: url('../images/sample_icon_4.png') no-repeat center;
}

.main .contS .right p span {
    line-height: 30px;
    float: left;
    color: #999;
    font-size: 14px;
}

.remBox {
    margin-top: 60px;
}

.remBox h3 {
    width: 210px;
    height: 42px;
    margin: 0 auto;
    background: #f8f8f8;
    text-align: center;
    line-height: 42px;
    color: #baa47f;
    position: relative;
}

.remBox h3::before,
.remBox h3::after  {
    content: ' ';
    position: absolute;
    width: 470px;
    height: 1px;
    background: #f3f3f3;
    top: 50%;
  
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -moz-transform: translateY(-50%);
    /* Firefox */
    -webkit-transform: translateY(-50%);
    /* Safari 和 Chrome */
    -o-transform: translateY(-50%);
    /* Opera */
}
.remBox h3::before {
      left: -500px;
}
.remBox h3::after {
    right: -500px;
}
.remBox .remList {
    margin-top: 25px;
}

.remBox .remList li {
    float: left;
    width: 230px;
    height: 300px;
    margin-right: 10px;
    margin-bottom: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #eee;
    position: relative;
}
.remBox .remList li a {
    display: block;
    width: 100%;
    height: 100%;
}
.remBox .remList li a  img{
    width: 100%;
    height: 230px;
}
.remBox .remList li a p.text {
    padding: 0 10px;
    line-height: 18px;
    font-size: 12px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.remBox .remList li a p.icons {
    position: absolute;
    bottom: 0px;
    right: 10px;
    line-height: 18px;
}
.remBox .remList li a p.icons span {
    font-size: 12px;
    color: #a5a5a5;
    vertical-align: middle;
}
.remBox .remList li a p.icons span i {
    color: #baa47f;
    vertical-align: middle;
}
.remBox .remList li a p.icons span.like {
    margin-left: 30px;
}

.linkBox {
    position: fixed;
    bottom: 300px;
    left: 50%;
    margin-left: 635px;
}
.linkBox > ul > li {
    width: 45px;
    height: 45px;
    background: #fff;
    position: relative;
}
.linkBox > ul > li:hover {
    background: #baa47f;
} 
.linkBox > ul > li a,
.linkBox > ul > li:nth-of-type(3) > span {
    display: block;
    width: 100%;
    height: 100%;
}
.linkBox > ul > li:nth-of-type(1) > a {
    background: url('../images/sample_icon_5.png') no-repeat center;
}
.linkBox > ul > li:nth-of-type(2) > a {
    background: url('../images/sample_icon_6.png') no-repeat center;
}
.linkBox > ul > li:nth-of-type(3) > span {
    background: url('../images/sample_icon_7.png') no-repeat center;
}
.linkBox > ul > li:nth-of-type(4) > a {
    background: url('../images/sample_icon_11.png') no-repeat center;
}
.linkBox > ul > li .innerUl {
    width: 145px;
    border: 1px solid #eee;
    height: 45px;
    position: absolute;
    left: -160px;
    top: 0;
    box-shadow: 0px 0px 10px #ddd;
    background: #fff;
    z-index: 99999;
    display: none;
}
.linkBox > ul > li .innerUl li {
    float: left;
    width: 37px;
    height: 45px;
}
.linkBox > ul > li .innerUl li:nth-of-type(1) {
    margin-left: 15px;
}

.linkBox > ul > li .innerUl li a {
    display: block;
    width: 100%;
    height: 100%;
}
.linkBox > ul > li .innerUl li:nth-of-type(1) a {
    background: url('../images/sample_icon_8.png') no-repeat center;
} 
.linkBox > ul > li .innerUl li:nth-of-type(2) a {
    background: url('../images/sample_icon_9.png') no-repeat center;
} 
.linkBox > ul > li .innerUl li:nth-of-type(3) a {
    background: url('../images/sample_icon_10.png') no-repeat center;
} 