*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*=====促销板块=======*/
.seller-sale {
    margin: 10px 10px 0 5px;
    font-family: "Microsoft YaHei";
}

.seller-sale-item {
    background-color: #fff;
    width: 300px;
    padding: 10px;
    display: block;
    float: left;
    margin-left: 5px;
    margin-bottom: 10px;
}

.seller-sale-infor {
    position: relative;
    width: 300px;
    display: block;
}

.seller-sale-infor img {
    width: 300px;
    height: 300px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}

.seller-sale-infor label {
    position: absolute;
    top: -5px;
    left: -4px;
    display: block;
    width: 100px;
    height: 100px;
}

.seller-sale-item.seller-sale-icon1 .seller-sale-infor label {
    background: url("seller03/label_01.png") no-repeat left top;
}

.seller-sale-item.seller-sale-icon2 .seller-sale-infor label {
    background: url("seller03/label_02.png") no-repeat left top;
}

.seller-sale-item.seller-sale-icon3 .seller-sale-infor label {
    background: url("seller03/label_03.png") no-repeat left top;
}

.seller-sale-infor em {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 60px;
    height: 60px;
    display: block;
}

.seller-sale-item.seller-sale-icon1 .seller-sale-infor em {
    background: url("seller03/hot01.png") no-repeat right top;
}

.seller-sale-item.seller-sale-icon2 .seller-sale-infor em {
    background: url("seller03/hot02.png") no-repeat right top;
}

.seller-sale-item.seller-sale-icon3 .seller-sale-infor em {
    background: url("seller03/hot03.png") no-repeat right top;
}

.seller-sale-infor b {
    display: block;
    font-size: 30px;
    color: #ac0000;
}

.seller-sale-infor b i {
    font-size: 18px;
}

.seller-sale-infor span {
    display: block;
    color: #000;
    width: 300px;
    height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.seller-sale-infor strong {
    display: block;
    width: 300px;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    background-color: #ac0000;
    box-shadow: inset 0 5px 4px rgba(0, 0, 0, 0.3);
    text-align: center;
}

.seller-sale-infor:hover {
    text-decoration: none;
}

.seller-sale-infor:hover img {
    opacity: .8;
    filter: alpha(opacity=80);
}

/*================特殊商品====================*/
.seller-special {
    margin-bottom: 20px;
    font-family: "Microsoft YaHei";
}

.seller-special .item {
    width: 480px;
    display: block;
    float: left;
    margin-left: 10px;
    overflow: hidden;
}

.seller-special-infor {
    position: relative;
    display: block;
}

.seller-special-infor img {
    width: 480px;
    height: 480px;
}

.seller-special-infor:before {
    content: "";
    position: absolute;
    width: 120px;
    height: 480px;
    top: 0;
    left: -150px;
    overflow: hidden;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, .2)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 100%);
    -webkit-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg);
}

.seller-special-infor:hover:before {
    -webkit-transition: left 1s;
    -moz-transition: left 1s;
    transition: left 1s;
    left: 450px;
}

