.color-orange {
    color: #FF6028;
}

/*新版店铺 header 部分*/
.new-shop-header {
    width: 100%;
    background: #ffffff;
}

.new-shop-header .w1200 {
    position: relative;
    height: 100px;
}

.new-shop-header .logo-box {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    margin-right: 20px;
    text-align: center;
    line-height: 60px;
}

.new-shop-header .logo-box img {
    display: inline;
    width: auto;
    height: auto;
    max-width: 60px;
    max-height: 60px;
    margin: auto;
}

.new-shop-header .shop-title-box {
    position: absolute;
    top: 50%;
    left: 80px;
    transform: translateY(-50%);
    z-index: 9;
}

.new-shop-header .shop-title-box .title h2 {
    display: inline-block;
    max-width: 830px;
    vertical-align: middle;
}

.new-shop-header .shop-title-box .title .qr-code {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-left: 16px;
    background: url('../images/new-shop/icon_qr code.png') no-repeat center center;
    vertical-align: middle;
}

.new-shop-header .shop-title-box .title .qr-code span {
    display: none;
    position: absolute;
    top: 20px;
    left: 50%;
    width: 140px;
    height: 162px;
    padding: 10px;
    background: #fff;
    transform: translateX(-50%);
    text-align: center;
    box-shadow: 0px 3px 4px 1px rgba(56, 64, 94, 0.1);
    z-index: 99;
}

.new-shop-header .shop-title-box .title .qr-code span img {
    width: 120px;
    height: 120px;
}


.new-shop-header .shop-title-box .des {
    width: 480px;
    margin-top: 6px;
}

.new-shop-header .tel-box {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 117px;
    height: 30px;
    padding: 0 24px;
    background: linear-gradient(97deg, #FF7D56 0%, #FD472B 100%);
    border-radius: 1px;
    line-height: 30px;
}

.new-shop-header .tel-box i {
    color: #fff;
    vertical-align: middle;
}

.new-shop-header .tel-box span {
    color: #fff;
    font-size: 12px;
    vertical-align: middle;
}

.new-shop-nav {
    width: 100%;
    background: #38405E;
}

.new-shop-nav ul li {
    width: 100px;
    height: 40px;
    line-height: 40px;
}

.new-shop-nav ul li a {
    color: #fff;
    opacity: 0.29;
}

.new-shop-nav ul li.active a {
    position: relative;
    background: #000;
}

.new-shop-nav ul li.active a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(237, 237, 237, 0.2);
}

.new-shop-nav ul li.active a {
    opacity: 1;
    font-weight: 700;
}

/*新版店铺 header 部分结束*/

/*新版店铺 店铺信息侧边栏公共 部分*/
.new-shop-info .base-info {
    width: 240px;
    background: #fff;
}
.new-shop-info .base-info.level-15 {
    background: #fff url('../images/new-shop/bg_wp.png') no-repeat top center;
}

.new-shop-info .base-info.level-20 {
    background: #fff url('../images/new-shop/bg_huangjin.png') no-repeat top center;
}

.new-shop-info .base-info.level-30 {
    background: #fff url('../images/new-shop/bg_zuanshi.png') no-repeat top center;
}

.new-shop-info .base-info.level-40 {
    background: #fff url('../images/new-shop/bg_huangguan.png') no-repeat top center;
}

.new-shop-info .base-info.level-50 {
    background: #fff url('../images/new-shop/bg_zhizun.png') no-repeat top center;
}

.new-shop-info .base-info .main-info {
    padding: 20px;
}

.new-shop-info .base-info .main-info h3 {
    color: #282828;
}

.new-shop-info .base-info .main-info .shop-level {
    /* 店铺等级 */
    margin-top: 7px;
}
.new-shop-info .base-info .main-info .shop-level img {
  width: auto;
  height: 20px;
}

.new-shop-info .base-info .main-info .retention-tag {
    vertical-align: middle;
    height: 18px;
    font-size: 11px;
    background: #01a04a;
    color: #ffffff;
    line-height: 18px;
    padding: 0 5px;
    margin-left: 10px;
    border-radius: 2px;
    margin-top: 7px;
}

.new-shop-info .base-info .main-info .retention-tag span {
    color: #e7fa8b;
    padding-left: 4px;
}


.new-shop-info .base-info .main-info .info-line,
.new-shop-info .contact-box .info-line {
    position: relative;
    min-height: 24px;
}

.new-shop-info .base-info .main-info .info-line>label,
.new-shop-info .contact-box .info-line>label {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    line-height: 24px;
}

.new-shop-info .base-info .main-info .info-line>div,
.new-shop-info .contact-box .info-line>div {
    padding-left: 62px;
    line-height: 24px;
}

.new-shop-info .base-info .main-info .info-line>div p,
.new-shop-info .contact-box .info-line>div p {
    vertical-align: middle;
}

.middle-num {
    /*position: relative;*/
}

.middle-num .iconclose {
    position: absolute;
    top: 10px;
    right: 10px;
}

.new-shop-info .base-info .main-info .info-line>div>i {
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
}

.new-shop-info .base-info .main-info .info-line>div>i.company {
    background: url('../images/new-shop/company.png') no-repeat center center;
}

