*{
    box-sizing: border-box;
}
.header-container{
    width: 100%;
    background-color: #fff;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}
.header-container.not-bg{
    background-image: none !important;
    border-bottom-width: 0;
    box-shadow: 0 0 8px rgba(0,0,0,0.3);
}
.header-container .header-top{
    height: 40px;
    width: 100%;
    background-color: rgba(255,255,255,0.7);
}
.header-container .header-top-content{
    width: 1200px;
    margin: 0 auto;
    height: 40px;
}
.header-container .header-top-content .header-link .link-item{
    float: left;
    font-size: 14px;
    color: #666;
    padding: 0 8px;
    line-height:40px;
    cursor: pointer;
}
.header-container .header-top-content .header-link .link-item a{
    color: #666;
}
.header-container .header-top-content .header-link .link-item .tips{
    display: inline-block;
    background-color: red;
    vertical-align: middle;
    color: #fff;
    border-radius: 4px;
    height: 18px;
    font-size: 12px;
    margin-left: 6px;
    margin-top: -2px;
    line-height: 18px;
    position: relative;
    padding: 0 4px;
}
.header-container .header-top-content .header-link .link-item .tips:before{
    content:'';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    top: 50%;
    left: -4px;
    margin-top: -4px;
    border-width: 4px 4px 4px 0;
    border-right-color: red;
}
.header-container .header-top-content .header-link .spacer{
    float: left;
    width: 1px;
    height: 12px;
    background-color: #bbb;
    margin: 14px 8px 0 8px;
}
.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: #fff;
    border-radius: 0 0 5px 5px;
    display: none;
    z-index: 5;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    padding: 10px;
}
.header-container .header-top-content .header-link .dropdown:hover{
    background-color: #fff;
}
.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: 0;
    padding: 0;
    overflow: hidden;
}
.header-container .header-top-content .header-link .dropdown-link .link-list > li{
    float: left;
    padding: 0 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: 0 auto;
    padding: 18px 0 28px 0;
    
}
.header-container .header-content .logo-content{
    float: left;
}
.header-container .header-content .header-logo{
    width: 236px;
    height: 78px;
    font-size: 0;
    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;
}
.header-container .header-content .search-main{
    width: 504px;
}
.header-container .header-content .search-main .search-form{
    font-size: 0;
}
.header-container .header-content .search-main .search-form .search-input{
    height: 40px;
    width: calc(100% - 60px);
    border-radius: 6px 0 0 6px;
    background-color: #fff;
    border-width: 2px 0 2px 2px;
    border-style: solid;
    font-size: 14px;
    color: #333;
    padding: 0 15px;
    vertical-align: top;
}
.header-container .header-content .search-main .search-form .search-button{
    height: 40px;
    border-radius: 0 6px 6px 0;
    width: 60px;
    border: 0;
    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 0 0 0;
    padding: 0;
    overflow: hidden;
}
.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;
    font-size: 14px;
    color: #666;
    margin-right: 12px;
}
.header-container .header-content .search-main .hot-search-list > li a{
    color: #666;
}
.header-container .header-content .search-main .hot-search-list > li:last-child{
    margin-right:0;
}

.header-container .header-content .header-buttons{
    float: right;
    margin-top: 5px;
}
.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: #fff;
    height: 18px;
    padding: 0 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: 0;
    margin-left: 10px;
    color: #fff;
}
.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: 0 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: #fff;
    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: 0;
    top: 50px; 
    padding-top: 8px;
    width: 100%;
}

