/* 弹框中内容的样式 */
.advertise-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    /* background-color: pink; */
}

/* 复制反馈样式 */
.copy-feedback {
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 14px;
    z-index: 9999;
    pointer-events: none;
    transition: opacity 0.3s;
}

.copy-feedback.fade-out {
    opacity: 0;
}

.modal-dialog {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) !important;
    width: 467px;
}

.modal-title {
    font-size: 20px;
}
.modal-header .close {
    float: right;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    margin-top: -5px;
}
.w-6 {
    width: 24px;
}
.h-6{
    height: 24px;
}
.flex {
    display: flex;
}
.ml-auto {
    margin-left: auto;
}
.whitespace-pre-line {
    white-space: pre-line;
}
.px-3 {
    padding-left: 12px;
    padding-right: 12px;
}
.modal-body{
    line-height: 16px;
    padding: 15px;
}
@media (min-width: 0) {
    /* 全局弹窗 start */
    #popup-window {
        margin: 0 auto;
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        height: 100%;
        /* max-width: var(--default-screen-max-width); */
        /* min-width: var(--default-screen-min-width); */

        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2000;
        background: transparent;
        /* pointer-events: none; */
    }

    #popup-window .van-overlay {
        position: fixed;
        top: 0;
        left: 0;
        z-index: var(--van-overlay-z-index);
        width: 100%;
        height: 100%;
        background: #0000008f;
        /* pointer-events: none; */
    }

    #van-popup-window {
        z-index: 2013;
        width: 100%;
        height: 100%;
        /* top: 45%; */
        overflow: hidden;
        border: 0;
        background: transparent;
        /* box-shadow: 0.6rem 0.6rem 0.6rem #000000; */
    }

    #van-popup-window .content {
        width: 100%;
        height: 100%;
        display: flex;
    }

    #van-popup-window .content > iframe {
        width: 100%;
        height: 100%;
        display: flex;
        border: 0;
    }
    /* 全局弹窗 end */

    /* 内容部分 */

    .zximg {
        width: 400px;
        height: 480px;
        border-radius: 10px;
        background-color: #d8d8d8;
    }
    .close-image {
        display: block;
        margin: 15px auto 0;
        width: 40px;
        height: 40px;
    }
    .displayhide {
        display: none;
    }
    .msg-wrap {
        width: 400px;
        border-radius: 5px;
        background-color: #fff;
        overflow: hidden;
    }
    .msg-wrap .title {
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 16px;
        font-weight: 500;
        text-align: center;
        color: #070710;
        border-bottom: solid 0.5px rgba(8, 8, 8, 0.1);
    }
    .msg-wrap .msgs {
    }
    .msg-wrap .msg {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .msg-wrap .msg .name {
        font-size: 14px;
        font-weight: 500;
        text-align: center;
        color: #222222cc;
    }
    .msg-wrap .msg .url {
        display: block;
        font-size: 12px;
        font-weight: 500;
        text-align: center;
        color: #3276ff;
    }
    .msg-wrap .btun {
        margin: 20px auto ;
        width: 250px;
        height: 40px;
        font-size: 14px;
        font-weight: 500;
        text-align: center;
        line-height: 40px;
        color: #fff;
        background-color: #3276ff;
        border-radius: 40px;
        cursor: pointer;
    }
}
@media (max-width: 600px) {
    .modal-dialog {
        width: 400px;
        margin: 10px 0;
    }
}
@media (min-width: 1200px) {
    /* 全局弹窗 start */
    #popup-window {
    }

    #popup-window .van-overlay {
    }

    #van-popup-window {
        top: 50%;
    }

    #van-popup-window .content {
    }

    #van-popup-window .content > iframe {
    }

    /* 全局弹窗 end */

    /* 内容部分 */
    .zximg {
        width: 467px;
        height: 520px;
        border-radius: 15px;
        background-color: #d8d8d8;
    }
    .close-image {
        display: block;
        margin: 1.5rem auto 0;
        width: 42px;
        height: 42px;
    }
    .displayhide {
        display: none;
    }
    .msg-wrap {
        width: 460px;
        border-radius: 8px;
        background-color: #fff;
        overflow: hidden;
    }
    .msg-wrap .title {
        padding-top: 24px;
        padding-bottom: 24px;
        font-size: 24px;
        font-weight: 500;
        text-align: center;
        color: #070710;
        border-bottom: solid 1px rgba(8, 8, 8, 0.1);
    }
    .msg-wrap .msgs {
    }
    .msg-wrap .msg {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .msg-wrap .msg .name {
        font-size: 16px;
        font-weight: 500;
        text-align: center;
        color: rgba(34, 34, 34, 0.8);
    }
    .msg-wrap .msg .url {
        display: block;
        font-size: 14px;
        font-weight: 500;
        text-align: center;
        color: #3276ff;
    }
    .msg-wrap .btun {
        margin: 0 auto 38px;
        width: 378px;
        height: 54px;
        font-size: 18px;
        font-weight: 500;
        text-align: center;
        line-height: 54px;
        color: #fff;
        background-color: #3276ff;
        border-radius: 54px;
        cursor: pointer;
    }
}
