.ant-input {
  background: none;
}
.ant-input:focus,
.ant-input:hover {
  border-color: #fe6702;
}
.ant-input:focus {
  box-shadow: none;
}
.has-error .ant-input {
  box-shadow: none;
}
a {
  color: #7f8fa4;
}
a:hover {
  color: #fe6702;
}
.ant-dropdown-menu-item:hover,
.ant-dropdown-menu-submenu-title:hover {
  background: none;
}
.ant-spin-nested-loading .ant-spin-top {
  top: 20%;
}
.ant-btn-primary {
  background: #fe6702;
  border-color: #fe6702;
}
.ant-btn-primary:hover {
  background: #e65d01;
  border-color: #e65d01;
}
.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
}
.btn-block {
  display: block;
  width: 100%;
}
.underline {
  text-decoration: underline;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.avatar-sm {
  border-radius: 50%;
  width: 36px;
  height: 36px;
}
.avatar-lg {
  border-radius: 50%;
  width: 100px;
  height: 100px;
}
.icon-loading {
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
body {
  position: relative;
  color: #7f8fa4;
  background: #f9f9f9;
}
.app {
  margin: 0 auto;
}
.header {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .header {
    margin-bottom: 24px;
  }
}
.main {
  margin-bottom: 72px;
  min-height: 480px;
}
.container {
  width: 1200px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (max-width: 767px) {
  .container {
    width: 100%;
  }
}
.es-section {
  border-radius: 4px;
  border: 1px solid #dfe3e9;
}
.es-section .section-header {
  padding: 24px 20px;
  font-size: 24px;
  text-align: center;
  border-bottom: 1px solid #dfe3e9;
  background: #f8fafc;
  color: #354052;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
@media (max-width: 767px) {
  .es-section .section-header {
    font-size: 18px;
    padding: 16px;
  }
}
.es-section .section-body {
  padding: 24px 30px;
  background: #fff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
@media (max-width: 767px) {
  .es-section .section-body {
    padding: 24px 8px;
  }
}
.ant-btn-success {
  color: #fff;
  background: #39b54a;
  border-color: #39b54a;
}
.ant-btn-success:hover,
.ant-btn-success:focus,
.ant-btn-success.active {
  color: #fff;
  border-color: #57ca67;
  background: #57ca67;
}
.header {
  height: 72px;
  background: #fff;
  padding-top: 14px;
}
.header .logo {
  float: left;
}
.header .logo img {
  height: 40px;
}
.header .user-info {
  float: right;
  padding-top: 2px;
}
.header .user-info .anticon {
  color: #313131;
  vertical-align: top;
  margin-top: 14px;
  margin-left: 10px;
}
.header .user-nav {
  float: right;
  padding-top: 0;
}
.header .user-nav li {
  float: left;
  display: block;
  list-style-type: none;
}
.header .user-nav a {
  display: block;
  padding: 10px 20px;
  color: #f1f1f1;
  font-size: 14px;
}
.header .user-nav a:hover {
  color: #fff;
}
.header .esonline-site {
  float: right;
  padding-top: 10px;
  padding-right: 40px;
  font-size: 1.2em;
}
.header .esonline-site:hover {
  color: #fe6702;
}
.login-warp {
  margin: 48px auto;
  width: 450px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .login-warp {
    width: 100%;
    margin: 32px auto;
    padding: 0 16px;
  }
}
.section-login {
  margin-bottom: 10px;
  margin-top: 15px;
}
.section-login .ant-input-lg {
  height: 46px;
  font-size: 14px;
  border-radius: 4px;
}
.section-login .ant-form-item {
  font-size: 14px;
}
.section-login .ant-form-explain {
  font-size: 12px;
}
.section-login label {
  padding-top: 0;
  font-size: 14px;
  color: #7f8fa4;
  display: block;
  text-align: left;
}
.section-login .ant-btn-lg {
  padding: 11px 5px 12px;
  font-size: 14px;
}
.section-login .has-error.has-feedback:after,
.section-login .has-success.has-feedback:after,
.section-login .has-warning.has-feedback:after,
.section-login .is-validating.has-feedback:after {
  top: 7px;
}
.social-login .social-login-header {
  position: relative;
  margin-bottom: 32px;
  text-align: center;
}
.social-login .social-login-header span {
  position: relative;
  display: inline-block;
  padding: 0 48px;
  z-index: 1;
  background: #fff;
}
.social-login .social-login-header:after {
  position: absolute;
  top: 50%;
  left: -33px;
  right: -33px;
  height: 1px;
  background: #dfe3e9;
  content: "";
}
.social-login .social-icons {
  margin-bottom: 30px;
  text-align: center;
}
.social-login .social-icon {
  display: inline-block;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  line-height: 32px;
  margin: 0 8px;
}
.social-login .social-icon.social-icon-weibo {
  background: #f44f4c;
}
.social-login .social-icon.social-icon-renren {
  background: #264fea;
}
.social-login .social-icon.social-icon-qq {
  background: #32acf9;
}
.social-login .social-icon.social-icon-weixin {
  background: #1ec354;
}
.social-login .social-icon .es-icon {
  font-size: 20px;
  color: #fff;
}
