.page {
    position: relative;
}

.gmd {
    position: absolute;
    top: 3rem;
    right: -1%;
    width: 9%;
}

.detail-box {
   
}

.result-aside {
    padding-top: 1.0625rem;
    border-bottom: 1px solid rgba(207, 207, 207, 0.7424);
}

.result-aside .aside {
    position: relative;
}

.result-aside .aside .prev, 
.result-aside .aside .next {
    position: absolute;
    right: 11%;
    top: 0;
    width: 3.5rem;
    height: 3.75rem;
    background: #B4030B;
    z-index: 2;

    display: flex;
    align-items: center;
    justify-content: center;
}

.result-aside .aside .prev {
    right: calc(11% + 3.5rem);
}

.arrow-dropup::after{
    font-family: swiper-icons;
    content: 'prev';
    font-size: .625rem;
    color: rgba(255, 255, 255, 0.8);
}

.arrow-dropdown::after {
    font-family: swiper-icons;
    content: 'next';
    font-size: .625rem;
    color: rgba(255, 255, 255, 0.8);
}

.swiper-top .swiper-slide {
    min-width: 5.75rem !important;
    height: 3.75rem;
    cursor: pointer;

    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-top .swiper-slide span {
    display: block;
    font-size: .875rem;
    font-weight: bold;
    line-height: 1.125rem;
    color: #333333;
}

.swiper-top .swiper-slide.active {
    min-width: 6rem !important;
    background: #B4030B;
}

.swiper-top .swiper-slide.active span {
    font-size: 2rem;
    font-weight: bold;
    line-height: 2.375rem;
    color: #FFFFFF;
}

.download {
    padding: 3.375rem 16%;
}

.download .item {
    cursor: pointer;
    margin-bottom: 1rem;
    padding: 1rem 2rem;
    background: #F7F7F7;
}

.download .item .text-box .time {
    font-size: 1rem;
    font-weight: 500;
    line-height: normal;
    color: #B4030B;
}

.download .item .text-box p {
    margin-top: .375rem;

    font-size: 1rem;
    font-weight: 500;
    line-height: normal;
    color: #3E3A39;
}

.download .item .load {
    padding: 0 1rem;
    text-align: center;
}

.download .item .load i {
    font-size: 16px;
    color: #B4030B;
}

.download .item .load p {
    font-size: 1rem;
    font-weight: normal;
    line-height: normal;
    color: #B4030B;
}

.content-ul .li {
    display: none;
}

.content-ul .li.active {
    display: block;
}

@media screen and (max-width: 1440px) {
    .result-aside .aside .prev {
        right: calc(5% + 3.5rem);
    }
    .result-aside .aside .next {
        right: 5%;
    }
}

@media screen and (max-width: 1000px) {
    .download {
        padding: 3.375rem 12%;
    }
}

@media screen and (max-width: 768px) {
    .gmd { 
        width: 5.5%;
    }
}

@media screen and (max-width: 640px) {
    .download {
        padding: 3.375rem 0%;
    }
}

