.yu_banner{
    width: 100%;
}
.yu_banner .swiper-slide{
    width: 100%;
}
.yu_banner .swiper-slide a{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.yu_banner .swiper-slide a img{
    width: 100%;
}
.yu_banner .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background-color: #8E8E8F;
    opacity: 1;
}
.yu_banner .swiper-pagination-bullet-active{
    width: 12px;
    height: 12px;
    border: 2.5px solid #8E8E8F;
    background-color: #fff0;
    opacity: 1;
}
.yu_banner .swiper-button-next, 
.yu_banner .swiper-button-prev{
    --swiper-navigation-size: 30px;
    color: #8E8E8F;
}
.yu_banner .swiper-button-next{
    right: 60px;
}
.yu_banner .swiper-button-prev{
    left: 60px;
}

/* .新品 */
.coms{
    width: 100%;
    margin-bottom: 30px;
}
.coms_ul{
    width: 100%;
}
.coms_ul li{
    width: 23%;
    margin-right: 2.666%;
    margin-bottom: 30px;
}
.coms_ul li:nth-child(4n){
    margin-right: 0;
}
.coms_ul li a{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.coms_ul li a .img{
    width: 100%;
    overflow: hidden;
}
.coms_ul li a .img img{
    width: 100%;
    transition: all .3s;
}
.coms_ul li a:hover .img>img{
    transform: scale(1.1);
}
.coms_ul li a .title{
    width: 100%;
    padding: 20px 0 10px;
    font-size: 18px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.coms_ul li a .nuns{
    width: 100%;
    font-size: 20px;
    color: #2b2b2b;
}
.coms_ul li a .nuns span{
    font-size: 14px;
}

.category{
    width: 100%;
    margin-bottom: 50px;
}
.category .news_a{
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: 100px; */
    padding: 0 20px;
    height: 50px;
    position: relative;
    font-size: 16px;
    color: #666666;
}
.category .news_a::after{
    position: absolute;
    content: "";
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 16px;
    background-color: #9b9b9b;
}
.category .news_a:last-child::after{
    width: 0;
}
.category .category_a{
    color: #2b2b2b;
    position: relative;
}
.category .category_a::before{
    position: absolute;
    content: "";
    width: 50%;
    height: 2px;
    background-color: #2b2b2b;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}
.home_news{
    display: none;
    margin-bottom: 0;
}

/* 世界潮流品牌系列 */
.advertisement{
    width: 100%;
    position: relative;
}
.advertisement img{
    width: 100%;
}
.advertisement .w_1200{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.advertisement .xian{
    width: 80px;
    height: 2px;
    background-color: #CC9A9D;
    margin-bottom: 25px;
}
.advertisement .title{
    width: 100%;
    font-size: 35px;
    color: #6d0f15;
    margin-bottom: 16px;
}
.advertisement .text{
    width: 100%;
    font-size: 20px;
    color: #6d0f15;
}

/* 新品 */
.other_banner{
    width: 100%;
}
.other_banner a{
    width: 100%;
    display: block;
}
.other_banner a img{
    width: 100%;
}

.yu_public{
    width: 100%;
    padding: 20px 0;
}

.yu_list{
    width: 100%;
}
.yu_list .list_left{
    width: 20%;
    background-color: #fff;
    margin-right: 20px;
}
.yu_list .list_left .left_title{
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    color: #2b2b2b;
    padding: 15px 0 15px 10px;
    border-bottom: 1px solid #eaeaea;
    position: relative;
}
.yu_list .list_left .left_title::after{
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 86px;
    height: 2px;
    background-color: #2b2b2b;
}
.yu_list .list_left .left_ul{
    width: 100%;
}
.yu_list .list_left .left_ul li{
    width: 100%;
    border-bottom: 1px dashed #E5E5E5;
}
.yu_list .list_left .left_ul li:last-child{
    border-bottom: 0px dashed #E5E5E5;
}
.yu_list .list_left .left_ul li a{
    width: 100%;
    display: flex;
    align-items: center;
    padding: 12px 10px;
    font-size: 16px;
    font-weight: bold;
    color: #666;
}
.yu_list .list_left .left_ul li a i{
    font-size: 14px;
    margin-right: 6px;
}
.yu_list .list_left .left_ul .left_li a{
    color: #2b2b2b;
    font-weight: bold;
}

.yu_list .list_right{
    flex: 1;
    background-color: #fff;
    padding: 15px;
}
.yu_list .list_right .right_title{
    width: 100%;
    font-size: 16px;
    color: #2b2b2b;
    padding: 0 0 15px 10px;
    border-bottom: 1px solid #eaeaea;
    position: relative;
    margin-bottom: 20px;
}
.yu_list .list_right .right_title::after{
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 86px;
    height: 2px;
    background-color: #2b2b2b;
}
.yu_list .list_right .right_title i{
    font-size: 14px;
    margin-right: 6px;
}


/* 话题 */
.home_huati{
    padding: 50px 0 0;
}
.home_huati .coms{
    margin-bottom: 0;
}
.topic_ul{
    width: 100%;
}
.topic_ul li{
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 30px;
    border: 1px solid #eee;
    transition: all .3s;
}
.topic_ul li:hover{
    box-shadow: 0 0 9px 1px #d9d9d9;
}
.topic_ul li:nth-child(3n){
    margin-right: 0;
}
.topic_ul li a{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.topic_ul li a .img{
    width: 100%;
    overflow: hidden;
}
.topic_ul li a .img img{
    width: 100%;
    transition: all .3s;
}
.topic_ul li a:hover .img>img{
    transform: scale(1.1);
}
.topic_ul li a .title{
    width: 100%;
    font-size: 18px;
    color: #666;
    padding: 15px 15px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.topic_ul li a .text{
    width: 100%;
    height: 57px;
    font-size: 14px;
    color: #808080;
    padding: 0px 15px;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

/* view */
.yu_view{
    width: 100%;
    padding: 15px;
}
.yu_view .view_title{
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #f0efef;
    margin-bottom: 20px;
}
.yu_view .view_title .title{
    width: 100%;
    font-size: 25px;
    color: #333;
}
.yu_view .view_title .time{
    width: 100%;
    font-size: 13px;
    color: #adadad;
    margin-top: 30px;
}
.view_buttom{
    width: 100%;
} 
.view_buttom img{
    width: auto;
    max-width: 100%;
} 

.no_one{
    width: 100%;
    padding: 30px 0;
    display: flex;
    flex-direction: column;
}
.no_one a{
    width: 100%;
    font-size: 16px;
    color: #9b9b9b;
    margin-bottom: 12px;
}
.no_one a:hover{
    color: #2b2b2b;
}


.new_view{
    width: 100%;
    margin-bottom: 50px;
}
.new_view .image{
    width: 400px;
    height: 400px;
    border: 1px solid #d9d9d9;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
.new_view .image img{
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}
.new_view .view_coms{
    flex: 1;
    margin-left: 50px;
}
.new_view .view_coms .title{
    color: #585858;
    font-size: 20px;
    margin-bottom: 30px;
}
.new_view .view_coms .text{
    color: #2b2b2b;
    font-size: 40px;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.new_view .view_coms .text span{
    color: #666666;
    font-size: 14px;
    font-weight: 400;
}
.new_view .view_coms .kefu{
    width: 100%;
}
.new_view .view_coms .kefu a{
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    color: #666666;
    font-size: 18px;
}
.new_view .view_coms .kefu a i{
    font-size: 24px;
    margin-right: 10px;
}
.new_view .view_coms .kefu a:hover{
    color: #2b2b2b;
}

/* 留言 */
.on_form {
    padding: 20px;
    border: 1px solid #F3F3F3;
    width: 100%;
}
.on_form form {
    width: 100%;
}
.on_form form .form_ul {
    width: 100%;
}
.on_form form .form_ul li {
    width: 49%;
    margin-bottom: 30px;
    margin-right: 2%;
}
.on_form form .form_ul li:nth-child(2n) {
    margin-right: 0;
}
.on_form form .form_ul li input {
    width: 100%;
    padding: 15px;
    background-color: #EEEEEE;
    outline: none;
    border: none;
}

.on_form form textarea {
    width: 100%;
    padding: 15px;
    background-color: #EEEEEE;
    border: none;
    outline: none;
}
.on_form .but {
    width: 100%;
    margin: 30px 0;
    text-align: center;
}
.on_form .but button {
    padding: 10px 35px;
    background-color: #333;
    color: #fff;
    font-size: 14px;
}



@media (max-width:767px){
    .h_public{padding: 40px 0 10px;}
    .yu_banner{height: 200px;}
    .yu_banner .swiper-slide a{height: 100%;}
    .yu_banner .swiper-slide a img{height: 100%;width: auto;}
    .yu_banner .swiper-button-next{right: 15px;}
    .yu_banner .swiper-button-prev{left: 15px;}
    .coms{padding: 0 15px;margin-bottom: 10px;}
    .coms_ul li{width: 48%;margin-right: 4%;}
    .coms_ul li:nth-child(2n){margin-right: 0;}
    .coms_ul li a .title{font-size: 16px;}
    .category{margin-bottom: 30px;}
    .advertisement{height: 150px;display: flex;
        justify-content: center;}
    .advertisement .w_1200{padding: 0 15px;}
    .advertisement .xian{margin-bottom: 10px;}
    .advertisement img{width: auto;height: 100%;}
    .advertisement .title{font-size: 28px;margin-bottom: 5px;}
    .advertisement .text{font-size: 16px;}
    .topic_ul li{width: 100%;margin-right: 0;}
    .yu_list{padding: 0 15px;}
    .yu_list .list_left{width: 100%;margin-right: 0;margin-bottom: 20px;}
    .other_banner a{height: 150px;display: flex;justify-content: center;align-items: center;overflow: hidden;}
    .other_banner a img{height: 100%;width: auto;}
    .new_view{margin-bottom: 0px;}
    .new_view .image{width: 100%;height: 300px;}
    .new_view .view_coms{margin-left: 0;margin-top: 25px;}
    .new_view .view_coms .title,
    .new_view .view_coms .text,
    .new_view .view_coms .kefu a{margin-bottom: 16px;}
    .no_one a{font-size: 14px;}
    .new_view .view_coms .text{font-size: 30px;}
    .category .news_a{padding: 0 10px;font-size: 14px;}
}

@media (min-width:768px) and (max-width:819px){
    .h_public{padding: 40px 0 10px;}
    .coms{padding: 0 15px;margin-bottom: 0px;}
    .advertisement{height: 150px;display: flex;
        justify-content: center;}
    .advertisement .w_1200{padding: 0 15px;}
    .advertisement .xian{margin-bottom: 10px;}
    .advertisement img{width: auto;height: 100%;}
    .advertisement .title{font-size: 28px;margin-bottom: 5px;}
    .advertisement .text{font-size: 16px;}
    .yu_list{padding: 0 15px;}
    .new_view .image{width: 350px;height: 350px;}
    .new_view .view_coms{margin-left: 25px;}
}

@media (min-width:820px) and (max-width:1023px){
    .h_public{padding: 40px 0 10px;}
    .coms{padding: 0 15px;margin-bottom: 0px;}
    .advertisement{height: 150px;display: flex;
        justify-content: center;}
    .advertisement .w_1200{padding: 0 15px;}
    .advertisement .xian{margin-bottom: 10px;}
    .advertisement img{width: auto;height: 100%;}
    .advertisement .title{font-size: 28px;margin-bottom: 5px;}
    .advertisement .text{font-size: 16px;}
    .yu_list{padding: 0 15px;}
    .new_view .image{width: 350px;height: 350px;}
    .new_view .view_coms{margin-left: 25px;}
}

@media (min-width:1024px) and (max-width:1279px){
    .coms_ul li a .title{font-size: 16px;}
}

@media (min-width:1280px) and (max-width:1360px){
    
}
