/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

.flex {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.flex-wrap {
    flex-wrap: wrap;
}
.flex .flex-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}
.flex .flex-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}
.flex .flex-3 {
    flex: 0 0 auto;
    width: 25%;
}
.flex .flex-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}
.flex .flex-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}
.flex .flex-6 {
    flex: 0 0 auto;
    width: 50%;
}
.flex .flex-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}
.flex .flex-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}
.flex .flex-9 {
    flex: 0 0 auto;
    width: 75%;
}
.flex .flex-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}
.flex .flex-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}
.flex .flex-12 {
    flex: 0 0 auto;
    width: 100%;
}
.elevator {
    width: 50px;
    background: #ffffff;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 10;
    margin-left: -673px;
    margin-right: 0;
    margin-top: 0;
    transform: translateY(-50%);
}
.elevator.fixed {
    position: fixed;
    animation:top 0.5s forwards;
}

.elevator .elevator-wrapper {

}
.elevator .elevator-wrapper .elevator-content {

}
.elevator .elevator-wrapper .elevator-content .elevator-item {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-bottom: 1px solid #D8D8D8;
}
.elevator .elevator-wrapper .elevator-content .elevator-item:last-child {
    border-bottom: 0;
}
.elevator .elevator-wrapper .elevator-content .elevator-item span {
    margin: 0 10px 10px;
    padding-top: 10px;
    font-size: 13px;
    text-align: center;
    display: inline-block;
    line-height: 15px;
    box-sizing: border-box;
}
.elevator .elevator-wrapper .elevator-content .elevator-item.active {
    background: #e13c41;
    color: #ffffff;
}

.module .icon {
    display: block;
    height: 20px;
    width: 20px;
    margin-left: 5px;
}
.module .icon-store {
    height: 38px;
    width: 38px;
    background: url(../img/icon-01.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50%;
}
.color-cyan {
    color: #02b2b5 !important;
}
.color-orange {
    color: #ff3a00 !important;
}
.bg-white {
    background: #fff;
}
.bg-cyan {
    background: #02b2b5;
}

.bd-color-1 {
    border: 1px solid #e35656;
    color: #e35656;
}
.bd-color-2 {
    border: 1px solid #2ab2ba;
    color: #2ab2ba;
}
.bd-color-3 {
    border: 1px solid #ff3a00;
    color: #ff3a00;
}
.bd-color-4 {
    border: 1px solid #26afff;
    color: #26afff;
}
.nav-content {
    display: flex;
    font-size: 13px;
    color: #333333;
    margin-right: 15px;
}
.nav-content .nav-item {
    margin: 0 8px;
    position: relative;
    cursor: pointer;
}
.nav-content .nav-item.active:after {
    content:"";
    position: absolute;
    left: 2px;
    bottom: 0;
    right: 2px;
    border-bottom: 2px solid #5996fd;
}
.nav-content .nav-link {

}
.link-content {
    display: flex;
    font-size: 13px;
    color: #333333;
}
.link-content .link-item {
    padding: 5px 8px;
    position: relative;
    cursor: pointer;
}
.link-content .link-item:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: #ff6700;
    height: 2px;
    display: none;
}
.link-content .link-item:hover:before{
    display: block;
}
.tab-content {
}
.tab-content .tab-item {
    display: none;
}
.tab-content .tab-item.active {
    display: block;
}