.new-shop-info .base-info .main-info .info-line>div>i.phone {
    background: url('../images/new-shop/phone.png') no-repeat center center;
}

.new-shop-info .base-info .main-info .info-line>div>i.company.on {
    background: url('../images/new-shop/company_on.png') no-repeat center center;
}

.new-shop-info .base-info .main-info .info-line>div>i.phone.on {
    background: url('../images/new-shop/phone_on.png') no-repeat center center;
}

.new-shop-info .base-info .confirm-box {
    padding: 20px;
    border-top: 1px solid #f7f7f7;
}

.new-shop-info .base-info .confirm-box>a {
    display: inline-block;
    width: 90px;
    height: 30px;
    border-radius: 1px;
    text-align: center;
    line-height: 30px;
    vertical-align: middle;
}

.new-shop-info .base-info .confirm-box>a.collect {
    border: 1px solid #ededed;
}

.new-shop-info .base-info .confirm-box>a.collect.active {
    border: none;
    color: #FF6028;
    background: #FFF7F4;
}

.new-shop-info .base-info .confirm-box>a.ask-for {
    color: #fff;
    background: #FF6028;
}

.new-shop-info .contact-box {
    width: 240px;
    padding: 20px;
    background: #fff;
}

/*新版店铺 店铺信息侧边栏公共 部分结束*/

/*新版店铺 首页 部分*/
.new-shop-index .banner {
    position: relative;
    height: 360px;
}

.new-shop-index .banner .swiper-slide {
    width: 100%;
    height: 360px;
}

.new-shop-index .banner .swiper-slide img {
    display: inline;
    height: 100%;
}

.new-shop-index .banner .swiper-button-prev {
    position: absolute;
    left: 10px;
    top: 50%;
    width: 38px;
    height: 38px;
    margin-top: -19px;
    background: rgba(0, 0, 0, .4) url('../images/new-shop/arrow_left.png') no-repeat 16px center;
    border-radius: 50%;
    z-index: 99;
    transition: all .4s;
}

.new-shop-index .banner .swiper-button-next {
    position: absolute;
    right: 10px;
    top: 50%;
    width: 38px;
    height: 38px;
    margin-top: -19px;
    background: rgba(0, 0, 0, .4) url('../images/new-shop/arrow_right.png') no-repeat 10px center;
    border-radius: 50%;
    z-index: 99;
    transition: all .4s;
}

.new-shop-index .banner .swiper-button-prev:hover,
.new-shop-index .banner .swiper-button-next:hover {
    background-color: #FF6028;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

.new-shop-index .banner .swiper-pagination {
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    width: auto;
    height: 15px;
    padding: 0 14px;
    border-radius: 8px;
    background: rgba(0, 0, 0, .4);
    text-align: center;
    line-height: 15px;
    vertical-align: middle;
}

.new-shop-index .banner .swiper-pagination-bullet {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: rgba(255, 255, 255, .6);
    box-shadow: 0px 1px 2px #555 inset;
    margin: -2px 3px 0;
    cursor: pointer;
    vertical-align: middle;
    transition: all .4s;
}

.new-shop-index .banner .swiper-pagination-bullet-active {
    width: 12px;
    background: #fff;
}

.new-shop-index .main .index-right .more-link::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-top: -2px;
    background: url('../images/new-shop/icon_arrow_more.png') no-repeat center center;
    vertical-align: middle;
}

.new-shop-index .main .index-right .more-link:hover {
    color: #FF6028;
}

.new-shop-index .main .index-right .more-link:hover::after {
    background: url('../images/new-shop/icon_arrow_more_hover.png') no-repeat center center;
}

.new-shop-index .main .index-right .case-latest,
.shop-case .main .index-right .case-latest,
.message-page .case-latest,
.product-detail .case-latest {
    width: 940px;
    padding: 20px;
    background: #fff;
    overflow: hidden;
}

.new-shop-index .main .index-right .case-latest>ul,
.shop-case .main .index-right .case-latest>ul,
.message-page .case-latest>ul,
.product-detail .case-latest>ul {
    width: 960px;
}

.new-shop-index .main .index-right .case-latest>ul li,
.shop-case .main .index-right .case-latest>ul li,
.message-page .case-latest>ul li,
.product-detail .case-latest>ul li {
    position: relative;
    width: 286px;
    height: 230px;
    margin: 20px 20px 0 0;
    background: #FFFFFF;
    border-radius: 2px;
    transition: all .4s;
    overflow: hidden;
}

.new-shop-index .main .index-right .case-latest>ul li span.is-star,
.shop-case .main .index-right .case-latest>ul li span.is-star,
.message-page .case-latest>ul li span.is-star,
.product-detail .case-latest>ul li span.is-star {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 46px;
    height: 24px;
    color: #fff;
    background: #FF6028;
    line-height: 24px;
    text-align: center;
    border-radius: 2px 0px 2px 0px;
}

.new-shop-index .main .index-right .case-latest>ul li.none,
.shop-case .main .index-right .case-latest>ul li.none,
.message-page .case-latest>ul li.none,
.product-detail .case-latest>ul li.none {
    width: 130px;
    height: 150px;
    margin: 20px auto 80px;
}

