@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;
}
.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;
}

.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;
}
@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;
}
.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: 100%;
  height: 100%;
}
@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;
}
.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.125rem;
  padding: 0;
  color: rgba(255, 255, 255, 0.6);
}
.layout_nav .el-submenu__title .el-submenu__icon-arrow {
  right: auto;
}
.layout_nav .el-submenu__title:hover {
  background-color: transparent;
  color: #fff;
}
.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.125rem;
  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;
}
@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;
}
.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;
}
.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-tooltip__popper[x-placement^=left] .popper__arrow {
  display: none;
}
.tooltip-class {
  border-color: #acd3ff !important;
}
.wxCode {
  width: 1.04167rem;
  height: 1.04167rem;
}
@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;
}
.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;
}
.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;
}
.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;
}
.layout-footer[data-v-fc756330] {
  width: 100%;
}
.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;
  padding: 0.3125rem 0 0.15625rem 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  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;
}
.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;
}
.layout-footer .container .footer_top .footer_right[data-v-fc756330],
.layout-footer .container .footer_top .footer_left[data-v-fc756330] {
  height: 0.78646rem;
  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;
}
.layout-footer .container .footer_top .footer_right .footer_right_qrcode[data-v-fc756330],
.layout-footer .container .footer_top .footer_left .footer_right_qrcode[data-v-fc756330] {
  width: 100%;
  height: 100%;
}
.layout-footer .container .footer_top .footer_right .footer_right_qrcode .footer_r_q[data-v-fc756330],
.layout-footer .container .footer_top .footer_left .footer_right_qrcode .footer_r_q[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;
  height: 100%;
}
.layout-footer .container .footer_top .footer_right .footer_right_qrcode .footer_r_q .footer_gzh[data-v-fc756330],
.layout-footer .container .footer_top .footer_right .footer_right_qrcode .footer_r_q .footer_xcx[data-v-fc756330],
.layout-footer .container .footer_top .footer_left .footer_right_qrcode .footer_r_q .footer_gzh[data-v-fc756330],
.layout-footer .container .footer_top .footer_left .footer_right_qrcode .footer_r_q .footer_xcx[data-v-fc756330] {
  margin-left: 1.11979rem;
  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;
  -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 .footer_right_qrcode .footer_r_q .footer_gzh img[data-v-fc756330],
.layout-footer .container .footer_top .footer_right .footer_right_qrcode .footer_r_q .footer_xcx img[data-v-fc756330],
.layout-footer .container .footer_top .footer_left .footer_right_qrcode .footer_r_q .footer_gzh img[data-v-fc756330],
.layout-footer .container .footer_top .footer_left .footer_right_qrcode .footer_r_q .footer_xcx img[data-v-fc756330] {
  width: 0.60417rem;
  height: 0.60417rem;
}
.layout-footer .container .footer_top .footer_right .footer_right_qrcode .footer_r_q .footer_gzh span[data-v-fc756330],
.layout-footer .container .footer_top .footer_right .footer_right_qrcode .footer_r_q .footer_xcx span[data-v-fc756330],
.layout-footer .container .footer_top .footer_left .footer_right_qrcode .footer_r_q .footer_gzh span[data-v-fc756330],
.layout-footer .container .footer_top .footer_left .footer_right_qrcode .footer_r_q .footer_xcx span[data-v-fc756330] {
  height: 0.10938rem;
  font-family: MicrosoftYaHei;
  font-size: 0.08333rem;
  color: #aeb5bf;
  line-height: 0.10938rem;
  font-style: normal;
}
.layout-footer .container .footer_top .footer_right[data-v-fc756330] {
  width: 1.72917rem;
}
.layout-footer .container .footer_top .footer_left[data-v-fc756330] {
  width: 0.73438rem;
}
.layout-footer .container .footer_top .footer_left .footer_logo[data-v-fc756330] {
  width: 0.60417rem;
  height: 0.60417rem;
  margin: auto;
}
.layout-footer .container .footer_top .footer_left .footer_logo img[data-v-fc756330] {
  width: 100%;
  height: 100%;
}
.layout-footer .container .footer_top .footer_left .footer_us[data-v-fc756330] {
  margin-top: 0.07292rem;
  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;
  height: 0.10938rem;
  font-family: MicrosoftYaHei;
  font-size: 0.08333rem;
  color: #aeb5bf;
  line-height: 0.10938rem;
  font-style: normal;
}
.layout-footer .container .footer_bottom[data-v-fc756330] {
  height: 0.09896rem;
  font-family: MicrosoftYaHei;
  font-size: 0.07292rem;
  color: #aeb5bf;
  line-height: 0.09896rem;
  font-style: normal;
  text-align: center;
}
.layout-footer .container .footer_bottom .wangan[data-v-fc756330] {
  padding-left: 0.07813rem;
}
@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;
}
.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;
}
.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 .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;
}
@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;
}
.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;
}
.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;
}
.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/login_bk_big.fbb336ba.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: 0.79167rem;
  height: 0.3125rem;
  background: url(../../assets/img/logo.be0dfb97.png) no-repeat center;
  background-size: contain;
  margin: 0.3125rem 0 0 0.3125rem;
  float: left;
}
.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-e340c4b0]::after {
  content: "";
  display: table;
  clear: both;
}
.btn[data-v-e340c4b0] {
  cursor: pointer;
}
.pointer[data-v-e340c4b0] {
  cursor: pointer;
}
.flex[data-v-e340c4b0] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

