/* .body {
    padding: 0rem 10rem;
} */

.product-info {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 600px;
    width: 100%;
}

.product-info-flex {
    width: 85%;
    height: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    /* border: 1px solid red; */
}

.info-left {
    width: 596px;
    height: 258px;
    font-size: 16px;
    line-height: 2rem;
}

.right-img {
    overflow: hidden;
    max-width: 760px;
    max-height: 501px;
    /* border: 1px solid red; */
}

.right-img>img {
    width: 100%;
    object-fit: contain;
}

.left-title {
    padding: 2rem 0rem 2rem;
    font-size: 1.6rem;
    font-weight: bold;
}

.superior {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
/*    height: 1000px; */
    background: #F5F5F5;
}

.superior-flex {
    width: 85%;
    height: 100%;
}

.superior-info {
    display: flex;
   /* justify-content: center;*/
    align-items: center;
    flex-wrap: wrap;
    height: 88%;
}

.superior-box {
    width: 30%;
    margin-right: 5%;
    background-color: white;
    margin-bottom: 20px;
}

.superior-img {
    width: 100%;
    height: 258px;
}

.superior-img>img {
    width: 100%;
    object-fit: contain;
}

.suoerior-span-text {
    height: auto;
    width: 100%;
    line-height: 1.6rem;
    text-indent: 2rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    padding: 0px 5px;
}

.superior-text {
    margin-top: 1rem;
    height: 6rem;
    width: 100%;
    display: flex;
    align-items: center;
}

.choose {
    display: flex;
    justify-content: center;
    align-items: center;
}

.choose-text {
    text-indent: 2em;
    padding-bottom: 2rem;
    font-size: 16px;
    font-weight: 500;
}

.choose-line {
    display: flex;
    justify-content: space-between;
    padding-bottom: 2rem;
}

.choose-box {
    width: 23.5%;
}

.choose-img {
    height: 14rem;
    position: relative;
}

.choose-img-box {
    width: 100%;
    height: 14rem;
}

.choose-img-box img {
    max-width: 100%;
    max-height: 100%;
}

.choose-position {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    /* text-align: center; */
    font-size: 16px;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, .6);
    font-weight: 550;
}

.choose-bottom {
    margin-bottom: 3rem;
    font-size: 16px;
    font-weight: 500;
}

.bottom-line {
    display: flex;
}

.bottom-left {
    width: 10%;
    line-height: 2rem;
    font-weight: 550;
}

.bottom-right {
    width: 90%;
    line-height: 2rem;
    font-weight: 550;
}

.margin-right-clear {
    margin-right: 0px !important;
}

@media screen and (max-width: 800px) {
    .m-content {
        padding: 2rem 1rem;
    }
    .m-box {
        background-color: #fff;
    }
    .m-img-box>img {
        width: 100%;
        height: 100%;
    }
    .m-text-line,
    .m-superior {
        padding: 1rem;
    }
    .m-text-title {
        font-size: 1.5rem;
        font-weight: bolder;
        padding: 1rem 0rem;
    }
    .m-text-content {
        line-height: 1.8rem;
        padding-top: .5rem;
    }
    .m-superior-line {
        display: flex;
        padding: .5rem 0rem 0rem;
        height: 8rem;
    }
    .m-superior-text {
        overflow: auto;
        width: 65%;
    }
    .m-superior-img {
        width: 35%;
        height: 100%;
        overflow: hidden;
    }
    .m-superior-img>img {
        width: 100%;
    }
    .m-swiper-img>img {
        width: 100%;
    }
    .bolder {
        padding: 0rem 0rem .8rem;
        font-size: 1.2rem;
        font-weight: 500;
    }
    .swiper-diy {
        width: 100%;
        height: 10rem;
    }
    .swiper-diy img {
        width: 100%;
    }
    .m-pagination {
        padding: 1rem 0rem;
        text-align: center;
    }
    .m-pagination>span {
        margin: 0rem .4rem;
        border: 1px solid gray;
    }
    .swiper-pagination-bullet {
        background-color: white !important;
    }
    .swiper-pagination-bullet-active {
        border: none !important;
        background-color: #00CEFF !important;
    }
    .left {
        padding: 0rem 1rem 0rem 0rem;
    }
    .right {
        padding: 0rem 0rem 0rem 1rem;
    }
}
