.pop_mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pop_content {
    width: 6.4rem;
    height: 4.25rem;
    background: url('../mo/img/pop/pop_box.png') no-repeat center center;
    background-size: 100% 100%;
    position: relative;
}
.pop_close {
    width: 0.6rem;
    height: 0.46rem;
    background: url('../mo/img/pop/pop_close.png') no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    bottom: -0.3rem;
    left: 50%;
    transform: translate(-50%, 100%);
    cursor: pointer;
}
/* 登录弹窗 */
.pop_login_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.pop_login_box_title {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 0.88rem;
}
.pop_login_box_title_text {
    font-family: KoreanGWS-normal;
    font-size: 0.32rem;
    color: #E6CFAA;
    line-height: 0.35rem;
    text-align: center;
    margin-bottom: 0.2rem;
}
.pop_login_box_btn {
    width: 2.54rem;
    height: 0.74rem;
    background: url('../mo/img/pop/pop_loginBtn.png') no-repeat center center;
    background-size: 100% 100%;
    margin-top: 0.76rem;
    cursor: pointer;
}


/* 提示弹窗 */
.pop_tip_mask {
    z-index: 10000;
}
.pop_tip_box_text {
    width: 75%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
}
.pop_tip_box_text span {
    font-family: KoreanGWS-normal;
    font-size: 0.32rem;
    color: #E6CFAA;
    line-height: 0.5rem;
}

/* 预约成功提示弹窗 */
.pop_preSuccess_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.pop_preSuccess_box_title {
    font-family: KoreanGWS-normal;
    font-size: 0.32rem;
    color: #E6CFAA;
    line-height: 0.35rem;
    margin-top: 1.03rem;
}
.pop_preSuccess_box_shareBox {
    width: 5.16rem;
    height: 1.24rem;
    background: url('../mo/img/pop/pop_iconBox.png') no-repeat center center;
    background-size: 100% 100%;
    position: relative;
    margin-top: 0.45rem;
}
.pop_preSuccess_box_shareBox_text {
    font-family: KoreanGWS-normal;
    font-size: 0.2rem;
    color: #BEBBB1;
    line-height: 0.35rem;
    text-align: center;
    margin-top: 0.2rem;
}
.pop_preSuccess_box_shareBox_imgBox {
    width: 3.8rem;
    margin: 0.1rem auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pop_preSuccess_box_shareBox_item {
    position: relative;
    margin: 0 0.05rem;
}
.pop_preSuccess_box_shareBox_item:not(:last-child)::after {
    content: '';
    width: 0.01rem;
    height: 0.23rem;
    position: absolute;
    right: -50%;
    bottom: 50%;
    transform: translate(-50%, 50%);
    background: rgba(255, 255, 255, 0.5);
}
.pop_preSuccess_box_shareBox_item_img {
    width: 0.43rem;
    height: 0.4rem;
}

/* 邀请链接弹窗 */
.pop_invite_box_title {
    font-family: KoreanGWS-normal;
    font-size: 0.32rem;
    color: #E6CFAA;
    line-height: 0.35rem;
    text-align: center;
    margin-top: 0.48rem;
}
.pop_invite_box_linkBox {
    width: 5.88rem;
    height: 0.54rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 0.01rem solid rgba(210, 195, 154, 0.4);
    margin: 0.19rem auto 0;
}
.pop_invite_box_linkBox_text {
    font-family: KoreanGWS-normal;
    font-size: 0.18rem;
    color: #BEBBB1;
    line-height: 0.35rem;
    margin-left: 0.13rem;
    margin-right: 0.1rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.pop_invite_box_linkBox_copyBtn {
    width: 0.77rem;
    height: 0.35rem;
    background: url('../mo/img/pop/pop_copy.png') no-repeat center center;
    background-size: 100% 100%;
    cursor: pointer;
    margin-right: 0.13rem;
}
.pop_invite_box_textBox {
    width: 5.95rem;
    margin: 0.25rem auto 0;
    font-family: KoreanGWS-normal;
    font-size: 0.18rem;
    color: #BEBBB1;
}
.pop_invite_box_textBox_text {
    margin-bottom: 0.2rem;
}
.pop_invite_box_textBox_desc {
    margin-bottom: 0.05rem;
}
.pop_invite_box_textBox_desc_label {
    color: #E6CFAA;
}
/* 兑换中心弹窗 */
.pop_exchange_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 0.1rem;
    box-sizing: border-box;
}
.pop_exchange_box_text {
    font-family: KoreanGWS-normal;
    font-size: 0.32rem;
    color: #E6CFAA;
    line-height: 0.35rem;
    text-align: center;
    margin-bottom: 0.2rem;
}



