.cnb-zone {position:relative;}
.cnb-zone.cnb-zone-379 {position: unset;}
.cnb-zone.cnb-zone-51 .banner-token,
.cnb-zone.cnb-zone-51 .banner-adv-remark {
    top: 45px;
}
.cnb-zone.cnb-zone-51 .token-info {
    top: unset;
    bottom: 0;
}
.cnb-zone .cnb-backdrop {
    display:block;
     position:fixed;
     z-index:99999;
     opacity:0.5;
     filter:alpha(opacity=50);
     top:0;
     right:0;
     left:0;
     bottom:0;
     background:#000;
}
 .cnb-zone .cnb-popup {
    display: block;
    position: fixed;
    border: 0;
    background: #fff;
    left: 50%;
    z-index: 100000;
    border-radius: 10px;
    padding: 39px 0px 0px 0px;
    max-width: 100%;
}
 .cnb-zone .cnb-popup {
    margin-left: 0 !important;
    left: 0;
}
 .cnb-zone .cnb-container > iframe, .cnb-zone .cnb-container > video, .cnb-zone .cnb-container > div {
    vertical-align: middle;
    max-width: 100%;
}
 .cnb-zone .cnb-bottom {
    bottom:0%;
}
 .cnb-zone .cnb-center {
    top:50%;
    left:50%;
    transform:translateX(-50%);
}
 .cnb-zone .cnb-close {
     width:20px;
     text-align:center;
     cursor:pointer;
     background:#fff;
     position:absolute;
     top:3px;
     text-decoration:none;
     border-radius:3px;
     font-size:12px;
     color:#5d5d5d;
}
 .cnb-zone .cnb-close-right {
     right:15px;
}
 .cnb-zone .cnb-close-left {
     left:4px;
}
 .cnb-zone .cnb-close-text {
     position:absolute;
     left:8px;
     width:130px;
     background:#fff;
     top:13px;
     cursor:pointer;
     text-decoration:none;
     border-radius:3px;
     font-size:12px;
     color:#5d5d5d;
}
.cnb-zone .cnb-container {
    position:relative;
     display:inline-block;
     vertical-align: 0;
}
.cnb-zone .cnb-container iframe {
    border:0;
}
.cnb-zone .cnb-container img {
    max-width: none;
     vertical-align: middle;
     width: 100%;
}
.cnb-zone .cnb-block {
    display:block;
}
.cnb-zone .cnb-overlay {
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    cursor:pointer;
}
 .cnb-zone.cnb-in, .cnb-html {
    display:block !important;
}
 .cnb-zone .cnb-counter {
    position:absolute;
}
 .cnb-zone-regular{
    position: relative;
}
.cnb-hide {
    display:none !important;
}
.cnb-dummy-counter {
    display:none;
}
.cnb-image img{
    max-width: 100% !important;
}