/*添加的登录、注册的弹框样式*/
.alertB1{position:fixed;width:200px;min-height:120px;top:50%;left:50%;margin-left:-100px;margin-top:-60px;z-index:999;border-radius:10px;overflow: hidden;}
.alertB1 .position{position:relative;min-height:120px;line-height:16px;display:flex;justify-content: center;align-items:center;padding:0px 10px;}
.alertB1 i{background:#000;opacity:.8;position:absolute;top:0;bottom:0;left:0;right:0;z-index:1;}
.alertB1 font{color:#dfdfe1;font-size:16px;position:relative;z-index:10;}