banner-swiperbody {
    overflow-x: hidden !important;
}

/* 全屏轮播区域新 */
ul,
ol {
    padding: 0;
}

.banner-swiper {
    position: relative;
    text-align: center;
}

.banner-swiper li {
    list-style: none;
}

.banner-swiper .bd li {
    float: left;
    height: 520px;
    overflow: hidden;
}

.banner-swiper .bd li a,
.banner-swiper .bd li img {
    display: block;
    width: 1400px;

}

.banner-swiper .hd {
    position: absolute;
    bottom: 30px;
    left: 0;
    height: 20px;
    width: 1400px;
    z-index: 2;
    text-align: center;
}

.banner-swiper .hd li {
    width: 100px;
    height: 3px;
    margin: 0 5px;
    background: #eee;
    font-size: 0;
    cursor: pointer;
    border-radius: 10px;
}

.banner-swiper .hd li.on {
    background: #e6441b;
}

#b04 {
    width: 1400px;
    overflow: hidden;
    margin: 0 auto;
}

#b04 ul li img {
    width: 1400px;
}

#b04 .dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
}

#b04 .dots li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    text-indent: -999em;
    border: 1px solid #e74310;
    border-radius: 6px;
    cursor: pointer;
    opacity: 0.4;
    -webkit-transition: background 0.5s, opacity 0.5s;
    -moz-transition: background 0.5s, opacity 0.5s;
    transition: background 0.5s, opacity 0.5s;
}

#b04 .dots li.active {
    background: #e74310;
    opacity: 1;
}

#b04 .arrow {
    position: absolute;
    top: 200px;
}

#b04 #al {
    left: 15px;
}

#b04 #ar {
    right: 15px;
}

#b01 {
    width: 200px;
}

#b01 li {
    float: left;
}

/* 主体内容 */
.container {
    width: 1400px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 100%;
    margin: 0 auto;
}

/* 栏目 */
.column {
    height: 656px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin-bottom: 80px;
    margin-top: -30px;
}

.column ul {
    height: 656px;
    overflow: hidden;
}

.column ul li {
    display: inline-block;
    width: 452px;
    height: 656px;
    /* border: 1px solid #000000; */
}

.column ul li img {
    width: 100%;
}

.column ul li:first-child+li {
    margin: 0 18px;
}

/* 标签页 */
.tab-container {
    width: 1420px;
    margin: 0 auto;
}

.tab-container .tab {
    /* border: 1px solid #000000; */
    padding: 0 310px;
    display: flex;
    justify-content: center;
}

.tab-container .tab span {
    display: block;
    /* width: 170px; */
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 50px;
    text-align: center;
    line-height: 40px;
    color: #666;
    float: left;
    padding: 0 30px;
    cursor: pointer;
    white-space: nowrap;
}

.tab-container .tab span:first-child {
    margin-right: 31px;
}

.tab-container .tab span:first-child+span+span {
    margin: 0 31px;
}

.tab-container .box span:first-child {
    font-size: 18px;
    font-family: OpenSans;
    font-weight: 400;
    border: 0px;
}

.active {
    background-color: #e6441b;
    color: #ffffff !important;
}

/* 标签内容 */
/*定位设置为relative，overflow设置为hidden来隐藏外面的内容*/
.content {
    width: 1400px;
    margin-top: 40px;
    position: relative;
    overflow: hidden;
    height: 542px;
}

.content ul {
    width: 1440px;
    overflow: hidden;
    float: left;
}

.content ul li {
    margin-right: 40px;
    overflow: hidden;
    width: 320px;
    height: 100%;
    float: left;
    text-align: center;
}

.box-img {
    width: 320px;
    height: 420px;
    line-height: 420px;
    overflow: hidden;
    position: relative;
}

.box-trending {
    width: 320px;
    overflow: hidden;
    position: relative;
}

.offer-logo {
    right: 0;
    top: 0;
    width: 58px;
    height: 82px;
    line-height: 30px;
    text-align: center;
    background: #ccc;
    z-index: 999;
    background: url(../img/product/offer-bg.png) no-repeat;
    position: absolute;
}

.offer-logo .title {
    font-size: 24px !important;
    padding-top: 10px;
    color: #fff;
}

.offer-logo .title_symbol {
    line-height: 25px;
    font-size: 14px;
    color: #fff;
}

.box-trending a>img {
    width: 100%;
    vertical-align: middle;
}

.box-img a>img {
    width: 100%;
    vertical-align: middle;
}

/*设置为absolute, 操作这个的位置来切换内容*/
.content .box {
    position: absolute;
    width: 6000px;
    height: 542px;
}

