body {
    padding-top: 86px;
}
@media (max-width: 992px){
    body {
        padding-top: 50px;
    }
}
.cd {
    padding: 1.8rem 0;
    background-color: #f0f0f0;
}
.cd-box {
    width: 930px;
    max-width: 100%;
    margin: 0 auto;
    padding: 1.6rem 0;
}
.cd-title {
    margin-bottom: 1rem;
    font-family: "微软雅黑 Bold", "微软雅黑", sans-serif;
    font-weight: 700;
    font-size: 36px;
    color: #333333;
    text-align: center;
}
.cd-list {
    margin-bottom: .3rem;
    /* border-top: 1px solid #d1d1d1; */
}
.cd-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: .2rem 0;
    border-top: 1px solid #d1d1d1;
}
.cd-label {
    width: 230px;
    font-family: "微软雅黑 Bold", "微软雅黑", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
}
.cd-value {
    flex: 1;
    font-family: "微软雅黑 Bold", "微软雅黑", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
}
.cd-imgs-two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* padding: .5rem 0 0; */
}
.cd-imgs-two img {
    width: 48.387097%;
    margin-bottom: .6rem;
}
.cd-imgs-three {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.cd-imgs-three img {
    width: 32.258065%;
    margin: 0 1.612903% .3rem 0;
}
.cd-imgs-three img:nth-child(3n) {
    margin-right: 0;
}
.cd-prev-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}
.cd-prev-next-item {
    display: block;
    font-family: "微软雅黑", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #666666;
}
.cd-prev-next-item:hover {
    color: #ED6C00;
}

@media (max-width: 768px){
    .cd-imgs-three {
        justify-content: space-between;
    }
    .cd-imgs-three img {
        width: 48.387097%;
        margin: 0 0 .6rem !important;
    }
}
@media (max-width: 576px){
    .cd-item {
        display: block;
    }
    .cd-label {
        width: auto;
        display: inline-block;
    }
    .cd-value {
        flex: inherit;
        display: inline-block;
    }
}
@media (max-width: 500px){
    .cd-imgs-two img,
    .cd-imgs-three img {
        width: 100%;
        margin: 0 0 .6rem !important;
    }
}