﻿.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    height: 100%;
    z-index: 1
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.banner {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.banner a {
    display: block;
    position: relative
}


.banner a .swiper-lazy-preloader {
    left: 50%;
    top: -50%;
    margin-left: -21px;
    margin-top: 25%
}

.banner img {
    vertical-align: top;
    width: 100%
}
.index-main-content-wrap {
    background: #f1f1f1;
    border-top: .625rem solid #f0f0f0;
    overflow: hidden
}

.g_deals {
    padding-bottom: .625rem;
    background: #fff;
    overflow: hidden
}

.g_deals header i {
    float: right;
    margin-right: .625rem;
    font-size: 1.875rem;
    margin-top: .5rem;
    color: #666
}

.g_deals header h4 {
    position: relative;
    text-align: center;
    padding: 0 12px;
    font-size: 16px;
    line-height: 45px;
    font-family: Arial;
    font-weight: normal;
    color: #333333
}

.g_deals header h4 span {
    display: inline-block;
    width: 49%;
    overflow: hidden;
    height: 45px
}

.g_deals header .more-deals {
    float: right;
    color: #ff7b13;
    font-size: .75rem;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: -0.625rem
}

.g_deals header .more-deals .right-tri {
    margin-top: 16px;
    margin-left: 5px;
    display: inline-block;
    width: 0;
    height: 0;
    border: .25rem solid transparent;
    border-left: .25rem solid #ff7b13
}

.g_deals .swiper-wrapper {
    padding-left: 12px;
    margin-top: 5px
}

.g_deals .swiper-wrapper .swiper-slide {
    width: 24%;
    height: 136px;
    min-width: 90px;
    margin-right: 15px;
    font-family: Arial;
    line-height: 1
}

@media screen and (min-width:374px) {
    .g_deals .swiper-wrapper .swiper-slide {
        margin-right: 4%
    }
}

.g_deals .swiper-wrapper .swiper-slide.gd-view-more {
    padding: 0
}

.g_deals .swiper-wrapper .swiper-slide.gd-view-more a {
    display: table;
    width: 90px;
    color: #333;
    font-size: .75rem
}

.g_deals .swiper-wrapper .swiper-slide.gd-view-more span {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    color: #b6b6b6;
    height: 90px;
    background-color: #fff;
    border: 1px solid #ddd
}

.g_deals .swiper-wrapper .swiper-slide.gd-view-more span strong {
    margin: 0 auto;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    position: absolute;
    top: 2.125rem;
    right: 0;
    text-align: center;
    overflow: hidden
}

.g_deals .swiper-wrapper .swiper-slide.gd-view-more span i {
    font-size: 1.25rem
}

.g_deals .swiper-wrapper .swiper-slide a {
    color: #333
}

.g_deals .swiper-wrapper .swiper-slide .img {
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 0
}

.g_deals .swiper-wrapper .swiper-slide .img img {
    height: 90px
}

.g_deals .swiper-wrapper .swiper-slide .title {
    margin-bottom: 5px;
    display: block;
    font-size: .75rem;
    line-height: .9375rem;
    height: 1.875rem;
    overflow: hidden
}

.g_deals .swiper-wrapper .swiper-slide .all_price {
    padding-top: 0;
    font-size: 13px;
    color: #c20218;
    text-align: center;
    margin: 12px 0 3px
}

.g_deals .swiper-wrapper .swiper-slide .all_price d .costPrice {
    color: #666;
    margin-right: 5px
}

.g_deals .swiper-wrapper .swiper-slide .all_price .market_price {
    color: #999;
    font-size: .75rem;
    text-decoration: line-through
}

.g_deals .swiper-wrapper .swiper-slide .limt_nums {
    text-align: center;
    font-size: 11px;
    color: #999;
    padding-top: .1rem
}

.g_deals .swiper-wrapper .swiper-slide .limt_nums .orange {
    color: #f37800;
    font-size: 11px
}

.g_deals .swiper-wrapper .swiper-slide .link {
    padding-top: .1rem;
    color: #004691;
    font: bold .75rem/1.25rem Arial
}

.g_deals .swiper-wrapper .swiper-slide .coupon {
    padding-top: .1rem;
    font-size: .75rem;
    color: #000
}

#exploreCateProList {
    margin: 0;
    background: #fff;
    border-bottom: 0
}

