.g-container {
    width: 100%;
    background-color: #f5f5f5;
}

/*.g-box{
    width:1200px;
    margin:0 auto;
}*/
@media (max-width: 1200px) {
    .lt-nav {
        margin-left: -600px;
    }
}

/*首页*/
body {
    background-color: #FFF;
}

a {
    cursor: pointer;
}

/* banner start */
.banner-wrap.banner-box {
    width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden;
}

.banner-wrap.banner-box .banner-content {
    height: 500px;
    position: relative;
    left: 50%;
    width: 1920px;
    text-align: center;
    margin-left: -960px;
    overflow: hidden;
}

.banner-wrap.banner-box .banner-content .flex-control-paging li a {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #f6f6f6;
}

.banner-wrap.banner-box .banner-content .flex-control-paging li a:hover,
.banner-wrap .banner-content .flex-control-paging li a.flex-active {
    background: #e74047;
}

.banner-wrap.banner-box .banner-content .flex-direction-nav a {
    width: 20px;
    height: 63px;
}

.banner-wrap.banner-box .banner-content .flex-direction-nav .flex-prev {
    background: url(../../img/index/img/banner-left.png) center center no-repeat;
    left: 20%;
}

.banner-wrap.banner-box .banner-content .flex-direction-nav .flex-next {
    background: url(../../img/index/img/banner-right.png) center center no-repeat;
    right: 20%;
}

/* banner end */
/* 采购场景start */
.purchase-wrap {
    padding: 46px 0 65px;
    background-color: #fff;
}

.selection-wrap .owl-carousel {
    z-index: initial !important;
}

/* 公共 start*/
.common-title {
    line-height: 36px;
    height: 36px;
    margin-bottom: 33px;

}

.common-title h3 {
    font-size: 24px;
    color: #333333;
    position: relative;
}

.common-title h3::before {
    content: "";
    position: absolute;
}

.common-title span {
    font-size: 12px;
    color: #666666;
    margin-left: 20px;
    margin-top: 5px;
}

/* 公共 end*/
.purchase-wrap .purchaseUl {
    margin-right: -30px;
}

.purchase-wrap .purchaseUl li {
    width: 175px;
    height: 140px;
    background-color: #F4F4F4;
    border-radius: 2px;
    text-align: center;
    margin-right: 30px;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -ms-transition: all .6s;
    transition: all .6s;
}

.purchase-wrap .purchaseUl li a .q-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin: 8px auto 0px;
    text-align: center;
    overflow: hidden;
    line-height: 80px;
}

.purchase-wrap .purchaseUl li a .q-icon img {
    vertical-align: middle;
}

.purchase-wrap .purchaseUl li a {
    display: block;
    width: 160px;
    height: 128px;
    border: 1px solid transparent;
    margin: 5px auto;

}

.purchase-wrap .purchaseUl li a .q-txt {
    font-size: 16px;
    color: #515151;
    line-height: 21px;
    height: 21px;
    margin: 8px auto 20px;
}

.purchase-wrap .purchaseUl li a i {
    display: inline-block;
    vertical-align: middle;
}

.purchase-wrap .purchaseUl li:hover {
    background-color: #009999;
}

.purchase-wrap .purchaseUl li:hover a {
    border: 1px solid #fff;
}

.purchase-wrap .purchaseUl li:hover .q-txt {
    color: #fff;
}

/* 采购场景end */
/* 精选单品start */
.selection-wrap {
    padding: 20px 0 45px;
}

.selection-wrap .owl-carousel .q-item {
    width: 150px;
    height: 150px;
    text-align: center;
    font-size: 14px;
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 20px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    transition: all .2s ease-in;
    display: flex;
    align-items: center;
    justify-content: center;
}

.selection-wrap .owl-carousel .q-item .q-imgdiv {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
}

.selection-wrap .owl-carousel .q-item .q-txt {
    font-size: 16px;
    color: #333333;
    line-height: 21px;
    height: 21px;
    width: 230px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 15px auto 10px;
}

.selection-wrap .owl-carousel .q-item .q-price {
    font-size: 18px;
    height: 24px;
    color: #009999;
    margin: 0 auto;
}

.selection-wrap .owl-carousel .q-item .q-price-txt {
    font-size: 14px;
}

.selection-wrap .owl-carousel .q-item .q-price-count {
    line-height: 24px;
}

.selection-wrap .owl-carousel .owl-controls {
    position: absolute;
    top: 40%;
    margin-top: 0;
    width: 100%;
    font-size: 0;
}

.selection-wrap .owl-carousel .owl-controls .owl-prev {
    position: absolute;
    left: 0;
    width: 20px;
    height: 63px;
    background: url(../../img/index/img/icon-left.png) center center no-repeat !important;
    z-index: 999 !important
}

.selection-wrap .owl-theme .owl-controls .owl-nav [class*=owl-] {
    padding: 0;
    margin: 0;
    font-size: 0;
    background: 0;
}

.selection-wrap .owl-carousel .owl-controls .owl-next {
    position: absolute;
    right: 0;
    width: 20px;
    height: 63px;
    background: url(../../img/index/img/icon-right.png) center center no-repeat !important;
    z-index: 999 !important
}