.new-shop-index .main .index-right .case-latest>ul li.none img,
.shop-case .main .index-right .case-latest>ul li.none img,
.message-page .case-latest>ul li.none img,
.product-detail .case-latest>ul li.none img {
    width: 130px;
    height: 130px;
}

.new-shop-index .main .index-right .case-latest>ul li:hover,
.shop-case .main .index-right .case-latest>ul li:hover,
.message-page .case-latest>ul li:hover,
.product-detail .case-latest>ul li:hover,
.new-shop-index .main .index-right .pro-reco>ul li:hover,
.shop-product .right-panel .pro-reco>ul li:hover {
    transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.1);
}

.new-shop-index .main .index-right .case-latest>ul li.none:hover,
.shop-case .main .index-right .case-latest>ul li.none:hover,
.message-page .case-latest>ul li.none:hover,
.product-detail .case-latest>ul li.none:hover,
.new-shop-index .main .index-right .pro-reco>ul li.none:hover,
.shop-product .right-panel .pro-reco>ul li.none:hover {
    transform: translateY(0px);
    -ms-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
}

.new-shop-index .main .index-right .case-latest>ul li .txt-box a,
.shop-case .main .index-right .case-latest>ul li .txt-box a,
.message-page .case-latest>ul li .txt-box a,
.product-detail .case-latest>ul li .txt-box a,
.new-shop-index .main .index-right .pro-reco>ul li .txt-box,
.shop-product .right-panel .pro-reco>ul li .txt-box {
    transition: all .4s;
}

.new-shop-index .main .index-right .case-latest>ul li:hover .txt-box a,
.shop-case .main .index-right .case-latest>ul li:hover .txt-box a,
.message-page .case-latest>ul li:hover .txt-box a,
.product-detail .case-latest>ul li:hover .txt-box a,
.new-shop-index .main .index-right .pro-reco>ul li:hover .txt-box,
.shop-product .right-panel .pro-reco>ul li:hover .txt-box {
    transform: translate(10px);
    -ms-transform: translate(10px);
    -moz-transform: translate(10px);
    -webkit-transform: translate(10px);
    -o-transform: translate(10px);
    color: #FF6028;
}

.new-shop-index .main .index-right .case-latest>ul li .img-box,
.shop-case .main .index-right .case-latest>ul li .img-box,
.message-page .case-latest>ul li .img-box,
.product-detail .case-latest>ul li .img-box,
.new-shop-index .main .index-right .case-latest>ul li .video-box,
.shop-case .main .index-right .case-latest>ul li .video-box,
.message-page .case-latest>ul li .video-box,
.product-detail .case-latest>ul li .video-box {
    background: #f8f8f8;
}

.new-shop-index .main .index-right .case-latest>ul li .img-box img,
.shop-case .main .index-right .case-latest>ul li .img-box img,
.message-page .case-latest>ul li .img-box img,
.product-detail .case-latest>ul li .img-box img,
.new-shop-index .main .index-right .case-latest>ul li .video-box img,
.shop-case .main .index-right .case-latest>ul li .video-box img,
.product-detail .case-latest>ul li .video-box img,
.message-page .case-latest>ul li .video-box img {
    display: inline;
    height: 160px;
}

.new-shop-index .main .index-right .case-latest>ul li .video-box,
.shop-case .main .index-right .case-latest>ul li .video-box,
.message-page .case-latest>ul li .video-box,
.product-detail .case-latest>ul li .video-box {
    position: relative;
}

.new-shop-index .main .index-right .case-latest>ul li .video-box .play-icon,
.shop-case .main .index-right .case-latest>ul li .video-box .play-icon,
.message-page .case-latest>ul li .video-box .play-icon,
.product-detail .case-latest>ul li .video-box .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
    background: url('../images/new-shop/play.png') no-repeat center center;
    border-radius: 50%;
}

.new-shop-index .main .index-right .case-latest>ul li .play-icon:hover,
.shop-case .main .index-right .case-latest>ul li .play-icon:hover,
.product-detail .case-latest>ul li .play-icon:hover,
.message-page .case-latest>ul li .play-icon:hover {
    background: url('../images/new-shop/play_hover.png') no-repeat center center;
}

.new-shop-index .main .index-right .pro-reco,
.shop-product .right-panel .pro-reco {
    width: 940px;
    padding: 20px;
    background: #fff;
    overflow: hidden;
}

.new-shop-index .main .index-right .pro-reco ul,
.shop-product .right-panel .pro-reco>ul {
    width: 960px;
}

.new-shop-index .main .index-right .pro-reco ul li,
.shop-product .right-panel .pro-reco>ul li {
    width: 210px;
    height: 280px;
    margin-right: 20px;
    transition: all .4s;
    overflow: hidden;
}

.new-shop-index .main .index-right .pro-reco ul li .img-box,
.shop-product .right-panel .pro-reco>ul li .img-box {
    position: relative;
    width: 100%;
    height: 218px;
    border: 1px solid #ededed;
    overflow: hidden;
}

