.pop-wrapper {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.9);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    overflow: hidden;
    touch-action: none;
    overscroll-behavior: contain;
}
.pop-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.pop-close {
    width: 0.5rem;
    height: 0.5rem;
    background: url(../img/close.png) no-repeat center center;
    background-size: 100% 100%;
    cursor: pointer;
    position: absolute;
    top: 0.3rem;
    right: 0.3rem;
}
/* 作品弹窗 */
.creationPop-content {
    width: 100vw;
    height: 100vh;
}
.creationPop-content-top {
    width: 100%;
    height: 0.97rem;
    background: rgba(0, 0, 0, 0.67);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 0.3rem;
    box-sizing: border-box;
}
.creationPop-content-top-backBtn {
    width: 0.59rem;
    height: 0.59rem;
    background: url(../img/back.png) no-repeat center center;
    background-size: 100% 100%;
}
.creationPop-content-container {
    width: 100%;
    height: 100%;
    overflow: auto;
    overscroll-behavior: contain;
    display: flex;
    align-items: center;
}
.creationPop-content-container-imgBox {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.creationPop-content-container-imgBox .van-swipe {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.creationPop-content-container-imgBox .van-swipe-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.creationPop-content-container-imgBox img{
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}
.creationPop-content-container-videoBox {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.creationPop-content-container-videoBox video {
    width: 100%;
    /* height: 50%; */
    object-fit: contain;
    display: block;
}
.creationPop-content-bottom {
    width: 100%;
    height: 1.93rem;
    background: rgba(0, 0, 0, 0.67);
    display: flex;
    flex-wrap: wrap;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding: 0.3rem;
    box-sizing: border-box;
}
.creationPop-content-bottom-name {
    font-size: 0.45rem;
    color: #E4BE94;
    margin-bottom: 0.1rem;
    display: flex;
    align-items: center;
}
.creationPop-content-bottom-name-shortId {
    width: 2rem;
    display: inline-block;
}
.creationPop-content-bottom-name-nickName {
    width: 3rem;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.creationPop-content-bottom-info {
    width: 100%;
    font-size: 0.35rem;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.creationPop-content-bottom-info-name {
    width: 5.1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.creationPop-content-bottom-info-likeBox {
    position: relative;
    width: 1.4rem;
}
.creationPop-content-bottom-info-likeBox-likeCount {
    text-align: center;
}
.creationPop-content-bottom-info-likeBox-likeBtn {
    width: 1.44rem;
    height: 1.28rem;
    background: url(../img/icon1.png) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: -1.6rem;
    left: 50%;
    transform: translateX(-50%);
}
/* 用户登录弹窗 */
.loginPop-content {
    width: 5.77rem;
    height: 5.85rem;
    background: url(../img/pop_sign.png) no-repeat center center;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 1.7rem 0.4rem 0;
}
.loginPop-content-input {
    width: 100%;
    height: 0.8rem;
    font-size: 0.24rem;
    background: #271617;
    border-radius: 0.39rem;
    border: 0.02rem solid #D8C49A;
    padding: 0 0.4rem;
    box-sizing: border-box;
    margin-bottom: 0.32rem;
    color: #FFE7CB;
    vertical-align: top;
    &::placeholder {
        color: #FFE7CB;
        font-style: italic;
    }
}
.loginPop-content-captchaBox {
    width: 100%;
    height: 0.78rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.loginPop-content-captchaBox-input {
    width: 100%;
    height: 100%;
    font-size: 0.24rem;
    vertical-align: top;
    color: #FFE7CB;
    border: 0.02rem solid #D8C49A;
    padding: 0 0.4rem;
    background: #271617;
    border-radius: 0.39rem;
    box-sizing: border-box;
    &::placeholder {
        color: #FFE7CB;
        font-style: italic;
    }
}
.loginPop-content-captchaBox-btn {
    flex-shrink: 0;
    width: 2.08rem;
    height: 0.78rem;
    margin-left: 0.2rem;
    font-size: 0.24rem;
    color: #FFE7CB;
    border-radius: 0.39rem;
    border: 0.02rem solid #D8C49A;
    text-align: center;
    line-height: 0.78rem;
    box-sizing: border-box;
}
.loginPop-content-btn {
    width: 2.69rem;
    height: 1.28rem;
    background: url(../img/pop_btn2.png) no-repeat center center;
    background-size: 100% 100%;
    margin: 0.58rem auto 0;
}
/* 投票确认弹窗 */
.voteConfirmPop-content {
    width: 5.77rem;
    height: 5.85rem;
    background: url(../img/pop_confirm.png) no-repeat center center;
    background-size: 100% 100%;
}
.voteConfirmPop-content-text {
    font-size: 0.24rem;
    text-align: center;
    color: #FFE7CB;
    margin: 2.5rem 0 0.6rem;
}
.voteConfirmPop-content-btnBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0.3rem;
}
.voteConfirmPop-content-btnBox-btn {
    width: 2.69rem;
    height: 1.28rem;
}
.voteConfirmPop-content-btnBox-cancelBtn {
    background: url(../img/pop_btn.png) no-repeat center center;
    background-size: 100% 100%;
}
.voteConfirmPop-content-btnBox-confirmBtn {
    background: url(../img/pop_btn1.png) no-repeat center center;
    background-size: 100% 100%;
}
/* 成功提示弹窗 */
.successTipPop-content {
    width: 5.77rem;
    height: 3.07rem;
    background: url(../img/pop_success.png) no-repeat center center;
    background-size: 100% 100%;
}
.successTipPop-content-text {
    font-size: 0.24rem;
    text-align: center;
    color: #FFE7CB;
    margin-top: 1.95rem;
}
/* 失败提示弹窗 */
.failTipPop-content {
    width: 5.77rem;
    height: 3.07rem;
    background: url(../img/pop_failure.png) no-repeat center center;
    background-size: 100% 100%;
}
.failTipPop-content-text {
    font-size: 0.24rem;
    text-align: center;
    color: #FFE7CB;
    margin-top: 1.95rem;
}
/* 分享弹窗 */
.sharePop {
    overflow: auto;
    touch-action: auto;
}
.sharePop-content {
    width: 6rem;
    height: 10.66rem;
    position: absolute;
    top: 1.1rem;
    left: 50%;
    transform: translateX(-50%);
}
.sharePop-content-close {
    width: 0.56rem;
    height: 0.56rem;
    background: url(../img/close1.png) no-repeat center center;
    background-size: 100% 100%;
    margin: 0.2rem auto 0;
}
.sharePop-content-box {
    width: 6rem;
    height: 10.66rem;
    background: url(../img/share_banner.jpg) no-repeat center center;
    background-size: 100% 100%;
    position: relative;
}
#qrcode-container {
    width: 1.15rem;
    height: 1.15rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    position: absolute;
    bottom: 0.56rem;
    right: 0.62rem;
}
#qrcode-container img {
    max-width: 100%;
    max-height: 100%;
}
.sharePop-content-generatedImage {
    width: 100%;
    height: 100%;
}