.pc{
    position: fixed;
}
.warp{
    position: fixed;
    top:60px;
}
.pg-pc {
    display: block;
}
.pg-phone {
    display: none;
}


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

.brand-img {
    width: 100%;
}
.brand-message {
    position: absolute;
    top: 29.8rem;
    right: 16.0rem;
}
.brand-title {
    font-family: 'Rany';
    font-weight: bold;
    font-size: 6rem;
    color: #000;
    letter-spacing: 0.4rem;
}
.brand-txt {
    font-family: 'OPPOSans';
    font-size: 2rem;
    color: #434343;
    margin-top: 3.5rem;
}
.pd-content {
    width: 100%;
    padding: 5rem 16rem 5rem;
    background-color: #fff;
}
.pd-content-box {
    position: relative;
    width: 100%;
    height: 75rem;
    margin-bottom: 3rem;
    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;
    letter-spacing: 0.4rem;
}
.content-txt {
    font-family: 'OPPOSans';
    font-size: 1.8rem;
    color: #434343;
    margin-top: 5rem;
}
.content-btn {
    width: 38rem;
    height: 4.8rem;
    margin-top: 5rem;
    line-height: 4.8rem;
    font-size: 3rem;
    border-radius: 2.4rem;
    font-family: 'Rany';
    color: #fff;
    background-color: #FFB300;
    text-align: center;
}
.content-message1 {
    top: 12.6rem;
    left: 11rem;
}
.content-message2 {
    top: 19.4rem;
    left: 79.4rem;
}
