.product-wrap {
    width: 100%;
    padding: 1rem;
    position: relative;
}

.product-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.product-box {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
}

.product-des {
    width: 5.6rem;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.product-title {
    font-size: 0.36rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    padding-bottom: .35rem;
    position: relative;
}

.product-title::after {
    content: '';
    width: 0.64rem;
    height: 0.04rem;
    background: #CD1626;
    border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
    position: absolute;
    bottom: 0;
    left: 0;
}

.product-p {
    font-size: 0.2rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #333333;
    line-height: 0.46rem;
    margin-top: .56rem;
}

.product-more {
    padding: 0 .18rem;
    height: 0.44rem;
    border: 0.01rem solid #CD1626;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .8rem;
}

.product-more p {
    font-size: 0.16rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #CD1626;
}

.product-more img {
    width: .24rem;
    margin-left: .15rem;
}

.product-more-img2 {
    display: none;
}

.product-img-box {}

.product-img-car {
    margin-top: 1rem;
    position: relative;
}

.product-img-car-img {
    width: 9rem;
}

/*  */
.car-ball-box {
    position: absolute;
    top: 3rem;
    left: 3.4rem;
}

.car-ball-icon {
    width: .32rem;
    height: .32rem;
    background: url(../img/product/ball.svg) no-repeat center center;
    background-size: contain;
    cursor: pointer;
}

.car-ball {
    position: absolute;
    right: .4rem;
    top: 50%;
    transform: translateY(-50%);
    display: none;
    z-index: 3;
}

.car-ball-box:hover .car-ball {
    display: block;
}

.car-ball-img {
    width: 3.2rem;
    height: 2.32rem;
}

.car-ball-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.car-ball-text {
    height: 0.44rem;
    background: #313F56;
    font-size: 0.16rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 0.44rem;
    padding: 0 .15rem;
    text-align: center;
}

/*  */
.product-img-jt {
    width: 5.35rem;
    position: relative;
}
.product-img-jt-img {
    width: 5.35rem;
    position: relative;
}
.product-img-jt img {
    width: 100%;
    height: auto;
    /*margin-bottom: .3rem;*/
}

.product-img-jt img:last-of-type {
    margin-bottom: 0;
}

/*  */
.product-wrap:nth-child(even) .product-img-box {
    order: -1;
}

.product-wrap:nth-child(even) .product-title,
.product-wrap:nth-child(even) .product-p {
    color: #fff;
}

.product-wrap:nth-child(even) .product-title::after {
    background: #fff;
}

.product-wrap:nth-child(even) .product-more {
    border-color: #fff;
}

.product-wrap:nth-child(even) .product-more p {
    color: #fff;
}

.product-wrap:nth-child(even) .product-more-img1 {
    display: none;
}

.product-wrap:nth-child(even) .product-more-img2 {
    display: block;
}

/* 详情 */
.productDetail-wrap {
    padding: .64rem 0;
    margin: 0 auto;
}

.productDetail-title {
    height: 0.6rem;
    background: #CD1626;
    font-size: 0.24rem;
    font-family: MicrosoftYaHei-Bold-, MicrosoftYaHei-Bold;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 0.6rem;
    text-align: center;
}

.productDetail-box {
    margin: .4rem 0;
    padding: .4rem 0;
    border-top: .01rem solid #BFBFBF;
    display: flex;
    align-items: center;
}

.productDetail-img {
    width: 6.9rem;
    flex-shrink: 0;
}

.productDetail-img img {
    width: 100%;
    height: auto;
}

.productDetail-box-right {
    flex: 1;
    margin-left: 1rem;
}

.productDetail-text {
    font-size: 0.24rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #1C1B1B;
    line-height: 0.4rem
}

.productDetail-size {
    margin-top: .45rem;
    width: 2rem;
}

.productDetail-size img {
    width: 100%;
}

.productDetail-nav {
    border-bottom: .01rem solid #E5E5E5;
    display: flex;
}

.productDetail-nav p {
    width: 1.6rem;
    height: 0.48rem;
    background: #DB001A;
    font-size: 0.18rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 0.48rem;
    text-align: center;
}

.productDetail-content {
    padding: .4rem 0 .8rem 0;
    font-size: 0.18rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #5A5A5A;
    line-height: 0.4rem;
}

/* 应用中心 */
.apply-wrap {
    background: #F7F7F7;
    overflow: hidden;
}

.apply-box {
    margin: 0 auto;
}

.apply {
    margin: 1rem 0;
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.apply-img {
    width: 8.4rem;
    height: 5.3rem;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.apply-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.apply-des {
    width: 11.56rem;
    min-height: 6.4rem;
    background: #FFFFFF;
    box-shadow: 0rem 0.03rem 0.12rem 0.01rem rgba(0, 0, 0, 0.16);
    padding: .8rem;
    padding-left: 4.76rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.apply:nth-child(even) {
    justify-content: flex-start;
}

.apply:nth-child(even) .apply-img {
    left: auto;
    right: 0;
}

.apply:nth-child(even) .apply-des {
    padding-right: 4.76rem;
    padding-left: .8rem;
}

/* 3_2_应用详情 */
.applyDetail-wrap {
    padding: .8rem 0 1rem 0;
}

.applyDetail-list {}

.applyDetail {
    padding: 1rem 0;

    background-repeat: no-repeat;
    background-size: cover;
}

.applyDetail-item {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.applyDetail-des {
    width: 5.26rem;
    padding: .5rem 0;
}

.applyDetail-text {
    font-size: 0.24rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #2F3842;
}

.applyDetail-p-box {}

.applyDetail-p {
    padding-left: .35rem;
    margin-top: .3rem;
    position: relative;
    font-size: 0.2rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #333333;
    line-height: 0.4rem;
    position: relative;
}

.applyDetail-p::after {
    content: '';
    position: absolute;
    left: .1rem;
    width: 0.08rem;
    height: 0.08rem;
    background: #CD1626;
    top: .16rem;
    border-radius: 50%;
}

.applyDetail-img {
    width: 9.94rem;
}

.applyDetail-img img {
    width: 100%;
}

.applyDetail:nth-child(even) .applyDetail-img {
    order: -1;
}

.applyDetail-about {
    padding-top: 1rem;
    margin: 0 auto;
}

.applyDetail-swiper {
    margin-top: .44rem;
}

.applyDetailSwiper {
    width: 16.4rem;
    padding: .2rem;
}

.goods {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0rem 0.03rem 0.1rem 0.01rem rgba(0, 0, 0, 0.19);
}

.goods-img {
    width: 100%;
    height: 2.78rem;
}

.goods-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.goods-des {
    display: flex;
    align-items: center;
    height: .72rem;
    padding: 0 .2rem;
}

.goods-p {
    flex: 1;
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}

.goods-more {
    font-size: 0.14rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #CD1626;

    flex-shrink: 0;
    margin-left: .1rem;
}

/* 产品列表 */
.goodsList-wrap {
    margin: 0 auto;
    padding: .8rem 0 1rem 0;
}

.goodsList-list {
    margin-top: .64rem;
    display: flex;
    flex-wrap: wrap;
}

.goodsList {
    width: 5.06rem;
    margin-right: .41rem;
    margin-bottom: .4rem;
    background: #FFFFFF;
    box-shadow: 0rem 0.03rem 0.1rem 0.01rem rgba(0, 0, 0, 0.19);
}

.goodsList:nth-child(3n) {
    margin-right: 0;
}

.goodsList-page {
    margin-top: .3rem;
}