/* 弹出层 */
.popover-content {
    width: 150px !important;
    height: 170px !important;
    padding: 10px;
    box-sizing: border-box;
}

.popover-content .media {
    width: 130px;
    height: 130px;
    padding-top: 0;
}

.popover-title {
    color: #333333;
    text-align: center;
}

.popover-content .media .code {
    width: 100% !important;
}

.popover-content .text {
    text-align: center;
    color: #333333;
    margin-left: -5px;
    margin-bottom: 0;
}

.productD {
    margin-top: 102px;
    background-color: #f5f5f5;
}

.productD .tittle {
    padding: 20px 0;
}

.productD .tittle a {
    color: #000;
}

.productD .banner .container {
    padding-right: 0;
    position: relative;
}

.productD .container img {
    max-width: 100%;
}

.productD .container .content {
    background: #fff;
    padding: 20px;
    font-size: 16px;
}


.productD .list ul {
    padding-left: 0;
}

.productD .back {
    padding-left: 15px;
}

.productD .back a {
    color: #3e3e3e;
}

.productD .back a:hover {
    color: #3281ff;
    text-decoration: underline;
}

.productD .back .last {
    color: #3e3e3e;
    text-decoration: none;
    cursor: text;
}

.productD .list ul li {
    display: flex;
    padding-left: 0;
}

.productD .list ul li img {
    width: 20px;
    height: 20px;
}

.productD .list ul li p {
    padding-left: 10px;
    color: #666666;
}

.productD .webS {
    padding-bottom: 50px;
}

.productD .webS .media-bgss {
    font-weight: bold;
    color: #eeeeee;
    margin-top: 20px;
}

.productD .paddingt30 {
    padding-top: 30px;
}

.productD .webS .media-headingss {
    /* font-weight: bold; */
    color: #001120;
    position: relative;
    left: 0;
    top: -50px;
}

.productD .webS .shadow {
    margin-bottom: 20px;
}

.productD .webS .shadow .padding {
    padding: 0 18px;
    box-shadow: 0px 0px 10px 5px rgba(202, 202, 202, 0.3);
    height: 100px;
    background: #ffffff;
}

/* 2024-4-11 新的产品购买 */
.productD .chanpin {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.productD .chanpin .left {
    width: 527px;
    height: 309px;
    margin-right: 80px;
}

.productD .chanpin .left img {
    width: 100%;
    height: 100%;
}

.productD .chanpin .right {
    width: calc(100% - 607px);
}

/* .productD .right .bannerM img {
    width: 45%;
} */

/* .productD .right .bannerM {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
    display: flex;
    justify-content: space-around;
    padding-top: 30px;
} */

.productD .right .bannerM .bannerR {
    width: 100%;
    color: #333;
}

.productD .right .bannerM .bannerR ul {
    padding-left: 0px;
    line-height: 2.5;
}

.productD .right .bannerM .bannerR h3 {
    margin-left: 0;
    margin-right: 0;
    line-height: 1;
}

.productD .right .bannerM .bannerR .bannerB {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.productD .right .bannerM .bannerR .bannerB div {
    box-sizing: border-box;
    padding: 10px 15px;
    background: #f4f4f4;
    margin-right: 10px;
    border-right: 1px solid #E9E9E9;
    margin-bottom: 10px;
    color: #ADAFB4;
    border-radius: 5px;
}

.productD .right .bannerM .bannerR .bannerB div:last-child {
    border: none;
}

.productD .right .bannerM .bannerR button {
    border-radius: 10px;
    background-color: #3281ff;
    border: none;
    box-sizing: border-box;
    padding: 15px 40px;
    margin-top: 30px;
}

.flex {
    display: flex;
    align-items: center;
}

.progressss {
    width: fit-content;
    display: flex;
    align-items: center;
    padding: 6px 9px;
    box-sizing: border-box;
    border: 1px solid #3281FF;
    border-radius: 5px;
    margin-left: 10px;
}

.progressss span {
    width: 10px;
    height: 24px;
    background: #ddd;
    margin-right: 9px;
    border-radius: 3px;
}

.lansespan {
    background: #3281FF !important;
}

.progressss span:last-child {
    margin-right: 0px;
}

/* 992的屏以下 */
@media screen and (min-width: 992px) {
    .col5 {
        width: 20%;
    }

}

/* 768的屏以下 */
@media screen and (max-width: 768px) {
    .productD .chanpin {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: #fff;
        padding: 30px;
        box-sizing: border-box;
        margin-bottom: 20px;
    }

    .productD .chanpin .left {
        width: 100%;
        height: 209px;
        margin-right: 0px;
    }

    .productD .chanpin .left img {
        width: 100%;
        height: 100%;
    }

    .productD .chanpin .right {
        width: 100%;
    }
}
