.index-banner {
    height: 400px;
    position: relative;
}

.index-banner .swiper-container {
    height: 100%;
}

.index-banner .swiper-container .swiper-pagination {
    left: 0;
    right: 0;
    bottom: 30px;
}

.index-banner .swiper-container .swiper-pagination-bullet {
    position: relative;
    width: 12px;
    height: 12px;
    border: none;
    background: none;
    margin: 0 5px;
    outline: none;
    transition: all ease-in-out 0.3s;
}

.index-banner .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    background: #fff;
    width: 12px;
    height: 12px;
}

.index-banner .swiper-container .swiper-pagination-bullet:before {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #DCDCDC;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '';
}

.index-banner .swiper-container .swiper-button-prev,
.index-banner .swiper-container .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;
}

.index-banner .swiper-container .swiper-button-prev:hover,
.index-banner .swiper-container .swiper-button-next:hover {
    background: #fff;
}

.index-banner .swiper-container .swiper-button-prev:before,
.index-banner .swiper-container .swiper-button-next:before {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    content: '';
}

.index-banner .swiper-container .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%);
}

.index-banner .swiper-container .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%);
}

.index-banner .swiper-container .item {
    height: 100%;
}

.index-banner .swiper-container .item a {
    display: block;
    height: 100%;
}

.index-banner > .container {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.index-banner > .container .form-quotation {
    width: 380px;
    height: 360px;
    position: absolute;
    background: #fff;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.index-banner > .container .form-quotation .title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}

.index-banner > .container .form-quotation .box {
    padding: 0 15px;
}

.index-banner > .container .form-quotation .box .item {
    padding: 8px 0;
}

.index-banner > .container .form-quotation .box .item label {
    font-weight: bold;
    display: block;
    font-size: 12px;
    padding-bottom: 5px;
}

.index-banner > .container .form-quotation .box .item input {
    background: #F4F4F4;
    border: none;
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
}

.index-banner > .container .form-quotation .box .item ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.index-banner > .container .form-quotation .box .item ul li {
    width: 20%;
    padding: 0 5px;
    flex: 1 1 auto;
}

.index-banner > .container .form-quotation .box .item ul li:nth-child(2) {
    width: 60%;
}

.index-banner > .container .form-quotation .box .item ul li a {
    background: #F4F4F4;
    border: none;
    height: 30px;
    line-height: 30px;
    display: block;
    text-align: center;
}

.index-banner > .container .form-quotation .box .item ul li a:hover {
    color: #33CCFF;
}

.index-banner > .container .form-quotation .box .item ul li a:before {
    font-family: layui-icon !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.index-banner > .container .form-quotation .box .item ul li a.jia:before {
    content: "\e624";
}

.index-banner > .container .form-quotation .box .item ul li a.jian:before {
    content: "\e67e";
}

.index-banner > .container .form-quotation .box .item textarea {
    background: #F4F4F4;
    border: none;
    height: 50px;
    min-height: 50px;
}

.index-banner > .container .form-quotation .box .item a.upload-picture {
    text-align: center;
    display: block;
    color: #3a3a3a;
    padding: 5px 0;
    line-height: 1;
}

.index-banner > .container .form-quotation .box .item a.upload-picture:before {
    font-family: layui-icon !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e624";
}

.index-banner > .container .form-quotation .box .item .layui-btn {
    width: 100%;
    background: #FF9933;
    height: 35px;
    line-height: 35px;
}
.index-banner .onswiperbox {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index-banner .cateandloginbox {
    height:100%;
    width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.index-banner .loginbox {
    width: 234px;
    height: 300px;
    background: #FFFFFF;
    border-radius: 6px;
    position: absolute;
    right: 0;
    top: 43px;
    z-index: 10;
}
.index-banner .login_avtor {
    width: 71px;
    height: 70px;
    text-align: center;
    display: flex;
    margin: 34px auto 22px auto;
    border-radius: 50%;
    overflow: hidden;
}
.index-banner .sayhhi {
    height: 14px;
    width: 100%;
    font-size: 14px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #000000;
    line-height: 21px;
    text-align: center;
}
.index-banner .saywellcome {
    width: 100%;
    height: 14px;
    font-size: 14px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #000000;
    line-height: 21px;
    text-align: center;
    margin-top: 10px;
}
.index-banner .loginredbox {
    width: 141px;
    height: 32px;
    background: #33CCFF;
    border-radius: 16px;
    text-align: center;
    margin: 22px auto 16px auto;
    line-height: 32px;
    font-size: 14px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
}
.index-banner .loginredbox a{
    color: #FFFFFF;
}
.index-banner .loginredboxfree {
    width: 141px;
    height: 32px;
    background: #FFFFFF;
    border-radius: 16px;
    border: 1px solid rgba(51, 204, 255, 0.23);
    text-align: center;
    margin: 0 auto;
    line-height: 32px;
    font-size: 14px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
}
.index-banner .loginredboxfree a{
    color: #33CCFF;
}
.index-product-tab .tab-nav {
    background: #F4F4F4;
    height: 283px;
}

.index-product-tab .tab-nav .container {
    height: 100%;
}

.index-product-tab .tab-nav .oneUl {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    padding-top: 40px;
}

.index-product-tab .tab-nav .oneUl li {
    flex: 1 1 auto;
    width: 109px;
    background: #FFFFFF;
    text-align: center;
    height: 203px;
    margin-right: 1px;
    position: relative;
    z-index: 4;
}

.index-product-tab .tab-nav .oneUl .one .oneDiv {
    width: 120px;
    font-size: 30px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #FFFFFF;
    margin: auto;
    margin-top: 33px;
    line-height: 30px;
    margin-bottom: 18px;
}

.index-product-tab .tab-nav .oneUl li div i {
    font-size: 40px;
}

.index-product-tab .tab-nav .oneUl li .icon {
    margin-top: 54px;
    margin-bottom: 35px;
}

.index-product-tab .tab-nav .oneUl li .name {
    font-size: 14px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #363636;
}

.index-product-tab .tab-nav .oneUl .one .moreDiv {
    width: 56px;
    height: 14px;
    font-size: 14px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #FFFFFF;
    margin: auto;
    margin-bottom: 16px;
    cursor: pointer;
}

.index-product-tab .tab-nav .oneUl .one .DownDiv {
    width: 145px;
    height: 30px;
    background: #FFFFFF;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #4A4A4A;
    margin: auto;
    line-height: 30px;
    cursor: pointer;
}
.index-product-tab .tab-nav ul li:hover{
    cursor: pointer;
}
.index-product-tab .tab-nav ul li.active {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.14);
    z-index: 9;
}


.index-product-tab .tab-nav ul li .icon .default {
    z-index: 2;
    display: block;
    color: #999999
}

.index-product-tab .tab-nav ul li .icon .hover {
    display: none;
    z-index: 2;
}

.index-product-tab .tab-nav ul li.active .icon .default {
    display: none;
    z-index: 2;
}

.index-product-tab .tab-nav ul li.active .icon .hover {
    display: block;
    z-index: 3;
    color: #42BEED;
}

.index-product-tab .tab-nav ul li a {
    display: block;
}

.index-product-tab .tab-nav ul li .txt {
    padding-top: 16px;
    font-size: 20px;
}

.index-product-tab .tab-nav ul li .img {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 100%;
    position: relative;
}


.index-product-tab .tab-content {
    background: #f4f4f4;
    padding-top: 20px;
}

.index-product-tab .tab-content .tab-content-item {
    display: none;
}

.index-product-tab .tab-content .tab-content-item.active {
    display: block;
}

.index-product-tab .tab-content .tab-content-item .tab-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.index-product-tab .tab-content .tab-content-item .tab-row .tab-col {
    width: 25%;
    padding: 10px;
}

.index-product-tab .tab-content .tab-content-item .tab-row .tab-col.tab-col-2 {
    width: 50%;
}

.index-product-tab .tab-content .tab-content-item .tab-row .tab-col.tab-col-2 .item .img {
    padding: 0;
}

.index-product-tab .tab-content .tab-content-item .tab-row .tab-col.tab-col-2 .item .txt {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    left: 0;
    text-align: left;
    padding-left: 40px;
}

.index-product-tab .tab-content .tab-content-item .tab-row .tab-col.tab-col-2 .item .txt .tit a {
    border: none;
    color: #fff;
    font-weight: 400;
    font-size: 26px;
}

.index-product-tab .tab-content .tab-content-item .tab-row .tab-col.tab-col-2 .item .txt .desc {
    color: #fff;
}

.index-product-tab .tab-content .tab-content-item .item {
    width: 100%;
    position: relative;
    height: 375px;
    overflow: hidden;
    background: #fff;
    transition: all ease-in-out 0.3s;
}

.index-product-tab .tab-content .tab-content-item .item:hover {
    background: #FF9933;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.index-product-tab .tab-content .tab-content-item .item:hover .txt .tit a {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.2);
}

.index-product-tab .tab-content .tab-content-item .item:hover .txt .desc {
    color: #fff;
}

.index-product-tab .tab-content .tab-content-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;
}

.index-product-tab .tab-content .tab-content-item .item .like:hover {
    background: rgba(255, 153, 51, 0.5);
}

.index-product-tab .tab-content .tab-content-item .item .like.active {
    background: #FF9933;
}

.index-product-tab .tab-content .tab-content-item .item .like a {
    display: block;
    height: 100%;
}

.index-product-tab .tab-content .tab-content-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;
}

.index-product-tab .tab-content .tab-content-item .item .hot a {
    width: 31px;
    height: 0;
    display: block;
    text-indent: -999em;
}

.index-product-tab .tab-content .tab-content-item .item .hot a:before {
    background: url(../images/icon/hot.png) no-repeat center center;
    background-size: contain;
    content: '';
    position: absolute;
    top: 13px;
    width: 34px;
    height: 34px;
    right: 60px;
}

.index-product-tab .tab-content .tab-content-item .item .new a {
    width: 42px;
    height: 0;
    display: block;
    text-indent: -999em;
}

.index-product-tab .tab-content .tab-content-item .item .new a:before {
    background: url(../images/icon/new.png) no-repeat center center;
    background-size: contain;
    content: '';
    position: absolute;
    top: 13px;
    width: 34px;
    height: 34px;
    right: 60px;
}

.index-product-tab .tab-content .tab-content-item .item .sale a {
    width: 35px;
    height: 0;
    display: block;
    text-indent: -999em;
}

.index-product-tab .tab-content .tab-content-item .item .sale a:before {
    background: url(../images/icon/sale.png) no-repeat center center;
    background-size: contain;
    content: '';
    position: absolute;
    top: 13px;
    width: 34px;
    height: 34px;
    right: 60px;
}

.index-product-tab .tab-content .tab-content-item .item .img {
    height: 285px;
    padding: 10px;
}

.index-product-tab .tab-content .tab-content-item .item .img a {
    height: 100%;
    overflow: hidden;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index-product-tab .tab-content .tab-content-item .item .img a img {
    height: 100%;
}

.index-product-tab .tab-content .tab-content-item .item .txt {
    text-align: center;
    margin-top: -10px;
}

.index-product-tab .tab-content .tab-content-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;
}

.index-product-tab .tab-content .tab-content-item .item .txt .desc {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index-product-tab .tab-content .tab-content-item .more {
    padding: 40px 0 50px 0;
    text-align: center;
}

.index-product-tab .tab-content .tab-content-item .more .layui-btn {
    background: #FF9933;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    width: 280px;
    margin: 0 auto;
}

.index-product-tab .tab-content .tab-content-item .tab-col-swiper {
    height: 100%;
}

.index-product-tab .tab-content .tab-content-item .tab-col-swiper .swiper-slide a {
    display: block;
    height: 100%;
}

.index-product-tab .tab-content .tab-content-item .tab-col-swiper .swiper-slide a img {
    width: 100%;
    height: 100%;
}

.index-product-tab .tab-content .tab-content-item .tab-col-swiper .swiper-pagination {
    width: auto;
    left: 15px;
}

.index-ad-box {
    height: 460px;
    position: relative;
}

.index-ad-box .img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.index-ad-box .img img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
}

.index-ad-box .txt {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
}

.index-ad-box .txt .tit {
    font-weight: bold;
    font-size: 56px;
    color: #fff;
    line-height: 1;
}

.index-ad-box .txt .more {
    padding-top: 35px;
}

.index-ad-box .txt .more .layui-btn {
    width: 150px;
    background: #fff;
    color: #444;
}

.index-ezbuy {
    background: #F4F4F4;
    height: 670px;
    padding: 56px 0 74px 0;
}

.index-ezbuy .container {
    height: 100%;
    display: flex;
}

.index-ezbuy .container .left {
    flex: 1 1 auto;
}

.index-ezbuy .container .left > .tit {
    height: 55px;
    background: #33CCFF;
    font-size: 30px;
    line-height: 55px;
    font-weight: bold;
    color: #FFFFFF;
    padding-left: 28px;
}

.index-ezbuy .container .left .box {
    display: flex;
    background: #fff;
    padding: 30px 24px 30px 30px;
}

.index-ezbuy .container .left .box .box-left {
    flex: 1 1 auto;
    height: 425px;
    overflow: hidden;
}

.index-ezbuy .container .left .box .box-left .item {
    height: 100%;
    position: relative;
}

.index-ezbuy .container .left .box .box-left .item .img-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.index-ezbuy .container .left .box .box-left .item .img-bg img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
}

.index-ezbuy .container .left .box .box-left .item .txt {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 50px 30px 55px 30px;
}

.index-ezbuy .container .left .box .box-left .item .txt .title {
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 27px;
}

.index-ezbuy .container .left .box .box-left .item .txt ul {
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    color: rgba(255, 255, 255, 0.5);
    padding: 30px 0;
}

.index-ezbuy .container .left .box .box-left .item .txt ul li {
    padding: 10px 0;
}

.index-ezbuy .container .left .box .box-left .item .txt ul li h3 {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
}

.index-ezbuy .container .left .box .box-left .item .txt ul li p {
    font-size: 14px;
    padding: 10px 0;
    color: rgba(255, 255, 255, 0.8);
}

.index-ezbuy .container .left .box .box-right {
    margin-left: 20px;
    width: 335px;
    flex: 0 0 auto;
    margin-top: -5px;
    height: 425px;
    overflow: auto;
    margin-top: 0;
}

.index-ezbuy .container .left .box .box-right .row .col {
    height: 145px;
    padding: 5px 0;
}

.index-ezbuy .container .left .box .box-right ul li {
    height: 145px;
    padding: 5px 0;
}

.index-ezbuy .container .left .box .box-right .item {
    height: 135px;
    background: #F9F9F9;
    padding: 10px 27px;
}

.index-ezbuy .container .left .box .box-right .item .tit {
    border-bottom: 1px solid #E5E5E5;
    font-size: 20px;
    position: relative;
    height: 46px;
    color: #333333;
    font-weight: 400;
    line-height: 46px;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis
}

.index-ezbuy .container .left .box .box-right .item .tit .layui-btn {
    width: 98px;
    height: 26px;
    background: #FF9933;
    border-radius: 13px;
    line-height: 26px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.index-ezbuy .container .left .box .box-right .item .desc {
    font-size: 14px;
    padding-top: 10px;
    font-weight: 400;
    color: #333333;
    line-height: 25px;
    position: relative;
}

.index-ezbuy .container .right {
    flex: 0 0 auto;
    width: 360px;
    background: rgba(0, 0, 0, 0.5);
    padding: 48px 40px 0 40px;
}

.index-ezbuy .container .right .tit {
    font-size: 22px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    margin: 0 -40px;
    padding-bottom: 5px;
}

.index-ezbuy .container .right .textarea {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-top: 20px;
}

.index-ezbuy .container .right .textarea textarea {
    background: none;
    border: none;
    padding: 0;
    color: #fff;
    height: 140px;
}

.index-ezbuy .container .right .textarea textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.index-ezbuy .container .right .button {
    padding-top: 30px;
}

.index-ezbuy .container .right .button .layui-btn {
    width: 100%;
    height: 46px;
    background: #FF9933;
    border-radius: 7px;
    line-height: 46px;
}

.index-ezbuy .container .right .input {
    height: 60px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-top: 20px;
    display: flex;
    align-items: center;
}

.index-ezbuy .container .right .input .txt {
    color: rgba(255, 255, 255, 0.8);
    flex: 1 1 auto;
}

.index-ezbuy .container .right .input .layui-btn-upload {
    flex: 0 0 auto;
    color: #7A7A7A;
    font-size: 14px;
    width: 81px;
    height: 26px;
    background: #F4F4F4;
    border-radius: 13px;
    padding: 0;
    line-height: 26px;
    text-align: center;
}

.index-ezbuy .container .right .input input {
    background: none;
    border: none;
    padding: 0;
    color: #fff;
}

.index-ezbuy .container .right .input input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}



.index-swiper .container .tabs-li ul {
    height: 100%;
}

.index-swiper .container .tabs-li ul li {
    height: 33.33%;
}

.index-swiper .container .tabs-li ul li.active a {
    background: #333;
}

.index-swiper .container .tabs-li ul li.active a .tit {
    color: #fff;
}

.index-swiper .container .tabs-li ul li.active a:before {
    position: absolute;
    border: 15px solid #333;
    content: '';
    padding: 0;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    left: -30px;
    border-top: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.index-swiper .container .tabs-li ul li + li {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.index-swiper .container .tabs-li ul li a {
    padding: 46px 40px 30px 40px;
    display: block;
    height: 100%;
    position: relative;
}

.index-swiper .container .tabs-li ul li a .tit {
    color: #3A3A3A;
    font-size: 16px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 2;
}

.index-swiper .container .tabs-li ul li a .time {
    position: absolute;
    left: 40px;
    bottom: 30px;
    color: #33CCFF;
    font-weight: bold;
}

.index-swiper .container .swiper {
    flex: 1 1 auto;
    width: 254px;
    background: #F4F4F4;
    height: 450px;
}

.index-swiper .container .swiper .swiper-container {
    height: 100%;
}

.index-swiper .container .swiper .swiper-container .swiper-pagination {
    left: 0;
    right: 0;
    bottom: 30px;
}

.index-swiper .container .swiper .swiper-container .swiper-pagination-bullet {
    position: relative;
    width: 12px;
    height: 12px;
    border: none;
    background: none;
    margin: 0 5px;
    outline: none;
    transition: all ease-in-out 0.3s;
}

.index-swiper .container .swiper .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    background: #fff;
    width: 12px;
    height: 12px;
}

.index-swiper .container .swiper .swiper-container .swiper-pagination-bullet:before {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #DCDCDC;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '';
}

.index-swiper .container .swiper .swiper-container .swiper-button-prev,
.index-swiper .container .swiper .swiper-container .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;
}

.index-swiper .container .swiper .swiper-container .swiper-button-prev:hover,
.index-swiper .container .swiper .swiper-container .swiper-button-next:hover {
    background: #fff;
}

.index-swiper .container .swiper .swiper-container .swiper-button-prev:before,
.index-swiper .container .swiper .swiper-container .swiper-button-next:before {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    content: '';
}

.index-swiper .container .swiper .swiper-container .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%);
}

