#app {
    position: relative;
}

.swiper-slide {
    height: 38.75rem;
}

.swiper-slide-content {
    position: absolute;
    top: 10.375rem;
    left: 50%;
    transform: translateX(-50%);
}

.banner_title {
    font-family: Alibaba PuHuiTi, Alibaba PuHuiTi;
    font-weight: bold;
    font-size: 3.125rem;
    color: #000000;
    text-align: center;
}

.banner_subtitle {
    text-align: center;
    width: 29em;
    padding-top: 1.25rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 1.25rem;
    color: #2E3235;
    line-height: 1.875rem;
}

.swiper-slide-button {
    display: block;
    margin: 0 auto;
    margin-top: 3.875rem;
    width: 12.5rem;
    height: 3.75rem;
    background: #446DFC;
    border-radius: .75rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 1rem;
    color: #FFFFFF;
}



/* 详情 */
.version_detail {
    background: #FFF;
}

.version_detail_head {
    display: flex;
    padding: 0 16.25rem;
}

.version_detail_head_title {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 2.5rem;
    color: #2E3235;
}

.version_detail_head_check_layout {
    margin-left: auto;
    display: flex;
}

.version_detail_head_check {
    margin-left: 2.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.version_detail_head_check_title {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 1.5rem;
    color: #2E3235;
    padding-bottom: 1.25rem;
}

.version_detail_head_check_button {
    width: 11.25rem;
    height: 3.125rem;
    line-height: 3.125rem;
    text-align: center;
    border-radius: .75rem .75rem .75rem .75rem;
    border: .0625rem solid #446DFC;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 1rem;
    color: #446DFC;
}

.version_check_action {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 1rem;
    color: #FFFFFF;
    background: #446DFC;
    border: none;
}

.version_detail_ceontent {
    padding: 0 16.25rem;
    padding-top: 3.75rem;
    padding-bottom: 15rem;
    display: flex;
}

.version_detail.sticky-shadow {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.1);
    background-color: #FFF !important;
}

.sticky-shadow .version_detail_head {
    background: #FFF;
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
    box-shadow: 0rem .3125rem 1.25rem 0rem rgba(128, 128, 128, 0.16);
}

.version_detail_content_left {
    width: 12.5rem;
}

.version_detail_content_left div {
    position: relative;
    cursor: pointer;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 1rem;
    color: #646A73;
    line-height: 4.5rem;
    padding-left: 1.3125rem;
}

.version_detail_content_left li {
    position: relative;
    cursor: pointer;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 1rem;
    color: #646A73;
    line-height: 4.5rem;
}

.version_detail_content_left li span {
    margin-left: 1.3125rem;
}

.version_detail_content_left div:hover,
.card_action {
    background: #F7F7F7;
}

.version_detail_content_left div:hover::after,
.card_action::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: .625rem;
    height: 100%;
    background: #446DFC;
}

.card_action {
    background: #F7F7F7;
}

.card_action::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: .625rem;
    height: 100%;
    background: #446DFC;
}

.version_detail_content_right {
    padding-left: 3.125rem;
    flex: 1;

}

.version_detail_layout {
    display: flex;
    flex-wrap: wrap;
}

.version_detail_item {
    margin-left: 1.9375rem;
    margin-top: 2.5rem;
    box-shadow: 0rem .625rem 1.875rem 0rem rgba(176, 191, 231, 0.2);
    border-radius: .75rem .75rem .75rem .75rem;
    border: .0625rem solid #F1F2F8;
}

.version_detail_img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 21rem;
    height: 15rem;
    background: rgba(68, 109, 252, 0.1);
    border-radius: .75rem .75rem 0rem 0rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 1.875rem;
    color: #446DFC;
}

.version_detail_title {
    width: 14em;
    padding: 0 1.5625rem;
    padding-top: 1.5625rem;
    padding-bottom: 2.5rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 1.25rem;
    color: #2E3235;
}

.card_item {
    margin-left: 0rem !important;
}

.version_detail_item:nth-child(-n+3) {
    margin-top: 0rem;
}

/* 详情 */