.top-content .classification-wrap {
    width: 191px;
    height: 48px;
    background: #2d2e36;
    font-size: 16px;
    color: #ffffff;
    line-height: 48px;
}
.top-content .classification-wrap .top-box {
    padding-left: 20px;
}
.top-content .classification-wrap .top-box img {
    margin-right: 10px;
}
.top-content .nav-ul-box {
    padding-left: 20px;
    font-size: 16px;
}
.top-content .nav-ul-box a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 30px;
    font-weight: 800;
    cursor: pointer;
    transition: all .2s;
}
.top-content .nav-ul-box a:hover{
    transform: translateY(-3px);
    /*color: #F3630E;*/
}
.top-content .nav-ul-box .nav-ul-icon {
    width: 24px;
    margin-right: 3px;
}

.top-content .nav-ul-box  .new-icon{
    position: absolute;
    top: -18px;
    left: 65px;
}
.center-content {
    height: 478px;
    background: #f8f8f8;
}
.center-content .classification-box {
    position: relative;
    width: 191px;
    height: 468px;
    padding: 10px 0;
    background: #fff;
}
.center-content .classification-box .classify-item {
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    cursor: pointer;
}
.center-content .classification-box .classify-item:hover {
    background: rgba(45, 46, 54, .1);
}
.center-content .classification-box .classify-item:hover .item-a{
    transform: translateX(4px);
}
.center-content .classification-box .item-a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #333;
    transition: all .2s;
}
.center-content .classification-box .item-a a {
    font-size: 14px;
    color: #333;
}
.center-content .classification-box .item-txt {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: absolute;
    top: 0;
    left: 191px;
    width: 756px;
    height: 468px;
    padding: 30px 0 0 40px;
    background: #ffffff;
    border: 1px solid #2d2e36;
    overflow: auto;
    z-index: 10;
}
.center-content .classification-box .item-txt::-webkit-scrollbar {
    width: 8px;
    margin-left: 5px;
}
.center-content .classification-box .item-txt::-webkit-scrollbar-thumb {
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #dfdfdf;
}
.center-content .classification-box .item-txt .content-item-box {
    width: 336px;
    margin: 0 10px 13px 0;
}
.center-content .classification-box .item-txt .content-item-box h6 {
    margin: 0;
    font-size: 14px;
    font-weight: 800;
    line-height: 19px;
}
.center-content .classification-box .item-txt .content-item-box .item-wrap-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px;
    height: 85px;
    overflow: hidden;
}
.center-content .classification-box .item-txt .content-item-box .item-wrap-box a {
    margin: 0 24px 12px 0;
    color: #666;
    font-size: 12px;
    line-height: 16px;
}
.center-content .classification-box .item-txt .content-item-box .item-wrap-box a:hover {
    color: #f3630e;
}
.center-content .classification-box img {
    width: 16px;
    margin-right: 6px;
}
.center-content .center-wrap {
    width: 746px;
    margin: 10px 10px 0 10px;
}
.center-content .center-wrap .banner-swiper img {
    width: 746px;
    height: 338px;
    cursor: pointer;
}
.center-content .center-wrap .banner-swiper .swiper-slide {
    font-size: 0;
}
.center-content .center-wrap .banner-swiper .button-prev,
.center-content .center-wrap .banner-swiper .button-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 64px;
    background: rgba(45, 46, 54, 0.6);
    z-index: 9;
    cursor: pointer;
}
.center-content .center-wrap .banner-swiper .button-prev img,
.center-content .center-wrap .banner-swiper .button-next img {
    width: 36px;
    height: 36px;
}
.center-content .center-wrap .banner-swiper .button-prev {
    left: 0;
}
.center-content .center-wrap .banner-swiper .button-next {
    right: 0;
}
.center-content .center-wrap .banner-swiper .customer-pagination {
    bottom: 30px;
}
.center-content .center-wrap .banner-swiper .swiper-pagination-bullet {
    width: 32px;
    height: 3px;
    background: rgba(255,255,255,0.5);
    border-radius: 2px;
}
.center-content .center-wrap .banner-swiper .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
}
.center-content .center-wrap .bottom-banner-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
}
.center-content .center-wrap .bottom-banner-box img {
    width: 242px;
    height: 110px;
}
.center-content .right-wrap {
    padding: 0 16px;
    width: 243px;
    margin-top: 10px;
    background: #ffffff;
}