.index-swiper .container .swiper .swiper-container .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%);
}

.index-swiper .container .swiper .swiper-container .swiper-pagination {
    bottom: 30px;
}

.index-swiper .container .swiper .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
}

.index-swiper .container .swiper .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    background: #33CCFF;
}

.index-swiper .container .swiper .swiper-container .swiper-pagination .swiper-pagination-bullet:before {
    width: 8px;
    height: 8px;
    background: #9E9E9E;
}

.index-swiper .container .swiper .swiper-container .swiper-button-prev,
.index-swiper .container .swiper .swiper-container .swiper-button-next {
    width: 60px;
    height: 60px;
    background: #D1D1D1;
    margin-top: -30px;
}

.index-swiper .container .swiper .swiper-container .swiper-button-prev:hover,
.index-swiper .container .swiper .swiper-container .swiper-button-next:hover {
    background: #FF9933;
}

.index-swiper .container .swiper .swiper-container .swiper-button-prev:before,
.index-swiper .container .swiper .swiper-container .swiper-button-next:before {
    width: 20px;
    height: 20px;
}

.index-swiper .container .swiper .swiper-container .swiper-button-prev {
    left: -35px;
}

.index-swiper .container .swiper .swiper-container .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;
}

.index-swiper .container .swiper .swiper-container .swiper-button-next {
    right: -35px;
}

.index-swiper .container .swiper .swiper-container .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;
}

.index-swiper .container .swiper .item .tit {
    font-size: 22px;
    font-weight: bold;
    color: #120807;
    text-align: center;
    display: block;
    margin: 30px 40px 0 40px;
    height: 2.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 2;
}

.index-swiper .container .swiper .item .desc {
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    color: #120807;
    line-height: 28px;
    padding-top: 20px;
}

.index-swiper .container .swiper .item .down {
    padding: 20px;
    padding-top: 10px;
    text-align: center;
}

.index-swiper .container .swiper .item .down a {
    display: block;
    margin: 0 auto;
    width: 30px;
    height: 30px;
    overflow: hidden;
    text-indent: -999em;
    position: relative;
}

.index-swiper .container .swiper .item .down a:before {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e62a";
    color: #33CCFF;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    font-size: 28px;
    text-indent: 0;
}

.index-swiper .container .swiper .item .img {
    text-align: center;
}

.index-swiper .container .swiper .item .img img {
    width: 100%;
    height: 450px;
}

.index-swiper .container .more {
    padding: 50px 0;
    text-align: center;
    width: 100%;
    flex: 1 1 auto;
}

.index-swiper .container .more .layui-btn-more {
    background: #FF9933;
    width: 278px;
}

.index-expo {
    background: #F4F4F4;
    padding: 40px 0 60px 0;
}

.index-expo .container {
    height: 360px;
    background: #fff;
    padding: 36px 30px 0 30px;
}

.index-expo .tit {
    width: 1200px;
    margin: 19px auto;
    font-size: 24px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    margin-top: 0
}

.index-expo .container .left {
    width: 50%;
    float: left;
}

.index-expo .container .left .show {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
}

.index-expo .container .left .show .img {
    width: 280px;
    height: 280px;
    background: #9E9E9E;
    flex: 0 0 auto;
}

.index-expo .container .left .show .img img {
    width: 100%;
}

.index-expo .container .left .show .txt {
    padding: 0 30px 0 35px;
    max-height: 280px;
    overflow: hidden;
}

.index-expo .container .left .show .txt .title a {
    font-size: 20px;
    color: #000000;
    line-height: 25px;
    font-weight: bold;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index-expo .container .left .show .txt .title a:hover {
    color: #33CCFF;
}

.index-expo .container .left .show .txt .desc {
    margin-top: 20px;
    height: 4.8em;
    font-weight: 400;
    color: #888888;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 3;
}

.index-expo .container .left .show .txt ul {
    margin-top: 40px;
}

.index-expo .container .left .show .txt ul li {
    font-weight: 400;
    color: #000000;
    line-height: 30px;
    position: relative;
    padding-left: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    overflow: hidden;
}

.index-expo .container .left .show .txt ul li:before {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "\e601";
    color: #33CCFF;
}

.index-expo .container .left .show .txt ul li.address:before {
    content: "\e605";
    font-size: 20px;
    margin-left: -2px;
}

.index-expo .container .left .show .txt ul li.time:before {
    content: "\e61c";
}

.index-expo .container .right {
    width: 50%;
    float: right;
    padding-left: 40px;
}

.index-expo .container .right ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.index-expo .container .right ul li {
    width: 50%;
    padding: 0 20px;
    height: 94px;
}

.index-expo .container .right ul li:nth-child(1) a {
    border-top: 0;
}

.index-expo .container .right ul li:nth-child(2) a {
    border-top: 0;
}

.index-expo .container .right ul li a {
    border-top: 1px solid #F0F0F0;
    display: block;
    padding: 25px 25px 25px 10px;
    color: #000;
    font-size: 16px;
    position: relative;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index-expo .container .right ul li a:after {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    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'%23444'%2F%3E%3C%2Fsvg%3E");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.index-expo .container .right ul li a span {
    display: block;
    padding-top: 10px;
    color: rgba(0, 0, 0, 0.5);
}

.index-expo .container .right ul li a:hover {
    color: #33CCFF;
}

.index-expo .container .right ul li a:hover:after {
    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'%2333CCFF'%2F%3E%3C%2Fsvg%3E");
}

.index-img {
    padding: 55px 0 0 0;
}

.index-img .container {
    height: 400px;
}

.index-img .container ul {
    display: block;
    height: 100%;
    position: relative;
    padding-left: 61%;
}

.index-img .container ul li:first-child {
    width: 60%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.index-img .container ul li:last-child {
    margin-top: 10px;
}

.index-img .container ul li + li {
    height: 195px;
}

.index-img .container ul li a {
    display: block;
    height: 100%;
    overflow: hidden;
}

.index-img .container ul li a img {
    transition: all ease-in-out 0.3s;
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
}

.index-img .container ul li a:hover img {
    transform: scale(1.085);
}

.layui-fixbar {
    right: 0 !important;
}

.layui-fixbar li {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-indent: -999em;
    overflow: hidden;
    position: relative;
}

.layui-fixbar li:before {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-indent: 0;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: url(../images/icon/top.png) no-repeat center center #3A3A3A;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

/*èµ„è®¯è¯¦æƒ…é¡µ 2PSD*/
.page-route-bg {
    background: #F4F4F4;
}

.page-route {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 400;
    color: #999;
}

.page-route ul {
    display: flex;
}

.page-route ul li + li {
    margin-left: 5px;
}

.page-route ul li + li:before {
    content: '-';
    margin-right: 5px;
}

.page-route ul li.active a {
    color: #333;
}

.page-route ul li a {
    color: #999;
}

.page-route ul li a:hover {
    color: #33CCFF;
}

.news-content-box {
    background: #F4F4F4;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.news-content-box .row .col:nth-child(1) {
    width: 70%;
}

.news-content-box .row .col:nth-child(2) {
    width: 30%;
    padding-left: 30px;
}

.news-content-box .news-content {
    background: #fff;
    border: 1px solid #E5E5E5;
    /*overflow: hidden;*/
    padding: 30px;
}

.news-content-box .news-content .title {
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 30px;
}

.news-content-box .news-content .title h1 {
    font-size: 18px;
    color: #222;
}

.news-content-box .news-content .title .info {
    font-size: 14px;
    color: #999;
    display: flex;
    align-items: center;
}

.news-content-box .news-content .title .info .info-left {
    flex: 1 1 auto;
}

.news-content-box .news-content .title .info .info-right {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.news-content-box .news-content .title .info .info-right .bshare-custom {
    padding-left: 10px;
    display: flex;
}

.news-content-box .news-content .title .info .info-right .bshare-custom a {
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
    border-radius: 100%;
    background: #EAEAEA;
    padding: 0;
    transition: all ease-in-out 0.3s;
}

.news-content-box .news-content .title .info .info-right .bshare-custom a:before {
    position: absolute;
    width: 30px;
    height: 30px;
    content: '';
    top: 0;
    left: 0;
    transition: all ease-in-out 0.3s;
}

.news-content-box .news-content .title .info .info-right .bshare-custom a:hover {
    background: #FF9933;
}

.news-content-box .news-content .title .info .info-right .bshare-custom a:hover.bshare-weixin:before {
    background: url(../images/icon/fx-wx2.png) no-repeat center center;
    background-size: contain;
}

.news-content-box .news-content .title .info .info-right .bshare-custom a:hover.bshare-sinaminiblog:before {
    background: url(../images/icon/fx-wb2.png) no-repeat center center;
    background-size: contain;
}

.news-content-box .news-content .title .info .info-right .bshare-custom a:hover.bshare-qqim:before {
    background: url(../images/icon/fx-qq2.png) no-repeat center center;
    background-size: contain;
}

.news-content-box .news-content .title .info .info-right .bshare-custom a:hover.bshare-facebook:before {
    background: url(../images/icon/fx-f2.png) no-repeat center center;
    background-size: contain;
}

.news-content-box .news-content .title .info .info-right .bshare-custom a:hover.bshare-pinterest:before {
    background: url(../images/icon/fx-12.png) no-repeat center center;
    background-size: contain;
}

.news-content-box .news-content .title .info .info-right .bshare-custom a:hover.bshare-twitter:before {
    background: url(../images/icon/fx-t2.png) no-repeat center center;
    background-size: contain;
}

.news-content-box .news-content .title .info .info-right .bshare-custom a:hover.bshare-linkedin:before {
    background: url(../images/icon/fx-in2.png) no-repeat center center;
    background-size: contain;
}

.news-content-box .news-content .title .info .info-right .bshare-custom a.bshare-weixin:before {
    background: url(../images/icon/fx-wx.png) no-repeat center center;
    background-size: contain;
}

.news-content-box .news-content .title .info .info-right .bshare-custom a.bshare-sinaminiblog:before {
    background: url(../images/icon/fx-wb.png) no-repeat center center;
    background-size: contain;
}

.news-content-box .news-content .title .info .info-right .bshare-custom a.bshare-qqim:before {
    background: url(../images/icon/fx-qq.png) no-repeat center center;
    background-size: contain;
}

.news-content-box .news-content .title .info .info-right .bshare-custom a.bshare-facebook:before {
    background: url(../images/icon/fx-f.png) no-repeat center center;
    background-size: contain;
}

.news-content-box .news-content .title .info .info-right .bshare-custom a.bshare-pinterest:before {
    background: url(../images/icon/fx-1.png) no-repeat center center;
    background-size: contain;
}

.news-content-box .news-content .title .info .info-right .bshare-custom a.bshare-twitter:before {
    background: url(../images/icon/fx-t.png) no-repeat center center;
    background-size: contain;
}

.news-content-box .news-content .title .info .info-right .bshare-custom a.bshare-linkedin:before {
    background: url(../images/icon/fx-in.png) no-repeat center center;
    background-size: contain;
}

.news-content-box .news-content .title .info .info-right .bshare-custom a.bshare-more {
    display: none;
}

.news-content-box .news-content .tags {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2px;
    padding: 30px 0;
}

.news-content-box .news-content .tags a {
    margin: 2px;
    display: block;
    background: #F4F4F4;
    border: 1px solid #DDDDDD;
    color: #222;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
}

.news-content-box .news-content .tags a:hover {
    background: #FF9933;
    color: #fff;
    border: 1px solid #FF9933;
}

.news-content-box .news-content .next {
    font-size: 14px;
    padding-bottom: 20px;
}

.news-content-box .news-content .next ul li a {
    color: #222;
    display: block;
    padding: 5px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-content-box .news-content .next ul li a:hover {
    color: #33CCFF;
}

.news-content-box .most-viewed .th2 {
    height: 60px;
    text-align: center;
    line-height: 60px;
    background: #FF9933;
    border: 1px solid #E5E5E5;
    overflow: hidden;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.news-content-box .most-viewed .list {
    border: 1px solid #E5E5E5;
    background: #fff;
    border-top: 0;
    padding: 30px;
    padding-top: 10px;
}

.news-content-box .most-viewed .list ul li {
    padding: 15px 0;
}

.news-content-box .most-viewed .list ul li + li {
    border-top: 1px solid #e5e5e5;
}

.news-content-box .most-viewed .list ul li:nth-child(1) a i,
.news-content-box .most-viewed .list ul li:nth-child(2) a i,
.news-content-box .most-viewed .list ul li:nth-child(3) a i {
    background: #FF9933;
}

.news-content-box .most-viewed .list ul li a {
    display: flex;
    align-items: flex-start;
    color: #222;
    font-weight: bold;
}

.news-content-box .most-viewed .list ul li a:hover {
    color: #33CCFF;
}

.news-content-box .most-viewed .list ul li a i {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    flex: 0 0 auto;
    text-align: center;
    line-height: 20px;
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    background: #C3C3C3;
    color: #fff;
}

.news-content-box .most-viewed .list ul li a p {
    flex: 1 1 auto;
    padding-left: 10px;
    line-height: 1.6;
}

.news-content-box .news-youmaylike {
    padding: 30px 0;
}

.news-content-box .news-youmaylike .th1 {
    display: flex;
    align-items: center;
}

.news-content-box .news-youmaylike .th1 .tit {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    line-height: 1;
    flex: 1 1 auto;
}

.news-content-box .news-youmaylike .th1 .more {
    flex: 0 0 auto;
    width: 80px;
    text-align: right;
}

.news-content-box .news-youmaylike .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;
}

.news-content-box .news-youmaylike .th1 .more a:hover {
    background: #FF9933;
    color: #fff;
    border-color: #FF9933;
}

.news-content-box .news-youmaylike .list {
    padding: 30px 0;
}

.news-content-box .news-youmaylike .list ul {
    display: flex;
    margin: 0 -10px;
}

.news-content-box .news-youmaylike .list ul li {
    padding: 0 10px;
    flex: 1 1 auto;
    width: 25%;
}

.news-content-box .news-youmaylike .list .item {
    height: 100%;
    background: #fff;
    transition: all ease-in-out 0.3s;
}

.news-content-box .news-youmaylike .list .item:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.news-content-box .news-youmaylike .list .item:hover a .img img {
    transform: scale(1.1);
}

.news-content-box .news-youmaylike .list .item a {
    display: block;
    height: 100%;
}

.news-content-box .news-youmaylike .list .item a .img {
    height: 200px;
    overflow: hidden;
}

.news-content-box .news-youmaylike .list .item a .img img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all ease-in-out 0.3s;
}

.news-content-box .news-youmaylike .list .item a .txt {
    padding: 20px;
}

.news-content-box .news-youmaylike .list .item a .txt .tit {
    color: #222;
    font-size: 18px;
}

.news-content-box .news-youmaylike .list .item a .txt .time {
    color: #33CCFF;
    font-size: 12px;
    padding-top: 15px;
}

.body {
    font-size: 16px;
    line-height: 1.8;
    color: #999;
}

.body p {
    margin: 1.5em 0;
}

.body img {
    max-width: 100%;
}

/*äº§å“èšåˆé¡µ*/
.product-recommended {
    padding: 50px 0 50px 0;
}

.product-recommended .th1 {
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
    padding-bottom: 40px;
}

.product-recommended .swiper .item {
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.product-recommended .swiper .item:hover .hover {
    transform: translateY(0);
}

.product-recommended .swiper .item .icon {
    display: flex;
    justify-content: flex-end;
    position: relative;
    z-index: 3;
}

.product-recommended .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;
}

.product-recommended .swiper .item .icon .like:hover {
    background: rgba(255, 153, 51, 0.5);
}

.product-recommended .swiper .item .icon .like.active {
    background: #FF9933;
}

.product-recommended .swiper .item .icon .like a {
    display: block;
    height: 100%;
}

.product-recommended .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;
}

.product-recommended .swiper .item .img {
    width: 100%;
    height: 285px;
    position: relative;
}

.product-recommended .swiper .item .img img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
}

.product-recommended .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;
}

.product-recommended .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;
}

.product-recommended .swiper .item .hover.active {
    transform: translateY(0);
}

.product-recommended .swiper .item .hover .txt {
    padding: 30px;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

.product-recommended .swiper .item .hover .txt .tit {
    font-size: 20px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.product-recommended .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;
}

.product-recommended .swiper .item .hover .txt .alink {
    display: flex;
    padding-top: 15px;
}

.product-recommended .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;
}

.product-recommended .swiper .item .hover .txt .alink a:hover {
    background: #FF9933;
    color: #fff;
}

.product-recommended .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;
}

