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

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

.brand-img {
    width: 100%;
}
.brand-message {
    position: absolute;
    top: 105.5rem;
    left: 13.8rem;
}
.brand-title {
    font-family: 'Rany';
    font-weight: bold;
    font-size: 7.2rem;
    color: #000000;
}
.brand-txt {
    font-family: 'OPPOSans';
    font-size: 3.6rem;
    line-height: 4.2rem;
    color: #434343;
    margin-top: 8rem;
}
.content-btn {
    width: 42rem;
    height: 7rem;
    margin-top: 6.9rem;
    background-color: #FFB300;
    border-radius: 3.5rem;
    font-family: 'Rany';
    font-weight: bold;
    font-size: 4.8rem;
    color: #fff;
    line-height: 7rem;
    text-align: center;
}
.tr-overview {
    position: relative;
    width: 100%;
    height: 180rem;
}
.overview-img {
    width: 100%;
    height: 100%;
}
.overview-message {
    position: absolute;
    top: 15.2rem;
    width: 100%;
    padding: 0 6.5rem;
}
.overview-title { 
    font-family: 'Rany';
    font-weight: bold;
    font-size: 6rem;
    color: #000000;
    text-align: center;
}
.overview-boxs {
    /* display: flex;
    justify-content: space-around; */
    width: 100%;
    margin-top: 9.2rem;
}
.overview-box {
    position: relative;
    width: 95rem;
    height: 42rem;
    background-color: #fff;
    border-radius: 2.4rem;
    text-align: left;
    margin-bottom: 4.2rem;
}
.overview-box-img { 
    position: absolute;
    top: 10.3rem;
    left: 8rem;
    /* display: block; */
    width: 20rem;
    height: 21.4rem;
}
.overview-box h3 {
    position: absolute;
    top: 12rem;
    left: 33.2rem;
    font-family: 'Rany';
    font-weight: bold;
    font-size: 3.6rem;
    color: #000000;
}
.overview-box p { 
    position: absolute;
    top: 21rem;
    left: 33.2rem;
    font-family: 'OPPOSans';
    font-size: 3rem;
    color: #000;
}
.tr-qa {
    position: relative;
}
.qa-img {
    width: 100%;
}
.qa-message {
    position: absolute;
    top: 16rem;
    margin: 0 6.5rem;
}
.qa-title {
    font-family: 'Rany';
    font-weight: bold;
    font-size: 6rem;
    color: #000000;
    text-align: center;
}
.qa-boxs {
    margin-top: 8.8rem;
}
.qa-box {
    position: relative;
    width: 95rem;
    height: 36rem;
    margin: 0 auto 4rem;
    background-color: #fff;
    border-radius: 2.4rem;
    text-align: center;
}
.qa-box-img {
    display: block;
    position: absolute;
    top: 6rem;
    left: 4.5rem;
    width: 4.1rem;
    height: 5rem;
}
.qa-box-message {
    display: block;
    margin: 0 0 0 10rem;
    padding-top: 6rem;
    text-align: left;
}
.qa-box-message p {
    font-family: 'OPPOSans';
    font-size: 3rem;
    color: #000;
}
.qa-box-message p .title {
    font-family: 'Rany';
    font-weight: bold;
}
.qa-box-message p .email, .qa-box-message p a {
    color: #FFB300;
}
.qa-box-message p a {
    text-decoration: underline;
}
.qa-txt {
    font-family: 'Rany';
    font-size: 3.6rem;
    color: #000000;
    text-align: center;
    margin-top: 15rem;
}
.tr-qa .content-btn {
    margin: 4.3rem auto 0;
}

.footerTable {
    display: none;
}