.warp {
    width: 100%;
    padding-top: 80px;
    background-color: #fafafa;
}
.w1000 {
    width: 1000px;
    margin: 0 auto;
    display: block;
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.crumbsWrap {
    font-size: 12px;
    color: #000;
    width: 1200px;
    height: 68px;
    line-height: 68px;
}
.crumbsWrap ul li {
    margin-right: 6px;
    float: left;
}
a, a:hover {
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    cursor: pointer;
    transition: all .3s linear;
}
.contentBox {
    width: 100%;
    height: 669px;
    /* margin-top: 32px; */
    margin-bottom: 30px;
}
.contentBox .pimageBox {
    width: 510px;
    height: 669px;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.contentBox .pimageBox .big-img {
    width: 510px;
    height: 480px;
    padding: 0 15px;
    position: relative;
    overflow: hidden;
    background: #fff;
}
.contentBox .pimageBox * {
    box-sizing: border-box;
}
.contentBox .pimageBox .big-img img {
    width: 480px;
    height: 480px;
    cursor: pointer;
    border-radius: 4px;
}
.contentBox .pimageBox .small-img {
    width: 510px;
    height: 96px;
    margin: 43px 0;
}
.contentBox .pimageBox .small-img .imageLeft {
    cursor: pointer;
    width: 50px;
    height: 96px;
    padding-right: 20px;
    float: left;
    line-height: 96px;
    text-align: center;
}
.contentBox .pimageBox .small-img .imageRight {
    cursor: pointer;
    width: 50px;
    height: 96px;
    padding-left: 20px;
    float: right;
    line-height: 96px;
    text-align: center;
}
.contentBox .pimageBox .small-img .imageList {
    position: relative;
    float: left;
    height: 96px;
    width: 410px;
    overflow: hidden;
}
.contentBox .pimageBox .small-img .imageList ul {
    position: absolute;
    left: 0;
    top: 0;
    width: 9999px;
}
.contentBox .pimageBox .small-img .imageList ul li {
    list-style: none;
    float: left;
    background: #fff;
    width: 92px;
    height: 96px;
    margin-right: 11px;
    color: #fff;
    text-align: center;
    line-height: 96px;
    overflow: hidden;
}
.contentBox .pimageBox .small-img .imageList ul li img {
    width: 92px;
    height: 92px;
}
.contentBox .pinfoBox {
    width: 490px;
    height: 669px;
    padding-top: 50px;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
    margin: 0 auto;
    position: relative;
}
.contentBox .pinfoBox .proName {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 20px;
    font-family: 'FangZhengBold', sans-serif;
    font-weight: bold;
}
.contentBox .pinfoBox .fuTitle {
    line-height: 24px;
    font-size: 24px;
    margin-bottom: 20px;
}
.contentBox .pinfoBox .describe {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 76%;
}
.contentBox .pinfoBox .basic {
    margin-top: 10px;
    padding: 0 10px;
}
.contentBox .pinfoBox .basic h3 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px;
    font-family: 'FangZhengBold', sans-serif;
    font-weight: bold;
}
.contentBox .pinfoBox .basic ul {
    overflow: hidden;
}
.contentBox .pinfoBox .basic li {
    width: 25%;
    float: left;
    margin-bottom: 20px;
}
.basic li .lableName {
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.basic li .labelContent {
    color: #666;
    white-space: normal;
    word-break: break-all;
    padding-top: 8px;
    height: 42px;
}
.contentBox .pinfoBox .goBuy {
    width: 240px;
    height: 50px;
    /* margin: 50px auto; */
    /* margin-top: 20px; */
    border-radius: 3px;
    background: var(--lordColor);
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.goBuyTwo {
    width: 100%;
    /* position: absolute; */
    /* bottom: 60px; */
    /* left: 0; */
    /* right: 0; */
    margin: 0 auto; 
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 50px;
    margin-top: 50px;
}
.goBuyThree {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    box-sizing: border-box;
    margin-top: 10px;
    padding-bottom: 50px;
}
.conceal  a {
    display: block;
    padding-top: 54px;
    font-size: 14px;
    color: #000;
    text-align: center;
}
.conceal .pdd {
    background: url(../../images/pinduoduo.png) center top no-repeat;
    background-size: 50%;
}
.conceal .jd {
    background: url(../../images/jindong.png) center top no-repeat;
    background-size: 50%;
}
.conceal .tm {
    background: url(../../images/tianmao.png) center top no-repeat;
    background-size: 50%;
}
.contentBox .pinfoBox .goBuy a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 16px;
    line-height: 50px;
}
.contentBox .pimageBox .small-img .imageList ul li:hover {
    border: 1px solid #b8b8b8;
}
/* 移动端 */
.warpTwo {
    padding: 0 16.5px;
    padding-top: 85px;
    box-sizing: border-box;
    display: none;
    width: 100vw;
    flex-direction: column;
}
.warpTwo .title h1 p {
    font-size: 19.8px;
    color: #000;
    line-height: 36.3px;
    font-family: 'FangZhengBold', sans-serif;
    font-weight: bold;
    text-align: center;
}
.warpTwo .title p {
    font-size: 13.2px;
    color: #666;
    line-height: 22px;
    text-align: center;
}

.details .banner {
    border: 1px solid #c9c9c9;
    border-radius: 5.5px;
    margin-top: 24.75px;
}
.swiper-container {
    width: 100%;
    height: 100%;
    border-radius: 5.5px;
    height: 353px;
}
.swiper-slide {
    text-align: center;
    font-size: .3273rem;
    /* background: #fff; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    height: 352px;
}
.swiper-slide .pic {
    width: 100%;
    height: 90%;
    overflow: hidden;
}

.details .wraps {
    display: -webkit-flex;
    display: flex;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
.details .wraps .list {
    -webkit-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    text-align: center;
    margin-bottom: 27.5px;
    min-width: 0;
    box-sizing: border-box;
}
.details .wraps .list h3 {
    font-size: 17.6px;
    color: #000;
    margin-bottom: 11px;
    font-family: 'FangZhengBold', sans-serif;
    font-weight: bold;
}
.details .wraps .list p {
    font-size: 13.2px;
    color: #666;
    height: 40.7px;
    line-height: 22px;
    width: 100%;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.content-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 60px;
    box-sizing: border-box;
    margin-top: 50px;

}
.content-title h2 {
    font-size: 19.8px;
    color: #000;
    text-align: center;
    margin-bottom: 41.25px;
}
.content-title .activez {
    font-family: 'FangZhengBold', sans-serif;
    font-weight: bold;
    border-bottom: 2px solid var(--lordColor);
} 
.richtextTwo {
    max-width: 100vw;
    display: none;
}
.richtextTwo img {
    max-width: 100%;

}
#richtext {
    /* margin-bottom: 30px; */
}
/* 为你推荐 */
.section-advice {
    margin-top: 110px;
    position: relative;
    overflow: hidden;
    padding-bottom: 50px;
    margin-top: 30px;
}
.section-title {
    position: relative;
    font-size: 20px !important;
    margin-bottom: 38px;
    line-height: 1.1;
    text-align: center;
    font-family: 'FangZhengBold', sans-serif;
    font-weight: bold;
}
.container {
    padding: 0 20px;
    margin-right: auto;
    margin-left: auto;
}
.article-swiper-full {
    position: relative;
}
.advice-swiper {
    margin-left: -5px;
    margin-right: -5px;
}
.swiper-container {
    overflow: hidden;
}
.swiper-normal-prev, .swiper-normal-next {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    margin-top: -22px;
    font-size: 22.5px !important;
    line-height: 44px;
    color: #0063f5;
    text-align: center;
    border-radius: 50%;
    background: none;
    background-color: rgba(160, 199, 255, 0.16);
    transition: all 0.3s;
    z-index: 9;
    /* outline: 0; */
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.swiper-normal-prev i, .swiper-normal-next i {
    font-size: 16px;
}
.swiper-normal-prev:hover, .swiper-normal-next:hover {
    background-color: rgba(160, 199, 255, 0.5);
}
.advice-swiper .swiper-normal-prev {
    left: -17px;
    opacity: 0;
}
.advice-swiper .swiper-normal-next {
    right: -17px;
    opacity: 0;
}
.section-advice .advice-swiper:hover .swiper-normal-prev, .section-advice .advice-swiper:hover .swiper-normal-next {
    opacity: 1;
}
.advice-swiper .swiper-slide {
    height: 100% !important;
}
.card-box {
    padding: 0 5px;
    box-sizing: border-box;
}
.card-box .card-content {
    height: 100%;
    background-color: #fff;
    border-radius: 4px 4px 0 0;
    width: 100%;
    overflow: hidden;
}
.product-item-img {
    height: 146px;
}
.product-item-img {
    /* height: 10rem; */
    position: relative;
    background-color: #fff;
}
.product-item-img > img {
    width: auto;
    height: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.card-box .product-item-img {
    overflow: hidden;
}
.card-box .product-item-text {
    font-size: 14px;
    padding: 13.5px 13.5px;
}
.product-item-text h6 {
    font-size: 15px;
}
.product-item-text h6 {
    font-size: 15px;
    margin-top: 4px;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-item-text p {
    font-size: 12px;
    line-height: 1.5;
    /* font-family: "FZLTXHJW"; */
    margin: 0.4rem 0;
    /* height: 30px; */
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
/* 自适应 */
@media screen and (max-width: 1500px) {
    .warp {
        padding-top: 60px;
    }

}

@media screen and (max-width: 700px) {
    .warp {
        display: none;
    }

    .warpTwo {
        display: flex;
    }
    .section-advice {
        margin-top: 30px;
        padding-bottom: 30px;
    }
    .container {
        padding: 0 0;
    }
    .card-box .card-content {
        background-color: #fff;
    }
    .swiper-container  {
        height: auto;
    }
    /* .card-content {
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    } */
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