.new-shop-index .main .index-right .pro-reco ul li .img-box img,
.shop-product .right-panel .pro-reco>ul li .img-box img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    height: 100%;
}

.new-shop-index .main .index-right .company-introduce {
    width: 940px;
    padding: 20px;
    background: #fff;
    overflow: hidden;
}

.new-shop-index .main .index-right .company-introduce .img-box {
    position: relative;
    width: 210px;
    height: 120px;
    overflow: hidden;
}

.new-shop-index .main .index-right .company-introduce .img-box img {
    max-width: 210px;
    max-height: 120px;
    width: auto;
    height: auto;
    margin: auto;
}

.new-shop-index .main .index-right .company-introduce .txt-box {
    width: 670px;
}

.new-shop-index .main .index-right .company-introduce .txt-box>div {
    position: relative;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    line-height: 24px;
    text-indent: 2em;
}

.new-shop-index .main .index-right .company-introduce .txt-box a {
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline;
    color: #FF6028;
    background: #fff;
    text-indent: 0;
}

.new-shop-index .main .index-right .company-introduce .txt-box a:hover {
    color: #EF470C;
}

/*新版店铺 首页 部分结束*/

/*店铺案例*/
.shop-case .case-latest .pages .pagination li,
.shop-product .right-panel .pro-reco .pages .pagination li {
    width: 32px;
    height: 32px;
    margin: 0 4px;
    padding: 0;
    border: 1px solid rgba(0, 0, 0, .15);
    line-height: 32px;
    border-radius: 2px;
}

.shop-case .case-latest .pages .pagination li.active,
.shop-product .right-panel .pro-reco .pages .pagination li.active {
    border-color: #FF6028;
    background-color: #fff;
}

.shop-case .case-latest .pages .pagination li.active a,
.shop-product .right-panel .pro-reco .pages .pagination li.active a {
    color: #FF6028;
}

.case-detail .bread-nav,
.product-detail .bread-nav {
    margin: 16px 0;
}

.case-detail .pro-base-info,
.product-detail .pro-base-info {
    position: relative;
    padding: 20px;
    background: #fff;
}

/*案例详情 产品详情 图片视频展示 公共*/
.media-slide {
    width: 400px;
    margin: 0 auto;
}

.view .swiper-container {
    width: 400px;
    height: 400px;
    background: #000;
    text-align: center;
}

.view img {
    display: inline;
    width: 400px;
    height: 400px;
}

.view video {
    width: 400px;
    height: 400px;
}

.preview {
    width: 100%;
    margin-top: 10px;
    position: relative;
}

.preview .swiper-container {
    width: 310px;
    height: 50px;
}

.preview .swiper-slide {
    width: 50px;
    height: 50px;
    cursor: pointer;
    margin: 0 7px;
}

.preview .slide6 {
    width: 50px;
}

.preview .arrow-left {
    background: #f7f7f7;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -25px;
    width: 16px;
    height: 50px;
    z-index: 10;
    border-radius: 1px;
}

.preview .arrow-left::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-75%, -50%);
    -ms-transform: translate(-75%, -50%);
    -moz-transform: translate(-75%, -50%);
    -webkit-transform: translate(-75%, -50%);
    -o-transform: translate(-75%, -50%);
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 8px 8px 8px 8px;
    border-style: solid;
    border-color: transparent #BDBDBD transparent transparent;
}

.preview .arrow-right {
    background: #f7f7f7;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -25px;
    width: 16px;
    height: 50px;
    z-index: 9;
    border-radius: 1px;
}

.preview .arrow-right::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-25%, -50%);
    -ms-transform: translate(-25%, -50%);
    -moz-transform: translate(-25%, -50%);
    -webkit-transform: translate(-25%, -50%);
    -o-transform: translate(-25%, -50%);
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 8px 8px 8px 8px;
    border-style: solid;
    border-color: transparent transparent transparent #BDBDBD;
}

.preview img {
    width: 100%;
    height: 100%;
    padding: 1px;
}

.preview .active-nav img {
    width: 100%;
    height: 100%;
    padding: 0;
    border: 2px solid #FF6028;
}

.case-detail .pro-base-info .img-box .operate,
.product-detail .pro-base-info .img-box .operate {
    margin-top: 30px;
}

.case-detail .pro-base-info .img-box .operate i,
.product-detail .pro-base-info .img-box .operate i {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 4px;
    vertical-align: middle;
}

.case-detail .pro-base-info .img-box .operate em,
.product-detail .pro-base-info .img-box .operate em {
    vertical-align: middle;
}

.case-detail .pro-base-info .img-box .operate i.collect-icon,
.product-detail .pro-base-info .img-box .operate i.collect-icon {
    background: url('../images/new-shop/icon_star.png') no-repeat center center;
}

.case-detail .pro-base-info .img-box .operate i.share-icon,
.product-detail .pro-base-info .img-box .operate i.share-icon {
    background: url('../images/new-shop/icon_share.png') no-repeat center center;
}

.case-detail .pro-base-info .img-box .operate i.collect-icon.active,
.product-detail .pro-base-info .img-box .operate i.collect-icon.active {
    background: url('../images/new-shop/icon_star_active.png') no-repeat center center;
}

