@charset "UTF-8";
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.btn {
  cursor: pointer;
}
.pointer {
  cursor: pointer;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

/* 文字对齐方式 start */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-center .ui-button + .ui-button {
  margin-left: 0.15625rem;
}
.text-right {
  text-align: right;
}

/* 文字对齐方式 end */
.ui-container {
  padding-top: calc(1.04167rem);
}
ul {
  list-style-type: none; /* 移除列表项的默认标记 */
  padding: 0; /* 移除内边距 */
  margin: 0; /* 移除外边距 */
}
li {
  display: block; /* 设置显示为块级元素 */
  padding: 0; /* 移除内边距 */
}

/* 边距 start */
.pd-0 {
  padding: 0;
}
.pd-10 {
  padding: 0.05208rem;
}
.pd-lr-20 {
  padding-left: 0.10417rem;
  padding-right: 0.10417rem;
}
.pd-bt-10 {
  margin-bottom: 0.05208rem;
}
.pd-bt-30 {
  margin-bottom: 0.15625rem;
}
.mg-0 {
  margin: 0;
}
.mg-lt-8 {
  margin-left: 0.04167rem;
}
.mg-lt-10 {
  margin-left: 0.05208rem;
}
.mg-lt-20 {
  margin-left: 0.10417rem;
}
.mg-lt-35 {
  margin-left: 0.18229rem;
}
.mg-lt-40 {
  margin-left: 0.20833rem;
}
.mg-lt-60 {
  margin-left: 0.3125rem;
}
.mg-bt-10 {
  margin-bottom: 0.05208rem;
}
.mg-bt-15 {
  margin-bottom: 0.07813rem;
}
.mg-bt-20 {
  margin-bottom: 0.10417rem;
}
.mg-bt-30 {
  margin-bottom: 0.15625rem;
}
.mg-bt-40 {
  margin-bottom: 0.20833rem;
}
.mg-bt-70 {
  margin-bottom: 0.36458rem;
}
.mg-bt-80 {
  margin-bottom: 0.41667rem;
}
.mg-bt-110 {
  margin-bottom: 0.57292rem;
}
.mg-bt-150 {
  margin-bottom: 0.78125rem;
}
.mg-bt-300 {
  margin-bottom: 1.5625rem;
}
.mg-bt-400 {
  margin-bottom: 2.08333rem;
}
.mg-top-0 {
  margin-top: 0;
}
.mg-top-5 {
  margin-top: 0.02604rem;
}
.mg-top-10 {
  margin-top: 0.05208rem;
}
.mg-top-15 {
  margin-top: 0.07813rem;
}
.mg-top-18 {
  margin-top: 0.09375rem;
}
.mg-top-20 {
  margin-top: 0.10417rem;
}
.mg-top-30 {
  margin-top: 0.15625rem;
}
.mg-top-40 {
  margin-top: 0.20833rem;
}
.mg-top-50 {
  margin-top: 0.26042rem;
}
.mg-rt-20 {
  margin-right: 0.10417rem;
}
.mg-rt-10 {
  margin-right: 0.05208rem;
}

/* 边距 end */
.layout-wrapper {
  height: 100vh;
}
.layout-session {
  overflow: hidden;
}
.btn {
  cursor: pointer;
}
header h1 {
  margin: 0;
  float: left;
  font-size: 0.16667rem;
  font-weight: 400;
  height: 100%;
}
header h1 a {
  color: #333;
  text-decoration: none;
  display: block;
  height: 100%;
}
.el-menu.el-menu--horizontal {
  border: 0;
}
a {
  color: #333;
  text-decoration: none;
  display: block;
  height: 100%;
}
.el-submenu {
  height: 100%;
}
.fixed {
  position: fixed !important;
  top: 0;
  left: 0;
}
.el-message {
  margin-top: 0.3125rem !important;
  min-width: auto; /* 设置最小宽度为自动 */
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; /* 设置宽度为内容自适应 */
}
.cursor {
  cursor: pointer;
}
.customClass {
  border-radius: 0.0625rem;
  width: 1.72917rem;
}
.btn {
  cursor: pointer;
}
.btnTruesCopy {
  background: #3d6bca !important;
  border: 0.00521rem solid #3d6bca;
  color: #fff;
  float: right;
  margin-right: 0.86458rem;
}
.btnFalsesCopy {
  background: #fff !important;
  border: 0.00521rem solid #3d6bca;
  color: #4974ce;
  float: left;
  margin-left: 0.86458rem;
}
.btnTrues {
  background: #3d6bca !important;
  border: 0.00521rem solid #3d6bca;
  color: #fff;
  float: right;
  margin-right: 0.34375rem;
}
.btnFalses {
  background: #fff !important;
  border: 0.00521rem solid #3d6bca;
  color: #4974ce;
  float: left;
  margin-left: 0.34375rem;
}
.el-message {
  z-index: 99999 !important;
}
.bannerPage {
  height: 1.04167rem;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  background: url(../../assets/img/TOP_BK.56be699b.png) no-repeat center/100% 100%;
  z-index: 999;
}
@charset "UTF-8";
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.btn {
  cursor: pointer;
}

.pointer {
  cursor: pointer;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

/* 文字对齐方式 start */
.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}
.text-center .ui-button + .ui-button {
  margin-left: 0.15625rem;
}

.text-right {
  text-align: right;
}

/* 文字对齐方式 end */
.ui-container {
  padding-top: calc(1.04167rem);
}

ul {
  list-style-type: none; /* 移除列表项的默认标记 */
  padding: 0; /* 移除内边距 */
  margin: 0; /* 移除外边距 */
}

li {
  display: block; /* 设置显示为块级元素 */
  padding: 0; /* 移除内边距 */
}

/* 边距 start */
.pd-0 {
  padding: 0;
}

.pd-10 {
  padding: 0.05208rem;
}

.pd-lr-20 {
  padding-left: 0.10417rem;
  padding-right: 0.10417rem;
}

.pd-bt-10 {
  margin-bottom: 0.05208rem;
}

.pd-bt-30 {
  margin-bottom: 0.15625rem;
}

.mg-0 {
  margin: 0;
}

.mg-lt-8 {
  margin-left: 0.04167rem;
}

.mg-lt-10 {
  margin-left: 0.05208rem;
}

.mg-lt-20 {
  margin-left: 0.10417rem;
}

.mg-lt-35 {
  margin-left: 0.18229rem;
}

.mg-lt-40 {
  margin-left: 0.20833rem;
}

.mg-lt-60 {
  margin-left: 0.3125rem;
}

.mg-bt-10 {
  margin-bottom: 0.05208rem;
}

.mg-bt-15 {
  margin-bottom: 0.07813rem;
}

.mg-bt-20 {
  margin-bottom: 0.10417rem;
}

.mg-bt-30 {
  margin-bottom: 0.15625rem;
}

.mg-bt-40 {
  margin-bottom: 0.20833rem;
}

.mg-bt-70 {
  margin-bottom: 0.36458rem;
}

.mg-bt-80 {
  margin-bottom: 0.41667rem;
}

.mg-bt-110 {
  margin-bottom: 0.57292rem;
}

.mg-bt-150 {
  margin-bottom: 0.78125rem;
}

.mg-bt-300 {
  margin-bottom: 1.5625rem;
}

.mg-bt-400 {
  margin-bottom: 2.08333rem;
}

.mg-top-0 {
  margin-top: 0;
}

.mg-top-5 {
  margin-top: 0.02604rem;
}

.mg-top-10 {
  margin-top: 0.05208rem;
}

.mg-top-15 {
  margin-top: 0.07813rem;
}

.mg-top-18 {
  margin-top: 0.09375rem;
}

.mg-top-20 {
  margin-top: 0.10417rem;
}

.mg-top-30 {
  margin-top: 0.15625rem;
}

.mg-top-40 {
  margin-top: 0.20833rem;
}

.mg-top-50 {
  margin-top: 0.26042rem;
}

.mg-rt-20 {
  margin-right: 0.10417rem;
}

.mg-rt-10 {
  margin-right: 0.05208rem;
}

/* 边距 end */
.layout-wrapper {
  height: 100vh;
}

.layout-session {
  overflow: hidden;
}

.btn {
  cursor: pointer;
}

header h1 {
  margin: 0;
  float: left;
  font-size: 0.16667rem;
  font-weight: 400;
  height: 100%;
}
header h1 a {
  color: #333;
  text-decoration: none;
  display: block;
  height: 100%;
}

.el-menu.el-menu--horizontal {
  border: 0;
}

a {
  color: #333;
  text-decoration: none;
  display: block;
  height: 100%;
}

.el-submenu {
  height: 100%;
}

.fixed {
  position: fixed !important;
  top: 0;
  left: 0;
}

.el-message {
  margin-top: 0.3125rem !important;
  min-width: auto; /* 设置最小宽度为自动 */
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; /* 设置宽度为内容自适应 */
}

.cursor {
  cursor: pointer;
}

.customClass {
  border-radius: 0.0625rem;
  width: 1.72917rem;
}

.btn {
  cursor: pointer;
}

.btnTruesCopy {
  background: #3d6bca !important;
  border: 0.00521rem solid #3d6bca;
  color: #fff;
  float: right;
  margin-right: 0.86458rem;
}

.btnFalsesCopy {
  background: #fff !important;
  border: 0.00521rem solid #3d6bca;
  color: #4974ce;
  float: left;
  margin-left: 0.86458rem;
}

.btnTrues {
  background: #3d6bca !important;
  border: 0.00521rem solid #3d6bca;
  color: #fff;
  float: right;
  margin-right: 0.34375rem;
}

.btnFalses {
  background: #fff !important;
  border: 0.00521rem solid #3d6bca;
  color: #4974ce;
  float: left;
  margin-left: 0.34375rem;
}

.el-message {
  z-index: 99999 !important;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.btn {
  cursor: pointer;
}

.pointer {
  cursor: pointer;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

/* 文字对齐方式 start */
.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}
.text-center .ui-button + .ui-button {
  margin-left: 0.15625rem;
}

.text-right {
  text-align: right;
}

/* 文字对齐方式 end */
.ui-container {
  padding-top: calc(1.04167rem);
}

ul {
  list-style-type: none; /* 移除列表项的默认标记 */
  padding: 0; /* 移除内边距 */
  margin: 0; /* 移除外边距 */
}

li {
  display: block; /* 设置显示为块级元素 */
  padding: 0; /* 移除内边距 */
}

/* 边距 start */
.pd-0 {
  padding: 0;
}

.pd-10 {
  padding: 0.05208rem;
}

.pd-lr-20 {
  padding-left: 0.10417rem;
  padding-right: 0.10417rem;
}

.pd-bt-10 {
  margin-bottom: 0.05208rem;
}

.pd-bt-30 {
  margin-bottom: 0.15625rem;
}

.mg-0 {
  margin: 0;
}

.mg-lt-8 {
  margin-left: 0.04167rem;
}

.mg-lt-10 {
  margin-left: 0.05208rem;
}

.mg-lt-20 {
  margin-left: 0.10417rem;
}

.mg-lt-35 {
  margin-left: 0.18229rem;
}

.mg-lt-40 {
  margin-left: 0.20833rem;
}

.mg-lt-60 {
  margin-left: 0.3125rem;
}

.mg-bt-10 {
  margin-bottom: 0.05208rem;
}

.mg-bt-15 {
  margin-bottom: 0.07813rem;
}

.mg-bt-20 {
  margin-bottom: 0.10417rem;
}

.mg-bt-30 {
  margin-bottom: 0.15625rem;
}

.mg-bt-40 {
  margin-bottom: 0.20833rem;
}

.mg-bt-70 {
  margin-bottom: 0.36458rem;
}

.mg-bt-80 {
  margin-bottom: 0.41667rem;
}

.mg-bt-110 {
  margin-bottom: 0.57292rem;
}

.mg-bt-150 {
  margin-bottom: 0.78125rem;
}

.mg-bt-300 {
  margin-bottom: 1.5625rem;
}

.mg-bt-400 {
  margin-bottom: 2.08333rem;
}

.mg-top-0 {
  margin-top: 0;
}

.mg-top-5 {
  margin-top: 0.02604rem;
}

.mg-top-10 {
  margin-top: 0.05208rem;
}

.mg-top-15 {
  margin-top: 0.07813rem;
}

.mg-top-18 {
  margin-top: 0.09375rem;
}

.mg-top-20 {
  margin-top: 0.10417rem;
}

.mg-top-30 {
  margin-top: 0.15625rem;
}

.mg-top-40 {
  margin-top: 0.20833rem;
}

.mg-top-50 {
  margin-top: 0.26042rem;
}

.mg-rt-20 {
  margin-right: 0.10417rem;
}

.mg-rt-10 {
  margin-right: 0.05208rem;
}

/* 边距 end */
.layout-wrapper {
  height: 100vh;
}

.layout-session {
  overflow: hidden;
}

.btn {
  cursor: pointer;
}

header h1 {
  margin: 0;
  float: left;
  font-size: 0.16667rem;
  font-weight: 400;
  height: 100%;
}
header h1 a {
  color: #333;
  text-decoration: none;
  display: block;
  height: 100%;
}

.el-menu.el-menu--horizontal {
  border: 0;
}

a {
  color: #333;
  text-decoration: none;
  display: block;
  height: 100%;
}

.el-submenu {
  height: 100%;
}

.fixed {
  position: fixed !important;
  top: 0;
  left: 0;
}

.el-message {
  margin-top: 0.3125rem !important;
  min-width: auto; /* 设置最小宽度为自动 */
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; /* 设置宽度为内容自适应 */
}

.cursor {
  cursor: pointer;
}

.customClass {
  border-radius: 0.0625rem;
  width: 1.72917rem;
}

.btn {
  cursor: pointer;
}

.btnTruesCopy {
  background: #3d6bca !important;
  border: 0.00521rem solid #3d6bca;
  color: #fff;
  float: right;
  margin-right: 0.86458rem;
}

.btnFalsesCopy {
  background: #fff !important;
  border: 0.00521rem solid #3d6bca;
  color: #4974ce;
  float: left;
  margin-left: 0.86458rem;
}

.btnTrues {
  background: #3d6bca !important;
  border: 0.00521rem solid #3d6bca;
  color: #fff;
  float: right;
  margin-right: 0.34375rem;
}

.btnFalses {
  background: #fff !important;
  border: 0.00521rem solid #3d6bca;
  color: #4974ce;
  float: left;
  margin-left: 0.34375rem;
}

.el-message {
  z-index: 99999 !important;
}
@charset "UTF-8";
.clearfix[data-v-26843fb8]::after {
  content: "";
  display: table;
  clear: both;
}
.btn[data-v-26843fb8] {
  cursor: pointer;
}
.pointer[data-v-26843fb8] {
  cursor: pointer;
}
.flex[data-v-26843fb8] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

/* 文字对齐方式 start */
.text-left[data-v-26843fb8] {
  text-align: left;
}
.text-center[data-v-26843fb8] {
  text-align: center;
}
.text-center .ui-button + .ui-button[data-v-26843fb8] {
  margin-left: 0.15625rem;
}
.text-right[data-v-26843fb8] {
  text-align: right;
}

/* 文字对齐方式 end */
.ui-container[data-v-26843fb8] {
  padding-top: calc(1.04167rem);
}
ul[data-v-26843fb8] {
  list-style-type: none; /* 移除列表项的默认标记 */
  padding: 0; /* 移除内边距 */
  margin: 0; /* 移除外边距 */
}
li[data-v-26843fb8] {
  display: block; /* 设置显示为块级元素 */
  padding: 0; /* 移除内边距 */
}

/* 边距 start */
.pd-0[data-v-26843fb8] {
  padding: 0;
}
.pd-10[data-v-26843fb8] {
  padding: 0.05208rem;
}
.pd-lr-20[data-v-26843fb8] {
  padding-left: 0.10417rem;
  padding-right: 0.10417rem;
}
.pd-bt-10[data-v-26843fb8] {
  margin-bottom: 0.05208rem;
}
.pd-bt-30[data-v-26843fb8] {
  margin-bottom: 0.15625rem;
}
.mg-0[data-v-26843fb8] {
  margin: 0;
}
.mg-lt-8[data-v-26843fb8] {
  margin-left: 0.04167rem;
}
.mg-lt-10[data-v-26843fb8] {
  margin-left: 0.05208rem;
}
.mg-lt-20[data-v-26843fb8] {
  margin-left: 0.10417rem;
}
.mg-lt-35[data-v-26843fb8] {
  margin-left: 0.18229rem;
}
.mg-lt-40[data-v-26843fb8] {
  margin-left: 0.20833rem;
}
.mg-lt-60[data-v-26843fb8] {
  margin-left: 0.3125rem;
}
.mg-bt-10[data-v-26843fb8] {
  margin-bottom: 0.05208rem;
}
.mg-bt-15[data-v-26843fb8] {
  margin-bottom: 0.07813rem;
}
.mg-bt-20[data-v-26843fb8] {
  margin-bottom: 0.10417rem;
}
.mg-bt-30[data-v-26843fb8] {
  margin-bottom: 0.15625rem;
}
.mg-bt-40[data-v-26843fb8] {
  margin-bottom: 0.20833rem;
}
.mg-bt-70[data-v-26843fb8] {
  margin-bottom: 0.36458rem;
}
.mg-bt-80[data-v-26843fb8] {
  margin-bottom: 0.41667rem;
}
.mg-bt-110[data-v-26843fb8] {
  margin-bottom: 0.57292rem;
}
.mg-bt-150[data-v-26843fb8] {
  margin-bottom: 0.78125rem;
}
.mg-bt-300[data-v-26843fb8] {
  margin-bottom: 1.5625rem;
}
.mg-bt-400[data-v-26843fb8] {
  margin-bottom: 2.08333rem;
}
.mg-top-0[data-v-26843fb8] {
  margin-top: 0;
}
.mg-top-5[data-v-26843fb8] {
  margin-top: 0.02604rem;
}
.mg-top-10[data-v-26843fb8] {
  margin-top: 0.05208rem;
}
.mg-top-15[data-v-26843fb8] {
  margin-top: 0.07813rem;
}
.mg-top-18[data-v-26843fb8] {
  margin-top: 0.09375rem;
}
.mg-top-20[data-v-26843fb8] {
  margin-top: 0.10417rem;
}
.mg-top-30[data-v-26843fb8] {
  margin-top: 0.15625rem;
}
.mg-top-40[data-v-26843fb8] {
  margin-top: 0.20833rem;
}
.mg-top-50[data-v-26843fb8] {
  margin-top: 0.26042rem;
}
.mg-rt-20[data-v-26843fb8] {
  margin-right: 0.10417rem;
}
.mg-rt-10[data-v-26843fb8] {
  margin-right: 0.05208rem;
}

/* 边距 end */
.layout-wrapper[data-v-26843fb8] {
  height: 100vh;
}
.layout-session[data-v-26843fb8] {
  overflow: hidden;
}
.btn[data-v-26843fb8] {
  cursor: pointer;
}
header h1[data-v-26843fb8] {
  margin: 0;
  float: left;
  font-size: 0.16667rem;
  font-weight: 400;
  height: 100%;
}
header h1 a[data-v-26843fb8] {
  color: #333;
  text-decoration: none;
  display: block;
  height: 100%;
}
.el-menu.el-menu--horizontal[data-v-26843fb8] {
  border: 0;
}
a[data-v-26843fb8] {
  color: #333;
  text-decoration: none;
  display: block;
  height: 100%;
}
.el-submenu[data-v-26843fb8] {
  height: 100%;
}
.fixed[data-v-26843fb8] {
  position: fixed !important;
  top: 0;
  left: 0;
}
.el-message[data-v-26843fb8] {
  margin-top: 0.3125rem !important;
  min-width: auto; /* 设置最小宽度为自动 */
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; /* 设置宽度为内容自适应 */
}
.cursor[data-v-26843fb8] {
  cursor: pointer;
}
.customClass[data-v-26843fb8] {
  border-radius: 0.0625rem;
  width: 1.72917rem;
}
.btn[data-v-26843fb8] {
  cursor: pointer;
}
.btnTruesCopy[data-v-26843fb8] {
  background: #3d6bca !important;
  border: 0.00521rem solid #3d6bca;
  color: #fff;
  float: right;
  margin-right: 0.86458rem;
}
.btnFalsesCopy[data-v-26843fb8] {
  background: #fff !important;
  border: 0.00521rem solid #3d6bca;
  color: #4974ce;
  float: left;
  margin-left: 0.86458rem;
}
.btnTrues[data-v-26843fb8] {
  background: #3d6bca !important;
  border: 0.00521rem solid #3d6bca;
  color: #fff;
  float: right;
  margin-right: 0.34375rem;
}
.btnFalses[data-v-26843fb8] {
  background: #fff !important;
  border: 0.00521rem solid #3d6bca;
  color: #4974ce;
  float: left;
  margin-left: 0.34375rem;
}
.el-message[data-v-26843fb8] {
  z-index: 99999 !important;
}
.Logo[data-v-26843fb8] {
  float: left;
  padding: 0.05208rem 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.Logo img[data-v-26843fb8] {
  width: 1.05208rem;
  height: 0.26042rem;
}
@charset "UTF-8";
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.btn {
  cursor: pointer;
}
.pointer {
  cursor: pointer;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

/* 文字对齐方式 start */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-center .ui-button + .ui-button {
  margin-left: 0.15625rem;
}
.text-right {
  text-align: right;
}

/* 文字对齐方式 end */
.ui-container {
  padding-top: calc(1.04167rem);
}
ul {
  list-style-type: none; /* 移除列表项的默认标记 */
  padding: 0; /* 移除内边距 */
  margin: 0; /* 移除外边距 */
}
li {
  display: block; /* 设置显示为块级元素 */
  padding: 0; /* 移除内边距 */
}

/* 边距 start */
.pd-0 {
  padding: 0;
}
.pd-10 {
  padding: 0.05208rem;
}
.pd-lr-20 {
  padding-left: 0.10417rem;
  padding-right: 0.10417rem;
}
.pd-bt-10 {
  margin-bottom: 0.05208rem;
}
.pd-bt-30 {
  margin-bottom: 0.15625rem;
}
.mg-0 {
  margin: 0;
}
.mg-lt-8 {
  margin-left: 0.04167rem;
}
.mg-lt-10 {
  margin-left: 0.05208rem;
}
.mg-lt-20 {
  margin-left: 0.10417rem;
}
.mg-lt-35 {
  margin-left: 0.18229rem;
}
.mg-lt-40 {
  margin-left: 0.20833rem;
}
.mg-lt-60 {
  margin-left: 0.3125rem;
}
.mg-bt-10 {
  margin-bottom: 0.05208rem;
}
.mg-bt-15 {
  margin-bottom: 0.07813rem;
}
.mg-bt-20 {
  margin-bottom: 0.10417rem;
}
.mg-bt-30 {
  margin-bottom: 0.15625rem;
}
.mg-bt-40 {
  margin-bottom: 0.20833rem;
}
.mg-bt-70 {
  margin-bottom: 0.36458rem;
}
.mg-bt-80 {
  margin-bottom: 0.41667rem;
}
.mg-bt-110 {
  margin-bottom: 0.57292rem;
}
.mg-bt-150 {
  margin-bottom: 0.78125rem;
}
.mg-bt-300 {
  margin-bottom: 1.5625rem;
}
.mg-bt-400 {
  margin-bottom: 2.08333rem;
}
.mg-top-0 {
  margin-top: 0;
}
.mg-top-5 {
  margin-top: 0.02604rem;
}
.mg-top-10 {
  margin-top: 0.05208rem;
}
.mg-top-15 {
  margin-top: 0.07813rem;
}
.mg-top-18 {
  margin-top: 0.09375rem;
}
.mg-top-20 {
  margin-top: 0.10417rem;
}
.mg-top-30 {
  margin-top: 0.15625rem;
}
.mg-top-40 {
  margin-top: 0.20833rem;
}
.mg-top-50 {
  margin-top: 0.26042rem;
}
.mg-rt-20 {
  margin-right: 0.10417rem;
}
.mg-rt-10 {
  margin-right: 0.05208rem;
}

/* 边距 end */
.layout-wrapper {
  height: 100vh;
}
.layout-session {
  overflow: hidden;
}
.btn {
  cursor: pointer;
}
header h1 {
  margin: 0;
  float: left;
  font-size: 0.16667rem;
  font-weight: 400;
  height: 100%;
}
header h1 a {
  color: #333;
  text-decoration: none;
  display: block;
  height: 100%;
}
.el-menu.el-menu--horizontal {
  border: 0;
}
a {
  color: #333;
  text-decoration: none;
  display: block;
  height: 100%;
}
.el-submenu {
  height: 100%;
}
.fixed {
  position: fixed !important;
  top: 0;
  left: 0;
}
.el-message {
  margin-top: 0.3125rem !important;
  min-width: auto; /* 设置最小宽度为自动 */
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; /* 设置宽度为内容自适应 */
}
.cursor {
  cursor: pointer;
}
.customClass {
  border-radius: 0.0625rem;
  width: 1.72917rem;
}
.btn {
  cursor: pointer;
}
.btnTruesCopy {
  background: #3d6bca !important;
  border: 0.00521rem solid #3d6bca;
  color: #fff;
  float: right;
  margin-right: 0.86458rem;
}
.btnFalsesCopy {
  background: #fff !important;
  border: 0.00521rem solid #3d6bca;
  color: #4974ce;
  float: left;
  margin-left: 0.86458rem;
}
.btnTrues {
  background: #3d6bca !important;
  border: 0.00521rem solid #3d6bca;
  color: #fff;
  float: right;
  margin-right: 0.34375rem;
}
.btnFalses {
  background: #fff !important;
  border: 0.00521rem solid #3d6bca;
  color: #4974ce;
  float: left;
  margin-left: 0.34375rem;
}
.el-message {
  z-index: 99999 !important;
}
.layout_nav {
  float: left;
  height: 0.36458rem;
  margin-left: 0.3125rem;
}
.layout_nav .el-submenu__title {
  height: 100%;
  line-height: 0.36458rem;
  margin: 0 0.10417rem;
  padding: 0;
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: bold;
  font-size: 0.07292rem;
  font-style: normal;
  color: rgba(255, 255, 255, 0.6) !important;
}
.layout_nav .el-submenu__title .el-submenu__icon-arrow {
  right: auto;
  position: static;
  margin-left: 0.03125rem;
  font-size: 0.0625rem;
  margin-top: 0;
  -webkit-transform: none;
          transform: none;
  vertical-align: middle;
}
.layout_nav .el-submenu__title:hover {
  background-color: transparent;
  color: #fff !important;
}
.layout_nav .el-submenu__title:focus {
  background-color: transparent;
}
.layout_nav .el-menu-nav {
  height: 100%;
  background-color: transparent;
}
.layout_nav .el-menu-nav .el-menu-item,
.layout_nav .el-menu-nav .el-submenu {
  height: 0.36458rem;
  line-height: 0.36458rem;
}
.layout_nav .el-menu-nav .el-menu-item {
  margin: 0 0.10417rem;
  padding: 0;
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: bold;
  font-size: 0.07292rem;
  color: rgba(255, 255, 255, 0.6) !important;
  font-style: normal;
}
.layout_nav .el-menu-nav .el-menu-item:hover {
  background-color: transparent;
  color: #fff;
}
.layout_nav .el-menu-nav .el-menu-item:focus {
  background-color: transparent;
}
.layout_nav .el-menu-nav .is-active {
  color: #fff !important;
}
.el-menu--horizontal > .el-submenu .el-submenu__title {
  height: 0.36458rem !important;
  line-height: 0.36458rem !important;
}

/* 顶部导航子菜单弹出面板 - 蓝色主题 */
.menu-item-wrapper {
  float: left;
}
.el-menu--horizontal .el-menu--popup {
  background: rgb(13, 86, 184) !important;
  border: none !important;
  padding: 0 !important;
  min-width: 0.72917rem;
}
.el-menu--horizontal .el-menu--popup .el-menu-item {
  height: 0.20833rem;
  line-height: 0.20833rem;
  background: transparent !important;
  color: rgba(255, 255, 255, 0.6) !important;
  font-weight: bold;
  font-size: 0.07292rem;
  padding: 0 0.125rem !important;
  border-bottom: 0.00521rem solid rgba(255, 255, 255, 0.1);
}
.el-menu--horizontal .el-menu--popup .el-menu-item:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
}
.el-menu--horizontal .el-menu--popup .el-menu-item.is-active {
  color: #fff !important;
}
.el-menu--horizontal .el-menu--popup .el-menu-item:last-child {
  border-bottom: none;
}
.el-menu--horizontal .el-menu--popup .el-submenu {
  background: transparent !important;
}
.el-menu--horizontal .el-menu--popup .el-submenu .el-submenu__title {
  height: 0.20833rem !important;
  line-height: 0.20833rem !important;
  background: transparent !important;
  color: rgba(255, 255, 255, 0.6) !important;
  font-weight: bold;
  font-size: 0.07292rem;
  padding: 0 0.125rem !important;
  border-bottom: 0.00521rem solid rgba(255, 255, 255, 0.1);
}
.el-menu--horizontal .el-menu--popup .el-submenu .el-submenu__title:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
}
@charset "UTF-8";
.clearfix[data-v-c46f5450]::after {
  content: "";
  display: table;
  clear: both;
}
.btn[data-v-c46f5450] {
  cursor: pointer;
}
.pointer[data-v-c46f5450] {
  cursor: pointer;
}
.flex[data-v-c46f5450] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

/* 文字对齐方式 start */
.text-left[data-v-c46f5450] {
  text-align: left;
}
.text-center[data-v-c46f5450] {
  text-align: center;
}
.text-center .ui-button + .ui-button[data-v-c46f5450] {
  margin-left: 0.15625rem;
}
.text-right[data-v-c46f5450] {
  text-align: right;
}

/* 文字对齐方式 end */
.ui-container[data-v-c46f5450] {
  padding-top: calc(1.04167rem);
}
ul[data-v-c46f5450] {
  list-style-type: none; /* 移除列表项的默认标记 */
  padding: 0; /* 移除内边距 */
  margin: 0; /* 移除外边距 */
}
li[data-v-c46f5450] {
  display: block; /* 设置显示为块级元素 */
  padding: 0; /* 移除内边距 */
}

/* 边距 start */
.pd-0[data-v-c46f5450] {
  padding: 0;
}
.pd-10[data-v-c46f5450] {
  padding: 0.05208rem;
}
.pd-lr-20[data-v-c46f5450] {
  padding-left: 0.10417rem;
  padding-right: 0.10417rem;
}
.pd-bt-10[data-v-c46f5450] {
  margin-bottom: 0.05208rem;
}
.pd-bt-30[data-v-c46f5450] {
  margin-bottom: 0.15625rem;
}
.mg-0[data-v-c46f5450] {
  margin: 0;
}
.mg-lt-8[data-v-c46f5450] {
  margin-left: 0.04167rem;
}
.mg-lt-10[data-v-c46f5450] {
  margin-left: 0.05208rem;
}
.mg-lt-20[data-v-c46f5450] {
  margin-left: 0.10417rem;
}
.mg-lt-35[data-v-c46f5450] {
  margin-left: 0.18229rem;
}
.mg-lt-40[data-v-c46f5450] {
  margin-left: 0.20833rem;
}
.mg-lt-60[data-v-c46f5450] {
  margin-left: 0.3125rem;
}
.mg-bt-10[data-v-c46f5450] {
  margin-bottom: 0.05208rem;
}
.mg-bt-15[data-v-c46f5450] {
  margin-bottom: 0.07813rem;
}
.mg-bt-20[data-v-c46f5450] {
  margin-bottom: 0.10417rem;
}
.mg-bt-30[data-v-c46f5450] {
  margin-bottom: 0.15625rem;
}
.mg-bt-40[data-v-c46f5450] {
  margin-bottom: 0.20833rem;
}
.mg-bt-70[data-v-c46f5450] {
  margin-bottom: 0.36458rem;
}
.mg-bt-80[data-v-c46f5450] {
  margin-bottom: 0.41667rem;
}
.mg-bt-110[data-v-c46f5450] {
  margin-bottom: 0.57292rem;
}
.mg-bt-150[data-v-c46f5450] {
  margin-bottom: 0.78125rem;
}
.mg-bt-300[data-v-c46f5450] {
  margin-bottom: 1.5625rem;
}
.mg-bt-400[data-v-c46f5450] {
  margin-bottom: 2.08333rem;
}
.mg-top-0[data-v-c46f5450] {
  margin-top: 0;
}
.mg-top-5[data-v-c46f5450] {
  margin-top: 0.02604rem;
}
.mg-top-10[data-v-c46f5450] {
  margin-top: 0.05208rem;
}
.mg-top-15[data-v-c46f5450] {
  margin-top: 0.07813rem;
}
.mg-top-18[data-v-c46f5450] {
  margin-top: 0.09375rem;
}
.mg-top-20[data-v-c46f5450] {
  margin-top: 0.10417rem;
}
.mg-top-30[data-v-c46f5450] {
  margin-top: 0.15625rem;
}
.mg-top-40[data-v-c46f5450] {
  margin-top: 0.20833rem;
}
.mg-top-50[data-v-c46f5450] {
  margin-top: 0.26042rem;
}
.mg-rt-20[data-v-c46f5450] {
  margin-right: 0.10417rem;
}
.mg-rt-10[data-v-c46f5450] {
  margin-right: 0.05208rem;
}

/* 边距 end */
.layout-wrapper[data-v-c46f5450] {
  height: 100vh;
}
.layout-session[data-v-c46f5450] {
  overflow: hidden;
}
.btn[data-v-c46f5450] {
  cursor: pointer;
}
header h1[data-v-c46f5450] {
  margin: 0;
  float: left;
  font-size: 0.16667rem;
  font-weight: 400;
  height: 100%;
}
header h1 a[data-v-c46f5450] {
  color: #333;
  text-decoration: none;
  display: block;
  height: 100%;
}
.el-menu.el-menu--horizontal[data-v-c46f5450] {
  border: 0;
}
a[data-v-c46f5450] {
  color: #333;
  text-decoration: none;
  display: block;
  height: 100%;
}
.el-submenu[data-v-c46f5450] {
  height: 100%;
}
.fixed[data-v-c46f5450] {
  position: fixed !important;
  top: 0;
  left: 0;
}
.el-message[data-v-c46f5450] {
  margin-top: 0.3125rem !important;
  min-width: auto; /* 设置最小宽度为自动 */
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; /* 设置宽度为内容自适应 */
}
.cursor[data-v-c46f5450] {
  cursor: pointer;
}
.customClass[data-v-c46f5450] {
  border-radius: 0.0625rem;
  width: 1.72917rem;
}
.btn[data-v-c46f5450] {
  cursor: pointer;
}
.btnTruesCopy[data-v-c46f5450] {
  background: #3d6bca !important;
  border: 0.00521rem solid #3d6bca;
  color: #fff;
  float: right;
  margin-right: 0.86458rem;
}
.btnFalsesCopy[data-v-c46f5450] {
  background: #fff !important;
  border: 0.00521rem solid #3d6bca;
  color: #4974ce;
  float: left;
  margin-left: 0.86458rem;
}
.btnTrues[data-v-c46f5450] {
  background: #3d6bca !important;
  border: 0.00521rem solid #3d6bca;
  color: #fff;
  float: right;
  margin-right: 0.34375rem;
}
.btnFalses[data-v-c46f5450] {
  background: #fff !important;
  border: 0.00521rem solid #3d6bca;
  color: #4974ce;
  float: left;
  margin-left: 0.34375rem;
}
.el-message[data-v-c46f5450] {
  z-index: 99999 !important;
}
.layout_user_wrapper[data-v-c46f5450] {
  float: right;
  height: 0.1875rem;
  padding-top: 0.08333rem;
  min-width: 0.625rem;
}
.layout_user_wrapper .user_link[data-v-c46f5450] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.layout_user_wrapper .person[data-v-c46f5450] {
  width: 0.625rem;
  height: 0.1875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  position: relative;
}
.layout_user_wrapper .person .person_img[data-v-c46f5450] {
  width: 0.1875rem;
  height: 0.1875rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 133;
}
.layout_user_wrapper .person .person_img img[data-v-c46f5450] {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.layout_user_wrapper .person .person_no_login[data-v-c46f5450] {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 0.14583rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.02083rem 0.08333rem 0.03125rem 0.23958rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.09375rem;
  font-family: MicrosoftYaHei;
  font-size: 0.0625rem;
  color: #ffffff;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  font-style: normal;
}
.layout_user_wrapper .person .person_no_login .body[data-v-c46f5450] {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 0.14583rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.02083rem 0.08333rem 0.03125rem 0.23958rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background: -webkit-gradient(linear, right top, left top, from(#c3d2db), to(#ffffff));
  background: linear-gradient(270deg, #c3d2db 0%, #ffffff 100%);
  border-radius: 0.09375rem;
  opacity: 0.4;
  pointer-events: none;
}
.el-dropdown-menu[data-v-c46f5450] {
  width: 0.625rem;
  text-align: center;
  z-index: 99999 !important;
}
@charset "UTF-8";
.clearfix[data-v-ba109b4c]::after {
  content: "";
  display: table;
  clear: both;
}
.btn[data-v-ba109b4c] {
  cursor: pointer;
}
.pointer[data-v-ba109b4c] {
  cursor: pointer;
}
.flex[data-v-ba109b4c] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

/* 文字对齐方式 start */
.text-left[data-v-ba109b4c] {
  text-align: left;
}
.text-center[data-v-ba109b4c] {
  text-align: center;
}
.text-center .ui-button + .ui-button[data-v-ba109b4c] {
  margin-left: 0.15625rem;
}
.text-right[data-v-ba109b4c] {
  text-align: right;
}

/* 文字对齐方式 end */
.ui-container[data-v-ba109b4c] {
  padding-top: calc(1.04167rem);
}
ul[data-v-ba109b4c] {
  list-style-type: none; /* 移除列表项的默认标记 */
  padding: 0; /* 移除内边距 */
  margin: 0; /* 移除外边距 */
}
li[data-v-ba109b4c] {
  display: block; /* 设置显示为块级元素 */
  padding: 0; /* 移除内边距 */
}

/* 边距 start */
.pd-0[data-v-ba109b4c] {
  padding: 0;
}
.pd-10[data-v-ba109b4c] {
  padding: 0.05208rem;
}
.pd-lr-20[data-v-ba109b4c] {
  padding-left: 0.10417rem;
  padding-right: 0.10417rem;
}
.pd-bt-10[data-v-ba109b4c] {
  margin-bottom: 0.05208rem;
}
.pd-bt-30[data-v-ba109b4c] {
  margin-bottom: 0.15625rem;
}
.mg-0[data-v-ba109b4c] {
  margin: 0;
}
.mg-lt-8[data-v-ba109b4c] {
  margin-left: 0.04167rem;
}
.mg-lt-10[data-v-ba109b4c] {
  margin-left: 0.05208rem;
}
.mg-lt-20[data-v-ba109b4c] {
  margin-left: 0.10417rem;
}
.mg-lt-35[data-v-ba109b4c] {
  margin-left: 0.18229rem;
}
.mg-lt-40[data-v-ba109b4c] {
  margin-left: 0.20833rem;
}
.mg-lt-60[data-v-ba109b4c] {
  margin-left: 0.3125rem;
}
.mg-bt-10[data-v-ba109b4c] {
  margin-bottom: 0.05208rem;
}
.mg-bt-15[data-v-ba109b4c] {
  margin-bottom: 0.07813rem;
}
.mg-bt-20[data-v-ba109b4c] {
  margin-bottom: 0.10417rem;
}
.mg-bt-30[data-v-ba109b4c] {
  margin-bottom: 0.15625rem;
}
.mg-bt-40[data-v-ba109b4c] {
  margin-bottom: 0.20833rem;
}
.mg-bt-70[data-v-ba109b4c] {
  margin-bottom: 0.36458rem;
}
.mg-bt-80[data-v-ba109b4c] {
  margin-bottom: 0.41667rem;
}
.mg-bt-110[data-v-ba109b4c] {
  margin-bottom: 0.57292rem;
}
.mg-bt-150[data-v-ba109b4c] {
  margin-bottom: 0.78125rem;
}
.mg-bt-300[data-v-ba109b4c] {
  margin-bottom: 1.5625rem;
}
.mg-bt-400[data-v-ba109b4c] {
  margin-bottom: 2.08333rem;
}
.mg-top-0[data-v-ba109b4c] {
  margin-top: 0;
}
.mg-top-5[data-v-ba109b4c] {
  margin-top: 0.02604rem;
}
.mg-top-10[data-v-ba109b4c] {
  margin-top: 0.05208rem;
}
.mg-top-15[data-v-ba109b4c] {
  margin-top: 0.07813rem;
}
.mg-top-18[data-v-ba109b4c] {
  margin-top: 0.09375rem;
}
.mg-top-20[data-v-ba109b4c] {
  margin-top: 0.10417rem;
}
.mg-top-30[data-v-ba109b4c] {
  margin-top: 0.15625rem;
}
.mg-top-40[data-v-ba109b4c] {
  margin-top: 0.20833rem;
}
.mg-top-50[data-v-ba109b4c] {
  margin-top: 0.26042rem;
}
.mg-rt-20[data-v-ba109b4c] {
  margin-right: 0.10417rem;
}
.mg-rt-10[data-v-ba109b4c] {
  margin-right: 0.05208rem;
}

/* 边距 end */
.layout-wrapper[data-v-ba109b4c] {
  height: 100vh;
}
.layout-session[data-v-ba109b4c] {
  overflow: hidden;
}
.btn[data-v-ba109b4c] {
  cursor: pointer;
}
header h1[data-v-ba109b4c] {
  margin: 0;
  float: left;
  font-size: 0.16667rem;
  font-weight: 400;
  height: 100%;
}
header h1 a[data-v-ba109b4c] {
  color: #333;
  text-decoration: none;
  display: block;
  height: 100%;
}
.el-menu.el-menu--horizontal[data-v-ba109b4c] {
  border: 0;
}
a[data-v-ba109b4c] {
  color: #333;
  text-decoration: none;
  display: block;
  height: 100%;
}
.el-submenu[data-v-ba109b4c] {
  height: 100%;
}
.fixed[data-v-ba109b4c] {
  position: fixed !important;
  top: 0;
  left: 0;
}
.el-message[data-v-ba109b4c] {
  margin-top: 0.3125rem !important;
  min-width: auto; /* 设置最小宽度为自动 */
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; /* 设置宽度为内容自适应 */
}
.cursor[data-v-ba109b4c] {
  cursor: pointer;
}
.customClass[data-v-ba109b4c] {
  border-radius: 0.0625rem;
  width: 1.72917rem;
}
.btn[data-v-ba109b4c] {
  cursor: pointer;
}
.btnTruesCopy[data-v-ba109b4c] {
  background: #3d6bca !important;
  border: 0.00521rem solid #3d6bca;
  color: #fff;
  float: right;
  margin-right: 0.86458rem;
}
.btnFalsesCopy[data-v-ba109b4c] {
  background: #fff !important;
  border: 0.00521rem solid #3d6bca;
  color: #4974ce;
  float: left;
  margin-left: 0.86458rem;
}
.btnTrues[data-v-ba109b4c] {
  background: #3d6bca !important;
  border: 0.00521rem solid #3d6bca;
  color: #fff;
  float: right;
  margin-right: 0.34375rem;
}
.btnFalses[data-v-ba109b4c] {
  background: #fff !important;
  border: 0.00521rem solid #3d6bca;
  color: #4974ce;
  float: left;
  margin-left: 0.34375rem;
}
.el-message[data-v-ba109b4c] {
  z-index: 99999 !important;
}
.layout-header[data-v-ba109b4c] {
  width: 100%;
  background-color: rgb(13, 86, 184);
  height: 0.36458rem;
  position: relative;
  z-index: 2024;
}
.layout-header .container[data-v-ba109b4c] {
  width: 6.25rem;
  height: 100%;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.layout-header .container .nav[data-v-ba109b4c] {
  width: 80%;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@charset "UTF-8";
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.btn {
  cursor: pointer;
}
.pointer {
  cursor: pointer;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

/* 文字对齐方式 start */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-center .ui-button + .ui-button {
  margin-left: 0.15625rem;
}
.text-right {
  text-align: right;
}

/* 文字对齐方式 end */
.ui-container {
  padding-top: calc(1.04167rem);
}
ul {
  list-style-type: none; /* 移除列表项的默认标记 */
  padding: 0; /* 移除内边距 */
  margin: 0; /* 移除外边距 */
}
li {
  display: block; /* 设置显示为块级元素 */
  padding: 0; /* 移除内边距 */
}

/* 边距 start */
.pd-0 {
  padding: 0;
}
.pd-10 {
  padding: 0.05208rem;
}
.pd-lr-20 {
  padding-left: 0.10417rem;
  padding-right: 0.10417rem;
}
.pd-bt-10 {
  margin-bottom: 0.05208rem;
}
.pd-bt-30 {
  margin-bottom: 0.15625rem;
}
.mg-0 {
  margin: 0;
}
.mg-lt-8 {
  margin-left: 0.04167rem;
}
.mg-lt-10 {
  margin-left: 0.05208rem;
}
.mg-lt-20 {
  margin-left: 0.10417rem;
}
.mg-lt-35 {
  margin-left: 0.18229rem;
}
.mg-lt-40 {
  margin-left: 0.20833rem;
}
.mg-lt-60 {
  margin-left: 0.3125rem;
}
.mg-bt-10 {
  margin-bottom: 0.05208rem;
}
.mg-bt-15 {
  margin-bottom: 0.07813rem;
}
.mg-bt-20 {
  margin-bottom: 0.10417rem;
}
.mg-bt-30 {
  margin-bottom: 0.15625rem;
}
.mg-bt-40 {
  margin-bottom: 0.20833rem;
}
.mg-bt-70 {
  margin-bottom: 0.36458rem;
}
.mg-bt-80 {
  margin-bottom: 0.41667rem;
}
.mg-bt-110 {
  margin-bottom: 0.57292rem;
}
.mg-bt-150 {
  margin-bottom: 0.78125rem;
}
.mg-bt-300 {
  margin-bottom: 1.5625rem;
}
.mg-bt-400 {
  margin-bottom: 2.08333rem;
}
.mg-top-0 {
  margin-top: 0;
}
.mg-top-5 {
  margin-top: 0.02604rem;
}
.mg-top-10 {
  margin-top: 0.05208rem;
}
.mg-top-15 {
  margin-top: 0.07813rem;
}
.mg-top-18 {
  margin-top: 0.09375rem;
}
.mg-top-20 {
  margin-top: 0.10417rem;
}
.mg-top-30 {
  margin-top: 0.15625rem;
}
.mg-top-40 {
  margin-top: 0.20833rem;
}
.mg-top-50 {
  margin-top: 0.26042rem;
}
.mg-rt-20 {
  margin-right: 0.10417rem;
}
.mg-rt-10 {
  margin-right: 0.05208rem;
}

/* 边距 end */
.layout-wrapper {
  height: 100vh;
}
.layout-session {
  overflow: hidden;
}
.btn {
  cursor: pointer;
}
header h1 {
  margin: 0;
  float: left;
  font-size: 0.16667rem;
  font-weight: 400;
  height: 100%;
}
header h1 a {
  color: #333;
  text-decoration: none;
  display: block;
  height: 100%;
}
.el-menu.el-menu--horizontal {
  border: 0;
}
a {
  color: #333;
  text-decoration: none;
  display: block;
  height: 100%;
}
.el-submenu {
  height: 100%;
}
.fixed {
  position: fixed !important;
  top: 0;
  left: 0;
}
.el-message {
  margin-top: 0.3125rem !important;
  min-width: auto; /* 设置最小宽度为自动 */
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; /* 设置宽度为内容自适应 */
}
.cursor {
  cursor: pointer;
}
.customClass {
  border-radius: 0.0625rem;
  width: 1.72917rem;
}
.btn {
  cursor: pointer;
}
.btnTruesCopy {
  background: #3d6bca !important;
  border: 0.00521rem solid #3d6bca;
  color: #fff;
  float: right;
  margin-right: 0.86458rem;
}
.btnFalsesCopy {
  background: #fff !important;
  border: 0.00521rem solid #3d6bca;
  color: #4974ce;
  float: left;
  margin-left: 0.86458rem;
}
.btnTrues {
  background: #3d6bca !important;
  border: 0.00521rem solid #3d6bca;
  color: #fff;
  float: right;
  margin-right: 0.34375rem;
}
.btnFalses {
  background: #fff !important;
  border: 0.00521rem solid #3d6bca;
  color: #4974ce;
  float: left;
  margin-left: 0.34375rem;
}
.el-message {
  z-index: 99999 !important;
}
.el-tooltip__popper[x-placement^=left] .popper__arrow {
  display: none;
}
.tooltip-class {
  border-color: #acd3ff !important;
}
.wxCode {
  width: 1.04167rem;
  height: 1.30208rem;
}
@charset "UTF-8";
.clearfix[data-v-5a34a830]::after {
  content: "";
  display: table;
  clear: both;
}
.btn[data-v-5a34a830] {
  cursor: pointer;
}
.pointer[data-v-5a34a830] {
  cursor: pointer;
}
.flex[data-v-5a34a830] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

/* 文字对齐方式 start */
.text-left[data-v-5a34a830] {
  text-align: left;
}
.text-center[data-v-5a34a830] {
  text-align: center;
}
.text-center .ui-button + .ui-button[data-v-5a34a830] {
  margin-left: 0.15625rem;
}
.text-right[data-v-5a34a830] {
  text-align: right;
}

/* 文字对齐方式 end */
.ui-container[data-v-5a34a830] {
  padding-top: calc(1.04167rem);
}
ul[data-v-5a34a830] {
  list-style-type: none; /* 移除列表项的默认标记 */
  padding: 0; /* 移除内边距 */
  margin: 0; /* 移除外边距 */
}
li[data-v-5a34a830] {
  display: block; /* 设置显示为块级元素 */
  padding: 0; /* 移除内边距 */
}

/* 边距 start */
.pd-0[data-v-5a34a830] {
  padding: 0;
}
.pd-10[data-v-5a34a830] {
  padding: 0.05208rem;
}
.pd-lr-20[data-v-5a34a830] {
  padding-left: 0.10417rem;
  padding-right: 0.10417rem;
}
.pd-bt-10[data-v-5a34a830] {
  margin-bottom: 0.05208rem;
}
.pd-bt-30[data-v-5a34a830] {
  margin-bottom: 0.15625rem;
}
.mg-0[data-v-5a34a830] {
  margin: 0;
}
.mg-lt-8[data-v-5a34a830] {
  margin-left: 0.04167rem;
}
.mg-lt-10[data-v-5a34a830] {
  margin-left: 0.05208rem;
}
.mg-lt-20[data-v-5a34a830] {
  margin-left: 0.10417rem;
}
.mg-lt-35[data-v-5a34a830] {
  margin-left: 0.18229rem;
}
.mg-lt-40[data-v-5a34a830] {
  margin-left: 0.20833rem;
}
.mg-lt-60[data-v-5a34a830] {
  margin-left: 0.3125rem;
}
.mg-bt-10[data-v-5a34a830] {
  margin-bottom: 0.05208rem;
}
.mg-bt-15[data-v-5a34a830] {
  margin-bottom: 0.07813rem;
}
.mg-bt-20[data-v-5a34a830] {
  margin-bottom: 0.10417rem;
}
.mg-bt-30[data-v-5a34a830] {
  margin-bottom: 0.15625rem;
}
.mg-bt-40[data-v-5a34a830] {
  margin-bottom: 0.20833rem;
}
.mg-bt-70[data-v-5a34a830] {
  margin-bottom: 0.36458rem;
}
.mg-bt-80[data-v-5a34a830] {
  margin-bottom: 0.41667rem;
}
.mg-bt-110[data-v-5a34a830] {
  margin-bottom: 0.57292rem;
}
.mg-bt-150[data-v-5a34a830] {
  margin-bottom: 0.78125rem;
}
.mg-bt-300[data-v-5a34a830] {
  margin-bottom: 1.5625rem;
}
.mg-bt-400[data-v-5a34a830] {
  margin-bottom: 2.08333rem;
}
.mg-top-0[data-v-5a34a830] {
  margin-top: 0;
}
.mg-top-5[data-v-5a34a830] {
  margin-top: 0.02604rem;
}
.mg-top-10[data-v-5a34a830] {
  margin-top: 0.05208rem;
}
.mg-top-15[data-v-5a34a830] {
  margin-top: 0.07813rem;
}
.mg-top-18[data-v-5a34a830] {
  margin-top: 0.09375rem;
}
.mg-top-20[data-v-5a34a830] {
  margin-top: 0.10417rem;
}
.mg-top-30[data-v-5a34a830] {
  margin-top: 0.15625rem;
}
.mg-top-40[data-v-5a34a830] {
  margin-top: 0.20833rem;
}
.mg-top-50[data-v-5a34a830] {
  margin-top: 0.26042rem;
}
.mg-rt-20[data-v-5a34a830] {
  margin-right: 0.10417rem;
}
.mg-rt-10[data-v-5a34a830] {
  margin-right: 0.05208rem;
}

/* 边距 end */
.layout-wrapper[data-v-5a34a830] {
  height: 100vh;
}
.layout-session[data-v-5a34a830] {
  overflow: hidden;
}
.btn[data-v-5a34a830] {
  cursor: pointer;
}
header h1[data-v-5a34a830] {
  margin: 0;
  float: left;
  font-size: 0.16667rem;
  font-weight: 400;
  height: 100%;
}
header h1 a[data-v-5a34a830] {
  color: #333;
  text-decoration: none;
  display: block;
  height: 100%;
}
.el-menu.el-menu--horizontal[data-v-5a34a830] {
  border: 0;
}
a[data-v-5a34a830] {
  color: #333;
  text-decoration: none;
  display: block;
  height: 100%;
}
.el-submenu[data-v-5a34a830] {
  height: 100%;
}
.fixed[data-v-5a34a830] {
  position: fixed !important;
  top: 0;
  left: 0;
}
.el-message[data-v-5a34a830] {
  margin-top: 0.3125rem !important;
  min-width: auto; /* 设置最小宽度为自动 */
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; /* 设置宽度为内容自适应 */
}
.cursor[data-v-5a34a830] {
  cursor: pointer;
}
.customClass[data-v-5a34a830] {
  border-radius: 0.0625rem;
  width: 1.72917rem;
}
.btn[data-v-5a34a830] {
  cursor: pointer;
}
.btnTruesCopy[data-v-5a34a830] {
  background: #3d6bca !important;
  border: 0.00521rem solid #3d6bca;
  color: #fff;
  float: right;
  margin-right: 0.86458rem;
}
.btnFalsesCopy[data-v-5a34a830] {
  background: #fff !important;
  border: 0.00521rem solid #3d6bca;
  color: #4974ce;
  float: left;
  margin-left: 0.86458rem;
}
.btnTrues[data-v-5a34a830] {
  background: #3d6bca !important;
  border: 0.00521rem solid #3d6bca;
  color: #fff;
  float: right;
  margin-right: 0.34375rem;
}
.btnFalses[data-v-5a34a830] {
  background: #fff !important;
  border: 0.00521rem solid #3d6bca;
  color: #4974ce;
  float: left;
  margin-left: 0.34375rem;
}
.el-message[data-v-5a34a830] {
  z-index: 99999 !important;
}
.content[data-v-5a34a830] {
  width: 0.39583rem;
  height: auto;
  position: fixed;
  top: 1.98958rem;
  right: 0.07813rem;
  cursor: pointer;
  z-index: 99999;
}
.content[data-v-5a34a830] > :nth-child(1) {
  margin-top: 0.10417rem;
}
.img1[data-v-5a34a830] {
  width: 0.39583rem;
  height: 0.39583rem;
  text-align: center;
  cursor: pointer;
}
.img2[data-v-5a34a830] {
  width: 0.39583rem;
  height: 0.39583rem;
  text-align: center;
  cursor: pointer;
}
.img3[data-v-5a34a830] {
  width: 0.39583rem;
  height: 0.39583rem;
  text-align: center;
  margin-top: 0.10417rem;
  cursor: pointer;
  margin-bottom: 0.10417rem;
}
.hidden[data-v-5a34a830] {
  position: fixed;
  top: 40%;
  right: 0;
  width: 0.125rem;
  height: 0.125rem;
  cursor: pointer;
}
@charset "UTF-8";
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.btn {
  cursor: pointer;
}
.pointer {
  cursor: pointer;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

/* 文字对齐方式 start */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-center .ui-button + .ui-button {
  margin-left: 0.15625rem;
}
.text-right {
  text-align: right;
}

/* 文字对齐方式 end */
.ui-container {
  padding-top: calc(1.04167rem);
}
ul {
  list-style-type: none; /* 移除列表项的默认标记 */
  padding: 0; /* 移除内边距 */
  margin: 0; /* 移除外边距 */
}
li {
  display: block; /* 设置显示为块级元素 */
  padding: 0; /* 移除内边距 */
}

/* 边距 start */
.pd-0 {
  padding: 0;
}
.pd-10 {
  padding: 0.05208rem;
}
.pd-lr-20 {
  padding-left: 0.10417rem;
  padding-right: 0.10417rem;
}
.pd-bt-10 {
  margin-bottom: 0.05208rem;
}
.pd-bt-30 {
  margin-bottom: 0.15625rem;
}
.mg-0 {
  margin: 0;
}
.mg-lt-8 {
  margin-left: 0.04167rem;
}
.mg-lt-10 {
  margin-left: 0.05208rem;
}
.mg-lt-20 {
  margin-left: 0.10417rem;
}
.mg-lt-35 {
  margin-left: 0.18229rem;
}
.mg-lt-40 {
  margin-left: 0.20833rem;
}
.mg-lt-60 {
  margin-left: 0.3125rem;
}
.mg-bt-10 {
  margin-bottom: 0.05208rem;
}
.mg-bt-15 {
  margin-bottom: 0.07813rem;
}
.mg-bt-20 {
  margin-bottom: 0.10417rem;
}
.mg-bt-30 {
  margin-bottom: 0.15625rem;
}
.mg-bt-40 {
  margin-bottom: 0.20833rem;
}
.mg-bt-70 {
  margin-bottom: 0.36458rem;
}
.mg-bt-80 {
  margin-bottom: 0.41667rem;
}
.mg-bt-110 {
  margin-bottom: 0.57292rem;
}
.mg-bt-150 {
  margin-bottom: 0.78125rem;
}
.mg-bt-300 {
  margin-bottom: 1.5625rem;
}
.mg-bt-400 {
  margin-bottom: 2.08333rem;
}
.mg-top-0 {
  margin-top: 0;
}
.mg-top-5 {
  margin-top: 0.02604rem;
}
.mg-top-10 {
  margin-top: 0.05208rem;
}
.mg-top-15 {
  margin-top: 0.07813rem;
}
.mg-top-18 {
  margin-top: 0.09375rem;
}
.mg-top-20 {
  margin-top: 0.10417rem;
}
.mg-top-30 {
  margin-top: 0.15625rem;
}
.mg-top-40 {
  margin-top: 0.20833rem;
}
.mg-top-50 {
  margin-top: 0.26042rem;
}
.mg-rt-20 {
  margin-right: 0.10417rem;
}
.mg-rt-10 {
  margin-right: 0.05208rem;
}

/* 边距 end */
.layout-wrapper {
  height: 100vh;
}
.layout-session {
  overflow: hidden;
}
.btn {
  cursor: pointer;
}
header h1 {
  margin: 0;
  float: left;
  font-size: 0.16667rem;
  font-weight: 400;
  height: 100%;
}
header h1 a {
  color: #333;
  text-decoration: none;
  display: block;
  height: 100%;
}
.el-menu.el-menu--horizontal {
  border: 0;
}
a {
  color: #333;
  text-decoration: none;
  display: block;
  height: 100%;
}
.el-submenu {
  height: 100%;
}
.fixed {
  position: fixed !important;
  top: 0;
  left: 0;
}
.el-message {
  margin-top: 0.3125rem !important;
  min-width: auto; /* 设置最小宽度为自动 */
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; /* 设置宽度为内容自适应 */
}
.cursor {
  cursor: pointer;
}
.customClass {
  border-radius: 0.0625rem;
  width: 1.72917rem;
}
.btn {
  cursor: pointer;
}
.btnTruesCopy {
  background: #3d6bca !important;
  border: 0.00521rem solid #3d6bca;
  color: #fff;
  float: right;
  margin-right: 0.86458rem;
}
.btnFalsesCopy {
  background: #fff !important;
  border: 0.00521rem solid #3d6bca;
  color: #4974ce;
  float: left;
  margin-left: 0.86458rem;
}
.btnTrues {
  background: #3d6bca !important;
  border: 0.00521rem solid #3d6bca;
  color: #fff;
  float: right;
  margin-right: 0.34375rem;
}
.btnFalses {
  background: #fff !important;
  border: 0.00521rem solid #3d6bca;
  color: #4974ce;
  float: left;
  margin-left: 0.34375rem;
}
.el-message {
  z-index: 99999 !important;
}
.slider_wrapper {
  height: 100%;
  float: left;
  -webkit-box-shadow: inset -0.02083rem 0 0.05729rem 0 rgba(62, 78, 95, 0.1);
          box-shadow: inset -0.02083rem 0 0.05729rem 0 rgba(62, 78, 95, 0.1);
}
.slider_wrapper .slider_menu {
  height: 100%;
  width: 0.93229rem;
  background: #f5faff;
}
.slider_wrapper .slider_menu > div {
  width: 100%;
}
.slider_wrapper .slider_menu .el-submenu .el-menu-item {
  min-width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.slider_wrapper .el-menu div,
.slider_wrapper .el-menu a {
  width: 100%;
}
.slider_wrapper .is-active {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
@charset "UTF-8";
.clearfix[data-v-76b34519]::after {
  content: "";
  display: table;
  clear: both;
}
.btn[data-v-76b34519] {
  cursor: pointer;
}
.pointer[data-v-76b34519] {
  cursor: pointer;
}
.flex[data-v-76b34519] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

/* 文字对齐方式 start */
.text-left[data-v-76b34519] {
  text-align: left;
}
.text-center[data-v-76b34519] {
  text-align: center;
}
.text-center .ui-button + .ui-button[data-v-76b34519] {
  margin-left: 0.15625rem;
}
.text-right[data-v-76b34519] {
  text-align: right;
}

/* 文字对齐方式 end */
.ui-container[data-v-76b34519] {
  padding-top: calc(1.04167rem);
}
ul[data-v-76b34519] {
  list-style-type: none; /* 移除列表项的默认标记 */
  padding: 0; /* 移除内边距 */
  margin: 0; /* 移除外边距 */
}
li[data-v-76b34519] {
  display: block; /* 设置显示为块级元素 */
  padding: 0; /* 移除内边距 */
}

/* 边距 start */
.pd-0[data-v-76b34519] {
  padding: 0;
}
.pd-10[data-v-76b34519] {
  padding: 0.05208rem;
}
.pd-lr-20[data-v-76b34519] {
  padding-left: 0.10417rem;
  padding-right: 0.10417rem;
}
.pd-bt-10[data-v-76b34519] {
  margin-bottom: 0.05208rem;
}
.pd-bt-30[data-v-76b34519] {
  margin-bottom: 0.15625rem;
}
.mg-0[data-v-76b34519] {
  margin: 0;
}
.mg-lt-8[data-v-76b34519] {
  margin-left: 0.04167rem;
}
.mg-lt-10[data-v-76b34519] {
  margin-left: 0.05208rem;
}
.mg-lt-20[data-v-76b34519] {
  margin-left: 0.10417rem;
}
.mg-lt-35[data-v-76b34519] {
  margin-left: 0.18229rem;
}
.mg-lt-40[data-v-76b34519] {
  margin-left: 0.20833rem;
}
.mg-lt-60[data-v-76b34519] {
  margin-left: 0.3125rem;
}
.mg-bt-10[data-v-76b34519] {
  margin-bottom: 0.05208rem;
}
.mg-bt-15[data-v-76b34519] {
  margin-bottom: 0.07813rem;
}
.mg-bt-20[data-v-76b34519] {
  margin-bottom: 0.10417rem;
}
.mg-bt-30[data-v-76b34519] {
  margin-bottom: 0.15625rem;
}
.mg-bt-40[data-v-76b34519] {
  margin-bottom: 0.20833rem;
}
.mg-bt-70[data-v-76b34519] {
  margin-bottom: 0.36458rem;
}
.mg-bt-80[data-v-76b34519] {
  margin-bottom: 0.41667rem;
}
.mg-bt-110[data-v-76b34519] {
  margin-bottom: 0.57292rem;
}
.mg-bt-150[data-v-76b34519] {
  margin-bottom: 0.78125rem;
}
.mg-bt-300[data-v-76b34519] {
  margin-bottom: 1.5625rem;
}
.mg-bt-400[data-v-76b34519] {
  margin-bottom: 2.08333rem;
}
.mg-top-0[data-v-76b34519] {
  margin-top: 0;
}
.mg-top-5[data-v-76b34519] {
  margin-top: 0.02604rem;
}
.mg-top-10[data-v-76b34519] {
  margin-top: 0.05208rem;
}
.mg-top-15[data-v-76b34519] {
  margin-top: 0.07813rem;
}
.mg-top-18[data-v-76b34519] {
  margin-top: 0.09375rem;
}
.mg-top-20[data-v-76b34519] {
  margin-top: 0.10417rem;
}
.mg-top-30[data-v-76b34519] {
  margin-top: 0.15625rem;
}
.mg-top-40[data-v-76b34519] {
  margin-top: 0.20833rem;
}
.mg-top-50[data-v-76b34519] {
  margin-top: 0.26042rem;
}
.mg-rt-20[data-v-76b34519] {
  margin-right: 0.10417rem;
}
.mg-rt-10[data-v-76b34519] {
  margin-right: 0.05208rem;
}

/* 边距 end */
.layout-wrapper[data-v-76b34519] {
  height: 100vh;
}
.layout-session[data-v-76b34519] {
  overflow: hidden;
}
.btn[data-v-76b34519] {
  cursor: pointer;
}
header h1[data-v-76b34519] {
  margin: 0;
  float: left;
  font-size: 0.16667rem;
  font-weight: 400;
  height: 100%;
}
header h1 a[data-v-76b34519] {
  color: #333;
  text-decoration: none;
  display: block;
  height: 100%;
}
.el-menu.el-menu--horizontal[data-v-76b34519] {
  border: 0;
}
a[data-v-76b34519] {
  color: #333;
  text-decoration: none;
  display: block;
  height: 100%;
}
.el-submenu[data-v-76b34519] {
  height: 100%;
}
.fixed[data-v-76b34519] {
  position: fixed !important;
  top: 0;
  left: 0;
}
.el-message[data-v-76b34519] {
  margin-top: 0.3125rem !important;
  min-width: auto; /* 设置最小宽度为自动 */
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; /* 设置宽度为内容自适应 */
}
.cursor[data-v-76b34519] {
  cursor: pointer;
}
.customClass[data-v-76b34519] {
  border-radius: 0.0625rem;
  width: 1.72917rem;
}
.btn[data-v-76b34519] {
  cursor: pointer;
}
.btnTruesCopy[data-v-76b34519] {
  background: #3d6bca !important;
  border: 0.00521rem solid #3d6bca;
  color: #fff;
  float: right;
  margin-right: 0.86458rem;
}
.btnFalsesCopy[data-v-76b34519] {
  background: #fff !important;
  border: 0.00521rem solid #3d6bca;
  color: #4974ce;
  float: left;
  margin-left: 0.86458rem;
}
.btnTrues[data-v-76b34519] {
  background: #3d6bca !important;
  border: 0.00521rem solid #3d6bca;
  color: #fff;
  float: right;
  margin-right: 0.34375rem;
}
.btnFalses[data-v-76b34519] {
  background: #fff !important;
  border: 0.00521rem solid #3d6bca;
  color: #4974ce;
  float: left;
  margin-left: 0.34375rem;
}
.el-message[data-v-76b34519] {
  z-index: 99999 !important;
}
.layout-session[data-v-76b34519] {
  width: 100%;
}
.layout-session[data-v-76b34519]:after {
  content: "";
  display: block;
  clear: both;
}
.layout-session .container[data-v-76b34519] {
  width: 6.25rem;
  height: 100%;
  margin: auto;
}
.layout-session .container[data-v-76b34519]:after {
  content: "";
  display: block;
  clear: both;
}
.layout-session .container .body[data-v-76b34519] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.36458rem;
  background: #0a62d4;
  z-index: 12;
}
.layout-session .has-slider[data-v-76b34519] {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.top .container[data-v-76b34519] {
  margin-top: 0.36458rem;
  min-height: calc(100vh - 0.20833rem);
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@charset "UTF-8";
.clearfix[data-v-fc756330]::after {
  content: "";
  display: table;
  clear: both;
}
.btn[data-v-fc756330] {
  cursor: pointer;
}
.pointer[data-v-fc756330] {
  cursor: pointer;
}
.flex[data-v-fc756330] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

/* 文字对齐方式 start */
.text-left[data-v-fc756330] {
  text-align: left;
}
.text-center[data-v-fc756330] {
  text-align: center;
}
.text-center .ui-button + .ui-button[data-v-fc756330] {
  margin-left: 0.15625rem;
}
.text-right[data-v-fc756330] {
  text-align: right;
}

/* 文字对齐方式 end */
.ui-container[data-v-fc756330] {
  padding-top: calc(1.04167rem);
}
ul[data-v-fc756330] {
  list-style-type: none; /* 移除列表项的默认标记 */
  padding: 0; /* 移除内边距 */
  margin: 0; /* 移除外边距 */
}
li[data-v-fc756330] {
  display: block; /* 设置显示为块级元素 */
  padding: 0; /* 移除内边距 */
}

/* 边距 start */
.pd-0[data-v-fc756330] {
  padding: 0;
}
.pd-10[data-v-fc756330] {
  padding: 0.05208rem;
}
.pd-lr-20[data-v-fc756330] {
  padding-left: 0.10417rem;
  padding-right: 0.10417rem;
}
.pd-bt-10[data-v-fc756330] {
  margin-bottom: 0.05208rem;
}
.pd-bt-30[data-v-fc756330] {
  margin-bottom: 0.15625rem;
}
.mg-0[data-v-fc756330] {
  margin: 0;
}
.mg-lt-8[data-v-fc756330] {
  margin-left: 0.04167rem;
}
.mg-lt-10[data-v-fc756330] {
  margin-left: 0.05208rem;
}
.mg-lt-20[data-v-fc756330] {
  margin-left: 0.10417rem;
}
.mg-lt-35[data-v-fc756330] {
  margin-left: 0.18229rem;
}
.mg-lt-40[data-v-fc756330] {
  margin-left: 0.20833rem;
}
.mg-lt-60[data-v-fc756330] {
  margin-left: 0.3125rem;
}
.mg-bt-10[data-v-fc756330] {
  margin-bottom: 0.05208rem;
}
.mg-bt-15[data-v-fc756330] {
  margin-bottom: 0.07813rem;
}
.mg-bt-20[data-v-fc756330] {
  margin-bottom: 0.10417rem;
}
.mg-bt-30[data-v-fc756330] {
  margin-bottom: 0.15625rem;
}
.mg-bt-40[data-v-fc756330] {
  margin-bottom: 0.20833rem;
}
.mg-bt-70[data-v-fc756330] {
  margin-bottom: 0.36458rem;
}
.mg-bt-80[data-v-fc756330] {
  margin-bottom: 0.41667rem;
}
.mg-bt-110[data-v-fc756330] {
  margin-bottom: 0.57292rem;
}
.mg-bt-150[data-v-fc756330] {
  margin-bottom: 0.78125rem;
}
.mg-bt-300[data-v-fc756330] {
  margin-bottom: 1.5625rem;
}
.mg-bt-400[data-v-fc756330] {
  margin-bottom: 2.08333rem;
}
.mg-top-0[data-v-fc756330] {
  margin-top: 0;
}
.mg-top-5[data-v-fc756330] {
  margin-top: 0.02604rem;
}
.mg-top-10[data-v-fc756330] {
  margin-top: 0.05208rem;
}
.mg-top-15[data-v-fc756330] {
  margin-top: 0.07813rem;
}
.mg-top-18[data-v-fc756330] {
  margin-top: 0.09375rem;
}
.mg-top-20[data-v-fc756330] {
  margin-top: 0.10417rem;
}
.mg-top-30[data-v-fc756330] {
  margin-top: 0.15625rem;
}
.mg-top-40[data-v-fc756330] {
  margin-top: 0.20833rem;
}
.mg-top-50[data-v-fc756330] {
  margin-top: 0.26042rem;
}
.mg-rt-20[data-v-fc756330] {
  margin-right: 0.10417rem;
}
.mg-rt-10[data-v-fc756330] {
  margin-right: 0.05208rem;
}

/* 边距 end */
.layout-wrapper[data-v-fc756330] {
  height: 100vh;
}
.layout-session[data-v-fc756330] {
  overflow: hidden;
}
.btn[data-v-fc756330] {
  cursor: pointer;
}
header h1[data-v-fc756330] {
  margin: 0;
  float: left;
  font-size: 0.16667rem;
  font-weight: 400;
  height: 100%;
}
header h1 a[data-v-fc756330] {
  color: #333;
  text-decoration: none;
  display: block;
  height: 100%;
}
.el-menu.el-menu--horizontal[data-v-fc756330] {
  border: 0;
}
a[data-v-fc756330] {
  color: #333;
  text-decoration: none;
  display: block;
  height: 100%;
}
.el-submenu[data-v-fc756330] {
  height: 100%;
}
.fixed[data-v-fc756330] {
  position: fixed !important;
  top: 0;
  left: 0;
}
.el-message[data-v-fc756330] {
  margin-top: 0.3125rem !important;
  min-width: auto; /* 设置最小宽度为自动 */
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; /* 设置宽度为内容自适应 */
}
.cursor[data-v-fc756330] {
  cursor: pointer;
}
.customClass[data-v-fc756330] {
  border-radius: 0.0625rem;
  width: 1.72917rem;
}
.btn[data-v-fc756330] {
  cursor: pointer;
}
.btnTruesCopy[data-v-fc756330] {
  background: #3d6bca !important;
  border: 0.00521rem solid #3d6bca;
  color: #fff;
  float: right;
  margin-right: 0.86458rem;
}
.btnFalsesCopy[data-v-fc756330] {
  background: #fff !important;
  border: 0.00521rem solid #3d6bca;
  color: #4974ce;
  float: left;
  margin-left: 0.86458rem;
}
.btnTrues[data-v-fc756330] {
  background: #3d6bca !important;
  border: 0.00521rem solid #3d6bca;
  color: #fff;
  float: right;
  margin-right: 0.34375rem;
}
.btnFalses[data-v-fc756330] {
  background: #fff !important;
  border: 0.00521rem solid #3d6bca;
  color: #4974ce;
  float: left;
  margin-left: 0.34375rem;
}
.el-message[data-v-fc756330] {
  z-index: 99999 !important;
}
.layout-footer[data-v-fc756330] {
  width: 100%;
  background: #21262b;
}
.layout-footer .container[data-v-fc756330] {
  width: 6.25rem;
  height: 100%;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.3125rem 0 0.15625rem 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.layout-footer .container .footer_top[data-v-fc756330] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.layout-footer .container .footer_top .footer_left .footer_logo[data-v-fc756330] {
  width: 1.05208rem;
  height: 0.26042rem;
  margin-right: 0.20833rem;
}
.layout-footer .container .footer_top .footer_left .footer_logo img[data-v-fc756330] {
  width: 100%;
  height: 100%;
  display: block;
}
.layout-footer .container .footer_top .footer_left .footer_name[data-v-fc756330] {
  margin-top: 0.05208rem;
  font-size: 0.07292rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.125rem;
  color: rgb(174, 181, 191);
  text-align: left;
}
.layout-footer .container .footer_top .footer_left .footer_info[data-v-fc756330] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.05208rem;
}
.layout-footer .container .footer_top .footer_left .footer_info .info_row[data-v-fc756330] {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.0625rem;
  font-family: MicrosoftYaHei;
  font-size: 0.07292rem;
  color: #aeb5bf;
  line-height: 0.10417rem;
  margin-right: 0.10417rem;
}
.layout-footer .container .footer_top .footer_left .footer_info .info_row .label[data-v-fc756330] {
  font-family: MicrosoftYaHei;
  font-size: 0.07292rem;
  color: #aeb5bf;
  margin-left: -0.04167rem;
}
.layout-footer .container .footer_top .footer_left .footer_info .info_row .value[data-v-fc756330] {
  margin-top: 0.01563rem;
  color: #aeb5bf;
}
.layout-footer .container .footer_top .footer_right[data-v-fc756330] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 2.1875rem;
}
.layout-footer .container .footer_top .footer_right .qr_item[data-v-fc756330] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.layout-footer .container .footer_top .footer_right .qr_item img[data-v-fc756330] {
  width: 0.57292rem;
  height: 0.57292rem;
  display: block;
  margin-bottom: 0.05208rem;
}
.layout-footer .container .footer_top .footer_right .qr_item span[data-v-fc756330] {
  font-family: MicrosoftYaHei;
  font-size: 0.07292rem;
  color: #aeb5bf;
  line-height: 0.10417rem;
}
.layout-footer .container .footer_bottom[data-v-fc756330] {
  margin-top: 0.20833rem;
  padding-top: 0.10417rem;
  border-top: 0.00521rem solid rgba(255, 255, 255, 0.08);
  height: 0.09896rem;
  font-family: MicrosoftYaHei;
  font-size: 0.07292rem;
  color: #aeb5bf;
  line-height: 0.09896rem;
  text-align: center;
}
.layout-footer .container .footer_bottom .wangan[data-v-fc756330] {
  padding-left: 0.07813rem;
}
.layout-footer .container .footer_bottom .cursor[data-v-fc756330] {
  cursor: pointer;
}
@charset "UTF-8";
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.btn {
  cursor: pointer;
}
.pointer {
  cursor: pointer;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

/* 文字对齐方式 start */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-center .ui-button + .ui-button {
  margin-left: 0.15625rem;
}
.text-right {
  text-align: right;
}

/* 文字对齐方式 end */
.ui-container {
  padding-top: calc(1.04167rem);
}
ul {
  list-style-type: none; /* 移除列表项的默认标记 */
  padding: 0; /* 移除内边距 */
  margin: 0; /* 移除外边距 */
}
li {
  display: block; /* 设置显示为块级元素 */
  padding: 0; /* 移除内边距 */
}

/* 边距 start */
.pd-0 {
  padding: 0;
}
.pd-10 {
  padding: 0.05208rem;
}
.pd-lr-20 {
  padding-left: 0.10417rem;
  padding-right: 0.10417rem;
}
.pd-bt-10 {
  margin-bottom: 0.05208rem;
}
.pd-bt-30 {
  margin-bottom: 0.15625rem;
}
.mg-0 {
  margin: 0;
}
.mg-lt-8 {
  margin-left: 0.04167rem;
}
.mg-lt-10 {
  margin-left: 0.05208rem;
}
.mg-lt-20 {
  margin-left: 0.10417rem;
}
.mg-lt-35 {
  margin-left: 0.18229rem;
}
.mg-lt-40 {
  margin-left: 0.20833rem;
}
.mg-lt-60 {
  margin-left: 0.3125rem;
}
.mg-bt-10 {
  margin-bottom: 0.05208rem;
}
.mg-bt-15 {
  margin-bottom: 0.07813rem;
}
.mg-bt-20 {
  margin-bottom: 0.10417rem;
}
.mg-bt-30 {
  margin-bottom: 0.15625rem;
}
.mg-bt-40 {
  margin-bottom: 0.20833rem;
}
.mg-bt-70 {
  margin-bottom: 0.36458rem;
}
.mg-bt-80 {
  margin-bottom: 0.41667rem;
}
.mg-bt-110 {
  margin-bottom: 0.57292rem;
}
.mg-bt-150 {
  margin-bottom: 0.78125rem;
}
.mg-bt-300 {
  margin-bottom: 1.5625rem;
}
.mg-bt-400 {
  margin-bottom: 2.08333rem;
}
.mg-top-0 {
  margin-top: 0;
}
.mg-top-5 {
  margin-top: 0.02604rem;
}
.mg-top-10 {
  margin-top: 0.05208rem;
}
.mg-top-15 {
  margin-top: 0.07813rem;
}
.mg-top-18 {
  margin-top: 0.09375rem;
}
.mg-top-20 {
  margin-top: 0.10417rem;
}
.mg-top-30 {
  margin-top: 0.15625rem;
}
.mg-top-40 {
  margin-top: 0.20833rem;
}
.mg-top-50 {
  margin-top: 0.26042rem;
}
.mg-rt-20 {
  margin-right: 0.10417rem;
}
.mg-rt-10 {
  margin-right: 0.05208rem;
}

/* 边距 end */
.layout-wrapper {
  height: 100vh;
}
.layout-session {
  overflow: hidden;
}
.btn {
  cursor: pointer;
}
header h1 {
  margin: 0;
  float: left;
  font-size: 0.16667rem;
  font-weight: 400;
  height: 100%;
}
header h1 a {
  color: #333;
  text-decoration: none;
  display: block;
  height: 100%;
}
.el-menu.el-menu--horizontal {
  border: 0;
}
a {
  color: #333;
  text-decoration: none;
  display: block;
  height: 100%;
}
.el-submenu {
  height: 100%;
}
.fixed {
  position: fixed !important;
  top: 0;
  left: 0;
}
.el-message {
  margin-top: 0.3125rem !important;
  min-width: auto; /* 设置最小宽度为自动 */
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; /* 设置宽度为内容自适应 */
}
.cursor {
  cursor: pointer;
}
.customClass {
  border-radius: 0.0625rem;
  width: 1.72917rem;
}
.btn {
  cursor: pointer;
}
.btnTruesCopy {
  background: #3d6bca !important;
  border: 0.00521rem solid #3d6bca;
  color: #fff;
  float: right;
  margin-right: 0.86458rem;
}
.btnFalsesCopy {
  background: #fff !important;
  border: 0.00521rem solid #3d6bca;
  color: #4974ce;
  float: left;
  margin-left: 0.86458rem;
}
.btnTrues {
  background: #3d6bca !important;
  border: 0.00521rem solid #3d6bca;
  color: #fff;
  float: right;
  margin-right: 0.34375rem;
}
.btnFalses {
  background: #fff !important;
  border: 0.00521rem solid #3d6bca;
  color: #4974ce;
  float: left;
  margin-left: 0.34375rem;
}
.el-message {
  z-index: 99999 !important;
}
.layout-wrapper {
  height: 100vh;
}
.layout-session {
  overflow: hidden;
}
.btn {
  cursor: pointer;
}
header h1 {
  margin: 0;
  float: left;
  font-size: 0.16667rem;
  font-weight: 400;
  height: 100%;
}
header h1 a {
  color: #333;
  text-decoration: none;
  display: block;
  height: 100%;
}
.el-menu.el-menu--horizontal {
  border: 0;
}
a {
  color: #333;
  text-decoration: none;
  display: block;
  height: 100%;
}
.el-submenu {
  height: 100%;
}
.fixed {
  position: fixed !important;
  top: 0;
  left: 0;
}
.layout-wrapper {
  height: 100%;
}
.layout-wrapper .layout-session {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #f2f2f2;
}
.layout-wrapper .layout-footer {
  height: 1.875rem;
  background: #21262b;
}
.index-wrapper {
  display: block;
}
.navBarWrap {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
@charset "UTF-8";
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.btn {
  cursor: pointer;
}
.pointer {
  cursor: pointer;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

/* 文字对齐方式 start */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-center .ui-button + .ui-button {
  margin-left: 0.15625rem;
}
.text-right {
  text-align: right;
}

/* 文字对齐方式 end */
.ui-container {
  padding-top: calc(1.04167rem);
}
ul {
  list-style-type: none; /* 移除列表项的默认标记 */
  padding: 0; /* 移除内边距 */
  margin: 0; /* 移除外边距 */
}
li {
  display: block; /* 设置显示为块级元素 */
  padding: 0; /* 移除内边距 */
}

/* 边距 start */
.pd-0 {
  padding: 0;
}
.pd-10 {
  padding: 0.05208rem;
}
.pd-lr-20 {
  padding-left: 0.10417rem;
  padding-right: 0.10417rem;
}
.pd-bt-10 {
  margin-bottom: 0.05208rem;
}
.pd-bt-30 {
  margin-bottom: 0.15625rem;
}
.mg-0 {
  margin: 0;
}
.mg-lt-8 {
  margin-left: 0.04167rem;
}
.mg-lt-10 {
  margin-left: 0.05208rem;
}
.mg-lt-20 {
  margin-left: 0.10417rem;
}
.mg-lt-35 {
  margin-left: 0.18229rem;
}
.mg-lt-40 {
  margin-left: 0.20833rem;
}
.mg-lt-60 {
  margin-left: 0.3125rem;
}
.mg-bt-10 {
  margin-bottom: 0.05208rem;
}
.mg-bt-15 {
  margin-bottom: 0.07813rem;
}
.mg-bt-20 {
  margin-bottom: 0.10417rem;
}
.mg-bt-30 {
  margin-bottom: 0.15625rem;
}
.mg-bt-40 {
  margin-bottom: 0.20833rem;
}
.mg-bt-70 {
  margin-bottom: 0.36458rem;
}
.mg-bt-80 {
  margin-bottom: 0.41667rem;
}
.mg-bt-110 {
  margin-bottom: 0.57292rem;
}
.mg-bt-150 {
  margin-bottom: 0.78125rem;
}
.mg-bt-300 {
  margin-bottom: 1.5625rem;
}
.mg-bt-400 {
  margin-bottom: 2.08333rem;
}
.mg-top-0 {
  margin-top: 0;
}
.mg-top-5 {
  margin-top: 0.02604rem;
}
.mg-top-10 {
  margin-top: 0.05208rem;
}
.mg-top-15 {
  margin-top: 0.07813rem;
}
.mg-top-18 {
  margin-top: 0.09375rem;
}
.mg-top-20 {
  margin-top: 0.10417rem;
}
.mg-top-30 {
  margin-top: 0.15625rem;
}
.mg-top-40 {
  margin-top: 0.20833rem;
}
.mg-top-50 {
  margin-top: 0.26042rem;
}
.mg-rt-20 {
  margin-right: 0.10417rem;
}
.mg-rt-10 {
  margin-right: 0.05208rem;
}

/* 边距 end */
.layout-wrapper {
  height: 100vh;
}
.layout-session {
  overflow: hidden;
}
.btn {
  cursor: pointer;
}
header h1 {
  margin: 0;
  float: left;
  font-size: 0.16667rem;
  font-weight: 400;
  height: 100%;
}
header h1 a {
  color: #333;
  text-decoration: none;
  display: block;
  height: 100%;
}
.el-menu.el-menu--horizontal {
  border: 0;
}
a {
  color: #333;
  text-decoration: none;
  display: block;
  height: 100%;
}
.el-submenu {
  height: 100%;
}
.fixed {
  position: fixed !important;
  top: 0;
  left: 0;
}
.el-message {
  margin-top: 0.3125rem !important;
  min-width: auto; /* 设置最小宽度为自动 */
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; /* 设置宽度为内容自适应 */
}
.cursor {
  cursor: pointer;
}
.customClass {
  border-radius: 0.0625rem;
  width: 1.72917rem;
}
.btn {
  cursor: pointer;
}
.btnTruesCopy {
  background: #3d6bca !important;
  border: 0.00521rem solid #3d6bca;
  color: #fff;
  float: right;
  margin-right: 0.86458rem;
}
.btnFalsesCopy {
  background: #fff !important;
  border: 0.00521rem solid #3d6bca;
  color: #4974ce;
  float: left;
  margin-left: 0.86458rem;
}
.btnTrues {
  background: #3d6bca !important;
  border: 0.00521rem solid #3d6bca;
  color: #fff;
  float: right;
  margin-right: 0.34375rem;
}
.btnFalses {
  background: #fff !important;
  border: 0.00521rem solid #3d6bca;
  color: #4974ce;
  float: left;
  margin-left: 0.34375rem;
}
.el-message {
  z-index: 99999 !important;
}
.login_form {
  width: 1.75521rem;
  min-height: 1.63021rem;
  padding: 0 0.09375rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-0.52083rem);
          transform: translateY(-0.52083rem);
}
.login_form .login_title {
  width: 100%;
  text-align: center;
  height: 0.15104rem;
  font-size: 0.13021rem;
  color: #000000;
  line-height: 0.15104rem;
  letter-spacing: 0.00521rem;
  font-style: normal;
  margin-bottom: 0.17708rem;
}
.login_form .login_tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.13542rem;
}
.login_form .login_tab .tab {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 50%;
     -moz-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  text-align: center;
  height: 0.15104rem;
  font-size: 0.06771rem;
  color: #333333;
  line-height: 0.15104rem;
  font-style: normal;
  cursor: pointer;
}
.login_form .login_tab .is_active {
  color: #0d65da;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.login_form .register_role {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.login_form .register_role .register_role_title {
  height: 0.09375rem;
  font-size: 0.06771rem;
  color: #999999;
  line-height: 0.09375rem;
  font-style: normal;
}
.login_form .register_role .register_role_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.05729rem;
  width: 100%;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin-bottom: 0.11458rem;
}
.login_form .register_role .register_role_wrapper .register_role_item {
  width: 0.375rem;
  height: 0.14063rem;
  background: #ffffff;
  border-radius: 0.11458rem;
  border: 0.00521rem solid #acd0ff;
  font-size: 0.06771rem;
  color: #3589f6;
  line-height: 0.14063rem;
  font-style: normal;
  text-align: center;
  cursor: pointer;
}
.login_form .register_role .register_role_wrapper .is_active {
  background: #3589f6;
  color: #ffffff;
}
.login_form .el-form-item {
  margin-bottom: 0.14063rem;
}
.login_form .el-input .el-input__inner {
  height: 0.16667rem;
  background: #ffffff;
  line-height: 0.16667rem;
  border-radius: 0.11458rem;
  border: 0.00521rem solid #cecece;
}
.login_form .opraty {
  margin-bottom: 0.11458rem;
  height: 0.08333rem;
  font-size: 0.06771rem;
  color: #999999;
  line-height: 0.08333rem;
  font-style: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}
.login_form .opraty .opraty_left span:nth-last-child(1) {
  color: #0d65da;
}
.login_form .opraty .opraty_right span {
  color: #0d65da;
}
.login_form .btn {
  height: 0.20313rem;
  line-height: 0.20313rem;
  background: -webkit-gradient(linear, right top, left top, from(#66a9ff), to(#3589f6));
  background: linear-gradient(270deg, #66a9ff 0%, #3589f6 100%);
  border-radius: 0.02083rem;
  font-size: 0.08333rem;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}
.login_form .btn_green {
  height: 0.20313rem;
  line-height: 0.20313rem;
  background: #18b074;
  border-radius: 0.02083rem;
  font-size: 0.08333rem;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  margin-top: 0.10417rem;
}
.login_form .suffix_code {
  color: #0d65da;
  margin-right: 0.08333rem;
  font-size: 0.06771rem;
  cursor: pointer;
}
.login_form .mobile .el-input__inner {
  background: #ffffff;
  border-radius: 0 0.11458rem 0.11458rem 0;
  border: 0.00521rem solid #cecece;
}
.login_form .mobile .el-input-group__prepend {
  background: rgb(255, 255, 255);
  border-radius: 0.11458rem 0 0 0.11458rem;
}
.login_form .mobile .el-select {
  width: 0.52083rem;
  font-size: 0.06771rem;
  font-style: normal;
  color: #000;
}
.login_form .mobile .el-select .el-input__icon {
  line-height: 0.16667rem;
}
.login_form .wx-text {
  text-align: center;
  margin-top: 0.10417rem;
  font-weight: 500;
  font-size: 0.08333rem;
  color: #333;
}
.login_form .wx-info {
  text-align: center;
  margin-top: 0.05208rem;
  font-size: 0.0625rem;
  color: #999;
}
.login_form .btn_other {
  height: 0.20313rem;
  line-height: 0.20313rem;
  background: -webkit-gradient(linear, right top, left top, from(#66a9ff), to(#3589f6));
  background: linear-gradient(270deg, #66a9ff 0%, #3589f6 100%);
  border-radius: 0.02083rem;
  font-size: 0.08333rem;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  margin-top: 0.10417rem;
}
.wx-title {
  font-size: 0.07292rem;
  color: #333;
  text-align: center;
  margin-bottom: 0.10417rem;
}
.wx_code {
  color: #0d65da;
  margin-right: 0.08333rem;
  font-size: 0.06771rem;
  cursor: pointer;
}
.btn_other {
  height: 0.20313rem;
  line-height: 0.20313rem;
  background: -webkit-gradient(linear, right top, left top, from(#66a9ff), to(#3589f6));
  background: linear-gradient(270deg, #66a9ff 0%, #3589f6 100%);
  border-radius: 0.02083rem;
  font-size: 0.08333rem;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  margin-top: 0.10417rem;
}
@charset "UTF-8";
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.btn {
  cursor: pointer;
}
.pointer {
  cursor: pointer;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

/* 文字对齐方式 start */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-center .ui-button + .ui-button {
  margin-left: 0.15625rem;
}
.text-right {
  text-align: right;
}

/* 文字对齐方式 end */
.ui-container {
  padding-top: calc(1.04167rem);
}
ul {
  list-style-type: none; /* 移除列表项的默认标记 */
  padding: 0; /* 移除内边距 */
  margin: 0; /* 移除外边距 */
}
li {
  display: block; /* 设置显示为块级元素 */
  padding: 0; /* 移除内边距 */
}

/* 边距 start */
.pd-0 {
  padding: 0;
}
.pd-10 {
  padding: 0.05208rem;
}
.pd-lr-20 {
  padding-left: 0.10417rem;
  padding-right: 0.10417rem;
}
.pd-bt-10 {
  margin-bottom: 0.05208rem;
}
.pd-bt-30 {
  margin-bottom: 0.15625rem;
}
.mg-0 {
  margin: 0;
}
.mg-lt-8 {
  margin-left: 0.04167rem;
}
.mg-lt-10 {
  margin-left: 0.05208rem;
}
.mg-lt-20 {
  margin-left: 0.10417rem;
}
.mg-lt-35 {
  margin-left: 0.18229rem;
}
.mg-lt-40 {
  margin-left: 0.20833rem;
}
.mg-lt-60 {
  margin-left: 0.3125rem;
}
.mg-bt-10 {
  margin-bottom: 0.05208rem;
}
.mg-bt-15 {
  margin-bottom: 0.07813rem;
}
.mg-bt-20 {
  margin-bottom: 0.10417rem;
}
.mg-bt-30 {
  margin-bottom: 0.15625rem;
}
.mg-bt-40 {
  margin-bottom: 0.20833rem;
}
.mg-bt-70 {
  margin-bottom: 0.36458rem;
}
.mg-bt-80 {
  margin-bottom: 0.41667rem;
}
.mg-bt-110 {
  margin-bottom: 0.57292rem;
}
.mg-bt-150 {
  margin-bottom: 0.78125rem;
}
.mg-bt-300 {
  margin-bottom: 1.5625rem;
}
.mg-bt-400 {
  margin-bottom: 2.08333rem;
}
.mg-top-0 {
  margin-top: 0;
}
.mg-top-5 {
  margin-top: 0.02604rem;
}
.mg-top-10 {
  margin-top: 0.05208rem;
}
.mg-top-15 {
  margin-top: 0.07813rem;
}
.mg-top-18 {
  margin-top: 0.09375rem;
}
.mg-top-20 {
  margin-top: 0.10417rem;
}
.mg-top-30 {
  margin-top: 0.15625rem;
}
.mg-top-40 {
  margin-top: 0.20833rem;
}
.mg-top-50 {
  margin-top: 0.26042rem;
}
.mg-rt-20 {
  margin-right: 0.10417rem;
}
.mg-rt-10 {
  margin-right: 0.05208rem;
}

/* 边距 end */
.layout-wrapper {
  height: 100vh;
}
.layout-session {
  overflow: hidden;
}
.btn {
  cursor: pointer;
}
header h1 {
  margin: 0;
  float: left;
  font-size: 0.16667rem;
  font-weight: 400;
  height: 100%;
}
header h1 a {
  color: #333;
  text-decoration: none;
  display: block;
  height: 100%;
}
.el-menu.el-menu--horizontal {
  border: 0;
}
a {
  color: #333;
  text-decoration: none;
  display: block;
  height: 100%;
}
.el-submenu {
  height: 100%;
}
.fixed {
  position: fixed !important;
  top: 0;
  left: 0;
}
.el-message {
  margin-top: 0.3125rem !important;
  min-width: auto; /* 设置最小宽度为自动 */
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; /* 设置宽度为内容自适应 */
}
.cursor {
  cursor: pointer;
}
.customClass {
  border-radius: 0.0625rem;
  width: 1.72917rem;
}
.btn {
  cursor: pointer;
}
.btnTruesCopy {
  background: #3d6bca !important;
  border: 0.00521rem solid #3d6bca;
  color: #fff;
  float: right;
  margin-right: 0.86458rem;
}
.btnFalsesCopy {
  background: #fff !important;
  border: 0.00521rem solid #3d6bca;
  color: #4974ce;
  float: left;
  margin-left: 0.86458rem;
}
.btnTrues {
  background: #3d6bca !important;
  border: 0.00521rem solid #3d6bca;
  color: #fff;
  float: right;
  margin-right: 0.34375rem;
}
.btnFalses {
  background: #fff !important;
  border: 0.00521rem solid #3d6bca;
  color: #4974ce;
  float: left;
  margin-left: 0.34375rem;
}
.el-message {
  z-index: 99999 !important;
}
.register_form {
  width: 1.49479rem;
  min-height: 1.63021rem;
  margin: 0.28125rem auto 0;
  padding: 0 0.09375rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-0.52083rem);
          transform: translateY(-0.52083rem);
}
.register_form .register_title {
  width: 100%;
  text-align: center;
  height: 0.15104rem;
  font-size: 0.13021rem;
  color: #000000;
  line-height: 0.15104rem;
  letter-spacing: 0.00521rem;
  font-style: normal;
  margin-bottom: 0.14063rem;
}
.register_form .register_role {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.register_form .register_role .register_role_title {
  height: 0.09375rem;
  font-size: 0.06771rem;
  color: #999999;
  line-height: 0.09375rem;
  font-style: normal;
}
.register_form .register_role .register_role_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.05729rem;
  width: 100%;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin-bottom: 0.11458rem;
}
.register_form .register_role .register_role_wrapper .register_role_item {
  width: 0.375rem;
  height: 0.14063rem;
  background: #ffffff;
  border-radius: 0.11458rem;
  border: 0.00521rem solid #acd0ff;
  font-size: 0.06771rem;
  color: #3589f6;
  line-height: 0.14063rem;
  font-style: normal;
  text-align: center;
  cursor: pointer;
}
.register_form .register_role .register_role_wrapper .is_active {
  background: #3589f6;
  color: #ffffff;
}
.register_form .el-input .el-input__inner {
  height: 0.16667rem;
  background: #ffffff;
  line-height: 0.16667rem;
  border-radius: 0.11458rem;
  border: 0.00521rem solid #cecece;
}
.register_form .suffix_code {
  color: #0d65da !important;
  margin-right: 0.08333rem !important;
  font-size: 0.06771rem !important;
  cursor: pointer;
}
.register_form .office {
  width: 1.08333rem;
  margin-left: 0.35417rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.03125rem;
}
.register_form .office .left {
  width: 0.06771rem;
  height: 0.06771rem;
  margin-top: -0.00521rem;
}
.register_form .office .right {
  margin-left: 0.02083rem;
}
.register_form .text {
  text-align: center;
  cursor: pointer;
}
.register_form .text span {
  color: #0d65da;
}
.register_form .btn {
  height: 0.20313rem;
  line-height: 0.20313rem;
  background: -webkit-gradient(linear, right top, left top, from(#66a9ff), to(#3589f6));
  background: linear-gradient(270deg, #66a9ff 0%, #3589f6 100%);
  border-radius: 0.02083rem;
  font-family: MicrosoftYaHeiUI;
  font-size: 0.08333rem;
  color: #ffffff;
  text-align: center;
  margin: 0.11458rem 0;
  cursor: pointer;
}
.register_form .mobile .el-input__inner {
  background: #ffffff;
  border-radius: 0 0.11458rem 0.11458rem 0;
  border: 0.00521rem solid #cecece;
}
.register_form .mobile .el-input-group__prepend {
  background: rgb(255, 255, 255);
  border-radius: 0.11458rem 0 0 0.11458rem;
}
.register_form .mobile .el-select {
  width: 0.52083rem;
  font-size: 0.06771rem;
  font-style: normal;
  color: #000;
}
.register_form .mobile .el-select .el-input__icon {
  line-height: 0.16667rem;
}
.register_form .info {
  width: 100%;
  height: 0.08333rem;
  font-family: MicrosoftYaHeiUI;
  font-size: 0.06771rem;
  color: #999999;
  line-height: 0.08333rem;
  text-align: center;
  font-style: normal;
  cursor: pointer;
}
.register_form .info span:last-child {
  color: #0d65da;
}
@charset "UTF-8";
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.btn {
  cursor: pointer;
}
.pointer {
  cursor: pointer;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

/* 文字对齐方式 start */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-center .ui-button + .ui-button {
  margin-left: 0.15625rem;
}
.text-right {
  text-align: right;
}

/* 文字对齐方式 end */
.ui-container {
  padding-top: calc(1.04167rem);
}
ul {
  list-style-type: none; /* 移除列表项的默认标记 */
  padding: 0; /* 移除内边距 */
  margin: 0; /* 移除外边距 */
}
li {
  display: block; /* 设置显示为块级元素 */
  padding: 0; /* 移除内边距 */
}

/* 边距 start */
.pd-0 {
  padding: 0;
}
.pd-10 {
  padding: 0.05208rem;
}
.pd-lr-20 {
  padding-left: 0.10417rem;
  padding-right: 0.10417rem;
}
.pd-bt-10 {
  margin-bottom: 0.05208rem;
}
.pd-bt-30 {
  margin-bottom: 0.15625rem;
}
.mg-0 {
  margin: 0;
}
.mg-lt-8 {
  margin-left: 0.04167rem;
}
.mg-lt-10 {
  margin-left: 0.05208rem;
}
.mg-lt-20 {
  margin-left: 0.10417rem;
}
.mg-lt-35 {
  margin-left: 0.18229rem;
}
.mg-lt-40 {
  margin-left: 0.20833rem;
}
.mg-lt-60 {
  margin-left: 0.3125rem;
}
.mg-bt-10 {
  margin-bottom: 0.05208rem;
}
.mg-bt-15 {
  margin-bottom: 0.07813rem;
}
.mg-bt-20 {
  margin-bottom: 0.10417rem;
}
.mg-bt-30 {
  margin-bottom: 0.15625rem;
}
.mg-bt-40 {
  margin-bottom: 0.20833rem;
}
.mg-bt-70 {
  margin-bottom: 0.36458rem;
}
.mg-bt-80 {
  margin-bottom: 0.41667rem;
}
.mg-bt-110 {
  margin-bottom: 0.57292rem;
}
.mg-bt-150 {
  margin-bottom: 0.78125rem;
}
.mg-bt-300 {
  margin-bottom: 1.5625rem;
}
.mg-bt-400 {
  margin-bottom: 2.08333rem;
}
.mg-top-0 {
  margin-top: 0;
}
.mg-top-5 {
  margin-top: 0.02604rem;
}
.mg-top-10 {
  margin-top: 0.05208rem;
}
.mg-top-15 {
  margin-top: 0.07813rem;
}
.mg-top-18 {
  margin-top: 0.09375rem;
}
.mg-top-20 {
  margin-top: 0.10417rem;
}
.mg-top-30 {
  margin-top: 0.15625rem;
}
.mg-top-40 {
  margin-top: 0.20833rem;
}
.mg-top-50 {
  margin-top: 0.26042rem;
}
.mg-rt-20 {
  margin-right: 0.10417rem;
}
.mg-rt-10 {
  margin-right: 0.05208rem;
}

/* 边距 end */
.layout-wrapper {
  height: 100vh;
}
.layout-session {
  overflow: hidden;
}
.btn {
  cursor: pointer;
}
header h1 {
  margin: 0;
  float: left;
  font-size: 0.16667rem;
  font-weight: 400;
  height: 100%;
}
header h1 a {
  color: #333;
  text-decoration: none;
  display: block;
  height: 100%;
}
.el-menu.el-menu--horizontal {
  border: 0;
}
a {
  color: #333;
  text-decoration: none;
  display: block;
  height: 100%;
}
.el-submenu {
  height: 100%;
}
.fixed {
  position: fixed !important;
  top: 0;
  left: 0;
}
.el-message {
  margin-top: 0.3125rem !important;
  min-width: auto; /* 设置最小宽度为自动 */
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; /* 设置宽度为内容自适应 */
}
.cursor {
  cursor: pointer;
}
.customClass {
  border-radius: 0.0625rem;
  width: 1.72917rem;
}
.btn {
  cursor: pointer;
}
.btnTruesCopy {
  background: #3d6bca !important;
  border: 0.00521rem solid #3d6bca;
  color: #fff;
  float: right;
  margin-right: 0.86458rem;
}
.btnFalsesCopy {
  background: #fff !important;
  border: 0.00521rem solid #3d6bca;
  color: #4974ce;
  float: left;
  margin-left: 0.86458rem;
}
.btnTrues {
  background: #3d6bca !important;
  border: 0.00521rem solid #3d6bca;
  color: #fff;
  float: right;
  margin-right: 0.34375rem;
}
.btnFalses {
  background: #fff !important;
  border: 0.00521rem solid #3d6bca;
  color: #4974ce;
  float: left;
  margin-left: 0.34375rem;
}
.el-message {
  z-index: 99999 !important;
}
.reset_form {
  width: 1.49479rem;
  min-height: 1.63021rem;
  margin: 0.28125rem auto 0;
  padding: 0 0.09375rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-0.52083rem);
          transform: translateY(-0.52083rem);
}
.reset_form .reset-step {
  margin-bottom: 0.125rem;
}
.reset_form .reset_title {
  width: 100%;
  text-align: center;
  height: 0.15104rem;
  font-size: 0.13021rem;
  color: #000000;
  line-height: 0.15104rem;
  letter-spacing: 0.00521rem;
  font-style: normal;
  margin-bottom: 0.15625rem;
}
.reset_form .register_role {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reset_form .register_role .register_role_title {
  height: 0.09375rem;
  font-size: 0.06771rem;
  color: #999999;
  line-height: 0.09375rem;
  font-style: normal;
}
.reset_form .register_role .register_role_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.05729rem;
  width: 100%;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin-bottom: 0.11458rem;
}
.reset_form .register_role .register_role_wrapper .register_role_item {
  width: 0.375rem;
  height: 0.14063rem;
  background: #ffffff;
  border-radius: 0.11458rem;
  border: 0.00521rem solid #acd0ff;
  font-size: 0.06771rem;
  color: #3589f6;
  line-height: 0.14063rem;
  font-style: normal;
  text-align: center;
  cursor: pointer;
}
.reset_form .register_role .register_role_wrapper .is_active {
  background: #3589f6;
  color: #ffffff;
}
.reset_form .reset_text {
  height: 0.20833rem;
  font-size: 0.07292rem;
  color: #777777;
  line-height: 0.10417rem;
  font-style: normal;
  margin-bottom: 0.125rem;
}
.reset_form .reset_success {
  height: 0.10417rem;
  font-size: 0.07292rem;
  color: #0a62d4;
  line-height: 0.10417rem;
  font-style: normal;
}
.reset_form .el-input .el-input__inner {
  height: 0.16667rem;
  background: #ffffff;
  line-height: 0.16667rem;
  border-radius: 0.11458rem;
  border: 0.00521rem solid #cecece;
}
.reset_form .suffix_code {
  color: #0d65da !important;
  margin-right: 0.08333rem !important;
  font-size: 0.06771rem !important;
  cursor: pointer;
}
.reset_form .reset-office {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.03125rem;
  margin-top: 0.375rem;
}
.reset_form .reset-office .left {
  float: left;
  height: 0.09375rem;
  font-size: 0.0625rem;
  color: #0d65da;
  line-height: 0.09375rem;
  text-align: left;
  font-style: normal;
  cursor: pointer;
}
.reset_form .reset-office .right {
  height: 0.09375rem;
  font-size: 0.0625rem;
  color: #0d65da;
  line-height: 0.09375rem;
  text-align: left;
  font-style: normal;
  margin-left: 0.21875rem;
  float: right;
  cursor: pointer;
}
.reset_form .btn {
  height: 0.20313rem;
  line-height: 0.20313rem;
  background: -webkit-gradient(linear, right top, left top, from(#66a9ff), to(#3589f6));
  background: linear-gradient(270deg, #66a9ff 0%, #3589f6 100%);
  border-radius: 0.02083rem;
  font-family: MicrosoftYaHeiUI;
  font-size: 0.08333rem;
  color: #ffffff;
  text-align: center;
  margin: 0.11458rem 0;
  cursor: pointer;
}
.reset_form .phoneNumber .el-input__inner {
  background: #ffffff;
  border-radius: 0 0.11458rem 0.11458rem 0;
  border: 0.00521rem solid #cecece;
}
.reset_form .phoneNumber .el-input-group__prepend {
  background: rgb(255, 255, 255);
  border-radius: 0.11458rem 0 0 0.11458rem;
}
.reset_form .phoneNumber .el-select {
  width: 0.52083rem;
  font-size: 0.06771rem;
  font-style: normal;
  color: #000;
}
.reset_form .phoneNumber .el-select .el-input__icon {
  line-height: 0.16667rem;
}
.reset_form .info {
  width: 100%;
  height: 0.08333rem;
  font-family: MicrosoftYaHeiUI;
  font-size: 0.06771rem;
  color: #999999;
  line-height: 0.08333rem;
  text-align: center;
  font-style: normal;
  cursor: pointer;
}
.reset_form .info span:last-child {
  color: #0d65da;
}

.privacy-policy[data-v-3f8a58fd] {
  max-width: 5rem;
}

@charset "UTF-8";
.clearfix[data-v-089e7faa]::after {
  content: "";
  display: table;
  clear: both;
}
.btn[data-v-089e7faa] {
  cursor: pointer;
}
.pointer[data-v-089e7faa] {
  cursor: pointer;
}
.flex[data-v-089e7faa] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

/* 文字对齐方式 start */
.text-left[data-v-089e7faa] {
  text-align: left;
}
.text-center[data-v-089e7faa] {
  text-align: center;
}
.text-center .ui-button + .ui-button[data-v-089e7faa] {
  margin-left: 0.15625rem;
}
.text-right[data-v-089e7faa] {
  text-align: right;
}

/* 文字对齐方式 end */
.ui-container[data-v-089e7faa] {
  padding-top: calc(1.04167rem);
}
ul[data-v-089e7faa] {
  list-style-type: none; /* 移除列表项的默认标记 */
  padding: 0; /* 移除内边距 */
  margin: 0; /* 移除外边距 */
}
li[data-v-089e7faa] {
  display: block; /* 设置显示为块级元素 */
  padding: 0; /* 移除内边距 */
}

/* 边距 start */
.pd-0[data-v-089e7faa] {
  padding: 0;
}
.pd-10[data-v-089e7faa] {
  padding: 0.05208rem;
}
.pd-lr-20[data-v-089e7faa] {
  padding-left: 0.10417rem;
  padding-right: 0.10417rem;
}
.pd-bt-10[data-v-089e7faa] {
  margin-bottom: 0.05208rem;
}
.pd-bt-30[data-v-089e7faa] {
  margin-bottom: 0.15625rem;
}
.mg-0[data-v-089e7faa] {
  margin: 0;
}
.mg-lt-8[data-v-089e7faa] {
  margin-left: 0.04167rem;
}
.mg-lt-10[data-v-089e7faa] {
  margin-left: 0.05208rem;
}
.mg-lt-20[data-v-089e7faa] {
  margin-left: 0.10417rem;
}
.mg-lt-35[data-v-089e7faa] {
  margin-left: 0.18229rem;
}
.mg-lt-40[data-v-089e7faa] {
  margin-left: 0.20833rem;
}
.mg-lt-60[data-v-089e7faa] {
  margin-left: 0.3125rem;
}
.mg-bt-10[data-v-089e7faa] {
  margin-bottom: 0.05208rem;
}
.mg-bt-15[data-v-089e7faa] {
  margin-bottom: 0.07813rem;
}
.mg-bt-20[data-v-089e7faa] {
  margin-bottom: 0.10417rem;
}
.mg-bt-30[data-v-089e7faa] {
  margin-bottom: 0.15625rem;
}
.mg-bt-40[data-v-089e7faa] {
  margin-bottom: 0.20833rem;
}
.mg-bt-70[data-v-089e7faa] {
  margin-bottom: 0.36458rem;
}
.mg-bt-80[data-v-089e7faa] {
  margin-bottom: 0.41667rem;
}
.mg-bt-110[data-v-089e7faa] {
  margin-bottom: 0.57292rem;
}
.mg-bt-150[data-v-089e7faa] {
  margin-bottom: 0.78125rem;
}
.mg-bt-300[data-v-089e7faa] {
  margin-bottom: 1.5625rem;
}
.mg-bt-400[data-v-089e7faa] {
  margin-bottom: 2.08333rem;
}
.mg-top-0[data-v-089e7faa] {
  margin-top: 0;
}
.mg-top-5[data-v-089e7faa] {
  margin-top: 0.02604rem;
}
.mg-top-10[data-v-089e7faa] {
  margin-top: 0.05208rem;
}
.mg-top-15[data-v-089e7faa] {
  margin-top: 0.07813rem;
}
.mg-top-18[data-v-089e7faa] {
  margin-top: 0.09375rem;
}
.mg-top-20[data-v-089e7faa] {
  margin-top: 0.10417rem;
}
.mg-top-30[data-v-089e7faa] {
  margin-top: 0.15625rem;
}
.mg-top-40[data-v-089e7faa] {
  margin-top: 0.20833rem;
}
.mg-top-50[data-v-089e7faa] {
  margin-top: 0.26042rem;
}
.mg-rt-20[data-v-089e7faa] {
  margin-right: 0.10417rem;
}
.mg-rt-10[data-v-089e7faa] {
  margin-right: 0.05208rem;
}

/* 边距 end */
.layout-wrapper[data-v-089e7faa] {
  height: 100vh;
}
.layout-session[data-v-089e7faa] {
  overflow: hidden;
}
.btn[data-v-089e7faa] {
  cursor: pointer;
}
header h1[data-v-089e7faa] {
  margin: 0;
  float: left;
  font-size: 0.16667rem;
  font-weight: 400;
  height: 100%;
}
header h1 a[data-v-089e7faa] {
  color: #333;
  text-decoration: none;
  display: block;
  height: 100%;
}
.el-menu.el-menu--horizontal[data-v-089e7faa] {
  border: 0;
}
a[data-v-089e7faa] {
  color: #333;
  text-decoration: none;
  display: block;
  height: 100%;
}
.el-submenu[data-v-089e7faa] {
  height: 100%;
}
.fixed[data-v-089e7faa] {
  position: fixed !important;
  top: 0;
  left: 0;
}
.el-message[data-v-089e7faa] {
  margin-top: 0.3125rem !important;
  min-width: auto; /* 设置最小宽度为自动 */
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; /* 设置宽度为内容自适应 */
}
.cursor[data-v-089e7faa] {
  cursor: pointer;
}
.customClass[data-v-089e7faa] {
  border-radius: 0.0625rem;
  width: 1.72917rem;
}
.btn[data-v-089e7faa] {
  cursor: pointer;
}
.btnTruesCopy[data-v-089e7faa] {
  background: #3d6bca !important;
  border: 0.00521rem solid #3d6bca;
  color: #fff;
  float: right;
  margin-right: 0.86458rem;
}
.btnFalsesCopy[data-v-089e7faa] {
  background: #fff !important;
  border: 0.00521rem solid #3d6bca;
  color: #4974ce;
  float: left;
  margin-left: 0.86458rem;
}
.btnTrues[data-v-089e7faa] {
  background: #3d6bca !important;
  border: 0.00521rem solid #3d6bca;
  color: #fff;
  float: right;
  margin-right: 0.34375rem;
}
.btnFalses[data-v-089e7faa] {
  background: #fff !important;
  border: 0.00521rem solid #3d6bca;
  color: #4974ce;
  float: left;
  margin-left: 0.34375rem;
}
.el-message[data-v-089e7faa] {
  z-index: 99999 !important;
}
.login[data-v-089e7faa] {
  width: 100%;
  height: 100%;
  float: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background: url(../../assets/img/back.be3ee05a.png) no-repeat center;
}
.login .bk_wrapper[data-v-089e7faa] {
  width: calc(100% - 2.29167rem);
  height: 100%;
  position: relative;
}
.login .bk_wrapper .logo[data-v-089e7faa] {
  width: 1.3125rem;
  height: 0.52083rem;
  background: url(../../assets/img/logo.80507a1a.svg) no-repeat center;
  background-size: contain;
  margin: 0.3125rem 0 0 0.3125rem;
  float: left;
}
.login .bk_wrapper .bottom-text[data-v-089e7faa] {
  position: absolute;
  bottom: 0.33854rem;
  left: 0.3125rem;
  width: 3.64583rem;
  height: 1.04167rem;
  background: url(../../assets/img/text.a26cbb04.svg) no-repeat center;
  background-size: contain;
}
.login .login_wrapper[data-v-089e7faa] {
  width: 2.29167rem;
  height: 100%;
  display: table;
}
.login .login_wrapper .form_wrapper[data-v-089e7faa] {
  width: 100%;
  height: 100%;
  float: right;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background: -webkit-gradient(linear, left top, left bottom, from(#fcfdfe), to(#dee3e9));
  background: linear-gradient(180deg, #fcfdfe 0%, #dee3e9 100%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.login .dialog-box[data-v-089e7faa] .el-dialog.dialog-height {
  height: auto;
  max-height: 80vh;
  overflow-y: auto;
}
.login .dialog-box[data-v-089e7faa] .el-dialog__body {
  max-height: 70vh !important;
}
.login .dialog-box .privacyPolicyBtn[data-v-089e7faa] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0.10417rem;
}
@charset "UTF-8";
.clearfix[data-v-6f134224]::after {
  content: "";
  display: table;
  clear: both;
}
.btn[data-v-6f134224] {
  cursor: pointer;
}
.pointer[data-v-6f134224] {
  cursor: pointer;
}
.flex[data-v-6f134224] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

/* 文字对齐方式 start */
.text-left[data-v-6f134224] {
  text-align: left;
}
.text-center[data-v-6f134224] {
  text-align: center;
}
.text-center .ui-button + .ui-button[data-v-6f134224] {
  margin-left: 0.15625rem;
}
.text-right[data-v-6f134224] {
  text-align: right;
}

/* 文字对齐方式 end */
.ui-container[data-v-6f134224] {
  padding-top: calc(1.04167rem);
}
ul[data-v-6f134224] {
  list-style-type: none; /* 移除列表项的默认标记 */
  padding: 0; /* 移除内边距 */
  margin: 0; /* 移除外边距 */
}
li[data-v-6f134224] {
  display: block; /* 设置显示为块级元素 */
  padding: 0; /* 移除内边距 */
}

/* 边距 start */
.pd-0[data-v-6f134224] {
  padding: 0;
}
.pd-10[data-v-6f134224] {
  padding: 0.05208rem;
}
.pd-lr-20[data-v-6f134224] {
  padding-left: 0.10417rem;
  padding-right: 0.10417rem;
}
.pd-bt-10[data-v-6f134224] {
  margin-bottom: 0.05208rem;
}
.pd-bt-30[data-v-6f134224] {
  margin-bottom: 0.15625rem;
}
.mg-0[data-v-6f134224] {
  margin: 0;
}
.mg-lt-8[data-v-6f134224] {
  margin-left: 0.04167rem;
}
.mg-lt-10[data-v-6f134224] {
  margin-left: 0.05208rem;
}
.mg-lt-20[data-v-6f134224] {
  margin-left: 0.10417rem;
}
.mg-lt-35[data-v-6f134224] {
  margin-left: 0.18229rem;
}
.mg-lt-40[data-v-6f134224] {
  margin-left: 0.20833rem;
}
.mg-lt-60[data-v-6f134224] {
  margin-left: 0.3125rem;
}
.mg-bt-10[data-v-6f134224] {
  margin-bottom: 0.05208rem;
}
.mg-bt-15[data-v-6f134224] {
  margin-bottom: 0.07813rem;
}
.mg-bt-20[data-v-6f134224] {
  margin-bottom: 0.10417rem;
}
.mg-bt-30[data-v-6f134224] {
  margin-bottom: 0.15625rem;
}
.mg-bt-40[data-v-6f134224] {
  margin-bottom: 0.20833rem;
}
.mg-bt-70[data-v-6f134224] {
  margin-bottom: 0.36458rem;
}
.mg-bt-80[data-v-6f134224] {
  margin-bottom: 0.41667rem;
}
.mg-bt-110[data-v-6f134224] {
  margin-bottom: 0.57292rem;
}
.mg-bt-150[data-v-6f134224] {
  margin-bottom: 0.78125rem;
}
.mg-bt-300[data-v-6f134224] {
  margin-bottom: 1.5625rem;
}
.mg-bt-400[data-v-6f134224] {
  margin-bottom: 2.08333rem;
}
.mg-top-0[data-v-6f134224] {
  margin-top: 0;
}
.mg-top-5[data-v-6f134224] {
  margin-top: 0.02604rem;
}
.mg-top-10[data-v-6f134224] {
  margin-top: 0.05208rem;
}
.mg-top-15[data-v-6f134224] {
  margin-top: 0.07813rem;
}
.mg-top-18[data-v-6f134224] {
  margin-top: 0.09375rem;
}
.mg-top-20[data-v-6f134224] {
  margin-top: 0.10417rem;
}
.mg-top-30[data-v-6f134224] {
  margin-top: 0.15625rem;
}
.mg-top-40[data-v-6f134224] {
  margin-top: 0.20833rem;
}
.mg-top-50[data-v-6f134224] {
  margin-top: 0.26042rem;
}
.mg-rt-20[data-v-6f134224] {
  margin-right: 0.10417rem;
}
.mg-rt-10[data-v-6f134224] {
  margin-right: 0.05208rem;
}

/* 边距 end */
.layout-wrapper[data-v-6f134224] {
  height: 100vh;
}
.layout-session[data-v-6f134224] {
  overflow: hidden;
}
.btn[data-v-6f134224] {
  cursor: pointer;
}
header h1[data-v-6f134224] {
  margin: 0;
  float: left;
  font-size: 0.16667rem;
  font-weight: 400;
  height: 100%;
}
header h1 a[data-v-6f134224] {
  color: #333;
  text-decoration: none;
  display: block;
  height: 100%;
}
.el-menu.el-menu--horizontal[data-v-6f134224] {
  border: 0;
}
a[data-v-6f134224] {
  color: #333;
  text-decoration: none;
  display: block;
  height: 100%;
}
.el-submenu[data-v-6f134224] {
  height: 100%;
}
.fixed[data-v-6f134224] {
  position: fixed !important;
  top: 0;
  left: 0;
}
.el-message[data-v-6f134224] {
  margin-top: 0.3125rem !important;
  min-width: auto; /* 设置最小宽度为自动 */
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; /* 设置宽度为内容自适应 */
}
.cursor[data-v-6f134224] {
  cursor: pointer;
}
.customClass[data-v-6f134224] {
  border-radius: 0.0625rem;
  width: 1.72917rem;
}
.btn[data-v-6f134224] {
  cursor: pointer;
}
.btnTruesCopy[data-v-6f134224] {
  background: #3d6bca !important;
  border: 0.00521rem solid #3d6bca;
  color: #fff;
  float: right;
  margin-right: 0.86458rem;
}
.btnFalsesCopy[data-v-6f134224] {
  background: #fff !important;
  border: 0.00521rem solid #3d6bca;
  color: #4974ce;
  float: left;
  margin-left: 0.86458rem;
}
.btnTrues[data-v-6f134224] {
  background: #3d6bca !important;
  border: 0.00521rem solid #3d6bca;
  color: #fff;
  float: right;
  margin-right: 0.34375rem;
}
.btnFalses[data-v-6f134224] {
  background: #fff !important;
  border: 0.00521rem solid #3d6bca;
  color: #4974ce;
  float: left;
  margin-left: 0.34375rem;
}
.el-message[data-v-6f134224] {
  z-index: 99999 !important;
}
.page_card_wrapper[data-v-6f134224],
.page_card_wrapper_dark[data-v-6f134224] {
  width: 100%;
}
.page_card_wrapper .page_card_title[data-v-6f134224],
.page_card_wrapper_dark .page_card_title[data-v-6f134224] {
  width: 100%;
  height: 0.16667rem;
  font-family: MicrosoftYaHei;
  font-size: 0.14583rem;
  color: #333333;
  line-height: 0.16667rem;
  text-align: center;
  font-style: normal;
  margin-bottom: 0.07292rem;
}
.page_card_wrapper .desc[data-v-6f134224],
.page_card_wrapper_dark .desc[data-v-6f134224] {
  margin-bottom: 0.13542rem;
}
.page_card_wrapper_dark .page_card_title[data-v-6f134224] {
  color: #fff;
}
@charset "UTF-8";
.clearfix[data-v-43148a24]::after {
  content: "";
  display: table;
  clear: both;
}
.btn[data-v-43148a24] {
  cursor: pointer;
}
.pointer[data-v-43148a24] {
  cursor: pointer;
}
.flex[data-v-43148a24] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

/* 文字对齐方式 start */
.text-left[data-v-43148a24] {
  text-align: left;
}
.text-center[data-v-43148a24] {
  text-align: center;
}
.text-center .ui-button + .ui-button[data-v-43148a24] {
  margin-left: 0.15625rem;
}
.text-right[data-v-43148a24] {
  text-align: right;
}

/* 文字对齐方式 end */
.ui-container[data-v-43148a24] {
  padding-top: calc(1.04167rem);
}
ul[data-v-43148a24] {
  list-style-type: none; /* 移除列表项的默认标记 */
  padding: 0; /* 移除内边距 */
  margin: 0; /* 移除外边距 */
}
li[data-v-43148a24] {
  display: block; /* 设置显示为块级元素 */
  padding: 0; /* 移除内边距 */
}

/* 边距 start */
.pd-0[data-v-43148a24] {
  padding: 0;
}
.pd-10[data-v-43148a24] {
  padding: 0.05208rem;
}
.pd-lr-20[data-v-43148a24] {
  padding-left: 0.10417rem;
  padding-right: 0.10417rem;
}
.pd-bt-10[data-v-43148a24] {
  margin-bottom: 0.05208rem;
}
.pd-bt-30[data-v-43148a24] {
  margin-bottom: 0.15625rem;
}
.mg-0[data-v-43148a24] {
  margin: 0;
}
.mg-lt-8[data-v-43148a24] {
  margin-left: 0.04167rem;
}
.mg-lt-10[data-v-43148a24] {
  margin-left: 0.05208rem;
}
.mg-lt-20[data-v-43148a24] {
  margin-left: 0.10417rem;
}
.mg-lt-35[data-v-43148a24] {
  margin-left: 0.18229rem;
}
.mg-lt-40[data-v-43148a24] {
  margin-left: 0.20833rem;
}
.mg-lt-60[data-v-43148a24] {
  margin-left: 0.3125rem;
}
.mg-bt-10[data-v-43148a24] {
  margin-bottom: 0.05208rem;
}
.mg-bt-15[data-v-43148a24] {
  margin-bottom: 0.07813rem;
}
.mg-bt-20[data-v-43148a24] {
  margin-bottom: 0.10417rem;
}
.mg-bt-30[data-v-43148a24] {
  margin-bottom: 0.15625rem;
}
.mg-bt-40[data-v-43148a24] {
  margin-bottom: 0.20833rem;
}
.mg-bt-70[data-v-43148a24] {
  margin-bottom: 0.36458rem;
}
.mg-bt-80[data-v-43148a24] {
  margin-bottom: 0.41667rem;
}
.mg-bt-110[data-v-43148a24] {
  margin-bottom: 0.57292rem;
}
.mg-bt-150[data-v-43148a24] {
  margin-bottom: 0.78125rem;
}
.mg-bt-300[data-v-43148a24] {
  margin-bottom: 1.5625rem;
}
.mg-bt-400[data-v-43148a24] {
  margin-bottom: 2.08333rem;
}
.mg-top-0[data-v-43148a24] {
  margin-top: 0;
}
.mg-top-5[data-v-43148a24] {
  margin-top: 0.02604rem;
}
.mg-top-10[data-v-43148a24] {
  margin-top: 0.05208rem;
}
.mg-top-15[data-v-43148a24] {
  margin-top: 0.07813rem;
}
.mg-top-18[data-v-43148a24] {
  margin-top: 0.09375rem;
}
.mg-top-20[data-v-43148a24] {
  margin-top: 0.10417rem;
}
.mg-top-30[data-v-43148a24] {
  margin-top: 0.15625rem;
}
.mg-top-40[data-v-43148a24] {
  margin-top: 0.20833rem;
}
.mg-top-50[data-v-43148a24] {
  margin-top: 0.26042rem;
}
.mg-rt-20[data-v-43148a24] {
  margin-right: 0.10417rem;
}
.mg-rt-10[data-v-43148a24] {
  margin-right: 0.05208rem;
}

/* 边距 end */
.layout-wrapper[data-v-43148a24] {
  height: 100vh;
}
.layout-session[data-v-43148a24] {
  overflow: hidden;
}
.btn[data-v-43148a24] {
  cursor: pointer;
}
header h1[data-v-43148a24] {
  margin: 0;
  float: left;
  font-size: 0.16667rem;
  font-weight: 400;
  height: 100%;
}
header h1 a[data-v-43148a24] {
  color: #333;
  text-decoration: none;
  display: block;
  height: 100%;
}
.el-menu.el-menu--horizontal[data-v-43148a24] {
  border: 0;
}
a[data-v-43148a24] {
  color: #333;
  text-decoration: none;
  display: block;
  height: 100%;
}
.el-submenu[data-v-43148a24] {
  height: 100%;
}
.fixed[data-v-43148a24] {
  position: fixed !important;
  top: 0;
  left: 0;
}
.el-message[data-v-43148a24] {
  margin-top: 0.3125rem !important;
  min-width: auto; /* 设置最小宽度为自动 */
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; /* 设置宽度为内容自适应 */
}
.cursor[data-v-43148a24] {
  cursor: pointer;
}
.customClass[data-v-43148a24] {
  border-radius: 0.0625rem;
  width: 1.72917rem;
}
.btn[data-v-43148a24] {
  cursor: pointer;
}
.btnTruesCopy[data-v-43148a24] {
  background: #3d6bca !important;
  border: 0.00521rem solid #3d6bca;
  color: #fff;
  float: right;
  margin-right: 0.86458rem;
}
.btnFalsesCopy[data-v-43148a24] {
  background: #fff !important;
  border: 0.00521rem solid #3d6bca;
  color: #4974ce;
  float: left;
  margin-left: 0.86458rem;
}
.btnTrues[data-v-43148a24] {
  background: #3d6bca !important;
  border: 0.00521rem solid #3d6bca;
  color: #fff;
  float: right;
  margin-right: 0.34375rem;
}
.btnFalses[data-v-43148a24] {
  background: #fff !important;
  border: 0.00521rem solid #3d6bca;
  color: #4974ce;
  float: left;
  margin-left: 0.34375rem;
}
.el-message[data-v-43148a24] {
  z-index: 99999 !important;
}
.training_course_list[data-v-43148a24] {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.training_course_card[data-v-43148a24] {
  width: 1.97917rem;
  height: 1.04167rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0.02083rem 0.05208rem 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0.02083rem 0.05208rem 0 rgba(0, 0, 0, 0.08);
  border-radius: 0.05208rem;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.training_course_card .training_course_card_left[data-v-43148a24] {
  position: relative;
  width: 1.14583rem;
  height: 1.04167rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.training_course_card .training_course_card_left img[data-v-43148a24] {
  width: 100%;
  height: 100%;
  display: block;
}
.training_course_card .training_course_card_left .training_course_card_tag[data-v-43148a24] {
  position: absolute;
  bottom: 0.0625rem;
  left: 0.0625rem;
  padding: 0.02083rem 0.0625rem;
  background: -webkit-gradient(linear, right top, left top, from(#f2982c), to(#de783a));
  background: linear-gradient(270deg, #f2982c 0%, #de783a 100%);
  border-radius: 0.02083rem;
  font-family: MicrosoftYaHei;
  font-size: 0.07292rem;
  color: #ffffff;
  line-height: 0.09375rem;
}
.training_course_card .training_course_card_right[data-v-43148a24] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.09375rem 0.10417rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
}
.training_course_card .training_course_card_title[data-v-43148a24] {
  font-family: MicrosoftYaHei;
  font-weight: bold;
  font-size: 0.09375rem;
  color: #333333;
  line-height: 0.125rem;
  margin-bottom: 0.05208rem;
}
.training_course_card .training_course_card_desc[data-v-43148a24] {
  font-family: MicrosoftYaHei;
  font-size: 0.06771rem;
  color: #666666;
  line-height: 0.10417rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.training_course_card .training_course_card_btn[data-v-43148a24] {
  margin-top: 0.0625rem;
  height: 0.16667rem;
  background: -webkit-gradient(linear, right top, left top, from(#a4c8dc), to(#96b2d6));
  background: linear-gradient(270deg, #a4c8dc 0%, #96b2d6 100%);
  border-radius: 0.02083rem;
  font-family: MicrosoftYaHei;
  font-size: 0.08333rem;
  color: #ffffff;
  line-height: 0.16667rem;
  text-align: center;
  cursor: pointer;
}
.training_course_card .training_course_card_btn.will[data-v-43148a24] {
  background: -webkit-gradient(linear, right top, left top, from(rgb(164, 200, 220)), color-stop(99.9%, rgb(150, 178, 214)));
  background: linear-gradient(270deg, rgb(164, 200, 220) 0%, rgb(150, 178, 214) 99.9%);
}
.training_course_card .training_course_card_btn.exam[data-v-43148a24] {
  background: -webkit-gradient(linear, right top, left top, from(rgb(242, 152, 44)), to(rgb(222, 120, 58)));
  background: linear-gradient(270deg, rgb(242, 152, 44) 0%, rgb(222, 120, 58) 100%);
}
@charset "UTF-8";
.clearfix[data-v-0e14b007]::after {
  content: "";
  display: table;
  clear: both;
}
.btn[data-v-0e14b007] {
  cursor: pointer;
}
.pointer[data-v-0e14b007] {
  cursor: pointer;
}
.flex[data-v-0e14b007] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

/* 文字对齐方式 start */
.text-left[data-v-0e14b007] {
  text-align: left;
}
.text-center[data-v-0e14b007] {
  text-align: center;
}
.text-center .ui-button + .ui-button[data-v-0e14b007] {
  margin-left: 0.15625rem;
}
.text-right[data-v-0e14b007] {
  text-align: right;
}

/* 文字对齐方式 end */
.ui-container[data-v-0e14b007] {
  padding-top: calc(1.04167rem);
}
ul[data-v-0e14b007] {
  list-style-type: none; /* 移除列表项的默认标记 */
  padding: 0; /* 移除内边距 */
  margin: 0; /* 移除外边距 */
}
li[data-v-0e14b007] {
  display: block; /* 设置显示为块级元素 */
  padding: 0; /* 移除内边距 */
}

/* 边距 start */
.pd-0[data-v-0e14b007] {
  padding: 0;
}
.pd-10[data-v-0e14b007] {
  padding: 0.05208rem;
}
.pd-lr-20[data-v-0e14b007] {
  padding-left: 0.10417rem;
  padding-right: 0.10417rem;
}
.pd-bt-10[data-v-0e14b007] {
  margin-bottom: 0.05208rem;
}
.pd-bt-30[data-v-0e14b007] {
  margin-bottom: 0.15625rem;
}
.mg-0[data-v-0e14b007] {
  margin: 0;
}
.mg-lt-8[data-v-0e14b007] {
  margin-left: 0.04167rem;
}
.mg-lt-10[data-v-0e14b007] {
  margin-left: 0.05208rem;
}
.mg-lt-20[data-v-0e14b007] {
  margin-left: 0.10417rem;
}
.mg-lt-35[data-v-0e14b007] {
  margin-left: 0.18229rem;
}
.mg-lt-40[data-v-0e14b007] {
  margin-left: 0.20833rem;
}
.mg-lt-60[data-v-0e14b007] {
  margin-left: 0.3125rem;
}
.mg-bt-10[data-v-0e14b007] {
  margin-bottom: 0.05208rem;
}
.mg-bt-15[data-v-0e14b007] {
  margin-bottom: 0.07813rem;
}
.mg-bt-20[data-v-0e14b007] {
  margin-bottom: 0.10417rem;
}
.mg-bt-30[data-v-0e14b007] {
  margin-bottom: 0.15625rem;
}
.mg-bt-40[data-v-0e14b007] {
  margin-bottom: 0.20833rem;
}
.mg-bt-70[data-v-0e14b007] {
  margin-bottom: 0.36458rem;
}
.mg-bt-80[data-v-0e14b007] {
  margin-bottom: 0.41667rem;
}
.mg-bt-110[data-v-0e14b007] {
  margin-bottom: 0.57292rem;
}
.mg-bt-150[data-v-0e14b007] {
  margin-bottom: 0.78125rem;
}
.mg-bt-300[data-v-0e14b007] {
  margin-bottom: 1.5625rem;
}
.mg-bt-400[data-v-0e14b007] {
  margin-bottom: 2.08333rem;
}
.mg-top-0[data-v-0e14b007] {
  margin-top: 0;
}
.mg-top-5[data-v-0e14b007] {
  margin-top: 0.02604rem;
}
.mg-top-10[data-v-0e14b007] {
  margin-top: 0.05208rem;
}
.mg-top-15[data-v-0e14b007] {
  margin-top: 0.07813rem;
}
.mg-top-18[data-v-0e14b007] {
  margin-top: 0.09375rem;
}
.mg-top-20[data-v-0e14b007] {
  margin-top: 0.10417rem;
}
.mg-top-30[data-v-0e14b007] {
  margin-top: 0.15625rem;
}
.mg-top-40[data-v-0e14b007] {
  margin-top: 0.20833rem;
}
.mg-top-50[data-v-0e14b007] {
  margin-top: 0.26042rem;
}
.mg-rt-20[data-v-0e14b007] {
  margin-right: 0.10417rem;
}
.mg-rt-10[data-v-0e14b007] {
  margin-right: 0.05208rem;
}

/* 边距 end */
.layout-wrapper[data-v-0e14b007] {
  height: 100vh;
}
.layout-session[data-v-0e14b007] {
  overflow: hidden;
}
.btn[data-v-0e14b007] {
  cursor: pointer;
}
header h1[data-v-0e14b007] {
  margin: 0;
  float: left;
  font-size: 0.16667rem;
  font-weight: 400;
  height: 100%;
}
header h1 a[data-v-0e14b007] {
  color: #333;
  text-decoration: none;
  display: block;
  height: 100%;
}
.el-menu.el-menu--horizontal[data-v-0e14b007] {
  border: 0;
}
a[data-v-0e14b007] {
  color: #333;
  text-decoration: none;
  display: block;
  height: 100%;
}
.el-submenu[data-v-0e14b007] {
  height: 100%;
}
.fixed[data-v-0e14b007] {
  position: fixed !important;
  top: 0;
  left: 0;
}
.el-message[data-v-0e14b007] {
  margin-top: 0.3125rem !important;
  min-width: auto; /* 设置最小宽度为自动 */
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; /* 设置宽度为内容自适应 */
}
.cursor[data-v-0e14b007] {
  cursor: pointer;
}
.customClass[data-v-0e14b007] {
  border-radius: 0.0625rem;
  width: 1.72917rem;
}
.btn[data-v-0e14b007] {
  cursor: pointer;
}
.btnTruesCopy[data-v-0e14b007] {
  background: #3d6bca !important;
  border: 0.00521rem solid #3d6bca;
  color: #fff;
  float: right;
  margin-right: 0.86458rem;
}
.btnFalsesCopy[data-v-0e14b007] {
  background: #fff !important;
  border: 0.00521rem solid #3d6bca;
  color: #4974ce;
  float: left;
  margin-left: 0.86458rem;
}
.btnTrues[data-v-0e14b007] {
  background: #3d6bca !important;
  border: 0.00521rem solid #3d6bca;
  color: #fff;
  float: right;
  margin-right: 0.34375rem;
}
.btnFalses[data-v-0e14b007] {
  background: #fff !important;
  border: 0.00521rem solid #3d6bca;
  color: #4974ce;
  float: left;
  margin-left: 0.34375rem;
}
.el-message[data-v-0e14b007] {
  z-index: 99999 !important;
}
.equip_shop_list[data-v-0e14b007] {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.10417rem;
}
.equip_shop_card[data-v-0e14b007] {
  width: 1.4375rem;
  height: 2.05729rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background: #ffffff;
  -webkit-box-shadow: 0 0.02083rem 0.05208rem 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0.02083rem 0.05208rem 0 rgba(0, 0, 0, 0.08);
  border-radius: 0.05208rem;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.equip_shop_card .equip_shop_card_img[data-v-0e14b007] {
  width: 1.4375rem;
  height: 0.83333rem;
  background: #f5f7fa;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.equip_shop_card .equip_shop_card_img img[data-v-0e14b007] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.equip_shop_card .equip_shop_card_body[data-v-0e14b007] {
  padding: 0.08333rem 0.09375rem 0.09375rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.equip_shop_card .equip_shop_card_title[data-v-0e14b007] {
  font-family: MicrosoftYaHei;
  font-weight: bold;
  font-size: 0.08333rem;
  color: #333333;
  line-height: 0.11458rem;
  margin-bottom: 0.04167rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.equip_shop_card .equip_shop_card_desc[data-v-0e14b007] {
  height: 0.36458rem;
  font-family: MicrosoftYaHei;
  font-size: 0.0625rem;
  color: #999999;
  line-height: 0.09375rem;
  margin-bottom: 0.0625rem;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.equip_shop_card .equip_shop_card_price[data-v-0e14b007] {
  font-family: ArialMT;
  color: #ff5b2e;
  margin-bottom: 0.0625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
     -moz-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.equip_shop_card .equip_shop_card_price .price_symbol[data-v-0e14b007] {
  font-size: 0.07292rem;
  margin-right: 0.01042rem;
}
.equip_shop_card .equip_shop_card_price .price_value[data-v-0e14b007] {
  font-size: 0.125rem;
  font-weight: bold;
  line-height: 0.125rem;
}
.equip_shop_card .equip_shop_card_price .price_origin[data-v-0e14b007] {
  margin-left: 0.04167rem;
  font-size: 0.0625rem;
  color: #999999;
  text-decoration: line-through;
  font-weight: normal;
}
.equip_shop_card .equip_shop_card_btn[data-v-0e14b007] {
  height: 0.16667rem;
  background: -webkit-gradient(linear, right top, left top, from(rgb(242, 152, 44)), to(rgb(222, 120, 58)));
  background: linear-gradient(270deg, rgb(242, 152, 44) 0%, rgb(222, 120, 58) 100%);
  border-radius: 0.02083rem;
  font-family: MicrosoftYaHei;
  font-size: 0.08333rem;
  color: #ffffff;
  line-height: 0.16667rem;
  text-align: center;
  cursor: pointer;
}
@charset "UTF-8";
.clearfix[data-v-1bb60842]::after {
  content: "";
  display: table;
  clear: both;
}
.btn[data-v-1bb60842] {
  cursor: pointer;
}
.pointer[data-v-1bb60842] {
  cursor: pointer;
}
.flex[data-v-1bb60842] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

/* 文字对齐方式 start */
.text-left[data-v-1bb60842] {
  text-align: left;
}
.text-center[data-v-1bb60842] {
  text-align: center;
}
.text-center .ui-button + .ui-button[data-v-1bb60842] {
  margin-left: 0.15625rem;
}
.text-right[data-v-1bb60842] {
  text-align: right;
}

/* 文字对齐方式 end */
.ui-container[data-v-1bb60842] {
  padding-top: calc(1.04167rem);
}
ul[data-v-1bb60842] {
  list-style-type: none; /* 移除列表项的默认标记 */
  padding: 0; /* 移除内边距 */
  margin: 0; /* 移除外边距 */
}
li[data-v-1bb60842] {
  display: block; /* 设置显示为块级元素 */
  padding: 0; /* 移除内边距 */
}

/* 边距 start */
.pd-0[data-v-1bb60842] {
  padding: 0;
}
.pd-10[data-v-1bb60842] {
  padding: 0.05208rem;
}
.pd-lr-20[data-v-1bb60842] {
  padding-left: 0.10417rem;
  padding-right: 0.10417rem;
}
.pd-bt-10[data-v-1bb60842] {
  margin-bottom: 0.05208rem;
}
.pd-bt-30[data-v-1bb60842] {
  margin-bottom: 0.15625rem;
}
.mg-0[data-v-1bb60842] {
  margin: 0;
}
.mg-lt-8[data-v-1bb60842] {
  margin-left: 0.04167rem;
}
.mg-lt-10[data-v-1bb60842] {
  margin-left: 0.05208rem;
}
.mg-lt-20[data-v-1bb60842] {
  margin-left: 0.10417rem;
}
.mg-lt-35[data-v-1bb60842] {
  margin-left: 0.18229rem;
}
.mg-lt-40[data-v-1bb60842] {
  margin-left: 0.20833rem;
}
.mg-lt-60[data-v-1bb60842] {
  margin-left: 0.3125rem;
}
.mg-bt-10[data-v-1bb60842] {
  margin-bottom: 0.05208rem;
}
.mg-bt-15[data-v-1bb60842] {
  margin-bottom: 0.07813rem;
}
.mg-bt-20[data-v-1bb60842] {
  margin-bottom: 0.10417rem;
}
.mg-bt-30[data-v-1bb60842] {
  margin-bottom: 0.15625rem;
}
.mg-bt-40[data-v-1bb60842] {
  margin-bottom: 0.20833rem;
}
.mg-bt-70[data-v-1bb60842] {
  margin-bottom: 0.36458rem;
}
.mg-bt-80[data-v-1bb60842] {
  margin-bottom: 0.41667rem;
}
.mg-bt-110[data-v-1bb60842] {
  margin-bottom: 0.57292rem;
}
.mg-bt-150[data-v-1bb60842] {
  margin-bottom: 0.78125rem;
}
.mg-bt-300[data-v-1bb60842] {
  margin-bottom: 1.5625rem;
}
.mg-bt-400[data-v-1bb60842] {
  margin-bottom: 2.08333rem;
}
.mg-top-0[data-v-1bb60842] {
  margin-top: 0;
}
.mg-top-5[data-v-1bb60842] {
  margin-top: 0.02604rem;
}
.mg-top-10[data-v-1bb60842] {
  margin-top: 0.05208rem;
}
.mg-top-15[data-v-1bb60842] {
  margin-top: 0.07813rem;
}
.mg-top-18[data-v-1bb60842] {
  margin-top: 0.09375rem;
}
.mg-top-20[data-v-1bb60842] {
  margin-top: 0.10417rem;
}
.mg-top-30[data-v-1bb60842] {
  margin-top: 0.15625rem;
}
.mg-top-40[data-v-1bb60842] {
  margin-top: 0.20833rem;
}
.mg-top-50[data-v-1bb60842] {
  margin-top: 0.26042rem;
}
.mg-rt-20[data-v-1bb60842] {
  margin-right: 0.10417rem;
}
.mg-rt-10[data-v-1bb60842] {
  margin-right: 0.05208rem;
}

/* 边距 end */
.layout-wrapper[data-v-1bb60842] {
  height: 100vh;
}
.layout-session[data-v-1bb60842] {
  overflow: hidden;
}
.btn[data-v-1bb60842] {
  cursor: pointer;
}
header h1[data-v-1bb60842] {
  margin: 0;
  float: left;
  font-size: 0.16667rem;
  font-weight: 400;
  height: 100%;
}
header h1 a[data-v-1bb60842] {
  color: #333;
  text-decoration: none;
  display: block;
  height: 100%;
}
.el-menu.el-menu--horizontal[data-v-1bb60842] {
  border: 0;
}
a[data-v-1bb60842] {
  color: #333;
  text-decoration: none;
  display: block;
  height: 100%;
}
.el-submenu[data-v-1bb60842] {
  height: 100%;
}
.fixed[data-v-1bb60842] {
  position: fixed !important;
  top: 0;
  left: 0;
}
.el-message[data-v-1bb60842] {
  margin-top: 0.3125rem !important;
  min-width: auto; /* 设置最小宽度为自动 */
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; /* 设置宽度为内容自适应 */
}
.cursor[data-v-1bb60842] {
  cursor: pointer;
}
.customClass[data-v-1bb60842] {
  border-radius: 0.0625rem;
  width: 1.72917rem;
}
.btn[data-v-1bb60842] {
  cursor: pointer;
}
.btnTruesCopy[data-v-1bb60842] {
  background: #3d6bca !important;
  border: 0.00521rem solid #3d6bca;
  color: #fff;
  float: right;
  margin-right: 0.86458rem;
}
.btnFalsesCopy[data-v-1bb60842] {
  background: #fff !important;
  border: 0.00521rem solid #3d6bca;
  color: #4974ce;
  float: left;
  margin-left: 0.86458rem;
}
.btnTrues[data-v-1bb60842] {
  background: #3d6bca !important;
  border: 0.00521rem solid #3d6bca;
  color: #fff;
  float: right;
  margin-right: 0.34375rem;
}
.btnFalses[data-v-1bb60842] {
  background: #fff !important;
  border: 0.00521rem solid #3d6bca;
  color: #4974ce;
  float: left;
  margin-left: 0.34375rem;
}
.el-message[data-v-1bb60842] {
  z-index: 99999 !important;
}
.aviation_competition_list[data-v-1bb60842] {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.aviation_competition_card[data-v-1bb60842] {
  width: 1.97917rem;
  height: 1.97917rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0.02083rem 0.05208rem 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0.02083rem 0.05208rem 0 rgba(0, 0, 0, 0.08);
  border-radius: 0.05208rem;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.aviation_competition_card_img[data-v-1bb60842] {
  width: 100%;
  height: 0.9375rem;
  background: #f5f7fa;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.aviation_competition_card_img img[data-v-1bb60842] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.aviation_competition_card_list[data-v-1bb60842] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.08333rem 0.10417rem 0.09375rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.aviation_competition_item[data-v-1bb60842] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0.03125rem 0;
  cursor: pointer;
  font-family: MicrosoftYaHei;
  font-size: 0.07292rem;
  font-weight: 700;
  color: #333333;
  line-height: 0.10417rem;
}
.aviation_competition_item .item_dot[data-v-1bb60842] {
  margin-right: 0.04167rem;
  color: #333333;
  line-height: 0.10417rem;
}
.aviation_competition_item .item_text[data-v-1bb60842] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.aviation_competition_item[data-v-1bb60842]:hover {
  color: #005bff;
}
.aviation_competition_item:hover .item_dot[data-v-1bb60842] {
  color: #005bff;
}
@charset "UTF-8";
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.btn {
  cursor: pointer;
}
.pointer {
  cursor: pointer;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

/* 文字对齐方式 start */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-center .ui-button + .ui-button {
  margin-left: 0.15625rem;
}
.text-right {
  text-align: right;
}

/* 文字对齐方式 end */
.ui-container {
  padding-top: calc(1.04167rem);
}
ul {
  list-style-type: none; /* 移除列表项的默认标记 */
  padding: 0; /* 移除内边距 */
  margin: 0; /* 移除外边距 */
}
li {
  display: block; /* 设置显示为块级元素 */
  padding: 0; /* 移除内边距 */
}

/* 边距 start */
.pd-0 {
  padding: 0;
}
.pd-10 {
  padding: 0.05208rem;
}
.pd-lr-20 {
  padding-left: 0.10417rem;
  padding-right: 0.10417rem;
}
.pd-bt-10 {
  margin-bottom: 0.05208rem;
}
.pd-bt-30 {
  margin-bottom: 0.15625rem;
}
.mg-0 {
  margin: 0;
}
.mg-lt-8 {
  margin-left: 0.04167rem;
}
.mg-lt-10 {
  margin-left: 0.05208rem;
}
.mg-lt-20 {
  margin-left: 0.10417rem;
}
.mg-lt-35 {
  margin-left: 0.18229rem;
}
.mg-lt-40 {
  margin-left: 0.20833rem;
}
.mg-lt-60 {
  margin-left: 0.3125rem;
}
.mg-bt-10 {
  margin-bottom: 0.05208rem;
}
.mg-bt-15 {
  margin-bottom: 0.07813rem;
}
.mg-bt-20 {
  margin-bottom: 0.10417rem;
}
.mg-bt-30 {
  margin-bottom: 0.15625rem;
}
.mg-bt-40 {
  margin-bottom: 0.20833rem;
}
.mg-bt-70 {
  margin-bottom: 0.36458rem;
}
.mg-bt-80 {
  margin-bottom: 0.41667rem;
}
.mg-bt-110 {
  margin-bottom: 0.57292rem;
}
.mg-bt-150 {
  margin-bottom: 0.78125rem;
}
.mg-bt-300 {
  margin-bottom: 1.5625rem;
}
.mg-bt-400 {
  margin-bottom: 2.08333rem;
}
.mg-top-0 {
  margin-top: 0;
}
.mg-top-5 {
  margin-top: 0.02604rem;
}
.mg-top-10 {
  margin-top: 0.05208rem;
}
.mg-top-15 {
  margin-top: 0.07813rem;
}
.mg-top-18 {
  margin-top: 0.09375rem;
}
.mg-top-20 {
  margin-top: 0.10417rem;
}
.mg-top-30 {
  margin-top: 0.15625rem;
}
.mg-top-40 {
  margin-top: 0.20833rem;
}
.mg-top-50 {
  margin-top: 0.26042rem;
}
.mg-rt-20 {
  margin-right: 0.10417rem;
}
.mg-rt-10 {
  margin-right: 0.05208rem;
}

/* 边距 end */
.layout-wrapper {
  height: 100vh;
}
.layout-session {
  overflow: hidden;
}
.btn {
  cursor: pointer;
}
header h1 {
  margin: 0;
  float: left;
  font-size: 0.16667rem;
  font-weight: 400;
  height: 100%;
}
header h1 a {
  color: #333;
  text-decoration: none;
  display: block;
  height: 100%;
}
.el-menu.el-menu--horizontal {
  border: 0;
}
a {
  color: #333;
  text-decoration: none;
  display: block;
  height: 100%;
}
.el-submenu {
  height: 100%;
}
.fixed {
  position: fixed !important;
  top: 0;
  left: 0;
}
.el-message {
  margin-top: 0.3125rem !important;
  min-width: auto; /* 设置最小宽度为自动 */
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; /* 设置宽度为内容自适应 */
}
.cursor {
  cursor: pointer;
}
.customClass {
  border-radius: 0.0625rem;
  width: 1.72917rem;
}
.btn {
  cursor: pointer;
}
.btnTruesCopy {
  background: #3d6bca !important;
  border: 0.00521rem solid #3d6bca;
  color: #fff;
  float: right;
  margin-right: 0.86458rem;
}
.btnFalsesCopy {
  background: #fff !important;
  border: 0.00521rem solid #3d6bca;
  color: #4974ce;
  float: left;
  margin-left: 0.86458rem;
}
.btnTrues {
  background: #3d6bca !important;
  border: 0.00521rem solid #3d6bca;
  color: #fff;
  float: right;
  margin-right: 0.34375rem;
}
.btnFalses {
  background: #fff !important;
  border: 0.00521rem solid #3d6bca;
  color: #4974ce;
  float: left;
  margin-left: 0.34375rem;
}
.el-message {
  z-index: 99999 !important;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.btn {
  cursor: pointer;
}
.pointer {
  cursor: pointer;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

/* 文字对齐方式 start */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-center .ui-button + .ui-button {
  margin-left: 0.15625rem;
}
.text-right {
  text-align: right;
}

/* 文字对齐方式 end */
.ui-container {
  padding-top: calc(1.04167rem);
}
ul {
  list-style-type: none; /* 移除列表项的默认标记 */
  padding: 0; /* 移除内边距 */
  margin: 0; /* 移除外边距 */
}
li {
  display: block; /* 设置显示为块级元素 */
  padding: 0; /* 移除内边距 */
}

/* 边距 start */
.pd-0 {
  padding: 0;
}
.pd-10 {
  padding: 0.05208rem;
}
.pd-lr-20 {
  padding-left: 0.10417rem;
  padding-right: 0.10417rem;
}
.pd-bt-10 {
  margin-bottom: 0.05208rem;
}
.pd-bt-30 {
  margin-bottom: 0.15625rem;
}
.mg-0 {
  margin: 0;
}
.mg-lt-8 {
  margin-left: 0.04167rem;
}
.mg-lt-10 {
  margin-left: 0.05208rem;
}
.mg-lt-20 {
  margin-left: 0.10417rem;
}
.mg-lt-35 {
  margin-left: 0.18229rem;
}
.mg-lt-40 {
  margin-left: 0.20833rem;
}
.mg-lt-60 {
  margin-left: 0.3125rem;
}
.mg-bt-10 {
  margin-bottom: 0.05208rem;
}
.mg-bt-15 {
  margin-bottom: 0.07813rem;
}
.mg-bt-20 {
  margin-bottom: 0.10417rem;
}
.mg-bt-30 {
  margin-bottom: 0.15625rem;
}
.mg-bt-40 {
  margin-bottom: 0.20833rem;
}
.mg-bt-70 {
  margin-bottom: 0.36458rem;
}
.mg-bt-80 {
  margin-bottom: 0.41667rem;
}
.mg-bt-110 {
  margin-bottom: 0.57292rem;
}
.mg-bt-150 {
  margin-bottom: 0.78125rem;
}
.mg-bt-300 {
  margin-bottom: 1.5625rem;
}
.mg-bt-400 {
  margin-bottom: 2.08333rem;
}
.mg-top-0 {
  margin-top: 0;
}
.mg-top-5 {
  margin-top: 0.02604rem;
}
.mg-top-10 {
  margin-top: 0.05208rem;
}
.mg-top-15 {
  margin-top: 0.07813rem;
}
.mg-top-18 {
  margin-top: 0.09375rem;
}
.mg-top-20 {
  margin-top: 0.10417rem;
}
.mg-top-30 {
  margin-top: 0.15625rem;
}
.mg-top-40 {
  margin-top: 0.20833rem;
}
.mg-top-50 {
  margin-top: 0.26042rem;
}
.mg-rt-20 {
  margin-right: 0.10417rem;
}
.mg-rt-10 {
  margin-right: 0.05208rem;
}

/* 边距 end */
.layout-wrapper {
  height: 100vh;
}
.layout-session {
  overflow: hidden;
}
.btn {
  cursor: pointer;
}
header h1 {
  margin: 0;
  float: left;
  font-size: 0.16667rem;
  font-weight: 400;
  height: 100%;
}
header h1 a {
  color: #333;
  text-decoration: none;
  display: block;
  height: 100%;
}
.el-menu.el-menu--horizontal {
  border: 0;
}
a {
  color: #333;
  text-decoration: none;
  display: block;
  height: 100%;
}
.el-submenu {
  height: 100%;
}
.fixed {
  position: fixed !important;
  top: 0;
  left: 0;
}
.school-swiper-container {
  max-width: 6.25rem;
  margin: 0 auto;
}
.school_swiper_i .school-swiper .swiper-wrapper {
  padding-bottom: 0.15625rem;
}
.school_swiper_i .school-swiper .swiper-slide {
  width: 2.01042rem !important;
  cursor: pointer;
}
.school_swiper_i .school-swiper .swiper-slide .swiper_top {
  width: 100%;
  height: 1.13021rem;
  overflow: hidden;
  border-radius: 0.05208rem;
}
.school_swiper_i .school-swiper .swiper-slide .swiper_top img {
  width: 100%;
  height: 100%;
}
.school_swiper_i .school-swiper .swiper-slide .swiper_content {
  width: 100%;
  height: 1.5625rem;
  background: url(../../assets/img/HxBK_01.bf9e6bf7.png) no-repeat center;
  background-size: cover;
  -webkit-transform: translateY(-0.27604rem);
          transform: translateY(-0.27604rem);
  padding: 0.125rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.school_swiper_i .school-swiper .swiper-slide .swiper_content .swiper_content_title {
  font-weight: bold;
  font-size: 0.11458rem;
  color: #333333;
  line-height: 0.15104rem;
  text-align: left;
  font-style: normal;
  word-wrap: break-word;
  word-break: break-all;
}
.school_swiper_i .school-swiper .swiper-slide .swiper_content .swiper_content_value {
  height: 0.36458rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 0.07292rem;
  color: #333333;
  line-height: 0.125rem;
  text-align: justify;
  margin-top: 0.0625rem;
  margin-bottom: 0.0625rem;
  font-style: normal;
}
.school_swiper_i .school-swiper .swiper-slide .swiper_content .swiper_content_address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 0.10417rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.0625rem;
  font-size: 0.07292rem;
  color: #333333;
  line-height: 0.125rem;
  text-align: justify;
  font-style: normal;
}
.school_swiper_i .school-swiper .swiper-slide .swiper_content .swiper_content_address .text {
  margin-left: 0.04167rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.school_swiper_i .school-swiper .swiper-slide .swiper_content .swiper_content_teacher {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 0.10417rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.0625rem;
  font-size: 0.07292rem;
  color: #333333;
  line-height: 0.125rem;
  text-align: justify;
  font-style: normal;
}
.school_swiper_i .school-swiper .swiper-slide .swiper_content .swiper_content_teacher .phone {
  margin-left: 0.04167rem;
}
.school_swiper_i .school-swiper .swiper-slide .swiper_content .erweima {
  margin-top: 0.0625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.school_swiper_i .school-swiper .swiper-slide .swiper_content .erweima img {
  width: 0.38021rem;
  height: 0.38021rem;
}
.school_swiper_i .school-swiper .swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 0.05208rem;
}
@charset "UTF-8";
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.btn {
  cursor: pointer;
}
.pointer {
  cursor: pointer;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

/* 文字对齐方式 start */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-center .ui-button + .ui-button {
  margin-left: 0.15625rem;
}
.text-right {
  text-align: right;
}

/* 文字对齐方式 end */
.ui-container {
  padding-top: calc(1.04167rem);
}
ul {
  list-style-type: none; /* 移除列表项的默认标记 */
  padding: 0; /* 移除内边距 */
  margin: 0; /* 移除外边距 */
}
li {
  display: block; /* 设置显示为块级元素 */
  padding: 0; /* 移除内边距 */
}

/* 边距 start */
.pd-0 {
  padding: 0;
}
.pd-10 {
  padding: 0.05208rem;
}
.pd-lr-20 {
  padding-left: 0.10417rem;
  padding-right: 0.10417rem;
}
.pd-bt-10 {
  margin-bottom: 0.05208rem;
}
.pd-bt-30 {
  margin-bottom: 0.15625rem;
}
.mg-0 {
  margin: 0;
}
.mg-lt-8 {
  margin-left: 0.04167rem;
}
.mg-lt-10 {
  margin-left: 0.05208rem;
}
.mg-lt-20 {
  margin-left: 0.10417rem;
}
.mg-lt-35 {
  margin-left: 0.18229rem;
}
.mg-lt-40 {
  margin-left: 0.20833rem;
}
.mg-lt-60 {
  margin-left: 0.3125rem;
}
.mg-bt-10 {
  margin-bottom: 0.05208rem;
}
.mg-bt-15 {
  margin-bottom: 0.07813rem;
}
.mg-bt-20 {
  margin-bottom: 0.10417rem;
}
.mg-bt-30 {
  margin-bottom: 0.15625rem;
}
.mg-bt-40 {
  margin-bottom: 0.20833rem;
}
.mg-bt-70 {
  margin-bottom: 0.36458rem;
}
.mg-bt-80 {
  margin-bottom: 0.41667rem;
}
.mg-bt-110 {
  margin-bottom: 0.57292rem;
}
.mg-bt-150 {
  margin-bottom: 0.78125rem;
}
.mg-bt-300 {
  margin-bottom: 1.5625rem;
}
.mg-bt-400 {
  margin-bottom: 2.08333rem;
}
.mg-top-0 {
  margin-top: 0;
}
.mg-top-5 {
  margin-top: 0.02604rem;
}
.mg-top-10 {
  margin-top: 0.05208rem;
}
.mg-top-15 {
  margin-top: 0.07813rem;
}
.mg-top-18 {
  margin-top: 0.09375rem;
}
.mg-top-20 {
  margin-top: 0.10417rem;
}
.mg-top-30 {
  margin-top: 0.15625rem;
}
.mg-top-40 {
  margin-top: 0.20833rem;
}
.mg-top-50 {
  margin-top: 0.26042rem;
}
.mg-rt-20 {
  margin-right: 0.10417rem;
}
.mg-rt-10 {
  margin-right: 0.05208rem;
}

/* 边距 end */
.layout-wrapper {
  height: 100vh;
}
.layout-session {
  overflow: hidden;
}
.btn {
  cursor: pointer;
}
header h1 {
  margin: 0;
  float: left;
  font-size: 0.16667rem;
  font-weight: 400;
  height: 100%;
}
header h1 a {
  color: #333;
  text-decoration: none;
  display: block;
  height: 100%;
}
.el-menu.el-menu--horizontal {
  border: 0;
}
a {
  color: #333;
  text-decoration: none;
  display: block;
  height: 100%;
}
.el-submenu {
  height: 100%;
}
.fixed {
  position: fixed !important;
  top: 0;
  left: 0;
}
.el-message {
  margin-top: 0.3125rem !important;
  min-width: auto; /* 设置最小宽度为自动 */
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; /* 设置宽度为内容自适应 */
}
.cursor {
  cursor: pointer;
}
.customClass {
  border-radius: 0.0625rem;
  width: 1.72917rem;
}
.btn {
  cursor: pointer;
}
.btnTruesCopy {
  background: #3d6bca !important;
  border: 0.00521rem solid #3d6bca;
  color: #fff;
  float: right;
  margin-right: 0.86458rem;
}
.btnFalsesCopy {
  background: #fff !important;
  border: 0.00521rem solid #3d6bca;
  color: #4974ce;
  float: left;
  margin-left: 0.86458rem;
}
.btnTrues {
  background: #3d6bca !important;
  border: 0.00521rem solid #3d6bca;
  color: #fff;
  float: right;
  margin-right: 0.34375rem;
}
.btnFalses {
  background: #fff !important;
  border: 0.00521rem solid #3d6bca;
  color: #4974ce;
  float: left;
  margin-left: 0.34375rem;
}
.el-message {
  z-index: 99999 !important;
}
.message-zindex {
  z-index: 10000 !important;
}
.swiper_wrapper {
  position: absolute;
  width: 100%;
  height: 2.45833rem;
  left: 0;
  top: 0;
}
.swiper_wrapper .el-carousel,
.swiper_wrapper .el-carousel__container {
  widows: 100%;
  height: 100%;
}
.swiper_wrapper .el-carousel img,
.swiper_wrapper .el-carousel__container img {
  width: 100%;
  height: 100%;
}
.swiper_wrapper .swiper {
  position: relative;
}
.swiper_wrapper .swiper .content {
  position: absolute;
  width: 6.25rem;
  bottom: 0.60417rem;
  left: 0;
  right: 0;
  margin: auto;
}
.swiper_wrapper .swiper .content .swpiper-title {
  height: 0.34896rem;
  font-family: MicrosoftYaHeiLight;
  font-size: 0.26042rem;
  color: #ffffff;
  line-height: 0.34896rem;
  text-align: left;
  font-style: normal;
  margin-bottom: 0.125rem;
}
.swiper_wrapper .swiper .content .swpiper-desc {
  height: 0.125rem;
  font-family: MicrosoftYaHei;
  font-size: 0.09375rem;
  color: #ffffff;
  line-height: 0.125rem;
  text-align: left;
  font-style: normal;
  margin-bottom: 0.07292rem;
}
.swiper_wrapper .swiper .content .swpiper-time {
  height: 0.125rem;
  font-family: MicrosoftYaHei;
  font-size: 0.09375rem;
  color: #ffffff;
  line-height: 0.125rem;
  text-align: left;
  font-style: normal;
  margin-bottom: 0.13542rem;
}
.swiper_wrapper .swiper .content .button {
  width: 0.9375rem;
  height: 0.20833rem;
  background: -webkit-gradient(linear, right top, left top, from(#f2982c), to(#de783a));
  background: linear-gradient(270deg, #f2982c 0%, #de783a 100%);
  border-radius: 0.02083rem;
  font-family: MicrosoftYaHei;
  font-size: 0.09375rem;
  color: #ffffff;
  line-height: 0.20833rem;
  text-align: center;
  font-style: normal;
}
.swiper_wrapper .el-carousel__indicators--horizontal {
  bottom: 0.26042rem;
}
.page_content {
  position: relative;
  z-index: 2024;
  margin-top: calc(2.45833rem - 0.36458rem + 0.40104rem);
}
.page_content .desc {
  width: 100%;
  height: 0.09375rem;
  font-family: MicrosoftYaHei;
  font-size: 0.07292rem;
  color: #333333;
  line-height: 0.09375rem;
  font-style: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page_content .desc span:nth-last-child(1) {
  color: #005bff;
}
.page_content .aviation_consulting {
  position: relative;
  width: 100%;
  height: 3.22917rem;
  float: left;
}
.page_content .aviation_consulting .body {
  position: absolute;
  top: 0;
  left: 0;
  height: 3.22917rem;
  width: 100vw;
  background: #d6dce5;
  -webkit-transform: scaleX(2);
          transform: scaleX(2);
  z-index: -1;
}
.page_content .school_wrapper {
  margin-top: 0.41667rem;
  position: relative;
  width: 100%;
  height: 3.88542rem;
  float: left;
}
.page_content .school_wrapper .desc {
  color: #fff;
}
.page_content .school_wrapper .body {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100vw;
  background: #404c58;
  -webkit-transform: scaleX(2);
          transform: scaleX(2);
  z-index: -1;
}
.page_content .school_wrapper_pageCard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: calc(100% - 0.33333rem);
}
.aviation_consulting_card {
  margin-top: 0.3125rem;
}
.page_card_teacher {
  margin-top: 0.3125rem;
  float: left;
  padding-bottom: 0.3125rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 3.38542rem;
}
@charset "UTF-8";
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.btn {
  cursor: pointer;
}
.pointer {
  cursor: pointer;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

/* 文字对齐方式 start */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-center .ui-button + .ui-button {
  margin-left: 0.15625rem;
}
.text-right {
  text-align: right;
}

/* 文字对齐方式 end */
.ui-container {
  padding-top: calc(1.04167rem);
}
ul {
  list-style-type: none; /* 移除列表项的默认标记 */
  padding: 0; /* 移除内边距 */
  margin: 0; /* 移除外边距 */
}
li {
  display: block; /* 设置显示为块级元素 */
  padding: 0; /* 移除内边距 */
}

/* 边距 start */
.pd-0 {
  padding: 0;
}
.pd-10 {
  padding: 0.05208rem;
}
.pd-lr-20 {
  padding-left: 0.10417rem;
  padding-right: 0.10417rem;
}
.pd-bt-10 {
  margin-bottom: 0.05208rem;
}
.pd-bt-30 {
  margin-bottom: 0.15625rem;
}
.mg-0 {
  margin: 0;
}
.mg-lt-8 {
  margin-left: 0.04167rem;
}
.mg-lt-10 {
  margin-left: 0.05208rem;
}
.mg-lt-20 {
  margin-left: 0.10417rem;
}
.mg-lt-35 {
  margin-left: 0.18229rem;
}
.mg-lt-40 {
  margin-left: 0.20833rem;
}
.mg-lt-60 {
  margin-left: 0.3125rem;
}
.mg-bt-10 {
  margin-bottom: 0.05208rem;
}
.mg-bt-15 {
  margin-bottom: 0.07813rem;
}
.mg-bt-20 {
  margin-bottom: 0.10417rem;
}
.mg-bt-30 {
  margin-bottom: 0.15625rem;
}
.mg-bt-40 {
  margin-bottom: 0.20833rem;
}
.mg-bt-70 {
  margin-bottom: 0.36458rem;
}
.mg-bt-80 {
  margin-bottom: 0.41667rem;
}
.mg-bt-110 {
  margin-bottom: 0.57292rem;
}
.mg-bt-150 {
  margin-bottom: 0.78125rem;
}
.mg-bt-300 {
  margin-bottom: 1.5625rem;
}
.mg-bt-400 {
  margin-bottom: 2.08333rem;
}
.mg-top-0 {
  margin-top: 0;
}
.mg-top-5 {
  margin-top: 0.02604rem;
}
.mg-top-10 {
  margin-top: 0.05208rem;
}
.mg-top-15 {
  margin-top: 0.07813rem;
}
.mg-top-18 {
  margin-top: 0.09375rem;
}
.mg-top-20 {
  margin-top: 0.10417rem;
}
.mg-top-30 {
  margin-top: 0.15625rem;
}
.mg-top-40 {
  margin-top: 0.20833rem;
}
.mg-top-50 {
  margin-top: 0.26042rem;
}
.mg-rt-20 {
  margin-right: 0.10417rem;
}
.mg-rt-10 {
  margin-right: 0.05208rem;
}

/* 边距 end */
.layout-wrapper {
  height: 100vh;
}
.layout-session {
  overflow: hidden;
}
.btn {
  cursor: pointer;
}
header h1 {
  margin: 0;
  float: left;
  font-size: 0.16667rem;
  font-weight: 400;
  height: 100%;
}
header h1 a {
  color: #333;
  text-decoration: none;
  display: block;
  height: 100%;
}
.el-menu.el-menu--horizontal {
  border: 0;
}
a {
  color: #333;
  text-decoration: none;
  display: block;
  height: 100%;
}
.el-submenu {
  height: 100%;
}
.fixed {
  position: fixed !important;
  top: 0;
  left: 0;
}
.el-message {
  margin-top: 0.3125rem !important;
  min-width: auto; /* 设置最小宽度为自动 */
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; /* 设置宽度为内容自适应 */
}
.cursor {
  cursor: pointer;
}
.customClass {
  border-radius: 0.0625rem;
  width: 1.72917rem;
}
.btn {
  cursor: pointer;
}
.btnTruesCopy {
  background: #3d6bca !important;
  border: 0.00521rem solid #3d6bca;
  color: #fff;
  float: right;
  margin-right: 0.86458rem;
}
.btnFalsesCopy {
  background: #fff !important;
  border: 0.00521rem solid #3d6bca;
  color: #4974ce;
  float: left;
  margin-left: 0.86458rem;
}
.btnTrues {
  background: #3d6bca !important;
  border: 0.00521rem solid #3d6bca;
  color: #fff;
  float: right;
  margin-right: 0.34375rem;
}
.btnFalses {
  background: #fff !important;
  border: 0.00521rem solid #3d6bca;
  color: #4974ce;
  float: left;
  margin-left: 0.34375rem;
}
.el-message {
  z-index: 99999 !important;
}
.nodata .list-no-data {
  height: var(--heightLine);
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #848bad;
  margin-top: 0.3125rem;
  padding-bottom: 0.15625rem;
}
.nodata .list-no-data img {
  width: 1.04167rem;
  height: 1.04167rem;
}
.nodata .list-no-data .no-text {
  font-weight: 400;
  font-size: 0.08333rem;
  color: #90a8c0;
  padding-top: 0.07292rem;
  font-style: normal;
}

/*# sourceMappingURL=app.61de7885.css.map*/