.top-warp{
    max-width: 1160px;
    width: 100%;
    margin: auto;
    border-bottom: 1px solid #d9d9d9;
    line-height: 39px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.top-warp .left-warp li{
    display: inline-block;
    box-sizing: border-box;
    margin-right: 15px;
}
.top-warp .left-warp li a{
    display: block;
    position: relative;
}
.top-warp .left-warp ul li a:before {
    content: " ";
    width: 0;
    height: 1px;
    background: #1985ff;
    position: absolute;
    left: 0;
    bottom: -2px;
    z-index: 2;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.top-warp .right-warp *{
    font-size: 13px;
    color: #666;
}
.top-warp li:hover a{
    color: #1985ff;
}
.top-warp li:hover a::before{
    width: 100%!important;
}
.nav-active{
    color: #1985ff;
}
.nav-active::before{
    width: 100%!important;
}
.tran300 {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.product-detail{
    line-height: 1.8;
}
#content-container{
    padding: 13px;
    padding-top: 20px;
    width: 100%;
    max-width: 1200px;
}

.detail-top{
    padding: 25px;
    padding-bottom: 10px;
    max-width: 100%;
    overflow: hidden;
    margin: 0 auto;
}
.top-right{
    position: relative;
}
.top-left{
    min-height: 380px;
}
.top-left p, .top-right p{
    font-size: 20px;
    font-weight: 400;
}
.detail-content{
    padding: 15px;
}
.detail-content .line{
    font-size: 18px;
    height: 28px;
    line-height: 28px;
    color: #1985ff;
    border-bottom: #ddd solid 2px;
    margin-bottom: 20px;
}
.detail-content .line strong{
    float: left;
    display: block;
    border-bottom: #1985ff solid 2px;
    height: 28px;
    padding: 0 0px;
}
ul,li{list-style: none;margin:0;padding:0;}
.bg_left{width: 300px;float: left}
.top-right{position: relative}
.bg_right{position:absolute;top: 0;left: 0;}
.show{width: 300px;height: 300px;margin-bottom: 10px;position: relative;border:1px solid #E8E8E8;cursor:move;overflow: hidden;}
.show .img{width: 300px;height: 300px;overflow: hidden;display: table-cell;vertical-align: middle;}
.show img{width: 100%}
.mask{width: 150px;height: 150px;background: #000;filter: Alpha(opacity=50);opacity:0.5;position: absolute;top: 0;left: 0;display: none;}
.bigshow{width: 300px;height: 300px;overflow: hidden;display: none;border:1px solid #E8E8E8;background-color: #fff;}
.bigshow .bigitem{width: 300px;height: 300px;overflow: hidden;display: table-cell;vertical-align: middle;}
.bigshow img{width: 600px}
.smallshow{width: 100%;height: 70px;position: relative}
.smallshow img{width:100%;border:1px solid #e8e8e8;box-sizing: border-box;transition: all 0.5s}
.smallshow>.middle_box{margin-left: 30px;margin-right: 30px;width:370px;overflow: hidden;height: 70px;}
.smallshow .middle{overflow: hidden;transition: all 0.5s;height: 70px;}
.smallshow .middle>li{width: 64px;height: 64px;float: left;cursor:pointer;padding:0 5px;position: relative;}
.smallshow .middle>li>img{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.smallshow>p{position: absolute;top:50%;width: 22px;height: 32px;margin-top: -16px;}
.smallshow>.prev{left: 0;background: url(../img/hover-prev.png) no-repeat;transition: all 0.5s}
.smallshow>.next{right: 0;background: url(../img/hover-next.png) no-repeat;transition: all 0.5s}
.smallshow>.prev.prevnone{left: 0;background: url(../img/prev.png) no-repeat;cursor: not-allowed}
.smallshow>.next.nextnone{right: 0;background: url(../img/next.png) no-repeat;cursor: not-allowed}

.panel{
    background: transparent;
}
.panel .main, .panel .right-warp{
    background-color: #fff;
}
.panel .right-warp{
    padding: 10px 15px;
}
.panel .panel-body .col-md-3{
    position: sticky;
    top: 90px;
}
.panel .right-warp h3{
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}
.panel .right-warp h3::after{
    position: absolute;
    content: "";
    display: block;
    background: #1985ff;
    height: 5px;
    width: 20px;
    left: 50%;
    margin-left: -10px;
    bottom: -15px;
}
.right-warp .item{
    width: 100%;
    height: 80px;
    overflow: hidden;
    display: flex;
    justify-content: start;
    margin-top: 20px;
}
.right-warp .item:hover .right .name{
    color: #1985ff;
}
.right-warp .item:hover .left .img{
    border-color:#1985ff;
}
.right-warp .item .left{
    width: 40%;
    margin-right: 10px;
}
.right-warp .item .left .img{
    width: 80px;
    height: 80px;
    border: 1px solid #eeeeee;
}
.right-warp .item .left img{
    width: 100%;
}
@media (max-width: 767px) {
    .panel .panel-body, .panel .panel-body .col-md-9{
        padding: 0;
    }
    .panel .right-warp{
        display: none;
    }
    .detail-top{
        padding: 13px;
    }
}