@media (max-width: 768px) {
    .pg-pc {
        display: none;
    }

    .pg-phone {
        display: block;
    }

    .pc {
        position: relative;
    }

    .menu {
        position: relative;
    }

    .language {
        position: absolute;
    }

    .hypanel-page {
        width: 100%;
        height: 100%;
        padding: 1px;
        position: relative;
    }

    .hypanel-page .sub-nav {
        position: relative;
        top: 0 !important;
    }

    .hypanel-main-img {
        display: none;
    }

    .hypanel-phone-main-img {
        width: 100%;
        height: 100%;
        aspect-ratio: 9 / 16;
        object-fit: cover;
        display: block;
    }

    @keyframes fadeInLeft {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }

    @keyframes fadeInUp {
        0% {
            opacity: 0;
            transform: translate3d(0, 2.4rem, 0);
        }
        100% {
            opacity: 1;
            transform: translate3d(0, 0, 0);
        }
    }

    .reveal-on-view {
        opacity: 0;
        transform: translate3d(0, 2.4rem, 0);
    }

    .reveal-on-view.is-visible {
        opacity: 1;
        transform: translate3d(0, 0, 0);
        animation: fadeInUp 1.6s ease both;
    }

    .banner {
        width: 100%;
        aspect-ratio: 9 / 16;
        overflow: hidden;
        position: relative;
    }

    .cp_ban {
        position: absolute;
        left: -337px;
        right: 0;
        bottom: 24px;
        top: 525px;
        z-index: 3;
        width: 227px;
        height: 60px;
        min-height: 0;
        transform: none;
        margin: 0 auto;
    }

    .cp_ban .btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 0;
        width: 100%;
        height: 100%;
        min-height: 0;
        padding: 0 28px;
        border-radius: 30px;
        background: rgba(111, 83, 54, 0.7);
        color: #ffffff;
        text-decoration: none;
        font-size: 16px;
        line-height: 1;
        backdrop-filter: blur(4px);
    }

    .cp_ban .btn:hover {
        background: rgba(111, 83, 54, 1);
        backdrop-filter: blur(4px);
    }

    .cp_ban .btn span {
        background: none;
        font-size: 35px;
        color: #FFFFEF;
        font-family: Rany;
        display: block;
        width: 100%;
        text-align: center;
        padding-right: 0;
    }

    .uit_mask {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.6);
        z-index: 1111;
        display: none;
    }

    .tc_mask {
        width: calc(100% - 40px);
        height: auto;
        max-height: calc(100vh - 40px);
        overflow-y: auto;
        background: url(../images/q_img25.jpg) no-repeat center top #ffffff;
        border-radius: 5px;
        position: fixed;
        left: 0;
        right: 0;
        top: 50%;
        transform: translateY(-50%) scale(0.9);
        z-index: 1112;
        margin: 0 auto;
        padding-top: 15px;
        padding-bottom: 30px;
        display: none;
        background-size: 100%;
    }

    .tc_mask .ty {
        font-size: 22px;
        color: #ffffff;
        line-height: 48px;
        text-align: center;
    }

    .tc_mask .uit_form {
        width: calc(100% - 40px);
        margin: 0 auto;
        padding: 30px 0 40px;
    }

    .tc_mask .uit_form li {
        margin-bottom: 5px;
        overflow: hidden;
    }

    .uit_form li {
        margin-bottom: 10px;
    }

    .uit_form li label {
        font-size: 16px;
        color: #333333;
        line-height: 36px;
    }

    .uit_form li .t1,
    .uit_form li .t2,
    .uit_form li .t3,
    .uit_form li .t4,
    .uit_form li .sel,
    .uit_form li .se1 {
        width: 100%;
        font-size: 16px;
        color: #333333;
        border: 1px solid #e5e5e5;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .uit_form li .t1,
    .uit_form li .t2,
    .uit_form li .t3,
    .uit_form li .sel,
    .uit_form li .se1 {
        height: 46px;
    }

    .uit_form li .lt,
    .uit_form li .rt {
        float: none;
        width: 100%;
    }

    .uit_form li .sel,
    .uit_form li .se1 {
        background: url(../images/q_ico23.webp) no-repeat right 20px center;
    }

    .uit_form li .t4 {
        height: 84px;
        margin-top: 15px;
        padding: 15px 20px;
        line-height: 26px;
        resize: none;
        font-family: "Microsoft YaHei", sans-serif;
    }

    .uit_form .che label,
    .uit_form .che1 label,
    .tc_mask .uit_form p {
        font-size: 14px;
        line-height: 1.6;
    }

    .uit_form .sub {
        width: 100%;
        height: 50px;
        margin: 20px auto 0;
        border: 0;
        border-radius: 5px;
        background: #4e74ff;
        color: #ffffff;
        font-size: 18px;
        cursor: pointer;
        transition: all 0.4s;
    }

    .uit_form .sub:hover {
        background: #4e74ff;
    }

    .errorcomm {
        display: none;
        padding: 0;
        text-align: center;
        font-size: 16px;
        color: #ff0000;
    }

    .tc_mask .btns {
        background: url(../images/mc_ico1.webp) no-repeat center;
        width: 31px;
        height: 31px;
        cursor: pointer;
        position: absolute;
        z-index: 11;
        right: 30px;
        top: 30px;
        display: block;
        transition: all 0.3s;
    }

    .tc_mask .btns:hover {
        transform: rotate(720deg);
    }

    .che-window {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9999;
        background: rgba(0, 0, 0, 0.2);
        transform: scale(1);
    }

    .che-window .window-box {
        position: absolute;
        top: 50%;
        left: 50%;
        width: calc(100% - 24px);
        max-width: 95%;
        background: #ffffff;
        border-radius: 10px;
        box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
        transform: translate(-50%, -50%);
        transform-origin: 0 0;
    }

    .che-window .window-box .window-title {
        display: flex;
        justify-content: space-between;
        height: 48px;
        padding: 8px 24px;
        line-height: 48px;
        color: #000000;
        border-bottom: 0.5px solid #888888;
    }

    .che-window .window-box .window-title .title-message {
        font-size: 20px;
        font-weight: bold;
    }

    .che-window .window-box .window-message .text {
        max-height: 608px;
        padding: 0 19.2px;
        overflow-y: auto;
        color: #000000;
        text-align: left;
    }

    .che-window .window-box .window-message .text::-webkit-scrollbar {
        width: 10px;
    }

    .che-window .window-box .window-message .text::-webkit-scrollbar-track {
        background: #e5e5e5;
        border-radius: 10px;
    }

    .che-window .window-box .window-message .text::-webkit-scrollbar-thumb {
        background: #888888;
        border-radius: 10px;
    }

    .che-window .window-box .window-message .text h3 {
        margin-bottom: 20px;
        padding: 0;
        font-size: 24px;
        line-height: 1.6;
        font-weight: bold;
        color: #333333;
        text-align: left;
    }

    .che-window .window-box .window-message .text p {
        width: 100%;
        margin: 0 auto 12px;
        font-size: 16px;
        color: #000000;
        text-align: left;
    }

    .che-window .window-box .window-message .text table {
        background: #cccccc;
    }

    .che-window .window-box .window-message .text th,
    .che-window .window-box .window-message .text td {
        padding: 3px 5px;
        font-size: 12px;
        text-align: left;
        background: #ffffff;
    }

    .che-window .window-box .window-buttom {
        padding: 10px 0;
        text-align: center;
    }

    .che-window .window-box .window-buttom input {
        width: calc(100% - 40px);
        height: 40px;
        border: 0;
        border-radius: 5px;
        background: #4e74ff;
        color: #ffffff;
        cursor: pointer;
        transition: all 0.4s;
    }

    .che-window .window-box .window-buttom input:hover {
        background: rgba(78, 116, 255, 1);
    }

    .formLoading {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        width: 100%;
        height: 100%;
        backdrop-filter: blur(10px) brightness(100%);
    }

    .formLoading .loadingBox {
        width: 300px;
        height: 200px;
        margin: 20% auto;
        text-align: center;
    }

    .formLoading .loadingBox > span {
        display: inline-block;
        width: 80px;
        height: 80px;
        border: 6px solid rgba(78, 116, 255);
        border-left-color: transparent;
        border-radius: 100%;
        animation: mr01-loader 1000ms infinite linear;
    }

    @keyframes mr01-loader {
        0% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(360deg);
        }
    }

    /* Banner */
    .float-right-content-box {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .float-right-title {
        width: auto;
        font-size: 82px;
        line-height: 1.2;
        color: #000000;
        font-family: 'Rany-Bold';
        margin-left: 90px;
        margin-top: 250px;
    }

    .float-right-title-shadow {
        display: none;
    }

    .float-right-title1 {
        width: 80%;
        font-size: 34px;
        line-height: 1.2;
        color: #000000;
        font-family: 'Rany';
        padding-top: 18px;
        padding-left: 90px;
    }

    /* Page blank1 */
    .pg-blank1 {
        width: 100%;
        height: auto;
        min-height: 360px;
        padding: 60px 0;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #ffffff;
    }

    .pg1-blank-content {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .pg1-blank-title {
        width: 100%;
        min-height: auto;
        font-size: 6rem;
        line-height: 1.25;
        color: #000000;
        font-family: 'Rany';
        margin-bottom: 40px;
    }

    .pg1-blank-text {
        width: 81%;
        min-height: 0;
        margin: 0 auto;
        font-size: 25.2px;
        line-height: 36px;
        color: #000000;
        font-family: 'OPPOSans', sans-serif;
    }

    /* Page 1 */
    .pg-panel1 {
        width: 100%;
        min-height: auto;
        aspect-ratio: 9 / 16;
        padding: 1px 0;
        position: relative;
        background: #ffffff;
        background-image: url("../images/mr01/01-phone.jpg");
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 100% auto;
    }

    .pg1-txt1 {
        color: #000000;
        width: 81%;
        position: relative;
        top: auto;
        left: auto;
        text-align: left;
        padding-top: 870px;
        padding-left: 66px;
    }

    .pg1-t1-title {
        margin-top: 0;
        font-size: 42px;
        line-height: 1.15;
        color: #000000;
        font-family: 'Rany';
        width: 90%;
    }

    .pg1-t1-txt {
        padding-left: 0;
        width: 100%;
        margin: 30px auto 0;
        font-size: 25.2px;
        line-height: 35px;
        color: #000000;
        font-family: 'OPPOSans';
    }

    /* Page 2 */
    .pg-panel2 {
        width: 100%;
        min-height: auto;
        aspect-ratio: 9 / 16;
        padding: 1px 0;
        position: relative;
        background: #ffffff;
        background-image: url("../images/mr01/02-phone.jpg");
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 100% auto;
    }

    .pg2-txt1 {
        color: #ffffff;
        width: 71%;
        position: relative;
        top: auto;
        left: auto;
        text-align: left;
        padding-top: 820px;
        padding-left: 66px;
    }

    .pg2-t1-title {
        margin-top: 0;
        font-size: 42px;
        line-height: 1.15;
        color: #ffffff;
        font-family: 'Rany';
        width: 90%;
    }

    .pg2-t1-txt {
        padding-left: 0;
        width: 100%;
        margin: 30px auto 0;
        font-size: 25.2px;
        line-height: 35px;
        color: #ffffff;
        font-family: 'OPPOSans';
    }

    .pg2-t1-txt2 {
        padding-left: 0;
        width: 100%;
        margin: 30px auto 0;
        font-size: 12.6px;
        line-height: 17.5px;
        color: #ffffff;
        font-family: 'OPPOSans';
    }

    /* Page 3 */
    .pg-panel3 {
        width: 100%;
        min-height: auto;
        aspect-ratio: 9 / 16;
        padding: 1px 0;
        position: relative;
        background: #ffffff;
        background-image: url("../images/mr01/03-phone.jpg");
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 100% auto;
    }

    .pg3-txt1 {
        color: #000000;
        width: 100%;
        position: relative;
        top: auto;
        left: auto;
        margin: 0 auto;
        text-align: center;
        padding-top: 140px;
    }

    .pg3-t1-title {
        margin: 0 auto; 
        margin-top: 0;
        font-size: 42px;
        line-height: 1.15;
        color: #000000;
        font-family: 'Rany';
        width: 60%;
    }

    .pg3-t1-txt {
        width: 78%;
        margin: 30px auto 0;
        font-size: 25.2px;
        line-height: 35px;
        color: #000000;
        font-family: 'OPPOSans';
    }

    /* Page 4 */
    .pg-panel4 {
        width: 100%;
        min-height: auto;
        aspect-ratio: 9 / 16;
        padding: 1px 0;
        position: relative;
        background: #ffffff;
        background-image: url("../images/mr01/04-phone.jpg");
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 100% auto;
    }

    .pg4-txt1 {
        color: #ffffff;
        width: 75%;
        position: relative;
        top: auto;
        left: auto;
        text-align: left;
        padding-top: 70px;
        padding-left: 66px;
    }

    .pg4-t1-title {
        margin-top: 0;
        font-size: 42px;
        line-height: 1.15;
        color: #ffffff;
        font-family: 'Rany';
        width: 70%;
    }

    .pg4-t1-txt {
        width: 100%;
        margin: 30px auto 0;
        font-size: 25.2px;
        line-height: 35px;
        color: #ffffff;
        font-family: 'OPPOSans';
    }

    /* Page 5 */
    .pg-panel5 {
        width: 100%;
        min-height: auto;
        aspect-ratio: 9 / 16;
        padding: 1px 0;
        position: relative;
        background: #ffffff;
        background-image: url("../images/mr01/05-phone.jpg");
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 100% auto;
    }

    .pg5-txt1 {
        color: #000000;
        width: 74%;
        position: relative;
        top: auto;
        left: auto;
        text-align: left;
        padding-top: 90px;
        padding-left: 99px;
    }

    .pg5-t1-title {
        margin-top: 0;
        font-size: 42px;
        line-height: 1.15;
        color: #000000;
        font-family: 'Rany';
        width: 90%;
    }

    .pg5-t1-txt {
        padding-left: 0;
        width: 100%;
        margin: 30px auto 0;
        font-size: 25.2px;
        line-height: 35px;
        color: #000000;
        font-family: 'OPPOSans';
    }

    /* Page blank2 */
    .pg-blank2 {
        width: 100%;
        height: auto;
        min-height: 600px;
        padding: 60px 0;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #F4EFED;
    }

    .pg2-blank-content {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        text-align: left;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .pg2-blank-title {
        min-height: 0;
        margin: 0 auto 40px;
        font-size: 40px;
        line-height: 35px;
        color: #0E050A;
        font-family: 'OPPOSans-Bold', 'OPPOSans', sans-serif;
        font-weight: 700;
        text-align: center;
    }

    .pg2-blank-text {
        width: 100%;
        max-width: 600px;
        min-height: 0;
        margin: 0 auto 40px;
        font-size: 20px;
        line-height: 35px;
        color: #0E050A;
        font-family: 'OPPOSans', sans-serif;
        text-align: left;
    }

    .pg2-blank-text:last-child {
        margin-bottom: 0;
    }

    .clearfix::after {
        content: "";
        display: block;
        clear: both;
    }

    .warp {
        top: 22rem !important;
    }
}
