.preferential img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.preferential text {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #3C3C3C;
    line-height: 22px;
}

.top_banner {
    margin-top: 29px;
    overflow: hidden;
}

.banner-list {
    float: left;
    width: 207px;
    height: 464px;
    background: #FFFFFF;
    border: 1px solid #E1E1E1;
    box-sizing: border-box;
}

.banner-list li {
    position: relative;
    display: flex;
    align-items: center;
    height: 57.5px;
    line-height: 57.5px;
    border-top: 1px solid #E1E1E1;
    box-sizing: border-box;
    cursor: pointer;
}

.banner-list li:first-child {
    border: 0;
}

.banner-list li img {
    vertical-align: middle;
}

.ul-icon {
    width: 17px;
    height: 17px;
    margin-left: 16px;
}

.banner-list li a {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
    margin-left: 16px;
}

.banner-list li:hover a {
    color: #EF2356;
}

.icon-right {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 22px;
    margin: auto;
    width: 8px;
    height: 13px;
}

.swiper-container {
    position: relative;
    float: left;
    width: 990px;
    height: 464px;
}

.slide-image {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.pagination {
    position: absolute;
    z-index: 20;
    bottom: 23px;
    width: 100%;
    text-align: center;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.3);
    margin: 0 5px;
    cursor: pointer;
}

.swiper-active-switch {
    background: #fff;
}

.arrow-left {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 46px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    cursor: pointer;
    z-index: 1;
}

.arrow-left img {
    width: 18px;
    height: 36px;
}

.arrow-left:hover {
    background-color: rgba(64, 64, 64, 0.4);
}

.arrow-right {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 46px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    cursor: pointer;
    z-index: 1;
}

.arrow-right:hover {
    background-color: rgba(64, 64, 64, 0.4);
}

.arrow-right img {
    width: 18px;
    height: 36px;
}

.inside-content {
    margin-top: 58px;
}

.inside-content-item {
    width: 382px;
    height: 124px;
    font-size: 22px;
    font-family: PingFang SC;
    color: #333333;
    float: left;
    margin-left: 27px;
    text-align: center;
    cursor: pointer;
}

inside-content-item img {
    width: 100%;
    height: 100%;
}

.inside-content-item:first-child {
    margin-left: 0;
    background-color: #FFE7E7;
}

.inside-content-item text {
    display: block;
    margin-top: 26px;
}

.title-content {
    text-align: center;
    margin-top: 61px;
    margin-bottom: 40px;
}

.title-content-text1 {
    font-size: 30px;
    font-family: PingFang SC;
    color: #333333;
    line-height: 30px;
    margin-top: 80px;
}

.title-content-text2 {
    font-size: 11px;
    font-family: PingFang SC;
    color: #999999;
    margin-top: 12px;
    line-height: 11px;
}

.swiper-container1-content {
    width: 100%;
    height: 498px;
    background: #F0F0F0;
}

.swiper-container1-content1 {
    position: relative;
    top: 32px;
}

.swiper-container1 {
    position: relative;
    width: 1200px;
    height: 435px;
    overflow: hidden;
}

.swiper-container1 .swiper-wrapper {
    display: flex;
    align-items: center;
}

.swiper-container1 .swiper-slide {
    position: relative;
    height: 330px !important;
    background-color: #FFFFFF;
    cursor: pointer;
}

.swiper-container1 .swiper-slide-visible {
    width: 352px !important;
    height: 330px !important;
}

.swiper-container1 .swiper-slide-active+.swiper-slide {
    top: 0;
    width: 464px !important;
    height: 435px !important;
    margin: 0 16px;
}

.swiper-container1-content1 .arrow-left {
    width: 38px;
    height: 38px;
    border-radius: 19px;
    left: -60px;
}

.swiper-container1-content1 .arrow-left:hover {
    background: rgba(0, 0, 0, 0.05);
}

.swiper-container1-content1 .arrow-left img {
    width: 16px;
    height: 16px;
}

.swiper-container1-content1 .arrow-right {
    width: 38px;
    height: 38px;
    border-radius: 19px;
    right: -60px;
}

.swiper-container1-content1 .arrow-right img {
    width: 16px;
    height: 16px;
}

.swiper-container1-content1 .arrow-right:hover {
    background: rgba(0, 0, 0, 0.05);
}

.swiper-container1-content1 .pagination {
    bottom: -71px;
}

.selected-products .swiper-container1-content1 .pagination {
    bottom: -37px;
}

.swiper-container1-content1 .swiper-pagination-switch {
    width: 7px;
    height: 7px;
    background-color: #CACACB;
}

