@media (max-width: 1280px) {
    .icon-logo {
        width: 1.67rem;
        height: 0.36rem;
    }

    .history_btn {
        top: 0.12rem;
        width: 1.02rem;
        height: 0.2769rem;
        font-size: 0.12rem;
        padding-left: 0.25rem;
        background-size: 0.14rem 0.14rem;
        background-position: left 0.14rem center;
    }

    .page_title {
        position: absolute;
        left: 50%;
        top: 5vh;
        transform: translateX(-50%);
    }

    .page_title p {
        top: 0.25rem;
        margin-left: -0.3rem;
    }

    .list_r {
        display: none;
    }

    .page_main::before,
    .page_main::after {
        display: none;
    }

    .page_camera {
        width: 100%;
        height: auto;
        background: transparent;
        padding: 0;
        bottom: 0;
        /* backdrop-filter: blur(5px); */

    }

    .page_camera_item {
        background: transparent;
        flex-direction: column;
        padding: 0.1rem;
        justify-content: flex-start;
        backdrop-filter: blur(5px);
    }

    .page_camera_item::after {
        content: "";
        position: absolute;
        top: 2.2rem;
        right: -0.5rem;
        width: 7.25rem;
        height: 4rem;
        background: url('../images/film.png') no-repeat center right / auto 100%;
        z-index: -1;
    }

    .list_l {
        width: unset;
        flex-wrap: nowrap;
        background: url(../images/app_card_bgc.png) no-repeat center/100% 100%;
        padding: 3vh 2vh 1.4vh;
    }

    .list_l li {
        flex: 1;
        height: 11vh;
        margin: 0;
        margin-right: 1.6vh;
        border-radius: 0.02rem;
        position: relative;
        overflow: visible;
    }

    .list_l li.active {
        box-shadow: 2px 2px 4px rgba(11, 57, 117, 0.4);
    }

    .list_l li.active::before {
        content: '';
        width: 0.27rem;
        height: 0.24rem;
        background: url(../images/li_active.png) no-repeat center/100% 100%;
        position: absolute;
        left: 50%;
        top: -0.25rem;
        transform: translateX(-50%);
        animation: topDown 1.5s linear infinite;
    }

    @keyframes topDown {
        0% {
            transform: translateX(-50%) translateY(0);
        }

        50% {
            transform: translateX(-50%) translateY(-0.05rem);
        }

        100% {
            transform: translateX(-50%) translateY(0);
        }
    }

    .list_l li:last-child {
        margin-right: 0;
    }

    .list_l li .bottom {
        display: none;
    }

    .list_c {
        width: 35vh;
        height: 52vh;
        margin: 2.5vh auto;
    }

    .page_camera>p.pc {
        display: none;
    }

    .page_camera>p.app {
        display: inline-block !important;
        position: fixed;
        top: unset;
        right: unset;
        bottom: 2.6vh;
        left: 0;
        right: 0;
        text-align: center;
        margin: 0 auto;
        /* width: 23vh; */
        font-size: 2.7vh;
        color: #000;
        line-height: 0.26rem;
        z-index: 999;
    }

    .page_camera>p span {
        color: rgba(17, 82, 175, 1);
        font-size: 3vh;
        font-weight: 700;
    }

    .page_camera.history {
        left: 0;
        right: 0;
        transform: unset !important;
        backdrop-filter: unset;
    }

    .page_camera.history .page_camera_item {
        backdrop-filter: unset;
        height: calc(100% - 1.2rem);
        background: url(../images/app_card_bgc2.png) no-repeat center/100% 100%;
        margin: 0.1rem;
        width: calc(100% - 0.2rem);
        padding: 0.2rem;
        box-sizing: border-box;
        position: absolute !important;
    }

    .page_camera.history .list_l {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        background: unset;
        gap: unset;
        padding: 0;
        grid-template-columns: repeat(3, 1fr);
        -webkit-mask-image: linear-gradient(to bottom,
                rgba(0, 0, 0, 1) 90%,
                rgba(0, 0, 0, 0) 100%);
        mask-image: linear-gradient(to bottom,
                rgba(0, 0, 0, 1) 90%,
                rgba(0, 0, 0, 0) 100%);
        position: relative;
    }

    .page_camera.history .list_l::after {
        content: '';
        width: 31%;
    }

    .page_camera.history .list_l li {
        flex: unset;
        width: 31%;
        height: 1.41rem;
        margin: 0;
        margin-bottom: 0.08rem;
    }

    .page_camera.history .return_btn {
        bottom: 0.2rem;
    }

    .buttons-container {
        padding: 0 0.2rem;
    }

    .action-btn {
        width: 60%;
    }

    .return-btn {
        width: 35%;
    }

    .list_c.resultActive {
        width: auto;
        height: 5rem;
        margin: 0 auto 0.2rem;
        position: fixed;
        left: 0.2rem;
        right: 0.2rem;
        top: 1.15rem;
        overflow: visible;
        transform: translateX(-50%);

    }

    .list_c.resultActive::before,
    .list_c.resultActive::after {
        display: none;
    }

    .list_c.list_c.resultActive .list_c_item {
        background: url(../images/resultActive.png) no-repeat center/100% 100%;
    }

    .list_c.resultActive #resultImage {
        width: 86% !important;
        height: 4.47rem !important;
        top: 0.2rem !important;
    }

    .list_c.resultActive .Captured .frame-overlay {
        width: 86% !important;
        height: 4.47rem !important;
        top: 0.2rem !important;
        background-size: 100% 100%;
    }

    .list_c.resultActive .buttons-container {
        bottom: 0.15rem;
    }

    .Captured .code_bottom {
        position: absolute;
        top: calc(-13vh - 0.1rem);
        bottom: unset;
        clip-path: inset(100 20 20 20);
        z-index: 99;
    }

    .Captured .code_bottom .code {
        width: 13vh;
        height: 13vh;
        background: url(../images/code_bgc2.png) no-repeat center/100% 100%;
    }

    .Captured .code_bottom .code img {
        width: 60%;
        height: 60%;
        left: 56%;
        top: 55%;
    }

    .page_body {
        background: rgba(15, 81, 174, 0.95);
    }

    .history_img .code_bottom {
        width: 13vh;
        margin-left: -6.5vh;
        bottom: unset;
        position: fixed;
        top: 18vh;
        transform: unset;
    }

    .history_img .code_bottom .code {
        width: 13vh;
        height: 13vh;
        background: url(../images/code_bgc2.png) no-repeat center/100% 100%;
    }

    .history_img .code_bottom .code img {
        width: 60%;
        height: 60%;
        left: 56%;
        top: 55%;
    }

    .history_img{
        width: auto !important;
        height: 5rem !important;
        margin: 0 auto 0.2rem !important;
        position: fixed !important;
        left: 0.2rem;
        right: 0.2rem;
        top: 15vh !important;
        overflow: visible;
        transform: unset;
        z-index: 999;
        /* transform-style: preserve-3d; */
    }
    .history_img img{
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 999;
    }
    .history_img .code_bottom > .flex-c{
        position: fixed;
        bottom: 0;
        left: 0;
    }
    .return_btn_history{
        position: fixed !important;
        left: unset !important;
        right: 0.1rem !important;
        top: 0.1rem !important;
        bottom: unset !important;
        transform: unset !important;
    }
}