
@media screen and (max-width: 767px) {
    .gpu_intro_img{
        width: 100%;
    }
    .gpu_intro_img > img{
        width: 100%;
    }
    .gpu_intro{
        width: 100%;
    }
}

@media screen and (min-width: 767px) {
    .gpu_intro_img{
        width: 33vw;
    }
    .gpu_intro_img > img{
        width: 33vw;
    }
    .gpu_intro{
        display: flex;
        flex-direction: row;
        width: 100%;
    }
}

.gpu_intro_info{
    margin-top: 9vw;
    margin-left: 4vw;
}

@media screen and (max-width: 767px) {
    .gpu_intro_info > h2{
        font-size: 1.25rem;
        font-weight: bold;
    }
}

.gpu_intro_main{
    display: block;
    flex-direction: row;
    overflow-wrap: break-word;
}
.gpu_intro_main_value{
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    padding: 0 8px;
    margin-right: 3px;
    background: rgba(247, 0, 0, .05);
    border-radius: 2px;
    color: #f70000;
}
.gpu_intro_main_value > span{
    margin-left: 1vw;
}
.gp_intro_ul{
    margin-top: 1vw;
    font-size: 14px;
}
.gp_intro_ul > ul >li{
    margin-top: 0.5vw;
}
.gpu_calculus{
    width: 100%;
    margin-top: 2vw;
}
.gpu_sub_title{
    font-weight: bold;
    text-align: center;
    margin-top: 2vw;
}
@media screen and (min-width: 767px) {
    .gpu_calculus_one {
        width: 100%;
        color: #ffffff;
        margin-top: 2vw;
        background-size: cover;
        background-image: url("../assets/img/gpuServer/G8600-V7超强性能-pc.png");
        height: 31vw;
    }
}
@media screen and (max-width: 767px) {
    .gpu_calculus_one {
        width: 100%;
        color: #ffffff;
        margin-top: 2vw;
        height: 90vw;
        background-size: cover;
        background-image: url(../assets/img/gpuServer/G8600-V7超强性能-h5.png);
    }
    .gpu_calculus_two{
        display: none;
    }
}

.gpu_calculus_one > img{
    width: 100%;
    height: 30vw;
}
.gpu_calculus_one_title{
    position: absolute;
    margin-top: 13vw;
    margin-left: 6vw;
    font-size: 28px;
}
.gpu_calculus_one_info{
    position: absolute;
    margin-top: 16vw;
    margin-left: 6vw;
    font-size: 14px;
}

.gpu_calculus_two {
    width: 100%;
    height: 30vw;
    color: #ffffff;
    margin-top: 3vw;
    text-align: center;
    background-size: cover;
    background-image: url("../assets/img/gpuServer/1-bg.jpg");
}
.gpu_calculus_two > img{
    width: 100%;
    height: 30vw;
}
.gpu_calculus_two_title{
    position: absolute;
    margin-top: 3vw;
    font-size: 36px;
    width: 100%;
}
.gpu_calculus_two_info1{
    position: absolute;
    margin-top: 6vw;
    font-size: 16px;
    width: 100%;
}
.gpu_calculus_two_info2{
    position: absolute;
    margin-top: 8vw;
    font-size: 0.8rem;
    width: 100%;
}
@media screen and (min-width: 767px) {
    .gpu_efficiency{
        width: 100%;
        margin-top: 2vw;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .gpu_efficiency_one_h5{
        display: none;
    }
    .gpu_reliability{
        width: 100%;
        margin-top: 2vw;
    }
}


@media screen and (max-width: 767px) {
    .gpu_efficiency .display{
        display: none;
    }
    .gpu_efficiency{
        width: 100%;
        margin-top: 2vw;
        height: 90vw;
        background-size: cover;
        background-image: url("../assets/img/gpuServer/G8600-V7电源双分区-mb.jpg");
    }
    .gpu_efficiency_one_h5 > .gpu_efficiency_one_title{
        position: absolute;
        margin-left: 2vw;
        margin-top: 17vw;
        font-size: 16px;
        width: 90%;
        display: block;
        overflow-wrap: break-word;
        text-align: center;
    }
    .gpu_efficiency_one_h5 > .gpu_efficiency_one_info{
        position: absolute;
        margin-left: 2vw;
        margin-top: 29vw;
        font-size: 12px;
        width: 90%;
        display: block;
        overflow-wrap: break-word;
    }
    .gpu_efficiency .display{
        display: none;
    }
    .gpu_reliability{
        width: 100%;
        margin-top: 2vw;
        height: 90vw;
        background-size: cover;
        background-image: url("../assets/img/gpuServer/G8600-V7风扇和电源冗余-h5.jpg");
    }
    .gpu_reliability .display{
        display: none;
    }

}


.gpu_efficiency_left{
    height: 62vw;
    width: 49.5%;
}
.gpu_efficiency_right{
    height: 62vw;
    width: 49.5%;
}
.gpu_efficiency_right> img{
    height: 62vw;
    width: 100%;
}

.gpu_efficiency_one{
    height: 30vw;
    margin-top: 1vw;
}
.gpu_efficiency_one > img{
    width: 100%;
    height: 30vw;
}
.gpu_efficiency_one_title{
    position: absolute;
    margin-left: 2vw;
    margin-top: 23vw;
    font-size: 26px;
    width: 30vw;
    display: block;
    overflow-wrap: break-word;
}
.gpu_efficiency_one_info{
    position: absolute;
    margin-left: 2vw;
    margin-top: 26vw;
    font-size: 14px;
    width: 30vw;
    display: block;
    overflow-wrap: break-word;
}
.gpu_reliability{
    width: 100%;
    margin-top: 2vw;
}
.gpu_reliability_top{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-align: center;
    color: #FFFFFF;
    width: 100%;
}
.gpu_reliability_top_one{
    display: flex;
    justify-content: center;
    width: 49.5%;
    background-size: cover;
    background-image: url("../assets/img/gpuServer/1-bg.jpg");
}
.gpu_reliability_top_one > img{
    width: 100%;
}
.gpu_reliability_top_one_title{
    position: absolute;
    display: block;
    overflow-wrap: break-word;
    width: 30vw;
    margin-top: 1vw;
    font-size: 28px;
}
.gpu_reliability_top_one_info{
    position: absolute;
    display: block;
    overflow-wrap: break-word;
    width: 30vw;
    margin-top: 4vw;
    font-size: 12px;
}
.gpu_reliability_bottom{
    width: 100%;
    margin-top: 2vw;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    text-align: center;
}
.gpu_reliability_bottom > img{
    width: 100%;
}
.gpu_technology{
    margin: 0;
}
.gpu_technology  .item {
    border-bottom: 1px solid rgba(223, 225, 233, 1);
    font-size: 14px;
    padding: 18px 0;
    line-height: 1.6;
    align-items: center;
}
.gpu_technology  .flex {
    display: flex;
}
.gpu_technology  .name {
    width: 20vw;
    justify-content: center;
    flex-shrink: 0;
    height: 100%;
    align-items: center;
    font-weight: bold;
}
.gpu_technology  .value {
    margin-left: 60px;
    width: 100%;
    margin-top: 0.5vw;
}