.swiper-container1-content1 .swiper-pagination-switch-more {
    width: 26px;
    height: 7px;
    background: #CACACB;
    border-radius: 4px;
}

.swiper-container1-content1 .swiper-active-switch {
    background-color: #EF2356;
}

.merchants-image {
    width: 352px;
    height: 191px;
}

.swiper-container1 .swiper-slide-active+.swiper-slide .merchants-image {
    width: 464px;
    height: 252px;
}

.merchants-classify {
    position: absolute;
    top: 160px;
    right: 17px;
    width: 58px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0.9;
    font-size: 12px;
    font-family: PingFang SC;
    color: #FFFFFF;
}

.swiper-container1 .swiper-slide-active+.swiper-slide .merchants-classify {
    top: 220px;
}

.merchants-name {
    display: flex;
    align-items: center;
    margin-top: 17px;
    padding: 0 16px;
    box-sizing: border-box;
}

.swiper-container1 .swiper-slide-active+.swiper-slide .merchants-name {
    margin-top: 24px;
}

.merchants-name .grade-content {
    height: 19px;
    line-height: 19px;
    text-align: center;
}

.merchants-name img {
    height: 100%;
}

.swiper-container1 .swiper-slide-active+.swiper-slide .merchants-name .grade-content {
    height: 23px;
    line-height: 23px;
}

