﻿/*产品介绍*/
.sui-nav.tabs {
    padding: 0;
    border-bottom: 4px solid #e4e4e4;
}

.sui-nav.tabs > li {
    margin: 0;
}

.sui-nav.tabs>li+li {
    margin: 0;
}

.sui-nav.tabs >li+li>a {
    margin: 0;
}

.sui-nav.tabs > li > a {
    width: 140px;
    height: 40px;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    border: 0;
    padding: 0;
    position: relative;
}

.sui-nav.tabs > li > a:hover {
    color: #0088ff;
}


.sui-nav.tabs > li > a > div {
    height: 4px;
    background: #e4e4e4;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
}

.sui-nav.tabs > li.active > a {
    color: #0088ff;
    border: 0;
}

.sui-nav.tabs > li.active > a > div {
    background: #0088ff;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

.goods > div > div:nth-child(odd) {
    background: #f9f9f9;
}

.goods-img > img {
    height: 64px;
}

.goods-text {
    width: 500px;
}

.goods-text > p {
    height: 32px;
    margin-top: 10px;
    margin-bottom: 0;
    overflow: hidden;
}