* {
    box-sizing: border-box;
    cursor: pointer;
}

.hot_search_list::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

.hot_search_list::-webkit-scrollbar-thumb {
    width: 0px;
    height: 0px;
    background-color: transparent;
    border-radius: 0px;
}

.hot_search_list::-webkit-scrollbar-track {
    border-radius: 0px;
    background-color: transparent;
}

.header-container {
    background-color: rgb(255, 255, 255);
    /*border-bottom-width: 2px;*/
    /*border-bottom-style: solid;*/
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 10;
}

.header-container.not-bg {
    border-bottom-width: 0px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 8px;
    background-image: none !important;
}

.header-container .header-top {
    height: 40px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
}

.header-container .header-top-content {
    width: 1200px;
    margin: 0px auto;
    height: 40px;
}

.header-container .header-top-content .header-link .link-item {
    float: left;
    font-size: 14px;
    color: rgb(102, 102, 102);
    padding: 0px 8px;
    line-height: 40px;
    cursor: pointer;
}

.header-container .header-top-content .header-link .link-item a {
    color: rgb(102, 102, 102);
}

.header-container .header-top-content .header-link .link-item .tips {
    display: inline-block;
    background-color: red;
    vertical-align: middle;
    color: rgb(255, 255, 255);
    border-radius: 4px;
    height: 18px;
    font-size: 12px;
    margin-left: 6px;
    margin-top: -2px;
    line-height: 18px;
    position: relative;
    padding: 0px 4px;
}

.header-container .header-top-content .header-link .link-item .tips::before {
    content: "";
    display: block;
    position: absolute;
    width: 0px;
    height: 0px;
    border-color: transparent red transparent transparent;
    border-style: solid;
    top: 50%;
    left: -4px;
    margin-top: -4px;
    border-width: 4px 4px 4px 0px;
}

.header-container .header-top-content .header-link .spacer {
    float: left;
    width: 1px;
    height: 12px;
    background-color: rgb(187, 187, 187);
    margin: 14px 8px 0px;
}

.header-container .header-top-content .header-link .dropdown {
    position: relative;
    background-image: url("/purchase/web/static/images/arrow-down.png");
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: calc(100% - 8px) center;
    padding-right: 28px;
}

.header-container .header-top-content .header-link .dropdown .dropdown-link {
    position: absolute;
    top: 40px;
    right: -50px;
    width: 400px;
    background-color: rgb(255, 255, 255);
    border-radius: 0px 0px 5px 5px;
    display: none;
    z-index: 5;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 2px;
    padding: 10px;
}

.header-container .header-top-content .header-link .dropdown:hover {
    background-color: rgb(255, 255, 255);
}

.header-container .header-top-content .header-link .dropdown:hover .dropdown-link {
    display: block;
}

.header-container .header-top-content .header-link .dropdown-link .link-list {
    list-style: none;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

.header-container .header-top-content .header-link .dropdown-link .link-list>li {
    float: left;
    padding: 0px 10px;
    line-height: 30px;
}

.header-container.is-bg {}

.header-container.bg-style-0 {
    background-size: cover;
    background-repeat: no-repeat;
}

.header-container.bg-style-1 {
    background-size: auto;
    background-repeat: repeat;
}

.header-container .header-content {
    width: 1200px;
    margin: 0px auto;
    padding: 18px 40px;
}

.header-container .header-content .logo-content {
    float: left;
}

.header-container .header-content .header-logo {
    width: 236px;
    height: 78px;
    font-size: 0px;
    display: block;
}

.header-container .header-content .header-logo .logo-src {
    height: 100%;
}

.header-container .header-content .search-content {
    /* float: left;
    margin-top: 5px;
    margin-left: 100px; */
    width: 80%;
    float: left;
}

.header-container .header-content .search-main {
    width: 90%;
    overflow-x: scroll;
}

.header-container .header-content .search-main .search-form {
    font-size: 0px;
}

.header-container .header-content .search-main .search-form .search-input {
    height: 40px;
    width: calc(100% - 60px);
    border-radius: 6px 0px 0px 6px;
    background-color: rgb(255, 255, 255);
    border-width: 2px 0px 2px 2px;
    border-style: solid;
    font-size: 14px;
    color: rgb(51, 51, 51);
    padding: 0px 15px;
    vertical-align: top;
}

.header-container .header-content .search-main .search-form .search-button {
    height: 40px;
    border-radius: 0px 6px 6px 0px;
    width: 60px;
    border: 0px;
    vertical-align: top;
}

.header-container .header-content .search-main .search-form .search-button .search-icon {
    width: 26px;
    height: 26px;
}

.header-container .header-content .search-main .hot-search-list {
    /* margin: 12px 0px 0px; */
    padding: 0px;
    /*overflow-x: scroll;*/
    width: 100%;
    white-space: nowrap;
}

.header-container .header-content .search-main .hot-search-list>li {
    /*float: left;*/
    cursor: pointer;
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
    /*max-width: 90px;*/
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    color: #333;
    margin-right: 12px;
}

.header-container .header-content .search-main .hot-search-list>li a {
    color: #333;
}

.header-container .header-content .search-main .hot-search-list>li:last-child {
    margin-right: 0px;
}

.header-container .header-content .header-buttons {
    float: right;
    margin-top: 5px;
}

.header-container .header-content .header-buttons .top_icon {
    width: 20px;
    height: 20px;
}

.header-container .header-content .header-buttons .button-outline {
    border-style: solid;
    border-width: 1px;
    background: transparent;
}

.header-container .header-content .header-buttons .button-outline .shop-cart {
    margin-right: 5px;
}

#purchase-car-number {
    color: rgb(255, 255, 255);
    height: 18px;
    padding: 0px 5px;
    text-align: center;
    border-radius: 10px;
    line-height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
}

.header-container .header-content .header-buttons .button-primary {
    border: 0px;
    margin-left: 10px;
    color: rgb(255, 255, 255);
}

.header-container .header-content .header-buttons>button {
    font-size: 14px;
    height: 40px;
    padding: 0px 20px;
    min-width: 120px;
    border-radius: 6px;
    vertical-align: top;
}

.header-container .navbar-content {
    width: 1200px;
    margin: 0px auto;
}

.header-container .navbar-content .navbar-main {
    width: 234px;
    float: left;
    position: relative;
}

.header-container .navbar-content .navbar-main.hidden-navbar .navbar-scroll {
    display: none;
}

.header-container .navbar-content .navbar-main:hover .navbar-scroll {
    display: block;
}

.header-container .navbar-content .navbar-main .navbar-title {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: rgb(255, 255, 255);
    text-align: center;
    cursor: pointer;
}

.header-container .navbar-content .navbar-main .navbar-title .icon-src {
    width: 18px;
    height: 18px;
    margin-left: 6px;
    vertical-align: middle;
    margin-top: -2px;
}

.header-container .navbar-content .navbar-main .navbar-scroll {
    position: absolute;
    left: 0px;
    top: 50px;
    padding-top: 8px;
    width: 100%;
}