.product-recommended .swiper .swiper-button-next:hover {
    background: #fff;
}

.product-recommended .swiper .swiper-button-next:before {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    content: '';
}

.product-recommended .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%);
}

.product-recommended .swiper .swiper-button-next:hover {
    background: #FF9933;
}

.product-recommended .swiper .swiper-button-next:before {
    width: 20px;
    height: 20px;
}

.product-recommended .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;
}

.product-recommended .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;
}

.product-recommended .swiper .swiper-button-prev:hover {
    background: #fff;
}

.product-recommended .swiper .swiper-button-prev:before {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    content: '';
}

.product-recommended .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%);
}

.product-recommended .swiper .swiper-button-prev:hover {
    background: #FF9933;
}

.product-recommended .swiper .swiper-button-prev:before {
    width: 20px;
    height: 20px;
}

.product-recommended .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;
}

.product-recommended .swiper .swiper-pagination {
    display: none;
}

.product-sort-by-cateogy .box {
    border: 1px solid #e5e5e5;
    background: #fff;
}

.product-sort-by-cateogy .box .th1 {
    background: #F9F9F9;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #e5e5e5;
    padding-left: 20px;
    font-size: 20px;
    font-weight: bold;
}

.product-sort-by-cateogy .box .select-categories {
    margin: 0 20px;
    padding: 15px 0;
    display: flex;
    align-items: center;
}

.product-sort-by-cateogy .box .select-categories label {
    flex: 0 0 auto;
    color: #999;
    font-size: 14px;
}

.product-sort-by-cateogy .box .select-categories ul {
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 auto;
    align-items: center;
}

.product-sort-by-cateogy .box .select-categories ul li {
    padding: 0 2px;
}

.product-sort-by-cateogy .box .select-categories ul li a {
    display: block;
    background: #33CCFF;
    color: #fff;
    padding: 8px 35px 8px 10px;
    position: relative;
}

.product-sort-by-cateogy .box .select-categories ul li a:hover {
    background: #FF9933;
}

.product-sort-by-cateogy .box .select-categories ul li a:after {
    font-family: layui-icon !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\1006";
    font-weight: 300;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
}

.product-sort-by-cateogy .box .select-categories .info-count {
    flex: 0 0 auto;
    text-align: right;
    font-size: 16px;
}

.product-sort-by-cateogy .box .select-categories .info-count i {
    font-style: normal;
}

.product-sort-by-cateogy .box .select-busniess {
    margin: 0 20px;
    padding: 15px 0;
    display: flex;
    align-items: center;
}

.product-sort-by-cateogy .box .select-busniess ul {
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 auto;
    align-items: center;
}

.product-sort-by-cateogy .box .select-busniess li {
    margin-left: 20px;
    cursor: pointer;
}

.product-sort-by-cateogy .box .select-busniess li.select {
    color: #33CCFF;
}

.product-sort-by-cateogy .box .select-busniess ul li:hover {
    color: #33CCFF;
}

.product-sort-by-cateogy .box .select-busniess label {
    flex: 0 0 auto;
    color: #999;
    font-size: 14px;
}

.product-sort-by-cateogy .box .cls-tab {
    padding: 20px;
}

.product-sort-by-cateogy .box .cls-tab ul {
    display: flex;
    padding-bottom: 15px;
}

.product-sort-by-cateogy .box .cls-tab ul li + li {
    padding-left: 25px;
}

.product-sort-by-cateogy .box .cls-tab ul li.active a {
    color: #33CCFF;
}

.product-sort-by-cateogy .box .cls-tab ul li a {
    font-size: 20px;
    font-weight: bold;
}

.product-sort-by-cateogy .box .cls-tab .cls-tab-content .cls-tab-content-item {
    display: none;
}

.product-sort-by-cateogy .box .cls-tab .cls-tab-content .cls-tab-content-item.active {
    display: block;
}

.product-sort-by-cateogy .box .cls-tab .cls-tab-content .cls-tab-content-item .layui-tab {
    position: relative;
}

.product-sort-by-cateogy .box .cls-tab .cls-tab-content .cls-tab-content-item .layui-tab:before {
    content: '产品种类 :';
    display: block;
    line-height: 40px;
    position: absolute;
    left: 0;
    color: #999;
}

.product-sort-by-cateogy .box .cls-tab .cls-tab-content .cls-tab-content-item .layui-tab .layui-tab-title {
    padding: 0;
    padding-left: 60px;
}

.product-sort-by-cateogy .box .cls-tab .cls-tab-content .cls-tab-content-item .layui-tab .layui-tab-title li {
    height: 41px;
    position: relative;
    padding-right: 30px;
    font-size: 16px;
}

.product-sort-by-cateogy .box .cls-tab .cls-tab-content .cls-tab-content-item .layui-tab .layui-tab-title li:hover {
    color: #33CCFF;
}

.product-sort-by-cateogy .box .cls-tab .cls-tab-content .cls-tab-content-item .layui-tab .layui-tab-title li:hover:before {
    color: #33CCFF;
}

.product-sort-by-cateogy .box .cls-tab .cls-tab-content .cls-tab-content-item .layui-tab .layui-tab-title li:before {
    font-family: layui-icon !important;
    font-size: 12px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e61a";
    font-weight: 300;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.product-sort-by-cateogy .box .cls-tab .cls-tab-content .cls-tab-content-item .layui-tab .layui-tab-title li.layui-this {
    background: #f9f9f9;
}

.product-sort-by-cateogy .box .cls-tab .cls-tab-content .cls-tab-content-item .layui-tab .layui-tab-title li.layui-this:after {
    border-bottom: none;
}

.product-sort-by-cateogy .box .cls-tab .cls-tab-content .cls-tab-content-item .layui-tab .layui-tab-content {
    padding: 0;
    height: 0;
}

.product-sort-by-cateogy .box .cls-tab .cls-tab-content .cls-tab-content-item .layui-tab .layui-tab-content.active {
    background: #f9f9f9;
    border: 1px solid #e5e5e5;
    border-top: 0;
    padding: 15px;
    height: auto;
}

.product-sort-by-cateogy .box .cls-tab .cls-tab-content .cls-tab-content-item .layui-tab .layui-tab-content .layui-tab-item ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.product-sort-by-cateogy .box .cls-tab .cls-tab-content .cls-tab-content-item .layui-tab .layui-tab-content .layui-tab-item ul li {
    width: 20%;
    padding: 0 15px;
}

.product-sort-by-cateogy .box .cls-tab .cls-tab-content .cls-tab-content-item .layui-tab .layui-tab-content .layui-tab-item ul li + li {
    padding-left: 15px;
}

.product-sort-by-cateogy .box .cls-tab .cls-tab-content .cls-tab-content-item .layui-tab .layui-tab-content .layui-tab-item ul li a {
    font-weight: normal;
    font-size: 14px;
    display: block;
    padding: 5px 0;
}

.product-sort-by-cateogy .box .cls-tab .cls-tab-content .cls-tab-content-item .layui-tab .layui-tab-content .layui-tab-item ul li a:hover {
    color: #33CCFF;
}

.product-sort-by-cateogy .box .cls-tab .cls-tab-content .cls-tab-content-item .layui-tab .layui-tab-content .layui-tab-item ul li a.select {
    color: #33CCFF;
}

.product-sort-by-cateogy .box .cls-tab2 {
    position: relative;
    padding: 20px;
    padding-top: 0;
}

.product-sort-by-cateogy .box .cls-tab2:before {
    content: 'The product type :';
    display: block;
    line-height: 40px;
    position: absolute;
    left: 0;
    color: #999;
}

.product-sort-by-cateogy .box .cls-tab2 .layui-tab-title {
    padding: 0;
    padding-left: 140px;
}

.product-sort-by-cateogy .box .cls-tab2 .layui-tab-title li {
    height: 41px;
    position: relative;
    padding-right: 30px;
    font-size: 16px;
}

.product-sort-by-cateogy .box .cls-tab2 .layui-tab-title li:hover {
    color: #33CCFF;
}

.product-sort-by-cateogy .box .cls-tab2 .layui-tab-title li:hover:before {
    color: #33CCFF;
}

.product-sort-by-cateogy .box .cls-tab2 .layui-tab-title li:before {
    font-family: layui-icon !important;
    font-size: 12px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e61a";
    font-weight: 300;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.product-sort-by-cateogy .box .cls-tab2 .layui-tab-title li.layui-this {
    background: #f9f9f9;
}

.product-sort-by-cateogy .box .cls-tab2 .layui-tab-title li.layui-this:after {
    border-bottom: none;
}

.product-sort-by-cateogy .box .cls-tab2 .layui-tab-content {
    padding: 0;
    height: 0;
}

.product-sort-by-cateogy .box .cls-tab2 .layui-tab-content.active {
    background: #f9f9f9;
    border: 1px solid #e5e5e5;
    border-top: 0;
    padding: 15px;
    height: auto;
}

.product-sort-by-cateogy .box .cls-tab2 .layui-tab-content .layui-tab-item ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.product-sort-by-cateogy .box .cls-tab2 .layui-tab-content .layui-tab-item ul li {
    width: 20%;
    padding: 0 15px;
}

.product-sort-by-cateogy .box .cls-tab2 .layui-tab-content .layui-tab-item ul li + li {
    padding-left: 15px;
}

.product-sort-by-cateogy .box .cls-tab2 .layui-tab-content .layui-tab-item ul li a {
    font-weight: normal;
    font-size: 14px;
    display: block;
    padding: 5px 0;
}

.product-sort-by-cateogy .box .cls-tab2 .layui-tab-content .layui-tab-item ul li a:hover {
    color: #33CCFF;
}

.product-sort-by-cateogy .box .cls-tab2:before {
    content: 'Busniess Type:';
    display: block;
    line-height: 40px;
    position: absolute;
    left: 20px;
    color: #999;
}

.product-sort-by-cateogy .box .box-form {
    padding-bottom: 30px;
    padding-right: 20px;
    display: flex;
    justify-content: flex-end;
}

.product-sort-by-cateogy .box .box-form .layui-form {
    display: flex;
    align-items: center;
}

.product-sort-by-cateogy .box .box-form .layui-form label {
    color: #222;
    margin-right: 10px;
}

.product-list-style-tool {
    padding: 30px 0;
}

.product-list-style-tool .box {
    border: 1px solid #e5e5e5;
    background: #F9F9F9;
    height: 60px;
    line-height: 60px;
    display: flex;
    align-items: center;
}

.product-list-style-tool .box .left {
    flex: 1 1 auto;
    padding-left: 15px;
}

.product-list-style-tool .box .left ul {
    display: flex;
    align-items: center;
}

.product-list-style-tool .box .left ul li {
    padding: 0 5px;
}

.product-list-style-tool .box .left ul li.active a,
.product-list-style-tool .box .left ul li:hover a {
    background: #33CCFF;
    color: #fff;
    border-color: #33CCFF;
}

.product-list-style-tool .box .left ul li a {
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    border: 1px solid #e5e5e5;
    background: #fff;
    font-size: 14px;
    transition: all ease-in-out 0.3s;
}

.product-list-style-tool .box .right {
    flex: 0 0 auto;
    padding-right: 20px;
}

.product-list-style-tool .box .right .layui-form {
    display: flex;
    align-items: center;
}

.product-list-style-tool .box .right .layui-form label {
    color: #222;
    margin-right: 10px;
}

.pager-div {
    text-align: center;
    padding: 30px 0;
}

.pager-div ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pager-div ul li {
    padding: 0 5px;
}

.pager-div ul li.active a {
    background: #33CCFF;
    border-color: #33CCFF;
    color: #fff;
}

.pager-div 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;
}

.pager-div ul li a:hover {
    background: rgba(51, 204, 255, 0.1);
}

.pager-div ul li .layui-unselect {
    width: 60px;
    height: 35px;
}

.page {
    text-align: center;
    padding: 30px 0;
}

.page ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page ul li {
    padding: 0 5px;
}

.page ul li.active a {
    background: #33CCFF;
    border-color: #33CCFF;
    color: #fff;
}

.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;
}

.page ul li a:hover {
    background: rgba(51, 204, 255, 0.1);
}

.page ul li .layui-unselect {
    width: 75px;
    height: 35px;
    text-align: center;
}

.product-box {
    background: #F4F4F4;
    padding: 30px 0;
    margin-bottom: 30px;
}

.product-box .container > .th1 {
    display: flex;
    align-items: center;
    padding: 20px 0;
}

.product-box .container > .th1 .tit {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    line-height: 1;
    flex: 1 1 auto;
}

.product-box .container > .th1 .more {
    flex: 0 0 auto;
    width: 80px;
    text-align: right;
}

.product-box .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;
}

.product-box .container > .th1 .more a:hover {
    background: #FF9933;
    color: #fff;
    border-color: #FF9933;
}

.product-box .container > .th1 .tit {
    font-size: 24px;
}

.product-box .container > .list .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.product-box .container > .list .row .col {
    padding: 10px;
    width: 25%;
}

.product-box .container > .list .item {
    width: 100%;
    position: relative;
    /*height: 330px;*/
    overflow: hidden;
    background: #fff;
    transition: all ease-in-out 0.3s;
}

.product-box .container > .list .item:hover {
    background: #FF9933;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.product-box .container > .list .item:hover .txt .tit a {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.2);
}

.product-box .container > .list .item:hover .txt .desc {
    color: #fff;
}

.product-box .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;
}

.product-box .container > .list .item .like:hover {
    background: rgba(255, 153, 51, 0.5);
}

.product-box .container > .list .item .like.active {
    background: #FF9933;
}

.product-box .container > .list .item .like a {
    display: block;
    height: 100%;
}

.product-box .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;
}

.product-box .container > .list .item .img {
    height: 285px;
    padding: 10px;
}

.product-box .container > .list .item .img a {
    display: block;
    height: 100%;
    overflow: hidden;
    background: white;
}

.product-box .container > .list .item .img a img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: contain;
}

.product-box .container > .list .item .txt {
    text-align: center;
    margin-top: -10px;
}

.product-box .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;
}

.product-box .container > .list .item .txt .desc {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.product-box .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;
}

.product-box .container > .list .item .icon .hot,
.product-box .container > .list .item .icon .new,
.product-box .container > .list .item .icon .sale,
.product-box .container > .list .item .icon .vip {
    /*position: relative;*/
    margin-left: 10px;
}
.product-box .container > .list .item .icon .new{
    background: #33ccff;
    width: 34px;
    height: 34px;
    border-radius: 100%;

}
.product-box .container > .list .item .icon .hot{
    z-index: 5;
    width: 34px;
    height: 34px;
    background: #E40000;
    border-radius: 100%;
    text-indent: -999em;
    overflow: hidden;
}

.product-box .container > .list .item .icon .hot a,
.product-box .container > .list .item .icon .new a,
.product-box .container > .list .item .icon .sale a,
.product-box .container > .list .item .icon .vip a {
    display: block;
    position: relative;
    text-indent: -999em;
}

.product-box .container > .list .item .icon .vip a {
    width: 60px;
    height: 30px;
}

.product-box .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;
}

.product-box .container > .list .item .icon .hot a {
    /*width: 31px;*/
    height: 35px;
}

.product-box .container > .list .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;
}

.product-box .container > .list .item .icon .new a {
    /*width: 35px;*/
    height: 35px;
}

.product-box .container > .list .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;
}

.product-box .container > .list .item .icon .sale a {
    width: 35px;
    height: 35px;
}

.product-box .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;
}

.product-box .container > .list .item .icon .like {
    position: relative;
    top: 0;
    right: 0;
    margin-left: 10px;
}

.product-box .container > .list .page {
    text-align: center;
    padding: 30px 0;
}

.product-box .container > .list .page ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-box .container > .list .page ul li {
    padding: 0 5px;
}

.product-box .container > .list .page ul li.active a {
    background: #33CCFF;
    border-color: #33CCFF;
    color: #fff;
}

.product-box .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;
}

.product-box .container > .list .page ul li a:hover {
    background: rgba(51, 204, 255, 0.1);
}

.product-box .container > .list .page ul li .layui-unselect {
    width: 75px;
    height: 35px;
    text-align: center;
}

.product-box .hot-products {
    padding-top: 30px;
}

.product-box .hot-products .th1 {
    display: flex;
    align-items: center;
}

.product-box .hot-products .th1 .tit {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    line-height: 1;
    flex: 1 1 auto;
}

