@charset "utf-8";

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: white;
}

* {
    touch-action: pan-y;
}

input {
    margin: 0;
    padding: 0;
    border: none;
    touch-action: manipulation;
    outline: none;
    box-sizing: border-box;
    background-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

[v-cloak] {
    display: none !important;
}

/* ::-webkit-input-placeholder {
    color: #C0C0C0;
    font-size: 0.28rem;
} */

.banner-ads-wrap {
    background: white;
    padding: 10px;
    clear: both;
}

.banner-ads-img {
    width: 100%;
    object-fit: cover;
    margin-top: 5px;
}

.pop-ad-frame {
    /*width: 300px;*/
    height: 360px;
    margin: auto 40px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background-color: red;*/
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pop-ad-close-btn {
    font-size: 26px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.pop-ad-pic {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.pop-ad-close-img-btn {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    border-radius: 50%;
    opacity: 0.8;
}

.mask-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 998;
    background-color: rgba(0, 0, 0, .3);
}

/*适配刘海屏底部安全区*/
.safe-bottom {
    padding-bottom: constant(safe-area-inset-bottom) !important;
    padding-bottom: env(safe-area-inset-bottom) !important;
}
