.pc{
    position: fixed;
}
.warp{
    position: fixed;
    top:60px;
}
.pg-pc {
    display: block;
}
.pg-phone {
    display: none;
}


.support-page{
    /* margin-top: 60px; */
    position: absolute;
}
.su-brand {
    width: 192rem;
    position: relative;
}

.brand-img {
    width: 100%;
}
.brand-message {
    position: absolute;
    top: 25.3rem;
    left: 28.6rem;
}
.brand-title {
    font-family: 'Rany';
    font-weight: bold;
    font-size: 6rem;
    color: #FFB300;
    letter-spacing: 0.4rem;
}
.brand-txt {
    font-family: 'OPPOSans';
    font-size: 2.4rem;
    color: #434343;
    margin-top: 5.8rem;
}
.su-content {
    width: 100%;
    padding: 10rem 26rem 10rem;
    background-color: #fff;
}
.su-content-box {
    position: relative;
    width: 100%;
    height: 50rem;
    margin-bottom: 5rem;
}
.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 {
    position: absolute;
    bottom: 3.6rem;
    right: 8rem;
    font-size: 3rem;
    font-family: 'Rany';
    color: #FFB300;
}
.content-btn::after {
    position: absolute;
    content:'';
    display: inline-block;
    top: 0.25rem;
    right: -3rem;
    width: 1.1rem;
    height: 2.3rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    background-image: url('../../../assets/img/support/index/→.png');
}
.content-message1 {
    top: 12.6rem;
    left: 11rem;
}
.content-message2 {
    top: 8rem;
    left: 69.4rem;
}
.content-message3 {
    top: 7.7rem;
    left: 69.4rem;
}
.content-message4 {
    top: 13.1rem;
    left: 11.1rem;
}
.content-message5 {
    top: 13.1rem;
    left: 69.4rem;
}
.content-message6 {
    top: 15rem;
    left: 69.4rem;
}
.content-message7 {
    top: 13.4rem;
    left: 11.1rem;
}