.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
}
.swiper-pagination-bullet-active {
    background: #fd0000 !important;
}
.banner .swiper-pagination-bullet {
    background: #ffffff !important;
    opacity: 1 !important;
}
.banner .swiper-pagination-bullet-active {
    background: #FFFFFF !important;
    color: #fff;
    width: 32px !important;
    border-radius: 5px;
    opacity: 0.5 !important;
}
.swiper-button-next, .swiper-button-prev{
    width: auto;
    height: auto;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-prev:after {
    content: 'prev';
    color: #fff;
    font-size: 14px;
    background: rgba(0,0,0,.4);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-next:after {
    content: 'next';
    color: #fff;
    font-size: 14px;
    background: rgba(0,0,0,.4);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 0 !important;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 0 !important;
}

.module {
    margin-top: 10px;
    width: 100%;
}
.module-left,
.module-right {
    display: flex;
    align-items: center;
}
.module-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 20px;
    position: relative;
}
.module-header .module-title {
    display: flex;
    align-items:center;
}
.module-header .module-title .module-title-line {
    width: 4px;
    height: 18px;
    margin-right: 5px;
}
.module-header .module-title .module-title-slug {
    font-size: 28px;
    margin-right: 5px;
}
.module-header .module-title .module-title-main {
    font-size: 28px;
    font-weight: bold;
    color: #5d5d5d;
}
.module-header .module-title .module-title-sub {
    font-size: 10px;
    color: #999999;
    display: inline-block;
    margin-left: 20px;
}
.module-header .module-title .sub-title-bg {
    padding: 1px 5px;
    border-radius: 4px;
    color: #fff;
}
.module-header .module-title .sub-title-bg-red {
    background: red;
}
.module-header .module-more {
    color: #999;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.module-body {

}
.prod-content{
    display: flex;
    justify-content: space-between;
}
.prod-content .prod-group {
    display: flex;
}
.prod-content .prod-item {
    font-size: 14px;
    background: #ffffff;
    position: relative;
    padding: 15px;
    box-sizing: border-box;
}
.prod-content .prod-item .prod-img img {
    width: 100%;
    height: 100%;
}
.prod-content .prod-item .prod-img .ribbon {

}
.prod-content .prod-item .prod-store,
.prod-content .prod-item .prod-attr {
    font-size: 13px;
    line-height: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #666666;
}

.prod-content .prod-item .prod-name {
    font-size: 13px;
    line-height: 24px;
    color: #666666;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    white-space: break-spaces;
    font-weight: normal;
    overflow: hidden;
}
.prod-content .prod-item .prod-name {
    margin-top: 10px;
}

.prod-content .prod-item .prod-price {
    display: flex;
    align-items: center;
    color: #666666;
}
.prod-content .prod-item .prod-price .prod-profit {
    color: #ff0033;
    border: 1px solid #ff0033;
    font-size: 12px;
    padding: 1px 6px;
    border-radius: 3px;
    margin-left: 10px;
}
.prod-content .prod-item .prod-price span {
    margin-right: 5px;
}
.prod-content .prod-item .prod-price .strong {
    color: #e01222;
    font-size: 20px;
}
.prod-content .prod-item .prod-price .sale {
    margin-left: 20px;
    font-size: 12px;
    color: #999999;
}
.prod-content .prod-item .prod-price .strong .money-unit {
    font-style: normal;
    font-size: 14px;
}
.prod-content .prod-item .prod-price .line-through {
    text-decoration: line-through;
    color: #999999;
    font-size: 13px;
}
.prod-content .prod-item .prod-sale {
    font-size: 13px;
    color: #666;
}
.prod-content .prod-item .prod-sale .propress {
    display: inline-block;
    background: #e6e6e6;
    height: 10px;
    border-radius: 5px;
    width: 90px;
    overflow: hidden;
}
.prod-content .prod-item .prod-sale .propress .propress-rate {
    height: 100%;
    width: 55%;
    display: block;
    background: #df0021;
}
.prod-content .prod-item .prod-tag {
    font-size: 13px;
    color: #666666;
    margin: 2px 0;
}
.prod-content .prod-item .prod-tag span {
    display: inline-block;
    padding: 1px 5px;
    border-radius: 4px;
    margin-right: 5px;
}
.prod-content .prod-item .prod-buy {
    padding: 4px 10px;
    color: #ffffff;
    background: #df0021;
    position: absolute;
    bottom: 15px;
    right: 15px;
}
.prod-content .prod-item .prod-action {
    margin: 30px 10px 0;
    display: flex;
    justify-content: space-between;
}
.prod-content .prod-item .prod-action .action-offer {
    padding: 4px 10px;
    background: #ff3a00;
    color: #ffffff;
    cursor: pointer;
}
.prod-content .prod-item .prod-action .action-contact {
    padding: 4px 10px;
    background: #eeeeee;
    color: #7d7d7d;
    cursor: pointer;
}
.prod-content .prod-item .prod-bar {
    display: flex;
    justify-content: space-between;
    border: 2px solid #e1251b;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 30px;
    overflow: hidden;
    background-color: #e1251b;
    border-radius: 3px;
    margin-top:10px;
}
.prod-content .prod-item .prod-bar span {
    display: inline-block;
    text-align: center;
    margin: 0;
}
.prod-content .prod-item .prod-bar span:first-child {
    width: 55%;
    height: 100%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}
.prod-content .prod-item .prod-bar span:first-child:before {
    content: "";
    width: 0;
    height: 0;
    border-color: transparent white transparent transparent;
    border-style: solid;
    border-width: 30px 10px 0 0;
    position: absolute;
    top: 0;
    left: 98px;
    bottom: 0;
}
.prod-content .prod-item .prod-bar span:last-child {
    width: 45%;
    background: #ffffff;
}

.pic-content {
    display: flex;
    justify-content: space-between;
    padding: 0px 15px 10px;
}
.pic-content .pic-item {
    width: 180px;
}
.pic-content .pic-item img {
    width: 100%;
    height: 100%;
}
.multiple-content {
    display: flex;
}
.rank-content {
    font-size: 14px;
    color: #666666;
}
.rank-content .rank-header {

}
.rank-content .rank-header .rank-title {
    font-weight: 600;
    text-align: center;
    padding: 9px 0;
    border-bottom: 1px solid #f5f5f5;
}
.rank-content .rank-list {
}
.rank-content .rank-list .rank-item {
    display: flex;
    align-items: center;
    padding: 10px 10px 10px 0px;
    margin-left: 10px;
    border-bottom: 1px dashed #dddddd;
}
.rank-content .rank-list .rank-item:last-child {
    border-bottom: 0;
}
.rank-content .rank-list .rank-item .rank-num {
    color: #c3cbe6;
    font-size: 16px;
    font-weight: 600;
    padding: 5px;
    margin-right: 10px;
}
.rank-content .rank-list .rank-item .rank-text {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 7px 0 ;
}

.rank-content .rank-prod .prod-item {
    display: flex;
    align-items: flex-start;
    position: relative;
}
.rank-content .rank-prod .prod-item .rank-num{
    width: 10px;
    height: 10px;
    line-height: 10px;
    text-align: center;
    border-radius: 4px;
    position: absolute;
    top: 10px;
    left: 0px;
    color: #ffffff;
    background: rgba(195,189,212,.8);
}
.rank-content .rank-prod .prod-item .prod-img {
    width: 100px;
}
.rank-content .rank-prod .prod-item .prod-img img {
    width: 100%;
}
.rank-content .rank-prod .prod-item .prod-info {
    margin-left: 10px;
}
.rank-content .rank-prod .prod-item .prod-info .prod-price {
    margin-top: 10px;
}
.rank-content .rank-prod .prod-item .prod-info .prod-price .strong {
    color: #e01222;
}
.store-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
}
.store-content .store-item {
    width: 50%;
}
brand {

}
.brand .brand-content {
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.brand .brand-content .brand-item {
    width: 125px;
    height: 100px;
    position: relative;
}
.brand .brand-content .brand-item .brand-front,
.brand .brand-content .brand-item .brand-back {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);/*相对于自己的百分比*/
}
.brand .brand-content .brand-item .brand-front {

}
.brand .brand-content .brand-item .brand-front img {
    width: 105px;
    height: 55px;
}
.brand .brand-content .brand-item .brand-back {
    display: none;
    width: 100px;
    height: 70px;
    background: rgba(0,0,0,.7);
}
.brand .brand-content .brand-item:hover .brand-front{
    display: none;
}
.brand .brand-content .brand-item:hover .brand-back{
    display: block;
}
.brand .brand-content .brand-item .brand-back .brand-name {
    color: #ffffff;
    font-size: 18px;
    margin-top: 10px;
}
.brand .brand-content .brand-item .brand-back .brand-btn {
    display: inline-block;
    padding: 1px 10px;
    color: #ffffff;
    background: #ff3f40;
    font-size: 12px;
    border-radius: 3px;
    margin-top: 5px;
    cursor: pointer;
}
.image-wrapper {

}
.image-wrapper img {
    width: 100%;
    height: 100%;
}
.news-wrapper {

}
.news-wrapper .news-content {
    color: #666666;
    font-size: 14px;
    padding: 10px;
}

