.layui-tab .layui-tab-title {
  font-size: inherit;
}

input {
  border: 1px solid #666666;
  padding: 0 2px;
  border-radius: 2px;
}

.a-link {
  color: #145ccd;
}

#mainBody {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#mainBody label {
  font-weight: 700;
}
#mainBody .mobile {
  display: none;
}
#mainBody .header-box {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2);
  z-index: 33;
}
#mainBody .header-box .header-nav-list {
  padding: 0 0.5rem;
}
#mainBody .header-box .header-nav-list .header-login-box {
  position: relative;
  display: inline-block;
  color: #000000;
  font-size: 0.33rem;
  line-height: 0.34rem;
  font-weight: 400;
  text-align: center;
  margin-left: 0.13rem;
}
#mainBody .header-box .header-nav-list .header-login-box .header-login-btn-box {
  padding: 0.25rem 0.78rem;
}
#mainBody .header-box .header-nav-list .header-login-box .login-user-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.25rem;
  padding: 0 0.3rem;
}
#mainBody .header-box .header-nav-list .header-login-box .login-user-name {
  display: inline-block;
  width: 1.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#mainBody .header-box .header-nav-list .header-login-box .header-login-btn {
  position: absolute;
  top: 0;
  left: 0.2rem;
  width: 1.5rem;
  height: 1rem;
  line-height: 1rem;
  color: #ffffff;
  background-color: #000000;
  cursor: pointer;
}
#mainBody .header-box .header-nav-list .header-login-box .login-user-info {
  color: #333333;
}
#mainBody .header-box .header-nav-list .header-login-box .login-user-return {
  cursor: pointer;
}
#mainBody .header-box .header-nav-list .header-nav-item {
  position: relative;
  display: inline-block;
  color: #000000;
  font-size: 0.34rem;
  line-height: 0.34rem;
  font-weight: 400;
  text-align: center;
  padding: 0.25rem 0.48rem;
  margin-left: 0.13rem;
}
#mainBody .header-box .header-nav-list .header-nav-item a:hover {
  color: #D41C1A;
}
#mainBody .header-box .header-nav-list .header-nav-item.active a {
  color: #D41C1A;
  font-weight: bold;
}
#mainBody .header-box .header-nav-list .header-nav-item.active::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  height: 0.06rem;
  background-color: #D41C1A;
}
#mainBody .header-box .moblie-nav-head {
  display: none;
}
#mainBody .footer-content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 2rem;
  background-color: #313131;
  color: #fff;
}
#mainBody .footer-content-box .footer-content-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#mainBody .footer-content-box .footer-content-top .footer-content-logo {
  width: 1rem;
  height: 1rem;
  margin-right: 0.6rem;
}
#mainBody .footer-content-box .footer-content-top .footer-content-logo img {
  width: 100%;
  height: 100%;
}
#mainBody .footer-content-box .footer-content-top .footer-content-info {
  font-size: 0.12rem;
}
#mainBody .footer-content-box .footer-filing-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.1rem 0;
  font-size: 0.12rem;
}
#mainBody .footer-content-box .footer-filing-information a {
  color: #fff;
}
#mainBody .footer-content-box .footer-filing-information div {
  margin: 0 0.2rem;
}
#mainBody .flex_center {
  /* Safari */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 10px;
}
#mainBody .flex_start {
  /* Safari */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}
#mainBody .flex_end {
  /* Safari */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}
#mainBody .flex_between {
  /* Safari */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
#mainBody .flex_around {
  /* Safari */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
}

.mainM {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.mainM .page-content {
  width: 100%;
}
.mainM .page-content::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background: transparent;
}
.mainM .page-content::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
  opacity: 1;
}
.mainM .page-content::-webkit-scrollbar-thumb {
  background: #bfbfbf;
  border-radius: 10px;
  opacity: 1;
}
.mainM .page-content::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.mainM .page-content {
  scrollbar-width: thin;
  scrollbar-color: #bfbfbf #f1f1f1;
}
.mainM .custom-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 3.4rem;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: -2px 0 12px rgba(0, 0, 0, 0.1);
          box-shadow: -2px 0 12px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.mainM .custom-drawer.show {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.mainM .drawer-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: 9998;
  display: none;
}
.mainM .drawer-overlay.show {
  display: block;
}
.mainM .header-box {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  z-index: 50;
}
.mainM .header-box .moblie-nav-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.mainM .header-box .moblie-nav-head #mobile-close-nav-btn {
  width: 0.32rem;
  height: 0.33rem;
  margin-top: 0.28rem;
  margin-right: 0.33rem;
}
.mainM .header-box .header-login-box {
  position: relative;
  color: #000000;
  font-size: 0.33rem;
  line-height: 0.34rem;
  font-weight: 400;
  text-align: center;
}
.mainM .header-box .header-login-box .header-login-btn-box {
  padding: 0.25rem 0.78rem;
}
.mainM .header-box .header-login-box .login-user-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.35rem;
  padding: 0.17rem 0.3rem;
}
.mainM .header-box .header-login-box .login-user-name {
  display: inline-block;
  width: 1.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mainM .header-box .header-login-box .header-login-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1.2rem;
  line-height: 1.2rem;
  color: #ffffff;
  background-color: #000000;
  cursor: pointer;
}
.mainM .header-box .header-login-box .login-user-info {
  color: #333333;
}
.mainM .header-box .header-login-box .login-user-return {
  cursor: pointer;
}
.mainM .header-box .header-nav-list {
  height: 100%;
  font-size: 0.42rem;
  color: #000000;
  font-weight: 400;
  text-align: center;
  padding-bottom: 0.625rem;
  overflow-y: scroll;
}
.mainM .header-box .header-nav-list .header-nav-item {
  padding: 0.625rem 0;
}
.mainM .header-box .header-nav-list .header-nav-item.active a {
  font-size: 0.61rem;
  font-weight: bold;
  color: #D41C1A;
}
.mainM .header-box .mobile-btn img {
  width: 0.39rem;
  height: 0.31rem;
  margin: 0.29rem 0.33rem 0 0;
}
.mainM .footer-content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 2rem;
  margin-top: 0.5rem;
  background-color: #313131;
  color: #fff;
}
.mainM .footer-content-box .footer-content-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mainM .footer-content-box .footer-content-top .footer-content-logo {
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.6rem;
}
.mainM .footer-content-box .footer-content-top .footer-content-logo img {
  width: 100%;
  height: 100%;
}
.mainM .footer-content-box .footer-content-top .footer-content-info {
  font-size: 0.12rem;
}
.mainM .footer-content-box .footer-filing-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.1rem 0;
  font-size: 0.12rem;
}
.mainM .footer-content-box .footer-filing-information a {
  color: #fff;
}
.mainM .footer-content-box .footer-filing-information div {
  margin: 0 0.2rem;
}