.case-detail .pro-base-info .img-box .operate .share:hover i.share-icon,
.product-detail .pro-base-info .img-box .operate .share:hover i.share-icon {
    background: url('../images/new-shop/icon_share_active.png') no-repeat center center;
}

.case-detail .pro-base-info .img-box .operate .share,
.product-detail .pro-base-info .img-box .operate .share {
    position: relative;
}

.case-detail .pro-base-info .img-box .operate .social-share,
.product-detail .pro-base-info .img-box .operate .social-share {
    display: none;
    position: absolute;
    top: -10px;
    left: 100%;
    min-width: 200px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
}

.case-detail .pro-base-info .img-box .operate .share:hover .social-share,
.product-detail .pro-base-info .img-box .operate .share:hover .social-share {
    display: block;
}

/*案例详情 产品详情 基础信息 公共*/
.case-detail .pro-base-info .txt-box,
.product-detail .pro-base-info .txt-box {
    width: 720px;
}

.case-detail .pro-base-info .txt-box .title-box,
.product-detail .pro-base-info .txt-box .title-box {
    width: 560px;
}

.case-detail .pro-base-info .txt-box .tag-box,
.product-detail .pro-base-info .txt-box .tag-box {
    margin-top: 16px;
}

.case-detail .pro-base-info .txt-box .tag-box span,
.product-detail .pro-base-info .txt-box .tag-box span {
    display: inline-block;
    padding: 4px 10px;
    margin: 2px 0;
    color: #FF6028;
    background: #FFF5F0;
    border-radius: 1px;
}

.case-detail .pro-base-info .txt-box .sku-box ul li,
.product-detail .pro-base-info .txt-box .sku-box ul li {
    position: relative;
    min-width: 260px;
    margin-bottom: 10px;
}

.case-detail .pro-base-info .txt-box .sku-box ul li label,
.product-detail .pro-base-info .txt-box .sku-box ul li label,
.case-detail .pro-base-info .txt-box .sku-box .bottom-line label,
.product-detail .pro-base-info .txt-box .sku-box .bottom-line label {
    position: absolute;
    top: 0;
    left: 0;
}

.case-detail .pro-base-info .txt-box .sku-box .bottom-line,
.product-detail .pro-base-info .txt-box .sku-box .bottom-line {
    position: relative;
}

.case-detail .pro-base-info .txt-box .sku-box ul li p,
.product-detail .pro-base-info .txt-box .sku-box ul li p,
.case-detail .pro-base-info .txt-box .sku-box .bottom-line p,
.product-detail .pro-base-info .txt-box .sku-box .bottom-line p {
    padding-left: 80px;
}

