.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.panel-container {
  width: 1170px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.clearfix {
  overflow: auto;
  zoom: 1;
}
html {
  height: 100%;
}
body {
  font-family: 'Microsoft YaHei' !important;
  height: 100%;
}
a {
  color: #555;
  text-decoration: none;
}
* {
  padding: 0;
  margin: 0;
}
.enter_bg {
  background: url(../images/login_BG_02.png) no-repeat;
  background-size: 90% auto;
}
.txt-center {
  text-align: center;
}
.txt-red {
  color: red;
}
[v-cloak] {
  display: none;
}
.login-panel {
  width: 400px;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 180px;
}
.login-panel .panel-head {
  margin-bottom: 30px;
}
.login-panel .panel-head .iconfont {
  font-size: 44px;
  color: #3091F2;
}
.login-panel .panel-head .logo-box {
  font-size: 44px;
  display: inline-block;
}
.login-panel .panel-head .panel-head-tit {
  font-size: 24px;
  color: #333;
}
.login-panel .panel-head .head-status {
  color: #3091F2;
  font-size: 16px;
  padding-left: 6px;
  border-left: 1px solid #ddd;
  line-height: 16px;
  display: inline-block;
}
.login-panel .panel-bottom {
  text-align: center;
  margin-top: 30px;
}
.login-panel .panel-bottom .bottom-tips {
  font-size: 14px;
  color: #333;
  margin: 0;
}
.login-panel .panel-bottom .bottom-tips a {
  color: #3091F2;
  text-decoration: none;
}
.login-panel .panel-bottom .other-ways-tit {
  position: relative;
  width: 220px;
  border-top: 1px solid #eee;
  margin: 40px auto 30px;
}
.login-panel .panel-bottom .other-ways-tit span {
  top: 0;
  left: 50%;
  padding: 0 15px;
  transform: translate(-50%, -50%);
  position: absolute;
  background: #fff;
  color: #999;
  font-size: 14px;
}
.login-panel .panel-bottom .other-ways-list {
  -js-display: flex;
  display: flex;
  justify-content: space-around;
  margin: 0;
}
.login-panel .panel-bottom .other-ways-list li {
  list-style: none;
  text-align: center;
}
.login-panel .panel-bottom .other-ways-list li a {
  text-decoration: none;
  border: 1px solid #eee;
  border-radius: 50%;
  display: inline-block;
  padding: 10px;
}
.login-panel .panel-bottom .other-ways-list li .iconfont {
  font-size: 30px;
}
.login-panel .panel-bottom .other-ways-list li .icon-qq {
  color: #46B9FB;
}
.login-panel .panel-bottom .other-ways-list li .icon-weixin {
  color: #32D46B;
}
.login-panel .panel-bottom .other-ways-list li .icon-weibo {
  color: #FA7260;
}
.login-panel .login-form-content .el-input .el-input__inner {
  height: 50px;
  line-height: 50px;
  border-radius: 0;
}
.login-panel .login-form-content .el-button {
  width: 100%;
  height: 50px;
  border-radius: 0;
}
.login-panel .login-form-content .el-form-item {
  margin: 0;
}
.login-panel .login-form-content .el-form-item + .el-form-item {
  margin-top: 22px;
}
.login-panel .login-form-content .code-input-box .code-input-style {
  width: 210px;
}
.login-panel .login-form-content .code-input-box .code-btn-style {
  width: 170px;
  position: absolute;
  right: 0;
  top: 0;
}
.login-panel .login-form-content .form-btoom .panel-option-wrap {
  display: flex;
  -js-display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}
.login-panel .login-form-content .form-btoom .panel-option-wrap .link-tips {
  font-size: 14px;
  color: #3091F2;
  text-decoration: none;
}
.login-panel .login-form-content .form-btoom .panel-option-wrap .wrap-txt {
  color: #333;
}
.login-panel .login-form-content .form-btoom .checkbox-tips {
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-panel .login-form-content .form-btoom .checkbox-tips .el-checkbox {
  padding-right: 10px;
}
.login-panel .login-form-content .form-btoom .checkbox-tips a {
  color: #3091F2;
}
.login-form .panel-input input {
  padding-left: 46px;
}