.center-content .right-wrap .right-title{
    padding: 19px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #EDEDED;
}

.center-content .right-wrap .right-title .title{
    font-size: 16px;
    color: #2D2E36;
    font-weight: bold;
}

.center-content .right-wrap .right-title .tips{
    font-size: 12px;
    color: #666666;
}

.center-content .right-wrap .right-content{
    margin-top: 10px;
}

.center-content .right-wrap .content-item{
    margin-bottom: 13px;
    color: #333333;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    cursor: pointer;
}

.center-content .right-wrap .content-item .order-box{
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    background: #999999;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 24px;
}

.center-content .right-wrap .content-item .video-img{
    display: none;
    position: relative;
    margin: 13px auto 0 auto;
    width: 180px;
    height: 102px;
}

.center-content .right-wrap .content-item .active{
    display: block;
}

.center-content .right-wrap .content-item .video-img .play-btn{
    position: absolute;
    left: 66px;
    top: 27px;
}

.center-content .right-wrap .content-item .video-img .play-btn img{
    width: 48px;
    height: 48px;
}

.center-content .right-wrap .content-item .video-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content-wrap{
    padding-top: 16px;
    background: #ffffff;
}

.content-wrap .title-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    margin: 0 auto;
    width: 1200px;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
}

.content-wrap .title-box .right-gif{
    width: 80px;
    height: 30px;
}

.content-wrap .title-box .right-gif img{
    width: 100%;
    height: 100%;
}

.content-wrap .title-box img{
    margin-right: 10px;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

.content-wrap .title-box span{
    vertical-align: middle;
}

.content-wrap .content-box{
    width: 1200px;
    margin: 0 auto;
}

.floor-wrap .floor-content{
    margin: 0 auto;
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
}

.floor-wrap .floor-content .m-video-box {
    width: 292px;
    margin-bottom: 10px;
    margin-right: 10px;
}
.floor-wrap .floor-content .m-video-box:nth-of-type(4n){
    margin-right: 0;
}

.banner-wrap{
    margin: 0 auto;
    width: 1200px;
    height: 100px;
    cursor: pointer;
}

.banner-wrap img{
    width: 100%;
    height: 100%;
}

.floor-wrap{
    margin: 0 auto;
    width: 1200px;
    background: #ffffff;
}

.floor-wrap .floor-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 40px 0 16px 0;
}

.floor-wrap .floor-header .more-btn{
    display: flex;
    align-items: center;
    color: #666666;
    cursor: pointer;
}

.floor-wrap .floor-header .floor-num{
    margin-right: 16px;
    font-size: 24px;
    color: #F3630E;
    font-weight: bold;
}

.floor-wrap .floor-header .floor-name{
    margin-right: 40px;
    font-size: 24px;
    color: #333333;
    font-weight: bold;
}

.floor-wrap .floor-header .floor-tab{
    display: flex;
    align-items: center;
}

.floor-wrap .floor-header .floor-tab .tab-item{
    position: relative;
    margin-right: 48px;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    cursor: pointer;
}

.floor-wrap .floor-header .floor-tab .active{
    color: #F3630E;
}

.floor-wrap .floor-header .floor-tab .active:before{
    content: "";
    position: absolute;
    left: 50%;
    bottom: -6px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 20px;
    height: 3px;
    background: #f3630e;
    border-radius: 2px;
}

.boutique-swiper .m-video-box{
    width: 291px;
}

.boutique-swiper .button-prev{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 24px;
    height: 48px;
    border-radius: 0px 4px 4px 0px;
    background: rgba(0, 0, 0, 0.2);
    z-index: 9;
    cursor: pointer;
}
.boutique-swiper .button-next{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 24px;
    height: 48px;
    border-radius: 4px 0px 0px 4px;
    background: rgba(0, 0, 0, 0.2);
    z-index: 9;
    cursor: pointer;
}
.boutique-swiper .button-prev img,
.boutique-swiper .button-next img {
    width: 16px;
}
.boutique-swiper .button-prev {
    left: 0;
}
.boutique-swiper .button-next {
    right: 1px;
}