.login-page {padding-bottom:40px;display:flex;justify-content:center;align-items:center;background: linear-gradient(138deg, #6c48f2 0%, #335df8 60%, #284ffa 80%);}
.login {width:400px;height:600px;margin:50px auto 50px auto;border-radius:12px;background-color:#fff;box-shadow:0 2px 6px rgba(26,26,26,.36);display:-webkit-flex;display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:nowrap;}
.login-wrap {flex:1;height:100%;position:relative;box-sizing:border-box;text-align:center;}
.login-wrap .login-logo {display:flex;margin-bottom:10px;margin:40px auto auto auto;justify-content:center;align-items:center;}
.login-logo img {height:60px;}
.login-way>span {display:inline-block;padding:0;color:#999999;font-size:16px;cursor:pointer;margin:0 20px;}
.login-way {height:36px;}
.login-way>span:after {content:"";display:block;width:36px;height:3px;margin:6px auto 0;}
.login-way .active {color:#1a1a1a;}
.login-way .active:after {background:#EB3F3B;}
.form-item {width:326px;margin-bottom:10px;margin:20px auto auto auto;}
.login-input {width:100%;height:40px;text-indent:10px;border:1px solid #ddd;}
.login-input:hover {border-color:#4385F5;}
.login-input:focus {border-color:#4385F5;border-right-width:1px !important;outline:0;-webkit-box-shadow:0 0 0 2px rgba(24,144,255,0.2);box-shadow:0 0 0 2px rgba(24,144,255,0.2);}
.captcha_img img {width:172px;cursor:pointer;}
.login-btn {width:100%;height:44px;font-size:16px;margin-top:5px;color:#fff;cursor:pointer;border:1px solid #4285f4;background-color:#4285f4;}
.login-btn:focus {border-color:#4385F5;border-right-width:1px !important;outline:0;}
.inputcode-box {width:100%;display:flex;}
.inputcode-input {width:200px;height:40px;text-indent:10px;border:1px solid #ddd;}
.inputcode-input:hover {border-color:#4385F5;}
.inputcode-input:focus {border-color:#4385F5;border-right-width:1px !important;outline:0;-webkit-box-shadow:0 0 0 2px rgba(24,144,255,0.2);box-shadow:0 0 0 2px rgba(24,144,255,0.2);}
.logincode-btn {width:120px;height:40px;font-size:16px;color:#4385F5;cursor:pointer;border:1px solid #ddd;border-right-width:1px !important;overflow:hidden;margin-left:5px;}
.logincode-btn:focus {background-color:#4285f4;border-color:#4385F5;border-right-width:1px !important;outline:0;color:#fff;}
.footer-operation {padding:12px 0;font-size:14px;margin-top:20px}
.footer-operation a {color:#4285f4;}
.footer-operation p {color: #999;font-size: 14px;}