
.loginBox{position: fixed;top: 0px;right: 30px;z-index: 9999;}
.loginUserId{height: 80px;display: flex;align-items: center;}
.loginBox .loginList{position: absolute; width: 80px;right: 0px;text-align: center; background: white; box-shadow: 0 0 5px #e3e3e3; cursor: pointer; top: 79px; border-radius: 3px;}
.loginBox .login_erweima{position: absolute;padding: 10px;background: white;width: 110px; right: -20px;}
.loginBox .login_erweima img{width: 100%;}
.loginBox .userLogo{height: 37px;border-radius: 100%;}
.loginList li{line-height: 40px;}
.loginBox:hover .login_erweima{display: block !important;}
.loginBox:hover .loginList{display: block !important;background: #3382fb;color: white;}
.loginTools{padding: 5px 20px;border: solid 1px #3280fc;color: #3280fc;border-radius: 3px;text-align: center;cursor: pointer;background-color: white;margin-top:21px;display: inline-block;}
.loginTools:hover{background-color: #3280fc;color: white;} 


.wechatLogin .zzc{position: fixed;top: 0;left: 0;width: 100%;height: 100%;background-color: black;opacity: .4;z-index: 9999;}
.wechatLogin .wechatErweima{
    position: fixed;top: 50%;left: 50%;z-index: 999999; width: 460px;height: 360px;margin-left: -230px;margin-top: -180px;border: solid 1px #e3e3e3;box-shadow: 0 2px 15px rgb(120 121 123 / 50%); background: white;border-radius: 20px;
}
.wechatLogin .wechatErweima .erweima{height: 150px;margin: 0 20px 0 0;display: block;border: solid 1px #e3e3e3;padding: 10px;}
.wechatLogin .wechatErweima .erweima_tip{height: 150px;margin: 0;}
.wechatLogin .wechatErweima .tit{text-align: center;padding: 35px 0 15px 0;font-weight: bold;}
.wechatLogin .wechatErweima  .loginpic{display: flex;justify-content: center;align-items: center;margin: 30px auto;}
.wechatLogin .wechatErweima .tit img {margin-right: 10px;}
.wechatLogin .wechatErweima .tit i {font-size: 20px;letter-spacing: 2px;}
.wechatLogin .wechatErweima .botword{display: block;text-align: center;font-size: 16px;}
.wechatLogin .wechatErweima .botword i{color: #09BC06;font-size: 16px;}
.wechatLogin .wechatcts{position: relative;}
.wechatLogin .wechatClose{position: absolute;top: 0;right: -27px;cursor: pointer;}
