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

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

.brand-img {
    width: 100%;
}
.brand-title {
    position: absolute;
    top: 37.2rem;
    right: 22.1rem;
    font-family: 'Rany';
    font-weight: bold;
    font-size: 6rem;
    letter-spacing: 0.4rem;
    color: #000000;
}
.te-content {
    width: 100%;
    background-color: #eeeeee;
    padding: 10rem 35rem 12.2rem;
}
.content-title {
    font-family: 'Rany';
    font-weight: bold;
    font-size: 4.8rem;
    letter-spacing: 0.4rem;
    color: #000000;
    text-align: center;
}
.content-txt {
    font-family: 'OPPOSans';
    font-weight: light;
    font-size: 2.4rem;
    color: #434343;
    margin-top: 4.4rem;
    text-align: center;
}
.te-message {
    display: flex;
    margin: 7.4rem 6rem 12.2rem;
    justify-content: space-around;
}
.message-box {
    position: relative;
    width: 30rem;
    height: 25rem;
    background-color: #fff;
    border-radius: 2rem;
}
.message-img {
    display: block;
    width: 10rem;
    margin: 5.3rem auto 0;
}
.message-title {
    position: absolute;
    width: 100%;
    bottom: 2.5rem;
    text-align: center;
    font-family: 'Rany';
    font-size: 3rem;
    color: #000;
}
.te-feature {
    position: relative;
}
.feature-message {
    position: absolute;
    top: 10rem;
    width: 100%;
    padding: 0 26rem;
}
.feature-title {
    width: 100%;
    font-family: 'Rany';
    font-weight: bold;
    font-size: 4.8rem;
    letter-spacing: 0.4rem;
    color: #000000;
    text-align: center;
}
.feature-boxs {
    display: flex;
    margin-top: 6.6rem;
    justify-content: space-around;
}
.feature-box {
    position: relative;
    width: 45rem;
    height: 68rem;
    background-color: #fff;
    border-radius: 2rem;
    overflow: hidden;
}
.feature-box-img {
    width: 100%;
    height: 33rem;
}
.feature-box-title {
    width: 100%;
    padding: 4.2rem 3rem 0;
    font-family: 'Rany';
    font-weight: bold;
    font-size: 3.6rem;
    letter-spacing: 0.2rem;
    color: #000000;
    text-align: left;
    
}
.feature-box-txt {
    width: 100%;
    padding: 2.4rem 3rem 0;
    font-family: 'OPPOSans';
    font-size: 2.4rem;
    color: #000000;
    text-align: left;
}
.feature-box-txt a {
    font-size: 2.4rem;
    color: #FFB300;
    text-decoration: underline;
}
.feature-box-tip {
    position: absolute;
    display: block;
    width: 23.7rem;
    height: 4.4rem;
    top: 28rem;
    font-family: 'Rany';
    font-weight: bold;
    font-size: 3.0rem;
    line-height: 4.4rem;
    color: #000000;
    text-align: center;
    background-color: #fff2d5;
    border-radius: 0 2.2rem 2.2rem 0;
}
.feature-box-tip span {
    color: #FFB300;
}
.feature-box-btn {
    display: block;
    width: 28rem;
    height: 4.8rem;
    margin: 3rem 0 0 3rem;
    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;
}