/* 精选单品的hover效果 */
.selection-wrap .owl-carousel .q-item:hover {
    box-shadow: 0px 2px 10px 0px rgba(215, 214, 214, 0.5);
    -webkit-box-shadow: 0px 2px 10px 0px rgba(215, 214, 214, 0.5);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

/* 精选单品end */
/* 限时秒杀start */
.seckill-wrap {
    background-color: #fff;
    padding: 40px 0 76px;
}

.seckill-wrap h3 {
    font-size: 24px;
    color: #666666;
    height: 36px;
    line-height: 36px;
    margin-bottom: 20px;
}

.seckill-wrap .seckill-head {
    width: 260px;
    height: 380px;
    text-align: center;
}

.seckill-wrap .seckill-head .time-txt {
    height: 24px;
    line-height: 24px;
    font-size: 18px;
    color: #333333;
    padding: 131px 0 22px;
}

.seckill-wrap .seckill-head .timer {
    font-size: 20px;

}

.seckill-wrap .seckill-head .timer span {
    width: 30px;
    height: 28px;
    display: inline-block;
    background: #443B3B;
    border-radius: 2px;
    color: #fff;
    margin-right: 2px;
    margin-left: 2px;
}

.seckill-wrap .seckill-body {
    width: 910px;
    height: 380px;
    border: 1px solid #F5F5F5;
}

.seckill-wrap .seckill-body .flexslider .flex-viewport {
    margin-left: -1px;
}

.seckill-wrap .seckill-body .flexslider .flex-viewport li {
    display: block;
}

.seckill-body .q-imgdiv {
    width: 160px;
    height: 160px;
    margin: 15px 20px 15px;
    overflow: hidden;
}

.seckill-wrap .seckill-body .q-imgdiv img {
    width: 100%;
    height: 100%;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    transition: all .3s;
}

/* 限时秒杀的图片hover效果 */
.seckill-wrap .seckill-body .q-imgdiv img:hover {
    transform: translateY(-5px);
}

.seckill-wrap .seckill-body .slides .slides-contentol .slides-item {
    width: 455px;
    height: 190px;
    border-bottom: 1px solid #F5F5F5;
    border-left: 1px solid #F5F5F5;
    margin-bottom: 1px;
    box-sizing: border-box;
}

.seckill-wrap .seckill-body .slides .slides-contentol .slides-item .q-txt {
    width: 222px;
    line-height: 21px;
    height: 42px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 24px;
    font-size: 16px;
    color: #333333;
}

.seckill-wrap .seckill-body .slides .slides-contentol .slides-item .q-norms {
    font-size: 12px;
    color: #999999;
    height: 16px;
    line-height: 16px;
    width: 222px;
    margin: 6px auto 39px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.seckill-wrap .seckill-body .slides .slides-contentol .slides-item .q-price .q-title {
    font-size: 14px;
    color: #009999;
}

.seckill-wrap .seckill-body .slides .slides-contentol .slides-item .q-price .limitPrice {
    font-size: 20px;
    color: #009999;
    margin-right: 6px;
}

.seckill-wrap .seckill-body .slides .slides-contentol .slides-item .q-price .originPrice {
    font-size: 12px;
    color: #999999;
}

.seckill-wrap .seckill-body .flex-direction-nav {
    height: 63px;
}

.seckill-wrap .seckill-body .flex-direction-nav .flex-prev,
.seckill-wrap .seckill-body .flex-direction-nav .flex-next {
    display: block;
    width: 20px;
    height: 63px;
    cursor: pointer;
    font-size: 0;
}

.seckill-wrap .seckill-body .flex-direction-nav a {
    position: absolute;
    background: url(../../img/index/img/icon-left.png) center center no-repeat;
}

.seckill-wrap .seckill-body .flex-direction-nav .flex-next {
    position: absolute;
    background: url(../../img/index/img/icon-right.png) center center no-repeat;
}

.seckill-wrap .seckill-body .flex-direction-nav .flex-prev {
    left: 0;
    top: 177px;
}

.seckill-wrap .seckill-body .flex-direction-nav .flex-next {
    right: 0;
    top: 177px;
}

/* 限时秒杀end */
/* 办公耗材start */
.consumables-wrap {
    background-color: #F7F7F7;
}

.common-top {
    padding: 40px 0 13px;
}

.common-top h3 {
    font-size: 24px;
    color: #666666;
    height: 36px;
    line-height: 36px;
}

.common-top ol li {
    cursor: pointer;
}

.common-top ol li span {
    padding: 0 5px;
}

.common-top ol li a {
    display: inline-block;
    border-bottom: 3px solid transparent;
    padding: 0 3px 3px;
    height: 36px;
    line-height: 36px;
    margin-top: 4px;
}

/* .common-top ol li.selected a{
  border-bottom: 3px solid #009999;
} */
.common-bannerImg {
    width: 1200px;
    height: 150px;
    overflow: hidden;
}
.common-bannerImg-h5 {
    width: 100%;
    height: 90px;
    overflow: hidden;
}
.common-bannerImg img {
    width: 100%;
    height: 100%;
}
.common-bannerImg-h5 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.commonul {
    margin-top: 30px;
}


.commonul li {
    position: relative;
    width: 240px;
    height: 310px;
    padding: 10px 12px;
    margin-bottom: 20px;
    text-align: center;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    transition: all .2s ease-in;
    box-shadow: 0px 0px 10px #c0c4cc;
    box-sizing: border-box;
    background-color: #fff;
    overflow: hidden;
}

.commonul li:nth-child(5) {
    margin-right: 0;
}

.commonul li:hover {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 11px 3px rgb(238, 234, 234);
    box-shadow: 0px 0px 11px 3px rgb(238, 234, 234);
}

.commonul li a .q-imgLogodiv {
    position: relative;
    width: 216px;
    height: 20px;
    overflow: hidden;
    background-color: #fff;
    display: flex;
    align-items: center;
}

.commonul li a .q-imgLogodiv>img {
    display: block;
    max-width: 216px;
    max-height: 20px;
}

.commonul li a .q-imgdiv {
    position: relative;
    margin-bottom: 20px;
    margin: 0 auto;
    width: 200px;
    height: 200px;
    overflow: hidden;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.commonul li a .q-imgdiv.bigImg {
    position: relative;
    margin-bottom: 20px;
    width: 200px;
    height: 170px;
    overflow: hidden;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.commonul li a .q-imgdiv img {
    display: block;
    max-width: 100%;
    max-height: 100%;

}

.commonul li a .q-info {
    width: 200px;
    /* height: 72px; */
    text-align: left;
    margin-bottom: 15px;
    box-sizing: border-box;
    overflow: hidden;
}

.commonul li .q-btn {
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    height: 40px;
    line-height: 46px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: url(../../img/images/background/icon_goods_background.png) no-repeat center;
    background-size: cover;
    transition: .3s;
    cursor: pointer;
}

.commonul li:hover .q-btn {
    bottom: 0;
}

.commonul li a .q-txt {
    font-size: 14px;
    color: #333333;
    height: 42px;
    line-height: 21px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}

.commonul li a .q-price {
    font-size: 20px;
    color: #009999;
    height: 24px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.commonol {
    margin-right: -18px;
}

.commonol li {
    width: 185px;
    height: 80px;
    margin-right: 18px;
    padding: 20px 0 26px;
}

.commonol li a {
    display: block;
    width: 185px;
    height: 80px;
    overflow: hidden;
}

.commonol li a img {
    width: 100%;
    height: 100%;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.commonol li a img:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.consumables-wrap .common-top ol li:hover a {
    border-bottom: 3px solid #009999;
}

.dailyuse-wrap .common-top ol li:hover a {
    border-bottom: 3px solid #009999;
}

.appliances-wrap .common-top ol li:hover a {
    border-bottom: 3px solid #009999;
}

.digital-wrap .common-top ol li:hover a {
    border-bottom: 3px solid #009999;
}

.phone-wrap .common-top ol li:hover a {
    border-bottom: 3px solid #009999;
}

.dailyuse1-wrap .common-top ol li:hover a {
    border-bottom: 3px solid #009999;
}
.dailyuse2-wrap .common-top ol li:hover a {
    border-bottom: 3px solid #009999;
}

/* 办公耗材end */
/* 生活用品start */
.dailyuse-wrap {
    background-color: #fff;
}

/* 生活用品end */
/* 办公家电start */
.appliances-wrap {
    background-color: #F4F4F4;
}

/* 办公家电end */
/* 数码器材start */
.digital-wrap {
    background-color: #fff;
}

/* 数码器材end */
/* 手机家电start  */
.phone-wrap {
    background-color: #F4F4F4;
}

/* 手机家电end */
/* 生活用品start */
.dailyuse1-wrap {
    background-color: #fff;
}

.dailyuse2-wrap {
    background-color: #F4F4F4;
}

/* 生活用品end */
/* 为您推荐start */
.recommend-wrap {
    padding-bottom: 30px;
}

.recommend-wrap .recommend-top {
    height: 36px;
    line-height: 36px;
    padding: 30px 0 20px;
}

.recommend-wrap .recommend-top h3 {
    font-size: 24px;
    color: #666666;
}

.recommend-wrap .recommend-top a {
    font-size: 14px;
    color: #999999;
}

.recommend-wrap .recommend-top .more {
    margin-left: 5px;
    display: inline-block;
    width: 13px;
    height: 12px;
    font-family: "SimSun";
}

.recommend-wrap .recommend-content .recommend-head {
    width: 60%;
    height: 320px;
    border-bottom: 1px solid #CDD9E1;
}

.recommend-wrap .recommend-content .recommend-head>a {
    display: block;
    width: 100%;
    height: 100%;
}

.recommend-wrap .recommend-content .recommend-head>a>img {
    display: block;
    width: 100%;
    height: 100%;
}

.recommend-wrap .recommend-content .recommend-body {
    width: 1200px;
}

.recommend-wrap .recommend-content .recommend-body div {
    position: relative;
    cursor: pointer;
    width: 20%;
    height: 320px;
    border-right: 1px solid #CDD9E1;
    border-bottom: 1px solid #CDD9E1;
}

.recommend-wrap .recommend-content .recommend-body div:nth-child(4) {
    margin-right: 0;
}

/* 为您推荐的hover效果 */
.recommend-wrap .recommend-content .recommend-body div:hover {
    /* -webkit-box-shadow: 0 0 15px 0px #D9D9D9;
    -moz-box-shadow: 0 0 15px 0px #D9D9D9;
    box-shadow: 0 0 15px 0px #D9D9D9; */
    top: -5px;
    left: -5px;
    background: -webkit-linear-gradient(315deg, #4EBCC3 0%, #009EA6 52%, #009DDB 100%);
    background: -o-linear-gradient(315deg, #4EBCC3 0%, #009EA6 52%, #009DDB 100%);
    background: linear-gradient(135deg, #4EBCC3 0%, #009EA6 52%, #009DDB 100%);
    -webkit-box-shadow: 0px 20px 10px -10px rgb(0 153 153 / 30%);
    box-shadow: 0px 20px 10px -10px rgb(0 153 153 / 30%);
    padding: 10px 10px 0;
    height: 320px;
    color: #fff;
    z-index: 499;
    border: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.recommend-wrap .recommend-content .recommend-body div:hover .q-price {
    color: #FFD732;
}

.recommend-wrap .recommend-content .recommend-body div:hover .q-price .q-title {
    color: #FFD732;
}

.recommend-wrap .recommend-content .recommend-body div .q-imgdiv {
    position: relative;
    margin: 0 auto;
    width: 200px;
    height: 200px;

}

.recommend-wrap .recommend-content .recommend-body div .q-imgdiv img {
    display: block;
    width: 100%;
    height: 100%;
}

.recommend-wrap .recommend-content .recommend-body div .q-txt {
    height: 40px;
    margin-top: 13px;
    font-size: 16px;
    color: #2D373C;
    line-height: 20px;
    margin: 10px 0;
}

.recommend-wrap .recommend-content .recommend-body div .q-price {
    font-size: 20px;
    color: #009999;
    line-height: 26px;
    margin-top: 25px;
}



.recommend-wrap .recommend-content .recommend-body div .q-title {
    font-size: 16px;
    color: #009999;
    height: 24px;
    line-height: 24px;
}

/* 为您推荐end */

/*福利商成*/
.bg-f5 {
    background: #f5f5f5
}

.z-menu {
    width: 200px;
    height: 440px;
    padding: 30px 0;
    background: #666666;
    background: rgba(102, 102, 102, 0.79);
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.08);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
}

.z-menu .z-smalltab {
    background: url('../../img/index/img/arrow-right.png') no-repeat;
    width: 8px;
    height: 14px;
    position: absolute;
    display: block;
    top: 23px;
    right: 17px;
}

.z-menu .menu_list {
    overflow: hidden;
    z-index: 99;
    margin-top: -20px;
}

.z-menu .menu_list>li {
    overflow: hidden;
    line-height: 60px;
}

.z-menu .menu_list>li.active {
    background: #fff;
}

.z-menu .menu_list>li.active dl a {
    color: #009999;
}

.z-menu .z-office-product {
    padding: 0 17px;
    position: relative;
}

.z-menu .z-office-product dt {
    overflow: hidden;
    font-size: 14px;
    font-weight: normal;
}

.z-menu .z-office-product dt a {
    line-height: 18px;
    color: #fff;
}

/* 弹出框部分start */
.t_height .category_nav {
    left: 200px;
    width: 1000px;
    padding-left: 0;
}

.t_height .category_nav .category_content {
    width: 1000px;
    border-left: none;
}

.t_height .category_item .category_third {
    width: 819px;
}

.t_height .category_nav .category_item::before {
    width: 880px;
}

/* 弹出框部分end */

.m-banner {
    width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden;
}

.m-banner .flex-control-paging li a:hover,
.m-banner .flex-control-paging li a.flex-active {
    background: #FF4037
}

.m-banner .flex-control-paging li a {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #E8DFD6
}

.m-banner .flex-control-nav {
    overflow: hidden;
    width: auto;
    right: 20px;
    bottom: 20px;
    text-align: right
}

.m-banner .flex-direction-nav a {
    width: 20px;
    height: 63px;
    margin-top: -31.5px;
    border-radius: 3px 0px 0px 3px;
}

.m-banner .flex-direction-nav .flex-prev {
    left: 200px;
    background: url('../../img/index/img/icon-left.png') no-repeat center center;

}

.m-banner .flex-direction-nav .flex-next {
    right: 0;
    background: url('../../img/index/img/icon-right.png') no-repeat center center;
}

/* 精选单品start */
.m-title h3 {
    line-height: 35px;
    font-size: 26px;
    color: #333;
    padding-top: 35px;
    padding-bottom: 20px;
}

.selection-wrap.z-selection {
    padding: 0;
}

.selection-wrap.z-selection .owl-carousel .q-item {
    width: 232px;
    height: 324px;
    text-align: center;
    background-color: #FAFAFA;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.selection-wrap.z-selection .owl-carousel .q-item .q-imgdiv {
    width: 232px;
    height: 232px;
    margin-top: 5px;
}

.selection-wrap.z-selection .owl-carousel .q-item .q-txt {
    font-size: 16px;
    color: #333333;
    line-height: 21px;
    height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 15px 50px 10px;
}

.selection-wrap.z-selection .q-intro {
    color: #999;
    font-size: 12px;
}

.selection-wrap.z-selection .owl-carousel .owl-controls {
    position: absolute;
    top: 40%;
    margin-top: 0;
    width: 100%;
    font-size: 0;
}

.selection-wrap.z-selection .owl-carousel .owl-controls .owl-prev {
    position: absolute;
    left: 0;
    width: 20px;
    height: 63px;
    background: url(../../img/index/img/icon-left.png) center center no-repeat !important;
}

.selection-wrap.z-selection .owl-theme .owl-controls .owl-nav [class*=owl-] {
    padding: 0;
    margin: 0;
    font-size: 0;
    background: 0;
}

.selection-wrap.z-selection .owl-carousel .owl-controls .owl-next {
    position: absolute;
    right: 0;
    width: 20px;
    height: 63px;
    background: url(../../img/index/img/icon-right.png) center center no-repeat !important;
}

/* 精选单品的hover效果 */
.selection-wrap.z-selection .owl-carousel .q-item:hover {
    box-shadow: 0px 2px 10px 0px rgba(215, 214, 214, 0.5);
    -webkit-box-shadow: 0px 2px 10px 0px rgba(215, 214, 214, 0.5);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

/* 精选单品end */
.brand-list {
    overflow: hidden;
    margin-right: -6px;

}

.brand-list li {
    float: left;
    ;
    width: 200px;
    height: 130px;
    margin-bottom: 1px;
    margin-right: 1px;
    background: #fff
}

.brand-list li:hover img {
    transform: scale(1.1);
}

.brand-list li a {
    display: block;
    width: 140px;
    height: 80px;
    margin: 25px auto 0;
}

.brand-list li a img {
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.z-jiaju-box .z-jiaju {
    float: left;
    width: 350px;
    height: 599px;
}

.z-jiaju-box .z-jiaju-pro {
    width: 850px;
    float: left;
    background: #fff;
}

.z-jia-top {
    overflow: hidden;
}

.z-jia-top .z-jia-item {
    width: 425px;
    height: 220px;
    position: relative;
    z-index: 2;
}

.z-jia-top .z-jia-item a {
    display: block
}

.z-jia-top .z-jia-item1 {
    width: 424px;
    border-right: 1px solid #EBEBEB;
}

.z-jia-item h3 {
    width: 182px;
    font-size: 26px;
    color: #333;
    line-height: 37px;
    padding-left: 35px;
    padding-top: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.z-jia-item p {
    font-size: 14px;
    color: #999;
    padding-left: 35px;
    padding-top: 6px;
    margin-bottom: 52px;
}

.z-jia-item .fast-buy {
    font-size: 14px;
    color: #333;
    padding-left: 35px;

}

.z-jia-item .fast-buy s {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url('../../img/index/img/go-buy.png') no-repeat;
    vertical-align: middle;
    margin-left: 7px;
}

.z-jia-item .z-jia-img {
    width: 196px;
    height: 134px;
    display: inline-block;
    position: absolute;
    right: 22px;
    top: 62px;
    overflow: hidden;
    z-index: -1;
    transition: all .4s ease-in
}

.z-jia-item1:hover .z-jia-img {
    top: 54px;
}

.z-jia-item2:hover .z-jia-img {
    top: 30px;
}

.z-jia-item .z-jia-img img {
    width: 100%;
    height: 100%;

}

.z-jia-item2 .z-jia-img {
    top: 38px;
    right: 30px;
}

.z-jia-btm {
    overflow: hidden;
    height: 379px;
}

.z-jia-btm .z-jia-pro {
    padding: 25px 20px 0;
    overflow: hidden;
    border-top: 1px solid #EBEBEB;
}

.z-pro-duc {
    width: 240px;
    float: left;
    margin: 0 15px;
}

.z-pro-duc .z-pro-duc-img {
    width: 240px;
    height: 238px;
    overflow: hidden;

}

.z-pro-duc .z-pro-duc-img:hover img {
    transform: scale(1.05)
}

.z-pro-duc .z-pro-duc-img img {
    width: 100%;
    height: 100%;
    transition: all .4s ease-in;
}

.z-pro-duc .z-pro-duc-tic {
    height: 38px;
    font-size: 14px;
    color: #333;
    line-height: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 15px 0;
}

.z-pro-duc .z-pro-duc-price {
    font-size: 18px;
    color: #009999
}

.z-floor {
    padding-bottom: 50px;
}

/*积分*/
/* banner start */
a {
    cursor: pointer;
}

.banner-wrap {
    width: 100%;
    height: 520px;
    /* margin-bottom: 7px; */
    position: relative;
    overflow: hidden;
}
.banner-wrap-h5 {
    width: 100%;
    height: 280px;
    /* margin-bottom: 7px; */
    position: relative;
    overflow: hidden;
}
.banner-wrap .banner-content {
    width: 100%;
    height: 520px;
    position: relative;
    left: 50%;
    width: 1920px;
    text-align: center;
    margin-left: -960px;
    overflow: hidden;
}
.banner-wrap-h5 .banner-content {
    width: 100%;
    height: 280px;
    position: relative;
    left: 50%;
    width: 640px;
    text-align: center;
    margin-left: -320px;
    overflow: hidden;
}
.banner-wrap .banner-content .flex-direction-nav a {
    width: 20px;
    height: 63px;
}

.banner-wrap .banner-content .flex-direction-nav .flex-prev {
    background: url(../../img/index/img/icon-left.png) center center no-repeat;
    background-size: contain;
    left: 18%;
}

.banner-wrap .banner-content .flex-direction-nav .flex-next {
    background: url(../../img/index/img/icon-right.png) center center no-repeat;
    right: 18%;
}

/* 查看积分明细 */
.banner-wrap .myinteral .container {
    position: relative;
}

.banner-wrap .myinteral .myinteral-content {
    width: 248px;
    height: 329px;
    background: url(../../img/index/img/bg-myintegral.png) center center no-repeat;
    position: absolute;
    top: -430px;
    z-index: 100;
}

.banner-wrap .myinteral .myinteral-content .imgdiv {
    width: 110px;
    height: 110px;
    overflow: hidden;
    margin: 34px auto 12px;
}

.banner-wrap .myinteral .myinteral-content .imgdiv img {
    width: 100%;
    height: 100%;
}

.banner-wrap .myinteral .myinteral-content .myinteral-num {
    font-size: 34px;
    color: #D9AC85;
    text-align: center;
}

.banner-wrap .myinteral .myinteral-content .p-txt {
    font-size: 14px;
    color: #CBCBCB;
    text-align: center;
    margin: 7px 0 35px;
}

.banner-wrap .myinteral .myinteral-content .go-myinteral {
    display: block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #cc905c;
    color: #fff;
    font-size: 14px;
    border-radius: 20px;
    margin: 0 auto;
}

.banner-wrap .myinteral .myinteral-content .go-myinteral i {
    width: 14px;
    height: 15px;
    display: inline-block;
    background: url(../../img/index/img/icon-go-white.png) center center no-repeat;
    position: relative;
    top: 2px;
    left: 4px;

}

/* 小圆点 */
.banner-wrap .flexslider .flex-control-nav li a {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #D3D3D3;
}

.banner-wrap .flexslider .flex-control-paging li a:hover,
.banner-wrap .flexslider .flex-control-paging li a.flex-active {
    background-color: #d14b4b;
}

.banner-wrap .flexslider .flex-control-nav {
    bottom: 17px;
}

.banner-wrap-h5 .banner-content .flex-direction-nav a {
    width: 20px;
    height: 63px;
}

/* .banner-wrap-h5 .banner-content .flex-direction-nav .flex-prev {
    background: url(../../img/index/img/icon-left.png) center center no-repeat;
    background-size: contain;
    left: 18%;
}

.banner-wrap-h5 .banner-content .flex-direction-nav .flex-next {
    background: url(../../img/index/img/icon-right.png) center center no-repeat;
    right: 18%;
} */

/* 查看积分明细 */
.banner-wrap-h5 .myinteral .container {
    position: relative;
}

.banner-wrap-h5 .myinteral .myinteral-content {
    width: 248px;
    height: 329px;
    background: url(../../img/index/img/bg-myintegral.png) center center no-repeat;
    position: absolute;
    top: -430px;
    z-index: 100;
}

.banner-wrap-h5 .myinteral .myinteral-content .imgdiv {
    width: 110px;
    height: 110px;
    overflow: hidden;
    margin: 34px auto 12px;
}

.banner-wrap-h5 .myinteral .myinteral-content .imgdiv img {
    width: 100%;
    height: 100%;
}

.banner-wrap-h5 .myinteral .myinteral-content .myinteral-num {
    font-size: 34px;
    color: #D9AC85;
    text-align: center;
}

.banner-wrap-h5 .myinteral .myinteral-content .p-txt {
    font-size: 14px;
    color: #CBCBCB;
    text-align: center;
    margin: 7px 0 35px;
}

.banner-wrap-h5 .myinteral .myinteral-content .go-myinteral {
    display: block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #cc905c;
    color: #fff;
    font-size: 14px;
    border-radius: 20px;
    margin: 0 auto;
}

.banner-wrap-h5 .myinteral .myinteral-content .go-myinteral i {
    width: 14px;
    height: 15px;
    display: inline-block;
    background: url(../../img/index/img/icon-go-white.png) center center no-repeat;
    position: relative;
    top: 2px;
    left: 4px;

}

/* 小圆点 */
.banner-wrap-h5 .flexslider .flex-control-nav li a {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #D3D3D3;
}

.banner-wrap-h5 .flexslider .flex-control-paging li a:hover,
.banner-wrap-h5 .flexslider .flex-control-paging li a.flex-active {
    background-color: #d14b4b;
}

.banner-wrap-h5 .flexslider .flex-control-nav {
    bottom: 17px;
}

/* banner end */
/* 办公耗材start */
/* 公共区块 start */
.common-wrap {
    background-color: #F5F5F5;
}

.common-top-wrap {
    padding: 40px 0 20px;
    background-color: #F5F5F5;
}

.common-top h3 {
    font-size: 26px;
    color: #333333;
    height: 35px;
    line-height: 35px;
}

.common-top a {
    font-size: 14px;
    color: #333333;
    height: 19px;
    line-height: 19px;
    margin-top: 16px;
}

.common-content .common-head {
    width: 240px;
    height: 470px;
    overflow: hidden;
    margin-right: 10px;
}

.common-content .common-head a {
    display: block;
}

.common-content .common-head img {
    width: 100%;
    height: 100%;
}

.common-content .common-body {
    width: 950px;
}

.common-content .common-body .common-ul {
    margin-right: -10px;
}

.common-content .common-body .common-ul li {
    width: 230px;
    height: 320px;
    text-align: center;
    background-color: #fff;
    margin-right: 10px;
    margin-bottom: 10px;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.common-content .common-body .common-ul li a {
    display: block;
}

.common-content .common-body .common-ul li .imgdiv {
    width: 190px;
    height: 190px;
    margin: 20px auto 30px;
    overflow: hidden;
}

.common-content .common-body .common-ul li .p-txt {
    width: 190px;
    height: 19px;
    line-height: 19px;
    font-size: 14px;
    color: #333333;
    margin: 0 auto 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.common-content .common-body .common-ul li .p-integral {
    font-size: 16px;
    color: #009999;
    height: 25px;
    line-height: 25px;
}

.common-content .common-body .common-ul li .p-integral i {
    width: 17px;
    height: 17px;
    display: inline-block;
    background: url("../../img/index/img/icon-intergral.png") center center no-repeat;
    vertical-align: top;
    margin-top: 4px;
    margin-right: 3px;
}

.common-content .common-body .common-ol {
    margin-right: -10px;
}

.common-content .common-body .common-ol li {
    width: 470px;
    height: 140px;
    background-color: #fff;
    margin-right: 10px;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.common-content .common-body .common-ol li a {
    display: block;
    height: 140px;
}

.common-content .common-body .common-ol li .imgdiv {
    width: 115px;
    height: 115px;
    line-height: 115px;
    overflow: hidden;
    text-align: center;
    margin: 13px 32px;
}

.common-content .common-body .common-ol li .imgdiv img {
    vertical-align: middle;
}

.common-content .common-body .common-ol li .infodiv {
    width: 190px;
}

.common-content .common-body .common-ol li .infodiv .p-txt {
    font-size: 20px;
    color: #333333;
    margin: 39px 25px 9px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.common-content .common-body .common-ol li .infodiv .p-integral {
    font-size: 16px;
    color: #009999;
    height: 21px;
    line-height: 21px
}

.common-content .common-body .common-ol li .infodiv .p-integral i {
    width: 17px;
    height: 17px;
    display: inline-block;
    background: url(../../img/index/img/icon-intergral.png) center center no-repeat;
    vertical-align: top;
    margin-top: 2px;
    margin-right: 3px;
}

.common-content .common-body .common-ol li .a-go {
    width: 56px;
    height: 27px;
    overflow: hidden;
    margin-top: 39px;
}

/* 图片的hover效果 */
.common-content .common-body .common-ul li:hover {
    -webkit-box-shadow: 0 0 15px 0px #D9D9D9;
    -moz-box-shadow: 0 0 15px 0px #D9D9D9;
    box-shadow: 0 0 15px 0px #D9D9D9;
}

.common-content .common-body .common-ol li:hover {
    -webkit-box-shadow: 0 0 15px 0px #D9D9D9;
    -moz-box-shadow: 0 0 15px 0px #D9D9D9;
    box-shadow: 0 0 15px 0px #D9D9D9;
}

.common-content .common-body .common-ol .imgdiv:hover img {
    transform: translateY(-5px);
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;

}

/* 公共区块 end */
/* 办公耗材 end */
/* 办公家电start */
.appliances-wrap {
    padding-bottom: 51px;
}

/* 办公家电end */
/* 固定楼梯栏start */
.fixed-nav {
    left: 50%;
    top: 783px;
    margin-left: 600px;
    margin-top: -15%;
    width: 94px;
    height: 201px;
    background: url(../../img/index/img/bg-fixednav.png) center center no-repeat;
    z-index: 99;
    position: absolute;
}

.fixed-nav.tabfixed {
    position: fixed;
    /* -webkit-animation: eleShow .5s ease both;
    animation: eleShow .5s ease both; */
}

.fixed-nav p {
    font-size: 12px;
    color: #fff;
    height: 17px;
    line-height: 17px;
    text-align: center;
    margin: 10px 32px 8px 14px;
}

.fixed-nav ul li {
    width: 69px;
    height: 30px;
    background-color: #fff;
    margin-left: 3px;
    line-height: 30px;
}

.fixed-nav ul li a {
    background-color: #fff;
    display: block;
    width: 59px;
    height: 29px;
    font-size: 12px;
    color: #666666;
    text-align: center;
    border-bottom: 1px solid #eeeeee;
    margin: 0 auto;
}

.fixed-nav .gototop {
    width: 69px;
    height: 73px;
    background-color: #fff;
    margin-left: 3px;
}

.fixed-nav .gototop a {
    display: block;
    height: 73px;
    width: 45px;
    padding-left: 24px;

}

.fixed-nav a img {
    padding-top: 23px;
}

.fixed-nav li.active {
    background: transparent;

}

.fixed-nav li.active a {
    background: transparent;
    border-bottom: 1px solid transparent;
    color: #fff;
}

.fixed-nav li.on a {
    border-bottom: 1px solid transparent;
}

/* 固定楼梯栏end */

/*
合约用户部分start
*
*
*/
/* 轮播图start */
.contract_banner .m-banner {
    height: 520px;
}

.contract_banner .z-menu {
    height: 460px;
}

.contract_banner .m-banner .flex-control-nav {
    left: 50%;
    right: unset;
    bottom: 30px;
}

/* 轮播图end */


/* 热卖推荐部分start */
.m-recommendlist {
    padding: 14px 0;
    position: relative;
}

.m-recommendlist .bestsellers span.m-tit {
    width: 44px;
    height: 81px;
    background: url('../../img/index/img/hot-suggest.png') no-repeat;
    float: left;
}

.m-recommendlist .bestsellers ol {
    margin-left: 44px;
}

.m-recommendlist .bestsellers ol li {
    width: 270px;
    height: 123px;
    background: #fff;
    overflow: hidden;
    zoom: 1;
    margin-left: 12px;
    float: left;
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    box-shadow: 0px 0px 1px 0px rgba(196, 196, 196, 1);
}

.m-recommendlist .bestsellers ol li .img {
    width: 100px;
    height: 100px;
    margin: 12px 14px 12px 12px;
    float: left;
    overflow: hidden;
}

.m-recommendlist .bestsellers li .m-tit {
    margin-top: 15px;
    width: 134px;
    float: left;
}

.m-recommendlist .bestsellers li .m-tit h3 {
    line-height: 16px;
    height: 32px;
    font-size: 12px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #333;
}

.m-recommendlist .bestsellers li .m-tit p {
    margin: 13px 0 4px;
    color: #009999;
    font-size: 14px;
}

.m-recommendlist .bestsellers li .m-tit span.btn {
    width: 70px;
    line-height: 28px;
    height: 28px;
    background: #EDEDED;
    text-align: center;
    padding: 0px;
    font-size: 12px;
    color: #333;
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.m-recommendlist .bestsellers ol li:hover {
    box-shadow: 0px 2px 10px 0px rgba(196, 196, 196, 0.5);
}

.m-recommendlist .bestsellers ol li:hover .m-tit span.btn {
    background: #009999;
    border-color: #009999;
    color: #fff;
}

/* 热卖推荐部分end */


/* 明星单品部分start */
.star_product .z-jiaju-box {
    border-top: 1px solid #8B9AAF;
}

.star_product .z-jia-top {
    background: #FEFEFE;
}

.star_product .z-jia-item .z-jia-img {
    width: 144px;
    height: 144px;
}

/* 明星单品部分end */


/* 特惠新品部分start */
.bass_frool {
    width: 100%;
}

.bass_frool .two_shop {
    width: 100%;
    margin-bottom: 10px;
}

.bass_frool .two_shop ol {
    margin-left: -10px;
}

.bass_frool .two_shop ol li {
    width: 595px;
    height: 232px;
    float: left;
    margin-left: 10px;
    background: #fff;
    position: relative;
    box-sizing: border-box;
}

.bass_frool .two_shop ol li .t_linkad {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.bass_frool .two_shop ol li .t_linkad img {
    width: 100%;
    height: 100%;
}

.bass_frool .two_shop ol li .product_box {
    width: 202px;
    height: 202px;
    margin: 15px;
    float: left;
}

.bass_frool .two_shop ol li .product_box a {
    display: block;
    width: 100%;
    height: 100%;
}

.bass_frool .two_shop ol li .product_box a img {
    width: 100%;
    height: 100%;
}

.bass_frool .two_shop ol li .product_content {
    width: 362px;
    height: 100%;
    float: left;
    padding: 38px 20px 25px 25px;
    box-sizing: border-box;
}

.bass_frool .two_shop ol li .product_name {
    width: 214px;
    height: 100%;
    float: left;
}

.bass_frool .two_shop ol li .product_name a,
.bass_frool .two_shop ol li .product_name>p {
    display: block;
    width: 100%;
    height: 42px;
    overflow: hidden;
    margin-bottom: 20px;
    font-size: 14px;
}

.bass_frool .two_shop ol li .product_name a>p .bass_frool .two_shop ol li .product_name>p {
    font-size: 14px;
    color: #333;
    line-height: 21px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.bass_frool .two_shop ol li .product_name .t_gift_price {
    font-size: 24px;
    color: #009999;
    margin-top: 50px;
}

.bass_frool .two_shop ol li .product_name .del_price {
    color: #999999;
    font-size: 14px;
    margin-left: 10px;
    text-decoration: line-through;
}

.bass_frool .two_shop ol li .product_content .t_like {
    width: 100px;
    float: right;
    text-align: right;
}

.product_content .t_like span {
    cursor: pointer;
}

.bass_frool .product_list {
    width: 100%;
}

.bass_frool .product_list.mt25 {
    margin-top: 25px;
}

.bass_frool .product_list ul {
    margin-left: -10px;
}

.bass_frool .product_list li {
    float: left;
    width: 232px;
    margin-left: 10px;
    background: #fff;
    position: relative;
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.bass_frool .product_list li:hover {
    -webkit-box-shadow: 0 0 15px 0px #d9d9d9;
    -moz-box-shadow: 0 0 15px 0px #d9d9d9;
    box-shadow: 0 0 15px 0px #d9d9d9;
}

.bass_frool .product_list li .list_mg {
    margin: 15px;
    height: 202px;
}

.bass_frool .product_list li .list_mg img {
    width: 100%;
}

.bass_frool .product_list li .list_content {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
}

.bass_frool .product_list li .price_box {
    margin-top: 15px;
    font-size: 18px;
    color: #009999;
    line-height: normal;
}

.bass_frool .product_list li p {
    display: block;
    width: 100%;
    height: 42px;
    overflow: hidden;
    font-size: 14px;
    color: #333333;
    line-height: 21px;
    margin: 5px 0 17px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.bass_frool .product_list li .my_like {
    text-align: center;
    margin-bottom: 20px;
}

.m-colle span i {
    display: inline-block;
    width: 16px;
    height: 14px;
    background: url("../../img/like1.png") center no-repeat;
    background-size: 100% 100%;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 6px;
}

.m-colle.active span i {
    background: url("../../img/like2.png") center no-repeat;
    background-size: 100% 100%;
}

.m-colle span b {
    margin-left: 6px;
}

.m-colle {
    cursor: pointer;
}

.m-colle b {
    font-weight: normal;
}

/* 特惠新品部分end */
/* 商品专区部分start */
.com_area {
    margin-top: 40px;
    border-bottom: 1px solid #eeeeee;
}

/* 商品专区部分end */

/* 购买历史部分start */
.t_shop_history {
    width: 100%;
    padding-bottom: 20px;
}

.t_shop_history .t_history_list {
    width: 100%;
    padding-top: 30px;
}

.t_shop_history .t_history_list li {
    width: 262px;
    float: left;
    margin-left: 30px;
    margin-bottom: 30px;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.t_shop_history .t_history_list li:hover {
    -webkit-box-shadow: 0 0 15px 0px #D9D9D9;
    -moz-box-shadow: 0 0 15px 0px #D9D9D9;
    box-shadow: 0 0 15px 0px #D9D9D9;
}

.t_shop_history .t_history_list li a {
    display: block;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.t_shop_history .t_history_list li .t_history_mg {
    width: 100%;
    height: 238px;
    margin-bottom: 15px;
}

.t_shop_history .t_history_list li .t_history_shop_name {
    font-size: 14px;
    color: #333;
    height: 38px;
    line-height: 19px;
    margin-bottom: 13px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.t_shop_history .t_history_list li .t_history_shop_price {
    color: #009999;
    font-size: 18px;
}

.t_shop_history .t_history_list li .t_history_shop_price i {
    float: right;
    width: 18px;
    height: 16px;
    background: url('../img/cart.png') center center no-repeat;
    background-size: 100% 100%;
    margin-top: 4px;
    margin-right: 12px;
}

/* 购买历史部分end */


/* 人气商品部分start */
.t_holt_product .selection-wrap {
    padding-bottom: 60px;
    padding-top: 5px;
}

.t_holt_product .selection-wrap .owl-carousel .q-item {
    width: 100%;
    height: auto;
}

.t_holt_product .selection-wrap .owl-carousel .q-item a {
    background-color: #fff;
    border-radius: 15px;
    padding: 5px;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
}

.t_holt_product .selection-wrap .owl-carousel .q-item .q-imgdiv {
    width: 150px;
    height: 100px;
    margin: 0 auto;
    padding-top: 20px;
}

.t_holt_product .t_text_content {
    box-sizing: border-box;
    padding: 0 20px;
    padding-bottom: 17px;
}

.t_holt_product .selection-wrap .owl-carousel .q-item .q-txt {
    width: auto;
}

.t_holt_product .owl-carousel .owl-stage-outer {
    padding: 20px 0;
}

/* 人气商品部分end*/

/*
*
*
商品收藏弹出框样式start
*
*
*/
.modal_frame {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    z-index: 999;
    display: none;
}

.modal_box {
    width: 37%;
    position: fixed;
    top: 15vh;
    left: 50%;
    margin-left: -18.5%;
    background: #fff;
    z-index: 2000;
    display: none;
}

.modal_box .title {
    line-height: normal;
    font-size: 16px;
    color: #333;
    padding: 12px 0px 12px 20px;
    background: #F5F5F5;
}

.modal_box .title i {
    display: block;
    width: 21px;
    height: 21px;
    margin-top: 0px;
    margin-right: 10px;
    cursor: pointer;
    background: url('../img/2.png') center center no-repeat;
    background-size: 100% 100%;
}

.modal_box .title i:hover {
    background: url('../img/1.png') center center no-repeat;
    background-size: 100% 100%;
}

.modal_box .collect_num {
    width: 100%;
    padding: 0 20px 30px;
    box-sizing: border-box;
}

.modal_box .collect_num .t-collect {
    display: block;
    font-size: 14px;
    text-align: center;
    color: #606266;
    padding: 20px 0;
    border-bottom: 1px dashed #D9D9D9;
    margin-bottom: 26px;
}

.t-collect i {
    color: #009999;
    font-style: normal;
}

.collect_num .t-collect-you {
    padding-left: 58px;
    color: #A3A3A3;
    font-size: 14px;
}

.collect_num .t-collect-selec {
    margin-top: 7px;
}

.t-collect-selec b {
    padding: 0 15px;
    font-size: 14px;
    display: inline-block;
    width: 58px;
    text-align: center;
    color: #333333;
    font-weight: normal;
    box-sizing: border-box;
}

.t-collect-selec select {
    width: 300px;
    height: 40px;
    padding: 0 15px;
    margin-right: 20px;
    border: none;
    background: #F5F5F5;
    outline: none;
}

.t-collect-selec span {
    cursor: pointer;
    font-size: 14px;
    color: #333;
}

.collect_footer {
    text-align: center;
    padding: 5px 20px 36px;
}

.collect_footer button {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #FFF;
    border: 1px solid #DCDFE6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    -webkit-transition: .1s;
    transition: .1s;
    font-weight: 500;
    padding: 8px 34px;
    font-size: 14px;
    border-radius: 4px;
    margin-left: 20px;
}

.collect_footer .primary {
    color: #009999;
    background-color: #fff;
    border-color: #009999;
}

/* 新建分类 */
.modal_box.new_category {
    display: none;
}

.new_category .add_category {
    padding: 30px 20px;
    color: #606266;
    font-size: 14px;
    word-break: break-all;
}

.add_category p {
    text-align: center;
    ;
}

.add_category p input {
    width: 300px;
    height: 40px;
    font-size: 14px;
    background-color: #F5F5F5;
    border: none;
    margin: 0 15px;
    padding: 0 15px;
}

/*
*
*
商品收藏弹出框样式end
*
*
*/