/* 边距 end */
.layout-wrapper[data-v-e340c4b0] {
  height: 100vh;
}
.layout-session[data-v-e340c4b0] {
  overflow: hidden;
}
.btn[data-v-e340c4b0] {
  cursor: pointer;
}
header h1[data-v-e340c4b0] {
  margin: 0;
  float: left;
  font-size: 0.16667rem;
  font-weight: 400;
  height: 100%;
}
header h1 a[data-v-e340c4b0] {
  color: #333;
  text-decoration: none;
  display: block;
  height: 100%;
}
.el-menu.el-menu--horizontal[data-v-e340c4b0] {
  border: 0;
}
a[data-v-e340c4b0] {
  color: #333;
  text-decoration: none;
  display: block;
  height: 100%;
}
.el-submenu[data-v-e340c4b0] {
  height: 100%;
}
.fixed[data-v-e340c4b0] {
  position: fixed !important;
  top: 0;
  left: 0;
}
.el-message[data-v-e340c4b0] {
  margin-top: 0.3125rem !important;
  min-width: auto; /* 设置最小宽度为自动 */
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; /* 设置宽度为内容自适应 */
}
.cursor[data-v-e340c4b0] {
  cursor: pointer;
}
.customClass[data-v-e340c4b0] {
  border-radius: 0.0625rem;
  width: 1.72917rem;
}
.btn[data-v-e340c4b0] {
  cursor: pointer;
}
.btnTruesCopy[data-v-e340c4b0] {
  background: #3d6bca !important;
  border: 0.00521rem solid #3d6bca;
  color: #fff;
  float: right;
  margin-right: 0.86458rem;
}
.btnFalsesCopy[data-v-e340c4b0] {
  background: #fff !important;
  border: 0.00521rem solid #3d6bca;
  color: #4974ce;
  float: left;
  margin-left: 0.86458rem;
}
.btnTrues[data-v-e340c4b0] {
  background: #3d6bca !important;
  border: 0.00521rem solid #3d6bca;
  color: #fff;
  float: right;
  margin-right: 0.34375rem;
}
.btnFalses[data-v-e340c4b0] {
  background: #fff !important;
  border: 0.00521rem solid #3d6bca;
  color: #4974ce;
  float: left;
  margin-left: 0.34375rem;
}
.banner_bar_wrapper[data-v-e340c4b0] {
  width: 100%;
  height: 0.88542rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.banner_bar_wrapper .banner_bar_item[data-v-e340c4b0] {
  width: 2.13542rem;
  height: 100%;
  padding: 0.19271rem 0.46875rem 0.21875rem 0.16146rem;
  -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;
}
.banner_bar_wrapper .banner_bar_item .item_top[data-v-e340c4b0] {
  width: 100%;
  height: 0.10417rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0.45313rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.banner_bar_wrapper .banner_bar_item .item_title[data-v-e340c4b0] {
  height: 0.10417rem;
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: bold;
  font-size: 0.10417rem;
  color: #333333;
  line-height: 0.10417rem;
  text-align: left;
  font-style: normal;
}
.banner_bar_wrapper .banner_bar_item .item_sub_title_wrapper[data-v-e340c4b0] {
  -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;
  height: 0.07292rem;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.banner_bar_wrapper .banner_bar_item .item_sub_title_wrapper .item_sub_title[data-v-e340c4b0] {
  margin-right: 0.07292rem;
  height: 0.07292rem;
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: bold;
  font-size: 0.07292rem;
  color: rgba(51, 51, 51, 0.3);
  line-height: 0.07292rem;
  text-align: left;
  font-style: normal;
}
.banner_bar_wrapper .banner_bar_item .actice[data-v-e340c4b0] {
  color: #333333 !important;
}
.banner_bar_wrapper .banner_bar_item .item_content[data-v-e340c4b0] {
  margin-top: 0.07813rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.banner_bar_wrapper .banner_bar_item .item_content .item[data-v-e340c4b0] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 0.10417rem;
  width: 100%;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.04167rem;
}
.banner_bar_wrapper .banner_bar_item .item_content .item .left[data-v-e340c4b0] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: MicrosoftYaHei;
  font-size: 0.07292rem;
  color: #0d65da;
  text-align: left;
  font-style: normal;
  padding-left: 0.09375rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.banner_bar_wrapper .banner_bar_item .item_content .item .left[data-v-e340c4b0]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0.0625rem;
  height: 0.0625rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAAXNSR0IArs4c6QAAAJFJREFUKFOlkT0OggAMhb/iLnHX1TN4ACZGPIS7JCaewMQEdw6hIxMH4AysuBvdpYa/IEw0dGze9/raCsYSo54hcNQtwgXwWqMU5cxN8s64BxpxBqxGU18ouw7qgVDvQICQ4HCooZIYxQceRLKvWv/AG1iyYMNVnjVw0jVfCuBDJO5swBjJvHQV0HTWiR80f/oHChg6DSCtm7gAAAAASUVORK5CYII=) no-repeat;
  background-size: contain;
}
.banner_bar_wrapper .banner_bar_item .item_content .item .right[data-v-e340c4b0] {
  width: 0.3125rem;
  height: 0.10417rem;
  background: #2c71d8;
  line-height: 0.10417rem;
  border-radius: 0.02083rem;
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: bold;
  font-size: 0.0625rem;
  color: #ffffff;
  font-style: normal;
  text-align: center;
}
@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;
}
.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-2d84e511]::after {
  content: "";
  display: table;
  clear: both;
}
.btn[data-v-2d84e511] {
  cursor: pointer;
}
.pointer[data-v-2d84e511] {
  cursor: pointer;
}
.flex[data-v-2d84e511] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