.message-container {
    position: fixed;
    z-index: 1001;
    background-color: rgb(255, 255, 255);
    width: 500px;
    height: 100%;
    top: 0px;
    right: -505px;
    transition: 0.5s;
}

.middle-container .center_content {
    padding: 0px 120px;
    text-align: center;
    background: #fff;
}

.middle-container .mode_four img {
    width: 32.2%;
    /*10/22*/
    height: 300px;
}

.message-container.show {
    right: 0px;
}

.message-container .message-title {
    color: rgb(255, 255, 255);
    font-size: 16px;
    padding-left: 10px;
    line-height: 56px;
    height: 56px;
    background: linear-gradient(to right, rgb(155, 78, 255), rgb(66, 167, 255));
}

.message-container .message-close {
    position: absolute;
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
    cursor: pointer;
    right: 20px;
    top: 16px;
    font-size: 0px;
    padding: 6px;
}

.message-container .message-close .icon-src {
    width: 12px;
    height: 12px;
}

.message-container .message-content {
    margin: 0px 20px 20px;
    overflow-y: auto;
    height: calc(100% - 76px);
}

.message-container .message-content .message-list {}

.message-container .message-content .message-list .list {
    background-image: url("../images/icon_new@2x.png");
    background-repeat: no-repeat;
    background-size: 32px 32px;
    background-position: left center;
    position: relative;
    border-bottom: 1px solid rgb(239, 239, 239);
    padding: 16px 0px 16px 40px;
    cursor: pointer;
}

.message-container .message-content .message-list .list .title {
    font-size: 16px;
    color: rgb(51, 51, 51);
    float: left;
}

.message-container .message-content .message-list .list .time {
    font-size: 12px;
    color: rgb(102, 102, 102);
    float: right;
}

.message-container .message-content .message-list .list .message {
    font-size: 14px;
    color: rgb(102, 102, 102);
    margin-top: 5px;
    word-break: break-all;
}

.message-container .message-content .message-list .list .tips {
    position: absolute;
    width: 18px;
    height: 18px;
    color: rgb(255, 255, 255);
    background-color: red;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
    border-radius: 50%;
    right: 0px;
    bottom: 16px;
    display: block;
}

.focus-content .navbar-scroll {
    width: 234px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 5;
}

.focus-content .navbar-scroll .navbar-list .navbar-class-box {
    top: 0px;
}

.focus-content.focus-content-011 {
    padding-left: 0px;
}

.focus-content.focus-content-011 .mod-left {
    width: 944px;
}

.focus-content.focus-content-001 {
    padding-left: 0px;
}

.focus-content.focus-content-001 .mod-left {
    width: 944px;
}

.focus-content.focus-content-010 {
    padding-left: 0px;
}

.focus-content.focus-content-010 .mod-left {
    width: 100%;
}

.navbar-scroll .scroll-content {
    overflow: hidden;
    background-color: rgb(255, 255, 255);
    width: 100%;
    height: 600px;
    min-height: 600px;
}

.navbar-scroll.open {
    display: block;
}

.navbar-scroll .scroll-content:hover {
    height: auto;
    overflow: visible;
}

.navbar-scroll .navbar-list {
    padding: 0px;
    list-style: none;
    margin: 0px;
}

.navbar-scroll .navbar-list .navbar-group {
    border-bottom: 1px solid rgb(240, 240, 240);
    padding: 0px 16px;
}

.navbar-scroll .navbar-list .navbar-group:hover {
    background-color: rgb(240, 240, 240);
}

.navbar-scroll .navbar-list .navbar-group:hover .navbar-class-box {
    display: block;
}

.navbar-scroll .navbar-list .navbar-group:last-child {
    border-bottom: 0px;
}

.navbar-scroll .navbar-list .navbar-group .group-title {
    position: relative;
    font-size: 0px;
    display: block;
}

.navbar-scroll .navbar-list .navbar-group .group-title::after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    border-right: 1px solid rgb(102, 102, 102);
    border-top: 1px solid rgb(102, 102, 102);
    transform: rotate(45deg);
    right: 0px;
    top: 21px;
}

.navbar-scroll .navbar-list .navbar-group .group-title .icon-src {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    vertical-align: middle;
}

.navbar-scroll .navbar-list .navbar-group .group-title .class-name {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: rgb(51, 51, 51);
    display: inline-block;
    vertical-align: middle;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.navbar-scroll .navbar-list .navbar-class-box {
    position: absolute;
    left: 234px;
    top: 8px;
    background-color: rgb(255, 255, 255);
    padding: 10px 20px 20px;
    width: 966px;
    display: none;
    height: 100%;
    z-index: 10;
    border-width: 1px;
    border-style: solid;
    overflow-y: scroll;
}

.navbar-scroll .navbar-list .navbar-class-box .class-title:first-child {
    border-top: 0px;
}

.navbar-scroll .navbar-list .navbar-class-box .class-title {
    font-size: 14px;
    font-weight: bold;
    border-top: 1px dashed rgb(223, 223, 223);
    padding: 10px 0px;
    display: block;
}

.navbar-scroll .navbar-list .navbar-class-box .class-list {
    padding: 0px;
    margin: 0px;
    list-style: none;
    overflow: hidden;
}

.navbar-scroll .navbar-list .navbar-class-box .class-list>li {
    float: left;
    font-size: 14px;
    margin: 0px 15px 10px 0px;
}

.navbar-scroll .navbar-list .navbar-class-box .class-list>li>a {
    color: rgb(102, 102, 102);
}

.header-container .navbar-content .menu-content {
    width: calc(100% - 234px);
    float: left;
}

.header-container .navbar-content .menu-list {
    padding: 0px;
    list-style: none;
    margin: 0px;
    width: 100%;
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
}

.header-container .navbar-content .menu-list>li {
    flex: 0 0 auto;
    line-height: 50px;
    font-size: 18px;
    margin: 0px 25px;
}

.header-container .navbar-content .menu-list>li>a {
    color: rgb(51, 51, 51);
    text-decoration: none;
}

.middle-container {
    width: 1200px;
    margin: 0px auto 0px;
    position: relative;
}

.focus-content {
    width: 100%;
    position: relative;
    padding-left: 234px;
}

.focus-content .mod-left {
    float: left;
    width: 710px;
}

.focus-content .mod-right {
    float: right;
    width: 236px;
}

.focus-content .showcase-box {
    height: 135px;
    margin-bottom: 10px;
}

.focus-content .showcase-box .showcase-item {
    background-color: rgb(255, 255, 255);
    height: 100%;
    cursor: pointer;
    text-align: center;
    padding-top: 25px;
    display: block;
}

.focus-content .showcase-box .showcase-item .icon-src {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}

.focus-content .showcase-box .showcase-item .item-name {
    font-size: 14px;
    color: rgb(102, 102, 102);
}

.swiper-navigation-next,
.swiper-navigation-prev {
    width: 30px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.2);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    z-index: 5;
}

