.pg-pc {
    display: none;
}
.pg-phone {
    display: block;
}

.wa-brand {
    position: relative;
}
.brand-img {
    width: 100%;
}
.brand-message {
    position: absolute;
    top: 116.5rem;
    left: 13.8rem;
}
.brand-title {
    font-family: 'Rany';
    font-weight: bold;
    font-size: 7.2rem;
    color: #000000;
}
.brand-txt {
    font-family: 'OPPOSans';
    font-size: 3.6rem;
    line-height: 4.2rem;
    color: #434343;
    margin-top: 7.1rem;
}
.wa-policy {
    width: 100%;
    height: 100rem;
    background-color: #fff;
}
.policy-title {
    font-family: 'Rany';
    font-weight: bold;
    font-size: 6rem;
    color: #000000;
    text-align: center;
    padding-top: 14.9rem;
}
.policy-txt {
    font-family: 'OPPOSans';
    font-size: 3rem;
    line-height: 3.6rem;
    color: #434343;
    margin-top: 5.7rem;
    text-align: center;
}
.policy-btn {
    width: 38rem;
    height: 7rem;
    margin: 14.7rem auto 0;
    background-color: #FFB300;
    border-radius: 3.5rem;
    font-family: 'Rany';
    font-weight: bold;
    font-size: 4.8rem;
    color: #fff;
    line-height: 7rem;
    text-align: center;
}
.wa-service {
    width: 100%;
    height: 154rem;
    background-color: #eee;
}
.service-title {
    font-family: 'Rany';
    font-weight: bold;
    font-size: 6rem;
    color: #000000;
    text-align: center;
    padding-top: 15rem;
    margin-bottom: 6.2rem;
}
.service-box {
    width: 95rem;
    height: 48rem;
    background-color: #fff;
    border-radius: 2rem;
    margin: 0 auto 6rem;
}
.service-txt {
    font-family: 'OPPOSans';
    font-size: 3rem;
    color: #000;
    padding-top: 6rem;
    margin-left: 7.4rem;
}
.service-txt span {
    font-weight: bold;
}
.service-btn {
    position: relative;
    width: 27rem;
    height: 6rem;
    margin-top: 6rem;
    background-color: #FFB300;
    border-radius: 3rem;
    font-family: 'Rany';
    font-weight: bold;
    font-size: 3rem;
    color: #fff;
    line-height: 6rem;
    text-align: center;
    margin-top: 9.3rem;
    margin-left: 7.4rem;
}
.service-btn-download {
    width: 42.5rem;
}
.service-btn-download::before {
    position: absolute;
    content: '';
    width: 3.3rem;
    height: 3.3rem;
    top: 1.4rem;
    left: 2rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    background-image: url('../../../assets/img/support/warrantyRMA/download.png');
}
.service-btn-ticket {
    width: 24rem;
    margin-top: 5.8rem;
}
.service-btn-ticket::before {
    position: absolute;
    content: '';
    width: 1.8rem;
    height: 3.3rem;
    top: 1.3rem;
    left: 21rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    background-image: url('../../../assets/img/support/warrantyRMA/ticket.png');
}
.service-btn-download a {
    color: #fff;
}
.service-btn a {
    color: #fff;
}