.container{
    min-height: calc( 100vh - 761px);
    position: relative;
    padding-bottom: 200px;
}
.container .bg-content:before{
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    background: url("../images/home-bg-1.png") no-repeat;
    background-size: contain;
    width: 250px;
    height: 423px;
    z-index: 0;
}
.container:after{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background: url("../images/home-bg-2.png") no-repeat;
    background-size: contain;
    width: 428px;
    height: 338px;
    z-index: 0;
}
.btn-buy{
    display: block;
    width: 248px;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    font-size: 16px;
    text-align: center;
    border: 1px solid #000;
}
.btn-buy:hover,
.btn-buy:active{
    background: #000;
    color: #fff;
}

.home-line-title{
    position: relative;
    font-size: 36px;
    color: #333;
    text-align: center;
}
.home-line-title:before{
    content: "";
    position: absolute;
    top: 17px;
    left: 50%;
    transform: translateX(-50%);
    width: 255px;
    height: 2px;
    background: #000000;
}
.home-line-title span{
    position: relative;
    display: inline-block;
    background: #fff;
    padding: 0 30px;
    z-index: 2;
}


.home-swipe-top{
    width: 100vw;
    height: calc( 100vh - 211px );
}

.home-swipe-top .swiper-slide img{
    width: 100vw;
    height: calc( 100vh - 211px );
    object-fit: cover;
}
.home-series .home-series-item a,
.home-brand a{
    display: block;
}
.home-series .home-series-item img,
.home-brand img{
    display: block;
    width: 100vw;
    height: 660px;
}
.home-bottom{
    position: relative;
    padding-top: 120px;
}

.home-star-container{
    position: relative;
}
.home-star-swipe{
    width: 960px;
    height: 480px;
}
.home-star-swipe .swiper-slide{
    font-size: 0;
}
.home-star-swipe .swiper-slide a{
    display: inline-block;
}
.home-star-swipe .swiper-slide a:nth-child(2){
    margin: 0 20px;
}
.home-star-swipe .swiper-slide a img{
    width: 304px;
    height: 404px;
    object-fit: cover;
    transition: all .5s;
}
.home-star-swipe .swiper-slide a img:hover{
    transform: scale(1.05);
}
.home-star-container .swiper-button-next,
.home-star-container .swiper-button-prev{
    position: absolute;
    top: 22px;
    height: 404px;
    width: 105px;
    background: #f6f6f6;
}
.home-star-container .swiper-button-prev{
    background-image: url("../images/prev.png");
    background-repeat: no-repeat;
    background-size: 31px 56px;
    background-position: center center;
    left: 0px;
}
.home-star-container .swiper-button-prev:hover{
    background-image: url("../images/prev-a.png");
}
.home-star-container .swiper-button-next{
    background-image: url("../images/next.png");
    background-repeat: no-repeat;
    background-size: 31px 56px;
    background-position: center center;
    right: 0px;
}
.home-star-container .swiper-button-next:hover{
    background-image: url("../images/next-a.png");
}

.home-skin{
    position: relative;
    z-index: 3;
}
.home-skin-left{
    float: left;
    width: 600px;
}
.home-skin-left img{
    width: 600px;
    height: 300px;
    object-fit: cover;
    transition: all .8s;
}
.home-skin-left img:hover{
    transform: scale(1.1);
}
.home-skin-right{
    position: relative;
    margin-left: 640px;
    width: 560px;
    height: 364px;
    padding: 28px 50px 40px 60px;
    box-sizing: border-box;
}
.home-skin-right-bg1{
    position: absolute;
    left: 0;
    top: 18px;
    width: 560px;
    height: 328px;
    border: 1px solid #000;
    background: #fff;
}
.home-skin-right-bg2{
    position: absolute;
    top: 0;
    left: 12px;
    height: 364px;
    width: 536px;
    border: 1px solid #000;
}
.home-skin-ul li{
    position: relative;
    font-size: 16px;
    color: #333;
    height: 56px;
    line-height: 62px;
    border-top: 1px solid #e3e3e3;
    cursor: pointer;
}
.home-skin-ul li:hover{
    text-decoration: underline;
    color: #000;
}
.home-skin-ul li:nth-child(1){
    border-top: 0;
}
.home-skin-ul li:before{
    content: "";
    top: 50%;
    left: -12px;
    width: 8px;
    height: 8px;
    background: #000;
    position: absolute;
}
.home-skin-more{
    position: relative;
    font-size: 12px;
    color: #999;
    text-align: right;
    z-index: 2;
}
.home-skin-more a{
    cursor: pointer
;
}


