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

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

.brand-img {
    width: 100%;
}
.brand-message {
    position: absolute;
    top: 19.3rem;
    left: 28.6rem;
}
.brand-title {
    font-family: 'Rany';
    font-weight: bold;
    font-size: 6rem;
    letter-spacing: 0.4rem;
    color: #000000;
}
.brand-txt {
    font-family: 'OPPOSans';
    font-size: 2rem;
    line-height: 2.9rem;
    color: #434343;
    margin-top: 4.6rem;
}
.content-btn {
    width: 27rem;
    height: 4.8rem;
    margin-top: 3.8rem;
    background-color: #FFB300;
    border-radius: 2.4rem;
    font-family: 'Rany';
    font-weight: bold;
    font-size: 3rem;
    color: #fff;
    line-height: 4.8rem;
    text-align: center;
}
.tr-overview {
    position: relative;
    width: 100%;
    height: 90rem;
}
.overview-img {
    width: 100%;
    height: 100%;
}
.overview-message {
    position: absolute;
    top: 12.3rem;
    width: 100%;
    padding: 0 45rem;
}
.overview-title { 
    font-family: 'Rany';
    font-weight: bold;
    font-size: 4.8rem;
    letter-spacing: 0.4rem;
    color: #000000;
    text-align: center;
}
.overview-boxs {
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin-top: 9.5rem;
}
.overview-box {
    width: 33rem;
    height: 46.5rem;
    background-color: #fff;
    border-radius: 2.4rem;
    text-align: center;
}
.overview-box-img { 
    /* display: block; */
    width: 13.9rem;
    height: 14.9rem;
    margin: 2.1rem auto 0;
}
.overview-box h3 {
    font-family: 'Rany';
    font-weight: bold;
    font-size: 2.4rem;
    color: #000000;
    margin-top: 2.2rem;
}
.overview-box p { 
    font-family: 'OPPOSans';
    font-size: 1.8rem;
    color: #000;
    margin-top: 2.9rem;
}
.tr-qa {
    position: relative;
}
.qa-img {
    width: 100%;
}
.qa-message {
    position: absolute;
    top: 10rem;
    margin: 0 36rem;
}
.qa-title {
    font-family: 'Rany';
    font-weight: bold;
    font-size: 4.8rem;
    letter-spacing: 0.4rem;
    color: #000000;
    text-align: center;
}
.qa-boxs {
    margin-top: 10rem;
}
.qa-box {
    position: relative;
    width: 120rem;
    height: 24rem;
    margin: 0 auto 3.5rem;
    background-color: #fff;
    border-radius: 2.4rem;
    text-align: center;
}
.qa-box-img {
    display: block;
    position: absolute;
    top: 5rem;
    left: 3.8rem;
    width: 3.1rem;
    height: 3.8rem;
}
.qa-box-message {
    display: block;
    margin: 0 0 0 10rem;
    padding-top: 5rem;
    text-align: left;
}
.qa-box-message p {
    font-family: 'OPPOSans';
    font-size: 2.4rem;
    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: 3rem;
    color: #000000;
    text-align: center;
    margin-top: 6rem;
}
.tr-qa .content-btn {
    margin: 4rem auto 0;
}

.footerTable {
    display: none;
}