@charset "UTF-8";
.header {
  background-color: #fff;
  border-bottom: 1px solid #e1e4e8; }
  .header.header-fixed {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0; }
  .header.header-fixed + * {
    margin-top: 75px; }

.nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px; }
  .nav-wrapper .nav-left {
    display: flex;
    align-items: center; }
  .nav-wrapper .nav-right {
    display: flex;
    align-items: center; }
  .nav-wrapper .h-logo img {
    height: 100%; }
  .nav-wrapper .logo-text a {
    margin-right: 16px;
    font-size: 20px;
    font-weight: 500;
    color: #00aaee; }
  .nav-wrapper .nav-list {
    display: flex;
    align-items: center;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0; }
    .nav-wrapper .nav-list .nav-item {
      height: 60px;
      line-height: 60px;
      position: relative; }
      .nav-wrapper .nav-list .nav-item .nav-link {
        padding: 0 15px;
        color: #2e494e; }
        .nav-wrapper .nav-list .nav-item .nav-link:hover, .nav-wrapper .nav-list .nav-item .nav-link.active {
          color: #00aaee; }
  .nav-wrapper .dropdown-item {
    line-height: 20px; }
  .nav-wrapper .h-search {
    margin-left: auto;
    flex: 0 0 60px;
    text-align: center; }
    .nav-wrapper .h-search .h-search-link {
      display: block;
      height: 60px;
      line-height: 60px;
      padding: 0 10px; }
  .nav-wrapper .h-account {
    padding-left: 10px; }

@media (max-width: 575.98px) {
  .header {
    height: auto; }
    .header.header-fixed + * {
      margin-top: 105px; }
    .header .nav-wrapper {
      flex-wrap: wrap; }
    .header .logo-text {
      font-size: 20px;
      float: none;
      flex: 0 0 100%;
      margin-right: 0;
      display: block;
      padding: 0;
      text-align: left;
      margin-left: 10px;
      line-height: 44px; }
    .header .nav-list {
      overflow: hidden;
      width: 100%;
      list-style: none;
      padding: 0;
      height: 44px;
      margin: 0;
      overflow-x: scroll;
      -webkit-overflow-scrolling: touch;
      white-space: nowrap; }
      .header .nav-list .nav-item {
        height: 44px;
        line-height: 44px;
        position: relative; }
      .header .nav-list .nav-link {
        line-height: 44px !important;
        padding: 0 10px;
        position: relative; } }
.diy-btn {
  border: 1px solid transparent;
  border-radius: 3px;
  padding: 0.4rem 1.2rem;
  line-height: 1.6;
  text-align: center;
  cursor: pointer;
  font-size: 0.86rem;
  background-color: #fff;
  color: fade(#000, 70%);
  display: inline-block;
  -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); }
  .diy-btn:hover, .diy-btn:focus, .diy-btn:active {
    background-color: transparent;
    color: #00aaee;
    transition: 0.3s; }
  .diy-btn.diy-btn-text {
    background-color: transparent;
    border: 1px solid transparent;
    color: fade(#000, 60%); }
    .diy-btn.diy-btn-text:hover, .diy-btn.diy-btn-text:focus, .diy-btn.diy-btn-text:active {
      color: fade(#000, 80%);
      transition: 0.3s; }
  .diy-btn.circle {
    border-radius: 1.5rem; }
  .diy-btn.diy-btn-primary {
    background-color: #00aaee;
    border: 1px solid #00aaee;
    color: #fff !important; }
    .diy-btn.diy-btn-primary:hover, .diy-btn.diy-btn-primary:focus, .diy-btn.diy-btn-primary:active {
      background-color: #0198d4;
      border: 1px solid #0198d4;
      color: #fff !important;
      transition: 0.3s; }
    .diy-btn.diy-btn-primary.diy-btn-text {
      background-color: transparent;
      border: 1px solid transparent;
      color: #00aaee !important; }
      .diy-btn.diy-btn-primary.diy-btn-text:hover, .diy-btn.diy-btn-primary.diy-btn-text:focus, .diy-btn.diy-btn-primary.diy-btn-text:active {
        color: #0198d4 !important;
        transition: 0.3s; }
    .diy-btn.diy-btn-primary.outline {
      background-color: inherit;
      border: 1px solid #00aaee;
      color: #00aaee !important; }
      .diy-btn.diy-btn-primary.outline:hover, .diy-btn.diy-btn-primary.outline:focus, .diy-btn.diy-btn-primary.outline:active {
        background-color: fade(#00aaee, 10%);
        transition: 0.3s; }
  .diy-btn.diy-btn-empty {
    color: rgba(0, 0, 0, 0.65);
    background-color: #fff;
    border-color: #dfdfdf;
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015); }
    .diy-btn.diy-btn-empty:hover, .diy-btn.diy-btn-empty:focus, .diy-btn.diy-btn-empty:active {
      text-decoration: none;
      background-color: #fcfcfc;
      border: 1px solid #dfdfdf; }

.diy-btn-block {
  width: 100%; }

.diy-btn-xs {
  padding: 0.2rem 0.5rem;
  font-size: 0.75rem; }

.diy-btn-sm {
  padding: 0.2rem 0.5rem;
  font-size: 0.85rem; }

/*登录表单*/
.login-panel {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 115px;
  margin-bottom: 50px;
  background-color: #fff;
  border-radius: 3px;
  border: 0;
  -webkit-box-shadow: initial;
  box-shadow: inherit; }

.login-panel-body {
  padding: 18px;
  position: relative; }

.login-title {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 22px;
  text-align: center;
  margin-bottom: 12px;
  line-height: 1.2; }

.form-group {
  display: flex;
  font-size: 14px;
  margin-bottom: 18px; }

.form-group .form-item-label {
  width: 70px;
  color: #606266;
  font-size: 14px;
  display: inline-flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex: 0 0 auto;
  height: 32px;
  line-height: 32px;
  padding: 0 12px 0 0;
  box-sizing: border-box; }

.form-group .form-item-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex: 1;
  line-height: 32px;
  position: relative;
  min-width: 0; }

.form-control {
  border: 1px solid #dcdfe6;
  box-shadow: none !important;
  color: #606266;
  padding: 7px 9px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5; }

.form-control::placeholder {
  transition: opacity .3s;
  color: #a8abb2;
  font-weight: 400; }

.form-control:hover, .form-control:focus {
  border: 1px solid #c0c4cc; }

.login-wrapper {
  margin-bottom: 10px; }

/*注册*/
.reg-panel {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 115px;
  margin-bottom: 50px;
  background-color: #fff;
  border-radius: 3px;
  border: 0;
  -webkit-box-shadow: initial;
  box-shadow: inherit; }

.reg-panel-body {
  padding: 18px;
  position: relative; }

/*验证码*/
.verification-code-button {
  background-color: #fff;
  margin-left: 10px; }

.verification-code-button:focus, .verification-code-button:hover {
  color: #409eff;
  background-color: #ecf5ff;
  border-color: #409eff; }

.register-wrapper {
  margin-bottom: 10px; }

/*# sourceMappingURL=user.css.map */
