<>::-webkit-scrollbar {
width: 9px;
}
.openLogin-wrap{
display: none;
position: fixed;
top: 0;
right: 0;
left: 0;
bottom: 0;
z-index: 901;
opacity: 0;
transition: all 1s;
}
.openLogin-bg{
position: absolute;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,.5);
}
.openLogin-iframe{
position: absolute;
top: 50%;
left: 50%;
width: 460px;
height: 350px;
transform: translate(-50% -50%);
border-radius: 40px;
}>