/* tab选项卡 */
.tab-wrapper {
    margin: 0 auto;
    width: 1180px;
    padding-top:40px; 
    background: white;
}
.tab-menu{
    overflow: hidden;
    background: #f8f8f8;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    box-sizing: content-box;
}
.tab-menu li {
    width: 15%;    
    float: left;
    text-align: center;
    padding: 12px 0;
    cursor:pointer;
    font-weight:600;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    
}
.tab-menu li.active {
    background: white;
    border-bottom:0;
    border-top: 2px solid #f44444;
}
.vi-section{
    padding-top: 30px;
    padding-bottom: 30px;
}
.vi-section .vi-txt{
    width: 970px;
    margin: 0 auto;
    background: #f5f5f5;
    padding-top: 56px;
    padding-bottom: 40px;
}
.vi-txt .vi-txt-top{
    width: 516px;
    height: 45px;
    line-height: 70px;
    font-size: 22px;
    font-weight: 500;
    margin: 0 auto;
    text-align: center;
    background: url(https://www.86sb.com/images/zu2.png) no-repeat center;
}
.vi-txt-bot{
    width: 915px;
    margin: 0 auto;
    background: white;
    padding: 20px 11px;
    margin-top: 50px;
    border-radius: 12px;
}
.longPic{
    text-align: center;
    padding-top: 20px;
}

.brand .brandContent .brandCleft .goodsInfo .summary li .design:hover{
    background: url(https://www.86sb.com/images/wshe.png) no-repeat!important;
    background-color: #fa5654!important;
    background-position:15px center!important;
}
.morebtn{
    width: 120px;
    height: 36px;
    border-radius: 30px;
    color: white;
    text-align: center;
    line-height: 36px;
    margin: 0 auto;
    font-size: 14px;
    cursor: pointer;
    background-color: #409eff;
    border-color:#409eff 
}