#exploreCateProList .g_deals header {
    height: 2rem
}

.cate_seeMore {
    background: none;
    border: 0;
    margin: .625rem .9375rem
}

.cate_seeMore a {
    color: #999;
    position: relative;
    cursor: pointer;
    font-size: 1rem
}

.cate_seeMore a .ico_arrow_up:before {
    content: '';
    width: 2.25rem;
    height: 2.25rem;
    display: block;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAtCAMAAAANxBKoAAAANlBMVEUAAACZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZm1jitFAAAAEnRSTlMA8utHM3BhWlI6d+elfmk/LSpOmGQhAAAAZElEQVRIx+3KRwrAIBRAwWdJM03vf9lIEGJA/O511sMw9OEwFJiDolWZQlYrYpczLOrm51YLVPpGZqtmmGPP8gxCtyRWzHDFnvKFbNL2zXqCpu7Bf1nsIWhHK7fvjnbnyTB05wHapAG4wcyPdAAAAABJRU5ErkJggg==') center center no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 1.5625rem;
    left: 50%;
    margin-left: -1.1875rem
}

#newCategory {
    padding: .9rem 0 .9rem 0;
    font-size: .8rem;
    background-color: #fff;
    height: auto
}

#newCategory a {
    display: block;
    width: 25%;
    color: #5E5E5E;
    text-align: center
}

#newCategory a p {
    font-size: 12px;
    color: #5e5e5e;
    display: -webkit-flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    box-sizing: border-box;
    height: 24px;
    line-height: 12px
}

#newCategory .swiper_wraps {
    height: auto;
    position: relative
}

#newCategory .swiper_wraps .slide_list {
    width: 90%;
    height: auto;
    overflow: hidden
}

#newCategory .swiper_wraps .slide_list li {
    width: 22%;
    height: auto;
    float: left;
    margin: 0 4px;
    overflow: hidden;
    box-sizing: border-box;
    cursor: pointer
}

#newCategory .swiper_wraps .slide_list li a {
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center
}

#newCategory .swiper_wraps .slide_list li a img {
    width: 4.15rem;
    height: 4.15rem;
    max-height: 100%;
    margin: 0 auto
}

#newCategory .swiper_wraps .slide_list .swiper-container {
    width: 100%;
    height: 100%
}

#newCategory .swiper_wraps .slide_list .f_direction-nav a {
    width: 22%;
    position: absolute;
    top: -50%;
    font-size: 0;
    display: block;
    margin-top: 4.5rem
}

#newCategory .swiper_wraps .slide_list .f_direction-nav a.f_prev {
    width: 0 !important;
    height: 0 !important;
    font-size: 0;
    left: .8125rem
}

#newCategory .swiper_wraps .slide_list .f_direction-nav a.f_next {
    right: -3rem;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAMAAABHPGVmAAAAb1BMVEUAAACHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4fzDaQwAAAAJHRSTlMA+AjjHBbw1xDLq6BHMSXq3dHEvY59X1VOK4Y5IeezmGtkQAzF8LX2AAAAuUlEQVRo3u3NSRKCQBBE0QIRRHFGRUCc6v5nlK29wCEii6DJv/ybJ4wxxhgbb/lN4JWqeOWgVsrdnVQ+KEdBV1L5sdxMObmTSkdXKyWwUQpBt6Dyh5K5k0pHc8+UhzuHqYR2SiXgwkY1hit1oJoKtihRTSKBNm2NDY1xGVvViS9GLdBmvhhpa6zeFo2ejQvYeO6MjLMzAcYabIS+GHsjY+lMgBHT+M5o8IZYGFIEcSXwskoYY4wxNqxe/ZwdE+VAqAwAAAAASUVORK5CYII=');
    background-size: 100% auto
}