.news-wrapper .news-content .news-item {
    margin-bottom: 10px;
}

.news-wrapper .news-content .news-item .dot {
    width: 14px;
    height: 14px;
    font: 12px/18px Arial;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.news-wrapper .news-content .news-item .dot:after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -2px 0 0 -2px;
    background: #999999;
}

.news-wrapper .news-content .news-item.flex-6 {
    width: 49%;
}
.news-wrapper .news-content .news-item .news-image {

}
.news-wrapper .news-content .news-item .news-image img{
    width: 100%;
}
.news-wrapper .news-content .news-item .news-title {

}
.news-wrapper .news-content .news-item .news-title.strong {
    color: #333;
    font-weight: 600;
}
.news-wrapper .news-content .news-item .news-info {
    margin-left: 10px;
}
.news-wrapper .news-content .news-item .news-tag {
    font-size: 12px;
    margin-top: 5px;
}
.news-wrapper .news-content .news-item .news-tag span {
    display: inline-block;
    background: #b90023;
    padding: 1px 10px;
    color: #ffffff;
    border-radius: 4px;
}

.notice-wrapper {

}
.notice-wrapper .notice-content {

}
.notice-wrapper .notice-content .notice-item {
    color: #ffffff;
    background: #e4a813;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.notice-wrapper .notice-content .notice-item span {
    margin-right: 15px;
}
.notice-wrapper .notice-content .notice-item p {
    flex-grow: 1;
}
.notice-wrapper .notice-content .notice-item .line {
    width: 0;
    border: 1px solid #ffffff;
    height: 12px;
}
.time-content {
    position: relative;
}
.time-content .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.time-content .bg-img img {
    width: 100%;
    height: 100%;
}
.time-content .count-down {
    width: 150px;
    margin-left: -75px;
    display: flex;
    justify-content: space-between;
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 50%;
}
.time-content .count-down span {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    background: #000000;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    margin: 0 5px;
}
.ad-content {

}
.ad-content .ad-item {
    box-sizing: border-box;
    position: relative;
    text-align: center;
}
.ad-content .ad-item .ad-img {
    box-sizing: border-box;
}
.ad-content .ad-item .ad-img img {
    width: 100%;
    height: 100%;
}
.ad-content .ad-item .ad-title,
.ad-content .ad-item .ad-desc {
    margin-top: 10px;
}

