.service {
    width: 100%;
    height: var(--pSize);
    background: url("/img/m_service.png") no-repeat;
    background-size: 100% 100%;
    text-align: center;
    padding: var(--xSize) 0 var(--uSize);
    box-sizing: border-box;
}

.ser_des {
    font-size: var(--wSize);
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: var(--oSize);
}

.ser_btn {
    height: var(--xSize);
    background: #FF4B50;
    border: 1px solid #FFFFFF;
    border-radius: var(--sSize);
    font-size: var(--ySize);
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #FFFFFF;
    padding: var(--sSize) var(--hSize);
}