body {
    background: #f5f5f5;;
}
.desc{
    height: 30px;
    line-height: 30px !important;
}
.desc .label{
    padding: 3px 5px;
    margin-right: 5px;
    vertical-align: middle;
}
.line{
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
}
.line div {
    font-size: 18px;
}
.line-desc {
    height: auto;
    line-height: 24px;
}
.line-desc div {
    font-size: 18px;
    color: #337ab7;
}
.price s span,.price s{
    color: #c5c5c5 !important;
}
.line .num{
    margin-bottom: -10px;
}
.line label{
    width: 60px;
}
.line>*{
    display: inline-block;
}
.nav-tabs{
    border: 0;
}
.nav-tabs>li>a{
    color: inherit;
    border-radius: 0;
    color: #fff;
}

.nav-tabs>li>a:hover{
    border-radius: 0;
    background-color: #fff;
    border-color: #fff;
    color: #333;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    cursor: default;
    background-color: #fff;
    color: #333 !important;
    border: none;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-color: #fff;
    border-radius: 0;
}
.btns .btn {
    margin-right: 10px;
}
@media(min-width: 768px){
    .info:after,
    .main:after{
        clear: both;
        width: 0;
        display: block;
        visibility: hidden;
        content: '';
    }
    .main.s0{
        padding: 0 !important;
        background-color: transparent !important;
    }
    .info{
        background-color: #fff;
        padding-left: 10px;
        padding-right: 10px;
    }

    .info .imginfo{
        width: 460px;
        text-align: center;
        height: 500px;
        float: left;
        position: relative;
    }
    .imginfo .imgs{
        width: 100%;
        height: 400px;
        overflow: hidden;
        border: 1px solid rgba(0,0,0,.1);
        background: #fff;
        /*padding: 15px;*/
    }
    .imginfo .thumbimg{
        height: 110px;
        width: 100%;
        overflow: auto;
        -webkit-overflow-scrolling:touch;
        overflow-scrolling:touch;
    }
    .thumbimg ul{
        white-space: nowrap;
        text-align: left;
        margin: 0;
        height: 100px;
    }
    .thumbimg ul li{
        display: inline-block;
        width: 80px;
        height: 80px;
        margin: 10px 10px 10px 0;
        text-align: center;
        overflow: hidden;
    }
    .thumbimg ul li.active{
        width: 80px;
        height: 80px;
        border: 2px solid #d9543f;
    }
    .thumbimg img{
        height: 80px;
    }
    .info .bsinfo{
        width: 650px;
        margin-left: 30px;
        float: left;
    }
    .imgs img{
        height: 100%;
    }
    .bsinfo h4{
        height: 80px;
        line-height: 40px;
        margin: 0;
        padding: 0 15px;
        overflow: hidden;
        /*display:-webkit-box !important;
        overflow:hidden;
        text-overflow:ellipsis;
        word-break:break-all;
        -webkit-box-orient:vertical;
        -webkit-line-clamp:2;*/
    }
    .bsinfo .label{
        margin-right: 10px;
        padding: 2px 5px;
    }
    .bsinfo>div{
        line-height: 50px;
    }
    .bsinfo .desc{
        color: #6c6c6c;
        display:-webkit-box !important;
        overflow:hidden;
        text-overflow:ellipsis;
        word-break:break-all;
        -webkit-box-orient:vertical;
        -webkit-line-clamp:2;
    }
    .bsinfo .btn{
        margin-top: 10px;
    }
    .col-sm-2{
        padding-left: 0;
        color: #6e6e6e
    }
    .col-sm-10{
        padding-left: 0;
    }
    .price {
        color: #ff0000;
        font-size: 2.4rem;
        line-height: 1;
    }
    .dets{
        margin: 10px auto;
    }
    .right{
        background-color: #fff;
        padding: 0 15px 30px 15px;
    }
    .nav-tabs{
        margin: 0 -15px;
        padding: 0 15px;
    }
    .nav-tabs a{
        color: inherit;
    }
    .nav-conts{
        padding-top: 20px;
    }
    .nav-conts>div{
        line-height: 30px;
    }
    .nav-conts>div:not(:first-child){
        display: none;
    }

    .left{
        width: 290px;
        margin-right: 10px;
        float: left;
    }
    .left ul{
        padding-bottom: 10px;
        background-color: #fff;
    }
    .left ul:first-child a{
        display: block;
        height: 40px;
        line-height: 40px;
        text-indent: 10px;
        text-decoration: none;
        color: inherit;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
    }

    .left li{
        height: 40px;
        line-height: 40px;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
    }
    .left li a{
        color: inherit;
        text-decoration: none;
        display: block;
        cursor: pointer;
    }
    .left li:first-child{
        color: #fff;
        margin: 0;
        padding-left: 10px;
        font-weight: 700;
        border-bottom: none;
    }
    .right{
        width: 900px;
        background-color: #fff;
        float: right;
    }
    .right .title{
        height: 40px;
        line-height: 40px;
        background-color: rgba(21,170,148,1);
    }

    .goodsms>div{
        border-bottom: 1px solid rgba(0,0,0,.1);
        min-height: 40px;
        line-height: 40px;
    }
    /*.goodsms>div:first-child{
        background-color: #616161;
        color: #fff;
        padding: 0 15px;
        height: 40px;
        line-height: 40px
    }*/
}
@media(max-width: 767px){
    #menu{
        padding-bottom: 50px;
    }
    .bsinfo,.imginfo,.s0{
        background-color: #fff;
    }
    .imginfo{
        height: 300px;
        text-align:center;
        overflow: hidden;
        position: relative;
    }
    .imginfo img{
        margin: 10px;
        height: 280px;
    }
    .imginfo .gradient{
        position: absolute;
        left: 0;
        right: 0;
        height: 50px;
        bottom: 0;
        z-index: 9;
    }
    .bsinfo{
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .bsinfo h4{
        padding: 0 15px;
        line-height: 25px;
        display:-webkit-box !important;
        overflow:hidden;
        text-overflow:ellipsis;
        word-break:break-all;
        -webkit-box-orient:vertical;
        -webkit-line-clamp:2;
        margin-bottom: 0;
    }
    .bsinfo .desc{
        padding: 0 15px;
        margin-bottom: 10px;
    }
    .bsinfo .price{
        width: 70%;
        line-height: 40px;
        font-size: 20px;
        font-weight: 700;
        color: #ff0000;
        white-space:nowrap;
        text-overflow:ellipsis;
    }
    .bsinfo .clear{
        height: 40px;
        line-height: 40px;
    }
    .carousel .fa{
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
        margin-top: -10px;
    }
    .carousel img{
        height: 300px !important;
        margin: auto;
    }
    .carousel-control.right ,.carousel-control.left{
        background-image:none;
    }
    .btns{
        padding: 14px 15px;
    }
    .btns .btn{
        border-radius: 0;
    }
    .nav-tabs{
        box-shadow:0 0 5px rgba(0,0,0,.15);
    }
    .nav-conts{
        padding: 10px;
        line-height: 150%;
    }
    .nav-conts .args{
        display: none;
    }
    .price{
        font-size: 16px;
        line-height: 1
    }

    .goodsms{
        margin: 0 -10px;
    }
    /*.goodsms>div:first-child{
        height: 40px;
        line-height: 40px;
        background-color: #616161;
        color: #fff;
        text-indent: 15px;
    }*/
    .goodsms>div{
        border-bottom: 1px solid rgba(0,0,0,.1);
        min-height: 40px;
        line-height: 40px;
    }
}