.page {
    position: relative;
}

.gmd {
    position: absolute;
    top: 1.875rem;
    right: -1%;
    width: 9%;
}

#pdf {
    width: 100%;
    margin: 0.6rem auto;
    height: 9.29rem;
    min-height: 700px;
}

.detail-box {
    /* padding: 4rem 10rem; */
    padding: 4rem 11%;
    overflow: hidden;
}

/* 覆盖 common 样式影响 */
.detail-box img {
    max-width: 100%;
    display: initial;
}

.detail-head {}

.detail-head .title-box p {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.25rem;
    color: #B4030B;
}

.detail-head .title-box h3 {
    margin: 1.25rem 0 2.75rem;
    font-size: 3.125rem;
    font-weight: bold;
    line-height: 4rem;
    color: #333333;
}

.detail-head .label-box {
    padding-bottom: 1.5rem;
    /* background: #B4030B; */
    margin-bottom: 2rem;
}

.detail-head .label-item {
    margin-top: 1.5rem;
    padding: 0 1rem;
    border-right: 1px solid rgba(207, 207, 207, 0.7424);
}

.detail-head .label-item:first-child {
    padding-left: 0;
}

.detail-head .label-item:last-child {
    border-right: none;
}

.detail-head .label-item .txt {
    font-size: .875rem;
    font-weight: 300;
    line-height: 1.875rem;
    /* color: #FFFFFF; */
    color: #333333;
}

.detail-head .label-item p {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 2rem;
    /* color: #FFFFFF; */
    color: #333333;
}

.detail-body {
    /* padding: 2.25rem 0 3.75rem; */
}

.detail-body .detail-l {
    /* padding-right: 3.125rem; */
}

.detail-body .line {
    width: 1px;
    height: 26.25rem;
    background: rgba(207, 207, 207, 0.7424);
}

.detail-body .detail-l-item {
    margin-bottom: 2.25rem;
}

.detail-body .detail-l-item h4 {
    margin-bottom: 1rem;
    font-size: .875rem;
    font-weight: bold;
    line-height: 1.75rem;
    color: #333333;
}

.detail-body .detail-l-item .text p {
    margin-top: 1rem;
    font-size: .875rem;
    font-weight: normal;
    line-height: 1.75rem;
    text-align: justify;
    color: #333333;
}

.detail-body .detail-l-item .text-ul {
    margin-top: 1.25rem;
}

.detail-body .detail-l-item .text-ul li {
    list-style: inside;
    font-size: .875rem;
    font-weight: normal;
    line-height: 1.75rem;
    color: #333333;
}

.detail-body .detail-l-item .text-ul .li {
    margin-bottom: .75rem;
    padding-left: .75rem;
    position: relative;
}

.detail-body .detail-l-item .text-ul .li i {
    position: absolute;
    left: 0;
    top: -0.375rem;
    font-size: 1.75rem;
    color: #D6002A;
}

.detail-body .detail-l-item .text-ul .li p {
    padding-left: 1.5rem;
    border-top-left-radius: 1rem;
    background: rgba(180, 3, 11, 0.06);
    font-size: .875rem;
    font-weight: normal;
    line-height: 1.75rem;
    color: #333333;
}

.detail-body .detail-r {
    /* padding-left: 3.5rem; */

}

.detail-body .detail-r .item {
    display: block;
    margin-bottom: 3.25rem;
}

.detail-body .detail-r .item span {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.75rem;
    color: #333333;
}

.detail-body .detail-r .item p {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.75rem;
    text-align: justify;
    color: rgba(51, 51, 51, 0.65);
}

.detail-bottom .mySwiper {
    overflow: visible;
}

.detail-bottom .mySwiper .swiper-slide .item img {
    width: 100%;
}

.detail-bottom .mySwiper .swiper-slide .item {
    border: 1px solid rgba(207, 207, 207, 0.7424);
}

.detail-bottom .mySwiper .swiper-slide .item p {
    padding: 1.125rem 1.25rem;
    font-size: .875rem;
    font-weight: 500;
    line-height: .875rem;
    color: #333333;
}

.more-box {
    margin-top: 3.875rem;
    padding-top: 3rem;
    border-top: 1px solid rgba(207, 207, 207, 0.7424);
}

.more-box .item {
    position: relative;
    width: 49%;
    padding: 1.5rem 2rem 1.5rem 4rem;
    background: #F7F7F7;
    border-left: 1.875rem solid #B4030B;
}

.more-box .item::before {
    content: '';
    position: absolute;
    left: .25rem;
    top: 0;
    width: .375rem;
    height: 100%;
    background: #B4030B;
}

.more-box .item span {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.25rem;
    color: rgba(51, 51, 51, 0.8048);
}

.more-box .item p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1rem;
    font-weight: 500;
    line-height: normal;
    text-align: justify;
    color: rgba(62, 58, 57, 0.65);
}

@media screen and (max-width: 1440px) {
    .detail-box {
        padding: 4rem 5%;
    }
}

@media screen and (max-width: 768px) {
    .gmd { 
        width: 5.5%;
    }
}

@media screen and (max-width: 640px) {
    .detail-body .detail-l {
        flex: auto;
        max-width: 100%;
    }

    .detail-body .line {
        display: none;
    }

    .detail-body .detail-r {
        width: 100%;
    }
}
