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

.pd-page{
    /* margin-top: 60px; */
    position: absolute;
}
.pd-brand {
    position: relative;
}

.brand-img {
    width: 100%;
}
.brand-message {
    position: absolute;
    top: 126.7rem;
    left: 10rem;
}
.brand-title {
    font-family: 'Rany';
    font-weight: bold;
    font-size: 7.2rem;
    color: #000;
}
.brand-txt {
    font-family: 'OPPOSans';
    font-size: 3.6rem;
    color: #000;
    margin-top: 5.4rem;
}
.pd-content {
    width: 100%;
    padding: 4rem 5rem 4rem;
    background-color: #fff;
}
.pd-content-box {
    position: relative;
    width: 100%;
    height: 120rem;
    margin-bottom: 5rem;
    border-radius: 2rem;
    overflow: hidden;
}
.content-img {
    width: 100%;
    height: 100%;
}
.content-message {
    position: absolute;
}
.content-title {
    font-family: 'Rany';
    font-weight: bold;
    font-size: 4.8rem;
    color: #000;
}
.content-txt {
    font-family: 'OPPOSans';
    font-size: 3rem;
    color: #000;
    margin-top: 5rem;
}
.content-btn {
    width: 43rem;
    height: 4.8rem;
    margin-top: 6.4rem;
    line-height: 4.8rem;
    font-size: 3.6rem;
    border-radius: 2.4rem;
    font-family: 'Rany';
    color: #fff;
    background-color: #FFB300;
    text-align: center;
}
.content-message1 {
    top: 59.6rem;
    left: 12rem;
}
.content-message2 {
    top: 67.4rem;
    left: 9.8rem;
}