.seller-special-infor label {
    position: absolute;
    top: 0;
    left: 40px;
    background: url("seller03/label_sale.png") no-repeat left top;
    display: block;
    width: 68px;
    height: 40px;
    padding-top: 50px;
    overflow: hidden;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.seller-special-desc {
    position: relative;
    background-color: #fff;
    width: 480px;
    height: 50px;
    line-height: 50px;
    color: #000;
    font-size: 16px;
    margin-top: 15px;
}

.seller-special-desc strong {
    background-color: #ffd600;
    width: 200px;
    height: 50px;
    text-align: center;
    font-size: 24px;
    overflow: hidden;
    display: inline-block;
    font-weight: normal;
}

.seller-special-desc strong i {
    font-size: 16px;
}

.seller-special-desc p {
    display: inline-block;
    width: 180px;
    height: 50px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.seller-special-desc span {
    position: absolute;
    bottom: 0;
    right: 0;
    display: inline-block;
    background: url("seller03/cart.png") no-repeat;
    width: 108px;
    height: 65px;
}

/**===========通栏=============*/
.seller-col {
    font-family: "Microsoft YaHei";
}

.seller-col ul {
    padding: 20px 10px 20px 5px;
}

.seller-col-item {
    background: url("seller03/bj.gif") repeat;
    width: 320px;
    display: block;
    float: left;
    margin-left: 5px;
    margin-bottom: 10px;
    border-radius: 0 0 7px 7px;
}

.seller-col-line {
    width: 320px;
    height: 2px;
    background-color: #feab3a; /*加上背景颜色，以防渐变属性不起作用*/
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType='0', startColorStr='#feab3a', endColorStr='#f35626'); /*IE9及以下版本的浏览器使用滤镜来实现*/
    background: -moz-linear-gradient(92deg, #feab3a, #f35626); /*firefox3.6+*/
    background: -webkit-linear-gradient(92deg, #feab3a, #f35626); /*chrome10+,safari5.1+*/
    background: -o-linear-gradient(92deg, #feab3a, #f35626); /*opera11.10+*/
    background: -ms-linear-gradient(92deg, #feab3a, #f35626); /*ie10+*/
    background: linear-gradient(92deg, #feab3a, #f35626); /*最后来个w3c标准的*/
    /*-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: hue 60s infinite linear;*/
}

.seller-col-infor {
    position: relative;
    display: block;
}

.seller-col-infor img {
    width: 320px;
    height: 320px;
}

.seller-col-infor .seller-col-intro {
    position: absolute;
    top: 290px;
    width: 300px;
    height: 30px;
    padding: 0 10px;
    color: #000;
    overflow: hidden;
    background: rgba(0, 0, 0, .2);
    transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
}

.seller-col-infor .seller-col-intro h2 {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.seller-col-infor .seller-col-intro span {
    font-size: 12px;
    max-height: 40px;
    line-height: 20px;
    overflow: hidden;
    color: #333;
}

.seller-col-infor:hover .seller-col-intro {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    height: 70px;
    top: 250px;
}

.seller-col-content {
    padding: 20px 0;
    width: 320px;
}

.seller-col-content-left {
    float: left;
    width: 149px;
    text-align: right;
    padding-right: 10px;
    border-right: 1px solid #000;
}

.seller-col-content-left span {
    display: block;
    font-size: 16px;
    color: #000;
}

.seller-col-content-left b {
    display: block;
    font-size: 18px;
    color: #cc0000;
}

.seller-col-content-right {
    float: right;
    width: 150px;
    padding-left: 10px;
    text-align: left;
    font-size: 36px;
    font-weight: 800;
    color: #cc0000;
    letter-spacing: -.1em;
    line-height: 51px;
}

.seller-col-buy {
    display: block;
    background: #c00;
    width: 130px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin: 0 auto 20px;
}

.seller-col-infor:hover, .seller-col-buy:hover {
    text-decoration: none;
}

.seller-col-buy:hover {
    color: #fff;
}

/***=================商品展示=====================**/
.seller-display {
    width: 970px;
    margin: 20px 10px 10px;
    font-family: "Microsoft YaHei";
}

.seller-display h1 {
    background: url("seller03/zhanshi.png") no-repeat;
    width: 970px;
    height: 100px;
}

.seller-display-content {
    background-color: #a40000;
    padding-bottom: 20px;
}

.seller-display-item {
    position: relative;
    display: block;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    width: 230px;
    background-color: #fff;
    overflow: hidden;
}

.seller-display-item:hover {
    text-decoration: none;
}

.seller-display-item img {
    width: 230px;
    height: 230px;
}

.seller-display-infor {
    position: relative;
    margin: 5px 10px;
}

.seller-display-infor p {
    color: #000;
    width: 210px;
    height: 36px;
    line-height: 18px;
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #000;
}

.seller-display-infor b {
    color: #a40000;
    font-size: 16px;
    display: block;
    line-height: 20px;
}

.seller-display-infor del {
    color: #999;
    display: block;
    line-height: 20px;
}

.seller-display-infor label {
    position: absolute;
    right: 0px;
    bottom: 0px;
    background-color: #840909;
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 5px 8px;
    line-height: 16px;
    cursor: pointer;
}

/*================Tab切换==================*/
.seller-Tabfloor {
    width: 970px;
    margin: 0 10px;
    font-family: "Microsoft YaHei";
}

.seller-Tabfloor .top-hd {
    height: 50px;
    line-height: 40px;
    margin: 20px 0;
}

.seller-Tabfloor .top-hd .switchable-trigger {
    display: block;
    float: left;
    text-align: center;
}

.seller-Tabfloor .top-hd a {
    font-size: 18px;
    font-weight: 800;
    color: #ffffff;
}

.seller-Tabfloor .top-hd a:hover {
    text-decoration: none;
}

.seller-Tabfloor .top-hd .switchable-trigger.active {
    border-radius: 30px;
    background: rgba(255, 255, 255, .2);
}

.seller-Tabfloor .top-hd .switchable-trigger.active a {
    color: #9c5801;
    border-radius: 30px;
    background-color: #ffbb14; /*加上背景颜色，以防渐变属性不起作用*/
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType='0', startColorStr='#ffe018', endColorStr='#ffbb14'); /*IE9及以下版本的浏览器使用滤镜来实现*/
    background: -moz-linear-gradient(top, #ffe018 0%, #ffbb14 100%) #ffbb14; /*firefox3.6+*/
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffe018), color-stop(100%, #ffbb14)); /*chrome,safari4+*/
    background: -webkit-linear-gradient(top, #ffe018 0%, #ffbb14 100%) #ffbb14; /*chrome10+,safari5.1+*/
    background: -o-linear-gradient(top, #ffe018 0%, #ffbb14 100%) #ffbb14; /*opera11.10+*/
    background: -ms-linear-gradient(top, #ffe018 0%, #ffbb14 100%) #ffbb14; /*ie10+*/
    background: linear-gradient(top, #ffe018 0%, #ffbb14 100%) #ffbb14; /*最后来个w3c标准的*/
    display: block;
    margin: 4px;
    border-top: 1px solid rgba(255, 255, 255, .7);
}

.seller-Tabfloor .panelBox li {
    background-color: #fff;
    padding: 10px 0;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 18px 15px -5px #222;
    -moz-box-shadow: 0 18px 15px -5px #222;
    box-shadow: 0 18px 15px -5px #222;
}

.seller-Tabfloor-item {
    position: relative;
    float: left;
    display: block;
    margin-left: 10px;
    width: 230px;
    background-color: #a40000;
    overflow: hidden;
}

.seller-Tabfloor-item:hover {
    text-decoration: none;
}

.seller-Tabfloor-item:before, .seller-display-item:before {
    content: "";
    position: absolute;
    width: 230px;
    height: 230px;
    top: 0;
    left: -300px;
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    -ms-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg);
    -webkit-transform: skewX(-25deg);
    -o-transform: skewX(-25deg);
    transition: all 0s ease 0s;
}

.seller-Tabfloor-item:hover:before, .seller-display-item:hover:before {
    -webkit-transition: left 1s;
    -moz-transition: left 1s;
    transition: left 1s;
    left: 270px;
}

.seller-Tabfloor-infor {
    position: relative;
    margin: 0 10px 10px;
}

.seller-Tabfloor-infor p {
    color: #fff;
    width: 100%;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.seller-Tabfloor-infor span {
    color: #ffcc66;
    font-size: 14px;
}

.seller-Tabfloor-infor span i {
    font-size: 20px;
    font-weight: 600;
    font-style: italic;
    letter-spacing: -0.1em;
}

.seller-Tabfloor-infor label {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    color: #8a3f22;
    font-weight: bold;
    background-color: #e0cc31; /*加上背景颜色，以防渐变属性不起作用*/
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType='0', startColorStr='#f9e337', endColorStr='#e0cc31'); /*IE9及以下版本的浏览器使用滤镜来实现*/
    background: -moz-linear-gradient(92deg, #f9e337, #e0cc31); /*firefox3.6+*/
    background: -webkit-linear-gradient(92deg, #f9e337, #e0cc31); /*chrome10+,safari5.1+*/
    background: -o-linear-gradient(92deg, #f9e337, #e0cc31); /*opera11.10+*/
    background: -ms-linear-gradient(92deg, #f9e337, #e0cc31); /*ie10+*/
    background: linear-gradient(92deg, #f9e337, #e0cc31); /*最后来个w3c标准的*/
    padding: 5px 10px;
    border-radius: 2px;
    cursor: pointer;
    text-shadow: 0px 1px 2px #fff;
    -webkit-text-shadow: 0px 1px 2px #fff;
    -moz-text-shadow: 0px 1px 2px #fff;
    -o-text-shadow: 0px 1px 2px #fff;
}