#newCategory .swiper_wraps .slide_list .swiper-button-next {
    width: 2.3rem !important;
    height: 2.3rem;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -2.2rem;
    background: url('../images/domeimg/index/arr_ico.png') no-repeat;
    background-size: 100% auto;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    display: none;
    cursor: pointer
}

@media only screen and (min-width:320px) {
    #newCategory .swiper_wraps .slide_list .swiper-button-next {
        right: .125rem
    }
}

@media only screen and (min-width:375px) {
    #newCategory .swiper_wraps .slide_list .swiper-button-next {
        right: .125rem
    }
}

@media only screen and (min-width:414px) {
    #newCategory .swiper_wraps .slide_list .swiper-button-next {
        right: .375rem
    }
}

#newCategory .swiper_wraps .flex_90 {
    width: 90% !important
}

#newCategory .swiper_wraps .flex_98 {
    width: 98% !important
}

@media only screen and (min-width:768px) {
    #newCategory a p {
        font-size: 1.5rem
    }
    #newCategory .swiper_wraps .slide_list .swiper-wrapper {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d
    }
    #newCategory .swiper_wraps .slide_list .swiper-wrapper .swiper-slide {
        width: 24% !important;
        height: 9rem;
        margin-right: .4375rem
    }
    #newCategory .swiper_wraps .slide_list .swiper-button-next {
        width: 9% !important;
        height: .25rem
    }
}

.ready-padding {
    margin-top: 3.75rem;
    padding-bottom: 62%;
    position: relative;
    width: 100%
}

#js_gDeals b {
    position: absolute;
    top: 15px;
    left: 50%;
    width: 1px;
    height: 14px;
    background-color: #ccc
}

#js_gDeals h4 span.not-active {
    color: #b6b6b6
}

#home_login {
    position: relative;
    font-size: 0;
    display: block;
    padding-top: 25%
}

#home_login h4 {
    position: relative;
    font-size: .9rem;
    padding: .5rem 0;
    color: #fff
}

#home_login>div {
    position: absolute;
    width: 100%;
    top: .5rem;
    text-align: center;
    height: 50%
}

#home_login img {
    display: block;
    width: 100%;
    margin-top: -25%;
    max-height: 5.875rem
}

#home_login>img {
    width: 100%
}

.good_banner_con {
    background-color: #fff;
    overflow: hidden
}

.good_banner_con .left_bigimg_wrap {
    width: 50%;
    float: left;
    position: relative;
    overflow: hidden;
    padding-top: 56.2%
}

.good_banner_con .left_bigimg_wrap img {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    margin-top: -112.4%
}

.good_banner_con .left_bigimg_wrap .img_tit_wrap {
    margin: 0 .8rem;
    position: absolute;
    left: 0;
    bottom: 1rem;
    width: 84%;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.5);
    text-align: center;
    padding: .5rem 0
}

.good_banner_con .left_bigimg_wrap .img_tit_wrap .img_tit {
    height: 1.5625rem;
    line-height: 1.5625rem;
    font-size: .9rem;
    color: #333;
    border-bottom: 1px dashed #969696;
    font-weight: bold;
    margin-bottom: .2rem
}

.good_banner_con .left_bigimg_wrap .img_tit_wrap .img_sale {
    height: 1rem;
    line-height: 1rem;
    font-size: .4rem;
    color: #333
}

.good_banner_con .left_bigimg_wrap:after {
    content: '';
    width: 50%;
    display: block
}

.good_banner_con .mobile_banner_wrap {
    width: 50%;
    float: right;
    position: relative
}

.good_banner_con .mobile_banner_wrap:after {
    pointer-events: none !important;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    border-left: 1px solid #fff
}

.good_banner_con .mobile_banner_wrap a {
    width: 100%;
    height: 50%;
    display: block;
    position: relative;
    overflow: hidden;
    padding-top: 55.93%
}

.good_banner_con .mobile_banner_wrap a img {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    margin-top: -55.93%
}

.good_banner_con .mobile_banner_wrap a:nth-child(1):after {
    content: '';
    display: block;
    height: 50%;
    border-bottom: 1px solid #fff;
    position: relative
}