/******** 产品列表页 ***********/
.series-top-banner img{
    height: 360px;
    width: 100vw;
    object-fit: cover;
}
.series-list-box{
    width: 1206px;
    padding-top: 70px;
    margin: 0 auto;
}
.series-list-left-nav{
    float: left;
    padding-top: 145px;
    width: 230px;
    box-sizing: border-box;
}
.series-left-nav{
    width: 230px;
    border-top: 1px solid #d9d9d9;
}
.series-left-nav li{
    cursor: pointer;
    height: 54px;
    line-height: 54px;
    border-bottom: 1px solid #d9d9d9;
    font-size: 16px;
    padding: 0 12px;
    box-sizing: border-box;
}
.series-left-nav .selected{
    background: #f6f6f6;
    font-weight: 500;
}
.series-left-nav li:hover span,
.series-left-nav .selected span{
    border-bottom: 1px solid #000;
}
.series-list-right{
    padding-top: 48px;
    margin-left: 328px;
    width: 876px;
    box-sizing: border-box;
}
.series-list-right-top p:nth-child(1){
    padding-left: 212px;
    margin-bottom: 30px;
}
.series-list-right-tool{
    position: relative;
    background: #fff;
    height: 90px;
    width: 876px;
}
.series-list-right-tool-fixed{
    position: relative;
    background: #fff;
    padding: 30px 0 23px;
    height: 30px;
    width: 876px;
    line-height: 30px;
    border-bottom: 1px solid #d9d9d9;
}
.series-list-right-tool img{
    height: 30px;
}
.series-list-right-main{
    margin-top: 15px;
}
.horizontal,.vertical{
    cursor: pointer;
}

/* 列表排列 */
.series-list-main-vertical .series-list-item{
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #d9d9d9;
    cursor: pointer;
}
.shadow-area:hover{
    box-shadow: 0px 2px 8px 1px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 1;
}
.shadow-area:hover .btn-buy{
    background: #000;
    color: #fff;
}
.series-list-main-vertical .series-list-item-left{
    float: left;
}
.series-list-item-left{
    width: 282px;
    height: 282px;
}
.series-list-item-left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}
.series-list-item-left img:hover{
    transform: scale(1.05);
}
.series-list-main-vertical .series-list-item-right{
    position: relative;
    margin-left: 370px;
    padding: 20px 10px;
    height: 282px;
    box-sizing: border-box;
}
.series-list-main-vertical .series-list-item-right .series-list-item-title{
    height: 100px;
}
.series-list-main-vertical .series-list-item-right .series-list-item-title .series-list-item-title-content{
    font-size: 18px;
}
.series-list-main-vertical .series-list-item-right .btn-buy{
    position: absolute;
    bottom: 20px;
    left: 10px;
}

/* 九宫格排列 */
.series-list-main-horizontal{
    padding-top: 10px;
}
.series-list-main-horizontal .series-list-item{
    float: left;
    width: 282px;
    height: 493px;
    padding: 5px 0;
    cursor: pointer;
}
.series-list-main-horizontal .series-list-item:nth-child(3n+2){
    margin: 0 15px;
}
.series-list-main-horizontal .series-list-item-right{
    position: relative;
    padding: 7px 17px 30px;
    width: 100%;
    height: 211px;
    box-sizing: border-box;
    text-align: center;
}
.series-list-main-horizontal .series-list-item-right .series-list-item-title{
    height: 69px;
}
.series-list-main-horizontal .series-list-item-right .series-list-item-title .series-list-item-title-content{
    font-size: 16px;
}
.series-list-main-horizontal .series-list-item-right .btn-buy{
    margin-top: 20px;
}
.loading{
    display: none;
    margin-top: 20px;
    text-align: center;
}
.loading img{
    width: 20px;
}
.loadMore{
    font-size: 12px;
    color: #999;
}
.noData,.loadData,.noResult{
    display: none;
}


.fixed{
    position: fixed;
    top: 0;
    z-index: 2;
}
.series-list-right-tool-fixed.fixed{
    width: 895px;
    margin-left: -5px;
}



.product-right{
    position: relative;
    margin-left: 720px;
    min-height: 600px;
    padding-bottom: 105px;
    box-sizing: border-box;
}
.product-desc-list{
    margin: 60px 0;
    list-style-type: initial;
}
.product-desc-list li{
    margin-bottom: 40px;
    line-height: 28px;
    color: #333;
}
.product-right-bottom{
    position: absolute;
    bottom: 0;
    left: 0;
}
.product-gallery,
.product-gallery .swiper-slide img{
    width: 600px;
    height: 600px;
    margin: 0;
    object-fit: cover;
}
.product-left{
    position: relative;
    z-index: 22;
}
.product-img {
    width: 600px;
    height: 600px;
    z-index: 2;
}

.product-img img {
    width: 600px;
    height:600px;
    object-fit: cover;
}
.product-thumbs{
    position: relative;
    height: 100px;
    width: 420px;
    margin: 20px auto;
}
.product-thumbs .swiper-wrapper{
    width: 360px;
    margin: 0 auto;
}
.product-thumbs .swiper-slide{
    width: 100px!important;
}
.product-thumbs .swiper-slide img{
    width: 100px;
    height: 100px;
    object-fit: cover;
}
#thumbs .swiper-button-next,
#thumbs .swiper-button-prev{
    position: absolute;
    top: 20px;
    height: 100px;
    width: 25px;
    background-color: #f6f6f6;
    background-size: 50%;
}


