* {
    margin: 0;
    padding: 0;
}

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

.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: row;
    align-items: center;
    padding-left: 50px;
    /* padding-right: 44px; */
}

.pc_left_content {
    align-items: flex-end;
    flex: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    box-sizing: border-box;
    padding-top: 12.7px;
    padding-bottom: 47px;
    height: 100%;
    font-size: clamp(12px, 2.5vw, 26px);
    gap: 0.58rem;
}

.pc_left_content img {
    width: 100%;
    max-width: 894px;
    object-fit: contain;
}

.qr_content {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-image: url("../images/pc/box.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff;
    box-sizing: border-box;
    padding: 0.41rem 0.75rem;
    max-width: 894px;
    max-height: 333px;
    overflow: hidden;
}

.qr_box {
    width: 214px;
    height: 214px;
    background: white;
    flex-shrink: 0;
    border-radius: 13px;
    margin-right: 14px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.code img {
    width: 189px;
    height: 189px;
    display: block;
}

.pc_right_content {
    height: 100%;
    width: 44.48%;
    max-width: 854px;
    background-image: url("../images/pc/right_img.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}

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

.head_btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 0.24rem;
    color: #fff !important;
}

.ml24 {
    margin-left: 0.24rem;
}

.head_btn img {
    width: 1.5rem;
}

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

.content_tips {
    position: absolute;
    width: 6.42rem;
    top: 0.17rem;
    left: 50%;
    transform: translateX(-50%);
}

.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.288rem 0.3rem 0.288rem;
    background: url('../images/mobile/box_show.png') no-repeat;
    background-size: 100% 100%;
}

.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: .2rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.91;
    letter-spacing: 0.88px;
    text-align: center;
    color: #fff;
    text-decoration: underline;
    text-decoration-color: #934d97;
    text-decoration-thickness: 2px;
}

.btn_list {
    display: flex;
    flex-direction: row;
    /* gap: 0.5rem; */
    align-items: center;
    justify-content: space-between;
    margin-block-end: 0.2rem;
}

.btn_list img {
    width: 3.4rem;
    height: 0.92rem;
    object-fit: contain;
}

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

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

.title {
    color: #fff;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.line {
    width: 100%;
    height: 0.02rem;
    background-color: #fff;
}

.desc {
    font-size: 0.2rem;
    font-weight: 500;
    color: #f4c0ff;
}

@media (max-width: 1250px) {
    .qr_content {
        transform-origin: bottom right;
        transform: scale(0.8);

    }
}
@media (max-width: 960px) {
    .qr_content {
        transform-origin: bottom right;
        transform: scale(0.7);

    }
}