* {
    margin: 0;
    padding: 0;
}
img{
    display: block;
}
html,
body {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

body {
    background-image: url("../images/pc/bg.png");
    background-repeat: no-repeat;
    background-size: 100vw 100vh;
}

.mobile {
    display: none;
}

.pc {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    background-image: url("../images/pc/content_img.png");
    background-repeat: no-repeat;
    background-position-y: center;
    background-size: 100% auto;
}

.pc_head {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 27px 50px;
}

.pc_head_rght {
    width: 24%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.pc_logo {
    width: 16%;
    object-fit: contain;
}

.w_4 {
    width: 8.6%;
}

.pc_head_rght a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex: 1;
    overflow: hidden;
}

.pc_head_rght a img {
    width: 100%;
    object-fit: contain;
}

.pc_content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 0.31rem;
}

.qr_content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.qr_content .tips {
    height: 0.365rem;
    width: auto;
    margin-top: 0.1rem;
}

.qr_content .qr_t {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.qr_content .qr_t .title {
    width: 4.46rem;
    height: 1.045rem;
}

.qr_content .qr_t .qr_t_l {
    display: flex;
    flex-direction: column;
}

.qr_content .qr_t .qr_t_l a {
    width: 1.42rem;
    height: 0.4rem;
}

.qr_content .qr_t .qr_t_l a:nth-child(2) {
    transform: translateX(-0.135rem);
    margin-top: 0.09rem;
}

.qr_content .qr_t .qr_t_l a>img {
    width: 100%;
    height: 100%;
    display: block;
}

.qr_box {
    width: 1.34rem;
    height: 0.91rem;
    background: url(../images/pc/code_box.png) no-repeat;
    background-size: 100% auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.qr_box .code {
    width: 0.75rem !important;
    height: 0.75rem !important;
}

.qr_box .code img {
    width: 0.75rem !important;
    height: 0.75rem !important;
}



a {
    text-decoration: none;
    color: inherit;
    outline: none;
    cursor: pointer;
}

a:hover {
    color: inherit;
}

a:visited {
    color: inherit;
}

a:focus {
    outline: none;
}

/* 移动端 */
.mb_head {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0.2rem;
}

.mb_logo {
    height: 0.8rem;
}

.mb_head_rght {
    display: flex;
    flex-direction: row;
    align-items: center;
}


.ml24 {
    margin-left: 0.24rem;
}

.head_btn img {
    width: 0.82rem;
    height: 0.98rem;
    display: block;
}

.mb_content {
    flex: 1;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
}

.mb_content img {
    width: 100%;
}



.buttom_img {
    width: 100%;
    object-fit: contain;
    display: block;
}

.mb_food {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.mb_food .mb_bottom {
    padding: 0.3rem 0.16rem 0.3rem 0.16rem;
}

.mb_food_text {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.mb_food_text img {
    width: 3.29rem;
}

.mb_tips {
    font-size: .24rem;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.91;
    letter-spacing: 0.88px;
    text-align: center;
    color: #e1fe76;
    text-decoration-thickness: 2px;
}

.btn_list {
    width: 100%;
    display: flex;
    flex-direction: row;
    /* gap: 0.5rem; */
    align-items: center;
    margin-block-end: 0.2rem;
}

.btn_list > a {
    flex: 1;
    display: block;
}

.btn_list a img {
    width: 100%;
    overflow: hidden;
    object-fit: contain;
}

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

    .body {
        background-image: url("../images/mobile/bg.png");
        background-repeat: no-repeat;
        background-size: 100vw 100vh;
    }


    .mobile {
        display: flex;
        flex-direction: column;
        position: relative;
        height: 100%;
        width: 100%;
    }
}