@media only screen and (min-width:720px) {
    .good_banner_con .left_bigimg_wrap {
        width: 50%;
        float: left;
        position: relative;
        overflow: hidden
    }
    .good_banner_con .left_bigimg_wrap img {
        max-height: 25rem
    }
    .good_banner_con .mobile_banner_wrap a img {
        max-height: 12.5rem
    }
}

.fb_little_banner {
    width: 100%;
    height: auto;
    position: fixed;
    left: 0;
    bottom: -4px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    z-index: 99;
    display: none
}

.fb_little_banner .close_btn {
    width: 50px;
    height: 50px;
    display: block;
    background: url('../images/domeimg/ui_close_ico.png') center center no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: -50px;
    left: 50%;
    margin-left: -6%;
    z-index: 999
}

.fb_little_banner .banne_link {
    width: 100%;
    height: auto;
    display: inline-block;
    cursor: pointer
}

.fb_little_banner .banne_link img {
    border: 0 none
}

@media screen and (min-width:768px) {
    .fb_little_banner .close_btn {
        width: 77px;
        height: 77px;
        top: -77px;
        margin-left: -4%
    }
}

.cate_proList {
    padding-bottom: 1.25rem;
    font-size: .75rem
}

.cate_proList .list {
    margin-top: .75rem;
    border-top: 1px solid #f1f1f1
}

.cate_proList .list li {
    float: left;
    padding-bottom: 5px;
    height: auto;
    min-height: auto;
    margin-top: 0;
    border-right: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1
}

.cate_proList .list li:nth-child(2n-1) {
    margin-right: 0
}

.cate_proList .list li .all_proImg {
    position: relative
}

.cate_proList .list li .all_proImg .n_video {
    position: absolute;
    width: 20px;
    height: 20px;
    bottom: .3125rem;
    left: .3125rem;
    display: block;
    padding-top: 20px;
    font-size: 12px;
    background: url('../images/styleimg/icon_video.png') no-repeat top center;
    background-size: 1.25rem auto;
    z-index: 3
}

.cate_proList .list li .all_proImg img {
    width: 150px;
    height: 150px
}

.cate_proList .list li .all_price {
    font-size: 14px;
    position: relative;
    z-index: 2;
    min-height: 1.7rem
}

.cate_proList .list li .all_price .carts {
    width: 22px;
    height: 20px;
    background: url('../images/styleimg/cart_ico.png') 0 -2px no-repeat;
    font-size: 0;
    margin-right: 12px;
    float: right;
    background-size: 100% auto;
    vertical-align: middle
}

.cate_proList .list li .all_price .collect {
    width: 20px;
    height: 20px;
    background-position: 0 0;
    font-size: 0;
    float: right
}

.cate_proList .list li .all_price .collect.active {
    background-position: -20px 0
}

.cate_proList .list li .my_shop_price {
    display: inline-block;
    color: #c00
}

@media only screen and (min-width:320px) {
    .m_proList .list li,
    .m_prolist .list li {
        width: 50%
    }
}

@media only screen and (min-width:768px) {
    .m_proList .list li,
    .m_prolist .list li {
        width: 25%
    }
    .m_proList .list li:nth-child(3n-1),
    .m_prolist .list li:nth-child(3n-1),
    .m_proList .list li:nth-child(3n-2),
    .m_prolist .list li:nth-child(3n-2) {
        margin-right: 0
    }
    .m_proList .list li:nth-child(4n-1),
    .m_prolist .list li:nth-child(4n-1),
    .m_proList .list li:nth-child(4n-2),
    .m_prolist .list li:nth-child(4n-2),
    .m_proList .list li:nth-child(4n-3),
    .m_prolist .list li:nth-child(4n-3) {
        margin-right: 0;
        border-right: 1px solid #f1f1f1
    }
    .m_proList .list li:nth-child(4n-2),
    .m_prolist .list li:nth-child(4n-2) {
        border-right: 1px solid #f1f1f1
    }
}

