.mask-bg {
position: fixed;
top: 0;
bottom: 0;
width: 100%;
background: rgba(0, 0, 0, 0.3);
z-index: 1000000;
}

html[hmaker-ide] .mask-bg{
display:none;
}

.hurom-sky-bar {
  color:#000;
}

.hurom-sky-bar #navmenu_1 .skin-navmenu-icon > .nmi-icon > span > b {
  background:rgb(157,202,39);
  height: 0.08rem;
  border: 1px solid #FFF;
}


.mask-container {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: Center;
}

.wcup {
display: block;
width: 75%;
position: relative;
}

.wcup .content {
display: block;
width: 100%;
}

.wcup .content > section {
padding:.2rem; margin-top:.2rem;background:#FFF;color:#666;
line-height:2em; letter-spacing:1px;
}

.wcup .content img {
display: block;
width: 100%;
}

.wcup .close {
display: block;
position: absolute;
width: 32px;
top: -16px;
right: -16px;
z-index: 1000001;
}

