body {
    background: #f6f6f6;
}
.second-nav-box {
    background: #f3f3f3;
    border-bottom: 1px solid #d9d9d9;
}
.second-nav-list {
    height: 40px;
}
.second-nav-item {
    float: left;
    padding: 14px 10px 14px 0;
}
.second-nav-item a {
    display: block;
    padding: 0 0 0 10px;
    border-left: 1px solid #737373;
    line-height: 11px;
    font-size: 12px;
    transition: all .2s ease;
}
.second-nav-item a:hover {
    color: #fb4a35
}
.second-nav-item:nth-of-type(1) a {
    border: transparent
}
.second-nav-item a.all {
    color: #fb4a35;
    font-weight: bold
}
.second-nav-item.active {
    background: #fff;
    border: 1px solid;
    border-color: transparent #d9d9d9 #fff #d9d9d9;
}
.second-nav-item.active a {
    border: none;
    color: #fb4a35;
    cursor: default;
    font-weight: bold
}
.main {
    padding: 16px 15px 50px;
}
.main-content {
    width: 100%;
    overflow: hidden;
    padding-top: 15px;
}
.main-content .left-box {
    width: 930px;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 15px;
    position: relative;
}
.main-content .left-box .select-box {
    width: 100%;
    height: 28px;
    border-bottom: 1px solid #d9d9d9;
}
.left-box .select-box li {
    float: left;
}
.left-box .select-box li a {
    display: block;
    padding: 4px 8px 5px;
    position: relative;
    text-align: center;
    border: 1px solid #d9d9d9;
    border-bottom: none;
    position: relative;
}
.left-box .select-box a.active {
    background: #F5F5F5;
    color: #fc4a37;
    font-weight: bold;
    border-right: 2px solid #d9d9d9;
    padding: 8px 10px;
    top: -5px;
}
.left-box .select-box a:hover {
    color: #fc4a37;
}
.left-box .dynamice-list {
    width: 100%;
    overflow-y: scroll;
    height: 380px;
    padding: 10px 20px 5px 0px;
    box-sizing: border-box;
    font-size: 12px;
}
.left-box .dynamice-list li {
    padding-bottom: 30px;
}
.left-box .dynamice-list .p1 {
    color: #383838;
}
.left-box .dynamice-list .p2 {
    color: #989898;
}
.right-box {
    float: right;
    margin-top: 32px;
}
.clear {
    clear: both;
}
.summer-new {
    width: 60px;
    height: 60px;
    background: url(/images/main/common/summer-new.png);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99
}
.red {
    width: 90px;
    height: 90px;
    background: url(/images/main/common/red.png);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100
}
.left-box .btn-s {
    display: block;
    position: absolute;
    top: 180px;
    width: 50px;
    height: 50px;
    border-top: 3px solid rgba(0, 0, 0, .05);
    border-right: 3px solid rgba(0, 0, 0, .05);
    z-index: 99;
}
.left-box .btn-s:hover {
    border-color: rgba(51, 26, 26, .3)
}
.left-box .btn-s.prev {
    left: 40px;
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}
.left-box .btn-s.next {
    left: 465px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.left-box .big-img-list {
    width: 565px;
    height: 360px;
    float: left;
    display: none;
    position: relative;
    margin-left: 10px;
}
.left-box .big-img-list.active {
    display: block;
}
.left-box .big-img-list li {
    display: none;
    text-align: center;
    width: 565px;
    height: 360px;
    overflow: hidden;
}
.left-box .big-img-list li.active {
    display: block;
}
.left-box .big-img-list li img {
    max-width: 565px;
    max-height: 360px;
}
.left-box .center-box {
    width: 338px;
}
.left-box .center-box .category-des {
    width: 100%;
    height: 260px;
    display: none;
    padding-top: 130px;
    box-sizing: border-box;
}
.category-des p {
    text-align: center;
    line-height: 26px;
    font-size: 12px;
}
.category-des p.btn-box {
    width: 338px;
    border-top: 1px dashed #d6d6d6;
    padding-top: 15px;
    margin-top: 15px;
}
.category-des .btn {
    width: 92px;
    height: 26px;
    text-align: center;
    border-radius: 5px;
    background: #F5F5F5;
    display: inline-block;
    margin-right: 10px;
    border: 1px solid #d9d9d9;
    line-height: 26px;
}
.left-box .center-box .category-des.active {
    display: block;
}
.left-box .small-img-list {
    width: 100%;
    margin-top: 25px;
}
.left-box .small-img-list li {
    float: left;
    width: 74px;
    height: 74px;
    margin-right: 10px;
    cursor: pointer;
    box-sizing: border-box;
    position: relative;
}
.left-box .small-img-list li.active {
    border: 2px solid #ff6c00;
}
.left-box .small-img-list li .categorys-mask {
    width: 70px;
    height: 70px;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .5);
    line-height: 70px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    display: none;
}
.left-box .small-img-list li:hover {
    border: 2px solid #ff6c00;
}
.left-box .small-img-list li:hover .categorys-mask {
    display: block;
}
.left-box .small-img-list li img {
    width: 70px;
    heigth: 70px;
}
.main-content .supplier-tj {
    width: 100%;
    margin-top: 70px;
}
.supplier-tj>p {
    border-bottom: 2px solid #fc4a37;
    text-indent: 1em;
    color: #fc4a37;
    font-weight: bold;
    padding-bottom: 5px;
}
.supplier-tj ul {
    padding: 10px 15px 0;
}
.supplier-tj ul li {
    width: 202px;
    float: left;
    margin-right: 30px;
    position: relative
}
.list-item-status01 {
    position: absolute;
    left: 0;
    top: 159px;
    text-align: center;
    padding: 8px 0;
    width: 200px;
    background: rgba(253, 110, 1, 0.9);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#E6FD6E01, endcolorstr=#E6FD6E01)
}
.supplier-tj ul li .member, .supplier-tj ul li .ad-recommend {
    position: absolute;
    left: 0;
    top: 0
}
.list-item-status01 .into-sup {
    display: none;
}
.fa-small {
    position: absolute;
    display: block;
    color: rgba(255, 255, 255, .8);
    text-shadow: 0 8px 22px #666;
    font-size: 96.5px !important;
    z-index: 99;
    left: 50%;
    top: 50%;
    margin-left: -31px;
    margin-top: -48px;
}
.supplier-tj ul li:hover .into-sup {
    display: block
}
.supplier-tj ul li:hover .is-vip {
    display: none
}
.supplier-tj ul li:last-child {
    margin-right: 0;
}
.supplier-tj ul li a {
    display: block;
    position: relative;
}
.supplier-tj ul li a img {
    display: block;
    width: 200px;
    height: 200px;
}
.supplier-tj li p {
    margin-top: 10px;
}
.supplier-tj .img-lag {
    border-radius: 3px;
    color: #ff3c3c;
}
.supplier-tj .price {
    display: inline-block;
    position: relative;
    color: #ff3c3c;
    font-family: Tahoma;
    font-size: 16px;
    padding-right: 25px;
    margin-left: 15px;
}
.supplier-tj .price:before {
    content: "¥";
    position: absolute;
    color: #ff3c3c;
    top: 2px;
    left: -10px;
    font-family: "微软雅黑";
    font-size: 14px;
}
.supplier-tj .price:after {
    content: ".00";
    position: absolute;
    color: #ff3c3c;
    top: 2px;
    right: 3px;
    font-size: 14px;
}
.supplier-tj p a {
    transition: all .2s ease;
}
.supplier-tj p a:hover {
    color: red;
}
.bot-banner {
    background: #535353;
    height: 63px;
    line-height: 63px;
    overflow: hidden;
    min-width: 1208px;
}
.bot-banner .inner {
    width: 1208px;
    margin: 0 auto;
    font-size: 16px;
    color: #fff;
}
.bot-banner .inner li {
    float: left;
    margin: 0 56px;
}
.bot-banner .inner li span {
    vertical-align: middle;
    margin-left: 10px;
}
.gg-public {
    display: none;
}