html{background: #ebf1fd url(../images/index/login-bg.png) center top no-repeat; min-width: 1300px;}
.wrap{min-width: 1300px; width: 1300px; margin: 0 auto;}
.login{margin-top: 35px;}
.login-text{font-size: 16px; color: #57617b; margin-top: 33px; line-height: 24px}
.login-text span{background: #f23e3d; color: #fff; font-size: 13px; padding: 3px 9px; border-radius: 10px 10px 10px 0; position: relative; top: -4px;}
.login-text b{border-radius: 50%; width: 10px; height: 10px; background: var(--primary); display: inline-block; position: relative; top
1px; margin-right: 10px; left: 2px;}
.loginBox{box-shadow: 0 0px 5px 4px #dee7f8; border-radius: 15px; background: #fff; width: 474px; box-sizing: border-box;}
.tab-change{justify-content: space-evenly;}
.tab-change a{position: relative; color: #777;}
.tab-change a.active{color: #000;}
.tab-change a.active::before{position: absolute; top: 26px; content: ""; width: 40px; height: 5px; border-radius: 8px; left: 50%; margin-left: -20px; background: var(--primary);}
.loginBox{padding-top: 45px; height: 560px;}
.loginBox .tab-change{margin-top: 30px;}
.loginBox h2{font-size: 24px; text-align: center; margin-bottom: 20px;}
.loginBox .wechatBox{background: url(../images/index/login-ewm.png) center no-repeat; width: 166px; height: 166px; display: flex; justify-content: center; align-items: center;}
.wechat .bot-tip{width: 100%; text-align: center; font-size: 12px; color: #b0b0b0; bottom: 40px;}
.loginBox .input-text{border: 1px solid #ededfe; background: #f3f7ff; border-radius: 4px; width: 400px; height: 55px; line-height: 55px;}
.loginBox .loginIn {width: 400px;display: block;margin: 25px auto;text-align: center;height: 50px;line-height: 50px;font-size: 20px;letter-spacing: 4px;}
.loginBox .getcode{height: 53px; border: 1px solid #ededfe; line-height: 53px; display: block; border-radius: 5px; width: 100px; text-align: center; background: #f3f7ff;}
.register .codeSet .layui-icon{top: 7px;right: 10px;font-size: 20px; color: #999;}
.loginBox .input-text::-webkit-input-placeholder{color:#777 !important;}