.message-container{
    position: fixed;
    z-index: 1001;
    background-color: #fff;
    width: 500px;
    height: 100%;
    top: 0;
    right: -505px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.message-container.show{
    right: 0;
}
.message-container .message-title{
    color: #fff;
    font-size: 16px;
    padding-left: 10px;
    line-height: 56px;
    height: 56px;
    background: -webkit-linear-gradient(to right, rgb(155, 78, 255), rgb(66, 167, 255));
    background: linear-gradient(to right, rgb(155, 78, 255), rgb(66, 167, 255));
}
.message-container .message-close{
    position: absolute;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
    right: 20px;
    top: 16px;
    font-size: 0;
    padding: 6px;
}
.message-container .message-close .icon-src{
    width: 12px;
    height: 12px;
}
.message-container .message-content{
    margin: 0 20px 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: solid 1px #efefef;
    padding: 16px 0 16px 40px;
    cursor: pointer;
}
.message-container .message-content .message-list .list .title{
    font-size: 16px;
    color: #333;
    float: left;
}
.message-container .message-content .message-list .list .time{
    font-size: 12px;
    color: #666;
    float: right;
}
.message-container .message-content .message-list .list .message{
    font-size: 14px;
    color: #666;
    margin-top: 5px;
    word-break: break-all;
}
.message-container .message-content .message-list .list .tips{
    position: absolute;
    width: 18px;
    height: 18px;
    color: #fff;
    background-color: red;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
    border-radius: 50%;
    right: 0;
    bottom: 16px;
    display: block;
}

.focus-content .navbar-scroll {
    width: 234px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
}
.focus-content .navbar-scroll .navbar-list .navbar-class-box{
    top: 0;
}
.focus-content.focus-content-011{
    padding-left: 0;
}
.focus-content.focus-content-011 .mod-left{
    width: 944px;
}
.focus-content.focus-content-001{
    padding-left: 0;
}
.focus-content.focus-content-001 .mod-left{
    width: 944px;
}
.focus-content.focus-content-010{
    padding-left: 0;
}
.focus-content.focus-content-010 .mod-left{
    width: 100%;
}

.navbar-scroll .scroll-content{
    overflow: hidden;
    background-color: #fff;
    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: 0;
    list-style: none;
    margin: 0;
}
.navbar-scroll .navbar-list .navbar-group{
    border-bottom: solid 1px #f0f0f0;
    padding: 0 16px;
}
.navbar-scroll .navbar-list .navbar-group:hover{
    background-color: #f0f0f0;
}
.navbar-scroll .navbar-list .navbar-group:hover .navbar-class-box{
    display: block;
}
.navbar-scroll .navbar-list .navbar-group:last-child{
    border-bottom: 0;
}
.navbar-scroll .navbar-list .navbar-group .group-title{
    position: relative;
    font-size: 0;
    display: block;
}
.navbar-scroll .navbar-list .navbar-group .group-title:after{
    content:'';
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    border-right: solid 1px #666;
    border-top: solid 1px #666;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 0;
    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: #333;
    display: inline-block;
    vertical-align: middle;
}
.navbar-scroll .navbar-list .navbar-class-box{
    position: absolute;
    left: 234px;
    top: 8px;
    background-color: #fff;
    padding: 10px 20px 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: 0;
}
.navbar-scroll .navbar-list .navbar-class-box .class-title{
    font-size: 14px;
    font-weight: bold;
    border-top: 1px dashed #dfdfdf;
    padding: 10px 0;
    display: block;
}
.navbar-scroll .navbar-list .navbar-class-box .class-list{
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
}
.navbar-scroll .navbar-list .navbar-class-box .class-list > li{
    float: left;
    font-size: 14px;
    margin: 0 15px 10px 0;
}
.navbar-scroll .navbar-list .navbar-class-box .class-list > li > a{
    color: #666;
}
.header-container .navbar-content .menu-content{
    width:calc(100% - 234px);
    float: left;
}
.header-container .navbar-content .menu-list{
    padding: 0;
    list-style: none;
    margin: 0;
    width: 100%;
    display: -webkit-box; 
    display: -moz-box; 
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex; 
    overflow-x: auto; /* 允许水平滚动 */
    white-space: nowrap; /* 保持子元素不换行 */
}
.header-container .navbar-content .menu-list > li{
    -webkit-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    line-height: 50px;
    font-size: 18px;
    margin: 0 25px;
}
.header-container .navbar-content .menu-list > li > a{
    color: #333;
    text-decoration: none;
}

.middle-container{
    width: 1200px;
    margin: 6px auto 0 auto;
    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: #fff;
    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: #666;
}
.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: 0;
    border-radius: 50px 0 0 50px;
    background-image: url('../images/swiper-next.png');
    background-position: 8px center;
}
.swiper-navigation-prev{
    left: 0;
    border-radius: 0 50px 50px 0;
    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: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.swiper-arrow-prev{
    left: 0;
}
.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: 455px;
}
.focus-content .banner-box .banner-src{
    width: 100%;
    height: 100%;
}
.swiper-pagination-bullet{
    border-radius: 4px;
}
.swiper-pagination-bullet-active{
    background: #fff;
    width: 16px;
}

