/* 轮播图 */
.swiper{
    width: 100%;
    cursor: pointer;
}

.swiper-slide img{
    width: 100%;
}

/* 热门 */
.popular{
    width: 100%;
}

.title{
    height: 180px;
    text-align: center;
    line-height: 220px;
    font-size: 40px;
    font-family: 'Abhaya Libre';
    font-weight: bold;
    color: #121416;
}

.title span{
    position: relative;
}

.title span::after{
    content: '';
    position: absolute;
    width: 200px;
    height: 20px;
    background-color: #FBE8DB;
    border-radius: 20px;
    top: 30px;
    left: -50px;
    z-index: -999;
}

.goods{
    /*height: 710px;*/
    width: 100%;
    float: left;
    margin: auto;
    margin-bottom: 60px;
}

.goods ul li{
    float: left;
    width: 23.4%;
}
.popular .goods ul li:first-child{
    margin-left: 2%;
}
.popular .goods ul li{
    margin-right: 0.85%;
}
.new .goods ul li:first-child{
    margin-left: 2%;
}
.new .goods ul li{
    margin-right: 0.85%;
}
.goods ul li img{
    width: 100%;
    height: 100%;
}

.categies{
    font-size: 26px;
    font-weight: bold;
    margin: 30px 0 20px 0;
    text-align: center;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-family: 'Abhaya Libre';
    font-weight: bold;
    color: #121416;
}

.view_all{
    font-size: 20px;
    text-align: center;
    position: relative;
    font-family: 'Abhaya Libre';
    font-weight: bold;
    color: #121416;
}

.view_all::after,.view_all::before{
    content: '';
    width: 40px;
    height: 2px;
    border-bottom: 2px solid #7D8084;
    position: absolute;
    top: 50%;
}

.view_all::before{
    left: 65%;
}

.view_all::after{
    right: 65%;
}
.popular_play{
    width: 100%;
    margin: auto;
    float: left;
    margin-bottom: 90px;
}
.pop_play_left{
    width: 41%;
    height: 750px;
    background: #f8f5f0;
}
.popular_banner_img{
    width: 59%;
    float: left;
    height: 750px;
}
.play_left:first-child{
    margin-top: 30%;
}
.play_left{
    display: inline-block;
    width: 60%;
    height: 50px;
    line-height: 50px;
    font-size: 36px;
    margin-left: 14.5%;
    font-family:'Abhaya Libre';
}
.play_word{
    float: left;
    width: 47%;
    margin-left: 14.5%;
    margin-top: 2%;
    color: #959799;
    line-height: 32px;
    font-family:'AbhayaLibre-SemiBold';
}
.play_href{
    display: block;
    float: left;
    margin-left: 14.5%;
    margin-top: 6%;
    width: 20%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: rgb(18 20 22);
    color: white;
    cursor: default;
    border: 1px solid rgb(18 20 22);
    font-family:'AbhayaLibre-SemiBold';
    cursor: pointer;
}
.play_href:hover{
    color: rgb(18 20 22);
    background: none;
}


.item{
    width: 88.5%;
    height: 120px;
    margin: auto;
}

.item ul li{
    text-align: center;
    width: 25%;
    float: left;
}

.item ul li i{
    display: block;
    width: 90px;
    height: 90px;
    margin-left: 170px;
}


.item_title{
    font-size: 30px;
    font-family:'Abhaya Libre';
    font-weight: bold;
    color: #121416;
    margin: 35px 0;
}

.describe{
    font-size: 16px;
    color: #7D8084;
    font-family:'AbhayaLibre-SemiBold';
    font-weight: 600;
}

/* 新品 */
.new{
    width: 100%;
    /*min-width: 1920px;*/
    height: 1020px;
}

.goods_name{
    font-size: 20px;
    margin: 20px 0 30px 0;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden;
    text-overflow:ellipsis;
    font-family: 'Abhaya Libre';
    font-weight: bold;
    color: #121416;
}

.price{
    font-size: 30px;
    font-family: 'Source Sans Pro';
    color: #121416;
    line-height: 27px;
}

.original_price{
    text-decoration: line-through;
    font-size: 20px;
    color: #7D8084;
    margin-left: 30px;
    font-family: 'Source Sans Pro';
    line-height: 27px;
}

.more{
    width: 160px;
    height: 40px;
    line-height: 40px;
    margin: auto;
}

.all_href{
    width: 100%;
    height: 100%;
    background-color: #121416;
    color: #FFFFFF;
    font-size: 16px;
    display: block;
    text-align: center;
    font-family: 'Abhaya Libre';
    font-weight: bold;
}

.all_href:hover{
    color: rgb(18 20 22);
    background: none;
    border: 1px solid rgb(18 20 22);
}