.ad-content .ad-item .ad-text {

}
.image-content {
    display: flex;
    justify-content: space-between;
}
.image-content .image-item {

}

.image-content .zoom{
    overflow: hidden;
}
.image-content .zoom img {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}
.image-content .zoom:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1)
}
.ribbon-wrapper {
    height: 70px;
    overflow: hidden;
    position: absolute;
    right: -2px;
    top: -2px;
    width: 70px;
    z-index: 10;
}
.ribbon-wrapper .ribbon {
    color: #ff5c11;
    font-size: 12px;
    font-weight: 600;
    line-height: 100%;
    padding: 5px 0;
    background: #ffe8c2;
    position: relative;
    right: -2px;
    text-align: center;
    text-transform: uppercase;
    top: 10px;
    -webkit-transform: rotate(
            45deg
    );
    transform: rotate(
            45deg
    );
    width: 90px;
}

.module .nav-content .nav-item {
    padding: 5px 0;
}
.module-style-1 .prod-content .prod-item {
    width: 198px;
}
.module-style-1 .prod-content .prod-name {
    color: #666666;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    white-space: break-spaces;
    font-weight: normal;
}
.module-style-1 .prod-content .prod-img {
    width: 158px;
    height: 158px;
}

.module-style-2 .module-header .module-title .module-title-main {
    color: #ee2300;
}
.module-style-2 .module-header .module-title .strong {
    font-weight: 600;
}
.module-style-2 .module-header .nav-content .nav-item {
    color: #ababab;
}
.module-style-2 .prod-content .prod-item .prod-img {
    width: 158px;
    height: 158px;
}
.module-style-2 .prod-content .prod-item {
    width: 190px;
}

