.plugin-popdlg-container {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
}

.plugin-popdlg-container.none {
    display: none;
}

.plugin-popdlg-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    filter: alpha(opacity=70);
    opacity: 0.5;
}

.plugin-popdlg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    border-radius: 5px;
}

.plugin-popdlg-new {
    /* width: 422px; */
    width: 390px;
    height: 482px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 100001;
}

.plugin-popdlg-header {
    height: 35px;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    background-color: #f3f3f3;
    line-height: 35px;
}

.plugin-popdlg-header p {
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    margin-left: 15px;
    float: left;
    margin-top: 0;
}

.plugin-popdlg-close {
    float: right;
    margin-right: 10px;
    cursor: pointer;
    margin-top: 3px;
}

.plugin-popdlg-close2 {
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('https://cdn.55haitao.com/bbs/data/attachment/deal/2019/11/08/107032948c9ba408c4f4329fc083bdd480a1.png');
    position: relative;
    top: 17px;
    left: 21px;
    width: 32px;
    height: 32px;
    background-color: #F5F5F5;
    border-radius: 16px;
    float: right;
    margin-right: 10px;
    cursor: pointer;
    margin-top: 3px;
}
.plugin-popdlg-close2:hover {
    background-image: url('https://cdn.55haitao.com/bbs/data/attachment/deal/2019/11/08/107032948c9ba408c4f4329fc083bdd480a1.png');
}

.plugin-popdlg-close2 img {
    margin-top: 7px;
    margin-left: 8px;
}

.plugin-popdlg-body {
    width: 100%;
}

.plugin-popdlg-body iframe {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 5px;
}

.plugins-popdlg-container {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    display: none;
}

.plugins-popdlg-container.active {
    display: block;
}

.plugins-popdlg {
    position: fixed;
    left: 0;
    bottom: -80px;
    right: 0;
    margin: auto;
    background-color: #fff;
    border: 5px solid #e5e5e5;
    border-radius: 5px;
}

.plugins-popdlg-header {
    height: 47px;
    width: 100%;
    border-bottom: 1px solid #e1f3d8;
    background-color: #f0f9eb;
    line-height: 47px;
    display: flex;
    align-items: center;
}

.plugins-popdlg-header p {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin-left: 12px;
    float: left;
    margin-top: 0;
    color: #67c23a;
}

.plugins-popdlg-close {
    float: right;
    margin-right: 10px;
    cursor: pointer;
    margin-top: 3px;
}

.plugins-popdlg-body {
    width: 100%;
    height: 137px;
}

.plugins-popdlg-body iframe {
    width: 100%;
    height: 100%;
}

.plugins-popdlg-container .plugins-popdlg-header .succeed-tip {
    float: left;
    margin-left: 20px;
    background-color: #67c23a;
    border-radius: 50%;
    height: 14px;
    width: 14px;
    padding: 2px;
}

.pop-loadidng__tpl { position: fixed; z-index: 10000; width: 376px; height: 482px; top: 50%; left: 50%; transform: translate(-50%, -50%); background-color: #fff; margin-top: 35px; }
.pop-loadidng__tpl .wechat-qrcode__qrcode { margin: 120px auto; height: 220px; width: 240px; background-size: contain; background-position: 50%; background-repeat: no-repeat; }