.swiper-navigation-next {
    right: 0px;
    border-radius: 50px 0px 0px 50px;
    background-image: url("../images/swiper-next.png");
    background-position: 8px center;
}

.swiper-navigation-prev {
    left: 0px;
    border-radius: 0px 50px 50px 0px;
    background-image: url("../images/swiper-prev.png");
    background-position: 4px center;
}

.swiper-arrow-next,
.swiper-arrow-prev {
    background-image: url("../images/arrow.png");
    width: 16px;
    height: 16px;
    background-size: 100%;
    background-repeat: no-repeat;
    top: 50%;
    margin-top: -8px;
    position: absolute;
    z-index: 5;
}

.swiper-arrow-next {
    right: 0px;
    transform: rotate(180deg);
}

.swiper-arrow-prev {
    left: 0px;
}

.swiper-navigation-next.swiper-button-disabled,
.swiper-navigation-prev.swiper-button-disabled,
.swiper-arrow-next.swiper-button-disabled,
.swiper-arrow-prev.swiper-button-disabled {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}

.focus-content .banner-box {
    height: 510px;
}

.focus-content .banner-box .banner-src {
    width: 100%;
    height: 100%;
}

.swiper-pagination-bullet {
    border-radius: 4px;
}

.swiper-pagination-bullet-active {
    background: rgb(255, 255, 255);
    width: 16px;
}

.focus-content .user-member {
    background-color: rgb(255, 255, 255);
}

.focus-content .user-member .user-box {
    font-size: 0px;
    padding: 12px;
}

.focus-content .user-member .user-box .user-head {
    display: inline-block;
    vertical-align: middle;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    overflow: hidden;
}

.focus-content .user-member .user-box .user-head .head-src {
    width: 100%;
    height: 100%;
}

.focus-content .user-member .user-box .user-info {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 48px);
    margin-left: 10px;
}

.focus-content .user-member .user-box .user-info .main {
    font-size: 14px;
    color: rgb(51, 51, 51);
    font-weight: bold;
}

.focus-content .user-member .user-box .user-info .small {
    font-size: 14px;
    color: rgb(102, 102, 102);
}

.focus-content .user-member .logout-box {
    font-size: 0px;
    padding: 0px 12px;
}

.focus-content .user-member .logout-box>a {
    display: inline-block;
    vertical-align: top;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    border-radius: 4px;
    text-align: center;
    width: 100px;
    text-decoration: none;
}

.focus-content .user-member .logout-box>a.skin-bg:hover {
    color: rgb(255, 255, 255) !important;
}

.focus-content .user-member .logout-box .skin-bg {
    color: rgb(255, 255, 255);
    margin-right: 12px;
}

.focus-content .user-member .logout-box .skin-bd {
    border-width: 1px;
    border-style: solid;
}

.focus-content .user-member .shortcut-box {
    padding: 4px 12px 12px;
}

.focus-content .user-member .shortcut-box .shortcut-list {
    overflow: hidden;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.focus-content .user-member .shortcut-box .shortcut-list>li {
    float: left;
    width: 33.33%;
    text-align: center;
    cursor: pointer;
    padding: 0px 5px;
    margin-top: 12px;
}

.focus-content .user-member .shortcut-box .shortcut-list .list-icon {
    width: 36px;
    height: 36px;
    margin-bottom: 8px;
}

.focus-content .user-member .shortcut-box .shortcut-list .list-name {
    font-size: 12px;
    color: rgb(102, 102, 102);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.focus-content .video-content {
    width: 100%;
    height: 132px;
    background-color: rgb(255, 255, 255);
    margin-top: 10px;
}

#video-container {
    width: 100%;
    height: 100%;
}

.focus-content .notice-content {
    background-color: rgb(255, 255, 255);
    margin-top: 10px;
    padding-bottom: 10px;
}

.focus-content .notice-content .notice-title {
    border-bottom: 1px solid rgb(240, 240, 240);
    margin: 0px 12px;
}

.focus-content .notice-content .notice-title .title-name {
    float: left;
    font-size: 14px;
    color: rgb(51, 51, 51);
    height: 38px;
    line-height: 38px;
}

.focus-content .notice-content .notice-title .more-icon {
    float: right;
    margin-top: 12px;
}

.focus-content .notice-content .notice-title .more-icon>img {
    width: 14px;
    height: 14px;
}

.focus-content .notice-content .notice-scroll {
    overflow-y: scroll;
}

.focus-content .notice-content .notice-list {
    margin: 6px 0px 0px;
    padding: 0px 12px;
    list-style: none;
}

.focus-content .notice-content .notice-list>li {
    line-height: 25px;
    list-style-type: disc;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.focus-content .notice-content .notice-list>li>a {
    font-size: 12px;
    color: rgb(102, 102, 102);
    position: relative;
    padding-left: 8px;
}

.focus-content .notice-content .notice-list>li>a::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: rgb(153, 153, 153);
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -2px;
}

.zone-content {
    margin-top: 10px;
}

.zone-content .zone-member {
    width: 595px;
    float: left;
}

.zone-content .zone-member:first-child {
    margin-right: 10px;
}

.zone-content .zone-member .zone-top-box {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    height: 60px;
    padding: 0px 20px;
    background-color: rgb(255, 255, 255);
}

.zone-content .zone-member .zone-top-box .zone-title {
    white-space: nowrap;
    font-size: 20px;
    color: rgb(51, 51, 51);
    margin-right: 50px;
    -webkit-box-flex: 1;
    flex: 1 1 0%;
}

.zone-content .zone-member .zone-top-box .zone-class {
    max-width: 50%;
    height: 26px;
}

.zone-content .zone-member .zone-top-box .zone-class .swiper-slide {
    width: auto;
}

.zone-content .zone-member .zone-top-box .zone-class .zone-class-item {
    font-size: 14px;
    position: relative;
    color: rgb(153, 153, 153);
    height: 26px;
    line-height: 26px;
    cursor: pointer;
    margin: 0px 14px;
}

.zone-content .zone-member .zone-top-box .zone-class .zone-class-item>i {
    width: 52px;
    height: 2px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -26px;
    display: none;
}

.zone-content .zone-member .zone-top-box .zone-class .zone-class-item.skin-color>i {
    display: block;
}

.zone-content .zone-member .zone-goods-content {
    height: 298px;
}

.zone-content .zone-member .zone-goods-content .zone-goods-list {
    list-style: none;
    padding: 0px;
    margin: 0px;
    font-size: 0px;
}

.zone-content .zone-member .zone-goods-content .zone-goods-list>li>a {
    text-decoration: none;
    display: block;
    padding: 24px 10px 0px;
}

.zone-content .zone-member .zone-goods-content .zone-goods-list>li>a:hover .pic-src,
.classify-content .classify-goods-list .list>a:hover .pic-src,
.module-content .module-goods-content .module-goods-list .list>a:hover .pic-src,
.segmentation-list .list-item>a:hover .pic-src {
    transform: scale(1.1);
}

.zone-content .zone-member .zone-goods-content .zone-goods-list>li {
    margin-top: 2px;
    background-color: rgb(255, 255, 255);
    float: left;
    margin-left: 2px;
}

.zone-content .zone-member .zone-goods-content .zone-goods-list .goods-item {
    width: 197px;
    height: 147px;
}

.zone-content .zone-member .zone-goods-content .zone-goods-list .goods-full {
    width: 197px;
    height: 296px;
}

.zone-content .zone-member .zone-goods-content .zone-goods-list .goods-full:first-child {
    margin-left: 0px;
}

.zone-content .zone-member .zone-goods-content .zone-goods-list .goods-full .pic-box {
    width: 176px;
    height: 176px;
    overflow: hidden;
}

.zone-content .zone-member .zone-goods-content .zone-goods-list .goods-full .goods-info {
    width: 100%;
    margin-top: 12px;
}

.zone-content .zone-member .zone-goods-content .zone-goods-list .goods-item .pic-box {
    width: 100px;
    height: 100px;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}

.zone-content .zone-member .zone-goods-content .zone-goods-list .pic-box .pic-src,
.classify-content .classify-goods-list .list .pic-box .pic-src,
.module-content .module-goods-content .module-goods-list .list .pic-box .pic-src,
.segmentation-list .list-item .pic-box .pic-src {
    width: 100%;
    height: 100%;
    transition: transform 0.3s;
}

.zone-content .zone-member .zone-goods-content .zone-goods-list .goods-item .goods-info {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 108px);
    margin-left: 8px;
}