.module-style-3 .module-header .module-title .module-title-main {
    color: #f86b2d;
}
.module-style-4 .store-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 20px;
}
.module-style-4 .store-content .store-item {
    box-sizing: border-box;
    width: 270px;
    padding: 20px;
    margin-bottom: 15px;
}
.module-style-4 .store-content .store-item a {
    display: flex;
    justify-content: space-between;
}
.module-style-4 .store-content .store-item:nth-child(odd){
    background: #f8f3f6;

}
.module-style-4 .store-content .store-item:nth-child(even){
    background: #ebf2ea;
}
.module-style-4 .store-content .store-item .store-info {
    line-height: 20px;
}
.module-style-4 .store-content .store-item .store-info .store-name{
    color: #666666;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    white-space: break-spaces;
    font-weight: normal;
}
.module-style-4 .store-content .store-item .store-info .store-tag {
    font-size: 13px;
    color: #666666;
    margin-top: 5px;
}
.module-style-4 .store-content .store-item .store-logo {
    width: 80px;
    height: 80px;
}
.module-style-4 .store-content .store-item .store-logo img {
    width: 100%;
    height: 100%;
}
.module-style-5 {
    width: 595px;
}
.module-style-5 .module-body {
    padding: 0 20px;
}
.module-style-5 .prod-content {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.module-style-5 .prod-content .prod-item {
    background: #fafafa;
    margin-bottom: 10px;
}
.module-style-5 .prod-content .big-item {
    width: 270px;
}
.module-style-5 .prod-content .big-item .prod-store {
    color: #6099ff;
}
.module-style-5 .prod-content .big-item .prod-box {
    display: flex;
}
.module-style-5 .prod-content .prod-item .prod-price .strong {
    font-size: 16px;
    font-weight: 600;
}
.module-style-5 .prod-content .big-item .prod-info {
    width: 100px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 10px;
}
.module-style-5 .prod-content .big-item .prod-img{
    width: 80px;
    height: 80px;
}
.module-style-5 .prod-content .small-item {
    width: 130px;
    padding: 0;
    background: #ffffff;
}
.module-style-5 .prod-content .small-item .prod-img {
    width: 130px;
    height: 90px;
    background: #fafafa;
    display: flex;
    justify-content: center;
    align-items: center;
}
.module-style-5 .prod-content .small-item .prod-img img {
    width: 65px;
    height: 65px;
}
.module-style-5 .prod-content .small-item .prod-store,
.module-style-5 .prod-content .small-item .prod-name,
.module-style-5 .prod-content .small-item .prod-attr,
.module-style-5 .prod-content .small-item .prod-price {
    display: block;
    margin-top: 0;
    text-align: center;
    line-height: 20px;
}
.module-style-5 .prod-content .small-item .prod-name {
    white-space: nowrap;
    text-overflow: ellipsis;
}
.module-style-5 .prod-content .small-item .prod-store {
    color: #6099ff;
    background: #e6eefb;
}
.module-style-501 .time-content {
    width: 240px;
}
.module-style-501 .prod-content {
    width: 960px;
}
.module-style-501 .prod-content .prod-item {
    width: 240px;
    padding: 20px;
}
.module-style-501 .prod-content .prod-item .prod-img {
    width: 200px;
    height: 200px;
}
.module-style-6 .ad-content {
    width: 240px;
}
.module-style-6 .prod-content {
    width: 960px;
}
.module-style-6 .prod-content .prod-item {
    width: 240px;
}

.module-style-6 .prod-content .prod-item .prod-name {
    margin-top: 0;
}
.module-style-6 .prod-content .prod-item .prod-img {
    width: 200px;
    height: 200px;
}
.module-style-7 {
    width: 1200px;
}
.module-style-7 .module-body {
    margin-top: 5px;
}
.module-style-7 .prod-content .prod-item {
    width: 235px;
}
.module-style-7 .prod-content .prod-item .prod-img {
    width: 200px;
    height: 200px;
    margin: 0 auto;
}
.module-style-8 {
    margin-top: 10px;
}
.module-style-8 .prod-content {
    flex-wrap: wrap;
}
.module-style-8  .prod-content .prod-item {
    width: 232px;
    margin-top: 10px;
}
.module-style-8  .prod-content .prod-item:nth-child(-n+5){
    margin-top: 0;
}
.module-style-8 .prod-content .prod-img {
    width: 192px;
    height: 192px;
}

.module-style-8 .prod-content .prod-item .prod-action {
    display: flex;
    background: #f12b2d;
    margin: 10px 0 0;
}
.module-style-8 .prod-content .prod-item .prod-action span {
    display: inline-block;
    width: 50%;
    margin: 2px;
    text-align: center;
    padding: 4px 0;
}
.module-style-8 .prod-content .prod-item .prod-action .prod-price {
    color: #fff;
}
.module-style-8 .prod-content .prod-item .prod-action .prod-cart {
    background: #fff;
    color: #333333;
}
.module-style-9 .module-header {
    padding-left: 0;
    padding-right: 0;
}
.module-style-9 .module-body {

}
.module-style-9 .prod-content {
    flex-wrap: wrap;
}
.module-style-9 .prod-content .prod-item {
    width: 240px;
    margin-top: 10px;
}
.module-style-9 .prod-content .prod-name {
    color: #666666;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    white-space: break-spaces;
    font-weight: normal;
}
.module-style-9 .prod-content .prod-img {
    width: 193px;
    height: 193px;
}
.module-style-9 .nav-content {
    width: 100%;
}
.module-style-9 .nav-content .nav-item {
    flex-grow: 1;
    text-align: center;
}
.module-style-9 .nav-content .nav-item::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 24px;
    background: #e0e0e0;
    right: 0;
    top: 50%;
    margin-top: -12px;
}
.module-style-9 .nav-content .nav-item:last-child::before {
    display: none;
}

