.customer-service{
    min-width: 1200px;
    /* min-height: 100vh; */
    /* background: linear-gradient(155deg, #281125 6%, #3A1A40 14%, #A32A2F 33%, #9F242F 100%); */
    background-image: url('https://genwan.genwan.com/haozk/centerBg.png');
    background-size: 1920px 1137px;
    background-repeat: no-repeat;
    background-position: 0 80px;
    background-color: #e4ddd5; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}
.service-box{
    min-height: calc(100vh - 240px);
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    padding-top: 166px;
   
}
.title-server{
    font-family: Source Han Sans CN;
font-weight: 800;
font-size: 35px;
color: #140D15;
margin-bottom: 10px;
}
.msg-server{
    font-family: Source Han Sans CN;
font-weight: 400;
font-size: 18px;
color: #140D15;
margin-bottom: 40px;
}
.server-code{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.server-code img{
    width: 200px;
    height: 200px;
 
}
.code-item{
    width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 50px;
}
.code-item-title{
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 18px;
    color: #3A0101;
    padding-top: 16px;
    margin-bottom: 8px;
}
.code-item-num{
    font-family: Source Han Sans CN;
    font-weight: bold;
    font-size: 21px;
    color: #000000;
}