body {
  width: 100% !important;
  overflow: auto !important;
  padding: 0;
  margin: 0;
}
body #app {
  font-family: Avenir, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: #2c3e50;
  padding-top: 80px;
  height: 100vh;
  overflow-y: auto;
  min-width: 1440px;
}
body #nav {
  padding: 30px;
}
body #nav a {
  font-weight: bold;
  color: #2c3e50;
}
body #nav a.router-link-exact-active {
  color: #42b983;
}
body .ant-message-notice-content {
  white-space: pre-wrap !important;
  text-align: left;
}
body .ant-spin-nested-loading > div > .ant-spin {
  max-height: 100%;
  position: fixed;
  left: 0;
  top: 200px;
  right: 0;
  bottom: 0;
}

.recharge-content {
  z-index: 100;
}
.recharge-content .mask {
  width: 100%;
  height: calc(100vh - 80px);
  position: fixed;
  left: 0;
  right: 0;
  top: 80px;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.recharge-content .mask-content {
  width: 862px;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
  padding: 0 20px 27px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  border: 1px solid #E6E6E6;
  position: fixed;
  left: 50%;
  top: 50px;
  margin-left: -431px;
}
.recharge-content .mask-content .close {
  position: absolute;
  right: 30px;
  top: 20px;
}
.recharge-content .mask-content .mask-title {
  width: 80px;
  font-size: 16px;
  font-weight: 500;
  color: #6868CE;
  border-bottom: 5px #6868CE solid;
  margin: 15px auto;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.recharge-content .mask-content .mask-title img {
  width: 17px;
  height: 20px;
  margin-right: 8px;
}
.recharge-content .mask-content .page-num {
  font-size: 14px;
  font-weight: 600;
  color: #6868CE;
  padding: 14px 20px;
  border-bottom: 1px solid rgba(104, 104, 206, 0.23);
}
.recharge-content .mask-content p {
  font-size: 14px;
  font-weight: 400;
  color: #6868CE;
  padding: 6px;
  text-align: left;
}
.recharge-content .mask-content .page-money {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.recharge-content .mask-content .page-money span {
  width: 100px;
  height: 34px;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  line-height: 34px;
  font-size: 18px;
  background: #99BFFF;
  margin-right: 10px;
}
.recharge-content .mask-content .page-money span i {
  font-style: normal;
  font-size: 14px;
}
.recharge-content .mask-content .page-money span:nth-of-type(2),
.recharge-content .mask-content .page-money span:nth-of-type(3) {
  width: 120px;
}
.recharge-content .mask-content .page-money span:nth-of-type(3) {
  margin-right: 0;
}
.recharge-content .mask-content .page-money span.active {
  background: linear-gradient(114deg, rgba(29, 50, 206, 0.77) 0%, rgba(66, 16, 198, 0.67) 100%);
}
.recharge-content .mask-content .money-tips-content {
  text-align: center;
  margin: 10px 0 20px;
}
.recharge-content .mask-content .pinkColor {
  color: #6868CE;
  font-weight: bold;
}
.recharge-content .mask-content .tips-content {
  width: 100%;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  border: 1px solid #E6E6E6;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #6868CE;
  text-align: left;
  padding: 10px;
  margin-bottom: 16px;
}
.recharge-content .mask-content .tips-content p {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
.recharge-content .mask-content .tips-content p:nth-of-type(1) {
  font-weight: bold;
}
.recharge-content .mask-content .wx-chat {
  border-radius: 8px;
  display: inline;
  padding: 4px 10px;
  color: #000;
}
.recharge-content .mask-content .wx-chat img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.recharge-content .mask-content .mask-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 1px dashed #C6C4C4;
  padding-top: 25px;
  margin-top: 10px;
}
.recharge-content .qrCode {
  min-height: 240px;
}
.recharge-content .qrCode p {
  text-align: center;
}
.recharge-content .qrCode p span {
  cursor: pointer;
}
.recharge-content .qrCode .qrCode-cont {
  height: 200px;
  position: relative;
  text-align: left;
  margin-left: 86px;
}
.recharge-content .qrCode .qrCode-cont p {
  position: absolute;
  left: 200px;
  top: 50px;
  color: #000;
}
.recharge-content .qrCode .qrCode-cont p b {
  display: block;
  font-size: 30px;
  margin-top: 10px;
  text-align: left;
  color: #6868CE;
}
.recharge-content .blue {
  color: #6868CE;
}
.recharge-content .ant-input-number-input {
  text-align: center;
}

.tips-modal .ant-modal-content .ant-modal-header {
  border: none;
}
.tips-modal .ant-modal-content .ant-modal-header .ant-modal-title {
  width: 80px;
  height: 32px;
  border-bottom: 5px solid #6868CE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-weight: 500;
  color: #6868CE;
}
.tips-modal .ant-modal-content .ant-modal-footer .button {
  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;
  padding: 0 46px;
}
.tips-modal .ant-modal-content .ant-modal-footer .button .tips-btn-cancle {
  margin-right: 50px;
}
.tips-modal .ant-modal-content .ant-modal-footer .button div {
  width: 84px;
  height: 34px;
  border: 1px solid #9B9B9B;
  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: 14px;
  font-weight: 500;
  color: #9B9B9B;
  cursor: pointer;
}
.tips-modal .ant-modal-content .ant-modal-footer .button div:nth-of-type(1):hover {
  border: 1px solid #6868CE;
  color: #6868CE;
}
.tips-modal .ant-modal-content .ant-modal-footer .button div:nth-of-type(2):hover {
  opacity: 0.9;
}
.tips-modal .ant-modal-content .ant-modal-footer .button :nth-child(2) {
  background: url(../img/beijing.29660abe.png) no-repeat;
  background-size: cover;
  color: #fff;
  border: none;
}
.tips-modal .ant-modal-content .ant-modal-footer .button .text {
  background: url(../img/beijing.29660abe.png) no-repeat;
  background-size: cover;
  color: #fff !important;
  border: none;
}
.tips-modal .ant-modal-content .ant-modal-footer .button .text:hover {
  opacity: 0.8 !important;
  border: none !important;
}
.tips-modal .ant-modal-content .modal-content {
  width: 100%;
  min-height: 160px;
  max-height: 300px;
  overflow-y: auto;
}
.tips-modal .ant-modal-content .modal-content .content {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
}
.tips-modal .ant-modal-content .modal-content .content .radio {
  width: 100%;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 26px !important;
}
.tips-modal .ant-modal-content .modal-content .content .radio .ant-radio-group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tips-modal .ant-modal-content .modal-content .content .radio .ant-radio-group .ant-radio-wrapper:nth-of-type(2) {
  margin-left: 79px;
}
.tips-modal .ant-modal-content .tipsFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tips-modal .ant-modal-content .ant-progress > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tips-modal .ant-modal-content .ant-progress-outer {
  width: 60%;
}
.tips-modal .ant-modal-content .ant-progress-inner {
  border: 1px solid #6868CE;
}
.tips-modal .ant-modal-content .ant-progress-bg {
  height: 14px !important;
}
.tips-modal .ant-modal-content .ant-progress-text {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}
.tips-modal .ant-modal-content a {
  text-decoration: underline;
  color: #6868CE;
}

.tips-box-modal .ant-modal-content .ant-modal-header {
  border: none;
  padding-bottom: 0;
}
.tips-box-modal .ant-modal-content .ant-modal-header .ant-modal-title {
  width: 80px;
  height: 32px;
  border-bottom: 5px solid #6868CE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-weight: 500;
  color: #6868CE;
}
.tips-box-modal .ant-modal-content .ant-modal-footer .button {
  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;
  padding: 0 46px;
}
.tips-box-modal .ant-modal-content .ant-modal-footer .button div {
  width: 84px;
  height: 34px;
  border: 1px solid #9B9B9B;
  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: 14px;
  font-weight: 500;
  color: #9B9B9B;
  cursor: pointer;
}
.tips-box-modal .ant-modal-content .ant-modal-footer .button .cancle:hover {
  border: 1px solid #6868CE;
  color: #6868CE;
}
.tips-box-modal .ant-modal-content .ant-modal-footer .button .ok:hover {
  opacity: 0.9;
}
.tips-box-modal .ant-modal-content .ant-modal-footer .button .ok {
  background: url(../img/beijing.29660abe.png) no-repeat;
  background-size: cover;
  color: #fff;
  border: none;
}
.tips-box-modal .ant-modal-content .modal-content {
  width: 100%;
  min-height: 160px;
  max-height: 300px;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.tips-box-modal .ant-modal-content .modal-content .content {
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #120808;
  line-height: 28px;
}

.register-modal .ant-modal-content .ant-modal-header {
  border: none;
}
.register-modal .ant-modal-content .ant-modal-header .ant-modal-title {
  width: 140px;
  height: 32px;
  border-bottom: 5px solid #6868CE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-weight: 500;
  color: #6868CE;
}
.register-modal .ant-modal-content .ant-modal-footer .button {
  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;
  padding: 0 46px;
}
.register-modal .ant-modal-content .ant-modal-footer .button .tips-btn-cancle {
  margin-right: 50px;
}
.register-modal .ant-modal-content .ant-modal-footer .button div {
  width: 84px;
  height: 34px;
  border: 1px solid #9B9B9B;
  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: 14px;
  font-weight: 500;
  color: #9B9B9B;
  cursor: pointer;
}
.register-modal .ant-modal-content .ant-modal-footer .button div:nth-of-type(1):hover {
  border: 1px solid #6868CE;
  color: #6868CE;
}
.register-modal .ant-modal-content .ant-modal-footer .button div:nth-of-type(2):hover {
  opacity: 0.9;
}
.register-modal .ant-modal-content .ant-modal-footer .button :nth-child(2) {
  background: url(../img/beijing.29660abe.png) no-repeat;
  background-size: cover;
  color: #fff;
  border: none;
}
.register-modal .ant-modal-content .ant-modal-footer .button .text {
  background-color: #1890ff;
  color: #fff;
  border: 1px solid #1890ff;
}
.register-modal .ant-modal-content .ant-modal-footer .button .text:hover {
  opacity: 0.8 !important;
  color: #fff !important;
  border: none !important;
}
.register-modal .ant-modal-content .modal-content {
  width: 100%;
  min-height: 160px;
  max-height: 400px;
  overflow-y: auto;
}
.register-modal .ant-modal-content .modal-content h1 {
  text-align: center;
}
.register-modal .ant-modal-content .modal-content .content {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  margin-top: 20px;
}
.register-modal .ant-modal-content .modal-content .content i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #999;
  display: inline-block;
  margin-right: 8px;
  margin-left: 10px;
}
.register-modal .ant-modal-content .modal-content .radio {
  margin-top: 6px !important;
}

.add-phone-modal .ant-modal-content .ant-modal-header {
  border: none;
}
.add-phone-modal .ant-modal-content .ant-modal-header .ant-modal-title {
  width: 80px;
  height: 32px;
  border-bottom: 5px solid #6868CE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-weight: 500;
  color: #6868CE;
}
.add-phone-modal .ant-modal-content .ant-modal-footer .button {
  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;
  padding: 0 46px;
}
.add-phone-modal .ant-modal-content .ant-modal-footer .button div {
  width: 84px;
  height: 34px;
  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: 14px;
  font-weight: 500;
  color: #9B9B9B;
  cursor: pointer;
}
.add-phone-modal .ant-modal-content .ant-modal-footer .button .cancle {
  border: 1px solid #9B9B9B;
  margin-right: 50px;
}
.add-phone-modal .ant-modal-content .ant-modal-footer .button .ok {
  background: url(../img/beijing.29660abe.png) no-repeat;
  background-size: cover;
  color: #fff;
  border: none;
}
.add-phone-modal .ant-modal-content .ant-modal-footer .button div:nth-of-type(1):hover {
  border: 1px solid #6868CE;
  color: #6868CE;
}
.add-phone-modal .ant-modal-content .ant-modal-footer .button div:nth-of-type(2):hover {
  opacity: 0.9;
}
.add-phone-modal .ant-modal-content iframe {
  width: 100%;
  height: 250px;
  overflow-y: auto;
  border: none;
}

.system-modal .ant-modal-body {
  padding-top: 0;
}
.system-modal .ant-modal-content .ant-modal-header {
  border: none;
}
.system-modal .ant-modal-content .ant-modal-header .ant-modal-title {
  width: 140px;
  height: 32px;
  border-bottom: 5px solid #6868CE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-weight: 500;
  color: #6868CE;
}
.system-modal .ant-modal-content .ant-modal-footer .button {
  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;
  padding: 0 46px;
}
.system-modal .ant-modal-content .ant-modal-footer .button .tips-btn-cancle {
  margin-right: 50px;
}
.system-modal .ant-modal-content .ant-modal-footer .button div {
  width: 84px;
  height: 34px;
  border: 1px solid #9B9B9B;
  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: 14px;
  font-weight: 500;
  color: #9B9B9B;
  cursor: pointer;
}
.system-modal .ant-modal-content .ant-modal-footer .button :nth-child(1) {
  background: url(../img/beijing.29660abe.png) no-repeat;
  background-size: cover;
  color: #fff;
  border: none;
}
.system-modal .ant-modal-content .ant-modal-footer .button .text {
  background-color: #1890ff;
  color: #fff;
  border: 1px solid #1890ff;
}
.system-modal .ant-modal-content .ant-modal-footer .button .text:hover {
  opacity: 0.8 !important;
  color: #fff !important;
  border: none !important;
}
.system-modal .ant-modal-content .modal-content {
  width: 100%;
  min-height: 160px;
  max-height: 400px;
  overflow-y: auto;
}
.system-modal .ant-modal-content .modal-content .content {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
}
.system-modal .ant-modal-content .modal-content .content h2 {
  font-size: 14px;
  font-weight: normal;
}
.system-modal .ant-modal-content .modal-content .content p {
  text-indent: 28px;
}

.institution-add .ant-modal-content .ant-modal-header {
  border: none;
}
.institution-add .ant-modal-content .ant-modal-header .ant-modal-title {
  width: 140px;
  height: 32px;
  border-bottom: 5px solid #6868CE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #6868CE;
}
.institution-add .ant-modal-content .ant-modal-footer .button {
  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;
  padding: 0 46px;
}
.institution-add .ant-modal-content .ant-modal-footer .button div {
  width: 84px;
  height: 34px;
  border: 1px solid #9B9B9B;
  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: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #9B9B9B;
  cursor: pointer;
}
.institution-add .ant-modal-content .ant-modal-footer .button :nth-child(2) {
  background: url(../img/beijing.29660abe.png) no-repeat;
  background-size: cover;
  color: #fff;
  border: none;
  margin-left: 50px;
}
.institution-add .ant-modal-content .form-content {
  width: 100%;
  min-height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.institution-add .ant-modal-content .form-content .form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 660px;
  margin: 0 auto;
}
.institution-add .ant-modal-content .form-content .form-item .ant-row {
  width: 320px;
}
.institution-add .ant-modal-content .form-content .form-item .ant-row:nth-of-type(1) {
  margin-right: 20px;
}
.institution-add .ant-modal-content .form-content .ant-form {
  width: 100%;
  height: 100%;
}
.institution-add .ant-modal-content .form-content .ant-form-vertical .ant-form-item {
  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;
}
.institution-add .ant-modal-content .form-content .book-name .ant-form-item-label {
  width: 245px;
  text-align: left;
}
.institution-add .des-box {
  width: 660px;
  margin: 20px auto;
}
.institution-add .des-box h2 {
  font-size: 14px;
  margin-bottom: 10px;
}
.institution-add .des-box p {
  line-height: 20px;
}

.header-wrap[data-v-ad454dee] {
  width: 100%;
  height: 80px;
  padding: 0 50px;
  background: #6868ce;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
}
.header-wrap .log[data-v-ad454dee] {
  -webkit-box-flex: 245px;
      -ms-flex: 245px 0 0px;
          flex: 245px 0 0;
  width: 245px;
  height: 51px;
  background: url(../img/logo.61661248.png) no-repeat;
  background-size: cover;
  cursor: pointer;
}
.header-wrap .operation[data-v-ad454dee] {
  width: 535px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 42px;
}
.header-wrap .operation .item[data-v-ad454dee] {
  width: 84px;
  padding: 12px 0;
  height: 80px;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.header-wrap .operation .item img[data-v-ad454dee] {
  width: 20px;
  height: 20px;
}
.header-wrap .operation .item span[data-v-ad454dee] {
  font-size: 14px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 1px;
}
.header-wrap .operation .active[data-v-ad454dee] {
  background: #f7d03e;
}
.header-wrap .operation .active span[data-v-ad454dee] {
  color: #000;
}
.header-wrap .operation .active img[data-v-ad454dee] {
  color: #000;
}
.header-wrap img[data-v-ad454dee] {
  width: 24px;
  height: 24px;
}
.header-wrap .user[data-v-ad454dee] {
  margin-left: 70px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-wrap .user .head-url[data-v-ad454dee] {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
}
.header-wrap .user span[data-v-ad454dee] {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 1px;
  cursor: pointer;
}
.header-wrap .user .oneHidden[data-v-ad454dee] {
  max-width: 200px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.header-wrap .user .user-all[data-v-ad454dee] {
  max-width: 200px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: 10px;
}
.header-wrap .user .availablePage-text[data-v-ad454dee] {
  margin-left: 20px;
}
.header-wrap .login-text[data-v-ad454dee] {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 1px;
  margin: 0 25px;
}
.header-wrap .header-wrap-left[data-v-ad454dee] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-wrap .news-box[data-v-ad454dee] {
  position: relative;
}
.header-wrap .news-box i[data-v-ad454dee] {
  min-width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 14px;
  border-radius: 50%;
  background: red;
  color: #fff;
  position: absolute;
  top: -15px;
  left: 15px;
  font-style: normal;
}
.header-wrap .news-box .news-icon[data-v-ad454dee] {
  cursor: pointer;
}

.notification-tips-box button {
  margin-right: 10px;
}
.header-user-list {
  margin-bottom: 18px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-user-list:last-child {
  margin-bottom: 0;
}
.header-user-list img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.header-user-list i {
  font-size: 20px;
  margin-right: 10px;
  color: #6868ce;
}

.client-down-modal .ant-modal-content .ant-modal-header {
  border: none;
}
.client-down-modal .ant-modal-content .ant-modal-header .ant-modal-title {
  width: 80px;
  height: 32px;
  border-bottom: 5px solid #6868CE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-weight: 500;
  color: #6868CE;
}
.client-down-modal .ant-modal-content .ant-modal-footer .button {
  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;
  padding: 0 46px;
}
.client-down-modal .ant-modal-content .ant-modal-footer .button div {
  width: 84px;
  height: 34px;
  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: 14px;
  font-weight: 500;
  color: #9B9B9B;
  cursor: pointer;
}
.client-down-modal .ant-modal-content .ant-modal-footer .button .cancle {
  border: 1px solid #9B9B9B;
  margin-right: 50px;
}
.client-down-modal .ant-modal-content .ant-modal-footer .button .ok {
  background: url(../img/beijing.29660abe.png) no-repeat;
  background-size: cover;
  color: #fff;
  border: none;
}
.client-down-modal .ant-modal-content .ant-modal-footer .button div:nth-of-type(1):hover {
  border: 1px solid #6868CE;
  color: #6868CE;
}
.client-down-modal .ant-modal-content .ant-modal-footer .button div:nth-of-type(2):hover {
  opacity: 0.9;
}
.client-down-modal .ant-modal-content .modal-content {
  width: 100%;
  min-height: 160px;
  max-height: 300px;
  overflow-y: auto;
}
.client-down-modal .ant-modal-content .modal-content .content {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  margin-top: 20px;
}
.client-down-modal .ant-modal-content .modal-content .content .radio {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
}
.client-down-modal .ant-modal-content .modal-content .content .radio .ant-radio-group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.client-down-modal .ant-modal-content .modal-content .content .radio .ant-radio-group .ant-radio-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.client-down-modal .ant-modal-content .modal-content .content .radio .ant-radio-group .ant-radio-wrapper .ant-radio {
  margin-bottom: 6px;
}
.client-down-modal .ant-modal-content .modal-content .content .radio .ant-radio-group .anticon {
  display: block;
  font-size: 40px;
  background-color: #0000;
  margin-bottom: 10px;
}
.client-down-modal .ant-modal-content .modal-content .content .version-box {
  border-top: 1px dashed #ccc;
  padding: 10px 20px;
  text-align: center;
}

.footer-wrap {
  width: 100%;
  height: 108px;
  background: #c9d5e0;
  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;
}
.footer-wrap .content {
  height: 56px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
}
.footer-wrap .content div span {
  cursor: pointer;
}

#id {
  margin: auto;
  width: 1200px;
}


/*# sourceMappingURL=app.1750509728150.css.map*/