.product-box .hot-products .th1 .more {
    flex: 0 0 auto;
    width: 80px;
    text-align: right;
}

.product-box .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;
}

.product-box .hot-products .th1 .more a:hover {
    background: #FF9933;
    color: #fff;
    border-color: #FF9933;
}

.product-box .hot-products .list {
    padding: 15px 0;
}

.product-box .hot-products .list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.product-box .hot-products .list ul li {
    width: 25%;
    padding: 10px;
}

.product-box .hot-products .list .item {
    background: #fff;
    height: 150px;
    transition: all ease-in-out 0.3s;
}

.product-box .hot-products .list .item:hover {
    background: #FF9933;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.product-box .hot-products .list .item:hover .txt:after {
    background: rgba(255, 255, 255, 0.2);
}

.product-box .hot-products .list .item:hover .txt .tit {
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.product-box .hot-products .list .item:hover .txt .company {
    color: #fff;
}

.product-box .hot-products .list .item a {
    display: block;
    padding: 10px;
    position: relative;
    display: flex;
    height: 100%;
}

.product-box .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;
}

.product-box .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;
}

.product-box .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;
}

.product-box .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;
    word-break: break-all;
}

.product-box .hot-products .list .item .txt .company {
    height: 50%;
    display: flex;
    align-items: center;
    color: #444;
    transition: all ease-in-out 0.3s;
}

.product-box .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;
}

.product-box .hot-products .list .item .img {
    width: 56.4%;
    flex: 1 1 auto;
    padding-left: 10px;
    overflow: hidden;
}

.product-box .hot-products .list .item .img img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
}

.product-box .hot-suppliers {
    padding-top: 30px;
}

.product-box .hot-suppliers .th1 {
    display: flex;
    align-items: center;
}

.product-box .hot-suppliers .th1 .tit {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    line-height: 1;
    flex: 1 1 auto;
}

.product-box .hot-suppliers .th1 .more {
    flex: 0 0 auto;
    width: 80px;
    text-align: right;
}

.product-box .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;
}

.product-box .hot-suppliers .th1 .more a:hover {
    background: #FF9933;
    color: #fff;
    border-color: #FF9933;
}

.product-box .hot-suppliers .list {
    padding: 15px 0;
}

.product-box .hot-suppliers .list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.product-box .hot-suppliers .list ul li {
    width: 20%;
    padding: 10px;
}

.product-box .hot-suppliers .list .item {
    background: #AFAFAF;
    transition: all ease-in-out 0.3s;
}

.product-box .hot-suppliers .list .item:hover {
    background: #FF9933;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.3);
}

.product-box .hot-suppliers .list .item a {
    display: block;
}

.product-box .hot-suppliers .list .item .img {
    height: 100%;
    overflow: hidden;
    background: #FFFFFF;
}

.product-box .hot-suppliers .list .item .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.product-box .hot-suppliers .list .item .txt {
    display: flex;
    align-items: center;
    height: 60px;
    padding: 0 10px;
    justify-content: center;
}

.product-box .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;
}

.product-box .product-news {
    padding-top: 30px;
}

.product-box .product-news .th1 {
    display: flex;
    align-items: center;
}

.product-box .product-news .th1 .tit {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    line-height: 1;
    flex: 1 1 auto;
}

.product-box .product-news .th1 .more {
    flex: 0 0 auto;
    width: 80px;
    text-align: right;
}

.product-box .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;
}

.product-box .product-news .th1 .more a:hover {
    background: #FF9933;
    color: #fff;
    border-color: #FF9933;
}

.product-box .product-news .list {
    padding: 15px 0;
}

.product-box .product-news .list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.product-box .product-news .list ul li {
    width: 25%;
    padding: 10px;
}

.product-box .product-news .list .item {
    background: #fff;
    height: 220px;
    position: relative;
    transition: all ease-in-out 0.3s;
}

.product-box .product-news .list .item:hover {
    background: #FF9933;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.product-box .product-news .list .item:hover .number {
    color: #fff;
}

.product-box .product-news .list .item:hover .txt .tit {
    color: #fff;
}

.product-box .product-news .list .item:hover .txt .desc {
    color: #fff;
}

.product-box .product-news .list .item:hover .time {
    border-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.product-box .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;
}

.product-box .product-news .list .item a {
    display: block;
    height: 100%;
}

.product-box .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;
}

.product-box .product-news .list .item .txt {
    padding: 0 20px;
}

.product-box .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;
}

.product-box .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;
}

.product-box .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;
}

.product-box .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;
}

/*èµ„è®¯é¦–é¡µ 2.psd*/
.news-index-swiper {
    height: 336px;
    position: relative;
    margin-bottom: 40px;
}

.news-index-swiper .item {
    height: 100%;
}

.news-index-swiper .item a {
    display: block;
    height: 100%;
    position: relative;
}

.news-index-swiper .item .img {
    height: 100%;
}

.news-index-swiper .item .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.news-index-swiper .item .txt {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 75px;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.4);
    padding: 0 25px;
}

.news-index-swiper .item .txt .tit {
    padding-right: 30%;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 2;
}

.news-index-swiper .swiper-pagination {
    z-index: 3;
    right: 20px;
    bottom: 30px;
}

.news-index-swiper .swiper-pagination .swiper-pagination-bullet {
    border: 1px solid #fff;
    margin: 0 2px;
    background: none;
    opacity: 1;
}

.news-index-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 32px;
    background: #fff;
    border-radius: 10em;
}

.news-index-navlink {
    background: #F9F9F9;
    border: 1px solid #E5E5E5;
    height: 60px;
    line-height: 60px;
}

.news-index-navlink ul {
    display: flex;
    flex-wrap: wrap;
}

.news-index-navlink ul li {
    flex: 1 1 auto;
    width: 15%;
    text-align: center;
    position: relative;
}

.news-index-navlink ul li + li {
    border-left: 1px solid #e5e5e5;
}

.news-index-navlink ul li a {
    display: block;
    font-size: 16px;
    font-weight: bold;
}

.news-index-navlink ul li a:hover {
    color: #33CCFF;
}

.news-index-navlink ul li.active:after {
    position: absolute;
    content: '';
    height: 3px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FF9933;
}

.news-index-navlink ul li.active a {
    color: #FF9933;
}

.news-index-list .item {
    background: #fff;
    border: 1px solid #E5E5E5;
    padding: 10px;
    display: flex;
    height: 184px;
    margin-top: 25px;
}

.news-index-list .item .img {
    height: 160px;
    width: 250px;
    flex: 0 0 auto;
    position: relative;
}

.news-index-list .item .img .tags {
    position: absolute;
    min-width: 120px;
    font-size: 14px;
    color: #fff;
    background: #F19338;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-top-right-radius: 10em;
    border-bottom-right-radius: 10em;
}

.news-index-list .item .img .tags.tags-member {
    background: #F1BF38;
}

.news-index-list .item .img .tags.tags-exhibition {
    background: #38B6F1;
}

.news-index-list .item .txt {
    padding-left: 30px;
    padding-right: 20px;
    /*width: 560px;*/
}

.news-index-list .item .txt .tit {
    padding: 15px 0;
}

.news-index-list .item .txt .tit a {
    font-size: 18px;
    color: #000;
    display: block;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 531px;
}

.news-index-list .item .txt .tit a:hover {
    color: #33CCFF;
}

.news-index-list .item .txt .info {
    display: flex;
    align-items: center;
}

.news-index-list .item .txt .info .time {
    color: #33CCFF;
    font-size: 14px;
    font-weight: bold;
    flex: 0 0 auto;
}

.news-index-list .item .txt .info .tags {
    flex-wrap: wrap;
    margin: 0 -2px;
    padding: 30px 0;
    flex: 1 1 auto;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
    flex-wrap: nowrap;
    padding-left: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-index-list .item .txt .info .tags a {
    margin: 2px;
    display: block;
    background: #F4F4F4;
    border: 1px solid #DDDDDD;
    color: #222;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    max-width: 413px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-index-list .item .txt .info .tags a:hover {
    background: #FF9933;
    color: #fff;
    border: 1px solid #FF9933;
}

.news-index-list .item .txt .desc {
    margin-top: 15px;
    color: #999;
    font-size: 14px;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 2;
}

.news-right-ad {
    display: block;
    padding-bottom: 30px;
}

.news-right-ad .news-right-swiper {
    position: relative;
}

.news-right-ad .news-right-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 32px;
    background: #fff;
    border-radius: 10em;
}

.news-right-ad .news-right-swiper .swiper-pagination .swiper-pagination-bullet {
    border: 1px solid #fff;
    margin: 0 2px;
    background: none;
    opacity: 1;
}

.news-right-ad .news-right-swiper .swiper-pagination {
    position: absolute;
    bottom: 0;
    left: 45%;
}
.news-right-ad .news-right-swiper .swiper-pagination span {
    margin-right: 5px;
}

.news-right-ad a {
    display: block;
}

.news-right-ad a img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.shops-header.shops-header-vip {
    background: #F4F4F4;
}

.shops-header.shops-header-vip .shops-top {
    height: 310px;
}

.shops-header.shops-header-vip .shops-top .info {
    background: none;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 80px;
    padding-right: 40px;
}

.shops-header.shops-header-vip .shops-top .info .logo {
    border-radius: 100%;
    overflow: hidden;
}

.shops-header.shops-header-vip .shops-top .info .company .tit:after {
    content: '';
    background: url(../images/shops/icon/vip.png) no-repeat center center;
    width: 37px;
    height: 18px;
    display: inline-block;
    margin-left: 10px;
}

.shops-header.shops-header-vip .shops-top .info .link ul li a:hover.like:before {
    background: url(../images/shops/icon/like.png) no-repeat center center;
}

.shops-header.shops-header-vip .shops-top .info .link ul li a:hover.tel:before {
    background: url(../images/shops/icon/email.png) no-repeat center center;
}

.shops-header.shops-header-vip .shops-top .info .link ul li a.like:before {
    background: url(../images/shops/icon/like.png) no-repeat center center;
}

.shops-header.shops-header-vip .shops-top .info .link ul li a.tel:before {
    content: '';
    display: block;
    background: url(../images/shops/icon/email.png) no-repeat center center;
}

.shops-header.shops-header-vip .shops-nav {
    padding: 0;
}

.shops-header .shops-top {
    height: 430px;
    position: relative;
}

.shops-header .shops-top .img {
    height: 100%;
}

.shops-header .shops-top .img img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
}

.shops-header .shops-top .info {
    position: absolute;
    height: 150px;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    display: flex;
    padding: 10px;
    align-items: center;
}

.shops-header .shops-top .info .logo {
    width: 130px;
    height: 130px;
    background: #fff;
    flex: 0 0 auto;
}

.shops-header .shops-top .info .logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.shops-header .shops-top .info .company {
    flex: 1 1 auto;
    padding-left: 40px;
}

.shops-header .shops-top .info .company .tit {
    font-size: 24px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 500px;
}

.shops-header .shops-top .info .company ul {
    padding-top: 25px;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.shops-header .shops-top .info .company ul li {
    position: relative;
    width: 50%;
    flex: 1 1 auto;
    padding-left: 30px;
}

.shops-header .shops-top .info .company ul li:before {
    position: absolute;
    top: 50%;
    left: 0;
    content: '';
    transform: translateY(-50%);
    display: block;
}

.shops-header .shops-top .info .company ul li.dw:before {
    background: url(../images/shops/icon/dw.png) no-repeat center center;
    width: 20px;
    height: 26px;
}

.shops-header .shops-top .info .company ul li.yw:before {
    background: url(../images/shops/icon/yw.png) no-repeat center center;
    width: 22px;
    height: 22px;
}

.shops-header .shops-top .info .company ul li a {
    display: block;
    position: relative;
}

.shops-header .shops-top .info .company ul li a:before {
    position: absolute;
    top: 50%;
    left: 0;
    content: '';
    transform: translateY(-50%);
    display: block;
}

.shops-header .shops-top .info .company ul li a.dw:before {
    background: url(../images/shops/icon/dw.png) no-repeat center center;
    width: 20px;
    height: 26px;
}

.shops-header .shops-top .info .company ul li a.yw:before {
    background: url(../images/shops/icon/yw.png) no-repeat center center;
    width: 22px;
    height: 22px;
}

.shops-header .shops-top .info .link {
    width: 360px;
    flex: 0 0 auto;
}

.shops-header .shops-top .info .link ul {
    display: flex;
    align-items: center;
}

.shops-header .shops-top .info .link ul li {
    flex: 1 1 auto;
    padding: 0 10px;
}

.shops-header .shops-top .info .link ul li a {
    display: flex;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    border: 1px solid #fff;
    align-items: center;
    justify-content: center;
    transition: all ease-in-out 0.3s;
}

.shops-header .shops-top .info .link ul li a:hover {
    background: #fff;
    color: #222;
}

.shops-header .shops-top .info .link ul li a.like:before {
    content: '';
    display: block;
    background: url(../images/shops/icon/like.png) no-repeat center center;
    width: 19px;
    height: 18px;
    margin-right: 15px;
}

.shops-header .shops-top .info .link ul li a.tel:before {
    content: '';
    display: block;
    background: url(../images/shops/icon/email.png) no-repeat center center;
    width: 19px;
    height: 19px;
    margin-right: 15px;
}

.shops-header .shops-nav {
    padding-top: 50px;
}

.shops-header .shops-nav ul {
    display: flex;
    background: #FAFAFA;
    border: 1px solid #E5E5E5;
    height: 60px;
    line-height: 60px;
}

.shops-header .shops-nav ul li {
    width: 33.33%;
}

.shops-header .shops-nav ul li a {
    display: block;
    color: #000;
    height: 100%;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.shops-header .shops-nav ul li a:hover {
    color: #FF9933;
}

.shops-header .shops-nav ul li.active a {
    color: #FF9933;
}

.shops-header .shops-nav ul li.active a:after {
    position: absolute;
    height: 3px;
    content: '';
    width: 100%;
    background: #FF9933;
    left: 0;
    bottom: -1px;
}

.shops-box {
    padding-bottom: 60px;
}

.shops-home-company {
    padding-top: 30px;
}

.shops-home-company .item {
    display: flex;
    flex-wrap: wrap;
    min-height: 400px;
    background: #fff;
}

.shops-home-company .item .img {
    width: 50%;
    position: relative;
}

.shops-home-company .item .img .swiper-container {
    height: 100%;
}

.shops-home-company .item .img .item {
    min-height: auto;
    height: 100%;
}

.shops-home-company .item .img .item img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
}

.shops-home-company .item .img .swiper-pagination {
    z-index: 3;
    right: 20px;
    bottom: 30px;
    left: 40px;
    right: auto;
}

.shops-home-company .item .img .swiper-pagination .swiper-pagination-bullet {
    border: 1px solid #fff;
    margin: 0 2px;
    background: none;
    opacity: 1;
}

.shops-home-company .item .img .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 32px;
    background: #fff;
    border-radius: 10em;
}

.shops-home-company .item .txt {
    width: 50%;
    padding: 50px;
    padding-bottom: 0;
}

.shops-home-company .item .txt .tit {
    font-size: 28px;
    font-weight: bold;
    color: #000;
}

.shops-home-company .item .txt .desc {
    font-size: 16px;
    color: #999;
    line-height: 1.8;
    padding: 20px 0 10px 0;
}

.shops-home-company .item .txt .desc .more {
    display: inline-block;
    position: relative;
    color: #FF9933;
    text-transform: uppercase;
    font-weight: bold;
    padding: 2px 0;
    line-height: 1;
}

.shops-home-company .item .txt .desc .more:after {
    position: absolute;
    content: '';
    height: 1px;
    background: #FF9933;
    left: 0;
    right: 0;
    bottom: 0;
}

.shops-home-company .item .txt .link {
    padding-top: 15px;
}

.shops-home-company .item .txt .link ul {
    display: flex;
    margin: 0 -7px;
}

.shops-home-company .item .txt .link ul li {
    min-width: 50%;
    padding: 0 7px;
    flex: 1 1 auto;
}

.shops-home-company .item .txt .link ul li a {
    display: block;
    position: relative;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FF9933;
}

.shops-home-company .item .txt .link ul li a:before {
    content: '';
    margin-right: 10px;
}

.shops-home-company .item .txt .link ul li a.tel:before {
    background: url(../images/shops/icon/phone-fff.png) no-repeat center center;
    width: 28px;
    height: 27px;
}

.shops-home-company .item .txt .link ul li a.email:before {
    background: url(../images/shops/icon/email-fff.png) no-repeat center center;
    width: 27px;
    height: 21px;
}

.shops-home-company .item .txt .nano {
    height: 250px;
    margin: 15px 0 10px 0;
    overflow: inherit;
}

.shops-home-company .item .txt .nano .nano-pane {
    width: 5px;
    right: -50px;
    border-radius: 0;
    background: none;
}

.shops-home-company .item .txt .nano .nano-pane .nano-slider {
    background: #FF9933;
}

.shops-home-company .info {
    margin-top: 20px;
    margin-bottom: 20px;
    background: #fff;
    padding: 25px 40px;
    font-size: 16px;
    line-height: 1.6;
}

.shops-home-company .info label {
    color: #999;
}

.shops-home-company .info ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.shops-home-company .info ul li {
    width: 50%;
    padding: 5px;
    display: flex;
}

.shops-home-company .info ul li label {
    flex: 0 0 auto;
    width: 160px;
    align-self: center;
}

