h2.page-header {
  margin: 0 0 22px;
  padding: 0 0 14px;
  border-bottom: 1px solid rgba(90, 148, 254, .14);
  color: #1b365d;
  font-size: 26px;
  line-height: 1.3;
  font-weight: 700;
}

body {
  padding-top: 0 !important;
  overflow-x: hidden;
  background: linear-gradient(180deg, #f0f3ff 0%, #fbf3ec 27%, #f0f3ff 62%, #d8e1ff 100%);
  color: #1b1e23;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.65;
  letter-spacing: 0;
}

a,
a:hover,
a:focus {
  color: #6f69e5;
}

.navbar-white {
  min-height: 74px;
  background: rgba(255, 255, 255, .96);
  border: 0;
  border-bottom: 1px solid #f2f2f2;
  box-shadow: none;
}

.navbar-white .navbar-nav > li > a {
  min-height: 74px;
  padding-top: 25px;
  color: #434850;
}

.navbar-white .navbar-nav > li > a:hover,
.navbar-white .navbar-nav > li > a:focus {
  color: #6f69e5;
  background: transparent;
}

.navbar-brand {
  min-height: 74px;
  display: flex;
  align-items: center;
  color: #5c78ff !important;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
}

.navbar-brand img {
  width: auto;
  height: 44px;
  object-fit: contain;
}

.avatar-text,
.avatar-img,
.profile-avatar-text {
  background: linear-gradient(180deg, #5995fe 0%, #7b73ff 100%);
}

.avatar-img img,
.profile-user-img {
  object-fit: cover;
}

main.content,
.content {
  width: 100%;
  min-height: calc(100vh - 132px);
  padding: 30px 0 44px;
  overflow-x: hidden;
  background: transparent;
}

.container.th_margintop {
  margin-top: 0;
}

.panel,
.panel-default,
.user-section,
.login-section {
  border: 1px solid rgba(90, 148, 254, .16);
  border-radius: 10px;
  background: rgba(255, 255, 255, .84);
  box-shadow: 0 16px 42px rgba(90, 148, 254, .14);
}

.panel-default {
  padding: 0;
}

.panel-default > .panel-heading {
  background: rgba(255, 255, 255, .72);
  border-color: rgba(90, 148, 254, .14);
}

.panel-body {
  padding: 26px;
}

.login-section {
  width: min(560px, calc(100% - 24px));
  margin: 0 auto;
  overflow: hidden;
}

.bid-auth-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 18% 16%, rgba(255, 255, 255, .82) 0 78px, transparent 79px),
    radial-gradient(circle at 84% 84%, rgba(91, 148, 255, .12) 0 90px, transparent 91px),
    linear-gradient(180deg, #f7f9ff 0%, #eef4ff 100%);
}

.bid-auth-page .bid-header {
  position: relative;
}

.bid-auth-page .bid-nav {
  min-height: 56px;
  justify-content: flex-start;
}

.bid-auth-page .bid-brand {
  min-width: 0;
}

.bid-auth-page .bid-nav-links,
.bid-auth-page .bid-search,
.bid-auth-page .bid-account {
  display: none;
}

.bid-auth-page .content {
  min-height: calc(100vh - 150px);
  display: flex;
  align-items: center;
  padding: 56px 0 70px;
}

.bid-auth-page #content-container {
  width: 100%;
}

.login-section.bid-auth-card {
  width: min(528px, calc(100% - 32px));
  padding: 30px 54px 34px;
  border: 1px solid rgba(25, 132, 255, .86);
  border-radius: 18px;
  background: rgba(226, 243, 255, .82);
  box-shadow: 0 20px 48px rgba(72, 134, 255, .16);
}

.bid-auth-logo {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0 auto 28px;
  color: #5c78ff;
  font-size: 25px;
  font-weight: 800;
  line-height: 1;
}

.bid-auth-logo img {
  width: auto;
  height: 40px;
  max-width: 220px;
  object-fit: contain;
}

