.wrap{
    min-width: 1200px;
}
.content8 {
    position: relative;
    height: 100%;
    background: url(https://static.web.sdo.com/aion2/pic/gw/web1/images/bg_content2.jpg) no-repeat top center;
    background-size: cover;
}

.content8_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    flex-direction: center;
    /* position: absolute; */
    /* top: 0; */
    width: 100%;
    /* min-height: 1440px; */
    min-height: 1080px;
    overflow: hidden;
    box-sizing: border-box;
    will-change: transform;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 0.7rem 0 1.57rem 0;
    z-index: 10;
}

.content8_header {
    width: 10.8rem;
    height: 3.64rem;
    /* margin-bottom: 5rem; */

}

.content8_header img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.content8_tips {
    width: 9.96rem;
    height: 0.9rem;
    position: relative;
}

.content8_nav {
    width: 7.5rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;

    position: absolute;
    top: 0.15rem;
    left: 50%;
    transform: translateX(-50%);
}

.content8_nav_item {
    color: #fff;
    cursor: pointer;
    font-size: .18rem;
    /* font-weight: 700; */
    height: .27rem;
    line-height: .27rem;
    margin-right: .33rem;
    text-align: center;
    width: 0.86rem;
}

.content8_nav_item:hover, .content8_nav_item_active {
    background: #0d2030;
    color: #fff;
}

.content8_tips img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.content8_code_explanation {
    width: 8.99rem;
    height: 5.1rem;
    margin-top: 0.4rem;
    background: url(https://static.web.sdo.com/aion2/pic/gw/web1/images/bg_content8_code.png) no-repeat center center;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.content8_code_explanation .config-table {
        width: 8.1rem;
    height: 4.95rem;
    border-collapse: collapse;
    color: #b6e9ff;
    font-size: 0.18rem;
    text-align: center;
    margin-right: 0.13rem;
    /* background: rgba(0, 0, 0, 0.5); */
}

.content8_code_explanation .config-table th,
.content8_code_explanation .config-table td {
    /* padding: 0.12rem 0; */
    vertical-align: middle;
    /* box-sizing: border-box; */
}

/* 第一行tr */
.content8_code_explanation .config-table tr:first-child {
    height: 0.45rem;
    color: #fff;
}
/* 第二行tr  */
.content8_code_explanation .config-table tr:nth-child(2), .content8_code_explanation .config-table tr:nth-child(4), .content8_code_explanation .config-table tr:nth-child(6) {
    height: 0.45rem;
}
/* 第三行tr  */
.content8_code_explanation .config-table tr:nth-child(3){
    height: 1.02rem;
}
/* 第五行tr  */
.content8_code_explanation .config-table tr:nth-child(5){
    height: 1.28rem;
}
/* 第一列th */
.content8_code_explanation .config-table th:first-child {
    width: 1.63rem;
}
/* 第二列th */
.content8_code_explanation .config-table th:nth-child(2) {
    width: 3.2rem;
}

/* 第三行CPU配置列字号 */
.content8_code_explanation .config-table .cpu-config {
    font-size: 0.16rem;
}


