@font-face {
    font-family: 'Rany-Bold';
    src: url('../fonts/Rany-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rany';
    src: url('../fonts/Rany.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'OPPOSans';
    src: url('../fonts/OPPOSans-R.woff2') format('woff2'),
        url('../fonts/OPPOSans-R.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'OPPOSans';
    src: url('../fonts/opposans-b-r.woff2') format('woff2'),
        url('../fonts/opposans-b-r.woff') format('woff'),
        url('../fonts/OPPOSans-B.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

.pc {
    position: relative;
}

.pg-phone {
    display: none;
}

.pg-pc {
    display: block;
}

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

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

.hypanel-main-img {
    width: 100%;
    height: auto;
    display: block;
}

.banner {
    width: 100%;
    position: relative;
}

@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;
}

.cp_ban {
    position: relative;
    z-index: 3;
    min-height: 0;
    transform: none;
    margin-top: 1.6667vw;
    top: -27.0833vw;
    left: -19.7917vw;
}

.cp_ban .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 15.625vw;
    height: 3.125vw;
    padding: 0 1.4583vw;
    border-radius: 1.5625vw;
    background: rgba(111, 83, 54, 0.7);
    color: #ffffff;
    text-decoration: none;
    font-size: 0.9375vw;
    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: 1.875vw;
    color: #FFFFEF;
    font-family: Rany;
    display: inline-block;
}

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

.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: 1056px;
    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: 942px;
    margin: 0 auto;
    padding-top: 70px;
}

.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 {
    float: left;
    width: 48%;
}

.uit_form li .rt {
    float: right;
    width: 48%;
}

.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: 680px;
    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: 24px;
    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: 320px;
    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);
    }
}