.merchants-name text {
    display: inline-block;
    width: 295px;
    font-size: 19px;
    line-height: 19px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
    margin-left: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.swiper-container1 .swiper-slide-active+.swiper-slide .merchants-name text {
    font-size: 23px;
    width: 390px;
    line-height: 23px;
}

.merchants-grade {
    padding: 0 16px;
    margin-top: 13px;
    box-sizing: border-box;
}

.merchants-grade .mer_autotrophy {
    display: inline-block;
    width: 37px;
    height: 19px;
    line-height: 19px;
    text-align: center;
    background: linear-gradient(90deg, #FE635B 0%, #FC3455 100%);
    border-radius: 3px;
    font-size: 12px;
    font-family: PingFang SC;
    color: #FFFFFF;
    margin-right: 12px;
}

.swiper-container1 .swiper-slide-active+.swiper-slide .merchants-grade {
    margin-top: 18px;
}

.merchants-grade-xing {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    background: #F2F2F2;
    border-radius: 10px;
    padding: 0 10px;
    box-sizing: border-box;
}

.swiper-container1 .swiper-slide-active+.swiper-slide .merchants-grade-xing {
    height: 26px;
    line-height: 26px;
    border-radius: 13px;
}

.merchants-grade-xing img {
    position: relative;
    top: -1px;
    width: 12px;
    height: 12px;
    vertical-align: middle;
    margin-right: 2px;
}

.swiper-container1 .swiper-slide-active+.swiper-slide .merchants-grade-xing img {
    width: 17px;
    height: 17px;
    top: -2px;
}

.merchants-grade-xing img:first-child {
    margin-left: 0;
}

.merchants-grade-xing text {
    margin-left: 5px;
    font-size: 11px;
    line-height: 12px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #F88631;
}

.swiper-container1 .swiper-slide-active+.swiper-slide .merchants-grade-xing text {
    font-size: 14px;
    line-height: 17px;
}

.merchants-style {
    width: 325px;
    height: 15px;
    white-space: nowrap;
    padding: 0 16px;
    margin-top: 13px;
    box-sizing: border-box;
    text-overflow: ellipsis;
    overflow: hidden;
}

.merchants-style-btn {
    float: left;
    max-width: 325px;
    height: 15px;
    background: #FEF3F7;
    border-radius: 4px;
    padding: 0 4px;
    font-size: 11px;
    font-family: PingFang SC;
    color: #FD4757;
    margin-right: 10px;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.swiper-container1 .swiper-slide-active+.swiper-slide .merchants-style {
    width: 425px;
    height: 20px;
    margin-top: 18px;
}

.swiper-container1 .swiper-slide-active+.swiper-slide .merchants-style-btn {
    max-width: 425px;
    height: 20px;
    font-size: 14px;
    padding: 0 6px;
}

.merchants-area-content {
    display: flex;
    align-items: center;
    padding: 0 16px;
    margin-top: 13px;
    box-sizing: border-box;
    font-size: 12px;
    font-family: PingFang SC;
    color: #999999;
}

.merchants-address {
    width: 260px;
    margin-left: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.swiper-container1 .swiper-slide-active+.swiper-slide .merchants-address {
    width: 335px;
}

.swiper-container1 .swiper-slide-active+.swiper-slide .merchants-area-content {
    margin-top: 18px;
    font-size: 16px;
}

.select-case {
    margin-top: 107px;
}

.select-case-center {
    margin-top: 42px;
}

.case-image-detail {
    float: left;
    width: 750px;
    height: 564px;
    cursor: pointer;
}

.case-center-right {
    float: left;
    width: 450px;
    height: 564px;
    padding-left: 65px;
    box-sizing: border-box;
}

.case-name {
    position: relative;
    height: 62px;
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
    margin-top: 83px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.case-name-bg {
    position: absolute;
    left: 0;
    top: 20px;
    width: 44px;
    height: 8px;
    background: #FF6161;
}

.case-style {
    height: 19px;
    font-size: 14px;
    font-family: PingFang SC;
    color: #666666;
    margin-top: 23px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.case-shop {
    height: 19px;
    margin-top: 90px;
    font-size: 14px;
    font-family: PingFang SC;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.select-case-bottom {
    position: relative;
    margin-top: 26px;
}

.select-case-bottom .arrow-left {
    width: 38px;
    height: 38px;
    border-radius: 19px;
    left: -60px;
    top: -74px;
}

.select-case-bottom .arrow-left:hover {
    background: rgba(0, 0, 0, 0.05);
}

.select-case-bottom .arrow-left img {
    width: 16px;
    height: 16px;
}

.select-case-bottom .arrow-right {
    width: 38px;
    height: 38px;
    border-radius: 19px;
    right: -60px;
    top: -74px;
}

.select-case-bottom .arrow-right img {
    width: 16px;
    height: 16px;
}

.select-case-bottom .arrow-right:hover {
    background: rgba(0, 0, 0, 0.05);
}

.swiper-container2 {
    height: 265px;
    overflow: hidden;
}

.swiper-container2 .swiper-slide {
    /*width: 288px !important;*/
    box-sizing: border-box;
    cursor: pointer;
}

.case-image {
    width: 288px;
    height: 216px;
}

.case-content .case-name {
    display: block;
    width: 288px;
    height: auto;
    font-size: 20px;
    line-height: 20px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
    margin-top: 24px;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.case-content .case-style {
    width: 288px;
    font-size: 14px;
    line-height: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
    margin-top: 16px;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.case-content .case-shop {
    width: 288px;
    font-size: 14px;
    line-height: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
    margin-top: 16px;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.selected-products {
    margin-bottom: 250px;
}

.select-products-bottom {
    position: relative;
}

.swiper-container3 {
    height: 530px;
    padding-bottom: 13px;
    overflow: hidden;
}

.products-list {
    float: left;
    position: relative;
    width: 288px;
    height: 245px;
    margin-top: 30px;
    margin-right: 16px;
}

.products-list:nth-child(1) {
    margin-top: 0;
}

.products-list:nth-child(2) {
    margin-top: 0;
}

.products-list:nth-child(3) {
    margin-top: 0;
}

.products-list:nth-child(4) {
    margin-top: 0;
}

.products-list:nth-child(4n) {
    margin-right: 0;
}

.swiper-container3 .swiper-slide {
    cursor: pointer;
}

.products-image {
    width: 288px;
    height: 192px;
}

.products-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 254px;
    height: 95px;
    background: #FFFFFF;
    box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.09);
    z-index: 1;
}

.products-price {
    height: 24px;
    margin-top: 12px;
    padding: 0 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.price-title {
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #F72134;
}

.price-num {
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #F72134;
}

.products-title {
    margin-top: 5px;
    padding: 0 16px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.products-shop {
    margin-top: 5px;
    padding: 0 16px;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #666666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.page-more {
    width: 175px;
    height: 45px;
    line-height: 45px;
    background: #FC3655;
    box-shadow: 0px 7px 24px 0px rgba(243, 29, 62, 0.39);
    border-radius: 23px;
    font-size: 16px;
    font-family: PingFang SC;
    color: #FFFFFF;
    margin: 0 auto;
    margin-top: 33px;
    text-align: center;
    cursor: pointer;
}

.page-more:hover {
    opacity: 0.8;
}

.page-more img {
    position: relative;
    top: -1px;
    width: 8px;
    height: 12px;
}

/* 首页弹窗 */
#pop-up {
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}

.advert-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.pop-up #advert-img {
    width: 900px;
    height: 500px;
}

.pop-up .close-icon {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

/* 缩小后弹窗 */
.shrink-popup {
    position: fixed;
    top: 150px;
    left: 120px;
    display: none;
}

.shrink-popup .shrink-advert-box #shrink-advert-img {
    width: 180px;
    height: 100px;
}
.shrink-advert-box .shrink-close-icon {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    width: 20px;
    height: 20px;
}