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

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

.brand-img {
    width: 100%;
}
.brand-title {
    position: absolute;
    top: 146.8rem;
    left: 15rem;
    font-family: 'Rany';
    font-weight: bold;
    font-size: 7.2rem;
    color: #000000;
}
.te-content {
    width: 100%;
    background-color: #eeeeee;
    padding: 14.9rem 7rem 15.4rem;
}
.content-title {
    font-family: 'Rany';
    font-weight: bold;
    font-size: 6rem;
    color: #000000;
    text-align: center;
}
.content-txt {
    font-family: 'OPPOSans';
    font-weight: light;
    font-size: 3rem;
    color: #434343;
    margin-top: 5.6rem;
    text-align: center;
}
.te-message {
    display: flex;
    margin: 11.4rem 0rem 15.4rem;
    justify-content: space-around;
}
.message-box {
    position: relative;
    width: 27rem;
    height: 30rem;
    background-color: #fff;
    border-radius: 2rem;
}
.message-img {
    display: block;
    width: 10rem;
    margin: 6.2rem auto 0;
}
.message-title {
    position: absolute;
    width: 100%;
    bottom: 2.5rem;
    text-align: center;
    font-family: 'Rany';
    font-size: 3.6rem;
    color: #000;
}
.te-feature {
    position: relative;
}
.feature-img {
    width: 100%;
}
.feature-message {
    position: absolute;
    top: 14.9rem;
    width: 100%;
    padding: 0 6.5rem;
}
.feature-title {
    width: 100%;
    font-family: 'Rany';
    font-weight: bold;
    font-size: 6rem;
    color: #000000;
    text-align: center;
}
.feature-boxs {
    /* display: flex; */
    margin-top: 6.3rem;
    /* justify-content: space-around; */
}
.feature-box {
    position: relative;
    width: 95rem;
    height: 68rem;
    background-color: #fff;
    border-radius: 2.5rem;
    overflow: hidden;
    margin-bottom: 5rem;
}
.feature-box-img {
    width: 100%;
    height: 33rem;
}
.feature-box-title {
    width: 100%;
    padding: 2.9rem 10rem 0;
    font-family: 'Rany';
    font-size: 4.8rem;
    color: #000000;
    text-align: left;
    
}
.feature-box-txt {
    width: 100%;
    padding: 2.9rem 10rem 0;
    font-family: 'OPPOSans';
    font-size: 3rem;
    color: #000000;
    text-align: left;
}
.feature-box-txt a {
    font-size: 3rem;
    color: #FFB300;
    text-decoration: underline;
}
.feature-box-tip {
    position: absolute;
    display: block;
    width: 30.7rem;
    height: 6.4rem;
    top: 25rem;
    font-family: 'Rany';
    font-weight: bold;
    font-size: 3.6rem;
    line-height: 6.4rem;
    color: #000000;
    text-align: center;
    background-color: #fff2d5;
    border-radius: 0 3.2rem 3.2rem 0;
}
.feature-box-tip span {
    color: #FFB300;
}
.feature-box-btn {
    display: block;
    width: 28rem;
    height: 4.8rem;
    margin: 3rem 0 0  10rem;
    font-size: 3rem;
    line-height: 4.8rem;
    text-align: center;
    color: #fff;
    font-family: 'Rany';
    font-weight: bold;
    background-color: #ffb300;
    border-radius: 2.4rem;
}
.feature-box-btn a {
    color: #fff;
}
.footerTable {
    display: none;
}