.changshang-suppliers {
    padding: 50px 0 50px 0;
}
.changshang-suppliers .th1 {
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
    padding-bottom: 40px;
}
.changshang-suppliers .swiper .item {
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.changshang-suppliers .swiper .item:hover .hover {
    transform: translateY(0);
}
.changshang-suppliers .swiper .item .icon {
    display: flex;
    justify-content: flex-end;
    position: relative;
    z-index: 3;
}
.changshang-suppliers .swiper .item .icon .like {
    position: absolute;
    z-index: 5;
    width: 34px;
    height: 34px;
    background: #E5E5E5;
    border-radius: 100%;
    text-indent: -999em;
    overflow: hidden;
    right: 18px;
    top: 15px;
}
.changshang-suppliers .swiper .item .icon .like:hover {
    background: rgba(255, 153, 51, 0.5);
}
.changshang-suppliers .swiper .item .icon .like.active {
    background: #FF9933;
}
.changshang-suppliers .swiper .item .icon .like a {
    display: block;
    height: 100%;
}
.changshang-suppliers .swiper .item .icon .like a:before {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e604";
    text-indent: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    line-height: 1;
    font-size: 20px;
    margin-top: -2px;
}
.changshang-suppliers .swiper .item .img {
    width: 100%;
    height: 278px;
    position: relative;
}
.changshang-suppliers .swiper .item .img img {
    width: 100%;
    height: 100%!important;
    -o-object-fit: cover;
    object-fit: cover;
}
.changshang-suppliers .swiper .item .img .tit {
    position: absolute;
    left: 8px;
    bottom: 8px;
    right: 8px;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    font-size: 16px;
    padding: 15px 15px;
    line-height: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.changshang-suppliers .swiper .item .hover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    z-index: 4;
    transform: translateY(100%);
    transition: all ease-in-out 0.3s;
}
.changshang-suppliers .swiper .item .hover.active {
    transform: translateY(0);
}
.changshang-suppliers .swiper .item .hover .txt {
    padding: 30px;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}
.changshang-suppliers .swiper .item .hover .txt .tit {
    font-size: 20px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.changshang-suppliers .swiper .item .hover .txt .desc {
    margin: 15px 0;
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 3;
}
.changshang-suppliers .swiper .item .hover .txt .alink {
    display: flex;
    padding-top: 15px;
}
.changshang-suppliers .swiper .item .hover .txt .alink a {
    margin: 0 5px;
    flex: 1 1 auto;
    background: #fff;
    font-size: 16px;
    font-weight: bold;
    color: #022d5a;
    height: 40px;
    line-height: 40px;
    transition: all ease-in-out 0.3s;
}
.changshang-suppliers .swiper .item .hover .txt .alink a:hover {
    background: #FF9933;
    color: #fff;
}
.changshang-suppliers .swiper .swiper-button-next {
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 100%;
    transition: all ease-in-out 0.3s;
    outline: none;
    display: block;
    width: 60px;
    height: 60px;
    background: #D1D1D1;
    margin-top: -30px;
    right: -35px;
}
.changshang-suppliers .swiper .swiper-button-next:hover {
    background: #fff;
}
.changshang-suppliers .swiper .swiper-button-next:before {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    content: '';
}
.changshang-suppliers .swiper .swiper-button-next:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.changshang-suppliers .swiper .swiper-button-next:hover {
    background: #FF9933;
}
.changshang-suppliers .swiper .swiper-button-next:before {
    width: 20px;
    height: 20px;
}
.changshang-suppliers .swiper .swiper-button-next:before {
    margin-left: -15px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.changshang-suppliers .swiper .swiper-button-prev {
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 100%;
    transition: all ease-in-out 0.3s;
    outline: none;
    display: block;
    width: 60px;
    height: 60px;
    background: #D1D1D1;
    margin-top: -30px;
    left: -35px;
}
.changshang-suppliers .swiper .swiper-button-prev:hover {
    background: #fff;
}
.changshang-suppliers .swiper .swiper-button-prev:before {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    content: '';
}
.changshang-suppliers .swiper .swiper-button-prev:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.changshang-suppliers .swiper .swiper-button-prev:hover {
    background: #FF9933;
}
.changshang-suppliers .swiper .swiper-button-prev:before {
    width: 20px;
    height: 20px;
}
.changshang-suppliers .swiper .swiper-button-prev:before {
    margin-left: 15px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.changshang-suppliers .swiper .swiper-pagination {
    display: none;
}
.changshang-suppliers .swiper .item {
    transition: all ease-in-out 0.3s;
}
.changshang-suppliers .swiper .item .img {
    height: 160px;
    overflow: hidden;
}
.changshang-suppliers .swiper .item .img img {
    width: 100%;
    height: 100% ;
    -o-object-fit: contain;
    object-fit: contain;
}
.changshang-suppliers .swiper .item .tit {
    height: 70px;
    line-height: 70px;
    border-top: 1px solid #E8E8E8;
    background: #F8F8F8;
    text-align: center;
    padding: 0 15px;
    transition: all ease-in-out 0.3s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.changshang-suppliers .swiper .item:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}
.changshang-suppliers .swiper .item:hover .tit {
    background: #FF9933;
    color: #fff;
}
.changshang-box-list {
    padding: 40px 0;
}
.changshang-box-list .changshang-box-list-item {
    padding: 40px 0;
}
.changshang-box-list .changshang-box-list-item.bg {
    background: #F4F4F4;
}
.changshang-box-list .changshang-box-list-item.bg .item {
    background: #fff;
}
.changshang-box-list .changshang-box-list-item.bg .item-company {
    background: #fff;
}
.changshang-box-list .changshang-box-list-item .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.changshang-box-list .changshang-box-list-item .row .col {
    padding: 10px;
    width: 25%;
}
.changshang-box-list .changshang-box-list-item .item {
    width: 100%;
    position: relative;
    height: 330px;
    overflow: hidden;
    background: #fff;
    transition: all ease-in-out 0.3s;
    background: #F4F4F4;
}
.changshang-box-list .changshang-box-list-item .item:hover {
    background: #FF9933;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.changshang-box-list .changshang-box-list-item .item:hover .txt .tit a {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.2);
}
.changshang-box-list .changshang-box-list-item .item:hover .txt .desc {
    color: #fff;
}
.changshang-box-list .changshang-box-list-item .item .like {
    position: absolute;
    z-index: 5;
    width: 34px;
    height: 34px;
    background: #E5E5E5;
    border-radius: 100%;
    text-indent: -999em;
    overflow: hidden;
    right: 18px;
    top: 15px;
}
.changshang-box-list .changshang-box-list-item .item .like:hover {
    background: rgba(255, 153, 51, 0.5);
}
.changshang-box-list .changshang-box-list-item .item .like.active {
    background: #FF9933;
}
.changshang-box-list .changshang-box-list-item .item .like a {
    display: block;
    height: 100%;
}
.changshang-box-list .changshang-box-list-item .item .like a:before {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e604";
    text-indent: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    line-height: 1;
    font-size: 20px;
    margin-top: -2px;
}
.changshang-box-list .changshang-box-list-item .item .img {
    height: 240px;
    padding: 10px;
}
.changshang-box-list .changshang-box-list-item .item .img a {
    display: block;
    height: 100%;
    overflow: hidden;
}
.changshang-box-list .changshang-box-list-item .item .img a img {
    width: 100%;
    height: 100%!important;
    -o-object-fit: cover;
    object-fit: contain;
}
.changshang-box-list .changshang-box-list-item .item .txt {
    text-align: center;
    margin-top: -10px;
}
.changshang-box-list .changshang-box-list-item .item .txt .tit a {
    display: block;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    color: #120807;
    font-size: 16px;
    padding: 0 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.changshang-box-list .changshang-box-list-item .item .txt .desc {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.changshang-box-list .changshang-box-list-item .item .icon {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    align-items: center;
    padding-top: 15px;
    left: 0;
    justify-content: flex-end;
    padding-right: 18px;
}
.changshang-box-list .changshang-box-list-item .item .icon .hot,
.changshang-box-list .changshang-box-list-item .item .icon .new,
.changshang-box-list .changshang-box-list-item .item .icon .sale,
.changshang-box-list .changshang-box-list-item .item .icon .vip {
    position: relative;
    margin-left: 10px;
    width: 34px;
    height: 34px;
    border-radius: 100%;
}
.changshang-box-list .changshang-box-list-item .item .icon .new{
    background: #33ccff;

}
.changshang-box-list .changshang-box-list-item .item .icon .hot{
    z-index: 5;
    background: #E40000;
    border-radius: 100%;
    text-indent: -999em;
    overflow: hidden;
}
.changshang-box-list .changshang-box-list-item .item .icon .hot a,
.changshang-box-list .changshang-box-list-item .item .icon .new a,
.changshang-box-list .changshang-box-list-item .item .icon .sale a,
.changshang-box-list .changshang-box-list-item .item .icon .vip a {
    display: block;
    position: relative;
    text-indent: -999em;
}
.changshang-box-list .changshang-box-list-item .item .icon .vip a {
    width: 60px;
    height: 30px;
}
.changshang-box-list .changshang-box-list-item .item .icon .vip a:before {
    background: url(../images/icon/vip.png) no-repeat center center;
    background-size: contain;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
}
.changshang-box-list .changshang-box-list-item .item .icon .hot a {
    /*width: 31px;*/
    height: 35px;
}
.changshang-box-list .changshang-box-list-item .item .icon .hot a:before {
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e79f";
    text-indent: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    line-height: 1;
    font-size: 20px;
}
.changshang-box-list .changshang-box-list-item .item .icon .new a {
    /*width: 35px;*/
    height: 35px;
}
.changshang-box-list .changshang-box-list-item .item .icon .new a:before {
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e7a0";
    text-indent: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    line-height: 1;
    font-size: 20px;
}
.changshang-box-list .changshang-box-list-item .item .icon .sale a {
    width: 35px;
    height: 35px;
}
.changshang-box-list .changshang-box-list-item .item .icon .sale a:before {
    background: url(../images/icon/sale.png) no-repeat center center;
    background-size: contain;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
}
.changshang-box-list .changshang-box-list-item .item .icon .like {
    position: relative;
    top: 0;
    right: 0;
    margin-left: 10px;
}
.changshang-box-list .changshang-box-list-item .item-company {
    background: #F4F4F4;
    height: 330px;
}
.changshang-box-list .changshang-box-list-item .item-company .img {
    height: 150px;
    background: #FFFFFF;
}
.changshang-box-list .changshang-box-list-item .item-company .img img {
    width: 100%;
    height: 100% ;
    -o-object-fit: contain;
    object-fit: contain;
}
.changshang-box-list .changshang-box-list-item .item-company .txt {
    border-top: 1px solid #F0F0F0;
    position: relative;
    padding-top: 20px;
    border-color: rgba(0, 0, 0, 0.05);
}
.changshang-box-list .changshang-box-list-item .item-company .txt:before {
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    background: #FF9933;
    height: 3px;
    content: '';
    width: 40px;
}
.changshang-box-list .changshang-box-list-item .item-company .txt .tit {
    font-size: 20px;
    text-align: center;
    padding: 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 2;
}
.changshang-box-list .changshang-box-list-item .item-company .txt .more {
    padding-top: 10px;
}
.changshang-box-list .changshang-box-list-item .item-company .txt .more ul {
    width: 150px;
    margin: 0 auto;
}
.changshang-box-list .changshang-box-list-item .item-company .txt .more ul li {
    padding: 5px 0;
}
.changshang-box-list .changshang-box-list-item .item-company .txt .more ul li a {
    height: 35px;
    line-height: 35px;
    background: #fff;
    color: #222;
    border: 1px solid #CCCCCC;
    display: block;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    transition: all ease-in-out 0.3s;
}
.changshang-box-list .changshang-box-list-item .item-company .txt .more ul li a:hover {
    background: #FF9933;
    color: #fff;
    border-color: #FF9933;
}
.changshang-box-list .changshang-box-list-item .item-company .txt .more ul li a.tel {
    background: #FF9933;
    color: #fff;
    border-color: #FF9933;
    display: flex;
    align-items: center;
    justify-content: center;
}
.changshang-box-list .changshang-box-list-item .item-company .txt .more ul li a.tel:before {
    background: url(../images/changshang/tel.png) no-repeat center center;
    width: 12px;
    height: 15px;
    content: '';
    display: inline-block;
    margin-right: 5px;
}
.changshang-box-list .page {
    background: #F4F4F4;
}
.changshang-box-list .foot {
    padding: 30px 0;
    margin-bottom: 30px;
    background: #F4F4F4;
    padding: 20px 0;
    margin-bottom: 0;
}
.changshang-box-list .foot .container > .th1 {
    display: flex;
    align-items: center;
    padding: 20px 0;
}
.changshang-box-list .foot .container > .th1 .tit {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    line-height: 1;
    flex: 1 1 auto;
}
.changshang-box-list .foot .container > .th1 .more {
    flex: 0 0 auto;
    width: 80px;
    text-align: right;
}
.changshang-box-list .foot .container > .th1 .more a {
    width: 75px;
    height: 35px;
    border: 1px solid #e5e5e5;
    line-height: 35px;
    font-size: 14px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    background: #fff;
    color: #222;
    display: inline-block;
    transition: all ease-in-out 0.3s;
}
.changshang-box-list .foot .container > .th1 .more a:hover {
    background: #FF9933;
    color: #fff;
    border-color: #FF9933;
}
.changshang-box-list .foot .container > .th1 .tit {
    font-size: 24px;
}
.changshang-box-list .foot .container > .list .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.changshang-box-list .foot .container > .list .row .col {
    padding: 10px;
    width: 25%;
}
.changshang-box-list .foot .container > .list .item {
    width: 100%;
    position: relative;
    height: 330px;
    overflow: hidden;
    background: #fff;
    transition: all ease-in-out 0.3s;
}
.changshang-box-list .foot .container > .list .item:hover {
    background: #FF9933;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.changshang-box-list .foot .container > .list .item:hover .txt .tit a {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.2);
}
.changshang-box-list .foot .container > .list .item:hover .txt .desc {
    color: #fff;
}
.changshang-box-list .foot .container > .list .item .like {
    position: absolute;
    z-index: 5;
    width: 34px;
    height: 34px;
    background: #E5E5E5;
    border-radius: 100%;
    text-indent: -999em;
    overflow: hidden;
    right: 18px;
    top: 15px;
}
.changshang-box-list .foot .container > .list .item .like:hover {
    background: rgba(255, 153, 51, 0.5);
}
.changshang-box-list .foot .container > .list .item .like.active {
    background: #FF9933;
}
.changshang-box-list .foot .container > .list .item .like a {
    display: block;
    height: 100%;
}
.changshang-box-list .foot .container > .list .item .like a:before {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e604";
    text-indent: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    line-height: 1;
    font-size: 20px;
    margin-top: -2px;
}
.changshang-box-list .foot .container > .list .item .img {
    height: 240px;
    padding: 10px;
}
.changshang-box-list .foot .container > .list .item .img a {
    display: block;
    height: 100%;
    overflow: hidden;
}
.changshang-box-list .foot .container > .list .item .img a img {
    width: 100%;
    height: 100%!important;
    -o-object-fit: cover;
    object-fit: cover;
}
.changshang-box-list .foot .container > .list .item .txt {
    text-align: center;
    margin-top: -10px;
}
.changshang-box-list .foot .container > .list .item .txt .tit a {
    display: block;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    color: #120807;
    font-size: 16px;
    padding: 0 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.changshang-box-list .foot .container > .list .item .txt .desc {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.changshang-box-list .foot .container > .list .item .icon {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    align-items: center;
    padding-top: 15px;
    left: 0;
    justify-content: flex-end;
    padding-right: 18px;
}
.changshang-box-list .foot .container > .list .item .icon .hot,
.changshang-box-list .foot .container > .list .item .icon .new,
.changshang-box-list .foot .container > .list .item .icon .sale,
.changshang-box-list .foot .container > .list .item .icon .vip {
    position: relative;
    margin-left: 10px;
}
.changshang-box-list .foot .container > .list .item .icon .hot a,
.changshang-box-list .foot .container > .list .item .icon .new a,
.changshang-box-list .foot .container > .list .item .icon .sale a,
.changshang-box-list .foot .container > .list .item .icon .vip a {
    display: block;
    position: relative;
    text-indent: -999em;
}
.changshang-box-list .foot .container > .list .item .icon .vip a {
    width: 60px;
    height: 30px;
}
.changshang-box-list .foot .container > .list .item .icon .vip a:before {
    background: url(../images/icon/vip.png) no-repeat center center;
    background-size: contain;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
}
.changshang-box-list .foot .container > .list .item .icon .hot a {
    width: 31px;
    height: 35px;
}
.changshang-box-list .foot .container > .list .item .icon .hot a:before {
    background: url(../images/icon/hot.png) no-repeat center center;
    background-size: contain;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
}
.changshang-box-list .foot .container > .list .item .icon .new a {
    width: 42px;
    height: 25px;
}
.changshang-box-list .foot .container > .list .item .icon .new a:before {
    background: url(../images/icon/new.png) no-repeat center center;
    background-size: contain;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
}
.changshang-box-list .foot .container > .list .item .icon .sale a {
    width: 35px;
    height: 35px;
}
.changshang-box-list .foot .container > .list .item .icon .sale a:before {
    background: url(../images/icon/sale.png) no-repeat center center;
    background-size: contain;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
}
.changshang-box-list .foot .container > .list .item .icon .like {
    position: relative;
    top: 0;
    right: 0;
    margin-left: 10px;
}
.changshang-box-list .foot .container > .list .page {
    text-align: center;
    padding: 30px 0;
}
.changshang-box-list .foot .container > .list .page ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.changshang-box-list .foot .container > .list .page ul li {
    padding: 0 5px;
}
.changshang-box-list .foot .container > .list .page ul li.active a {
    background: #33CCFF;
    border-color: #33CCFF;
    color: #fff;
}
.changshang-box-list .foot .container > .list .page ul li a {
    min-width: 35px;
    height: 35px;
    display: block;
    border: 1px solid #e5e5e5;
    background: #fff;
    text-align: center;
    line-height: 32px;
    padding: 0 10px;
    transition: all ease-in-out 0.3s;
}
.changshang-box-list .foot .container > .list .page ul li a:hover {
    background: rgba(51, 204, 255, 0.1);
}
.changshang-box-list .foot .container > .list .page ul li .layui-unselect {
    width: 60px;
    height: 35px;
}
.changshang-box-list .foot .hot-products {
    padding-top: 30px;
}
.changshang-box-list .foot .hot-products .th1 {
    display: flex;
    align-items: center;
}
.changshang-box-list .foot .hot-products .th1 .tit {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    line-height: 1;
    flex: 1 1 auto;
}
.changshang-box-list .foot .hot-products .th1 .more {
    flex: 0 0 auto;
    width: 80px;
    text-align: right;
}
.changshang-box-list .foot .hot-products .th1 .more a {
    width: 75px;
    height: 35px;
    border: 1px solid #e5e5e5;
    line-height: 35px;
    font-size: 14px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    background: #fff;
    color: #222;
    display: inline-block;
    transition: all ease-in-out 0.3s;
}
.changshang-box-list .foot .hot-products .th1 .more a:hover {
    background: #FF9933;
    color: #fff;
    border-color: #FF9933;
}
.changshang-box-list .foot .hot-products .list {
    padding: 15px 0;
}
.changshang-box-list .foot .hot-products .list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.changshang-box-list .foot .hot-products .list ul li {
    width: 25%;
    padding: 10px;
}
.changshang-box-list .foot .hot-products .list .item {
    background: #fff;
    height: 150px;
    transition: all ease-in-out 0.3s;
}
.changshang-box-list .foot .hot-products .list .item:hover {
    background: #FF9933;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.changshang-box-list .foot .hot-products .list .item:hover .txt:after {
    background: rgba(255, 255, 255, 0.2);
}
.changshang-box-list .foot .hot-products .list .item:hover .txt .tit {
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}
.changshang-box-list .foot .hot-products .list .item:hover .txt .company {
    color: #fff;
}
.changshang-box-list .foot .hot-products .list .item a {
    display: block;
    padding: 10px;
    position: relative;
    display: flex;
    height: 100%;
}
.changshang-box-list .foot .hot-products .list .item .txt {
    width: 50%;
    flex: 1 1 auto;
    padding: 0 10px;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.changshang-box-list .foot .hot-products .list .item .txt:after {
    position: absolute;
    content: '';
    width: 1px;
    top: -10px;
    bottom: -10px;
    background: #F0F0F0;
    right: 0;
    transition: all ease-in-out 0.3s;
}
.changshang-box-list .foot .hot-products .list .item .txt .tit {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    border-bottom: 1px solid #F0F0F0;
    height: 50%;
    display: flex;
    align-items: center;
    transition: all ease-in-out 0.3s;
    word-break: break-word;
}
.changshang-box-list .foot .hot-products .list .item .txt .tit p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 2;
}
.changshang-box-list .foot .hot-products .list .item .txt .company {
    height: 50%;
    display: flex;
    align-items: center;
    color: #444;
    transition: all ease-in-out 0.3s;
}
.changshang-box-list .foot .hot-products .list .item .txt .company p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 2;
}
.changshang-box-list .foot .hot-products .list .item .img {
    width: 50%;
    flex: 1 1 auto;
    padding-left: 10px;
    overflow: hidden;
}
.changshang-box-list .foot .hot-products .list .item .img img {
    width: 100%;
    height: 100%!important;
    -o-object-fit: cover;
    object-fit: contain;
}
.changshang-box-list .foot .hot-suppliers {
    padding-top: 30px;
}
.changshang-box-list .foot .hot-suppliers .th1 {
    display: flex;
    align-items: center;
}
.changshang-box-list .foot .hot-suppliers .th1 .tit {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    line-height: 1;
    flex: 1 1 auto;
}
.changshang-box-list .foot .hot-suppliers .th1 .more {
    flex: 0 0 auto;
    width: 80px;
    text-align: right;
}
.changshang-box-list .foot .hot-suppliers .th1 .more a {
    width: 75px;
    height: 35px;
    border: 1px solid #e5e5e5;
    line-height: 35px;
    font-size: 14px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    background: #fff;
    color: #222;
    display: inline-block;
    transition: all ease-in-out 0.3s;
}
.changshang-box-list .foot .hot-suppliers .th1 .more a:hover {
    background: #FF9933;
    color: #fff;
    border-color: #FF9933;
}
.changshang-box-list .foot .hot-suppliers .list {
    padding: 15px 0;
}
.changshang-box-list .foot .hot-suppliers .list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.changshang-box-list .foot .hot-suppliers .list ul li {
    width: 20%;
    padding: 10px;
}
.changshang-box-list .foot .hot-suppliers .list .item {
    background: #AFAFAF;
    transition: all ease-in-out 0.3s;
}
.changshang-box-list .foot .hot-suppliers .list .item:hover {
    background: #FF9933;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.3);
}
.changshang-box-list .foot .hot-suppliers .list .item a {
    display: block;
}
.changshang-box-list .foot .hot-suppliers .list .item .img {
    overflow: hidden;
    background: #ffffff;
    display: flex;
    justify-content: center;
}
.changshang-box-list .foot .hot-suppliers .list .item .img img {
    width: 224px;
    height: 100px;
    object-fit: contain;
}
.changshang-box-list .foot .hot-suppliers .list .item .txt {
    display: flex;
    align-items: center;
    height: 60px;
    padding: 0 10px;
    justify-content: center;
}
.changshang-box-list .foot .hot-suppliers .list .item .txt .tit {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 2;
}
.changshang-box-list .foot .product-news {
    padding-top: 30px;
}
.changshang-box-list .foot .product-news .th1 {
    display: flex;
    align-items: center;
}
.changshang-box-list .foot .product-news .th1 .tit {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    line-height: 1;
    flex: 1 1 auto;
}
.changshang-box-list .foot .product-news .th1 .more {
    flex: 0 0 auto;
    width: 80px;
    text-align: right;
}
.changshang-box-list .foot .product-news .th1 .more a {
    width: 75px;
    height: 35px;
    border: 1px solid #e5e5e5;
    line-height: 35px;
    font-size: 14px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    background: #fff;
    color: #222;
    display: inline-block;
    transition: all ease-in-out 0.3s;
}
.changshang-box-list .foot .product-news .th1 .more a:hover {
    background: #FF9933;
    color: #fff;
    border-color: #FF9933;
}
.changshang-box-list .foot .product-news .list {
    padding: 15px 0;
}
.changshang-box-list .foot .product-news .list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.changshang-box-list .foot .product-news .list ul li {
    width: 25%;
    padding: 10px;
}
.changshang-box-list .foot .product-news .list .item {
    background: #fff;
    height: 220px;
    position: relative;
    transition: all ease-in-out 0.3s;
}
.changshang-box-list .foot .product-news .list .item:hover {
    background: #FF9933;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.changshang-box-list .foot .product-news .list .item:hover .number {
    color: #fff;
}
.changshang-box-list .foot .product-news .list .item:hover .txt .tit {
    color: #fff;
}
.changshang-box-list .foot .product-news .list .item:hover .txt .desc {
    color: #fff;
}
.changshang-box-list .foot .product-news .list .item:hover .time {
    border-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}
.changshang-box-list .foot .product-news .list .item:hover .time:after {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E") no-repeat center center;
    background-size: contain;
}
.changshang-box-list .foot .product-news .list .item a {
    display: block;
    height: 100%;
}
.changshang-box-list .foot .product-news .list .item .number {
    font-size: 22px;
    font-weight: bold;
    color: #d5d5d5;
    height: 60px;
    line-height: 60px;
    padding-left: 20px;
    transition: all ease-in-out 0.3s;
}
.changshang-box-list .foot .product-news .list .item .txt {
    padding: 0 20px;
}
.changshang-box-list .foot .product-news .list .item .txt .tit {
    font-weight: bold;
    font-size: 16px;
    transition: all ease-in-out 0.3s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 2;
}
.changshang-box-list .foot .product-news .list .item .txt .desc {
    color: #999;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 2;
    margin-top: 10px;
    transition: all ease-in-out 0.3s;
}
.changshang-box-list .foot .product-news .list .item .time {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 50px;
    border-top: 1px solid #F0F0F0;
    line-height: 50px;
    padding-left: 20px;
    color: #999;
    transition: all ease-in-out 0.3s;
}
.changshang-box-list .foot .product-news .list .item .time:after {
    position: absolute;
    content: '';
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%2333CCFF'%2F%3E%3C%2Fsvg%3E") no-repeat center center;
    background-size: contain;
    width: 10px;
    height: 10px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: all ease-in-out 0.3s;
}