/* 边距 end */
.layout-wrapper[data-v-2d84e511] {
  height: 100vh;
}
.layout-session[data-v-2d84e511] {
  overflow: hidden;
}
.btn[data-v-2d84e511] {
  cursor: pointer;
}
header h1[data-v-2d84e511] {
  margin: 0;
  float: left;
  font-size: 0.16667rem;
  font-weight: 400;
  height: 100%;
}
header h1 a[data-v-2d84e511] {
  color: #333;
  text-decoration: none;
  display: block;
  height: 100%;
}
.el-menu.el-menu--horizontal[data-v-2d84e511] {
  border: 0;
}
a[data-v-2d84e511] {
  color: #333;
  text-decoration: none;
  display: block;
  height: 100%;
}
.el-submenu[data-v-2d84e511] {
  height: 100%;
}
.fixed[data-v-2d84e511] {
  position: fixed !important;
  top: 0;
  left: 0;
}
.el-message[data-v-2d84e511] {
  margin-top: 0.3125rem !important;
  min-width: auto; /* 设置最小宽度为自动 */
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; /* 设置宽度为内容自适应 */
}
.cursor[data-v-2d84e511] {
  cursor: pointer;
}
.customClass[data-v-2d84e511] {
  border-radius: 0.0625rem;
  width: 1.72917rem;
}
.btn[data-v-2d84e511] {
  cursor: pointer;
}
.btnTruesCopy[data-v-2d84e511] {
  background: #3d6bca !important;
  border: 0.00521rem solid #3d6bca;
  color: #fff;
  float: right;
  margin-right: 0.86458rem;
}
.btnFalsesCopy[data-v-2d84e511] {
  background: #fff !important;
  border: 0.00521rem solid #3d6bca;
  color: #4974ce;
  float: left;
  margin-left: 0.86458rem;
}
.btnTrues[data-v-2d84e511] {
  background: #3d6bca !important;
  border: 0.00521rem solid #3d6bca;
  color: #fff;
  float: right;
  margin-right: 0.34375rem;
}
.btnFalses[data-v-2d84e511] {
  background: #fff !important;
  border: 0.00521rem solid #3d6bca;
  color: #4974ce;
  float: left;
  margin-left: 0.34375rem;
}
.message-zindex[data-v-2d84e511] {
  z-index: 10000 !important;
}
.event_infomation_card_wrapper[data-v-2d84e511] {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.event_infomation_card_wrapper .event_infomation_card[data-v-2d84e511] {
  width: 1.97917rem;
  height: 1.04167rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#efefef));
  background: linear-gradient(180deg, #ffffff 0%, #efefef 100%);
  -webkit-box-shadow: 0 0.02083rem 0.03125rem 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.02083rem 0.03125rem 0 rgba(0, 0, 0, 0.2);
  border-radius: 0.05208rem;
  margin-right: 0.15625rem;
  margin-bottom: 0.15625rem;
  border-radius: 10px;
}
.event_infomation_card_wrapper .event_infomation_card[data-v-2d84e511]:nth-child(3n) {
  margin-right: 0;
}
.event_infomation_card_wrapper .event_infomation_card .event_infomation_card_left[data-v-2d84e511] {
  height: 100%;
  width: 0.625rem;
}
.event_infomation_card_wrapper .event_infomation_card .event_infomation_card_left img[data-v-2d84e511] {
  width: 100%;
  height: 100%;
}
.event_infomation_card_wrapper .event_infomation_card .event_infomation_card_right[data-v-2d84e511] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.08333rem 0.11458rem;
  -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;
}
.event_infomation_card_wrapper .event_infomation_card .event_infomation_card_right .event_infomation_card_title[data-v-2d84e511] {
  height: 0.25rem;
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: bold;
  font-size: 0.09375rem;
  color: #333333;
  line-height: 0.125rem;
  text-align: left;
  font-style: normal;
}
.event_infomation_card_wrapper .event_infomation_card .event_infomation_card_right .event_infomation_card_time[data-v-2d84e511] {
  height: 0.09896rem;
  font-family: MicrosoftYaHei;
  font-size: 0.07292rem;
  color: #999999;
  line-height: 0.09896rem;
  text-align: left;
  font-style: normal;
  margin-bottom: 0.03125rem;
}
.event_infomation_card_wrapper .event_infomation_card .event_infomation_card_right .event_infomation_card_time_value[data-v-2d84e511] {
  height: 0.10417rem;
  font-family: ArialMT;
  font-size: 0.08333rem;
  color: #dd773a;
  line-height: 0.10938rem;
  text-align: left;
  margin-bottom: 0.0625rem;
  font-style: normal;
}
.event_infomation_card_wrapper .event_infomation_card .event_infomation_card_right .event_infomation_card_btn[data-v-2d84e511] {
  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;
  font-style: normal;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  cursor: pointer;
}
.event_infomation_card_wrapper .event_infomation_card .event_infomation_card_right .ing[data-v-2d84e511] {
  background: -webkit-gradient(linear, right top, left top, from(#f2982c), to(#de783a));
  background: linear-gradient(270deg, #f2982c 0%, #de783a 100%);
}
.event_infomation_card_wrapper .event_infomation_card .event_infomation_card_right .exprise[data-v-2d84e511] {
  background: -webkit-gradient(linear, right top, left top, from(#cdcdcd), to(#c1c1c1));
  background: linear-gradient(270deg, #cdcdcd 0%, #c1c1c1 100%);
}
@charset "UTF-8";
.clearfix[data-v-23b5462f]::after {
  content: "";
  display: table;
  clear: both;
}
.btn[data-v-23b5462f] {
  cursor: pointer;
}
.pointer[data-v-23b5462f] {
  cursor: pointer;
}
.flex[data-v-23b5462f] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

/* 边距 end */
.layout-wrapper[data-v-23b5462f] {
  height: 100vh;
}
.layout-session[data-v-23b5462f] {
  overflow: hidden;
}
.btn[data-v-23b5462f] {
  cursor: pointer;
}
header h1[data-v-23b5462f] {
  margin: 0;
  float: left;
  font-size: 0.16667rem;
  font-weight: 400;
  height: 100%;
}
header h1 a[data-v-23b5462f] {
  color: #333;
  text-decoration: none;
  display: block;
  height: 100%;
}
.el-menu.el-menu--horizontal[data-v-23b5462f] {
  border: 0;
}
a[data-v-23b5462f] {
  color: #333;
  text-decoration: none;
  display: block;
  height: 100%;
}
.el-submenu[data-v-23b5462f] {
  height: 100%;
}
.fixed[data-v-23b5462f] {
  position: fixed !important;
  top: 0;
  left: 0;
}
.el-message[data-v-23b5462f] {
  margin-top: 0.3125rem !important;
  min-width: auto; /* 设置最小宽度为自动 */
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; /* 设置宽度为内容自适应 */
}
.cursor[data-v-23b5462f] {
  cursor: pointer;
}
.customClass[data-v-23b5462f] {
  border-radius: 0.0625rem;
  width: 1.72917rem;
}
.btn[data-v-23b5462f] {
  cursor: pointer;
}
.btnTruesCopy[data-v-23b5462f] {
  background: #3d6bca !important;
  border: 0.00521rem solid #3d6bca;
  color: #fff;
  float: right;
  margin-right: 0.86458rem;
}
.btnFalsesCopy[data-v-23b5462f] {
  background: #fff !important;
  border: 0.00521rem solid #3d6bca;
  color: #4974ce;
  float: left;
  margin-left: 0.86458rem;
}
.btnTrues[data-v-23b5462f] {
  background: #3d6bca !important;
  border: 0.00521rem solid #3d6bca;
  color: #fff;
  float: right;
  margin-right: 0.34375rem;
}
.btnFalses[data-v-23b5462f] {
  background: #fff !important;
  border: 0.00521rem solid #3d6bca;
  color: #4974ce;
  float: left;
  margin-left: 0.34375rem;
}
.avaiation_wrapper[data-v-23b5462f] {
  width: 100%;
  height: 2.13542rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0.05208rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#e5e5e5));
  background: linear-gradient(180deg, #eeeeee 0%, #e5e5e5 100%);
}
.avaiation_wrapper .download_center[data-v-23b5462f] {
  width: 2.1875rem;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#9aa2b0), to(#626e7e));
  background: linear-gradient(180deg, #9aa2b0 0%, #626e7e 100%);
  padding: 0.19792rem 0.19792rem 0.32813rem 0.20833rem;
  -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;
}
.avaiation_wrapper .download_center .download_title[data-v-23b5462f] {
  width: 100%;
  height: 0.13542rem;
  font-family: MicrosoftYaHei;
  font-size: 0.10417rem;
  color: #ffffff;
  line-height: 0.13542rem;
  text-align: center;
  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;
  font-style: normal;
}
.avaiation_wrapper .download_center .download_list[data-v-23b5462f] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 0.01563rem;
}
.avaiation_wrapper .download_center .download_list .download_item[data-v-23b5462f] {
  width: 100%;
  height: 0.19792rem;
  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;
  margin-top: 0.17708rem;
}
.avaiation_wrapper .download_center .download_list .download_item .download_item_title[data-v-23b5462f] {
  height: 0.10417rem;
  font-family: MicrosoftYaHei;
  font-size: 0.07292rem;
  color: #ffffff;
  line-height: 0.10417rem;
  text-align: left;
  font-style: normal;
  padding-left: 0.27083rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.avaiation_wrapper .download_center .download_list .download_item .download_item_title[data-v-23b5462f]:before {
  content: "";
  width: 0.1875rem;
  height: 0.1875rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAAAXNSR0IArs4c6QAABtRJREFUWEetWHtQVGUU/527LKBILAoKYQ91pqe9x+kBoRW+8NVLRjPNHpYvyMwoSxl85aNEBQoxmURjLKpxyrTIasqBcnKyNEymacbQlGht2WVdXFn2nube3bt77927uyDdv3a/75zv/M7vPL4HoYcfMw8RRYxlIIsI1zPzlUSUKC3DgJOAU8w4QUC9IKCOiE72xAR1R5iZTV5gKnt5IQj3MHO39IiIwfieTFRuAj4kIm80e1EX9ng4hyGWAXydshj7f0RV9sv55KlJiBHyzURfRQIVdk1mjvd4xc0AnmWxe4xE9V4gCds2s0lYRERuI3lDQE7m1FiPdx+DR8hK4SiJNq636LdGoMOdZtOERCJrGJHgsNPJqea4roPMwRCFeqL4oSBSJKKNB1ciQpPnYkx2YqIWlIYhKUxuT9dBFv3MRItBL+dJoMPx5phsdfg0gC64O7eKzM/10k731QkQQJV94mPn6jmG2+3JEcFfqktaH5AtZW/jyM+/qAwaJ5FU68p3x223YlH+grCpKLUGETSmX7xZrj6ZIanPuNydjYiQN11eL2Y88TQGpqbgiZkzusXCO1U7YHc4UFNdhRiTKbwOUVNCfOxwqU/JgDo6Lk7zsrhblXKaDiLh/rWxEcuKVyHv0UcwY9pUnHe50OHq0BhReElISEC/hATs2FWDPZ/sxariZbh5+I2K/wbAGCYSpvftG/e+DMjZ4a5n5kwV0z4lVYZV76zBnr2fYd3qFbju2muw/4svcfy3E4ZeD7/heowfNwbHj5/Aa8Wr8ODkiZg987GgrEFxElFDYt/4LLLb3UMFM/8RbTsoWFyINrsD1dsrZKR/t7YGDBg1s7RBgyAyY/acuUi2WFBaskHloR4RIOWSWYgfRnaXey5EUbIS9vvHasX8gsW45+67sLhgAf612fDe7g9UHocm9+PT8zBgwACUlL6Fhh8OoWJLCQYOTI2cewLPI8f5C+8xi5osZZ0DdQe+xvYdO7HguTkYlZ2FtrY2uDq0+aO3lNA3AcnJFhysb0BZxTY8M3sWxo1+QFNtgVJXOjhRDdnPd/zEIt8uV1tIEvlU1r6xCb8cPYbK8s1ItiRh7/46nP7rLwOG/ENEuGJwBibljke704k58wtw68034ZUlL2hwE2mDTYQj1NbusjJzSjguOzs78fS8fFyeno71q4vh8XThTMtZrXhIkvoMZaSnwWw2Y/nKNfiz+RSqKsoQGxsbNmxEdI5s7S43M8dpuQxa+PnoMWwoKcWUSbmY9ujDOHO2BfvrDkTOBf9s7tjRyLg8HXv27kPtR3tQuLgAt91yS6huMGQXyeY47xZFP6BAUP0/GHh3Vw0OfPMtipa+JJe7Bni0A5Hfr+bTp7G0aCVG3z8KT84yaKp+OUGgi2S1O62IELIlS4vkEh88OAMmQZDx5Nw3EveNvDciS7trP0aj0qcYkEBJreDNtSvD60khs7Y5f2L2JbX+kwjIf/Fl2B3tmqnExH4oWbcacXFKPmipktpE4bJieL2+E6sya0lKQunG9aq1tO2CSDhCVpszUPah7Qp4vnAp7HZHCNipD03BxPFjdVXj+1tVXYPv6htCdCyWJJS+sTY4rjNIglBDrTbnXLC+MQYlFxW+Jm+Q+k/ar+bPeQqCP4zKvNvtRnnl9gA7vnEfRxJDmzesCRxBlX4XKH/iedRqtw+Fl8JuHS+8sswAkM+APqdDGdaOSIA2rVttmEPS1hFnih0mr/m31VHPEDMDkkrDYsaLrxYFQ6ZrZBGz2mDSknQZNr5unNQENKSlJmfJgKw2xzSPV338CK625NUiONqd8kDAX93eou+4irZ+C7JYLsOba1YY+iGYhOlp/ZN8x49aZlOmta0RQODupWgVLl9pmEM9ZUeST05KwvpVRUaqTQ2pycPzlAOaJHHmnD0Hoqg5whIIn35eh4ZDP0qnykvBoMoCQuadIzA5d5xmz5Rvt4IwJiPFEjzCKlpnW21bvapDviqVIiZxuMuP3gP9enJhEFUOHtQ/9JAvTZ48yfExfWzSncx3QQxc7CKTEyxfrVy48YCUQIe7XP2zhwwJ3mJDdqOWlpbULoqNclHsVfRkZYGoycSd2enp6Zrbq+H2KIHywLwvwFTv7WtWIKLDZngm6MGoghJqUQqfqY9tMzM/y6Lo74Q6/NFipSzrTx4pgYlom/dC/0XqMKmtRztAoLn1XI7YJT3HhLaEnhBHoCaKofyrBqVc2nOM2lhtLZvuyj43VfTyQkbwwSra1iEzAnwvmKj80MGUD/Py/ocHKz0Lvze3DjWbhTHMyCKw/KQHQH7Sk654RHSKQCeYUU8x5rqr0yw9etL7D9dFufyyLsnrAAAAAElFTkSuQmCC) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}
.avaiation_wrapper .download_center .download_list .download_item .download_item_icon[data-v-23b5462f] {
  min-width: 0.14583rem;
  height: 0.14583rem;
  -webkit-align-self: end;
      -ms-flex-item-align: end;
          align-self: end;
  margin-left: 0.08333rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAAAXNSR0IArs4c6QAABMRJREFUSEuVlstvVGUYxp/3O7eZBkqkJhQTIpRL1LDQnVvRJYkNJi6MeGNNAv+AUf8BFu7UUpo2Gk0gNGEpXbtsAlHDtVDsJVoqlLQz5/K95n2/75w5ZzoYepLpXM6kv3me5718BAD8C4Kn1D7LTGfAOGYtxcxyQ+6S/NFL34JBILB/rm7W7xNAxDAGKQi3iHhimLe+pQ9RkMA2TPtqUdBJWxD0YQFYAREUvJOLGKRAgIxAGSZkBAFf2223xunJ5fa5IsOFIjcOVhhw4UDM5GSR/unD1j/zr/2TqNOHAUxoYQJGEFoEAc7T+s+tG3lmjtvcQKCFwPqBz1NY/oa6C95OVSigwDqFoUUY2Zv0+Kd2N0tNnGcGNicUlUKC5e3iRLn8M01TXjdjVkNMaWsNGMYWUWRT+numzQLLU68wJ7A1Lsed5ufhmn49P6cOYWJBq9NtztPAATNRKEApHJ9fzc5XT19Ha/TNhsGdlXk8mH638Zk6IFUaQC0NIoYoDOMCtDI1xFlqICoFWFaqQJ1l0gLuOvjpr2j3AbdW5rEw9V4N6HIwUjCiUmz1wEiAy5fanJUKJUO1VMB94QA49Nn1gcD7l5oKFVgWjRaMU6jAJQF2+zOEt7TZCmMC3N+0VBTem+wHWhhDmqPAAskvtIhaFrQ06YBZaWnu8nNF0wQe/nxuO3B5HncnTzQbx1vaA7JUKCIpmr8E2JEMyeXogTwAeOSLwcA7F7cDtelrCqOYHfDRRVHoYHnqMhSFAtx16ASCZI/79cQYfecrJC8dbKjpri9gZe5r17BMKLpPsHF/rlc0oajzGSYswBanHbGUtDVsLvlJHzKGRt/C2EeXEQ6NvNA0zTfXcPfHDyCt4voQVcGEESOWDBcnWi7DVICuD6sBDkLr5ddw5ONZRLv3/S8021jBnZlxdP75UyeGtoVOGrgeLIEPJxLNUHuxZmm9aJK9Yzj6ySziPQcGQtN/F3F7+n10H9+r7C/70LUEI4otYsnw4Q+Js1Sbn1BkQOEz1Cr1hRoPH1Boa+Rwc9Ks3VWYQPW7frtI0QRSNBFUnQLF0gcV0FuqA9wVTWMlMdTWo6dnMbTvdYVurv6hsOzZqgfVgDLWFMgOKJa2LWjh+4SzLUIqVaoKBeg2gSgsN4L+cALC9giOnr6iwNvTp5BtrvWEVW3LIAXKPhR1jFj6sM0CjJ2lXdLCkbYoLdUF7K/SLXkbJMP6adF9OvB+uXxVoc8wTnyVLnwXc1dgvlKLHJWle9845Yugt6oG7f5Kov/a+u9XfJW6tlCFiRRNpZCQCrSy1I22t7959kL91/+l377cVbVFlZ8qZCmaiNOuQdqBa37Z/Ba6LcqTG1NvSfXObHVMfYmRO7EFbrQ5IHRwJ6JwcTLqdjuIq+YvLfXA3tLvP8DUU+1VtGxPKS4FBoxQM4TambQ4pUdT0Y2si+OpThqnspw01RGxpFaMGqzO9b9JgeVYK4E6vHGTlmbMuTw1F3S0iaX9CgdWyXOiLQ9Y1GsJVSiWxjrAz+tBeKkTXM1zOpnLlNFtUWYofdh/kuqX1LxPkneVoR/eoU6ba6+0inE1QaDLHXO2sOZMUfAxW1As0N5xfwfF6k/dammA1AS4FRg7sb9l9aj/H+o8+yUc3MeTAAAAAElFTkSuQmCC) no-repeat center;
  background-size: contain;
}
.avaiation_wrapper .avaiation_center[data-v-23b5462f] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  padding: 0.19792rem 0.4375rem 0.21354rem 0.4375rem;
  -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;
}
.avaiation_wrapper .avaiation_center .avaiation_title[data-v-23b5462f] {
  width: 100%;
  height: 0.13542rem;
  font-family: MicrosoftYaHei;
  font-size: 0.10417rem;
  color: #333333;
  line-height: 0.13542rem;
  text-align: center;
  font-style: normal;
  margin-bottom: 0.1875rem;
}
.avaiation_wrapper .avaiation_center .avaiation_content[data-v-23b5462f] {
  -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;
}
.avaiation_wrapper .avaiation_center .avaiation_content .avaiation_content_bg[data-v-23b5462f] {
  width: 1.20833rem;
  height: 100%;
  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;
}
.avaiation_wrapper .avaiation_center .avaiation_content .avaiation_content_bg .bg[data-v-23b5462f] {
  width: 100%;
  height: 0.67708rem;
  background: url(../../assets/img/pic01.47ed7036.png) no-repeat center;
  background-size: cover;
}
.avaiation_wrapper .avaiation_center .avaiation_content .avaiation_content_bg .bg[data-v-23b5462f]:nth-child(2) {
  background: url(../../assets/img/pic02.b19bcfea.png) no-repeat center;
}
.avaiation_wrapper .avaiation_center .avaiation_content .avaiation_content_list[data-v-23b5462f] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 0.11458rem;
  cursor: pointer;
}
.avaiation_wrapper .avaiation_center .avaiation_content .avaiation_content_list .avaition_content_item[data-v-23b5462f] {
  width: 100%;
  padding-left: 0.04688rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.avaiation_wrapper .avaiation_center .avaiation_content .avaiation_content_list .avaition_content_item .avaition_content_title[data-v-23b5462f] {
  min-height: 0.09896rem;
  font-family: MicrosoftYaHei;
  font-size: 0.07292rem;
  color: #333333;
  line-height: 0.09896rem;
  text-align: left;
  font-style: normal;
  position: relative;
  margin-bottom: 0.02083rem;
}
.avaiation_wrapper .avaiation_center .avaiation_content .avaiation_content_list .avaition_content_item .avaition_content_title[data-v-23b5462f]:before {
  content: "·";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -0.04688rem;
  margin: auto;
}
.avaiation_wrapper .avaiation_center .avaiation_content .avaiation_content_list .avaition_content_item .avaition_content_time[data-v-23b5462f] {
  height: 0.09896rem;
  font-family: MicrosoftYaHei;
  font-size: 0.07292rem;
  color: rgba(51, 51, 51, 0.35);
  line-height: 0.09896rem;
  text-align: left;
  font-style: normal;
  margin-bottom: 0.07813rem;
}
@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;
}
.fly_rank_wrapper {
  width: 100%;
  height: 100%;
}
.fly_rank_wrapper .swiper-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
.fly_rank_wrapper .swiper-pagination {
  /* 如果需要，可以添加对齐方式，例如对齐到父容器的底部 */
  position: absolute;
  /* 这里的父容器需要是相对定位或绝对定位 */
  z-index: 1; /* 确保分页器在所有内容之上 */
}
.fly_rank_wrapper .fly_rank_carousel_item_child {
  width: 1.92708rem;
  height: 100%;
  padding-left: 0.10417rem;
  position: relative;
  -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-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fly_rank_wrapper .fly_rank_carousel_item_child:nth-last-child(1) {
  padding-right: 0;
}
.fly_rank_wrapper .fly_rank_carousel_item_child .fly_rank_carousel_item_child_title {
  border-radius: 50%;
  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;
  padding-bottom: 0.11979rem;
}
.fly_rank_wrapper .fly_rank_carousel_item_child .fly_rank_carousel_item_child_title .title_name {
  width: 1.92708rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 0.125rem;
  font-weight: bold;
  font-size: 0.09375rem;
  color: #333333;
  line-height: 0.125rem;
  text-align: center;
  font-style: normal;
  margin-top: 0.0625rem;
}
.fly_rank_wrapper .fly-list {
  width: 1.92708rem;
  height: 0.33333rem;
  border-radius: 0.02083rem;
  background-size: 100% 0.33333rem;
  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;
  float: left;
  margin-right: 0.10417rem;
  margin-bottom: 0.03125rem;
}
.fly_rank_wrapper .fly-list:nth-last-child(1) {
  margin-bottom: 0.20833rem;
}
.fly_rank_wrapper .fly-list .text-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  padding-left: 0.38542rem;
  padding-top: 0.09375rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.fly_rank_wrapper .fly-list .text-content .left-content .text {
  font-weight: bold;
  font-size: 0.08333rem;
  color: #333333;
}
.fly_rank_wrapper .fly-list .text-content .left-content .teamsName {
  height: 0.09375rem;
  font-size: 0.07292rem;
  margin-top: 0.01042rem;
  color: #7d7f80;
  line-height: 0.09375rem;
  text-align: left;
  font-style: normal;
}
.fly_rank_wrapper .fly-list .text-content .right-content {
  padding: 0.05208rem 0.20833rem 0 0;
}
.fly_rank_wrapper .fly-list .text-content .right-content .result {
  width: 0.21354rem;
  height: 0.14063rem;
  font-family: ArialMT;
  font-size: 0.125rem;
  color: #000000;
  line-height: 0.14583rem;
  text-align: right;
  font-style: normal;
}
@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;
}
.teacher_wrapper {
  width: 100%;
  height: 2.34375rem;
}
.teacher_wrapper .swiper-wrapper {
  height: 2.34375rem;
}
.teacher_wrapper .swiper-pagination {
  /* 如果需要，可以添加对齐方式，例如对齐到父容器的底部 */
  position: absolute;
  /* 这里的父容器需要是相对定位或绝对定位 */
  z-index: 1; /* 确保分页器在所有内容之上 */
}
.teacher_wrapper .carousel_item_child {
  width: 1.51042rem;
  position: relative;
  height: 2.1875rem;
  cursor: pointer;
  background: url(../../assets/img/MsBK_01.b63e030a.png) no-repeat center;
  background-size: cover;
  margin-right: 0.09375rem;
  padding: 0.19792rem 0.16146rem 0.20833rem 0.22396rem;
  -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-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.teacher_wrapper .carousel_item_child:nth-last-child(1) {
  margin-right: 0;
}
.teacher_wrapper .carousel_item_child .carousel_item_child_img {
  width: 0.83333rem;
  border-radius: 50%;
  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;
}
.teacher_wrapper .carousel_item_child .carousel_item_child_img img {
  width: 100%;
  height: 0.83333rem;
  border-radius: 50%;
}
.teacher_wrapper .carousel_item_child .carousel_item_child_img .teacher_name {
  height: 0.125rem;
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: bold;
  font-size: 0.09375rem;
  color: #333333;
  line-height: 0.125rem;
  font-style: normal;
  margin-top: 0.0625rem;
}
.teacher_wrapper .carousel_item_child .teacher_leval_box {
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 1.51042rem;
  min-height: 0.38542rem;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
}
.teacher_wrapper .carousel_item_child .teacher_leval_box .teacher_leval {
  float: left;
  height: 0.09375rem;
  margin: 0.03125rem 0.02083rem 0 0;
  height: 18px;
  font-weight: bold;
  font-size: 0.0625rem;
  color: #ffffff;
  line-height: 0.08333rem;
  text-align: right;
  font-style: normal;
}
.teacher_wrapper .carousel_item_child .carousel_item_child_content {
  width: 100%;
  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-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 0.09375rem;
}
.teacher_wrapper .carousel_item_child .carousel_item_child_content .carousel_item_child_label {
  width: 100%;
  height: 0.125rem;
  font-family: MicrosoftYaHei;
  font-size: 0.07292rem;
  color: #bbbbbb;
  line-height: 0.125rem;
  text-align: left;
  font-style: normal;
}
.teacher_wrapper .carousel_item_child .carousel_item_child_content .carousel_item_child_value {
  height: 0.25rem;
  font-family: MicrosoftYaHei;
  font-size: 0.07292rem;
  color: #888888;
  line-height: 0.125rem;
  text-align: left;
  font-style: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@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;
}
.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_list {
  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; /* 水平居中 */
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* 垂直居中 */
}
.school_list .school_wrappers {
  min-width: 2.01042rem;
  max-width: 2.01042rem;
  height: 100%;
  margin-right: 0.10938rem;
  cursor: pointer;
}
.school_list .school_wrappers .school_body_mask {
  position: relative;
}
.school_list .school_wrappers .school_body_mask::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 2.41667rem;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
  border-radius: 0 0 0.06771rem 0.06771rem;
}
.school_list .school_wrappers .swiper_top {
  width: 100%;
  height: 1.13021rem;
}
.school_list .school_wrappers .swiper_top img {
  width: 100%;
  height: 100%;
}
.school_list .school_wrappers .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_list .school_wrappers .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_list .school_wrappers .swiper_content .swiper_content_value {
  height: 0.98958rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  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 {
  -webkit-transform: translateX(-2.01042rem);
          transform: translateX(-2.01042rem);
}
.school_swiper_i .wrappers {
  width: 100%;
  position: relative;
}
.school_swiper_i .swiper1 {
  height: 2.6875rem;
}
.school_swiper_i .swiper1 .swiper-pagination {
  -webkit-transform: translateX(2.01042rem);
          transform: translateX(2.01042rem);
}
.school_swiper_i .swiper1 .swiper-wrapper {
  height: 100%;
}
.school_swiper_i .swiper1 .swiper-wrapper .swiper-slide,
.school_swiper_i .swiper1 .swiper-wrapper .custom-slide {
  position: relative;
  height: 2.41667rem;
  cursor: pointer;
}
.school_swiper_i .swiper1 .swiper-wrapper .swiper-slide .body,
.school_swiper_i .swiper1 .swiper-wrapper .custom-slide .body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.school_swiper_i .swiper1 .swiper-wrapper .swiper-slide .swiper_top,
.school_swiper_i .swiper1 .swiper-wrapper .custom-slide .swiper_top {
  width: 100%;
  height: 1.13021rem;
}
.school_swiper_i .swiper1 .swiper-wrapper .swiper-slide .swiper_top img,
.school_swiper_i .swiper1 .swiper-wrapper .custom-slide .swiper_top img {
  width: 100%;
  height: 100%;
}
.school_swiper_i .swiper1 .swiper-wrapper .swiper-slide .swiper_content,
.school_swiper_i .swiper1 .swiper-wrapper .custom-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 .swiper1 .swiper-wrapper .swiper-slide .swiper_content .swiper_content_title,
.school_swiper_i .swiper1 .swiper-wrapper .custom-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 .swiper1 .swiper-wrapper .swiper-slide .swiper_content .swiper_content_value,
.school_swiper_i .swiper1 .swiper-wrapper .custom-slide .swiper_content .swiper_content_value {
  height: 0.98958rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  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 .swiper1 .swiper-wrapper .swiper-slide:first-child {
  margin-left: 0.13542rem;
}
.school_swiper_i .swiper1 .swiper-wrapper .swiper-slide-next ～ div .body {
  background: transparent;
}
.school_swiper_i .swiper1 .swiper-wrapper .swiper-slide-next .body {
  background: transparent;
}
.school_swiper_i .swiper1 .swiper-wrapper .no-mask .body {
  background: transparent;
}
@charset "UTF-8";
.clearfix[data-v-024f1084]::after {
  content: "";
  display: table;
  clear: both;
}
.btn[data-v-024f1084] {
  cursor: pointer;
}
.pointer[data-v-024f1084] {
  cursor: pointer;
}
.flex[data-v-024f1084] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

/* 边距 end */
.layout-wrapper[data-v-024f1084] {
  height: 100vh;
}
.layout-session[data-v-024f1084] {
  overflow: hidden;
}
.btn[data-v-024f1084] {
  cursor: pointer;
}
header h1[data-v-024f1084] {
  margin: 0;
  float: left;
  font-size: 0.16667rem;
  font-weight: 400;
  height: 100%;
}
header h1 a[data-v-024f1084] {
  color: #333;
  text-decoration: none;
  display: block;
  height: 100%;
}
.el-menu.el-menu--horizontal[data-v-024f1084] {
  border: 0;
}
a[data-v-024f1084] {
  color: #333;
  text-decoration: none;
  display: block;
  height: 100%;
}
.el-submenu[data-v-024f1084] {
  height: 100%;
}
.fixed[data-v-024f1084] {
  position: fixed !important;
  top: 0;
  left: 0;
}
.el-message[data-v-024f1084] {
  margin-top: 0.3125rem !important;
  min-width: auto; /* 设置最小宽度为自动 */
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; /* 设置宽度为内容自适应 */
}
.cursor[data-v-024f1084] {
  cursor: pointer;
}
.customClass[data-v-024f1084] {
  border-radius: 0.0625rem;
  width: 1.72917rem;
}
.btn[data-v-024f1084] {
  cursor: pointer;
}
.btnTruesCopy[data-v-024f1084] {
  background: #3d6bca !important;
  border: 0.00521rem solid #3d6bca;
  color: #fff;
  float: right;
  margin-right: 0.86458rem;
}
.btnFalsesCopy[data-v-024f1084] {
  background: #fff !important;
  border: 0.00521rem solid #3d6bca;
  color: #4974ce;
  float: left;
  margin-left: 0.86458rem;
}
.btnTrues[data-v-024f1084] {
  background: #3d6bca !important;
  border: 0.00521rem solid #3d6bca;
  color: #fff;
  float: right;
  margin-right: 0.34375rem;
}
.btnFalses[data-v-024f1084] {
  background: #fff !important;
  border: 0.00521rem solid #3d6bca;
  color: #4974ce;
  float: left;
  margin-left: 0.34375rem;
}
.cursor[data-v-024f1084] {
  cursor: pointer;
}
.more_wrapper[data-v-024f1084] {
  width: 100%;
  height: 1.42708rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background-color: #fff;
  padding: 0.15625rem 0.3125rem 0 0.3125rem;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.more_wrapper .more_item[data-v-024f1084] {
  width: 0.83333rem;
  height: 100%;
  -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: 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;
}
.more_wrapper .more_item[data-v-024f1084]:nth-child(1) {
  border-radius: 0.05208rem 0 0 0.05208rem;
}
.more_wrapper .more_item[data-v-024f1084]:nth-child(6n) {
  border-radius: 0.05208rem 0 0 0.05208rem;
}
.more_wrapper .more_item[data-v-024f1084]:nth-child(5n) {
  border-radius: 0 0.05208rem 0.05208rem 0;
}
.more_wrapper .more_item .item_img[data-v-024f1084] {
  width: 0.83333rem;
  height: 0.83333rem;
}
.more_wrapper .more_item .item_img img[data-v-024f1084] {
  width: 100%;
  height: 100%;
}
.more_wrapper .more_item .title-box[data-v-024f1084] {
  height: 0.1875rem;
  margin-top: 0.05208rem;
}
.more_wrapper .more_item .item_title[data-v-024f1084] {
  font-family: MicrosoftYaHei;
  font-size: 0.07292rem;
  color: #333333;
  text-align: center;
  font-style: normal;
}
.more_wrapper .dark[data-v-024f1084] {
  background: -webkit-gradient(linear, left top, left bottom, from(#c9d3dd), to(#9cabb9));
  background: linear-gradient(180deg, #c9d3dd 0%, #9cabb9 100%);
}
@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;
}
.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.24479rem);
}
.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 {
  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;
}
.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.c9954192.css.map*/