.case-detail .pro-base-info .txt-box p.line,
.product-detail .pro-base-info .txt-box p.line {
    width: 100%;
    margin-top: 25px;
    padding-top: 1px;
    border-top: 1px dashed transparent;
    background: linear-gradient(white, white) padding-box,
        repeating-linear-gradient(-45deg, #EBEBEB 0, #EBEBEB 0.35em, white 0, white 0.65em);
}

.case-detail table.contrast {
    margin-top: 24px;
}

.case-detail table.contrast td {
    width: 180px;
    height: 40px;
    border: none;
}

.case-detail table.contrast tr:nth-child(1) {
    background: #f8f8f8;
    color: #666;
}

.case-detail table.contrast tr:nth-child(2) {
    background: #fff;
    color: #333;
}

.case-detail table.contrast tr:nth-child(3) {
    background: #F9FBFF;
    color: #526BA6;
}

.case-detail table.contrast td i {
    margin-left: -30px;
    vertical-align: middle;
}

.case-detail .pro-base-info .ask-for-box,
.product-detail .pro-base-info .ask-for-box {
    margin-top: 50px;
}

.case-detail .pro-base-info .ask-for-box .show-num,
.product-detail .pro-base-info .ask-for-box .show-num {
    display: inline-block;
    width: 220px;
    height: 40px;
    border-radius: 2px;
    border: 1px solid #EF4034;
    vertical-align: middle;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.case-detail .pro-base-info .ask-for-box span i,
.product-detail .pro-base-info .ask-for-box span i {
    color: #FF6028;
    line-height: 20px;
    text-align: center;
    font-size: 20px;
    vertical-align: middle;
}

.case-detail .pro-base-info .ask-for-box span em,
.product-detail .pro-base-info .ask-for-box span em {
    color: #FF6028;
    font-size: 14px;
    vertical-align: middle;
}

.case-detail .pro-base-info .ask-for-box button,
.product-detail .pro-base-info .ask-for-box button {
    width: 220px;
    height: 40px;
    margin-right: 50px;
    background: #FF6028;
    color: #fff;
    font-size: 14px;
    border-radius: 2px;
    vertical-align: middle;
}

/*案例详情 产品详情 详情部分 公共*/
.case-detail .main .right-panel,
.product-detail .main .right-panel {
    width: 940px;
}

.case-detail .main .right-panel .tab-box,
.product-detail .main .right-panel .tab-box {
    width: 100%;
    border-bottom: 1px solid #ededed;
    background: #fff;
}

.case-detail .main .right-panel .tab-box-fixed,
.product-detail .main .right-panel .tab-box-fixed {
    display: none;
    position: fixed;
    top: 41px;
    left: 0;
    width: 100%;
    height: 50px;
    background: #fff;
    line-height: 50px;
    box-shadow: 0 3px 4px 0 rgba(56, 64, 94, 0.1);
    z-index: 99;
}

.case-detail .main .right-panel .tab-box-fixed h2,
.product-detail .main .right-panel .tab-box-fixed h2 {
    width: 230px;
}

.case-detail .main .right-panel .tab-box ul li,
.product-detail .main .right-panel .tab-box ul li {
    border-top: 2px solid transparent;
}

.case-detail .main .right-panel .tab-box-fixed ul li,
.product-detail .main .right-panel .tab-box-fixed ul li {
    border-top: 3px solid transparent;
}

.case-detail .main .right-panel .tab-box ul li a,
.product-detail .main .right-panel .tab-box ul li a,
.case-detail .main .right-panel .tab-box-fixed ul li a,
.product-detail .main .right-panel .tab-box-fixed ul li a {
    width: 120px;
    height: 48px;
    line-height: 48px;
}

.case-detail .main .right-panel .tab-box ul li.active,
.product-detail .main .right-panel .tab-box ul li.active,
.case-detail .main .right-panel .tab-box-fixed ul li.active,
.product-detail .main .right-panel .tab-box-fixed ul li.active {
    border-color: #FF6028;
}

.case-detail .main .right-panel .tab-box ul li.active a,
.product-detail .main .right-panel .tab-box ul li.active a,
.case-detail .main .right-panel .tab-box-fixed ul li.active a,
.product-detail .main .right-panel .tab-box-fixed ul li.active a {
    color: #FF6028;
    font-weight: 700;
}

.case-detail .main .right-panel .tab-box-fixed>div>a,
.product-detail .main .right-panel .tab-box-fixed>div>a {
    width: 152px;
    height: 50px;
    background: #FF6028;
    color: #fff !important;
    text-align: center;
}

.case-detail .main .right-panel .tab-box-fixed .message-tip.active,
.product-detail .main .right-panel .tab-box-fixed .message-tip.active {
    background: #EF470C;
}

.case-detail .main .right-panel .tab-info,
.product-detail .main .right-panel .tab-info {
    padding: 20px;
    background: #fff;
}

.tab-info p.tab-info-title,
.product-detail p.tab-info-title {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
}

.tab-info p.tab-info-title i,
.product-detail p.tab-info-title i {
    display: inline-block;
    width: 4px;
    height: 16px;
    margin-right: 20px;
    background: #FF6028;
    vertical-align: middle;
}

.tab-info p.tab-info-title em,
.product-detail p.tab-info-title em {
    vertical-align: middle;
}

.tab-info .tab-info-detail {
    counter-reset: index;
}

.tab-info .tab-info-detail .crafts-list {
    position: relative;
    padding: 0 35px 30px 65px;
}

.tab-info .tab-info-detail .crafts-list::before {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 24px;
    width: 20px;
    height: 20px;
    color: #fff;
    background: #FF6028;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    content: counter(index);
    counter-increment: index;
    z-index: 2;
}

.tab-info .tab-info-detail .crafts-list::after {
    content: '';
    position: absolute;
    top: 0;
    left: 34px;
    height: 100%;
    border-left: 1px dashed #FFDED3;
}

.tab-info .tab-info-detail .crafts-list:last-child::after {
    border: none;
}

.leave-message {
    padding: 20px;
    background: #fff;
}

.leave-message .form-box {
    margin-left: 57px;
}

.leave-message .form-box .form-item {
    position: relative;
    padding-left: 86px;
}

.leave-message .form-box .form-item label {
    position: absolute;
    top: 10px;
    left: 0;
    min-width: 67px;
    /*transform: translateY(-50%);*/
    /*-ms-transform: translateY(-50%);*/
    /*-moz-transform: translateY(-50%);*/
    /*-webkit-transform: translateY(-50%);*/
    /*-o-transform: translateY(-50%);*/
    text-align: right;
}

.leave-message .form-box .form-item input[type='text'] {
    width: 600px;
    height: 40px;
    padding-left: 15px;
    border: 1px solid transparent;
    background: #f7f7f7;
    font-size: 14px;
    border-radius: 2px;
}

.leave-message .layui-form-checked[lay-skin=primary] i {
    border-color: #FF6028 !important;
    background-color: #FF6028 !important;
    color: #fff !important;
    font-weight: bold;
}

.leave-message .layui-form-checkbox[lay-skin=primary]:hover i {
    border-color: #FF6028;
    color: #fff;
}

.leave-message .form-box .form-item textarea {
    width: 600px;
    height: 120px;
    padding: 10px 15px;
    border: 1px solid transparent;
    background: #f7f7f7;
    border-radius: 2px;
    font-size: 14px;
}

.leave-message .form-box .form-item input[type=text]:focus,
.leave-message .form-box .form-item textarea:focus {
    border-color: #FF6028;
}

.leave-message .form-box .tc {
    width: 686px;
}

.leave-message .form-box .tc .form-item input[type='text'] {
    width: 220px;
}

.leave-message .form-box .form-item .message-submit {
    width: 220px;
    height: 39px;
    color: #fff;
    background: #FF6028;
}

/*产品详情 独立*/
.product-detail .pro-base-info .txt-box .price {
    width: 720px;
    height: 70px;
    margin-top: 18px;
    background: #f7f7f7;
    line-height: 70px;
}

.product-detail .pro-base-info .txt-box .price span {
    vertical-align: top;
}

.product-detail .pro-base-info .txt-box .price em {
    vertical-align: bottom;
    color: #FD472B;
}

.product-detail .main .right-panel .tab-info table.pattern tr td {
    height: 40px;
    padding-left: 20px;
    border-color: #ededed;
    font-size: 14px;
    text-align: left;
}

.product-detail .main .right-panel .tab-info table.pattern tr td:nth-child(odd) {
    width: 150px;
    color: #666;
    background: #f8f8f8;
}

.product-detail .main .right-panel .tab-info table.pattern tr td:nth-child(even) {
    width: 300px;
}

/*店铺新闻列表*/
.enterprise-news .news-list {
    width: 940px;
    height: auto;
    min-height: 600px;
    padding: 20px;
    padding-left: 0;
    background: #fff;
}

.enterprise-news .news-list .news-item {
    padding: 20px;
    transition: all .4s;
}

.enterprise-news .news-list .news-item .news-img img {
    width: 200px;
    height: 122px;
}

.enterprise-news .news-list .news-item .news-info {
    max-width: 622px;
}

.enterprise-news .news-list .news-item .news-info h4 {
    line-height: 26px;
    transition: all .4s;
}

.enterprise-news .news-list .news-item .news-info em {
    display: inline-block;
    height: 8px;
    border-left: 1px solid #d8d8d8;
    margin: 0 10px;
}

.enterprise-news .news-list .news-item:hover {
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.05);
}

.enterprise-news .news-list .news-item:hover h4 {
    color: #FF6028;
}

.enterprise-news-detail .news-detail {
    width: 940px;
    padding: 20px;
    background: #fff;
}

.enterprise-news-detail .news-detail .back-to-list {
    width: 66px;
    height: 24px;
    padding: 0 10px;
    border: 1px solid #d9d9d9;
    border-radius: 1px;
    text-align: center;
    line-height: 24px;
}

.enterprise-news-detail .news-detail .info {
    padding: 20px;
}

.enterprise-news-detail .news-detail .info .info-title {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 20px;
}

.enterprise-news-detail .news-detail .info .info-title em {
    display: inline-block;
    height: 8px;
    border-left: 1px solid #d8d8d8;
    margin: 0 10px;
}

.enterprise-news-detail .news-detail .info .rich-text {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 30px;
}

.enterprise-news-detail .news-detail .info .bottom-box a {
    display: inline;
}

/*关于店铺*/
.about-shop .about-detail {
    width: 940px;
    padding: 20px;
    background: #fff;
}

.about-shop .about-detail .company-intro img,
.about-shop .about-detail .company-intro video {
    width: 100%;
}

.about-shop .about-detail table.pattern tr td {
    height: 40px;
    padding: 10px 20px;
    border-color: #ededed;
    font-size: 14px;
    text-align: left;
}

.about-shop .about-detail table.pattern tr td:nth-child(odd) {
    width: 150px;
    color: #666;
    background: #f8f8f8;
}

.about-shop .about-detail table.pattern tr td:nth-child(even) {
    min-width: 300px;
}

.about-shop .img-item {
    width: 140px;
    /*height: 140px;*/
}

.about-shop .img-item img {
    width: auto;
    height: auto;
    margin: 0 auto;
    min-width: 140px;
    min-height: 140px;
    max-width: 140px;
    max-height: 140px;
    border: 1px solid #ededed;
}

.new-shop-footer {
    background: #181818;
}

.new-shop-footer div.w1200 {
    position: relative;
    padding: 60px 0 40px;
}

.new-shop-footer .logo-box {
    display: inline-block;
    width: 260px;
    vertical-align: middle;
}

.new-shop-footer .logo-box img {
    /*width: 160px;*/
    /*height: 38px;*/
    margin: 0 auto;
}

.new-shop-footer .logo-box p {
    color: rgba(255, 255, 255, 0.65);
}

.new-shop-footer .info-box {
    display: inline-block;
    margin-left:40px;
    vertical-align: middle;
}

.new-shop-footer .info-box dl {
    float: left;
    max-width: 175px;
    margin-left: 70px;
}

.new-shop-footer .info-box dl dt {
    margin-bottom: 8px;
    color: #fff;
    font-size: 14px;
}

.new-shop-footer .info-box dl dd {
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.65);
    font-size: 12px;
}