/* 折扣 */
.Discount {
    position: absolute;
    height: 50px;
    line-height: 50px;
    width: 50px;
    border-radius: 50%;
    text-align: center;
    background-color: #f54437;
    color: #ffffff;
    cursor: pointer;
}

.price {
    margin-top: 10px;
}

.details {
    width: 320px;
    line-height: 30px;
    margin: 0 auto;
    text-align: left;
}

.details>a {
    width: 120px;
    height: 36px;
    line-height: 40px;
    border: 1px solid #000000;
    background-color: #ffffff;
    padding: 5px 10px;
    text-decoration: none;
    cursor: pointer;
    font-size: 16px;
    font-family: OpenSans;
    font-weight: 400;
    color: #000000;
}

.shop-title {
    margin-top: 10px;
    font-size: 16px;
    font-family: OpenSans;
    font-weight: 400;
    color: #000000;
    word-break: break-all;
    line-height: 20px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.shop-title a:hover {
    text-decoration: none;
}

.details>a:hover {
    background-color: #f54337;
    border: 0px;
    color: #ffffff;
    border: 1px solid #f54337;
}

.details p {
    color: #f54437;
    font-size: 18px;
    font-family: OpenSans;
    text-align: left;
    font-weight: 400;
    color: #cd401f;
    margin-bottom: 5px;
}

.details p del {
    font-size: 15px;
    font-family: OpenSans;
    font-weight: 400;
    margin-left: 10px;
    text-decoration: line-through;
    color: #787878;
}

.zank {
    background: url("../img/common/favo.png") no-repeat;
    width: 24px;
    height: 20px;
    margin-left: 16px;
    cursor: pointer;
}

.zankk {
    background: url("../img/common/favo.png") no-repeat;
    width: 30px;
    height: 30px;
    margin-left: 16px;
    cursor: pointer;
}

.zank-active {
    background: url("../img/common/favo-1.png") no-repeat;
    width: 30px;
    height: 30px;
    margin-left: 16px;
    cursor: pointer;
}

.column-logo {
    cursor: pointer;
    width: 1400px;
    margin: 0 auto;

    overflow: hidden;
    /* border: 1px solid #000000; */
    margin-top: 65px;
    /* background-image: url("../img/home/middle_banner.jpg"); */
    /* position: relative;
    left: -262px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    bottom: -80px; */
}

.column-logo a {
    display: table-cell;
    vertical-align: middle;
    height: 610px;
}

.column-logo img {
    width: 100%;
}

/* 趋向热点 */
.trending {
    margin-top: -10px;
}

.trending ul li {
    float: left;
}

/* .trending ul li {
    display: inline-flex;
} */
.trending ul li {
    margin: 30px 15px 30px 15px;
}

/* .trending ul li:nth-child(1) {
    margin-right: 40px;
}

.trending ul li:nth-child(3) {
    margin: 0 37px;
} */
.trending h1 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 50px;
}

/* 广告栏目 */
.column-banner {
    width: 1400px;
    height: 496px;
    overflow: hidden;
    margin: 30px auto 60px auto;
    display: block;
    text-align: center;
}


.section-left {
    width: 660px;
    height: 496px;
    overflow: hidden;
    float: left;
    cursor: pointer;
}

.section-left:first-child {
    margin-right: 80px;
}

.section-left:nth-child(2) {
    margin-right: 0px;
}

.section-right {
    width: 660px;
    height: 500px;
    margin-top: 80px;
    /* border: 1px solid #000000; */
    cursor: pointer;
}

.footer_service {
    width: 100%;
    height: 300px;
    background: #f9f9f9;
    overflow: hidden;
    margin: 70px 0 0 0;
    display: block;
    clear: both;
}

.footer_service .service {
    width: 1240px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 100%;
    margin: 0 auto;
    padding: 20px 85px;
}

.Headunderscore {
    display: none;
}

.Quan {
    margin-top: 60px;
}

.service li {
    width: 234px;
    height: 207px;
    margin-right: 90px;
    text-align: center;
    float: left;
}

.service li:first-child+li+li+li {
    margin-right: 0px;
    float: right;
}

.service li span {
    display: block;
    text-align: center;
    color: #656565;
    font-size: 16px;
    font-family: OpenSans;
}

.mr {
    margin-right: 0px;
}

.clear {
    clear: both;
}

/* 快速查看购物车 */
.product {
    width: 1077px;
    height: 184px;
    margin: 0 auto;
}

.body {
    width: 100%;
    margin: 0 auto;
    min-width: 1423px;
}

.article {
    background: #212121;
}

/* .main {
    top: 110px !important;
} */