body {
    overflow-x: hidden;
}

#menu-item-72>a {
    border-bottom: 2px solid #000;
    color: #000;
}

.jn_product-view {
    padding-top: 51px;
    background: rgb(248, 248, 248);
}

.jn_product-wrapper {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.jn_product-area {
    padding-top: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.side-bar-wrap {
    background-color: #fff;
    padding: 30px 0;
    border-radius: 7px;
}

.side-type {
    margin-bottom: 20px;
    padding-left: 20px;
    font-size: 20px;
    line-height: 27px;
    color: rgba(0, 0, 0, 0.4);
    cursor: pointer;
    display: flex;
    align-items: center;
}

.side-type.active {
    border-left: 3px solid #000000;
    color: #000;
}

.prod_shops-box {
    padding-bottom: 160px;
}

.prod_shops-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    /* margin-left: 100px; */
}

.shop-series {
    font-size: 48px;
    line-height: 66px;
    margin-bottom: 30px;
    color: #000000;
    margin-left: 40px;
}

.prod_nav-list {
    width: 157px;
}

.shop-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    /* margin-left: 60px; */
}

.cpdiv:first-child {
    margin-top: 0;
}

.cpdiv {
    margin-top: 40px;
}

.cpdiv:first-child .shop-item {
    width: 307px;
}

.shop-item {
    width: 261px;
    background: #ffffff;
    border-radius: 10px;
    padding: 50px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 40px 20px;
    position: relative;
}

.cpdiv:first-child .shop-img {
    width: 260px;
    height: 172px;
}

.shop-img {
    width: 220px;
    height: 164px;
    display: block;
    margin: 0 auto;
}

.shop-name {
    width: 220px;
    margin-top: 40px;
    font-size: 24px;
    line-height: 33px;
    color: #000000;
    display: block;
}

.shop-desc {
    /* width: 220px; */
    margin-top: 5px;
    font-size: 16px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.5);
    display: block;
}

.shop_new-icon {
    position: absolute;
    width: 140px;
    height: 140px;
    left: -33px;
    top: -33px;
    background: url(../imgs/svg/newsvg.svg) no-repeat right center;
    background-size: 100% 100%;
}

.shop_new-tips {
    position: absolute;
    font-size: 16px;
    line-height: 22px;
    color: #1b9be2;
    right: 23px;
    bottom: 18px;
}


/*新增列表页样式start*/
.jn_product_swiper {
    height: 325px;
    width: 100%;
    overflow: hidden;
    position: relative;
    /* display: none; */
}

.jn_product_swiper .swiper-slide,
.jn_product_swiper .swiper-contianer4,
.jn_product_swiper .swiper-wrapper {
    height: 100%;
    background: rgb(30, 32, 44);
}

.swiper-pagination .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
}

.jn_product_swiper .swiper-bg {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    top: 0;
    width: auto;
    height: 100%;
}

/**2020-11-02新增*/
.prod_shops-content {
    padding-bottom: 150px;
}

.history-list {
    width: 100%;
}

.history-title {
    color: #000000;
    font-weight: bold;
    font-size: 30px;
}

.history-content {
    background-color: #fff;
    border: 1px solid #E3E3E3;
    box-sizing: border-box;
    border-radius: 10px;
}

.history-content {
    margin-top: 38px;
}

.his_img-content {
    position: relative;
    background: url(../imgs/new-line.png) no-repeat bottom center;
    background-size: 100% auto;
}

.history_top-bg {
    padding-top: 37%;
    width: 100%;
    background: url(../imgs/his-top.png) no-repeat center center;
    background-size: 100% 100%;
    border-radius: 10px 10px 0 0;
}

.history_center {
    padding: 0;
}

.history_center.showed {
    padding: 10px 40px 40px 40px;
}

.history_center.showed img {
    height: auto;
}

.history_center img {
    display: block;
    width: 100%;
    height: 0;
}

.history-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    background: linear-gradient(0deg, #E9E9E9 0%, #F9F9F9 100%);
    border-top: 1px solid #EBEBEB;
    color: #000000;
    font-size: 16px;
    cursor: pointer;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.history-btn span {
    background: url(../imgs/new_hdown-arrow.svg) no-repeat right center;
    background-size: auto 38%;
    padding-right: 15px;
}

.history-btn.showed span {
    background: url(../imgs/new_hup-arrow.svg) no-repeat right center;
    background-size: auto 38%;
}