.new-shop-footer .info-box dl dd a {
    color: rgba(255, 255, 255, 0.65);
}

.new-shop-footer .info-box dl dd a:hover {
    color: #FF6028;
}

.new-shop-footer .info-box dl dd span {
    display: inline-block;
    margin: 4px 2px
}

.new-shop-footer .qr-box {
    position: absolute;
    right: 120px;
    top: 50%;
    transform: translateY(-50%);
}

.new-shop-footer .qr-box .codebox {
    width: 100px;
    height: 100px;
    padding: 5px;
    background-color: #ffffff;
}

.new-shop-footer .qr-box p {
    color: rgba(255, 255, 255, 0.65);
}
.new-shop-footer .qr-applet {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.new-shop-footer .qr-applet img {
    width: 100px;
    height: 100px;
}

.new-shop-footer .qr-applet p {
    color: rgba(255, 255, 255, 0.65);
}


.new-shop-footer .copyright {
    padding: 24px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.new-shop-footer .copyright p {
    color: rgba(255, 255, 255, 0.45);
}

/**
 * 案例详情 轮播图 放大镜
 */
.pro-base-info .glass {
    display: none;
    position: absolute;
    left: 430px;
    top: 20px;
    width: 555px;
    height: 555px;
    background: #fff;
    overflow: hidden;
    z-index: 9;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, .3);
}

.pro-base-info .glass img {
    position: absolute;
}

.pro-base-info .view .swiper-slide .mask {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    z-index: 2;
    cursor: move;
}

.pro-base-info .view .swiper-slide .float_layer {
    position: absolute;
    width: 110px;
    height: 110px;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}


/* 自定义分类 */
.caseType {
    width: 900px;
    height: auto;
    margin: 20px auto 0;
    padding: 0 0 15px 0;
    vertical-align: top;
    text-align: left;
    font-size: 0;
    background-color: #F7F7F7;
}

.caseType .itemType {
    display: inline-block;
    vertical-align: top;
    width: 160px;
    height: 20px;
    margin-left: 20px;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    overflow: hidden;
    cursor: pointer;
    margin-top: 15px;
}

.caseType .itemType span {
    display: inline-block;
    vertical-align: top;
    width: auto;
    max-width: 110px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.caseType .itemType i {
    display: inline-block;
    vertical-align: top;
    width: auto;
}

.caseType .itemType.active{
    color: #FF6028;
}
.itemRecommend{
    position: relative;
}

.itemRecommend::before{
    content: '主推';
    position: absolute;
    left: 0;
    top: 0;
    width: 48px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    background-color: #FF6028;
}


/* 20220823新增 */

.new-shop-info .main-info-title{
  position: relative;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  font-weight: 400;
  margin-bottom: 20px;
}

.new-shop-info .main-info-title .m-link {
  position: absolute;
  right: 0;
  top: 3px;
  font-size: 12px;
  line-height: 18px;
  color: #FF6028;
  font-weight: inherit;
}

.new-shop-info .main-info-title .iconenter {
  font-size: 16px;
  line-height: 18px;
  color: #FF6028;
  font-weight: inherit;
}

.info-line .fScore{
  display: inline-block;
  width: 90px;
  vertical-align: middle;
}
.info-line .fScore+i{
  vertical-align: middle;
  color: #ff6028;
}
.info-line .el-rate__icon{
  margin-right: 0;
}
.news-detail .ask-for-box{
  width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: top;
  text-align: right;
}

.news-detail .ask-for-box .ask-btn{
  display: inline-block;
  width: 220px;
  height: 40px;
  padding: 10px 20px;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  border-radius: 2px;
}
.news-detail .ask-for-box .ask-btn.ask-btn1{
  color: #FF6028;
  background-color: #FFF3EF;
}
.news-detail .ask-for-box .ask-btn.ask-btn2{
  color: #FFFFFF;
  background-color: #FF6028;
}


/* 平台成交案例 start */
.trans-case .main .right-panel .deal-task-info {
    width: 940px;
    padding: 20px;
    background-color: #ffffff;
}

.trans-case .main .right-panel .deal-task-info .task-info-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.trans-case .main .right-panel .deal-task-info .task-info-item .name {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    color: #999999;
}

.trans-case .main .right-panel .deal-task-info .task-info-item .value {
    padding-left: 88px;
}

.trans-case .main .right-panel .deal-task-info .task-info-item.w50 {
    width: 48%;
}

.trans-case .main .right-panel .deal-task-info .task-info-item .value .media-panel .media-panel-list {
    height: 138px;
    overflow: hidden;
}

.trans-case .main .right-panel .deal-task-info .task-info-item .value .media-panel .media-panel-list.not_unfold {
    height: auto;
}

.trans-case .main .right-panel .deal-task-info .task-info-item .value .media-panel .media-item {
    position: relative;
    width: 138px;
    height: 138px;
    margin-right: 16px;
    margin-bottom: 16px;
    overflow: hidden;
}

.trans-case .main .right-panel .deal-task-info .task-info-item .value .media-panel .media-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.trans-case .main .right-panel .deal-task-info .task-info-item .value .media-panel .media-item .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background: url('../../images/new-shop/icon_play.png') no-repeat center;
    background-size: 40px;
    border-radius: 50%;
}

/*附件预览相关*/
.video-play {
    height: 80%;
}

.el-dialog__wrapper {
    height: 100%;
}

.el-dialog__body {
    height: 100%;
}

.video-play video {
    width: 100%;
    height: 80%;
}
/* 平台成交案例 end */