.shops-home-company .info ul li p {
    flex: 1 1 auto;
    font-weight: bold;
}

.shops-home-company .info ul li a {
    color: #33CCFF;
}

.shops-home-company.shops-home-company-vip {
    padding-bottom: 30px;
}

.shops-home-company.shops-home-company-vip .item {
    min-height: 513px;
}

.shops-home-company.shops-home-company-vip .item .img {
    width: 684px;
    position: relative;
    height: 513px;
}

.shops-home-company.shops-home-company-vip .item .img .item img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
}

.shops-home-company.shops-home-company-vip .item .img .swiper-pagination {
    z-index: 3;
    right: 20px;
    bottom: 30px;
    left: 40px;
    right: auto;
}

.shops-home-company.shops-home-company-vip .item .img .swiper-pagination .swiper-pagination-bullet {
    border: 1px solid #fff;
    margin: 0 2px;
    background: none;
    opacity: 1;
}

.shops-home-company.shops-home-company-vip .item .img .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 32px;
    background: #fff;
    border-radius: 10em;
}

.shops-home-company.shops-home-company-vip .item .txt {
    width: 516px;
    padding-top: 30px;
}

.shops-home-company.shops-home-company-vip .item .txt .info {
    border-top: 1px solid #ccc;
    margin-top: 10px;
    margin-bottom: 0;
    background: #fff;
    padding: 15px 0;
    font-size: 16px;
    line-height: 1.4;
}

.shops-home-company.shops-home-company-vip .item .txt .info label {
    color: #999;
}

.shops-home-company.shops-home-company-vip .item .txt .info ul {
    display: block;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.shops-home-company.shops-home-company-vip .item .txt .info ul li {
    width: 100%;
    padding: 5px;
    display: flex;
}

.shops-home-company.shops-home-company-vip .item .txt .info ul li label {
    flex: 0 0 auto;
    width: 170px;
    align-self: center;
}

.shops-home-company.shops-home-company-vip .item .txt .info ul li p {
    flex: 1 1 auto;
    font-weight: bold;
    word-break: break-all;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.shops-home-company.shops-home-company-vip .item .txt .link {
    padding-top: 0;
}

.shops-home-company.shops-home-company-vip.shops-home-company-vip2 .item .txt .info {
    border-top: none;
    margin-top: 0;
    padding: 0;
    padding-bottom: 15px;
}

.shops-home-company.shops-home-company-vip.shops-home-company-vip2 .item .txt .info h2 {
    display: block;
    padding-bottom: 15px;
    line-height: 1;
    font-size: 28px;
    font-weight: bold;
}

.shops-home-company.shops-home-company-vip.shops2-introduction-vip .item {
    background: none;
}

.shops-home-company.shops-home-company-vip.shops2-introduction-vip .item .txt {
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
}

.shops-home-company.shops-home-company-vip.shops2-introduction-vip .item .txt .desc {
    padding: 20px 0;
}

.shops-home-company.shops-home-company-vip.shops2-introduction-vip .item .txt .info {
    background: none;
    padding: 40px 0;
}

.shops-home-company.shops-home-company-vip.shops2-introduction-vip .item .txt .info ul li {
    padding: 8px 0;
}

.shops-home-company.shops-home-company-vip.shops2-introduction-vip .item .txt .link {
    height: 50px;
    flex: 0 0 auto;
    width: 100%;
}

.shops-home-company.shops-home-company-vip.shops2-introduction-vip2 .item {
    background: none;
}

.shops-home-company.shops-home-company-vip.shops2-introduction-vip2 .item .txt {
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
}

.shops-home-company.shops-home-company-vip.shops2-introduction-vip2 .item .txt .desc {
    padding: 20px 0;
}

.shops-home-company.shops-home-company-vip.shops2-introduction-vip2 .item .txt .info {
    background: none;
    padding: 40px 0;
}

.shops-home-company.shops-home-company-vip.shops2-introduction-vip2 .item .txt .info ul li {
    padding: 8px 0;
}

.shops-home-company.shops-home-company-vip.shops2-introduction-vip2 .item .txt .link {
    height: 50px;
    flex: 0 0 auto;
    width: 100%;
}

.shops-home-company.shops-home-company-vip.shops2-introduction-vip2 .item .txt .info {
    padding: 20px 0;
    padding-top: 0;
}

.shops-home-company.shops-home-company-vip.shops2-introduction-vip2 .item .txt .info ul li {
    padding: 10px 0;
}

.shops-home-company.shops-home-company-vip.shops2-introduction-vip2 .item .txt .info ul li label {
    width: 180px;
}

.shops-company {
    padding-top: 30px;
    margin-bottom: 30px;
}

.shops-company .item {
    display: flex;
    flex-wrap: wrap;
    min-height: 400px;
    background: #fff;
}

.shops-company .item .img {
    width: 50%;
    position: relative;
}

.shops-company .item .img .swiper-container {
    height: 100%;
}

.shops-company .item .img .item {
    min-height: auto;
    height: 100%;
}

.shops-company .item .img .item img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
}

.shops-company .item .img .swiper-pagination {
    z-index: 3;
    right: 20px;
    bottom: 30px;
    left: 40px;
    right: auto;
}

.shops-company .item .img .swiper-pagination .swiper-pagination-bullet {
    border: 1px solid #fff;
    margin: 0 2px;
    background: none;
    opacity: 1;
}

.shops-company .item .img .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 32px;
    background: #fff;
    border-radius: 10em;
}

.shops-company .item .txt {
    width: 50%;
    padding: 50px;
    padding-bottom: 0;
}

.shops-company .item .txt .tit {
    font-size: 28px;
    font-weight: bold;
    color: #000;
}

.shops-company .item .txt .desc {
    font-size: 16px;
    color: #999;
    line-height: 1.8;
    padding: 20px 0 10px 0;
}

.shops-company .item .txt .desc .more {
    display: inline-block;
    position: relative;
    color: #FF9933;
    text-transform: uppercase;
    font-weight: bold;
    padding: 2px 0;
    line-height: 1;
}

.shops-company .item .txt .desc .more:after {
    position: absolute;
    content: '';
    height: 1px;
    background: #FF9933;
    left: 0;
    right: 0;
    bottom: 0;
}

.shops-company .item .txt .link {
    padding-top: 15px;
}

.shops-company .item .txt .link ul {
    display: flex;
    margin: 0 -7px;
}

.shops-company .item .txt .link ul li {
    min-width: 50%;
    padding: 0 7px;
    flex: 1 1 auto;
}

.shops-company .item .txt .link ul li a {
    display: block;
    position: relative;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FF9933;
}

.shops-company .item .txt .link ul li a:before {
    content: '';
    margin-right: 10px;
}

.shops-company .item .txt .link ul li a.tel:before {
    background: url(../images/shops/icon/phone-fff.png) no-repeat center center;
    width: 28px;
    height: 27px;
}

.shops-company .item .txt .link ul li a.email:before {
    background: url(../images/shops/icon/email-fff.png) no-repeat center center;
    width: 27px;
    height: 21px;
}

.shops-company .item .txt .nano {
    height: 250px;
    margin: 15px 0 10px 0;
    overflow: inherit;
}

.shops-company .item .txt .nano .nano-pane {
    width: 5px;
    right: -50px;
    border-radius: 0;
    background: none;
}

.shops-company .item .txt .nano .nano-pane .nano-slider {
    background: #FF9933;
}

.shops-company .info {
    margin-top: 20px;
    margin-bottom: 20px;
    background: #fff;
    padding: 25px 40px;
    font-size: 16px;
    line-height: 1.6;
}

.shops-company .info label {
    color: #999;
}

.shops-company .info ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.shops-company .info ul li {
    width: 50%;
    padding: 5px;
    display: flex;
}

.shops-company .info ul li label {
    flex: 0 0 auto;
    width: 140px;
    align-self: center;
}

.shops-company .info ul li p {
    flex: 1 1 auto;
    font-weight: bold;
}

.shops-company .info ul li a {
    color: #33CCFF;
}

.shops-company.shops-home-company-vip {
    padding-bottom: 30px;
}

.shops-company.shops-home-company-vip .item {
    min-height: 513px;
}

.shops-company.shops-home-company-vip .item .img {
    width: 684px;
    position: relative;
    height: 513px;
}

.shops-company.shops-home-company-vip .item .img .item img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
}

.shops-company.shops-home-company-vip .item .img .swiper-pagination {
    z-index: 3;
    right: 20px;
    bottom: 30px;
    left: 40px;
    right: auto;
}

.shops-company.shops-home-company-vip .item .img .swiper-pagination .swiper-pagination-bullet {
    border: 1px solid #fff;
    margin: 0 2px;
    background: none;
    opacity: 1;
}

.shops-company.shops-home-company-vip .item .img .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 32px;
    background: #fff;
    border-radius: 10em;
}

.shops-company.shops-home-company-vip .item .txt {
    width: 516px;
    padding-top: 30px;
}

.shops-company.shops-home-company-vip .item .txt .info {
    border-top: 1px solid #ccc;
    margin-top: 10px;
    margin-bottom: 0;
    background: #fff;
    padding: 15px 0;
    font-size: 16px;
    line-height: 1.4;
}

.shops-company.shops-home-company-vip .item .txt .info label {
    color: #999;
}

.shops-company.shops-home-company-vip .item .txt .info ul {
    display: block;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.shops-company.shops-home-company-vip .item .txt .info ul li {
    width: 100%;
    padding: 5px;
    display: flex;
}

.shops-company.shops-home-company-vip .item .txt .info ul li label {
    flex: 0 0 auto;
    width: 160px;
}

.shops-company.shops-home-company-vip .item .txt .info ul li p {
    flex: 1 1 auto;
    font-weight: bold;
}

.shops-company.shops-home-company-vip .item .txt .link {
    padding-top: 0;
}

.shops-company.shops-home-company-vip.shops-home-company-vip2 .item .txt .info {
    border-top: none;
    margin-top: 0;
    padding: 0;
    padding-bottom: 15px;
}

.shops-company.shops-home-company-vip.shops-home-company-vip2 .item .txt .info h2 {
    display: block;
    padding-bottom: 15px;
    line-height: 1;
    font-size: 28px;
    font-weight: bold;
}

.shops-company.shops-home-company-vip.shops2-introduction-vip .item {
    background: none;
}

.shops-company.shops-home-company-vip.shops2-introduction-vip .item .txt {
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
}

.shops-company.shops-home-company-vip.shops2-introduction-vip .item .txt .desc {
    padding: 20px 0;
}

.shops-company.shops-home-company-vip.shops2-introduction-vip .item .txt .info {
    background: none;
    padding: 40px 0;
}

.shops-company.shops-home-company-vip.shops2-introduction-vip .item .txt .info ul li {
    padding: 8px 0;
}

.shops-company.shops-home-company-vip.shops2-introduction-vip .item .txt .link {
    height: 50px;
    flex: 0 0 auto;
    width: 100%;
}

.shops-company.shops-home-company-vip.shops2-introduction-vip2 .item {
    background: none;
}

.shops-company.shops-home-company-vip.shops2-introduction-vip2 .item .txt {
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
}

.shops-company.shops-home-company-vip.shops2-introduction-vip2 .item .txt .desc {
    padding: 20px 0;
}

.shops-company.shops-home-company-vip.shops2-introduction-vip2 .item .txt .info {
    background: none;
    padding: 40px 0;
}

.shops-company.shops-home-company-vip.shops2-introduction-vip2 .item .txt .info ul li {
    padding: 8px 0;
}

.shops-company.shops-home-company-vip.shops2-introduction-vip2 .item .txt .link {
    height: 50px;
    flex: 0 0 auto;
    width: 100%;
}

.shops-company.shops-home-company-vip.shops2-introduction-vip2 .item .txt .info {
    padding: 20px 0;
    padding-top: 0;
}

.shops-company.shops-home-company-vip.shops2-introduction-vip2 .item .txt .info ul li {
    padding: 10px 0;
}

.shops-company.shops-home-company-vip.shops2-introduction-vip2 .item .txt .info ul li label {
    width: 180px;
}

.shops-company .item {
    display: block;
}

.shops-company .item .img {
    width: 100%;
    height: 430px;
}

.shops-company .item .txt {
    width: 100%;
    padding: 40px;
}

.shops-company .link {
    padding-top: 15px;
}

.shops-company .link ul {
    display: flex;
    margin: 0 -7px;
}

.shops-company .link ul li {
    min-width: 50%;
    padding: 0 7px;
    flex: 1 1 auto;
}

.shops-company .link ul li a {
    display: block;
    position: relative;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FF9933;
}

.shops-company .link ul li a:before {
    content: '';
    margin-right: 10px;
}

.shops-company .link ul li a.tel:before {
    background: url(../images/shops/icon/phone-fff.png) no-repeat center center;
    width: 28px;
    height: 27px;
}

.shops-company .link ul li a.email:before {
    background: url(../images/shops/icon/email-fff.png) no-repeat center center;
    width: 27px;
    height: 21px;
}

.shops-company .link ul {
    margin: 0 -15px;
}

.shops-company .link ul li {
    padding: 0 15px;
}

.shops-company.shops-company-vip {
    padding-top: 30px;
}

.shops-company.shops-company-vip .item {
    background: none;
    min-height: auto;
}

.shops-company.shops-company-vip .item .txt {
    padding: 0;
}

.shops-company-certificate {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: 10px;
}

.shops-company-certificate .swiper-button-next {
    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;
    width: 70px;
    height: 70px;
    margin-top: -35px;
}

.shops-company-certificate .swiper-button-next:hover {
    background: #fff;
}

.shops-company-certificate .swiper-button-next:before {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    content: '';
}

.shops-company-certificate .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%);
}

.shops-company-certificate .swiper-button-next:hover {
    background: #FF9933;
}

.shops-company-certificate .swiper-button-next:before {
    width: 20px;
    height: 20px;
}

.shops-company-certificate .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;
}

.shops-company-certificate .swiper-button-prev {
    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;
    width: 70px;
    height: 70px;
    margin-top: -35px;
}

.shops-company-certificate .swiper-button-prev:hover {
    background: #fff;
}

.shops-company-certificate .swiper-button-prev:before {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    content: '';
}

.shops-company-certificate .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%);
}

.shops-company-certificate .swiper-button-prev:hover {
    background: #FF9933;
}

.shops-company-certificate .swiper-button-prev:before {
    width: 20px;
    height: 20px;
}

.shops-company-certificate .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;
}

.shops-company-certificate .item {
    height: 400px;
    width: 100%;
}

.shops-company-certificate .item a {
    display: block;
    height: 100%;
    background: #FAFAF2;
    padding: 6px;
    border: 1px solid #E3E3E3;
}

.shops-company-certificate .item a img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.shops-company-qualification {
    padding: 60px 0;
}

.shops-company-qualification .th1 {
    display: flex;
    align-items: center;
    padding-bottom: 30px;
    padding-top: 0;
}

.shops-company-qualification .th1 .tit {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    line-height: 1;
    flex: 1 1 auto;
}

.shops-company-qualification .th1 .more {
    flex: 0 0 auto;
    width: 80px;
    text-align: right;
}

.shops-company-qualification .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;
}

.shops-company-qualification .th1 .more a:hover {
    background: #FF9933;
    color: #fff;
    border-color: #FF9933;
}

.shops-company-qualification .th1 .tit {
    font-size: 28px;
}

.shops-company-qualification .swiper {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: 10px;
}

.shops-company-qualification .swiper .swiper-button-next {
    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;
    width: 70px;
    height: 70px;
    margin-top: -35px;
}

.shops-company-qualification .swiper .swiper-button-next:hover {
    background: #fff;
}

.shops-company-qualification .swiper .swiper-button-next:before {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    content: '';
}

.shops-company-qualification .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%);
}

.shops-company-qualification .swiper .swiper-button-next:hover {
    background: #FF9933;
}

.shops-company-qualification .swiper .swiper-button-next:before {
    width: 20px;
    height: 20px;
}

.shops-company-qualification .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;
}

.shops-company-qualification .swiper .swiper-button-prev {
    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;
    width: 70px;
    height: 70px;
    margin-top: -35px;
}

.shops-company-qualification .swiper .swiper-button-prev:hover {
    background: #fff;
}

.shops-company-qualification .swiper .swiper-button-prev:before {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    content: '';
}

.shops-company-qualification .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%);
}

.shops-company-qualification .swiper .swiper-button-prev:hover {
    background: #FF9933;
}

.shops-company-qualification .swiper .swiper-button-prev:before {
    width: 20px;
    height: 20px;
}

.shops-company-qualification .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;
}

.shops-company-qualification .swiper .item {
    height: 400px;
    width: 100%;
}

.shops-company-qualification .swiper .item a {
    display: block;
    height: 100%;
    background: #FAFAF2;
    padding: 6px;
    border: 1px solid #E3E3E3;
}

.shops-company-qualification .swiper .item a img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.shops-company-qualification .swiper .item {
    height: 202px;
}

.shops-company-qualification .swiper .item a {
    padding: 0;
    background: none;
    border: none;
    outline: none;
}

.shops-search {
    margin: 20px 0 40px 0;
    display: flex;
    position: relative;
}

.shops-search input {
    height: 50px;
    line-height: 50px;
    border: 2px solid #33CCFF;
    padding-left: 20px;
}