.skin-list-item{
    position: relative;
    margin-bottom: 10px;
    height: 230px;
    background: #fff;
    z-index: 2;
}
.skin-list-item .shadow-area{
    padding: 20px;
    box-sizing: border-box;
}
.skin-list-item img{
    width: 340px;
    height: 190px;
    object-fit: cover;
}
.skin-list-item-right{
    position: relative;
    margin-left: 420px;
    height: 190px;
}
.skin-list-item-bottom{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #666;
}
.skin-list-item-bottom-right{
    position: absolute;
    right: 0;
    cursor: pointer;
    text-decoration: none;
}
.skin-list-item-bottom-right:hover{
    text-decoration: underline;
}

.detail-main{
    width: 858px;
}
.detail-title{
    font-size: 30px;
    color: #333;
    margin-bottom: 20px;
}
.detail-main-container{
    padding: 25px 0;
    font-size: 14px;
    color: #666;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 1px;
}
.detail-main-container img{
    width: 100%;
    object-fit: cover;
    margin: 24px 0;
}
.detail-recommend{
    position: absolute;
    top: 28px;
    right: 0;
    width: 300px;
    z-index: 1;
}
.recommend-list{
    margin: 30px 0;
    color: #B3874B;
}
.recommend-list li{
    position: relative;
    margin-bottom: 20px;
    padding-left: 14px;
    cursor: pointer;
}
.recommend-list li:hover{
    text-decoration: underline;
    color: #000;
}
.recommend-list li:before{
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: 0;
    top: 3px;
    background: #000;
}

.store-item{
    float: left;
    position: relative;
    display: inline-block;
    width: 490px;
    height: 140px;
    border: 1px solid #666;
    background: #fff;
    margin: 0 16px 20px;
    cursor: pointer;
}
.store-item-left{
    position: absolute;
    top: 0;
    left: 0;
    width: 140px;
    height: 140px;
    background: #000;
    text-align: center;
}
.store-item-left img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    height: 140px;
}
.store-right{
    position: relative;
    margin-left: 140px;
    text-align: center;
    font-size: 28px;
    line-height: 140px;
    font-weight: lighter;
}
.store-item:hover{
    /*background: #000;*/
    color: #fff;
}
.store-item:hover .store-item-left{
    width: 490px;
    background: #000;
    animation: storeWidth ease .3s;
}
.store-item:hover .store-item-left img{
    left: 140px;
    animation: storeImage ease .2s;
}
@keyframes storeWidth {
    0% {
        width: 140px;
    }
    100% {
        width: 490px;
    }
}
@keyframes storeImage {
    0% {
        left: 50%;
    }
    100% {
        left: 140px;
    }
}


.cover{
    display: none;
    background: rgba(0, 0, 0, 0.54);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
}
.pop{
    display: none;
    position: fixed;
    top: 10vh;
    left: 50%;
    transform: translateX(-50%);
    width: 447px;
    height: 462px;
    background: #fff;
    padding: 30px 30px 40px;
    box-sizing: border-box;
    z-index: 5;
    text-align: center;
}
.pop-tool{
    text-align: right;
    margin-bottom: 29px;
}
.pop-tool img{
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.pop-title{
    font-size: 26px;
    color: #000;
    font-weight: 500;
    margin-bottom: 38px;
}
.pop-img-box{
    margin-top: 29px;
    text-align: center;
}
.pop-img{
    width: 200px;
    height: 200px;
    background: #000;
}

.search-box{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 935px;
    height: 38px;
    padding-right: 148px;
    border: 1px solid #666;
    box-sizing: border-box;
    z-index: 1;
}
.search-box-fixed{
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    right: 0;
    width: 1210px;
    background: #fff;
    padding: 10px 10px;
    z-index: 2;
    box-shadow: 0px 6px 5px -4px rgba(0,0,0,.08);
}
.search-input-box{
    height: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    border: none;
    width: 100%;
    font-size: 20px;
}
.search-input-box::placeholder{
    font-size: 20px;
    color: #999;
}
.search{
    position: absolute;
    right: 0;
    top: -1px;
    width: 148px;
    height: 38px;
    color: #fff;
    border: none;
    background: #000;
    cursor: pointer;
}
.search-list{
    display: none;
    position: relative;
    margin-top: 100px;
}
.search-list-item{
    background: #fff;
    min-height: 110px;
    cursor: pointer;
}
.search-article{
    padding: 0 26px;
    line-height: 110px;
}
.search-list-item em{
    color: #F39800;
}
.search-list-item a{
    display: block;
}
.home-swipe-top.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 15px;
}
.swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 80px;
    width: 60%;
    right: 0;
    left: unset;
}
.swiper-pagination-bullet{
    width: 100px;
    height: 4px;
    background: #fff;
    opacity: 1;
    border-radius: 4px;
}
.swiper-pagination-bullet-active{
    background: #000;
    width: 142px;
}
.noData,.noResult{
    display: none;
}