.module-style-9 .nav-content .nav-item .title,
.module-style-9 .nav-content .nav-item h3 {
    font-weight: 600;
    padding: 2px 10px;
    font-size: 16px;
    display: inline-block;
}
.module-style-9 .nav-content .nav-item .text,
.module-style-9 .nav-content .nav-item span {
    margin-top: 2px;
    color: #666666;
    display: block;
}

.module-style-9 .nav-content .nav-item.active .title,
.module-style-9 .nav-content .nav-item.active h3 {
    color: #ffffff;
    background: #da1f21;
    border-radius: 10px;
}
.module-style-9 .nav-content .nav-item.active .text,
.module-style-9 .nav-content .nav-item.active span {
    color: #da1f21;
}
.module-style-9 .nav-content .nav-item.active:after {
    display: none;
}
.module-style-10 {
    background: #ffffff;
}
.module-style-11 .store-content {
    display: flex;
    padding: 0 20px 20px;
}
.module-style-11 .store-content .store-item {
    width: 16.66666666%;
    border: 1px solid #f4f4f4;
    padding: 15px;
    box-sizing: border-box;
    border-right: 0;
}
.module-style-11 .store-content .store-item a {
    display: flex;
}
.module-style-11 .store-content .store-item:nth-child(6n){
    border-right: 1px solid #f4f4f4;
}
.module-style-11 .store-content .store-item:nth-child(6) ~ div {
    border-top: 0;
}
.module-style-11 .store-content .store-item .store-logo {
    width: 40px;
    height: 40px;
}
.module-style-11 .store-content .store-item .store-logo img {
    width: 100%;
    height: 100%;
}
.module-style-11 .store-content .store-item .store-info {
    display: flex;
    align-items: center;
    margin-left: 10px;
}
.module-style-11 .store-content .store-item .store-info .store-name {
    font-size: 16px;
    font-weight: 600;
    color: #666666;
}
.module-style-11 .image-content {
    display: flex;
    justify-content: space-between;
}
.module-style-13 .module-header {
    padding:7px 0;
}
.module-style-13 .module-body {
    display: flex;
}
.module-style-14 .module-header {
    padding:7px 0;
}
.module-style-14 .module-body {
    display: flex;
}
.module-style-15 .module-header {
    padding:7px 0;
}
.module-style-15 .module-body {
    display: flex;
}
.module-style-16 .module-header {
    padding:7px 0;
}
.module-style-16 .module-body {
    display: flex;
}
.module-style-17 .module-header {
    padding:7px 0;
}
.module-style-17 .module-body {
    padding: 15px;
}
@keyframes grow
{
    from {
        width: 240px;
    }
    to {
        width: 350px;
    }
}
/* 优化样式 */
.module-style-13 .module-body .center a:hover{
	box-shadow: 0px 3px 27px 1px rgba(0, 0, 0, 0.16);
}