.shops-search .layui-btn {
    position: absolute;
    top: 2px;
    right: 2px;
    height: 46px;
    line-height: 46px;
    text-indent: -999em;
    width: 70px;
    overflow: hidden;
    background: none;
}

.shops-search .layui-btn:before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    background: url(../images/icon/sea2.png) no-repeat center center;
    width: 24px;
    height: 26px;
    line-height: 1;
    text-indent: 0;
    transform: translate(-50%, -50%);
}

/*é‡‡è´­*/
.caigoutong-box {
    padding-top: 60px;
}

.caigoutong-box .th1 {
    display: flex;
    line-height: 1;
    margin-bottom: 40px;
}

.caigoutong-box .th1 h2 {
    flex: 0 0 auto;
    line-height: 1;
    font-size: 24px;
    color: #000;
    font-weight: bold;
    position: relative;
    padding-left: 24px;
    padding-right: 30px;
}

.caigoutong-box .th1 h2:before {
    position: absolute;
    left: 0;
    top: 2px;
    bottom: 2px;
    width: 3px;
    background: #33CCFF;
    content: '';
}

.caigoutong-box .th1 ul {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    padding-left: 30px;
    border-left: 1px solid #D7D7D7;
}

.caigoutong-box .th1 ul li {
    padding-right: 30px;
    flex: 0 0 auto;
}

.caigoutong-box .th1 ul li.active a {
    color: #33CCFF;
    font-weight: bold;
}

.caigoutong-box .th1 ul li a {
    font-size: 16px;
    color: #999;
}

.caigoutong-box .th1 ul li a:hover {
    color: #33CCFF;
}

.caigoutong-box .swiper {
    height: 474px;
}

.caigoutong-box .swiper-container {
    height: 100%;
}

.caigoutong-box .caigoutong-box-swiper-box {
    height: 100%;
    position: relative;
}

.caigoutong-box .caigoutong-box-swiper-box .item {
    position: absolute;
}

.caigoutong-box .caigoutong-box-swiper-box .item a {
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.caigoutong-box .caigoutong-box-swiper-box .item a:hover img {
    transform: scale(1.2);
}

.caigoutong-box .caigoutong-box-swiper-box .item a img {
    transition: all ease-in-out 0.3s;
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
}

.caigoutong-box .caigoutong-box-swiper-box .item a .txt {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 4;
    padding: 25px;
    padding-top: 35px;
    color: #fff;
}

.caigoutong-box .caigoutong-box-swiper-box .item a .txt .tit {
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 15px;
}

.caigoutong-box .caigoutong-box-swiper-box .item a .txt .company {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.9);
}

.caigoutong-box .caigoutong-box-swiper-box .item.item1 {
    left: 0;
    top: 0;
    width: 474px;
}

.caigoutong-box .caigoutong-box-swiper-box .item.item2 {
    left: 482px;
    top: 0;
    width: 234px;
}

.caigoutong-box .caigoutong-box-swiper-box .item.item3 {
    right: 0;
    top: 0;
    width: 474px;
}

.caigoutong-box .caigoutong-box-swiper-box .item.item4 {
    left: 482px;
    bottom: 0;
    width: 474px;
}

.caigoutong-box .caigoutong-box-swiper-box .item.item5 {
    right: 0;
    bottom: 0;
    width: 234px;
}

.caigoutong-box .caigoutong-box-swiper-box.caigoutong-box-swiper-box-lifestyle .item.item1 {
    left: 0;
    top: 0;
    width: 395px;
}

.caigoutong-box .caigoutong-box-swiper-box.caigoutong-box-swiper-box-lifestyle .item.item2 {
    left: 404px;
    top: 0;
    width: 395px;
    height: 234px;
}

.caigoutong-box .caigoutong-box-swiper-box.caigoutong-box-swiper-box-lifestyle .item.item3 {
    right: 0;
    top: 0;
    width: 395px;
    height: 234px;
}

.caigoutong-box .caigoutong-box-swiper-box.caigoutong-box-swiper-box-lifestyle .item.item4 {
    left: auto;
    right: 0;
    bottom: 0;
    width: 796px;
    height: 234px;
}

.caigoutong-box .caigoutong-box-swiper-box.caigoutong-box-swiper-box-travel .item.item1 {
    left: 0;
    top: 0;
    width: 295px;
}

.caigoutong-box .caigoutong-box-swiper-box.caigoutong-box-swiper-box-travel .item.item2 {
    left: 301px;
    top: 0;
    width: 295px;
    height: 234px;
}

.caigoutong-box .caigoutong-box-swiper-box.caigoutong-box-swiper-box-travel .item.item3 {
    right: 0;
    top: 0;
    width: 596px;
    height: 234px;
}

.caigoutong-box .caigoutong-box-swiper-box.caigoutong-box-swiper-box-travel .item.item4 {
    left: 301px;
    bottom: 0;
    width: 596px;
    height: 234px;
}

.caigoutong-box .caigoutong-box-swiper-box.caigoutong-box-swiper-box-travel .item.item5 {
    right: 0;
    bottom: 0;
    width: 295px;
    height: 234px;
}

.caigoutong-box2 {
    margin-top: 100px;
    background: url(../images/purchase/bg.jpg) no-repeat center center;
    background-size: cover;
}

.caigoutong-box2 .container {
    padding-top: 60px;
    padding-bottom: 60px;
}

.caigoutong-box2 .th2 {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 1;
}

.caigoutong-box2 .row {
    padding-top: 30px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}

.caigoutong-box2 .row .col {
    padding: 0 12px;
    flex: 0 0 auto;
    width: 33.33%;
}

.caigoutong-box2 .item {
    display: flex;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    min-height: 170px;
}

.caigoutong-box2 .item .img {
    width: 110px;
    flex: 0 0 auto;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.caigoutong-box2 .item .txt {
    flex: 1 1 auto;
    border-left: 1px solid #D2D3D3;
    padding-left: 24px;
    padding-right: 20px;
    padding-top: 35px;
}

.caigoutong-box2 .item .txt .title {
    font-weight: bold;
    font-size: 18px;
}

.caigoutong-box2 .item .txt .desc {
    padding-top: 15px;
}

.caigoutong-box2 .item .txt .desc ul li {
    position: relative;
    padding-left: 10px;
    padding-bottom: 5px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.7);
}

.caigoutong-box2 .item .txt .desc ul li:before {
    position: absolute;
    left: 0;
    top: 5px;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    content: '';
    background: #FF9933;
}

.caigoutong-box3 {
    background: #F4F4F4;
}

.caigoutong-box3 .container {
    padding-top: 60px;
    padding-bottom: 60px;
}

.caigoutong-box3 .th2 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    text-align: center;
    line-height: 1;
}

.caigoutong-box3 .box {
    width: 1085px;
    margin: 0 auto;
}

.caigoutong-box3 .row {
    padding-top: 30px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -35px;
}

.caigoutong-box3 .row .col {
    padding: 0 35px;
    flex: 0 0 auto;
    width: 33.33%;
}

.caigoutong-box3 .item {
    width: 295px;
    height: 295px;
    border-radius: 100%;
    background: #fff;
    overflow: hidden;
}

.caigoutong-box3 .item .txt {
    padding: 10px;
    position: relative;
    height: 100%;
    text-align: center;
}

.caigoutong-box3 .item .txt .title {
    height: 120px;
    position: relative;
}

.caigoutong-box3 .item .txt .title:after {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background: #FF9933;
    content: '';
    width: 17px;
    height: 5px;
}

.caigoutong-box3 .item .txt .title h2 {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: bold;
    line-height: 1.4;
    font-size: 16px;
    padding: 0 20px;
}

.caigoutong-box3 .item .txt .desc {
    padding-top: 20px;
    font-size: 12px;
}

.caigoutong-box3 .item .txt .desc p {
    margin: 1em 0;
}

.caigoutong-box4 {
    padding: 40px 0;
}

.caigoutong-box4 img {
    max-width: 100%;
}

/*å•†è´¸é…å¯¹*/
.smpd-top {
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: #FF9933;
}

.smpd-top .container {
    height: 100%;
    display: flex;
    font-size: 18px;
}

.smpd-top .container .time {
    margin-left: 40px;
    padding-left: 30px;
    background: url(../images/shangmaopeidui/icon/1.png) no-repeat left center;
}

.smpd-banner {
    text-align: center;
}

.smpd-banner img {
    max-width: 100%;
}

.smpd-box1 {
    padding: 40px 0;
}

.smpd-box1 ul {
    display: flex;
    margin: 0 -10px;
    flex-wrap: wrap;
}

.smpd-box1 ul li {
    width: 33.33%;
    padding: 0 10px;
}

.smpd-box1 ul li img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
}

.smpd-box1 .desc {
    text-align: center;
    padding-top: 40px;
    font-size: 16px;
    line-height: 1.8;
}

.smpd-box-product {
    background: #F4F4F4;
    padding: 20px 0;
    padding-bottom: 40px;
}

.smpd-box-product .th1 {
    display: flex;
    align-items: center;
    padding: 20px 0;
}

.smpd-box-product .th1 .tit {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    line-height: 1;
    flex: 1 1 auto;
}

.smpd-box-product .th1 .more {
    flex: 0 0 auto;
    width: 80px;
    text-align: right;
}

.smpd-box-product .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;
}

.smpd-box-product .th1 .more a:hover {
    background: #FF9933;
    color: #fff;
    border-color: #FF9933;
}

.smpd-box-product .th1 .tit {
    font-size: 24px;
}

.smpd-box-product .list .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.smpd-box-product .list .row .col {
    padding: 10px;
    width: 25%;
}

.smpd-box-product .list .item {
    width: 100%;
    position: relative;
    height: 330px;
    overflow: hidden;
    background: #fff;
    transition: all ease-in-out 0.3s;
}

.smpd-box-product .list .item:hover {
    background: #FF9933;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.smpd-box-product .list .item:hover .txt .tit a {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.2);
}

.smpd-box-product .list .item:hover .txt .desc {
    color: #fff;
}

.smpd-box-product .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;
}

.smpd-box-product .list .item .like:hover {
    background: rgba(255, 153, 51, 0.5);
}

.smpd-box-product .list .item .like.active {
    background: #FF9933;
}

.smpd-box-product .list .item .like a {
    display: block;
    height: 100%;
}

.smpd-box-product .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;
}

.smpd-box-product .list .item .img {
    height: 240px;
    padding: 10px;
}

.smpd-box-product .list .item .img a {
    display: block;
    height: 100%;
    overflow: hidden;
}

.smpd-box-product .list .item .img a img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
}

.smpd-box-product .list .item .txt {
    text-align: center;
    margin-top: -10px;
}

.smpd-box-product .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;
}

.smpd-box-product .list .item .txt .desc {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.smpd-box-product .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;
}

.smpd-box-product .list .item .icon .hot,
.smpd-box-product .list .item .icon .new,
.smpd-box-product .list .item .icon .sale,
.smpd-box-product .list .item .icon .vip {
    position: relative;
    margin-left: 10px;
}

.smpd-box-product .list .item .icon .hot a,
.smpd-box-product .list .item .icon .new a,
.smpd-box-product .list .item .icon .sale a,
.smpd-box-product .list .item .icon .vip a {
    display: block;
    position: relative;
    text-indent: -999em;
}

.smpd-box-product .list .item .icon .vip a {
    width: 60px;
    height: 30px;
}

.smpd-box-product .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;
}

.smpd-box-product .list .item .icon .hot a {
    width: 31px;
    height: 35px;
}

.smpd-box-product .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;
}

.smpd-box-product .list .item .icon .new a {
    width: 42px;
    height: 25px;
}

.smpd-box-product .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;
}

.smpd-box-product .list .item .icon .sale a {
    width: 35px;
    height: 35px;
}

.smpd-box-product .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;
}

.smpd-box-product .list .item .icon .like {
    position: relative;
    top: 0;
    right: 0;
    margin-left: 10px;
}

.smpd-box-product .list .page {
    text-align: center;
    padding: 30px 0;
}

.smpd-box-product .list .page ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.smpd-box-product .list .page ul li {
    padding: 0 5px;
}

.smpd-box-product .list .page ul li.active a {
    background: #33CCFF;
    border-color: #33CCFF;
    color: #fff;
}

.smpd-box-product .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;
}

.smpd-box-product .list .page ul li a:hover {
    background: rgba(51, 204, 255, 0.1);
}

.smpd-box-product .list .page ul li .layui-unselect {
    width: 60px;
    height: 35px;
}

.smpd-box-img {
    padding: 40px 0;
    height: 248px;
}

.smpd-box-img img {
    height: 168px;
    width: 100%;
}

.smpd-box3 a {
    /*padding: 40px 0;*/
    cursor: auto;
}

.smpd-box3 .container img {
    width: 100%;
    cursor: pointer;
}

.smpd-box3 .th1 {
    text-align: center;
    padding-bottom: 40px;
}

.smpd-box3 .th1 .tit {
    font-size: 30px;
    font-weight: bold;
}

.smpd-box3 .row {
    flex-wrap: wrap;
}

.smpd-box3 .row .col {
    width: 25%;
}

.smpd-box3 .item .img {
    width: 140px;
    height: 140px;
    margin: 0 auto;
    background: #F4F4F4;
    border-radius: 100%;
    position: relative;
}

.smpd-box3 .item .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.smpd-box3 .item .txt {
    padding: 20px;
    text-align: center;
    max-width: 200px;
    margin: 0 auto;
}

.smpd-box3 .item .txt .tit {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 15px;
}

.smpd-box3 .item .txt .desc {
    font-size: 14px;
    line-height: 1.4;
}

.smpd-box4 {
    padding: 40px 0;
    background: url(../images/shangmaopeidui/bg.jpg) no-repeat center center;
    background-size: cover;
    height: 350px;
    text-align: center;
    color: #fff;
}

.smpd-box4 .container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.smpd-box4 .th1 {
    text-align: center;
    padding-bottom: 40px;
    padding-bottom: 0;
}

.smpd-box4 .th1 .tit {
    font-size: 30px;
    font-weight: bold;
}

.smpd-box4 .th1 .desc {
    padding-top: 20px;
    font-size: 16px;
}

.smpd-box4 .th1 .more {
    padding-top: 40px;
}

.smpd-box4 .th1 .more a {
    background: #FF9933;
}

.smpd-box5 a {
    /*padding: 40px 0;*/
    cursor: auto;
}

.smpd-box5 .container img {
    width: 100%;
}

.smpd-box5 .th1 {
    text-align: center;
    padding-bottom: 40px;
}

.smpd-box5 .th1 .tit {
    font-size: 30px;
    font-weight: bold;
}

.smpd-box5 .row {
    flex-wrap: wrap;
    margin: 0 -10px;
}

.smpd-box5 .row .col {
    width: 33.33%;
    padding: 0 10px;
}

.smpd-box5 .item {
    background: #F4F4F4;
    padding: 30px 15px;
}

.smpd-box5 .item .img {
    height: 120px;
    position: relative;
}

.smpd-box5 .item .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.smpd-box5 .item .txt {
    text-align: center;
    padding-bottom: 40px;
}

.smpd-box5 .item .txt .tit {
    font-size: 24px;
    font-weight: bold;
}

.smpd-box5 .item .txt .desc {
    padding-top: 30px;
    line-height: 1.5;
    font-size: 18px;
}

.smpd-box5 .infos {
    padding-top: 40px;
    text-align: center;
    font-size: 18px;
}

.product-box-show {
    background: #F4F4F4;
}

.product-box-show .show-box1 {
    display: flex;
    /*padding-bottom: 60px;*/
}

.product-box-show .show-box1 > .img {
    width: 790px;
    height: 790px;
    overflow: hidden;
    position: relative;
    flex: 0 0 auto;
}

.product-box-show .show-box1 > .img .swiper {
    position: relative;
    height: 100%;
}

.product-box-show .show-box1 > .img .swiper .gallery-top {
    height: 100%;
}

.product-box-show .show-box1 > .img .swiper .gallery-top .swiper-button-next,
.product-box-show .show-box1 > .img .swiper .gallery-top .swiper-button-prev {
    top: auto;
    bottom: 65px;
    width: 17px;
    height: 34px;
    background-size: contain;
}

.product-box-show .show-box1 > .img .swiper .gallery-thumbs {
    position: absolute;
    bottom: 20px;
    left: 40px;
    right: 40px;
    z-index: 2;
    height: 135px;
}

.product-box-show .show-box1 > .img .swiper .gallery-thumbs .swiper-slide {
    opacity: 1;
}

.product-box-show .show-box1 > .img .swiper .gallery-thumbs .swiper-slide:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    background: rgba(0, 0, 0, 0.3);
}

.product-box-show .show-box1 > .img .swiper .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
}

.product-box-show .show-box1 > .img .swiper .gallery-thumbs .swiper-slide.swiper-slide-thumb-active:before {
    display: none;
}

.product-box-show .show-box1 .box {
    padding-left: 30px;
    display: flex;
    flex-wrap: wrap;
}

.product-box-show .show-box1 .box .info {
    /*height: 500px;*/
    flex: 0 0 auto;
    background: #fff;
    padding: 30px 40px;
    width: 100%;
    font-size: 18px;
    color: #999;
    padding-bottom: 10px;
}

.product-box-show .show-box1 .box .info .th1 {
    border-bottom: 1px solid #DFDFDF;
    padding-bottom: 10px;
}