@media (max-width: 1200px) {
    .tc_mask {
        width: calc(100% - 40px);
        height: auto;
        max-height: calc(100vh - 40px);
        overflow-y: auto;
    }

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

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

.float-right-title {
    position: relative;
    z-index: 1;
    width: auto;
    font-size: 6.7708vw;
    line-height: 1.2;
    color: #000000;
    font-family: 'Rany-Bold';
}

.float-right-title-shadow {
    position: absolute;
    left: -1.0417vw;
    top: -1.9792vw;
    width: auto;
    font-size: 10.4167vw;
    line-height: 1.2;
    color: #000000;
    opacity: 0.05;
    font-family: 'Rany-Bold';
    z-index: 0;
    pointer-events: none;
    white-space: nowrap;
}

.float-right-title {
    width: auto;
    font-size: 6.7708vw;
    line-height: 1.2;
    color: #000000;
    font-family: 'Rany-Bold';
}

.float-right-title1 {
    width: 38.3333vw;
    font-size: 2.2917vw;
    line-height: 1.3;
    color: #000000;
    font-family: 'Rany';
    padding-top: 2.7px;
}

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

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

.pg1-blank-title {
    min-height: 7.2vw;
    font-size: 5vw;
    color: #000000;
    font-family: 'Rany';
}

.pg1-blank-text {
    width: 46%;
    min-height: 0;
    margin: 0 auto;
    font-size: 1.25vw;
    line-height: 1.5833;
    color: #000000;
    font-family: 'OPPOSans', sans-serif;
}

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

.pg1-txt1 {
    color: #000000;
    width: 28%;
    position: absolute;
    top: 33.3333%;
    left: 13.5417%;
    margin: 0;
    text-align: left;
}

.pg1-t1-title {
    margin-top: 0;
    font-size: 2.5vw;
    line-height: 1.15;
    color: #000000;
    font-family: 'Rany';
}

.pg1-t1-txt {
    width: 96%;
    margin: 2.0833vw 0 0;
    font-size: 1.25vw;
    line-height: 1.5833;
    color: #000000;
    font-family: 'OPPOSans';
}

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

.pg2-txt1 {
    color: #ffffff;
    width: 36%;
    position: absolute;
    top: 30.2083%;
    left: 53.125%;
    margin: 0;
    text-align: left;
}

.pg2-t1-title {
    margin-top: 0;
    font-size: 2.5vw;
    line-height: 1.15;
    color: #ffffff;
    font-family: 'Rany';
}

.pg2-t1-txt {
    width: 96%;
    margin: 2.0833vw 0 0;
    font-size: 1.25vw;
    line-height: 1.5833;
    color: #ffffff;
    font-family: 'OPPOSans';
}

.pg2-t1-txt2 {
    width: 96%;
    margin: 3.125vw 0 0;
    font-size: 0.9375vw;
    line-height: 1.5556;
    color: #ffffff;
    font-family: 'OPPOSans';
}

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

.pg3-txt1 {
    color: #000000;
    width: 55%;
    margin: 5vw auto 0;
    text-align: center;
}

.pg3-t1-title {
    margin-top: 4.6875vw;
    font-size: 2.5vw;
    line-height: 1.15;
    color: #000000;
    font-family: 'Rany';
}

.pg3-t1-txt {
    width: 80%;
    margin: 2.0833vw auto 0;
    font-size: 1.25vw;
    line-height: 1.5833;
    color: #000000;
    font-family: 'OPPOSans';
}

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

.pg4-txt1 {
    color: #ffffff;
    width: 30%;
    position: absolute;
    top: 11.9792%;
    left: 14.5833%;
    margin: 0;
    text-align: left;
}

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

.pg4-t1-txt {
    width: 96%;
    margin: 2.0833vw 0 0;
    font-size: 1.25vw;
    line-height: 1.5833;
    color: #ffffff;
    font-family: 'OPPOSans';
}

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

.pg5-txt1 {
    color: #000000;
    width: 50%;
    position: absolute;
    top: 9.375%;
    left: 48.4375%;
    margin: 0;
    text-align: left;
}

.pg5-t1-title {
    margin-top: 0;
    font-size: 2.5vw;
    line-height: 1.15;
    color: #000000;
    font-family: 'Rany';
}

.pg5-t1-txt {
    width: 83%;
    margin: 1.8229vw 0 0;
    font-size: 1.25vw;
    line-height: 1.4583;
    color: #000000;
    font-family: 'OPPOSans';
}

/* Page blank2 */
.pg-blank2 {
    width: 100%;
    height: 600px;
    padding: 1px 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;
    padding-top: 100px;
    box-sizing: border-box;
    text-align: left;
}

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

.pg2-blank-text {
    width: 60%;
    min-height: 0;
    margin: 0 auto 40px;
    font-size: 24px;
    line-height: 35px;
    color: #0E050A;
    font-family: 'OPPOSans', sans-serif;
}

.pg2-blank-text strong {
    font-weight: 700;
}

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

@media (min-width: 769px) {
    .float-right-content-box {
        left: 54.6875%;
        top: 34.408602%;
    }

    .float-right-title {
        font-size: 6.770833vw;
    }

    .float-right-title-shadow {
        left: -1.041667vw;
        top: -1.979167vw;
        font-size: 10.416667vw;
    }

    .float-right-title1 {
        width: 38.333333vw;
        font-size: 2.291667vw;
        padding-top: 0.140625vw;
    }

    .cp_ban {
        position: absolute;
        margin-top: 0;
        top: auto;
        bottom: -62%;
        left: 49%;
    }

    .cp_ban .btn {
        width: 15.625vw;
        height: 3.125vw;
        padding: 0 1.458333vw;
        border-radius: 1.5625vw;
        font-size: 0.9375vw;
    }

    .cp_ban .btn span {
        font-size: 1.875vw;
    }

    .pg-blank1 {
        height: 18.75vw;
    }

    .pg1-blank-title {
        min-height: 6vw;
        font-size: 5vw;
    }

    .pg1-blank-text,
    .pg1-t1-txt,
    .pg2-t1-txt,
    .pg3-t1-txt,
    .pg4-t1-txt {
        font-size: 1.25vw;
        line-height: 1.979167vw;
    }

    .pg1-txt1 {
        top: 33.333333%;
        left: 13.541667%;
    }

    .pg1-t1-title,
    .pg2-t1-title,
    .pg3-t1-title,
    .pg4-t1-title,
    .pg5-t1-title {
        font-size: 2.5vw;
    }

    .pg1-t1-txt,
    .pg2-t1-txt,
    .pg3-t1-txt,
    .pg4-t1-txt {
        margin-top: 2.083333vw;
    }

    .pg2-txt1 {
        top: 30.208333%;
        left: 53.125%;
    }

    .pg2-t1-txt2 {
        margin-top: 3.125vw;
        font-size: 0.9375vw;
        line-height: 1.458333vw;
    }

    .pg3-txt1 {
        margin: 5vw auto 0;
    }

    .pg3-t1-title {
        margin-top: 4.6875vw;
    }

    .pg4-txt1 {
        top: 11.979167%;
        left: 14.583333%;
    }

    .pg5-txt1 {
        top: 9.375%;
        left: 48.4375%;
    }

    .pg5-t1-txt {
        margin-top: 1.822917vw;
        font-size: 1.25vw;
        line-height: 1.822917vw;
    }

    .pg-blank2 {
        height: 31.25vw;
    }

    .pg2-blank-content {
        padding-top: 5.208333vw;
    }

    .pg2-blank-title {
        margin-bottom: 2.083333vw;
        font-size: 1.25vw;
        line-height: 1.822917vw;
    }

    .pg2-blank-text {
        margin-bottom: 2.083333vw;
        font-size: 1.25vw;
        line-height: 1.822917vw;
    }
}