body{
    background:#f4f4f4;
}
/*详情开始*/
.details{
    width:1200px;
    overflow:hidden;
    margin:0 auto;
    padding-bottom: 100px;
}
.details .one-details{
    width:240px;
    float: left;

}
.details .one-details .search-details{
    border:1px solid #ccc;

}
.details .one-details .search-details h4{
    border-bottom: 1px solid #ccc;
    height:49px;
    line-height: 49px;
    background:#efefef;
    padding-left: 12px;
    font-size: 16px;
    color:#505050;
}
.details .one-details .search-details .crux{
    padding-left: 12px;
}
.details .one-details .search-details .crux label{
    color:#919191;
    font-size: 14px;
    margin-top: 16px;
    display: block;
}
.search-details .crux label input.in-crux{
    width:150px;
    height:28px;
    border:1px solid #ccc;
    background:#f4f4f4;
}
.search-details .crux label input{
    width:67px;
    height:28px;
    border:1px solid #ccc;
    background:#f4f4f4;
}
.search-details .crux button{
    width:120px;
    height:30px;
    background:#3e87f0;
    color:#fff;
    border-radius: 3px;
   margin-left: 43px;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}
.details .one-details .classification{
    border:1px solid #ccc;
    min-height:318px;
    margin-top: 60px;

}
.details .one-details .classification .leb{

}
.details .one-details .classification .leb li{
    position: relative;
    border-bottom:1px solid #ccc;
    line-height:40px;

}
.details .one-details .classification .leb li:hover .leb-chids{
    display: block;
}
.details .one-details .classification .leb li a{
    display: inline-block;
    width:220px;
    height:40px;
    padding-left:20px;
    font-size:14px;
}
.details .one-details .classification .leb li i{
    width:7px;
    height:14px;
    background: url("../images/icon/sjj.png");
    background-position: 0 0 ;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top:10px;
    right:10px;
}
.details .one-details .classification .leb .leb-chids{
    width:200px;
    position: absolute;
    border:1px solid #ccc;
    background: #f4f4f4;
    top:0;
    right:-202px;
    display: none;

}
.details .one-details .classification h4{
    border-bottom: 1px solid #ccc;
    height:49px;
    line-height: 49px;
    background:#efefef;
    padding-left: 12px;
    font-size: 16px;
    color:#505050;
    background:#EFEFEF;

}
.details .one-details .shop{
      padding-bottom: 25px;
      margin-top: 60px;
}
.details .one-details .shop h4{
    border: 1px solid #ccc;
    height:49px;
    line-height: 49px;
    padding-left: 12px;
    font-size: 16px;
    color:#505050;
    margin-bottom: 15px;
    background:#EFEFEF;
}
.details .one-details .shop ul{

}
.details .one-details .shop ul li{
    border-bottom: 1px solid #ccc;
    overflow:hidden;
    padding-bottom: 5px;
    padding-top: 5px;
} 
.details .one-details .shop ul li i{
    width:60px;
    height:60px;
    float: left;
    display: block;
    margin-right: 10px;
}
.details .one-details .shop ul li i img{
    width:60px;
    height:60px;
    float: left;
    display: block;
}
.details .one-details .shop ul li .in-right{
    float:left;
    margin-right: 10px;
    width:156px;
    color:#919191;
    font-size: 12px;
    line-height: 22px;
    margin-top: 5px;
}

.details .two-details{
    width:796px;
    padding-right: 70px;
    float:right;
    background:#fff;
    padding-bottom: 20px;
    border:1px solid #ccc;
    padding-left: 70px;

}

.details .two-details .info{
    margin-top: 20px;
}
.details .two-details .info h3{
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.details .two-details .info p{
    font-size: 14px;
    color:#919191;
    margin-top: 20px;
}
.details .two-details .info .in-details{
    font-size: 12px;
    color:#919191;

}


.details .two-details .code{
    height:100px;
    margin-top: 20px;
}
.details .two-details .code .left{
    float: left;
    height:100px;
    
}
.details .two-details .code .left .one{
    float: left;
}
.details .two-details .code .left .one i{
    width:100px;
    height:100px;
    display: block;
}
.details .two-details .code .left .one i img{
      width:100px;
    height:100px;
}
.details .two-details .code .left .two{
    float: left;
    font-size: 14px;
    margin-left: 20px;
}
.details .two-details .code .left .two p{
    margin-top: 10px;
    color:#515151;
    line-height: 24px;
}
.details .two-details .code .left .two p span{
    display:inline-block;
    //background:url(../images/icon/rz.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    //padding-left: 25px;
}


.details .two-details .code .left .two p span.span1 {
    display: inline-block;
    //background: url(../images/icon/store.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    //padding-left: 25px;
}
.details .two-details .code .right{
    float: right;
    width:100px;
    height:100px;
}
.details .two-details .code .right i{
    width:80px;
    height:80px;
    display: block;
    margin:0 auto;
}
.details .two-details .code .right i img{
       width:80px;
    height:80px;
}
.details .two-details .code .right  p{
    color:#515151;
    text-align: center;
    font-size: 14px;
}