.focus-content .user-member{
    background-color: #fff;
}
.focus-content .user-member .user-box{
    font-size: 0;
    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: #333;
    font-weight: bold;
}
.focus-content .user-member .user-box .user-info .small{
    font-size: 14px;
    color: #666;
}
.focus-content .user-member .logout-box{
    font-size: 0;
    padding: 0 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: #fff!important;
}
.focus-content .user-member .logout-box .skin-bg{
    color: #fff;
    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 12px;
}
.focus-content .user-member .shortcut-box .shortcut-list{
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin: 0;
}
.focus-content .user-member .shortcut-box .shortcut-list > li{
    float: left;
    width: 33.33%;
    text-align: center;
    cursor: pointer;
    padding: 0 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: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.focus-content .video-content{
    width: 100%;
    height: 132px;
    background-color: #fff;
    margin-top: 10px;
}
#video-container{
    width: 100%;
    height: 100%;
}

.focus-content .notice-content{
    background-color: #fff;
    margin-top: 10px;
    padding-bottom: 10px;
}
.focus-content .notice-content .notice-title{
    border-bottom: 1px solid #F0F0F0;
    margin: 0 12px;
}
.focus-content .notice-content .notice-title .title-name{
    float: left;
    font-size: 14px;
    color: #333;
    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 0 0 0;
    padding: 0 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: #666;
    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: #999;
    position: absolute;
    left: 0;
    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: -webkit-box; 
    display: -moz-box; 
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex; 
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    height: 60px;
    padding: 0 20px;
    background-color: #fff;
}
.zone-content .zone-member .zone-top-box .zone-title{
    white-space: nowrap;
    font-size: 20px;
    color: #333;
    margin-right: 50px;
    -prefix-box-flex: 1; 
    -webkit-box-flex: 1; 
    -webkit-flex: 1; 
    -moz-box-flex: 1; 
    -ms-flex: 1; 
    flex: 1; 
}
.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: #999;
    height: 26px;
    line-height:26px;
    cursor: pointer;
    margin: 0 14px;
}
.zone-content .zone-member .zone-top-box .zone-class .zone-class-item > i{
    width: 52px;
    height: 2px;
    position: absolute;
    bottom: 0;
    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: 0;
    margin: 0;
    font-size: 0;
}
.zone-content .zone-member .zone-goods-content .zone-goods-list > li > a{
    text-decoration: none;
    display: block;
    padding: 24px 10px 0 10px;
}
.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{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.zone-content .zone-member .zone-goods-content .zone-goods-list > li{
    margin-top: 2px;
    background-color: #fff;
    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: 0;
}
.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{
    width: 100%;
    height: 100%;
    -webkit-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
}
.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: #333;
    line-height: 1.5;
    word-break: break-all;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.zone-content .zone-member .zone-goods-content .zone-goods-list .goods-info .price{
    font-size: 16px;
    color: #F24F4C;
    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: #fff;
}
.classify-content .classify-left-member .top-pic-box .pic-src{
    width: 100%;
    height: 100%;
}
.classify-content .classify-left-member .classify-scroll{
    height: 390px;
    overflow-y: auto;
    padding-right: 10px;
    overflow-x: hidden;
}
.classify-content .classify-left-member .classify-scroll .classify-list{
    width: 296px;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    position: relative;
    background-color: #333;
    min-height: 100%;
}
.classify-content .classify-left-member .classify-scroll .classify-list .list{
    height: 78px;
    padding-left: 28px;
    border-bottom: solid 1px 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: #fff;
    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: 0;
    background-color: #094891;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.classify-content .classify-left-member .classify-scroll .classify-list .active-bg .arrow{
    position: absolute;
    background-color: #094891;
    display: block;
    width: 16px;
    height: 16px;
    right: -4px;
    top: 50%;
    margin-top:-8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.classify-content .classify-right-member{
    width: 894px;
    float: right;
}
.classify-content .classify-right-member .classify-swiper{
    height: 56px;
    background-color: #fff;
    width: 100%;
    padding: 0 36px;
}
.classify-content .classify-right-member .classify-swiper .swiper-slide{
    width: auto;
}
.classify-content .classify-right-member .classify-swiper .classify-item{
    font-size: 0;
    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: #fff;
    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: solid 1px #666;
    display: block;
}
.classify-content .classify-right-member .classify-swiper .classify-item .dot > i.skin-bg{
    border: solid 2px #fff;
}
.classify-content .classify-right-member .classify-swiper .classify-item .item-name{
    font-size: 16px;
    color: #666;
    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: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.classify-content .classify-goods-list .list{
    margin: 2px 2px 0 0;
    background-color: #fff;
    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: 0;
}
.classify-content .classify-goods-list .list .pic-box{
    width: 110px;
    height: 110px;
    overflow: hidden;
    margin: 0 auto 10px auto;
}
.classify-content .classify-goods-list .list .goods-info{
    text-align: center;
}
.classify-content .classify-goods-list .list .goods-info .title{
    font-size: 12px;
    color: #333;
    line-height: 1.5;
    word-break: break-all;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 36px;
}
.classify-content .classify-goods-list .list .goods-info .price{
    font-size: 22px;
    color: #F24F4C;
}
.classify-content .classify-goods-list .list .goods-info .price > span{
    font-size: 14px;
}

.poster-content{
    display: block;
    margin-top: 10px;
    font-size: 0;
    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: 0;
    left: 0;
}
.module-content .module-left-member .module-class-box .class-title{
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    padding: 30px 20px 10px 20px;
    word-break: break-all;
}
.module-content .module-left-member .module-class-box .class-scroll{
    padding: 0 20px;
    overflow-y: auto;
    max-height: 465px;
}
.module-content .module-left-member .module-class-box .class-list{
    margin: 0 0 0 20px;
    padding: 0;
}
.module-content .module-left-member .module-class-box .class-list > li{
    line-height: 34px;
    color: #fff;
    font-size: 14px;
}
.module-content .module-left-member .module-class-box .class-list > li > a{
    color: #fff;
    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: 0 10px;
}
.module-content .module-center-member .module-class-swiper{
    height: 42px;
    background-color: #fff;
    padding: 0 10px;
}
.module-content .module-center-member .module-class-swiper .swiper-slide{
    width: auto;
    margin: 0 18px;
}
.module-content .module-center-member .module-class-swiper .class-item{
    font-size: 14px;
    color: #333;
    position: relative;
    border-bottom-width: 2px;
    border-bottom-style: solid; 
    border-color: transparent;
    padding-top:10px;
    cursor: pointer;
}
.module-content .module-center-member .module-class-swiper .class-item .arrow{
    display: none;
    content: " ";
    width: 0;
    height: 0;
    border-left: 5px solid transparent !important;
    border-right: 5px solid transparent !important;
    border-top: 5px solid #9834FF;
    left: 50%;
    margin-left: -5px;
    bottom: -6px;
    position: absolute;
}
.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: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
}
.module-content .module-goods-content .module-goods-list .list{
    margin: 2px 2px 0 0;
    background-color: #fff;
    width: 182px;
    height: 258px;
    float: left;
}
.module-content .module-goods-content .module-goods-list .list:nth-child(4n){
    margin-right: 0;
}
.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: 0 auto 10px auto;
    overflow: hidden;
}
.module-content .module-goods-content .module-goods-list .list .title{
    font-size: 12px;
    color: #333;
    line-height: 1.5;
    word-break: break-all;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 36px;
}
.module-content .module-goods-content .module-goods-list .list .price{
    font-size: 22px;
    color: #F24F4C;
    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: #fff;
    padding-top: 10px;
}
.module-content .module-right-member .hot-title{
    text-align: center;
    font-size: 20px;
    color: #333;
    height: 60px;
    line-height: 60px;
}
.module-content .module-right-member .hot-goods-scroll{
    padding: 0 10px;
    height: 490px;
    overflow-y: auto;
}
.module-content .module-right-member .hot-goods-list{
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
}
.module-content .module-right-member .hot-goods-list .list{
    background-color: #FAFAFA;
    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: #333;
    line-height: 1.5;
    word-break: break-all;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.module-content .module-right-member .hot-goods-list .list .goods-info .price{
    font-size: 16px;
    color: #F24F4C;
    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: #fff;
}
.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: #F0F0F0;
    left: 0;
    top: 50%;
    margin-top: -11px;
    z-index: 2;
}
.brand-content .brand-item .brand-src{
    width: 100%;
    height: 100%;
}

.footer-container{
    width: 100%;
    background-color: #f1f1f1;
    margin-top: 18px;
}
.footer-container .footer-inner{
    width: 1200px;
    margin: 0 auto;
    border-bottom: solid 1px #E4E4E4;
    padding: 45px 0;
    font-size: 0;
    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{
    width: calc(100% -57px);
    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: #666;
}
.footer-container .footer-inner .inner-item .text .small{
    font-size: 14px;
    color: #666;
}
.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: 0;
}
.footer-container .footer-help .help-group .group-name{
    font-size: 18px;
    color: #4A4A4A;;
    margin-bottom: 12px;
}
.footer-container .footer-help .help-group .help-list,
.footer-container .footer-help .help-group .contact-list{
    margin: 0;
    padding: 0;
    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: #686868;
}
.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: #686868;
}
.footer-container .footer-help .help-group .contact-list .icon-src{
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin: -1px 6px 0 0;
}
.copyright-container{
    width: 100%;
    background-color: #424242;
    padding: 24px 0;
    font-size: 0;
}
.copyright-content{
    width: 1200px;
    margin: 0 auto;
    font-size: 0;
    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: 0;
}
.copyright-content .links-box .link-list > a{
    font-size: 12px;
    color: rgba(255,255,255,0.45);
    margin: 0 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 0 0;
}
.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{
    color: rgba(255,255,255,0.45) !important;
    text-decoration: underline;
}
.copyright-content .links-box .copyright-info > a:nth-child(2){
    margin-left: 0;
}
.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: 0 auto 6px auto;
    background-color: #fff;
}
.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: all .3s ease;
}
.slide-anchor-container.slide-fixed-left{
    margin-left: 0;
}
.slide-anchor-container .slide-anchor-list{
    background-color: #fff;
    border-radius:0 4px 4px 0;
    box-shadow: 0 0 2px rgba(0,0,0,0.1);
    font-size: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.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: 0;
    vertical-align: middle;
    height: 50px;
}
.slide-anchor-container .slide-anchor-list .list-name{
    position: relative;
    z-index: 5;
    margin: 0 8px;
    width: 44px;
    border-bottom: solid 1px #efefef;
    min-height: 50px;
    padding: 5px;
     text-align: center;
}
.slide-anchor-container .slide-anchor-list .list-name .item-name{
    font-size: 12px;
    color: #333;
    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: 0;
}
.slide-anchor-container .slide-anchor-list > li .skin-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    right: 100%;
    top: 0;
    z-index: 1;
    transition: all .3s ease;
}
.slide-anchor-container .slide-anchor-list > li:hover .list-name,
.slide-anchor-container .slide-anchor-list > li.active .list-name{
   border-bottom: 0;
}
.slide-anchor-container .slide-anchor-list > li:hover .item-name,
.slide-anchor-container .slide-anchor-list > li.active .item-name{
    color: #fff;
}
.slide-anchor-container .slide-anchor-list > li:hover .skin-bg,
.slide-anchor-container .slide-anchor-list > li.active .skin-bg{
    right:0;
}
@media screen and (max-width: 1448px) {
  .slide-anchor-container {
    margin-left: 0;
    left: 0;
  }
}