.product-box-show .show-box1 .box .info .th1 .tit {
    font-size: 26px;
    line-height: 1;
    color: #222;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 300px;
}

.product-box-show .show-box1 .box .info .th1 .tit2 {
    font-size: 18px;
    color: #999;
    padding-top: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 300px;
}

.product-box-show .show-box1 .box .info ul {
    padding-top: 10px;
}

.product-box-show .show-box1 .box .info ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

.product-box-show .show-box1 .box .info ul li label {
    width: 170px;
    flex: 0 0 auto;
}

.product-box-show .show-box1 .box .info ul li p {
    color: #222;
    flex: 1 1 auto;
    margin-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-box-show .show-box1 .box .info ul li .number {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.product-box-show .show-box1 .box .info ul li .number input {
    /*width: 60px;*/
    height: 40px;
    border: 1px solid #DFDFDF;
    text-align: center;
    flex: 1;
    margin: 0px 20px;
}

.product-box-show .show-box1 .box .info ul li .number a {
    /*position: absolute;*/
    border: 1px solid #DFDFDF;
    line-height: 19px;
    height: 19px;
    display: block;
    text-align: center;
}

.product-box-show .show-box1 .box .info ul li .number a:hover {
    color: #33CCFF;
}

.product-box-show .show-box1 .box .info ul li .number a:before {
    font-family: layui-icon !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.product-box-show .show-box1 .box .info ul li .number a.jia {
    right: -22px;
    top: 0;
}

.addr-text {
    width: 100%;

    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-line-clamp: 2;

    -webkit-box-orient: vertical;
    max-width: 245px;
}

.product-box-show .show-box1 .box .info ul li .number a.jia:before {
    content: "\e624";
}

.product-box-show .show-box1 .box .info ul li .number a.jian {
    right: -22px;
    bottom: 0;
}

.product-box-show .show-box1 .box .info ul li .number a.jian:before {
    content: "\e67e";
}

.product-box-show .show-box1 .box .info .btns ul li {
    display: block;
    padding: 5px 0;
}

.product-box-show .show-box1 .box .info .btns ul li a {
    border: 1px solid #FF9933;
    font-weight: bold;
    height: 44px;
    line-height: 44px;
    text-align: center;
    display: block;
    color: #FF9933;
    transition: all ease-in-out 0.3s;
    cursor: pointer;
}

.product-box-show .show-box1 .box .info .btns ul li a:hover {
    background: #FF9933;
    color: #fff;
}

.product-box-show .show-box1 .box .info .btns ul li a.active {
    background: #FF9933;
    color: #fff;
}

.product-box-show .show-box1 .box .box-company {
    /*height: 278px;*/
    flex: 0 0 auto;
    background: #fff;
    width: 100%;
    padding: 0 40px 0 40px;
    margin-top: 10px;
}

.product-box-show .show-box1 .box .box-company .img {
    padding: 20px 0;
}

.product-box-show .show-box1 .box .box-company .img img {
    height: 54px;
    -o-object-fit: contain;
    object-fit: contain;
}

.product-box-show .show-box1 .box .box-company .tit {
    font-size: 18px;
    color: #444;
    padding: 10px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 320px;
}

.product-box-show .show-box1 .box .box-company .addr ul li {
    display: flex;
    font-size: 14px;
    padding: 5px 0;
    line-height: 1.6;
}

.product-box-show .show-box1 .box .box-company .addr ul li label {
    width: 75px;
    flex: 0 0 auto;
    color: #999;
}

.product-box-show .show-box1 .box .box-company .addr ul li p {
    color: #222;
}

.product-box-show .show-box1 .box .box-company .more {
    padding-top: 10px;
}

.product-box-show .show-box1 .box .box-company .more ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -3px;
}

.product-box-show .show-box1 .box .box-company .more ul li {
    flex: 1 1 auto;
    width: 50px;
    padding: 3px;
}

.product-box-show .show-box1 .box .box-company .more ul li a {
    display: block;
    height: 44px;
    line-height: 44px;
    font-weight: bold;
    background: #B5B5B5;
    color: #fff;
    font-size: 20px;
    text-align: center;
    transition: all ease-in-out 0.3s;
}

.product-box-show .show-box1 .box .box-company .more ul li a:hover {
    background: #FF9933;
}

.product-box-show .show-box1 .box .box-company .more ul li a.active {
    background: #FF9933;
}

.product-box-show-nav {
    background: #F9F9F9;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
}

.product-box-show-nav ul {
    display: flex;
}

.product-box-show-nav ul li {
    flex: 1 1 auto;
}

.product-box-show-nav ul li a {
    display: block;
    color: #222;
    text-align: center;
    transition: all ease-in-out 0.3s;
}

.product-box-show-nav ul li a:hover,
.product-box-show-nav ul li a.active {
    color: #FF9933;
}

.product-box-show-content {
    background: #F4F4F4;
    padding-top: 40px;
    padding-bottom: 100px;
    margin-bottom: 40px;
}

.product-box-show-content .attributes {
    background: #F9F9F9;
    padding: 40px;
}

.product-box-show-content .attributes .tit {
    line-height: 1;
    font-size: 24px;
    color: #222;
    font-weight: bold;
}

.product-box-show-content .attributes ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    padding-top: 20px;
}

.product-box-show-content .attributes ul li {
    width: 50%;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
}

.product-box-show-content .attributes ul li label {
    color: #999;
    width: 200px;
    flex: 0 0 auto;
}

.product-box-show-content .body {
    margin-top: 10px;
    margin-bottom: 40px;
    background: #F9F9F9;
    padding: 40px;
}

.product-box-show-content .body img {
    max-width: 100%;
}

.product-box-show-content .hot-products {
    padding-top: 30px;
}

.product-box-show-content .hot-products .th1 {
    display: flex;
    align-items: center;
}

.product-box-show-content .hot-products .th1 .tit {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    line-height: 1;
    flex: 1 1 auto;
}

.product-box-show-content .hot-products .th1 .more {
    flex: 0 0 auto;
    width: 80px;
    text-align: right;
}

.product-box-show-content .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;
}

.product-box-show-content .hot-products .th1 .more a:hover {
    background: #FF9933;
    color: #fff;
    border-color: #FF9933;
}

.product-box-show-content .hot-products .list {
    padding: 15px 0;
}

.product-box-show-content .hot-products .list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.product-box-show-content .hot-products .list ul li {
    width: 25%;
    padding: 10px;
}

.product-box-show-content .hot-products .list .item {
    background: #fff;
    height: 150px;
    transition: all ease-in-out 0.3s;
}

.product-box-show-content .hot-products .list .item:hover {
    background: #FF9933;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.product-box-show-content .hot-products .list .item:hover .txt:after {
    background: rgba(255, 255, 255, 0.2);
}

.product-box-show-content .hot-products .list .item:hover .txt .tit {
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.product-box-show-content .hot-products .list .item:hover .txt .company {
    color: #fff;
}

.product-box-show-content .hot-products .list .item a {
    display: block;
    padding: 10px;
    position: relative;
    display: flex;
    height: 100%;
}

.product-box-show-content .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;
}

.product-box-show-content .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;
}

.product-box-show-content .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;
}

.product-box-show-content .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;
}

.product-box-show-content .hot-products .list .item .txt .company {
    height: 50%;
    display: flex;
    align-items: center;
    color: #444;
    transition: all ease-in-out 0.3s;
}

.product-box-show-content .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;
}

.product-box-show-content .hot-products .list .item .img {
    width: 50%;
    flex: 1 1 auto;
    padding-left: 10px;
    overflow: hidden;
}

.product-box-show-content .hot-products .list .item .img img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
}

.product-box-show-content .hot-suppliers {
    padding-top: 30px;
}

.product-box-show-content .hot-suppliers .th1 {
    display: flex;
    align-items: center;
}

.product-box-show-content .hot-suppliers .th1 .tit {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    line-height: 1;
    flex: 1 1 auto;
}

.product-box-show-content .hot-suppliers .th1 .more {
    flex: 0 0 auto;
    width: 80px;
    text-align: right;
}

.product-box-show-content .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;
}

.product-box-show-content .hot-suppliers .th1 .more a:hover {
    background: #FF9933;
    color: #fff;
    border-color: #FF9933;
}

.product-box-show-content .hot-suppliers .list {
    padding: 15px 0;
}

.product-box-show-content .hot-suppliers .list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.product-box-show-content .hot-suppliers .list ul li {
    width: 20%;
    padding: 10px;
}

.product-box-show-content .hot-suppliers .list .item {
    background: #AFAFAF;
    transition: all ease-in-out 0.3s;
}

.product-box-show-content .hot-suppliers .list .item:hover {
    background: #FF9933;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.3);
}

.product-box-show-content .hot-suppliers .list .item a {
    display: block;
}

.product-box-show-content .hot-suppliers .list .item .img {
    height: 100%;
    overflow: hidden;
    background: #FFFFFF;
}

.product-box-show-content .hot-suppliers .list .item .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.product-box-show-content .hot-suppliers .list .item .txt {
    display: flex;
    align-items: center;
    height: 60px;
    padding: 0 10px;
    justify-content: center;
}

.product-box-show-content .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;
}

/**/
.shops-header2 {
    position: relative;
    padding-top: 260px;
}

.shops-header2.shops-header-vip2 {
    padding-top: 0;
}

.shops-header2.shops-header-vip2 .container-top {
    height: 390px;
    background: none;
}

.shops-header2.shops-header-vip2 .container-nav {
    background: rgba(0, 0, 0, 0.4);
    position: relative;
    z-index: 3;
}

.shops-header2.shops-header-vip2 .shops-nav ul {
    background: none;
    border: none;
}

.shops-header2.shops-header-vip2 .shops-nav ul li + li {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.shops-header2.shops-header-vip2 .shops-nav ul li a {
    color: #fff;
}

.shops-header2.shops-header-vip2 .shops-nav ul li.active {
    background: #FF9933;
}

.shops-header2.shops-header-vip2 .shops-nav ul li.active a {
    color: #fff;
}

.shops-header2.shops-header-vip2 .shops-top .info {
    padding-top: 60px;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transform: none;
    height: auto;
}

.shops-header2.shops-header-vip2 .shops-top .info .logo {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    margin: 0 auto;
    position: relative;
}

.shops-header2.shops-header-vip2 .shops-top .info .logo img {
    border-radius: 100%;
}

.shops-header2.shops-header-vip2 .shops-top .info .logo:after {
    position: absolute;
    content: '';
    background: url(../images/icon/vip2.png) no-repeat center center;
    width: 39px;
    height: 19px;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
}

.shops-header2.shops-header-vip2 .shops-top .info .company {
    padding-top: 40px;
    width: 580px;
    margin: 0 auto;
}

.shops-header2.shops-header-vip2 .shops-top .info .company .tit {
    text-align: center;
}

.shops-header2.shops-header-vip2 .shops-top .info .company ul {
    justify-content: center;
}

.shops-header2.shops-header-vip2 .shops-top .info .company ul li {
    flex: 1 1 auto;
    width: auto;
}

.shops-header2.shops-header-vip2 .shops-top .info .link {
    position: absolute;
    right: 0;
    top: 50%;
    width: 100px;
    transform: translateY(-25%);
}

.shops-header2.shops-header-vip2 .shops-top .info .link ul {
    display: block;
}

.shops-header2.shops-header-vip2 .shops-top .info .link ul li {
    width: auto;
    padding: 5px 0;
}

.shops-header2.shops-header-vip2 .shops-top .info .link ul li a {
    width: 100px;
    height: 60px;
    display: block;
    text-align: center;
    position: relative;
    padding-top: 20px;
    border-color: rgba(255, 255, 255, 0.2);
}

.shops-header2.shops-header-vip2 .shops-top .info .link ul li a:before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 10px;
}

.shops-header2 > .img {
    height: 450px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}

.shops-header2 > .img img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
}

.shops-header2 .container-top {
    height: 190px;
    background: rgba(0, 0, 0, 0.6);
    position: relative;
    z-index: 3;
}

.shops-header2 .container-top .container {
    position: relative;
    height: 100%;
}

.shops-header2 .shops-top {
    height: 430px;
    position: relative;
    height: 100% !important;
}

.shops-header2 .shops-top .img {
    height: 100%;
}

.shops-header2 .shops-top .img img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
}

.shops-header2 .shops-top .info {
    position: absolute;
    height: 150px;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    display: flex;
    padding: 10px;
    align-items: center;
}

.shops-header2 .shops-top .info .logo {
    width: 130px;
    height: 130px;
    background: #fff;
    flex: 0 0 auto;
}

.shops-header2 .shops-top .info .logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.shops-header2 .shops-top .info .company {
    flex: 1 1 auto;
    padding-left: 40px;
}

.shops-header2 .shops-top .info .company .tit {
    font-size: 24px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.shops-header2 .shops-top .info .company ul {
    padding-top: 25px;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.shops-header2 .shops-top .info .company ul li {
    position: relative;
    width: 50%;
    flex: 1 1 auto;
    padding-left: 30px;
}

.shops-header2 .shops-top .info .company ul li:before {
    position: absolute;
    top: 50%;
    left: 0;
    content: '';
    transform: translateY(-50%);
    display: block;
}

.shops-header2 .shops-top .info .company ul li.dw:before {
    background: url(../images/shops/icon/dw.png) no-repeat center center;
    width: 20px;
    height: 26px;
}

.shops-header2 .shops-top .info .company ul li.yw:before {
    background: url(../images/shops/icon/yw.png) no-repeat center center;
    width: 22px;
    height: 22px;
}

.shops-header2 .shops-top .info .company ul li a {
    display: block;
    position: relative;
}

.shops-header2 .shops-top .info .company ul li a:before {
    position: absolute;
    top: 50%;
    left: 0;
    content: '';
    transform: translateY(-50%);
    display: block;
}

.shops-header2 .shops-top .info .company ul li a.dw:before {
    background: url(../images/shops/icon/dw.png) no-repeat center center;
    width: 20px;
    height: 26px;
}

.shops-header2 .shops-top .info .company ul li a.yw:before {
    background: url(../images/shops/icon/yw.png) no-repeat center center;
    width: 22px;
    height: 22px;
}

.shops-header2 .shops-top .info .link {
    width: 360px;
    flex: 0 0 auto;
}

.shops-header2 .shops-top .info .link ul {
    display: flex;
    align-items: center;
}

.shops-header2 .shops-top .info .link ul li {
    flex: 1 1 auto;
    padding: 0 10px;
}

.shops-header2 .shops-top .info .link ul li a {
    display: flex;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    border: 1px solid #fff;
    align-items: center;
    justify-content: center;
    transition: all ease-in-out 0.3s;
}

.shops-header2 .shops-top .info .link ul li a:hover {
    background: #fff;
    color: #222;
}

.shops-header2 .shops-top .info .link ul li a.like:before {
    content: '';
    display: block;
    background: url(../images/shops/icon/like.png) no-repeat center center;
    width: 19px;
    height: 18px;
    margin-right: 15px;
}

.shops-header2 .shops-top .info .link ul li a.tel:before {
    content: '';
    display: block;
    background: url(../images/shops/icon/email.png) no-repeat center center;
    width: 19px;
    height: 19px;
    margin-right: 15px;
}

.shops-header2 .shops-top .info {
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    background: none;
}

.shops-header2 .container-nav {
    background: #F4F4F4;
}

.shops-header2 .shops-nav {
    padding-top: 50px;
    padding-top: 0;
}

.shops-header2 .shops-nav ul {
    display: flex;
    background: #FAFAFA;
    border: 1px solid #E5E5E5;
    height: 60px;
    line-height: 60px;
}

.shops-header2 .shops-nav ul li {
    width: 33.33%;
}

.shops-header2 .shops-nav ul li a {
    display: block;
    color: #000;
    height: 100%;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.shops-header2 .shops-nav ul li a:hover {
    color: #FF9933;
}

.shops-header2 .shops-nav ul li.active a {
    color: #FF9933;
}

.shops-header2 .shops-nav ul li.active a:after {
    position: absolute;
    height: 3px;
    content: '';
    width: 100%;
    background: #FF9933;
    left: 0;
    bottom: -1px;
}

.shops-header2 .shops-nav ul li + li {
    border-left: 1px solid #E5E5E5;
}

.shops-box2 {
    margin-bottom: 0;
    padding-bottom: 10px;
}

.shops-box2.container {
    padding-top: 60px;
    padding-bottom: 50px;
}

.shops-box2 .shops-home-company2 {
    padding-top: 30px;
}

.shops-box2 .shops-home-company2 .item {
    display: flex;
    flex-wrap: wrap;
    min-height: 400px;
    background: #fff;
}

.shops-box2 .shops-home-company2 .item .img {
    width: 50%;
    position: relative;
}

.shops-box2 .shops-home-company2 .item .img .swiper-container {
    height: 100%;
}

.shops-box2 .shops-home-company2 .item .img .item {
    min-height: auto;
    height: 100%;
}

.shops-box2 .shops-home-company2 .item .img .item img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
}

.shops-box2 .shops-home-company2 .item .img .swiper-pagination {
    z-index: 3;
    right: 20px;
    bottom: 30px;
    left: 40px;
    right: auto;
}

.shops-box2 .shops-home-company2 .item .img .swiper-pagination .swiper-pagination-bullet {
    border: 1px solid #fff;
    margin: 0 2px;
    background: none;
    opacity: 1;
}

.shops-box2 .shops-home-company2 .item .img .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 32px;
    background: #fff;
    border-radius: 10em;
}

.shops-box2 .shops-home-company2 .item .txt {
    width: 50%;
    padding: 50px;
    padding-bottom: 0;
}

.shops-box2 .shops-home-company2 .item .txt .tit {
    font-size: 28px;
    font-weight: bold;
    color: #000;
}

.shops-box2 .shops-home-company2 .item .txt .desc {
    font-size: 16px;
    color: #999;
    line-height: 1.8;
    padding: 20px 0 10px 0;
}

.shops-box2 .shops-home-company2 .item .txt .desc .more {
    display: inline-block;
    position: relative;
    color: #FF9933;
    text-transform: uppercase;
    font-weight: bold;
    padding: 2px 0;
    line-height: 1;
}

.shops-box2 .shops-home-company2 .item .txt .desc .more:after {
    position: absolute;
    content: '';
    height: 1px;
    background: #FF9933;
    left: 0;
    right: 0;
    bottom: 0;
}

.shops-box2 .shops-home-company2 .item .txt .link {
    padding-top: 15px;
}

.shops-box2 .shops-home-company2 .item .txt .link ul {
    display: flex;
    margin: 0 -7px;
}

.shops-box2 .shops-home-company2 .item .txt .link ul li {
    min-width: 50%;
    padding: 0 7px;
    flex: 1 1 auto;
}

.shops-box2 .shops-home-company2 .item .txt .link ul li a {
    display: block;
    position: relative;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FF9933;
}

.shops-box2 .shops-home-company2 .item .txt .link ul li a:before {
    content: '';
    margin-right: 10px;
}

.shops-box2 .shops-home-company2 .item .txt .link ul li a.tel:before {
    background: url(../images/shops/icon/phone-fff.png) no-repeat center center;
    width: 28px;
    height: 27px;
}

.shops-box2 .shops-home-company2 .item .txt .link ul li a.email:before {
    background: url(../images/shops/icon/email-fff.png) no-repeat center center;
    width: 27px;
    height: 21px;
}

.shops-box2 .shops-home-company2 .item .txt .nano {
    height: 250px;
    margin: 15px 0 10px 0;
    overflow: inherit;
}

.shops-box2 .shops-home-company2 .item .txt .nano .nano-pane {
    width: 5px;
    right: -50px;
    border-radius: 0;
    background: none;
}

.shops-box2 .shops-home-company2 .item .txt .nano .nano-pane .nano-slider {
    background: #FF9933;
}

.shops-box2 .shops-home-company2 .info {
    margin-top: 20px;
    margin-bottom: 20px;
    background: #fff;
    padding: 25px 40px;
    font-size: 16px;
    line-height: 1.6;
}

.shops-box2 .shops-home-company2 .info label {
    color: #999;
}

.shops-box2 .shops-home-company2 .info ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.shops-box2 .shops-home-company2 .info ul li {
    width: 50%;
    padding: 5px;
    display: flex;
}

.shops-box2 .shops-home-company2 .info ul li label {
    flex: 0 0 auto;
    width: 160px;
}

.shops-box2 .shops-home-company2 .info ul li p {
    flex: 1 1 auto;
    font-weight: bold;
}

.shops-box2 .shops-home-company2 .info ul li a {
    color: #33CCFF;
}

.shops-box2 .shops-home-company2.shops-home-company-vip {
    padding-bottom: 30px;
}

.shops-box2 .shops-home-company2.shops-home-company-vip .item {
    min-height: 513px;
}

.shops-box2 .shops-home-company2.shops-home-company-vip .item .img {
    width: 684px;
    position: relative;
    height: 513px;
}

.shops-box2 .shops-home-company2.shops-home-company-vip .item .img .item img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
}

