@charset "utf-8";

.popup {
    width: 15.2rem !important;
    height: 19.4rem;
    padding-top: 0;
    background: url(../images/advert_mb_wap.png) no-repeat center center;
    background-size: 100% 100%;
    margin: 0 auto !important;
    left: 0 !important;
    right: 0;
}

.popup .ecWap-box-ok {
    background: transparent;
}

.popup .ecWap-box-header {
    width: 10.7rem;
    height: 1.75rem;
    background-size: 100% auto;
    text-align: center;
    margin: 1.65rem auto 0;
}


.popup .ecWap-box-title {
    padding-left: 0;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin: 0 auto;
    line-height: 1;
    margin-top: -1rem;
    font-size: 1rem;
    color: #C9A782;
    letter-spacing: 0;
    text-align: center;
}
.popup .ecWap-box-content {
    margin: 0rem 1.65rem 0 1.65rem;
    padding: 0;
    height: 10.95rem;
    color:#666666;
    font-size: 0.6rem;
    text-align: justify;
    letter-spacing: 0;
}


.popup .ecWap-dialog-content p{
    color:#666666;
}
.popup .ecWap-box-content::-webkit-scrollbar {
    width: 0.2rem;
    height: 1px
}

.popup .ecWap-box-content::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0);
    border-radius: 5px
}

.popup .ecWap-box-content::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: rgba(255, 255, 255, 0);
}

.popup .ecWap-box-footer {
    display: block;
    margin-top: 1.2rem;
}

.popup .ecWap-box-ok {
    min-width: 5.2rem;
    max-width: 10rem;
    height: 1.7rem;
    margin: 0 auto;
    line-height: 1.5rem;
    color: #fff;
    font-family: HYQiHei-EES;
    font-size: 0.75rem;
    letter-spacing: -0.18px;
    text-align: center;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.popup .ecWap-box-footer a:nth-child(1) {
    border-radius: 1.4rem;
}

.popup .ecWap-box-close {
    background: url(../images/advert_mb_2.png) no-repeat center center;
    position: absolute;
    right: -2.4rem;
    top: -3.3rem;
    height: 1.2rem;
    width: 1.2rem;
    text-indent: -9999px;
    background-size: 100% 100%;
    margin-top: -.45em;
    display: block;
}