.zone-content .zone-member .zone-goods-content .zone-goods-list .goods-info .title {
    font-size: 12px;
    color: rgb(51, 51, 51);
    line-height: 1.5;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.zone-content .zone-member .zone-goods-content .zone-goods-list .goods-info .price {
    font-size: 16px;
    color: rgb(242, 79, 76);
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zone-content .zone-member .zone-goods-content .zone-goods-list .goods-info .price>span {
    font-size: 12px;
}

.classify-content {
    margin-top: 10px;
}

.classify-content .classify-left-member {
    width: 306px;
    float: left;
    position: relative;
}

.classify-content .classify-left-member .top-pic-box {
    height: 96px;
    width: 296px;
    margin-bottom: 8px;
    background-color: rgb(255, 255, 255);
}

.classify-content .classify-left-member .top-pic-box .pic-src {
    width: 100%;
    height: 100%;
}

.classify-content .classify-left-member .classify-scroll {
    height: 390px;
    overflow: hidden auto;
    padding-right: 10px;
}

.classify-content .classify-left-member .classify-scroll .classify-list {
    width: 296px;
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-size: 0px;
    position: relative;
    background-color: rgb(51, 51, 51);
    min-height: 100%;
}

.classify-content .classify-left-member .classify-scroll .classify-list .list {
    height: 78px;
    padding-left: 28px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    cursor: pointer;
    z-index: 2;
    position: relative;
}

.classify-content .classify-left-member .classify-scroll .classify-list .list .icon-src {
    vertical-align: middle;
    width: 28px;
    height: 28px;
}

.classify-content .classify-left-member .classify-scroll .classify-list .list .item-name {
    font-size: 16px;
    color: rgb(255, 255, 255);
    margin-left: 16px;
    display: inline-block;
    vertical-align: middle;
    line-height: 78px;
}

.classify-content .classify-left-member .classify-scroll .classify-list .active-bg {
    position: absolute;
    z-index: 1;
    height: 78px;
    width: 100%;
    left: 0px;
    background-color: rgb(9, 72, 145);
    transition: 0.3s;
}

.classify-content .classify-left-member .classify-scroll .classify-list .active-bg .arrow {
    position: absolute;
    background-color: rgb(9, 72, 145);
    display: block;
    width: 16px;
    height: 16px;
    right: -4px;
    top: 50%;
    margin-top: -8px;
    transform: rotate(45deg);
}

.classify-content .classify-right-member {
    width: 894px;
    float: right;
}

.classify-content .classify-right-member .classify-swiper {
    height: 56px;
    background-color: rgb(255, 255, 255);
    width: 100%;
    padding: 0px 36px;
}

.classify-content .classify-right-member .classify-swiper .swiper-slide {
    width: auto;
}

.classify-content .classify-right-member .classify-swiper .classify-item {
    font-size: 0px;
    cursor: pointer;
}

.classify-content .classify-right-member .classify-swiper .classify-item .dot {
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    width: 14px;
    height: 14px;
    margin-right: 10px;
}

.classify-content .classify-right-member .classify-swiper .classify-item .dot>i {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid rgb(102, 102, 102);
    display: block;
}

.classify-content .classify-right-member .classify-swiper .classify-item .dot>i.skin-bg {
    border: 2px solid rgb(255, 255, 255);
}

.classify-content .classify-right-member .classify-swiper .classify-item .item-name {
    font-size: 16px;
    color: rgb(102, 102, 102);
    display: inline-block;
    vertical-align: middle;
    line-height: 56px;
}

.classify-content .classify-right-member .classify-goods-content {
    padding-top: 2px;
    width: 100%;
    height: 438px;
}

.classify-content .classify-goods-list {
    margin: 0px;
    padding: 0px;
    list-style: none;
    overflow: hidden;
}

.classify-content .classify-goods-list .list {
    margin: 2px 2px 0px 0px;
    background-color: rgb(255, 255, 255);
    width: 222px;
    height: 217px;
    float: left;
}

.classify-content .classify-goods-list .list>a {
    text-decoration: none;
    display: block;
    padding: 16px 18px;
}

.classify-content .classify-goods-list .list:nth-child(4n) {
    margin-right: 0px;
}

.classify-content .classify-goods-list .list .pic-box {
    width: 110px;
    height: 110px;
    overflow: hidden;
    margin: 0px auto 10px;
}

.classify-content .classify-goods-list .list .goods-info {
    text-align: center;
}

.classify-content .classify-goods-list .list .goods-info .title {
    font-size: 12px;
    color: rgb(51, 51, 51);
    line-height: 1.5;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 36px;
}

.classify-content .classify-goods-list .list .goods-info .price {
    font-size: 22px;
    color: rgb(242, 79, 76);
}

.classify-content .classify-goods-list .list .goods-info .price>span {
    font-size: 14px;
}

.poster-content {
    display: block;
    margin-top: 10px;
    font-size: 0px;
    height: 118px;
}

.poster-content .poster-src {
    width: 100%;
    height: 100%;
}

.module-content {
    margin-top: 10px;
}

.module-content .module-left-member {
    width: 196px;
    height: 570px;
    float: left;
    position: relative;
}

.module-content .module-left-member .link-bg {
    display: block;
    width: 100%;
    height: 100%;
}

.module-content .module-left-member .link-bg .bg-src {
    width: 100%;
    height: 100%;
}

.module-content .module-left-member .module-class-box {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.module-content .module-left-member .module-class-box .class-title {
    font-size: 18px;
    color: rgb(255, 255, 255);
    font-weight: 500;
    padding: 30px 20px 10px;
    word-break: break-all;
}

.module-content .module-left-member .module-class-box .class-scroll {
    padding: 0px 20px;
    overflow-y: auto;
    max-height: 465px;
}

.module-content .module-left-member .module-class-box .class-list {
    margin: 0px 0px 0px 20px;
    padding: 0px;
}

.module-content .module-left-member .module-class-box .class-list>li {
    line-height: 34px;
    color: rgb(255, 255, 255);
    font-size: 14px;
}

.module-content .module-left-member .module-class-box .class-list>li>a {
    color: rgb(255, 255, 255);
    background-image: url("../images/swiper-next.png");
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: right center;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 16px;
    vertical-align: middle;
}

.module-content .module-center-member {
    float: left;
    width: 734px;
    margin: 0px 10px;
}

.module-content .module-center-member .module-class-swiper {
    height: 42px;
    background-color: rgb(255, 255, 255);
    padding: 0px 10px;
}

.module-content .module-center-member .module-class-swiper .swiper-slide {
    width: auto;
    margin: 0px 18px;
}

.module-content .module-center-member .module-class-swiper .class-item {
    font-size: 14px;
    color: rgb(51, 51, 51);
    position: relative;
    border-bottom: 2px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
    padding-top: 10px;
    cursor: pointer;
}

.module-content .module-center-member .module-class-swiper .class-item .arrow {
    display: none;
    content: " ";
    width: 0px;
    height: 0px;
    border-top: 5px solid rgb(152, 52, 255);
    left: 50%;
    margin-left: -5px;
    bottom: -6px;
    position: absolute;
    border-left: 5px solid transparent !important;
    border-right: 5px solid transparent !important;
}

.module-content .module-center-member .module-class-swiper .class-item.skin-color .arrow {
    display: block;
}

.module-content .module-goods-content {
    padding-top: 8px;
    height: 528px;
}

.module-content .module-goods-content .module-goods-list {
    padding: 0px;
    margin: 0px;
    list-style: none;
    overflow: hidden;
}

.module-content .module-goods-content .module-goods-list .list {
    margin: 2px 2px 0px 0px;
    background-color: rgb(255, 255, 255);
    width: 182px;
    height: 258px;
    float: left;
}

.module-content .module-goods-content .module-goods-list .list:nth-child(4n) {
    margin-right: 0px;
}

.module-content .module-goods-content .module-goods-list .list>a {
    display: block;
    padding: 20px 12px;
    text-decoration: none;
    text-align: center;
}

.module-content .module-goods-content .module-goods-list .list .pic-box {
    width: 118px;
    height: 118px;
    margin: 0px auto 10px;
    overflow: hidden;
}

.module-content .module-goods-content .module-goods-list .list .title {
    font-size: 12px;
    color: rgb(51, 51, 51);
    line-height: 1.5;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 36px;
}

.module-content .module-goods-content .module-goods-list .list .price {
    font-size: 22px;
    color: rgb(242, 79, 76);
    margin-top: 20px;
}

.module-content .module-goods-content .module-goods-list .list .price>span {
    font-size: 14px;
}

.module-content .module-right-member {
    float: right;
    width: 250px;
    height: 570px;
    background-color: rgb(255, 255, 255);
    padding-top: 10px;
}

.module-content .module-right-member .hot-title {
    text-align: center;
    font-size: 20px;
    color: rgb(51, 51, 51);
    height: 60px;
    line-height: 60px;
}

.module-content .module-right-member .hot-goods-scroll {
    padding: 0px 10px;
    height: 490px;
    overflow-y: auto;
}

.module-content .module-right-member .hot-goods-list {
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-size: 0px;
}

.module-content .module-right-member .hot-goods-list .list {
    background-color: rgb(250, 250, 250);
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.module-content .module-right-member .hot-goods-list .list .pic-box {
    width: 70px;
    height: 70px;
    border-radius: 2px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

.module-content .module-right-member .hot-goods-list .list .pic-src {
    width: 100%;
    height: 100%;
}

.module-content .module-right-member .hot-goods-list .list .goods-info {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 80px);
    margin-left: 10px;
}

.module-content .module-right-member .hot-goods-list .list .goods-info .title {
    font-size: 12px;
    color: rgb(51, 51, 51);
    line-height: 1.5;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.module-content .module-right-member .hot-goods-list .list .goods-info .price {
    font-size: 16px;
    color: rgb(242, 79, 76);
    margin-top: 10px;
}

.module-content .module-right-member .hot-goods-list .list .goods-info .price>span {
    font-size: 14px;
}

.brand-content {
    margin-top: 10px;
    height: 64px;
    background-color: rgb(255, 255, 255);
}

.brand-content .swiper-slide {
    width: auto;
}

.brand-content .brand-item {
    display: block;
    position: relative;
    width: 120px;
    height: 64px;
    padding: 11px 18px;
}

.brand-content .brand-item .line {
    position: absolute;
    width: 2px;
    height: 22px;
    background-color: rgb(240, 240, 240);
    left: 0px;
    top: 50%;
    margin-top: -11px;
    z-index: 2;
}

.brand-content .brand-item .brand-src {
    width: 100%;
    height: 100%;
}

.footer-container {
    width: 100%;
    background-color: rgb(241, 241, 241);
    margin-top: 18px;
}

.footer-container .footer-inner {
    width: 1200px;
    margin: 0px auto;
    border-bottom: 1px solid rgb(228, 228, 228);
    padding: 45px 0px;
    font-size: 0px;
    text-align: center;
}

.footer-container .footer-inner .inner-item {
    display: inline-block;
    vertical-align: top;
    width: 220px;
    margin-right: 20px;
    text-align: left;
}

.footer-container .footer-inner .inner-item .img-src {
    width: 52px;
    height: 52px;
    vertical-align: middle;
}

.footer-container .footer-inner .inner-item .text {
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
    word-break: break-all;
    text-align: left;
}

.footer-container .footer-inner .inner-item .text .main {
    font-size: 16px;
    color: rgb(102, 102, 102);
}

.footer-container .footer-inner .inner-item .text .small {
    font-size: 14px;
    color: rgb(102, 102, 102);
}

.footer-container .footer-help {
    width: 1200px;
    margin: 30px auto;
}

.footer-container .footer-help .help-content {
    float: left;
}

.footer-container .footer-help .help-group {
    float: left;
    width: 220px;
    margin-right: 20px;
}

.footer-container .footer-help .help-group:last-child {
    float: right;
    margin-right: 0px;
}

.footer-container .footer-help .help-group .group-name {
    font-size: 18px;
    color: rgb(74, 74, 74);
    margin-bottom: 12px;
}

.footer-container .footer-help .help-group .help-list,
.footer-container .footer-help .help-group .contact-list {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.footer-container .footer-help .help-group .help-list>li {
    background-image: url("../images/list-arrow.png");
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: left center;
    padding-left: 20px;
    line-height: 30px;
}

.footer-container .footer-help .help-group .help-list>li>a {
    font-size: 14px;
    color: rgb(104, 104, 104);
}

.footer-container .footer-help .help-group .help-list>li>a:hover {
    text-decoration: underline;
}

.footer-container .footer-help .help-group .contact-list>li {
    font-size: 14px;
    line-height: 30px;
}

.footer-container .footer-help .help-group .contact-list>li>a {
    color: rgb(104, 104, 104);
}

.footer-container .footer-help .help-group .contact-list .icon-src {
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin: -1px 6px 0px 0px;
}

.copyright-container {
    width: 100%;
    background-color: rgb(66, 66, 66);
    padding: 24px 0px;
    font-size: 0px;
}

.copyright-content {
    width: 1200px;
    margin: 0px auto;
    font-size: 0px;
    text-align: center;
}

.copyright-content .links-box {
    display: inline-block;
    vertical-align: middle;
    max-width: 600px;
    margin-right: 50px;
}

.copyright-content .links-box .link-list {
    margin-bottom: 40px;
    font-size: 0px;
}

.copyright-content .links-box .link-list>a {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.45);
    margin: 0px 10px;
    line-height: 20px;
    display: inline-block;
}

.copyright-content .links-box .copyright-info {
    word-break: break-all;
}

.copyright-content .links-box .copyright-info .badge-src {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin: -2px 2px 0px 0px;
}

.copyright-content .links-box .copyright-info>a,
.copyright-content .links-box .copyright-info>span {
    margin-left: 14px;
    display: inline-block;
    vertical-align: middle;
    color: rgba(255, 255, 255, 0.45);
    font-size: 12px;
    line-height: 30px;
}

.copyright-content .links-box .link-list>a:hover,
.copyright-content .links-box .copyright-info>a:hover {
    text-decoration: underline;
    color: rgba(255, 255, 255, 0.45) !important;
}

.copyright-content .links-box .copyright-info>a:nth-child(2) {
    margin-left: 0px;
}

.copyright-content .qr-code-box {
    display: inline-block;
    vertical-align: middle;
}

.copyright-content .qr-code-box .qr-code-item {
    float: left;
    text-align: center;
    width: 120px;
}

.copyright-content .qr-code-box .qr-code-item .code-box {
    width: 100px;
    height: 100px;
    margin: 0px auto 6px;
    background-color: rgb(255, 255, 255);
}

.copyright-content .qr-code-box .qr-code-item .code-src {
    width: 100%;
    height: 100%;
}

.copyright-content .qr-code-box .qr-code-item .code-name {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.45);
}

.slide-anchor-container {
    position: fixed;
    z-index: 20;
    top: 50%;
    transform: translateY(-50%);
    margin-left: -136px;
    transition: 0.3s;
}

.slide-anchor-container.slide-fixed-left {
    margin-left: 0px;
}

.slide-anchor-container .slide-anchor-list {
    background-color: rgb(255, 255, 255);
    border-radius: 0px 4px 4px 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 2px;
    font-size: 0px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}

.slide-anchor-container .slide-anchor-list>li {
    cursor: pointer;
    position: relative;
    width: 60px;
    overflow: hidden;
}

.slide-anchor-container .slide-anchor-list .list-name::before {
    content: "";
    display: inline-block;
    width: 0px;
    vertical-align: middle;
    height: 50px;
}

.slide-anchor-container .slide-anchor-list .list-name {
    position: relative;
    z-index: 5;
    margin: 0px 8px;
    width: 44px;
    border-bottom: 1px solid rgb(239, 239, 239);
    min-height: 50px;
    padding: 5px;
    text-align: center;
}

.slide-anchor-container .slide-anchor-list .list-name .item-name {
    font-size: 12px;
    color: rgb(51, 51, 51);
    line-height: 1.5;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    word-break: break-all;
}

.slide-anchor-container .slide-anchor-list>li:last-child .list-name {
    border-bottom: 0px;
}

.slide-anchor-container .slide-anchor-list>li .skin-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 100%;
    top: 0px;
    z-index: 1;
    transition: 0.3s;
}

.slide-anchor-container .slide-anchor-list>li:hover .list-name,
.slide-anchor-container .slide-anchor-list>li.active .list-name {
    border-bottom: 0px;
}

.slide-anchor-container .slide-anchor-list>li:hover .item-name,
.slide-anchor-container .slide-anchor-list>li.active .item-name {
    color: rgb(255, 255, 255);
}

.slide-anchor-container .slide-anchor-list>li:hover .skin-bg,
.slide-anchor-container .slide-anchor-list>li.active .skin-bg {
    right: 0px;
}

@media screen and (max-width: 1448px) {
    .slide-anchor-container {
        margin-left: 0px;
        left: 0px;
    }
}

.segmentation-content {
    margin-top: 10px;
}

.segmentation-head {
    background-color: rgb(255, 255, 255);
    overflow: hidden;
    padding: 20px 30px;
}

.segmentation-head .title-box {
    float: left;
    font-size: 20px;
    color: rgb(51, 51, 51);
    font-weight: 500;
    line-height: 30px;
}

.segmentation-head .swiper-price {
    float: right;
    width: 80%;
    height: 30px;
}

.segmentation-head .swiper-price .class-item {
    font-size: 14px;
    color: rgb(51, 51, 51);
    border-radius: 15px;
    line-height: 30px;
    height: 30px;
    padding: 0px 12px;
    cursor: pointer;
    background-color: rgb(244, 244, 249);
}

.segmentation-head .swiper-price .class-item.skin-bg {
    color: rgb(255, 255, 255);
}

.segmentation-head .swiper-price .swiper-wrapper {
    width: 94%;
}

.segmentation-head .swiper-price .swiper-arrow-next,
.segmentation-head .swiper-price .swiper-arrow-prev {
    width: 24px;
    height: 24px;
    margin-top: -12px;
}

.segmentation-goods {
    margin-top: 5px;
}

.segmentation-goods .no-goods {
    text-align: center;
    padding: 60px 0px;
}

.segmentation-goods .no-goods .img-src {
    height: 64px;
}

.segmentation-goods .no-goods .tips {
    font-size: 14px;
    color: rgb(102, 102, 102);
    margin-top: 5px;
}

.segmentation-list {
    margin: 0px;
    padding: 0px;
    list-style: none;
    overflow: hidden;
}

.segmentation-list .list-item {
    padding: 20px;
    background-color: rgb(255, 255, 255);
    float: left;
    width: 236px;
    margin-right: 5px;
    margin-top: 5px;
}

.segmentation-list .list-item:nth-child(5n) {
    margin-right: 0px;
}

.segmentation-list .list-item .pic-box {
    width: 196px;
    height: 196px;
    overflow: hidden;
}

.segmentation-list .list-item .goods-info {
    margin-top: 20px;
}

.segmentation-list .list-item .goods-info .title {
    font-size: 14px;
    color: rgb(51, 51, 51);
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.segmentation-list .list-item .goods-info .price {
    font-size: 14px;
    color: rgb(51, 51, 51);
    font-weight: 400;
}

/* 商品模块 */
.goods_mode {
    text-align: left;
}

.goods_mode .class_title {
    text-align: center;
    margin-bottom: 48px;
    color: #333;
    font-weight: 500;
    line-height: 1.2;
    text-transform: capitalize;
    font-size: 30px;
    position: relative;
    padding-bottom: 20px;
    display: inline-block;
}
.goods_mode .class_title::before {
    content: "";
    width: 100%;
    height: 2px;
    background: #e52e06;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.goods_mode .no_goods {
    text-align: center;
    padding: 20px 0;
    font-size: 14px;
    color: #333;
}

.goods_mode .goods_list {
    /* width: 14.5%; */
    margin: 0 10px;
    display: inline-block;
    /* height: calc(100vh - 276px); */
    /* width: calc((1200px - 240px)/2); */
}

.goods_mode .top_div {
    width: 100%;
    position: relative;
}

.goods_mode .top_div img {
    width: 100%;
}

.goods_mode .top_div>div {
    color: #fff;
    text-align: center;
    position: absolute;
    top: 14px;
    left: 14px;
    background: #CC2121;
    width: 31px;
    line-height: 15px;
    height: 15px;
    font-size: 12px;
}

.goods_mode .goods_name {
    font-size: 13px;
    color: #111;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}

.goods_mode .goods_price {
    font-size: 13px;
    color: #111;
    text-align: left;
}

.goods_mode .y_price {
    color: #999999;
    font-size: 12px;
    text-decoration: line-through;
}

/* .goods_mode .goods_list:last-child {
    margin-right: 0;
} */
/* 橱窗 */
/* 样式一 */
.showcase_div .showcase_style_1 .num_1 {
    width: 100%;
}

.showcase_div .showcase_style_1 .num_1 img {
    width: 100%;
}

.showcase_div .showcase_style_1 .num_2 {
    width: 48.5%;
    margin-right: 15px;
    /*height: 150px;*/
}

.showcase_div .showcase_style_1>div:last-child {
    margin-right: 0;
}

.showcase_div .showcase_style_1 .num_2 img {
    height: 100%;
    width: 100%;
}

.showcase_div .showcase_style_1 .num_3 {
    width: 32.7%;
    margin-right: 10px;
    /*height: 100px;*/
}

.showcase_div .showcase_style_1 .num_3 img {
    height: 100%;
    width: 100%;
}

.showcase_div .showcase_style_1 .num_4 {
    width: 24.6%;
    margin-right: 7px;
    /*height: 75px;*/
}

.showcase_div .showcase_style_1 .num_4 img {
    height: 100%;
    width: 100%;
}

/* 样式二 */
.showcase_div .showcase_style_2>div {
    width: 50%;
    height: 610px;
}

.showcase_div .showcase_style_2 .showcase_style2_left>img {
    width: 100%;
    height: 100%;
}

.showcase_div .showcase_style_2 .showcase_style2_right .showcase_show_module1 img {
    width: 100%;
    height: 300px;
}

.showcase_div .showcase_style_2 .showcase_style2_right .showcase_show_module2>img {
    height: 300px;
    width: 100%;
}

.showcase_div .showcase_style_2 .showcase_style2_right .showcase_show_module2>div img {
    height: 300px;
    width: 49%;
}

.showcase_div .showcase_style_2 .showcase_style2_right .showcase_show_module3 img {
    display: inline-block;
    width: 48.5%;
    height: 300px;
}

/* 橱窗end */
/* 宣传品牌 */
.brands_div .brands_style>div {
    /*height: 75px;*/
}

.brands_div .brands_style>div img {
    height: 100%;
    width: 100%;
}

.brands_div .brands_style .num_1 {
    width: 100%;
}

.brands_div .brands_style .num_2 {
    width: 49.5%;
}

.brands_div .brands_style .num_3 {
    width: 32.8%;
}

.brands_div .brands_style .num_4 {
    width: 24.5%;
}

/* 宣传品牌end */
/* 模版二 */
.mode_style_2 {
    position: relative;
    /*height: 510px;*/
    /*overflow: hidden;*/
}

.mode_style_2 .swiper-container {
    /*height: 510px;*/
}

.mode_2_left {
    float: left;
    /*height: 100vh;*/
    padding: 70px 0 60px 0px;
    top: 0;
    width: 375px;
    /*z-index: 99;*/
    /*overflow-y: scroll;*/
}
.mode_2_logo {
    /*margin-bottom: 50px;*/
    /*text-align: right;*/
    padding-left: 100px;
}

.mode_2_logo img {
    width: 182px;
    height: 62px;
}
.mode_2_search_main{
    padding: 80px 0 0px;
    position: relative;
}
.mode_2_search_main .hot_search_list {
    /*overflow-y: scroll;*/
}

.mode_2_search_main .hot_search_list>li {
    /*border-bottom: 1px solid #999;*/
    /*height: 45px;*/
    /*line-height: 45px;*/
    /*text-align: center;*/
    font-weight: 600;
    display: block;
    padding-bottom: 16px;
    padding-left: 100px;
    padding-top: 17px;
    position: relative;
}
.mode_2_search_main .hot_search_list>li>a{
    color: #999;
    font-size: 18px;
}
.mode_2_search_main .hot_search_list>li::before{
    background-color: #efefef;
    bottom: 0;
    content: "";
    height: 1px;
    left: -50px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 225px;
}
.mode_2_banner_box {
    width: 70%;
}

.mode_style_2 .mode_2_right {
    position: absolute;
    top: 35px;
    right: 60px;
    font-size: 14px;
    /*font-weight: 600;*/
    color: #333;
    z-index: 999;

}
/*模版二搜索*/
.mode_style_2 .mode_2_right .sousuo>input{
    background: transparent none repeat scroll 0 0;
    border-color: currentcolor currentcolor #acb3a9;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    color: #999;
    font-size: 14px;
    height: 18px;
    padding: 0;
    width: 172px;
}
.mode_style_2 .mode_2_right .sousuo i{
    font-size: 18px;
color: #050035;
}
.mode_style_2 .mode_2_right .sousuo {
    text-align: left;
    width: 190px;
}

.mode_style_2 .mode_2_right img {
    width: 18px;
    height: 18px;
}

/* 模版二 end */
/* 模版三 */
.model_3 .model_3_top {
    padding: 40px 50px;
}

.model_3 .model_3_top .mode_3_logo {
    width: 225px;
    /*height: 30px;*/
}

.model_3 .model_3_top .mode_3_logo img {
    width: 192px;
    height: 62px;
}

.model_3 .model_3_top .model_3_phone img {
    width: 38px;
    height: 38px;
    margin-right: 5px;
}

.model_3 .model_3_top .model_3_phone {
    color: #E52E06;
    font-weight: 600;
    font-size: 18px;
    margin-right: 20px;
}

.model_3 .model_3_top .newuserzone {
    width: 20px;
    height: 20px;
    /* margin-left: 20px; */
}

.model_3 .model_3_top .model_3_sousuo {
    width: 50%;
    border: 2px solid #E5E5E5;
    height: 45px;
}

.model_3 .model_3_top .model_3_sousuo>input {
    height: 45px;
    line-height: 45px;
    background: transparent;
    width: 70%;
    padding-left: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #999;
}

.model_3 .model_3_top .model_3_sousuo>select {
    border: none;
    border-right: 0.5px solid #E5E5E5;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    font-size: 16px;
    color: #333;
    font-weight: 500;
    text-align: center;
    height:100%;
}

.model_3 .model_3_top .model_3_sousuo>div {
    width: 50px;
    height: 45px;
    background: #E52E06;
    margin-right: -5px;
}

.model_3 .model_3_center {
    background: #333;
    padding: 0 50px;
}

.model_3 .model_3_center .model_3_center_left {
    padding: 0 10px;
    height: 68px;
    width: 25%;
    background: linear-gradient(90deg, #B471FF, #6BD8FF);
    margin-right: 10px;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    position: relative;
}

.model_3 .model_3_center .model_3_center_left>img:first-child {
    width: 25px;
    height: 25px;
    margin-right: 5px;
}

.model_3 .model_3_center .model_3_center_left>img:last-child {
    width: 20px;
    height: 12px;
}

.model_3 .model_3_center .model_3_center_left>div {
    width: 85%;
    line-height: 23px;
}

.model_3 .model_3_center .model_3_center_left>div>div {
    font-size: 20px;
    
}

.model_3 .model_3_center .model_3_center_right>ul {
    width: 100%;
    /*overflow: scroll;*/
    margin-bottom: 0;
}

.model_3 .model_3_center .model_3_center_right>ul>li {
    /*display: inline-block;*/
    padding: 0px 20px;
    font-size: 16px;
    color: #fff;
    height: 68px;
    line-height: 68px;
    font-weight: 500;
    position: relative;
    
}
.model_3 .model_3_center .model_3_center_right>ul>li>a{
   display: block;
    /*padding: 0 25px;*/
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    background: transparent;
    text-transform: uppercase;
    line-height: 68px;
    height: 68px;
    position: relative;
    letter-spacing: 0.2em;
    -webkit-transition: all 0.3s 
linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s 
linear;
cursor: pointer;
}
.model_3 .model_3_bottom .mode_four {
    background: #fff;
    padding: 0px 120px;
    /* padding-bottom: 20px; */
    
}

.model_3 .model_3_bottom .mode_four>img {
    width: 49%;
    /*height: 235px;*/
    position: relative;
    top: -120px;
    z-index: 9;
    max-height: 500px;
}

/* 模版三end */
/* 底部 */
.foolter_div {
    width: 100%;
    background-color: #424242;
}

.foolter_div .foolter_top {
    padding: 0 120px;
    color: #fff;
    padding-bottom: 70px;
    padding-top: 50px;
    font-size: 14px;
}

.foolter_div .boottom_tips {
    border-top: 0.5px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 16px;
    width: 100%;
    padding: 20px 0;
}

.foolter_div .boottom_tips img {
    max-width: 100%;
    margin-left: 5px;
}

.foolter_div .boottom_tips>p {
    color: #888888;
}

.foolter_div .boottom_tips a {
    transition: all 0.3s linear;
    color: #fff;
    margin-right: 10px;
}

.boottom_tips a:hover {
    color: #e52e06 !important;
    text-decoration: none;
}

.foolter_div .foolter_title {
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 0;
    letter-spacing: 0;
    position: relative;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.2em;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.foolter_div .foolter_title::before {
    content: "";
    width: 50px;
    height: 1px;
    background: #e52e06;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    box-sizing: border-box;
}

.foolter_div .foolter_top>div>i {
    margin-right: 5px;
}

.foolter_div .foolter_top>div>img {
    width: 100px;
    height: 100px;
    margin: 20px 0;
}

.foolter_div .foolter_top>div a {
    font-size: 16px;
    color: #fff;
    transition: all 0.3s linear;
}

.foolter_div .foolter_top>div a:hover {
    text-decoration: none;
    padding-left: 6px;
    color: #E52E06 !important;
}
/*图片放大*/
.img_max:hover{
    transform: scale(1.1);
    transition: all 0.3s linear;
}
/*模版一搜索样式*/
.offcanvas-search-inner {
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    position: fixed;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background-color: rgba(0, 0, 0, 0.7);
    /*opacity: 0;*/
    /*visibility: hidden;*/
    z-index: 99;
}

.offcanvas-search-inner.show {
    opacity: 1;
    visibility: visible;
}

.offcanvas-search-inner.show .offcanvas-search-box {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.offcanvas-search-inner .offcanvas-close {
    width: 50px;
    height: 50px;
    text-align: center;
    background-color: #fff;
    color: #CC2121;
    font-size: 22px;
    cursor: pointer;
    top: 50px;
    right: 50px;
    position: absolute;
    z-index: 9;
    font-weight: normal;
}

.offcanvas-search-inner .offcanvas-close i {
    display: block;
    line-height: 50px;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.offcanvas-search-inner .offcanvas-close:hover i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.offcanvas-search-box {
    height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.offcanvas-search-box .bdr-bottom {
    border-bottom: 1px solid #CC2121;
}

.offcanvas-search-box input {
    width: 100%;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding-right: 20px;
    padding-bottom: 15px;
    background-color: transparent;
}

.offcanvas-search-box input::-webkit-input-placeholder {
    color: #fff;
    font-size: 16px;
    opacity: 1;
}

.offcanvas-search-box input::-moz-placeholder {
    color: #fff;
    font-size: 16px;
    opacity: 1;
}

.offcanvas-search-box input:-ms-input-placeholder {
    color: #fff;
    font-size: 16px;
    opacity: 1;
}

.offcanvas-search-box input::-ms-input-placeholder {
    color: #fff;
    font-size: 16px;
    opacity: 1;
}

.offcanvas-search-box input::placeholder {
    color: #fff;
    font-size: 16px;
    opacity: 1;
}

.offcanvas-search-box .search-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 1;
    padding-bottom: 15px;
    text-transform: capitalize;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    width:100px;
    background: transparent;
}

.offcanvas-search-box .search-btn i {
    display: block;
    line-height: 1;
    font-size: 20px;
    color: #fff;
    padding-right: 10px;
}

.offcanvas-search-box .search-btn:hover,.offcanvas-search-box .search-btn:hover i{
    color: #CC2121 !important;
}
.w-100 {
	width: 100%!important
}