.shops-box2 .shops-home-company2.shops-home-company-vip .item .img .swiper-pagination {
    z-index: 3;
    right: 20px;
    bottom: 30px;
    left: 40px;
    right: auto;
}

.shops-box2 .shops-home-company2.shops-home-company-vip .item .img .swiper-pagination .swiper-pagination-bullet {
    border: 1px solid #fff;
    margin: 0 2px;
    background: none;
    opacity: 1;
}

.shops-box2 .shops-home-company2.shops-home-company-vip .item .img .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 32px;
    background: #fff;
    border-radius: 10em;
}

.shops-box2 .shops-home-company2.shops-home-company-vip .item .txt {
    width: 516px;
    padding-top: 30px;
}

.shops-box2 .shops-home-company2.shops-home-company-vip .item .txt .info {
    border-top: 1px solid #ccc;
    margin-top: 10px;
    margin-bottom: 0;
    background: #fff;
    padding: 15px 0;
    font-size: 16px;
    line-height: 1.4;
}

.shops-box2 .shops-home-company2.shops-home-company-vip .item .txt .info label {
    color: #999;
}

.shops-box2 .shops-home-company2.shops-home-company-vip .item .txt .info ul {
    display: block;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.shops-box2 .shops-home-company2.shops-home-company-vip .item .txt .info ul li {
    width: 100%;
    padding: 5px;
    display: flex;
}

.shops-box2 .shops-home-company2.shops-home-company-vip .item .txt .info ul li label {
    flex: 0 0 auto;
    width: 160px;
}

.shops-box2 .shops-home-company2.shops-home-company-vip .item .txt .info ul li p {
    flex: 1 1 auto;
    font-weight: bold;
}

.shops-box2 .shops-home-company2.shops-home-company-vip .item .txt .link {
    padding-top: 0;
}

.shops-box2 .shops-home-company2.shops-home-company-vip.shops-home-company-vip2 .item .txt .info {
    border-top: none;
    margin-top: 0;
    padding: 0;
    padding-bottom: 15px;
}

.shops-box2 .shops-home-company2.shops-home-company-vip.shops-home-company-vip2 .item .txt .info h2 {
    display: block;
    padding-bottom: 15px;
    line-height: 1;
    font-size: 28px;
    font-weight: bold;
}

.shops-box2 .shops-home-company2.shops-home-company-vip.shops2-introduction-vip .item {
    background: none;
}

.shops-box2 .shops-home-company2.shops-home-company-vip.shops2-introduction-vip .item .txt {
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
}

.shops-box2 .shops-home-company2.shops-home-company-vip.shops2-introduction-vip .item .txt .desc {
    padding: 20px 0;
}

.shops-box2 .shops-home-company2.shops-home-company-vip.shops2-introduction-vip .item .txt .info {
    background: none;
    padding: 40px 0;
}

.shops-box2 .shops-home-company2.shops-home-company-vip.shops2-introduction-vip .item .txt .info ul li {
    padding: 8px 0;
}

.shops-box2 .shops-home-company2.shops-home-company-vip.shops2-introduction-vip .item .txt .link {
    height: 50px;
    flex: 0 0 auto;
    width: 100%;
}

.shops-box2 .shops-home-company2.shops-home-company-vip.shops2-introduction-vip2 .item {
    background: none;
}

.shops-box2 .shops-home-company2.shops-home-company-vip.shops2-introduction-vip2 .item .txt {
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
}

.shops-box2 .shops-home-company2.shops-home-company-vip.shops2-introduction-vip2 .item .txt .desc {
    padding: 20px 0;
}

.shops-box2 .shops-home-company2.shops-home-company-vip.shops2-introduction-vip2 .item .txt .info {
    background: none;
    padding: 40px 0;
}

.shops-box2 .shops-home-company2.shops-home-company-vip.shops2-introduction-vip2 .item .txt .info ul li {
    padding: 8px 0;
}

.shops-box2 .shops-home-company2.shops-home-company-vip.shops2-introduction-vip2 .item .txt .link {
    height: 50px;
    flex: 0 0 auto;
    width: 100%;
}

.shops-box2 .shops-home-company2.shops-home-company-vip.shops2-introduction-vip2 .item .txt .info {
    padding: 20px 0;
    padding-top: 0;
}

.shops-box2 .shops-home-company2.shops-home-company-vip.shops2-introduction-vip2 .item .txt .info ul li {
    padding: 10px 0;
}

.shops-box2 .shops-home-company2.shops-home-company-vip.shops2-introduction-vip2 .item .txt .info ul li label {
    width: 180px;
}

.shops-box2 .shops-home-company2 .img {
    position: relative;
}

.shops-box2 .shops-home-company2 .img .item img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
}

.shops-box2 .shops-home-company2 .img .swiper-pagination {
    z-index: 3;
    right: 20px;
    bottom: 30px;
    left: 40px;
    right: auto;
}

.shops-box2 .shops-home-company2 .img .swiper-pagination .swiper-pagination-bullet {
    border: 1px solid #fff;
    margin: 0 2px;
    background: none;
    opacity: 1;
}

.shops-box2 .shops-home-company2 .img .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 32px;
    background: #fff;
    border-radius: 10em;
}

.shops-products-box {
    background: #F4F4F4;
    padding: 20px 0;
}

.shops-products-box + .shops-products-box {
    padding-bottom: 80px;
}

.shops-products-box .th1 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}

.shops-products-box .th1 .tit {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    line-height: 1;
    flex: 1 1 auto;
}

.shops-products-box .th1 .more {
    flex: 0 0 auto;
    width: 80px;
    text-align: right;
}

.shops-products-box .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;
}

.shops-products-box .th1 .more a:hover {
    background: #FF9933;
    color: #fff;
    border-color: #FF9933;
}

.shops-products-box .th1 .tit {
    font-size: 28px;
    text-align: center;
}

.shops-products-box .swiper {
    position: relative;
}

.shops-products-box .swiper .item {
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.shops-products-box .swiper .item:hover .hover {
    transform: translateY(0);
}

.shops-products-box .swiper .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;
    z-index: 100;
}

.shops-products-box .swiper .item .icon .like {
    position: relative !important;
    z-index: 5;
    width: 34px;
    height: 34px;
    background: #E5E5E5;
    border-radius: 100%;
    text-indent: -999em;
    overflow: hidden;
    margin-right: 10px;
    right: 0;
    top: 0;
    margin-left: 10px;

}

.shops-products-box .swiper .item .icon .like:hover {
    background: rgba(255, 153, 51, 0.5);
}

.shops-products-box .swiper .item .icon .like.active {
    background: #FF9933;
}

.shops-products-box .swiper .item .icon .like a {
    display: block;
    height: 100%;
}

.shops-products-box .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;
}

.shops-products-box .swiper .item .icon .hot,
.shops-products-box .swiper .item .icon .new,
.shops-products-box .swiper .item .icon .sale,
.shops-products-box .swiper .item .icon .vip {
    position: relative;
    margin-left: 10px;
}

.shops-products-box .swiper .item .icon .hot a,
.shops-products-box .swiper .item .icon .new a,
.shops-products-box .swiper .item .icon .sale a,
.shops-products-box .swiper .item .icon .vip a {
    display: block;
    position: relative;
    text-indent: -999em;
}

.shops-products-box .swiper .item .icon .hot a {
    width: 31px;
    height: 35px;
}

.shops-products-box .swiper .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;
}

.shops-products-box .swiper .item .icon .new a {
    width: 35px;
    height: 35px;
}

.shops-products-box .swiper .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;
}

.shops-products-box .swiper .item .icon .sale a {
    width: 35px;
    height: 35px;
}

.shops-products-box .swiper .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;
}

.shops-products-box .swiper .item .img {
    width: 100%;
    height: 278px;
    position: relative;
}

.shops-products-box .swiper .item .img img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
}

.shops-products-box .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;
}

.shops-products-box .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;
}

.shops-products-box .swiper .item .hover.active {
    transform: translateY(0);
}

.shops-products-box .swiper .item .hover .txt {
    padding: 30px;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

.shops-products-box .swiper .item .hover .txt .tit {
    font-size: 20px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.shops-products-box .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;
}

.shops-products-box .swiper .item .hover .txt .alink {
    display: flex;
    padding-top: 15px;
}

.shops-products-box .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;
}

.shops-products-box .swiper .item .hover .txt .alink a:hover {
    background: #FF9933;
    color: #fff;
}

.shops-products-box .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;
}

.shops-products-box .swiper .swiper-button-next:hover {
    background: #fff;
}

.shops-products-box .swiper .swiper-button-next:before {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    content: '';
}

.shops-products-box .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%);
}

.shops-products-box .swiper .swiper-button-next:hover {
    background: #FF9933;
}

.shops-products-box .swiper .swiper-button-next:before {
    width: 20px;
    height: 20px;
}

.shops-products-box .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;
}

.shops-products-box .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;
}

.shops-products-box .swiper .swiper-button-prev:hover {
    background: #fff;
}

.shops-products-box .swiper .swiper-button-prev:before {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    content: '';
}

.shops-products-box .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%);
}

.shops-products-box .swiper .swiper-button-prev:hover {
    background: #FF9933;
}

.shops-products-box .swiper .swiper-button-prev:before {
    width: 20px;
    height: 20px;
}

.shops-products-box .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;
}

.shops-products-box .swiper .swiper-pagination {
    display: none;
}

.shops-products-box .swiper .item {
    width: 100%;
    position: relative;
    /*height: 330px;*/
    overflow: hidden;
    background: #fff;
    transition: all ease-in-out 0.3s;
}

.shops-products-box .swiper .item:hover {
    background: #FF9933;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.shops-products-box .swiper .item:hover .txt .tit a {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.2);
}

.shops-products-box .swiper .item:hover .txt .desc {
    color: #fff;
}

.shops-products-box .swiper .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;
}

.shops-products-box .swiper .item .like:hover {
    background: rgba(255, 153, 51, 0.5);
}

.shops-products-box .swiper .item .like.active {
    background: #FF9933;
}

.shops-products-box .swiper .item .like a {
    display: block;
    height: 100%;
}

.shops-products-box .swiper .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;
}

.shops-products-box .swiper .item .img {
    height: 240px;
    padding: 10px;
}

.shops-products-box .swiper .item .img a {
    display: block;
    height: 100%;
    overflow: hidden;
}

.shops-products-box .swiper .item .img a img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
}

.shops-products-box .swiper .item .txt {
    text-align: center;
    margin-top: -10px;
}

.shops-products-box .swiper .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;
}

.shops-products-box .swiper .item .txt .desc {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.shops-products-box.shops-products-box-bg {
    background: url(../images/shops2/bg-vip.jpg) no-repeat center center;
    background-size: cover;
    padding: 40px 0 60px 0;
}

.shops-products-box.shops-products-box-bg .th1 {
    color: #fff;
}

.shops-products-box.shops-products-box-bg .th1 .tit {
    color: #fff;
}

.p-b-4 {
    padding-bottom: 40px;
}

.product-shops-contact {
    width: 920px;
    padding: 40px 20px;
    display: none;
}

.product-shops-contact .tit {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 30px;
    text-align: center;
}

.product-shops-contact .desc {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 2;
}

.index-ezbuy .container .left .box .box-right .desc .layui-btn {
    width: 98px;
    height: 26px;
    background: #FF9933;
    border-radius: 13px;
    line-height: 23px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    transform: translateX(25%) translateY(-2px);
    position: absolute;
    right: 20px;
}

/*
  2022-04-29
 */




.product-recommended .container .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;
}

.product-recommended .container .item .icon .hot,
.product-recommended .container .item .icon .new,
.product-recommended .container .item .icon .sale,
.product-recommended .container .item .icon .vip {
    position: relative;
    margin-left: 10px;
    width: 34px;
    height: 34px;
    border-radius: 100%;
}
.product-recommended .container .item .icon .hot{
    background: #E40000;
}
.product-recommended .container .item .icon .new{
    background: #33ccff;
}

.product-recommended .container .item .icon .hot a,
.product-recommended .container .item .icon .new a,
.product-recommended .container .item .icon .sale a,
.product-recommended .container .item .icon .vip a {
    display: block;
    /*position: relative;*/
    text-indent: -999em;
}

.product-recommended .container .item .icon .vip a {
    width: 60px;
    height: 30px;
}

.product-recommended .container .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;
}

.product-recommended .container .item .icon .hot a {
    width: 31px;
    height: 35px;
}

.product-recommended .container .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;
}

.product-recommended .container .item .icon .new a {
    width: 35px;
    height: 35px;
}

.product-recommended .container .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;
}

.product-recommended .container .item .icon .sale a {
    width: 35px;
    height: 35px;
}

.product-recommended .container .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;
}

.product-recommended .container .item .icon .like {
    position: relative;
    top: 0;
    right: 0;
    margin-left: 10px;
}

.shops-header .shops-top .info .link ul li a {
    display: flex;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    border: 1px solid #fff;
    align-items: center;
    justify-content: center;
    transition: all ease-in-out 0.3s;
}

.shops-header.shops-header-vip .shops-top .info .link ul li a.miniapp:before {
    content: '';
    display: block;
    width: 19px;
    height: 18px;
    margin-right: 15px;
    background: url(../images/shops/icon/miniapp.png) no-repeat center center;
    background-size: 93%;
}

.shops-header .shops-top .info .link ul li a.miniapp:before {
    content: '';
    display: block;
    background: url(../images/shops/icon/miniapp.png) no-repeat center center;
    width: 19px;
    height: 18px;
    margin-right: 15px;
    background-size: 93%;
}
.miniapp-code-pic{
    display: none;
    position: absolute;
    background-color: white;
    color: black;
    border: 5px solid rgb(66, 190, 237);
}
