h1,h2,h3,h4,h5,h6,p {
    margin: 0;
}
ul,li {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    color: #666;
    text-decoration: none;
}
.image {
    margin: 0 auto;
}
.image img {
    width: 100%;
}
::-webkit-input-placeholder { /* Edge */
    color: #CCCCCC;
    font-size: 12px;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #CCCCCC;
    font-size: 12px;
}

::placeholder {
    color: #CCCCCC;
    font-size: 12px;
}
.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%;
}
body,html {
    color: #666666;
    font-size: 14px;
}
.topnav {
    color: #a3a3a3;
    font-size: 13px;
    background: #e3e4e5;
    border-bottom: 1px solid #a9a9a9;
    position: relative;
    z-index: 1;
}
.topnav .topnav-inner {
    width: 1200px;
    height: 30px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.topnav .topnav-inner .topnav-l,
.topnav .topnav-inner .topnav-r {
    display: flex;
    align-items: center;
}
.topnav .topnav-inner .topnav-user,
.topnav .topnav-inner .topnav-area {
    padding: 0 10px;
}
.topnav .topnav-inner .topnav-user a,
.topnav .topnav-inner .topnav-area a{
    color: #a3a3a3;
}
.register {
    margin-left: 10px;
}
.register a {
    color: #f10215 !important;
}
.topnav .topnav-inner .topnav-user {
    display: flex;
    align-items: center;
}
.topnav .topnav-inner .topnav-list {
    height: 100%;
    display: flex;
    align-items: center;
}
.topnav-list .topnav-item {
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
}
.topnav-list .topnav-item.show {
    display: flex !important;
}

.topnav-list .topnav-item .topnav-name {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 0;
    padding: 0 10px;
}
.topnav-list .topnav-item.drop .topnav-name {
    padding-right: 2px;
}
.topnav-list .topnav-item .topnav-name a {
    color: #999999;
}
.topnav-list .drop:hover>.lyrow {
    background: #ffffff;
}
.topnav-list .drop:hover .topnav-name {
    background: #ffffff;
}

.topnav-list .line {
    margin: 0 5px;
    margin: 0 5px;
    width: 1px;
    height: 12px;
    display: inline-block;
    background: #cccccc;
}
.topnav-list .topnav-item .dropdown,
.topnav-list .topnav-item .dropmenu {
    width: 100%;
    background: #ffffff;
    border: 1px solid #ccc;
    box-shadow: 1px 2px 1px rgb(0 0 0 / 10%);
    z-index: 1;
    position: absolute;
    top: 30px;
    display: none;
}

.topnav-list .topnav-item.show .dropdown,
.topnav-list .topnav-item.show .dropmenu {
    display: block;
}
.topnav-list .topnav-item:hover .dropdown,
.topnav-list .topnav-item:hover .dropmenu {
    display: block;
}
.topnav-list .topnav-item .dropmenu .dropmenu-inner {
    padding: 10px;
}
.topnav-list .topnav-item .dropdown .dropdown-inner {
    padding: 10px;
    display: flex;
    flex-direction: column;
}
.topnav-list .topnav-item .dropmenu .dropmenu-item {
    padding: 3px 0;
}
.topnav-list .topnav-item.drop .icon-dropdown {
    display: block;
    width: 24px;
    height: 24px;
    background: url("../img/dropdown.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50%;
}
.topnav-list .topnav-item.drop>.lyrow {

}
.topnav-list .topnav-item.drop:hover>.lyrow {
    display: block;
}

.topnav-list .topnav-item.drop>.lyrow,
.topnav-list .topnav-item.drop>.lyrow>.view {
    height: 100%;
}
.topnav-list .topnav-item.drop>.lyrow>.toolbar {

}
.topnav-list .site-area {
    cursor: pointer;
}
.topnav-list .site-area .icon-dingwei {
    margin-left: 0;
    margin-top: 5px;
}
.topnav-list .site-area .site-area-content{
    width: 300px !important;
    padding: 0 5px 5px !important;
}
.topnav-list .site-area .site-area-content-list .dropmenu-item {
    display: block;
    width: 67px;
    float: left;
    padding: 5px 0 !important;
}

.header {
    background: #ffffff;
}
.header .header-wrapper {
    width: 1200px;
    margin: 0 auto;
}
.header-wrapper .header-content {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-content .header-logo {

}
.header-content .header-search {
    position: relative;
}
.header-search .search-form {
    width: 550px;
    height: 36px;
    border: 2px solid #01cfda;
    display: flex;
    align-items: center;
}
.header-search .search-form .search-select,
.header-search .search-form .search-input,
.header-search .search-form .search-action,
.header-search .search-form .search-btn {
    height: 100%;
    border: 0;
    box-sizing: border-box;

}
.header-search .search-form .search-select {
    width: 100px;
    color: #666666;
    padding: 0 15px;
    position: relative;
}
.header-search .search-form .search-input {
    flex-grow: 1;
    padding: 0 10px;
    margin-left: 10px;
    border-left: 1px solid #eaeaea;
}
.header-search .search-form .search-input:focus {

}

.header-search .search-form .search-btn {
    width: 60px;
    text-align: center;
    background: #01cfda;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-search .search-form .search-btn .icon-search {
    width: 23px;
    height: 23px;
    display: inline-block;
    background: url("../img/search.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50%;
}

.header-search .search-hot {
    position: absolute;
    top: 45px;
    left: 0;
    display: flex;
    align-items: center;
}
.header-search .search-hot .search-hot-tip {
    color: #01cfda;
    font-weight: 600;
}
.header-search .search-hot .search-hot-list {
    display: flex;
    align-items: center;
    margin-left: 10px;
}
.header-search .search-hot .search-hot-list li {
    margin-right: 15px;
}
.header-content .header-action {
    display: flex;
}
.header-action .action-cart,
.header-action .action-buy {
    height: 36px;
    display: flex;
    align-items: center;
    border: 1px solid #d4d4d4;
    padding: 0 10px;
}
.header-action .action-cart {
    margin-right: 20px;
}
.header-action .action-cart .img-cart,
.header-action .action-buy .img-buy {
    display: flex;
    align-items: center;
}
.header-content .header-banner {
    width: 165px;
    height: 40px;
}
.header-content .header-banner img {
    width: 100%;
    height: 100%;
}
.header-action .action-cart .text,
.header-action .action-buy .text {
    margin-left: 5px;
}
.nav {
    padding-top: 5px;
    background: #ffffff;
    border-bottom: 2px solid #01cfda;
}
.nav .nav-inner {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 40px;
}
.nav .nav-inner h3 {
    width: 200px;
    height: 100%;
    background: #01cfda;
    color: #ffffff;
    display: flex;
    align-items: center;
    padding-left: 20px;
}

.nav .nav-inner .nav-list {
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 16px;
    color: #333333;
}
.nav .nav-inner .nav-list .nav-item {
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
}
.screen {
    margin-top: 10px;
    width: 1200px;
    height: 100%;
    margin: 10px auto 0;
    display: flex;
    justify-content: space-between;
    position: relative;
    min-height: 200px;
}
.screen-inner {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.category {
    height: 100%;
    background: #ffffff;
    display: flex;
}
.category .category-inner {
    position: relative;
}
.category .category-inner .category-nav {
    width: 200px;
    padding: 10px 0;
    box-sizing: border-box;
}
.category-nav .category-nav-list {

}
.category-nav .category-nav-list .category-nav-item {
    padding: 8px 15px;
}
.category-nav .category-nav-list .active {
    background: #d9d9d9;
}
.category-nav .category-nav-list .category-nav-item a {
    display: flex;
    align-items: center;
}
.category-nav .category-nav-list .category-nav-item .category-icon {
    width: 24px;
    height: 24px;
    display: inline-block;
}
.category-nav .category-nav-list .category-nav-item .category-icon img {
    width: 100%;
    height: 100%;
}
.category-nav .category-nav-list .category-nav-item .category-name {
    color: #333333;
    margin-left: 5px;
    line-height: 24px;
}
.category-inner .category-tab {
    height: 100%;
    width: 800px;
    background: #ffffff;
    position: absolute;
    top:0;
    left: 202px;
    z-index: 2;
    box-shadow: 1px 0 5px rgb(0 0 0 / 30%);
    box-sizing: border-box;
    display: none;
}
.category-tab .category-tab-panel {
    display: none;
}
.category-sub {
    font-size: 14px;
}
.category-sub .category-sub-inner{
    padding: 30px 30px 10px 15px;
}
.category-sub .category-sub-inner .category-sub-item {
    display: flex;
    margin-bottom: 15px;
}
.category-sub .category-title {
    width: 100px;
    text-align: right;
    color: #333333;
    flex-shrink : 0;
}
.category-sub .category-list {
    color: #666666;
    margin-left: 20px;
    flex-shrink : 1;
    flex-grow: 1;
    padding-bottom: 5px;
    border-bottom: 1px dashed #efefef;
}
.category-sub .category-list .category-item {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 10px;
    font-size: 13px;
}
.category-drop {
    position: relative;
}
.category-drop .category-content {
    display: none;
    padding: 20px;
    position: absolute;
    top: 40px;
    left: 0;
    border-radius: 5px;
    font-size: 14px;
    border-color: #fff;
    background-color: #fff;
    box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgb(0 0 0 / 3%), 0 0.275rem 1.25rem -0.0625rem rgb(0 0 0 / 5%);
    z-index: 999999999;
}
.category-drop.show .category-content {
    display: block !important;
    -webkit-animation: fade-in .25s ease-in-out;
    animation: fade-in .25s ease-in-out;
}

@keyframes fade-in {
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}
.category-drop .category-content .category-list .category-item {
    line-height: 28px;
    white-space: nowrap;
}
.store-bar {
    width: 100%;
    padding: 3px 0;
    background: #ffffff;
}
.bar-inner {
    width: 1200px;
    margin: 0 auto;
}
.bar-inner .bar-content {
    display: flex;
    align-items: center;
}
.bar-inner .bar-content .bar-item {
    display: flex;
    align-items: center;
    margin-right: 5px;
}
.bar-inner .bar-content .bar-item span {
    margin-left: 3px;
}
.store-drop {
    position: relative;
}
.store-drop .drop-content {
    display: none;
    padding: 20px;
    position: absolute;
    top: 30px;
    left: 0;
    border-radius: 5px;
    font-size: 14px;
    border-color: #fff;
    background-color: #fff;
    box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgb(0 0 0 / 3%), 0 0.275rem 1.25rem -0.0625rem rgb(0 0 0 / 5%);
    z-index: 999999999;
}
.store-drop.show {
    display: flex !important;
}
.store-drop.show .drop-content {
    display: block !important;
    -webkit-animation: fade-in .25s ease-in-out;
    animation: fade-in .25s ease-in-out;
}
.store-bar .store-score table td {
    padding: 5px;
}
@keyframes fade-in {
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}
.screen-inner .screen-main {
    width: 780px;
    height: 100%;
    position: absolute;
    left: 210px;
}
.screen-inner .screen-main .main-inner {

}
.screen-inner .screen-main .main-inner .main-inner-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.screen-inner .screen-main .main-inner .main-inner-bot {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.screen-inner .screen-right {
    right: 0;
    position: absolute;
    width: 200px;
    background: #ffffff;
}
.screen-right .member {
    padding: 20px;
    box-sizing: border-box;
}
.member .member-main {
    display: flex;
}
.member .member-main .mini-logo {

}
.member .member-main .member-info {
    margin-left: 10px;
}
.member .member-main .member-info .welcome {

}
.member .member-main .member-info .security {
    font-size: 13px;
    margin-top: 10px;
    display: flex;
    align-items: center;
}
.member .member-main .member-info .security>div,
.member .member-main .member-info .security>span {
    margin-right: 5px;
}
.member .member-action {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.member .member-action .action-item {
    color: #ffffff;
    padding: 2px 10px;
    border-radius: 4px;
    font-size: 13px;
}
.member .member-action .action-item:first-child {
    background: #01ca9c;
}
.member .member-action .action-item:last-child {
    background: #ff573c;
}
.shortcut {
    box-sizing: border-box;
}
.shortcut .shortcut-content {
    display: flex;
    flex-wrap: wrap;
}
.shortcut .shortcut-content .shortcut-item {
    width: 25%;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 5px;
}
.shortcut .shortcut-content .shortcut-item .image {
    width: 24px;
    height: 24px;
}
.shortcut .shortcut-content .shortcut-item .text {
    color: #ababab;
    margin-top: 5px;
}
.news {
    box-sizing: border-box;
}
.news-content {
    color: #666666;
    font-size: 14px;
    padding: 10px 15px;
}

.news-content .news-item {
    display: flex;
    line-height: 28px;
    align-items: center;
}
.news-content .news-item .dot {
    width: 14px;
    height: 14px;
    font: 12px/18px Arial;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    background: none;
}
.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-content .news-item.flex-6 {
    width: 49%;
}

.news-content .news-item .news-image {
    flex-shrink: 0;
    overflow: hidden;
}
.news-content .news-item .news-image img{
    width: 100%;
}
.news-content .news-item .news-info {
    flex-shrink: 1;
    flex-grow: 1;
    margin-left: 10px;
}
.news-content .news-item .news-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news-content .news-item .news-title.strong {
    color: #333;
    font-weight: 600;
}
.news-content .news-item .news-desc {
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}
.news-content .news-item .news-category {
    font-size: 16px;
    font-weight: 600;
}
.news-content .news-item .news-tag {
    display: inline-block;
    padding: 0 5px;
    font-size: 12px;
    color: #e1251b;
    background: #fdeeed;
    margin-right: 5px;
    border-radius: 2px;
    flex-shrink: 0;
}

.news-content .news-item .news-time {
    color: #999999;
    font-size: 12px;

}
.news-content .news-item .news-bot {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}
.news-content .news-item .news-bot .news-category {
    font-size: 12px;
    color: #666666;
    padding: 0px 10px;
    background: #eff1ec;
    border-radius: 15px;
    margin-left: 10px;
}
.news-content .news-item .separator {
    width: 2px;
    height: 18px;
    background: #eeeeee;
    margin: 0 6px;
}
.news-content .news-item-big {
    align-items: flex-start;
    margin-bottom: 10px;
}
.news-content .news-item-big .news-title {
    font-size: 16px;
    font-weight: 600;
    color: #016d6d;
}
.container {
    width: 1200px;
    margin: 10px auto;
}
.footer {
    box-sizing: border-box;
}
.web-page .footer {
    margin-top: 20px;
    position: relative;
    background: transparent;
    min-height: 200px;
    padding: 0;
    font-weight: normal;
    font-size: 14px;
}
.service {
    padding: 10px 0;
}

.service .service-content {
    display: flex;
    justify-content: space-between;
}
.service .service-content .service-item {
    display: flex;
    align-items: center;
    text-align: left;
}
.service .service-content .service-item .service-info {
    margin-left: 10px;
}
.service .service-content .service-item .service-info .title,
.service .service-content .service-item .service-info .title .fr-element p {
    font-size: 18px;
    font-weight: normal;
}
.service .service-content .service-item .service-info .text ,
.service .service-content .service-item .service-info .text .fr-element p{
    font-size: 12px;
    margin-top: 5px;
}
.service-1 {
    width: 230px;
    padding: 16px;
    background: #e2eefb;
    box-sizing: border-box;
}
.service-1 .service-header {
    font-size: 18px;
    color: #ffffff;
    background: #3294fa;
    text-align: center;
    border-radius: 15px;
    padding: 8px 0;
}
.service-1 .service-body {
    margin: 10px 0;
    padding:20px 15px;
    background: #ffffff;
    border-radius: 12px;
}
.service-1 .service-footer {
    font-size: 14px;
    color: #3294fa;
    text-align: center;
    background: #ffffff;
    border-radius: 12px;
    padding: 7px 0;
}
.service-1 .service-content {
    flex-direction: column;
}
.service-1 .service-content .service-item {
    margin-bottom: 15px;
    align-items: flex-start;
}
.service-1 .service-content .lyrow:last-child .service-item {
    margin-bottom: 0;
}
.service-1 .service-content .service-item .service-info .title,
.service-1 .service-content .service-item .service-info .title .fr-element p {
    color: #3294fa ;
    font-size: 16px;
}
.service-1  .service-content .service-item .service-info .text ,
.service-1  .service-content .service-item .service-info .text .fr-element p{
    color: #666666;
}
.service-2 {
    padding: 20px 0;
    background: #09b1b8;
}
.service-2 .service-content {
    width: 1200px;
    margin: 0 auto;
}
.service-2 .service-content .service-item .service-info .title,
.service-2 .service-content .service-item .service-info .title .fr-element p,
.service-2  .service-content .service-item .service-info .text ,
.service-2  .service-content .service-item .service-info .text .fr-element p{
    color: #ffffff;
}

.icon {
    display: block;
    height: 20px;
    width: 20px;
    margin-left: 5px;
}
.icon-right-arrow {
    background: url(../img/right-arrow.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50%;
}
.icon-store {
    height: 38px;
    width: 38px;
    background: url(../img/icon-01.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50%;
}

.color-2 {
    color: #02b2b5 !important;
}
.color-3 {
    color: #ff3a00 !important;
}
.color-4 {
    color: #26afff !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 !important;
    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;
    line-height: 22px;
}
.nav-content .nav-item.active:after {
    content:"";
    position: absolute;
    top: 18px;
    left: 2px;
    right: 2px;
    border-bottom: 3px solid #e2333d;
}
.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;
    box-sizing: border-box;
}
.module-left {
    display: flex;
    align-items: center;
}
.module-right {
    display: flex;
}
.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;
    color: #5d5d5d;
}
.module-header .module-search {
    margin-left: 30px;
    flex-grow: 1;
}
.module-header .module-search .search-wrapper {
    width: 200px;
    display: flex;
    align-items: center;
}
.module-header .module-search .search-wrapper .search-input {
    border: 0;
    border-bottom: 2px solid #e9e9e9;
    padding: 5px 10px;
}
.module-header .module-search .search-wrapper .search-btn {

}
.module-header .module-btn {
    margin-left: 30px;
}
.module-header .module-btn .btn {
    background: #01cfda;
    color: #ffffff;
    border-radius: 2px;
    padding: 2px 5px;
    display: inline-block;
    line-height: 20px;
}

.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;
    box-sizing: border-box;
    padding: 15px;
}
.prod-content .prod-item .prod-img {
    display: block;
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
}
.prod-content .prod-item .prod-img img {
    width: 100%;
}
.prod-content .prod-item .prod-img .ribbon {

}
.prod-content .prod-item .prod-name,
.prod-content .prod-item .prod-attr {
    line-height: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.prod-content .prod-item .prod-name {
    margin-top: 10px;
    color: #333;
    font-weight: 600;
    font-size: 14px;
}
.prod-content .prod-item .prod-attr {
    color: #666666;
    font-size: 13px;
}
.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: 22px;
}
.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: 24px;
    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;
}
.prod-content .prod-item .prod-bar span:first-child:before {
    display: none;
    content: "";
    width: 0;
    height: 0;
    border-color: transparent white transparent transparent;
    border-style: solid;
    border-width: 26px 10px 0 0;
    position: absolute;
    top: 0;
    left: 81px;
    bottom: 0;
}
.prod-content .prod-item .prod-bar span:last-child {
    width: 100px;
    background: #ffffff;
}

.store-content {

}
.store-content .store-item {
    display: block;
    box-sizing: border-box;
}
.store-content .store-item .store-info {
    flex-grow: 1;
    margin-left: 5px;
}
.store-content .store-item .store-logo {
    flex-shrink: 0;
}
.store-content .store-item .store-logo img {
    width: 100%;
}
.store-content .store-item .store-tag {
    display: flex;
    flex-wrap: wrap;
}
.store-content .store-item .store-info .store-tag span {
    display: inline-block;
    padding: 1px 5px;
    border-radius: 4px;
    margin-right: 5px;
    margin-top: 2px;
}
.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: 70px;
    height: 70px;
    flex-shrink: 0;
}
.rank-content .rank-prod .prod-item .prod-img img {
    width: 100%;
    height: 100%;
}

.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;
}

.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-wraper {

}
.image-wraper img {
    width: 100%;
}

.notice {

}
.notice .notice-content {

}
.notice .notice-content .notice-item {
    display: flex;
    align-items: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.notice-01 {
    margin-top: 15px;
}
.notice-01.notice-content {

}
.notice-01 .notice-content .notice-item {
    display: flex;
    align-items: center;
    margin-top: 5px;
    padding: 8px 10px;
    background: #f8f8f8;
    border-radius: 14px;
    border-bottom-left-radius: 0
}

.notice-01 .notice-content .notice-item .icon-notice {
    display: inline-block;
    background: url(../img/message.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50%;
    margin-right: 5px;
    flex-shrink: 0;
}
.notice-01  .notice-content .notice-item p{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.notice-02 .notice-content .notice-item {
    color: #ffffff;
    background: #e4a813;
    border-radius: 10px;
    padding: 5px;
}
.notice-02 .notice-content .notice-item .icon-notice {
    height: 22px;
    width: 22px;
    background: url(../img/icon-02.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50%;
}
.notice-02 .notice-content .notice-item span {
    margin-right: 10px;
}
.notice-02 .notice-content .notice-item p {
    flex-grow: 1;
}
.notice-02 .notice-content .notice-item .line {
    width: 0;
    border: 1px solid #ffffff;
    height: 12px;
}
.ribbon-wrapper {
    height: 70px;
    overflow: hidden;
    position: absolute;
    right: -2px;
    top: -2px;
    width: 70px;
    z-index: 0;
}
.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;
}
.market-table {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 10px 15px;
}
.market-table table {
    width: 100%;
    border: 0;
}
.market-table table th {
    background: #00b3ba;
    padding: 2px 10px;
    color: #ffffff;
    font-weight: normal;
}
.market-table table th select {
    color: #ffffff;
    border: 0;
    background: #00b3ba;
    padding: 0;
}
.market-table table td {
    padding: 0;
    border: 0;
}
.market-table table td p {
    background: #dcf4ff;
    margin-top: 12px;
    height: 32px;
    line-height: 32px;
}
.market-table table .prod-name {
    width: 200px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
}
.market-table table td .rate {
    color: #ff6142;
}
.broadcast {

}
.broadcast .broadcast-content {
    display: flex;
    justify-content: space-between;
    padding: 0px 15px 10px;
}
.broadcast .broadcast-content .broadcast-item {
    width: 180px;
    box-sizing: border-box;
    position: relative;
}
.broadcast .broadcast-content .broadcast-item .broadcast-icon {
    width: 30px;
    height: 30px;
    display: block;
    background: url(../img/live.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    position: absolute;
    top: 15px;
    left: 5px;
}
.broadcast .broadcast-content .broadcast-item .broadcast-img{
    display: block;
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
}
.broadcast .broadcast-content .broadcast-item .broadcast-img img {
    width: 100%;
}

.broadcast .broadcast-content .broadcast-item .broadcast-info {
    width: 100%;
    display: flex;
    background: rgba(0,0,0,.2);
    position: absolute;
    left: 0;
    bottom: 20px;
}
.broadcast .broadcast-content .broadcast-item .broadcast-info .broadcast-title {

}
.module-style-1 .module-header .module-title .module-title-main {
    color: #f86b2d;
}
.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 .ad-content {
    width: 200px;
}
.module-style-3 .timer {
    margin: 0 auto;
}
.module-style-3 .timer .timer-title {
    text-align: center;
    color: #333333;
    margin: 15px 0;
    font-size: 18px;
}
.module-style-3 .timer .timer-content {
    display: flex;
    justify-content: center;
}
.module-style-3 .timer .timer-content .timer-item {

}
.module-style-3 .timer .timer-content .timer-item .timer-count{
    width: 32px;
    height: 32px;
    line-height: 32px;
    display: block;
    text-align: center;
    background: #fd0001;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
}
.module-style-3 .timer .timer-content .timer-item .timer-dot {
    color: #333333;
    margin: 0 5px;
    line-height: 32px;
    font-size: 28px;
}
.module-style-3 .prod-content {
    width: 1000px;
    justify-content: flex-start;
}
.module-style-3 .prod-content .prod-item {
    width: 200px;
}
.module-style-3 .prod-content .prod-item .prod-img {
    width: 170px;
    height: 170px;
}

.module-style-4 .nav-content {
    margin-right: 0;
    background: #f5f5f5;
}
.module-style-4 .nav-content .nav-item {
    flex-grow: 1;
    margin: 0;
    padding: 9px 0;
    text-align: center;
}
.module-style-4 .nav-content .nav-item:after {
    display: none;
}
.module-style-4 .nav-content .nav-item.active {
    color: #ffffff;
    background: #7e7891;
}
.module-style-4 .flex {
    border-top: 1px solid #7e7891;
}

.module-style-4 .left-content {
    width: 240px;
}
.module-style-4 .middle-content {
    width: 720px;
    padding: 0 1px;
}
.module-style-4 .right-content {
    width: 240px;
}
.module-style-4 .tab-content .tab-item {
    background: #f5f5f5;
    border-left: 2px solid #f5f5f5;
    border-right: 2px solid #f5f5f5;
}
.module-style-4 .prod-content
{
    flex-wrap: wrap;
}
.module-style-4 .prod-content .prod-item {
    width: 237px;
    margin-top: 2px;
}
.module-style-4 .prod-content .prod-item .prod-img {
    width: 130px;
    margin: 0 auto;
}
.module-style-4 .prod-content .prod-item .prod-price {
    margin-top: 5px;
}
.module-style-4 .rank-content .prod-item {

}
.module-style-4 .rank-content .prod-item .prod-info {
    box-sizing: border-box;
    padding-left: 10px;
}
.module-style-4 .rank-content .prod-item .prod-name{
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}
.module-style-5 .prod-content .prod-item {
    width: 295px;
}
.module-style-5 .prod-content .prod-item .prod-img {
    width: 200px;
    height: 200px;
}
.module-style-6 .module-btn {
    margin-left: 30px;
}
.module-style-6 .module-btn .btn {
    background: #ee2300;
    border-radius: 4px;
}
.module-style-6 .prod-content .prod-item {
    width: 190px;
}
.module-style-6 .prod-content .prod-item .prod-img {
    width: 160px;
    height: 160px;
}
.module-style-7,
.module-style-8{
    width: 386px;
    margin-top: 0;
}

.module-style-7 .module-header,
.module-style-8 .module-header {
    border-bottom: 1px solid #efefef;
}
.module-style-7 .module-header .module-title .module-title-main,
.module-style-8 .module-header .module-title .module-title-main {
    font-size: 20px;
}
.module-style-7 .module-header .module-more .icon-right-arrow,
.module-style-8 .module-header .module-more .icon-right-arrow {
    background: url(../img/r2.png);
}
.module-style-8 .prod-content,
.module-style-7 .prod-content {
    display: block;
}
.module-style-7 .swiper-container,
.module-style-8 .swiper-container {
    width: 100%;
    height: 145px;
}
.module-style-7 .swiper-pagination-fraction,
.module-style-7 .swiper-pagination-custom,
.module-style-7 .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0px;
}
.module-style-7 .prod-content .prod-item {
    width: 100%;
    display: flex;
    padding: 0 25px;
    align-items: center;
}
.module-style-7 .prod-content .prod-img {
    width: 100px;
    height: 100px;
    flex-shrink: 0;
}
.module-style-7 .prod-content .prod-item .prod-img img {
    width: 100%;
}
.module-style-7 .prod-content .prod-item .prod-info {
    margin-left: 10px;
    width: 200px;
}
.module-style-8 .nav-content {
    border: 2px solid #fe1100;
    border-radius: 7px;
    overflow: hidden;
    margin-right: 0;
}
.module-style-8 .nav-content .nav-item {
    text-align: center;
    margin: 0;
    padding: 1px 15px;
    font-size: 13px;
    line-height: 16px;
}
.module-style-8 .nav-content .nav-item.active {
    background: #fe1100;
    color: #ffffff;
}
.module-style-8 .nav-content .nav-item.active:after {
    display: none;
}
.module-style-8 .prod-content .prod-item {

}
.module-style-8 .prod-content .prod-item .prod-img {
    width: 65px;
    height: 65px;
    margin: 0 auto;
}
.module-style-8 .prod-content .prod-item .prod-name {
    margin-top: 0;
}
.module-style-8 .prod-content .prod-item .prod-sale {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.module-style-8 .prod-content .prod-item .prod-sale .propress {
    width: 90px;
}

.module-style-9 .store-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 20px 0;
}
.module-style-9 .store-content .store-item {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    width: 265px;
    padding: 20px;
    margin-bottom: 20px;
}
.module-style-9 .store-content .store-item:nth-child(odd){
    background: #f8f3f6;

}
.module-style-9 .store-content .store-item:nth-child(even){
    background: #ebf2ea;
}
.module-style-9 .store-content .store-item .store-info {
    line-height: 20px;
}
.module-style-9 .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;
    overflow: hidden;
}
.module-style-9 .store-content .store-item .store-info .store-tag {
    font-size: 13px;
    color: #666666;
}


.module-style-9 .store-content .store-item .store-logo {
    width: 100px;
    height: 100px;
    flex-shrink: 0;
}
.module-style-9 .store-content .store-item .store-logo img {
    width: 100%;
    height: 100%;
}
.module-style-10 .store-content {
    margin-left: 20px;
    width: 1000px;
    background: #ffffff;
}
.module-style-10 .store-content .store-list {
    display: flex;
}
.module-style-10 .store-content .store-item {
    width: 200px;
    padding: 20px;
    display: flex;
    flex-direction: column;
}
.module-style-10 .store-content .store-item .store-logo {
    width: 150px;
}
.module-style-10 .store-content .store-item:nth-child(even) .store-logo{
    order: 2;
    margin-top: 20px;
}
.module-style-10 .store-content .store-item .store-name {
    font-size: 18px;
    line-height: 28px;
    margin-top: 20px;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    white-space: break-spaces;
    font-weight: normal;
}
.module-style-10 .store-content .store-item:nth-child(even) .store-name {
    margin-top: 0;
}


.module-style-11 .module-body {

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

.module-style-11 .nav-content .nav-item .title,
.module-style-11 .nav-content .nav-item h3 {
    font-weight: 600;
    padding: 2px 10px;
    display: inline-block;
    font-size: 16px;
}
.module-style-11 .nav-content .nav-item .text,
.module-style-11 .nav-content .nav-item span {
    display: inline-block;
    margin-top: 2px;
    color: #666666;
}
.module-style-11 .nav-content .nav-item.active .title,
.module-style-11 .nav-content .nav-item.active h3 {
    color: #ffffff;
    background: #da1f21;
    border-radius: 10px;
}
.module-style-11 .nav-content .nav-item.active .text,
.module-style-11 .nav-content .nav-item.active span {
    color: #da1f21;
}
.module-style-11 .nav-content .nav-item.active:after {
    display: none;
}
.module-style-12 {

}
.module-style-12 .news-info {
    width: 340px;
}
.module-style-11 .brand .brand-content .brand-item .brand-front {
    width: 102px;
    height: 53px;
}
.module-style-11 .brand .brand-content .brand-item .brand-front img {
    width: 100%;
    height: 100%;
}
.module-style-13 .module-header {
    padding: 5px 10px;
}
.module-style-13 .module-header .module-title .module-title-main {
    font-size: 18px;
}

.module-style-14 .module-body {
    display: flex;
}
.module-style-14 .left-content {
    padding: 10px 0;
    margin: 0 10px;
    border-top: 3px solid #026b71;
}
.module-style-14 .left-content .image-wraper {
    width: 192px;
}
.module-style-14 .right-content {

}
.module-style-14 .store-content {
    padding: 10px 0 0;
}
.module-style-14 .store-content .store-item {
    width: 319px;
    border: 1px solid #eeeeee;
    box-sizing: border-box;
    margin-right: 10px;
    margin-bottom: 10px;
}
.module-style-14 .module-header {
    border-bottom: 1px solid #eeeeee;
}
.module-style-15 .module-header {
    padding: 0;
    border-bottom: 1px solid #efefef;
}
.module-style-15 .module-header .module-title{
    justify-content: center;
    border-bottom: 0;
    background: #ffffff;
}
.module-style-15 .module-header .module-title .module-title-main {
    font-size: 28px;
    padding: 10px 20px;
    position: relative;
}
.module-style-15 .module-header .module-title .module-title-line {
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.module-style-15 .module-header .module-more {
    margin-right: 10px;
}
.module-style-15 .module-body {
    display: flex;
}
.module-style-15 .module-body .module-left {
    width: 200px;
    padding: 10px;
    box-sizing: border-box;
    display: block;
}
.module-style-15 .module-body .module-right {
    width: 1000px;
    padding: 0 10px 10px 10px;
    box-sizing: border-box;
}
.module-style-15 .store-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.module-style-15 .store-content .store-item {
    width: 320px;
    margin-top: 10px;
    padding: 15px;
    box-sizing: border-box;
    border: 1px solid #eeeeee;
}
.module-style-15 .store-content .store-item .store-logo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 1px 1px 8px 0 rgb(0 0 0 / 20%);
    margin-right: 5px;
}
.module-style-15 .store-content .store-item .store-name {
    font-size: 18px;
    font-weight: 600;
}
.module-style-15 .store-content .store-item .store-tag {
    margin-top: 20px;
}
.module-style-15 .store-content .store-item .store-box {
    display: flex;
}
.module-style-15 .store-content .store-item .product-box {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.module-style-15 .store-content .store-item .product-box .product-image {
    width: 90px;
    height: 90px;
}
.module-style-15 .store-content .store-item .product-box .product-image img {
    width: 100%;
}
.module-style-16 {
    flex-direction: column;
    background: #ffffff;
    padding: 20px;
    box-sizing: border-box;
}
.module-style-16 .title {
    font-size: 16px;
    color: #333333;
    text-align: center;
}
.module-style-16 .text {
    font-size: 12px;
    color: #999999;
    text-align: center;
    margin-top: 5px;
}
.module-style-16 .video {
    margin-top: 20px;
}
.module-style-16 .btn {
    width: 100px;
    padding: 8px 0;
    margin: 15px auto 0;
    color:#ffffff;
    font-size:16px;
    text-align:center;
    background:#ff5800;
    border-radius: 14px;
    border-bottom-right-radius: 0;
}
.module-style-17 {
    border: 1px solid #f8f8f8;
}
.module-style-17 .module-header {
    padding: 0;
    background: #f8f8f8;
    border-bottom: 1px solid #efefef;
}

.module-style-17 .module-header .module-title{
    position: relative;
    width: 50%;
    justify-content: center;
    padding: 10px 0;
    border: 1px solid #f8f8f8;
    border-bottom: 0;
    background: #ffffff;
}

.module-style-17 .module-header .module-title .module-title-main {
    font-size: 20px;
}
.module-style-17 .module-header .module-title .module-title-line {
    width: 100%;
    height: 3px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.module-style-17 .module-header .module-more {
    margin-right: 10px;
}
.module-style-18{
    border: 1px solid #eeeeee;
}
.module-style-18 .module-header {
    padding: 10px;
}

.module-style-18 .module-header .module-title .module-title-main {
    font-size: 20px;
}
.module-style-19{
    margin-top: 0;
}
.module-style-19 .module-header {
    padding: 10px;
}

.module-style-19 .module-header .module-title .module-title-main {
    font-size: 20px;
}
.module-style-19 .store-content {
    padding: 0 10px;
}
.module-style-19 .store-content .store-item {
    display: flex;
    margin-bottom: 20px;
}
.module-style-19 .store-content .store-item:last-child {
    margin-bottom: 10px;
}
.module-style-19 .store-content .store-item .store-logo {
    width: 95px;
}
.module-style-19 .store-content .store-item .store-tag {
    display: flex;
    justify-content: space-around;
    margin-top: 10px;
}
.module-style-19 .store-content .store-item .store-tag span {
    display: inline-block;
    padding: 1px 10px;
    color: #ffffff;
    background: #b90023;
    border-radius: 5px;
    text-align: center;
}
.module-style-20 {

}
.module-style-20 .module-header {
    padding: 0;
    border-bottom: 1px solid #efefef;
}

.module-style-20 .module-header .module-title{
    position: relative;
    justify-content: center;
    padding: 10px 20px;
    border-bottom: 0;
    background: #ffffff;
}
.module-style-20 .module-header .module-title .module-title-main {
    font-size: 20px;
}
.module-style-20 .module-header .module-title .module-title-line {
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.module-style-20 .module-header .module-more {
    margin-right: 10px;
}

.module-style-20 .module-header .navs {
    flex-grow: 1;
    margin-left: 10px;
}
.module-style-20 .module-header .navs  .nav-content {
    font-size: 16px;
}
.module-style-20 .module-header .navs  .nav-content .nav-item {
    margin: 0 15px;
}
.module-style-20 .module-header .navs .nav-content .nav-item.active {
    color: #ee1525;
}
.module-style-20 .module-header .navs  .nav-content .nav-item.active:after {
    display: none;
}
.module-style-21 {

}
.module-style-21 .prod-content {
    flex-wrap: wrap;
}
.module-style-21 .prod-content .prod-item {
    display: flex;
    margin-top: 10px;
    width: 595px;
}
.module-style-21 .prod-content .prod-item .prod-img {
    width: 100px;
    height: 100px;
}
.module-style-21 .prod-content .prod-item .prod-info {
    margin-left: 10px;
    flex-grow: 1;
}
.module-style-21 .prod-content .prod-item .prod-name {
    margin-top: 0;
}
.module-style-21 .prod-content .prod-item .prod-action {
    margin: 0 20px;
    flex-direction: column;
    justify-content: center;
}
.module-style-21 .prod-content .prod-item .prod-action>div {
    margin: 7px 0;
    width: 80px;
    text-align: center;
    box-sizing: border-box;
}
.module-style-24 .module-btn {
    flex-grow: 1;
}
.module-style-24 .prod-content .prod-item  {
    width: 295px;
}
.module-style-24 .prod-content .prod-item .prod-img {
    width: 200px;
    height: 200px;
}
.module-style-24 .prod-content .prod-item .prod-action {
    margin: 10px 30px 0;
}
.module-style-26 .module-header {
    padding: 0;
    border-bottom: 1px solid #efefef;
}
.module-style-26 .module-header .module-title{
    position: relative;
    justify-content: center;
    padding: 10px 20px;
    border-bottom: 0;
    background: #ffffff;
}
.module-style-26 .module-header .module-title .module-title-main {
    font-size: 20px;
}
.module-style-26 .module-header .module-title .module-title-line {
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.module-style-26 .module-header .module-more {
    margin-right: 10px;
}
.module-style-26 .module-header .navs {
    flex-grow: 1;
}
.module-style-26 .module-header .navs .nav-content .nav-item.active {
    color: #ee1525;
}
.module-style-26 .module-header .navs .nav-content .nav-item.active:after {
    display: none;
}

.module-style-26 .nav-content {
    margin-left: 30px;
}
.module-style-26  .prod-content {
    flex-wrap: wrap;
}
.module-style-26  .prod-content .prod-item {
    width: 233px;
    margin-top: 10px;
}
.module-style-26  .prod-content .prod-item .prod-img {
    width: 200px;
    height: 200px;
}
.module-style-26 .prod-content .prod-item .prod-tag {
    margin-top: 5px;
}
.module-style-26 .prod-content .prod-item .prod-tag span {
    color: #cba28b;
    padding: 2px 10px;
    background: #fef2e8;
    border-radius: 0;
}
.module-style-26 .prod-content .prod-item .prod-action {
    display: flex;
    background: #f12b2d;
    margin: 10px 0 0;
}
.module-style-26 .prod-content .prod-item .prod-action span {
    display: inline-block;
    width: 50%;
    margin: 2px;
    text-align: center;
    padding: 4px 0;
}
.module-style-26 .prod-content .prod-item .prod-action .prod-price {
    color: #fff;
}
.module-style-26 .prod-content .prod-item .prod-action .prod-cart {
    background: #fff;
    color: #333333;
}
.module-style-27 .notice {
    margin-left: 30px;
}
.module-style-27 .notice .notice-content .notice-item {
    background: #f84d13;
    padding: 2px 30px 2px 5px;
    border-radius: 20px;
}
.news-1 {
    width: 410px;
    box-sizing: border-box;
    background: #ffffff;
}
.news-1 .news-content .news-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news-1 .news-content .news-item {
    width: 48%;
    display: block;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}
.news-1 .news-content .news-item:nth-child(1){
    width: 100%;
    -webkit-line-clamp: 1;
}
.news-1 .news-content .news-item .news-image {
    width: 188px;
    height: 118px;
}
.news-1 .news-content .news-item:nth-child(1) .news-image {
    width: 380px;
    height: 215px;
}
.news-1 .news-content .news-group {
    height: 140px;
}
.news-1 .news-content .news-group .news-item {
    margin-bottom: 0;
}
.news-1 .news-content .news-group .news-item .news-image {
    width: 185px;
    height: 105px;
}
.news-1 .news-content .news-group .swiper-container {
    padding-bottom: 20px;
}
.news-2 {
    width: 490px;
    box-sizing: border-box;
    background: #ffffff;
}
.news-2 .news-content .news-item {
    margin-bottom: 0;
}
.news-2 .news-content .news-item:nth-child(7) {
    margin-top: 10px;
}
.news-2 .news-content .news-item .news-title {
    font-size: 16px;
}
.news-2 .news-content .news-item:nth-child(1) .news-title ,
.news-2 .news-content .news-item:nth-child(7) .news-title {
    font-weight: 600;
}

.news-3 .news-content .news-item .news-image {
    width: 215px;
    height: 125px;
}
.news-3 .news-content .news-item .news-info {
    width: 200px;
}
.news-3 .news-content .news-item .news-category {
    color: #152c81;
}
.news-3 .news-content .news-item-big .news-category {
    color: #666666;
}
.news-3 .news-content .news-item .dot:after {
    background:#152c81 ;
}
.news-4 .news-content {
    padding: 0 10px;
}
.news-4 .news-content .news-item {
    line-height: 22px;
    margin-bottom: 5px;
}
.news-5 {
    width: 300px;
}
.news-5 .news-content {

}
.news-5 .news-content .news-item {

}
.news-5 .news-content .news-item:nth-child(1) {
    align-items: flex-start;
    margin-bottom: 10px;
}
.news-5 .news-content .news-item:nth-child(2){
    align-items: flex-start;
    margin-bottom: 5px;
}
.news-5 .news-content .news-item .news-image {
    width: 90px;
    height: 55px;
}
.news-5 .news-content .news-item .news-title{
    font-size:14px;
}
.news-5 .news-content .news-item:nth-child(1) .news-title,
.news-5 .news-content .news-item:nth-child(2) .news-title{
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
    margin-left: 5px;
    line-height: 20px;
}
.news-6 {
    width: 300px;
    background: #ffffff;
}
.news-6 .news-content {

}
.news-6 .news-content .news-list {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}
.news-6 .news-content .news-item {
    width: 100%;
}
.news-6 .news-content .news-item .news-image {
    width: 100%;
    height: 75px;
}
.news-6 .news-content .news-item .news-title{
    font-size:14px;
}
.news-6 .news-content .news-item:nth-child(1),
.news-6 .news-content .news-item:nth-child(2){
    width: 48%;
    display: block;
}
.news-6 .news-content .news-item:nth-child(3) {
    border-top: 1px dashed #DDDDDD;
    margin-top: 8px;
    padding-top: 10px;
}
.news-6 .news-content .news-item:nth-child(1) .news-title,
.news-6 .news-content .news-item:nth-child(2) .news-title{
    font-size: 12px;
    line-height: 22px;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}
.footer-1 {
    padding: 30px 0;
    color: #ffffff;
    border-top: 1px solid #03a3aa;
    font-size: 14px;
    font-weight: normal;
    background: #09b1b8;
}
.footer-1 .wrapper {
    width: 1200px;
    margin: 0 auto;
    display: flex;
}
.footer-1 .box {
    height: 100%;
    border-right: 1px solid #03a3aa;
}
.footer-1 .wrapper>.lyrow:last-child .box {
    border-right: 0;
}
.footer-1 .cg-box {
    width: 280px;
    display: flex;
    justify-content: space-between;
}
.footer-1 .cg-box .cg-item {
    text-align: center;
    margin-right: 25px;
}
.footer-1 .cg-box .cg-item .title {
    margin-bottom: 10px;
}
.footer-1 .cg-box .cg-item .text {
    margin-top: 10px;
}
.footer-1 .help {
    width: 720px;
    height: 100%;
    border-right: 1px solid #03a3aa;
}
.footer-1 .help .help-content {
    display: flex;
    justify-content: space-around;
}
.footer-1 .help .help-content .help-block {
    width: 18%;
    text-align: left;
}
.footer-1 .help .help-content .help-bolck .help-category{
    font-size: 16px;
    font-weight: 600;
}
.footer-1 .help .help-content .help-block .help-list {
    margin-top: 15px;
}
.footer-1 .help .help-content .help-block .help-list .help-item {
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.footer-1 .text-box {
    width: 200px;
}
.footer-1 .text-box .text-item {

}

.cart {
    position: relative;
}
.cart .cart-button {
    display: flex;
    align-items: center;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    border: 1px solid #d4d4d4;
}
.cart .cart-button .cart-icon {
    display: flex;
    align-items: center;
}
.cart .cart-button .cart-text {
    margin-left: 3px;
}
.cart .cart-button .cart-count {
    margin-left: 5px;
}
.cart .cart-dropdown {
    position: absolute;
    padding-top: 15px;
    display: none;
}
.cart .cart-dropdown .cart-inner{
    position: relative;
    width: 300px;
    background: #ffffff;
    border-radius: 2px;
    box-shadow: 0 2px 10px rgb(0 0 0 / 15%);
    z-index: 99999;
}
.cart-inner .cart-content {
    min-height: 30px;
}
.cart-inner .cart-content .empty-tip {
    padding: 20px 0;
    text-align: center;
}
.cart-inner .cart-content .cart-list {
    padding: 10px 20px;
}
.cart-inner .cart-content .cart-list .cart-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #e0e0e0;
}
.cart-inner .cart-content .cart-list .cart-item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}
.cart-inner .cart-content .cart-list .cart-item .prod-img {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}
.cart-inner .cart-content .cart-list .cart-item .prod-img img {
    width: 100%;
}
.cart-dropdown .cart-inner .cart-content .cart-list .cart-item .prod-name {
    flex-grow: 1;
}
.cart-inner .cart-content .cart-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F5F5F5;
    padding: 10px;
}
.cart-inner .cart-content .cart-bottom .cart-total {
    color: #666666;
    font-weight: 600;
}
.cart-inner .cart-content .cart-bottom .cart-action {
    color: #ffffff;
    padding: 8px 10px;
    border-radius: 5px;
    background: #01cfda;
}
.copyright {
    background: #ffffff;
    line-height: 24px;
}
.copyright-inner {
    width: 1200px;
    margin: 0 auto;
}
.copyright .copyright-inner .copyright-link {
    padding: 20px 0;
}
.copyright .copyright-inner .copyright-main {
    border-top: 1px solid #c9c9c9;
    padding: 10px;
}
.copyright-main .copyright-safe {
    display: flex;
    justify-content: center;
}
.copyright-main .copyright-safe .copyright-item {
    display: flex;
    align-items: center;
}
.copyright-main .copyright-safe .copyright-item:after {
    content:'';
    width: 2px;
    height: 70%;
    background: #dedede;
    margin: 0 10px;
}
.copyright-main .copyright-safe .copyright-item:last-child:after {
    display: none;
}
.copyright-main .copyright-safe .copyright-item .copyright-icon {

}
.copyright-main .copyright-safe .copyright-item .copyright-title {

}
