#dialog {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1.6rem .48rem;
    overflow: auto;
    font-family: Microsoft YaHei, system-ui;
    z-index: 99;
}

a {
    text-decoration: none !important;
}

#dialog .dialog-content {
    position: relative;
    padding: .4rem;
    background: #f3eaf2;
}

#dialog .dialog-content .close {
    display: inline-block;
    position: absolute;
    right: .2rem;
    top: .15rem;
    /* padding: 0.2rem; */
    height: .4rem;
    width: .4rem;
    text-align: center;
    vertical-align: middle;
}

#dialog .dialog-content h1 {
    font-size: .48rem;
    line-height: 1.5;
    text-align: center;
    font-weight: bold;
    color: #616161;
}

#dialog .dialog-content h3 {
    font-size: .3rem;
    text-align: center;
    line-height: 1.5;
    font-weight: bold;
    color: #616161;
    margin-top: 2em;
}

.close-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: .2rem;
    margin-left: 50%;
    transform: translateX(-50%);

    width: 3.62rem;
    height: .93rem;
    background-image: url(/img/iosDialog/btn_close.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: .1rem;
    box-sizing: border-box;
    font-size: .48rem;
    color: #fff;
    font-weight: bold;
    -webkit-text-stroke: .015rem #b94a00;
}
