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

.wa-brand {
    width: 192rem;
    position: relative;
}

.brand-img {
    width: 100%;
}
.brand-message {
    position: absolute;
    top: 25.3rem;
    left: 28.5rem;
}
.brand-title {
    font-family: 'Rany';
    font-weight: bold;
    font-size: 6rem;
    letter-spacing: 0.4rem;
    color: #000000;
}
.brand-txt {
    font-family: 'OPPOSans';
    font-size: 2rem;
    line-height: 2.9rem;
    color: #434343;
    margin-top: 4.6rem;
}
.wa-policy {
    width: 100%;
    height: 52rem;
    background-color: #fff;
}
.policy-title {
    font-family: 'Rany';
    font-weight: bold;
    font-size: 4.8rem;
    letter-spacing: 0.4rem;
    color: #000000;
    text-align: center;
    padding-top: 10rem;
}
.policy-txt {
    font-family: 'OPPOSans';
    font-size: 2.4rem;
    line-height: 2.9rem;
    color: #434343;
    margin-top: 4.5rem;
    text-align: center;
}
.policy-btn {
    width: 27rem;
    height: 4.8rem;
    margin: 6rem auto 0;
    background-color: #FFB300;
    border-radius: 2.4rem;
    font-family: 'Rany';
    font-weight: bold;
    font-size: 3rem;
    color: #fff;
    line-height: 4.8rem;
    text-align: center;
}
.wa-service {
    width: 100%;
    height: 104rem;
    background-color: #eee;
}
.service-title {
    font-family: 'Rany';
    font-weight: bold;
    font-size: 4.8rem;
    letter-spacing: 0.4rem;
    color: #000000;
    text-align: center;
    padding-top: 10rem;
    margin-bottom: 4.1rem;
}
.service-box {
    width: 120rem;
    height: 30rem;
    background-color: #fff;
    border-radius: 2rem;
    margin: 0 auto 5rem;
}
.service-txt {
    font-family: 'OPPOSans';
    font-size: 2.4rem;
    color: #000;
    padding-top: 5rem;
    margin-left: 10rem;
}
.service-txt span {
    font-weight: bold;
}
.service-btn {
    position: relative;
    width: 27rem;
    height: 4.8rem;
    margin-top: 6rem;
    background-color: #FFB300;
    border-radius: 2.4rem;
    font-family: 'Rany';
    font-weight: bold;
    font-size: 2.4rem;
    color: #fff;
    line-height: 4.8rem;
    text-align: center;
    margin-top: 5.7rem;
    margin-left: 10rem;
}
.service-btn-download {
    width: 31.6rem;
}
.service-btn-download::before {
    position: absolute;
    content: '';
    width: 2.2rem;
    height: 2.2rem;
    top: 1.4rem;
    left: 1rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    background-image: url('../../../assets/img/support/warrantyRMA/download.png');
}
.service-btn-download a {
    color: #fff;
}
.service-btn a {
    color: #fff;
}
.service-btn-ticket {
    width: 24rem;
    margin-top: 2.8rem;
}
.service-btn-ticket::before {
    position: absolute;
    content: '';
    width: 1.2rem;
    height: 2.2rem;
    top: 1.2rem;
    left: 21rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    background-image: url('../../../assets/img/support/warrantyRMA/ticket.png');
}
