.pc {
    position:relative;
}
.pc-52{
    display:block;
}
.phone-52{
    display:none;
}

.hypanel-plus-page {
    width: 100%;
    
    padding: 1px 0px;
    position: relative;
   
    /* top: 6rem; */
}
.all-back{
    min-height: 524rem;
    background-image: url(../../img/product/ps52/all.jpg);
    background-size: 100% auto;
    margin-top: 6rem;
}
.plus-back{
    width: 100%;
    margin-top: 5rem;
}

.p-panel-1,.p-panel-2,.p-panel-3,.p-panel-4,.p-panel-5{
    /* position: absolute; */
    width:100%;
    min-height:107rem;
    padding: 1px;
}
.p-panel-1{
    min-height:93rem;
}
.pp1-title{
    display: flex;
}
.pp1-title img{
    width: 20.2rem;
    height: 3.7rem;
    margin-top: 1rem;
}
.pp1-text-panel{
    width: 72rem;
    top: 30rem;
    position: absolute;
    right: 12rem;
    animation-duration: 5s;
    animation-name: fadeInLeft;
}
@keyframes fadeInLeft{
    0%{ opacity: 0; }
    100%{ opacity: 1; }
}
.pp1-t-title{
    width: 29.8rem;
    height: 5.6rem;
    color: #FFFFFF;
    background: #000000;
    font-size: 4rem;
    font-family: 'Rany';
    text-align: center;
    border-radius: 25px;
    margin-left: 2rem;
    line-height: 5.6rem;
}
.pp1-t-text{
    font-size: 4.8rem;
    font-family: 'Rany-Bold';
    margin-top: 6rem;
}
.pp2-text-panel{
    width: 100%;
    text-align: center;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 6rem;
    visibility: hidden;
}
.pp-t-title{
    font-size: 4.8rem;
    font-family: 'Rany';
}
.pp-t-text{
    font-size: 2.4rem;
    font-family: 'OPPOSans-L';
    margin-top: 3rem;
}
.pp2-t-width{
    width: 45%;
}
.pp3-text-pamel{
    width: 60rem;
    margin-top: 36rem;
    margin-left: 21rem;
    visibility:hidden;
}
.pp4-text-pamel{
    color: #FFFFFF;
    width: 75rem;
    text-align: right;
    margin-left: 101rem;
    margin-top: 73rem;
    visibility: hidden;
}

.pp4-text-pamel .pp-t-text{
    width: 86%;
    margin-left: 14%;
}
.pp5-text-pamel{
    color: #FFF;
    width: 60rem;
    margin-left: 15rem;
    margin-top: 37rem;
    visibility: hidden;
}
.p-panel-6{
    width: 100%;
    height: 50rem;
    background-color: #FFF;
    padding: 1px;
}
.pp6-tag{
    width: 36rem;
    height: 5.3rem;
    color: #FFF;
    background-color: #FFA416;
    border-radius: 26px;
    text-align: center;
    font-size: 3rem;
    font-family: 'Rany-Bold';
    line-height: 5.2rem;
    margin-left: 30rem;
    margin-top: 6rem;
}
.pp6-table{
    margin-top: 4rem;
    margin-left: 31rem;
    width: 124.8rem;
}
.p-panel-6 table{
   width: 100%;
   /* text-align: center; */
}
.p-panel-6 th{
    font-family: "OPPOSans-B";
    font-size: 3rem;
    width: calc(100%/3);
    border-bottom: 1px solid #D2D2D2;
    font-weight: unset;
    padding: 2rem 0 2rem 5rem;
}
.p-panel-6 td{
    font-family: "OPPOSans-R";
    font-size: 3rem;
    border-bottom: 1px solid #D2D2D2;
    padding: 2rem 0 2rem 5rem;
}
.pp6-b-1{
    padding: 2rem 0 2rem 10rem !important;
}