.clearfix::after{
    visibility: hidden;
    display   : block;
    /* font-size: 0; */
    content: " ";
    clear  : both;
    height : 0;
}
.wp{
    width: 1170px !important;
}
#ft .wp {
    width: 1030px !important;
}
.col-w-3{
    width: 20%;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none !important;
}
.header{
    padding: 5px 0;
}
ul,ol{
    margin-bottom: 0;
}
.nav{
    width: 100%;
    /* background-color: black; */
    color: #fff;
}
.nav-item{
    float: left;
}
.nav-item>a{
    position       : relative;
    display        : block;
    height         : 50px;
    padding        : 0 25px;
    line-height    : 50px;
    color          : #fff;
    cursor         : pointer;
    font-size      : 14px;
    text-decoration: none;
}
.nav-item>a:hover{
    color: #ffb81c;
}
.carousel{
    position: relative;
    height  : 500px;
}
.swiper-container {
    width       : 100%;
    height      : 100%;
    margin-left : auto;
    margin-right: auto;
  }
.swiper-slide {
    text-align             : center;
    font-size              : 18px;
    background             : #fff;
    cursor                 : pointer;
    display                : -webkit-box;
    display                : -ms-flexbox;
    display                : -webkit-flex;
    display                : flex;
    -webkit-box-pack       : center;
    -ms-flex-pack          : center;
    -webkit-justify-content: center;
    justify-content        : center;
    -webkit-box-align      : center;
    -ms-flex-align         : center;
    -webkit-align-items    : center;
    align-items            : center;
}
.main{
    margin-top: 20px;
}
.service {
    background: url('../../img/longx.png') no-repeat bottom;
}
/* .red{
    font-size: 22px;
} */
.service-list{
    margin-top: 13px;
    padding   : 0;
    /* background-color: rgb(245, 245, 245); */
}
.sell-img{
    width             : 100%;
    margin-top        : 0px;
    transition        : margin-top 1s;
    -moz-transition   : margin-top 1s;  /* Firefox 4 */
    -webkit-transition: margin-top 1s;  /* Safari and Chrome */
    -o-transition     : margin-top 1s;  /* Opera */
}
.sell-img:hover{
    margin-top: -20px;
}
.shop-span {
    font-size    : 24px;
    margin-bottom: 10px;
    color        : #000;
}
.col-sm-2 {
    padding: 0 !important;
}
.shop-com{
    /* padding: 0px 10px 10px; */
    /* background-color  : rgb(245, 245, 245); */
    padding: 0 0 10px 0 !important;
    position          : relative;
    -webkit-transition: all .5s linear;
    transition        : all .5s linear;
    width             : 24% !important;
    margin            : 10px 4px;
    border            : 1px solid #DFDFDF;
}
.shop-com:hover{
    -webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    box-shadow        : 0 15px 30px rgba(0,0,0,0.1);
    -webkit-transform : translate3d(0, -2px, 0);
    transform         : translate3d(0, -2px, 0);
}
.shop-title{
    font-family: 宋体;
    font-size  : 13px;
    font-weight: 400;
    margin     : 0 10px 10px;
    color      : #333;
    /* white-space  : nowrap;
    overflow     : hidden;
    text-overflow: ellipsis; */
    display      : block;
    height       : 38px;
    overflow     : hidden;
}
.shop-des{
    margin       : 0 10px;
    height       : 18px;
    font-size    : 12px;
    text-align   : center;
    text-overflow: ellipsis;
    white-space  : nowrap;
    overflow     : hidden;
    _zoom        : 1;
    color        : #b0b0b0;
}
.shop-pic{
    /* margin: 0 10px 14px; */
    color: #707070;
}
.gong-pic{
    color: #707070;
}
.flag{
    position   : absolute;
    top        : 0;
    left       : 50%;
    z-index    : 2;
    width      : 64px;
    height     : 20px;
    margin-left: -32px;
    font-size  : 12px;
    line-height: 20px;
    text-align : center;
    color      : #fff;
}
.flag-hot{
    background-color: #e53935;
    z-index         : 5;
}
.flag-new{
    background-color: #83c44e;
    z-index         : 5
}
.service-t{
    margin-top: 10px;
}
.exposure {
    margin-bottom: 10px;
    width        : 232px;
    height       : 232px;
    border-bottom: 1px dotted #e1e1e1;
}
.Relate-box{
    margin-bottom: 18px;
}
.Relate-img{
    padding: 0;
}
.Relate-des{
    padding: 0;
}
.Relate-tit{
    font-size         : 12px;
    padding           : 0 8px;
    margin            : 0 0 8px;
    overflow          : hidden;
    display           : -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color             : #000;
}
.Relate-shprice{
    font-size  : 12px;
    color      : #000;
    margin     : 0;
    font-weight: 800;
}
img{
    object-fit: cover;
}