.i_cateListe {
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    border-top: .5rem solid #f0f0f0
}

.i_cateListe li {
    line-height: 2.5rem;
    border-top: 1px solid #ddd;
    padding: 0 0 0 .9375rem
}

.i_cateListe li a {
    display: block;
    color: #666;
    font-size: .8125rem
}

.i_cateListe li i {
    float: right;
    font-size: 1.5rem;
    margin-top: 10px
}

.product-line {
    position: relative;
    margin-bottom: 10px;
    color: #333;
    background-color: #fff
}

.product-line:last-of-type {
    margin-bottom: 0
}

.product-line .top {
    height: 33px;
    line-height: 33px;
    border-bottom: 1px solid #eee;
    padding: 0 5px 0 12px
}

.product-line .title {
    float: left;
    font-size: 16px;
    font-weight: normal
}

.product-line .more {
    float: right;
    height: 100%;
    padding: 0 10px;
    font-size: 0;
    line-height: 0
}

.product-line .more:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.product-line .more:after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    vertical-align: middle
}

.product-line .content {
    padding: 5px 0 16px 12px;
    overflow: hidden;
    font-size: 0
}

.product-line .item {
    display: inline-block;
    width: 75px;
    margin-right: 15px;
    min-width: 65px;
    max-width: 110px;
    text-align: center
}

.product-line .thumb {
    display: block;
    max-width: 100%;
   max-height:100%;
    margin: 0 auto
}

.product-line .link {
        height: 13rem;
    display: inline-block;
    margin: 0 auto
}

.product-line .name {
    display: -webkit-box !important;
    margin-top: 3px;
    font-size: 16px;
    line-height: 14px;
    height: 18px;
    color: #6BBA2D;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align:center;
}

.product-line .nameT {
    display: -webkit-box !important;
    font-size: 16px;
    line-height: 15px;
    height: 31px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align:center;
    max-width: 16.6rem;
}

.product-line .nameProd {
    display: -webkit-box !important;
    font-size: 16px;
    line-height: 15px;
    height: 31px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align:center;
 
}

@media screen and (min-width:374px) {
    .product-line .item {
        width: 18%;
        margin-right: 4%
    }
}


.start,
.start i
{
    background-image: url(../images/styleimg/tag.png?20170121);
    background-repeat: no-repeat
}

.start_0,
.start_0 i,
.start_0_5,
.start_0_5 i,
.start_1,
.start_1 i,
.start_1_5,
.start_1_5 i,
.start_2,
.start_2 i,
.start_2_5,
.start_2_5 i,
.start_3,
.start_3 i,
.start_3_5,
.start_3_5 i,
.start_4,
.start_4 i,
.start_4_5,
.start_4_5 i,
.start_5,
.start_5 i {
    display: inline-block;
    width: 90px;
    height: 16px;
    zoom: 1;
    margin-right: 3px
}

.start_0,
.start_0_5,
.start_1,
.start_1_5,
.start_2,
.start_2_5,
.start_3,
.start_3_5,
.start_4,
.start_4_5,
.start_5 {
    background-position: -160px -168px
}

.start_0 i,
.start_0_5 i,
.start_1 i,
.start_1_5 i,
.start_2 i,
.start_2_5 i,
.start_3 i,
.start_3_5 i,
.start_4 i,
.start_4_5 i,
.start_5 i {
    display: block;
    background-position: -160px -185px;
    font-size: 0;
    overflow: hidden
}

.start_0 i {
    width: 0
}

.start_0_5 i {
    width: 9px
}

.start_1 i {
    width: 17px
}

.start_1_5 i {
    width: 27px
}

.start_2 i {
    width: 35px
}

.start_2_5 i {
    width: 45px
}

.start_3 i {
    width: 53px
}

.start_3_5 i {
    width: 63px
}

.start_4 i {
    width: 71px
}

.start_4_5 i {
    width: 81px
}

.start_5 i {
    width: 90px
}

.all_proStart {
    height: 20px;
    line-height: 20px
}

.all_proStart .start {
    vertical-align: -2px
}