.codediv{display:flex;justify-content:space-between}.codediv .login-code{height:2.8rem}.codediv .login-code img{height:100%}.wx-auth-link{display:flex;align-items:center;justify-content:center;gap:6px;padding:8px 0;margin-bottom:12px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:all .25s ease}.wx-auth-link .wx-auth-icon{flex-shrink:0;width:16px;height:16px}.wx-auth-link .wx-icon-wechat{color:#07c160;transition:transform .25s ease}.wx-auth-link .wx-icon-check{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;font-size:12px;color:#fff;background:#07c160;border-radius:50%}.wx-auth-link .wx-auth-text{font-size:13px;color:#666;position:relative;transition:color .25s ease}.wx-auth-link .wx-auth-text:after{content:"";position:absolute;left:0;bottom:-1px;width:0;height:1px;background:#07c160;transition:width .3s ease}.wx-auth-link:hover .wx-icon-wechat{transform:scale(1.2)}.wx-auth-link:hover .wx-auth-text{color:#07c160}.wx-auth-link:hover .wx-auth-text:after{width:100%}.wx-auth-link.wx-authed{cursor:default}.wx-auth-link.wx-authed .wx-auth-text{color:#07c160;font-weight:500}.wx-auth-link.wx-authed .wx-auth-text:after{display:none}