
.module .icon {
    display: block;
    height: 20px;
    width: 20px;
    margin-left: 5px;
}
.module .icon-right-arrow {
    background: url(../img/right-arrow.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50%;
}
.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;
}
.tab-content {
}
.tab-content .tab-item {
    display: none;
}
.tab-content .tab-item.active {
    display: block;
}
.swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
}
.swiper-pagination-bullet-active {
    background: #fd0000 !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%;
    flex-shrink: 0;
}
.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;
    width: 200px;
    text-align: center;
    margin: 0 auto;
}
.prod-content .prod-item .prod-name {
    margin-top: 10px;
}

.prod-content .prod-item .prod-price {
    //display: flex;
    display: none;
    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 {
    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-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 {

}

.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: 80x;
    height: 80px;
    flex-shrink: 0;
}
.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: 0;
}
.module-style-8 .prod-content {
    flex-wrap: wrap;
}
.module-style-8  .prod-content .prod-item {
    width: 385px;
    margin-top: 15px;
    border-radius: 10px;
}
.module-style-8 .prod-content .prod-img {
    width: 355px;
    height: 355px;
}

.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: 233px;
    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;
    display: inline-block;
    font-size: 16px;
}
.module-style-9 .nav-content .nav-item .text,
.module-style-9 .nav-content .nav-item span {
    display: block;
    margin-top: 2px;
    color: #666666;
}
.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;
    align-items: center;
}
.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;
}
@keyframes grow
{
    from {
        width: 240px;
    }
    to {
        width: 350px;
    }
}