@charset "utf-8";

.stylePopup {
    width: 17.1rem !important;
    height: 18.7rem;
    padding-top: 0;
    background: url(../images/pictures_mb_bg.png) no-repeat center center;
    background-size: 100% auto;
    margin: 0 auto !important;
    left: 0 !important;
    right: 0;
}

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

.stylePopup .ecWap-box-header {
    width: 10.7rem;
    height: 1.75rem;
    background: url(../images/pictures_mb_title_bg2.png) no-repeat center center;
    background-size: 100% auto;
    text-align: center;
    margin: 1.65rem auto 0;
}

.stylePopup .ecWap-box-header.cn {
    width: 7.5rem;
    height: 1.9rem;
    background: url(../images/pictures_mb_title_bg1.png) no-repeat center center;
    background-size: 100% auto;
    text-align: center;
    margin: 1.5rem auto 0;
}

.stylePopup .ecWap-box-title {
    padding-left: 0;
    color: #fff;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width: 8rem;
    margin: 0 auto;
    line-height: 1rem;
    margin-top: -0.2rem;
}

.stylePopup .cn .ecWap-box-title {
    width: 5rem;
    margin-top: 0;
}

.stylePopup .ecWap-box-content {
    margin: 0.4rem 1.95rem 0 2.6rem;
    padding: 0 0.45rem 0 0;
    height: 9.45rem;
    text-align: left;
}

.stylePopup .ecWap-box-content::-webkit-scrollbar {
    width: 0.2rem;
    height: 1px
}

.stylePopup .ecWap-box-content::-webkit-scrollbar-track {
    background: #F6F6F6;
    border-radius: 5px
}

.stylePopup .ecWap-box-content::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #FE9B4C;
}

.stylePopup .ecWap-box-footer {
    display: block;
    margin-top: 0.75rem;
}

.stylePopup .ecWap-box-ok {
    width: 6.2rem;
    height: 1.5rem;
    background-image: linear-gradient(-180deg, #FA9145 0%, #F35821 100%);
    margin: 0 auto;
    line-height: 1.5rem;
    color: #fff;
    font-family: HYQiHei-EES;
    font-size: 0.75rem;
    letter-spacing: -0.18px;
    text-align: center;
}

.stylePopup .ecWap-box-footer a:nth-child(1) {
    border-radius: 28px;
}

.stylePopup .ecWap-box-close {
    background: url(../images/pictures_mb_close.png) no-repeat center center;
    position: absolute;
    right: -1.95rem;
    top: 50%;
    height: 1.5rem;
    width: 2.2rem;
    text-indent: -9999px;
    background-size: 100% 100%;
    margin-top: -.45em;
    display: block;
}

.stylePopup .cn .ecWap-box-close {
    right: -3.5rem;
    margin-top: -.35em;
}