.bid-auth-logo-mark {
  width: 60px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(180deg, #5995fe 0%, #6d67fb 100%);
  font-size: 19px;
}

.login-section .logon-tab {
  margin: 0;
}

.login-section .logon-tab > a {
  background: rgba(240, 246, 255, .82);
  color: #60728c;
}

.login-section .logon-tab > a:hover {
  background: rgba(240, 246, 255, .94);
}

.login-section .logon-tab > a.active {
  background: #fff;
  color: #1b365d;
}

.login-section .login-main {
  padding: 0;
}

.login-section .form-horizontal .form-group {
  margin: 0 0 16px;
}

.login-section .form-horizontal .form-group::before,
.login-section .form-horizontal .form-group::after {
  content: "";
  display: table;
}

.login-section .form-horizontal .form-group::after {
  clear: both;
}

.login-section .form-horizontal [class*="col-"] {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.login-section .controls {
  min-height: 32px;
  padding: 0 8px;
}

.bid-auth-field .control-label,
.bid-auth-card .form-group > .control-label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.bid-auth-control,
.bid-auth-card .form-group > div {
  width: 100%;
  float: none;
  padding: 0;
}

.bid-auth-card .form-control {
  width: 100%;
  height: 44px;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(92, 132, 180, .26);
  border-radius: 5px;
  color: #1f3656;
  background: rgba(255, 255, 255, .38);
  box-shadow: none;
}

.bid-auth-card .form-control::placeholder {
  color: #9db0c5;
}

.bid-auth-card .form-control:focus {
  border-color: rgba(25, 132, 255, .72);
  background: rgba(255, 255, 255, .58);
  box-shadow: 0 0 0 3px rgba(25, 132, 255, .12);
}

.bid-auth-code .bid-auth-control,
.bid-auth-code > div {
  display: grid;
  grid-template-columns: 1fr 120px;
  gap: 12px;
  align-items: center;
}

.bid-auth-card #vcodeimg {
  width: 120px !important;
  height: 44px;
  margin: 0;
  border-radius: 5px;
}

.bid-auth-forgot {
  min-height: 22px;
  margin: -6px 0 18px;
  text-align: right;
}

.bid-auth-forgot a,
.bid-auth-links a {
  color: #75879e;
  font-size: 14px;
  line-height: 1.4;
}

.bid-auth-forgot a:hover,
.bid-auth-links a:hover {
  color: #1984ff;
}

.bid-auth-actions {
  margin-top: 10px;
}

.bid-auth-card .btn-primary {
  width: 100%;
  height: 44px;
  padding: 0 18px;
  border: 0;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  line-height: 44px;
  background: linear-gradient(180deg, #4b97ff 0%, #5467f4 100%);
  box-shadow: none;
}

.bid-auth-card .btn-primary:hover,
.bid-auth-card .btn-primary:focus {
  background: linear-gradient(180deg, #438dff 0%, #4b5ff0 100%);
}

.bid-auth-links {
  min-height: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 10px;
}

.bid-auth-links.is-center {
  justify-content: center;
}

.bid-wechat-login-panel {
  text-align: center;
  margin-bottom: 8px;
}

.bid-auth-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 18px 0 8px;
  color: #8a97ab;
  font-size: 12px;
}

.bid-auth-divider::before,
.bid-auth-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(90, 148, 254, .16);
}

.bid-auth-divider span {
  white-space: nowrap;
}

.bid-wechat-login-panel h1,
.bid-wechat-user h1 {
  margin: 0 0 10px;
  color: #1b365d;
  font-size: 24px;
  line-height: 1.3;
}

.bid-wechat-login-panel p,
.bid-wechat-user p {
  margin: 0 0 22px;
  color: #5f7188;
  font-size: 14px;
  line-height: 1.7;
}

.bid-wechat-login-button {
  width: 100%;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 6px;
  color: #fff !important;
  background: linear-gradient(180deg, #20c160 0%, #13a64d 100%);
  font-size: 16px;
  font-weight: 700;
  line-height: 46px;
  text-decoration: none !important;
}

.bid-wechat-login-button:hover,
.bid-wechat-login-button:focus {
  color: #fff !important;
  background: linear-gradient(180deg, #1bb557 0%, #109847 100%);
}

.bid-wechat-login-button.is-secondary {
  margin-top: 12px;
  color: #1984ff !important;
  background: rgba(25, 132, 255, .1);
}

.bid-wechat-card .bid-wechat-user {
  text-align: center;
}

.bid-wechat-user img {
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  display: block;
  border-radius: 50%;
  object-fit: cover;
}

.bid-wechat-actions {
  display: grid;
  gap: 12px;
}

.bid-wechat-actions .btn-block {
  width: 100%;
}

.bid-auth-card .checkbox-inline {
  min-height: 22px;
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  padding-left: 0;
  color: #5f7188;
  font-size: 14px;
  line-height: 1.5;
}

.bid-auth-card .checkbox-inline input {
  position: static;
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
  margin: 4px 0 0;
}

.form-control {
  min-height: 40px;
  border-color: rgba(90, 148, 254, .18);
  border-radius: 8px;
  box-shadow: none;
}

.form-control:focus {
  border-color: #6f69e5;
  box-shadow: 0 0 0 3px rgba(111, 105, 229, .12);
}

#vcodeimg {
  height: 40px;
  object-fit: contain;
  border: 1px solid rgba(90, 148, 254, .18);
  border-radius: 8px;
  background: #fff;
}

.control-label {
  color: #60728c;
}

.help-block,
.text-muted {
  color: #7a8caa;
}

.btn {
  border-radius: 20px;
}

.btn-block + .btn-block {
  margin-top: 12px;
}

.btn-primary,
.layui-btn {
  border-color: transparent;
  color: #fff;
  background: linear-gradient(180deg, #5995fe 0%, #7b73ff 100%);
  box-shadow: 0 6px 16px rgba(121, 116, 255, .28);
}

.btn-primary:hover,
.btn-primary:focus,
.layui-btn:hover,
.layui-btn:focus {
  border-color: transparent;
  color: #fff;
  background: linear-gradient(180deg, #5995fe 0%, #7b73ff 100%);
}

.btn-default {
  border-color: #6f69e5;
  color: #6f69e5;
  background: transparent;
}

.btn-default:hover,
.btn-default:focus {
  border-color: #6f69e5;
  color: #6f69e5;
  background: rgba(240, 246, 255, .82);
}

.btn-danger {
  border-color: #ff731b;
  background: #ff731b;
}

.label-primary,
.badge-primary {
  background: linear-gradient(180deg, #5995fe 0%, #7b73ff 100%);
}

.alert-warning {
  border-color: rgba(255, 115, 27, .28);
  background: rgba(255, 243, 218, .76);
  color: #1b365d;
}

.sidenav {
  padding: 14px;
  border: 1px solid rgba(90, 148, 254, .16);
  border-radius: 10px;
  background: rgba(255, 255, 255, .84);
  box-shadow: 0 16px 42px rgba(90, 148, 254, .14);
}

.list-group,
.sidenav .list-group {
  margin-bottom: 14px;
}

.list-group-heading,
.sidenav .list-group .list-group-heading {
  margin: 0 0 8px;
  padding: 8px 10px;
  color: #1b365d;
  font-weight: 700;
  list-style: none;
}

.list-group-heading a {
  color: #1b365d;
}

.list-group-item,
.sidenav .list-group .list-group-item {
  margin-bottom: 4px;
  padding: 0;
  border: 0;
  border-radius: 8px;
  list-style: none;
}

.list-group-item > a,
.sidenav .list-group .list-group-item > a {
  display: block;
  padding: 9px 10px;
  color: #60728c;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item:hover,
.sidenav .list-group .list-group-item.active,
.sidenav .list-group .list-group-item:hover {
  border-left: 0;
  background: rgba(240, 246, 255, .82);
  color: #6f69e5;
}

.list-group-item.active > a,
.list-group-item:hover > a,
.sidenav .list-group .list-group-item.active > a,
.sidenav .list-group .list-group-item:hover > a {
  color: #6f69e5;
}

.user-baseinfo {
  margin-bottom: 25px;
}

.user-baseinfo .row {
  min-height: 38px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(90, 148, 254, .14);
}

.user-baseinfo table tr td {
  color: #60728c;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > thead > tr > th {
  border-color: rgba(90, 148, 254, .14);
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: rgba(240, 246, 255, .52);
}

.pagebar,
.pager {
  margin-top: 18px;
}

.pager li > a,
.pager li > span,
.pagebar a,
.pagebar span {
  border-color: rgba(90, 148, 254, .18);
  border-radius: 18px;
  color: #60728c;
  background: rgba(255, 255, 255, .78);
}

.sidebar-toggle {
  display: none;
}

.footer,
footer.footer {
  clear: both;
  padding: 28px 0;
  margin-top: 0;
  background: #eef5ff;
  color: #7a8caa;
  text-align: center;
  border-top: 1px solid rgba(90, 148, 254, .14);
}

.footer p,
footer.footer .copyright {
  margin: 0;
  padding: 0;
  line-height: 1.6;
  background: transparent;
}

@media (min-width: 992px) {
  .user-center .avatar-text,
  .user-center .avatar-img {
    width: 150px;
    height: 150px;
    border-radius: 150px;
    font-size: 70px;
    line-height: 150px;
  }

  .user-center .avatar-img {
    font-size: 0;
  }

  .user-center .avatar-img img {
    width: 150px;
    height: 150px;
    border-radius: 150px;
  }
}

@media (max-width: 991px) {
  main.content,
  .content {
    padding-top: 24px;
  }

  .navbar-white {
    min-height: 68px;
  }

  .navbar-brand {
    min-height: 68px;
    font-size: 18px;
  }

  .navbar-white .navbar-nav > li > a {
    min-height: 48px;
    padding-top: 14px;
  }

  .sidenav {
    position: fixed;
    top: 68px;
    left: -250px;
    z-index: 1029;
    width: 250px;
    min-width: 250px;
    height: calc(100vh - 68px);
    overflow-x: hidden;
    overflow-y: auto;
    padding: 20px 0;
    transition: left .3s ease;
  }

  .sidebar-toggle {
    position: fixed;
    right: 20px;
    bottom: 70px;
    z-index: 999999;
    width: 50px;
    height: 50px;
    display: block;
    padding: 10px;
    border-radius: 50%;
    background: linear-gradient(180deg, #5995fe 0%, #7b73ff 100%);
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    box-shadow: 0 6px 16px rgba(121, 116, 255, .28);
  }

  body.sidebar-open .sidenav {
    left: 0;
    box-shadow: 0 16px 42px rgba(90, 148, 254, .2);
  }

  body.sidebar-open .sidebar-toggle i:before {
    content: "\f00d";
  }

  .panel-body,
  .login-section .login-main {
    padding: 18px;
  }
}

@media (max-width: 767px) {
  body {
    min-width: 0;
  }

  main.content,
  .content {
    padding: 20px 0 34px;
  }

  .navbar-white .container {
    width: 100%;
  }

  .navbar-toggle {
    margin-top: 17px;
    border-color: rgba(111, 105, 229, .28);
    border-radius: 8px;
  }

  .navbar-toggle .icon-bar {
    background: #6f69e5;
  }

  .navbar-collapse {
    border-top-color: rgba(90, 148, 254, .14);
    background: rgba(255, 255, 255, .96);
  }

  .login-section {
    width: calc(100% - 24px);
    margin: 0 auto;
    border-radius: 10px;
  }

  .login-section .logon-tab > a {
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 8px;
    line-height: 1.25;
  }

  .login-section .login-main {
    padding: 22px 18px;
  }

  .login-section .form-horizontal .form-group {
    margin-bottom: 16px;
  }

  .login-section .form-horizontal [class*="col-"] {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }

  .form-horizontal .control-label,
  .login-section .control-label {
    padding-top: 0;
    margin-bottom: 7px;
    text-align: left;
  }

  .login-section .controls {
    padding: 0;
  }

  .login-section .pull-right {
    float: none !important;
    text-align: right;
  }

  #vcodeimg {
    width: 160px !important;
    max-width: 100%;
    margin-top: 10px;
  }

  .btn-lg {
    padding: 11px 14px;
    font-size: 16px;
    line-height: 1.35;
  }
}

.bid-user-page .edui-container,
.bid-user-page .edui-editor,
.bid-user-page .edui-body-container {
  max-width: 100%;
}

.bid-user-page .edui-container {
  border-color: rgba(90, 148, 254, .18);
  border-radius: 8px;
  overflow: hidden;
}

@media (max-width: 420px) {
  .navbar-brand {
    max-width: 240px;
    overflow: hidden;
    font-size: 17px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .login-section {
    width: calc(100% - 20px);
  }

  .login-section .login-main {
    padding: 18px 14px;
  }
}

@media (max-width: 991px) {
  .bid-auth-page .content {
    min-height: calc(100vh - 138px);
    padding: 44px 0 58px;
  }

  .login-section.bid-auth-card {
    padding: 28px 38px 32px;
  }

  .login-section.bid-auth-card .login-main {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .login-section.bid-auth-card {
    width: calc(100% - 28px);
    padding: 26px 20px 28px;
    border-radius: 14px;
  }

  .bid-auth-page .content {
    min-height: calc(100vh - 92px);
    align-items: flex-start;
    padding: 28px 0 44px;
  }

  .bid-auth-logo {
    margin-bottom: 24px;
    font-size: 22px;
  }

  .login-section.bid-auth-card .login-main {
    padding: 0;
  }

  .bid-auth-card .form-horizontal .form-group {
    margin-bottom: 14px;
  }

  .bid-auth-card .form-horizontal .control-label,
  .bid-auth-card .control-label,
  .bid-auth-card .form-group > .control-label {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .bid-auth-code .bid-auth-control,
  .bid-auth-code > div {
    grid-template-columns: 1fr;
  }

  .bid-auth-card #vcodeimg {
    width: 160px !important;
    max-width: 100%;
    margin-top: 0;
  }
}

@media (max-width: 420px) {
  .login-section.bid-auth-card {
    width: calc(100% - 20px);
    padding: 24px 14px 26px;
  }

  .bid-auth-links {
    gap: 10px;
  }
}
