
@font-face {
    font-family: '\601D\6E90\9ED1\4F53';
    src: url(../../static/fonts/SourceHanSansCN-Regular.11c302d.otf);
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@font-face {
    font-family: '\79B9\536B\4E66\6CD5\884C\4E66\7B80\4F53';
    src: url(../../static/fonts/yvwei.4ee73b2.ttf);
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* 重置样式表 */
* {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","\5FAE\8F6F\96C5\9ED1",Arial,sans-serif;
}
ul,
ol {
  list-style: none;
}
em,
i {
  font-style: normal;
}
a {
  text-decoration: none;
  color: #000;
}
input {
  border: none;
  background-color: transparent;
  outline-color: rgb(50, 255, 159) !important;
}
select {
  background: white;
}
select,
textarea {
  outline-color: rgb(50, 255, 159) !important;
}
select option:hover {
  background: #bfbfbf !important;
}
body,
html,
#app {
  height: 100%;
  font-size: 0.083333rem;
  /* min-width: 810px;
	    min-height: 600px; */
}
body {
  position: relative;
  /* overflow-x: hidden; */
  -webkit-font-smoothing: antialiased;
}

/*公用*/
#app {
  background: #f4f5fa;
  font-size: 0.083333rem !important;
}
.clearfix:after,
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.hide {
  display: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.fff {
  color: #fff;
}
.eee {
  color: #000;
}

/*谷歌、safari、qq浏览器、360浏览器滚动条样式*/

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
  width: 0.026042rem;
  height: 0.052083rem;
  background-color: #f5f5f5;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0.03125rem rgba(0, 0, 0, 0.3);
  border-radius: 0.052083rem;
  background-color: #f5f5f5;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
  border-radius: 0.052083rem;
  -webkit-box-shadow: inset 0 0 0.03125rem rgba(0, 0, 0, 0.3);
  background-color: #bdbdbd;
}

/*滑块效果*/
::-webkit-scrollbar-thumb:hover {
  border-radius: 0.026042rem;
  -webkit-box-shadow: inset 0 0 0.026042rem rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.4);
}
input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #bababa;
  font-size: 0.072917rem;
}
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #bababa;
  font-size: 0.072917rem;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #bababa;
  font-size: 0.072917rem;
}
input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #bababa;
  font-size: 0.072917rem;
}

/*IE滚动条颜色*/
html {
  scrollbar-face-color: #bfbfbf;
  /*滚动条颜色*/
  scrollbar-highlight-color: #000;
  scrollbar-3dlight-color: #000;
  scrollbar-darkshadow-color: #000;
  scrollbar-shadow-color: #adadad;
  /*滑块边色*/
  scrollbar-arrow-color: rgba(0, 0, 0, 0.4);
  /*箭头颜色*/
  scrollbar-track-color: #eeeeee;
  /*背景颜色*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.el-aside {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: auto;
  font-size: 0.072917rem !important;
  white-space: nowrap;
  max-width: 1.302083rem !important;
}
.el-aside .left-bar {
  padding: 0 !important;
}
.el-aside .left-bar .left-bar-logo {
  padding: 0.3125rem 0;
  margin-bottom: 0.15625rem;
}
.el-aside .left-bar .left-bar-logo img {
  margin: 0 0.15625rem !important;
  width: calc(100% - 0.3125rem);
}
.el-aside .left-bar {
  width: 100% !important;
}
.el-aside .left-bar img {
  width: 0.09375rem;
}
.el-aside .left-bar li a {
  display: block;
  width: 100%;
}
.el-aside .left-bar li {
  padding: 0 0.15625rem !important;
  width: auto;
}
.el-aside .left-bar1 {
  text-align: center;
}
.el-aside .left-bar1 img {
  width: 0.135417rem;
}

/* .el-aside .left-bar1 */
button {
  outline: none;
}
.table {
  border: none;
  width: 100%;
}
.table > div {
  border-radius: 0.020833rem;
  overflow: auto;
  width: 100%;
  height: 100%;
}
.table table {
  width: 100%;
  text-align: center;
  white-space: nowrap;
  border-collapse: collapse;
}
.table table thead {
  background: rgba(247, 248, 255, 1);
  border-radius: 0.03125rem;
  font-family: "\601D\6E90\9ED1\4F53";
  font-size: 0.083333rem;
}
.table table thead td {
  border: 0.005208rem solid white;
}
.table table tbody tr,
.table table thead tr:nth-of-type(1) {
  height: 0.260417rem;
}
.table table tr td {
  padding: 0 0.026042rem !important;
  color: #323053;
}
.table table tbody td {
  border: 0.005208rem solid rgba(237, 238, 246, 1);
  white-space: nowrap;
  font-size: 0.083333rem;
}
.table table tbody tr:nth-of-type(even) {
  background: rgba(243, 255, 250, 1);
  border-radius: 0.03125rem;
}
.table table tbody tr:nth-of-type(odd) {
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
}
.closeALL {
  margin: 0 !important;
  position: absolute !important;
  right: 0 !important;
  top: 0 !important;
  border-radius: 0 0.020833rem 0 0.130208rem !important;
  width: 0.15625rem !important;
  height: 0.15625rem !important;
  text-align: center !important;
  padding: 0 !important;
  color: rgba(143, 143, 143, 1) !important;
  background: rgba(237, 240, 242, 1) !important;
  cursor: pointer;
  border: none;
  outline: none;
}
.closeALL > i {
  font-weight: 600;
}
.btn_close_red {
  /* background: #f34f4f;
  outline: none;
  border: none;
  cursor: pointer;
  margin: 0 10px;
  color: white;
  border-radius: 300px;
  height: 36px !important;
  line-height: 36px !important;
  width: 90px;
  box-shadow: none;
  box-sizing: border-box;
  font-size: 16px;
  text-align: center; */
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  outline: none;
  border: none;
  cursor: pointer;
  margin: 0 0.052083rem;
  color: white;
  border-radius: 1.5625rem;
  height: 0.1875rem !important;
  line-height: 0.1875rem !important;
  width: 0.46875rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.083333rem;
  text-align: center;
}
.btn_close_white {
  background: #fff;
  outline: none;
  border: none;
  cursor: pointer;
  margin: 0 0.052083rem;
  color: #666;
  border-radius: 1.5625rem;
  height: 0.1875rem !important;
  line-height: 0.1875rem !important;
  width: 0.46875rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.005208rem solid #f1f1f1;
  font-size: 0.083333rem;
  text-align: center;
}
.btn_close_green {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  outline: none;
  border: none;
  cursor: pointer;
  margin: 0 0.052083rem;
  color: white;
  border-radius: 1.5625rem;
  height: 0.1875rem !important;
  line-height: 0.1875rem !important;
  width: 0.46875rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.083333rem;
  text-align: center;
}

/*  <div style="display: inline-block;border:none" class="allSelect_style" @click="isTrue=!isTrue">
      {{teach.teacherName}}
      <i class="el-icon-caret-bottom"></i>
      <div class="allSelect_option" v-if="isTrue">
        <div v-for="(o, i) in teacherDate" :key="i">
          <p @click="teach.teacherName=o.username,teach.teachId=o.aid">{{o.username}}</p>
        </div>
      </div>
    </div> */
.allSelect_style {
  cursor: pointer;
  color: #a3a3ad;
  font-size: 0.09375rem;
  font-weight: 500;
  margin-right: 0.130208rem;
  line-height: 200%;
  border: 0.005208rem solid rgba(221, 225, 229, 1);
  position: relative;
  padding: 0 0.052083rem;
  padding-right: 0.104167rem;
  white-space: nowrap;
}
.allSelect_style .el-icon-caret-bottom {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
}
.allSelect_option {
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  background: white;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  max-height: 1.302083rem;
  overflow: auto;
  z-index: 666;
  text-align: center;
}
.allSelect_option p {
  border-bottom: 0.005208rem solid rgba(221, 222, 232, 1);
  cursor: pointer;
  white-space: nowrap;
}
.allSelect_option p:hover {
  background: #eeeffa;
  color: #88879c;
}
.allFixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0, 0, 0, 0.3);
  z-index: 10;
}
.allFixed > div {
  position: absolute;
  left: 50%;
  top: 0.520833rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: white;
  -webkit-box-shadow: 0 0 0.145833rem 0.010417rem rgba(113, 113, 113, 0.1);
          box-shadow: 0 0 0.145833rem 0.010417rem rgba(113, 113, 113, 0.1);
  border-radius: 0.026042rem;
  padding: 0.15625rem;
}
.header_nav {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
  opacity: 0.8;
  border-radius: 0.208333rem;
  line-height: 0.208333rem;
  height: 0.208333rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(50, 48, 83, 1);
  font-size: 0;
}
.header_nav > span,
.header_nav > div {
  height: 0.208333rem;
  cursor: pointer;
  padding: 0 0.083333rem;
  white-space: nowrap;
  display: inline-block;
  margin: 0;
  border-radius: 0.208333rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.09375rem;
}
.header_nav .active {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border-radius: 0.208333rem;
  color: white;
  height: 0.208333rem;
}
.work_neirong {
  width: 90%;
  height: 1.041667rem;
  overflow: auto;
  background: rgba(245, 247, 254, 1);
  border: 0.005208rem solid rgba(244, 246, 252, 1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.work_neirong_nav {
  height: 0.166667rem;
  background: #f4f6fc;
  border: 0.005208rem solid rgba(244, 246, 252, 1);
  /* box-sizing: border-box; */
}
.work_neirong_nav_btn {
  font-weight: 400;
  font-size: 0.083333rem;
  color: rgba(136, 135, 156, 1);
  width: 0.885417rem;
  text-align: center;
  float: left;
  line-height: 0.166667rem;
  height: 0.166667rem;
  font-family: "\601D\6E90\9ED1\4F53";
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.work_neirong_nav_active {
  background: white;
  font-weight: 500;
  color: rgba(71, 147, 251, 1);
}
.work_neirong_ul {
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.work_neirong_ul_li {
  width: 100%;
  background: white;
  margin-bottom: 0.104167rem;
  font-size: 0.072917rem;
  font-family: "\601D\6E90\9ED1\4F53";
  font-weight: 400;
  color: #999999;
  line-height: 0.125rem;
  padding: 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.work_neirong_ul_li_h3 {
  font-size: 0.083333rem;
  font-family: "\601D\6E90\9ED1\4F53";
  font-weight: 500;
  color: rgba(50, 48, 83, 1);
}
.work_neirong_ul_li_active1 {
  border-left: 0.010417rem solid #009a44;
}
.work_neirong_ul_li_active2 {
  border-left: 0.010417rem solid #f8d10a;
}
.work_neirong_ul_li_active3 {
  border-left: 0.010417rem solid #f4352b;
}
.work_neirong_ul_li_main {
  color: rgba(105, 105, 115, 1);
}
.work_neirong_ul_li_bars {
  height: 0.09375rem;
  line-height: 0.09375rem;
}
.work_neirong_ul_li_bar {
  float: left;
  padding: 0 0.052083rem;
  border-right: 0.010417rem solid #d2d2d2;
}
.work_neirong_ul_li_bar:first-child {
  padding-left: 0;
}
.work_neirong_ul_li_bar:last-child {
  border: none;
}
.yelow {
  color: #ffdb32;
}
.el-date-picker-newStyle .el-date-editor.el-input .el-input__inner {
  border: none;
  /* padding: 0; */
  background: none;
}
.section_table .section_table_trInput input.el-input__inner {
  background: rgba(245, 249, 252, 1);
  border: 0.005208rem solid rgba(242, 242, 244, 1);
  border-radius: 0.020833rem;
  width: 100%;
  height: 0.208333rem;
  min-width: 1.041667rem;
}
.allFixed table td > div .span-input .el-input__inner {
  background: transparent !important;
}
button,
select,
input {
  font-size: 0.083333rem;
}
.bor .days li .posixi img {
  width: 0.083333rem;
}
.isDisplay {
  position: relative;
  cursor: pointer;
  height: 0.166667rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 0.3125rem;
  margin: 0 auto;
}
.isDisplay_title {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
}
.isDisplay_title>div:hover {
  background: #eee;
}
.isDisplay_title>div:nth-of-type(1):hover {
  background: #3699ff;
}
.isDisplay .blue {
  background: #3699ff;
  color: white;
  outline: none;
  border: none;
  cursor: pointer;
  padding: 0 0.026042rem;
  height: 100%;
  line-height: 0.166667rem;
}
.isDisplay .option {
  line-height: 0.197917rem;
}
.isDisplay .optionhover:hover {
  background: #f2f2f1;
}

/* .container /deep/ .el-select .el-input__inner,
.container /deep/  .el-input__inner,
.container /deep/ .el-date-editor,
.container /deep/ .el-input__icon,
.container /deep/ .el-date-editor .el-range-separator{
  line-height: 32px;
  height: 32px;
  vertical-align: middle
}
.container /deep/ .el-button{
  line-height: 0.5;
  height: 32px;
  vertical-align: middle
} */
.el-aside {
  /* overflow-y: scroll; */
  scrollbar-color: rgba(0,0,0,.2) #18C6B0;
  scrollbar-track-color: transparent;
  -ms-scrollbar-track-color: transparent;
}

/* //设置整个滚动条宽高 */
.el-aside::-webkit-scrollbar {
  width: 0.03125rem;
  height: 100%;
}

/* //设置滑块 */
.el-aside::-webkit-scrollbar-thumb {
  width: 0.020833rem;
  height: 0.3125rem;
  background-color: #ccc;
  border-radius: 0.015625rem;
}

/* //设置背景透明 */
.el-aside::-webkit-scrollbar-track {
  border-radius: 0.052083rem;
  background-color: rgba(255,255,255,.5);
}
.el-dropdown-menu  .el-dropdown-menu__item {
  padding: 0 !important;
}
.el-dropdown-menu  .el-dropdown-menu__item p {
  padding: 0 0.104167rem;
}
.select_overflowx_hid .el-scrollbar .el-select-dropdown__wrap,
.pagination_overflowx_hid .el-scrollbar .el-select-dropdown__wrap {
  overflow-x: hidden;
}
.table_pagination {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 0.052083rem;
}
.name-wrapper {
  cursor: default;
}
.header_search .el-input-group__append .el-button {
  background: -webkit-gradient(
            linear,
            left bottom, left top,
            from(rgba(0, 180, 191, 1)),
            to(rgba(66, 230, 149, 1))
        );
  background: linear-gradient(
            0deg,
            rgba(0, 180, 191, 1) 0%,
            rgba(66, 230, 149, 1) 100%
        );
  color: white;
  font-weight: 800;
  cursor: pointer;
  vertical-align: middle;
  border-radius: 0 0.020833rem 0.020833rem 0;
}
.header_search .el-input-group__append .el-button:hover {
  background: -webkit-gradient(
          linear,
          left bottom, left top,
          from(rgba(66, 230, 149, 1)),
          to(rgba(0, 180, 191, 1))
      );
  background: linear-gradient(
          0deg,
          rgba(66, 230, 149, 1) 0%,
          rgba(0, 180, 191, 1) 100%
      );
}
.header_search .el-input-group__append .el-button:active {
  background: -webkit-gradient(
          linear,
          left bottom, left top,
          to(rgba(0, 180, 191, 1))
      );
  background: linear-gradient(
          0deg,
          rgba(0, 180, 191, 1) 100%
      );
}
.export_btn {
  float: right;
  background: -webkit-gradient(linear,left top, left bottom,from(#8dbbfa),to(#5194f3));
  background: linear-gradient(#8dbbfa,#5194f3);
  -webkit-box-shadow: 0 0 0.026042rem 0 #8dbbfa;
          box-shadow: 0 0 0.026042rem 0 #8dbbfa;
  border: rgba(0, 180, 191, 1);
}
.export_btn:hover {
  background: -webkit-gradient(linear,left top, left bottom,from(#5194f3),to(#8dbbfa));
  background: linear-gradient(#5194f3,#8dbbfa);
  -webkit-box-shadow: 0 0 0.026042rem 0 #8dbbfa;
          box-shadow: 0 0 0.026042rem 0 #8dbbfa;
  border: rgba(0, 180, 191, 1);
}
.export_btn:active {
  background: -webkit-gradient(linear, left top, left bottom, from(#5194f3));
  background: linear-gradient(#5194f3);
  -webkit-box-shadow: 0 0 0.026042rem 0 #8dbbfa;
          box-shadow: 0 0 0.026042rem 0 #8dbbfa;
  border: rgba(0, 180, 191, 1);
}
.el-table th.gutter {
  width: 0.088542rem !important;
  display: table-cell!important;
}
.login-main[data-v-99bfbb66] {
  height: 100%;
  background: url(../../static/img/bg.11ebbb1.png) no-repeat 100% 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  overflow: auto;
  min-height: 4.166667rem;
  background-size: cover;
  background-position: center;
}
.content[data-v-99bfbb66] {
  width: 50%;
  height: 55%;
  min-width: 1.5625rem;
  min-height: 3.125rem;
  border-radius: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  background: #fff;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.content1[data-v-99bfbb66] {
  width: 100%;
  height: 100%;
  padding: 0.260417rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.left-bar-logo[data-v-99bfbb66] {
  background: url(../../static/img/bar.eb2e1c0.png) no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-size: 100% 100%;
  -webkit-box-flex: 7;
      -ms-flex: 7;
          flex: 7;
}
.loginup[data-v-99bfbb66] {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  line-height: 0.208333rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.loginup h3[data-v-99bfbb66],
.loginup p[data-v-99bfbb66],
.loginup div[data-v-99bfbb66] {
  width: 100%;
  text-align: left;
}
p[data-v-99bfbb66] {
  margin-top: 0.125rem;
}
input[data-v-99bfbb66],
.content1 button[data-v-99bfbb66] {
  border: none;
  outline: none;
  background-color: #f2f2f6;
  height: 0.197917rem;
  border-radius: 0.119792rem;
  width: 100%;
  padding-left: 0.333333rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.09375rem;
}
.content1 button[data-v-99bfbb66] {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  padding-left: 0;
  color: #f2f2f6;
  font-size: 0.104167rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  cursor: pointer;
}
.btn[data-v-99bfbb66] {
  background: RGBA(0, 0, 0, 0.6);
  color: #fff;
}
.posi[data-v-99bfbb66] {
  position: relative;
}
.posi img[data-v-99bfbb66] {
  position: absolute;
  top: 50%;
  left: 0.104167rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 60%;
}
.wrong[data-v-99bfbb66] {
  color: red;
}
.br[data-v-99bfbb66] {
  border: red 0.005208rem solid;
}
.loginup_img[data-v-99bfbb66] {
  width: 60%;
}
.modify_password[data-v-99bfbb66] {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.modify_password h3[data-v-99bfbb66] {
  height: 0.520833rem;
  line-height: 0.520833rem;
  width: calc(100% - 0.520833rem);
  font-size: 0.125rem;
  font-family: '\601D\6E90\9ED1\4F53';
  font-weight: bold;
  color: #333333;
  text-align: center;
  margin: 0 0.260417rem;
  border-bottom: 0.005208rem #f5f5f5 solid;
}
.modify_password table[data-v-99bfbb66] {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  white-space: nowrap;
  border-collapse: separate;
  border-spacing: 0.052083rem;
}
.modify_password table td[data-v-99bfbb66]:nth-of-type(odd) {
  width: 0.520833rem;
  text-align: right;
  vertical-align: text-top;
  line-height: 0.208333rem;
}
.modify_password table td[data-v-99bfbb66]:nth-of-type(even) {
  width: 1.5625rem;
}
.modify_password table td[data-v-99bfbb66]:nth-of-type(even) .el-input .el-input__inner {
  text-align: center;
}
.modify_password table td:nth-of-type(even)>span[data-v-99bfbb66] {
  font-size: 0.072917rem;
  font-family: '\601D\6E90\9ED1\4F53';
  font-weight: 400;
  color: #333333;
  opacity: 0.5;
}
.PC_login[data-v-78200659] {
  height: 100%;
  background: url(../../static/img/logbj.cc139df.png);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: auto;
  min-height: 3.385417rem;
  padding: 0.260417rem;
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
}
.content[data-v-78200659] {
  width: 100%;
  height: 100%;
  min-width: 1.5625rem;
  min-height: 3.125rem;
  border-radius: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.left-bar-logo[data-v-78200659] {
  background: url(../../static/img/tuan.d1aa65f.png) no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-size: auto 100%;
  background-position: top right;
  -webkit-box-flex: 6;
      -ms-flex: 6;
          flex: 6;
}
.loginup[data-v-78200659] {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
  line-height: 0.208333rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.260417rem;
}
.loginup > div[data-v-78200659] {
  height: 100%;
  position: relative;
}
.loginup h3[data-v-78200659],
.loginup p[data-v-78200659],
.loginup > div[data-v-78200659] {
  width: 70%;
  text-align: left;
  /* margin: 0 auto; */
}
.login[data-v-78200659] {
  position: absolute;
  width: 100%;
  top: 50%;
  height: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.loginup h3[data-v-78200659] {
  font-size: 0.1875rem;
}
.loginup h3 p[data-v-78200659] {
  font-size: 0.083333rem;
  color: #ccc;
  margin-top: 0;
  margin-bottom: 0.083333rem;
}
p[data-v-78200659] {
  margin-top: 0.125rem;
}
input[data-v-78200659] {
  border: none;
  outline: none;
  background-color: #f2f2f6;
  height: 0.25rem;
  border-radius: 0.052083rem;
  width: 100%;
  padding-left: 0.333333rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.posi[data-v-78200659] {
  position: relative;
}
.posi img[data-v-78200659] {
  position: absolute;
  top: 50%;
  left: 0.104167rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.wrong[data-v-78200659] {
  color: red;
}
.br[data-v-78200659] {
  border: red 0.005208rem solid;
}
.loginup .footer_bar[data-v-78200659] {
  text-align: center;
  width: 100%;
}
.loginup .footer_bar img[data-v-78200659] {
  width: 0.260417rem;
  cursor: pointer;
}
.loginup_top_img img[data-v-78200659] {
  width: 1.041667rem;
}
.footer_bar_border[data-v-78200659] {
  border-bottom: 0.005208rem solid #ccc;
}
.content_uppassword[data-v-78200659] {
  width: 5.208333rem;
  height: 3.125rem;
  background: white;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  border-radius: 0.15625rem;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.content_uppassword_main[data-v-78200659] {
  width: 2.604167rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.content_uppassword_main_header[data-v-78200659] {
  text-align: center;
}
.content_uppassword_main_header h2[data-v-78200659] {
  font-size: 0.166667rem;
}
.content_uppassword_main_header p[data-v-78200659] {
  font-size: 0.072917rem;
  color: #ccc;
}
.content_uppassword_main_body[data-v-78200659] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content_uppassword_main_body span[data-v-78200659]:nth-of-type(1) {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
}
.content_uppassword_main_body span[data-v-78200659]:nth-of-type(2) {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.content_uppassword_main_body button[data-v-78200659] {
  height: 100%;
}
.Mobile_login[data-v-78200659] {
  width: 100%;
  height: 100%;
  background: white;
  font-size: 1rem;
}
.Mobile_login .el-input[data-v-78200659] {
  width: 80%;
  height: 1rem;
}
.Mobile_login input[data-v-78200659] {
  line-height: 1rem;
  height: 1rem;
  width: 100%;
  background: white;
}
.Mobile_login_index_center[data-v-78200659] {
  -webkit-box-shadow: 0 0 0.239583rem 0 rgba(20, 75, 125, 0.16);
          box-shadow: 0 0 0.239583rem 0 rgba(20, 75, 125, 0.16);
  border-radius: 0.5rem;
  padding: 0.5rem;
  position: relative;
}
.Mobile_login_index_btn[data-v-78200659] {
  position: relative;
  bottom: -1rem;
}
.Mobile_login_index p[data-v-78200659]:nth-of-type(odd) {
  color: #666;
  font-size: .5rem;
}
.Mobile_login_index p[data-v-78200659]:nth-of-type(even) {
  border: 0.005208rem solid #eee;
  width: 100%;
  border-radius: 0.1rem;
  margin: 0.3rem auto;
  font-size: .5rem;
  position: relative;
}
.el-icon-view[data-v-78200659] {
  position: absolute;
  right: 0.1rem;
  top: 0;
  line-height: 1rem;
}
.Mobile_login_index p input[data-v-78200659] {
  font-size: .5rem;
}
.Mobile_login_index p i[data-v-78200659] {
  font-size: .5rem;
  line-height: 1rem;
  height: 1rem;
  display: inline-block;
  color: #ccc;
}
.Mobile_login_index div[data-v-78200659] {
  width: 80%;
  margin: 0 auto;
}
.Mobile_login_index .Mobile_login_index_btn button[data-v-78200659] {
  text-align: center;
  height: 1rem;
  width: 100%;
  background: rgba(230,230,233,1);
  border-radius: 0.03125rem;
  color: white;
  border: none;
  font-size: .5rem;
  border-radius: 0.5rem;
  margin: 0 auto;
}
.Mobile_login_index .Mobile_login_index_btn .button[data-v-78200659] {
  background: -webkit-gradient(linear,left top, right top,from(rgba(57,115,231,1)),color-stop(0%, rgba(21,119,255,1)),to(rgba(61,166,255,1)));
  background: linear-gradient(90deg,rgba(57,115,231,1) 0%,rgba(21,119,255,1) 0%,rgba(61,166,255,1) 100%);
  -webkit-box-shadow: 0 0.03125rem 0.197917rem 0 rgba(29,110,220,0.48);
          box-shadow: 0 0.03125rem 0.197917rem 0 rgba(29,110,220,0.48);
  font-size: .5rem;
}
.Mobile_login_index .Mobile_login_index_img img[data-v-78200659] {
  width: 100%;
  margin-top: 30%;
  margin-bottom: 10%;
}
.index[data-v-2c94d5bc] {
  width: 100%;
  height: 100%;
  padding: 2% 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}
.index img[data-v-2c94d5bc] {
  width: 100%;
  height: 100%;
}
.span[data-v-2c94d5bc] {
  width: 1.822917rem;
  height: 0.442708rem;
  background: rgba(242,0,51,1);
  border-radius: 0.177083rem;
  display: block;
  font-size: 0.182292rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: rgba(255,255,255,1);
  line-height: 0.354167rem;
  text-align: center;
  position: absolute;
  left: 12%;
  line-height: 0.442708rem;
  bottom: 23.5%;
}
.el-icon-success[data-v-409df4db] {
  color: #42E695;
}
#charts[data-v-409df4db] {
  position: relative;
  width: 100%;
  height: 100%;
}
#charts p[data-v-409df4db] {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  font-size: 0.5rem;
}
#charts div[data-v-409df4db] {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  font-size: 0.15625rem;
  background: white;
  padding: 0.15625rem 0.078125rem;
}
.el-icon-success[data-v-464206d0] {
  color: #42E695;
}
#charts[data-v-464206d0] {
  position: relative;
  width: 100%;
  height: 100%;
  background: white;
}
#charts div[data-v-464206d0] {
  position: absolute;
  left: 50%;
  top: 40%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  font-size: 0.15625rem;
  padding: 0.15625rem 0.078125rem;
}
.charts_mobile p[data-v-464206d0] {
  text-align: center;
  white-space: nowrap;
}
.charts_mobile p[data-v-464206d0]:nth-of-type(2) {
  height: 0.694444rem;
  font-size: 0.5rem;
  font-weight: 500;
  color: #4D4D4D;
  line-height: 0.694444rem;
  margin-top: 0.555556rem;
}
.charts_mobile p[data-v-464206d0]:nth-of-type(3) {
  height: 0.694444rem;
  font-size: 0.444444rem;
  font-weight: 500;
  font-weight: 400;
  color: #B3B5BA;
  line-height: 0.611111rem;
  margin-top: 0.277778rem;
}
.charts_mobile p img[data-v-464206d0] {
  width: 1.555556rem;
}
.container[data-v-3074122a] {
  width: 100%;
  min-height: 100%;
  padding: 0.2rem;
  font-size: 0.4rem;
  position: relative;
  background: #f3f4f5;
}
html[data-v-3074122a],
body[data-v-3074122a] {
  width: 100%;
  height: 100%;
  overflow: scroll;
}
html[data-v-3074122a]::-webkit-scrollbar,
body[data-v-3074122a]::-webkit-scrollbar {
  width: 0;
  height: 0;
}
body[data-v-3074122a] {
  margin: 0;
}
.container[data-v-3074122a]::-webkit-scrollbar {
  display: none;
}
.mint-swipe[data-v-3074122a] {
  height: 30vh;
}
.mint-swipe-item[data-v-3074122a] {
  background: white;
  padding: 0.4rem;
}
.mint-swipe-item img[data-v-3074122a] {
  vertical-align: middle;
}
.mint-swipe-item>p img[data-v-3074122a] {
  width: 0.5rem;
  margin-right: 0.2rem;
}
.mint-swipe-item>p[data-v-3074122a] {
  font-size: 0.45rem;
  height: 0.7rem;
  font-family: '\601D\6E90\9ED1\4F53';
  line-height: 0.7rem;
}
.mint-swipe-item>div[data-v-3074122a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: .5rem;
  font-size: 0.444444rem;
  line-height: 0.611111rem;
}
.mint-swipe-item>div>div p[data-v-3074122a]:last-child {
  position: absolute;
  bottom: 0;
  font-size: 0.5rem;
  font-weight: 500;
}
.mint-swipe-item>div img[data-v-3074122a] {
  width: 2.8rem;
  margin-right: 0.415rem;
}
.mint-swipe-item>div>div[data-v-3074122a]:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.mint-swipe-item>div>div[data-v-3074122a]:last-child {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
  position: relative;
}
.container_bar[data-v-3074122a] {
  width: 100%;
  background: white;
  font-size: 0.444444rem;
  margin-top: 0.2rem;
  padding: 0.3rem;
}
.container_bar_font[data-v-3074122a] {
  color: #DDDDDD;
  display: inline-block;
  height: 0.555556rem;
  line-height: 0.555556rem;
}
.container_bar_font img[data-v-3074122a] {
  vertical-align: text-top;
  height: 0.444444rem;
  margin-left: 0.2rem;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.container_bar_table>p[data-v-3074122a] {
  padding-bottom: 0.2rem;
  margin-bottom: 0.1rem;
}
.container_bar_table>p[data-v-3074122a]:first-child {
  border-bottom: 0.005208rem solid #F3F4F5;
}
.container_bar_table table[data-v-3074122a] {
  font-size: 0.444444rem;
  width: 100%;
  line-height: 1rem;
}
.container_bar_table table td[data-v-3074122a]:nth-of-type(odd) {
  color: #A0A2A8;
}
.container_bar_table table td[data-v-3074122a]:nth-of-type(even) {
  text-align: right;
}
.container_bar2[data-v-3074122a] {
  margin-bottom: 2rem;
}
.container_bar1[data-v-3074122a] {
  border-radius: 1.5rem;
  position: absolute;
  width: calc(100% - 0.4rem);
  bottom: 0.4rem;
  padding: 0;
  line-height: 1.3rem;
  height: 1.3rem;
}
.container_bar1 > span[data-v-3074122a] {
  padding-left: 0.5rem;
  color: #f44747;
}
.container_bar1[data-v-3074122a] .mint-button {
  height: 100%;
  border-radius: 0.6rem;
  font-size: 0.5rem;
  width: 30%;
}
.mint-popup-bottom[data-v-3074122a] {
  width: 100%;
  height: 80%;
  padding: 0.4rem;
  border-radius: 1rem 1rem 0 0;
}
.mint-popup-bottom > div[data-v-3074122a] {
  width: 100%;
  height: calc(100% - 0.8rem);
  overflow: auto;
}
.mint-popup-bottom > div[data-v-3074122a]::-webkit-scrollbar {
  display: none;
}
.mint-popup-bottom > p[data-v-3074122a] {
  text-align: center;
  font-weight: 500;
  font-size: 0.5rem;
}
.mint-popup-bottom table[data-v-3074122a] {
  width: 100%;
  height: 100%;
  color: #444444;
  border-collapse: separate;
}
.mint-popup-bottom[data-v-3074122a] .mint-field .mint-cell-value {
  border: 0.005208rem solid #e8e8e8;
  width: 100%;
  border-radius: 0.1rem;
  height: 0.8rem;
}
.mint-popup-bottom[data-v-3074122a] .mint-field .mint-cell-value .mint-field-core {
  text-indent: 0.4rem;
}
.mint-popup-bottom[data-v-3074122a] .mint-cell {
  margin: 0.4rem 0;
}
.mint-popup-bottom[data-v-3074122a] .mint-cell-wrapper {
  font-size: 0.4rem;
}
.mint-popup-bottom[data-v-3074122a] .mint-radio-core {
  width: 0.4rem;
  height: 0.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mint-popup-bottom[data-v-3074122a] .mint-button {
  width: 100%;
  height: 1rem;
  border-radius: 0.6rem;
  margin-bottom: 0.4rem;
  font-size: 0.5rem;
}/* Cell Component */

/* Header Component */

/* Button Component */

/* Tab Item Component */

/* Tabbar Component */

/* Navbar Component */

/* Checklist Component */

/* Radio Component */

/* z-index */

.mint-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #26a2ff;
  box-sizing: border-box;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.072917rem;
  height: 0.208333rem;
  line-height: 1;
  padding: 0 0.052083rem;
  position: relative;
  text-align: center;
  white-space: nowrap;
}

.mint-header .mint-button {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  color: inherit;
  display: inline-block;
  padding: 0;
  font-size: inherit;
}

.mint-header .mint-button::after {
  content: none;
}

.mint-header.is-fixed {
  top: 0;
  right: 0;
  left: 0;
  position: fixed;
  z-index: 1;
}

.mint-header-button {
  -webkit-box-flex: .5;
  -ms-flex: .5;
  flex: .5;
}

.mint-header-button > a {
  color: inherit;
}

.mint-header-button.is-right {
  text-align: right;
}

.mint-header-button.is-left {
  text-align: left;
}

.mint-header-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: inherit;
  font-weight: 400;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* Cell Component */

/* Header Component */

/* Button Component */

/* Tab Item Component */

/* Tabbar Component */

/* Navbar Component */

/* Checklist Component */

/* Radio Component */

/* z-index */

.mint-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.020833rem;
  border: 0;
  box-sizing: border-box;
  color: inherit;
  display: block;
  font-size: 0.09375rem;
  height: 0.213542rem;
  outline: 0;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.mint-button::after {
  background-color: #000;
  content: " ";
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}

.mint-button:not(.is-disabled):active::after {
  opacity: .4;
}

.mint-button.is-disabled {
  opacity: .6;
}

.mint-button-icon {
  vertical-align: middle;
  display: inline-block;
}

.mint-button--default {
  color: #656b79;
  background-color: #f6f8fa;
  box-shadow: 0 0 0.005208rem #b8bbbf;
}

.mint-button--default.is-plain {
  border: 0.005208rem solid #5a5a5a;
  background-color: transparent;
  box-shadow: none;
  color: #5a5a5a;
}

.mint-button--primary {
  color: #fff;
  background-color: #26a2ff;
}

.mint-button--primary.is-plain {
  border: 0.005208rem solid #26a2ff;
  background-color: transparent;
  color: #26a2ff;
}

.mint-button--danger {
  color: #fff;
  background-color: #ef4f4f;
}

.mint-button--danger.is-plain {
  border: 0.005208rem solid #ef4f4f;
  background-color: transparent;
  color: #ef4f4f;
}

.mint-button--large {
  display: block;
  width: 100%;
}

.mint-button--normal {
  display: inline-block;
  padding: 0 0.0625rem;
}

.mint-button--small {
  display: inline-block;
  font-size: 0.072917rem;
  padding: 0 0.0625rem;
  height: 0.171875rem;
}

/* Cell Component */

/* Header Component */

/* Button Component */

/* Tab Item Component */

/* Tabbar Component */

/* Navbar Component */

/* Checklist Component */

/* Radio Component */

/* z-index */

.mint-cell {
  background-color: #fff;
  box-sizing: border-box;
  color: inherit;
  min-height: 0.25rem;
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}

.mint-cell img {
  vertical-align: middle;
}

.mint-cell:first-child .mint-cell-wrapper {
  background-origin: border-box;
}

.mint-cell:last-child {
  background-image: -webkit-linear-gradient(bottom, #d9d9d9, #d9d9d9 50%, transparent 50%);
  background-image: linear-gradient(0deg, #d9d9d9, #d9d9d9 50%, transparent 50%);
  background-size: 100% 0.005208rem;
  background-repeat: no-repeat;
  background-position: bottom;
}

.mint-cell-wrapper {
  background-image: -webkit-linear-gradient(top, #d9d9d9, #d9d9d9 50%, transparent 50%);
  background-image: linear-gradient(180deg, #d9d9d9, #d9d9d9 50%, transparent 50%);
  background-size: 120% 0.005208rem;
  background-repeat: no-repeat;
  background-position: top left;
  background-origin: content-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.083333rem;
  line-height: 1;
  min-height: inherit;
  overflow: hidden;
  padding: 0 0.052083rem;
  width: 100%;
}

.mint-cell-mask::after {
  background-color: #000;
  content: " ";
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}

.mint-cell-mask:active::after {
  opacity: .1;
}

.mint-cell-text {
  vertical-align: middle;
}

.mint-cell-label {
  color: #888;
  display: block;
  font-size: 0.0625rem;
  margin-top: 0.03125rem;
}

.mint-cell-title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mint-cell-value {
  color: #888;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mint-cell-value.is-link {
  margin-right: 0.125rem;
}

.mint-cell-left {
  position: absolute;
  height: 100%;
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.mint-cell-right {
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.mint-cell-allow-right::after {
  border: solid 0.010417rem #c8c8cd;
  border-bottom-width: 0;
  border-left-width: 0;
  content: " ";
  top: 50%;
  right: 0.104167rem;
  position: absolute;
  width: 0.026042rem;
  height: 0.026042rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

/* Cell Component */

/* Header Component */

/* Button Component */

/* Tab Item Component */

/* Tabbar Component */

/* Navbar Component */

/* Checklist Component */

/* Radio Component */

/* z-index */

.mint-cell-swipe .mint-cell-wrapper {
  position: relative;
}

.mint-cell-swipe .mint-cell-wrapper,
.mint-cell-swipe .mint-cell-left,
.mint-cell-swipe .mint-cell-right {
  -webkit-transition: -webkit-transform 150ms ease-in-out;
  transition: -webkit-transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
}

.mint-cell-swipe-buttongroup {
  height: 100%;
}

.mint-cell-swipe-button {
  height: 100%;
  display: inline-block;
  padding: 0 0.052083rem;
  line-height: 0.25rem;
}

/* Cell Component */

/* Header Component */

/* Button Component */

/* Tab Item Component */

/* Tabbar Component */

/* Navbar Component */

/* Checklist Component */

/* Radio Component */

/* z-index */

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

.mint-field .mint-cell-title {
  width: 0.546875rem;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.mint-field .mint-cell-value {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mint-field.is-nolabel .mint-cell-title {
  display: none;
}

.mint-field.is-textarea {
  -webkit-box-align: inherit;
  -ms-flex-align: inherit;
  align-items: inherit;
}

.mint-field.is-textarea .mint-cell-title {
  padding: 0.052083rem 0;
}

.mint-field.is-textarea .mint-cell-value {
  padding: 0.026042rem 0;
}

.mint-field-core {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  outline: 0;
  line-height: 1.6;
  font-size: inherit;
  width: 100%;
}

.mint-field-clear {
  opacity: .2;
}

.mint-field-state {
  color: inherit;
  margin-left: 0.104167rem;
}

.mint-field-state .mintui {
  font-size: 0.104167rem;
}

.mint-field-state.is-default {
  margin-left: 0;
}

.mint-field-state.is-success {
  color: #4caf50;
}

.mint-field-state.is-warning {
  color: #ffc107;
}

.mint-field-state.is-error {
  color: #f44336;
}

.mint-field-other {
  top: 0;
  right: 0;
  position: relative;
}

/* Cell Component */

/* Header Component */

/* Button Component */

/* Tab Item Component */

/* Tabbar Component */

/* Navbar Component */

/* Checklist Component */

/* Radio Component */

/* z-index */

.mint-badge {
  color: #fff;
  text-align: center;
  display: inline-block;
}

.mint-badge.is-size-large {
  border-radius: 0.072917rem;
  font-size: 0.09375rem;
  padding: 0.010417rem 0.052083rem;
}

.mint-badge.is-size-small {
  border-radius: 0.041667rem;
  font-size: 0.0625rem;
  padding: 0.010417rem 0.03125rem;
}

.mint-badge.is-size-normal {
  border-radius: 0.0625rem;
  font-size: 0.078125rem;
  padding: 0.010417rem 0.041667rem;
}

.mint-badge.is-warning {
  background-color: #ffc107;
}

.mint-badge.is-error {
  background-color: #f44336;
}

.mint-badge.is-primary {
  background-color: #26a2ff;
}

.mint-badge.is-success {
  background-color: #4caf50;
}

/* Cell Component */

/* Header Component */

/* Button Component */

/* Tab Item Component */

/* Tabbar Component */

/* Navbar Component */

/* Checklist Component */

/* Radio Component */

/* z-index */

.mint-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.mint-switch * {
  pointer-events: none;
}

.mint-switch-label {
  margin-left: 0.052083rem;
  display: inline-block;
}

.mint-switch-label:empty {
  margin-left: 0;
}

.mint-switch-core {
  display: inline-block;
  position: relative;
  width: 0.270833rem;
  height: 0.166667rem;
  border: 0.005208rem solid #d9d9d9;
  border-radius: 0.083333rem;
  box-sizing: border-box;
  background: #d9d9d9;
}

.mint-switch-core::after,
.mint-switch-core::before {
  content: " ";
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  border-radius: 0.078125rem;
}

.mint-switch-core::after {
  width: 0.15625rem;
  height: 0.15625rem;
  background-color: #fff;
  box-shadow: 0 0.005208rem 0.015625rem rgba(0, 0, 0, .4);
}

.mint-switch-core::before {
  width: 0.260417rem;
  height: 0.15625rem;
  background-color: #fdfdfd;
}

.mint-switch-input {
  display: none;
}

.mint-switch-input:checked + .mint-switch-core {
  border-color: #26a2ff;
  background-color: #26a2ff;
}

.mint-switch-input:checked + .mint-switch-core::before {
  -webkit-transform: scale(0);
  transform: scale(0);
}

.mint-switch-input:checked + .mint-switch-core::after {
  -webkit-transform: translateX(0.104167rem);
  transform: translateX(0.104167rem);
}

.mint-spinner-snake {
  -webkit-animation: mint-spinner-rotate 0.8s infinite linear;
  animation: mint-spinner-rotate 0.8s infinite linear;
  border: 0.020833rem solid transparent;
  border-radius: 50%;
}

@-webkit-keyframes mint-spinner-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes mint-spinner-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.mint-spinner-double-bounce {
  position: relative;
}

.mint-spinner-double-bounce-bounce1,
.mint-spinner-double-bounce-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: mint-spinner-double-bounce 2.0s infinite ease-in-out;
  animation: mint-spinner-double-bounce 2.0s infinite ease-in-out;
}

.mint-spinner-double-bounce-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes mint-spinner-double-bounce {
  0%, 100% {
    -webkit-transform: scale(0.0);
    transform: scale(0.0);
  }

  50% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

@keyframes mint-spinner-double-bounce {
  0%, 100% {
    -webkit-transform: scale(0.0);
    transform: scale(0.0);
  }

  50% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.mint-spinner-triple-bounce-bounce1,
.mint-spinner-triple-bounce-bounce2,
.mint-spinner-triple-bounce-bounce3 {
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: mint-spinner-triple-bounce 1.4s infinite ease-in-out both;
  animation: mint-spinner-triple-bounce 1.4s infinite ease-in-out both;
}

.mint-spinner-triple-bounce-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.mint-spinner-triple-bounce-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes mint-spinner-triple-bounce {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

@keyframes mint-spinner-triple-bounce {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.mint-spinner-fading-circle {
  position: relative;
}

.mint-spinner-fading-circle-circle {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.mint-spinner-fading-circle-circle::before {
  content: " ";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  border-radius: 100%;
  -webkit-animation: mint-fading-circle 1.2s infinite ease-in-out both;
  animation: mint-fading-circle 1.2s infinite ease-in-out both;
}

.mint-spinner-fading-circle-circle.is-circle2 {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.mint-spinner-fading-circle-circle.is-circle2::before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.mint-spinner-fading-circle-circle.is-circle3 {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

.mint-spinner-fading-circle-circle.is-circle3::before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.mint-spinner-fading-circle-circle.is-circle4 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mint-spinner-fading-circle-circle.is-circle4::before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.mint-spinner-fading-circle-circle.is-circle5 {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}

.mint-spinner-fading-circle-circle.is-circle5::before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.mint-spinner-fading-circle-circle.is-circle6 {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
}

.mint-spinner-fading-circle-circle.is-circle6::before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.mint-spinner-fading-circle-circle.is-circle7 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.mint-spinner-fading-circle-circle.is-circle7::before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.mint-spinner-fading-circle-circle.is-circle8 {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
}

.mint-spinner-fading-circle-circle.is-circle8::before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.mint-spinner-fading-circle-circle.is-circle9 {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
}

.mint-spinner-fading-circle-circle.is-circle9::before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.mint-spinner-fading-circle-circle.is-circle10 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.mint-spinner-fading-circle-circle.is-circle10::before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.mint-spinner-fading-circle-circle.is-circle11 {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
}

.mint-spinner-fading-circle-circle.is-circle11::before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.mint-spinner-fading-circle-circle.is-circle12 {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
}

.mint-spinner-fading-circle-circle.is-circle12::before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes mint-fading-circle {
  0%, 39%, 100% {
    opacity: 0;
  }

  40% {
    opacity: 1;
  }
}

@keyframes mint-fading-circle {
  0%, 39%, 100% {
    opacity: 0;
  }

  40% {
    opacity: 1;
  }
}

/* Cell Component */

/* Header Component */

/* Button Component */

/* Tab Item Component */

/* Tabbar Component */

/* Navbar Component */

/* Checklist Component */

/* Radio Component */

/* z-index */

.mint-tab-item {
  display: block;
  padding: 0.036458rem 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-decoration: none;
}

.mint-tab-item-icon {
  width: 0.125rem;
  height: 0.125rem;
  margin: 0 auto 0.026042rem;
}

.mint-tab-item-icon:empty {
  display: none;
}

.mint-tab-item-icon > * {
  display: block;
  width: 100%;
  height: 100%;
}

.mint-tab-item-label {
  color: inherit;
  font-size: 0.0625rem;
  line-height: 1;
}

.mint-tab-container-item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}

.mint-tab-container {
  overflow: hidden;
  position: relative;
}

.mint-tab-container .swipe-transition {
  -webkit-transition: -webkit-transform 150ms ease-in-out;
  transition: -webkit-transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
}

.mint-tab-container-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Cell Component */

/* Header Component */

/* Button Component */

/* Tab Item Component */

/* Tabbar Component */

/* Navbar Component */

/* Checklist Component */

/* Radio Component */

/* z-index */

.mint-navbar {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

.mint-navbar .mint-tab-item {
  padding: 0.088542rem 0;
  font-size: 0.078125rem;
}

.mint-navbar .mint-tab-item:last-child {
  border-right: 0;
}

.mint-navbar .mint-tab-item.is-selected {
  border-bottom: 0.015625rem solid #26a2ff;
  color: #26a2ff;
  margin-bottom: -0.015625rem;
}

.mint-navbar.is-fixed {
  top: 0;
  right: 0;
  left: 0;
  position: fixed;
  z-index: 1;
}

/* Cell Component */

/* Header Component */

/* Button Component */

/* Tab Item Component */

/* Tabbar Component */

/* Navbar Component */

/* Checklist Component */

/* Radio Component */

/* z-index */

.mint-tabbar {
  background-image: -webkit-linear-gradient(top, #d9d9d9, #d9d9d9 50%, transparent 50%);
  background-image: linear-gradient(180deg, #d9d9d9, #d9d9d9 50%, transparent 50%);
  background-size: 100% 0.005208rem;
  background-repeat: no-repeat;
  background-position: top left;
  position: relative;
  background-color: #fafafa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  text-align: center;
}

.mint-tabbar > .mint-tab-item.is-selected {
  background-color: #eaeaea;
  color: #26a2ff;
}

.mint-tabbar.is-fixed {
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 1;
}

/* Cell Component */

/* Header Component */

/* Button Component */

/* Tab Item Component */

/* Tabbar Component */

/* Navbar Component */

/* Checklist Component */

/* Radio Component */

/* z-index */

.mint-search {
  height: 100%;
  height: 100vh;
  overflow: hidden;
}

.mint-searchbar {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d9d9d9;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.041667rem 0.052083rem;
  z-index: 1;
}

.mint-searchbar-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 0.010417rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 0.145833rem;
  padding: 0.020833rem 0.03125rem;
}

.mint-searchbar-inner .mintui-search {
  font-size: 0.0625rem;
  color: #d9d9d9;
}

.mint-searchbar-core {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  outline: 0;
}

.mint-searchbar-cancel {
  color: #26a2ff;
  margin-left: 0.052083rem;
  text-decoration: none;
}

.mint-search-list {
  overflow: auto;
  padding-top: 0.229167rem;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}

/* Cell Component */

/* Header Component */

/* Button Component */

/* Tab Item Component */

/* Tabbar Component */

/* Navbar Component */

/* Checklist Component */

/* Radio Component */

/* z-index */

.mint-checklist .mint-cell {
  padding: 0;
}

.mint-checklist.is-limit .mint-checkbox-core:not(:checked) {
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}

.mint-checklist-label {
  display: block;
  padding: 0 0.052083rem;
}

.mint-checklist-title {
  color: #888;
  display: block;
  font-size: 0.0625rem;
  margin: 0.041667rem;
}

.mint-checkbox.is-right {
  float: right;
}

.mint-checkbox-label {
  vertical-align: middle;
  margin-left: 0.03125rem;
}

.mint-checkbox-input {
  display: none;
}

.mint-checkbox-input:checked + .mint-checkbox-core {
  background-color: #26a2ff;
  border-color: #26a2ff;
}

.mint-checkbox-input:checked + .mint-checkbox-core::after {
  border-color: #fff;
  -webkit-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
}

.mint-checkbox-input[disabled] + .mint-checkbox-core {
  background-color: #d9d9d9;
  border-color: #ccc;
}

.mint-checkbox-core {
  display: inline-block;
  background-color: #fff;
  border-radius: 100%;
  border: 0.005208rem solid #ccc;
  position: relative;
  width: 0.104167rem;
  height: 0.104167rem;
  vertical-align: middle;
}

.mint-checkbox-core::after {
  border: 0.010417rem solid transparent;
  border-left: 0;
  border-top: 0;
  content: " ";
  top: 0.015625rem;
  left: 0.03125rem;
  position: absolute;
  width: 0.020833rem;
  height: 0.041667rem;
  -webkit-transform: rotate(45deg) scale(0);
  transform: rotate(45deg) scale(0);
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

/* Cell Component */

/* Header Component */

/* Button Component */

/* Tab Item Component */

/* Tabbar Component */

/* Navbar Component */

/* Checklist Component */

/* Radio Component */

/* z-index */

.mint-radiolist .mint-cell {
  padding: 0;
}

.mint-radiolist-label {
  display: block;
  padding: 0 0.052083rem;
}

.mint-radiolist-title {
  font-size: 0.0625rem;
  margin: 0.041667rem;
  display: block;
  color: #888;
}

.mint-radio.is-right {
  float: right;
}

.mint-radio-label {
  vertical-align: middle;
  margin-left: 0.03125rem;
}

.mint-radio-input {
  display: none;
}

.mint-radio-input:checked + .mint-radio-core {
  background-color: #26a2ff;
  border-color: #26a2ff;
}

.mint-radio-input:checked + .mint-radio-core::after {
  background-color: #fff;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.mint-radio-input[disabled] + .mint-radio-core {
  background-color: #d9d9d9;
  border-color: #ccc;
}

.mint-radio-core {
  box-sizing: border-box;
  display: inline-block;
  background-color: #fff;
  border-radius: 100%;
  border: 0.005208rem solid #ccc;
  position: relative;
  width: 0.104167rem;
  height: 0.104167rem;
  vertical-align: middle;
}

.mint-radio-core::after {
  content: " ";
  border-radius: 100%;
  top: 0.026042rem;
  left: 0.026042rem;
  position: absolute;
  width: 0.041667rem;
  height: 0.041667rem;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.mint-loadmore {
  overflow: hidden;
}

.mint-loadmore-content.is-dropped {
  -webkit-transition: .2s;
  transition: .2s;
}

.mint-loadmore-top,
.mint-loadmore-bottom {
  text-align: center;
  height: 0.260417rem;
  line-height: 0.260417rem;
}

.mint-loadmore-top {
  margin-top: -0.260417rem;
}

.mint-loadmore-bottom {
  margin-bottom: -0.260417rem;
}

.mint-loadmore-spinner {
  display: inline-block;
  margin-right: 0.026042rem;
  vertical-align: middle;
}

.mint-loadmore-text {
  vertical-align: middle;
}

.mint-actionsheet {
  position: fixed;
  background: #e0e0e0;
  width: 100%;
  text-align: center;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

.mint-actionsheet-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mint-actionsheet-listitem {
  border-bottom: solid 0.005208rem #e0e0e0;
}

.mint-actionsheet-listitem,
.mint-actionsheet-button {
  display: block;
  width: 100%;
  height: 0.234375rem;
  line-height: 0.234375rem;
  font-size: 0.09375rem;
  color: #333;
  background-color: #fff;
}

.mint-actionsheet-listitem:active,
.mint-actionsheet-button:active {
  background-color: #f0f0f0;
}

.actionsheet-float-enter,
.actionsheet-float-leave-active {
  -webkit-transform: translate3d(-50%, 100%, 0);
  transform: translate3d(-50%, 100%, 0);
}

.v-modal-enter {
  -webkit-animation: v-modal-in .2s ease;
  animation: v-modal-in .2s ease;
}

.v-modal-leave {
  -webkit-animation: v-modal-out .2s ease forwards;
  animation: v-modal-out .2s ease forwards;
}

@-webkit-keyframes v-modal-in {
  0% {
    opacity: 0;
  }
}

@keyframes v-modal-in {
  0% {
    opacity: 0;
  }
}

@-webkit-keyframes v-modal-out {
  100% {
    opacity: 0;
  }
}

@keyframes v-modal-out {
  100% {
    opacity: 0;
  }
}

.v-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: #000;
}

.mint-popup {
  position: fixed;
  background: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.mint-popup-top {
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}

.mint-popup-right {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.mint-popup-bottom {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}

.mint-popup-left {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.popup-slide-top-enter,
.popup-slide-top-leave-active {
  -webkit-transform: translate3d(-50%, -100%, 0);
  transform: translate3d(-50%, -100%, 0);
}

.popup-slide-right-enter,
.popup-slide-right-leave-active {
  -webkit-transform: translate3d(100%, -50%, 0);
  transform: translate3d(100%, -50%, 0);
}

.popup-slide-bottom-enter,
.popup-slide-bottom-leave-active {
  -webkit-transform: translate3d(-50%, 100%, 0);
  transform: translate3d(-50%, 100%, 0);
}

.popup-slide-left-enter,
.popup-slide-left-leave-active {
  -webkit-transform: translate3d(-100%, -50%, 0);
  transform: translate3d(-100%, -50%, 0);
}

.popup-fade-enter,
.popup-fade-leave-active {
  opacity: 0;
}

.mint-swipe {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.mint-swipe-items-wrap {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.mint-swipe-items-wrap > div {
  position: absolute;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  width: 100%;
  height: 100%;
  display: none;
}

.mint-swipe-items-wrap > div.is-active {
  display: block;
  -webkit-transform: none;
  transform: none;
}

.mint-swipe-indicators {
  position: absolute;
  bottom: 0.052083rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mint-swipe-indicator {
  width: 0.041667rem;
  height: 0.041667rem;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
  margin: 0 0.015625rem;
}

.mint-swipe-indicator.is-active {
  background: #fff;
}

.mt-range {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0.15625rem;
  line-height: 0.15625rem;
}

.mt-range > * {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
}

.mt-range *[slot=start] {
  margin-right: 0.026042rem;
}

.mt-range *[slot=end] {
  margin-left: 0.026042rem;
}

.mt-range-content {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 0.15625rem;
}

.mt-range-runway {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: -0.15625rem;
  border-top-color: #a9acb1;
  border-top-style: solid;
}

.mt-range-thumb {
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 0.15625rem;
  height: 0.15625rem;
  border-radius: 100%;
  cursor: move;
  box-shadow: 0 0.005208rem 0.015625rem rgba(0,0,0,.4);
}

.mt-range-progress {
  position: absolute;
  display: block;
  background-color: #26a2ff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
}

.mt-range--disabled {
  opacity: 0.5;
}

.picker {
  overflow: hidden;
}

.picker-toolbar {
  height: 0.208333rem;
}

.picker-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  text-align: right;
  font-size: 0.125rem;
  position: relative;
}

.picker-center-highlight {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  margin-top: -0.09375rem;
  pointer-events: none;
}

.picker-center-highlight:before,
.picker-center-highlight:after {
  content: '';
  position: absolute;
  height: 0.005208rem;
  width: 100%;
  background-color: #eaeaea;
  display: block;
  z-index: 15;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}

.picker-center-highlight:before {
  left: 0;
  top: 0;
  bottom: auto;
  right: auto;
}

.picker-center-highlight:after {
  left: 0;
  bottom: 0;
  right: auto;
  top: auto;
}

.picker-slot {
  font-size: 0.09375rem;
  overflow: hidden;
  position: relative;
  max-height: 100%;
}

.picker-slot.picker-slot-left {
  text-align: left;
}

.picker-slot.picker-slot-center {
  text-align: center;
}

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

.picker-slot.picker-slot-divider {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.picker-slot-wrapper {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.picker-slot-wrapper.dragging,
.picker-slot-wrapper.dragging .picker-item {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.picker-item {
  height: 0.1875rem;
  line-height: 0.1875rem;
  padding: 0 0.052083rem;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #707274;
  left: 0;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.picker-slot-absolute .picker-item {
  position: absolute;
}

.picker-item.picker-item-far {
  pointer-events: none;
}

.picker-item.picker-selected {
  color: #000;
  -webkit-transform: translate3d(0, 0, 0) rotateX(0);
  transform: translate3d(0, 0, 0) rotateX(0);
}

.picker-3d .picker-items {
  overflow: hidden;
  -webkit-perspective: 3.645833rem;
  perspective: 3.645833rem;
}

.picker-3d .picker-item,
.picker-3d .picker-slot,
.picker-3d .picker-slot-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.picker-3d .picker-slot {
  overflow: visible;
}

.picker-3d .picker-item {
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.mt-progress {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0.15625rem;
  line-height: 0.15625rem;
}

.mt-progress > * {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
}

.mt-progress *[slot="start"] {
  margin-right: 0.026042rem;
}

.mt-progress *[slot="end"] {
  margin-left: 0.026042rem;
}

.mt-progress-content {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mt-progress-runway {
  position: absolute;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  left: 0;
  right: 0;
  background-color: #ebebeb;
  height: 0.015625rem;
}

.mt-progress-progress {
  position: absolute;
  display: block;
  background-color: #26a2ff;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 0;
}

.mint-toast {
  position: fixed;
  max-width: 80%;
  border-radius: 0.026042rem;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  box-sizing: border-box;
  text-align: center;
  z-index: 1000;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
}

.mint-toast.is-placebottom {
  bottom: 0.260417rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.mint-toast.is-placemiddle {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.mint-toast.is-placetop {
  top: 0.260417rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.mint-toast-icon {
  display: block;
  text-align: center;
  font-size: 0.291667rem;
}

.mint-toast-text {
  font-size: 0.072917rem;
  display: block;
  text-align: center;
}

.mint-toast-pop-enter,
.mint-toast-pop-leave-active {
  opacity: 0;
}

.mint-indicator {
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

.mint-indicator-wrapper {
  top: 50%;
  left: 50%;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 0.026042rem;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  box-sizing: border-box;
  text-align: center;
}

.mint-indicator-text {
  display: block;
  color: #fff;
  text-align: center;
  margin-top: 0.052083rem;
  font-size: 0.083333rem;
}

.mint-indicator-spin {
  display: inline-block;
  text-align: center;
}

.mint-indicator-mask {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: transparent;
}

.mint-indicator-enter,
.mint-indicator-leave-active {
  opacity: 0;
}

.mint-msgbox {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  background-color: #fff;
  width: 85%;
  border-radius: 0.015625rem;
  font-size: 0.083333rem;
  -webkit-user-select: none;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: .2s;
  transition: .2s;
}

.mint-msgbox-header {
  padding: 0.078125rem 0 0;
}

.mint-msgbox-content {
  padding: 0.052083rem 0.104167rem 0.078125rem;
  border-bottom: 0.005208rem solid #ddd;
  min-height: 0.1875rem;
  position: relative;
}

.mint-msgbox-input {
  padding-top: 0.078125rem;
}

.mint-msgbox-input input {
  border: 0.005208rem solid #dedede;
  border-radius: 0.026042rem;
  padding: 0.020833rem 0.026042rem;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

.mint-msgbox-input input.invalid {
  border-color: #ff4949;
}

.mint-msgbox-input input.invalid:focus {
  border-color: #ff4949;
}

.mint-msgbox-errormsg {
  color: red;
  font-size: 0.0625rem;
  min-height: 0.09375rem;
  margin-top: 0.010417rem;
}

.mint-msgbox-title {
  text-align: center;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 0.083333rem;
  font-weight: 700;
  color: #333;
}

.mint-msgbox-message {
  color: #999;
  margin: 0;
  text-align: center;
  line-height: 0.1875rem;
}

.mint-msgbox-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0.208333rem;
  line-height: 0.208333rem;
}

.mint-msgbox-btn {
  line-height: 0.182292rem;
  display: block;
  background-color: #fff;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
  border: 0;
}

.mint-msgbox-btn:focus {
  outline: none;
}

.mint-msgbox-btn:active {
  background-color: #fff;
}

.mint-msgbox-cancel {
  width: 50%;
  border-right: 0.005208rem solid #ddd;
}

.mint-msgbox-cancel:active {
  color: #000;
}

.mint-msgbox-confirm {
  color: #26a2ff;
  width: 50%;
}

.mint-msgbox-confirm:active {
  color: #26a2ff;
}

.msgbox-bounce-enter {
  opacity: 0;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(0.7);
  transform: translate3d(-50%, -50%, 0) scale(0.7);
}

.msgbox-bounce-leave-active {
  opacity: 0;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(0.9);
  transform: translate3d(-50%, -50%, 0) scale(0.9);
}

.v-modal-enter {
  -webkit-animation: v-modal-in .2s ease;
  animation: v-modal-in .2s ease;
}

.v-modal-leave {
  -webkit-animation: v-modal-out .2s ease forwards;
  animation: v-modal-out .2s ease forwards;
}

@-webkit-keyframes v-modal-in {
  0% {
    opacity: 0;
  }
}

@keyframes v-modal-in {
  0% {
    opacity: 0;
  }
}

@-webkit-keyframes v-modal-out {
  100% {
    opacity: 0;
  }
}

@keyframes v-modal-out {
  100% {
    opacity: 0;
  }
}

.v-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: #000;
}

/* Cell Component */

/* Header Component */

/* Button Component */

/* Tab Item Component */

/* Tabbar Component */

/* Navbar Component */

/* Checklist Component */

/* Radio Component */

/* z-index */

.mint-datetime {
  width: 100%;
}

.mint-datetime .picker-slot-wrapper,
.mint-datetime .picker-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.mint-datetime .picker-toolbar {
  border-bottom: solid 0.005208rem #eaeaea;
}

.mint-datetime-action {
  display: inline-block;
  width: 50%;
  text-align: center;
  line-height: 0.208333rem;
  font-size: 0.083333rem;
  color: #26a2ff;
}

.mint-datetime-cancel {
  float: left;
}

.mint-datetime-confirm {
  float: right;
}

/* Cell Component */

/* Header Component */

/* Button Component */

/* Tab Item Component */

/* Tabbar Component */

/* Navbar Component */

/* Checklist Component */

/* Radio Component */

/* z-index */

.mint-indexlist {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.mint-indexlist-content {
  margin: 0;
  padding: 0;
  overflow: auto;
}

.mint-indexlist-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  background-color: #fff;
  border-left: solid 0.005208rem #ddd;
  text-align: center;
  max-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mint-indexlist-navlist {
  padding: 0;
  margin: 0;
  list-style: none;
  max-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mint-indexlist-navitem {
  padding: 0.010417rem 0.03125rem;
  font-size: 0.0625rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}

.mint-indexlist-indicator {
  position: absolute;
  width: 0.260417rem;
  height: 0.260417rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 0.260417rem;
  background-color: rgba(0, 0, 0, .7);
  border-radius: 0.026042rem;
  color: #fff;
  font-size: 0.114583rem;
}

.mint-indexsection {
  padding: 0;
  margin: 0;
}

.mint-indexsection-index {
  margin: 0;
  padding: 0.052083rem;
  background-color: #fafafa;
}

.mint-indexsection-index + ul {
  padding: 0;
}

.mint-palette-button {
  display: inline-block;
  position: relative;
  border-radius: 50%;
  width: 0.291667rem;
  height: 0.291667rem;
  line-height: 0.291667rem;
  text-align: center;
  -webkit-transition: -webkit-transform .1s ease-in-out;
  transition: -webkit-transform .1s ease-in-out;
  transition: transform .1s ease-in-out;
  transition: transform .1s ease-in-out, -webkit-transform .1s ease-in-out;
}

.mint-main-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: blue;
  font-size: 2em;
}

.mint-palette-button-active {
  -webkit-animation: mint-zoom 0.5s ease-in-out;
  animation: mint-zoom 0.5s ease-in-out;
}

.mint-sub-button-container>* {
  position: absolute;
  top: 0.078125rem;
  left: 0.078125rem;
  width: 0.130208rem;
  height: 0.130208rem;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

@-webkit-keyframes mint-zoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  30% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }

  90% {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes mint-zoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  30% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }

  90% {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@font-face {
  font-family: "mintui";
  src: url(data:application/x-font-ttf;base64,AAEAAAAPAIAAAwBwRkZUTXMrDTgAAAD8AAAAHE9TLzJXb1zGAAABGAAAAGBjbWFwsbgH3gAAAXgAAAFaY3Z0IA1j/vQAAA2UAAAAJGZwZ20w956VAAANuAAACZZnYXNwAAAAEAAADYwAAAAIZ2x5Zm8hHaQAAALUAAAHeGhlYWQKwq5kAAAKTAAAADZoaGVhCJMESQAACoQAAAAkaG10eBuiAmQAAAqoAAAAKGxvY2EJUArqAAAK0AAAABhtYXhwAS4KKwAACugAAAAgbmFtZal8DOEAAAsIAAACE3Bvc3QbrFqUAAANHAAAAHBwcmVwpbm+ZgAAF1AAAACVAAAAAQAAAADMPaLPAAAAANN2tTQAAAAA03a1NAAEBBIB9AAFAAACmQLMAAAAjwKZAswAAAHrADMBCQAAAgAGAwAAAAAAAAAAAAEQAAAAAAAAAAAAAABQZkVkAMAAeOYJA4D/gABcA38AgAAAAAEAAAAAAxgAAAAAACAAAQAAAAMAAAADAAAAHAABAAAAAABUAAMAAQAAABwABAA4AAAACgAIAAIAAgB45gLmBeYJ//8AAAB45gDmBOYI////ixoEGgMaAQABAAAAAAAAAAAAAAAAAQYAAAEAAAAAAAAAAQIAAAACAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACACIAAAEyAqoAAwAHAClAJgAAAAMCAANXAAIBAQJLAAICAU8EAQECAUMAAAcGBQQAAwADEQUPKzMRIREnMxEjIgEQ7szMAqr9ViICZgAAAAUALP/hA7wDGAAWADAAOgBSAF4Bd0uwE1BYQEoCAQANDg0ADmYAAw4BDgNeAAEICAFcEAEJCAoGCV4RAQwGBAYMXgALBAtpDwEIAAYMCAZYAAoHBQIECwoEWRIBDg4NUQANDQoOQhtLsBdQWEBLAgEADQ4NAA5mAAMOAQ4DXgABCAgBXBABCQgKCAkKZhEBDAYEBgxeAAsEC2kPAQgABgwIBlgACgcFAgQLCgRZEgEODg1RAA0NCg5CG0uwGFBYQEwCAQANDg0ADmYAAw4BDgNeAAEICAFcEAEJCAoICQpmEQEMBgQGDARmAAsEC2kPAQgABgwIBlgACgcFAgQLCgRZEgEODg1RAA0NCg5CG0BOAgEADQ4NAA5mAAMOAQ4DAWYAAQgOAQhkEAEJCAoICQpmEQEMBgQGDARmAAsEC2kPAQgABgwIBlgACgcFAgQLCgRZEgEODg1RAA0NCg5CWVlZQChTUzs7MjEXF1NeU15bWDtSO1JLQzc1MToyOhcwFzBRETEYESgVQBMWKwEGKwEiDgIdASE1NCY1NC4CKwEVIQUVFBYUDgIjBiYrASchBysBIiciLgI9ARciBhQWMzI2NCYXBgcOAx4BOwYyNicuAScmJwE1ND4COwEyFh0BARkbGlMSJRwSA5ABChgnHoX+SgKiARUfIw4OHw4gLf5JLB0iFBkZIBMIdwwSEgwNEhKMCAYFCwQCBA8OJUNRUEAkFxYJBQkFBQb+pAUPGhW8HykCHwEMGScaTCkQHAQNIBsSYYg0Fzo6JRcJAQGAgAETGyAOpz8RGhERGhF8GhYTJA4QDQgYGg0jERMUAXfkCxgTDB0m4wAAAQDp//UCugMMABEASLYKAQIAAQFAS7AaUFhACwABAQpBAAAACwBCG0uwKlBYQAsAAAABUQABAQoAQhtAEAABAAABTQABAQBRAAABAEVZWbMYFQIQKwkCFhQGIicBJjcmNwE2MhYUArD+iQF3ChQcCv5yCgEBCgGOChwUAtT+rf6sCRwTCgFoCw8OCwFoChMcAAAAAAMAXgElA6EB2gAHAA8AFwAhQB4EAgIAAQEATQQCAgAAAVEFAwIBAAFFExMTExMQBhQrEiIGFBYyNjQkIgYUFjI2NCQiBhQWMjY03ks1NUs1ARNLNTVLNQERSzU1SzUB2jVLNTVLNTVLNTVLNTVLNTVLAAAAAQAA/4AEtgN/ABAAEkAPBwYFAwAFAD0AAABfHQEPKwEEAQcmATcBNiQ+AT8BMh4BBLb/AP6adZT+uW0BJZkBCJ5uGBUFDicDNuP95Le4AUdu/wCa+YVeDg4EIwACAE7/6AO4A1IAGAAgACdAJBEDAgMEAUAAAAAEAwAEWQADAAECAwFZAAICCwJCExMVJRgFEyslJyYnNjU0LgEiDgEUHgEzMjcWHwEWMjY0JCImNDYyFhQDrdQFB0lfpMKkX1+kYYZlAwTUCx8W/nb4sLD4sCrYBgJie2KoYWGoxahhWwYE2QsXH5a0/rOz/gAGAEH/wAO/Az4ADwAbADMAQwBPAFsAVUBSW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEGxoZGBcWFRQTEhEQJAEAAUAAAwADaAACAQJpBAEAAQEATQQBAAABUQUBAQABRT08NTQpKB0cFxAGECsAIg4CFB4CMj4CNC4BAwcnByc3JzcXNxcHEiInLgEnJjQ3PgE3NjIXHgEXFhQHDgEHAiIOAhQeAjI+AjQuAQMnByc3JzcXNxcHFyEXNxc3JzcnBycHFwJataZ3R0d3prWmd0dHd0Qimpoimpoimpoimjm2U1F7IiMjIntRU7ZTUHwiIyMifFBUtaV4RkZ4pbWleEdHeGWamiOamiOamiOamv6IIZqaIZqaIZqaIZoDPkd3praleEZGeKW2pnf97yKamiKamiKamiKa/kAjInxQU7ZTUXsiIyMie1FTtlNQfCIDWkZ4pbWleEdHeKW1pXj9zJqaI5qaI5qaI5qaIZqaIZqaIZqaIZoAAAAABABHAAIDtwLdAA0AHQAwADEAMUAuMQEEBQFAAAAABQQABVkABAADAgQDWQACAQECTQACAgFRAAECAUU2NDU1NRIGFCslASYiBwEGFxYzITI3NiUUBisBIiY9ATQ2OwEyFhUnBiMnIiY1JzU0NjsBMhYdAhQHA7f+dxA+EP53EREQHwMSHxAR/mkKCD4ICwsIPggKBQUIPggKAQsHPwgKBVACdBkZ/YwbGhkZGjEJDQ0JJQoNDQpWBQEIB2mmBgkJBqVrBgQAAAADAED/wwO+A0IAAAAQABYAJkAjFhUUExIRBgEAAUAAAQA+AAABAQBNAAAAAVEAAQABRRcRAhArATIiDgIUHgIyPgI0LgEBJzcXARcB/1u2pndHR3emtqZ3R0d3/sXCI58BIyMDQkd4pbameEdHeKa2pXj9w8MjnwEkIwAAAQAAAAEAACFDvy9fDzz1AAsEAAAAAADTdrU0AAAAANN2tTQAAP+ABLYDfwAAAAgAAgAAAAAAAAABAAADf/+AAFwEvwAAAAAEtgABAAAAAAAAAAAAAAAAAAAACQF2ACIAAAAAAVUAAAPpACwEAADpBAAAXgS/AAAD6ABOBAAAQQBHAEAAAAAoACgAKAFkAa4B6AIWAl4DGgN+A7wAAQAAAAsAXwAGAAAAAAACACYANABsAAAAigmWAAAAAAAAAAwAlgABAAAAAAABAAYAAAABAAAAAAACAAYABgABAAAAAAADACEADAABAAAAAAAEAAYALQABAAAAAAAFAEYAMwABAAAAAAAGAAYAeQADAAEECQABAAwAfwADAAEECQACAAwAiwADAAEECQADAEIAlwADAAEECQAEAAwA2QADAAEECQAFAIwA5QADAAEECQAGAAwBcW1pbnR1aU1lZGl1bUZvbnRGb3JnZSAyLjAgOiBtaW50dWkgOiAzLTYtMjAxNm1pbnR1aVZlcnNpb24gMS4wIDsgdHRmYXV0b2hpbnQgKHYwLjk0KSAtbCA4IC1yIDUwIC1HIDIwMCAteCAxNCAtdyAiRyIgLWYgLXNtaW50dWkAbQBpAG4AdAB1AGkATQBlAGQAaQB1AG0ARgBvAG4AdABGAG8AcgBnAGUAIAAyAC4AMAAgADoAIABtAGkAbgB0AHUAaQAgADoAIAAzAC0ANgAtADIAMAAxADYAbQBpAG4AdAB1AGkAVgBlAHIAcwBpAG8AbgAgADEALgAwACAAOwAgAHQAdABmAGEAdQB0AG8AaABpAG4AdAAgACgAdgAwAC4AOQA0ACkAIAAtAGwAIAA4ACAALQByACAANQAwACAALQBHACAAMgAwADAAIAAtAHgAIAAxADQAIAAtAHcAIAAiAEcAIgAgAC0AZgAgAC0AcwBtAGkAbgB0AHUAaQAAAgAAAAAAAP+DADIAAAAAAAAAAAAAAAAAAAAAAAAAAAALAAAAAQACAFsBAgEDAQQBBQEGAQcBCAd1bmlFNjAwB3VuaUU2MDEHdW5pRTYwMgd1bmlFNjA0B3VuaUU2MDUHdW5pRTYwOAd1bmlFNjA5AAEAAf//AA8AAAAAAAAAAAAAAAAAAAAAADIAMgMY/+EDf/+AAxj/4QN//4CwACywIGBmLbABLCBkILDAULAEJlqwBEVbWCEjIRuKWCCwUFBYIbBAWRsgsDhQWCGwOFlZILAKRWFksChQWCGwCkUgsDBQWCGwMFkbILDAUFggZiCKimEgsApQWGAbILAgUFghsApgGyCwNlBYIbA2YBtgWVlZG7AAK1lZI7AAUFhlWVktsAIsIEUgsAQlYWQgsAVDUFiwBSNCsAYjQhshIVmwAWAtsAMsIyEjISBksQViQiCwBiNCsgoAAiohILAGQyCKIIqwACuxMAUlilFYYFAbYVJZWCNZISCwQFNYsAArGyGwQFkjsABQWGVZLbAELLAII0KwByNCsAAjQrAAQ7AHQ1FYsAhDK7IAAQBDYEKwFmUcWS2wBSywAEMgRSCwAkVjsAFFYmBELbAGLLAAQyBFILAAKyOxBAQlYCBFiiNhIGQgsCBQWCGwABuwMFBYsCAbsEBZWSOwAFBYZVmwAyUjYURELbAHLLEFBUWwAWFELbAILLABYCAgsApDSrAAUFggsAojQlmwC0NKsABSWCCwCyNCWS2wCSwguAQAYiC4BABjiiNhsAxDYCCKYCCwDCNCIy2wCixLVFixBwFEWSSwDWUjeC2wCyxLUVhLU1ixBwFEWRshWSSwE2UjeC2wDCyxAA1DVVixDQ1DsAFhQrAJK1mwAEOwAiVCsgABAENgQrEKAiVCsQsCJUKwARYjILADJVBYsABDsAQlQoqKIIojYbAIKiEjsAFhIIojYbAIKiEbsABDsAIlQrACJWGwCCohWbAKQ0ewC0NHYLCAYiCwAkVjsAFFYmCxAAATI0SwAUOwAD6yAQEBQ2BCLbANLLEABUVUWACwDSNCIGCwAWG1Dg4BAAwAQkKKYLEMBCuwaysbIlktsA4ssQANKy2wDyyxAQ0rLbAQLLECDSstsBEssQMNKy2wEiyxBA0rLbATLLEFDSstsBQssQYNKy2wFSyxBw0rLbAWLLEIDSstsBcssQkNKy2wGCywByuxAAVFVFgAsA0jQiBgsAFhtQ4OAQAMAEJCimCxDAQrsGsrGyJZLbAZLLEAGCstsBossQEYKy2wGyyxAhgrLbAcLLEDGCstsB0ssQQYKy2wHiyxBRgrLbAfLLEGGCstsCAssQcYKy2wISyxCBgrLbAiLLEJGCstsCMsIGCwDmAgQyOwAWBDsAIlsAIlUVgjIDywAWAjsBJlHBshIVktsCQssCMrsCMqLbAlLCAgRyAgsAJFY7ABRWJgI2E4IyCKVVggRyAgsAJFY7ABRWJgI2E4GyFZLbAmLLEABUVUWACwARawJSqwARUwGyJZLbAnLLAHK7EABUVUWACwARawJSqwARUwGyJZLbAoLCA1sAFgLbApLACwA0VjsAFFYrAAK7ACRWOwAUVisAArsAAWtAAAAAAARD4jOLEoARUqLbAqLCA8IEcgsAJFY7ABRWJgsABDYTgtsCssLhc8LbAsLCA8IEcgsAJFY7ABRWJgsABDYbABQ2M4LbAtLLECABYlIC4gR7AAI0KwAiVJiopHI0cjYSBYYhshWbABI0KyLAEBFRQqLbAuLLAAFrAEJbAEJUcjRyNhsAZFK2WKLiMgIDyKOC2wLyywABawBCWwBCUgLkcjRyNhILAEI0KwBkUrILBgUFggsEBRWLMCIAMgG7MCJgMaWUJCIyCwCUMgiiNHI0cjYSNGYLAEQ7CAYmAgsAArIIqKYSCwAkNgZCOwA0NhZFBYsAJDYRuwA0NgWbADJbCAYmEjICCwBCYjRmE4GyOwCUNGsAIlsAlDRyNHI2FgILAEQ7CAYmAjILAAKyOwBENgsAArsAUlYbAFJbCAYrAEJmEgsAQlYGQjsAMlYGRQWCEbIyFZIyAgsAQmI0ZhOFktsDAssAAWICAgsAUmIC5HI0cjYSM8OC2wMSywABYgsAkjQiAgIEYjR7AAKyNhOC2wMiywABawAyWwAiVHI0cjYbAAVFguIDwjIRuwAiWwAiVHI0cjYSCwBSWwBCVHI0cjYbAGJbAFJUmwAiVhsAFFYyMgWGIbIVljsAFFYmAjLiMgIDyKOCMhWS2wMyywABYgsAlDIC5HI0cjYSBgsCBgZrCAYiMgIDyKOC2wNCwjIC5GsAIlRlJYIDxZLrEkARQrLbA1LCMgLkawAiVGUFggPFkusSQBFCstsDYsIyAuRrACJUZSWCA8WSMgLkawAiVGUFggPFkusSQBFCstsDcssC4rIyAuRrACJUZSWCA8WS6xJAEUKy2wOCywLyuKICA8sAQjQoo4IyAuRrACJUZSWCA8WS6xJAEUK7AEQy6wJCstsDkssAAWsAQlsAQmIC5HI0cjYbAGRSsjIDwgLiM4sSQBFCstsDossQkEJUKwABawBCWwBCUgLkcjRyNhILAEI0KwBkUrILBgUFggsEBRWLMCIAMgG7MCJgMaWUJCIyBHsARDsIBiYCCwACsgiophILACQ2BkI7ADQ2FkUFiwAkNhG7ADQ2BZsAMlsIBiYbACJUZhOCMgPCM4GyEgIEYjR7AAKyNhOCFZsSQBFCstsDsssC4rLrEkARQrLbA8LLAvKyEjICA8sAQjQiM4sSQBFCuwBEMusCQrLbA9LLAAFSBHsAAjQrIAAQEVFBMusCoqLbA+LLAAFSBHsAAjQrIAAQEVFBMusCoqLbA/LLEAARQTsCsqLbBALLAtKi2wQSywABZFIyAuIEaKI2E4sSQBFCstsEIssAkjQrBBKy2wQyyyAAA6Ky2wRCyyAAE6Ky2wRSyyAQA6Ky2wRiyyAQE6Ky2wRyyyAAA7Ky2wSCyyAAE7Ky2wSSyyAQA7Ky2wSiyyAQE7Ky2wSyyyAAA3Ky2wTCyyAAE3Ky2wTSyyAQA3Ky2wTiyyAQE3Ky2wTyyyAAA5Ky2wUCyyAAE5Ky2wUSyyAQA5Ky2wUiyyAQE5Ky2wUyyyAAA8Ky2wVCyyAAE8Ky2wVSyyAQA8Ky2wViyyAQE8Ky2wVyyyAAA4Ky2wWCyyAAE4Ky2wWSyyAQA4Ky2wWiyyAQE4Ky2wWyywMCsusSQBFCstsFwssDArsDQrLbBdLLAwK7A1Ky2wXiywABawMCuwNistsF8ssDErLrEkARQrLbBgLLAxK7A0Ky2wYSywMSuwNSstsGIssDErsDYrLbBjLLAyKy6xJAEUKy2wZCywMiuwNCstsGUssDIrsDUrLbBmLLAyK7A2Ky2wZyywMysusSQBFCstsGgssDMrsDQrLbBpLLAzK7A1Ky2waiywMyuwNistsGssK7AIZbADJFB4sAEVMC0AAEu4AMhSWLEBAY5ZuQgACABjILABI0QgsAMjcLAORSAgS7gADlFLsAZTWliwNBuwKFlgZiCKVViwAiVhsAFFYyNisAIjRLMKCQUEK7MKCwUEK7MODwUEK1myBCgJRVJEswoNBgQrsQYBRLEkAYhRWLBAiFixBgNEsSYBiFFYuAQAiFixBgFEWVlZWbgB/4WwBI2xBQBEAAAA);
}

.mintui {
  font-family: "mintui" !important;
  font-size: 0.083333rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.001042rem;
  -moz-osx-font-smoothing: grayscale;
}

.mintui-search:before {
  content: "\E604";
}

.mintui-more:before {
  content: "\E601";
}

.mintui-back:before {
  content: "\E600";
}

.mintui-field-error:before {
  content: "\E605";
}

.mintui-field-warning:before {
  content: "\E608";
}

.mintui-success:before {
  content: "\E602";
}

.mintui-field-success:before {
  content: "\E609";
}
.container[data-v-15f3b528] {
  width: 100%;
  height: 100%;
  overflow: auto;
}
.container[data-v-15f3b528] .el-select .el-input__inner,
.container[data-v-15f3b528] .el-input__inner,
.container[data-v-15f3b528] .el-date-editor,
.container[data-v-15f3b528] .el-input__icon,
.container[data-v-15f3b528] .el-date-editor .el-range-separator {
  line-height: 0.1875rem;
  height: 0.1875rem;
  vertical-align: middle;
}
.container[data-v-15f3b528] .el-button {
  line-height: 0.5;
  height: 0.1875rem;
  vertical-align: middle;
}
.mobile[data-v-15f3b528] {
  width: 62.5%;
  margin: 0 auto;
  height: 100%;
}
.mobile_title[data-v-15f3b528] {
  width: 100%;
  /* height: 106px; */
  padding: 0.1875rem 0;
  /* line-height: 106px; */
}
.mobile_title > span[data-v-15f3b528] {
  font-size: 0.125rem;
  font-family: "\601D\6E90\9ED1\4F53";
  font-weight: 500;
  color: #4d4d4d;
  line-height: 0.1875rem;
  margin-right: 0.104167rem;
}
.mobile_content[data-v-15f3b528] {
  width: 100%;
  min-height: calc(100% - 0.65625rem);
  background: white;
  padding: 0.135417rem 0.260417rem;
  margin-bottom: 0.104167rem;
}
.mobile_content > p[data-v-15f3b528] {
  font-size: 0.104167rem;
  font-weight: 500;
  font-family: "\601D\6E90\9ED1\4F53";
  color: #444444;
  line-height: 0.125rem;
  padding-bottom: 0.041667rem;
  border-bottom: 0.005208rem solid #F4F4F4;
}
.mobile_content > table[data-v-15f3b528] {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0.052083rem 0.15625rem;
  margin-bottom: 0.104167rem;
}
.mobile_content > table tr td[data-v-15f3b528]:nth-of-type(odd) {
  text-align: right;
  width: 10%;
}
.mobile_content > table tr td[data-v-15f3b528]:nth-of-type(even) {
  width: 40%;
}
.mobile_content > table tr td:nth-of-type(even) > .el-input[data-v-15f3b528],
.mobile_content > table tr td:nth-of-type(even) > .el-select[data-v-15f3b528] {
  width: 1.208333rem;
  height: 0.1875rem;
  background: #ffffff;
  border-radius: 0.020833rem;
}
.mobile_content[data-v-15f3b528]  table input::-webkit-outer-spin-button,
.mobile_content[data-v-15f3b528]  table input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.mobile_content[data-v-15f3b528]  table input[type="number"] {
  -moz-appearance: textfield;
}
.container[data-v-19757df1] {
  width: 100%;
  height: 100%;
  font-size: 0.09375rem;
  overflow: auto;
  min-height: 4.6875rem;
  background: white;
  white-space: nowrap;
  position: relative;
  min-height: 4.6875rem;
}
.bannder[data-v-19757df1] {
  position: absolute;
  background: url(../../static/img/pc-index.c732037.png) no-repeat;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  overflow: auto;
  -webkit-transition: 1s;
  transition: 1s;
}
.add_center[data-v-19757df1] {
  width: 80%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding: 0.208333rem;
  padding-left: 0.416667rem;
}
.add_center table[data-v-19757df1] {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0.104167rem;
}
.add_center table td[data-v-19757df1]:nth-of-type(odd) {
  text-align: right;
}
.add_center table td:nth-of-type(even) .el-input[data-v-19757df1] {
  width: 1.145833rem;
}
.add_center table tr[data-v-19757df1] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.add_center table tr td[data-v-19757df1]:nth-of-type(odd) {
  width: 15%;
  line-height: 0.197917rem;
  margin-right: 0.052083rem;
  margin-bottom: 0.078125rem;
}
.add_center table tr td[data-v-19757df1]:nth-of-type(even) {
  width: 30%;
  line-height: 0.197917rem;
  margin-bottom: 0.078125rem;
}
.ul_table[data-v-19757df1] {
  padding: 0.078125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.005208rem solid #eee;
}
.ul_tr[data-v-19757df1],
.ul_tr label[data-v-19757df1] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.ul_tr li[data-v-19757df1] {
  line-height: 150%;
  width: 12.5%;
  text-align: center;
}
.ul_tr li[data-v-19757df1]:last-child {
  min-width: 18%;
}
.ul_tr li[data-v-19757df1]:first-child {
  min-width: 18%;
}
.add_center .el-icon-minus[data-v-19757df1] {
  width: 0.15625rem;
  height: 0.15625rem;
  border-radius: 0.020833rem;
  border: 0.005208rem solid#ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 0.15625rem;
  text-align: center;
}
.add_center .el-icon-plus[data-v-19757df1],
.el_active[data-v-19757df1] {
  width: 0.15625rem;
  height: 0.15625rem;
  border-radius: 0.020833rem;
  background: #3699ff;
  line-height: 0.15625rem;
  text-align: center;
  color: white;
}
.Required[data-v-19757df1]:before {
  content: '*';
  color: red;
}
.add_center[data-v-19757df1]  table input::-webkit-outer-spin-button,
.add_center[data-v-19757df1]  table input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.add_center[data-v-19757df1]  table input[type="number"] {
  -moz-appearance: textfield;
}
.add_center input[type="radio"][data-v-19757df1] {
  width: 0.104167rem;
  height: 0.104167rem;
  vertical-align: middle;
}
.add_center[data-v-19757df1] table td:nth-of-type(even) .input-with-select .el-select .el-input .el-input__inner {
  height: 0.151042rem !important;
  background: #fff;
}
*[data-v-53b48907] {
  font-size: 0.4rem;
}
.box[data-v-53b48907] {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background: white;
  max-height: 100%;
}
h3[data-v-53b48907] {
  text-align: center;
  font-size: 0.6rem;
  line-height: 1rem;
}
h3>span[data-v-53b48907] {
  margin: 0 1rem;
}
.ul[data-v-53b48907] {
  position: absolute;
  left: 0;
  top: 0;
  width: 500%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ul>li[data-v-53b48907] {
  float: left;
  width: 20%;
  height: 100%;
  position: relative;
  overflow: auto;
}
.ul>li > img[data-v-53b48907] {
  width: 100%;
  display: block;
  margin: 0 auto;
  overflow: auto;
}
.ul .li_0 button[data-v-53b48907] {
  position: absolute;
  top: 14.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 5rem;
  height: 1.5rem;
  background: -webkit-gradient(linear,left top, right top,from(rgba(0,180,191,1)),to(rgba(66,230,149,1)));
  background: linear-gradient(90deg,rgba(0,180,191,1) 0%,rgba(66,230,149,1) 100%);
  -webkit-box-shadow: 0 0.020833rem 0.140625rem 0.010417rem rgba(24,174,108,0.5);
          box-shadow: 0 0.020833rem 0.140625rem 0.010417rem rgba(24,174,108,0.5);
  border-radius: 2rem;
  border: none;
  outline: none;
  color: white;
  z-index: 10;
}
.ul .li_0 button .el-icon-more[data-v-53b48907] {
  font-weight: 300;
}
.ul .li_0 button .el-icon-right[data-v-53b48907] {
  font-weight: 900;
}
.add_center[data-v-53b48907] {
  background: url(../../static/img/model-b.4dc6719.png) repeat-y;
  background-size: 100% 100%;
}
.add_center table[data-v-53b48907] {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0.3rem;
}
.add_center table tr td[data-v-53b48907]:nth-of-type(odd) {
  width: 25%;
  text-align: right;
  vertical-align: text-top;
  line-height: 1rem;
}
.add_center table tr td[data-v-53b48907]:nth-of-type(even) {
  width: 60%;
  position: relative;
}
.add_center table tr td input[data-v-53b48907],
.add_center table tr td select[data-v-53b48907] {
  width: 90%;
  height: 1rem;
  background: rgba(255,255,255,1);
  border: 0.005208rem solid rgba(246,248,250,1);
  -webkit-box-shadow: 0 0.020833rem 0.036458rem 0.005208rem rgba(48,145,100,0.06);
          box-shadow: 0 0.020833rem 0.036458rem 0.005208rem rgba(48,145,100,0.06);
  border-radius: 0.03125rem;
  -webkit-appearance: none;
}
.add_center table tr td input[type='radio'][data-v-53b48907],
.add_center table tr td input[type='checkbox'][data-v-53b48907] {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: .5rem;
  height: .5rem;
  vertical-align: middle;
  -webkit-appearance: checkbox;
}
.add_center table tr td label[data-v-53b48907] {
  margin-bottom: .5rem;
}
.search_msg[data-v-53b48907] {
  background: white;
  width: 90%;
  max-height: 3rem;
  overflow: auto;
  position: absolute;
  top: 1.5rem;
  z-index: 10;
}
.ul_table[data-v-53b48907] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.005208rem solid #eee;
  float: left;
  width: 50%;
  height: 6rem;
  position: relative;
}
.ul_tr[data-v-53b48907] {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.ul_tr li[data-v-53b48907] {
  line-height: 150%;
  width: 100%;
  text-align: center;
}
.ul_tr li[data-v-53b48907]:nth-of-type(odd) {
  background: #eee;
}
.ul_tr li[data-v-53b48907]:nth-of-type(even) {
  background: #fff;
}
.add_center .el-icon-minus[data-v-53b48907] {
  width: 0.15625rem;
  height: 0.15625rem;
  border-radius: 0.020833rem;
  border: 0.005208rem solid#ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 0.15625rem;
  text-align: center;
}
.add_center .el-icon-plus[data-v-53b48907],
.el_active[data-v-53b48907] {
  width: 0.15625rem;
  height: 0.15625rem;
  border-radius: 0.020833rem;
  background: #3699ff;
  line-height: 0.15625rem;
  text-align: center;
  color: white;
}
.Required[data-v-53b48907]:before {
  content: '*';
  color: red;
}
.label_box[data-v-53b48907] {
  display: inline-block;
  width: 46%;
  white-space: nowrap;
}
input[type="date"][data-v-53b48907]:before {
  content: attr(placeholder);
  color: rgba(50, 50, 50, .8);
}
*[data-v-56da50e0] {
  font-size: 0.4rem;
}
.box[data-v-56da50e0] {
  width: 100vw;
  /* max-width: 750px; */
  height: 100vh;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  background: url(../../static/img/active_1.31641e4.png) no-repeat;
  background-size: 100% 100%;
}
.img_1[data-v-56da50e0] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.img_2[data-v-56da50e0] {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60%;
}
.img_3[data-v-56da50e0] {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  bottom: 0em;
  width: 40%;
}
.img_4[data-v-56da50e0] {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4em;
  background: white;
  border-radius: 1em 1em 0 0;
}
.img_5[data-v-56da50e0] {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0em;
  z-index: 0;
  width: 90%;
  height: 4.5em;
  background: #E4E4EE;
  border-radius: 1em 1em 0 0;
}
.box_img[data-v-56da50e0] {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
}
*[data-v-2dedd7d9] {
  font-size: 0.4rem;
}
.box[data-v-2dedd7d9] {
  width: 100vw;
  /* max-width: 750px; */
  height: 100vh;
  position: relative;
  margin: 0 auto;
  padding: 5%;
  background: url(../../static/img/active_2.0584e2e.png) no-repeat;
  background-size: 100% 100%;
  overflow: auto;
}
.box > div[data-v-2dedd7d9] {
  width: 90%;
  height: auto;
  min-height: 80%;
  background: white;
  padding: 5%;
  margin: 5% auto;
  border-radius: 1em;
  position: relative;
}
.box table[data-v-2dedd7d9] {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 1em;
}
.box table td[data-v-2dedd7d9] {
  height: 3em;
}
.box table td > div[data-v-2dedd7d9] {
  width: 100%;
  height: 3em;
  line-height: 3em;
  background: #ffffff;
  border: 0.005208rem solid #d9d9e0;
  border-radius: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.box table td > div span[data-v-2dedd7d9]:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  background: #283674;
  color: white;
}
.box table td > div span[data-v-2dedd7d9]:last-child {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.box table td > div span:last-child input[data-v-2dedd7d9],
.box table td > div span:last-child select[data-v-2dedd7d9] {
  width: 100%;
  border: none;
  height: 3em;
  line-height: 3em;
  background-color: transparent;
  text-indent: 1em;
}
.box table td > div span:last-child img[data-v-2dedd7d9] {
  height: 3em;
  margin-left: 1em;
}
.box > div p[data-v-2dedd7d9] {
  text-align: center;
  width: 60%;
  height: 3em;
  line-height: 3em;
  font-size: 1em;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(50%);
          transform: translateX(-50%) translateY(50%);
  bottom: 0em;
  background: #ffe24a;
  -webkit-box-shadow: 0.005208rem 0.083333rem 0.177083rem 0.010417rem rgba(5, 5, 67, 0.36);
          box-shadow: 0.005208rem 0.083333rem 0.177083rem 0.010417rem rgba(5, 5, 67, 0.36);
  border-radius: 0.286458rem;
  position: absolute;
  border-radius: 4em;
  font-weight: bold;
  color: #343434;
}
.box >div  p img[data-v-2dedd7d9] {
  height: 0.8em;
}
*[data-v-4989bcef] {
  font-size: 0.4rem;
}
.box[data-v-4989bcef] {
  width: 100vw;
  /* max-width: 750px; */
  height: 100vh;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  background: url(../../static/img/active_2.0584e2e.png) no-repeat;
  background-size: 100% 100%;
}
.box > div[data-v-4989bcef] {
  width: 90%;
  height: 90%;
  background: white;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  border-radius: 1em;
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  color: #343434;
  line-height: 2em;
}
.main > div[data-v-4989bcef] {
  width: 100%;
}
.main_1 img[data-v-4989bcef] {
  width: 20%;
  margin-top: 20%;
}
.main_1 p[data-v-4989bcef] {
  opacity: 1;
  font-family: "\601D\6E90\9ED1\4F53";
}
.main > p[data-v-4989bcef] {
  opacity: 0.4;
}
.main_2 img[data-v-4989bcef] {
  width: 50%;
  margin-top: 20%;
}
.container[data-v-38d28e6e] {
  width: 100%;
  height: 100%;
}
.box[data-v-6c2335e0] {
  width: 100%;
  height: 100%;
  padding: 0% 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 4.166667rem;
  white-space: nowrap;
  position: relative;
}
.box > div[data-v-6c2335e0]:first-child {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  position: relative;
}
.box > div:first-child h2[data-v-6c2335e0] {
  font-size: 0.614583rem;
  font-weight: 200;
}
.box > div:first-child > div[data-v-6c2335e0] {
  width: 100%;
  height: 50%;
  padding-top: 0.104167rem;
}
.box > div:first-child > div[data-v-6c2335e0]:first-child {
  padding-top: 30%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.box > div:first-child p[data-v-6c2335e0] {
  font-size: 0.25rem;
  font-weight: 200;
}
.box > div[data-v-6c2335e0]:last-child {
  -webkit-box-flex: 7;
      -ms-flex: 7;
          flex: 7;
  width: 100%;
  height: 100%;
}
.box img[data-v-6c2335e0] {
  width: 100%;
}
.imgs[data-v-6c2335e0] {
  height: 100%;
}
.span[data-v-6c2335e0] {
  width: 1.822917rem;
  height: 0.442708rem;
  background: rgba(242, 0, 51, 1);
  border-radius: 0.520833rem;
  display: block;
  font-size: 0.182292rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 0.442708rem;
  margin-top: 0.104167rem;
}
.span1[data-v-6c2335e0] {
  width: 1.822917rem;
  height: 0.442708rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#67eaaa), to(#33c3cc));
  background: linear-gradient(#67eaaa, #33c3cc);
  border-radius: 0.520833rem;
  display: block;
  font-size: 0.182292rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 0.442708rem;
  cursor: pointer;
}
.back-fixed[data-v-6c2335e0] {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
}
.iscopy[data-v-6c2335e0] {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 1.041667rem;
  height: 0.520833rem;
  line-height: 0.520833rem;
  text-align: center;
  font-size: 0.197917rem;
  background: rgba(255, 255, 255, 0.8);
}
.container[data-v-65f51ba0] {
  width: 100%;
  height: 100%;
  background: linear-gradient(125deg , rgba(0,180,191,1) 0%,rgba(66,230,149,1) 100%);
  position: relative;
}
.box[data-v-65f51ba0] {
  width: 6.09375rem;
  height: 3.734375rem;
  background: rgba(255,255,255,1);
  -webkit-box-shadow: 0 0.046875rem 0.338542rem 0 rgba(16,192,181,0.44);
          box-shadow: 0 0.046875rem 0.338542rem 0 rgba(16,192,181,0.44);
  border-radius: 0.104167rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  padding: 0.5rem 1.5625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.box span[data-v-65f51ba0] {
  font-size: 0.083333rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(50,50,50,1);
}
input[type=text][data-v-65f51ba0] {
  width: 1.927083rem;
  height: 0.21875rem;
  border: 0.005208rem solid rgba(213,213,224,1);
  border-radius: 0.03125rem;
  padding-left: 0.052083rem;
  caret-color: #000;
}

/* table{width: 80%;} */
table tr[data-v-65f51ba0] {
  margin-bottom: 0.15625rem;
}
table tr td[data-v-65f51ba0]:first-child {
  text-align: right;
  height: 0.364583rem;
  width: 0.625rem;
}
input[type="radio"] + label[data-v-65f51ba0]::before {
  content: "\A0";
  /*不换行空格*/
  display: inline-block;
  vertical-align: middle;
  font-size: 0.09375rem;
  width: 0.083333rem;
  height: 0.083333rem;
  margin-right: .6em;
  border-radius: 50%;
  border: 0.005208rem solid rgba(213,213,224,1);
  text-indent: .15em;
  line-height: 1;
  padding: 0.026042rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="radio"]:checked + label[data-v-65f51ba0]::before {
  background-color: rgba(230,0,45,1);
  background-clip: content-box;
  padding: .2em;
}
input[type="radio"][data-v-65f51ba0] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.rt[data-v-65f51ba0] {
  margin-right: 0.104167rem;
  line-height: 0.1875rem;
}
.btn-red[data-v-65f51ba0] {
  width: 0.692708rem;
  height: 0.1875rem;
  background: rgba(242,0,51,1);
  -webkit-box-shadow: 0 0.057292rem 0.052083rem 0 rgba(255,167,167,0.39);
          box-shadow: 0 0.057292rem 0.052083rem 0 rgba(255,167,167,0.39);
  border-radius: 0.09375rem;
  border: none;
  font-size: 0.098958rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: rgba(255,255,255,1);
  line-height: 0.130208rem;
}
.red[data-v-65f51ba0] {
  color: red;
}
.font_size[data-v-65f51ba0] {
  font-size: 0.114583rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(50,50,50,1);
}
.font_size td:first-child span[data-v-65f51ba0] {
  font-size: 0.114583rem;
  line-height: 0.177083rem;
}
.box[data-v-27873aaf] {
  width: 100%;
  height: 100%;
  background: rgba(244, 245, 250, 1);
  overflow-y: auto;
  position: relative;
}
.box_ul[data-v-27873aaf] {
  width: 100%;
  height: 100%;
}
.main[data-v-27873aaf] {
  width: 100%;
  height: 100%;
  background: rgba(244, 245, 250, 1);
  position: relative;
  padding: 4% 8%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.main > div[data-v-27873aaf] {
  min-height: 33%;
  width: 100%;
  margin-bottom: 0.104167rem;
  cursor: pointer;
  height: 1.302083rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tab[data-v-27873aaf] {
  height: 100%;
  /* margin-right: 30px; */
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.tab img[data-v-27873aaf] {
  /* width: 100%; */
  height: 100%;
}
.res[data-v-27873aaf] {
  width: 83%;
  min-height: 100%;
  background: #fff;
  -webkit-box-flex: 8;
      -ms-flex: 8;
          flex: 8;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.03125rem 0.083333rem 0 rgba(233, 233, 242, 1);
          box-shadow: 0 0.03125rem 0.083333rem 0 rgba(233, 233, 242, 1);
  border-radius: 0.03125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.104167rem 0.145833rem;
  padding-right: 0.5625rem;
  line-height: 200%;
}
.res div[data-v-27873aaf] {
  height: 100%;
  position: relative;
  font-size: 0.09375rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: rgba(66, 70, 91, 1);
  line-height: 0.1875rem;
}
.res div span[data-v-27873aaf] {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 0.1875rem;
  height: 0.1875rem;
  border: 0.005208rem solid #000;
  border-radius: 50%;
  text-align: center;
}
.res div span i[data-v-27873aaf] {
  font-weight: 800;
  color: #000;
  font-size: 0.145833rem;
  line-height: 0.1875rem;
}
.background_b[data-v-27873aaf] {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.background_b_alter[data-v-27873aaf] {
  position: absolute;
  width: 40%;
  height: 50%;
  background: white;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  min-height: 2.083333rem;
  min-width: 3.645833rem;
  -webkit-box-shadow: 0 0 0.052083rem 0 #eee;
          box-shadow: 0 0 0.052083rem 0 #eee;
  border-radius: 0.078125rem;
  overflow: hidden;
}
.posi[data-v-27873aaf] {
  position: absolute;
  right: -0.026042rem;
  top: -0.026042rem;
  width: 0.208333rem;
  height: 0.208333rem;
  background: red;
  color: white;
  line-height: 0.182292rem;
  text-align: center;
  border-radius: 0 0 0 0.520833rem;
  cursor: pointer;
}
.background_b_alter p[data-v-27873aaf] {
  font-size: 0.46875rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(68, 68, 68, 1);
  text-align: center;
  margin-top: 0.416667rem;
}
.background_b_alter img[data-v-27873aaf] {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40%;
}
.posi1[data-v-27873aaf] {
  position: absolute;
  right: 0.104167rem;
  bottom: 0.104167rem;
  cursor: pointer;
}
.posi1 img[data-v-27873aaf] {
  width: 0.416667rem;
}
.box_ul[data-v-6a2a43a7] {
  width: 100%;
  height: 100%;
  background: #f1f2f8;
  overflow: hidden;
}
header[data-v-6a2a43a7] {
  width: 100%;
  background: white;
  min-height: 0.520833rem;
  padding: 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.145833rem;
  height: 0.520833rem;
  height: 10%;
  box-sizing: border-box;
}
.nav[data-v-6a2a43a7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0.3125rem;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.nav li[data-v-6a2a43a7] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  height: 0.302083rem;
  line-height: 0.302083rem;
}
.nav li img[data-v-6a2a43a7] {
  height: 0.234375rem;
  vertical-align: middle;
}
.nav li span[data-v-6a2a43a7] {
  display: inline-block;
  padding: 0.026042rem 0.260417rem;
  cursor: pointer;
  border-radius: 0.182292rem;
}
.nav .active[data-v-6a2a43a7] {
  background: -webkit-gradient(
    linear,
    left top, left bottom,
    from(0),
    color-stop(0%, rgba(0, 180, 191, 0.8)),
    to(rgba(66, 230, 149, 0.8))
  );
  background: linear-gradient(
    0,
    rgba(0, 180, 191, 0.8) 0%,
    rgba(66, 230, 149, 0.8) 100%
  );
  color: white;
}
.main[data-v-6a2a43a7] {
  width: 100%;
  padding-top: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 90%;
}
.main[data-v-6a2a43a7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
}
.main .left[data-v-6a2a43a7] {
  background: white;
  height: 100%;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  overflow-y: auto;
}
.main .left div[data-v-6a2a43a7] {
  float: left;
  width: 40%;
  height: 0.625rem;
  text-align: center;
  margin: 0 4%;
  padding: 0.104167rem 0;
  margin-bottom: 0.052083rem;
  margin: 5%;
}
.main .left div img[data-v-6a2a43a7] {
  max-width: 0.416667rem;
}
.main .left div[data-v-6a2a43a7]:hover {
  background: -webkit-gradient(
    linear,
    left top, left bottom,
    from(0),
    color-stop(0%, rgba(0, 180, 191, 0.8)),
    to(rgba(66, 230, 149, 0.8))
  );
  background: linear-gradient(
    0,
    rgba(0, 180, 191, 0.8) 0%,
    rgba(66, 230, 149, 0.8) 100%
  );
  -webkit-box-shadow: 0 0.0625rem 0.151042rem 0 rgba(22, 157, 157, 0.35);
          box-shadow: 0 0.0625rem 0.151042rem 0 rgba(22, 157, 157, 0.35);
}
.main .left .active1[data-v-6a2a43a7] {
  background: -webkit-gradient(
    linear,
    left top, left bottom,
    from(0),
    color-stop(0%, rgba(0, 180, 191, 0.8)),
    to(rgba(66, 230, 149, 0.8))
  );
  background: linear-gradient(
    0,
    rgba(0, 180, 191, 0.8) 0%,
    rgba(66, 230, 149, 0.8) 100%
  );
  -webkit-box-shadow: 0 0.0625rem 0.151042rem 0 rgba(22, 157, 157, 0.35);
          box-shadow: 0 0.0625rem 0.151042rem 0 rgba(22, 157, 157, 0.35);
}
.main .right[data-v-6a2a43a7] {
  min-height: 3.125rem;
  -webkit-box-flex: 7;
      -ms-flex: 7;
          flex: 7;
  margin: 0 0.104167rem;
  height: 100%;
  overflow-y: auto;
  margin-bottom: 0;
}
.main .right div[data-v-6a2a43a7] {
  background: white;
  margin-bottom: 0.104167rem;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 0.197917rem;
  height: auto;
  min-height: 30%;
}
.main .right div p[data-v-6a2a43a7] {
  cursor: pointer;
  padding-left: 0.104167rem;
  margin-bottom: 0.015625rem;
}
.posi[data-v-6a2a43a7] {
  position: absolute;
  right: 0.104167rem;
  top: 0.104167rem;
  cursor: pointer;
  z-index: 10;
  width: 0.104167rem;
  height: 0.260417rem;
  line-height: 0.260417rem;
  border-radius: 0.260417rem;
  outline: none;
}
.allSelect_option[data-v-6a2a43a7] {
  width: 0.78125rem;
  position: absolute;
  left: -0.520833rem;
}
.el-icon-more[data-v-6a2a43a7] {
  font-size: 0.104167rem;
  color: #000;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-box-shadow: 0 0 0.015625rem 0 #cccccc;
          box-shadow: 0 0 0.015625rem 0 #cccccc;
  width: 0.208333rem;
  text-align: center;
}
.icon[data-v-6a2a43a7] {
  width: 0.239583rem;
  height: 0.239583rem;
  font-size: 0.239583rem;
  color: #999;
  margin: 0.104167rem 0;
  margin-right: 2%;
  position: absolute;
  right: 0;
  top: 0;
}
.right p[data-v-6a2a43a7]:hover {
  background: #999;
  color: white;
}
.container[data-v-7e98b4a0] {
  width: 100%;
  min-height: 100%;
}

/* .container >div>img{width: 100%;min-height: 100%;} */
.container_mian[data-v-7e98b4a0] {
  background: url(../../static/img/hm.4e07798.png);
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.container_mian_box[data-v-7e98b4a0] {
  position: absolute;
  top: 60%;
  left: 50%;
  width: 6.25rem;
  height: 1.041667rem;
  margin-top: -0.520833rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 20;
  color: white;
  text-align: center;
}
.container_mian_box > div[data-v-7e98b4a0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  /* justify-content: center; */
  width: calc(400 * 0.015625rem);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.container_mian_box .btn[data-v-7e98b4a0] {
  outline: none;
  border: none;
  color: #000;
  font-size: 0.197917rem;
  font-weight: 500;
  line-height: 0.520833rem;
  background: white;
  cursor: pointer;
  width: 2.083333rem;
  height: 0.520833rem;
}
.father .hover[data-v-7e98b4a0] {
  display: none;
}
.father:hover .hover[data-v-7e98b4a0] {
  display: block;
}
.hover[data-v-7e98b4a0] {
  /* position: absolute; */
  width: calc(400 * 0.015625rem);
  z-index: 10;
  white-space: nowrap;
  border: 0.005208rem solid #def0f8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  height: 0.25rem;
  line-height: 0.25rem;
  background: white;
  margin-top: 0.052083rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hover span[data-v-7e98b4a0] {
  padding-left: 0.104167rem;
  color: #ccc;
  cursor: pointer;
}
.hover span[data-v-7e98b4a0]:hover {
  color: rgb(50, 50, 0);
}
.hover div[data-v-7e98b4a0] {
  width: 100%;
  text-align: center;
  color: #ccc;
}

/* .hover{position: relative;cursor: pointer;} */
.lun[data-v-b800591a] {
  width: 100%;
  height: 100%;
  position: relative;
  background: white;
  overflow: auto;
}
.ul[data-v-b800591a] {
  width: 500%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .3s;
  transition: .3s;
}
.ul li[data-v-b800591a] {
  float: left;
  width: 20%;
  height: 100%;
  overflow: auto;
}
.ul li img[data-v-b800591a] {
  height: 100%;
}
img[data-v-b800591a] {
  height: 100%;
  margin: 0 auto;
  display: block;
  min-height: 5.208333rem;
}
ol[data-v-b800591a] {
  position: absolute;
  right: 5%;
  bottom: 2%;
}
ol li[data-v-b800591a] {
  width: 0.130208rem;
  height: 0.130208rem;
  float: left;
  margin: 0.052083rem;
  cursor: pointer;
}
ol li img[data-v-b800591a] {
  width: 100%;
  height: 100%;
  opacity: .5;
}
.imgs[data-v-b800591a] {
  position: absolute;
  right: 5%;
  top: 5%;
  z-index: 9999;
  border: 0.005208rem solid #ccc;
  padding: 0.052083rem;
  cursor: pointer;
  background: white;
}
[data-v-b800591a]::-webkit-scrollbar {
  width: 0.078125rem;
  height: 0.078125rem;
  background-color: #F5F5F5;
}

/*定义滚动条轨道 内阴影+圆角*/
[data-v-b800591a]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0.03125rem rgba(0,0,0,0.3);
  border-radius: 0.052083rem;
  background-color: #F5F5F5;
}

/*定义滑块 内阴影+圆角*/
[data-v-b800591a]::-webkit-scrollbar-thumb {
  border-radius: 0.052083rem;
  -webkit-box-shadow: inset 0 0 0.03125rem rgba(0,0,0,.3);
  background-color: #bdbdbd;
}

/*滑块效果*/
[data-v-b800591a]::-webkit-scrollbar-thumb:hover {
  border-radius: 0.026042rem;
  -webkit-box-shadow: inset 0 0 0.026042rem rgba(0,0,0,0.2);
  background: rgba(0,0,0,0.4);
}

/*IE滚动条颜色*/
html[data-v-b800591a] {
  scrollbar-face-color: #bfbfbf;
  /*滚动条颜色*/
  scrollbar-highlight-color: #000;
  scrollbar-3dlight-color: #000;
  scrollbar-darkshadow-color: #000;
  scrollbar-Shadow-color: #adadad;
  /*滑块边色*/
  scrollbar-arrow-color: rgba(0,0,0,0.4);
  /*箭头颜色*/
  scrollbar-track-color: #eeeeee;
  /*背景颜色*/
}
.box[data-v-aa39047a] {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background: white;
  max-height: 100%;
}
.ul[data-v-aa39047a] {
  position: absolute;
  left: 0;
  top: 0;
  width: 500%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ul li[data-v-aa39047a] {
  float: left;
  width: 20%;
  height: 100%;
  position: relative;
  overflow-y: auto;
}
.ul li > img[data-v-aa39047a] {
  width: 100%;
  min-height: 100%;
  display: block;
  margin: 0 auto;
}
.left[data-v-aa39047a] {
  position: absolute;
  width: 20%;
  height: 100%;
  left: 0;
  z-index: 10;
}
.left img[data-v-aa39047a] {
  position: absolute;
  width: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  cursor: pointer;
}
.right[data-v-aa39047a] {
  position: absolute;
  width: 20%;
  height: 100%;
  right: 0;
  z-index: 10;
}
.right img[data-v-aa39047a] {
  position: absolute;
  width: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  cursor: pointer;
}
.li_12[data-v-aa39047a] {
  position: absolute;
  right: -0.520833rem;
  top: -0.208333rem;
  width: 40%;
}
.li_11[data-v-aa39047a] {
  position: absolute;
  left: -0.520833rem;
  top: -0.208333rem;
}
.li_1_2[data-v-aa39047a] {
  display: inline-block;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  position: absolute;
  left: 20%;
  top: 30%;
}
.li_1_2 > div[data-v-aa39047a] {
  margin: 0.78125rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.li_1_2 h3[data-v-aa39047a] {
  font-size: 0.25rem;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: rgba(66, 70, 91, 1);
  line-height: 0.197917rem;
  margin-bottom: 0.104167rem;
}
.li_1_2 h3 span[data-v-aa39047a] {
  font-size: 0.125rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: rgba(66, 70, 91, 1);
  line-height: 0.197917rem;
}
.li_1_2 p[data-v-aa39047a] {
  font-size: 0.125rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: rgba(66, 70, 91, 1);
  line-height: 0.197917rem;
  margin-bottom: 0.104167rem;
}
.li_1_1[data-v-aa39047a] {
  position: absolute;
  z-index: 10;
  left: 10%;
  top: 30%;
  color: white;
}
.li_1_1 h3[data-v-aa39047a] {
  font-size: 0.25rem;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  line-height: 0.197917rem;
}
.li_1_1 h3 span[data-v-aa39047a] {
  font-size: 0.125rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 0.197917rem;
}
.li_1_1 p[data-v-aa39047a] {
  width: 50%;
  height: auto;
  font-size: 0.104167rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 0.197917rem;
}
.li_2 img[data-v-aa39047a],
.li_1 img[data-v-aa39047a] {
  width: 100%;
  height: 100%;
  min-height: 3.645833rem;
  min-width: 5.208333rem;
}
.li2_11[data-v-aa39047a] {
  position: absolute;
  left: 0;
  top: 0;
  width: 20%;
}
.li2_13[data-v-aa39047a] {
  position: absolute;
  left: 40%;
  bottom: 0;
}
.li2_12[data-v-aa39047a] {
  width: 100%;
}
.li3_11[data-v-aa39047a] {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 60%;
  z-index: 10;
}
.li3_14[data-v-aa39047a] {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
}
.li3_13[data-v-aa39047a] {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
}
.li4_11[data-v-aa39047a] {
  position: absolute;
  left: -0.104167rem;
  top: -0.052083rem;
  width: 50%;
}
.li4_12[data-v-aa39047a] {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
}
.dl[data-v-aa39047a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 0;
  position: absolute;
  width: 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  z-index: 5;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.dl dl[data-v-aa39047a] {
  width: 2.083333rem;
  font-size: 0.104167rem;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: rgba(66, 70, 91, 1);
  line-height: 150%;
  font-weight: 400;
}
.dl dl h3[data-v-aa39047a] {
  font-size: 0.15625rem;
  line-height: 0.15625rem;
  margin-bottom: 0.104167rem;
}
.dl dl img[data-v-aa39047a] {
  width: 100%;
  margin-bottom: 0.104167rem;
}
.dl dl dd[data-v-aa39047a]:first-child {
  height: 3.125rem;
}
.posi1[data-v-aa39047a] {
  position: absolute;
  right: 0.104167rem;
  bottom: 0.104167rem;
  cursor: pointer;
  z-index: 1000;
}
.posi1 img[data-v-aa39047a] {
  width: 0.416667rem;
}
.container[data-v-d83a3fa6] {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  font-size: 0.09375rem;
}
.container .left[data-v-d83a3fa6] {
  width: 10%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top, left bottom,
    from(0),
    color-stop(0%, rgba(0, 180, 191, 0.8)),
    to(rgba(66, 230, 149, 0.8))
  );
  background: linear-gradient(
    0,
    rgba(0, 180, 191, 0.8) 0%,
    rgba(66, 230, 149, 0.8) 100%
  );
  -webkit-box-shadow: 0 0.0625rem 0.151042rem 0 rgba(22, 157, 157, 0.35);
          box-shadow: 0 0.0625rem 0.151042rem 0 rgba(22, 157, 157, 0.35);
  float: left;
  overflow: auto;
  position: relative;
}
.fiex[data-v-d83a3fa6] {
  background: #52dab4;
  position: fixed;
  top: 0;
  width: 10%;
  height: 1.041667rem;
  z-index: 10;
  overflow: hidden;
}
.logo[data-v-d83a3fa6] {
  width: 1.041667rem;
  height: 1.041667rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.logo img[data-v-d83a3fa6] {
  height: 100%;
  background: #52dab4;
  width: 100%;
}
.container .left ul[data-v-d83a3fa6] {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 1.041667rem;
}
.container .left ul li[data-v-d83a3fa6] {
  height: 0.78125rem;
  padding-top: 0.15625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 0.197917rem;
  color: white;
}
.container .left ul li img[data-v-d83a3fa6] {
  width: 0.260417rem;
  height: 0.260417rem;
}
.container .left ul .active1[data-v-d83a3fa6] {
  background: white;
  color: black;
}
.container .right[data-v-d83a3fa6] {
  width: 90%;
  height: 100%;
  float: right;
  background: white;
  overflow-y: auto;
}
.container .right > div[data-v-d83a3fa6] {
  height: 100%;
}

/* .container .right>div>div{height: 100%;} */
.container .right .header + div[data-v-d83a3fa6] {
  height: 90%;
}

/* .container .right .header+div>div{height: 100%;} */
.container .right .header[data-v-d83a3fa6] {
  width: 100%;
  -webkit-box-shadow: 0 0.015625rem 0.036458rem 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.015625rem 0.036458rem 0 rgba(0, 0, 0, 0.05);
}
.container .right .header div[data-v-d83a3fa6] {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  font-size: 0.15625rem;
}
.container .right .header span[data-v-d83a3fa6] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  line-height: 0.3125rem;
  margin: 0.052083rem;
  cursor: pointer;
}
.container .right .header .active[data-v-d83a3fa6] {
  background: -webkit-gradient(
    linear,
    left top, left bottom,
    from(0),
    color-stop(0%, rgba(0, 180, 191, 0.8)),
    to(rgba(66, 230, 149, 0.8))
  );
  background: linear-gradient(
    0,
    rgba(0, 180, 191, 0.8) 0%,
    rgba(66, 230, 149, 0.8) 100%
  );
  color: white;
  border-radius: 0.15625rem;
}
.kslc[data-v-d83a3fa6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.104167rem;
}
.kslc div[data-v-d83a3fa6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  line-height: 150%;
}
.kslc img[data-v-d83a3fa6] {
  width: 100%;
}
.flexs[data-v-d83a3fa6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0.104167rem;
  line-height: 200%;
  font-size: 0.083333rem;
}
.flexs h3[data-v-d83a3fa6] {
  font-size: 0.104167rem;
}
.flexs ul li[data-v-d83a3fa6] {
  text-indent: -1em;
  padding-left: 1em;
}
.flexs > div[data-v-d83a3fa6] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 0.15625rem;
  padding: 0.104167rem 0.15625rem;
  -webkit-box-shadow: 0 0.015625rem 0.130208rem 0.010417rem rgba(0, 0, 0, 0.07);
          box-shadow: 0 0.015625rem 0.130208rem 0.010417rem rgba(0, 0, 0, 0.07);
  border-radius: 0.104167rem;
  min-height: 4.427083rem;
}
.flexs > div[data-v-d83a3fa6]:last-child {
  margin-right: 0.104167rem;
}
.flexs > .nber[data-v-d83a3fa6] {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  padding: 0;
}
.flexs > .nber > div[data-v-d83a3fa6] {
  -webkit-box-shadow: 0 0.015625rem 0.130208rem 0.010417rem rgba(0, 0, 0, 0.07);
          box-shadow: 0 0.015625rem 0.130208rem 0.010417rem rgba(0, 0, 0, 0.07);
  border-radius: 0.104167rem;
  margin-bottom: 0.104167rem;
  padding: 0.104167rem 0.15625rem;
}
.flexs > .nber > div[data-v-d83a3fa6]:first-child {
  height: 35%;
}
.flexs > .nber > div[data-v-d83a3fa6]:last-child {
  height: 53%;
}
.red[data-v-d83a3fa6] {
  color: red;
}
.flexs_1[data-v-d83a3fa6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 200%;
  margin-top: 0.104167rem;
}
.flexs_1 > div[data-v-d83a3fa6]:first-child {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
.flexs_1 > .nber > div[data-v-d83a3fa6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flexs_1 > .nber > div[data-v-d83a3fa6]:first-child {
  height: 3.645833rem;
}
.flexs_1 > .nber > div li[data-v-d83a3fa6] {
  text-indent: -1em;
  padding-left: 1em;
}
.flexs_1 > .nber > div[data-v-d83a3fa6]:last-child {
  height: 1.302083rem;
}
.flexs_1 > .nber > div div[data-v-d83a3fa6] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 0.15625rem;
  padding: 0.104167rem 0.15625rem;
  -webkit-box-shadow: 0 0.015625rem 0.130208rem 0.010417rem rgba(0, 0, 0, 0.07);
          box-shadow: 0 0.015625rem 0.130208rem 0.010417rem rgba(0, 0, 0, 0.07);
  border-radius: 0.104167rem;
  margin-bottom: 0.104167rem;
}
.flexs_1 > div[data-v-d83a3fa6]:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 0.15625rem;
  padding: 0.104167rem 0.15625rem;
  -webkit-box-shadow: 0 0.015625rem 0.130208rem 0.010417rem rgba(0, 0, 0, 0.07);
          box-shadow: 0 0.015625rem 0.130208rem 0.010417rem rgba(0, 0, 0, 0.07);
  border-radius: 0.104167rem;
  min-height: 4.6875rem;
  margin-right: 0.104167rem;
}
.container .h80 > div[data-v-d83a3fa6] {
  min-height: 4.166667rem;
}
.h80 ul li[data-v-d83a3fa6] {
  z-index: 2em;
  padding-left: 2em;
  margin-bottom: 0.052083rem;
}
.h80 p[data-v-d83a3fa6] {
  margin-bottom: 0.052083rem;
}
.ccc[data-v-d83a3fa6] {
  color: #ccc;
}
.table[data-v-d83a3fa6] {
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.table table tr td .table-div[data-v-d83a3fa6] {
  line-height: 0.25rem;
}
.table table tr td div[data-v-d83a3fa6]:last-child {
  border: none;
}
.table1[data-v-d83a3fa6] {
  margin: 0.104167rem;
  border: 0.005208rem solid #eee;
  -webkit-box-shadow: 0 0.015625rem 0.130208rem 0.010417rem rgba(0, 0, 0, 0.07);
          box-shadow: 0 0.015625rem 0.130208rem 0.010417rem rgba(0, 0, 0, 0.07);
  border-radius: 0.03125rem;
}
.table1 table[data-v-d83a3fa6] {
  text-align: center;
  border: none;
  font-size: 0.104167rem;
  width: 100%;
}
.table1 table thead[data-v-d83a3fa6] {
  background: rgba(247, 248, 255, 1);
  border-radius: 0.03125rem;
}
.table1 table thead td[data-v-d83a3fa6] {
  min-width: 0.78125rem;
  color: #9a9ca6;
}
.table1 table tr[data-v-d83a3fa6] {
  height: 0.34375rem;
}
.table1 table tr td[data-v-d83a3fa6] {
  height: auto;
}
.table1 table tbody tr[data-v-d83a3fa6]:nth-of-type(even) {
  background: rgba(243, 255, 250, 1);
  border-radius: 0.03125rem;
}
.table1 table tbody tr[data-v-d83a3fa6]:nth-of-type(odd) {
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
}
.iconfont[data-v-d83a3fa6] {
  display: inline-block;
  width: 0.78125rem;
  font-size: 0.104167rem;
  margin-left: 0.260417rem;
  color: black;
}
.h3[data-v-d83a3fa6] {
  background: rgba(83, 225, 177, 0.2);
  font-size: 0.15625rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: rgba(47, 70, 63, 1);
  line-height: 0.338542rem;
  margin-left: 4%;
  margin-top: 2%;
  position: relative;
  padding-left: 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.h3 > div[data-v-d83a3fa6] {
  position: absolute;
  left: -1%;
  top: -20%;
  background: #13c2b3;
  padding: 0 1%;
  color: #fff;
}
.ksh3[data-v-d83a3fa6] {
  padding: 0.104167rem;
  font-size: 0.15625rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: rgba(50, 48, 84, 1);
}

/* .bar{width: 90%;margin: 0 auto;margin-top: 50px;}
.bar h3{background:rgba(101,216,160,1);box-shadow:0px 8px 27px 0px rgba(133,226,193,1);border-radius:6px;font-size:24px;font-family:Source Han Sans CN;font-weight:bold;color:rgba(255,255,255,1);line-height:34px;box-sizing: border-box;text-align: left;width: 30%;}
.bar p{background:rgba(216,255,240,.8);border-radius:6px;min-height: 100px} */
.bar[data-v-d83a3fa6] {
  display: inline-block;
  width: 23%;
  vertical-align: text-top;
  margin: 1%;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  left: 0;
  top: 0.364583rem;
  margin-bottom: 2%;
}
.bar h3[data-v-d83a3fa6] {
  background: rgba(101, 216, 160, 1);
  -webkit-box-shadow: 0 0.041667rem 0.140625rem 0 rgba(133, 226, 193, 1);
          box-shadow: 0 0.041667rem 0.140625rem 0 rgba(133, 226, 193, 1);
  border-radius: 0.03125rem;
  font-size: 0.125rem;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  line-height: 0.177083rem;
  padding: 5% 3%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  width: 70%;
  position: absolute;
  left: 50%;
  top: 0.15625rem;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  padding-left: 2.5em;
  text-indent: -2em;
  text-align: left;
  height: 0.78125rem;
  position: 0;
}
.bar p[data-v-d83a3fa6] {
  background: rgba(216, 255, 240, 0.8);
  border-radius: 0.03125rem;
  height: 2.604167rem;
  padding: 0 4%;
  padding-top: 20%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 10%;
  font-size: 0.104167rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: rgba(125, 127, 139, 1);
  line-height: 150%;
  overflow: auto;
  line-height: 170%;
}
.bar p span[data-v-d83a3fa6] {
  padding-left: 1em;
  text-indent: -1em;
  display: block;
}
.bottons[data-v-d83a3fa6] {
  display: inline-block;
  float: right;
  margin-right: 0.208333rem;
  margin-top: 0.260417rem;
  font-size: 0.197917rem;
  color: #9a9ca6;
  cursor: pointer;
}
.bottons span[data-v-d83a3fa6]:hover {
  color: black;
}
.logo p[data-v-d83a3fa6] {
  text-align: center;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  left: 50%;
  font-size: 0.197917rem;
  color: rgba(66, 230, 149, 0.8);
  line-height: 100%;
  position: absolute;
  top: 40%;
}
.logo p span[data-v-d83a3fa6] {
  font-size: 0.0625rem;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}
.kbar[data-v-d83a3fa6] {
  border-radius: 0.104167rem;
  height: 90%;
  margin: 0 0.104167rem;
  padding: 0.260417rem 0.15625rem;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 4.427083rem;
}
.li-2[data-v-d83a3fa6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* .li_top{position: relative;z-index: 3;} */
.li-2 > div[data-v-d83a3fa6] {
  margin: 0 0.15625rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.disflex[data-v-d83a3fa6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0.15625rem;
  z-index: 3;
  position: relative;
  top: -0.260417rem;
  height: auto;
}
.disflex > div[data-v-d83a3fa6] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* .disflex>div img{height: 100%;} */
.disflex > div > div[data-v-d83a3fa6] {
  height: 50%;
  line-height: 200%;
  font-size: 0.09375rem;
  padding-left: 0.052083rem;
}
.disflex > div > div[data-v-d83a3fa6]:first-child {
  border-top: #f3fffa 0.010417rem solid;
  border-right: #f3fffa 0.010417rem solid;
  margin-top: 0.026042rem;
}
.disflex > div > div p[data-v-d83a3fa6] {
  margin: 0.026042rem 0;
  white-space: nowrap;
}
.null[data-v-d83a3fa6] {
  height: 0.260417rem;
}
.li_img img[data-v-d83a3fa6] {
  height: 1.041667rem;
  border-radius: 0.052083rem;
  -webkit-box-shadow: 0 0.015625rem 0.130208rem 0.010417rem rgba(214, 253, 234, 0.7);
          box-shadow: 0 0.015625rem 0.130208rem 0.010417rem rgba(214, 253, 234, 0.7);
}
.li_select[data-v-d83a3fa6] {
  background: #f3fffa;
  border-radius: 0.03125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 0.520833rem;
  padding: 0 0.104167rem;
  font-size: 0.09375rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: rgba(125, 127, 139, 1);
  line-height: 200%;
  min-height: 3.125rem;
  z-index: 3;
  position: relative;
}
.fuwu[data-v-d83a3fa6] {
  background: rgba(255, 149, 1, 1);
  color: white;
  border-radius: 0.078125rem;
  text-align: center;
}
.username[data-v-d83a3fa6] {
  font-size: 0.145833rem;
  line-height: 0.197917rem;
}
.kbar .bottons[data-v-d83a3fa6] {
  position: absolute;
  right: 0;
  bottom: 0.260417rem;
}
.tiao[data-v-d83a3fa6] {
  width: 70%;
  height: 0.520833rem;
  border-top: #e5fbf3 0.010417rem solid;
  border-right: #e5fbf3 0.010417rem solid;
  position: absolute;
  left: 10%;
  top: -0.15625rem;
}
.ie[data-v-d83a3fa6] {
  font-size: 0.197917rem;
  float: right;
  padding-right: 0.104167rem;
}
.ie span[data-v-d83a3fa6] {
  cursor: pointer;
}
.poleft[data-v-d83a3fa6] {
  position: relative;
  left: 0.260417rem;
  top: 0.260417rem;
  font-size: 0.197917rem;
}
.td_see[data-v-d83a3fa6] {
  position: absolute;
  top: 100%;
  background: #fff;
  width: 60%;
  right: 0;
}
.td_see li[data-v-d83a3fa6] {
  border: #7d7f8b 0.005208rem solid;
}
.classmsgheader[data-v-d83a3fa6] {
  text-align: center;
  line-height: 200%;
  font-size: 0.145833rem;
}
.classmsgmain[data-v-d83a3fa6] {
  height: 90%;
}
.classmsgmain > div[data-v-d83a3fa6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 200%;
  font-size: 0.072917rem;
}
.classmsgmain > div > div[data-v-d83a3fa6] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.classmsgmain > div > div p[data-v-d83a3fa6] {
  border-left: #13c2b3 0.015625rem solid;
  padding-left: 0.052083rem;
  font-weight: 600;
  font-size: 0.09375rem;
  margin-bottom: 0.052083rem;
  font-size: 0.125rem;
}
.classmsgmain > div[data-v-d83a3fa6]:first-child {
  min-height: 20%;
  min-height: 2.083333rem;
}
.classmsgmain > div[data-v-d83a3fa6]:nth-of-type(2) {
  min-height: 2.083333rem;
  margin: 0.104167rem 0;
}
.classmsgmain > div:first-child > div[data-v-d83a3fa6] {
  -webkit-box-shadow: 0 0.015625rem 0.130208rem 0.010417rem rgba(0, 0, 0, 0.07);
          box-shadow: 0 0.015625rem 0.130208rem 0.010417rem rgba(0, 0, 0, 0.07);
  border-radius: 0.104167rem;
  margin-left: 0.104167rem;
  margin-top: 0.104167rem;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.classmsgmain > div:first-child > div[data-v-d83a3fa6]:last-child {
  margin-right: 0.104167rem;
}
.classmsgmain > div:first-child > div > div[data-v-d83a3fa6] {
  text-indent: 2em;
}
.classmsgmain > div:nth-of-type(2) > div[data-v-d83a3fa6] {
  margin-left: 0.104167rem;
  min-height: 100%;
}
.classmsgmain > div:nth-of-type(2) > div[data-v-d83a3fa6]:first-child,
.classmsgmain > div:nth-of-type(3) > div[data-v-d83a3fa6] {
  -webkit-box-shadow: 0 0.015625rem 0.130208rem 0.010417rem rgba(0, 0, 0, 0.07);
          box-shadow: 0 0.015625rem 0.130208rem 0.010417rem rgba(0, 0, 0, 0.07);
  border-radius: 0.104167rem;
}
.classmsgmain > div:nth-of-type(2) > div:first-child p[data-v-d83a3fa6],
.classmsgmain > div:nth-of-type(3) > div p[data-v-d83a3fa6] {
  margin: 0.104167rem;
  margin-bottom: 0;
}
.classmsgmain > div:nth-of-type(2) > div:first-child table[data-v-d83a3fa6],
.classmsgmain > div:nth-of-type(3) > div table[data-v-d83a3fa6] {
  margin: 0.104167rem;
  margin-top: 0;
  width: 90%;
  margin: 0 auto;
}
.classmsgmain > div:nth-of-type(2) > div:first-child table tr[data-v-d83a3fa6],
.classmsgmain > div:nth-of-type(3) > div tr[data-v-d83a3fa6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.104167rem;
}
.classmsgmain > div:nth-of-type(2) > div:first-child table tr td[data-v-d83a3fa6],
.classmsgmain > div:nth-of-type(3) > div td[data-v-d83a3fa6] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 200%;
}
.classmsgmain > div:nth-of-type(2) > div:first-child table tr td[data-v-d83a3fa6]:nth-of-type(1),
.classmsgmain > div:nth-of-type(3) > div table tr td[data-v-d83a3fa6]:nth-of-type(1) {
  max-width: 0.520833rem;
}
.classmsgmain > div:nth-of-type(2) > div:first-child table tr td[data-v-d83a3fa6]:nth-of-type(2),
.classmsgmain > div:nth-of-type(3) > div table tr td[data-v-d83a3fa6]:nth-of-type(2) {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
.classmsgmain > div:nth-of-type(2) > div:first-child table tr:first-child td[data-v-d83a3fa6],
.classmsgmain > div:nth-of-type(3) > div table tr:first-child td[data-v-d83a3fa6] {
  border-bottom: 0.005208rem solid black;
  font-weight: 600;
}
.classmsgmain > div:nth-of-type(2) > div[data-v-d83a3fa6]:last-child,
.classmsgmain > div:nth-of-type(3) > div[data-v-d83a3fa6] {
  margin-right: 0.104167rem;
}

/* .classmsgmain>div:nth-of-type(3)>div:first-child{} */
.classmsgmain > div:nth-of-type(2) > div:last-child > div[data-v-d83a3fa6] {
  -webkit-box-shadow: 0 0.015625rem 0.130208rem 0.010417rem rgba(0, 0, 0, 0.07);
          box-shadow: 0 0.015625rem 0.130208rem 0.010417rem rgba(0, 0, 0, 0.07);
  border-radius: 0.104167rem;
  margin-top: 0.104167rem;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 30%;
  min-height: 48%;
}
.classmsgmain > div:nth-of-type(2) > div:last-child > div[data-v-d83a3fa6]:first-child {
  margin-top: 0;
}
.classmsgmain > div[data-v-d83a3fa6]:nth-of-type(3) {
  min-height: 1.5625rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.classmsgmain > div:nth-of-type(3) > div[data-v-d83a3fa6] {
  min-width: 48%;
  max-width: 48%;
  margin-bottom: 0.078125rem;
  margin-left: 1%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 0;
}
.loading_page[data-v-d83a3fa6] {
  width: 40%;
  margin: 0 auto;
  color: #9a9ca6;
  font-size: 0.1875rem;
  text-align: center;
}
.loading_page img[data-v-d83a3fa6] {
  width: 100%;
}
.posi1[data-v-d83a3fa6] {
  position: absolute;
  right: 0.104167rem;
  bottom: 0.104167rem;
  cursor: pointer;
  z-index: 1000;
}
.posi1 img[data-v-d83a3fa6] {
  width: 0.260417rem;
}
.container[data-v-8b7511da] {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  font-size: 0.09375rem;
}
.container .left[data-v-8b7511da] {
  width: 10%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top, left bottom,
    from(0),
    color-stop(0%, rgba(0, 180, 191, 0.8)),
    to(rgba(66, 230, 149, 0.8))
  );
  background: linear-gradient(
    0,
    rgba(0, 180, 191, 0.8) 0%,
    rgba(66, 230, 149, 0.8) 100%
  );
  -webkit-box-shadow: 0 0.0625rem 0.151042rem 0 rgba(22, 157, 157, 0.35);
          box-shadow: 0 0.0625rem 0.151042rem 0 rgba(22, 157, 157, 0.35);
  float: left;
  overflow: auto;
  position: relative;
}
.fiex[data-v-8b7511da] {
  background: #52dab4;
  position: fixed;
  top: 0;
  width: 10%;
  height: 1.041667rem;
  z-index: 10;
  overflow: hidden;
}
.logo[data-v-8b7511da] {
  width: 1.041667rem;
  height: 1.041667rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.logo img[data-v-8b7511da] {
  height: 100%;
  background: #52dab4;
  width: 100%;
}
.container .left ul[data-v-8b7511da] {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 1.041667rem;
}
.container .left ul li[data-v-8b7511da] {
  height: 0.78125rem;
  padding-top: 0.15625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 0.197917rem;
  color: white;
}
.container .left ul li img[data-v-8b7511da] {
  width: 30%;
}
.container .left ul .active1[data-v-8b7511da] {
  background: white;
  color: black;
}
.container .right[data-v-8b7511da] {
  width: 90%;
  height: 100%;
  float: right;
  background: white;
  overflow-y: auto;
}
.container .right > div[data-v-8b7511da] {
  height: 100%;
}
.container .right .header + div[data-v-8b7511da] {
  height: 90%;
}
.container .right .header[data-v-8b7511da] {
  width: 100%;
  -webkit-box-shadow: 0 0.015625rem 0.036458rem 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.015625rem 0.036458rem 0 rgba(0, 0, 0, 0.05);
}
.container .right .header div[data-v-8b7511da] {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  font-size: 0.15625rem;
}
.container .right .header span[data-v-8b7511da] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  line-height: 0.3125rem;
  margin: 0.052083rem;
  cursor: pointer;
}
.container .right .header .active[data-v-8b7511da] {
  background: -webkit-gradient(
    linear,
    left top, left bottom,
    from(0),
    color-stop(0%, rgba(0, 180, 191, 0.8)),
    to(rgba(66, 230, 149, 0.8))
  );
  background: linear-gradient(
    0,
    rgba(0, 180, 191, 0.8) 0%,
    rgba(66, 230, 149, 0.8) 100%
  );
  color: white;
  border-radius: 0.15625rem;
}
.kslc[data-v-8b7511da] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.104167rem;
}
.kslc div[data-v-8b7511da] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  line-height: 150%;
}

/* .kslc div{vertical-align: middle} */
.flexs[data-v-8b7511da] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0.104167rem;
  line-height: 200%;
  font-size: 0.083333rem;
}
.flexs h3[data-v-8b7511da] {
  font-size: 0.104167rem;
}
.flexs ul li[data-v-8b7511da] {
  text-indent: -1em;
  padding-left: 1em;
}
.flexs > div[data-v-8b7511da] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 0.15625rem;
  padding: 0.104167rem 0.15625rem;
  -webkit-box-shadow: 0 0.015625rem 0.130208rem 0.010417rem rgba(0, 0, 0, 0.07);
          box-shadow: 0 0.015625rem 0.130208rem 0.010417rem rgba(0, 0, 0, 0.07);
  border-radius: 0.104167rem;
  min-height: 4.427083rem;
}
.flexs > div[data-v-8b7511da]:last-child {
  margin-right: 0.104167rem;
}
.flexs > .nber[data-v-8b7511da] {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  padding: 0;
}
.flexs > .nber > div[data-v-8b7511da] {
  -webkit-box-shadow: 0 0.015625rem 0.130208rem 0.010417rem rgba(0, 0, 0, 0.07);
          box-shadow: 0 0.015625rem 0.130208rem 0.010417rem rgba(0, 0, 0, 0.07);
  border-radius: 0.104167rem;
  margin-bottom: 0.104167rem;
  padding: 0.104167rem 0.15625rem;
}
.flexs > .nber > div[data-v-8b7511da]:first-child {
  height: 35%;
}
.flexs > .nber > div[data-v-8b7511da]:last-child {
  height: 53%;
}
.red[data-v-8b7511da] {
  color: red;
}
.flexs_1[data-v-8b7511da] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 200%;
  margin-top: 0.104167rem;
}
.flexs_1 > div[data-v-8b7511da]:first-child {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
.flexs_1 > .nber > div[data-v-8b7511da] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flexs_1 > .nber > div[data-v-8b7511da]:first-child {
  height: 3.645833rem;
}
.flexs_1 > .nber > div li[data-v-8b7511da] {
  text-indent: -1em;
  padding-left: 1em;
}
.flexs_1 > .nber > div[data-v-8b7511da]:last-child {
  height: 1.302083rem;
}
.flexs_1 > .nber > div div[data-v-8b7511da] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 0.15625rem;
  padding: 0.104167rem 0.15625rem;
  -webkit-box-shadow: 0 0.015625rem 0.130208rem 0.010417rem rgba(0, 0, 0, 0.07);
          box-shadow: 0 0.015625rem 0.130208rem 0.010417rem rgba(0, 0, 0, 0.07);
  border-radius: 0.104167rem;
  margin-bottom: 0.104167rem;
}
.flexs_1 > div[data-v-8b7511da]:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 0.15625rem;
  padding: 0.104167rem 0.15625rem;
  -webkit-box-shadow: 0 0.015625rem 0.130208rem 0.010417rem rgba(0, 0, 0, 0.07);
          box-shadow: 0 0.015625rem 0.130208rem 0.010417rem rgba(0, 0, 0, 0.07);
  border-radius: 0.104167rem;
  min-height: 4.6875rem;
  margin-right: 0.104167rem;
}
.container .h80 > div[data-v-8b7511da] {
  min-height: 4.166667rem;
}
.h80 ul li[data-v-8b7511da] {
  z-index: 2em;
  padding-left: 2em;
  margin-bottom: 0.052083rem;
}
.h80 p[data-v-8b7511da] {
  margin-bottom: 0.052083rem;
}
.ccc[data-v-8b7511da] {
  color: #ccc;
}
.table[data-v-8b7511da] {
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.table table tr td .table-div[data-v-8b7511da] {
  line-height: 0.25rem;
}
.table table tr td div[data-v-8b7511da]:last-child {
  border: none;
}
.table1[data-v-8b7511da] {
  margin: 0.104167rem;
  border: 0.005208rem solid #eee;
  -webkit-box-shadow: 0 0.015625rem 0.130208rem 0.010417rem rgba(0, 0, 0, 0.07);
          box-shadow: 0 0.015625rem 0.130208rem 0.010417rem rgba(0, 0, 0, 0.07);
  border-radius: 0.03125rem;
}
.table1 table[data-v-8b7511da] {
  text-align: center;
  border: none;
  font-size: 0.104167rem;
  width: 100%;
}
.table1 table thead[data-v-8b7511da] {
  background: rgba(247, 248, 255, 1);
  border-radius: 0.03125rem;
}
.table1 table thead td[data-v-8b7511da] {
  min-width: 0.78125rem;
  color: #9a9ca6;
}
.table1 table tr[data-v-8b7511da] {
  height: 0.34375rem;
}
.table1 table tr td[data-v-8b7511da] {
  height: auto;
}
.table1 table tbody tr[data-v-8b7511da]:nth-of-type(even) {
  background: rgba(243, 255, 250, 1);
  border-radius: 0.03125rem;
}
.table1 table tbody tr[data-v-8b7511da]:nth-of-type(odd) {
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
}
.iconfont[data-v-8b7511da] {
  display: inline-block;
  width: 0.78125rem;
  font-size: 0.104167rem;
  margin-left: 0.260417rem;
  color: black;
}
.h3[data-v-8b7511da] {
  background: rgba(83, 225, 177, 0.2);
  font-size: 0.15625rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: rgba(47, 70, 63, 1);
  line-height: 0.338542rem;
  margin-left: 4%;
  margin-top: 2%;
  position: relative;
  padding-left: 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.h3 > div[data-v-8b7511da] {
  position: absolute;
  left: -1%;
  top: -20%;
  background: #13c2b3;
  padding: 0 1%;
  color: #fff;
}
.ksh3[data-v-8b7511da] {
  padding: 0.104167rem;
  font-size: 0.15625rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: rgba(50, 48, 84, 1);
}

/* .bar{width: 90%;margin: 0 auto;margin-top: 50px;}
.bar h3{background:rgba(101,216,160,1);box-shadow:0px 8px 27px 0px rgba(133,226,193,1);border-radius:6px;font-size:24px;font-family:Source Han Sans CN;font-weight:bold;color:rgba(255,255,255,1);line-height:34px;box-sizing: border-box;text-align: left;width: 30%;}
.bar p{background:rgba(216,255,240,.8);border-radius:6px;min-height: 100px} */
.bar[data-v-8b7511da] {
  display: inline-block;
  width: 23%;
  vertical-align: text-top;
  margin: 1%;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  left: 0;
  top: 0.364583rem;
  margin-bottom: 2%;
}
.bar h3[data-v-8b7511da] {
  background: rgba(101, 216, 160, 1);
  -webkit-box-shadow: 0 0.041667rem 0.140625rem 0 rgba(133, 226, 193, 1);
          box-shadow: 0 0.041667rem 0.140625rem 0 rgba(133, 226, 193, 1);
  border-radius: 0.03125rem;
  font-size: 0.125rem;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  line-height: 0.177083rem;
  padding: 5% 3%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  width: 70%;
  position: absolute;
  left: 50%;
  top: 0.15625rem;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  padding-left: 2.5em;
  text-indent: -2em;
  text-align: left;
  height: 0.78125rem;
  position: 0;
}
.bar p[data-v-8b7511da] {
  background: rgba(216, 255, 240, 0.8);
  border-radius: 0.03125rem;
  height: 2.604167rem;
  padding: 0 4%;
  padding-top: 20%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 10%;
  font-size: 0.104167rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: rgba(125, 127, 139, 1);
  line-height: 150%;
  overflow: auto;
  line-height: 170%;
}
.bar p span[data-v-8b7511da] {
  padding-left: 1em;
  text-indent: -1em;
  display: block;
}
.bottons[data-v-8b7511da] {
  display: inline-block;
  float: right;
  margin-right: 0.208333rem;
  margin-top: 0.260417rem;
  font-size: 0.197917rem;
  color: #9a9ca6;
  cursor: pointer;
}
.bottons span[data-v-8b7511da]:hover {
  color: black;
}
.logo p[data-v-8b7511da] {
  text-align: center;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  left: 50%;
  font-size: 0.197917rem;
  color: rgba(66, 230, 149, 0.8);
  line-height: 100%;
  position: absolute;
  top: 50%;
}
.logo p span[data-v-8b7511da] {
  font-size: 0.0625rem;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}
.kbar[data-v-8b7511da] {
  border-radius: 0.104167rem;
  height: 90%;
  margin: 0 0.104167rem;
  padding: 0.260417rem 0.15625rem;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 4.427083rem;
}
.li-2[data-v-8b7511da] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* .li_top{position: relative;z-index: 3;} */
.li-2 > div[data-v-8b7511da] {
  margin: 0 0.15625rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.disflex[data-v-8b7511da] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0.15625rem;
  z-index: 3;
  position: relative;
  top: -0.260417rem;
  height: auto;
}
.disflex > div[data-v-8b7511da] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* .disflex>div img{height: 100%;} */
.disflex > div > div[data-v-8b7511da] {
  height: 50%;
  line-height: 200%;
  font-size: 0.09375rem;
  padding-left: 0.052083rem;
}
.disflex > div > div[data-v-8b7511da]:first-child {
  border-top: #f3fffa 0.010417rem solid;
  border-right: #f3fffa 0.010417rem solid;
  margin-top: 0.026042rem;
}
.disflex > div > div p[data-v-8b7511da] {
  margin: 0.026042rem 0;
  white-space: nowrap;
}
.null[data-v-8b7511da] {
  height: 0.260417rem;
}
.li_img img[data-v-8b7511da] {
  height: 1.041667rem;
  border-radius: 0.052083rem;
  -webkit-box-shadow: 0 0.015625rem 0.130208rem 0.010417rem rgba(214, 253, 234, 0.7);
          box-shadow: 0 0.015625rem 0.130208rem 0.010417rem rgba(214, 253, 234, 0.7);
}
.li_select[data-v-8b7511da] {
  background: #f3fffa;
  border-radius: 0.03125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 0.520833rem;
  padding: 0 0.104167rem;
  font-size: 0.09375rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: rgba(125, 127, 139, 1);
  line-height: 200%;
  min-height: 3.125rem;
  z-index: 3;
}
.fuwu[data-v-8b7511da] {
  background: rgba(255, 149, 1, 1);
  color: white;
  border-radius: 0.078125rem;
  text-align: center;
}
.username[data-v-8b7511da] {
  font-size: 0.145833rem;
  line-height: 0.197917rem;
}
.kbar .bottons[data-v-8b7511da] {
  position: absolute;
  right: 0;
  bottom: 0.260417rem;
}
.tiao[data-v-8b7511da] {
  width: 70%;
  height: 1.041667rem;
  border: #e5fbf3 0.026042rem solid;
  position: absolute;
  left: 0.260417rem;
  top: 0.364583rem;
  z-index: -1;
}
.ie[data-v-8b7511da] {
  font-size: 0.197917rem;
  float: right;
  padding-right: 0.104167rem;
}
.ie span[data-v-8b7511da] {
  cursor: pointer;
}
.poleft[data-v-8b7511da] {
  position: relative;
  left: 0.260417rem;
  top: 0.260417rem;
  font-size: 0.197917rem;
}
.td_see[data-v-8b7511da] {
  position: absolute;
  top: 100%;
  background: #fff;
  width: 60%;
  right: 0;
}
.td_see li[data-v-8b7511da] {
  border: #7d7f8b 0.005208rem solid;
}
.classmsgheader[data-v-8b7511da] {
  text-align: center;
  line-height: 200%;
  font-size: 0.145833rem;
}
.classmsgmain[data-v-8b7511da] {
  height: 90%;
}
.classmsgmain > div[data-v-8b7511da] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 150%;
  font-size: 0.09375rem;
}
.classmsgmain > div > div[data-v-8b7511da] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.classmsgmain > div > div p[data-v-8b7511da] {
  border-left: #13c2b3 0.015625rem solid;
  padding-left: 0.052083rem;
  font-weight: 600;
  font-size: 0.09375rem;
  margin-bottom: 0.052083rem;
  font-size: 0.114583rem;
}
.classmsgmain > div[data-v-8b7511da]:first-child {
  min-height: 20%;
  min-height: 2.083333rem;
}
.classmsgmain > div[data-v-8b7511da]:nth-of-type(2) {
  min-height: 2.083333rem;
  margin: 0.104167rem 0;
}
.classmsgmain > div:first-child > div[data-v-8b7511da] {
  -webkit-box-shadow: 0 0.015625rem 0.130208rem 0.010417rem rgba(0, 0, 0, 0.07);
          box-shadow: 0 0.015625rem 0.130208rem 0.010417rem rgba(0, 0, 0, 0.07);
  border-radius: 0.104167rem;
  margin-left: 0.104167rem;
  margin-top: 0.104167rem;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.classmsgmain > div:first-child > div[data-v-8b7511da]:last-child {
  margin-right: 0.104167rem;
}
.classmsgmain > div:first-child > div > div[data-v-8b7511da] {
  text-indent: 2em;
}
.classmsgmain > div:nth-of-type(2) > div[data-v-8b7511da] {
  margin-left: 0.104167rem;
  min-height: 100%;
}
.classmsgmain > div:nth-of-type(2) > div[data-v-8b7511da]:first-child,
.classmsgmain > div:nth-of-type(3) > div[data-v-8b7511da] {
  -webkit-box-shadow: 0 0.015625rem 0.130208rem 0.010417rem rgba(0, 0, 0, 0.07);
          box-shadow: 0 0.015625rem 0.130208rem 0.010417rem rgba(0, 0, 0, 0.07);
  border-radius: 0.104167rem;
}
.classmsgmain > div:nth-of-type(2) > div:first-child p[data-v-8b7511da],
.classmsgmain > div:nth-of-type(3) > div p[data-v-8b7511da] {
  margin: 0.104167rem;
  margin-bottom: 0;
}
.classmsgmain > div:nth-of-type(2) > div:first-child table[data-v-8b7511da],
.classmsgmain > div:nth-of-type(3) > div table[data-v-8b7511da] {
  margin: 0.104167rem;
  margin-top: 0;
  width: 90%;
  margin: 0 auto;
}
.classmsgmain > div:nth-of-type(2) > div:first-child table tr[data-v-8b7511da],
.classmsgmain > div:nth-of-type(3) > div tr[data-v-8b7511da] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.classmsgmain > div:nth-of-type(2) > div:first-child table tr td[data-v-8b7511da],
.classmsgmain > div:nth-of-type(3) > div td[data-v-8b7511da] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 0.197917rem;
}
.classmsgmain > div:nth-of-type(2) > div:first-child table tr td[data-v-8b7511da]:nth-of-type(1),
.classmsgmain > div:nth-of-type(3) > div table tr td[data-v-8b7511da]:nth-of-type(1) {
  max-width: 0.520833rem;
}
.classmsgmain > div:nth-of-type(2) > div:first-child table tr td[data-v-8b7511da]:nth-of-type(2),
.classmsgmain > div:nth-of-type(3) > div table tr td[data-v-8b7511da]:nth-of-type(2) {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
.classmsgmain > div:nth-of-type(2) > div:first-child table tr:first-child td[data-v-8b7511da],
.classmsgmain > div:nth-of-type(3) > div table tr:first-child td[data-v-8b7511da] {
  border-bottom: 0.005208rem solid black;
  font-weight: 600;
}
.classmsgmain > div:nth-of-type(2) > div[data-v-8b7511da]:last-child,
.classmsgmain > div:nth-of-type(3) > div[data-v-8b7511da] {
  margin-right: 0.104167rem;
}

/* .classmsgmain>div:nth-of-type(3)>div:first-child{} */
.classmsgmain > div:nth-of-type(2) > div:last-child > div[data-v-8b7511da] {
  -webkit-box-shadow: 0 0.015625rem 0.130208rem 0.010417rem rgba(0, 0, 0, 0.07);
          box-shadow: 0 0.015625rem 0.130208rem 0.010417rem rgba(0, 0, 0, 0.07);
  border-radius: 0.104167rem;
  margin-top: 0.104167rem;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 30%;
}
.classmsgmain > div:nth-of-type(2) > div:last-child > div[data-v-8b7511da]:first-child {
  margin-top: 0;
}
.classmsgmain > div[data-v-8b7511da]:nth-of-type(3) {
  min-height: 1.5625rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.classmsgmain > div:nth-of-type(3) > div[data-v-8b7511da] {
  min-width: 48%;
  max-width: 48%;
  margin-bottom: 0.078125rem;
  margin-left: 1%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 0;
}
.loading_page[data-v-8b7511da] {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  text-align: center;
  color: #9a9ca6;
}
.loading_page p[data-v-8b7511da] {
  font-size: 0.15625rem;
}
.container[data-v-e9123108] {
  width: 100%;
  height: auto;
  position: relative;
  min-height: 100%;
  background: white;
}
.img1[data-v-e9123108] {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.img2[data-v-e9123108] {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1.041667rem;
}
.btn[data-v-e9123108] {
  position: absolute;
  left: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn>div[data-v-e9123108] {
  height: 1.041667rem;
  margin: 0.104167rem 0;
}
.btn>div img[data-v-e9123108] {
  height: 100%;
  cursor: pointer;
}
.posi[data-v-e9123108] {
  position: absolute;
  right: 0.15625rem;
  top: 0.15625rem;
  z-index: 66;
  outline: none;
  border: none;
  background: -webkit-gradient(linear,left top, left bottom,from(#56E8A4),to(#23C2C4));
  background: linear-gradient(#56E8A4,#23C2C4);
  font-size: 0.09375rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(255,255,255,1);
  width: 0.78125rem;
  height: 0.208333rem;
  border-radius: 0.104167rem;
}
.posi img[data-v-e9123108] {
  vertical-align: middle;
  margin-left: -0.052083rem;
  margin-right: 0.052083rem;
}
.container[data-v-39b5bf73] {
  width: 100%;
  min-height: 100%;
  background: white;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
.imgs[data-v-39b5bf73] {
  position: absolute;
  right: 0.104167rem;
  top: 0.104167rem;
  z-index: 9999;
  cursor: pointer;
  width: 0.385417rem;
  height: 0.140625rem;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  opacity: 0.8;
  border-radius: 0.072917rem;
  text-align: center;
  line-height: 0.140625rem;
  color: white;
}
.table[data-v-39b5bf73] {
  margin-top: 0.208333rem;
  height: calc(100% - 0.3125rem);
}
.table table tr td div[data-v-39b5bf73] {
  line-height: 200%;
  border-bottom: 0.015625rem solid #eeeffa;
}
.table table tr td div[data-v-39b5bf73]:last-child {
  border: none;
}
.td_see[data-v-39b5bf73] {
  position: absolute;
  top: 100%;
  background: #fff;
  width: 60%;
  right: 0;
}
.td_see li[data-v-39b5bf73] {
  border: #7d7f8b 0.005208rem solid;
}
[data-v-39b5bf73]::-webkit-scrollbar {
  width: 0.078125rem;
  height: 0.078125rem;
  background-color: #f5f5f5;
}
.container[data-v-288152e2] {
  width: 100%;
  height: 100%;
}
.box[data-v-cf2fc838] {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background: white;
  max-height: 100%;
  font-size: 0.104167rem;
}
.ul[data-v-cf2fc838] {
  position: absolute;
  left: 0;
  top: 0;
  width: 500%;
  height: 100%;
  -webkit-transition: .3s;
  transition: .3s;
}
.ul li[data-v-cf2fc838] {
  float: left;
  width: 20%;
  height: 100%;
  position: relative;
  overflow: auto;
}
.ul li>img[data-v-cf2fc838] {
  width: 100%;
  display: block;
  margin: 0 auto;
  overflow: auto;
}
.container[data-v-4c18e60f] {
  width: 100%;
  font-size: 0.5rem;
  padding: 2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.container>img[data-v-4c18e60f] {
  width: 50%;
  margin: 0.2rem 0;
}
.container > div[data-v-4c18e60f] {
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.020833rem 0.208333rem 0 rgba(135, 135, 135, 0.18);
          box-shadow: 0 0.020833rem 0.208333rem 0 rgba(135, 135, 135, 0.18);
  border-radius: 0.020833rem;
  position: relative;
  margin-bottom: 1rem;
  padding-bottom: 1.5rem;
}
.container > div p[data-v-4c18e60f] {
  line-height: 150%;
  color: rgba(66, 70, 91, 1);
  text-indent: 2em;
  padding: 0 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.container > div h3[data-v-4c18e60f] {
  text-align: center;
  position: relative;
  top: -0.104167rem;
}
.container > div h3 img[data-v-4c18e60f] {
  width: 50%;
}
.container > div span[data-v-4c18e60f] {
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: -0.5rem;
  z-index: 10;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    color-stop(1%, rgba(23, 87, 165, 1)),
    to(rgba(120, 180, 252, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(23, 87, 165, 1) 1%,
    rgba(120, 180, 252, 1) 100%
  );
  -webkit-box-shadow: 0 0.010417rem 0.5rem 0 rgba(19, 124, 253, 0.4);
          box-shadow: 0 0.010417rem 0.5rem 0 rgba(19, 124, 253, 0.4);
  border-radius: 0.8rem;
  width: 3.2rem;
  height: 1.2rem;
  text-align: center;
  line-height: 1.2rem;
  color: white;
}
.container > div img[data-v-4c18e60f] {
  margin: 0 auto;
  display: block;
}
.container[data-v-1b0e1fc8] {
  width: 100%;
  font-size: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
}
.container > img[data-v-1b0e1fc8] {
  width: 100%;
}
.direction[data-v-1b0e1fc8] {
  position: relative;
  height: 2rem;
}
.direction img[data-v-1b0e1fc8] {
  width: 50%;
  position: absolute;
  left: 25%;
}
.dataall > div[data-v-1b0e1fc8] {
  float: left;
  width: 25vw;
  height: 25vw;
  padding: 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  margin: 1% 4vw;
  position: relative;
  border: 0.005208rem solid rgba(151, 150, 150, 0.19);
  -webkit-box-shadow: 0 0 0.052083rem 0 rgb(195, 233, 250);
          box-shadow: 0 0 0.052083rem 0 rgb(195, 233, 250);
  margin-bottom: 0.5rem;
}
.dataall > div img[data-v-1b0e1fc8] {
  width: 75%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.trgrom[data-v-1b0e1fc8] {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.list[data-v-1b0e1fc8] {
  width: 90%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.020833rem 0.208333rem 0 rgba(135, 135, 135, 0.19);
          box-shadow: 0 0.020833rem 0.208333rem 0 rgba(135, 135, 135, 0.19);
  border-radius: 0.052083rem;
  /* margin-bottom: 0.1rem; */
  position: relative;
  top: -2rem;
}
.list > div[data-v-1b0e1fc8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.list > div span[data-v-1b0e1fc8] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  background: rgba(234, 102, 159, 1);
  border-radius: 0.208333rem;
  max-width: 30%;
  color: white;
  margin-top: 0.3rem;
}
.container[data-v-a31df528] {
  width: 100%;
  font-size: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.container img[data-v-a31df528] {
  width: 100%;
}
.container p[data-v-a31df528] {
  text-align: center;
  position: relative;
  height: 4%;
}
.container p span[data-v-a31df528] {
  left: 0.5rem;
  position: absolute;
}
.container[data-v-53b27ebe] {
  width: 100%;
  min-height: 100%;
  background: white;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-font-smoothing: antialiase;
  font-size: 0.5rem;
}
.imgs[data-v-53b27ebe] {
  height: 0.5rem;
  width: 100%;
}
.list[data-v-53b27ebe] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0.5rem;
  width: 100%;
  background: RGBA(252, 251, 252, 1);
}
.list > div[data-v-53b27ebe] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.container .imgs[data-v-53b27ebe] {
  text-align: center;
  position: relative;
}
.container .imgs span[data-v-53b27ebe] {
  left: 0.5rem;
  position: absolute;
}
.table[data-v-53b27ebe] {
  margin-top: 0.208333rem;
  height: 92%;
}
.table table thead[data-v-53b27ebe] {
  font-size: 0.5rem;
}
.td_see[data-v-53b27ebe] {
  position: absolute;
  top: 100%;
  background: #fff;
  width: 100%;
  right: 0;
  z-index: 10000;
}
.td_see li[data-v-53b27ebe] {
  border: #7d7f8b 0.005208rem solid;
}
.hovers > div[data-v-53b27ebe] {
  position: absolute;
  /* width: 200px; */
  height: auto;
  background: white;
  right: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  z-index: 10;
  bottom: 0.197917rem;
  text-align: left;
  padding: 0.026042rem;
  white-space: normal;
}
.hovers[data-v-53b27ebe] {
  position: relative;
  cursor: pointer;
  min-height: 0.15625rem;
}
.container[data-v-62ccd194] {
  width: 100%;
  min-height: 100%;
  background: #fafbfd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-font-smoothing: antialiase;
  font-size: 0.5rem;
}
.container_title[data-v-62ccd194] {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: text-top;
  background: #3752fb;
  color: white;
  padding: 0.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 2rem;
  position: relative;
}
.container_title>span[data-v-62ccd194] {
  line-height: 1rem;
}
.container_title_more[data-v-62ccd194] {
  position: absolute;
  z-index: 1000;
  top: 40%;
  right: 0.2rem;
  font-size: 0.4rem;
  color: black;
  text-align: left;
  background: white;
  font-weight: 400;
  padding: 0.5em;
  -webkit-box-shadow: 0 0 0.026042rem 0 #ccc;
          box-shadow: 0 0 0.026042rem 0 #ccc;
}
.container_title_more p[data-v-62ccd194] {
  font-size: 0.3rem;
  color: rgba(50, 50, 50,0.6);
}
.container_main[data-v-62ccd194] {
  position: relative;
  top: -5%;
  border-radius: 0.5rem  0.5rem 0 0;
  background: #fafbfd;
}
.container_main_header[data-v-62ccd194] {
  text-align: center;
  line-height: 150%;
  color: #000;
  padding-top: 0.5rem;
  /* -webkit-background-clip: text; */
  /* color: transparent; */
}
.container_main_header h3[data-v-62ccd194] {
  font-weight: 500;
}
.container_main_header p[data-v-62ccd194] {
  font-size: 0.4rem;
  color: #ccc;
}
.container_main_body_ul[data-v-62ccd194] {
  width: 100%;
  padding: 0.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  font-size: 0.4rem;
  margin-top: 0.2rem;
}
.container_main_body_ul li[data-v-62ccd194] {
  float: left;
  width: 30%;
  margin: 2% 1.5%;
  text-align: center;
  -webkit-box-shadow: 0 0 0.015625rem 0 #eee;
          box-shadow: 0 0 0.015625rem 0 #eee;
  padding: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
}
.container_main_body_ul div[data-v-62ccd194] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.container_main_body_ul div span[data-v-62ccd194] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  margin-top: 0.15rem;
}
.container_main_body_ul img[data-v-62ccd194] {
  width: 80%;
}
.container[data-v-6ef8e674] {
  width: 100%;
  min-height: 100%;
  background: #fafbfd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-font-smoothing: antialiase;
  font-size: 0.5rem;
}
.container_title[data-v-6ef8e674] {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: text-top;
  background: #3752fb;
  color: white;
  padding: 0.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 40%;
  position: relative;
  border-radius: 0 0 80% 80%;
}
.container_main[data-v-6ef8e674] {
  position: relative;
  width: 90%;
  top: -30%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 0.078125rem 0.078125rem 0 0;
  /* background: #fafbfd; */
}
.container_main>h3[data-v-6ef8e674] {
  text-align: center;
  font-weight: 500;
  color: white;
}
.container_main_list[data-v-6ef8e674] {
  background: white;
  border-radius: 0.078125rem;
  -webkit-box-shadow: 0 0 0.026042rem 0 #eee;
          box-shadow: 0 0 0.026042rem 0 #eee;
}
.container_main_list h4[data-v-6ef8e674] {
  font-weight: 600;
}
.container_main_select[data-v-6ef8e674] {
  padding: 0.2rem;
  line-height: 150%;
  border-bottom: 0.015625rem dotted #ccc;
}
.container_main_select[data-v-6ef8e674]:last-child {
  border: none;
}
.container_main_select p[data-v-6ef8e674] {
  text-indent: 2em;
  color: rgb(50, 50, 50);
  font-size: 0.3rem;
}
.container_main_select_ul[data-v-6ef8e674] {
  font-size: 0.3rem;
  background: #F5F8FA;
  padding: 0.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.container_main_select_ul li span[data-v-6ef8e674] {
  float: left;
}
.container_main_select_ul li span[data-v-6ef8e674]:nth-of-type(1) {
  width: 15%;
}
.container_main_select_ul li span[data-v-6ef8e674]:nth-of-type(2) {
  width: 50%;
  white-space: nowrap;
}
.container_main_select_ul li span[data-v-6ef8e674]:nth-of-type(3),
.container_main_select_ul li span[data-v-6ef8e674]:nth-of-type(4),
.container_main_select_ul li span[data-v-6ef8e674]:nth-of-type(5) {
  width: 10%;
  text-align: center;
}
.container[data-v-7a768cf6] {
  width: 100%;
  min-height: 100%;
  background: #fafbfd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-font-smoothing: antialiase;
  font-size: 0.5rem;
}
.container_title[data-v-7a768cf6] {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: text-top;
  background: #3752fb;
  color: white;
  padding: 0.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 40%;
  position: relative;
  border-radius: 0 0 80% 80%;
}
.container_main[data-v-7a768cf6] {
  position: relative;
  width: 90%;
  top: -30%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 0.078125rem 0.078125rem 0 0;
  /* background: #fafbfd; */
}
.container_main > h3[data-v-7a768cf6] {
  text-align: center;
  font-weight: 500;
  color: white;
  margin-top: 0.2rem;
}
.container_main .IA>div[data-v-7a768cf6],
.container_main .IP>div[data-v-7a768cf6],
.container_main .IE>div[data-v-7a768cf6] {
  background: white;
  border-radius: 0.078125rem;
  -webkit-box-shadow: 0 0 0.026042rem #eee;
          box-shadow: 0 0 0.026042rem #eee;
  margin-top: 0.2rem;
  padding: 0.2rem;
  padding-left: 2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.4rem;
}
.container_main .IA>div>h3[data-v-7a768cf6],
.container_main .IP>div>h3[data-v-7a768cf6],
.container_main .IE>div>h3[data-v-7a768cf6] {
  text-indent: -1em;
}
.red[data-v-7a768cf6] {
  color: #f00;
}
.container[data-v-22d56164] {
  width: 100%;
  min-height: 100%;
  background: #fafbfd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-font-smoothing: antialiase;
  font-size: 0.5rem;
}
.container_title[data-v-22d56164] {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: text-top;
  background: #3752fb;
  color: white;
  padding: 0.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 40%;
  position: relative;
  border-radius: 0 0 80% 80%;
}
.container_main[data-v-22d56164] {
  position: relative;
  width: 90%;
  top: -30%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 0.078125rem 0.078125rem 0 0;
  /* background: #fafbfd; */
}
.container_main > h3[data-v-22d56164] {
  text-align: center;
  font-weight: 500;
  color: white;
}
.container_main_list[data-v-22d56164] {
  background: white;
  border-radius: 0.078125rem;
  -webkit-box-shadow: 0 0 0.026042rem 0 #eee;
          box-shadow: 0 0 0.026042rem 0 #eee;
  line-height: 150%;
  overflow: auto;
  position: relative;
  height: 80vh;
}
.container_main_list ul[data-v-22d56164] {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.3;
  transition: 0.3;
  /* height: 100%; */
}
.container_main_list ul li[data-v-22d56164] {
  padding: 0.2rem;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.container_main_list ul li p[data-v-22d56164] {
  border-bottom: 0.010417rem solid #ccc;
  font-size: 0.4rem;
  padding: 0.3rem 0.1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
}
.container_main_list ul li p[data-v-22d56164]:last-child {
  border: none;
}
.container_main_list ul li p span[data-v-22d56164] {
  display: inline-block;
  width: 25%;
}
.container[data-v-209ef062] {
  width: 100%;
  min-height: 100%;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-font-smoothing: antialiase;
  font-size: 0.5rem;
  overflow-x: hidden;
}
.container_title[data-v-209ef062] {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: text-top;
  color: black;
  padding: 0.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* height: 10%; */
  position: relative;
}
.container_title_more[data-v-209ef062] {
  position: absolute;
  z-index: 1000;
  top: 10%;
  right: 0.2rem;
  font-size: 0.4rem;
  color: black;
  text-align: left;
  background: white;
  font-weight: 400;
}
.container_main[data-v-209ef062] {
  position: relative;
  width: 90%;
  margin: 0 auto;
  border-radius: 0.078125rem 0.078125rem 0 0;
  /* background: #fafbfd; */
  margin-bottom: 0.5rem;
}

/* .container_main_select{
    position: relative;
    width: 100%;
} */
.container_main_select_bar h3[data-v-209ef062] {
  display: inline-block;
  background: #4980F0;
  color: white;
  padding: 0.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.5rem;
  text-align: center;
  font-weight: 500;
  width: auto;
  margin: 0 50%;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: relative;
  top: 0.5rem;
}
.container_main_select_bar p[data-v-209ef062] {
  width: 100%;
  background: RGBA(238, 240, 255, 1);
  color: #6E6E6E;
  padding: 1.5em 0.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.container[data-v-0c49735a] {
  width: 100%;
  min-height: 100%;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-font-smoothing: antialiase;
  font-size: 0.5rem;
}
.container_title[data-v-0c49735a] {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: text-top;
  color: black;
  padding: 0.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* height: 10%; */
  position: relative;
}
.container_title_more[data-v-0c49735a] {
  position: absolute;
  z-index: 1000;
  top: 10%;
  right: 0.2rem;
  font-size: 0.4rem;
  color: black;
  text-align: left;
  background: white;
  font-weight: 400;
}
.table[data-v-0c49735a] {
  margin-top: 0.208333rem;
  height: 92%;
}
.table table tr[data-v-0c49735a] {
  height: 1rem;
  font-size: 0.3rem;
}
.table table tr td[data-v-0c49735a] {
  height: auto;
  padding: 0 0.026042rem;
  font-size: 0.3rem;
}
.table table tr td[data-v-0c49735a]:first-child {
  min-width: 0.520833rem;
  width: 0.520833rem;
  height: auto;
}
.table table tr td div[data-v-0c49735a] {
  line-height: 200%;
  border-bottom: 0.015625rem solid #eeeffa;
}
.table table tr td div[data-v-0c49735a]:last-child {
  border: none;
}
.table table tbody td[data-v-0c49735a] {
  border: 0.005208rem solid rgba(237, 238, 246, 1);
  padding: 0 0.026042rem;
}
.table table tbody tr[data-v-0c49735a]:nth-of-type(even) {
  background: rgba(243, 255, 250, 1);
  border-radius: 0.03125rem;
}
.table table tbody tr[data-v-0c49735a]:nth-of-type(odd) {
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
}
*/

.td_see[data-v-0c49735a] {
  position: absolute;
  top: 100%;
  background: #fff;
  width: 100%;
  right: 0;
  z-index: 10000;
}
.td_see li[data-v-0c49735a] {
  border: #7d7f8b 0.005208rem solid;
}
.container[data-v-7030ce9a] {
  width: 100%;
  min-height: 100%;
  background: white;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-font-smoothing: antialiase;
  font-size: 0.5rem;
}
.imgs[data-v-7030ce9a] {
  height: 0.5rem;
  width: 100%;
}
.list[data-v-7030ce9a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0.5rem;
  width: 100%;
  background: RGBA(252, 251, 252, 1);
}
.list > div[data-v-7030ce9a] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.container .imgs[data-v-7030ce9a] {
  text-align: center;
  position: relative;
}
.container .imgs span[data-v-7030ce9a] {
  left: 0.5rem;
  position: absolute;
}
.table[data-v-7030ce9a] {
  margin-top: 0.208333rem;
  height: 92%;
}
.table table thead[data-v-7030ce9a] {
  font-size: 0.5rem;
}
.td_see[data-v-7030ce9a] {
  position: absolute;
  top: 100%;
  background: #fff;
  width: 100%;
  right: 0;
  z-index: 10000;
}
.td_see li[data-v-7030ce9a] {
  border: #7d7f8b 0.005208rem solid;
}
.hovers > div[data-v-7030ce9a] {
  position: absolute;
  /* width: 200px; */
  height: auto;
  background: white;
  right: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  z-index: 10;
  bottom: 0.197917rem;
  text-align: left;
  padding: 0.026042rem;
  white-space: normal;
}
.hovers[data-v-7030ce9a] {
  position: relative;
  cursor: pointer;
  min-height: 0.15625rem;
}
.container[data-v-0ccceab5] {
  width: 100%;
  min-height: 100%;
  /* background: #fafbfd; */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-font-smoothing: antialiase;
  font-size: 0.5rem;
}
.container_title[data-v-0ccceab5] {
  width: 100%;
  background: #fafbfd;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: text-top;
  color: black;
  padding: 0.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* height: 10%; */
  position: relative;
}
.container_title_more[data-v-0ccceab5] {
  position: absolute;
  z-index: 1000;
  top: 10%;
  right: 0.2rem;
  font-size: 0.4rem;
  color: black;
  text-align: left;
  background: white;
  font-weight: 400;
}
.container_main[data-v-0ccceab5] {
  width: 90%;
  margin: 0 auto;
}
.container_main_li[data-v-0ccceab5] {
  background: white;
  -webkit-box-shadow: 0 0 0.015625rem 0 #ccc;
          box-shadow: 0 0 0.015625rem 0 #ccc;
  margin-top: 0.5rem;
}
.container_main_li_left[data-v-0ccceab5] {
  display: inline-block;
  width: 30%;
  position: relative;
  top: -0.3rem;
  padding: 0 0.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.container_main_li_left_img[data-v-0ccceab5] {
  width: 100%;
  height: 70%;
}
.container_main_li_left_img img[data-v-0ccceab5] {
  width: 100%;
}
.container_main_li_username[data-v-0ccceab5] {
  text-align: center;
}
.container_main_li_fuwu[data-v-0ccceab5] {
  text-align: center;
  background: #FF9501;
  color: white;
  border-radius: 10rem;
}
.container_main_li_right[data-v-0ccceab5] {
  display: inline-block;
  width: 65%;
  padding: 0.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.4rem;
  font-weight: 400;
}
.container[data-v-4e4134a8] {
  background: rgba(153, 153, 153, 1);
  width: 100%;
  height: auto;
}
#pdfDom[data-v-4e4134a8] {
  background: white;
  margin: 0 auto;
  width: 100%;
  padding-bottom: 0.104167rem;
}
.pdfDom_index img[data-v-4e4134a8] {
  width: 100%;
}
.flexs h3[data-v-4e4134a8] {
  font-size: 0.125rem;
  color: rgba(102, 102, 102, 1);
}
.flexs .red[data-v-4e4134a8] {
  color: red;
}
.flexs ul li[data-v-4e4134a8] {
  text-indent: -1em;
  padding-left: 1em;
}
.flexs > .nber[data-v-4e4134a8] {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  padding: 0;
}
.pdfDom_center[data-v-4e4134a8] {
  width: 100%;
  margin: 0 auto;
  font-size: 0.125rem;
  padding: 0 0.052083rem;
}
.pdfDom_center > h2[data-v-4e4134a8] {
  text-align: center;
  height: 0.3125rem;
  line-height: 0.3125rem;
  font-size: 0.197917rem;
  font-weight: 500;
}
.pdfDom_center > h3[data-v-4e4134a8] {
  width: 100%;
  background: rgba(57, 149, 234, 1);
  line-height: 200%;
  font-size: 0.177083rem;
  padding: 0 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: white;
  margin: 0.104167rem 0;
}
.pdfDom_center > h4[data-v-4e4134a8] {
  line-height: 200%;
  font-size: 0.145833rem;
}
.pdfDom_center > h5[data-v-4e4134a8] {
  line-height: 200%;
  color: rgba(102, 102, 102, 1);
  font-size: 0.145833rem;
}
.pdfDom_center > p[data-v-4e4134a8] {
  line-height: 150%;
  color: rgba(153, 153, 153, 1);
}
.pdfDom_center table[data-v-4e4134a8] {
  width: 100%;
  border-collapse: collapse;
  border: 0;
  border: 0.005208rem solid #000;
}
.pdfDom_center table td[data-v-4e4134a8] {
  border: 0.005208rem solid #000;
  text-align: center;
  height: 0.208333rem;
}
.pdfDom_center .flexs[data-v-4e4134a8] {
  line-height: 150%;
  color: rgba(153, 153, 153, 1);
}
.pdfDom_center .h3 i[data-v-4e4134a8] {
  display: inline-block;
  vertical-align: middle;
  width: 0.09375rem;
  height: 0.09375rem;
  margin-right: 0.052083rem;
  background: rgba(131, 194, 252, 1);
}
.pdfDom_center .section_ul[data-v-4e4134a8] {
  color: rgba(102, 102, 102, 1);
}
.pdfDom_center .section_ul_li[data-v-4e4134a8] {
  background: rgba(247, 247, 247, 1);
  padding: 0.104167rem;
  margin-top: 0.104167rem;
}
.container[data-v-7c193ee9] {
  width: 100%;
  height: 100%;
}
.container[data-v-7cb88e0c] {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: white;
  padding: 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
}
.aside[data-v-7cb88e0c] {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  height: 100%;
}
.aside img[data-v-7cb88e0c] {
  height: 100%;
}
select[data-v-7cb88e0c],
input[data-v-7cb88e0c] {
  border: 0.005208rem solid rgba(213,213,224,1);
  border-radius: 0.03125rem;
  line-height: 0.21875rem;
  width: 80%;
  max-width: 1.5625rem;
  height: 0.234375rem;
}
.main[data-v-7cb88e0c] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  min-width: 1.5625rem;
  z-index: 10;
}
.main p[data-v-7cb88e0c] {
  margin-bottom: 0.104167rem;
}
.main h3 p[data-v-7cb88e0c]:first-child {
  font-size: 0.302083rem;
  font-weight: 500;
}
.main h3 p[data-v-7cb88e0c]:last-child {
  font-size: 0.114583rem;
  font-weight: 400;
}
.btn[data-v-7cb88e0c] {
  width: 133PX;
  height: 36PX;
  background: rgba(242,0,51,1);
  -webkit-box-shadow: 0 0.057292rem 0.052083rem 0 rgba(255,167,167,0.39);
          box-shadow: 0 0.057292rem 0.052083rem 0 rgba(255,167,167,0.39);
  border-radius: 36PX;
  border: none;
  text-align: center;
  line-height: 0.208333rem;
  font-size: 0.098958rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: rgba(255,255,255,1);
  margin: 0 10PX;
  margin-top: 0.15625rem;
  outline: none;
  line-height: 0.130208rem;
}
.p input[data-v-7cb88e0c] {
  max-width: 0.520833rem;
  width: 40%;
}
.blue[data-v-7cb88e0c] {
  background: -webkit-gradient(linear,left top, left bottom,from(#5399DB),to(#7DBCF7));
  background: linear-gradient(#5399DB,#7DBCF7);
  -webkit-box-shadow: 0 0.057292rem 0.052083rem 0 rgba(135, 194, 250, 0.39);
          box-shadow: 0 0.057292rem 0.052083rem 0 rgba(135, 194, 250, 0.39);
}
.back-fixed[data-v-7cb88e0c] {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
  z-index: 10;
}
.iscopy[data-v-7cb88e0c] {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 1.041667rem;
  height: 0.520833rem;
  line-height: 0.520833rem;
  text-align: center;
  font-size: 0.197917rem;
  background: rgba(255,255,255,.8);
}
.container[data-v-57ddd5d7] {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: white;
  padding: 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
}
.aside[data-v-57ddd5d7] {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  height: 100%;
}
.aside img[data-v-57ddd5d7] {
  width: 100%;
}
select[data-v-57ddd5d7],
input[data-v-57ddd5d7] {
  border: 0.005208rem solid rgba(213, 213, 224, 1);
  border-radius: 0.03125rem;
  line-height: 0.21875rem;
  width: 80%;
  max-width: 1.5625rem;
  height: 0.234375rem;
}
.main[data-v-57ddd5d7] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  min-width: 1.5625rem;
  z-index: 10;
}
.main p[data-v-57ddd5d7] {
  margin-bottom: 0.104167rem;
}
.main h3 p[data-v-57ddd5d7]:first-child {
  font-size: 0.302083rem;
  font-weight: 500;
}
.main h3 p[data-v-57ddd5d7]:last-child {
  font-size: 0.114583rem;
  font-weight: 400;
}
.btn[data-v-57ddd5d7] {
  width: 0.692708rem;
  height: 0.1875rem;
  background: rgba(242, 0, 51, 1);
  -webkit-box-shadow: 0 0.057292rem 0.052083rem 0 rgba(255, 167, 167, 0.39);
          box-shadow: 0 0.057292rem 0.052083rem 0 rgba(255, 167, 167, 0.39);
  border-radius: 0.1875rem;
  border: none;
  text-align: center;
  line-height: 0.208333rem;
  font-size: 0.098958rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  margin: 0 0.052083rem;
  margin-top: 0.15625rem;
  outline: none;
  line-height: 0.130208rem;
}
.p input[data-v-57ddd5d7] {
  max-width: 0.520833rem;
  width: 40%;
}
.blue[data-v-57ddd5d7] {
  background: -webkit-gradient(linear, left top, left bottom, from(#5399db), to(#7dbcf7));
  background: linear-gradient(#5399db, #7dbcf7);
  -webkit-box-shadow: 0 0.057292rem 0.052083rem 0 rgba(135, 194, 250, 0.39);
          box-shadow: 0 0.057292rem 0.052083rem 0 rgba(135, 194, 250, 0.39);
}
.back-fixed[data-v-57ddd5d7] {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
  z-index: 10;
}
.iscopy[data-v-57ddd5d7] {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 1.041667rem;
  height: 0.520833rem;
  line-height: 0.520833rem;
  text-align: center;
  font-size: 0.197917rem;
  background: rgba(255, 255, 255, 0.8);
}
.container[data-v-94dc2442] {
  width: 100%;
  min-height: 100%;
  background: rgba(244,245,250,1);
}
.header[data-v-94dc2442] {
  width: 100%;
  text-align: center;
  background: white;
  padding: 0.078125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header>p[data-v-94dc2442]:first-child {
  font-size: 0.1875rem;
  line-height: 0.34375rem;
}
.header>p[data-v-94dc2442]:last-child {
  font-size: 0.09375rem;
  color: #ccc;
  line-height: 0.125rem;
}
.content[data-v-94dc2442] {
  width: 100%;
  height: 80%;
}
.main[data-v-94dc2442] {
  width: 80%;
  margin: 0 auto;
  height: 100%;
  margin-top: 0.104167rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main .left[data-v-94dc2442] {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  background: white;
  margin: 0.052083rem;
  -webkit-box-shadow: 0 0.03125rem 0.083333rem 0 rgba(233,233,242,1);
          box-shadow: 0 0.03125rem 0.083333rem 0 rgba(233,233,242,1);
  position: relative;
}
.left h3[data-v-94dc2442] {
  color: #ccc;
  font-weight: 400;
}
.left h3 span[data-v-94dc2442]:first-child {
  font-size: 0.1875rem;
}
.main .right[data-v-94dc2442] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: white;
  margin: 0.052083rem;
  -webkit-box-shadow: 0 0.03125rem 0.083333rem 0 rgba(233,233,242,1);
          box-shadow: 0 0.03125rem 0.083333rem 0 rgba(233,233,242,1);
}
.navs[data-v-94dc2442] {
  width: 100%;
  padding-left: 0.078125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.nav[data-v-94dc2442] {
  width: 0.208333rem;
  height: 0.208333rem;
  margin-right: 0.052083rem;
  margin-top: 0.052083rem;
  border: 0.010417rem solid #ccc;
  line-height: 0.208333rem;
  text-align: center;
  -webkit-box-shadow: 0 0.03125rem 0.083333rem 0 rgba(233,233,242,1);
          box-shadow: 0 0.03125rem 0.083333rem 0 rgba(233,233,242,1);
  border-radius: 0.020833rem;
}
.navs .active[data-v-94dc2442] {
  border: 0.010417rem solid rgb(4, 41, 250);
}
.navs .active[data-v-94dc2442],
.kuai .k[data-v-94dc2442],
.end[data-v-94dc2442] {
  background: -webkit-gradient(linear,left bottom, left top,from(rgba(0,180,191,1)),to(rgba(66,230,149,1)));
  background: linear-gradient(0deg,rgba(0,180,191,1) 0%,rgba(66,230,149,1) 100%);
  color: white;
}
.navs .bactive[data-v-94dc2442] {
  background: -webkit-gradient(linear,left bottom, left top,from(rgba(0,180,191,1)),to(rgba(66,230,149,1)));
  background: linear-gradient(0deg,rgba(0,180,191,1) 0%,rgba(66,230,149,1) 100%);
  color: white;
}
.left[data-v-94dc2442] {
  padding: 3%;
}
.left>div[data-v-94dc2442] {
  display: none;
}
.left .active[data-v-94dc2442] {
  display: block;
}
.left p[data-v-94dc2442] {
  margin-top: 0.104167rem;
}
.left p input[data-v-94dc2442] {
  margin-right: 0.104167rem;
  vertical-align: middle;
}
.left .question[data-v-94dc2442] {
  font-weight: 600;
}
.left_img[data-v-94dc2442] {
  width: 0.520833rem;
  vertical-align: middle;
}
.posi[data-v-94dc2442] {
  position: absolute;
  bottom: 0.104167rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 0.135417rem;
  color: #ccc;
  cursor: pointer;
}
.right_time[data-v-94dc2442] {
  width: 100%;
  padding: 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 0.520833rem;
  font-size: 0.135417rem;
}
.right_time>div[data-v-94dc2442] {
  float: left;
}
.right_time .br[data-v-94dc2442] {
  width: 0.416667rem;
  position: relative;
  text-align: center;
}
.right_time .br img[data-v-94dc2442] {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.font[data-v-94dc2442] {
  color: wheat;
}
.kuai[data-v-94dc2442] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.104167rem;
}
.kuai>div[data-v-94dc2442] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 auto;
  text-align: center;
  margin-top: 0.104167rem;
}
.kuai i[data-v-94dc2442] {
  display: inline-block;
  width: 0.104167rem;
  height: 0.104167rem;
  border: 0.005208rem solid #ccc;
  border-radius: 0.026042rem;
  vertical-align: middle;
  margin-right: 0.026042rem;
}
.end[data-v-94dc2442] {
  border: none;
  outline: none;
  padding: 0.026042rem;
  text-align: center;
  cursor: pointer;
}
.footer[data-v-94dc2442] {
  text-align: center;
}
.footer p[data-v-94dc2442] {
  margin-top: 0.104167rem;
}
.footer_dis[data-v-94dc2442] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.104167rem;
}
.footer_dis>div[data-v-94dc2442] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.left_main p[data-v-94dc2442],
.checkbox p[data-v-94dc2442] {
  cursor: pointer;
}
.container[data-v-10f334a4] {
  width: 100%;
  min-height: 100%;
  background: white;
}
header[data-v-10f334a4] {
  width: 100%;
  background: white;
  text-align: center;
  line-height: 0.520833rem;
  font-size: 0.177083rem;
  font-weight: 500;
}
.center[data-v-10f334a4] {
  width: 7.291667rem;
  min-height: 90%;
  margin: 0 auto;
  margin-top: 0.104167rem;
}
.center>.center_1[data-v-10f334a4] {
  width: 100%;
  height: auto;
}
.center >h3[data-v-10f334a4] {
  width: 100%;
  height: 0.197917rem;
}
.center> h3 img[data-v-10f334a4] {
  vertical-align: middle;
  padding-right: 0.026042rem;
}

/* .center_1{background: linear-gradient(180deg,rgb(255, 255, 255) 0%,rgb(255, 255, 255) 50%,rgba(0,180,191,1) 50%,rgb(255, 255, 255,.5)  50%,rgba(66,230,149,.5) 100%);margin-bottom: 10%} */
.center_1>div[data-v-10f334a4] {
  width: 60%;
  margin: 0 auto;
}
.center_1>div img[data-v-10f334a4] {
  width: 100%;
}
.posi[data-v-10f334a4] {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
.posi>.div[data-v-10f334a4] {
  line-height: 0.40625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.posi>.div p[data-v-10f334a4] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.135417rem;
  font-weight: 600;
}
.posi>.icon[data-v-10f334a4] {
  position: absolute;
  right: -35%;
  bottom: -25%;
}
.posi>.icon img[data-v-10f334a4] {
  width: 70%;
}
.posi>div span[data-v-10f334a4] {
  margin-right: 0.104167rem;
}
.center>.center_2[data-v-10f334a4] {
  max-height: 2.34375rem;
  width: 100%;
}
.center>.center_3[data-v-10f334a4] {
  margin: 0.15625rem 0;
  position: relative;
  width: 100%;
}
.center>.center_3 .posi[data-v-10f334a4] {
  position: absolute;
  right: 0;
  top: 0;
  width: 1.041667rem;
  height: 1.041667rem;
  z-index: 10;
}
.center>.center_3 .posi img[data-v-10f334a4] {
  width: 100%;
}
.center>.center_4[data-v-10f334a4] {
  margin: 0.15625rem 0;
  padding: 0.104167rem 0.208333rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 0.177083rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: rgba(48,48,48,1);
  font-size: 0.072917rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.center>.center_4 .ccc[data-v-10f334a4] {
  color: #ccc;
}
.center>.center_4 .red[data-v-10f334a4] {
  color: red;
}
.center>.center_3 #main[data-v-10f334a4] {
  width: 60%;
  height: 2.083333rem;
  display: inline-block;
}
.center_3_1[data-v-10f334a4] {
  width: 35%;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  line-height: 0.1875rem;
  overflow-y: auto;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 5%;
}
.center_3_1 p[data-v-10f334a4] {
  margin-bottom: 0.052083rem;
}
.center_2[data-v-10f334a4] {
  margin: 0.15625rem 0;
}
.center_2 ul[data-v-10f334a4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0.104167rem;
  line-height: 0.302083rem;
}
.center_2 ul[data-v-10f334a4]:nth-of-type(odd) {
  background: #FAFDFE;
}
.center_2 ul[data-v-10f334a4]:first-child {
  background: #EAF4FA;
  border: none;
  margin: 0;
  padding: 0 0.104167rem;
  font-weight: 600;
}
.center_2 ul li[data-v-10f334a4] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.kuai[data-v-10f334a4] {
  display: inline-block;
  width: 0.15625rem;
  height: 0.104167rem;
  margin-bottom: -0.026042rem;
  margin-right: 0.052083rem;
}
footer[data-v-10f334a4] {
  width: 100%;
  text-align: center;
  margin-bottom: 0.104167rem;
}
footer button[data-v-10f334a4] {
  text-align: center;
  width: 0.651042rem;
  height: 0.25rem;
  background: -webkit-gradient(linear,left top, left bottom,from(#67EAAA),to(#33C4CC));
  background: linear-gradient(#67EAAA,#33C4CC);
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 #33C4CC;
          box-shadow: 0 0.010417rem 0.03125rem 0 #33C4CC;
  border-radius: 1.041667rem;
  line-height: 0.25rem;
  text-align: center;
  font-size: 0.09375rem;
  font-family: Source Han Sans CN;
  font-weight: 600;
  color: white;
  outline: none;
  border: #ccc 0.005208rem solid;
  cursor: pointer;
}
footer button[data-v-10f334a4]:active {
  background: #67EAAA;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 #33C4CC;
          box-shadow: 0 0.010417rem 0.03125rem 0 #33C4CC;
}
.bar span[data-v-10f334a4] {
  display: block;
  text-indent: 2em;
}
.br span span[data-v-10f334a4] {
  display: inline-block;
  width: 0.520833rem;
}

/* #main{width: 100%;height: 100%;} */
.center_4_left[data-v-10f334a4] {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.center_4_left>div[data-v-10f334a4] {
  width: 0.208333rem;
  height: 0.208333rem;
  display: inline-block;
  color: white;
  margin: 0.026042rem;
  text-align: center;
  line-height: 0.208333rem;
  cursor: pointer;
  border-radius: 0.052083rem;
}
.center_4_left .active[data-v-10f334a4] {
  background: -webkit-gradient(linear ,left top, left bottom ,from(#FE91A8) ,to(#F5365F) );
  background: linear-gradient(#FE91A8 ,#F5365F );
}
.center_4_right[data-v-10f334a4] {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  height: 2.604167rem;
  overflow-x: auto;
}
.center_4_right>div[data-v-10f334a4] {
  padding-left: 2em;
}
.center_4_right>div p[data-v-10f334a4]:first-of-type {
  text-indent: -2em;
}
.center_4_right>div i[data-v-10f334a4] {
  font-family: '\601D\6E90\9ED1\4F53';
}
.center_4_left .active1[data-v-10f334a4] {
  background: #eee;
}
.container[data-v-107bdf5b] {
  width: 100%;
  min-height: 100%;
  background: white;
}
header[data-v-107bdf5b] {
  width: 100%;
  background: white;
  text-align: center;
  line-height: 0.520833rem;
  font-size: 0.177083rem;
  font-weight: 500;
}
.center[data-v-107bdf5b] {
  width: 7.291667rem;
  min-height: 90%;
  margin: 0 auto;
  margin-top: 0.104167rem;
}
.center>.center_1[data-v-107bdf5b] {
  width: 100%;
  height: auto;
}
.center >h3[data-v-107bdf5b] {
  width: 100%;
  height: 0.197917rem;
}
.center> h3 img[data-v-107bdf5b] {
  vertical-align: middle;
  padding-right: 0.026042rem;
}

/* .center_1{background: linear-gradient(180deg,rgb(255, 255, 255) 0%,rgb(255, 255, 255) 50%,rgba(0,180,191,1) 50%,rgb(255, 255, 255,.5)  50%,rgba(66,230,149,.5) 100%);margin-bottom: 10%} */
.center_1>div[data-v-107bdf5b] {
  width: 60%;
  margin: 0 auto;
}
.center_1>div img[data-v-107bdf5b] {
  width: 100%;
}
.posi[data-v-107bdf5b] {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
.posi>.div[data-v-107bdf5b] {
  line-height: 0.40625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.posi>.div p[data-v-107bdf5b] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.135417rem;
  font-weight: 600;
}
.posi>.icon[data-v-107bdf5b] {
  position: absolute;
  right: -35%;
  bottom: -25%;
}
.posi>.icon img[data-v-107bdf5b] {
  width: 70%;
}
.posi>div span[data-v-107bdf5b] {
  margin-right: 0.104167rem;
}
.center>.center_2[data-v-107bdf5b] {
  max-height: 2.34375rem;
  width: 100%;
}
.center>.center_3[data-v-107bdf5b] {
  margin: 0.15625rem 0;
  position: relative;
  width: 100%;
}
.center>.center_3 .posi[data-v-107bdf5b] {
  position: absolute;
  right: 0;
  top: 0;
  width: 1.041667rem;
  height: 1.041667rem;
  z-index: 10;
}
.center>.center_3 .posi img[data-v-107bdf5b] {
  width: 100%;
}
.center>.center_4[data-v-107bdf5b] {
  margin: 0.15625rem 0;
  padding: 0.104167rem 0.208333rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 0.177083rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: rgba(48,48,48,1);
  font-size: 0.072917rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.center>.center_4 .ccc[data-v-107bdf5b] {
  color: #ccc;
}
.center>.center_4 .red[data-v-107bdf5b] {
  color: red;
}
.center>.center_3 #main[data-v-107bdf5b] {
  width: 60%;
  height: 2.083333rem;
  display: inline-block;
}
.center_3_1[data-v-107bdf5b] {
  width: 35%;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  line-height: 0.1875rem;
  overflow-y: auto;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 5%;
}
.center_3_1 p[data-v-107bdf5b] {
  margin-bottom: 0.052083rem;
}
.center_2[data-v-107bdf5b] {
  margin: 0.15625rem 0;
}
.center_2 ul[data-v-107bdf5b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0.104167rem;
  line-height: 0.302083rem;
}
.center_2 ul[data-v-107bdf5b]:nth-of-type(odd) {
  background: #FAFDFE;
}
.center_2 ul[data-v-107bdf5b]:first-child {
  background: #EAF4FA;
  border: none;
  margin: 0;
  padding: 0 0.104167rem;
  font-weight: 600;
}
.center_2 ul li[data-v-107bdf5b] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.kuai[data-v-107bdf5b] {
  display: inline-block;
  width: 0.15625rem;
  height: 0.104167rem;
  margin-bottom: -0.026042rem;
  margin-right: 0.052083rem;
}
footer[data-v-107bdf5b] {
  width: 100%;
  text-align: center;
  margin-bottom: 0.104167rem;
}
footer button[data-v-107bdf5b] {
  text-align: center;
  width: 0.651042rem;
  height: 0.25rem;
  background: -webkit-gradient(linear,left top, left bottom,from(#67EAAA),to(#33C4CC));
  background: linear-gradient(#67EAAA,#33C4CC);
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 #33C4CC;
          box-shadow: 0 0.010417rem 0.03125rem 0 #33C4CC;
  border-radius: 1.041667rem;
  line-height: 0.25rem;
  text-align: center;
  font-size: 0.09375rem;
  font-family: Source Han Sans CN;
  font-weight: 600;
  color: white;
  outline: none;
  border: #ccc 0.005208rem solid;
  cursor: pointer;
}
footer button[data-v-107bdf5b]:active {
  background: #67EAAA;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 #33C4CC;
          box-shadow: 0 0.010417rem 0.03125rem 0 #33C4CC;
}
.bar span[data-v-107bdf5b] {
  display: block;
  text-indent: 2em;
}
.br span span[data-v-107bdf5b] {
  display: inline-block;
  width: 0.520833rem;
}

/* #main{width: 100%;height: 100%;} */
.center_4_left[data-v-107bdf5b] {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.center_4_left>div[data-v-107bdf5b] {
  width: 0.208333rem;
  height: 0.208333rem;
  display: inline-block;
  color: white;
  margin: 0.026042rem;
  text-align: center;
  line-height: 0.208333rem;
  cursor: pointer;
  border-radius: 0.052083rem;
}
.center_4_left .active[data-v-107bdf5b] {
  background: -webkit-gradient(linear ,left top, left bottom ,from(#FE91A8) ,to(#F5365F) );
  background: linear-gradient(#FE91A8 ,#F5365F );
}
.center_4_right[data-v-107bdf5b] {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  height: 2.604167rem;
  overflow-x: auto;
}
.center_4_right>div[data-v-107bdf5b] {
  padding-left: 2em;
}
.center_4_right>div p[data-v-107bdf5b]:first-of-type {
  text-indent: -2em;
}
.center_4_right>div i[data-v-107bdf5b] {
  font-family: '\601D\6E90\9ED1\4F53';
}
.center_4_left .active1[data-v-107bdf5b] {
  background: #eee;
}
.container[data-v-e6d44fa0] {
  width: 100%;
  height: 100%;
}
.container[data-v-18285080] {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: auto;
  background: white;
  max-height: 100%;
  font-size: 0.5rem;
}
header[data-v-18285080] {
  line-height: 150%;
  text-align: center;
  margin-top: 0.2rem;
}
header h3[data-v-18285080] {
  font-weight: 500;
}
header p[data-v-18285080] {
  font-weight: 400;
  font-size: 0.3rem;
  color: rgb(145, 145, 146);
}
img[data-v-18285080] {
  width: 100%;
}
.main[data-v-18285080] {
  width: 80%;
  margin: 0 auto;
  margin-top: 0.4rem;
}
.main p[data-v-18285080] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0.2rem 0;
}
.main p > span[data-v-18285080]:nth-of-type(1) {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  text-align: right;
  font-size: 0.5rem;
}
.main p > span[data-v-18285080]:nth-of-type(2) {
  -webkit-box-flex: 6;
      -ms-flex: 6;
          flex: 6;
  font-size: 0.5rem;
}
.main p input[data-v-18285080],
select[data-v-18285080] {
  width: 90%;
  border: rgba(213, 213, 224, 1) 0.005208rem solid;
  border-radius: 0.015625rem;
  height: 0.7rem;
  font-size: 0.5rem;
}
.btn[data-v-18285080] {
  margin-top: 1rem;
  padding: 0.2rem 0.4rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 180, 191, 1)), to(rgba(66, 230, 149, 1)));
  background: linear-gradient(rgba(0, 180, 191, 1), rgba(66, 230, 149, 1));
  border-radius: 1rem;
  border: none;
  color: white;
  font-size: 0.5rem;
}
.container[data-v-1c3f4987] {
  width: 100%;
  min-height: 100%;
  background: rgba(244, 245, 250, 1);
  background: white;
  font-size: 0.5rem;
}
.header[data-v-1c3f4987] {
  width: 100%;
  text-align: center;
  background: white;
  padding: 0.078125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header > p[data-v-1c3f4987]:first-child {
  font-size: 0.1875rem;
  line-height: 0.34375rem;
}
.header > p[data-v-1c3f4987]:last-child {
  font-size: 0.09375rem;
  color: #ccc;
  line-height: 0.125rem;
}
.content[data-v-1c3f4987] {
  width: 100%;
  height: 100%;
  padding-top: 0.3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.content_time[data-v-1c3f4987] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 10vh;
}
.content_time > div[data-v-1c3f4987]:first-child {
  font-size: 0.3rem;
}
.content_time > div:first-child span[data-v-1c3f4987] {
  font-size: 0.45rem;
}
.content_time .br[data-v-1c3f4987] {
  background: rgba(127, 192, 254, 1);
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  color: white;
  font-size: 0.5rem;
}
.content_time .font[data-v-1c3f4987] {
  color: rgba(127, 192, 254, 1);
  font-size: 0.5rem;
  text-align: center;
  line-height: 1rem;
}
.main[data-v-1c3f4987] {
  width: 100%;
  height: 85vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main .left[data-v-1c3f4987] {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  position: relative;
}
.left h3[data-v-1c3f4987] {
  color: #ccc;
  font-weight: 400;
}
.left h3 span[data-v-1c3f4987]:first-child {
  /* font-size: 36px; */
}
.main .right[data-v-1c3f4987] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.navs[data-v-1c3f4987] {
  width: 100%;
  padding-left: 0.078125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.nav[data-v-1c3f4987] {
  width: 0.7rem;
  height: 0.7rem;
  margin: 0.2rem;
  border: 0.010417rem solid #ccc;
  line-height: 0.7rem;
  text-align: center;
  -webkit-box-shadow: 0 0.03125rem 0.083333rem 0 rgba(233, 233, 242, 1);
          box-shadow: 0 0.03125rem 0.083333rem 0 rgba(233, 233, 242, 1);
  border-radius: 0.020833rem;
}
.navs .active[data-v-1c3f4987] {
  border: 0.010417rem solid rgb(4, 41, 250);
}
.navs .active[data-v-1c3f4987],
.kuai .k[data-v-1c3f4987],
.end[data-v-1c3f4987] {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  color: white;
}
.navs .bactive[data-v-1c3f4987] {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  color: white;
}
.left[data-v-1c3f4987] {
  padding: 3%;
}
.left > div[data-v-1c3f4987] {
  display: none;
}
.left_bottom[data-v-1c3f4987] {
  position: absolute;
  bottom: 0;
  width: 40%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.3rem;
}
.left .active[data-v-1c3f4987] {
  display: block;
}
.left p[data-v-1c3f4987] {
  margin-top: 0.104167rem;
}
.left p input[data-v-1c3f4987] {
  margin-right: 0.104167rem;
  vertical-align: middle;
  width: 0.5rem;
  height: 0.5rem;
}
.left .question[data-v-1c3f4987] {
  font-weight: 600;
}
.left_img[data-v-1c3f4987] {
  width: 100%;
}
.posi[data-v-1c3f4987] {
  position: absolute;
  bottom: 0.104167rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 0.135417rem;
  color: #ccc;
  cursor: pointer;
}
.kuai[data-v-1c3f4987] {
  margin-top: 0.104167rem;
}
.kuai > div[data-v-1c3f4987] {
  margin: 0 auto;
  text-align: center;
  margin-top: 0.104167rem;
  float: left;
  padding-left: 0.078125rem;
  margin-left: 0.2rem;
  font-size: 0.5rem;
}
.kuai i[data-v-1c3f4987] {
  display: inline-block;
  width: 0.104167rem;
  height: 0.104167rem;
  border: 0.005208rem solid #ccc;
  border-radius: 0.026042rem;
  vertical-align: middle;
  margin-right: 0.026042rem;
}
.end[data-v-1c3f4987] {
  border: none;
  outline: none;
  padding: 0.026042rem;
  text-align: center;
  cursor: pointer;
}
.footer[data-v-1c3f4987] {
  text-align: center;
}
.footer p[data-v-1c3f4987] {
  margin-top: 0.104167rem;
}
.footer_dis[data-v-1c3f4987] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.104167rem;
}
.footer_dis > div[data-v-1c3f4987] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.left_main p[data-v-1c3f4987],
.checkbox p[data-v-1c3f4987] {
  cursor: pointer;
}
.right_p[data-v-1c3f4987] {
  padding-left: 0.078125rem;
  margin-bottom: 0.5rem;
  margin-left: 0.2rem;
  font-size: 0.4rem;
}
.back-fixed[data-v-1c3f4987] {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
  z-index: 10;
}
.iscopy[data-v-1c3f4987] {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  color: rgba(47, 177, 139, 1);
}
.container[data-v-58eeadb2] {
  width: 100%;
  min-height: 100%;
  background: white;
  font-size: 0.4rem;
}
.center[data-v-58eeadb2] {
  width: 100%;
  min-height: 90%;
  margin: 0 auto;
}
.center > h3[data-v-58eeadb2] {
  width: 95%;
  height: 0.8rem;
  font-size: 0.4rem;
  margin: 0 auto;
}
.center > h3 img[data-v-58eeadb2] {
  vertical-align: middle;
  padding-right: 0.026042rem;
}
.center > .center_1[data-v-58eeadb2] {
  width: 100%;
  background: url(../../static/img/horse_bg.90b2dea.png) no-repeat;
  padding: 0.3rem 0;
  background-size: cover;
  height: 4rem;
  background-position-y: -1rem;
  position: relative;
}
.center_1 > div[data-v-58eeadb2] {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 0.3rem;
}
.center_1_table[data-v-58eeadb2] {
  position: absolute;
  bottom: 0.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.center_1_table table[data-v-58eeadb2] {
  width: 100%;
  background: white;
  height: 2rem;
  -webkit-box-shadow: 0 0 0.026042rem 0 rgba(202, 202, 202, 0.39);
          box-shadow: 0 0 0.026042rem 0 rgba(202, 202, 202, 0.39);
  border-radius: 0.3rem;
  font-size: 0.4rem;
  border-collapse: separate;
  border-spacing: 0.2rem;
}
.center_1_table table tr td[data-v-58eeadb2]:nth-of-type(odd) {
  text-align: right;
  color: rgba(145, 148, 164, 1);
}
.center > .center_2[data-v-58eeadb2] {
  max-height: 2rem;
  width: 95%;
  margin: 0 auto;
  margin-bottom: 0.3rem;
}
.center > .center_3[data-v-58eeadb2] {
  margin: 0.15625rem 0;
  position: relative;
  width: 95%;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 0.026042rem 0 rgba(202, 202, 202, 0.39);
          box-shadow: 0 0 0.026042rem 0 rgba(202, 202, 202, 0.39);
  padding: 0.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0.3rem;
}
.center > .center_3 .posi[data-v-58eeadb2] {
  width: 2rem;
  height: 2rem;
  z-index: 10;
}
.center > .center_3 .posi img[data-v-58eeadb2] {
  width: 70%;
}
.center > .center_4[data-v-58eeadb2] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 0.177083rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: rgba(48, 48, 48, 1);
  font-size: 0.072917rem;
  width: 95%;
  margin: 0 auto;
  margin-bottom: 0.3rem;
}
.center > .center_4 .ccc[data-v-58eeadb2] {
  color: #ccc;
}
.center > .center_4 .red[data-v-58eeadb2] {
  color: red;
}
.center > .center_3 #main[data-v-58eeadb2] {
  width: 60%;
  height: 3rem;
  display: inline-block;
  background: rgba(249, 252, 254, 1);
}
.center_3_1[data-v-58eeadb2] {
  width: 35%;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  line-height: 0.5rem;
  overflow-y: auto;
  padding: 0 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.center_3_1 p[data-v-58eeadb2] {
  margin-bottom: 0.026042rem;
}
.center_2[data-v-58eeadb2] {
  margin: 0.15625rem 0;
}
.center_2 ul[data-v-58eeadb2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 0.5rem;
  font-size: 0.3rem;
}
.center_2 ul[data-v-58eeadb2]:nth-of-type(odd) {
  background: #fafdfe;
}
.center_2 ul[data-v-58eeadb2]:first-child {
  background: #eaf4fa;
  border: none;
  margin: 0;
  font-weight: 600;
}
.center_2 ul li[data-v-58eeadb2] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.kuai[data-v-58eeadb2] {
  display: inline-block;
  width: 0.15625rem;
  height: 0.104167rem;
  margin-bottom: -0.026042rem;
  margin-right: 0.052083rem;
}
footer[data-v-58eeadb2] {
  width: 100%;
  text-align: center;
  margin-bottom: 0.104167rem;
}
footer button[data-v-58eeadb2] {
  text-align: center;
  width: 2rem;
  height: 1rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#67eaaa), to(#33c4cc));
  background: linear-gradient(#67eaaa, #33c4cc);
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 #33c4cc;
          box-shadow: 0 0.010417rem 0.03125rem 0 #33c4cc;
  border-radius: 2rem;
  line-height: 0.5rem;
  text-align: center;
  font-size: 0.4rem;
  font-family: Source Han Sans CN;
  font-weight: 600;
  color: white;
  outline: none;
  border: #ccc 0.005208rem solid;
  cursor: pointer;
}
footer button[data-v-58eeadb2]:active {
  background: #67eaaa;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 #33c4cc;
          box-shadow: 0 0.010417rem 0.03125rem 0 #33c4cc;
}
.bar span[data-v-58eeadb2] {
  display: block;
  text-indent: 2em;
}
.br span span[data-v-58eeadb2] {
  display: inline-block;
  width: 0.520833rem;
}

/* #main{width: 100%;height: 100%;} */
.center_4_left[data-v-58eeadb2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.center_4_left > div[data-v-58eeadb2] {
  width: 0.7rem;
  height: 0.7rem;
  margin: 0.2rem;
  color: white;
  margin: 0.026042rem;
  text-align: center;
  line-height: 0.7rem;
  cursor: pointer;
  border-radius: 0.3rem;
}
.center_4_left .active[data-v-58eeadb2] {
  background: -webkit-gradient(linear, left top, left bottom, from(#fe91a8), to(#f5365f));
  background: linear-gradient(#fe91a8, #f5365f);
}
.center_4_right[data-v-58eeadb2] {
  font-size: 0.3rem;
  line-height: 0.5rem;
}

/* .center_4_right>div{padding-left: 2em;} */
.center_4_right > div p[data-v-58eeadb2] {
  padding-top: 0.6em;
}
.center_4_right > div i[data-v-58eeadb2] {
  font-family: "\601D\6E90\9ED1\4F53";
}
.center_4_left .active1[data-v-58eeadb2] {
  background: #eee;
}
.el-aside[data-v-05c463d6] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: auto;
}

/* 左边框 */
.main[data-v-05c463d6],
.el-container[data-v-05c463d6] {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.left-bar-logo[data-v-05c463d6] {
  max-width: 1.666667rem;
  width: 100%;
  height: 0.307292rem;
  margin: 0 auto;
  margin-bottom: 0.364583rem;
}
.left-bar-logo img[data-v-05c463d6] {
  margin: 0 auto;
  display: block;
  width: 90%;
}
.left-bar[data-v-05c463d6] {
  width: 1.354167rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#30d8a0), to(#00b4bf));
  background: linear-gradient(0deg, #30d8a0, #00b4bf);
  position: relative;
  padding: 0.208333rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 3.645833rem;
  height: 100%;
}
.left-bar1[data-v-05c463d6] {
  width: auto;
  background: -webkit-gradient(linear, left bottom, left top, from(#30d8a0), to(#00b4bf));
  background: linear-gradient(0deg, #30d8a0, #00b4bf);
  position: relative;
  padding: 0.208333rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.left-bar a[data-v-05c463d6] {
  color: #fff;
  display: block;
}
.left-bar li[data-v-05c463d6] {
  padding-left: 0.15625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 0.25rem;
  cursor: pointer;
  letter-spacing: 0.010417rem;
}
.left-bar1 li[data-v-05c463d6] {
  padding: 0 0.208333rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 0.25rem;
}
.left-bar li[data-v-05c463d6]:last-child {
  margin-bottom: 0;
}
.left-bar li img[data-v-05c463d6] {
  height: 100%;
  vertical-align: middle;
  margin: 0.010417rem 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 0.104167rem;
}
.left-bar1 li img[data-v-05c463d6] {
  height: 100%;
  vertical-align: middle;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.left-bar li[data-v-05c463d6]:focus,
.left-bar li[data-v-05c463d6]:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.5);
}
.posi[data-v-05c463d6] {
  width: 100%;
  display: block;
  cursor: pointer;
  position: absolute;
  bottom: 0;
}
.posi1[data-v-05c463d6] {
  width: 100%;
  display: block;
  cursor: pointer;
  margin-top: 0;
}
.left-bar li i[data-v-05c463d6] {
  padding-right: 0.052083rem;
  line-height: 0.25rem;
}
.left-bar ul[data-v-05c463d6] {
  position: absolute;
  bottom: 0.052083rem;
  width: 100%;
}
.active[data-v-05c463d6] {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.5);
}
.list_dl[data-v-05c463d6] {
  max-height: 80vh;
  overflow: auto;
  position: absolute;
  bottom: 100%;
  width: 100%;
  border: 0.005208rem solid #888;
  left: 0;
  color: #000;
}
.list_dl dd[data-v-05c463d6] {
  height: 0.15625rem;
  text-align: center;
  background: white;
  line-height: 0.15625rem;
}
.list_dl dd[data-v-05c463d6]:hover {
  font-size: 0.114583rem;
  font-family: "\601D\6E90\9ED1\4F53";
}

/**/
.el-main[data-v-05c463d6] {
  padding: 0;
  position: relative;
}
.right-main-mbr[data-v-05c463d6] {
  margin: 0;
  -webkit-box-shadow: 0 0 0.020833rem #ccc;
          box-shadow: 0 0 0.020833rem #ccc;
  border-radius: 0.026042rem;
  padding: 0 0.104167rem;
  background: #fff;
}

/*谷歌、safari、qq浏览器、360浏览器滚动条样式*/

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
[data-v-05c463d6]::-webkit-scrollbar {
  width: 0.026042rem;
  height: 0.026042rem;
  background-color: #f5f5f5;
}

/*定义滚动条轨道 内阴影+圆角*/
[data-v-05c463d6]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0.03125rem rgba(0, 0, 0, 0.3);
  border-radius: 0.052083rem;
  background-color: #f5f5f5;
}

/*定义滑块 内阴影+圆角*/
[data-v-05c463d6]::-webkit-scrollbar-thumb {
  border-radius: 0.052083rem;
  -webkit-box-shadow: inset 0 0 0.03125rem rgba(0, 0, 0, 0.3);
  background-color: #bdbdbd;
}

/*滑块效果*/
[data-v-05c463d6]::-webkit-scrollbar-thumb:hover {
  border-radius: 0.026042rem;
  -webkit-box-shadow: inset 0 0 0.026042rem rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.4);
}

/*IE滚动条颜色*/
html[data-v-05c463d6] {
  scrollbar-face-color: #bfbfbf;
  /*滚动条颜色*/
  scrollbar-highlight-color: #000;
  scrollbar-3dlight-color: #000;
  scrollbar-darkshadow-color: #000;
  scrollbar-shadow-color: #adadad;
  /*滑块边色*/
  scrollbar-arrow-color: rgba(0, 0, 0, 0.4);
  /*箭头颜色*/
  scrollbar-track-color: #eeeeee;
  /*背景颜色*/
}
.main[data-v-badb1c1a] {
  width: 100%;
  min-height: 100%;
  font-size: 0.09375rem;
  position: relative;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.table[data-v-badb1c1a] {
  margin-top: 0.052083rem;
  width: 100%;
  height: calc(100% - 0.302083rem);
  background: white;
}
.table table tbody input[data-v-badb1c1a] {
  text-align: center;
  border: 0.005208rem solid transparent;
  border-radius: 0.03125rem;
  line-height: 0.166667rem;
}
.blue[data-v-badb1c1a] {
  background: #3699ff;
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.010417rem 0.026042rem;
  cursor: pointer;
  border-radius: 0.015625rem;
  font-size: 0.083333rem;
}
.orange[data-v-badb1c1a] {
  background: #fac23d;
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.010417rem 0.026042rem;
  cursor: pointer;
  border-radius: 0.015625rem;
  font-size: 0.083333rem;
}
.ccc[data-v-badb1c1a] {
  background: #f2f7fd;
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.010417rem 0.026042rem;
  cursor: pointer;
  border-radius: 0.015625rem;
  font-size: 0.083333rem;
}
.greenbtn[data-v-badb1c1a] {
  width: 0.645833rem;
  height: 0.25rem;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  -webkit-box-shadow: 0 0.010417rem 0.088542rem 0.005208rem rgba(3, 175, 94, 0.4);
          box-shadow: 0 0.010417rem 0.088542rem 0.005208rem rgba(3, 175, 94, 0.4);
  opacity: 0.8;
  border-radius: 0.03125rem;
  outline: none;
  border: none;
  color: white;
  cursor: pointer;
}
.redbtn[data-v-badb1c1a] {
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
  background: rgb(255, 0, 0);
  border-radius: 0.015625rem;
}
.adds[data-v-badb1c1a] {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background: white;
  width: 3.645833rem;
  -webkit-box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
}
.adds input[data-v-badb1c1a],
.adds textarea[data-v-badb1c1a] {
  background: #f2f7fd;
  color: #a5a5b3;
  font-size: 0.09375rem;
  line-height: 0.1875rem;
  width: 80%;
  text-align: left;
  border: none;
  outline: none;
}
.adds table[data-v-badb1c1a] {
  margin: 0 auto;
  width: 80%;
}
.adds table td[data-v-badb1c1a] {
  padding: 0.052083rem;
}
.adds button[data-v-badb1c1a] {
  width: 0.416667rem;
  height: 0.208333rem;
  border-radius: 0.104167rem;
}
.container[data-v-70415516] {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0.104167rem;
}
.header[data-v-70415516] {
  width: 100%;
  height: 1.041667rem;
}
.header h3[data-v-70415516] {
  width: 100%;
  line-height: 0.15625rem;
}
.header_table[data-v-70415516] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header_table tr[data-v-70415516] {
  width: 50%;
  height: 0.729167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header_table td[data-v-70415516] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 0.729167rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0.052083rem 0.104167rem 0 rgba(229, 235, 237, 0.38);
          box-shadow: 0 0.052083rem 0.104167rem 0 rgba(229, 235, 237, 0.38);
  border-radius: 0.041667rem;
}
.header_table td > div[data-v-70415516] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.header_table td > div:first-child span[data-v-70415516] {
  position: absolute;
  width: 1.041667rem;
  height: 1.041667rem;
  background: #1cc9ad;
  opacity: 0.08;
  border-radius: 50%;
  left: -0.416667rem;
  top: -0.416667rem;
}
.header_table td > div:first-child img[data-v-70415516] {
  position: absolute;
  right: 30%;
  top: 50%;
  width: 0.229167rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header_table td > div:last-child > div[data-v-70415516] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header_table td > div:last-child p[data-v-70415516]:first-child {
  font-size: 0.208333rem;
  font-weight: 500;
  color: #575757;
  line-height: 0.291667rem;
}
.header_table td > div:last-child p[data-v-70415516]:last-child {
  font-size: 0.09375rem;
  font-weight: 400;
  color: #cfd2d5;
  line-height: 0.130208rem;
}
.container_tow[data-v-70415516] {
  padding: 0.104167rem;
  background: white;
  width: 100%;
  height: calc(100% - 1.041667rem);
}
.container_tow .table[data-v-70415516] {
  height: calc(100% - 0.625rem);
  margin-top: 0.052083rem;
}
.container_tow .table img[data-v-70415516] {
  width: 0.072917rem;
}
.container_tow .search[data-v-70415516] {
  width: 1.109375rem;
  height: 0.15625rem;
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border: 0.005208rem solid #eee;
  margin-right: 1em;
}
.container_tow .search input[data-v-70415516] {
  height: 100%;
  width: 0.911458rem;
  font-size: 0.083333rem;
  padding-left: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.container_tow .search button[data-v-70415516] {
  /* width: 30px; */
  position: absolute;
  right: 0;
  padding: 0 0.015625rem;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border: none;
  color: white;
  font-weight: 600;
  font-size: 0.09375rem;
  cursor: pointer;
}
.container[data-v-70415516] .el-select .el-input__inner,
.container[data-v-70415516] .el-input__inner,
.container[data-v-70415516] .el-date-editor,
.container[data-v-70415516] .el-input__icon,
.container[data-v-70415516] .el-date-editor .el-range-separator {
  line-height: 0.166667rem;
  height: 0.166667rem;
  vertical-align: middle;
}
.container[data-v-70415516] .el-button {
  line-height: 0.5;
  height: 0.166667rem;
  vertical-align: middle;
}
.container[data-v-70415516] .el-tabs__nav-wrap::after {
  background: rgba(235, 235, 235, 0.486);
}
.container[data-v-2383d1a9] {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0.104167rem;
}
.container_index[data-v-2383d1a9] {
  width: 100%;
  min-height: 100%;
  background: white;
  padding: 0.104167rem;
  border-radius: 0.104167rem;
}
.el-input[data-v-2383d1a9],
.el-select[data-v-2383d1a9],
.el-button[data-v-2383d1a9] {
  width: 8em;
  margin-left: 0.052083rem;
}
.el-button[data-v-2383d1a9] {
  width: 6em;
}
.posi_left_right[data-v-2383d1a9] {
  width: 95%;
  position: absolute;
  right: 0;
  z-index: 1000;
  bottom: 0.078125rem;
}
.header[data-v-2383d1a9] {
  /* margin: 20px; */
  background: white;
  border-radius: 0.104167rem;
  margin-bottom: 0.104167rem;
}
.flex_box[data-v-2383d1a9] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex_box>div[data-v-2383d1a9] {
  width: 1.479167rem;
  height: 0.739583rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#347AF2), to(#4E98F4));
  background: linear-gradient(180deg, #347AF2 0%, #4E98F4 100%);
  -webkit-box-shadow: 0 0.052083rem 0.104167rem 0 rgba(33, 166, 209, 0.24);
          box-shadow: 0 0.052083rem 0.104167rem 0 rgba(33, 166, 209, 0.24);
  border-radius: 0.041667rem;
  color: white;
  padding: 0.104167rem;
}
.flex_box>div>p[data-v-2383d1a9]:first-child {
  line-height: 0.114583rem;
  font-size: 0.083333rem;
  padding-bottom: 0.052083rem;
  border-bottom: 0.005208rem solid rgba(255, 255, 255, 0.5);
  margin-bottom: 0.052083rem;
}
.flex_box>div>p[data-v-2383d1a9]:last-child {
  line-height: 0.322917rem;
  font-size: 0.229167rem;
}
.flex_box>div[data-v-2383d1a9]:nth-of-type(4),
.flex_box>div[data-v-2383d1a9]:nth-of-type(5) {
  background: -webkit-gradient(linear, left top, left bottom, from(#2CD5C0), to(#4ADBDF));
  background: linear-gradient(180deg, #2CD5C0 0%, #4ADBDF 100%);
  -webkit-box-shadow: 0 0.052083rem 0.104167rem 0 rgba(33, 166, 209, 0.24);
          box-shadow: 0 0.052083rem 0.104167rem 0 rgba(33, 166, 209, 0.24);
}
.flex_box>div:nth-of-type(4)>p[data-v-2383d1a9]:last-child,
.flex_box>div:nth-of-type(5)>p[data-v-2383d1a9]:last-child {
  line-height: 0.21875rem;
  font-size: 0.15625rem;
}
.center_box[data-v-2383d1a9] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* margin: 20px; */
}
.center_box h3[data-v-2383d1a9] {
  height: 0.260417rem;
  margin-top: 0.052083rem;
  font-weight: 600;
  line-height: 0.260417rem;
}
.left_box[data-v-2383d1a9] {
  -webkit-box-flex: 7;
      -ms-flex: 7;
          flex: 7;
  margin-right: 0.104167rem;
}
.right_box[data-v-2383d1a9] {
  width: 100%;
}
.right_box>div[data-v-2383d1a9] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
#main3[data-v-2383d1a9] {
  height: 3.125rem;
  width: 100%;
  background: #EBF2F8;
  border-radius: 0.052083rem;
}
.right_box table[data-v-2383d1a9] {
  padding: 0.104167rem 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 0.052083rem;
  height: calc(100% - 0.3125rem);
  background: #EBF2F8;
  border-radius: 0.052083rem;
  border-collapse: separate;
  border-spacing: 0.104167rem 0;
}
.right_box h4[data-v-2383d1a9] {
  display: inline-block;
  font-weight: 600;
}
.right_box table .el-progress[data-v-2383d1a9] .el-progress-bar__outer {
  background: rgb(255, 255, 255);
}
.greenbtn[data-v-2383d1a9] {
  width: 0.416667rem;
  height: 0.208333rem;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border-radius: 0.03125rem;
  outline: none;
  border: none;
  color: white;
  cursor: pointer;
}
.left_box_2[data-v-2383d1a9] {
  position: relative;
}
.nextposi[data-v-2383d1a9] {
  position: absolute;
  width: 95%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0.052083rem;
  z-index: 100;
}
.container[data-v-771f901c] {
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 0.09375rem;
  /* padding: 20px; */
}
.header[data-v-771f901c] {
  height: 0.46875rem;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.header .topheader[data-v-771f901c] {
  margin-top: 0.052083rem;
  height: 0.208333rem;
  position: absolute;
  left: 50%;
  line-height: 0.208333rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  background: white;
  border-radius: 0.78125rem;
  top: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
}
.header .topheader > span[data-v-771f901c] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
  padding: 0 0.083333rem;
  white-space: nowrap;
}
.header .topheader .active[data-v-771f901c] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border-radius: 0.208333rem;
}
.el-select[data-v-771f901c] {
  min-width: 6em;
}
.mleft[data-v-771f901c] {
  margin-top: 0.260417rem;
}
.addbtn[data-v-771f901c] {
  border-radius: 0.03125rem;
  text-align: center;
  margin-left: -0.104167rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  margin: 0 0.052083rem;
  display: inline-block;
  line-height: 0.208333rem;
  padding: 0 0.130208rem;
  color: white;
  letter-spacing: 0.010417rem;
  cursor: pointer;
  font-size: 0.083333rem;
}
.container > .table[data-v-771f901c] {
  height: calc(100% - 1.09375rem);
}
.table[data-v-771f901c] {
  background: white;
  width: 100%;
  /* margin-top: 20px; */
}
.table table tr td div[data-v-771f901c] {
  line-height: 200%;
  border-bottom: 0.015625rem solid #eeeffa;
}
.table table tr td div[data-v-771f901c]:last-child {
  border: none;
}
.addData1[data-v-771f901c] {
  position: absolute;
  margin-top: 0.104167rem;
  /* width: 80%; */
  background: white;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 200%;
  z-index: 6;
}
.addData1 .el-select[data-v-771f901c],
.addData1  .el-input[data-v-771f901c] {
  width: 100%;
}
.addData[data-v-771f901c] {
  position: absolute;
  margin-top: 0.104167rem;
  width: 80%;
  background: white;
  min-height: 80%;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 200%;
  z-index: 6;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-shadow: 0 0 0.114583rem 0.036458rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 0.114583rem 0.036458rem rgba(0, 0, 0, 0.05);
}
.addData p[data-v-771f901c],
.addData1 p[data-v-771f901c] {
  /* border-bottom: 1px solid #ccc; */
  font-size: 0.125rem;
}
.addData table[data-v-771f901c],
.addData1 table[data-v-771f901c] {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0.052083rem;
}
.addData table td[data-v-771f901c]:nth-of-type(odd),
.addData1 table td[data-v-771f901c]:nth-of-type(odd) {
  text-align: right;
}
.addData table td[data-v-771f901c],
.addData1 table td[data-v-771f901c] {
  white-space: nowrap;
}
.table h3[data-v-771f901c] {
  font-weight: 600;
  font-size: 0.104167rem;
  line-height: 0.197917rem;
  margin: 0.104167rem;
}
.table h4[data-v-771f901c] {
  padding-top: 0.104167rem;
  padding-right: 0.104167rem;
  font-size: 0.09375rem;
}
.tablebox[data-v-771f901c] {
  font-size: 0.104167rem;
  text-align: center;
}
.tablebox > div[data-v-771f901c]:nth-of-type(even) {
  background: rgba(243, 255, 250, 1);
  border-radius: 0.03125rem;
  line-height: 0.34375rem;
}
.tablebox > div[data-v-771f901c]:nth-of-type(odd) {
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
  line-height: 0.34375rem;
}
.tablebox > div .tbar[data-v-771f901c] {
  background: rgba(247, 248, 255, 1);
}
.tablebox ul li[data-v-771f901c] {
  border: 0.005208rem solid white;
}
.thead[data-v-771f901c] {
  background: rgba(247, 248, 255, 1);
  line-height: 0.364583rem;
}
.tableul[data-v-771f901c] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  white-space: nowrap;
}
.posirb[data-v-771f901c] {
  right: 0;
  bottom: 0;
  width: 0.15625rem;
  height: 0.15625rem;
  background: #c5f8e3;
  position: absolute;
  line-height: 0.15625rem;
  text-align: center;
  cursor: pointer;
}
.tableul li[data-v-771f901c] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.actives[data-v-771f901c] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  padding: 0 0.078125rem;
  border-radius: 0.125rem;
  cursor: pointer;
}
.addDatainput[data-v-771f901c] {
  background: #f6f8fc;
  width: 90%;
  height: 0.197917rem;
  line-height: 0.197917rem;
  cursor: pointer;
  position: relative;
  text-align: center;
  display: inline-block;
}
.addDatainput .bar[data-v-771f901c] {
  width: 0.104167rem;
  height: 0.197917rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  float: right;
  text-align: center;
  color: white;
  line-height: 0.197917rem;
}
.addDatainput input[data-v-771f901c] {
  width: 100%;
  height: 100%;
  text-align: center;
}
.blue[data-v-771f901c] {
  background: #3699ff;
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
  border-radius: 0.015625rem;
}
.blues[data-v-771f901c] {
  background: -webkit-gradient(linear, left bottom, left top, from(#5397f3), to(#90bdfb));
  background: linear-gradient(0deg, #5397f3 0%, #90bdfb 100%);
  -webkit-box-shadow: 0 0 0.03125rem 0 #5397f3;
          box-shadow: 0 0 0.03125rem 0 #5397f3;
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.078125rem;
  cursor: pointer;
  border-radius: 0.078125rem;
}
.orange[data-v-771f901c] {
  background: #fac23d;
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
  border-radius: 0.015625rem;
}
.ccc[data-v-771f901c] {
  background: #eee;
  margin: 0 0.026042rem;
  color: #000;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
  border-radius: 0.015625rem;
}
.greenbtn[data-v-771f901c] {
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  border-radius: 0.015625rem;
}
.addData button[data-v-771f901c],
.addData1 button[data-v-771f901c] {
  margin-top: 0.15625rem;
  width: 0.78125rem;
  height: 0.354167rem;
  border-radius: 0.177083rem;
}
.delete[data-v-771f901c] {
  width: 3.541667rem;
  height: 2.604167rem;
  -webkit-box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
  background: white;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  left: 50%;
  top: 50%;
}
.delete .img[data-v-771f901c] {
  width: 100%;
  position: relative;
}
.img1[data-v-771f901c] {
  width: 100%;
}
.img2[data-v-771f901c] {
  height: 60%;
  width: auto;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-40%);
          transform: translateX(-50%) translateY(-40%);
  left: 50%;
  top: 50%;
}
.outdow[data-v-771f901c] {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.3125rem;
  height: 0.3125rem;
  font-size: 0.197917rem;
  background: #438df2;
  border-radius: 0 0 0 0.260417rem;
  text-align: center;
  line-height: 0.260417rem;
  color: white;
}
.delete_p[data-v-771f901c] {
  text-align: center;
  line-height: 200%;
}
.delete_p p[data-v-771f901c]:first-child {
  font-weight: 600;
  font-size: 0.114583rem;
  margin-top: 0.104167rem;
}
.delete_p p[data-v-771f901c]:nth-of-type(2) {
  font-weight: 500;
  font-size: 0.114583rem;
  margin-top: 0.078125rem;
}
.delete_p p[data-v-771f901c]:nth-of-type(3) {
  color: #9abcf7;
}
.delete_p p:nth-of-type(4) button[data-v-771f901c] {
  -webkit-box-shadow: 0 0 0.052083rem 0 RGBA(67, 141, 242, 0.6);
          box-shadow: 0 0 0.052083rem 0 RGBA(67, 141, 242, 0.6);
  background: #438df2;
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
  width: 1.041667rem;
  height: 0.260417rem;
  border-radius: 0.15625rem;
  margin-top: 0.104167rem;
}
.delete_p p:nth-of-type(5) button[data-v-771f901c] {
  outline: none;
  border: none;
  background: transparent;
  cursor: pointer;
  margin-top: 0.078125rem;
  color: #418bf1;
}
.delete_p2[data-v-771f901c] {
  text-align: center;
  line-height: 200%;
}
.delete_p2 p[data-v-771f901c]:first-child {
  font-weight: 600;
  font-size: 0.114583rem;
  margin-top: 0.104167rem;
}
.delete_p2 p[data-v-771f901c]:nth-of-type(2) {
  color: #9abcf7;
}
.delete_p2 p:nth-of-type(3) button[data-v-771f901c] {
  -webkit-box-shadow: 0 0 0.052083rem 0 RGBA(67, 141, 242, 0.6);
          box-shadow: 0 0 0.052083rem 0 RGBA(67, 141, 242, 0.6);
  background: #438df2;
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
  width: 1.041667rem;
  height: 0.260417rem;
  border-radius: 0.15625rem;
  margin-top: 0.104167rem;
}
.delete_p2 p:nth-of-type(4) button[data-v-771f901c] {
  outline: none;
  border: none;
  background: transparent;
  cursor: pointer;
  margin-top: 0.078125rem;
  color: #418bf1;
}
.addData .flexs[data-v-771f901c],
.addData1 .flexs[data-v-771f901c] {
  width: 80%;
  margin: 0 auto;
  margin-top: 0.15625rem;
}
.addData1 .flexs td[data-v-771f901c]:nth-of-type(even) {
  min-width: 1.041667rem;
}

/* .flexs tr{display: flex}
.flexs tr td{flex: 1} */
.flexs2[data-v-771f901c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flexs2 > div[data-v-771f901c]:first-child {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.flexs2 > div[data-v-771f901c]:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.textarea[data-v-771f901c] {
  width: 90%;
  background: #f6f8fc;
  border: none;
  outline: none;
  height: 0.78125rem;
}
.dl[data-v-771f901c] {
  position: absolute;
  right: 0.052083rem;
  z-index: 5;
  /* width: 600px; */
  font-size: 0.09375rem;
  line-height: 0.1875rem;
  border-radius: 0.052083rem;
  background: white;
  -webkit-box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
}
.dl dd[data-v-771f901c] {
  padding: 0.052083rem 0.104167rem;
}
.dl input[type="search"][data-v-771f901c] {
  height: 0.145833rem;
  background: #eeeffa;
}
.dl > dd[data-v-771f901c]:first-child {
  border-bottom: 0.005208rem solid #eee;
  padding-bottom: 0.052083rem;
}
.disf label[data-v-771f901c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.disf div[data-v-771f901c] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.addData .red[data-v-771f901c] {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  border-radius: 0 0 0 0.364583rem;
  width: 0.364583rem;
  color: white;
  background: red;
  outline: none;
  border: none;
  font-size: 0.145833rem;
  text-align: right;
  padding-right: 0.052083rem;
  line-height: 0.15625rem;
  cursor: pointer;
}
.inputbar[data-v-771f901c] {
  background: #f6f8fc;
  width: 70%;
  height: 0.25rem;
  line-height: 0.25rem;
  position: relative;
  text-align: center;
}
.excel[data-v-771f901c] {
  width: 1.25rem;
  opacity: 0;
  cursor: pointer;
  height: 0.1875rem;
}
.allFixed_excel>div[data-v-771f901c] {
  width: 3.125rem;
}
.allFixed_excel table[data-v-771f901c] {
  border-spacing: 0 0.052083rem;
  margin: 0 auto;
}
.allFixed_excel table tr td[data-v-771f901c] {
  height: 0.1875rem;
  line-height: 0.1875rem;
}
.allFixed_excel table tr td[data-v-771f901c]:nth-of-type(1) {
  text-align: right;
}
.allFixed_excel table tr td p[data-v-771f901c] {
  font-size: 0.083333rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #A5A5A5;
}
.backj-exc-file[data-v-771f901c] {
  background: #3699FF;
  border: 0.005208rem solid #E7E7E8;
  border-radius: 0.03125rem;
  font-size: 0.083333rem;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  cursor: pointer;
  position: absolute;
  left: 0;
  width: 1.25rem;
  top: 0;
  height: 0.1875rem;
  line-height: 0.1875rem;
  cursor: pointer;
}
[data-v-771f901c]::-webkit-scrollbar {
  width: 0.026042rem;
  height: 0.052083rem;
  background-color: #f5f5f5;
}
.hover > div[data-v-771f901c] {
  position: absolute;
  width: 1.041667rem;
  height: auto;
  background: white;
  right: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  z-index: 10;
  bottom: 0.197917rem;
  text-align: left;
  padding: 0.026042rem;
  white-space: normal;
}
.hover[data-v-771f901c] {
  position: relative;
  cursor: pointer;
  min-height: 0.15625rem;
}
.search[data-v-771f901c] {
  width: 1.5625rem;
  height: 0.197917rem;
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
  overflow: hidden;
  display: inline-block;
  border: 0.005208rem solid rgba(221, 225, 229, 1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  vertical-align: middle;
}
.search input[data-v-771f901c] {
  height: 100%;
  width: 1.223958rem;
  font-size: 0.09375rem;
  padding-left: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.search button[data-v-771f901c] {
  width: 0.291667rem;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border: none;
  color: white;
  font-weight: 800;
  cursor: pointer;
  position: absolute;
  vertical-align: middle;
  right: 0;
}
.top[data-v-771f901c] {
  width: 100%;
  min-height: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.15625rem;
}
.top_1[data-v-771f901c] {
  -webkit-box-flex: 25;
      -ms-flex: 25;
          flex: 25;
  background: white;
  -webkit-box-shadow: 0 0 0.104167rem 0.005208rem rgba(10, 10, 11, 0.1);
          box-shadow: 0 0 0.104167rem 0.005208rem rgba(10, 10, 11, 0.1);
  border-radius: 0.083333rem;
  margin: 0 0.104167rem;
  position: relative;
  overflow: hidden;
}
.top_2[data-v-771f901c] {
  -webkit-box-flex: 45;
      -ms-flex: 45;
          flex: 45;
  background: white;
  -webkit-box-shadow: 0 0 0.104167rem 0.005208rem rgba(10, 10, 11, 0.1);
          box-shadow: 0 0 0.104167rem 0.005208rem rgba(10, 10, 11, 0.1);
  border-radius: 0.083333rem;
  margin: 0 0.104167rem;
  position: relative;
  overflow: hidden;
}
#main[data-v-771f901c],
#main1[data-v-771f901c],
#main2[data-v-771f901c] {
  height: calc(100% - 0.302083rem);
  width: 100%;
}
#main[data-v-771f901c] {
  width: 70%;
}
#main1[data-v-771f901c] {
  width: 40%;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.top h3[data-v-771f901c] {
  padding-left: 0.130208rem;
  line-height: 0.197917rem;
  margin-top: 0.104167rem;
  font-size: 0.114583rem;
}
.main_table[data-v-771f901c] {
  height: calc(100% - 0.40625rem);
  text-align: center;
  width: 25%;
  background: #F6F6F6;
}
.main_table table[data-v-771f901c] {
  height: 100%;
  width: 100%;
}
.main_table table tr td p[data-v-771f901c]:nth-of-type(1) {
  font-size: 0.208333rem;
  font-weight: bold;
}
.main_table table tr td p[data-v-771f901c]:nth-of-type(2) {
  color: #323053;
  opacity: 0.6;
}
.main1_table[data-v-771f901c] {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc(90% - 0.40625rem);
}
.main1_table div[data-v-771f901c] {
  min-width: 25%;
  padding-left: 0.104167rem;
  /* float: left; */
}
.main1_table div p[data-v-771f901c]:nth-of-type(1) {
  font-size: 0.177083rem;
  color: #323053;
}
.main1_table div p[data-v-771f901c]:nth-of-type(2) {
  font-size: 0.083333rem;
  color: #323053;
  opacity: 0.6;
}
.search_box[data-v-771f901c] {
  width: 5.208333rem;
  min-height: 1.729167rem;
  position: relative;
}
.search_box_img[data-v-771f901c] {
  margin-top: 0.3125rem;
  text-align: center;
}
.search_box_img img[data-v-771f901c] {
  width: auto;
  width: 40%;
}
.search_box .table[data-v-771f901c] {
  margin-top: 0.3125rem;
}
.search_box .search[data-v-771f901c] {
  width: 3.125rem;
  height: 0.208333rem;
  background: rgba(255, 255, 255, 1);
  border: 0.005208rem solid #F1F1F1;
  -webkit-box-shadow: 0 0.03125rem 0.0625rem 0 #E9E9F2;
          box-shadow: 0 0.03125rem 0.0625rem 0 #E9E9F2;
  border-radius: 0.03125rem;
  overflow: hidden;
  position: relative;
  border: 0.005208rem solid #DCDFE6;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.search_box .search input[data-v-771f901c] {
  height: 100%;
  width: calc(100% - 0.458333rem);
  font-size: 0.09375rem;
  padding-left: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.search_box .search button[data-v-771f901c] {
  width: 0.458333rem;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border: none;
  color: white;
  font-weight: 800;
  cursor: pointer;
  position: absolute;
  right: 0;
}
.header_nav_select[data-v-771f901c] {
  /* height: 40px; */
}
.header_nav_select .fl[data-v-771f901c] {
  margin-top: 0.052083rem;
}
.header_nav_select[data-v-771f901c] .el-select .el-input--suffix .el-input__inner,
.header_nav_select[data-v-771f901c]  .el-input__inner {
  height: 0.166667rem !important;
}
.allFixed_nav[data-v-0c9877de] {
  margin: 0 auto;
  margin-bottom: 0.145833rem;
  text-align: center;
}
.allFixed_empty[data-v-0c9877de] {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.allFixed_empty i[data-v-0c9877de] {
  color: #ccc;
  font-size: 1.041667rem;
}
.allFixed_empty p[data-v-0c9877de] {
  font-size: 0.125rem;
  color: #ccc;
}
.allFixed_nav span[data-v-0c9877de] {
  margin: 0 0.052083rem;
  padding: 0 0.041667rem;
  font-size: 0.09375rem;
  color: rgba(51, 48, 84, 0.6);
  padding-bottom: 0.052083rem;
  border-bottom: 0.020833rem solid transparent;
  cursor: pointer;
}
.allFixed_nav .allFixed_nav_bar[data-v-0c9877de] {
  color: rgba(51, 48, 84, 1);
  border-bottom: 0.020833rem solid #1AC8B0;
}
.allFixed .allFixed_table[data-v-0c9877de] {
  border-collapse: separate;
  border-spacing: 0.052083rem;
  border: 0.005208rem solid #F3F4F6;
  height: 2.604167rem;
  overflow: auto;
  /* min-height: calc(100% - 80px); */
}
.allFixed .allFixed_table h4[data-v-0c9877de] {
  font-weight: 500;
  font-size: 0.09375rem;
  font-family: '\601D\6E90\9ED1\4F53';
}
.allFixed .allFixed_table td[data-v-0c9877de]:nth-of-type(odd) {
  text-indent: 1em;
  white-space: nowrap;
}
.recordStyle[data-v-0c9877de] {
  line-height: 0.1875rem;
  font-size: 0.083333rem;
  padding-left: 2em;
}
.recordStyle i[data-v-0c9877de] {
  padding-right: 1em;
  display: inline-block;
  width: 0.15625rem;
  color: rgba(0, 0, 0, 0.4);
  vertical-align: middle;
}
.recordStyle span[data-v-0c9877de] {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 0;
  width: 0.0625rem;
  height: 0.0625rem;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.010417rem solid #00F5B4;
}
.recordStyle .bar[data-v-0c9877de] {
  position: absolute;
  top: 0.052083rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.005208rem;
  height: 0.125rem;
  background: #00F5B4;
  display: inline-block;
  padding: 0;
}
.recordStyle:last-of-type .bar[data-v-0c9877de] {
  display: none;
}
.allFixed_Remark[data-v-0c9877de] {
  width: 100%;
  padding: 0.078125rem;
  height: auto;
  overflow: auto;
  margin-top: 0.104167rem;
}
.allFixed_Remark>p[data-v-0c9877de] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.104167rem;
  line-height: 0.166667rem;
}
.allFixed_Remark>p>span[data-v-0c9877de]:nth-child(2) {
  -webkit-box-flex: 7;
      -ms-flex: 7;
          flex: 7;
}
.allFixed_Remark>p>span[data-v-0c9877de]:nth-child(1) {
  margin-right: 0.052083rem;
  font-size: 0.072917rem;
  color: rgba(50, 48, 83, 0.3);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.allFixed_Remark>p>span:nth-child(1)>p[data-v-0c9877de] {
  margin-bottom: 0;
  font-family: '\601D\6E90\9ED1\4F53';
  color: #323053;
  white-space: normal;
}
.allFixed_Remark>p>span:nth-child(1)>p span[data-v-0c9877de] {
  display: inline-block;
}
.container[data-v-8dfead26] {
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 0.083333rem;
  padding: 0.104167rem;
  background: white;
}
.header[data-v-8dfead26] {
  width: 100%;
  margin-bottom: 0.15625rem;
}
.header .search[data-v-8dfead26] {
  width: 1.109375rem;
  height: 0.15625rem;
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
  overflow: hidden;
  position: relative;
  border: 0.005208rem solid #eee;
}
.header .search input[data-v-8dfead26] {
  height: 100%;
  width: 0.911458rem;
  font-size: 0.083333rem;
  padding-left: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header .search button[data-v-8dfead26] {
  /* width: 30px; */
  position: absolute;
  right: 0;
  padding: 0 0.015625rem;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border: none;
  color: white;
  font-weight: 600;
  font-size: 0.09375rem;
  cursor: pointer;
}
.allFixed table[data-v-8dfead26] {
  border-collapse: separate;
  border-spacing: 0.104167rem;
}
.allFixed table td[data-v-8dfead26]:nth-of-type(odd) {
  text-align: right;
  white-space: nowrap;
}
.allFixed[data-v-8dfead26] table input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.allFixed[data-v-8dfead26] table input[type="number"] {
  -moz-appearance: textfield;
}
.table[data-v-8dfead26] {
  height: calc(100% - 0.520833rem);
}
.table table tr td[data-v-8dfead26] {
  padding: 0 0.026042rem !important;
}
.container[data-v-8dfead26] .el-select .el-input__inner,
.container[data-v-8dfead26] .el-input__inner,
.container[data-v-8dfead26] .el-date-editor,
.container[data-v-8dfead26] .el-input__icon,
.container[data-v-8dfead26] .el-date-editor .el-range-separator {
  line-height: 0.166667rem;
  height: 0.166667rem;
  vertical-align: middle;
}
.container[data-v-8dfead26] .el-button {
  line-height: 0.5;
  height: 0.166667rem;
  vertical-align: middle;
}
.container[data-v-746cc17f] {
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 0.083333rem;
  padding: 0.104167rem;
  background: white;
}
.header[data-v-746cc17f] {
  height: 0.208333rem;
  width: 100%;
  position: relative;
  margin-bottom: 0.104167rem;
}
.search[data-v-746cc17f] {
  width: 1.109375rem;
  height: 0.15625rem;
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
  overflow: hidden;
  position: relative;
  border: 0.005208rem solid #eee;
  margin-right: 1em;
}
.search input[data-v-746cc17f] {
  height: 100%;
  width: 0.911458rem;
  font-size: 0.083333rem;
  padding-left: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.search button[data-v-746cc17f] {
  /* width: 30px; */
  position: absolute;
  right: 0;
  padding: 0 0.015625rem;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border: none;
  color: white;
  font-weight: 600;
  font-size: 0.09375rem;
  cursor: pointer;
}
.table[data-v-746cc17f] {
  height: calc(100% - 0.520833rem);
  margin-top: 0.104167rem;
}
.table tbody tr.even[data-v-746cc17f] {
  background: rgba(243, 255, 250, 1);
  border-radius: 0.03125rem;
}
.table tbody tr.odd[data-v-746cc17f] {
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
}
.allFixed p[data-v-746cc17f]:last-of-type {
  text-align: center;
}
.allFixed .allFixed-btnred[data-v-746cc17f] {
  margin: 0 0.052083rem;
  margin-top: 1em;
  padding: 0.052083rem 0.104167rem;
  outline: none;
  border: none;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  color: white;
  border-radius: 0.520833rem;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.allFixed .allFixed-btnccc[data-v-746cc17f] {
  margin: 0 0.052083rem;
  margin-top: 1em;
  padding: 0.052083rem 0.104167rem;
  outline: none;
  border: none;
  background: #fff;
  color: #666;
  border-radius: 0.520833rem;
  border: 0.005208rem solid #f1f1f1;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.allFixed i[data-v-746cc17f] {
  font-family: "\601D\6E90\9ED1\4F53";
  font-size: 0.104167rem;
}
.allFixed .posi[data-v-746cc17f] {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.208333rem;
  height: 0.208333rem;
  background: #f34f4f;
  cursor: pointer;
  border-radius: 0 0 0 0.520833rem;
  text-align: center;
  line-height: 0.208333rem;
  color: white;
  font-weight: 600;
}
.allFixed input[data-v-746cc17f],
.allFixed select[data-v-746cc17f] {
  background: #F5F7FA;
  padding-left: 0.078125rem;
  line-height: 0.15625rem;
  width: 10em;
  font-size: 0.072917rem;
  min-width: 0.677083rem;
  height: 0.15625rem;
  color: #C0C4CC;
  border: 0.005208rem solid rgba(238, 238, 238,1);
  border-radius: 0.020833rem;
}
.allFixed div[data-v-746cc17f] {
  margin: 0 auto;
}
.allFixed table[data-v-746cc17f] {
  width: 100%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0 0.052083rem;
}
.allFixed table tr td[data-v-746cc17f]:nth-of-type(odd) {
  text-align: right;
  white-space: nowrap;
}
.allFixed table tr td[data-v-746cc17f] {
  white-space: nowrap;
}
.allFixed h3[data-v-746cc17f] {
  font-size: 0.104167rem;
  font-weight: 600;
  white-space: nowrap;
}
.allFixed .border—top[data-v-746cc17f] {
  position: relative;
  /* padding-bottom: 10px;
  margin-top: 10px; */
  width: 100%;
  border-top: 0.005208rem solid #eeeeee;
  display: block;
}
.allFixed .icon_sp[data-v-746cc17f] {
  display: inline-block;
  white-space: nowrap;
  -webkit-transform: scale(1);
          transform: scale(1);
  /* color: rgb(27, 117, 252); */
  font-size: 0.104167rem;
  margin-left: -0.026042rem;
}
[data-v-746cc17f]::-webkit-scrollbar {
  width: 0.026042rem;
  height: 0.052083rem;
  background-color: #f5f5f5;
}
.hover > div[data-v-746cc17f] {
  position: absolute;
  width: 1.041667rem;
  height: auto;
  background: white;
  right: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  z-index: 10;
  bottom: 0.197917rem;
  text-align: left;
  padding: 0.026042rem;
  white-space: normal;
}
.hover[data-v-746cc17f] {
  position: relative;
  cursor: pointer;
  min-height: 0.15625rem;
}
.icon_position[data-v-746cc17f] {
  position: relative;
}
.icon_position img[data-v-746cc17f] {
  position: absolute;
  left: -0.052083rem;
  top: -0.026042rem;
}
.input_model[data-v-746cc17f] {
  background-color: #F5F7FA;
  border-color: #E4E7ED;
  font-size: 0.083333rem;
  /* border: 1px solid #DCDFE6; */
  line-height: 0.208333rem;
  text-indent: 0.078125rem;
  border-radius: 0.020833rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0.8;
  padding-right: 0.052083rem;
}
.footer[data-v-746cc17f] {
  border: 0.005208rem solid #ccc;
  text-align: center;
  border-radius: 0.026042rem;
  width: 90%;
  line-height: 0.3125rem;
  margin: 0.052083rem auto;
  margin-bottom: 0.15625rem;
}
.allFixed_top[data-v-746cc17f] {
  text-align: center;
  color: #ccc;
}
.allFixed_top span[data-v-746cc17f] {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.allFixed_active[data-v-746cc17f] {
  color: #323053;
  border-bottom: #02cb8e 0.010417rem solid;
}
.recordStyle[data-v-746cc17f] {
  line-height: 0.1875rem;
  font-size: 0.083333rem;
}
.allFixed .recordStyle[data-v-746cc17f]:last-of-type {
  text-align: left;
}
.recordStyle i[data-v-746cc17f] {
  padding-right: 0.15625rem;
  display: inline-block;
  width: 0.15625rem;
  color: rgba(0, 0, 0, 0.4);
  vertical-align: middle;
}
.recordStyle span[data-v-746cc17f] {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 0;
  width: 0.0625rem;
  height: 0.0625rem;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.010417rem solid #00F5B4;
}
.recordStyle .bar[data-v-746cc17f] {
  position: absolute;
  top: 0.052083rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.005208rem;
  height: 0.125rem;
  background: #00F5B4;
  display: inline-block;
  padding: 0;
}
.recordStyle[data-v-746cc17f]:last-of-type {
  color: #3699ff;
}
.recordStyle:last-of-type .bar[data-v-746cc17f] {
  display: none;
}
h3[data-v-746cc17f] {
  font-size: 0.125rem;
}
.container[data-v-746cc17f] .el-select .el-input__inner,
.container[data-v-746cc17f] .el-input__inner,
.container[data-v-746cc17f] .el-date-editor,
.container[data-v-746cc17f] .el-input__icon,
.container[data-v-746cc17f] .el-date-editor .el-range-separator {
  line-height: 0.166667rem;
  height: 0.166667rem;
  vertical-align: middle;
}
.container[data-v-746cc17f] .el-button {
  line-height: 0.5;
  height: 0.166667rem;
  vertical-align: middle;
}
.container[data-v-2cacac94] {
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 0.083333rem;
  padding: 0.104167rem;
}
.header[data-v-2cacac94] {
  width: 100%;
  margin-bottom: 0.15625rem;
}
.header .search[data-v-2cacac94] {
  width: 1.109375rem;
  height: 0.197917rem;
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
  overflow: hidden;
  position: relative;
}
.header .search input[data-v-2cacac94] {
  height: 100%;
  width: 0.911458rem;
  font-size: 0.083333rem;
  padding-left: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header .search button[data-v-2cacac94] {
  /* width: 38px; */
  position: absolute;
  right: 0;
  padding: 0 0.015625rem;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border: none;
  color: white;
  font-weight: 600;
  font-size: 0.09375rem;
  cursor: pointer;
}
.header .choose[data-v-2cacac94],
.excle[data-v-2cacac94] {
  cursor: pointer;
  width: 0.651042rem;
  height: 0.197917rem;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  border-radius: 0.03125rem;
  line-height: 0.197917rem;
  text-align: center;
  font-size: 0.09375rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(50, 48, 83, 1);
  position: relative;
  margin-left: 0.104167rem;
}
.header .choose .hover[data-v-2cacac94] {
  position: absolute;
  top: 0.3125rem;
  width: 100%;
  background: white;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  height: 1.041667rem;
  overflow: auto;
}
.header .choose .hover p[data-v-2cacac94] {
  border-bottom: 0.005208rem solid rgba(221, 222, 232, 1);
}
.header .choose .hover p[data-v-2cacac94]:hover {
  background: #f2f2f2;
}
.table[data-v-2cacac94] {
  height: calc(100% - 0.520833rem);
}
.table table tr td[data-v-2cacac94] {
  padding: 0 0.026042rem !important;
}
.colorstyle[data-v-2cacac94] {
  cursor: pointer;
  color: blue;
  cursor: pointer;
}
.blue[data-v-2cacac94] {
  background: #3699ff;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
}
.redbtn[data-v-2cacac94] {
  background: #f34f4f;
  margin-right: 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
}
.orange[data-v-2cacac94] {
  background: #fac23d;
  margin-left: 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
}
.allFixed>.allFixed_table table[data-v-2cacac94] {
  border-collapse: separate;
  border-spacing: 0.052083rem;
}
.allFixed>.allFixed_table input[data-v-2cacac94],
.allFixed>.allFixed_table select[data-v-2cacac94] {
  background: #f7f9fd;
  font-size: 0.083333rem;
  line-height: 0.197917rem;
  border: none;
  width: 1.041667rem;
  text-indent: 0.052083rem;
}
.allFixed>.allFixed_table select[data-v-2cacac94]::-webkit-outer-spin-button,
.allFixed>.allFixed_table select[data-v-2cacac94]::-webkit-inner-spin-button,
.allFixed>.allFixed_table input[data-v-2cacac94]::-webkit-outer-spin-button,
.allFixed>.allFixed_table input[data-v-2cacac94]::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
.text_center[data-v-2cacac94] {
  text-align: center;
}
.allFixed>.allFixed_table table tr td[data-v-2cacac94]:nth-of-type(odd) {
  text-align: right;
  white-space: nowrap;
  line-height: 0.197917rem;
}
.table_1[data-v-2cacac94] {
  position: absolute;
  left: 50%;
  top: 0.520833rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: white;
  min-width: 3.125rem;
  min-height: 2.34375rem;
  padding: 0.260417rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  overflow: hidden;
}
.table_1 h3[data-v-2cacac94] {
  font-size: 0.125rem;
}
.table_1_section[data-v-2cacac94] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.table_1_section table[data-v-2cacac94] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-collapse: separate;
  border-spacing: 0.026042rem 0.026042rem;
  font-family: "\601D\6E90\9ED1\4F53";
  font-size: 0.083333rem;
  border-collapse: separate;
  border-spacing: 0 0.104167rem;
}
.table_1_section table tr td[data-v-2cacac94]:first-child {
  text-align: right;
  white-space: nowrap;
}
.table_1_section table tr td[data-v-2cacac94]:last-child {
  width: 75%;
}
.table_1_section table tr td input[data-v-2cacac94],
.table_1_section table tr td select[data-v-2cacac94] {
  background: #f7f9fd;
  font-size: 0.072917rem;
  line-height: 0.145833rem;
  border: none;
  height: 0.145833rem;
  width: 80%;
  padding-left: 0.052083rem;
}
.btm-big[data-v-2cacac94] {
  width: 0.9375rem;
  height: 0.260417rem;
  line-height: 0.260417rem;
  background: rgba(244, 245, 250, 1);
  -webkit-box-shadow: 0 0.03125rem 0.083333rem 0 rgba(224, 224, 232, 1);
          box-shadow: 0 0.03125rem 0.083333rem 0 rgba(224, 224, 232, 1);
  border-radius: 0.09375rem;
  color: rgba(0, 0, 0, 0.6);
  margin: 0 0.104167rem;
  border: none;
  cursor: pointer;
}
.btm-big-red[data-v-2cacac94] {
  background: rgba(242, 0, 51, 1);
  -webkit-box-shadow: 0 0.057292rem 0.052083rem 0 rgba(255, 167, 167, 0.39);
          box-shadow: 0 0.057292rem 0.052083rem 0 rgba(255, 167, 167, 0.39);
  color: white;
}
.red[data-v-2cacac94] {
  color: red;
}
.table_1 p[data-v-2cacac94] {
  text-align: center;
  margin-top: 0.052083rem;
}
.posi[data-v-2cacac94] {
  position: absolute;
  top: 50%;
  background: white;
  padding: 0.208333rem 0.104167rem;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
}
.option[data-v-2cacac94]:hover {
  background: #eeeffa;
  color: #88879c;
}
.allFixed > div table tr td .input[data-v-2cacac94] {
  width: 1.041667rem;
  height: 0.15625rem;
  background: rgba(245, 249, 252, 1);
  border: 0.005208rem solid rgba(242, 242, 244, 1);
  border-radius: 0.020833rem;
  display: inline-block;
  vertical-align: top;
  padding-left: 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 0.15625rem;
}
.allFixed > div table[data-v-2cacac94] {
  border-collapse: separate;
  border-spacing: 0.026042rem;
}
.allFixed > div table tr td[data-v-2cacac94]:nth-of-type(odd) {
  white-space: nowrap;
  /* line-height: 30px; */
}
.allFixed > div table tr td .scroll[data-v-2cacac94] {
  overflow: auto;
  max-height: 0.520833rem;
}
.allFixed > div .head[data-v-2cacac94] {
  font-size: 0.125rem;
  font-weight: 600;
  border-bottom: 0.005208rem solid #f2f2f2;
}
.isDisplay[data-v-2cacac94] {
  position: relative;
  cursor: pointer;
  height: 0.166667rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 0.3125rem;
  margin: 0 auto;
}
.isDisplay_title[data-v-2cacac94] {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
}
.isDisplay_title>div[data-v-2cacac94]:hover {
  background: #eee;
}
.isDisplay_title>div[data-v-2cacac94]:nth-of-type(1):hover {
  background: #3699ff;
}
.isDisplay .blue[data-v-2cacac94] {
  background: #3699ff;
  color: white;
  outline: none;
  border: none;
  cursor: pointer;
  padding: 0 0.026042rem;
  height: 100%;
  line-height: 0.166667rem;
}
.allFixed h3[data-v-2cacac94] {
  font-size: 0.125rem;
  white-space: nowrap;
}
.allFixed .table_1_section table[data-v-2cacac94] {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0.052083rem;
}
.allFixed .table_1_section table td:nth-of-type(even) .el-input[data-v-2cacac94] {
  width: 1.145833rem;
}
.allFixed table td:nth-of-type(even) .el-input[data-v-2cacac94] {
  width: 0.78125rem;
}
.allFixed .table_1_section table tr td[data-v-2cacac94]:nth-of-type(odd) {
  text-align: right;
  /* width: 10%; */
  line-height: 0.197917rem;
  margin-right: 0.052083rem;
  margin-bottom: 0.078125rem;
  white-space: nowrap;
}
.allFixed .table_1_section table tr td[data-v-2cacac94]:nth-of-type(even) {
  /* width: 30%; */
  line-height: 0.197917rem;
  margin-bottom: 0.078125rem;
}
.allFixed .table_1_section_ul[data-v-2cacac94] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.allFixed .table_1_section_ul li[data-v-2cacac94] {
  min-width: 0.78125rem;
  margin-right: 0.052083rem;
  margin-bottom: 0.052083rem;
}
.allFixed .table_1_section table tr td .table_1_section_ul li .el-input[data-v-2cacac94] {
  width: 0.78125rem;
}
.table table tr.even[data-v-2cacac94] {
  background: rgba(243, 255, 250, 1);
  border-radius: 0.03125rem;
}
.table table tr.odd[data-v-2cacac94] {
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
}
.input_model[data-v-2cacac94] {
  background-color: #F5F7FA;
  border-color: #E4E7ED;
  color: #C0C4CC;
  border: 0.005208rem solid #DCDFE6;
  line-height: 0.208333rem;
  text-indent: 0.078125rem;
  border-radius: 0.020833rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0.8;
}
.add_center table[data-v-2cacac94] {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0.104167rem;
}
.add_center table td[data-v-2cacac94]:nth-of-type(odd) {
  text-align: right;
}
.add_center table td:nth-of-type(even) .el-input[data-v-2cacac94] {
  width: 1.145833rem;
}
.add_center table tr[data-v-2cacac94] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.add_center table tr td[data-v-2cacac94]:nth-of-type(odd) {
  width: 10%;
  line-height: 0.197917rem;
  margin-right: 0.052083rem;
  margin-bottom: 0.078125rem;
}
.add_center table tr td[data-v-2cacac94]:nth-of-type(even) {
  width: 30%;
  line-height: 0.197917rem;
  margin-bottom: 0.078125rem;
}
.allFixed .add_center table td:nth-of-type(even) .el-input[data-v-2cacac94],
.allFixed .add_center table td:nth-of-type(even) .el-select[data-v-2cacac94] {
  width: 100%;
}
.ul_table[data-v-2cacac94] {
  padding: 0.078125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.005208rem solid #eee;
}
.ul_tr[data-v-2cacac94],
.ul_tr label[data-v-2cacac94] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.ul_tr li[data-v-2cacac94] {
  line-height: 150%;
  width: 12.5%;
  text-align: center;
}
.ul_tr li[data-v-2cacac94]:nth-of-type(7) {
  min-width: 18%;
}
.add_center .el-icon-minus[data-v-2cacac94] {
  width: 0.15625rem;
  height: 0.15625rem;
  border-radius: 0.020833rem;
  border: 0.005208rem solid#ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 0.15625rem;
  text-align: center;
}
.add_center .el-icon-plus[data-v-2cacac94],
.el_active[data-v-2cacac94] {
  width: 0.15625rem;
  height: 0.15625rem;
  border-radius: 0.020833rem;
  background: #3699ff;
  line-height: 0.15625rem;
  text-align: center;
  color: white;
}
.add_center[data-v-2cacac94]  table input::-webkit-outer-spin-button,
.add_center[data-v-2cacac94]  table input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.add_center[data-v-2cacac94]  table input[type="number"] {
  -moz-appearance: textfield;
}
.add_center input[type="radio"][data-v-2cacac94] {
  width: 0.104167rem;
  height: 0.104167rem;
  vertical-align: middle;
}
.input_model[data-v-2cacac94] {
  background-color: #F5F7FA;
  border-color: #E4E7ED;
  font-size: 0.072917rem;
  color: #C0C4CC;
  border: 0.005208rem solid #DCDFE6;
  line-height: 0.208333rem;
  text-indent: 0.078125rem;
  border-radius: 0.020833rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0.8;
  padding-right: 0.052083rem;
}
.footer[data-v-2cacac94] {
  border: 0.005208rem solid #ccc;
  text-align: center;
  border-radius: 0.026042rem;
  width: 90%;
  line-height: 0.3125rem;
  margin: 0.052083rem auto;
  margin-bottom: 0.15625rem;
}
.allFixed > div table tr td[data-v-2cacac94]:nth-of-type(odd) {
  white-space: nowrap;
  text-align: right;
}
.allFixed_nav[data-v-2cacac94] {
  margin: 0 auto;
  margin-bottom: 0.145833rem;
  text-align: center;
}
.allFixed_nav span[data-v-2cacac94] {
  margin: 0 0.052083rem;
  padding: 0 0.041667rem;
  font-size: 0.09375rem;
  color: rgba(51, 48, 84, 0.6);
  padding-bottom: 0.052083rem;
  border-bottom: 0.020833rem solid transparent;
  cursor: pointer;
}
.allFixed_nav .allFixed_nav_bar[data-v-2cacac94] {
  color: rgba(51, 48, 84, 1);
  border-bottom: 0.020833rem solid #1AC8B0;
}
.allFixed .allFixed_table[data-v-2cacac94] {
  border-collapse: separate;
  border-spacing: 0.052083rem;
  border: 0.005208rem solid #F3F4F6;
  /* min-height: calc(100% - 80px); */
}
.allFixed .allFixed_table h4[data-v-2cacac94] {
  font-weight: 500;
  font-size: 0.09375rem;
  font-family: '\601D\6E90\9ED1\4F53';
}
.recordStyle[data-v-2cacac94] {
  line-height: 0.1875rem;
  font-size: 0.083333rem;
  padding-left: 2em;
}
.recordStyle i[data-v-2cacac94] {
  padding-right: 1em;
  display: inline-block;
  width: 0.15625rem;
  color: rgba(0, 0, 0, 0.4);
  vertical-align: middle;
}
.recordStyle span[data-v-2cacac94] {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 0;
  width: 0.0625rem;
  height: 0.0625rem;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.010417rem solid #00F5B4;
}
.recordStyle .bar[data-v-2cacac94] {
  position: absolute;
  top: 0.052083rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.005208rem;
  height: 0.125rem;
  background: #00F5B4;
  display: inline-block;
  padding: 0;
}
.recordStyle:last-of-type .bar[data-v-2cacac94] {
  display: none;
}
.hovers > div[data-v-2cacac94] {
  position: absolute;
  width: 1.041667rem;
  height: auto;
  background: white;
  right: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  z-index: 10;
  bottom: 0.197917rem;
  text-align: left;
  padding: 0.026042rem;
  white-space: normal;
  line-height: 150%;
}
.hovers[data-v-2cacac94] {
  position: relative;
  cursor: pointer;
}
.allFixed>div[data-v-8c7b40fc] {
  width: 4.84375rem;
}
.allFixed_Remark[data-v-8c7b40fc] {
  width: 100%;
  padding: 0.078125rem;
  border: 0.005208rem solid #E8EAED;
  border-radius: 0.03125rem;
  height: auto;
  overflow: auto;
  margin-top: 0.104167rem;
  max-height: 2.083333rem;
}
.allFixed_Remark p[data-v-8c7b40fc] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.104167rem;
  line-height: 0.166667rem;
}
.allFixed_Remark p span[data-v-8c7b40fc]:nth-child(2) {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
}
.allFixed_Remark p span[data-v-8c7b40fc]:nth-child(1) {
  margin-right: 0.052083rem;
  font-size: 0.072917rem;
  font-family: '\601D\6E90\9ED1\4F53';
  font-weight: 500;
  color: #323053;
}
.allFixed_Remark p span[data-v-8c7b40fc]:nth-child(3) {
  position: relative;
  margin: 0 0.104167rem;
  margin-left: 0.052083rem;
}
.allFixed_Remark p span .el-icon-delete[data-v-8c7b40fc],
.allFixed_Remark p span .el-icon-edit-outline[data-v-8c7b40fc] {
  color: #3699FF;
  vertical-align: middle;
  font-size: 0.125rem;
  cursor: pointer;
  margin-left: 0.041667rem;
}
.allFixed_Remark_icon[data-v-8c7b40fc] {
  margin: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.allFixed_btn[data-v-8c7b40fc] {
  position: relative;
}
.allFixed_btn>.allFixed_btn_select[data-v-8c7b40fc] {
  width: 0.364583rem;
  position: absolute;
  left: 0;
  top: 0;
  margin-left: 0.5625rem;
}
.allFixed_btn>.allFixed_btn_select[data-v-8c7b40fc]::before {
  content: "\662F\5426\7ED3\73ED\8DDF\8FDB:";
  position: absolute;
  left: -0.5625rem;
  top: 0.020833rem;
}
.main[data-v-4eab50e8] {
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 0.3125rem;
}
.nav[data-v-4eab50e8] {
  position: absolute;
  left: 50%;
  top: 0.104167rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
  opacity: 0.8;
  border-radius: 0.208333rem;
  line-height: 0.208333rem;
  height: 0.208333rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(50, 48, 83, 1);
  font-size: 0.09375rem;
}
.nav span[data-v-4eab50e8] {
  height: 0.208333rem;
  cursor: pointer;
  padding: 0 0.083333rem;
  white-space: nowrap;
  display: inline-block;
  margin: 0;
}
.nav .active[data-v-4eab50e8] {
  color: white;
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  border-radius: 0.03125rem;
  border-radius: 0.520833rem;
}
.container[data-v-468df388] {
  width: 100%;
  min-height: 90%;
  margin-top: 0.15625rem;
}
.top[data-v-468df388] {
  width: 100%;
  min-height: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.15625rem;
}
.top_1[data-v-468df388] {
  -webkit-box-flex: 55;
      -ms-flex: 55;
          flex: 55;
  background: white;
  -webkit-box-shadow: 0 0 0.104167rem 0.005208rem rgba(10, 10, 11, 0.1);
          box-shadow: 0 0 0.104167rem 0.005208rem rgba(10, 10, 11, 0.1);
  border-radius: 0.083333rem;
  margin: 0 0.104167rem;
  position: relative;
}
.top_2[data-v-468df388] {
  -webkit-box-flex: 45;
      -ms-flex: 45;
          flex: 45;
  background: white;
  -webkit-box-shadow: 0 0 0.104167rem 0.005208rem rgba(10, 10, 11, 0.1);
          box-shadow: 0 0 0.104167rem 0.005208rem rgba(10, 10, 11, 0.1);
  border-radius: 0.083333rem;
  margin: 0 0.104167rem;
  position: relative;
}
.nextposi[data-v-468df388] {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 100;
}
.top h3[data-v-468df388] {
  padding-left: 0.130208rem;
  line-height: 0.197917rem;
  margin-top: 0.104167rem;
  font-size: 0.114583rem;
}
.bar[data-v-468df388] {
  border-left: 0.03125rem solid #30d8a0;
  margin-right: 0.078125rem;
}
.mar_1[data-v-468df388] {
  color: #aeadb5;
  font-size: 0.09375rem;
  font-weight: 500;
}
.mar_2[data-v-468df388] {
  color: #323053;
  font-size: 0.09375rem;
  font-weight: 500;
  margin: 0 0.130208rem;
  line-height: 200%;
}
.ibar[data-v-468df388] {
  display: inline-block;
  width: 0.083333rem;
  height: 0.083333rem;
  border-radius: 0.026042rem;
  margin: 0 0.026042rem;
  margin-left: 0.052083rem;
}
#main[data-v-468df388],
#main1[data-v-468df388],
#main2[data-v-468df388],
#main3[data-v-468df388],
#main4[data-v-468df388],
#main5[data-v-468df388],
#main6[data-v-468df388],
#main7[data-v-468df388],
#main8[data-v-468df388],
#main9[data-v-468df388] {
  height: 90%;
  width: 100%;
}
.imgs[data-v-468df388] {
  width: 0.416667rem;
  height: 0.104167rem;
  margin-right: 0.208333rem;
  text-align: right;
}
.main-2[data-v-468df388] {
  width: 0.520833rem;
  font-weight: 500;
  background: white;
  text-align: center;
  position: absolute;
  right: 0;
  -webkit-box-shadow: 0 0 0.015625rem 0.005208rem rgba(10, 10, 11, 0.1);
          box-shadow: 0 0 0.015625rem 0.005208rem rgba(10, 10, 11, 0.1);
}
.main-2 li[data-v-468df388] {
  border-bottom: 0.005208rem solid #eee;
  cursor: pointer;
}
.main-2 img[data-v-468df388] {
  height: 0.104167rem;
  float: left;
  margin-top: 0.052083rem;
}
.posi[data-v-468df388] {
  position: absolute;
  width: 40%;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 0.302083rem;
  font-size: 0.104167rem;
}
.posiimg[data-v-468df388] {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 0.302083rem;
  font-size: 0.104167rem;
  margin: 0.208333rem;
  margin-top: 0;
}
.el-input[data-v-468df388],
.el-select[data-v-468df388],
.el-button[data-v-468df388] {
  width: 8em;
  margin-right: 0.052083rem;
}
.el-select[data-v-468df388],
.el-button[data-v-468df388] {
  width: 6em;
}
.container[data-v-5dd4cc16] {
  width: 100%;
  min-height: 90%;
  margin-top: 0.15625rem;
}
.top[data-v-5dd4cc16] {
  width: 100%;
  min-height: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.104167rem;
}
.top>div[data-v-5dd4cc16] {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  margin-left: 0.104167rem;
}
.top_1[data-v-5dd4cc16] {
  background: white;
  -webkit-box-shadow: 0 0 0.104167rem 0.005208rem rgba(10,10,11,0.1);
          box-shadow: 0 0 0.104167rem 0.005208rem rgba(10,10,11,0.1);
  border-radius: 0.083333rem;
}
.top h3[data-v-5dd4cc16] {
  padding-left: 0.130208rem;
  line-height: 0.197917rem;
  margin-top: 0.104167rem;
  font-size: 0.114583rem;
}
.bar[data-v-5dd4cc16] {
  border-left: 0.03125rem solid #30D8A0;
  margin-right: 0.078125rem;
}
.top_2[data-v-5dd4cc16] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 90%;
}
.top_2>div[data-v-5dd4cc16] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#main[data-v-5dd4cc16],
#main1[data-v-5dd4cc16],
#main2[data-v-5dd4cc16],
#main4[data-v-5dd4cc16],
#main5[data-v-5dd4cc16] {
  height: 90%;
  width: 100%;
}
.p span[data-v-5dd4cc16] {
  display: inline-block;
  width: 0.78125rem;
}
.p[data-v-5dd4cc16] {
  line-height: 250%;
}
.p i[data-v-5dd4cc16] {
  font-size: 0.104167rem;
}
.text[data-v-5dd4cc16] {
  padding-top: 10%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.pink[data-v-5dd4cc16] {
  display: inline-block;
  width: 0.104167rem;
  height: 0.052083rem;
  vertical-align: middle;
  background: #FF808B;
  margin: 0 0.026042rem;
}
.blue[data-v-5dd4cc16] {
  display: inline-block;
  width: 0.104167rem;
  height: 0.052083rem;
  vertical-align: middle;
  background: #4D4CAC;
  margin: 0 0.026042rem;
}
.bottom[data-v-5dd4cc16] {
  margin-top: 0.15625rem;
  color: #A3A0C4;
  white-space: nowrap;
}
.text[data-v-5dd4cc16] {
  font-size: 0.09375rem;
  line-height: 250%;
}
.imgs[data-v-5dd4cc16] {
  width: 0.416667rem;
  height: 0.104167rem;
  margin-right: 0.208333rem;
  text-align: right;
  position: relative;
}
.main-2[data-v-5dd4cc16] {
  width: 0.520833rem;
  font-weight: 500;
  background: white;
  text-align: center;
  position: absolute;
  right: 0;
  -webkit-box-shadow: 0 0 0.015625rem 0.005208rem rgba(10,10,11,0.1);
          box-shadow: 0 0 0.015625rem 0.005208rem rgba(10,10,11,0.1);
}
.main-2 li[data-v-5dd4cc16] {
  border-bottom: 0.005208rem solid #eee;
  cursor: pointer;
}
.main-2 img[data-v-5dd4cc16] {
  height: 0.104167rem;
  float: left;
  margin-top: 0.052083rem;
}
.posi[data-v-5dd4cc16] {
  position: absolute;
  width: 40%;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 0.302083rem;
  font-size: 0.104167rem;
}
.posiimg[data-v-5dd4cc16] {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 0.302083rem;
  font-size: 0.104167rem;
  margin: 0.208333rem;
  margin-top: 0;
}
.el-input[data-v-5dd4cc16],
.el-select[data-v-5dd4cc16],
.el-button[data-v-5dd4cc16] {
  width: 8em;
  margin-right: 0.052083rem;
}
.el-select[data-v-5dd4cc16],
.el-button[data-v-5dd4cc16] {
  width: 6em;
}
.PerformanceStatistics[data-v-7f38675a] {
  min-width: 100%;
  height: 100vh;
  -webkit-font-smoothing: antialiased;
  overflow: auto;
  padding: 0.15625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background: #fff;
}
.PerformanceStatistics_tab[data-v-7f38675a] {
  height: 0.166667rem;
  text-align: center;
}
.PerformanceStatistics_tab[data-v-7f38675a] .el-radio-group {
  border: 0.005208rem solid #DCDFE6;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
  border-radius: 0.166667rem;
  background-color: #fff;
}
.PerformanceStatistics_tab[data-v-7f38675a] .is-active .el-radio-button__inner {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: -webkit-gradient( linear, left bottom, left top, from(rgba(0, 180, 191, 1)), to(rgba(66, 230, 149, 1)) );
  background: linear-gradient( 0deg, rgba(0, 180, 191, 1) 0%, rgba(66, 230, 149, 1) 100% );
}
.PerformanceStatistics_tab[data-v-7f38675a] .el-radio-button__inner {
  border: none;
  border-radius: 0.166667rem;
}
.PerformanceStatistics_screen[data-v-7f38675a],
.PerformanceStatistics_detailScreen[data-v-7f38675a] {
  margin-top: 0.125rem;
}
.PerformanceStatistics_detailScreen[data-v-7f38675a] {
  height: 0.166667rem;
}
.PerformanceStatistics_table[data-v-7f38675a] {
  margin-top: 0.125rem;
}
.PerformanceStatistics_table_salesman[data-v-7f38675a] {
  color: rgb(64, 158, 255);
  cursor: pointer;
}
.PerformanceStatistics_table[data-v-7f38675a] .el-table__header-wrapper th {
  background: #f7f8ff !important;
}
.PerformanceStatistics_detailScreen_right[data-v-7f38675a] {
  float: right;
}
.btn[data-v-7f38675a] {
  color: white;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 0.026042rem;
  padding: 0.026042rem 0.104167rem;
  height: 0.197917rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0.026042rem;
}
.btn-back-blue[data-v-7f38675a] {
  background: -webkit-gradient(linear, left top, left bottom, from(#8dbbfa), to(#5194f3));
  background: linear-gradient(#8dbbfa, #5194f3);
}
.btn-back-green[data-v-7f38675a] {
  background: -webkit-gradient(linear,left bottom, left top,from(rgba(0,180,191,1)),to(rgba(66,230,149,1)));
  background: linear-gradient(0deg,rgba(0,180,191,1) 0%,rgba(66,230,149,1) 100%);
}
.table[data-v-7f38675a] {
  height: calc(100% - 0.572917rem);
  border: 0.005208rem solid rgba(221,225,229,1);
  -webkit-box-shadow: 0 0.03125rem 0.083333rem 0 rgba(233,233,242,1);
          box-shadow: 0 0.03125rem 0.083333rem 0 rgba(233,233,242,1);
}
.table table tr.even[data-v-7f38675a] {
  background: rgba(243, 255, 250, 1);
  border-radius: 0.03125rem;
}
.table table tr.odd[data-v-7f38675a] {
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
}
.table table tr td[data-v-7f38675a] {
  padding: 0 0.026042rem !important;
  color: #323053;
}
.table-btn-blue[data-v-7f38675a] {
  outline: none;
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #73adfc), to(#3374dc));
  background: linear-gradient(#73adfc 70%, #3374dc 100%);
  color: white;
  border-radius: 0.010417rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 0.135417rem;
  line-height: 0.135417rem;
  width: 0.520833rem;
  font-size: 0.072917rem;
  cursor: pointer;
}
.btn-back-ccc[data-v-7f38675a] {
  margin-right: 0.026042rem;
  color: rgb(54, 53, 53);
  outline: none;
  border: none;
  cursor: pointer;
  background: #fff;
  border: 0.005208rem solid #f1f1f1;
  color: #666;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.execl[data-v-7f38675a] {
  padding: 0.104167rem;
  background: white;
  -webkit-box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
  position: absolute;
  left: 50%;
  top: 20%;
  width: 3.75rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.execl > div[data-v-7f38675a] {
  width: 3.28125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: normal;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}
.execl > div p[data-v-7f38675a] {
  min-width: 0.78125rem;
  margin-bottom: 0.104167rem;
}
.execl > div p input[data-v-7f38675a] {
  width: 0.104167rem;
  height: 0.104167rem;
  margin-right: 0;
  vertical-align: text-top;
  vertical-align: middle;
}
.section-main-title[data-v-7f38675a] {
  position: relative;
}
.section-main-more[data-v-7f38675a] {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0 0.015625rem;
  height: 0.15625rem;
  line-height: 0.15625rem;
  cursor: pointer;
  -webkit-box-shadow: 0 0 0.026042rem 0 #ccc;
          box-shadow: 0 0 0.026042rem 0 #ccc;
}
.allFixed table[data-v-7f38675a] {
  border-collapse: separate;
  border-spacing: 0.052083rem;
}
.allFixed table tr td[data-v-7f38675a]:nth-of-type(odd) {
  white-space: nowrap;
}
.allFixed p[data-v-7f38675a]:last-of-type {
  text-align: center;
}
.allFixed .allFixed-btnred[data-v-7f38675a] {
  margin: 0 0.052083rem;
  margin-top: 1em;
  padding: 0.052083rem 0.104167rem;
  outline: none;
  border: none;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  color: white;
  border-radius: 0.520833rem;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.allFixed .allFixed-btnccc[data-v-7f38675a] {
  margin: 0 0.052083rem;
  margin-top: 1em;
  padding: 0.052083rem 0.104167rem;
  outline: none;
  border: none;
  background: #fff;
  color: #666;
  border-radius: 0.520833rem;
  border: 0.005208rem solid #f1f1f1;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.allFixed i[data-v-7f38675a] {
  font-family: "\601D\6E90\9ED1\4F53";
  font-size: 0.104167rem;
}
.allFixed .posi[data-v-7f38675a] {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.208333rem;
  height: 0.208333rem;
  background: #f34f4f;
  cursor: pointer;
  border-radius: 0 0 0 0.520833rem;
  text-align: center;
  line-height: 0.208333rem;
  color: white;
  font-weight: 600;
}
.allFixed input[data-v-7f38675a],
.allFixed select[data-v-7f38675a] {
  background: #F5F7FA;
  padding-left: 0.078125rem;
  line-height: 0.197917rem;
  width: 80%;
  min-width: 0.677083rem;
  height: 0.197917rem;
  border: none;
  font-size: 0.083333rem;
}
.allFixed div[data-v-7f38675a] {
  margin: 0 auto;
}
.allFixed table[data-v-7f38675a] {
  width: 100%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0 0.052083rem;
}
.allFixed table tr td[data-v-7f38675a]:nth-of-type(odd) {
  text-align: right;
  white-space: nowrap;
  /* padding: 5px 0; */
}
.allFixed table tr td[data-v-7f38675a] {
  white-space: nowrap;
}
.allFixed h3[data-v-7f38675a] {
  font-size: 0.104167rem;
  font-weight: 600;
  white-space: nowrap;
}
.allFixed .border—top[data-v-7f38675a] {
  position: relative;
  /* padding-bottom: 10px;
  margin-top: 10px; */
  width: 100%;
  border-top: 0.005208rem solid #eeeeee;
  display: block;
}
.allFixed .icon_sp[data-v-7f38675a] {
  display: inline-block;
  white-space: nowrap;
  -webkit-transform: scale(1);
          transform: scale(1);
  /* color: rgb(27, 117, 252); */
  font-size: 0.104167rem;
  margin-left: -0.026042rem;
}
.hover > div[data-v-7f38675a] {
  position: absolute;
  width: 1.041667rem;
  height: auto;
  background: white;
  right: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  z-index: 10;
  bottom: 0.197917rem;
  text-align: left;
  padding: 0.026042rem;
  white-space: normal;
}
.hover[data-v-7f38675a] {
  position: relative;
  cursor: pointer;
  min-height: 0.15625rem;
}
.table table tr td.upJson[data-v-7f38675a] {
  color: #409eff;
  cursor: pointer;
}
.input_model[data-v-7f38675a] {
  background-color: #F5F7FA;
  border-color: #E4E7ED;
  font-size: 0.083333rem;
  /* border: 1px solid #DCDFE6; */
  line-height: 0.208333rem;
  text-indent: 0.078125rem;
  border-radius: 0.020833rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0.8;
  padding-right: 0.052083rem;
}
.ul_table[data-v-7f38675a] {
  padding: 0.078125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.005208rem solid #eee;
}
.ul_tr[data-v-7f38675a]:first-child {
  border-bottom: 0.005208rem solid #eee;
}
.ul_tr[data-v-7f38675a],
.ul_tr label[data-v-7f38675a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0.026042rem 0;
}
.ul_tr li[data-v-7f38675a] {
  line-height: 150%;
  width: 12.5%;
  text-align: center;
}
.ul_tr li[data-v-7f38675a]:last-child {
  min-width: 18%;
}
.ul_tr li[data-v-7f38675a]:first-child {
  min-width: 18%;
}
img[data-v-7f38675a] {
  position: absolute;
  left: 0.15625rem;
}
.PerformanceStatistics_exportModal[data-v-7f38675a] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9;
}
.execl[data-v-7f38675a] {
  padding: 0.104167rem;
  background: white;
  -webkit-box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
  position: absolute;
  left: 50%;
  top: 20%;
  width: 3.75rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.execl > div[data-v-7f38675a] {
  width: 3.28125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: normal;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}
.execl > div p[data-v-7f38675a] {
  min-width: 0.78125rem;
  margin-bottom: 0.104167rem;
}
.execl > div p input[data-v-7f38675a] {
  width: 0.104167rem;
  height: 0.104167rem;
  margin-right: 0;
  vertical-align: text-top;
  vertical-align: middle;
}
.el-aside[data-v-08591d85] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: auto;
}

/* 左边框 */
.main[data-v-08591d85],
.el-container[data-v-08591d85] {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.left-bar-logo[data-v-08591d85] {
  width: 100%;
  height: 0.307292rem;
  margin: 0 auto;
  margin-bottom: 0.364583rem;
}
.left-bar-logo img[data-v-08591d85] {
  margin: 0 auto;
  display: block;
  width: 90%;
}
.left-bar[data-v-08591d85] {
  width: 1.354167rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#30d8a0), to(#00b4bf));
  background: linear-gradient(0deg, #30d8a0, #00b4bf);
  position: relative;
  padding: 0.052083rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 5.052083rem;
  height: 100%;
}
.left-bar1[data-v-08591d85] {
  width: auto;
  background: -webkit-gradient(linear, left bottom, left top, from(#30d8a0), to(#00b4bf));
  background: linear-gradient(0deg, #30d8a0, #00b4bf);
  position: relative;
  padding: 0.052083rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.left-bar a[data-v-08591d85] {
  color: #fff;
  display: block;
}
.left-bar li[data-v-08591d85] {
  padding: 0 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 0.25rem;
  cursor: pointer;
  letter-spacing: 0.010417rem;
}
.left-bar1 li[data-v-08591d85] {
  padding: 0 0.208333rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 0.25rem;
}
.left-bar li[data-v-08591d85]:last-child {
  margin-bottom: 0;
}
.left-bar li img[data-v-08591d85] {
  height: 100%;
  vertical-align: middle;
  margin: 0.010417rem 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 0.104167rem;
}
.left-bar1 li img[data-v-08591d85] {
  height: 100%;
  vertical-align: middle;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.left-bar li[data-v-08591d85]:focus,
.left-bar li[data-v-08591d85]:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.5);
}
.posi[data-v-08591d85] {
  width: 100%;
  display: block;
  cursor: pointer;
  position: absolute;
  bottom: 0;
}
.posi1[data-v-08591d85] {
  width: 100%;
  display: block;
  cursor: pointer;
  margin-top: 0;
}
.left-bar li i[data-v-08591d85] {
  padding-right: 0.052083rem;
  line-height: 0.25rem;
}
.left-bar ul[data-v-08591d85] {
  position: absolute;
  bottom: 0.052083rem;
  width: 100%;
}
.active[data-v-08591d85] {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.5);
}
.list_dl[data-v-08591d85] {
  max-height: 80vh;
  overflow: auto;
  position: absolute;
  bottom: 100%;
  width: 100%;
  border: 0.005208rem solid #888;
  left: 0;
  color: #000;
}
.list_dl dd[data-v-08591d85] {
  height: 0.15625rem;
  text-align: center;
  background: white;
  line-height: 0.15625rem;
}
.list_dl dd[data-v-08591d85]:hover {
  font-size: 0.114583rem;
  font-family: "\601D\6E90\9ED1\4F53";
}

/**/
.el-main[data-v-08591d85] {
  padding: 0.104167rem 0.15625rem;
  position: relative;
}
.right-main-mbr[data-v-08591d85] {
  margin: 0;
  -webkit-box-shadow: 0 0 0.020833rem #ccc;
          box-shadow: 0 0 0.020833rem #ccc;
  border-radius: 0.026042rem;
  padding: 0 0.104167rem;
  background: #fff;
}

/*谷歌、safari、qq浏览器、360浏览器滚动条样式*/

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
[data-v-08591d85]::-webkit-scrollbar {
  width: 0.026042rem;
  height: 0.026042rem;
  background-color: #f5f5f5;
}

/*定义滚动条轨道 内阴影+圆角*/
[data-v-08591d85]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0.03125rem rgba(0, 0, 0, 0.3);
  border-radius: 0.052083rem;
  background-color: #f5f5f5;
}

/*定义滑块 内阴影+圆角*/
[data-v-08591d85]::-webkit-scrollbar-thumb {
  border-radius: 0.052083rem;
  -webkit-box-shadow: inset 0 0 0.03125rem rgba(0, 0, 0, 0.3);
  background-color: #bdbdbd;
}

/*滑块效果*/
[data-v-08591d85]::-webkit-scrollbar-thumb:hover {
  border-radius: 0.026042rem;
  -webkit-box-shadow: inset 0 0 0.026042rem rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.4);
}

/*IE滚动条颜色*/
html[data-v-08591d85] {
  scrollbar-face-color: #bfbfbf;
  /*滚动条颜色*/
  scrollbar-highlight-color: #000;
  scrollbar-3dlight-color: #000;
  scrollbar-darkshadow-color: #000;
  scrollbar-shadow-color: #adadad;
  /*滑块边色*/
  scrollbar-arrow-color: rgba(0, 0, 0, 0.4);
  /*箭头颜色*/
  scrollbar-track-color: #eeeeee;
  /*背景颜色*/
}
.container[data-v-6ec43f58] {
  width: 100%;
  height: 100%;
  font-size: 0.09375rem;
  white-space: nowrap;
  position: relative;
}
.header[data-v-6ec43f58] {
  width: 100%;
  height: 0.208333rem;
  position: relative;
  margin-bottom: 0.104167rem;
}
.header_time[data-v-6ec43f58] {
  margin-left: 0.104167rem;
  height: 0.197917rem;
  font-size: 0.083333rem;
  color: rgb(66, 65, 65);
}
.header[data-v-6ec43f58] .el-button {
  height: 0.197917rem;
}
.header .el-range-editor.el-input__inner[data-v-6ec43f58] {
  height: 0.197917rem;
}
.search[data-v-6ec43f58] {
  width: 1.770833rem;
  height: 0.197917rem;
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
  overflow: hidden;
  position: relative;
  border: 0.005208rem solid #dcdfe6;
}
.search input[data-v-6ec43f58] {
  height: 100%;
  width: calc(100% - 0.302083rem);
  font-size: 0.072917rem;
  padding-left: 0.104167rem;
  padding-right: 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.search button[data-v-6ec43f58] {
  width: 0.302083rem;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border: none;
  color: white;
  font-weight: 800;
  cursor: pointer;
  position: absolute;
  right: 0;
}
.table[data-v-6ec43f58] {
  height: calc(100% - 0.416667rem);
  background: white;
}
.allFixed table[data-v-6ec43f58] {
  border-collapse: separate;
  border-spacing: 0.104167rem;
}
.table tbody tr.even[data-v-6ec43f58] {
  background: rgba(243, 255, 250, 1);
  border-radius: 0.03125rem;
}
.table tbody tr.odd[data-v-6ec43f58] {
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
}
.el-timeline[data-v-6ec43f58] {
  max-height: 1.5625rem;
  overflow: auto;
}
.el-aside[data-v-0d6b5f6b] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: auto;
}

/* 左边框 */
.main[data-v-0d6b5f6b],
.el-container[data-v-0d6b5f6b] {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.left-bar-logo[data-v-0d6b5f6b] {
  max-width: 1.666667rem;
  width: 100%;
  height: 0.307292rem;
  margin: 0 auto;
  margin-bottom: 0.364583rem;
}
.left-bar-logo img[data-v-0d6b5f6b] {
  margin: 0 auto;
  display: block;
  width: 90%;
}
.left-bar[data-v-0d6b5f6b] {
  width: 1.354167rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#30d8a0), to(#00b4bf));
  background: linear-gradient(0deg, #30d8a0, #00b4bf);
  position: relative;
  padding: 0.208333rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 3.645833rem;
  height: 100%;
}
.left-bar1[data-v-0d6b5f6b] {
  width: auto;
  background: -webkit-gradient(linear, left bottom, left top, from(#30d8a0), to(#00b4bf));
  background: linear-gradient(0deg, #30d8a0, #00b4bf);
  position: relative;
  padding: 0.208333rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.left-bar a[data-v-0d6b5f6b] {
  color: #fff;
  display: block;
}
.left-bar li[data-v-0d6b5f6b] {
  padding-left: 0.15625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 0.25rem;
  cursor: pointer;
  letter-spacing: 0.010417rem;
}
.left-bar1 li[data-v-0d6b5f6b] {
  padding: 0 0.208333rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 0.25rem;
}
.left-bar li[data-v-0d6b5f6b]:last-child {
  margin-bottom: 0;
}
.left-bar li img[data-v-0d6b5f6b] {
  height: 100%;
  vertical-align: middle;
  margin: 0.010417rem 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 0.104167rem;
}
.left-bar1 li img[data-v-0d6b5f6b] {
  height: 100%;
  vertical-align: middle;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.left-bar li[data-v-0d6b5f6b]:focus,
.left-bar li[data-v-0d6b5f6b]:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.5);
}
.posi[data-v-0d6b5f6b] {
  width: 100%;
  display: block;
  cursor: pointer;
  position: absolute;
  bottom: 0;
}
.posi1[data-v-0d6b5f6b] {
  width: 100%;
  display: block;
  cursor: pointer;
  margin-top: 0;
}
.left-bar li i[data-v-0d6b5f6b] {
  padding-right: 0.052083rem;
  line-height: 0.25rem;
}
.left-bar ul[data-v-0d6b5f6b] {
  position: absolute;
  bottom: 0.052083rem;
  width: 100%;
}
.active[data-v-0d6b5f6b] {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.5);
}
.list_dl[data-v-0d6b5f6b] {
  max-height: 80vh;
  overflow: auto;
  position: absolute;
  bottom: 100%;
  width: 100%;
  border: 0.005208rem solid #888;
  left: 0;
  color: #000;
}
.list_dl dd[data-v-0d6b5f6b] {
  height: 0.15625rem;
  text-align: center;
  background: white;
  line-height: 0.15625rem;
}
.list_dl dd[data-v-0d6b5f6b]:hover {
  font-size: 0.114583rem;
  font-family: "\601D\6E90\9ED1\4F53";
}

/**/
.el-main[data-v-0d6b5f6b] {
  padding: 0.104167rem 0.15625rem;
  position: relative;
}
.right-main-mbr[data-v-0d6b5f6b] {
  margin: 0;
  -webkit-box-shadow: 0 0 0.020833rem #ccc;
          box-shadow: 0 0 0.020833rem #ccc;
  border-radius: 0.026042rem;
  padding: 0 0.104167rem;
  background: #fff;
}

/*谷歌、safari、qq浏览器、360浏览器滚动条样式*/

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
[data-v-0d6b5f6b]::-webkit-scrollbar {
  width: 0.026042rem;
  height: 0.026042rem;
  background-color: #f5f5f5;
}

/*定义滚动条轨道 内阴影+圆角*/
[data-v-0d6b5f6b]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0.03125rem rgba(0, 0, 0, 0.3);
  border-radius: 0.052083rem;
  background-color: #f5f5f5;
}

/*定义滑块 内阴影+圆角*/
[data-v-0d6b5f6b]::-webkit-scrollbar-thumb {
  border-radius: 0.052083rem;
  -webkit-box-shadow: inset 0 0 0.03125rem rgba(0, 0, 0, 0.3);
  background-color: #bdbdbd;
}

/*滑块效果*/
[data-v-0d6b5f6b]::-webkit-scrollbar-thumb:hover {
  border-radius: 0.026042rem;
  -webkit-box-shadow: inset 0 0 0.026042rem rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.4);
}

/*IE滚动条颜色*/
html[data-v-0d6b5f6b] {
  scrollbar-face-color: #bfbfbf;
  /*滚动条颜色*/
  scrollbar-highlight-color: #000;
  scrollbar-3dlight-color: #000;
  scrollbar-darkshadow-color: #000;
  scrollbar-shadow-color: #adadad;
  /*滑块边色*/
  scrollbar-arrow-color: rgba(0, 0, 0, 0.4);
  /*箭头颜色*/
  scrollbar-track-color: #eeeeee;
  /*背景颜色*/
}
.ccc[data-v-54b4d6b6],
.right-main-mbr-row p[data-v-54b4d6b6] {
  color: #c3c3ca;
  font-size: 0.083333rem;
  text-align: center;
}
.right-main-section > .row > div[data-v-54b4d6b6] {
  line-height: 0.208333rem;
  font-size: 0.072917rem;
}
.right-main-mbr[data-v-54b4d6b6] {
  margin: 0;
  -webkit-box-shadow: 0 0 0.020833rem #ccc;
          box-shadow: 0 0 0.020833rem #ccc;
  border-radius: 0.026042rem;
  background: #fff;
  margin-top: 0.104167rem;
}
.right-main-mbr .bottom_title[data-v-54b4d6b6] {
  line-height: 0.333333rem;
  padding-left: 0.260417rem;
  font-size: 0.083333rem;
  font-weight: 400;
}
.right-main-section[data-v-54b4d6b6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0.078125rem 0;
}
.right-main-section > .row[data-v-54b4d6b6] {
  -webkit-box-shadow: 0 0 0.020833rem #ccc;
          box-shadow: 0 0 0.020833rem #ccc;
  border-radius: 0.026042rem;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 0.052083rem;
  padding: 0.104167rem 0;
  margin-right: 0.15625rem;
}
.right-main-section > .row[data-v-54b4d6b6]:last-child {
  margin-right: 0;
}
.right-main-section > .row > div[data-v-54b4d6b6] {
  padding: 0 0.15625rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.right-main-section > .row > div[data-v-54b4d6b6]:first-child {
  border-right: #ccc 0.005208rem solid;
}
.right-main-section > .row h3[data-v-54b4d6b6],
.right-main-mbr-row h3[data-v-54b4d6b6] {
  font-size: 0.1875rem;
  line-height: 0.286458rem;
  font-weight: 500;
  text-align: center;
}
.right-main-mbr-header > h3[data-v-54b4d6b6],
.right-main-mbr > h3[data-v-54b4d6b6] {
  border-bottom: #ccc 0.005208rem solid;
  padding: 0 0.104167rem;
  font-weight: 500;
}
.right-main-mbr-header > h3 > img[data-v-54b4d6b6],
.right-main-mbr > h3 > img[data-v-54b4d6b6] {
  padding-right: 0.104167rem;
}
.tabs[data-v-54b4d6b6] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f5f7fa;
}
.tabs>p[data-v-54b4d6b6] {
  height: 0.333333rem;
  line-height: 0.333333rem;
  cursor: pointer;
  font-size: 0.083333rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #909399;
  text-align: center;
  border-bottom: rgba(221, 225, 229, 1) 0.005208rem solid;
  font-weight: bold;
}
.tabs>p[data-v-54b4d6b6]:hover {
  color: #42c8c9;
}
.tabs>p[data-v-54b4d6b6]:first-child {
  border-right: rgba(221, 225, 229, 1) 0.005208rem solid;
}
.tabs .tabs_active[data-v-54b4d6b6] {
  color: #42c8c9;
  background-color: #fff;
  border-bottom: 0;
}
.row_bor[data-v-54b4d6b6] {
  width: 0.005208rem;
  height: 0.395833rem;
  margin-top: 0.104167rem;
  background: rgba(221, 225, 229, 1);
}
.right-main-mbr-row[data-v-54b4d6b6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 0.005208rem solid rgba(221, 225, 229, 1);
}
.right-main-mbr-row > div[data-v-54b4d6b6] {
  padding-left: 0.104167rem;
  padding: 0.104167rem 0.208333rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
}
.border-left[data-v-54b4d6b6] {
  margin-left: 0.260417rem;
}
.selectTime.el-range-editor.el-input__inner[data-v-54b4d6b6] {
  opacity: 0;
  cursor: pointer;
  position: absolute;
  right: 0.130208rem;
  top: 0.104167rem;
  width: 0.005208rem;
  overflow: hidden;
  height: 0.260417rem;
  color: transparent;
  /* padding: 0 55px; */
  width: 0.625rem;
}
.el-picker-panel[data-v-54b4d6b6] {
  width: 2.604167rem;
  height: 1.041667rem;
}
.el-date-table td[data-v-54b4d6b6],
.el-date-table td div[data-v-54b4d6b6] {
  height: 0.052083rem;
}

/* .el-table__body  td{padding:0 40px}
.cell{} */
.el-picker-panel[data-v-54b4d6b6] {
  line-height: 0.130208rem;
}
.el-date-range-picker .el-picker-panel__body[data-v-54b4d6b6] {
  height: 1.041667rem;
}
img[data-v-54b4d6b6] {
  height: 100%;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.el-tabs--card > .el-tabs__header[data-v-54b4d6b6] {
  border: none;
}
.green[data-v-54b4d6b6] {
  background: #17c977;
  color: #fff;
  font-size: 0.0625rem;
  font-weight: 300;
  padding: 0.041667rem 0.052083rem;
  vertical-align: top;
  border-radius: 0.026042rem;
}
.red[data-v-54b4d6b6] {
  background: red;
  color: #fff;
  font-size: 0.0625rem;
  font-weight: 300;
  padding: 0.041667rem 0.052083rem;
  vertical-align: top;
  border-radius: 0.026042rem;
}
.el-button[data-v-54b4d6b6]:focus,
.el-button[data-v-54b4d6b6]:hover {
  color: #000;
  border-color: rgb(238, 238, 238);
  background-color: #fff;
}
.el-button[data-v-54b4d6b6] {
  position: relative;
}
.positinontop[data-v-54b4d6b6] {
  position: absolute;
  top: -0.052083rem;
  right: -0.052083rem;
  border-radius: 50%;
  background: #e6002d;
  width: 0.130208rem;
  height: 0.130208rem;
  line-height: 0.130208rem;
  color: #fff;
  font-weight: 700;
  margin-left: 0.416667rem;
}
.row_section[data-v-54b4d6b6] {
  font-size: 0.083333rem;
  color: #323053;
  margin-top: 0.078125rem;
}
.table[data-v-54b4d6b6],
.table tr th[data-v-54b4d6b6],
.table tr td[data-v-54b4d6b6] {
  border: 0.005208rem solid #dde1e5;
}
#main[data-v-54b4d6b6] {
  width: 100%;
  height: 2.083333rem;
  font-size: 0.0625rem;
  opacity: 0.7;
}
.table thead tr[data-v-54b4d6b6] {
  background: #f8f9ff;
  color: #a8a8b6;
}
.table tbody tr[data-v-54b4d6b6] {
  color: #323053;
}
.table tr th[data-v-54b4d6b6],
.table tr td[data-v-54b4d6b6] {
  padding-left: 0.208333rem;
}
.table[data-v-54b4d6b6] {
  width: 100%;
  min-height: 0.130208rem;
  line-height: 0.208333rem;
  border-collapse: collapse;
}
.btn[data-v-54b4d6b6] {
  font-family: Source Han Sans CN;
  color: rgba(50, 48, 83, 1);
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.8);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.8);
  border-radius: 0.041667rem;
  margin-top: 0.104167rem;
  margin-right: 0.130208rem;
  width: 0.625rem;
  text-align: center;
}
.btn img[data-v-54b4d6b6] {
  padding-right: 0.052083rem;
  width: 0.15625rem;
}
.selectTime .el-range-input[data-v-54b4d6b6] {
  unselectable: none;
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.el-picker-panel__body-wrapper[data-v-54b4d6b6] {
  background: red;
}
.button[data-v-54b4d6b6] {
  font-family: Source Han Sans CN;
  color: rgba(50, 48, 83, 1);
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.8);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.8);
  border-radius: 0.041667rem;
  outline: none;
  border: none;
  padding: 0.052083rem 0.052083rem;
  cursor: pointer;
  margin-top: 0.104167rem;
  margin-right: 0.104167rem;
  position: relative;
}
.posis[data-v-54b4d6b6] {
  position: absolute;
  right: 0;
  top: 0.416667rem;
  width: 2.34375rem;
  background: white;
  line-height: 200%;
  -webkit-box-shadow: 0 0.03125rem 0.083333rem 0 rgba(233, 233, 242, 1);
          box-shadow: 0 0.03125rem 0.083333rem 0 rgba(233, 233, 242, 1);
  z-index: 10;
  height: 1.041667rem;
  overflow: auto;
  padding: 0.052083rem 0;
}
.msage[data-v-54b4d6b6] {
  position: relative;
}
.msage img[data-v-54b4d6b6] {
  width: 0.104167rem;
}
.cilor[data-v-54b4d6b6] {
  display: inline-block;
  width: 0.052083rem;
  height: 0.052083rem;
  border-radius: 50%;
  border: 0.005208rem solid;
  margin: 0 0.026042rem;
}
.msage .button-up:nth-of-type(odd) .cilor[data-v-54b4d6b6] {
  border: 0.005208rem solid #42c8c9;
}
.msage .button-up:nth-of-type(even) .cilor[data-v-54b4d6b6] {
  border: 0.005208rem solid #ecd86b;
}
.button-up[data-v-54b4d6b6] {
  padding: 0 0.052083rem;
  cursor: pointer;
}
.right-min-put[data-v-06b10f0b] {
  min-height: 93%;
  padding: 0.052083rem 0.3125rem;
}
.right-main-mbr .row p[data-v-06b10f0b] {
  line-height: 0.182292rem;
}
.right-main-mbr .row p span[data-v-06b10f0b] {
  padding: 0.026042rem 0.052083rem;
}
.right-min-put-input[data-v-06b10f0b] {
  border: 0.005208rem solid #75dccf;
  border-radius: 0.026042rem;
  width: 30%;
  line-height: 0.135417rem;
}
.right-min-put-input .el-input .el-input__inner[data-v-06b10f0b]::-webkit-input-placeholder {
  color: #75dccf;
}
.right-min-put-input .el-input .el-input__inner[data-v-06b10f0b]::-moz-placeholder {
  color: #75dccf;
}
.right-min-put-input .el-input .el-input__inner[data-v-06b10f0b]::-ms-input-placeholder {
  color: #75dccf;
}
.right-min-put-input .el-input .el-input__inner[data-v-06b10f0b]::placeholder {
  color: #75dccf;
}
.table[data-v-06b10f0b] {
  border-radius: 0.026042rem;
  overflow-y: scroll;
}
table[data-v-06b10f0b] {
  border-collapse: collapse;
  border: 0.005208rem solid #75dccf;
  width: 100%;
}
thead > tr > td[data-v-06b10f0b] {
  text-align: center;
}
thead > tr > td[data-v-06b10f0b]:first-child {
  font-weight: 500;
  min-width: 0.78125rem;
  text-align: center;
}
.namew[data-v-06b10f0b] {
  width: 0.520833rem;
  font-weight: 500;
  text-align: center;
}
thead > tr > td[data-v-06b10f0b],
tbody > tr > td[data-v-06b10f0b] {
  border: 0.005208rem solid #000;
  padding: 0.026042rem;
  border: 0.005208rem solid #75dccf;
}
tbody > tr > td input[data-v-06b10f0b] {
  width: 100%;
  height: 100%;
}
tbody > tr > td[data-v-06b10f0b] {
  padding-left: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
tbody > tr > td[data-v-06b10f0b]:first-child {
  padding: 0;
}
.table table tbody td[data-v-06b10f0b] {
  padding: 0 !important;
}
.sum[data-v-06b10f0b] {
  margin: 0.104167rem;
  display: inline-block;
  border-radius: 0.026042rem;
  padding: 0.104167rem;
  line-height: 0.21875rem;
  font-size: 0.125rem;
  border: 0.010417rem solid #75dccf;
  color: #75dccf;
}
.sum p[data-v-06b10f0b]:first-child {
  font-weight: 600;
  font-size: 0.166667rem;
}
.my-autocomplete li[data-v-06b10f0b] {
  line-height: normal;
  padding: 0.036458rem;
}
.my-autocomplete li .name[data-v-06b10f0b] {
  text-overflow: ellipsis;
  overflow: hidden;
}
.my-autocomplete li .addr[data-v-06b10f0b] {
  font-size: 0.0625rem;
  color: #b4b4b4;
}
.my-autocomplete li .highlighted .addr[data-v-06b10f0b] {
  color: #ddd;
  text-indent: 2em;
}
.box[data-v-06b10f0b] {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
}
.box-main[data-v-06b10f0b] {
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  padding: 0.15625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.btn[data-v-06b10f0b] {
  text-align: center;
  margin-top: 0.260417rem;
}
.box-header > div[data-v-06b10f0b] {
  line-height: 0.197917rem;
}
.box-header .el-button[data-v-06b10f0b] {
  padding: 0.052083rem 0.104167rem;
  font-size: 0.125rem;
  border-radius: 0.052083rem;
}
.height-s p[data-v-06b10f0b] {
  padding-bottom: 0.104167rem;
}
.ccc[data-v-06b10f0b] {
  color: #b4b4bb;
}
.tableAdd[data-v-06b10f0b] {
  margin-top: 0.104167rem;
  font-weight: 600;
}
.search[data-v-06b10f0b] {
  font-size: 0.125rem;
}
.search input[data-v-06b10f0b] {
  border: 0.005208rem solid #75dccf;
  width: 1.041667rem;
  line-height: 0.15625rem;
  border-radius: 0.052083rem;
  padding: 0.026042rem;
  padding-left: 0.052083rem;
  font-size: 0.09375rem;
}
.out[data-v-06b10f0b] {
  position: relative;
  /*让里面的两个子容器绝对定位*/
  color: #000;
  /* text-align: center; */
  width: 100%;
  height: 0.260417rem;
}
b[data-v-06b10f0b] {
  font-style: normal;
  display: block;
  position: absolute;
  /* top: -20px;
	left:-90px;
	width: 100px; */
  right: 0;
  top: 0;
  font-weight: 500;
}
em[data-v-06b10f0b] {
  font-style: normal;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  /* width: 100px; */
}
.out span[data-v-06b10f0b] {
  display: block;
  width: 50%;
  height: 0.010417rem;
  background: #000;
  position: absolute;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  top: 50%;
  left: 20%;
}
tr > td[data-v-06b10f0b]:first-child {
  width: 0.520833rem;
  font-weight: 500;
}
thead > tr > td[data-v-06b10f0b] {
  font-weight: 500;
}
.back-fixed[data-v-06b10f0b] {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
}
.back-bar[data-v-06b10f0b] {
  width: 2.921875rem;
  height: 1.932292rem;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.03125rem 0.083333rem 0 rgba(197, 197, 205, 0.66);
          box-shadow: 0 0.03125rem 0.083333rem 0 rgba(197, 197, 205, 0.66);
  border-radius: 0.03125rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.back-bar table[data-v-06b10f0b] {
  width: 80%;
  margin: 0 auto;
  height: 100%;
}
.back-bar table tr td[data-v-06b10f0b]:first-child {
  width: 0.78125rem;
  font-size: 0.09375rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
}
.back-bar table input[data-v-06b10f0b],
.back-bar table select[data-v-06b10f0b] {
  background: rgba(250, 251, 255, 1);
  border: 0.005208rem solid rgba(244, 246, 252, 1);
  border-radius: 0.03125rem;
  vertical-align: middle;
}
.back-bar table select[data-v-06b10f0b] {
  width: 40%;
}
.back-bar table tr[data-v-06b10f0b]:last-child {
  text-align: center;
}
input[data-v-06b10f0b]::-webkit-outer-spin-button,
input[data-v-06b10f0b]::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
.select-search[data-v-06b10f0b] {
  border: 0.005208rem solid #75dccf;
  width: 1.041667rem;
  line-height: 0.15625rem;
  border-radius: 0.052083rem;
  padding: 0.026042rem;
  padding-left: 0.052083rem;
  font-size: 0.09375rem;
  outline: none;
}
[data-v-06b10f0b]::-webkit-scrollbar {
  width: 0.026042rem;
  height: 0.052083rem;
  background-color: #f5f5f5;
}
.container[data-v-57781fee] {
  width: 100%;
  min-height: 100%;
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  font-size: 0.083333rem;
}
.header[data-v-57781fee] {
  width: 100%;
  line-height: 0.208333rem;
  text-align: center;
  position: relative;
  height: 0.520833rem;
}
.header .cen[data-v-57781fee] {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
  opacity: 0.8;
  border-radius: 0.208333rem;
  line-height: 0.208333rem;
  height: 0.208333rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(50, 48, 83, 1);
  font-size: 0.09375rem;
}
.header .cen > div[data-v-57781fee] {
  height: 0.208333rem;
  cursor: pointer;
  padding: 0 0.083333rem;
  white-space: nowrap;
  display: inline-block;
  margin: 0;
  border-radius: 0.208333rem;
}
.header .cen > .active[data-v-57781fee] {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border-radius: 0.208333rem;
  color: white;
}
.qs[data-v-57781fee],
.js[data-v-57781fee] {
  width: 0.697917rem;
  height: 0.208333rem;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
  opacity: 1;
  border-radius: 0.104167rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(50, 48, 83, 0.6);
  cursor: pointer;
  position: relative;
}
.header > .fl > div[data-v-57781fee] {
  display: inline-block;
}
.bjy[data-v-57781fee] {
  background: rgba(245, 247, 254, 1);
  border: 0.005208rem solid rgba(244, 246, 252, 1);
  border-radius: 0.010417rem;
  display: block;
}
.add[data-v-57781fee] {
  width: 0.59375rem;
  height: 0.208333rem;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
  opacity: 0.8;
  border-radius: 0.104167rem;
  font-size: 0.083333rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(62, 203, 197, 1);
}
.main[data-v-57781fee] {
  margin: 0 0.15625rem;
  height: 88%;
}
.bar[data-v-57781fee] {
  background: rgba(243, 255, 250, 1);
  -webkit-box-shadow: 0 0 0.046875rem 0 rgba(173, 188, 182, 0.1);
          box-shadow: 0 0 0.046875rem 0 rgba(173, 188, 182, 0.1);
  border-radius: 0.03125rem;
  width: 100%;
  margin-top: 0.15625rem;
  text-align: left;
  font-size: 0.083333rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(14, 84, 73, 1);
  padding: 0.052083rem 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section[data-v-57781fee] {
  padding-left: 0.15625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin-top: 0.104167rem;
  width: 100%;
}
.section .dian[data-v-57781fee] {
  position: absolute;
  left: 0;
}
.section .dian i[data-v-57781fee] {
  display: inline-block;
  width: 0.052083rem;
  height: 0.052083rem;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border-radius: 50%;
}
.section .section_l[data-v-57781fee] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.083333rem 0 rgba(236, 236, 243, 1);
          box-shadow: 0 0.010417rem 0.083333rem 0 rgba(236, 236, 243, 1);
  border-radius: 0.03125rem;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.section .section_l > div[data-v-57781fee] {
  -webkit-box-flex: 10;
      -ms-flex: 10;
          flex: 10;
  line-height: 0.125rem;
}
.section .section_l > div[data-v-57781fee]:last-child {
  width: 0.260417rem;
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  background: rgba(243, 255, 250, 1);
  text-align: center;
  line-height: 0.625rem;
  cursor: pointer;
  -webkit-box-shadow: 0 0 0.046875rem 0 rgba(173, 188, 182, 0.1);
          box-shadow: 0 0 0.046875rem 0 rgba(173, 188, 182, 0.1);
  border-radius: 0 0.03125rem 0.03125rem 0;
}
.first[data-v-57781fee] {
  width: 0.15625rem;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}
.btn_1[data-v-57781fee] {
  width: 0.385417rem;
  height: 0.145833rem;
  border: 0.005208rem solid rgba(230, 0, 18, 1);
  opacity: 0.8;
  border-radius: 0.072917rem;
  margin-top: 0.052083rem;
  display: inline-block;
  line-height: 0.145833rem;
  color: rgba(230, 0, 18, 1);
  font-size: 0.072917rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(235, 51, 65, 1);
}
.btn_2[data-v-57781fee] {
  width: 0.385417rem;
  height: 0.145833rem;
  background: rgba(230, 0, 18, 1);
  opacity: 0.8;
  border-radius: 0.072917rem;
  margin-top: 0.052083rem;
  display: inline-block;
  line-height: 0.145833rem;
  color: rgba(230, 0, 18, 1);
  font-size: 0.072917rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
}
.show[data-v-57781fee] {
  display: none;
  background: rgba(250, 251, 255, 1);
  width: 100%;
  border-radius: 0.03125rem;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.03125rem;
}
.hover[data-v-57781fee] {
  position: absolute;
  top: 0.3125rem;
  width: 100%;
  background: white;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  height: 1.041667rem;
  overflow: auto;
  z-index: 66666666;
}
.hover p[data-v-57781fee] {
  border-bottom: 0.005208rem solid rgba(221, 222, 232, 1);
}
.hover p[data-v-57781fee]:hover {
  background: #eeeffa;
  color: #88879c;
}
.uls[data-v-57781fee] {
  width: 100%;
  line-height: 0.270833rem;
  margin-top: 0.104167rem;
  height: auto;
}
.uls .ul_1[data-v-57781fee] {
  border-bottom: #bebdcf 0.005208rem solid;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0.104167rem;
  box-sizing: border-box;
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 0.083333rem;
  color: rgba(127, 127, 140, 1);
  min-height: 0.302083rem;
  position: relative;
}
.uls .ul[data-v-57781fee] {
  background: -webkit-gradient(linear, left top, left bottom, from(#00b4bf), to(#2fd7a0));
  background: linear-gradient(180deg, #00b4bf 0%, #2fd7a0 100%);
  border: none;
  margin: 0;
  font-weight: 500;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0.104167rem;
  border-radius: 0.03125rem;
  font-size: 0.083333rem;
}
.uls .ul li[data-v-57781fee],
.uls .ul_1 li[data-v-57781fee] {
  display: inline-block;
  width: 12%;
}
.btnqun button[data-v-57781fee] {
  margin-right: 0.104167rem;
  background: rgba(251, 195, 61, 1);
  outline: none;
  border: none;
  color: white;
  padding: 0.026042rem 0.104167rem;
  border-radius: 0.010417rem 0.010417rem 0.010417rem 0.010417rem;
}
.posis .div[data-v-57781fee] {
  width: 100%;
  top: 0.302083rem;
  background: rgba(244, 245, 250, 1);
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
  border-radius: 0.03125rem;
  padding: 0.078125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ul_2[data-v-57781fee] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: #bebdcf 0.005208rem solid;
}
.ul_2 li[data-v-57781fee] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.or[data-v-57781fee] {
  color: #fbc33d;
}
.header_1[data-v-57781fee] {
  margin: 0 0.15625rem;
  margin-top: 0.15625rem;
}
.posi[data-v-57781fee] {
  position: absolute;
  top: 0;
  right: 0;
  outline: none;
  border: none;
  background: red;
  border-radius: 0 0 0 0.520833rem;
  color: white;
  cursor: pointer;
  width: 0.260417rem;
  height: 0.260417rem;
}

/* .week{position: absolute;left: 50%;top: 100px;transform: translateX(-50%);background:white;z-index: 5;padding: 20px;box-shadow:0px 2px 16px 0px rgba(236,236,243,1);
border-radius:6px;} */
.week > h3[data-v-57781fee] {
  text-align: center;
  padding: 0.104167rem;
  font-size: 0.104167rem;
}
.week table[data-v-57781fee] {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0.052083rem 0.104167rem;
}
.week table td[data-v-57781fee]:nth-of-type(odd) {
  white-space: nowrap;
  vertical-align: text-top;
  text-align: right;
}
.week input[data-v-57781fee] {
  line-height: 0.125rem;
}
.week textarea[data-v-57781fee] {
  min-height: 0.520833rem;
  padding: 0.052083rem;
}
.week .red[data-v-57781fee] {
  display: block;
  margin: 0.052083rem auto;
  background: red;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  border-radius: 0.260417rem;
  cursor: pointer;
}
.contern[data-v-57781fee] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.contern > div[data-v-57781fee]:first-child {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
}
.contern > div[data-v-57781fee]:last-child {
  -webkit-box-flex: 6;
      -ms-flex: 6;
          flex: 6;
}
.contern > div > p[data-v-57781fee] {
  font-size: 0.125rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(50, 48, 83, 1);
}
.contern .contern_work[data-v-57781fee] {
  height: 100%;
}
.contern .contern_work .bor[data-v-57781fee] {
  height: 95%;
}
.bor[data-v-57781fee] {
  -webkit-box-shadow: 0 0 0.020833rem 0 rgba(186, 189, 201, 0.6);
          box-shadow: 0 0 0.020833rem 0 rgba(186, 189, 201, 0.6);
  background: white;
  margin: 0.104167rem 0;
  margin-right: 0.104167rem;
  border-radius: 0.078125rem;
  z-index: 10;
  padding-bottom: 0.052083rem;
  position: relative;
  min-height: 2.083333rem;
}
.bor .month ul[data-v-57781fee] {
  -webkit-box-shadow: 0 0.026042rem 0.020833rem 0 rgba(186, 189, 201, 0.16);
          box-shadow: 0 0.026042rem 0.020833rem 0 rgba(186, 189, 201, 0.16);
  height: 0.302083rem;
  line-height: 0.302083rem;
  padding: 0 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bor .month ul[data-v-57781fee],
.weekdays[data-v-57781fee] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.bor .month ul li[data-v-57781fee],
.weekdays li[data-v-57781fee] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  height: 0.302083rem;
  line-height: 0.302083rem;
}
.bor .weekdays li[data-v-57781fee] {
  margin-top: 0.052083rem;
}
.bor .days li[data-v-57781fee] {
  width: 14.2%;
  float: left;
  text-align: center;
  height: 0.302083rem;
  line-height: 0.302083rem;
  position: relative;
}
.bor .other-month[data-v-57781fee] {
  color: rgba(215, 215, 215, 1);
}
.bor .active[data-v-57781fee] {
  color: white;
  background: -webkit-gradient(linear, left top, left bottom, from(#67eaab), to(#36c5cc));
  background: linear-gradient(#67eaab, #36c5cc);
  -webkit-box-shadow: 0 0.026042rem 0.020833rem 0 RGBA(205, 253, 232, 1);
          box-shadow: 0 0.026042rem 0.020833rem 0 RGBA(205, 253, 232, 1);
  border-radius: 50%;
  width: 0.260417rem;
  height: 0.260417rem;
  display: inline-block;
}
.bor .posi[data-v-57781fee] {
  position: relative;
}
.bor .posixi[data-v-57781fee] {
  position: absolute;
  left: 0.052083rem;
  top: -0.052083rem;
}
.bor .green[data-v-57781fee] {
  z-index: 10;
}
.bor .red[data-v-57781fee] {
  z-index: 1000;
}
.bor .yellow[data-v-57781fee] {
  z-index: 100;
}
.bor .posinum[data-v-57781fee] {
  position: absolute;
  right: 0.052083rem;
  top: -0.052083rem;
  background: red;
  width: 0.104167rem;
  height: 0.104167rem;
  color: white;
  line-height: 0.104167rem;
  border-radius: 50%;
}
.daycontent[data-v-57781fee] {
  margin-right: 0.104167rem;
  margin-top: 0.104167rem;
}
.daycontent h3[data-v-57781fee] {
  margin-bottom: 0.052083rem;
  font-size: 0.125rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(50, 48, 83, 1);
}
.daycontent ul[data-v-57781fee] {
  height: auto;
  background: white;
  -webkit-box-shadow: 0 0.026042rem 0.020833rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.026042rem 0.020833rem 0 rgba(0, 0, 0, 0.1);
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1.041667rem;
  z-index: -1;
}
.borday[data-v-57781fee] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0.78125rem;
}
.borday .time[data-v-57781fee],
.borday .content[data-v-57781fee],
.borday .complet[data-v-57781fee] {
  margin: 0.104167rem 0;
  border-radius: 0.052083rem;
  padding: 0.026042rem;
  margin-left: 0.104167rem;
  position: relative;
}
.borday .time > div[data-v-57781fee] {
  line-height: 200%;
}
.borday .time[data-v-57781fee] {
  background: rgba(238, 242, 251, 0.6);
  border: 0.005208rem solid rgba(236, 239, 249, 0.6);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.borday .timeactive[data-v-57781fee] {
  background: rgba(48, 198, 169, 1);
  opacity: 0.76;
  color: white;
}
.borday .content[data-v-57781fee],
.p span[data-v-57781fee]:first-child {
  -webkit-box-flex: 8;
      -ms-flex: 8;
          flex: 8;
}
.borday .complet[data-v-57781fee],
.p span[data-v-57781fee]:last-child {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.borday .content[data-v-57781fee] {
  background: rgba(245, 247, 252, 1);
  position: relative;
  padding: 1%;
}
.borday .contentactive[data-v-57781fee] {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(48, 198, 169, 1)),
    to(rgba(74, 235, 204, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(48, 198, 169, 1) 0%,
    rgba(74, 235, 204, 1) 100%
  );
  color: white;
}
.dw[data-v-57781fee] {
  margin: 0 0.052083rem;
  position: relative;
  width: 0.520833rem;
  height: 0.197917rem;
  line-height: 0.197917rem;
  border-radius: 0.026042rem;
  border: 0.005208rem solid #eee;
  cursor: pointer;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 40%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  text-align: center;
}
.dwactive[data-v-57781fee] {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(48, 198, 169, 1)),
    to(rgba(74, 235, 204, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(48, 198, 169, 1) 0%,
    rgba(74, 235, 204, 1) 100%
  );
}
.p[data-v-57781fee] {
  -webkit-box-shadow: 0 0.026042rem 0.020833rem 0 rgba(186, 189, 201, 0.16);
          box-shadow: 0 0.026042rem 0.020833rem 0 rgba(186, 189, 201, 0.16);
  height: 0.302083rem;
  line-height: 0.302083rem;
  padding: 0 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p select[data-v-57781fee] {
  background: -webkit-gradient(linear, left top, left bottom, from(#90bdfb), to(#5397f4));
  background: linear-gradient(#90bdfb, #5397f4);
}
.select[data-v-57781fee] {
  background: -webkit-gradient(linear, left top, left bottom, from(#90bdfb), to(#5397f4)) !important;
  background: linear-gradient(#90bdfb, #5397f4) !important;
  color: white;
  border-radius: 0.260417rem;
  line-height: 0.145833rem;
  outline: none;
  border: none;
  padding: 0.026042rem;
  text-align: center;
}
.select option[data-v-57781fee] {
  background: -webkit-gradient(linear, left top, left bottom, from(#90bdfb), to(#5397f4)) !important;
  background: linear-gradient(#90bdfb, #5397f4) !important;
  outline: none;
  border: none;
  color: black;
  border-radius: 0.260417rem;
  line-height: 0.145833rem;
  padding: 0.026042rem;
  text-align: center;
}
.hovers > div[data-v-57781fee] {
  position: absolute;
  width: 1.041667rem;
  height: auto;
  background: white;
  right: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  z-index: 10;
  bottom: 0.197917rem;
  text-align: left;
  padding: 0.026042rem;
}
.hovers[data-v-57781fee] {
  position: relative;
  cursor: pointer;
}
.container[data-v-2efe7148] {
  width: 100%;
  height: 100%;
  font-size: 0.09375rem;
}
.container .table[data-v-2efe7148] {
  height: calc(100% - 0.572917rem);
  background: white;
  overflow: auto;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  width: 100%;
}

/* .container .main{width: 100%;overflow: scroll;height: 100%;} */
.header[data-v-2efe7148] {
  margin-bottom: 0.09375rem;
}
.header p[data-v-2efe7148] {
  display: inline-block;
  font-size: 0.114583rem;
  font-weight: 500;
}
.header .select[data-v-2efe7148] {
  height: 0.197917rem;
  margin: 0 0.052083rem;
  border: 0.005208rem solid #ccc;
  line-height: 0.197917rem;
  padding-right: 0.104167rem;
  position: relative;
  border-radius: 0.026042rem;
  background: white;
  cursor: pointer;
  width: 0.572917rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.header .select > div[data-v-2efe7148]:nth-of-type(2) {
  position: absolute;
  left: 0;
  background: #fff;
  width: 100%;
  z-index: 1000;
  height: 1.041667rem;
  overflow: auto;
  top: 0.234375rem;
}
.header .select > div:nth-of-type(2) span[data-v-2efe7148] {
  display: block;
  color: black;
  width: 100%;
  cursor: pointer;
  border-bottom: 0.005208rem solid #ccc;
  text-align: center;
}
.header .select > div:nth-of-type(2) span[data-v-2efe7148]:hover {
  background: #eeeffa;
  color: #88879c;
}
.header .pori[data-v-2efe7148] {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.104167rem;
  line-height: 0.1875rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  text-align: center;
  font-weight: 600;
}
.table table thead .green[data-v-2efe7148] {
  color: #03bf84;
}
.btns-samll[data-v-2efe7148] {
  border: 0.005208rem solid #77adf5;
  color: #5598f3;
  border-radius: 0.260417rem;
  padding: 0.026042rem 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0.052083rem;
  border: none;
  outline: none;
  cursor: pointer;
  background: white;
}
.btns[data-v-2efe7148] {
  background: white;
  color: rgba(50, 48, 83, 1);
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 0.260417rem;
  padding: 0 0.083333rem;
  height: 0.208333rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0.052083rem;
  line-height: 0.208333rem;
  font-size: 0.09375rem;
}
.btnsactive[data-v-2efe7148] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
}
.btnsSmallActive[data-v-2efe7148] {
  background: -webkit-gradient(linear, left top, left bottom, from(#90bdfb), to(#5698f3));
  background: linear-gradient(#90bdfb, #5698f3);
  color: white;
}
.table table tbody .btn[data-v-2efe7148] {
  width: 0.322917rem;
  height: 0.166667rem;
  background: #ebf0ee;
  color: #ccc;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 0.03125rem;
  margin-left: 0.052083rem;
}
.table table tbody .active[data-v-2efe7148] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
}

/* .main table tfoot tr {height: 200px;} */
.table table tfoot tr .btn[data-v-2efe7148] {
  width: 0.625rem;
  height: 0.239583rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 0.119792rem;
}
input[type="number"][data-v-2efe7148] {
  width: 60%;
  text-align: center;
}
.table table tr td[data-v-2efe7148]:first-child {
  min-width: 0.520833rem;
}
.footer[data-v-2efe7148] {
  margin-top: 0.15625rem;
  color: #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer > div[data-v-2efe7148]:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.footer > div:last-child > div p[data-v-2efe7148] {
  padding-left: 0.416667rem;
}
.footer > div:last-child > div p[data-v-2efe7148]:first-child {
  padding-left: 0.15625rem;
}
tfoot[data-v-2efe7148] {
  text-align: center;
}
.header .br[data-v-2efe7148] {
  width: 0.651042rem;
  height: 0.197917rem;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  border-radius: 0.03125rem;
  line-height: 0.197917rem;
  text-align: center;
  font-size: 0.09375rem;
  font-family: Source Han Sans CN;
  font-weight: 600;
  color: rgba(50, 48, 83, 1);
}
.hover > div[data-v-2efe7148] {
  white-space: normal;
  position: absolute;
  width: 1.041667rem;
  height: auto;
  background: white;
  right: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  z-index: 10;
  bottom: 0.197917rem;
  text-align: left;
  padding: 0.026042rem;
}
.hover[data-v-2efe7148] {
  position: relative;
  cursor: pointer;
  min-height: 0.15625rem;
}
.lters[data-v-2efe7148] {
  position: absolute;
  width: 2.604167rem;
  min-height: 2.083333rem;
  left: 50%;
  top: 1.5625rem;
  -webkit-transform: translateX(-0.260417rem);
          transform: translateX(-0.260417rem);
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  background: white;
  border-radius: 0.078125rem;
  padding: 0.052083rem;
}
.lters p[data-v-2efe7148] {
  font-size: 0.083333rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  padding-left: 0.104167rem;
}
.lters table[data-v-2efe7148] {
  width: 100%;
  margin-top: 0.15625rem;
}
.lters table tr[data-v-2efe7148] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}
.lters table td[data-v-2efe7148] {
  line-height: 0.197917rem;
  margin: 0.026042rem;
}
.lters table td input[data-v-2efe7148],
.lters table td textarea[data-v-2efe7148] {
  width: 80%;
  background: rgba(243, 246, 251, 1);
  border: 0.005208rem solid rgba(235, 239, 246, 1);
  border-radius: 0.020833rem;
  outline: none;
}
.lters table td textarea[data-v-2efe7148] {
  height: 0.520833rem;
}
.lters table td[data-v-2efe7148]:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.lters table td[data-v-2efe7148]:last-child {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
.lters table td span[data-v-2efe7148] {
  display: inline-block;
  width: 0.145833rem;
  height: 0.145833rem;
  text-align: center;
  line-height: 0.145833rem;
  border: 0.005208rem solid #eee;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.lters table td span[data-v-2efe7148]:nth-of-type(2) {
  width: 0.208333rem;
  border: none;
}
.lters table button[data-v-2efe7148] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  outline: none;
  border: none;
  width: 0.322917rem;
  height: 0.166667rem;
  cursor: pointer;
  border-radius: 0.03125rem;
  margin-left: 0.052083rem;
}
.lters .posi[data-v-2efe7148] {
  position: absolute;
  right: 0;
  top: 0;
  background: red;
  color: white;
  border-radius: 0 0 0 0.520833rem;
  width: 0.208333rem;
  height: 0.208333rem;
  outline: none;
  border: none;
}
.input-Style input[data-v-2efe7148] {
  width: 80%;
  background: rgba(243, 246, 251, 1);
  border: 0.005208rem solid rgba(235, 239, 246, 1);
  border-radius: 0.020833rem;
  outline: none;
  text-align: center;
  line-height: 0.145833rem;
}
[data-v-2efe7148]::-webkit-scrollbar {
  width: 0.026042rem;
  height: 0.052083rem;
  background-color: #f5f5f5;
}
.container[data-v-5b0c30e1] {
  width: 100%;
  height: 100%;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background: white;
  font-size: 0.09375rem;
}
.header .topheader[data-v-5b0c30e1] {
  margin: 0 auto;
  background: white;
  -webkit-box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
  height: 0.208333rem;
  line-height: 0.208333rem;
  text-align: center;
  border-radius: 0.130208rem;
  display: inline-block;
  width: auto;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header .topheader > span[data-v-5b0c30e1] {
  cursor: pointer;
  padding: 0 0.052083rem;
  white-space: nowrap;
  float: left;
  height: 100%;
}
.header .topheader .active[data-v-5b0c30e1] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border-radius: 0.130208rem;
}
.header .search[data-v-5b0c30e1] {
  width: 1.213542rem;
  height: 0.197917rem;
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
  overflow: hidden;
  position: relative;
  border: 0.005208rem solid #ccc;
}
.header .search input[data-v-5b0c30e1] {
  height: 100%;
  width: 0.911458rem;
  font-size: 0.09375rem;
  padding-left: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header .search button[data-v-5b0c30e1] {
  width: 0.302083rem;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border: none;
  color: white;
  font-weight: 800;
  cursor: pointer;
  position: absolute;
  right: 0;
}
.header__mleft[data-v-5b0c30e1] {
  height: 0.260417rem;
  margin-top: 0.052083rem;
}
.header__mleft--search[data-v-5b0c30e1] {
  background: #f3f4fc;
  line-height: 0.197917rem;
  margin-right: 0.078125rem;
  padding-left: 0.052083rem;
}
.container > h3[data-v-5b0c30e1] {
  font-size: 0.15625rem;
}
.center[data-v-5b0c30e1] {
  height: calc(100% - 0.3125rem);
}
.table[data-v-5b0c30e1] {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
}
.table table tr td[data-v-5b0c30e1] {
  padding: 0.026042rem !important;
  color: #323053;
}
.see[data-v-5b0c30e1] {
  background: white;
  -webkit-box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
  position: absolute;
  left: 50%;
  top: 0.15625rem;
  width: 3.75rem;
  min-height: 1.041667rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.see table[data-v-5b0c30e1] {
  margin: 0 auto;
  width: 60%;
  line-height: 0.25rem;
  font-size: 0.09375rem;
  padding-top: 0.15625rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(50, 48, 83, 1);
}
.see table td[data-v-5b0c30e1] {
  min-width: 0.416667rem;
  vertical-align: top;
}
.see table input[data-v-5b0c30e1] {
  background: #f2f7fd;
  color: #a5a5b3;
  font-size: 0.104167rem;
  line-height: 0.1875rem;
  width: 80%;
  text-align: center;
}
input[data-v-5b0c30e1]::-webkit-outer-spin-button,
input[data-v-5b0c30e1]::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
.see table input[type="radio"][data-v-5b0c30e1] {
  width: 0.104167rem;
  vertical-align: middle;
  margin-left: 0.078125rem;
}
.green[data-v-5b0c30e1] {
  color: #03bf84;
  font-size: 0.104167rem;
}
.greenbtn[data-v-5b0c30e1] {
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  border-radius: 0.015625rem;
}
.redbtn[data-v-5b0c30e1] {
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
  background: #f34f4f;
  border-radius: 0.015625rem;
}
.eee[data-v-5b0c30e1] {
  margin: 0 0.026042rem;
  color: #000;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
  background: #f1f6f9;
  border-radius: 0.015625rem;
}
.posir[data-v-5b0c30e1] {
  position: absolute;
  right: -0.026042rem;
  bottom: 0;
  border-radius: 80% 0 0 0;
  width: 0.416667rem;
  height: 0.260417rem;
  font-size: 0.197917rem;
  text-align: right;
}
.btns button[data-v-5b0c30e1] {
  width: 0.625rem;
  height: 0.197917rem;
  border-radius: 0.151042rem;
  font-size: 0.104167rem;
  float: right;
}
.see table .posi[data-v-5b0c30e1] {
  position: relative;
  text-align: center;
}
.select[data-v-5b0c30e1],
textarea[data-v-5b0c30e1] {
  width: 80%;
  background: #f2f7fd;
  color: #a5a5b3;
  font-size: 0.104167rem;
  line-height: 0.1875rem;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  outline: none;
  border: none;
}
.selects[data-v-5b0c30e1] {
  height: 0.1875rem;
  width: 80%;
  background: #f2f7fd;
  color: #a5a5b3;
  font-size: 0.104167rem;
  line-height: 0.1875rem;
  text-align: center;
  min-width: 0.78125rem;
}
.option[data-v-5b0c30e1] {
  width: 0.520833rem;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.104167rem 0.005208rem rgba(67, 67, 67, 0.23);
          box-shadow: 0 0.010417rem 0.104167rem 0.005208rem rgba(67, 67, 67, 0.23);
  border-radius: 0.020833rem;
  position: absolute;
  right: 0;
  top: 100%;
}
.option > p[data-v-5b0c30e1] {
  border-bottom: 0.010417rem rgba(0, 0, 0, 0.8) dashed;
  color: #848393;
  cursor: pointer;
}
.option > p[data-v-5b0c30e1]:last-child {
  border: none;
}
.bar[data-v-5b0c30e1] {
  display: inline-block;
  width: 0.104167rem;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  opacity: 0.8;
  color: white;
}
.bigbtn[data-v-5b0c30e1] {
  width: 0.625rem;
  height: 0.244792rem;
  -webkit-box-shadow: 0 0.010417rem 0.104167rem 0.005208rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.010417rem 0.104167rem 0.005208rem rgba(0, 0, 0, 0.1);
  margin: 0.104167rem 0.052083rem;
  border-radius: 0.130208rem;
  border: none;
  outline: none;
}
.backgrounds[data-v-5b0c30e1] {
  width: 100%;
  min-height: 100%;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.search td[data-v-5b0c30e1] {
  background: #f2f7fd;
  padding: 0.052083rem 0.078125rem;
}
.see table .search input[data-v-5b0c30e1] {
  background: white;
  color: #a5a5b3;
  font-size: 0.104167rem;
  line-height: 0.1875rem;
  width: 90%;
  text-align: center;
  text-align: left;
}
.sech[data-v-5b0c30e1] {
  height: 100%;
  background: white;
  display: inline-block;
  width: 50%;
  padding: 0 0.026042rem;
}
.tabels[data-v-5b0c30e1] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tabels span[data-v-5b0c30e1] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.tabels span[data-v-5b0c30e1]:first-child {
  max-width: 0.260417rem;
}
.tabels span[data-v-5b0c30e1]:nth-of-type(2) {
  max-width: 0.416667rem;
}
.redbtns[data-v-5b0c30e1] {
  color: white;
  outline: none;
  border: none;
  cursor: pointer;
  background: #f34f4f;
  border-radius: 0.104167rem;
  width: 0.416667rem;
  height: 0.208333rem;
}
input[type="checkbox"][data-v-5b0c30e1] {
  width: 0.104167rem;
  vertical-align: middle;
}
.wstyle[data-v-5b0c30e1] {
  width: 1.041667rem;
}
.hover > div[data-v-5b0c30e1] {
  white-space: normal;
  position: absolute;
  width: 1.041667rem;
  height: auto;
  background: white;
  right: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  z-index: 10;
  bottom: 0.197917rem;
  text-align: left;
  padding: 0.026042rem;
}
.hover[data-v-5b0c30e1] {
  position: relative;
  cursor: pointer;
  min-height: 0.15625rem;
}
.btn[data-v-5b0c30e1] {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border: none;
  outline: none;
  color: white;
  border-radius: 0.026042rem;
  padding: 0.010417rem 0.026042rem;
  cursor: pointer;
  font-size: 0.083333rem;
}
.blue[data-v-5b0c30e1] {
  background: #3699ff;
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.010417rem 0.026042rem;
  cursor: pointer;
  border-radius: 0.015625rem;
  font-size: 0.083333rem;
}
.orange[data-v-5b0c30e1] {
  background: #fac23d;
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.010417rem 0.026042rem;
  cursor: pointer;
  border-radius: 0.015625rem;
  font-size: 0.083333rem;
}
.ccc[data-v-5b0c30e1] {
  background: #ccc;
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.010417rem 0.026042rem;
  cursor: pointer;
  border-radius: 0.015625rem;
  font-size: 0.083333rem;
}
.off[data-v-5b0c30e1] {
  position: absolute;
  right: 0;
  top: 0;
  color: white;
  background: #f34f4f;
  width: 0.260417rem;
  height: 0.260417rem;
  border-radius: 0 0 0 0.260417rem;
  text-align: center;
  line-height: 0.208333rem;
  font-size: 0.125rem;
  cursor: pointer;
}
.allFixed[data-v-5b0c30e1] {
  white-space: nowrap;
}
.allFixed table[data-v-5b0c30e1] {
  border-collapse: separate;
  border-spacing: 0.052083rem;
}
.allFixed table td:nth-of-type(even) .el-input[data-v-5b0c30e1] {
  width: 0.78125rem;
}
h3[data-v-5b0c30e1] {
  font-size: 0.125rem;
}
.recordStyle[data-v-5b0c30e1] {
  line-height: 0.1875rem;
  font-size: 0.083333rem;
}
.recordStyle i[data-v-5b0c30e1] {
  padding-right: 0.15625rem;
  display: inline-block;
  width: 0.15625rem;
  color: rgba(0, 0, 0, 0.4);
  vertical-align: middle;
}
.recordStyle span[data-v-5b0c30e1] {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 0;
  width: 0.0625rem;
  height: 0.0625rem;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.010417rem solid #00F5B4;
}
.recordStyle .bar[data-v-5b0c30e1] {
  position: absolute;
  top: 0.052083rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.005208rem;
  height: 0.125rem;
  background: #00F5B4;
  display: inline-block;
  padding: 0;
}
.recordStyle[data-v-5b0c30e1]:last-of-type {
  color: #3699ff;
}
.recordStyle:last-of-type .bar[data-v-5b0c30e1] {
  display: none;
}

/* table tbody tr td h3{
  font-size: 20px;
  font-weight: 600
} */
.classTable[data-v-5b0c30e1] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.052083rem;
  white-space: nowrap;
  font-size: 0.072917rem;
}
.classTable span[data-v-5b0c30e1] {
  display: inline-block;
  background: white;
  min-width: 0.208333rem;
  padding: 0 0.052083rem;
  margin-right: 0.052083rem;
}
.allFixed table td[data-v-5b0c30e1]:nth-of-type(odd) {
  text-align: right;
}
.allFixed_nav[data-v-5b0c30e1] {
  margin: 0 auto;
  margin-bottom: 0.145833rem;
  text-align: center;
}
.allFixed_nav span[data-v-5b0c30e1] {
  margin: 0 0.052083rem;
  padding: 0 0.041667rem;
  font-size: 0.09375rem;
  color: rgba(51, 48, 84, 0.6);
  padding-bottom: 0.052083rem;
  border-bottom: 0.020833rem solid transparent;
  cursor: pointer;
}
.allFixed_nav .allFixed_nav_bar[data-v-5b0c30e1] {
  color: rgba(51, 48, 84, 1);
  border-bottom: 0.020833rem solid #1AC8B0;
}
.allFixed .allFixed_table[data-v-5b0c30e1] {
  border-collapse: separate;
  border-spacing: 0.052083rem;
  border: 0.005208rem solid #F3F4F6;
  min-height: calc(100% - 0.416667rem);
}
.allFixed .allFixed_table h4[data-v-5b0c30e1] {
  font-weight: 500;
  font-size: 0.09375rem;
  font-family: '\601D\6E90\9ED1\4F53';
}
.greenbtn[data-v-89350f68] {
  margin: 0 0.010417rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.026042rem;
  cursor: pointer;
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  border-radius: 0.015625rem;
}
.redbtn[data-v-89350f68] {
  margin: 0 0.010417rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.026042rem;
  cursor: pointer;
  background: #f34f4f;
  border-radius: 0.015625rem;
}
.blue[data-v-89350f68] {
  background: #3699ff;
  margin: 0 0.010417rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.010417rem 0.026042rem;
  cursor: pointer;
  border-radius: 0.015625rem;
  font-size: 0.083333rem;
}
.orange[data-v-89350f68] {
  background: #fac23d;
  margin: 0 0.010417rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.010417rem 0.026042rem;
  cursor: pointer;
  border-radius: 0.015625rem;
  font-size: 0.083333rem;
}
.ccc[data-v-89350f68] {
  background: #ccc;
  margin: 0 0.010417rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.010417rem 0.026042rem;
  cursor: pointer;
  border-radius: 0.015625rem;
  font-size: 0.083333rem;
}
.btn-blue[data-v-89350f68] {
  color: white;
  background: -webkit-gradient(linear, left bottom, left top, from(#3699ff), to(rgb(83, 177, 253)));
  background: linear-gradient(0deg, #3699ff 0%, rgb(83, 177, 253) 100%);
}
.container[data-v-89350f68] {
  width: 100%;
  height: 100%;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background: white;
  font-size: 0.083333rem;
}
.header[data-v-89350f68] {
  width: 100%;
  position: relative;
  height: 0.3125rem;
}
.header > div[data-v-89350f68] {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
  opacity: 0.8;
  border-radius: 0.208333rem;
  line-height: 0.208333rem;
  height: 0.208333rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(50, 48, 83, 1);
  font-size: 0.09375rem;
}
.header > div span[data-v-89350f68] {
  height: 0.208333rem;
  cursor: pointer;
  padding: 0 0.083333rem;
  white-space: nowrap;
  display: inline-block;
  margin: 0;
  border-radius: 0.208333rem;
}
.header > div .active[data-v-89350f68] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
}
.class > div[data-v-89350f68] {
  display: inline-block;
}
.select[data-v-89350f68] {
  height: 0.197917rem;
  margin: 0 0.052083rem;
  border: 0.005208rem solid #ccc;
  line-height: 0.197917rem;
  padding: 0 0.104167rem;
  padding-right: 0.208333rem;
  position: relative;
  border-radius: 0.026042rem;
  background: white;
  cursor: pointer;
  width: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

/* .select>div{vertical-align: middle;display: inline-block} */
.select > div[data-v-89350f68]:nth-of-type(2) {
  position: absolute;
  left: 0;
  background: #fff;
  width: 100%;
  z-index: 1000;
  max-height: 1.041667rem;
  overflow: auto;
  top: 0.234375rem;
  -webkit-box-shadow: 0 0.010417rem 0.083333rem 0 rgba(236, 236, 243, 1);
          box-shadow: 0 0.010417rem 0.083333rem 0 rgba(236, 236, 243, 1);
}
.select > div:nth-of-type(2) span[data-v-89350f68] {
  display: block;
  color: black;
  width: 100%;
  cursor: pointer;
  border-bottom: 0.005208rem solid #ccc;
  text-align: center;
}
.select > div:nth-of-type(2) span[data-v-89350f68]:hover {
  background: #eeeffa;
  color: #88879c;
}
.pori[data-v-89350f68] {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.104167rem;
  line-height: 0.192708rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  text-align: center;
  font-weight: 600;
  border-radius: 0 0.015625rem 0.015625rem 0;
}
.btns[data-v-89350f68] {
  position: absolute;
  right: 0.104167rem;
  top: 0.104167rem;
}
.btns button[data-v-89350f68] {
  width: 0.625rem;
  height: 0.197917rem;
  border-radius: 0.151042rem;
  font-size: 0.104167rem;
  position: absolute;
  right: 0.104167rem;
  top: 0.104167rem;
  outline: none;
  border: none;
}
.table[data-v-89350f68] {
  margin-top: 0.052083rem;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.005208rem solid rgba(237, 238, 246, 1);
  height: calc(100% - 0.520833rem);
}
.btn[data-v-89350f68] {
  width: 0.5625rem;
  height: 0.208333rem;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  -webkit-box-shadow: 0 0.010417rem 0.109375rem 0 rgba(40, 206, 131, 0.47);
          box-shadow: 0 0.010417rem 0.109375rem 0 rgba(40, 206, 131, 0.47);
  border-radius: 0.104167rem;
  border: none;
  outline: none;
  font-size: 0.083333rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  cursor: pointer;
}
.addwork[data-v-89350f68] {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  left: 0;
  top: 0;
  overflow: auto;
  line-height: 150%;
}
.addwork table td[data-v-89350f68]:nth-of-type(odd) {
  padding-left: 0.15625rem;
  white-space: nowrap;
  vertical-align: text-top;
}
.addwork table[data-v-89350f68] {
  border-collapse: separate;
  border-spacing: 0 0.104167rem;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.083333rem 0 rgba(236, 236, 243, 1);
          box-shadow: 0 0.010417rem 0.083333rem 0 rgba(236, 236, 243, 1);
  overflow: hidden;
  border-radius: 0.03125rem;
  position: absolute;
  left: 50%;
  top: 0.520833rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: white;
  padding: 0.15625rem;
  padding-top: 0.390625rem;
  min-width: 3.645833rem;
  border-collapse: separate;
  border-spacing: 0 0.104167rem;
}
.addwork select[data-v-89350f68],
.addwork textarea[data-v-89350f68],
.addwork input[data-v-89350f68] {
  width: 100%;
  background: rgba(250, 251, 255, 1);
  border: 0.005208rem solid rgba(245, 247, 254, 1);
  padding-left: 0.052083rem;
  font-size: 0.083333rem;
}
.addwork textarea[data-v-89350f68] {
  height: 0.520833rem;
}
.addwork .posi[data-v-89350f68] {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.15625rem;
  height: 0.15625rem;
  margin-right: -0.026042rem;
  border-radius: 0 0 0 0.260417rem;
  font-size: 0.125rem;
  text-align: center;
}

/* .addwork1 .table1{padding:80px 30px;} */
.addwork1 .table1 select[data-v-89350f68],
.addwork1 .table1 textarea[data-v-89350f68],
.addwork1 input[data-v-89350f68] {
  width: 100%;
  background: white;
  border: 0.005208rem solid rgb(204, 204, 204);
  border-radius: 0.026042rem;
}
.addwork1 .table1 select[data-v-89350f68],
.addwork1 input[data-v-89350f68] {
  height: 0.197917rem;
}
.el-date-editor[data-v-89350f68] {
  width: 100%;
}
.td[data-v-89350f68] {
  background: rgba(250, 251, 255, 1);
  border: 0.005208rem solid rgba(245, 247, 254, 1);
  padding-left: 0.052083rem;
}

/* .seelook tr{margin: 10px 0;} */
.xz_or[data-v-89350f68] {
  width: 2.604167rem;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background: white;
  padding: 0.416667rem;
  -webkit-box-shadow: 0 0.010417rem 0.083333rem 0 rgba(236, 236, 243, 1);
          box-shadow: 0 0.010417rem 0.083333rem 0 rgba(236, 236, 243, 1);
  overflow: hidden;
}
.xz_or p[data-v-89350f68] {
  margin-top: 0.260417rem;
  text-align: center;
}
.xz_or p button[data-v-89350f68] {
  margin: 0.052083rem;
}
.hover > div[data-v-89350f68] {
  position: absolute;
  width: 1.041667rem;
  height: auto;
  background: white;
  right: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  z-index: 10;
  bottom: 0.197917rem;
  text-align: left;
  padding: 0.026042rem;
  white-space: normal;
}
.hover[data-v-89350f68] {
  position: relative;
  cursor: pointer;
  min-height: 0.15625rem;
}
.h3[data-v-89350f68] {
  background: rgba(243, 255, 250, 1);
  -webkit-box-shadow: 0 0.026042rem 0.020833rem 0 rgba(99, 197, 177, 0.16);
          box-shadow: 0 0.026042rem 0.020833rem 0 rgba(99, 197, 177, 0.16);
  border-radius: 0.03125rem;
  padding: 0 0.104167rem;
  line-height: 0.354167rem;
  font-size: 0.104167rem;
  font-family: Source Han Sans CN;
  font-weight: 600;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: rgba(32, 30, 71, 1);
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.h3 .el-icon-close[data-v-89350f68] {
  font-size: 0.166667rem;
  line-height: 0.354167rem;
  font-weight: 500;
  cursor: pointer;
}
[data-v-89350f68]::-webkit-scrollbar {
  width: 0.026042rem;
  height: 0.052083rem;
  background-color: #f5f5f5;
}

/*定义滚动条轨道 内阴影+圆角*/
[data-v-89350f68]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0.03125rem rgba(0, 0, 0, 0.3);
  border-radius: 0.052083rem;
  background-color: #f5f5f5;
}

/*定义滑块 内阴影+圆角*/
[data-v-89350f68]::-webkit-scrollbar-thumb {
  border-radius: 0.052083rem;
  -webkit-box-shadow: inset 0 0 0.03125rem rgba(0, 0, 0, 0.3);
  background-color: #bdbdbd;
}

/*滑块效果*/
[data-v-89350f68]::-webkit-scrollbar-thumb:hover {
  border-radius: 0.026042rem;
  -webkit-box-shadow: inset 0 0 0.026042rem rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.4);
}

/*IE滚动条颜色*/
html[data-v-89350f68] {
  scrollbar-face-color: #bfbfbf;
  /*滚动条颜色*/
  scrollbar-highlight-color: #000;
  scrollbar-3dlight-color: #000;
  scrollbar-darkshadow-color: #000;
  scrollbar-shadow-color: #adadad;
  /*滑块边色*/
  scrollbar-arrow-color: rgba(0, 0, 0, 0.4);
  /*箭头颜色*/
  scrollbar-track-color: #eeeeee;
  /*背景颜色*/
}
.container[data-v-04e5343a] {
  width: 100%;
  height: 100%;
  background: white;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-font-smoothing: antialiased;
  overflow: auto;
}
.header[data-v-04e5343a] {
  height: 0.520833rem;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.search[data-v-04e5343a] {
  width: 1.161458rem;
  height: 0.197917rem;
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
  overflow: hidden;
  margin-right: 0.104167rem;
  border: 0.005208rem solid rgba(182, 182, 195, 0.2);
  position: relative;
  display: inline-block;
}
.search input[data-v-04e5343a] {
  height: 100%;
  width: 0.911458rem;
  font-size: 0.09375rem;
  padding-left: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
}
.search button[data-v-04e5343a] {
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border: none;
  color: white;
  font-weight: 600;
  cursor: pointer;
  position: absolute;
  right: 0;
  padding: 0 0.015625rem;
}
.btn[data-v-04e5343a] {
  outline: none;
  border: none;
  cursor: pointer;
}
.header .topheader[data-v-04e5343a] {
  height: 0.208333rem;
  position: absolute;
  left: 50%;
  line-height: 0.208333rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  background: white;
  border-radius: 0.78125rem;
  top: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
}
.header .topheader > span[data-v-04e5343a] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
  padding: 0 0.083333rem;
  white-space: nowrap;
}
.header .topheader .active[data-v-04e5343a] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border-radius: 0.208333rem;
}
.mleft[data-v-04e5343a] {
  margin-top: 0.260417rem;
}
.mleft .btn_2[data-v-04e5343a] {
  background: -webkit-gradient(linear, left top, left bottom, from(#8dbbfa), to(#5194f3));
  background: linear-gradient(#8dbbfa, #5194f3);
  color: white;
  padding: 0 0.104167rem;
  -webkit-box-shadow: 0 0 0.026042rem 0 #8dbbfa;
          box-shadow: 0 0 0.026042rem 0 #8dbbfa;
  line-height: 0.197917rem;
  height: 0.197917rem;
  border-radius: 0.130208rem;
  cursor: pointer;
}
.btn-back-blue[data-v-04e5343a] {
  background: -webkit-gradient(linear, left top, left bottom, from(#8dbbfa), to(#5194f3));
  background: linear-gradient(#8dbbfa, #5194f3);
  color: white;
  padding: 0 0.052083rem;
  -webkit-box-shadow: 0 0 0.026042rem 0 #8dbbfa;
          box-shadow: 0 0 0.026042rem 0 #8dbbfa;
  border-radius: 0.026042rem;
  cursor: pointer;
}
.table[data-v-04e5343a] {
  height: calc(100% - 0.520833rem);
}
.table table tbody tr.active[data-v-04e5343a] {
  background: rgb(170, 170, 170);
}
.table table tr td div[data-v-04e5343a] {
  line-height: 200%;
  border-bottom: 0.015625rem solid #eeeffa;
}
.table table tr td div[data-v-04e5343a]:last-child {
  border: none;
}
.container-main-center-ul[data-v-04e5343a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  height: 0.260417rem;
  font-size: 0.104167rem;
}
.container-main-center-ul li[data-v-04e5343a] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
}
.container-main-center-ul li[data-v-04e5343a] {
  line-height: 0.260417rem;
  display: inline-block;
  font-family: "\601D\6E90\9ED1\4F53";
}
.container-main-center-ul .active[data-v-04e5343a] {
  color: #02c18d;
  border-bottom: 0.010417rem solid #02c18d;
}
.table_1 p[data-v-04e5343a] {
  text-align: center;
}
.ccc[data-v-04e5343a] {
  background: #ccc;
}

/* .zposi,.zposi span{display: block;height: 100%;} */
.table_1[data-v-04e5343a] {
  width: 100%;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.table_1 h3[data-v-04e5343a] {
  font-size: 0.125rem;
}
.table_1_section table[data-v-04e5343a] {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0.104167rem;
}
.table_1_section table td:nth-of-type(even) .el-input[data-v-04e5343a],
.table_1_section table td:nth-of-type(even) .el-select[data-v-04e5343a] {
  width: 100%;
}
.table_1_section table tr[data-v-04e5343a] {
  /* display: flex */
}
.table_1_section table tr td[data-v-04e5343a]:nth-of-type(odd) {
  text-align: right;
  width: 10%;
  line-height: 0.197917rem;
  margin-right: 0.052083rem;
  margin-bottom: 0.078125rem;
  white-space: nowrap;
}
.table_1_section table tr td[data-v-04e5343a]:nth-of-type(even) {
  /* width: 30%; */
  line-height: 0.197917rem;
  margin-bottom: 0.078125rem;
}
.table_1_section_ul[data-v-04e5343a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.table_1_section_ul li[data-v-04e5343a] {
  min-width: 0.78125rem;
  margin-right: 0.052083rem;
  margin-bottom: 0.052083rem;
}
.hover > div[data-v-04e5343a] {
  position: absolute;
  width: 1.041667rem;
  height: auto;
  background: white;
  right: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  z-index: 10;
  bottom: 0.197917rem;
  text-align: left;
  padding: 0.026042rem;
  white-space: normal;
}
.hover[data-v-04e5343a] {
  position: relative;
  cursor: pointer;
  min-height: 0.15625rem;
}
.table_1_section table tr td .table_1_section_ul li .el-input[data-v-04e5343a],
.table_1_section table tr td .table_1_section_ul li .el-select[data-v-04e5343a] {
  width: 0.78125rem;
}
.red[data-v-04e5343a] {
  color: red;
}
.allFixed_table[data-v-04e5343a] {
  width: 60%;
  position: relative;
}
.allFixed_table table[data-v-04e5343a] {
  width: 100%;
}

/* .allFixed_table table thead {
  border-bottom: 1px solid #ccc
} */
.allFixed_table table .border[data-v-04e5343a] {
  border-top: 0.005208rem solid #ccc;
}
.allFixed_table table tr td[data-v-04e5343a] {
  padding: 0.052083rem 0;
}
.allFixed_table table input[type='checkbox'][data-v-04e5343a] {
  width: 0.078125rem;
  height: 0.078125rem;
  vertical-align: middle;
}
.allFixed_table_p[data-v-04e5343a] {
  width: 100%;
  margin-top: 0.104167rem;
  text-align: center;
}
[data-v-04e5343a]::-webkit-scrollbar {
  width: 0.026042rem;
  height: 0.052083rem;
  background-color: #f5f5f5;
}
.btn_bar[data-v-04e5343a] {
  height: 0.197917rem;
  line-height: 0.197917rem;
  padding: 0 0.026042rem;
  display: inline-block;
  margin-right: 0.026042rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(247,248,255,1);
  border: 0.005208rem solid rgba(240,240,240,1);
  border-radius: 0.020833rem;
  cursor: pointer;
}
.btn_active[data-v-04e5343a] {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  color: white;
  border: none;
}
.el-icon-delete[data-v-04e5343a] {
  cursor: pointer;
}
.table_2_section .el-select[data-v-04e5343a],
.table_2_section table td:nth-of-type(even) .el-input[data-v-04e5343a] {
  width: 100%;
}
.input_model[data-v-04e5343a] {
  background-color: #F5F7FA;
  border-color: #E4E7ED;
  font-size: 0.072917rem;
  color: #C0C4CC;
  border: 0.005208rem solid #DCDFE6;
  line-height: 0.208333rem;
  text-indent: 0.078125rem;
  border-radius: 0.020833rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0.8;
  padding-right: 0.052083rem;
  display: inline-block;
  min-width: 60%;
}
.recordStyle[data-v-04e5343a] {
  line-height: 0.1875rem;
  font-size: 0.083333rem;
}
.recordStyle i[data-v-04e5343a] {
  /* padding-right:30px; */
  display: inline-block;
  width: 0.15625rem;
  color: rgba(0, 0, 0, 0.4);
  vertical-align: middle;
}
.recordStyle span[data-v-04e5343a] {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 0;
  width: 0.0625rem;
  height: 0.0625rem;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.010417rem solid #00F5B4;
}
.recordStyle .bar[data-v-04e5343a] {
  position: absolute;
  top: 0.052083rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.005208rem;
  height: 0.125rem;
  background: #00F5B4;
  display: inline-block;
  padding: 0;
}
.recordStyle[data-v-04e5343a]:last-of-type {
  color: #3699ff;
}
.recordStyle:last-of-type .bar[data-v-04e5343a] {
  display: none;
}
.container[data-v-1549b5a6] {
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 0.083333rem;
}
.header[data-v-1549b5a6] {
  width: 100%;
  margin-bottom: 0.15625rem;
}
.header .search[data-v-1549b5a6] {
  width: 1.109375rem;
  height: 0.197917rem;
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
  overflow: hidden;
  position: relative;
}
.header .search input[data-v-1549b5a6] {
  height: 100%;
  width: 0.911458rem;
  font-size: 0.083333rem;
  padding-left: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header .search button[data-v-1549b5a6] {
  /* width: 38px; */
  position: absolute;
  right: 0;
  padding: 0 0.015625rem;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border: none;
  color: white;
  font-weight: 600;
  font-size: 0.09375rem;
  cursor: pointer;
}
.table[data-v-1549b5a6] {
  height: calc(100% - 0.3125rem);
}
.table table tbody tr.show[data-v-1549b5a6] {
  width: 100%;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.el-icon-arrow-right[data-v-1549b5a6] {
  -webkit-transition: .3s;
  transition: .3s;
}
.header_btn[data-v-1549b5a6] {
  outline: none;
  border: none;
  cursor: pointer;
  padding: 0 0.052083rem;
  line-height: 0.197917rem;
  border-radius: 0.026042rem;
  background: rgba(147, 147, 147, 0.27);
  color: rgba(68, 68, 68, 1);
  background: #f5f7fe;
  font-size: 0.083333rem;
}
.header_btn_blue[data-v-1549b5a6] {
  background: -webkit-gradient(linear, left top, left bottom, from(#8dbbfa), to(#5194f3));
  background: linear-gradient(#8dbbfa, #5194f3);
  color: white;
  -webkit-box-shadow: 0 0 0.026042rem 0 #8dbbfa;
          box-shadow: 0 0 0.026042rem 0 #8dbbfa;
  margin-left: 0.052083rem;
}
.header_btn_green[data-v-1549b5a6] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
}
.el-dropdown-menu__item[data-v-1549b5a6] {
  padding: 0;
}
.el-dropdown-menu__item p[data-v-1549b5a6] {
  padding: 0 0.052083rem;
}
.table_link[data-v-1549b5a6] {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.studentManage[data-v-208a9944] {
  min-width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  overflow: auto;
  padding: 0.15625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background: #fff;
}
.studentManage_screen[data-v-208a9944] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.15625rem;
}
.studentManage_table[data-v-208a9944] {
  margin-top: 0.125rem;
}
.studentManage_table[data-v-208a9944] .el-table__header-wrapper th,
.studentManage_application_table[data-v-208a9944] .el-table__header-wrapper th,
.studentManage_addStudents_cont[data-v-208a9944] .el-table__header-wrapper th {
  background: #f7f8ff !important;
}
.studentManage_table[data-v-208a9944] .el-table,
.studentManage_application_table[data-v-208a9944] .el-table {
  min-height: calc(100vh - 1.302083rem);
}
.studentManage_table_pagination[data-v-208a9944] {
  text-align: right;
  margin-top: 0.083333rem;
}
.studentManage_table[data-v-208a9944] .el-button+.el-button {
  margin-left: 0;
}
.main[data-v-030d42f5] {
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 0.208333rem;
}
.nav[data-v-030d42f5] {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
  opacity: 0.8;
  border-radius: 0.208333rem;
  line-height: 0.208333rem;
  height: 0.208333rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(50, 48, 83, 1);
  font-size: 0.09375rem;
}
.nav span[data-v-030d42f5] {
  height: 0.208333rem;
  cursor: pointer;
  padding: 0 0.083333rem;
  white-space: nowrap;
  display: inline-block;
  margin: 0;
}
.nav .active[data-v-030d42f5] {
  color: white;
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  border-radius: 0.03125rem;
  border-radius: 0.520833rem;
}
.container[data-v-5b85d1d2] {
  width: 100%;
  min-height: 90%;
  margin-top: 0.15625rem;
}
.top[data-v-5b85d1d2] {
  width: 100%;
  min-height: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.104167rem;
}
.top_1[data-v-5b85d1d2] {
  -webkit-box-flex: 55;
      -ms-flex: 55;
          flex: 55;
  background: white;
  -webkit-box-shadow: 0 0 0.104167rem 0.005208rem rgba(10, 10, 11, 0.1);
          box-shadow: 0 0 0.104167rem 0.005208rem rgba(10, 10, 11, 0.1);
  border-radius: 0.083333rem;
  margin: 0 0.104167rem;
  position: relative;
}
.top_2[data-v-5b85d1d2] {
  -webkit-box-flex: 45;
      -ms-flex: 45;
          flex: 45;
  background: white;
  -webkit-box-shadow: 0 0 0.104167rem 0.005208rem rgba(10, 10, 11, 0.1);
          box-shadow: 0 0 0.104167rem 0.005208rem rgba(10, 10, 11, 0.1);
  border-radius: 0.083333rem;
  margin: 0 0.104167rem;
  position: relative;
}
.nextposi[data-v-5b85d1d2] {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 100;
}
.top h3[data-v-5b85d1d2] {
  padding-left: 0.130208rem;
  line-height: 0.197917rem;
  margin-top: 0.104167rem;
  font-size: 0.114583rem;
}
.bar[data-v-5b85d1d2] {
  border-left: 0.03125rem solid #30d8a0;
  margin-right: 0.078125rem;
}
.mar_1[data-v-5b85d1d2] {
  color: #aeadb5;
  font-size: 0.09375rem;
  font-weight: 500;
}
.mar_2[data-v-5b85d1d2] {
  color: #323053;
  font-size: 0.09375rem;
  font-weight: 500;
  margin: 0 0.130208rem;
  line-height: 200%;
}
.ibar[data-v-5b85d1d2] {
  display: inline-block;
  width: 0.083333rem;
  height: 0.083333rem;
  border-radius: 0.026042rem;
  margin: 0 0.026042rem;
  margin-left: 0.052083rem;
}
#main[data-v-5b85d1d2],
#main1[data-v-5b85d1d2],
#main2[data-v-5b85d1d2],
#main3[data-v-5b85d1d2],
#main4[data-v-5b85d1d2],
#main5[data-v-5b85d1d2],
#main6[data-v-5b85d1d2],
#main7[data-v-5b85d1d2],
#main8[data-v-5b85d1d2],
#main9[data-v-5b85d1d2] {
  height: calc(100% - 0.302083rem);
  width: 100%;
}
.imgs[data-v-5b85d1d2] {
  width: 0.416667rem;
  height: 0.104167rem;
  margin-right: 0.208333rem;
  text-align: right;
}
.main-2[data-v-5b85d1d2] {
  width: 0.520833rem;
  font-weight: 500;
  background: white;
  text-align: center;
  position: absolute;
  right: 0;
  -webkit-box-shadow: 0 0 0.015625rem 0.005208rem rgba(10, 10, 11, 0.1);
          box-shadow: 0 0 0.015625rem 0.005208rem rgba(10, 10, 11, 0.1);
}
.main-2 li[data-v-5b85d1d2] {
  border-bottom: 0.005208rem solid #eee;
  cursor: pointer;
}
.main-2 img[data-v-5b85d1d2] {
  height: 0.104167rem;
  float: left;
  margin-top: 0.052083rem;
}
.posi[data-v-5b85d1d2] {
  position: absolute;
  width: 40%;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 0.302083rem;
  font-size: 0.104167rem;
}
.posiimg[data-v-5b85d1d2] {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 0.302083rem;
  font-size: 0.104167rem;
  margin: 0.208333rem;
  margin-top: 0;
}
.el-input[data-v-5b85d1d2],
.el-select[data-v-5b85d1d2],
.el-button[data-v-5b85d1d2] {
  width: 8em;
  margin-right: 0.052083rem;
}
.el-select[data-v-5b85d1d2],
.el-button[data-v-5b85d1d2] {
  width: 6em;
}
.StudentRefund[data-v-4516a739] {
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-font-smoothing: antialiased;
  font-size: 0.072917rem;
}
.StudentRefund .StudentRefund_head[data-v-4516a739] {
  margin-bottom: 0.3125rem;
}
.StudentRefund_head .header_search[data-v-4516a739] {
  width: 1.5625rem;
}
.StudentRefund_head[data-v-4516a739] .el-input-group__append {
  width: 0.291667rem !important;
}
.StudentRefund_cont[data-v-4516a739] {
  height: calc(100% - 0.78125rem);
}
.StudentRefund_cont .StudentRefund_cont_table[data-v-4516a739] {
  height: 100%;
}
.StudentRefund_cont_table .StudentRefund_cont_table_clickColor[data-v-4516a739] {
  color: #409EFF;
  cursor: pointer;
}
.StudentRefund_cont_table .StudentRefund_cont_table_rowhid[data-v-4516a739] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.allFixed>div[data-v-4516a739] {
  min-width: 2.604167rem;
}
.allFixed h3[data-v-4516a739] {
  font-size: 0.104167rem;
  font-weight: 600;
  white-space: nowrap;
}
.allFixed .allFixed_Remark[data-v-4516a739] {
  width: 100%;
  padding: 0.083333rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.allFixed .allFixed_accountDetails[data-v-4516a739] {
  width: 100%;
  background: #f2f2f2;
  border-radius: 0.020833rem;
  padding: 0.083333rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.allFixed_accountDetails .allFixed_row_lable[data-v-4516a739] {
  width: 0.416667rem;
  color: #939393;
}
.allFixed_consentApplication .allFixed_row_lable[data-v-4516a739] {
  width: 0.625rem;
}
.allFixed_consentApplication .allFixed_row_lable[data-v-4516a739]::after {
  display: inline-block;
  margin-right: 0.020833rem;
  color: #ff4d4f;
  font-size: 0.072917rem;
  font-family: SimSun,sans-serif;
  line-height: 1;
  content: "*";
}
.allFixed_row[data-v-4516a739] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.allFixed .allFixed_row .allFixed_row_lable[data-v-4516a739] {
  white-space: nowrap;
  text-align: right;
  margin-right: 0.083333rem;
  font-size: 0.072917rem;
  line-height: 0.1875rem;
}
.allFixed .allFixed_row .allFixed_row_value[data-v-4516a739] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.072917rem;
  line-height: 0.1875rem;
}
.allFixed .allFixed_row .allFixed_row_value[data-v-4516a739]   .el-input-number__decrease,
.allFixed .allFixed_row .allFixed_row_value[data-v-4516a739]   .el-input-number__increase {
  display: none;
}
.allFixed .allFixed_row .allFixed_row_value[data-v-4516a739] .el-input__inner {
  padding: 0 0.052083rem;
}
.allFixed .allFixed_row .input_number[data-v-4516a739]   .el-input-number .el-input__inner {
  text-align: left !important;
}
.allFixed p[data-v-4516a739]:last-of-type {
  text-align: center;
}
.allFixed .allFixed-btnred[data-v-4516a739] {
  margin: 0 0.052083rem;
  margin-top: 1em;
  padding: 0.052083rem 0.104167rem;
  outline: none;
  border: none;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  color: white;
  border-radius: 0.520833rem;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.allFixed .allFixed-btnccc[data-v-4516a739] {
  margin: 0 0.052083rem;
  margin-top: 1em;
  padding: 0.052083rem 0.104167rem;
  outline: none;
  border: none;
  background: #fff;
  color: #666;
  border-radius: 0.520833rem;
  border: 0.005208rem solid #f1f1f1;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.allFixed i[data-v-4516a739] {
  font-family: "\601D\6E90\9ED1\4F53";
  font-size: 0.104167rem;
}
.allFixed .posi[data-v-4516a739] {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.208333rem;
  height: 0.208333rem;
  background: #f34f4f;
  cursor: pointer;
  border-radius: 0 0 0 0.520833rem;
  text-align: center;
  line-height: 0.208333rem;
  color: white;
  font-weight: 600;
}
.allFixed input[data-v-4516a739],
.allFixed select[data-v-4516a739] {
  background: #F5F7FA;
  padding-left: 0.078125rem;
  line-height: 0.197917rem;
  width: 80%;
  min-width: 0.677083rem;
  height: 0.197917rem;
  border: 0.005208rem solid #eee;
  font-size: 0.083333rem;
}
.allFixed div[data-v-4516a739] {
  margin: 0 auto;
}
.allFixed table[data-v-4516a739] {
  width: 100%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0 0.052083rem;
}
.allFixed table tr td[data-v-4516a739]:nth-of-type(odd) {
  text-align: right;
  white-space: nowrap;
}
.allFixed table tr td[data-v-4516a739] {
  white-space: nowrap;
}
.allFixed h3[data-v-4516a739] {
  font-size: 0.104167rem;
  font-weight: 600;
  white-space: nowrap;
}
.allFixed .border—top[data-v-4516a739] {
  position: relative;
  /* padding-bottom: 10px;
  margin-top: 10px; */
  width: 100%;
  border-top: 0.005208rem solid #eeeeee;
  display: block;
}
.allFixed .icon_sp[data-v-4516a739] {
  display: inline-block;
  white-space: nowrap;
  -webkit-transform: scale(1);
          transform: scale(1);
  /* color: rgb(27, 117, 252); */
  font-size: 0.104167rem;
  margin-left: -0.026042rem;
}
[data-v-4516a739]::-webkit-scrollbar {
  width: 0.026042rem;
  height: 0.052083rem;
  background-color: #f5f5f5;
}
.hover > div[data-v-4516a739] {
  position: absolute;
  width: 1.041667rem;
  height: auto;
  background: white;
  right: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  z-index: 10;
  bottom: 0.197917rem;
  text-align: left;
  padding: 0.026042rem;
  white-space: normal;
}
.hover[data-v-4516a739] {
  position: relative;
  cursor: pointer;
  min-height: 0.15625rem;
}
.icon_position[data-v-4516a739] {
  position: relative;
}
.icon_position img[data-v-4516a739] {
  position: absolute;
  left: -0.052083rem;
  top: -0.026042rem;
}
.input_model[data-v-4516a739] {
  background-color: #F5F7FA;
  border-color: #E4E7ED;
  font-size: 0.083333rem;
  /* border: 1px solid #DCDFE6; */
  line-height: 0.208333rem;
  text-indent: 0.078125rem;
  border-radius: 0.020833rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0.8;
  padding-right: 0.052083rem;
}
.footer[data-v-4516a739] {
  border: 0.005208rem solid #ccc;
  text-align: center;
  border-radius: 0.026042rem;
  width: 90%;
  line-height: 0.3125rem;
  margin: 0.052083rem auto;
  margin-bottom: 0.15625rem;
}
.allFixed_top[data-v-4516a739] {
  text-align: center;
  color: #ccc;
}
.allFixed_top span[data-v-4516a739] {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.allFixed_active[data-v-4516a739] {
  color: #323053;
  border-bottom: #02cb8e 0.010417rem solid;
}
.recordStyle[data-v-4516a739] {
  line-height: 0.1875rem;
  font-size: 0.083333rem;
}
.allFixed .recordStyle[data-v-4516a739]:last-of-type {
  text-align: left;
}
.recordStyle i[data-v-4516a739] {
  padding-right: 0.15625rem;
  display: inline-block;
  width: 0.15625rem;
  color: rgba(0, 0, 0, 0.4);
  vertical-align: middle;
}
.recordStyle span[data-v-4516a739] {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 0;
  width: 0.0625rem;
  height: 0.0625rem;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.010417rem solid #00F5B4;
}
.recordStyle .bar[data-v-4516a739] {
  position: absolute;
  top: 0.052083rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.005208rem;
  height: 0.125rem;
  background: #00F5B4;
  display: inline-block;
  padding: 0;
}
.recordStyle[data-v-4516a739]:last-of-type {
  color: #3699ff;
}
.recordStyle:last-of-type .bar[data-v-4516a739] {
  display: none;
}
.ul_table[data-v-4516a739] {
  padding: 0.078125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.005208rem solid #eee;
}
.ul_tr[data-v-4516a739]:first-child {
  border-bottom: 0.005208rem solid #eee;
}
.ul_tr[data-v-4516a739],
.ul_tr label[data-v-4516a739] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0.026042rem 0;
}
.ul_tr li[data-v-4516a739] {
  line-height: 150%;
  width: 12.5%;
  text-align: center;
}
.ul_tr li[data-v-4516a739]:last-child {
  min-width: 18%;
}
.ul_tr li[data-v-4516a739]:first-child {
  min-width: 18%;
}
.el-aside[data-v-b641c2b0] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: auto;
}

/* 左边框 */
.main[data-v-b641c2b0],
.el-container[data-v-b641c2b0] {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.left-bar-logo[data-v-b641c2b0] {
  width: 100%;
  height: 0.307292rem;
  margin: 0 auto;
  margin-bottom: 0.364583rem;
}
.left-bar-logo img[data-v-b641c2b0] {
  margin: 0 auto;
  display: block;
  width: 90%;
}
.left-bar[data-v-b641c2b0] {
  width: 1.354167rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#30d8a0), to(#00b4bf));
  background: linear-gradient(0deg, #30d8a0, #00b4bf);
  position: relative;
  padding: 0.052083rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 5.052083rem;
  height: 100%;
}
.left-bar1[data-v-b641c2b0] {
  width: auto;
  background: -webkit-gradient(linear, left bottom, left top, from(#30d8a0), to(#00b4bf));
  background: linear-gradient(0deg, #30d8a0, #00b4bf);
  position: relative;
  padding: 0.052083rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.left-bar a[data-v-b641c2b0] {
  color: #fff;
  display: block;
}
.left-bar li[data-v-b641c2b0] {
  padding: 0 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 0.25rem;
  cursor: pointer;
  letter-spacing: 0.010417rem;
}
.left-bar1 li[data-v-b641c2b0] {
  padding: 0 0.208333rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 0.25rem;
}
.left-bar li[data-v-b641c2b0]:last-child {
  margin-bottom: 0;
}
.left-bar li img[data-v-b641c2b0] {
  height: 100%;
  vertical-align: middle;
  margin: 0.010417rem 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 0.104167rem;
}
.left-bar1 li img[data-v-b641c2b0] {
  height: 100%;
  vertical-align: middle;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.left-bar li[data-v-b641c2b0]:focus,
.left-bar li[data-v-b641c2b0]:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.5);
}
.posi[data-v-b641c2b0] {
  width: 100%;
  display: block;
  cursor: pointer;
  position: absolute;
  bottom: 0;
}
.posi1[data-v-b641c2b0] {
  width: 100%;
  display: block;
  cursor: pointer;
  margin-top: 0;
}
.left-bar li i[data-v-b641c2b0] {
  padding-right: 0.052083rem;
  line-height: 0.25rem;
}
.left-bar ul[data-v-b641c2b0] {
  position: absolute;
  bottom: 0.052083rem;
  width: 100%;
}
.active[data-v-b641c2b0] {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.5);
}
.list_dl[data-v-b641c2b0] {
  max-height: 80vh;
  overflow: auto;
  position: absolute;
  bottom: 100%;
  width: 100%;
  border: 0.005208rem solid #888;
  left: 0;
  color: #000;
}
.list_dl dd[data-v-b641c2b0] {
  height: 0.15625rem;
  text-align: center;
  background: white;
  line-height: 0.15625rem;
}
.list_dl dd[data-v-b641c2b0]:hover {
  font-size: 0.114583rem;
  font-family: "\601D\6E90\9ED1\4F53";
}

/**/
.el-main[data-v-b641c2b0] {
  padding: 0.104167rem 0.15625rem;
  position: relative;
}
.right-main-mbr[data-v-b641c2b0] {
  margin: 0;
  -webkit-box-shadow: 0 0 0.020833rem #ccc;
          box-shadow: 0 0 0.020833rem #ccc;
  border-radius: 0.026042rem;
  padding: 0 0.104167rem;
  background: #fff;
}

/*谷歌、safari、qq浏览器、360浏览器滚动条样式*/

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
[data-v-b641c2b0]::-webkit-scrollbar {
  width: 0.026042rem;
  height: 0.026042rem;
  background-color: #f5f5f5;
}

/*定义滚动条轨道 内阴影+圆角*/
[data-v-b641c2b0]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0.03125rem rgba(0, 0, 0, 0.3);
  border-radius: 0.052083rem;
  background-color: #f5f5f5;
}

/*定义滑块 内阴影+圆角*/
[data-v-b641c2b0]::-webkit-scrollbar-thumb {
  border-radius: 0.052083rem;
  -webkit-box-shadow: inset 0 0 0.03125rem rgba(0, 0, 0, 0.3);
  background-color: #bdbdbd;
}

/*滑块效果*/
[data-v-b641c2b0]::-webkit-scrollbar-thumb:hover {
  border-radius: 0.026042rem;
  -webkit-box-shadow: inset 0 0 0.026042rem rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.4);
}

/*IE滚动条颜色*/
html[data-v-b641c2b0] {
  scrollbar-face-color: #bfbfbf;
  /*滚动条颜色*/
  scrollbar-highlight-color: #000;
  scrollbar-3dlight-color: #000;
  scrollbar-darkshadow-color: #000;
  scrollbar-shadow-color: #adadad;
  /*滑块边色*/
  scrollbar-arrow-color: rgba(0, 0, 0, 0.4);
  /*箭头颜色*/
  scrollbar-track-color: #eeeeee;
  /*背景颜色*/
}
.box[data-v-4b89fc8e] {
  width: 100%;
  height: 100%;
  font-size: 0.09375rem;
  min-width: 7.291667rem;
}
.box-1[data-v-4b89fc8e] {
  height: 6%;
}
.msage img[data-v-4b89fc8e] {
  width: 0.104167rem;
}
.main[data-v-4b89fc8e] {
  width: 100%;
  height: 94%;
}
.main > div[data-v-4b89fc8e] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1.5625rem;
}
.main > div > section[data-v-4b89fc8e]:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.main > div > section[data-v-4b89fc8e]:last-child {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
}
.section2-1[data-v-4b89fc8e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.104167rem;
  vertical-align: top;
  height: 100%;
}
.section2-1 > div[data-v-4b89fc8e]:first-child {
  -webkit-box-flex: 68;
      -ms-flex: 68;
          flex: 68;
  margin-right: 0.104167rem;
}
.section2-1 > div[data-v-4b89fc8e]:last-child {
  -webkit-box-flex: 32;
      -ms-flex: 32;
          flex: 32;
}
.section2-1 > div > div[data-v-4b89fc8e] {
  height: 100%;
}
.section2-1 > div > div[data-v-4b89fc8e]:nth-of-type(1) {
  min-height: 1.5625rem;
}
.right-main-section[data-v-4b89fc8e] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.positinontop[data-v-4b89fc8e] {
  position: absolute;
  top: -0.052083rem;
  right: -0.052083rem;
  border-radius: 50%;
  background: #e6002d;
  width: 0.130208rem;
  height: 0.130208rem;
  line-height: 0.130208rem;
  color: #fff;
  font-weight: 700;
  margin-left: 0.416667rem;
}
.one[data-v-4b89fc8e],
.tow[data-v-4b89fc8e] {
  position: absolute;
  right: 0;
  top: 0;
}
.theme[data-v-4b89fc8e] {
  color: #00c2a4;
  font-size: 0.083333rem;
  text-align: center;
  margin: 0 auto;
  display: block;
  padding: 0.15625rem 0;
  padding-left: 0.078125rem;
}
.right-main-section[data-v-4b89fc8e] {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* margin: 15px 0px; */
  white-space: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ccc[data-v-4b89fc8e] {
  font-size: 0.083333rem;
  color: rgba(213, 213, 224, 1);
}
.right-main-section > .row[data-v-4b89fc8e] {
  display: inline-block;
  min-width: 2.083333rem;
  /* float: left; */
  -webkit-box-shadow: 0 0 0.020833rem #ccc;
          box-shadow: 0 0 0.020833rem #ccc;
  border-radius: 0.026042rem;
  background: #fff;
  margin-top: 0.052083rem;
  padding: 0.104167rem 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0.677083rem;
}
.right-main-section > .row[data-v-4b89fc8e]:first-child {
  margin-right: 0.078125rem;
}
.right-main-section > .row[data-v-4b89fc8e]:nth-child(2) {
  margin-right: 0.078125rem;
}
.right-main-section > .row > div[data-v-4b89fc8e] {
  padding: 0 0.078125rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 0.260417rem;
}
.right-main-section > .row > div[data-v-4b89fc8e]:first-child {
  border-right: #ccc 0.005208rem solid;
}
.right-main-section > .row h3[data-v-4b89fc8e] {
  font-size: 0.208333rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(50, 48, 83, 1);
  /* text-align: center; */
  line-height: 0.260417rem;
}
.p[data-v-4b89fc8e] {
  font-weight: 400;
  font-size: 0.09375rem;
  color: #323053;
  font-family: Source Han Sans CN;
  margin-top: 0.052083rem;
}
.p p[data-v-4b89fc8e] {
  padding-left: 0.026042rem;
}
.flexs[data-v-4b89fc8e] {
  width: 100%;
  height: 1.979167rem;
  margin-bottom: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
#main[data-v-4b89fc8e] {
  padding: 0.104167rem;
}
#main[data-v-4b89fc8e],
#main3[data-v-4b89fc8e] {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.03125rem 0.083333rem 0 rgba(233, 233, 242, 1);
          box-shadow: 0 0.03125rem 0.083333rem 0 rgba(233, 233, 242, 1);
  border-radius: 0.03125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#main2[data-v-4b89fc8e] {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 1);
}
#main3[data-v-4b89fc8e] {
  padding: 0.104167rem;
  width: 100%;
  height: 100%;
}
#main4[data-v-4b89fc8e],
#main4[data-v-4b89fc8e] {
  width: 100%;
  height: 100%;
  margin-left: 0;
}
.section2-1 > div > #main3[data-v-4b89fc8e] {
  height: auto;
}
.section2-1>.flexs[data-v-4b89fc8e] {
  height: 1.5625rem;
}
.main3_bottom[data-v-4b89fc8e] {
  height: 90%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lump[data-v-4b89fc8e] {
  min-width: 20%;
  /* display: inline-block; */
  font-size: 0.09375rem;
  float: left;
  padding: 0.026042rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* margin-top: 10px; */
  overflow: hidden;
  /* height: 68px; */
}
.lump>div[data-v-4b89fc8e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #F9F9F9;
  border: 0.005208rem solid #F4F4F4;
  border-radius: 0.03125rem;
  height: 100%;
  font-size: 0.0625rem;
  padding: 0.052083rem;
}
.lump>div>div[data-v-4b89fc8e] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.lump_img[data-v-4b89fc8e] {
  line-height: 0.21875rem;
  text-align: center;
  background: -webkit-gradient(linear, left bottom, left top, from(#01B4BF), to(#42E696));
  background: linear-gradient(0deg, #01B4BF 0%, #42E696 100%);
  opacity: 0.8;
  color: white;
  font-size: 0.09375rem;
  font-weight: bold;
  color: #FFFFFF;
  border-radius: 0.03125rem;
}
.lump_msg[data-v-4b89fc8e] {
  padding: 0.026042rem;
  padding-left: 0.104167rem;
  color: #3330542d;
}
.lump_msg>div[data-v-4b89fc8e] {
  font-size: 0.104167rem;
  line-height: 1em;
  color: #333054;
}
.msage[data-v-4b89fc8e] {
  position: relative;
}
.flexs-1[data-v-4b89fc8e] {
  height: 2.760417rem;
  background: #fff;
  -webkit-box-shadow: 0 0.03125rem 0.083333rem 0 rgba(233, 233, 242, 1);
          box-shadow: 0 0.03125rem 0.083333rem 0 rgba(233, 233, 242, 1);
  border-radius: 0.03125rem;
  padding: 0.104167rem;
  position: relative;
}
.jvzhong-top[data-v-4b89fc8e] {
  height: 70%;
  width: 100%;
}
.jvzhong[data-v-4b89fc8e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 20%;
  width: 100%;
  line-height: 0.1875rem;
  font-size: 0.09375rem;
}
.jvzhong > div[data-v-4b89fc8e] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.052083rem;
}
.jvzhong > div[data-v-4b89fc8e]:first-child {
  border-right: #c3c3ca 0.005208rem solid;
}
.jvzhong > div p[data-v-4b89fc8e]:last-child {
  font-size: 0.072917rem;
  color: #c3c3ca;
}
.jvzhong > div span[data-v-4b89fc8e] {
  display: inline-block;
  width: 0.104167rem;
  height: 0.078125rem;
  margin: 0 0.026042rem;
  border-radius: 0.104167rem;
}
.jvzhong > div:first-child span[data-v-4b89fc8e] {
  background: #55a2dd;
}
.jvzhong > div:last-child span[data-v-4b89fc8e] {
  background: #00cfdb;
}
.flexs-2[data-v-4b89fc8e] {
  width: 100%;
  height: 2.34375rem;
  background: #fff;
  -webkit-box-shadow: 0 0.03125rem 0.083333rem 0 rgba(233, 233, 242, 1);
          box-shadow: 0 0.03125rem 0.083333rem 0 rgba(233, 233, 242, 1);
  border-radius: 0.03125rem;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.flexs-2 p[data-v-4b89fc8e] {
  line-height: 0.1875rem;
  font-size: 0.135417rem;
  font-weight: 600;
}
.ding[data-v-4b89fc8e] {
  right: 0;
  top: 40%;
  color: #55a2dd;
}
.images[data-v-4b89fc8e] {
  position: absolute;
  top: 0.09375rem;
  right: 0.09375rem;
  width: 0.416667rem;
  height: 0.166667rem;
  z-index: 3;
  cursor: pointer;
}
.images[data-v-4b89fc8e] .el-select .el-input__inner,
.images[data-v-4b89fc8e]  .el-input__inner,
.images[data-v-4b89fc8e] .el-date-editor,
.images[data-v-4b89fc8e] .el-input__icon,
.images[data-v-4b89fc8e] .el-date-editor .el-range-separator {
  line-height: 0.166667rem;
  height: 0.166667rem;
  vertical-align: middle;
}
.button-up[data-v-4b89fc8e] {
  padding: 0 0.052083rem;
  cursor: pointer;
}
.button-header[data-v-4b89fc8e] {
  color: white;
  font-size: 0.135417rem;
  text-align: center;
  padding: 0.052083rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#a8cbfc), to(#78b1fd));
  background: linear-gradient(0deg, #a8cbfc 0%, #78b1fd 100%);
  opacity: 0.8;
}
.all[data-v-4b89fc8e] {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  text-align: center;
}
.all span[data-v-4b89fc8e] {
  color: rgba(50, 48, 83, 1);
}
.dian a[data-v-4b89fc8e] {
  font-size: 0.1875rem;
  color: #c7ccd0;
}
.dingwei[data-v-4b89fc8e] {
  position: relative;
}
.show[data-v-4b89fc8e] {
  position: absolute;
  top: -0.15625rem;
  left: 0.104167rem;
  width: 0.833333rem;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.03125rem 0.083333rem 0 rgba(233, 233, 242, 1);
          box-shadow: 0 0.03125rem 0.083333rem 0 rgba(233, 233, 242, 1);
  border-radius: 0.03125rem;
  line-height: 0.260417rem;
}
.border-left h3[data-v-4b89fc8e] {
  padding-left: 0.104167rem;
}
.img_0[data-v-4b89fc8e] {
  display: block;
  margin: 0 auto;
  margin-top: 0.104167rem;
}
.img_0 ~ p[data-v-4b89fc8e] {
  text-align: center;
  font-size: 0.125rem;
  color: #00dbd0b0;
  font-weight: 600;
  margin-top: 0.104167rem;
}
.img_bl div[data-v-4b89fc8e] {
  margin-left: 0.052083rem;
}
.posis[data-v-4b89fc8e] {
  position: absolute;
  right: 0;
  top: 0.260417rem;
  width: 2.34375rem;
  background: white;
  line-height: 200%;
  -webkit-box-shadow: 0 0.03125rem 0.083333rem 0 rgba(233, 233, 242, 1);
          box-shadow: 0 0.03125rem 0.083333rem 0 rgba(233, 233, 242, 1);
  z-index: 10;
  height: 1.041667rem;
  overflow: auto;
  padding: 0.052083rem 0;
}
.cilor[data-v-4b89fc8e] {
  display: inline-block;
  width: 0.052083rem;
  height: 0.052083rem;
  border-radius: 50%;
  border: 0.005208rem solid;
  margin: 0 0.026042rem;
}
.msage .button-up:nth-of-type(odd) .cilor[data-v-4b89fc8e] {
  border: 0.005208rem solid #42c8c9;
}
.msage .button-up:nth-of-type(even) .cilor[data-v-4b89fc8e] {
  border: 0.005208rem solid #ecd86b;
}
.button[data-v-4b89fc8e] {
  font-family: Source Han Sans CN;
  color: rgba(50, 48, 83, 1);
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.8);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.8);
  border-radius: 0.041667rem;
  outline: none;
  border: none;
  padding: 0.052083rem 0.052083rem;
  cursor: pointer;
}
.search_box[data-v-4b89fc8e] {
  width: 5.208333rem;
  min-height: 1.729167rem;
}
.search_box_img[data-v-4b89fc8e] {
  margin-top: 0.3125rem;
  text-align: center;
}
.search_box_img img[data-v-4b89fc8e] {
  width: auto;
  width: 40%;
}
.search[data-v-4b89fc8e] {
  width: 3.125rem;
  height: 0.208333rem;
  background: rgba(255, 255, 255, 1);
  border: 0.005208rem solid #F1F1F1;
  -webkit-box-shadow: 0 0.03125rem 0.0625rem 0 #E9E9F2;
          box-shadow: 0 0.03125rem 0.0625rem 0 #E9E9F2;
  border-radius: 0.03125rem;
  overflow: hidden;
  position: relative;
  border: 0.005208rem solid #DCDFE6;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.search input[data-v-4b89fc8e] {
  height: 100%;
  width: calc(100% - 0.458333rem);
  font-size: 0.09375rem;
  padding-left: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.search button[data-v-4b89fc8e] {
  width: 0.458333rem;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border: none;
  color: white;
  font-weight: 800;
  cursor: pointer;
  position: absolute;
  right: 0;
}
.table[data-v-4b89fc8e] {
  margin-top: 0.104167rem;
}
.table table tbody[data-v-4b89fc8e] {
  display: block;
  height: 1.015625rem;
  overflow-y: scroll;
}
.table table thead[data-v-4b89fc8e],
.table tbody tr[data-v-4b89fc8e] {
  display: table;
  width: 100%;
  table-layout: fixed;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.table tbody tr td[data-v-4b89fc8e]:nth-of-type(1),
.table thead tr td[data-v-4b89fc8e]:nth-of-type(1) {
  width: 0.260417rem;
}
.table tbody tr td[data-v-4b89fc8e]:nth-of-type(2),
.table thead tr td[data-v-4b89fc8e]:nth-of-type(2) {
  width: 0.416667rem;
}
.table tbody tr td[data-v-4b89fc8e]:nth-of-type(7),
.table thead tr td[data-v-4b89fc8e]:nth-of-type(7),
.table tbody tr td[data-v-4b89fc8e]:nth-of-type(8),
.table thead tr td[data-v-4b89fc8e]:nth-of-type(8) {
  width: 0.520833rem;
}
.table tbody tr td span[data-v-4b89fc8e] {
  cursor: pointer;
  color: #409EFF;
}
.container[data-v-1d0fd19b] {
  width: 100%;
  height: 100%;
  font-size: 0.09375rem;
  white-space: nowrap;
  position: relative;
}
.header[data-v-1d0fd19b] {
  width: 100%;
  height: 0.520833rem;
  position: relative;
}
.header > div[data-v-1d0fd19b] {
  margin-top: 0.260417rem;
  margin-bottom: 0.052083rem;
}
.header > .header_top[data-v-1d0fd19b] {
  margin-top: 0;
}
.header_nav_select[data-v-1d0fd19b] {
  height: 0.260417rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_nav_select[data-v-1d0fd19b] .el-select .el-input--suffix .el-input__inner,
.header_nav_select[data-v-1d0fd19b]  .el-input__inner {
  height: 0.166667rem !important;
}
.search[data-v-1d0fd19b] {
  width: 1.213542rem;
  height: 0.197917rem;
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
  overflow: hidden;
  position: relative;
  border: 0.005208rem solid #DCDFE6;
}
.search input[data-v-1d0fd19b] {
  height: 100%;
  width: 0.911458rem;
  font-size: 0.09375rem;
  padding-left: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.search button[data-v-1d0fd19b] {
  width: 0.302083rem;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border: none;
  color: white;
  font-weight: 800;
  cursor: pointer;
  position: absolute;
  right: 0;
}
.header-btn[data-v-1d0fd19b] {
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  border-radius: 0.03125rem;
  border: none;
  width: 0.520833rem;
  height: 0.208333rem;
  margin-right: 0.104167rem;
  text-align: center;
  line-height: 0.208333rem;
  cursor: pointer;
  font-size: 0.083333rem;
  background: white;
  position: relative;
}
.header_top[data-v-1d0fd19b] {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
  opacity: 0.8;
  border-radius: 0.208333rem;
  line-height: 0.208333rem;
  height: 0.208333rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(50, 48, 83, 1);
  font-size: 0.09375rem;
}
.header_top span[data-v-1d0fd19b] {
  height: 0.208333rem;
  cursor: pointer;
  padding: 0 0.083333rem;
  white-space: nowrap;
  display: inline-block;
  margin: 0;
  border-radius: 0.208333rem;
}
.header .active[data-v-1d0fd19b] {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  color: white;
}
.allFixed_bar[data-v-1d0fd19b] {
  border-top: 0.005208rem dotted #ccc;
  margin-bottom: 0.078125rem;
}
.header_add[data-v-1d0fd19b] {
  position: relative;
  height: 0.260417rem;
  /* z-index: ; */
}
.header_model[data-v-1d0fd19b] {
  position: absolute;
  width: 0.520833rem;
  top: 0.208333rem;
  left: 0;
  margin-top: 0.052083rem;
  text-align: center;
  background: white;
  line-height: 0.166667rem;
  padding: 0.052083rem 0;
  cursor: pointer;
  -webkit-box-shadow: 0 0.010417rem 0.052083rem 0 rgba(137, 155, 171, 0.33);
          box-shadow: 0 0.010417rem 0.052083rem 0 rgba(137, 155, 171, 0.33);
  z-index: 2;
}
.header_model p[data-v-1d0fd19b]:hover {
  background: rgba(0, 0, 0, 0.04);
}
.table[data-v-1d0fd19b] {
  height: calc(100% - 0.9375rem);
  background: white;
}
.isDisplay[data-v-1d0fd19b] {
  position: relative;
  cursor: pointer;
  height: 0.166667rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 0.3125rem;
  margin: 0 auto;
}
.isDisplay_title[data-v-1d0fd19b] {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  /* z-index: 2; */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
}
.isDisplay_title>div[data-v-1d0fd19b]:hover {
  background: #eee;
}
.isDisplay_title>div[data-v-1d0fd19b]:nth-of-type(1):hover {
  background: #3699ff;
}
.isDisplay .blue[data-v-1d0fd19b] {
  background: #3699ff;
  color: white;
  outline: none;
  border: none;
  cursor: pointer;
  padding: 0 0.026042rem;
  height: 100%;
  line-height: 0.166667rem;
}
.red[data-v-1d0fd19b] {
  color: red;
}
.add_center[data-v-1d0fd19b] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  background: white;
  padding-top: 0.208333rem;
  padding-bottom: 0.104167rem;
  padding-left: 0.416667rem;
  padding-right: 0.15625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.add_center table[data-v-1d0fd19b] {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0.052083rem;
}
.add_center table td[data-v-1d0fd19b]:nth-of-type(odd) {
  text-align: right;
  font-size: 0.083333rem;
}
.add_center table td:nth-of-type(even) .el-input[data-v-1d0fd19b],
.add_center table td:nth-of-type(even) .el-select[data-v-1d0fd19b],
.add_center table td:nth-of-type(even) .el-input-number[data-v-1d0fd19b] {
  width: 1.145833rem;
  height: 0.166667rem;
}
.add_center[data-v-1d0fd19b] table td:nth-of-type(even) .el-input-number .el-input-number__decrease,
.add_center[data-v-1d0fd19b] table td:nth-of-type(even) .el-input-number .el-input-number__increase {
  height: 0.083333rem;
}
.add_center[data-v-1d0fd19b] table td:nth-of-type(even) .el-input-number .el-input__inner {
  float: left;
}
.add_center[data-v-1d0fd19b] table td:nth-of-type(even) .el-input__inner {
  height: 0.166667rem;
}
.add_center table tr[data-v-1d0fd19b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* .add_center table td:nth-of-type(even) .el-input, */
.add_center table tr td[data-v-1d0fd19b]:nth-of-type(odd) {
  width: 15%;
  line-height: 0.197917rem;
  margin-right: 0.052083rem;
  /* margin-bottom: 15px; */
}
.add_center table tr td[data-v-1d0fd19b]:nth-of-type(even) {
  width: 30%;
  line-height: 0.197917rem;
  margin-bottom: 0.026042rem;
}
.add_center .el-icon-minus[data-v-1d0fd19b] {
  width: 0.15625rem;
  height: 0.15625rem;
  border-radius: 0.020833rem;
  border: 0.005208rem solid#ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 0.15625rem;
  text-align: center;
  vertical-align: middle;
}
.add_center .el-icon-plus[data-v-1d0fd19b],
.el_active[data-v-1d0fd19b] {
  width: 0.15625rem;
  height: 0.15625rem;
  border-radius: 0.020833rem;
  background: #3699ff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 0.15625rem;
  text-align: center;
  color: white;
  vertical-align: middle;
}
.add_center[data-v-1d0fd19b]  table input::-webkit-outer-spin-button,
.add_center[data-v-1d0fd19b]  table input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.add_center[data-v-1d0fd19b]  table input[type="number"] {
  -moz-appearance: textfield;
}
.add_center input[type="radio"][data-v-1d0fd19b] {
  width: 0.104167rem;
  height: 0.104167rem;
  vertical-align: middle;
}
.add_center .input_number[data-v-1d0fd19b]   .el-input-number .el-input__inner {
  text-align: left !important;
}
.add_center1 table tr[data-v-1d0fd19b] {
  display: table-row-group;
}
.add_center1 table tr td[data-v-1d0fd19b]:nth-of-type(odd) {
  line-height: 0.197917rem;
  margin-right: 0.052083rem;
  /* margin-bottom: 15px; */
}
.add_center1 table tr td[data-v-1d0fd19b]:nth-of-type(even) {
  width: auto;
  line-height: 0.197917rem;
  margin-bottom: 0.026042rem;
}
.ul_table[data-v-1d0fd19b] {
  padding: 0.078125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.005208rem solid #eee;
}
.ul_tr[data-v-1d0fd19b]:first-child {
  border-bottom: 0.005208rem solid #eee;
}
.ul_tr[data-v-1d0fd19b],
.ul_tr label[data-v-1d0fd19b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0.026042rem 0;
}
.ul_tr li[data-v-1d0fd19b] {
  line-height: 150%;
  width: 12.5%;
  text-align: center;
}
.ul_tr li[data-v-1d0fd19b]:last-child {
  min-width: 18%;
}
.ul_tr li[data-v-1d0fd19b]:first-child {
  min-width: 18%;
}
.allFixed table[data-v-1d0fd19b] {
  border-collapse: separate;
  border-spacing: 0.104167rem;
}

/* .allFixed table td:nth-of-type(odd){
  text-align: right;
}
.allFixed table td:nth-of-type(even) .el-input{
    width: 200px;
} */
.allFixed table td[data-v-1d0fd19b] {
  text-align: right;
}
.allFixed table td  .el-input[data-v-1d0fd19b] {
  width: 0.78125rem;
}
i.Required[data-v-1d0fd19b] {
  color: red;
}
.iscopy[data-v-1d0fd19b] {
  text-align: center;
  font-size: 0.197917rem;
  font-weight: 300;
  font-family: Arial;
  background: rgba(243, 255, 250, 0.87);
}
h3[data-v-1d0fd19b] {
  font-size: 0.104167rem;
  font-weight: bold;
}
.hover > div[data-v-1d0fd19b] {
  position: absolute;
  width: 1.041667rem;
  height: auto;
  background: white;
  right: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  z-index: 10;
  bottom: 0.197917rem;
  text-align: left;
  padding: 0.026042rem;
  white-space: normal;
  line-height: 1.2;
}
.hover[data-v-1d0fd19b] {
  position: relative;
  cursor: pointer;
  min-height: 0.15625rem;
}
.hover>i[data-v-1d0fd19b] {
  line-height: 0.197917rem;
}
.table tbody tr.even[data-v-1d0fd19b] {
  background: rgba(243, 255, 250, 1);
  border-radius: 0.03125rem;
}
.table tbody tr.odd[data-v-1d0fd19b] {
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
}
.background-jiao-tal .ul_table[data-v-1d0fd19b] {
  padding: 0.078125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.005208rem solid #eee;
}
.background-jiao-tal .ul_tr li[data-v-1d0fd19b] {
  line-height: 150%;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.background-jiao-tal .ul_tr li label input[type="checkbox"][data-v-1d0fd19b] {
  vertical-align: middle;
  width: 0.104167rem;
  height: 0.104167rem;
  margin-top: 0.015625rem;
}
.input_model[data-v-1d0fd19b] {
  background-color: #F5F7FA;
  border-color: #E4E7ED;
  font-size: 0.072917rem;
  color: #C0C4CC;
  border: 0.005208rem solid #DCDFE6;
  line-height: 0.208333rem;
  height: 0.208333rem;
  text-indent: 0.078125rem;
  border-radius: 0.020833rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0.8;
  padding-right: 0.052083rem;
}
.recordStyle[data-v-1d0fd19b] {
  line-height: 0.1875rem;
  font-size: 0.083333rem;
}
.recordStyle i[data-v-1d0fd19b] {
  padding-right: 0.15625rem;
  display: inline-block;
  width: 0.15625rem;
  color: rgba(0, 0, 0, 0.4);
  vertical-align: middle;
}
.recordStyle span[data-v-1d0fd19b] {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 0;
  width: 0.0625rem;
  height: 0.0625rem;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.010417rem solid #00F5B4;
}
.recordStyle .bar[data-v-1d0fd19b] {
  position: absolute;
  top: 0.052083rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.005208rem;
  height: 0.125rem;
  background: #00F5B4;
  display: inline-block;
  padding: 0;
}
.recordStyle[data-v-1d0fd19b]:last-of-type {
  color: #3699ff;
}
.recordStyle:last-of-type .bar[data-v-1d0fd19b] {
  display: none;
}
.footer[data-v-1d0fd19b] {
  border: 0.005208rem solid #ccc;
  text-align: center;
  border-radius: 0.026042rem;
  width: 90%;
  line-height: 0.3125rem;
  margin: 0.052083rem auto;
  margin-bottom: 0.15625rem;
}
.classTable[data-v-1d0fd19b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.052083rem;
  white-space: nowrap;
  font-size: 0.072917rem;
}
.classTable li[data-v-1d0fd19b]:first-child {
  min-width: 1.5625rem;
}
.classTable span[data-v-1d0fd19b] {
  display: inline-block;
  background: white;
  min-width: 0.208333rem;
  padding: 0 0.052083rem;
  margin-right: 0.052083rem;
}
.el-radio-group[data-v-1d0fd19b] {
  height: 0.197917rem;
}
.allFixed[data-v-1d0fd19b] .el-radio-button {
  margin-right: 0.104167rem;
  width: 0.520833rem;
  height: 0.1875rem;
  border: 0.005208rem solid #E7E7E8;
  border-radius: 0.03125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.allFixed[data-v-1d0fd19b] .el-radio-button .el-radio-button__inner {
  width: 100%;
  height: 0.177083rem;
  border-radius: 0.03125rem;
  border: none;
}
.container[data-v-1d0fd19b] .el-button {
  line-height: 0.5;
  height: 0.166667rem;
  vertical-align: middle;
}
header[data-v-1d0fd19b] .el-button {
  line-height: 0.5;
  height: 0.166667rem;
  vertical-align: middle;
}
.allFixed1 >div[data-v-1d0fd19b] {
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.borderstyle[data-v-1d0fd19b] {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 0.005208rem solid #C0C4CC;
}
.add_center[data-v-1d0fd19b] table td:nth-of-type(even) .input-with-select .el-select .el-input .el-input__inner {
  height: 0.151042rem !important;
  background: #fff;
}
.orderDetail[data-v-1d0fd19b] {
  margin-top: 0.125rem;
}
.orderDetail .el-row[data-v-1d0fd19b] {
  margin-bottom: 0.0625rem;
}
.orderDetail .el-col[data-v-1d0fd19b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.orderDetail .el-col .el-input[data-v-1d0fd19b],
.orderDetail .el-col .el-select[data-v-1d0fd19b],
.orderDetail .el-col .el-textarea[data-v-1d0fd19b] {
  width: 1.458333rem;
}
.orderDetail .el-col .el-date-editor[data-v-1d0fd19b] {
  width: 1.25rem;
}
.orderDetail .orderDetail_label[data-v-1d0fd19b] {
  width: 1.145833rem;
  text-align: right;
  white-space: nowrap;
  margin-right: 0.041667rem;
  font-size: 0.083333rem;
}
.orderDetail .orderDetail_labelwidth[data-v-1d0fd19b] {
  width: 24%;
  text-align: right;
  white-space: nowrap;
  margin-right: 0.041667rem;
  font-size: 0.083333rem;
}
.orderDetail[data-v-59262f98] {
  margin-top: 0.125rem;
}
.orderDetail .el-col[data-v-59262f98] {
  margin-bottom: 0.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.orderDetail .el-col .el-input[data-v-59262f98],
.orderDetail .el-col .el-select[data-v-59262f98],
.orderDetail .el-autocomplete[data-v-59262f98],
.orderDetail .el-date-editor[data-v-59262f98],
.orderDetail .el-input-number[data-v-59262f98],
.orderDetail .el-cascader[data-v-59262f98],
.orderDetail .el-col .el-textarea[data-v-59262f98] {
  width: 1.458333rem;
}
.orderDetail[data-v-59262f98]   .el-input-number .el-input__inner {
  text-align: left !important;
}
.orderDetail .orderDetail_label[data-v-59262f98] {
  width: 1.145833rem;
  text-align: right;
  white-space: nowrap;
  margin-right: 0.041667rem;
  font-size: 0.083333rem;
}
.orderDetail .el-col[data-v-59262f98] .el-checkbox-group {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.orderDetail .el-col .el-icon-warning-outline[data-v-59262f98],
.orderDetail .default_tip[data-v-59262f98] {
  font-size: 0.072917rem;
  color: #ccc;
}
.orderDetail .el-col .el-icon-warning-outline[data-v-59262f98] {
  margin-left: 0.041667rem;
}
.orderDetail[data-v-59262f98] .el-table__row {
  cursor: pointer;
}
.orderDetail  .orderDetail_inputnumber_percentage[data-v-59262f98] {
  position: relative;
}
.orderDetail  .orderDetail_inputnumber_percentage[data-v-59262f98] input {
  padding-right: 0.125rem !important;
}
.orderDetail  .orderDetail_inputnumber_percentage[data-v-59262f98]::after {
  content: "%";
  position: absolute;
  right: 0.036458rem;
  top: 0;
}
.orderDetail .orderDetail_empty[data-v-59262f98] {
  width: 100%;
  text-align: center;
}
.orderDetail .orderDetail_empty img[data-v-59262f98] {
  width: 0.9375rem;
  height: auto;
}
.orderDetail .orderDetail_empty p[data-v-59262f98] {
  color: #ccc;
}
.orderDetail_cascader .el-cascader-panel .el-radio {
  width: 100%;
  height: 100%;
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
}
.orderDetail_cascader .el-cascader-panel .el-radio__input {
  visibility: hidden;
}
.container[data-v-4ba176e2] {
  width: 100%;
  height: 100%;
  font-size: 0.09375rem;
  white-space: nowrap;
}
.header[data-v-4ba176e2] {
  width: 100%;
  margin-bottom: 0.15625rem;
  position: relative;
}
.header>div[data-v-4ba176e2] {
  margin-top: 0.15625rem;
}
.header>.header_top[data-v-4ba176e2] {
  margin-top: 0;
}
.header .search[data-v-4ba176e2] {
  width: 1.213542rem;
  height: 0.197917rem;
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
  overflow: hidden;
  position: relative;
}
.header .search input[data-v-4ba176e2] {
  height: 100%;
  width: 0.911458rem;
  font-size: 0.09375rem;
  padding-left: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header .search button[data-v-4ba176e2] {
  width: 0.302083rem;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border: none;
  color: white;
  font-weight: 800;
  cursor: pointer;
  position: absolute;
  right: 0;
}
.header .choose[data-v-4ba176e2] {
  cursor: pointer;
  width: 0.651042rem;
  height: 0.208333rem;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  border-radius: 0.03125rem;
  line-height: 0.208333rem;
  text-align: center;
  font-size: 0.09375rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  position: relative;
  border: 0.005208rem solid #def0f8;
  font-size: 0.083333rem;
  color: #6b6988;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header .choose .hover[data-v-4ba176e2] {
  position: absolute;
  top: 0.3125rem;
  width: 100%;
  background: white;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  height: 1.041667rem;
  overflow: auto;
  z-index: 1000;
}
.header .choose .hover p[data-v-4ba176e2] {
  border-bottom: 0.005208rem solid rgba(221, 222, 232, 1);
}
.header .choose .hover p[data-v-4ba176e2]:hover {
  background: #eeeffa;
  color: #88879c;
}
.header-btn[data-v-4ba176e2] {
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  border-radius: 0.03125rem;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border: none;
  color: white;
  width: 0.520833rem;
  height: 0.208333rem;
  margin-right: 0.104167rem;
  text-align: center;
  line-height: 0.208333rem;
  cursor: pointer;
  font-size: 0.083333rem;
}
.header_top[data-v-4ba176e2] {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
  opacity: 0.8;
  border-radius: 0.208333rem;
  line-height: 0.208333rem;
  height: 0.208333rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(50, 48, 83, 1);
  font-size: 0.09375rem;
}
.header_top span[data-v-4ba176e2] {
  height: 0.208333rem;
  cursor: pointer;
  padding: 0 0.083333rem;
  white-space: nowrap;
  display: inline-block;
  margin: 0;
  border-radius: 0.208333rem;
}
.header_top .active[data-v-4ba176e2] {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  color: white;
  border-radius: 0.78125rem;
}
.table[data-v-4ba176e2] {
  height: calc(100% - 0.520833rem);
  background: white;
}
.table table tr td div[data-v-4ba176e2] {
  line-height: 200%;
  border-bottom: 0.015625rem solid #eeeffa;
  font-weight: 400;
}
.table table tr td div[data-v-4ba176e2]:last-child {
  border: none;
}
select[data-v-4ba176e2] {
  font-size: 0.083333rem;
  border: 0.005208rem solid #eee;
}
.table-btn-blue[data-v-4ba176e2] {
  outline: none;
  border: none;
  background: rgba(54, 153, 255, 1);
  color: white;
  padding: 0.026042rem 0.078125rem;
  margin: 0 0.026042rem;
  border-radius: 0.010417rem;
}
.table-btn-orange[data-v-4ba176e2] {
  outline: none;
  border: none;
  background: rgba(251, 195, 61, 1);
  color: white;
  padding: 0.026042rem 0.078125rem;
  margin: 0 0.026042rem;
  border-radius: 0.010417rem;
}
.blue[data-v-4ba176e2] {
  background: #3699ff;
  color: white;
  outline: none;
  border: none;
  cursor: pointer;
  padding: 0 0.026042rem;
}
.allFixed .allFixed_div[data-v-4ba176e2] {
  position: relative;
  height: 100%;
  line-height: 150%;
  font-size: 0.104167rem;
}
.allFixed .allFixed_div input[data-v-4ba176e2],
.allFixed .allFixed_div select[data-v-4ba176e2] {
  height: 0.197917rem;
  background: rgba(245, 247, 254, 1);
  text-indent: 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.005208rem solid rgba(244, 246, 252, 1);
  border-radius: 0.010417rem;
  vertical-align: middle;
}
.allFixed_div_footer[data-v-4ba176e2] {
  text-align: center;
  margin-top: 0.078125rem;
  padding-top: 0.078125rem;
  border-top: 0.005208rem solid #eee;
}
.allFixed > div h3[data-v-4ba176e2] {
  text-align: left;
}
.allFixed > div table[data-v-4ba176e2] {
  border-collapse: separate;
  border-spacing: 0.052083rem;
  white-space: nowrap;
}
.allFixed > div table tr td[data-v-4ba176e2]:nth-of-type(odd) {
  text-align: right;
  font-size: 0.083333rem;
  vertical-align: text-top;
  line-height: 0.197917rem;
}
.allFixed > div table tr td[data-v-4ba176e2]:nth-of-type(even) {
  white-space: normal;
  max-width: 1.40625rem;
}
.allFixed > div table tr td input[data-v-4ba176e2],
.allFixed > div table tr td select[data-v-4ba176e2] {
  width: 1.041667rem;
  border: none;
  background: #f7f9fd;
  border-radius: 0;
  padding: 0;
  line-height: 0.135417rem;
  height: 0.166667rem;
  text-indent: 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.083333rem;
}
.allFixed > div p[data-v-4ba176e2] {
  text-align: center;
}
.allFixed > div table p[data-v-4ba176e2] {
  text-align: left;
}
input[type="radio"] + label[data-v-4ba176e2]::before {
  content: "\A0";
  /*不换行空格*/
  display: inline-block;
  vertical-align: middle;
  font-size: 0.09375rem;
  width: 0.083333rem;
  height: 0.083333rem;
  margin-right: 0.6em;
  border-radius: 50%;
  border: 0.005208rem solid rgba(213, 213, 224, 1);
  text-indent: 0.15em;
  line-height: 1;
  padding: 0.026042rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="radio"]:checked + label[data-v-4ba176e2]::before {
  background-color: rgba(230, 0, 45, 1);
  background-clip: content-box;
  padding: 0.2em;
}
input[type="radio"][data-v-4ba176e2] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.in_block[data-v-4ba176e2] {
  margin-right: 0.026042rem;
  width: 0.677083rem;
  float: left;
}
.allFixed > div table tr td input[type="checkbox"][data-v-4ba176e2] {
  vertical-align: middle;
  width: 0.104167rem;
}
.option[data-v-4ba176e2]:hover {
  background: #eeeffa;
  color: #88879c;
}
.container[data-v-5b3095a4] {
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 0.083333rem;
}
.header[data-v-5b3095a4] {
  width: 100%;
  margin-bottom: 0.15625rem;
}
.header .search[data-v-5b3095a4] {
  width: 1.109375rem;
  height: 0.197917rem;
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
  overflow: hidden;
  position: relative;
}
.header .search input[data-v-5b3095a4] {
  height: 100%;
  width: 0.911458rem;
  font-size: 0.083333rem;
  padding-left: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header .search button[data-v-5b3095a4] {
  /* width: 38px; */
  position: absolute;
  right: 0;
  padding: 0 0.015625rem;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border: none;
  color: white;
  font-weight: 600;
  font-size: 0.09375rem;
  cursor: pointer;
}
.header .choose[data-v-5b3095a4],
.excle[data-v-5b3095a4] {
  cursor: pointer;
  width: 0.651042rem;
  height: 0.197917rem;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  border-radius: 0.03125rem;
  line-height: 0.197917rem;
  text-align: center;
  font-size: 0.09375rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(50, 48, 83, 1);
  position: relative;
  margin-left: 0.104167rem;
}
.header .choose .hover[data-v-5b3095a4] {
  position: absolute;
  top: 0.3125rem;
  width: 100%;
  background: white;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  height: 1.041667rem;
  overflow: auto;
}
.header .choose .hover p[data-v-5b3095a4] {
  border-bottom: 0.005208rem solid rgba(221, 222, 232, 1);
}
.header .choose .hover p[data-v-5b3095a4]:hover {
  background: #f2f2f2;
}
.table[data-v-5b3095a4] {
  height: calc(100% - 0.520833rem);
}
.table table tr td[data-v-5b3095a4] {
  padding: 0 0.026042rem !important;
}
.colorstyle[data-v-5b3095a4] {
  cursor: pointer;
  color: blue;
  cursor: pointer;
}
.blue[data-v-5b3095a4] {
  background: #3699ff;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
}
.redbtn[data-v-5b3095a4] {
  background: #f34f4f;
  margin-right: 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
}
.orange[data-v-5b3095a4] {
  background: #fac23d;
  margin-left: 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
}
.allFixed>.allFixed_table table[data-v-5b3095a4] {
  border-collapse: separate;
  border-spacing: 0.052083rem;
}
.allFixed>.allFixed_table input[data-v-5b3095a4],
.allFixed>.allFixed_table select[data-v-5b3095a4] {
  background: #f7f9fd;
  font-size: 0.083333rem;
  line-height: 0.197917rem;
  border: none;
  width: 1.041667rem;
  text-indent: 0.052083rem;
}
.allFixed>.allFixed_table td:nth-of-type(even) .el-input[data-v-5b3095a4] {
  width: 1.145833rem;
}
.allFixed>.allFixed_table select[data-v-5b3095a4]::-webkit-outer-spin-button,
.allFixed>.allFixed_table select[data-v-5b3095a4]::-webkit-inner-spin-button,
.allFixed>.allFixed_table input[data-v-5b3095a4]::-webkit-outer-spin-button,
.allFixed>.allFixed_table input[data-v-5b3095a4]::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
.text_center[data-v-5b3095a4] {
  text-align: center;
}
.allFixed>.allFixed_table table tr td[data-v-5b3095a4]:nth-of-type(odd) {
  text-align: right;
  white-space: nowrap;
  line-height: 0.197917rem;
}
.table_1[data-v-5b3095a4] {
  position: absolute;
  left: 50%;
  top: 0.520833rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: white;
  min-width: 3.125rem;
  min-height: 2.34375rem;
  padding: 0.260417rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  overflow: hidden;
}
.table_1 h3[data-v-5b3095a4] {
  font-size: 0.125rem;
}
.table_1_section[data-v-5b3095a4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.table_1_section table[data-v-5b3095a4] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-collapse: separate;
  border-spacing: 0.026042rem 0.026042rem;
  font-family: "\601D\6E90\9ED1\4F53";
  font-size: 0.083333rem;
  border-collapse: separate;
  border-spacing: 0 0.104167rem;
}
.table_1_section table tr td[data-v-5b3095a4]:first-child {
  text-align: right;
  white-space: nowrap;
}
.table_1_section table tr td[data-v-5b3095a4]:last-child {
  width: 75%;
}
.table_1_section table tr td input[data-v-5b3095a4],
.table_1_section table tr td select[data-v-5b3095a4] {
  background: #f7f9fd;
  font-size: 0.072917rem;
  line-height: 0.145833rem;
  border: none;
  height: 0.145833rem;
  width: 80%;
  padding-left: 0.052083rem;
}
.btm-big[data-v-5b3095a4] {
  width: 0.9375rem;
  height: 0.260417rem;
  line-height: 0.260417rem;
  background: rgba(244, 245, 250, 1);
  -webkit-box-shadow: 0 0.03125rem 0.083333rem 0 rgba(224, 224, 232, 1);
          box-shadow: 0 0.03125rem 0.083333rem 0 rgba(224, 224, 232, 1);
  border-radius: 0.09375rem;
  color: rgba(0, 0, 0, 0.6);
  margin: 0 0.104167rem;
  border: none;
  cursor: pointer;
}
.btm-big-red[data-v-5b3095a4] {
  background: rgba(242, 0, 51, 1);
  -webkit-box-shadow: 0 0.057292rem 0.052083rem 0 rgba(255, 167, 167, 0.39);
          box-shadow: 0 0.057292rem 0.052083rem 0 rgba(255, 167, 167, 0.39);
  color: white;
}
.red[data-v-5b3095a4] {
  color: red;
}
.table_1 p[data-v-5b3095a4] {
  text-align: center;
  margin-top: 0.052083rem;
}
.posi[data-v-5b3095a4] {
  position: absolute;
  top: 50%;
  background: white;
  padding: 0.208333rem 0.104167rem;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
}
.option[data-v-5b3095a4]:hover {
  background: #eeeffa;
  color: #88879c;
}
.allFixed > div table tr td .input[data-v-5b3095a4] {
  width: 1.041667rem;
  height: 0.15625rem;
  background: rgba(245, 249, 252, 1);
  border: 0.005208rem solid rgba(242, 242, 244, 1);
  border-radius: 0.020833rem;
  display: inline-block;
  vertical-align: top;
  padding-left: 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 0.15625rem;
}
.allFixed > div table[data-v-5b3095a4] {
  border-collapse: separate;
  border-spacing: 0.026042rem;
}
.allFixed > div table tr td[data-v-5b3095a4]:nth-of-type(odd) {
  white-space: nowrap;
  /* line-height: 30px; */
}
.allFixed > div table tr td .scroll[data-v-5b3095a4] {
  overflow: auto;
  max-height: 0.520833rem;
}
.allFixed > div .head[data-v-5b3095a4] {
  font-size: 0.125rem;
  font-weight: 600;
  border-bottom: 0.005208rem solid #f2f2f2;
}
.isDisplay[data-v-5b3095a4] {
  position: relative;
  cursor: pointer;
  height: 0.166667rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 0.3125rem;
  margin: 0 auto;
}
.isDisplay_title[data-v-5b3095a4] {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
}
.isDisplay_title>div[data-v-5b3095a4]:hover {
  background: #eee;
}
.isDisplay_title>div[data-v-5b3095a4]:nth-of-type(1):hover {
  background: #3699ff;
}
.isDisplay .blue[data-v-5b3095a4] {
  background: #3699ff;
  color: white;
  outline: none;
  border: none;
  cursor: pointer;
  padding: 0 0.026042rem;
  height: 100%;
  line-height: 0.166667rem;
}
.allFixed h3[data-v-5b3095a4] {
  font-size: 0.125rem;
  white-space: nowrap;
}
.allFixed .table_1_section table[data-v-5b3095a4] {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0.052083rem;
}
.allFixed .table_1_section table td:nth-of-type(even) .el-input[data-v-5b3095a4] {
  width: 1.145833rem;
}
.allFixed table td:nth-of-type(even) .el-input[data-v-5b3095a4] {
  width: 0.78125rem;
}
.allFixed .table_1_section table tr td[data-v-5b3095a4]:nth-of-type(odd) {
  text-align: right;
  /* width: 10%; */
  line-height: 0.197917rem;
  margin-right: 0.052083rem;
  margin-bottom: 0.078125rem;
  white-space: nowrap;
}
.allFixed .table_1_section table tr td[data-v-5b3095a4]:nth-of-type(even) {
  /* width: 30%; */
  line-height: 0.197917rem;
  margin-bottom: 0.078125rem;
}
.allFixed .table_1_section_ul[data-v-5b3095a4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.allFixed .table_1_section_ul li[data-v-5b3095a4] {
  min-width: 0.78125rem;
  margin-right: 0.052083rem;
  margin-bottom: 0.052083rem;
}
.allFixed .table_1_section table tr td .table_1_section_ul li .el-input[data-v-5b3095a4] {
  width: 0.78125rem;
}
.table table tr.even[data-v-5b3095a4] {
  background: rgba(243, 255, 250, 1);
  border-radius: 0.03125rem;
}
.table table tr.odd[data-v-5b3095a4] {
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
}
.add_center table[data-v-5b3095a4] {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0.104167rem;
}
.add_center table td[data-v-5b3095a4]:nth-of-type(odd) {
  text-align: right;
}
.add_center table td:nth-of-type(even) .el-input[data-v-5b3095a4] {
  width: 1.145833rem;
}
.add_center table tr[data-v-5b3095a4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.add_center table tr td[data-v-5b3095a4]:nth-of-type(odd) {
  width: 10%;
  line-height: 0.197917rem;
  margin-right: 0.052083rem;
  margin-bottom: 0.078125rem;
}
.add_center table tr td[data-v-5b3095a4]:nth-of-type(even) {
  width: 30%;
  line-height: 0.197917rem;
  margin-bottom: 0.078125rem;
}
.allFixed .add_center table td:nth-of-type(even) .el-input[data-v-5b3095a4],
.allFixed .add_center table td:nth-of-type(even) .el-select[data-v-5b3095a4] {
  width: 100%;
}
.ul_table[data-v-5b3095a4] {
  padding: 0.078125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.005208rem solid #eee;
}
.ul_tr[data-v-5b3095a4],
.ul_tr label[data-v-5b3095a4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.ul_tr li[data-v-5b3095a4] {
  line-height: 150%;
  width: 12.5%;
  text-align: center;
}
.ul_tr li[data-v-5b3095a4]:nth-of-type(7) {
  min-width: 18%;
}
.add_center .el-icon-minus[data-v-5b3095a4] {
  width: 0.15625rem;
  height: 0.15625rem;
  border-radius: 0.020833rem;
  border: 0.005208rem solid#ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 0.15625rem;
  text-align: center;
}
.add_center .el-icon-plus[data-v-5b3095a4],
.el_active[data-v-5b3095a4] {
  width: 0.15625rem;
  height: 0.15625rem;
  border-radius: 0.020833rem;
  background: #3699ff;
  line-height: 0.15625rem;
  text-align: center;
  color: white;
}
.add_center[data-v-5b3095a4]  table input::-webkit-outer-spin-button,
.add_center[data-v-5b3095a4]  table input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.add_center[data-v-5b3095a4]  table input[type="number"] {
  -moz-appearance: textfield;
}
.add_center input[type="radio"][data-v-5b3095a4] {
  width: 0.104167rem;
  height: 0.104167rem;
  vertical-align: middle;
}
.input_model[data-v-5b3095a4] {
  background-color: #F5F7FA;
  border-color: #E4E7ED;
  font-size: 0.072917rem;
  color: #C0C4CC;
  border: 0.005208rem solid #DCDFE6;
  line-height: 0.208333rem;
  text-indent: 0.078125rem;
  border-radius: 0.020833rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0.8;
  padding-right: 0.052083rem;
  width: 0.78125rem;
}
.footer[data-v-5b3095a4] {
  border: 0.005208rem solid #ccc;
  text-align: center;
  border-radius: 0.026042rem;
  width: 90%;
  line-height: 0.3125rem;
  margin: 0.052083rem auto;
  margin-bottom: 0.15625rem;
}
.allFixed > div table tr td[data-v-5b3095a4]:nth-of-type(odd) {
  white-space: nowrap;
  text-align: right;
}
.allFixed_nav[data-v-5b3095a4] {
  margin: 0 auto;
  margin-bottom: 0.145833rem;
  text-align: center;
}
.allFixed_nav span[data-v-5b3095a4] {
  margin: 0 0.052083rem;
  padding: 0 0.041667rem;
  font-size: 0.09375rem;
  color: rgba(51, 48, 84, 0.6);
  padding-bottom: 0.052083rem;
  border-bottom: 0.020833rem solid transparent;
  cursor: pointer;
}
.allFixed_nav .allFixed_nav_bar[data-v-5b3095a4] {
  color: rgba(51, 48, 84, 1);
  border-bottom: 0.020833rem solid #1AC8B0;
}
.allFixed .allFixed_table[data-v-5b3095a4] {
  border-collapse: separate;
  border-spacing: 0.052083rem;
  border: 0.005208rem solid #F3F4F6;
  /* min-height: calc(100% - 80px); */
}
.allFixed .allFixed_table h4[data-v-5b3095a4] {
  font-weight: 500;
  font-size: 0.09375rem;
  font-family: '\601D\6E90\9ED1\4F53';
}
.recordStyle[data-v-5b3095a4] {
  line-height: 0.1875rem;
  font-size: 0.083333rem;
  padding-left: 2em;
}
.recordStyle i[data-v-5b3095a4] {
  padding-right: 1em;
  display: inline-block;
  width: 0.15625rem;
  color: rgba(0, 0, 0, 0.4);
  vertical-align: middle;
}
.recordStyle span[data-v-5b3095a4] {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 0;
  width: 0.0625rem;
  height: 0.0625rem;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.010417rem solid #00F5B4;
}
.recordStyle .bar[data-v-5b3095a4] {
  position: absolute;
  top: 0.052083rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.005208rem;
  height: 0.125rem;
  background: #00F5B4;
  display: inline-block;
  padding: 0;
}
.recordStyle:last-of-type .bar[data-v-5b3095a4] {
  display: none;
}
.hovers > div[data-v-5b3095a4] {
  position: absolute;
  width: 1.041667rem;
  height: auto;
  background: white;
  right: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  z-index: 10;
  bottom: 0.197917rem;
  text-align: left;
  padding: 0.026042rem;
  white-space: normal;
  line-height: 150%;
}
.hovers[data-v-5b3095a4] {
  position: relative;
  cursor: pointer;
}
.container[data-v-cd4fbb44] {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
  padding: 0.15625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.09375rem;
}
.main[data-v-cd4fbb44] {
  line-height: 180%;
  height: calc(100% - 0.3125rem);
}
.header[data-v-cd4fbb44] {
  position: relative;
  width: 100%;
  line-height: 0.208333rem;
  text-align: center;
  min-height: 0.208333rem;
}
.header .cen[data-v-cd4fbb44] {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
  opacity: 0.8;
  border-radius: 0.208333rem;
  line-height: 0.208333rem;
  height: 0.208333rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(50, 48, 83, 1);
  font-size: 0.09375rem;
}
.header .cen > div[data-v-cd4fbb44] {
  height: 0.208333rem;
  cursor: pointer;
  padding: 0 0.083333rem;
  white-space: nowrap;
  display: inline-block;
  margin: 0;
  border-radius: 0.208333rem;
}
.header .cen > .active[data-v-cd4fbb44] {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border-radius: 0.208333rem;
  color: white;
}
.qs[data-v-cd4fbb44],
.js[data-v-cd4fbb44] {
  width: 0.802083rem;
  height: 0.208333rem;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
  opacity: 1;
  border-radius: 0.104167rem;
  font-size: 0.104167rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(50, 48, 83, 0.6);
  cursor: pointer;
  position: relative;
}
.header > .fl > div[data-v-cd4fbb44] {
  display: inline-block;
}
.header .cjk[data-v-cd4fbb44] {
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.057292rem 0.296875rem 0.010417rem rgba(227, 232, 240, 1);
          box-shadow: 0 0.057292rem 0.296875rem 0.010417rem rgba(227, 232, 240, 1);
  border-radius: 0.03125rem;
  position: absolute;
  z-index: 2;
  line-height: 300%;
  top: 0.520833rem;
  text-align: left;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: auto;
  padding-bottom: 0.104167rem;
}
.add[data-v-cd4fbb44] {
  width: 0.59375rem;
  height: 0.208333rem;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
  opacity: 0.8;
  border-radius: 0.104167rem;
  font-size: 0.104167rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  border: 0.005208rem solid #ebe9ea;
  color: #6b6988;
  font-size: 0.083333rem;
  padding: 0 0.083333rem;
  height: 0.208333rem;
  border-radius: 0.208333rem;
  line-height: 0.208333rem;
}
.bar[data-v-cd4fbb44] {
  background: rgba(243, 255, 250, 1);
  -webkit-box-shadow: 0 0 0.046875rem 0 rgba(173, 188, 182, 0.1);
          box-shadow: 0 0 0.046875rem 0 rgba(173, 188, 182, 0.1);
  border-radius: 0.03125rem;
  width: 100%;
  margin-top: 0.15625rem;
  text-align: left;
  font-size: 0.104167rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(14, 84, 73, 1);
  padding: 0.052083rem 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section[data-v-cd4fbb44] {
  padding-left: 0.15625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin-top: 0.104167rem;
  width: 100%;
}
.section .dian[data-v-cd4fbb44] {
  position: absolute;
  left: 0;
}
.section .dian i[data-v-cd4fbb44] {
  display: inline-block;
  width: 0.052083rem;
  height: 0.052083rem;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border-radius: 50%;
}
.section .section_l[data-v-cd4fbb44] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.083333rem 0 rgba(236, 236, 243, 1);
          box-shadow: 0 0.010417rem 0.083333rem 0 rgba(236, 236, 243, 1);
  border-radius: 0.03125rem;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.section .section_l > div[data-v-cd4fbb44] {
  -webkit-box-flex: 10;
      -ms-flex: 10;
          flex: 10;
}
.section .section_l > div[data-v-cd4fbb44]:last-child {
  width: 0.260417rem;
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  background: rgba(243, 255, 250, 1);
  text-align: center;
  line-height: 0.625rem;
  cursor: pointer;
  -webkit-box-shadow: 0 0 0.046875rem 0 rgba(173, 188, 182, 0.1);
          box-shadow: 0 0 0.046875rem 0 rgba(173, 188, 182, 0.1);
  border-radius: 0 0.03125rem 0.03125rem 0;
}
.btn_renturn[data-v-cd4fbb44] {
  width: 0.208333rem;
  height: 0.208333rem;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
  opacity: 0.8;
  border-radius: 0.098958rem;
  line-height: 0.078125rem;
  margin-left: 0.104167rem;
}
.btn_renturn > div[data-v-cd4fbb44] {
  height: 0.026042rem;
  font-size: 0.166667rem;
  color: #bebdcf;
}
.imgs img[data-v-cd4fbb44] {
  width: 0.130208rem;
  vertical-align: middle;
}
.first[data-v-cd4fbb44] {
  width: 0.15625rem;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}
.btn_1[data-v-cd4fbb44] {
  width: 0.385417rem;
  height: 0.145833rem;
  border: 0.005208rem solid rgba(230, 0, 18, 1);
  opacity: 0.8;
  border-radius: 0.072917rem;
  margin-top: 0.052083rem;
  display: inline-block;
  line-height: 0.145833rem;
  color: rgba(230, 0, 18, 1);
  font-size: 0.104167rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(235, 51, 65, 1);
  cursor: pointer;
}
.btn_2[data-v-cd4fbb44] {
  width: 0.385417rem;
  height: 0.145833rem;
  background: rgba(230, 0, 18, 1);
  opacity: 0.8;
  border-radius: 0.072917rem;
  margin-top: 0.052083rem;
  display: inline-block;
  line-height: 0.145833rem;
  color: rgba(230, 0, 18, 1);
  font-size: 0.104167rem;
  cursor: pointer;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
}
.show[data-v-cd4fbb44] {
  display: none;
  background: white;
  width: 100%;
  border-radius: 0.03125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #7f7f8c;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  padding: 0.104167rem;
}

/* .show p:nth-of-type(even){background: rgba(186,189,201,.3);padding:0 20px;padding-left: 3em} */
.show p[data-v-cd4fbb44] {
  background: rgba(250, 251, 255, 1);
  padding: 0 0.104167rem;
  padding-left: 3em;
  margin-bottom: 0.104167rem;
  border-radius: 0.078125rem;
  background: rgba(250, 251, 255, 1);
  border: 0.005208rem solid rgba(244, 246, 252, 1);
}
.show p[data-v-cd4fbb44]:first-child {
  margin-top: 0.052083rem;
}
.show p span[data-v-cd4fbb44] {
  color: rgba(0, 0, 0, 0.8);
  display: inline-block;
  width: 0.260417rem;
  padding-left: 3em;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-align: justify;
  text-justify: distribute-all-lines;
}
.show p[data-v-cd4fbb44] {
  text-indent: -2em;
}
.header .hover[data-v-cd4fbb44] {
  position: absolute;
  top: 0.3125rem;
  width: 100%;
  background: white;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  height: 1.041667rem;
  overflow: auto;
  z-index: 66666666;
}
.header .hover p[data-v-cd4fbb44] {
  border-bottom: 0.005208rem solid rgba(221, 222, 232, 1);
}
.header .hover p[data-v-cd4fbb44]:hover {
  background: #eeeffa;
  color: #88879c;
}
.cjk input[type="text"][data-v-cd4fbb44],
.cjk select[data-v-cd4fbb44],
.cjk textarea[data-v-cd4fbb44] {
  border: 0.005208rem solid rgba(186, 189, 201, 0.5);
  border-radius: 0.015625rem;
  width: 100%;
  color: rgba(32, 30, 71, 0.7);
  font-size: 0.09375rem;
  padding-left: 0.026042rem;
  /* line-height: 24px; */
}
.cjk textarea[data-v-cd4fbb44] {
  height: 0.520833rem;
  margin-top: 0.026042rem;
  width: 90%;
}
.cjk table[data-v-cd4fbb44] {
  border-collapse: separate;
  border-spacing: 0.052083rem;
  width: 100%;
}
.cjk table tr td[data-v-cd4fbb44]:nth-of-type(odd) {
  vertical-align: text-top;
  color: rgba(32, 30, 71, 1);
}
.cjk input[type="text"][data-v-cd4fbb44],
.cjk select[data-v-cd4fbb44],
.el-date-editor[data-v-cd4fbb44] {
  height: 0.166667rem;
  width: 80%;
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
}
.cjk .h3[data-v-cd4fbb44] {
  background: rgba(243, 255, 250, 1);
  -webkit-box-shadow: 0 0.026042rem 0.020833rem 0 rgba(99, 197, 177, 0.16);
          box-shadow: 0 0.026042rem 0.020833rem 0 rgba(99, 197, 177, 0.16);
  border-radius: 0.03125rem;
  padding: 0 0.104167rem;
  line-height: 0.354167rem;
  font-size: 0.104167rem;
  font-family: "\601D\6E90\9ED1\4F53";
  font-weight: 500;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: rgba(32, 30, 71, 1);
}
.cjk .h3 .el-icon-close[data-v-cd4fbb44] {
  font-size: 0.166667rem;
  line-height: 0.354167rem;
  font-weight: 500;
  cursor: pointer;
}
.an[data-v-cd4fbb44] {
  width: 0.682292rem;
  height: 0.1875rem;
  background: rgba(230, 0, 18, 1);
  border-radius: 0.09375rem;
  border: none;
  outline: none;
  color: white;
  text-align: center;
  cursor: pointer;
}
.niu[data-v-cd4fbb44] {
  text-align: center;
  margin-bottom: 0.052083rem;
}
.cjk .inputs input[type="text"][data-v-cd4fbb44],
.cjk .inputs select[data-v-cd4fbb44] {
  width: 30%;
  vertical-align: middle;
}
.clicks[data-v-cd4fbb44] {
  width: 0.385417rem;
  height: 0.145833rem;
  border: 0.005208rem solid rgba(180, 180, 180, 1);
  opacity: 0.8;
  border-radius: 0.072917rem;
  margin-right: 0.15625rem;
  text-align: center;
  margin-top: 0.052083rem;
  line-height: 0.145833rem;
  font-size: 0.104167rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: rgba(180, 180, 180, 1);
}
.back[data-v-cd4fbb44] {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.64);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  overflow: auto;
}
.yelow[data-v-cd4fbb44] {
  color: #ffdb32;
}
.blue[data-v-cd4fbb44] {
  background: #3699ff;
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
  border-radius: 0.015625rem;
}
.table[data-v-cd4fbb44] {
  margin-top: 0.15625rem;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
}
.table .hover > div[data-v-cd4fbb44],
.section .hover > div[data-v-cd4fbb44] {
  position: absolute;
  width: 1.041667rem;
  height: auto;
  background: white;
  right: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  z-index: 10;
  bottom: 0.197917rem;
  text-align: left;
  padding: 0.026042rem;
  white-space: normal;
}
.table .hover[data-v-cd4fbb44],
.section .hover[data-v-cd4fbb44] {
  position: relative;
  cursor: pointer;
  height: auto;
  width: auto;
  min-height: 0.15625rem;
}
.addwork[data-v-cd4fbb44] {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  left: 0;
  top: 0;
  overflow: auto;
}
.addwork table td[data-v-cd4fbb44]:nth-of-type(odd) {
  padding-left: 0.15625rem;
}
.addwork table[data-v-cd4fbb44] {
  border-collapse: separate;
  border-spacing: 0 0.104167rem;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.083333rem 0 rgba(236, 236, 243, 1);
          box-shadow: 0 0.010417rem 0.083333rem 0 rgba(236, 236, 243, 1);
  overflow: hidden;
  border-radius: 0.03125rem;
  position: absolute;
  left: 50%;
  top: 0.520833rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: white;
  padding: 0.15625rem;
  border-collapse: separate;
  border-spacing: 0 0.104167rem;
}
.addwork table tr td[data-v-cd4fbb44]:nth-of-type(odd) {
  vertical-align: text-top;
  color: rgba(32, 30, 71, 1);
}
.addwork select[data-v-cd4fbb44],
.addwork textarea[data-v-cd4fbb44] {
  width: 100%;
  background: rgba(250, 251, 255, 1);
  outline: none;
  border: 0.005208rem solid rgba(245, 247, 254, 1);
}
.addwork textarea[data-v-cd4fbb44] {
  height: 0.520833rem;
}
.addwork select[data-v-cd4fbb44],
.addwork textarea[data-v-cd4fbb44],
.addwork input[data-v-cd4fbb44] {
  padding-left: 0.052083rem;
}
.addwork .posi[data-v-cd4fbb44] {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.15625rem;
  height: 0.15625rem;
  margin-right: -0.026042rem;
  border-radius: 0 0 0 0.260417rem;
  font-size: 0.125rem;
  text-align: center;
  background: red;
  color: white;
  padding: 0.026042rem;
  cursor: pointer;
}
.td[data-v-cd4fbb44] {
  background: rgba(250, 251, 255, 1);
  border: 0.005208rem solid rgba(245, 247, 254, 1);
  padding-left: 0.052083rem;
  padding: 0 0.052083rem;
}

/* .alter-one{position: absolute;width: 400px;height: 200px;left: 50%;top: 50%;transform: translateX(-50%) translateY(-50%);background: white;box-shadow:0px 2px 16px 0px rgba(236,236,243,1);} */
.red-btn[data-v-cd4fbb44] {
  outline: none;
  border: none;
  padding: 0.026042rem 0.078125rem;
  margin: 0.052083rem;
  border-radius: 0.520833rem;
  background: red;
  color: white;
}
.ccc-btn[data-v-cd4fbb44] {
  outline: none;
  border: none;
  padding: 0.026042rem 0.078125rem;
  margin: 0.052083rem;
  border-radius: 2.604167rem;
}
.container[data-v-b338303c] {
  width: 100%;
  height: 100%;
  font-size: 0.09375rem;
}
.header[data-v-b338303c] {
  margin-bottom: 0.197917rem;
}
.header button[data-v-b338303c] {
  margin-right: 0.052083rem;
  border: 0.005208rem solid #ebe9ea;
  color: #6b6988;
  font-size: 0.09375rem;
  padding: 0 0.083333rem;
  height: 0.208333rem;
  border-radius: 0.208333rem;
  line-height: 0.208333rem;
}
.header p[data-v-b338303c] {
  display: inline-block;
  font-size: 0.114583rem;
  font-weight: 500;
}
.table[data-v-b338303c] {
  width: 100%;
  height: calc(100% - 0.416667rem);
  background: white;
  overflow: hidden;
}
.btns[data-v-b338303c] {
  letter-spacing: 0.010417rem;
  border-radius: 0.270833rem;
  text-align: center;
  margin-left: -0.104167rem;
  background: #fff;
  margin: 0 0.052083rem;
  display: inline-block;
  line-height: 0.208333rem;
  color: #323053;
  cursor: pointer;
  font-size: 0.09375rem;
  border: 0.005208rem solid #def0f8;
  padding: 0 0.09375rem;
}
.header .btnsactive[data-v-b338303c] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
}
.table table tbody .btn[data-v-b338303c] {
  width: 0.322917rem;
  height: 0.166667rem;
  background: #ebf0ee;
  color: #ccc;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 0.03125rem;
  margin-left: 0.052083rem;
}
.table table tbody .active[data-v-b338303c] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
}
.table table tfoot tr[data-v-b338303c] {
  height: 0.3125rem;
}
.table table tfoot tr .btn[data-v-b338303c] {
  width: 0.625rem;
  height: 0.239583rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 0.119792rem;
}
input[type="number"][data-v-b338303c] {
  width: 0.520833rem;
  text-align: center;
}
.table table tr td[data-v-b338303c]:first-child {
  min-width: 0.520833rem;
}
.footer[data-v-b338303c] {
  margin-top: 0.052083rem;
  color: #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0.15625rem;
  margin-bottom: 0.052083rem;
}
.footer > div[data-v-b338303c]:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.footer > div:last-child > div p[data-v-b338303c] {
  padding-left: 0.416667rem;
}
.footer > div:last-child > div p[data-v-b338303c]:first-child {
  padding-left: 0.15625rem;
}
tfoot[data-v-b338303c] {
  text-align: center;
}
.header .br[data-v-b338303c] {
  width: 0.651042rem;
  height: 0.25rem;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  border-radius: 0.03125rem;
  line-height: 0.25rem;
  text-align: center;
  font-size: 0.09375rem;
  font-family: Source Han Sans CN;
  font-weight: 600;
  color: rgba(50, 48, 83, 1);
}
.hover > div[data-v-b338303c] {
  white-space: normal;
  position: absolute;
  width: 1.041667rem;
  height: auto;
  background: white;
  right: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  z-index: 10;
  bottom: 0.197917rem;
  text-align: left;
  padding: 0.026042rem;
}
.hover[data-v-b338303c] {
  position: relative;
  cursor: pointer;
  min-height: 0.15625rem;
}
input[data-v-b338303c]::-webkit-outer-spin-button,
input[data-v-b338303c]::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
.main table tbody tr td .inputs[data-v-b338303c] {
  border: 0.005208rem solid #eee;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  background: white;
  line-height: 0.125rem;
}
th[data-v-b338303c] {
  text-indent: 0.104167rem;
}
[data-v-b338303c]::-webkit-scrollbar {
  width: 0.026042rem;
  height: 0.052083rem;
  background-color: #f5f5f5;
}
.container[data-v-28ddd8e0] {
  width: 100%;
  height: 100%;
  background: white;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
.header[data-v-28ddd8e0] {
  margin-bottom: 0.104167rem;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  min-height: 0.208333rem;
}
.header > div[data-v-28ddd8e0] {
  margin-right: 0.104167rem;
  margin-top: 0.104167rem;
}
.header > div p[data-v-28ddd8e0] {
  color: #999;
  margin-bottom: 0.104167rem;
}
.header > div .el-select[data-v-28ddd8e0] {
  width: 0.729167rem;
  padding-right: 0.052083rem;
}
.header .search[data-v-28ddd8e0] {
  width: 1.213542rem;
  height: 0.197917rem;
  background: rgba(255, 255, 255, 1);
  border: 0.005208rem solid rgba(221, 225, 229, 1);
  border-radius: 0.03125rem;
  overflow: hidden;
  margin-right: 0.104167rem;
  position: relative;
}
.header .search input[data-v-28ddd8e0] {
  height: 100%;
  width: 0.911458rem;
  font-size: 0.09375rem;
  padding-left: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header .search button[data-v-28ddd8e0] {
  width: 0.286458rem;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border: none;
  color: white;
  font-weight: 600;
  cursor: pointer;
  position: absolute;
  right: 0;
  /* font-size: 14px; */
}
.header_btn[data-v-28ddd8e0] {
  color: rgb(50, 50, 50);
  -webkit-box-shadow: 0 0 0.026042rem 0 #ccc;
          box-shadow: 0 0 0.026042rem 0 #ccc;
  border-radius: 0.130208rem;
  width: 0.692708rem;
  height: 0.197917rem;
  margin-right: 0.104167rem;
  line-height: 0.197917rem;
  text-align: center;
  font-size: 0.09375rem;
  cursor: pointer;
}
.header .topheader[data-v-28ddd8e0] {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
  opacity: 0.8;
  border-radius: 0.208333rem;
  line-height: 0.208333rem;
  height: 0.208333rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(50, 48, 83, 1);
  font-size: 0.083333rem;
}
.header .topheader > span[data-v-28ddd8e0] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
  padding: 0 0.083333rem;
  white-space: nowrap;
}
.header .topheader .active[data-v-28ddd8e0] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border-radius: 0.208333rem;
}
.active[data-v-28ddd8e0] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  -webkit-box-shadow: 0 0 0.026042rem 0 #02cb8e;
          box-shadow: 0 0 0.026042rem 0 #02cb8e;
}
.table[data-v-28ddd8e0] {
  height: calc(100% - 0.78125rem);
}
.table table tr td div[data-v-28ddd8e0] {
  line-height: 200%;
  border-bottom: 0.015625rem solid #eeeffa;
}
.table table tr td div[data-v-28ddd8e0]:last-child {
  border: none;
}
.table table tbody tr.active[data-v-28ddd8e0] {
  background: rgb(170, 170, 170);
}
.main[data-v-28ddd8e0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100% - 0.260417rem);
}
.main h3[data-v-28ddd8e0] {
  height: 0.3125rem;
}
.main h3 span[data-v-28ddd8e0] {
  font-size: 0.125rem;
  font-family: '\601D\6E90\9ED1\4F53';
  font-weight: bold;
  color: #2C7EF0;
}
.main .el-select[data-v-28ddd8e0] {
  width: 8em;
  margin-left: 1em;
}
.main .table[data-v-28ddd8e0] {
  height: calc(100% - 0.416667rem);
}
.main>div[data-v-28ddd8e0] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 0.104167rem;
  -webkit-box-shadow: 0 0 0.026042rem #ccc;
          box-shadow: 0 0 0.026042rem #ccc;
  padding: 0.104167rem;
  border-radius: 0.052083rem;
}
.hovers > div[data-v-28ddd8e0] {
  position: absolute;
  width: 1.041667rem;
  height: auto;
  background: white;
  right: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  z-index: 10;
  top: 0;
  text-align: left;
  padding: 0.026042rem;
  white-space: normal;
}
.hovers[data-v-28ddd8e0] {
  position: relative;
  cursor: pointer;
}
.container[data-v-7e8a32f7] {
  width: 100%;
  min-height: 100%;
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  font-size: 0.09375rem;
}
.header[data-v-7e8a32f7] {
  width: 100%;
  line-height: 0.208333rem;
  text-align: center;
  position: relative;
  margin-bottom: 0.104167rem;
}
.header .cen[data-v-7e8a32f7] {
  height: 0.208333rem;
  width: 1.5625rem;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
  opacity: 0.8;
  border-radius: 0.208333rem;
  line-height: 0.208333rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(50, 48, 83, 1);
  font-size: 0.083333rem;
}
.header .cen > div[data-v-7e8a32f7] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
  padding: 0 0.083333rem;
  white-space: nowrap;
}
.header .cen > .active[data-v-7e8a32f7] {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border-radius: 0.208333rem;
  color: white;
}
.table[data-v-7e8a32f7] {
  height: calc(100% - 0.3125rem);
}
.qs[data-v-7e8a32f7],
.js[data-v-7e8a32f7] {
  width: 0.697917rem;
  height: 0.208333rem;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
  opacity: 1;
  border-radius: 0.104167rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(50, 48, 83, 0.6);
  cursor: pointer;
  position: relative;
}
.header > .fl > div[data-v-7e8a32f7] {
  display: inline-block;
}
.header .cjk[data-v-7e8a32f7] {
  width: 100%;
  position: absolute;
  z-index: 2;
  display: none;
  left: 0;
  top: 0;
  height: 100%;
  background: #eff1f7;
  background: white;
  -webkit-box-shadow: 0 0.010417rem 0.083333rem 0 rgba(236, 236, 243, 1);
          box-shadow: 0 0.010417rem 0.083333rem 0 rgba(236, 236, 243, 1);
}
.header .cjk h3[data-v-7e8a32f7] {
  line-height: 0.375rem;
  font-size: 0.1875rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: rgba(48, 48, 48, 1);
}
.header .cjk .box[data-v-7e8a32f7] {
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
  width: 100%;
  min-height: 2.083333rem;
  padding: 0.104167rem 0.520833rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header .cjk .box table[data-v-7e8a32f7] {
  width: 100%;
  text-align: left;
  border-collapse: separate;
  border-spacing: 0 0.104167rem;
}
.header .cjk .box table input[data-v-7e8a32f7],
.header .cjk .box table select[data-v-7e8a32f7] {
  background: rgba(245, 247, 254, 1);
  border: 0.005208rem solid rgba(244, 246, 252, 1);
  border-radius: 0.010417rem;
  width: 1.5625rem;
  height: 0.197917rem;
}
.bjy[data-v-7e8a32f7] {
  background: rgba(245, 247, 254, 1);
  border: 0.005208rem solid rgba(244, 246, 252, 1);
  border-radius: 0.010417rem;
  width: 1.5625rem;
  display: block;
  outline: none;
  line-height: 0.145833rem;
  padding: 0.026042rem;
}

/* .header .cjk .box table tr td{padding: 10px} */
.header .cjk .box table tr td[data-v-7e8a32f7]:nth-of-type(odd) {
  max-width: 10d0px;
  text-align: right;
  vertical-align: text-top;
  white-space: nowrap;
}
.header .cjk .box table textarea[data-v-7e8a32f7] {
  width: 90%;
  vertical-align: text-top;
  background: rgba(245, 247, 254, 1);
  border: 0.005208rem solid rgba(244, 246, 252, 1);
  border-radius: 0.010417rem;
}
.header .cjk .box .btn[data-v-7e8a32f7] {
  width: 0.5625rem;
  height: 0.208333rem;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border: none;
  margin: 0.052083rem;
  -webkit-box-shadow: 0 0.010417rem 0.109375rem 0 rgba(40, 206, 131, 0.47);
          box-shadow: 0 0.010417rem 0.109375rem 0 rgba(40, 206, 131, 0.47);
  border-radius: 0.104167rem;
  color: white;
  margin-top: 0.104167rem;
}
.header .cjk .box .ccc[data-v-7e8a32f7] {
  width: 0.5625rem;
  height: 0.208333rem;
  background: rgba(236, 236, 243, 1);
  border: none;
  border-radius: 0.104167rem;
  color: white;
  margin-top: 0.104167rem;
  margin: 0.052083rem;
}
.add[data-v-7e8a32f7] {
  width: 0.59375rem;
  height: 0.208333rem;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
  opacity: 0.8;
  border-radius: 0.104167rem;
  font-size: 0.083333rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  border: 0.005208rem solid #ebe9ea;
  color: #6b6988;
  font-size: 0.083333rem;
  padding: 0 0.083333rem;
  height: 0.208333rem;
  border-radius: 0.208333rem;
  line-height: 0.208333rem;
}
.main[data-v-7e8a32f7] {
  margin: 0 0.15625rem;
}
.bar[data-v-7e8a32f7] {
  background: rgba(243, 255, 250, 1);
  -webkit-box-shadow: 0 0 0.046875rem 0 rgba(173, 188, 182, 0.1);
          box-shadow: 0 0 0.046875rem 0 rgba(173, 188, 182, 0.1);
  border-radius: 0.03125rem;
  width: 100%;
  margin-top: 0.15625rem;
  text-align: left;
  font-size: 0.104167rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(14, 84, 73, 1);
  padding: 0.052083rem 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section[data-v-7e8a32f7] {
  padding-left: 0.15625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin-top: 0.104167rem;
  width: 100%;
}
.section .dian[data-v-7e8a32f7] {
  position: absolute;
  left: 0;
}
.section .dian i[data-v-7e8a32f7] {
  display: inline-block;
  width: 0.052083rem;
  height: 0.052083rem;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border-radius: 50%;
}
.section .section_l[data-v-7e8a32f7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.083333rem 0 rgba(236, 236, 243, 1);
          box-shadow: 0 0.010417rem 0.083333rem 0 rgba(236, 236, 243, 1);
  border-radius: 0.03125rem;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.section .section_l > div[data-v-7e8a32f7] {
  -webkit-box-flex: 10;
      -ms-flex: 10;
          flex: 10;
  line-height: 0.125rem;
}
.section .section_l > div[data-v-7e8a32f7]:last-child {
  width: 0.260417rem;
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  background: rgba(243, 255, 250, 1);
  text-align: center;
  line-height: 0.625rem;
  cursor: pointer;
  -webkit-box-shadow: 0 0 0.046875rem 0 rgba(173, 188, 182, 0.1);
          box-shadow: 0 0 0.046875rem 0 rgba(173, 188, 182, 0.1);
  border-radius: 0 0.03125rem 0.03125rem 0;
}
.first[data-v-7e8a32f7] {
  width: 0.15625rem;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}
.btn_1[data-v-7e8a32f7] {
  width: 0.385417rem;
  height: 0.145833rem;
  border: 0.005208rem solid rgba(230, 0, 18, 1);
  opacity: 0.8;
  border-radius: 0.072917rem;
  margin-top: 0.052083rem;
  display: inline-block;
  line-height: 0.145833rem;
  color: rgba(230, 0, 18, 1);
  font-size: 0.072917rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(235, 51, 65, 1);
}
.btn_2[data-v-7e8a32f7] {
  width: 0.385417rem;
  height: 0.145833rem;
  background: rgba(230, 0, 18, 1);
  opacity: 0.8;
  border-radius: 0.072917rem;
  margin-top: 0.052083rem;
  display: inline-block;
  line-height: 0.145833rem;
  color: rgba(230, 0, 18, 1);
  font-size: 0.072917rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
}
.show[data-v-7e8a32f7] {
  display: none;
  background: rgba(250, 251, 255, 1);
  width: 100%;
  border-radius: 0.03125rem;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.03125rem;
}
.hover[data-v-7e8a32f7] {
  position: absolute;
  top: 0.3125rem;
  width: 100%;
  background: white;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  height: 1.041667rem;
  overflow: auto;
  z-index: 66666666;
}
.hover p[data-v-7e8a32f7] {
  border-bottom: 0.005208rem solid rgba(221, 222, 232, 1);
}
.hover p[data-v-7e8a32f7]:hover {
  background: #eeeffa;
  color: #88879c;
}

/* .clicks{width:74px;
height:28px;
border:1px solid rgba(180,180,180,1);
opacity:0.8;
border-radius:14px;margin-right: 30px;text-align: center;margin-top: 10px;line-height: 28px;font-size:14px;
font-family:Source Han Sans CN;
font-weight:400;
color:rgba(180,180,180,1);} */
.uls[data-v-7e8a32f7] {
  width: 100%;
  line-height: 0.270833rem;
  margin-top: 0.104167rem;
  height: auto;
}
.btnqun button[data-v-7e8a32f7] {
  margin-right: 0.104167rem;
  background: rgba(251, 195, 61, 1);
  outline: none;
  border: none;
  color: white;
  padding: 0.026042rem 0.104167rem;
  border-radius: 0.010417rem 0.010417rem 0.010417rem 0.010417rem;
}
.posis .div[data-v-7e8a32f7] {
  width: 100%;
  top: 0.302083rem;
  background: rgba(244, 245, 250, 1);
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
  border-radius: 0.03125rem;
  padding: 0.078125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.or[data-v-7e8a32f7] {
  color: #fbc33d;
}

/* .posis{position: relative;} */
.header_1[data-v-7e8a32f7] {
  margin: 0 0.15625rem;
  margin-top: 0.15625rem;
}
.posi[data-v-7e8a32f7] {
  position: absolute;
  top: 0;
  right: 0;
  outline: none;
  border: none;
  background: red;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  width: 0.260417rem;
  height: 0.260417rem;
}
.week[data-v-7e8a32f7] {
  position: absolute;
  left: 50%;
  top: 2%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80%;
  background: white;
  z-index: 5;
  padding: 0.104167rem;
  -webkit-box-shadow: 0 0.010417rem 0.083333rem 0 rgba(236, 236, 243, 1);
          box-shadow: 0 0.010417rem 0.083333rem 0 rgba(236, 236, 243, 1);
  border-radius: 0.03125rem;
}
.week > h3[data-v-7e8a32f7] {
  text-align: center;
  padding: 0.104167rem;
}
.week table[data-v-7e8a32f7] {
  width: 100%;
}
.week table td[data-v-7e8a32f7] {
  padding: 0.026042rem 0;
}
.week input[data-v-7e8a32f7] {
  line-height: 0.125rem;
  padding: 0.026042rem;
}
.week textarea[data-v-7e8a32f7] {
  margin-top: 0.104167rem;
  width: 90%;
  background: rgba(245, 247, 254, 1);
  border: none;
}
.deletebar[data-v-7e8a32f7] {
  background: white;
  position: absolute;
  width: 2.083333rem;
  line-height: 0.197917rem;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0.260417rem;
  text-align: center;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
}

/* .deletebar button{background: red;outline: none;border: none;color: white;padding:5px 10px;border-radius: 100px;cursor: pointer;} */
.deletebar .posi[data-v-7e8a32f7] {
  border-radius: 0 0 0 0.520833rem;
  width: 0.208333rem;
  height: 0.208333rem;
}
.week .posi[data-v-7e8a32f7] {
  border-radius: 0 0 0 0.520833rem;
  width: 0.208333rem;
  height: 0.208333rem;
}
button[data-v-7e8a32f7] {
  cursor: pointer;
}
.hovers > div[data-v-7e8a32f7] {
  position: absolute;
  width: 1.041667rem;
  height: auto;
  background: white;
  right: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  z-index: 10;
  bottom: 0.197917rem;
  text-align: left;
  padding: 0.026042rem;
}
.hovers[data-v-7e8a32f7] {
  position: relative;
  cursor: pointer;
}
.allFixed table[data-v-7e8a32f7] {
  border-collapse: separate;
  border-spacing: 0.052083rem;
  text-align: center;
}
.container[data-v-d57c41c4] {
  width: 100%;
  /* height: 100%; */
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.09375rem;
}
.container_height[data-v-d57c41c4] {
  min-height: 100%;
}
.container_height1[data-v-d57c41c4] {
  height: 100%;
  background: white;
}
.container .header[data-v-d57c41c4] {
  font-size: 0.083333rem;
  font-weight: 500;
  height: 0.3125rem;
}
.header > .header_top[data-v-d57c41c4] {
  margin-top: 0.15625rem;
}
.header_top[data-v-d57c41c4] {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
  opacity: 0.8;
  border-radius: 0.208333rem;
  line-height: 0.208333rem;
  height: 0.208333rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(50, 48, 83, 1);
  font-size: 0.09375rem;
}
.header_top span[data-v-d57c41c4] {
  height: 0.208333rem;
  cursor: pointer;
  padding: 0 0.083333rem;
  white-space: nowrap;
  display: inline-block;
  margin: 0;
  border-radius: 0.208333rem;
}
.header .active[data-v-d57c41c4] {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  color: white;
}
.btn[data-v-d57c41c4] {
  line-height: 0.208333rem;
  display: inline-block;
  cursor: pointer;
  padding: 0 0.104167rem;
}
.btn[data-v-d57c41c4]:hover {
  opacity: 0.8;
}
.container header .header_btn[data-v-d57c41c4] {
  background: rgba(247,248,255,1);
  border: 0.005208rem solid rgba(240,240,240,1);
  border-radius: 0.020833rem;
  color: rgba(68,68,68,1);
  margin: 0 0.026042rem;
}
.container header .header_btn.class_blue[data-v-d57c41c4] {
  background: -webkit-gradient(linear,left bottom, left top,from(rgba(39,124,240,1)),to(rgba(116,172,250,1)));
  background: linear-gradient(0deg,rgba(39,124,240,1) 0%,rgba(116,172,250,1) 100%);
  opacity: 0.8;
  color: white;
}
.container header .header_btn.class_green[data-v-d57c41c4] {
  background: -webkit-gradient(linear,left bottom, left top,from(rgba(0,180,191,1)),to(rgba(66,230,149,1)));
  background: linear-gradient(0deg,rgba(0,180,191,1) 0%,rgba(66,230,149,1) 100%);
  opacity: 0.8;
  color: white;
}
.table[data-v-d57c41c4] {
  height: calc(100% - 0.729167rem);
}
.table_footer_left[data-v-d57c41c4] {
  margin: 0.052083rem 0;
  height: 0.15625rem;
}
.table table tr.even[data-v-d57c41c4] {
  background: rgba(243, 255, 250, 1);
  border-radius: 0.03125rem;
}
.table table tr.odd[data-v-d57c41c4] {
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
}
.table table tr td .table_btn[data-v-d57c41c4] {
  background: rgba(71,147,251,1);
  border-radius: 0.015625rem 0.015625rem 0.015625rem 0.015625rem;
  color: white;
}
.table-btn-blue[data-v-d57c41c4] {
  outline: none;
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #73adfc), to(#3374dc));
  background: linear-gradient(#73adfc 70%, #3374dc 100%);
  color: white;
  border-radius: 0.010417rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 0.135417rem;
  line-height: 0.135417rem;
  width: 0.520833rem;
  font-size: 0.072917rem;
  cursor: pointer;
}
.allFixed table[data-v-d57c41c4] {
  border-collapse: separate;
  border-spacing: 0.052083rem;
}
.allFixed table tr td[data-v-d57c41c4]:nth-of-type(odd) {
  white-space: nowrap;
}
.allFixed .allFixed-btnred[data-v-d57c41c4] {
  margin: 0 0.052083rem;
  margin-top: 1em;
  padding: 0.052083rem 0.104167rem;
  outline: none;
  border: none;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  color: white;
  border-radius: 0.520833rem;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.allFixed .allFixed-btnccc[data-v-d57c41c4] {
  margin: 0 0.052083rem;
  margin-top: 1em;
  padding: 0.052083rem 0.104167rem;
  outline: none;
  border: none;
  background: #fff;
  color: #666;
  border-radius: 0.520833rem;
  border: 0.005208rem solid #f1f1f1;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.allFixed i[data-v-d57c41c4] {
  font-family: "\601D\6E90\9ED1\4F53";
  font-size: 0.104167rem;
}
.allFixed .posi[data-v-d57c41c4] {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.208333rem;
  height: 0.208333rem;
  background: #f34f4f;
  cursor: pointer;
  border-radius: 0 0 0 0.520833rem;
  text-align: center;
  line-height: 0.208333rem;
  color: white;
  font-weight: 600;
}
.allFixed input[data-v-d57c41c4],
.allFixed select[data-v-d57c41c4] {
  background: #F5F7FA;
  padding-left: 0.078125rem;
  /* width: 100%; */
  min-width: 0.677083rem;
  line-height: 0.208333rem;
  height: 0.208333rem;
  border: 0.005208rem solid #E4E7ED;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.026042rem;
  font-size: 0.072917rem;
  color: #C0C4CC;
  cursor: not-allowed;
}
.allFixed div[data-v-d57c41c4] {
  margin: 0 auto;
}
.allFixed table[data-v-d57c41c4] {
  width: 100%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0 0.052083rem;
}
.allFixed table tr td[data-v-d57c41c4]:nth-of-type(odd) {
  text-align: right;
  white-space: nowrap;
  /* padding: 5px 0; */
}
.allFixed table tr td[data-v-d57c41c4] {
  white-space: nowrap;
}
.allFixed h3[data-v-d57c41c4] {
  font-size: 0.104167rem;
  font-weight: 600;
  white-space: nowrap;
}
.allFixed .border—top[data-v-d57c41c4] {
  position: relative;
  /* padding-bottom: 10px;
  margin-top: 10px; */
  width: 100%;
  border-top: 0.005208rem solid #eeeeee;
  display: block;
}
.allFixed .icon_sp[data-v-d57c41c4] {
  display: inline-block;
  white-space: nowrap;
  -webkit-transform: scale(1);
          transform: scale(1);
  /* color: rgb(27, 117, 252); */
  font-size: 0.104167rem;
  margin-left: -0.026042rem;
}
.allFixed .el-input[data-v-d57c41c4] {
  width: 1.041667rem;
}
.hover > div[data-v-d57c41c4] {
  position: absolute;
  width: 1.041667rem;
  height: auto;
  background: white;
  left: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  z-index: 10;
  bottom: 0.197917rem;
  text-align: left;
  padding: 0.026042rem;
  white-space: normal;
}
.hover[data-v-d57c41c4] {
  position: relative;
  cursor: pointer;
  min-height: 0.15625rem;
}
.top[data-v-d57c41c4] {
  width: 100%;
  height: 2.083333rem;
  position: relative;
  background: white;
}
#main[data-v-d57c41c4] {
  width: 100%;
  height: 2.083333rem;
  position: absolute;
}
.box3 .search[data-v-d57c41c4] {
  width: 1.109375rem;
  height: 0.197917rem;
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
  overflow: hidden;
  position: relative;
}
.box3 .search input[data-v-d57c41c4] {
  height: 100%;
  width: 0.911458rem;
  font-size: 0.083333rem;
  padding-left: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.box3 .search button[data-v-d57c41c4] {
  /* width: 38px; */
  position: absolute;
  right: 0;
  padding: 0 0.015625rem;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border: none;
  color: white;
  font-weight: 600;
  font-size: 0.09375rem;
  cursor: pointer;
}
.tableBox[data-v-d57c41c4] {
  text-align: center;
  height: 2.083333rem;
  background: white;
  position: relative;
}
.tableBox>div>p[data-v-d57c41c4] {
  position: absolute;
  font-size: 0.15625rem;
  font-weight: 400;
  color: #323053;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.tableBox>div>p[data-v-d57c41c4]:first-of-type {
  margin-top: -0.3125rem;
}
.tableBox>div>p:first-of-type i[data-v-d57c41c4] {
  color: white;
  background: #f1f1f1;
  width: 0.416667rem;
  height: 0.416667rem;
  border-radius: 40%;
  line-height: 0.416667rem;
  font-size: 0.25rem;
  text-align: center;
  font-weight: 600;
}
.stuNmber[data-v-d57c41c4] {
  line-height: 0.208333rem;
  background: white;
  height: 0.208333rem;
  padding: 0 0.104167rem;
  margin: 0 0.104167rem;
  border: 0.005208rem solid #DCDFE6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.026042rem;
  font-size: 0.072917rem;
}
.table_footer[data-v-d57c41c4] {
  width: 100%;
  height: 0.166667rem;
  -webkit-box-shadow: 0 0 0.026042rem 0 #aeaeae;
          box-shadow: 0 0 0.026042rem 0 #aeaeae;
  font-size: 0.072917rem;
  line-height: 0.166667rem;
  margin-top: 0.052083rem;
  text-indent: 1em;
  font-family: '\601D\6E90\9ED1\4F53';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.table_footer p[data-v-d57c41c4] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.table_footer p span[data-v-d57c41c4] {
  display: inline;
  font-size: 0.125rem;
}
.ul_table[data-v-d57c41c4] {
  padding: 0.078125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.005208rem solid #eee;
}
.ul_tr[data-v-d57c41c4]:first-child {
  border-bottom: 0.005208rem solid #eee;
}
.ul_tr[data-v-d57c41c4],
.ul_tr label[data-v-d57c41c4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0.026042rem 0;
}
.ul_tr li[data-v-d57c41c4] {
  line-height: 150%;
  width: 12.5%;
  text-align: center;
}
.ul_tr li[data-v-d57c41c4]:last-child {
  min-width: 18%;
}
.ul_tr li[data-v-d57c41c4]:first-child {
  min-width: 18%;
}
.input_model[data-v-d57c41c4] {
  background-color: #f5f7fa;
  border-color: #e4e7ed;
  font-size: 0.083333rem;
  border: 0.005208rem solid #dcdfe6;
  line-height: 0.208333rem;
  height: 0.208333rem;
  min-width: 5em;
  text-indent: 0.078125rem;
  border-radius: 0.020833rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0.8;
  padding-right: 0.052083rem;
}
img[data-v-d57c41c4] {
  position: absolute;
  left: 0.260417rem;
}
.allFixed .execl[data-v-d57c41c4] {
  width: 3.28125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: normal;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}
.allFixed .execl p[data-v-d57c41c4] {
  margin-bottom: 0.104167rem;
  margin-right: 0.083333rem;
}
.allFixed .execl p input[data-v-d57c41c4] {
  min-width: 0.104167rem;
  height: 0.104167rem;
  margin-right: 0;
  vertical-align: text-top;
  vertical-align: middle;
}
.container[data-v-31ace093] {
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 0.083333rem;
}
.header[data-v-31ace093] {
  width: 100%;
  margin-bottom: 0.15625rem;
}
.header .search[data-v-31ace093] {
  width: 1.109375rem;
  height: 0.197917rem;
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
  overflow: hidden;
  position: relative;
}
.header .search input[data-v-31ace093] {
  height: 100%;
  width: 0.911458rem;
  font-size: 0.083333rem;
  padding-left: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header .search button[data-v-31ace093] {
  /* width: 38px; */
  position: absolute;
  right: 0;
  padding: 0 0.015625rem;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border: none;
  color: white;
  font-weight: 600;
  font-size: 0.09375rem;
  cursor: pointer;
}
.header .el-select[data-v-31ace093] {
  width: 0.520833rem;
  margin: 0 0.104167rem;
}
.table[data-v-31ace093] {
  height: calc(100% - 0.520833rem);
  margin-bottom: 0.052083rem;
  background: white;
}
.table table tbody tr.show[data-v-31ace093] {
  width: 100%;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: left;
  line-height: 0.25rem;
  font-size: 0.083333rem;
  background: white;
}
.table table tbody tr.show td:nth-of-type(even)>div[data-v-31ace093] {
  border: none;
  border-left: 0.03125rem solid #4793FB;
  border-radius: 0.020833rem;
  padding-left: 0.104167rem;
  -webkit-box-shadow: 0 0 0.015625rem 0 #ccc;
          box-shadow: 0 0 0.015625rem 0 #ccc;
}
.el-icon-arrow-right[data-v-31ace093] {
  -webkit-transition: .3s;
  transition: .3s;
}
.header_btn[data-v-31ace093] {
  outline: none;
  border: none;
  cursor: pointer;
  padding: 0 0.052083rem;
  line-height: 0.197917rem;
  border-radius: 0.026042rem;
  background: rgba(147, 147, 147, 0.27);
  color: rgba(68, 68, 68, 1);
  background: #f5f7fe;
  font-size: 0.083333rem;
}
.header_btn_blue[data-v-31ace093] {
  background: -webkit-gradient(linear, left top, left bottom, from(#8dbbfa), to(#5194f3));
  background: linear-gradient(#8dbbfa, #5194f3);
  color: white;
  -webkit-box-shadow: 0 0 0.026042rem 0 #8dbbfa;
          box-shadow: 0 0 0.026042rem 0 #8dbbfa;
  margin-left: 0.052083rem;
}
.header_btn_green[data-v-31ace093] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
}
.el-dropdown-menu__item[data-v-31ace093] {
  padding: 0;
}
.el-dropdown-menu__item p[data-v-31ace093] {
  padding: 0 0.052083rem;
}
.table_link[data-v-31ace093] {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.allFixed table[data-v-31ace093] {
  border-collapse: separate;
  border-spacing: 0.104167rem;
  width: 3.125rem;
}
.allFixed table td[data-v-31ace093]:nth-of-type(odd) {
  text-align: right;
  white-space: nowrap;
  line-height: 0.3125rem;
  vertical-align: text-top;
}
.allFixed table td:nth-of-type(even) .el-input[data-v-31ace093] {
  width: 1.041667rem;
}
.allFixed[data-v-31ace093]  table input::-webkit-outer-spin-button,
.allFixed[data-v-31ace093]  table input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.allFixed[data-v-31ace093]  table input[type="number"] {
  -moz-appearance: textfield;
}
.allFixed .el-icon-minus[data-v-31ace093] {
  width: 0.15625rem;
  height: 0.15625rem;
  border-radius: 0.020833rem;
  border: 0.005208rem solid#ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 0.15625rem;
  text-align: center;
}
.allFixed .el-icon-plus[data-v-31ace093] {
  width: 0.15625rem;
  height: 0.15625rem;
  border-radius: 0.020833rem;
  background: #3699ff;
  line-height: 0.15625rem;
  text-align: center;
  color: white;
}
.allFixed .el-input[data-v-31ace093] {
  margin: 0.052083rem 0;
  margin-right: 0.104167rem;
}
.add_center[data-v-31ace093]  table input::-webkit-outer-spin-button,
.add_center[data-v-31ace093]  table input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.add_center[data-v-31ace093]  table input[type="number"] {
  -moz-appearance: textfield;
}
.add_center[data-v-31ace093] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  background: white;
  padding-top: 0.208333rem;
  padding-left: 0.416667rem;
  padding-right: 0.15625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.add_center table[data-v-31ace093] {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0.104167rem;
}
.add_center table td[data-v-31ace093]:nth-of-type(odd) {
  text-align: right;
}
.add_center table td:nth-of-type(even) .el-input[data-v-31ace093],
.add_center table td:nth-of-type(even) .el-input-number[data-v-31ace093] {
  width: 1.145833rem;
}
.add_center table tr[data-v-31ace093] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.add_center table tr td[data-v-31ace093]:nth-of-type(odd) {
  width: 10%;
  line-height: 0.197917rem;
  margin-right: 0.052083rem;
  margin-bottom: 0.078125rem;
}
.add_center table tr td[data-v-31ace093]:nth-of-type(even) {
  width: 30%;
  line-height: 0.197917rem;
  margin-bottom: 0.078125rem;
}
.add_center h3[data-v-31ace093] {
  font-size: 0.125rem;
}
.footer[data-v-31ace093] {
  border: 0.005208rem solid #ccc;
  text-align: center;
  border-radius: 0.026042rem;
  width: 90%;
  line-height: 0.3125rem;
  margin: 0.052083rem auto;
  margin-bottom: 0.15625rem;
}
.container[data-v-4274cb64] {
  width: 100%;
  height: 100%;
  background: white;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.table[data-v-4274cb64] {
  height: calc(100% - 0.520833rem);
}
.table table tr td div[data-v-4274cb64] {
  line-height: 200%;
  border-bottom: 0.015625rem solid #eeeffa;
}
.table table tr td div[data-v-4274cb64]:last-child {
  border: none;
}
.blue[data-v-4274cb64] {
  background: #3699ff;
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
}
.orange[data-v-4274cb64] {
  background: #fac23d;
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
}
.btn_white[data-v-4274cb64] {
  outline: none;
  border: none;
  /* padding: 5px 10px; */
  cursor: pointer;
  background: white;
}
.header > div[data-v-4274cb64] {
  margin-bottom: 0.104167rem;
  font-size: 0.104167rem;
}
.posi[data-v-4274cb64] {
  position: relative;
}
.posi ul[data-v-4274cb64] {
  position: absolute;
  right: 0.416667rem;
  top: 0.302083rem;
  width: 0.78125rem;
  background: white;
  -webkit-box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
  text-align: center;
  line-height: 0.25rem;
  cursor: pointer;
}
.posi ul li[data-v-4274cb64]:first-child {
  border-bottom: 0.010417rem dashed #ccc;
}
.btn[data-v-4274cb64] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 0.026042rem;
  padding: 0.026042rem 0.104167rem;
  height: 0.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.qie[data-v-4274cb64] {
  width: 2.604167rem;
  height: 0.25rem;
  background: white;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  border-radius: 0.125rem;
  line-height: 0.25rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.qie span[data-v-4274cb64] {
  -webkit-box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 0 0.125rem 0.125rem 0;
  text-align: center;
  margin-left: -0.104167rem;
  background: white;
}
.qie span[data-v-4274cb64]:nth-of-type(1) {
  z-index: 5;
  margin: 0;
}
.qie span[data-v-4274cb64]:nth-of-type(2) {
  z-index: 4;
}
.qie span[data-v-4274cb64]:nth-of-type(3) {
  z-index: 3;
}
.qie span[data-v-4274cb64]:nth-of-type(4) {
  z-index: 2;
}
.qie span[data-v-4274cb64]:nth-of-type(5) {
  z-index: 1;
}
.qie .active[data-v-4274cb64] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
}
input[data-v-4274cb64] {
  background: #eeeffa;
  font-size: 0.125rem;
  width: 1.302083rem;
  line-height: 0.197917rem;
  margin-right: 0.15625rem;
}
.put[data-v-4274cb64] {
  width: 3.75rem;
  min-height: 4.166667rem;
  background: white;
  -webkit-box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
  position: absolute;
  left: 50%;
  top: 10%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.put table[data-v-4274cb64] {
  margin: 0 auto;
  margin-top: 0.15625rem;
  overflow: auto;
}
.put table[data-v-4274cb64] input,
#remark[data-v-4274cb64] {
  background: #eeeffa;
  font-size: 0.125rem;
  width: 1.5625rem;
  line-height: 0.197917rem;
}
.put table tr[data-v-4274cb64] td {
  line-height: 0.25rem;
  padding: 0 0.026042rem;
}
.put table select[data-v-4274cb64] {
  max-width: 1.041667rem;
}
#remark[data-v-4274cb64] {
  border: none;
}
.put table[data-v-4274cb64] .input {
  background: #eeeffa;
  font-size: 0.125rem;
  width: 0.520833rem;
  line-height: 0.197917rem;
}
textarea[data-v-4274cb64] {
  background: #eeeffa;
}
.exc[data-v-4274cb64] {
  width: 3.161458rem;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.03125rem 0.114583rem 0.010417rem rgba(11, 33, 24, 0.1);
          box-shadow: 0 0.03125rem 0.114583rem 0.010417rem rgba(11, 33, 24, 0.1);
  border-radius: 0.020833rem;
  position: absolute;
  left: 50%;
  top: 20%;
  padding: 2% 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.exc table[data-v-4274cb64] {
  margin: 0 auto;
  width: 80%;
}
.exc table td[data-v-4274cb64] {
  line-height: 0.302083rem;
  padding: 0 0.026042rem;
}
.exc p[data-v-4274cb64] {
  background: red;
  width: 0.208333rem;
  height: 0.208333rem;
  border-radius: 0 0 0 0.208333rem;
  color: white;
  text-align: center;
  line-height: 0.208333rem;
  font-size: 0.145833rem;
  position: absolute;
  top: -0.026042rem;
  right: -0.026042rem;
  cursor: pointer;
}
input[type="file"][data-v-4274cb64] {
  background: transparent;
  width: 1.5625rem;
}
.see[data-v-4274cb64] {
  background: white;
  -webkit-box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
  position: absolute;
  left: 50%;
  top: 20%;
  width: 3.75rem;
  min-height: 1.041667rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.see table[data-v-4274cb64] {
  margin: 0 auto;
  width: 80%;
  line-height: 0.25rem;
}
.ccc[data-v-4274cb64] {
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
  background: rgb(230, 230, 230);
}
.addstu[data-v-4274cb64] {
  width: 5.208333rem;
  height: auto;
  background: white;
  position: absolute;
  left: 30%;
  top: 10%;
  -webkit-box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
  padding: 0.15625rem;
}
.addstu table[data-v-4274cb64] {
  width: 80%;
  margin: 0 auto;
}
.addstu table tr td[data-v-4274cb64] {
  padding: 0 0.026042rem;
}
.addstu input[data-v-4274cb64] {
  width: auto;
  margin-right: 0;
  margin-left: 0.052083rem;
}
.addstu input[type="number"][data-v-4274cb64] {
  width: 0.3125rem;
  margin-right: 0;
  margin-left: 0.052083rem;
}
.mb > div[data-v-4274cb64] {
  margin-bottom: 0.052083rem;
}
.mb > div span[data-v-4274cb64]:first-child {
  width: 0.78125rem;
  display: inline-block;
}
.spans[data-v-4274cb64] {
  display: inline-block;
  width: 0.78125rem;
}
.greenbtn[data-v-4274cb64] {
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
}
.redbtn[data-v-4274cb64] {
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
  background: rgb(255, 0, 0);
}
.eee[data-v-4274cb64] {
  margin: 0 0.026042rem;
  color: #000;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
  background: #f1f6f9;
}

/* .zposi,.zposi span{display: block;height: 100%;} */
.zposi div[data-v-4274cb64] {
  min-height: 0.15625rem;
}
.back-bj[data-v-4274cb64] {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.3);
}
.back-bj > div[data-v-4274cb64] {
  position: absolute;
  left: 50%;
  top: 0.520833rem;
  min-width: 3.125rem;
  background: white;
  -webkit-box-shadow: 0 0 0.026042rem 0 rgb(205, 206, 206);
          box-shadow: 0 0 0.026042rem 0 rgb(205, 206, 206);
  padding: 0.078125rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.back-bj > div h3[data-v-4274cb64] {
  text-align: left;
}
.back-bj > div table tr td[data-v-4274cb64]:nth-of-type(odd) {
  text-align: right;
  width: 1.041667rem;
  white-space: nowrap;
}
.back-bj > div table tr td input[data-v-4274cb64],
.back-bj > div table tr td select[data-v-4274cb64] {
  width: 1.041667rem;
  margin: 0.052083rem 0;
  border: none;
  background: #eee;
  border-radius: 0;
  text-align: center;
  padding: 0;
  font-size: 0.104167rem;
  outline: none;
}
.back-bj > div p[data-v-4274cb64] {
  text-align: center;
}
.backj[data-v-4274cb64] {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.red[data-v-4274cb64] {
  background: red;
  width: 50%;
  height: 0.197917rem;
}
.topheader[data-v-4274cb64] {
  height: 0.208333rem;
  position: absolute;
  left: 50%;
  line-height: 0.208333rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  background: white;
  border-radius: 0.78125rem;
  top: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  white-space: nowrap;
  margin-top: 0.104167rem;
  font-size: 0.09375rem;
}
.topheader > span[data-v-4274cb64] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
  padding: 0 0.083333rem;
  border-radius: 0.78125rem;
}
.topheader .active[data-v-4274cb64] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border-radius: 0.130208rem;
}
.dw[data-v-4274cb64] {
  position: relative;
  width: 0.78125rem;
  height: 0.197917rem;
  margin-right: 0.104167rem;
  line-height: 0.197917rem;
  border-radius: 0.026042rem;
  border: 0.005208rem solid #eee;
  cursor: pointer;
}
.dw > div[data-v-4274cb64] {
  text-align: center;
  width: 0.78125rem;
  height: 0.197917rem;
}
.dw > div[data-v-4274cb64]:last-child {
  position: absolute;
}
.dw > div div[data-v-4274cb64] {
  border: 0.005208rem solid #eee;
  cursor: pointer;
}
.el-icon-arrow-down[data-v-4274cb64] {
  width: 0.15625rem;
  height: 0.197917rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#67eaab), to(#36c5cc));
  background: linear-gradient(#67eaab, #36c5cc);
  color: white;
  padding: 0;
  line-height: 0.197917rem;
  float: right;
  border-radius: 0 0.020833rem 0.020833rem 0;
}
.mleft[data-v-4274cb64] {
  margin-top: 0.260417rem;
}
.mleft .posi .btn[data-v-4274cb64] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 0.026042rem;
  padding: 0.026042rem 0.104167rem;
  height: 0.197917rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mleft .posi button[data-v-4274cb64] {
  background: #f5f7fe;
  border: 0.005208rem solid #def0f8;
  font-size: 0.083333rem;
  color: #323053;
  outline: none;
  cursor: pointer;
  border-radius: 0.026042rem;
  padding: 0.026042rem 0.104167rem;
  height: 0.197917rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mleft .posi .btn-back-blue[data-v-4274cb64] {
  background: -webkit-gradient(linear, left top, left bottom, from(#8dbbfa), to(#5194f3));
  background: linear-gradient(#8dbbfa, #5194f3);
}
.backj .exc select[data-v-4274cb64],
.backj .exc input[data-v-4274cb64] {
  width: 100%;
  height: 0.260417rem;
  background: #eeeffa;
  border: none;
  outline: none;
}
.backj select[data-v-4274cb64] {
  width: 100%;
  height: 0.260417rem;
  background: #eeeffa;
  border: none;
  outline: none;
}
.backj input[type="radio"][data-v-4274cb64] {
  width: 0.104167rem;
  height: 0.104167rem;
  vertical-align: text-top;
  margin-right: 0;
  margin-left: 0.052083rem;
}
#excel[data-v-4274cb64] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  cursor: pointer;
  height: 0.260417rem;
}
.backj-exc-file[data-v-4274cb64] {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(250, 97, 97, 1)),
    to(rgba(243, 79, 79, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(250, 97, 97, 1) 0%,
    rgba(243, 79, 79, 1) 100%
  );
  -webkit-box-shadow: 0 0.010417rem 0.104167rem 0.005208rem rgba(213, 41, 41, 0.36);
          box-shadow: 0 0.010417rem 0.104167rem 0.005208rem rgba(213, 41, 41, 0.36);
  opacity: 0.9;
  border-radius: 0.020833rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(247, 248, 255, 1);
  text-align: center;
  cursor: pointer;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 0.260417rem;
}
.hover > div[data-v-4274cb64] {
  position: absolute;
  width: 1.041667rem;
  height: auto;
  background: white;
  right: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  z-index: 10;
  bottom: 0.197917rem;
  text-align: left;
  padding: 0.026042rem;
  white-space: normal;
}
.hover[data-v-4274cb64] {
  position: relative;
  cursor: pointer;
  min-height: 0.15625rem;
}
.header .search[data-v-4274cb64] {
  width: 1.213542rem;
  height: 0.197917rem;
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
  overflow: hidden;
}
.header .search input[data-v-4274cb64] {
  height: 100%;
  width: 0.911458rem;
  font-size: 0.09375rem;
  padding-left: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}
.header .search button[data-v-4274cb64] {
  width: 0.302083rem;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border: none;
  color: white;
  font-weight: 600;
  font-size: 0.09375rem;
  cursor: pointer;
}

/* input[type='checkbox']{width: 30px;padding: 0;margin: 0;line-height: 58px;vertical-align: middle;height: 18px;margin-left: 15px;} */
.checkbox[data-v-4274cb64] {
  height: 0.25rem;
  margin-left: 0.078125rem;
}
.checkbox select[data-v-4274cb64] {
  height: 100%;
  width: 0.911458rem;
  font-size: 0.09375rem;
  padding-left: 0.104167rem;
  background: #eeeffa;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  height: 0.25rem;
  border: 0.005208rem solid rgba(221, 225, 229, 1);
  border-radius: 0.03125rem;
  outline: none;
}
.container[data-v-0bfc3968] {
  width: 100%;
  height: 100%;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.container > h3[data-v-0bfc3968] {
  font-size: 0.15625rem;
}
.table[data-v-0bfc3968] {
  margin-top: 0.15625rem;
  width: 100%;
  height: calc(100% - 0.3125rem);
  background: white;
}
.blue[data-v-0bfc3968] {
  background: #3699ff;
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
  border-radius: 0.015625rem;
}
.orange[data-v-0bfc3968] {
  background: #fac23d;
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
  border-radius: 0.015625rem;
}
.ccc[data-v-0bfc3968] {
  background: #ccc;
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
  border-radius: 0.015625rem;
}
.see[data-v-0bfc3968] {
  background: white;
  -webkit-box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
  position: absolute;
  left: 50%;
  top: 0.520833rem;
  width: 3.75rem;
  min-height: 1.041667rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0.15625rem;
}
.see table[data-v-0bfc3968] {
  margin: 0 auto;
  width: 80%;
  line-height: 0.25rem;
  border-collapse: separate;
  border-spacing: 0 0.104167rem;
}
.greenbtn[data-v-0bfc3968] {
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  border-radius: 0.015625rem;
}
.redbtn[data-v-0bfc3968] {
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
  background: rgb(255, 0, 0);
  border-radius: 0.015625rem;
}
.eee[data-v-0bfc3968] {
  margin: 0 0.026042rem;
  color: #000;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
  background: #f1f6f9;
  border-radius: 0.015625rem;
}
.posir[data-v-0bfc3968] {
  position: absolute;
  right: -0.026042rem;
  bottom: 0;
  border-radius: 80% 0 0 0;
  width: 0.208333rem;
  height: 0.208333rem;
  font-size: 0.125rem;
  text-align: center;
  padding: 0;
  line-height: 0.208333rem;
}
.container[data-v-1fb174e2] {
  width: 100%;
  height: 100%;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background: white;
  font-size: 0.09375rem;
}
.returnm_screen[data-v-1fb174e2] {
  margin-top: 0.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 0.166667rem;
}
.returnm_screen .returnm_screen_left[data-v-1fb174e2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.returnm_screen .returnm_screen_left .el-select[data-v-1fb174e2] {
  margin-left: 0.041667rem;
}
.returnm_screen .returnm_screen_right[data-v-1fb174e2] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.returnm_table[data-v-1fb174e2] {
  margin-top: 0.125rem;
}
.returnm_table[data-v-1fb174e2] .el-table {
  max-height: calc(100vh - 1.458333rem);
}
.returnm_table[data-v-1fb174e2] .el-table__body .cell .el-button+.el-button {
  margin-left: 0;
}
.returnm_pagination[data-v-1fb174e2] {
  text-align: right;
  margin-top: 0.083333rem;
}
.returnmBox[data-v-1fb174e2] {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
}
.returnmBox_cont[data-v-1fb174e2] {
  width: 4.166667rem;
  min-height: 1.5625rem;
  background: #fff;
  border-radius: 0.020833rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  padding: 0.125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.returnmBox_cont_row[data-v-1fb174e2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.125rem;
}
.returnmBox_cont_col[data-v-1fb174e2] {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.returnmBox_cont_col span[data-v-1fb174e2] {
  white-space: nowrap;
  margin-right: 0.041667rem;
}
.returnmBox_cont_foot[data-v-1fb174e2] {
  margin-top: 0.125rem;
  text-align: center;
}
.header[data-v-1fb174e2] {
  width: 100%;
  position: relative;
  height: 0.208333rem;
}
.header > div[data-v-1fb174e2] {
  height: 0.208333rem;
  position: absolute;
  left: 50%;
  line-height: 0.208333rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  background: white;
  border-radius: 0.78125rem;
  top: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  white-space: nowrap;
  font-size: 0.09375rem;
}
.header > div span[data-v-1fb174e2] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 0.083333rem;
  border-radius: 0.78125rem;
  cursor: pointer;
}
.header > div .active[data-v-1fb174e2] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
}
.container > h3[data-v-1fb174e2] {
  font-size: 0.15625rem;
}
.table[data-v-1fb174e2] {
  margin-top: 0.15625rem;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: calc(100% - 0.416667rem);
}
.see[data-v-1fb174e2] {
  background: white;
  -webkit-box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
  position: absolute;
  left: 50%;
  top: 0.520833rem;
  min-height: 1.041667rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0.104167rem;
}
.see table[data-v-1fb174e2] {
  margin: 0 auto;
  line-height: 0.197917rem;
  font-size: 0.083333rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(50, 48, 83, 1);
  border-collapse: separate;
  border-spacing: 0.052083rem 0.104167rem;
}

/* .see table tr{} */
.see table td[data-v-1fb174e2] {
  min-width: 0.416667rem;
  vertical-align: top;
}
.see table td[data-v-1fb174e2]:nth-of-type(odd) {
  white-space: nowrap;
  vertical-align: text-top;
  text-align: right;
}
.see table input[data-v-1fb174e2],
.see table select[data-v-1fb174e2] {
  background: #f2f7fd;
  color: #a5a5b3;
  font-size: 0.072917rem;
  height: 0.145833rem;
  width: 80%;
  text-align: center;
  outline: none;
  border: none;
}
input[data-v-1fb174e2]::-webkit-outer-spin-button,
input[data-v-1fb174e2]::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
.see table input[type="radio"][data-v-1fb174e2],
.see table .search input[type="checkbox"][data-v-1fb174e2] {
  width: 0.104167rem;
  height: 0.104167rem;
  vertical-align: middle;
}
.see td .search[data-v-1fb174e2] {
  width: 1.213542rem;
  height: 0.197917rem;
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
  overflow: hidden;
  position: relative;
  border: 0.005208rem solid #eee;
  position: relative;
}
.see td .search input[data-v-1fb174e2] {
  height: 100%;
  width: 0.911458rem;
  font-size: 0.09375rem;
  padding-left: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.see td .search button[data-v-1fb174e2] {
  width: 0.302083rem;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border: none;
  color: white;
  font-weight: 600;
  font-size: 0.09375rem;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}
.greenbtn[data-v-1fb174e2] {
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  height: 0.208333rem;
  padding: 0 0.052083rem;
  line-height: 0.208333rem;
  cursor: pointer;
  background: -webkit-gradient(linear, left bottom, left top, from(#277CF0), to(#74ADFA));
  background: linear-gradient(0deg, #277CF0 0%, #74ADFA 100%);
  border-radius: 0.015625rem;
  margin-bottom: 0.052083rem;
}
.redbtn[data-v-1fb174e2] {
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  height: 0.15625rem;
  padding: 0 0.104167rem;
  line-height: 0.15625rem;
  margin-top: 0.026042rem;
  cursor: pointer;
  background: -webkit-gradient(linear, left bottom, left top, from(#277CF0), to(#74ADFA));
  background: linear-gradient(0deg, #277CF0 0%, #74ADFA 100%);
  border-radius: 0.015625rem;
  opacity: 0.8;
  float: left;
}

/* .btns button {
  height: 40px;
  border-radius: 29px;
  font-size: 20px;
  padding: 0 20px;
} */
.see table .posi[data-v-1fb174e2] {
  position: relative;
  text-align: center;
}
.bar[data-v-1fb174e2] {
  display: inline-block;
  width: 0.104167rem;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  opacity: 0.8;
  color: white;
}
.search td[data-v-1fb174e2] {
  background: #f2f7fd;
  padding: 0.052083rem 0.078125rem;
}
.see table .search input[data-v-1fb174e2] {
  background: white;
  color: #a5a5b3;
  font-size: 0.104167rem;
  line-height: 0.1875rem;
  width: 90%;
  text-align: center;
  text-align: left;
}
.sech[data-v-1fb174e2] {
  height: 100%;
  background: white;
  display: inline-block;
  width: 50%;
  padding: 0 0.026042rem;
}
.tabels[data-v-1fb174e2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tabels span[data-v-1fb174e2] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.tabels span[data-v-1fb174e2]:first-child {
  max-width: 0.260417rem;
}
.tabels span[data-v-1fb174e2]:nth-of-type(2) {
  max-width: 0.416667rem;
}
.redbtns[data-v-1fb174e2] {
  color: white;
  outline: none;
  border: none;
  cursor: pointer;
  background: #f34f4f;
  border-radius: 0.104167rem;
  width: 0.416667rem;
  height: 0.208333rem;
}
input[type="checkbox"][data-v-1fb174e2] {
  width: 0.104167rem;
  vertical-align: middle;
}
.hover > div[data-v-1fb174e2] {
  position: absolute;
  width: 1.041667rem;
  height: auto;
  background: white;
  right: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  z-index: 10;
  bottom: 0.197917rem;
  text-align: left;
  padding: 0.026042rem;
  white-space: normal;
}
.hover[data-v-1fb174e2] {
  position: relative;
  cursor: pointer;
  min-height: 0.15625rem;
}
.classTable[data-v-1fb174e2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.052083rem;
  white-space: nowrap;
  font-size: 0.072917rem;
}
.classTable span[data-v-1fb174e2] {
  display: inline-block;
  background: white;
  min-width: 0.208333rem;
  padding: 0 0.052083rem;
  margin-right: 0.052083rem;
}
.allFixed table[data-v-1fb174e2] {
  white-space: nowrap;
  border-collapse: separate;
  border-spacing: 0.052083rem;
}
h3[data-v-1fb174e2] {
  font-size: 0.125rem;
}
.allFixed .see table .el_input_stu .el-input[data-v-1fb174e2] {
  width: 10em;
  float: left;
}
.el_input_stu_span[data-v-1fb174e2] {
  /* display: inline-block; */
  height: 0.208333rem;
  padding: 0 0.052083rem;
  line-height: 0.208333rem;
  border-radius: 0.026042rem;
  background: #f2f7fd;
  float: left;
  margin-right: 0.052083rem;
}
.el_input_stu_span .el-icon-close[data-v-1fb174e2] {
  color: #a5a5b3;
  cursor: pointer;
}
.allFixed[data-v-1fb174e2]  table input::-webkit-outer-spin-button,
.allFixed[data-v-1fb174e2]  table input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.allFixed[data-v-1fb174e2]  table input[type="number"] {
  -moz-appearance: textfield;
}
.allFixed tr td[data-v-1fb174e2]:nth-of-type(odd) {
  text-align: right;
}
.recordStyle[data-v-1fb174e2] {
  line-height: 0.1875rem;
  font-size: 0.083333rem;
}
.recordStyle i[data-v-1fb174e2] {
  padding-right: 0.15625rem;
  display: inline-block;
  width: 0.15625rem;
  color: rgba(0, 0, 0, 0.4);
  vertical-align: middle;
}
.recordStyle span[data-v-1fb174e2] {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 0;
  width: 0.0625rem;
  height: 0.0625rem;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.010417rem solid #00F5B4;
}
.recordStyle .bar[data-v-1fb174e2] {
  position: absolute;
  top: 0.052083rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.005208rem;
  height: 0.125rem;
  background: #00F5B4;
  display: inline-block;
  padding: 0;
}
.recordStyle[data-v-1fb174e2]:last-of-type {
  color: #3699ff;
}
.recordStyle:last-of-type .bar[data-v-1fb174e2] {
  display: none;
}
.allFixed_nav[data-v-1fb174e2] {
  margin: 0 auto;
  margin-bottom: 0.145833rem;
  text-align: center;
}
.allFixed_nav span[data-v-1fb174e2] {
  margin: 0 0.052083rem;
  padding: 0 0.041667rem;
  font-size: 0.09375rem;
  color: rgba(51, 48, 84, 0.6);
  padding-bottom: 0.052083rem;
  border-bottom: 0.020833rem solid transparent;
  cursor: pointer;
}
.allFixed_nav .allFixed_nav_bar[data-v-1fb174e2] {
  color: rgba(51, 48, 84, 1);
  border-bottom: 0.020833rem solid #1AC8B0;
}
.allFixed .allFixed_table[data-v-1fb174e2] {
  border-collapse: separate;
  border-spacing: 0.052083rem;
  border: 0.005208rem solid #F3F4F6;
  min-height: calc(100% - 0.416667rem);
}
.allFixed .allFixed_table h4[data-v-1fb174e2] {
  font-weight: 500;
  font-size: 0.09375rem;
  font-family: '\601D\6E90\9ED1\4F53';
}
.container[data-v-66acd7ae] {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.bor[data-v-66acd7ae] {
  -webkit-box-shadow: 0 0.026042rem 0.020833rem 0 rgba(186, 189, 201, 0.1);
          box-shadow: 0 0.026042rem 0.020833rem 0 rgba(186, 189, 201, 0.1);
  background: white;
  margin: 0.104167rem 0;
  margin-right: 0.104167rem;
  border-radius: 0.078125rem;
  z-index: 10;
  padding-bottom: 0.052083rem;
}
.container > div > p[data-v-66acd7ae] {
  font-size: 0.104167rem;
}
.container > div[data-v-66acd7ae]:first-child {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.container > div[data-v-66acd7ae]:last-child {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.container > div[data-v-66acd7ae]:nth-of-type(2) {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
.container > div:first-child .bor[data-v-66acd7ae] {
  min-height: 2.604167rem;
}
.container > div:nth-of-type(2) .bor[data-v-66acd7ae] {
  min-height: 90%;
}
.container > div:last-child .bor[data-v-66acd7ae] {
  margin-right: 0;
  min-height: 90%;
}
.container > div:first-child .bor p[data-v-66acd7ae] {
  -webkit-box-shadow: 0 0.026042rem 0.020833rem 0 rgba(186, 189, 201, 0.16);
          box-shadow: 0 0.026042rem 0.020833rem 0 rgba(186, 189, 201, 0.16);
  text-align: center;
  height: 0.302083rem;
}
.container > div:first-child .bor p span[data-v-66acd7ae] {
  margin: 0.260417rem;
  line-height: 0.302083rem;
  font-size: 0.083333rem;
}
.p[data-v-66acd7ae] {
  -webkit-box-shadow: 0 0.026042rem 0.020833rem 0 rgba(186, 189, 201, 0.16);
          box-shadow: 0 0.026042rem 0.020833rem 0 rgba(186, 189, 201, 0.16);
  height: 0.302083rem;
  line-height: 0.302083rem;
  padding: 0 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.borday[data-v-66acd7ae] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0.78125rem;
}
.borday .time[data-v-66acd7ae],
.borday .content[data-v-66acd7ae],
.borday .complet[data-v-66acd7ae] {
  margin: 0.104167rem 0;
  border-radius: 0.052083rem;
  padding: 0.026042rem;
  margin-left: 0.104167rem;
}
.borday .time > div[data-v-66acd7ae] {
  line-height: 200%;
}
.borday .time[data-v-66acd7ae] {
  background: rgba(238, 242, 251, 0.6);
  border: 0.005208rem solid rgba(236, 239, 249, 0.6);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.borday .timeactive[data-v-66acd7ae] {
  background: rgba(48, 198, 169, 1);
  opacity: 0.76;
  color: white;
}
.borday .content[data-v-66acd7ae] {
  background: rgba(245, 247, 252, 1);
  position: relative;
  padding: 1%;
}
.borday .contentactive[data-v-66acd7ae] {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(48, 198, 169, 1)),
    to(rgba(74, 235, 204, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(48, 198, 169, 1) 0%,
    rgba(74, 235, 204, 1) 100%
  );
  color: white;
}
.dw[data-v-66acd7ae] {
  margin: 0 0.052083rem;
  position: relative;
  width: 0.520833rem;
  height: 0.197917rem;
  margin-right: 0.104167rem;
  line-height: 0.197917rem;
  border-radius: 0.026042rem;
  border: 0.005208rem solid #eee;
  cursor: pointer;
  vertical-align: middle;
  margin-top: 0.260417rem;
  padding-left: 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.el-icon-arrow-down[data-v-66acd7ae] {
  width: 0.15625rem;
  height: 0.197917rem;
  background: #02cb8e;
  color: white;
  padding: 0;
  line-height: 0.197917rem;
  float: right;
  text-align: center;
}
.complet_dw_com[data-v-66acd7ae] {
  height: 0.78125rem;
  overflow-y: auto;
  width: 100%;
  position: absolute;
  left: 0;
  background: white;
  z-index: 10;
}
.complet_dw_com div[data-v-66acd7ae] {
  border: 0.005208rem solid #eee;
  display: block;
  padding-left: 0.052083rem;
}
.p span[data-v-66acd7ae] {
  padding: 0 0.104167rem;
}
.p span[data-v-66acd7ae]:first-child,
.p span[data-v-66acd7ae]:last-child,
.borday span[data-v-66acd7ae]:first-child,
.borday span[data-v-66acd7ae]:last-child {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.p span[data-v-66acd7ae]:last-child,
.borday span[data-v-66acd7ae]:last-child {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.p span[data-v-66acd7ae]:nth-of-type(2),
.borday span[data-v-66acd7ae]:nth-of-type(2) {
  -webkit-box-flex: 6;
      -ms-flex: 6;
          flex: 6;
}
.button[data-v-66acd7ae] {
  border: none;
  outline: none;
  color: white;
  background: -webkit-gradient(linear, left top, left bottom, from(#a8ccfc), to(#78b0fd));
  background: linear-gradient(#a8ccfc, #78b0fd);
  padding: 0.026042rem 0.052083rem;
  border-radius: 0.078125rem;
  cursor: pointer;
  margin-right: 0.104167rem;
}
#calendar[data-v-66acd7ae] {
  width: 100%;
  font-size: 0.083333rem;
}
.month ul[data-v-66acd7ae] {
  -webkit-box-shadow: 0 0.026042rem 0.020833rem 0 rgba(186, 189, 201, 0.16);
          box-shadow: 0 0.026042rem 0.020833rem 0 rgba(186, 189, 201, 0.16);
  height: 0.302083rem;
  line-height: 0.302083rem;
  padding: 0 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.month ul[data-v-66acd7ae],
.weekdays[data-v-66acd7ae] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.month ul li[data-v-66acd7ae],
.weekdays li[data-v-66acd7ae] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  height: 0.302083rem;
  line-height: 0.302083rem;
}
.weekdays li[data-v-66acd7ae] {
  margin-top: 0.052083rem;
}
.days li[data-v-66acd7ae] {
  width: 14.2%;
  float: left;
  text-align: center;
  height: 0.302083rem;
  line-height: 0.302083rem;
}
.other-month[data-v-66acd7ae] {
  color: rgba(215, 215, 215, 1);
}
.active[data-v-66acd7ae] {
  color: white;
  background: -webkit-gradient(linear, left top, left bottom, from(#67eaab), to(#36c5cc));
  background: linear-gradient(#67eaab, #36c5cc);
  -webkit-box-shadow: 0 0.026042rem 0.020833rem 0 RGBA(205, 253, 232, 1);
          box-shadow: 0 0.026042rem 0.020833rem 0 RGBA(205, 253, 232, 1);
  border-radius: 50%;
  width: 0.260417rem;
  height: 0.260417rem;
  display: inline-block;
}
.borday .time .bfff[data-v-66acd7ae] {
  background: white;
  width: 60%;
  margin-top: 0.052083rem;
  margin-left: 0.052083rem;
}
.el-icon-minus[data-v-66acd7ae] {
  font-size: 0.104167rem;
  vertical-align: middle;
  color: black;
}
.btn_yr[data-v-66acd7ae] {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    color-stop(51%, rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 51%,
    rgba(66, 230, 149, 1) 100%
  );
  opacity: 0.8;
  border-radius: 0 0.052083rem 0 0.104167rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 0.208333rem;
  height: 0.15625rem;
  color: white;
  text-align: center;
  line-height: 0.15625rem;
  font-size: 0.104167rem;
}
.btn_yr_active[data-v-66acd7ae] {
  background: rgba(255, 255, 255, 1);
  color: rgba(66, 230, 149, 1);
}
.posi[data-v-66acd7ae] {
  position: relative;
}
.posixi[data-v-66acd7ae] {
  position: absolute;
  left: 0.052083rem;
  top: -0.052083rem;
}
.green[data-v-66acd7ae] {
  z-index: 10;
}
.red[data-v-66acd7ae] {
  z-index: 1000;
}
.yellow[data-v-66acd7ae] {
  z-index: 100;
}
.daycontent[data-v-66acd7ae] {
  margin-right: 0.104167rem;
  margin-top: 0.104167rem;
}
.daycontent h3[data-v-66acd7ae] {
  margin-bottom: 0.052083rem;
  font-size: 0.104167rem;
}
.daycontent ul[data-v-66acd7ae] {
  height: auto;
  background: white;
  -webkit-box-shadow: 0 0.026042rem 0.020833rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.026042rem 0.020833rem 0 rgba(0, 0, 0, 0.1);
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1.041667rem;
  z-index: -1;
}
.timeinput > div[data-v-66acd7ae] {
  width: 100%;
  margin-top: 0.078125rem;
}
.content textarea[data-v-66acd7ae] {
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  background: transparent;
}
.time > div[data-v-66acd7ae] {
  font-size: 0.104167rem;
  line-height: 200%;
  font-weight: 600;
  padding: 0.026042rem;
}
.darft[data-v-66acd7ae] {
  height: 0.572917rem;
  background: rgba(245, 247, 252, 1);
  margin: 0.104167rem;
  border-radius: 0.052083rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.darft span[data-v-66acd7ae]:first-child {
  -webkit-box-flex: 19;
      -ms-flex: 19;
          flex: 19;
  padding: 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.darft span[data-v-66acd7ae]:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  background: rgba(0, 0, 0, 0.06);
  font-size: 0.145833rem;
  line-height: 0.572917rem;
  color: rgba(100, 161, 245, 0.74);
}
.darft .el-icon-arrow-down[data-v-66acd7ae] {
  background: rgba(0, 0, 0, 0.06);
  font-size: 0.145833rem;
  line-height: 0.572917rem;
  color: rgba(100, 161, 245, 0.74);
  font-weight: 600;
}
.darftxi[data-v-66acd7ae] {
  background: rgba(245, 247, 252, 1);
  margin: 0.104167rem;
  border-radius: 0.052083rem;
  padding: 0.052083rem;
}
.darftxi span[data-v-66acd7ae] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
}
.darftxi span button[data-v-66acd7ae] {
  outline: none;
  border: none;
  cursor: pointer;
  background: white;
  border-radius: 0.026042rem;
  padding: 0.015625rem 0.026042rem;
}
.btn[data-v-66acd7ae] {
  outline: none;
  border: none;
  cursor: pointer;
  border-radius: 0.026042rem;
  padding: 0.015625rem 0.026042rem;
  margin: 0.052083rem 0;
}
.fiexs[data-v-66acd7ae] {
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.06);
  width: 100%;
  height: 100%;
  text-align: center;
}
.fiexs > div[data-v-66acd7ae] {
  background: white;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  position: absolute;
  padding: 0.15625rem;
}
.fiexs > div p[data-v-66acd7ae] {
  margin-bottom: 0.104167rem;
}
.completss[data-v-66acd7ae] {
  margin-top: 0.104167rem;
}
.redbbg[data-v-66acd7ae] {
  background: red;
  color: white;
}
.cccbbg[data-v-66acd7ae] {
  background: #fff;
  color: #666;
  border: 0.005208rem solid #ebe9ea;
}
.posinum[data-v-66acd7ae] {
  position: absolute;
  right: 0.052083rem;
  top: -0.052083rem;
  background: red;
  width: 0.104167rem;
  height: 0.104167rem;
  color: white;
  line-height: 0.104167rem;
  border-radius: 50%;
}
.borday_add .time[data-v-66acd7ae] {
  padding: 0;
}
.container-addposi[data-v-66acd7ae] {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  left: 0;
  top: 0;
}
.container-addposi > div[data-v-66acd7ae] {
  width: 2.083333rem;
  height: 1.041667rem;
  background: white;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.container-addposi > div p[data-v-66acd7ae] {
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  width: 100%;
  font-size: 0.145833rem;
  font-family: "\601D\6E90\9ED1\4F53";
}
.container-addposi-btn[data-v-66acd7ae] {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 0.260417rem;
  color: white;
  text-align: center;
  cursor: pointer;
  border-radius: 50% 50% 0 0;
  background: #e60012;
  line-height: 0.260417rem;
  -webkit-box-shadow: 0 0 0.026042rem 0 #e60012;
          box-shadow: 0 0 0.026042rem 0 #e60012;
}
.container-addposi-posi[data-v-66acd7ae] {
  font-size: 0.145833rem;
  cursor: pointer;
  position: absolute;
  top: -0.005208rem;
  right: -0.026042rem;
  background: red;
  color: white;
  border-radius: 0 0 0 0.260417rem;
  width: 0.208333rem;
  height: 0.208333rem;
  line-height: 0.208333rem;
  text-align: center;
}
.renbtn[data-v-66acd7ae] {
  border: none;
  outline: none;
  width: 0.416667rem;
  height: 0.15625rem;
  background: #e60012;
  border-radius: 0.520833rem;
  margin-top: 0.104167rem;
  color: white;
  -webkit-box-shadow: 0 0 0.026042rem 0 #e60012;
          box-shadow: 0 0 0.026042rem 0 #e60012;
  cursor: pointer;
}
.container-addposi-box[data-v-66acd7ae] {
  position: relative;
  margin-top: 0.052083rem;
  overflow: hidden;
}
.container-addposi-box p[data-v-66acd7ae] {
  margin-bottom: 0.052083rem;
}
.container[data-v-707e546f] {
  width: 100%;
  height: 100%;
  overflow: auto;
  font-size: 0.09375rem;
  background: white;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0.15625rem;
}
.container header[data-v-707e546f] {
  font-size: 0.09375rem;
  font-family: "\601D\6E90\9ED1\4F53";
  font-weight: 500;
  color: rgba(50, 48, 83, 1);
  height: 0.260417rem;
  line-height: 0.416667rem;
}
.search[data-v-707e546f] {
  width: 1.213542rem;
  height: 0.197917rem;
  background: rgba(255, 255, 255, 1);
  border: 0.005208rem solid rgba(221, 225, 229, 1);
  border-radius: 0.03125rem;
  overflow: hidden;
  margin-right: 0.104167rem;
  position: relative;
}
.search input[data-v-707e546f] {
  height: 100%;
  width: 0.911458rem;
  font-size: 0.09375rem;
  padding-left: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.search button[data-v-707e546f] {
  width: 0.286458rem;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border: none;
  color: white;
  font-weight: 600;
  cursor: pointer;
  position: absolute;
  right: 0;
}
.container .content[data-v-707e546f] {
  -webkit-box-shadow: 0 0.015625rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.015625rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
}
.nav[data-v-707e546f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav li[data-v-707e546f] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  background: #f7f8ff;
  border-left: 0.005208rem solid white;
  font-size: 0.09375rem;
  font-family: "\601D\6E90\9ED1\4F53";
  font-weight: 500;
  color: rgba(50, 48, 83, 1);
  height: 0.416667rem;
  line-height: 0.416667rem;
  cursor: pointer;
}
.nav li[data-v-707e546f]:first-child {
  border: none;
}
.nav li span[data-v-707e546f] {
  position: relative;
}
.nav li span i[data-v-707e546f] {
  position: absolute;
  top: -20%;
  right: -20%;
  width: 0.104167rem;
  height: 0.104167rem;
  font-size: 0.0625rem;
  border-radius: 50%;
  background: red;
  line-height: 0.104167rem;
  color: white;
}
.nav .active[data-v-707e546f] {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  opacity: 0.8;
  border-radius: 0.03125rem;
  color: white;
}
.main li[data-v-707e546f] {
  padding: 0 0.104167rem;
  border-bottom: 0.005208rem solid #eee;
  font-size: 0.083333rem;
  font-family: "\601D\6E90\9ED1\4F53";
  font-weight: 500;
  color: rgba(50, 48, 83, 1);
  line-height: 0.3125rem;
}
.main li button[data-v-707e546f] {
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  background: #f2f1f9;
  font-size: 0.072917rem;
  font-family: "\601D\6E90\9ED1\4F53";
  font-weight: 500;
  color: rgba(88, 86, 120, 1);
  margin-right: 0.052083rem;
  border-radius: 0.026042rem;
}
.main li .blue[data-v-707e546f] {
  background: -webkit-gradient(linear, left top, left bottom, from(#8ebdfa), to(#5496f3));
  background: linear-gradient(#8ebdfa, #5496f3);
  color: rgba(255, 255, 255, 1);
}
.main li time[data-v-707e546f] {
  font-size: 0.072917rem;
  color: rgba(169, 168, 176, 1);
}
.main[data-v-707e546f] {
  min-height: 2.604167rem;
}
.container[data-v-662f3e1c] {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  font-size: 0.09375rem;
}
.table[data-v-662f3e1c] {
  height: calc(100% - 0.416667rem);
  margin-bottom: 0.052083rem;
  background: white;
}
.table table tr td div[data-v-662f3e1c] {
  line-height: 0.260417rem;
  height: 0.260417rem;
  border-bottom: 0.005208rem solid #eeeffa;
}
.table table tr td div[data-v-662f3e1c]:last-child {
  border: none;
}
.blue[data-v-662f3e1c] {
  background: #3699ff;
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
}
.eee[data-v-662f3e1c] {
  background: #ccc;
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
}
.orange[data-v-662f3e1c] {
  background: #fac23d;
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
}
.back-return[data-v-662f3e1c] {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.back-return-box[data-v-662f3e1c] {
  width: 3.125rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background: white;
  -webkit-box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
  padding: 0.104167rem;
  overflow: hidden;
}
.back-return-box table tr td .input[data-v-662f3e1c] {
  width: 0.78125rem;
  background: #f2f7fd;
  margin: 0.052083rem 0;
  line-height: 0.145833rem;
  height: 0.145833rem;
  text-align: center;
  overflow: hidden;
}
.back-return-box table[data-v-662f3e1c] {
  width: 100%;
  font-family: "\601D\6E90\9ED1\4F53";
}
.back-return-box-posi[data-v-662f3e1c] {
  position: absolute;
  top: -0.026042rem;
  right: -0.026042rem;
  outline: none;
  border: none;
  background: red;
  border-radius: 0 0 0 0.208333rem;
  color: white;
  width: 0.208333rem;
  height: 0.208333rem;
  text-align: center;
  cursor: pointer;
}
.allFixed > div table tr td .input[data-v-662f3e1c] {
  width: 1.40625rem;
  height: 0.15625rem;
  background: rgba(245, 249, 252, 1);
  border: 0.005208rem solid rgba(242, 242, 244, 1);
  border-radius: 0.020833rem;
  display: inline-block;
  vertical-align: top;
  padding-left: 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.allFixed > div table tr td[data-v-662f3e1c] {
  white-space: nowrap;
}
.allFixed > div table[data-v-662f3e1c] {
  border-collapse: separate;
  border-spacing: 0.052083rem 0.104167rem;
}
.allFixed > div table tr td[data-v-662f3e1c]:nth-of-type(odd) {
  white-space: nowrap;
  line-height: 0.15625rem;
  text-align: right;
}
.allFixed > div table tr td .scroll[data-v-662f3e1c] {
  overflow: auto;
  max-height: 0.520833rem;
}
.allFixed > div .head[data-v-662f3e1c] {
  font-size: 0.104167rem;
  font-weight: 600;
  border-bottom: 0.005208rem solid #f2f2f2;
}
.allFixed input[data-v-662f3e1c] {
  height: 0.15625rem;
  background: rgba(245, 249, 252, 1);
  border: 0.005208rem solid rgba(242, 242, 244, 1);
}
.allFixed .allFixed_table td .el-input[data-v-662f3e1c],
.allFixed .allFixed_table td .el-select[data-v-662f3e1c] {
  width: 0.9375rem;
}
.table tbody tr.even[data-v-662f3e1c] {
  background: rgba(243, 255, 250, 1);
  border-radius: 0.03125rem;
}
.table tbody tr.odd[data-v-662f3e1c] {
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
}
.header[data-v-662f3e1c] {
  height: 0.260417rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .search[data-v-662f3e1c] {
  width: 1.213542rem;
  height: 0.197917rem;
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
  overflow: hidden;
  position: relative;
  border: 0.005208rem solid #ccc;
}
.header .search input[data-v-662f3e1c] {
  height: 100%;
  width: 0.911458rem;
  font-size: 0.09375rem;
  padding-left: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header .search button[data-v-662f3e1c] {
  width: 0.302083rem;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border: none;
  color: white;
  font-weight: 800;
  cursor: pointer;
  position: absolute;
  right: 0;
}
.container[data-v-68870c69] {
  width: 100%;
  height: 100%;
  background: white;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-font-smoothing: antialiased;
  overflow: auto;
}
.header[data-v-68870c69] {
  height: 0.520833rem;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.search[data-v-68870c69] {
  width: 1.161458rem;
  height: 0.197917rem;
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
  overflow: hidden;
  margin-right: 0.104167rem;
  border: 0.005208rem solid rgba(182, 182, 195, 0.2);
  position: relative;
  display: inline-block;
}
.search input[data-v-68870c69] {
  height: 100%;
  width: 0.911458rem;
  font-size: 0.083333rem;
  padding-left: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
}
.search button[data-v-68870c69] {
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border: none;
  color: white;
  font-weight: 600;
  cursor: pointer;
  position: absolute;
  right: 0;
  padding: 0 0.015625rem;
}
.btn[data-v-68870c69] {
  outline: none;
  border: none;
  cursor: pointer;
}
.header .topheader[data-v-68870c69] {
  height: 0.208333rem;
  position: absolute;
  left: 50%;
  line-height: 0.208333rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  background: white;
  border-radius: 0.78125rem;
  top: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
}
.header .topheader > span[data-v-68870c69] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
  padding: 0 0.083333rem;
  white-space: nowrap;
}
.header .topheader .active[data-v-68870c69] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border-radius: 0.208333rem;
}
.mleft[data-v-68870c69] {
  margin-top: 0.260417rem;
}
.mleft .btn_2[data-v-68870c69] {
  background: -webkit-gradient(linear, left top, left bottom, from(#8dbbfa), to(#5194f3));
  background: linear-gradient(#8dbbfa, #5194f3);
  color: white;
  padding: 0 0.104167rem;
  -webkit-box-shadow: 0 0 0.026042rem 0 #8dbbfa;
          box-shadow: 0 0 0.026042rem 0 #8dbbfa;
  line-height: 0.197917rem;
  height: 0.197917rem;
  border-radius: 0.130208rem;
  cursor: pointer;
}
.btn-back-blue[data-v-68870c69] {
  background: -webkit-gradient(linear, left top, left bottom, from(#8dbbfa), to(#5194f3));
  background: linear-gradient(#8dbbfa, #5194f3);
  color: white;
  height: 0.197917rem;
  -webkit-box-shadow: 0 0 0.026042rem 0 #8dbbfa;
          box-shadow: 0 0 0.026042rem 0 #8dbbfa;
  border-radius: 0.026042rem;
  cursor: pointer;
  width: 0.489583rem;
  display: inline-block;
  margin-left: 0.052083rem;
}
.table[data-v-68870c69] {
  height: calc(100% - 0.520833rem);
}
.table table tbody tr.active[data-v-68870c69] {
  background: rgb(170, 170, 170);
}
.table table tr td div[data-v-68870c69] {
  line-height: 200%;
  border-bottom: 0.015625rem solid #eeeffa;
}
.table table tr td div[data-v-68870c69]:last-child {
  border: none;
}
.container-main-center-ul[data-v-68870c69] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  height: 0.260417rem;
  font-size: 0.104167rem;
}
.container-main-center-ul li[data-v-68870c69] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
}
.container-main-center-ul li[data-v-68870c69] {
  line-height: 0.260417rem;
  display: inline-block;
  font-family: "\601D\6E90\9ED1\4F53";
}
.container-main-center-ul .active[data-v-68870c69] {
  color: #02c18d;
  border-bottom: 0.010417rem solid #02c18d;
}
.table_1 p[data-v-68870c69] {
  text-align: center;
}
.ccc[data-v-68870c69] {
  background: #ccc;
}
.table_1[data-v-68870c69] {
  width: 100%;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.table_1 h3[data-v-68870c69] {
  font-size: 0.083333rem;
  font-family: "\601D\6E90\9ED1\4F53";
  font-weight: 500;
  width: 0.416667rem;
  display: inline-block;
}
.table_1_section table[data-v-68870c69] {
  /* width: 100%; */
  border-collapse: separate;
  border-spacing: 0.052083rem 0.104167rem;
}
.table_1_section table td:nth-of-type(even) .el-input[data-v-68870c69],
.table_1_section table td:nth-of-type(even) .el-select[data-v-68870c69] {
  /* width: 100%; */
  width: 1.041667rem;
}
.table_1_section table tr td[data-v-68870c69]:nth-of-type(odd) {
  text-align: right;
  width: 0.625rem;
  line-height: 0.197917rem;
  margin-right: 0.052083rem;
  margin-bottom: 0.078125rem;
  white-space: nowrap;
  font-size: 0.072917rem;
}
.table_1_section table tr td[data-v-68870c69]:nth-of-type(1) {
  width: 0.9375rem;
}
.table_1_section table tr td[data-v-68870c69]:nth-of-type(even) {
  line-height: 0.197917rem;
  margin-bottom: 0.078125rem;
}
.table_2_section table tr td[data-v-68870c69]:nth-of-type(even) {
  line-height: 0.197917rem;
  margin-bottom: 0.078125rem;
}
.table_1_section_box[data-v-68870c69] {
  padding: 0.052083rem;
  background: #FAFAFA;
  border-radius: 0.020833rem;
  border: 0.005208rem solid #EBEBEB;
}
.table_1_section_ul[data-v-68870c69],
.table_1_section_box_ul[data-v-68870c69] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.table_1_section_box_ul[data-v-68870c69]:nth-of-type(1) {
  border-bottom: 0.005208rem #DCDCDC solid;
  padding-bottom: 0.052083rem;
  margin-bottom: 0.052083rem;
}
.table_1_section_box_ul li[data-v-68870c69] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.table_1_section_ul li[data-v-68870c69] {
  width: 0.729167rem;
  margin-right: 0.052083rem;
  margin-bottom: 0.052083rem;
}
.table_1_section table tr td .table_1_section_ul li .el-input[data-v-68870c69],
.table_1_section table tr td .table_1_section_ul li .el-select[data-v-68870c69] {
  width: 0.729167rem;
}
.red[data-v-68870c69] {
  color: red;
}
.allFixed_table[data-v-68870c69] {
  width: 60%;
  position: relative;
}
.allFixed_table table[data-v-68870c69] {
  width: 100%;
}

/* .allFixed_table table thead {
  border-bottom: 1px solid #ccc
} */
.allFixed_table table .border[data-v-68870c69] {
  border-top: 0.005208rem solid #ccc;
}
.allFixed_table table tr td[data-v-68870c69] {
  padding: 0.052083rem 0;
}
.allFixed_table table input[type='checkbox'][data-v-68870c69] {
  width: 0.078125rem;
  height: 0.078125rem;
  vertical-align: middle;
}
.allFixed_table_p[data-v-68870c69] {
  width: 100%;
  margin-top: 0.104167rem;
  text-align: center;
}
[data-v-68870c69]::-webkit-scrollbar {
  width: 0.026042rem;
  height: 0.052083rem;
  background-color: #f5f5f5;
}
.btn_bar[data-v-68870c69] {
  height: 0.197917rem;
  line-height: 0.197917rem;
  padding: 0 0.026042rem;
  display: inline-block;
  margin-right: 0.026042rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(247,248,255,1);
  border: 0.005208rem solid rgba(240,240,240,1);
  border-radius: 0.020833rem;
  cursor: pointer;
}
.btn_active[data-v-68870c69] {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  color: white;
  border: none;
}
.el-icon-delete[data-v-68870c69] {
  cursor: pointer;
  /* margin-left: 20px; */
}
.input_model[data-v-68870c69] {
  background-color: #F5F7FA;
  border-color: #E4E7ED;
  font-size: 0.072917rem;
  color: #C0C4CC;
  border: 0.005208rem solid #DCDFE6;
  line-height: 0.208333rem;
  text-indent: 0.078125rem;
  border-radius: 0.020833rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0.8;
  padding-right: 0.052083rem;
  display: inline-block;
  min-width: 60%;
}
.recordStyle[data-v-68870c69] {
  line-height: 0.1875rem;
  font-size: 0.083333rem;
}
.recordStyle i[data-v-68870c69] {
  /* padding-right:30px; */
  display: inline-block;
  width: 0.15625rem;
  color: rgba(0, 0, 0, 0.4);
  vertical-align: middle;
}
.recordStyle span[data-v-68870c69] {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 0;
  width: 0.0625rem;
  height: 0.0625rem;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.010417rem solid #00F5B4;
}
.recordStyle .bar[data-v-68870c69] {
  position: absolute;
  top: 0.052083rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.005208rem;
  height: 0.125rem;
  background: #00F5B4;
  display: inline-block;
  padding: 0;
}
.recordStyle[data-v-68870c69]:last-of-type {
  color: #3699ff;
}
.recordStyle:last-of-type .bar[data-v-68870c69] {
  display: none;
}
.hover > div[data-v-68870c69] {
  position: absolute;
  width: 1.041667rem;
  height: auto;
  background: white;
  right: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  z-index: 10;
  bottom: 0.197917rem;
  text-align: left;
  padding: 0.026042rem;
  white-space: normal;
}
.hover[data-v-68870c69] {
  position: relative;
  cursor: pointer;
  min-height: 0.15625rem;
}
.table_1_section_title[data-v-68870c69] {
  width: 100%;
  height: 0.197917rem;
  line-height: 0.197917rem;
}
.table_1_section_bar[data-v-68870c69] {
  float: right;
  width: calc(100% - 0.416667rem);
  height: 0.005208rem;
  border-bottom: dotted 0.010417rem #CECECE;
  margin-top: 0.083333rem;
}
#searchId[data-v-68870c69]::-webkit-input-placeholder {
  color: rgba(153,153,153,0.7);
  text-align: left;
  font-size: 0.072917rem;
}
#searchId[data-v-68870c69]::-moz-placeholder {
  color: rgba(153,153,153,0.7);
  text-align: left;
  font-size: 0.072917rem;
}

/* firefox 19+ */
#searchId[data-v-68870c69]:-ms-input-placeholder {
  color: rgba(153,153,153,0.7);
  text-align: left;
  font-size: 0.072917rem;
}

/* Internet Explorer 10+ */
#searchId[data-v-68870c69]:-moz-placeholder {
  color: rgba(153,153,153,0.7);
  text-align: left;
  font-size: 0.072917rem;
}

/* firefox 14-18 */
.container[data-v-49aa382f] {
  width: 100%;
  height: 100%;
  font-size: 0.09375rem;
  white-space: nowrap;
  position: relative;
}
.header[data-v-49aa382f] {
  width: 100%;
  height: 0.208333rem;
  position: relative;
  margin-bottom: 0.104167rem;
}
.search[data-v-49aa382f] {
  width: 1.25rem;
  height: 0.197917rem;
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
  overflow: hidden;
  position: relative;
  border: 0.005208rem solid #dcdfe6;
}
.search input[data-v-49aa382f] {
  height: 100%;
  width: calc(100% - 0.302083rem);
  font-size: 0.09375rem;
  padding-left: 0.104167rem;
  padding-right: 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.search button[data-v-49aa382f] {
  width: 0.302083rem;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border: none;
  color: white;
  font-weight: 800;
  cursor: pointer;
  position: absolute;
  right: 0;
}
.table[data-v-49aa382f] {
  height: calc(100% - 0.520833rem);
  background: white;
}
.red[data-v-49aa382f] {
  color: red;
}
.add_center[data-v-49aa382f] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  background: white;
  padding-top: 0.208333rem;
  padding-left: 0.416667rem;
  padding-right: 0.15625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.add_center table[data-v-49aa382f] {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0.052083rem;
}
.add_center table td[data-v-49aa382f]:nth-of-type(odd) {
  text-align: right;
  font-size: 0.083333rem;
}
.add_center table td:nth-of-type(even) .el-input[data-v-49aa382f],
.add_center table td:nth-of-type(even) .el-select[data-v-49aa382f],
.add_center table td:nth-of-type(even) .el-input-number[data-v-49aa382f] {
  width: 1.145833rem;
  height: 0.166667rem;
}
.add_center[data-v-49aa382f] table td:nth-of-type(even) .el-input__inner {
  height: 0.166667rem;
}
.add_center table tr[data-v-49aa382f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* .add_center table td:nth-of-type(even) .el-input, */
.add_center table tr td[data-v-49aa382f]:nth-of-type(odd) {
  width: 15%;
  line-height: 0.197917rem;
  margin-right: 0.052083rem;
  /* margin-bottom: 15px; */
}
.add_center table tr td[data-v-49aa382f]:nth-of-type(even) {
  width: 30%;
  line-height: 0.197917rem;
  margin-bottom: 0.026042rem;
}
.add_center .el-icon-minus[data-v-49aa382f] {
  width: 0.15625rem;
  height: 0.15625rem;
  border-radius: 0.020833rem;
  border: 0.005208rem solid#ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 0.15625rem;
  text-align: center;
  vertical-align: middle;
}
.add_center .el-icon-plus[data-v-49aa382f],
.el_active[data-v-49aa382f] {
  width: 0.15625rem;
  height: 0.15625rem;
  border-radius: 0.020833rem;
  background: #3699ff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 0.15625rem;
  text-align: center;
  color: white;
  vertical-align: middle;
}
.allFixed table[data-v-49aa382f] {
  border-collapse: separate;
  border-spacing: 0.104167rem;
}
.allFixed .allFixedTable[data-v-49aa382f] {
  border-collapse: collapse;
  text-align: center;
  white-space: nowrap;
}
.allFixedTable tbody td[data-v-49aa382f] {
  border: 0.005208rem solid rgba(237, 238, 246, 1);
  white-space: nowrap;
  height: 0.1875rem;
  font-size: 0.072917rem;
}
.allFixed table td[data-v-49aa382f] {
  text-align: right;
}
.allFixed.allFixed1 table td[data-v-49aa382f]:nth-of-type(even) {
  text-align: left;
}
.allFixed.allFixed1 .allFixedTable td[data-v-49aa382f],
.allFixed.allFixed1 .allFixedTable td[data-v-49aa382f]:nth-of-type(even) {
  text-align: center;
}
.allFixed table td .el-input[data-v-49aa382f] {
  width: 0.78125rem;
}
.allFixed.allFixed1 table td .el-input[data-v-49aa382f] {
  width: 1.041667rem;
}
i.Required[data-v-49aa382f] {
  color: red;
}
.iscopy[data-v-49aa382f] {
  text-align: center;
  font-size: 0.197917rem;
  font-weight: 300;
  font-family: Arial;
  background: rgba(243, 255, 250, 0.87);
}
h3[data-v-49aa382f] {
  font-size: 0.104167rem;
  font-weight: bold;
}
.add_center[data-v-49aa382f] table input::-webkit-outer-spin-button,
.add_center[data-v-49aa382f] table input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.add_center[data-v-49aa382f] table input[type="number"] {
  -moz-appearance: textfield;
}
.add_center input[type="radio"][data-v-49aa382f] {
  width: 0.104167rem;
  height: 0.104167rem;
  vertical-align: middle;
}
.table tbody tr.even[data-v-49aa382f] {
  background: rgba(243, 255, 250, 1);
  border-radius: 0.03125rem;
}
.table tbody tr.odd[data-v-49aa382f] {
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
}
.el-radio-group[data-v-49aa382f] {
  height: 0.197917rem;
}
.allFixed[data-v-49aa382f] .el-radio-button {
  margin-right: 0.104167rem;
  width: 0.520833rem;
  height: 0.1875rem;
  border: 0.005208rem solid #e7e7e8;
  border-radius: 0.03125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.allFixed[data-v-49aa382f] .el-radio-button .el-radio-button__inner {
  width: 100%;
  height: 0.177083rem;
  border-radius: 0.03125rem;
  border: none;
}
.container[data-v-49aa382f] .el-button {
  line-height: 0.5;
  height: 0.166667rem;
  vertical-align: middle;
}
header[data-v-49aa382f] .el-button {
  line-height: 0.5;
  height: 0.166667rem;
  vertical-align: middle;
}
.allFixed1[data-v-49aa382f] .el-input.is-disabled .el-input__inner {
  background: none;
  border-color: none;
  color: rgb(92, 92, 92);
}
.container[data-v-38e76fc5] {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
header[data-v-38e76fc5] {
  width: 100%;
  height: 0.260417rem;
  background: white;
  margin-bottom: 0.104167rem;
}
header span[data-v-38e76fc5] {
  float: left;
  height: 0.260417rem;
  line-height: 0.260417rem;
  margin: 0 0.104167rem;
  font-size: 0.104167rem;
}
header .active[data-v-38e76fc5] {
  border-bottom: 0.010417rem rgba(70, 143, 212, 1) solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.container_main[data-v-38e76fc5] {
  height: calc(100% - 1.25rem);
  width: 100%;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.container_main_head span[data-v-38e76fc5] {
  padding: 0.052083rem 0.104167rem;
  font-size: 0.083333rem;
  color: rgba(50, 48, 83, 0.7);
}
.container_main_head .active[data-v-38e76fc5] {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(83, 153, 219, 1)),
    to(rgba(125, 188, 247, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(83, 153, 219, 1) 0%,
    rgba(125, 188, 247, 1) 100%
  );
  color: white;
  border-radius: 0.026042rem 0.026042rem 0 0;
}
.nav[data-v-38e76fc5] {
  width: 100%;
  background: white;
  line-height: 200%;
  padding: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.072917rem;
}
.mutil-query-title[data-v-38e76fc5] {
  width: 0.520833rem;
  font-size: 0.083333rem;
  padding-bottom: 0.052083rem;
  display: inline-block;
  font-weight: 600;
}
.mutil-query-remove[data-v-38e76fc5] {
  display: inline-block;
  margin-right: 0.052083rem;
  width: 0.208333rem;
  cursor: pointer;
}
.container_main_center[data-v-38e76fc5] {
  margin-top: 0.104167rem;
  background: white;
}
.container_main_center_ul[data-v-38e76fc5] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0.364583rem;
  line-height: 0.364583rem;
  font-size: 0.072917rem;
  font-weight: 600;
}
.container_main_center_ul1[data-v-38e76fc5] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0.208333rem;
  line-height: 0.208333rem;
  position: relative;
  font-weight: 500;
}
.container_main_center_ul li[data-v-38e76fc5] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 0.104167rem;
}
.container_main_center_ul li[data-v-38e76fc5]:first-child {
  -webkit-box-flex: 8;
      -ms-flex: 8;
          flex: 8;
}
.container_main_center_ul1[data-v-38e76fc5]:nth-of-type(even) {
  background: rgba(249, 250, 253, 1);
}
.container_main_center_ul1[data-v-38e76fc5]:nth-of-type(odd) {
  background: white;
}
.container_main_center_ul1[data-v-38e76fc5]:hover {
  z-index: 10;
  -webkit-box-shadow: 0 0 0.104167rem 0 rgba(30, 94, 153, 0.3);
          box-shadow: 0 0 0.104167rem 0 rgba(30, 94, 153, 0.3);
  color: rgba(45, 129, 206, 1);
}
.container[data-v-961a2212] {
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 0.083333rem;
}
.header[data-v-961a2212] {
  width: 100%;
  height: 0.3125rem;
  position: relative;
}
.header > .header_top[data-v-961a2212] {
  margin-top: 0;
}
.header_tab[data-v-961a2212] {
  width: 100%;
  position: relative;
  height: 0.208333rem;
}
.header_tab > div[data-v-961a2212] {
  height: 0.208333rem;
  position: absolute;
  left: 50%;
  line-height: 0.208333rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  background: white;
  border-radius: 0.78125rem;
  top: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  white-space: nowrap;
  font-size: 0.09375rem;
}
.header_tab > div span[data-v-961a2212] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 0.083333rem;
  border-radius: 0.78125rem;
  cursor: pointer;
}
.header_tab > div .active[data-v-961a2212] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
}
.search[data-v-961a2212] {
  width: 1.213542rem;
  height: 0.197917rem;
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
  overflow: hidden;
  position: relative;
  border: 0.005208rem solid #dcdfe6;
}
.search input[data-v-961a2212] {
  height: 100%;
  width: 0.911458rem;
  font-size: 0.09375rem;
  padding-left: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.search button[data-v-961a2212] {
  width: 0.302083rem;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border: none;
  color: white;
  font-weight: 800;
  cursor: pointer;
  position: absolute;
  right: 0;
  white-space: nowrap;
}
.table[data-v-961a2212] {
  height: calc(100% - 0.46875rem);
  background: #fff;
}
.table table tr.even[data-v-961a2212] {
  background: rgba(243, 255, 250, 1);
  border-radius: 0.03125rem;
}
.table table tr.odd[data-v-961a2212] {
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
}
.allFixed[data-v-961a2212] {
  white-space: nowrap;
}
.allFixed table[data-v-961a2212] {
  border-collapse: separate;
  border-spacing: 0.104167rem;
}

/* .allFixed table td:nth-of-type(odd){
  text-align: right;
}
.allFixed table td:nth-of-type(even) .el-input{
    width: 200px;
} */
.allFixed table td[data-v-961a2212] {
  text-align: right;
}
.allFixed table td  .el-input[data-v-961a2212] {
  width: 0.78125rem;
}
.allFixed[data-v-961a2212] .el-radio-button {
  margin-right: 0.104167rem;
  width: 0.520833rem;
  height: 0.1875rem;
  border: 0.005208rem solid #E7E7E8;
  border-radius: 0.03125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.allFixed[data-v-961a2212] .el-radio-button .el-radio-button__inner {
  width: 100%;
  height: 0.177083rem;
  border-radius: 0.03125rem;
  border: none;
}
h3[data-v-961a2212] {
  font-size: 0.104167rem;
  font-weight: bold;
}
.input_model[data-v-961a2212] {
  background-color: #F5F7FA;
  border-color: #E4E7ED;
  font-size: 0.072917rem;
  color: #C0C4CC;
  border: 0.005208rem solid #DCDFE6;
  line-height: 0.208333rem;
  height: 0.208333rem;
  text-indent: 0.078125rem;
  border-radius: 0.020833rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0.8;
  padding-right: 0.052083rem;
}
.container[data-v-2bd95040] {
  width: 100%;
  height: 100%;
  font-size: 0.09375rem;
  white-space: nowrap;
  position: relative;
}
.pagebox[data-v-2bd95040] {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #f4f5fa;
  z-index: 9;
}
.serviceEnter_head[data-v-2bd95040] {
  margin-bottom: 0.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.serviceEnter_headbox[data-v-2bd95040] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.serviceEnter_table[data-v-2bd95040] .el-table {
  min-height: calc(100vh - 0.9375rem);
}
.serviceEnterinfo_cont .el-col[data-v-2bd95040] {
  margin-bottom: 0.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.serviceEnterinfo_cont .serviceEnterinfo_cont_label[data-v-2bd95040] {
  width: 1.145833rem;
  text-align: right;
  white-space: nowrap;
  margin-right: 0.041667rem;
  font-size: 0.083333rem;
}
.serviceReview[data-v-2bd95040]   .el-table {
  margin-top: 0.125rem;
  min-height: calc(100vh - 0.755208rem);
}
.tabbox[data-v-2bd95040] {
  width: 100%;
  position: relative;
  height: 0.208333rem;
}
.tabbox > div[data-v-2bd95040] {
  height: 0.208333rem;
  position: absolute;
  left: 50%;
  line-height: 0.208333rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  background: white;
  border-radius: 0.78125rem;
  top: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  white-space: nowrap;
  font-size: 0.09375rem;
}
.tabbox > div span[data-v-2bd95040] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 0.083333rem;
  border-radius: 0.78125rem;
  cursor: pointer;
}
.tabbox > div .active[data-v-2bd95040] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
}
.header[data-v-2bd95040] {
  width: 100%;
  height: 0.197917rem;
  position: relative;
  margin-top: 0.104167rem;
  margin-bottom: 0.104167rem;
}
.header_time[data-v-2bd95040] {
  margin-left: 0.104167rem;
  height: 0.197917rem;
  font-size: 0.083333rem;
  color: rgb(66, 65, 65);
}
.search[data-v-2bd95040] {
  width: 1.770833rem;
  height: 0.197917rem;
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
  overflow: hidden;
  position: relative;
  border: 0.005208rem solid #dcdfe6;
}
.search input[data-v-2bd95040] {
  height: 100%;
  width: calc(100% - 0.302083rem);
  font-size: 0.09375rem;
  padding-left: 0.104167rem;
  padding-right: 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.search button[data-v-2bd95040] {
  width: 0.302083rem;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border: none;
  color: white;
  font-weight: 800;
  cursor: pointer;
  position: absolute;
  right: 0;
}
.button[data-v-2bd95040] {
  width: 0.416667rem;
  height: 0.208333rem;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border: rgba(66, 230, 149, 1) 0.005208rem solid;
  border-radius: 0.020833rem;
  color: white;
  font-weight: 800;
  cursor: pointer;
}
.table[data-v-2bd95040] {
  height: calc(100% - 0.833333rem);
  background: white;
}
.allFixed .el-form h3[data-v-2bd95040] {
  margin-bottom: 0.104167rem;
}
.allFixed_table tr[data-v-2bd95040] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.allFixed_table tr td[data-v-2bd95040] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.allFixed_table .el-form-item_left[data-v-2bd95040] {
  text-align: right;
  line-height: 0.208333rem;
}
.allFixed_table .el-form-item_center[data-v-2bd95040] {
  text-align: center;
}
.allFixed_table[data-v-2bd95040] td .el-input-number .el-input-number__decrease,
.allFixed_table[data-v-2bd95040] td .el-input-number .el-input-number__increase {
  opacity: 0;
}
.allFixed_table[data-v-2bd95040] td .el-input-number .el-input__inner {
  text-align: left;
}
.allFixed_table_tr td[data-v-2bd95040] {
  text-align: center;
  height: 0.197917rem;
  line-height: 0.197917rem;
  font-size: 0.083333rem;
  border: 0.005208rem solid #dcdfe6;
}
.allFixed_table_tr[data-v-2bd95040] .el-input {
  width: calc(100% - 0.052083rem);
  /* float: left; */
  margin: 0 0.026042rem;
}
.allFixed_table_tr[data-v-2bd95040] .el-input .el-input__inner {
  height: 0.135417rem;
}
.allFixed_table_footer[data-v-2bd95040] {
  text-align: center;
  margin-top: 0.104167rem;
}
.upload-demo[data-v-2bd95040],
.upload-demo[data-v-2bd95040] .el-upload,
.upload-demo[data-v-2bd95040] .el-upload .el-button {
  width: 100%;
  height: 0.197917rem;
}
.allFixed[data-v-2bd95040] .el-input.is-disabled .el-input__inner {
  background: none;
  border-color: none;
  color: rgb(92, 92, 92);
}
.upload_file[data-v-2bd95040] {
  width: 100%;
  height: 0.208333rem;
}
.onupload_file[data-v-2bd95040] {
  background: #409EFF;
  border: 0.005208rem solid #EEF0F8;
  border-radius: 0.020833rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #FCFCFE;
  text-align: center;
  cursor: pointer;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 0.197917rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.onupload_file>p[data-v-2bd95040] {
  padding: 0 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 0.677083rem;
  overflow: hidden;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.upload[data-v-2bd95040] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  cursor: pointer;
  height: 0.197917rem;
}
.to_href[data-v-2bd95040] {
  float: left;
  width: 100%;
  height: 100%;
  color: #FCFCFE;
}

/*  */
.header_add[data-v-2bd95040] {
  position: relative;
  height: 0.260417rem;
  /* z-index: ; */
}
.header-btn[data-v-2bd95040] {
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  border-radius: 0.03125rem;
  border: none;
  width: 0.520833rem;
  height: 0.208333rem;
  margin-right: 0.104167rem;
  text-align: center;
  line-height: 0.208333rem;
  cursor: pointer;
  font-size: 0.083333rem;
  background: white;
  position: relative;
}
.header .active[data-v-2bd95040] {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  color: white;
}
.header_model[data-v-2bd95040] {
  position: absolute;
  width: 0.520833rem;
  top: 0.208333rem;
  left: 0;
  margin-top: 0.052083rem;
  text-align: center;
  background: white;
  line-height: 0.166667rem;
  padding: 0.052083rem 0;
  cursor: pointer;
  -webkit-box-shadow: 0 0.010417rem 0.052083rem 0 rgba(137, 155, 171, 0.33);
          box-shadow: 0 0.010417rem 0.052083rem 0 rgba(137, 155, 171, 0.33);
  z-index: 2;
}
.header_model p[data-v-2bd95040]:hover {
  background: rgba(0, 0, 0, 0.04);
}
.add_center[data-v-2bd95040] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  background: white;
  padding-top: 0.208333rem;
  padding-bottom: 0.104167rem;
  padding-left: 0.416667rem;
  padding-right: 0.15625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.add_center table[data-v-2bd95040] {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0.052083rem;
}
.add_center table td[data-v-2bd95040]:nth-of-type(odd) {
  text-align: right;
  font-size: 0.083333rem;
}
.add_center table td:nth-of-type(even) .el-input[data-v-2bd95040],
.add_center table td:nth-of-type(even) .el-select[data-v-2bd95040],
.add_center table td:nth-of-type(even) .el-input-number[data-v-2bd95040] {
  width: 1.145833rem;
  height: 0.166667rem;
}
.add_center[data-v-2bd95040] table td:nth-of-type(even) .el-input-number .el-input-number__decrease,
.add_center[data-v-2bd95040] table td:nth-of-type(even) .el-input-number .el-input-number__increase {
  height: 0.083333rem;
}
.add_center[data-v-2bd95040] table td:nth-of-type(even) .el-input-number .el-input__inner {
  float: left;
}
.add_center[data-v-2bd95040] table td:nth-of-type(even) .el-input__inner {
  height: 0.166667rem;
}
.add_center table tr[data-v-2bd95040] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* .add_center table td:nth-of-type(even) .el-input, */
.add_center table tr td[data-v-2bd95040]:nth-of-type(odd) {
  width: 15%;
  line-height: 0.197917rem;
  margin-right: 0.052083rem;
  /* margin-bottom: 15px; */
}
.add_center table tr td[data-v-2bd95040]:nth-of-type(even) {
  width: 30%;
  line-height: 0.197917rem;
  margin-bottom: 0.026042rem;
}
.add_center .el-icon-minus[data-v-2bd95040] {
  width: 0.15625rem;
  height: 0.15625rem;
  border-radius: 0.020833rem;
  border: 0.005208rem solid#ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 0.15625rem;
  text-align: center;
  vertical-align: middle;
}
.add_center .el-icon-plus[data-v-2bd95040],
.el_active[data-v-2bd95040] {
  width: 0.15625rem;
  height: 0.15625rem;
  border-radius: 0.020833rem;
  background: #3699ff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 0.15625rem;
  text-align: center;
  color: white;
  vertical-align: middle;
}
.add_center[data-v-2bd95040]  table input::-webkit-outer-spin-button,
.add_center[data-v-2bd95040]  table input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.add_center[data-v-2bd95040]  table input[type="number"] {
  -moz-appearance: textfield;
}
.add_center input[type="radio"][data-v-2bd95040] {
  width: 0.104167rem;
  height: 0.104167rem;
  vertical-align: middle;
}
.add_center[data-v-2bd95040] table td:nth-of-type(even) .input-with-select .el-select .el-input .el-input__inner {
  height: 0.151042rem !important;
  background: #fff;
}
.detail_file_btn[data-v-2bd95040] {
  width: 100%;
}
.detail_file_btn[data-v-2bd95040] span {
  display: inline-block;
  width: 0.885417rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.backj-exc-file[data-v-2bd95040] {
  background: #3699FF;
  border: 0.005208rem solid #E7E7E8;
  border-radius: 0.03125rem;
  font-size: 0.083333rem;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  cursor: pointer;
  position: absolute;
  left: 0;
  width: 1.25rem;
  top: 0;
  height: 0.1875rem;
  line-height: 0.1875rem;
  cursor: pointer;
}
.backj-exc-file~i[data-v-2bd95040] {
  position: absolute;
  left: 1.25rem;
}
.allFixed_excel>div[data-v-2bd95040] {
  width: 4.6875rem;
}
.allFixed_excel table[data-v-2bd95040] {
  border-spacing: 0 0.052083rem;
  margin: 0 auto;
}
.allFixed_excel table tr td[data-v-2bd95040] {
  height: 0.1875rem;
  line-height: 0.1875rem;
}
.allFixed_excel table tr td[data-v-2bd95040]:nth-of-type(1) {
  text-align: right;
}
.allFixed_excel table tr td p[data-v-2bd95040] {
  font-size: 0.083333rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #A5A5A5;
}
.allFixed_excelTable>div[data-v-2bd95040] {
  width: 6.25rem;
}
.allFixed_excelTable>div>div>p[data-v-2bd95040] {
  font-size: 0.09375rem;
  font-weight: 500;
  color: #323053;
  line-height: 0.1875rem;
  border-bottom: #00F5B4 0.010417rem solid;
  display: inline-block;
  margin-bottom: 0.104167rem;
}
.allFixed_excelTable .excelTable[data-v-2bd95040] {
  width: 100%;
  max-height: 3.4375rem;
  overflow: auto;
}
.allFixed_excelTable table[data-v-2bd95040] {
  /* border-spacing: 0; */
  border-collapse: collapse;
  border: 0.005208rem solid #EDEDED;
  width: 100%;
}
.allFixed_excelTable table thead tr[data-v-2bd95040] {
  height: 0.25rem;
  background: #EDEFF3;
  border: 0.005208rem solid #EDEDED;
  border-radius: 0.020833rem;
}
.allFixed_excelTable table tr td[data-v-2bd95040] {
  text-align: left;
  padding: 0 1em;
  line-height: 0.208333rem;
}
.allFixed_excelTable table tr td[data-v-2bd95040]:nth-of-type(odd) {
  text-align: left;
}
.allFixed_excelTable table tr td[data-v-2bd95040]:nth-of-type(1),
.allFixed_excelTable table tr td[data-v-2bd95040]:nth-of-type(2) {
  text-align: center;
}
.allFixed_excelTable table thead tr td[data-v-2bd95040] {
  font-size: 0.072917rem;
  font-weight: 500;
  font-family: 'Source Han Sans CN';
  color: #323053;
}
.allFixed_excelTable table tbody tr td[data-v-2bd95040] {
  height: 0.208333rem;
  font-size: 0.072917rem;
  font-weight: 400;
  color: #323053;
}
.excel[data-v-2bd95040] {
  position: absolute;
  left: 0;
  top: 0;
  width: 1.25rem;
  opacity: 0;
  cursor: pointer;
  height: 0.1875rem;
}
.serviceEnterdetail_table[data-v-2bd95040] .el-table {
  min-height: calc(100vh - 1.5625rem);
}
.serviceEnter_ImportModal[data-v-2bd95040] {
  padding: 0 !important;
  border-radius: 0.041667rem;
  overflow: hidden;
}
.serviceEnter_ImportModal_head[data-v-2bd95040] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(0, 0, 0, 0.65);
  font-weight: 500;
  padding: 0.078125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 0.005208rem solid #ccc;
}
.serviceEnter_ImportModal_head_close[data-v-2bd95040] {
  color: #999;
  font-size: 0.125rem;
  cursor: pointer;
}
.serviceEnter_ImportModal_cont[data-v-2bd95040] {
  padding: 0.15625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.serviceEnter_ImportModal_cont[data-v-2bd95040] .el-collapse-item__header {
  font-size: 0.09375rem;
}
.serviceEnter_ImportModal_cont_collapse_item[data-v-2bd95040] {
  margin-top: 0.041667rem;
  padding-left: 30%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.083333rem;
}
.ConsultantPerformanceStatisticsPage[data-v-494c9170] {
  min-width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  overflow: auto;
  padding: 0.15625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background: #fff;
}
.ConsultantPerformanceStatisticsPage_screen[data-v-494c9170] {
  margin-top: 0.15625rem;
  margin-bottom: 0.083333rem;
}
.ConsultantPerformanceStatisticsPage_table[data-v-494c9170] .el-table__header-wrapper th,
.ConsultantPerformanceStatisticsPage_application_table[data-v-494c9170] .el-table__header-wrapper th,
.ConsultantPerformanceStatisticsPage_addStudents_cont[data-v-494c9170] .el-table__header-wrapper th {
  background: #f7f8ff !important;
}
.ConsultantPerformanceStatisticsPage_table_salesman[data-v-494c9170] {
  color: rgb(64, 158, 255);
  cursor: pointer;
}
.PerformanceStatistics_tab[data-v-494c9170] {
  height: 0.166667rem;
  text-align: center;
  margin-bottom: 0.125rem;
}
.PerformanceStatistics_tab[data-v-494c9170] .el-radio-group {
  border: 0.005208rem solid #DCDFE6;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
  border-radius: 0.166667rem;
  background-color: #fff;
}
.PerformanceStatistics_tab[data-v-494c9170] .is-active .el-radio-button__inner {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: -webkit-gradient( linear, left bottom, left top, from(rgba(0, 180, 191, 1)), to(rgba(66, 230, 149, 1)) );
  background: linear-gradient( 0deg, rgba(0, 180, 191, 1) 0%, rgba(66, 230, 149, 1) 100% );
}
.PerformanceStatistics_tab[data-v-494c9170] .el-radio-button__inner {
  border: none;
  border-radius: 0.166667rem;
}
.PerformanceStatistics_tab[data-v-494c9170] .el-radio-button__orig-radio:checked+.el-radio-button__inner {
  background: -webkit-gradient( linear, left bottom, left top, from(rgba(0, 180, 191, 1)), to(rgba(66, 230, 149, 1)) );
  background: linear-gradient( 0deg, rgba(0, 180, 191, 1) 0%, rgba(66, 230, 149, 1) 100% );
}
.PerformanceStatistics_detailScreen[data-v-494c9170] {
  height: 0.166667rem;
}
.PerformanceStatistics_table[data-v-494c9170] {
  margin-top: 0.125rem;
}
.PerformanceStatistics_table[data-v-494c9170] .el-table__header-wrapper th {
  background: #f7f8ff !important;
}
.PerformanceStatistics_detailScreen_right[data-v-494c9170] {
  float: right;
}
.ConsultantPerformanceStatisticsPage_table_pagination[data-v-494c9170] {
  text-align: right;
  margin-top: 0.083333rem;
}
.PerformanceStatistics_exportModal[data-v-494c9170] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9;
}
.allFixed table[data-v-494c9170] {
  border-collapse: separate;
  border-spacing: 0.052083rem;
}
.allFixed table tr td[data-v-494c9170]:nth-of-type(odd) {
  white-space: nowrap;
}
.allFixed p[data-v-494c9170]:last-of-type {
  text-align: center;
}
.allFixed .allFixed-btnred[data-v-494c9170] {
  margin: 0 0.052083rem;
  margin-top: 1em;
  padding: 0.052083rem 0.104167rem;
  outline: none;
  border: none;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  color: white;
  border-radius: 0.520833rem;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.allFixed .allFixed-btnccc[data-v-494c9170] {
  margin: 0 0.052083rem;
  margin-top: 1em;
  padding: 0.052083rem 0.104167rem;
  outline: none;
  border: none;
  background: #fff;
  color: #666;
  border-radius: 0.520833rem;
  border: 0.005208rem solid #f1f1f1;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.allFixed i[data-v-494c9170] {
  font-family: "\601D\6E90\9ED1\4F53";
  font-size: 0.104167rem;
}
.allFixed .posi[data-v-494c9170] {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.208333rem;
  height: 0.208333rem;
  background: #f34f4f;
  cursor: pointer;
  border-radius: 0 0 0 0.520833rem;
  text-align: center;
  line-height: 0.208333rem;
  color: white;
  font-weight: 600;
}
.allFixed input[data-v-494c9170],
.allFixed select[data-v-494c9170] {
  background: #F5F7FA;
  padding-left: 0.078125rem;
  line-height: 0.197917rem;
  width: 80%;
  min-width: 0.677083rem;
  height: 0.197917rem;
  border: none;
  font-size: 0.083333rem;
}
.allFixed div[data-v-494c9170] {
  margin: 0 auto;
}
.allFixed table[data-v-494c9170] {
  width: 100%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0 0.052083rem;
}
.allFixed table tr td[data-v-494c9170]:nth-of-type(odd) {
  text-align: right;
  white-space: nowrap;
  /* padding: 5px 0; */
}
.allFixed table tr td[data-v-494c9170] {
  white-space: nowrap;
}
.allFixed h3[data-v-494c9170] {
  font-size: 0.104167rem;
  font-weight: 600;
  white-space: nowrap;
}
.allFixed .border—top[data-v-494c9170] {
  position: relative;
  /* padding-bottom: 10px;
  margin-top: 10px; */
  width: 100%;
  border-top: 0.005208rem solid #eeeeee;
  display: block;
}
.allFixed .icon_sp[data-v-494c9170] {
  display: inline-block;
  white-space: nowrap;
  -webkit-transform: scale(1);
          transform: scale(1);
  /* color: rgb(27, 117, 252); */
  font-size: 0.104167rem;
  margin-left: -0.026042rem;
}
.execl[data-v-494c9170] {
  padding: 0.104167rem;
  background: white;
  -webkit-box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
  position: absolute;
  left: 50%;
  top: 20%;
  width: 3.75rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.execl > div[data-v-494c9170] {
  width: 3.28125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: normal;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}
.execl > div p[data-v-494c9170] {
  min-width: 0.78125rem;
  margin-bottom: 0.104167rem;
}
.execl > div p input[data-v-494c9170] {
  width: 0.104167rem;
  height: 0.104167rem;
  margin-right: 0;
  vertical-align: text-top;
  vertical-align: middle;
}
.btn[data-v-494c9170] {
  color: white;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 0.026042rem;
  padding: 0.026042rem 0.104167rem;
  height: 0.197917rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0.026042rem;
}
.btn-back-blue[data-v-494c9170] {
  background: -webkit-gradient(linear, left top, left bottom, from(#8dbbfa), to(#5194f3));
  background: linear-gradient(#8dbbfa, #5194f3);
}
.btn-back-green[data-v-494c9170] {
  background: -webkit-gradient(linear,left bottom, left top,from(rgba(0,180,191,1)),to(rgba(66,230,149,1)));
  background: linear-gradient(0deg,rgba(0,180,191,1) 0%,rgba(66,230,149,1) 100%);
}
.btn-back-ccc[data-v-494c9170] {
  margin-right: 0.026042rem;
  color: rgb(54, 53, 53);
  outline: none;
  border: none;
  cursor: pointer;
  background: #fff;
  border: 0.005208rem solid #f1f1f1;
  color: #666;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.JointPerformancePage[data-v-3b468f26] {
  min-width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  overflow: auto;
  padding: 0.15625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background: #fff;
}
.JointPerformancePage_screen[data-v-3b468f26] {
  margin-top: 0.15625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.JointPerformancePage_screen_btn[data-v-3b468f26] {
  width: 0.625rem;
  height: 0.208333rem;
  line-height: 0.208333rem;
  color: white;
  font-weight: 800;
  border-radius: 0.03125rem;
  border: none;
  text-align: center;
  cursor: pointer;
  font-size: 0.083333rem;
  background: -webkit-gradient(
        linear,
        left bottom, left top,
        from(rgba(0, 180, 191, 1)),
        to(rgba(66, 230, 149, 1))
    );
  background: linear-gradient(
        0deg,
        rgba(0, 180, 191, 1) 0%,
        rgba(66, 230, 149, 1) 100%
    );
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
}
.JointPerformancePage_screen_btn[data-v-3b468f26]:hover {
  opacity: 0.8;
}
.JointPerformancePage_table[data-v-3b468f26] {
  margin-top: 0.125rem;
}
.JointPerformancePage_table[data-v-3b468f26] .el-table__header-wrapper th,
.JointPerformancePage_application_table[data-v-3b468f26] .el-table__header-wrapper th,
.JointPerformancePage_addStudents_cont[data-v-3b468f26] .el-table__header-wrapper th {
  background: #f7f8ff !important;
}
.allFixed table[data-v-3b468f26] {
  border-collapse: separate;
  border-spacing: 0.104167rem;
}
.allFixed table td[data-v-3b468f26] {
  text-align: right;
  white-space: nowrap;
}
.allFixed table td  .el-input[data-v-3b468f26] {
  width: 0.78125rem;
}
.addJoint_box_ipputIcon[data-v-3b468f26] {
  display: block;
  margin-top: 75%;
}
.el-aside[data-v-090d38c8] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: auto;
}

/* 左边框 */
.main[data-v-090d38c8],
.el-container[data-v-090d38c8] {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.left-bar-logo[data-v-090d38c8] {
  max-width: 1.666667rem;
  width: 100%;
  height: 0.307292rem;
  margin: 0 auto;
  margin-bottom: 0.364583rem;
}
.left-bar-logo img[data-v-090d38c8] {
  margin: 0 auto;
  display: block;
  width: 90%;
}
.left-bar[data-v-090d38c8] {
  width: 1.354167rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#30d8a0), to(#00b4bf));
  background: linear-gradient(0deg, #30d8a0, #00b4bf);
  position: relative;
  padding: 0.208333rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 3.541667rem;
  height: 100%;
}
.left-bar1[data-v-090d38c8] {
  width: auto;
  background: -webkit-gradient(linear, left bottom, left top, from(#30d8a0), to(#00b4bf));
  background: linear-gradient(0deg, #30d8a0, #00b4bf);
  position: relative;
  padding: 0.208333rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.left-bar a[data-v-090d38c8] {
  color: #fff;
  display: block;
}
.left-bar li[data-v-090d38c8] {
  padding-left: 0.15625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 0.25rem;
  cursor: pointer;
  letter-spacing: 0.010417rem;
}
.left-bar1 li[data-v-090d38c8] {
  padding: 0 0.208333rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 0.25rem;
}
.left-bar li[data-v-090d38c8]:last-child {
  margin-bottom: 0;
}
.left-bar li img[data-v-090d38c8] {
  height: 100%;
  vertical-align: middle;
  margin: 0.010417rem 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 0.104167rem;
}
.left-bar1 li img[data-v-090d38c8] {
  height: 100%;
  vertical-align: middle;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.left-bar li[data-v-090d38c8]:focus,
.left-bar li[data-v-090d38c8]:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.5);
}
.posi[data-v-090d38c8] {
  width: 100%;
  display: block;
  cursor: pointer;
  position: absolute;
  bottom: 0;
}
.posi1[data-v-090d38c8] {
  width: 100%;
  display: block;
  cursor: pointer;
  margin-top: 0;
}
.left-bar li i[data-v-090d38c8] {
  padding-right: 0.052083rem;
  line-height: 0.25rem;
}
.left-bar ul[data-v-090d38c8] {
  position: absolute;
  bottom: 0.052083rem;
  width: 100%;
}
.active[data-v-090d38c8] {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.5);
}
.list_dl[data-v-090d38c8] {
  max-height: 80vh;
  overflow: auto;
  position: absolute;
  bottom: 100%;
  width: 100%;
  border: 0.005208rem solid #888;
  left: 0;
  color: #000;
}
.list_dl dd[data-v-090d38c8] {
  height: 0.15625rem;
  text-align: center;
  background: white;
  line-height: 0.15625rem;
}
.list_dl dd[data-v-090d38c8]:hover {
  font-size: 0.114583rem;
  font-family: "\601D\6E90\9ED1\4F53";
}

/**/
.el-main[data-v-090d38c8] {
  padding: 0;
  position: relative;
}
.right-main-mbr[data-v-090d38c8] {
  margin: 0;
  -webkit-box-shadow: 0 0 0.020833rem #ccc;
          box-shadow: 0 0 0.020833rem #ccc;
  border-radius: 0.026042rem;
  padding: 0 0.104167rem;
  background: #fff;
}

/*谷歌、safari、qq浏览器、360浏览器滚动条样式*/

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
[data-v-090d38c8]::-webkit-scrollbar {
  width: 0.026042rem;
  height: 0.026042rem;
  background-color: #f5f5f5;
}

/*定义滚动条轨道 内阴影+圆角*/
[data-v-090d38c8]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0.03125rem rgba(0, 0, 0, 0.3);
  border-radius: 0.052083rem;
  background-color: #f5f5f5;
}

/*定义滑块 内阴影+圆角*/
[data-v-090d38c8]::-webkit-scrollbar-thumb {
  border-radius: 0.052083rem;
  -webkit-box-shadow: inset 0 0 0.03125rem rgba(0, 0, 0, 0.3);
  background-color: #bdbdbd;
}

/*滑块效果*/
[data-v-090d38c8]::-webkit-scrollbar-thumb:hover {
  border-radius: 0.026042rem;
  -webkit-box-shadow: inset 0 0 0.026042rem rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.4);
}

/*IE滚动条颜色*/
html[data-v-090d38c8] {
  scrollbar-face-color: #bfbfbf;
  /*滚动条颜色*/
  scrollbar-highlight-color: #000;
  scrollbar-3dlight-color: #000;
  scrollbar-darkshadow-color: #000;
  scrollbar-shadow-color: #adadad;
  /*滑块边色*/
  scrollbar-arrow-color: rgba(0, 0, 0, 0.4);
  /*箭头颜色*/
  scrollbar-track-color: #eeeeee;
  /*背景颜色*/
}
.container[data-v-783ff798] {
  width: 100%;
  height: 100%;
  padding: 0.104167rem 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-font-smoothing: antialiased;
  font-size: 0.09375rem;
}
.section[data-v-783ff798] {
  width: 100%;
}
.section h3[data-v-783ff798] {
  height: 0.3125rem;
  line-height: 0.3125rem;
  font-family: '\601D\6E90\9ED1\4F53';
  font-size: 0.125rem;
  font-weight: 500;
  color: #333054;
}
.section_flex[data-v-783ff798] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section_flex section[data-v-783ff798] {
  min-width: 32%;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 0.083333rem 0 rgba(233, 233, 242, 0.8);
          box-shadow: 0 0 0.083333rem 0 rgba(233, 233, 242, 0.8);
  border-radius: 0.03125rem;
  height: 0.697917rem;
  position: relative;
  /* margin: 0 10px; */
}
.section_pic[data-v-783ff798] {
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 0.083333rem 0 rgba(233, 233, 242, 0.8);
          box-shadow: 0 0 0.083333rem 0 rgba(233, 233, 242, 0.8);
  /* border-radius: 6px; */
}
.section_flex section>div[data-v-783ff798]:first-child {
  float: left;
  width: 40%;
  height: 100%;
  position: relative;
}
.section_flex section>div:first-child img[data-v-783ff798] {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 40%;
}
.section_flex section>div[data-v-783ff798]:last-child {
  float: left;
  width: 60%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 40%;
  border-left: 0.005208rem solid #eaeaea;
  padding: 0.104167rem;
}
.section_flex section>div:last-child p[data-v-783ff798] {
  line-height: 0.208333rem;
  font-size: 0.208333rem;
  font-family: Helvetica;
  font-weight: 400;
  color: #323053;
}
.section_flex section>div:last-child p[data-v-783ff798]:first-child {
  font-size: 0.083333rem;
  font-weight: 400;
  color: #323053;
  opacity: 0.6;
}
.section_flex_1[data-v-783ff798] {
  /* justify-content:space-between; */
  background: white;
  padding: 0.104167rem;
}
.section_flex_1 section[data-v-783ff798] {
  width: 32%;
  float: left;
  height: 0.3125rem;
  background: #F9F9F9;
  border: 0.005208rem solid #F4F4F4;
  border-radius: 0.020833rem;
  text-align: center;
  line-height: 0.3125rem;
  margin-right: 0.104167rem;
  margin-bottom: 0.104167rem;
}
.section_pic p[data-v-783ff798] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 0.208333rem;
  height: 0.416667rem;
  font-size: 0.072917rem;
  color: rgba(50, 48, 83, 0.233);
  margin-right: 0.052083rem;
}
.section_pic p img[data-v-783ff798] {
  height: 0.416667rem;
}
.i[data-v-783ff798] {
  display: inline-block;
  width: 0.052083rem;
  height: 0.052083rem;
  margin-right: 0.026042rem;
  border-radius: 50%;
}
#main1[data-v-783ff798] {
  height: 1.5625rem;
  background: white;
}
.container[data-v-8db5a424] {
  width: 100%;
  height: 100%;
  background: white;
  padding: 0.104167rem 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-font-smoothing: antialiased;
  font-size: 0.09375rem;
}
.header[data-v-8db5a424] {
  height: 0.416667rem;
}
.header__mleft[data-v-8db5a424] {
  height: 0.260417rem;
  margin-top: 0.052083rem;
}
.header .search[data-v-8db5a424] {
  width: 1.5625rem;
  height: 0.197917rem;
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
  overflow: hidden;
  display: inline-block;
  border: 0.005208rem solid rgba(221, 225, 229, 1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  vertical-align: middle;
}
.header .search input[data-v-8db5a424] {
  height: 100%;
  width: 1.223958rem;
  font-size: 0.09375rem;
  padding-left: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header .search button[data-v-8db5a424] {
  width: 0.291667rem;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border: none;
  color: white;
  font-weight: 800;
  cursor: pointer;
  position: absolute;
  vertical-align: middle;
  right: 0;
}
.header__mleft--search[data-v-8db5a424] {
  background: #f3f4fc;
  height: 0.197917rem;
  line-height: 0.197917rem;
  margin-right: 0.078125rem;
  text-indent: 0.052083rem;
  width: 0.9375rem;
  vertical-align: middle;
  font-size: 0.083333rem;
}
.btn[data-v-8db5a424] {
  outline: none;
  border: none;
  cursor: pointer;
  padding: 0 0.052083rem;
  line-height: 0.197917rem;
  border-radius: 0.026042rem;
  background: rgba(147, 147, 147, 0.27);
  color: rgba(68, 68, 68, 1);
  background: #f5f7fe;
  border: 0.005208rem solid #def0f8;
  font-size: 0.083333rem;
}
.header .topheader[data-v-8db5a424] {
  width: 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  background: white;
  -webkit-box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
  height: 0.208333rem;
  line-height: 0.208333rem;
  text-align: center;
  border-radius: 0.130208rem;
}
.header .topheader > span[data-v-8db5a424] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
}
.header .topheader .active[data-v-8db5a424] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border-radius: 0.130208rem;
}
.btn-back-blue[data-v-8db5a424] {
  background: -webkit-gradient(linear, left top, left bottom, from(#8dbbfa), to(#5194f3));
  background: linear-gradient(#8dbbfa, #5194f3);
  color: white;
  -webkit-box-shadow: 0 0 0.026042rem 0 #8dbbfa;
          box-shadow: 0 0 0.026042rem 0 #8dbbfa;
  margin-left: 0.052083rem;
}
.btn-back-green[data-v-8db5a424] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
}
.table[data-v-8db5a424] {
  height: calc(100% - 0.625rem);
}
.table_footer[data-v-8db5a424] {
  position: absolute;
  bottom: 0.052083rem;
  left: 0.104167rem;
  /* width: calc(100% - 40px); */
  width: 50%;
  background: white;
  -webkit-box-shadow: 0 0 0.026042rem 0 #ccc;
          box-shadow: 0 0 0.026042rem 0 #ccc;
}
.table_footer_left[data-v-8db5a424] {
  position: absolute;
  bottom: 0.104167rem;
  right: 0.104167rem;
  width: calc(30% - 0.208333rem);
}
.table table tr td div[data-v-8db5a424] {
  border-bottom: 0.010417rem solid #eeeffa;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.table table tr td div[data-v-8db5a424]:last-child {
  border: none;
}
.table table tr td[data-v-8db5a424] {
  padding: 0 0.026042rem !important;
  color: #323053;
}
.table table tr.even[data-v-8db5a424] {
  background: rgba(243, 255, 250, 1);
  border-radius: 0.03125rem;
}
.table table tr.odd[data-v-8db5a424] {
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
}
.table tr input[type="checkbox"][data-v-8db5a424] {
  width: 1em;
  height: 1em;
}
.table_select[data-v-8db5a424] {
  position: relative;
  background: white;
  width: 0.520833rem;
  height: 0.135417rem;
  cursor: pointer;
  margin: 0 auto;
}
.table_select_option[data-v-8db5a424] {
  top: 100%;
  position: absolute;
  background: white;
  z-index: 100;
}
.table_select_value[data-v-8db5a424] {
  width: 0.520833rem;
  border: 0.005208rem solid #eee;
  height: 0.135417rem;
  line-height: 0.135417rem;
  cursor: pointer;
}
.table-btn[data-v-8db5a424] {
  outline: none;
  border: none;
  background: white;
  color: black;
  border-radius: 0.010417rem;
  height: 0.166667rem;
  line-height: 0.166667rem;
  width: 0.520833rem;
}
.table-btn[data-v-8db5a424]:hover {
  background: #f2f2f1;
}
.table-btn-blue[data-v-8db5a424] {
  outline: none;
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #73adfc), to(#3374dc));
  background: linear-gradient(#73adfc 70%, #3374dc 100%);
  color: white;
  border-radius: 0.010417rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 0.135417rem;
  line-height: 0.135417rem;
  width: 0.3125rem;
  font-size: 0.072917rem;
}
.ccc[data-v-8db5a424] {
  background: #ccc;
  width: 100%;
  color: white;
  height: 0.135417rem;
  line-height: 0.135417rem;
  width: 0.520833rem;
}

/* .allFixed>div{width: 70%;} */
.allFixed p[data-v-8db5a424]:last-of-type {
  text-align: center;
}
.allFixed .allFixed-btnred[data-v-8db5a424] {
  margin: 0 0.052083rem;
  margin-top: 1em;
  padding: 0.052083rem 0.104167rem;
  outline: none;
  border: none;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  color: white;
  border-radius: 0.520833rem;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.allFixed .allFixed-btnccc[data-v-8db5a424] {
  margin: 0 0.052083rem;
  margin-top: 1em;
  padding: 0.052083rem 0.104167rem;
  outline: none;
  border: none;
  background: #fff;
  color: #666;
  border-radius: 0.520833rem;
  border: 0.005208rem solid #f1f1f1;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.allFixed i[data-v-8db5a424] {
  font-family: "\601D\6E90\9ED1\4F53";
  font-size: 0.104167rem;
}
.allFixed .allFixed_nodata[data-v-8db5a424] {
  width: 100%;
  height: 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.allFixed .allFixed_nodata>p[data-v-8db5a424] {
  color: #ccc;
}
.allFixed .posi[data-v-8db5a424] {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.208333rem;
  height: 0.208333rem;
  background: #f34f4f;
  cursor: pointer;
  border-radius: 0 0 0 0.520833rem;
  text-align: center;
  line-height: 0.208333rem;
  color: white;
  font-weight: 600;
}
.allFixed .allFixed_details input[data-v-8db5a424] {
  width: 1.666667rem;
}
.allFixed_details_htbox>span[data-v-8db5a424] {
  margin-right: 0.020833rem;
}
.allFixed[data-v-8db5a424] .el-input {
  width: 12em;
}
.allFixed input[data-v-8db5a424],
.allFixed select[data-v-8db5a424] {
  background: #f5f7fa;
  /* padding-left: 15px; */
  text-indent: 1em;
  line-height: 0.197917rem;
  width: 12em;
  height: 0.197917rem;
  border: none;
  font-size: 0.072917rem;
  border: 0.005208rem solid #eee;
  border-radius: 0.020833rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.allFixed div[data-v-8db5a424] {
  margin: 0 auto;
}
.allFixed table[data-v-8db5a424] {
  width: 100%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0 0.052083rem;
}
.allFixed table tr td[data-v-8db5a424]:nth-of-type(odd) {
  text-align: right;
  white-space: nowrap;
  /* padding: 5px 0; */
}
.allFixed table tr td[data-v-8db5a424] {
  white-space: nowrap;
}
.allFixed table tr td img[data-v-8db5a424] {
  vertical-align: middle;
}
.allFixed h3[data-v-8db5a424] {
  font-size: 0.104167rem;
  font-weight: 600;
  white-space: nowrap;
}
.allFixed .border—top[data-v-8db5a424] {
  position: relative;
  /* padding-bottom: 10px;
  margin-top: 10px; */
  width: 100%;
  border-top: 0.005208rem solid #eeeeee;
  display: block;
}
.allFixed .icon_sp[data-v-8db5a424] {
  display: inline-block;
  white-space: nowrap;
  -webkit-transform: scale(1);
          transform: scale(1);
  /* color: rgb(27, 117, 252); */
  font-size: 0.104167rem;
  margin-left: -0.026042rem;
}
[data-v-8db5a424]::-webkit-scrollbar {
  width: 0.026042rem;
  height: 0.052083rem;
  background-color: #f5f5f5;
}
.hover > div[data-v-8db5a424] {
  position: absolute;
  width: 1.041667rem;
  height: auto;
  background: white;
  right: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  z-index: 10;
  bottom: 0.197917rem;
  text-align: left;
  padding: 0.026042rem;
  white-space: normal;
}
.hover[data-v-8db5a424] {
  position: relative;
  cursor: pointer;
  min-height: 0.15625rem;
}
.input_model[data-v-8db5a424] {
  background-color: #f5f7fa;
  border-color: #e4e7ed;
  font-size: 0.083333rem;
  border: 0.005208rem solid #dcdfe6;
  line-height: 0.208333rem;
  height: 0.208333rem;
  min-width: 5em;
  text-indent: 0.078125rem;
  border-radius: 0.020833rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0.8;
  padding-right: 0.052083rem;
}
.allFixed p.recordStyle[data-v-8db5a424] {
  line-height: 0.1875rem;
  font-size: 0.083333rem;
  text-align: left;
}
.recordStyle i[data-v-8db5a424] {
  padding-right: 0.15625rem;
  display: inline-block;
  width: 0.15625rem;
  color: rgba(0, 0, 0, 0.4);
  vertical-align: middle;
}
.recordStyle span[data-v-8db5a424] {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 0;
  width: 0.0625rem;
  height: 0.0625rem;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.010417rem solid #00f5b4;
}
.recordStyle .bar[data-v-8db5a424] {
  position: absolute;
  top: 0.052083rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.005208rem;
  height: 0.125rem;
  background: #00f5b4;
  display: inline-block;
  padding: 0;
}
.recordStyle[data-v-8db5a424]:last-of-type {
  color: #3699ff;
}
.recordStyle:last-of-type .bar[data-v-8db5a424] {
  display: none;
}
.footer[data-v-8db5a424] {
  border: 0.005208rem solid #ccc;
  text-align: center;
  border-radius: 0.026042rem;
  width: 90%;
  line-height: 0.3125rem;
  margin: 0.052083rem auto;
  margin-bottom: 0.15625rem;
}
.icon_position[data-v-8db5a424] {
  position: relative;
}
.icon_position img[data-v-8db5a424] {
  position: absolute;
  left: -0.052083rem;
  top: -0.026042rem;
}
.allFixed_nav[data-v-8db5a424] {
  margin: 0 auto;
  margin-bottom: 0.145833rem;
  text-align: center;
}
.allFixed_nav span[data-v-8db5a424] {
  margin: 0 0.052083rem;
  padding: 0 0.041667rem;
  font-size: 0.09375rem;
  color: rgba(51, 48, 84, 0.6);
  padding-bottom: 0.052083rem;
  border-bottom: 0.020833rem solid transparent;
  cursor: pointer;
}
.allFixed_nav .allFixed_nav_bar[data-v-8db5a424] {
  color: rgba(51, 48, 84, 1);
  border-bottom: 0.020833rem solid #1ac8b0;
}
.ul_table[data-v-8db5a424] {
  padding: 0.078125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.005208rem solid #eee;
}
.ul_tr[data-v-8db5a424]:first-child {
  border-bottom: 0.005208rem solid #eee;
}
.ul_tr[data-v-8db5a424],
.ul_tr label[data-v-8db5a424] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0.026042rem 0;
}
.ul_tr li[data-v-8db5a424] {
  line-height: 150%;
  width: 12.5%;
  text-align: center;
}
.ul_tr li[data-v-8db5a424]:last-child {
  min-width: 18%;
}
.ul_tr li[data-v-8db5a424]:first-child {
  min-width: 18%;
}
.container[data-v-22144fe6] {
  width: 100%;
  min-height: 100%;
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
  font-size: 0.09375rem;
  padding: 0.260417rem 0.3125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.main[data-v-22144fe6] {
  line-height: 180%;
  height: 88%;
}
.header[data-v-22144fe6] {
  position: relative;
  width: 100%;
  line-height: 0.208333rem;
  text-align: center;
  font-size: 0.083333rem;
}
.header .cen[data-v-22144fe6] {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
  opacity: 0.8;
  border-radius: 0.520833rem;
  line-height: 0.208333rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(50, 48, 83, 1);
}
.header .cen > div[data-v-22144fe6] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
  padding: 0 0.083333rem;
  white-space: nowrap;
}
.header .cen > .active[data-v-22144fe6] {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border-radius: 0.520833rem;
  color: white;
}
.qs[data-v-22144fe6],
.js[data-v-22144fe6] {
  width: 0.802083rem;
  height: 0.208333rem;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
  opacity: 1;
  border-radius: 0.520833rem;
  font-size: 0.104167rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(50, 48, 83, 0.6);
  cursor: pointer;
  position: relative;
}
.header > .fl > div[data-v-22144fe6] {
  display: inline-block;
}
.header .cjk[data-v-22144fe6] {
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.057292rem 0.296875rem 0.010417rem rgba(227, 232, 240, 1);
          box-shadow: 0 0.057292rem 0.296875rem 0.010417rem rgba(227, 232, 240, 1);
  border-radius: 0.03125rem;
  position: absolute;
  z-index: 2;
  line-height: 300%;
  top: 0.3125rem;
  text-align: left;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: auto;
  padding-bottom: 0.104167rem;
}
.add[data-v-22144fe6] {
  width: 0.59375rem;
  height: 0.208333rem;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
  opacity: 0.8;
  border-radius: 0.104167rem;
  font-size: 0.104167rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(62, 203, 197, 1);
}
.btn_renturn[data-v-22144fe6] {
  width: 0.208333rem;
  height: 0.208333rem;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
  opacity: 0.8;
  border-radius: 0.098958rem;
  line-height: 0.078125rem;
  margin-left: 0.104167rem;
}
.btn_renturn > div[data-v-22144fe6] {
  height: 0.026042rem;
  font-size: 0.166667rem;
  color: #bebdcf;
}
.bar[data-v-22144fe6] {
  background: rgba(243, 255, 250, 1);
  -webkit-box-shadow: 0 0 0.046875rem 0 rgba(173, 188, 182, 0.1);
          box-shadow: 0 0 0.046875rem 0 rgba(173, 188, 182, 0.1);
  border-radius: 0.03125rem;
  width: 100%;
  margin-top: 0.15625rem;
  text-align: left;
  font-size: 0.104167rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(14, 84, 73, 1);
  padding: 0.052083rem 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section[data-v-22144fe6] {
  padding-left: 0.15625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin-top: 0.104167rem;
  width: 100%;
}
.section .dian[data-v-22144fe6] {
  position: absolute;
  left: 0;
}
.section .dian i[data-v-22144fe6] {
  display: inline-block;
  width: 0.052083rem;
  height: 0.052083rem;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border-radius: 50%;
}
.section .section_l[data-v-22144fe6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.083333rem 0 rgba(236, 236, 243, 1);
          box-shadow: 0 0.010417rem 0.083333rem 0 rgba(236, 236, 243, 1);
  border-radius: 0.03125rem;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.section .section_l > div[data-v-22144fe6] {
  -webkit-box-flex: 10;
      -ms-flex: 10;
          flex: 10;
}
.section .section_l > div[data-v-22144fe6]:last-child {
  width: 0.260417rem;
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  background: rgba(243, 255, 250, 1);
  text-align: center;
  line-height: 0.625rem;
  cursor: pointer;
  -webkit-box-shadow: 0 0 0.046875rem 0 rgba(173, 188, 182, 0.1);
          box-shadow: 0 0 0.046875rem 0 rgba(173, 188, 182, 0.1);
  border-radius: 0 0.03125rem 0.03125rem 0;
}
.imgs img[data-v-22144fe6] {
  width: 0.130208rem;
  vertical-align: middle;
}
.first[data-v-22144fe6] {
  width: 0.15625rem;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}
.btn_1[data-v-22144fe6] {
  width: 0.385417rem;
  height: 0.145833rem;
  border: 0.005208rem solid rgba(230, 0, 18, 1);
  opacity: 0.8;
  border-radius: 0.072917rem;
  margin-top: 0.052083rem;
  display: inline-block;
  line-height: 0.145833rem;
  color: rgba(230, 0, 18, 1);
  font-size: 0.104167rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(235, 51, 65, 1);
  cursor: pointer;
}
.btn_2[data-v-22144fe6] {
  width: 0.385417rem;
  height: 0.145833rem;
  background: rgba(230, 0, 18, 1);
  opacity: 0.8;
  border-radius: 0.072917rem;
  margin-top: 0.052083rem;
  display: inline-block;
  line-height: 0.145833rem;
  color: rgba(230, 0, 18, 1);
  font-size: 0.104167rem;
  cursor: pointer;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
}
.show[data-v-22144fe6] {
  display: none;
  background: white;
  width: 100%;
  border-radius: 0.03125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #7f7f8c;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  padding: 0.104167rem;
}

/* .show p:nth-of-type(even){background: rgba(186,189,201,.3);padding:0 20px;padding-left: 3em} */
.show p[data-v-22144fe6] {
  background: rgba(250, 251, 255, 1);
  padding: 0 0.104167rem;
  padding-left: 3em;
  margin-bottom: 0.104167rem;
  border-radius: 0.078125rem;
  background: rgba(250, 251, 255, 1);
  border: 0.005208rem solid rgba(244, 246, 252, 1);
}
.show p[data-v-22144fe6]:first-child {
  margin-top: 0.052083rem;
}
.show p span[data-v-22144fe6] {
  color: rgba(0, 0, 0, 0.8);
  display: inline-block;
  width: 0.260417rem;
  padding-left: 3em;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-align: justify;
  text-justify: distribute-all-lines;
}
.show p[data-v-22144fe6] {
  text-indent: -2em;
}
.header .hover[data-v-22144fe6] {
  position: absolute;
  top: 0.3125rem;
  width: 100%;
  background: white;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  height: 1.041667rem;
  overflow: auto;
  z-index: 66666666;
}
.header .hover p[data-v-22144fe6] {
  border-bottom: 0.005208rem solid rgba(221, 222, 232, 1);
}
.header .hover p[data-v-22144fe6]:hover {
  background: #eeeffa;
  color: #88879c;
}
.cjk input[type="text"][data-v-22144fe6],
.cjk select[data-v-22144fe6],
.cjk textarea[data-v-22144fe6] {
  border: 0.005208rem solid rgba(186, 189, 201, 0.6);
  border-radius: 0.03125rem;
  width: 100%;
  color: rgba(32, 30, 71, 0.7);
  font-size: 0.09375rem;
  padding-left: 0.026042rem;
  line-height: 0.125rem;
}
.cjk textarea[data-v-22144fe6] {
  height: 0.520833rem;
  margin-top: 0.026042rem;
  width: 90%;
}
.cjk table[data-v-22144fe6] {
  width: 90%;
  margin: 0 auto;
  white-space: nowrap;
}
.cjk input[type="text"][data-v-22144fe6],
.cjk select[data-v-22144fe6],
.el-date-editor[data-v-22144fe6] {
  height: 0.166667rem;
  width: 80%;
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
}
.cjk .h3[data-v-22144fe6] {
  background: rgba(243, 255, 250, 1);
  -webkit-box-shadow: 0 0.026042rem 0.020833rem 0 rgba(99, 197, 177, 0.16);
          box-shadow: 0 0.026042rem 0.020833rem 0 rgba(99, 197, 177, 0.16);
  border-radius: 0.03125rem;
  padding: 0 0.104167rem;
  line-height: 0.354167rem;
  font-size: 0.104167rem;
  font-family: "\601D\6E90\9ED1\4F53";
  font-weight: 500;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: rgba(32, 30, 71, 1);
}
.cjk .h3 .el-icon-close[data-v-22144fe6] {
  font-size: 0.166667rem;
  line-height: 0.354167rem;
  font-weight: 500;
  cursor: pointer;
}
.an[data-v-22144fe6] {
  width: 0.682292rem;
  height: 0.1875rem;
  background: rgba(230, 0, 18, 1);
  border-radius: 0.09375rem;
  border: none;
  outline: none;
  color: white;
  text-align: center;
  cursor: pointer;
}
.niu[data-v-22144fe6] {
  text-align: center;
  margin-bottom: 0.052083rem;
}
.cjk .inputs input[type="text"][data-v-22144fe6],
.cjk .inputs select[data-v-22144fe6] {
  width: 30%;
  vertical-align: middle;
}
.cjk table tr td[data-v-22144fe6]:nth-of-type(odd) {
  vertical-align: text-top;
  color: rgba(32, 30, 71, 1);
}
.clicks[data-v-22144fe6] {
  width: 0.385417rem;
  height: 0.145833rem;
  border: 0.005208rem solid rgba(180, 180, 180, 1);
  opacity: 0.8;
  border-radius: 0.072917rem;
  margin-right: 0.15625rem;
  text-align: center;
  margin-top: 0.052083rem;
  line-height: 0.145833rem;
  font-size: 0.104167rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: rgba(180, 180, 180, 1);
}
.back[data-v-22144fe6] {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.64);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  overflow: auto;
}
.yelow[data-v-22144fe6] {
  color: #ffdb32;
}
.blue[data-v-22144fe6] {
  background: #3699ff;
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
  border-radius: 0.015625rem;
}
.table[data-v-22144fe6] {
  margin-top: 0.15625rem;
  width: 100%;
  height: 100%;
}

/* .table table{width: 100%;text-align: center;border: none;white-space: nowrap; font-weight:500;color:rgba(50,48,83,1);}
.table table thead{background:rgba(247,248,255,1);border-radius:6px;font-size: 20px;font-family: '思源黑体';font-weight: 500}
.table table thead td{border: 1px solid white}
.table table tr{height:66px;}
.table table tr td{padding: 5px;}
.table table tbody td{border:1px solid rgba(237,238,246,1);min-width: 80px;padding: 5px;white-space:nowrap;}
.table table tbody tr:nth-of-type(even){background:rgba(243,255,250,1);border-radius:6px;}
.table table tbody tr:nth-of-type(odd){background:rgba(255,255,255,1);border-radius:6px;} */
.table .hover > div[data-v-22144fe6] {
  position: absolute;
  width: 1.041667rem;
  height: auto;
  background: white;
  right: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  z-index: 10;
  bottom: 0.197917rem;
  text-align: left;
  padding: 0.026042rem;
  white-space: normal;
}
.table .hover[data-v-22144fe6] {
  position: relative;
  cursor: pointer;
  height: auto;
  width: auto;
  min-height: 0.15625rem;
}
.addwork[data-v-22144fe6] {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  left: 0;
  top: 0;
  overflow: auto;
}
.addwork table td[data-v-22144fe6]:nth-of-type(odd) {
  padding-left: 0.15625rem;
}
.addwork table tr td[data-v-22144fe6]:nth-of-type(odd) {
  vertical-align: text-top;
  color: rgba(32, 30, 71, 1);
}
.addwork table[data-v-22144fe6] {
  border-collapse: separate;
  border-spacing: 0 0.104167rem;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.083333rem 0 rgba(236, 236, 243, 1);
          box-shadow: 0 0.010417rem 0.083333rem 0 rgba(236, 236, 243, 1);
  overflow: hidden;
  border-radius: 0.03125rem;
  position: absolute;
  left: 50%;
  top: 0.520833rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: white;
  padding: 0.15625rem;
  min-width: 3.645833rem;
}
.addwork select[data-v-22144fe6],
.addwork textarea[data-v-22144fe6] {
  width: 100%;
  background: rgba(250, 251, 255, 1);
  outline: none;
  border: 0.005208rem solid rgba(245, 247, 254, 1);
}
.addwork textarea[data-v-22144fe6] {
  height: 0.520833rem;
}
.addwork .posi[data-v-22144fe6] {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.15625rem;
  height: 0.15625rem;
  margin-right: -0.026042rem;
  border-radius: 0 0 0 0.260417rem;
  font-size: 0.125rem;
  text-align: center;
  background: red;
  color: white;
  padding: 0.026042rem;
  cursor: pointer;
}
.td[data-v-22144fe6] {
  background: rgba(250, 251, 255, 1);
  border: 0.005208rem solid rgba(245, 247, 254, 1);
}

/* .alter-one{position: absolute;width: 400px;height: 200px;left: 50%;top: 50%;transform: translateX(-50%) translateY(-50%);background: white;box-shadow:0px 2px 16px 0px rgba(236,236,243,1);} */
.red-btn[data-v-22144fe6] {
  outline: none;
  border: none;
  padding: 0.026042rem 0.078125rem;
  margin: 0.052083rem;
  border-radius: 0.520833rem;
  background: red;
  color: white;
}
.ccc-btn[data-v-22144fe6] {
  outline: none;
  border: none;
  padding: 0.026042rem 0.078125rem;
  margin: 0.052083rem;
  border-radius: 2.604167rem;
}
.container[data-v-3306e5c6] {
  width: 100%;
  min-height: 100%;
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  font-size: 0.09375rem;
}
.header[data-v-3306e5c6] {
  width: 100%;
  line-height: 0.208333rem;
  text-align: center;
  position: relative;
}
.header .cen[data-v-3306e5c6] {
  width: 1.15625rem;
  height: 0.208333rem;
  width: 1.5625rem;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  line-height: 0.208333rem;
  font-family: "\601D\6E90\9ED1\4F53";
  font-weight: 500;
  color: rgba(50, 48, 83, 1);
  font-size: 0.114583rem;
}

/* .header .cen{flex: 1;}
.header .cen>.active{} */
.qs[data-v-3306e5c6],
.js[data-v-3306e5c6] {
  width: 0.697917rem;
  height: 0.208333rem;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
  opacity: 1;
  border-radius: 0.104167rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(50, 48, 83, 0.6);
  cursor: pointer;
  position: relative;
}
.header > .fl > div[data-v-3306e5c6] {
  display: inline-block;
}
.cjk[data-v-3306e5c6] {
  width: 100%;
  position: absolute;
  z-index: 2;
  display: none;
  left: 0;
  top: 0;
  min-height: 100%;
  background: #eff1f7;
  background: white;
  -webkit-box-shadow: 0 0.010417rem 0.083333rem 0 rgba(236, 236, 243, 1);
          box-shadow: 0 0.010417rem 0.083333rem 0 rgba(236, 236, 243, 1);
}
.cjk h3[data-v-3306e5c6] {
  line-height: 0.375rem;
  font-size: 0.1875rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: rgba(48, 48, 48, 1);
  text-align: center;
}
.cjk .box[data-v-3306e5c6] {
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
  width: 100%;
  min-height: 100%;
  padding: 0.104167rem 0.520833rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cjk .box table[data-v-3306e5c6] {
  width: 100%;
  text-align: left;
  border-collapse: separate;
  border-spacing: 0.052083rem 0.104167rem;
}
.cjk .box table input[data-v-3306e5c6],
.cjk .box table select[data-v-3306e5c6],
.bjy[data-v-3306e5c6] {
  background: rgba(245, 247, 254, 1);
  border: 0.005208rem solid rgba(244, 246, 252, 1);
  border-radius: 0.010417rem;
  width: 80%;
  height: 0.197917rem;
}
.bjy[data-v-3306e5c6] {
  background: rgba(245, 247, 254, 1);
  border: 0.005208rem solid rgba(244, 246, 252, 1);
  border-radius: 0.010417rem;
  display: block;
  outline: none;
  line-height: 0.197917rem;
  height: 0.197917rem;
  min-width: 1.302083rem;
}
.cjk .box table tr td[data-v-3306e5c6]:nth-of-type(odd) {
  white-space: nowrap;
  vertical-align: text-top;
  text-align: right;
  line-height: 0.197917rem;
}
.cjk .box table textarea[data-v-3306e5c6] {
  width: 90%;
  vertical-align: text-top;
  background: rgba(245, 247, 254, 1);
  border: 0.005208rem solid rgba(244, 246, 252, 1);
  border-radius: 0.010417rem;
  padding: 0.026042rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cjk .box .btn[data-v-3306e5c6] {
  width: 0.5625rem;
  height: 0.208333rem;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  outline: none;
  border: none;
  margin: 0.052083rem;
  -webkit-box-shadow: 0 0.010417rem 0.109375rem 0 rgba(40, 206, 131, 0.47);
          box-shadow: 0 0.010417rem 0.109375rem 0 rgba(40, 206, 131, 0.47);
  border-radius: 0.104167rem;
  color: white;
  margin-top: 0.104167rem;
}
.cjk .box .ccc[data-v-3306e5c6] {
  width: 0.5625rem;
  height: 0.208333rem;
  background: rgba(236, 236, 243, 1);
  border: none;
  border-radius: 0.104167rem;
  color: white;
  margin-top: 0.104167rem;
  margin: 0.052083rem;
  outline: none;
}
.add[data-v-3306e5c6] {
  width: 0.59375rem;
  height: 0.208333rem;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
  opacity: 0.8;
  border-radius: 0.104167rem;
  font-size: 0.083333rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(62, 203, 197, 1);
}
.main[data-v-3306e5c6] {
  margin: 0 0.15625rem;
}
.bar[data-v-3306e5c6] {
  background: rgba(243, 255, 250, 1);
  -webkit-box-shadow: 0 0 0.046875rem 0 rgba(173, 188, 182, 0.1);
          box-shadow: 0 0 0.046875rem 0 rgba(173, 188, 182, 0.1);
  border-radius: 0.03125rem;
  width: 100%;
  margin-top: 0.15625rem;
  text-align: left;
  font-size: 0.072917rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(14, 84, 73, 1);
  padding: 0.052083rem 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section[data-v-3306e5c6] {
  padding-left: 0.15625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin-top: 0.104167rem;
  width: 100%;
}
.section .dian[data-v-3306e5c6] {
  position: absolute;
  left: 0;
}
.section .dian i[data-v-3306e5c6] {
  display: inline-block;
  width: 0.052083rem;
  height: 0.052083rem;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border-radius: 50%;
}
.section .section_l[data-v-3306e5c6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.083333rem 0 rgba(236, 236, 243, 1);
          box-shadow: 0 0.010417rem 0.083333rem 0 rgba(236, 236, 243, 1);
  border-radius: 0.03125rem;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.section .section_l > div[data-v-3306e5c6] {
  -webkit-box-flex: 10;
      -ms-flex: 10;
          flex: 10;
  line-height: 0.125rem;
}
.section .section_l > div[data-v-3306e5c6]:last-child {
  width: 0.260417rem;
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  background: rgba(243, 255, 250, 1);
  text-align: center;
  line-height: 0.625rem;
  cursor: pointer;
  -webkit-box-shadow: 0 0 0.046875rem 0 rgba(173, 188, 182, 0.1);
          box-shadow: 0 0 0.046875rem 0 rgba(173, 188, 182, 0.1);
  border-radius: 0 0.03125rem 0.03125rem 0;
}
.first[data-v-3306e5c6] {
  width: 0.15625rem;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}
.btn_1[data-v-3306e5c6] {
  width: 0.385417rem;
  height: 0.145833rem;
  border: 0.005208rem solid rgba(230, 0, 18, 1);
  opacity: 0.8;
  border-radius: 0.072917rem;
  margin-top: 0.052083rem;
  display: inline-block;
  line-height: 0.145833rem;
  color: rgba(230, 0, 18, 1);
  font-size: 0.072917rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(235, 51, 65, 1);
}
.btn_2[data-v-3306e5c6] {
  width: 0.385417rem;
  height: 0.145833rem;
  background: rgba(230, 0, 18, 1);
  opacity: 0.8;
  border-radius: 0.072917rem;
  margin-top: 0.052083rem;
  display: inline-block;
  line-height: 0.145833rem;
  color: rgba(230, 0, 18, 1);
  font-size: 0.072917rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
}
.show[data-v-3306e5c6] {
  display: none;
  background: rgba(250, 251, 255, 1);
  width: 100%;
  border-radius: 0.03125rem;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.03125rem;
}
.hover[data-v-3306e5c6] {
  position: absolute;
  top: 0.3125rem;
  width: 100%;
  background: white;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  height: 1.041667rem;
  overflow: auto;
  z-index: 66666666;
}
.hover p[data-v-3306e5c6] {
  border-bottom: 0.005208rem solid rgba(221, 222, 232, 1);
}
.uls[data-v-3306e5c6] {
  width: 100%;
  line-height: 0.270833rem;
  margin-top: 0.104167rem;
  height: auto;
}
.uls .ul_1[data-v-3306e5c6] {
  border-bottom: #bebdcf 0.005208rem solid;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0.104167rem;
  box-sizing: border-box;
  font-size: 0.072917rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 0.09375rem;
  color: rgba(127, 127, 140, 1);
  min-height: 0.302083rem;
  position: relative;
}
.uls .ul[data-v-3306e5c6] {
  background: -webkit-gradient(linear, left top, left bottom, from(#00b4bf), to(#2fd7a0));
  background: linear-gradient(180deg, #00b4bf 0%, #2fd7a0 100%);
  border: none;
  margin: 0;
  font-weight: 500;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0.104167rem;
  border-radius: 0.03125rem;
  color: white;
}

/* .uls .ul li,.uls .ul_1 li{display: inline-block;width:12%;text-align: center;white-space: nowrap} */
.uls ul[data-v-3306e5c6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.uls ul li[data-v-3306e5c6] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  white-space: nowrap;
}
.btnqun button[data-v-3306e5c6] {
  margin-right: 0.104167rem;
  background: rgba(251, 195, 61, 1);
  outline: none;
  border: none;
  color: white;
  padding: 0.026042rem 0.104167rem;
  border-radius: 0.010417rem 0.010417rem 0.010417rem 0.010417rem;
}
.posis .div[data-v-3306e5c6] {
  width: 100%;
  top: 0.302083rem;
  background: rgba(244, 245, 250, 1);
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
  border-radius: 0.03125rem;
  padding: 0.078125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ul_2[data-v-3306e5c6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: #bebdcf 0.005208rem solid;
}
.ul_2 li[data-v-3306e5c6] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.or[data-v-3306e5c6] {
  color: #fbc33d;
}

/* .posis{position: relative;} */
.header_1[data-v-3306e5c6] {
  margin: 0 0.15625rem;
  margin-top: 0.15625rem;
}
.posi[data-v-3306e5c6] {
  position: absolute;
  top: 0;
  right: 0;
  outline: none;
  border: none;
  background: red;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  width: 0.260417rem;
  height: 0.260417rem;
}

/* .week{position: absolute;left: 50%;top: 2%;transform: translateX(-50%) ;width: 80%;background:white;z-index: 5;padding: 20px;box-shadow:0px 2px 16px 0px rgba(236,236,243,1);
border-radius:6px;} */
.week h3[data-v-3306e5c6] {
  text-align: center;
  padding: 0.104167rem;
}
.week table[data-v-3306e5c6] {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0.052083rem 0.104167rem;
}
.week table td[data-v-3306e5c6]:nth-of-type(odd) {
  vertical-align: text-top;
  text-align: right;
  line-height: 0.197917rem;
}
.week input[data-v-3306e5c6] {
  line-height: 0.197917rem;
}
.week textarea[data-v-3306e5c6] {
  width: 90%;
  min-height: 1.041667rem;
}
.deletebar[data-v-3306e5c6] {
  position: absolute;
  width: 2.083333rem;
  line-height: 0.197917rem;
  left: 50%;
  top: 20%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0.260417rem;
  text-align: center;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
  background: white;
}
.deletebar button[data-v-3306e5c6] {
  background: red;
  outline: none;
  border: none;
  color: white;
  padding: 0.026042rem 0.052083rem;
  border-radius: 0.520833rem;
  cursor: pointer;
}
.deletebar .posi[data-v-3306e5c6] {
  border-radius: 0 0 0 0.520833rem;
  width: 0.208333rem;
  height: 0.208333rem;
}
.week .posi[data-v-3306e5c6] {
  border-radius: 0 0 0 0.520833rem;
  width: 0.208333rem;
  height: 0.208333rem;
}
button[data-v-3306e5c6] {
  cursor: pointer;
}
.hovers > div[data-v-3306e5c6] {
  position: absolute;
  width: 1.041667rem;
  height: auto;
  background: white;
  right: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  z-index: 10;
  bottom: 0.197917rem;
  text-align: left;
  padding: 0.026042rem;
  white-space: normal;
  line-height: 150%;
}
.hovers[data-v-3306e5c6] {
  position: relative;
  cursor: pointer;
}
.container[data-v-abc15d44] {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.104167rem 0.15625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bor[data-v-abc15d44] {
  -webkit-box-shadow: 0 0.026042rem 0.020833rem 0 rgba(186, 189, 201, 0.1);
          box-shadow: 0 0.026042rem 0.020833rem 0 rgba(186, 189, 201, 0.1);
  background: white;
  margin: 0.104167rem 0;
  margin-right: 0.104167rem;
  border-radius: 0.078125rem;
  z-index: 10;
  padding-bottom: 0.052083rem;
}
.container > div > p[data-v-abc15d44] {
  font-size: 0.125rem;
}
.container > div[data-v-abc15d44]:first-child {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.container > div[data-v-abc15d44]:last-child {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.container > div[data-v-abc15d44]:nth-of-type(2) {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
.container > div:first-child .bor[data-v-abc15d44] {
  min-height: 2.604167rem;
}
.container > div:nth-of-type(2) .bor[data-v-abc15d44] {
  min-height: 90%;
}
.container > div:last-child .bor[data-v-abc15d44] {
  margin-right: 0;
  min-height: 90%;
}
.container > div:first-child .bor p[data-v-abc15d44] {
  -webkit-box-shadow: 0 0.026042rem 0.020833rem 0 rgba(186, 189, 201, 0.16);
          box-shadow: 0 0.026042rem 0.020833rem 0 rgba(186, 189, 201, 0.16);
  text-align: center;
  height: 0.302083rem;
}
.container > div:first-child .bor p span[data-v-abc15d44] {
  margin: 0.260417rem;
  line-height: 0.302083rem;
  font-size: 0.104167rem;
}
.p[data-v-abc15d44] {
  -webkit-box-shadow: 0 0.026042rem 0.020833rem 0 rgba(186, 189, 201, 0.16);
          box-shadow: 0 0.026042rem 0.020833rem 0 rgba(186, 189, 201, 0.16);
  height: 0.302083rem;
  line-height: 0.302083rem;
  padding: 0 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.borday[data-v-abc15d44] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0.78125rem;
}
.borday .time[data-v-abc15d44],
.borday .content[data-v-abc15d44],
.borday .complet[data-v-abc15d44] {
  margin: 0.104167rem 0;
  border-radius: 0.052083rem;
  padding: 0.026042rem;
  margin-left: 0.104167rem;
}
.borday .time > div[data-v-abc15d44] {
  line-height: 200%;
}
.borday .time[data-v-abc15d44] {
  background: rgba(238, 242, 251, 0.6);
  border: 0.005208rem solid rgba(236, 239, 249, 0.6);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.borday .timeactive[data-v-abc15d44] {
  background: rgba(48, 198, 169, 1);
  opacity: 0.76;
  color: white;
}
.borday .content[data-v-abc15d44] {
  background: rgba(245, 247, 252, 1);
  position: relative;
  padding: 1%;
}
.borday .contentactive[data-v-abc15d44] {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(48, 198, 169, 1)),
    to(rgba(74, 235, 204, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(48, 198, 169, 1) 0%,
    rgba(74, 235, 204, 1) 100%
  );
  color: white;
}
.dw[data-v-abc15d44] {
  margin: 0 0.052083rem;
  position: relative;
  width: 0.520833rem;
  height: 0.197917rem;
  margin-right: 0.104167rem;
  line-height: 0.197917rem;
  border-radius: 0.026042rem;
  border: 0.005208rem solid #eee;
  cursor: pointer;
  vertical-align: middle;
  margin-top: 0.260417rem;
  padding-left: 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.el-icon-arrow-down[data-v-abc15d44] {
  width: 0.15625rem;
  height: 0.197917rem;
  background: #02cb8e;
  color: white;
  padding: 0;
  line-height: 0.197917rem;
  float: right;
  text-align: center;
}
.complet_dw_com[data-v-abc15d44] {
  height: 0.78125rem;
  overflow-y: auto;
  width: 100%;
  position: absolute;
  left: 0;
  background: white;
  z-index: 10;
}
.complet_dw_com div[data-v-abc15d44] {
  border: 0.005208rem solid #eee;
  display: block;
  padding-left: 0.052083rem;
}
.p span[data-v-abc15d44] {
  padding: 0 0.104167rem;
}
.p span[data-v-abc15d44]:first-child,
.p span[data-v-abc15d44]:last-child,
.borday span[data-v-abc15d44]:first-child,
.borday span[data-v-abc15d44]:last-child {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.p span[data-v-abc15d44]:last-child,
.borday span[data-v-abc15d44]:last-child {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.p span[data-v-abc15d44]:nth-of-type(2),
.borday span[data-v-abc15d44]:nth-of-type(2) {
  -webkit-box-flex: 6;
      -ms-flex: 6;
          flex: 6;
}
.button[data-v-abc15d44] {
  border: none;
  outline: none;
  color: white;
  background: -webkit-gradient(linear, left top, left bottom, from(#a8ccfc), to(#78b0fd));
  background: linear-gradient(#a8ccfc, #78b0fd);
  padding: 0.026042rem 0.052083rem;
  border-radius: 0.078125rem;
  cursor: pointer;
  margin-right: 0.104167rem;
}
#calendar[data-v-abc15d44] {
  width: 100%;
}
.month ul[data-v-abc15d44] {
  -webkit-box-shadow: 0 0.026042rem 0.020833rem 0 rgba(186, 189, 201, 0.16);
          box-shadow: 0 0.026042rem 0.020833rem 0 rgba(186, 189, 201, 0.16);
  height: 0.302083rem;
  line-height: 0.302083rem;
  padding: 0 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.month ul[data-v-abc15d44],
.weekdays[data-v-abc15d44] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.month ul li[data-v-abc15d44],
.weekdays li[data-v-abc15d44] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  height: 0.302083rem;
  line-height: 0.302083rem;
}
.weekdays li[data-v-abc15d44] {
  margin-top: 0.052083rem;
}
.days li[data-v-abc15d44] {
  width: 14.2%;
  float: left;
  text-align: center;
  height: 0.302083rem;
  line-height: 0.302083rem;
  font-size: 0.083333rem;
}
.other-month[data-v-abc15d44] {
  color: rgba(215, 215, 215, 1);
}
.active[data-v-abc15d44] {
  color: white;
  background: -webkit-gradient(linear, left top, left bottom, from(#67eaab), to(#36c5cc));
  background: linear-gradient(#67eaab, #36c5cc);
  -webkit-box-shadow: 0 0.026042rem 0.020833rem 0 RGBA(205, 253, 232, 1);
          box-shadow: 0 0.026042rem 0.020833rem 0 RGBA(205, 253, 232, 1);
  border-radius: 50%;
  width: 0.260417rem;
  height: 0.260417rem;
  display: inline-block;
}
.borday .time .bfff[data-v-abc15d44] {
  background: white;
  width: 60%;
  margin-top: 0.052083rem;
  margin-left: 0.052083rem;
}
.el-icon-minus[data-v-abc15d44] {
  font-size: 0.104167rem;
  vertical-align: middle;
  color: black;
}
.btn_yr[data-v-abc15d44] {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    color-stop(51%, rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 51%,
    rgba(66, 230, 149, 1) 100%
  );
  opacity: 0.8;
  border-radius: 0 0.052083rem 0 0.104167rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 0.208333rem;
  height: 0.15625rem;
  color: white;
  text-align: center;
  line-height: 0.15625rem;
  font-size: 0.104167rem;
}
.btn_yr_active[data-v-abc15d44] {
  background: rgba(255, 255, 255, 1);
  color: rgba(66, 230, 149, 1);
}
.posi[data-v-abc15d44] {
  position: relative;
}
.posixi[data-v-abc15d44] {
  position: absolute;
  left: 0.052083rem;
  top: -0.052083rem;
}
.green[data-v-abc15d44] {
  z-index: 10;
}
.red[data-v-abc15d44] {
  z-index: 1000;
}
.yellow[data-v-abc15d44] {
  z-index: 100;
}
.daycontent[data-v-abc15d44] {
  height: auto;
  background: RGBA(238, 242, 251, 0.8);
  -webkit-box-shadow: 0 0.026042rem 0.020833rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.026042rem 0.020833rem 0 rgba(0, 0, 0, 0.1);
  margin-right: 0.104167rem;
  margin-top: -0.104167rem;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1.041667rem;
  z-index: -1;
}
.timeinput > div[data-v-abc15d44] {
  width: 100%;
  margin-top: 0.078125rem;
}
.content textarea[data-v-abc15d44] {
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  background: transparent;
}
.time > div[data-v-abc15d44] {
  font-size: 0.104167rem;
  line-height: 200%;
  font-weight: 600;
  padding: 0.026042rem;
}
.darft[data-v-abc15d44] {
  height: 0.572917rem;
  background: rgba(245, 247, 252, 1);
  margin: 0.104167rem;
  border-radius: 0.052083rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.darft span[data-v-abc15d44]:first-child {
  -webkit-box-flex: 19;
      -ms-flex: 19;
          flex: 19;
  padding: 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.darft span[data-v-abc15d44]:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  background: rgba(0, 0, 0, 0.06);
  font-size: 0.145833rem;
  line-height: 0.572917rem;
  color: rgba(100, 161, 245, 0.74);
}
.darft .el-icon-arrow-down[data-v-abc15d44] {
  background: rgba(0, 0, 0, 0.06);
  font-size: 0.145833rem;
  line-height: 0.572917rem;
  color: rgba(100, 161, 245, 0.74);
  font-weight: 600;
}
.darftxi[data-v-abc15d44] {
  background: rgba(245, 247, 252, 1);
  margin: 0.104167rem;
  border-radius: 0.052083rem;
  padding: 0.052083rem;
}
.darftxi span[data-v-abc15d44] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
}
.darftxi span button[data-v-abc15d44] {
  outline: none;
  border: none;
  cursor: pointer;
  background: white;
  border-radius: 0.026042rem;
  padding: 0.015625rem 0.026042rem;
}
.btn[data-v-abc15d44] {
  outline: none;
  border: none;
  cursor: pointer;
  border-radius: 0.026042rem;
  padding: 0.015625rem 0.026042rem;
  margin: 0.052083rem 0;
}
.fiexs[data-v-abc15d44] {
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.06);
  width: 100%;
  height: 100%;
  text-align: center;
}
.fiexs > div[data-v-abc15d44] {
  background: white;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  position: absolute;
  padding: 0.15625rem;
}
.fiexs > div p[data-v-abc15d44] {
  margin-bottom: 0.104167rem;
}
.completss[data-v-abc15d44] {
  margin-top: 0.104167rem;
}
.redbbg[data-v-abc15d44] {
  background: red;
  color: white;
}
.cccbbg[data-v-abc15d44] {
  background: #fff;
  color: #666;
  border: 0.005208rem solid #ebe9ea;
}
.posinum[data-v-abc15d44] {
  position: absolute;
  right: 0.052083rem;
  top: -0.052083rem;
  background: red;
  width: 0.104167rem;
  height: 0.104167rem;
  color: white;
  line-height: 0.104167rem;
  border-radius: 50%;
}
.borday_add .time[data-v-abc15d44] {
  padding: 0;
}
.container[data-v-7a58666c] {
  width: 100%;
  height: 100%;
  overflow: auto;
  font-size: 0.09375rem;
  background: white;
  padding: 0.104167rem 0.15625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.container header[data-v-7a58666c] {
  font-size: 0.09375rem;
  font-family: '\601D\6E90\9ED1\4F53';
  font-weight: 500;
  color: rgba(50,48,83,1);
  height: 0.416667rem;
  line-height: 0.416667rem;
}
.container header input[data-v-7a58666c] {
  background: #F3F4FC;
  line-height: 0.260417rem;
  padding-left: 0.052083rem;
}
.container .content[data-v-7a58666c] {
  -webkit-box-shadow: 0 0.015625rem 0.03125rem 0 rgba(182,182,195,0.64);
          box-shadow: 0 0.015625rem 0.03125rem 0 rgba(182,182,195,0.64);
}
.nav[data-v-7a58666c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav li[data-v-7a58666c] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  background: #F7F8FF;
  border-left: 0.005208rem solid white;
  font-size: 0.09375rem;
  font-family: '\601D\6E90\9ED1\4F53';
  font-weight: 500;
  color: rgba(50,48,83,1);
  height: 0.416667rem;
  line-height: 0.416667rem;
  cursor: pointer;
}
.nav li[data-v-7a58666c]:first-child {
  border: none;
}
.nav li span[data-v-7a58666c] {
  position: relative;
}
.nav li span i[data-v-7a58666c] {
  position: absolute;
  top: -20%;
  right: -20%;
  width: 0.104167rem;
  height: 0.104167rem;
  font-size: 0.0625rem;
  border-radius: 50%;
  background: red;
  line-height: 0.104167rem;
  color: white;
}
.nav .active[data-v-7a58666c] {
  background: -webkit-gradient(linear,left bottom, left top,from(rgba(0,180,191,1)),to(rgba(66,230,149,1)));
  background: linear-gradient(0deg,rgba(0,180,191,1) 0%,rgba(66,230,149,1) 100%);
  opacity: 0.8;
  border-radius: 0.03125rem;
  color: white;
}
.main li[data-v-7a58666c] {
  padding: 0 0.104167rem;
  border-bottom: 0.005208rem solid #eee;
  font-size: 0.083333rem;
  font-family: '\601D\6E90\9ED1\4F53';
  font-weight: 500;
  color: rgba(50,48,83,1);
  line-height: 0.3125rem;
}
.main li button[data-v-7a58666c] {
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  background: #F2F1F9;
  font-size: 0.072917rem;
  font-family: '\601D\6E90\9ED1\4F53';
  font-weight: 500;
  color: rgba(88,86,120,1);
  margin-right: 0.052083rem;
  border-radius: 0.026042rem;
}
.main li .blue[data-v-7a58666c] {
  background: -webkit-gradient(linear,left top, left bottom,from(#8EBDFA),to(#5496F3));
  background: linear-gradient(#8EBDFA,#5496F3);
  color: rgba(255,255,255,1);
}
.main li time[data-v-7a58666c] {
  font-size: 0.072917rem;
  color: rgba(169,168,176,1);
}
.main[data-v-7a58666c] {
  min-height: 2.604167rem;
}
.container[data-v-075a1f96] {
  width: 100%;
  height: 100%;
  background: white;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-font-smoothing: antialiased;
  overflow: auto;
}
header[data-v-075a1f96] {
  height: 0.416667rem;
  line-height: 0.416667rem;
}
header p[data-v-075a1f96] {
  font-size: 0.114583rem;
  font-weight: 600;
}
header button[data-v-075a1f96] {
  border: none;
  outline: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#68ebaa), to(#34c3cc));
  background: linear-gradient(#68ebaa, #34c3cc);
  height: 0.208333rem;
  width: 0.677083rem;
  color: white;
  border-radius: 2.604167rem;
  cursor: pointer;
}
.container_main[data-v-075a1f96] {
  height: calc(100% - 0.416667rem);
}
.table[data-v-075a1f96] {
  width: 100%;
  height: 100%;
}
.table table tr td div[data-v-075a1f96] {
  line-height: 200%;
  border-bottom: 0.015625rem solid #eeeffa;
}
.table table tr td div[data-v-075a1f96]:last-child {
  border: none;
}
.hover > div[data-v-075a1f96] {
  position: absolute;
  width: 1.041667rem;
  height: auto;
  background: white;
  right: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  z-index: 10;
  bottom: 0.197917rem;
  text-align: left;
  padding: 0.026042rem;
  white-space: normal;
}
.hover[data-v-075a1f96] {
  position: relative;
  cursor: pointer;
  min-height: 0.15625rem;
}
.main-msg[data-v-075a1f96] {
  line-height: 0.182292rem;
  margin-bottom: 0.104167rem;
}
.main-msg i[data-v-075a1f96] {
  background: -webkit-gradient(linear, left top, left bottom, from(#8cbbfb), to(#5598f3));
  background: linear-gradient(#8cbbfb, #5598f3);
  padding: 0 0.078125rem;
  font-size: 0.072917rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  border-radius: 0.260417rem;
  display: inline-block;
  margin-right: 0.026042rem;
}
.main-msg span[data-v-075a1f96] {
  margin-right: 0.052083rem;
  border: 0.005208rem solid #eee;
  display: inline-block;
  border-radius: 0.520833rem;
  padding: 0 0.052083rem 0 0;
  font-family: "\601D\6E90\9ED1\4F53";
}
.main-ul[data-v-075a1f96] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.104167rem;
}
.main-ul li[data-v-075a1f96]:nth-of-type(1) {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  font-size: 0.104167rem;
  font-family: "\601D\6E90\9ED1\4F53";
  line-height: 200%;
  position: relative;
  padding-left: 0.104167rem;
}
.main-ul li:nth-of-type(1) p[data-v-075a1f96] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.main-ul li:nth-of-type(1) p i[data-v-075a1f96] {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  opacity: 0.8;
  width: 0.015625rem;
  display: inline-block;
  height: 0.104167rem;
  vertical-align: text-top;
  margin-right: 0.015625rem;
}
.main-ul li[data-v-075a1f96]:nth-of-type(2) {
  -webkit-box-flex: 15;
      -ms-flex: 15;
          flex: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 300%;
}
.main-ul li:nth-of-type(2) div[data-v-075a1f96]:nth-of-type(1) {
  -webkit-box-flex: 8;
      -ms-flex: 8;
          flex: 8;
}
.main-ul li:nth-of-type(2) div[data-v-075a1f96]:nth-of-type(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.main-ul li:nth-of-type(2) div[data-v-075a1f96]:nth-of-type(3) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.main-ul li:nth-of-type(2) div p[data-v-075a1f96] {
  border-bottom: 0.005208rem solid rgba(247, 243, 243, 1);
}
.main-header[data-v-075a1f96] {
  font-family: "\601D\6E90\9ED1\4F53";
  font-size: 0.104167rem;
  line-height: 200%;
}
.main-body[data-v-075a1f96] {
  -webkit-box-shadow: 0 0.03125rem 0.083333rem 0 rgba(233, 233, 242, 1);
          box-shadow: 0 0.03125rem 0.083333rem 0 rgba(233, 233, 242, 1);
  border-radius: 0.03125rem;
}
.main-ul-selects select[data-v-075a1f96],
.main-ul-null select[data-v-075a1f96] {
  width: 0.520833rem;
  height: 0.197917rem;
  text-align: center;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAdCAYAAABBsffGAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjg0NjIwRkE2MUJFMDExRUFCMzQ0RkY3NEMzRTkxRUIwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjg0NjIwRkE3MUJFMDExRUFCMzQ0RkY3NEMzRTkxRUIwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ODQ2MEQ4MDIxQkUwMTFFQUIzNDRGRjc0QzNFOTFFQjAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6ODQ2MEQ4MDMxQkUwMTFFQUIzNDRGRjc0QzNFOTFFQjAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6RuxKVAAADbklEQVR42pxWS2sUQRCummQJGFc9mGhySRAfdyHEg/kV4kFQDOItP0A8iBgj4g/Qi/iAHD2bgwcRvBgvEldFo4KJcVayl5BocDfZLvtRXVM9O3iwl2G2a6qrv/rq0Y2tzc7YLpjH8+3F+sudL/CL2kAAgBAH2R/6eZT3SsLYiwMwVTsKFwYmt/ohm+63spn5P6/rC533XpFYmXgh8tywNOgA6xWG3dikDiy0P0AN+uvnByZmMiubfNH+CobQPyRPFmSG5fw21rL7Rv7NugZ5bkFYFM/ay26vUw754KbpWBDIwPgNARgRIyb0j5+im2cMnFg/fHevrW7HCfb0e5d5oXge+YybOEMygQpd9VmpBeMmS/hEjAaI12pvxB3lrUKPVDJOaXDIEYuBT5QNMrFT0BOZQWEOCMUSI0dNc/Aguu7yQrlqYiAwAkbJLKCUF2+862mBnrwttivLIzVYoYNlzmN+k9JFxlTIpXA8ZSQ1EKNFyUYaOQJzrJMCmZISagm4AsTywBiWadFukuA0fr1FiShJkpKGUCHWxtFng0bhsuzqyMnRiwdPjMA/xqPWx/xO802zIAmEIJXnRZURBqZvri3ljqrpoeOVGzxsfcpv/3jbDMB0DWFFtlARzPh/9vtS7tL+0nC6wYP15fzWmjNcamCKXaEFuQjQxCol35Cc3uxqI3eFdvnQMb/B/Z+f87m1RjP2l7CWJAJkEuR9ISycGVILxK3AdrobKw1PkbFhnVttNH1mYaxWksokSxEmnHdR1bJ2T/URi+b6t3d5mPSxDkkj0xmLpJFTwXmSuQRyeKgTI7iOoVuG/akXXHVX5F6iUcdKRBLXpZ95ncy/CYs6LpA7WhATQ756dMfSB0lSa6oADVY0LkeLUfajOmGaoaSqNWY0YUqdOkykcXlQRrXPpKhLPcQbzbxnhqCii5a6YnGK2CB5/jC1LwHDENhYGPqEgop+bmK2GOw91vQwCpiBXh4jJapCf+/LaoMb3V0pHNBnaNllivlaPrRBgB3IfB1sO43FM0OH+X6SyT3EcRnvMuEp7iomfjcoT1iX+f/nhked8VcO+b1r40cmrHL9yXoLNnZ3OHzImVFkTqA4dnCU3I6ZtL9Wg7PDQ3BlbHzL2UV8+hzWp06PuWuduyW5ywz8/9h2iO1z92C9tvJXgAEAHiXxzcPFkHkAAAAASUVORK5CYII=) no-repeat right,
    rgba(242, 247, 253, 1);
  appearance: none;
  -webkit-appearance: none;
  /*去除chrome浏览器的默认下拉图片*/
  -moz-appearance: none;
  /*去除Firefox浏览器的默认下拉图片*/
  border: none;
}
.main-ul-selects select option[data-v-075a1f96] {
  text-align: center;
}
.main-ul-radio span[data-v-075a1f96] {
  display: inline-block;
  width: 0.15625rem;
  height: 0.15625rem;
  background: #eeeffa;
  vertical-align: middle;
  text-align: center;
  line-height: 0.208333rem;
  font-size: 0.145833rem;
  color: #68ebaa;
  font-weight: 600;
  cursor: pointer;
}
.main-ul-null input[data-v-075a1f96] {
  width: 0.260417rem;
}
.main-ul-null select[data-v-075a1f96] {
  width: 0.520833rem;
  text-align: center;
}
.main-box[data-v-075a1f96] {
  width: 1.3125rem;
  height: 0.807292rem;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.03125rem 0.083333rem 0 rgba(233, 233, 242, 1);
          box-shadow: 0 0.03125rem 0.083333rem 0 rgba(233, 233, 242, 1);
  border-radius: 0.03125rem;
  padding: 0.052083rem;
  position: relative;
}
.main-footer[data-v-075a1f96] {
  position: relative;
}
.main-footer p[data-v-075a1f96] {
  font-family: "\601D\6E90\9ED1\4F53";
  font-size: 0.104167rem;
  line-height: 200%;
}
.main-box p[data-v-075a1f96] {
  position: absolute;
  left: 50%;
  top: 40%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  font-size: 0.1875rem;
}
.main-box p i[data-v-075a1f96] {
  font-size: 0.083333rem;
}
.main-bar[data-v-075a1f96] {
  width: 90%;
  height: 0.041667rem;
  border-radius: 0.260417rem;
  position: absolute;
  bottom: 0.052083rem;
  z-index: 10;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.main-bar-bg[data-v-075a1f96] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.main-bar-bg i[data-v-075a1f96] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-left: 0.005208rem solid white;
  z-index: 1000;
}
.main-bar-color[data-v-075a1f96] {
  background: rgba(253, 187, 126, 1);
  border-radius: 0.015625rem;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.main-bar-color i[data-v-075a1f96] {
  position: absolute;
  width: 0.041667rem;
  height: 0.041667rem;
  border-radius: 0.520833rem;
  background: rgba(252, 125, 8, 1);
  right: 0;
  border: 0.005208rem solid white;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 100;
}
.footer-btn[data-v-075a1f96] {
  text-align: center;
}
.footer-btn button[data-v-075a1f96] {
  width: 0.546875rem;
  height: 0.171875rem;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  -webkit-box-shadow: 0 0.010417rem 0.036458rem 0 rgba(33, 231, 137, 0.39);
          box-shadow: 0 0.010417rem 0.036458rem 0 rgba(33, 231, 137, 0.39);
  opacity: 0.8;
  border-radius: 0.088542rem;
  outline: none;
  border: none;
  color: white;
}
.container[data-v-44e2b96c] {
  width: 100%;
  height: 100%;
  background: white;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.mleft select[data-v-44e2b96c] {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAdCAYAAABBsffGAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjg0NjIwRkE2MUJFMDExRUFCMzQ0RkY3NEMzRTkxRUIwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjg0NjIwRkE3MUJFMDExRUFCMzQ0RkY3NEMzRTkxRUIwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ODQ2MEQ4MDIxQkUwMTFFQUIzNDRGRjc0QzNFOTFFQjAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6ODQ2MEQ4MDMxQkUwMTFFQUIzNDRGRjc0QzNFOTFFQjAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6RuxKVAAADbklEQVR42pxWS2sUQRCummQJGFc9mGhySRAfdyHEg/kV4kFQDOItP0A8iBgj4g/Qi/iAHD2bgwcRvBgvEldFo4KJcVayl5BocDfZLvtRXVM9O3iwl2G2a6qrv/rq0Y2tzc7YLpjH8+3F+sudL/CL2kAAgBAH2R/6eZT3SsLYiwMwVTsKFwYmt/ohm+63spn5P6/rC533XpFYmXgh8tywNOgA6xWG3dikDiy0P0AN+uvnByZmMiubfNH+CobQPyRPFmSG5fw21rL7Rv7NugZ5bkFYFM/ay26vUw754KbpWBDIwPgNARgRIyb0j5+im2cMnFg/fHevrW7HCfb0e5d5oXge+YybOEMygQpd9VmpBeMmS/hEjAaI12pvxB3lrUKPVDJOaXDIEYuBT5QNMrFT0BOZQWEOCMUSI0dNc/Aguu7yQrlqYiAwAkbJLKCUF2+862mBnrwttivLIzVYoYNlzmN+k9JFxlTIpXA8ZSQ1EKNFyUYaOQJzrJMCmZISagm4AsTywBiWadFukuA0fr1FiShJkpKGUCHWxtFng0bhsuzqyMnRiwdPjMA/xqPWx/xO802zIAmEIJXnRZURBqZvri3ljqrpoeOVGzxsfcpv/3jbDMB0DWFFtlARzPh/9vtS7tL+0nC6wYP15fzWmjNcamCKXaEFuQjQxCol35Cc3uxqI3eFdvnQMb/B/Z+f87m1RjP2l7CWJAJkEuR9ISycGVILxK3AdrobKw1PkbFhnVttNH1mYaxWksokSxEmnHdR1bJ2T/URi+b6t3d5mPSxDkkj0xmLpJFTwXmSuQRyeKgTI7iOoVuG/akXXHVX5F6iUcdKRBLXpZ95ncy/CYs6LpA7WhATQ756dMfSB0lSa6oADVY0LkeLUfajOmGaoaSqNWY0YUqdOkykcXlQRrXPpKhLPcQbzbxnhqCii5a6YnGK2CB5/jC1LwHDENhYGPqEgop+bmK2GOw91vQwCpiBXh4jJapCf+/LaoMb3V0pHNBnaNllivlaPrRBgB3IfB1sO43FM0OH+X6SyT3EcRnvMuEp7iomfjcoT1iX+f/nhked8VcO+b1r40cmrHL9yXoLNnZ3OHzImVFkTqA4dnCU3I6ZtL9Wg7PDQ3BlbHzL2UV8+hzWp06PuWuduyW5ywz8/9h2iO1z92C9tvJXgAEAHiXxzcPFkHkAAAAASUVORK5CYII=) no-repeat right,
    rgba(242, 247, 253, 1);
  appearance: none;
  background-size: auto 100%;
  -webkit-appearance: none;
  /*去除chrome浏览器的默认下拉图片*/
  -moz-appearance: none;
  /*去除Firefox浏览器的默认下拉图片*/
  width: 0.78125rem;
  outline: none;
  border: none;
  height: 0.208333rem;
  line-height: 0.208333rem;
  text-align: center;
  margin-right: 0.052083rem;
  font-size: 0.083333rem;
}
.table[data-v-44e2b96c] {
  height: calc(100% - 0.729167rem);
}
.table table tr td div[data-v-44e2b96c] {
  line-height: 100%;
  border-bottom: 0.015625rem solid #eeeffa;
}
.table table tr td div[data-v-44e2b96c]:last-child {
  border: none;
}
.blue[data-v-44e2b96c] {
  background: #3699ff;
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
}
.orange[data-v-44e2b96c] {
  background: #fac23d;
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
}
.header > div[data-v-44e2b96c] {
  margin-bottom: 0.104167rem;
  font-size: 0.104167rem;
}
.posi[data-v-44e2b96c] {
  position: relative;
}
.posi ul[data-v-44e2b96c] {
  position: absolute;
  right: 0;
  top: 0.302083rem;
  width: 0.78125rem;
  background: white;
  -webkit-box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
  text-align: center;
  line-height: 0.25rem;
}
.posi ul li[data-v-44e2b96c]:first-child {
  border-bottom: 0.010417rem dashed #ccc;
}
.btn[data-v-44e2b96c] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 0.026042rem;
  padding: 0.026042rem 0.104167rem;
  height: 0.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.qie[data-v-44e2b96c] {
  width: 2.604167rem;
  height: 0.25rem;
  background: white;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  border-radius: 0.125rem;
  line-height: 0.25rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.qie span[data-v-44e2b96c] {
  -webkit-box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 0 0.125rem 0.125rem 0;
  text-align: center;
  margin-left: -0.104167rem;
  background: white;
}
.qie span[data-v-44e2b96c]:nth-of-type(1) {
  z-index: 5;
  margin: 0;
}
.qie span[data-v-44e2b96c]:nth-of-type(2) {
  z-index: 4;
}
.qie span[data-v-44e2b96c]:nth-of-type(3) {
  z-index: 3;
}
.qie span[data-v-44e2b96c]:nth-of-type(4) {
  z-index: 2;
}
.qie span[data-v-44e2b96c]:nth-of-type(5) {
  z-index: 1;
}
.qie .active[data-v-44e2b96c] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
}
input[data-v-44e2b96c] {
  background: #eeeffa;
  font-size: 0.125rem;
  width: 1.302083rem;
  line-height: 0.197917rem;
  margin-right: 0.15625rem;
}
.put[data-v-44e2b96c] {
  width: 3.75rem;
  min-height: 4.166667rem;
  background: white;
  -webkit-box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
  position: absolute;
  left: 50%;
  top: 10%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.put table[data-v-44e2b96c] {
  margin: 0 auto;
  margin-top: 0.15625rem;
  overflow: auto;
}
.put table[data-v-44e2b96c] input,
#remark[data-v-44e2b96c] {
  background: #eeeffa;
  font-size: 0.125rem;
  width: 1.5625rem;
  line-height: 0.197917rem;
}
.put table tr[data-v-44e2b96c] td {
  line-height: 0.25rem;
  padding: 0 0.026042rem;
}
#remark[data-v-44e2b96c] {
  border: none;
}
.put table[data-v-44e2b96c] .input {
  background: #eeeffa;
  font-size: 0.125rem;
  width: 0.520833rem;
  line-height: 0.197917rem;
}
textarea[data-v-44e2b96c] {
  background: #eeeffa;
}
.exc[data-v-44e2b96c] {
  width: 3.161458rem;
  height: 1.921875rem;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.03125rem 0.114583rem 0.010417rem rgba(11, 33, 24, 0.1);
          box-shadow: 0 0.03125rem 0.114583rem 0.010417rem rgba(11, 33, 24, 0.1);
  border-radius: 0.020833rem;
  position: absolute;
  left: 50%;
  top: 20%;
  padding: 2% 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.exc table[data-v-44e2b96c] {
  margin: 0 auto;
  width: 80%;
}
.exc table td[data-v-44e2b96c] {
  line-height: 0.302083rem;
  padding: 0 0.026042rem;
}
input[type="file"][data-v-44e2b96c] {
  background: transparent;
}
.ccc[data-v-44e2b96c] {
  margin: 0 0.026042rem;
  color: rgb(54, 53, 53);
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
  background: #fff;
  border: 0.005208rem solid #f1f1f1;
  color: #666;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mb > div[data-v-44e2b96c] {
  margin-bottom: 0.052083rem;
}
.mb > div span[data-v-44e2b96c]:first-child {
  width: 0.78125rem;
  display: inline-block;
}
.spans[data-v-44e2b96c] {
  display: inline-block;
  width: 0.78125rem;
}
.see[data-v-44e2b96c] {
  background: white;
  -webkit-box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
  position: absolute;
  left: 50%;
  top: 20%;
  min-width: 3.75rem;
  min-height: 1.041667rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0.104167rem;
}
.see table[data-v-44e2b96c] {
  margin: 0 auto;
  width: 80%;
  line-height: 0.25rem;
  white-space: nowrap;
}
.see table td[data-v-44e2b96c] {
  padding: 0.026042rem;
}
.greenbtn[data-v-44e2b96c] {
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  border-radius: 2.604167rem;
  -webkit-box-shadow: 0 0 0.026042rem 0 #3aedb3;
          box-shadow: 0 0 0.026042rem 0 #3aedb3;
}
.redbtn[data-v-44e2b96c] {
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
  background: rgb(255, 0, 0);
}
.eee[data-v-44e2b96c] {
  margin: 0 0.026042rem;
  color: #000;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
  background: #f1f6f9;
}
.zposi div[data-v-44e2b96c] {
  min-height: 0.15625rem;
}
.hover > div[data-v-44e2b96c] {
  position: absolute;
  width: 1.041667rem;
  height: auto;
  background: white;
  right: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  z-index: 10;
  bottom: 0.197917rem;
  text-align: left;
  padding: 0.026042rem;
  white-space: normal;
}
.hover[data-v-44e2b96c] {
  position: relative;
  cursor: pointer;
}
.red[data-v-44e2b96c] {
  background: red;
  width: 50%;
  height: 0.197917rem;
}
.topheader[data-v-44e2b96c] {
  width: 2.083333rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  background: white;
  -webkit-box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
  height: 0.208333rem;
  line-height: 0.208333rem;
  text-align: center;
  border-radius: 0.130208rem;
}
.topheader > span[data-v-44e2b96c] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
}
.topheader .active[data-v-44e2b96c] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border-radius: 0.130208rem;
}
.dw[data-v-44e2b96c] {
  position: relative;
  width: 0.78125rem;
  height: 0.197917rem;
  margin-right: 0.104167rem;
  line-height: 0.197917rem;
  border-radius: 0.026042rem;
  border: 0.005208rem solid #eee;
  cursor: pointer;
}
.dw > div[data-v-44e2b96c] {
  text-align: center;
  width: 0.78125rem;
  height: 0.197917rem;
}
.dw > div[data-v-44e2b96c]:last-child {
  position: absolute;
}
.dw > div div[data-v-44e2b96c] {
  border: 0.005208rem solid #eee;
  cursor: pointer;
}
.el-icon-arrow-down[data-v-44e2b96c] {
  width: 0.15625rem;
  height: 0.197917rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#67eaab), to(#36c5cc));
  background: linear-gradient(#67eaab, #36c5cc);
  color: white;
  padding: 0;
  line-height: 0.197917rem;
  float: right;
}
.mleft[data-v-44e2b96c] {
  margin-top: 0.104167rem;
}
.btn-back-blue[data-v-44e2b96c] {
  background: -webkit-gradient(linear, left top, left bottom, from(#8dbbfa), to(#5194f3));
  background: linear-gradient(#8dbbfa, #5194f3);
}
.btn-back-ccc[data-v-44e2b96c] {
  margin-right: 0.026042rem;
  color: rgb(54, 53, 53);
  outline: none;
  border: none;
  cursor: pointer;
  background: #fff;
  border: 0.005208rem solid #f1f1f1;
  color: #666;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.execl[data-v-44e2b96c] {
  padding: 0.104167rem;
}
.execl > div p[data-v-44e2b96c] {
  max-width: 0.78125rem;
  width: 0.78125rem;
  min-width: 0.78125rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 0.104167rem;
}
.execl > div p input[data-v-44e2b96c] {
  width: 0.104167rem;
  height: 0.104167rem;
  margin-right: 0;
  vertical-align: text-top;
  vertical-align: middle;
}
.execl > div[data-v-44e2b96c] {
  width: 3.28125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: normal;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.back-alter[data-v-44e2b96c] {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.5);
}
.back-alter-addku[data-v-44e2b96c] {
  width: 3.645833rem;
  min-height: 1.822917rem;
  -webkit-box-shadow: 0 0 0.026042rem 0 #eee;
          box-shadow: 0 0 0.026042rem 0 #eee;
  background: white;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.back-alter-addku table[data-v-44e2b96c] {
  width: 80%;
  height: 100%;
  margin: 0 auto;
  border-spacing: 0.052083rem 0.104167rem;
  border-collapse: separate;
}
.back-alter-addku table tr[data-v-44e2b96c] {
  font-family: "\601D\6E90\9ED1\4F53";
  color: rgba(50, 48, 83, 1);
  font-weight: 400;
}
.back-alter-addku table input[data-v-44e2b96c],
.back-alter-addku table select[data-v-44e2b96c] {
  width: 100%;
  height: 0.15625rem;
  background: rgba(242, 247, 253, 1);
  border: 0.005208rem solid rgba(235, 242, 250, 1);
  border-radius: 0.020833rem;
  outline: none;
  padding-left: 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.back-alter-addku table tr[data-v-44e2b96c]:last-child {
  text-align: center;
}
.back-alter-addku table select[data-v-44e2b96c] {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAdCAYAAABBsffGAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjg0NjIwRkE2MUJFMDExRUFCMzQ0RkY3NEMzRTkxRUIwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjg0NjIwRkE3MUJFMDExRUFCMzQ0RkY3NEMzRTkxRUIwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ODQ2MEQ4MDIxQkUwMTFFQUIzNDRGRjc0QzNFOTFFQjAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6ODQ2MEQ4MDMxQkUwMTFFQUIzNDRGRjc0QzNFOTFFQjAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6RuxKVAAADbklEQVR42pxWS2sUQRCummQJGFc9mGhySRAfdyHEg/kV4kFQDOItP0A8iBgj4g/Qi/iAHD2bgwcRvBgvEldFo4KJcVayl5BocDfZLvtRXVM9O3iwl2G2a6qrv/rq0Y2tzc7YLpjH8+3F+sudL/CL2kAAgBAH2R/6eZT3SsLYiwMwVTsKFwYmt/ohm+63spn5P6/rC533XpFYmXgh8tywNOgA6xWG3dikDiy0P0AN+uvnByZmMiubfNH+CobQPyRPFmSG5fw21rL7Rv7NugZ5bkFYFM/ay26vUw754KbpWBDIwPgNARgRIyb0j5+im2cMnFg/fHevrW7HCfb0e5d5oXge+YybOEMygQpd9VmpBeMmS/hEjAaI12pvxB3lrUKPVDJOaXDIEYuBT5QNMrFT0BOZQWEOCMUSI0dNc/Aguu7yQrlqYiAwAkbJLKCUF2+862mBnrwttivLIzVYoYNlzmN+k9JFxlTIpXA8ZSQ1EKNFyUYaOQJzrJMCmZISagm4AsTywBiWadFukuA0fr1FiShJkpKGUCHWxtFng0bhsuzqyMnRiwdPjMA/xqPWx/xO802zIAmEIJXnRZURBqZvri3ljqrpoeOVGzxsfcpv/3jbDMB0DWFFtlARzPh/9vtS7tL+0nC6wYP15fzWmjNcamCKXaEFuQjQxCol35Cc3uxqI3eFdvnQMb/B/Z+f87m1RjP2l7CWJAJkEuR9ISycGVILxK3AdrobKw1PkbFhnVttNH1mYaxWksokSxEmnHdR1bJ2T/URi+b6t3d5mPSxDkkj0xmLpJFTwXmSuQRyeKgTI7iOoVuG/akXXHVX5F6iUcdKRBLXpZ95ncy/CYs6LpA7WhATQ756dMfSB0lSa6oADVY0LkeLUfajOmGaoaSqNWY0YUqdOkykcXlQRrXPpKhLPcQbzbxnhqCii5a6YnGK2CB5/jC1LwHDENhYGPqEgop+bmK2GOw91vQwCpiBXh4jJapCf+/LaoMb3V0pHNBnaNllivlaPrRBgB3IfB1sO43FM0OH+X6SyT3EcRnvMuEp7iomfjcoT1iX+f/nhked8VcO+b1r40cmrHL9yXoLNnZ3OHzImVFkTqA4dnCU3I6ZtL9Wg7PDQ3BlbHzL2UV8+hzWp06PuWuduyW5ywz8/9h2iO1z92C9tvJXgAEAHiXxzcPFkHkAAAAASUVORK5CYII=) no-repeat right,
    rgba(242, 247, 253, 1);
  appearance: none;
  -webkit-appearance: none;
  /*去除chrome浏览器的默认下拉图片*/
  -moz-appearance: none;
  /*去除Firefox浏览器的默认下拉图片*/
}
.back-alter-fa-posi[data-v-44e2b96c] {
  position: absolute;
  right: -0.026042rem;
  top: -0.026042rem;
  width: 0.208333rem;
  height: 0.208333rem;
  background: red;
  -webkit-box-shadow: 0 0 0.015625rem 0 red;
          box-shadow: 0 0 0.015625rem 0 red;
  border-radius: 0 0 0 0.208333rem;
  text-align: center;
  color: white;
  line-height: 0.208333rem;
  font-size: 0.104167rem;
  cursor: pointer;
}
.back-alter-fa[data-v-44e2b96c] {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-box-shadow: 0 0 0.026042rem 0 #eee;
          box-shadow: 0 0 0.026042rem 0 #eee;
  background: white;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.back-alter-fa-table[data-v-44e2b96c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.back-alter-fa-table table[data-v-44e2b96c] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-spacing: 0.052083rem 0.104167rem;
  border-collapse: separate;
  min-width: 2.083333rem;
}
.back-alter-fa-table table input[data-v-44e2b96c],
.back-alter-fa-table table select[data-v-44e2b96c] {
  width: 1.041667rem;
  height: 0.15625rem;
  background: rgba(242, 247, 253, 1);
  border: 0.005208rem solid rgba(235, 242, 250, 1);
  border-radius: 0.020833rem;
  outline: none;
  display: block;
}
.back-alter-fa-table table select[data-v-44e2b96c] {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAdCAYAAABBsffGAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjg0NjIwRkE2MUJFMDExRUFCMzQ0RkY3NEMzRTkxRUIwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjg0NjIwRkE3MUJFMDExRUFCMzQ0RkY3NEMzRTkxRUIwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ODQ2MEQ4MDIxQkUwMTFFQUIzNDRGRjc0QzNFOTFFQjAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6ODQ2MEQ4MDMxQkUwMTFFQUIzNDRGRjc0QzNFOTFFQjAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6RuxKVAAADbklEQVR42pxWS2sUQRCummQJGFc9mGhySRAfdyHEg/kV4kFQDOItP0A8iBgj4g/Qi/iAHD2bgwcRvBgvEldFo4KJcVayl5BocDfZLvtRXVM9O3iwl2G2a6qrv/rq0Y2tzc7YLpjH8+3F+sudL/CL2kAAgBAH2R/6eZT3SsLYiwMwVTsKFwYmt/ohm+63spn5P6/rC533XpFYmXgh8tywNOgA6xWG3dikDiy0P0AN+uvnByZmMiubfNH+CobQPyRPFmSG5fw21rL7Rv7NugZ5bkFYFM/ay26vUw754KbpWBDIwPgNARgRIyb0j5+im2cMnFg/fHevrW7HCfb0e5d5oXge+YybOEMygQpd9VmpBeMmS/hEjAaI12pvxB3lrUKPVDJOaXDIEYuBT5QNMrFT0BOZQWEOCMUSI0dNc/Aguu7yQrlqYiAwAkbJLKCUF2+862mBnrwttivLIzVYoYNlzmN+k9JFxlTIpXA8ZSQ1EKNFyUYaOQJzrJMCmZISagm4AsTywBiWadFukuA0fr1FiShJkpKGUCHWxtFng0bhsuzqyMnRiwdPjMA/xqPWx/xO802zIAmEIJXnRZURBqZvri3ljqrpoeOVGzxsfcpv/3jbDMB0DWFFtlARzPh/9vtS7tL+0nC6wYP15fzWmjNcamCKXaEFuQjQxCol35Cc3uxqI3eFdvnQMb/B/Z+f87m1RjP2l7CWJAJkEuR9ISycGVILxK3AdrobKw1PkbFhnVttNH1mYaxWksokSxEmnHdR1bJ2T/URi+b6t3d5mPSxDkkj0xmLpJFTwXmSuQRyeKgTI7iOoVuG/akXXHVX5F6iUcdKRBLXpZ95ncy/CYs6LpA7WhATQ756dMfSB0lSa6oADVY0LkeLUfajOmGaoaSqNWY0YUqdOkykcXlQRrXPpKhLPcQbzbxnhqCii5a6YnGK2CB5/jC1LwHDENhYGPqEgop+bmK2GOw91vQwCpiBXh4jJapCf+/LaoMb3V0pHNBnaNllivlaPrRBgB3IfB1sO43FM0OH+X6SyT3EcRnvMuEp7iomfjcoT1iX+f/nhked8VcO+b1r40cmrHL9yXoLNnZ3OHzImVFkTqA4dnCU3I6ZtL9Wg7PDQ3BlbHzL2UV8+hzWp06PuWuduyW5ywz8/9h2iO1z92C9tvJXgAEAHiXxzcPFkHkAAAAASUVORK5CYII=) no-repeat right,
    rgba(242, 247, 253, 1);
  appearance: none;
  -webkit-appearance: none;
  /*去除chrome浏览器的默认下拉图片*/
  -moz-appearance: none;
  /*去除Firefox浏览器的默认下拉图片*/
}

/* .el-date-editor{width: 100%;} */
.back-alter .back-alter-addku table .el-date-editor .el-input__inner[data-v-44e2b96c] {
  background: rgba(242, 247, 253, 1);
}
.el-icon-copy-document[data-v-44e2b96c]:hover {
  color: #409eff;
  cursor: pointer;
}
.header .search[data-v-44e2b96c] {
  width: 1.213542rem;
  height: 0.197917rem;
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
  overflow: hidden;
  position: relative;
  border: 0.005208rem solid #eeeeee;
  margin-right: 0.026042rem;
}
.header .search input[data-v-44e2b96c] {
  height: 100%;
  width: 0.911458rem;
  font-size: 0.09375rem;
  padding-left: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(255, 255, 255, 1);
}
.header .search button[data-v-44e2b96c] {
  width: 0.302083rem;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border: none;
  color: white;
  font-weight: 800;
  cursor: pointer;
  position: absolute;
  right: 0;
}
.container[data-v-44ca4981] {
  width: 100%;
  height: 100%;
  background: white;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.mleft select[data-v-44ca4981] {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAdCAYAAABBsffGAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjg0NjIwRkE2MUJFMDExRUFCMzQ0RkY3NEMzRTkxRUIwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjg0NjIwRkE3MUJFMDExRUFCMzQ0RkY3NEMzRTkxRUIwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ODQ2MEQ4MDIxQkUwMTFFQUIzNDRGRjc0QzNFOTFFQjAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6ODQ2MEQ4MDMxQkUwMTFFQUIzNDRGRjc0QzNFOTFFQjAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6RuxKVAAADbklEQVR42pxWS2sUQRCummQJGFc9mGhySRAfdyHEg/kV4kFQDOItP0A8iBgj4g/Qi/iAHD2bgwcRvBgvEldFo4KJcVayl5BocDfZLvtRXVM9O3iwl2G2a6qrv/rq0Y2tzc7YLpjH8+3F+sudL/CL2kAAgBAH2R/6eZT3SsLYiwMwVTsKFwYmt/ohm+63spn5P6/rC533XpFYmXgh8tywNOgA6xWG3dikDiy0P0AN+uvnByZmMiubfNH+CobQPyRPFmSG5fw21rL7Rv7NugZ5bkFYFM/ay26vUw754KbpWBDIwPgNARgRIyb0j5+im2cMnFg/fHevrW7HCfb0e5d5oXge+YybOEMygQpd9VmpBeMmS/hEjAaI12pvxB3lrUKPVDJOaXDIEYuBT5QNMrFT0BOZQWEOCMUSI0dNc/Aguu7yQrlqYiAwAkbJLKCUF2+862mBnrwttivLIzVYoYNlzmN+k9JFxlTIpXA8ZSQ1EKNFyUYaOQJzrJMCmZISagm4AsTywBiWadFukuA0fr1FiShJkpKGUCHWxtFng0bhsuzqyMnRiwdPjMA/xqPWx/xO802zIAmEIJXnRZURBqZvri3ljqrpoeOVGzxsfcpv/3jbDMB0DWFFtlARzPh/9vtS7tL+0nC6wYP15fzWmjNcamCKXaEFuQjQxCol35Cc3uxqI3eFdvnQMb/B/Z+f87m1RjP2l7CWJAJkEuR9ISycGVILxK3AdrobKw1PkbFhnVttNH1mYaxWksokSxEmnHdR1bJ2T/URi+b6t3d5mPSxDkkj0xmLpJFTwXmSuQRyeKgTI7iOoVuG/akXXHVX5F6iUcdKRBLXpZ95ncy/CYs6LpA7WhATQ756dMfSB0lSa6oADVY0LkeLUfajOmGaoaSqNWY0YUqdOkykcXlQRrXPpKhLPcQbzbxnhqCii5a6YnGK2CB5/jC1LwHDENhYGPqEgop+bmK2GOw91vQwCpiBXh4jJapCf+/LaoMb3V0pHNBnaNllivlaPrRBgB3IfB1sO43FM0OH+X6SyT3EcRnvMuEp7iomfjcoT1iX+f/nhked8VcO+b1r40cmrHL9yXoLNnZ3OHzImVFkTqA4dnCU3I6ZtL9Wg7PDQ3BlbHzL2UV8+hzWp06PuWuduyW5ywz8/9h2iO1z92C9tvJXgAEAHiXxzcPFkHkAAAAASUVORK5CYII=) no-repeat right,
    rgba(242, 247, 253, 1);
  appearance: none;
  background-size: auto 100%;
  -webkit-appearance: none;
  /*去除chrome浏览器的默认下拉图片*/
  -moz-appearance: none;
  /*去除Firefox浏览器的默认下拉图片*/
  width: 0.78125rem;
  outline: none;
  border: none;
  height: 0.208333rem;
  line-height: 0.208333rem;
  text-align: center;
  margin-right: 0.052083rem;
  font-size: 0.083333rem;
}
.table[data-v-44ca4981] {
  height: calc(100% - 0.729167rem);
}
.table table tr td div[data-v-44ca4981] {
  line-height: 100%;
  border-bottom: 0.015625rem solid #eeeffa;
}
.table table tr td div[data-v-44ca4981]:last-child {
  border: none;
}
.blue[data-v-44ca4981] {
  background: #3699ff;
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
}
.orange[data-v-44ca4981] {
  background: #fac23d;
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
}
.header > div[data-v-44ca4981] {
  margin-bottom: 0.104167rem;
  font-size: 0.104167rem;
}
.posi[data-v-44ca4981] {
  position: relative;
}
.posi ul[data-v-44ca4981] {
  position: absolute;
  right: 0;
  top: 0.302083rem;
  width: 0.78125rem;
  background: white;
  -webkit-box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
  text-align: center;
  line-height: 0.197917rem;
}
.posi ul li[data-v-44ca4981]:first-child {
  border-bottom: 0.010417rem dashed #ccc;
}
.btn[data-v-44ca4981] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 0.026042rem;
  padding: 0.026042rem 0.104167rem;
  height: 0.197917rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.qie[data-v-44ca4981] {
  width: 2.604167rem;
  height: 0.197917rem;
  background: white;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  border-radius: 0.125rem;
  line-height: 0.197917rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.qie span[data-v-44ca4981] {
  -webkit-box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 0 0.125rem 0.125rem 0;
  text-align: center;
  margin-left: -0.104167rem;
  background: white;
}
.qie span[data-v-44ca4981]:nth-of-type(1) {
  z-index: 5;
  margin: 0;
}
.qie span[data-v-44ca4981]:nth-of-type(2) {
  z-index: 4;
}
.qie span[data-v-44ca4981]:nth-of-type(3) {
  z-index: 3;
}
.qie span[data-v-44ca4981]:nth-of-type(4) {
  z-index: 2;
}
.qie span[data-v-44ca4981]:nth-of-type(5) {
  z-index: 1;
}
.qie .active[data-v-44ca4981] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
}
input[data-v-44ca4981] {
  background: #eeeffa;
  font-size: 0.125rem;
  width: 1.302083rem;
  line-height: 0.197917rem;
  margin-right: 0.15625rem;
}
.put[data-v-44ca4981] {
  width: 3.75rem;
  min-height: 4.166667rem;
  background: white;
  -webkit-box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
  position: absolute;
  left: 50%;
  top: 10%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.put table[data-v-44ca4981] {
  margin: 0 auto;
  margin-top: 0.15625rem;
  overflow: auto;
}
.put table[data-v-44ca4981] input,
#remark[data-v-44ca4981] {
  background: #eeeffa;
  font-size: 0.125rem;
  width: 1.5625rem;
  line-height: 0.197917rem;
}
.put table tr[data-v-44ca4981] td {
  line-height: 0.197917rem;
  padding: 0 0.026042rem;
}
#remark[data-v-44ca4981] {
  border: none;
}
.put table[data-v-44ca4981] .input {
  background: #eeeffa;
  font-size: 0.125rem;
  width: 0.520833rem;
  line-height: 0.197917rem;
}
textarea[data-v-44ca4981] {
  background: #eeeffa;
}
.exc[data-v-44ca4981] {
  width: 3.161458rem;
  height: 1.921875rem;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.03125rem 0.114583rem 0.010417rem rgba(11, 33, 24, 0.1);
          box-shadow: 0 0.03125rem 0.114583rem 0.010417rem rgba(11, 33, 24, 0.1);
  border-radius: 0.020833rem;
  position: absolute;
  left: 50%;
  top: 20%;
  padding: 2% 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.exc table[data-v-44ca4981] {
  margin: 0 auto;
  width: 80%;
}
.exc table td[data-v-44ca4981] {
  line-height: 0.302083rem;
  padding: 0 0.026042rem;
}
input[type="file"][data-v-44ca4981] {
  background: transparent;
}
.ccc[data-v-44ca4981] {
  margin: 0 0.026042rem;
  color: rgb(54, 53, 53);
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
  background: #fff;
  border: 0.005208rem solid #f1f1f1;
  color: #666;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mb > div[data-v-44ca4981] {
  margin-bottom: 0.052083rem;
}
.mb > div span[data-v-44ca4981]:first-child {
  width: 0.78125rem;
  display: inline-block;
}
.spans[data-v-44ca4981] {
  display: inline-block;
  width: 0.78125rem;
}
.see[data-v-44ca4981] {
  background: white;
  -webkit-box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
  position: absolute;
  left: 50%;
  top: 20%;
  min-height: 1.041667rem;
  min-width: 3.75rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0.104167rem;
}
.see table[data-v-44ca4981] {
  margin: 0 auto;
  width: 100%;
  line-height: 0.197917rem;
  white-space: nowrap;
}
.see table td[data-v-44ca4981] {
  padding: 0.026042rem;
}
.greenbtn[data-v-44ca4981] {
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  border-radius: 2.604167rem;
  -webkit-box-shadow: 0 0 0.026042rem 0 #3aedb3;
          box-shadow: 0 0 0.026042rem 0 #3aedb3;
}
.redbtn[data-v-44ca4981] {
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
  background: rgb(255, 0, 0);
}
.eee[data-v-44ca4981] {
  margin: 0 0.026042rem;
  color: #000;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
  background: #f1f6f9;
}
.zposi div[data-v-44ca4981] {
  min-height: 0.15625rem;
}
.hover > div[data-v-44ca4981] {
  position: absolute;
  width: 1.041667rem;
  height: auto;
  background: white;
  right: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  z-index: 10;
  bottom: 0.197917rem;
  text-align: left;
  padding: 0.026042rem;
  white-space: normal;
}
.hover[data-v-44ca4981] {
  position: relative;
  cursor: pointer;
}
.red[data-v-44ca4981] {
  background: red;
  width: 50%;
  height: 0.197917rem;
}
.topheader[data-v-44ca4981] {
  width: 2.083333rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  background: white;
  -webkit-box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
  height: 0.208333rem;
  line-height: 0.208333rem;
  text-align: center;
  border-radius: 0.130208rem;
}
.topheader > span[data-v-44ca4981] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
}
.topheader .active[data-v-44ca4981] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border-radius: 0.130208rem;
}
.dw[data-v-44ca4981] {
  position: relative;
  width: 0.78125rem;
  height: 0.197917rem;
  margin-right: 0.104167rem;
  line-height: 0.197917rem;
  border-radius: 0.026042rem;
  border: 0.005208rem solid #eee;
  cursor: pointer;
}
.dw > div[data-v-44ca4981] {
  text-align: center;
  width: 0.78125rem;
  height: 0.197917rem;
}
.dw > div[data-v-44ca4981]:last-child {
  position: absolute;
}
.dw > div div[data-v-44ca4981] {
  border: 0.005208rem solid #eee;
  cursor: pointer;
}
.el-icon-arrow-down[data-v-44ca4981] {
  width: 0.15625rem;
  height: 0.197917rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#67eaab), to(#36c5cc));
  background: linear-gradient(#67eaab, #36c5cc);
  color: white;
  padding: 0;
  line-height: 0.197917rem;
  float: right;
}
.mleft[data-v-44ca4981] {
  margin-top: 0.104167rem;
}
.btn-back-blue[data-v-44ca4981] {
  background: -webkit-gradient(linear, left top, left bottom, from(#8dbbfa), to(#5194f3));
  background: linear-gradient(#8dbbfa, #5194f3);
}
.btn-back-ccc[data-v-44ca4981] {
  margin-right: 0.026042rem;
  color: rgb(54, 53, 53);
  outline: none;
  border: none;
  cursor: pointer;
  background: #fff;
  border: 0.005208rem solid #f1f1f1;
  color: #666;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.back-return[data-v-44ca4981] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.back-return-box[data-v-44ca4981] {
  width: 3.125rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background: white;
  -webkit-box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
  padding: 0.104167rem;
}
.back-return-box textarea[data-v-44ca4981] {
  width: 100%;
  border: none;
  margin: 0.052083rem 0;
  height: 0.520833rem;
}
.back-return-box div[data-v-44ca4981]:last-child {
  text-align: center;
}
.execl[data-v-44ca4981] {
  padding: 0.104167rem;
}
.execl > div p[data-v-44ca4981] {
  max-width: 0.78125rem;
  width: 0.78125rem;
  min-width: 0.78125rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 0.104167rem;
}
.execl > div p input[data-v-44ca4981] {
  width: 0.104167rem;
  height: 0.104167rem;
  margin-right: 0;
  vertical-align: text-top;
  vertical-align: middle;
}
.execl > div[data-v-44ca4981] {
  width: 3.28125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: normal;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.el-icon-copy-document[data-v-44ca4981]:hover {
  color: #409eff;
  cursor: pointer;
}
.header .search[data-v-44ca4981] {
  width: 1.213542rem;
  height: 0.197917rem;
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
  overflow: hidden;
  position: relative;
  border: 0.005208rem solid #eeeeee;
  margin-right: 0.026042rem;
}
.header .search input[data-v-44ca4981] {
  height: 100%;
  width: 0.911458rem;
  font-size: 0.09375rem;
  padding-left: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(255, 255, 255, 1);
}
.header .search button[data-v-44ca4981] {
  width: 0.302083rem;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border: none;
  color: white;
  font-weight: 800;
  cursor: pointer;
  position: absolute;
  right: 0;
}
.container[data-v-3e29c662] {
  width: 100%;
  height: 100%;
  background: white;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.table[data-v-3e29c662] {
  height: calc(100% - 0.729167rem);
}
.table table tr td div[data-v-3e29c662] {
  line-height: 100%;
  border-bottom: 0.015625rem solid #eeeffa;
}
.table table tr td div[data-v-3e29c662]:last-child {
  border: none;
}
.blue[data-v-3e29c662] {
  background: #3699ff;
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
}
.orange[data-v-3e29c662] {
  background: #fac23d;
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
}
.header > div[data-v-3e29c662] {
  margin-bottom: 0.104167rem;
  font-size: 0.104167rem;
}
.posi[data-v-3e29c662] {
  position: relative;
}
.posi ul[data-v-3e29c662] {
  position: absolute;
  right: 0;
  top: 0.302083rem;
  width: 0.78125rem;
  background: white;
  -webkit-box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
  text-align: center;
  line-height: 0.197917rem;
}
.posi ul li[data-v-3e29c662]:first-child {
  border-bottom: 0.010417rem dashed #ccc;
}
.btn[data-v-3e29c662] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 0.026042rem;
  padding: 0.026042rem 0.104167rem;
  height: 0.197917rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.qie[data-v-3e29c662] {
  width: 2.604167rem;
  height: 0.197917rem;
  background: white;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  border-radius: 0.125rem;
  line-height: 0.197917rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.qie span[data-v-3e29c662] {
  -webkit-box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 0 0.125rem 0.125rem 0;
  text-align: center;
  margin-left: -0.104167rem;
  background: white;
}
.qie span[data-v-3e29c662]:nth-of-type(1) {
  z-index: 5;
  margin: 0;
}
.qie span[data-v-3e29c662]:nth-of-type(2) {
  z-index: 4;
}
.qie span[data-v-3e29c662]:nth-of-type(3) {
  z-index: 3;
}
.qie span[data-v-3e29c662]:nth-of-type(4) {
  z-index: 2;
}
.qie span[data-v-3e29c662]:nth-of-type(5) {
  z-index: 1;
}
.qie .active[data-v-3e29c662] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
}
input[data-v-3e29c662] {
  background: #eeeffa;
  font-size: 0.125rem;
  width: 1.302083rem;
  line-height: 0.197917rem;
  margin-right: 0.15625rem;
}
.put[data-v-3e29c662] {
  width: 3.75rem;
  min-height: 4.166667rem;
  background: white;
  -webkit-box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
  position: absolute;
  left: 50%;
  top: 10%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.put table[data-v-3e29c662] {
  margin: 0 auto;
  margin-top: 0.15625rem;
  overflow: auto;
}
.put table[data-v-3e29c662] input,
#remark[data-v-3e29c662] {
  background: #eeeffa;
  font-size: 0.125rem;
  width: 1.5625rem;
  line-height: 0.197917rem;
}
.put table tr[data-v-3e29c662] td {
  line-height: 0.197917rem;
  padding: 0 0.026042rem;
}
#remark[data-v-3e29c662] {
  border: none;
}
.put table[data-v-3e29c662] .input {
  background: #eeeffa;
  font-size: 0.125rem;
  width: 0.520833rem;
  line-height: 0.197917rem;
}
textarea[data-v-3e29c662] {
  background: #eeeffa;
}
.exc[data-v-3e29c662] {
  width: 3.161458rem;
  height: 1.921875rem;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.03125rem 0.114583rem 0.010417rem rgba(11, 33, 24, 0.1);
          box-shadow: 0 0.03125rem 0.114583rem 0.010417rem rgba(11, 33, 24, 0.1);
  border-radius: 0.020833rem;
  position: absolute;
  left: 50%;
  top: 20%;
  padding: 2% 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.exc table[data-v-3e29c662] {
  margin: 0 auto;
  width: 80%;
}
.exc table td[data-v-3e29c662] {
  line-height: 0.302083rem;
  padding: 0 0.026042rem;
}
input[type="file"][data-v-3e29c662] {
  background: transparent;
}
.ccc[data-v-3e29c662] {
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
  background: rgb(230, 230, 230);
}
.mb > div[data-v-3e29c662] {
  margin-bottom: 0.052083rem;
}
.mb > div span[data-v-3e29c662]:first-child {
  width: 0.78125rem;
  display: inline-block;
}
.spans[data-v-3e29c662] {
  display: inline-block;
  width: 0.78125rem;
}
.see[data-v-3e29c662] {
  background: white;
  -webkit-box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
  position: absolute;
  left: 50%;
  top: 1.041667rem;
  width: 3.75rem;
  min-height: 1.041667rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.see table[data-v-3e29c662] {
  margin: 0 auto;
  width: 80%;
  line-height: 0.197917rem;
}
.greenbtn[data-v-3e29c662] {
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.104167rem;
  cursor: pointer;
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  border-radius: 2.604167rem;
  -webkit-box-shadow: 0 0 0.026042rem 0 #3aedb3;
          box-shadow: 0 0 0.026042rem 0 #3aedb3;
}
.redbtn[data-v-3e29c662] {
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
  background: rgb(255, 0, 0);
}
.eee[data-v-3e29c662] {
  margin: 0 0.026042rem;
  color: #000;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
  background: #f1f6f9;
}
.zposi div[data-v-3e29c662] {
  min-height: 0.15625rem;
}
.red[data-v-3e29c662] {
  background: red;
  width: 50%;
  height: 0.197917rem;
}
.topheader[data-v-3e29c662] {
  width: 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  background: white;
  -webkit-box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
  height: 0.208333rem;
  line-height: 0.208333rem;
  text-align: center;
  border-radius: 0.130208rem;
}
.topheader > span[data-v-3e29c662] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
}
.topheader .active[data-v-3e29c662] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border-radius: 0.130208rem;
}
.dw[data-v-3e29c662] {
  position: relative;
  width: 0.78125rem;
  height: 0.197917rem;
  margin-right: 0.104167rem;
  line-height: 0.197917rem;
  border-radius: 0.026042rem;
  border: 0.005208rem solid #eee;
  cursor: pointer;
}
.dw > div[data-v-3e29c662] {
  text-align: center;
  width: 0.78125rem;
  height: 0.197917rem;
}
.dw > div[data-v-3e29c662]:last-child {
  position: absolute;
}
.dw > div div[data-v-3e29c662] {
  border: 0.005208rem solid #eee;
  cursor: pointer;
  background: white;
}
.dw > div div[data-v-3e29c662]:hover {
  background: #eeeffa;
  color: #88879c;
}
.el-icon-arrow-down[data-v-3e29c662] {
  width: 0.15625rem;
  height: 0.197917rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#67eaab), to(#36c5cc));
  background: linear-gradient(#67eaab, #36c5cc);
  color: white;
  padding: 0;
  line-height: 0.197917rem;
  float: right;
  border-radius: 0 0.026042rem 0.026042rem 0;
}
.mleft[data-v-3e29c662] {
  margin-top: 0.104167rem;
}
.btn-back-blue[data-v-3e29c662] {
  background: -webkit-gradient(linear, left top, left bottom, from(#8dbbfa), to(#5194f3));
  background: linear-gradient(#8dbbfa, #5194f3);
}
.back-return[data-v-3e29c662] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.back-return-box[data-v-3e29c662] {
  width: 3.125rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background: white;
  -webkit-box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
  padding: 0.104167rem;
}
.back-return-box textarea[data-v-3e29c662] {
  width: 100%;
  border: none;
  margin: 0.052083rem 0;
  height: 0.520833rem;
}
.back-return-box div[data-v-3e29c662]:last-child {
  text-align: center;
}
.header .search[data-v-3e29c662] {
  width: 1.213542rem;
  height: 0.197917rem;
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
  overflow: hidden;
  position: relative;
  border: 0.005208rem solid #eeeeee;
  margin-right: 0.026042rem;
}
.header .search input[data-v-3e29c662] {
  height: 100%;
  width: 0.911458rem;
  font-size: 0.09375rem;
  padding-left: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(255, 255, 255, 1);
}
.header .search button[data-v-3e29c662] {
  width: 0.302083rem;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border: none;
  color: white;
  font-weight: 800;
  cursor: pointer;
  position: absolute;
  right: 0;
}
.container[data-v-5559a36e] {
  padding: 0.104167rem;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.09375rem;
  position: relative;
}
.container-main[data-v-5559a36e] {
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 0.104167rem;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.container-main-head-nav[data-v-5559a36e] {
  width: 3.125rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0.208333rem;
  line-height: 0.208333rem;
  -webkit-box-shadow: 0 0 0.026042rem 0 #eee;
          box-shadow: 0 0 0.026042rem 0 #eee;
  text-align: center;
  border-radius: 1.041667rem;
  font-family: "\601D\6E90\9ED1\4F53";
}
.container-main-head-nav span[data-v-5559a36e] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
}
.container-main-head-nav .active[data-v-5559a36e] {
  background: -webkit-gradient(linear, left top, left bottom, from(#68ebaa), to(#35c4cb));
  background: linear-gradient(#68ebaa, #35c4cb);
  color: white;
  border-radius: 1.041667rem;
  -webkit-box-shadow: 0 0 0.026042rem 0 #3aedb3;
          box-shadow: 0 0 0.026042rem 0 #3aedb3;
}
.container-main-head-btn[data-v-5559a36e] {
  margin-bottom: 0.052083rem;
}
.container-main-head-btn .container-main-head-btn-right[data-v-5559a36e] {
  width: 0.3125rem;
  height: 0.208333rem;
  line-height: 0.208333rem;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#94c0fb), to(#94c0fb));
  background: linear-gradient(#94c0fb, #94c0fb);
  border-radius: 0.026042rem;
  color: white;
  cursor: pointer;
  position: relative;
}
.container-main-head-btn .container-main-head-btn-right ul[data-v-5559a36e] {
  position: absolute;
  width: 100%;
  z-index: 100;
  color: black;
  background: white;
  -webkit-box-shadow: 0 0 0.026042rem 0 #eee;
          box-shadow: 0 0 0.026042rem 0 #eee;
}
.container-main-head-btn .container-main-head-btn-right ul li[data-v-5559a36e] {
  border-bottom: 0.005208rem solid #eee;
  position: relative;
}
.container-main-head-btn .container-main-head-btn-right ul li[data-v-5559a36e]:hover {
  background: #f2f2f2;
}
.container-main-head-btn .container-main-head-btn-left select[data-v-5559a36e] {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAdCAYAAABBsffGAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjg0NjIwRkE2MUJFMDExRUFCMzQ0RkY3NEMzRTkxRUIwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjg0NjIwRkE3MUJFMDExRUFCMzQ0RkY3NEMzRTkxRUIwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ODQ2MEQ4MDIxQkUwMTFFQUIzNDRGRjc0QzNFOTFFQjAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6ODQ2MEQ4MDMxQkUwMTFFQUIzNDRGRjc0QzNFOTFFQjAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6RuxKVAAADbklEQVR42pxWS2sUQRCummQJGFc9mGhySRAfdyHEg/kV4kFQDOItP0A8iBgj4g/Qi/iAHD2bgwcRvBgvEldFo4KJcVayl5BocDfZLvtRXVM9O3iwl2G2a6qrv/rq0Y2tzc7YLpjH8+3F+sudL/CL2kAAgBAH2R/6eZT3SsLYiwMwVTsKFwYmt/ohm+63spn5P6/rC533XpFYmXgh8tywNOgA6xWG3dikDiy0P0AN+uvnByZmMiubfNH+CobQPyRPFmSG5fw21rL7Rv7NugZ5bkFYFM/ay26vUw754KbpWBDIwPgNARgRIyb0j5+im2cMnFg/fHevrW7HCfb0e5d5oXge+YybOEMygQpd9VmpBeMmS/hEjAaI12pvxB3lrUKPVDJOaXDIEYuBT5QNMrFT0BOZQWEOCMUSI0dNc/Aguu7yQrlqYiAwAkbJLKCUF2+862mBnrwttivLIzVYoYNlzmN+k9JFxlTIpXA8ZSQ1EKNFyUYaOQJzrJMCmZISagm4AsTywBiWadFukuA0fr1FiShJkpKGUCHWxtFng0bhsuzqyMnRiwdPjMA/xqPWx/xO802zIAmEIJXnRZURBqZvri3ljqrpoeOVGzxsfcpv/3jbDMB0DWFFtlARzPh/9vtS7tL+0nC6wYP15fzWmjNcamCKXaEFuQjQxCol35Cc3uxqI3eFdvnQMb/B/Z+f87m1RjP2l7CWJAJkEuR9ISycGVILxK3AdrobKw1PkbFhnVttNH1mYaxWksokSxEmnHdR1bJ2T/URi+b6t3d5mPSxDkkj0xmLpJFTwXmSuQRyeKgTI7iOoVuG/akXXHVX5F6iUcdKRBLXpZ95ncy/CYs6LpA7WhATQ756dMfSB0lSa6oADVY0LkeLUfajOmGaoaSqNWY0YUqdOkykcXlQRrXPpKhLPcQbzbxnhqCii5a6YnGK2CB5/jC1LwHDENhYGPqEgop+bmK2GOw91vQwCpiBXh4jJapCf+/LaoMb3V0pHNBnaNllivlaPrRBgB3IfB1sO43FM0OH+X6SyT3EcRnvMuEp7iomfjcoT1iX+f/nhked8VcO+b1r40cmrHL9yXoLNnZ3OHzImVFkTqA4dnCU3I6ZtL9Wg7PDQ3BlbHzL2UV8+hzWp06PuWuduyW5ywz8/9h2iO1z92C9tvJXgAEAHiXxzcPFkHkAAAAASUVORK5CYII=) no-repeat right,
    rgba(242, 247, 253, 1);
  appearance: none;
  -webkit-appearance: none;
  /*去除chrome浏览器的默认下拉图片*/
  -moz-appearance: none;
  /*去除Firefox浏览器的默认下拉图片*/
  width: 0.78125rem;
  outline: none;
  border: none;
  height: 0.208333rem;
  line-height: 0.208333rem;
  text-align: center;
}
.container-main-center[data-v-5559a36e] {
  width: 100%;
  height: 88%;
}

/* .table{;} */

/* .table>div{overflow: auto;width: 100%;height: 100%;}
.table table{text-align: center;border: none;font-size: 18px;min-width: 100%;}
.table table thead{background:rgba(247,248,255,1);border-radius:6px; font-family:'思源黑体';font-weight: 500}
.table table thead td{border: 1px solid white;}
.table table tr{height:56px;}
.table table tr td{height: auto;}
.table table tr td:first-child{height: auto;}
.table table tbody td{border:1px solid rgba(237,238,246,1);}
.table table tbody tr:nth-of-type(even){background:rgba(243,255,250,1);border-radius:6px;}
.table table tbody tr:nth-of-type(odd){background:rgba(255,255,255,1);border-radius:6px;} */
.table table tr td div[data-v-5559a36e] {
  line-height: 200%;
  border-bottom: 0.015625rem solid #eeeffa;
}
.table table tr td div[data-v-5559a36e]:last-child {
  border: none;
}
.container-main-center-ul[data-v-5559a36e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  height: 0.260417rem;
}
.container-main-center-ul li[data-v-5559a36e] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
}
.container-main-center-ul li span[data-v-5559a36e] {
  line-height: 0.197917rem;
  display: inline-block;
  font-family: "\601D\6E90\9ED1\4F53";
}
.container-main-center-ul li .active[data-v-5559a36e] {
  color: #02c18d;
  border-bottom: 0.010417rem solid #02c18d;
}
.container-main-center-btnblue[data-v-5559a36e] {
  outline: none;
  border: none;
  color: white;
  background: rgba(54, 153, 255, 1);
  border-radius: 0.010417rem 0.010417rem 0.010417rem 0.010417rem;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
}
.container-main-center-eee[data-v-5559a36e] {
  outline: none;
  border: none;
  color: rgb(95, 95, 95);
  background: #eee;
  border-radius: 0.010417rem 0.010417rem 0.010417rem 0.010417rem;
  padding: 0.026042rem 0.052083rem;
}
.back-alter[data-v-5559a36e] {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.5);
}
.back-alter-addku[data-v-5559a36e] {
  min-height: 1.822917rem;
  -webkit-box-shadow: 0 0 0.026042rem 0 #eee;
          box-shadow: 0 0 0.026042rem 0 #eee;
  background: white;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.back-alter-addku table[data-v-5559a36e] {
  width: 80%;
  height: 100%;
  margin: 0 auto;
  border-spacing: 0.052083rem 0.104167rem;
  border-collapse: separate;
}
.back-alter-addku table tr[data-v-5559a36e] {
  font-family: "\601D\6E90\9ED1\4F53";
  color: rgba(50, 48, 83, 1);
  font-weight: 400;
}
.back-alter-addku table input[data-v-5559a36e],
.back-alter-addku table select[data-v-5559a36e] {
  width: 1.145833rem;
  height: 0.15625rem;
  background: rgba(242, 247, 253, 1);
  border: 0.005208rem solid rgba(235, 242, 250, 1);
  border-radius: 0.020833rem;
  outline: none;
  padding-left: 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.back-alter-addku table tr[data-v-5559a36e]:last-child {
  text-align: center;
}
.back-alter-addku table td[data-v-5559a36e]:nth-of-type(odd) {
  white-space: nowrap;
}
.back-alter-addku table select[data-v-5559a36e] {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAdCAYAAABBsffGAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjg0NjIwRkE2MUJFMDExRUFCMzQ0RkY3NEMzRTkxRUIwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjg0NjIwRkE3MUJFMDExRUFCMzQ0RkY3NEMzRTkxRUIwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ODQ2MEQ4MDIxQkUwMTFFQUIzNDRGRjc0QzNFOTFFQjAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6ODQ2MEQ4MDMxQkUwMTFFQUIzNDRGRjc0QzNFOTFFQjAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6RuxKVAAADbklEQVR42pxWS2sUQRCummQJGFc9mGhySRAfdyHEg/kV4kFQDOItP0A8iBgj4g/Qi/iAHD2bgwcRvBgvEldFo4KJcVayl5BocDfZLvtRXVM9O3iwl2G2a6qrv/rq0Y2tzc7YLpjH8+3F+sudL/CL2kAAgBAH2R/6eZT3SsLYiwMwVTsKFwYmt/ohm+63spn5P6/rC533XpFYmXgh8tywNOgA6xWG3dikDiy0P0AN+uvnByZmMiubfNH+CobQPyRPFmSG5fw21rL7Rv7NugZ5bkFYFM/ay26vUw754KbpWBDIwPgNARgRIyb0j5+im2cMnFg/fHevrW7HCfb0e5d5oXge+YybOEMygQpd9VmpBeMmS/hEjAaI12pvxB3lrUKPVDJOaXDIEYuBT5QNMrFT0BOZQWEOCMUSI0dNc/Aguu7yQrlqYiAwAkbJLKCUF2+862mBnrwttivLIzVYoYNlzmN+k9JFxlTIpXA8ZSQ1EKNFyUYaOQJzrJMCmZISagm4AsTywBiWadFukuA0fr1FiShJkpKGUCHWxtFng0bhsuzqyMnRiwdPjMA/xqPWx/xO802zIAmEIJXnRZURBqZvri3ljqrpoeOVGzxsfcpv/3jbDMB0DWFFtlARzPh/9vtS7tL+0nC6wYP15fzWmjNcamCKXaEFuQjQxCol35Cc3uxqI3eFdvnQMb/B/Z+f87m1RjP2l7CWJAJkEuR9ISycGVILxK3AdrobKw1PkbFhnVttNH1mYaxWksokSxEmnHdR1bJ2T/URi+b6t3d5mPSxDkkj0xmLpJFTwXmSuQRyeKgTI7iOoVuG/akXXHVX5F6iUcdKRBLXpZ95ncy/CYs6LpA7WhATQ756dMfSB0lSa6oADVY0LkeLUfajOmGaoaSqNWY0YUqdOkykcXlQRrXPpKhLPcQbzbxnhqCii5a6YnGK2CB5/jC1LwHDENhYGPqEgop+bmK2GOw91vQwCpiBXh4jJapCf+/LaoMb3V0pHNBnaNllivlaPrRBgB3IfB1sO43FM0OH+X6SyT3EcRnvMuEp7iomfjcoT1iX+f/nhked8VcO+b1r40cmrHL9yXoLNnZ3OHzImVFkTqA4dnCU3I6ZtL9Wg7PDQ3BlbHzL2UV8+hzWp06PuWuduyW5ywz8/9h2iO1z92C9tvJXgAEAHiXxzcPFkHkAAAAASUVORK5CYII=) no-repeat right,
    rgba(242, 247, 253, 1);
  appearance: none;
  -webkit-appearance: none;
  /*去除chrome浏览器的默认下拉图片*/
  -moz-appearance: none;
  /*去除Firefox浏览器的默认下拉图片*/
}
.back-alter-fa-posi[data-v-5559a36e] {
  position: absolute;
  right: -0.026042rem;
  top: -0.026042rem;
  width: 0.208333rem;
  height: 0.208333rem;
  background: red;
  -webkit-box-shadow: 0 0 0.015625rem 0 red;
          box-shadow: 0 0 0.015625rem 0 red;
  border-radius: 0 0 0 0.208333rem;
  text-align: center;
  color: white;
  line-height: 0.208333rem;
  font-size: 0.104167rem;
  cursor: pointer;
}
.back-alter-fa[data-v-5559a36e] {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-box-shadow: 0 0 0.026042rem 0 #eee;
          box-shadow: 0 0 0.026042rem 0 #eee;
  background: white;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.back-alter-fa-table[data-v-5559a36e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.back-alter-fa-table table[data-v-5559a36e] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-spacing: 0.052083rem 0.104167rem;
  border-collapse: separate;
  min-width: 2.083333rem;
}
.back-alter-fa-table table input[data-v-5559a36e],
.back-alter-fa-table table select[data-v-5559a36e] {
  width: 1.041667rem;
  height: 0.15625rem;
  background: rgba(242, 247, 253, 1);
  border: 0.005208rem solid rgba(235, 242, 250, 1);
  border-radius: 0.020833rem;
  outline: none;
  display: block;
}
.back-alter-fa-table table select[data-v-5559a36e] {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAdCAYAAABBsffGAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjg0NjIwRkE2MUJFMDExRUFCMzQ0RkY3NEMzRTkxRUIwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjg0NjIwRkE3MUJFMDExRUFCMzQ0RkY3NEMzRTkxRUIwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ODQ2MEQ4MDIxQkUwMTFFQUIzNDRGRjc0QzNFOTFFQjAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6ODQ2MEQ4MDMxQkUwMTFFQUIzNDRGRjc0QzNFOTFFQjAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6RuxKVAAADbklEQVR42pxWS2sUQRCummQJGFc9mGhySRAfdyHEg/kV4kFQDOItP0A8iBgj4g/Qi/iAHD2bgwcRvBgvEldFo4KJcVayl5BocDfZLvtRXVM9O3iwl2G2a6qrv/rq0Y2tzc7YLpjH8+3F+sudL/CL2kAAgBAH2R/6eZT3SsLYiwMwVTsKFwYmt/ohm+63spn5P6/rC533XpFYmXgh8tywNOgA6xWG3dikDiy0P0AN+uvnByZmMiubfNH+CobQPyRPFmSG5fw21rL7Rv7NugZ5bkFYFM/ay26vUw754KbpWBDIwPgNARgRIyb0j5+im2cMnFg/fHevrW7HCfb0e5d5oXge+YybOEMygQpd9VmpBeMmS/hEjAaI12pvxB3lrUKPVDJOaXDIEYuBT5QNMrFT0BOZQWEOCMUSI0dNc/Aguu7yQrlqYiAwAkbJLKCUF2+862mBnrwttivLIzVYoYNlzmN+k9JFxlTIpXA8ZSQ1EKNFyUYaOQJzrJMCmZISagm4AsTywBiWadFukuA0fr1FiShJkpKGUCHWxtFng0bhsuzqyMnRiwdPjMA/xqPWx/xO802zIAmEIJXnRZURBqZvri3ljqrpoeOVGzxsfcpv/3jbDMB0DWFFtlARzPh/9vtS7tL+0nC6wYP15fzWmjNcamCKXaEFuQjQxCol35Cc3uxqI3eFdvnQMb/B/Z+f87m1RjP2l7CWJAJkEuR9ISycGVILxK3AdrobKw1PkbFhnVttNH1mYaxWksokSxEmnHdR1bJ2T/URi+b6t3d5mPSxDkkj0xmLpJFTwXmSuQRyeKgTI7iOoVuG/akXXHVX5F6iUcdKRBLXpZ95ncy/CYs6LpA7WhATQ756dMfSB0lSa6oADVY0LkeLUfajOmGaoaSqNWY0YUqdOkykcXlQRrXPpKhLPcQbzbxnhqCii5a6YnGK2CB5/jC1LwHDENhYGPqEgop+bmK2GOw91vQwCpiBXh4jJapCf+/LaoMb3V0pHNBnaNllivlaPrRBgB3IfB1sO43FM0OH+X6SyT3EcRnvMuEp7iomfjcoT1iX+f/nhked8VcO+b1r40cmrHL9yXoLNnZ3OHzImVFkTqA4dnCU3I6ZtL9Wg7PDQ3BlbHzL2UV8+hzWp06PuWuduyW5ywz8/9h2iO1z92C9tvJXgAEAHiXxzcPFkHkAAAAASUVORK5CYII=) no-repeat right,
    rgba(242, 247, 253, 1);
  appearance: none;
  -webkit-appearance: none;
  /*去除chrome浏览器的默认下拉图片*/
  -moz-appearance: none;
  /*去除Firefox浏览器的默认下拉图片*/
}
.el-date-editor[data-v-5559a36e] {
  width: 100%;
}
.back-alter .back-alter-addku table .el-date-editor .el-input__inner[data-v-5559a36e] {
  background: rgba(242, 247, 253, 1);
}
.greenbtn-y[data-v-5559a36e] {
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.104167rem;
  cursor: pointer;
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  border-radius: 2.604167rem;
  -webkit-box-shadow: 0 0 0.026042rem 0 #3aedb3;
          box-shadow: 0 0 0.026042rem 0 #3aedb3;
}
.eee-y[data-v-5559a36e] {
  margin: 0 0.026042rem;
  outline: none;
  border: none;
  padding: 0.026042rem 0.104167rem;
  cursor: pointer;
  background: #eff3f5;
  border-radius: 2.604167rem;
  -webkit-box-shadow: 0 0 0.026042rem 0 #eff3f5;
          box-shadow: 0 0 0.026042rem 0 #eff3f5;
  color: rgba(50, 48, 83, 1);
}
.redbtn[data-v-5559a36e] {
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
  background: rgb(255, 0, 0);
}
#excel[data-v-5559a36e] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
}
.ccc[data-v-5559a36e] {
  color: #ccc;
}
.container[data-v-74ce07ea] {
  width: 100%;
  height: 100%;
  background: white;
  padding: 0.104167rem 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-font-smoothing: antialiased;
  font-size: 0.09375rem;
}
.header[data-v-74ce07ea] {
  height: 0.572917rem;
}
.header__mleft[data-v-74ce07ea] {
  height: 0.260417rem;
  margin-top: 0.052083rem;
}
.header .search[data-v-74ce07ea] {
  width: 1.5625rem;
  height: 0.197917rem;
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
  overflow: hidden;
  display: inline-block;
  border: 0.005208rem solid rgba(221,225,229,1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  vertical-align: middle;
}
.header .search input[data-v-74ce07ea] {
  height: 100%;
  width: 1.223958rem;
  font-size: 0.09375rem;
  padding-left: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header .search button[data-v-74ce07ea] {
  width: 0.291667rem;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border: none;
  color: white;
  font-weight: 800;
  cursor: pointer;
  position: absolute;
  vertical-align: middle;
  right: 0;
}
.btn[data-v-74ce07ea] {
  outline: none;
  border: none;
  cursor: pointer;
  padding: 0 0.052083rem;
  line-height: 0.197917rem;
  border-radius: 0.026042rem;
  background: rgba(147, 147, 147, 0.27);
  color: rgba(68, 68, 68, 1);
  background: #f5f7fe;
  border: 0.005208rem solid #def0f8;
  font-size: 0.083333rem;
}
.btn-back-blue[data-v-74ce07ea] {
  background: -webkit-gradient(linear, left top, left bottom, from(#8dbbfa), to(#5194f3));
  background: linear-gradient(#8dbbfa, #5194f3);
  color: white;
  -webkit-box-shadow: 0 0 0.026042rem 0 #8dbbfa;
          box-shadow: 0 0 0.026042rem 0 #8dbbfa;
  margin-left: 0.052083rem;
}
.btn-back-green[data-v-74ce07ea] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
}
.table[data-v-74ce07ea] {
  height: calc(100% - 0.677083rem);
}
.table table tr.even[data-v-74ce07ea] {
  background: rgba(243, 255, 250, 1);
  border-radius: 0.03125rem;
}
.table table tr td[data-v-74ce07ea] {
  padding: 0 0.026042rem !important;
  color: #323053;
  background: none;
}
.table table tr.odd[data-v-74ce07ea] {
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
}
.allFixed p[data-v-74ce07ea]:last-of-type {
  text-align: center;
}
.allFixed .allFixed-btnred[data-v-74ce07ea] {
  margin: 0 0.052083rem;
  margin-top: 1em;
  padding: 0.052083rem 0.104167rem;
  outline: none;
  border: none;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  color: white;
  border-radius: 0.520833rem;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.allFixed .allFixed-btnccc[data-v-74ce07ea] {
  margin: 0 0.052083rem;
  margin-top: 1em;
  padding: 0.052083rem 0.104167rem;
  outline: none;
  border: none;
  background: #fff;
  color: #666;
  border-radius: 0.520833rem;
  border: 0.005208rem solid #f1f1f1;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.allFixed i[data-v-74ce07ea] {
  font-family: "\601D\6E90\9ED1\4F53";
  font-size: 0.104167rem;
}
.allFixed .posi[data-v-74ce07ea] {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.208333rem;
  height: 0.208333rem;
  background: #f34f4f;
  cursor: pointer;
  border-radius: 0 0 0 0.520833rem;
  text-align: center;
  line-height: 0.208333rem;
  color: white;
  font-weight: 600;
}
.allFixed input[data-v-74ce07ea],
.allFixed select[data-v-74ce07ea] {
  background: #F5F7FA;
  padding-left: 0.078125rem;
  line-height: 0.197917rem;
  width: 80%;
  min-width: 0.677083rem;
  height: 0.197917rem;
  border: 0.005208rem solid #eee;
  font-size: 0.083333rem;
}
.allFixed div[data-v-74ce07ea] {
  margin: 0 auto;
}
.allFixed table[data-v-74ce07ea] {
  width: 100%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0 0.052083rem;
}
.allFixed table tr td[data-v-74ce07ea]:nth-of-type(odd) {
  text-align: right;
  white-space: nowrap;
}
.allFixed table tr td[data-v-74ce07ea] {
  white-space: nowrap;
}
.allFixed h3[data-v-74ce07ea] {
  font-size: 0.104167rem;
  font-weight: 600;
  white-space: nowrap;
}
.allFixed .border—top[data-v-74ce07ea] {
  position: relative;
  /* padding-bottom: 10px;
  margin-top: 10px; */
  width: 100%;
  border-top: 0.005208rem solid #eeeeee;
  display: block;
}
.allFixed .icon_sp[data-v-74ce07ea] {
  display: inline-block;
  white-space: nowrap;
  -webkit-transform: scale(1);
          transform: scale(1);
  /* color: rgb(27, 117, 252); */
  font-size: 0.104167rem;
  margin-left: -0.026042rem;
}
[data-v-74ce07ea]::-webkit-scrollbar {
  width: 0.026042rem;
  height: 0.052083rem;
  background-color: #f5f5f5;
}
.hover > div[data-v-74ce07ea] {
  position: absolute;
  width: 1.041667rem;
  height: auto;
  background: white;
  right: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  z-index: 10;
  bottom: 0.197917rem;
  text-align: left;
  padding: 0.026042rem;
  white-space: normal;
}
.hover[data-v-74ce07ea] {
  position: relative;
  cursor: pointer;
  min-height: 0.15625rem;
}
.icon_position[data-v-74ce07ea] {
  position: relative;
}
.icon_position img[data-v-74ce07ea] {
  position: absolute;
  left: -0.052083rem;
  top: -0.026042rem;
}
.input_model[data-v-74ce07ea] {
  background-color: #F5F7FA;
  border-color: #E4E7ED;
  font-size: 0.083333rem;
  /* border: 1px solid #DCDFE6; */
  line-height: 0.208333rem;
  text-indent: 0.078125rem;
  border-radius: 0.020833rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0.8;
  padding-right: 0.052083rem;
}
.footer[data-v-74ce07ea] {
  border: 0.005208rem solid #ccc;
  text-align: center;
  border-radius: 0.026042rem;
  width: 90%;
  line-height: 0.3125rem;
  margin: 0.052083rem auto;
  margin-bottom: 0.15625rem;
}
.allFixed_top[data-v-74ce07ea] {
  text-align: center;
  color: #ccc;
}
.allFixed_top span[data-v-74ce07ea] {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.allFixed_active[data-v-74ce07ea] {
  color: #323053;
  border-bottom: #02cb8e 0.010417rem solid;
}
.recordStyle[data-v-74ce07ea] {
  line-height: 0.1875rem;
  font-size: 0.083333rem;
}
.allFixed .recordStyle[data-v-74ce07ea]:last-of-type {
  text-align: left;
}
.recordStyle i[data-v-74ce07ea] {
  padding-right: 0.15625rem;
  display: inline-block;
  width: 0.15625rem;
  color: rgba(0, 0, 0, 0.4);
  vertical-align: middle;
}
.recordStyle span[data-v-74ce07ea] {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 0;
  width: 0.0625rem;
  height: 0.0625rem;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.010417rem solid #00F5B4;
}
.recordStyle .bar[data-v-74ce07ea] {
  position: absolute;
  top: 0.052083rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.005208rem;
  height: 0.125rem;
  background: #00F5B4;
  display: inline-block;
  padding: 0;
}
.recordStyle[data-v-74ce07ea]:last-of-type {
  color: #3699ff;
}
.recordStyle:last-of-type .bar[data-v-74ce07ea] {
  display: none;
}
.ul_table[data-v-74ce07ea] {
  padding: 0.078125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.005208rem solid #eee;
}
.ul_tr[data-v-74ce07ea]:first-child {
  border-bottom: 0.005208rem solid #eee;
}
.ul_tr[data-v-74ce07ea],
.ul_tr label[data-v-74ce07ea] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0.026042rem 0;
}
.ul_tr li[data-v-74ce07ea] {
  line-height: 150%;
  width: 12.5%;
  text-align: center;
}
.ul_tr li[data-v-74ce07ea]:last-child {
  min-width: 18%;
}
.ul_tr li[data-v-74ce07ea]:first-child {
  min-width: 18%;
}
.container[data-v-1d95b110] {
  width: 100%;
  height: 100%;
  background: white;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.header > div[data-v-1d95b110] {
  margin-bottom: 0.104167rem;
  font-size: 0.104167rem;
}
.topheader[data-v-1d95b110] {
  width: 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  background: white;
  -webkit-box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
  height: 0.208333rem;
  line-height: 0.208333rem;
  text-align: center;
  border-radius: 0.130208rem;
}
.topheader > span[data-v-1d95b110] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
}
.topheader .active[data-v-1d95b110] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border-radius: 0.130208rem;
}
.table[data-v-1d95b110] {
  height: 90%;
}

/* .table > div {
  overflow: scroll;
  width: 100%;
  height: 100%;
}
.table table {
  text-align: center;
  border: none;
  font-size: 18px;
  min-width: 100%;
  white-space: nowrap;
}
.table table thead {
  background: rgba(247, 248, 255, 1);
  border-radius: 6px;
  font-family: "思源黑体";
  font-weight: 500;
}
.table table thead td {
  border: 1px solid white;
}
.table table tr {
  height: 66px;
}
.table table tr td {
  height: auto;
}
.table table tr td:first-child {
  height: auto;
}
.table table tbody td {
  border: 1px solid rgba(237, 238, 246, 1);
}
.table table tbody tr:nth-of-type(even) {
  background: rgba(243, 255, 250, 1);
  border-radius: 6px;
}
.table table tbody tr:nth-of-type(odd) {
  background: rgba(255, 255, 255, 1);
  border-radius: 6px;
} */
.table table tr td div[data-v-1d95b110] {
  line-height: 100%;
  border-bottom: 0.015625rem solid #eeeffa;
}
.table table tr td div[data-v-1d95b110]:last-child {
  border: none;
}
.blue[data-v-1d95b110] {
  background: #3699ff;
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
}
.eee[data-v-1d95b110] {
  background: #ccc;
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
}
.orange[data-v-1d95b110] {
  background: #fac23d;
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
}
.res-y[data-v-1d95b110] {
  background: #f34f4f;
  outline: none;
  border: none;
  cursor: pointer;
  margin: 0 0.026042rem;
  color: white;
  border-radius: 1.5625rem;
  width: 0.625rem;
  height: 0.260417rem;
  -webkit-box-shadow: 0 0 0.03125rem 0 #f34f4f;
          box-shadow: 0 0 0.03125rem 0 #f34f4f;
}
.fff-y[data-v-1d95b110] {
  background: #fff;
  outline: none;
  border: none;
  cursor: pointer;
  margin: 0 0.026042rem;
  color: #323053;
  border-radius: 1.5625rem;
  width: 0.625rem;
  height: 0.260417rem;
}
.hover > div[data-v-1d95b110] {
  position: absolute;
  width: 1.041667rem;
  height: auto;
  background: white;
  right: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  z-index: 10;
  bottom: 0.197917rem;
  text-align: left;
  padding: 0.026042rem;
  white-space: normal;
}
.hover[data-v-1d95b110] {
  position: relative;
  cursor: pointer;
}
.back-return[data-v-1d95b110] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.back-return-box[data-v-1d95b110] {
  width: 3.125rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background: white;
  -webkit-box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
  padding: 0.104167rem;
  overflow: hidden;
}
.back-return-box textarea[data-v-1d95b110] {
  width: 100%;
  border: none;
  margin: 0.052083rem 0;
  height: 0.520833rem;
  background: #f5f7fe;
}
.back-return-box div[data-v-1d95b110]:last-child {
  text-align: center;
}
.back-return-box-posi[data-v-1d95b110] {
  position: absolute;
  top: -0.026042rem;
  right: -0.026042rem;
  outline: none;
  border: none;
  background: red;
  border-radius: 0 0 0 0.208333rem;
  color: white;
  width: 0.208333rem;
  height: 0.208333rem;
  text-align: center;
  cursor: pointer;
}
[data-v-1d95b110]::-webkit-scrollbar {
  width: 0.026042rem;
  height: 0.052083rem;
  background-color: #f5f5f5;
}
.container[data-v-621413cf] {
  width: 100%;
  height: 100%;
  background: white;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  font-size: 0.09375rem;
}
.topheader span[data-v-621413cf] {
  width: 0.677083rem;
  height: 0.208333rem;
  display: inline-block;
  border-radius: 0.052083rem;
  text-align: center;
  line-height: 0.208333rem;
  cursor: pointer;
  margin: 0.052083rem;
  background: #ebf2f9;
  color: #323053;
  font-family: "\601D\6E90\9ED1\4F53";
}
.topheader .active[data-v-621413cf] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border-radius: 0.052083rem;
}
.table[data-v-621413cf] {
  height: 88%;
}
.table table tr td div[data-v-621413cf] {
  line-height: 100%;
  border-bottom: 0.015625rem solid #eeeffa;
}
.table table tr td div[data-v-621413cf]:last-child {
  border: none;
}
.blue[data-v-621413cf] {
  background: #3699ff;
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
}
.eee[data-v-621413cf] {
  background: #ccc;
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
}
.orange[data-v-621413cf] {
  background: #fac23d;
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
}
.res-y[data-v-621413cf] {
  background: #f34f4f;
  outline: none;
  border: none;
  cursor: pointer;
  margin: 0 0.026042rem;
  color: white;
  border-radius: 1.5625rem;
  width: 0.520833rem;
  height: 0.260417rem;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ccc-y[data-v-621413cf] {
  background: #fff;
  outline: none;
  border: none;
  cursor: pointer;
  margin: 0 0.026042rem;
  color: #666;
  border-radius: 1.5625rem;
  width: 0.520833rem;
  height: 0.260417rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0.005208rem solid #f1f1f1;
}
.hover > div[data-v-621413cf] {
  position: absolute;
  width: 1.041667rem;
  height: auto;
  background: white;
  right: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  z-index: 10;
  bottom: 0.197917rem;
  text-align: left;
  padding: 0.026042rem;
  white-space: normal;
}
.hover[data-v-621413cf] {
  position: relative;
  cursor: pointer;
  min-height: 0.15625rem;
}
.back-return[data-v-621413cf] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.back-return-box[data-v-621413cf] {
  width: 3.125rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background: white;
  -webkit-box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
  padding: 0.104167rem;
  overflow: hidden;
}
.back-return-box textarea[data-v-621413cf] {
  width: 100%;
  border: none;
  margin: 0.052083rem 0;
  height: 0.520833rem;
  background: #f5f7fe;
}
.back-return-box div[data-v-621413cf]:last-child {
  text-align: center;
}
.back-return-box-posi[data-v-621413cf] {
  position: absolute;
  top: -0.026042rem;
  right: -0.026042rem;
  outline: none;
  border: none;
  background: red;
  border-radius: 0 0 0 0.208333rem;
  color: white;
  width: 0.208333rem;
  height: 0.208333rem;
  text-align: center;
  cursor: pointer;
}
.container[data-v-6c53bf16] {
  width: 100%;
  height: 100%;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background: white;
  font-size: 0.09375rem;
}
.header[data-v-6c53bf16] {
  width: 100%;
  position: relative;
  height: 0.208333rem;
}
.header > div[data-v-6c53bf16] {
  width: 1.822917rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: white;
  -webkit-box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
  line-height: 0.208333rem;
  border-radius: 0.151042rem;
  overflow: hidden;
}
.header > div span[data-v-6c53bf16] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 0.151042rem;
  cursor: pointer;
  font-size: 0.104167rem;
}
.header > div .active[data-v-6c53bf16] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
}
.container > h3[data-v-6c53bf16] {
  font-size: 0.15625rem;
}
.center[data-v-6c53bf16] {
  height: calc(100% - 0.520833rem);
}
.table[data-v-6c53bf16] {
  margin-top: 0.15625rem;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
}
.hover > div[data-v-6c53bf16] {
  position: absolute;
  width: 1.041667rem;
  height: auto;
  background: white;
  right: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  z-index: 10;
  bottom: 0.197917rem;
  text-align: left;
  padding: 0.026042rem;
  white-space: normal;
}
.hover[data-v-6c53bf16] {
  position: relative;
  cursor: pointer;
  min-height: 0.15625rem;
}
.blue[data-v-6c53bf16] {
  background: #3699ff;
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
  border-radius: 0.015625rem;
}
.orange[data-v-6c53bf16] {
  background: #fac23d;
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
  border-radius: 0.015625rem;
}
.ccc[data-v-6c53bf16] {
  background: #ccc;
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
  border-radius: 0.015625rem;
}
.res-y[data-v-6c53bf16] {
  background: #f34f4f;
  outline: none;
  border: none;
  cursor: pointer;
  margin: 0 0.026042rem;
  color: white;
  border-radius: 1.5625rem;
  width: 0.625rem;
  height: 0.260417rem;
  -webkit-box-shadow: 0 0 0.03125rem 0 #f34f4f;
          box-shadow: 0 0 0.03125rem 0 #f34f4f;
}
.green[data-v-6c53bf16] {
  color: #6ecfa9;
  font-size: 0.104167rem;
}
[data-v-6c53bf16]::-webkit-scrollbar {
  width: 0.026042rem;
  height: 0.052083rem;
  background-color: #f5f5f5;
}
.back-return[data-v-6c53bf16] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.back-return-box[data-v-6c53bf16] {
  width: 3.125rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background: white;
  -webkit-box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
  padding: 0.104167rem;
  overflow: hidden;
}
.back-return-box textarea[data-v-6c53bf16] {
  width: 100%;
  border: none;
  margin: 0.052083rem 0;
  height: 0.520833rem;
  background: #f5f7fe;
}
.back-return-box div[data-v-6c53bf16]:last-child {
  text-align: center;
}
.back-return-box-posi[data-v-6c53bf16] {
  position: absolute;
  top: -0.026042rem;
  right: -0.026042rem;
  outline: none;
  border: none;
  background: red;
  border-radius: 0 0 0 0.208333rem;
  color: white;
  width: 0.208333rem;
  height: 0.208333rem;
  text-align: center;
  cursor: pointer;
}
.recordStyle[data-v-6c53bf16] {
  line-height: 0.1875rem;
  font-size: 0.083333rem;
}
.recordStyle i[data-v-6c53bf16] {
  padding-right: 0.15625rem;
  display: inline-block;
  width: 0.15625rem;
  color: rgba(0, 0, 0, 0.4);
  vertical-align: middle;
}
.recordStyle span[data-v-6c53bf16] {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 0;
  width: 0.0625rem;
  height: 0.0625rem;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.010417rem solid #00F5B4;
}
.recordStyle .bar[data-v-6c53bf16] {
  position: absolute;
  top: 0.052083rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.005208rem;
  height: 0.125rem;
  background: #00F5B4;
  display: inline-block;
  padding: 0;
}
.recordStyle[data-v-6c53bf16]:last-of-type {
  color: #3699ff;
}
.recordStyle:last-of-type .bar[data-v-6c53bf16] {
  display: none;
}
.classTable[data-v-6c53bf16] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.052083rem;
  white-space: nowrap;
  font-size: 0.072917rem;
}
.classTable span[data-v-6c53bf16] {
  display: inline-block;
  background: white;
  min-width: 0.208333rem;
  padding: 0 0.052083rem;
  margin-right: 0.052083rem;
}
.allFixed[data-v-6c53bf16] {
  white-space: nowrap;
}
.allFixed table[data-v-6c53bf16] {
  border-collapse: separate;
  border-spacing: 0.052083rem;
}
.allFixed table td:nth-of-type(even) .el-input[data-v-6c53bf16] {
  width: 0.78125rem;
}
.allFixed table td[data-v-6c53bf16]:nth-of-type(odd) {
  text-align: right;
}
.allFixed h3[data-v-6c53bf16] {
  font-size: 0.125rem;
}
.allFixed_nav[data-v-6c53bf16] {
  margin: 0 auto;
  margin-bottom: 0.145833rem;
  text-align: center;
}
.allFixed_nav span[data-v-6c53bf16] {
  margin: 0 0.052083rem;
  padding: 0 0.041667rem;
  font-size: 0.09375rem;
  color: rgba(51, 48, 84, 0.6);
  padding-bottom: 0.052083rem;
  border-bottom: 0.020833rem solid transparent;
  cursor: pointer;
}
.allFixed_nav .allFixed_nav_bar[data-v-6c53bf16] {
  color: rgba(51, 48, 84, 1);
  border-bottom: 0.020833rem solid #1AC8B0;
}
.allFixed .allFixed_table[data-v-6c53bf16] {
  border-collapse: separate;
  border-spacing: 0.052083rem;
  border: 0.005208rem solid #F3F4F6;
  min-height: calc(100% - 0.416667rem);
}
.allFixed .allFixed_table h4[data-v-6c53bf16] {
  font-weight: 500;
  font-size: 0.09375rem;
  font-family: '\601D\6E90\9ED1\4F53';
}
.el-input_model[data-v-6c53bf16] {
  font-size: 0.072917rem;
  min-height: 0.208333rem;
  width: auto;
  /* display: inline-block; */
  line-height: 0.208333rem;
  text-indent: 1em;
  border: 0.005208rem solid #E4E7ED;
  border-radius: 0.026042rem;
  /* opacity: 0.8; */
  color: #C0C4CC;
  background: #F5F7FA;
}
.FinanceYJ[data-v-6c53bf16] {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
}
.FinanceYJ_cont[data-v-6c53bf16] {
  width: 4.166667rem;
  min-height: 1.5625rem;
  max-height: 4.166667rem;
  overflow-y: auto;
  background: #fff;
  border-radius: 0.020833rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  padding: 0.125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.FinanceYJ_cont_box[data-v-6c53bf16] {
  margin-bottom: 0.125rem;
}
.FinanceYJ_cont_row[data-v-6c53bf16] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.125rem;
}
.FinanceYJ_cont_col[data-v-6c53bf16] {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.FinanceYJ_cont_col span[data-v-6c53bf16] {
  white-space: nowrap;
  margin-right: 0.041667rem;
}
.FinanceYJ_cont_foot[data-v-6c53bf16] {
  margin-top: 0.125rem;
  text-align: center;
}
.FinanceYJ_screen[data-v-6c53bf16] {
  margin-top: 0.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 0.166667rem;
}
.FinanceYJ_screen .FinanceYJ_screen_left[data-v-6c53bf16] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.FinanceYJ_screen .FinanceYJ_screen_left .el-select[data-v-6c53bf16] {
  margin-left: 0.041667rem;
}
.FinanceYJ_table[data-v-6c53bf16] {
  margin-top: 0.125rem;
}
.FinanceYJ_table[data-v-6c53bf16] .el-table__body .cell .el-button+.el-button {
  margin-left: 0;
}
.container[data-v-47a53fa0] {
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 0.083333rem;
  padding: 0.104167rem;
  background: white;
}
.header[data-v-47a53fa0] {
  width: 100%;
  margin-bottom: 0.15625rem;
}
.header .search[data-v-47a53fa0] {
  width: 1.109375rem;
  height: 0.197917rem;
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
  overflow: hidden;
  position: relative;
  border: 0.005208rem solid #eee;
}
.header .search input[data-v-47a53fa0] {
  height: 100%;
  width: 0.911458rem;
  font-size: 0.083333rem;
  padding-left: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header .search button[data-v-47a53fa0] {
  /* width: 38px; */
  position: absolute;
  right: 0;
  padding: 0 0.015625rem;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border: none;
  color: white;
  font-weight: 600;
  font-size: 0.09375rem;
  cursor: pointer;
}
.header .el-select[data-v-47a53fa0] {
  width: 0.520833rem;
  margin: 0 0.104167rem;
}
.table[data-v-47a53fa0] {
  height: calc(100% - 0.3125rem);
}
.table table tbody tr.show[data-v-47a53fa0] {
  width: 100%;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: left;
  line-height: 0.25rem;
  font-size: 0.083333rem;
  background: white;
}
.table table tbody tr.show td:nth-of-type(even)>div[data-v-47a53fa0] {
  border: none;
  border-left: 0.03125rem solid #4793FB;
  border-radius: 0.020833rem;
  padding-left: 0.104167rem;
  -webkit-box-shadow: 0 0 0.015625rem 0 #ccc;
          box-shadow: 0 0 0.015625rem 0 #ccc;
}
.el-icon-arrow-right[data-v-47a53fa0] {
  -webkit-transition: .3s;
  transition: .3s;
}
.header_btn[data-v-47a53fa0] {
  outline: none;
  border: none;
  cursor: pointer;
  padding: 0 0.052083rem;
  line-height: 0.197917rem;
  border-radius: 0.026042rem;
  background: rgba(147, 147, 147, 0.27);
  color: rgba(68, 68, 68, 1);
  background: #f5f7fe;
  font-size: 0.083333rem;
}
.header_btn_blue[data-v-47a53fa0] {
  background: -webkit-gradient(linear, left top, left bottom, from(#8dbbfa), to(#5194f3));
  background: linear-gradient(#8dbbfa, #5194f3);
  color: white;
  -webkit-box-shadow: 0 0 0.026042rem 0 #8dbbfa;
          box-shadow: 0 0 0.026042rem 0 #8dbbfa;
  margin-left: 0.052083rem;
}
.header_btn_green[data-v-47a53fa0] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
}
.el-dropdown-menu__item[data-v-47a53fa0] {
  padding: 0;
}
.el-dropdown-menu__item p[data-v-47a53fa0] {
  padding: 0 0.052083rem;
}
.table_link[data-v-47a53fa0] {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.allFixed table[data-v-47a53fa0] {
  border-collapse: separate;
  border-spacing: 0.104167rem;
  width: 3.125rem;
}
.allFixed table td[data-v-47a53fa0]:nth-of-type(odd) {
  text-align: right;
  white-space: nowrap;
  line-height: 0.260417rem;
  vertical-align: text-top;
}
.allFixed table td:nth-of-type(even) .el-input[data-v-47a53fa0] {
  width: 1.041667rem;
}
.allFixed[data-v-47a53fa0]  table input::-webkit-outer-spin-button,
.allFixed[data-v-47a53fa0]  table input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.allFixed[data-v-47a53fa0]  table input[type="number"] {
  -moz-appearance: textfield;
}
.container[data-v-67fb3c01] {
  width: 100%;
  height: 100%;
  background: white;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
.header[data-v-67fb3c01] {
  margin-bottom: 0.104167rem;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.header__mleft[data-v-67fb3c01] {
  height: 0.3125rem;
}
.header__mleft--search[data-v-67fb3c01] {
  background: #f3f4fc;
  line-height: 0.197917rem;
  margin-right: 0.078125rem;
  padding-left: 0.052083rem;
}
.btn[data-v-67fb3c01] {
  outline: none;
  border: none;
  cursor: pointer;
}
.header .topheader[data-v-67fb3c01] {
  width: 2.083333rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  background: white;
  -webkit-box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
  height: 0.260417rem;
  line-height: 0.260417rem;
  text-align: center;
  border-radius: 0.130208rem;
}
.header .topheader > span[data-v-67fb3c01] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
}
.header .topheader .active[data-v-67fb3c01] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border-radius: 0.130208rem;
}
.topheaderfr[data-v-67fb3c01] {
  position: absolute;
  right: 0;
  top: 0;
}
.topheaderfr .btn_1[data-v-67fb3c01] {
  padding: 0 0.15625rem;
  line-height: 0.260417rem;
  height: 0.260417rem;
  background: #f9f9ff;
  border: 0.005208rem solid #ccc;
  border-radius: 0.130208rem;
  margin-right: 0.104167rem;
  cursor: pointer;
}
.topheaderfr .btn_2[data-v-67fb3c01] {
  background: -webkit-gradient(linear, left top, left bottom, from(#8dbbfa), to(#5194f3));
  background: linear-gradient(#8dbbfa, #5194f3);
  color: white;
  padding: 0 0.104167rem;
  -webkit-box-shadow: 0 0 0.026042rem 0 #8dbbfa;
          box-shadow: 0 0 0.026042rem 0 #8dbbfa;
  line-height: 0.208333rem;
  height: 0.208333rem;
  border-radius: 0.130208rem;
  cursor: pointer;
}
.topheaderfr .active[data-v-67fb3c01] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border-radius: 0.130208rem;
  border: none;
}
.btn-back-blue[data-v-67fb3c01] {
  background: -webkit-gradient(linear, left top, left bottom, from(#8dbbfa), to(#5194f3));
  background: linear-gradient(#8dbbfa, #5194f3);
  color: white;
  padding: 0.026042rem 0.052083rem;
  -webkit-box-shadow: 0 0 0.026042rem 0 #8dbbfa;
          box-shadow: 0 0 0.026042rem 0 #8dbbfa;
  border-radius: 0.026042rem;
}
.table[data-v-67fb3c01] {
  height: calc(100% - 0.416667rem);
}
.table table tr td div[data-v-67fb3c01] {
  line-height: 200%;
  border-bottom: 0.015625rem solid #eeeffa;
}
.table table tr td div[data-v-67fb3c01]:last-child {
  border: none;
}
.table table tbody tr.active[data-v-67fb3c01] {
  background: rgb(170, 170, 170);
}
.container-main-center-ul[data-v-67fb3c01] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  height: 0.260417rem;
  font-size: 0.104167rem;
}
.container-main-center-ul li[data-v-67fb3c01] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
}
.container-main-center-ul li[data-v-67fb3c01] {
  line-height: 0.260417rem;
  display: inline-block;
  font-family: "\601D\6E90\9ED1\4F53";
}
.container-main-center-ul .active[data-v-67fb3c01] {
  color: #02c18d;
  border-bottom: 0.010417rem solid #02c18d;
}
.table_1 p[data-v-67fb3c01] {
  text-align: center;
}
.btm-big[data-v-67fb3c01] {
  width: 0.9375rem;
  height: 0.260417rem;
  line-height: 0.260417rem;
  background: rgba(244, 245, 250, 1);
  -webkit-box-shadow: 0 0.03125rem 0.083333rem 0 rgba(224, 224, 232, 1);
          box-shadow: 0 0.03125rem 0.083333rem 0 rgba(224, 224, 232, 1);
  border-radius: 0.09375rem;
  color: rgba(0, 0, 0, 0.6);
  margin: 0 0.104167rem;
  border: none;
  outline: none;
  cursor: pointer;
}
.btm-big-red[data-v-67fb3c01] {
  background: rgba(242, 0, 51, 1);
  -webkit-box-shadow: 0 0.057292rem 0.052083rem 0 rgba(255, 167, 167, 0.39);
          box-shadow: 0 0.057292rem 0.052083rem 0 rgba(255, 167, 167, 0.39);
  color: white;
}
.table-btn-blue[data-v-67fb3c01] {
  outline: none;
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #73adfc), to(#3374dc));
  background: linear-gradient(#73adfc 70%, #3374dc 100%);
  color: white;
  padding: 0.026042rem 0.026042rem;
  margin: 0 0.026042rem;
  border-radius: 0.010417rem;
}
.table-btn-orange[data-v-67fb3c01] {
  outline: none;
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, #fccf65), to(#b69935));
  background: linear-gradient(#fccf65 80%, #b69935 100%);
  color: white;
  padding: 0.026042rem 0.026042rem;
  margin: 0 0.026042rem;
  border-radius: 0.010417rem;
}
.ccc[data-v-67fb3c01] {
  background: #ccc;
}

/* .zposi,.zposi span{display: block;height: 100%;} */
.table_1[data-v-67fb3c01] {
  width: 100%;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.table_1 h3[data-v-67fb3c01] {
  font-size: 0.125rem;
}
.table_1_section[data-v-67fb3c01] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.table_1_section table[data-v-67fb3c01] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-collapse: separate;
  border-spacing: 0.078125rem 0.15625rem;
  font-family: "\601D\6E90\9ED1\4F53";
  font-size: 0.09375rem;
}
.table_1_section table tr td[data-v-67fb3c01] {
  margin-bottom: 0.104167rem;
}
.table_1_section table tr td[data-v-67fb3c01]:first-child {
  text-align: right;
}
.table_1_section table tr td[data-v-67fb3c01]:last-child {
  width: 75%;
}
.table_1_section table tr td input[data-v-67fb3c01] {
  width: 70%;
  height: 0.21875rem;
  line-height: 0.21875rem;
  border: 0.005208rem solid rgba(213, 213, 224, 1);
  border-radius: 0.03125rem;
  padding-left: 0.078125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.red[data-v-67fb3c01] {
  color: red;
}
.back-return[data-v-67fb3c01] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.back-return .table[data-v-67fb3c01] {
  position: absolute;
  left: 50%;
  top: 0.520833rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 4.166667rem;
  overflow: auto;
  padding-top: 0.260417rem;
  background: white;
  -webkit-box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.back-return .table table tbody td[data-v-67fb3c01] {
  border: none;
}
.back-return .table table[data-v-67fb3c01] {
  border-collapse: collapse;
}
.back-return .table table thead[data-v-67fb3c01] {
  background: none;
  border-bottom: 0.010417rem solid rgb(170, 170, 170);
}
.back-return .table table tbody[data-v-67fb3c01] {
  border-bottom: 0.010417rem solid rgb(170, 170, 170);
}
.back-return .table table tbody tr[data-v-67fb3c01]:nth-of-type(even) {
  background: none;
}
.back-return .table table tbody tr[data-v-67fb3c01]:nth-of-type(even) {
  background: none;
}
.back-return .table table tbody tr.active[data-v-67fb3c01] {
  background: rgb(206, 206, 206);
}
.back-return .table p[data-v-67fb3c01] {
  background: red;
  width: 0.208333rem;
  height: 0.208333rem;
  border-radius: 0 0 0 0.208333rem;
  color: white;
  text-align: center;
  line-height: 0.208333rem;
  font-size: 0.145833rem;
  position: absolute;
  top: -0.026042rem;
  right: -0.026042rem;
}
.back-return-box[data-v-67fb3c01] {
  width: 1.5625rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background: white;
  -webkit-box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
  height: 0.729167rem;
  text-align: center;
  line-height: 0.520833rem;
}
.back-return-box-btn[data-v-67fb3c01] {
  display: block;
  width: 100%;
  height: 0.208333rem;
  background: red;
  color: white;
  border-radius: 50% 50% 0 0;
  position: absolute;
  bottom: 0;
  border: none;
  outline: none;
  -webkit-box-shadow: 0 0 0.03125rem 0 red;
          box-shadow: 0 0 0.03125rem 0 red;
  cursor: pointer;
}
.back-return .table .back-return-box-btn[data-v-67fb3c01] {
  display: block;
  width: 0.677083rem;
  height: 0.208333rem;
  background: red;
  color: white;
  border-radius: 0.208333rem;
  border: none;
  outline: none;
  -webkit-box-shadow: 0 0 0.03125rem 0 red;
          box-shadow: 0 0 0.03125rem 0 red;
  cursor: pointer;
  position: static;
  margin: 0.052083rem auto;
}
[data-v-67fb3c01]::-webkit-scrollbar {
  width: 0.026042rem;
  height: 0.052083rem;
  background-color: #f5f5f5;
}
.container[data-v-23eb49ff] {
  width: 100%;
  height: 100%;
  background: white;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
.header[data-v-23eb49ff] {
  margin-bottom: 0.104167rem;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.header__mleft[data-v-23eb49ff] {
  height: 0.3125rem;
}
.header__mleft--search[data-v-23eb49ff] {
  background: #f3f4fc;
  line-height: 0.197917rem;
  margin-right: 0.078125rem;
  padding-left: 0.052083rem;
}
.btn[data-v-23eb49ff] {
  outline: none;
  border: none;
  cursor: pointer;
}
.header .topheader[data-v-23eb49ff] {
  width: 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  background: white;
  -webkit-box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
  height: 0.208333rem;
  line-height: 0.208333rem;
  text-align: center;
  border-radius: 0.130208rem;
}
.header .topheader > span[data-v-23eb49ff] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
}
.btn_bar[data-v-23eb49ff] {
  height: 0.197917rem;
  line-height: 0.197917rem;
  padding: 0 0.026042rem;
  display: inline-block;
  margin-right: 0.026042rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(247,248,255,1);
  border: 0.005208rem solid rgba(240,240,240,1);
  border-radius: 0.020833rem;
  cursor: pointer;
}
.btn_active[data-v-23eb49ff] {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  color: white;
  border: none;
}
.header .topheader .active[data-v-23eb49ff] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border-radius: 0.130208rem;
}
.header .search[data-v-23eb49ff] {
  width: 1.161458rem;
  height: 0.197917rem;
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
  overflow: hidden;
  margin-right: 0.104167rem;
  border: 0.005208rem solid rgba(182, 182, 195, 0.2);
  position: relative;
  display: inline-block;
}
.header .search input[data-v-23eb49ff] {
  height: 100%;
  width: 0.911458rem;
  font-size: 0.09375rem;
  padding-left: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header .search button[data-v-23eb49ff] {
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border: none;
  color: white;
  font-weight: 600;
  cursor: pointer;
  position: absolute;
  right: 0;
  padding: 0 0.015625rem;
}
.table[data-v-23eb49ff] {
  height: calc(100% - 0.416667rem);
}
.table_1 p[data-v-23eb49ff] {
  text-align: center;
}
.table_1[data-v-23eb49ff] {
  width: 100%;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.table_1 h3[data-v-23eb49ff] {
  font-size: 0.125rem;
}
.table_1_section table[data-v-23eb49ff] {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0.104167rem;
}
.table_1_section table td:nth-of-type(even) .el-input[data-v-23eb49ff],
.table_1_section table td:nth-of-type(even) .el-select[data-v-23eb49ff] {
  width: 100%;
}
.table_1_section table tr[data-v-23eb49ff] {
  /* display: flex */
}
.table_1_section table tr td[data-v-23eb49ff]:nth-of-type(odd) {
  text-align: right;
  /* width: 10%; */
  line-height: 0.197917rem;
  margin-right: 0.052083rem;
  margin-bottom: 0.078125rem;
  white-space: nowrap;
}
.table_1_section table tr td[data-v-23eb49ff]:nth-of-type(even) {
  /* width: 30%; */
  line-height: 0.197917rem;
  margin-bottom: 0.078125rem;
}
.table_1_section_ul[data-v-23eb49ff] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.table_1_section_ul li[data-v-23eb49ff] {
  min-width: 0.78125rem;
  margin-top: 0.026042rem;
  margin-right: 0.052083rem;
}
.table_1_section table tr td .table_1_section_ul li .el-input[data-v-23eb49ff] {
  width: 0.78125rem;
}
.recordStyle[data-v-23eb49ff] {
  line-height: 0.1875rem;
  font-size: 0.083333rem;
}
.recordStyle i[data-v-23eb49ff] {
  /* padding-right:30px; */
  display: inline-block;
  width: 0.15625rem;
  color: rgba(0, 0, 0, 0.4);
  vertical-align: middle;
}
.recordStyle span[data-v-23eb49ff] {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 0;
  width: 0.0625rem;
  height: 0.0625rem;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.010417rem solid #00F5B4;
}
.recordStyle .bar[data-v-23eb49ff] {
  position: absolute;
  top: 0.052083rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.005208rem;
  height: 0.125rem;
  background: #00F5B4;
  display: inline-block;
  padding: 0;
}
.recordStyle[data-v-23eb49ff]:last-of-type {
  color: #3699ff;
}
.recordStyle:last-of-type .bar[data-v-23eb49ff] {
  display: none;
}
.container[data-v-3689b676] {
  padding: 0.104167rem;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.09375rem;
  position: relative;
  background: white;
}
.table[data-v-3689b676] {
  height: 93%;
}
.container[data-v-15a11586] {
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 0.083333rem;
  padding: 0.104167rem;
}
.header[data-v-15a11586] {
  width: 100%;
  margin-bottom: 0.15625rem;
}
.search[data-v-15a11586] {
  width: 1.109375rem;
  height: 0.197917rem;
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
  overflow: hidden;
  position: relative;
  border: 0.005208rem solid #f1f1f1;
}
.search input[data-v-15a11586] {
  height: 100%;
  width: 0.911458rem;
  font-size: 0.083333rem;
  padding-left: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.search button[data-v-15a11586] {
  /* width: 38px; */
  position: absolute;
  right: 0;
  padding: 0 0.015625rem;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border: none;
  color: white;
  font-weight: 600;
  font-size: 0.09375rem;
  cursor: pointer;
}
.btn-back-green[data-v-15a11586] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  height: 0.197917rem;
  border-radius: 0.197917rem;
  padding: 0 0.078125rem;
  border: none;
  cursor: pointer;
}
.table[data-v-15a11586] {
  height: calc(100% - 0.625rem);
  background: white;
}
.allFixed table[data-v-15a11586] {
  width: 100%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0 0.052083rem;
}
.allFixed table tr td[data-v-15a11586]:nth-of-type(odd) {
  text-align: right;
  white-space: nowrap;
  /* padding: 5px 0; */
}
.allFixed table tr td[data-v-15a11586] {
  white-space: nowrap;
}
.classTable[data-v-15a11586] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.052083rem;
  white-space: nowrap;
  font-size: 0.072917rem;
}
.classTable li[data-v-15a11586]:first-child {
  min-width: 1.5625rem;
}
.classTable span[data-v-15a11586] {
  display: inline-block;
  background: white;
  min-width: 0.208333rem;
  padding: 0 0.052083rem;
  margin-right: 0.052083rem;
}
h3[data-v-15a11586] {
  font-size: 0.125rem;
  white-space: nowrap;
}
.table_footer[data-v-15a11586] {
  position: absolute;
  bottom: 0.052083rem;
  left: 0.104167rem;
  width: calc(100% - 0.208333rem);
  background: white;
  -webkit-box-shadow: 0 0 0.026042rem 0 #ccc;
          box-shadow: 0 0 0.026042rem 0 #ccc;
  padding: 0.052083rem;
}
.allFixed table td:nth-of-type(even) .el-input[data-v-15a11586] {
  width: 1.145833rem;
}
.input_model[data-v-15a11586] {
  background-color: #F5F7FA;
  border-color: #E4E7ED;
  font-size: 0.072917rem;
  color: #C0C4CC;
  border: 0.005208rem solid #DCDFE6;
  line-height: 0.208333rem;
  text-indent: 0.078125rem;
  border-radius: 0.020833rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0.8;
  padding-right: 0.052083rem;
  width: 1.145833rem;
  box-sizing: border-box;
}
.container[data-v-7b7b6a9c] {
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 0.083333rem;
  padding: 0.104167rem;
  background: white;
}
.header[data-v-7b7b6a9c] {
  height: 0.208333rem;
  width: 100%;
  position: relative;
  margin-bottom: 0.104167rem;
}
.search[data-v-7b7b6a9c] {
  width: 1.109375rem;
  height: 0.15625rem;
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
  overflow: hidden;
  position: relative;
  border: 0.005208rem solid #eee;
  margin-right: 1em;
}
.search input[data-v-7b7b6a9c] {
  height: 100%;
  width: 0.911458rem;
  font-size: 0.083333rem;
  padding-left: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.search button[data-v-7b7b6a9c] {
  /* width: 30px; */
  position: absolute;
  right: 0;
  padding: 0 0.015625rem;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border: none;
  color: white;
  font-weight: 600;
  font-size: 0.09375rem;
  cursor: pointer;
}
.table[data-v-7b7b6a9c] {
  height: calc(100% - 0.520833rem);
  margin-top: 0.104167rem;
}
.table tbody tr.even[data-v-7b7b6a9c] {
  background: rgba(243, 255, 250, 1);
  border-radius: 0.03125rem;
}
.table tbody tr.odd[data-v-7b7b6a9c] {
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
}
.allFixed p[data-v-7b7b6a9c]:last-of-type {
  text-align: center;
}
.allFixed .allFixed-btnred[data-v-7b7b6a9c] {
  margin: 0 0.052083rem;
  margin-top: 1em;
  padding: 0.052083rem 0.104167rem;
  outline: none;
  border: none;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  color: white;
  border-radius: 0.520833rem;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.allFixed .allFixed-btnccc[data-v-7b7b6a9c] {
  margin: 0 0.052083rem;
  margin-top: 1em;
  padding: 0.052083rem 0.104167rem;
  outline: none;
  border: none;
  background: #fff;
  color: #666;
  border-radius: 0.520833rem;
  border: 0.005208rem solid #f1f1f1;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.allFixed i[data-v-7b7b6a9c] {
  font-family: "\601D\6E90\9ED1\4F53";
  font-size: 0.104167rem;
}
.allFixed .posi[data-v-7b7b6a9c] {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.208333rem;
  height: 0.208333rem;
  background: #f34f4f;
  cursor: pointer;
  border-radius: 0 0 0 0.520833rem;
  text-align: center;
  line-height: 0.208333rem;
  color: white;
  font-weight: 600;
}
.allFixed input[data-v-7b7b6a9c],
.allFixed select[data-v-7b7b6a9c] {
  background: #F5F7FA;
  padding-left: 0.078125rem;
  line-height: 0.15625rem;
  width: 10em;
  font-size: 0.072917rem;
  min-width: 0.677083rem;
  height: 0.15625rem;
  color: #C0C4CC;
  border: 0.005208rem solid rgba(238, 238, 238,1);
  border-radius: 0.020833rem;
}
.allFixed div[data-v-7b7b6a9c] {
  margin: 0 auto;
}
.allFixed table[data-v-7b7b6a9c] {
  width: 100%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0 0.052083rem;
}
.allFixed table tr td[data-v-7b7b6a9c]:nth-of-type(odd) {
  text-align: right;
  white-space: nowrap;
}
.allFixed table tr td[data-v-7b7b6a9c] {
  white-space: nowrap;
}
.allFixed h3[data-v-7b7b6a9c] {
  font-size: 0.104167rem;
  font-weight: 600;
  white-space: nowrap;
}
.allFixed .border—top[data-v-7b7b6a9c] {
  position: relative;
  /* padding-bottom: 10px;
  margin-top: 10px; */
  width: 100%;
  border-top: 0.005208rem solid #eeeeee;
  display: block;
}
[data-v-7b7b6a9c]::-webkit-scrollbar {
  width: 0.026042rem;
  height: 0.052083rem;
  background-color: #f5f5f5;
}
.hover > div[data-v-7b7b6a9c] {
  position: absolute;
  width: 1.041667rem;
  height: auto;
  background: white;
  right: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  z-index: 10;
  bottom: 0.197917rem;
  text-align: left;
  padding: 0.026042rem;
  white-space: normal;
}
.hover[data-v-7b7b6a9c] {
  position: relative;
  cursor: pointer;
  min-height: 0.15625rem;
}
.icon_position[data-v-7b7b6a9c] {
  position: relative;
}
.icon_position img[data-v-7b7b6a9c] {
  position: absolute;
  left: -0.052083rem;
  top: -0.026042rem;
}
.input_model[data-v-7b7b6a9c] {
  background-color: #F5F7FA;
  border-color: #E4E7ED;
  font-size: 0.083333rem;
  /* border: 1px solid #DCDFE6; */
  line-height: 0.208333rem;
  text-indent: 0.078125rem;
  border-radius: 0.020833rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0.8;
  padding-right: 0.052083rem;
}
.footer[data-v-7b7b6a9c] {
  border: 0.005208rem solid #ccc;
  text-align: center;
  border-radius: 0.026042rem;
  width: 90%;
  line-height: 0.3125rem;
  margin: 0.052083rem auto;
  margin-bottom: 0.15625rem;
}
.allFixed_top[data-v-7b7b6a9c] {
  text-align: center;
  color: #ccc;
}
.allFixed_top span[data-v-7b7b6a9c] {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.allFixed_active[data-v-7b7b6a9c] {
  color: #323053;
  border-bottom: #02cb8e 0.010417rem solid;
}
.recordStyle[data-v-7b7b6a9c] {
  line-height: 0.1875rem;
  font-size: 0.083333rem;
}
.allFixed .recordStyle[data-v-7b7b6a9c]:last-of-type {
  text-align: left;
}
.recordStyle i[data-v-7b7b6a9c] {
  padding-right: 0.15625rem;
  display: inline-block;
  width: 0.15625rem;
  color: rgba(0, 0, 0, 0.4);
  vertical-align: middle;
}
.recordStyle span[data-v-7b7b6a9c] {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 0;
  width: 0.0625rem;
  height: 0.0625rem;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.010417rem solid #00F5B4;
}
.recordStyle .bar[data-v-7b7b6a9c] {
  position: absolute;
  top: 0.052083rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.005208rem;
  height: 0.125rem;
  background: #00F5B4;
  display: inline-block;
  padding: 0;
}
.recordStyle[data-v-7b7b6a9c]:last-of-type {
  color: #3699ff;
}
.recordStyle:last-of-type .bar[data-v-7b7b6a9c] {
  display: none;
}
h3[data-v-7b7b6a9c] {
  font-size: 0.125rem;
}
.container[data-v-7b7b6a9c] .el-select .el-input__inner,
.container[data-v-7b7b6a9c] .el-input__inner,
.container[data-v-7b7b6a9c] .el-date-editor,
.container[data-v-7b7b6a9c] .el-input__icon,
.container[data-v-7b7b6a9c] .el-date-editor .el-range-separator {
  line-height: 0.166667rem;
  height: 0.166667rem;
  vertical-align: middle;
}
.container[data-v-7b7b6a9c] .el-button {
  line-height: 0.5;
  height: 0.166667rem;
  vertical-align: middle;
}
.container[data-v-f88d1b64] {
  width: 100%;
  height: 100%;
  font-size: 0.09375rem;
  padding: 0.104167rem;
  white-space: nowrap;
  position: relative;
}
.header[data-v-f88d1b64] {
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 0.104167rem;
}
.header_nav[data-v-f88d1b64] {
  width: 1.666667rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.104167rem;
}
.header_nav>span[data-v-f88d1b64] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.header_time[data-v-f88d1b64] {
  margin-left: 0.104167rem;
  height: 0.197917rem;
  font-size: 0.083333rem;
  color: rgb(66, 65, 65);
}
.search[data-v-f88d1b64] {
  width: 1.770833rem;
  height: 0.197917rem;
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
  overflow: hidden;
  position: relative;
  border: 0.005208rem solid #dcdfe6;
}
.search input[data-v-f88d1b64] {
  height: 100%;
  width: calc(100% - 0.302083rem);
  font-size: 0.09375rem;
  padding-left: 0.104167rem;
  padding-right: 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.search button[data-v-f88d1b64] {
  width: 0.302083rem;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border: none;
  color: white;
  font-weight: 800;
  cursor: pointer;
  position: absolute;
  right: 0;
}
.table[data-v-f88d1b64] {
  background: white;
}
.table1[data-v-f88d1b64] {
  height: calc(100% - 0.78125rem);
}
.table2[data-v-f88d1b64] {
  height: calc(100% - 0.520833rem);
}
.allFixed .el-form h3[data-v-f88d1b64] {
  margin-bottom: 0.104167rem;
}
.allFixed_table tr[data-v-f88d1b64] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.allFixed_table tr td[data-v-f88d1b64] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.allFixed_table .el-form-item_left[data-v-f88d1b64] {
  text-align: right;
  line-height: 0.208333rem;
}
.allFixed_table .el-form-item_center[data-v-f88d1b64] {
  text-align: center;
}
.allFixed_table[data-v-f88d1b64] td .el-input-number .el-input-number__decrease,
.allFixed_table[data-v-f88d1b64] td .el-input-number .el-input-number__increase {
  opacity: 0;
}
.allFixed_table[data-v-f88d1b64] td .el-input-number .el-input__inner {
  text-align: left;
}
.allFixed_table_tr td[data-v-f88d1b64] {
  text-align: center;
  height: 0.197917rem;
  line-height: 0.197917rem;
  font-size: 0.083333rem;
  border: 0.005208rem solid #dcdfe6;
}
.allFixed_table_tr[data-v-f88d1b64] .el-input {
  width: calc(100% - 0.052083rem);
  /* float: left; */
  margin: 0 0.026042rem;
}
.allFixed_table_tr[data-v-f88d1b64] .el-input .el-input__inner {
  height: 0.135417rem;
}
.allFixed_table_footer[data-v-f88d1b64] {
  text-align: center;
  margin-top: 0.104167rem;
}
.upload-demo[data-v-f88d1b64],
.upload-demo[data-v-f88d1b64] .el-upload,
.upload-demo[data-v-f88d1b64] .el-upload .el-button {
  width: 100%;
  height: 0.197917rem;
}
.allFixed[data-v-f88d1b64] .el-input.is-disabled .el-input__inner {
  background: none;
  border-color: none;
  color: rgb(92, 92, 92);
}
.backj-exc-file[data-v-f88d1b64] {
  background: #409EFF;
  border: 0.005208rem solid #EEF0F8;
  border-radius: 0.020833rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #FCFCFE;
  text-align: center;
  cursor: pointer;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 0.197917rem;
}
.upload[data-v-f88d1b64] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  cursor: pointer;
  height: 0.197917rem;
}
.file_name_hid[data-v-f88d1b64] {
  display: inline-block;
  width: 1.5625rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.PaymentReview_cont .el-col[data-v-f88d1b64] {
  margin-bottom: 0.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.PaymentReview_cont .col_label[data-v-f88d1b64] {
  width: 1.145833rem;
  text-align: right;
  white-space: nowrap;
  margin-right: 0.041667rem;
  font-size: 0.083333rem;
}
.serviceEnter_table[data-v-f88d1b64] .el-table {
  min-height: calc(100vh - 1.5625rem);
}
.container[data-v-74eb7f36] {
  width: 100%;
  min-width: 1200PX;
  background: white;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
.container[data-v-74eb7f36] .el-table .cell {
  line-height: 1;
}
.elTable[data-v-74eb7f36] .el-button--text {
  padding: 0;
}
.container[data-v-74eb7f36] .el-table__fixed::before {
  background-color: transparent !important;
}
.elTable[data-v-74eb7f36] .el-table__body-wrapper::-webkit-scrollbar {
  height: 0.104167rem;
}
.elTable[data-v-74eb7f36]  .el-table__fixed {
  height: auto!important;
  bottom: 0.088542rem!important;
}
.container[data-v-74eb7f36] .el-input-group__append button.el-button {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  color: #fff;
  border-radius: 0 0.020833rem 0.020833rem 0;
}
.container[data-v-72d15637] {
  width: 100%;
  min-height: 100%;
  min-width: 1200PX;
  background: white;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
.container[data-v-72d15637] .el-table .cell {
  line-height: 1;
}
.elTable[data-v-72d15637] .cell {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.elTable[data-v-72d15637] .el-button--text {
  padding: 0;
}
.container[data-v-72d15637] .el-table__fixed::before {
  background-color: transparent !important;
}
.elTable[data-v-72d15637] .el-table__body-wrapper::-webkit-scrollbar {
  height: 0.104167rem;
}
.elTable[data-v-72d15637]  .el-table__fixed {
  height: auto!important;
  bottom: 0.088542rem!important;
}
.container[data-v-72d15637] .el-input-group__append button.el-button {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  color: #fff;
  border-radius: 0 0.020833rem 0.020833rem 0;
}
.container[data-v-34b258af] {
  width: 100%;
  height: 100%;
  background: white;
  padding: 0.104167rem 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-font-smoothing: antialiased;
  font-size: 0.09375rem;
}
.header[data-v-34b258af] {
  height: 0.416667rem;
  padding-top: 0.052083rem;
}
.header_search[data-v-34b258af] {
  width: 1.5625rem;
  height: 0.197917rem;
}
.header[data-v-34b258af] .el-input-group__append {
  width: 0.291667rem !important;
}
.header .header_search .el-input-group__append .el-button[data-v-34b258af] {
  background: -webkit-gradient(
        linear,
        left bottom, left top,
        from(rgba(0, 180, 191, 1)),
        to(rgba(66, 230, 149, 1))
    );
  background: linear-gradient(
        0deg,
        rgba(0, 180, 191, 1) 0%,
        rgba(66, 230, 149, 1) 100%
    );
  color: white;
  font-weight: 800;
  cursor: pointer;
  vertical-align: middle;
  border-radius: 0 0.020833rem 0.020833rem 0;
}
.header .header_search .el-input-group__append .el-button[data-v-34b258af]:hover {
  background: -webkit-gradient(
        linear,
        left bottom, left top,
        from(rgba(66, 230, 149, 1)),
        to(rgba(0, 180, 191, 1))
    );
  background: linear-gradient(
        0deg,
        rgba(66, 230, 149, 1) 0%,
        rgba(0, 180, 191, 1) 100%
    );
}
.tableWrapper[data-v-34b258af] {
  height: calc(100% - 0.78125rem);
}
[data-v-34b258af]::-webkit-scrollbar {
  width: 0.026042rem;
  height: 0.052083rem;
  background-color: #f5f5f5;
}
.FinanceAudit[data-v-fc6c62c8] {
  min-width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  overflow: auto;
  padding: 0.15625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background: #fff;
}
.FinanceAudit_screen[data-v-fc6c62c8] {
  margin-top: 0.15625rem;
}
.FinanceAudit_table[data-v-fc6c62c8] {
  margin-top: 0.125rem;
}
.FinanceAudit_table[data-v-fc6c62c8] .el-table__header-wrapper th,
.FinanceAudit_application_table[data-v-fc6c62c8] .el-table__header-wrapper th,
.FinanceAudit_addStudents_cont[data-v-fc6c62c8] .el-table__header-wrapper th {
  background: #f7f8ff !important;
}
.FinanceAudit_table[data-v-fc6c62c8] .el-table,
.FinanceAudit_application_table[data-v-fc6c62c8] .el-table {
  min-height: calc(100vh - 1.458333rem);
}
.FinanceAudit_table_pagination[data-v-fc6c62c8] {
  text-align: right;
  margin-top: 0.083333rem;
}
.FinanceAudit_application[data-v-fc6c62c8] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: #fff;
  padding: 0.15625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.FinanceAudit_application_top[data-v-fc6c62c8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.FinanceAudit_application_top div[data-v-fc6c62c8] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.FinanceAudit_application_screen[data-v-fc6c62c8] {
  text-align: right;
}
.FinanceAudit_application_table[data-v-fc6c62c8] {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}
.FinanceAudit_application_sub[data-v-fc6c62c8] {
  margin-top: 0.125rem;
  text-align: center;
}
.FinanceAudit_addStudents[data-v-fc6c62c8] {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
}
.FinanceAudit_addStudents_cont[data-v-fc6c62c8] {
  width: 4.166667rem;
  min-height: 1.5625rem;
  background: #fff;
  border-radius: 0.020833rem;
  position: absolute;
  left: 50%;
  top: 20%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
.FinanceAudit_addStudents_cont[data-v-fc6c62c8] {
  padding: 0.125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.FinanceAudit_addStudents_cont_foot[data-v-fc6c62c8] {
  margin-top: 0.125rem;
  text-align: center;
}
.FinanceDeclarationStatement[data-v-010a7c9c] {
  min-width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  overflow: auto;
  padding: 0.15625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background: #fff;
}
.FinanceDeclarationStatement_screen[data-v-010a7c9c] {
  margin-top: 0.15625rem;
}
.FinanceDeclarationStatement_table[data-v-010a7c9c] {
  margin-top: 0.125rem;
}
.FinanceDeclarationStatement_table[data-v-010a7c9c] .el-table__header-wrapper th,
.FinanceDeclarationStatement_application_table[data-v-010a7c9c] .el-table__header-wrapper th,
.FinanceDeclarationStatement_addStudents_cont[data-v-010a7c9c] .el-table__header-wrapper th {
  background: #f7f8ff !important;
}
.FinanceDeclarationStatement_table[data-v-010a7c9c] .el-table,
.FinanceDeclarationStatement_application_table[data-v-010a7c9c] .el-table {
  min-height: calc(100vh - 1.09375rem);
}
.FinanceDeclarationStatement_table_pagination[data-v-010a7c9c] {
  text-align: right;
  margin-top: 0.083333rem;
}
.container[data-v-05c1bb60] {
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 0.083333rem;
  padding: 0.125rem 0.1875rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header[data-v-05c1bb60] {
  width: 100%;
  height: 0.3125rem;
  position: relative;
}
.header > .header_top[data-v-05c1bb60] {
  margin-top: 0;
}
.header_tab[data-v-05c1bb60] {
  width: 100%;
  position: relative;
  height: 0.208333rem;
}
.header_tab > div[data-v-05c1bb60] {
  height: 0.208333rem;
  position: absolute;
  left: 50%;
  line-height: 0.208333rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  background: white;
  border-radius: 0.78125rem;
  top: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  white-space: nowrap;
  font-size: 0.09375rem;
}
.header_tab > div span[data-v-05c1bb60] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 0.083333rem;
  border-radius: 0.78125rem;
  cursor: pointer;
}
.header_tab > div .active[data-v-05c1bb60] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
}
.search[data-v-05c1bb60] {
  width: 1.213542rem;
  height: 0.197917rem;
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
  overflow: hidden;
  position: relative;
  border: 0.005208rem solid #dcdfe6;
}
.search input[data-v-05c1bb60] {
  height: 100%;
  width: 0.911458rem;
  font-size: 0.09375rem;
  padding-left: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.search button[data-v-05c1bb60] {
  width: 0.302083rem;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border: none;
  color: white;
  font-weight: 800;
  cursor: pointer;
  position: absolute;
  right: 0;
  white-space: nowrap;
}
.table[data-v-05c1bb60] {
  height: calc(100% - 0.78125rem);
  background: #fff;
}
.table table tr.even[data-v-05c1bb60] {
  background: rgba(243, 255, 250, 1);
  border-radius: 0.03125rem;
}
.table table tr.odd[data-v-05c1bb60] {
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
}
.allFixed[data-v-05c1bb60] {
  white-space: nowrap;
}
.allFixed table[data-v-05c1bb60] {
  border-collapse: separate;
  border-spacing: 0.104167rem;
}

/* .allFixed table td:nth-of-type(odd){
  text-align: right;
}
.allFixed table td:nth-of-type(even) .el-input{
    width: 200px;
} */
.allFixed table td[data-v-05c1bb60] {
  text-align: right;
}
.allFixed table td  .el-input[data-v-05c1bb60] {
  width: 0.78125rem;
}
.allFixed[data-v-05c1bb60] .el-radio-button {
  margin-right: 0.104167rem;
  width: 0.520833rem;
  height: 0.1875rem;
  border: 0.005208rem solid #E7E7E8;
  border-radius: 0.03125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.allFixed[data-v-05c1bb60] .el-radio-button .el-radio-button__inner {
  width: 100%;
  height: 0.177083rem;
  border-radius: 0.03125rem;
  border: none;
}
h3[data-v-05c1bb60] {
  font-size: 0.104167rem;
  font-weight: bold;
}
.input_model[data-v-05c1bb60] {
  background-color: #F5F7FA;
  border-color: #E4E7ED;
  font-size: 0.072917rem;
  color: #C0C4CC;
  border: 0.005208rem solid #DCDFE6;
  line-height: 0.208333rem;
  height: 0.208333rem;
  text-indent: 0.078125rem;
  border-radius: 0.020833rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0.8;
  padding-right: 0.052083rem;
}
.newFinancePerformanceStatistics[data-v-2bc827ba] {
  min-width: 100%;
  height: 100vh;
  -webkit-font-smoothing: antialiased;
  overflow: auto;
  padding: 0.15625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background: #fff;
}
.newFinancePerformanceStatistics_screen[data-v-2bc827ba] {
  margin-top: 0.125rem;
}
.screen_flex[data-v-2bc827ba] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newFinancePerformanceStatistics_table[data-v-2bc827ba] {
  margin-top: 0.125rem;
}
.newFinancePerformanceStatistics_table[data-v-2bc827ba] .el-table__header-wrapper th {
  background: #f7f8ff !important;
}
.newFinancePerformanceStatistics_table_salesman[data-v-2bc827ba] {
  color: rgb(64, 158, 255);
  cursor: pointer;
}
.newFinancePerformanceStatistics_table_pagination[data-v-2bc827ba] {
  text-align: right;
  margin-top: 0.083333rem;
}
.JointPerformancePage[data-v-1c6e859f] {
  min-width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  overflow: auto;
  padding: 0.15625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background: #fff;
}
.JointPerformancePage_screen[data-v-1c6e859f] {
  margin-top: 0.15625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.JointPerformancePage_screen_btn[data-v-1c6e859f] {
  width: 0.625rem;
  height: 0.208333rem;
  line-height: 0.208333rem;
  color: white;
  font-weight: 800;
  border-radius: 0.03125rem;
  border: none;
  text-align: center;
  cursor: pointer;
  font-size: 0.083333rem;
  background: -webkit-gradient(
        linear,
        left bottom, left top,
        from(rgba(0, 180, 191, 1)),
        to(rgba(66, 230, 149, 1))
    );
  background: linear-gradient(
        0deg,
        rgba(0, 180, 191, 1) 0%,
        rgba(66, 230, 149, 1) 100%
    );
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
}
.JointPerformancePage_screen_btn[data-v-1c6e859f]:hover {
  opacity: 0.8;
}
.JointPerformancePage_table[data-v-1c6e859f] {
  margin-top: 0.125rem;
}
.JointPerformancePage_table[data-v-1c6e859f] .el-table__header-wrapper th,
.JointPerformancePage_application_table[data-v-1c6e859f] .el-table__header-wrapper th,
.JointPerformancePage_addStudents_cont[data-v-1c6e859f] .el-table__header-wrapper th {
  background: #f7f8ff !important;
}
.allFixed table[data-v-1c6e859f] {
  border-collapse: separate;
  border-spacing: 0.104167rem;
}
.allFixed table td[data-v-1c6e859f] {
  text-align: right;
  white-space: nowrap;
}
.allFixed table td  .el-input[data-v-1c6e859f] {
  width: 0.78125rem;
}
.addJoint_box_ipputIcon[data-v-1c6e859f] {
  display: block;
  margin-top: 75%;
}
.JointPerformancePage_modal[data-v-1c6e859f] {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9;
}
.JointPerformancePage_modalBox[data-v-1c6e859f] {
  width: 2.604167rem;
  height: 1.5625rem;
  background: #fff;
  position: relative;
}
.JointPerformancePage_modalBox .close[data-v-1c6e859f] {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0 !important;
  position: absolute !important;
  right: 0 !important;
  top: 0 !important;
  border-radius: 0 0.020833rem 0 0.130208rem !important;
  width: 0.15625rem !important;
  height: 0.15625rem !important;
  text-align: center !important;
  padding: 0 !important;
  color: rgba(143, 143, 143, 1) !important;
  background: rgba(237, 240, 242, 1) !important;
  cursor: pointer;
  border: none;
  outline: none;
}
.JointPerformancePage_modalBox .JointPerformancePage_modalBox_text[data-v-1c6e859f] {
  margin-top: 0.520833rem;
  width: 100%;
  text-align: center;
}
.JointPerformancePage_foot[data-v-1c6e859f] {
  margin-top: 0.520833rem;
  text-align: center;
}
.JointPerformancePage_modalBox .close.closeALL > i[data-v-1c6e859f] {
  font-weight: 600;
}
.el-aside[data-v-1d8dd2b4] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: auto;
}

/* 左边框 */
.main[data-v-1d8dd2b4],
.el-container[data-v-1d8dd2b4] {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.left-bar-logo[data-v-1d8dd2b4] {
  max-width: 1.666667rem;
  width: 100%;
  height: 0.307292rem;
  margin: 0 auto;
  margin-bottom: 0.364583rem;
}
.left-bar-logo img[data-v-1d8dd2b4] {
  margin: 0 auto;
  display: block;
  width: 90%;
}
.left-bar[data-v-1d8dd2b4] {
  width: 1.354167rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#30d8a0), to(#00b4bf));
  background: linear-gradient(0deg, #30d8a0, #00b4bf);
  position: relative;
  padding: 0.208333rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 3.645833rem;
  height: 100%;
}
.left-bar1[data-v-1d8dd2b4] {
  width: auto;
  background: -webkit-gradient(linear, left bottom, left top, from(#30d8a0), to(#00b4bf));
  background: linear-gradient(0deg, #30d8a0, #00b4bf);
  position: relative;
  padding: 0.208333rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.left-bar a[data-v-1d8dd2b4] {
  color: #fff;
  display: block;
}
.left-bar li[data-v-1d8dd2b4] {
  padding-left: 0.15625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 0.25rem;
  cursor: pointer;
  letter-spacing: 0.010417rem;
}
.left-bar1 li[data-v-1d8dd2b4] {
  padding: 0 0.208333rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 0.25rem;
}
.left-bar li[data-v-1d8dd2b4]:last-child {
  margin-bottom: 0;
}
.left-bar li img[data-v-1d8dd2b4] {
  height: 100%;
  vertical-align: middle;
  margin: 0.010417rem 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 0.104167rem;
}
.left-bar1 li img[data-v-1d8dd2b4] {
  height: 100%;
  vertical-align: middle;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.left-bar li[data-v-1d8dd2b4]:focus,
.left-bar li[data-v-1d8dd2b4]:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.5);
}
.posi[data-v-1d8dd2b4] {
  width: 100%;
  display: block;
  cursor: pointer;
  position: absolute;
  bottom: 0;
}
.posi1[data-v-1d8dd2b4] {
  width: 100%;
  display: block;
  cursor: pointer;
  margin-top: 0;
}
.left-bar li i[data-v-1d8dd2b4] {
  padding-right: 0.052083rem;
  line-height: 0.25rem;
}
.left-bar ul[data-v-1d8dd2b4] {
  position: absolute;
  bottom: 0.052083rem;
  width: 100%;
}
.active[data-v-1d8dd2b4] {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.5);
}
.list_dl[data-v-1d8dd2b4] {
  max-height: 80vh;
  overflow: auto;
  position: absolute;
  bottom: 100%;
  width: 100%;
  border: 0.005208rem solid #888;
  left: 0;
  color: #000;
}
.list_dl dd[data-v-1d8dd2b4] {
  height: 0.15625rem;
  text-align: center;
  background: white;
  line-height: 0.15625rem;
}
.list_dl dd[data-v-1d8dd2b4]:hover {
  font-size: 0.114583rem;
  font-family: "\601D\6E90\9ED1\4F53";
}

/**/
.el-main[data-v-1d8dd2b4] {
  padding: 0;
  position: relative;
}
.right-main-mbr[data-v-1d8dd2b4] {
  margin: 0;
  -webkit-box-shadow: 0 0 0.020833rem #ccc;
          box-shadow: 0 0 0.020833rem #ccc;
  border-radius: 0.026042rem;
  padding: 0 0.104167rem;
  background: #fff;
}

/*谷歌、safari、qq浏览器、360浏览器滚动条样式*/

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
[data-v-1d8dd2b4]::-webkit-scrollbar {
  width: 0.026042rem;
  height: 0.026042rem;
  background-color: #f5f5f5;
}

/*定义滚动条轨道 内阴影+圆角*/
[data-v-1d8dd2b4]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0.03125rem rgba(0, 0, 0, 0.3);
  border-radius: 0.052083rem;
  background-color: #f5f5f5;
}

/*定义滑块 内阴影+圆角*/
[data-v-1d8dd2b4]::-webkit-scrollbar-thumb {
  border-radius: 0.052083rem;
  -webkit-box-shadow: inset 0 0 0.03125rem rgba(0, 0, 0, 0.3);
  background-color: #bdbdbd;
}

/*滑块效果*/
[data-v-1d8dd2b4]::-webkit-scrollbar-thumb:hover {
  border-radius: 0.026042rem;
  -webkit-box-shadow: inset 0 0 0.026042rem rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.4);
}

/*IE滚动条颜色*/
html[data-v-1d8dd2b4] {
  scrollbar-face-color: #bfbfbf;
  /*滚动条颜色*/
  scrollbar-highlight-color: #000;
  scrollbar-3dlight-color: #000;
  scrollbar-darkshadow-color: #000;
  scrollbar-shadow-color: #adadad;
  /*滑块边色*/
  scrollbar-arrow-color: rgba(0, 0, 0, 0.4);
  /*箭头颜色*/
  scrollbar-track-color: #eeeeee;
  /*背景颜色*/
}
.container[data-v-5d32e400] {
  width: 100%;
  height: 100%;
  background: white;
  padding: 0.104167rem 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-font-smoothing: antialiased;
  font-size: 0.09375rem;
}
.header[data-v-5d32e400] {
  height: 0.416667rem;
}
.header__mleft[data-v-5d32e400] {
  height: 0.260417rem;
  margin-top: 0.052083rem;
}
.header .search[data-v-5d32e400] {
  width: 1.5625rem;
  height: 0.197917rem;
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
  overflow: hidden;
  display: inline-block;
  border: 0.005208rem solid rgba(221,225,229,1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  vertical-align: middle;
}
.header .search input[data-v-5d32e400] {
  height: 100%;
  width: 1.223958rem;
  font-size: 0.09375rem;
  padding-left: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header .search button[data-v-5d32e400] {
  width: 0.291667rem;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border: none;
  color: white;
  font-weight: 800;
  cursor: pointer;
  position: absolute;
  vertical-align: middle;
  right: 0;
}
.header__mleft--search[data-v-5d32e400] {
  background: #f3f4fc;
  height: 0.197917rem;
  line-height: 0.197917rem;
  margin-right: 0.078125rem;
  text-indent: 0.052083rem;
  width: 0.9375rem;
  vertical-align: middle;
  font-size: 0.083333rem;
}
.btn[data-v-5d32e400] {
  outline: none;
  border: none;
  cursor: pointer;
  padding: 0 0.052083rem;
  line-height: 0.197917rem;
  border-radius: 0.026042rem;
  background: rgba(147, 147, 147, 0.27);
  color: rgba(68, 68, 68, 1);
  background: #f5f7fe;
  border: 0.005208rem solid #def0f8;
  font-size: 0.083333rem;
}
.header .topheader[data-v-5d32e400] {
  width: 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  background: white;
  -webkit-box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
  height: 0.208333rem;
  line-height: 0.208333rem;
  text-align: center;
  border-radius: 0.130208rem;
}
.header .topheader > span[data-v-5d32e400] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
}
.header .topheader .active[data-v-5d32e400] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border-radius: 0.130208rem;
}
.btn-back-blue[data-v-5d32e400] {
  background: -webkit-gradient(linear, left top, left bottom, from(#8dbbfa), to(#5194f3));
  background: linear-gradient(#8dbbfa, #5194f3);
  color: white;
  -webkit-box-shadow: 0 0 0.026042rem 0 #8dbbfa;
          box-shadow: 0 0 0.026042rem 0 #8dbbfa;
  margin-left: 0.052083rem;
}
.btn-back-green[data-v-5d32e400] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
}
.table[data-v-5d32e400] {
  height: calc(100% - 0.572917rem);
}
.table_footer[data-v-5d32e400] {
  position: absolute;
  bottom: 0.052083rem;
  left: 0.104167rem;
  width: calc(100% - 0.208333rem);
  background: white;
  -webkit-box-shadow: 0 0 0.026042rem 0 #ccc;
          box-shadow: 0 0 0.026042rem 0 #ccc;
}
.table table tr td div[data-v-5d32e400] {
  border-bottom: 0.010417rem solid #eeeffa;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.table table tr td div[data-v-5d32e400]:last-child {
  border: none;
}
.table table tr td[data-v-5d32e400] {
  padding: 0 0.026042rem !important;
  color: #323053;
}
.table table tr.even[data-v-5d32e400] {
  background: rgba(243, 255, 250, 1);
  border-radius: 0.03125rem;
}
.table table tr.odd[data-v-5d32e400] {
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
}
.table_select[data-v-5d32e400] {
  position: relative;
  background: white;
  width: 0.520833rem;
  height: 0.135417rem;
  cursor: pointer;
  margin: 0 auto;
}
.table_select_option[data-v-5d32e400] {
  top: 100%;
  position: absolute;
  background: white;
  z-index: 100;
}
.table_select_value[data-v-5d32e400] {
  width: 0.520833rem;
  border: 0.005208rem solid #eee;
  height: 0.135417rem;
  line-height: 0.135417rem;
  cursor: pointer;
}
.table-btn[data-v-5d32e400] {
  outline: none;
  border: none;
  background: white;
  color: black;
  border-radius: 0.010417rem;
  height: 0.166667rem;
  line-height: 0.166667rem;
  width: 0.520833rem;
}
.table-btn[data-v-5d32e400]:hover {
  background: #f2f2f1;
}
.table-btn-blue[data-v-5d32e400] {
  outline: none;
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #73adfc), to(#3374dc));
  background: linear-gradient(#73adfc 70%, #3374dc 100%);
  color: white;
  border-radius: 0.010417rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 0.135417rem;
  line-height: 0.135417rem;
  width: 0.3125rem;
  font-size: 0.072917rem;
}
.ccc[data-v-5d32e400] {
  background: #ccc;
  width: 100%;
  color: white;
  height: 0.135417rem;
  line-height: 0.135417rem;
  width: 0.520833rem;
}

/* .allFixed>div{width: 70%;} */
.allFixed p[data-v-5d32e400]:last-of-type {
  text-align: center;
}
.allFixed .allFixed-btnred[data-v-5d32e400] {
  margin: 0 0.052083rem;
  margin-top: 1em;
  padding: 0.052083rem 0.104167rem;
  outline: none;
  border: none;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  color: white;
  border-radius: 0.520833rem;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.allFixed .allFixed-btnccc[data-v-5d32e400] {
  margin: 0 0.052083rem;
  margin-top: 1em;
  padding: 0.052083rem 0.104167rem;
  outline: none;
  border: none;
  background: #fff;
  color: #666;
  border-radius: 0.520833rem;
  border: 0.005208rem solid #f1f1f1;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.allFixed i[data-v-5d32e400] {
  font-family: "\601D\6E90\9ED1\4F53";
  font-size: 0.104167rem;
}
.allFixed .posi[data-v-5d32e400] {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.208333rem;
  height: 0.208333rem;
  background: #f34f4f;
  cursor: pointer;
  border-radius: 0 0 0 0.520833rem;
  text-align: center;
  line-height: 0.208333rem;
  color: white;
  font-weight: 600;
}
.allFixed input[data-v-5d32e400],
.allFixed select[data-v-5d32e400] {
  background: #F5F7FA;
  padding-left: 0.078125rem;
  line-height: 0.197917rem;
  width: 80%;
  min-width: 0.677083rem;
  height: 0.197917rem;
  border: none;
  font-size: 0.083333rem;
  border: 0.005208rem solid #eee;
  border-radius: 0.020833rem;
}
.allFixed div[data-v-5d32e400] {
  margin: 0 auto;
}
.allFixed table[data-v-5d32e400] {
  width: 100%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0 0.052083rem;
}
.allFixed table tr td[data-v-5d32e400]:nth-of-type(odd) {
  text-align: right;
  white-space: nowrap;
  /* padding: 5px 0; */
}
.allFixed table tr td[data-v-5d32e400] {
  white-space: nowrap;
}
.allFixed h3[data-v-5d32e400] {
  font-size: 0.104167rem;
  font-weight: 600;
  white-space: nowrap;
}
.allFixed .border—top[data-v-5d32e400] {
  position: relative;
  /* padding-bottom: 10px;
  margin-top: 10px; */
  width: 100%;
  border-top: 0.005208rem solid #eeeeee;
  display: block;
}
.allFixed .icon_sp[data-v-5d32e400] {
  display: inline-block;
  white-space: nowrap;
  -webkit-transform: scale(1);
          transform: scale(1);
  /* color: rgb(27, 117, 252); */
  font-size: 0.104167rem;
  margin-left: -0.026042rem;
}
[data-v-5d32e400]::-webkit-scrollbar {
  width: 0.026042rem;
  height: 0.052083rem;
  background-color: #f5f5f5;
}
.hover > div[data-v-5d32e400] {
  position: absolute;
  width: 1.041667rem;
  height: auto;
  background: white;
  right: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  z-index: 10;
  bottom: 0.197917rem;
  text-align: left;
  padding: 0.026042rem;
  white-space: normal;
}
.hover[data-v-5d32e400] {
  position: relative;
  cursor: pointer;
  min-height: 0.15625rem;
}
.input_model[data-v-5d32e400] {
  background-color: #F5F7FA;
  border-color: #E4E7ED;
  font-size: 0.083333rem;
  border: 0.005208rem solid #DCDFE6;
  line-height: 0.208333rem;
  text-indent: 0.078125rem;
  border-radius: 0.020833rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0.8;
  padding-right: 0.052083rem;
}
.allFixed p.recordStyle[data-v-5d32e400] {
  line-height: 0.1875rem;
  font-size: 0.083333rem;
  text-align: left;
}
.recordStyle i[data-v-5d32e400] {
  padding-right: 0.15625rem;
  display: inline-block;
  width: 0.15625rem;
  color: rgba(0, 0, 0, 0.4);
  vertical-align: middle;
}
.recordStyle span[data-v-5d32e400] {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 0;
  width: 0.0625rem;
  height: 0.0625rem;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.010417rem solid #00F5B4;
}
.recordStyle .bar[data-v-5d32e400] {
  position: absolute;
  top: 0.052083rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.005208rem;
  height: 0.125rem;
  background: #00F5B4;
  display: inline-block;
  padding: 0;
}
.recordStyle[data-v-5d32e400]:last-of-type {
  color: #3699ff;
}
.recordStyle:last-of-type .bar[data-v-5d32e400] {
  display: none;
}
.footer[data-v-5d32e400] {
  border: 0.005208rem solid #ccc;
  text-align: center;
  border-radius: 0.026042rem;
  width: 90%;
  line-height: 0.3125rem;
  margin: 0.052083rem auto;
  margin-bottom: 0.15625rem;
}
.icon_position[data-v-5d32e400] {
  position: relative;
}
.icon_position img[data-v-5d32e400] {
  position: absolute;
  left: -0.052083rem;
  top: -0.026042rem;
}
.ul_table[data-v-5d32e400] {
  padding: 0.078125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.005208rem solid #eee;
}
.ul_tr[data-v-5d32e400]:first-child {
  border-bottom: 0.005208rem solid #eee;
}
.ul_tr[data-v-5d32e400],
.ul_tr label[data-v-5d32e400] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0.026042rem 0;
}
.ul_tr li[data-v-5d32e400] {
  line-height: 150%;
  width: 12.5%;
  text-align: center;
}
.ul_tr li[data-v-5d32e400]:last-child {
  min-width: 18%;
}
.ul_tr li[data-v-5d32e400]:first-child {
  min-width: 18%;
}
.container[data-v-198c6b5b] {
  width: 100%;
  height: 100%;
  background: white;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  font-size: 0.09375rem;
}
.table[data-v-198c6b5b] {
  height: 85%;
}

/* .table>div{overflow-y: scroll;width: 100%;height: 100%;}
.table table{text-align: center;border: none;font-size: 18px;min-width: 100%;white-space: nowrap;}
.table table thead{background:rgba(247,248,255,1);border-radius:6px; font-family:'思源黑体';font-weight: 500}
.table table thead td{border: 1px solid white;}
.table table tr{height:56px;}
.table table tr td{height: auto;padding:0 5px;}
.table table tr td:first-child{height: auto;}
.table table tbody td{border:1px solid rgba(237,238,246,1);}
.table table tbody tr:nth-of-type(even){background:rgba(243,255,250,1);border-radius:6px;}
.table table tbody tr:nth-of-type(odd){background:rgba(255,255,255,1);border-radius:6px;} */
.table table tr td div[data-v-198c6b5b] {
  line-height: 100%;
  border-bottom: 0.015625rem solid #eeeffa;
}
.table table tr td div[data-v-198c6b5b]:last-child {
  border: none;
}
.blue[data-v-198c6b5b] {
  background: #3699ff;
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
}
.orange[data-v-198c6b5b] {
  background: #fac23d;
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
}
.header > div[data-v-198c6b5b] {
  margin-bottom: 0.104167rem;
  font-size: 0.104167rem;
}
.posi[data-v-198c6b5b] {
  position: relative;
}
.posi ul[data-v-198c6b5b] {
  position: absolute;
  right: 0;
  top: 0.302083rem;
  width: 0.78125rem;
  background: white;
  -webkit-box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
  text-align: center;
  line-height: 0.25rem;
}
.posi ul li[data-v-198c6b5b]:first-child {
  border-bottom: 0.010417rem dashed #ccc;
}
.btn[data-v-198c6b5b] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 0.026042rem;
  padding: 0.026042rem 0.104167rem;
  height: 0.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.qie[data-v-198c6b5b] {
  width: 2.604167rem;
  height: 0.25rem;
  background: white;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  border-radius: 0.125rem;
  line-height: 0.25rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.qie span[data-v-198c6b5b] {
  -webkit-box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 0 0.125rem 0.125rem 0;
  text-align: center;
  margin-left: -0.104167rem;
  background: white;
}
.qie span[data-v-198c6b5b]:nth-of-type(1) {
  z-index: 5;
  margin: 0;
}
.qie span[data-v-198c6b5b]:nth-of-type(2) {
  z-index: 4;
}
.qie span[data-v-198c6b5b]:nth-of-type(3) {
  z-index: 3;
}
.qie span[data-v-198c6b5b]:nth-of-type(4) {
  z-index: 2;
}
.qie span[data-v-198c6b5b]:nth-of-type(5) {
  z-index: 1;
}
.qie .active[data-v-198c6b5b] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
}
input[data-v-198c6b5b] {
  background: #eeeffa;
  font-size: 0.125rem;
  width: 1.302083rem;
  line-height: 0.197917rem;
  margin-right: 0.15625rem;
}
.put[data-v-198c6b5b] {
  width: 3.75rem;
  min-height: 4.166667rem;
  background: white;
  -webkit-box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
  position: absolute;
  left: 50%;
  top: 10%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.put table[data-v-198c6b5b] {
  margin: 0 auto;
  margin-top: 0.15625rem;
  overflow: auto;
}
.put table[data-v-198c6b5b] input,
#remark[data-v-198c6b5b] {
  background: #eeeffa;
  font-size: 0.125rem;
  width: 1.5625rem;
  line-height: 0.197917rem;
}
.put table tr[data-v-198c6b5b] td {
  line-height: 0.25rem;
  padding: 0 0.026042rem;
}
#remark[data-v-198c6b5b] {
  border: none;
}
.put table[data-v-198c6b5b] .input {
  background: #eeeffa;
  font-size: 0.125rem;
  width: 0.520833rem;
  line-height: 0.197917rem;
}
textarea[data-v-198c6b5b] {
  background: #eeeffa;
}
.exc[data-v-198c6b5b] {
  width: 3.161458rem;
  height: 1.921875rem;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.03125rem 0.114583rem 0.010417rem rgba(11, 33, 24, 0.1);
          box-shadow: 0 0.03125rem 0.114583rem 0.010417rem rgba(11, 33, 24, 0.1);
  border-radius: 0.020833rem;
  position: absolute;
  left: 50%;
  top: 20%;
  padding: 2% 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.exc table[data-v-198c6b5b] {
  margin: 0 auto;
  width: 80%;
}
.exc table td[data-v-198c6b5b] {
  line-height: 0.302083rem;
  padding: 0 0.026042rem;
}
input[type="file"][data-v-198c6b5b] {
  background: transparent;
}
.ccc[data-v-198c6b5b] {
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
  background: rgb(230, 230, 230);
}
.mb > div[data-v-198c6b5b] {
  margin-bottom: 0.052083rem;
}
.mb > div span[data-v-198c6b5b]:first-child {
  width: 0.78125rem;
  display: inline-block;
}
.spans[data-v-198c6b5b] {
  display: inline-block;
  width: 0.78125rem;
}
.see[data-v-198c6b5b] {
  background: white;
  -webkit-box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
  position: absolute;
  left: 50%;
  top: 20%;
  width: 3.75rem;
  min-height: 1.041667rem;
}
.see table[data-v-198c6b5b] {
  margin: 0 auto;
  width: 80%;
  line-height: 0.25rem;
}
.greenbtn[data-v-198c6b5b] {
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.104167rem;
  cursor: pointer;
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  border-radius: 2.604167rem;
  -webkit-box-shadow: 0 0 0.026042rem 0 #3aedb3;
          box-shadow: 0 0 0.026042rem 0 #3aedb3;
}
.redbtn[data-v-198c6b5b] {
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
  background: rgb(255, 0, 0);
}
.eee[data-v-198c6b5b] {
  margin: 0 0.026042rem;
  color: #000;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
  background: #f1f6f9;
}
.zposi div[data-v-198c6b5b] {
  min-height: 0.15625rem;
}
[data-v-198c6b5b]::-webkit-scrollbar {
  width: 0.026042rem;
  height: 0.052083rem;
  background-color: #f5f5f5;
}

/*定义滚动条轨道 内阴影+圆角*/
[data-v-198c6b5b]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0.03125rem rgba(0, 0, 0, 0.3);
  border-radius: 0.052083rem;
  background-color: #f5f5f5;
}

/*定义滑块 内阴影+圆角*/
[data-v-198c6b5b]::-webkit-scrollbar-thumb {
  border-radius: 0.052083rem;
  -webkit-box-shadow: inset 0 0 0.03125rem rgba(0, 0, 0, 0.3);
  background-color: #bdbdbd;
}

/*滑块效果*/
[data-v-198c6b5b]::-webkit-scrollbar-thumb:hover {
  border-radius: 0.026042rem;
  -webkit-box-shadow: inset 0 0 0.026042rem rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.4);
}

/*IE滚动条颜色*/
html[data-v-198c6b5b] {
  scrollbar-face-color: #bfbfbf;
  /*滚动条颜色*/
  scrollbar-highlight-color: #000;
  scrollbar-3dlight-color: #000;
  scrollbar-darkshadow-color: #000;
  scrollbar-shadow-color: #adadad;
  /*滑块边色*/
  scrollbar-arrow-color: rgba(0, 0, 0, 0.4);
  /*箭头颜色*/
  scrollbar-track-color: #eeeeee;
  /*背景颜色*/
}
.red[data-v-198c6b5b] {
  background: red;
  width: 50%;
  height: 0.197917rem;
}
.topheader[data-v-198c6b5b] {
  width: 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  background: white;
  -webkit-box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
  height: 0.260417rem;
  line-height: 0.260417rem;
  text-align: center;
  border-radius: 0.130208rem;
}
.topheader > span[data-v-198c6b5b] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
}
.topheader .active[data-v-198c6b5b] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border-radius: 0.130208rem;
}
.dw[data-v-198c6b5b] {
  position: relative;
  width: 0.78125rem;
  height: 0.197917rem;
  margin-right: 0.104167rem;
  line-height: 0.197917rem;
  border-radius: 0.026042rem;
  border: 0.005208rem solid #eee;
  cursor: pointer;
}
.dw > div[data-v-198c6b5b] {
  text-align: center;
  width: 0.78125rem;
  height: 0.197917rem;
}
.dw > div[data-v-198c6b5b]:last-child {
  position: absolute;
}
.dw > div div[data-v-198c6b5b] {
  border: 0.005208rem solid #eee;
  cursor: pointer;
  background: white;
}
.dw > div div[data-v-198c6b5b]:hover {
  background: #eeeffa;
  color: #88879c;
}
.el-icon-arrow-down[data-v-198c6b5b] {
  width: 0.15625rem;
  height: 0.197917rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#67eaab), to(#36c5cc));
  background: linear-gradient(#67eaab, #36c5cc);
  color: white;
  padding: 0;
  line-height: 0.197917rem;
  float: right;
  border-radius: 0.020833rem;
}
.mleft[data-v-198c6b5b] {
  margin-top: 0.104167rem;
}
.btn-back-blue[data-v-198c6b5b] {
  background: -webkit-gradient(linear, left top, left bottom, from(#8dbbfa), to(#5194f3));
  background: linear-gradient(#8dbbfa, #5194f3);
}
.back-return[data-v-198c6b5b] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.back-return-box[data-v-198c6b5b] {
  width: 3.125rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background: white;
  -webkit-box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
  padding: 0.104167rem;
}
.back-return-box textarea[data-v-198c6b5b] {
  width: 100%;
  border: none;
  margin: 0.052083rem 0;
  height: 0.520833rem;
}
.back-return-box div[data-v-198c6b5b]:last-child {
  text-align: center;
}
button[data-v-198c6b5b] {
  font-size: 0.083333rem;
}
.container[data-v-121e5c9c] {
  width: 100%;
  height: 100%;
  background: white;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  font-size: 0.09375rem;
}
.topheader span[data-v-121e5c9c] {
  width: 0.677083rem;
  height: 0.208333rem;
  display: inline-block;
  border-radius: 0.052083rem;
  text-align: center;
  line-height: 0.208333rem;
  cursor: pointer;
  margin: 0.052083rem;
  background: #ebf2f9;
  color: #323053;
  font-family: "\601D\6E90\9ED1\4F53";
}
.topheader .active[data-v-121e5c9c] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border-radius: 0.052083rem;
}
.table[data-v-121e5c9c] {
  height: 88%;
}
.table table tr td div[data-v-121e5c9c] {
  line-height: 100%;
  border-bottom: 0.015625rem solid #eeeffa;
}
.table table tr td div[data-v-121e5c9c]:last-child {
  border: none;
}
.blue[data-v-121e5c9c] {
  background: #3699ff;
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
}
.eee[data-v-121e5c9c] {
  background: #ccc;
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
}
.orange[data-v-121e5c9c] {
  background: #fac23d;
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
}
.res-y[data-v-121e5c9c] {
  background: #f34f4f;
  outline: none;
  border: none;
  cursor: pointer;
  margin: 0 0.026042rem;
  color: white;
  border-radius: 1.5625rem;
  width: 0.625rem;
  height: 0.208333rem;
  -webkit-box-shadow: 0 0 0.03125rem 0 #f34f4f;
          box-shadow: 0 0 0.03125rem 0 #f34f4f;
}
.hover > div[data-v-121e5c9c] {
  position: absolute;
  width: 1.041667rem;
  height: auto;
  background: white;
  right: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  z-index: 10;
  bottom: 0.197917rem;
  text-align: left;
  padding: 0.026042rem;
  white-space: normal;
}
.hover[data-v-121e5c9c] {
  position: relative;
  cursor: pointer;
  min-height: 0.15625rem;
}
.back-return[data-v-121e5c9c] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.back-return-box[data-v-121e5c9c] {
  width: 3.125rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background: white;
  -webkit-box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
  padding: 0.104167rem;
  overflow: hidden;
}
.back-return-box textarea[data-v-121e5c9c] {
  width: 100%;
  border: none;
  margin: 0.052083rem 0;
  height: 0.520833rem;
  background: #f5f7fe;
}
.back-return-box div[data-v-121e5c9c]:last-child {
  text-align: center;
}
.back-return-box-posi[data-v-121e5c9c] {
  position: absolute;
  top: -0.026042rem;
  right: -0.026042rem;
  outline: none;
  border: none;
  background: red;
  border-radius: 0 0 0 0.208333rem;
  color: white;
  width: 0.208333rem;
  height: 0.208333rem;
  text-align: center;
  cursor: pointer;
}
button[data-v-121e5c9c] {
  font-size: 0.083333rem;
}
.container[data-v-12d9fdae] {
  width: 100%;
  height: 100%;
  background: white;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  font-size: 0.09375rem;
}
.header>div[data-v-12d9fdae] {
  margin-bottom: 0.104167rem;
  font-size: 0.104167rem;
}
.topheader[data-v-12d9fdae] {
  width: 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  background: white;
  -webkit-box-shadow: 0 0 0.03125rem 0 rgba(182,182,195,0.64);
          box-shadow: 0 0 0.03125rem 0 rgba(182,182,195,0.64);
  height: 0.260417rem;
  line-height: 0.260417rem;
  text-align: center;
  border-radius: 0.130208rem;
}
.topheader>span[data-v-12d9fdae] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
}
.topheader .active[data-v-12d9fdae] {
  background: -webkit-gradient(linear,left bottom, left top,from(#02CB8E),to(#3AEDB3));
  background: linear-gradient(0deg,#02CB8E 0%,#3AEDB3 100%);
  color: white;
  border-radius: 0.130208rem;
}
.header-nav span[data-v-12d9fdae] {
  width: 0.677083rem;
  height: 0.260417rem;
  display: inline-block;
  border-radius: 0.052083rem;
  text-align: center;
  line-height: 0.260417rem;
  cursor: pointer;
  margin: 0.052083rem;
  background: #EBF2F9;
  color: #323053;
  font-family: '\601D\6E90\9ED1\4F53';
}
.header-nav .active[data-v-12d9fdae] {
  background: -webkit-gradient(linear,left bottom, left top,from(#02CB8E),to(#3AEDB3));
  background: linear-gradient(0deg,#02CB8E 0%,#3AEDB3 100%);
  color: white;
  border-radius: 0.052083rem;
}
.table[data-v-12d9fdae] {
  height: 85%;
}

/* .table>div{overflow-y: scroll;width: 100%;height: auto;height: 100%;}
.table table{text-align: center;border: none;font-size: 18px;min-width: 100%;white-space: nowrap;}
.table table thead{background:rgba(247,248,255,1);border-radius:6px; font-family:'思源黑体';font-weight: 500}
.table table thead td{border: 1px solid white;}
.table table tr{height:66px;}
.table table tr td{height: auto;padding:0 5px;}
.table table tr td:first-child{height: auto;}
.table table tbody td{border:1px solid rgba(237,238,246,1);}
.table table tbody tr:nth-of-type(even){background:rgba(243,255,250,1);border-radius:6px;}
.table table tbody tr:nth-of-type(odd){background:rgba(255,255,255,1);border-radius:6px;} */
.table table tr td div[data-v-12d9fdae] {
  line-height: 200%;
  border-bottom: 0.015625rem solid #EEEFFA;
}
.table table tr td div[data-v-12d9fdae]:last-child {
  border: none;
}
.blue[data-v-12d9fdae] {
  background: #3699FF;
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
}
.eee[data-v-12d9fdae] {
  background: #ccc;
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
}
.orange[data-v-12d9fdae] {
  background: #FAC23D;
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
}

/* .res-y{background: #F34F4F;outline: none;border: none;cursor: pointer;margin:0 5px;color: white;border-radius: 300px;width: 120px;height: 50px;box-shadow:none;}
.res-y{background: #fff;outline: none;border: none;cursor: pointer;margin:0 5px;color: #666;border-radius: 300px;width: 120px;height: 50px;box-shadow:none;} */
.hover>div[data-v-12d9fdae] {
  position: absolute;
  width: 2.083333rem;
  height: auto;
  background: white;
  right: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182,182,195,0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182,182,195,0.64);
  top: 0;
  z-index: 10;
  text-align: left;
  padding: 0.026042rem;
  white-space: normal;
}
.hover[data-v-12d9fdae] {
  position: relative;
  cursor: pointer;
  min-height: 0.15625rem;
}
.hover>div>span[data-v-12d9fdae] {
  display: inline-block;
  margin-right: 0.052083rem;
}
.back-return[data-v-12d9fdae] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,.5);
}
.back-return-box[data-v-12d9fdae] {
  width: 3.125rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background: white;
  -webkit-box-shadow: 0 0 0.03125rem 0 rgba(182,182,195,0.64);
          box-shadow: 0 0 0.03125rem 0 rgba(182,182,195,0.64);
  padding: 0.104167rem;
  overflow: hidden;
}
.back-return-box textarea[data-v-12d9fdae] {
  width: 100%;
  border: none;
  margin: 0.052083rem 0;
  height: 0.520833rem;
  background: #F5F7FE;
}
.back-return-box div[data-v-12d9fdae]:last-child {
  text-align: center;
}
.back-return-box-posi[data-v-12d9fdae] {
  position: absolute;
  top: -0.026042rem;
  right: -0.026042rem;
  outline: none;
  border: none;
  background: red;
  border-radius: 0 0 0 0.208333rem;
  color: white;
  width: 0.208333rem;
  height: 0.208333rem;
  text-align: center;
  cursor: pointer;
}
[data-v-12d9fdae]::-webkit-scrollbar {
  width: 0.026042rem;
  height: 0.052083rem;
  background-color: #F5F5F5;
}
.container[data-v-c68b83ec] {
  width: 100%;
  height: 100%;
  background: white;
  padding: 0.260417rem 0.3125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-font-smoothing: antialiased;
  font-size: 0.083333rem;
}
header[data-v-c68b83ec] {
  height: 0.416667rem;
  line-height: 0.416667rem;
}
header button[data-v-c68b83ec] {
  border: none;
  outline: none;
  background: white;
  height: 0.260417rem;
  width: 0.677083rem;
  color: #999;
  border-radius: 2.604167rem;
  cursor: pointer;
  margin: 0 0.052083rem;
  background: #f5f7fe;
  border: 0.005208rem solid #def0f8;
  font-size: 0.083333rem;
}
header .active[data-v-c68b83ec] {
  border: none;
  outline: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#68ebaa), to(#34c3cc));
  background: linear-gradient(#68ebaa, #34c3cc);
  height: 0.260417rem;
  width: 0.677083rem;
  color: white;
  border-radius: 2.604167rem;
  cursor: pointer;
  -webkit-box-shadow: 0 0 0.026042rem 0 #68ebaa;
          box-shadow: 0 0 0.026042rem 0 #68ebaa;
}
.table[data-v-c68b83ec] {
  height: 90%;
}
.table table tr td div[data-v-c68b83ec] {
  line-height: 200%;
  border-bottom: 0.015625rem solid #eeeffa;
}
.table table tr td div[data-v-c68b83ec]:last-child {
  border: none;
}
.hover > div[data-v-c68b83ec] {
  position: absolute;
  width: 1.5625rem;
  height: auto;
  background: white;
  right: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  z-index: 10;
  bottom: 0.09375rem;
  text-align: left;
  padding: 0.026042rem;
  white-space: normal;
}
.hover[data-v-c68b83ec] {
  position: relative;
  cursor: pointer;
  min-height: 0.15625rem;
}
.btn-blue[data-v-c68b83ec] {
  background: -webkit-gradient(linear, left top, left bottom, from(#8cbbfb), to(#5598f3));
  background: linear-gradient(#8cbbfb, #5598f3);
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  color: white;
  cursor: pointer;
}
.btn-eee[data-v-c68b83ec] {
  background: #eeeffa;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  color: #333;
  cursor: pointer;
  font-size: 0.083333rem;
}
.main-position[data-v-c68b83ec] {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  background: white;
  padding: 0.260417rem 0.3125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.main-position .active[data-v-c68b83ec] {
  border: none;
  outline: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#68ebaa), to(#34c3cc));
  background: linear-gradient(#68ebaa, #34c3cc);
  height: 0.260417rem;
  width: 0.677083rem;
  color: white;
  border-radius: 2.604167rem;
  cursor: pointer;
  -webkit-box-shadow: 0 0 0.026042rem 0 #68ebaa;
          box-shadow: 0 0 0.026042rem 0 #68ebaa;
  margin-bottom: 0.052083rem;
}
.main-msg[data-v-c68b83ec] {
  line-height: 0.182292rem;
  margin-bottom: 0.104167rem;
}
.main-msg i[data-v-c68b83ec] {
  background: -webkit-gradient(linear, left top, left bottom, from(#8cbbfb), to(#5598f3));
  background: linear-gradient(#8cbbfb, #5598f3);
  padding: 0 0.078125rem;
  font-size: 0.072917rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  border-radius: 0.260417rem;
  display: inline-block;
  margin-right: 0.026042rem;
}
.main-msg span[data-v-c68b83ec] {
  margin-right: 0.052083rem;
  border: 0.005208rem solid #eee;
  display: inline-block;
  border-radius: 0.520833rem;
  padding: 0 0.052083rem 0 0;
  font-family: "\601D\6E90\9ED1\4F53";
}
.main-ul[data-v-c68b83ec] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.104167rem;
}
.main-ul li[data-v-c68b83ec]:nth-of-type(1) {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  font-size: 0.104167rem;
  font-family: "\601D\6E90\9ED1\4F53";
  line-height: 200%;
  position: relative;
  padding-left: 0.104167rem;
}
.main-ul li:nth-of-type(1) p[data-v-c68b83ec] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.main-ul li:nth-of-type(1) p i[data-v-c68b83ec] {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  opacity: 0.8;
  width: 0.015625rem;
  display: inline-block;
  height: 0.104167rem;
  vertical-align: text-top;
  margin-right: 0.015625rem;
}
.main-ul li[data-v-c68b83ec]:nth-of-type(2) {
  -webkit-box-flex: 15;
      -ms-flex: 15;
          flex: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 300%;
}
.main-ul li:nth-of-type(2) div[data-v-c68b83ec]:nth-of-type(1) {
  -webkit-box-flex: 8;
      -ms-flex: 8;
          flex: 8;
}
.main-ul li:nth-of-type(2) div[data-v-c68b83ec]:nth-of-type(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.main-ul li:nth-of-type(2) div[data-v-c68b83ec]:nth-of-type(3) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.main-ul li:nth-of-type(2) div[data-v-c68b83ec]:nth-of-type(4) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.main-ul li:nth-of-type(2) div p[data-v-c68b83ec] {
  border-bottom: 0.005208rem solid rgba(247, 243, 243, 1);
}
.main-header[data-v-c68b83ec] {
  font-family: "\601D\6E90\9ED1\4F53";
  font-size: 0.104167rem;
  line-height: 200%;
}
.main-body[data-v-c68b83ec] {
  -webkit-box-shadow: 0 0.03125rem 0.083333rem 0 rgba(233, 233, 242, 1);
          box-shadow: 0 0.03125rem 0.083333rem 0 rgba(233, 233, 242, 1);
  border-radius: 0.03125rem;
}
.main-ul-selects select[data-v-c68b83ec],
.main-ul-null select[data-v-c68b83ec] {
  width: 0.520833rem;
  height: 0.197917rem;
  text-align: center;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAdCAYAAABBsffGAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjg0NjIwRkE2MUJFMDExRUFCMzQ0RkY3NEMzRTkxRUIwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjg0NjIwRkE3MUJFMDExRUFCMzQ0RkY3NEMzRTkxRUIwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ODQ2MEQ4MDIxQkUwMTFFQUIzNDRGRjc0QzNFOTFFQjAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6ODQ2MEQ4MDMxQkUwMTFFQUIzNDRGRjc0QzNFOTFFQjAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6RuxKVAAADbklEQVR42pxWS2sUQRCummQJGFc9mGhySRAfdyHEg/kV4kFQDOItP0A8iBgj4g/Qi/iAHD2bgwcRvBgvEldFo4KJcVayl5BocDfZLvtRXVM9O3iwl2G2a6qrv/rq0Y2tzc7YLpjH8+3F+sudL/CL2kAAgBAH2R/6eZT3SsLYiwMwVTsKFwYmt/ohm+63spn5P6/rC533XpFYmXgh8tywNOgA6xWG3dikDiy0P0AN+uvnByZmMiubfNH+CobQPyRPFmSG5fw21rL7Rv7NugZ5bkFYFM/ay26vUw754KbpWBDIwPgNARgRIyb0j5+im2cMnFg/fHevrW7HCfb0e5d5oXge+YybOEMygQpd9VmpBeMmS/hEjAaI12pvxB3lrUKPVDJOaXDIEYuBT5QNMrFT0BOZQWEOCMUSI0dNc/Aguu7yQrlqYiAwAkbJLKCUF2+862mBnrwttivLIzVYoYNlzmN+k9JFxlTIpXA8ZSQ1EKNFyUYaOQJzrJMCmZISagm4AsTywBiWadFukuA0fr1FiShJkpKGUCHWxtFng0bhsuzqyMnRiwdPjMA/xqPWx/xO802zIAmEIJXnRZURBqZvri3ljqrpoeOVGzxsfcpv/3jbDMB0DWFFtlARzPh/9vtS7tL+0nC6wYP15fzWmjNcamCKXaEFuQjQxCol35Cc3uxqI3eFdvnQMb/B/Z+f87m1RjP2l7CWJAJkEuR9ISycGVILxK3AdrobKw1PkbFhnVttNH1mYaxWksokSxEmnHdR1bJ2T/URi+b6t3d5mPSxDkkj0xmLpJFTwXmSuQRyeKgTI7iOoVuG/akXXHVX5F6iUcdKRBLXpZ95ncy/CYs6LpA7WhATQ756dMfSB0lSa6oADVY0LkeLUfajOmGaoaSqNWY0YUqdOkykcXlQRrXPpKhLPcQbzbxnhqCii5a6YnGK2CB5/jC1LwHDENhYGPqEgop+bmK2GOw91vQwCpiBXh4jJapCf+/LaoMb3V0pHNBnaNllivlaPrRBgB3IfB1sO43FM0OH+X6SyT3EcRnvMuEp7iomfjcoT1iX+f/nhked8VcO+b1r40cmrHL9yXoLNnZ3OHzImVFkTqA4dnCU3I6ZtL9Wg7PDQ3BlbHzL2UV8+hzWp06PuWuduyW5ywz8/9h2iO1z92C9tvJXgAEAHiXxzcPFkHkAAAAASUVORK5CYII=) no-repeat right,
    rgba(242, 247, 253, 1);
  appearance: none;
  -webkit-appearance: none;
  /*去除chrome浏览器的默认下拉图片*/
  -moz-appearance: none;
  /*去除Firefox浏览器的默认下拉图片*/
  border: none;
}
.main-ul-selects select option[data-v-c68b83ec] {
  text-align: center;
}
.main-ul-radio span[data-v-c68b83ec] {
  display: inline-block;
  width: 0.15625rem;
  height: 0.15625rem;
  background: #eeeffa;
  vertical-align: middle;
  text-align: center;
  line-height: 0.208333rem;
  font-size: 0.145833rem;
  color: #68ebaa;
  font-weight: 600;
  cursor: pointer;
}
.main-ul-null input[data-v-c68b83ec] {
  width: 0.260417rem;
}
.main-ul-null select[data-v-c68b83ec] {
  width: 0.520833rem;
  text-align: center;
}
.main-box[data-v-c68b83ec] {
  width: 100%;
  height: 0.807292rem;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.03125rem 0.083333rem 0 rgba(233, 233, 242, 1);
          box-shadow: 0 0.03125rem 0.083333rem 0 rgba(233, 233, 242, 1);
  border-radius: 0.03125rem;
  padding: 0.052083rem;
  position: relative;
}
.main-bottom[data-v-c68b83ec] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-bottom > div[data-v-c68b83ec]:nth-of-type(1),
.main-bottom > div[data-v-c68b83ec]:nth-of-type(2) {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  margin: 0 0.104167rem;
}
.main-bottom > div[data-v-c68b83ec]:nth-of-type(3),
.main-bottom > div[data-v-c68b83ec]:nth-of-type(4) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 0.104167rem;
}
.main-bottom > div[data-v-c68b83ec]:nth-of-type(1) {
  margin-left: 0;
}
.main-bottom > div:nth-of-type(1) textarea[data-v-c68b83ec] {
  width: 100%;
  outline: none;
  border: none;
  height: 100%;
}
.main-bottom > div:nth-of-type(2) textarea[data-v-c68b83ec] {
  width: 50%;
  outline: none;
  border: none;
  height: 100%;
  background: #f6f8fc;
}
.main-footer[data-v-c68b83ec] {
  position: relative;
}
.main-footer p[data-v-c68b83ec] {
  font-family: "\601D\6E90\9ED1\4F53";
  font-size: 0.104167rem;
  line-height: 200%;
}
.main-box p[data-v-c68b83ec] {
  position: absolute;
  left: 50%;
  top: 40%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  font-size: 0.1875rem;
}
.main-box p i[data-v-c68b83ec] {
  font-size: 0.083333rem;
}
.main-box-right[data-v-c68b83ec] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.main-box-right span[data-v-c68b83ec] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.main-box-right span[data-v-c68b83ec]:nth-of-type(1) {
  color: #eb5151;
  font-size: 0.302083rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.main-box-right span:nth-of-type(2) div[data-v-c68b83ec] {
  font-size: 0.302083rem;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0.026042rem 0 #999;
          box-shadow: 0 0 0.026042rem 0 #999;
  width: 0.520833rem;
  height: 0.520833rem;
  display: block;
  margin: 0 auto;
  line-height: 0.520833rem;
}
.main-box-right span[data-v-c68b83ec]:nth-of-type(3) {
  color: #19e593;
  font-size: 0.302083rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.main-bar[data-v-c68b83ec] {
  width: 90%;
  height: 0.041667rem;
  border-radius: 0.260417rem;
  position: absolute;
  bottom: 0.052083rem;
  z-index: 10;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.main-bar-bg[data-v-c68b83ec] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.main-bar-bg i[data-v-c68b83ec] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-left: 0.005208rem solid white;
  z-index: 1000;
}
.main-bar-color[data-v-c68b83ec] {
  background: rgba(253, 187, 126, 1);
  border-radius: 0.015625rem;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.main-bar-color1[data-v-c68b83ec] {
  background: #fb8999;
  border-radius: 0.015625rem;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.main-bar-color i[data-v-c68b83ec],
.main-bar-color1 i[data-v-c68b83ec] {
  position: absolute;
  width: 0.041667rem;
  height: 0.041667rem;
  border-radius: 0.520833rem;
  background: rgba(252, 125, 8, 1);
  right: 0;
  border: 0.005208rem solid white;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 100;
}
.footer-btn[data-v-c68b83ec] {
  text-align: center;
}
.footer-btn button[data-v-c68b83ec] {
  width: 0.546875rem;
  height: 0.171875rem;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  -webkit-box-shadow: 0 0.010417rem 0.036458rem 0 rgba(33, 231, 137, 0.39);
          box-shadow: 0 0.010417rem 0.036458rem 0 rgba(33, 231, 137, 0.39);
  opacity: 0.8;
  border-radius: 0.088542rem;
  outline: none;
  border: none;
  color: white;
  margin-top: 0.052083rem;
  cursor: pointer;
}
.container[data-v-101e866a] {
  width: 100%;
  height: 100%;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background: white;
  font-size: 0.09375rem;
}
.header[data-v-101e866a] {
  width: 100%;
  position: relative;
  height: 0.416667rem;
}
.header > div[data-v-101e866a] {
  width: 2.34375rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: white;
  -webkit-box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
  line-height: 0.208333rem;
  border-radius: 0.151042rem;
  overflow: hidden;
}
.header > div span[data-v-101e866a] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 0.151042rem;
  cursor: pointer;
  font-size: 0.104167rem;
}
.header > div .active[data-v-101e866a] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
}
.container > h3[data-v-101e866a] {
  font-size: 0.15625rem;
}
.table[data-v-101e866a] {
  /* margin-top: 30px; */
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
}
.hover > div[data-v-101e866a] {
  position: absolute;
  width: 2.083333rem;
  height: auto;
  background: white;
  right: 0;
  top: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  z-index: 10;
  text-align: left;
  padding: 0.026042rem;
  white-space: normal;
}
.hover[data-v-101e866a] {
  position: relative;
  cursor: pointer;
  min-height: 0.15625rem;
}
.blue[data-v-101e866a] {
  background: #3699ff;
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
  border-radius: 0.015625rem;
}
.orange[data-v-101e866a] {
  background: #fac23d;
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
  border-radius: 0.015625rem;
}
.ccc[data-v-101e866a] {
  background: #ccc;
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
  border-radius: 0.015625rem;
}
.res-y[data-v-101e866a] {
  background: #f34f4f;
  outline: none;
  border: none;
  cursor: pointer;
  margin: 0 0.026042rem;
  color: white;
  border-radius: 1.5625rem;
  width: 0.625rem;
  height: 0.260417rem;
  -webkit-box-shadow: 0 0 0.03125rem 0 #f34f4f;
          box-shadow: 0 0 0.03125rem 0 #f34f4f;
}
.green[data-v-101e866a] {
  color: #6ecfa9;
  font-size: 0.104167rem;
}
.container-main[data-v-101e866a] {
  width: 100%;
  height: calc(100% - 0.416667rem);
}
.container-main-lilu[data-v-101e866a] {
  border: 0.005208rem solid rgba(235, 232, 239, 1);
  background: -webkit-gradient(
    linear,
    left top, right top,
    from(rgba(255, 255, 255, 1)),
    color-stop(52%, rgba(245, 248, 255, 1)),
    to(rgba(255, 255, 255, 1))
  );
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(245, 248, 255, 1) 52%,
    rgba(255, 255, 255, 1) 100%
  );
  -webkit-box-shadow: 0 0.03125rem 0.083333rem 0 rgba(233, 233, 242, 1);
          box-shadow: 0 0.03125rem 0.083333rem 0 rgba(233, 233, 242, 1);
  border-radius: 0.03125rem;
  width: 100%;
  min-height: 100%;
}
.container-main-lilu-section[data-v-101e866a] {
  width: 70%;
  margin: 0 auto;
  margin-top: 0.052083rem;
}
.container-main-lilu-section > h3[data-v-101e866a] {
  line-height: 0.208333rem;
  font-size: 0.145833rem;
  margin: 0 0.104167rem;
  width: 40%;
  position: relative;
  font-weight: 500;
  font-family: "\601D\6E90\9ED1\4F53";
}
.container-main-lilu-section-add[data-v-101e866a] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.104167rem;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  color: white;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(39, 124, 240, 1)),
    to(rgba(116, 172, 250, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(39, 124, 240, 1) 0%,
    rgba(116, 172, 250, 1) 100%
  );
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(94, 157, 245, 0.43);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(94, 157, 245, 0.43);
  border-radius: 0.520833rem;
  cursor: pointer;
}
.container-main-lilu-section-box[data-v-101e866a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.container-main-lilu-section-box > .container-main-lilu-section-box-display[data-v-101e866a] {
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.083333rem 0 rgba(236, 236, 243, 1);
          box-shadow: 0 0.010417rem 0.083333rem 0 rgba(236, 236, 243, 1);
  border-radius: 0.03125rem;
  height: 0.630208rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 0.104167rem;
}
.container-main-lilu-section-box-display[data-v-101e866a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.container-main-lilu-section-box-display > div[data-v-101e866a]:nth-of-type(1) {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  padding: 0.052083rem;
}
.container-main-lilu-section-box-display > div[data-v-101e866a]:nth-of-type(2) {
  -webkit-box-flex: 8;
      -ms-flex: 8;
          flex: 8;
  line-height: 0.145833rem;
  font-family: "\601D\6E90\9ED1\4F53";
  position: relative;
}
.container-main-lilu-section-box-display > div:nth-of-type(2) p[data-v-101e866a] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}
.container-main-lilu-section-box-display > div:nth-of-type(2) input[data-v-101e866a] {
  width: 80%;
  font-size: 0.09375rem;
  font-weight: 500;
  color: rgba(50, 48, 83, 1);
  background: rgba(245, 247, 254, 1);
  border: 0.005208rem solid rgba(244, 246, 252, 1);
  border-radius: 0.010417rem;
  padding-left: 0.052083rem;
  line-height: 0.145833rem;
}
.container-main-lilu-section-box-display img[data-v-101e866a] {
  width: 100%;
  vertical-align: middle;
}
.container-main-lilu-section-box2[data-v-101e866a] {
  min-width: 2.604167rem;
  width: 40%;
}
.container-main-lilu-section-box2-display[data-v-101e866a] {
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.083333rem 0 rgba(236, 236, 243, 1);
          box-shadow: 0 0.010417rem 0.083333rem 0 rgba(236, 236, 243, 1);
  border-radius: 0.03125rem;
  margin: 0 0.104167rem;
  position: relative;
}
.container-main-lilu-section-box2-display[data-v-101e866a]:nth-of-type(1) {
  top: 0;
}
.container-main-lilu-section-box2-display-title[data-v-101e866a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 0.005208rem solid #f4f4f8;
}
.container-main-lilu-section-box2-display-title > p[data-v-101e866a] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.052083rem;
}
.container-main-lilu-section-box2-display-title > p img[data-v-101e866a] {
  vertical-align: middle;
  margin: 0 0.026042rem;
}
.container-main-lilu-section-box2-display-center[data-v-101e866a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  text-align: center;
}
.container-main-lilu-section-box2-display-center > div[data-v-101e866a] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0.052083rem 0.15625rem;
  background: rgba(245, 247, 254, 1);
  border: 0.005208rem solid rgba(244, 246, 252, 1);
  border-radius: 0.010417rem;
}
.container-main-lilu-section-box2-display-center > div input[data-v-101e866a] {
  font-size: 0.09375rem;
  font-weight: 500;
  color: rgba(50, 48, 83, 1);
  line-height: 0.145833rem;
  width: 80%;
  margin: 0.052083rem 0;
  background: rgba(245, 247, 254, 1);
}
[data-v-101e866a]::-webkit-scrollbar {
  width: 0.026042rem;
  height: 0.052083rem;
  background-color: #f5f5f5;
}
input[data-v-101e866a]::-webkit-outer-spin-button,
input[data-v-101e866a]::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
.back-return[data-v-101e866a] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 9999999;
}
.back-return-box[data-v-101e866a] {
  width: 3.125rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background: white;
  -webkit-box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
  padding: 0.104167rem;
  overflow: hidden;
}
.back-return-box textarea[data-v-101e866a] {
  width: 100%;
  border: none;
  margin: 0.052083rem 0;
  height: 0.520833rem;
  background: #f5f7fe;
}
.back-return-box div[data-v-101e866a]:last-child {
  text-align: center;
}
.back-return-box-posi[data-v-101e866a] {
  position: absolute;
  top: -0.026042rem;
  right: -0.026042rem;
  outline: none;
  border: none;
  background: red;
  border-radius: 0 0 0 0.208333rem;
  color: white;
  width: 0.208333rem;
  height: 0.208333rem;
  text-align: center;
  cursor: pointer;
}
.res-y-l[data-v-101e866a] {
  width: 100%;
  height: 0.260417rem;
  background: red;
  border-radius: 50% 50% 0 0;
  outline: none;
  border: none;
  background: red;
  position: absolute;
  bottom: 0;
  color: white;
  cursor: pointer;
}
.back-return-box1[data-v-101e866a] {
  width: 3.125rem;
  height: 1.041667rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background: white;
  -webkit-box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
  overflow: hidden;
}
.back-return-box1 p[data-v-101e866a] {
  padding: 0.260417rem;
  font-size: 0.104167rem;
  font-family: "\601D\6E90\9ED1\4F53";
  color: #323053;
}
.back-return-box1-posi[data-v-101e866a] {
  position: absolute;
  top: 0.052083rem;
  right: 0.052083rem;
  outline: none;
  border: none;
  color: #808084;
  width: 0.208333rem;
  height: 0.208333rem;
  text-align: center;
  cursor: pointer;
  background: transparent;
  font-size: 0.145833rem;
  font-weight: 600;
}
.recordStyle[data-v-101e866a] {
  line-height: 0.1875rem;
  font-size: 0.083333rem;
}
.recordStyle i[data-v-101e866a] {
  padding-right: 0.15625rem;
  display: inline-block;
  width: 0.15625rem;
  color: rgba(0, 0, 0, 0.4);
  vertical-align: middle;
}
.recordStyle span[data-v-101e866a] {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 0;
  width: 0.0625rem;
  height: 0.0625rem;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.010417rem solid #00F5B4;
}
.recordStyle .bar[data-v-101e866a] {
  position: absolute;
  top: 0.052083rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.005208rem;
  height: 0.125rem;
  background: #00F5B4;
  display: inline-block;
  padding: 0;
}
.recordStyle[data-v-101e866a]:last-of-type {
  color: #3699ff;
}
.recordStyle:last-of-type .bar[data-v-101e866a] {
  display: none;
}
.classTable[data-v-101e866a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.052083rem;
  white-space: nowrap;
  font-size: 0.072917rem;
}
.classTable span[data-v-101e866a] {
  display: inline-block;
  background: white;
  min-width: 0.208333rem;
  padding: 0 0.052083rem;
  margin-right: 0.052083rem;
}
.allFixed[data-v-101e866a] {
  white-space: nowrap;
}
.allFixed table[data-v-101e866a] {
  border-collapse: separate;
  border-spacing: 0.052083rem;
}
.allFixed table td:nth-of-type(even) .el-input[data-v-101e866a] {
  width: 0.78125rem;
}
.allFixed table td[data-v-101e866a]:nth-of-type(odd) {
  text-align: right;
}
.allFixed h3[data-v-101e866a] {
  font-size: 0.125rem;
}
.allFixed_nav[data-v-101e866a] {
  margin: 0 auto;
  margin-bottom: 0.145833rem;
  text-align: center;
}
.allFixed_nav span[data-v-101e866a] {
  margin: 0 0.052083rem;
  padding: 0 0.041667rem;
  font-size: 0.09375rem;
  color: rgba(51, 48, 84, 0.6);
  padding-bottom: 0.052083rem;
  border-bottom: 0.020833rem solid transparent;
  cursor: pointer;
}
.allFixed_nav .allFixed_nav_bar[data-v-101e866a] {
  color: rgba(51, 48, 84, 1);
  border-bottom: 0.020833rem solid #1AC8B0;
}
.allFixed .allFixed_table[data-v-101e866a] {
  border-collapse: separate;
  border-spacing: 0.052083rem;
  border: 0.005208rem solid #F3F4F6;
  min-height: calc(100% - 0.416667rem);
}
.allFixed .allFixed_table h4[data-v-101e866a] {
  font-weight: 500;
  font-size: 0.09375rem;
  font-family: '\601D\6E90\9ED1\4F53';
}
.container[data-v-e0e94fe0] {
  width: 100%;
  height: 100%;
  background: white;
  padding: 0.104167rem 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-font-smoothing: antialiased;
  font-size: 0.09375rem;
}
.header[data-v-e0e94fe0] {
  height: 0.572917rem;
}
.header__mleft[data-v-e0e94fe0] {
  height: 0.260417rem;
  margin-top: 0.052083rem;
}
.header .search[data-v-e0e94fe0] {
  width: 1.5625rem;
  height: 0.197917rem;
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
  overflow: hidden;
  display: inline-block;
  border: 0.005208rem solid rgba(221,225,229,1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  vertical-align: middle;
}
.header .search input[data-v-e0e94fe0] {
  height: 100%;
  width: 1.223958rem;
  font-size: 0.09375rem;
  padding-left: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header .search button[data-v-e0e94fe0] {
  width: 0.291667rem;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border: none;
  color: white;
  font-weight: 800;
  cursor: pointer;
  position: absolute;
  vertical-align: middle;
  right: 0;
}
.btn[data-v-e0e94fe0] {
  outline: none;
  border: none;
  cursor: pointer;
  padding: 0 0.052083rem;
  line-height: 0.197917rem;
  border-radius: 0.026042rem;
  background: rgba(147, 147, 147, 0.27);
  color: rgba(68, 68, 68, 1);
  background: #f5f7fe;
  border: 0.005208rem solid #def0f8;
  font-size: 0.083333rem;
}
.btn-back-blue[data-v-e0e94fe0] {
  background: -webkit-gradient(linear, left top, left bottom, from(#8dbbfa), to(#5194f3));
  background: linear-gradient(#8dbbfa, #5194f3);
  color: white;
  -webkit-box-shadow: 0 0 0.026042rem 0 #8dbbfa;
          box-shadow: 0 0 0.026042rem 0 #8dbbfa;
  margin-left: 0.052083rem;
}
.btn-back-green[data-v-e0e94fe0] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
}
.table[data-v-e0e94fe0] {
  height: calc(100% - 0.572917rem);
}
.table table tr.even[data-v-e0e94fe0] {
  background: rgba(243, 255, 250, 1);
  border-radius: 0.03125rem;
}
.table table tr td[data-v-e0e94fe0] {
  padding: 0 0.026042rem !important;
  color: #323053;
  background: none;
}
.table table tr.odd[data-v-e0e94fe0] {
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
}
.allFixed p[data-v-e0e94fe0]:last-of-type {
  text-align: center;
}
.allFixed .allFixed-btnred[data-v-e0e94fe0] {
  margin: 0 0.052083rem;
  margin-top: 1em;
  padding: 0.052083rem 0.104167rem;
  outline: none;
  border: none;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  color: white;
  border-radius: 0.520833rem;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.allFixed .allFixed-btnccc[data-v-e0e94fe0] {
  margin: 0 0.052083rem;
  margin-top: 1em;
  padding: 0.052083rem 0.104167rem;
  outline: none;
  border: none;
  background: #fff;
  color: #666;
  border-radius: 0.520833rem;
  border: 0.005208rem solid #f1f1f1;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.allFixed i[data-v-e0e94fe0] {
  font-family: "\601D\6E90\9ED1\4F53";
  font-size: 0.104167rem;
}
.allFixed .posi[data-v-e0e94fe0] {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.208333rem;
  height: 0.208333rem;
  background: #f34f4f;
  cursor: pointer;
  border-radius: 0 0 0 0.520833rem;
  text-align: center;
  line-height: 0.208333rem;
  color: white;
  font-weight: 600;
}
.allFixed input[data-v-e0e94fe0],
.allFixed select[data-v-e0e94fe0] {
  background: #F5F7FA;
  padding-left: 0.078125rem;
  line-height: 0.197917rem;
  width: 80%;
  min-width: 0.677083rem;
  height: 0.197917rem;
  border: none;
  font-size: 0.083333rem;
}
.allFixed div[data-v-e0e94fe0] {
  margin: 0 auto;
}
.allFixed table[data-v-e0e94fe0] {
  width: 100%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0 0.052083rem;
}
.allFixed table tr td[data-v-e0e94fe0]:nth-of-type(odd) {
  text-align: right;
  white-space: nowrap;
}
.allFixed table tr td[data-v-e0e94fe0] {
  white-space: nowrap;
}
.allFixed h3[data-v-e0e94fe0] {
  font-size: 0.104167rem;
  font-weight: 600;
  white-space: nowrap;
}
.allFixed .border—top[data-v-e0e94fe0] {
  position: relative;
  /* padding-bottom: 10px;
  margin-top: 10px; */
  width: 100%;
  border-top: 0.005208rem solid #eeeeee;
  display: block;
}
.allFixed .icon_sp[data-v-e0e94fe0] {
  display: inline-block;
  white-space: nowrap;
  -webkit-transform: scale(1);
          transform: scale(1);
  /* color: rgb(27, 117, 252); */
  font-size: 0.104167rem;
  margin-left: -0.026042rem;
}
[data-v-e0e94fe0]::-webkit-scrollbar {
  width: 0.026042rem;
  height: 0.052083rem;
  background-color: #f5f5f5;
}
.hover > div[data-v-e0e94fe0] {
  position: absolute;
  width: 1.041667rem;
  height: auto;
  background: white;
  right: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  z-index: 10;
  bottom: 0.197917rem;
  text-align: left;
  padding: 0.026042rem;
  white-space: normal;
}
.hover[data-v-e0e94fe0] {
  position: relative;
  cursor: pointer;
  min-height: 0.15625rem;
}
.icon_position[data-v-e0e94fe0] {
  position: relative;
}
.icon_position img[data-v-e0e94fe0] {
  position: absolute;
  left: -0.052083rem;
  top: -0.026042rem;
}
.input_model[data-v-e0e94fe0] {
  background-color: #F5F7FA;
  border-color: #E4E7ED;
  font-size: 0.083333rem;
  /* border: 1px solid #DCDFE6; */
  line-height: 0.208333rem;
  text-indent: 0.078125rem;
  border-radius: 0.020833rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0.8;
  padding-right: 0.052083rem;
}
.footer[data-v-e0e94fe0] {
  border: 0.005208rem solid #ccc;
  text-align: center;
  border-radius: 0.026042rem;
  width: 90%;
  line-height: 0.3125rem;
  margin: 0.052083rem auto;
  margin-bottom: 0.15625rem;
}
.allFixed_top[data-v-e0e94fe0] {
  text-align: center;
  color: #ccc;
}
.allFixed_top span[data-v-e0e94fe0] {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.allFixed_active[data-v-e0e94fe0] {
  color: #323053;
  border-bottom: #02cb8e 0.010417rem solid;
}
.allFixed_nav[data-v-e0e94fe0] {
  margin: 0 auto;
  margin-bottom: 0.145833rem;
  text-align: center;
}
.allFixed_nav span[data-v-e0e94fe0] {
  margin: 0 0.052083rem;
  padding: 0 0.041667rem;
  font-size: 0.09375rem;
  color: rgba(51, 48, 84, 0.6);
  padding-bottom: 0.052083rem;
  border-bottom: 0.020833rem solid transparent;
  cursor: pointer;
}
.allFixed_nav .allFixed_nav_bar[data-v-e0e94fe0] {
  color: rgba(51, 48, 84, 1);
  border-bottom: 0.020833rem solid #1AC8B0;
}
.allFixed .allFixed_table[data-v-e0e94fe0] {
  border-collapse: separate;
  border-spacing: 0.052083rem;
  border: 0.005208rem solid #F3F4F6;
  min-height: calc(100% - 0.416667rem);
}
.allFixed .allFixed_table h4[data-v-e0e94fe0] {
  font-weight: 500;
  font-size: 0.09375rem;
  font-family: '\601D\6E90\9ED1\4F53';
}
.recordStyle[data-v-e0e94fe0] {
  line-height: 0.1875rem;
  font-size: 0.083333rem;
}
.allFixed .recordStyle[data-v-e0e94fe0]:last-of-type {
  text-align: left;
}
.recordStyle i[data-v-e0e94fe0] {
  padding-right: 0.15625rem;
  display: inline-block;
  width: 0.15625rem;
  color: rgba(0, 0, 0, 0.4);
  vertical-align: middle;
}
.recordStyle span[data-v-e0e94fe0] {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 0;
  width: 0.0625rem;
  height: 0.0625rem;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.010417rem solid #00F5B4;
}
.recordStyle .bar[data-v-e0e94fe0] {
  position: absolute;
  top: 0.052083rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.005208rem;
  height: 0.125rem;
  background: #00F5B4;
  display: inline-block;
  padding: 0;
}
.recordStyle[data-v-e0e94fe0]:last-of-type {
  color: #3699ff;
}
.recordStyle:last-of-type .bar[data-v-e0e94fe0] {
  display: none;
}
.ul_table[data-v-e0e94fe0] {
  padding: 0.078125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.005208rem solid #eee;
}
.ul_tr[data-v-e0e94fe0]:first-child {
  border-bottom: 0.005208rem solid #eee;
}
.ul_tr[data-v-e0e94fe0],
.ul_tr label[data-v-e0e94fe0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0.026042rem 0;
}
.ul_tr li[data-v-e0e94fe0] {
  line-height: 150%;
  width: 12.5%;
  text-align: center;
}
.ul_tr li[data-v-e0e94fe0]:last-child {
  min-width: 18%;
}
.ul_tr li[data-v-e0e94fe0]:first-child {
  min-width: 18%;
}
.container[data-v-23820317] {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.104167rem 0.15625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.09375rem;
}
.bor[data-v-23820317] {
  -webkit-box-shadow: 0 0.026042rem 0.020833rem 0 rgba(186, 189, 201, 0.1);
          box-shadow: 0 0.026042rem 0.020833rem 0 rgba(186, 189, 201, 0.1);
  background: white;
  margin: 0.104167rem 0;
  margin-right: 0.104167rem;
  border-radius: 0.078125rem;
  z-index: 10;
  padding-bottom: 0.052083rem;
}
.container > div > p[data-v-23820317] {
  font-size: 0.125rem;
}
.container > div[data-v-23820317]:first-child {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.container > div[data-v-23820317]:last-child {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.container > div[data-v-23820317]:nth-of-type(2) {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
.container > div:first-child .bor[data-v-23820317] {
  min-height: 2.604167rem;
}
.container > div:nth-of-type(2) .bor[data-v-23820317] {
  min-height: 90%;
}
.container > div:last-child .bor[data-v-23820317] {
  margin-right: 0;
  min-height: 90%;
}
.container > div:first-child .bor p[data-v-23820317] {
  -webkit-box-shadow: 0 0.026042rem 0.020833rem 0 rgba(186, 189, 201, 0.16);
          box-shadow: 0 0.026042rem 0.020833rem 0 rgba(186, 189, 201, 0.16);
  text-align: center;
  height: 0.302083rem;
}
.container > div:first-child .bor p span[data-v-23820317] {
  margin: 0.260417rem;
  line-height: 0.302083rem;
  font-size: 0.104167rem;
}
.p[data-v-23820317] {
  -webkit-box-shadow: 0 0.026042rem 0.020833rem 0 rgba(186, 189, 201, 0.16);
          box-shadow: 0 0.026042rem 0.020833rem 0 rgba(186, 189, 201, 0.16);
  height: 0.302083rem;
  line-height: 0.302083rem;
  padding: 0 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.borday[data-v-23820317] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0.78125rem;
}
.borday .time[data-v-23820317],
.borday .content[data-v-23820317],
.borday .complet[data-v-23820317] {
  margin: 0.104167rem 0;
  border-radius: 0.052083rem;
  padding: 0.026042rem;
  margin-left: 0.104167rem;
}
.borday .time > div[data-v-23820317] {
  line-height: 200%;
}
.borday .time[data-v-23820317] {
  background: rgba(238, 242, 251, 0.6);
  border: 0.005208rem solid rgba(236, 239, 249, 0.6);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.borday .timeactive[data-v-23820317] {
  background: rgba(48, 198, 169, 1);
  opacity: 0.76;
  color: white;
}
.borday .content[data-v-23820317] {
  background: rgba(245, 247, 252, 1);
  position: relative;
  padding: 1%;
}
.borday .contentactive[data-v-23820317] {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(48, 198, 169, 1)),
    to(rgba(74, 235, 204, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(48, 198, 169, 1) 0%,
    rgba(74, 235, 204, 1) 100%
  );
  color: white;
}
.dw[data-v-23820317] {
  margin: 0 0.052083rem;
  position: relative;
  width: 0.520833rem;
  height: 0.197917rem;
  margin-right: 0.104167rem;
  line-height: 0.197917rem;
  border-radius: 0.026042rem;
  border: 0.005208rem solid #eee;
  cursor: pointer;
  vertical-align: middle;
  margin-top: 0.260417rem;
  padding-left: 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.el-icon-arrow-down[data-v-23820317] {
  width: 0.15625rem;
  height: 0.197917rem;
  background: #02cb8e;
  color: white;
  padding: 0;
  line-height: 0.197917rem;
  float: right;
  text-align: center;
}
.complet_dw_com[data-v-23820317] {
  height: 0.78125rem;
  overflow-y: auto;
  width: 100%;
  position: absolute;
  left: 0;
  background: white;
  z-index: 10;
}
.complet_dw_com div[data-v-23820317] {
  border: 0.005208rem solid #eee;
  display: block;
  padding-left: 0.052083rem;
}
.p span[data-v-23820317] {
  padding: 0 0.104167rem;
}
.p span[data-v-23820317]:first-child,
.p span[data-v-23820317]:last-child,
.borday span[data-v-23820317]:first-child,
.borday span[data-v-23820317]:last-child {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.p span[data-v-23820317]:last-child,
.borday span[data-v-23820317]:last-child {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.p span[data-v-23820317]:nth-of-type(2),
.borday span[data-v-23820317]:nth-of-type(2) {
  -webkit-box-flex: 6;
      -ms-flex: 6;
          flex: 6;
}
.button[data-v-23820317] {
  border: none;
  outline: none;
  color: white;
  background: -webkit-gradient(linear, left top, left bottom, from(#a8ccfc), to(#78b0fd));
  background: linear-gradient(#a8ccfc, #78b0fd);
  padding: 0.026042rem 0.052083rem;
  border-radius: 0.078125rem;
  cursor: pointer;
  margin-right: 0.104167rem;
}
#calendar[data-v-23820317] {
  width: 100%;
}
.month ul[data-v-23820317] {
  -webkit-box-shadow: 0 0.026042rem 0.020833rem 0 rgba(186, 189, 201, 0.16);
          box-shadow: 0 0.026042rem 0.020833rem 0 rgba(186, 189, 201, 0.16);
  height: 0.302083rem;
  line-height: 0.302083rem;
  padding: 0 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.month ul[data-v-23820317],
.weekdays[data-v-23820317] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.month ul li[data-v-23820317],
.weekdays li[data-v-23820317] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  height: 0.302083rem;
  line-height: 0.302083rem;
}
.weekdays li[data-v-23820317] {
  margin-top: 0.052083rem;
}
.days li[data-v-23820317] {
  width: 14.2%;
  float: left;
  text-align: center;
  height: 0.302083rem;
  line-height: 0.302083rem;
  font-size: 0.083333rem;
}
.other-month[data-v-23820317] {
  color: rgba(215, 215, 215, 1);
}
.active[data-v-23820317] {
  color: white;
  background: -webkit-gradient(linear, left top, left bottom, from(#67eaab), to(#36c5cc));
  background: linear-gradient(#67eaab, #36c5cc);
  -webkit-box-shadow: 0 0.026042rem 0.020833rem 0 RGBA(205, 253, 232, 1);
          box-shadow: 0 0.026042rem 0.020833rem 0 RGBA(205, 253, 232, 1);
  border-radius: 50%;
  width: 0.260417rem;
  height: 0.260417rem;
  display: inline-block;
}
.borday .time .bfff[data-v-23820317] {
  background: white;
  width: 60%;
  margin-top: 0.052083rem;
  margin-left: 0.052083rem;
}
.el-icon-minus[data-v-23820317] {
  font-size: 0.104167rem;
  vertical-align: middle;
  color: black;
}
.btn_yr[data-v-23820317] {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    color-stop(51%, rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 51%,
    rgba(66, 230, 149, 1) 100%
  );
  opacity: 0.8;
  border-radius: 0 0.052083rem 0 0.104167rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 0.208333rem;
  height: 0.15625rem;
  color: white;
  text-align: center;
  line-height: 0.15625rem;
  font-size: 0.104167rem;
}
.btn_yr_active[data-v-23820317] {
  background: rgba(255, 255, 255, 1);
  color: rgba(66, 230, 149, 1);
}
.posi[data-v-23820317] {
  position: relative;
}
.posixi[data-v-23820317] {
  position: absolute;
  left: 0.052083rem;
  top: -0.052083rem;
}
.green[data-v-23820317] {
  z-index: 10;
}
.red[data-v-23820317] {
  z-index: 1000;
}
.yellow[data-v-23820317] {
  z-index: 100;
}
.daycontent[data-v-23820317] {
  height: auto;
  background: RGBA(238, 242, 251, 0.8);
  -webkit-box-shadow: 0 0.026042rem 0.020833rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.026042rem 0.020833rem 0 rgba(0, 0, 0, 0.1);
  margin-right: 0.104167rem;
  margin-top: -0.104167rem;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1.041667rem;
  z-index: -1;
}
.timeinput > div[data-v-23820317] {
  width: 100%;
  margin-top: 0.078125rem;
}
.content textarea[data-v-23820317] {
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  background: transparent;
}
.time > div[data-v-23820317] {
  font-size: 0.104167rem;
  line-height: 200%;
  font-weight: 600;
  padding: 0.026042rem;
}
.darft[data-v-23820317] {
  height: 0.572917rem;
  background: rgba(245, 247, 252, 1);
  margin: 0.104167rem;
  border-radius: 0.052083rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.darft span[data-v-23820317]:first-child {
  -webkit-box-flex: 19;
      -ms-flex: 19;
          flex: 19;
  padding: 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.darft span[data-v-23820317]:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  background: rgba(0, 0, 0, 0.06);
  font-size: 0.145833rem;
  line-height: 0.572917rem;
  color: rgba(100, 161, 245, 0.74);
}
.darft .el-icon-arrow-down[data-v-23820317] {
  background: rgba(0, 0, 0, 0.06);
  font-size: 0.145833rem;
  line-height: 0.572917rem;
  color: rgba(100, 161, 245, 0.74);
  font-weight: 600;
}
.darftxi[data-v-23820317] {
  background: rgba(245, 247, 252, 1);
  margin: 0.104167rem;
  border-radius: 0.052083rem;
  padding: 0.052083rem;
}
.darftxi span[data-v-23820317] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
}
.darftxi span button[data-v-23820317] {
  outline: none;
  border: none;
  cursor: pointer;
  background: white;
  border-radius: 0.026042rem;
  padding: 0.015625rem 0.026042rem;
}
.btn[data-v-23820317] {
  outline: none;
  border: none;
  cursor: pointer;
  border-radius: 0.026042rem;
  padding: 0.015625rem 0.026042rem;
  margin: 0.052083rem 0;
}
.fiexs[data-v-23820317] {
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.06);
  width: 100%;
  height: 100%;
  text-align: center;
}
.fiexs > div[data-v-23820317] {
  background: white;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  position: absolute;
  padding: 0.15625rem;
}
.fiexs > div p[data-v-23820317] {
  margin-bottom: 0.104167rem;
}
.completss[data-v-23820317] {
  margin-top: 0.104167rem;
}
.redbbg[data-v-23820317] {
  background: red;
  color: white;
}
.cccbbg[data-v-23820317] {
  background: #fff;
  color: #666;
  border: 0.005208rem solid #ebe9ea;
}
.posinum[data-v-23820317] {
  position: absolute;
  right: 0.052083rem;
  top: -0.052083rem;
  background: red;
  width: 0.104167rem;
  height: 0.104167rem;
  color: white;
  line-height: 0.104167rem;
  border-radius: 50%;
}
.borday_add .time[data-v-23820317] {
  padding: 0;
}
button[data-v-23820317] {
  font-size: 0.083333rem;
}
.container[data-v-e9eac914] {
  width: 100%;
  min-height: 100%;
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  font-size: 0.09375rem;
}
.header[data-v-e9eac914] {
  width: 100%;
  line-height: 0.208333rem;
  text-align: center;
  position: relative;
}
.header .cen[data-v-e9eac914] {
  width: 1.15625rem;
  height: 0.208333rem;
  width: 1.5625rem;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  line-height: 0.208333rem;
  font-family: "\601D\6E90\9ED1\4F53";
  font-weight: 500;
  color: rgba(50, 48, 83, 1);
  font-size: 0.114583rem;
}

/* .header .cen{flex: 1;}
.header .cen>.active{} */
.qs[data-v-e9eac914],
.js[data-v-e9eac914] {
  width: 0.697917rem;
  height: 0.208333rem;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
  opacity: 1;
  border-radius: 0.104167rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(50, 48, 83, 0.6);
  cursor: pointer;
  position: relative;
}
.header > .fl > div[data-v-e9eac914] {
  display: inline-block;
}
.cjk[data-v-e9eac914] {
  width: 100%;
  position: absolute;
  z-index: 2;
  display: none;
  left: 0;
  top: 0;
  min-height: 100%;
  background: #eff1f7;
  background: white;
  -webkit-box-shadow: 0 0.010417rem 0.083333rem 0 rgba(236, 236, 243, 1);
          box-shadow: 0 0.010417rem 0.083333rem 0 rgba(236, 236, 243, 1);
}
.cjk h3[data-v-e9eac914] {
  line-height: 0.375rem;
  font-size: 0.1875rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: rgba(48, 48, 48, 1);
  text-align: center;
}
.cjk .box[data-v-e9eac914] {
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
  width: 100%;
  min-height: 100%;
  padding: 0.104167rem 0.520833rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cjk .box table[data-v-e9eac914] {
  width: 100%;
  text-align: left;
  border-collapse: separate;
  border-spacing: 0.052083rem 0.104167rem;
}
.cjk .box table input[data-v-e9eac914],
.cjk .box table select[data-v-e9eac914],
.bjy[data-v-e9eac914] {
  background: rgba(245, 247, 254, 1);
  border: 0.005208rem solid rgba(244, 246, 252, 1);
  border-radius: 0.010417rem;
  width: 80%;
  height: 0.197917rem;
}
.bjy[data-v-e9eac914] {
  background: rgba(245, 247, 254, 1);
  border: 0.005208rem solid rgba(244, 246, 252, 1);
  border-radius: 0.010417rem;
  display: block;
  outline: none;
  line-height: 0.197917rem;
  height: 0.197917rem;
  min-width: 1.302083rem;
}
.cjk .box table tr td[data-v-e9eac914]:nth-of-type(odd) {
  white-space: nowrap;
  vertical-align: text-top;
  text-align: right;
  line-height: 0.197917rem;
}
.cjk .box table textarea[data-v-e9eac914] {
  width: 90%;
  vertical-align: text-top;
  background: rgba(245, 247, 254, 1);
  border: 0.005208rem solid rgba(244, 246, 252, 1);
  border-radius: 0.010417rem;
  padding: 0.026042rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cjk .box .btn[data-v-e9eac914] {
  width: 0.5625rem;
  height: 0.208333rem;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  outline: none;
  border: none;
  margin: 0.052083rem;
  -webkit-box-shadow: 0 0.010417rem 0.109375rem 0 rgba(40, 206, 131, 0.47);
          box-shadow: 0 0.010417rem 0.109375rem 0 rgba(40, 206, 131, 0.47);
  border-radius: 0.104167rem;
  color: white;
  margin-top: 0.104167rem;
}
.cjk .box .ccc[data-v-e9eac914] {
  width: 0.5625rem;
  height: 0.208333rem;
  background: rgba(236, 236, 243, 1);
  border: none;
  border-radius: 0.104167rem;
  color: white;
  margin-top: 0.104167rem;
  margin: 0.052083rem;
  outline: none;
}
.add[data-v-e9eac914] {
  width: 0.59375rem;
  height: 0.208333rem;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
  opacity: 0.8;
  border-radius: 0.104167rem;
  font-size: 0.083333rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(62, 203, 197, 1);
}
.main[data-v-e9eac914] {
  margin: 0 0.15625rem;
}
.bar[data-v-e9eac914] {
  background: rgba(243, 255, 250, 1);
  -webkit-box-shadow: 0 0 0.046875rem 0 rgba(173, 188, 182, 0.1);
          box-shadow: 0 0 0.046875rem 0 rgba(173, 188, 182, 0.1);
  border-radius: 0.03125rem;
  width: 100%;
  margin-top: 0.15625rem;
  text-align: left;
  font-size: 0.072917rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(14, 84, 73, 1);
  padding: 0.052083rem 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section[data-v-e9eac914] {
  padding-left: 0.15625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin-top: 0.104167rem;
  width: 100%;
}
.section .dian[data-v-e9eac914] {
  position: absolute;
  left: 0;
}
.section .dian i[data-v-e9eac914] {
  display: inline-block;
  width: 0.052083rem;
  height: 0.052083rem;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border-radius: 50%;
}
.section .section_l[data-v-e9eac914] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.083333rem 0 rgba(236, 236, 243, 1);
          box-shadow: 0 0.010417rem 0.083333rem 0 rgba(236, 236, 243, 1);
  border-radius: 0.03125rem;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.section .section_l > div[data-v-e9eac914] {
  -webkit-box-flex: 10;
      -ms-flex: 10;
          flex: 10;
  line-height: 0.125rem;
}
.section .section_l > div[data-v-e9eac914]:last-child {
  width: 0.260417rem;
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  background: rgba(243, 255, 250, 1);
  text-align: center;
  line-height: 0.625rem;
  cursor: pointer;
  -webkit-box-shadow: 0 0 0.046875rem 0 rgba(173, 188, 182, 0.1);
          box-shadow: 0 0 0.046875rem 0 rgba(173, 188, 182, 0.1);
  border-radius: 0 0.03125rem 0.03125rem 0;
}
.first[data-v-e9eac914] {
  width: 0.15625rem;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}
.btn_1[data-v-e9eac914] {
  width: 0.385417rem;
  height: 0.145833rem;
  border: 0.005208rem solid rgba(230, 0, 18, 1);
  opacity: 0.8;
  border-radius: 0.072917rem;
  margin-top: 0.052083rem;
  display: inline-block;
  line-height: 0.145833rem;
  color: rgba(230, 0, 18, 1);
  font-size: 0.072917rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(235, 51, 65, 1);
}
.btn_2[data-v-e9eac914] {
  width: 0.385417rem;
  height: 0.145833rem;
  background: rgba(230, 0, 18, 1);
  opacity: 0.8;
  border-radius: 0.072917rem;
  margin-top: 0.052083rem;
  display: inline-block;
  line-height: 0.145833rem;
  color: rgba(230, 0, 18, 1);
  font-size: 0.072917rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
}
.show[data-v-e9eac914] {
  display: none;
  background: rgba(250, 251, 255, 1);
  width: 100%;
  border-radius: 0.03125rem;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.03125rem;
}
.hover[data-v-e9eac914] {
  position: absolute;
  top: 0.3125rem;
  width: 100%;
  background: white;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  height: 1.041667rem;
  overflow: auto;
  z-index: 66666666;
}
.hover p[data-v-e9eac914] {
  border-bottom: 0.005208rem solid rgba(221, 222, 232, 1);
}
.uls[data-v-e9eac914] {
  width: 100%;
  line-height: 0.270833rem;
  margin-top: 0.104167rem;
  height: auto;
}
.uls .ul_1[data-v-e9eac914] {
  border-bottom: #bebdcf 0.005208rem solid;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0.104167rem;
  box-sizing: border-box;
  font-size: 0.072917rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 0.09375rem;
  color: rgba(127, 127, 140, 1);
  min-height: 0.302083rem;
  position: relative;
}
.uls .ul[data-v-e9eac914] {
  background: -webkit-gradient(linear, left top, left bottom, from(#00b4bf), to(#2fd7a0));
  background: linear-gradient(180deg, #00b4bf 0%, #2fd7a0 100%);
  border: none;
  margin: 0;
  font-weight: 500;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0.104167rem;
  border-radius: 0.03125rem;
  color: white;
}

/* .uls .ul li,.uls .ul_1 li{display: inline-block;width:12%;} */
.uls ul[data-v-e9eac914] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.uls ul li[data-v-e9eac914] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  white-space: nowrap;
}
.btnqun button[data-v-e9eac914] {
  margin-right: 0.104167rem;
  background: rgba(251, 195, 61, 1);
  outline: none;
  border: none;
  color: white;
  padding: 0.026042rem 0.104167rem;
  border-radius: 0.010417rem 0.010417rem 0.010417rem 0.010417rem;
}
.posis .div[data-v-e9eac914] {
  width: 100%;
  top: 0.302083rem;
  background: rgba(244, 245, 250, 1);
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
  border-radius: 0.03125rem;
  padding: 0.078125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ul_2[data-v-e9eac914] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: #bebdcf 0.005208rem solid;
}
.ul_2 li[data-v-e9eac914] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.or[data-v-e9eac914] {
  color: #fbc33d;
}

/* .posis{position: relative;} */
.header_1[data-v-e9eac914] {
  margin: 0 0.15625rem;
  margin-top: 0.15625rem;
}
.posi[data-v-e9eac914] {
  position: absolute;
  top: 0;
  right: 0;
  outline: none;
  border: none;
  background: red;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  width: 0.260417rem;
  height: 0.260417rem;
}
.week h3[data-v-e9eac914] {
  text-align: center;
  padding: 0.104167rem;
}
.week table[data-v-e9eac914] {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0.052083rem 0.104167rem;
}
.week table td[data-v-e9eac914]:nth-of-type(odd) {
  vertical-align: text-top;
  text-align: right;
  line-height: 0.197917rem;
}
.week input[data-v-e9eac914] {
  line-height: 0.197917rem;
}
.week textarea[data-v-e9eac914] {
  width: 90%;
  min-height: 1.041667rem;
}
.deletebar[data-v-e9eac914] {
  background: white;
  position: absolute;
  width: 2.083333rem;
  line-height: 0.197917rem;
  left: 50%;
  top: 20%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0.260417rem;
  text-align: center;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
}
.deletebar button[data-v-e9eac914] {
  background: red;
  outline: none;
  border: none;
  color: white;
  padding: 0.026042rem 0.052083rem;
  border-radius: 0.520833rem;
  cursor: pointer;
}
.deletebar .posi[data-v-e9eac914] {
  border-radius: 0 0 0 0.520833rem;
  width: 0.208333rem;
  height: 0.208333rem;
}
.week .posi[data-v-e9eac914] {
  border-radius: 0 0 0 0.520833rem;
  width: 0.208333rem;
  height: 0.208333rem;
}
button[data-v-e9eac914] {
  cursor: pointer;
}
.hovers > div[data-v-e9eac914] {
  position: absolute;
  width: 1.041667rem;
  height: auto;
  background: white;
  right: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  z-index: 10;
  bottom: 0.197917rem;
  text-align: left;
  padding: 0.026042rem;
}
.hovers[data-v-e9eac914] {
  position: relative;
  cursor: pointer;
}
.container[data-v-3e327e88] {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  font-size: 0.09375rem;
}
.header[data-v-3e327e88] {
  width: 100%;
  line-height: 0.208333rem;
  text-align: center;
  position: relative;
  height: 0.520833rem;
}
.header .cen[data-v-3e327e88] {
  height: 0.208333rem;
  position: absolute;
  left: 50%;
  line-height: 0.208333rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  background: white;
  border-radius: 0.78125rem;
  top: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  font-size: 0.083333rem;
}
.header .cen > div[data-v-3e327e88] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
  padding: 0 0.083333rem;
}
.header .cen > .active[data-v-3e327e88] {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border-radius: 0.78125rem;
  color: white;
}
.qs[data-v-3e327e88],
.js[data-v-3e327e88] {
  width: 0.697917rem;
  height: 0.208333rem;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
  opacity: 1;
  border-radius: 0.104167rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(50, 48, 83, 0.6);
  cursor: pointer;
  position: relative;
}
.header > .fl > div[data-v-3e327e88] {
  display: inline-block;
}
.bjy[data-v-3e327e88] {
  background: rgba(245, 247, 254, 1);
  border: 0.005208rem solid rgba(244, 246, 252, 1);
  border-radius: 0.010417rem;
  display: block;
  outline: none;
  line-height: 0.197917rem;
  height: 0.197917rem;
  min-width: 1.302083rem;
}
.add[data-v-3e327e88] {
  width: 0.59375rem;
  height: 0.208333rem;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
  opacity: 0.8;
  border-radius: 0.104167rem;
  font-size: 0.083333rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(62, 203, 197, 1);
}
.main[data-v-3e327e88] {
  margin: 0 0.15625rem;
  height: 88%;
}
.bar[data-v-3e327e88] {
  background: rgba(243, 255, 250, 1);
  -webkit-box-shadow: 0 0 0.046875rem 0 rgba(173, 188, 182, 0.1);
          box-shadow: 0 0 0.046875rem 0 rgba(173, 188, 182, 0.1);
  border-radius: 0.03125rem;
  width: 100%;
  margin-top: 0.15625rem;
  text-align: left;
  font-size: 0.072917rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(14, 84, 73, 1);
  padding: 0.052083rem 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section[data-v-3e327e88] {
  padding-left: 0.15625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin-top: 0.104167rem;
  width: 100%;
}
.section .dian[data-v-3e327e88] {
  position: absolute;
  left: 0;
}
.section .dian i[data-v-3e327e88] {
  display: inline-block;
  width: 0.052083rem;
  height: 0.052083rem;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border-radius: 50%;
}
.section .section_l[data-v-3e327e88] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.083333rem 0 rgba(236, 236, 243, 1);
          box-shadow: 0 0.010417rem 0.083333rem 0 rgba(236, 236, 243, 1);
  border-radius: 0.03125rem;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.section .section_l > div[data-v-3e327e88] {
  -webkit-box-flex: 10;
      -ms-flex: 10;
          flex: 10;
  line-height: 0.125rem;
}
.section .section_l > div[data-v-3e327e88]:last-child {
  width: 0.260417rem;
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  background: rgba(243, 255, 250, 1);
  text-align: center;
  line-height: 0.625rem;
  cursor: pointer;
  -webkit-box-shadow: 0 0 0.046875rem 0 rgba(173, 188, 182, 0.1);
          box-shadow: 0 0 0.046875rem 0 rgba(173, 188, 182, 0.1);
  border-radius: 0 0.03125rem 0.03125rem 0;
}
.first[data-v-3e327e88] {
  width: 0.15625rem;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}
.btn_1[data-v-3e327e88] {
  width: 0.385417rem;
  height: 0.145833rem;
  border: 0.005208rem solid rgba(230, 0, 18, 1);
  opacity: 0.8;
  border-radius: 0.072917rem;
  margin-top: 0.052083rem;
  display: inline-block;
  line-height: 0.145833rem;
  color: rgba(230, 0, 18, 1);
  font-size: 0.072917rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(235, 51, 65, 1);
}
.btn_2[data-v-3e327e88] {
  width: 0.385417rem;
  height: 0.145833rem;
  background: rgba(230, 0, 18, 1);
  opacity: 0.8;
  border-radius: 0.072917rem;
  margin-top: 0.052083rem;
  display: inline-block;
  line-height: 0.145833rem;
  color: rgba(230, 0, 18, 1);
  font-size: 0.072917rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
}
.show[data-v-3e327e88] {
  display: none;
  background: rgba(250, 251, 255, 1);
  width: 100%;
  border-radius: 0.03125rem;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.03125rem;
}
.hover[data-v-3e327e88] {
  position: absolute;
  top: 0.3125rem;
  width: 100%;
  background: white;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  height: 1.041667rem;
  overflow: auto;
  z-index: 66666666;
}
.hover p[data-v-3e327e88] {
  border-bottom: 0.005208rem solid rgba(221, 222, 232, 1);
}
.uls[data-v-3e327e88] {
  width: 100%;
  line-height: 0.270833rem;
  margin-top: 0.104167rem;
  height: auto;
}
.uls .ul_1[data-v-3e327e88] {
  border-bottom: #bebdcf 0.005208rem solid;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0.104167rem;
  box-sizing: border-box;
  font-size: 0.072917rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 0.09375rem;
  color: rgba(127, 127, 140, 1);
  min-height: 0.302083rem;
  position: relative;
}
.uls .ul_1[data-v-3e327e88],
.uls .ul[data-v-3e327e88] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.uls .ul[data-v-3e327e88] {
  background: -webkit-gradient(linear, left top, left bottom, from(#00b4bf), to(#2fd7a0));
  background: linear-gradient(180deg, #00b4bf 0%, #2fd7a0 100%);
  border: none;
  margin: 0;
  font-weight: 500;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0.104167rem;
  border-radius: 0.03125rem;
  color: white;
}
.uls .ul li[data-v-3e327e88],
.uls .ul_1 li[data-v-3e327e88] {
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  white-space: nowrap;
}
.btnqun button[data-v-3e327e88] {
  margin-right: 0.104167rem;
  background: rgba(251, 195, 61, 1);
  outline: none;
  border: none;
  color: white;
  padding: 0.026042rem 0.104167rem;
  border-radius: 0.010417rem 0.010417rem 0.010417rem 0.010417rem;
}
.posis .div[data-v-3e327e88] {
  width: 100%;
  top: 0.302083rem;
  background: rgba(244, 245, 250, 1);
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
  border-radius: 0.03125rem;
  padding: 0.078125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ul_2[data-v-3e327e88] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: #bebdcf 0.005208rem solid;
}
.ul_2 li[data-v-3e327e88] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.or[data-v-3e327e88] {
  color: #fbc33d;
}
.header_1[data-v-3e327e88] {
  margin: 0 0.15625rem;
  margin-top: 0.15625rem;
}
.posi[data-v-3e327e88] {
  position: absolute;
  top: 0;
  right: 0;
  outline: none;
  border: none;
  background: red;
  border-radius: 0 0 0 0.520833rem;
  color: white;
  cursor: pointer;
  width: 0.260417rem;
  height: 0.260417rem;
}
.week h3[data-v-3e327e88] {
  text-align: center;
  padding: 0.104167rem;
}
.week table[data-v-3e327e88] {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0.052083rem 0.104167rem;
}
.week table td[data-v-3e327e88]:nth-of-type(odd) {
  vertical-align: text-top;
  text-align: right;
  line-height: 0.197917rem;
}
.week input[data-v-3e327e88] {
  line-height: 0.197917rem;
}
.week textarea[data-v-3e327e88] {
  width: 90%;
  min-height: 1.041667rem;
}

/* .deletebar{position: absolute;width:400px;line-height: 38px;left: 50%;top: 20%;transform: translateX(-50%);padding: 50px;text-align: center;box-shadow:0px 2px 6px 0px rgba(182,182,195,0.43);}
.deletebar button{background: red;outline: none;border: none;color: white;padding:5px 10px;border-radius: 100px;cursor: pointer;}
.deletebar .posi{border-radius:0 0 0 100px; width: 40px;height: 40px;} */
.week .posi[data-v-3e327e88] {
  border-radius: 0 0 0 0.520833rem;
  width: 0.208333rem;
  height: 0.208333rem;
}
.contern[data-v-3e327e88] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.contern > div[data-v-3e327e88]:first-child {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
}
.contern > div[data-v-3e327e88]:last-child {
  -webkit-box-flex: 6;
      -ms-flex: 6;
          flex: 6;
}
.contern > div > p[data-v-3e327e88] {
  font-size: 0.125rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(50, 48, 83, 1);
}
.contern .contern_work[data-v-3e327e88] {
  height: 100%;
}
.contern .contern_work .bor[data-v-3e327e88] {
  height: 95%;
}
.bor[data-v-3e327e88] {
  -webkit-box-shadow: 0 0 0.020833rem 0 rgba(186, 189, 201, 0.6);
          box-shadow: 0 0 0.020833rem 0 rgba(186, 189, 201, 0.6);
  background: white;
  margin: 0.104167rem 0;
  margin-right: 0.104167rem;
  border-radius: 0.078125rem;
  z-index: 10;
  padding-bottom: 0.052083rem;
  position: relative;
  min-height: 2.083333rem;
}
.bor .month ul[data-v-3e327e88] {
  -webkit-box-shadow: 0 0.026042rem 0.020833rem 0 rgba(186, 189, 201, 0.16);
          box-shadow: 0 0.026042rem 0.020833rem 0 rgba(186, 189, 201, 0.16);
  height: 0.302083rem;
  line-height: 0.302083rem;
  padding: 0 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bor .month ul[data-v-3e327e88],
.weekdays[data-v-3e327e88] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.bor .month ul li[data-v-3e327e88],
.weekdays li[data-v-3e327e88] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  height: 0.302083rem;
  line-height: 0.302083rem;
}
.bor .weekdays li[data-v-3e327e88] {
  margin-top: 0.052083rem;
}
.bor .days li[data-v-3e327e88] {
  width: 14.2%;
  float: left;
  text-align: center;
  height: 0.302083rem;
  line-height: 0.302083rem;
  position: relative;
  font-size: 0.083333rem;
}
.bor .other-month[data-v-3e327e88] {
  color: rgba(215, 215, 215, 1);
}
.bor .active[data-v-3e327e88] {
  color: white;
  background: -webkit-gradient(linear, left top, left bottom, from(#67eaab), to(#36c5cc));
  background: linear-gradient(#67eaab, #36c5cc);
  -webkit-box-shadow: 0 0.026042rem 0.020833rem 0 RGBA(205, 253, 232, 1);
          box-shadow: 0 0.026042rem 0.020833rem 0 RGBA(205, 253, 232, 1);
  border-radius: 50%;
  width: 0.260417rem;
  height: 0.260417rem;
  display: inline-block;
}
.bor .posi[data-v-3e327e88] {
  position: relative;
}
.bor .posixi[data-v-3e327e88] {
  position: absolute;
  left: 0.052083rem;
  top: -0.052083rem;
}
.bor .green[data-v-3e327e88] {
  z-index: 10;
}
.bor .red[data-v-3e327e88] {
  z-index: 1000;
}
.bor .yellow[data-v-3e327e88] {
  z-index: 100;
}
.bor .posinum[data-v-3e327e88] {
  position: absolute;
  right: 0.052083rem;
  top: -0.052083rem;
  background: red;
  width: 0.104167rem;
  height: 0.104167rem;
  color: white;
  line-height: 0.104167rem;
  border-radius: 50%;
}
.daycontent[data-v-3e327e88] {
  height: auto;
  background: RGBA(238, 242, 251, 0.8);
  -webkit-box-shadow: 0 0.026042rem 0.020833rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.026042rem 0.020833rem 0 rgba(0, 0, 0, 0.1);
  margin-right: 0.104167rem;
  margin-top: -0.104167rem;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1.041667rem;
  z-index: -1;
}
.borday[data-v-3e327e88] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0.78125rem;
}
.borday .content[data-v-3e327e88],
.borday .complet[data-v-3e327e88] {
  margin: 0.104167rem 0;
  border-radius: 0.052083rem;
  padding: 0.026042rem;
  margin-left: 0.104167rem;
  position: relative;
}
.borday .content[data-v-3e327e88],
.p span[data-v-3e327e88]:first-child {
  -webkit-box-flex: 8;
      -ms-flex: 8;
          flex: 8;
}
.borday .complet[data-v-3e327e88],
.p span[data-v-3e327e88]:last-child {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.borday .content[data-v-3e327e88] {
  background: rgba(245, 247, 252, 1);
  position: relative;
  padding: 1%;
}
.borday .contentactive[data-v-3e327e88] {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(48, 198, 169, 1)),
    to(rgba(74, 235, 204, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(48, 198, 169, 1) 0%,
    rgba(74, 235, 204, 1) 100%
  );
  color: white;
}
.dw[data-v-3e327e88] {
  margin: 0 0.052083rem;
  position: relative;
  width: 0.520833rem;
  height: 0.197917rem;
  line-height: 0.197917rem;
  border-radius: 0.026042rem;
  border: 0.005208rem solid #eee;
  cursor: pointer;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 40%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  text-align: center;
}
.dwactive[data-v-3e327e88] {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(48, 198, 169, 1)),
    to(rgba(74, 235, 204, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(48, 198, 169, 1) 0%,
    rgba(74, 235, 204, 1) 100%
  );
}
.p[data-v-3e327e88] {
  -webkit-box-shadow: 0 0.026042rem 0.020833rem 0 rgba(186, 189, 201, 0.16);
          box-shadow: 0 0.026042rem 0.020833rem 0 rgba(186, 189, 201, 0.16);
  height: 0.302083rem;
  line-height: 0.302083rem;
  padding: 0 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p select[data-v-3e327e88] {
  background: -webkit-gradient(linear, left top, left bottom, from(#90bdfb), to(#5397f4));
  background: linear-gradient(#90bdfb, #5397f4);
}
.select[data-v-3e327e88] {
  background: -webkit-gradient(linear, left top, left bottom, from(#90bdfb), to(#5397f4)) !important;
  background: linear-gradient(#90bdfb, #5397f4) !important;
  color: white;
  border-radius: 0.260417rem;
  height: 0.15625rem;
  outline: none;
  border: none;
  text-align: center;
  font-size: 0.083333rem;
}
.select option[data-v-3e327e88] {
  background: -webkit-gradient(linear, left top, left bottom, from(#90bdfb), to(#5397f4)) !important;
  background: linear-gradient(#90bdfb, #5397f4) !important;
  outline: none;
  border: none;
  color: black;
  border-radius: 0.260417rem;
  height: 0.15625rem;
  text-align: center;
}
.contern .contern_work[data-v-3e327e88] {
  height: 100%;
}
.contern .contern_work .bor[data-v-3e327e88] {
  height: 95%;
}
.hovers > div[data-v-3e327e88] {
  position: absolute;
  width: 1.041667rem;
  height: auto;
  background: white;
  right: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  z-index: 10;
  bottom: 0.197917rem;
  text-align: left;
  padding: 0.026042rem;
}
.hovers[data-v-3e327e88] {
  position: relative;
  cursor: pointer;
}
.greenbtn[data-v-78f1221c] {
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  border-radius: 0.015625rem;
  font-size: 0.09375rem;
}
.redbtn[data-v-78f1221c] {
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
  background: #f34f4f;
  border-radius: 0.015625rem;
}
.blue[data-v-78f1221c] {
  background: #3699ff;
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
  border-radius: 0.015625rem;
}
.orange[data-v-78f1221c] {
  background: #fac23d;
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
  border-radius: 0.015625rem;
}
.ccc[data-v-78f1221c] {
  background: #ccc;
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
  border-radius: 0.015625rem;
}
.btn-blue[data-v-78f1221c] {
  color: white;
  background: -webkit-gradient(linear, left bottom, left top, from(#3699ff), to(rgb(83, 177, 253)));
  background: linear-gradient(0deg, #3699ff 0%, rgb(83, 177, 253) 100%);
}
.container[data-v-78f1221c] {
  width: 100%;
  height: 100%;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background: white;
  font-size: 0.09375rem;
}
.header[data-v-78f1221c] {
  width: 100%;
  position: relative;
  height: 0.3125rem;
}
.header > div[data-v-78f1221c] {
  width: 2.604167rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: white;
  -webkit-box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
  line-height: 0.302083rem;
  border-radius: 0.151042rem;
  overflow: hidden;
}
.header > div span[data-v-78f1221c] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 0.151042rem;
  cursor: pointer;
  font-size: 0.104167rem;
}
.header > div .active[data-v-78f1221c] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
}
.class > div[data-v-78f1221c] {
  display: inline-block;
}
.select[data-v-78f1221c] {
  height: 0.197917rem;
  margin: 0 0.052083rem;
  border: 0.005208rem solid #ccc;
  line-height: 0.197917rem;
  padding: 0 0.104167rem;
  padding-right: 0.208333rem;
  position: relative;
  border-radius: 0.026042rem;
  background: white;
  cursor: pointer;
  width: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

/* .select>div{vertical-align: middle;display: inline-block} */
.select > div[data-v-78f1221c]:nth-of-type(2) {
  position: absolute;
  left: 0;
  background: #fff;
  width: 100%;
  z-index: 1000;
  max-height: 1.041667rem;
  overflow: auto;
  top: 0.234375rem;
  -webkit-box-shadow: 0 0.010417rem 0.083333rem 0 rgba(236, 236, 243, 1);
          box-shadow: 0 0.010417rem 0.083333rem 0 rgba(236, 236, 243, 1);
}
.select > div:nth-of-type(2) span[data-v-78f1221c] {
  display: block;
  color: black;
  width: 100%;
  cursor: pointer;
  border-bottom: 0.005208rem solid #ccc;
  text-align: center;
}
.select > div:nth-of-type(2) span[data-v-78f1221c]:hover {
  background: #eeeffa;
  color: #88879c;
}
.pori[data-v-78f1221c] {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.104167rem;
  line-height: 0.197917rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  text-align: center;
  font-weight: 600;
}
.btns[data-v-78f1221c] {
  position: absolute;
  right: 0.104167rem;
  top: 0.104167rem;
}
.btns button[data-v-78f1221c] {
  width: 0.9375rem;
  height: 0.260417rem;
  border-radius: 0.151042rem;
  font-size: 0.104167rem;
  outline: none;
  border: none;
}
.table[data-v-78f1221c] {
  margin-top: 0.15625rem;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: calc(100% - 0.625rem);
}
.btn[data-v-78f1221c] {
  width: 0.5625rem;
  height: 0.208333rem;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  -webkit-box-shadow: 0 0.010417rem 0.109375rem 0 rgba(40, 206, 131, 0.47);
          box-shadow: 0 0.010417rem 0.109375rem 0 rgba(40, 206, 131, 0.47);
  border-radius: 0.104167rem;
  border: none;
  outline: none;
  font-size: 0.083333rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  cursor: pointer;
}
.addwork[data-v-78f1221c] {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  left: 0;
  top: 0;
  overflow: auto;
}
.addwork table td[data-v-78f1221c]:nth-of-type(odd) {
  padding-left: 0.15625rem;
  white-space: nowrap;
  vertical-align: text-top;
}
.addwork table td[data-v-78f1221c]:nth-of-type(even) {
  min-width: 0.78125rem;
}
.addwork table[data-v-78f1221c] {
  border-collapse: separate;
  border-spacing: 0 0.104167rem;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.083333rem 0 rgba(236, 236, 243, 1);
          box-shadow: 0 0.010417rem 0.083333rem 0 rgba(236, 236, 243, 1);
  overflow: hidden;
  border-radius: 0.03125rem;
  position: absolute;
  left: 50%;
  top: 0.520833rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: white;
  padding: 0.15625rem;
  min-width: 3.645833rem;
}
.addwork select[data-v-78f1221c],
.addwork textarea[data-v-78f1221c],
.addwork input[data-v-78f1221c] {
  width: 100%;
  background: rgba(250, 251, 255, 1);
  border: 0.005208rem solid rgba(245, 247, 254, 1);
}
.addwork textarea[data-v-78f1221c] {
  height: 0.520833rem;
}
.addwork .posi[data-v-78f1221c] {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.15625rem;
  height: 0.15625rem;
  margin-right: -0.026042rem;
  border-radius: 0 0 0 0.260417rem;
  font-size: 0.125rem;
  text-align: center;
}
.addwork1 .table1[data-v-78f1221c] {
  padding: 0.416667rem 0.15625rem;
  padding-bottom: 0.052083rem;
}
.addwork1 .table1 select[data-v-78f1221c],
.addwork1 .table1 textarea[data-v-78f1221c],
.addwork1 input[data-v-78f1221c] {
  width: 100%;
  background: white;
  outline: none;
  border: 0.005208rem solid rgb(204, 204, 204);
  border-radius: 0.026042rem;
}
.addwork1 .table1 select[data-v-78f1221c],
.addwork1 input[data-v-78f1221c] {
  height: 0.197917rem;
}
.el-date-editor[data-v-78f1221c] {
  width: 100%;
}
.td[data-v-78f1221c] {
  background: rgba(250, 251, 255, 1);
  border: 0.005208rem solid rgba(245, 247, 254, 1);
}

/* .seelook {} */
.xz_or[data-v-78f1221c] {
  width: 2.604167rem;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background: white;
  padding: 0.416667rem;
  -webkit-box-shadow: 0 0.010417rem 0.083333rem 0 rgba(236, 236, 243, 1);
          box-shadow: 0 0.010417rem 0.083333rem 0 rgba(236, 236, 243, 1);
  overflow: hidden;
}
.xz_or p[data-v-78f1221c] {
  margin-top: 0.260417rem;
  text-align: center;
}
.xz_or p button[data-v-78f1221c] {
  margin: 0.052083rem;
}
.hover > div[data-v-78f1221c] {
  position: absolute;
  width: 1.041667rem;
  height: auto;
  background: white;
  right: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  z-index: 10;
  bottom: 0.197917rem;
  text-align: left;
  padding: 0.026042rem;
  white-space: normal;
}
.hover[data-v-78f1221c] {
  position: relative;
  cursor: pointer;
  min-height: 0.15625rem;
}
.h3[data-v-78f1221c] {
  background: rgba(243, 255, 250, 1);
  -webkit-box-shadow: 0 0.026042rem 0.020833rem 0 rgba(99, 197, 177, 0.16);
          box-shadow: 0 0.026042rem 0.020833rem 0 rgba(99, 197, 177, 0.16);
  border-radius: 0.03125rem;
  padding: 0 0.104167rem;
  line-height: 0.354167rem;
  font-size: 0.104167rem;
  font-family: Source Han Sans CN;
  font-weight: 600;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: rgba(32, 30, 71, 1);
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.h3 .el-icon-close[data-v-78f1221c] {
  font-size: 0.166667rem;
  line-height: 0.354167rem;
  font-weight: 500;
  cursor: pointer;
}
[data-v-78f1221c]::-webkit-scrollbar {
  width: 0.026042rem;
  height: 0.052083rem;
  background-color: #f5f5f5;
}

/*定义滚动条轨道 内阴影+圆角*/
[data-v-78f1221c]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0.03125rem rgba(0, 0, 0, 0.3);
  border-radius: 0.052083rem;
  background-color: #f5f5f5;
}

/*定义滑块 内阴影+圆角*/
[data-v-78f1221c]::-webkit-scrollbar-thumb {
  border-radius: 0.052083rem;
  -webkit-box-shadow: inset 0 0 0.03125rem rgba(0, 0, 0, 0.3);
  background-color: #bdbdbd;
}

/*滑块效果*/
[data-v-78f1221c]::-webkit-scrollbar-thumb:hover {
  border-radius: 0.026042rem;
  -webkit-box-shadow: inset 0 0 0.026042rem rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.4);
}

/*IE滚动条颜色*/
html[data-v-78f1221c] {
  scrollbar-face-color: #bfbfbf;
  /*滚动条颜色*/
  scrollbar-highlight-color: #000;
  scrollbar-3dlight-color: #000;
  scrollbar-darkshadow-color: #000;
  scrollbar-shadow-color: #adadad;
  /*滑块边色*/
  scrollbar-arrow-color: rgba(0, 0, 0, 0.4);
  /*箭头颜色*/
  scrollbar-track-color: #eeeeee;
  /*背景颜色*/
}
.container[data-v-0dadb546] {
  width: 100%;
  height: 100%;
  overflow: auto;
  font-size: 0.09375rem;
  background: white;
  padding: 0.104167rem 0.15625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.container header[data-v-0dadb546] {
  font-size: 0.09375rem;
  font-family: '\601D\6E90\9ED1\4F53';
  font-weight: 500;
  color: rgba(50,48,83,1);
  height: 0.416667rem;
  line-height: 0.416667rem;
}
.container header input[data-v-0dadb546] {
  background: #F3F4FC;
  line-height: 0.260417rem;
  padding-left: 0.052083rem;
}
.container .content[data-v-0dadb546] {
  -webkit-box-shadow: 0 0.015625rem 0.03125rem 0 rgba(182,182,195,0.64);
          box-shadow: 0 0.015625rem 0.03125rem 0 rgba(182,182,195,0.64);
}
.nav[data-v-0dadb546] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav li[data-v-0dadb546] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  background: #F7F8FF;
  border-left: 0.005208rem solid white;
  font-size: 0.09375rem;
  font-family: '\601D\6E90\9ED1\4F53';
  font-weight: 500;
  color: rgba(50,48,83,1);
  height: 0.416667rem;
  line-height: 0.416667rem;
  cursor: pointer;
}
.nav li[data-v-0dadb546]:first-child {
  border: none;
}
.nav li span[data-v-0dadb546] {
  position: relative;
}
.nav li span i[data-v-0dadb546] {
  position: absolute;
  top: -20%;
  right: -20%;
  width: 0.104167rem;
  height: 0.104167rem;
  font-size: 0.0625rem;
  border-radius: 50%;
  background: red;
  line-height: 0.104167rem;
  color: white;
}
.nav .active[data-v-0dadb546] {
  background: -webkit-gradient(linear,left bottom, left top,from(rgba(0,180,191,1)),to(rgba(66,230,149,1)));
  background: linear-gradient(0deg,rgba(0,180,191,1) 0%,rgba(66,230,149,1) 100%);
  opacity: 0.8;
  border-radius: 0.03125rem;
  color: white;
}
.main li[data-v-0dadb546] {
  padding: 0 0.104167rem;
  border-bottom: 0.005208rem solid #eee;
  font-size: 0.083333rem;
  font-family: '\601D\6E90\9ED1\4F53';
  font-weight: 500;
  color: rgba(50,48,83,1);
  line-height: 0.3125rem;
}
.main li button[data-v-0dadb546] {
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  background: #F2F1F9;
  font-size: 0.072917rem;
  font-family: '\601D\6E90\9ED1\4F53';
  font-weight: 500;
  color: rgba(88,86,120,1);
  margin-right: 0.052083rem;
  border-radius: 0.026042rem;
}
.main li .blue[data-v-0dadb546] {
  background: -webkit-gradient(linear,left top, left bottom,from(#8EBDFA),to(#5496F3));
  background: linear-gradient(#8EBDFA,#5496F3);
  color: rgba(255,255,255,1);
}
.main li time[data-v-0dadb546] {
  font-size: 0.072917rem;
  color: rgba(169,168,176,1);
}
.main[data-v-0dadb546] {
  min-height: 2.604167rem;
}
.container[data-v-1af2ab3a] {
  width: 100%;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-font-smoothing: antialiased;
  font-size: 0.09375rem;
  background: white;
}
.container_height[data-v-1af2ab3a] {
  min-height: 100%;
}
.container_height1[data-v-1af2ab3a] {
  height: 100%;
}
.header__mleft[data-v-1af2ab3a] {
  height: 0.260417rem;
  margin-top: 0.052083rem;
}
.header__mleft--search[data-v-1af2ab3a] {
  background: #f3f4fc;
  line-height: 0.197917rem;
  margin-right: 0.078125rem;
  padding-left: 0.052083rem;
}
.btn[data-v-1af2ab3a] {
  outline: none;
  border: none;
  cursor: pointer;
  padding: 0.026042rem 0.052083rem;
  border-radius: 0.026042rem;
  background: rgba(147, 147, 147, 0.27);
  color: rgba(68, 68, 68, 1);
  background: #f5f7fe;
  border: 0.005208rem solid #def0f8;
  font-size: 0.083333rem;
}
.header .topheader[data-v-1af2ab3a] {
  margin: 0 auto;
  background: white;
  -webkit-box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
  height: 0.208333rem;
  line-height: 0.208333rem;
  text-align: center;
  border-radius: 0.130208rem;
  display: inline-block;
  width: auto;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header .topheader > span[data-v-1af2ab3a] {
  cursor: pointer;
  padding: 0 0.052083rem;
  white-space: nowrap;
  float: left;
  height: 100%;
}
.header .topheader .active[data-v-1af2ab3a] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border-radius: 0.130208rem;
}
.header .search[data-v-1af2ab3a] {
  width: 1.213542rem;
  height: 0.197917rem;
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
  overflow: hidden;
  position: relative;
  border: 0.005208rem solid #ccc;
}
.header .search input[data-v-1af2ab3a] {
  height: 100%;
  width: 0.911458rem;
  font-size: 0.09375rem;
  padding-left: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header .search button[data-v-1af2ab3a] {
  width: 0.302083rem;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border: none;
  color: white;
  font-weight: 800;
  cursor: pointer;
  position: absolute;
  right: 0;
}
.header_select[data-v-1af2ab3a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header_select>div[data-v-1af2ab3a]:nth-of-type(1) {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
}
.header_select>div[data-v-1af2ab3a]:nth-of-type(2) {
  -webkit-box-flex: 20;
      -ms-flex: 20;
          flex: 20;
  margin-right: 0.104167rem;
}
.header_select>div[data-v-1af2ab3a]:nth-of-type(3) {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.header_select>div[data-v-1af2ab3a]:nth-of-type(4) {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.header_select>div:nth-of-type(2) ul[data-v-1af2ab3a] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: white;
  margin-left: 0.052083rem;
  background: rgba(255,255,255,1);
  -webkit-box-shadow: 0 0.010417rem 0.036458rem 0 rgba(182,182,195,0.42);
          box-shadow: 0 0.010417rem 0.036458rem 0 rgba(182,182,195,0.42);
  border-radius: 0.03125rem;
}
.header_select>div:nth-of-type(2) li[data-v-1af2ab3a] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 0.208333rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 0.208333rem;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
}
.header_select>div:nth-of-type(2) .active[data-v-1af2ab3a] {
  color: #fff;
  background-color: #409eff;
  border-color: #409eff;
  border-radius: 0.03125rem;
}
.section[data-v-1af2ab3a] {
  background: rgba(255, 255, 255, 1);
  border: 0.005208rem solid rgba(238, 238, 238, 1);
  border-radius: 0.09375rem;
  margin: 0.104167rem 0;
}
.section-header[data-v-1af2ab3a],
.section-main[data-v-1af2ab3a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 0.3125rem;
  margin-bottom: 0.052083rem;
  width: 100%;
  text-align: center;
}
.section-header li[data-v-1af2ab3a]:nth-of-type(1),
.section-main li[data-v-1af2ab3a]:nth-of-type(1) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.section-header-border[data-v-1af2ab3a],
.section-main-border[data-v-1af2ab3a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 15;
      -ms-flex: 15;
          flex: 15;
  text-align: center;
  margin-right: 0.104167rem;
}
.section-header-border li[data-v-1af2ab3a],
.section-main-border li[data-v-1af2ab3a] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.section-main-border[data-v-1af2ab3a] {
  border: 0.005208rem solid rgba(238, 238, 238, 1);
  border-radius: 0.09375rem;
}
.header-fr[data-v-1af2ab3a] {
  width: 1.5625rem;
  float: right;
}
.header-fr-select[data-v-1af2ab3a] {
  float: right;
  width: 0.520833rem;
  outline: none;
  border: none;
  margin-right: 0.052083rem;
  height: 0.15625rem;
}
.section-main:hover .section-main-border[data-v-1af2ab3a] {
  background: rgba(86, 165, 254, 1) !important;
  -webkit-box-shadow: 0 0 0.041667rem 0 rgba(86, 165, 254, 0.45);
          box-shadow: 0 0 0.041667rem 0 rgba(86, 165, 254, 0.45);
  color: white;
}
.section-main:hover > li[data-v-1af2ab3a] {
  color: rgba(86, 165, 254, 1);
}
.section-main:hover .section-header-border[data-v-1af2ab3a] {
  background: rgba(86, 165, 254, 1);
  -webkit-box-shadow: 0 0 0.041667rem 0 rgba(86, 165, 254, 0.45);
          box-shadow: 0 0 0.041667rem 0 rgba(86, 165, 254, 0.45);
  color: white;
  border-radius: 0.09375rem;
}
.btn[data-v-1af2ab3a] {
  color: white;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 0.026042rem;
  padding: 0.026042rem 0.104167rem;
  height: 0.197917rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0.026042rem;
}
.btn-back-blue[data-v-1af2ab3a] {
  background: -webkit-gradient(linear, left top, left bottom, from(#8dbbfa), to(#5194f3));
  background: linear-gradient(#8dbbfa, #5194f3);
}
.btn-back-green[data-v-1af2ab3a] {
  background: -webkit-gradient(linear,left bottom, left top,from(rgba(0,180,191,1)),to(rgba(66,230,149,1)));
  background: linear-gradient(0deg,rgba(0,180,191,1) 0%,rgba(66,230,149,1) 100%);
}
.table[data-v-1af2ab3a] {
  height: calc(100% - 0.572917rem);
  border: 0.005208rem solid rgba(221,225,229,1);
  -webkit-box-shadow: 0 0.03125rem 0.083333rem 0 rgba(233,233,242,1);
          box-shadow: 0 0.03125rem 0.083333rem 0 rgba(233,233,242,1);
}
.table table tr.even[data-v-1af2ab3a] {
  background: rgba(243, 255, 250, 1);
  border-radius: 0.03125rem;
}
.table table tr.odd[data-v-1af2ab3a] {
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
}
.table table tr td[data-v-1af2ab3a] {
  padding: 0 0.026042rem !important;
  color: #323053;
}
.table-btn-blue[data-v-1af2ab3a] {
  outline: none;
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #73adfc), to(#3374dc));
  background: linear-gradient(#73adfc 70%, #3374dc 100%);
  color: white;
  border-radius: 0.010417rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 0.135417rem;
  line-height: 0.135417rem;
  width: 0.520833rem;
  font-size: 0.072917rem;
  cursor: pointer;
}
.btn-back-ccc[data-v-1af2ab3a] {
  margin-right: 0.026042rem;
  color: rgb(54, 53, 53);
  outline: none;
  border: none;
  cursor: pointer;
  background: #fff;
  border: 0.005208rem solid #f1f1f1;
  color: #666;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.execl[data-v-1af2ab3a] {
  padding: 0.104167rem;
  background: white;
  -webkit-box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
  position: absolute;
  left: 50%;
  top: 20%;
  width: 3.75rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.execl > div[data-v-1af2ab3a] {
  width: 3.28125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: normal;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}
.execl > div p[data-v-1af2ab3a] {
  min-width: 0.78125rem;
  margin-bottom: 0.104167rem;
}
.execl > div p input[data-v-1af2ab3a] {
  width: 0.104167rem;
  height: 0.104167rem;
  margin-right: 0;
  vertical-align: text-top;
  vertical-align: middle;
}
.section-main-title[data-v-1af2ab3a] {
  position: relative;
}
.section-main-more[data-v-1af2ab3a] {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0 0.015625rem;
  height: 0.15625rem;
  line-height: 0.15625rem;
  cursor: pointer;
  -webkit-box-shadow: 0 0 0.026042rem 0 #ccc;
          box-shadow: 0 0 0.026042rem 0 #ccc;
}
.allFixed table[data-v-1af2ab3a] {
  border-collapse: separate;
  border-spacing: 0.052083rem;
}
.allFixed table tr td[data-v-1af2ab3a]:nth-of-type(odd) {
  white-space: nowrap;
}
.allFixed p[data-v-1af2ab3a]:last-of-type {
  text-align: center;
}
.allFixed .allFixed-btnred[data-v-1af2ab3a] {
  margin: 0 0.052083rem;
  margin-top: 1em;
  padding: 0.052083rem 0.104167rem;
  outline: none;
  border: none;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  color: white;
  border-radius: 0.520833rem;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.allFixed .allFixed-btnccc[data-v-1af2ab3a] {
  margin: 0 0.052083rem;
  margin-top: 1em;
  padding: 0.052083rem 0.104167rem;
  outline: none;
  border: none;
  background: #fff;
  color: #666;
  border-radius: 0.520833rem;
  border: 0.005208rem solid #f1f1f1;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.allFixed i[data-v-1af2ab3a] {
  font-family: "\601D\6E90\9ED1\4F53";
  font-size: 0.104167rem;
}
.allFixed .posi[data-v-1af2ab3a] {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.208333rem;
  height: 0.208333rem;
  background: #f34f4f;
  cursor: pointer;
  border-radius: 0 0 0 0.520833rem;
  text-align: center;
  line-height: 0.208333rem;
  color: white;
  font-weight: 600;
}
.allFixed input[data-v-1af2ab3a],
.allFixed select[data-v-1af2ab3a] {
  background: #F5F7FA;
  padding-left: 0.078125rem;
  line-height: 0.197917rem;
  width: 80%;
  min-width: 0.677083rem;
  height: 0.197917rem;
  border: none;
  font-size: 0.083333rem;
}
.allFixed div[data-v-1af2ab3a] {
  margin: 0 auto;
}
.allFixed table[data-v-1af2ab3a] {
  width: 100%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0 0.052083rem;
}
.allFixed table tr td[data-v-1af2ab3a]:nth-of-type(odd) {
  text-align: right;
  white-space: nowrap;
  /* padding: 5px 0; */
}
.allFixed table tr td[data-v-1af2ab3a] {
  white-space: nowrap;
}
.allFixed h3[data-v-1af2ab3a] {
  font-size: 0.104167rem;
  font-weight: 600;
  white-space: nowrap;
}
.allFixed .border—top[data-v-1af2ab3a] {
  position: relative;
  /* padding-bottom: 10px;
  margin-top: 10px; */
  width: 100%;
  border-top: 0.005208rem solid #eeeeee;
  display: block;
}
.allFixed .icon_sp[data-v-1af2ab3a] {
  display: inline-block;
  white-space: nowrap;
  -webkit-transform: scale(1);
          transform: scale(1);
  /* color: rgb(27, 117, 252); */
  font-size: 0.104167rem;
  margin-left: -0.026042rem;
}
.hover > div[data-v-1af2ab3a] {
  position: absolute;
  width: 1.041667rem;
  height: auto;
  background: white;
  right: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  z-index: 10;
  bottom: 0.197917rem;
  text-align: left;
  padding: 0.026042rem;
  white-space: normal;
}
.hover[data-v-1af2ab3a] {
  position: relative;
  cursor: pointer;
  min-height: 0.15625rem;
}
.table table tr td.upJson[data-v-1af2ab3a] {
  color: #409eff;
  cursor: pointer;
}
.input_model[data-v-1af2ab3a] {
  background-color: #F5F7FA;
  border-color: #E4E7ED;
  font-size: 0.083333rem;
  /* border: 1px solid #DCDFE6; */
  line-height: 0.208333rem;
  text-indent: 0.078125rem;
  border-radius: 0.020833rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0.8;
  padding-right: 0.052083rem;
}
.ul_table[data-v-1af2ab3a] {
  padding: 0.078125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.005208rem solid #eee;
}
.ul_tr[data-v-1af2ab3a]:first-child {
  border-bottom: 0.005208rem solid #eee;
}
.ul_tr[data-v-1af2ab3a],
.ul_tr label[data-v-1af2ab3a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0.026042rem 0;
}
.ul_tr li[data-v-1af2ab3a] {
  line-height: 150%;
  width: 12.5%;
  text-align: center;
}
.ul_tr li[data-v-1af2ab3a]:last-child {
  min-width: 18%;
}
.ul_tr li[data-v-1af2ab3a]:first-child {
  min-width: 18%;
}
.el-aside[data-v-85edadfa] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: auto;
}

/* 左边框 */
.main[data-v-85edadfa],
.el-container[data-v-85edadfa] {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.left-bar-logo[data-v-85edadfa] {
  max-width: 1.666667rem;
  width: 100%;
  height: 0.307292rem;
  margin: 0 auto;
  margin-bottom: 0.364583rem;
}
.left-bar-logo img[data-v-85edadfa] {
  margin: 0 auto;
  display: block;
  width: 90%;
}
.left-bar[data-v-85edadfa] {
  width: 1.354167rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#30d8a0), to(#00b4bf));
  background: linear-gradient(0deg, #30d8a0, #00b4bf);
  position: relative;
  padding: 0.208333rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 3.645833rem;
  height: 100%;
}
.left-bar1[data-v-85edadfa] {
  width: auto;
  background: -webkit-gradient(linear, left bottom, left top, from(#30d8a0), to(#00b4bf));
  background: linear-gradient(0deg, #30d8a0, #00b4bf);
  position: relative;
  padding: 0.208333rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.left-bar a[data-v-85edadfa] {
  color: #fff;
  display: block;
}
.left-bar li[data-v-85edadfa] {
  padding-left: 0.15625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 0.25rem;
  cursor: pointer;
  letter-spacing: 0.010417rem;
}
.left-bar1 li[data-v-85edadfa] {
  padding: 0 0.208333rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 0.25rem;
}
.left-bar li[data-v-85edadfa]:last-child {
  margin-bottom: 0;
}
.left-bar li img[data-v-85edadfa] {
  height: 100%;
  vertical-align: middle;
  margin: 0.010417rem 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 0.104167rem;
}
.left-bar1 li img[data-v-85edadfa] {
  height: 100%;
  vertical-align: middle;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.left-bar li[data-v-85edadfa]:focus,
.left-bar li[data-v-85edadfa]:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.5);
}
.posi[data-v-85edadfa] {
  width: 100%;
  display: block;
  cursor: pointer;
  position: absolute;
  bottom: 0;
}
.posi1[data-v-85edadfa] {
  width: 100%;
  display: block;
  cursor: pointer;
  margin-top: 0;
}
.left-bar li i[data-v-85edadfa] {
  padding-right: 0.052083rem;
  line-height: 0.25rem;
}
.left-bar ul[data-v-85edadfa] {
  position: absolute;
  bottom: 0.052083rem;
  width: 100%;
}
.active[data-v-85edadfa] {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.5);
}
.list_dl[data-v-85edadfa] {
  max-height: 80vh;
  overflow: auto;
  position: absolute;
  bottom: 100%;
  width: 100%;
  border: 0.005208rem solid #888;
  left: 0;
  color: #000;
}
.list_dl dd[data-v-85edadfa] {
  height: 0.15625rem;
  text-align: center;
  background: white;
  line-height: 0.15625rem;
}
.list_dl dd[data-v-85edadfa]:hover {
  font-size: 0.114583rem;
  font-family: "\601D\6E90\9ED1\4F53";
}

/**/
.el-main[data-v-85edadfa] {
  padding: 0;
  position: relative;
}
.right-main-mbr[data-v-85edadfa] {
  margin: 0;
  -webkit-box-shadow: 0 0 0.020833rem #ccc;
          box-shadow: 0 0 0.020833rem #ccc;
  border-radius: 0.026042rem;
  padding: 0 0.104167rem;
  background: #fff;
}

/*谷歌、safari、qq浏览器、360浏览器滚动条样式*/

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
[data-v-85edadfa]::-webkit-scrollbar {
  width: 0.026042rem;
  height: 0.026042rem;
  background-color: #f5f5f5;
}

/*定义滚动条轨道 内阴影+圆角*/
[data-v-85edadfa]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0.03125rem rgba(0, 0, 0, 0.3);
  border-radius: 0.052083rem;
  background-color: #f5f5f5;
}

/*定义滑块 内阴影+圆角*/
[data-v-85edadfa]::-webkit-scrollbar-thumb {
  border-radius: 0.052083rem;
  -webkit-box-shadow: inset 0 0 0.03125rem rgba(0, 0, 0, 0.3);
  background-color: #bdbdbd;
}

/*滑块效果*/
[data-v-85edadfa]::-webkit-scrollbar-thumb:hover {
  border-radius: 0.026042rem;
  -webkit-box-shadow: inset 0 0 0.026042rem rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.4);
}

/*IE滚动条颜色*/
html[data-v-85edadfa] {
  scrollbar-face-color: #bfbfbf;
  /*滚动条颜色*/
  scrollbar-highlight-color: #000;
  scrollbar-3dlight-color: #000;
  scrollbar-darkshadow-color: #000;
  scrollbar-shadow-color: #adadad;
  /*滑块边色*/
  scrollbar-arrow-color: rgba(0, 0, 0, 0.4);
  /*箭头颜色*/
  scrollbar-track-color: #eeeeee;
  /*背景颜色*/
}
.container[data-v-3f45748d] {
  width: 100%;
  height: 100%;
  background: white;
  padding: 0.104167rem 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-font-smoothing: antialiased;
  font-size: 0.09375rem;
}
.header[data-v-3f45748d] {
  height: 0.416667rem;
}
.header__mleft[data-v-3f45748d] {
  height: 0.260417rem;
  margin-top: 0.052083rem;
}
.header .search[data-v-3f45748d] {
  width: 1.5625rem;
  height: 0.197917rem;
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
  overflow: hidden;
  display: inline-block;
  border: 0.005208rem solid rgba(221,225,229,1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  vertical-align: middle;
}
.header .search input[data-v-3f45748d] {
  height: 100%;
  width: 1.223958rem;
  font-size: 0.09375rem;
  padding-left: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header .search button[data-v-3f45748d] {
  width: 0.291667rem;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border: none;
  color: white;
  font-weight: 800;
  cursor: pointer;
  position: absolute;
  vertical-align: middle;
  right: 0;
}
.header__mleft--search[data-v-3f45748d] {
  background: #f3f4fc;
  height: 0.197917rem;
  line-height: 0.197917rem;
  margin-right: 0.078125rem;
  text-indent: 0.052083rem;
  width: 0.9375rem;
  vertical-align: middle;
  font-size: 0.083333rem;
}
.btn[data-v-3f45748d] {
  outline: none;
  border: none;
  cursor: pointer;
  padding: 0 0.052083rem;
  line-height: 0.197917rem;
  border-radius: 0.026042rem;
  background: rgba(147, 147, 147, 0.27);
  color: rgba(68, 68, 68, 1);
  background: #f5f7fe;
  border: 0.005208rem solid #def0f8;
  font-size: 0.083333rem;
}
.header .topheader[data-v-3f45748d] {
  width: 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  background: white;
  -webkit-box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
  height: 0.208333rem;
  line-height: 0.208333rem;
  text-align: center;
  border-radius: 0.130208rem;
}
.header .topheader > span[data-v-3f45748d] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
}
.header .topheader .active[data-v-3f45748d] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border-radius: 0.130208rem;
}
.btn-back-blue[data-v-3f45748d] {
  background: -webkit-gradient(linear, left top, left bottom, from(#8dbbfa), to(#5194f3));
  background: linear-gradient(#8dbbfa, #5194f3);
  color: white;
  -webkit-box-shadow: 0 0 0.026042rem 0 #8dbbfa;
          box-shadow: 0 0 0.026042rem 0 #8dbbfa;
  margin-left: 0.052083rem;
}
.btn-back-green[data-v-3f45748d] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
}
.table[data-v-3f45748d] {
  height: calc(100% - 0.416667rem);
}
.table_footer[data-v-3f45748d] {
  position: absolute;
  bottom: 0.052083rem;
  left: 0.104167rem;
  width: calc(100% - 0.208333rem);
  background: white;
  -webkit-box-shadow: 0 0 0.026042rem 0 #ccc;
          box-shadow: 0 0 0.026042rem 0 #ccc;
}
.table table tr td div[data-v-3f45748d] {
  border-bottom: 0.010417rem solid #eeeffa;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.table table tr td div[data-v-3f45748d]:last-child {
  border: none;
}
.table table tr td[data-v-3f45748d] {
  padding: 0 0.026042rem !important;
  color: #323053;
}
.table table tr.even[data-v-3f45748d] {
  background: rgba(243, 255, 250, 1);
  border-radius: 0.03125rem;
}
.table table tr.odd[data-v-3f45748d] {
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
}
.table_select[data-v-3f45748d] {
  position: relative;
  background: white;
  width: 0.520833rem;
  height: 0.135417rem;
  cursor: pointer;
  margin: 0 auto;
}
.table_select_option[data-v-3f45748d] {
  top: 100%;
  position: absolute;
  background: white;
  z-index: 100;
}
.table_select_value[data-v-3f45748d] {
  width: 0.520833rem;
  border: 0.005208rem solid #eee;
  height: 0.135417rem;
  line-height: 0.135417rem;
  cursor: pointer;
}
.table-btn[data-v-3f45748d] {
  outline: none;
  border: none;
  background: white;
  color: black;
  border-radius: 0.010417rem;
  height: 0.166667rem;
  line-height: 0.166667rem;
  width: 0.520833rem;
}
.table-btn[data-v-3f45748d]:hover {
  background: #f2f2f1;
}
.table-btn-blue[data-v-3f45748d] {
  outline: none;
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #73adfc), to(#3374dc));
  background: linear-gradient(#73adfc 70%, #3374dc 100%);
  color: white;
  border-radius: 0.010417rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 0.135417rem;
  line-height: 0.135417rem;
  width: 0.3125rem;
  font-size: 0.072917rem;
}
.ccc[data-v-3f45748d] {
  background: #ccc;
  width: 100%;
  color: white;
  height: 0.135417rem;
  line-height: 0.135417rem;
  width: 0.520833rem;
}

/* .allFixed>div{width: 70%;} */
.allFixed p[data-v-3f45748d]:last-of-type {
  text-align: center;
}
.allFixed .allFixed-btnred[data-v-3f45748d] {
  margin: 0 0.052083rem;
  margin-top: 1em;
  padding: 0.052083rem 0.104167rem;
  outline: none;
  border: none;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  color: white;
  border-radius: 0.520833rem;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.allFixed .allFixed-btnccc[data-v-3f45748d] {
  margin: 0 0.052083rem;
  margin-top: 1em;
  padding: 0.052083rem 0.104167rem;
  outline: none;
  border: none;
  background: #fff;
  color: #666;
  border-radius: 0.520833rem;
  border: 0.005208rem solid #f1f1f1;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.allFixed i[data-v-3f45748d] {
  font-family: "\601D\6E90\9ED1\4F53";
  font-size: 0.104167rem;
}
.allFixed .posi[data-v-3f45748d] {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.208333rem;
  height: 0.208333rem;
  background: #f34f4f;
  cursor: pointer;
  border-radius: 0 0 0 0.520833rem;
  text-align: center;
  line-height: 0.208333rem;
  color: white;
  font-weight: 600;
}
.allFixed input[data-v-3f45748d],
.allFixed select[data-v-3f45748d] {
  background: #F5F7FA;
  padding-left: 0.078125rem;
  line-height: 0.197917rem;
  width: 80%;
  min-width: 0.677083rem;
  height: 0.197917rem;
  border: none;
  font-size: 0.083333rem;
  border: 0.005208rem solid #eee;
  border-radius: 0.020833rem;
}
.allFixed div[data-v-3f45748d] {
  margin: 0 auto;
}
.allFixed table[data-v-3f45748d] {
  width: 100%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0 0.052083rem;
}
.allFixed table tr td[data-v-3f45748d]:nth-of-type(odd) {
  text-align: right;
  white-space: nowrap;
  /* padding: 5px 0; */
}
.allFixed table tr td[data-v-3f45748d] {
  white-space: nowrap;
}
.allFixed h3[data-v-3f45748d] {
  font-size: 0.104167rem;
  font-weight: 600;
  white-space: nowrap;
}
.allFixed .border—top[data-v-3f45748d] {
  position: relative;
  /* padding-bottom: 10px;
  margin-top: 10px; */
  width: 100%;
  border-top: 0.005208rem solid #eeeeee;
  display: block;
}
.allFixed .icon_sp[data-v-3f45748d] {
  display: inline-block;
  white-space: nowrap;
  -webkit-transform: scale(1);
          transform: scale(1);
  /* color: rgb(27, 117, 252); */
  font-size: 0.104167rem;
  margin-left: -0.026042rem;
}
[data-v-3f45748d]::-webkit-scrollbar {
  width: 0.026042rem;
  height: 0.052083rem;
  background-color: #f5f5f5;
}
.hover > div[data-v-3f45748d] {
  position: absolute;
  width: 1.041667rem;
  height: auto;
  background: white;
  right: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  z-index: 10;
  bottom: 0.197917rem;
  text-align: left;
  padding: 0.026042rem;
  white-space: normal;
}
.hover[data-v-3f45748d] {
  position: relative;
  cursor: pointer;
  min-height: 0.15625rem;
}
.input_model[data-v-3f45748d] {
  background-color: #F5F7FA;
  border-color: #E4E7ED;
  font-size: 0.083333rem;
  border: 0.005208rem solid #DCDFE6;
  line-height: 0.208333rem;
  text-indent: 0.078125rem;
  border-radius: 0.020833rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0.8;
  padding-right: 0.052083rem;
}
.allFixed p.recordStyle[data-v-3f45748d] {
  line-height: 0.1875rem;
  font-size: 0.083333rem;
  text-align: left;
}
.recordStyle i[data-v-3f45748d] {
  padding-right: 0.15625rem;
  display: inline-block;
  width: 0.15625rem;
  color: rgba(0, 0, 0, 0.4);
  vertical-align: middle;
}
.recordStyle span[data-v-3f45748d] {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 0;
  width: 0.0625rem;
  height: 0.0625rem;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.010417rem solid #00F5B4;
}
.recordStyle .bar[data-v-3f45748d] {
  position: absolute;
  top: 0.052083rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.005208rem;
  height: 0.125rem;
  background: #00F5B4;
  display: inline-block;
  padding: 0;
}
.recordStyle[data-v-3f45748d]:last-of-type {
  color: #3699ff;
}
.recordStyle:last-of-type .bar[data-v-3f45748d] {
  display: none;
}
.footer[data-v-3f45748d] {
  border: 0.005208rem solid #ccc;
  text-align: center;
  border-radius: 0.026042rem;
  width: 90%;
  line-height: 0.3125rem;
  margin: 0.052083rem auto;
  margin-bottom: 0.15625rem;
}
.icon_position[data-v-3f45748d] {
  position: relative;
}
.icon_position img[data-v-3f45748d] {
  position: absolute;
  left: -0.052083rem;
  top: -0.026042rem;
}
.container[data-v-4795fea7] {
  width: 100%;
  height: 100%;
  background: white;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.header > div[data-v-4795fea7] {
  margin-bottom: 0.104167rem;
  font-size: 0.104167rem;
}
.topheader[data-v-4795fea7] {
  width: 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  background: white;
  -webkit-box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
  height: 0.260417rem;
  line-height: 0.260417rem;
  text-align: center;
  border-radius: 0.130208rem;
}
.topheader > span[data-v-4795fea7] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
}
.topheader .active[data-v-4795fea7] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border-radius: 0.130208rem;
}
.header-nav span[data-v-4795fea7] {
  width: 0.677083rem;
  height: 0.260417rem;
  display: inline-block;
  border-radius: 0.052083rem;
  text-align: center;
  line-height: 0.260417rem;
  cursor: pointer;
  margin: 0.052083rem;
  background: #ebf2f9;
  color: #323053;
  font-family: "\601D\6E90\9ED1\4F53";
}
.header-nav .active[data-v-4795fea7] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border-radius: 0.052083rem;
}
.table[data-v-4795fea7] {
  height: calc(100% - 0.729167rem);
}
.table table tr td div[data-v-4795fea7] {
  line-height: 200%;
  border-bottom: 0.015625rem solid #eeeffa;
}
.table table tr td div[data-v-4795fea7]:last-child {
  border: none;
}
.blue[data-v-4795fea7] {
  background: #3699ff;
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
}
.eee[data-v-4795fea7] {
  background: #ccc;
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
}
.orange[data-v-4795fea7] {
  background: #fac23d;
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
}
.res-y[data-v-4795fea7] {
  background: #f34f4f;
  outline: none;
  border: none;
  cursor: pointer;
  margin: 0 0.026042rem;
  color: white;
  border-radius: 1.5625rem;
  width: 0.625rem;
  height: 0.260417rem;
}
.fff-y[data-v-4795fea7] {
  background: #fff;
  outline: none;
  border: none;
  cursor: pointer;
  margin: 0 0.026042rem;
  color: #323053;
  border-radius: 1.5625rem;
  width: 0.625rem;
  height: 0.260417rem;
}
.hover > div[data-v-4795fea7] {
  position: absolute;
  width: 2.083333rem;
  height: auto;
  background: white;
  right: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  z-index: 10;
  top: 0;
  text-align: left;
  padding: 0.026042rem;
  white-space: normal;
}
.hover[data-v-4795fea7] {
  position: relative;
  cursor: pointer;
  min-height: 0.15625rem;
}
.hover > div > span[data-v-4795fea7] {
  display: inline-block;
  margin-right: 0.052083rem;
}
.back-return[data-v-4795fea7] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.back-return-box[data-v-4795fea7] {
  width: 3.125rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background: white;
  -webkit-box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
  padding: 0.104167rem;
  overflow: hidden;
}
.back-return-box textarea[data-v-4795fea7] {
  width: 100%;
  border: none;
  margin: 0.052083rem 0;
  height: 0.520833rem;
  background: #f5f7fe;
}
.back-return-box div[data-v-4795fea7]:last-child {
  text-align: center;
}
.back-return-box-posi[data-v-4795fea7] {
  position: absolute;
  top: -0.026042rem;
  right: -0.026042rem;
  outline: none;
  border: none;
  background: red;
  border-radius: 0 0 0 0.208333rem;
  color: white;
  width: 0.208333rem;
  height: 0.208333rem;
  text-align: center;
  cursor: pointer;
}
[data-v-4795fea7]::-webkit-scrollbar {
  width: 0.026042rem;
  height: 0.052083rem;
  background-color: #f5f5f5;
}
.container[data-v-55c37ad0] {
  width: 100%;
  height: 100%;
  background: white;
  padding: 0.104167rem 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-font-smoothing: antialiased;
  font-size: 0.09375rem;
}
.header[data-v-55c37ad0] {
  height: 0.572917rem;
}
.header__mleft[data-v-55c37ad0] {
  height: 0.260417rem;
  margin-top: 0.052083rem;
}
.header .search[data-v-55c37ad0] {
  width: 1.5625rem;
  height: 0.197917rem;
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
  overflow: hidden;
  display: inline-block;
  border: 0.005208rem solid rgba(221,225,229,1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  vertical-align: middle;
}
.header .search input[data-v-55c37ad0] {
  height: 100%;
  width: 1.223958rem;
  font-size: 0.09375rem;
  padding-left: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header .search button[data-v-55c37ad0] {
  width: 0.291667rem;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border: none;
  color: white;
  font-weight: 800;
  cursor: pointer;
  position: absolute;
  vertical-align: middle;
  right: 0;
}
.btn[data-v-55c37ad0] {
  outline: none;
  border: none;
  cursor: pointer;
  padding: 0 0.052083rem;
  line-height: 0.197917rem;
  border-radius: 0.026042rem;
  background: rgba(147, 147, 147, 0.27);
  color: rgba(68, 68, 68, 1);
  background: #f5f7fe;
  border: 0.005208rem solid #def0f8;
  font-size: 0.083333rem;
}
.btn-back-blue[data-v-55c37ad0] {
  background: -webkit-gradient(linear, left top, left bottom, from(#8dbbfa), to(#5194f3));
  background: linear-gradient(#8dbbfa, #5194f3);
  color: white;
  -webkit-box-shadow: 0 0 0.026042rem 0 #8dbbfa;
          box-shadow: 0 0 0.026042rem 0 #8dbbfa;
  margin-left: 0.052083rem;
}
.btn-back-green[data-v-55c37ad0] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
}
.table[data-v-55c37ad0] {
  height: calc(100% - 0.572917rem);
}
.table table tr.even[data-v-55c37ad0] {
  background: rgba(243, 255, 250, 1);
  border-radius: 0.03125rem;
}
.table table tr td[data-v-55c37ad0] {
  padding: 0 0.026042rem !important;
  color: #323053;
  background: none;
}
.table table tr.odd[data-v-55c37ad0] {
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
}
.allFixed p[data-v-55c37ad0]:last-of-type {
  text-align: center;
}
.allFixed .allFixed-btnred[data-v-55c37ad0] {
  margin: 0 0.052083rem;
  margin-top: 1em;
  padding: 0.052083rem 0.104167rem;
  outline: none;
  border: none;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  color: white;
  border-radius: 0.520833rem;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.allFixed .allFixed-btnccc[data-v-55c37ad0] {
  margin: 0 0.052083rem;
  margin-top: 1em;
  padding: 0.052083rem 0.104167rem;
  outline: none;
  border: none;
  background: #fff;
  color: #666;
  border-radius: 0.520833rem;
  border: 0.005208rem solid #f1f1f1;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.allFixed i[data-v-55c37ad0] {
  font-family: "\601D\6E90\9ED1\4F53";
  font-size: 0.104167rem;
}
.allFixed .posi[data-v-55c37ad0] {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.208333rem;
  height: 0.208333rem;
  background: #f34f4f;
  cursor: pointer;
  border-radius: 0 0 0 0.520833rem;
  text-align: center;
  line-height: 0.208333rem;
  color: white;
  font-weight: 600;
}
.allFixed input[data-v-55c37ad0],
.allFixed select[data-v-55c37ad0] {
  background: #F5F7FA;
  padding-left: 0.078125rem;
  line-height: 0.197917rem;
  width: 80%;
  min-width: 0.677083rem;
  height: 0.197917rem;
  border: none;
  font-size: 0.083333rem;
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.072917rem;
  border: 0.005208rem solid #eaeaea;
  border-radius: 0.020833rem;
}
.allFixed div[data-v-55c37ad0] {
  margin: 0 auto;
}
.allFixed table[data-v-55c37ad0] {
  width: 100%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0 0.052083rem;
}
.allFixed table tr td[data-v-55c37ad0]:nth-of-type(odd) {
  text-align: right;
  white-space: nowrap;
}
.allFixed table tr td[data-v-55c37ad0] {
  white-space: nowrap;
}
.allFixed h3[data-v-55c37ad0] {
  font-size: 0.104167rem;
  font-weight: 600;
  white-space: nowrap;
}
.allFixed .border—top[data-v-55c37ad0] {
  position: relative;
  /* padding-bottom: 10px;
  margin-top: 10px; */
  width: 100%;
  border-top: 0.005208rem solid #eeeeee;
  display: block;
}
.allFixed .icon_sp[data-v-55c37ad0] {
  display: inline-block;
  white-space: nowrap;
  -webkit-transform: scale(1);
          transform: scale(1);
  /* color: rgb(27, 117, 252); */
  font-size: 0.104167rem;
  margin-left: -0.026042rem;
}
[data-v-55c37ad0]::-webkit-scrollbar {
  width: 0.026042rem;
  height: 0.052083rem;
  background-color: #f5f5f5;
}
.hover > div[data-v-55c37ad0] {
  position: absolute;
  width: 1.041667rem;
  height: auto;
  background: white;
  right: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  z-index: 10;
  bottom: 0.197917rem;
  text-align: left;
  padding: 0.026042rem;
  white-space: normal;
}
.hover[data-v-55c37ad0] {
  position: relative;
  cursor: pointer;
  min-height: 0.15625rem;
}
.icon_position[data-v-55c37ad0] {
  position: relative;
}
.icon_position img[data-v-55c37ad0] {
  position: absolute;
  left: -0.052083rem;
  top: -0.026042rem;
}
.input_model[data-v-55c37ad0] {
  background-color: #F5F7FA;
  border-color: #E4E7ED;
  font-size: 0.083333rem;
  border: 0.005208rem solid #DCDFE6;
  line-height: 0.197917rem;
  text-indent: 0.078125rem;
  border-radius: 0.020833rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0.8;
  padding-right: 0.052083rem;
}
.footer[data-v-55c37ad0] {
  border: 0.005208rem solid #ccc;
  text-align: center;
  border-radius: 0.026042rem;
  width: 90%;
  line-height: 0.3125rem;
  margin: 0.052083rem auto;
  margin-bottom: 0.15625rem;
}
.allFixed_top[data-v-55c37ad0] {
  text-align: center;
  color: #ccc;
}
.allFixed_top span[data-v-55c37ad0] {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.allFixed_active[data-v-55c37ad0] {
  color: #323053;
  border-bottom: #02cb8e 0.010417rem solid;
}
.recordStyle[data-v-55c37ad0] {
  line-height: 0.1875rem;
  font-size: 0.083333rem;
}
.allFixed .recordStyle[data-v-55c37ad0]:last-of-type {
  text-align: left;
}
.recordStyle i[data-v-55c37ad0] {
  padding-right: 0.15625rem;
  display: inline-block;
  width: 0.15625rem;
  color: rgba(0, 0, 0, 0.4);
  vertical-align: middle;
}
.recordStyle span[data-v-55c37ad0] {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 0;
  width: 0.0625rem;
  height: 0.0625rem;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.010417rem solid #00F5B4;
}
.recordStyle .bar[data-v-55c37ad0] {
  position: absolute;
  top: 0.052083rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.005208rem;
  height: 0.125rem;
  background: #00F5B4;
  display: inline-block;
  padding: 0;
}
.recordStyle[data-v-55c37ad0]:last-of-type {
  color: #3699ff;
}
.recordStyle:last-of-type .bar[data-v-55c37ad0] {
  display: none;
}
.allFixed_nav[data-v-55c37ad0] {
  margin: 0 auto;
  margin-bottom: 0.145833rem;
  text-align: center;
}
.allFixed_nav span[data-v-55c37ad0] {
  margin: 0 0.052083rem;
  padding: 0 0.041667rem;
  font-size: 0.09375rem;
  color: rgba(51, 48, 84, 0.6);
  padding-bottom: 0.052083rem;
  border-bottom: 0.020833rem solid transparent;
  cursor: pointer;
}
.allFixed_nav .allFixed_nav_bar[data-v-55c37ad0] {
  color: rgba(51, 48, 84, 1);
  border-bottom: 0.020833rem solid #1AC8B0;
}
.allFixed .allFixed_table[data-v-55c37ad0] {
  border-collapse: separate;
  border-spacing: 0.052083rem;
  border: 0.005208rem solid #F3F4F6;
  min-height: calc(100% - 0.416667rem);
}
.allFixed .allFixed_table h4[data-v-55c37ad0] {
  font-weight: 500;
  font-size: 0.09375rem;
  font-family: '\601D\6E90\9ED1\4F53';
}
.ul_table[data-v-55c37ad0] {
  padding: 0.078125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.005208rem solid #eee;
}
.ul_tr[data-v-55c37ad0]:first-child {
  border-bottom: 0.005208rem solid #eee;
}
.ul_tr[data-v-55c37ad0],
.ul_tr label[data-v-55c37ad0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0.026042rem 0;
}
.ul_tr li[data-v-55c37ad0] {
  line-height: 150%;
  width: 12.5%;
  text-align: center;
}
.ul_tr li[data-v-55c37ad0]:last-child {
  min-width: 18%;
}
.ul_tr li[data-v-55c37ad0]:first-child {
  min-width: 18%;
}
.container[data-v-7e544a27] {
  width: 100%;
  height: 100%;
  background: white;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.table[data-v-7e544a27] {
  height: calc(100% - 0.625rem);
}
.table table tr td div[data-v-7e544a27] {
  line-height: 100%;
  border-bottom: 0.015625rem solid #eeeffa;
}
.table table tr td div[data-v-7e544a27]:last-child {
  border: none;
}
.blue[data-v-7e544a27] {
  background: #3699ff;
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.010417rem 0.026042rem;
  cursor: pointer;
  border-radius: 0.015625rem;
  font-size: 0.083333rem;
}
.orange[data-v-7e544a27] {
  background: #fac23d;
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.010417rem 0.026042rem;
  cursor: pointer;
  border-radius: 0.015625rem;
  font-size: 0.083333rem;
}
.header > div[data-v-7e544a27] {
  margin-bottom: 0.104167rem;
  font-size: 0.104167rem;
}
.posi[data-v-7e544a27] {
  position: relative;
}
.posi ul[data-v-7e544a27] {
  position: absolute;
  right: 0;
  top: 0.302083rem;
  width: 0.78125rem;
  background: white;
  -webkit-box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
  text-align: center;
  line-height: 0.197917rem;
}
.posi ul li[data-v-7e544a27]:first-child {
  border-bottom: 0.010417rem dashed #ccc;
}
.btn[data-v-7e544a27] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 0.026042rem;
  padding: 0.052083rem;
  height: 0.197917rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.083333rem;
}
.qie[data-v-7e544a27] {
  width: 2.604167rem;
  height: 0.197917rem;
  background: white;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  border-radius: 0.125rem;
  line-height: 0.197917rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.qie span[data-v-7e544a27] {
  -webkit-box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 0 0.125rem 0.125rem 0;
  text-align: center;
  margin-left: -0.104167rem;
  background: white;
}
.qie span[data-v-7e544a27]:nth-of-type(1) {
  z-index: 5;
  margin: 0;
}
.qie span[data-v-7e544a27]:nth-of-type(2) {
  z-index: 4;
}
.qie span[data-v-7e544a27]:nth-of-type(3) {
  z-index: 3;
}
.qie span[data-v-7e544a27]:nth-of-type(4) {
  z-index: 2;
}
.qie span[data-v-7e544a27]:nth-of-type(5) {
  z-index: 1;
}
.qie .active[data-v-7e544a27] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
}
input[data-v-7e544a27] {
  background: #eeeffa;
  font-size: 0.125rem;
  width: 1.302083rem;
  line-height: 0.197917rem;
  margin-right: 0.15625rem;
}
.put[data-v-7e544a27] {
  width: 3.75rem;
  min-height: 4.166667rem;
  background: white;
  -webkit-box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
  position: absolute;
  left: 50%;
  top: 10%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.put table[data-v-7e544a27] {
  margin: 0 auto;
  margin-top: 0.15625rem;
  overflow: auto;
}
.put table[data-v-7e544a27] input,
#remark[data-v-7e544a27] {
  background: #eeeffa;
  font-size: 0.125rem;
  width: 1.5625rem;
  line-height: 0.197917rem;
}
.put table tr[data-v-7e544a27] td {
  line-height: 0.25rem;
  padding: 0 0.026042rem;
}
#remark[data-v-7e544a27] {
  border: none;
}
.put table[data-v-7e544a27] .input {
  background: #eeeffa;
  font-size: 0.125rem;
  width: 0.520833rem;
  line-height: 0.197917rem;
}
textarea[data-v-7e544a27] {
  background: #eeeffa;
}
.exc[data-v-7e544a27] {
  width: 3.161458rem;
  height: 1.921875rem;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.03125rem 0.114583rem 0.010417rem rgba(11, 33, 24, 0.1);
          box-shadow: 0 0.03125rem 0.114583rem 0.010417rem rgba(11, 33, 24, 0.1);
  border-radius: 0.020833rem;
  position: absolute;
  left: 50%;
  top: 20%;
  padding: 2% 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.exc table[data-v-7e544a27] {
  margin: 0 auto;
  width: 80%;
}
.exc table td[data-v-7e544a27] {
  line-height: 0.302083rem;
  padding: 0 0.026042rem;
}
input[type="file"][data-v-7e544a27] {
  background: transparent;
}
.ccc[data-v-7e544a27] {
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.010417rem 0.026042rem;
  cursor: pointer;
  border-radius: 0.015625rem;
  font-size: 0.083333rem;
  background: rgb(230, 230, 230);
}
.mb > div[data-v-7e544a27] {
  margin-bottom: 0.052083rem;
}
.mb > div span[data-v-7e544a27]:first-child {
  width: 0.78125rem;
  display: inline-block;
}
.spans[data-v-7e544a27] {
  display: inline-block;
  width: 0.78125rem;
}
.see[data-v-7e544a27] {
  background: white;
  -webkit-box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
  position: absolute;
  left: 50%;
  top: 20%;
  width: 3.75rem;
  min-height: 1.041667rem;
}
.see table[data-v-7e544a27] {
  margin: 0 auto;
  width: 80%;
  line-height: 0.25rem;
}
.greenbtn[data-v-7e544a27] {
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.104167rem;
  cursor: pointer;
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  border-radius: 2.604167rem;
  -webkit-box-shadow: 0 0 0.026042rem 0 #3aedb3;
          box-shadow: 0 0 0.026042rem 0 #3aedb3;
}
.redbtn[data-v-7e544a27] {
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
  background: rgb(255, 0, 0);
}
.eee[data-v-7e544a27] {
  margin: 0 0.026042rem;
  color: #000;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
  background: #f1f6f9;
}
.zposi div[data-v-7e544a27] {
  min-height: 0.15625rem;
}
[data-v-7e544a27]::-webkit-scrollbar {
  width: 0.026042rem;
  height: 0.052083rem;
  background-color: #f5f5f5;
}

/*定义滚动条轨道 内阴影+圆角*/
[data-v-7e544a27]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0.03125rem rgba(0, 0, 0, 0.3);
  border-radius: 0.052083rem;
  background-color: #f5f5f5;
}

/*定义滑块 内阴影+圆角*/
[data-v-7e544a27]::-webkit-scrollbar-thumb {
  border-radius: 0.052083rem;
  -webkit-box-shadow: inset 0 0 0.03125rem rgba(0, 0, 0, 0.3);
  background-color: #bdbdbd;
}

/*滑块效果*/
[data-v-7e544a27]::-webkit-scrollbar-thumb:hover {
  border-radius: 0.026042rem;
  -webkit-box-shadow: inset 0 0 0.026042rem rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.4);
}

/*IE滚动条颜色*/
html[data-v-7e544a27] {
  scrollbar-face-color: #bfbfbf;
  /*滚动条颜色*/
  scrollbar-highlight-color: #000;
  scrollbar-3dlight-color: #000;
  scrollbar-darkshadow-color: #000;
  scrollbar-shadow-color: #adadad;
  /*滑块边色*/
  scrollbar-arrow-color: rgba(0, 0, 0, 0.4);
  /*箭头颜色*/
  scrollbar-track-color: #eeeeee;
  /*背景颜色*/
}
.red[data-v-7e544a27] {
  background: red;
  width: 50%;
  height: 0.197917rem;
}
.topheader[data-v-7e544a27] {
  width: 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  background: white;
  -webkit-box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
  height: 0.260417rem;
  line-height: 0.260417rem;
  text-align: center;
  border-radius: 0.130208rem;
}
.topheader > span[data-v-7e544a27] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
}
.topheader .active[data-v-7e544a27] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border-radius: 0.130208rem;
}
.dw[data-v-7e544a27] {
  position: relative;
  width: 0.78125rem;
  height: 0.197917rem;
  margin-right: 0.104167rem;
  line-height: 0.197917rem;
  border-radius: 0.026042rem;
  border: 0.005208rem solid #eee;
  cursor: pointer;
}
.dw > div[data-v-7e544a27] {
  text-align: center;
  width: 0.78125rem;
  height: 0.197917rem;
}
.dw > div[data-v-7e544a27]:last-child {
  position: absolute;
}
.dw > div div[data-v-7e544a27] {
  border: 0.005208rem solid #eee;
  cursor: pointer;
  background: white;
}
.dw > div div[data-v-7e544a27]:hover {
  background: #eeeffa;
  color: #88879c;
}
.el-icon-arrow-down[data-v-7e544a27] {
  width: 0.15625rem;
  height: 0.197917rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#67eaab), to(#36c5cc));
  background: linear-gradient(#67eaab, #36c5cc);
  color: white;
  padding: 0;
  line-height: 0.197917rem;
  float: right;
  border-radius: 0 0.026042rem 0.026042rem 0;
}
.mleft[data-v-7e544a27] {
  margin-top: 0.104167rem;
}
.btn-back-blue[data-v-7e544a27] {
  background: -webkit-gradient(linear, left top, left bottom, from(#8dbbfa), to(#5194f3));
  background: linear-gradient(#8dbbfa, #5194f3);
}
.back-return[data-v-7e544a27] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.back-return-box[data-v-7e544a27] {
  width: 3.125rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background: white;
  -webkit-box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
  padding: 0.104167rem;
}
.back-return-box textarea[data-v-7e544a27] {
  width: 100%;
  border: none;
  margin: 0.052083rem 0;
  height: 0.520833rem;
}
.back-return-box div[data-v-7e544a27]:last-child {
  text-align: center;
}

/* .back-return-box div:last-child button{} */
.container[data-v-726d03b2] {
  width: 100%;
  height: 100%;
  overflow: auto;
  font-size: 0.09375rem;
  background: white;
  padding: 0.104167rem 0.15625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.container header[data-v-726d03b2] {
  font-size: 0.09375rem;
  font-family: '\601D\6E90\9ED1\4F53';
  font-weight: 500;
  color: rgba(50,48,83,1);
  height: 0.416667rem;
  line-height: 0.416667rem;
}
.container header input[data-v-726d03b2] {
  background: #F3F4FC;
  line-height: 0.260417rem;
  padding-left: 0.052083rem;
}
.container .content[data-v-726d03b2] {
  -webkit-box-shadow: 0 0.015625rem 0.03125rem 0 rgba(182,182,195,0.64);
          box-shadow: 0 0.015625rem 0.03125rem 0 rgba(182,182,195,0.64);
}
.nav[data-v-726d03b2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav li[data-v-726d03b2] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  background: #F7F8FF;
  border-left: 0.005208rem solid white;
  font-size: 0.09375rem;
  font-family: '\601D\6E90\9ED1\4F53';
  font-weight: 500;
  color: rgba(50,48,83,1);
  height: 0.416667rem;
  line-height: 0.416667rem;
  cursor: pointer;
}
.nav li[data-v-726d03b2]:first-child {
  border: none;
}
.nav li span[data-v-726d03b2] {
  position: relative;
}
.nav li span i[data-v-726d03b2] {
  position: absolute;
  top: -20%;
  right: -20%;
  width: 0.104167rem;
  height: 0.104167rem;
  font-size: 0.0625rem;
  border-radius: 50%;
  background: red;
  line-height: 0.104167rem;
  color: white;
}
.nav .active[data-v-726d03b2] {
  background: -webkit-gradient(linear,left bottom, left top,from(rgba(0,180,191,1)),to(rgba(66,230,149,1)));
  background: linear-gradient(0deg,rgba(0,180,191,1) 0%,rgba(66,230,149,1) 100%);
  opacity: 0.8;
  border-radius: 0.03125rem;
  color: white;
}
.main li[data-v-726d03b2] {
  padding: 0 0.104167rem;
  border-bottom: 0.005208rem solid #eee;
  font-size: 0.083333rem;
  font-family: '\601D\6E90\9ED1\4F53';
  font-weight: 500;
  color: rgba(50,48,83,1);
  line-height: 0.3125rem;
}
.main li button[data-v-726d03b2] {
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  background: #F2F1F9;
  font-size: 0.072917rem;
  font-family: '\601D\6E90\9ED1\4F53';
  font-weight: 500;
  color: rgba(88,86,120,1);
  margin-right: 0.052083rem;
  border-radius: 0.026042rem;
}
.main li .blue[data-v-726d03b2] {
  background: -webkit-gradient(linear,left top, left bottom,from(#8EBDFA),to(#5496F3));
  background: linear-gradient(#8EBDFA,#5496F3);
  color: rgba(255,255,255,1);
}
.main li time[data-v-726d03b2] {
  font-size: 0.072917rem;
  color: rgba(169,168,176,1);
}
.main[data-v-726d03b2] {
  min-height: 2.604167rem;
}
.container[data-v-96b1cb78] {
  width: 100%;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-font-smoothing: antialiased;
  font-size: 0.09375rem;
  background: white;
}
.container_height[data-v-96b1cb78] {
  min-height: 100%;
}
.container_height1[data-v-96b1cb78] {
  height: 100%;
}
.header__mleft[data-v-96b1cb78] {
  height: 0.260417rem;
  margin-top: 0.052083rem;
}
.header__mleft--search[data-v-96b1cb78] {
  background: #f3f4fc;
  line-height: 0.197917rem;
  margin-right: 0.078125rem;
  padding-left: 0.052083rem;
}
.btn[data-v-96b1cb78] {
  outline: none;
  border: none;
  cursor: pointer;
  padding: 0.026042rem 0.052083rem;
  border-radius: 0.026042rem;
  background: rgba(147, 147, 147, 0.27);
  color: rgba(68, 68, 68, 1);
  background: #f5f7fe;
  border: 0.005208rem solid #def0f8;
  font-size: 0.083333rem;
}
.header .topheader[data-v-96b1cb78] {
  margin: 0 auto;
  background: white;
  -webkit-box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
  height: 0.208333rem;
  line-height: 0.208333rem;
  text-align: center;
  border-radius: 0.130208rem;
  display: inline-block;
  width: auto;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header .topheader > span[data-v-96b1cb78] {
  cursor: pointer;
  padding: 0 0.052083rem;
  white-space: nowrap;
  float: left;
  height: 100%;
}
.header .topheader .active[data-v-96b1cb78] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border-radius: 0.130208rem;
}
.header .search[data-v-96b1cb78] {
  width: 1.213542rem;
  height: 0.197917rem;
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
  overflow: hidden;
  position: relative;
  border: 0.005208rem solid #ccc;
}
.header .search input[data-v-96b1cb78] {
  height: 100%;
  width: 0.911458rem;
  font-size: 0.09375rem;
  padding-left: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header .search button[data-v-96b1cb78] {
  width: 0.302083rem;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border: none;
  color: white;
  font-weight: 800;
  cursor: pointer;
  position: absolute;
  right: 0;
}
.header_select[data-v-96b1cb78] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header_select>div[data-v-96b1cb78]:nth-of-type(1),
.header_select>div[data-v-96b1cb78]:nth-of-type(2),
.header_select>div[data-v-96b1cb78]:nth-of-type(4) {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  margin-right: 0.026042rem;
}
.header_select>div[data-v-96b1cb78]:nth-of-type(3) {
  -webkit-box-flex: 18;
      -ms-flex: 18;
          flex: 18;
}
.header_select>div:nth-of-type(3) ul[data-v-96b1cb78] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: white;
  margin-left: 0.052083rem;
  background: rgba(255,255,255,1);
  -webkit-box-shadow: 0 0.010417rem 0.036458rem 0 rgba(182,182,195,0.42);
          box-shadow: 0 0.010417rem 0.036458rem 0 rgba(182,182,195,0.42);
  border-radius: 0.03125rem;
}
.header_select>div:nth-of-type(3) li[data-v-96b1cb78] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 0.208333rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 0.208333rem;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
}
.header_select>div:nth-of-type(3) .active[data-v-96b1cb78] {
  color: #fff;
  background-color: #409eff;
  border-color: #409eff;
  border-radius: 0.03125rem;
}
.section[data-v-96b1cb78] {
  background: rgba(255, 255, 255, 1);
  border: 0.005208rem solid rgba(238, 238, 238, 1);
  border-radius: 0.09375rem;
  margin: 0.104167rem 0;
}
.section-header[data-v-96b1cb78],
.section-main[data-v-96b1cb78] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 0.3125rem;
  margin-bottom: 0.052083rem;
  width: 100%;
  text-align: center;
}
.section-header li[data-v-96b1cb78]:nth-of-type(1),
.section-main li[data-v-96b1cb78]:nth-of-type(1) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.section-header-border[data-v-96b1cb78],
.section-main-border[data-v-96b1cb78] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 15;
      -ms-flex: 15;
          flex: 15;
  text-align: center;
  margin-right: 0.104167rem;
}
.section-header-border li[data-v-96b1cb78],
.section-main-border li[data-v-96b1cb78] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.section-main-border[data-v-96b1cb78] {
  border: 0.005208rem solid rgba(238, 238, 238, 1);
  border-radius: 0.09375rem;
}
.header-fr[data-v-96b1cb78] {
  width: 1.5625rem;
  float: right;
}
.header-fr-select[data-v-96b1cb78] {
  float: right;
  width: 0.520833rem;
  outline: none;
  border: none;
  margin-right: 0.052083rem;
  height: 0.15625rem;
}
.section-main:hover .section-main-border[data-v-96b1cb78] {
  background: rgba(86, 165, 254, 1) !important;
  -webkit-box-shadow: 0 0 0.041667rem 0 rgba(86, 165, 254, 0.45);
          box-shadow: 0 0 0.041667rem 0 rgba(86, 165, 254, 0.45);
  color: white;
}
.section-main:hover > li[data-v-96b1cb78] {
  color: rgba(86, 165, 254, 1);
}
.section-main:hover .section-header-border[data-v-96b1cb78] {
  background: rgba(86, 165, 254, 1);
  -webkit-box-shadow: 0 0 0.041667rem 0 rgba(86, 165, 254, 0.45);
          box-shadow: 0 0 0.041667rem 0 rgba(86, 165, 254, 0.45);
  color: white;
  border-radius: 0.09375rem;
}
.btn[data-v-96b1cb78] {
  color: white;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 0.026042rem;
  padding: 0.026042rem 0.104167rem;
  height: 0.197917rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0.026042rem;
}
.btn-back-blue[data-v-96b1cb78] {
  background: -webkit-gradient(linear, left top, left bottom, from(#8dbbfa), to(#5194f3));
  background: linear-gradient(#8dbbfa, #5194f3);
}
.btn-back-green[data-v-96b1cb78] {
  background: -webkit-gradient(linear,left bottom, left top,from(rgba(0,180,191,1)),to(rgba(66,230,149,1)));
  background: linear-gradient(0deg,rgba(0,180,191,1) 0%,rgba(66,230,149,1) 100%);
}
.table[data-v-96b1cb78] {
  height: calc(100% - 0.572917rem);
  border: 0.005208rem solid rgba(221,225,229,1);
  -webkit-box-shadow: 0 0.03125rem 0.083333rem 0 rgba(233,233,242,1);
          box-shadow: 0 0.03125rem 0.083333rem 0 rgba(233,233,242,1);
}
.table table tr.even[data-v-96b1cb78] {
  background: rgba(243, 255, 250, 1);
  border-radius: 0.03125rem;
}
.table table tr.odd[data-v-96b1cb78] {
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
}
.table table tr td[data-v-96b1cb78] {
  padding: 0 0.026042rem !important;
  color: #323053;
}
.table-btn-blue[data-v-96b1cb78] {
  outline: none;
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #73adfc), to(#3374dc));
  background: linear-gradient(#73adfc 70%, #3374dc 100%);
  color: white;
  border-radius: 0.010417rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 0.135417rem;
  line-height: 0.135417rem;
  width: 0.520833rem;
  font-size: 0.072917rem;
  cursor: pointer;
}
.btn-back-ccc[data-v-96b1cb78] {
  margin-right: 0.026042rem;
  color: rgb(54, 53, 53);
  outline: none;
  border: none;
  cursor: pointer;
  background: #fff;
  border: 0.005208rem solid #f1f1f1;
  color: #666;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.execl[data-v-96b1cb78] {
  padding: 0.104167rem;
  background: white;
  -webkit-box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
  position: absolute;
  left: 50%;
  top: 20%;
  width: 3.75rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.execl > div[data-v-96b1cb78] {
  width: 3.28125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: normal;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}
.execl > div p[data-v-96b1cb78] {
  min-width: 0.78125rem;
  margin-bottom: 0.104167rem;
}
.execl > div p input[data-v-96b1cb78] {
  width: 0.104167rem;
  min-width: 0.104167rem;
  height: 0.104167rem;
  margin-right: 0;
  vertical-align: text-top;
  vertical-align: middle;
}
.section-main-title[data-v-96b1cb78] {
  position: relative;
}
.section-main-more[data-v-96b1cb78] {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0 0.015625rem;
  height: 0.15625rem;
  line-height: 0.15625rem;
  cursor: pointer;
  -webkit-box-shadow: 0 0 0.026042rem 0 #ccc;
          box-shadow: 0 0 0.026042rem 0 #ccc;
}
.allFixed table[data-v-96b1cb78] {
  border-collapse: separate;
  border-spacing: 0.052083rem;
}
.allFixed table tr td[data-v-96b1cb78]:nth-of-type(odd) {
  white-space: nowrap;
}
.allFixed p[data-v-96b1cb78]:last-of-type {
  text-align: center;
}
.allFixed .allFixed-btnred[data-v-96b1cb78] {
  margin: 0 0.052083rem;
  margin-top: 1em;
  padding: 0.052083rem 0.104167rem;
  outline: none;
  border: none;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  color: white;
  border-radius: 0.520833rem;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.allFixed .allFixed-btnccc[data-v-96b1cb78] {
  margin: 0 0.052083rem;
  margin-top: 1em;
  padding: 0.052083rem 0.104167rem;
  outline: none;
  border: none;
  background: #fff;
  color: #666;
  border-radius: 0.520833rem;
  border: 0.005208rem solid #f1f1f1;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.allFixed i[data-v-96b1cb78] {
  font-family: "\601D\6E90\9ED1\4F53";
  font-size: 0.104167rem;
}
.allFixed .posi[data-v-96b1cb78] {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.208333rem;
  height: 0.208333rem;
  background: #f34f4f;
  cursor: pointer;
  border-radius: 0 0 0 0.520833rem;
  text-align: center;
  line-height: 0.208333rem;
  color: white;
  font-weight: 600;
}
.allFixed input[data-v-96b1cb78],
.allFixed select[data-v-96b1cb78] {
  background: #F5F7FA;
  padding-left: 0.078125rem;
  line-height: 0.197917rem;
  width: 80%;
  min-width: 0.677083rem;
  height: 0.197917rem;
  border: none;
  font-size: 0.083333rem;
}
.allFixed div[data-v-96b1cb78] {
  margin: 0 auto;
}
.allFixed table[data-v-96b1cb78] {
  width: 100%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0 0.052083rem;
}
.allFixed table tr td[data-v-96b1cb78]:nth-of-type(odd) {
  text-align: right;
  white-space: nowrap;
  /* padding: 5px 0; */
}
.allFixed table tr td[data-v-96b1cb78] {
  white-space: nowrap;
}
.allFixed h3[data-v-96b1cb78] {
  font-size: 0.104167rem;
  font-weight: 600;
  white-space: nowrap;
}
.allFixed .border—top[data-v-96b1cb78] {
  position: relative;
  /* padding-bottom: 10px;
  margin-top: 10px; */
  width: 100%;
  border-top: 0.005208rem solid #eeeeee;
  display: block;
}
.allFixed .icon_sp[data-v-96b1cb78] {
  display: inline-block;
  white-space: nowrap;
  -webkit-transform: scale(1);
          transform: scale(1);
  /* color: rgb(27, 117, 252); */
  font-size: 0.104167rem;
  margin-left: -0.026042rem;
}
.hover > div[data-v-96b1cb78] {
  position: absolute;
  width: 1.041667rem;
  height: auto;
  background: white;
  right: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  z-index: 10;
  bottom: 0.197917rem;
  text-align: left;
  padding: 0.026042rem;
  white-space: normal;
}
.hover[data-v-96b1cb78] {
  position: relative;
  cursor: pointer;
  min-height: 0.15625rem;
}
.input_model[data-v-96b1cb78] {
  background-color: #F5F7FA;
  border-color: #E4E7ED;
  font-size: 0.083333rem;
  /* border: 1px solid #DCDFE6; */
  line-height: 0.208333rem;
  text-indent: 0.078125rem;
  border-radius: 0.020833rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0.8;
  padding-right: 0.052083rem;
}
.ul_table[data-v-96b1cb78] {
  padding: 0.078125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.005208rem solid #eee;
}
.ul_tr[data-v-96b1cb78]:first-child {
  border-bottom: 0.005208rem solid #eee;
}
.ul_tr[data-v-96b1cb78],
.ul_tr label[data-v-96b1cb78] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0.026042rem 0;
}
.ul_tr li[data-v-96b1cb78] {
  line-height: 150%;
  width: 12.5%;
  text-align: center;
}
.ul_tr li[data-v-96b1cb78]:last-child {
  min-width: 18%;
}
.ul_tr li[data-v-96b1cb78]:first-child {
  min-width: 18%;
}
.container[data-v-b4cf2c34] {
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 0.083333rem;
  padding: 0.104167rem;
}
.header[data-v-b4cf2c34] {
  width: 100%;
  margin-bottom: 0.15625rem;
}
.header .search[data-v-b4cf2c34] {
  width: 1.109375rem;
  height: 0.197917rem;
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
  overflow: hidden;
  position: relative;
}
.header .search input[data-v-b4cf2c34] {
  height: 100%;
  width: 0.911458rem;
  font-size: 0.083333rem;
  padding-left: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header .search button[data-v-b4cf2c34] {
  /* width: 38px; */
  position: absolute;
  right: 0;
  padding: 0 0.015625rem;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border: none;
  color: white;
  font-weight: 600;
  font-size: 0.09375rem;
  cursor: pointer;
}
.header .el-select[data-v-b4cf2c34] {
  width: 0.520833rem;
  margin: 0 0.104167rem;
}
.table[data-v-b4cf2c34] {
  height: calc(100% - 0.3125rem);
}
.table table tbody tr.show[data-v-b4cf2c34] {
  width: 100%;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: left;
  line-height: 0.25rem;
  font-size: 0.083333rem;
  background: white;
}
.table table tbody tr.show td:nth-of-type(even)>div[data-v-b4cf2c34] {
  border: none;
  border-left: 0.03125rem solid #4793FB;
  border-radius: 0.020833rem;
  padding-left: 0.104167rem;
  -webkit-box-shadow: 0 0 0.015625rem 0 #ccc;
          box-shadow: 0 0 0.015625rem 0 #ccc;
}
.el-icon-arrow-right[data-v-b4cf2c34] {
  -webkit-transition: .3s;
  transition: .3s;
}
.header_btn[data-v-b4cf2c34] {
  outline: none;
  border: none;
  cursor: pointer;
  padding: 0 0.052083rem;
  line-height: 0.197917rem;
  border-radius: 0.026042rem;
  background: rgba(147, 147, 147, 0.27);
  color: rgba(68, 68, 68, 1);
  background: #f5f7fe;
  font-size: 0.083333rem;
}
.header_btn_blue[data-v-b4cf2c34] {
  background: -webkit-gradient(linear, left top, left bottom, from(#8dbbfa), to(#5194f3));
  background: linear-gradient(#8dbbfa, #5194f3);
  color: white;
  -webkit-box-shadow: 0 0 0.026042rem 0 #8dbbfa;
          box-shadow: 0 0 0.026042rem 0 #8dbbfa;
  margin-left: 0.052083rem;
}
.header_btn_green[data-v-b4cf2c34] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
}
.el-dropdown-menu__item[data-v-b4cf2c34] {
  padding: 0;
}
.el-dropdown-menu__item p[data-v-b4cf2c34] {
  padding: 0 0.052083rem;
}
.table_link[data-v-b4cf2c34] {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.allFixed table[data-v-b4cf2c34] {
  border-collapse: separate;
  border-spacing: 0.104167rem;
  width: 3.125rem;
}
.allFixed table td[data-v-b4cf2c34]:nth-of-type(odd) {
  text-align: right;
  white-space: nowrap;
  line-height: 0.260417rem;
  vertical-align: text-top;
}
.allFixed table td:nth-of-type(even) .el-input[data-v-b4cf2c34] {
  width: 1.041667rem;
}
.allFixed[data-v-b4cf2c34]  table input::-webkit-outer-spin-button,
.allFixed[data-v-b4cf2c34]  table input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.allFixed[data-v-b4cf2c34]  table input[type="number"] {
  -moz-appearance: textfield;
}
.container[data-v-4b35beeb] {
  width: 100%;
  min-height: 90%;
  margin-top: 0.15625rem;
}
.top[data-v-4b35beeb] {
  width: 100%;
  height: 2.083333rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.052083rem;
}
.top_1[data-v-4b35beeb] {
  -webkit-box-flex: 55;
      -ms-flex: 55;
          flex: 55;
  margin: 0 0.104167rem;
  position: relative;
}
.top_1>div[data-v-4b35beeb],
.top_2>div[data-v-4b35beeb],
.top_3>div[data-v-4b35beeb],
.top_4>div[data-v-4b35beeb] {
  -webkit-box-shadow: 0 0 0.104167rem 0.005208rem rgba(10, 10, 11, 0.1);
          box-shadow: 0 0 0.104167rem 0.005208rem rgba(10, 10, 11, 0.1);
  background: white;
  border-radius: 0.083333rem;
  margin-top: 0.104167rem;
  height: calc(100% - 0.322917rem);
}
.top_2[data-v-4b35beeb] {
  -webkit-box-flex: 45;
      -ms-flex: 45;
          flex: 45;
  margin: 0 0.104167rem;
  position: relative;
}
.top_3[data-v-4b35beeb] {
  -webkit-box-flex: 65;
      -ms-flex: 65;
          flex: 65;
  margin: 0 0.104167rem;
  position: relative;
}
.top_4[data-v-4b35beeb] {
  -webkit-box-flex: 35;
      -ms-flex: 35;
          flex: 35;
  margin: 0 0.104167rem;
  position: relative;
}
.top h3[data-v-4b35beeb] {
  line-height: 0.166667rem;
  font-size: 0.114583rem;
}
.bar[data-v-4b35beeb] {
  border-left: 0.03125rem solid #30d8a0;
  margin-right: 0.078125rem;
}
.mar_1[data-v-4b35beeb] {
  color: #aeadb5;
  font-size: 0.09375rem;
  font-weight: 500;
}
.mar_2[data-v-4b35beeb] {
  color: #A3A3AD;
  font-size: 0.09375rem;
  font-weight: 500;
  margin-right: 0.130208rem;
  line-height: 200%;
  border: 0.005208rem solid rgba(163, 163, 173, 1);
  position: relative;
  padding: 0 0.052083rem;
  background: white;
}
.mar_2_1[data-v-4b35beeb] {
  margin-right: 0.130208rem;
}
.top_3 .top_3_posi[data-v-4b35beeb] {
  position: absolute;
  left: 0.15625rem;
  top: 0.260417rem;
  z-index: 100;
}
.ibar[data-v-4b35beeb] {
  display: inline-block;
  width: 0.083333rem;
  height: 0.083333rem;
  border-radius: 0.026042rem;
  margin: 0 0.026042rem;
  margin-left: 0.052083rem;
}
#main[data-v-4b35beeb],
#main1[data-v-4b35beeb],
#main2[data-v-4b35beeb],
#main3[data-v-4b35beeb],
#main4[data-v-4b35beeb] {
  width: 100%;
}
#main5[data-v-4b35beeb] {
  height: 100%;
  width: 100%;
}
#main5_1[data-v-4b35beeb] {
  position: absolute;
  right: 10%;
  top: 30%;
  font-size: 0.15625rem;
}
#main5_2[data-v-4b35beeb] {
  width: 0.520833rem;
  text-align: center;
  font-size: 0.15625rem;
  color: #ccc;
  position: absolute;
  left: 21%;
  top: 38%;
}
#main5_3[data-v-4b35beeb] {
  line-height: 0.130208rem;
  position: absolute;
  right: 13%;
  top: 42%;
  font-size: 0.083333rem;
}
#main5_3 i[data-v-4b35beeb] {
  display: inline-block;
  width: 0.052083rem;
  height: 0.052083rem;
  border-radius: 50%;
  margin-right: 0.026042rem;
}
.el-input[data-v-4b35beeb],
.el-select[data-v-4b35beeb] {
  width: 10em;
  margin-left: 0.052083rem;
}
.posi_left_right[data-v-4b35beeb] {
  width: 95%;
  position: absolute;
  right: 0;
  z-index: 1000;
  bottom: 0.078125rem;
}
.header[data-v-4b35beeb] {
  margin: 0.104167rem;
  background: white;
  border-radius: 0.104167rem;
  padding: 0.104167rem;
}
.header h3[data-v-4b35beeb] {
  border-bottom: 0.005208rem solid #eee;
  line-height: 0.15625rem;
  font-weight: 600;
  font-size: 0.09375rem;
}
.header h3 span[data-v-4b35beeb] {
  font-weight: 400;
  font-size: 0.072917rem;
  color: #aeadb5;
}
.header table[data-v-4b35beeb] {
  width: 100%;
  text-align: center;
  margin-top: 0.104167rem;
  border-collapse: separate;
  border-spacing: 0.052083rem;
}
.header table th[data-v-4b35beeb] {
  text-align: center;
}
.header table td[data-v-4b35beeb] {
  font-size: 0.145833rem;
  font-family: Helvetica;
  font-weight: 400;
  color: #21CDAA;
}
.container[data-v-26a21f34] {
  width: 100%;
  min-height: 100%;
  min-width: 1200PX;
  background: white;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
.container[data-v-26a21f34] .el-table .cell {
  line-height: 1;
}
.elTable[data-v-26a21f34] .el-button--text {
  padding: 0;
}
.container[data-v-26a21f34].el-table__fixed::before {
  background-color: transparent !important;
}
.elTable[data-v-26a21f34] .el-table__body-wrapper::-webkit-scrollbar {
  height: 0.104167rem;
}
.elTable[data-v-26a21f34]  .el-table__fixed {
  height: auto!important;
  bottom: 0.088542rem!important;
}
.container[data-v-6aeb1e30] {
  width: 100%;
  min-height: 100%;
  min-width: 1200PX;
  background: white;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
.container[data-v-6aeb1e30] .el-table .cell {
  line-height: 1;
}
.elTable[data-v-6aeb1e30] .cell {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.elTable[data-v-6aeb1e30] .el-button--text {
  padding: 0;
}
.container[data-v-6aeb1e30].el-table__fixed::before {
  background-color: transparent !important;
}
.elTable[data-v-6aeb1e30] .el-table__body-wrapper::-webkit-scrollbar {
  height: 0.104167rem;
}
.elTable[data-v-6aeb1e30]  .el-table__fixed {
  height: auto!important;
  bottom: 0.088542rem!important;
}
.CFORevenueAndExpenditureManagement[data-v-d44786ee] {
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-font-smoothing: antialiased;
  font-size: 0.072917rem;
}
.CFORevenueAndExpenditureManagement .CFORevenueAndExpenditureManagement_head[data-v-d44786ee] {
  margin-bottom: 0.3125rem;
}
.CFORevenueAndExpenditureManagement_head .header_search[data-v-d44786ee] {
  width: 1.5625rem;
}
.CFORevenueAndExpenditureManagement_head[data-v-d44786ee] .el-input-group__append {
  width: 0.291667rem !important;
}
.CFORevenueAndExpenditureManagement_head .header_select[data-v-d44786ee] {
  width: 0.625rem;
  margin-left: 0.041667rem;
}
.CFORevenueAndExpenditureManagement_head .header_picker[data-v-d44786ee] {
  width: 1.458333rem;
  margin-left: 0.041667rem;
}
.CFORevenueAndExpenditureManagement_cont[data-v-d44786ee] {
  height: calc(100% - 0.78125rem);
}
.CFORevenueAndExpenditureManagement_cont .CFORevenueAndExpenditureManagement_cont_table[data-v-d44786ee] {
  height: 100%;
}
.CFORevenueAndExpenditureManagement_cont .CFORevenueAndExpenditureManagement_cont_table .CFORevenueAndExpenditureManagement_cont_table_cellname .cell[data-v-d44786ee] {
  white-space: nowrap;
}
.CFORevenueAndExpenditureManagement_cont_table .CFORevenueAndExpenditureManagement_cont_table_clickColor[data-v-d44786ee] {
  color: #409EFF;
  cursor: pointer;
}
.allFixed h3[data-v-d44786ee] {
  font-size: 0.125rem;
  white-space: nowrap;
}
.allFixed > div table tr td[data-v-d44786ee] {
  padding-bottom: 0.020833rem;
}
.allFixed > div table tr td[data-v-d44786ee]:nth-of-type(odd) {
  white-space: nowrap;
  text-align: right;
}
.CFOStudentOrderManagement[data-v-1f422a64] {
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-font-smoothing: antialiased;
  font-size: 0.072917rem;
}
.CFOStudentOrderManagement .CFOStudentOrderManagement_head[data-v-1f422a64] {
  margin-bottom: 0.3125rem;
}
.CFOStudentOrderManagement_head .header_search[data-v-1f422a64] {
  width: 1.5625rem;
}
.CFOStudentOrderManagement_head[data-v-1f422a64] .el-input-group__append {
  width: 0.291667rem !important;
}
.CFOStudentOrderManagement_head .header_select[data-v-1f422a64] {
  width: 0.625rem;
  margin-left: 0.041667rem;
}
.CFOStudentOrderManagement_head .header_picker[data-v-1f422a64] {
  width: 1.458333rem;
  margin-left: 0.041667rem;
}
.CFOStudentOrderManagement_cont[data-v-1f422a64] {
  height: calc(100% - 0.520833rem);
}
.CFOStudentOrderManagement_cont .CFOStudentOrderManagement_cont_table[data-v-1f422a64] {
  height: 100%;
}
.CFOStudentOrderManagement_cont .CFOStudentOrderManagement_cont_table .CFOStudentOrderManagement_cont_table_cellname .cell[data-v-1f422a64] {
  white-space: nowrap;
}
.CFOStudentOrderManagement_cont_table_clickColor[data-v-1f422a64] {
  color: #409EFF;
  cursor: pointer;
}
.allFixed h3[data-v-1f422a64] {
  font-size: 0.104167rem;
  font-weight: 600;
  white-space: nowrap;
}
.allFixed .border—top[data-v-1f422a64] {
  position: relative;
  /* padding-bottom: 10px;
  margin-top: 10px; */
  width: 100%;
  border-top: 0.005208rem solid #eeeeee;
  display: block;
}
.allFixed p[data-v-1f422a64]:last-of-type {
  text-align: center;
}
.allFixed .allFixed-btnred[data-v-1f422a64] {
  margin: 0 0.052083rem;
  margin-top: 1em;
  padding: 0.052083rem 0.104167rem;
  outline: none;
  border: none;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  color: white;
  border-radius: 0.520833rem;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.allFixed .allFixed-btnccc[data-v-1f422a64] {
  margin: 0 0.052083rem;
  margin-top: 1em;
  padding: 0.052083rem 0.104167rem;
  outline: none;
  border: none;
  background: #fff;
  color: #666;
  border-radius: 0.520833rem;
  border: 0.005208rem solid #f1f1f1;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.allFixed i[data-v-1f422a64] {
  font-family: "\601D\6E90\9ED1\4F53";
  font-size: 0.104167rem;
}
.allFixed .posi[data-v-1f422a64] {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.208333rem;
  height: 0.208333rem;
  background: #f34f4f;
  cursor: pointer;
  border-radius: 0 0 0 0.520833rem;
  text-align: center;
  line-height: 0.208333rem;
  color: white;
  font-weight: 600;
}
.allFixed input[data-v-1f422a64],
.allFixed select[data-v-1f422a64] {
  background: #F5F7FA;
  padding-left: 0.078125rem;
  line-height: 0.197917rem;
  width: 80%;
  min-width: 0.677083rem;
  height: 0.197917rem;
  border: 0.005208rem solid #eee;
  font-size: 0.083333rem;
}
.allFixed div[data-v-1f422a64] {
  margin: 0 auto;
}
.allFixed table[data-v-1f422a64] {
  width: 100%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0 0.052083rem;
}
.allFixed table tr td[data-v-1f422a64]:nth-of-type(odd) {
  text-align: right;
  white-space: nowrap;
}
.allFixed table tr td[data-v-1f422a64] {
  white-space: nowrap;
}
.allFixed h3[data-v-1f422a64] {
  font-size: 0.104167rem;
  font-weight: 600;
  white-space: nowrap;
}
.allFixed .border—top[data-v-1f422a64] {
  position: relative;
  /* padding-bottom: 10px;
  margin-top: 10px; */
  width: 100%;
  border-top: 0.005208rem solid #eeeeee;
  display: block;
}
.allFixed .icon_sp[data-v-1f422a64] {
  display: inline-block;
  white-space: nowrap;
  -webkit-transform: scale(1);
          transform: scale(1);
  /* color: rgb(27, 117, 252); */
  font-size: 0.104167rem;
  margin-left: -0.026042rem;
}
.recordStyle[data-v-1f422a64] {
  line-height: 0.1875rem;
  font-size: 0.083333rem;
}
.allFixed .recordStyle[data-v-1f422a64]:last-of-type {
  text-align: left;
}
.recordStyle i[data-v-1f422a64] {
  padding-right: 0.15625rem;
  display: inline-block;
  width: 0.15625rem;
  color: rgba(0, 0, 0, 0.4);
  vertical-align: middle;
}
.recordStyle span[data-v-1f422a64] {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 0;
  width: 0.0625rem;
  height: 0.0625rem;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.010417rem solid #00F5B4;
}
.recordStyle .bar[data-v-1f422a64] {
  position: absolute;
  top: 0.052083rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.005208rem;
  height: 0.125rem;
  background: #00F5B4;
  display: inline-block;
  padding: 0;
}
.recordStyle[data-v-1f422a64]:last-of-type {
  color: #3699ff;
}
.recordStyle:last-of-type .bar[data-v-1f422a64] {
  display: none;
}
.allFixed_top[data-v-1f422a64] {
  text-align: center;
  color: #ccc;
}
.allFixed_top span[data-v-1f422a64] {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.allFixed_active[data-v-1f422a64] {
  color: #323053;
  border-bottom: #02cb8e 0.010417rem solid;
}
.el-aside[data-v-69aebe77] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: auto;
}

/* 左边框 */
.main[data-v-69aebe77],
.el-container[data-v-69aebe77] {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.left-bar-logo[data-v-69aebe77] {
  max-width: 1.666667rem;
  width: 100%;
  height: 0.307292rem;
  margin: 0 auto;
  margin-bottom: 0.364583rem;
}
.left-bar-logo img[data-v-69aebe77] {
  margin: 0 auto;
  display: block;
  width: 90%;
}
.left-bar[data-v-69aebe77] {
  width: 1.354167rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#30d8a0), to(#00b4bf));
  background: linear-gradient(0deg, #30d8a0, #00b4bf);
  position: relative;
  padding: 0.208333rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 3.645833rem;
  height: 100%;
}
.left-bar1[data-v-69aebe77] {
  width: auto;
  background: -webkit-gradient(linear, left bottom, left top, from(#30d8a0), to(#00b4bf));
  background: linear-gradient(0deg, #30d8a0, #00b4bf);
  position: relative;
  padding: 0.208333rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.left-bar a[data-v-69aebe77] {
  color: #fff;
  display: block;
}
.left-bar li[data-v-69aebe77] {
  padding-left: 0.15625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 0.25rem;
  cursor: pointer;
  letter-spacing: 0.010417rem;
}
.left-bar1 li[data-v-69aebe77] {
  padding: 0 0.208333rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 0.25rem;
}
.left-bar li[data-v-69aebe77]:last-child {
  margin-bottom: 0;
}
.left-bar li img[data-v-69aebe77] {
  height: 100%;
  vertical-align: middle;
  margin: 0.010417rem 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 0.104167rem;
}
.left-bar1 li img[data-v-69aebe77] {
  height: 100%;
  vertical-align: middle;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.left-bar li[data-v-69aebe77]:focus,
.left-bar li[data-v-69aebe77]:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.5);
}
.posi[data-v-69aebe77] {
  width: 100%;
  display: block;
  cursor: pointer;
  position: absolute;
  bottom: 0;
}
.posi1[data-v-69aebe77] {
  width: 100%;
  display: block;
  cursor: pointer;
  margin-top: 0;
}
.left-bar li i[data-v-69aebe77] {
  padding-right: 0.052083rem;
  line-height: 0.25rem;
}
.left-bar ul[data-v-69aebe77] {
  position: absolute;
  bottom: 0.052083rem;
  width: 100%;
}
.active[data-v-69aebe77] {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.5);
}
.list_dl[data-v-69aebe77] {
  max-height: 80vh;
  overflow: auto;
  position: absolute;
  bottom: 100%;
  width: 100%;
  border: 0.005208rem solid #888;
  left: 0;
  color: #000;
}
.list_dl dd[data-v-69aebe77] {
  height: 0.15625rem;
  text-align: center;
  background: white;
  line-height: 0.15625rem;
}
.list_dl dd[data-v-69aebe77]:hover {
  font-size: 0.114583rem;
  font-family: "\601D\6E90\9ED1\4F53";
}

/**/
.el-main[data-v-69aebe77] {
  padding: 0;
  position: relative;
}
.right-main-mbr[data-v-69aebe77] {
  margin: 0;
  -webkit-box-shadow: 0 0 0.020833rem #ccc;
          box-shadow: 0 0 0.020833rem #ccc;
  border-radius: 0.026042rem;
  padding: 0 0.104167rem;
  background: #fff;
}

/*谷歌、safari、qq浏览器、360浏览器滚动条样式*/

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
[data-v-69aebe77]::-webkit-scrollbar {
  width: 0.026042rem;
  height: 0.026042rem;
  background-color: #f5f5f5;
}

/*定义滚动条轨道 内阴影+圆角*/
[data-v-69aebe77]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0.03125rem rgba(0, 0, 0, 0.3);
  border-radius: 0.052083rem;
  background-color: #f5f5f5;
}

/*定义滑块 内阴影+圆角*/
[data-v-69aebe77]::-webkit-scrollbar-thumb {
  border-radius: 0.052083rem;
  -webkit-box-shadow: inset 0 0 0.03125rem rgba(0, 0, 0, 0.3);
  background-color: #bdbdbd;
}

/*滑块效果*/
[data-v-69aebe77]::-webkit-scrollbar-thumb:hover {
  border-radius: 0.026042rem;
  -webkit-box-shadow: inset 0 0 0.026042rem rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.4);
}

/*IE滚动条颜色*/
html[data-v-69aebe77] {
  scrollbar-face-color: #bfbfbf;
  /*滚动条颜色*/
  scrollbar-highlight-color: #000;
  scrollbar-3dlight-color: #000;
  scrollbar-darkshadow-color: #000;
  scrollbar-shadow-color: #adadad;
  /*滑块边色*/
  scrollbar-arrow-color: rgba(0, 0, 0, 0.4);
  /*箭头颜色*/
  scrollbar-track-color: #eeeeee;
  /*背景颜色*/
}
.container[data-v-6325d1a8] {
  width: 100%;
  height: 100%;
  background: white;
  padding: 0.104167rem 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-font-smoothing: antialiased;
  font-size: 0.09375rem;
}
.header[data-v-6325d1a8] {
  height: 0.416667rem;
  padding-top: 0.052083rem;
}
.header_search[data-v-6325d1a8] {
  width: 1.5625rem;
  height: 0.197917rem;
}
.header[data-v-6325d1a8] .el-input-group__append {
  width: 0.291667rem !important;
}
.tableWrapper[data-v-6325d1a8] {
  height: calc(100% - 0.78125rem);
}
[data-v-6325d1a8]::-webkit-scrollbar {
  width: 0.026042rem;
  height: 0.052083rem;
  background-color: #f5f5f5;
}
.container[data-v-60bbea3c] {
  width: 100%;
  height: 100%;
  font-size: 0.09375rem;
  padding: 0.104167rem;
  white-space: nowrap;
  position: relative;
}
.header[data-v-60bbea3c] {
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 0.104167rem;
}
.header_nav[data-v-60bbea3c] {
  width: 1.5625rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.104167rem;
}
.header_nav>span[data-v-60bbea3c] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.header_time[data-v-60bbea3c] {
  margin-left: 0.104167rem;
  height: 0.197917rem;
  font-size: 0.083333rem;
  color: rgb(66, 65, 65);
}
.search[data-v-60bbea3c] {
  width: 1.770833rem;
  height: 0.197917rem;
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
  overflow: hidden;
  position: relative;
  border: 0.005208rem solid #dcdfe6;
}
.search input[data-v-60bbea3c] {
  height: 100%;
  width: calc(100% - 0.302083rem);
  font-size: 0.09375rem;
  padding-left: 0.104167rem;
  padding-right: 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.search button[data-v-60bbea3c] {
  width: 0.302083rem;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border: none;
  color: white;
  font-weight: 800;
  cursor: pointer;
  position: absolute;
  right: 0;
}
.table[data-v-60bbea3c] {
  height: calc(100% - 0.520833rem);
  background: white;
}
.allFixed .el-form h3[data-v-60bbea3c] {
  margin-bottom: 0.104167rem;
}
.allFixed_table tr[data-v-60bbea3c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.allFixed_table tr td[data-v-60bbea3c] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.allFixed_table .el-form-item_left[data-v-60bbea3c] {
  text-align: right;
  line-height: 0.208333rem;
}
.allFixed_table .el-form-item_center[data-v-60bbea3c] {
  text-align: center;
}
.allFixed_table[data-v-60bbea3c] td .el-input-number .el-input-number__decrease,
.allFixed_table[data-v-60bbea3c] td .el-input-number .el-input-number__increase {
  opacity: 0;
}
.allFixed_table[data-v-60bbea3c] td .el-input-number .el-input__inner {
  text-align: left;
}
.allFixed_table_tr td[data-v-60bbea3c] {
  text-align: center;
  height: 0.197917rem;
  line-height: 0.197917rem;
  font-size: 0.083333rem;
  border: 0.005208rem solid #dcdfe6;
}
.allFixed_table_tr[data-v-60bbea3c] .el-input {
  width: calc(100% - 0.052083rem);
  /* float: left; */
  margin: 0 0.026042rem;
}
.allFixed_table_tr[data-v-60bbea3c] .el-input .el-input__inner {
  height: 0.135417rem;
}
.allFixed_table_footer[data-v-60bbea3c] {
  text-align: center;
  margin-top: 0.104167rem;
}
.upload-demo[data-v-60bbea3c],
.upload-demo[data-v-60bbea3c] .el-upload,
.upload-demo[data-v-60bbea3c] .el-upload .el-button {
  width: 100%;
  height: 0.197917rem;
}
.allFixed[data-v-60bbea3c] .el-input.is-disabled .el-input__inner {
  background: none;
  border-color: none;
  color: rgb(92, 92, 92);
}
.backj-exc-file[data-v-60bbea3c] {
  background: #409EFF;
  border: 0.005208rem solid #EEF0F8;
  border-radius: 0.020833rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #FCFCFE;
  text-align: center;
  cursor: pointer;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 0.197917rem;
}
.upload[data-v-60bbea3c] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  cursor: pointer;
  height: 0.197917rem;
}
.el-aside[data-v-639ce31d] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: auto;
}

/* 左边框 */
.main[data-v-639ce31d],
.el-container[data-v-639ce31d] {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.left-bar-logo[data-v-639ce31d] {
  max-width: 1.666667rem;
  width: 100%;
  height: 0.307292rem;
  margin: 0 auto;
  margin-bottom: 0.364583rem;
}
.left-bar-logo img[data-v-639ce31d] {
  margin: 0 auto;
  display: block;
  width: 90%;
}
.left-bar[data-v-639ce31d] {
  width: 1.354167rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#30d8a0), to(#00b4bf));
  background: linear-gradient(0deg, #30d8a0, #00b4bf);
  position: relative;
  padding: 0.208333rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 3.645833rem;
  height: 100%;
}
.left-bar1[data-v-639ce31d] {
  width: auto;
  background: -webkit-gradient(linear, left bottom, left top, from(#30d8a0), to(#00b4bf));
  background: linear-gradient(0deg, #30d8a0, #00b4bf);
  position: relative;
  padding: 0.208333rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.left-bar a[data-v-639ce31d] {
  color: #fff;
  display: block;
}
.left-bar li[data-v-639ce31d] {
  padding-left: 0.15625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 0.25rem;
  cursor: pointer;
  letter-spacing: 0.010417rem;
}
.left-bar1 li[data-v-639ce31d] {
  padding: 0 0.208333rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 0.25rem;
}
.left-bar li[data-v-639ce31d]:last-child {
  margin-bottom: 0;
}
.left-bar li img[data-v-639ce31d] {
  height: 100%;
  vertical-align: middle;
  margin: 0.010417rem 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 0.104167rem;
}
.left-bar1 li img[data-v-639ce31d] {
  height: 100%;
  vertical-align: middle;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.left-bar li[data-v-639ce31d]:focus,
.left-bar li[data-v-639ce31d]:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.5);
}
.posi[data-v-639ce31d] {
  width: 100%;
  display: block;
  cursor: pointer;
  position: absolute;
  bottom: 0;
}
.posi1[data-v-639ce31d] {
  width: 100%;
  display: block;
  cursor: pointer;
  margin-top: 0;
}
.left-bar li i[data-v-639ce31d] {
  padding-right: 0.052083rem;
  line-height: 0.25rem;
}
.left-bar ul[data-v-639ce31d] {
  position: absolute;
  bottom: 0.052083rem;
  width: 100%;
}
.active[data-v-639ce31d] {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.5);
}
.list_dl[data-v-639ce31d] {
  max-height: 80vh;
  overflow: auto;
  position: absolute;
  bottom: 100%;
  width: 100%;
  border: 0.005208rem solid #888;
  left: 0;
  color: #000;
}
.list_dl dd[data-v-639ce31d] {
  height: 0.15625rem;
  text-align: center;
  background: white;
  line-height: 0.15625rem;
}
.list_dl dd[data-v-639ce31d]:hover {
  font-size: 0.114583rem;
  font-family: "\601D\6E90\9ED1\4F53";
}

/**/
.el-main[data-v-639ce31d] {
  padding: 0;
  position: relative;
}
.right-main-mbr[data-v-639ce31d] {
  margin: 0;
  -webkit-box-shadow: 0 0 0.020833rem #ccc;
          box-shadow: 0 0 0.020833rem #ccc;
  border-radius: 0.026042rem;
  padding: 0 0.104167rem;
  background: #fff;
}
.container[data-v-687b5592] {
  width: 100%;
  height: 100%;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-font-smoothing: antialiased;
  font-size: 0.09375rem;
  background: white;
  position: relative;
}
.header[data-v-687b5592] {
  margin-bottom: 0.104167rem;
}
.header-btn[data-v-687b5592] {
  font-size: 0.083333rem;
  background: white;
  line-height: 0.208333rem;
  background: rgba(255, 255, 255, 1);
  border: 0.005208rem solid rgba(247, 248, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.041667rem 0 rgba(182, 182, 195, 0.4);
          box-shadow: 0 0.010417rem 0.041667rem 0 rgba(182, 182, 195, 0.4);
  border-radius: 0.520833rem;
  height: 0.208333rem;
  display: inline-block;
}
.header-btn span[data-v-687b5592] {
  text-align: center;
  cursor: pointer;
  padding: 0 0.083333rem;
  line-height: 0.208333rem;
  float: left;
}
.header-btn .active[data-v-687b5592] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border-radius: 0.130208rem;
}
.header-add[data-v-687b5592] {
  position: absolute;
  top: 0.104167rem;
  right: 0.104167rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border-radius: 0.130208rem;
  height: 0.197917rem;
  line-height: 0.197917rem;
  width: 0.520833rem;
  text-align: center;
  cursor: pointer;
}
.table[data-v-687b5592] {
  height: 90%;
}
.table table tr td div[data-v-687b5592] {
  line-height: 200%;
  border-bottom: 0.015625rem solid #eeeffa;
}
.table table tr td div[data-v-687b5592]:last-child {
  border: none;
}
.table-btn-blue[data-v-687b5592] {
  outline: none;
  border: none;
  background: rgba(54, 153, 255, 1);
  color: white;
  padding: 0.026042rem 0.078125rem;
  margin: 0 0.026042rem;
  border-radius: 0.010417rem;
}
.table-btn-orange[data-v-687b5592] {
  outline: none;
  border: none;
  background: rgba(251, 195, 61, 1);
  color: white;
  padding: 0.026042rem 0.078125rem;
  margin: 0 0.026042rem;
  border-radius: 0.010417rem;
}
.section[data-v-687b5592] {
  width: 100%;
  min-width: 100%;
  background: rgba(250, 250, 250, 1);
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section section > h3[data-v-687b5592] {
  padding-left: 0.078125rem;
  border-left: rgba(66, 230, 149, 1) 0.015625rem solid;
  margin: 0.104167rem 0;
  width: 45%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section-table[data-v-687b5592] {
  width: 100%;
  background: #fff;
  padding: 0.052083rem 0.026042rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0.010417rem 0.083333rem 0 rgba(236, 236, 243, 0.8);
          box-shadow: 0 0.010417rem 0.083333rem 0 rgba(236, 236, 243, 0.8);
  border-collapse: separate;
  border-spacing: 0.052083rem 0.052083rem;
}
.section-flex[data-v-687b5592] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-flex > div[data-v-687b5592] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0.052083rem 0.104167rem;
}
.section-flex-text[data-v-687b5592] {
  position: relative;
  vertical-align: top;
  margin-bottom: 0.104167rem;
}
.section-flex-text > div[data-v-687b5592]:nth-of-type(1) {
  width: 100%;
  height: 0.3125rem;
  background: white;
  border-bottom: 0.005208rem dashed rgb(214, 214, 214);
  padding: 0.078125rem 0.15625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "\601D\6E90\9ED1\4F53";
}
.section-flex-text > div[data-v-687b5592]:nth-of-type(2) {
  width: 100%;
  height: 1.041667rem;
  background: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section-flex-text i[data-v-687b5592] {
  display: inline-block;
  width: 0.3125rem;
  height: 0.3125rem;
  border-radius: 50%;
  position: absolute;
  top: 0.15625rem;
}
.section-flex-text i[data-v-687b5592]:nth-of-type(1) {
  left: -0.15625rem;
  background: rgba(250, 250, 250, 1);
}
.section-flex-text i[data-v-687b5592]:nth-of-type(2) {
  right: -0.15625rem;
  background: rgba(250, 250, 250, 1);
}
.section-flex-text-add[data-v-687b5592] {
  background: wheat;
  width: 0.15625rem;
  height: 0.15625rem;
  border-radius: 50%;
  cursor: pointer;
}
.section-flex-text-add img[data-v-687b5592] {
  width: 100%;
  height: 100%;
}
.section-flex-text textarea[data-v-687b5592] {
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  background: white;
  padding: 0.078125rem 0.15625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section-3-btn[data-v-687b5592] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border-radius: 0.026042rem;
  font-weight: 500;
  font-size: 0.09375rem;
  line-height: 0.197917rem;
  padding: 0 0.104167rem;
  cursor: pointer;
}
.section-4-btn[data-v-687b5592] {
  background: white;
  color: #666666;
  -webkit-box-shadow: 0 0.010417rem 0.036458rem 0 rgba(96, 142, 235, 0.3);
          box-shadow: 0 0.010417rem 0.036458rem 0 rgba(96, 142, 235, 0.3);
  border-radius: 0.026042rem;
  font-weight: 500;
  font-size: 0.09375rem;
  line-height: 0.197917rem;
  padding: 0 0.104167rem;
  cursor: pointer;
  margin-right: 0.052083rem;
}
.section-3 .section-flex-text[data-v-687b5592] {
  display: inline-block;
  width: 45%;
  margin-right: 2%;
  margin-left: 0.104167rem;
}
.section-3 .section-flex-text .section-3-box[data-v-687b5592] {
  height: auto;
}
.section-3-box-list[data-v-687b5592] {
  padding: 0.078125rem 0.15625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section-3-box-list li[data-v-687b5592] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-3-box-list li > div[data-v-687b5592] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  line-height: 0.197917rem;
  margin: 0.026042rem 0.026042rem;
}
.section-3-box-list li > div input[data-v-687b5592] {
  width: 100%;
  text-align: center;
  background: #fff;
  height: 0.197917rem;
}
.section-3-box-list li > div[data-v-687b5592]:nth-of-type(1) {
  max-width: 0.260417rem;
}
.section-3-box-list li > div[data-v-687b5592]:nth-of-type(2) {
  min-width: 1.5625rem;
}

/* .section-3 .section-flex-text>div>div{padding: 15px 30px;box-sizing: border-box;} */
.section-4-table[data-v-687b5592] {
  width: 100%;
  background: white;
  margin-bottom: 0.104167rem;
  border-collapse: separate;
  border-spacing: 0.052083rem 0;
}
.section-4-table tr td[data-v-687b5592] {
  height: 0.260417rem;
}

/* .section-4-table tr td img {
  height: 100%;
  vertical-align: middle;
  margin: 10px;
} */
.section-4-table tr td span[data-v-687b5592]:nth-of-type(1) {
  width: 0.520833rem;
  display: inline-block;
  padding-left: 1em;
  white-space: nowrap;
}
.section-4-table tr td span:nth-of-type(2) input[data-v-687b5592] {
  width: 0.833333rem;
  height: 0.1875rem;
  background: rgba(241, 242, 246, 1);
  border-radius: 0.026042rem;
  padding: 0 0.078125rem;
}
.section-4-footer[data-v-687b5592] {
  position: relative;
  width: 0.9375rem;
  -webkit-transform: translateX(-50%) translateY(-80%);
          transform: translateX(-50%) translateY(-80%);
  left: 50%;
  height: 0.3125rem;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(39, 124, 240, 1)),
    to(rgba(116, 172, 250, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(39, 124, 240, 1) 0%,
    rgba(116, 172, 250, 1) 100%
  );
  color: white;
  border-radius: 1.25rem;
  padding: 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section-4-footer p[data-v-687b5592] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 0.208333rem;
  line-height: 0.208333rem;
  text-align: center;
  font-size: 0.1875rem;
}
.section-4-footer p[data-v-687b5592]:nth-of-type(1) {
  border-right: 0.005208rem solid white;
}
.section-5-btn[data-v-687b5592] {
  margin: 0 auto;
  text-align: center;
}

/* button{outline: none;border: none;cursor: pointer;} */
.btn-red[data-v-687b5592] {
  width: 0.625rem;
  height: 0.244792rem;
  background: rgba(243, 79, 79, 1);
  -webkit-box-shadow: 0 0.010417rem 0.104167rem 0.005208rem rgba(243, 79, 79, 0.44);
          box-shadow: 0 0.010417rem 0.104167rem 0.005208rem rgba(243, 79, 79, 0.44);
  font-size: 0.09375rem;
  font-family: "\601D\6E90\9ED1\4F53";
  font-weight: 500;
  color: rgba(247, 248, 255, 1);
  border-radius: 0.260417rem;
  margin: 0 0.052083rem;
}
.btn-eee[data-v-687b5592] {
  width: 0.625rem;
  height: 0.244792rem;
  background: rgba(237, 243, 250, 1);
  border: 0.005208rem solid rgba(233, 240, 247, 1);
  -webkit-box-shadow: 0 0.010417rem 0.104167rem 0.005208rem rgba(221, 226, 232, 0.44);
          box-shadow: 0 0.010417rem 0.104167rem 0.005208rem rgba(221, 226, 232, 0.44);
  font-size: 0.09375rem;
  font-family: "\601D\6E90\9ED1\4F53";
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
  border-radius: 0.260417rem;
  margin: 0 0.052083rem;
}
.section-flex-text-input[data-v-687b5592] {
  background: #eeeffa;
  width: 50%;
  height: 0.197917rem;
  padding-left: 0.104167rem;
}
.blue[data-v-687b5592] {
  background: #3699ff;
  color: white;
  outline: none;
  border: none;
  cursor: pointer;
}
.container[data-v-61789fd4] {
  width: 100%;
  height: 100%;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-font-smoothing: antialiased;
  font-size: 0.09375rem;
  position: relative;
}
.container[data-v-61789fd4] .el-select .el-input__inner,
.container[data-v-61789fd4]  .el-input__inner,
.container[data-v-61789fd4] .el-date-editor,
.container[data-v-61789fd4] .el-input__icon,
.container[data-v-61789fd4] .el-date-editor .el-range-separator {
  line-height: 0.166667rem;
  height: 0.166667rem;
  vertical-align: middle;
}
.table[data-v-61789fd4] .el-button
.header {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 0.125rem;
  height: 0.3125rem;
}
.header-btn[data-v-61789fd4] {
  font-size: 0.083333rem;
  background: white;
  /* line-height:40PX; */
  background: rgba(255, 255, 255, 1);
  border: 0.005208rem solid rgba(247, 248, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.041667rem 0 rgba(182, 182, 195, 0.4);
          box-shadow: 0 0.010417rem 0.041667rem 0 rgba(182, 182, 195, 0.4);
  border-radius: 0.520833rem;
  height: 0.208333rem;
  display: inline-block;
}
.header-btn span[data-v-61789fd4] {
  text-align: center;
  cursor: pointer;
  padding: 0 0.083333rem;
  line-height: 0.208333rem;
  float: left;
}
.header-btn .active[data-v-61789fd4] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border-radius: 0.130208rem;
}
.table[data-v-61789fd4] {
  height: calc(100% - 0.3125rem);
}
.table1>div[data-v-61789fd4] {
  width: 3.90625rem;
}
.table1 table div[data-v-61789fd4] {
  width: 100%;
}
.table1 table[data-v-61789fd4] {
  border-collapse: separate;
  border-spacing: 0.052083rem;
  width: 2.864583rem;
  margin: 0 auto;
}
.table1 table td[data-v-61789fd4]:nth-of-type(odd) {
  text-align: right;
}
.center_1_top span[data-v-61789fd4] {
  display: inline-block;
  margin-right: 0.104167rem;
  vertical-align: text-bottom;
  margin: 0.052083rem 0;
  padding-bottom: 0.026042rem;
  margin-right: 0.052083rem;
}
.center_2 .center_1_top button[data-v-61789fd4] {
  line-height: 0.166667rem;
  text-align: center;
  width: 0.416667rem;
  margin-top: 0.104167rem;
  border: none;
  font-size: 0.072917rem;
  border-radius: 0.020833rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.button1[data-v-61789fd4] {
  color: #FFFFFF;
  background: #33A1FE;
}
.button2[data-v-61789fd4] {
  background: #FFFFFF;
  border: 0.005208rem solid #EFEFEF;
  color: #333333;
}
.center_1_top_list[data-v-61789fd4] {
  font-size: 0.125rem;
  font-family: "\601D\6E90\9ED1\4F53";
}
.center_1_top_l[data-v-61789fd4] {
  color: #3aedb3;
  border-bottom: #3aedb3 0.005208rem solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.center_1_list[data-v-61789fd4] {
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.083333rem 0 rgba(236, 236, 243, 1);
          box-shadow: 0 0.010417rem 0.083333rem 0 rgba(236, 236, 243, 1);
  border-radius: 0.03125rem;
  padding: 0.078125rem 0;
  line-height: 200%;
  position: relative;
  margin-bottom: 0.104167rem;
}
.center_1_list ul[data-v-61789fd4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.center_1_list ul li[data-v-61789fd4] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.center_1_list_xu[data-v-61789fd4] {
  position: absolute;
  left: 0.130208rem;
  top: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAhCAYAAADH97ugAAADuUlEQVRIS71WTWsUQRCtXrOJUXD3IJtcYpKDMQeVePHmj/A/ePLgUfwLOXkQP1BEPIiCoOBBUNQIgghBNmh0yeaw+QCTbKKzkq/NzmZLuru6prpnNCEH57I7M11V/V69ej0K/tOlXJ2F1zceg4L+VF1UAHoVon3lIvSteS5+zXv3kDLRey40/+bmnEIcVC6T0jnQJjLxClAX03UpGFGvRkCXXG9KB4haNi7ZHyy+vTUHAIMJIl3EoaGnEkEAxKxwNVKokYmAhXd3lnOAfbq2RsJQzb3Pks9XstLbpIiTjMPixN2GAigYaqiUpsgwF+QytwSYkws0TK1oOKf48f5+A3JQMLt3jXf91D0wRBN3zLltmO6VbaTdmemL2Z9+p3+58wBLHx40QEHBNd+hcAG6Xw4dIyK0BgEJkIXnhEptZkTLHx82AJQpZDQggj1Ajg7z3kep1WfYIIVqZO7ifyufHjVA98i7xBBQ4bS0AkXKpnmSohcrk0+aOYAe0x7ZfCE506FgHuVaFo9MQcrglKufn/KeJSizwGmBxZFQ6zEp5tUNhNkn9cms/Tn1POkKozL2IK3AuADJImBZVgkokc7w68sLM6Xh7CQ25wDbhKacNA7feazaiQk7m3Q1vr10Q2D9UyErzzMvm0KgkRuw/shOJSjniN+VV2IFzZ/Zu1AH/w0Uk/VcDrjbGtYmDm/EnW3eDZe3c2Hd2U6gI84iTo4QVqOZpTQyO+S1ieJGByJrFJYK24Xsi92CjVM+yYohk8ZaubgFG5F/kNHUhwdb1kCGsyXtQB58GJWLzfVm5AO2ZpggtCLwpB04uGPA35uNsdRF5eLOZitKvIqOAXaX9JZ9rVmq7XhY+XijwmKIysXW9m7EMqYBsFPtjgb/KBCySHRJNqKP/CSOihpE9en+GOMleZSGlsdWI74Z+EhxsxWYnTQVoq4y1I7jmlWbPLZ9NyA/sDRh5zoodUWBOkTaTx34/GWTUKcL7ZpC+7kQ8XJ335nbem1rZXpeKTiRjvP7KhDhXwr5AQidc92l01MycVz//gxAXZQIwsKikNoTUdfO0SNqYGA7C3VrdeaSQrz3N0aoUG2oHbdqvnl6vtDMl0Z696J1Z21mNNeBSvpzlp7gWm203Ykr2YnU13zp5Nm9irAqZ2d72gVsZlNXr461AcoZycbzpZFr+y3i9626BQDMgqUuoxDm8Hz38VOTByniYuJ6VW9+jIwiXahrM9+rhodT8A9SNF6tjgPC1RDRer40cuwgCf8VE9dnLvwBnr7jnz6VclQAAAAASUVORK5CYII=) no-repeat top;
  width: 0.15625rem;
  height: 0.3125rem;
  line-height: 0.208333rem;
  text-align: center;
  color: #705233;
}
.center_1_list_all[data-v-61789fd4] {
  position: absolute;
  right: 0;
  top: 50%;
  width: 0.520833rem;
  text-align: center;
  height: 0.15625rem;
  line-height: 0.15625rem;
  cursor: pointer;
  font-size: 0.125rem;
}
.center_2 .active[data-v-61789fd4] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border-radius: 0.130208rem;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
}
.center_2 .active1[data-v-61789fd4] {
  background: white;
  color: rgb(73, 72, 72);
  border-radius: 0.130208rem;
  padding: 0.026042rem 0.052083rem;
  border: 0.005208rem solid rgba(101, 233, 173, 1);
  cursor: pointer;
  -webkit-box-shadow: 0 0.010417rem 0.036458rem 0 rgba(46, 133, 249, 0.3);
          box-shadow: 0 0.010417rem 0.036458rem 0 rgba(46, 133, 249, 0.3);
}
.center_2_section[data-v-61789fd4] {
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.083333rem 0 rgba(236, 236, 243, 0.6);
          box-shadow: 0 0.010417rem 0.083333rem 0 rgba(236, 236, 243, 0.6);
  border-radius: 0.03125rem;
  height: 0.572917rem;
  padding: 0 0.104167rem;
}
.center_2_section_ul[data-v-61789fd4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
}
.center_2_section_ul li[data-v-61789fd4] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.052083rem 0;
  padding-right: 0.104167rem;
  line-height: 200%;
}
.center_2_section_ul li > div[data-v-61789fd4] {
  /* margin: 10px; */
  white-space: nowrap;
  position: relative;
  min-width: 0.260417rem;
}
.center_2_section_ul li img[data-v-61789fd4] {
  vertical-align: middle;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.center_2_section_ul li input[data-v-61789fd4] {
  width: 70%;
  height: 0.197917rem;
  padding-left: 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.addtecher[data-v-61789fd4] {
  margin-left: 1em;
  display: inline-block;
  width: 2em;
  background: orange;
  text-align: center;
  color: white;
  height: 0.104167rem;
  line-height: 0.104167rem;
  border-radius: 0.052083rem;
}
.center_2_section_ul_yu[data-v-61789fd4] {
  margin-left: 0.026042rem;
  width: 50%;
  text-decoration: underline;
  color: rgba(64, 167, 254, 1);
  cursor: pointer;
  padding-bottom: 0.015625rem;
}
.center_2_section_ul li .center_2_section_ul_img[data-v-61789fd4] {
  white-space: nowrap;
  position: relative;
  width: 0.260417rem;
  margin-right: 0.052083rem;
}
.center_2_section_ul li .center_2_section_ul_img img[data-v-61789fd4] {
  width: 0.15625rem;
  height: 0.15625rem;
  margin: 0 0.052083rem;
  position: absolute;
}
.center_2_section_ul li .center_2_section_ul_img i[data-v-61789fd4] {
  width: 0.15625rem;
  height: 0.15625rem;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  margin-top: 0.15625rem;
}
.back-bj[data-v-61789fd4] {
  position: absolute;
  left: 50%;
  top: 0.520833rem;
  width: 3.125rem;
  min-height: 2.604167rem;
  background: white;
  -webkit-box-shadow: 0 0 0.026042rem 0 rgb(205, 206, 206);
          box-shadow: 0 0 0.026042rem 0 rgb(205, 206, 206);
  padding: 0.078125rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.back-bj > .back-div[data-v-61789fd4] {
  position: relative;
  height: 100%;
  line-height: 150%;
  font-size: 0.104167rem;
}
.back-bj p[data-v-61789fd4] {
  text-align: center;
}
.back-bj > .back-div > div[data-v-61789fd4] {
  min-height: 2.083333rem;
  padding: 0.052083rem 0.026042rem;
}
.posi[data-v-61789fd4] {
  position: absolute;
  right: 0;
  right: 0;
  cursor: pointer;
  top: 0;
  background: red;
  border-radius: 0 0 0 0.208333rem;
  color: #fff;
  width: 0.208333rem;
  height: 0.208333rem;
  text-align: center;
  line-height: 0.15625rem;
  padding-left: 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.back-bj .back-div table[data-v-61789fd4] {
  width: 100%;
  margin-top: 0.15625rem;
}
.back-bj .back-div table tr[data-v-61789fd4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0.052083rem;
  line-height: 200%;
  font-size: 0.09375rem;
}
.back-bj .back-div table tr td[data-v-61789fd4] {
  -webkit-box-flex: 6;
      -ms-flex: 6;
          flex: 6;
}
.back-bj .back-div table tr td[data-v-61789fd4]:nth-of-type(1) {
  text-align: center;
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
  margin-right: 0.15625rem;
  color: rgba(119, 119, 119, 1);
}
.back-bj .back-div table tr span[data-v-61789fd4] {
  background: rgba(252, 252, 254, 1);
  border: 0.005208rem solid rgba(238, 240, 248, 1);
  border-radius: 0.010417rem;
  display: inline-block;
  width: 100%;
  padding: 0 0.026042rem;
}
.addlsit-box-section[data-v-61789fd4] {
  display: inline-block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 0.083333rem;
  width: 80%;
}
.addlsit-box-section table[data-v-61789fd4] {
  border-collapse: separate;
  border-spacing: 0 0.104167rem;
}
.addlsit-box-section table tr td[data-v-61789fd4] {
  height: 0.197917rem;
  line-height: 0.197917rem;
}
.addlsit-box-section table tr td input[data-v-61789fd4],
.addlsit-box-section table tr td textarea[data-v-61789fd4] {
  border: #02cb8e 0.005208rem solid;
  height: 0.197917rem;
  background: rgba(252, 252, 254, 1);
  border: 0.005208rem solid rgba(238, 240, 248, 1);
  border-radius: 0.010417rem;
  padding-left: 0.052083rem;
  vertical-align: middle;
  font-size: 0.083333rem;
}
.addlsit-box-section table tr td textarea[data-v-61789fd4] {
  min-height: 6em;
}
.addlsit-box-section-seach-posi[data-v-61789fd4] {
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  z-index: 100;
  -webkit-box-shadow: 0 0 0.026042rem 0 #eeeffa;
          box-shadow: 0 0 0.026042rem 0 #eeeffa;
  padding: 0.052083rem;
}
.center_2_section_ul_img_delete[data-v-61789fd4] {
  position: relative;
  width: 0.078125rem;
  height: 0.078125rem;
  display: inline-block;
  background: white;
  border: 0.005208rem solid red;
  text-align: center;
  border-radius: 0.010417rem;
  color: red;
  line-height: 0.078125rem;
  font-size: 0.072917rem;
  left: 0.052083rem;
  top: -0.052083rem;
  cursor: pointer;
}
.addlsit-box-section-left[data-v-61789fd4] {
  display: inline-block;
  width: 45%;
}
.addlsit-box-section-left table[data-v-61789fd4] {
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0.052083rem 0.052083rem;
}
.addlsit-box-section-left tr td[data-v-61789fd4]:first-child {
  white-space: nowrap;
}
.addlsit-box-section-left tr td[data-v-61789fd4]:nth-of-type(odd) {
  text-align: right;
}
.el-date-editor[data-v-61789fd4] {
  width: 32%;
}
.display_flex[data-v-61789fd4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex_1[data-v-61789fd4] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 0.15625rem;
}
.flex_1[data-v-61789fd4]:nth-of-type(2n) {
  margin-right: 0;
}
.backj-exc-file[data-v-61789fd4] {
  background: #FCFCFE;
  border: 0.005208rem solid #EEF0F8;
  border-radius: 0.020833rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #409EFF;
  text-align: center;
  cursor: pointer;
  position: absolute;
  left: 0;
  width: 80%;
  top: 0;
  height: 0.197917rem;
}
.container[data-v-03e20488] {
  width: 100%;
  height: 100%;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-font-smoothing: antialiased;
  font-size: 0.09375rem;
  background: white;
  position: relative;
}
.header[data-v-03e20488] {
  margin-bottom: 0.052083rem;
}
.header-btn[data-v-03e20488] {
  font-size: 0.083333rem;
  background: white;
  /* line-height:40PX; */
  background: rgba(255, 255, 255, 1);
  border: 0.005208rem solid rgba(247, 248, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.041667rem 0 rgba(182, 182, 195, 0.4);
          box-shadow: 0 0.010417rem 0.041667rem 0 rgba(182, 182, 195, 0.4);
  border-radius: 0.520833rem;
  height: 0.208333rem;
  display: inline-block;
}
.header-btn span[data-v-03e20488] {
  text-align: center;
  cursor: pointer;
  padding: 0 0.083333rem;
  line-height: 0.208333rem;
  float: left;
}
.header-btn .active[data-v-03e20488] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border-radius: 0.130208rem;
}
.header-add[data-v-03e20488] {
  position: absolute;
  top: 0.104167rem;
  right: 0.104167rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border-radius: 0.130208rem;
  height: 0.197917rem;
  line-height: 0.197917rem;
  width: 0.520833rem;
  text-align: center;
  cursor: pointer;
}
.table[data-v-03e20488] {
  height: 90%;
}

/* .table>div{overflow: scroll;width: 100%;height: 100%;}
.table table{text-align: center;border: none;font-size: 18px;white-space: nowrap;min-width: 100%;}
.table table thead{background:rgba(247,248,255,1);border-radius:6px; font-family:'思源黑体';font-weight: 500;font-size: 20px}
.table table thead td{border: 1px solid white;padding: 5px;white-space: nowrap}
.table table thead tr:last-of-type{font-size: 14px}
.table table tr{height:50px;}
.table table tr td{height: auto;}
.table table tr td:first-child{min-width:100px;width: 100px;height: auto;}
.table table tbody td{border:1px solid rgba(237,238,246,1);padding: 0 5px;}
.table table tbody tr:nth-of-type(even){background:rgba(243,255,250,1);border-radius:6px;}
.table table tbody tr:nth-of-type(odd){background:rgba(255,255,255,1);border-radius:6px;} */
.table table tr td div[data-v-03e20488] {
  line-height: 200%;
  border-bottom: 0.015625rem solid #eeeffa;
}
.table table tr td div[data-v-03e20488]:last-child {
  border: none;
}
.table-btn-blue[data-v-03e20488] {
  outline: none;
  border: none;
  background: rgba(54, 153, 255, 1);
  color: white;
  padding: 0.026042rem 0.078125rem;
  margin: 0 0.026042rem;
  border-radius: 0.010417rem;
}
.table-btn-orange[data-v-03e20488] {
  outline: none;
  border: none;
  background: rgba(251, 195, 61, 1);
  color: white;
  padding: 0.026042rem 0.078125rem;
  margin: 0 0.026042rem;
  border-radius: 0.010417rem;
}
.btn-red[data-v-03e20488] {
  width: 0.625rem;
  height: 0.260417rem;
  border-radius: 0.260417rem;
  background: red;
  outline: none;
  border: none;
  color: white;
  text-align: center;
}
.addlsit[data-v-03e20488] {
  width: 100%;
  min-height: 100%;
}
.addlsit-box[data-v-03e20488] {
  width: 100%;
  min-height: 85%;
  background: rgba(255, 255, 255, 1);
  border: 0.005208rem solid rgba(221, 225, 229, 1);
  -webkit-box-shadow: 0 0.03125rem 0.104167rem 0 rgba(233, 233, 242, 0.6);
          box-shadow: 0 0.03125rem 0.104167rem 0 rgba(233, 233, 242, 0.6);
  border-radius: 0.03125rem;
  padding: 0.15625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  height: auto;
}
.addlsit-box-section[data-v-03e20488] {
  display: inline-block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 0.104167rem;
}
.addlsit-box-section > div > div[data-v-03e20488] {
  display: inline-block;
  width: 100%;
}
.addlsit-header[data-v-03e20488] {
  height: 0.364583rem;
}
.addlsit-box-btn[data-v-03e20488] {
  width: 0.9375rem;
  height: 0.208333rem;
  border-radius: 0.03125rem;
  -webkit-box-shadow: 0 0 0.026042rem 0 rgb(205, 206, 206);
          box-shadow: 0 0 0.026042rem 0 rgb(205, 206, 206);
  padding: 0.026042rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
}
.addlsit-box-btn button[data-v-03e20488] {
  float: left;
  width: 50%;
  height: 100%;
  border: none;
  background: transparent;
  color: white;
  font-size: 0.083333rem;
  cursor: pointer;
  line-height: 0.15625rem;
  outline: none;
}
.addlsit-box-btn button[data-v-03e20488]:nth-of-type(1) {
  border-right: 0.005208rem solid #fff;
}
.addlsit-box-section > div > div input[data-v-03e20488] {
  border: #02cb8e 0.005208rem solid;
  height: 0.197917rem;
  margin-bottom: 0.052083rem;
  background: rgba(252, 252, 254, 1);
  border: 0.005208rem solid rgba(238, 240, 248, 1);
  border-radius: 0.010417rem;
  padding-left: 0.052083rem;
}
.addlsit-box-section-ul[data-v-03e20488] {
  display: inline-block;
  vertical-align: top;
}

/* .addlsit-box-section-ul li{width: 500px;} */
.addlsit-box-section-ul li .inputw input[data-v-03e20488] {
  width: 3.385417rem;
  margin-left: 0.260417rem;
  margin-right: 0.052083rem;
}
.addlsit-box-section-ul li .inputws input[data-v-03e20488] {
  width: 3.125rem;
  margin-left: 0.520833rem;
  margin-right: 0.052083rem;
}
.addlsit-box-section-ul li:nth-of-type(1) input[data-v-03e20488] {
  width: 3.645833rem;
  margin-left: 0;
  margin-right: 0.052083rem;
}
.addlsit-box-section-seach[data-v-03e20488] {
  position: relative;
}
.addlsit-box-section-seach-posi[data-v-03e20488] {
  position: absolute;
  top: 60%;
  left: 0;
  background: white;
  z-index: 100;
  -webkit-box-shadow: 0 0 0.026042rem 0 #eeeffa;
          box-shadow: 0 0 0.026042rem 0 #eeeffa;
  padding: 0.052083rem;
  margin-left: 0.520833rem;
}
textarea[data-v-03e20488] {
  vertical-align: top;
  width: 4.739583rem;
  margin-bottom: 0.052083rem;
  outline: none;
  background: rgba(252, 252, 254, 1);
  border: 0.005208rem solid rgba(238, 240, 248, 1);
  border-radius: 0.010417rem;
  height: 1.041667rem;
  padding-left: 0.052083rem;
}
.addlsit-box-section-ul ul[data-v-03e20488] {
  margin-bottom: 0.052083rem;
}
.back-bj[data-v-03e20488] {
  position: absolute;
  left: 50%;
  top: 0.520833rem;
  width: 3.125rem;
  min-height: 2.604167rem;
  background: white;
  -webkit-box-shadow: 0 0 0.026042rem 0 rgb(205, 206, 206);
          box-shadow: 0 0 0.026042rem 0 rgb(205, 206, 206);
  padding: 0.078125rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.back-bj > .back-div[data-v-03e20488] {
  position: relative;
  height: 100%;
  line-height: 150%;
  font-size: 0.104167rem;
  margin-top: 0.052083rem;
}
.back-bj p[data-v-03e20488] {
  text-align: center;
}
.back-bj > .back-div > div[data-v-03e20488] {
  min-height: 2.083333rem;
  padding: 0.052083rem 0.026042rem;
}
.posi[data-v-03e20488] {
  position: absolute;
  right: 0;
  right: 0;
  cursor: pointer;
  top: 0;
  background: red;
  border-radius: 0 0 0 0.208333rem;
  color: #fff;
  width: 0.208333rem;
  height: 0.208333rem;
  text-align: center;
  line-height: 0.15625rem;
  padding-left: 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.container[data-v-697b08c3] {
  width: 100%;
  height: 100%;
  background: white;
  padding: 0.104167rem 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-font-smoothing: antialiased;
  font-size: 0.09375rem;
}
.header[data-v-697b08c3] {
  position: relative;
  height: 0.416667rem;
}
.header__mleft[data-v-697b08c3] {
  height: 0.3125rem;
}
.header__mleft1[data-v-697b08c3] {
  margin-top: 0.208333rem;
}
.header__mleft2[data-v-697b08c3] {
  width: 100%;
  height: 0.208333rem;
}
.btn[data-v-697b08c3] {
  outline: none;
  border: none;
  cursor: pointer;
}
.header .topheader[data-v-697b08c3] {
  font-size: 0.083333rem;
  background: white;
  line-height: 0.208333rem;
  background: rgba(255, 255, 255, 1);
  border: 0.005208rem solid rgba(247, 248, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.041667rem 0 rgba(182, 182, 195, 0.4);
          box-shadow: 0 0.010417rem 0.041667rem 0 rgba(182, 182, 195, 0.4);
  border-radius: 0.520833rem;
  height: 0.208333rem;
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header .topheader > span[data-v-697b08c3] {
  text-align: center;
  cursor: pointer;
  padding: 0 0.083333rem;
  line-height: 0.208333rem;
  float: left;
}
.header .topheader .active[data-v-697b08c3] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border-radius: 0.130208rem;
}
.header .search[data-v-697b08c3] {
  width: 1.213542rem;
  height: 0.197917rem;
  background: rgba(255, 255, 255, 1);
  border: 0.005208rem solid rgba(221, 225, 229, 1);
  border-radius: 0.03125rem;
  overflow: hidden;
  position: relative;
}
.header .search input[data-v-697b08c3] {
  height: 100%;
  width: 0.911458rem;
  font-size: 0.09375rem;
  padding-left: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}
.header .search button[data-v-697b08c3] {
  width: 0.286458rem;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border: none;
  color: white;
  font-weight: 600;
  cursor: pointer;
  position: absolute;
  right: 0;
}
.header__mleft .active[data-v-697b08c3] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border-radius: 0.130208rem;
  width: 0.520833rem;
  height: 0.197917rem;
  text-align: center;
  line-height: 0.197917rem;
  font-size: 0.104167rem;
}
.center_5[data-v-697b08c3] {
  /* box-shadow: 0 0 8px 0 #eee; */
  min-height: 90%;
  width: 100%;
  margin-top: 0.104167rem;
}
.center[data-v-697b08c3] {
  background: rgba(255, 255, 255, 1);
  border: 0.005208rem solid rgba(240, 243, 245, 1);
  -webkit-box-shadow: 0 0.03125rem 0.104167rem 0 rgba(233, 233, 242, 0.6);
          box-shadow: 0 0.03125rem 0.104167rem 0 rgba(233, 233, 242, 0.6);
  border-radius: 0.03125rem;
  width: 100%;
  height: calc(100% - 0.520833rem);
  margin-top: 0.104167rem;
  overflow: auto;
  padding: 0.208333rem 0.208333rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.center_section[data-v-697b08c3] {
  min-width: 0.520833rem;
  width: 15%;
  display: inline-block;
  padding: 0.104167rem 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 0.026042rem 0 #eee;
          box-shadow: 0 0 0.026042rem 0 #eee;
  margin-right: 0.104167rem;
  margin-bottom: 0.208333rem;
  position: relative;
  height: 1.40625rem;
  vertical-align: top;
}
.center_section i[data-v-697b08c3] {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.center_section > div[data-v-697b08c3] {
  width: 0.260417rem;
  height: 0.260417rem;
}
.center_section > div img[data-v-697b08c3] {
  height: 100%;
  width: 100%;
}
.center_section .center_section_div[data-v-697b08c3] {
  width: 100%;
  line-height: 150%;
  height: auto;
  margin-top: 1em;
}
.detel[data-v-697b08c3] {
  display: inline-block;
  font-size: 0.083333rem;
  margin: 0.026042rem 0.052083rem;
  width: 0.208333rem;
  text-align: center;
  cursor: pointer;
  margin-top: 2em;
}
.detel[data-v-697b08c3]:hover {
  color: #85a9f2;
}
.table[data-v-697b08c3] {
  width: 100%;
}
.table table[data-v-697b08c3] {
  width: 100%;
  text-align: center;
}
.table table tr[data-v-697b08c3]:first-child {
  background: #ecf2f9;
  line-height: 0.197917rem;
  color: rgba(50, 48, 83, 1);
}
.btn-green[data-v-697b08c3] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border-radius: 0.130208rem;
  padding: 0.026042rem 0.104167rem;
  border: none;
  outline: none;
  margin-top: 0.026042rem;
  cursor: pointer;
}
.btn-blue[data-v-697b08c3] {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(39, 124, 240, 1)),
    to(rgba(116, 172, 250, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(39, 124, 240, 1) 0%,
    rgba(116, 172, 250, 1) 100%
  );
  color: white;
  border-radius: 0.130208rem;
  padding: 0.026042rem 0.104167rem;
  border: none;
  cursor: pointer;
  outline: none;
  margin-top: 0.026042rem;
}
.addlsit-box[data-v-697b08c3] {
  width: 100%;
  min-height: 85%;
  background: rgba(255, 255, 255, 1);
  border: 0.005208rem solid rgba(221, 225, 229, 1);
  -webkit-box-shadow: 0 0.03125rem 0.104167rem 0 rgba(233, 233, 242, 0.6);
          box-shadow: 0 0.03125rem 0.104167rem 0 rgba(233, 233, 242, 0.6);
  border-radius: 0.03125rem;
  padding: 0.15625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  height: auto;
}
.addlsit-box-section[data-v-697b08c3] {
  display: inline-block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 0.083333rem;
  width: 80%;
}
.addlsit-box-section table[data-v-697b08c3] {
  border-collapse: separate;
  border-spacing: 0 0.104167rem;
}
.addlsit-box-section>table[data-v-697b08c3] {
  margin-left: -5em;
}
.addlsit-box-section table tr td[data-v-697b08c3] {
  height: 0.197917rem;
  line-height: 0.197917rem;
}
.addlsit-box-section table tr td input[data-v-697b08c3],
.addlsit-box-section table tr td textarea[data-v-697b08c3] {
  border: #02cb8e 0.005208rem solid;
  height: 0.197917rem;
  background: rgba(252, 252, 254, 1);
  border: 0.005208rem solid rgba(238, 240, 248, 1);
  border-radius: 0.010417rem;
  text-indent: 0.052083rem;
  vertical-align: middle;
  font-size: 0.083333rem;
}
.addlsit-box-section table tr td textarea[data-v-697b08c3] {
  min-height: 6em;
}
.addlsit-box-section-seach-posi[data-v-697b08c3] {
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  z-index: 100;
  -webkit-box-shadow: 0 0 0.026042rem 0 #eeeffa;
          box-shadow: 0 0 0.026042rem 0 #eeeffa;
  padding: 0.052083rem;
  max-height: 1.041667rem;
  overflow: auto;
}
.bluebox[data-v-697b08c3] {
  display: inline-block;
  height: 0.208333rem;
  line-height: 0.208333rem;
  padding: 0 0.104167rem;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(39, 124, 240, 1)),
    to(rgba(116, 172, 250, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(39, 124, 240, 1) 0%,
    rgba(116, 172, 250, 1) 100%
  );
  -webkit-box-shadow: 0 0.010417rem 0.104167rem 0.005208rem rgba(76, 147, 244, 0.36);
          box-shadow: 0 0.010417rem 0.104167rem 0.005208rem rgba(76, 147, 244, 0.36);
  border-radius: 0.020833rem;
  color: white;
  cursor: pointer;
  /* margin-left: 40px; */
}
.whitebox[data-v-697b08c3] {
  display: inline-block;
  height: 0.208333rem;
  line-height: 0.208333rem;
  padding: 0 0.104167rem;
  background: #fff;
  -webkit-box-shadow: 0 0 0.026042rem 0 #ccc;
          box-shadow: 0 0 0.026042rem 0 #ccc;
  margin-right: 0.104167rem;
}
.whitebox2[data-v-697b08c3] {
  display: inline-block;
  width: 0.166667rem;
  height: 0.166667rem;
  text-align: center;
  line-height: 0.166667rem;
  font-size: 0.072917rem;
  color: white;
  background: #409EFF;
  border: 0.005208rem solid #EEF0F8;
  border-radius: 0.020833rem;
  cursor: pointer;
  margin-left: 0.026042rem;
  margin-top: 0.020833rem;
}
.el_minus[data-v-697b08c3] {
  display: inline-block;
  line-height: 0.208333rem;
  vertical-align: middle;
}
.addlsit-box-section-left[data-v-697b08c3] {
  display: inline-block;
  width: 45%;
  padding: 0.104167rem;
  border: 0.005208rem solid #E9EAEB;
  margin: 0.104167rem 0;
  margin-right: 0.104167rem;
}
.addlsit-box-section-left table[data-v-697b08c3] {
  margin: 0 auto;
}
.addlsit-box-section-left tr td[data-v-697b08c3]:first-child {
  white-space: nowrap;
  text-align: right;
}
.addlsit-box-section-left tr td[data-v-697b08c3]:nth-of-type(odd) {
  text-align: right;
}
.el-date-editor[data-v-697b08c3] {
  width: 10em;
}
.backj-exc-file[data-v-697b08c3] {
  background: #FCFCFE;
  border: 0.005208rem solid #EEF0F8;
  border-radius: 0.020833rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #409EFF;
  text-align: center;
  cursor: pointer;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 0.197917rem;
}
.excel[data-v-697b08c3] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  cursor: pointer;
  height: 0.197917rem;
}
.el-icon-success[data-v-697b08c3] {
  position: absolute;
  left: 100%;
  bottom: 0;
  width: 0.052083rem;
}
.posi[data-v-697b08c3] {
  position: absolute;
  right: 0;
  right: 0;
  cursor: pointer;
  top: 0;
  color: #999;
  width: 0.208333rem;
  height: 0.208333rem;
  text-align: center;
  line-height: 0.15625rem;
  padding-left: 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.btn-red[data-v-697b08c3] {
  color: white;
  outline: none;
  border: none;
  padding: 0.052083rem 0.104167rem;
  cursor: pointer;
  background: rgb(255, 0, 0);
  border-radius: 0.015625rem;
  border-radius: 0.520833rem;
  margin-top: 0.104167rem;
}
.right_center[data-v-697b08c3] {
  position: fixed;
  right: 2%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1000;
  color: black;
  background: white;
  -webkit-box-shadow: 0 0 0.046875rem 0 rgba(65, 103, 139, 0.23);
          box-shadow: 0 0 0.046875rem 0 rgba(65, 103, 139, 0.23);
  max-height: 80%;
  overflow: auto;
}
.right_center a[data-v-697b08c3] {
  display: block;
  padding: 0.052083rem 0.104167rem;
  border: 0.005208rem solid #fff;
}
.right_center a[data-v-697b08c3]:hover {
  border-radius: 0.020833rem;
  border: 0.005208rem solid #4FD8BA;
}
.totop[data-v-697b08c3] {
  position: fixed;
  right: 2%;
  bottom: 5%;
  z-index: 1000;
  padding: 0.052083rem;
  background: #fff;
  border: 0.005208rem solid #ccc;
  color: black;
}
.margin_left_bar[data-v-697b08c3] {
  display: inline-block;
  width: 5em;
}
.container[data-v-f3f80d30] {
  width: 100%;
  height: 100%;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.header[data-v-f3f80d30] {
  font-size: 0.104167rem;
  height: 0.104167rem;
}
.header span[data-v-f3f80d30] {
  padding: 0.026042rem 0.083333rem;
  cursor: pointer;
}
.active[data-v-f3f80d30] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border-radius: 0.130208rem;
  font-size: 0.083333rem;
}
.table[data-v-f3f80d30] {
  margin-top: 0.15625rem;
  width: 100%;
  height: calc(100% - 0.3125rem);
  background: white;
}
.blue[data-v-f3f80d30] {
  background: #3699ff;
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
  border-radius: 0.015625rem;
}
.orange[data-v-f3f80d30] {
  background: #fac23d;
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
  border-radius: 0.015625rem;
}
.ccc[data-v-f3f80d30] {
  background: #ccc;
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
  border-radius: 0.015625rem;
}
.see[data-v-f3f80d30] {
  background: white;
  -webkit-box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
  position: absolute;
  left: 50%;
  top: 20%;
  width: 3.75rem;
  min-height: 1.041667rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.see table[data-v-f3f80d30] {
  margin: 0 auto;
  width: 80%;
  line-height: 0.25rem;
  border-collapse: separate;
  border-spacing: 0 0.104167rem;
}
.see table tr td button[data-v-f3f80d30] {
  margin-top: 0.15625rem;
}
.greenbtn[data-v-f3f80d30] {
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  border-radius: 0.015625rem;
}
.redbtn[data-v-f3f80d30] {
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
  background: rgb(255, 0, 0);
  border-radius: 0.015625rem;
}
.eee[data-v-f3f80d30] {
  margin: 0 0.026042rem;
  color: #000;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
  background: #f1f6f9;
  border-radius: 0.015625rem;
}
.posir[data-v-f3f80d30] {
  position: absolute;
  right: -0.026042rem;
  top: 0;
  border-radius: 0 0 0 0.520833rem;
  width: 0.208333rem;
  height: 0.208333rem;
  font-size: 0.125rem;
  text-align: center;
  padding: 0;
  line-height: 0.208333rem;
}
.backj-exc-file[data-v-f3f80d30] {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(39, 124, 240, 1)),
    to(rgba(116, 172, 250, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(39, 124, 240, 1) 0%,
    rgba(116, 172, 250, 1) 100%
  );
  -webkit-box-shadow: 0 0.010417rem 0.104167rem 0.005208rem rgba(76, 147, 244, 0.36);
          box-shadow: 0 0.010417rem 0.104167rem 0.005208rem rgba(76, 147, 244, 0.36);
  border-radius: 0.020833rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(247, 248, 255, 1);
  text-align: center;
  cursor: pointer;
  position: absolute;
  left: 0;
  width: 0.520833rem;
  top: 0;
  height: 0.260417rem;
}
.see input[data-v-f3f80d30],
.see select[data-v-f3f80d30] {
  border: #02cb8e 0.005208rem solid;
  height: 0.197917rem;
  background: rgba(252, 252, 254, 1);
  border: 0.005208rem solid rgba(238, 240, 248, 1);
  outline: none;
  border-radius: 0.010417rem;
  padding-left: 0.052083rem;
  vertical-align: middle;
  width: 100%;
}
.see #excel[data-v-f3f80d30] {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.520833rem;
  opacity: 0;
  cursor: pointer;
  height: 0.260417rem;
}
.fileName[data-v-f3f80d30] {
  margin-left: 0.625rem;
}
.btn-green[data-v-f3f80d30] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border-radius: 0.130208rem;
  padding: 0.026042rem 0.104167rem;
  border: none;
  outline: none;
  margin-top: 0.026042rem;
  cursor: pointer;
}
.btn-eee[data-v-f3f80d30] {
  background: #eee;
  color: rgb(50, 100, 100);
  border-radius: 0.130208rem;
  padding: 0.026042rem 0.104167rem;
  border: none;
  cursor: pointer;
  outline: none;
  margin-top: 0.026042rem;
}
.detel[data-v-f3f80d30] {
  width: 0.520833rem;
  height: 0.197917rem;
  line-height: 0.197917rem;
  text-align: center;
  background: #ecf4fd;
  border-radius: 0.520833rem;
  font-size: 0.083333rem;
  font-family: Adobe Heiti Std;
  font-weight: normal;
  color: rgba(75, 121, 211, 1);
  margin-top: 0.052083rem;
  cursor: pointer;
}
.center_detel[data-v-f3f80d30] {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.3);
}
.center_detel_xi[data-v-f3f80d30] {
  width: 1.5625rem;
  height: 0.78125rem;
  background: white;
  -webkit-box-shadow: 0 0 0.026042rem 0 #eee;
          box-shadow: 0 0 0.026042rem 0 #eee;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  left: 50%;
  top: 50%;
  overflow: hidden;
}
.center_detel_xi .detel[data-v-f3f80d30] {
  background: red;
  width: 100%;
  height: 0.208333rem;
  position: absolute;
  bottom: -0.052083rem;
  border-radius: 50% 50% 0 0;
  color: white;
}
.center_detel_xi_p[data-v-f3f80d30] {
  line-height: 0.729167rem;
  text-align: center;
}
.posi[data-v-f3f80d30] {
  position: absolute;
  right: 0;
  right: 0;
  cursor: pointer;
  top: 0;
  color: #999;
  width: 0.208333rem;
  height: 0.208333rem;
  text-align: center;
  line-height: 0.15625rem;
  padding-left: 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.container[data-v-3fd843f4] {
  width: 100%;
  height: 100%;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.nav[data-v-3fd843f4] {
  font-size: 0.083333rem;
  background: white;
  line-height: 0.208333rem;
  background: rgba(255, 255, 255, 1);
  border: 0.005208rem solid rgba(247, 248, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.041667rem 0 rgba(182, 182, 195, 0.4);
          box-shadow: 0 0.010417rem 0.041667rem 0 rgba(182, 182, 195, 0.4);
  border-radius: 0.520833rem;
  height: 0.208333rem;
  display: inline-block;
}
.nav span[data-v-3fd843f4] {
  text-align: center;
  cursor: pointer;
  padding: 0 0.083333rem;
  line-height: 0.208333rem;
  float: left;
}
.nav .active[data-v-3fd843f4] {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  -webkit-box-shadow: 0 0.010417rem 0.036458rem 0 rgba(33, 231, 137, 0.3);
          box-shadow: 0 0.010417rem 0.036458rem 0 rgba(33, 231, 137, 0.3);
  color: white;
  border-radius: 0.520833rem;
}
.header__mleft[data-v-3fd843f4] {
  height: 0.3125rem;
  position: absolute;
  right: 0.104167rem;
  top: 0.104167rem;
  width: 2.083333rem;
}
header .search[data-v-3fd843f4] {
  width: 1.213542rem;
  height: 0.197917rem;
  background: rgba(255, 255, 255, 1);
  border: 0.005208rem solid rgba(221, 225, 229, 1);
  border-radius: 0.03125rem;
  overflow: hidden;
  position: relative;
}
header .search input[data-v-3fd843f4] {
  height: 100%;
  width: 0.911458rem;
  font-size: 0.09375rem;
  padding-left: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}
header .search button[data-v-3fd843f4] {
  width: 0.286458rem;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border: none;
  color: white;
  font-weight: 600;
  cursor: pointer;
  position: absolute;
  right: 0;
}
.header__mleft .active[data-v-3fd843f4] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border-radius: 0.130208rem;
  width: 0.520833rem;
  height: 0.197917rem;
  text-align: center;
  line-height: 0.197917rem;
  font-size: 0.083333rem;
}
.table[data-v-3fd843f4] {
  margin-top: 0.052083rem;
  width: 100%;
  height: calc(100% - 0.3125rem);
  background: white;
}
.blue[data-v-3fd843f4] {
  background: #3699ff;
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
  border-radius: 0.015625rem;
}
.orange[data-v-3fd843f4] {
  background: #fac23d;
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
  border-radius: 0.015625rem;
}
.back[data-v-3fd843f4] {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  left: 0;
  top: 0;
}
.back-bj[data-v-3fd843f4] {
  position: absolute;
  left: 50%;
  top: 0.520833rem;
  width: auto;
  min-height: 2.604167rem;
  background: white;
  -webkit-box-shadow: 0 0 0.026042rem 0 rgb(205, 206, 206);
          box-shadow: 0 0 0.026042rem 0 rgb(205, 206, 206);
  padding: 0.130208rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.back-bj > .back-div[data-v-3fd843f4] {
  position: relative;
  height: 100%;
  line-height: 150%;
  font-size: 0.104167rem;
}
.back-bj p[data-v-3fd843f4] {
  text-align: center;
}
.back-bj > .back-div > div[data-v-3fd843f4] {
  min-height: 2.083333rem;
  padding: 0.052083rem 0.026042rem;
}
.posi[data-v-3fd843f4] {
  position: absolute;
  right: 0;
  right: 0;
  cursor: pointer;
  top: 0;
  background: red;
  border-radius: 0 0 0 0.208333rem;
  color: #fff;
  width: 0.208333rem;
  height: 0.208333rem;
  text-align: center;
  line-height: 0.15625rem;
  padding-left: 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.back-bj .back-div table[data-v-3fd843f4] {
  width: 100%;
  margin: 0 auto;
  margin-top: 0.15625rem;
  border-collapse: separate;
  border-spacing: 0 0.104167rem;
}
.back-bj .back-div table tr td[data-v-3fd843f4] {
  white-space: nowrap;
}
.back-bj .back-div table tr td button[data-v-3fd843f4] {
  margin-top: 0.15625rem;
}
.back-bj .back-div table tr input[data-v-3fd843f4],
.back-bj .back-div table tr select[data-v-3fd843f4] {
  border: #02cb8e 0.005208rem solid;
  height: 0.197917rem;
  background: rgba(252, 252, 254, 1);
  border: 0.005208rem solid rgba(238, 240, 248, 1);
  border-radius: 0.010417rem;
  padding-left: 0.052083rem;
  vertical-align: middle;
  width: 80%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.btn-green[data-v-3fd843f4] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border-radius: 0.130208rem;
  padding: 0.026042rem 0.104167rem;
  border: none;
  outline: none;
  margin-top: 0.026042rem;
  cursor: pointer;
}
.btn-eee[data-v-3fd843f4] {
  background: #eee;
  color: rgb(50, 100, 100);
  border-radius: 0.130208rem;
  padding: 0.026042rem 0.104167rem;
  border: none;
  cursor: pointer;
  outline: none;
  margin-top: 0.026042rem;
}
.see[data-v-3fd843f4] {
  background: white;
  -webkit-box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
  position: absolute;
  left: 50%;
  top: 20%;
  width: 3.75rem;
  min-height: 1.041667rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.see table[data-v-3fd843f4] {
  margin: 0.104167rem auto;
  width: 80%;
  line-height: 0.197917rem;
}
.see table td[data-v-3fd843f4] {
  padding: 0.052083rem 0;
}
.see input[data-v-3fd843f4],
.see select[data-v-3fd843f4] {
  border: #02cb8e 0.005208rem solid;
  height: 0.197917rem;
  background: rgba(252, 252, 254, 1);
  border: 0.005208rem solid rgba(238, 240, 248, 1);
  outline: none;
  border-radius: 0.010417rem;
  padding-left: 0.052083rem;
  vertical-align: middle;
  width: 100%;
}
.see #excel[data-v-3fd843f4] {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.520833rem;
  opacity: 0;
  cursor: pointer;
  height: 0.260417rem;
}
.center_detel[data-v-3fd843f4] {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.3);
}
.center_detel_xi[data-v-3fd843f4] {
  width: 1.5625rem;
  height: 0.78125rem;
  background: white;
  -webkit-box-shadow: 0 0 0.026042rem 0 #eee;
          box-shadow: 0 0 0.026042rem 0 #eee;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  left: 50%;
  top: 50%;
  overflow: hidden;
}
.center_detel_xi .detel[data-v-3fd843f4] {
  background: #6391ed;
  width: 100%;
  height: 0.208333rem;
  position: absolute;
  bottom: -0.052083rem;
  border-radius: 50% 50% 0 0;
  color: white;
  text-align: center;
}
.center_detel_xi_p[data-v-3fd843f4] {
  line-height: 0.729167rem;
  text-align: center;
}
.redbtn[data-v-3fd843f4] {
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
  background: rgb(255, 0, 0);
  border-radius: 0.015625rem;
}
.posir[data-v-3fd843f4] {
  position: absolute;
  right: -0.026042rem;
  top: 0;
  border-radius: 0 0 0 0.520833rem;
  width: 0.208333rem;
  height: 0.208333rem;
  font-size: 0.125rem;
  text-align: center;
  padding: 0;
  line-height: 0.208333rem;
}
.posi1[data-v-3fd843f4] {
  position: absolute;
  right: 0;
  right: 0;
  cursor: pointer;
  top: 0;
  color: #999;
  width: 0.208333rem;
  height: 0.208333rem;
  text-align: center;
  line-height: 0.15625rem;
  padding-left: 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.backj-exc-file[data-v-3fd843f4] {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(39, 124, 240, 1)),
    to(rgba(116, 172, 250, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(39, 124, 240, 1) 0%,
    rgba(116, 172, 250, 1) 100%
  );
  -webkit-box-shadow: 0 0.010417rem 0.104167rem 0.005208rem rgba(76, 147, 244, 0.36);
          box-shadow: 0 0.010417rem 0.104167rem 0.005208rem rgba(76, 147, 244, 0.36);
  border-radius: 0.020833rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(247, 248, 255, 1);
  text-align: center;
  cursor: pointer;
  position: absolute;
  left: 0;
  width: 80%;
  top: 0;
  height: 0.260417rem;
  line-height: 0.260417rem;
}
.iframe[data-v-3fd843f4] {
  position: absolute;
  left: 50%;
  top: 1.041667rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 6.25rem;
  height: 4.166667rem;
  background: white;
}
.container[data-v-a2f6c8ce] {
  width: 100%;
  min-height: 100%;
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  font-size: 0.09375rem;
}
.header[data-v-a2f6c8ce] {
  width: 100%;
  line-height: 0.208333rem;
  text-align: center;
  position: relative;
}
.header .cen[data-v-a2f6c8ce] {
  width: 1.15625rem;
  height: 0.208333rem;
  width: 1.5625rem;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  line-height: 0.208333rem;
  font-family: "\601D\6E90\9ED1\4F53";
  font-weight: 500;
  color: rgba(50, 48, 83, 1);
  font-size: 0.114583rem;
}

/* .header .cen{flex: 1;}
.header .cen>.active{} */
.qs[data-v-a2f6c8ce],
.js[data-v-a2f6c8ce] {
  width: 0.697917rem;
  height: 0.208333rem;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
  opacity: 1;
  border-radius: 0.104167rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(50, 48, 83, 0.6);
  cursor: pointer;
  position: relative;
}
.header > .fl > div[data-v-a2f6c8ce] {
  display: inline-block;
}
.cjk[data-v-a2f6c8ce] {
  width: 100%;
  position: absolute;
  z-index: 2;
  display: none;
  left: 0;
  top: 0;
  min-height: 100%;
  background: #eff1f7;
  background: white;
  -webkit-box-shadow: 0 0.010417rem 0.083333rem 0 rgba(236, 236, 243, 1);
          box-shadow: 0 0.010417rem 0.083333rem 0 rgba(236, 236, 243, 1);
}
.cjk h3[data-v-a2f6c8ce] {
  line-height: 0.375rem;
  font-size: 0.1875rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: rgba(48, 48, 48, 1);
  text-align: center;
}
.cjk .box[data-v-a2f6c8ce] {
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
  width: 100%;
  min-height: 100%;
  padding: 0.104167rem 0.520833rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cjk .box table[data-v-a2f6c8ce] {
  width: 100%;
  text-align: left;
  border-collapse: separate;
  border-spacing: 0.052083rem 0.104167rem;
}
.cjk .box table input[data-v-a2f6c8ce],
.cjk .box table select[data-v-a2f6c8ce],
.bjy[data-v-a2f6c8ce] {
  background: rgba(245, 247, 254, 1);
  border: 0.005208rem solid rgba(244, 246, 252, 1);
  border-radius: 0.010417rem;
  width: 80%;
  height: 0.197917rem;
}
.bjy[data-v-a2f6c8ce] {
  background: rgba(245, 247, 254, 1);
  border: 0.005208rem solid rgba(244, 246, 252, 1);
  border-radius: 0.010417rem;
  display: block;
  outline: none;
  line-height: 0.197917rem;
  height: 0.197917rem;
  min-width: 1.302083rem;
}
.cjk .box table tr td[data-v-a2f6c8ce]:nth-of-type(odd) {
  white-space: nowrap;
  vertical-align: text-top;
  text-align: right;
  line-height: 0.197917rem;
}
.cjk .box table textarea[data-v-a2f6c8ce] {
  width: 90%;
  vertical-align: text-top;
  background: rgba(245, 247, 254, 1);
  border: 0.005208rem solid rgba(244, 246, 252, 1);
  border-radius: 0.010417rem;
  padding: 0.026042rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cjk .box .btn[data-v-a2f6c8ce] {
  width: 0.5625rem;
  height: 0.208333rem;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  outline: none;
  border: none;
  margin: 0.052083rem;
  -webkit-box-shadow: 0 0.010417rem 0.109375rem 0 rgba(40, 206, 131, 0.47);
          box-shadow: 0 0.010417rem 0.109375rem 0 rgba(40, 206, 131, 0.47);
  border-radius: 0.104167rem;
  color: white;
  margin-top: 0.104167rem;
}
.cjk .box .ccc[data-v-a2f6c8ce] {
  width: 0.5625rem;
  height: 0.208333rem;
  background: rgba(236, 236, 243, 1);
  border: none;
  border-radius: 0.104167rem;
  color: white;
  margin-top: 0.104167rem;
  margin: 0.052083rem;
  outline: none;
}
.add[data-v-a2f6c8ce] {
  width: 0.59375rem;
  height: 0.208333rem;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
  opacity: 0.8;
  border-radius: 0.104167rem;
  font-size: 0.083333rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(62, 203, 197, 1);
}
.main[data-v-a2f6c8ce] {
  margin: 0 0.15625rem;
}
.bar[data-v-a2f6c8ce] {
  background: rgba(243, 255, 250, 1);
  -webkit-box-shadow: 0 0 0.046875rem 0 rgba(173, 188, 182, 0.1);
          box-shadow: 0 0 0.046875rem 0 rgba(173, 188, 182, 0.1);
  border-radius: 0.03125rem;
  width: 100%;
  margin-top: 0.15625rem;
  text-align: left;
  font-size: 0.072917rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(14, 84, 73, 1);
  padding: 0.052083rem 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section[data-v-a2f6c8ce] {
  padding-left: 0.15625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin-top: 0.104167rem;
  width: 100%;
}
.section .dian[data-v-a2f6c8ce] {
  position: absolute;
  left: 0;
}
.section .dian i[data-v-a2f6c8ce] {
  display: inline-block;
  width: 0.052083rem;
  height: 0.052083rem;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border-radius: 50%;
}
.section .section_l[data-v-a2f6c8ce] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.083333rem 0 rgba(236, 236, 243, 1);
          box-shadow: 0 0.010417rem 0.083333rem 0 rgba(236, 236, 243, 1);
  border-radius: 0.03125rem;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.section .section_l > div[data-v-a2f6c8ce] {
  -webkit-box-flex: 10;
      -ms-flex: 10;
          flex: 10;
  line-height: 0.125rem;
}
.section .section_l > div[data-v-a2f6c8ce]:last-child {
  width: 0.260417rem;
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  background: rgba(243, 255, 250, 1);
  text-align: center;
  line-height: 0.625rem;
  cursor: pointer;
  -webkit-box-shadow: 0 0 0.046875rem 0 rgba(173, 188, 182, 0.1);
          box-shadow: 0 0 0.046875rem 0 rgba(173, 188, 182, 0.1);
  border-radius: 0 0.03125rem 0.03125rem 0;
}
.first[data-v-a2f6c8ce] {
  width: 0.15625rem;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}
.btn_1[data-v-a2f6c8ce] {
  width: 0.385417rem;
  height: 0.145833rem;
  border: 0.005208rem solid rgba(230, 0, 18, 1);
  opacity: 0.8;
  border-radius: 0.072917rem;
  margin-top: 0.052083rem;
  display: inline-block;
  line-height: 0.145833rem;
  color: rgba(230, 0, 18, 1);
  font-size: 0.072917rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(235, 51, 65, 1);
}
.btn_2[data-v-a2f6c8ce] {
  width: 0.385417rem;
  height: 0.145833rem;
  background: rgba(230, 0, 18, 1);
  opacity: 0.8;
  border-radius: 0.072917rem;
  margin-top: 0.052083rem;
  display: inline-block;
  line-height: 0.145833rem;
  color: rgba(230, 0, 18, 1);
  font-size: 0.072917rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
}
.show[data-v-a2f6c8ce] {
  display: none;
  background: rgba(250, 251, 255, 1);
  width: 100%;
  border-radius: 0.03125rem;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.03125rem;
}
.hover[data-v-a2f6c8ce] {
  position: absolute;
  top: 0.3125rem;
  width: 100%;
  background: white;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  height: 1.041667rem;
  overflow: auto;
  z-index: 66666666;
}
.hover p[data-v-a2f6c8ce] {
  border-bottom: 0.005208rem solid rgba(221, 222, 232, 1);
}
.uls[data-v-a2f6c8ce] {
  width: 100%;
  line-height: 0.270833rem;
  margin-top: 0.104167rem;
  height: auto;
}
.uls .ul_1[data-v-a2f6c8ce] {
  border-bottom: #bebdcf 0.005208rem solid;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0.104167rem;
  box-sizing: border-box;
  font-size: 0.072917rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 0.09375rem;
  color: rgba(127, 127, 140, 1);
  min-height: 0.302083rem;
  position: relative;
}
.uls .ul[data-v-a2f6c8ce] {
  background: -webkit-gradient(linear, left top, left bottom, from(#00b4bf), to(#2fd7a0));
  background: linear-gradient(180deg, #00b4bf 0%, #2fd7a0 100%);
  border: none;
  margin: 0;
  font-weight: 500;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0.104167rem;
  border-radius: 0.03125rem;
  color: white;
}

/* .uls .ul li,.uls .ul_1 li{display: inline-block;width:12%;} */
.uls ul[data-v-a2f6c8ce] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.uls ul li[data-v-a2f6c8ce] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  white-space: nowrap;
}
.btnqun button[data-v-a2f6c8ce] {
  margin-right: 0.104167rem;
  background: rgba(251, 195, 61, 1);
  outline: none;
  border: none;
  color: white;
  padding: 0.026042rem 0.104167rem;
  border-radius: 0.010417rem 0.010417rem 0.010417rem 0.010417rem;
}
.posis .div[data-v-a2f6c8ce] {
  width: 100%;
  top: 0.302083rem;
  background: rgba(244, 245, 250, 1);
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
  border-radius: 0.03125rem;
  padding: 0.078125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ul_2[data-v-a2f6c8ce] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: #bebdcf 0.005208rem solid;
}
.ul_2 li[data-v-a2f6c8ce] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.or[data-v-a2f6c8ce] {
  color: #fbc33d;
}

/* .posis{position: relative;} */
.header_1[data-v-a2f6c8ce] {
  margin: 0 0.15625rem;
  margin-top: 0.15625rem;
}
.posi[data-v-a2f6c8ce] {
  position: absolute;
  top: 0;
  right: 0;
  outline: none;
  border: none;
  background: red;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  width: 0.260417rem;
  height: 0.260417rem;
}
.week h3[data-v-a2f6c8ce] {
  text-align: center;
  padding: 0.104167rem;
}
.week table[data-v-a2f6c8ce] {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0.052083rem 0.104167rem;
}
.week table td[data-v-a2f6c8ce]:nth-of-type(odd) {
  vertical-align: text-top;
  text-align: right;
  line-height: 0.197917rem;
}
.week input[data-v-a2f6c8ce] {
  line-height: 0.197917rem;
}
.week textarea[data-v-a2f6c8ce] {
  width: 90%;
  min-height: 1.041667rem;
}
.deletebar[data-v-a2f6c8ce] {
  background: white;
  position: absolute;
  width: 2.083333rem;
  line-height: 0.197917rem;
  left: 50%;
  top: 20%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0.260417rem;
  text-align: center;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
}
.deletebar button[data-v-a2f6c8ce] {
  background: red;
  outline: none;
  border: none;
  color: white;
  padding: 0.026042rem 0.052083rem;
  border-radius: 0.520833rem;
  cursor: pointer;
}
.deletebar .posi[data-v-a2f6c8ce] {
  border-radius: 0 0 0 0.520833rem;
  width: 0.208333rem;
  height: 0.208333rem;
}
.week .posi[data-v-a2f6c8ce] {
  border-radius: 0 0 0 0.520833rem;
  width: 0.208333rem;
  height: 0.208333rem;
}
button[data-v-a2f6c8ce] {
  cursor: pointer;
}
.hovers > div[data-v-a2f6c8ce] {
  position: absolute;
  width: 1.041667rem;
  height: auto;
  background: white;
  right: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  z-index: 10;
  bottom: 0.197917rem;
  text-align: left;
  padding: 0.026042rem;
}
.hovers[data-v-a2f6c8ce] {
  position: relative;
  cursor: pointer;
}
.container[data-v-36e22ce1] {
  width: 100%;
  min-height: 100%;
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
  padding: 0.15625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.09375rem;
}
.main[data-v-36e22ce1] {
  line-height: 180%;
}
.header[data-v-36e22ce1] {
  position: relative;
  width: 100%;
  line-height: 0.208333rem;
  text-align: center;
}
.header .cen[data-v-36e22ce1] {
  height: 0.208333rem;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
  opacity: 0.8;
  border-radius: 0.208333rem;
  line-height: 0.208333rem;
  font-size: 0.083333rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(50, 48, 83, 1);
}
.header .cen > div[data-v-36e22ce1] {
  cursor: pointer;
  padding: 0 0.083333rem;
  float: left;
}
.header .cen > .active[data-v-36e22ce1] {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border-radius: 0.208333rem;
  color: white;
}
.qs[data-v-36e22ce1],
.js[data-v-36e22ce1] {
  width: 0.802083rem;
  height: 0.208333rem;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
  opacity: 1;
  border-radius: 0.104167rem;
  font-size: 0.104167rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(50, 48, 83, 0.6);
  cursor: pointer;
  position: relative;
}
.header > .fl > div[data-v-36e22ce1] {
  display: inline-block;
}
.header .cjk[data-v-36e22ce1] {
  width: 5.208333rem;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.057292rem 0.296875rem 0.010417rem rgba(227, 232, 240, 1);
          box-shadow: 0 0.057292rem 0.296875rem 0.010417rem rgba(227, 232, 240, 1);
  border-radius: 0.03125rem;
  position: absolute;
  z-index: 2;
  line-height: 300%;
  top: 0.3125rem;
  text-align: left;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: auto;
  padding-bottom: 0.104167rem;
}
.add[data-v-36e22ce1] {
  width: 0.59375rem;
  height: 0.208333rem;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
  opacity: 0.8;
  border-radius: 0.104167rem;
  font-size: 0.104167rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(62, 203, 197, 1);
}
.gd[data-v-36e22ce1] {
  width: 0.208333rem;
  height: 0.208333rem;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
  opacity: 0.8;
  border-radius: 0.098958rem;
  line-height: 0.078125rem;
  margin-left: 0.104167rem;
}
.gd > div[data-v-36e22ce1] {
  height: 0.026042rem;
  font-size: 0.166667rem;
  color: #bebdcf;
}
.bar[data-v-36e22ce1] {
  background: rgba(243, 255, 250, 1);
  -webkit-box-shadow: 0 0 0.046875rem 0 rgba(173, 188, 182, 0.1);
          box-shadow: 0 0 0.046875rem 0 rgba(173, 188, 182, 0.1);
  border-radius: 0.03125rem;
  width: 100%;
  margin-top: 0.15625rem;
  text-align: left;
  font-size: 0.104167rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(14, 84, 73, 1);
  padding: 0.052083rem 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section[data-v-36e22ce1] {
  padding-left: 0.15625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin-top: 0.104167rem;
  width: 100%;
}
.section .dian[data-v-36e22ce1] {
  position: absolute;
  left: 0;
}
.section .dian i[data-v-36e22ce1] {
  display: inline-block;
  width: 0.052083rem;
  height: 0.052083rem;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border-radius: 50%;
}
.section .section_l[data-v-36e22ce1] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.083333rem 0 rgba(236, 236, 243, 1);
          box-shadow: 0 0.010417rem 0.083333rem 0 rgba(236, 236, 243, 1);
  border-radius: 0.03125rem;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.section .section_l > div[data-v-36e22ce1] {
  -webkit-box-flex: 10;
      -ms-flex: 10;
          flex: 10;
}
.section .section_l > div[data-v-36e22ce1]:last-child {
  width: 0.260417rem;
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  background: rgba(243, 255, 250, 1);
  text-align: center;
  line-height: 0.625rem;
  cursor: pointer;
  -webkit-box-shadow: 0 0 0.046875rem 0 rgba(173, 188, 182, 0.1);
          box-shadow: 0 0 0.046875rem 0 rgba(173, 188, 182, 0.1);
  border-radius: 0 0.03125rem 0.03125rem 0;
}
.imgs img[data-v-36e22ce1] {
  width: 0.130208rem;
  vertical-align: middle;
}
.first[data-v-36e22ce1] {
  width: 0.15625rem;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}
.btn_1[data-v-36e22ce1] {
  width: 0.385417rem;
  height: 0.145833rem;
  border: 0.005208rem solid rgba(230, 0, 18, 1);
  opacity: 0.8;
  border-radius: 0.072917rem;
  margin-top: 0.052083rem;
  display: inline-block;
  line-height: 0.145833rem;
  color: rgba(230, 0, 18, 1);
  font-size: 0.104167rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(235, 51, 65, 1);
  cursor: pointer;
}
.btn_2[data-v-36e22ce1] {
  width: 0.385417rem;
  height: 0.145833rem;
  background: rgba(230, 0, 18, 1);
  opacity: 0.8;
  border-radius: 0.072917rem;
  margin-top: 0.052083rem;
  display: inline-block;
  line-height: 0.145833rem;
  color: rgba(230, 0, 18, 1);
  font-size: 0.104167rem;
  cursor: pointer;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
}
.show[data-v-36e22ce1] {
  display: none;
  background: white;
  width: 100%;
  border-radius: 0.03125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #7f7f8c;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  padding: 0.104167rem;
}

/* .show p:nth-of-type(even){background: rgba(186,189,201,.3);padding:0 20px;padding-left: 3em} */
.show p[data-v-36e22ce1] {
  background: rgba(250, 251, 255, 1);
  padding: 0 0.104167rem;
  padding-left: 3em;
  margin-bottom: 0.104167rem;
  border-radius: 0.078125rem;
  background: rgba(250, 251, 255, 1);
  border: 0.005208rem solid rgba(244, 246, 252, 1);
}
.show p[data-v-36e22ce1]:first-child {
  margin-top: 0.052083rem;
}
.show p span[data-v-36e22ce1] {
  color: rgba(0, 0, 0, 0.8);
  display: inline-block;
  width: 0.260417rem;
  padding-left: 3em;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-align: justify;
  text-justify: distribute-all-lines;
}
.show p[data-v-36e22ce1] {
  text-indent: -2em;
}
.header .hover[data-v-36e22ce1] {
  position: absolute;
  top: 0.3125rem;
  width: 100%;
  background: white;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  height: 1.041667rem;
  overflow: auto;
  z-index: 66666666;
}
.header .hover p[data-v-36e22ce1] {
  border-bottom: 0.005208rem solid rgba(221, 222, 232, 1);
}
.header .hover p[data-v-36e22ce1]:hover {
  background: #eeeffa;
  color: #88879c;
}
.cjk input[type="text"][data-v-36e22ce1],
.cjk select[data-v-36e22ce1],
.cjk textarea[data-v-36e22ce1] {
  border: 0.005208rem solid rgba(186, 189, 201, 0.6);
  border-radius: 0.03125rem;
  width: 100%;
  color: rgba(32, 30, 71, 0.7);
  font-size: 0.09375rem;
  padding-left: 0.026042rem;
  line-height: 0.125rem;
}
.cjk textarea[data-v-36e22ce1] {
  height: 0.520833rem;
  margin-top: 0.026042rem;
  width: 90%;
}
.cjk table[data-v-36e22ce1] {
  width: 90%;
  margin: 0 auto;
  white-space: nowrap;
}
.cjk input[type="text"][data-v-36e22ce1],
.cjk select[data-v-36e22ce1],
.el-date-editor[data-v-36e22ce1] {
  height: 0.166667rem;
  width: 80%;
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
}
.cjk .h3[data-v-36e22ce1] {
  background: rgba(243, 255, 250, 1);
  -webkit-box-shadow: 0 0.026042rem 0.020833rem 0 rgba(99, 197, 177, 0.16);
          box-shadow: 0 0.026042rem 0.020833rem 0 rgba(99, 197, 177, 0.16);
  border-radius: 0.03125rem;
  padding: 0 0.104167rem;
  line-height: 0.354167rem;
  font-size: 0.104167rem;
  font-family: "\601D\6E90\9ED1\4F53";
  font-weight: 500;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: rgba(32, 30, 71, 1);
}
.cjk .h3 .el-icon-close[data-v-36e22ce1] {
  font-size: 0.166667rem;
  line-height: 0.354167rem;
  font-weight: 500;
  cursor: pointer;
}
.an[data-v-36e22ce1] {
  width: 0.682292rem;
  height: 0.1875rem;
  background: rgba(230, 0, 18, 1);
  border-radius: 0.09375rem;
  border: none;
  outline: none;
  color: white;
  text-align: center;
  cursor: pointer;
}
.niu[data-v-36e22ce1] {
  text-align: center;
  margin-bottom: 0.052083rem;
}
.cjk .inputs input[type="text"][data-v-36e22ce1],
.cjk .inputs select[data-v-36e22ce1] {
  width: 30%;
  vertical-align: middle;
}
.clicks[data-v-36e22ce1] {
  width: 0.385417rem;
  height: 0.145833rem;
  border: 0.005208rem solid rgba(180, 180, 180, 1);
  opacity: 0.8;
  border-radius: 0.072917rem;
  margin-right: 0.15625rem;
  text-align: center;
  margin-top: 0.052083rem;
  line-height: 0.145833rem;
  font-size: 0.104167rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: rgba(180, 180, 180, 1);
}
.back[data-v-36e22ce1] {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.64);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
}
.yelow[data-v-36e22ce1] {
  color: #ffdb32;
}
.blue[data-v-36e22ce1] {
  background: #3699ff;
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
  border-radius: 0.015625rem;
}
.table[data-v-36e22ce1] {
  margin-top: 0.15625rem;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* .table table{width: 100%;text-align: center;border: none;white-space: nowrap; font-weight:500;color:rgba(50,48,83,1);}
.table table thead{background:rgba(247,248,255,1);border-radius:6px;font-size: 20px;font-family: '思源黑体';font-weight: 500}
.table table thead td{border: 1px solid white}
.table table tr{height:66px;}
.table table tr td{padding: 5px;}
.table table tbody td{border:1px solid rgba(237,238,246,1);min-width: 80px;padding: 5px;white-space:nowrap;}
.table table tbody tr:nth-of-type(even){background:rgba(243,255,250,1);border-radius:6px;}
.table table tbody tr:nth-of-type(odd){background:rgba(255,255,255,1);border-radius:6px;} */
.table .hover > div[data-v-36e22ce1],
.section .hover > div[data-v-36e22ce1] {
  position: absolute;
  width: 1.041667rem;
  height: auto;
  background: white;
  right: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  z-index: 10;
  bottom: 0.197917rem;
  text-align: left;
  padding: 0.026042rem;
  white-space: normal;
}
.table .hover[data-v-36e22ce1],
.section .hover[data-v-36e22ce1] {
  position: relative;
  cursor: pointer;
  height: auto;
  width: auto;
  min-height: 0.15625rem;
}
.addwork[data-v-36e22ce1] {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  left: 0;
  top: 0;
  min-height: 5.208333rem;
  overflow: auto;
}
.addwork table td[data-v-36e22ce1]:nth-of-type(odd) {
  padding-left: 0.15625rem;
}
.addwork table[data-v-36e22ce1] {
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.083333rem 0 rgba(236, 236, 243, 1);
          box-shadow: 0 0.010417rem 0.083333rem 0 rgba(236, 236, 243, 1);
  overflow: hidden;
  border-radius: 0.03125rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background: white;
  padding: 0.15625rem;
  min-width: 3.645833rem;
  border-collapse: separate;
  border-spacing: 0 0.104167rem;
}
.addwork select[data-v-36e22ce1],
.addwork textarea[data-v-36e22ce1] {
  width: 100%;
  background: rgba(250, 251, 255, 1);
  outline: none;
  border: 0.005208rem solid rgba(245, 247, 254, 1);
}
.addwork textarea[data-v-36e22ce1] {
  height: 0.520833rem;
}
.addwork .posi[data-v-36e22ce1] {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.15625rem;
  height: 0.15625rem;
  margin-right: -0.026042rem;
  border-radius: 0 0 0 0.260417rem;
  font-size: 0.125rem;
  text-align: center;
  background: red;
  color: white;
  padding: 0.026042rem;
  cursor: pointer;
}
.td[data-v-36e22ce1] {
  background: rgba(250, 251, 255, 1);
  border: 0.005208rem solid rgba(245, 247, 254, 1);
}

/* .alter-one{position: absolute;width: 400px;height: 200px;left: 50%;top: 50%;transform: translateX(-50%) translateY(-50%);background: white;box-shadow:0px 2px 16px 0px rgba(236,236,243,1);} */
.red-btn[data-v-36e22ce1] {
  outline: none;
  border: none;
  padding: 0.026042rem 0.078125rem;
  margin: 0.052083rem;
  border-radius: 0.520833rem;
  background: red;
  color: white;
}
.ccc-btn[data-v-36e22ce1] {
  outline: none;
  border: none;
  padding: 0.026042rem 0.078125rem;
  margin: 0.052083rem;
  border-radius: 2.604167rem;
}
.container[data-v-c7bba0a6] {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bor[data-v-c7bba0a6] {
  -webkit-box-shadow: 0 0.026042rem 0.020833rem 0 rgba(186, 189, 201, 0.1);
          box-shadow: 0 0.026042rem 0.020833rem 0 rgba(186, 189, 201, 0.1);
  background: white;
  margin: 0.104167rem 0;
  margin-right: 0.104167rem;
  border-radius: 0.078125rem;
  z-index: 10;
  padding-bottom: 0.052083rem;
}
.container > div > p[data-v-c7bba0a6] {
  font-size: 0.125rem;
}
.container > div[data-v-c7bba0a6]:first-child {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.container > div[data-v-c7bba0a6]:last-child {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.container > div[data-v-c7bba0a6]:nth-of-type(2) {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
.container > div:first-child .bor[data-v-c7bba0a6] {
  min-height: 2.604167rem;
}
.container > div:nth-of-type(2) .bor[data-v-c7bba0a6] {
  min-height: 90%;
}
.container > div:last-child .bor[data-v-c7bba0a6] {
  margin-right: 0;
  min-height: 90%;
}
.container > div:first-child .bor p[data-v-c7bba0a6] {
  -webkit-box-shadow: 0 0.026042rem 0.020833rem 0 rgba(186, 189, 201, 0.16);
          box-shadow: 0 0.026042rem 0.020833rem 0 rgba(186, 189, 201, 0.16);
  text-align: center;
  height: 0.302083rem;
}
.container > div:first-child .bor p span[data-v-c7bba0a6] {
  margin: 0.260417rem;
  line-height: 0.302083rem;
  font-size: 0.104167rem;
}
.p[data-v-c7bba0a6] {
  -webkit-box-shadow: 0 0.026042rem 0.020833rem 0 rgba(186, 189, 201, 0.16);
          box-shadow: 0 0.026042rem 0.020833rem 0 rgba(186, 189, 201, 0.16);
  height: 0.302083rem;
  line-height: 0.302083rem;
  padding: 0 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.borday[data-v-c7bba0a6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0.78125rem;
}
.borday .time[data-v-c7bba0a6],
.borday .content[data-v-c7bba0a6],
.borday .complet[data-v-c7bba0a6] {
  margin: 0.104167rem 0;
  border-radius: 0.052083rem;
  padding: 0.026042rem;
  margin-left: 0.104167rem;
}
.borday .time > div[data-v-c7bba0a6] {
  line-height: 200%;
}
.borday .time[data-v-c7bba0a6] {
  background: rgba(238, 242, 251, 0.6);
  border: 0.005208rem solid rgba(236, 239, 249, 0.6);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.borday .timeactive[data-v-c7bba0a6] {
  background: rgba(48, 198, 169, 1);
  opacity: 0.76;
  color: white;
}
.borday .content[data-v-c7bba0a6] {
  background: rgba(245, 247, 252, 1);
  position: relative;
  padding: 1%;
}
.borday .contentactive[data-v-c7bba0a6] {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(48, 198, 169, 1)),
    to(rgba(74, 235, 204, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(48, 198, 169, 1) 0%,
    rgba(74, 235, 204, 1) 100%
  );
  color: white;
}
.dw[data-v-c7bba0a6] {
  margin: 0 0.052083rem;
  position: relative;
  width: 0.520833rem;
  height: 0.197917rem;
  margin-right: 0.104167rem;
  line-height: 0.197917rem;
  border-radius: 0.026042rem;
  border: 0.005208rem solid #eee;
  cursor: pointer;
  vertical-align: middle;
  margin-top: 0.260417rem;
  padding-left: 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.el-icon-arrow-down[data-v-c7bba0a6] {
  width: 0.15625rem;
  height: 0.197917rem;
  background: #02cb8e;
  color: white;
  padding: 0;
  line-height: 0.197917rem;
  float: right;
  text-align: center;
}
.complet_dw_com[data-v-c7bba0a6] {
  height: 0.78125rem;
  overflow-y: auto;
  width: 100%;
  position: absolute;
  left: 0;
  background: white;
  z-index: 10;
}
.complet_dw_com div[data-v-c7bba0a6] {
  border: 0.005208rem solid #eee;
  display: block;
  padding-left: 0.052083rem;
}
.p span[data-v-c7bba0a6] {
  padding: 0 0.104167rem;
}
.p span[data-v-c7bba0a6]:first-child,
.p span[data-v-c7bba0a6]:last-child,
.borday span[data-v-c7bba0a6]:first-child,
.borday span[data-v-c7bba0a6]:last-child {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.p span[data-v-c7bba0a6]:last-child,
.borday span[data-v-c7bba0a6]:last-child {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.p span[data-v-c7bba0a6]:nth-of-type(2),
.borday span[data-v-c7bba0a6]:nth-of-type(2) {
  -webkit-box-flex: 6;
      -ms-flex: 6;
          flex: 6;
}
.button[data-v-c7bba0a6] {
  border: none;
  outline: none;
  color: white;
  background: -webkit-gradient(linear, left top, left bottom, from(#a8ccfc), to(#78b0fd));
  background: linear-gradient(#a8ccfc, #78b0fd);
  padding: 0.026042rem 0.052083rem;
  border-radius: 0.078125rem;
  cursor: pointer;
  margin-right: 0.104167rem;
}
#calendar[data-v-c7bba0a6] {
  width: 100%;
}
.month ul[data-v-c7bba0a6] {
  -webkit-box-shadow: 0 0.026042rem 0.020833rem 0 rgba(186, 189, 201, 0.16);
          box-shadow: 0 0.026042rem 0.020833rem 0 rgba(186, 189, 201, 0.16);
  height: 0.302083rem;
  line-height: 0.302083rem;
  padding: 0 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.month ul[data-v-c7bba0a6],
.weekdays[data-v-c7bba0a6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.month ul li[data-v-c7bba0a6],
.weekdays li[data-v-c7bba0a6] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  height: 0.302083rem;
  line-height: 0.302083rem;
}
.weekdays li[data-v-c7bba0a6] {
  margin-top: 0.052083rem;
}
.days li[data-v-c7bba0a6] {
  width: 14.2%;
  float: left;
  text-align: center;
  height: 0.302083rem;
  line-height: 0.302083rem;
  font-size: 0.083333rem;
}
.other-month[data-v-c7bba0a6] {
  color: rgba(215, 215, 215, 1);
}
.active[data-v-c7bba0a6] {
  color: white;
  background: -webkit-gradient(linear, left top, left bottom, from(#67eaab), to(#36c5cc));
  background: linear-gradient(#67eaab, #36c5cc);
  -webkit-box-shadow: 0 0.026042rem 0.020833rem 0 RGBA(205, 253, 232, 1);
          box-shadow: 0 0.026042rem 0.020833rem 0 RGBA(205, 253, 232, 1);
  border-radius: 50%;
  width: 0.260417rem;
  height: 0.260417rem;
  display: inline-block;
}
.borday .time .bfff[data-v-c7bba0a6] {
  background: white;
  width: 60%;
  margin-top: 0.052083rem;
  margin-left: 0.052083rem;
}
.el-icon-minus[data-v-c7bba0a6] {
  font-size: 0.104167rem;
  vertical-align: middle;
  color: black;
}
.btn_yr[data-v-c7bba0a6] {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    color-stop(51%, rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 51%,
    rgba(66, 230, 149, 1) 100%
  );
  opacity: 0.8;
  border-radius: 0 0.052083rem 0 0.104167rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 0.208333rem;
  height: 0.15625rem;
  color: white;
  text-align: center;
  line-height: 0.15625rem;
  font-size: 0.104167rem;
}
.btn_yr_active[data-v-c7bba0a6] {
  background: rgba(255, 255, 255, 1);
  color: rgba(66, 230, 149, 1);
}
.posi[data-v-c7bba0a6] {
  position: relative;
}
.posixi[data-v-c7bba0a6] {
  position: absolute;
  left: 0.052083rem;
  top: -0.052083rem;
}
.green[data-v-c7bba0a6] {
  z-index: 10;
}
.red[data-v-c7bba0a6] {
  z-index: 1000;
}
.yellow[data-v-c7bba0a6] {
  z-index: 100;
}
.daycontent[data-v-c7bba0a6] {
  height: auto;
  background: RGBA(238, 242, 251, 0.8);
  -webkit-box-shadow: 0 0.026042rem 0.020833rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.026042rem 0.020833rem 0 rgba(0, 0, 0, 0.1);
  margin-right: 0.104167rem;
  margin-top: -0.104167rem;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1.041667rem;
  z-index: -1;
}
.timeinput > div[data-v-c7bba0a6] {
  width: 100%;
  margin-top: 0.078125rem;
}
.content textarea[data-v-c7bba0a6] {
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  background: transparent;
}
.time > div[data-v-c7bba0a6] {
  font-size: 0.104167rem;
  line-height: 200%;
  font-weight: 600;
  padding: 0.026042rem;
}
.darft[data-v-c7bba0a6] {
  height: 0.572917rem;
  background: rgba(245, 247, 252, 1);
  margin: 0.104167rem;
  border-radius: 0.052083rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.darft span[data-v-c7bba0a6]:first-child {
  -webkit-box-flex: 19;
      -ms-flex: 19;
          flex: 19;
  padding: 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.darft span[data-v-c7bba0a6]:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  background: rgba(0, 0, 0, 0.06);
  font-size: 0.145833rem;
  line-height: 0.572917rem;
  color: rgba(100, 161, 245, 0.74);
}
.darft .el-icon-arrow-down[data-v-c7bba0a6] {
  background: rgba(0, 0, 0, 0.06);
  font-size: 0.145833rem;
  line-height: 0.572917rem;
  color: rgba(100, 161, 245, 0.74);
  font-weight: 600;
}
.darftxi[data-v-c7bba0a6] {
  background: rgba(245, 247, 252, 1);
  margin: 0.104167rem;
  border-radius: 0.052083rem;
  padding: 0.052083rem;
}
.darftxi span[data-v-c7bba0a6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
}
.darftxi span button[data-v-c7bba0a6] {
  outline: none;
  border: none;
  cursor: pointer;
  background: white;
  border-radius: 0.026042rem;
  padding: 0.015625rem 0.026042rem;
}
.btn[data-v-c7bba0a6] {
  outline: none;
  border: none;
  cursor: pointer;
  border-radius: 0.026042rem;
  padding: 0.015625rem 0.026042rem;
  margin: 0.052083rem 0;
}
.fiexs[data-v-c7bba0a6] {
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.06);
  width: 100%;
  height: 100%;
  text-align: center;
}
.fiexs > div[data-v-c7bba0a6] {
  background: white;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  position: absolute;
  padding: 0.15625rem;
}
.fiexs > div p[data-v-c7bba0a6] {
  margin-bottom: 0.104167rem;
}
.completss[data-v-c7bba0a6] {
  margin-top: 0.104167rem;
}
.redbbg[data-v-c7bba0a6] {
  background: red;
  color: white;
}
.cccbbg[data-v-c7bba0a6] {
  background: #fff;
  color: #666;
  border: 0.005208rem solid #ebe9ea;
}
.posinum[data-v-c7bba0a6] {
  position: absolute;
  right: 0.052083rem;
  top: -0.052083rem;
  background: red;
  width: 0.104167rem;
  height: 0.104167rem;
  color: white;
  line-height: 0.104167rem;
  border-radius: 50%;
}
.borday_add .time[data-v-c7bba0a6] {
  padding: 0;
}
.container-addposi[data-v-c7bba0a6] {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  left: 0;
  top: 0;
}
.container-addposi > div[data-v-c7bba0a6] {
  width: 2.083333rem;
  height: 1.041667rem;
  background: white;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.container-addposi > div p[data-v-c7bba0a6] {
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  width: 100%;
  font-size: 0.145833rem;
  font-family: "\601D\6E90\9ED1\4F53";
}
.container-addposi-btn[data-v-c7bba0a6] {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 0.260417rem;
  color: white;
  text-align: center;
  cursor: pointer;
  border-radius: 50% 50% 0 0;
  background: #e60012;
  line-height: 0.260417rem;
  -webkit-box-shadow: 0 0 0.026042rem 0 #e60012;
          box-shadow: 0 0 0.026042rem 0 #e60012;
}
.container-addposi-posi[data-v-c7bba0a6] {
  font-size: 0.145833rem;
  cursor: pointer;
  position: absolute;
  top: -0.005208rem;
  right: -0.026042rem;
  background: red;
  color: white;
  border-radius: 0 0 0 0.260417rem;
  width: 0.208333rem;
  height: 0.208333rem;
  line-height: 0.208333rem;
  text-align: center;
}
.renbtn[data-v-c7bba0a6] {
  border: none;
  outline: none;
  width: 0.416667rem;
  height: 0.15625rem;
  background: #e60012;
  border-radius: 0.520833rem;
  margin-top: 0.104167rem;
  color: white;
  -webkit-box-shadow: 0 0 0.026042rem 0 #e60012;
          box-shadow: 0 0 0.026042rem 0 #e60012;
  cursor: pointer;
}
.container-addposi-box[data-v-c7bba0a6] {
  position: relative;
  margin-top: 0.052083rem;
  overflow: hidden;
}
.container-addposi-box p[data-v-c7bba0a6] {
  margin-bottom: 0.052083rem;
}
.container[data-v-79046465] {
  width: 100%;
  height: 100%;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-font-smoothing: antialiased;
  font-size: 0.09375rem;
  position: relative;
  background: white;
}
.header[data-v-79046465] {
  margin-bottom: 0.104167rem;
}
.header span[data-v-79046465] {
  cursor: pointer;
}
.header-btn[data-v-79046465] {
  font-size: 0.083333rem;
  background: white;
  line-height: 0.208333rem;
  background: rgba(255, 255, 255, 1);
  border: 0.005208rem solid rgba(247, 248, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.041667rem 0 rgba(182, 182, 195, 0.4);
          box-shadow: 0 0.010417rem 0.041667rem 0 rgba(182, 182, 195, 0.4);
  border-radius: 0.520833rem;
  height: 0.208333rem;
  display: inline-block;
}
.header-btn span[data-v-79046465] {
  text-align: center;
  cursor: pointer;
  padding: 0 0.083333rem;
  line-height: 0.208333rem;
  float: left;
}
.header-btn .active[data-v-79046465] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border-radius: 0.130208rem;
}
.header-add[data-v-79046465] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border-radius: 0.130208rem;
  padding: 0 0.083333rem;
  line-height: 0.208333rem;
  margin-left: 0.052083rem;
}
.header__mleft[data-v-79046465] {
  float: right;
}
.header .search[data-v-79046465] {
  width: 1.213542rem;
  height: 0.197917rem;
  background: rgba(255, 255, 255, 1);
  border: 0.005208rem solid rgba(221, 225, 229, 1);
  border-radius: 0.03125rem;
  overflow: hidden;
  position: relative;
}
.header .search input[data-v-79046465] {
  height: 100%;
  width: 0.911458rem;
  font-size: 0.09375rem;
  padding-left: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}
.header .search button[data-v-79046465] {
  width: 0.286458rem;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border: none;
  color: white;
  font-weight: 600;
  font-size: 0.083333rem;
  cursor: pointer;
  position: absolute;
  right: 0;
}
.header_center[data-v-79046465] {
  font-size: 0.083333rem;
  background: white;
  line-height: 0.208333rem;
  background: rgba(255, 255, 255, 1);
  border: 0.005208rem solid rgba(247, 248, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.041667rem 0 rgba(182, 182, 195, 0.4);
          box-shadow: 0 0.010417rem 0.041667rem 0 rgba(182, 182, 195, 0.4);
  border-radius: 0.520833rem;
  height: 0.208333rem;
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header_center span[data-v-79046465] {
  text-align: center;
  cursor: pointer;
  padding: 0 0.083333rem;
  line-height: 0.208333rem;
  float: left;
}
.table[data-v-79046465] {
  height: calc(100% - 0.3125rem);
}
.container_main[data-v-79046465] {
  margin-top: 0.3125rem;
}
.table_flxe[data-v-79046465] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.table_flxe table[data-v-79046465],
.table_auto table[data-v-79046465] {
  border-collapse: separate;
  border-spacing: 0.052083rem;
  white-space: nowrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 50%;
  background: white;
}
.table_auto table[data-v-79046465] {
  border-collapse: separate;
  border-spacing: 0 0.052083rem;
  white-space: nowrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  background: white;
}
.table_flxe table th[data-v-79046465],
.table_auto table th[data-v-79046465] {
  font-weight: 600;
  font-size: 0.114583rem;
}
.table_flxe table tr td[data-v-79046465]:nth-of-type(odd) {
  text-align: right;
}
.table_auto table tr td[data-v-79046465] {
  text-align: center;
}
.el-icon-remove-outline[data-v-79046465] {
  color: red;
  cursor: pointer;
  line-height: 0.125rem;
}
.container_main[data-v-79046465] {
  height: calc(100% - 0.3125rem);
}
.container_main_table[data-v-79046465] {
  width: 60%;
  float: left;
  position: relative;
  height: 100%;
  min-height: 3.125rem;
}
.container_main_table[data-v-79046465] {
  background: #F8F9FE;
}
.container_main_table>div[data-v-79046465]:nth-of-type(1) {
  padding-bottom: 0.052083rem;
  background: white;
}
.container_main_aside[data-v-79046465] {
  width: 35%;
  height: calc(100% - 0.260417rem);
  min-height: 2.604167rem;
  float: right;
  margin-top: 0.208333rem;
  position: relative;
}
.container_main table[data-v-79046465] {
  border-collapse: separate;
  border-spacing: 0.052083rem 0.052083rem;
  white-space: nowrap;
  width: 100%;
}
.container_main_table_list[data-v-79046465] {
  line-height: 0.177083rem;
  padding-right: 0.052083rem;
}
.table_flxe table tr td select[data-v-79046465],
.table_flxe table tr td input[data-v-79046465],
.container_main table tr td select[data-v-79046465],
.container_main table tr td input[data-v-79046465] {
  width: 1.302083rem;
  height: 0.177083rem;
  background: rgba(245,249,252,1);
  border: 0.005208rem solid rgba(242,242,244,1);
  border-left: none;
  text-indent: 0.052083rem;
}
.container_main_table>div:nth-of-type(2) table tr td select[data-v-79046465],
.container_main_table>div:nth-of-type(2) table tr td input[data-v-79046465] {
  background: white;
}
.container_main_table>div:nth-of-type(2) textarea[data-v-79046465] {
  width: 100%;
  border: none;
  height: 0.520833rem;
}
.container_main select[data-v-79046465] {
  width: 1.302083rem;
  height: 0.177083rem;
  background: rgba(245,249,252,1);
  border: 0.005208rem solid rgba(242,242,244,1);
  text-indent: 0.052083rem;
}
.container_main table tr td input[type='checkbox'][data-v-79046465],
.container_main table tr td input[type='radio'][data-v-79046465] {
  width: 0.104167rem;
  vertical-align: middle;
}
.blue[data-v-79046465] {
  background: rgba(54,153,255,1);
  color: white;
}
.table-blue[data-v-79046465] {
  display: block;
  width: 0.3125rem;
  height: 0.15625rem;
  line-height: 0.15625rem;
  margin: 0 auto;
  margin-top: 0.104167rem;
  background: rgba(54,153,255,1);
  color: white;
}
.active_font[data-v-79046465] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border-radius: 0.130208rem;
}
.active[data-v-79046465] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border-radius: 0.130208rem;
  text-align: center;
  cursor: pointer;
  width: 0.3125rem;
  line-height: 0.208333rem;
  white-space: nowrap;
}
.el-icon-minus[data-v-79046465],
.el-icon-plus[data-v-79046465] {
  width: 0.3125rem;
  height: 0.208333rem;
  background: rgba(252,252,254,1);
  border: 0.005208rem solid rgba(244,245,251,1);
  border-radius: 0.020833rem;
  text-align: center;
  line-height: 0.208333rem;
}
.answer[data-v-79046465] {
  float: left;
  text-align: center;
  width: 0.104167rem;
  height: 0.182292rem;
  background: white;
  line-height: 0.182292rem;
}
#image[data-v-79046465] {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.520833rem;
  opacity: 0;
  cursor: pointer;
  height: 0.260417rem;
}
.backj-exc-file[data-v-79046465] {
  width: 0.625rem;
  height: 0.208333rem;
  background: rgba(255,255,255,1);
  border: 0.005208rem solid rgba(238,239,241,1);
  border-radius: 0.020833rem;
  font-size: 0.09375rem;
  text-align: center;
  line-height: 0.208333rem;
  color: rgba(50,48,83,1);
}
.backj-exc-blue[data-v-79046465] {
  width: 0.625rem;
  height: 0.208333rem;
  background: rgba(54,153,255,1);
  border: 0.005208rem solid rgba(238,239,241,1);
  border-radius: 0.020833rem;
  font-size: 0.09375rem;
  text-align: center;
  line-height: 0.208333rem;
  color: white;
}
.table_footer[data-v-79046465] {
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 0.052083rem;
}
.table_report[data-v-79046465] {
  width: 1.041667rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(255,255,255,1);
  border: 0.005208rem solid rgba(238,239,241,1);
  border-radius: 0.020833rem;
}
.table_report span[data-v-79046465] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 0.208333rem;
  text-align: center;
}
.table_report .active[data-v-79046465] {
  padding: 0;
  background: rgba(208,211,227,1);
  border: 0.005208rem solid rgba(238,239,241,1);
  border-radius: 0.020833rem;
}
.container_main_aside .nav[data-v-79046465] {
  width: 0.208333rem;
  height: 0.208333rem;
  margin-right: 0.052083rem;
  margin-top: 0.052083rem;
  line-height: 0.208333rem;
  text-align: center;
  border-radius: 0.020833rem;
  text-align: center;
}
.container_main_aside .active[data-v-79046465] {
  background: -webkit-gradient(linear,left bottom, left top,from(rgba(0,180,191,1)),to(rgba(66,230,149,1)));
  background: linear-gradient(0deg,rgba(0,180,191,1) 0%,rgba(66,230,149,1) 100%);
  color: white;
}
.container_main_aside_btn[data-v-79046465] {
  width: 100%;
  text-align: center;
  margin-top: 0.104167rem;
  position: absolute;
  bottom: 0;
}
.container_main_aside_btn_green[data-v-79046465],
.container_main_aside_btn_blue[data-v-79046465] {
  width: 0.5625rem;
  height: 0.208333rem;
  opacity: 0.8;
  border-radius: 0.104167rem;
  border: none;
  outline: none;
  color: white;
}
.container_main_aside_btn_green[data-v-79046465] {
  background: -webkit-gradient(linear,left bottom, left top,from(rgba(0,180,191,1)),to(rgba(66,230,149,1)));
  background: linear-gradient(0deg,rgba(0,180,191,1) 0%,rgba(66,230,149,1) 100%);
  -webkit-box-shadow: 0 0.010417rem 0.109375rem 0 rgba(40,206,131,0.47);
          box-shadow: 0 0.010417rem 0.109375rem 0 rgba(40,206,131,0.47);
}
.container_main_aside_btn_blue[data-v-79046465] {
  background: -webkit-gradient(linear,left bottom, left top,from(rgba(39,124,240,1)),to(rgba(116,172,250,1)));
  background: linear-gradient(0deg,rgba(39,124,240,1) 0%,rgba(116,172,250,1) 100%);
  -webkit-box-shadow: 0 0.010417rem 0.109375rem 0 rgba(93,157,245,0.47);
          box-shadow: 0 0.010417rem 0.109375rem 0 rgba(93,157,245,0.47);
}
.allFixed_img li[data-v-79046465] {
  float: left;
  /* width: 150px;
  height: 300px; */
}
.allFixed_img img[data-v-79046465] {
  /* width: 100%; */
}
.allFixed_test[data-v-79046465] {
  width: 100%;
  min-height: 100%;
  background: rgba(244,245,250,1);
}
.allFixed_test  .header[data-v-79046465] {
  width: calc(100% - 5em);
  text-align: center;
  background: white;
  padding: 0.078125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.allFixed_test>.el-button[data-v-79046465] {
  position: absolute;
  right: 0;
  margin-right: 0.078125rem;
  margin-top: 0.036458rem;
}
.allFixed_test .header>p[data-v-79046465]:first-child {
  font-size: 0.1875rem;
  line-height: 0.34375rem;
}
.allFixed_test .header>p[data-v-79046465]:last-child {
  font-size: 0.09375rem;
  color: #ccc;
  line-height: 0.125rem;
}
.allFixed_test .content[data-v-79046465] {
  width: 100%;
  height: 80%;
}
.allFixed_test .main[data-v-79046465] {
  width: 80%;
  margin: 0 auto;
  height: 100%;
  margin-top: 0.104167rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.allFixed_test .main .left[data-v-79046465] {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  background: white;
  margin: 0.052083rem;
  -webkit-box-shadow: 0 0.03125rem 0.083333rem 0 rgba(233,233,242,1);
          box-shadow: 0 0.03125rem 0.083333rem 0 rgba(233,233,242,1);
  position: relative;
}
.allFixed_test .left h3[data-v-79046465] {
  color: #ccc;
  font-weight: 400;
}
.allFixed_test .left h3 span[data-v-79046465]:first-child {
  font-size: 0.1875rem;
}
.allFixed_test .main .right[data-v-79046465] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: white;
  margin: 0.052083rem;
  -webkit-box-shadow: 0 0.03125rem 0.083333rem 0 rgba(233,233,242,1);
          box-shadow: 0 0.03125rem 0.083333rem 0 rgba(233,233,242,1);
}
.allFixed_test .navs[data-v-79046465] {
  width: 100%;
  padding-left: 0.078125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.allFixed_test .nav[data-v-79046465] {
  width: 0.208333rem;
  height: 0.208333rem;
  margin-right: 0.052083rem;
  margin-top: 0.052083rem;
  border: 0.010417rem solid #ccc;
  line-height: 0.208333rem;
  text-align: center;
  -webkit-box-shadow: 0 0.03125rem 0.083333rem 0 rgba(233,233,242,1);
          box-shadow: 0 0.03125rem 0.083333rem 0 rgba(233,233,242,1);
  border-radius: 0.020833rem;
}
.allFixed_test .navs .active_test[data-v-79046465] {
  border: 0.010417rem solid rgb(4, 41, 250);
}
.allFixed_test .navs .active_test[data-v-79046465],
.kuai .k[data-v-79046465],
.end[data-v-79046465] {
  background: -webkit-gradient(linear,left bottom, left top,from(rgba(0,180,191,1)),to(rgba(66,230,149,1)));
  background: linear-gradient(0deg,rgba(0,180,191,1) 0%,rgba(66,230,149,1) 100%);
  color: white;
}
.allFixed_test .navs .bactive[data-v-79046465] {
  background: -webkit-gradient(linear,left bottom, left top,from(rgba(0,180,191,1)),to(rgba(66,230,149,1)));
  background: linear-gradient(0deg,rgba(0,180,191,1) 0%,rgba(66,230,149,1) 100%);
  color: white;
}
.allFixed_test .left[data-v-79046465] {
  padding: 3%;
}
.allFixed_test .left>div[data-v-79046465] {
  display: none;
}
.allFixed_test .left .active_test[data-v-79046465] {
  display: block;
}
.allFixed_test .left p[data-v-79046465] {
  margin-top: 0.104167rem;
}
.allFixed_test .left p input[data-v-79046465] {
  margin-right: 0.104167rem;
  vertical-align: middle;
}
.allFixed_test .left .question[data-v-79046465] {
  font-weight: 600;
}
.left_img[data-v-79046465] {
  width: 2.604167rem;
  height: 1.5625rem;
  vertical-align: middle;
  overflow: auto;
  border: 0.005208rem solid;
  background: #eaeaea;
}
.left_img img[data-v-79046465] {
  max-height: 100%;
  cursor: pointer;
  float: left;
}
.allFixed_test .posi[data-v-79046465] {
  position: absolute;
  bottom: 0.104167rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 0.135417rem;
  color: #ccc;
  cursor: pointer;
}
.allFixed_test .right_time[data-v-79046465] {
  width: 100%;
  padding: 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 0.520833rem;
  font-size: 0.135417rem;
}
.allFixed_test .right_time>div[data-v-79046465] {
  float: left;
}
.allFixed_test .right_time .br[data-v-79046465] {
  width: 0.416667rem;
  position: relative;
  text-align: center;
}
.allFixed_test .right_time .br img[data-v-79046465] {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.allFixed_test .font[data-v-79046465] {
  color: wheat;
}
.allFixed_test .kuai[data-v-79046465] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.104167rem;
}
.allFixed_test .kuai>div[data-v-79046465] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 auto;
  text-align: center;
  margin-top: 0.104167rem;
}
.allFixed_test .kuai i[data-v-79046465] {
  display: inline-block;
  width: 0.104167rem;
  height: 0.104167rem;
  border: 0.005208rem solid #ccc;
  border-radius: 0.026042rem;
  vertical-align: middle;
  margin-right: 0.026042rem;
}
.allFixed_test .end[data-v-79046465] {
  border: none;
  outline: none;
  padding: 0.026042rem;
  text-align: center;
  cursor: pointer;
}
.allFixed_test .footer[data-v-79046465] {
  text-align: center;
}
.allFixed_test .footer p[data-v-79046465] {
  margin-top: 0.104167rem;
}
.allFixed_test .footer_dis[data-v-79046465] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.104167rem;
}
.allFixed_test .footer_dis>div[data-v-79046465] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.allFixed_test .left_main p[data-v-79046465],
.checkbox p[data-v-79046465] {
  cursor: pointer;
}
.container[data-v-35565c38] {
  width: 100%;
  min-height: 100%;
  background: white;
}
header[data-v-35565c38] {
  width: 100%;
  background: white;
  text-align: center;
  line-height: 0.520833rem;
  font-size: 0.177083rem;
  font-weight: 500;
}
.center[data-v-35565c38] {
  width: 7.291667rem;
  min-height: 90%;
  margin: 0 auto;
  margin-top: 0.104167rem;
}
.center > .center_1[data-v-35565c38] {
  width: 100%;
  height: auto;
}
.center > h3[data-v-35565c38] {
  width: 100%;
  height: 0.197917rem;
}
.center > h3 img[data-v-35565c38] {
  vertical-align: middle;
  padding-right: 0.026042rem;
}

/* .center_1{background: linear-gradient(180deg,rgb(255, 255, 255) 0%,rgb(255, 255, 255) 50%,rgba(0,180,191,1) 50%,rgb(255, 255, 255,.5)  50%,rgba(66,230,149,.5) 100%);margin-bottom: 10%} */
.center_1 > div[data-v-35565c38] {
  width: 60%;
  margin: 0 auto;
}
.center_1 > div img[data-v-35565c38] {
  width: 100%;
}
.posi[data-v-35565c38] {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
.posi > .div[data-v-35565c38] {
  line-height: 0.40625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.posi > .div p[data-v-35565c38] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.135417rem;
  font-weight: 600;
}
.posi > .icon[data-v-35565c38] {
  position: absolute;
  right: -35%;
  bottom: -25%;
}
.posi > .icon img[data-v-35565c38] {
  width: 70%;
}
.posi > div span[data-v-35565c38] {
  margin-right: 0.104167rem;
}
.center > .center_2[data-v-35565c38] {
  max-height: 2.34375rem;
  width: 100%;
}
.center > .center_3[data-v-35565c38] {
  margin: 0.15625rem 0;
  position: relative;
  width: 100%;
}
.center > .center_3 .posi[data-v-35565c38] {
  position: absolute;
  right: 0;
  top: 0;
  width: 1.041667rem;
  height: 1.041667rem;
  z-index: 10;
}
.center > .center_3 .posi img[data-v-35565c38] {
  width: 100%;
}
.center > .center_4[data-v-35565c38] {
  margin: 0.15625rem 0;
  padding: 0.104167rem 0.208333rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 0.177083rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: rgba(48, 48, 48, 1);
  font-size: 0.072917rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.center > .center_4 .ccc[data-v-35565c38] {
  color: #ccc;
}
.center > .center_4 .red[data-v-35565c38] {
  color: red;
}
.center > .center_3 #main[data-v-35565c38] {
  width: 60%;
  height: 2.083333rem;
  display: inline-block;
}
.center_3_1[data-v-35565c38] {
  width: 35%;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  line-height: 0.1875rem;
  overflow-y: auto;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 5%;
}
.center_3_1 p[data-v-35565c38] {
  margin-bottom: 0.052083rem;
}
.center_2[data-v-35565c38] {
  margin: 0.15625rem 0;
}
.center_2 ul[data-v-35565c38] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0.104167rem;
  line-height: 0.302083rem;
}
.center_2 ul[data-v-35565c38]:nth-of-type(odd) {
  background: #fafdfe;
}
.center_2 ul[data-v-35565c38]:first-child {
  background: #eaf4fa;
  border: none;
  margin: 0;
  padding: 0 0.104167rem;
  font-weight: 600;
}
.center_2 ul li[data-v-35565c38] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.kuai[data-v-35565c38] {
  display: inline-block;
  width: 0.15625rem;
  height: 0.104167rem;
  margin-bottom: -0.026042rem;
  margin-right: 0.052083rem;
}
footer[data-v-35565c38] {
  width: 100%;
  text-align: center;
  margin-bottom: 0.104167rem;
}
footer button[data-v-35565c38] {
  text-align: center;
  width: 0.651042rem;
  height: 0.25rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#67eaaa), to(#33c4cc));
  background: linear-gradient(#67eaaa, #33c4cc);
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 #33c4cc;
          box-shadow: 0 0.010417rem 0.03125rem 0 #33c4cc;
  border-radius: 1.041667rem;
  line-height: 0.25rem;
  text-align: center;
  font-size: 0.09375rem;
  font-family: Source Han Sans CN;
  font-weight: 600;
  color: white;
  outline: none;
  border: #ccc 0.005208rem solid;
  cursor: pointer;
}
footer button[data-v-35565c38]:active {
  background: #67eaaa;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 #33c4cc;
          box-shadow: 0 0.010417rem 0.03125rem 0 #33c4cc;
}
.bar span[data-v-35565c38] {
  display: block;
  text-indent: 2em;
}
.br span span[data-v-35565c38] {
  display: inline-block;
  width: 0.520833rem;
}

/* #main{width: 100%;height: 100%;} */
.center_4_left[data-v-35565c38] {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.center_4_left > div[data-v-35565c38] {
  width: 0.208333rem;
  height: 0.208333rem;
  display: inline-block;
  color: white;
  margin: 0.026042rem;
  text-align: center;
  line-height: 0.208333rem;
  cursor: pointer;
  border-radius: 0.052083rem;
}
.center_4_left .active[data-v-35565c38] {
  background: -webkit-gradient(linear, left top, left bottom, from(#fe91a8), to(#f5365f));
  background: linear-gradient(#fe91a8, #f5365f);
}
.center_4_right[data-v-35565c38] {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  height: 2.604167rem;
  overflow-x: auto;
}
.center_4_right > div[data-v-35565c38] {
  padding-left: 2em;
}
.center_4_right > div p[data-v-35565c38]:first-of-type {
  text-indent: -2em;
}
.center_4_right > div i[data-v-35565c38] {
  font-family: "\601D\6E90\9ED1\4F53";
}
.center_4_left .active1[data-v-35565c38] {
  background: #eee;
}
.el-aside[data-v-52c9be71] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: auto;
}

/* 左边框 */
.main[data-v-52c9be71],
.el-container[data-v-52c9be71] {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.left-bar-logo[data-v-52c9be71] {
  max-width: 1.666667rem;
  width: 100%;
  height: 0.307292rem;
  margin: 0 auto;
  margin-bottom: 0.364583rem;
}
.left-bar-logo img[data-v-52c9be71] {
  margin: 0 auto;
  display: block;
  width: 90%;
}
.left-bar[data-v-52c9be71] {
  width: 1.354167rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#30d8a0), to(#00b4bf));
  background: linear-gradient(0deg, #30d8a0, #00b4bf);
  position: relative;
  padding: 0.208333rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 3.90625rem;
  height: 100%;
}
.left-bar1[data-v-52c9be71] {
  width: auto;
  background: -webkit-gradient(linear, left bottom, left top, from(#30d8a0), to(#00b4bf));
  background: linear-gradient(0deg, #30d8a0, #00b4bf);
  position: relative;
  padding: 0.208333rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.left-bar a[data-v-52c9be71] {
  color: #fff;
  display: block;
}
.left-bar li[data-v-52c9be71] {
  padding-left: 0.15625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 0.25rem;
  cursor: pointer;
  letter-spacing: 0.010417rem;
}
.left-bar1 li[data-v-52c9be71] {
  padding: 0 0.208333rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 0.25rem;
}
.left-bar li[data-v-52c9be71]:last-child {
  margin-bottom: 0;
}
.left-bar li img[data-v-52c9be71] {
  height: 100%;
  vertical-align: middle;
  margin: 0.010417rem 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 0.104167rem;
}
.left-bar1 li img[data-v-52c9be71] {
  height: 100%;
  vertical-align: middle;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.left-bar li[data-v-52c9be71]:focus,
.left-bar li[data-v-52c9be71]:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.5);
}
.posi[data-v-52c9be71] {
  width: 100%;
  display: block;
  cursor: pointer;
  position: absolute;
  bottom: 0;
}
.posi1[data-v-52c9be71] {
  width: 100%;
  display: block;
  cursor: pointer;
  margin-top: 0;
}
.left-bar li i[data-v-52c9be71] {
  padding-right: 0.052083rem;
  line-height: 0.25rem;
}
.left-bar ul[data-v-52c9be71] {
  position: absolute;
  bottom: 0.052083rem;
  width: 100%;
}
.active[data-v-52c9be71] {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.5);
}
.list_dl[data-v-52c9be71] {
  max-height: 80vh;
  overflow: auto;
  position: absolute;
  bottom: 100%;
  width: 100%;
  border: 0.005208rem solid #888;
  left: 0;
  color: #000;
}
.list_dl dd[data-v-52c9be71] {
  height: 0.15625rem;
  text-align: center;
  background: white;
  line-height: 0.15625rem;
}
.list_dl dd[data-v-52c9be71]:hover {
  font-size: 0.114583rem;
  font-family: "\601D\6E90\9ED1\4F53";
}

/**/
.el-main[data-v-52c9be71] {
  padding: 0;
  position: relative;
}
.right-main-mbr[data-v-52c9be71] {
  margin: 0;
  -webkit-box-shadow: 0 0 0.020833rem #ccc;
          box-shadow: 0 0 0.020833rem #ccc;
  border-radius: 0.026042rem;
  padding: 0 0.104167rem;
  background: #fff;
}

/*谷歌、safari、qq浏览器、360浏览器滚动条样式*/

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
[data-v-52c9be71]::-webkit-scrollbar {
  width: 0.026042rem;
  height: 0.026042rem;
  background-color: #f5f5f5;
}

/*定义滚动条轨道 内阴影+圆角*/
[data-v-52c9be71]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0.03125rem rgba(0, 0, 0, 0.3);
  border-radius: 0.052083rem;
  background-color: #f5f5f5;
}

/*定义滑块 内阴影+圆角*/
[data-v-52c9be71]::-webkit-scrollbar-thumb {
  border-radius: 0.052083rem;
  -webkit-box-shadow: inset 0 0 0.03125rem rgba(0, 0, 0, 0.3);
  background-color: #bdbdbd;
}

/*滑块效果*/
[data-v-52c9be71]::-webkit-scrollbar-thumb:hover {
  border-radius: 0.026042rem;
  -webkit-box-shadow: inset 0 0 0.026042rem rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.4);
}

/*IE滚动条颜色*/
html[data-v-52c9be71] {
  scrollbar-face-color: #bfbfbf;
  /*滚动条颜色*/
  scrollbar-highlight-color: #000;
  scrollbar-3dlight-color: #000;
  scrollbar-darkshadow-color: #000;
  scrollbar-shadow-color: #adadad;
  /*滑块边色*/
  scrollbar-arrow-color: rgba(0, 0, 0, 0.4);
  /*箭头颜色*/
  scrollbar-track-color: #eeeeee;
  /*背景颜色*/
}
.container[data-v-484801ce] {
  width: 100%;
  height: 100%;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-font-smoothing: antialiased;
  font-size: 0.09375rem;
  background: white;
}
.header[data-v-484801ce] {
  margin-bottom: 0.104167rem;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  height: 0.208333rem;
}
.header__mleft[data-v-484801ce] {
  height: 0.3125rem;
}
.header__mleft--search[data-v-484801ce] {
  background: #f3f4fc;
  line-height: 0.197917rem;
  margin-right: 0.078125rem;
  padding-left: 0.052083rem;
}
.btn[data-v-484801ce] {
  outline: none;
  border: none;
  cursor: pointer;
}
.header .topheader[data-v-484801ce] {
  font-size: 0.083333rem;
  background: white;
  line-height: 0.208333rem;
  background: rgba(255, 255, 255, 1);
  border: 0.005208rem solid rgba(247, 248, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.041667rem 0 rgba(182, 182, 195, 0.4);
          box-shadow: 0 0.010417rem 0.041667rem 0 rgba(182, 182, 195, 0.4);
  border-radius: 0.520833rem;
  height: 0.208333rem;
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header .topheader > span[data-v-484801ce] {
  text-align: center;
  cursor: pointer;
  padding: 0 0.083333rem;
  line-height: 0.208333rem;
  float: left;
}
.header .topheader .active[data-v-484801ce] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border-radius: 0.130208rem;
}
.topheaderfr[data-v-484801ce] {
  position: absolute;
  right: 0;
  top: 0;
}
.topheaderfr .btn_1[data-v-484801ce] {
  padding: 0 0.15625rem;
  line-height: 0.260417rem;
  height: 0.260417rem;
  background: #f9f9ff;
  border: 0.005208rem solid #ccc;
  border-radius: 0.130208rem;
  margin-right: 0.104167rem;
  cursor: pointer;
}
.topheaderfr .btn_2[data-v-484801ce] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  padding: 0 0.104167rem;
  -webkit-box-shadow: 0 0 0.026042rem 0 #8dbbfa;
          box-shadow: 0 0 0.026042rem 0 #8dbbfa;
  line-height: 0.260417rem;
  height: 0.260417rem;
  border-radius: 0.130208rem;
  cursor: pointer;
}
.topheaderfr .active[data-v-484801ce] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border-radius: 0.130208rem;
  border: none;
}
.btn-back-blue[data-v-484801ce] {
  background: -webkit-gradient(linear, left top, left bottom, from(#8dbbfa), to(#5194f3));
  background: linear-gradient(#8dbbfa, #5194f3);
  color: white;
  padding: 0.026042rem 0.052083rem;
  -webkit-box-shadow: 0 0 0.026042rem 0 #8dbbfa;
          box-shadow: 0 0 0.026042rem 0 #8dbbfa;
  border-radius: 0.026042rem;
}
.table[data-v-484801ce] {
  height: calc(100% - 0.3125rem);
}
.table table tr td div[data-v-484801ce] {
  line-height: 200%;
  border-bottom: 0.015625rem solid #eeeffa;
}
.table table tr td div[data-v-484801ce]:last-child {
  border: none;
}
.table table tbody tr.active[data-v-484801ce] {
  background: rgb(170, 170, 170);
}
.container-main-center-ul .active[data-v-484801ce] {
  color: #02c18d;
  border-bottom: 0.010417rem solid #02c18d;
}
.table-btn-blue[data-v-484801ce] {
  outline: none;
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #73adfc), to(#3374dc));
  background: linear-gradient(#73adfc 70%, #3374dc 100%);
  color: white;
  padding: 0.026042rem 0.026042rem;
  margin: 0 0.026042rem;
  border-radius: 0.010417rem;
}
.table-btn-orange[data-v-484801ce] {
  outline: none;
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, #fccf65), to(#b69935));
  background: linear-gradient(#fccf65 80%, #b69935 100%);
  color: white;
  padding: 0.026042rem 0.026042rem;
  margin: 0 0.026042rem;
  border-radius: 0.010417rem;
}
.table_1[data-v-484801ce] {
  width: 100%;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
}
.table_1 h3[data-v-484801ce] {
  font-size: 0.125rem;
}
.table_1_section[data-v-484801ce] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.table_1_section table[data-v-484801ce] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-collapse: separate;
  border-spacing: 0.078125rem 0.15625rem;
  font-family: "\601D\6E90\9ED1\4F53";
  font-size: 0.09375rem;
}
.table_1_section table tr td[data-v-484801ce] {
  margin-bottom: 0.104167rem;
}
.table_1_section table tr td[data-v-484801ce]:first-child {
  text-align: right;
}
.table_1_section table tr td[data-v-484801ce]:last-child {
  width: 75%;
}
.table_1_section table tr td input[data-v-484801ce] {
  width: 70%;
  height: 0.21875rem;
  line-height: 0.21875rem;
  border: 0.005208rem solid rgba(213, 213, 224, 1);
  border-radius: 0.03125rem;
  padding-left: 0.078125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.back[data-v-484801ce] {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  left: 0;
  top: 0;
  overflow: auto;
  z-index: 10;
}
.back-bj[data-v-484801ce] {
  position: absolute;
  left: 50%;
  top: 0.520833rem;
  width: auto;
  min-height: 2.604167rem;
  background: white;
  -webkit-box-shadow: 0 0 0.026042rem 0 rgb(205, 206, 206);
          box-shadow: 0 0 0.026042rem 0 rgb(205, 206, 206);
  padding: 0.130208rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.back-bj > .back-div[data-v-484801ce] {
  position: relative;
  height: 100%;
  line-height: 150%;
  font-size: 0.104167rem;
}
.back-bj p[data-v-484801ce] {
  text-align: center;
}
.back-bj > .back-div > div[data-v-484801ce] {
  min-height: 2.083333rem;
  padding: 0.052083rem 0.026042rem;
}
.posi[data-v-484801ce] {
  position: absolute;
  right: 0;
  right: 0;
  cursor: pointer;
  top: 0;
  background: red;
  border-radius: 0 0 0 0.208333rem;
  color: #fff;
  width: 0.208333rem;
  height: 0.208333rem;
  text-align: center;
  line-height: 0.15625rem;
  padding-left: 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.back-bj .back-div table[data-v-484801ce] {
  width: 100%;
  margin: 0 auto;
  margin-top: 0.15625rem;
  border-collapse: separate;
  border-spacing: 0 0.104167rem;
}
.back-bj .back-div table tr td[data-v-484801ce] {
  white-space: nowrap;
}
.back-bj .back-div table tr input[data-v-484801ce],
.back-bj .back-div table tr select[data-v-484801ce],
.back-bj .back-div table tr textarea[data-v-484801ce] {
  height: 0.197917rem;
  background: rgba(252, 252, 254, 1);
  outline: none;
  border: 0.005208rem solid rgba(238, 240, 248, 1);
  border-radius: 0.010417rem;
  padding-left: 0.052083rem;
  vertical-align: middle;
  width: 80%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.btn-green[data-v-484801ce] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border-radius: 0.130208rem;
  padding: 0.026042rem 0.104167rem;
  border: none;
  outline: none;
  margin-top: 0.026042rem;
  cursor: pointer;
}
.btn-eee[data-v-484801ce] {
  background: #eee;
  color: rgb(50, 100, 100);
  border-radius: 0.130208rem;
  padding: 0.026042rem 0.104167rem;
  border: none;
  cursor: pointer;
  outline: none;
  margin-top: 0.026042rem;
}
.back-bj .back-div table tr textarea[data-v-484801ce] {
  height: 0.520833rem;
}
.backj-exc-file[data-v-484801ce] {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(39, 124, 240, 1)),
    to(rgba(116, 172, 250, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(39, 124, 240, 1) 0%,
    rgba(116, 172, 250, 1) 100%
  );
  -webkit-box-shadow: 0 0.010417rem 0.104167rem 0.005208rem rgba(76, 147, 244, 0.36);
          box-shadow: 0 0.010417rem 0.104167rem 0.005208rem rgba(76, 147, 244, 0.36);
  border-radius: 0.020833rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(247, 248, 255, 1);
  text-align: center;
  cursor: pointer;
  position: absolute;
  left: 0;
  width: 80%;
  top: 0;
  height: 0.260417rem;
  line-height: 0.260417rem;
}
.detel[data-v-484801ce] {
  width: 0.520833rem;
  height: 0.197917rem;
  line-height: 0.197917rem;
  text-align: center;
  background: #ecf4fd;
  border-radius: 0.520833rem;
  font-size: 0.083333rem;
  font-family: Adobe Heiti Std;
  font-weight: normal;
  color: rgba(75, 121, 211, 1);
  margin-top: 0.052083rem;
  cursor: pointer;
}
.center_detel[data-v-484801ce] {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.3);
}
.center_detel_xi[data-v-484801ce] {
  width: 1.5625rem;
  height: 0.78125rem;
  background: white;
  -webkit-box-shadow: 0 0 0.026042rem 0 #eee;
          box-shadow: 0 0 0.026042rem 0 #eee;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  left: 50%;
  top: 50%;
  overflow: hidden;
}
.center_detel_xi .detel[data-v-484801ce] {
  background: red;
  width: 100%;
  height: 0.208333rem;
  position: absolute;
  bottom: -0.052083rem;
  border-radius: 50% 50% 0 0;
  color: white;
}
.center_detel_xi_p[data-v-484801ce] {
  line-height: 0.729167rem;
  text-align: center;
}
.posi1[data-v-484801ce] {
  position: absolute;
  right: 0;
  right: 0;
  cursor: pointer;
  top: 0;
  color: #ccc;
  width: 0.208333rem;
  height: 0.208333rem;
  text-align: center;
  line-height: 0.15625rem;
  padding-left: 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contern[data-v-484801ce] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
  height: calc(100% - 0.416667rem);
}
.contern_1[data-v-484801ce] {
  width: 100%;
  margin: 0 auto;
  height: calc(100% - 0.416667rem);
  overflow: auto;
}
.contern > div[data-v-484801ce]:first-child {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
  height: 100%;
  overflow: hidden;
  overflow: auto;
  margin-right: 0.104167rem;
}
.contern > div[data-v-484801ce]:last-child {
  -webkit-box-flex: 6;
      -ms-flex: 6;
          flex: 6;
  height: 100%;
  overflow: auto;
  padding: 0.104167rem;
  background: #FFFFFF;
  border: 0.005208rem solid #F4F4F4;
  -webkit-box-shadow: 0 0.020833rem 0.052083rem 0 rgba(103, 103, 124, 0.1);
          box-shadow: 0 0.020833rem 0.052083rem 0 rgba(103, 103, 124, 0.1);
  border-radius: 0.03125rem;
}
.contern > div:last-child .bor[data-v-484801ce] {
  height: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.contern > div > p[data-v-484801ce] {
  font-size: 0.125rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(50, 48, 83, 1);
}
.bor[data-v-484801ce] {
  -webkit-box-shadow: 0 0.026042rem 0.020833rem 0 rgba(186, 189, 201, 0.16);
          box-shadow: 0 0.026042rem 0.020833rem 0 rgba(186, 189, 201, 0.16);
  background: white;
  border-radius: 0.078125rem;
  z-index: 10;
  padding-bottom: 0.052083rem;
  position: relative;
  min-height: 2.083333rem;
  height: 100%;
}
.bor .month ul[data-v-484801ce] {
  -webkit-box-shadow: 0 0.026042rem 0.020833rem 0 rgba(186, 189, 201, 0.16);
          box-shadow: 0 0.026042rem 0.020833rem 0 rgba(186, 189, 201, 0.16);
  height: 0.302083rem;
  line-height: 0.302083rem;
  padding: 0 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bor .month ul[data-v-484801ce],
.weekdays[data-v-484801ce] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.bor .month ul li[data-v-484801ce],
.weekdays li[data-v-484801ce] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  height: 0.302083rem;
  line-height: 0.302083rem;
}

/* .bor .weekdays li{margin-top: 10px} */
.bor .days li[data-v-484801ce] {
  width: 14.2%;
  float: left;
  text-align: center;
  height: 0.21875rem;
  line-height: 0.21875rem;
  position: relative;
  margin: 0.104167rem 0;
}
.bor .other-month[data-v-484801ce] {
  color: rgba(215, 215, 215, 1);
}
.bor .active[data-v-484801ce] {
  color: white;
  width: 0.21875rem;
  height: 0.21875rem;
  background: #455AF7;
  display: inline-block;
}
.bor .posi[data-v-484801ce] {
  position: relative;
}
.bor .posixi[data-v-484801ce] {
  position: absolute;
  left: 0.052083rem;
  top: -0.052083rem;
}
.bor .green[data-v-484801ce] {
  z-index: 10;
}
.bor .red[data-v-484801ce] {
  z-index: 1000;
}
.bor .yellow[data-v-484801ce] {
  z-index: 100;
}
.bor .posinum[data-v-484801ce] {
  position: absolute;
  right: 0.052083rem;
  top: -0.052083rem;
  background: red;
  width: 0.104167rem;
  height: 0.104167rem;
  color: white;
  line-height: 0.104167rem;
  border-radius: 50%;
}
.borday[data-v-484801ce] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0.78125rem;
}
.borday .content[data-v-484801ce],
.borday .complet[data-v-484801ce] {
  margin: 0.104167rem 0;
  border-radius: 0.052083rem;
  padding: 0.026042rem;
  margin-left: 0.104167rem;
  position: relative;
}
.borday .content[data-v-484801ce],
.p span[data-v-484801ce]:first-child {
  -webkit-box-flex: 8;
      -ms-flex: 8;
          flex: 8;
}
.borday .complet[data-v-484801ce],
.p span[data-v-484801ce]:last-child {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.borday .content[data-v-484801ce] {
  background: rgba(245, 247, 252, 1);
  position: relative;
  padding: 1%;
}
.borday .contentactive[data-v-484801ce] {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(48, 198, 169, 1)),
    to(rgba(74, 235, 204, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(48, 198, 169, 1) 0%,
    rgba(74, 235, 204, 1) 100%
  );
  color: white;
}
.hovers > div[data-v-484801ce] {
  position: absolute;
  width: 1.041667rem;
  height: auto;
  background: white;
  right: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  z-index: 10;
  bottom: 0.197917rem;
  text-align: left;
  padding: 0.026042rem;
}
.hovers[data-v-484801ce] {
  position: relative;
  cursor: pointer;
}
.select_p[data-v-484801ce] {
  height: 0.302083rem;
}
.select_p p[data-v-484801ce] {
  float: right;
  width: 0.520833rem;
  margin-right: 0.026042rem;
}
.select_p ~ .bor[data-v-484801ce] {
  padding: 0.026042rem;
  margin-top: 0.026042rem;
}
.bor_ulimgs[data-v-484801ce] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 0.416667rem;
  position: relative;
  padding: 0 0.104167rem;
  overflow: hidden;
}
.bor_ulimgs li[data-v-484801ce] {
  position: relative;
  float: left;
  margin-right: 0.052083rem;
  width: 0.520833rem;
}
.bor_ulimgs .el-icon-arrow-left[data-v-484801ce] {
  position: absolute;
  left: 0;
  top: 0.15625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
.bor_ulimgs .el-icon-arrow-right[data-v-484801ce] {
  position: absolute;
  right: 0;
  top: 50%;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bor_ulimgs img[data-v-484801ce] {
  width: 0.416667rem;
  height: 0.416667rem;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  cursor: pointer;
}
.bor_ulimgs li>div[data-v-484801ce] {
  width: 0.416667rem;
  height: 0.416667rem;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  line-height: 0.416667rem;
  text-align: center;
  background: #F4F4F4;
  border: 0.005208rem solid #E4E6E9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.072917rem;
  font-weight: 400;
  color: #323053;
}
.top[data-v-484801ce] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.3125rem;
  height: 2.083333rem;
}
.top select[data-v-484801ce] {
  border: none;
  line-height: 0.15625rem;
  height: 0.15625rem;
  vertical-align: middle;
}
.top_1 select[data-v-484801ce],
.top_2 select[data-v-484801ce],
.top_5 select[data-v-484801ce] {
  background: rgba(242, 242, 248, 1);
  border-radius: 0.520833rem;
  padding: 0 0.052083rem;
}
.top_1[data-v-484801ce] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 0.104167rem;
}
.top_2[data-v-484801ce] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 0.104167rem;
}
.top_3[data-v-484801ce] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 0.104167rem;
}
.top_4[data-v-484801ce] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 0.104167rem;
  max-width: 30%;
}
.top_5[data-v-484801ce] {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  margin: 0 0.104167rem;
  /* max-width: 60%; */
}
.top > div > div[data-v-484801ce] {
  height: 100%;
  position: relative;
}
#main1[data-v-484801ce] {
  width: 50%;
  height: 90%;
}
.main1[data-v-484801ce] {
  width: 50%;
  height: auto;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.main1 p[data-v-484801ce] {
  line-height: 150%;
}
.main1 p[data-v-484801ce]:nth-of-type(even) {
  font-size: 0.072917rem;
}
.top_2 .main1 .p1[data-v-484801ce] {
  color: #83c4fc;
  font-size: 0.145833rem;
}
.top_2 .main1 .p2[data-v-484801ce] {
  color: #f9bd75;
  font-size: 0.145833rem;
}
#main[data-v-484801ce],
#main2[data-v-484801ce],
#main3[data-v-484801ce],
#main4[data-v-484801ce] {
  height: 90%;
  width: 100%;
}
.top > div > div[data-v-484801ce] {
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.03125rem 0.104167rem 0 rgba(233, 233, 242, 0.8);
          box-shadow: 0 0.03125rem 0.104167rem 0 rgba(233, 233, 242, 0.8);
  border-radius: 0.104167rem;
  padding: 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.top > div > p[data-v-484801ce] {
  font-size: 0.125rem;
  font-family: "\601D\6E90\9ED1\4F53";
  line-height: 0.21875rem;
}
.iframe[data-v-484801ce] {
  position: absolute;
  left: 50%;
  top: 1.041667rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 6.25rem;
  height: 2.604167rem;
  background: white;
  overflow: auto;
}
.iframe img[data-v-484801ce] {
  width: 1.5625rem;
  margin: 0 auto;
  display: block;
}
[data-v-484801ce]::-webkit-scrollbar {
  width: 0.026042rem;
  height: 0.052083rem;
  background-color: #f5f5f5;
}
#calendar[data-v-484801ce] {
  height: 100%;
}
#calendar .month[data-v-484801ce] {
  height: 0.302083rem;
}
.allFixed table[data-v-484801ce] {
  border-collapse: separate;
  border-spacing: 0.052083rem;
}
.workDate[data-v-484801ce] {
  width: 100%;
}
.workDate>p[data-v-484801ce] {
  font-size: 0.083333rem;
  /* font-family: Source Han Sans CN; */
  font-weight: 400;
  color: rgba(50, 48, 83, 0.6);
  border-bottom: 0.005208rem dashed rgba(0, 0, 0, 0.2);
  line-height: 0.197917rem;
  margin-bottom: 0.104167rem;
  margin-top: 0.208333rem;
}
.workDate>p span[data-v-484801ce] {
  font-size: 0.125rem;
  font-weight: 500;
  color: #323053;
  padding-right: 0.104167rem;
}
.workDate li[data-v-484801ce] {
  height: 0.625rem;
  background: #FFFFFF;
  border: 0.005208rem solid #F0F1F2;
  border-radius: 0.020833rem;
  padding: 0.104167rem;
  margin-bottom: 0.052083rem;
}
.workDate li p[data-v-484801ce]:nth-of-type(1) {
  border-left: 0.020833rem #1BC8AE solid;
  border-radius: 0.010417rem;
  margin-left: -0.026042rem;
  padding-left: 0.026042rem;
  font-size: 0.083333rem;
  font-weight: bold;
  color: #323053;
  margin-bottom: 0.052083rem;
}
.workDate li p[data-v-484801ce]:nth-of-type(2) {
  font-size: 0.072917rem;
  margin-left: 0.026042rem;
  font-weight: 400;
  color: rgba(50, 48, 83, 0.6);
}
.workDate li p:nth-of-type(1) span[data-v-484801ce] {
  float: right;
  font-size: 0.072917rem;
  font-weight: 400;
  color: rgba(50, 48, 83, 0.6);
}
.workDate li p:nth-of-type(1) span i[data-v-484801ce] {
  margin-left: 0.026042rem;
  color: #323053;
}
.container[data-v-484801ce] .el-select .el-input__inner,
.container[data-v-484801ce]  .el-input__inner,
.container[data-v-484801ce] .el-date-editor,
.container[data-v-484801ce] .el-input__icon,
.container[data-v-484801ce] .el-date-editor .el-range-separator {
  line-height: 0.166667rem;
  height: 0.166667rem;
  vertical-align: middle;
}
.container[data-v-484801ce] .el-button {
  line-height: 0.5;
  height: 0.166667rem;
  vertical-align: middle;
}
.top .el-select[data-v-484801ce] {
  width: 0.520833rem;
  margin-right: 0.026042rem;
}
.container[data-v-745f4540] {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  font-size: 0.09375rem;
}
.header[data-v-745f4540] {
  width: 100%;
  line-height: 0.208333rem;
  text-align: center;
  position: relative;
  height: 0.520833rem;
}
.header .cen[data-v-745f4540] {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
  opacity: 0.8;
  border-radius: 0.208333rem;
  line-height: 0.208333rem;
  height: 0.208333rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(50, 48, 83, 1);
  font-size: 0.083333rem;
}
.header .cen > div[data-v-745f4540] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
  padding: 0 0.083333rem;
}
.header .cen > .active[data-v-745f4540] {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border-radius: 0.208333rem;
  color: white;
}
.qs[data-v-745f4540],
.js[data-v-745f4540] {
  width: 0.697917rem;
  height: 0.208333rem;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
  opacity: 1;
  border-radius: 0.104167rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(50, 48, 83, 0.6);
  cursor: pointer;
  position: relative;
}
.header > .fl > div[data-v-745f4540] {
  display: inline-block;
}
.bjy[data-v-745f4540] {
  background: rgba(245, 247, 254, 1);
  border: 0.005208rem solid rgba(244, 246, 252, 1);
  border-radius: 0.010417rem;
  display: block;
  outline: none;
  line-height: 0.197917rem;
  height: 0.197917rem;
  min-width: 1.302083rem;
}
.add[data-v-745f4540] {
  width: 0.59375rem;
  height: 0.208333rem;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
  opacity: 0.8;
  border-radius: 0.104167rem;
  font-size: 0.083333rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(62, 203, 197, 1);
}
.main[data-v-745f4540] {
  margin: 0 0.15625rem;
  height: 88%;
}
.bar[data-v-745f4540] {
  background: rgba(243, 255, 250, 1);
  -webkit-box-shadow: 0 0 0.046875rem 0 rgba(173, 188, 182, 0.1);
          box-shadow: 0 0 0.046875rem 0 rgba(173, 188, 182, 0.1);
  border-radius: 0.03125rem;
  width: 100%;
  margin-top: 0.15625rem;
  text-align: left;
  font-size: 0.072917rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(14, 84, 73, 1);
  padding: 0.052083rem 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section[data-v-745f4540] {
  padding-left: 0.15625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin-top: 0.104167rem;
  width: 100%;
}
.section .dian[data-v-745f4540] {
  position: absolute;
  left: 0;
}
.section .dian i[data-v-745f4540] {
  display: inline-block;
  width: 0.052083rem;
  height: 0.052083rem;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border-radius: 50%;
}
.section .section_l[data-v-745f4540] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.083333rem 0 rgba(236, 236, 243, 1);
          box-shadow: 0 0.010417rem 0.083333rem 0 rgba(236, 236, 243, 1);
  border-radius: 0.03125rem;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.section .section_l > div[data-v-745f4540] {
  -webkit-box-flex: 10;
      -ms-flex: 10;
          flex: 10;
  line-height: 0.125rem;
}
.section .section_l > div[data-v-745f4540]:last-child {
  width: 0.260417rem;
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  background: rgba(243, 255, 250, 1);
  text-align: center;
  line-height: 0.625rem;
  cursor: pointer;
  -webkit-box-shadow: 0 0 0.046875rem 0 rgba(173, 188, 182, 0.1);
          box-shadow: 0 0 0.046875rem 0 rgba(173, 188, 182, 0.1);
  border-radius: 0 0.03125rem 0.03125rem 0;
}
.first[data-v-745f4540] {
  width: 0.15625rem;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}
.btn_1[data-v-745f4540] {
  width: 0.385417rem;
  height: 0.145833rem;
  border: 0.005208rem solid rgba(230, 0, 18, 1);
  opacity: 0.8;
  border-radius: 0.072917rem;
  margin-top: 0.052083rem;
  display: inline-block;
  line-height: 0.145833rem;
  color: rgba(230, 0, 18, 1);
  font-size: 0.072917rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(235, 51, 65, 1);
}
.btn_2[data-v-745f4540] {
  width: 0.385417rem;
  height: 0.145833rem;
  background: rgba(230, 0, 18, 1);
  opacity: 0.8;
  border-radius: 0.072917rem;
  margin-top: 0.052083rem;
  display: inline-block;
  line-height: 0.145833rem;
  color: rgba(230, 0, 18, 1);
  font-size: 0.072917rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
}
.show[data-v-745f4540] {
  display: none;
  background: rgba(250, 251, 255, 1);
  width: 100%;
  border-radius: 0.03125rem;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.03125rem;
}
.hover[data-v-745f4540] {
  position: absolute;
  top: 0.3125rem;
  width: 100%;
  background: white;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  height: 1.041667rem;
  overflow: auto;
  z-index: 66666666;
}
.hover p[data-v-745f4540] {
  border-bottom: 0.005208rem solid rgba(221, 222, 232, 1);
}
.uls[data-v-745f4540] {
  width: 100%;
  line-height: 0.270833rem;
  margin-top: 0.104167rem;
  height: auto;
}
.uls .ul_1[data-v-745f4540],
.uls .ul[data-v-745f4540] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.uls .ul_1[data-v-745f4540] {
  border-bottom: #bebdcf 0.005208rem solid;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0.104167rem;
  box-sizing: border-box;
  font-size: 0.072917rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 0.09375rem;
  color: rgba(127, 127, 140, 1);
  min-height: 0.302083rem;
  position: relative;
}
.uls .ul[data-v-745f4540] {
  background: -webkit-gradient(linear, left top, left bottom, from(#00b4bf), to(#2fd7a0));
  background: linear-gradient(180deg, #00b4bf 0%, #2fd7a0 100%);
  border: none;
  margin: 0;
  font-weight: 500;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0.104167rem;
  border-radius: 0.03125rem;
  color: white;
}
.uls .ul li[data-v-745f4540],
.uls .ul_1 li[data-v-745f4540] {
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  white-space: nowrap;
}
.btnqun button[data-v-745f4540] {
  margin-right: 0.104167rem;
  background: rgba(251, 195, 61, 1);
  outline: none;
  border: none;
  color: white;
  padding: 0.026042rem 0.104167rem;
  border-radius: 0.010417rem 0.010417rem 0.010417rem 0.010417rem;
}
.posis .div[data-v-745f4540] {
  width: 100%;
  top: 0.302083rem;
  background: rgba(244, 245, 250, 1);
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
  border-radius: 0.03125rem;
  padding: 0.078125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ul_2[data-v-745f4540] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: #bebdcf 0.005208rem solid;
}
.ul_2 li[data-v-745f4540] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.or[data-v-745f4540] {
  color: #fbc33d;
}
.header_1[data-v-745f4540] {
  margin: 0 0.15625rem;
  margin-top: 0.15625rem;
}
.posi[data-v-745f4540] {
  position: absolute;
  top: 0;
  right: 0;
  outline: none;
  border: none;
  background: red;
  border-radius: 0 0 0 0.520833rem;
  color: white;
  cursor: pointer;
  width: 0.260417rem;
  height: 0.260417rem;
}
.week h3[data-v-745f4540] {
  text-align: center;
  padding: 0.104167rem;
}
.week table[data-v-745f4540] {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0.052083rem 0.104167rem;
}
.week table td[data-v-745f4540]:nth-of-type(odd) {
  vertical-align: text-top;
  text-align: right;
  line-height: 0.197917rem;
}
.week input[data-v-745f4540] {
  line-height: 0.197917rem;
}
.week textarea[data-v-745f4540] {
  width: 100%;
  min-height: 1.041667rem;
}

/* .deletebar{position: absolute;width:400px;line-height: 38px;left: 50%;top: 20%;transform: translateX(-50%);padding: 50px;text-align: center;box-shadow:0px 2px 6px 0px rgba(182,182,195,0.43);}
.deletebar button{background: red;outline: none;border: none;color: white;padding:5px 10px;border-radius: 100px;cursor: pointer;}
.deletebar .posi{border-radius:0 0 0 100px; width: 40px;height: 40px;} */
.week .posi[data-v-745f4540] {
  border-radius: 0 0 0 0.520833rem;
  width: 0.208333rem;
  height: 0.208333rem;
}
.contern[data-v-745f4540] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.contern > div[data-v-745f4540]:first-child {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
}
.contern > div[data-v-745f4540]:last-child {
  -webkit-box-flex: 6;
      -ms-flex: 6;
          flex: 6;
}
.contern > div > p[data-v-745f4540] {
  font-size: 0.125rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(50, 48, 83, 1);
}
.contern .contern_work[data-v-745f4540] {
  height: 100%;
}
.contern .contern_work .bor[data-v-745f4540] {
  height: 95%;
}
.bor[data-v-745f4540] {
  -webkit-box-shadow: 0 0 0.020833rem 0 rgba(186, 189, 201, 0.6);
          box-shadow: 0 0 0.020833rem 0 rgba(186, 189, 201, 0.6);
  background: white;
  margin: 0.104167rem 0;
  margin-right: 0.104167rem;
  border-radius: 0.078125rem;
  z-index: 10;
  padding-bottom: 0.052083rem;
  position: relative;
  min-height: 2.083333rem;
}
.bor .month ul[data-v-745f4540] {
  -webkit-box-shadow: 0 0.026042rem 0.020833rem 0 rgba(186, 189, 201, 0.16);
          box-shadow: 0 0.026042rem 0.020833rem 0 rgba(186, 189, 201, 0.16);
  height: 0.302083rem;
  line-height: 0.302083rem;
  padding: 0 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bor .month ul[data-v-745f4540],
.weekdays[data-v-745f4540] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.bor .month ul li[data-v-745f4540],
.weekdays li[data-v-745f4540] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  height: 0.302083rem;
  line-height: 0.302083rem;
}
.bor .weekdays li[data-v-745f4540] {
  margin-top: 0.052083rem;
}
.bor .days li[data-v-745f4540] {
  width: 14.2%;
  float: left;
  text-align: center;
  height: 0.302083rem;
  line-height: 0.302083rem;
  position: relative;
}
.bor .other-month[data-v-745f4540] {
  color: rgba(215, 215, 215, 1);
}
.bor .active[data-v-745f4540] {
  color: white;
  background: -webkit-gradient(linear, left top, left bottom, from(#67eaab), to(#36c5cc));
  background: linear-gradient(#67eaab, #36c5cc);
  -webkit-box-shadow: 0 0.026042rem 0.020833rem 0 RGBA(205, 253, 232, 1);
          box-shadow: 0 0.026042rem 0.020833rem 0 RGBA(205, 253, 232, 1);
  border-radius: 50%;
  width: 0.260417rem;
  height: 0.260417rem;
  display: inline-block;
}
.bor .posi[data-v-745f4540] {
  position: relative;
}
.bor .posixi[data-v-745f4540] {
  position: absolute;
  left: 0.052083rem;
  top: -0.052083rem;
}
.bor .green[data-v-745f4540] {
  z-index: 10;
}
.bor .red[data-v-745f4540] {
  z-index: 1000;
}
.bor .yellow[data-v-745f4540] {
  z-index: 100;
}
.bor .posinum[data-v-745f4540] {
  position: absolute;
  right: 0.052083rem;
  top: -0.052083rem;
  background: red;
  width: 0.104167rem;
  height: 0.104167rem;
  color: white;
  line-height: 0.104167rem;
  border-radius: 50%;
}
.daycontent[data-v-745f4540] {
  height: auto;
  background: RGBA(238, 242, 251, 0.8);
  -webkit-box-shadow: 0 0.026042rem 0.020833rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.026042rem 0.020833rem 0 rgba(0, 0, 0, 0.1);
  margin-right: 0.104167rem;
  margin-top: -0.104167rem;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1.041667rem;
  z-index: -1;
}
.borday[data-v-745f4540] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0.78125rem;
}
.borday .content[data-v-745f4540],
.borday .complet[data-v-745f4540] {
  margin: 0.104167rem 0;
  border-radius: 0.052083rem;
  padding: 0.026042rem;
  margin-left: 0.104167rem;
  position: relative;
}
.borday .content[data-v-745f4540],
.p span[data-v-745f4540]:first-child {
  -webkit-box-flex: 8;
      -ms-flex: 8;
          flex: 8;
}
.borday .complet[data-v-745f4540],
.p span[data-v-745f4540]:last-child {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.borday .content[data-v-745f4540] {
  background: rgba(245, 247, 252, 1);
  position: relative;
  padding: 1%;
}
.borday .contentactive[data-v-745f4540] {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(48, 198, 169, 1)),
    to(rgba(74, 235, 204, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(48, 198, 169, 1) 0%,
    rgba(74, 235, 204, 1) 100%
  );
  color: white;
}
.dw[data-v-745f4540] {
  margin: 0 0.052083rem;
  position: relative;
  width: 0.520833rem;
  height: 0.197917rem;
  line-height: 0.197917rem;
  border-radius: 0.026042rem;
  border: 0.005208rem solid #eee;
  cursor: pointer;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 40%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  text-align: center;
}
.dwactive[data-v-745f4540] {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(48, 198, 169, 1)),
    to(rgba(74, 235, 204, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(48, 198, 169, 1) 0%,
    rgba(74, 235, 204, 1) 100%
  );
}
.p[data-v-745f4540] {
  -webkit-box-shadow: 0 0.026042rem 0.020833rem 0 rgba(186, 189, 201, 0.16);
          box-shadow: 0 0.026042rem 0.020833rem 0 rgba(186, 189, 201, 0.16);
  height: 0.302083rem;
  line-height: 0.302083rem;
  padding: 0 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p select[data-v-745f4540] {
  background: -webkit-gradient(linear, left top, left bottom, from(#90bdfb), to(#5397f4));
  background: linear-gradient(#90bdfb, #5397f4);
}
.select[data-v-745f4540] {
  background: -webkit-gradient(linear, left top, left bottom, from(#90bdfb), to(#5397f4)) !important;
  background: linear-gradient(#90bdfb, #5397f4) !important;
  color: white;
  border-radius: 0.260417rem;
  outline: none;
  border: none;
  text-align: center;
  height: 0.182292rem;
}
.select option[data-v-745f4540] {
  background: -webkit-gradient(linear, left top, left bottom, from(#90bdfb), to(#5397f4)) !important;
  background: linear-gradient(#90bdfb, #5397f4) !important;
  outline: none;
  border: none;
  color: black;
  border-radius: 0.260417rem;
  text-align: center;
}
.hovers > div[data-v-745f4540] {
  position: absolute;
  width: 1.041667rem;
  height: auto;
  background: white;
  right: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  z-index: 10;
  bottom: 0.197917rem;
  text-align: left;
  padding: 0.026042rem;
}
.hovers[data-v-745f4540] {
  position: relative;
  cursor: pointer;
}
.greenbtn[data-v-cc10440e] {
  margin: 0 0.010417rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.026042rem;
  cursor: pointer;
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  border-radius: 0.015625rem;
}
.redbtn[data-v-cc10440e] {
  margin: 0 0.010417rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.026042rem;
  cursor: pointer;
  background: #f34f4f;
  border-radius: 0.015625rem;
}
.blue[data-v-cc10440e] {
  background: #3699ff;
  margin: 0 0.010417rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.026042rem;
  cursor: pointer;
  border-radius: 0.015625rem;
}
.orange[data-v-cc10440e] {
  background: #fac23d;
  margin: 0 0.010417rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.026042rem;
  cursor: pointer;
  border-radius: 0.015625rem;
}
.ccc[data-v-cc10440e] {
  background: #ccc;
  margin: 0 0.010417rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.026042rem;
  cursor: pointer;
  border-radius: 0.015625rem;
}
.btn-blue[data-v-cc10440e] {
  color: white;
  background: -webkit-gradient(linear, left bottom, left top, from(#3699ff), to(rgb(83, 177, 253)));
  background: linear-gradient(0deg, #3699ff 0%, rgb(83, 177, 253) 100%);
}
.container[data-v-cc10440e] {
  width: 100%;
  height: 100%;
  padding: 0.15625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background: white;
  font-size: 0.09375rem;
}
.header[data-v-cc10440e] {
  width: 100%;
  position: relative;
  height: 0.3125rem;
}
.header > div[data-v-cc10440e] {
  font-size: 0.083333rem;
  background: white;
  -webkit-box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
  height: 0.208333rem;
  line-height: 0.208333rem;
  text-align: center;
  border-radius: 0.208333rem;
  margin: 0 auto;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
}
.header > div span[data-v-cc10440e] {
  cursor: pointer;
  padding: 0 0.083333rem;
  white-space: nowrap;
  height: 0.208333rem;
  float: left;
}
.header > div .active[data-v-cc10440e] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border-radius: 0.208333rem;
}
.class > div[data-v-cc10440e] {
  display: inline-block;
}
.select[data-v-cc10440e] {
  height: 0.197917rem;
  margin: 0 0.052083rem;
  border: 0.005208rem solid #ccc;
  line-height: 0.197917rem;
  padding: 0 0.104167rem;
  padding-right: 0.208333rem;
  position: relative;
  border-radius: 0.026042rem;
  background: white;
  cursor: pointer;
  width: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

/* .select>div{vertical-align: middle;display: inline-block} */
.select > div[data-v-cc10440e]:nth-of-type(2) {
  position: absolute;
  left: 0;
  background: #fff;
  width: 100%;
  z-index: 1000;
  max-height: 1.041667rem;
  overflow: auto;
  top: 0.234375rem;
  -webkit-box-shadow: 0 0.010417rem 0.083333rem 0 rgba(236, 236, 243, 1);
          box-shadow: 0 0.010417rem 0.083333rem 0 rgba(236, 236, 243, 1);
}
.select > div:nth-of-type(2) span[data-v-cc10440e] {
  display: block;
  color: black;
  width: 100%;
  cursor: pointer;
  border-bottom: 0.005208rem solid #ccc;
  text-align: center;
}
.select > div:nth-of-type(2) span[data-v-cc10440e]:hover {
  background: #eeeffa;
  color: #88879c;
}
.pori[data-v-cc10440e] {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.104167rem;
  line-height: 0.192708rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  text-align: center;
  font-weight: 600;
  border-radius: 0 0.015625rem 0.015625rem 0;
}
.btns[data-v-cc10440e] {
  position: absolute;
  right: 0.15625rem;
  top: 0.15625rem;
}
.btns button[data-v-cc10440e] {
  width: 0.625rem;
  height: 0.197917rem;
  border-radius: 0.151042rem;
  outline: none;
  border: none;
}
.table[data-v-cc10440e] {
  margin-top: 0.052083rem;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: calc(100% - 0.3125rem);
}
.btn[data-v-cc10440e] {
  width: 0.5625rem;
  height: 0.208333rem;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  -webkit-box-shadow: 0 0.010417rem 0.109375rem 0 rgba(40, 206, 131, 0.47);
          box-shadow: 0 0.010417rem 0.109375rem 0 rgba(40, 206, 131, 0.47);
  border-radius: 0.104167rem;
  border: none;
  outline: none;
  font-size: 0.083333rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  cursor: pointer;
}
.addwork[data-v-cc10440e] {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  left: 0;
  top: 0;
  overflow: auto;
}
.addwork table td[data-v-cc10440e]:nth-of-type(odd) {
  padding-left: 0.104167rem;
  white-space: nowrap;
  vertical-align: text-top;
}
.addwork table td[data-v-cc10440e]:nth-of-type(even) {
  min-width: 0.520833rem;
}
.addwork table[data-v-cc10440e] {
  border-collapse: separate;
  border-spacing: 0 0.104167rem;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.083333rem 0 rgba(236, 236, 243, 1);
          box-shadow: 0 0.010417rem 0.083333rem 0 rgba(236, 236, 243, 1);
  overflow: hidden;
  border-radius: 0.03125rem;
  position: absolute;
  left: 50%;
  top: 0.520833rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: white;
  padding: 0.15625rem;
  min-width: 3.645833rem;
}
.addwork select[data-v-cc10440e],
.addwork textarea[data-v-cc10440e],
.addwork input[data-v-cc10440e] {
  width: 100%;
  background: rgba(250, 251, 255, 1);
  border: 0.005208rem solid rgba(245, 247, 254, 1);
}
.addwork textarea[data-v-cc10440e] {
  height: 0.520833rem;
}
.addwork .posi[data-v-cc10440e] {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.15625rem;
  height: 0.15625rem;
  margin-right: -0.026042rem;
  border-radius: 0 0 0 0.260417rem;
  font-size: 0.125rem;
  text-align: center;
}
.addwork1 .table1[data-v-cc10440e] {
  padding: 0.416667rem 0.15625rem;
}
.addwork1 .table1 select[data-v-cc10440e],
.addwork1 .table1 textarea[data-v-cc10440e],
.addwork1 input[data-v-cc10440e] {
  width: 100%;
  background: white;
  outline: none;
  border: 0.005208rem solid rgba(204, 204, 204, 0.6);
  border-radius: 0.026042rem;
}
.addwork1 .table1 select[data-v-cc10440e],
.addwork1 input[data-v-cc10440e] {
  height: 0.197917rem;
}
.el-date-editor[data-v-cc10440e] {
  width: 100%;
}
.td[data-v-cc10440e] {
  background: rgba(250, 251, 255, 1);
  border: 0.005208rem solid rgba(245, 247, 254, 1);
}

/* .seelook tr{margin: 10px 0;} */
.xz_or[data-v-cc10440e] {
  width: 2.604167rem;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background: white;
  padding: 0.416667rem;
  -webkit-box-shadow: 0 0.010417rem 0.083333rem 0 rgba(236, 236, 243, 1);
          box-shadow: 0 0.010417rem 0.083333rem 0 rgba(236, 236, 243, 1);
  overflow: hidden;
}
.xz_or p[data-v-cc10440e] {
  margin-top: 0.260417rem;
  text-align: center;
}
.xz_or p button[data-v-cc10440e] {
  margin: 0.052083rem;
}
.hover > div[data-v-cc10440e] {
  position: absolute;
  width: 1.041667rem;
  height: auto;
  background: white;
  right: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  z-index: 10;
  bottom: 0.197917rem;
  text-align: left;
  padding: 0.026042rem;
  white-space: normal;
}
.hover[data-v-cc10440e] {
  position: relative;
  cursor: pointer;
  min-height: 0.15625rem;
}
.h3[data-v-cc10440e] {
  background: rgba(243, 255, 250, 1);
  -webkit-box-shadow: 0 0.026042rem 0.020833rem 0 rgba(99, 197, 177, 0.16);
          box-shadow: 0 0.026042rem 0.020833rem 0 rgba(99, 197, 177, 0.16);
  border-radius: 0.03125rem;
  padding: 0 0.104167rem;
  line-height: 0.354167rem;
  font-size: 0.104167rem;
  font-family: Source Han Sans CN;
  font-weight: 600;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: rgba(32, 30, 71, 1);
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.h3 .el-icon-close[data-v-cc10440e] {
  font-size: 0.166667rem;
  line-height: 0.354167rem;
  font-weight: 500;
  cursor: pointer;
}
[data-v-cc10440e]::-webkit-scrollbar {
  width: 0.026042rem;
  height: 0.052083rem;
  background-color: #f5f5f5;
}

/*定义滚动条轨道 内阴影+圆角*/
[data-v-cc10440e]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0.03125rem rgba(0, 0, 0, 0.3);
  border-radius: 0.052083rem;
  background-color: #f5f5f5;
}

/*定义滑块 内阴影+圆角*/
[data-v-cc10440e]::-webkit-scrollbar-thumb {
  border-radius: 0.052083rem;
  -webkit-box-shadow: inset 0 0 0.03125rem rgba(0, 0, 0, 0.3);
  background-color: #bdbdbd;
}

/*滑块效果*/
[data-v-cc10440e]::-webkit-scrollbar-thumb:hover {
  border-radius: 0.026042rem;
  -webkit-box-shadow: inset 0 0 0.026042rem rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.4);
}

/*IE滚动条颜色*/
html[data-v-cc10440e] {
  scrollbar-face-color: #bfbfbf;
  /*滚动条颜色*/
  scrollbar-highlight-color: #000;
  scrollbar-3dlight-color: #000;
  scrollbar-darkshadow-color: #000;
  scrollbar-shadow-color: #adadad;
  /*滑块边色*/
  scrollbar-arrow-color: rgba(0, 0, 0, 0.4);
  /*箭头颜色*/
  scrollbar-track-color: #eeeeee;
  /*背景颜色*/
}
.container[data-v-54819acd] {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.104167rem 0.15625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.09375rem;
}
.bor[data-v-54819acd] {
  -webkit-box-shadow: 0 0.026042rem 0.020833rem 0 rgba(186,189,201,.1);
          box-shadow: 0 0.026042rem 0.020833rem 0 rgba(186,189,201,.1);
  background: white;
  margin: 0.104167rem 0;
  margin-right: 0.104167rem;
  border-radius: 0.078125rem;
  z-index: 10;
  padding-bottom: 0.052083rem;
}
.container>div>P[data-v-54819acd] {
  font-size: 0.125rem;
}
.container>div[data-v-54819acd]:first-child {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.container>div[data-v-54819acd]:last-child {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.container>div[data-v-54819acd]:nth-of-type(2) {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
.container>div:first-child .bor[data-v-54819acd] {
  min-height: 2.604167rem;
}
.container>div:nth-of-type(2) .bor[data-v-54819acd] {
  min-height: 90%;
}
.container>div:last-child .bor[data-v-54819acd] {
  margin-right: 0;
  min-height: 90%;
}
.container>div:first-child .bor p[data-v-54819acd] {
  -webkit-box-shadow: 0 0.026042rem 0.020833rem 0 rgba(186,189,201,.16);
          box-shadow: 0 0.026042rem 0.020833rem 0 rgba(186,189,201,.16);
  text-align: center;
  height: 0.302083rem;
}
.container>div:first-child .bor p span[data-v-54819acd] {
  margin: 0.260417rem;
  line-height: 0.302083rem;
  font-size: 0.104167rem;
}
.p[data-v-54819acd] {
  -webkit-box-shadow: 0 0.026042rem 0.020833rem 0 rgba(186,189,201,.16);
          box-shadow: 0 0.026042rem 0.020833rem 0 rgba(186,189,201,.16);
  height: 0.302083rem;
  line-height: 0.302083rem;
  padding: 0 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.borday[data-v-54819acd] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0.78125rem;
}
.borday .time[data-v-54819acd],
.borday .content[data-v-54819acd],
.borday .complet[data-v-54819acd] {
  margin: 0.104167rem 0;
  border-radius: 0.052083rem;
  padding: 0.026042rem;
  margin-left: 0.104167rem;
}
.borday .time>div[data-v-54819acd] {
  line-height: 200%;
}
.borday .time[data-v-54819acd] {
  background: rgba(238,242,251,.6);
  border: 0.005208rem solid rgba(236,239,249,.6);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.borday .timeactive[data-v-54819acd] {
  background: rgba(48,198,169,1);
  opacity: 0.76;
  color: white;
}
.borday .content[data-v-54819acd] {
  background: rgba(245,247,252,1);
  position: relative;
  padding: 1%;
}
.borday .contentactive[data-v-54819acd] {
  background: -webkit-gradient(linear,left bottom, left top,from(rgba(48,198,169,1)),to(rgba(74,235,204,1)));
  background: linear-gradient(0deg,rgba(48,198,169,1) 0%,rgba(74,235,204,1) 100%);
  color: white;
}
.dw[data-v-54819acd] {
  margin: 0 0.052083rem;
  position: relative;
  width: 0.520833rem;
  height: 0.197917rem;
  margin-right: 0.104167rem;
  line-height: 0.197917rem;
  border-radius: 0.026042rem;
  border: 0.005208rem solid #eee;
  cursor: pointer;
  vertical-align: middle;
  margin-top: 0.260417rem;
  padding-left: 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.el-icon-arrow-down[data-v-54819acd] {
  width: 0.15625rem;
  height: 0.197917rem;
  background: #02CB8E;
  color: white;
  padding: 0;
  line-height: 0.197917rem;
  float: right;
  text-align: center;
}
.complet_dw_com[data-v-54819acd] {
  height: 0.78125rem;
  overflow-y: auto;
  width: 100%;
  position: absolute;
  left: 0;
  background: white;
  z-index: 10;
}
.complet_dw_com div[data-v-54819acd] {
  border: 0.005208rem solid #eee;
  display: block;
  padding-left: 0.052083rem;
}
.p span[data-v-54819acd] {
  padding: 0 0.104167rem;
}
.p span[data-v-54819acd]:first-child,
.p span[data-v-54819acd]:last-child,
.borday span[data-v-54819acd]:first-child,
.borday span[data-v-54819acd]:last-child {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.p span[data-v-54819acd]:last-child,
.borday span[data-v-54819acd]:last-child {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.p span[data-v-54819acd]:nth-of-type(2),
.borday span[data-v-54819acd]:nth-of-type(2) {
  -webkit-box-flex: 6;
      -ms-flex: 6;
          flex: 6;
}
.button[data-v-54819acd] {
  border: none;
  outline: none;
  color: white;
  background: -webkit-gradient(linear,left top, left bottom,from(#A8CCFC),to(#78B0FD));
  background: linear-gradient(#A8CCFC,#78B0FD);
  padding: 0.026042rem 0.052083rem;
  border-radius: 0.078125rem;
  cursor: pointer;
  margin-right: 0.104167rem;
}
#calendar[data-v-54819acd] {
  width: 100%;
}
.month ul[data-v-54819acd] {
  -webkit-box-shadow: 0 0.026042rem 0.020833rem 0 rgba(186,189,201,.16);
          box-shadow: 0 0.026042rem 0.020833rem 0 rgba(186,189,201,.16);
  height: 0.302083rem;
  line-height: 0.302083rem;
  padding: 0 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.month ul[data-v-54819acd],
.weekdays[data-v-54819acd] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.month ul li[data-v-54819acd],
.weekdays li[data-v-54819acd] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  height: 0.302083rem;
  line-height: 0.302083rem;
}
.weekdays li[data-v-54819acd] {
  margin-top: 0.052083rem;
}
.days li[data-v-54819acd] {
  width: 14.2%;
  float: left;
  text-align: center;
  height: 0.302083rem;
  line-height: 0.302083rem;
}
.other-month[data-v-54819acd] {
  color: rgba(215,215,215,1);
}
.active[data-v-54819acd] {
  color: white;
  background: -webkit-gradient(linear,left top, left bottom,from(#67EAAB),to(#36C5CC));
  background: linear-gradient(#67EAAB,#36C5CC);
  -webkit-box-shadow: 0 0.026042rem 0.020833rem 0 RGBA(205, 253, 232, 1);
          box-shadow: 0 0.026042rem 0.020833rem 0 RGBA(205, 253, 232, 1);
  border-radius: 50%;
  width: 0.260417rem;
  height: 0.260417rem;
  display: inline-block;
}
.borday .time .bfff[data-v-54819acd] {
  background: white;
  width: 60%;
  margin-top: 0.052083rem;
  margin-left: 0.052083rem;
}
.el-icon-minus[data-v-54819acd] {
  font-size: 0.104167rem;
  vertical-align: middle;
  color: black;
}
.btn_yr[data-v-54819acd] {
  background: -webkit-gradient(linear,left bottom, left top,color-stop(51%, rgba(0,180,191,1)),to(rgba(66,230,149,1)));
  background: linear-gradient(0deg,rgba(0,180,191,1) 51%,rgba(66,230,149,1) 100%);
  opacity: 0.8;
  border-radius: 0 0.052083rem 0 0.104167rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 0.208333rem;
  height: 0.15625rem;
  color: white;
  text-align: center;
  line-height: 0.15625rem;
  font-size: 0.104167rem;
}
.btn_yr_active[data-v-54819acd] {
  background: rgba(255,255,255,1);
  color: rgba(66,230,149,1);
}
.posi[data-v-54819acd] {
  position: relative;
}
.posixi[data-v-54819acd] {
  position: absolute;
  left: 0.052083rem;
  top: -0.052083rem;
}
.green[data-v-54819acd] {
  z-index: 10;
}
.red[data-v-54819acd] {
  z-index: 1000;
}
.yellow[data-v-54819acd] {
  z-index: 100;
}
.daycontent[data-v-54819acd] {
  height: auto;
  background: RGBA(238, 242, 251, .8);
  -webkit-box-shadow: 0 0.026042rem 0.020833rem 0 rgba(0,0,0,.1);
          box-shadow: 0 0.026042rem 0.020833rem 0 rgba(0,0,0,.1);
  margin-right: 0.104167rem;
  margin-top: -0.104167rem;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1.041667rem;
  z-index: -1;
}
.timeinput>div[data-v-54819acd] {
  width: 100%;
  margin-top: 0.078125rem;
}
.content textarea[data-v-54819acd] {
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  background: transparent;
}
.time>div[data-v-54819acd] {
  font-size: 0.104167rem;
  line-height: 200%;
  font-weight: 600;
  padding: 0.026042rem;
}
.darft[data-v-54819acd] {
  height: 0.572917rem;
  background: rgba(245,247,252,1);
  margin: 0.104167rem;
  border-radius: 0.052083rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.darft span[data-v-54819acd]:first-child {
  -webkit-box-flex: 19;
      -ms-flex: 19;
          flex: 19;
  padding: 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.darft span[data-v-54819acd]:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  background: rgba(0,0,0,.06);
  font-size: 0.145833rem;
  line-height: 0.572917rem;
  color: rgba(100, 161, 245, 0.74);
}
.darft .el-icon-arrow-down[data-v-54819acd] {
  background: rgba(0,0,0,.06);
  font-size: 0.145833rem;
  line-height: 0.572917rem;
  color: rgba(100, 161, 245, 0.74);
  font-weight: 600;
}
.darftxi[data-v-54819acd] {
  background: rgba(245,247,252,1);
  margin: 0.104167rem;
  border-radius: 0.052083rem;
  padding: 0.052083rem;
}
.darftxi span[data-v-54819acd] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
}
.darftxi span button[data-v-54819acd] {
  outline: none;
  border: none;
  cursor: pointer;
  background: white;
  border-radius: 0.026042rem;
  padding: 0.015625rem 0.026042rem;
}
.btn[data-v-54819acd] {
  outline: none;
  border: none;
  cursor: pointer;
  border-radius: 0.026042rem;
  padding: 0.015625rem 0.026042rem;
  margin: 0.052083rem 0;
}
.fiexs[data-v-54819acd] {
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.06);
  width: 100%;
  height: 100%;
  text-align: center;
}
.fiexs>div[data-v-54819acd] {
  background: white;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  position: absolute;
  padding: 30PX;
}
.fiexs>div p[data-v-54819acd] {
  margin-bottom: 20PX;
}
.completss[data-v-54819acd] {
  margin-top: 0.104167rem;
}
.redbbg[data-v-54819acd] {
  background: red;
  color: white;
}
.cccbbg[data-v-54819acd] {
  background: #fff;
  color: #666;
  border: 0.005208rem solid #ebe9ea;
}
.posinum[data-v-54819acd] {
  position: absolute;
  right: 0.052083rem;
  top: -0.052083rem;
  background: red;
  width: 0.104167rem;
  height: 0.104167rem;
  color: white;
  line-height: 0.104167rem;
  border-radius: 50%;
}
.borday_add .time[data-v-54819acd] {
  padding: 0;
}
.container[data-v-35d30196] {
  width: 100%;
  height: 100%;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-font-smoothing: antialiased;
  font-size: 0.09375rem;
  position: relative;
}
.header[data-v-35d30196] {
  margin-bottom: 0.104167rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 0.125rem;
}
.header-btn[data-v-35d30196] {
  font-size: 16PX;
  background: white;
  /* line-height:40PX; */
  background: rgba(255,255,255,1);
  border: 0.005208rem solid rgba(247,248,255,1);
  -webkit-box-shadow: 0 0.010417rem 0.041667rem 0 rgba(182,182,195,0.4);
          box-shadow: 0 0.010417rem 0.041667rem 0 rgba(182,182,195,0.4);
  border-radius: 0.520833rem;
  height: 40PX;
  display: inline-block;
}
.header-btn span[data-v-35d30196] {
  text-align: center;
  cursor: pointer;
  padding: 0 16PX;
  line-height: 40PX;
  float: left;
}
.header-btn .active[data-v-35d30196] {
  background: -webkit-gradient(linear,left bottom, left top,from(#02CB8E),to(#3AEDB3));
  background: linear-gradient(0deg,#02CB8E 0%,#3AEDB3 100%);
  color: white;
  border-radius: 0.130208rem;
}
.center_1_top span[data-v-35d30196] {
  display: inline-block;
  margin-right: 0.104167rem;
  vertical-align: text-bottom;
  margin: 0.052083rem 0;
  padding-bottom: 0.026042rem;
  margin-right: 0.052083rem;
}
.center_1_top_list[data-v-35d30196] {
  font-size: 0.125rem;
  font-family: '\601D\6E90\9ED1\4F53';
}
.center_1_top_l[data-v-35d30196] {
  color: #3AEDB3;
  border-bottom: #3AEDB3 0.005208rem solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.center_1_list[data-v-35d30196] {
  background: rgba(255,255,255,1);
  -webkit-box-shadow: 0 0.010417rem 0.083333rem 0 rgba(236,236,243,1);
          box-shadow: 0 0.010417rem 0.083333rem 0 rgba(236,236,243,1);
  border-radius: 0.03125rem;
  padding: 0.078125rem 0;
  line-height: 200%;
  position: relative;
  margin-bottom: 0.104167rem;
}
.center_1_list ul[data-v-35d30196] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.center_1_list ul li[data-v-35d30196] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.center_1_list_xu[data-v-35d30196] {
  position: absolute;
  left: 0.130208rem;
  top: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAhCAYAAADH97ugAAADuUlEQVRIS71WTWsUQRCtXrOJUXD3IJtcYpKDMQeVePHmj/A/ePLgUfwLOXkQP1BEPIiCoOBBUNQIgghBNmh0yeaw+QCTbKKzkq/NzmZLuru6prpnNCEH57I7M11V/V69ej0K/tOlXJ2F1zceg4L+VF1UAHoVon3lIvSteS5+zXv3kDLRey40/+bmnEIcVC6T0jnQJjLxClAX03UpGFGvRkCXXG9KB4haNi7ZHyy+vTUHAIMJIl3EoaGnEkEAxKxwNVKokYmAhXd3lnOAfbq2RsJQzb3Pks9XstLbpIiTjMPixN2GAigYaqiUpsgwF+QytwSYkws0TK1oOKf48f5+A3JQMLt3jXf91D0wRBN3zLltmO6VbaTdmemL2Z9+p3+58wBLHx40QEHBNd+hcAG6Xw4dIyK0BgEJkIXnhEptZkTLHx82AJQpZDQggj1Ajg7z3kep1WfYIIVqZO7ifyufHjVA98i7xBBQ4bS0AkXKpnmSohcrk0+aOYAe0x7ZfCE506FgHuVaFo9MQcrglKufn/KeJSizwGmBxZFQ6zEp5tUNhNkn9cms/Tn1POkKozL2IK3AuADJImBZVgkokc7w68sLM6Xh7CQ25wDbhKacNA7feazaiQk7m3Q1vr10Q2D9UyErzzMvm0KgkRuw/shOJSjniN+VV2IFzZ/Zu1AH/w0Uk/VcDrjbGtYmDm/EnW3eDZe3c2Hd2U6gI84iTo4QVqOZpTQyO+S1ieJGByJrFJYK24Xsi92CjVM+yYohk8ZaubgFG5F/kNHUhwdb1kCGsyXtQB58GJWLzfVm5AO2ZpggtCLwpB04uGPA35uNsdRF5eLOZitKvIqOAXaX9JZ9rVmq7XhY+XijwmKIysXW9m7EMqYBsFPtjgb/KBCySHRJNqKP/CSOihpE9en+GOMleZSGlsdWI74Z+EhxsxWYnTQVoq4y1I7jmlWbPLZ9NyA/sDRh5zoodUWBOkTaTx34/GWTUKcL7ZpC+7kQ8XJ335nbem1rZXpeKTiRjvP7KhDhXwr5AQidc92l01MycVz//gxAXZQIwsKikNoTUdfO0SNqYGA7C3VrdeaSQrz3N0aoUG2oHbdqvnl6vtDMl0Z696J1Z21mNNeBSvpzlp7gWm203Ykr2YnU13zp5Nm9irAqZ2d72gVsZlNXr461AcoZycbzpZFr+y3i9626BQDMgqUuoxDm8Hz38VOTByniYuJ6VW9+jIwiXahrM9+rhodT8A9SNF6tjgPC1RDRer40cuwgCf8VE9dnLvwBnr7jnz6VclQAAAAASUVORK5CYII=) no-repeat top;
  width: 0.15625rem;
  height: 0.3125rem;
  line-height: 0.208333rem;
  text-align: center;
  color: #705233;
}
.center_1_list_all[data-v-35d30196] {
  position: absolute;
  right: 0;
  top: 50%;
  width: 0.520833rem;
  text-align: center;
  height: 0.15625rem;
  line-height: 0.15625rem;
  cursor: pointer;
  font-size: 0.125rem;
}
.center_2 .active[data-v-35d30196] {
  background: -webkit-gradient(linear,left bottom, left top,from(#02CB8E),to(#3AEDB3));
  background: linear-gradient(0deg,#02CB8E 0%,#3AEDB3 100%);
  color: white;
  border-radius: 0.130208rem;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
}
.center_2 .active1[data-v-35d30196] {
  background: white;
  color: rgb(73, 72, 72);
  border-radius: 0.130208rem;
  padding: 0.026042rem 0.052083rem;
  border: 0.005208rem solid rgba(101,233,173,1);
  cursor: pointer;
  -webkit-box-shadow: 0 0.010417rem 0.036458rem 0 rgba(46,133,249,0.3);
          box-shadow: 0 0.010417rem 0.036458rem 0 rgba(46,133,249,0.3);
}
.center_2_section[data-v-35d30196] {
  background: rgba(255,255,255,1);
  -webkit-box-shadow: 0 0.010417rem 0.083333rem 0 rgba(236,236,243,0.6);
          box-shadow: 0 0.010417rem 0.083333rem 0 rgba(236,236,243,0.6);
  border-radius: 0.03125rem;
}
.center_2_section_ul[data-v-35d30196] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
}
.center_2_section_ul li[data-v-35d30196] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.052083rem 0;
  line-height: 200%;
}
.center_2_section_ul li>div[data-v-35d30196] {
  margin: 0.052083rem;
}
.center_2_section_ul li img[data-v-35d30196] {
  vertical-align: middle;
}
.center_2_section_ul li input[data-v-35d30196] {
  width: 70%;
  height: 0.197917rem;
  padding-left: 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.addtecher[data-v-35d30196] {
  margin-left: 1em;
  display: inline-block;
  width: 2em;
  background: orange;
  text-align: center;
  color: white;
  height: 0.104167rem;
  line-height: 0.104167rem;
  border-radius: 0.052083rem;
}
.center_2_section_ul_yu[data-v-35d30196] {
  margin-left: 0.026042rem;
  width: 50%;
  text-decoration: underline;
  color: rgba(64,167,254,1);
  cursor: pointer;
  padding-bottom: 0.015625rem;
}
.center_2_section_ul_img img[data-v-35d30196] {
  width: 0.15625rem;
}
.center_2_section_ul .center_2_section_ul_add[data-v-35d30196] {
  position: fixed;
  top: 50%;
  background: white;
  z-index: 100;
  -webkit-box-shadow: 0 0 0.026042rem 0 #eee;
          box-shadow: 0 0 0.026042rem 0 #eee;
  left: 40%;
  width: 2.083333rem;
  height: 1.041667rem;
}
.center_2_section_ul .center_2_section_ul_add li[data-v-35d30196] {
  padding: 0 0.026042rem;
  line-height: 200%;
  cursor: pointer;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 0.15625rem 0;
}
.center_2_section_ul .center_2_section_ul_add li select[data-v-35d30196],
.center_2_section_ul .center_2_section_ul_add li input[data-v-35d30196] {
  width: 40%;
  border: 0.005208rem solid #eee;
  height: 0.260417rem;
}
.center_2_section_ul .center_2_section_ul_add button[data-v-35d30196] {
  background: #3AEDB3;
  color: white;
  padding: 0.026042rem 0.052083rem;
  border-radius: 0.026042rem;
  border: none;
  margin: 0 0.026042rem;
}
.back-bj[data-v-35d30196] {
  position: absolute;
  left: 50%;
  top: 0.520833rem;
  width: 3.125rem;
  min-height: 2.604167rem;
  background: white;
  -webkit-box-shadow: 0 0 0.026042rem 0 rgb(205, 206, 206);
          box-shadow: 0 0 0.026042rem 0 rgb(205, 206, 206);
  padding: 0.078125rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.back-bj>.back-div[data-v-35d30196] {
  position: relative;
  height: 100%;
  line-height: 150%;
  font-size: 0.104167rem;
}
.back-bj p[data-v-35d30196] {
  text-align: center;
}
.back-bj>.back-div>div[data-v-35d30196] {
  min-height: 2.083333rem;
  padding: 0.052083rem 0.026042rem;
}
.posi[data-v-35d30196] {
  position: absolute;
  right: 0;
  right: 0;
  cursor: pointer;
  top: 0;
  background: red;
  border-radius: 0 0 0 0.208333rem;
  color: #fff;
  width: 0.208333rem;
  height: 0.208333rem;
  text-align: center;
  line-height: 0.15625rem;
  padding-left: 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.back-bj .back-div table[data-v-35d30196] {
  width: 100%;
  margin-top: 0.15625rem;
}
.back-bj .back-div table tr[data-v-35d30196] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0.052083rem;
  line-height: 200%;
  font-size: 0.09375rem;
}
.back-bj .back-div table tr td[data-v-35d30196] {
  -webkit-box-flex: 6;
      -ms-flex: 6;
          flex: 6;
}
.back-bj .back-div table tr td[data-v-35d30196]:nth-of-type(1) {
  text-align: center;
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
  margin-right: 0.15625rem;
  color: rgba(119,119,119,1);
}
.back-bj .back-div table tr span[data-v-35d30196] {
  background: rgba(252,252,254,1);
  border: 0.005208rem solid rgba(238,240,248,1);
  border-radius: 0.010417rem;
  display: inline-block;
  width: 100%;
  padding: 0 0.026042rem;
}
.container[data-v-48482c17] {
  width: 100%;
  height: 100%;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-font-smoothing: antialiased;
  font-size: 0.09375rem;
  background: white;
  position: relative;
}
.header[data-v-48482c17] {
  margin-bottom: 0.104167rem;
}
.header-btn[data-v-48482c17] {
  font-size: 0.083333rem;
  background: white;
  /* line-height:40PX; */
  background: rgba(255, 255, 255, 1);
  border: 0.005208rem solid rgba(247, 248, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.041667rem 0 rgba(182, 182, 195, 0.4);
          box-shadow: 0 0.010417rem 0.041667rem 0 rgba(182, 182, 195, 0.4);
  border-radius: 0.520833rem;
  height: 0.208333rem;
  display: inline-block;
}
.header-btn span[data-v-48482c17] {
  text-align: center;
  cursor: pointer;
  padding: 0 0.083333rem;
  line-height: 0.208333rem;
  float: left;
}
.header-btn .active[data-v-48482c17] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border-radius: 0.130208rem;
}
.table[data-v-48482c17] {
  height: 100%;
}
.table table tr td div[data-v-48482c17] {
  line-height: 200%;
  border-bottom: 0.015625rem solid #eeeffa;
}
.table table tr td div[data-v-48482c17]:last-child {
  border: none;
}
.btn-red[data-v-48482c17] {
  width: 0.625rem;
  height: 0.260417rem;
  border-radius: 0.260417rem;
  background: red;
  outline: none;
  border: none;
  color: white;
  text-align: center;
}
.back-bj[data-v-48482c17] {
  position: absolute;
  left: 50%;
  top: 0.520833rem;
  width: 3.125rem;
  min-height: 2.604167rem;
  background: white;
  -webkit-box-shadow: 0 0 0.026042rem 0 rgb(205, 206, 206);
          box-shadow: 0 0 0.026042rem 0 rgb(205, 206, 206);
  padding: 0.078125rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.back-bj > .back-div[data-v-48482c17] {
  position: relative;
  height: 100%;
  line-height: 150%;
  font-size: 0.104167rem;
}
.back-bj p[data-v-48482c17] {
  text-align: center;
}
.back-bj > .back-div > div[data-v-48482c17] {
  min-height: 2.083333rem;
  padding: 0.052083rem 0.026042rem;
}
.posi[data-v-48482c17] {
  position: absolute;
  right: 0;
  right: 0;
  cursor: pointer;
  top: 0;
  background: red;
  border-radius: 0 0 0 0.208333rem;
  color: #fff;
  width: 0.208333rem;
  height: 0.208333rem;
  text-align: center;
  line-height: 0.15625rem;
  padding-left: 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.container[data-v-447afbcb] {
  width: 100%;
  height: 100%;
  background: white;
  padding: 0.104167rem 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-font-smoothing: antialiased;
  font-size: 0.09375rem;
}
.header[data-v-447afbcb] {
  position: relative;
  height: 0.208333rem;
}
.header__mleft[data-v-447afbcb] {
  height: 0.3125rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 2.083333rem;
}
.btn[data-v-447afbcb] {
  outline: none;
  border: none;
  cursor: pointer;
}
.header .topheader[data-v-447afbcb] {
  font-size: 0.083333rem;
  background: white;
  line-height: 0.208333rem;
  background: rgba(255, 255, 255, 1);
  border: 0.005208rem solid rgba(247, 248, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.041667rem 0 rgba(182, 182, 195, 0.4);
          box-shadow: 0 0.010417rem 0.041667rem 0 rgba(182, 182, 195, 0.4);
  border-radius: 0.520833rem;
  height: 0.208333rem;
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header .topheader > span[data-v-447afbcb] {
  text-align: center;
  cursor: pointer;
  padding: 0 0.083333rem;
  line-height: 0.208333rem;
  float: left;
}
.header .topheader .active[data-v-447afbcb] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border-radius: 0.130208rem;
}
.header .search[data-v-447afbcb] {
  width: 1.213542rem;
  height: 0.25rem;
  background: rgba(255, 255, 255, 1);
  border: 0.005208rem solid rgba(221, 225, 229, 1);
  border-radius: 0.03125rem;
  overflow: hidden;
  border-radius: 0.520833rem;
}
.header .search input[data-v-447afbcb] {
  height: 100%;
  width: 0.911458rem;
  font-size: 0.09375rem;
  padding-left: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}
.header .search button[data-v-447afbcb] {
  border-radius: 0.520833rem;
  width: 0.302083rem;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border: none;
  color: white;
  font-weight: 600;
  font-size: 0.145833rem;
  cursor: pointer;
}
.header__mleft .active[data-v-447afbcb] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border-radius: 0.130208rem;
  width: 0.520833rem;
  height: 0.25rem;
  text-align: center;
  line-height: 0.25rem;
  font-size: 0.104167rem;
}
.center_5[data-v-447afbcb] {
  -webkit-box-shadow: 0 0 0.041667rem 0 #eee;
          box-shadow: 0 0 0.041667rem 0 #eee;
  min-height: 90%;
  width: 100%;
  margin-top: 0.416667rem;
}
.center[data-v-447afbcb] {
  background: rgba(255, 255, 255, 1);
  border: 0.005208rem solid rgba(240, 243, 245, 1);
  -webkit-box-shadow: 0 0.03125rem 0.104167rem 0 rgba(233, 233, 242, 0.6);
          box-shadow: 0 0.03125rem 0.104167rem 0 rgba(233, 233, 242, 0.6);
  border-radius: 0.03125rem;
  width: 100%;
  height: 90%;
  margin-top: 0.104167rem;
  overflow: auto;
  padding: 0.208333rem 0.208333rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.center_section[data-v-447afbcb] {
  min-width: 0.520833rem;
  width: 14%;
  display: inline-block;
  padding: 0.104167rem 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 0.026042rem 0 #eee;
          box-shadow: 0 0 0.026042rem 0 #eee;
  margin-right: 0.15625rem;
  margin-bottom: 0.208333rem;
  position: relative;
  height: 1.5625rem;
  vertical-align: top;
}
.center_section i[data-v-447afbcb] {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.center_section > div[data-v-447afbcb] {
  width: 0.260417rem;
  height: 0.260417rem;
}
.center_section > div img[data-v-447afbcb] {
  width: 100%;
  height: 100%;
}
.center_section .center_section_div[data-v-447afbcb] {
  width: 100%;
  line-height: 0.166667rem;
}
.detel[data-v-447afbcb] {
  width: 0.520833rem;
  height: 0.197917rem;
  line-height: 0.197917rem;
  text-align: center;
  background: #ecf4fd;
  border-radius: 0.520833rem;
  font-size: 0.083333rem;
  font-family: Adobe Heiti Std;
  font-weight: normal;
  color: rgba(75, 121, 211, 1);
  margin-top: 0.052083rem;
  cursor: pointer;
}
.center_section_div_btn[data-v-447afbcb] {
  width: 0.3125rem;
  height: 0.260417rem;
  border: none;
  outline: none;
  background: none;
  position: absolute;
  left: 0.052083rem;
  bottom: 0.052083rem;
  cursor: pointer;
}
.center_detel[data-v-447afbcb] {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.3);
}
.center_detel_xi[data-v-447afbcb] {
  width: 1.5625rem;
  height: 0.78125rem;
  background: white;
  -webkit-box-shadow: 0 0 0.026042rem 0 #eee;
          box-shadow: 0 0 0.026042rem 0 #eee;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  left: 50%;
  top: 50%;
  overflow: hidden;
}
.center_detel_xi .detel[data-v-447afbcb] {
  background: red;
  width: 100%;
  height: 0.208333rem;
  position: absolute;
  bottom: -0.052083rem;
  border-radius: 50% 50% 0 0;
  color: white;
}
.center_detel_xi_p[data-v-447afbcb] {
  line-height: 0.729167rem;
  text-align: center;
}
.table[data-v-447afbcb] {
  width: 100%;
}
.table table[data-v-447afbcb] {
  width: 100%;
  text-align: center;
}
.table table tr[data-v-447afbcb]:first-child {
  background: #ecf2f9;
  line-height: 0.197917rem;
  color: rgba(50, 48, 83, 1);
}
.btn-green[data-v-447afbcb] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border-radius: 0.130208rem;
  padding: 0.026042rem 0.104167rem;
  border: none;
  outline: none;
  margin-top: 0.026042rem;
  cursor: pointer;
}
.btn-blue[data-v-447afbcb] {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(39, 124, 240, 1)),
    to(rgba(116, 172, 250, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(39, 124, 240, 1) 0%,
    rgba(116, 172, 250, 1) 100%
  );
  color: white;
  border-radius: 0.130208rem;
  padding: 0.026042rem 0.104167rem;
  border: none;
  cursor: pointer;
  outline: none;
  margin-top: 0.026042rem;
}
.addlsit-box[data-v-447afbcb] {
  width: 100%;
  min-height: 85%;
  background: rgba(255, 255, 255, 1);
  border: 0.005208rem solid rgba(221, 225, 229, 1);
  -webkit-box-shadow: 0 0.03125rem 0.104167rem 0 rgba(233, 233, 242, 0.6);
          box-shadow: 0 0.03125rem 0.104167rem 0 rgba(233, 233, 242, 0.6);
  border-radius: 0.03125rem;
  padding: 0.15625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  height: auto;
}
.addlsit-box-section[data-v-447afbcb] {
  display: inline-block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 0.104167rem;
  width: 80%;
}
.addlsit-box-section table[data-v-447afbcb] {
  border-collapse: separate;
  border-spacing: 0 0.104167rem;
}
.addlsit-box-section>table[data-v-447afbcb] {
  margin-left: -5em;
}
.addlsit-box-section table tr td[data-v-447afbcb] {
  height: 0.197917rem;
  line-height: 0.197917rem;
}
.addlsit-box-section table tr td input[data-v-447afbcb],
.addlsit-box-section table tr td textarea[data-v-447afbcb] {
  border: #02cb8e 0.005208rem solid;
  height: 0.197917rem;
  background: rgba(252, 252, 254, 1);
  border: 0.005208rem solid rgba(238, 240, 248, 1);
  border-radius: 0.010417rem;
  padding-left: 0.052083rem;
  vertical-align: middle;
}
.addlsit-box-section table tr td textarea[data-v-447afbcb] {
  min-height: 6em;
}
.addlsit-box-section-seach-posi[data-v-447afbcb] {
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  z-index: 100;
  -webkit-box-shadow: 0 0 0.026042rem 0 #eeeffa;
          box-shadow: 0 0 0.026042rem 0 #eeeffa;
  padding: 0.052083rem;
}
.bluebox[data-v-447afbcb] {
  display: inline-block;
  padding: 0 0.15625rem;
  height: 0.177083rem;
  line-height: 0.177083rem;
  background: #FCFCFE;
  border: 0.005208rem solid #E9ECF3;
  border-radius: 0.020833rem;
  color: #323053;
}
.whitebox[data-v-447afbcb] {
  display: inline-block;
  padding: 0.078125rem 0.15625rem;
  background: #fff;
  -webkit-box-shadow: 0 0 0.026042rem 0 #ccc;
          box-shadow: 0 0 0.026042rem 0 #ccc;
  margin-left: 0.104167rem;
  cursor: pointer;
}
.whitebox2[data-v-447afbcb] {
  display: inline-block;
  padding: 0.026042rem 0.052083rem;
  background: #fff;
  -webkit-box-shadow: 0 0 0.026042rem 0 #ccc;
          box-shadow: 0 0 0.026042rem 0 #ccc;
  margin-left: 0.104167rem;
  cursor: pointer;
}
.addlsit-box-section-left[data-v-447afbcb] {
  display: inline-block;
  width: 45%;
  padding: 0.104167rem;
  border: 0.005208rem solid #E9EAEB;
  margin: 0.104167rem 0;
  margin-right: 0.104167rem;
}
.addlsit-box-section-left table[data-v-447afbcb] {
  margin: 0 auto;
}
.addlsit-box-section-left tr td[data-v-447afbcb]:first-child {
  white-space: nowrap;
  text-align: right;
}
.el-date-editor[data-v-447afbcb] {
  width: 40%;
}
.backj-exc-file[data-v-447afbcb] {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(39, 124, 240, 1)),
    to(rgba(116, 172, 250, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(39, 124, 240, 1) 0%,
    rgba(116, 172, 250, 1) 100%
  );
  -webkit-box-shadow: 0 0.010417rem 0.104167rem 0.005208rem rgba(76, 147, 244, 0.36);
          box-shadow: 0 0.010417rem 0.104167rem 0.005208rem rgba(76, 147, 244, 0.36);
  border-radius: 0.020833rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(247, 248, 255, 1);
  text-align: center;
  cursor: pointer;
  position: absolute;
  left: 0;
  width: 0.520833rem;
  top: 0;
  height: 0.197917rem;
}
.excel[data-v-447afbcb] {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.520833rem;
  opacity: 0;
  cursor: pointer;
  height: 0.197917rem;
}
.posi[data-v-447afbcb] {
  position: absolute;
  right: 0;
  right: 0;
  cursor: pointer;
  top: 0;
  color: #999;
  width: 0.208333rem;
  height: 0.208333rem;
  text-align: center;
  line-height: 0.15625rem;
  padding-left: 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.btn-red[data-v-447afbcb] {
  color: white;
  outline: none;
  border: none;
  padding: 0.052083rem 0.104167rem;
  cursor: pointer;
  background: rgb(255, 0, 0);
  border-radius: 0.015625rem;
  border-radius: 0.520833rem;
  margin-top: 0.104167rem;
}
.right_center[data-v-447afbcb] {
  position: fixed;
  right: 2%;
  top: 0.520833rem;
  z-index: 1000;
  color: black;
  background: white;
  -webkit-box-shadow: 0 0 0.046875rem 0 rgba(65, 103, 139, 0.23);
          box-shadow: 0 0 0.046875rem 0 rgba(65, 103, 139, 0.23);
  max-height: 80%;
  overflow: auto;
}
.right_center a[data-v-447afbcb] {
  display: block;
  padding: 0.052083rem 0.104167rem;
  border: 0.005208rem solid #fff;
}
.right_center a[data-v-447afbcb]:hover {
  border-radius: 0.020833rem;
  border: 0.005208rem solid #4FD8BA;
}
.totop[data-v-447afbcb] {
  position: fixed;
  right: 2%;
  bottom: 5%;
  z-index: 1000;
  padding: 0.052083rem;
  background: #fff;
  border: 0.005208rem solid #ccc;
  color: black;
}
.margin_left_bar[data-v-447afbcb] {
  display: inline-block;
  width: 5em;
}
.container[data-v-666c0fea] {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background: white;
  padding: 0.104167rem;
}
.table[data-v-666c0fea] {
  width: 100%;
  height: 100%;
  border: 0.005208rem solid #eee;
}
.container[data-v-2f5953bb] {
  width: 100%;
  height: 100%;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.nav[data-v-2f5953bb] {
  font-size: 0.083333rem;
  background: white;
  line-height: 0.208333rem;
  background: rgba(255, 255, 255, 1);
  border: 0.005208rem solid rgba(247, 248, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.041667rem 0 rgba(182, 182, 195, 0.4);
          box-shadow: 0 0.010417rem 0.041667rem 0 rgba(182, 182, 195, 0.4);
  border-radius: 0.520833rem;
  height: 0.208333rem;
  display: inline-block;
}
.nav span[data-v-2f5953bb] {
  text-align: center;
  cursor: pointer;
  padding: 0 0.083333rem;
  line-height: 0.208333rem;
  float: left;
}
.nav .active[data-v-2f5953bb] {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  -webkit-box-shadow: 0 0.010417rem 0.036458rem 0 rgba(33, 231, 137, 0.3);
          box-shadow: 0 0.010417rem 0.036458rem 0 rgba(33, 231, 137, 0.3);
  color: white;
  border-radius: 0.520833rem;
}
.header__mleft[data-v-2f5953bb] {
  height: 0.3125rem;
  position: absolute;
  right: 0.104167rem;
  top: 0.104167rem;
  width: 2.083333rem;
}
header .search[data-v-2f5953bb] {
  width: 1.213542rem;
  height: 0.197917rem;
  background: rgba(255, 255, 255, 1);
  border: 0.005208rem solid rgba(221, 225, 229, 1);
  border-radius: 0.03125rem;
  overflow: hidden;
  position: relative;
}
header .search input[data-v-2f5953bb] {
  height: 100%;
  width: 0.911458rem;
  font-size: 0.09375rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  text-indent: 0.052083rem;
}
header .search button[data-v-2f5953bb] {
  width: 0.286458rem;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border: none;
  color: white;
  font-weight: 600;
  cursor: pointer;
  position: absolute;
  right: 0;
}
.header__mleft .active[data-v-2f5953bb] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border-radius: 0.130208rem;
  width: 0.520833rem;
  height: 0.197917rem;
  text-align: center;
  line-height: 0.197917rem;
  font-size: 0.104167rem;
}
.table[data-v-2f5953bb] {
  margin-top: 0.15625rem;
  width: 100%;
  height: calc(100% - 0.416667rem);
  background: white;
}
.blue[data-v-2f5953bb] {
  background: #3699ff;
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
  border-radius: 0.015625rem;
}
.orange[data-v-2f5953bb] {
  background: #fac23d;
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
  border-radius: 0.015625rem;
}
.back[data-v-2f5953bb] {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  left: 0;
  top: 0;
}
.back-bj[data-v-2f5953bb] {
  position: absolute;
  left: 50%;
  top: 0.520833rem;
  width: auto;
  min-height: 2.604167rem;
  background: white;
  -webkit-box-shadow: 0 0 0.026042rem 0 rgb(205, 206, 206);
          box-shadow: 0 0 0.026042rem 0 rgb(205, 206, 206);
  padding: 0.130208rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.back-bj > .back-div[data-v-2f5953bb] {
  position: relative;
  height: 100%;
  line-height: 150%;
  font-size: 0.104167rem;
}
.back-bj p[data-v-2f5953bb] {
  text-align: center;
}
.back-bj > .back-div > div[data-v-2f5953bb] {
  min-height: 2.083333rem;
  padding: 0.052083rem 0.026042rem;
}
.posi[data-v-2f5953bb] {
  position: absolute;
  right: 0;
  right: 0;
  cursor: pointer;
  top: 0;
  background: red;
  border-radius: 0 0 0 0.208333rem;
  color: #fff;
  width: 0.208333rem;
  height: 0.208333rem;
  text-align: center;
  line-height: 0.15625rem;
  padding-left: 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.back-bj .back-div table[data-v-2f5953bb] {
  width: 100%;
  margin: 0 auto;
  margin-top: 0.15625rem;
  border-collapse: separate;
  border-spacing: 0 0.104167rem;
}
.back-bj .back-div table tr td[data-v-2f5953bb] {
  white-space: nowrap;
}
.back-bj .back-div table tr td button[data-v-2f5953bb] {
  margin-top: 0.15625rem;
}
.back-bj .back-div table tr input[data-v-2f5953bb],
.back-bj .back-div table tr select[data-v-2f5953bb] {
  border: #02cb8e 0.005208rem solid;
  height: 0.197917rem;
  background: rgba(252, 252, 254, 1);
  border: 0.005208rem solid rgba(238, 240, 248, 1);
  border-radius: 0.010417rem;
  padding-left: 0.052083rem;
  vertical-align: middle;
  width: 80%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.btn-green[data-v-2f5953bb] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border-radius: 0.130208rem;
  padding: 0.026042rem 0.104167rem;
  border: none;
  outline: none;
  margin-top: 0.026042rem;
  cursor: pointer;
}
.btn-eee[data-v-2f5953bb] {
  background: #eee;
  color: rgb(50, 100, 100);
  border-radius: 0.130208rem;
  padding: 0.026042rem 0.104167rem;
  border: none;
  cursor: pointer;
  outline: none;
  margin-top: 0.026042rem;
}
.see[data-v-2f5953bb] {
  background: white;
  -webkit-box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
  position: absolute;
  left: 50%;
  top: 20%;
  width: 3.75rem;
  min-height: 1.041667rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.see table[data-v-2f5953bb] {
  margin: 0.104167rem auto;
  width: 80%;
  line-height: 0.25rem;
}
.see table td[data-v-2f5953bb] {
  padding: 0.052083rem 0;
}
.see input[data-v-2f5953bb],
.see select[data-v-2f5953bb] {
  border: #02cb8e 0.005208rem solid;
  height: 0.197917rem;
  background: rgba(252, 252, 254, 1);
  border: 0.005208rem solid rgba(238, 240, 248, 1);
  outline: none;
  border-radius: 0.010417rem;
  padding-left: 0.052083rem;
  vertical-align: middle;
  width: 100%;
}
.see #excel[data-v-2f5953bb] {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.520833rem;
  opacity: 0;
  cursor: pointer;
  height: 0.260417rem;
}
.center_detel[data-v-2f5953bb] {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.3);
}
.center_detel_xi[data-v-2f5953bb] {
  width: 1.5625rem;
  height: 0.78125rem;
  background: white;
  -webkit-box-shadow: 0 0 0.026042rem 0 #eee;
          box-shadow: 0 0 0.026042rem 0 #eee;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  left: 50%;
  top: 50%;
  overflow: hidden;
}
.center_detel_xi .detel[data-v-2f5953bb] {
  background: #6391ed;
  width: 100%;
  height: 0.208333rem;
  position: absolute;
  bottom: -0.052083rem;
  border-radius: 50% 50% 0 0;
  color: white;
  text-align: center;
}
.center_detel_xi_p[data-v-2f5953bb] {
  line-height: 0.729167rem;
  text-align: center;
}
.redbtn[data-v-2f5953bb] {
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
  background: rgb(255, 0, 0);
  border-radius: 0.015625rem;
}
.posir[data-v-2f5953bb] {
  position: absolute;
  right: -0.026042rem;
  top: 0;
  border-radius: 0 0 0 0.520833rem;
  width: 0.208333rem;
  height: 0.208333rem;
  font-size: 0.125rem;
  text-align: center;
  padding: 0;
  line-height: 0.208333rem;
}
.posi1[data-v-2f5953bb] {
  position: absolute;
  right: 0;
  right: 0;
  cursor: pointer;
  top: 0;
  color: #999;
  width: 0.208333rem;
  height: 0.208333rem;
  text-align: center;
  line-height: 0.15625rem;
  padding-left: 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.backj-exc-file[data-v-2f5953bb] {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(39, 124, 240, 1)),
    to(rgba(116, 172, 250, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(39, 124, 240, 1) 0%,
    rgba(116, 172, 250, 1) 100%
  );
  -webkit-box-shadow: 0 0.010417rem 0.104167rem 0.005208rem rgba(76, 147, 244, 0.36);
          box-shadow: 0 0.010417rem 0.104167rem 0.005208rem rgba(76, 147, 244, 0.36);
  border-radius: 0.020833rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(247, 248, 255, 1);
  text-align: center;
  cursor: pointer;
  position: absolute;
  left: 0;
  width: 80%;
  top: 0;
  height: 0.260417rem;
  line-height: 0.260417rem;
}
.iframe[data-v-2f5953bb] {
  position: absolute;
  left: 50%;
  top: 1.041667rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 6.25rem;
  height: 4.166667rem;
  background: white;
}
.container[data-v-4afe1d91] {
  width: 100%;
  height: 100%;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-font-smoothing: antialiased;
  font-size: 0.09375rem;
  background: white;
  position: relative;
}
.header[data-v-4afe1d91] {
  margin-bottom: 0.104167rem;
}
.header-btn[data-v-4afe1d91] {
  font-size: 0.083333rem;
  background: white;
  line-height: 0.208333rem;
  background: rgba(255, 255, 255, 1);
  border: 0.005208rem solid rgba(247, 248, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.041667rem 0 rgba(182, 182, 195, 0.4);
          box-shadow: 0 0.010417rem 0.041667rem 0 rgba(182, 182, 195, 0.4);
  border-radius: 0.520833rem;
  height: 0.208333rem;
  display: inline-block;
}
.header-btn span[data-v-4afe1d91] {
  text-align: center;
  cursor: pointer;
  padding: 0 0.083333rem;
  line-height: 0.208333rem;
  float: left;
}
.header-btn .active[data-v-4afe1d91] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border-radius: 0.130208rem;
}
.header-add[data-v-4afe1d91] {
  position: absolute;
  top: 0.104167rem;
  right: 0.104167rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border-radius: 0.130208rem;
  height: 0.197917rem;
  line-height: 0.197917rem;
  width: 0.520833rem;
  text-align: center;
  cursor: pointer;
}
.table[data-v-4afe1d91] {
  height: 90%;
}
.table table tr td div[data-v-4afe1d91] {
  line-height: 200%;
  border-bottom: 0.015625rem solid #eeeffa;
}
.table table tr td div[data-v-4afe1d91]:last-child {
  border: none;
}
.table-btn-blue[data-v-4afe1d91] {
  outline: none;
  border: none;
  background: rgba(54, 153, 255, 1);
  color: white;
  padding: 0.026042rem 0.078125rem;
  margin: 0 0.026042rem;
  border-radius: 0.010417rem;
}
.table-btn-orange[data-v-4afe1d91] {
  outline: none;
  border: none;
  background: rgba(251, 195, 61, 1);
  color: white;
  padding: 0.026042rem 0.078125rem;
  margin: 0 0.026042rem;
  border-radius: 0.010417rem;
}
.section[data-v-4afe1d91] {
  width: 100%;
  min-width: 100%;
  background: rgba(250, 250, 250, 1);
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section section > h3[data-v-4afe1d91] {
  padding-left: 0.078125rem;
  border-left: rgba(66, 230, 149, 1) 0.015625rem solid;
  margin: 0.104167rem 0;
  width: 45%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section-table[data-v-4afe1d91] {
  width: 100%;
  background: #fff;
  padding: 0.052083rem 0.026042rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0.010417rem 0.083333rem 0 rgba(236, 236, 243, 0.8);
          box-shadow: 0 0.010417rem 0.083333rem 0 rgba(236, 236, 243, 0.8);
  border-collapse: separate;
  border-spacing: 0.052083rem 0.052083rem;
}
.section-flex[data-v-4afe1d91] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-flex > div[data-v-4afe1d91] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0.052083rem 0.104167rem;
}
.section-flex-text[data-v-4afe1d91] {
  position: relative;
  vertical-align: top;
  margin-bottom: 0.104167rem;
}
.section-flex-text > div[data-v-4afe1d91]:nth-of-type(1) {
  width: 100%;
  height: 0.3125rem;
  background: white;
  border-bottom: 0.005208rem dashed rgb(214, 214, 214);
  padding: 0.078125rem 0.15625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "\601D\6E90\9ED1\4F53";
}
.section-flex-text > div[data-v-4afe1d91]:nth-of-type(2) {
  width: 100%;
  height: 1.041667rem;
  background: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section-flex-text i[data-v-4afe1d91] {
  display: inline-block;
  width: 0.3125rem;
  height: 0.3125rem;
  border-radius: 50%;
  position: absolute;
  top: 0.15625rem;
}
.section-flex-text i[data-v-4afe1d91]:nth-of-type(1) {
  left: -0.15625rem;
  background: rgba(250, 250, 250, 1);
}
.section-flex-text i[data-v-4afe1d91]:nth-of-type(2) {
  right: -0.15625rem;
  background: rgba(250, 250, 250, 1);
}
.section-flex-text-add[data-v-4afe1d91] {
  background: wheat;
  width: 0.15625rem;
  height: 0.15625rem;
  border-radius: 50%;
  cursor: pointer;
}
.section-flex-text-add img[data-v-4afe1d91] {
  width: 100%;
  height: 100%;
}
.section-flex-text textarea[data-v-4afe1d91] {
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  background: white;
  padding: 0.078125rem 0.15625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section-3-btn[data-v-4afe1d91] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border-radius: 0.026042rem;
  font-weight: 500;
  font-size: 0.09375rem;
  line-height: 0.197917rem;
  padding: 0 0.104167rem;
  cursor: pointer;
}
.section-4-btn[data-v-4afe1d91] {
  background: white;
  color: #666666;
  -webkit-box-shadow: 0 0.010417rem 0.036458rem 0 rgba(96, 142, 235, 0.3);
          box-shadow: 0 0.010417rem 0.036458rem 0 rgba(96, 142, 235, 0.3);
  border-radius: 0.026042rem;
  font-weight: 500;
  font-size: 0.09375rem;
  line-height: 0.197917rem;
  padding: 0 0.104167rem;
  cursor: pointer;
  margin-right: 0.052083rem;
}
.section-3 .section-flex-text[data-v-4afe1d91] {
  display: inline-block;
  width: 45%;
  margin-right: 2%;
  margin-left: 0.104167rem;
}
.section-3 .section-flex-text .section-3-box[data-v-4afe1d91] {
  height: auto;
}
.section-3-box-list[data-v-4afe1d91] {
  padding: 0.078125rem 0.15625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section-3-box-list li[data-v-4afe1d91] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-3-box-list li > div[data-v-4afe1d91] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  line-height: 0.197917rem;
  margin: 0.026042rem 0.026042rem;
}
.section-3-box-list li > div input[data-v-4afe1d91] {
  width: 100%;
  text-align: center;
  background: #fff;
  height: 0.197917rem;
}
.section-3-box-list li > div[data-v-4afe1d91]:nth-of-type(1) {
  max-width: 0.260417rem;
}
.section-3-box-list li > div[data-v-4afe1d91]:nth-of-type(2) {
  min-width: 1.5625rem;
}

/* .section-3 .section-flex-text>div>div{padding: 15px 30px;box-sizing: border-box;} */
.section-4-table[data-v-4afe1d91] {
  width: 100%;
  background: white;
  margin-bottom: 0.104167rem;
  border-collapse: separate;
  border-spacing: 0.052083rem 0;
}
.section-4-table tr td[data-v-4afe1d91] {
  height: 0.260417rem;
}

/* .section-4-table tr td img {
  height: 100%;
  vertical-align: middle;
  margin: 10px;
} */
.section-4-table tr td span[data-v-4afe1d91]:nth-of-type(1) {
  width: 0.520833rem;
  display: inline-block;
  padding-left: 1em;
  white-space: nowrap;
}
.section-4-table tr td span:nth-of-type(2) input[data-v-4afe1d91] {
  width: 0.833333rem;
  height: 0.1875rem;
  background: rgba(241, 242, 246, 1);
  border-radius: 0.026042rem;
  padding: 0 0.078125rem;
}
.section-4-footer[data-v-4afe1d91] {
  position: relative;
  width: 0.9375rem;
  -webkit-transform: translateX(-50%) translateY(-80%);
          transform: translateX(-50%) translateY(-80%);
  left: 50%;
  height: 0.3125rem;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(39, 124, 240, 1)),
    to(rgba(116, 172, 250, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(39, 124, 240, 1) 0%,
    rgba(116, 172, 250, 1) 100%
  );
  color: white;
  border-radius: 1.25rem;
  padding: 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section-4-footer p[data-v-4afe1d91] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 0.208333rem;
  line-height: 0.208333rem;
  text-align: center;
  font-size: 0.1875rem;
}
.section-4-footer p[data-v-4afe1d91]:nth-of-type(1) {
  border-right: 0.005208rem solid white;
}
.section-5-btn[data-v-4afe1d91] {
  margin: 0 auto;
  text-align: center;
}

/* button{outline: none;border: none;cursor: pointer;} */
.btn-red[data-v-4afe1d91] {
  width: 0.625rem;
  height: 0.244792rem;
  background: rgba(243, 79, 79, 1);
  -webkit-box-shadow: 0 0.010417rem 0.104167rem 0.005208rem rgba(243, 79, 79, 0.44);
          box-shadow: 0 0.010417rem 0.104167rem 0.005208rem rgba(243, 79, 79, 0.44);
  font-size: 0.09375rem;
  font-family: "\601D\6E90\9ED1\4F53";
  font-weight: 500;
  color: rgba(247, 248, 255, 1);
  border-radius: 0.260417rem;
  margin: 0 0.052083rem;
}
.btn-eee[data-v-4afe1d91] {
  width: 0.625rem;
  height: 0.244792rem;
  background: rgba(237, 243, 250, 1);
  border: 0.005208rem solid rgba(233, 240, 247, 1);
  -webkit-box-shadow: 0 0.010417rem 0.104167rem 0.005208rem rgba(221, 226, 232, 0.44);
          box-shadow: 0 0.010417rem 0.104167rem 0.005208rem rgba(221, 226, 232, 0.44);
  font-size: 0.09375rem;
  font-family: "\601D\6E90\9ED1\4F53";
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
  border-radius: 0.260417rem;
  margin: 0 0.052083rem;
}
.section-flex-text-input[data-v-4afe1d91] {
  background: #eeeffa;
  width: 50%;
  height: 0.197917rem;
  padding-left: 0.104167rem;
}
.blue[data-v-4afe1d91] {
  background: #3699ff;
  color: white;
  outline: none;
  border: none;
  cursor: pointer;
}
.container[data-v-169496ae] {
  width: 100%;
  height: 100%;
  font-size: 0.09375rem;
  position: relative;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.container[data-v-169496ae] .el-select .el-input__inner,
.container[data-v-169496ae] .el-input__inner,
.container[data-v-169496ae] .el-date-editor,
.container[data-v-169496ae] .el-input__icon,
.container[data-v-169496ae] .el-date-editor .el-range-separator {
  line-height: 0.166667rem;
  height: 0.166667rem;
  vertical-align: middle;
}
.container[data-v-169496ae] .el-button {
  line-height: 0.5;
  height: 0.166667rem;
  vertical-align: middle;
}
.header[data-v-169496ae] {
  height: 0.208333rem;
}
.table[data-v-169496ae] {
  width: 100%;
  height: calc(100% - 0.208333rem);
  background: white;
}
.allFixed > div[data-v-169496ae] {
  width: 30%;
}
.allFixed > div table[data-v-169496ae] {
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0.052083rem;
  margin-bottom: 0.104167rem;
}
.allFixed > div table tr td[data-v-169496ae]:nth-of-type(even) {
  width: 1.5625rem;
}
.allFixed h3[data-v-169496ae] {
  font-size: 0.125rem;
}
.elinput[data-v-169496ae],
.el-select[data-v-169496ae] {
  width: 100%;
}
.el-aside[data-v-4241f956] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: auto;
}

/* 左边框 */
.main[data-v-4241f956],
.el-container[data-v-4241f956] {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.left-bar-logo[data-v-4241f956] {
  max-width: 1.666667rem;
  width: 100%;
  height: 0.307292rem;
  margin: 0 auto;
  margin-bottom: 0.364583rem;
}
.left-bar-logo img[data-v-4241f956] {
  margin: 0 auto;
  display: block;
  width: 90%;
}
.left-bar[data-v-4241f956] {
  width: 1.354167rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#30d8a0), to(#00b4bf));
  background: linear-gradient(0deg, #30d8a0, #00b4bf);
  position: relative;
  padding: 0.208333rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 5.104167rem;
  height: 100%;
}
.left-bar1[data-v-4241f956] {
  width: auto;
  background: -webkit-gradient(linear, left bottom, left top, from(#30d8a0), to(#00b4bf));
  background: linear-gradient(0deg, #30d8a0, #00b4bf);
  position: relative;
  padding: 0.208333rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.left-bar a[data-v-4241f956] {
  color: #fff;
  display: block;
}
.left-bar li[data-v-4241f956] {
  padding-left: 0.15625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 0.25rem;
  cursor: pointer;
  letter-spacing: 0.010417rem;
}
.left-bar1 li[data-v-4241f956] {
  padding: 0 0.208333rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 0.25rem;
}
.left-bar li[data-v-4241f956]:last-child {
  margin-bottom: 0;
}
.left-bar li img[data-v-4241f956] {
  height: 100%;
  vertical-align: middle;
  margin: 0.010417rem 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 0.104167rem;
}
.left-bar1 li img[data-v-4241f956] {
  height: 100%;
  vertical-align: middle;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.left-bar li[data-v-4241f956]:focus,
.left-bar li[data-v-4241f956]:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.5);
}
.posi[data-v-4241f956] {
  width: 100%;
  display: block;
  cursor: pointer;
  position: absolute;
  bottom: 0;
}
.posi1[data-v-4241f956] {
  width: 100%;
  display: block;
  cursor: pointer;
  margin-top: 0;
}
.left-bar li i[data-v-4241f956] {
  padding-right: 0.052083rem;
  line-height: 0.25rem;
}
.left-bar ul[data-v-4241f956] {
  position: absolute;
  bottom: 0.052083rem;
  width: 100%;
}
.active[data-v-4241f956] {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.5);
}
.list_dl[data-v-4241f956] {
  position: absolute;
  bottom: 100%;
  width: 100%;
  border: 0.005208rem solid #888;
  left: 0;
  color: #000;
}
.list_dl dd[data-v-4241f956] {
  height: 0.15625rem;
  text-align: center;
  background: white;
  line-height: 0.15625rem;
}
.list_dl dd[data-v-4241f956]:hover {
  font-size: 0.114583rem;
  font-family: "\601D\6E90\9ED1\4F53";
}

/**/
.el-main[data-v-4241f956] {
  padding: 0;
  position: relative;
}
.right-main-mbr[data-v-4241f956] {
  margin: 0;
  -webkit-box-shadow: 0 0 0.020833rem #ccc;
          box-shadow: 0 0 0.020833rem #ccc;
  border-radius: 0.026042rem;
  padding: 0 0.104167rem;
  background: #fff;
}

/*谷歌、safari、qq浏览器、360浏览器滚动条样式*/

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
[data-v-4241f956]::-webkit-scrollbar {
  width: 0.026042rem;
  height: 0.026042rem;
  background-color: #f5f5f5;
}

/*定义滚动条轨道 内阴影+圆角*/
[data-v-4241f956]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0.03125rem rgba(0, 0, 0, 0.3);
  border-radius: 0.052083rem;
  background-color: #f5f5f5;
}

/*定义滑块 内阴影+圆角*/
[data-v-4241f956]::-webkit-scrollbar-thumb {
  border-radius: 0.052083rem;
  -webkit-box-shadow: inset 0 0 0.03125rem rgba(0, 0, 0, 0.3);
  background-color: #bdbdbd;
}

/*滑块效果*/
[data-v-4241f956]::-webkit-scrollbar-thumb:hover {
  border-radius: 0.026042rem;
  -webkit-box-shadow: inset 0 0 0.026042rem rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.4);
}

/*IE滚动条颜色*/
html[data-v-4241f956] {
  scrollbar-face-color: #bfbfbf;
  /*滚动条颜色*/
  scrollbar-highlight-color: #000;
  scrollbar-3dlight-color: #000;
  scrollbar-darkshadow-color: #000;
  scrollbar-shadow-color: #adadad;
  /*滑块边色*/
  scrollbar-arrow-color: rgba(0, 0, 0, 0.4);
  /*箭头颜色*/
  scrollbar-track-color: #eeeeee;
  /*背景颜色*/
}
.overbox[data-v-4241f956] {
  max-height: calc(100vh - 2.083333rem);
  overflow-y: auto;
}
.container[data-v-777e3dd1] {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  font-size: 0.09375rem;
  padding: 0.15625rem;
  overflow: auto;
}
.el-icon-message-solid[data-v-777e3dd1] {
  font-size: 0.09375rem;
  vertical-align: middle;
}
.container[data-v-777e3dd1] .el-select .el-input__inner,
.container[data-v-777e3dd1]  .el-input__inner,
.container[data-v-777e3dd1] .el-date-editor,
.container[data-v-777e3dd1] .el-input__icon,
.container[data-v-777e3dd1] .el-date-editor .el-range-separator {
  line-height: 0.166667rem;
  height: 0.166667rem;
  vertical-align: middle;
}
.container[data-v-777e3dd1] .el-button {
  line-height: 0.5;
  height: 0.166667rem;
  vertical-align: middle;
}
.icon_bar[data-v-777e3dd1] {
  display: inline-block;
  width: 0.020833rem;
  height: 0.083333rem;
  background: #2ED6A2;
  border-radius: 0.010417rem;
  margin-right: 0.026042rem;
}
.fontStyle_title[data-v-777e3dd1] {
  font-size: 0.083333rem;
  /* font-family: '思源黑体'; */
  font-weight: 500;
  color: #323053;
  vertical-align: text-bottom;
}
.msage[data-v-777e3dd1] {
  height: 1.5625rem;
  overflow: auto;
}
.msage p[data-v-777e3dd1] {
  cursor: pointer;
  line-height: 0.15625rem;
}
.model_1[data-v-777e3dd1] {
  width: 100%;
  min-height: 1.09375rem;
  height: 30%;
}
.model_2[data-v-777e3dd1] {
  width: 100%;
  min-height: 1.5625rem;
  height: 70%;
}
h3[data-v-777e3dd1] {
  height: 0.260417rem;
  line-height: 0.15625rem;
  padding-top: 0.104167rem;
}
.model_1>div[data-v-777e3dd1],
.model_2>div[data-v-777e3dd1] {
  height: calc(100% - 0.260417rem);
  background: #FFFFFF;
  border: 0.005208rem solid #F8F9FC;
  -webkit-box-shadow: 0 0.010417rem 0.109375rem 0 rgba(195, 205, 214, 0.26);
          box-shadow: 0 0.010417rem 0.109375rem 0 rgba(195, 205, 214, 0.26);
  border-radius: 0.03125rem;
  padding: 0.104167rem;
}
.model_flex[data-v-777e3dd1] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.model_top[data-v-777e3dd1] {
  width: 2.34375rem;
  height: 0.625rem;
  background: #F8FBFF;
  border: 0.005208rem solid #F2F2F2;
  border-radius: 0.03125rem;
  position: relative;
}
.model_top[data-v-777e3dd1]:hover {
  -webkit-box-shadow: 0 0.03125rem 0.067708rem 0 rgba(194, 211, 243, 0.47);
          box-shadow: 0 0.03125rem 0.067708rem 0 rgba(194, 211, 243, 0.47);
  cursor: pointer;
}
.model_center[data-v-777e3dd1] {
  height: 1.09375rem;
  background: #FFFFFF;
  border: 0.005208rem solid #ECECEC;
  border-radius: 0.03125rem;
}
.model_center[data-v-777e3dd1]:nth-of-type(1) {
  width: 5.276042rem;
}
.model_center[data-v-777e3dd1]:nth-of-type(2) {
  width: 2.46875rem;
}
.model_top dl dd[data-v-777e3dd1] {
  display: inline-block;
  width: 0.3125rem;
  height: 0.3125rem;
}
.model_top dl dd[data-v-777e3dd1]:first-child {
  background: #FFFFFF;
  border: 0.005208rem solid #ACC8FF;
  border-radius: 0.052083rem;
  position: relative;
}
.model_top dl dd:first-child img[data-v-777e3dd1] {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 0.15625rem;
}
.model_top dl dd[data-v-777e3dd1]:last-child {
  vertical-align: top;
  margin-left: 0.052083rem;
  white-space: nowrap;
}
.model_top dl dd:last-child p[data-v-777e3dd1] {
  font-size: 0.072917rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #323053;
  opacity: 0.6;
}
.model_top dl dd:last-child div[data-v-777e3dd1] {
  margin-top: 0.052083rem;
  font-size: 0.15625rem;
  font-family: Helvetica;
  font-weight: bold;
  color: #323053;
}
.model_top dl[data-v-777e3dd1] {
  position: absolute;
  width: auto;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.model_center>p[data-v-777e3dd1] {
  height: 0.260417rem;
  line-height: 0.260417rem;
  text-indent: 1em;
  border-bottom: 0.005208rem solid #ECECEC;
}
.model_center_flex[data-v-777e3dd1] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0.833333rem;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.model_center_flex dl[data-v-777e3dd1] {
  cursor: pointer;
}
.model_center_flex dl dd[data-v-777e3dd1]:first-child {
  width: 0.364583rem;
  height: 0.364583rem;
  background: #F8FBFF;
  border: 0.005208rem solid #F2F2F2;
  border-radius: 0.03125rem;
  margin: 0 auto;
  font-size: 0.1875rem;
  font-family: Helvetica;
  font-weight: 400;
  color: #323053;
  text-align: center;
  line-height: 0.364583rem;
}
.model_center_flex dl dd[data-v-777e3dd1]:last-child {
  font-size: 0.083333rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #323053;
  opacity: 0.7;
  text-align: center;
  padding-top: 0.104167rem;
}
.model_center_flex dl:hover  dd[data-v-777e3dd1]:first-child {
  color: white;
  background: #3377FF;
  -webkit-box-shadow: 0 0.03125rem 0.197917rem 0 rgba(130, 159, 217, 0.98);
          box-shadow: 0 0.03125rem 0.197917rem 0 rgba(130, 159, 217, 0.98);
  border-radius: 0.03125rem;
  border: none;
}
.container[data-v-6007bb04] {
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 0.083333rem;
  padding: 0.104167rem;
}
.header[data-v-6007bb04] {
  width: 100%;
  margin-bottom: 0.15625rem;
}
.header .search[data-v-6007bb04] {
  width: 1.109375rem;
  height: 0.197917rem;
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
  overflow: hidden;
  position: relative;
}
.header .search input[data-v-6007bb04] {
  height: 100%;
  width: 0.911458rem;
  font-size: 0.083333rem;
  padding-left: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header .search button[data-v-6007bb04] {
  /* width: 38px; */
  position: absolute;
  right: 0;
  padding: 0 0.015625rem;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border: none;
  color: white;
  font-weight: 600;
  font-size: 0.09375rem;
  cursor: pointer;
}
.header .el-select[data-v-6007bb04] {
  width: 0.520833rem;
  margin: 0 0.104167rem;
}
.table[data-v-6007bb04] {
  height: calc(100% - 0.3125rem);
}
.table table tbody tr.show[data-v-6007bb04] {
  width: 100%;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: left;
  line-height: 0.25rem;
  font-size: 0.083333rem;
  background: white;
}
.table table tbody tr.show td:nth-of-type(even)>div[data-v-6007bb04] {
  border: none;
  border-left: 0.03125rem solid #4793FB;
  border-radius: 0.020833rem;
  padding-left: 0.104167rem;
  -webkit-box-shadow: 0 0 0.015625rem 0 #ccc;
          box-shadow: 0 0 0.015625rem 0 #ccc;
}
.el-icon-arrow-right[data-v-6007bb04] {
  -webkit-transition: .3s;
  transition: .3s;
}
.header_btn[data-v-6007bb04] {
  outline: none;
  border: none;
  cursor: pointer;
  padding: 0 0.052083rem;
  line-height: 0.197917rem;
  border-radius: 0.026042rem;
  background: rgba(147, 147, 147, 0.27);
  color: rgba(68, 68, 68, 1);
  background: #f5f7fe;
  font-size: 0.083333rem;
}
.header_btn_blue[data-v-6007bb04] {
  background: -webkit-gradient(linear, left top, left bottom, from(#8dbbfa), to(#5194f3));
  background: linear-gradient(#8dbbfa, #5194f3);
  color: white;
  -webkit-box-shadow: 0 0 0.026042rem 0 #8dbbfa;
          box-shadow: 0 0 0.026042rem 0 #8dbbfa;
  margin-left: 0.052083rem;
}
.header_btn_green[data-v-6007bb04] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
}
.el-dropdown-menu__item[data-v-6007bb04] {
  padding: 0;
}
.el-dropdown-menu__item p[data-v-6007bb04] {
  padding: 0 0.052083rem;
}
.table_link[data-v-6007bb04] {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.allFixed table[data-v-6007bb04] {
  border-collapse: separate;
  border-spacing: 0.104167rem;
  width: 3.125rem;
}
.allFixed table td[data-v-6007bb04]:nth-of-type(odd) {
  text-align: right;
  white-space: nowrap;
  line-height: 0.3125rem;
  vertical-align: text-top;
}
.allFixed table td:nth-of-type(even) .el-input[data-v-6007bb04] {
  width: 1.041667rem;
}
.allFixed[data-v-6007bb04]  table input::-webkit-outer-spin-button,
.allFixed[data-v-6007bb04]  table input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.allFixed[data-v-6007bb04]  table input[type="number"] {
  -moz-appearance: textfield;
}
.allFixed .el-icon-minus[data-v-6007bb04] {
  width: 0.15625rem;
  height: 0.15625rem;
  border-radius: 0.020833rem;
  border: 0.005208rem solid#ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 0.15625rem;
  text-align: center;
}
.allFixed .el-icon-plus[data-v-6007bb04] {
  width: 0.15625rem;
  height: 0.15625rem;
  border-radius: 0.020833rem;
  background: #3699ff;
  line-height: 0.15625rem;
  text-align: center;
  color: white;
}
.allFixed .el-input[data-v-6007bb04] {
  margin: 0.052083rem 0;
  margin-right: 0.104167rem;
}
.container[data-v-393e87a2] {
  width: 100%;
  height: 100%;
  background: white;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
.container[data-v-393e87a2] .el-select .el-input__inner,
.container[data-v-393e87a2]  .el-input__inner,
.container[data-v-393e87a2] .el-date-editor,
.container[data-v-393e87a2] .el-input__icon,
.container[data-v-393e87a2] .el-date-editor .el-range-separator {
  line-height: 0.166667rem;
  height: 0.166667rem;
  vertical-align: middle;
}
.header[data-v-393e87a2] {
  margin-bottom: 0.104167rem;
  margin-bottom: 0.052083rem;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  /* height: 150px; */
}
.header__mleft[data-v-393e87a2] {
  height: 0.3125rem;
}
.header__mleft--search[data-v-393e87a2] {
  background: #f3f4fc;
  line-height: 0.197917rem;
  margin-right: 0.078125rem;
  padding-left: 0.052083rem;
}
.all_Search > span[data-v-393e87a2] {
  height: 0.197917rem;
  line-height: 0.197917rem;
  display: inline-block;
  font-size: 0.09375rem;
}
.all_Search[data-v-393e87a2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0.052083rem;
}
.header_top_select > .button[data-v-393e87a2] {
  /* position: absolute;
  right: 0; */
  padding: 0 0.052083rem;
  height: 0.166667rem;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(83, 153, 219, 1)),
    to(rgba(125, 188, 247, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(83, 153, 219, 1) 0%,
    rgba(125, 188, 247, 1) 100%
  );
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0.005208rem rgba(93, 161, 226, 0.3);
          box-shadow: 0 0.010417rem 0.03125rem 0.005208rem rgba(93, 161, 226, 0.3);
  border-radius: 0.020833rem;
  border: none;
  outline: none;
  color: white;
  bottom: 0;
  margin: 0 0.015625rem;
  float: right;
}
.header_checkbox[data-v-393e87a2] {
  font-size: 0.09375rem;
  line-height: 0.197917rem;
  height: 0.197917rem;
  margin-right: 0.104167rem;
  vertical-align: middle;
}
.header_checkbox input[data-v-393e87a2] {
  vertical-align: middle;
  margin-right: 0.026042rem;
}
input[type=checkbox][data-v-393e87a2] {
  width: 0.104167rem;
  height: 0.104167rem;
}
.search[data-v-393e87a2] {
  width: 1.213542rem;
  height: 0.197917rem;
  background: rgba(255, 255, 255, 1);
  border: 0.005208rem solid rgba(221, 225, 229, 1);
  border-radius: 0.03125rem;
  overflow: hidden;
  margin-right: 0.104167rem;
  position: relative;
}
.search input[data-v-393e87a2] {
  height: 100%;
  width: 0.911458rem;
  font-size: 0.09375rem;
  padding-left: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.search button[data-v-393e87a2] {
  width: 0.286458rem;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border: none;
  color: white;
  font-weight: 600;
  cursor: pointer;
  position: absolute;
  right: 0;
}
.btn[data-v-393e87a2] {
  outline: none;
  border: none;
  cursor: pointer;
}
.header .topheader[data-v-393e87a2] {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
  opacity: 0.8;
  border-radius: 0.208333rem;
  line-height: 0.208333rem;
  height: 0.208333rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(50, 48, 83, 1);
  font-size: 0.083333rem;
}
.header .topheader > span[data-v-393e87a2] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
  padding: 0 0.083333rem;
  white-space: nowrap;
}
.header .topheader .active[data-v-393e87a2] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border-radius: 0.208333rem;
}
.topheaderfr[data-v-393e87a2] {
  position: absolute;
  right: 0;
  top: 0;
}
.topheaderfr .btn_1[data-v-393e87a2] {
  padding: 0 0.15625rem;
  line-height: 0.260417rem;
  height: 0.260417rem;
  background: #f9f9ff;
  border: 0.005208rem solid #ccc;
  border-radius: 0.130208rem;
  margin-right: 0.104167rem;
  cursor: pointer;
}
.topheaderfr .btn_2[data-v-393e87a2] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  padding: 0 0.104167rem;
  -webkit-box-shadow: 0 0 0.026042rem 0 #8dbbfa;
          box-shadow: 0 0 0.026042rem 0 #8dbbfa;
  line-height: 0.260417rem;
  height: 0.260417rem;
  border-radius: 0.130208rem;
  cursor: pointer;
}
.topheaderfr .active[data-v-393e87a2] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border-radius: 0.130208rem;
  border: none;
}
.btn-back-blue[data-v-393e87a2] {
  background: -webkit-gradient(linear, left top, left bottom, from(#8dbbfa), to(#5194f3));
  background: linear-gradient(#8dbbfa, #5194f3);
  color: white;
  padding: 0.026042rem 0.052083rem;
  -webkit-box-shadow: 0 0 0.026042rem 0 #8dbbfa;
          box-shadow: 0 0 0.026042rem 0 #8dbbfa;
  border-radius: 0.026042rem;
}
.btn-back-ccc[data-v-393e87a2] {
  border-radius: 0.026042rem;
  padding: 0.026042rem 0.052083rem;
}
.table[data-v-393e87a2] {
  height: calc(100% - 0.78125rem);
  padding-bottom: 0.15625rem;
  /* position: relative; */
}
.table1[data-v-393e87a2] {
  height: calc(100% - 0.520833rem);
}
.table table tr td div[data-v-393e87a2] {
  line-height: 200%;
  border-bottom: 0.015625rem solid #eeeffa;
}
.table table tr td div[data-v-393e87a2]:last-child {
  border: none;
}
.table table tbody tr.active[data-v-393e87a2] {
  background: rgb(170, 170, 170);
}
.container-main-center-ul[data-v-393e87a2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  height: 0.260417rem;
  font-size: 0.104167rem;
}
.container-main-center-ul li[data-v-393e87a2] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
}
.container-main-center-ul li[data-v-393e87a2] {
  line-height: 0.260417rem;
  display: inline-block;
  font-family: "\601D\6E90\9ED1\4F53";
}
.container-main-center-ul .active[data-v-393e87a2] {
  color: #02c18d;
  border-bottom: 0.010417rem solid #02c18d;
}
.table_1 p[data-v-393e87a2] {
  text-align: center;
}
.btm-big[data-v-393e87a2] {
  width: 0.9375rem;
  height: 0.260417rem;
  line-height: 0.260417rem;
  background: rgba(244, 245, 250, 1);
  -webkit-box-shadow: 0 0.03125rem 0.083333rem 0 rgba(224, 224, 232, 1);
          box-shadow: 0 0.03125rem 0.083333rem 0 rgba(224, 224, 232, 1);
  border-radius: 0.09375rem;
  color: rgba(0, 0, 0, 0.6);
  margin: 0 0.104167rem;
  border: none;
  outline: none;
  cursor: pointer;
}
.btm-big-red[data-v-393e87a2] {
  background: rgba(242, 0, 51, 1);
  -webkit-box-shadow: 0 0.057292rem 0.052083rem 0 rgba(255, 167, 167, 0.39);
          box-shadow: 0 0.057292rem 0.052083rem 0 rgba(255, 167, 167, 0.39);
  color: white;
}
.table-btn-blue[data-v-393e87a2] {
  outline: none;
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #73adfc), to(#3374dc));
  background: linear-gradient(#73adfc 70%, #3374dc 100%);
  color: white;
  padding: 0.026042rem 0.052083rem;
  margin: 0 0.026042rem;
  border-radius: 0.010417rem;
  cursor: pointer;
}
.table-btn-orange[data-v-393e87a2] {
  outline: none;
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, #fccf65), to(#b69935));
  background: linear-gradient(#fccf65 80%, #b69935 100%);
  color: white;
  padding: 0.026042rem 0.026042rem;
  margin: 0 0.026042rem;
  border-radius: 0.010417rem;
}
.ccc[data-v-393e87a2] {
  background: #ccc;
}

/* .zposi,.zposi span{display: block;height: 100%;} */
.table_1[data-v-393e87a2] {
  width: 100%;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.table_1 h3[data-v-393e87a2] {
  font-size: 0.125rem;
}
.table_1_section[data-v-393e87a2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.table_1_section table[data-v-393e87a2] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-collapse: separate;
  border-spacing: 0.078125rem 0.15625rem;
  font-family: "\601D\6E90\9ED1\4F53";
  font-size: 0.09375rem;
}
.table_1_section table tr td[data-v-393e87a2] {
  margin-bottom: 0.104167rem;
}
.table_1_section table tr td[data-v-393e87a2]:first-child {
  text-align: right;
}
.table_1_section table tr td[data-v-393e87a2]:last-child {
  width: 75%;
}
.table_1_section table tr td input[data-v-393e87a2] {
  width: 70%;
  height: 0.21875rem;
  line-height: 0.21875rem;
  border: 0.005208rem solid rgba(213, 213, 224, 1);
  border-radius: 0.03125rem;
  padding-left: 0.078125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.red[data-v-393e87a2] {
  color: red;
}
.back-return[data-v-393e87a2] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.back-return .table[data-v-393e87a2] {
  position: absolute;
  left: 50%;
  top: 0.520833rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow: auto;
  padding-top: 0.260417rem;
  background: white;
  -webkit-box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 4.166667rem;
}
.back-return .table > div[data-v-393e87a2] {
  height: 3.125rem;
}
.back-return .table table tbody td[data-v-393e87a2] {
  border: none;
}
.back-return .table table[data-v-393e87a2] {
  border-collapse: collapse;
}
.back-return .table table thead[data-v-393e87a2] {
  background: none;
  border-bottom: 0.010417rem solid rgb(170, 170, 170);
}
.back-return .table table tbody[data-v-393e87a2] {
  border-bottom: 0.010417rem solid rgb(170, 170, 170);
}
.back-return .table table tbody tr[data-v-393e87a2]:nth-of-type(even) {
  background: none;
}
.back-return .table table tbody tr[data-v-393e87a2]:nth-of-type(even) {
  background: none;
}
.back-return .table table tbody tr.active[data-v-393e87a2] {
  background: rgb(206, 206, 206);
}
.back-return .table p[data-v-393e87a2] {
  background: red;
  width: 0.208333rem;
  height: 0.208333rem;
  border-radius: 0 0 0 0.208333rem;
  color: white;
  text-align: center;
  line-height: 0.208333rem;
  font-size: 0.145833rem;
  position: absolute;
  top: -0.026042rem;
  right: -0.026042rem;
}
.back-return-box[data-v-393e87a2] {
  width: 1.5625rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background: white;
  -webkit-box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
  height: 0.729167rem;
  text-align: center;
  line-height: 0.520833rem;
}
.back-return-box-btn[data-v-393e87a2] {
  display: block;
  width: 100%;
  height: 0.208333rem;
  background: red;
  color: white;
  border-radius: 50% 50% 0 0;
  position: absolute;
  bottom: 0;
  border: none;
  outline: none;
  -webkit-box-shadow: 0 0 0.03125rem 0 red;
          box-shadow: 0 0 0.03125rem 0 red;
  cursor: pointer;
}
.back-return .table .back-return-box-btn[data-v-393e87a2] {
  display: block;
  width: 0.677083rem;
  height: 0.208333rem;
  background: red;
  color: white;
  border-radius: 0.208333rem;
  border: none;
  outline: none;
  -webkit-box-shadow: 0 0 0.03125rem 0 red;
          box-shadow: 0 0 0.03125rem 0 red;
  cursor: pointer;
  position: static;
  margin: 0.052083rem auto;
}
.hover > div[data-v-393e87a2] {
  position: absolute;
  /* width: 200px; */
  height: auto;
  background: white;
  right: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  z-index: 10;
  bottom: 0.197917rem;
  text-align: left;
  padding: 0.026042rem;
  white-space: normal;
}
.hover[data-v-393e87a2] {
  position: relative;
  cursor: pointer;
  min-height: 0.15625rem;
}
[data-v-393e87a2]::-webkit-scrollbar {
  width: 0.026042rem;
  height: 0.052083rem;
  background-color: #f5f5f5;
}
.allFixed1 table[data-v-393e87a2] {
  border-collapse: separate;
  border-spacing: 0.052083rem;
}
.allFixed .table[data-v-393e87a2] {
  width: 70%;
  min-height: 2.604167rem;
}
.allFixed .table>.div[data-v-393e87a2] {
  height: calc(100% - 7em);
}
.allFixed1 > div table tr td .input[data-v-393e87a2] {
  width: 1.40625rem;
  height: 0.15625rem;
  line-height: 0.15625rem;
  background: white;
  border: 0.005208rem solid rgba(242, 242, 244, 1);
  border-radius: 0.020833rem;
  display: inline-block;
  vertical-align: top;
  padding-left: 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.allFixed1 > div table[data-v-393e87a2] {
  border-collapse: separate;
  border-spacing: 0.052083rem 0.104167rem;
}
.allFixed2 > div table[data-v-393e87a2] {
  border-collapse: separate;
  border-spacing: 0 0.052083rem;
}
.allFixed2 > div table tr td[data-v-393e87a2]:nth-of-type(odd) {
  padding-left: 0.104167rem;
}
.allFixed1 > div table tr td[data-v-393e87a2]:nth-of-type(odd) {
  white-space: nowrap;
  /* vertical-align: top; */
  text-align: right;
  line-height: 0.208333rem;
}
.allFixed1 > div table tr td .scroll[data-v-393e87a2] {
  overflow: auto;
  max-height: 0.520833rem;
}
.allFixed1 > div .head[data-v-393e87a2] {
  font-size: 0.104167rem;
  font-weight: 600;
  border-bottom: 0.005208rem solid #f2f2f2;
}
.header_top_select[data-v-393e87a2] {
  margin-top: 0.3125rem;
}
.header_top_select_type[data-v-393e87a2] {
  line-height: 0.208333rem;
}
.header_top_select_type[data-v-393e87a2] .el-select .el-input__inner {
  height: 0.208333rem;
}
.allFixed_all[data-v-393e87a2] {
  margin: 0 auto;
  width: calc(0.729167rem * 6);
}
.allFixed_top[data-v-393e87a2] {
  border-bottom: 0.005208rem solid #eee;
  margin-bottom: 0.052083rem;
  padding-bottom: 0.052083rem;
}
.allFixed_p[data-v-393e87a2] {
  display: inline-block;
  width: 0.729167rem;
  white-space: nowrap;
  line-height: 200%;
}
.allFixed_bottom[data-v-393e87a2] {
  text-align: center;
  margin-top: 0.208333rem;
}
.allFixed_bottom button[data-v-393e87a2] {
  margin: 0 0.052083rem;
}
.allSelect_style[data-v-393e87a2] {
  border-radius: 0.03125rem;
  min-width: 0.520833rem;
}
.input_model[data-v-393e87a2] {
  background-color: #F5F7FA;
  border-color: #e4e7edc9;
  color: #333;
  font-size: 300;
  font-size: 0.083333rem;
  border: 0.005208rem solid #e4e7edc9;
  line-height: 0.166667rem;
  text-indent: 0.078125rem;
  border-radius: 0.020833rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 1;
  padding-right: 0.052083rem;
}
.allFixed_nav[data-v-393e87a2] {
  margin: 0 auto;
  margin-bottom: 0.145833rem;
  text-align: center;
}
.allFixed_nav span[data-v-393e87a2] {
  margin: 0 0.052083rem;
  padding: 0 0.041667rem;
  font-size: 0.09375rem;
  color: rgba(51, 48, 84, 0.6);
  padding-bottom: 0.052083rem;
  border-bottom: 0.020833rem solid transparent;
  cursor: pointer;
}
.allFixed_nav .allFixed_nav_bar[data-v-393e87a2] {
  color: rgba(51, 48, 84, 1);
  border-bottom: 0.020833rem solid #1AC8B0;
}
.recordStyle[data-v-393e87a2] {
  line-height: 0.1875rem;
  font-size: 0.083333rem;
  padding-left: 2em;
}
.recordStyle i[data-v-393e87a2] {
  padding-right: 1em;
  display: inline-block;
  width: 0.15625rem;
  color: rgba(0, 0, 0, 0.4);
  vertical-align: middle;
}
.recordStyle span[data-v-393e87a2] {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 0;
  width: 0.0625rem;
  height: 0.0625rem;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.010417rem solid #00F5B4;
}
.recordStyle .bar[data-v-393e87a2] {
  position: absolute;
  top: 0.052083rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.005208rem;
  height: 0.125rem;
  background: #00F5B4;
  display: inline-block;
  padding: 0;
}
.recordStyle:last-of-type .bar[data-v-393e87a2] {
  display: none;
}
.allFixed .allFixed_table[data-v-393e87a2] {
  border-collapse: separate;
  border-spacing: 0.052083rem;
  border: 0.005208rem solid #F3F4F6;
  min-height: calc(100% - 0.416667rem);
}
.allFixed .allFixed_table h4[data-v-393e87a2] {
  font-weight: 500;
  font-size: 0.09375rem;
  font-family: '\601D\6E90\9ED1\4F53';
}
.length_box[data-v-393e87a2] {
  height: 0.15625rem;
  overflow: hidden;
}
.length[data-v-393e87a2] {
  position: absolute;
  bottom: 0.052083rem;
  left: 0.104167rem;
  background: white;
  min-width: 0.78125rem;
  color: rgb(50, 50, 50);
  line-height: 0.15625rem;
  white-space: nowrap;
  padding: 0 0.104167rem;
  border: 0.005208rem solid #eeeffa;
}
.table_footer[data-v-393e87a2] {
  height: 0.15625rem;
  overflow: hidden;
  position: absolute;
  bottom: 0.052083rem;
  left: 0.104167rem;
  background: #F6F6F6;
  width: 60%;
  color: rgb(50, 50, 50);
  line-height: 0.15625rem;
  white-space: nowrap;
  padding: 0 0.104167rem;
  border: 0.005208rem solid #eeeffa;
}
.table_footer_left[data-v-393e87a2] {
  position: absolute;
  bottom: 0.052083rem;
  right: 0.104167rem;
  width: calc(30% - 0.208333rem);
}
.table input[type="checkbox"][data-v-393e87a2] {
  width: 0.078125rem;
}
.allFixed_Remark[data-v-393e87a2] {
  width: 4.84375rem;
  padding: 0.078125rem;
  border: 0.005208rem solid #E8EAED;
  border-radius: 0.03125rem;
  max-height: 1.5625rem;
  height: auto;
  overflow: auto;
}
.allFixed_Remark p[data-v-393e87a2] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.104167rem;
}
.allFixed_Remark p .el-input[data-v-393e87a2] {
  -webkit-box-flex: 8;
      -ms-flex: 8;
          flex: 8;
}
.allFixed_Remark p span[data-v-393e87a2] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  float: left;
  white-space: nowrap;
  margin-left: 0.015625rem;
}
.allFixed_Remark p span .el-icon-minus[data-v-393e87a2] {
  width: 0.166667rem;
  height: 0.166667rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.005208rem solid #E5E5E5;
  border-radius: 0.03125rem;
  line-height: 0.166667rem;
  display: inline-block;
}
.allFixed_Remark p span .el-icon-plus[data-v-393e87a2] {
  width: 0.166667rem;
  height: 0.166667rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #3699FF;
  border: 0.005208rem solid #FFFFFF;
  border-radius: 0.03125rem;
  line-height: 0.166667rem;
  color: white;
  display: inline-block;
}
.allFixed1[data-v-393e87a2]  table input::-webkit-outer-spin-button,
.allFixed1[data-v-393e87a2]  table input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.allFixed1[data-v-393e87a2]  table input[type="number"] {
  -moz-appearance: textfield;
}
.allFixed3 > div table[data-v-393e87a2] {
  border-collapse: separate;
  border-spacing: 0.052083rem;
  width: 100%;
}
.allFixed3 > div table tr td[data-v-393e87a2]:nth-of-type(odd) {
  white-space: nowrap;
  /* line-height: 30px; */
}
.allFixed3 table td>p[data-v-393e87a2] {
  height: 0.208333rem;
  background: #F7F7F9;
  border-radius: 0.03125rem;
  border: 0.005208rem solid #EFEFEF;
  line-height: 0.208333rem;
  position: relative;
  padding-left: 1em;
}
.allFixed3 table td>p span[data-v-393e87a2] {
  width: 20%;
  display: inline-block;
}
.allFixed3 table td>p .el-icon-success[data-v-393e87a2] {
  position: absolute;
  left: -0.104167rem;
  top: 0.0625rem;
  font-size: 0.083333rem;
  color: rgb(148, 240, 161);
}
.payment_color.el-input.is-disabled[data-v-393e87a2]   .el-input__inner {
  color: #338fe5 !important;
}
.allFixed[data-v-393e87a2] .el-input.is-disabled .el-input__inner {
  color: #333;
}
.container[data-v-089b7f84] {
  width: 100%;
  height: 100%;
  background: white;
  overflow: auto;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
.font_style[data-v-089b7f84] {
  font-size: 0.104167rem;
}
.container_select[data-v-089b7f84] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(50% - 0.322917rem);
  min-height: 2.083333rem;
}
.container_select[data-v-089b7f84]:nth-of-type(1) {
  border: 0.005208rem solid #EAEAEA;
  padding: 0.052083rem;
  border-radius: 0.03125rem;
}
.bg_border_right[data-v-089b7f84] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
}
.container_direction[data-v-089b7f84] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  overflow: auto;
  padding: 0.052083rem;
  border-radius: 0.03125rem;
  margin-right: 0.104167rem;
}
h3[data-v-089b7f84] {
  width: 100%;
  line-height: 0.166667rem;
  font-weight: 500;
  font-size: 0.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
h3 span[data-v-089b7f84] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.container_lecturer[data-v-089b7f84] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 0.052083rem;
  line-height: 150%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  height: calc( 100% - 0.208333rem);
  width: calc( 100% - 0.208333rem);
  overflow: auto;
  margin: 0.104167rem;
  background: #FFFFFF;
  border: 0.005208rem solid #F1F1F1;
  -webkit-box-shadow: 0 0.020833rem 0.151042rem 0 rgba(153, 153, 153, 0.13);
          box-shadow: 0 0.020833rem 0.151042rem 0 rgba(153, 153, 153, 0.13);
  border-radius: 0.03125rem;
}
.container_direction_div[data-v-089b7f84] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.container_direction_div div[data-v-089b7f84] {
  width: 0.625rem;
  height: 0.166667rem;
  background: #4793FB;
  border-radius: 0.020833rem;
  margin-right: 0.15625rem;
  line-height: 0.166667rem;
  text-align: center;
  color: white;
  margin-bottom: 0.15625rem;
}
.container_direction_div div[data-v-089b7f84]:nth-of-type(5n+0) {
  margin-right: 0;
}
.container_direction .active[data-v-089b7f84] {
  background: #FFEA5A;
  color: #323053;
}
.container_lecturer_select[data-v-089b7f84] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.104167rem;
  cursor: pointer;
}
.container_lecturer_select[data-v-089b7f84]:hover {
  background: #f6f6fb;
}
.container_lecturer_select > div[data-v-089b7f84]:nth-of-type(1) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 0.104167rem;
}
.container_lecturer_select > div:nth-of-type(1) img[data-v-089b7f84] {
  width: 0.520833rem;
  border-radius: 50%;
  border: 0.005208rem solid #eee;
  height: 0.520833rem;
}
.container_lecturer_select > div[data-v-089b7f84]:nth-of-type(2) {
  -webkit-box-flex: 8;
      -ms-flex: 8;
          flex: 8;
  line-height: 200%;
}
.container_msg_alt[data-v-089b7f84] {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  font-size: 0.09375rem;
  font-family: "\601D\6E90\9ED1\4F53";
  font-weight: 500;
  color: rgba(229, 229, 229, 1);
  line-height: 0.104167rem;
  text-align: center;
  white-space: nowrap;
}
.container_msg_alt img[data-v-089b7f84] {
  width: 30%;
}
section[data-v-089b7f84] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 0.15625rem;
}
section[data-v-089b7f84]:last-child {
  margin: 0;
}
section>h3[data-v-089b7f84] {
  font-family: '\601D\6E90\9ED1\4F53';
  font-size: 0.09375rem;
  font-weight: 500;
  color: #323053;
  line-height: 0.208333rem;
}
section>h3 i[data-v-089b7f84] {
  display: inline-block;
  width: 0.052083rem;
  height: 0.052083rem;
  border-radius: 50%;
  background: -webkit-gradient(linear, left bottom, left top, from(#00B4BF), to(#42E695));
  background: linear-gradient(0deg, #00B4BF 0%, #42E695 100%);
}
section>div[data-v-089b7f84] {
  height: calc(100% - 0.208333rem);
  background: #FAFBFF;
  border: 0.005208rem solid #F4F5FA;
  border-radius: 0.03125rem;
  padding: 0.104167rem;
  overflow: auto;
}
.navWork li[data-v-089b7f84] {
  margin-bottom: 0.104167rem;
  height: 0.854167rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 0.09375rem 0 rgba(166, 171, 177, 0.2);
          box-shadow: 0 0 0.09375rem 0 rgba(166, 171, 177, 0.2);
  border-radius: 0.03125rem;
}
.myWork li[data-v-089b7f84] {
  border-left: #376CD9 0.020833rem solid;
}
.helpWork li[data-v-089b7f84] {
  border-left: #F68267 0.020833rem solid;
}
.offWork li[data-v-089b7f84] {
  border-left: #1FB175 0.020833rem solid;
}
.list[data-v-089b7f84] {
  width: 1.822917rem;
  height: 0.854167rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 0.09375rem 0 rgba(166, 171, 177, 0.2);
          box-shadow: 0 0 0.09375rem 0 rgba(166, 171, 177, 0.2);
  border-radius: 0.03125rem;
  padding: 0.104167rem;
  position: relative;
  overflow: hidden;
  float: left;
  margin-right: 0.260417rem;
  margin-left: 0.052083rem;
}
.list[data-v-089b7f84]:nth-of-type(2n+0) {
  margin-right: 0;
}
.list>h4[data-v-089b7f84] {
  margin-bottom: 0.104167rem;
  color: #323053;
  font-size: 0.09375rem;
  font-weight: 500;
}
.list span[data-v-089b7f84] {
  display: block;
  width: 0.166667rem;
  height: 0.166667rem;
  border-radius: 0.020833rem;
  font-size: 0.072917rem;
  font-family: '\601D\6E90\9ED1\4F53';
  text-align: center;
  line-height: 0.166667rem;
}
.list_g[data-v-089b7f84] {
  background: rgba(249, 77, 110, 0.12);
  color: #F94D6E;
}
.list_z[data-v-089b7f84] {
  background: rgba(153, 74, 222, 0.12);
  color: #994ADE;
}
.list_d[data-v-089b7f84] {
  background: rgba(62, 186, 190, 0.12);
  color: #3EBABE;
}
.list_li[data-v-089b7f84] {
  /* display: flex; */
  position: relative;
}
.list_li>div[data-v-089b7f84]:first-child {
  /* flex: 1; */
  font-size: 0.072917rem;
  font-family: '\601D\6E90\9ED1\4F53';
  font-weight: 400;
  color: #77777E;
  line-height: 2em;
  cursor: pointer;
}
.list_li>div>div[data-v-089b7f84] {
  display: none;
}
.list_li>div:first-child:hover>div[data-v-089b7f84] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(11, 25, 19,0.64);
  display: block;
  z-index: 10;
  text-align: center;
  line-height: 0.854167rem;
  font-size: 0.125rem;
  font-family: '\601D\6E90\9ED1\4F53';
  font-weight: 400;
  color: #FFFFFF;
}
.list_li>div[data-v-089b7f84]:last-child {
  position: absolute;
  right: 0;
  bottom: 0;
}
.workbtn[data-v-089b7f84] {
  width: 0.46875rem;
  height: 0.166667rem;
  background: #F6F6F6;
  border-radius: 0.020833rem;
  border: none;
  font-weight: 400;
  color: #323053;
  font-size: 0.072917rem;
  margin-right: 0.026042rem;
  text-align: center;
}
.workbtn span[data-v-089b7f84] {
  width: 0.46875rem;
}
.header[data-v-089b7f84] {
  width: 100%;
  height: 0.260417rem;
  position: relative;
}
.header_top[data-v-089b7f84] {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
  opacity: 0.8;
  border-radius: 0.208333rem;
  line-height: 0.208333rem;
  height: 0.208333rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(50, 48, 83, 1);
  font-size: 0.09375rem;
}
.header_top span[data-v-089b7f84] {
  height: 0.208333rem;
  cursor: pointer;
  padding: 0 0.083333rem;
  white-space: nowrap;
  display: inline-block;
  margin: 0;
  border-radius: 0.208333rem;
}
.header .active[data-v-089b7f84] {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  color: white;
}
.header_select[data-v-089b7f84] {
  line-height: 0.166667rem;
  height: 0.166667rem;
  font-size: 0.083333rem;
  margin-bottom: 0.052083rem;
}
.header_select span[data-v-089b7f84] {
  margin-right: 0.052083rem;
}
.header_select[data-v-089b7f84] .el-select .el-input__inner,
.header_select[data-v-089b7f84]  .el-input__inner,
.header_select[data-v-089b7f84] .el-date-editor,
.header_select[data-v-089b7f84] .el-input__icon,
.header_select[data-v-089b7f84] .el-date-editor .el-range-separator {
  line-height: 0.166667rem;
  height: 0.166667rem;
  vertical-align: middle;
}
.search[data-v-089b7f84] {
  width: 1.213542rem;
  height: 0.166667rem;
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
  overflow: hidden;
  position: relative;
  border: 0.005208rem solid #DCDFE6;
}
.search input[data-v-089b7f84] {
  height: 100%;
  width: 0.911458rem;
  font-size: 0.09375rem;
  padding-left: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.search button[data-v-089b7f84] {
  width: 0.302083rem;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border: none;
  color: white;
  font-weight: 800;
  cursor: pointer;
  position: absolute;
  right: 0;
  white-space: nowrap;
}
.workBarTable[data-v-089b7f84] {
  height: calc(100% - 0.520833rem);
}
.workBarTable ul[data-v-089b7f84] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.workBarTable ul li[data-v-089b7f84] {
  /* flex: 1; */
  text-align: center;
}
.workBarTable ul li[data-v-089b7f84]:nth-of-type(1),
.workBarTable ul li[data-v-089b7f84]:nth-of-type(2) {
  width: 0.520833rem;
  position: relative;
}
.workBarTable ul li[data-v-089b7f84]:nth-of-type(1) {
  line-height: 0.3125rem;
}

/* .workBarTable ul li:nth-of-type(2)>div{
  min-width: 39px;
  min-height: 44px;
  border: 1px solid #EBEBEB;
  border-radius: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 14px;
  font-family: 'Source Han Sans CN';
  line-height: 22px;
  font-weight: 400;
  color: #323053;
  transform: translateX(-50%) translateY(-50%);
  white-space: nowrap;
} */
.workBarTable ul li[data-v-089b7f84]:nth-of-type(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.workBarTable ul li:nth-of-type(2)>div[data-v-089b7f84] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
.workBarTable ul li:nth-of-type(2)>div span[data-v-089b7f84] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 0.260417rem;
  border: 0.010417rem solid #FFFFFF;
}
.workBarTable_top[data-v-089b7f84],
.workBarTable_footer[data-v-089b7f84] {
  height: 0.3125rem;
  background: #FAFBFF;
  border: 0.005208rem solid #DDE1E5;
  line-height: 0.3125rem;
}
.workBarTable_footer[data-v-089b7f84] {
  text-align: center;
}
.workBarTable_footer[data-v-089b7f84] .el-button {
  width: 0.15625rem;
  height: 0.15625rem;
  text-align: center;
  line-height: 0.15625rem;
  padding: 0;
}
.workBarTable_footer div[data-v-089b7f84] {
  padding: 0.104167rem;
  height: 100%;
  float: left;
  line-height: 0.104167rem;
  color: #CBCBCB;
  font-size: 0.083333rem;
}
.workBarTable_footer div span[data-v-089b7f84] {
  width: 0.208333rem;
  height: 0.104167rem;
  float: left;
}
.workBarTable_center[data-v-089b7f84] {
  height: calc(100% - 0.625rem);
  border-left: 0.005208rem solid #DDE1E5;
  border-right: 0.005208rem solid #DDE1E5;
  /* border-bottom: 1px solid #DDE1E5; */
  overflow: auto;
}
.workBarTable_center ul[data-v-089b7f84] {
  border-bottom: 0.005208rem dashed rgba(0, 0, 0,0.06);
}
.active1[data-v-089b7f84] {
  background: #7CBAFF;
  cursor: pointer;
}
.active2[data-v-089b7f84] {
  background: #A79BFF;
  cursor: pointer;
}
.active3[data-v-089b7f84] {
  display: inline-block;
  width: 100%;
  /* height: 24px; */
  /* border: 2px solid #FFFFFF; */
}
.active4[data-v-089b7f84] {
  background: #F94D6E;
  cursor: pointer;
}
.allFixed_task_list[data-v-089b7f84] {
  margin-bottom: 0.104167rem;
}
.allFixed_task_list[data-v-089b7f84]:last-child {
  margin-bottom: 0;
}
.allFixed_task_list>div[data-v-089b7f84] {
  font-size: 0.072917rem;
  font-weight: 400;
  color: #323053;
  line-height: 0.125rem;
  opacity: 0.7;
}
.allFixed_task_list_titles[data-v-089b7f84] {
  line-height: 0.072917rem;
  margin-bottom: 0.052083rem;
}
.allFixed_task_list_titles i[data-v-089b7f84] {
  width: 0.020833rem;
  height: 0.072917rem;
  background: #1BC8AE;
  border-radius: 0.010417rem;
  display: inline-block;
  margin-right: 0.052083rem;
}
.allFixed_task_list_title[data-v-089b7f84] {
  font-weight: 600;
}
.allFixed_task_list_type[data-v-089b7f84] {
  color: #fff;
  margin-left: 0.052083rem;
  font-size: 0.072917rem;
  padding: 0.020833rem 0.010417rem;
}
.allFixed_task_list_titles .fr[data-v-089b7f84] {
  font-size: 0.072917rem;
}
.allFixed_task_list_titles .fr time[data-v-089b7f84] {
  font-weight: 400;
  color: #323053;
  opacity: 0.3;
  margin-right: 0.104167rem;
}
.container[data-v-1a212346] {
  width: 100%;
  height: 100%;
  background: white;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
.header[data-v-1a212346] {
  margin-bottom: 0.104167rem;
  /* margin-bottom: 10px; */
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  height: 0.520833rem;
}
.header__mleft[data-v-1a212346] {
  height: 0.3125rem;
}
.header__mleft--search[data-v-1a212346] {
  background: #f3f4fc;
  line-height: 0.197917rem;
  margin-right: 0.078125rem;
  padding-left: 0.052083rem;
}
.header_checkbox[data-v-1a212346] {
  font-size: 0.09375rem;
  line-height: 0.197917rem;
  height: 0.197917rem;
  margin-right: 0.104167rem;
  vertical-align: middle;
}
.header_checkbox input[data-v-1a212346] {
  vertical-align: middle;
  margin-right: 0.026042rem;
}
input[type="checkbox"][data-v-1a212346] {
  width: 0.104167rem;
  height: 0.104167rem;
}
.search[data-v-1a212346] {
  width: 1.213542rem;
  height: 0.197917rem;
  background: rgba(255, 255, 255, 1);
  border: 0.005208rem solid rgba(221, 225, 229, 1);
  border-radius: 0.03125rem;
  overflow: hidden;
  margin-right: 0.104167rem;
  position: relative;
}
.search input[data-v-1a212346] {
  height: 100%;
  width: 0.911458rem;
  font-size: 0.09375rem;
  padding-left: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.search button[data-v-1a212346] {
  width: 0.286458rem;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border: none;
  color: white;
  font-weight: 600;
  cursor: pointer;
  position: absolute;
  right: 0;
}
.header .topheader[data-v-1a212346] {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
  opacity: 0.8;
  border-radius: 0.208333rem;
  line-height: 0.208333rem;
  height: 0.208333rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(50, 48, 83, 1);
  font-size: 0.083333rem;
}
.header .topheader > span[data-v-1a212346] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
  padding: 0 0.083333rem;
  white-space: nowrap;
}
.header .topheader .active[data-v-1a212346] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border-radius: 0.208333rem;
}
.table[data-v-1a212346] {
  height: calc(100% - 0.520833rem);
  padding-bottom: 0.15625rem;
  position: relative;
}
.table table tr td div[data-v-1a212346] {
  line-height: 200%;
  border-bottom: 0.015625rem solid #eeeffa;
}
.table table tr td div[data-v-1a212346]:last-child {
  border: none;
}
.table table tbody tr.active[data-v-1a212346] {
  background: rgb(170, 170, 170);
}
.hover > div[data-v-1a212346] {
  position: absolute;
  /* width: 200px; */
  height: auto;
  background: white;
  right: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  z-index: 10;
  bottom: 0.197917rem;
  text-align: left;
  padding: 0.026042rem;
  white-space: normal;
}
.hover[data-v-1a212346] {
  position: relative;
  cursor: pointer;
  min-height: 0.15625rem;
}
.allFixed table[data-v-1a212346] {
  border-collapse: separate;
  border-spacing: 0.052083rem;
}
.allFixed1 > div table tr td .input[data-v-1a212346] {
  width: 1.40625rem;
  height: 0.15625rem;
  line-height: 0.15625rem;
  background: white;
  border: 0.005208rem solid rgba(242, 242, 244, 1);
  border-radius: 0.020833rem;
  display: inline-block;
  vertical-align: top;
  padding-left: 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.allFixed1 > div table[data-v-1a212346] {
  border-collapse: separate;
  border-spacing: 0.052083rem 0.104167rem;
}
.allFixed1 > div table tr td[data-v-1a212346]:nth-of-type(odd) {
  white-space: nowrap;
  /* vertical-align: top; */
  line-height: 0.208333rem;
}
.allFixed1 > div table tr td .scroll[data-v-1a212346] {
  overflow: auto;
  max-height: 0.520833rem;
}
.allFixed1 > div .head[data-v-1a212346] {
  font-size: 0.104167rem;
  font-weight: 600;
  border-bottom: 0.005208rem solid #f2f2f2;
}
.allFixed2 > div p[data-v-1a212346]:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.208333rem;
}
.allFixed2 > div p:first-child span[data-v-1a212346]:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "\601D\6E90\9ED1\4F53";
  white-space: nowrap;
}
.allFixed2 > div p:first-child span[data-v-1a212346]:last-child {
  -webkit-box-flex: 8;
      -ms-flex: 8;
          flex: 8;
}
.header_top_select[data-v-1a212346] {
  margin-top: 0.3125rem;
}
.allFixed_nav[data-v-1a212346] {
  margin: 0 auto;
  margin-bottom: 0.145833rem;
  text-align: center;
}
.allFixed_nav span[data-v-1a212346] {
  margin: 0 0.052083rem;
  padding: 0 0.041667rem;
  font-size: 0.09375rem;
  color: rgba(51, 48, 84, 0.6);
  padding-bottom: 0.052083rem;
  border-bottom: 0.020833rem solid transparent;
  cursor: pointer;
}
.allFixed_nav .allFixed_nav_bar[data-v-1a212346] {
  color: rgba(51, 48, 84, 1);
  border-bottom: 0.020833rem solid #1ac8b0;
}
.recordStyle[data-v-1a212346] {
  line-height: 0.1875rem;
  font-size: 0.083333rem;
  padding-left: 2em;
}
.recordStyle i[data-v-1a212346] {
  padding-right: 1em;
  display: inline-block;
  width: 0.15625rem;
  color: rgba(0, 0, 0, 0.4);
  vertical-align: middle;
}
.recordStyle span[data-v-1a212346] {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 0;
  width: 0.0625rem;
  height: 0.0625rem;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.010417rem solid #00f5b4;
}
.recordStyle .bar[data-v-1a212346] {
  position: absolute;
  top: 0.052083rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.005208rem;
  height: 0.125rem;
  background: #00f5b4;
  display: inline-block;
  padding: 0;
}
.recordStyle[data-v-1a212346]:last-of-type {
  /* color: #3699ff */
}
.recordStyle:last-of-type .bar[data-v-1a212346] {
  display: none;
}
.allFixed .allFixed_table[data-v-1a212346] {
  border-collapse: separate;
  border-spacing: 0.052083rem;
  border: 0.005208rem solid #f3f4f6;
  min-height: calc(100% - 0.416667rem);
}
.allFixed .allFixed_table h4[data-v-1a212346] {
  font-weight: 500;
  font-size: 0.09375rem;
  font-family: "\601D\6E90\9ED1\4F53";
}
.container[data-v-4f018203] {
  width: 100%;
  height: 100%;
  background: white;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
.header[data-v-4f018203] {
  margin-bottom: 0.104167rem;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  min-height: 0.208333rem;
}
.header > div[data-v-4f018203] {
  margin-right: 0.104167rem;
  margin-top: 0.15625rem;
}
.header > div p[data-v-4f018203] {
  color: #999;
  margin-bottom: 0.104167rem;
}
.header > div .el-select[data-v-4f018203] {
  width: 0.729167rem;
  padding-right: 0.052083rem;
}
.header .search[data-v-4f018203] {
  width: 1.213542rem;
  height: 0.197917rem;
  background: rgba(255, 255, 255, 1);
  border: 0.005208rem solid rgba(221, 225, 229, 1);
  border-radius: 0.03125rem;
  overflow: hidden;
  margin-right: 0.104167rem;
  position: relative;
}
.header .search input[data-v-4f018203] {
  height: 100%;
  width: 0.911458rem;
  font-size: 0.09375rem;
  padding-left: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header .search button[data-v-4f018203] {
  width: 0.286458rem;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border: none;
  color: white;
  font-weight: 600;
  cursor: pointer;
  position: absolute;
  right: 0;
  /* font-size: 14px; */
}
.header_btn[data-v-4f018203] {
  color: rgb(50, 50, 50);
  -webkit-box-shadow: 0 0 0.026042rem 0 #ccc;
          box-shadow: 0 0 0.026042rem 0 #ccc;
  border-radius: 0.130208rem;
  width: 0.692708rem;
  height: 0.197917rem;
  margin-right: 0.104167rem;
  line-height: 0.197917rem;
  text-align: center;
  font-size: 0.09375rem;
  cursor: pointer;
}
.header .topheader[data-v-4f018203] {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
  opacity: 0.8;
  border-radius: 0.208333rem;
  line-height: 0.208333rem;
  height: 0.208333rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(50, 48, 83, 1);
  font-size: 0.083333rem;
}
.header .topheader > span[data-v-4f018203] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
  padding: 0 0.083333rem;
  white-space: nowrap;
}
.header .topheader .active[data-v-4f018203] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border-radius: 0.208333rem;
}
.active[data-v-4f018203] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  -webkit-box-shadow: 0 0 0.026042rem 0 #02cb8e;
          box-shadow: 0 0 0.026042rem 0 #02cb8e;
}
.table[data-v-4f018203] {
  height: calc(100% - 0.729167rem);
}
.table table tr td div[data-v-4f018203] {
  line-height: 200%;
  border-bottom: 0.015625rem solid #eeeffa;
}
.table table tr td div[data-v-4f018203]:last-child {
  border: none;
}
.table table tbody tr.active[data-v-4f018203] {
  background: rgb(170, 170, 170);
}
.main[data-v-4f018203] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100% - 0.260417rem);
}
.main h3[data-v-4f018203] {
  height: 0.3125rem;
}
.main h3 span[data-v-4f018203] {
  font-size: 0.125rem;
  font-family: '\601D\6E90\9ED1\4F53';
  font-weight: bold;
  color: #2C7EF0;
}
.main .el-select[data-v-4f018203] {
  width: 8em;
  margin-left: 1em;
}
.main .table[data-v-4f018203] {
  height: calc(100% - 0.416667rem);
}
.main>div[data-v-4f018203] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 0.104167rem;
  -webkit-box-shadow: 0 0 0.026042rem #ccc;
          box-shadow: 0 0 0.026042rem #ccc;
  padding: 0.104167rem;
  border-radius: 0.052083rem;
}
.hovers > div[data-v-4f018203] {
  position: absolute;
  /* width: 200px; */
  height: auto;
  background: white;
  right: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  z-index: 10;
  top: 0;
  text-align: left;
  padding: 0.026042rem;
  white-space: normal;
}
.hovers[data-v-4f018203] {
  position: relative;
  cursor: pointer;
}
.checked[data-v-4f018203] {
  line-height: 0.208333rem;
}
.container[data-v-634738f4] {
  width: 100%;
  height: 100%;
  background: white;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
.header[data-v-634738f4] {
  margin-bottom: 0.104167rem;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  min-height: 0.208333rem;
}
.header > div[data-v-634738f4] {
  margin-right: 0.104167rem;
  margin-top: 0.104167rem;
}
.header > div p[data-v-634738f4] {
  color: #999;
  margin-bottom: 0.104167rem;
}
.header > div .el-select[data-v-634738f4] {
  width: 0.729167rem;
  padding-right: 0.052083rem;
}
.header .search[data-v-634738f4] {
  width: 1.213542rem;
  height: 0.197917rem;
  background: rgba(255, 255, 255, 1);
  border: 0.005208rem solid rgba(221, 225, 229, 1);
  border-radius: 0.03125rem;
  overflow: hidden;
  margin-right: 0.104167rem;
  position: relative;
}
.header .search input[data-v-634738f4] {
  height: 100%;
  width: 0.911458rem;
  font-size: 0.09375rem;
  padding-left: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header .search button[data-v-634738f4] {
  width: 0.286458rem;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border: none;
  color: white;
  font-weight: 600;
  cursor: pointer;
  position: absolute;
  right: 0;
  /* font-size: 14px; */
}
.header_select>div[data-v-634738f4] {
  margin-top: 0.052083rem;
}
.header .topheader[data-v-634738f4] {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
  opacity: 0.8;
  border-radius: 0.208333rem;
  line-height: 0.208333rem;
  height: 0.208333rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(50, 48, 83, 1);
  font-size: 0.083333rem;
}
.header .topheader > span[data-v-634738f4] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
  padding: 0 0.083333rem;
  white-space: nowrap;
}
.header .topheader .active[data-v-634738f4] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border-radius: 0.208333rem;
}
.active[data-v-634738f4] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  -webkit-box-shadow: 0 0 0.026042rem 0 #02cb8e;
          box-shadow: 0 0 0.026042rem 0 #02cb8e;
}
.table[data-v-634738f4] {
  height: calc(100% - 1.354167rem);
}
.table table tr td div[data-v-634738f4] {
  line-height: 200%;
  border-bottom: 0.015625rem solid #eeeffa;
}
.table table tr td div[data-v-634738f4]:last-child {
  border: none;
}
.table table tbody tr.active[data-v-634738f4] {
  background: rgb(170, 170, 170);
}
.bounce_box[data-v-634738f4] {
  height: calc(100% - 0.3125rem);
  padding: 0.052083rem;
  overflow: auto;
}
.bounce_box_center[data-v-634738f4] {
  width: 100%;
  height: calc(100% - 0.208333rem);
  margin: 0 auto;
  line-height: 150%;
  font-size: 0.09375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bounce_box_center > div[data-v-634738f4] {
  margin: 0 0.104167rem;
  margin-bottom: 0.104167rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.052083rem;
  min-height: 100%;
}
.bounce_box_center > div[data-v-634738f4]:first-child {
  -webkit-box-flex: 7;
      -ms-flex: 7;
          flex: 7;
}
.bounce_box_center > div[data-v-634738f4]:last-child {
  -webkit-box-flex: 10;
      -ms-flex: 10;
          flex: 10;
  -webkit-box-shadow: 0 0 0.026042rem 0 #eaeaea;
          box-shadow: 0 0 0.026042rem 0 #eaeaea;
  min-height: 100%;
}
.bounce_box_center > div > table[data-v-634738f4] {
  white-space: nowrap;
  border-collapse: separate;
  border-spacing: 0.026042rem 0.052083rem;
}
.bounce_box_center .el-select[data-v-634738f4],
.bounce_box_center .el-input[data-v-634738f4] {
  width: 80%;
}
.bounce_box_center_btn[data-v-634738f4] {
  border: none;
  background: white;
  color: #ccc;
  padding: 0.052083rem 0.104167rem;
  -webkit-box-shadow: 0 0 0.026042rem 0 #ccc;
          box-shadow: 0 0 0.026042rem 0 #ccc;
  border-radius: 0.520833rem;
  margin: 0.052083rem;
}
.bounce_box_center_btn_red[data-v-634738f4] {
  border: none;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(252, 43, 43, 1)),
    to(rgba(255, 101, 102, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(252, 43, 43, 1) 0%,
    rgba(255, 101, 102, 1) 100%
  );
  color: white;
  padding: 0.052083rem 0.104167rem;
  -webkit-box-shadow: 0 0 0.026042rem 0 rgb(241, 138, 138);
          box-shadow: 0 0 0.026042rem 0 rgb(241, 138, 138);
  border-radius: 0.520833rem;
  margin: 0.052083rem;
}
.hovers > div[data-v-634738f4] {
  position: absolute;
  /* width: 200px; */
  height: auto;
  background: white;
  right: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  z-index: 10;
  top: 0;
  text-align: left;
  padding: 0.026042rem;
  white-space: normal;
}
.hovers[data-v-634738f4] {
  position: relative;
  cursor: pointer;
}
.blue[data-v-634738f4] {
  background: #3699ff;
  color: white;
  outline: none;
  border: none;
  cursor: pointer;
  width: 100%;
  height: 0.1875rem;
  text-align: center;
  line-height: 0.1875rem;
}
#calendar[data-v-634738f4] {
  width: 100%;
}
.month ul[data-v-634738f4] {
  -webkit-box-shadow: 0 0.026042rem 0.020833rem 0 rgba(186, 189, 201, 0.16);
          box-shadow: 0 0.026042rem 0.020833rem 0 rgba(186, 189, 201, 0.16);
  height: 0.302083rem;
  line-height: 0.302083rem;
  padding: 0 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.month ul[data-v-634738f4],
.weekdays[data-v-634738f4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.month ul li[data-v-634738f4],
.weekdays li[data-v-634738f4] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  height: 0.302083rem;
  line-height: 0.302083rem;
}
.weekdays li[data-v-634738f4] {
  margin-top: 0.052083rem;
}
.days li[data-v-634738f4] {
  width: 14.2%;
  float: left;
  text-align: center;
  height: 0.302083rem;
  line-height: 0.302083rem;
}
.days_to[data-v-634738f4] {
  background: rgba(69, 90, 247, 1);
  border-radius: 0.052083rem;
  width: 0.25rem;
  height: 0.25rem;
  display: inline-block;
  color: white;
}
.other-month[data-v-634738f4] {
  color: rgba(215, 215, 215, 1);
}
.active1[data-v-634738f4] {
  background: white;
  color: rgb(50, 50, 50);
}
.posixi[data-v-634738f4] {
  position: absolute;
  left: 0.052083rem;
  top: -0.052083rem;
}
.posi[data-v-634738f4] {
  position: relative;
}
.container_addClass[data-v-634738f4] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.addClass_header[data-v-634738f4] {
  margin-bottom: 0.104167rem;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.addClass_header .topheader[data-v-634738f4] {
  width: 2.604167rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  background: white;
  -webkit-box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
  height: 0.260417rem;
  line-height: 0.260417rem;
  text-align: center;
  border-radius: 0.130208rem;
}
.addClass_header .topheader > span[data-v-634738f4] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
}
.addClass_header .topheader .active[data-v-634738f4] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border-radius: 0.130208rem;
}
.back_fixed[data-v-634738f4] {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 40%;
  padding: 0.052083rem;
  height: 2.083333rem;
  background: white;
  padding: 0.104167rem;
  -webkit-box-shadow: 0 0 0.026042rem 0 #eee;
          box-shadow: 0 0 0.026042rem 0 #eee;
}
.back_fixed .table[data-v-634738f4] {
  border: none;
}
.back_fixed .table table .hover[data-v-634738f4] {
  background: rgba(186, 189, 201, 0.16);
}
.lter_btn[data-v-634738f4] {
  background: #ddd;
  color: rgb(61, 61, 61);
  border: none;
  outline: none;
  padding: 0.015625rem 0.026042rem;
  margin: 0 0.026042rem;
  border-radius: 0.026042rem;
}
.btn_green[data-v-634738f4] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border: none;
  outline: none;
  padding: 0.015625rem 0.026042rem;
  margin: 0 0.026042rem;
  border-radius: 0.026042rem;
}
.bar[data-v-634738f4] {
  display: inline-block;
  padding: 0.041667rem 0.078125rem;
}
#main[data-v-634738f4],
#main1[data-v-634738f4] {
  width: 60%;
  height: 2.083333rem;
  display: inline-block;
}
.center_3_1[data-v-634738f4] {
  width: 35%;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  line-height: 0.1875rem;
  overflow-y: auto;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 5%;
}
.center_3_1 p[data-v-634738f4] {
  margin-bottom: 0.052083rem;
  cursor: pointer;
}
.kuai[data-v-634738f4] {
  display: inline-block;
  width: 0.15625rem;
  height: 0.026042rem;
  vertical-align: middle;
}
#main3[data-v-634738f4] {
  width: 100%;
  height: 60%;
}
.bounce_box input[type="file"][data-v-634738f4] {
  width: 80%;
  height: 0.208333rem;
  position: absolute;
  opacity: 0;
  overflow: hidden;
}
.backj-exc-file[data-v-634738f4] {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(39, 124, 240, 1)),
    to(rgba(116, 172, 250, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(39, 124, 240, 1) 0%,
    rgba(116, 172, 250, 1) 100%
  );
  -webkit-box-shadow: 0 0.010417rem 0.104167rem 0.005208rem rgba(76, 147, 244, 0.36);
          box-shadow: 0 0.010417rem 0.104167rem 0.005208rem rgba(76, 147, 244, 0.36);
  border-radius: 0.020833rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(247, 248, 255, 1);
  text-align: center;
  cursor: pointer;
  position: absolute;
  left: 0;
  width: 80%;
  top: 0;
  height: 0.208333rem;
  line-height: 0.208333rem;
}
.addClass_time>div[data-v-634738f4] {
  border: 0.005208rem solid #eaeaea;
  height: 1.041667rem;
  overflow: auto;
}
.addClass_time>div>span[data-v-634738f4] {
  display: inline-block;
  width: 30%;
  text-align: center;
  line-height: 0.197917rem;
}
.allFixed table[data-v-634738f4] {
  border-collapse: separate;
  border-spacing: 0.052083rem;
}
.container[data-v-4ffe7ca6] {
  width: 100%;
  height: 100%;
  background: white;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
.header[data-v-4ffe7ca6] {
  margin-bottom: 0.104167rem;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  /* height: 100px; */
}
.header select[data-v-4ffe7ca6] {
  border: 0.005208rem solid #dcdfe6;
  outline: none;
  padding: 0.015625rem;
  border-radius: 0.026042rem;
  height: 0.208333rem;
}
.nav_tow span[data-v-4ffe7ca6] {
  width: 0.520833rem;
  height: 0.166667rem;
  display: inline-block;
  text-align: center;
  line-height: 0.166667rem;
  border-radius: 0.083333rem;
  color: #323053;
  margin-right: 0.052083rem;
  font-family: '\601D\6E90\9ED1\4F53';
  cursor: pointer;
  margin-bottom: 0.041667rem;
  background: #f2f2f2;
}
.nav_tow .active[data-v-4ffe7ca6] {
  color: white;
  background: -webkit-gradient(linear, left bottom, left top, from(#277CF0), to(#74ACFA));
  background: linear-gradient(0deg, #277CF0 0%, #74ACFA 100%);
}
input[type="search"][data-v-4ffe7ca6] {
  border: 0.005208rem solid #dcdfe6;
  padding: 0.015625rem;
  padding-left: 0.026042rem;
  width: 0.78125rem;
  height: 0.208333rem;
  border-radius: 0.026042rem;
}
.el-date-editor[data-v-4ffe7ca6] {
  border: none;
  width: 0.78125rem;
  height: 0.135417rem;
}
.el-date-editor .el-input__inner[data-v-4ffe7ca6] {
  height: 100%;
}
.btn[data-v-4ffe7ca6] {
  outline: none;
  border: none;
  cursor: pointer;
}
.header .topheader[data-v-4ffe7ca6] {
  width: 2.395833rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  background: white;
  -webkit-box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
  height: 0.208333rem;
  line-height: 0.208333rem;
  text-align: center;
  border-radius: 0.130208rem;
  margin-bottom: 0.083333rem;
}
.header .topheader > span[data-v-4ffe7ca6] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
}
.header .topheader .active[data-v-4ffe7ca6] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border-radius: 0.130208rem;
}
.table[data-v-4ffe7ca6] {
  height: calc(100% - 0.78125rem);
}
.table2[data-v-4ffe7ca6] {
  height: calc(100% - 0.729167rem);
}
.table1[data-v-4ffe7ca6] {
  height: calc(100% - 0.9375rem);
}
.table table tbody tr.active[data-v-4ffe7ca6] {
  background: rgb(170, 170, 170);
}
.table table tr td div[data-v-4ffe7ca6] {
  line-height: 200%;
  border-bottom: 0.015625rem solid #eeeffa;
}
.table table tr td div[data-v-4ffe7ca6]:last-child {
  border: none;
}
.allFixed table[data-v-4ffe7ca6] {
  border-collapse: separate;
  border-spacing: 0.104167rem;
}
.allFixed table td[data-v-4ffe7ca6]:nth-of-type(odd) {
  white-space: nowrap;
}
.allFixed table td:nth-of-type(odd) h3[data-v-4ffe7ca6] {
  font-size: 0.125rem;
}
.allFixed table td > div[data-v-4ffe7ca6] {
  width: 1.041667rem;
  height: 0.145833rem;
  line-height: 0.145833rem;
  background: #f2f2f4;
  text-align: center;
}
.allFixed table td > div.allFixed_stu[data-v-4ffe7ca6] {
  width: 100%;
  text-align: left;
}
.allFixed_stu > span[data-v-4ffe7ca6] {
  display: inline-block;
  padding: 0 0.052083rem;
  line-height: 200%;
}
.el-icon-caret-bottom[data-v-4ffe7ca6] {
  float: right;
  height: 0.145833rem;
  line-height: 0.145833rem;
}
.btn_top[data-v-4ffe7ca6] {
  border: none;
  outline: none;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(83, 153, 219, 1)),
    to(rgba(125, 188, 247, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(83, 153, 219, 1) 0%,
    rgba(125, 188, 247, 1) 100%
  );
  color: white;
  padding: 0.026042rem 0.052083rem;
  font-size: 0.083333rem;
  border-radius: 0.020833rem;
}
.btn_blue[data-v-4ffe7ca6] {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(81, 76, 250, 1)),
    to(rgba(142, 140, 255, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(81, 76, 250, 1) 0%,
    rgba(142, 140, 255, 1) 100%
  );
  width: 0.729167rem;
  color: white;
  z-index: 100;
}
.allFixed_all[data-v-4ffe7ca6] {
  margin: 0 auto;
  width: calc(0.729167rem * 6);
}
.allFixed_top[data-v-4ffe7ca6] {
  border-bottom: 0.005208rem solid #eee;
  margin-bottom: 0.052083rem;
  padding-bottom: 0.052083rem;
}
.allFixed_p[data-v-4ffe7ca6] {
  display: inline-block;
  width: 0.729167rem;
  white-space: nowrap;
  line-height: 200%;
}
.allFixed_bottom[data-v-4ffe7ca6] {
  text-align: center;
  margin-top: 0.208333rem;
}
.allFixed_bottom button[data-v-4ffe7ca6] {
  margin: 0 0.052083rem;
}
.btn-back-blue[data-v-4ffe7ca6] {
  background: -webkit-gradient(linear, left top, left bottom, from(#8dbbfa), to(#5194f3));
  background: linear-gradient(#8dbbfa, #5194f3);
  color: white;
  padding: 0.026042rem 0.052083rem;
  -webkit-box-shadow: 0 0 0.026042rem 0 #8dbbfa;
          box-shadow: 0 0 0.026042rem 0 #8dbbfa;
  border-radius: 0.026042rem;
}
.btn-back-ccc[data-v-4ffe7ca6] {
  border-radius: 0.026042rem;
  padding: 0.026042rem 0.052083rem;
}
input[type=checkbox][data-v-4ffe7ca6] {
  width: 0.104167rem;
  height: 0.104167rem;
}
.header .search[data-v-4ffe7ca6] {
  width: 1.213542rem;
  height: 0.197917rem;
  background: rgba(255, 255, 255, 1);
  border: 0.005208rem solid rgba(221, 225, 229, 1);
  border-radius: 0.03125rem;
  overflow: hidden;
  margin-right: 0.104167rem;
  position: relative;
}
.header .search input[data-v-4ffe7ca6] {
  height: 100%;
  width: 0.911458rem;
  font-size: 0.09375rem;
  padding-left: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header .search button[data-v-4ffe7ca6] {
  width: 0.286458rem;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border: none;
  color: white;
  font-weight: 600;
  cursor: pointer;
  position: absolute;
  right: 0;
}
.allFixed1 table[data-v-4ffe7ca6] {
  border-collapse: separate;
  border-spacing: 0.052083rem;
}
.allFixed1 .table[data-v-4ffe7ca6] {
  width: 70%;
  min-height: 2.604167rem;
}
.allFixed1 .table>.div[data-v-4ffe7ca6] {
  height: calc(100% - 6em);
}
.allFixed1 > div table tr td .input[data-v-4ffe7ca6] {
  width: 1.40625rem;
  height: 0.15625rem;
  line-height: 0.15625rem;
  background: white;
  border: 0.005208rem solid rgba(242, 242, 244, 1);
  border-radius: 0.020833rem;
  display: inline-block;
  vertical-align: top;
  padding-left: 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.allFixed1 > div table[data-v-4ffe7ca6] {
  border-collapse: separate;
  border-spacing: 0.052083rem 0.104167rem;
}
.allFixed1 > div table tr td[data-v-4ffe7ca6]:nth-of-type(odd) {
  white-space: nowrap;
  /* vertical-align: top; */
  line-height: 0.208333rem;
}
.allFixed1 > div table tr td .scroll[data-v-4ffe7ca6] {
  overflow: auto;
  max-height: 0.520833rem;
}
.allFixed1 > div .head[data-v-4ffe7ca6] {
  font-size: 0.104167rem;
  font-weight: 600;
  border-bottom: 0.005208rem solid #f2f2f2;
}
.allFixed_nav[data-v-4ffe7ca6] {
  margin: 0 auto;
  margin-bottom: 0.145833rem;
  text-align: center;
}
.allFixed_nav span[data-v-4ffe7ca6] {
  margin: 0 0.052083rem;
  padding: 0 0.041667rem;
  font-size: 0.09375rem;
  color: rgba(51, 48, 84, 0.6);
  padding-bottom: 0.052083rem;
  border-bottom: 0.020833rem solid transparent;
  cursor: pointer;
}
.allFixed_nav .allFixed_nav_bar[data-v-4ffe7ca6] {
  color: rgba(51, 48, 84, 1);
  border-bottom: 0.020833rem solid #1AC8B0;
}
.allFixed .allFixed_table[data-v-4ffe7ca6] {
  border-collapse: separate;
  border-spacing: 0.052083rem;
  border: 0.005208rem solid #F3F4F6;
  min-height: calc(100% - 0.416667rem);
}
.allFixed .allFixed_table h4[data-v-4ffe7ca6] {
  font-weight: 500;
  font-size: 0.09375rem;
  font-family: '\601D\6E90\9ED1\4F53';
}
.recordStyle[data-v-4ffe7ca6] {
  line-height: 0.1875rem;
  font-size: 0.083333rem;
  padding-left: 2em;
}
.recordStyle i[data-v-4ffe7ca6] {
  padding-right: 1em;
  display: inline-block;
  width: 0.15625rem;
  color: rgba(0, 0, 0, 0.4);
  vertical-align: middle;
}
.recordStyle span[data-v-4ffe7ca6] {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 0;
  width: 0.0625rem;
  height: 0.0625rem;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.010417rem solid #00F5B4;
}
.recordStyle .bar[data-v-4ffe7ca6] {
  position: absolute;
  top: 0.052083rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.005208rem;
  height: 0.125rem;
  background: #00F5B4;
  display: inline-block;
  padding: 0;
}
.recordStyle[data-v-4ffe7ca6]:last-of-type {
  /* color: #3699ff */
}
.recordStyle:last-of-type .bar[data-v-4ffe7ca6] {
  display: none;
}
input[type="checkbox"][data-v-4ffe7ca6] {
  width: 0.078125rem;
}
.lh[data-v-4ffe7ca6] {
  line-height: 0.208333rem;
}
.container[data-v-bd6b4136] {
  width: 100%;
  height: 100%;
  background: white;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
.header[data-v-bd6b4136] {
  margin-bottom: 0.104167rem;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  /* height: 100px; */
}
.header select[data-v-bd6b4136] {
  border: 0.005208rem solid #dcdfe6;
  outline: none;
  padding: 0.015625rem;
  border-radius: 0.026042rem;
  height: 0.208333rem;
}
.nav_tow span[data-v-bd6b4136] {
  width: 0.520833rem;
  height: 0.166667rem;
  display: inline-block;
  text-align: center;
  line-height: 0.166667rem;
  border-radius: 0.083333rem;
  color: #323053;
  margin-right: 0.052083rem;
  font-family: '\601D\6E90\9ED1\4F53';
  cursor: pointer;
  margin-bottom: 0.041667rem;
  background: #f2f2f2;
}
.nav_tow .active[data-v-bd6b4136] {
  color: white;
  background: -webkit-gradient(linear, left bottom, left top, from(#277CF0), to(#74ACFA));
  background: linear-gradient(0deg, #277CF0 0%, #74ACFA 100%);
}
input[type="search"][data-v-bd6b4136] {
  border: 0.005208rem solid #dcdfe6;
  padding: 0.015625rem;
  padding-left: 0.026042rem;
  width: 0.78125rem;
  height: 0.208333rem;
  border-radius: 0.026042rem;
}
.el-date-editor[data-v-bd6b4136] {
  border: none;
  width: 0.78125rem;
  height: 0.135417rem;
}
.el-date-editor .el-input__inner[data-v-bd6b4136] {
  height: 100%;
}
.btn[data-v-bd6b4136] {
  outline: none;
  border: none;
  cursor: pointer;
}
.header .topheader[data-v-bd6b4136] {
  width: 2.395833rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  background: white;
  -webkit-box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
  height: 0.208333rem;
  line-height: 0.208333rem;
  text-align: center;
  border-radius: 0.130208rem;
  margin-bottom: 0.083333rem;
}
.header .topheader > span[data-v-bd6b4136] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
}
.header .topheader .active[data-v-bd6b4136] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border-radius: 0.130208rem;
}
.table[data-v-bd6b4136] {
  height: calc(100% - 0.78125rem);
}
.table2[data-v-bd6b4136] {
  height: calc(100% - 0.729167rem);
}
.table1[data-v-bd6b4136] {
  height: calc(100% - 0.9375rem);
}
.table table tbody tr.active[data-v-bd6b4136] {
  background: rgb(170, 170, 170);
}
.table table tr td div[data-v-bd6b4136] {
  line-height: 200%;
  border-bottom: 0.015625rem solid #eeeffa;
}
.table table tr td div[data-v-bd6b4136]:last-child {
  border: none;
}
.allFixed table[data-v-bd6b4136] {
  border-collapse: separate;
  border-spacing: 0.104167rem;
}
.allFixed table td[data-v-bd6b4136]:nth-of-type(odd) {
  white-space: nowrap;
}
.allFixed table td:nth-of-type(odd) h3[data-v-bd6b4136] {
  font-size: 0.125rem;
}
.allFixed table td > div[data-v-bd6b4136] {
  width: 1.041667rem;
  height: 0.145833rem;
  line-height: 0.145833rem;
  background: #f2f2f4;
  text-align: center;
}
.allFixed table td > div.allFixed_stu[data-v-bd6b4136] {
  width: 100%;
  text-align: left;
}
.allFixed_stu > span[data-v-bd6b4136] {
  display: inline-block;
  padding: 0 0.052083rem;
  line-height: 200%;
}
.el-icon-caret-bottom[data-v-bd6b4136] {
  float: right;
  height: 0.145833rem;
  line-height: 0.145833rem;
}
.btn_top[data-v-bd6b4136] {
  border: none;
  outline: none;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(83, 153, 219, 1)),
    to(rgba(125, 188, 247, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(83, 153, 219, 1) 0%,
    rgba(125, 188, 247, 1) 100%
  );
  color: white;
  padding: 0.026042rem 0.052083rem;
  font-size: 0.083333rem;
  border-radius: 0.020833rem;
}
.btn_blue[data-v-bd6b4136] {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(81, 76, 250, 1)),
    to(rgba(142, 140, 255, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(81, 76, 250, 1) 0%,
    rgba(142, 140, 255, 1) 100%
  );
  width: 0.729167rem;
  color: white;
  z-index: 100;
}
.allFixed_all[data-v-bd6b4136] {
  margin: 0 auto;
  width: calc(0.729167rem * 6);
}
.allFixed_top[data-v-bd6b4136] {
  border-bottom: 0.005208rem solid #eee;
  margin-bottom: 0.052083rem;
  padding-bottom: 0.052083rem;
}
.allFixed_p[data-v-bd6b4136] {
  display: inline-block;
  width: 0.729167rem;
  white-space: nowrap;
  line-height: 200%;
}
.allFixed_bottom[data-v-bd6b4136] {
  text-align: center;
  margin-top: 0.208333rem;
}
.allFixed_bottom button[data-v-bd6b4136] {
  margin: 0 0.052083rem;
}
.btn-back-blue[data-v-bd6b4136] {
  background: -webkit-gradient(linear, left top, left bottom, from(#8dbbfa), to(#5194f3));
  background: linear-gradient(#8dbbfa, #5194f3);
  color: white;
  padding: 0.026042rem 0.052083rem;
  -webkit-box-shadow: 0 0 0.026042rem 0 #8dbbfa;
          box-shadow: 0 0 0.026042rem 0 #8dbbfa;
  border-radius: 0.026042rem;
}
.btn-back-ccc[data-v-bd6b4136] {
  border-radius: 0.026042rem;
  padding: 0.026042rem 0.052083rem;
}
input[type=checkbox][data-v-bd6b4136] {
  width: 0.104167rem;
  height: 0.104167rem;
}
.header .search[data-v-bd6b4136] {
  width: 1.213542rem;
  height: 0.197917rem;
  background: rgba(255, 255, 255, 1);
  border: 0.005208rem solid rgba(221, 225, 229, 1);
  border-radius: 0.03125rem;
  overflow: hidden;
  margin-right: 0.104167rem;
  position: relative;
}
.header .search input[data-v-bd6b4136] {
  height: 100%;
  width: 0.911458rem;
  font-size: 0.09375rem;
  padding-left: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header .search button[data-v-bd6b4136] {
  width: 0.286458rem;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border: none;
  color: white;
  font-weight: 600;
  cursor: pointer;
  position: absolute;
  right: 0;
}
.allFixed1 table[data-v-bd6b4136] {
  border-collapse: separate;
  border-spacing: 0.052083rem;
}
.allFixed1 .table[data-v-bd6b4136] {
  width: 70%;
  min-height: 2.604167rem;
}
.allFixed1 .table>.div[data-v-bd6b4136] {
  height: calc(100% - 6em);
}
.allFixed1 > div table tr td .input[data-v-bd6b4136] {
  width: 1.40625rem;
  height: 0.15625rem;
  line-height: 0.15625rem;
  background: white;
  border: 0.005208rem solid rgba(242, 242, 244, 1);
  border-radius: 0.020833rem;
  display: inline-block;
  vertical-align: top;
  padding-left: 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.allFixed1 > div table[data-v-bd6b4136] {
  border-collapse: separate;
  border-spacing: 0.052083rem 0.104167rem;
}
.allFixed1 > div table tr td[data-v-bd6b4136]:nth-of-type(odd) {
  white-space: nowrap;
  /* vertical-align: top; */
  line-height: 0.208333rem;
}
.allFixed1 > div table tr td .scroll[data-v-bd6b4136] {
  overflow: auto;
  max-height: 0.520833rem;
}
.allFixed1 > div .head[data-v-bd6b4136] {
  font-size: 0.104167rem;
  font-weight: 600;
  border-bottom: 0.005208rem solid #f2f2f2;
}
.allFixed_nav[data-v-bd6b4136] {
  margin: 0 auto;
  margin-bottom: 0.145833rem;
  text-align: center;
}
.allFixed_nav span[data-v-bd6b4136] {
  margin: 0 0.052083rem;
  padding: 0 0.041667rem;
  font-size: 0.09375rem;
  color: rgba(51, 48, 84, 0.6);
  padding-bottom: 0.052083rem;
  border-bottom: 0.020833rem solid transparent;
  cursor: pointer;
}
.allFixed_nav .allFixed_nav_bar[data-v-bd6b4136] {
  color: rgba(51, 48, 84, 1);
  border-bottom: 0.020833rem solid #1AC8B0;
}
.allFixed .allFixed_table[data-v-bd6b4136] {
  border-collapse: separate;
  border-spacing: 0.052083rem;
  border: 0.005208rem solid #F3F4F6;
  min-height: calc(100% - 0.416667rem);
}
.allFixed .allFixed_table h4[data-v-bd6b4136] {
  font-weight: 500;
  font-size: 0.09375rem;
  font-family: '\601D\6E90\9ED1\4F53';
}
.recordStyle[data-v-bd6b4136] {
  line-height: 0.1875rem;
  font-size: 0.083333rem;
  padding-left: 2em;
}
.recordStyle i[data-v-bd6b4136] {
  padding-right: 1em;
  display: inline-block;
  width: 0.15625rem;
  color: rgba(0, 0, 0, 0.4);
  vertical-align: middle;
}
.recordStyle span[data-v-bd6b4136] {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 0;
  width: 0.0625rem;
  height: 0.0625rem;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.010417rem solid #00F5B4;
}
.recordStyle .bar[data-v-bd6b4136] {
  position: absolute;
  top: 0.052083rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.005208rem;
  height: 0.125rem;
  background: #00F5B4;
  display: inline-block;
  padding: 0;
}
.recordStyle[data-v-bd6b4136]:last-of-type {
  /* color: #3699ff */
}
.recordStyle:last-of-type .bar[data-v-bd6b4136] {
  display: none;
}
input[type="checkbox"][data-v-bd6b4136] {
  width: 0.078125rem;
}
.lh[data-v-bd6b4136] {
  line-height: 0.208333rem;
}
.container[data-v-3a46e8a1] {
  min-width: 100%;
  height: 100%;
  background: white;
  padding: 0.260417rem 0.3125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-font-smoothing: antialiased;
  overflow: auto;
}
.btn[data-v-3a46e8a1] {
  outline: none;
  border: none;
  cursor: pointer;
  padding: 0.026042rem 0.052083rem;
  border-radius: 0.026042rem;
  background: rgba(147, 147, 147, 0.27);
  color: rgba(68, 68, 68, 1);
}
.header[data-v-3a46e8a1] {
  margin-bottom: 0.104167rem;
}
.header .topheader > span[data-v-3a46e8a1] {
  cursor: pointer;
  display: inline-block;
  height: 0.208333rem;
  padding: 0 0.083333rem;
  line-height: 0.208333rem;
  border-radius: 5.208333rem;
  margin-right: 0.052083rem;
  color: #464562;
  font-size: 0.083333rem;
  background: #fff;
  border: 0.005208rem solid #f2f2f2;
}
.header .topheader .active[data-v-3a46e8a1] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
}
.main1[data-v-3a46e8a1] {
  position: absolute;
  top: 0.520833rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: white;
  width: 80%;
  -webkit-box-shadow: 0 0 0.026042rem 0 #ccc;
          box-shadow: 0 0 0.026042rem 0 #ccc;
  padding: 0.104167rem;
}
.main1 .main-ul.main-body[data-v-3a46e8a1] {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.main-ul[data-v-3a46e8a1] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.104167rem;
  background: white;
}
.main-ul li[data-v-3a46e8a1]:nth-of-type(1) {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  font-size: 0.104167rem;
  font-family: "\601D\6E90\9ED1\4F53";
  line-height: 200%;
  position: relative;
  padding-left: 0.104167rem;
}
.main-ul li:nth-of-type(1) p[data-v-3a46e8a1] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.main-ul li:nth-of-type(1) p i[data-v-3a46e8a1] {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  opacity: 0.8;
  width: 0.015625rem;
  display: inline-block;
  height: 0.104167rem;
  vertical-align: text-top;
  margin-right: 0.015625rem;
}
.main-ul li[data-v-3a46e8a1]:nth-of-type(2) {
  -webkit-box-flex: 15;
      -ms-flex: 15;
          flex: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 150%;
}
.main-ul li:nth-of-type(2) div[data-v-3a46e8a1]:nth-of-type(1) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.main-ul li:nth-of-type(2) div[data-v-3a46e8a1]:nth-of-type(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.main-ul li:nth-of-type(2) div[data-v-3a46e8a1]:nth-of-type(3) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.main-ul li:nth-of-type(2) div[data-v-3a46e8a1]:nth-of-type(4) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 0.78125rem;
}
.main-ul li:nth-of-type(2) div[data-v-3a46e8a1]:nth-of-type(5) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 0.260417rem;
}
.main-ul li:nth-of-type(2) div[data-v-3a46e8a1]:nth-of-type(6) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 1.041667rem;
}
.main-ul li:nth-of-type(2) div[data-v-3a46e8a1]:nth-of-type(7) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 0.78125rem;
}

/* .main-ul li:nth-of-type(2) div{flex: 1} */
.back-mu-btnred[data-v-3a46e8a1] {
  margin: 0.104167rem;
  padding: 0.052083rem 0.104167rem;
  outline: none;
  border: none;
  background: #f34f4f;
  color: white;
  border-radius: 0.520833rem;
  -webkit-box-shadow: 0 0 0.026042rem 0 #f34f4f;
          box-shadow: 0 0 0.026042rem 0 #f34f4f;
}
.back-mu-btnccc[data-v-3a46e8a1] {
  margin: 0.104167rem;
  padding: 0.052083rem 0.104167rem;
  outline: none;
  border: none;
  background: #ccc;
  color: white;
  border-radius: 0.520833rem;
  -webkit-box-shadow: 0 0 0.026042rem 0 #ccc;
          box-shadow: 0 0 0.026042rem 0 #ccc;
}
.main-ul li:nth-of-type(2) div p[data-v-3a46e8a1] {
  border-bottom: 0.005208rem solid rgba(247, 243, 243, 1);
  text-align: left;
  min-height: 0.78125rem;
  font-size: 0.083333rem;
  margin-top: 0.104167rem;
  padding: 0 0.010417rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.main-ul li:nth-of-type(2) div p[data-v-3a46e8a1]:last-child {
  border: none;
}
.main-ul li:nth-of-type(2) div p span[data-v-3a46e8a1] {
  display: block;
  margin: 0.052083rem 0;
}
.main-ul li:nth-of-type(2) div .main-body-p[data-v-3a46e8a1] {
  max-height: 0.15625rem;
}
.main-header[data-v-3a46e8a1] {
  font-family: "\601D\6E90\9ED1\4F53";
  font-size: 0.104167rem;
  line-height: 200%;
}
.main-body[data-v-3a46e8a1] {
  -webkit-box-shadow: 0 0.03125rem 0.083333rem 0 rgba(233, 233, 242, 1);
          box-shadow: 0 0.03125rem 0.083333rem 0 rgba(233, 233, 242, 1);
  border-radius: 0.03125rem;
}
.main-ul-selects select[data-v-3a46e8a1] {
  width: 0.520833rem;
  height: 0.197917rem;
  text-align: center;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAdCAYAAABBsffGAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjg0NjIwRkE2MUJFMDExRUFCMzQ0RkY3NEMzRTkxRUIwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjg0NjIwRkE3MUJFMDExRUFCMzQ0RkY3NEMzRTkxRUIwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ODQ2MEQ4MDIxQkUwMTFFQUIzNDRGRjc0QzNFOTFFQjAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6ODQ2MEQ4MDMxQkUwMTFFQUIzNDRGRjc0QzNFOTFFQjAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6RuxKVAAADbklEQVR42pxWS2sUQRCummQJGFc9mGhySRAfdyHEg/kV4kFQDOItP0A8iBgj4g/Qi/iAHD2bgwcRvBgvEldFo4KJcVayl5BocDfZLvtRXVM9O3iwl2G2a6qrv/rq0Y2tzc7YLpjH8+3F+sudL/CL2kAAgBAH2R/6eZT3SsLYiwMwVTsKFwYmt/ohm+63spn5P6/rC533XpFYmXgh8tywNOgA6xWG3dikDiy0P0AN+uvnByZmMiubfNH+CobQPyRPFmSG5fw21rL7Rv7NugZ5bkFYFM/ay26vUw754KbpWBDIwPgNARgRIyb0j5+im2cMnFg/fHevrW7HCfb0e5d5oXge+YybOEMygQpd9VmpBeMmS/hEjAaI12pvxB3lrUKPVDJOaXDIEYuBT5QNMrFT0BOZQWEOCMUSI0dNc/Aguu7yQrlqYiAwAkbJLKCUF2+862mBnrwttivLIzVYoYNlzmN+k9JFxlTIpXA8ZSQ1EKNFyUYaOQJzrJMCmZISagm4AsTywBiWadFukuA0fr1FiShJkpKGUCHWxtFng0bhsuzqyMnRiwdPjMA/xqPWx/xO802zIAmEIJXnRZURBqZvri3ljqrpoeOVGzxsfcpv/3jbDMB0DWFFtlARzPh/9vtS7tL+0nC6wYP15fzWmjNcamCKXaEFuQjQxCol35Cc3uxqI3eFdvnQMb/B/Z+f87m1RjP2l7CWJAJkEuR9ISycGVILxK3AdrobKw1PkbFhnVttNH1mYaxWksokSxEmnHdR1bJ2T/URi+b6t3d5mPSxDkkj0xmLpJFTwXmSuQRyeKgTI7iOoVuG/akXXHVX5F6iUcdKRBLXpZ95ncy/CYs6LpA7WhATQ756dMfSB0lSa6oADVY0LkeLUfajOmGaoaSqNWY0YUqdOkykcXlQRrXPpKhLPcQbzbxnhqCii5a6YnGK2CB5/jC1LwHDENhYGPqEgop+bmK2GOw91vQwCpiBXh4jJapCf+/LaoMb3V0pHNBnaNllivlaPrRBgB3IfB1sO43FM0OH+X6SyT3EcRnvMuEp7iomfjcoT1iX+f/nhked8VcO+b1r40cmrHL9yXoLNnZ3OHzImVFkTqA4dnCU3I6ZtL9Wg7PDQ3BlbHzL2UV8+hzWp06PuWuduyW5ywz8/9h2iO1z92C9tvJXgAEAHiXxzcPFkHkAAAAASUVORK5CYII=) no-repeat right,
    rgba(242, 247, 253, 1);
  appearance: none;
  -webkit-appearance: none;
  /*去除chrome浏览器的默认下拉图片*/
  -moz-appearance: none;
  /*去除Firefox浏览器的默认下拉图片*/
  border: none;
  outline: none;
}
.main-ul-selects select option[data-v-3a46e8a1] {
  text-align: center;
}
.main-ul-selects input[data-v-3a46e8a1] {
  width: 0.520833rem;
  height: 0.197917rem;
  text-align: center;
  background: rgba(242, 247, 253, 1);
}
.main-footer[data-v-3a46e8a1] {
  position: relative;
}
.main-footer p[data-v-3a46e8a1] {
  font-family: "\601D\6E90\9ED1\4F53";
  font-size: 0.104167rem;
  line-height: 200%;
}
.footer-btn[data-v-3a46e8a1] {
  text-align: center;
}
.main-msg[data-v-3a46e8a1] {
  line-height: 0.182292rem;
  margin-bottom: 0.104167rem;
}
.main-msg i[data-v-3a46e8a1] {
  background: -webkit-gradient(linear, left top, left bottom, from(#8cbbfb), to(#5598f3));
  background: linear-gradient(#8cbbfb, #5598f3);
  padding: 0 0.078125rem;
  font-size: 0.072917rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  border-radius: 0.260417rem;
  display: inline-block;
  margin-right: 0.026042rem;
  line-height: 0.197917rem;
}
.main-msg span[data-v-3a46e8a1] {
  margin-right: 0.052083rem;
  border: 0.005208rem solid #eee;
  display: inline-block;
  border-radius: 0.520833rem;
  padding: 0 0.052083rem 0 0;
  font-family: "\601D\6E90\9ED1\4F53";
  background: white;
}
.alter_bar[data-v-3a46e8a1] {
  position: fixed;
  width: 3.125rem;
  height: 1.5625rem;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background: white;
  -webkit-box-shadow: 0 0 0.026042rem 0 #ccc;
          box-shadow: 0 0 0.026042rem 0 #ccc;
}
.alter_bar textarea[data-v-3a46e8a1] {
  width: 80%;
  height: 0.78125rem;
  margin: 0.15625rem 10%;
  outline: none;
  border: none;
  background: #eee;
  margin-top: 0;
}
.alter_bar p[data-v-3a46e8a1] {
  margin: 0.15625rem 10%;
  margin-bottom: 0;
  font-size: 0.104167rem;
}
.alter_bar div[data-v-3a46e8a1] {
  text-align: center;
}
.table[data-v-3a46e8a1] {
  height: calc(100% - 0.208333rem);
}
.table table tr td div[data-v-3a46e8a1] {
  line-height: 200%;
  border-bottom: 0.015625rem solid #eeeffa;
}
.table table tr td div[data-v-3a46e8a1]:last-child {
  border: none;
}
.table table tbody tr.active[data-v-3a46e8a1] {
  background: rgb(170, 170, 170);
}
.hover > div[data-v-3a46e8a1] {
  position: absolute;
  width: 1.5625rem;
  height: auto;
  background: white;
  right: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  z-index: 10;
  bottom: 0.09375rem;
  text-align: left;
  padding: 0.026042rem;
  white-space: normal;
}
.hover[data-v-3a46e8a1] {
  position: relative;
  cursor: pointer;
}
.btn_blue[data-v-3a46e8a1] {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(39, 124, 240, 1)),
    to(rgba(116, 172, 250, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(39, 124, 240, 1) 0%,
    rgba(116, 172, 250, 1) 100%
  );
  color: white;
}
.container[data-v-7ece47d2] {
  width: 100%;
  min-height: 100%;
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  font-size: 0.09375rem;
}
.header[data-v-7ece47d2] {
  width: 100%;
  line-height: 0.208333rem;
  text-align: center;
  position: relative;
}
.header .cen[data-v-7ece47d2] {
  width: 1.15625rem;
  height: 0.208333rem;
  width: 1.5625rem;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  line-height: 0.208333rem;
  font-family: "\601D\6E90\9ED1\4F53";
  font-weight: 500;
  color: rgba(50, 48, 83, 1);
  font-size: 0.114583rem;
}

/* .header .cen{flex: 1;}
.header .cen>.active{} */
.qs[data-v-7ece47d2],
.js[data-v-7ece47d2] {
  width: 0.697917rem;
  height: 0.208333rem;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
  opacity: 1;
  border-radius: 0.104167rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(50, 48, 83, 0.6);
  cursor: pointer;
  position: relative;
}
.header > .fl > div[data-v-7ece47d2] {
  display: inline-block;
}
.cjk[data-v-7ece47d2] {
  width: 100%;
  position: absolute;
  z-index: 2;
  display: none;
  left: 0;
  top: 0;
  min-height: 100%;
  background: #eff1f7;
  background: white;
  -webkit-box-shadow: 0 0.010417rem 0.083333rem 0 rgba(236, 236, 243, 1);
          box-shadow: 0 0.010417rem 0.083333rem 0 rgba(236, 236, 243, 1);
}
.cjk h3[data-v-7ece47d2] {
  line-height: 0.375rem;
  font-size: 0.1875rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: rgba(48, 48, 48, 1);
  text-align: center;
}
.cjk .box[data-v-7ece47d2] {
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
  width: 100%;
  min-height: 100%;
  padding: 0.104167rem 0.520833rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cjk .box table[data-v-7ece47d2] {
  width: 100%;
  text-align: left;
  border-collapse: separate;
  border-spacing: 0.052083rem 0.104167rem;
}
.cjk .box table input[data-v-7ece47d2],
.cjk .box table select[data-v-7ece47d2],
.bjy[data-v-7ece47d2] {
  background: rgba(245, 247, 254, 1);
  border: 0.005208rem solid rgba(244, 246, 252, 1);
  border-radius: 0.010417rem;
  width: 80%;
  height: 0.197917rem;
}
.bjy[data-v-7ece47d2] {
  background: rgba(245, 247, 254, 1);
  border: 0.005208rem solid rgba(244, 246, 252, 1);
  border-radius: 0.010417rem;
  display: block;
  outline: none;
  line-height: 0.197917rem;
  height: 0.197917rem;
  min-width: 1.302083rem;
}
.cjk .box table tr td[data-v-7ece47d2]:nth-of-type(odd) {
  white-space: nowrap;
  vertical-align: text-top;
  text-align: right;
  line-height: 0.197917rem;
}
.cjk .box table textarea[data-v-7ece47d2] {
  width: 90%;
  vertical-align: text-top;
  background: rgba(245, 247, 254, 1);
  border: 0.005208rem solid rgba(244, 246, 252, 1);
  border-radius: 0.010417rem;
  padding: 0.026042rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cjk .box .btn[data-v-7ece47d2] {
  width: 0.5625rem;
  height: 0.208333rem;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  outline: none;
  border: none;
  margin: 0.052083rem;
  -webkit-box-shadow: 0 0.010417rem 0.109375rem 0 rgba(40, 206, 131, 0.47);
          box-shadow: 0 0.010417rem 0.109375rem 0 rgba(40, 206, 131, 0.47);
  border-radius: 0.104167rem;
  color: white;
  margin-top: 0.104167rem;
}
.cjk .box .ccc[data-v-7ece47d2] {
  width: 0.5625rem;
  height: 0.208333rem;
  background: rgba(236, 236, 243, 1);
  border: none;
  border-radius: 0.104167rem;
  color: white;
  margin-top: 0.104167rem;
  margin: 0.052083rem;
  outline: none;
}
.add[data-v-7ece47d2] {
  width: 0.59375rem;
  height: 0.208333rem;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
  opacity: 0.8;
  border-radius: 0.104167rem;
  font-size: 0.083333rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(62, 203, 197, 1);
}
.main[data-v-7ece47d2] {
  margin: 0 0.15625rem;
}
.bar[data-v-7ece47d2] {
  background: rgba(243, 255, 250, 1);
  -webkit-box-shadow: 0 0 0.046875rem 0 rgba(173, 188, 182, 0.1);
          box-shadow: 0 0 0.046875rem 0 rgba(173, 188, 182, 0.1);
  border-radius: 0.03125rem;
  width: 100%;
  margin-top: 0.15625rem;
  text-align: left;
  font-size: 0.072917rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(14, 84, 73, 1);
  padding: 0.052083rem 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section[data-v-7ece47d2] {
  padding-left: 0.15625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin-top: 0.104167rem;
  width: 100%;
}
.section .dian[data-v-7ece47d2] {
  position: absolute;
  left: 0;
}
.section .dian i[data-v-7ece47d2] {
  display: inline-block;
  width: 0.052083rem;
  height: 0.052083rem;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border-radius: 50%;
}
.section .section_l[data-v-7ece47d2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.083333rem 0 rgba(236, 236, 243, 1);
          box-shadow: 0 0.010417rem 0.083333rem 0 rgba(236, 236, 243, 1);
  border-radius: 0.03125rem;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.section .section_l > div[data-v-7ece47d2] {
  -webkit-box-flex: 10;
      -ms-flex: 10;
          flex: 10;
  line-height: 0.125rem;
}
.section .section_l > div[data-v-7ece47d2]:last-child {
  width: 0.260417rem;
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  background: rgba(243, 255, 250, 1);
  text-align: center;
  line-height: 0.625rem;
  cursor: pointer;
  -webkit-box-shadow: 0 0 0.046875rem 0 rgba(173, 188, 182, 0.1);
          box-shadow: 0 0 0.046875rem 0 rgba(173, 188, 182, 0.1);
  border-radius: 0 0.03125rem 0.03125rem 0;
}
.first[data-v-7ece47d2] {
  width: 0.15625rem;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}
.btn_1[data-v-7ece47d2] {
  width: 0.385417rem;
  height: 0.145833rem;
  border: 0.005208rem solid rgba(230, 0, 18, 1);
  opacity: 0.8;
  border-radius: 0.072917rem;
  margin-top: 0.052083rem;
  display: inline-block;
  line-height: 0.145833rem;
  color: rgba(230, 0, 18, 1);
  font-size: 0.072917rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(235, 51, 65, 1);
}
.btn_2[data-v-7ece47d2] {
  width: 0.385417rem;
  height: 0.145833rem;
  background: rgba(230, 0, 18, 1);
  opacity: 0.8;
  border-radius: 0.072917rem;
  margin-top: 0.052083rem;
  display: inline-block;
  line-height: 0.145833rem;
  color: rgba(230, 0, 18, 1);
  font-size: 0.072917rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
}
.show[data-v-7ece47d2] {
  display: none;
  background: rgba(250, 251, 255, 1);
  width: 100%;
  border-radius: 0.03125rem;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.03125rem;
}
.hover[data-v-7ece47d2] {
  position: absolute;
  top: 0.3125rem;
  width: 100%;
  background: white;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  height: 1.041667rem;
  overflow: auto;
  z-index: 66666666;
}
.hover p[data-v-7ece47d2] {
  border-bottom: 0.005208rem solid rgba(221, 222, 232, 1);
}
.uls[data-v-7ece47d2] {
  width: 100%;
  line-height: 0.270833rem;
  margin-top: 0.104167rem;
  height: auto;
}
.uls .ul_1[data-v-7ece47d2] {
  border-bottom: #bebdcf 0.005208rem solid;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0.104167rem;
  box-sizing: border-box;
  font-size: 0.072917rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 0.09375rem;
  color: rgba(127, 127, 140, 1);
  min-height: 0.302083rem;
  position: relative;
}
.uls .ul[data-v-7ece47d2] {
  background: -webkit-gradient(linear, left top, left bottom, from(#00b4bf), to(#2fd7a0));
  background: linear-gradient(180deg, #00b4bf 0%, #2fd7a0 100%);
  border: none;
  margin: 0;
  font-weight: 500;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0.104167rem;
  border-radius: 0.03125rem;
  color: white;
}

/* .uls .ul li,.uls .ul_1 li{display: inline-block;width:12%;text-align: center;white-space: nowrap} */
.uls ul[data-v-7ece47d2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.uls ul li[data-v-7ece47d2] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  white-space: nowrap;
}
.btnqun button[data-v-7ece47d2] {
  margin-right: 0.104167rem;
  background: rgba(251, 195, 61, 1);
  outline: none;
  border: none;
  color: white;
  padding: 0.026042rem 0.104167rem;
  border-radius: 0.010417rem 0.010417rem 0.010417rem 0.010417rem;
}
.posis .div[data-v-7ece47d2] {
  width: 100%;
  top: 0.302083rem;
  background: rgba(244, 245, 250, 1);
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
  border-radius: 0.03125rem;
  padding: 0.078125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ul_2[data-v-7ece47d2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: #bebdcf 0.005208rem solid;
}
.ul_2 li[data-v-7ece47d2] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.or[data-v-7ece47d2] {
  color: #fbc33d;
}

/* .posis{position: relative;} */
.header_1[data-v-7ece47d2] {
  margin: 0 0.15625rem;
  margin-top: 0.15625rem;
}
.posi[data-v-7ece47d2] {
  position: absolute;
  top: 0;
  right: 0;
  outline: none;
  border: none;
  background: red;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  width: 0.260417rem;
  height: 0.260417rem;
}

/* .week{position: absolute;left: 50%;top: 2%;transform: translateX(-50%) ;width: 80%;background:white;z-index: 5;padding: 20px;box-shadow:0px 2px 16px 0px rgba(236,236,243,1);
border-radius:6px;} */
.week h3[data-v-7ece47d2] {
  text-align: center;
  padding: 0.104167rem;
}
.week table[data-v-7ece47d2] {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0.052083rem 0.104167rem;
}
.week table td[data-v-7ece47d2]:nth-of-type(odd) {
  vertical-align: text-top;
  text-align: right;
  line-height: 0.197917rem;
}
.week input[data-v-7ece47d2] {
  line-height: 0.197917rem;
}
.week textarea[data-v-7ece47d2] {
  width: 90%;
  min-height: 1.041667rem;
}
.deletebar[data-v-7ece47d2] {
  background: white;
  position: absolute;
  width: 2.083333rem;
  line-height: 0.197917rem;
  left: 50%;
  top: 20%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0.260417rem;
  text-align: center;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
  background: white;
}
.deletebar button[data-v-7ece47d2] {
  background: red;
  outline: none;
  border: none;
  color: white;
  padding: 0.026042rem 0.052083rem;
  border-radius: 0.520833rem;
  cursor: pointer;
}
.deletebar .posi[data-v-7ece47d2] {
  border-radius: 0 0 0 0.520833rem;
  width: 0.208333rem;
  height: 0.208333rem;
}
.week .posi[data-v-7ece47d2] {
  border-radius: 0 0 0 0.520833rem;
  width: 0.208333rem;
  height: 0.208333rem;
}
button[data-v-7ece47d2] {
  cursor: pointer;
}
.hovers > div[data-v-7ece47d2] {
  position: absolute;
  width: 1.041667rem;
  height: auto;
  background: white;
  right: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  z-index: 10;
  bottom: 0.197917rem;
  text-align: left;
  padding: 0.026042rem;
  white-space: normal;
  line-height: 150%;
}
.hovers[data-v-7ece47d2] {
  position: relative;
  cursor: pointer;
}
.container[data-v-5577eefc] {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
  padding: 0.15625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.09375rem;
}
.main[data-v-5577eefc] {
  line-height: 180%;
  height: 88%;
}
.header[data-v-5577eefc] {
  position: relative;
  width: 100%;
  line-height: 0.208333rem;
  text-align: center;
  height: 0.208333rem;
}
.header .cen[data-v-5577eefc] {
  height: 0.208333rem;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
  opacity: 0.8;
  border-radius: 0.208333rem;
  line-height: 0.208333rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.083333rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(50, 48, 83, 1);
}
.header .cen > div[data-v-5577eefc] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
  padding: 0 0.083333rem;
  white-space: nowrap;
}
.header .cen > .active[data-v-5577eefc] {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border-radius: 0.208333rem;
  color: white;
}
.qs[data-v-5577eefc],
.js[data-v-5577eefc] {
  width: 0.802083rem;
  height: 0.208333rem;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
  opacity: 1;
  border-radius: 0.104167rem;
  font-size: 0.104167rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(50, 48, 83, 0.6);
  cursor: pointer;
  position: relative;
}
.header > .fl > div[data-v-5577eefc] {
  display: inline-block;
}
.header .cjk[data-v-5577eefc] {
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.057292rem 0.296875rem 0.010417rem rgba(227, 232, 240, 1);
          box-shadow: 0 0.057292rem 0.296875rem 0.010417rem rgba(227, 232, 240, 1);
  border-radius: 0.03125rem;
  position: absolute;
  z-index: 2;
  line-height: 300%;
  top: 0.520833rem;
  text-align: left;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: auto;
  padding-bottom: 0.104167rem;
}
.add[data-v-5577eefc] {
  width: 0.59375rem;
  height: 0.208333rem;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
  opacity: 0.8;
  border-radius: 0.104167rem;
  font-size: 0.104167rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(62, 203, 197, 1);
}
.gd[data-v-5577eefc] {
  width: 0.208333rem;
  height: 0.208333rem;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
  opacity: 0.8;
  border-radius: 0.098958rem;
  line-height: 0.078125rem;
  margin-left: 0.104167rem;
}
.gd > div[data-v-5577eefc] {
  height: 0.026042rem;
  font-size: 0.166667rem;
  color: #bebdcf;
}
.bar[data-v-5577eefc] {
  background: rgba(243, 255, 250, 1);
  -webkit-box-shadow: 0 0 0.046875rem 0 rgba(173, 188, 182, 0.1);
          box-shadow: 0 0 0.046875rem 0 rgba(173, 188, 182, 0.1);
  border-radius: 0.03125rem;
  width: 100%;
  margin-top: 0.15625rem;
  text-align: left;
  font-size: 0.104167rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(14, 84, 73, 1);
  padding: 0.052083rem 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section[data-v-5577eefc] {
  padding-left: 0.15625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin-top: 0.104167rem;
  width: 100%;
}
.section .dian[data-v-5577eefc] {
  position: absolute;
  left: 0;
}
.section .dian i[data-v-5577eefc] {
  display: inline-block;
  width: 0.052083rem;
  height: 0.052083rem;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border-radius: 50%;
}
.section .section_l[data-v-5577eefc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.083333rem 0 rgba(236, 236, 243, 1);
          box-shadow: 0 0.010417rem 0.083333rem 0 rgba(236, 236, 243, 1);
  border-radius: 0.03125rem;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.section .section_l > div[data-v-5577eefc] {
  -webkit-box-flex: 10;
      -ms-flex: 10;
          flex: 10;
}
.section .section_l > div[data-v-5577eefc]:last-child {
  width: 0.260417rem;
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  background: rgba(243, 255, 250, 1);
  text-align: center;
  line-height: 0.625rem;
  cursor: pointer;
  -webkit-box-shadow: 0 0 0.046875rem 0 rgba(173, 188, 182, 0.1);
          box-shadow: 0 0 0.046875rem 0 rgba(173, 188, 182, 0.1);
  border-radius: 0 0.03125rem 0.03125rem 0;
}
.imgs img[data-v-5577eefc] {
  width: 0.130208rem;
  vertical-align: middle;
}
.first[data-v-5577eefc] {
  width: 0.15625rem;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}
.btn_1[data-v-5577eefc] {
  width: 0.385417rem;
  height: 0.145833rem;
  border: 0.005208rem solid rgba(230, 0, 18, 1);
  opacity: 0.8;
  border-radius: 0.072917rem;
  margin-top: 0.052083rem;
  display: inline-block;
  line-height: 0.145833rem;
  color: rgba(230, 0, 18, 1);
  font-size: 0.104167rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(235, 51, 65, 1);
  cursor: pointer;
}
.btn_2[data-v-5577eefc] {
  width: 0.385417rem;
  height: 0.145833rem;
  background: rgba(230, 0, 18, 1);
  opacity: 0.8;
  border-radius: 0.072917rem;
  margin-top: 0.052083rem;
  display: inline-block;
  line-height: 0.145833rem;
  color: rgba(230, 0, 18, 1);
  font-size: 0.104167rem;
  cursor: pointer;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
}
.show[data-v-5577eefc] {
  display: none;
  background: white;
  width: 100%;
  border-radius: 0.03125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #7f7f8c;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  padding: 0.104167rem;
}

/* .show p:nth-of-type(even){background: rgba(186,189,201,.3);padding:0 20px;padding-left: 3em} */
.show p[data-v-5577eefc] {
  background: rgba(250, 251, 255, 1);
  padding: 0 0.104167rem;
  padding-left: 3em;
  margin-bottom: 0.104167rem;
  border-radius: 0.078125rem;
  background: rgba(250, 251, 255, 1);
  border: 0.005208rem solid rgba(244, 246, 252, 1);
}
.show p[data-v-5577eefc]:first-child {
  margin-top: 0.052083rem;
}
.show p span[data-v-5577eefc] {
  color: rgba(0, 0, 0, 0.8);
  display: inline-block;
  width: 0.260417rem;
  padding-left: 3em;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-align: justify;
  text-justify: distribute-all-lines;
}
.show p[data-v-5577eefc] {
  text-indent: -2em;
}
.header .hover[data-v-5577eefc] {
  position: absolute;
  top: 0.3125rem;
  width: 100%;
  background: white;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  height: 1.041667rem;
  overflow: auto;
  z-index: 66666666;
}
.header .hover p[data-v-5577eefc] {
  border-bottom: 0.005208rem solid rgba(221, 222, 232, 1);
}
.header .hover p[data-v-5577eefc]:hover {
  background: #eeeffa;
  color: #88879c;
}
.cjk input[type="text"][data-v-5577eefc],
.cjk select[data-v-5577eefc],
.cjk textarea[data-v-5577eefc] {
  border: 0.005208rem solid rgba(186, 189, 201, 0.6);
  border-radius: 0.03125rem;
  width: 100%;
  color: rgba(32, 30, 71, 0.7);
  font-size: 0.09375rem;
  padding-left: 0.026042rem;
  line-height: 0.125rem;
}
.cjk textarea[data-v-5577eefc] {
  height: 0.520833rem;
  margin-top: 0.026042rem;
  width: 90%;
}
.cjk table[data-v-5577eefc] {
  padding: 0.208333rem;
  width: 100%;
}
.cjk input[type="text"][data-v-5577eefc],
.cjk select[data-v-5577eefc],
.el-date-editor[data-v-5577eefc] {
  height: 0.166667rem;
  width: 80%;
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
}
.cjk .h3[data-v-5577eefc] {
  background: rgba(243, 255, 250, 1);
  -webkit-box-shadow: 0 0.026042rem 0.020833rem 0 rgba(99, 197, 177, 0.16);
          box-shadow: 0 0.026042rem 0.020833rem 0 rgba(99, 197, 177, 0.16);
  border-radius: 0.03125rem;
  padding: 0 0.104167rem;
  line-height: 0.354167rem;
  font-size: 0.104167rem;
  font-family: "\601D\6E90\9ED1\4F53";
  font-weight: 500;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: rgba(32, 30, 71, 1);
}
.cjk .h3 .el-icon-close[data-v-5577eefc] {
  font-size: 0.166667rem;
  line-height: 0.354167rem;
  font-weight: 500;
  cursor: pointer;
}
.an[data-v-5577eefc] {
  width: 0.682292rem;
  height: 0.1875rem;
  background: rgba(230, 0, 18, 1);
  border-radius: 0.09375rem;
  border: none;
  outline: none;
  color: white;
  text-align: center;
  cursor: pointer;
}
.niu[data-v-5577eefc] {
  text-align: center;
  margin-bottom: 0.052083rem;
}
.cjk .inputs input[type="text"][data-v-5577eefc],
.cjk .inputs select[data-v-5577eefc] {
  width: 30%;
  vertical-align: middle;
}
.cjk table tr td[data-v-5577eefc]:nth-of-type(odd) {
  vertical-align: text-top;
  color: rgba(32, 30, 71, 1);
}
.clicks[data-v-5577eefc] {
  width: 0.385417rem;
  height: 0.145833rem;
  border: 0.005208rem solid rgba(180, 180, 180, 1);
  opacity: 0.8;
  border-radius: 0.072917rem;
  margin-right: 0.15625rem;
  text-align: center;
  margin-top: 0.052083rem;
  line-height: 0.145833rem;
  font-size: 0.104167rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: rgba(180, 180, 180, 1);
}
.back[data-v-5577eefc] {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.64);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  overflow: auto;
}
.yelow[data-v-5577eefc] {
  color: #ffdb32;
}
.blue[data-v-5577eefc] {
  background: #3699ff;
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  cursor: pointer;
  border-radius: 0.015625rem;
}
.table[data-v-5577eefc] {
  margin-top: 0.15625rem;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
}

/* .table table{width: 100%;text-align: center;border: none;white-space: nowrap; font-weight:500;color:rgba(50,48,83,1);}
.table table thead{background:rgba(247,248,255,1);border-radius:6px;font-size: 20px;font-family: '思源黑体';font-weight: 500}
.table table thead td{border: 1px solid white}
.table table tr{height:66px;}
.table table tr td{padding: 5px;}
.table table tbody td{border:1px solid rgba(237,238,246,1);min-width: 80px;padding: 5px;white-space:nowrap;}
.table table tbody tr:nth-of-type(even){background:rgba(243,255,250,1);border-radius:6px;}
.table table tbody tr:nth-of-type(odd){background:rgba(255,255,255,1);border-radius:6px;} */
.table .hover > div[data-v-5577eefc],
.section .hover > div[data-v-5577eefc] {
  position: absolute;
  width: 1.041667rem;
  height: auto;
  background: white;
  right: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  z-index: 10;
  bottom: 0.197917rem;
  text-align: left;
  padding: 0.026042rem;
  white-space: normal;
}
.table .hover[data-v-5577eefc],
.section .hover[data-v-5577eefc] {
  position: relative;
  cursor: pointer;
  height: auto;
  width: auto;
  min-height: 0.15625rem;
}
.addwork[data-v-5577eefc] {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  left: 0;
  top: 0;
  min-height: 5.208333rem;
  overflow: auto;
}
.addwork table td[data-v-5577eefc]:nth-of-type(odd) {
  padding-left: 0.15625rem;
}
.addwork table tr td[data-v-5577eefc]:nth-of-type(odd) {
  vertical-align: text-top;
  color: rgba(32, 30, 71, 1);
}
.addwork table[data-v-5577eefc] {
  width: 4.84375rem;
  height: 4.1875rem;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.083333rem 0 rgba(236, 236, 243, 1);
          box-shadow: 0 0.010417rem 0.083333rem 0 rgba(236, 236, 243, 1);
  overflow: hidden;
  border-radius: 0.03125rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background: white;
  padding: 0.416667rem;
}
.addwork select[data-v-5577eefc],
.addwork textarea[data-v-5577eefc] {
  width: 100%;
  background: rgba(250, 251, 255, 1);
  outline: none;
  border: 0.005208rem solid rgba(245, 247, 254, 1);
}
.addwork textarea[data-v-5577eefc] {
  height: 0.520833rem;
}
.addwork .posi[data-v-5577eefc] {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.15625rem;
  height: 0.15625rem;
  margin-right: -0.026042rem;
  border-radius: 0 0 0 0.260417rem;
  font-size: 0.125rem;
  text-align: center;
  background: red;
  color: white;
  padding: 0.026042rem;
  cursor: pointer;
}
.td[data-v-5577eefc] {
  background: rgba(250, 251, 255, 1);
  border: 0.005208rem solid rgba(245, 247, 254, 1);
}

/* .alter-one{position: absolute;width: 400px;height: 200px;left: 50%;top: 50%;transform: translateX(-50%) translateY(-50%);background: white;box-shadow:0px 2px 16px 0px rgba(236,236,243,1);} */
.red-btn[data-v-5577eefc] {
  outline: none;
  border: none;
  padding: 0.026042rem 0.078125rem;
  margin: 0.052083rem;
  border-radius: 0.520833rem;
  background: red;
  color: white;
}
.ccc-btn[data-v-5577eefc] {
  outline: none;
  border: none;
  padding: 0.026042rem 0.078125rem;
  margin: 0.052083rem;
  border-radius: 2.604167rem;
}
.container[data-v-1239a4e5] {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bor[data-v-1239a4e5] {
  -webkit-box-shadow: 0 0.026042rem 0.020833rem 0 rgba(186, 189, 201, 0.1);
          box-shadow: 0 0.026042rem 0.020833rem 0 rgba(186, 189, 201, 0.1);
  background: white;
  margin: 0.104167rem 0;
  margin-right: 0.104167rem;
  border-radius: 0.078125rem;
  z-index: 10;
  padding-bottom: 0.052083rem;
}
.container > div > p[data-v-1239a4e5] {
  font-size: 0.125rem;
}
.container > div[data-v-1239a4e5]:first-child {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.container > div[data-v-1239a4e5]:last-child {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.container > div[data-v-1239a4e5]:nth-of-type(2) {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
.container > div:first-child .bor[data-v-1239a4e5] {
  min-height: 2.604167rem;
}
.container > div:nth-of-type(2) .bor[data-v-1239a4e5] {
  min-height: 90%;
}
.container > div:last-child .bor[data-v-1239a4e5] {
  margin-right: 0;
  min-height: 90%;
}
.container > div:first-child .bor p[data-v-1239a4e5] {
  -webkit-box-shadow: 0 0.026042rem 0.020833rem 0 rgba(186, 189, 201, 0.16);
          box-shadow: 0 0.026042rem 0.020833rem 0 rgba(186, 189, 201, 0.16);
  text-align: center;
  height: 0.302083rem;
}
.container > div:first-child .bor p span[data-v-1239a4e5] {
  margin: 0.260417rem;
  line-height: 0.302083rem;
  font-size: 0.104167rem;
}
.p[data-v-1239a4e5] {
  -webkit-box-shadow: 0 0.026042rem 0.020833rem 0 rgba(186, 189, 201, 0.16);
          box-shadow: 0 0.026042rem 0.020833rem 0 rgba(186, 189, 201, 0.16);
  height: 0.302083rem;
  line-height: 0.302083rem;
  padding: 0 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.borday[data-v-1239a4e5] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0.78125rem;
}
.borday .time[data-v-1239a4e5],
.borday .content[data-v-1239a4e5],
.borday .complet[data-v-1239a4e5] {
  margin: 0.104167rem 0;
  border-radius: 0.052083rem;
  padding: 0.026042rem;
  margin-left: 0.104167rem;
}
.borday .time > div[data-v-1239a4e5] {
  line-height: 200%;
}
.borday .time[data-v-1239a4e5] {
  background: rgba(238, 242, 251, 0.6);
  border: 0.005208rem solid rgba(236, 239, 249, 0.6);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.borday .timeactive[data-v-1239a4e5] {
  background: rgba(48, 198, 169, 1);
  opacity: 0.76;
  color: white;
}
.borday .content[data-v-1239a4e5] {
  background: rgba(245, 247, 252, 1);
  position: relative;
  padding: 1%;
}
.borday .contentactive[data-v-1239a4e5] {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(48, 198, 169, 1)),
    to(rgba(74, 235, 204, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(48, 198, 169, 1) 0%,
    rgba(74, 235, 204, 1) 100%
  );
  color: white;
}
.dw[data-v-1239a4e5] {
  margin: 0 0.052083rem;
  position: relative;
  width: 0.520833rem;
  height: 0.197917rem;
  margin-right: 0.104167rem;
  line-height: 0.197917rem;
  border-radius: 0.026042rem;
  border: 0.005208rem solid #eee;
  cursor: pointer;
  vertical-align: middle;
  margin-top: 0.260417rem;
  padding-left: 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.el-icon-arrow-down[data-v-1239a4e5] {
  width: 0.15625rem;
  height: 0.197917rem;
  background: #02cb8e;
  color: white;
  padding: 0;
  line-height: 0.197917rem;
  float: right;
  text-align: center;
}
.complet_dw_com[data-v-1239a4e5] {
  height: 0.78125rem;
  overflow-y: auto;
  width: 100%;
  position: absolute;
  left: 0;
  background: white;
  z-index: 10;
}
.complet_dw_com div[data-v-1239a4e5] {
  border: 0.005208rem solid #eee;
  display: block;
  padding-left: 0.052083rem;
}
.p span[data-v-1239a4e5] {
  padding: 0 0.104167rem;
}
.p span[data-v-1239a4e5]:first-child,
.p span[data-v-1239a4e5]:last-child,
.borday span[data-v-1239a4e5]:first-child,
.borday span[data-v-1239a4e5]:last-child {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.p span[data-v-1239a4e5]:last-child,
.borday span[data-v-1239a4e5]:last-child {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.p span[data-v-1239a4e5]:nth-of-type(2),
.borday span[data-v-1239a4e5]:nth-of-type(2) {
  -webkit-box-flex: 6;
      -ms-flex: 6;
          flex: 6;
}
.button[data-v-1239a4e5] {
  border: none;
  outline: none;
  color: white;
  background: -webkit-gradient(linear, left top, left bottom, from(#a8ccfc), to(#78b0fd));
  background: linear-gradient(#a8ccfc, #78b0fd);
  padding: 0.026042rem 0.052083rem;
  border-radius: 0.078125rem;
  cursor: pointer;
  margin-right: 0.104167rem;
}
#calendar[data-v-1239a4e5] {
  width: 100%;
}
.month ul[data-v-1239a4e5] {
  -webkit-box-shadow: 0 0.026042rem 0.020833rem 0 rgba(186, 189, 201, 0.16);
          box-shadow: 0 0.026042rem 0.020833rem 0 rgba(186, 189, 201, 0.16);
  height: 0.302083rem;
  line-height: 0.302083rem;
  padding: 0 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.month ul[data-v-1239a4e5],
.weekdays[data-v-1239a4e5] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.month ul li[data-v-1239a4e5],
.weekdays li[data-v-1239a4e5] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  height: 0.302083rem;
  line-height: 0.302083rem;
}
.weekdays li[data-v-1239a4e5] {
  margin-top: 0.052083rem;
}
.days li[data-v-1239a4e5] {
  width: 14.2%;
  float: left;
  text-align: center;
  height: 0.302083rem;
  line-height: 0.302083rem;
  font-size: 0.083333rem;
}
.other-month[data-v-1239a4e5] {
  color: rgba(215, 215, 215, 1);
}
.active[data-v-1239a4e5] {
  color: white;
  background: -webkit-gradient(linear, left top, left bottom, from(#67eaab), to(#36c5cc));
  background: linear-gradient(#67eaab, #36c5cc);
  -webkit-box-shadow: 0 0.026042rem 0.020833rem 0 RGBA(205, 253, 232, 1);
          box-shadow: 0 0.026042rem 0.020833rem 0 RGBA(205, 253, 232, 1);
  border-radius: 50%;
  width: 0.260417rem;
  height: 0.260417rem;
  display: inline-block;
}
.borday .time .bfff[data-v-1239a4e5] {
  background: white;
  width: 60%;
  margin-top: 0.052083rem;
  margin-left: 0.052083rem;
}
.el-icon-minus[data-v-1239a4e5] {
  font-size: 0.104167rem;
  vertical-align: middle;
  color: black;
}
.btn_yr[data-v-1239a4e5] {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    color-stop(51%, rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 51%,
    rgba(66, 230, 149, 1) 100%
  );
  opacity: 0.8;
  border-radius: 0 0.052083rem 0 0.104167rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 0.208333rem;
  height: 0.15625rem;
  color: white;
  text-align: center;
  line-height: 0.15625rem;
  font-size: 0.104167rem;
}
.btn_yr_active[data-v-1239a4e5] {
  background: rgba(255, 255, 255, 1);
  color: rgba(66, 230, 149, 1);
}
.posi[data-v-1239a4e5] {
  position: relative;
}
.posixi[data-v-1239a4e5] {
  position: absolute;
  left: 0.052083rem;
  top: -0.052083rem;
}
.green[data-v-1239a4e5] {
  z-index: 10;
}
.red[data-v-1239a4e5] {
  z-index: 1000;
}
.yellow[data-v-1239a4e5] {
  z-index: 100;
}
.daycontent[data-v-1239a4e5] {
  height: auto;
  background: RGBA(238, 242, 251, 0.8);
  -webkit-box-shadow: 0 0.026042rem 0.020833rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.026042rem 0.020833rem 0 rgba(0, 0, 0, 0.1);
  margin-right: 0.104167rem;
  margin-top: -0.104167rem;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1.041667rem;
  z-index: -1;
}
.timeinput > div[data-v-1239a4e5] {
  width: 100%;
  margin-top: 0.078125rem;
}
.content textarea[data-v-1239a4e5] {
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  background: transparent;
}
.time > div[data-v-1239a4e5] {
  font-size: 0.104167rem;
  line-height: 200%;
  font-weight: 600;
  padding: 0.026042rem;
}
.darft[data-v-1239a4e5] {
  height: 0.572917rem;
  background: rgba(245, 247, 252, 1);
  margin: 0.104167rem;
  border-radius: 0.052083rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.darft span[data-v-1239a4e5]:first-child {
  -webkit-box-flex: 19;
      -ms-flex: 19;
          flex: 19;
  padding: 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.darft span[data-v-1239a4e5]:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  background: rgba(0, 0, 0, 0.06);
  font-size: 0.145833rem;
  line-height: 0.572917rem;
  color: rgba(100, 161, 245, 0.74);
}
.darft .el-icon-arrow-down[data-v-1239a4e5] {
  background: rgba(0, 0, 0, 0.06);
  font-size: 0.145833rem;
  line-height: 0.572917rem;
  color: rgba(100, 161, 245, 0.74);
  font-weight: 600;
}
.darftxi[data-v-1239a4e5] {
  background: rgba(245, 247, 252, 1);
  margin: 0.104167rem;
  border-radius: 0.052083rem;
  padding: 0.052083rem;
}
.darftxi span[data-v-1239a4e5] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
}
.darftxi span button[data-v-1239a4e5] {
  outline: none;
  border: none;
  cursor: pointer;
  background: white;
  border-radius: 0.026042rem;
  padding: 0.015625rem 0.026042rem;
}
.btn[data-v-1239a4e5] {
  outline: none;
  border: none;
  cursor: pointer;
  border-radius: 0.026042rem;
  padding: 0.015625rem 0.026042rem;
  margin: 0.052083rem 0;
}
.fiexs[data-v-1239a4e5] {
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.06);
  width: 100%;
  height: 100%;
  text-align: center;
}
.fiexs > div[data-v-1239a4e5] {
  background: white;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  position: absolute;
  padding: 0.15625rem;
}
.fiexs > div p[data-v-1239a4e5] {
  margin-bottom: 0.104167rem;
}
.completss[data-v-1239a4e5] {
  margin-top: 0.104167rem;
}
.redbbg[data-v-1239a4e5] {
  background: red;
  color: white;
}
.cccbbg[data-v-1239a4e5] {
  background: #fff;
  color: #666;
  border: 0.005208rem solid #ebe9ea;
}
.posinum[data-v-1239a4e5] {
  position: absolute;
  right: 0.052083rem;
  top: -0.052083rem;
  background: red;
  width: 0.104167rem;
  height: 0.104167rem;
  color: white;
  line-height: 0.104167rem;
  border-radius: 50%;
}
.borday_add .time[data-v-1239a4e5] {
  padding: 0;
}
.container-addposi[data-v-1239a4e5] {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  left: 0;
  top: 0;
}
.container-addposi > div[data-v-1239a4e5] {
  width: 2.083333rem;
  height: 1.041667rem;
  background: white;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.container-addposi > div p[data-v-1239a4e5] {
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  width: 100%;
  font-size: 0.145833rem;
  font-family: "\601D\6E90\9ED1\4F53";
}
.container-addposi-btn[data-v-1239a4e5] {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 0.260417rem;
  color: white;
  text-align: center;
  cursor: pointer;
  border-radius: 50% 50% 0 0;
  background: #e60012;
  line-height: 0.260417rem;
  -webkit-box-shadow: 0 0 0.026042rem 0 #e60012;
          box-shadow: 0 0 0.026042rem 0 #e60012;
}
.container-addposi-posi[data-v-1239a4e5] {
  font-size: 0.145833rem;
  cursor: pointer;
  position: absolute;
  top: -0.005208rem;
  right: -0.026042rem;
  background: red;
  color: white;
  border-radius: 0 0 0 0.260417rem;
  width: 0.208333rem;
  height: 0.208333rem;
  line-height: 0.208333rem;
  text-align: center;
}
.renbtn[data-v-1239a4e5] {
  border: none;
  outline: none;
  width: 0.416667rem;
  height: 0.15625rem;
  background: #e60012;
  border-radius: 0.520833rem;
  margin-top: 0.104167rem;
  color: white;
  -webkit-box-shadow: 0 0 0.026042rem 0 #e60012;
          box-shadow: 0 0 0.026042rem 0 #e60012;
  cursor: pointer;
}
.container-addposi-box[data-v-1239a4e5] {
  position: relative;
  margin-top: 0.052083rem;
  overflow: hidden;
}
.container-addposi-box p[data-v-1239a4e5] {
  margin-bottom: 0.052083rem;
}
.container[data-v-0dadf390] {
  width: 100%;
  height: 100%;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.container > div[data-v-0dadf390] {
  width: 100%;
  height: 100%;
}
header[data-v-0dadf390] {
  height: 0.3125rem;
  position: relative;
}
header h3[data-v-0dadf390] {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 0.197917rem;
}
.table_ul[data-v-0dadf390] {
  height: calc(100% - 0.416667rem);
  width: 100%;
  overflow: auto;
  background: white;
  margin-top: 0.104167rem;
  font-size: 0.083333rem;
}
.table_ul_head[data-v-0dadf390],
.table_ul_body[data-v-0dadf390] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0.239583rem;
  position: relative;
}
.table_ul_head li[data-v-0dadf390],
.table_ul_body li[data-v-0dadf390] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 0.260417rem;
}
.table_ul_head[data-v-0dadf390] {
  height: 0.3125rem;
  background: white;
  line-height: 0.3125rem;
}
.table_ul_body[data-v-0dadf390] {
  line-height: 0.239583rem;
}
.table_ul_body[data-v-0dadf390]:nth-of-type(even) {
  background: rgba(249, 250, 253, 1);
}
.table_ul_body[data-v-0dadf390]:nth-of-type(odd) {
  background: white;
}
.table_ul_body[data-v-0dadf390]:hover {
  -webkit-box-shadow: 0 0 0.083333rem 0 rgba(45, 90, 131, 0.16);
          box-shadow: 0 0 0.083333rem 0 rgba(45, 90, 131, 0.16);
  z-index: 10;
  color: rgba(45, 129, 206, 1);
}
.table_ul_body span[data-v-0dadf390] {
  cursor: pointer;
}
.hover > div[data-v-0dadf390] {
  position: absolute;
  width: 1.041667rem;
  height: auto;
  background: white;
  right: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  z-index: 10;
  bottom: 0.197917rem;
  text-align: left;
  padding: 0.026042rem;
  white-space: normal;
  line-height: 150%;
}
.hover[data-v-0dadf390] {
  position: relative;
  cursor: pointer;
}
.allFixed[data-v-0dadf390] {
  z-index: 10;
}
.allFixed > div[data-v-0dadf390] {
  width: 50%;
}
.creat > p[data-v-0dadf390] {
  margin-bottom: 0.104167rem;
}
.creat_1[data-v-0dadf390],
.creat_2[data-v-0dadf390] {
  font-size: 0.083333rem;
}
.creat_1 p[data-v-0dadf390],
.creat_2 p[data-v-0dadf390] {
  background: white;
  width: 100%;
  height: 0.208333rem;
  line-height: 0.208333rem;
  margin-bottom: 0.104167rem;
}
.creat_1 p i[data-v-0dadf390],
.creat_2 p i[data-v-0dadf390] {
  display: inline-block;
  width: 0.208333rem;
  padding-left: 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.creat_1 p input[data-v-0dadf390],
.creat_2 p input[data-v-0dadf390] {
  width: calc(100% - 0.208333rem);
  height: 0.208333rem;
}
.creat_1 > div[data-v-0dadf390] {
  min-height: 0.3125rem;
  position: relative;
}
.creat_1 li[data-v-0dadf390] {
  margin-bottom: 0.104167rem;
  padding-left: 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.creat_1 li input[data-v-0dadf390] {
  line-height: 0.208333rem;
  height: 0.208333rem;
  padding: 0 0.052083rem;
  width: 60%;
  background: white;
  white-space: normal;
}
.creat_2 > div[data-v-0dadf390] {
  width: 100%;
  background: white;
  margin-bottom: 0.104167rem;
}
.creat_2 > div textarea[data-v-0dadf390] {
  width: 100%;
  height: 1.041667rem;
  border: none;
  display: block;
  padding: 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.creat_disabled[data-v-0dadf390] {
  padding: 0.260417rem;
}
.creat_disabled h3[data-v-0dadf390] {
  text-align: center;
  padding-bottom: 0.104167rem;
  color: rgba(50, 48, 83, 1);
  font-size: 0.09375rem;
  font-family: "\601D\6E90\9ED1\4F53";
  border-bottom: solid 0.005208rem rgba(238, 238, 238, 1);
}
.creat_disabled .creat_1 p[data-v-0dadf390],
.creat_disabled .creat_2 p[data-v-0dadf390] {
  background: rgba(232, 244, 255, 1);
  position: relative;
  padding-left: 0.15625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: 0.15625rem;
  width: calc(100% - 0.15625rem);
  color: rgba(6, 111, 228, 1);
}
.creat_disabled .creat_1 p i[data-v-0dadf390],
.creat_disabled .creat_2 p i[data-v-0dadf390] {
  display: inline-block;
  padding: 0;
  width: 0.3125rem;
  height: 0.3125rem;
  line-height: 0.3125rem;
  position: absolute;
  left: -0.15625rem;
  border-radius: 50%;
  top: 50%;
  background: rgba(232, 244, 255, 1);
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0.104167rem;
}
.creat_disabled .creat_1 ul[data-v-0dadf390] {
  padding-left: 0.3125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: rgba(50, 48, 83, 0.7);
  font-size: 0.072917rem;
}
.creat_disabled .creat_2 textarea[data-v-0dadf390] {
  background: white;
  border: 0.005208rem solid #eee;
}
.container[data-v-720bdda6] {
  width: 100%;
  height: 100%;
  overflow: auto;
  font-size: 0.09375rem;
  background: white;
  padding: 0.104167rem 0.15625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.container header[data-v-720bdda6] {
  font-size: 0.09375rem;
  font-family: "\601D\6E90\9ED1\4F53";
  font-weight: 500;
  color: rgba(50, 48, 83, 1);
  height: 0.260417rem;
  line-height: 0.416667rem;
}
.search[data-v-720bdda6] {
  width: 1.213542rem;
  height: 0.197917rem;
  background: rgba(255, 255, 255, 1);
  border: 0.005208rem solid rgba(221, 225, 229, 1);
  border-radius: 0.03125rem;
  overflow: hidden;
  margin-right: 0.104167rem;
  position: relative;
}
.search input[data-v-720bdda6] {
  height: 100%;
  width: 0.911458rem;
  font-size: 0.09375rem;
  padding-left: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.search button[data-v-720bdda6] {
  width: 0.286458rem;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border: none;
  color: white;
  font-weight: 600;
  cursor: pointer;
  position: absolute;
  right: 0;
}
.container .content[data-v-720bdda6] {
  -webkit-box-shadow: 0 0.015625rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.015625rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
}
.nav[data-v-720bdda6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav li[data-v-720bdda6] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  background: #f7f8ff;
  border-left: 0.005208rem solid white;
  font-size: 0.09375rem;
  font-family: "\601D\6E90\9ED1\4F53";
  font-weight: 500;
  color: rgba(50, 48, 83, 1);
  height: 0.416667rem;
  line-height: 0.416667rem;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.nav li[data-v-720bdda6]:first-child {
  border-left: none;
}
.nav li span[data-v-720bdda6] {
  position: relative;
}
.nav li span i[data-v-720bdda6] {
  position: absolute;
  top: -20%;
  right: -20%;
  width: 0.104167rem;
  height: 0.104167rem;
  font-size: 0.0625rem;
  border-radius: 50%;
  background: red;
  line-height: 0.104167rem;
  color: white;
}
.nav .active[data-v-720bdda6] {
  border-bottom: 0.010417rem solid rgba(66, 230, 149, 1);
  opacity: 0.8;
  border-radius: 0.03125rem;
}
.main li[data-v-720bdda6] {
  padding: 0 0.104167rem;
  border-bottom: 0.005208rem solid #eee;
  font-size: 0.083333rem;
  font-family: "\601D\6E90\9ED1\4F53";
  font-weight: 500;
  color: rgba(50, 48, 83, 1);
  line-height: 0.3125rem;
}
.main li .noblue[data-v-720bdda6] {
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  font-size: 0.072917rem;
  font-family: "\601D\6E90\9ED1\4F53";
  font-weight: 500;
  margin-right: 0.052083rem;
  border-radius: 0.026042rem;
  background: #ffffff;
  border: 0.005208rem solid #3230532d;
  border-radius: 0.020833rem;
  color: #323053d8;
}
.main li .blue[data-v-720bdda6] {
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  font-size: 0.072917rem;
  font-family: "\601D\6E90\9ED1\4F53";
  font-weight: 500;
  margin-right: 0.052083rem;
  border-radius: 0.026042rem;
  border-radius: 0.020833rem;
  border: 0.005208rem solid #8ebdfa;
  color: rgba(255, 255, 255, 1);
}
.main li time[data-v-720bdda6] {
  font-size: 0.072917rem;
  color: rgba(169, 168, 176, 1);
}
.main[data-v-720bdda6] {
  min-height: 2.604167rem;
}
.el-button[data-v-720bdda6] {
  margin-top: 0.052083rem;
  margin-right: 0.104167rem;
}
.container[data-v-08b5eece] {
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 0.083333rem;
  padding: 0.104167rem;
  background: rgba(255, 255, 255, 1);
}
.header[data-v-08b5eece] {
  width: 100%;
  margin-bottom: 0.104167rem;
}
.table[data-v-08b5eece] {
  height: calc(100% - 0.416667rem);
}
.header .search[data-v-08b5eece] {
  width: 1.109375rem;
  height: 0.15625rem;
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
  overflow: hidden;
  position: relative;
  border: 0.005208rem solid #E6E6E6;
}
.header .search input[data-v-08b5eece] {
  height: 100%;
  width: 0.911458rem;
  font-size: 0.083333rem;
  padding-left: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header .search button[data-v-08b5eece] {
  /* width: 30px; */
  position: absolute;
  right: 0;
  padding: 0 0.015625rem;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border: none;
  color: white;
  font-weight: 600;
  font-size: 0.09375rem;
  cursor: pointer;
}
.recordStyle[data-v-08b5eece] {
  line-height: 0.1875rem;
  font-size: 0.083333rem;
}
.recordStyle i[data-v-08b5eece] {
  padding-right: 0.052083rem;
  display: inline-block;
  width: 0.15625rem;
  color: rgba(0, 0, 0, 0.4);
  vertical-align: middle;
}
.recordStyle span[data-v-08b5eece] {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 0;
  width: 0.0625rem;
  height: 0.0625rem;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.010417rem solid #00F5B4;
}
.recordStyle .bar[data-v-08b5eece] {
  position: absolute;
  top: 0.052083rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.005208rem;
  height: 0.125rem;
  background: #00F5B4;
  display: inline-block;
  padding: 0;
}
.recordStyle[data-v-08b5eece]:last-of-type {
  color: #3699ff;
}
.recordStyle:last-of-type .bar[data-v-08b5eece] {
  display: none;
}
.container[data-v-1f16b98e] {
  width: 100%;
  height: 100%;
  background: white;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

/* .container /deep/ .el-select .el-input__inner,
.container /deep/  .el-input__inner,
.container /deep/ .el-date-editor,
.container /deep/ .el-input__icon,
.container /deep/ .el-date-editor .el-range-separator{
  line-height: 32px;
  height: 32px;
  vertical-align: middle
} */
.header[data-v-1f16b98e] {
  margin-bottom: 0.104167rem;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  height: 0.15625rem;
}
.all_Search > span[data-v-1f16b98e] {
  height: 0.197917rem;
  line-height: 0.197917rem;
  display: inline-block;
  font-size: 0.09375rem;
  float: left;
}
.all_Search[data-v-1f16b98e] {
  float: left;
  margin-left: 0.078125rem;
}
.search[data-v-1f16b98e] {
  width: 1.213542rem;
  height: 0.197917rem;
  background: rgba(255, 255, 255, 1);
  border: 0.005208rem solid rgba(221, 225, 229, 1);
  border-radius: 0.03125rem;
  overflow: hidden;
  margin-right: 0.104167rem;
  position: relative;
}
.search input[data-v-1f16b98e] {
  height: 100%;
  width: 0.911458rem;
  font-size: 0.09375rem;
  padding-left: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.search button[data-v-1f16b98e] {
  width: 0.286458rem;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border: none;
  color: white;
  font-weight: 600;
  cursor: pointer;
  position: absolute;
  right: 0;
}
.btn[data-v-1f16b98e] {
  outline: none;
  border: none;
  cursor: pointer;
}
.table[data-v-1f16b98e] {
  height: calc(100% - 0.416667rem);
}
.table table tr td div[data-v-1f16b98e] {
  line-height: 200%;
  border-bottom: 0.015625rem solid #eeeffa;
}
.table table tr td div[data-v-1f16b98e]:last-child {
  border: none;
}
.table table tbody tr.active[data-v-1f16b98e] {
  background: rgb(170, 170, 170);
}
.hover > div[data-v-1f16b98e] {
  position: absolute;
  /* width: 200px; */
  height: auto;
  background: white;
  right: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  z-index: 10;
  bottom: 0.197917rem;
  text-align: left;
  padding: 0.026042rem;
  white-space: normal;
}
.hover[data-v-1f16b98e] {
  position: relative;
  cursor: pointer;
  min-height: 0.15625rem;
}
[data-v-1f16b98e]::-webkit-scrollbar {
  width: 0.026042rem;
  height: 0.052083rem;
  background-color: #f5f5f5;
}
.allFixed1 table[data-v-1f16b98e] {
  border-collapse: separate;
  border-spacing: 0.052083rem;
}
.allFixed .table[data-v-1f16b98e] {
  width: 70%;
  height: 3.90625rem;
}
.allFixed .table>.div[data-v-1f16b98e] {
  height: calc(100% - 6em);
}
.allFixed1 > div table tr td .input[data-v-1f16b98e] {
  width: 1.40625rem;
  height: 0.15625rem;
  line-height: 0.15625rem;
  background: white;
  border: 0.005208rem solid rgba(242, 242, 244, 1);
  border-radius: 0.020833rem;
  display: inline-block;
  vertical-align: top;
  padding-left: 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.allFixed1 > div table[data-v-1f16b98e] {
  border-collapse: separate;
  border-spacing: 0.052083rem 0.104167rem;
}
.allFixed1 > div table tr td[data-v-1f16b98e]:nth-of-type(odd) {
  white-space: nowrap;
  /* vertical-align: top; */
  text-align: right;
  line-height: 0.208333rem;
}
.allFixed1 > div table tr td .scroll[data-v-1f16b98e] {
  overflow: auto;
  max-height: 0.520833rem;
}
.allFixed1 > div .head[data-v-1f16b98e] {
  font-size: 0.104167rem;
  font-weight: 600;
  border-bottom: 0.005208rem solid #f2f2f2;
}
.input_model[data-v-1f16b98e] {
  background-color: #F5F7FA;
  border-color: #e4e7edc9;
  color: #333;
  font-size: 300;
  font-size: 0.083333rem;
  border: 0.005208rem solid #e4e7edc9;
  line-height: 0.166667rem;
  text-indent: 0.078125rem;
  border-radius: 0.020833rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 1;
  padding-right: 0.052083rem;
}
.length[data-v-1f16b98e] {
  position: absolute;
  bottom: 0.052083rem;
  left: 0.104167rem;
  background: white;
  min-width: 0.78125rem;
  color: rgb(50, 50, 50);
  line-height: 0.15625rem;
  white-space: nowrap;
  padding: 0 0.104167rem;
  border: 0.005208rem solid #eeeffa;
}
.table_footer_left[data-v-1f16b98e] {
  position: absolute;
  bottom: 0.052083rem;
  right: 0.104167rem;
  width: calc(30% - 0.208333rem);
}
.table input[type="checkbox"][data-v-1f16b98e] {
  width: 0.078125rem;
}
.allFixed1[data-v-1f16b98e]  table input::-webkit-outer-spin-button,
.allFixed1[data-v-1f16b98e]  table input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.allFixed1[data-v-1f16b98e]  table input[type="number"] {
  -moz-appearance: textfield;
}
.allFixed3 > div table[data-v-1f16b98e] {
  border-collapse: separate;
  border-spacing: 0.052083rem;
  width: 100%;
}
.allFixed3 > div table tr td[data-v-1f16b98e]:nth-of-type(odd) {
  white-space: nowrap;
  /* line-height: 30px; */
}
.allFixed3 table td>p[data-v-1f16b98e] {
  height: 0.208333rem;
  background: #F7F7F9;
  border-radius: 0.03125rem;
  border: 0.005208rem solid #EFEFEF;
  line-height: 0.208333rem;
  position: relative;
  padding-left: 1em;
}
.allFixed3 table td>p span[data-v-1f16b98e] {
  width: 20%;
  display: inline-block;
}
.allFixed3 table td>p .el-icon-success[data-v-1f16b98e] {
  position: absolute;
  left: -0.104167rem;
  top: 0.0625rem;
  font-size: 0.083333rem;
  color: rgb(148, 240, 161);
}
.payment_color.el-input.is-disabled[data-v-1f16b98e]   .el-input__inner {
  color: #338fe5 !important;
}
.allFixed[data-v-1f16b98e] .el-input.is-disabled .el-input__inner {
  color: #333;
}
.container[data-v-81a285a4] {
  padding: 0.104167rem;
  background: rgba(244, 245, 250, 1);
}
.section[data-v-81a285a4] {
  background: white;
  margin-bottom: 0.166667rem;
  padding: 0 0.15625rem;
  padding-bottom: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.section_title[data-v-81a285a4] {
  width: 2.083333rem;
  height: 0.260417rem;
  margin: 0 auto;
  position: relative;
}
.section_title_bar[data-v-81a285a4] {
  width: 100%;
  height: 0.130208rem;
  background: rgba(244, 245, 250, 1);
}
.section_title_name[data-v-81a285a4] {
  position: absolute;
  top: 0;
  width: 1.619792rem;
  height: 0.260417rem;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(83, 153, 219, 1)),
    to(rgba(125, 188, 247, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(83, 153, 219, 1) 0%,
    rgba(125, 188, 247, 1) 100%
  );
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  text-align: center;
  line-height: 0.260417rem;
  border-radius: 0 0 0.052083rem 0.052083rem;
  font-size: 0.125rem;
  color: white;
}
.section_table[data-v-81a285a4] {
  width: 100%;
  margin: 0 auto;
  margin-top: 0.104167rem;
  border-collapse: separate;
  border-spacing: 0.104167rem;
  /* box-sizing: border-box; */
  /* padding: 20px; */
  position: relative;
}
.section_table input.el-input__inner[data-v-81a285a4] {
  background: rgba(245, 249, 252, 1);
}
.section_table input[data-v-81a285a4],
.section_table select[data-v-81a285a4] {
  background: rgba(245, 249, 252, 1);
  border: 0.005208rem solid rgba(242, 242, 244, 1);
  border-radius: 0.020833rem;
  width: 80%;
  height: 0.208333rem;
  line-height: 0.208333rem;
  min-width: 1.041667rem;
  text-indent: 1em;
  color: rgba(136, 135, 156, 1);
}
.section1 .section_table input[data-v-81a285a4],
.section1 .section_table select[data-v-81a285a4] {
  background: white;
  height: 0.208333rem;
}
.section_table tr td[data-v-81a285a4] {
  height: 0.208333rem;
}
.section_table tr td[data-v-81a285a4]:nth-of-type(odd) {
  text-align: right;
  font-size: 0.083333rem;
  white-space: nowrap;
}
.platformApplicationReview[data-v-44af1955] {
  min-width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  overflow: auto;
  padding: 0.15625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background: #fff;
}
.platformApplicationReview .topheader[data-v-44af1955] {
  width: 2.395833rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  background: white;
  -webkit-box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
  height: 0.208333rem;
  line-height: 0.208333rem;
  text-align: center;
  border-radius: 0.130208rem;
  margin-bottom: 0.083333rem;
}
.platformApplicationReview .topheader > span[data-v-44af1955] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
}
.platformApplicationReview .topheader .active[data-v-44af1955] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border-radius: 0.130208rem;
}
.platformApplicationReview_screen[data-v-44af1955] {
  margin-top: 0.15625rem;
}
.platformApplicationReview_table[data-v-44af1955] {
  margin-top: 0.125rem;
}
.platformApplicationReview_table[data-v-44af1955] .el-table__header-wrapper th,
.platformApplicationReview_application_table[data-v-44af1955] .el-table__header-wrapper th,
.platformApplicationReview_addStudents_cont[data-v-44af1955] .el-table__header-wrapper th {
  background: #f7f8ff !important;
}
.platformApplicationReview_table[data-v-44af1955] .el-table,
.platformApplicationReview_application_table[data-v-44af1955] .el-table {
  min-height: calc(100vh - 1.458333rem);
}
.platformApplicationReview_table_pagination[data-v-44af1955] {
  text-align: right;
  margin-top: 0.083333rem;
}
.platformApplicationReview_application[data-v-44af1955] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: #fff;
  padding: 0.15625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.platformApplicationReview_application_top[data-v-44af1955] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.platformApplicationReview_application_top div[data-v-44af1955] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.platformApplicationReview_application_screen[data-v-44af1955] {
  text-align: right;
}
.platformApplicationReview_application_table[data-v-44af1955] {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}
.platformApplicationReview_application_table_inputnumber[data-v-44af1955] input {
  text-align: left;
}
.platformApplicationReview_application_sub[data-v-44af1955] {
  margin-top: 0.125rem;
  text-align: center;
}
.platformApplicationReview_addStudents[data-v-44af1955] {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
}
.platformApplicationReview_addStudents_cont[data-v-44af1955] {
  width: 4.166667rem;
  min-height: 1.5625rem;
  background: #fff;
  border-radius: 0.020833rem;
  position: absolute;
  left: 50%;
  top: 20%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
.platformApplicationReview_addStudents_cont[data-v-44af1955] {
  padding: 0.125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.platformApplicationReview_addStudents_cont_foot[data-v-44af1955] {
  margin-top: 0.125rem;
  text-align: center;
}
.container[data-v-0f987dc2] {
  width: 100%;
  height: 100%;
  background: white;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
.header[data-v-0f987dc2] {
  margin-bottom: 0.104167rem;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  min-height: 0.208333rem;
}
.header > div[data-v-0f987dc2] {
  margin-right: 0.104167rem;
  margin-top: 0.104167rem;
}
.header > div p[data-v-0f987dc2] {
  color: #999;
  margin-bottom: 0.104167rem;
}
.header > div .el-select[data-v-0f987dc2] {
  width: 0.729167rem;
  padding-right: 0.052083rem;
}
.search[data-v-0f987dc2] {
  width: 1.213542rem;
  height: 0.166667rem;
  background: rgba(255, 255, 255, 1);
  border: 0.005208rem solid rgba(221, 225, 229, 1);
  border-radius: 0.03125rem;
  overflow: hidden;
  margin-right: 0.104167rem;
  position: relative;
}
.search input[data-v-0f987dc2] {
  height: 100%;
  width: 0.911458rem;
  font-size: 0.09375rem;
  padding-left: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.search button[data-v-0f987dc2] {
  width: 0.286458rem;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border: none;
  color: white;
  font-weight: 600;
  cursor: pointer;
  position: absolute;
  right: 0;
  /* font-size: 14px; */
}
.header_btn[data-v-0f987dc2] {
  color: rgb(50, 50, 50);
  -webkit-box-shadow: 0 0 0.026042rem 0 #ccc;
          box-shadow: 0 0 0.026042rem 0 #ccc;
  border-radius: 0.130208rem;
  width: 0.692708rem;
  height: 0.197917rem;
  margin-right: 0.104167rem;
  line-height: 0.197917rem;
  text-align: center;
  font-size: 0.09375rem;
  cursor: pointer;
}
.header .topheader[data-v-0f987dc2] {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
  opacity: 0.8;
  border-radius: 0.208333rem;
  line-height: 0.208333rem;
  height: 0.208333rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(50, 48, 83, 1);
  font-size: 0.083333rem;
}
.header .topheader > span[data-v-0f987dc2] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
  padding: 0 0.083333rem;
  white-space: nowrap;
}
.header .topheader .active[data-v-0f987dc2] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border-radius: 0.208333rem;
}
.active[data-v-0f987dc2] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  -webkit-box-shadow: 0 0 0.026042rem 0 #02cb8e;
          box-shadow: 0 0 0.026042rem 0 #02cb8e;
}
.fixed_right_bottom[data-v-0f987dc2] {
  position: fixed;
  right: 0.104167rem;
  top: 0.260417rem;
  width: 0.385417rem;
  height: 0.166667rem;
  line-height: 0.166667rem;
  text-align: center;
  color: white;
  cursor: pointer;
  background: -webkit-gradient(linear, left bottom, left top, from(#42D3AD), to(#7AF5D4));
  background: linear-gradient(0deg, #42D3AD 0%, #7AF5D4 100%);
  border-radius: 0.020833rem;
}
.top_right_bottom[data-v-0f987dc2] {
  width: 0.385417rem;
  height: 0.166667rem;
  line-height: 0.166667rem;
  text-align: center;
  color: white;
  cursor: pointer;
  background: -webkit-gradient(linear, left bottom, left top, from(#42D3AD), to(#7AF5D4));
  background: linear-gradient(0deg, #42D3AD 0%, #7AF5D4 100%);
  border-radius: 0.020833rem;
  float: right;
}
.basicMsg .el-select[data-v-0f987dc2],
.basicMsg .el-input[data-v-0f987dc2] {
  width: 1.041667rem;
}
.basicMsg>div[data-v-0f987dc2] {
  width: 100%;
  margin: 0 auto;
  border: 0.005208rem solid #eaeaea;
  -webkit-box-shadow: 0 0.03125rem 0.083333rem 0 #E8E8F2;
          box-shadow: 0 0.03125rem 0.083333rem 0 #E8E8F2;
  border-radius: 0.03125rem;
  margin-bottom: 0.104167rem;
}
.basicMsg>div h3[data-v-0f987dc2] {
  padding: 0 0.416667rem;
  line-height: 0.3125rem;
  height: 0.3125rem;
  background: #F5F7FB;
  border: 0.005208rem solid #DDE1E5;
  border-radius: 0.03125rem;
  font-size: 0.104167rem;
}
.basicMsg>div table[data-v-0f987dc2] {
  margin: 0.208333rem 0.416667rem;
  width: calc(100% - 0.833333rem);
  border-collapse: separate;
  border-spacing: 0.052083rem;
}
.basicMsg>div table td[data-v-0f987dc2]:nth-of-type(odd) {
  text-align: right;
  white-space: nowrap;
}
.basicMsg input[type="file"][data-v-0f987dc2] {
  width: 1.041667rem;
  height: 0.208333rem;
  position: absolute;
  top: 0;
  opacity: 0;
  overflow: hidden;
}
.backj-exc-file[data-v-0f987dc2] {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(39, 124, 240, 1)),
    to(rgba(116, 172, 250, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(39, 124, 240, 1) 0%,
    rgba(116, 172, 250, 1) 100%
  );
  -webkit-box-shadow: 0 0.010417rem 0.104167rem 0.005208rem rgba(76, 147, 244, 0.36);
          box-shadow: 0 0.010417rem 0.104167rem 0.005208rem rgba(76, 147, 244, 0.36);
  border-radius: 0.020833rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(247, 248, 255, 1);
  text-align: center;
  cursor: pointer;
  position: absolute;
  left: 0;
  width: 1.041667rem;
  top: 0;
  height: 0.208333rem;
  line-height: 0.208333rem;
}
.lookPic[data-v-0f987dc2] {
  position: absolute;
  left: 1.041667rem;
  line-height: 0.208333rem;
  height: 0.208333rem;
}
#calendar[data-v-0f987dc2] {
  width: 100%;
  height: 2.083333rem;
}
.month ul[data-v-0f987dc2] {
  -webkit-box-shadow: 0 0.026042rem 0.020833rem 0 rgba(186, 189, 201, 0.16);
          box-shadow: 0 0.026042rem 0.020833rem 0 rgba(186, 189, 201, 0.16);
  height: 0.302083rem;
  line-height: 0.302083rem;
  padding: 0 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.month ul[data-v-0f987dc2],
.weekdays[data-v-0f987dc2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.month ul li[data-v-0f987dc2],
.weekdays li[data-v-0f987dc2] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  height: 0.302083rem;
  line-height: 0.302083rem;
}
.weekdays li[data-v-0f987dc2] {
  margin-top: 0.052083rem;
}
.days li[data-v-0f987dc2] {
  width: 14.2%;
  float: left;
  text-align: center;
  height: 0.302083rem;
  line-height: 0.302083rem;
}
.days_to[data-v-0f987dc2] {
  background: rgba(69, 90, 247, 1);
  border-radius: 0.052083rem;
  width: 0.25rem;
  height: 0.25rem;
  display: inline-block;
  color: white;
}
.active1[data-v-0f987dc2] {
  background: white;
  color: rgb(50, 50, 50);
}
.other-month[data-v-0f987dc2] {
  color: rgba(215, 215, 215, 1);
}
.posi[data-v-0f987dc2] {
  position: relative;
}
.addClass_time>div[data-v-0f987dc2] {
  border: 0.005208rem solid #eaeaea;
  height: 2.083333rem;
  overflow: auto;
}
.addClass_time[data-v-0f987dc2] {
  line-height: 0.197917rem;
}
.addClass_time>div>span[data-v-0f987dc2] {
  display: inline-block;
  width: 40%;
  text-align: center;
  line-height: 0.197917rem;
  white-space: nowrap;
}
.hovers td[data-v-0f987dc2] {
  background: #eaeaea;
}
.hover > div[data-v-0f987dc2] {
  position: absolute;
  width: 1.041667rem;
  height: auto;
  background: white;
  right: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  z-index: 10;
  bottom: 0.197917rem;
  text-align: left;
  padding: 0.026042rem;
  white-space: normal;
}
.hover[data-v-0f987dc2] {
  position: relative;
  cursor: pointer;
  min-height: 0.15625rem;
}
.container[data-v-0f987dc2] .el-select .el-input__inner,
.container[data-v-0f987dc2]  .el-input__inner,
.container[data-v-0f987dc2] .el-date-editor,
.container[data-v-0f987dc2] .el-input__icon,
.container[data-v-0f987dc2] .el-date-editor .el-range-separator {
  line-height: 0.166667rem;
  height: 0.166667rem;
  vertical-align: middle;
}
.container[data-v-0f987dc2] .el-button {
  line-height: 0.5;
  height: 0.166667rem;
  vertical-align: middle;
}
.vue_qr_text[data-v-0f987dc2] {
  text-align: center;
  font-size: 0.09375rem;
  font-family: '\601D\6E90\9ED1\4F53';
  /* font-weight: 600 */
}
.allFixedTitle[data-v-0f987dc2] {
  font-size: 0.104167rem;
  font-weight: 600;
  margin-bottom: 0.104167rem;
}
.allFixedNotes[data-v-0f987dc2] {
  font-size: 0.072917rem;
  margin-top: 0.052083rem;
  color: #999;
  text-align: center;
}
.table1[data-v-0f987dc2] {
  height: calc(100% - 0.78125rem);
}
.tableHover[data-v-0f987dc2] {
  cursor: pointer;
}
.tableHover[data-v-0f987dc2]:hover {
  color: #409EFF;
}
.allFixed>div[data-v-0f987dc2] {
  min-width: 2.083333rem;
}
.repairSignInTable .el-select[data-v-0f987dc2],
.repairSignInTable .el-date-editor[data-v-0f987dc2],
.repairSignInTable .el-input[data-v-0f987dc2] {
  width: 0.78125rem;
}
.repairSignInTable tr td[data-v-0f987dc2] {
  padding: 0.052083rem;
}
.repairSignInTable tr td[data-v-0f987dc2]:nth-of-type(3) {
  width: 0.416667rem;
}
.repairSignInTable[data-v-0f987dc2] {
  width: 3.125rem;
  display: block;
  max-height: 1.822917rem;
  overflow: auto;
}
.repairSignInTable .el-icon-minus[data-v-0f987dc2],
.repairSignInTable .el-icon-plus[data-v-0f987dc2] {
  cursor: pointer;
  width: 0.104167rem;
  height: 0.104167rem;
  font-size: 0.083333rem;
  display: inline-block;
  text-align: center;
  line-height: 0.104167rem;
  border-radius: 0.015625rem;
}
.repairSignInTable .el-icon-minus[data-v-0f987dc2] {
  border: 0.005208rem solid #E8E8F2;
}
.repairSignInTable .el-icon-plus[data-v-0f987dc2] {
  border: 0.005208rem solid #409EFF;
  background: #409EFF;
  color: white;
}
.allFixed_top[data-v-0f987dc2] {
  text-align: center;
  color: #ccc;
}
.allFixed_top span[data-v-0f987dc2] {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin: 0 0.052083rem;
}
.allFixed_active[data-v-0f987dc2] {
  color: #323053;
  border-bottom: #02cb8e 0.010417rem solid;
}
.allFixed input[data-v-0f987dc2],
.allFixed select[data-v-0f987dc2] {
  background: #f5f7fa;
  /* padding-left: 15px; */
  text-indent: 1em;
  line-height: 0.197917rem;
  width: 12em;
  height: 0.197917rem;
  border: none;
  font-size: 0.072917rem;
  border: 0.005208rem solid #eee;
  border-radius: 0.020833rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.allFixed div[data-v-0f987dc2] {
  margin: 0 auto;
}
.allFixed table[data-v-0f987dc2] {
  width: 100%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0 0.052083rem;
}
.allFixed table tr td[data-v-0f987dc2]:nth-of-type(odd) {
  text-align: right;
  white-space: nowrap;
}
.allFixed table tr td[data-v-0f987dc2] {
  white-space: nowrap;
}
.allFixed h3[data-v-0f987dc2] {
  font-size: 0.104167rem;
  font-weight: 600;
  white-space: nowrap;
}
.courseDuration_tabs[data-v-0f987dc2] .el-tabs__content {
  display: none;
}
.courseDuration_tabs[data-v-0f987dc2] .el-tabs {
  max-width: 2.604167rem;
}
.container[data-v-e11d87c2] {
  width: 100%;
  height: 100%;
  background: white;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
.header[data-v-e11d87c2] {
  margin-bottom: 0.104167rem;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  min-height: 0.208333rem;
}
.header > div[data-v-e11d87c2] {
  margin-right: 0.104167rem;
  margin-top: 0.104167rem;
}
.header > div p[data-v-e11d87c2] {
  color: #999;
  margin-bottom: 0.104167rem;
}
.header > div .el-select[data-v-e11d87c2] {
  width: 0.729167rem;
  padding-right: 0.052083rem;
}
.search[data-v-e11d87c2] {
  width: 1.213542rem;
  height: 0.197917rem;
  background: rgba(255, 255, 255, 1);
  border: 0.005208rem solid rgba(221, 225, 229, 1);
  border-radius: 0.03125rem;
  overflow: hidden;
  margin-right: 0.104167rem;
  position: relative;
}
.search input[data-v-e11d87c2] {
  height: 100%;
  width: 0.911458rem;
  font-size: 0.09375rem;
  padding-left: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.search button[data-v-e11d87c2] {
  width: 0.286458rem;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border: none;
  color: white;
  font-weight: 600;
  cursor: pointer;
  position: absolute;
  right: 0;
  /* font-size: 14px; */
}
.header_btn[data-v-e11d87c2] {
  color: rgb(50, 50, 50);
  -webkit-box-shadow: 0 0 0.026042rem 0 #ccc;
          box-shadow: 0 0 0.026042rem 0 #ccc;
  border-radius: 0.130208rem;
  width: 0.692708rem;
  height: 0.197917rem;
  margin-right: 0.104167rem;
  line-height: 0.197917rem;
  text-align: center;
  font-size: 0.09375rem;
  cursor: pointer;
}
.header .topheader[data-v-e11d87c2] {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
  opacity: 0.8;
  border-radius: 0.208333rem;
  line-height: 0.208333rem;
  height: 0.208333rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(50, 48, 83, 1);
  font-size: 0.083333rem;
}
.header .topheader > span[data-v-e11d87c2] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
  padding: 0 0.083333rem;
  white-space: nowrap;
}
.header .topheader .active[data-v-e11d87c2] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border-radius: 0.208333rem;
}
.active[data-v-e11d87c2] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  -webkit-box-shadow: 0 0 0.026042rem 0 #02cb8e;
          box-shadow: 0 0 0.026042rem 0 #02cb8e;
}
.fixed_right_bottom[data-v-e11d87c2] {
  position: fixed;
  right: 0.104167rem;
  top: 0.260417rem;
  width: 0.385417rem;
  height: 0.166667rem;
  line-height: 0.166667rem;
  text-align: center;
  color: white;
  cursor: pointer;
  background: -webkit-gradient(linear, left bottom, left top, from(#42D3AD), to(#7AF5D4));
  background: linear-gradient(0deg, #42D3AD 0%, #7AF5D4 100%);
  border-radius: 0.020833rem;
}
.basicMsg .el-select[data-v-e11d87c2],
.basicMsg .el-input[data-v-e11d87c2] {
  width: 1.041667rem;
}
.basicMsg>div[data-v-e11d87c2] {
  width: 90%;
  margin: 0 auto;
  border: 0.005208rem solid #eaeaea;
  -webkit-box-shadow: 0 0.03125rem 0.083333rem 0 #E8E8F2;
          box-shadow: 0 0.03125rem 0.083333rem 0 #E8E8F2;
  border-radius: 0.03125rem;
  margin-bottom: 0.104167rem;
}
.basicMsg>div h3[data-v-e11d87c2] {
  padding: 0 0.416667rem;
  line-height: 0.3125rem;
  height: 0.3125rem;
  background: #F5F7FB;
  border: 0.005208rem solid #DDE1E5;
  border-radius: 0.03125rem;
  font-size: 0.104167rem;
}
.basicMsg>div table[data-v-e11d87c2] {
  margin: 0.208333rem 0.416667rem;
  width: calc(100% - 0.833333rem);
  border-collapse: separate;
  border-spacing: 0.052083rem;
}
.basicMsg>div table td[data-v-e11d87c2]:nth-of-type(odd) {
  text-align: right;
  white-space: nowrap;
}
.basicMsg input[type="file"][data-v-e11d87c2] {
  width: 1.041667rem;
  height: 0.208333rem;
  position: absolute;
  top: 0;
  opacity: 0;
  overflow: hidden;
}
.backj-exc-file[data-v-e11d87c2] {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(39, 124, 240, 1)),
    to(rgba(116, 172, 250, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(39, 124, 240, 1) 0%,
    rgba(116, 172, 250, 1) 100%
  );
  -webkit-box-shadow: 0 0.010417rem 0.104167rem 0.005208rem rgba(76, 147, 244, 0.36);
          box-shadow: 0 0.010417rem 0.104167rem 0.005208rem rgba(76, 147, 244, 0.36);
  border-radius: 0.020833rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(247, 248, 255, 1);
  text-align: center;
  cursor: pointer;
  position: absolute;
  left: 0;
  width: 1.041667rem;
  top: 0;
  height: 0.208333rem;
  line-height: 0.208333rem;
}
.lookPic[data-v-e11d87c2] {
  position: absolute;
  left: 1.041667rem;
  line-height: 0.208333rem;
  height: 0.208333rem;
}
#calendar[data-v-e11d87c2] {
  width: 100%;
}
.month ul[data-v-e11d87c2] {
  -webkit-box-shadow: 0 0.026042rem 0.020833rem 0 rgba(186, 189, 201, 0.16);
          box-shadow: 0 0.026042rem 0.020833rem 0 rgba(186, 189, 201, 0.16);
  height: 0.302083rem;
  line-height: 0.302083rem;
  padding: 0 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.month ul[data-v-e11d87c2],
.weekdays[data-v-e11d87c2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.month ul li[data-v-e11d87c2],
.weekdays li[data-v-e11d87c2] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  height: 0.302083rem;
  line-height: 0.302083rem;
}
.weekdays li[data-v-e11d87c2] {
  margin-top: 0.052083rem;
}
.days li[data-v-e11d87c2] {
  width: 14.2%;
  float: left;
  text-align: center;
  height: 0.302083rem;
  line-height: 0.302083rem;
}
.days_to[data-v-e11d87c2] {
  background: rgba(69, 90, 247, 1);
  border-radius: 0.052083rem;
  width: 0.25rem;
  height: 0.25rem;
  display: inline-block;
  color: white;
}
.active1[data-v-e11d87c2] {
  background: white;
  color: rgb(50, 50, 50);
}
.other-month[data-v-e11d87c2] {
  color: rgba(215, 215, 215, 1);
}
.posi[data-v-e11d87c2] {
  position: relative;
}
.addClass_time>div[data-v-e11d87c2] {
  border: 0.005208rem solid #eaeaea;
  height: 80%;
  overflow: auto;
}
.addClass_time[data-v-e11d87c2] {
  line-height: 0.197917rem;
}
.addClass_time>div>span[data-v-e11d87c2] {
  display: inline-block;
  width: 40%;
  text-align: center;
  line-height: 0.197917rem;
  white-space: nowrap;
}
.hovers td[data-v-e11d87c2] {
  background: #eaeaea;
}
.hover > div[data-v-e11d87c2] {
  position: absolute;
  width: 1.041667rem;
  height: auto;
  background: white;
  right: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  z-index: 10;
  bottom: 0.197917rem;
  text-align: left;
  padding: 0.026042rem;
  white-space: normal;
}
.hover[data-v-e11d87c2] {
  position: relative;
  cursor: pointer;
  min-height: 0.15625rem;
}
.container[data-v-e11d87c2] .el-select .el-input__inner,
.container[data-v-e11d87c2]  .el-input__inner,
.container[data-v-e11d87c2] .el-date-editor,
.container[data-v-e11d87c2] .el-input__icon,
.container[data-v-e11d87c2] .el-date-editor .el-range-separator {
  line-height: 0.166667rem;
  height: 0.166667rem;
  vertical-align: middle;
}
.container[data-v-e11d87c2] .el-button {
  line-height: 0.5;
  height: 0.166667rem;
  vertical-align: middle;
}
.courseDuration_tabs[data-v-e11d87c2] .el-tabs__content {
  display: none;
}
.courseDuration_tabs[data-v-e11d87c2] .el-tabs {
  max-width: 2.604167rem;
}
.el-aside[data-v-56da96b8] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: auto;
}

/* 左边框 */
.main[data-v-56da96b8],
.el-container[data-v-56da96b8] {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.left-bar-logo[data-v-56da96b8] {
  max-width: 1.666667rem;
  width: 100%;
  height: 0.307292rem;
  margin: 0 auto;
  margin-bottom: 0.364583rem;
}
.left-bar-logo img[data-v-56da96b8] {
  margin: 0 auto;
  display: block;
  width: 90%;
}
.left-bar[data-v-56da96b8] {
  width: 1.354167rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#30d8a0), to(#00b4bf));
  background: linear-gradient(0deg, #30d8a0, #00b4bf);
  position: relative;
  padding: 0.208333rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 4.166667rem;
  height: 100%;
}
.left-bar1[data-v-56da96b8] {
  width: auto;
  background: -webkit-gradient(linear, left bottom, left top, from(#30d8a0), to(#00b4bf));
  background: linear-gradient(0deg, #30d8a0, #00b4bf);
  position: relative;
  padding: 0.208333rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.left-bar a[data-v-56da96b8] {
  color: #fff;
  display: block;
}
.left-bar li[data-v-56da96b8] {
  padding-left: 0.15625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 0.25rem;
  cursor: pointer;
  letter-spacing: 0.010417rem;
}
.left-bar1 li[data-v-56da96b8] {
  padding: 0 0.208333rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 0.25rem;
}
.left-bar li[data-v-56da96b8]:last-child {
  margin-bottom: 0;
}
.left-bar li img[data-v-56da96b8] {
  height: 100%;
  vertical-align: middle;
  margin: 0.010417rem 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 0.104167rem;
}
.left-bar1 li img[data-v-56da96b8] {
  height: 100%;
  vertical-align: middle;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.left-bar li[data-v-56da96b8]:focus,
.left-bar li[data-v-56da96b8]:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.5);
}
.posi[data-v-56da96b8] {
  width: 100%;
  display: block;
  cursor: pointer;
  position: absolute;
  bottom: 0;
}
.posi1[data-v-56da96b8] {
  width: 100%;
  display: block;
  cursor: pointer;
  margin-top: 0;
}
.left-bar li i[data-v-56da96b8] {
  padding-right: 0.052083rem;
  line-height: 0.25rem;
}
.left-bar ul[data-v-56da96b8] {
  position: absolute;
  bottom: 0.052083rem;
  width: 100%;
}
.active[data-v-56da96b8] {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.5);
}
.list_dl[data-v-56da96b8] {
  max-height: 80vh;
  overflow: auto;
  position: absolute;
  bottom: 100%;
  width: 100%;
  border: 0.005208rem solid #888;
  left: 0;
  color: #000;
}
.list_dl dd[data-v-56da96b8] {
  height: 0.15625rem;
  text-align: center;
  background: white;
  line-height: 0.15625rem;
}
.list_dl dd[data-v-56da96b8]:hover {
  font-size: 0.114583rem;
  font-family: "\601D\6E90\9ED1\4F53";
}

/**/
.el-main[data-v-56da96b8] {
  padding: 0;
  position: relative;
}
.right-main-mbr[data-v-56da96b8] {
  margin: 0;
  -webkit-box-shadow: 0 0 0.020833rem #ccc;
          box-shadow: 0 0 0.020833rem #ccc;
  border-radius: 0.026042rem;
  padding: 0 0.104167rem;
  background: #fff;
}

/*谷歌、safari、qq浏览器、360浏览器滚动条样式*/

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
[data-v-56da96b8]::-webkit-scrollbar {
  width: 0.026042rem;
  height: 0.026042rem;
  background-color: #f5f5f5;
}

/*定义滚动条轨道 内阴影+圆角*/
[data-v-56da96b8]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0.03125rem rgba(0, 0, 0, 0.3);
  border-radius: 0.052083rem;
  background-color: #f5f5f5;
}

/*定义滑块 内阴影+圆角*/
[data-v-56da96b8]::-webkit-scrollbar-thumb {
  border-radius: 0.052083rem;
  -webkit-box-shadow: inset 0 0 0.03125rem rgba(0, 0, 0, 0.3);
  background-color: #bdbdbd;
}

/*滑块效果*/
[data-v-56da96b8]::-webkit-scrollbar-thumb:hover {
  border-radius: 0.026042rem;
  -webkit-box-shadow: inset 0 0 0.026042rem rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.4);
}

/*IE滚动条颜色*/
html[data-v-56da96b8] {
  scrollbar-face-color: #bfbfbf;
  /*滚动条颜色*/
  scrollbar-highlight-color: #000;
  scrollbar-3dlight-color: #000;
  scrollbar-darkshadow-color: #000;
  scrollbar-shadow-color: #adadad;
  /*滑块边色*/
  scrollbar-arrow-color: rgba(0, 0, 0, 0.4);
  /*箭头颜色*/
  scrollbar-track-color: #eeeeee;
  /*背景颜色*/
}
.container[data-v-7bc5433e] {
  width: 100%;
  height: 100%;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
.header[data-v-7bc5433e] {
  margin-bottom: 0.104167rem;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.header__mleft[data-v-7bc5433e] {
  height: 0.3125rem;
}
.header__mleft--search[data-v-7bc5433e] {
  background: #f3f4fc;
  line-height: 0.197917rem;
  margin-right: 0.078125rem;
  padding-left: 0.052083rem;
}
.header .search[data-v-7bc5433e] {
  width: 1.213542rem;
  height: 0.25rem;
  background: rgba(255, 255, 255, 1);
  border: 0.005208rem solid rgba(221, 225, 229, 1);
  border-radius: 0.03125rem;
  overflow: hidden;
  margin-right: 0.104167rem;
}
.header .search input[data-v-7bc5433e] {
  height: 100%;
  width: 0.911458rem;
  font-size: 0.09375rem;
  padding-left: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header .search button[data-v-7bc5433e] {
  width: 0.302083rem;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border: none;
  color: white;
  font-weight: 600;
  font-size: 0.145833rem;
  cursor: pointer;
}
.btn[data-v-7bc5433e] {
  outline: none;
  border: none;
  cursor: pointer;
}
.header .topheader[data-v-7bc5433e] {
  font-size: 0.083333rem;
  background: white;
  -webkit-box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
  height: 0.208333rem;
  line-height: 0.208333rem;
  text-align: center;
  border-radius: 0.208333rem;
  margin: 0 auto;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
}
.header .topheader > span[data-v-7bc5433e] {
  cursor: pointer;
  padding: 0 0.083333rem;
  white-space: nowrap;
  height: 0.208333rem;
  float: left;
}
.header .topheader .active[data-v-7bc5433e] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border-radius: 0.130208rem;
}
.topheaderfr[data-v-7bc5433e] {
  position: absolute;
  right: 0;
  top: 0;
}
.topheaderfr .btn_1[data-v-7bc5433e] {
  padding: 0 0.15625rem;
  line-height: 0.260417rem;
  height: 0.260417rem;
  background: #f9f9ff;
  border: 0.005208rem solid #ccc;
  border-radius: 0.130208rem;
  margin-right: 0.104167rem;
  cursor: pointer;
}
.topheaderfr .btn_2[data-v-7bc5433e] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  padding: 0 0.104167rem;
  -webkit-box-shadow: 0 0 0.026042rem 0 #8dbbfa;
          box-shadow: 0 0 0.026042rem 0 #8dbbfa;
  line-height: 0.260417rem;
  height: 0.260417rem;
  border-radius: 0.130208rem;
  cursor: pointer;
}
.topheaderfr .active[data-v-7bc5433e] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border-radius: 0.130208rem;
  border: none;
}
.btn-back-blue[data-v-7bc5433e] {
  background: -webkit-gradient(linear, left top, left bottom, from(#8dbbfa), to(#5194f3));
  background: linear-gradient(#8dbbfa, #5194f3);
  color: white;
  padding: 0.026042rem 0.052083rem;
  -webkit-box-shadow: 0 0 0.026042rem 0 #8dbbfa;
          box-shadow: 0 0 0.026042rem 0 #8dbbfa;
  border-radius: 0.026042rem;
}
.ECharts[data-v-7bc5433e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 90%;
  min-height: 4.166667rem;
}
.ECharts_left[data-v-7bc5433e] {
  -webkit-box-flex: 6;
      -ms-flex: 6;
          flex: 6;
  margin: 0.083333rem;
}
.ECharts_right[data-v-7bc5433e] {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
  margin: 0.083333rem;
}
.ECharts_left > div[data-v-7bc5433e],
.ECharts_right > div[data-v-7bc5433e] {
  min-height: 50%;
  width: 100%;
  padding: 0.083333rem 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0.166667rem;
  background: white;
  box-sizing: border-box;
  border-radius: 0.041667rem;
}
#main1[data-v-7bc5433e],
#main2[data-v-7bc5433e],
#main3[data-v-7bc5433e],
#main4[data-v-7bc5433e] {
  width: 100%;
  height: 2.083333rem;
  background: white;
}
#main1[data-v-7bc5433e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
#main1[data-v-7bc5433e] {
  height: auto;
}

/* #main3 {
  width: 100%;
  height: auto;
} */

/* #main2{height: 100%;} */
.ECharts_left > div p[data-v-7bc5433e],
.ECharts_right > div p[data-v-7bc5433e] {
  height: 0.197917rem;
  padding-left: 0.104167rem;
  position: relative;
}
.ECharts select[data-v-7bc5433e] {
  border: none;
  background: transparent;
  outline: none;
  font-size: 0.083333rem;
  margin-right: 0.104167rem;
  position: absolute;
  bottom: 0;
  right: 0;
}
#main2[data-v-7bc5433e],
#main3[data-v-7bc5433e],
#main4[data-v-7bc5433e] {
  height: 2.1875rem;
  margin-top: 0.104167rem;
}
#main1_1[data-v-7bc5433e] {
  background: rgba(214, 237, 251, 0.3);
  margin: 0.052083rem;
  -webkit-box-flex: 50;
      -ms-flex: 50;
          flex: 50;
  margin-left: 0.104167rem;
  height: 2.083333rem;
}
#main1_2[data-v-7bc5433e] {
  margin: 0.052083rem;
  -webkit-box-flex: 50;
      -ms-flex: 50;
          flex: 50;
  margin-left: 0.15625rem;
  height: 2.1875rem;
}
#main1_2 p[data-v-7bc5433e] {
  width: 25%;
  float: left;
  cursor: pointer;
  line-height: 200%;
  font-size: 0.072917rem;
  white-space: nowrap;
}
#main1_2 p i[data-v-7bc5433e] {
  display: inline-block;
  width: 0.104167rem;
  height: 0.104167rem;
  background: rgba(254, 177, 127, 1);
  vertical-align: middle;
  border-radius: 0.026042rem;
  margin-right: 0.052083rem;
}
#main3_1[data-v-7bc5433e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.104167rem;
}
#main3_1>div[data-v-7bc5433e] {
  width: 1.354167rem;
  height: 0.833333rem;
  background: #FFFFFF;
  border: 0.005208rem solid #FAFAFA;
  -webkit-box-shadow: 0 0 0.036458rem 0.005208rem rgba(233, 233, 242, 0.63);
          box-shadow: 0 0 0.036458rem 0.005208rem rgba(233, 233, 242, 0.63);
  border-radius: 0.03125rem;
  margin-bottom: 0.104167rem;
}
#main3_1>div>div[data-v-7bc5433e] {
  width: 1.354167rem;
  height: 0.260417rem;
  background: linear-gradient(204deg, #00B4BF, #42E695);
  opacity: 0.8;
  border-radius: 0.03125rem 0.03125rem 0 0;
  font-size: 0.104167rem;
  font-family: '\601D\6E90\9ED1\4F53';
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  line-height: 0.260417rem;
}
#main3_1>div>p[data-v-7bc5433e] {
  height: 0.286458rem;
  font-size: 0.1875rem;
  text-align: center;
  font-weight: 400;
  color: #323053;
  padding: 0;
}
#main3_1>div>p[data-v-7bc5433e]:nth-of-type(odd) {
  padding-top: 0.130208rem;
  font-size: 0.083333rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #888888;
  opacity: 0.4;
}

/* #main3 > div {
  height: 200px;
}
#main3_1 {
  display: flex;
  justify-content: space-around;
  text-align: center;
  background: rgba(214, 237, 251, 0.3);
  margin: 16px 20px;
}
#main3_1 > div {
  height: 90%;
  min-width: 10%;
  margin: 0 10px;
  white-space: nowrap;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#main3_1 > div p {
  padding: 0;
}
#main3_1 ~ p {
  margin-top: 30px;
}
#main3_1 > div > div {
  border-bottom: rgba(0, 180, 191, 1) 2px solid;
  height: 64px;
  color: rgba(165, 165, 173, 1);
  line-height: 64px;
  font-size: 28px;
  font-family: "思源黑体";
  font-weight: 500;
}
#main3_1 > div > p {
  margin-top: 30%;
  line-height: 64px;
  color: rgba(136, 136, 136, 1);
}
#main3_1 > div > p > span {
  font-size: 30px;
  font-family: "思源黑体";
  font-weight: 500;
  color: rgba(50, 48, 83, 1);
}
#main3 > #main3_2 {
  display: flex;
  justify-content: space-around;
  text-align: center;
  margin: 0 10px;
  height: 160px;
}
#main3_2 > div {
  height: 60%;
  width: 100%;
  background: white;
  margin-top: 30px;
  box-sizing: border-box;
  font-size: 20px;
  position: relative;
}
#main3_2 > div > div {
  font-size: 16px;
}
#main3_2 > div .bar {
  width: 2px;
  background: #eee;
  height: 80%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#main3_2 > div:last-child {
  border: none;
}
#main3_2 > div > p:nth-of-type(1) {
  color: #ccc;
  margin-left: -2em;
}
#main3_2 > div > p:nth-of-type(2) {
  margin-left: -1em;
  font-weight: 500;
  font-size: 28px;
  color: #42e695;
} */
[data-v-7bc5433e]::-webkit-scrollbar {
  width: 0.026042rem;
  height: 0.052083rem;
  background-color: #f5f5f5;
}
.container[data-v-2ce295d6] {
  width: 100%;
  height: 100%;
  background: white;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
.header[data-v-2ce295d6] {
  margin-bottom: 0.104167rem;
  /* margin-bottom: 10px; */
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  height: 0.520833rem;
}
.header__mleft[data-v-2ce295d6] {
  height: 0.3125rem;
}
.header__mleft--search[data-v-2ce295d6] {
  background: #f3f4fc;
  line-height: 0.197917rem;
  margin-right: 0.078125rem;
  padding-left: 0.052083rem;
}
.header_checkbox[data-v-2ce295d6] {
  font-size: 0.09375rem;
  line-height: 0.197917rem;
  height: 0.197917rem;
  margin-right: 0.104167rem;
  vertical-align: middle;
}
.header_checkbox input[data-v-2ce295d6] {
  vertical-align: middle;
  margin-right: 0.026042rem;
}
input[type="checkbox"][data-v-2ce295d6] {
  width: 0.104167rem;
  height: 0.104167rem;
}
.search[data-v-2ce295d6] {
  width: 1.213542rem;
  height: 0.197917rem;
  background: rgba(255, 255, 255, 1);
  border: 0.005208rem solid rgba(221, 225, 229, 1);
  border-radius: 0.03125rem;
  overflow: hidden;
  margin-right: 0.104167rem;
  position: relative;
}
.search input[data-v-2ce295d6] {
  height: 100%;
  width: 0.911458rem;
  font-size: 0.09375rem;
  padding-left: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.search button[data-v-2ce295d6] {
  width: 0.286458rem;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border: none;
  color: white;
  font-weight: 600;
  cursor: pointer;
  position: absolute;
  right: 0;
}
.header .topheader[data-v-2ce295d6] {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
  opacity: 0.8;
  border-radius: 0.208333rem;
  line-height: 0.208333rem;
  height: 0.208333rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(50, 48, 83, 1);
  font-size: 0.083333rem;
}
.header .topheader > span[data-v-2ce295d6] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
  padding: 0 0.083333rem;
  white-space: nowrap;
}
.header .topheader .active[data-v-2ce295d6] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border-radius: 0.208333rem;
}
.table[data-v-2ce295d6] {
  height: calc(100% - 0.520833rem);
  padding-bottom: 0.15625rem;
  position: relative;
}
.table table tr td div[data-v-2ce295d6] {
  line-height: 200%;
  border-bottom: 0.015625rem solid #eeeffa;
}
.table table tr td div[data-v-2ce295d6]:last-child {
  border: none;
}
.table table tbody tr.active[data-v-2ce295d6] {
  background: rgb(170, 170, 170);
}
.hover > div[data-v-2ce295d6] {
  position: absolute;
  width: 1.041667rem;
  height: auto;
  background: white;
  right: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  z-index: 10;
  bottom: 0.197917rem;
  text-align: left;
  padding: 0.026042rem;
  white-space: normal;
}
.hover[data-v-2ce295d6] {
  position: relative;
  cursor: pointer;
  min-height: 0.15625rem;
}
.allFixed table[data-v-2ce295d6] {
  border-collapse: separate;
  border-spacing: 0.052083rem;
}
.allFixed1 > div table tr td .input[data-v-2ce295d6] {
  width: 1.40625rem;
  height: 0.15625rem;
  line-height: 0.15625rem;
  background: white;
  border: 0.005208rem solid rgba(242, 242, 244, 1);
  border-radius: 0.020833rem;
  display: inline-block;
  vertical-align: top;
  padding-left: 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.allFixed1 > div table[data-v-2ce295d6] {
  border-collapse: separate;
  border-spacing: 0.052083rem 0.104167rem;
}
.allFixed1 > div table tr td[data-v-2ce295d6]:nth-of-type(odd),
.allFixed2 > div table tr td[data-v-2ce295d6]:nth-of-type(odd) {
  white-space: nowrap;
  /* vertical-align: top; */
  line-height: 0.208333rem;
}
.allFixed1 > div table tr td .scroll[data-v-2ce295d6] {
  overflow: auto;
  max-height: 0.520833rem;
}
.allFixed1 > div .head[data-v-2ce295d6] {
  font-size: 0.104167rem;
  font-weight: 600;
  border-bottom: 0.005208rem solid #f2f2f2;
}
.allFixed2 > div p[data-v-2ce295d6]:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.208333rem;
}
.allFixed2 > div p:first-child span[data-v-2ce295d6]:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "\601D\6E90\9ED1\4F53";
  white-space: nowrap;
}
.allFixed2 > div p:first-child span[data-v-2ce295d6]:last-child {
  -webkit-box-flex: 8;
      -ms-flex: 8;
          flex: 8;
}
.header_top_select[data-v-2ce295d6] {
  margin-top: 0.3125rem;
}
.allFixed_nav[data-v-2ce295d6] {
  margin: 0 auto;
  margin-bottom: 0.145833rem;
  text-align: center;
}
.allFixed_nav span[data-v-2ce295d6] {
  margin: 0 0.052083rem;
  padding: 0 0.041667rem;
  font-size: 0.09375rem;
  color: rgba(51, 48, 84, 0.6);
  padding-bottom: 0.052083rem;
  border-bottom: 0.020833rem solid transparent;
  cursor: pointer;
}
.allFixed_nav .allFixed_nav_bar[data-v-2ce295d6] {
  color: rgba(51, 48, 84, 1);
  border-bottom: 0.020833rem solid #1ac8b0;
}
.recordStyle[data-v-2ce295d6] {
  line-height: 0.1875rem;
  font-size: 0.083333rem;
  padding-left: 2em;
}
.recordStyle i[data-v-2ce295d6] {
  padding-right: 1em;
  display: inline-block;
  width: 0.15625rem;
  color: rgba(0, 0, 0, 0.4);
  vertical-align: middle;
}
.recordStyle span[data-v-2ce295d6] {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 0;
  width: 0.0625rem;
  height: 0.0625rem;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.010417rem solid #00f5b4;
}
.recordStyle .bar[data-v-2ce295d6] {
  position: absolute;
  top: 0.052083rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.005208rem;
  height: 0.125rem;
  background: #00f5b4;
  display: inline-block;
  padding: 0;
}
.recordStyle:last-of-type .bar[data-v-2ce295d6] {
  display: none;
}
.allFixed .allFixed_table[data-v-2ce295d6] {
  border-collapse: separate;
  border-spacing: 0.052083rem;
  border: 0.005208rem solid #f3f4f6;
  min-height: calc(100% - 0.416667rem);
}
.allFixed .allFixed_table h4[data-v-2ce295d6] {
  font-weight: 500;
  font-size: 0.09375rem;
  font-family: "\601D\6E90\9ED1\4F53";
}
.container[data-v-1a0dc2fb] {
  width: 100%;
  height: 100%;
  background: white;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
.container[data-v-1a0dc2fb] .el-select .el-input__inner,
.container[data-v-1a0dc2fb]  .el-input__inner,
.container[data-v-1a0dc2fb] .el-date-editor,
.container[data-v-1a0dc2fb] .el-input__icon,
.container[data-v-1a0dc2fb] .el-date-editor .el-range-separator {
  line-height: 0.166667rem;
  height: 0.166667rem;
  vertical-align: middle;
}
.header[data-v-1a0dc2fb] {
  margin-bottom: 0.104167rem;
  margin-bottom: 0.052083rem;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  /* height: 150px; */
}
.header__mleft[data-v-1a0dc2fb] {
  height: 0.3125rem;
}
.header__mleft--search[data-v-1a0dc2fb] {
  background: #f3f4fc;
  line-height: 0.197917rem;
  margin-right: 0.078125rem;
  padding-left: 0.052083rem;
}
.all_Search > span[data-v-1a0dc2fb] {
  height: 0.197917rem;
  line-height: 0.197917rem;
  display: inline-block;
  font-size: 0.09375rem;
}
.all_Search > div[data-v-1a0dc2fb] {
  padding-right: 0.104167rem;
}
.all_Search[data-v-1a0dc2fb] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0.052083rem;
}
.header_top_select > .button[data-v-1a0dc2fb] {
  /* position: absolute;
  right: 0; */
  padding: 0 0.052083rem;
  height: 0.166667rem;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(83, 153, 219, 1)),
    to(rgba(125, 188, 247, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(83, 153, 219, 1) 0%,
    rgba(125, 188, 247, 1) 100%
  );
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0.005208rem rgba(93, 161, 226, 0.3);
          box-shadow: 0 0.010417rem 0.03125rem 0.005208rem rgba(93, 161, 226, 0.3);
  border-radius: 0.020833rem;
  border: none;
  outline: none;
  color: white;
  bottom: 0;
  margin: 0 0.015625rem;
  float: right;
}

/* .all_Search > div {
  padding-right: 20px;
  height: 30px;
  line-height: 30px;
} */

/* .all_Search > div .el-date-editor.el-input, .all_Search > div .el-date-editor.el-input /deep/  .el-input__inner, .all_Search > div /deep/  .el-date-editor.el-input .el-input__prefix{
  height: 30px;
  line-height: 30px;
} */
.header_checkbox[data-v-1a0dc2fb] {
  font-size: 0.09375rem;
  line-height: 0.197917rem;
  height: 0.197917rem;
  margin-right: 0.104167rem;
  vertical-align: middle;
}
.header_checkbox input[data-v-1a0dc2fb] {
  vertical-align: middle;
  margin-right: 0.026042rem;
}
input[type=checkbox][data-v-1a0dc2fb] {
  width: 0.104167rem;
  height: 0.104167rem;
}
.search[data-v-1a0dc2fb] {
  width: 1.213542rem;
  height: 0.197917rem;
  background: rgba(255, 255, 255, 1);
  border: 0.005208rem solid rgba(221, 225, 229, 1);
  border-radius: 0.03125rem;
  overflow: hidden;
  margin-right: 0.104167rem;
  position: relative;
}
.search input[data-v-1a0dc2fb] {
  height: 100%;
  width: 0.911458rem;
  font-size: 0.09375rem;
  padding-left: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.search button[data-v-1a0dc2fb] {
  width: 0.286458rem;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border: none;
  color: white;
  font-weight: 600;
  cursor: pointer;
  position: absolute;
  right: 0;
}
.btn[data-v-1a0dc2fb] {
  outline: none;
  border: none;
  cursor: pointer;
}
.header .topheader[data-v-1a0dc2fb] {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
  opacity: 0.8;
  border-radius: 0.208333rem;
  line-height: 0.208333rem;
  height: 0.208333rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(50, 48, 83, 1);
  font-size: 0.083333rem;
}
.header .topheader > span[data-v-1a0dc2fb] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
  padding: 0 0.083333rem;
  white-space: nowrap;
}
.header .topheader .active[data-v-1a0dc2fb] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border-radius: 0.208333rem;
}
.topheaderfr[data-v-1a0dc2fb] {
  position: absolute;
  right: 0;
  top: 0;
}
.topheaderfr .btn_1[data-v-1a0dc2fb] {
  padding: 0 0.15625rem;
  line-height: 0.260417rem;
  height: 0.260417rem;
  background: #f9f9ff;
  border: 0.005208rem solid #ccc;
  border-radius: 0.130208rem;
  margin-right: 0.104167rem;
  cursor: pointer;
}
.topheaderfr .btn_2[data-v-1a0dc2fb] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  padding: 0 0.104167rem;
  -webkit-box-shadow: 0 0 0.026042rem 0 #8dbbfa;
          box-shadow: 0 0 0.026042rem 0 #8dbbfa;
  line-height: 0.260417rem;
  height: 0.260417rem;
  border-radius: 0.130208rem;
  cursor: pointer;
}
.topheaderfr .active[data-v-1a0dc2fb] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border-radius: 0.130208rem;
  border: none;
}
.btn-back-blue[data-v-1a0dc2fb] {
  background: -webkit-gradient(linear, left top, left bottom, from(#8dbbfa), to(#5194f3));
  background: linear-gradient(#8dbbfa, #5194f3);
  color: white;
  padding: 0.026042rem 0.052083rem;
  -webkit-box-shadow: 0 0 0.026042rem 0 #8dbbfa;
          box-shadow: 0 0 0.026042rem 0 #8dbbfa;
  border-radius: 0.026042rem;
}
.btn-back-ccc[data-v-1a0dc2fb] {
  border-radius: 0.026042rem;
  padding: 0.026042rem 0.052083rem;
}
.table[data-v-1a0dc2fb] {
  height: calc(100% - 0.78125rem);
  padding-bottom: 0.15625rem;
  /* position: relative; */
}
.table1[data-v-1a0dc2fb] {
  height: calc(100% - 0.520833rem);
}
.table table tr td div[data-v-1a0dc2fb] {
  line-height: 200%;
  border-bottom: 0.015625rem solid #eeeffa;
}
.table table tr td div[data-v-1a0dc2fb]:last-child {
  border: none;
}
.table table tbody tr.active[data-v-1a0dc2fb] {
  background: rgb(170, 170, 170);
}
.container-main-center-ul[data-v-1a0dc2fb] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  height: 0.260417rem;
  font-size: 0.104167rem;
}
.container-main-center-ul li[data-v-1a0dc2fb] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
}
.container-main-center-ul li[data-v-1a0dc2fb] {
  line-height: 0.260417rem;
  display: inline-block;
  font-family: "\601D\6E90\9ED1\4F53";
}
.container-main-center-ul .active[data-v-1a0dc2fb] {
  color: #02c18d;
  border-bottom: 0.010417rem solid #02c18d;
}
.table_1 p[data-v-1a0dc2fb] {
  text-align: center;
}
.btm-big[data-v-1a0dc2fb] {
  width: 0.9375rem;
  height: 0.260417rem;
  line-height: 0.260417rem;
  background: rgba(244, 245, 250, 1);
  -webkit-box-shadow: 0 0.03125rem 0.083333rem 0 rgba(224, 224, 232, 1);
          box-shadow: 0 0.03125rem 0.083333rem 0 rgba(224, 224, 232, 1);
  border-radius: 0.09375rem;
  color: rgba(0, 0, 0, 0.6);
  margin: 0 0.104167rem;
  border: none;
  outline: none;
  cursor: pointer;
}
.btm-big-red[data-v-1a0dc2fb] {
  background: rgba(242, 0, 51, 1);
  -webkit-box-shadow: 0 0.057292rem 0.052083rem 0 rgba(255, 167, 167, 0.39);
          box-shadow: 0 0.057292rem 0.052083rem 0 rgba(255, 167, 167, 0.39);
  color: white;
}
.table-btn-blue[data-v-1a0dc2fb] {
  outline: none;
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #73adfc), to(#3374dc));
  background: linear-gradient(#73adfc 70%, #3374dc 100%);
  color: white;
  padding: 0.026042rem 0.052083rem;
  margin: 0 0.026042rem;
  border-radius: 0.010417rem;
  cursor: pointer;
}
.table-btn-orange[data-v-1a0dc2fb] {
  outline: none;
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, #fccf65), to(#b69935));
  background: linear-gradient(#fccf65 80%, #b69935 100%);
  color: white;
  padding: 0.026042rem 0.026042rem;
  margin: 0 0.026042rem;
  border-radius: 0.010417rem;
}
.ccc[data-v-1a0dc2fb] {
  background: #ccc;
}

/* .zposi,.zposi span{display: block;height: 100%;} */
.table_1[data-v-1a0dc2fb] {
  width: 100%;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.table_1 h3[data-v-1a0dc2fb] {
  font-size: 0.125rem;
}
.table_1_section[data-v-1a0dc2fb] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.table_1_section table[data-v-1a0dc2fb] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-collapse: separate;
  border-spacing: 0.078125rem 0.15625rem;
  font-family: "\601D\6E90\9ED1\4F53";
  font-size: 0.09375rem;
}
.table_1_section table tr td[data-v-1a0dc2fb] {
  margin-bottom: 0.104167rem;
}
.table_1_section table tr td[data-v-1a0dc2fb]:first-child {
  text-align: right;
}
.table_1_section table tr td[data-v-1a0dc2fb]:last-child {
  width: 75%;
}
.table_1_section table tr td input[data-v-1a0dc2fb] {
  width: 70%;
  height: 0.21875rem;
  line-height: 0.21875rem;
  border: 0.005208rem solid rgba(213, 213, 224, 1);
  border-radius: 0.03125rem;
  padding-left: 0.078125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.red[data-v-1a0dc2fb] {
  color: red;
}
.back-return[data-v-1a0dc2fb] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.back-return .table[data-v-1a0dc2fb] {
  position: absolute;
  left: 50%;
  top: 0.520833rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow: auto;
  padding-top: 0.260417rem;
  background: white;
  -webkit-box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 4.166667rem;
}
.back-return .table > div[data-v-1a0dc2fb] {
  height: 3.125rem;
}
.back-return .table table tbody td[data-v-1a0dc2fb] {
  border: none;
}
.back-return .table table[data-v-1a0dc2fb] {
  border-collapse: collapse;
}
.back-return .table table thead[data-v-1a0dc2fb] {
  background: none;
  border-bottom: 0.010417rem solid rgb(170, 170, 170);
}
.back-return .table table tbody[data-v-1a0dc2fb] {
  border-bottom: 0.010417rem solid rgb(170, 170, 170);
}
.back-return .table table tbody tr[data-v-1a0dc2fb]:nth-of-type(even) {
  background: none;
}
.back-return .table table tbody tr[data-v-1a0dc2fb]:nth-of-type(even) {
  background: none;
}
.back-return .table table tbody tr.active[data-v-1a0dc2fb] {
  background: rgb(206, 206, 206);
}
.back-return .table p[data-v-1a0dc2fb] {
  background: red;
  width: 0.208333rem;
  height: 0.208333rem;
  border-radius: 0 0 0 0.208333rem;
  color: white;
  text-align: center;
  line-height: 0.208333rem;
  font-size: 0.145833rem;
  position: absolute;
  top: -0.026042rem;
  right: -0.026042rem;
}
.back-return-box[data-v-1a0dc2fb] {
  width: 1.5625rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background: white;
  -webkit-box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
  height: 0.729167rem;
  text-align: center;
  line-height: 0.520833rem;
}
.back-return-box-btn[data-v-1a0dc2fb] {
  display: block;
  width: 100%;
  height: 0.208333rem;
  background: red;
  color: white;
  border-radius: 50% 50% 0 0;
  position: absolute;
  bottom: 0;
  border: none;
  outline: none;
  -webkit-box-shadow: 0 0 0.03125rem 0 red;
          box-shadow: 0 0 0.03125rem 0 red;
  cursor: pointer;
}
.back-return .table .back-return-box-btn[data-v-1a0dc2fb] {
  display: block;
  width: 0.677083rem;
  height: 0.208333rem;
  background: red;
  color: white;
  border-radius: 0.208333rem;
  border: none;
  outline: none;
  -webkit-box-shadow: 0 0 0.03125rem 0 red;
          box-shadow: 0 0 0.03125rem 0 red;
  cursor: pointer;
  position: static;
  margin: 0.052083rem auto;
}
.hover > div[data-v-1a0dc2fb] {
  position: absolute;
  width: 1.041667rem;
  height: auto;
  background: white;
  right: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  z-index: 10;
  bottom: 0.197917rem;
  text-align: left;
  padding: 0.026042rem;
  white-space: normal;
}
.hover[data-v-1a0dc2fb] {
  position: relative;
  cursor: pointer;
  min-height: 0.15625rem;
}
[data-v-1a0dc2fb]::-webkit-scrollbar {
  width: 0.026042rem;
  height: 0.052083rem;
  background-color: #f5f5f5;
}
.allFixed1 table[data-v-1a0dc2fb] {
  border-collapse: separate;
  border-spacing: 0.052083rem;
}
.allFixed .table[data-v-1a0dc2fb] {
  width: 70%;
  min-height: 2.604167rem;
}
.allFixed .table>.div[data-v-1a0dc2fb] {
  height: calc(100% - 6em);
}
.allFixed1 > div table tr td .input[data-v-1a0dc2fb] {
  width: 1.40625rem;
  height: 0.15625rem;
  line-height: 0.15625rem;
  background: white;
  border: 0.005208rem solid rgba(242, 242, 244, 1);
  border-radius: 0.020833rem;
  display: inline-block;
  vertical-align: top;
  padding-left: 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.allFixed1 > div table[data-v-1a0dc2fb] {
  border-collapse: separate;
  border-spacing: 0.052083rem 0.104167rem;
}
.allFixed1 > div table tr td[data-v-1a0dc2fb]:nth-of-type(odd) {
  white-space: nowrap;
  /* vertical-align: top; */
  line-height: 0.208333rem;
}
.allFixed1 > div table tr td .scroll[data-v-1a0dc2fb] {
  overflow: auto;
  max-height: 0.520833rem;
}
.allFixed1 > div .head[data-v-1a0dc2fb] {
  font-size: 0.104167rem;
  font-weight: 600;
  border-bottom: 0.005208rem solid #f2f2f2;
}
.header_top_select[data-v-1a0dc2fb] {
  margin-top: 0.3125rem;
}
.allFixed_all[data-v-1a0dc2fb] {
  margin: 0 auto;
  width: calc(0.729167rem * 6);
}
.allFixed_top[data-v-1a0dc2fb] {
  border-bottom: 0.005208rem solid #eee;
  margin-bottom: 0.052083rem;
  padding-bottom: 0.052083rem;
}
.allFixed_p[data-v-1a0dc2fb] {
  display: inline-block;
  width: 0.729167rem;
  white-space: nowrap;
  line-height: 200%;
}
.allFixed_bottom[data-v-1a0dc2fb] {
  text-align: center;
  margin-top: 0.208333rem;
}
.allFixed_bottom button[data-v-1a0dc2fb] {
  margin: 0 0.052083rem;
}
.allSelect_style[data-v-1a0dc2fb] {
  border-radius: 0.03125rem;
  min-width: 0.520833rem;
}
.input_model[data-v-1a0dc2fb] {
  background-color: #f5f7fa;
  border-color: #e4e7ed;
  color: #333;
  font-size: 300;
  font-size: 0.083333rem;
  border: 0.005208rem solid #dcdfe6;
  line-height: 0.166667rem;
  text-indent: 0.078125rem;
  border-radius: 0.020833rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* opacity: 0.8; */
  padding-right: 0.052083rem;
}
.allFixed_nav[data-v-1a0dc2fb] {
  margin: 0 auto;
  margin-bottom: 0.145833rem;
  text-align: center;
}
.allFixed_nav span[data-v-1a0dc2fb] {
  margin: 0 0.052083rem;
  padding: 0 0.041667rem;
  font-size: 0.09375rem;
  color: rgba(51, 48, 84, 0.6);
  padding-bottom: 0.052083rem;
  border-bottom: 0.020833rem solid transparent;
  cursor: pointer;
}
.allFixed_nav .allFixed_nav_bar[data-v-1a0dc2fb] {
  color: rgba(51, 48, 84, 1);
  border-bottom: 0.020833rem solid #1AC8B0;
}
.recordStyle[data-v-1a0dc2fb] {
  line-height: 0.1875rem;
  font-size: 0.083333rem;
  padding-left: 2em;
}
.recordStyle i[data-v-1a0dc2fb] {
  padding-right: 1em;
  display: inline-block;
  width: 0.15625rem;
  color: rgba(0, 0, 0, 0.4);
  vertical-align: middle;
}
.recordStyle span[data-v-1a0dc2fb] {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 0;
  width: 0.0625rem;
  height: 0.0625rem;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.010417rem solid #00F5B4;
}
.recordStyle .bar[data-v-1a0dc2fb] {
  position: absolute;
  top: 0.052083rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.005208rem;
  height: 0.125rem;
  background: #00F5B4;
  display: inline-block;
  padding: 0;
}
.recordStyle:last-of-type .bar[data-v-1a0dc2fb] {
  display: none;
}
.allFixed .allFixed_table[data-v-1a0dc2fb] {
  border-collapse: separate;
  border-spacing: 0.052083rem;
  border: 0.005208rem solid #F3F4F6;
  min-height: calc(100% - 0.416667rem);
}
.allFixed .allFixed_table h4[data-v-1a0dc2fb] {
  font-weight: 500;
  font-size: 0.09375rem;
  font-family: '\601D\6E90\9ED1\4F53';
}
.length_box[data-v-1a0dc2fb] {
  height: 0.15625rem;
  overflow: hidden;
}
.length[data-v-1a0dc2fb] {
  position: absolute;
  bottom: 0.052083rem;
  left: 0.104167rem;
  background: white;
  min-width: 0.78125rem;
  color: rgb(50, 50, 50);
  line-height: 0.15625rem;
  white-space: nowrap;
  padding: 0 0.104167rem;
  border: 0.005208rem solid #eeeffa;
}
.table_footer[data-v-1a0dc2fb] {
  height: 0.15625rem;
  overflow: hidden;
  position: absolute;
  bottom: 0.052083rem;
  left: 0.104167rem;
  background: #F6F6F6;
  width: 60%;
  color: rgb(50, 50, 50);
  line-height: 0.15625rem;
  white-space: nowrap;
  padding: 0 0.104167rem;
  border: 0.005208rem solid #eeeffa;
}
.table_footer_left[data-v-1a0dc2fb] {
  position: absolute;
  bottom: 0.052083rem;
  right: 0.104167rem;
  width: calc(30% - 0.208333rem);
}
.table input[type="checkbox"][data-v-1a0dc2fb] {
  width: 0.078125rem;
}
.allFixed[data-v-1a0dc2fb] .el-input.is-disabled .el-input__inner {
  color: #333;
}
.container[data-v-171dd204] {
  width: 100%;
  height: 100%;
  background: white;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  font-size: 0.09375rem;
}
.header[data-v-171dd204] {
  height: 0.3125rem;
}
.alltable[data-v-171dd204] {
  height: calc(100% - 0.3125rem);
}
.table2[data-v-171dd204] {
  height: calc(100% - 0.520833rem);
}
.table1[data-v-171dd204],
.table2[data-v-171dd204],
.table3[data-v-171dd204] {
  border: none;
  width: 100%;
}
.table1[data-v-171dd204],
.table3[data-v-171dd204] {
  border: none;
  /* width: calc(100% - 3px); */
}
.table1 > div[data-v-171dd204],
.table2 > div[data-v-171dd204],
.table3 > div[data-v-171dd204] {
  border-radius: 0.020833rem;
  overflow: auto;
  width: 100%;
  height: 100%;
}
.table1 > div table tr[data-v-171dd204],
.table2 > div table tr[data-v-171dd204],
.table3 > div  table tr[data-v-171dd204] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.table1 > div table tr td[data-v-171dd204],
.table2 > div table tr td[data-v-171dd204],
.table3 > div  table tr td[data-v-171dd204] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 0.260417rem;
}
.table1 table[data-v-171dd204],
.table2 table[data-v-171dd204],
.table3 table[data-v-171dd204] {
  width: 100%;
  text-align: center;
  white-space: nowrap;
  border-collapse: collapse;
}
.table1 table thead[data-v-171dd204] {
  background: rgba(247, 248, 255, 1);
  border-radius: 0.03125rem;
  font-family: "\601D\6E90\9ED1\4F53";
  font-size: 0.083333rem;
}
.table1 table thead td[data-v-171dd204] {
  border: 0.005208rem solid white;
}
.table3 table tfoot td[data-v-171dd204] {
  border: 0.005208rem solid rgba(237, 238, 246, 1);
}
.table2 table tbody tr[data-v-171dd204],
.table1 table thead tr[data-v-171dd204]:nth-of-type(1),
.table3 table tfoot tr[data-v-171dd204]:nth-of-type(1) {
  height: 0.260417rem;
}
.table1 table tr td[data-v-171dd204],
.table2 table tr td[data-v-171dd204],
.table3 table tr td[data-v-171dd204] {
  padding: 0 0.026042rem !important;
  color: #323053;
}
.table2 table tbody td[data-v-171dd204] {
  border: 0.005208rem solid rgba(237, 238, 246, 1);
  white-space: nowrap;
  font-size: 0.072917rem;
}
.table2 table tbody tr[data-v-171dd204]:nth-of-type(even) {
  background: rgba(243, 255, 250, 1);
  border-radius: 0.03125rem;
}
.table2 table tbody tr[data-v-171dd204]:nth-of-type(odd) {
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
}
.search_box[data-v-171dd204] {
  width: 5.208333rem;
  min-height: 1.729167rem;
}
.search_box h3[data-v-171dd204] {
  text-align: center;
  font-size: 0.104167rem;
  font-weight: 500;
  color: #323053;
}
.table4[data-v-171dd204] {
  margin-top: 0.104167rem;
}
.table4 table tbody[data-v-171dd204] {
  display: block;
  height: 1.015625rem;
  overflow-y: scroll;
}
.table4 table thead[data-v-171dd204],
.table4 tbody tr[data-v-171dd204] {
  display: table;
  width: 100%;
  table-layout: fixed;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 0.260417rem;
  text-align: center;
  color: #323053c0;
  font-size: 0.072917rem;
}
.table4 tbody tr[data-v-171dd204]:nth-of-type(even) {
  background: #F5F9FC;
}
.table4 table thead tr[data-v-171dd204] {
  background: #F5F9FC;
  font-family: '\601D\6E90\9ED1\4F53';
  font-size: 0.083333rem;
  color: #323053;
}
.greenbtn[data-v-2a990c2f] {
  margin: 0 0.010417rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.026042rem;
  cursor: pointer;
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  border-radius: 0.015625rem;
}
.redbtn[data-v-2a990c2f] {
  margin: 0 0.010417rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.026042rem;
  cursor: pointer;
  background: #f34f4f;
  border-radius: 0.015625rem;
}
.blue[data-v-2a990c2f] {
  background: #3699ff;
  margin: 0 0.010417rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.026042rem;
  cursor: pointer;
  border-radius: 0.015625rem;
}
.orange[data-v-2a990c2f] {
  background: #fac23d;
  margin: 0 0.010417rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.026042rem;
  cursor: pointer;
  border-radius: 0.015625rem;
}
.ccc[data-v-2a990c2f] {
  background: #ccc;
  margin: 0 0.010417rem;
  color: white;
  outline: none;
  border: none;
  padding: 0.026042rem 0.026042rem;
  cursor: pointer;
  border-radius: 0.015625rem;
}
.btn-blue[data-v-2a990c2f] {
  color: white;
  background: -webkit-gradient(linear, left bottom, left top, from(#3699ff), to(rgb(83, 177, 253)));
  background: linear-gradient(0deg, #3699ff 0%, rgb(83, 177, 253) 100%);
}
.container[data-v-2a990c2f] {
  width: 100%;
  height: 100%;
  padding: 0.15625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background: white;
  font-size: 0.09375rem;
}
.header[data-v-2a990c2f] {
  width: 100%;
  position: relative;
  height: 0.416667rem;
}
.header > div[data-v-2a990c2f] {
  font-size: 0.083333rem;
  background: white;
  -webkit-box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
  height: 0.208333rem;
  line-height: 0.208333rem;
  text-align: center;
  border-radius: 0.208333rem;
  margin: 0 auto;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
}
.header > div span[data-v-2a990c2f] {
  cursor: pointer;
  padding: 0 0.083333rem;
  white-space: nowrap;
  height: 0.208333rem;
  float: left;
}
.header > div .active[data-v-2a990c2f] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border-radius: 0.208333rem;
}
.class > div[data-v-2a990c2f] {
  display: inline-block;
}
.select[data-v-2a990c2f] {
  height: 0.197917rem;
  margin: 0 0.052083rem;
  border: 0.005208rem solid #ccc;
  line-height: 0.197917rem;
  padding: 0 0.104167rem;
  padding-right: 0.208333rem;
  position: relative;
  border-radius: 0.026042rem;
  background: white;
  cursor: pointer;
  width: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

/* .select>div{vertical-align: middle;display: inline-block} */
.select > div[data-v-2a990c2f]:nth-of-type(2) {
  position: absolute;
  left: 0;
  background: #fff;
  width: 100%;
  z-index: 1000;
  max-height: 1.041667rem;
  overflow: auto;
  top: 0.234375rem;
  -webkit-box-shadow: 0 0.010417rem 0.083333rem 0 rgba(236, 236, 243, 1);
          box-shadow: 0 0.010417rem 0.083333rem 0 rgba(236, 236, 243, 1);
}
.select > div:nth-of-type(2) span[data-v-2a990c2f] {
  display: block;
  color: black;
  width: 100%;
  cursor: pointer;
  border-bottom: 0.005208rem solid #ccc;
  text-align: center;
}
.select > div:nth-of-type(2) span[data-v-2a990c2f]:hover {
  background: #eeeffa;
  color: #88879c;
}
.pori[data-v-2a990c2f] {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.104167rem;
  line-height: 0.192708rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  text-align: center;
  font-weight: 600;
  border-radius: 0 0.015625rem 0.015625rem 0;
}
.btns[data-v-2a990c2f] {
  position: absolute;
  right: 0.15625rem;
  top: 0.15625rem;
}
.btns button[data-v-2a990c2f] {
  width: 0.625rem;
  height: 0.197917rem;
  border-radius: 0.151042rem;
  outline: none;
  border: none;
}
.table[data-v-2a990c2f] {
  margin-top: 0.15625rem;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: calc(100% - 0.729167rem);
}
.btn[data-v-2a990c2f] {
  width: 0.5625rem;
  height: 0.208333rem;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  -webkit-box-shadow: 0 0.010417rem 0.109375rem 0 rgba(40, 206, 131, 0.47);
          box-shadow: 0 0.010417rem 0.109375rem 0 rgba(40, 206, 131, 0.47);
  border-radius: 0.104167rem;
  border: none;
  outline: none;
  font-size: 0.083333rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  cursor: pointer;
}
.addwork[data-v-2a990c2f] {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  left: 0;
  top: 0;
  overflow: auto;
}
.addwork table td[data-v-2a990c2f]:nth-of-type(odd) {
  padding-left: 0.104167rem;
  white-space: nowrap;
  vertical-align: text-top;
}
.addwork table td[data-v-2a990c2f]:nth-of-type(even) {
  min-width: 0.520833rem;
}
.addwork table[data-v-2a990c2f] {
  border-collapse: separate;
  border-spacing: 0 0.104167rem;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.083333rem 0 rgba(236, 236, 243, 1);
          box-shadow: 0 0.010417rem 0.083333rem 0 rgba(236, 236, 243, 1);
  overflow: hidden;
  border-radius: 0.03125rem;
  position: absolute;
  left: 50%;
  top: 0.520833rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: white;
  padding: 0.15625rem;
  min-width: 3.645833rem;
}
.addwork select[data-v-2a990c2f],
.addwork textarea[data-v-2a990c2f],
.addwork input[data-v-2a990c2f] {
  width: 100%;
  background: rgba(250, 251, 255, 1);
  border: 0.005208rem solid rgba(245, 247, 254, 1);
}
.addwork textarea[data-v-2a990c2f] {
  height: 0.520833rem;
}
.addwork .posi[data-v-2a990c2f] {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.15625rem;
  height: 0.15625rem;
  margin-right: -0.026042rem;
  border-radius: 0 0 0 0.260417rem;
  font-size: 0.125rem;
  text-align: center;
}
.addwork1 .table1[data-v-2a990c2f] {
  padding: 0.416667rem 0.15625rem;
}
.addwork1 .table1 select[data-v-2a990c2f],
.addwork1 .table1 textarea[data-v-2a990c2f],
.addwork1 input[data-v-2a990c2f] {
  width: 100%;
  background: white;
  outline: none;
  border: 0.005208rem solid rgba(204, 204, 204, 0.6);
  border-radius: 0.026042rem;
}
.addwork1 .table1 select[data-v-2a990c2f],
.addwork1 input[data-v-2a990c2f] {
  height: 0.197917rem;
}
.el-date-editor[data-v-2a990c2f] {
  width: 100%;
}
.td[data-v-2a990c2f] {
  background: rgba(250, 251, 255, 1);
  border: 0.005208rem solid rgba(245, 247, 254, 1);
}

/* .seelook tr{margin: 10px 0;} */
.xz_or[data-v-2a990c2f] {
  width: 2.604167rem;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background: white;
  padding: 0.416667rem;
  -webkit-box-shadow: 0 0.010417rem 0.083333rem 0 rgba(236, 236, 243, 1);
          box-shadow: 0 0.010417rem 0.083333rem 0 rgba(236, 236, 243, 1);
  overflow: hidden;
}
.xz_or p[data-v-2a990c2f] {
  margin-top: 0.260417rem;
  text-align: center;
}
.xz_or p button[data-v-2a990c2f] {
  margin: 0.052083rem;
}
.hover > div[data-v-2a990c2f] {
  position: absolute;
  width: 1.041667rem;
  height: auto;
  background: white;
  right: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  z-index: 10;
  bottom: 0.197917rem;
  text-align: left;
  padding: 0.026042rem;
  white-space: normal;
}
.hover[data-v-2a990c2f] {
  position: relative;
  cursor: pointer;
  min-height: 0.15625rem;
}
.h3[data-v-2a990c2f] {
  background: rgba(243, 255, 250, 1);
  -webkit-box-shadow: 0 0.026042rem 0.020833rem 0 rgba(99, 197, 177, 0.16);
          box-shadow: 0 0.026042rem 0.020833rem 0 rgba(99, 197, 177, 0.16);
  border-radius: 0.03125rem;
  padding: 0 0.104167rem;
  line-height: 0.354167rem;
  font-size: 0.104167rem;
  font-family: Source Han Sans CN;
  font-weight: 600;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: rgba(32, 30, 71, 1);
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.h3 .el-icon-close[data-v-2a990c2f] {
  font-size: 0.166667rem;
  line-height: 0.354167rem;
  font-weight: 500;
  cursor: pointer;
}
[data-v-2a990c2f]::-webkit-scrollbar {
  width: 0.026042rem;
  height: 0.052083rem;
  background-color: #f5f5f5;
}

/*定义滚动条轨道 内阴影+圆角*/
[data-v-2a990c2f]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0.03125rem rgba(0, 0, 0, 0.3);
  border-radius: 0.052083rem;
  background-color: #f5f5f5;
}

/*定义滑块 内阴影+圆角*/
[data-v-2a990c2f]::-webkit-scrollbar-thumb {
  border-radius: 0.052083rem;
  -webkit-box-shadow: inset 0 0 0.03125rem rgba(0, 0, 0, 0.3);
  background-color: #bdbdbd;
}

/*滑块效果*/
[data-v-2a990c2f]::-webkit-scrollbar-thumb:hover {
  border-radius: 0.026042rem;
  -webkit-box-shadow: inset 0 0 0.026042rem rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.4);
}

/*IE滚动条颜色*/
html[data-v-2a990c2f] {
  scrollbar-face-color: #bfbfbf;
  /*滚动条颜色*/
  scrollbar-highlight-color: #000;
  scrollbar-3dlight-color: #000;
  scrollbar-darkshadow-color: #000;
  scrollbar-shadow-color: #adadad;
  /*滑块边色*/
  scrollbar-arrow-color: rgba(0, 0, 0, 0.4);
  /*箭头颜色*/
  scrollbar-track-color: #eeeeee;
  /*背景颜色*/
}
.container[data-v-ce5d4fbc] {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  font-size: 0.09375rem;
}
.header[data-v-ce5d4fbc] {
  width: 100%;
  line-height: 0.208333rem;
  text-align: center;
  position: relative;
  height: 0.520833rem;
}
.header .cen[data-v-ce5d4fbc] {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
  opacity: 0.8;
  border-radius: 0.208333rem;
  line-height: 0.208333rem;
  height: 0.208333rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(50, 48, 83, 1);
  font-size: 0.083333rem;
}
.header .cen > div[data-v-ce5d4fbc] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
  padding: 0 0.083333rem;
}
.header .cen > .active[data-v-ce5d4fbc] {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border-radius: 0.208333rem;
  color: white;
}
.qs[data-v-ce5d4fbc],
.js[data-v-ce5d4fbc] {
  width: 0.697917rem;
  height: 0.208333rem;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
  opacity: 1;
  border-radius: 0.104167rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(50, 48, 83, 0.6);
  cursor: pointer;
  position: relative;
}
.header > .fl > div[data-v-ce5d4fbc] {
  display: inline-block;
}
.bjy[data-v-ce5d4fbc] {
  background: rgba(245, 247, 254, 1);
  border: 0.005208rem solid rgba(244, 246, 252, 1);
  border-radius: 0.010417rem;
  display: block;
  outline: none;
  line-height: 0.197917rem;
  height: 0.197917rem;
  min-width: 1.302083rem;
}
.add[data-v-ce5d4fbc] {
  width: 0.59375rem;
  height: 0.208333rem;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
  opacity: 0.8;
  border-radius: 0.104167rem;
  font-size: 0.083333rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(62, 203, 197, 1);
}
.main[data-v-ce5d4fbc] {
  margin: 0 0.15625rem;
  height: 88%;
}
.bar[data-v-ce5d4fbc] {
  background: rgba(243, 255, 250, 1);
  -webkit-box-shadow: 0 0 0.046875rem 0 rgba(173, 188, 182, 0.1);
          box-shadow: 0 0 0.046875rem 0 rgba(173, 188, 182, 0.1);
  border-radius: 0.03125rem;
  width: 100%;
  margin-top: 0.15625rem;
  text-align: left;
  font-size: 0.072917rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(14, 84, 73, 1);
  padding: 0.052083rem 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section[data-v-ce5d4fbc] {
  padding-left: 0.15625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin-top: 0.104167rem;
  width: 100%;
}
.section .dian[data-v-ce5d4fbc] {
  position: absolute;
  left: 0;
}
.section .dian i[data-v-ce5d4fbc] {
  display: inline-block;
  width: 0.052083rem;
  height: 0.052083rem;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border-radius: 50%;
}
.section .section_l[data-v-ce5d4fbc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.083333rem 0 rgba(236, 236, 243, 1);
          box-shadow: 0 0.010417rem 0.083333rem 0 rgba(236, 236, 243, 1);
  border-radius: 0.03125rem;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.section .section_l > div[data-v-ce5d4fbc] {
  -webkit-box-flex: 10;
      -ms-flex: 10;
          flex: 10;
  line-height: 0.125rem;
}
.section .section_l > div[data-v-ce5d4fbc]:last-child {
  width: 0.260417rem;
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  background: rgba(243, 255, 250, 1);
  text-align: center;
  line-height: 0.625rem;
  cursor: pointer;
  -webkit-box-shadow: 0 0 0.046875rem 0 rgba(173, 188, 182, 0.1);
          box-shadow: 0 0 0.046875rem 0 rgba(173, 188, 182, 0.1);
  border-radius: 0 0.03125rem 0.03125rem 0;
}
.first[data-v-ce5d4fbc] {
  width: 0.15625rem;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}
.btn_1[data-v-ce5d4fbc] {
  width: 0.385417rem;
  height: 0.145833rem;
  border: 0.005208rem solid rgba(230, 0, 18, 1);
  opacity: 0.8;
  border-radius: 0.072917rem;
  margin-top: 0.052083rem;
  display: inline-block;
  line-height: 0.145833rem;
  color: rgba(230, 0, 18, 1);
  font-size: 0.072917rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(235, 51, 65, 1);
}
.btn_2[data-v-ce5d4fbc] {
  width: 0.385417rem;
  height: 0.145833rem;
  background: rgba(230, 0, 18, 1);
  opacity: 0.8;
  border-radius: 0.072917rem;
  margin-top: 0.052083rem;
  display: inline-block;
  line-height: 0.145833rem;
  color: rgba(230, 0, 18, 1);
  font-size: 0.072917rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
}
.show[data-v-ce5d4fbc] {
  display: none;
  background: rgba(250, 251, 255, 1);
  width: 100%;
  border-radius: 0.03125rem;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.03125rem;
}
.hover[data-v-ce5d4fbc] {
  position: absolute;
  top: 0.3125rem;
  width: 100%;
  background: white;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  height: 1.041667rem;
  overflow: auto;
  z-index: 66666666;
}
.hover p[data-v-ce5d4fbc] {
  border-bottom: 0.005208rem solid rgba(221, 222, 232, 1);
}
.uls[data-v-ce5d4fbc] {
  width: 100%;
  line-height: 0.270833rem;
  margin-top: 0.104167rem;
  height: auto;
}
.uls .ul_1[data-v-ce5d4fbc],
.uls .ul[data-v-ce5d4fbc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.uls .ul_1[data-v-ce5d4fbc] {
  border-bottom: #bebdcf 0.005208rem solid;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0.104167rem;
  box-sizing: border-box;
  font-size: 0.072917rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 0.09375rem;
  color: rgba(127, 127, 140, 1);
  min-height: 0.302083rem;
  position: relative;
}
.uls .ul[data-v-ce5d4fbc] {
  background: -webkit-gradient(linear, left top, left bottom, from(#00b4bf), to(#2fd7a0));
  background: linear-gradient(180deg, #00b4bf 0%, #2fd7a0 100%);
  border: none;
  margin: 0;
  font-weight: 500;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0.104167rem;
  border-radius: 0.03125rem;
  color: white;
}
.uls .ul li[data-v-ce5d4fbc],
.uls .ul_1 li[data-v-ce5d4fbc] {
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  white-space: nowrap;
}
.btnqun button[data-v-ce5d4fbc] {
  margin-right: 0.104167rem;
  background: rgba(251, 195, 61, 1);
  outline: none;
  border: none;
  color: white;
  padding: 0.026042rem 0.104167rem;
  border-radius: 0.010417rem 0.010417rem 0.010417rem 0.010417rem;
}
.posis .div[data-v-ce5d4fbc] {
  width: 100%;
  top: 0.302083rem;
  background: rgba(244, 245, 250, 1);
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
  border-radius: 0.03125rem;
  padding: 0.078125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ul_2[data-v-ce5d4fbc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: #bebdcf 0.005208rem solid;
}
.ul_2 li[data-v-ce5d4fbc] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.or[data-v-ce5d4fbc] {
  color: #fbc33d;
}
.header_1[data-v-ce5d4fbc] {
  margin: 0 0.15625rem;
  margin-top: 0.15625rem;
}
.posi[data-v-ce5d4fbc] {
  position: absolute;
  top: 0;
  right: 0;
  outline: none;
  border: none;
  background: red;
  border-radius: 0 0 0 0.520833rem;
  color: white;
  cursor: pointer;
  width: 0.260417rem;
  height: 0.260417rem;
}
.week h3[data-v-ce5d4fbc] {
  text-align: center;
  padding: 0.104167rem;
}
.week table[data-v-ce5d4fbc] {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0.052083rem 0.104167rem;
}
.week table td[data-v-ce5d4fbc]:nth-of-type(odd) {
  vertical-align: text-top;
  text-align: right;
  line-height: 0.197917rem;
}
.week input[data-v-ce5d4fbc] {
  line-height: 0.197917rem;
}
.week textarea[data-v-ce5d4fbc] {
  width: 100%;
  min-height: 1.041667rem;
}

/* .deletebar{position: absolute;width:400px;line-height: 38px;left: 50%;top: 20%;transform: translateX(-50%);padding: 50px;text-align: center;box-shadow:0px 2px 6px 0px rgba(182,182,195,0.43);}
.deletebar button{background: red;outline: none;border: none;color: white;padding:5px 10px;border-radius: 100px;cursor: pointer;}
.deletebar .posi{border-radius:0 0 0 100px; width: 40px;height: 40px;} */
.week .posi[data-v-ce5d4fbc] {
  border-radius: 0 0 0 0.520833rem;
  width: 0.208333rem;
  height: 0.208333rem;
}
.contern[data-v-ce5d4fbc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.contern > div[data-v-ce5d4fbc]:first-child {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
}
.contern > div[data-v-ce5d4fbc]:last-child {
  -webkit-box-flex: 6;
      -ms-flex: 6;
          flex: 6;
}
.contern > div > p[data-v-ce5d4fbc] {
  font-size: 0.125rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(50, 48, 83, 1);
}
.contern .contern_work[data-v-ce5d4fbc] {
  height: 100%;
}
.contern .contern_work .bor[data-v-ce5d4fbc] {
  height: 95%;
}
.bor[data-v-ce5d4fbc] {
  -webkit-box-shadow: 0 0 0.020833rem 0 rgba(186, 189, 201, 0.6);
          box-shadow: 0 0 0.020833rem 0 rgba(186, 189, 201, 0.6);
  background: white;
  margin: 0.104167rem 0;
  margin-right: 0.104167rem;
  border-radius: 0.078125rem;
  z-index: 10;
  padding-bottom: 0.052083rem;
  position: relative;
  min-height: 2.083333rem;
}
.bor .month ul[data-v-ce5d4fbc] {
  -webkit-box-shadow: 0 0.026042rem 0.020833rem 0 rgba(186, 189, 201, 0.16);
          box-shadow: 0 0.026042rem 0.020833rem 0 rgba(186, 189, 201, 0.16);
  height: 0.302083rem;
  line-height: 0.302083rem;
  padding: 0 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bor .month ul[data-v-ce5d4fbc],
.weekdays[data-v-ce5d4fbc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.bor .month ul li[data-v-ce5d4fbc],
.weekdays li[data-v-ce5d4fbc] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  height: 0.302083rem;
  line-height: 0.302083rem;
}
.bor .weekdays li[data-v-ce5d4fbc] {
  margin-top: 0.052083rem;
}
.bor .days li[data-v-ce5d4fbc] {
  width: 14.2%;
  float: left;
  text-align: center;
  height: 0.302083rem;
  line-height: 0.302083rem;
  position: relative;
  font-size: 0.083333rem;
}
.bor .other-month[data-v-ce5d4fbc] {
  color: rgba(215, 215, 215, 1);
}
.bor .active[data-v-ce5d4fbc] {
  color: white;
  background: -webkit-gradient(linear, left top, left bottom, from(#67eaab), to(#36c5cc));
  background: linear-gradient(#67eaab, #36c5cc);
  -webkit-box-shadow: 0 0.026042rem 0.020833rem 0 RGBA(205, 253, 232, 1);
          box-shadow: 0 0.026042rem 0.020833rem 0 RGBA(205, 253, 232, 1);
  border-radius: 50%;
  width: 0.260417rem;
  height: 0.260417rem;
  display: inline-block;
}
.bor .posi[data-v-ce5d4fbc] {
  position: relative;
}
.bor .posixi[data-v-ce5d4fbc] {
  position: absolute;
  left: 0.052083rem;
  top: -0.052083rem;
}
.bor .green[data-v-ce5d4fbc] {
  z-index: 10;
}
.bor .red[data-v-ce5d4fbc] {
  z-index: 1000;
}
.bor .yellow[data-v-ce5d4fbc] {
  z-index: 100;
}
.bor .posinum[data-v-ce5d4fbc] {
  position: absolute;
  right: 0.052083rem;
  top: -0.052083rem;
  background: red;
  width: 0.104167rem;
  height: 0.104167rem;
  color: white;
  line-height: 0.104167rem;
  border-radius: 50%;
}
.daycontent[data-v-ce5d4fbc] {
  height: auto;
  background: RGBA(238, 242, 251, 0.8);
  -webkit-box-shadow: 0 0.026042rem 0.020833rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.026042rem 0.020833rem 0 rgba(0, 0, 0, 0.1);
  margin-right: 0.104167rem;
  margin-top: -0.104167rem;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1.041667rem;
  z-index: -1;
}
.borday[data-v-ce5d4fbc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0.78125rem;
}
.borday .content[data-v-ce5d4fbc],
.borday .complet[data-v-ce5d4fbc] {
  margin: 0.104167rem 0;
  border-radius: 0.052083rem;
  padding: 0.026042rem;
  margin-left: 0.104167rem;
  position: relative;
}
.borday .content[data-v-ce5d4fbc],
.p span[data-v-ce5d4fbc]:first-child {
  -webkit-box-flex: 8;
      -ms-flex: 8;
          flex: 8;
}
.borday .complet[data-v-ce5d4fbc],
.p span[data-v-ce5d4fbc]:last-child {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.borday .content[data-v-ce5d4fbc] {
  background: rgba(245, 247, 252, 1);
  position: relative;
  padding: 1%;
}
.borday .contentactive[data-v-ce5d4fbc] {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(48, 198, 169, 1)),
    to(rgba(74, 235, 204, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(48, 198, 169, 1) 0%,
    rgba(74, 235, 204, 1) 100%
  );
  color: white;
}
.dw[data-v-ce5d4fbc] {
  margin: 0 0.052083rem;
  position: relative;
  width: 0.520833rem;
  height: 0.197917rem;
  line-height: 0.197917rem;
  border-radius: 0.026042rem;
  border: 0.005208rem solid #eee;
  cursor: pointer;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 40%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  text-align: center;
}
.dwactive[data-v-ce5d4fbc] {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(48, 198, 169, 1)),
    to(rgba(74, 235, 204, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(48, 198, 169, 1) 0%,
    rgba(74, 235, 204, 1) 100%
  );
}
.p[data-v-ce5d4fbc] {
  -webkit-box-shadow: 0 0.026042rem 0.020833rem 0 rgba(186, 189, 201, 0.16);
          box-shadow: 0 0.026042rem 0.020833rem 0 rgba(186, 189, 201, 0.16);
  height: 0.302083rem;
  line-height: 0.302083rem;
  padding: 0 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p select[data-v-ce5d4fbc] {
  background: -webkit-gradient(linear, left top, left bottom, from(#90bdfb), to(#5397f4));
  background: linear-gradient(#90bdfb, #5397f4);
}
.select[data-v-ce5d4fbc] {
  background: -webkit-gradient(linear, left top, left bottom, from(#90bdfb), to(#5397f4)) !important;
  background: linear-gradient(#90bdfb, #5397f4) !important;
  color: white;
  border-radius: 0.260417rem;
  outline: none;
  border: none;
  text-align: center;
  height: 0.182292rem;
  width: 0.520833rem;
  font-size: 0.083333rem;
}
.select option[data-v-ce5d4fbc] {
  background: -webkit-gradient(linear, left top, left bottom, from(#90bdfb), to(#5397f4)) !important;
  background: linear-gradient(#90bdfb, #5397f4) !important;
  outline: none;
  border: none;
  color: black;
  border-radius: 0.260417rem;
  text-align: center;
}
.hovers > div[data-v-ce5d4fbc] {
  position: absolute;
  width: 1.041667rem;
  height: auto;
  background: white;
  right: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  z-index: 10;
  bottom: 0.197917rem;
  text-align: left;
  padding: 0.026042rem;
}
.hovers[data-v-ce5d4fbc] {
  position: relative;
  cursor: pointer;
}
.container[data-v-fef9a3aa] {
  width: 100%;
  height: 100%;
  background: white;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
.header[data-v-fef9a3aa] {
  margin-bottom: 0.104167rem;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  min-height: 0.208333rem;
}
.header > div[data-v-fef9a3aa]:first-child {
  /* margin-right: 20px; */
  margin-top: 0.104167rem;
}
.header_navs>div[data-v-fef9a3aa] {
  margin-top: 0.104167rem;
}
.header_navs>div>span[data-v-fef9a3aa] {
  width: 5em;
  white-space: nowrap;
  text-align: right;
  display: inline-block;
}
.header > div p[data-v-fef9a3aa] {
  color: #999;
  margin-bottom: 0.104167rem;
}
.header > div .el-select[data-v-fef9a3aa] {
  width: 0.729167rem;
  padding-right: 0.052083rem;
}
.header .search[data-v-fef9a3aa] {
  width: 1.213542rem;
  height: 0.197917rem;
  background: rgba(255, 255, 255, 1);
  border: 0.005208rem solid rgba(221, 225, 229, 1);
  border-radius: 0.03125rem;
  overflow: hidden;
  margin-right: 0.104167rem;
  position: relative;
}
.header .search input[data-v-fef9a3aa] {
  height: 100%;
  width: 0.911458rem;
  font-size: 0.09375rem;
  padding-left: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header .search button[data-v-fef9a3aa] {
  width: 0.286458rem;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border: none;
  color: white;
  font-weight: 600;
  cursor: pointer;
  position: absolute;
  right: 0;
  /* font-size: 14px; */
}
.header_btn[data-v-fef9a3aa] {
  color: rgb(50, 50, 50);
  -webkit-box-shadow: 0 0 0.026042rem 0 #ccc;
          box-shadow: 0 0 0.026042rem 0 #ccc;
  border-radius: 0.130208rem;
  width: 0.692708rem;
  height: 0.197917rem;
  margin-right: 0.104167rem;
  line-height: 0.197917rem;
  text-align: center;
  font-size: 0.09375rem;
  cursor: pointer;
}
.header .topheader[data-v-fef9a3aa] {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
  opacity: 0.8;
  border-radius: 0.208333rem;
  line-height: 0.208333rem;
  height: 0.208333rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(50, 48, 83, 1);
  font-size: 0.083333rem;
}
.header .topheader > span[data-v-fef9a3aa] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
  padding: 0 0.083333rem;
  white-space: nowrap;
}
.header .topheader .active[data-v-fef9a3aa] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border-radius: 0.208333rem;
}
.active[data-v-fef9a3aa] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  -webkit-box-shadow: 0 0 0.026042rem 0 #02cb8e;
          box-shadow: 0 0 0.026042rem 0 #02cb8e;
}
.table[data-v-fef9a3aa] {
  height: calc(100% - 1.354167rem);
}
.table table tr td div[data-v-fef9a3aa] {
  line-height: 200%;
  border-bottom: 0.015625rem solid #eeeffa;
}
.table table tr td div[data-v-fef9a3aa]:last-child {
  border: none;
}
.table table tbody tr.active[data-v-fef9a3aa] {
  background: rgb(170, 170, 170);
}
.bounce_box[data-v-fef9a3aa] {
  height: calc(100% - 0.3125rem);
  padding: 0.052083rem;
  overflow: auto;
}
.bounce_box_center[data-v-fef9a3aa] {
  width: 100%;
  height: calc(100% - 0.208333rem);
  margin: 0 auto;
  line-height: 150%;
  font-size: 0.09375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bounce_box_center > div[data-v-fef9a3aa] {
  margin: 0 0.104167rem;
  margin-bottom: 0.104167rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.052083rem;
  min-height: 100%;
}
.bounce_box_center > div[data-v-fef9a3aa]:first-child {
  -webkit-box-flex: 7;
      -ms-flex: 7;
          flex: 7;
}
.bounce_box_center > div[data-v-fef9a3aa]:last-child {
  -webkit-box-flex: 10;
      -ms-flex: 10;
          flex: 10;
  -webkit-box-shadow: 0 0 0.026042rem 0 #eaeaea;
          box-shadow: 0 0 0.026042rem 0 #eaeaea;
}
.bounce_box_center > div > table[data-v-fef9a3aa] {
  white-space: nowrap;
  border-collapse: separate;
  border-spacing: 0.026042rem 0.052083rem;
}
.bounce_box_center .el-select[data-v-fef9a3aa],
.bounce_box_center .el-input[data-v-fef9a3aa] {
  width: 80%;
}
.bounce_box_center_btn[data-v-fef9a3aa] {
  border: none;
  background: white;
  color: #ccc;
  padding: 0.052083rem 0.104167rem;
  -webkit-box-shadow: 0 0 0.026042rem 0 #ccc;
          box-shadow: 0 0 0.026042rem 0 #ccc;
  border-radius: 0.520833rem;
  margin: 0.052083rem;
}
.bounce_box_center_btn_red[data-v-fef9a3aa] {
  border: none;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(252, 43, 43, 1)),
    to(rgba(255, 101, 102, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(252, 43, 43, 1) 0%,
    rgba(255, 101, 102, 1) 100%
  );
  color: white;
  padding: 0.052083rem 0.104167rem;
  -webkit-box-shadow: 0 0 0.026042rem 0 rgb(241, 138, 138);
          box-shadow: 0 0 0.026042rem 0 rgb(241, 138, 138);
  border-radius: 0.520833rem;
  margin: 0.052083rem;
}
.hovers > div[data-v-fef9a3aa] {
  position: absolute;
  width: 1.041667rem;
  height: auto;
  background: white;
  right: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  z-index: 10;
  top: 0;
  text-align: left;
  padding: 0.026042rem;
  white-space: normal;
}
.hovers[data-v-fef9a3aa] {
  position: relative;
  cursor: pointer;
}
.blue[data-v-fef9a3aa] {
  background: #3699ff;
  color: white;
  outline: none;
  border: none;
  cursor: pointer;
  width: 100%;
  height: 0.1875rem;
  text-align: center;
  line-height: 0.1875rem;
}
#calendar[data-v-fef9a3aa] {
  width: 100%;
}
.month ul[data-v-fef9a3aa] {
  -webkit-box-shadow: 0 0.026042rem 0.020833rem 0 rgba(186, 189, 201, 0.16);
          box-shadow: 0 0.026042rem 0.020833rem 0 rgba(186, 189, 201, 0.16);
  height: 0.302083rem;
  line-height: 0.302083rem;
  padding: 0 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.month ul[data-v-fef9a3aa],
.weekdays[data-v-fef9a3aa] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.month ul li[data-v-fef9a3aa],
.weekdays li[data-v-fef9a3aa] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  height: 0.302083rem;
  line-height: 0.302083rem;
}
.weekdays li[data-v-fef9a3aa] {
  margin-top: 0.052083rem;
}
.days li[data-v-fef9a3aa] {
  width: 14.2%;
  float: left;
  text-align: center;
  height: 0.302083rem;
  line-height: 0.302083rem;
}
.days_to[data-v-fef9a3aa] {
  background: rgba(69, 90, 247, 1);
  border-radius: 0.052083rem;
  width: 0.25rem;
  height: 0.25rem;
  display: inline-block;
  color: white;
}
.other-month[data-v-fef9a3aa] {
  color: rgba(215, 215, 215, 1);
}
.active1[data-v-fef9a3aa] {
  background: white;
  color: rgb(50, 50, 50);
}
.posixi[data-v-fef9a3aa] {
  position: absolute;
  left: 0.052083rem;
  top: -0.052083rem;
}
.posi[data-v-fef9a3aa] {
  position: relative;
}
.container_addClass[data-v-fef9a3aa] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.addClass_header[data-v-fef9a3aa] {
  margin-bottom: 0.104167rem;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.addClass_header .topheader[data-v-fef9a3aa] {
  width: 2.604167rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  background: white;
  -webkit-box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
  height: 0.260417rem;
  line-height: 0.260417rem;
  text-align: center;
  border-radius: 0.130208rem;
}
.addClass_header .topheader > span[data-v-fef9a3aa] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
}
.addClass_header .topheader .active[data-v-fef9a3aa] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border-radius: 0.130208rem;
}
.back_fixed[data-v-fef9a3aa] {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 40%;
  padding: 0.052083rem;
  height: 2.083333rem;
  background: white;
  padding: 0.104167rem;
  -webkit-box-shadow: 0 0 0.026042rem 0 #eee;
          box-shadow: 0 0 0.026042rem 0 #eee;
}
.back_fixed .table[data-v-fef9a3aa] {
  border: none;
}
.back_fixed .table table .hover[data-v-fef9a3aa] {
  background: rgba(186, 189, 201, 0.16);
}
.lter_btn[data-v-fef9a3aa] {
  background: #ddd;
  color: rgb(61, 61, 61);
  border: none;
  outline: none;
  padding: 0.015625rem 0.026042rem;
  margin: 0 0.026042rem;
  border-radius: 0.026042rem;
}
.btn_green[data-v-fef9a3aa] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border: none;
  outline: none;
  padding: 0.015625rem 0.026042rem;
  margin: 0 0.026042rem;
  border-radius: 0.026042rem;
}
.bar[data-v-fef9a3aa] {
  display: inline-block;
  padding: 0.041667rem 0.078125rem;
}
#main[data-v-fef9a3aa],
#main1[data-v-fef9a3aa] {
  width: 60%;
  height: 2.083333rem;
  display: inline-block;
}
.center_3_1[data-v-fef9a3aa] {
  width: 35%;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  line-height: 0.1875rem;
  overflow-y: auto;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 5%;
}
.center_3_1 p[data-v-fef9a3aa] {
  margin-bottom: 0.052083rem;
  cursor: pointer;
}
.kuai[data-v-fef9a3aa] {
  display: inline-block;
  width: 0.15625rem;
  height: 0.026042rem;
  vertical-align: middle;
}
#main3[data-v-fef9a3aa] {
  width: 100%;
  height: 60%;
}
.bounce_box input[type="file"][data-v-fef9a3aa] {
  width: 80%;
  height: 0.208333rem;
  position: absolute;
  opacity: 0;
  overflow: hidden;
}
.backj-exc-file[data-v-fef9a3aa] {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(39, 124, 240, 1)),
    to(rgba(116, 172, 250, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(39, 124, 240, 1) 0%,
    rgba(116, 172, 250, 1) 100%
  );
  -webkit-box-shadow: 0 0.010417rem 0.104167rem 0.005208rem rgba(76, 147, 244, 0.36);
          box-shadow: 0 0.010417rem 0.104167rem 0.005208rem rgba(76, 147, 244, 0.36);
  border-radius: 0.020833rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(247, 248, 255, 1);
  text-align: center;
  cursor: pointer;
  position: absolute;
  left: 0;
  width: 80%;
  top: 0;
  height: 0.208333rem;
  line-height: 0.208333rem;
}
.addClass_time > div[data-v-fef9a3aa] {
  border: 0.005208rem solid #eaeaea;
  background: #f5f7fa;
  border-radius: 0.020833rem;
  color: #c0c4cc;
  width: 100%;
}
.addClass_time > div > span[data-v-fef9a3aa] {
  display: inline-block;
  width: 25%;
  text-align: center;
  line-height: 0.197917rem;
}
.allFixed table[data-v-fef9a3aa] {
  border-collapse: separate;
  border-spacing: 0.052083rem;
  margin: 0 auto;
}
.allFixed table td[data-v-fef9a3aa]:nth-of-type(odd) {
  white-space: nowrap;
  text-align: right;
}
.container[data-v-9c2ebf16] {
  width: 100%;
  height: 100%;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.container > div[data-v-9c2ebf16] {
  width: 100%;
  height: 100%;
}
header[data-v-9c2ebf16] {
  height: 0.3125rem;
  position: relative;
}
header h3[data-v-9c2ebf16] {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 0.197917rem;
}
header span[data-v-9c2ebf16] {
  width: 0.520833rem;
  height: 0.166667rem;
  line-height: 0.166667rem;
  font-size: 0.083333rem;
  text-align: center;
  color: white;
  cursor: pointer;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(83, 153, 219, 1)),
    to(rgba(125, 188, 247, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(83, 153, 219, 1) 0%,
    rgba(125, 188, 247, 1) 100%
  );
  -webkit-box-shadow: 0 0.010417rem 0.052083rem 0 rgba(12, 71, 164, 0.43);
          box-shadow: 0 0.010417rem 0.052083rem 0 rgba(12, 71, 164, 0.43);
  border-radius: 0.020833rem;
  position: absolute;
  right: 0;
  bottom: 0;
}
.table_ul[data-v-9c2ebf16] {
  height: calc(100% - 0.416667rem);
  width: 100%;
  overflow: auto;
  background: white;
  margin-top: 0.104167rem;
  font-size: 0.083333rem;
}
.table_ul_head[data-v-9c2ebf16],
.table_ul_body[data-v-9c2ebf16] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0.239583rem;
  position: relative;
}
.table_ul_head li[data-v-9c2ebf16],
.table_ul_body li[data-v-9c2ebf16] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 0.260417rem;
}
.table_ul_head[data-v-9c2ebf16] {
  height: 0.3125rem;
  background: white;
  line-height: 0.3125rem;
}
.table_ul_body[data-v-9c2ebf16] {
  line-height: 0.239583rem;
}
.table_ul_body[data-v-9c2ebf16]:nth-of-type(even) {
  background: rgba(249, 250, 253, 1);
}
.table_ul_body[data-v-9c2ebf16]:nth-of-type(odd) {
  background: white;
}
.table_ul_body[data-v-9c2ebf16]:hover {
  -webkit-box-shadow: 0 0 0.083333rem 0 rgba(45, 90, 131, 0.16);
          box-shadow: 0 0 0.083333rem 0 rgba(45, 90, 131, 0.16);
  z-index: 10;
  color: rgba(45, 129, 206, 1);
}
.table_ul_body .bar[data-v-9c2ebf16] {
  display: inline-block;
  width: 0.052083rem;
  height: 0.052083rem;
  border-radius: 50%;
  background: rgba(255, 97, 97, 1);
  margin: 0 0.026042rem;
}
.table_ul_body li span[data-v-9c2ebf16] {
  margin-right: 0.052083rem;
  cursor: pointer;
}
.hover > div[data-v-9c2ebf16] {
  position: absolute;
  width: 1.041667rem;
  height: auto;
  background: white;
  right: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  z-index: 10;
  bottom: 0.197917rem;
  text-align: left;
  padding: 0.026042rem;
  white-space: normal;
  line-height: 150%;
}
.hover[data-v-9c2ebf16] {
  position: relative;
  cursor: pointer;
}
.allFixed[data-v-9c2ebf16] {
  z-index: 10;
}
.allFixed table[data-v-9c2ebf16] {
  border-collapse: separate;
  border-spacing: 0.104167rem 0.104167rem;
  font-size: 0.083333rem;
}
.allFixed table td[data-v-9c2ebf16]:nth-of-type(odd) {
  vertical-align: text-top;
  line-height: 0.166667rem;
}
.allFixed table td[data-v-9c2ebf16]:nth-of-type(even) {
  background: rgba(245, 249, 252, 1);
  border: 0.005208rem solid rgba(242, 242, 244, 1);
  border-radius: 0.020833rem;
}
.allFixed table td > input[data-v-9c2ebf16],
.allFixed table td textarea[data-v-9c2ebf16],
.allFixed table td > div[data-v-9c2ebf16] {
  width: 100%;
  background: transparent;
  border: none;
}
.allFixed table td > input[data-v-9c2ebf16],
.allFixed table td textarea[data-v-9c2ebf16] {
  padding-left: 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 0.166667rem;
  display: block;
}
.allFixed table td > div[data-v-9c2ebf16] {
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.allFixed table td > div p[data-v-9c2ebf16] {
  margin: 0.052083rem 0;
}
.allFixed table td > div i[data-v-9c2ebf16] {
  display: inline-block;
  background: white;
  padding: 0.026042rem 0.052083rem;
  color: rgba(50, 48, 83, 0.7);
  vertical-align: middle;
  margin-right: 0.052083rem;
  border: 0.005208rem solid rgba(242, 242, 244, 1);
}
.allFixed table td > div .span-input .el-input__inner[data-v-9c2ebf16] {
  background: transparent !important;
}
.allFixed table td > div .span-input[data-v-9c2ebf16] {
  margin-right: 0.104167rem !important;
}
.creat > p[data-v-9c2ebf16] {
  margin-bottom: 0.104167rem;
}
.creat_1[data-v-9c2ebf16],
.creat_2[data-v-9c2ebf16] {
  font-size: 0.083333rem;
}
.creat_1 p[data-v-9c2ebf16],
.creat_2 p[data-v-9c2ebf16] {
  background: white;
  width: 100%;
  height: 0.208333rem;
  line-height: 0.208333rem;
  margin-bottom: 0.104167rem;
}
.creat_1 p i[data-v-9c2ebf16],
.creat_2 p i[data-v-9c2ebf16] {
  display: inline-block;
  width: 0.208333rem;
  padding-left: 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.creat_1 p input[data-v-9c2ebf16],
.creat_2 p input[data-v-9c2ebf16] {
  width: calc(100% - 0.208333rem);
  height: 0.208333rem;
}
.creat_1 > div[data-v-9c2ebf16] {
  min-height: 0.3125rem;
  position: relative;
}
.creat_1 .add[data-v-9c2ebf16] {
  position: absolute;
  right: 0;
  top: 0;
}
.creat_1 .add button[data-v-9c2ebf16] {
  border: none;
  outline: none;
  opacity: 0.8;
  border-radius: 0.020833rem;
  color: white;
  width: 0.458333rem;
  height: 0.1875rem;
  cursor: pointer;
  margin-left: 0.104167rem;
}
.creat_1 .add_up[data-v-9c2ebf16] {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(70, 145, 215, 1)),
    to(rgba(136, 197, 255, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(70, 145, 215, 1) 0%,
    rgba(136, 197, 255, 1) 100%
  );
}
.creat_1 .add_off[data-v-9c2ebf16] {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(253, 96, 96, 1)),
    to(rgba(255, 156, 156, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(253, 96, 96, 1) 0%,
    rgba(255, 156, 156, 1) 100%
  );
}
.creat_1 li[data-v-9c2ebf16] {
  margin-bottom: 0.104167rem;
  padding-left: 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.creat_1 li input[data-v-9c2ebf16] {
  line-height: 0.208333rem;
  height: 0.208333rem;
  padding: 0 0.052083rem;
  width: 60%;
  background: white;
  white-space: normal;
}
.creat_2 > div[data-v-9c2ebf16] {
  width: 100%;
  background: white;
  margin-bottom: 0.104167rem;
}
.creat_2 > div textarea[data-v-9c2ebf16] {
  width: 100%;
  height: 1.041667rem;
  border: none;
  display: block;
  padding: 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.creat_disabled[data-v-9c2ebf16] {
  padding: 0.260417rem;
}
.creat_disabled h3[data-v-9c2ebf16] {
  text-align: center;
  padding-bottom: 0.104167rem;
  color: rgba(50, 48, 83, 1);
  font-size: 0.09375rem;
  font-family: "\601D\6E90\9ED1\4F53";
  border-bottom: solid 0.005208rem rgba(238, 238, 238, 1);
}
.creat_disabled .creat_1 p[data-v-9c2ebf16],
.creat_disabled .creat_2 p[data-v-9c2ebf16] {
  background: rgba(232, 244, 255, 1);
  position: relative;
  padding-left: 0.15625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: 0.15625rem;
  width: calc(100% - 0.15625rem);
  color: rgba(6, 111, 228, 1);
}
.creat_disabled .creat_1 p i[data-v-9c2ebf16],
.creat_disabled .creat_2 p i[data-v-9c2ebf16] {
  display: inline-block;
  padding: 0;
  width: 0.3125rem;
  height: 0.3125rem;
  line-height: 0.3125rem;
  position: absolute;
  left: -0.15625rem;
  border-radius: 50%;
  top: 50%;
  background: rgba(232, 244, 255, 1);
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0.104167rem;
}
.creat_disabled .creat_1 ul[data-v-9c2ebf16] {
  padding-left: 0.3125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: rgba(50, 48, 83, 0.7);
  font-size: 0.072917rem;
}
.creat_disabled .creat_2 textarea[data-v-9c2ebf16] {
  background: white;
  border: 0.005208rem solid #eee;
}
.creat_posi[data-v-9c2ebf16] {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(244, 245, 250, 1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.104167rem;
}
.container[data-v-29bb9a93] {
  width: 100%;
  height: 100%;
  background: white;
  padding: 0.15625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
header[data-v-29bb9a93] {
  height: 0.416667rem;
  line-height: 0.416667rem;
}
header button[data-v-29bb9a93] {
  border: none;
  outline: none;
  background: white;
  height: 0.208333rem;
  width: 0.677083rem;
  color: #999;
  border-radius: 2.604167rem;
  cursor: pointer;
  -webkit-box-shadow: 0 0 0.010417rem 0 #999;
          box-shadow: 0 0 0.010417rem 0 #999;
  margin: 0 0.052083rem;
}
header .active[data-v-29bb9a93] {
  border: none;
  outline: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#68ebaa), to(#34c3cc));
  background: linear-gradient(#68ebaa, #34c3cc);
  height: 0.208333rem;
  width: 0.677083rem;
  color: white;
  border-radius: 2.604167rem;
  cursor: pointer;
  -webkit-box-shadow: 0 0 0.026042rem 0 #68ebaa;
          box-shadow: 0 0 0.026042rem 0 #68ebaa;
}
header select[data-v-29bb9a93] {
  border: 0.005208rem solid #dcdfe6;
  outline: none;
  padding: 0.015625rem;
  border-radius: 0.026042rem;
  height: 0.208333rem;
}
header input[type="search"][data-v-29bb9a93] {
  border: 0.005208rem solid #dcdfe6;
  padding: 0.015625rem;
  padding-left: 0.026042rem;
  width: 0.78125rem;
  height: 0.208333rem;
  border-radius: 0.026042rem;
}
.table[data-v-29bb9a93] {
  height: calc(100% - 0.364583rem);
}
.table table tbody tr.active[data-v-29bb9a93] {
  background: rgb(170, 170, 170);
}
.table table tr td div[data-v-29bb9a93] {
  line-height: 200%;
  border-bottom: 0.015625rem solid #eeeffa;
}
.table table tr td div[data-v-29bb9a93]:last-child {
  border: none;
}
.hover > div[data-v-29bb9a93] {
  position: absolute;
  width: 1.5625rem;
  height: auto;
  background: white;
  right: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  z-index: 10;
  bottom: 0.09375rem;
  text-align: left;
  padding: 0.026042rem;
  white-space: normal;
}
.hover[data-v-29bb9a93] {
  position: relative;
  cursor: pointer;
  min-height: 0.15625rem;
}
.btn_blue[data-v-29bb9a93] {
  background: rgba(91, 151, 240, 1);
  color: white;
  z-index: 100;
  width: 100%;
  border: none;
}
.back-mu[data-v-29bb9a93] {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  left: 0;
  top: 0;
}
.back-mu > div[data-v-29bb9a93] {
  width: auto;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  background: white;
  -webkit-box-shadow: 0 0 0.026042rem 0 #ccc;
          box-shadow: 0 0 0.026042rem 0 #ccc;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  padding: 0.15625rem;
}
.back-mu textarea[data-v-29bb9a93] {
  width: 2.604167rem;
  height: 1.041667rem;
  vertical-align: text-top;
  background: #f5f7fe;
  outline: none;
  border: none;
  padding: 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 0.052083rem;
}
.back-mu p[data-v-29bb9a93]:last-of-type {
  text-align: center;
}

/* .back-mu button{margin: 20px;padding: 10px 20px;outline: none;border: none;background: #F34F4F;color: white;border-radius: 100px;box-shadow:0 0 5px 0 #F34F4F} */
.back-mu-btnred[data-v-29bb9a93] {
  margin: 0.104167rem;
  padding: 0.052083rem 0.104167rem;
  outline: none;
  border: none;
  background: #f34f4f;
  color: white;
  border-radius: 0.520833rem;
  -webkit-box-shadow: 0 0 0.026042rem 0 #f34f4f;
          box-shadow: 0 0 0.026042rem 0 #f34f4f;
}
.back-mu-btnccc[data-v-29bb9a93] {
  margin: 0.104167rem;
  padding: 0.052083rem 0.104167rem;
  outline: none;
  border: none;
  background: #ccc;
  color: white;
  border-radius: 0.520833rem;
  -webkit-box-shadow: 0 0 0.026042rem 0 #ccc;
          box-shadow: 0 0 0.026042rem 0 #ccc;
}
.back-mu i[data-v-29bb9a93] {
  font-family: "\601D\6E90\9ED1\4F53";
  font-size: 0.104167rem;
}
.back-mu .posi[data-v-29bb9a93] {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.208333rem;
  height: 0.208333rem;
  background: #f34f4f;
  cursor: pointer;
  border-radius: 0 0 0 0.520833rem;
  text-align: center;
  line-height: 0.208333rem;
  color: white;
  font-weight: 600;
}
.back-mu input[data-v-29bb9a93] {
  background: #eee;
  padding-left: 0.078125rem;
}
.back-mu div[data-v-29bb9a93] {
  margin: 0 auto;
  margin-bottom: 0.104167rem;
}
.back-mu table[data-v-29bb9a93] {
  width: 80%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0.026042rem 0.052083rem;
}
.back-mu table tr td[data-v-29bb9a93]:nth-of-type(odd) {
  text-align: center;
  white-space: nowrap;
  padding: 0.026042rem 0;
}
.back-mu table tr[data-v-29bb9a93]:first-child {
  border-bottom: 0.005208rem solid;
}
.back-mu table tr:first-child td[data-v-29bb9a93]:nth-of-type(odd) {
  color: #999;
}
.back-div-footer[data-v-29bb9a93] {
  text-align: center;
}
.hover > div[data-v-29bb9a93] {
  position: absolute;
  width: 1.041667rem;
  height: auto;
  background: white;
  right: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  z-index: 10;
  bottom: 0.197917rem;
  text-align: left;
  padding: 0.026042rem;
  white-space: normal;
}
.hover[data-v-29bb9a93] {
  position: relative;
  cursor: pointer;
  min-height: 0.15625rem;
}
.main[data-v-29bb9a93] {
  position: absolute;
  top: 0.104167rem;
  background: white;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80%;
  -webkit-box-shadow: 0 0 0.026042rem 0 #ccc;
          box-shadow: 0 0 0.026042rem 0 #ccc;
  padding: 0.104167rem;
}
.main-ul[data-v-29bb9a93] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.104167rem;
  background: white;
}
.main-ul li[data-v-29bb9a93]:nth-of-type(1) {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  font-size: 0.104167rem;
  font-family: "\601D\6E90\9ED1\4F53";
  line-height: 200%;
  position: relative;
  padding-left: 0.104167rem;
}
.main-ul li:nth-of-type(1) p[data-v-29bb9a93] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.main-ul li:nth-of-type(1) p i[data-v-29bb9a93] {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  opacity: 0.8;
  width: 0.015625rem;
  display: inline-block;
  height: 0.104167rem;
  vertical-align: text-top;
  margin-right: 0.015625rem;
}
.main-ul li[data-v-29bb9a93]:nth-of-type(2) {
  -webkit-box-flex: 15;
      -ms-flex: 15;
          flex: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 150%;
}
.main-ul li:nth-of-type(2) div[data-v-29bb9a93]:nth-of-type(1) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.main-ul li:nth-of-type(2) div[data-v-29bb9a93]:nth-of-type(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.main-ul li:nth-of-type(2) div[data-v-29bb9a93]:nth-of-type(3) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.main-ul li:nth-of-type(2) div[data-v-29bb9a93]:nth-of-type(4) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 0.78125rem;
}
.main-ul li:nth-of-type(2) div[data-v-29bb9a93]:nth-of-type(5) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 0.260417rem;
}
.main-ul li:nth-of-type(2) div[data-v-29bb9a93]:nth-of-type(6) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 1.041667rem;
}
.main-ul li:nth-of-type(2) div[data-v-29bb9a93]:nth-of-type(7) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 0.78125rem;
}

/* .main-ul li:nth-of-type(2) div{flex: 1} */
.main-ul li:nth-of-type(2) div p[data-v-29bb9a93] {
  border-bottom: 0.005208rem solid rgba(247, 243, 243, 1);
  text-align: left;
  min-height: 0.78125rem;
  font-size: 0.083333rem;
  margin-top: 0.104167rem;
  padding: 0 0.010417rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.main-ul li:nth-of-type(2) div p[data-v-29bb9a93]:last-child {
  border: none;
}
.main-ul li:nth-of-type(2) div p span[data-v-29bb9a93] {
  display: block;
  margin: 0.052083rem 0;
}
.main-ul li:nth-of-type(2) div .main-body-p[data-v-29bb9a93] {
  max-height: 0.15625rem;
}
.main-header[data-v-29bb9a93] {
  font-family: "\601D\6E90\9ED1\4F53";
  font-size: 0.104167rem;
  line-height: 200%;
}
.main-body[data-v-29bb9a93] {
  -webkit-box-shadow: 0 0.03125rem 0.083333rem 0 rgba(233, 233, 242, 1);
          box-shadow: 0 0.03125rem 0.083333rem 0 rgba(233, 233, 242, 1);
  border-radius: 0.03125rem;
}
.main-ul-selects select[data-v-29bb9a93] {
  width: 0.520833rem;
  height: 0.197917rem;
  text-align: center;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAdCAYAAABBsffGAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjg0NjIwRkE2MUJFMDExRUFCMzQ0RkY3NEMzRTkxRUIwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjg0NjIwRkE3MUJFMDExRUFCMzQ0RkY3NEMzRTkxRUIwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ODQ2MEQ4MDIxQkUwMTFFQUIzNDRGRjc0QzNFOTFFQjAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6ODQ2MEQ4MDMxQkUwMTFFQUIzNDRGRjc0QzNFOTFFQjAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6RuxKVAAADbklEQVR42pxWS2sUQRCummQJGFc9mGhySRAfdyHEg/kV4kFQDOItP0A8iBgj4g/Qi/iAHD2bgwcRvBgvEldFo4KJcVayl5BocDfZLvtRXVM9O3iwl2G2a6qrv/rq0Y2tzc7YLpjH8+3F+sudL/CL2kAAgBAH2R/6eZT3SsLYiwMwVTsKFwYmt/ohm+63spn5P6/rC533XpFYmXgh8tywNOgA6xWG3dikDiy0P0AN+uvnByZmMiubfNH+CobQPyRPFmSG5fw21rL7Rv7NugZ5bkFYFM/ay26vUw754KbpWBDIwPgNARgRIyb0j5+im2cMnFg/fHevrW7HCfb0e5d5oXge+YybOEMygQpd9VmpBeMmS/hEjAaI12pvxB3lrUKPVDJOaXDIEYuBT5QNMrFT0BOZQWEOCMUSI0dNc/Aguu7yQrlqYiAwAkbJLKCUF2+862mBnrwttivLIzVYoYNlzmN+k9JFxlTIpXA8ZSQ1EKNFyUYaOQJzrJMCmZISagm4AsTywBiWadFukuA0fr1FiShJkpKGUCHWxtFng0bhsuzqyMnRiwdPjMA/xqPWx/xO802zIAmEIJXnRZURBqZvri3ljqrpoeOVGzxsfcpv/3jbDMB0DWFFtlARzPh/9vtS7tL+0nC6wYP15fzWmjNcamCKXaEFuQjQxCol35Cc3uxqI3eFdvnQMb/B/Z+f87m1RjP2l7CWJAJkEuR9ISycGVILxK3AdrobKw1PkbFhnVttNH1mYaxWksokSxEmnHdR1bJ2T/URi+b6t3d5mPSxDkkj0xmLpJFTwXmSuQRyeKgTI7iOoVuG/akXXHVX5F6iUcdKRBLXpZ95ncy/CYs6LpA7WhATQ756dMfSB0lSa6oADVY0LkeLUfajOmGaoaSqNWY0YUqdOkykcXlQRrXPpKhLPcQbzbxnhqCii5a6YnGK2CB5/jC1LwHDENhYGPqEgop+bmK2GOw91vQwCpiBXh4jJapCf+/LaoMb3V0pHNBnaNllivlaPrRBgB3IfB1sO43FM0OH+X6SyT3EcRnvMuEp7iomfjcoT1iX+f/nhked8VcO+b1r40cmrHL9yXoLNnZ3OHzImVFkTqA4dnCU3I6ZtL9Wg7PDQ3BlbHzL2UV8+hzWp06PuWuduyW5ywz8/9h2iO1z92C9tvJXgAEAHiXxzcPFkHkAAAAASUVORK5CYII=) no-repeat right,
    rgba(242, 247, 253, 1);
  appearance: none;
  -webkit-appearance: none;
  /*去除chrome浏览器的默认下拉图片*/
  -moz-appearance: none;
  /*去除Firefox浏览器的默认下拉图片*/
  border: none;
  outline: none;
}
.main-ul-selects select option[data-v-29bb9a93] {
  text-align: center;
}
.main-ul-selects input[data-v-29bb9a93] {
  width: 0.520833rem;
  height: 0.197917rem;
  text-align: center;
  background: rgba(242, 247, 253, 1);
}
.main-footer[data-v-29bb9a93] {
  position: relative;
}
.main-footer p[data-v-29bb9a93] {
  font-family: "\601D\6E90\9ED1\4F53";
  font-size: 0.104167rem;
  line-height: 200%;
}
.footer-btn[data-v-29bb9a93] {
  text-align: center;
}
.footer-btn button[data-v-29bb9a93] {
  width: 0.546875rem;
  height: 0.171875rem;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  -webkit-box-shadow: 0 0.010417rem 0.036458rem 0 rgba(33, 231, 137, 0.39);
          box-shadow: 0 0.010417rem 0.036458rem 0 rgba(33, 231, 137, 0.39);
  opacity: 0.8;
  border-radius: 0.088542rem;
  outline: none;
  border: none;
  color: white;
}
.main-msg[data-v-29bb9a93] {
  line-height: 0.182292rem;
  margin-bottom: 0.104167rem;
}
.main-msg i[data-v-29bb9a93] {
  background: -webkit-gradient(linear, left top, left bottom, from(#8cbbfb), to(#5598f3));
  background: linear-gradient(#8cbbfb, #5598f3);
  padding: 0 0.078125rem;
  font-size: 0.072917rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  border-radius: 0.260417rem;
  display: inline-block;
  margin-right: 0.026042rem;
  line-height: 0.197917rem;
}
.main-msg span[data-v-29bb9a93] {
  margin-right: 0.052083rem;
  border: 0.005208rem solid #eee;
  display: inline-block;
  border-radius: 0.520833rem;
  padding: 0 0.052083rem 0 0;
  font-family: "\601D\6E90\9ED1\4F53";
  background: white;
}
.container[data-v-4c610b19] {
  width: 100%;
  height: 100%;
  background: white;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
.header[data-v-4c610b19] {
  margin-bottom: 0.104167rem;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  min-height: 0.208333rem;
}
.header > div[data-v-4c610b19] {
  margin-right: 0.104167rem;
  margin-top: 0.15625rem;
}
.header > div p[data-v-4c610b19] {
  color: #999;
  margin-bottom: 0.104167rem;
}
.header > div .el-select[data-v-4c610b19] {
  width: 0.729167rem;
  padding-right: 0.052083rem;
}
.header .search[data-v-4c610b19] {
  width: 1.213542rem;
  height: 0.197917rem;
  background: rgba(255, 255, 255, 1);
  border: 0.005208rem solid rgba(221, 225, 229, 1);
  border-radius: 0.03125rem;
  overflow: hidden;
  margin-right: 0.104167rem;
  position: relative;
}
.header .search input[data-v-4c610b19] {
  height: 100%;
  width: 0.911458rem;
  font-size: 0.09375rem;
  padding-left: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header .search button[data-v-4c610b19] {
  width: 0.286458rem;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border: none;
  color: white;
  font-weight: 600;
  cursor: pointer;
  position: absolute;
  right: 0;
  /* font-size: 14px; */
}
.header_btn[data-v-4c610b19] {
  color: rgb(50, 50, 50);
  -webkit-box-shadow: 0 0 0.026042rem 0 #ccc;
          box-shadow: 0 0 0.026042rem 0 #ccc;
  border-radius: 0.130208rem;
  width: 0.692708rem;
  height: 0.197917rem;
  margin-right: 0.104167rem;
  line-height: 0.197917rem;
  text-align: center;
  font-size: 0.09375rem;
  cursor: pointer;
}
.header .topheader[data-v-4c610b19] {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
  opacity: 0.8;
  border-radius: 0.208333rem;
  line-height: 0.208333rem;
  height: 0.208333rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(50, 48, 83, 1);
  font-size: 0.083333rem;
}
.header .topheader > span[data-v-4c610b19] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
  padding: 0 0.083333rem;
  white-space: nowrap;
}
.header .topheader .active[data-v-4c610b19] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border-radius: 0.208333rem;
}
.active[data-v-4c610b19] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  -webkit-box-shadow: 0 0 0.026042rem 0 #02cb8e;
          box-shadow: 0 0 0.026042rem 0 #02cb8e;
}
.table[data-v-4c610b19] {
  height: calc(100% - 0.729167rem);
}
.table table tr td div[data-v-4c610b19] {
  line-height: 200%;
  border-bottom: 0.015625rem solid #eeeffa;
}
.table table tr td div[data-v-4c610b19]:last-child {
  border: none;
}
.table table tbody tr.active[data-v-4c610b19] {
  background: rgb(170, 170, 170);
}
.main[data-v-4c610b19] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100% - 0.260417rem);
}
.main h3[data-v-4c610b19] {
  height: 0.3125rem;
}
.main h3 span[data-v-4c610b19] {
  font-size: 0.125rem;
  font-family: '\601D\6E90\9ED1\4F53';
  font-weight: bold;
  color: #2C7EF0;
}
.main .el-select[data-v-4c610b19] {
  width: 8em;
  margin-left: 1em;
}
.main .table[data-v-4c610b19] {
  height: calc(100% - 0.416667rem);
}
.main>div[data-v-4c610b19] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 0.104167rem;
  -webkit-box-shadow: 0 0 0.026042rem #ccc;
          box-shadow: 0 0 0.026042rem #ccc;
  padding: 0.104167rem;
  border-radius: 0.052083rem;
}
.hovers > div[data-v-4c610b19] {
  position: absolute;
  width: 1.041667rem;
  height: auto;
  background: white;
  right: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  z-index: 10;
  top: 0;
  text-align: left;
  padding: 0.026042rem;
  white-space: normal;
}
.hovers[data-v-4c610b19] {
  position: relative;
  cursor: pointer;
}
.checked[data-v-4c610b19] {
  line-height: 0.208333rem;
}
.container[data-v-52c922ec] {
  width: 100%;
  height: 100%;
  background: white;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
.font_style[data-v-52c922ec] {
  font-size: 0.104167rem;
}
.container_select[data-v-52c922ec] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(50% - 0.166667rem);
}
.container_select[data-v-52c922ec]:nth-of-type(1) {
  border: 0.005208rem solid #EAEAEA;
  padding: 0.052083rem;
  border-radius: 0.03125rem;
}
.bg_border_right[data-v-52c922ec] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
}
.container_direction[data-v-52c922ec] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  overflow: auto;
  padding: 0.052083rem;
  border-radius: 0.03125rem;
  margin-right: 0.104167rem;
}
h3[data-v-52c922ec] {
  width: 100%;
  line-height: 0.166667rem;
  font-weight: 500;
  font-size: 0.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
h3 span[data-v-52c922ec] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.container_lecturer[data-v-52c922ec] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 0.052083rem;
  line-height: 150%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  height: calc( 100% - 0.208333rem);
  width: calc( 100% - 0.208333rem);
  overflow: auto;
  margin: 0.104167rem;
  background: #FFFFFF;
  border: 0.005208rem solid #F1F1F1;
  -webkit-box-shadow: 0 0.020833rem 0.151042rem 0 rgba(153, 153, 153, 0.13);
          box-shadow: 0 0.020833rem 0.151042rem 0 rgba(153, 153, 153, 0.13);
  border-radius: 0.03125rem;
}
.container_direction_div[data-v-52c922ec] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.container_direction_div div[data-v-52c922ec] {
  width: 0.625rem;
  height: 0.166667rem;
  background: #4793FB;
  border-radius: 0.020833rem;
  margin-right: 0.15625rem;
  line-height: 0.166667rem;
  text-align: center;
  color: white;
  margin-bottom: 0.15625rem;
}
.container_direction_div div[data-v-52c922ec]:nth-of-type(5n+0) {
  margin-right: 0;
}
.container_direction .active[data-v-52c922ec] {
  background: #FFEA5A;
  color: #323053;
}
.container_lecturer_select[data-v-52c922ec] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.104167rem;
  cursor: pointer;
}
.container_lecturer_select[data-v-52c922ec]:hover {
  background: #f6f6fb;
}
.container_lecturer_select > div[data-v-52c922ec]:nth-of-type(1) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 0.104167rem;
}
.container_lecturer_select > div:nth-of-type(1) img[data-v-52c922ec] {
  width: 0.520833rem;
  border-radius: 50%;
  border: 0.005208rem solid #eee;
  height: 0.520833rem;
}
.container_lecturer_select > div[data-v-52c922ec]:nth-of-type(2) {
  -webkit-box-flex: 8;
      -ms-flex: 8;
          flex: 8;
  line-height: 200%;
}
.container_msg_alt[data-v-52c922ec] {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  font-size: 0.09375rem;
  font-family: "\601D\6E90\9ED1\4F53";
  font-weight: 500;
  color: rgba(229, 229, 229, 1);
  line-height: 0.104167rem;
  text-align: center;
  white-space: nowrap;
}
.container_msg_alt img[data-v-52c922ec] {
  width: 30%;
}
section[data-v-52c922ec] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 0.15625rem;
}
section[data-v-52c922ec]:last-child {
  margin: 0;
}
section>h3[data-v-52c922ec] {
  font-family: '\601D\6E90\9ED1\4F53';
  font-size: 0.09375rem;
  font-weight: 500;
  color: #323053;
  line-height: 0.208333rem;
}
section>h3 i[data-v-52c922ec] {
  display: inline-block;
  width: 0.052083rem;
  height: 0.052083rem;
  border-radius: 50%;
  background: -webkit-gradient(linear, left bottom, left top, from(#00B4BF), to(#42E695));
  background: linear-gradient(0deg, #00B4BF 0%, #42E695 100%);
}
section>div[data-v-52c922ec] {
  height: calc(100% - 0.208333rem);
  background: #FAFBFF;
  border: 0.005208rem solid #F4F5FA;
  border-radius: 0.03125rem;
  padding: 0.104167rem;
  overflow: auto;
}
.navWork li[data-v-52c922ec] {
  margin-bottom: 0.104167rem;
  height: 0.854167rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 0.09375rem 0 rgba(166, 171, 177, 0.2);
          box-shadow: 0 0 0.09375rem 0 rgba(166, 171, 177, 0.2);
  border-radius: 0.03125rem;
}
.myWork li[data-v-52c922ec] {
  border-left: #376CD9 0.020833rem solid;
}
.helpWork li[data-v-52c922ec] {
  border-left: #F68267 0.020833rem solid;
}
.offWork li[data-v-52c922ec] {
  border-left: #1FB175 0.020833rem solid;
}
.list[data-v-52c922ec] {
  width: 1.822917rem;
  height: 0.854167rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 0.09375rem 0 rgba(166, 171, 177, 0.2);
          box-shadow: 0 0 0.09375rem 0 rgba(166, 171, 177, 0.2);
  border-radius: 0.03125rem;
  padding: 0.104167rem;
  position: relative;
  overflow: hidden;
  float: left;
  margin-right: 0.260417rem;
  margin-left: 0.052083rem;
}
.list[data-v-52c922ec]:nth-of-type(2n+0) {
  margin-right: 0;
}
.list>h4[data-v-52c922ec] {
  margin-bottom: 0.104167rem;
  color: #323053;
  font-size: 0.09375rem;
  font-weight: 500;
}
.list span[data-v-52c922ec] {
  display: block;
  width: 0.166667rem;
  height: 0.166667rem;
  border-radius: 0.020833rem;
  font-size: 0.072917rem;
  font-family: '\601D\6E90\9ED1\4F53';
  text-align: center;
  line-height: 0.166667rem;
}
.list_g[data-v-52c922ec] {
  background: rgba(249, 77, 110, 0.12);
  color: #F94D6E;
}
.list_z[data-v-52c922ec] {
  background: rgba(153, 74, 222, 0.12);
  color: #994ADE;
}
.list_d[data-v-52c922ec] {
  background: rgba(62, 186, 190, 0.12);
  color: #3EBABE;
}
.list_li[data-v-52c922ec] {
  /* display: flex; */
  position: relative;
}
.list_li>div[data-v-52c922ec]:first-child {
  /* flex: 1; */
  font-size: 0.072917rem;
  font-family: '\601D\6E90\9ED1\4F53';
  font-weight: 400;
  color: #77777E;
  line-height: 2em;
  cursor: pointer;
}
.list_li>div>div[data-v-52c922ec] {
  display: none;
}
.list_li>div:first-child:hover>div[data-v-52c922ec] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(11, 25, 19,0.64);
  display: block;
  z-index: 10;
  text-align: center;
  line-height: 0.854167rem;
  font-size: 0.125rem;
  font-family: '\601D\6E90\9ED1\4F53';
  font-weight: 400;
  color: #FFFFFF;
}
.list_li>div[data-v-52c922ec]:last-child {
  position: absolute;
  right: 0;
  bottom: 0;
}
.workbtn[data-v-52c922ec] {
  width: 0.46875rem;
  height: 0.166667rem;
  background: #F6F6F6;
  border-radius: 0.020833rem;
  border: none;
  font-weight: 400;
  color: #323053;
  font-size: 0.072917rem;
  margin-right: 0.026042rem;
  text-align: center;
}
.workbtn span[data-v-52c922ec] {
  width: 0.46875rem;
}
.container[data-v-2eeb70d4] {
  width: 100%;
  height: 100%;
  background: white;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
.header[data-v-2eeb70d4] {
  margin-bottom: 0.104167rem;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  /* height: 100px; */
}
.header select[data-v-2eeb70d4] {
  border: 0.005208rem solid #dcdfe6;
  outline: none;
  padding: 0.015625rem;
  border-radius: 0.026042rem;
  height: 0.208333rem;
}
.nav_tow span[data-v-2eeb70d4] {
  width: 0.520833rem;
  height: 0.166667rem;
  display: inline-block;
  text-align: center;
  line-height: 0.166667rem;
  border-radius: 0.083333rem;
  color: #323053;
  margin-right: 0.052083rem;
  font-family: '\601D\6E90\9ED1\4F53';
  cursor: pointer;
  margin-bottom: 0.041667rem;
  background: #f2f2f2;
}
.nav_tow .active[data-v-2eeb70d4] {
  color: white;
  background: -webkit-gradient(linear, left bottom, left top, from(#277CF0), to(#74ACFA));
  background: linear-gradient(0deg, #277CF0 0%, #74ACFA 100%);
}
input[type="search"][data-v-2eeb70d4] {
  border: 0.005208rem solid #dcdfe6;
  padding: 0.015625rem;
  padding-left: 0.026042rem;
  width: 0.78125rem;
  height: 0.208333rem;
  border-radius: 0.026042rem;
}
.el-date-editor[data-v-2eeb70d4] {
  border: none;
  width: 0.78125rem;
  height: 0.135417rem;
}
.el-date-editor .el-input__inner[data-v-2eeb70d4] {
  height: 100%;
}
.btn[data-v-2eeb70d4] {
  outline: none;
  border: none;
  cursor: pointer;
}
.header .topheader[data-v-2eeb70d4] {
  width: 1.822917rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  background: white;
  -webkit-box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
  height: 0.208333rem;
  line-height: 0.208333rem;
  text-align: center;
  border-radius: 0.130208rem;
}
.header .topheader > span[data-v-2eeb70d4] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
}
.header .topheader .active[data-v-2eeb70d4] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border-radius: 0.130208rem;
}
.table[data-v-2eeb70d4] {
  height: calc(100% - 0.520833rem);
}
.table1[data-v-2eeb70d4] {
  height: calc(100% - 0.729167rem);
}
.table table tbody tr.active[data-v-2eeb70d4] {
  background: rgb(170, 170, 170);
}
.table table tr td div[data-v-2eeb70d4] {
  line-height: 200%;
  border-bottom: 0.015625rem solid #eeeffa;
}
.table table tr td div[data-v-2eeb70d4]:last-child {
  border: none;
}
.allFixed table[data-v-2eeb70d4] {
  border-collapse: separate;
  border-spacing: 0.104167rem;
}
.allFixed table td[data-v-2eeb70d4]:nth-of-type(odd) {
  white-space: nowrap;
}
.allFixed table td:nth-of-type(odd) h3[data-v-2eeb70d4] {
  font-size: 0.125rem;
}
.allFixed table td > div[data-v-2eeb70d4] {
  width: 1.041667rem;
  height: 0.145833rem;
  line-height: 0.145833rem;
  background: #f2f2f4;
  text-align: center;
}
.allFixed table td > div.allFixed_stu[data-v-2eeb70d4] {
  width: 100%;
  text-align: left;
}
.allFixed_stu > span[data-v-2eeb70d4] {
  display: inline-block;
  padding: 0 0.052083rem;
  line-height: 200%;
}
.el-icon-caret-bottom[data-v-2eeb70d4] {
  float: right;
  height: 0.145833rem;
  line-height: 0.145833rem;
}
.btn_top[data-v-2eeb70d4] {
  border: none;
  outline: none;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(83, 153, 219, 1)),
    to(rgba(125, 188, 247, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(83, 153, 219, 1) 0%,
    rgba(125, 188, 247, 1) 100%
  );
  color: white;
  padding: 0.026042rem 0.052083rem;
  font-size: 0.083333rem;
  border-radius: 0.020833rem;
}
.btn_blue[data-v-2eeb70d4] {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(81, 76, 250, 1)),
    to(rgba(142, 140, 255, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(81, 76, 250, 1) 0%,
    rgba(142, 140, 255, 1) 100%
  );
  width: 0.729167rem;
  color: white;
  z-index: 100;
}
.allFixed_all[data-v-2eeb70d4] {
  margin: 0 auto;
  width: calc(0.729167rem * 6);
}
.allFixed_top[data-v-2eeb70d4] {
  border-bottom: 0.005208rem solid #eee;
  margin-bottom: 0.052083rem;
  padding-bottom: 0.052083rem;
}
.allFixed_p[data-v-2eeb70d4] {
  display: inline-block;
  width: 0.729167rem;
  white-space: nowrap;
  line-height: 200%;
}
.allFixed_bottom[data-v-2eeb70d4] {
  text-align: center;
  margin-top: 0.208333rem;
}
.allFixed_bottom button[data-v-2eeb70d4] {
  margin: 0 0.052083rem;
}
.btn-back-blue[data-v-2eeb70d4] {
  background: -webkit-gradient(linear, left top, left bottom, from(#8dbbfa), to(#5194f3));
  background: linear-gradient(#8dbbfa, #5194f3);
  color: white;
  padding: 0.026042rem 0.052083rem;
  -webkit-box-shadow: 0 0 0.026042rem 0 #8dbbfa;
          box-shadow: 0 0 0.026042rem 0 #8dbbfa;
  border-radius: 0.026042rem;
}
.btn-back-ccc[data-v-2eeb70d4] {
  border-radius: 0.026042rem;
  padding: 0.026042rem 0.052083rem;
}
input[type=checkbox][data-v-2eeb70d4] {
  width: 0.104167rem;
  height: 0.104167rem;
}
.header .search[data-v-2eeb70d4] {
  width: 1.213542rem;
  height: 0.197917rem;
  background: rgba(255, 255, 255, 1);
  border: 0.005208rem solid rgba(221, 225, 229, 1);
  border-radius: 0.03125rem;
  overflow: hidden;
  margin-right: 0.104167rem;
  position: relative;
}
.header .search input[data-v-2eeb70d4] {
  height: 100%;
  width: 0.911458rem;
  font-size: 0.09375rem;
  padding-left: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header .search button[data-v-2eeb70d4] {
  width: 0.286458rem;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border: none;
  color: white;
  font-weight: 600;
  cursor: pointer;
  position: absolute;
  right: 0;
}
.allFixed1 table[data-v-2eeb70d4] {
  border-collapse: separate;
  border-spacing: 0.052083rem;
}
.allFixed1 .table[data-v-2eeb70d4] {
  width: 70%;
  min-height: 2.604167rem;
}
.allFixed1 .table>.div[data-v-2eeb70d4] {
  height: calc(100% - 6em);
}
.allFixed1 > div table tr td .input[data-v-2eeb70d4] {
  width: 1.40625rem;
  height: 0.15625rem;
  line-height: 0.15625rem;
  background: white;
  border: 0.005208rem solid rgba(242, 242, 244, 1);
  border-radius: 0.020833rem;
  display: inline-block;
  vertical-align: top;
  padding-left: 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.allFixed1 > div table[data-v-2eeb70d4] {
  border-collapse: separate;
  border-spacing: 0.052083rem 0.104167rem;
}
.allFixed1 > div table tr td[data-v-2eeb70d4]:nth-of-type(odd) {
  white-space: nowrap;
  /* vertical-align: top; */
  line-height: 0.208333rem;
}
.allFixed1 > div table tr td .scroll[data-v-2eeb70d4] {
  overflow: auto;
  max-height: 0.520833rem;
}
.allFixed1 > div .head[data-v-2eeb70d4] {
  font-size: 0.104167rem;
  font-weight: 600;
  border-bottom: 0.005208rem solid #f2f2f2;
}
.allFixed_nav[data-v-2eeb70d4] {
  margin: 0 auto;
  margin-bottom: 0.145833rem;
  text-align: center;
}
.allFixed_nav span[data-v-2eeb70d4] {
  margin: 0 0.052083rem;
  padding: 0 0.041667rem;
  font-size: 0.09375rem;
  color: rgba(51, 48, 84, 0.6);
  padding-bottom: 0.052083rem;
  border-bottom: 0.020833rem solid transparent;
  cursor: pointer;
}
.allFixed_nav .allFixed_nav_bar[data-v-2eeb70d4] {
  color: rgba(51, 48, 84, 1);
  border-bottom: 0.020833rem solid #1AC8B0;
}
.allFixed .allFixed_table[data-v-2eeb70d4] {
  border-collapse: separate;
  border-spacing: 0.052083rem;
  border: 0.005208rem solid #F3F4F6;
  min-height: calc(100% - 0.416667rem);
}
.allFixed .allFixed_table h4[data-v-2eeb70d4] {
  font-weight: 500;
  font-size: 0.09375rem;
  font-family: '\601D\6E90\9ED1\4F53';
}
.recordStyle[data-v-2eeb70d4] {
  line-height: 0.1875rem;
  font-size: 0.083333rem;
  padding-left: 2em;
}
.recordStyle i[data-v-2eeb70d4] {
  padding-right: 1em;
  display: inline-block;
  width: 0.15625rem;
  color: rgba(0, 0, 0, 0.4);
  vertical-align: middle;
}
.recordStyle span[data-v-2eeb70d4] {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 0;
  width: 0.0625rem;
  height: 0.0625rem;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.010417rem solid #00F5B4;
}
.recordStyle .bar[data-v-2eeb70d4] {
  position: absolute;
  top: 0.052083rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.005208rem;
  height: 0.125rem;
  background: #00F5B4;
  display: inline-block;
  padding: 0;
}
.recordStyle[data-v-2eeb70d4]:last-of-type {
  /* color: #3699ff */
}
.recordStyle:last-of-type .bar[data-v-2eeb70d4] {
  display: none;
}
input[type="checkbox"][data-v-2eeb70d4] {
  width: 0.078125rem;
}
.container[data-v-0f790383] {
  width: 100%;
  height: 100%;
  background: white;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
.header[data-v-0f790383] {
  margin-bottom: 0.104167rem;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  min-height: 0.208333rem;
}
.header > div[data-v-0f790383]:first-child {
  /* margin-right: 20px; */
  margin-top: 0.104167rem;
}
.header_navs>div[data-v-0f790383] {
  margin-top: 0.104167rem;
}
.header_navs>div>span[data-v-0f790383] {
  width: 5em;
  white-space: nowrap;
  text-align: right;
  display: inline-block;
}
.header > div p[data-v-0f790383] {
  color: #999;
  margin-bottom: 0.104167rem;
}
.header > div .el-select[data-v-0f790383] {
  width: 0.729167rem;
  padding-right: 0.052083rem;
}
.header .search[data-v-0f790383] {
  width: 1.213542rem;
  height: 0.197917rem;
  background: rgba(255, 255, 255, 1);
  border: 0.005208rem solid rgba(221, 225, 229, 1);
  border-radius: 0.03125rem;
  overflow: hidden;
  margin-right: 0.104167rem;
  position: relative;
}
.header .search input[data-v-0f790383] {
  height: 100%;
  width: 0.911458rem;
  font-size: 0.09375rem;
  padding-left: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header .search button[data-v-0f790383] {
  width: 0.286458rem;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border: none;
  color: white;
  font-weight: 600;
  cursor: pointer;
  position: absolute;
  right: 0;
  /* font-size: 14px; */
}
.header_btn[data-v-0f790383] {
  color: rgb(50, 50, 50);
  -webkit-box-shadow: 0 0 0.026042rem 0 #ccc;
          box-shadow: 0 0 0.026042rem 0 #ccc;
  border-radius: 0.130208rem;
  width: 0.692708rem;
  height: 0.197917rem;
  margin-right: 0.104167rem;
  line-height: 0.197917rem;
  text-align: center;
  font-size: 0.09375rem;
  cursor: pointer;
}
.header .topheader[data-v-0f790383] {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
  opacity: 0.8;
  border-radius: 0.208333rem;
  line-height: 0.208333rem;
  height: 0.208333rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(50, 48, 83, 1);
  font-size: 0.083333rem;
}
.header .topheader > span[data-v-0f790383] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
  padding: 0 0.083333rem;
  white-space: nowrap;
}
.header .topheader .active[data-v-0f790383] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border-radius: 0.208333rem;
}
.active[data-v-0f790383] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  -webkit-box-shadow: 0 0 0.026042rem 0 #02cb8e;
          box-shadow: 0 0 0.026042rem 0 #02cb8e;
}
.table[data-v-0f790383] {
  height: calc(100% - 1.041667rem);
}
.table table tr td div[data-v-0f790383] {
  line-height: 200%;
  border-bottom: 0.015625rem solid #eeeffa;
}
.table table tr td div[data-v-0f790383]:last-child {
  border: none;
}
.table table tbody tr.active[data-v-0f790383] {
  background: rgb(170, 170, 170);
}
.hovers > div[data-v-0f790383] {
  position: absolute;
  width: 1.041667rem;
  height: auto;
  background: white;
  right: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  z-index: 10;
  top: 0;
  text-align: left;
  padding: 0.026042rem;
  white-space: normal;
}
.hovers[data-v-0f790383] {
  position: relative;
  cursor: pointer;
}
.el-aside[data-v-073977c0] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: auto;
}

/* 左边框 */
.main[data-v-073977c0],
.el-container[data-v-073977c0] {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.left-bar-logo[data-v-073977c0] {
  max-width: 1.666667rem;
  width: 100%;
  height: 0.307292rem;
  margin: 0 auto;
  margin-bottom: 0.364583rem;
}
.left-bar-logo img[data-v-073977c0] {
  margin: 0 auto;
  display: block;
  width: 90%;
}
.left-bar[data-v-073977c0] {
  width: 1.354167rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#30d8a0), to(#00b4bf));
  background: linear-gradient(0deg, #30d8a0, #00b4bf);
  position: relative;
  padding: 0.208333rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 3.75rem;
  height: 100%;
}
.left-bar1[data-v-073977c0] {
  width: auto;
  background: -webkit-gradient(linear, left bottom, left top, from(#30d8a0), to(#00b4bf));
  background: linear-gradient(0deg, #30d8a0, #00b4bf);
  position: relative;
  padding: 0.208333rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.left-bar a[data-v-073977c0] {
  color: #fff;
  display: block;
}
.left-bar li[data-v-073977c0] {
  padding-left: 0.15625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 0.25rem;
  cursor: pointer;
  letter-spacing: 0.010417rem;
}
.left-bar1 li[data-v-073977c0] {
  padding: 0 0.208333rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 0.25rem;
}
.left-bar li[data-v-073977c0]:last-child {
  margin-bottom: 0;
}
.left-bar li img[data-v-073977c0] {
  height: 100%;
  vertical-align: middle;
  margin: 0.010417rem 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 0.104167rem;
}
.left-bar1 li img[data-v-073977c0] {
  height: 100%;
  vertical-align: middle;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.left-bar li[data-v-073977c0]:focus,
.left-bar li[data-v-073977c0]:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.5);
}
.posi[data-v-073977c0] {
  width: 100%;
  display: block;
  cursor: pointer;
  position: absolute;
  bottom: 0;
}
.posi1[data-v-073977c0] {
  width: 100%;
  display: block;
  cursor: pointer;
  margin-top: 0;
}
.left-bar li i[data-v-073977c0] {
  padding-right: 0.052083rem;
  line-height: 0.25rem;
}
.left-bar ul[data-v-073977c0] {
  position: absolute;
  bottom: 0.052083rem;
  width: 100%;
}
.active[data-v-073977c0] {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.5);
}
.list_dl[data-v-073977c0] {
  max-height: 80vh;
  overflow: auto;
  position: absolute;
  bottom: 100%;
  width: 100%;
  border: 0.005208rem solid #888;
  left: 0;
  color: #000;
}
.list_dl dd[data-v-073977c0] {
  height: 0.15625rem;
  text-align: center;
  background: white;
  line-height: 0.15625rem;
}
.list_dl dd[data-v-073977c0]:hover {
  font-size: 0.114583rem;
  font-family: "\601D\6E90\9ED1\4F53";
}

/**/
.el-main[data-v-073977c0] {
  padding: 0;
  position: relative;
}
.right-main-mbr[data-v-073977c0] {
  margin: 0;
  -webkit-box-shadow: 0 0 0.020833rem #ccc;
          box-shadow: 0 0 0.020833rem #ccc;
  border-radius: 0.026042rem;
  padding: 0 0.104167rem;
  background: #fff;
}

/*谷歌、safari、qq浏览器、360浏览器滚动条样式*/

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
[data-v-073977c0]::-webkit-scrollbar {
  width: 0.026042rem;
  height: 0.026042rem;
  background-color: #f5f5f5;
}

/*定义滚动条轨道 内阴影+圆角*/
[data-v-073977c0]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0.03125rem rgba(0, 0, 0, 0.3);
  border-radius: 0.052083rem;
  background-color: #f5f5f5;
}

/*定义滑块 内阴影+圆角*/
[data-v-073977c0]::-webkit-scrollbar-thumb {
  border-radius: 0.052083rem;
  -webkit-box-shadow: inset 0 0 0.03125rem rgba(0, 0, 0, 0.3);
  background-color: #bdbdbd;
}

/*滑块效果*/
[data-v-073977c0]::-webkit-scrollbar-thumb:hover {
  border-radius: 0.026042rem;
  -webkit-box-shadow: inset 0 0 0.026042rem rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.4);
}

/*IE滚动条颜色*/
html[data-v-073977c0] {
  scrollbar-face-color: #bfbfbf;
  /*滚动条颜色*/
  scrollbar-highlight-color: #000;
  scrollbar-3dlight-color: #000;
  scrollbar-darkshadow-color: #000;
  scrollbar-shadow-color: #adadad;
  /*滑块边色*/
  scrollbar-arrow-color: rgba(0, 0, 0, 0.4);
  /*箭头颜色*/
  scrollbar-track-color: #eeeeee;
  /*背景颜色*/
}
.box[data-v-25519268] {
  width: 100%;
  min-height: 100%;
  font-size: 0.09375rem;
  /* min-width: 1400px; */
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
}
.box-1[data-v-25519268] {
  height: 0.208333rem;
}
.main[data-v-25519268] {
  width: 100%;
  height: 100%;
}
.main > div[data-v-25519268] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.main > div > section[data-v-25519268]:first-child {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.main > div > section[data-v-25519268]:last-child {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
}
.section1[data-v-25519268] {
  margin-right: 0.104167rem;
}
.section1[data-v-25519268],
.section2[data-v-25519268] {
  /* margin-top: -20px; */
  width: 100%;
}
.section1 h3[data-v-25519268],
.section2 h3[data-v-25519268] {
  line-height: 0.177083rem;
  font-size: 0.083333rem;
}
.section1-style-b[data-v-25519268] {
  width: 100%;
  margin-top: 0.104167rem;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.03125rem 0.083333rem 0 rgba(233, 233, 242, 1);
          box-shadow: 0 0.03125rem 0.083333rem 0 rgba(233, 233, 242, 1);
  border-radius: 0.03125rem;
  border-left: 0.015625rem solid rgba(116, 227, 204, 1);
  padding: 0.052083rem 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 0.166667rem;
  position: relative;
  /* height: 190px; */
}
.section1-style-b .section1-style-b-l:first-child p[data-v-25519268] {
  text-align: left;
}
.section1-style-b-l[data-v-25519268]:first-child {
  width: 60%;
}
.section1-style-b-l[data-v-25519268]:nth-of-type(2) {
  width: 40%;
}
.section1-style-b-l p[data-v-25519268] {
  text-align: center;
}
.section1-style-b-1[data-v-25519268] {
  font-size: 0.09375rem;
  font-family: Source Han Sans CN;
  font-weight: 300;
  color: rgba(1, 181, 190, 1);
}
.section1-style-b-2[data-v-25519268] {
  font-size: 0.125rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
}
.section1-style-b-3[data-v-25519268] {
  font-size: 0.083333rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: rgba(163, 163, 173, 1);
}
.section1-style-b-5 img[data-v-25519268] {
  width: 0.208333rem;
  height: 0.208333rem;
  border: 0.005208rem solid rgba(255, 255, 255, 1);
  margin-left: -0.078125rem;
  border-radius: 50%;
}
.section1-style-b-5 img[data-v-25519268]:first-child {
  margin-left: 0;
}
.section1-style-b-6[data-v-25519268] {
  position: relative;
  height: 0.520833rem;
  margin: 0.104167rem 0;
  width: 100%;
}
.positinontop[data-v-25519268] {
  position: absolute;
  top: -0.052083rem;
  right: -0.052083rem;
  border-radius: 50%;
  background: #e6002d;
  width: 0.130208rem;
  height: 0.130208rem;
  line-height: 0.130208rem;
  color: #fff;
  font-weight: 700;
  margin-left: 0.416667rem;
}
.section1-style-b-7[data-v-25519268] {
  text-align: left;
}
.section1-style-b-7 button[data-v-25519268] {
  background: rgba(213, 213, 224, 1);
  border-radius: 0.052083rem;
  border: none;
  width: 0.380208rem;
  font-size: 0.083333rem;
  font-family: Source Han Sans CN;
  line-height: 0.15625rem;
  color: #fff;
  cursor: pointer;
}
.section1-style-b-img[data-v-25519268] {
  position: absolute;
  right: 0.203125rem;
  top: 0;
  width: 0.135417rem;
  height: 0.229167rem;
  text-align: center;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(46, 211, 197, 1)),
    to(rgba(87, 232, 176, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(46, 211, 197, 1) 0%,
    rgba(87, 232, 176, 1) 100%
  );
  color: #fff;
  font-size: 0.072917rem;
}
.ccc[data-v-25519268] {
  font-size: 0.083333rem;
  color: rgba(213, 213, 224, 1);
}
.p[data-v-25519268] {
  font-weight: 400;
  font-size: 0.09375rem;
  color: #323053;
  font-family: Source Han Sans CN;
  margin-top: 0.052083rem;
}
.p p[data-v-25519268] {
  padding-left: 0.026042rem;
}
.msage[data-v-25519268] {
  position: relative;
  height: 0.260417rem;
}
.msage>span[data-v-25519268] {
  line-height: 0.260417rem;
  font-size: 0.125rem;
  font-family: '\601D\6E90\9ED1\4F53';
  font-weight: 500;
  color: #323053;
}
#canvasbox1[data-v-25519268] {
  width: 0.416667rem;
  height: 0.416667rem;
}
.positop[data-v-25519268] {
  width: 100%;
  position: relative;
  margin-top: 0.104167rem;
}
.positop > div[data-v-25519268] {
  position: absolute;
  left: 0;
  width: 100%;
  background: #fff;
  height: 0.677083rem;
}
.positop > div p[data-v-25519268]:first-child {
  width: 100%;
  color: #fff;
  height: 0.15625rem;
  background: rgba(241, 26, 67, 1);
  -webkit-box-shadow: 0 -0.020833rem 0.026042rem 0 rgba(220, 56, 90, 1);
          box-shadow: 0 -0.020833rem 0.026042rem 0 rgba(220, 56, 90, 1);
  border-radius: 0.03125rem 0.03125rem 0 0;
  line-height: 0.15625rem;
  padding: 0 0.125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.positop > div p[data-v-25519268]:nth-child(2) {
  text-align: center;
  line-height: 0.338542rem;
}
.positop > div p[data-v-25519268]:nth-child(3) {
  text-align: center;
  line-height: 0.130208rem;
}
.positop button[data-v-25519268] {
  width: 0.291667rem;
  height: 0.125rem;
  background: rgba(216, 10, 50, 1);
  border-radius: 0.052083rem;
  border: none;
  color: #fff;
}
.button-up[data-v-25519268] {
  padding: 0 0.052083rem;
  cursor: pointer;
}
.button-header[data-v-25519268] {
  color: white;
  font-size: 0.135417rem;
  text-align: center;
  padding: 0.052083rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#a8cbfc), to(#78b1fd));
  background: linear-gradient(0deg, #a8cbfc 0%, #78b1fd 100%);
  opacity: 0.8;
}
.san[data-v-25519268] {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.052083rem;
  border-left: 0.052083rem solid transparent;
  border-right: 0.0625rem solid transparent;
  border-bottom: 0.0625rem solid #fff;
  border-top: 0.0625rem solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.img_0[data-v-25519268] {
  display: block;
  margin: 0 auto;
  margin-top: 0.104167rem;
}
.img_0 ~ p[data-v-25519268] {
  text-align: center;
  font-size: 0.125rem;
  color: #00dbd0b0;
  font-weight: 600;
  margin-top: 0.104167rem;
}
.section1 > h3[data-v-25519268] {
  /* margin-top: 40px; */
}
.posis[data-v-25519268] {
  position: absolute;
  right: 0;
  top: 0.260417rem;
  width: 2.34375rem;
  background: white;
  line-height: 200%;
  -webkit-box-shadow: 0 0.03125rem 0.083333rem 0 rgba(233, 233, 242, 1);
          box-shadow: 0 0.03125rem 0.083333rem 0 rgba(233, 233, 242, 1);
  z-index: 10;
  height: 1.041667rem;
  overflow: auto;
  padding: 0.052083rem 0;
}
.cilor[data-v-25519268] {
  display: inline-block;
  width: 0.052083rem;
  height: 0.052083rem;
  border-radius: 50%;
  border: 0.005208rem solid;
  margin: 0 0.026042rem;
}
.button[data-v-25519268] {
  font-family: Source Han Sans CN;
  color: rgba(50, 48, 83, 1);
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.8);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.8);
  border-radius: 0.041667rem;
  outline: none;
  border: none;
  padding: 0.052083rem 0.052083rem;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  right: 0;
}
.section2_div[data-v-25519268] {
  margin-top: 0.104167rem;
  min-height: 2.604167rem;
  min-height: calc(100% - 0.3125rem);
  background: white;
  -webkit-box-shadow: 0 0.020833rem 0.151042rem 0 rgba(80, 105, 143, 0.16);
          box-shadow: 0 0.020833rem 0.151042rem 0 rgba(80, 105, 143, 0.16);
}
.month ul[data-v-25519268] {
  -webkit-box-shadow: 0 0.026042rem 0.020833rem 0 rgba(186, 189, 201, 0.16);
          box-shadow: 0 0.026042rem 0.020833rem 0 rgba(186, 189, 201, 0.16);
  height: 0.302083rem;
  line-height: 0.302083rem;
  padding: 0 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.104167rem;
}
.month ul[data-v-25519268],
.weekdays[data-v-25519268] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.month ul li[data-v-25519268],
.weekdays li[data-v-25519268] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  height: 0.302083rem;
  line-height: 0.302083rem;
  font-size: 0.104167rem;
}
.weekdays li[data-v-25519268] {
  margin-top: 0.052083rem;
}
.days li[data-v-25519268] {
  width: 14.2%;
  float: left;
  text-align: center;
  height: 0.302083rem;
  font-size: 0.104167rem;
  font-size: 0.083333rem;
}
.days_to[data-v-25519268] {
  border-radius: 50%;
  width: 0.25rem;
  height: 0.25rem;
  line-height: 0.25rem;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background: white;
  color: rgb(50, 50, 50);
}
.other-month[data-v-25519268] {
  color: rgba(215, 215, 215, 1);
}
.active1[data-v-25519268] {
  background: rgba(124, 175, 255, 1);
  color: white;
}
.posixi[data-v-25519268] {
  position: absolute;
  left: 0.052083rem;
  top: -0.052083rem;
}
.posi[data-v-25519268] {
  position: relative;
}
.box_style[data-v-25519268] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0.15625rem;
  margin: 0.104167rem;
  position: relative;
}
.box_list[data-v-25519268] {
  margin: 0.104167rem;
  position: relative;
  display: inline-block;
  width: 1.614583rem;
}
.box_style>img[data-v-25519268] {
  display: inline-block;
  height: 0.78125rem;
  position: absolute;
  left: 50%;
  top: 0.15625rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.box_style>p[data-v-25519268] {
  display: inline-block;
  height: 0.125rem;
  position: absolute;
  left: 50%;
  top: 0.9375rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: rgba(0,0,0,.8);
  font-size: 0.125rem;
}
.box_style_one[data-v-25519268] {
  width: 1.614583rem;
  min-height: 0.572917rem;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(255, 249, 243, 1);
  border: 0.005208rem solid rgba(253, 186, 119, 1);
  border-radius: 0.020833rem;
  float: left;
}
.box_style_one > div[data-v-25519268] {
  line-height: 0.208333rem;
  color: rgba(253, 186, 119, 1);
}
.box_style_one > div .fr[data-v-25519268] {
  color: rgba(50, 48, 83, 0.6);
}
.box_style_tow[data-v-25519268] {
  background: rgba(245, 245, 251, 1);
  border: 0.005208rem solid rgba(144, 136, 210, 1);
}
.box_style_bar[data-v-25519268] {
  width: 0.3125rem;
  position: relative;
}
.box_style_bar span[data-v-25519268] {
  width: 0.104167rem;
  height: 0.104167rem;
  border-radius: 50%;
  background: rgba(253, 186, 119, 1);
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.box_style_bar i[data-v-25519268] {
  width: 0.208333rem;
  height: 0.010417rem;
  background: rgba(253, 186, 119, 1);
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0.104167rem;
}
.box_style_out span[data-v-25519268],
.box_style_out i[data-v-25519268] {
  background: rgba(144, 136, 210, 1);
}
.days_point[data-v-25519268] {
  position: absolute;
  bottom: 0;
  background: rgba(124, 175, 255, 1);
  width: 0.041667rem;
  height: 0.041667rem;
  font-weight: 800;
  border-radius: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.daysTask[data-v-25519268] {
  border: 0.005208rem solid #EBF0F8;
  margin-bottom: 0.104167rem;
  margin: 0.104167rem;
  padding: 0.104167rem 0;
  min-height: 10em;
}
.container[data-v-4b2d8af6] {
  min-width: 100%;
  height: 100%;
  background: white;
  padding: 0.260417rem 0.3125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-font-smoothing: antialiased;
  overflow: auto;
}
.btn[data-v-4b2d8af6] {
  outline: none;
  border: none;
  cursor: pointer;
  padding: 0.026042rem 0.052083rem;
  border-radius: 0.026042rem;
  background: rgba(147, 147, 147, 0.27);
  color: rgba(68, 68, 68, 1);
}
.header[data-v-4b2d8af6] {
  margin-bottom: 0.104167rem;
}
.header .topheader > span[data-v-4b2d8af6] {
  cursor: pointer;
  display: inline-block;
  padding: 0.078125rem 0.15625rem;
  border-radius: 5.208333rem;
  margin-right: 0.052083rem;
  color: #464562;
  background: #f0f0f0;
}
.header .topheader .active[data-v-4b2d8af6] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
}
.main1[data-v-4b2d8af6] {
  position: absolute;
  top: 0.104167rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: white;
  width: 80%;
}
.main-ul[data-v-4b2d8af6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.104167rem;
  background: white;
}
.main-ul li[data-v-4b2d8af6]:nth-of-type(1) {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  font-size: 0.104167rem;
  font-family: "\601D\6E90\9ED1\4F53";
  line-height: 200%;
  position: relative;
  padding-left: 0.104167rem;
  max-width: 0.520833rem;
}
.main-ul li:nth-of-type(1) p[data-v-4b2d8af6] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.main-ul li:nth-of-type(1) p i[data-v-4b2d8af6] {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  opacity: 0.8;
  width: 0.015625rem;
  display: inline-block;
  height: 0.104167rem;
  vertical-align: text-top;
  margin-right: -0.015625rem;
  position: relative;
  left: -0.03125rem;
}
.main-ul li[data-v-4b2d8af6]:nth-of-type(2) {
  -webkit-box-flex: 20;
      -ms-flex: 20;
          flex: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-ul li:nth-of-type(2) div[data-v-4b2d8af6]:nth-of-type(1) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 0.78125rem;
}
.main-ul li:nth-of-type(2) div[data-v-4b2d8af6]:nth-of-type(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 0.520833rem;
}
.main-ul li:nth-of-type(2) div[data-v-4b2d8af6]:nth-of-type(3) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.main-ul li:nth-of-type(2) div[data-v-4b2d8af6]:nth-of-type(4) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 0.677083rem;
}
.main-ul li:nth-of-type(2) div[data-v-4b2d8af6]:nth-of-type(5) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 0.885417rem;
}
.main-ul li:nth-of-type(2) div[data-v-4b2d8af6]:nth-of-type(6) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 0.677083rem;
}
.main-ul li:nth-of-type(2) div[data-v-4b2d8af6]:nth-of-type(7) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 0.364583rem;
}
.main-ul li:nth-of-type(2) div[data-v-4b2d8af6]:nth-of-type(8) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 0.364583rem;
}
.main-ul li:nth-of-type(2) div[data-v-4b2d8af6]:nth-of-type(9) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 1.5625rem;
}

/* .main-ul li:nth-of-type(2) div{flex: 1} */
.back-mu-btnred[data-v-4b2d8af6] {
  margin: 0.104167rem;
  padding: 0.052083rem 0.104167rem;
  outline: none;
  border: none;
  background: #f34f4f;
  color: white;
  border-radius: 0.520833rem;
  -webkit-box-shadow: 0 0 0.026042rem 0 #f34f4f;
          box-shadow: 0 0 0.026042rem 0 #f34f4f;
}
.back-mu-btnccc[data-v-4b2d8af6] {
  margin: 0.104167rem;
  padding: 0.052083rem 0.104167rem;
  outline: none;
  border: none;
  background: #ccc;
  color: white;
  border-radius: 0.520833rem;
  -webkit-box-shadow: 0 0 0.026042rem 0 #ccc;
          box-shadow: 0 0 0.026042rem 0 #ccc;
}
.main-ul li:nth-of-type(2) div p[data-v-4b2d8af6] {
  color: #666666;
  border-bottom: 0.005208rem solid rgba(247, 243, 243, 1);
  text-align: left;
  min-height: 0.416667rem;
  font-size: 0.083333rem;
  margin-top: 0.104167rem;
  padding: 0 0.010417rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.main-ul li:nth-of-type(2) div p[data-v-4b2d8af6]:last-child {
  border: none;
}
.main-ul li:nth-of-type(2) div p span[data-v-4b2d8af6] {
  display: block;
  margin: 0.026042rem 0;
  height: 0.145833rem;
}
.main-ul li:nth-of-type(2) div .main-body-p[data-v-4b2d8af6] {
  max-height: 0.15625rem;
}
.main-header[data-v-4b2d8af6] {
  font-family: "\601D\6E90\9ED1\4F53";
  font-size: 0.104167rem;
  line-height: 200%;
}
.main-body[data-v-4b2d8af6] {
  -webkit-box-shadow: 0 0.03125rem 0.083333rem 0 rgba(233, 233, 242, 1);
          box-shadow: 0 0.03125rem 0.083333rem 0 rgba(233, 233, 242, 1);
  border-radius: 0.03125rem;
}
.main-body input[type="number"][data-v-4b2d8af6] {
  width: 0.260417rem;
  background: rgba(242, 247, 253, 1);
  height: 0.145833rem;
  text-align: center;
}

/* .main-ul-selects p{margin: 0;} */
.main-ul-selects select[data-v-4b2d8af6] {
  width: 0.520833rem;
  height: 0.145833rem;
  text-align: center;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAdCAYAAABBsffGAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjg0NjIwRkE2MUJFMDExRUFCMzQ0RkY3NEMzRTkxRUIwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjg0NjIwRkE3MUJFMDExRUFCMzQ0RkY3NEMzRTkxRUIwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ODQ2MEQ4MDIxQkUwMTFFQUIzNDRGRjc0QzNFOTFFQjAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6ODQ2MEQ4MDMxQkUwMTFFQUIzNDRGRjc0QzNFOTFFQjAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6RuxKVAAADbklEQVR42pxWS2sUQRCummQJGFc9mGhySRAfdyHEg/kV4kFQDOItP0A8iBgj4g/Qi/iAHD2bgwcRvBgvEldFo4KJcVayl5BocDfZLvtRXVM9O3iwl2G2a6qrv/rq0Y2tzc7YLpjH8+3F+sudL/CL2kAAgBAH2R/6eZT3SsLYiwMwVTsKFwYmt/ohm+63spn5P6/rC533XpFYmXgh8tywNOgA6xWG3dikDiy0P0AN+uvnByZmMiubfNH+CobQPyRPFmSG5fw21rL7Rv7NugZ5bkFYFM/ay26vUw754KbpWBDIwPgNARgRIyb0j5+im2cMnFg/fHevrW7HCfb0e5d5oXge+YybOEMygQpd9VmpBeMmS/hEjAaI12pvxB3lrUKPVDJOaXDIEYuBT5QNMrFT0BOZQWEOCMUSI0dNc/Aguu7yQrlqYiAwAkbJLKCUF2+862mBnrwttivLIzVYoYNlzmN+k9JFxlTIpXA8ZSQ1EKNFyUYaOQJzrJMCmZISagm4AsTywBiWadFukuA0fr1FiShJkpKGUCHWxtFng0bhsuzqyMnRiwdPjMA/xqPWx/xO802zIAmEIJXnRZURBqZvri3ljqrpoeOVGzxsfcpv/3jbDMB0DWFFtlARzPh/9vtS7tL+0nC6wYP15fzWmjNcamCKXaEFuQjQxCol35Cc3uxqI3eFdvnQMb/B/Z+f87m1RjP2l7CWJAJkEuR9ISycGVILxK3AdrobKw1PkbFhnVttNH1mYaxWksokSxEmnHdR1bJ2T/URi+b6t3d5mPSxDkkj0xmLpJFTwXmSuQRyeKgTI7iOoVuG/akXXHVX5F6iUcdKRBLXpZ95ncy/CYs6LpA7WhATQ756dMfSB0lSa6oADVY0LkeLUfajOmGaoaSqNWY0YUqdOkykcXlQRrXPpKhLPcQbzbxnhqCii5a6YnGK2CB5/jC1LwHDENhYGPqEgop+bmK2GOw91vQwCpiBXh4jJapCf+/LaoMb3V0pHNBnaNllivlaPrRBgB3IfB1sO43FM0OH+X6SyT3EcRnvMuEp7iomfjcoT1iX+f/nhked8VcO+b1r40cmrHL9yXoLNnZ3OHzImVFkTqA4dnCU3I6ZtL9Wg7PDQ3BlbHzL2UV8+hzWp06PuWuduyW5ywz8/9h2iO1z92C9tvJXgAEAHiXxzcPFkHkAAAAASUVORK5CYII=) no-repeat right,
    rgba(242, 247, 253, 1);
  appearance: none;
  -webkit-appearance: none;
  /*去除chrome浏览器的默认下拉图片*/
  -moz-appearance: none;
  /*去除Firefox浏览器的默认下拉图片*/
  border: none;
  outline: none;
  margin-bottom: 0.026042rem;
}
.main-ul-selects select option[data-v-4b2d8af6] {
  text-align: center;
}
.main-ul-selects input[data-v-4b2d8af6] {
  width: 0.520833rem;
  height: 0.197917rem;
  text-align: center;
  background: rgba(242, 247, 253, 1);
}
.main-footer[data-v-4b2d8af6] {
  position: relative;
}
.main-footer p[data-v-4b2d8af6] {
  font-family: "\601D\6E90\9ED1\4F53";
  font-size: 0.104167rem;
  line-height: 200%;
}
.footer-btn[data-v-4b2d8af6] {
  text-align: center;
}
.main-msg[data-v-4b2d8af6] {
  line-height: 0.182292rem;
  margin-bottom: 0.104167rem;
}
.main-msg i[data-v-4b2d8af6] {
  background: -webkit-gradient(linear, left top, left bottom, from(#8cbbfb), to(#5598f3));
  background: linear-gradient(#8cbbfb, #5598f3);
  padding: 0 0.078125rem;
  font-size: 0.072917rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  border-radius: 0.260417rem;
  display: inline-block;
  margin-right: 0.026042rem;
  line-height: 0.197917rem;
}
.main-msg span[data-v-4b2d8af6] {
  margin-right: 0.052083rem;
  border: 0.005208rem solid #eee;
  display: inline-block;
  border-radius: 0.520833rem;
  padding: 0 0.052083rem 0 0;
  font-family: "\601D\6E90\9ED1\4F53";
  background: white;
}
.alter_bar[data-v-4b2d8af6] {
  position: fixed;
  width: 3.125rem;
  height: 1.5625rem;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background: white;
  -webkit-box-shadow: 0 0 0.026042rem 0 #ccc;
          box-shadow: 0 0 0.026042rem 0 #ccc;
}
.alter_bar textarea[data-v-4b2d8af6] {
  width: 80%;
  height: 0.78125rem;
  margin: 0.15625rem 10%;
  outline: none;
  border: none;
  background: #eee;
  margin-top: 0;
}
.alter_bar p[data-v-4b2d8af6] {
  margin: 0.15625rem 10%;
  margin-bottom: 0;
  font-size: 0.104167rem;
}
.alter_bar div[data-v-4b2d8af6] {
  text-align: center;
}
.table[data-v-4b2d8af6] {
  height: calc(100% - 0.3125rem);
}
.table table tr td div[data-v-4b2d8af6] {
  line-height: 200%;
  border-bottom: 0.015625rem solid #eeeffa;
}
.table table tr td div[data-v-4b2d8af6]:last-child {
  border: none;
}
.table table tbody tr.active[data-v-4b2d8af6] {
  background: rgb(170, 170, 170);
}
.hover > div[data-v-4b2d8af6] {
  position: absolute;
  width: 1.5625rem;
  height: auto;
  background: white;
  right: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  z-index: 10;
  bottom: 0.09375rem;
  text-align: left;
  padding: 0.026042rem;
  white-space: normal;
}
.hover[data-v-4b2d8af6] {
  position: relative;
  cursor: pointer;
}
.btn_blue[data-v-4b2d8af6] {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(39, 124, 240, 1)),
    to(rgba(116, 172, 250, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(39, 124, 240, 1) 0%,
    rgba(116, 172, 250, 1) 100%
  );
  color: white;
}
.small_div[data-v-4b2d8af6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.small_div > span[data-v-4b2d8af6] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 33%;
}
.container[data-v-6dd1d45b] {
  width: 100%;
  min-height: 100%;
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  font-size: 0.09375rem;
  padding: 0.104167rem;
}
.container[data-v-6dd1d45b] .el-select .el-input__inner,
.container[data-v-6dd1d45b]  .el-input__inner,
.container[data-v-6dd1d45b] .el-date-editor,
.container[data-v-6dd1d45b] .el-input__icon,
.container[data-v-6dd1d45b] .el-date-editor .el-range-separator {
  line-height: 0.166667rem;
  height: 0.166667rem;
  vertical-align: middle;
}
.container[data-v-6dd1d45b] .el-button {
  line-height: 0.5;
  height: 0.166667rem;
  vertical-align: middle;
}
.header[data-v-6dd1d45b] {
  width: 100%;
  height: 0.260417rem;
  text-align: center;
  position: relative;
}
.table[data-v-6dd1d45b] {
  height: calc(100% - 0.260417rem);
}
.creatNewspaper[data-v-6dd1d45b] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0.104167rem;
  background: #FFFFFF;
}
.creatNewspaper section[data-v-6dd1d45b],
.creatNewspaper1 section[data-v-6dd1d45b] {
  margin-bottom: 0.104167rem;
  width: 100%;
  font-size: 0.083333rem;
}
.creatNewspaper .section_1[data-v-6dd1d45b],
.creatNewspaper1 .section_1[data-v-6dd1d45b] {
  height: 0.505208rem;
  background: #FFFFFF;
  border: 0.005208rem solid #F9F9F9;
  -webkit-box-shadow: 0 0 0.067708rem 0 rgba(196, 196, 196, 0.16);
          box-shadow: 0 0 0.067708rem 0 rgba(196, 196, 196, 0.16);
  border-radius: 0.03125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.166667rem 0;
}
.creatNewspaper1 .section_1 .section_td span[data-v-6dd1d45b] {
  width: 0.416667rem;
  white-space: nowrap;
}
.creatNewspaper .section_2[data-v-6dd1d45b],
.creatNewspaper1 .section_2[data-v-6dd1d45b] {
  height: 1.015625rem;
  background: #FFFFFF;
  border: 0.005208rem solid #F9F9F9;
  -webkit-box-shadow: 0 0 0.067708rem 0 rgba(196, 196, 196, 0.16);
          box-shadow: 0 0 0.067708rem 0 rgba(196, 196, 196, 0.16);
  border-radius: 0.03125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.creatNewspaper .section_4[data-v-6dd1d45b],
.creatNewspaper1 .section_4[data-v-6dd1d45b] {
  min-height: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.creatNewspaper .section_4 h3[data-v-6dd1d45b],
.creatNewspaper1 .section_4 h3[data-v-6dd1d45b] {
  height: 0.182292rem;
  font-size: 0.104167rem;
  font-family: '\601D\6E90\9ED1\4F53';
}
.creatNewspaper .section_4>div[data-v-6dd1d45b],
.creatNewspaper1 .section_4>div[data-v-6dd1d45b] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 0.104167rem;
}
.creatNewspaper .section_4>div[data-v-6dd1d45b]:last-child,
.creatNewspaper1 .section_4>div[data-v-6dd1d45b]:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 0;
}
.creatNewspaper .section_5[data-v-6dd1d45b],
.creatNewspaper1 .section_5[data-v-6dd1d45b] {
  height: 0.416667rem;
}
.creatNewspaper .section_5 p[data-v-6dd1d45b] {
  margin-top: 0.208333rem;
}
.section_td[data-v-6dd1d45b] {
  height: 0.166667rem;
  line-height: 0.166667rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.section_td span[data-v-6dd1d45b] {
  display: inline-block;
  width: 0.78125rem;
  text-align: right;
}
.section_td .el-input[data-v-6dd1d45b] {
  width: 1.041667rem;
}
.creatNewspaper1 .section_2_1_1 .section_td span[data-v-6dd1d45b] {
  display: inline-block;
  width: 0.5rem;
  text-align: right;
}
.creatNewspaper1 .section_2_1_1 .section_td .el-input[data-v-6dd1d45b] {
  width: 0.520833rem;
}
.section_2_1[data-v-6dd1d45b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.052083rem 0.15625rem;
  width: 50%;
}
.section_2_1[data-v-6dd1d45b]:first-child {
  padding: 0.260417rem 0.104167rem;
}
.creatNewspaper1 .section_2_1[data-v-6dd1d45b]:first-child {
  padding: 0.104167rem 0.104167rem;
}
.creatNewspaper1 .section_2_1:first-child p[data-v-6dd1d45b] {
  margin-bottom: 0.026042rem;
  float: left;
}

/* .section_2_1:last-child{
  padding:50px ;
} */
.section_2_1_1[data-v-6dd1d45b] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.section_2_1_1 .section_td[data-v-6dd1d45b] {
  margin-bottom: 0.052083rem;
}
.creatNewspaper .section_3[data-v-6dd1d45b],
.creatNewspaper1 .section_3[data-v-6dd1d45b] {
  height: 1.40625rem;
  border-radius: 0.03125rem;
}
.creatNewspaper .section_3 h3[data-v-6dd1d45b],
.creatNewspaper1 .section_3 h3[data-v-6dd1d45b] {
  height: 0.182292rem;
  font-size: 0.104167rem;
  font-family: '\601D\6E90\9ED1\4F53';
}
.creatNewspaper .section_3>div[data-v-6dd1d45b],
.creatNewspaper1 .section_3>div[data-v-6dd1d45b] {
  height: calc(1.40625rem - 0.182292rem);
  width: 100%;
  -webkit-box-shadow: 0 0 0.067708rem 0 rgba(196, 196, 196, 0.16);
          box-shadow: 0 0 0.067708rem 0 rgba(196, 196, 196, 0.16);
  overflow: auto;
}
.creatNewspaper .section_3>div table[data-v-6dd1d45b],
.creatNewspaper1 .section_3>div table[data-v-6dd1d45b] {
  width: 100%;
  text-indent: 2em;
}
.creatNewspaper .section_3>div table thead tr[data-v-6dd1d45b],
.creatNewspaper1 .section_3>div table thead tr[data-v-6dd1d45b] {
  background: #EDEFF3;
  height: 0.3125rem;
  font-size: 0.083333rem;
}
.creatNewspaper .section_3>div table tbody tr[data-v-6dd1d45b],
.creatNewspaper1 .section_3>div table tbody tr[data-v-6dd1d45b] {
  height: 0.208333rem;
  border-bottom: 0.005208rem solid #F4F4F4;
  color: rgba(50, 48, 83, 0.8);
  font-size: 0.072917rem;
}
.creatNewspaper1 .section_1[data-v-6dd1d45b],
.creatNewspaper1 .section_2[data-v-6dd1d45b],
.creatNewspaper1 .section_3>div[data-v-6dd1d45b] {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0.005208rem solid #EDEDED;
}
.section_3>div table tbody tr span[data-v-6dd1d45b] {
  display: block;
  width: 0.166667rem;
  height: 0.166667rem;
  border-radius: 0.020833rem;
  font-size: 0.072917rem;
  font-family: '\601D\6E90\9ED1\4F53';
  text-align: center;
  line-height: 0.166667rem;
  margin-left: 2em;
  text-indent: 0;
}
.list_g[data-v-6dd1d45b] {
  background: rgba(249, 77, 110, 0.12);
  color: #F94D6E;
}
.list_z[data-v-6dd1d45b] {
  background: rgba(153, 74, 222, 0.12);
  color: #994ADE;
}
.list_d[data-v-6dd1d45b] {
  background: rgba(62, 186, 190, 0.12);
  color: #3EBABE;
}
.hovers > div[data-v-6dd1d45b] {
  position: absolute;
  width: 1.041667rem;
  height: auto;
  background: white;
  right: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  z-index: 10;
  bottom: 0.197917rem;
  text-align: left;
  padding: 0.026042rem;
  white-space: normal;
  line-height: 150%;
}
.hovers[data-v-6dd1d45b] {
  position: relative;
  cursor: pointer;
}
.allFixed_class[data-v-6dd1d45b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* width: 60%; */
}
.allFixed_class>div[data-v-6dd1d45b] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.allFixed_class>div[data-v-6dd1d45b]:first-child {
  padding-right: 0.15625rem;
  border-right: 0.005208rem solid #F2F2F7;
}
.allFixed_class>div[data-v-6dd1d45b]:last-child {
  margin-left: 0.15625rem;
}
.allFixed_class>div:first-child table td[data-v-6dd1d45b]:nth-of-type(odd) {
  text-align: right;
  white-space: nowrap;
}
.allFixed_class table td[data-v-6dd1d45b]:nth-of-type(odd) {
  white-space: nowrap;
  text-align: right;
}
.allFixed_class>div:last-child table td:nth-of-type(even) .el-input[data-v-6dd1d45b] {
  width: 80%;
}
.allFixed_class table[data-v-6dd1d45b] {
  border-collapse: separate;
  border-spacing: 0.052083rem;
  width: 100%;
}
.detail[data-v-6dd1d45b] {
  /* background:rgba(242, 242, 247, 0.7); */
  border: 0.005208rem solid #E4E7ED;
  padding: 1em;
  font-size: 0.072917rem;
  color: #323053;
  border-radius: 0.020833rem;
  width: 4.166667rem;
  min-height: 0.520833rem;
}
.detail p[data-v-6dd1d45b]:nth-of-type(even) {
  color: #323053;
  margin-bottom: 0.052083rem;
}
#main[data-v-6dd1d45b] {
  width: 100%;
  height: 100%;
}
.btn[data-v-6dd1d45b] {
  width: 0.416667rem;
  height: 0.166667rem;
  background: #F7F7F9;
  border-radius: 0.020833rem;
  font-size: 0.072917rem;
  font-family: '\601D\6E90\9ED1\4F53';
  font-weight: 400;
  color: #323053;
  border: none;
  margin-left: 0.026042rem;
}
.activebtn[data-v-6dd1d45b] {
  background: #4793FB;
  color: white;
}
.section_class.section_td p span i[data-v-6dd1d45b] {
  display: inline-block;
  width: 0.104167rem;
  height: 0.026042rem;
  border-radius: 0.015625rem;
  vertical-align: middle;
}
.section_class.section_td[data-v-6dd1d45b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0.083333rem;
}
.section_class.section_td p[data-v-6dd1d45b] {
  min-width: 30%;
  margin-top: 0.052083rem;
}
.section_class.section_td p span[data-v-6dd1d45b] {
  text-align: left;
  line-height: 1em;
}
.container[data-v-8bb12654] {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
  padding: 0.15625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.09375rem;
}
.header[data-v-8bb12654] {
  width: 100%;
  height: 0.3125rem;
  position: relative;
}
.header_top[data-v-8bb12654] {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
  opacity: 0.8;
  border-radius: 0.208333rem;
  line-height: 0.208333rem;
  height: 0.208333rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(50, 48, 83, 1);
  font-size: 0.09375rem;
}
.header_top span[data-v-8bb12654] {
  height: 0.208333rem;
  cursor: pointer;
  padding: 0 0.083333rem;
  white-space: nowrap;
  display: inline-block;
  margin: 0;
  border-radius: 0.208333rem;
}
.header .active[data-v-8bb12654] {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  color: white;
}
.header_select[data-v-8bb12654] {
  line-height: 0.166667rem;
  height: 0.166667rem;
  font-size: 0.083333rem;
}
.header_select span[data-v-8bb12654] {
  margin-right: 0.052083rem;
}
.header_select[data-v-8bb12654] .el-select .el-input__inner,
.header_select[data-v-8bb12654]  .el-input__inner,
.header_select[data-v-8bb12654] .el-date-editor,
.header_select[data-v-8bb12654] .el-input__icon,
.header_select[data-v-8bb12654] .el-date-editor .el-range-separator,
.ceartNew[data-v-8bb12654] .el-select .el-input__inner,
.ceartNew[data-v-8bb12654]  .el-input__inner,
.ceartNew[data-v-8bb12654] .el-date-editor,
.ceartNew[data-v-8bb12654] .el-input__icon,
.ceartNew[data-v-8bb12654] .el-date-editor .el-range-separator,
.allFixed_class[data-v-8bb12654] .el-select .el-input__inner,
.allFixed_class[data-v-8bb12654]  .el-input__inner,
.allFixed_class[data-v-8bb12654] .el-date-editor,
.allFixed_class[data-v-8bb12654] .el-input__icon,
.allFixed_class[data-v-8bb12654] .el-date-editor .el-range-separator,
.allFixed_detail[data-v-8bb12654] .el-select .el-input__inner,
.allFixed_detail[data-v-8bb12654]  .el-input__inner,
.allFixed_detail[data-v-8bb12654] .el-date-editor,
.allFixed_detail[data-v-8bb12654] .el-input__icon,
.allFixed_detail[data-v-8bb12654] .el-date-editor .el-range-separator {
  line-height: 0.166667rem;
  height: 0.166667rem;
  vertical-align: middle;
}
.container[data-v-8bb12654] .el-button {
  line-height: 0.5;
  height: 0.166667rem;
  vertical-align: middle;
}
.workTable[data-v-8bb12654] {
  height: calc(100% - 0.208333rem);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.workTable section[data-v-8bb12654] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 0.15625rem;
}
.workTable section[data-v-8bb12654]:last-child {
  margin: 0;
}
.workTable section>h3[data-v-8bb12654] {
  font-family: '\601D\6E90\9ED1\4F53';
  font-size: 0.09375rem;
  font-weight: 500;
  color: #323053;
  line-height: 0.208333rem;
}
.workTable section>h3 i[data-v-8bb12654] {
  display: inline-block;
  width: 0.052083rem;
  height: 0.052083rem;
  border-radius: 50%;
  background: -webkit-gradient(linear, left bottom, left top, from(#00B4BF), to(#42E695));
  background: linear-gradient(0deg, #00B4BF 0%, #42E695 100%);
}
.workTable section>div[data-v-8bb12654] {
  height: calc(100% - 0.208333rem);
  background: #FAFBFF;
  border: 0.005208rem solid #F4F5FA;
  border-radius: 0.03125rem;
  padding: 0.104167rem;
  overflow: auto;
}
.workTable .navWork li[data-v-8bb12654] {
  margin-bottom: 0.104167rem;
  height: 0.854167rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 0.09375rem 0 rgba(166, 171, 177, 0.2);
          box-shadow: 0 0 0.09375rem 0 rgba(166, 171, 177, 0.2);
  border-radius: 0.03125rem;
}
.workTable .myWork li[data-v-8bb12654] {
  border-left: #376CD9 0.020833rem solid;
}
.workTable .helpWork li[data-v-8bb12654] {
  border-left: #F68267 0.020833rem solid;
}
.workTable .offWork li[data-v-8bb12654] {
  border-left: #1FB175 0.020833rem solid;
}
.list[data-v-8bb12654] {
  padding: 0.104167rem;
  position: relative;
  overflow: hidden;
}
.list>h4[data-v-8bb12654] {
  margin-bottom: 0.104167rem;
  color: #323053;
  font-size: 0.09375rem;
  font-weight: 500;
}
.list>h4 span[data-v-8bb12654] {
  display: block;
  width: 0.166667rem;
  height: 0.166667rem;
  border-radius: 0.020833rem;
  font-size: 0.072917rem;
  font-family: '\601D\6E90\9ED1\4F53';
  text-align: center;
  line-height: 0.166667rem;
}
.list_g[data-v-8bb12654] {
  background: rgba(249, 77, 110, 0.12);
  color: #F94D6E;
}
.list_z[data-v-8bb12654] {
  background: rgba(153, 74, 222, 0.12);
  color: #994ADE;
}
.list_d[data-v-8bb12654] {
  background: rgba(62, 186, 190, 0.12);
  color: #3EBABE;
}
.list_li[data-v-8bb12654] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list_li>div[data-v-8bb12654]:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.072917rem;
  font-family: '\601D\6E90\9ED1\4F53';
  font-weight: 400;
  color: #77777E;
  line-height: 2em;
  cursor: pointer;
}
.list_li>div>div[data-v-8bb12654] {
  display: none;
}
.list_li>div:first-child:hover>div[data-v-8bb12654] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(11, 25, 19,0.64);
  display: block;
  z-index: 10;
  text-align: center;
  line-height: 0.854167rem;
  font-size: 0.125rem;
  font-family: '\601D\6E90\9ED1\4F53';
  font-weight: 400;
  color: #FFFFFF;
}
.workbtn[data-v-8bb12654] {
  background: #F6F6F6;
  color: #5C8EFF;
  border: none;
  margin-bottom: 0.052083rem;
}
.workbtn i[data-v-8bb12654] {
  color: #9494AB;
}
.workbtn:hover .workbtn i[data-v-8bb12654] {
  color: #5C8EFF;
}
.workbtn[data-v-8bb12654]:hover {
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 0.09375rem 0 rgba(166, 171, 177, 0.2);
          box-shadow: 0 0 0.09375rem 0 rgba(166, 171, 177, 0.2);
  border-radius: 0.03125rem;
}
.table[data-v-8bb12654] {
  height: calc(100% - 0.3125rem);
}
.elIcon .el-icon-minus[data-v-8bb12654] {
  width: 0.166667rem;
  height: 0.166667rem;
  background: #FFFFFF;
  border: 0.005208rem solid #CBCBCB;
  opacity: 0.8;
  border-radius: 0.020833rem;
  color: #6591EE;
  line-height: 0.15625rem;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.elIcon .el-icon-plus[data-v-8bb12654] {
  width: 0.166667rem;
  height: 0.166667rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#3973E7), to(#5A8EFA));
  background: linear-gradient(0deg, #3973E7 0%, #5A8EFA 100%);
  opacity: 0.8;
  border-radius: 0.020833rem;
  color: white;
  line-height: 0.166667rem;
  text-align: center;
}
.ceartNew[data-v-8bb12654] {
  width: 3.385417rem;
  min-height: 3rem;
  border-radius: 0.052083rem;
}
.ceartNew table[data-v-8bb12654] {
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0.046875rem 0.083333rem;
}
.ceartNew tr td[data-v-8bb12654]:nth-of-type(even) {
  width: 2.083333rem;
}
.ceartNew tr td[data-v-8bb12654]:nth-of-type(odd) {
  white-space: nowrap;
  vertical-align: text-top;
  line-height: 0.166667rem;
  padding-left: 0.3125rem;
}
.ceartNew .el-select[data-v-8bb12654],
.ceartNew1 .el-select[data-v-8bb12654],
.ceartNew .el-input[data-v-8bb12654],
.ceartNew .el-textarea[data-v-8bb12654],
.ceartNew .el-cascader[data-v-8bb12654] {
  width: 1.666667rem;
}
.ceartNew .el-select.nameWidth[data-v-8bb12654] {
  width: calc(1.510417rem / 3);
  margin-right: 0.052083rem;
  margin-bottom: 0.026042rem;
}
.ceartNew .timeWidth[data-v-8bb12654] {
  width: 0.734375rem;
}
.timeWidth_text[data-v-8bb12654] {
  padding: 0.026042rem;
  font-size: 0.072917rem;
}
.elIcon1 .el-icon-minus[data-v-8bb12654],
.elIcon1 .el-icon-plus[data-v-8bb12654] {
  width: 0.166667rem;
  height: 0.166667rem;
  color: #6591EE;
  line-height: 0.166667rem;
  font-weight: 700;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ceartNew .el-input[data-v-8bb12654] {
  margin-bottom: 0.026042rem;
}
.hover > div[data-v-8bb12654] {
  position: absolute;
  width: 1.041667rem;
  height: auto;
  background: white;
  right: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  z-index: 10;
  bottom: 0.197917rem;
  text-align: left;
  padding: 0.026042rem;
  white-space: normal;
}
.hover[data-v-8bb12654] {
  position: relative;
  cursor: pointer;
  min-height: 0.15625rem;
}
.allFixed_class[data-v-8bb12654] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* width: 60%; */
}
.allFixed_class table[data-v-8bb12654] {
  border-collapse: separate;
  border-spacing: 0.052083rem;
  margin: 0 auto;
  /* width: 100%; */
}
.allFixed_class table tr td[data-v-8bb12654]:nth-of-type(odd) {
  text-align: right;
  white-space: nowrap;
}
.allFixed_detail[data-v-8bb12654] {
  width: 50%;
}
.allFixed_detail p[data-v-8bb12654] {
  margin-bottom: 0.052083rem;
  min-height: 0.166667rem;
}
.allFixed_detail p span[data-v-8bb12654] {
  line-height: 0.166667rem;
}
.allFixed_detail p>span[data-v-8bb12654]:first-child {
  background: #F6F6F6;
  border-radius: 0.03125rem;
  text-indent: 1em;
}
.detail[data-v-8bb12654] {
  /* background:rgba(242, 242, 247, 0.7); */
  border: 0.005208rem solid #E4E7ED;
  padding: 1em;
  font-size: 0.072917rem;
  color: #323053;
  border-radius: 0.020833rem;
  width: 4.166667rem;
  min-height: 0.520833rem;
}
.detail p[data-v-8bb12654]:nth-of-type(even) {
  color: #323053;
  margin-bottom: 0.052083rem;
}
.el-icon-copy-document[data-v-8bb12654] {
  color: #6391ED;
  cursor: pointer;
  vertical-align: text-bottom;
}
.el-icon-delete[data-v-8bb12654] {
  color: #6391ED;
  cursor: pointer;
  vertical-align: text-bottom;
  line-height: 0.166667rem;
}
.container[data-v-19eb8f2e] {
  min-width: 100%;
  height: 100%;
  background: white;
  padding: 0.15625rem 0.15625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-font-smoothing: antialiased;
  overflow: auto;
}
.header[data-v-19eb8f2e] {
  position: relative;
  width: 100%;
  height: 0.520833rem;
  padding-top: 0.3125rem;
}
.header .center[data-v-19eb8f2e] {
  height: 0.208333rem;
  position: absolute;
  left: 50%;
  line-height: 0.208333rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  background: white;
  border-radius: 0.78125rem;
  top: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  white-space: nowrap;
  font-size: 0.083333rem;
}
.header .center~div[data-v-19eb8f2e] {
  margin-right: 0.078125rem;
}
.header .center > div[data-v-19eb8f2e] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
  padding: 0 0.15625rem;
  border-radius: 0.78125rem;
}
.header .center > .active[data-v-19eb8f2e] {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border-radius: 0.78125rem;
  color: white;
}
.header .search[data-v-19eb8f2e] {
  font-size: 0.09375rem;
  height: 0.203125rem;
  line-height: 0.203125rem;
}
.header .search .el-input[data-v-19eb8f2e] {
  width: 0.895833rem;
  height: 0.203125rem;
  vertical-align: top;
  /* background:rgba(248,248,248,1);
  border:1PX solid rgba(244,244,244,1);
  border-radius:6PX; */
}
.header .search .el-input .el-input__inner[data-v-19eb8f2e]:focus {
  border-color: rgb(50, 255, 159) !important;
}
.section_class[data-v-19eb8f2e] {
  width: 100%;
  overflow: auto;
}
.section_bar[data-v-19eb8f2e] {
  width: 50%;
  float: left;
  padding: 0.072917rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section_bar > div[data-v-19eb8f2e] {
  background: rgba(255, 255, 255, 1);
  border: 0.005208rem solid rgba(244, 244, 244, 1);
  -webkit-box-shadow: 0 0.020833rem 0.109375rem 0.015625rem rgba(198, 198, 198, 0.14);
          box-shadow: 0 0.020833rem 0.109375rem 0.015625rem rgba(198, 198, 198, 0.14);
  border-radius: 0.052083rem;
  height: 0.572917rem;
  position: relative;
}
.section_bar_center[data-v-19eb8f2e] {
  width: 100%;
  padding: 0 0.182292rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.125rem;
  font-family: "\601D\6E90\9ED1\4F53";
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
}
.section_bar_center button[data-v-19eb8f2e] {
  height: 0.1875rem;
  padding: 0 0.104167rem;
  border: none;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(57, 115, 231, 1)),
    to(rgba(90, 142, 250, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(57, 115, 231, 1) 0%,
    rgba(90, 142, 250, 1) 100%
  );
  -webkit-box-shadow: 0 0.020833rem 0.0625rem 0 rgba(74, 124, 225, 0.45);
          box-shadow: 0 0.020833rem 0.0625rem 0 rgba(74, 124, 225, 0.45);
  opacity: 0.8;
  border-radius: 0.03125rem;
  font-size: 0.09375rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
}
.section_bar_off[data-v-19eb8f2e] {
  display: inline-block;
  width: 0.182292rem;
  height: 0.177083rem;
  line-height: 0.177083rem;
  text-align: center;
  border-radius: 0 0 0.260417rem 0;
  background: rgba(239, 238, 238, 1);
  border: 0.005208rem solid rgba(235, 233, 233, 1);
  -webkit-box-shadow: 0 0.020833rem 0.109375rem 0.015625rem rgba(198, 198, 198, 0.14);
          box-shadow: 0 0.020833rem 0.109375rem 0.015625rem rgba(198, 198, 198, 0.14);
}
.hover > div[data-v-19eb8f2e] {
  position: absolute;
  width: 1.5625rem;
  height: auto;
  background: white;
  right: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  z-index: 10;
  bottom: 0.09375rem;
  text-align: left;
  padding: 0.026042rem;
  white-space: normal;
}
.hover[data-v-19eb8f2e] {
  position: relative;
  cursor: pointer;
}
.container[data-v-31f5c2f0] {
  min-width: 100%;
  height: 100%;
  background: white;
  padding: 0.15625rem 0.15625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-font-smoothing: antialiased;
  overflow: auto;
}
.header[data-v-31f5c2f0] {
  position: relative;
  width: 100%;
  height: 0.520833rem;
}
.header .center[data-v-31f5c2f0] {
  height: 0.208333rem;
  position: absolute;
  left: 50%;
  line-height: 0.208333rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  background: white;
  border-radius: 0.78125rem;
  top: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  white-space: nowrap;
  font-size: 0.083333rem;
}
.header .center > div[data-v-31f5c2f0] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
  padding: 0 0.15625rem;
  border-radius: 0.78125rem;
}
.header .center > .active[data-v-31f5c2f0] {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border-radius: 0.78125rem;
  color: white;
}
.header .search[data-v-31f5c2f0] {
  font-size: 0.09375rem;
  height: 0.203125rem;
  line-height: 0.203125rem;
}
.header .search .el-input[data-v-31f5c2f0] {
  width: 0.895833rem;
  height: 0.203125rem;
  vertical-align: top;
  /* background:rgba(248,248,248,1);
  border:1PX solid rgba(244,244,244,1);
  border-radius:6PX; */
}
.header .search .el-input .el-input__inner[data-v-31f5c2f0]:focus {
  border-color: rgb(50, 255, 159) !important;
}
.section_class[data-v-31f5c2f0] {
  width: 100%;
  overflow: auto;
}
.section_bar[data-v-31f5c2f0] {
  width: 50%;
  float: left;
  padding: 0.072917rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section_bar > div[data-v-31f5c2f0] {
  background: rgba(255, 255, 255, 1);
  border: 0.005208rem solid rgba(244, 244, 244, 1);
  -webkit-box-shadow: 0 0.020833rem 0.109375rem 0.015625rem rgba(198, 198, 198, 0.14);
          box-shadow: 0 0.020833rem 0.109375rem 0.015625rem rgba(198, 198, 198, 0.14);
  border-radius: 0.052083rem;
  height: 0.572917rem;
  position: relative;
}
.section_bar_center[data-v-31f5c2f0] {
  width: 100%;
  padding: 0 0.182292rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.125rem;
  font-family: "\601D\6E90\9ED1\4F53";
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
}
.section_bar_center>i[data-v-31f5c2f0] {
  font-size: 0.083333rem;
  font-weight: 400;
  color: #BBBBBB;
  line-height: 0.114583rem;
}
.section_bar_center button[data-v-31f5c2f0] {
  height: 0.1875rem;
  padding: 0 0.104167rem;
  border: none;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(57, 115, 231, 1)),
    to(rgba(90, 142, 250, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(57, 115, 231, 1) 0%,
    rgba(90, 142, 250, 1) 100%
  );
  -webkit-box-shadow: 0 0.020833rem 0.0625rem 0 rgba(74, 124, 225, 0.45);
          box-shadow: 0 0.020833rem 0.0625rem 0 rgba(74, 124, 225, 0.45);
  opacity: 0.8;
  border-radius: 0.03125rem;
  font-size: 0.09375rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
}
.section_bar_off[data-v-31f5c2f0] {
  display: inline-block;
  width: 0.182292rem;
  height: 0.177083rem;
  line-height: 0.177083rem;
  text-align: center;
  border-radius: 0 0 0.260417rem 0;
  background: rgba(239, 238, 238, 1);
  border: 0.005208rem solid rgba(235, 233, 233, 1);
  -webkit-box-shadow: 0 0.020833rem 0.109375rem 0.015625rem rgba(198, 198, 198, 0.14);
          box-shadow: 0 0.020833rem 0.109375rem 0.015625rem rgba(198, 198, 198, 0.14);
}
.hover > div[data-v-31f5c2f0] {
  position: absolute;
  width: 1.5625rem;
  height: auto;
  background: white;
  right: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  z-index: 10;
  bottom: 0.09375rem;
  text-align: left;
  padding: 0.026042rem;
  white-space: normal;
}
.hover[data-v-31f5c2f0] {
  position: relative;
  cursor: pointer;
}
.container[data-v-0b1cd668] {
  min-width: 100%;
  height: 100%;
  /* background: white; */
  padding: 0.15625rem 0.15625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-font-smoothing: antialiased;
  overflow: auto;
}
.header[data-v-0b1cd668] {
  position: relative;
  width: 100%;
  height: 0.520833rem;
  padding-top: 0.260417rem;
}
.header .left span[data-v-0b1cd668] {
  display: inline-block;
  width: 0.614583rem;
  height: 0.1875rem;
  opacity: 0.8;
  border-radius: 0.09375rem;
  line-height: 0.1875rem;
  color: #666666;
  text-align: center;
  background: white;
  cursor: pointer;
  font-size: 0.083333rem;
  margin-top: 0.3125rem;
  margin-right: 0.052083rem;
}
.header .right button[data-v-0b1cd668] {
  width: 0.71875rem;
  height: 0.1875rem;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(57, 115, 231, 1)),
    to(rgba(90, 142, 250, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(57, 115, 231, 1) 0%,
    rgba(90, 142, 250, 1) 100%
  );
  -webkit-box-shadow: 0 0.020833rem 0.0625rem 0 rgba(74, 124, 225, 0.45);
          box-shadow: 0 0.020833rem 0.0625rem 0 rgba(74, 124, 225, 0.45);
  opacity: 0.8;
  border-radius: 0.09375rem;
  border: none;
  outline: none;
  color: white;
  font-size: 0.09375rem;
  cursor: pointer;
  margin-right: 0.104167rem;
}
.header .left .active[data-v-0b1cd668] {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(57, 115, 231, 1)),
    to(rgba(90, 142, 250, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(57, 115, 231, 1) 0%,
    rgba(90, 142, 250, 1) 100%
  );
  -webkit-box-shadow: 0 0.020833rem 0.0625rem 0 rgba(74, 124, 225, 0.45);
          box-shadow: 0 0.020833rem 0.0625rem 0 rgba(74, 124, 225, 0.45);
  color: white;
}
.table_section[data-v-0b1cd668] {
  width: 100%;
  height: 0.208333rem;
  font-size: 0.083333rem;
}
.table_section section[data-v-0b1cd668] {
  float: left;
  width: 0.78125rem;
  text-align: center;
  height: 100%;
  cursor: pointer;
  line-height: 0.208333rem;
}
.table_section .active[data-v-0b1cd668] {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  -webkit-box-shadow: 0 0 0.114583rem 0.010417rem rgba(22, 220, 154, 0.45);
          box-shadow: 0 0 0.114583rem 0.010417rem rgba(22, 220, 154, 0.45);
  opacity: 0.8;
  border-radius: 0.020833rem;
  color: white;
}
.table[data-v-0b1cd668] {
  height: calc(100% - 0.572917rem);
  background: white;
}
.table1[data-v-0b1cd668] {
  height: calc(100% - 0.625rem);
  background: white;
}
.table table tr td div[data-v-0b1cd668] {
  line-height: 200%;
  border-bottom: 0.015625rem solid #eeeffa;
}
.table table tr td div[data-v-0b1cd668]:last-child {
  border: none;
}
.table table tbody tr.active[data-v-0b1cd668] {
  background: rgb(170, 170, 170);
}
.hover > div[data-v-0b1cd668] {
  position: absolute;
  width: 1.5625rem;
  height: auto;
  background: white;
  right: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  z-index: 10;
  bottom: 0.09375rem;
  text-align: left;
  padding: 0.026042rem;
  white-space: normal;
}
.hover[data-v-0b1cd668] {
  position: relative;
  cursor: pointer;
}
.allFixed table[data-v-0b1cd668] {
  border-collapse: separate;
  border-spacing: 0.052083rem 0.104167rem;
}
.allFixed table tr td[data-v-0b1cd668]:nth-of-type(odd) {
  text-align: right;
  vertical-align: text-top;
  line-height: 0.229167rem;
  height: 0.229167rem;
  white-space: nowrap;
}
.allFixed table input[data-v-0b1cd668],
.allSelect_style[data-v-0b1cd668],
.el-date-editor.el-input[data-v-0b1cd668] {
  /* width: 240px; */
  height: 0.229167rem;
  background: rgba(245, 249, 252, 1);
  border: 0.005208rem solid rgba(242, 242, 244, 1);
  border-radius: 0.020833rem;
  padding: 0;
  margin: 0;
  text-align: center;
}
.backj-exc-file[data-v-0b1cd668] {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(39, 124, 240, 1)),
    to(rgba(116, 172, 250, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(39, 124, 240, 1) 0%,
    rgba(116, 172, 250, 1) 100%
  );
  -webkit-box-shadow: 0 0.010417rem 0.104167rem 0.005208rem rgba(76, 147, 244, 0.36);
          box-shadow: 0 0.010417rem 0.104167rem 0.005208rem rgba(76, 147, 244, 0.36);
  border-radius: 0.020833rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(247, 248, 255, 1);
  text-align: center;
  cursor: pointer;
  position: absolute;
  left: 0;
  width: 80%;
  top: 0;
  height: 0.229167rem;
  line-height: 0.229167rem;
}
.header .search[data-v-0b1cd668] {
  width: 1.213542rem;
  height: 0.197917rem;
  background: rgba(255, 255, 255, 1);
  border: 0.005208rem solid rgba(221, 225, 229, 1);
  border-radius: 0.03125rem;
  overflow: hidden;
  margin-right: 0.104167rem;
  position: relative;
}
.header .search input[data-v-0b1cd668] {
  height: 100%;
  width: 0.911458rem;
  font-size: 0.09375rem;
  padding-left: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header .search button[data-v-0b1cd668] {
  width: 0.286458rem;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border: none;
  color: white;
  font-weight: 600;
  cursor: pointer;
  position: absolute;
  right: 0;
  border-radius: 0;
  margin-right: 0;
}
.container[data-v-5833b1ee] {
  min-width: 100%;
  height: 100%;
  /* background: white; */
  padding: 0.15625rem 0.15625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-font-smoothing: antialiased;
  overflow: auto;
}
.header[data-v-5833b1ee] {
  position: relative;
  width: 100%;
  height: 0.291667rem;
}

/* .header .center {
  height: 40PX;
  position: absolute;
  left: 50%;
  line-height: 40PX;
  transform: translateX(-50%);
  display: flex;
  text-align: center;
  background: white;
  border-radius: 150px;
  top: 0;
  box-shadow: 0px 2px 6px 0px rgba(182, 182, 195, 0.64);
  white-space: nowrap;
  font-size: 16PX;
}
.header .center > div {
  flex: 1;
  cursor: pointer;
  padding: 0 30PX;
  border-radius: 150px;
}
.header .center > .active {
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border-radius: 150px;
  color: white;
} */
.header .left span[data-v-5833b1ee] {
  display: inline-block;
  width: 0.614583rem;
  height: 0.1875rem;
  opacity: 0.8;
  border-radius: 0.09375rem;
  line-height: 0.1875rem;
  color: #666666;
  text-align: center;
  background: white;
  cursor: pointer;
  font-size: 0.083333rem;
  /* margin-top:60px; */
  margin-right: 0.052083rem;
}
.header .right button[data-v-5833b1ee] {
  width: 0.71875rem;
  height: 0.1875rem;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(57, 115, 231, 1)),
    to(rgba(90, 142, 250, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(57, 115, 231, 1) 0%,
    rgba(90, 142, 250, 1) 100%
  );
  -webkit-box-shadow: 0 0.020833rem 0.0625rem 0 rgba(74, 124, 225, 0.45);
          box-shadow: 0 0.020833rem 0.0625rem 0 rgba(74, 124, 225, 0.45);
  opacity: 0.8;
  border-radius: 0.09375rem;
  border: none;
  outline: none;
  color: white;
  font-size: 0.09375rem;
  cursor: pointer;
  margin-right: 0.104167rem;
}
.header .left .active[data-v-5833b1ee] {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(57, 115, 231, 1)),
    to(rgba(90, 142, 250, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(57, 115, 231, 1) 0%,
    rgba(90, 142, 250, 1) 100%
  );
  -webkit-box-shadow: 0 0.020833rem 0.0625rem 0 rgba(74, 124, 225, 0.45);
          box-shadow: 0 0.020833rem 0.0625rem 0 rgba(74, 124, 225, 0.45);
  color: white;
}
.table_section[data-v-5833b1ee] {
  width: 100%;
  height: 0.208333rem;
  font-size: 0.083333rem;
}
.table_section section[data-v-5833b1ee] {
  float: left;
  width: 0.78125rem;
  text-align: center;
  height: 100%;
  cursor: pointer;
  line-height: 0.208333rem;
}
.table_section .active[data-v-5833b1ee] {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  -webkit-box-shadow: 0 0 0.114583rem 0.010417rem rgba(22, 220, 154, 0.45);
          box-shadow: 0 0 0.114583rem 0.010417rem rgba(22, 220, 154, 0.45);
  opacity: 0.8;
  border-radius: 0.020833rem;
  color: white;
}
.table[data-v-5833b1ee] {
  height: calc(100% - 0.520833rem);
  background: white;
}
.table table tr td div[data-v-5833b1ee] {
  line-height: 200%;
  border-bottom: 0.015625rem solid #eeeffa;
}
.table table tr td div[data-v-5833b1ee]:last-child {
  border: none;
}
.table table tbody tr.active[data-v-5833b1ee] {
  background: rgb(170, 170, 170);
}
.hover > div[data-v-5833b1ee] {
  position: absolute;
  width: 1.5625rem;
  height: auto;
  background: white;
  right: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  z-index: 10;
  bottom: 0.09375rem;
  text-align: left;
  padding: 0.026042rem;
  white-space: normal;
}
.hover[data-v-5833b1ee] {
  position: relative;
  cursor: pointer;
}
.btn_blue[data-v-5833b1ee] {
  width: 0.322917rem;
  height: 0.15625rem;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(57, 115, 231, 1)),
    to(rgba(90, 142, 250, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(57, 115, 231, 1) 0%,
    rgba(90, 142, 250, 1) 100%
  );
  -webkit-box-shadow: 0 0.020833rem 0.0625rem 0 rgba(74, 124, 225, 0.45);
          box-shadow: 0 0.020833rem 0.0625rem 0 rgba(74, 124, 225, 0.45);
  opacity: 0.8;
  border-radius: 0.020833rem;
  color: white;
  border: none;
  outline: none;
  margin: 0 0.026042rem;
  cursor: pointer;
}
.btn_yellow[data-v-5833b1ee] {
  width: 0.322917rem;
  height: 0.15625rem;
  background: rgba(252, 207, 85, 1);
  -webkit-box-shadow: 0 0.020833rem 0.0625rem 0 rgba(74, 124, 225, 0.45);
          box-shadow: 0 0.020833rem 0.0625rem 0 rgba(74, 124, 225, 0.45);
  opacity: 0.8;
  border-radius: 0.020833rem;
  color: white;
  border: none;
  outline: none;
  margin: 0 0.026042rem;
  cursor: pointer;
}
.allFixed table[data-v-5833b1ee] {
  border-collapse: separate;
  border-spacing: 0.052083rem 0.104167rem;
}
.allFixed table tr td[data-v-5833b1ee]:nth-of-type(odd) {
  text-align: right;
  vertical-align: text-top;
  line-height: 0.229167rem;
  height: 0.229167rem;
}
.allFixed table input[data-v-5833b1ee],
.allSelect_style[data-v-5833b1ee],
.el-date-editor.el-input[data-v-5833b1ee] {
  width: 1.25rem;
  height: 0.229167rem;
  background: rgba(245, 249, 252, 1);
  border: 0.005208rem solid rgba(242, 242, 244, 1);
  border-radius: 0.020833rem;
  padding: 0;
  margin: 0;
  text-align: center;
}
.backj-exc-file[data-v-5833b1ee] {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(39, 124, 240, 1)),
    to(rgba(116, 172, 250, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(39, 124, 240, 1) 0%,
    rgba(116, 172, 250, 1) 100%
  );
  -webkit-box-shadow: 0 0.010417rem 0.104167rem 0.005208rem rgba(76, 147, 244, 0.36);
          box-shadow: 0 0.010417rem 0.104167rem 0.005208rem rgba(76, 147, 244, 0.36);
  border-radius: 0.020833rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(247, 248, 255, 1);
  text-align: center;
  cursor: pointer;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 0.229167rem;
  line-height: 0.229167rem;
}
.container[data-v-479f963a] {
  min-width: 100%;
  height: 100%;
  /* background: white; */
  padding: 0.15625rem 0.15625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-font-smoothing: antialiased;
  overflow: auto;
}
.header[data-v-479f963a] {
  position: relative;
  width: 100%;
  height: 0.572917rem;
  padding-top: 0.3125rem;
}
.header .center[data-v-479f963a] {
  height: 0.208333rem;
  position: absolute;
  left: 50%;
  line-height: 0.208333rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  background: white;
  border-radius: 0.78125rem;
  top: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  white-space: nowrap;
  font-size: 0.083333rem;
}
.header .center > div[data-v-479f963a] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
  padding: 0 0.15625rem;
  border-radius: 0.78125rem;
}
.header .center > .active[data-v-479f963a] {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border-radius: 0.78125rem;
  color: white;
}
.header .left span[data-v-479f963a] {
  display: inline-block;
  width: 0.614583rem;
  height: 0.1875rem;
  opacity: 0.8;
  border-radius: 0.09375rem;
  line-height: 0.1875rem;
  color: #666666;
  text-align: center;
  background: white;
  cursor: pointer;
  font-size: 0.083333rem;
  margin-top: 0.3125rem;
  margin-right: 0.052083rem;
}
.header .right button[data-v-479f963a] {
  width: 0.71875rem;
  height: 0.1875rem;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(57, 115, 231, 1)),
    to(rgba(90, 142, 250, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(57, 115, 231, 1) 0%,
    rgba(90, 142, 250, 1) 100%
  );
  -webkit-box-shadow: 0 0.020833rem 0.0625rem 0 rgba(74, 124, 225, 0.45);
          box-shadow: 0 0.020833rem 0.0625rem 0 rgba(74, 124, 225, 0.45);
  opacity: 0.8;
  border-radius: 0.09375rem;
  border: none;
  outline: none;
  color: white;
  font-size: 0.09375rem;
  cursor: pointer;
  margin-right: 0.104167rem;
}
.header .left .active[data-v-479f963a] {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(57, 115, 231, 1)),
    to(rgba(90, 142, 250, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(57, 115, 231, 1) 0%,
    rgba(90, 142, 250, 1) 100%
  );
  -webkit-box-shadow: 0 0.020833rem 0.0625rem 0 rgba(74, 124, 225, 0.45);
          box-shadow: 0 0.020833rem 0.0625rem 0 rgba(74, 124, 225, 0.45);
  color: white;
}
.table_section[data-v-479f963a] {
  width: 100%;
  height: 0.208333rem;
  font-size: 0.083333rem;
}
.table_section section[data-v-479f963a] {
  float: left;
  width: 0.78125rem;
  text-align: center;
  height: 100%;
  cursor: pointer;
  line-height: 0.208333rem;
}
.table_section .active[data-v-479f963a] {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  /* box-shadow: 0px 0px 22px 2px rgba(22, 220, 154, 0.45); */
  opacity: 0.8;
  border-radius: 0.020833rem;
  color: white;
}
.table[data-v-479f963a] {
  height: calc(100% - 0.572917rem);
  background: white;
}
.table1[data-v-479f963a] {
  height: calc(100% - 0.78125rem);
  background: white;
}
.table table tr td div[data-v-479f963a] {
  line-height: 200%;
  border-bottom: 0.015625rem solid #eeeffa;
}
.table table tr td div[data-v-479f963a]:last-child {
  border: none;
}
.table table tbody tr.active[data-v-479f963a] {
  background: rgb(170, 170, 170);
}
.hover > div[data-v-479f963a] {
  position: absolute;
  width: 1.5625rem;
  height: auto;
  background: white;
  right: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  z-index: 10;
  bottom: 0.09375rem;
  text-align: left;
  padding: 0.026042rem;
  white-space: normal;
}
.hover[data-v-479f963a] {
  position: relative;
  cursor: pointer;
}
.btn_blue[data-v-479f963a] {
  width: 0.322917rem;
  height: 0.15625rem;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(57, 115, 231, 1)),
    to(rgba(90, 142, 250, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(57, 115, 231, 1) 0%,
    rgba(90, 142, 250, 1) 100%
  );
  -webkit-box-shadow: 0 0.020833rem 0.0625rem 0 rgba(74, 124, 225, 0.45);
          box-shadow: 0 0.020833rem 0.0625rem 0 rgba(74, 124, 225, 0.45);
  opacity: 0.8;
  border-radius: 0.020833rem;
  color: white;
  border: none;
  outline: none;
  margin: 0 0.026042rem;
  cursor: pointer;
}
.btn_yellow[data-v-479f963a] {
  width: 0.322917rem;
  height: 0.15625rem;
  background: rgba(252, 207, 85, 1);
  -webkit-box-shadow: 0 0.020833rem 0.0625rem 0 rgba(74, 124, 225, 0.45);
          box-shadow: 0 0.020833rem 0.0625rem 0 rgba(74, 124, 225, 0.45);
  opacity: 0.8;
  border-radius: 0.020833rem;
  color: white;
  border: none;
  outline: none;
  margin: 0 0.026042rem;
  cursor: pointer;
}
.allFixed table[data-v-479f963a] {
  border-collapse: separate;
  border-spacing: 0.052083rem 0.104167rem;
}
.allFixed table tr td[data-v-479f963a]:nth-of-type(odd) {
  text-align: right;
  vertical-align: text-top;
  line-height: 0.229167rem;
  height: 0.229167rem;
  white-space: nowrap;
}
.allFixed table input[data-v-479f963a],
.allSelect_style[data-v-479f963a],
.el-date-editor.el-input[data-v-479f963a] {
  width: 1.25rem;
  height: 0.229167rem;
  background: rgba(245, 249, 252, 1);
  border: 0.005208rem solid rgba(242, 242, 244, 1);
  border-radius: 0.020833rem;
  padding: 0;
  margin: 0;
  text-align: center;
}
.backj-exc-file[data-v-479f963a] {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(39, 124, 240, 1)),
    to(rgba(116, 172, 250, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(39, 124, 240, 1) 0%,
    rgba(116, 172, 250, 1) 100%
  );
  -webkit-box-shadow: 0 0.010417rem 0.104167rem 0.005208rem rgba(76, 147, 244, 0.36);
          box-shadow: 0 0.010417rem 0.104167rem 0.005208rem rgba(76, 147, 244, 0.36);
  border-radius: 0.020833rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(247, 248, 255, 1);
  text-align: center;
  cursor: pointer;
  position: absolute;
  left: 0;
  width: 80%;
  top: 0;
  height: 0.229167rem;
  line-height: 0.229167rem;
}
.header .search[data-v-479f963a] {
  width: 1.213542rem;
  height: 0.197917rem;
  background: rgba(255, 255, 255, 1);
  border: 0.005208rem solid rgba(221, 225, 229, 1);
  border-radius: 0.03125rem;
  overflow: hidden;
  margin-right: 0.104167rem;
  position: relative;
}
.header .search input[data-v-479f963a] {
  height: 100%;
  width: 0.911458rem;
  font-size: 0.09375rem;
  padding-left: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header .search button[data-v-479f963a] {
  width: 0.286458rem;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border: none;
  color: white;
  font-weight: 600;
  cursor: pointer;
  position: absolute;
  right: 0;
  border-radius: 0;
  margin-right: 0;
}
.container[data-v-60a5e9c8] {
  padding: 0.104167rem;
  background: rgba(244, 245, 250, 1);
}
.section[data-v-60a5e9c8] {
  background: white;
  margin-bottom: 0.166667rem;
  padding: 0 0.15625rem;
  padding-bottom: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.section_title[data-v-60a5e9c8] {
  width: 2.083333rem;
  height: 0.260417rem;
  margin: 0 auto;
  position: relative;
}
.section_title_bar[data-v-60a5e9c8] {
  width: 100%;
  height: 0.130208rem;
  background: rgba(244, 245, 250, 1);
}
.section_title_name[data-v-60a5e9c8] {
  position: absolute;
  top: 0;
  width: 1.619792rem;
  height: 0.260417rem;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(83, 153, 219, 1)),
    to(rgba(125, 188, 247, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(83, 153, 219, 1) 0%,
    rgba(125, 188, 247, 1) 100%
  );
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  text-align: center;
  line-height: 0.260417rem;
  border-radius: 0 0 0.052083rem 0.052083rem;
  font-size: 0.125rem;
  color: white;
}
.section_table[data-v-60a5e9c8] {
  width: 100%;
  margin: 0 auto;
  margin-top: 0.104167rem;
  border-collapse: separate;
  border-spacing: 0.104167rem;
  /* box-sizing: border-box; */
  /* padding: 20px; */
  position: relative;
}
.section1 .bar_minus[data-v-60a5e9c8] {
  position: absolute;
  left: -0.078125rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 0.3125rem;
  line-height: 0.3125rem;
  font-weight: 700;
  font-size: 0.135417rem;
}
.section_table input.el-input__inner[data-v-60a5e9c8] {
  background: rgba(245, 249, 252, 1);
}
.section_table input[data-v-60a5e9c8],
.section_table select[data-v-60a5e9c8],
.add_direction[data-v-60a5e9c8] {
  background: rgba(245, 249, 252, 1);
  border: 0.005208rem solid rgba(242, 242, 244, 1);
  border-radius: 0.020833rem;
  width: 80%;
  height: 0.208333rem;
  line-height: 0.208333rem;
  min-width: 1.041667rem;
  text-indent: 1em;
  color: rgba(136, 135, 156, 1);
}
.add_direction[data-v-60a5e9c8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.add_direction_all[data-v-60a5e9c8] {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
}
.section .add_direction_all input[data-v-60a5e9c8] {
  width: auto;
}
.add_direction_select[data-v-60a5e9c8] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.add_direction_select select[data-v-60a5e9c8] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0.013021rem 0.026042rem;
  background: white;
  height: 0.130208rem;
}
.section1 .section_table input[data-v-60a5e9c8],
.section1 .section_table select[data-v-60a5e9c8] {
  background: white;
  height: 0.208333rem;
}
.section_table tr td[data-v-60a5e9c8] {
  height: 0.208333rem;
}
.section_table tr td[data-v-60a5e9c8]:nth-of-type(odd) {
  text-align: right;
  font-size: 0.083333rem;
  white-space: nowrap;
}
.section_add[data-v-60a5e9c8] {
  position: absolute;
  right: 0.208333rem;
  top: 0.15625rem;
}
.section_add button[data-v-60a5e9c8] {
  border: none;
  padding: 0.026042rem 0.052083rem;
  color: white;
  margin: 0 0.052083rem;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(83, 153, 219, 1)),
    to(rgba(125, 188, 247, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(83, 153, 219, 1) 0%,
    rgba(125, 188, 247, 1) 100%
  );
  -webkit-box-shadow: 0 0.020833rem 0.067708rem 0 rgba(6, 84, 157, 0.4);
          box-shadow: 0 0.020833rem 0.067708rem 0 rgba(6, 84, 157, 0.4);
  cursor: pointer;
}
.backj-exc-file[data-v-60a5e9c8] {
  background: rgba(245, 249, 252, 1);
  border: 0.005208rem solid rgba(242, 242, 244, 1);
  border-radius: 0.020833rem;
  color: rgba(136, 135, 156, 1);
  text-align: center;
  cursor: pointer;
  position: absolute;
  left: 0;
  width: 80%;
  top: 0;
  height: 0.208333rem;
  line-height: 0.208333rem;
}
.excel[data-v-60a5e9c8] {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.520833rem;
  opacity: 0;
  cursor: pointer;
  height: 0.197917rem;
}
.teach_direction[data-v-60a5e9c8] {
  display: inline-block;
  height: 0.15625rem;
  line-height: 0.15625rem;
  text-align: center;
  background: rgba(245, 249, 252, 1);
  padding: 0 0.078125rem;
  position: relative;
  border: 0.005208rem solid rgba(242, 242, 244, 1);
  margin-right: 0.104167rem;
}
.bar_minus[data-v-60a5e9c8],
.bar_add[data-v-60a5e9c8] {
  text-align: center;
  width: 0.15625rem;
  height: 0.104167rem;
  line-height: 0.104167rem;
  font-size: 0.072917rem;
}
.bar_minus[data-v-60a5e9c8] {
  color: red;
  background: white;
  position: absolute;
  top: -0.052083rem;
  right: -0.078125rem;
  border: 0.005208rem solid rgba(242, 242, 244, 1);
  cursor: pointer;
}
.bar_add[data-v-60a5e9c8] {
  color: rgb(50, 50, 50);
  background: #eee;
}
.see_btn[data-v-60a5e9c8] {
  height: 0.208333rem;
  width: 20%;
  padding: 0 0.052083rem;
}
.posi-bottom[data-v-60a5e9c8] {
  position: absolute;
  top: 0.208333rem;
}
.container[data-v-2f30b842] {
  width: 100%;
  height: 100%;
  overflow: auto;
  font-size: 0.09375rem;
  background: white;
  padding: 0.104167rem 0.15625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.container header[data-v-2f30b842] {
  font-size: 0.09375rem;
  font-family: "\601D\6E90\9ED1\4F53";
  font-weight: 500;
  color: rgba(50, 48, 83, 1);
  height: 0.260417rem;
  line-height: 0.416667rem;
}
.search[data-v-2f30b842] {
  width: 1.213542rem;
  height: 0.197917rem;
  background: rgba(255, 255, 255, 1);
  border: 0.005208rem solid rgba(221, 225, 229, 1);
  border-radius: 0.03125rem;
  overflow: hidden;
  margin-right: 0.104167rem;
  position: relative;
}
.search input[data-v-2f30b842] {
  height: 100%;
  width: 0.911458rem;
  font-size: 0.09375rem;
  padding-left: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.search button[data-v-2f30b842] {
  width: 0.286458rem;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border: none;
  color: white;
  font-weight: 600;
  cursor: pointer;
  position: absolute;
  right: 0;
}
.container .content[data-v-2f30b842] {
  -webkit-box-shadow: 0 0.015625rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.015625rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
}
.nav[data-v-2f30b842] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav li[data-v-2f30b842] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  background: #f7f8ff;
  border-left: 0.005208rem solid white;
  font-size: 0.09375rem;
  font-family: "\601D\6E90\9ED1\4F53";
  font-weight: 500;
  color: rgba(50, 48, 83, 1);
  height: 0.416667rem;
  line-height: 0.416667rem;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.nav li[data-v-2f30b842]:first-child {
  border-left: none;
}
.nav li span[data-v-2f30b842] {
  position: relative;
}
.nav li span i[data-v-2f30b842] {
  position: absolute;
  top: -20%;
  right: -20%;
  width: 0.104167rem;
  height: 0.104167rem;
  font-size: 0.0625rem;
  border-radius: 50%;
  background: red;
  line-height: 0.104167rem;
  color: white;
}
.nav .active[data-v-2f30b842] {
  border-bottom: 0.010417rem solid rgba(66, 230, 149, 1);
  opacity: 0.8;
  border-radius: 0.03125rem;
}
.main li[data-v-2f30b842] {
  padding: 0 0.104167rem;
  border-bottom: 0.005208rem solid #eee;
  font-size: 0.083333rem;
  font-family: "\601D\6E90\9ED1\4F53";
  font-weight: 500;
  color: rgba(50, 48, 83, 1);
  line-height: 0.3125rem;
}
.main li button[data-v-2f30b842] {
  outline: none;
  border: none;
  padding: 0.026042rem 0.052083rem;
  background: #f2f1f9;
  font-size: 0.072917rem;
  font-family: "\601D\6E90\9ED1\4F53";
  font-weight: 500;
  color: rgba(88, 86, 120, 1);
  margin-right: 0.052083rem;
  border-radius: 0.026042rem;
}
.main li .blue[data-v-2f30b842] {
  background: -webkit-gradient(linear, left top, left bottom, from(#8ebdfa), to(#5496f3));
  background: linear-gradient(#8ebdfa, #5496f3);
  color: rgba(255, 255, 255, 1);
}
.main li time[data-v-2f30b842] {
  font-size: 0.072917rem;
  color: rgba(169, 168, 176, 1);
}
.main[data-v-2f30b842] {
  min-height: 2.604167rem;
}
.container[data-v-289e8c1f] {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 0.104167rem;
  background: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: auto;
}
.container[data-v-289e8c1f] .el-button {
  line-height: 0.5;
  height: 0.166667rem;
  vertical-align: middle;
}
.workDate_bor[data-v-289e8c1f] {
  /* box-shadow: 0px 5px 4px 0px rgba(186, 189, 201, 0.1); */
  /* background: white; */
  margin: 0.104167rem 0;
  margin-right: 0.104167rem;
  border-radius: 0.078125rem;
  z-index: 10;
  padding-bottom: 0.052083rem;
}
.container > div > p[data-v-289e8c1f] {
  font-size: 0.125rem;
}
.container > .workDate[data-v-289e8c1f] {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.container > .workDate[data-v-289e8c1f]:nth-of-type(2),
.container > .workDate[data-v-289e8c1f]:nth-of-type(3) {
  background: #FFFFFF;
  border: 0.005208rem solid #F4F4F4;
  -webkit-box-shadow: 0 0.020833rem 0.052083rem 0 rgba(103, 103, 124, 0.1);
          box-shadow: 0 0.020833rem 0.052083rem 0 rgba(103, 103, 124, 0.1);
  border-radius: 0.0625rem;
  padding: 0.104167rem;
  overflow: auto;
}
.container > .workDate[data-v-289e8c1f]:nth-of-type(2) {
  padding-right: 0.364583rem;
  z-index: 3;
}
.container > .workDate[data-v-289e8c1f]:nth-of-type(3) {
  margin-left: -0.260417rem;
  z-index: 5;
}
.container > .workDate .workDate_bor[data-v-289e8c1f] {
  min-height: 2.604167rem;
}
.container > .workDate>p[data-v-289e8c1f] {
  border-bottom: 0.005208rem solid #eaeaea;
  padding-bottom: 0.104167rem;
  margin-bottom: 0.104167rem;
}
.container > .workDate .workDate_bor p[data-v-289e8c1f] {
  /* box-shadow: 0px 5px 4px 0px rgba(186, 189, 201, 0.16); */
  text-align: center;
  height: 0.302083rem;
}
.container > .workDate .workDate_bor p span[data-v-289e8c1f] {
  margin: 0.260417rem;
  line-height: 0.302083rem;
  font-size: 0.104167rem;
}
#calendar[data-v-289e8c1f] {
  width: 100%;
}
.month ul[data-v-289e8c1f] {
  /* box-shadow: 0px 5px 4px 0px rgba(186, 189, 201, 0.16); */
  height: 0.302083rem;
  line-height: 0.302083rem;
  padding: 0 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.month ul[data-v-289e8c1f],
.workDate_weekdays[data-v-289e8c1f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.month ul li[data-v-289e8c1f],
.workDate_weekdays li[data-v-289e8c1f] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  height: 0.302083rem;
  line-height: 0.302083rem;
}
.workDate_weekdays[data-v-289e8c1f] {
  height: 0.572917rem;
  border-bottom: 0.005208rem solid #eaeaea;
  margin-bottom: 0.15625rem;
}
.workDate_weekdays li[data-v-289e8c1f] {
  padding: 0.104167rem 0;
}
.workDate_days li[data-v-289e8c1f] {
  width: 14.2%;
  float: left;
  text-align: center;
  height: 0.302083rem;
  line-height: 0.302083rem;
  font-size: 0.083333rem;
}
.other-month[data-v-289e8c1f] {
  color: rgba(215, 215, 215, 1);
}
.active[data-v-289e8c1f] {
  width: 100%;
  height: 100%;
  background: white;
  border: 0.005208rem solid #eaeaea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  z-index: 3;
}
.el-icon-minus[data-v-289e8c1f] {
  font-size: 0.104167rem;
  vertical-align: middle;
  color: black;
}
.workDate_posi[data-v-289e8c1f] {
  position: relative;
}
.workDate_posi>span[data-v-289e8c1f] {
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: inline-block;
}
.workDate_posixi[data-v-289e8c1f] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.green[data-v-289e8c1f] {
  z-index: 10;
}
.red[data-v-289e8c1f] {
  z-index: 1000;
}
.yellow[data-v-289e8c1f] {
  z-index: 100;
}
.daycontent ul li[data-v-289e8c1f] {
  width: 100%;
  min-height: 0.677083rem;
  background: #FFFFFF;
  border: 0.005208rem solid #F4F4F4;
  -webkit-box-shadow: 0 0 0.09375rem 0 rgba(166, 171, 177, 0.2);
          box-shadow: 0 0 0.09375rem 0 rgba(166, 171, 177, 0.2);
  border-radius: 0.020833rem;
  margin-bottom: 0.104167rem;
  padding: 0.104167rem;
}
.daycontent ul li h3[data-v-289e8c1f] {
  font-size: 0.083333rem;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #323053;
}
.daycontent ul li h3 span[data-v-289e8c1f] {
  font-size: 0.072917rem;
  font-family: Helvetica;
  font-weight: 400;
  color: #323053;
  opacity: 0.4;
}
.daycontent ul li div[data-v-289e8c1f] {
  font-size: 0.072917rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #323053;
  line-height: 0.114583rem;
  opacity: 0.8;
}
.el-icon-more[data-v-289e8c1f] {
  font-size: 0.125rem;
  color: #367CF1;
}
.el-dropdown-link[data-v-289e8c1f] {
  cursor: pointer;
  color: #000;
}
.el-icon-arrow-down[data-v-289e8c1f] {
  font-size: 0.104167rem;
  font-weight: 500;
}
.year-month[data-v-289e8c1f] {
  font-size: 0.125rem;
}
.workDate_posixi_task[data-v-289e8c1f] {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: inline-block;
  width: 0.260417rem;
  height: 0.260417rem;
  line-height: 0.260417rem;
  background: #30d8a0;
  z-index: 0;
}
.workDate_posixi_task1[data-v-289e8c1f] {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: inline-block;
  width: 0.260417rem;
  height: 0.260417rem;
  line-height: 0.260417rem;
  background: #d83038;
  z-index: 0;
}
.workDate_posixi_task2[data-v-289e8c1f] {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: inline-block;
  width: 0.260417rem;
  height: 0.260417rem;
  line-height: 0.260417rem;
  background: #ffffff;
  z-index: 0;
}
.workTable .navWork li[data-v-289e8c1f] {
  margin-bottom: 0.104167rem;
  height: 0.854167rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 0.09375rem 0 rgba(166, 171, 177, 0.2);
          box-shadow: 0 0 0.09375rem 0 rgba(166, 171, 177, 0.2);
  border-radius: 0.03125rem;
}
.workTable .myWork li[data-v-289e8c1f] {
  border-left: #376CD9 0.020833rem solid;
}
.workTable .helpWork li[data-v-289e8c1f] {
  border-left: #F68267 0.020833rem solid;
}
.workTable .offWork li[data-v-289e8c1f] {
  border-left: #1FB175 0.020833rem solid;
}
.list[data-v-289e8c1f] {
  padding: 0.104167rem;
  position: relative;
  overflow: hidden;
}
.list>h4[data-v-289e8c1f] {
  margin-bottom: 0.104167rem;
  color: #323053;
  font-size: 0.09375rem;
  font-weight: 500;
}
.list>h4 span[data-v-289e8c1f] {
  display: block;
  width: 0.166667rem;
  height: 0.166667rem;
  border-radius: 0.020833rem;
  font-size: 0.072917rem;
  font-family: '\601D\6E90\9ED1\4F53';
  text-align: center;
  line-height: 0.166667rem;
}
.list_g[data-v-289e8c1f] {
  background: rgba(249, 77, 110, 0.12);
  color: #F94D6E;
}
.list_z[data-v-289e8c1f] {
  background: rgba(153, 74, 222, 0.12);
  color: #994ADE;
}
.list_d[data-v-289e8c1f] {
  background: rgba(62, 186, 190, 0.12);
  color: #3EBABE;
}
.list_li[data-v-289e8c1f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list_li>div[data-v-289e8c1f]:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.072917rem;
  font-family: '\601D\6E90\9ED1\4F53';
  font-weight: 400;
  color: #77777E;
  line-height: 2em;
  cursor: pointer;
}
.list_li>div>div[data-v-289e8c1f] {
  display: none;
}
.list_li>div:first-child:hover>div[data-v-289e8c1f] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(11, 25, 19,0.64);
  display: block;
  z-index: 10;
  text-align: center;
  line-height: 0.854167rem;
  font-size: 0.125rem;
  font-family: '\601D\6E90\9ED1\4F53';
  font-weight: 400;
  color: #FFFFFF;
}
.allFixed[data-v-289e8c1f] .el-select .el-input__inner,
.allFixed[data-v-289e8c1f]  .el-input__inner,
.allFixed[data-v-289e8c1f] .el-date-editor,
.allFixed[data-v-289e8c1f] .el-input__icon,
.allFixed[data-v-289e8c1f] .el-date-editor .el-range-separator {
  line-height: 0.166667rem;
  height: 0.166667rem;
  vertical-align: middle;
}
.allFixed_class[data-v-289e8c1f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* width: 60%; */
}
.allFixed_class>div[data-v-289e8c1f] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.allFixed_class>div[data-v-289e8c1f]:first-child {
  padding-right: 0.15625rem;
  border-right: 0.005208rem solid #F2F2F7;
}
.allFixed_class>div[data-v-289e8c1f]:last-child {
  margin-left: 0.15625rem;
}
.allFixed_class>div:first-child table td[data-v-289e8c1f]:nth-of-type(odd) {
  text-align: right;
  white-space: nowrap;
}
.allFixed_class table td[data-v-289e8c1f]:nth-of-type(odd) {
  white-space: nowrap;
  text-align: right;
}
.allFixed_class>div:last-child table td:nth-of-type(even) .el-input[data-v-289e8c1f] {
  width: 80%;
}
.allFixed_class table[data-v-289e8c1f] {
  border-collapse: separate;
  border-spacing: 0.052083rem;
  width: 100%;
}
.allFixed table[data-v-289e8c1f] {
  border-collapse: separate;
  border-spacing: 0.052083rem;
  width: 100%;
}
.allFixed table tr td[data-v-289e8c1f]:nth-of-type(odd) {
  text-align: right;
  width: 0.416667rem;
  white-space: nowrap;
}
.detail[data-v-289e8c1f] {
  /* background:rgba(242, 242, 247, 0.7); */
  border: 0.005208rem solid #E4E7ED;
  padding: 1em;
  font-size: 0.072917rem;
  color: #323053;
  border-radius: 0.020833rem;
  width: 4.166667rem;
  min-height: 0.520833rem;
}
.detail p[data-v-289e8c1f]:nth-of-type(even) {
  color: #323053;
  margin-bottom: 0.052083rem;
}
.fixed_right_bottom[data-v-78fb7e76] {
  position: fixed;
  right: 0.104167rem;
  top: 0.260417rem;
  width: 0.385417rem;
  height: 0.166667rem;
  line-height: 0.166667rem;
  text-align: center;
  color: white;
  cursor: pointer;
  background: -webkit-gradient(linear, left bottom, left top, from(#42D3AD), to(#7AF5D4));
  background: linear-gradient(0deg, #42D3AD 0%, #7AF5D4 100%);
  border-radius: 0.020833rem;
}
.top_right_bottom[data-v-78fb7e76] {
  width: 0.385417rem;
  height: 0.166667rem;
  line-height: 0.166667rem;
  text-align: center;
  color: white;
  cursor: pointer;
  background: -webkit-gradient(linear, left bottom, left top, from(#42D3AD), to(#7AF5D4));
  background: linear-gradient(0deg, #42D3AD 0%, #7AF5D4 100%);
  border-radius: 0.020833rem;
  float: right;
}
.container[data-v-78fb7e76] {
  width: 100%;
  height: 100%;
  background: rgba(248, 251, 253, 1);
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
.header[data-v-78fb7e76] {
  margin-bottom: 0.104167rem;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
}
.header > div[data-v-78fb7e76] {
  margin-right: 0.104167rem;
  margin-top: 0.104167rem;
}
.header > div p[data-v-78fb7e76] {
  color: #999;
  margin-bottom: 0.104167rem;
}
.header > div select[data-v-78fb7e76] {
  outline: none;
  border: none;
  border-radius: 0.520833rem;
  height: 0.166667rem;
  background: rgba(245, 249, 252, 1);
  color: rgba(102, 102, 102, 1);
}
.search[data-v-78fb7e76] {
  width: 1.213542rem;
  height: 0.25rem;
  background: rgba(255, 255, 255, 1);
  border: 0.005208rem solid rgba(221, 225, 229, 1);
  border-radius: 0.03125rem;
  overflow: hidden;
  margin-right: 0.104167rem;
}
.search input[data-v-78fb7e76] {
  height: 100%;
  width: 0.911458rem;
  font-size: 0.09375rem;
  padding-left: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.search button[data-v-78fb7e76] {
  width: 0.302083rem;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border: none;
  color: white;
  font-weight: 600;
  font-size: 0.145833rem;
  cursor: pointer;
}
.header_btn[data-v-78fb7e76] {
  color: rgb(50, 50, 50);
  -webkit-box-shadow: 0 0 0.026042rem 0 #ccc;
          box-shadow: 0 0 0.026042rem 0 #ccc;
  border-radius: 0.130208rem;
  width: 0.692708rem;
  height: 0.25rem;
  margin-right: 0.104167rem;
  line-height: 0.25rem;
  text-align: center;
  font-size: 0.114583rem;
  cursor: pointer;
}
.active[data-v-78fb7e76] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  -webkit-box-shadow: 0 0 0.026042rem 0 #02cb8e;
          box-shadow: 0 0 0.026042rem 0 #02cb8e;
}
.table[data-v-78fb7e76] {
  /* border: 2px solid #eeeffa; */
  height: calc(100% - 0.364583rem);
  padding: 0.104167rem;
  background: white;
  margin-top: 0.052083rem;
}
.table1[data-v-78fb7e76] {
  height: calc(100% - 0.3125rem);
}
.table .clearfix[data-v-78fb7e76] {
  margin-bottom: 0.026042rem;
}
.table table tr td div[data-v-78fb7e76] {
  line-height: 200%;
  border-bottom: 0.015625rem solid #eeeffa;
}
.table table tr td div[data-v-78fb7e76]:last-child {
  border: none;
}
.table table tbody tr.active[data-v-78fb7e76] {
  background: rgb(170, 170, 170);
}
.bounce_box[data-v-78fb7e76] {
  height: 100%;
  overflow: auto;
}
.bounce_box_center[data-v-78fb7e76] {
  width: 80%;
  margin: 0 auto;
  line-height: 150%;
  font-size: 0.09375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bounce_box_center > div[data-v-78fb7e76] {
  margin: 0 0.104167rem;
  margin-bottom: 0.104167rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-shadow: 0 0 0.026042rem 0 #ccc;
          box-shadow: 0 0 0.026042rem 0 #ccc;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.052083rem;
}
.bounce_box_center > div > table[data-v-78fb7e76] {
  white-space: nowrap;
  border-collapse: separate;
  border-spacing: 0.026042rem 0.052083rem;
}
.bounce_box_center input[type="checkbox"][data-v-78fb7e76],
.bounce_box_center input[type="text"][data-v-78fb7e76],
.bounce_box_center input[type="number"][data-v-78fb7e76],
.bounce_box_center select[data-v-78fb7e76],
.bounce_box_center textarea[data-v-78fb7e76],
.bounce_box_center .el-input__inner[data-v-78fb7e76] {
  background-color: rgba(245, 247, 254, 1);
  border: 0.005208rem solid #ddd;
  height: 0.208333rem;
  margin-right: 0.104167rem;
  margin-left: 0.052083rem;
  border-radius: 0.026042rem;
  line-height: 0.208333rem;
  outline: none;
}
.bounce_box_center select[data-v-78fb7e76] {
  width: 1.145833rem;
}
.bounce_box_center textarea[data-v-78fb7e76] {
  vertical-align: text-top;
  width: 80%;
  height: 1.041667rem;
}

/* .bounce_box_center i {
  color: #ccc;
} */
.bounce_box_center input[type="checkbox"][data-v-78fb7e76] {
  margin-right: 0.026042rem;
  vertical-align: middle;
}
.bounce_box_center input[type="radio"][data-v-78fb7e76] {
  margin-right: 0.026042rem;
  vertical-align: middle;
}
.bounce_box_center_btn[data-v-78fb7e76] {
  border: none;
  background: white;
  color: #ccc;
  padding: 0.052083rem 0.104167rem;
  -webkit-box-shadow: 0 0 0.026042rem 0 #ccc;
          box-shadow: 0 0 0.026042rem 0 #ccc;
  border-radius: 0.520833rem;
  margin: 0.052083rem;
}
.bounce_box_center_btn_red[data-v-78fb7e76] {
  border: none;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(252, 43, 43, 1)),
    to(rgba(255, 101, 102, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(252, 43, 43, 1) 0%,
    rgba(255, 101, 102, 1) 100%
  );
  color: white;
  padding: 0.052083rem 0.104167rem;
  -webkit-box-shadow: 0 0 0.026042rem 0 rgb(241, 138, 138);
          box-shadow: 0 0 0.026042rem 0 rgb(241, 138, 138);
  border-radius: 0.520833rem;
  margin: 0.052083rem;
}
.hovers > div[data-v-78fb7e76] {
  position: absolute;
  width: 1.041667rem;
  height: auto;
  background: white;
  left: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  z-index: 10;
  top: 0;
  text-align: left;
  padding: 0.026042rem;
  white-space: normal;
}
.hovers[data-v-78fb7e76] {
  position: relative;
  cursor: pointer;
}
.blue[data-v-78fb7e76] {
  background: #3699ff;
  color: white;
  outline: none;
  border: none;
  cursor: pointer;
  padding: 0.026042rem;
}
#calendar[data-v-78fb7e76] {
  width: 100%;
}
.month ul[data-v-78fb7e76] {
  -webkit-box-shadow: 0 0.026042rem 0.020833rem 0 rgba(186, 189, 201, 0.16);
          box-shadow: 0 0.026042rem 0.020833rem 0 rgba(186, 189, 201, 0.16);
  height: 0.302083rem;
  line-height: 0.302083rem;
  padding: 0 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.month ul[data-v-78fb7e76],
.weekdays[data-v-78fb7e76] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.month ul li[data-v-78fb7e76],
.weekdays li[data-v-78fb7e76] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  height: 0.302083rem;
  line-height: 0.302083rem;
}
.weekdays li[data-v-78fb7e76] {
  margin-top: 0.052083rem;
}
.days li[data-v-78fb7e76] {
  width: 14.2%;
  float: left;
  text-align: center;
  height: 0.302083rem;
  line-height: 0.302083rem;
}
.days_to[data-v-78fb7e76] {
  background: rgba(69, 90, 247, 1);
  border-radius: 0.052083rem;
  width: 0.25rem;
  height: 0.25rem;
  display: inline-block;
  color: white;
}
.other-month[data-v-78fb7e76] {
  color: rgba(215, 215, 215, 1);
}
.active1[data-v-78fb7e76] {
  background: white;
  color: rgb(50, 50, 50);
}
.posixi[data-v-78fb7e76] {
  position: absolute;
  left: 0.052083rem;
  top: -0.052083rem;
}
.posi[data-v-78fb7e76] {
  position: relative;
}
.bounce_box2[data-v-78fb7e76] {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.bounce_box2 table[data-v-78fb7e76] {
  padding: 0.104167rem;
  background: white;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  position: absolute;
  left: 50%;
  top: 50%;
  border-collapse: separate;
  border-spacing: 0.026042rem 0.052083rem;
  -webkit-box-shadow: 0 0 0.026042rem 0 #ccc;
          box-shadow: 0 0 0.026042rem 0 #ccc;
}
.bounce_box2 input[type="checkbox"][data-v-78fb7e76],
.bounce_box2 input[type="text"][data-v-78fb7e76],
.bounce_box2 input[type="number"][data-v-78fb7e76],
.bounce_box2 select[data-v-78fb7e76],
.bounce_box2 textarea[data-v-78fb7e76] {
  background-color: rgba(245, 247, 254, 1);
  border: 0.005208rem solid #ddd;
  height: 0.208333rem;
  margin-right: 0.104167rem;
  margin-left: 0.052083rem;
  border-radius: 0.026042rem;
  line-height: 0.208333rem;
  outline: none;
}
.bounce_box2 select[data-v-78fb7e76] {
  width: 1.145833rem;
}
.bounce_box2 textarea[data-v-78fb7e76] {
  vertical-align: text-top;
  width: 80%;
  height: 1.041667rem;
}
.bounce_box2 input[type="checkbox"][data-v-78fb7e76] {
  margin-right: 0.026042rem;
  vertical-align: middle;
}
.bounce_box2 input[type="radio"][data-v-78fb7e76] {
  margin-right: 0.026042rem;
  vertical-align: middle;
}
.container_addClass[data-v-78fb7e76] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(248, 251, 253, 1);
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: auto;
}
.addClass_header[data-v-78fb7e76] {
  height: 0.3125rem;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.addClass_header .topheader[data-v-78fb7e76] {
  height: 0.208333rem;
  position: absolute;
  left: 50%;
  line-height: 0.208333rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  background: white;
  border-radius: 0.208333rem;
  top: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  white-space: nowrap;
  font-size: 0.083333rem;
}
.addClass_header .topheader > span[data-v-78fb7e76] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
  padding: 0 0.15625rem;
  border-radius: 0.78125rem;
}
.addClass_header .topheader .active[data-v-78fb7e76] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border-radius: 0.208333rem;
}
.container_addClass_main[data-v-78fb7e76] {
  /* margin-bottom: 30px; */
}
.container_addClass_main_top[data-v-78fb7e76] {
  height: 2.760417rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0.15625rem;
}
.back_fixed[data-v-78fb7e76] {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 40%;
  padding: 0.052083rem;
  height: 2.083333rem;
  background: white;
  padding: 0.104167rem;
  -webkit-box-shadow: 0 0 0.026042rem 0 #eee;
          box-shadow: 0 0 0.026042rem 0 #eee;
}
.search[data-v-78fb7e76] {
  width: 0.911458rem;
  height: 0.125rem;
  background: rgba(255, 255, 255, 1);
  border: 0.005208rem solid rgba(221, 225, 229, 1);
  border-radius: 0.03125rem;
  overflow: hidden;
  float: right;
}
.search input[data-v-78fb7e76] {
  height: 0.125rem;
  width: 0.786458rem;
  font-size: 0.09375rem;
  padding-left: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.search button[data-v-78fb7e76] {
  width: 0.125rem;
  line-height: 0.125rem;
  height: 0.125rem;
  background: #eee;
  border: none;
  color: white;
  font-weight: 600;
  font-size: 0.145833rem;
  cursor: pointer;
}
.el-icon-search[data-v-78fb7e76] {
  font-size: 0.09375rem;
}
.back_fixed .table[data-v-78fb7e76] {
  border: none;
}
.back_fixed .table table .hover[data-v-78fb7e76] {
  background: rgba(186, 189, 201, 0.16);
}
.lter_btn[data-v-78fb7e76] {
  background: #ddd;
  color: rgb(61, 61, 61);
  border: none;
  outline: none;
  padding: 0.015625rem 0.026042rem;
  margin: 0 0.026042rem;
  border-radius: 0.026042rem;
}
.btn_green[data-v-78fb7e76] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border: none;
  outline: none;
  padding: 0.015625rem 0.026042rem;
  margin: 0 0.026042rem;
  border-radius: 0.026042rem;
}
.bar[data-v-78fb7e76] {
  display: inline-block;
  padding: 0.041667rem 0.078125rem;
}
#main[data-v-78fb7e76],
#main1[data-v-78fb7e76] {
  width: 60%;
  height: 2.083333rem;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.center_3_1[data-v-78fb7e76] {
  width: 35%;
  height: auto;
  display: inline-block;
  vertical-align: top;
  line-height: 0.1875rem;
  overflow-y: auto;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  /* justify-items: center */
  /* margin-top: 5%; */
}
.center_3_1 p[data-v-78fb7e76] {
  margin-bottom: 0.052083rem;
  cursor: pointer;
}
#main4[data-v-78fb7e76],
#main5[data-v-78fb7e76] {
  width: 55%;
  height: 2.083333rem;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#main4~.center_3_1[data-v-78fb7e76],
#main5~.center_3_1[data-v-78fb7e76] {
  width: 45%;
  height: auto;
  display: inline-block;
  vertical-align: top;
  line-height: 0.1875rem;
  overflow-y: auto;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  /* justify-items: center */
  /* margin-top: 5%; */
}
#main4~.center_3_1 p[data-v-78fb7e76],
#main5~.center_3_1 p[data-v-78fb7e76] {
  line-height: 0.125rem;
  margin-bottom: 0;
  font-size: 0.072917rem;
}
.kuai[data-v-78fb7e76] {
  display: inline-block;
  width: 0.15625rem;
  height: 0.026042rem;
  vertical-align: middle;
}
#main3[data-v-78fb7e76] {
  width: 100%;
  height: 70%;
}
.section[data-v-78fb7e76] {
  background: white;
  width: 100%;
  height: 100%;
  border-radius: 0.078125rem;
  padding: 0.078125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.section2[data-v-78fb7e76] {
  background: white;
  width: 100%;
  min-height: 2.083333rem;
  border-radius: 0.078125rem;
  padding: 0.078125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.section1[data-v-78fb7e76] {
  background: white;
  width: 100%;
  border-radius: 0.078125rem;
  padding: 0.078125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
h3[data-v-78fb7e76] {
  font-size: 0.083333rem;
}
.allFixed ul[data-v-78fb7e76] {
  width: 4.166667rem;
}
.allFixed ul li[data-v-78fb7e76] {
  width: 50%;
  margin-bottom: 0.104167rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.allFixed ul li span[data-v-78fb7e76]:nth-of-type(1) {
  -webkit-box-flex: 8;
      -ms-flex: 8;
          flex: 8;
  font-size: 0.083333rem;
  white-space: nowrap;
}
.allFixed ul li span[data-v-78fb7e76]:nth-of-type(2) {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  margin-right: 0.104167rem;
}
.allFixed ul li span input[data-v-78fb7e76] {
  width: 100%;
  height: 0.1875rem;
  background: rgba(246, 248, 249, 1);
  border: 0.005208rem solid rgba(245, 246, 247, 1);
  border-radius: 0.020833rem;
}
.table_ul > div[data-v-78fb7e76] {
  font-size: 0.104167rem;
  height: 0.208333rem;
  line-height: 0.208333rem;
  padding: 0 0.104167rem;
}
.table_ul1 > div[data-v-78fb7e76] {
  height: 0.208333rem;
  line-height: 0.208333rem;
  font-size: 0.083333rem;
  /* padding:0 20PX; */
}
.table_ul1 > div span[data-v-78fb7e76] {
  cursor: pointer;
}
.table_ul1 > div[data-v-78fb7e76]:nth-of-type(odd) {
  background: rgba(249, 250, 253, 1);
}
.table_ul1 > div[data-v-78fb7e76]:nth-of-type(even) {
  background: white;
}
.table_ul1 > div[data-v-78fb7e76]:hover {
  position: relative;
  z-index: 10;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0 0.104167rem 0 rgba(30, 94, 153, 0.16);
          box-shadow: 0 0 0.104167rem 0 rgba(30, 94, 153, 0.16);
}
.section_question[data-v-78fb7e76] {
  width: calc(50% - 0.104167rem);
  float: left;
  margin: 0.052083rem;
}
.section_question ul[data-v-78fb7e76] {
  padding: 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgb(247, 251, 254);
  min-height: 0.875rem;
  border-radius: 0.020833rem;
}
.orderClass[data-v-78fb7e76] {
  border-bottom: 0.005208rem solid #2488E9;
}
.section_stu[data-v-78fb7e76] {
  border: 0.005208rem solid rgba(236,243,248,1);
  border-radius: 0.104167rem;
  padding: 0.104167rem;
}
.vue_qr_text[data-v-78fb7e76] {
  text-align: center;
  font-size: 0.09375rem;
  font-family: '\601D\6E90\9ED1\4F53';
  /* font-weight: 600 */
}
.section2>p[data-v-78fb7e76],
.section>p[data-v-78fb7e76],
.section3>p[data-v-78fb7e76] {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  font-size: 0.09375rem;
  font-family: "\601D\6E90\9ED1\4F53";
  font-weight: 500;
  color: rgba(229, 229, 229, 1);
  line-height: 0.104167rem;
  text-align: center;
  white-space: nowrap;
}
.section2 img[data-v-78fb7e76],
.section img[data-v-78fb7e76],
.section3 img[data-v-78fb7e76] {
  width: 30%;
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.section3[data-v-78fb7e76] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.container[data-v-78fb7e76] .el-select .el-input__inner,
.container[data-v-78fb7e76]  .el-input__inner,
.container[data-v-78fb7e76] .el-date-editor,
.container[data-v-78fb7e76] .el-input__icon,
.container[data-v-78fb7e76] .el-date-editor .el-range-separator {
  line-height: 0.166667rem;
  height: 0.166667rem;
  vertical-align: middle;
}
.container[data-v-78fb7e76] .el-button {
  line-height: 0.5;
  height: 0.166667rem;
  vertical-align: middle;
}
.basicMsg .el-select[data-v-78fb7e76],
.basicMsg .el-input[data-v-78fb7e76] {
  width: 1.041667rem;
}
.basicMsg>div[data-v-78fb7e76] {
  width: 100%;
  margin: 0 auto;
  border: 0.005208rem solid #eaeaea;
  -webkit-box-shadow: 0 0.03125rem 0.083333rem 0 #E8E8F2;
          box-shadow: 0 0.03125rem 0.083333rem 0 #E8E8F2;
  border-radius: 0.03125rem;
  margin-bottom: 0.104167rem;
}
.basicMsg>div h3[data-v-78fb7e76] {
  padding: 0 0.416667rem;
  line-height: 0.3125rem;
  height: 0.3125rem;
  background: #F5F7FB;
  border: 0.005208rem solid #DDE1E5;
  border-radius: 0.03125rem;
  font-size: 0.104167rem;
}
.basicMsg>div table[data-v-78fb7e76] {
  margin: 0.208333rem 0.416667rem;
  width: calc(100% - 0.833333rem);
  border-collapse: separate;
  border-spacing: 0.052083rem;
}
.basicMsg>div table td[data-v-78fb7e76]:nth-of-type(odd) {
  text-align: right;
  white-space: nowrap;
}
.basicMsg input[type="file"][data-v-78fb7e76] {
  width: 1.041667rem;
  height: 0.208333rem;
  position: absolute;
  top: 0;
  opacity: 0;
  overflow: hidden;
}
.backj-exc-file[data-v-78fb7e76] {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(39, 124, 240, 1)),
    to(rgba(116, 172, 250, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(39, 124, 240, 1) 0%,
    rgba(116, 172, 250, 1) 100%
  );
  -webkit-box-shadow: 0 0.010417rem 0.104167rem 0.005208rem rgba(76, 147, 244, 0.36);
          box-shadow: 0 0.010417rem 0.104167rem 0.005208rem rgba(76, 147, 244, 0.36);
  border-radius: 0.020833rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(247, 248, 255, 1);
  text-align: center;
  cursor: pointer;
  top: 0;
  height: 0.166667rem;
  line-height: 0.166667rem;
  width: 1.041667rem;
}
.table_nav[data-v-78fb7e76] {
  width: auto;
  float: left;
}
.teacherDeclarationCommissionWrap[data-v-ddbb414a] {
  min-width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  overflow: auto;
  padding: 0.15625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background: #fff;
}
.teacherDeclarationCommissionWrap_screen[data-v-ddbb414a] {
  margin-top: 0.15625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.teacherDeclarationCommissionWrap_table[data-v-ddbb414a] {
  margin-top: 0.125rem;
}
.teacherDeclarationCommissionWrap_table[data-v-ddbb414a] .el-table__header-wrapper th,
.teacherDeclarationCommissionWrap_application_table[data-v-ddbb414a] .el-table__header-wrapper th,
.teacherDeclarationCommissionWrap_addStudents_cont[data-v-ddbb414a] .el-table__header-wrapper th {
  background: #f7f8ff !important;
}
.teacherDeclarationCommissionWrap_table[data-v-ddbb414a] .el-table,
.teacherDeclarationCommissionWrap_application_table[data-v-ddbb414a] .el-table {
  min-height: calc(100vh - 1.302083rem);
}
.teacherDeclarationCommissionWrap_application_table_after[data-v-ddbb414a]::after {
  content: "%";
  position: absolute;
  right: 0.041667rem;
  top: 0;
  color: #C0C4CC;
}
.teacherDeclarationCommissionWrap_application_table_after[data-v-ddbb414a] .el-input__inner {
  padding-right: 0.145833rem;
}
.teacherDeclarationCommissionWrap_application_table_after[data-v-ddbb414a] input {
  text-align: left;
}
.teacherDeclarationCommissionWrap_application_table_uploadicon[data-v-ddbb414a] {
  font-size: 0.125rem;
  cursor: pointer;
}
.teacherDeclarationCommissionWrap_application_table_uploadicon[data-v-ddbb414a]:hover {
  color: #409EFF;
}
.teacherDeclarationCommissionWrap_table_pagination[data-v-ddbb414a] {
  text-align: right;
  margin-top: 0.083333rem;
}
.teacherDeclarationCommissionWrap_application[data-v-ddbb414a] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: #fff;
  padding: 0.15625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.teacherDeclarationCommissionWrap_application_top[data-v-ddbb414a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.09375rem;
}
.teacherDeclarationCommissionWrap_application_top_tit[data-v-ddbb414a] {
  font-weight: bold;
}
.teacherDeclarationCommissionWrap_application_top div[data-v-ddbb414a] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.teacherDeclarationCommissionWrap_application_screen[data-v-ddbb414a] {
  text-align: right;
}
.teacherDeclarationCommissionWrap_application_table[data-v-ddbb414a] {
  margin-top: 0.125rem;
}
.teacherDeclarationCommissionWrap_application_sub[data-v-ddbb414a] {
  margin-top: 0.125rem;
  text-align: center;
}
.teacherDeclarationCommissionWrap_addStudents[data-v-ddbb414a] {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.teacherDeclarationCommissionWrap_addStudents_cont[data-v-ddbb414a] {
  width: 6.25rem;
  min-height: 2.604167rem;
  background: #fff;
  border-radius: 0.020833rem;
  padding: 0.25rem 0.125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.teacherDeclarationCommissionWrap_addStudents_cont_screen[data-v-ddbb414a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.125rem;
}
.teacherDeclarationCommissionWrap_addStudents_cont_screen>div[data-v-ddbb414a] {
  width: 0.833333rem;
  margin-right: 0.125rem;
}
.teacherDeclarationCommissionWrap_addStudents_cont_foot[data-v-ddbb414a] {
  margin-top: 0.125rem;
  text-align: center;
}
.el-aside[data-v-8d3ab4b0] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: auto;
}

/* 左边框 */
.main[data-v-8d3ab4b0],
.el-container[data-v-8d3ab4b0] {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.left-bar-logo[data-v-8d3ab4b0] {
  max-width: 1.666667rem;
  width: 100%;
  height: 0.307292rem;
  margin: 0 auto;
  margin-bottom: 0.364583rem;
}
.left-bar-logo img[data-v-8d3ab4b0] {
  margin: 0 auto;
  display: block;
  width: 90%;
}
.left-bar[data-v-8d3ab4b0] {
  width: 1.354167rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#30d8a0), to(#00b4bf));
  background: linear-gradient(0deg, #30d8a0, #00b4bf);
  position: relative;
  padding: 0.208333rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 4.166667rem;
  height: 100%;
}
.left-bar1[data-v-8d3ab4b0] {
  width: auto;
  background: -webkit-gradient(linear, left bottom, left top, from(#30d8a0), to(#00b4bf));
  background: linear-gradient(0deg, #30d8a0, #00b4bf);
  position: relative;
  padding: 0.208333rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.left-bar a[data-v-8d3ab4b0] {
  color: #fff;
  display: block;
}
.left-bar li[data-v-8d3ab4b0] {
  padding-left: 0.15625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 0.25rem;
  cursor: pointer;
  letter-spacing: 0.010417rem;
}
.left-bar1 li[data-v-8d3ab4b0] {
  padding: 0 0.208333rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 0.25rem;
}
.left-bar li[data-v-8d3ab4b0]:last-child {
  margin-bottom: 0;
}
.left-bar li img[data-v-8d3ab4b0] {
  height: 100%;
  vertical-align: middle;
  margin: 0.010417rem 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 0.104167rem;
}
.left-bar1 li img[data-v-8d3ab4b0] {
  height: 100%;
  vertical-align: middle;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.left-bar li[data-v-8d3ab4b0]:focus,
.left-bar li[data-v-8d3ab4b0]:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.5);
}
.posi[data-v-8d3ab4b0] {
  width: 100%;
  display: block;
  cursor: pointer;
  position: absolute;
  bottom: 0;
}
.posi1[data-v-8d3ab4b0] {
  width: 100%;
  display: block;
  cursor: pointer;
  margin-top: 0;
}
.left-bar li i[data-v-8d3ab4b0] {
  padding-right: 0.052083rem;
  line-height: 0.25rem;
}
.left-bar ul[data-v-8d3ab4b0] {
  position: absolute;
  bottom: 0.052083rem;
  width: 100%;
}
.active[data-v-8d3ab4b0] {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.5);
}
.list_dl[data-v-8d3ab4b0] {
  max-height: 80vh;
  overflow: auto;
  position: absolute;
  bottom: 100%;
  width: 100%;
  border: 0.005208rem solid #888;
  left: 0;
  color: #000;
}
.list_dl dd[data-v-8d3ab4b0] {
  height: 0.15625rem;
  text-align: center;
  background: white;
  line-height: 0.15625rem;
}
.list_dl dd[data-v-8d3ab4b0]:hover {
  font-size: 0.114583rem;
  font-family: "\601D\6E90\9ED1\4F53";
}

/**/
.el-main[data-v-8d3ab4b0] {
  padding: 0;
  position: relative;
}
.right-main-mbr[data-v-8d3ab4b0] {
  margin: 0;
  -webkit-box-shadow: 0 0 0.020833rem #ccc;
          box-shadow: 0 0 0.020833rem #ccc;
  border-radius: 0.026042rem;
  padding: 0 0.104167rem;
  background: #fff;
}

/*谷歌、safari、qq浏览器、360浏览器滚动条样式*/

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
[data-v-8d3ab4b0]::-webkit-scrollbar {
  width: 0.026042rem;
  height: 0.026042rem;
  background-color: #f5f5f5;
}

/*定义滚动条轨道 内阴影+圆角*/
[data-v-8d3ab4b0]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0.03125rem rgba(0, 0, 0, 0.3);
  border-radius: 0.052083rem;
  background-color: #f5f5f5;
}

/*定义滑块 内阴影+圆角*/
[data-v-8d3ab4b0]::-webkit-scrollbar-thumb {
  border-radius: 0.052083rem;
  -webkit-box-shadow: inset 0 0 0.03125rem rgba(0, 0, 0, 0.3);
  background-color: #bdbdbd;
}

/*滑块效果*/
[data-v-8d3ab4b0]::-webkit-scrollbar-thumb:hover {
  border-radius: 0.026042rem;
  -webkit-box-shadow: inset 0 0 0.026042rem rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.4);
}

/*IE滚动条颜色*/
html[data-v-8d3ab4b0] {
  scrollbar-face-color: #bfbfbf;
  /*滚动条颜色*/
  scrollbar-highlight-color: #000;
  scrollbar-3dlight-color: #000;
  scrollbar-darkshadow-color: #000;
  scrollbar-shadow-color: #adadad;
  /*滑块边色*/
  scrollbar-arrow-color: rgba(0, 0, 0, 0.4);
  /*箭头颜色*/
  scrollbar-track-color: #eeeeee;
  /*背景颜色*/
}
.container[data-v-44b438a7] {
  width: 100%;
  height: 100%;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background: white;
  font-size: 0.09375rem;
  padding: 0.104167rem;
}
.el-icon-copy-document[data-v-44b438a7] {
  color: #6391ED;
  cursor: pointer;
  vertical-align: text-bottom;
  position: absolute;
  right: -0.15625rem;
  top: 0.078125rem;
}
header[data-v-44b438a7] {
  height: 0.260417rem;
}
header .search[data-v-44b438a7] {
  width: 1.213542rem;
  height: 0.197917rem;
  background: rgba(255, 255, 255, 1);
  border: 0.005208rem solid rgba(221, 225, 229, 1);
  border-radius: 0.03125rem;
  overflow: hidden;
  margin-right: 0.104167rem;
  position: relative;
}
header .search input[data-v-44b438a7] {
  height: 100%;
  width: 0.911458rem;
  font-size: 0.09375rem;
  padding-left: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
header .search button[data-v-44b438a7] {
  width: 0.286458rem;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border: none;
  color: white;
  font-weight: 600;
  cursor: pointer;
  position: absolute;
  right: 0;
}

/* header {
  position: relative;
  height: 50px;
  vertical-align: middle;
}
header {
  height: 80px;
  line-height: 80px;
}
header button {
  border: none;
  outline: none;
  background: white;
  height: 50px;
  width: 130px;
  color: #999;
  border-radius: 500px;
  cursor: pointer;
  box-shadow: 0 0 2px 0 #999;
  margin: 0 10px;
}
header .active {
  border: none;
  outline: none;
  background: linear-gradient(#68ebaa, #34c3cc);
  height: 50px;
  width: 130px;
  color: white;
  border-radius: 500px;
  cursor: pointer;
  box-shadow: 0 0 5px 0 #68ebaa;
} */
.table[data-v-44b438a7] {
  height: calc(100% - 0.260417rem);
}
.hovers > div[data-v-44b438a7] {
  position: absolute;
  width: 1.041667rem;
  height: auto;
  background: white;
  left: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  z-index: 10;
  top: 0;
  text-align: left;
  padding: 0.026042rem;
  white-space: normal;
}
.hovers[data-v-44b438a7] {
  position: relative;
  cursor: pointer;
}

/* .blue {
  width: 100px;
  height: 32px;
  background: rgba(71, 147, 251, 1);
  border-radius: 3px 3px 3px 3px;
  color: rgba(255, 255, 255, 1);
  line-height: 32px;
} */
.allFixed > div[data-v-44b438a7] {
  padding: 0.104167rem 0.3125rem;
}
.allFixed > div table[data-v-44b438a7] {
  border-collapse: separate;
  border-spacing: 0 0.052083rem;
}
.allFixed > div table tr td[data-v-44b438a7] {
  position: relative;
}
.allFixed > div table tr td > div[data-v-44b438a7] {
  width: 2.083333rem;
  min-height: 0.208333rem;
  background: rgba(245, 247, 254, 1);
  border: 0.005208rem solid rgba(244, 246, 252, 1);
  border-radius: 0.010417rem;
  line-height: 0.208333rem;
  text-indent: 1em;
}
.allFixed > div table tr td[data-v-44b438a7]:nth-of-type(odd) {
  text-align: right;
}
.container[data-v-7e15889b] {
  padding: 0.104167rem;
  width: 100%;
  height: 100%;
  background: white;
  overflow: auto;
}
.header[data-v-7e15889b] {
  position: relative;
}
.allTeacher_table[data-v-7e15889b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.260417rem;
  width: 100%;
  height: calc(100% - 0.260417rem);
}
.allTeacher_table>div[data-v-7e15889b] {
  min-height: 3.645833rem;
}
.allTeacher_table .allTeacher_name[data-v-7e15889b] {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  overflow: auto;
}
.allTeacher_table h3[data-v-7e15889b] {
  height: calc(0.166667rem + 0.135417rem);
  width: 100%;
  line-height: 0.166667rem;
  padding-bottom: 0.135417rem;
  font-size: 0.09375rem;
  font-family: '\601D\6E90\9ED1\4F53';
  font-weight: 500;
  color: #323053;
}
.allTeacher_table h3>i[data-v-7e15889b] {
  width: 0.020833rem;
  height: 0.09375rem;
  display: inline-block;
  vertical-align: text-top;
  background: #4894FC;
  margin-right: 0.03125rem;
  border-radius: 0.010417rem;
}
.allTeacher_echarts h3[data-v-7e15889b] {
  border: none;
}
.allTeacher_list[data-v-7e15889b] {
  width: 0.625rem;
  height: 0.208333rem;
  background: -webkit-gradient(linear, left top, right top, from(#4793FB), to(#63A5FF));
  background: linear-gradient(90deg, #4793FB 0%, #63A5FF 100%);
  border-radius: 0.020833rem;
  display: inline-block;
  text-align: center;
  line-height: 0.208333rem;
  margin-top: 0.15625rem;
  margin-right: 0.197917rem;
  font-size: 0.083333rem;
  font-family: '\601D\6E90\9ED1\4F53';
  /* font-weight: 500; */
  color: #FFFFFF;
  cursor: pointer;
}
.allTeacher_list1[data-v-7e15889b] {
  width: 0.625rem;
  height: 0.208333rem;
  background: #E6E8E9;
  border-radius: 0.020833rem;
  float: left;
  text-align: center;
  line-height: 0.208333rem;
  margin-top: 0.15625rem;
  margin-right: 0.197917rem;
  font-size: 0.083333rem;
  font-family: '\601D\6E90\9ED1\4F53';
  /* font-weight: 500; */
  color: #444444;
  cursor: pointer;
}
.flexBoxRight[data-v-7e15889b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flexBoxRight>div[data-v-7e15889b] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.flexBox_right_title_1[data-v-7e15889b],
.flexBox_right_title_2[data-v-7e15889b] {
  max-width: 0.520833rem;
  padding-left: 0.052083rem;
  height: 0.104167rem;
  margin: 0.052083rem 0;
  display: inline-block;
  line-height: 0.104167rem;
  margin-top: 0.208333rem;
  margin-bottom: auto;
  font-size: 0.083333rem;
  font-family: '\601D\6E90\9ED1\4F53';
  border-left: #6DC1B3 0.020833rem solid;
  height: 1;
}
.flexBox_right_title_2[data-v-7e15889b] {
  border-left: #FF9533 0.020833rem solid;
}
.allTeacher_list.active[data-v-7e15889b] {
  background: #FCC55C;
}
.allTeacher_table .allTeacher_echarts[data-v-7e15889b] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 0.104167rem;
  border: 0.005208rem solid #EAEAEA;
  padding: 0.104167rem;
}
.search[data-v-7e15889b] {
  width: 1.213542rem;
  height: 0.166667rem;
  background: rgba(255, 255, 255, 1);
  border: 0.005208rem solid rgba(221, 225, 229, 1);
  border-radius: 0.03125rem;
  overflow: hidden;
  position: relative;
}
.search input[data-v-7e15889b] {
  height: 100%;
  width: 0.911458rem;
  font-size: 0.09375rem;
  padding-left: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.search button[data-v-7e15889b] {
  width: 0.286458rem;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border: none;
  color: white;
  font-weight: 600;
  cursor: pointer;
  position: absolute;
  right: 0;
  /* font-size: 14px; */
}
#main[data-v-7e15889b] {
  width: 100%;
  height: 2.083333rem;
}
.allTeacher_echarts_data p[data-v-7e15889b] {
  height: 0.3125rem;
  background: #F8FAFD;
  border: 0.005208rem solid #EAEAEA;
  border-radius: 0.020833rem;
  line-height: 0.3125rem;
  font-size: 0.09375rem;
  font-family: '\601D\6E90\9ED1\4F53';
  font-weight: 500;
  color: #323053;
  padding: 0 0.104167rem;
  margin-bottom: 0.104167rem;
}
.allTeacher_echarts_data p span[data-v-7e15889b] {
  float: right;
}
.flexBox[data-v-7e15889b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100% - 0.302083rem);
  overflow: auto;
}
.flexBox>div[data-v-7e15889b] {
  border: 0.005208rem solid #EAEAEA;
  padding: 0.104167rem;
  border-radius: 0.020833rem;
}
.flexBox_left[data-v-7e15889b] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 0.104167rem;
}
.flexBox_left p[data-v-7e15889b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flexBox_left p span[data-v-7e15889b] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  cursor: pointer;
  padding-bottom: 0.052083rem;
  margin-bottom: 0.052083rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.flexBox_left>div[data-v-7e15889b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: flex-end;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flexBox_left>div span[data-v-7e15889b] {
  cursor: pointer;
  line-height: 0.145833rem;
  padding: 0 0.078125rem;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.flexBox_left>div span.selectActive[data-v-7e15889b] {
  color: #4893FB;
}
.flexBox_left p span.selectActive[data-v-7e15889b] {
  border-bottom: #4893FB 0.005208rem solid;
}
.flexBox_right[data-v-7e15889b] {
  -webkit-box-flex: 6;
      -ms-flex: 6;
          flex: 6;
}
.container[data-v-7e15889b] .el-select .el-input__inner,
.container[data-v-7e15889b]  .el-input__inner,
.container[data-v-7e15889b] .el-date-editor,
.container[data-v-7e15889b] .el-input__icon,
.container[data-v-7e15889b] .el-date-editor .el-range-separator {
  line-height: 0.166667rem;
  height: 0.166667rem;
  vertical-align: middle;
}
.container[data-v-7e15889b] .el-button {
  line-height: 0.5;
  height: 0.166667rem;
  vertical-align: middle;
}
.container_box[data-v-235b10ba] {
  width: 100%;
  height: 100%;
  background: white;
}
.container_box[data-v-235b10ba] .el-button {
  line-height: 0.5;
  height: 0.166667rem;
  vertical-align: middle;
}
.container_box>header[data-v-235b10ba] {
  width: 100%;
  height: 0.260417rem;
  position: relative;
}
.container_box>header .el-button[data-v-235b10ba] {
  position: absolute;
  right: 0.104167rem;
  bottom: 0;
}
.container[data-v-235b10ba] {
  width: 100%;
  height: calc( 100% - 0.260417rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: auto;
}
.workDate_bor[data-v-235b10ba] {
  /* box-shadow: 0px 5px 4px 0px rgba(186, 189, 201, 0.1); */
  /* background: white; */
  margin: 0.104167rem 0;
  margin-right: 0.104167rem;
  border-radius: 0.078125rem;
  z-index: 10;
  padding-bottom: 0.052083rem;
}
.container > div > p[data-v-235b10ba] {
  font-size: 0.125rem;
}
.container > .workDate[data-v-235b10ba] {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.container > .workDate[data-v-235b10ba]:nth-of-type(2),
.container > .workDate[data-v-235b10ba]:nth-of-type(3) {
  background: #FFFFFF;
  border: 0.005208rem solid #F4F4F4;
  -webkit-box-shadow: 0 0.020833rem 0.052083rem 0 rgba(103, 103, 124, 0.1);
          box-shadow: 0 0.020833rem 0.052083rem 0 rgba(103, 103, 124, 0.1);
  border-radius: 0.0625rem;
  padding: 0.104167rem;
  overflow: auto;
}
.container > .workDate[data-v-235b10ba]:nth-of-type(2) {
  padding-right: 0.364583rem;
  z-index: 3;
}
.container > .workDate[data-v-235b10ba]:nth-of-type(3) {
  margin-left: -0.260417rem;
  z-index: 5;
}
.container > .workDate .workDate_bor[data-v-235b10ba] {
  min-height: 2.604167rem;
}
.container > .workDate>p[data-v-235b10ba] {
  border-bottom: 0.005208rem solid #eaeaea;
  padding-bottom: 0.104167rem;
  margin-bottom: 0.104167rem;
}
.container > .workDate .workDate_bor p[data-v-235b10ba] {
  /* box-shadow: 0px 5px 4px 0px rgba(186, 189, 201, 0.16); */
  text-align: center;
  height: 0.302083rem;
}
.container > .workDate .workDate_bor p span[data-v-235b10ba] {
  margin: 0.260417rem;
  line-height: 0.302083rem;
  font-size: 0.104167rem;
}
#calendar[data-v-235b10ba] {
  width: 100%;
}
.month ul[data-v-235b10ba] {
  /* box-shadow: 0px 5px 4px 0px rgba(186, 189, 201, 0.16); */
  height: 0.302083rem;
  line-height: 0.302083rem;
  padding: 0 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.month ul[data-v-235b10ba],
.workDate_weekdays[data-v-235b10ba] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.month ul li[data-v-235b10ba],
.workDate_weekdays li[data-v-235b10ba] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  height: 0.302083rem;
  line-height: 0.302083rem;
}
.workDate_weekdays[data-v-235b10ba] {
  height: 0.572917rem;
  border-bottom: 0.005208rem solid #eaeaea;
  margin-bottom: 0.15625rem;
}
.workDate_weekdays li[data-v-235b10ba] {
  padding: 0.104167rem 0;
}
.workDate_days li[data-v-235b10ba] {
  width: 14.2%;
  float: left;
  text-align: center;
  height: 0.302083rem;
  line-height: 0.302083rem;
  font-size: 0.083333rem;
}
.other-month[data-v-235b10ba] {
  color: rgba(215, 215, 215, 1);
}
.active[data-v-235b10ba] {
  width: 100%;
  height: 100%;
  background: white;
  border: 0.005208rem solid #eaeaea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  z-index: 3;
}
.el-icon-minus[data-v-235b10ba] {
  font-size: 0.104167rem;
  vertical-align: middle;
  color: black;
}
.workDate_posi[data-v-235b10ba] {
  position: relative;
}
.workDate_posi>span[data-v-235b10ba] {
  display: block;
  height: 0.302083rem;
  line-height: 0.302083rem;
}
.workDate_posi>span>span[data-v-235b10ba] {
  display: block;
  height: 0.302083rem;
  line-height: 0.302083rem;
}
.workDate_posixi[data-v-235b10ba] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.green[data-v-235b10ba] {
  z-index: 10;
}
.red[data-v-235b10ba] {
  z-index: 1000;
}
.yellow[data-v-235b10ba] {
  z-index: 100;
}
.daycontent ul li[data-v-235b10ba] {
  width: 100%;
  min-height: 0.677083rem;
  background: #FFFFFF;
  border: 0.005208rem solid #F4F4F4;
  -webkit-box-shadow: 0 0 0.09375rem 0 rgba(166, 171, 177, 0.2);
          box-shadow: 0 0 0.09375rem 0 rgba(166, 171, 177, 0.2);
  border-radius: 0.020833rem;
  margin-bottom: 0.104167rem;
  padding: 0.104167rem;
}
.daycontent ul li h3[data-v-235b10ba] {
  font-size: 0.083333rem;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #323053;
}
.daycontent ul li h3 span[data-v-235b10ba] {
  font-size: 0.072917rem;
  font-family: Helvetica;
  font-weight: 400;
  color: #323053;
  opacity: 0.4;
}
.daycontent ul li div[data-v-235b10ba] {
  font-size: 0.072917rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #323053;
  line-height: 0.114583rem;
  opacity: 0.8;
}
.el-icon-more[data-v-235b10ba] {
  font-size: 0.125rem;
  color: #367CF1;
}
.el-dropdown-link[data-v-235b10ba] {
  cursor: pointer;
  color: #000;
}
.el-icon-arrow-down[data-v-235b10ba] {
  font-size: 0.104167rem;
  font-weight: 500;
}
.year-month[data-v-235b10ba] {
  font-size: 0.125rem;
}
.workDate_posixi_task[data-v-235b10ba] {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  width: 0.026042rem;
  height: 0.026042rem;
  bottom: 0.026042rem;
  background: green;
  border-radius: 50%;
  z-index: 0;
}
.workTable .navWork li[data-v-235b10ba] {
  margin-bottom: 0.104167rem;
  height: 0.854167rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 0.09375rem 0 rgba(166, 171, 177, 0.2);
          box-shadow: 0 0 0.09375rem 0 rgba(166, 171, 177, 0.2);
  border-radius: 0.03125rem;
}
.workTable .myWork li[data-v-235b10ba] {
  border-left: #376CD9 0.020833rem solid;
}
.workTable .helpWork li[data-v-235b10ba] {
  border-left: #F68267 0.020833rem solid;
}
.workTable .offWork li[data-v-235b10ba] {
  border-left: #1FB175 0.020833rem solid;
}
.list[data-v-235b10ba] {
  padding: 0.104167rem;
  position: relative;
  overflow: hidden;
}
.list>h4[data-v-235b10ba] {
  margin-bottom: 0.104167rem;
  color: #323053;
  font-size: 0.09375rem;
  font-weight: 500;
}
.list>h4 span[data-v-235b10ba] {
  display: block;
  width: 0.166667rem;
  height: 0.166667rem;
  border-radius: 0.020833rem;
  font-size: 0.072917rem;
  font-family: '\601D\6E90\9ED1\4F53';
  text-align: center;
  line-height: 0.166667rem;
}
.list_g[data-v-235b10ba] {
  background: rgba(249, 77, 110, 0.12);
  color: #F94D6E;
}
.list_z[data-v-235b10ba] {
  background: rgba(153, 74, 222, 0.12);
  color: #994ADE;
}
.list_d[data-v-235b10ba] {
  background: rgba(62, 186, 190, 0.12);
  color: #3EBABE;
}
.list_li[data-v-235b10ba] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list_li>div[data-v-235b10ba]:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.072917rem;
  font-family: '\601D\6E90\9ED1\4F53';
  font-weight: 400;
  color: #77777E;
  line-height: 2em;
  cursor: pointer;
}
.list_li>div>div[data-v-235b10ba] {
  display: none;
}
.list_li>div:first-child:hover>div[data-v-235b10ba] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(11, 25, 19,0.64);
  display: block;
  z-index: 10;
  text-align: center;
  line-height: 0.854167rem;
  font-size: 0.125rem;
  font-family: '\601D\6E90\9ED1\4F53';
  font-weight: 400;
  color: #FFFFFF;
}
.allFixed[data-v-235b10ba] .el-select .el-input__inner,
.allFixed[data-v-235b10ba]  .el-input__inner,
.allFixed[data-v-235b10ba] .el-date-editor,
.allFixed[data-v-235b10ba] .el-input__icon,
.allFixed[data-v-235b10ba] .el-date-editor .el-range-separator {
  line-height: 0.166667rem;
  height: 0.166667rem;
  vertical-align: middle;
}
.allFixed_class[data-v-235b10ba] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* width: 60%; */
}
.allFixed_class>div[data-v-235b10ba] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.allFixed_class>div[data-v-235b10ba]:first-child {
  padding-right: 0.15625rem;
  border-right: 0.005208rem solid #F2F2F7;
}
.allFixed_class>div[data-v-235b10ba]:last-child {
  margin-left: 0.15625rem;
}
.allFixed_class>div:first-child table td[data-v-235b10ba]:nth-of-type(odd) {
  text-align: right;
  white-space: nowrap;
}
.allFixed_class> table td[data-v-235b10ba]:nth-of-type(odd) {
  white-space: nowrap;
  text-align: right;
}
.allFixed_class>div:last-child table td:nth-of-type(even) .el-input[data-v-235b10ba] {
  width: 80%;
}
.allFixed_class table[data-v-235b10ba] {
  border-collapse: separate;
  border-spacing: 0.052083rem;
  width: 100%;
}
.allFixed table[data-v-235b10ba] {
  border-collapse: separate;
  border-spacing: 0.052083rem;
  width: 100%;
}
.detail[data-v-235b10ba] {
  /* background:rgba(242, 242, 247, 0.7); */
  border: 0.005208rem solid #E4E7ED;
  padding: 1em;
  font-size: 0.072917rem;
  color: #323053;
  border-radius: 0.020833rem;
  width: 4.166667rem;
  min-height: 0.520833rem;
}
.detail p[data-v-235b10ba]:nth-of-type(even) {
  color: #323053;
  margin-bottom: 0.052083rem;
}
.container[data-v-5e9b6c8f] {
  width: 100%;
  min-height: 100%;
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  font-size: 0.09375rem;
  padding: 0.104167rem;
}
.container[data-v-5e9b6c8f] .el-select .el-input__inner,
.container[data-v-5e9b6c8f]  .el-input__inner,
.container[data-v-5e9b6c8f] .el-date-editor,
.container[data-v-5e9b6c8f] .el-input__icon,
.container[data-v-5e9b6c8f] .el-date-editor .el-range-separator {
  line-height: 0.166667rem;
  height: 0.166667rem;
  vertical-align: middle;
}
.container[data-v-5e9b6c8f] .el-button {
  line-height: 0.5;
  height: 0.166667rem;
  vertical-align: middle;
}
.header[data-v-5e9b6c8f] {
  width: 100%;
  height: 0.260417rem;
  text-align: center;
  position: relative;
}
.table[data-v-5e9b6c8f] {
  height: calc(100% - 0.260417rem);
}
.creatNewspaper[data-v-5e9b6c8f] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0.104167rem;
  background: #FFFFFF;
}
.creatNewspaper section[data-v-5e9b6c8f],
.creatNewspaper1 section[data-v-5e9b6c8f] {
  margin-bottom: 0.104167rem;
  width: 100%;
  font-size: 0.083333rem;
}
.creatNewspaper .section_1[data-v-5e9b6c8f],
.creatNewspaper1 .section_1[data-v-5e9b6c8f] {
  height: 0.505208rem;
  background: #FFFFFF;
  border: 0.005208rem solid #F9F9F9;
  -webkit-box-shadow: 0 0 0.067708rem 0 rgba(196, 196, 196, 0.16);
          box-shadow: 0 0 0.067708rem 0 rgba(196, 196, 196, 0.16);
  border-radius: 0.03125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.166667rem 0;
}
.creatNewspaper1 .section_1 .section_td span[data-v-5e9b6c8f] {
  width: 0.416667rem;
  white-space: nowrap;
}
.creatNewspaper .section_2[data-v-5e9b6c8f],
.creatNewspaper1 .section_2[data-v-5e9b6c8f] {
  height: 1.015625rem;
  background: #FFFFFF;
  border: 0.005208rem solid #F9F9F9;
  -webkit-box-shadow: 0 0 0.067708rem 0 rgba(196, 196, 196, 0.16);
          box-shadow: 0 0 0.067708rem 0 rgba(196, 196, 196, 0.16);
  border-radius: 0.03125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.creatNewspaper .section_4[data-v-5e9b6c8f],
.creatNewspaper1 .section_4[data-v-5e9b6c8f] {
  height: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.creatNewspaper .section_4 h3[data-v-5e9b6c8f],
.creatNewspaper1 .section_4 h3[data-v-5e9b6c8f] {
  height: 0.182292rem;
  font-size: 0.104167rem;
  font-family: '\601D\6E90\9ED1\4F53';
}
.creatNewspaper .section_4>div[data-v-5e9b6c8f],
.creatNewspaper1 .section_4>div[data-v-5e9b6c8f] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 0.104167rem;
}
.creatNewspaper .section_4>div[data-v-5e9b6c8f]:last-child,
.creatNewspaper1 .section_4>div[data-v-5e9b6c8f]:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 0;
}
.creatNewspaper .section_5[data-v-5e9b6c8f],
.creatNewspaper1 .section_5[data-v-5e9b6c8f] {
  height: 0.208333rem;
}
.section_td[data-v-5e9b6c8f] {
  height: 0.166667rem;
  line-height: 0.166667rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.section_td span[data-v-5e9b6c8f] {
  display: inline-block;
  width: 0.78125rem;
  text-align: right;
}
.section_td .el-input[data-v-5e9b6c8f] {
  width: 1.041667rem;
}
.section_2_1[data-v-5e9b6c8f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.052083rem 0.15625rem;
  width: 50%;
}
.section_2_1[data-v-5e9b6c8f]:first-child {
  padding: 0.260417rem 0.104167rem;
}
.creatNewspaper1 .section_2_1[data-v-5e9b6c8f]:first-child {
  padding: 0.104167rem 0.104167rem;
}
.creatNewspaper1 .section_2_1:first-child p[data-v-5e9b6c8f] {
  margin-bottom: 0.026042rem;
}

/* .section_2_1:last-child{
  padding:50px ;
} */
.section_2_1_1[data-v-5e9b6c8f] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.section_2_1_1 .section_td[data-v-5e9b6c8f] {
  margin-bottom: 0.052083rem;
}
.creatNewspaper .section_3[data-v-5e9b6c8f],
.creatNewspaper1 .section_3[data-v-5e9b6c8f] {
  height: 1.40625rem;
  border-radius: 0.03125rem;
}
.creatNewspaper .section_3 h3[data-v-5e9b6c8f],
.creatNewspaper1 .section_3 h3[data-v-5e9b6c8f] {
  height: 0.182292rem;
  font-size: 0.104167rem;
  font-family: '\601D\6E90\9ED1\4F53';
}
.creatNewspaper .section_3>div[data-v-5e9b6c8f],
.creatNewspaper1 .section_3>div[data-v-5e9b6c8f] {
  height: calc(1.40625rem - 0.182292rem);
  width: 100%;
  -webkit-box-shadow: 0 0 0.067708rem 0 rgba(196, 196, 196, 0.16);
          box-shadow: 0 0 0.067708rem 0 rgba(196, 196, 196, 0.16);
  overflow: auto;
}
.creatNewspaper .section_3>div table[data-v-5e9b6c8f],
.creatNewspaper1 .section_3>div table[data-v-5e9b6c8f] {
  width: 100%;
  text-indent: 2em;
}
.creatNewspaper .section_3>div table thead tr[data-v-5e9b6c8f],
.creatNewspaper1 .section_3>div table thead tr[data-v-5e9b6c8f] {
  background: #EDEFF3;
  height: 0.3125rem;
  font-size: 0.083333rem;
}
.creatNewspaper .section_3>div table tbody tr[data-v-5e9b6c8f],
.creatNewspaper1 .section_3>div table tbody tr[data-v-5e9b6c8f] {
  height: 0.208333rem;
  border-bottom: 0.005208rem solid #F4F4F4;
  color: rgba(50, 48, 83, 0.8);
  font-size: 0.072917rem;
}
.creatNewspaper1 .section_1[data-v-5e9b6c8f],
.creatNewspaper1 .section_2[data-v-5e9b6c8f],
.creatNewspaper1 .section_3>div[data-v-5e9b6c8f] {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0.005208rem solid #EDEDED;
}
.section_3>div table tbody tr span[data-v-5e9b6c8f] {
  display: block;
  width: 0.166667rem;
  height: 0.166667rem;
  border-radius: 0.020833rem;
  font-size: 0.072917rem;
  font-family: '\601D\6E90\9ED1\4F53';
  text-align: center;
  line-height: 0.166667rem;
  margin-left: 2em;
  text-indent: 0;
}
.list_g[data-v-5e9b6c8f] {
  background: rgba(249, 77, 110, 0.12);
  color: #F94D6E;
}
.list_z[data-v-5e9b6c8f] {
  background: rgba(153, 74, 222, 0.12);
  color: #994ADE;
}
.list_d[data-v-5e9b6c8f] {
  background: rgba(62, 186, 190, 0.12);
  color: #3EBABE;
}
.hovers > div[data-v-5e9b6c8f] {
  position: absolute;
  width: 1.041667rem;
  height: auto;
  background: white;
  right: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  z-index: 10;
  bottom: 0.197917rem;
  text-align: left;
  padding: 0.026042rem;
  white-space: normal;
  line-height: 150%;
}
.hovers[data-v-5e9b6c8f] {
  position: relative;
  cursor: pointer;
}
.allFixed_class[data-v-5e9b6c8f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* width: 60%; */
}
.allFixed_class>div[data-v-5e9b6c8f] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.allFixed_class>div[data-v-5e9b6c8f]:first-child {
  padding-right: 0.15625rem;
  border-right: 0.005208rem solid #F2F2F7;
}
.allFixed_class>div[data-v-5e9b6c8f]:last-child {
  margin-left: 0.15625rem;
}
.allFixed_class>div:first-child table td[data-v-5e9b6c8f]:nth-of-type(odd) {
  text-align: right;
  white-space: nowrap;
}
.allFixed_class> table td[data-v-5e9b6c8f]:nth-of-type(odd) {
  white-space: nowrap;
  text-align: right;
}
.allFixed_class>div:last-child table td:nth-of-type(even) .el-input[data-v-5e9b6c8f] {
  width: 80%;
}
.allFixed_class table[data-v-5e9b6c8f] {
  border-collapse: separate;
  border-spacing: 0.052083rem;
  width: 100%;
}
.detail[data-v-5e9b6c8f] {
  /* background:rgba(242, 242, 247, 0.7); */
  border: 0.005208rem solid #E4E7ED;
  padding: 1em;
  font-size: 0.072917rem;
  color: #323053;
  border-radius: 0.020833rem;
  width: 4.166667rem;
  min-height: 0.520833rem;
}
.detail p[data-v-5e9b6c8f]:nth-of-type(even) {
  color: #323053;
  margin-bottom: 0.052083rem;
}
#main[data-v-5e9b6c8f] {
  width: 100%;
  height: 100%;
}
.btn[data-v-5e9b6c8f] {
  width: 0.416667rem;
  height: 0.166667rem;
  background: #F7F7F9;
  border-radius: 0.020833rem;
  font-size: 0.072917rem;
  font-family: '\601D\6E90\9ED1\4F53';
  font-weight: 400;
  color: #323053;
  border: none;
  margin-left: 0.026042rem;
}
.activebtn[data-v-5e9b6c8f] {
  background: #4793FB;
  color: white;
}
.section_class.section_td p span i[data-v-5e9b6c8f] {
  display: inline-block;
  width: 0.104167rem;
  height: 0.026042rem;
  border-radius: 0.015625rem;
  vertical-align: middle;
}
.section_class.section_td[data-v-5e9b6c8f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0.083333rem;
}
.section_class.section_td p[data-v-5e9b6c8f] {
  min-width: 30%;
  margin-top: 0.052083rem;
}
.section_class.section_td p span[data-v-5e9b6c8f] {
  text-align: left;
  line-height: 1em;
}
.container[data-v-30cc1b78] {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
  padding: 0.15625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.09375rem;
}
.header[data-v-30cc1b78] {
  width: 100%;
  height: 0.3125rem;
  position: relative;
}
.header_top[data-v-30cc1b78] {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
  opacity: 0.8;
  border-radius: 0.208333rem;
  line-height: 0.208333rem;
  height: 0.208333rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(50, 48, 83, 1);
  font-size: 0.09375rem;
}
.header_top span[data-v-30cc1b78] {
  height: 0.208333rem;
  cursor: pointer;
  padding: 0 0.083333rem;
  white-space: nowrap;
  display: inline-block;
  margin: 0;
  border-radius: 0.208333rem;
}
.header .active[data-v-30cc1b78] {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  color: white;
}
.header_select[data-v-30cc1b78] {
  line-height: 0.166667rem;
  height: 0.166667rem;
  font-size: 0.083333rem;
  margin-bottom: 0.052083rem;
}
.header_select>span[data-v-30cc1b78] {
  margin-right: 0.052083rem;
}
.header_select[data-v-30cc1b78] .el-select .el-input__inner,
.header_select[data-v-30cc1b78]  .el-input__inner,
.header_select[data-v-30cc1b78] .el-date-editor,
.header_select[data-v-30cc1b78] .el-input__icon,
.header_select[data-v-30cc1b78] .el-date-editor .el-range-separator,
.ceartNew[data-v-30cc1b78] .el-select .el-input__inner,
.ceartNew[data-v-30cc1b78]  .el-input__inner,
.ceartNew[data-v-30cc1b78] .el-date-editor,
.ceartNew[data-v-30cc1b78] .el-input__icon,
.ceartNew[data-v-30cc1b78] .el-date-editor .el-range-separator,
.allFixed_class[data-v-30cc1b78] .el-select .el-input__inner,
.allFixed_class[data-v-30cc1b78]  .el-input__inner,
.allFixed_class[data-v-30cc1b78] .el-date-editor,
.allFixed_class[data-v-30cc1b78] .el-input__icon,
.allFixed_class[data-v-30cc1b78] .el-date-editor .el-range-separator,
.allFixed_detail[data-v-30cc1b78] .el-select .el-input__inner,
.allFixed_detail[data-v-30cc1b78]  .el-input__inner,
.allFixed_detail[data-v-30cc1b78] .el-date-editor,
.allFixed_detail[data-v-30cc1b78] .el-input__icon,
.allFixed_detail[data-v-30cc1b78] .el-date-editor .el-range-separator {
  line-height: 0.166667rem;
  height: 0.166667rem;
  vertical-align: middle;
}
.container[data-v-30cc1b78] .el-button {
  line-height: 0.5;
  height: 0.166667rem;
  vertical-align: middle;
}
.workTable[data-v-30cc1b78] {
  height: calc(100% - 0.416667rem);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.workTable section[data-v-30cc1b78] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 0.15625rem;
}
.workTable section[data-v-30cc1b78]:last-child {
  margin: 0;
}
.workTable section>h3[data-v-30cc1b78] {
  font-family: '\601D\6E90\9ED1\4F53';
  font-size: 0.09375rem;
  font-weight: 500;
  color: #323053;
  line-height: 0.208333rem;
}
.workTable section>h3 i[data-v-30cc1b78] {
  display: inline-block;
  width: 0.052083rem;
  height: 0.052083rem;
  border-radius: 50%;
  background: -webkit-gradient(linear, left bottom, left top, from(#00B4BF), to(#42E695));
  background: linear-gradient(0deg, #00B4BF 0%, #42E695 100%);
}
.workTable section>div[data-v-30cc1b78] {
  height: calc(100% - 0.208333rem);
  background: #FAFBFF;
  border: 0.005208rem solid #F4F5FA;
  border-radius: 0.03125rem;
  padding: 0.104167rem;
  overflow: auto;
}
.workTable .navWork li[data-v-30cc1b78] {
  margin-bottom: 0.104167rem;
  height: 0.854167rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 0.09375rem 0 rgba(166, 171, 177, 0.2);
          box-shadow: 0 0 0.09375rem 0 rgba(166, 171, 177, 0.2);
  border-radius: 0.03125rem;
}
.workTable .myWork li[data-v-30cc1b78] {
  border-left: #376CD9 0.020833rem solid;
}
.workTable .helpWork li[data-v-30cc1b78] {
  border-left: #F68267 0.020833rem solid;
}
.workTable .offWork li[data-v-30cc1b78] {
  border-left: #1FB175 0.020833rem solid;
}
.list[data-v-30cc1b78] {
  padding: 0.104167rem;
  position: relative;
  overflow: hidden;
}
.list>h4[data-v-30cc1b78] {
  margin-bottom: 0.104167rem;
  color: #323053;
  font-size: 0.09375rem;
  font-weight: 500;
}
.list>h4 span[data-v-30cc1b78] {
  display: block;
  width: 0.166667rem;
  height: 0.166667rem;
  border-radius: 0.020833rem;
  font-size: 0.072917rem;
  font-family: '\601D\6E90\9ED1\4F53';
  text-align: center;
  line-height: 0.166667rem;
}
.list_g[data-v-30cc1b78] {
  background: rgba(249, 77, 110, 0.12);
  color: #F94D6E;
}
.list_z[data-v-30cc1b78] {
  background: rgba(153, 74, 222, 0.12);
  color: #994ADE;
}
.list_d[data-v-30cc1b78] {
  background: rgba(62, 186, 190, 0.12);
  color: #3EBABE;
}
.list_li[data-v-30cc1b78] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list_li>div[data-v-30cc1b78]:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.072917rem;
  font-family: '\601D\6E90\9ED1\4F53';
  font-weight: 400;
  color: #77777E;
  line-height: 2em;
  cursor: pointer;
}
.list_li>div>div[data-v-30cc1b78] {
  display: none;
}
.list_li>div:first-child:hover>div[data-v-30cc1b78] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(11, 25, 19,0.64);
  display: block;
  z-index: 10;
  text-align: center;
  line-height: 0.854167rem;
  font-size: 0.125rem;
  font-family: '\601D\6E90\9ED1\4F53';
  font-weight: 400;
  color: #FFFFFF;
}
.workbtn[data-v-30cc1b78] {
  background: #F6F6F6;
  color: #5C8EFF;
  border: none;
  margin-bottom: 0.052083rem;
}
.workbtn i[data-v-30cc1b78] {
  color: #9494AB;
}
.workbtn:hover .workbtn i[data-v-30cc1b78] {
  color: #5C8EFF;
}
.workbtn[data-v-30cc1b78]:hover {
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 0.09375rem 0 rgba(166, 171, 177, 0.2);
          box-shadow: 0 0 0.09375rem 0 rgba(166, 171, 177, 0.2);
  border-radius: 0.03125rem;
}
.table[data-v-30cc1b78] {
  height: calc(100% - 0.3125rem);
}
.table1[data-v-30cc1b78] {
  height: calc(100% - 0.6875rem);
}
.elIcon .el-icon-minus[data-v-30cc1b78] {
  width: 0.166667rem;
  height: 0.166667rem;
  background: #FFFFFF;
  border: 0.005208rem solid #CBCBCB;
  opacity: 0.8;
  border-radius: 0.020833rem;
  color: #6591EE;
  line-height: 0.15625rem;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.elIcon .el-icon-plus[data-v-30cc1b78] {
  width: 0.166667rem;
  height: 0.166667rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#3973E7), to(#5A8EFA));
  background: linear-gradient(0deg, #3973E7 0%, #5A8EFA 100%);
  opacity: 0.8;
  border-radius: 0.020833rem;
  color: white;
  line-height: 0.166667rem;
  text-align: center;
}
.ceartNew[data-v-30cc1b78] {
  width: 3.385417rem;
  min-height: 3rem;
  border-radius: 0.052083rem;
}
.ceartNew table[data-v-30cc1b78] {
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0.046875rem 0.083333rem;
}
.ceartNew tr td[data-v-30cc1b78]:nth-of-type(even) {
  width: 2.083333rem;
}
.ceartNew tr td[data-v-30cc1b78]:nth-of-type(odd) {
  white-space: nowrap;
  vertical-align: text-top;
  line-height: 0.166667rem;
  padding-left: 0.3125rem;
}
.ceartNew .el-select[data-v-30cc1b78],
.ceartNew1 .el-select[data-v-30cc1b78],
.ceartNew .el-input[data-v-30cc1b78],
.ceartNew .el-textarea[data-v-30cc1b78],
.ceartNew .el-cascader[data-v-30cc1b78] {
  width: 1.666667rem;
}
.ceartNew .el-select.nameWidth[data-v-30cc1b78] {
  width: calc(1.510417rem / 3);
  margin-right: 0.052083rem;
  margin-bottom: 0.026042rem;
}
.ceartNew .timeWidth[data-v-30cc1b78] {
  width: 0.734375rem;
}
.timeWidth_text[data-v-30cc1b78] {
  padding: 0.026042rem;
  font-size: 0.072917rem;
}
.elIcon1 .el-icon-minus[data-v-30cc1b78],
.elIcon1 .el-icon-plus[data-v-30cc1b78] {
  width: 0.166667rem;
  height: 0.166667rem;
  color: #6591EE;
  line-height: 0.166667rem;
  font-weight: 700;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ceartNew .el-input[data-v-30cc1b78] {
  margin-bottom: 0.026042rem;
}
.hover > div[data-v-30cc1b78] {
  position: absolute;
  width: 1.041667rem;
  height: auto;
  background: white;
  right: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  z-index: 10;
  bottom: 0.197917rem;
  text-align: left;
  padding: 0.026042rem;
  white-space: normal;
}
.hover[data-v-30cc1b78] {
  position: relative;
  cursor: pointer;
  min-height: 0.15625rem;
}
.allFixed_class[data-v-30cc1b78] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.allFixed_class>div[data-v-30cc1b78] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.allFixed_class>div[data-v-30cc1b78]:first-child {
  padding-right: 0.15625rem;
  border-right: 0.005208rem solid #F2F2F7;
}
.allFixed_class>div[data-v-30cc1b78]:last-child {
  margin-left: 0.15625rem;
}
.allFixed_class>div:first-child table td[data-v-30cc1b78]:nth-of-type(odd) {
  text-align: right;
  white-space: nowrap;
}
.allFixed_class> table td[data-v-30cc1b78]:nth-of-type(odd) {
  white-space: nowrap;
  text-align: right;
}
.allFixed_class>div:last-child table td:nth-of-type(even) .el-input[data-v-30cc1b78] {
  width: 80%;
}
.allFixed_class table[data-v-30cc1b78] {
  border-collapse: separate;
  border-spacing: 0.052083rem;
  width: 100%;
}
.allFixed_detail[data-v-30cc1b78] {
  width: 50%;
}
.allFixed_detail p[data-v-30cc1b78] {
  margin-bottom: 0.052083rem;
  min-height: 0.166667rem;
}
.allFixed_detail p span[data-v-30cc1b78] {
  line-height: 0.166667rem;
}
.allFixed_detail p>span[data-v-30cc1b78]:first-child {
  background: #F6F6F6;
  border-radius: 0.03125rem;
  text-indent: 1em;
}
.detail[data-v-30cc1b78] {
  /* background:rgba(242, 242, 247, 0.7); */
  border: 0.005208rem solid #E4E7ED;
  padding: 1em;
  font-size: 0.072917rem;
  color: #323053;
  border-radius: 0.020833rem;
  width: 4.166667rem;
  min-height: 0.520833rem;
}
.detail p[data-v-30cc1b78]:nth-of-type(even) {
  color: #323053;
  margin-bottom: 0.052083rem;
}
.el-icon-copy-document[data-v-30cc1b78] {
  color: #6391ED;
  cursor: pointer;
  vertical-align: text-bottom;
}
.el-icon-delete[data-v-30cc1b78] {
  color: #6391ED;
  cursor: pointer;
  vertical-align: text-bottom;
  line-height: 0.166667rem;
}
.search[data-v-30cc1b78] {
  width: 1.213542rem;
  height: 0.166667rem;
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
  overflow: hidden;
  position: relative;
  border: 0.005208rem solid #DCDFE6;
}
.search input[data-v-30cc1b78] {
  height: 100%;
  width: 0.911458rem;
  font-size: 0.09375rem;
  padding-left: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.search button[data-v-30cc1b78] {
  width: 0.302083rem;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border: none;
  color: white;
  font-weight: 800;
  cursor: pointer;
  position: absolute;
  right: 0;
  white-space: nowrap;
}
.workBarTable[data-v-30cc1b78] {
  height: calc(100% - 0.520833rem);
}
.workBarTable ul[data-v-30cc1b78] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.workBarTable ul li[data-v-30cc1b78] {
  /* flex: 1; */
  text-align: center;
}
.workBarTable ul li[data-v-30cc1b78]:nth-of-type(1),
.workBarTable ul li[data-v-30cc1b78]:nth-of-type(2) {
  width: 0.520833rem;
  position: relative;
}
.workBarTable ul li[data-v-30cc1b78]:nth-of-type(1) {
  line-height: 0.3125rem;
}

/* .workBarTable ul li:nth-of-type(2)>div{
  min-width: 39px;
  min-height: 44px;
  border: 1px solid #EBEBEB;
  border-radius: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 14px;
  font-family: 'Source Han Sans CN';
  line-height: 22px;
  font-weight: 400;
  color: #323053;
  transform: translateX(-50%) translateY(-50%);
  white-space: nowrap;
} */
.workBarTable ul li[data-v-30cc1b78]:nth-of-type(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.workBarTable ul li:nth-of-type(2)>div[data-v-30cc1b78] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
.workBarTable ul li:nth-of-type(2)>div span[data-v-30cc1b78] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 0.010417rem solid #FFFFFF;
}
.workBarTable_top[data-v-30cc1b78],
.workBarTable_footer[data-v-30cc1b78] {
  height: 0.3125rem;
  background: #FAFBFF;
  border: 0.005208rem solid #DDE1E5;
  line-height: 0.3125rem;
}
.workBarTable_footer[data-v-30cc1b78] {
  text-align: center;
}
.workBarTable_footer[data-v-30cc1b78] .el-button {
  width: 0.15625rem;
  height: 0.15625rem;
  text-align: center;
  line-height: 0.15625rem;
  padding: 0;
}
.workBarTable_footer div[data-v-30cc1b78] {
  padding: 0.104167rem;
  height: 100%;
  float: left;
  line-height: 0.104167rem;
  color: #CBCBCB;
  font-size: 0.083333rem;
}
.workBarTable_footer div span[data-v-30cc1b78] {
  width: 0.208333rem;
  height: 0.104167rem;
  float: left;
}
.workBarTable_center[data-v-30cc1b78] {
  height: calc(100% - 0.625rem);
  border-left: 0.005208rem solid #DDE1E5;
  border-right: 0.005208rem solid #DDE1E5;
  overflow: auto;
}
.active1[data-v-30cc1b78] {
  background: #7CBAFF;
  cursor: pointer;
}
.active2[data-v-30cc1b78] {
  background: #A79BFF;
  cursor: pointer;
}
.active3[data-v-30cc1b78] {
  display: inline-block;
  width: 100%;
  /* height: 24px; */
  /* border: 2px solid #FFFFFF; */
}
.active4[data-v-30cc1b78] {
  background: #F94D6E;
  cursor: pointer;
}
.workBarTable_center ul[data-v-30cc1b78] {
  border-bottom: 0.005208rem dashed rgba(0, 0, 0,0.06);
}
.allFixed_task_list[data-v-30cc1b78] {
  margin-bottom: 0.104167rem;
}
.allFixed_task_list[data-v-30cc1b78]:last-child {
  margin-bottom: 0;
}
.allFixed_task_list>div[data-v-30cc1b78] {
  font-size: 0.072917rem;
  font-weight: 400;
  color: #323053;
  line-height: 0.125rem;
  opacity: 0.7;
}
.allFixed_task_list_titles[data-v-30cc1b78] {
  line-height: 0.072917rem;
  margin-bottom: 0.052083rem;
}
.allFixed_task_list_titles i[data-v-30cc1b78] {
  width: 0.020833rem;
  height: 0.072917rem;
  background: #1BC8AE;
  border-radius: 0.010417rem;
  display: inline-block;
  margin-right: 0.052083rem;
}
.allFixed_task_list_title[data-v-30cc1b78] {
  font-weight: 600;
}
.allFixed_task_list_type[data-v-30cc1b78] {
  color: #fff;
  margin-left: 0.052083rem;
  font-size: 0.072917rem;
  padding: 0.020833rem 0.010417rem;
}
.allFixed_task_list_titles .fr[data-v-30cc1b78] {
  font-size: 0.072917rem;
}
.allFixed_task_list_titles .fr time[data-v-30cc1b78] {
  font-weight: 400;
  color: #323053;
  opacity: 0.3;
  margin-right: 0.104167rem;
}
.container[data-v-36f9d757] {
  min-width: 100%;
  height: 100%;
  background: white;
  padding: 0.15625rem 0.15625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-font-smoothing: antialiased;
  overflow: auto;
}
.header[data-v-36f9d757] {
  position: relative;
  width: 100%;
  height: 0.3125rem;
}
.header .search[data-v-36f9d757] {
  font-size: 0.09375rem;
  height: 0.203125rem;
  line-height: 0.203125rem;
}
.header .search .el-input[data-v-36f9d757] {
  width: 0.895833rem;
  height: 0.203125rem;
  vertical-align: top;
  /* background:rgba(248,248,248,1);
  border:1PX solid rgba(244,244,244,1);
  border-radius:6PX; */
}
.header .search .el-input .el-input__inner[data-v-36f9d757]:focus {
  border-color: rgb(50, 255, 159) !important;
}
.table[data-v-36f9d757] {
  height: calc(100% - 0.3125rem);
  width: 100%;
}
.container[data-v-d9cbe23e] {
  width: 100%;
  min-height: 100%;
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  font-size: 0.09375rem;
  padding: 0.104167rem;
}
.container[data-v-d9cbe23e] .el-select .el-input__inner,
.container[data-v-d9cbe23e]  .el-input__inner,
.container[data-v-d9cbe23e] .el-date-editor,
.container[data-v-d9cbe23e] .el-input__icon,
.container[data-v-d9cbe23e] .el-date-editor .el-range-separator {
  line-height: 0.166667rem;
  height: 0.166667rem;
  vertical-align: middle;
}
.container[data-v-d9cbe23e] .el-button {
  line-height: 0.5;
  height: 0.166667rem;
  vertical-align: middle;
}
.header[data-v-d9cbe23e] {
  width: 100%;
  height: 0.260417rem;
  text-align: center;
  position: relative;
}
.table[data-v-d9cbe23e] {
  height: calc(100% - 0.260417rem);
}
.creatNewspaper[data-v-d9cbe23e] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0.104167rem;
  background: #FFFFFF;
}
.creatNewspaper section[data-v-d9cbe23e],
.creatNewspaper1 section[data-v-d9cbe23e] {
  margin-bottom: 0.104167rem;
  width: 100%;
  font-size: 0.083333rem;
}
.creatNewspaper .section_1[data-v-d9cbe23e],
.creatNewspaper1 .section_1[data-v-d9cbe23e] {
  height: 0.505208rem;
  background: #FFFFFF;
  border: 0.005208rem solid #F9F9F9;
  -webkit-box-shadow: 0 0 0.067708rem 0 rgba(196, 196, 196, 0.16);
          box-shadow: 0 0 0.067708rem 0 rgba(196, 196, 196, 0.16);
  border-radius: 0.03125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.166667rem 0;
}
.creatNewspaper1 .section_1 .section_td span[data-v-d9cbe23e] {
  width: 0.416667rem;
  white-space: nowrap;
}
.creatNewspaper .section_2[data-v-d9cbe23e],
.creatNewspaper1 .section_2[data-v-d9cbe23e] {
  height: 1.015625rem;
  background: #FFFFFF;
  border: 0.005208rem solid #F9F9F9;
  -webkit-box-shadow: 0 0 0.067708rem 0 rgba(196, 196, 196, 0.16);
          box-shadow: 0 0 0.067708rem 0 rgba(196, 196, 196, 0.16);
  border-radius: 0.03125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.creatNewspaper .section_4[data-v-d9cbe23e],
.creatNewspaper1 .section_4[data-v-d9cbe23e] {
  min-height: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.creatNewspaper .section_4 h3[data-v-d9cbe23e],
.creatNewspaper1 .section_4 h3[data-v-d9cbe23e] {
  height: 0.182292rem;
  font-size: 0.104167rem;
  font-family: '\601D\6E90\9ED1\4F53';
}
.creatNewspaper .section_4>div[data-v-d9cbe23e],
.creatNewspaper1 .section_4>div[data-v-d9cbe23e] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 0.104167rem;
}
.creatNewspaper .section_4>div[data-v-d9cbe23e]:last-child,
.creatNewspaper1 .section_4>div[data-v-d9cbe23e]:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 0;
}
.creatNewspaper .section_5[data-v-d9cbe23e],
.creatNewspaper1 .section_5[data-v-d9cbe23e] {
  height: 0.416667rem;
}
.creatNewspaper .section_5 p[data-v-d9cbe23e] {
  margin-top: 0.208333rem;
}
.section_td[data-v-d9cbe23e] {
  height: 0.166667rem;
  line-height: 0.166667rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.section_td span[data-v-d9cbe23e] {
  display: inline-block;
  width: 0.78125rem;
  text-align: right;
}
.section_td .el-input[data-v-d9cbe23e] {
  width: 1.041667rem;
}
.creatNewspaper1 .section_2_1_1 .section_td span[data-v-d9cbe23e] {
  display: inline-block;
  width: 0.5rem;
  text-align: right;
}
.creatNewspaper1 .section_2_1_1 .section_td .el-input[data-v-d9cbe23e] {
  width: 0.5rem;
}
.section_2_1[data-v-d9cbe23e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.052083rem 0.15625rem;
  width: 50%;
}
.section_2_1[data-v-d9cbe23e]:first-child {
  padding: 0.260417rem 0.104167rem;
}
.creatNewspaper1 .section_2_1[data-v-d9cbe23e]:first-child {
  padding: 0.104167rem 0.104167rem;
}
.creatNewspaper1 .section_2_1:first-child p[data-v-d9cbe23e] {
  margin-bottom: 0.026042rem;
  float: left;
}

/* .section_2_1:last-child{
  padding:50px ;
} */
.section_2_1_1[data-v-d9cbe23e] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.section_2_1_1 .section_td[data-v-d9cbe23e] {
  margin-bottom: 0.052083rem;
}
.creatNewspaper .section_3[data-v-d9cbe23e],
.creatNewspaper1 .section_3[data-v-d9cbe23e] {
  height: 1.40625rem;
  border-radius: 0.03125rem;
}
.creatNewspaper .section_3 h3[data-v-d9cbe23e],
.creatNewspaper1 .section_3 h3[data-v-d9cbe23e] {
  height: 0.182292rem;
  font-size: 0.104167rem;
  font-family: '\601D\6E90\9ED1\4F53';
}
.creatNewspaper .section_3>div[data-v-d9cbe23e],
.creatNewspaper1 .section_3>div[data-v-d9cbe23e] {
  height: calc(1.40625rem - 0.182292rem);
  width: 100%;
  -webkit-box-shadow: 0 0 0.067708rem 0 rgba(196, 196, 196, 0.16);
          box-shadow: 0 0 0.067708rem 0 rgba(196, 196, 196, 0.16);
  overflow: auto;
}
.creatNewspaper .section_3>div table[data-v-d9cbe23e],
.creatNewspaper1 .section_3>div table[data-v-d9cbe23e] {
  width: 100%;
  text-indent: 2em;
}
.creatNewspaper .section_3>div table thead tr[data-v-d9cbe23e],
.creatNewspaper1 .section_3>div table thead tr[data-v-d9cbe23e] {
  background: #EDEFF3;
  height: 0.3125rem;
  font-size: 0.083333rem;
}
.creatNewspaper .section_3>div table tbody tr[data-v-d9cbe23e],
.creatNewspaper1 .section_3>div table tbody tr[data-v-d9cbe23e] {
  height: 0.208333rem;
  border-bottom: 0.005208rem solid #F4F4F4;
  color: rgba(50, 48, 83, 0.8);
  font-size: 0.072917rem;
}
.creatNewspaper1 .section_1[data-v-d9cbe23e],
.creatNewspaper1 .section_2[data-v-d9cbe23e],
.creatNewspaper1 .section_3>div[data-v-d9cbe23e] {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0.005208rem solid #EDEDED;
}
.section_3>div table tbody tr span[data-v-d9cbe23e] {
  display: block;
  width: 0.166667rem;
  height: 0.166667rem;
  border-radius: 0.020833rem;
  font-size: 0.072917rem;
  font-family: '\601D\6E90\9ED1\4F53';
  text-align: center;
  line-height: 0.166667rem;
  margin-left: 2em;
  text-indent: 0;
}
.list_g[data-v-d9cbe23e] {
  background: rgba(249, 77, 110, 0.12);
  color: #F94D6E;
}
.list_z[data-v-d9cbe23e] {
  background: rgba(153, 74, 222, 0.12);
  color: #994ADE;
}
.list_d[data-v-d9cbe23e] {
  background: rgba(62, 186, 190, 0.12);
  color: #3EBABE;
}
.hovers > div[data-v-d9cbe23e] {
  position: absolute;
  width: 1.041667rem;
  height: auto;
  background: white;
  right: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  z-index: 10;
  bottom: 0.197917rem;
  text-align: left;
  padding: 0.026042rem;
  white-space: normal;
  line-height: 150%;
}
.hovers[data-v-d9cbe23e] {
  position: relative;
  cursor: pointer;
}
.allFixed_class[data-v-d9cbe23e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* width: 60%; */
}
.allFixed_class>div[data-v-d9cbe23e] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.allFixed_class>div[data-v-d9cbe23e]:first-child {
  padding-right: 0.15625rem;
  border-right: 0.005208rem solid #F2F2F7;
}
.allFixed_class>div[data-v-d9cbe23e]:last-child {
  margin-left: 0.15625rem;
}
.allFixed_class>div:first-child table td[data-v-d9cbe23e]:nth-of-type(odd) {
  text-align: right;
  white-space: nowrap;
}
.allFixed_class> table td[data-v-d9cbe23e]:nth-of-type(odd) {
  white-space: nowrap;
  text-align: right;
}
.allFixed_class>div:last-child table td:nth-of-type(even) .el-input[data-v-d9cbe23e] {
  width: 80%;
}
.allFixed_class table[data-v-d9cbe23e] {
  border-collapse: separate;
  border-spacing: 0.052083rem;
  width: 100%;
}
.detail[data-v-d9cbe23e] {
  background: rgba(242, 242, 247, 0.7);
  border: 0.005208rem solid #E4E7ED;
  padding: 1em;
  font-size: 0.072917rem;
  color: #C0C4CC;
}
.detail p[data-v-d9cbe23e]:nth-of-type(even) {
  color: #323053;
  margin-bottom: 0.052083rem;
}
#main[data-v-d9cbe23e] {
  width: 100%;
  height: 100%;
}
.btn[data-v-d9cbe23e] {
  width: 0.416667rem;
  height: 0.166667rem;
  background: #F7F7F9;
  border-radius: 0.020833rem;
  font-size: 0.072917rem;
  font-family: '\601D\6E90\9ED1\4F53';
  font-weight: 400;
  color: #323053;
  border: none;
  margin-left: 0.026042rem;
}
.activebtn[data-v-d9cbe23e] {
  background: #4793FB;
  color: white;
}
.section_class.section_td p span i[data-v-d9cbe23e] {
  display: inline-block;
  width: 0.104167rem;
  height: 0.026042rem;
  border-radius: 0.015625rem;
  vertical-align: middle;
}
.section_class.section_td[data-v-d9cbe23e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0.083333rem;
}
.section_class.section_td p[data-v-d9cbe23e] {
  min-width: 30%;
  margin-top: 0.052083rem;
}
.section_class.section_td p span[data-v-d9cbe23e] {
  text-align: left;
  line-height: 1em;
}
.container[data-v-18ebc26f] {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 0.104167rem;
  background: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: auto;
}
.container[data-v-18ebc26f] .el-button {
  line-height: 0.5;
  height: 0.166667rem;
  vertical-align: middle;
}
.workDate_bor[data-v-18ebc26f] {
  /* box-shadow: 0px 5px 4px 0px rgba(186, 189, 201, 0.1); */
  /* background: white; */
  margin: 0.104167rem 0;
  margin-right: 0.104167rem;
  border-radius: 0.078125rem;
  z-index: 10;
  padding-bottom: 0.052083rem;
}
.container > div > p[data-v-18ebc26f] {
  font-size: 0.125rem;
}
.container > .workDate[data-v-18ebc26f] {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.container > .workDate[data-v-18ebc26f]:nth-of-type(2),
.container > .workDate[data-v-18ebc26f]:nth-of-type(3) {
  background: #FFFFFF;
  border: 0.005208rem solid #F4F4F4;
  -webkit-box-shadow: 0 0.020833rem 0.052083rem 0 rgba(103, 103, 124, 0.1);
          box-shadow: 0 0.020833rem 0.052083rem 0 rgba(103, 103, 124, 0.1);
  border-radius: 0.0625rem;
  padding: 0.104167rem;
  overflow: auto;
}
.container > .workDate[data-v-18ebc26f]:nth-of-type(2) {
  padding-right: 0.364583rem;
  z-index: 3;
}
.container > .workDate[data-v-18ebc26f]:nth-of-type(3) {
  margin-left: -0.260417rem;
  z-index: 5;
}
.container > .workDate .workDate_bor[data-v-18ebc26f] {
  min-height: 2.604167rem;
}
.container > .workDate>p[data-v-18ebc26f] {
  border-bottom: 0.005208rem solid #eaeaea;
  padding-bottom: 0.104167rem;
  margin-bottom: 0.104167rem;
}
.container > .workDate .workDate_bor p[data-v-18ebc26f] {
  /* box-shadow: 0px 5px 4px 0px rgba(186, 189, 201, 0.16); */
  text-align: center;
  height: 0.302083rem;
}
.container > .workDate .workDate_bor p span[data-v-18ebc26f] {
  margin: 0.260417rem;
  line-height: 0.302083rem;
  font-size: 0.104167rem;
}
#calendar[data-v-18ebc26f] {
  width: 100%;
}
.month ul[data-v-18ebc26f] {
  /* box-shadow: 0px 5px 4px 0px rgba(186, 189, 201, 0.16); */
  height: 0.302083rem;
  line-height: 0.302083rem;
  padding: 0 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.month ul[data-v-18ebc26f],
.workDate_weekdays[data-v-18ebc26f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.month ul li[data-v-18ebc26f],
.workDate_weekdays li[data-v-18ebc26f] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  height: 0.302083rem;
  line-height: 0.302083rem;
}
.workDate_weekdays[data-v-18ebc26f] {
  height: 0.572917rem;
  border-bottom: 0.005208rem solid #eaeaea;
  margin-bottom: 0.15625rem;
}
.workDate_weekdays li[data-v-18ebc26f] {
  padding: 0.104167rem 0;
}
.workDate_days li[data-v-18ebc26f] {
  width: 14.2%;
  float: left;
  text-align: center;
  height: 0.302083rem;
  line-height: 0.302083rem;
  font-size: 0.083333rem;
}
.other-month[data-v-18ebc26f] {
  color: rgba(215, 215, 215, 1);
}
.active[data-v-18ebc26f] {
  width: 100%;
  height: 100%;
  background: white;
  border: 0.005208rem solid #eaeaea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  z-index: 3;
}
.el-icon-minus[data-v-18ebc26f] {
  font-size: 0.104167rem;
  vertical-align: middle;
  color: black;
}
.workDate_posi[data-v-18ebc26f] {
  position: relative;
}
.workDate_posi>span[data-v-18ebc26f] {
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: inline-block;
}
.workDate_posixi[data-v-18ebc26f] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.green[data-v-18ebc26f] {
  z-index: 10;
}
.red[data-v-18ebc26f] {
  z-index: 1000;
}
.yellow[data-v-18ebc26f] {
  z-index: 100;
}
.daycontent ul li[data-v-18ebc26f] {
  width: 100%;
  min-height: 0.677083rem;
  background: #FFFFFF;
  border: 0.005208rem solid #F4F4F4;
  -webkit-box-shadow: 0 0 0.09375rem 0 rgba(166, 171, 177, 0.2);
          box-shadow: 0 0 0.09375rem 0 rgba(166, 171, 177, 0.2);
  border-radius: 0.020833rem;
  margin-bottom: 0.104167rem;
  padding: 0.104167rem;
}
.daycontent ul li h3[data-v-18ebc26f] {
  font-size: 0.083333rem;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #323053;
}
.daycontent ul li h3 span[data-v-18ebc26f] {
  font-size: 0.072917rem;
  font-family: Helvetica;
  font-weight: 400;
  color: #323053;
  opacity: 0.4;
}
.daycontent ul li div[data-v-18ebc26f] {
  font-size: 0.072917rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #323053;
  line-height: 0.114583rem;
  opacity: 0.8;
}
.el-icon-more[data-v-18ebc26f] {
  font-size: 0.125rem;
  color: #367CF1;
}
.el-dropdown-link[data-v-18ebc26f] {
  cursor: pointer;
  color: #000;
}
.el-icon-arrow-down[data-v-18ebc26f] {
  font-size: 0.104167rem;
  font-weight: 500;
}
.year-month[data-v-18ebc26f] {
  font-size: 0.125rem;
}
.workDate_posixi_task[data-v-18ebc26f] {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: inline-block;
  width: 0.260417rem;
  height: 0.260417rem;
  line-height: 0.260417rem;
  background: #30d8a0;
  z-index: 0;
}
.workDate_posixi_task1[data-v-18ebc26f] {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: inline-block;
  width: 0.260417rem;
  height: 0.260417rem;
  line-height: 0.260417rem;
  background: #d83038;
  z-index: 0;
}
.workDate_posixi_task2[data-v-18ebc26f] {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: inline-block;
  width: 0.260417rem;
  height: 0.260417rem;
  line-height: 0.260417rem;
  background: #ffffff;
  z-index: 0;
}
.workTable .navWork li[data-v-18ebc26f] {
  margin-bottom: 0.104167rem;
  height: 0.854167rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 0.09375rem 0 rgba(166, 171, 177, 0.2);
          box-shadow: 0 0 0.09375rem 0 rgba(166, 171, 177, 0.2);
  border-radius: 0.03125rem;
}
.workTable .myWork li[data-v-18ebc26f] {
  border-left: #376CD9 0.020833rem solid;
}
.workTable .helpWork li[data-v-18ebc26f] {
  border-left: #F68267 0.020833rem solid;
}
.workTable .offWork li[data-v-18ebc26f] {
  border-left: #1FB175 0.020833rem solid;
}
.list[data-v-18ebc26f] {
  padding: 0.104167rem;
  position: relative;
  overflow: hidden;
}
.list>h4[data-v-18ebc26f] {
  margin-bottom: 0.104167rem;
  color: #323053;
  font-size: 0.09375rem;
  font-weight: 500;
}
.list>h4 span[data-v-18ebc26f] {
  display: block;
  width: 0.166667rem;
  height: 0.166667rem;
  border-radius: 0.020833rem;
  font-size: 0.072917rem;
  font-family: '\601D\6E90\9ED1\4F53';
  text-align: center;
  line-height: 0.166667rem;
}
.list_g[data-v-18ebc26f] {
  background: rgba(249, 77, 110, 0.12);
  color: #F94D6E;
}
.list_z[data-v-18ebc26f] {
  background: rgba(153, 74, 222, 0.12);
  color: #994ADE;
}
.list_d[data-v-18ebc26f] {
  background: rgba(62, 186, 190, 0.12);
  color: #3EBABE;
}
.list_li[data-v-18ebc26f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list_li>div[data-v-18ebc26f]:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.072917rem;
  font-family: '\601D\6E90\9ED1\4F53';
  font-weight: 400;
  color: #77777E;
  line-height: 2em;
  cursor: pointer;
}
.list_li>div>div[data-v-18ebc26f] {
  display: none;
}
.list_li>div:first-child:hover>div[data-v-18ebc26f] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(11, 25, 19,0.64);
  display: block;
  z-index: 10;
  text-align: center;
  line-height: 0.854167rem;
  font-size: 0.125rem;
  font-family: '\601D\6E90\9ED1\4F53';
  font-weight: 400;
  color: #FFFFFF;
}
.allFixed[data-v-18ebc26f] .el-select .el-input__inner,
.allFixed[data-v-18ebc26f]  .el-input__inner,
.allFixed[data-v-18ebc26f] .el-date-editor,
.allFixed[data-v-18ebc26f] .el-input__icon,
.allFixed[data-v-18ebc26f] .el-date-editor .el-range-separator {
  line-height: 0.166667rem;
  height: 0.166667rem;
  vertical-align: middle;
}
.allFixed_class[data-v-18ebc26f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* width: 60%; */
}
.allFixed_class>div[data-v-18ebc26f] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.allFixed_class>div[data-v-18ebc26f]:first-child {
  padding-right: 0.15625rem;
  border-right: 0.005208rem solid #F2F2F7;
}
.allFixed_class>div[data-v-18ebc26f]:last-child {
  margin-left: 0.15625rem;
}
.allFixed_class>div:first-child table td[data-v-18ebc26f]:nth-of-type(odd) {
  text-align: right;
  white-space: nowrap;
}
.allFixed_class> table td[data-v-18ebc26f]:nth-of-type(odd) {
  white-space: nowrap;
  text-align: right;
}
.allFixed_class>div:last-child table td:nth-of-type(even) .el-input[data-v-18ebc26f] {
  width: 80%;
}
.allFixed_class table[data-v-18ebc26f] {
  border-collapse: separate;
  border-spacing: 0.052083rem;
  width: 100%;
}
.allFixed table[data-v-18ebc26f] {
  border-collapse: separate;
  border-spacing: 0.052083rem;
  width: 100%;
}
.detail[data-v-18ebc26f] {
  /* background:rgba(242, 242, 247, 0.7); */
  border: 0.005208rem solid #E4E7ED;
  padding: 1em;
  font-size: 0.072917rem;
  color: #323053;
  border-radius: 0.020833rem;
  width: 4.166667rem;
  min-height: 0.520833rem;
}
.detail p[data-v-18ebc26f]:nth-of-type(even) {
  color: #323053;
  margin-bottom: 0.052083rem;
}
.container[data-v-5c918110] {
  width: 100%;
  min-height: 100%;
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  font-size: 0.09375rem;
  padding: 0.15625rem;
}
.nav span[data-v-5c918110] {
  display: inline-block;
  height: 0.166667rem;
  padding: 0 0.15625rem;
  text-align: center;
  line-height: 0.166667rem;
  cursor: pointer;
  color: rgba(50, 48, 83, 0.6);
  font-size: 0.083333rem;
}
.nav .active[data-v-5c918110] {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border-radius: 0.020833rem;
  color: white;
}
.bar[data-v-5c918110] {
  border-left: 0.03125rem solid #30d8a0;
  margin-right: 0.078125rem;
}
.top[data-v-5c918110] {
  width: 100%;
  min-height: 2.083333rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.15625rem;
  padding-bottom: 0.15625rem;
  border-radius: 0.083333rem;
}
.top_1[data-v-5c918110] {
  background: white;
  -webkit-box-shadow: 0 0 0.104167rem 0.005208rem rgba(10, 10, 11, 0.1);
          box-shadow: 0 0 0.104167rem 0.005208rem rgba(10, 10, 11, 0.1);
  border-radius: 0.083333rem;
  margin: 0 0.104167rem;
  position: relative;
  -webkit-box-flex: 35;
      -ms-flex: 35;
          flex: 35;
}
.top_2[data-v-5c918110] {
  background: white;
  -webkit-box-shadow: 0 0 0.104167rem 0.005208rem rgba(10, 10, 11, 0.1);
          box-shadow: 0 0 0.104167rem 0.005208rem rgba(10, 10, 11, 0.1);
  border-radius: 0.083333rem;
  margin: 0 0.104167rem;
  position: relative;
  -webkit-box-flex: 65;
      -ms-flex: 65;
          flex: 65;
}
#main2[data-v-5c918110] {
  border: 0.005208rem solid #ECECEC;
  border-radius: 0.020833rem;
}
.top_3[data-v-5c918110] {
  background: white;
  -webkit-box-shadow: 0 0 0.104167rem 0.005208rem rgba(10, 10, 11, 0.1);
          box-shadow: 0 0 0.104167rem 0.005208rem rgba(10, 10, 11, 0.1);
  border-radius: 0.083333rem;
  margin: 0 0.104167rem;
  position: relative;
  -webkit-box-flex: 28;
      -ms-flex: 28;
          flex: 28;
  margin-right: 0;
}
.top_4[data-v-5c918110] {
  background: white;
  -webkit-box-shadow: 0 0 0.104167rem 0.005208rem rgba(10, 10, 11, 0.1);
          box-shadow: 0 0 0.104167rem 0.005208rem rgba(10, 10, 11, 0.1);
  border-radius: 0.083333rem;
  margin-right: 0.104167rem;
  position: relative;
  -webkit-box-flex: 36;
      -ms-flex: 36;
          flex: 36;
}
.top h3[data-v-5c918110] {
  padding-left: 0.130208rem;
  line-height: 0.197917rem;
  height: 0.197917rem;
  margin: 0.104167rem 0;
  font-size: 0.104167rem;
  font-family: '\601D\6E90\9ED1\4F53';
}
#main[data-v-5c918110],
#main1[data-v-5c918110],
#main2[data-v-5c918110],
#main3[data-v-5c918110],
#main4[data-v-5c918110],
#main5[data-v-5c918110],
#main6[data-v-5c918110],
#main7[data-v-5c918110],
#main8[data-v-5c918110],
#main9[data-v-5c918110] {
  height: calc(100% - 0.15625rem - 0.302083rem);
  width: 100%;
}
#main1[data-v-5c918110] {
  background: #F6F6F6;
}
.top_2_display[data-v-5c918110] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 25%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 0.09375rem;
  color: rgba(50, 48, 83, 0.6);
}
.top_2_display > span[data-v-5c918110] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
.top_2_display > span[data-v-5c918110]:first-child {
  text-align: right;
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
}
#main5[data-v-5c918110] {
  position: relative;
}
#main5>div[data-v-5c918110] {
  width: 0.90625rem;
  height: 0.90625rem;
  background: #FFFFFF;
  border: 0.005208rem solid #3230533d;
  /* opacity: 0.25; */
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  line-height: 0.90625rem;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  font-size: 0.3125rem;
  /* font-family: Helvetica; */
  font-weight: 400;
  color: #2A7EF0;
}
#main5>p[data-v-5c918110] {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  margin-top: calc(1.145833rem / 2);
  font-size: 0.104167rem;
  font-family: '\601D\6E90\9ED1\4F53';
  /* font-weight: 500; */
  color: #323053;
}
.container[data-v-24b9bd43] {
  width: 100%;
  height: 100%;
  background: white;
  padding: 0.15625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
header[data-v-24b9bd43] {
  height: 0.416667rem;
  line-height: 0.416667rem;
}
header button[data-v-24b9bd43] {
  border: none;
  outline: none;
  background: white;
  height: 0.260417rem;
  width: 0.677083rem;
  color: #999;
  border-radius: 2.604167rem;
  cursor: pointer;
  -webkit-box-shadow: 0 0 0.010417rem 0 #999;
          box-shadow: 0 0 0.010417rem 0 #999;
  margin: 0 0.052083rem;
}
header .active[data-v-24b9bd43] {
  border: none;
  outline: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#68ebaa), to(#34c3cc));
  background: linear-gradient(#68ebaa, #34c3cc);
  height: 0.260417rem;
  width: 0.677083rem;
  color: white;
  border-radius: 2.604167rem;
  cursor: pointer;
  -webkit-box-shadow: 0 0 0.026042rem 0 #68ebaa;
          box-shadow: 0 0 0.026042rem 0 #68ebaa;
}
header select[data-v-24b9bd43] {
  border: 0.005208rem solid #dcdfe6;
  outline: none;
  padding: 0.015625rem;
  border-radius: 0.026042rem;
  height: 0.208333rem;
}
header input[type="search"][data-v-24b9bd43] {
  border: 0.005208rem solid #dcdfe6;
  padding: 0.015625rem;
  padding-left: 0.026042rem;
  width: 0.78125rem;
  height: 0.208333rem;
  border-radius: 0.026042rem;
}
.table[data-v-24b9bd43] {
  height: calc(100% - 0.3125rem);
}
.table table tbody tr.active[data-v-24b9bd43] {
  background: rgb(170, 170, 170);
}
.table table tr td div[data-v-24b9bd43] {
  line-height: 200%;
  border-bottom: 0.015625rem solid #eeeffa;
}
.table table tr td div[data-v-24b9bd43]:last-child {
  border: none;
}
.hover > div[data-v-24b9bd43] {
  position: absolute;
  width: 1.5625rem;
  height: auto;
  background: white;
  right: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  z-index: 10;
  bottom: 0.09375rem;
  text-align: left;
  padding: 0.026042rem;
  white-space: normal;
}
.hover[data-v-24b9bd43] {
  position: relative;
  cursor: pointer;
  min-height: 0.15625rem;
}
.btn_blue[data-v-24b9bd43] {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(83, 153, 219, 1)),
    to(rgba(125, 188, 247, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(83, 153, 219, 1) 0%,
    rgba(125, 188, 247, 1) 100%
  );
  color: white;
  z-index: 100;
  width: 100%;
  border: none;
  cursor: pointer;
}
.back-mu[data-v-24b9bd43] {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  left: 0;
  top: 0;
}
.back-mu > div[data-v-24b9bd43] {
  width: auto;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  background: white;
  -webkit-box-shadow: 0 0 0.026042rem 0 #ccc;
          box-shadow: 0 0 0.026042rem 0 #ccc;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  padding: 0.15625rem;
}
.back-mu textarea[data-v-24b9bd43] {
  width: 2.604167rem;
  height: 1.041667rem;
  vertical-align: text-top;
  background: #f5f7fe;
  outline: none;
  border: none;
  padding: 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 0.052083rem;
}
.back-mu p[data-v-24b9bd43]:last-of-type {
  text-align: center;
}

/* .back-mu button{margin: 20px;padding: 10px 20px;outline: none;border: none;background: #F34F4F;color: white;border-radius: 100px;box-shadow:0 0 5px 0 #F34F4F} */
.back-mu-btnred[data-v-24b9bd43] {
  margin: 0.104167rem;
  padding: 0.052083rem 0.104167rem;
  outline: none;
  border: none;
  background: #f34f4f;
  color: white;
  border-radius: 0.520833rem;
  -webkit-box-shadow: 0 0 0.026042rem 0 #f34f4f;
          box-shadow: 0 0 0.026042rem 0 #f34f4f;
}
.back-mu-btnccc[data-v-24b9bd43] {
  margin: 0.104167rem;
  padding: 0.052083rem 0.104167rem;
  outline: none;
  border: none;
  background: #ccc;
  color: white;
  border-radius: 0.520833rem;
  -webkit-box-shadow: 0 0 0.026042rem 0 #ccc;
          box-shadow: 0 0 0.026042rem 0 #ccc;
}
.back-mu i[data-v-24b9bd43] {
  font-family: "\601D\6E90\9ED1\4F53";
  font-size: 0.104167rem;
}
.back-mu .posi[data-v-24b9bd43] {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.208333rem;
  height: 0.208333rem;
  background: #f34f4f;
  cursor: pointer;
  border-radius: 0 0 0 0.520833rem;
  text-align: center;
  line-height: 0.208333rem;
  color: white;
  font-weight: 600;
}
.back-mu input[data-v-24b9bd43] {
  background: #eee;
  padding-left: 0.078125rem;
}
.back-mu div[data-v-24b9bd43] {
  margin: 0 auto;
  margin-bottom: 0.104167rem;
}
.back-mu table[data-v-24b9bd43] {
  width: 80%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0.026042rem 0.052083rem;
}
.back-mu table tr td[data-v-24b9bd43]:nth-of-type(odd) {
  text-align: center;
  white-space: nowrap;
  padding: 0.026042rem 0;
}
.back-mu table tr[data-v-24b9bd43]:first-child {
  border-bottom: 0.005208rem solid;
}
.back-mu table tr:first-child td[data-v-24b9bd43]:nth-of-type(odd) {
  color: #999;
}
.back-div-footer[data-v-24b9bd43] {
  text-align: center;
}
.hover > div[data-v-24b9bd43] {
  position: absolute;
  width: 1.041667rem;
  height: auto;
  background: white;
  right: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  z-index: 10;
  bottom: 0.197917rem;
  text-align: left;
  padding: 0.026042rem;
  white-space: normal;
}
.hover[data-v-24b9bd43] {
  position: relative;
  cursor: pointer;
  min-height: 0.15625rem;
}
.main[data-v-24b9bd43] {
  position: absolute;
  top: 0.104167rem;
  background: white;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 95%;
  -webkit-box-shadow: 0 0 0.026042rem 0 #ccc;
          box-shadow: 0 0 0.026042rem 0 #ccc;
  padding: 0.104167rem;
}
.main1[data-v-24b9bd43] {
  position: absolute;
  top: 0.104167rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: white;
  width: 80%;
}
.allFixed > div[data-v-24b9bd43] {
  width: 60%;
  margin-bottom: 0.104167rem;
}
.main-ul[data-v-24b9bd43] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.104167rem;
  background: white;
}
.main-ul li[data-v-24b9bd43]:nth-of-type(1) {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  font-size: 0.104167rem;
  font-family: "\601D\6E90\9ED1\4F53";
  line-height: 200%;
  position: relative;
  padding-left: 0.104167rem;
  max-width: 0.520833rem;
}
.main-ul li:nth-of-type(1) p[data-v-24b9bd43] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.main-ul li:nth-of-type(1) p i[data-v-24b9bd43] {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  opacity: 0.8;
  width: 0.015625rem;
  display: inline-block;
  height: 0.104167rem;
  vertical-align: text-top;
  margin-right: -0.015625rem;
  position: relative;
  left: -0.03125rem;
}
.main-ul li[data-v-24b9bd43]:nth-of-type(2) {
  -webkit-box-flex: 20;
      -ms-flex: 20;
          flex: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-ul li:nth-of-type(2) div[data-v-24b9bd43]:nth-of-type(1) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 0.78125rem;
}
.main-ul li:nth-of-type(2) div[data-v-24b9bd43]:nth-of-type(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 0.520833rem;
}
.main-ul li:nth-of-type(2) div[data-v-24b9bd43]:nth-of-type(3) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.main-ul li:nth-of-type(2) div[data-v-24b9bd43]:nth-of-type(4) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 0.677083rem;
}
.main-ul li:nth-of-type(2) div[data-v-24b9bd43]:nth-of-type(5) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 0.885417rem;
}
.main-ul li:nth-of-type(2) div[data-v-24b9bd43]:nth-of-type(6) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 0.677083rem;
}
.main-ul li:nth-of-type(2) div[data-v-24b9bd43]:nth-of-type(7) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 0.364583rem;
}
.main-ul li:nth-of-type(2) div[data-v-24b9bd43]:nth-of-type(8) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 0.364583rem;
}
.main-ul li:nth-of-type(2) div[data-v-24b9bd43]:nth-of-type(9) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 1.5625rem;
}

/* .main-ul li:nth-of-type(2) div{flex: 1} */
.back-mu-btnred[data-v-24b9bd43] {
  margin: 0.104167rem;
  padding: 0.052083rem 0.104167rem;
  outline: none;
  border: none;
  background: #f34f4f;
  color: white;
  border-radius: 0.520833rem;
  -webkit-box-shadow: 0 0 0.026042rem 0 #f34f4f;
          box-shadow: 0 0 0.026042rem 0 #f34f4f;
}
.back-mu-btnccc[data-v-24b9bd43] {
  margin: 0.104167rem;
  padding: 0.052083rem 0.104167rem;
  outline: none;
  border: none;
  background: #ccc;
  color: white;
  border-radius: 0.520833rem;
  -webkit-box-shadow: 0 0 0.026042rem 0 #ccc;
          box-shadow: 0 0 0.026042rem 0 #ccc;
}
.main-ul li:nth-of-type(2) div p[data-v-24b9bd43] {
  color: #666666;
  border-bottom: 0.005208rem solid rgba(247, 243, 243, 1);
  text-align: left;
  min-height: 0.416667rem;
  font-size: 0.083333rem;
  margin-top: 0.104167rem;
  padding: 0 0.010417rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.main-ul li:nth-of-type(2) div p[data-v-24b9bd43]:last-child {
  border: none;
}
.main-ul li:nth-of-type(2) div p span[data-v-24b9bd43] {
  display: block;
  margin: 0.026042rem 0;
  height: 0.145833rem;
}
.main-ul li:nth-of-type(2) div .main-body-p[data-v-24b9bd43] {
  max-height: 0.15625rem;
}
.main-header[data-v-24b9bd43] {
  font-family: "\601D\6E90\9ED1\4F53";
  font-size: 0.104167rem;
  line-height: 200%;
}
.main-body[data-v-24b9bd43] {
  -webkit-box-shadow: 0 0.03125rem 0.083333rem 0 rgba(233, 233, 242, 1);
          box-shadow: 0 0.03125rem 0.083333rem 0 rgba(233, 233, 242, 1);
  border-radius: 0.03125rem;
}
.main-body input[type="number"][data-v-24b9bd43] {
  width: 0.260417rem;
  background: rgba(242, 247, 253, 1);
  height: 0.145833rem;
  text-align: center;
}

/* .main-ul-selects p{margin: 0;} */
.main-ul-selects select[data-v-24b9bd43] {
  width: 0.520833rem;
  height: 0.145833rem;
  text-align: center;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAdCAYAAABBsffGAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjg0NjIwRkE2MUJFMDExRUFCMzQ0RkY3NEMzRTkxRUIwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjg0NjIwRkE3MUJFMDExRUFCMzQ0RkY3NEMzRTkxRUIwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ODQ2MEQ4MDIxQkUwMTFFQUIzNDRGRjc0QzNFOTFFQjAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6ODQ2MEQ4MDMxQkUwMTFFQUIzNDRGRjc0QzNFOTFFQjAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6RuxKVAAADbklEQVR42pxWS2sUQRCummQJGFc9mGhySRAfdyHEg/kV4kFQDOItP0A8iBgj4g/Qi/iAHD2bgwcRvBgvEldFo4KJcVayl5BocDfZLvtRXVM9O3iwl2G2a6qrv/rq0Y2tzc7YLpjH8+3F+sudL/CL2kAAgBAH2R/6eZT3SsLYiwMwVTsKFwYmt/ohm+63spn5P6/rC533XpFYmXgh8tywNOgA6xWG3dikDiy0P0AN+uvnByZmMiubfNH+CobQPyRPFmSG5fw21rL7Rv7NugZ5bkFYFM/ay26vUw754KbpWBDIwPgNARgRIyb0j5+im2cMnFg/fHevrW7HCfb0e5d5oXge+YybOEMygQpd9VmpBeMmS/hEjAaI12pvxB3lrUKPVDJOaXDIEYuBT5QNMrFT0BOZQWEOCMUSI0dNc/Aguu7yQrlqYiAwAkbJLKCUF2+862mBnrwttivLIzVYoYNlzmN+k9JFxlTIpXA8ZSQ1EKNFyUYaOQJzrJMCmZISagm4AsTywBiWadFukuA0fr1FiShJkpKGUCHWxtFng0bhsuzqyMnRiwdPjMA/xqPWx/xO802zIAmEIJXnRZURBqZvri3ljqrpoeOVGzxsfcpv/3jbDMB0DWFFtlARzPh/9vtS7tL+0nC6wYP15fzWmjNcamCKXaEFuQjQxCol35Cc3uxqI3eFdvnQMb/B/Z+f87m1RjP2l7CWJAJkEuR9ISycGVILxK3AdrobKw1PkbFhnVttNH1mYaxWksokSxEmnHdR1bJ2T/URi+b6t3d5mPSxDkkj0xmLpJFTwXmSuQRyeKgTI7iOoVuG/akXXHVX5F6iUcdKRBLXpZ95ncy/CYs6LpA7WhATQ756dMfSB0lSa6oADVY0LkeLUfajOmGaoaSqNWY0YUqdOkykcXlQRrXPpKhLPcQbzbxnhqCii5a6YnGK2CB5/jC1LwHDENhYGPqEgop+bmK2GOw91vQwCpiBXh4jJapCf+/LaoMb3V0pHNBnaNllivlaPrRBgB3IfB1sO43FM0OH+X6SyT3EcRnvMuEp7iomfjcoT1iX+f/nhked8VcO+b1r40cmrHL9yXoLNnZ3OHzImVFkTqA4dnCU3I6ZtL9Wg7PDQ3BlbHzL2UV8+hzWp06PuWuduyW5ywz8/9h2iO1z92C9tvJXgAEAHiXxzcPFkHkAAAAASUVORK5CYII=) no-repeat right,
    rgba(242, 247, 253, 1);
  appearance: none;
  -webkit-appearance: none;
  /*去除chrome浏览器的默认下拉图片*/
  -moz-appearance: none;
  /*去除Firefox浏览器的默认下拉图片*/
  border: none;
  outline: none;
  margin-bottom: 0.026042rem;
}
.main-ul-selects select option[data-v-24b9bd43] {
  text-align: center;
}
.main-ul-selects input[data-v-24b9bd43] {
  width: 0.520833rem;
  height: 0.197917rem;
  text-align: center;
  background: rgba(242, 247, 253, 1);
}
.main-footer[data-v-24b9bd43] {
  position: relative;
}
.main-footer p[data-v-24b9bd43] {
  font-family: "\601D\6E90\9ED1\4F53";
  font-size: 0.104167rem;
  line-height: 200%;
}
.footer-btn[data-v-24b9bd43] {
  text-align: center;
}
.main-msg[data-v-24b9bd43] {
  line-height: 0.182292rem;
  margin-bottom: 0.104167rem;
}
.main-msg i[data-v-24b9bd43] {
  background: -webkit-gradient(linear, left top, left bottom, from(#8cbbfb), to(#5598f3));
  background: linear-gradient(#8cbbfb, #5598f3);
  padding: 0 0.078125rem;
  font-size: 0.072917rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  border-radius: 0.260417rem;
  display: inline-block;
  margin-right: 0.026042rem;
  line-height: 0.197917rem;
}
.main-msg span[data-v-24b9bd43] {
  margin-right: 0.052083rem;
  border: 0.005208rem solid #eee;
  display: inline-block;
  border-radius: 0.520833rem;
  padding: 0 0.052083rem 0 0;
  font-family: "\601D\6E90\9ED1\4F53";
  background: white;
}
.container[data-v-28fde4f1] {
  width: 100%;
  height: 100%;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-font-smoothing: antialiased;
  font-size: 0.09375rem;
  background: white;
}
.header[data-v-28fde4f1] {
  margin-bottom: 0.104167rem;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  height: 0.208333rem;
}
.header__mleft[data-v-28fde4f1] {
  height: 0.3125rem;
}
.header__mleft--search[data-v-28fde4f1] {
  background: #f3f4fc;
  line-height: 0.197917rem;
  margin-right: 0.078125rem;
  padding-left: 0.052083rem;
}
.btn[data-v-28fde4f1] {
  outline: none;
  border: none;
  cursor: pointer;
}
.header .topheader[data-v-28fde4f1] {
  font-size: 0.083333rem;
  background: white;
  line-height: 0.208333rem;
  background: rgba(255, 255, 255, 1);
  border: 0.005208rem solid rgba(247, 248, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.041667rem 0 rgba(182, 182, 195, 0.4);
          box-shadow: 0 0.010417rem 0.041667rem 0 rgba(182, 182, 195, 0.4);
  border-radius: 0.520833rem;
  height: 0.208333rem;
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header .topheader > span[data-v-28fde4f1] {
  text-align: center;
  cursor: pointer;
  padding: 0 0.083333rem;
  line-height: 0.208333rem;
  float: left;
}
.header .topheader .active[data-v-28fde4f1] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border-radius: 0.130208rem;
}
.topheaderfr[data-v-28fde4f1] {
  position: absolute;
  right: 0;
  top: 0;
}
.topheaderfr .btn_1[data-v-28fde4f1] {
  padding: 0 0.15625rem;
  line-height: 0.260417rem;
  height: 0.260417rem;
  background: #f9f9ff;
  border: 0.005208rem solid #ccc;
  border-radius: 0.130208rem;
  margin-right: 0.104167rem;
  cursor: pointer;
}
.topheaderfr .btn_2[data-v-28fde4f1] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  padding: 0 0.104167rem;
  -webkit-box-shadow: 0 0 0.026042rem 0 #8dbbfa;
          box-shadow: 0 0 0.026042rem 0 #8dbbfa;
  line-height: 0.260417rem;
  height: 0.260417rem;
  border-radius: 0.130208rem;
  cursor: pointer;
}
.topheaderfr .active[data-v-28fde4f1] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border-radius: 0.130208rem;
  border: none;
}
.btn-back-blue[data-v-28fde4f1] {
  background: -webkit-gradient(linear, left top, left bottom, from(#8dbbfa), to(#5194f3));
  background: linear-gradient(#8dbbfa, #5194f3);
  color: white;
  padding: 0.026042rem 0.052083rem;
  -webkit-box-shadow: 0 0 0.026042rem 0 #8dbbfa;
          box-shadow: 0 0 0.026042rem 0 #8dbbfa;
  border-radius: 0.026042rem;
}
.table[data-v-28fde4f1] {
  height: calc(100% - 0.3125rem);
}
.table table tr td div[data-v-28fde4f1] {
  line-height: 200%;
  border-bottom: 0.015625rem solid #eeeffa;
}
.table table tr td div[data-v-28fde4f1]:last-child {
  border: none;
}
.table table tbody tr.active[data-v-28fde4f1] {
  background: rgb(170, 170, 170);
}
.container-main-center-ul .active[data-v-28fde4f1] {
  color: #02c18d;
  border-bottom: 0.010417rem solid #02c18d;
}
.table-btn-blue[data-v-28fde4f1] {
  outline: none;
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #73adfc), to(#3374dc));
  background: linear-gradient(#73adfc 70%, #3374dc 100%);
  color: white;
  padding: 0.026042rem 0.026042rem;
  margin: 0 0.026042rem;
  border-radius: 0.010417rem;
}
.table-btn-orange[data-v-28fde4f1] {
  outline: none;
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, #fccf65), to(#b69935));
  background: linear-gradient(#fccf65 80%, #b69935 100%);
  color: white;
  padding: 0.026042rem 0.026042rem;
  margin: 0 0.026042rem;
  border-radius: 0.010417rem;
}
.table_1[data-v-28fde4f1] {
  width: 100%;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
}
.table_1 h3[data-v-28fde4f1] {
  font-size: 0.125rem;
}
.table_1_section[data-v-28fde4f1] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.table_1_section table[data-v-28fde4f1] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-collapse: separate;
  border-spacing: 0.078125rem 0.15625rem;
  font-family: "\601D\6E90\9ED1\4F53";
  font-size: 0.09375rem;
}
.table_1_section table tr td[data-v-28fde4f1] {
  margin-bottom: 0.104167rem;
}
.table_1_section table tr td[data-v-28fde4f1]:first-child {
  text-align: right;
}
.table_1_section table tr td[data-v-28fde4f1]:last-child {
  width: 75%;
}
.table_1_section table tr td input[data-v-28fde4f1] {
  width: 70%;
  height: 0.21875rem;
  line-height: 0.21875rem;
  border: 0.005208rem solid rgba(213, 213, 224, 1);
  border-radius: 0.03125rem;
  padding-left: 0.078125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.back[data-v-28fde4f1] {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  left: 0;
  top: 0;
  overflow: auto;
  z-index: 10;
}
.back-bj[data-v-28fde4f1] {
  position: absolute;
  left: 50%;
  top: 0.520833rem;
  width: auto;
  min-height: 2.604167rem;
  background: white;
  -webkit-box-shadow: 0 0 0.026042rem 0 rgb(205, 206, 206);
          box-shadow: 0 0 0.026042rem 0 rgb(205, 206, 206);
  padding: 0.130208rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.back-bj > .back-div[data-v-28fde4f1] {
  position: relative;
  height: 100%;
  line-height: 150%;
  font-size: 0.104167rem;
}
.back-bj p[data-v-28fde4f1] {
  text-align: center;
}
.back-bj > .back-div > div[data-v-28fde4f1] {
  min-height: 2.083333rem;
  padding: 0.052083rem 0.026042rem;
}
.posi[data-v-28fde4f1] {
  position: absolute;
  right: 0;
  right: 0;
  cursor: pointer;
  top: 0;
  background: red;
  border-radius: 0 0 0 0.208333rem;
  color: #fff;
  width: 0.208333rem;
  height: 0.208333rem;
  text-align: center;
  line-height: 0.15625rem;
  padding-left: 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.back-bj .back-div table[data-v-28fde4f1] {
  width: 100%;
  margin: 0 auto;
  margin-top: 0.15625rem;
  border-collapse: separate;
  border-spacing: 0 0.104167rem;
}
.back-bj .back-div table tr td[data-v-28fde4f1] {
  white-space: nowrap;
}
.back-bj .back-div table tr input[data-v-28fde4f1],
.back-bj .back-div table tr select[data-v-28fde4f1],
.back-bj .back-div table tr textarea[data-v-28fde4f1] {
  height: 0.197917rem;
  background: rgba(252, 252, 254, 1);
  outline: none;
  border: 0.005208rem solid rgba(238, 240, 248, 1);
  border-radius: 0.010417rem;
  padding-left: 0.052083rem;
  vertical-align: middle;
  width: 80%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.btn-green[data-v-28fde4f1] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border-radius: 0.130208rem;
  padding: 0.026042rem 0.104167rem;
  border: none;
  outline: none;
  margin-top: 0.026042rem;
  cursor: pointer;
}
.btn-eee[data-v-28fde4f1] {
  background: #eee;
  color: rgb(50, 100, 100);
  border-radius: 0.130208rem;
  padding: 0.026042rem 0.104167rem;
  border: none;
  cursor: pointer;
  outline: none;
  margin-top: 0.026042rem;
}
.back-bj .back-div table tr textarea[data-v-28fde4f1] {
  height: 0.520833rem;
}
.backj-exc-file[data-v-28fde4f1] {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(39, 124, 240, 1)),
    to(rgba(116, 172, 250, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(39, 124, 240, 1) 0%,
    rgba(116, 172, 250, 1) 100%
  );
  -webkit-box-shadow: 0 0.010417rem 0.104167rem 0.005208rem rgba(76, 147, 244, 0.36);
          box-shadow: 0 0.010417rem 0.104167rem 0.005208rem rgba(76, 147, 244, 0.36);
  border-radius: 0.020833rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(247, 248, 255, 1);
  text-align: center;
  cursor: pointer;
  position: absolute;
  left: 0;
  width: 80%;
  top: 0;
  height: 0.260417rem;
  line-height: 0.260417rem;
}
.detel[data-v-28fde4f1] {
  width: 0.520833rem;
  height: 0.197917rem;
  line-height: 0.197917rem;
  text-align: center;
  background: #ecf4fd;
  border-radius: 0.520833rem;
  font-size: 0.083333rem;
  font-family: Adobe Heiti Std;
  font-weight: normal;
  color: rgba(75, 121, 211, 1);
  margin-top: 0.052083rem;
  cursor: pointer;
}
.center_detel[data-v-28fde4f1] {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.3);
}
.center_detel_xi[data-v-28fde4f1] {
  width: 1.5625rem;
  height: 0.78125rem;
  background: white;
  -webkit-box-shadow: 0 0 0.026042rem 0 #eee;
          box-shadow: 0 0 0.026042rem 0 #eee;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  left: 50%;
  top: 50%;
  overflow: hidden;
}
.center_detel_xi .detel[data-v-28fde4f1] {
  background: red;
  width: 100%;
  height: 0.208333rem;
  position: absolute;
  bottom: -0.052083rem;
  border-radius: 50% 50% 0 0;
  color: white;
}
.center_detel_xi_p[data-v-28fde4f1] {
  line-height: 0.729167rem;
  text-align: center;
}
.posi1[data-v-28fde4f1] {
  position: absolute;
  right: 0;
  right: 0;
  cursor: pointer;
  top: 0;
  color: #ccc;
  width: 0.208333rem;
  height: 0.208333rem;
  text-align: center;
  line-height: 0.15625rem;
  padding-left: 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contern[data-v-28fde4f1] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
  height: calc(100% - 0.416667rem);
}
.contern_1[data-v-28fde4f1] {
  width: 100%;
  margin: 0 auto;
  height: calc(100% - 0.416667rem);
  overflow: auto;
}
.contern > div[data-v-28fde4f1]:first-child {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
  height: 100%;
  overflow: hidden;
  overflow: auto;
  margin-right: 0.104167rem;
}
.contern > div[data-v-28fde4f1]:last-child {
  -webkit-box-flex: 6;
      -ms-flex: 6;
          flex: 6;
  height: 100%;
  overflow: auto;
  padding: 0.104167rem;
  background: #FFFFFF;
  border: 0.005208rem solid #F4F4F4;
  -webkit-box-shadow: 0 0.020833rem 0.052083rem 0 rgba(103, 103, 124, 0.1);
          box-shadow: 0 0.020833rem 0.052083rem 0 rgba(103, 103, 124, 0.1);
  border-radius: 0.03125rem;
}
.contern > div:last-child .bor[data-v-28fde4f1] {
  height: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.contern > div > p[data-v-28fde4f1] {
  font-size: 0.125rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(50, 48, 83, 1);
}
.bor[data-v-28fde4f1] {
  -webkit-box-shadow: 0 0.026042rem 0.020833rem 0 rgba(186, 189, 201, 0.16);
          box-shadow: 0 0.026042rem 0.020833rem 0 rgba(186, 189, 201, 0.16);
  background: white;
  border-radius: 0.078125rem;
  z-index: 10;
  padding-bottom: 0.052083rem;
  position: relative;
  min-height: 2.083333rem;
  height: 100%;
}
.bor .month ul[data-v-28fde4f1] {
  -webkit-box-shadow: 0 0.026042rem 0.020833rem 0 rgba(186, 189, 201, 0.16);
          box-shadow: 0 0.026042rem 0.020833rem 0 rgba(186, 189, 201, 0.16);
  height: 0.302083rem;
  line-height: 0.302083rem;
  padding: 0 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bor .month ul[data-v-28fde4f1],
.weekdays[data-v-28fde4f1] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.bor .month ul li[data-v-28fde4f1],
.weekdays li[data-v-28fde4f1] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  height: 0.302083rem;
  line-height: 0.302083rem;
}

/* .bor .weekdays li{margin-top: 10px} */
.bor .days li[data-v-28fde4f1] {
  width: 14.2%;
  float: left;
  text-align: center;
  height: 0.21875rem;
  line-height: 0.21875rem;
  position: relative;
  margin: 0.104167rem 0;
}
.bor .other-month[data-v-28fde4f1] {
  color: rgba(215, 215, 215, 1);
}
.bor .active[data-v-28fde4f1] {
  color: white;
  width: 0.21875rem;
  height: 0.21875rem;
  background: #455AF7;
  display: inline-block;
}
.bor .posi[data-v-28fde4f1] {
  position: relative;
}
.bor .posixi[data-v-28fde4f1] {
  position: absolute;
  left: 0.052083rem;
  top: -0.052083rem;
}
.bor .green[data-v-28fde4f1] {
  z-index: 10;
}
.bor .red[data-v-28fde4f1] {
  z-index: 1000;
}
.bor .yellow[data-v-28fde4f1] {
  z-index: 100;
}
.bor .posinum[data-v-28fde4f1] {
  position: absolute;
  right: 0.052083rem;
  top: -0.052083rem;
  background: red;
  width: 0.104167rem;
  height: 0.104167rem;
  color: white;
  line-height: 0.104167rem;
  border-radius: 50%;
}
.borday[data-v-28fde4f1] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0.78125rem;
}
.borday .content[data-v-28fde4f1],
.borday .complet[data-v-28fde4f1] {
  margin: 0.104167rem 0;
  border-radius: 0.052083rem;
  padding: 0.026042rem;
  margin-left: 0.104167rem;
  position: relative;
}
.borday .content[data-v-28fde4f1],
.p span[data-v-28fde4f1]:first-child {
  -webkit-box-flex: 8;
      -ms-flex: 8;
          flex: 8;
}
.borday .complet[data-v-28fde4f1],
.p span[data-v-28fde4f1]:last-child {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.borday .content[data-v-28fde4f1] {
  background: rgba(245, 247, 252, 1);
  position: relative;
  padding: 1%;
}
.borday .contentactive[data-v-28fde4f1] {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(48, 198, 169, 1)),
    to(rgba(74, 235, 204, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(48, 198, 169, 1) 0%,
    rgba(74, 235, 204, 1) 100%
  );
  color: white;
}
.hovers > div[data-v-28fde4f1] {
  position: absolute;
  width: 1.041667rem;
  height: auto;
  background: white;
  right: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  z-index: 10;
  bottom: 0.197917rem;
  text-align: left;
  padding: 0.026042rem;
}
.hovers[data-v-28fde4f1] {
  position: relative;
  cursor: pointer;
}
.select_p[data-v-28fde4f1] {
  height: 0.302083rem;
}
.select_p p[data-v-28fde4f1] {
  float: right;
  width: 0.520833rem;
  margin-right: 0.026042rem;
}
.select_p ~ .bor[data-v-28fde4f1] {
  padding: 0.026042rem;
  margin-top: 0.026042rem;
}
.bor_ulimgs[data-v-28fde4f1] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 0.416667rem;
  position: relative;
  padding: 0 0.104167rem;
  overflow: hidden;
}
.bor_ulimgs li[data-v-28fde4f1] {
  position: relative;
  float: left;
  margin-right: 0.052083rem;
  width: 0.520833rem;
}
.bor_ulimgs .el-icon-arrow-left[data-v-28fde4f1] {
  position: absolute;
  left: 0;
  top: 0.15625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
.bor_ulimgs .el-icon-arrow-right[data-v-28fde4f1] {
  position: absolute;
  right: 0;
  top: 50%;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bor_ulimgs img[data-v-28fde4f1] {
  width: 0.416667rem;
  height: 0.416667rem;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  cursor: pointer;
}
.bor_ulimgs li>div[data-v-28fde4f1] {
  width: 0.416667rem;
  height: 0.416667rem;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  line-height: 0.416667rem;
  text-align: center;
  background: #F4F4F4;
  border: 0.005208rem solid #E4E6E9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.072917rem;
  font-weight: 400;
  color: #323053;
}
.top[data-v-28fde4f1] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.3125rem;
  height: 2.083333rem;
}
.top select[data-v-28fde4f1] {
  border: none;
  line-height: 0.15625rem;
  height: 0.15625rem;
  vertical-align: middle;
}
.top_1 select[data-v-28fde4f1],
.top_2 select[data-v-28fde4f1],
.top_5 select[data-v-28fde4f1] {
  background: rgba(242, 242, 248, 1);
  border-radius: 0.520833rem;
  padding: 0 0.052083rem;
}
.top_1[data-v-28fde4f1] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 0.104167rem;
}
.top_2[data-v-28fde4f1] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 0.104167rem;
}
.top_3[data-v-28fde4f1] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 0.104167rem;
}
.top_4[data-v-28fde4f1] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 0.104167rem;
  max-width: 30%;
}
.top_5[data-v-28fde4f1] {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  margin: 0 0.104167rem;
  /* max-width: 60%; */
}
.top > div > div[data-v-28fde4f1] {
  height: 100%;
  position: relative;
}
#main1[data-v-28fde4f1] {
  width: 50%;
  height: 90%;
}
.main1[data-v-28fde4f1] {
  width: 50%;
  height: auto;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.main1 p[data-v-28fde4f1] {
  line-height: 150%;
}
.main1 p[data-v-28fde4f1]:nth-of-type(even) {
  font-size: 0.072917rem;
}
.top_2 .main1 .p1[data-v-28fde4f1] {
  color: #83c4fc;
  font-size: 0.145833rem;
}
.top_2 .main1 .p2[data-v-28fde4f1] {
  color: #f9bd75;
  font-size: 0.145833rem;
}
#main[data-v-28fde4f1],
#main2[data-v-28fde4f1],
#main3[data-v-28fde4f1],
#main4[data-v-28fde4f1] {
  height: 90%;
  width: 100%;
}
.top > div > div[data-v-28fde4f1] {
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.03125rem 0.104167rem 0 rgba(233, 233, 242, 0.8);
          box-shadow: 0 0.03125rem 0.104167rem 0 rgba(233, 233, 242, 0.8);
  border-radius: 0.104167rem;
  padding: 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.top > div > p[data-v-28fde4f1] {
  font-size: 0.125rem;
  font-family: "\601D\6E90\9ED1\4F53";
  line-height: 0.21875rem;
}
.iframe[data-v-28fde4f1] {
  position: absolute;
  left: 50%;
  top: 1.041667rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 6.25rem;
  height: 2.604167rem;
  background: white;
  overflow: auto;
}
.iframe img[data-v-28fde4f1] {
  width: 1.5625rem;
  margin: 0 auto;
  display: block;
}
[data-v-28fde4f1]::-webkit-scrollbar {
  width: 0.026042rem;
  height: 0.052083rem;
  background-color: #f5f5f5;
}
#calendar[data-v-28fde4f1] {
  height: 100%;
}
#calendar .month[data-v-28fde4f1] {
  height: 0.302083rem;
}
.allFixed table[data-v-28fde4f1] {
  border-collapse: separate;
  border-spacing: 0.052083rem;
}
.workDate[data-v-28fde4f1] {
  width: 100%;
}
.workDate>p[data-v-28fde4f1] {
  font-size: 0.083333rem;
  /* font-family: Source Han Sans CN; */
  font-weight: 400;
  color: rgba(50, 48, 83, 0.6);
  border-bottom: 0.005208rem dashed rgba(0, 0, 0, 0.2);
  line-height: 0.197917rem;
  margin-bottom: 0.104167rem;
  margin-top: 0.208333rem;
}
.workDate>p span[data-v-28fde4f1] {
  font-size: 0.125rem;
  font-weight: 500;
  color: #323053;
  padding-right: 0.104167rem;
}
.workDate li[data-v-28fde4f1] {
  height: 0.625rem;
  background: #FFFFFF;
  border: 0.005208rem solid #F0F1F2;
  border-radius: 0.020833rem;
  padding: 0.104167rem;
  margin-bottom: 0.052083rem;
}
.workDate li p[data-v-28fde4f1]:nth-of-type(1) {
  border-left: 0.020833rem #1BC8AE solid;
  border-radius: 0.010417rem;
  margin-left: -0.026042rem;
  padding-left: 0.026042rem;
  font-size: 0.083333rem;
  font-weight: bold;
  color: #323053;
  margin-bottom: 0.052083rem;
}
.workDate li p[data-v-28fde4f1]:nth-of-type(2) {
  font-size: 0.072917rem;
  margin-left: 0.026042rem;
  font-weight: 400;
  color: rgba(50, 48, 83, 0.6);
}
.workDate li p:nth-of-type(1) span[data-v-28fde4f1] {
  float: right;
  font-size: 0.072917rem;
  font-weight: 400;
  color: rgba(50, 48, 83, 0.6);
}
.workDate li p:nth-of-type(1) span i[data-v-28fde4f1] {
  margin-left: 0.026042rem;
  color: #323053;
}
.container[data-v-28fde4f1] .el-select .el-input__inner,
.container[data-v-28fde4f1]  .el-input__inner,
.container[data-v-28fde4f1] .el-date-editor,
.container[data-v-28fde4f1] .el-input__icon,
.container[data-v-28fde4f1] .el-date-editor .el-range-separator {
  line-height: 0.166667rem;
  height: 0.166667rem;
  vertical-align: middle;
}
.container[data-v-28fde4f1] .el-button {
  line-height: 0.5;
  height: 0.166667rem;
  vertical-align: middle;
}
.top .el-select[data-v-28fde4f1] {
  width: 0.520833rem;
  margin-right: 0.026042rem;
}
.fixed_right_bottom[data-v-db5c3814] {
  position: fixed;
  right: 0.104167rem;
  top: 0.260417rem;
  width: 0.385417rem;
  height: 0.166667rem;
  line-height: 0.166667rem;
  text-align: center;
  color: white;
  cursor: pointer;
  background: -webkit-gradient(linear, left bottom, left top, from(#42D3AD), to(#7AF5D4));
  background: linear-gradient(0deg, #42D3AD 0%, #7AF5D4 100%);
  border-radius: 0.020833rem;
}
.container[data-v-db5c3814] {
  width: 100%;
  height: 100%;
  background: rgba(248, 251, 253, 1);
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
.header[data-v-db5c3814] {
  margin-bottom: 0.104167rem;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
}
.header > div[data-v-db5c3814] {
  margin-right: 0.104167rem;
  margin-top: 0.104167rem;
}
.header > div p[data-v-db5c3814] {
  color: #999;
  margin-bottom: 0.104167rem;
}
.header > div select[data-v-db5c3814] {
  outline: none;
  border: none;
  border-radius: 0.520833rem;
  height: 0.166667rem;
  background: rgba(245, 249, 252, 1);
  color: rgba(102, 102, 102, 1);
}
.header .search[data-v-db5c3814] {
  width: 1.213542rem;
  height: 0.25rem;
  background: rgba(255, 255, 255, 1);
  border: 0.005208rem solid rgba(221, 225, 229, 1);
  border-radius: 0.03125rem;
  overflow: hidden;
  margin-right: 0.104167rem;
}
.header .search input[data-v-db5c3814] {
  height: 100%;
  width: 0.911458rem;
  font-size: 0.09375rem;
  padding-left: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header .search button[data-v-db5c3814] {
  width: 0.302083rem;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border: none;
  color: white;
  font-weight: 600;
  font-size: 0.145833rem;
  cursor: pointer;
}
.header_btn[data-v-db5c3814] {
  color: rgb(50, 50, 50);
  -webkit-box-shadow: 0 0 0.026042rem 0 #ccc;
          box-shadow: 0 0 0.026042rem 0 #ccc;
  border-radius: 0.130208rem;
  width: 0.692708rem;
  height: 0.25rem;
  margin-right: 0.104167rem;
  line-height: 0.25rem;
  text-align: center;
  font-size: 0.114583rem;
  cursor: pointer;
}
.orderClass[data-v-db5c3814] {
  border-bottom: 0.005208rem solid #2488E9;
}
.active[data-v-db5c3814] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  -webkit-box-shadow: 0 0 0.026042rem 0 #02cb8e;
          box-shadow: 0 0 0.026042rem 0 #02cb8e;
}
.table[data-v-db5c3814] {
  /* border: 2px solid #eeeffa; */
  height: 88%;
}
.table table tr td div[data-v-db5c3814] {
  line-height: 200%;
  border-bottom: 0.015625rem solid #eeeffa;
}
.table table tr td div[data-v-db5c3814]:last-child {
  border: none;
}
.table table tbody tr.active[data-v-db5c3814] {
  background: rgb(170, 170, 170);
}
.bounce_box[data-v-db5c3814] {
  height: 100%;
  overflow: auto;
}
.bounce_box_center[data-v-db5c3814] {
  width: 80%;
  margin: 0 auto;
  line-height: 150%;
  font-size: 0.09375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bounce_box_center > div[data-v-db5c3814] {
  margin: 0 0.104167rem;
  margin-bottom: 0.104167rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-shadow: 0 0 0.026042rem 0 #ccc;
          box-shadow: 0 0 0.026042rem 0 #ccc;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.052083rem;
}
.bounce_box_center > div > table[data-v-db5c3814] {
  white-space: nowrap;
  border-collapse: separate;
  border-spacing: 0.026042rem 0.052083rem;
}
.bounce_box_center input[type="checkbox"][data-v-db5c3814],
.bounce_box_center input[type="text"][data-v-db5c3814],
.bounce_box_center input[type="number"][data-v-db5c3814],
.bounce_box_center select[data-v-db5c3814],
.bounce_box_center textarea[data-v-db5c3814],
.bounce_box_center .el-input__inner[data-v-db5c3814] {
  background-color: rgba(245, 247, 254, 1);
  border: 0.005208rem solid #ddd;
  height: 0.208333rem;
  margin-right: 0.104167rem;
  margin-left: 0.052083rem;
  border-radius: 0.026042rem;
  line-height: 0.208333rem;
  outline: none;
}
.bounce_box_center select[data-v-db5c3814] {
  width: 1.145833rem;
}
.bounce_box_center textarea[data-v-db5c3814] {
  vertical-align: text-top;
  width: 80%;
  height: 1.041667rem;
}

/* .bounce_box_center i {
  color: #ccc;
} */
.bounce_box_center input[type="checkbox"][data-v-db5c3814] {
  margin-right: 0.026042rem;
  vertical-align: middle;
}
.bounce_box_center input[type="radio"][data-v-db5c3814] {
  margin-right: 0.026042rem;
  vertical-align: middle;
}
.bounce_box_center_btn[data-v-db5c3814] {
  border: none;
  background: white;
  color: #ccc;
  padding: 0.052083rem 0.104167rem;
  -webkit-box-shadow: 0 0 0.026042rem 0 #ccc;
          box-shadow: 0 0 0.026042rem 0 #ccc;
  border-radius: 0.520833rem;
  margin: 0.052083rem;
}
.bounce_box_center_btn_red[data-v-db5c3814] {
  border: none;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(252, 43, 43, 1)),
    to(rgba(255, 101, 102, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(252, 43, 43, 1) 0%,
    rgba(255, 101, 102, 1) 100%
  );
  color: white;
  padding: 0.052083rem 0.104167rem;
  -webkit-box-shadow: 0 0 0.026042rem 0 rgb(241, 138, 138);
          box-shadow: 0 0 0.026042rem 0 rgb(241, 138, 138);
  border-radius: 0.520833rem;
  margin: 0.052083rem;
}
.hovers > div[data-v-db5c3814] {
  position: absolute;
  width: 1.041667rem;
  height: auto;
  background: white;
  left: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  z-index: 10;
  top: 0;
  text-align: left;
  padding: 0.026042rem;
  white-space: normal;
}
.hovers[data-v-db5c3814] {
  position: relative;
  cursor: pointer;
}
.blue[data-v-db5c3814] {
  background: #3699ff;
  color: white;
  outline: none;
  border: none;
  cursor: pointer;
}
#calendar[data-v-db5c3814] {
  width: 100%;
}
.month ul[data-v-db5c3814] {
  -webkit-box-shadow: 0 0.026042rem 0.020833rem 0 rgba(186, 189, 201, 0.16);
          box-shadow: 0 0.026042rem 0.020833rem 0 rgba(186, 189, 201, 0.16);
  height: 0.302083rem;
  line-height: 0.302083rem;
  padding: 0 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.month ul[data-v-db5c3814],
.weekdays[data-v-db5c3814] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.month ul li[data-v-db5c3814],
.weekdays li[data-v-db5c3814] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  height: 0.302083rem;
  line-height: 0.302083rem;
}
.weekdays li[data-v-db5c3814] {
  margin-top: 0.052083rem;
}
.days li[data-v-db5c3814] {
  width: 14.2%;
  float: left;
  text-align: center;
  height: 0.302083rem;
  line-height: 0.302083rem;
}
.days_to[data-v-db5c3814] {
  background: rgba(69, 90, 247, 1);
  border-radius: 0.052083rem;
  width: 0.25rem;
  height: 0.25rem;
  display: inline-block;
  color: white;
}
.other-month[data-v-db5c3814] {
  color: rgba(215, 215, 215, 1);
}
.active1[data-v-db5c3814] {
  background: white;
  color: rgb(50, 50, 50);
}
.posixi[data-v-db5c3814] {
  position: absolute;
  left: 0.052083rem;
  top: -0.052083rem;
}
.posi[data-v-db5c3814] {
  position: relative;
}
.bounce_box2[data-v-db5c3814] {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.bounce_box2 table[data-v-db5c3814] {
  padding: 0.104167rem;
  background: white;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  position: absolute;
  left: 50%;
  top: 50%;
  border-collapse: separate;
  border-spacing: 0.026042rem 0.052083rem;
  -webkit-box-shadow: 0 0 0.026042rem 0 #ccc;
          box-shadow: 0 0 0.026042rem 0 #ccc;
}
.bounce_box2 input[type="checkbox"][data-v-db5c3814],
.bounce_box2 input[type="text"][data-v-db5c3814],
.bounce_box2 input[type="number"][data-v-db5c3814],
.bounce_box2 select[data-v-db5c3814],
.bounce_box2 textarea[data-v-db5c3814] {
  background-color: rgba(245, 247, 254, 1);
  border: 0.005208rem solid #ddd;
  height: 0.208333rem;
  margin-right: 0.104167rem;
  margin-left: 0.052083rem;
  border-radius: 0.026042rem;
  line-height: 0.208333rem;
  outline: none;
}
.bounce_box2 select[data-v-db5c3814] {
  width: 1.145833rem;
}
.bounce_box2 textarea[data-v-db5c3814] {
  vertical-align: text-top;
  width: 80%;
  height: 1.041667rem;
}
.bounce_box2 input[type="checkbox"][data-v-db5c3814] {
  margin-right: 0.026042rem;
  vertical-align: middle;
}
.bounce_box2 input[type="radio"][data-v-db5c3814] {
  margin-right: 0.026042rem;
  vertical-align: middle;
}
.container_addClass[data-v-db5c3814] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(248, 251, 253, 1);
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: auto;
}
.addClass_header[data-v-db5c3814] {
  margin-bottom: 0.104167rem;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.addClass_header .topheader[data-v-db5c3814] {
  width: 2.604167rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  background: white;
  -webkit-box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0 0.03125rem 0 rgba(182, 182, 195, 0.64);
  height: 0.260417rem;
  line-height: 0.260417rem;
  text-align: center;
  border-radius: 0.130208rem;
}
.addClass_header .topheader > span[data-v-db5c3814] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
}
.addClass_header .topheader .active[data-v-db5c3814] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border-radius: 0.130208rem;
}
.back_fixed[data-v-db5c3814] {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 40%;
  padding: 0.052083rem;
  height: 2.083333rem;
  background: white;
  padding: 0.104167rem;
  -webkit-box-shadow: 0 0 0.026042rem 0 #eee;
          box-shadow: 0 0 0.026042rem 0 #eee;
}
.search[data-v-db5c3814] {
  width: 0.911458rem;
  height: 0.125rem;
  background: rgba(255, 255, 255, 1);
  border: 0.005208rem solid rgba(221, 225, 229, 1);
  border-radius: 0.03125rem;
  overflow: hidden;
  float: right;
}
.search input[data-v-db5c3814] {
  height: 0.125rem;
  width: 0.786458rem;
  font-size: 0.09375rem;
  padding-left: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.search button[data-v-db5c3814] {
  width: 0.125rem;
  line-height: 0.125rem;
  height: 0.125rem;
  background: #eee;
  border: none;
  color: white;
  font-weight: 600;
  font-size: 0.145833rem;
  cursor: pointer;
}
.el-icon-search[data-v-db5c3814] {
  font-size: 0.09375rem;
}
.back_fixed .table[data-v-db5c3814] {
  border: none;
}
.back_fixed .table table .hover[data-v-db5c3814] {
  background: rgba(186, 189, 201, 0.16);
}
.lter_btn[data-v-db5c3814] {
  background: #ddd;
  color: rgb(61, 61, 61);
  border: none;
  outline: none;
  padding: 0.015625rem 0.026042rem;
  margin: 0 0.026042rem;
  border-radius: 0.026042rem;
}
.btn_green[data-v-db5c3814] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border: none;
  outline: none;
  padding: 0.015625rem 0.026042rem;
  margin: 0 0.026042rem;
  border-radius: 0.026042rem;
}
.bar[data-v-db5c3814] {
  display: inline-block;
  padding: 0.041667rem 0.078125rem;
}
#main[data-v-db5c3814],
#main1[data-v-db5c3814] {
  width: 60%;
  height: 2.083333rem;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.center_3_1[data-v-db5c3814] {
  width: 35%;
  height: auto;
  display: inline-block;
  vertical-align: top;
  line-height: 0.1875rem;
  overflow-y: auto;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.center_3_1 p[data-v-db5c3814] {
  margin-bottom: 0.052083rem;
  cursor: pointer;
}
.kuai[data-v-db5c3814] {
  display: inline-block;
  width: 0.15625rem;
  height: 0.026042rem;
  vertical-align: middle;
}
#main3[data-v-db5c3814] {
  width: 100%;
  height: 60%;
}
.section[data-v-db5c3814] {
  background: white;
  width: 100%;
  height: 100%;
  border-radius: 0.078125rem;
  padding: 0.078125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.section2[data-v-db5c3814] {
  background: white;
  width: 100%;
  min-height: 2.083333rem;
  border-radius: 0.078125rem;
  padding: 0.078125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
h3[data-v-db5c3814] {
  font-size: 0.083333rem;
}
.section_question[data-v-db5c3814] {
  width: calc(50% - 0.104167rem);
  float: left;
  margin: 0.052083rem;
}
.section_question ul[data-v-db5c3814] {
  padding: 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgb(247, 251, 254);
  min-height: 0.875rem;
  border-radius: 0.020833rem;
}
.section_top[data-v-db5c3814] {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1.510417rem;
}
.section_top > div[data-v-db5c3814] {
  margin: 0.052083rem;
  margin-top: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  position: relative;
  border-radius: 0.078125rem;
}
.section_top > div h3[data-v-db5c3814] {
  position: absolute;
  left: 0;
  top: -0.15625rem;
}
#main4[data-v-db5c3814] {
  width: 100%;
  height: 100%;
}
.section_stu[data-v-db5c3814] {
  border: 0.005208rem solid rgba(236,243,248,1);
  border-radius: 0.104167rem;
  padding: 0.104167rem;
}
.section2>p[data-v-db5c3814],
.section>p[data-v-db5c3814],
.section3>p[data-v-db5c3814] {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  font-size: 0.09375rem;
  font-family: "\601D\6E90\9ED1\4F53";
  font-weight: 500;
  color: rgba(229, 229, 229, 1);
  line-height: 0.104167rem;
  text-align: center;
  white-space: nowrap;
}
.section2 img[data-v-db5c3814],
.section img[data-v-db5c3814],
.section3 img[data-v-db5c3814] {
  width: 30%;
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.el-aside[data-v-83146c3a] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: auto;
}

/* 左边框 */
.main[data-v-83146c3a],
.el-container[data-v-83146c3a] {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.left-bar-logo[data-v-83146c3a] {
  max-width: 1.666667rem;
  width: 100%;
  height: 0.307292rem;
  margin: 0 auto;
  margin-bottom: 0.364583rem;
}
.left-bar-logo img[data-v-83146c3a] {
  margin: 0 auto;
  display: block;
  width: 90%;
}
.left-bar[data-v-83146c3a] {
  width: 1.354167rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#30d8a0), to(#00b4bf));
  background: linear-gradient(0deg, #30d8a0, #00b4bf);
  position: relative;
  padding: 0.208333rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 4.166667rem;
  height: 100%;
}
.left-bar1[data-v-83146c3a] {
  width: auto;
  background: -webkit-gradient(linear, left bottom, left top, from(#30d8a0), to(#00b4bf));
  background: linear-gradient(0deg, #30d8a0, #00b4bf);
  position: relative;
  padding: 0.208333rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.left-bar a[data-v-83146c3a] {
  color: #fff;
  display: block;
}
.left-bar li[data-v-83146c3a] {
  padding-left: 0.15625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 0.25rem;
  cursor: pointer;
  letter-spacing: 0.010417rem;
}
.left-bar1 li[data-v-83146c3a] {
  padding: 0 0.208333rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 0.25rem;
}
.left-bar li[data-v-83146c3a]:last-child {
  margin-bottom: 0;
}
.left-bar li img[data-v-83146c3a] {
  height: 100%;
  vertical-align: middle;
  margin: 0.010417rem 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 0.104167rem;
}
.left-bar1 li img[data-v-83146c3a] {
  height: 100%;
  vertical-align: middle;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.left-bar li[data-v-83146c3a]:focus,
.left-bar li[data-v-83146c3a]:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.5);
}
.posi[data-v-83146c3a] {
  width: 100%;
  display: block;
  cursor: pointer;
  position: absolute;
  bottom: 0;
}
.posi1[data-v-83146c3a] {
  width: 100%;
  display: block;
  cursor: pointer;
  margin-top: 0;
}
.left-bar li i[data-v-83146c3a] {
  padding-right: 0.052083rem;
  line-height: 0.25rem;
}
.left-bar ul[data-v-83146c3a] {
  position: absolute;
  bottom: 0.052083rem;
  width: 100%;
}
.active[data-v-83146c3a] {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.5);
}
.list_dl[data-v-83146c3a] {
  max-height: 80vh;
  overflow: auto;
  position: absolute;
  bottom: 100%;
  width: 100%;
  border: 0.005208rem solid #888;
  left: 0;
  color: #000;
}
.list_dl dd[data-v-83146c3a] {
  height: 0.15625rem;
  text-align: center;
  background: white;
  line-height: 0.15625rem;
}
.list_dl dd[data-v-83146c3a]:hover {
  font-size: 0.114583rem;
  font-family: "\601D\6E90\9ED1\4F53";
}

/**/
.el-main[data-v-83146c3a] {
  padding: 0;
  position: relative;
}
.right-main-mbr[data-v-83146c3a] {
  margin: 0;
  -webkit-box-shadow: 0 0 0.020833rem #ccc;
          box-shadow: 0 0 0.020833rem #ccc;
  border-radius: 0.026042rem;
  padding: 0 0.104167rem;
  background: #fff;
}

/*谷歌、safari、qq浏览器、360浏览器滚动条样式*/

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
[data-v-83146c3a]::-webkit-scrollbar {
  width: 0.026042rem;
  height: 0.026042rem;
  background-color: #f5f5f5;
}

/*定义滚动条轨道 内阴影+圆角*/
[data-v-83146c3a]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0.03125rem rgba(0, 0, 0, 0.3);
  border-radius: 0.052083rem;
  background-color: #f5f5f5;
}

/*定义滑块 内阴影+圆角*/
[data-v-83146c3a]::-webkit-scrollbar-thumb {
  border-radius: 0.052083rem;
  -webkit-box-shadow: inset 0 0 0.03125rem rgba(0, 0, 0, 0.3);
  background-color: #bdbdbd;
}

/*滑块效果*/
[data-v-83146c3a]::-webkit-scrollbar-thumb:hover {
  border-radius: 0.026042rem;
  -webkit-box-shadow: inset 0 0 0.026042rem rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.4);
}

/*IE滚动条颜色*/
html[data-v-83146c3a] {
  scrollbar-face-color: #bfbfbf;
  /*滚动条颜色*/
  scrollbar-highlight-color: #000;
  scrollbar-3dlight-color: #000;
  scrollbar-darkshadow-color: #000;
  scrollbar-shadow-color: #adadad;
  /*滑块边色*/
  scrollbar-arrow-color: rgba(0, 0, 0, 0.4);
  /*箭头颜色*/
  scrollbar-track-color: #eeeeee;
  /*背景颜色*/
}
.container[data-v-5bae8434] {
  width: 100%;
  min-height: 100%;
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  font-size: 0.09375rem;
  padding: 0.15625rem;
}
.container[data-v-5bae8434] .el-select .el-input__inner,
.container[data-v-5bae8434]  .el-input__inner,
.container[data-v-5bae8434] .el-date-editor,
.container[data-v-5bae8434] .el-input__icon,
.container[data-v-5bae8434] .el-date-editor .el-range-separator {
  line-height: 0.166667rem;
  height: 0.166667rem;
  vertical-align: middle;
}
.container[data-v-5bae8434] .el-button {
  line-height: 0.5;
  height: 0.166667rem;
  vertical-align: middle;
  border-radius: 0.026042rem;
}
.nav span[data-v-5bae8434] {
  display: inline-block;
  height: 0.166667rem;
  padding: 0 0.15625rem;
  text-align: center;
  line-height: 0.166667rem;
  cursor: pointer;
  color: rgba(50, 48, 83, 0.6);
  font-size: 0.083333rem;
}
.nav .active[data-v-5bae8434] {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border-radius: 0.020833rem;
  color: white;
}
.bar[data-v-5bae8434] {
  border-left: 0.03125rem solid #30d8a0;
  margin-right: 0.078125rem;
}
.top[data-v-5bae8434] {
  width: 100%;
  min-height: 2.083333rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.15625rem;
  padding-bottom: 0.15625rem;
  border-radius: 0.083333rem;
}
.top_1[data-v-5bae8434] {
  background: white;
  -webkit-box-shadow: 0 0 0.104167rem 0.005208rem rgba(10, 10, 11, 0.1);
          box-shadow: 0 0 0.104167rem 0.005208rem rgba(10, 10, 11, 0.1);
  border-radius: 0.083333rem;
  margin: 0 0.104167rem;
  position: relative;
  -webkit-box-flex: 35;
      -ms-flex: 35;
          flex: 35;
}
.top_2[data-v-5bae8434] {
  background: white;
  -webkit-box-shadow: 0 0 0.104167rem 0.005208rem rgba(10, 10, 11, 0.1);
          box-shadow: 0 0 0.104167rem 0.005208rem rgba(10, 10, 11, 0.1);
  border-radius: 0.083333rem;
  margin: 0 0.104167rem;
  position: relative;
  -webkit-box-flex: 65;
      -ms-flex: 65;
          flex: 65;
}
.top_3[data-v-5bae8434] {
  background: white;
  -webkit-box-shadow: 0 0 0.104167rem 0.005208rem rgba(10, 10, 11, 0.1);
          box-shadow: 0 0 0.104167rem 0.005208rem rgba(10, 10, 11, 0.1);
  border-radius: 0.083333rem;
  margin: 0 0.104167rem;
  position: relative;
  -webkit-box-flex: 28;
      -ms-flex: 28;
          flex: 28;
  margin-right: 0;
}
.top_4[data-v-5bae8434] {
  background: white;
  -webkit-box-shadow: 0 0 0.104167rem 0.005208rem rgba(10, 10, 11, 0.1);
          box-shadow: 0 0 0.104167rem 0.005208rem rgba(10, 10, 11, 0.1);
  border-radius: 0.083333rem;
  margin-right: 0.104167rem;
  position: relative;
  -webkit-box-flex: 36;
      -ms-flex: 36;
          flex: 36;
}
.top h3[data-v-5bae8434] {
  padding: 0 0.130208rem;
  line-height: 0.197917rem;
  height: 0.197917rem;
  margin: 0.104167rem 0;
  font-size: 0.104167rem;
  font-family: "\601D\6E90\9ED1\4F53";
  position: relative;
}
#main[data-v-5bae8434],
#main1[data-v-5bae8434],
#main2[data-v-5bae8434],
#main3[data-v-5bae8434],
#main4[data-v-5bae8434],
#main5[data-v-5bae8434],
#main6[data-v-5bae8434],
#main7[data-v-5bae8434],
#main8[data-v-5bae8434],
#main9[data-v-5bae8434] {
  height: calc(100% - 0.15625rem - 0.302083rem);
  width: 100%;
}
#main5[data-v-5bae8434] {
  position: relative;
}
#main5 > div[data-v-5bae8434] {
  width: 0.90625rem;
  height: 0.90625rem;
  background: #ffffff;
  border: 0.005208rem solid #3230533d;
  /* opacity: 0.25; */
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  line-height: 0.90625rem;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  font-size: 0.3125rem;
  /* font-family: Helvetica; */
  font-weight: 400;
  color: #2a7ef0;
}
#main5 > p[data-v-5bae8434] {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  margin-top: calc(1.145833rem / 2);
  font-size: 0.104167rem;
  font-family: "\601D\6E90\9ED1\4F53";
  /* font-weight: 500; */
  color: #323053;
}
.msage[data-v-5bae8434] {
  height: 1.5625rem;
  overflow: auto;
}
.el-icon-message-solid[data-v-5bae8434] {
  font-size: 0.09375rem;
  vertical-align: middle;
}
.nextposi[data-v-5bae8434] {
  position: absolute;
  width: 95%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0.208333rem;
  z-index: 100;
}
.container[data-v-4d6e4d2e] {
  width: 100%;
  height: 100%;
  background: white;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
.header[data-v-4d6e4d2e] {
  margin-bottom: 0.104167rem;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  min-height: 0.208333rem;
}
.header > div[data-v-4d6e4d2e] {
  margin-right: 0.104167rem;
  margin-top: 0.15625rem;
}
.header > div p[data-v-4d6e4d2e] {
  color: #999;
  margin-bottom: 0.104167rem;
}
.header > div .el-select[data-v-4d6e4d2e] {
  width: 0.729167rem;
  padding-right: 0.052083rem;
}
.header .search[data-v-4d6e4d2e] {
  width: 1.213542rem;
  height: 0.197917rem;
  background: rgba(255, 255, 255, 1);
  border: 0.005208rem solid rgba(221, 225, 229, 1);
  border-radius: 0.03125rem;
  overflow: hidden;
  margin-right: 0.104167rem;
  position: relative;
}
.header .search input[data-v-4d6e4d2e] {
  height: 100%;
  width: 0.911458rem;
  font-size: 0.09375rem;
  padding-left: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header .search button[data-v-4d6e4d2e] {
  width: 0.286458rem;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border: none;
  color: white;
  font-weight: 600;
  cursor: pointer;
  position: absolute;
  right: 0;
  /* font-size: 14px; */
}
.header_btn[data-v-4d6e4d2e] {
  color: rgb(50, 50, 50);
  -webkit-box-shadow: 0 0 0.026042rem 0 #ccc;
          box-shadow: 0 0 0.026042rem 0 #ccc;
  border-radius: 0.130208rem;
  width: 0.692708rem;
  height: 0.197917rem;
  margin-right: 0.104167rem;
  line-height: 0.197917rem;
  text-align: center;
  font-size: 0.09375rem;
  cursor: pointer;
}
.header .topheader[data-v-4d6e4d2e] {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
  opacity: 0.8;
  border-radius: 0.208333rem;
  line-height: 0.208333rem;
  height: 0.208333rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(50, 48, 83, 1);
  font-size: 0.083333rem;
}
.header .topheader > span[data-v-4d6e4d2e] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
  padding: 0 0.083333rem;
  white-space: nowrap;
}
.header .topheader .active[data-v-4d6e4d2e] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border-radius: 0.208333rem;
}
.active[data-v-4d6e4d2e] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  -webkit-box-shadow: 0 0 0.026042rem 0 #02cb8e;
          box-shadow: 0 0 0.026042rem 0 #02cb8e;
}
.table[data-v-4d6e4d2e] {
  height: calc(100% - 0.78125rem);
}
.table table tr td div[data-v-4d6e4d2e] {
  line-height: 200%;
  border-bottom: 0.015625rem solid #eeeffa;
}
.table table tr td div[data-v-4d6e4d2e]:last-child {
  border: none;
}
.table table tbody tr.active[data-v-4d6e4d2e] {
  background: rgb(170, 170, 170);
}
.main[data-v-4d6e4d2e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100% - 0.260417rem);
}
.main h3[data-v-4d6e4d2e] {
  height: 0.3125rem;
}
.main h3 span[data-v-4d6e4d2e] {
  font-size: 0.125rem;
  font-family: '\601D\6E90\9ED1\4F53';
  font-weight: bold;
  color: #2C7EF0;
}
.main .el-select[data-v-4d6e4d2e] {
  width: 8em;
  margin-left: 1em;
}
.main .table[data-v-4d6e4d2e] {
  height: calc(100% - 0.416667rem);
}
.main>div[data-v-4d6e4d2e] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 0.104167rem;
  -webkit-box-shadow: 0 0 0.026042rem #ccc;
          box-shadow: 0 0 0.026042rem #ccc;
  padding: 0.104167rem;
  border-radius: 0.052083rem;
}
.hovers > div[data-v-4d6e4d2e] {
  position: absolute;
  width: 1.041667rem;
  height: auto;
  background: white;
  right: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  z-index: 10;
  top: 0;
  text-align: left;
  padding: 0.026042rem;
  white-space: normal;
}
.hovers[data-v-4d6e4d2e] {
  position: relative;
  cursor: pointer;
}
.container[data-v-97f32c40] {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
  padding: 0.15625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.09375rem;
}
.header[data-v-97f32c40] {
  width: 100%;
  height: 0.3125rem;
  position: relative;
}
.header_top[data-v-97f32c40] {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
  opacity: 0.8;
  border-radius: 0.208333rem;
  line-height: 0.208333rem;
  height: 0.208333rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(50, 48, 83, 1);
  font-size: 0.09375rem;
}
.header_top span[data-v-97f32c40] {
  height: 0.208333rem;
  cursor: pointer;
  padding: 0 0.083333rem;
  white-space: nowrap;
  display: inline-block;
  margin: 0;
  border-radius: 0.208333rem;
}
.header .active[data-v-97f32c40] {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  color: white;
}
.header_select[data-v-97f32c40] {
  line-height: 0.166667rem;
  height: 0.166667rem;
  font-size: 0.083333rem;
  margin-bottom: 0.052083rem;
}
.header_select span[data-v-97f32c40] {
  margin-right: 0.052083rem;
}
.header_select[data-v-97f32c40] .el-select .el-input__inner,
.header_select[data-v-97f32c40]  .el-input__inner,
.header_select[data-v-97f32c40] .el-date-editor,
.header_select[data-v-97f32c40] .el-input__icon,
.header_select[data-v-97f32c40] .el-date-editor .el-range-separator,
.ceartNew[data-v-97f32c40] .el-select .el-input__inner,
.ceartNew[data-v-97f32c40]  .el-input__inner,
.ceartNew[data-v-97f32c40] .el-date-editor,
.ceartNew[data-v-97f32c40] .el-input__icon,
.ceartNew[data-v-97f32c40] .el-date-editor .el-range-separator,
.allFixed_class[data-v-97f32c40] .el-select .el-input__inner,
.allFixed_class[data-v-97f32c40]  .el-input__inner,
.allFixed_class[data-v-97f32c40] .el-date-editor,
.allFixed_class[data-v-97f32c40] .el-input__icon,
.allFixed_class[data-v-97f32c40] .el-date-editor .el-range-separator,
.allFixed_detail[data-v-97f32c40] .el-select .el-input__inner,
.allFixed_detail[data-v-97f32c40]  .el-input__inner,
.allFixed_detail[data-v-97f32c40] .el-date-editor,
.allFixed_detail[data-v-97f32c40] .el-input__icon,
.allFixed_detail[data-v-97f32c40] .el-date-editor .el-range-separator {
  line-height: 0.166667rem;
  height: 0.166667rem;
  vertical-align: middle;
}
.container[data-v-97f32c40] .el-button {
  line-height: 0.5;
  height: 0.166667rem;
  vertical-align: middle;
}
.workTable[data-v-97f32c40] {
  height: calc(100% - 0.416667rem);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.workTable section[data-v-97f32c40] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 0.15625rem;
}
.workTable section[data-v-97f32c40]:last-child {
  margin: 0;
}
.workTable section>h3[data-v-97f32c40] {
  font-family: '\601D\6E90\9ED1\4F53';
  font-size: 0.09375rem;
  font-weight: 500;
  color: #323053;
  line-height: 0.208333rem;
}
.workTable section>h3 i[data-v-97f32c40] {
  display: inline-block;
  width: 0.052083rem;
  height: 0.052083rem;
  border-radius: 50%;
  background: -webkit-gradient(linear, left bottom, left top, from(#00B4BF), to(#42E695));
  background: linear-gradient(0deg, #00B4BF 0%, #42E695 100%);
}
.workTable section>div[data-v-97f32c40] {
  height: calc(100% - 0.208333rem);
  background: #FAFBFF;
  border: 0.005208rem solid #F4F5FA;
  border-radius: 0.03125rem;
  padding: 0.104167rem;
  overflow: auto;
}
.workTable .navWork li[data-v-97f32c40] {
  margin-bottom: 0.104167rem;
  height: 0.854167rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 0.09375rem 0 rgba(166, 171, 177, 0.2);
          box-shadow: 0 0 0.09375rem 0 rgba(166, 171, 177, 0.2);
  border-radius: 0.03125rem;
}
.workTable .myWork li[data-v-97f32c40] {
  border-left: #376CD9 0.020833rem solid;
}
.workTable .helpWork li[data-v-97f32c40] {
  border-left: #F68267 0.020833rem solid;
}
.workTable .offWork li[data-v-97f32c40] {
  border-left: #1FB175 0.020833rem solid;
}
.list[data-v-97f32c40] {
  padding: 0.104167rem;
  position: relative;
  overflow: hidden;
}
.list>h4[data-v-97f32c40] {
  margin-bottom: 0.104167rem;
  color: #323053;
  font-size: 0.09375rem;
  font-weight: 500;
}
.list>h4 span[data-v-97f32c40] {
  display: block;
  width: 0.166667rem;
  height: 0.166667rem;
  border-radius: 0.020833rem;
  font-size: 0.072917rem;
  font-family: '\601D\6E90\9ED1\4F53';
  text-align: center;
  line-height: 0.166667rem;
}
.list_g[data-v-97f32c40] {
  background: rgba(249, 77, 110, 0.12);
  color: #F94D6E;
}
.list_z[data-v-97f32c40] {
  background: rgba(153, 74, 222, 0.12);
  color: #994ADE;
}
.list_d[data-v-97f32c40] {
  background: rgba(62, 186, 190, 0.12);
  color: #3EBABE;
}
.list_li[data-v-97f32c40] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list_li>div[data-v-97f32c40]:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.072917rem;
  font-family: '\601D\6E90\9ED1\4F53';
  font-weight: 400;
  color: #77777E;
  line-height: 2em;
  cursor: pointer;
}
.list_li>div>div[data-v-97f32c40] {
  display: none;
}
.list_li>div:first-child:hover>div[data-v-97f32c40] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(11, 25, 19,0.64);
  display: block;
  z-index: 10;
  text-align: center;
  line-height: 0.854167rem;
  font-size: 0.125rem;
  font-family: '\601D\6E90\9ED1\4F53';
  font-weight: 400;
  color: #FFFFFF;
}
.workbtn[data-v-97f32c40] {
  background: #F6F6F6;
  color: #5C8EFF;
  border: none;
  margin-bottom: 0.052083rem;
}
.workbtn i[data-v-97f32c40] {
  color: #9494AB;
}
.workbtn:hover .workbtn i[data-v-97f32c40] {
  color: #5C8EFF;
}
.workbtn[data-v-97f32c40]:hover {
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 0.09375rem 0 rgba(166, 171, 177, 0.2);
          box-shadow: 0 0 0.09375rem 0 rgba(166, 171, 177, 0.2);
  border-radius: 0.03125rem;
}
.table[data-v-97f32c40] {
  height: calc(100% - 0.3125rem);
}
.table1[data-v-97f32c40] {
  height: calc(100% - 0.6875rem);
}
.elIcon .el-icon-minus[data-v-97f32c40] {
  width: 0.166667rem;
  height: 0.166667rem;
  background: #FFFFFF;
  border: 0.005208rem solid #CBCBCB;
  opacity: 0.8;
  border-radius: 0.020833rem;
  color: #6591EE;
  line-height: 0.15625rem;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.elIcon .el-icon-plus[data-v-97f32c40] {
  width: 0.166667rem;
  height: 0.166667rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#3973E7), to(#5A8EFA));
  background: linear-gradient(0deg, #3973E7 0%, #5A8EFA 100%);
  opacity: 0.8;
  border-radius: 0.020833rem;
  color: white;
  line-height: 0.166667rem;
  text-align: center;
}
.ceartNew[data-v-97f32c40] {
  width: 3.385417rem;
  min-height: 3rem;
  border-radius: 0.052083rem;
}
.ceartNew table[data-v-97f32c40] {
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0.046875rem 0.083333rem;
}
.ceartNew tr td[data-v-97f32c40]:nth-of-type(even) {
  width: 2.083333rem;
}
.ceartNew tr td[data-v-97f32c40]:nth-of-type(odd) {
  white-space: nowrap;
  vertical-align: text-top;
  line-height: 0.166667rem;
  padding-left: 0.3125rem;
}
.ceartNew .el-select[data-v-97f32c40],
.ceartNew1 .el-select[data-v-97f32c40],
.ceartNew2 .el-select[data-v-97f32c40],
.ceartNew .el-input[data-v-97f32c40],
.ceartNew .el-textarea[data-v-97f32c40],
.ceartNew .el-cascader[data-v-97f32c40] {
  width: 1.666667rem;
}
.ceartNew2 table[data-v-97f32c40] {
  border-collapse: separate;
  border-spacing: 0 0.104167rem;
}
.ceartNew .el-select.nameWidth[data-v-97f32c40] {
  width: calc(1.510417rem / 3);
  margin-right: 0.052083rem;
  margin-bottom: 0.026042rem;
}
.ceartNew .timeWidth[data-v-97f32c40] {
  width: 0.734375rem;
}
.timeWidth_text[data-v-97f32c40] {
  padding: 0.026042rem;
  font-size: 0.072917rem;
}
.elIcon1 .el-icon-minus[data-v-97f32c40],
.elIcon1 .el-icon-plus[data-v-97f32c40] {
  width: 0.166667rem;
  height: 0.166667rem;
  color: #6591EE;
  line-height: 0.166667rem;
  font-weight: 700;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ceartNew .el-input[data-v-97f32c40] {
  margin-bottom: 0.026042rem;
}
.hover > div[data-v-97f32c40] {
  position: absolute;
  width: 1.041667rem;
  height: auto;
  background: white;
  right: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  z-index: 10;
  bottom: 0.197917rem;
  text-align: left;
  padding: 0.026042rem;
  white-space: normal;
}
.hover[data-v-97f32c40] {
  position: relative;
  cursor: pointer;
  min-height: 0.15625rem;
}
.allFixed_class[data-v-97f32c40] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.allFixed_class>div[data-v-97f32c40] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.allFixed_class>div[data-v-97f32c40]:first-child {
  padding-right: 0.15625rem;
  border-right: 0.005208rem solid #F2F2F7;
}
.allFixed_class>div[data-v-97f32c40]:last-child {
  margin-left: 0.15625rem;
}
.allFixed_class>div:first-child table td[data-v-97f32c40]:nth-of-type(odd) {
  text-align: right;
  white-space: nowrap;
}
.allFixed_class>div:last-child table td[data-v-97f32c40]:nth-of-type(odd) {
  white-space: nowrap;
}
.allFixed_class>div:last-child table td:nth-of-type(even) .el-input[data-v-97f32c40] {
  width: 80%;
}
.allFixed_class table[data-v-97f32c40] {
  border-collapse: separate;
  border-spacing: 0.052083rem;
  width: 100%;
}
.allFixed_detail[data-v-97f32c40] {
  width: 50%;
}
.allFixed_detail p[data-v-97f32c40] {
  margin-bottom: 0.052083rem;
  min-height: 0.166667rem;
}
.allFixed_detail p span[data-v-97f32c40] {
  line-height: 0.166667rem;
}
.allFixed_detail p>span[data-v-97f32c40]:first-child {
  background: #F6F6F6;
  border-radius: 0.03125rem;
  text-indent: 1em;
}
.detail[data-v-97f32c40] {
  /* background:rgba(242, 242, 247, 0.7); */
  border: 0.005208rem solid #E4E7ED;
  padding: 1em;
  font-size: 0.072917rem;
  color: #323053;
  border-radius: 0.020833rem;
  width: 4.166667rem;
  min-height: 0.520833rem;
}
.detail p[data-v-97f32c40]:nth-of-type(even) {
  color: #323053;
  margin-bottom: 0.052083rem;
}
.el-icon-copy-document[data-v-97f32c40] {
  color: #6391ED;
  cursor: pointer;
  vertical-align: text-bottom;
}
.el-icon-delete[data-v-97f32c40] {
  color: #6391ED;
  cursor: pointer;
  vertical-align: text-bottom;
  line-height: 0.166667rem;
}
.search[data-v-97f32c40] {
  width: 1.213542rem;
  height: 0.166667rem;
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
  overflow: hidden;
  position: relative;
  border: 0.005208rem solid #DCDFE6;
}
.search input[data-v-97f32c40] {
  height: 100%;
  width: 0.911458rem;
  font-size: 0.09375rem;
  padding-left: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.search button[data-v-97f32c40] {
  width: 0.302083rem;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border: none;
  color: white;
  font-weight: 800;
  cursor: pointer;
  position: absolute;
  right: 0;
  white-space: nowrap;
}
.workBarTable[data-v-97f32c40] {
  height: calc(100% - 0.520833rem);
}
.workBarTable ul[data-v-97f32c40] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.workBarTable ul li[data-v-97f32c40] {
  /* flex: 1; */
  text-align: center;
}
.workBarTable ul li[data-v-97f32c40]:nth-of-type(1),
.workBarTable ul li[data-v-97f32c40]:nth-of-type(2) {
  width: 0.520833rem;
  position: relative;
}
.workBarTable ul li[data-v-97f32c40]:nth-of-type(1) {
  line-height: 0.3125rem;
}

/* .workBarTable ul li:nth-of-type(2)>div{
  min-width: 39px;
  min-height: 44px;
  border: 1px solid #EBEBEB;
  border-radius: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 14px;
  font-family: 'Source Han Sans CN';
  line-height: 22px;
  font-weight: 400;
  color: #323053;
  transform: translateX(-50%) translateY(-50%);
  white-space: nowrap;
} */
.workBarTable ul li[data-v-97f32c40]:nth-of-type(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.workBarTable ul li:nth-of-type(2)>div[data-v-97f32c40] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
.workBarTable ul li:nth-of-type(2)>div span[data-v-97f32c40] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 0.010417rem solid #FFFFFF;
}
.workBarTable_top[data-v-97f32c40],
.workBarTable_footer[data-v-97f32c40] {
  height: 0.3125rem;
  background: #FAFBFF;
  border: 0.005208rem solid #DDE1E5;
  line-height: 0.3125rem;
}
.workBarTable_footer[data-v-97f32c40] {
  text-align: center;
}
.workBarTable_footer[data-v-97f32c40] .el-button {
  width: 0.15625rem;
  height: 0.15625rem;
  text-align: center;
  line-height: 0.15625rem;
  padding: 0;
}
.workBarTable_footer div[data-v-97f32c40] {
  padding: 0.104167rem;
  height: 100%;
  float: left;
  line-height: 0.104167rem;
  color: #CBCBCB;
  font-size: 0.083333rem;
}
.workBarTable_footer div span[data-v-97f32c40] {
  width: 0.208333rem;
  height: 0.104167rem;
  float: left;
}
.workBarTable_center[data-v-97f32c40] {
  height: calc(100% - 0.625rem);
  border-left: 0.005208rem solid #DDE1E5;
  border-right: 0.005208rem solid #DDE1E5;
  /* border-bottom: 1px solid #DDE1E5; */
  overflow: auto;
}
.active1[data-v-97f32c40] {
  background: #7CBAFF;
  cursor: pointer;
}
.active2[data-v-97f32c40] {
  background: #A79BFF;
  cursor: pointer;
}
.active3[data-v-97f32c40] {
  display: inline-block;
  width: 100%;
  /* height: 24px; */
}
.workBarTable_center ul[data-v-97f32c40] {
  border-bottom: 0.005208rem dashed rgba(0, 0, 0,0.06);
}
.allFixed_task_list[data-v-97f32c40] {
  margin-bottom: 0.104167rem;
}
.allFixed_task_list[data-v-97f32c40]:last-child {
  margin-bottom: 0;
}
.allFixed_task_list>div[data-v-97f32c40] {
  font-size: 0.072917rem;
  font-weight: 400;
  color: #323053;
  line-height: 0.125rem;
  opacity: 0.7;
}
.allFixed_task_list_titles[data-v-97f32c40] {
  line-height: 0.072917rem;
  margin-bottom: 0.052083rem;
}
.allFixed_task_list_titles i[data-v-97f32c40] {
  width: 0.020833rem;
  height: 0.072917rem;
  background: #1BC8AE;
  border-radius: 0.010417rem;
  display: inline-block;
  margin-right: 0.052083rem;
}
.allFixed_task_list_title[data-v-97f32c40] {
  font-weight: 600;
}
.allFixed_task_list_type[data-v-97f32c40] {
  color: #fff;
  margin-left: 0.052083rem;
  font-size: 0.072917rem;
  padding: 0.020833rem 0.010417rem;
}
.allFixed_task_list_titles .fr[data-v-97f32c40] {
  font-size: 0.072917rem;
}
.allFixed_task_list_titles .fr time[data-v-97f32c40] {
  font-weight: 400;
  color: #323053;
  opacity: 0.3;
  margin-right: 0.104167rem;
}
.active4[data-v-97f32c40] {
  background: #F94D6E;
  cursor: pointer;
}
.container[data-v-78e70e34] {
  width: 100%;
  height: 100%;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-font-smoothing: antialiased;
  font-size: 0.09375rem;
  background: white;
}
.header[data-v-78e70e34] {
  margin-bottom: 0.104167rem;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  height: 0.208333rem;
}
.header__mleft[data-v-78e70e34] {
  height: 0.3125rem;
}
.header__mleft--search[data-v-78e70e34] {
  background: #f3f4fc;
  line-height: 0.197917rem;
  margin-right: 0.078125rem;
  padding-left: 0.052083rem;
}
.btn[data-v-78e70e34] {
  outline: none;
  border: none;
  cursor: pointer;
}
.header .topheader[data-v-78e70e34] {
  font-size: 0.083333rem;
  background: white;
  line-height: 0.208333rem;
  background: rgba(255, 255, 255, 1);
  border: 0.005208rem solid rgba(247, 248, 255, 1);
  -webkit-box-shadow: 0 0.010417rem 0.041667rem 0 rgba(182, 182, 195, 0.4);
          box-shadow: 0 0.010417rem 0.041667rem 0 rgba(182, 182, 195, 0.4);
  border-radius: 0.520833rem;
  height: 0.208333rem;
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header .topheader > span[data-v-78e70e34] {
  text-align: center;
  cursor: pointer;
  padding: 0 0.083333rem;
  line-height: 0.208333rem;
  float: left;
}
.header .topheader .active[data-v-78e70e34] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border-radius: 0.130208rem;
}
.topheaderfr[data-v-78e70e34] {
  position: absolute;
  right: 0;
  top: 0;
}
.topheaderfr .btn_1[data-v-78e70e34] {
  padding: 0 0.15625rem;
  line-height: 0.260417rem;
  height: 0.260417rem;
  background: #f9f9ff;
  border: 0.005208rem solid #ccc;
  border-radius: 0.130208rem;
  margin-right: 0.104167rem;
  cursor: pointer;
}
.topheaderfr .btn_2[data-v-78e70e34] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  padding: 0 0.104167rem;
  -webkit-box-shadow: 0 0 0.026042rem 0 #8dbbfa;
          box-shadow: 0 0 0.026042rem 0 #8dbbfa;
  line-height: 0.260417rem;
  height: 0.260417rem;
  border-radius: 0.130208rem;
  cursor: pointer;
}
.topheaderfr .active[data-v-78e70e34] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border-radius: 0.130208rem;
  border: none;
}
.btn-back-blue[data-v-78e70e34] {
  background: -webkit-gradient(linear, left top, left bottom, from(#8dbbfa), to(#5194f3));
  background: linear-gradient(#8dbbfa, #5194f3);
  color: white;
  padding: 0.026042rem 0.052083rem;
  -webkit-box-shadow: 0 0 0.026042rem 0 #8dbbfa;
          box-shadow: 0 0 0.026042rem 0 #8dbbfa;
  border-radius: 0.026042rem;
}
.table[data-v-78e70e34] {
  height: calc(100% - 0.3125rem);
}
.table table tr td div[data-v-78e70e34] {
  line-height: 200%;
  border-bottom: 0.015625rem solid #eeeffa;
}
.table table tr td div[data-v-78e70e34]:last-child {
  border: none;
}
.table table tbody tr.active[data-v-78e70e34] {
  background: rgb(170, 170, 170);
}
.container-main-center-ul .active[data-v-78e70e34] {
  color: #02c18d;
  border-bottom: 0.010417rem solid #02c18d;
}
.table-btn-blue[data-v-78e70e34] {
  outline: none;
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #73adfc), to(#3374dc));
  background: linear-gradient(#73adfc 70%, #3374dc 100%);
  color: white;
  padding: 0.026042rem 0.026042rem;
  margin: 0 0.026042rem;
  border-radius: 0.010417rem;
}
.table-btn-orange[data-v-78e70e34] {
  outline: none;
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, #fccf65), to(#b69935));
  background: linear-gradient(#fccf65 80%, #b69935 100%);
  color: white;
  padding: 0.026042rem 0.026042rem;
  margin: 0 0.026042rem;
  border-radius: 0.010417rem;
}
.table_1[data-v-78e70e34] {
  width: 100%;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
}
.table_1 h3[data-v-78e70e34] {
  font-size: 0.125rem;
}
.table_1_section[data-v-78e70e34] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.table_1_section table[data-v-78e70e34] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-collapse: separate;
  border-spacing: 0.078125rem 0.15625rem;
  font-family: "\601D\6E90\9ED1\4F53";
  font-size: 0.09375rem;
}
.table_1_section table tr td[data-v-78e70e34] {
  margin-bottom: 0.104167rem;
}
.table_1_section table tr td[data-v-78e70e34]:first-child {
  text-align: right;
}
.table_1_section table tr td[data-v-78e70e34]:last-child {
  width: 75%;
}
.table_1_section table tr td input[data-v-78e70e34] {
  width: 70%;
  height: 0.21875rem;
  line-height: 0.21875rem;
  border: 0.005208rem solid rgba(213, 213, 224, 1);
  border-radius: 0.03125rem;
  padding-left: 0.078125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.back[data-v-78e70e34] {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  left: 0;
  top: 0;
  overflow: auto;
  z-index: 10;
}
.back-bj[data-v-78e70e34] {
  position: absolute;
  left: 50%;
  top: 0.520833rem;
  width: auto;
  min-height: 2.604167rem;
  background: white;
  -webkit-box-shadow: 0 0 0.026042rem 0 rgb(205, 206, 206);
          box-shadow: 0 0 0.026042rem 0 rgb(205, 206, 206);
  padding: 0.130208rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.back-bj > .back-div[data-v-78e70e34] {
  position: relative;
  height: 100%;
  line-height: 150%;
  font-size: 0.104167rem;
}
.back-bj p[data-v-78e70e34] {
  text-align: center;
}
.back-bj > .back-div > div[data-v-78e70e34] {
  min-height: 2.083333rem;
  padding: 0.052083rem 0.026042rem;
}
.posi[data-v-78e70e34] {
  position: absolute;
  right: 0;
  right: 0;
  cursor: pointer;
  top: 0;
  background: red;
  border-radius: 0 0 0 0.208333rem;
  color: #fff;
  width: 0.208333rem;
  height: 0.208333rem;
  text-align: center;
  line-height: 0.15625rem;
  padding-left: 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.back-bj .back-div table[data-v-78e70e34] {
  width: 100%;
  margin: 0 auto;
  margin-top: 0.15625rem;
  border-collapse: separate;
  border-spacing: 0 0.104167rem;
}
.back-bj .back-div table tr td[data-v-78e70e34] {
  white-space: nowrap;
}
.back-bj .back-div table tr input[data-v-78e70e34],
.back-bj .back-div table tr select[data-v-78e70e34],
.back-bj .back-div table tr textarea[data-v-78e70e34] {
  height: 0.197917rem;
  background: rgba(252, 252, 254, 1);
  outline: none;
  border: 0.005208rem solid rgba(238, 240, 248, 1);
  border-radius: 0.010417rem;
  padding-left: 0.052083rem;
  vertical-align: middle;
  width: 80%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.btn-green[data-v-78e70e34] {
  background: -webkit-gradient(linear, left bottom, left top, from(#02cb8e), to(#3aedb3));
  background: linear-gradient(0deg, #02cb8e 0%, #3aedb3 100%);
  color: white;
  border-radius: 0.130208rem;
  padding: 0.026042rem 0.104167rem;
  border: none;
  outline: none;
  margin-top: 0.026042rem;
  cursor: pointer;
}
.btn-eee[data-v-78e70e34] {
  background: #eee;
  color: rgb(50, 100, 100);
  border-radius: 0.130208rem;
  padding: 0.026042rem 0.104167rem;
  border: none;
  cursor: pointer;
  outline: none;
  margin-top: 0.026042rem;
}
.back-bj .back-div table tr textarea[data-v-78e70e34] {
  height: 0.520833rem;
}
.backj-exc-file[data-v-78e70e34] {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(39, 124, 240, 1)),
    to(rgba(116, 172, 250, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(39, 124, 240, 1) 0%,
    rgba(116, 172, 250, 1) 100%
  );
  -webkit-box-shadow: 0 0.010417rem 0.104167rem 0.005208rem rgba(76, 147, 244, 0.36);
          box-shadow: 0 0.010417rem 0.104167rem 0.005208rem rgba(76, 147, 244, 0.36);
  border-radius: 0.020833rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(247, 248, 255, 1);
  text-align: center;
  cursor: pointer;
  position: absolute;
  left: 0;
  width: 80%;
  top: 0;
  height: 0.260417rem;
  line-height: 0.260417rem;
}
.detel[data-v-78e70e34] {
  width: 0.520833rem;
  height: 0.197917rem;
  line-height: 0.197917rem;
  text-align: center;
  background: #ecf4fd;
  border-radius: 0.520833rem;
  font-size: 0.083333rem;
  font-family: Adobe Heiti Std;
  font-weight: normal;
  color: rgba(75, 121, 211, 1);
  margin-top: 0.052083rem;
  cursor: pointer;
}
.center_detel[data-v-78e70e34] {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.3);
}
.center_detel_xi[data-v-78e70e34] {
  width: 1.5625rem;
  height: 0.78125rem;
  background: white;
  -webkit-box-shadow: 0 0 0.026042rem 0 #eee;
          box-shadow: 0 0 0.026042rem 0 #eee;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  left: 50%;
  top: 50%;
  overflow: hidden;
}
.center_detel_xi .detel[data-v-78e70e34] {
  background: red;
  width: 100%;
  height: 0.208333rem;
  position: absolute;
  bottom: -0.052083rem;
  border-radius: 50% 50% 0 0;
  color: white;
}
.center_detel_xi_p[data-v-78e70e34] {
  line-height: 0.729167rem;
  text-align: center;
}
.posi1[data-v-78e70e34] {
  position: absolute;
  right: 0;
  right: 0;
  cursor: pointer;
  top: 0;
  color: #ccc;
  width: 0.208333rem;
  height: 0.208333rem;
  text-align: center;
  line-height: 0.15625rem;
  padding-left: 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contern[data-v-78e70e34] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
  height: calc(100% - 0.416667rem);
}
.contern_1[data-v-78e70e34] {
  width: 100%;
  margin: 0 auto;
  height: calc(100% - 0.416667rem);
  overflow: auto;
}
.contern_1 h3[data-v-78e70e34] {
  z-index: 99;
  height: 10%;
}
.contern > div[data-v-78e70e34]:first-child {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
  height: 100%;
  overflow: hidden;
  overflow: auto;
  margin-right: 0.104167rem;
}
.contern > div[data-v-78e70e34]:last-child {
  -webkit-box-flex: 6;
      -ms-flex: 6;
          flex: 6;
  height: 100%;
  overflow: auto;
  padding: 0.104167rem;
  background: #FFFFFF;
  border: 0.005208rem solid #F4F4F4;
  -webkit-box-shadow: 0 0.020833rem 0.052083rem 0 rgba(103, 103, 124, 0.1);
          box-shadow: 0 0.020833rem 0.052083rem 0 rgba(103, 103, 124, 0.1);
  border-radius: 0.03125rem;
}
.contern > div:last-child .bor[data-v-78e70e34] {
  height: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.contern > div > p[data-v-78e70e34] {
  font-size: 0.125rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(50, 48, 83, 1);
}
.bor[data-v-78e70e34] {
  -webkit-box-shadow: 0 0.026042rem 0.020833rem 0 rgba(186, 189, 201, 0.16);
          box-shadow: 0 0.026042rem 0.020833rem 0 rgba(186, 189, 201, 0.16);
  background: white;
  border-radius: 0.078125rem;
  z-index: 10;
  padding-bottom: 0.052083rem;
  position: relative;
  min-height: 2.083333rem;
  height: 100%;
}
.bor .month ul[data-v-78e70e34] {
  -webkit-box-shadow: 0 0.026042rem 0.020833rem 0 rgba(186, 189, 201, 0.16);
          box-shadow: 0 0.026042rem 0.020833rem 0 rgba(186, 189, 201, 0.16);
  height: 0.302083rem;
  line-height: 0.302083rem;
  padding: 0 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bor .month ul[data-v-78e70e34],
.weekdays[data-v-78e70e34] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.bor .month ul li[data-v-78e70e34],
.weekdays li[data-v-78e70e34] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  height: 0.302083rem;
  line-height: 0.302083rem;
}

/* .bor .weekdays li{margin-top: 10px} */
.bor .days li[data-v-78e70e34] {
  width: 14.2%;
  float: left;
  text-align: center;
  height: 0.21875rem;
  line-height: 0.21875rem;
  position: relative;
  margin: 0.104167rem 0;
}
.bor .other-month[data-v-78e70e34] {
  color: rgba(215, 215, 215, 1);
}
.bor .active[data-v-78e70e34] {
  color: white;
  width: 0.21875rem;
  height: 0.21875rem;
  background: #455AF7;
  display: inline-block;
}
.bor .posi[data-v-78e70e34] {
  position: relative;
}
.bor .posixi[data-v-78e70e34] {
  position: absolute;
  left: 0.052083rem;
  top: -0.052083rem;
}
.bor .green[data-v-78e70e34] {
  z-index: 10;
}
.bor .red[data-v-78e70e34] {
  z-index: 1000;
}
.bor .yellow[data-v-78e70e34] {
  z-index: 100;
}
.bor .posinum[data-v-78e70e34] {
  position: absolute;
  right: 0.052083rem;
  top: -0.052083rem;
  background: red;
  width: 0.104167rem;
  height: 0.104167rem;
  color: white;
  line-height: 0.104167rem;
  border-radius: 50%;
}
.borday[data-v-78e70e34] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0.78125rem;
}
.borday .content[data-v-78e70e34],
.borday .complet[data-v-78e70e34] {
  margin: 0.104167rem 0;
  border-radius: 0.052083rem;
  padding: 0.026042rem;
  margin-left: 0.104167rem;
  position: relative;
}
.borday .content[data-v-78e70e34],
.p span[data-v-78e70e34]:first-child {
  -webkit-box-flex: 8;
      -ms-flex: 8;
          flex: 8;
}
.borday .complet[data-v-78e70e34],
.p span[data-v-78e70e34]:last-child {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.borday .content[data-v-78e70e34] {
  background: rgba(245, 247, 252, 1);
  position: relative;
  padding: 1%;
}
.borday .contentactive[data-v-78e70e34] {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(48, 198, 169, 1)),
    to(rgba(74, 235, 204, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(48, 198, 169, 1) 0%,
    rgba(74, 235, 204, 1) 100%
  );
  color: white;
}
.hovers > div[data-v-78e70e34] {
  position: absolute;
  width: 1.041667rem;
  height: auto;
  background: white;
  right: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  z-index: 10;
  bottom: 0.197917rem;
  text-align: left;
  padding: 0.026042rem;
}
.hovers[data-v-78e70e34] {
  position: relative;
  cursor: pointer;
}
.select_p[data-v-78e70e34] {
  height: 0.302083rem;
}
.select_p p[data-v-78e70e34] {
  float: right;
  width: 0.520833rem;
  margin-right: 0.026042rem;
}
.select_p ~ .bor[data-v-78e70e34] {
  padding: 0.026042rem;
  margin-top: 0.026042rem;
}
.bor_ulimgs[data-v-78e70e34] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 0.416667rem;
  position: relative;
  padding: 0 0.104167rem;
  overflow: hidden;
}
.bor_ulimgs li[data-v-78e70e34] {
  position: relative;
  float: left;
  margin-right: 0.052083rem;
  width: 0.520833rem;
}
.bor_ulimgs .el-icon-arrow-left[data-v-78e70e34] {
  position: absolute;
  left: 0;
  top: 0.15625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
.bor_ulimgs .el-icon-arrow-right[data-v-78e70e34] {
  position: absolute;
  right: 0;
  top: 50%;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bor_ulimgs img[data-v-78e70e34] {
  width: 0.416667rem;
  height: 0.416667rem;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  cursor: pointer;
}
.bor_ulimgs li>div[data-v-78e70e34] {
  width: 0.416667rem;
  height: 0.416667rem;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  line-height: 0.416667rem;
  text-align: center;
  background: #F4F4F4;
  border: 0.005208rem solid #E4E6E9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.072917rem;
  font-weight: 400;
  color: #323053;
}
.top[data-v-78e70e34] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.3125rem;
  height: 2.083333rem;
}
.top select[data-v-78e70e34] {
  border: none;
  line-height: 0.15625rem;
  height: 0.15625rem;
  vertical-align: middle;
}
.top_1 select[data-v-78e70e34],
.top_2 select[data-v-78e70e34],
.top_5 select[data-v-78e70e34] {
  background: rgba(242, 242, 248, 1);
  border-radius: 0.520833rem;
  padding: 0 0.052083rem;
}
.top_1[data-v-78e70e34] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 0.104167rem;
}
.top_2[data-v-78e70e34] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 0.104167rem;
}
.top_3[data-v-78e70e34] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 0.104167rem;
}
.top_4[data-v-78e70e34] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 0.104167rem;
  max-width: 30%;
}
.top_5[data-v-78e70e34] {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  margin: 0 0.104167rem;
  /* max-width: 60%; */
}
.top > div > div[data-v-78e70e34] {
  height: 100%;
  position: relative;
}
#main1[data-v-78e70e34] {
  width: 50%;
  height: 90%;
}
.main1[data-v-78e70e34] {
  width: 50%;
  height: auto;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.main1 p[data-v-78e70e34] {
  line-height: 150%;
}
.main1 p[data-v-78e70e34]:nth-of-type(even) {
  font-size: 0.072917rem;
}
.top_2 .main1 .p1[data-v-78e70e34] {
  color: #83c4fc;
  font-size: 0.145833rem;
}
.top_2 .main1 .p2[data-v-78e70e34] {
  color: #f9bd75;
  font-size: 0.145833rem;
}
#main[data-v-78e70e34],
#main2[data-v-78e70e34],
#main3[data-v-78e70e34],
#main4[data-v-78e70e34] {
  height: 90%;
  width: 100%;
}
.top > div > div[data-v-78e70e34] {
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0.03125rem 0.104167rem 0 rgba(233, 233, 242, 0.8);
          box-shadow: 0 0.03125rem 0.104167rem 0 rgba(233, 233, 242, 0.8);
  border-radius: 0.104167rem;
  padding: 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.top > div > p[data-v-78e70e34] {
  font-size: 0.125rem;
  font-family: "\601D\6E90\9ED1\4F53";
  line-height: 0.21875rem;
}
.iframe[data-v-78e70e34] {
  position: absolute;
  left: 50%;
  top: 1.041667rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 6.25rem;
  height: 2.604167rem;
  background: white;
  overflow: auto;
}
.iframe img[data-v-78e70e34] {
  width: 1.5625rem;
  margin: 0 auto;
  display: block;
}
[data-v-78e70e34]::-webkit-scrollbar {
  width: 0.026042rem;
  height: 0.052083rem;
  background-color: #f5f5f5;
}
#calendar[data-v-78e70e34] {
  height: 100%;
}
#calendar .month[data-v-78e70e34] {
  height: 0.302083rem;
}
.allFixed table[data-v-78e70e34] {
  border-collapse: separate;
  border-spacing: 0.052083rem;
}
.workDate[data-v-78e70e34] {
  width: 100%;
}
.workDate>p[data-v-78e70e34] {
  font-size: 0.083333rem;
  /* font-family: Source Han Sans CN; */
  font-weight: 400;
  color: rgba(50, 48, 83, 0.6);
  border-bottom: 0.005208rem dashed rgba(0, 0, 0, 0.2);
  line-height: 0.197917rem;
  margin-bottom: 0.104167rem;
  margin-top: 0.208333rem;
}
.workDate>p span[data-v-78e70e34] {
  font-size: 0.125rem;
  font-weight: 500;
  color: #323053;
  padding-right: 0.104167rem;
}
.workDate li[data-v-78e70e34] {
  height: 0.625rem;
  background: #FFFFFF;
  border: 0.005208rem solid #F0F1F2;
  border-radius: 0.020833rem;
  padding: 0.104167rem;
  margin-bottom: 0.052083rem;
}
.workDate li p[data-v-78e70e34]:nth-of-type(1) {
  border-left: 0.020833rem #1BC8AE solid;
  border-radius: 0.010417rem;
  margin-left: -0.026042rem;
  padding-left: 0.026042rem;
  font-size: 0.083333rem;
  font-weight: bold;
  color: #323053;
  margin-bottom: 0.052083rem;
}
.workDate li p[data-v-78e70e34]:nth-of-type(2) {
  font-size: 0.072917rem;
  margin-left: 0.026042rem;
  font-weight: 400;
  color: rgba(50, 48, 83, 0.6);
}
.workDate li p:nth-of-type(1) span[data-v-78e70e34] {
  float: right;
  font-size: 0.072917rem;
  font-weight: 400;
  color: rgba(50, 48, 83, 0.6);
}
.workDate li p:nth-of-type(1) span i[data-v-78e70e34] {
  margin-left: 0.026042rem;
  color: #323053;
}
.container[data-v-78e70e34] .el-select .el-input__inner,
.container[data-v-78e70e34]  .el-input__inner,
.container[data-v-78e70e34] .el-date-editor,
.container[data-v-78e70e34] .el-input__icon,
.container[data-v-78e70e34] .el-date-editor .el-range-separator {
  line-height: 0.166667rem;
  height: 0.166667rem;
  vertical-align: middle;
}
.container[data-v-78e70e34] .el-button {
  line-height: 0.5;
  height: 0.166667rem;
  vertical-align: middle;
}
.top .el-select[data-v-78e70e34] {
  width: 0.520833rem;
  margin-right: 0.026042rem;
}
.container[data-v-8cd52638] {
  width: 100%;
  height: 100%;
  background: white;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  font-size: 0.09375rem;
}
.header[data-v-8cd52638] {
  height: 0.3125rem;
}
.alltable[data-v-8cd52638] {
  height: calc(100% - 0.3125rem);
}
.table2[data-v-8cd52638] {
  height: calc(100% - 0.520833rem);
}
.table1[data-v-8cd52638],
.table2[data-v-8cd52638],
.table3[data-v-8cd52638] {
  border: none;
  width: 100%;
}
.table1[data-v-8cd52638],
.table3[data-v-8cd52638] {
  border: none;
  /* width: calc(100% - 3px); */
}
.table1 > div[data-v-8cd52638],
.table2 > div[data-v-8cd52638],
.table3 > div[data-v-8cd52638] {
  border-radius: 0.020833rem;
  overflow: auto;
  width: 100%;
  height: 100%;
}
.table1 > div table tr[data-v-8cd52638],
.table2 > div table tr[data-v-8cd52638],
.table3 > div  table tr[data-v-8cd52638] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.table1 > div table tr td[data-v-8cd52638],
.table2 > div table tr td[data-v-8cd52638],
.table3 > div  table tr td[data-v-8cd52638] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 0.260417rem;
}
.table1 table[data-v-8cd52638],
.table2 table[data-v-8cd52638],
.table3 table[data-v-8cd52638] {
  width: 100%;
  text-align: center;
  white-space: nowrap;
  border-collapse: collapse;
}
.table1 table thead[data-v-8cd52638] {
  background: rgba(247, 248, 255, 1);
  border-radius: 0.03125rem;
  font-family: "\601D\6E90\9ED1\4F53";
  font-size: 0.083333rem;
}
.table1 table thead td[data-v-8cd52638] {
  border: 0.005208rem solid white;
}
.table3 table tfoot td[data-v-8cd52638] {
  border: 0.005208rem solid rgba(237, 238, 246, 1);
}
.table2 table tbody tr[data-v-8cd52638],
.table1 table thead tr[data-v-8cd52638]:nth-of-type(1),
.table3 table tfoot tr[data-v-8cd52638]:nth-of-type(1) {
  height: 0.260417rem;
}
.table1 table tr td[data-v-8cd52638],
.table2 table tr td[data-v-8cd52638],
.table3 table tr td[data-v-8cd52638] {
  padding: 0 0.026042rem !important;
  color: #323053;
}
.table2 table tbody td[data-v-8cd52638] {
  border: 0.005208rem solid rgba(237, 238, 246, 1);
  white-space: nowrap;
  font-size: 0.072917rem;
}
.table2 table tbody tr[data-v-8cd52638]:nth-of-type(even) {
  background: rgba(243, 255, 250, 1);
  border-radius: 0.03125rem;
}
.table2 table tbody tr[data-v-8cd52638]:nth-of-type(odd) {
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
}
.search_box[data-v-8cd52638] {
  width: 5.208333rem;
  min-height: 1.729167rem;
}
.search_box h3[data-v-8cd52638] {
  text-align: center;
  font-size: 0.104167rem;
  font-weight: 500;
  color: #323053;
}
.table4[data-v-8cd52638] {
  margin-top: 0.104167rem;
}
.table4 table tbody[data-v-8cd52638] {
  display: block;
  height: 1.015625rem;
  overflow-y: scroll;
}
.table4 table thead[data-v-8cd52638],
.table4 tbody tr[data-v-8cd52638] {
  display: table;
  width: 100%;
  table-layout: fixed;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 0.260417rem;
  text-align: center;
  color: #323053c0;
  font-size: 0.072917rem;
}
.table4 tbody tr[data-v-8cd52638]:nth-of-type(even) {
  background: #F5F9FC;
}
.table4 table thead tr[data-v-8cd52638] {
  background: #F5F9FC;
  font-family: '\601D\6E90\9ED1\4F53';
  font-size: 0.083333rem;
  color: #323053;
}
.table2>div[data-v-8cd52638]::-webkit-scrollbar {
  width: 0;
}

/* .table3, .table1{
  padding-right: 4px;
} */
.container[data-v-a3146ca2] {
  min-width: 100%;
  height: 100%;
  /* background: white; */
  padding: 0.15625rem 0.15625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-font-smoothing: antialiased;
  overflow: auto;
}
.header[data-v-a3146ca2] {
  position: relative;
  width: 100%;
  height: 0.260417rem;
}
.center_1[data-v-a3146ca2] {
  height: 0.208333rem;
  margin-bottom: 0.052083rem;
}
.table[data-v-a3146ca2] {
  height: calc(100% - 0.520833rem);
  background: white;
}
.container[data-v-ad1da218] {
  padding: 0.104167rem;
  width: 100%;
  height: 100%;
  background: white;
  overflow: auto;
}
.header[data-v-ad1da218] {
  position: relative;
}
.allTeacher_table[data-v-ad1da218] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.260417rem;
  width: 100%;
  height: calc(100% - 0.260417rem);
}
.allTeacher_table>div[data-v-ad1da218] {
  min-height: 3.645833rem;
}
.allTeacher_table .allTeacher_name[data-v-ad1da218] {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  overflow: auto;
}
.allTeacher_table h3[data-v-ad1da218] {
  height: calc(0.166667rem + 0.135417rem);
  width: 100%;
  line-height: 0.166667rem;
  padding-bottom: 0.135417rem;
  font-size: 0.09375rem;
  font-family: '\601D\6E90\9ED1\4F53';
  font-weight: 500;
  color: #323053;
}
.allTeacher_table h3>i[data-v-ad1da218] {
  width: 0.020833rem;
  height: 0.09375rem;
  display: inline-block;
  vertical-align: text-top;
  background: #4894FC;
  margin-right: 0.03125rem;
  border-radius: 0.010417rem;
}
.allTeacher_echarts h3[data-v-ad1da218] {
  border: none;
}
.allTeacher_list[data-v-ad1da218] {
  width: 0.625rem;
  height: 0.208333rem;
  background: -webkit-gradient(linear, left top, right top, from(#4793FB), to(#63A5FF));
  background: linear-gradient(90deg, #4793FB 0%, #63A5FF 100%);
  border-radius: 0.020833rem;
  display: inline-block;
  text-align: center;
  line-height: 0.208333rem;
  margin-top: 0.15625rem;
  margin-right: 0.197917rem;
  font-size: 0.083333rem;
  font-family: '\601D\6E90\9ED1\4F53';
  /* font-weight: 500; */
  color: #FFFFFF;
  cursor: pointer;
}
.allTeacher_list1[data-v-ad1da218] {
  width: 0.625rem;
  height: 0.208333rem;
  background: #E6E8E9;
  border-radius: 0.020833rem;
  float: left;
  text-align: center;
  line-height: 0.208333rem;
  margin-top: 0.15625rem;
  margin-right: 0.197917rem;
  font-size: 0.083333rem;
  font-family: '\601D\6E90\9ED1\4F53';
  /* font-weight: 500; */
  color: #444444;
  cursor: pointer;
}
.flexBoxRight[data-v-ad1da218] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flexBoxRight>div[data-v-ad1da218] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.flexBox_right_title_1[data-v-ad1da218],
.flexBox_right_title_2[data-v-ad1da218] {
  max-width: 0.520833rem;
  padding-left: 0.052083rem;
  height: 0.104167rem;
  margin: 0.052083rem 0;
  display: inline-block;
  line-height: 0.104167rem;
  margin-top: 0.208333rem;
  margin-bottom: auto;
  font-size: 0.083333rem;
  font-family: '\601D\6E90\9ED1\4F53';
  border-left: #6DC1B3 0.020833rem solid;
  height: 1;
}
.flexBox_right_title_2[data-v-ad1da218] {
  border-left: #FF9533 0.020833rem solid;
}
.allTeacher_list.active[data-v-ad1da218] {
  background: #FCC55C;
}
.allTeacher_table .allTeacher_echarts[data-v-ad1da218] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 0.104167rem;
  border: 0.005208rem solid #EAEAEA;
  padding: 0.104167rem;
}
.search[data-v-ad1da218] {
  width: 1.213542rem;
  height: 0.166667rem;
  background: rgba(255, 255, 255, 1);
  border: 0.005208rem solid rgba(221, 225, 229, 1);
  border-radius: 0.03125rem;
  overflow: hidden;
  position: relative;
}
.search input[data-v-ad1da218] {
  height: 100%;
  width: 0.911458rem;
  font-size: 0.09375rem;
  padding-left: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.search button[data-v-ad1da218] {
  width: 0.286458rem;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border: none;
  color: white;
  font-weight: 600;
  cursor: pointer;
  position: absolute;
  right: 0;
  /* font-size: 14px; */
}
#main[data-v-ad1da218] {
  width: 100%;
  height: 2.083333rem;
}
.allTeacher_echarts_data p[data-v-ad1da218] {
  height: 0.3125rem;
  background: #F8FAFD;
  border: 0.005208rem solid #EAEAEA;
  border-radius: 0.020833rem;
  line-height: 0.3125rem;
  font-size: 0.09375rem;
  font-family: '\601D\6E90\9ED1\4F53';
  font-weight: 500;
  color: #323053;
  padding: 0 0.104167rem;
  margin-bottom: 0.104167rem;
}
.allTeacher_echarts_data p span[data-v-ad1da218] {
  float: right;
}
.flexBox[data-v-ad1da218] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100% - 0.302083rem);
  overflow: auto;
}
.flexBox>div[data-v-ad1da218] {
  border: 0.005208rem solid #EAEAEA;
  padding: 0.104167rem;
  border-radius: 0.020833rem;
}
.flexBox_left[data-v-ad1da218] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 0.104167rem;
}
.flexBox_left p[data-v-ad1da218] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flexBox_left p span[data-v-ad1da218] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  cursor: pointer;
  padding-bottom: 0.052083rem;
  margin-bottom: 0.052083rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.flexBox_left>div[data-v-ad1da218] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: flex-end;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flexBox_left>div span[data-v-ad1da218] {
  cursor: pointer;
  line-height: 0.145833rem;
  padding: 0 0.078125rem;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.flexBox_left>div span.selectActive[data-v-ad1da218] {
  color: #4893FB;
}
.flexBox_left p span.selectActive[data-v-ad1da218] {
  border-bottom: #4893FB 0.005208rem solid;
}
.flexBox_right[data-v-ad1da218] {
  -webkit-box-flex: 6;
      -ms-flex: 6;
          flex: 6;
}
.container[data-v-ad1da218] .el-select .el-input__inner,
.container[data-v-ad1da218]  .el-input__inner,
.container[data-v-ad1da218] .el-date-editor,
.container[data-v-ad1da218] .el-input__icon,
.container[data-v-ad1da218] .el-date-editor .el-range-separator {
  line-height: 0.166667rem;
  height: 0.166667rem;
  vertical-align: middle;
}
.container[data-v-ad1da218] .el-button {
  line-height: 0.5;
  height: 0.166667rem;
  vertical-align: middle;
}
.container_box[data-v-7958c746] {
  width: 100%;
  height: 100%;
  background: white;
}
.container_box[data-v-7958c746] .el-button {
  line-height: 0.5;
  height: 0.166667rem;
  vertical-align: middle;
}
.container_box>header[data-v-7958c746] {
  width: 100%;
  height: 0.260417rem;
  position: relative;
}
.container_box>header .el-button[data-v-7958c746] {
  position: absolute;
  right: 0.104167rem;
  bottom: 0;
}
.container[data-v-7958c746] {
  width: 100%;
  height: calc( 100% - 0.260417rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: auto;
}
.workDate_bor[data-v-7958c746] {
  /* box-shadow: 0px 5px 4px 0px rgba(186, 189, 201, 0.1); */
  /* background: white; */
  margin: 0.104167rem 0;
  margin-right: 0.104167rem;
  border-radius: 0.078125rem;
  z-index: 10;
  padding-bottom: 0.052083rem;
}
.container > div > p[data-v-7958c746] {
  font-size: 0.125rem;
}
.container > .workDate[data-v-7958c746] {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.container > .workDate[data-v-7958c746]:nth-of-type(2),
.container > .workDate[data-v-7958c746]:nth-of-type(3) {
  background: #FFFFFF;
  border: 0.005208rem solid #F4F4F4;
  -webkit-box-shadow: 0 0.020833rem 0.052083rem 0 rgba(103, 103, 124, 0.1);
          box-shadow: 0 0.020833rem 0.052083rem 0 rgba(103, 103, 124, 0.1);
  border-radius: 0.0625rem;
  padding: 0.104167rem;
  overflow: auto;
}
.container > .workDate[data-v-7958c746]:nth-of-type(2) {
  padding-right: 0.364583rem;
  z-index: 3;
}
.container > .workDate[data-v-7958c746]:nth-of-type(3) {
  margin-left: -0.260417rem;
  z-index: 5;
}
.container > .workDate .workDate_bor[data-v-7958c746] {
  min-height: 2.604167rem;
}
.container > .workDate>p[data-v-7958c746] {
  border-bottom: 0.005208rem solid #eaeaea;
  padding-bottom: 0.104167rem;
  margin-bottom: 0.104167rem;
}
.container > .workDate .workDate_bor p[data-v-7958c746] {
  /* box-shadow: 0px 5px 4px 0px rgba(186, 189, 201, 0.16); */
  text-align: center;
  height: 0.302083rem;
}
.container > .workDate .workDate_bor p span[data-v-7958c746] {
  margin: 0.260417rem;
  line-height: 0.302083rem;
  font-size: 0.104167rem;
}
#calendar[data-v-7958c746] {
  width: 100%;
}
.month ul[data-v-7958c746] {
  /* box-shadow: 0px 5px 4px 0px rgba(186, 189, 201, 0.16); */
  height: 0.302083rem;
  line-height: 0.302083rem;
  padding: 0 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.month ul[data-v-7958c746],
.workDate_weekdays[data-v-7958c746] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.month ul li[data-v-7958c746],
.workDate_weekdays li[data-v-7958c746] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  height: 0.302083rem;
  line-height: 0.302083rem;
}
.workDate_weekdays[data-v-7958c746] {
  height: 0.572917rem;
  border-bottom: 0.005208rem solid #eaeaea;
  margin-bottom: 0.15625rem;
}
.workDate_weekdays li[data-v-7958c746] {
  padding: 0.104167rem 0;
}
.workDate_days li[data-v-7958c746] {
  width: 14.2%;
  float: left;
  text-align: center;
  height: 0.302083rem;
  line-height: 0.302083rem;
  font-size: 0.083333rem;
}
.other-month[data-v-7958c746] {
  color: rgba(215, 215, 215, 1);
}
.active[data-v-7958c746] {
  width: 100%;
  height: 100%;
  background: white;
  border: 0.005208rem solid #eaeaea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  z-index: 3;
}
.el-icon-minus[data-v-7958c746] {
  font-size: 0.104167rem;
  vertical-align: middle;
  color: black;
}
.workDate_posi[data-v-7958c746] {
  position: relative;
}
.workDate_posi>span[data-v-7958c746] {
  display: block;
  height: 0.302083rem;
  line-height: 0.302083rem;
}
.workDate_posi>span>span[data-v-7958c746] {
  display: block;
  height: 0.302083rem;
  line-height: 0.302083rem;
}
.workDate_posixi[data-v-7958c746] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.green[data-v-7958c746] {
  z-index: 10;
}
.red[data-v-7958c746] {
  z-index: 1000;
}
.yellow[data-v-7958c746] {
  z-index: 100;
}
.daycontent ul li[data-v-7958c746] {
  width: 100%;
  min-height: 0.677083rem;
  background: #FFFFFF;
  border: 0.005208rem solid #F4F4F4;
  -webkit-box-shadow: 0 0 0.09375rem 0 rgba(166, 171, 177, 0.2);
          box-shadow: 0 0 0.09375rem 0 rgba(166, 171, 177, 0.2);
  border-radius: 0.020833rem;
  margin-bottom: 0.104167rem;
  padding: 0.104167rem;
}
.daycontent ul li h3[data-v-7958c746] {
  font-size: 0.083333rem;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #323053;
}
.daycontent ul li h3 span[data-v-7958c746] {
  font-size: 0.072917rem;
  font-family: Helvetica;
  font-weight: 400;
  color: #323053;
  opacity: 0.4;
}
.daycontent ul li div[data-v-7958c746] {
  font-size: 0.072917rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #323053;
  line-height: 0.114583rem;
  opacity: 0.8;
}
.el-icon-more[data-v-7958c746] {
  font-size: 0.125rem;
  color: #367CF1;
}
.el-dropdown-link[data-v-7958c746] {
  cursor: pointer;
  color: #000;
}
.el-icon-arrow-down[data-v-7958c746] {
  font-size: 0.104167rem;
  font-weight: 500;
}
.year-month[data-v-7958c746] {
  font-size: 0.125rem;
}
.workDate_posixi_task[data-v-7958c746] {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  width: 0.026042rem;
  height: 0.026042rem;
  bottom: 0.026042rem;
  background: green;
  border-radius: 50%;
  z-index: 0;
}
.workTable .navWork li[data-v-7958c746] {
  margin-bottom: 0.104167rem;
  height: 0.854167rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 0.09375rem 0 rgba(166, 171, 177, 0.2);
          box-shadow: 0 0 0.09375rem 0 rgba(166, 171, 177, 0.2);
  border-radius: 0.03125rem;
}
.workTable .myWork li[data-v-7958c746] {
  border-left: #376CD9 0.020833rem solid;
}
.workTable .helpWork li[data-v-7958c746] {
  border-left: #F68267 0.020833rem solid;
}
.workTable .offWork li[data-v-7958c746] {
  border-left: #1FB175 0.020833rem solid;
}
.list[data-v-7958c746] {
  padding: 0.104167rem;
  position: relative;
  overflow: hidden;
}
.list>h4[data-v-7958c746] {
  margin-bottom: 0.104167rem;
  color: #323053;
  font-size: 0.09375rem;
  font-weight: 500;
}
.list>h4 span[data-v-7958c746] {
  display: block;
  width: 0.166667rem;
  height: 0.166667rem;
  border-radius: 0.020833rem;
  font-size: 0.072917rem;
  font-family: '\601D\6E90\9ED1\4F53';
  text-align: center;
  line-height: 0.166667rem;
}
.list_g[data-v-7958c746] {
  background: rgba(249, 77, 110, 0.12);
  color: #F94D6E;
}
.list_z[data-v-7958c746] {
  background: rgba(153, 74, 222, 0.12);
  color: #994ADE;
}
.list_d[data-v-7958c746] {
  background: rgba(62, 186, 190, 0.12);
  color: #3EBABE;
}
.list_li[data-v-7958c746] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list_li>div[data-v-7958c746]:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.072917rem;
  font-family: '\601D\6E90\9ED1\4F53';
  font-weight: 400;
  color: #77777E;
  line-height: 2em;
  cursor: pointer;
}
.list_li>div>div[data-v-7958c746] {
  display: none;
}
.list_li>div:first-child:hover>div[data-v-7958c746] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(11, 25, 19,0.64);
  display: block;
  z-index: 10;
  text-align: center;
  line-height: 0.854167rem;
  font-size: 0.125rem;
  font-family: '\601D\6E90\9ED1\4F53';
  font-weight: 400;
  color: #FFFFFF;
}
.allFixed[data-v-7958c746] .el-select .el-input__inner,
.allFixed[data-v-7958c746]  .el-input__inner,
.allFixed[data-v-7958c746] .el-date-editor,
.allFixed[data-v-7958c746] .el-input__icon,
.allFixed[data-v-7958c746] .el-date-editor .el-range-separator {
  line-height: 0.166667rem;
  height: 0.166667rem;
  vertical-align: middle;
}
.allFixed_class[data-v-7958c746] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* width: 60%; */
}
.allFixed_class>div[data-v-7958c746] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.allFixed_class>div[data-v-7958c746]:first-child {
  padding-right: 0.15625rem;
  border-right: 0.005208rem solid #F2F2F7;
}
.allFixed_class>div[data-v-7958c746]:last-child {
  margin-left: 0.15625rem;
}
.allFixed_class>div:first-child table td[data-v-7958c746]:nth-of-type(odd) {
  text-align: right;
  white-space: nowrap;
}
.allFixed_class> table td[data-v-7958c746]:nth-of-type(odd) {
  white-space: nowrap;
  text-align: right;
}
.allFixed_class>div:last-child table td:nth-of-type(even) .el-input[data-v-7958c746] {
  width: 80%;
}
.allFixed_class table[data-v-7958c746] {
  border-collapse: separate;
  border-spacing: 0.052083rem;
  width: 100%;
}
.allFixed table[data-v-7958c746] {
  border-collapse: separate;
  border-spacing: 0.052083rem;
  width: 100%;
}
.detail[data-v-7958c746] {
  /* background:rgba(242, 242, 247, 0.7); */
  border: 0.005208rem solid #E4E7ED;
  padding: 1em;
  font-size: 0.072917rem;
  color: #323053;
  border-radius: 0.020833rem;
  width: 4.166667rem;
  min-height: 0.520833rem;
}
.detail p[data-v-7958c746]:nth-of-type(even) {
  color: #323053;
  margin-bottom: 0.052083rem;
}
.container[data-v-54060ed3] {
  width: 100%;
  min-height: 100%;
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  font-size: 0.09375rem;
  padding: 0.104167rem;
}
.container[data-v-54060ed3] .el-select .el-input__inner,
.container[data-v-54060ed3]  .el-input__inner,
.container[data-v-54060ed3] .el-date-editor,
.container[data-v-54060ed3] .el-input__icon,
.container[data-v-54060ed3] .el-date-editor .el-range-separator {
  line-height: 0.166667rem;
  height: 0.166667rem;
  vertical-align: middle;
}
.container[data-v-54060ed3] .el-button {
  line-height: 0.5;
  height: 0.166667rem;
  vertical-align: middle;
}
.header[data-v-54060ed3] {
  width: 100%;
  height: 0.260417rem;
  text-align: center;
  position: relative;
}
.table[data-v-54060ed3] {
  height: calc(100% - 0.260417rem);
}
.creatNewspaper[data-v-54060ed3] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0.104167rem;
  background: #FFFFFF;
}
.creatNewspaper section[data-v-54060ed3],
.creatNewspaper1 section[data-v-54060ed3] {
  margin-bottom: 0.104167rem;
  width: 100%;
  font-size: 0.083333rem;
}
.creatNewspaper .section_1[data-v-54060ed3],
.creatNewspaper1 .section_1[data-v-54060ed3] {
  height: 0.505208rem;
  background: #FFFFFF;
  border: 0.005208rem solid #F9F9F9;
  -webkit-box-shadow: 0 0 0.067708rem 0 rgba(196, 196, 196, 0.16);
          box-shadow: 0 0 0.067708rem 0 rgba(196, 196, 196, 0.16);
  border-radius: 0.03125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.166667rem 0;
}
.creatNewspaper1 .section_1 .section_td span[data-v-54060ed3] {
  width: 0.416667rem;
  white-space: nowrap;
}
.creatNewspaper .section_2[data-v-54060ed3],
.creatNewspaper1 .section_2[data-v-54060ed3] {
  height: 1.015625rem;
  background: #FFFFFF;
  border: 0.005208rem solid #F9F9F9;
  -webkit-box-shadow: 0 0 0.067708rem 0 rgba(196, 196, 196, 0.16);
          box-shadow: 0 0 0.067708rem 0 rgba(196, 196, 196, 0.16);
  border-radius: 0.03125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.creatNewspaper .section_4[data-v-54060ed3],
.creatNewspaper1 .section_4[data-v-54060ed3] {
  height: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.creatNewspaper .section_4 h3[data-v-54060ed3],
.creatNewspaper1 .section_4 h3[data-v-54060ed3] {
  height: 0.182292rem;
  font-size: 0.104167rem;
  font-family: '\601D\6E90\9ED1\4F53';
}
.creatNewspaper .section_4>div[data-v-54060ed3],
.creatNewspaper1 .section_4>div[data-v-54060ed3] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 0.104167rem;
}
.creatNewspaper .section_4>div[data-v-54060ed3]:last-child,
.creatNewspaper1 .section_4>div[data-v-54060ed3]:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 0;
}
.creatNewspaper .section_5[data-v-54060ed3],
.creatNewspaper1 .section_5[data-v-54060ed3] {
  height: 0.208333rem;
}
.section_td[data-v-54060ed3] {
  height: 0.166667rem;
  line-height: 0.166667rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.section_td span[data-v-54060ed3] {
  display: inline-block;
  width: 0.78125rem;
  text-align: right;
}
.section_td .el-input[data-v-54060ed3] {
  width: 1.041667rem;
}
.section_2_1[data-v-54060ed3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.052083rem 0.15625rem;
  width: 50%;
}
.section_2_1[data-v-54060ed3]:first-child {
  padding: 0.260417rem 0.104167rem;
}
.creatNewspaper1 .section_2_1[data-v-54060ed3]:first-child {
  padding: 0.104167rem 0.104167rem;
}
.creatNewspaper1 .section_2_1:first-child p[data-v-54060ed3] {
  margin-bottom: 0.026042rem;
}

/* .section_2_1:last-child{
  padding:50px ;
} */
.section_2_1_1[data-v-54060ed3] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.section_2_1_1 .section_td[data-v-54060ed3] {
  margin-bottom: 0.052083rem;
}
.creatNewspaper .section_3[data-v-54060ed3],
.creatNewspaper1 .section_3[data-v-54060ed3] {
  height: 1.40625rem;
  border-radius: 0.03125rem;
}
.creatNewspaper .section_3 h3[data-v-54060ed3],
.creatNewspaper1 .section_3 h3[data-v-54060ed3] {
  height: 0.182292rem;
  font-size: 0.104167rem;
  font-family: '\601D\6E90\9ED1\4F53';
}
.creatNewspaper .section_3>div[data-v-54060ed3],
.creatNewspaper1 .section_3>div[data-v-54060ed3] {
  height: calc(1.40625rem - 0.182292rem);
  width: 100%;
  -webkit-box-shadow: 0 0 0.067708rem 0 rgba(196, 196, 196, 0.16);
          box-shadow: 0 0 0.067708rem 0 rgba(196, 196, 196, 0.16);
  overflow: auto;
}
.creatNewspaper .section_3>div table[data-v-54060ed3],
.creatNewspaper1 .section_3>div table[data-v-54060ed3] {
  width: 100%;
  text-indent: 2em;
}
.creatNewspaper .section_3>div table thead tr[data-v-54060ed3],
.creatNewspaper1 .section_3>div table thead tr[data-v-54060ed3] {
  background: #EDEFF3;
  height: 0.3125rem;
  font-size: 0.083333rem;
}
.creatNewspaper .section_3>div table tbody tr[data-v-54060ed3],
.creatNewspaper1 .section_3>div table tbody tr[data-v-54060ed3] {
  height: 0.208333rem;
  border-bottom: 0.005208rem solid #F4F4F4;
  color: rgba(50, 48, 83, 0.8);
  font-size: 0.072917rem;
}
.creatNewspaper1 .section_1[data-v-54060ed3],
.creatNewspaper1 .section_2[data-v-54060ed3],
.creatNewspaper1 .section_3>div[data-v-54060ed3] {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0.005208rem solid #EDEDED;
}
.section_3>div table tbody tr span[data-v-54060ed3] {
  display: block;
  width: 0.166667rem;
  height: 0.166667rem;
  border-radius: 0.020833rem;
  font-size: 0.072917rem;
  font-family: '\601D\6E90\9ED1\4F53';
  text-align: center;
  line-height: 0.166667rem;
  margin-left: 2em;
  text-indent: 0;
}
.list_g[data-v-54060ed3] {
  background: rgba(249, 77, 110, 0.12);
  color: #F94D6E;
}
.list_z[data-v-54060ed3] {
  background: rgba(153, 74, 222, 0.12);
  color: #994ADE;
}
.list_d[data-v-54060ed3] {
  background: rgba(62, 186, 190, 0.12);
  color: #3EBABE;
}
.hovers > div[data-v-54060ed3] {
  position: absolute;
  width: 1.041667rem;
  height: auto;
  background: white;
  right: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  z-index: 10;
  bottom: 0.197917rem;
  text-align: left;
  padding: 0.026042rem;
  white-space: normal;
  line-height: 150%;
}
.hovers[data-v-54060ed3] {
  position: relative;
  cursor: pointer;
}
.allFixed_class[data-v-54060ed3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* width: 60%; */
}
.allFixed_class>div[data-v-54060ed3] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.allFixed_class>div[data-v-54060ed3]:first-child {
  padding-right: 0.15625rem;
  border-right: 0.005208rem solid #F2F2F7;
}
.allFixed_class>div[data-v-54060ed3]:last-child {
  margin-left: 0.15625rem;
}
.allFixed_class>div:first-child table td[data-v-54060ed3]:nth-of-type(odd) {
  text-align: right;
  white-space: nowrap;
}
.allFixed_class> table td[data-v-54060ed3]:nth-of-type(odd) {
  white-space: nowrap;
  text-align: right;
}
.allFixed_class>div:last-child table td:nth-of-type(even) .el-input[data-v-54060ed3] {
  width: 80%;
}
.allFixed_class table[data-v-54060ed3] {
  border-collapse: separate;
  border-spacing: 0.052083rem;
  width: 100%;
}
.detail[data-v-54060ed3] {
  /* background:rgba(242, 242, 247, 0.7); */
  border: 0.005208rem solid #E4E7ED;
  padding: 1em;
  font-size: 0.072917rem;
  color: #323053;
  border-radius: 0.020833rem;
  width: 4.166667rem;
  min-height: 0.520833rem;
}
.detail p[data-v-54060ed3]:nth-of-type(even) {
  color: #323053;
  margin-bottom: 0.052083rem;
}
#main[data-v-54060ed3] {
  width: 100%;
  height: 100%;
}
.btn[data-v-54060ed3] {
  width: 0.416667rem;
  height: 0.166667rem;
  background: #F7F7F9;
  border-radius: 0.020833rem;
  font-size: 0.072917rem;
  font-family: '\601D\6E90\9ED1\4F53';
  font-weight: 400;
  color: #323053;
  border: none;
  margin-left: 0.026042rem;
}
.activebtn[data-v-54060ed3] {
  background: #4793FB;
  color: white;
}
.section_class.section_td p span i[data-v-54060ed3] {
  display: inline-block;
  width: 0.104167rem;
  height: 0.026042rem;
  border-radius: 0.015625rem;
  vertical-align: middle;
}
.section_class.section_td[data-v-54060ed3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0.083333rem;
}
.section_class.section_td p[data-v-54060ed3] {
  min-width: 30%;
  margin-top: 0.052083rem;
}
.section_class.section_td p span[data-v-54060ed3] {
  text-align: left;
  line-height: 1em;
}
.container[data-v-c0445dfa] {
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 0.083333rem;
  padding: 0.104167rem;
  background: white;
}
.header[data-v-c0445dfa] {
  width: 100%;
  margin-bottom: 0.15625rem;
}
.header .search[data-v-c0445dfa] {
  width: 1.109375rem;
  height: 0.166667rem;
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
  overflow: hidden;
  position: relative;
  border: 0.005208rem solid #eee;
}
.header .search input[data-v-c0445dfa] {
  height: 100%;
  width: 0.911458rem;
  font-size: 0.083333rem;
  padding-left: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header .search button[data-v-c0445dfa] {
  /* width: 38px; */
  position: absolute;
  right: 0;
  padding: 0 0.015625rem;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border: none;
  color: white;
  font-weight: 600;
  font-size: 0.09375rem;
  cursor: pointer;
}
.table[data-v-c0445dfa] {
  height: calc(100% - 0.520833rem);
}
.table table tr td[data-v-c0445dfa] {
  padding: 0 0.026042rem !important;
}
.colorstyle[data-v-c0445dfa] {
  cursor: pointer;
  color: blue;
  cursor: pointer;
}
.allFixed > div table tr td .input[data-v-c0445dfa] {
  width: 1.041667rem;
  height: 0.15625rem;
  background: rgba(245, 249, 252, 1);
  border: 0.005208rem solid rgba(242, 242, 244, 1);
  border-radius: 0.020833rem;
  display: inline-block;
  vertical-align: top;
  padding-left: 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 0.15625rem;
}
.allFixed > div table[data-v-c0445dfa] {
  border-collapse: separate;
  border-spacing: 0.026042rem;
}
.allFixed > div table tr td[data-v-c0445dfa]:nth-of-type(odd) {
  white-space: nowrap;
  /* line-height: 30px; */
}
.allFixed h3[data-v-c0445dfa] {
  font-size: 0.125rem;
  white-space: nowrap;
}
.allFixed table td:nth-of-type(even) .el-input[data-v-c0445dfa] {
  width: 0.78125rem;
}
.table table tr.even[data-v-c0445dfa] {
  background: rgba(243, 255, 250, 1);
  border-radius: 0.03125rem;
}
.table table tr.odd[data-v-c0445dfa] {
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
}
.input_model[data-v-c0445dfa] {
  background-color: #F5F7FA;
  border-color: #E4E7ED;
  color: #C0C4CC;
  border: 0.005208rem solid #DCDFE6;
  line-height: 0.208333rem;
  text-indent: 0.078125rem;
  border-radius: 0.020833rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0.8;
}
.input_model[data-v-c0445dfa] {
  background-color: #F5F7FA;
  border-color: #E4E7ED;
  font-size: 0.072917rem;
  color: #C0C4CC;
  border: 0.005208rem solid #DCDFE6;
  line-height: 0.208333rem;
  text-indent: 0.078125rem;
  border-radius: 0.020833rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0.8;
  padding-right: 0.052083rem;
}
.footer[data-v-c0445dfa] {
  border: 0.005208rem solid #ccc;
  text-align: center;
  border-radius: 0.026042rem;
  width: 90%;
  line-height: 0.3125rem;
  margin: 0.052083rem auto;
  margin-bottom: 0.15625rem;
}
.allFixed > div table tr td[data-v-c0445dfa]:nth-of-type(odd) {
  white-space: nowrap;
  text-align: right;
}
.hovers > div[data-v-c0445dfa] {
  position: absolute;
  width: 1.041667rem;
  height: auto;
  background: white;
  right: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  z-index: 10;
  bottom: 0.197917rem;
  text-align: left;
  padding: 0.026042rem;
  white-space: normal;
  line-height: 150%;
}
.hovers[data-v-c0445dfa] {
  position: relative;
  cursor: pointer;
}
.container[data-v-c0445dfa] .el-select .el-input__inner,
.container[data-v-c0445dfa]  .el-input__inner,
.container[data-v-c0445dfa] .el-date-editor,
.container[data-v-c0445dfa] .el-input__icon,
.container[data-v-c0445dfa] .el-date-editor .el-range-separator {
  line-height: 0.166667rem;
  height: 0.166667rem;
  vertical-align: middle;
}
.container[data-v-c0445dfa] .el-button {
  line-height: 0.5;
  height: 0.166667rem;
  vertical-align: middle;
}
.is-vertical[data-v-620b2cf8] {
  height: 100%;
  overflow: auto;
  background: url(../../static/img/allback.c21dea7.png) no-repeat;
  background-size: cover;
  background-position: 0 0;
}
.el-header[data-v-620b2cf8] {
  width: 100%;
  background: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  height: 0.416667rem !important;
  position: fixed;
  z-index: 5;
}
.is-vertical .el-container[data-v-620b2cf8] {
  width: 60%;
  height: calc(100% - 0.416667rem);
  margin: 0 auto;
  padding-top: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 0.416667rem;
}
.el-aside[data-v-620b2cf8] {
  background: white;
  height: 100%;
}
.el-header>.header_el[data-v-620b2cf8] {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20%;
}
.el-header>.header_el>img[data-v-620b2cf8] {
  position: absolute;
  left: 20%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8%;
}
.header_el .nav[data-v-620b2cf8] {
  position: absolute;
  right: 0;
  width: 70%;
  background: url(../../static/img/head-bj.9299805.png);
  background-size: cover;
  height: 100%;
  top: 0;
  vertical-align: middle;
}
.header_el .nav ul[data-v-620b2cf8] {
  position: absolute;
  right: 30%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: white;
}
.header_el .nav li[data-v-620b2cf8] {
  float: left;
  margin: 0 0.026042rem;
  line-height: 0.208333rem;
  vertical-align: middle;
}
.header_el .nav li img[data-v-620b2cf8] {
  width: 0.208333rem;
  height: 0.208333rem;
  vertical-align: middle;
  border-radius: 50%;
}
.el-aside .left-bar li[data-v-620b2cf8] {
  line-height: 0.260417rem;
  height: 0.260417rem;
  font-size: 0.083333rem;
  padding: 0 1em !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: rgba(255,255,255,1) 0.010417rem solid;
}
.el-aside .left-bar li a[data-v-620b2cf8] {
  display: block;
  width: 100%;
  height: 100%;
}
.el-aside .left-bar .active[data-v-620b2cf8] {
  text-decoration: none;
  background: rgba(255,187,59,0.18);
  border-left: rgba(245,141,47,1) 0.010417rem solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.active a[data-v-620b2cf8],
.el-aside .left-bar li:hover a[data-v-620b2cf8] {
  color: #F48D2F;
}
.el-aside .left-bar li[data-v-620b2cf8]:hover {
  background: rgba(255,187,59,0.18);
  border-left: rgba(245,141,47,1) 0.010417rem solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.el-main[data-v-620b2cf8] {
  padding: 0;
}
.head[data-v-620b2cf8] {
  cursor: pointer;
}
.container[data-v-97473de2] {
  padding: 0 0.104167rem;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.container>h3[data-v-97473de2] {
  line-height: 0.3125rem;
  background: white;
  margin-bottom: 0.104167rem;
}
.container>h3 span[data-v-97473de2] {
  display: inline-block;
  padding: 0 0.15625rem;
  font-size: 0.09375rem;
  color: rgba(51,48,84,1);
  font-family: '\601D\6E90\9ED1\4F53';
  cursor: pointer;
}
.container>h3 .active[data-v-97473de2] {
  color: #F48D2F;
}
.container_img[data-v-97473de2] {
  position: relative;
}
.container_img[data-v-97473de2],
.container_img img[data-v-97473de2] {
  width: 100%;
}
.container_img_position1[data-v-97473de2] {
  width: 1.041667rem;
  height: 1.041667rem;
  position: absolute;
  top: 1.041667rem;
  left: 0.520833rem;
  cursor: pointer;
}
.container_img_position1>div[data-v-97473de2],
.container_img_position2>div[data-v-97473de2],
.container_img_position3>div[data-v-97473de2],
.container_img_position4>div[data-v-97473de2] {
  display: none;
  width: 1.5625rem;
  height: 1.041667rem;
  line-height: 150%;
  background: white;
  position: absolute;
}
.container_img_position1:hover>div[data-v-97473de2] {
  display: block;
  left: 1.041667rem;
  top: -0.520833rem;
}
.container_img_position2[data-v-97473de2] {
  width: 0.78125rem;
  height: 1.041667rem;
  position: absolute;
  top: 0.416667rem;
  right: 1.302083rem;
  cursor: pointer;
}
.container_img_position2:hover>div[data-v-97473de2] {
  display: block;
  left: -1.5625rem;
  top: 0;
}
.container_img_position3[data-v-97473de2] {
  width: 0.677083rem;
  height: 1.041667rem;
  position: absolute;
  bottom: 0.104167rem;
  left: 1.40625rem;
  cursor: pointer;
}
.container_img_position3:hover>div[data-v-97473de2] {
  display: block;
  left: 0.78125rem;
  top: -0.104167rem;
}
.container_img_position4[data-v-97473de2] {
  width: 0.78125rem;
  height: 1.197917rem;
  position: absolute;
  top: 0.15625rem;
  right: 0.3125rem;
  cursor: pointer;
}
.container_img_position4:hover>div[data-v-97473de2] {
  display: block;
  left: -1.5625rem;
  top: 0;
}
.container_img_position1 .container_img_hover_posi[data-v-97473de2] {
  position: absolute;
  width: 0.104167rem;
  height: 0.104167rem;
  border-top: 0.072917rem solid transparent;
  border-right: 0.072917rem solid #fff;
  border-bottom: 0.072917rem solid transparent;
  left: -0.104167rem;
  top: 0.833333rem;
}
.container_img_position2 .container_img_hover_posi[data-v-97473de2] {
  position: absolute;
  width: 0.104167rem;
  height: 0.104167rem;
  border-top: 0.072917rem solid transparent;
  border-left: 0.072917rem solid #fff;
  border-bottom: 0.072917rem solid transparent;
  right: -0.104167rem;
  top: 0.46875rem;
}
.container_img_position3 .container_img_hover_posi[data-v-97473de2] {
  position: absolute;
  width: 0.104167rem;
  height: 0.104167rem;
  border-top: 0.072917rem solid transparent;
  border-right: 0.072917rem solid #fff;
  border-bottom: 0.072917rem solid transparent;
  left: -0.104167rem;
  top: 0.833333rem;
}
.container_img_position4 .container_img_hover_posi[data-v-97473de2] {
  position: absolute;
  width: 0.104167rem;
  height: 0.104167rem;
  border-top: 0.072917rem solid transparent;
  border-left: 0.072917rem solid #fff;
  border-bottom: 0.072917rem solid transparent;
  right: -0.104167rem;
  top: 0.46875rem;
}
.container_img_hover[data-v-97473de2] {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.container_img_hover>div[data-v-97473de2]:nth-of-type(1) {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  padding-right: 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  height: 100%;
  border-right: 0.005208rem #ccc dotted;
}
.container_img_hover>div:nth-of-type(1)>div[data-v-97473de2]:nth-of-type(1) {
  height: 80%;
  width: 100%;
  background: #FFEACF;
  overflow: hidden;
  position: relative;
}
.container_img_hover>div img[data-v-97473de2] {
  width: 100%;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.container_img_hover>div span[data-v-97473de2] {
  color: #ccc;
}
.container_img_hover>div[data-v-97473de2]:nth-of-type(2) {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  padding-left: 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.container_img_hover>div:nth-of-type(2) p[data-v-97473de2] {
  margin-top: 0.026042rem;
}
.container[data-v-44a33240] {
  margin: 0 0.104167rem;
  width: calc(100% - 0.208333rem);
  min-height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 0.208333rem;
}
.container>h3[data-v-44a33240] {
  line-height: 0.34375rem;
  border-bottom: 0.005208rem solid #ccc;
  margin-bottom: 0.15625rem;
}
.container>h3 span[data-v-44a33240] {
  display: inline-block;
  padding: 0 0.15625rem;
  font-size: 0.09375rem;
  color: rgba(51,48,84,.6);
  font-family: '\601D\6E90\9ED1\4F53';
  cursor: pointer;
}
.container>h3 .active[data-v-44a33240] {
  color: rgba(51,48,84,1);
}
.backj-exc-file[data-v-44a33240] {
  width: 0.677083rem;
  height: 0.677083rem;
  background: rgba(255,255,255,1);
  border: 0.005208rem solid rgba(238,239,241,1);
  font-size: 0.125rem;
  text-align: center;
  line-height: 0.677083rem;
  color: #ccc;
}
.backj-exc-file img[data-v-44a33240] {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#image[data-v-44a33240] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
  width: 0.677083rem;
  height: 0.677083rem;
}
table[data-v-44a33240] {
  border-collapse: separate;
  border-spacing: 0.052083rem;
}
table p[data-v-44a33240] {
  font-size: 0.0625rem;
  color: #ccc;
}
input[data-v-44a33240] {
  width: 100%;
  height: 0.177083rem;
  border: 0.005208rem solid #eee;
  text-indent: 0.052083rem;
}
.btn_blue[data-v-44a33240] {
  width: 0.46875rem;
  height: 0.177083rem;
  background: -webkit-gradient(linear,left bottom, left top,from(rgba(84,154,220,1)),to(rgba(125,188,247,1)));
  background: linear-gradient(0deg,rgba(84,154,220,1) 0%,rgba(125,188,247,1) 100%);
  border-radius: 0.020833rem;
  border: none;
  color: white;
  cursor: pointer;
}
.btn_orange[data-v-44a33240] {
  width: 0.46875rem;
  height: 0.177083rem;
  background: rgba(255,188,60,1);
  border-radius: 0.020833rem;
  border: none;
  color: white;
  cursor: pointer;
}
.oneFixed[data-v-44a33240] {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 1.354167rem;
  height: 0.520833rem;
  background: rgba(0,0,0,1);
  opacity: 0.36;
  border-radius: 0.020833rem;
  font-size: 0.125rem;
  font-family: '\601D\6E90\9ED1\4F53';
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 0.520833rem;
}
.container[data-v-a4ecc132] {
  margin: 0 0.104167rem;
  width: calc(100% - 0.208333rem);
  min-height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 0.208333rem;
}
.container>h3[data-v-a4ecc132] {
  line-height: 0.34375rem;
  border-bottom: 0.005208rem solid #ccc;
  margin-bottom: 0.15625rem;
}
.container>h3 span[data-v-a4ecc132] {
  display: inline-block;
  padding: 0 0.15625rem;
  font-size: 0.09375rem;
  color: rgba(51,48,84,.6);
  font-family: '\601D\6E90\9ED1\4F53';
  cursor: pointer;
}
.container>h3 span>i[data-v-a4ecc132] {
  display: inline-block;
  width: 0.078125rem;
  height: 0.078125rem;
  border: #F58E30 0.005208rem solid;
  border-radius: 50%;
  color: rgba(51,48,84,.6);
  line-height: 0.078125rem;
  text-align: center;
  font-size: 0.0625rem;
  position: relative;
  top: -0.052083rem;
}
.container>h3 .active[data-v-a4ecc132] {
  color: #F58E30;
  font-size: 0.104167rem;
}
.container>h3 div[data-v-a4ecc132] {
  font-size: 0.09375rem;
}
.container>h3 div i[data-v-a4ecc132] {
  margin: 0 -0.026042rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.container>h3 div .active[data-v-a4ecc132] {
  color: #F58E30;
  font-size: 0.09375rem;
}
.container_list p[data-v-a4ecc132] {
  height: 0.15625rem;
  line-height: 0.15625rem;
  cursor: pointer;
  font-size: 0.083333rem;
  font-family: '\601D\6E90\9ED1\4F53';
  position: relative;
}
.container_list i[data-v-a4ecc132] {
  width: 0.026042rem;
  height: 0.026042rem;
  background: #009A44;
  display: inline-block;
  margin-right: 0.026042rem;
  vertical-align: middle;
}
.container_list p img[data-v-a4ecc132] {
  width: 0.15625rem;
  position: relative;
  top: -0.026042rem;
}
.container[data-v-faf5c1ec] {
  margin: 0 0.104167rem;
  width: calc(100% - 0.208333rem);
  min-height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 0.208333rem;
}
.container > .container_list[data-v-faf5c1ec] {
  line-height: 0.34375rem;
  border-bottom: 0.005208rem solid #ccc;
  margin-bottom: 0.052083rem;
}
.container > .container_list span[data-v-faf5c1ec] {
  display: inline-block;
  padding: 0 0.15625rem;
  font-size: 0.09375rem;
  color: rgba(51, 48, 84, 0.6);
  font-family: "\601D\6E90\9ED1\4F53";
  cursor: pointer;
}
.container > .container_list .active[data-v-faf5c1ec] {
  color: #f58e30;
  font-size: 0.104167rem;
}
.container_nav[data-v-faf5c1ec] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.052083rem;
}
.container_nav li[data-v-faf5c1ec] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.083333rem;
  color: rgba(51, 48, 84, 0.6);
  text-align: center;
  height: 0.15625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 0.15625rem;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.container_nav .active[data-v-faf5c1ec] {
  color: rgba(51, 48, 84, 1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-bottom: 0.010417rem solid #6bb4fe;
}
.section[data-v-faf5c1ec] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 0.729167rem;
}
.section_left[data-v-faf5c1ec] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
  padding-right: 0.104167rem;
  border-right: 0.005208rem solid #ccc;
  position: relative;
  font-size: 0.09375rem;
}
.section_left p[data-v-faf5c1ec]:nth-of-type(2) {
  color: #ccc;
  font-size: 0.072917rem;
}
.section_left span[data-v-faf5c1ec] {
  position: absolute;
  width: 0.104167rem;
  height: 0.104167rem;
  background: #f58e30;
  right: -0.052083rem;
  top: 0;
}
.section_right[data-v-faf5c1ec] {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
  background: #f7fbff;
  margin-left: 0.104167rem;
  height: calc(100% - 0.052083rem);
  padding: 0.052083rem;
  margin-bottom: 0.052083rem;
}
.section_right_p[data-v-faf5c1ec] {
  min-height: 0.15625rem;
}
.section_right_title[data-v-faf5c1ec] {
  color: #78828a;
  font-size: 0.072917rem;
}
.section_right_btn[data-v-faf5c1ec],
.section_right_btn_white[data-v-faf5c1ec] {
  width: 0.244792rem;
  height: 0.109375rem;
  background: rgba(255, 188, 59, 1);
  border-radius: 0.010417rem;
  font-size: 0.072917rem;
  color: white;
  border: none;
  cursor: pointer;
}
.section_right_btn_white[data-v-faf5c1ec] {
  color: rgba(255, 188, 59, 1);
  background: white;
  font-size: 0.09375rem;
}
.data_null[data-v-faf5c1ec] {
  width: 100%;
  height: 3.385417rem;
  background: #f7fbff;
  position: relative;
}
.data_null_center[data-v-faf5c1ec] {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.data_null_center p[data-v-faf5c1ec] {
  font-size: 0.125rem;
  font-family: "\601D\6E90\9ED1\4F53";
  font-weight: 400;
  color: rgba(117, 135, 149, 1);
}
.data_null_center img[data-v-faf5c1ec] {
  width: 1.354167rem;
  margin: 0 auto;
  display: block;
  margin-bottom: 0.260417rem;
}
.section_right_btn a[data-v-faf5c1ec] {
  color: white;
}
.container[data-v-3891c679] {
  margin: 0 0.104167rem;
  width: calc(100% - 0.208333rem);
  min-height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 0.208333rem;
}
.container > .container_list[data-v-3891c679] {
  line-height: 0.34375rem;
  border-bottom: 0.005208rem solid #ccc;
  margin-bottom: 0.052083rem;
}
.container > .container_list span[data-v-3891c679] {
  display: inline-block;
  padding: 0 0.15625rem;
  font-size: 0.09375rem;
  color: rgba(51, 48, 84, 0.6);
  font-family: "\601D\6E90\9ED1\4F53";
  cursor: pointer;
}
.container > .container_list .active[data-v-3891c679] {
  color: #f58e30;
  font-size: 0.104167rem;
}
.container_main p[data-v-3891c679] {
  line-height: 0.15625rem;
  cursor: pointer;
}
.container_main p span:hover a[data-v-3891c679] {
  color: #4C79D3;
}
.container[data-v-0b20423b] {
  margin: 0 0.104167rem;
  width: calc(100% - 0.208333rem);
  /* height: 100%; */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.container > h3[data-v-0b20423b] {
  line-height: 0.34375rem;
  height: 0.34375rem;
  margin-bottom: 0.052083rem;
  font-size: 0.125rem;
  background: white;
  padding: 0 0.208333rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.container > h3 > .allSelect_style[data-v-0b20423b] {
  position: relative;
  /* right: -30px; */
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}
.flexs > div[data-v-0b20423b] {
  background: white;
  margin-bottom: 0.052083rem;
  position: relative;
  padding: 0.104167rem;
  padding-top: 0.260417rem;
  line-height: 200%;
  font-size: 0.072917rem;
}
.flexs > div > h3[data-v-0b20423b] {
  position: absolute;
  left: 0;
  top: 0;
  width: 1.208333rem;
  height: 0.208333rem;
  line-height: 0.208333rem;
  color: #f58e30;
  font-family: "\601D\6E90\9ED1\4F53";
  font-size: 0.09375rem;
  text-indent: 0.052083rem;
  background: rgba(255, 243, 220, 1);
  border-radius: 0 0 0.208333rem 0;
}
.flexs > div p[data-v-0b20423b] {
  padding: 0.026042rem 0;
}
.red[data-v-0b20423b] {
  color: red;
}
.allSelect_option[data-v-0b20423b] {
  z-index: 10;
}
.container[data-v-2458a912] {
  margin: 0 0.104167rem;
  width: calc(100% - 0.208333rem);
  height: 100%;
  position: relative;
}
.container_min[data-v-2458a912] {
  width: 100%;
  height: 100%;
  overflow: auto;
}
section[data-v-2458a912] {
  width: 50%;
  float: left;
  padding: 0.052083rem;
  padding-top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
section > .section_top[data-v-2458a912] {
  background: #fff3dc;
  display: inline-block;
  padding: 0 0.078125rem;
  line-height: 0.15625rem;
  color: #f58d30;
  font-size: 0.072917rem;
  border-radius: 0 0.052083rem 0 0;
}
section .section_center[data-v-2458a912] {
  background: white;
  height: 0.703125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.052083rem 0;
}
.section_center_left[data-v-2458a912] {
  -webkit-box-flex: 8;
      -ms-flex: 8;
          flex: 8;
  text-indent: 0.052083rem;
  position: relative;
  line-height: 0.15625rem;
}
.section_center_left_money[data-v-2458a912] {
  position: absolute;
  bottom: 0;
  font-size: 0.0625rem;
}
.section_center_left_money span[data-v-2458a912] {
  margin-right: 0.052083rem;
  color: #ccc;
}
.section_center_left_money span i[data-v-2458a912] {
  font-size: 0.114583rem;
  margin-right: 0.026042rem;
  color: rgba(50,50,50,1);
}
.i_green[data-v-2458a912] {
  width: 0.041667rem;
  height: 0.041667rem;
  border-radius: 50%;
  background: #02AC66;
  display: inline-block;
}
.i_red[data-v-2458a912] {
  width: 0.041667rem;
  height: 0.041667rem;
  border-radius: 50%;
  background: #FF6161;
  display: inline-block;
}
.section_center_right[data-v-2458a912] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-left: 0.005208rem solid #ccc;
  position: relative;
  cursor: pointer;
}
.section_center_right i[data-v-2458a912] {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  text-align: center;
  font-size: 0.125rem;
  color: #407eb9;
  font-weight: 600;
}
.classFixed[data-v-2458a912] {
  width: 100%;
  min-height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: white;
  padding: 0.104167rem;
  z-index: 10;
}
.classFixed table[data-v-2458a912] {
  border-collapse: separate;
  border-spacing: 0.078125rem;
  line-height: 0.166667rem;
  white-space: nowrap;
}
.classFixed table td[data-v-2458a912]:nth-of-type(odd) {
  text-align: right;
}
.classFixed table td[data-v-2458a912]:nth-of-type(even) {
  min-width: 1.197917rem;
}
.classFixed table td:nth-of-type(even) p[data-v-2458a912] {
  background: rgba(245,249,252,1);
  border: 0.005208rem solid rgba(242,242,244,1);
  border-radius: 0.020833rem;
  line-height: 0.166667rem;
  text-indent: 0.052083rem;
  min-width: 1.197917rem;
}
.allFixed_upload_btn[data-v-2458a912] {
  /* width: 100%; */
  height: 100%;
  padding: 0 0.052083rem;
  line-height: 0.166667rem;
  border: 0.005208rem solid rgba(242,242,244,1);
  background: white;
  opacity: 0.8;
  font-size: 0.083333rem;
  color: rgba(255,188,59,1);
  border-radius: 0.020833rem;
  cursor: pointer;
}
.container[data-v-341752a3] {
  margin: 0 0.104167rem;
  width: calc(100% - 0.208333rem);
  min-height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 0.208333rem;
}
.container > .container_list[data-v-341752a3] {
  line-height: 0.34375rem;
  border-bottom: 0.005208rem solid #ccc;
  margin-bottom: 0.052083rem;
}
.container > .container_list span[data-v-341752a3] {
  display: inline-block;
  padding: 0 0.15625rem;
  font-size: 0.09375rem;
  color: rgba(51, 48, 84, 0.6);
  font-family: "\601D\6E90\9ED1\4F53";
  cursor: pointer;
}
.container > .container_list .active[data-v-341752a3] {
  color: #f58e30;
  font-size: 0.104167rem;
}
h4[data-v-341752a3] {
  font-size: 0.09375rem;
  font-family: '\601D\6E90\9ED1\4F53';
  font-weight: 400;
  color: rgba(51,51,51,1);
  padding: 0.026042rem 0;
  border-bottom: 0.010417rem solid #6BB3FE;
  display: inline-block;
}
.section_box[data-v-341752a3] {
  width: 33%;
  float: left;
  padding: 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.section_box>div[data-v-341752a3] {
  background: white url(../../static/img/back.4f87e86.png) no-repeat;
  background-size: auto 100%;
  background-position: right;
  height: 0.635417rem;
  -webkit-box-shadow: 0 0 0.0625rem 0 rgba(64,126,185,0.12);
          box-shadow: 0 0 0.0625rem 0 rgba(64,126,185,0.12);
  border-radius: 0.020833rem;
  padding: 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.section_box>div p[data-v-341752a3]:nth-of-type(1) {
  font-family: '\601D\6E90\9ED1\4F53';
  font-weight: 400;
  color: rgba(51,51,51,1);
}
.section_box>div p[data-v-341752a3]:nth-of-type(2) {
  font-family: '\601D\6E90\9ED1\4F53';
  font-weight: 400;
  color: rgba(120,130,138,.6);
}
.section_box>div p[data-v-341752a3]:nth-of-type(3) {
  position: absolute;
  bottom: 0.052083rem;
}
.section_box>div p:nth-of-type(3) a[data-v-341752a3] {
  width: 0.3125rem;
  height: 0.166667rem;
  background: rgba(255,188,59,1);
  border-radius: 0.010417rem;
  display: inline-block;
  color: white;
  line-height: 0.166667rem;
  text-align: center;
}
.container[data-v-54d34512] {
  margin: 0 0.104167rem;
  width: calc(100% - 0.208333rem);
  min-height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 0.208333rem;
}
.table_list[data-v-54d34512] {
  width: 100%;
}
.table_list table[data-v-54d34512] {
  width: 100%;
  position: relative;
  text-indent: 0.052083rem;
}
.table_list table thead tr[data-v-54d34512] {
  height: 0.34375rem;
  font-family: '\601D\6E90\9ED1\4F53';
  font-weight: 500;
  color: rgba(50,48,83,1);
  border-bottom: 0.005208rem solid #ccc;
}
.table_list table thead tr td[data-v-54d34512] {
  font-size: 0.09375rem;
}
.table_list table tbody tr[data-v-54d34512]:nth-of-type(even) {
  height: 0.208333rem;
  background: rgba(241,248,255,1);
}
.table_list table tbody tr[data-v-54d34512]:nth-of-type(odd) {
  height: 0.208333rem;
  background: rgba(255,255,255,1);
}
.table_list table tbody tr td[data-v-54d34512] {
  color: rgba(50,48,83,0.8);
}
.table_list table tbody tr span[data-v-54d34512] {
  margin-right: 0.052083rem;
}
.table_list table tbody tr .btn[data-v-54d34512] {
  cursor: pointer;
}
.table_list table tbody tr:hover .btn[data-v-54d34512] {
  color: #4B79D3;
}
.table_list table tbody tr[data-v-54d34512]:hover {
  z-index: 10;
  -webkit-box-shadow: 0 0.015625rem 0.036458rem 0 rgba(111,162,212,0.29);
          box-shadow: 0 0.015625rem 0.036458rem 0 rgba(111,162,212,0.29);
}
.i_green[data-v-54d34512] {
  width: 0.041667rem;
  height: 0.041667rem;
  border-radius: 50%;
  background: #02AC66;
  display: inline-block;
  vertical-align: middle;
}
.i_red[data-v-54d34512] {
  width: 0.041667rem;
  height: 0.041667rem;
  border-radius: 50%;
  background: #FF6161;
  display: inline-block;
  vertical-align: middle;
}
.allFixed[data-v-54d34512] {
  z-index: 10;
}
.allFixed > div[data-v-54d34512] {
  width: 50%;
}
.creat > p[data-v-54d34512] {
  margin-bottom: 0.104167rem;
}
.creat_1[data-v-54d34512],
.creat_2[data-v-54d34512] {
  font-size: 0.083333rem;
}
.creat_1 p[data-v-54d34512],
.creat_2 p[data-v-54d34512] {
  background: white;
  width: 100%;
  height: 0.208333rem;
  line-height: 0.208333rem;
  margin-bottom: 0.104167rem;
}
.creat_1 p i[data-v-54d34512],
.creat_2 p i[data-v-54d34512] {
  display: inline-block;
  width: 0.208333rem;
  padding-left: 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.creat_1 > div[data-v-54d34512] {
  min-height: 0.3125rem;
  position: relative;
}
.creat_1 li[data-v-54d34512] {
  margin-bottom: 0.104167rem;
  padding-left: 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.creat_1 li input[data-v-54d34512] {
  width: 0.104167rem;
  height: 0.104167rem;
  background: white;
  white-space: normal;
}
.creat_2 > div[data-v-54d34512] {
  width: 100%;
  background: white;
  margin-bottom: 0.104167rem;
}
.creat_2 > div textarea[data-v-54d34512] {
  width: 100%;
  height: 1.041667rem;
  border: none;
  display: block;
  padding: 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.creat_disabled[data-v-54d34512] {
  padding: 0.260417rem;
}
.creat_disabled h3[data-v-54d34512] {
  text-align: center;
  padding-bottom: 0.104167rem;
  color: rgba(50, 48, 83, 1);
  font-size: 0.09375rem;
  font-family: "\601D\6E90\9ED1\4F53";
  border-bottom: solid 0.005208rem rgba(238, 238, 238, 1);
}
.creat_disabled .creat_1 p[data-v-54d34512],
.creat_disabled .creat_2 p[data-v-54d34512] {
  background: rgba(232, 244, 255, 1);
  position: relative;
  padding-left: 0.15625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: 0.15625rem;
  width: calc(100% - 0.15625rem);
  color: rgba(6, 111, 228, 1);
}
.creat_disabled .creat_1 p i[data-v-54d34512],
.creat_disabled .creat_2 p i[data-v-54d34512] {
  display: inline-block;
  padding: 0;
  width: 0.3125rem;
  height: 0.3125rem;
  line-height: 0.3125rem;
  position: absolute;
  left: -0.15625rem;
  border-radius: 50%;
  top: 50%;
  background: rgba(232, 244, 255, 1);
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0.104167rem;
}
.creat_disabled .creat_1 ul[data-v-54d34512] {
  padding-left: 0.3125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: rgba(50, 48, 83, 0.7);
  font-size: 0.072917rem;
}
.creat_disabled .creat_2 textarea[data-v-54d34512] {
  background: white;
  border: 0.005208rem solid #eee;
}
.is-vertical[data-v-55627b09] {
  height: 100%;
  overflow: auto;
}
.el-header[data-v-55627b09] {
  width: 100%;
  background: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  height: 0.416667rem !important;
  position: fixed;
  z-index: 5;
}
.is-vertical .el-container[data-v-55627b09] {
  width: 100%;
  height: calc(100% - 0.416667rem);
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 0.416667rem;
}
.el-aside[data-v-55627b09] {
  background: rgba(53, 73, 93, 1);
  height: 100%;
  width: 1.145833rem !important;
  overflow: hidden;
}
.el-header > .header_el[data-v-55627b09] {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.el-header > .header_el > img[data-v-55627b09] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8%;
}
.header_el .nav[data-v-55627b09] {
  position: absolute;
  right: 0;
  background-size: cover;
  height: 100%;
  top: 0;
  vertical-align: middle;
  margin-right: 0.104167rem;
  line-height: 0.416667rem;
}
.header_el .nav img[data-v-55627b09] {
  width: 0.208333rem;
  height: 0.208333rem;
  vertical-align: middle;
  border-radius: 50%;
  border: 0.005208rem solid #eaeaea;
}
.el-aside[data-v-55627b09] .el-menu-vertical-demo {
  width: 1.171875rem;
  margin-top: 0.208333rem;
}
.el-menu-item.is-active[data-v-55627b09] {
  background-color: #2E3E4F !important;
  color: #fff !important;
  width: 100%;
}
.el-submenu__title[data-v-55627b09] {
  width: 100%;
  padding-left: 0.260417rem;
}
.el-menu-item[data-v-55627b09] {
  padding-left: 0.442708rem!important;
}
.el-submenu__title span[data-v-55627b09] {
  display: inline-block;
  width: 0.625rem;
  font-size: 0.083333rem;
}
.el-menu-item[data-v-55627b09],
.el-submenu__title span[data-v-55627b09] {
  text-align: center;
  color: rgba(255, 255, 255, 0.6) !important;
  font-size: 0.083333rem;
}

/* .el-submenu__title img{
  margin-left: 20px;
} */
.el-main[data-v-55627b09] {
  padding: 0.104167rem;
}
.head[data-v-55627b09] {
  cursor: pointer;
}
.el-dropdown-link[data-v-55627b09] {
  cursor: pointer;
}
.container[data-v-50adda27] .el-select .el-input__inner,
.container[data-v-50adda27] .el-input__inner,
.container[data-v-50adda27] .el-date-editor,
.container[data-v-50adda27] .el-input__icon,
.container[data-v-50adda27] .el-date-editor .el-range-separator {
  line-height: 0.166667rem;
  height: 0.166667rem;
  vertical-align: middle;
}
.container[data-v-50adda27] .el-button {
  line-height: 0.5;
  height: 0.166667rem;
  vertical-align: middle;
}
.container[data-v-50adda27] {
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 0.09375rem;
  background: white;
}
header[data-v-50adda27] {
  padding: 0.104167rem;
  height: 0.395833rem;
  border-bottom: 0.005208rem solid #f3f5f7;
}
.search[data-v-50adda27] {
  width: 1.213542rem;
  height: 0.166667rem;
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
  overflow: hidden;
  position: relative;
  border: 0.005208rem solid #dcdfe6;
}
.search input[data-v-50adda27] {
  height: 100%;
  width: 0.911458rem;
  font-size: 0.09375rem;
  padding-left: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.search button[data-v-50adda27] {
  width: 0.302083rem;
  height: 100%;
  background: rgba(83, 135, 251, 1);
  border: none;
  color: white;
  font-weight: 800;
  cursor: pointer;
  position: absolute;
  right: 0;
}
.header_btn[data-v-50adda27] {
  width: 0.385417rem;
  height: 0.166667rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#3e78fc), color-stop(49%, #6895fa));
  background: linear-gradient(0deg, #3e78fc 0%, #6895fa 49%);
  border-radius: 0.020833rem;
  color: white;
  font-size: 0.072917rem;
  border: none;
  cursor: pointer;
}
.lsit[data-v-50adda27] {
  width: 100%;
  height: calc(100% - 0.65625rem);
  overflow: auto;
}
.block[data-v-50adda27] {
  width: 100%;
  height: 0.260417rem;
  position: relative;
}
.el-pagination.is-background[data-v-50adda27] {
  margin: 0 auto;
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.lsit table[data-v-50adda27] {
  width: calc(100% - 0.520833rem);
  margin: 0 auto;
}
.lsit table thead[data-v-50adda27] {
  font-size: 0.083333rem;
  font-family: "\601D\6E90\9ED1\4F53";
  color: #8898bd;
}
.lsit table thead tr[data-v-50adda27] {
  height: 0.208333rem;
  line-height: 0.208333rem;
  /* border-bottom: 1px solid #f3f5f7; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.lsit table tbody tr[data-v-50adda27] {
  height: 0.3125rem;
  line-height: 0.3125rem;
  border-top: 0.005208rem solid #f3f5f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.lsit table tbody[data-v-50adda27] {
  width: 100%;
  font-size: 0.072917rem;
  font-weight: 400;
  color: #333333;
}
.lsit table td[data-v-50adda27] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "\601D\6E90\9ED1\4F53";
}
.lsit table tbody tr td[data-v-50adda27]:first-child {
  color: #3471fa;
}
.lsit table tr td[data-v-50adda27]:last-child {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
}
.hover_class[data-v-50adda27] {
  overflow: hidden;
  position: relative;
}
.hover_class:hover div[data-v-50adda27] {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.table_action span[data-v-50adda27] {
  margin-right: 0.083333rem;
  color: #abacb3;
  font-family: "\601D\6E90\9ED1\4F53";
  display: inline-block;
  float: left;
  cursor: pointer;
}
.table_action span[data-v-50adda27]:hover {
  color: #3471fa;
}
.hover_class div[data-v-50adda27] {
  width: 200%;
  /* transition: 0.3s */
}

/* .table_action span:first-child {
  width: 50%;
  margin-right: 0;
} */
.creat_dl[data-v-50adda27] {
  font-size: 0.072917rem;
  width: 100%;
  height: calc(100% - 0.520833rem);
  padding: 0.15625rem 0.208333rem;
  line-height: 0.260417rem;
  border-top: 0.005208rem solid #5387fb;
  border-bottom: 0.005208rem solid #f3f5f7;
}
.creat_dl input[data-v-50adda27] {
  border-bottom: 0.005208rem solid #f3f5f7;
  width: 100%;
  line-height: 0.208333rem;
  font-size: 0.083333rem;
  text-indent: 1em;
}
.creat_dl .el-select[data-v-50adda27] {
  border: none;
  border-bottom: 0.005208rem solid #f3f5f7;
  width: 100%;
  line-height: 0.208333rem;
  font-size: 0.083333rem;
}
.creat_dl[data-v-50adda27] .el-select .el-input__inner {
  border: none;
  font-size: 0.083333rem;
}
.creat_footer[data-v-50adda27] {
  height: 100%;
  padding: 0.15625rem 0.208333rem;
}
.creat_dl dt[data-v-50adda27] {
  color: #3471fa;
}
.el-icon-more[data-v-50adda27] {
  color: #3471fa;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.el-drawer .el-drawer__header[data-v-50adda27] .heading {
  font-size: 0.09375rem;
  font-family: "\601D\6E90\9ED1\4F53";
  font-weight: bold;
  color: #333333;
}
[data-v-50adda27]::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.33);
}
[data-v-50adda27]:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.33);
}
[data-v-50adda27]::-moz-placeholder {
  color: rgba(51, 51, 51, 0.33);
}
[data-v-50adda27]:-moz-placeholder {
  color: rgba(51, 51, 51, 0.33);
}
.allFixed_main[data-v-50adda27] {
  border: 0.005208rem solid #eef0f4;
  border-radius: 0.052083rem;
  padding: 1em 3em;
  max-height: 0.989583rem;
  overflow: auto;
}
.allFixed_main table[data-v-50adda27] {
  border-collapse: separate;
  border-spacing: 0.052083rem;
}
.el-icon-minus[data-v-50adda27],
.el-icon-plus[data-v-50adda27] {
  width: 0.15625rem;
  height: 0.15625rem;
  line-height: 0.15625rem;
  text-align: center;
  background: #5387fb;
  border: 0.005208rem solid #5387fb;
  border-radius: 0.020833rem;
  color: white;
  cursor: pointer;
}
.el-icon-minus[data-v-50adda27] {
  background: #ffffff;
  border: 0.005208rem solid #dcdee0;
  color: rgba(51, 51, 51, 1);
}
.container[data-v-bc93bdf0] .el-select .el-input__inner,
.container[data-v-bc93bdf0] .el-input__inner,
.container[data-v-bc93bdf0] .el-date-editor,
.container[data-v-bc93bdf0] .el-input__icon,
.container[data-v-bc93bdf0] .el-date-editor .el-range-separator {
  line-height: 0.166667rem;
  height: 0.166667rem;
  vertical-align: middle;
}
.container[data-v-bc93bdf0] .el-button {
  line-height: 0.5;
  height: 0.166667rem;
  vertical-align: middle;
}
.el-button[data-v-bc93bdf0] {
  height: 0.166667rem;
  line-height: 0.5;
}
.container[data-v-bc93bdf0] {
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 0.09375rem;
  background: white;
}
header[data-v-bc93bdf0] {
  padding: 0.104167rem;
  height: 0.395833rem;
  border-bottom: 0.005208rem solid #f3f5f7;
}
.search[data-v-bc93bdf0] {
  width: 1.213542rem;
  height: 0.166667rem;
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
  overflow: hidden;
  position: relative;
  border: 0.005208rem solid #dcdfe6;
}
.search input[data-v-bc93bdf0] {
  height: 100%;
  width: 0.911458rem;
  font-size: 0.09375rem;
  padding-left: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.search button[data-v-bc93bdf0] {
  width: 0.302083rem;
  height: 100%;
  background: rgba(83, 135, 251, 1);
  border: none;
  color: white;
  font-weight: 800;
  cursor: pointer;
  position: absolute;
  right: 0;
}
.header_btn[data-v-bc93bdf0] {
  width: 0.385417rem;
  height: 0.166667rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#3e78fc), color-stop(49%, #6895fa));
  background: linear-gradient(0deg, #3e78fc 0%, #6895fa 49%);
  border-radius: 0.020833rem;
  color: white;
  font-size: 0.072917rem;
  border: none;
  cursor: pointer;
}
.lsit[data-v-bc93bdf0] {
  width: 100%;
  height: calc(100% - 0.395833rem);
  overflow: auto;
}
.lsit table[data-v-bc93bdf0] {
  width: calc(100% - 0.520833rem);
  margin: 0 auto;
}
.lsit table thead[data-v-bc93bdf0] {
  font-size: 0.083333rem;
  font-family: "\601D\6E90\9ED1\4F53";
  color: #8898bd;
}
.lsit table thead tr[data-v-bc93bdf0] {
  height: 0.208333rem;
  line-height: 0.208333rem;
  border-bottom: 0.005208rem solid #f3f5f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.lsit table tbody tr[data-v-bc93bdf0] {
  height: 0.3125rem;
  line-height: 0.3125rem;
  border-bottom: 0.005208rem solid #f3f5f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.lsit table tbody[data-v-bc93bdf0] {
  width: 100%;
  font-size: 0.072917rem;
  font-weight: 400;
  color: #333333;
}
.lsit table td[data-v-bc93bdf0] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "\601D\6E90\9ED1\4F53";
}
.lsit table tbody tr td[data-v-bc93bdf0]:first-child {
  color: #3471fa;
}
.hover_class[data-v-bc93bdf0] {
  overflow: hidden;
  position: relative;
}
.hover_class span[data-v-bc93bdf0] {
  margin-right: 0.1875rem;
  color: #abacb3;
  font-family: "\601D\6E90\9ED1\4F53";
  display: inline-block;
  float: left;
  cursor: pointer;
}
.hover_class span[data-v-bc93bdf0]:hover {
  color: #3471fa;
}
.hover_class div[data-v-bc93bdf0] {
  width: 200%;
  /* transition: 0.3s */
}
.el-icon-more[data-v-bc93bdf0] {
  color: #3471fa;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.creat_dl dt[data-v-bc93bdf0] {
  color: #3471fa;
}
.creat_dl[data-v-bc93bdf0] {
  font-size: 0.072917rem;
  width: 100%;
  height: calc(100% - 0.520833rem);
  padding: 0.15625rem 0.208333rem;
  line-height: 0.260417rem;
  border-top: 0.005208rem solid #5387fb;
  border-bottom: 0.005208rem solid #f3f5f7;
}
.creat_dl input[data-v-bc93bdf0] {
  border-bottom: 0.005208rem solid #f3f5f7;
  width: 100%;
  line-height: 0.208333rem;
  font-size: 0.083333rem;
}
.creat_footer[data-v-bc93bdf0] {
  height: 100%;
  padding: 0.15625rem 0.208333rem;
}
.container[data-v-ad4ff56a] .el-select .el-input__inner,
.container[data-v-ad4ff56a] .el-input__inner,
.container[data-v-ad4ff56a] .el-date-editor,
.container[data-v-ad4ff56a] .el-input__icon,
.container[data-v-ad4ff56a] .el-date-editor .el-range-separator {
  line-height: 0.166667rem;
  height: 0.166667rem;
  vertical-align: middle;
}
.container[data-v-ad4ff56a] .el-button {
  line-height: 0.5;
  height: 0.166667rem;
  vertical-align: middle;
}
.el-button[data-v-ad4ff56a] {
  height: 0.166667rem;
  line-height: 0.5;
}
.container[data-v-ad4ff56a] {
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 0.09375rem;
  background: white;
}
header[data-v-ad4ff56a] {
  padding: 0.104167rem;
  height: 0.395833rem;
  border-bottom: 0.005208rem solid #f3f5f7;
}
.search[data-v-ad4ff56a] {
  width: 1.213542rem;
  height: 0.166667rem;
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
  overflow: hidden;
  position: relative;
  border: 0.005208rem solid #dcdfe6;
}
.search input[data-v-ad4ff56a] {
  height: 100%;
  width: 0.911458rem;
  font-size: 0.09375rem;
  padding-left: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.search button[data-v-ad4ff56a] {
  width: 0.302083rem;
  height: 100%;
  background: rgba(83, 135, 251, 1);
  border: none;
  color: white;
  font-weight: 800;
  cursor: pointer;
  position: absolute;
  right: 0;
}
.header_btn[data-v-ad4ff56a] {
  width: 0.385417rem;
  height: 0.166667rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#3e78fc), color-stop(49%, #6895fa));
  background: linear-gradient(0deg, #3e78fc 0%, #6895fa 49%);
  border-radius: 0.020833rem;
  color: white;
  font-size: 0.072917rem;
  border: none;
  cursor: pointer;
}
.lsit[data-v-ad4ff56a] {
  width: 100%;
  height: calc(100% - 0.395833rem);
  overflow: auto;
}
.lsit table[data-v-ad4ff56a] {
  width: calc(100% - 0.520833rem);
  margin: 0 auto;
}
.lsit table thead[data-v-ad4ff56a] {
  font-size: 0.083333rem;
  font-family: "\601D\6E90\9ED1\4F53";
  color: #8898bd;
}
.lsit table thead tr[data-v-ad4ff56a] {
  height: 0.208333rem;
  line-height: 0.208333rem;
  border-bottom: 0.005208rem solid #f3f5f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.lsit table tbody tr[data-v-ad4ff56a] {
  min-height: 0.3125rem;
  line-height: 0.3125rem;
  border-bottom: 0.005208rem solid #f3f5f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.lsit table tbody tr td p[data-v-ad4ff56a] {
  line-height: 3em;
}
.lsit table tbody[data-v-ad4ff56a] {
  width: 100%;
  font-size: 0.072917rem;
  font-weight: 400;
  color: #333333;
}
.lsit table td[data-v-ad4ff56a] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "\601D\6E90\9ED1\4F53";
}
.lsit table tbody tr td[data-v-ad4ff56a]:first-child {
  color: #3471fa;
}
.hover_class[data-v-ad4ff56a] {
  overflow: hidden;
  position: relative;
}
.hover_class span[data-v-ad4ff56a] {
  margin-right: 0.1875rem;
  color: #abacb3;
  font-family: "\601D\6E90\9ED1\4F53";
  display: inline-block;
  cursor: pointer;
}
.hover_class span[data-v-ad4ff56a]:hover {
  color: #3471fa;
}
.el-icon-more[data-v-ad4ff56a] {
  color: #3471fa;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.creat_dl[data-v-ad4ff56a] {
  font-size: 0.072917rem;
  width: 100%;
  height: calc(100% - 0.520833rem);
  padding: 0.15625rem 0.208333rem;
  line-height: 0.260417rem;
  border-top: 0.005208rem solid #5387fb;
  border-bottom: 0.005208rem solid #f3f5f7;
}
.creat_dl input[data-v-ad4ff56a] {
  border-bottom: 0.005208rem solid #f3f5f7;
  width: 100%;
  line-height: 0.208333rem;
  font-size: 0.083333rem;
}
.creat_footer[data-v-ad4ff56a] {
  height: 100%;
  padding: 0.15625rem 0.208333rem;
}
.creat_dl dt[data-v-ad4ff56a] {
  color: #3471fa;
}
.el-drawer .el-drawer__header[data-v-ad4ff56a] .heading {
  font-size: 0.09375rem;
  font-family: "\601D\6E90\9ED1\4F53";
  font-weight: bold;
  color: #333333;
}
[data-v-ad4ff56a]::-webkit-input-placeholder {
  color: rgba(51, 51, 51,0.33);
}
[data-v-ad4ff56a]:-ms-input-placeholder {
  color: rgba(51, 51, 51,0.33);
}
[data-v-ad4ff56a]::-moz-placeholder {
  color: rgba(51, 51, 51,0.33);
}
[data-v-ad4ff56a]:-moz-placeholder {
  color: rgba(51, 51, 51,0.33);
}
.container[data-v-f5e284e0] .el-select .el-input__inner,
.container[data-v-f5e284e0] .el-input__inner,
.container[data-v-f5e284e0] .el-date-editor,
.container[data-v-f5e284e0] .el-input__icon,
.container[data-v-f5e284e0] .el-date-editor .el-range-separator {
  line-height: 0.166667rem;
  height: 0.166667rem;
  vertical-align: middle;
}
.container[data-v-f5e284e0] .el-button {
  line-height: 0.5;
  height: 0.166667rem;
  vertical-align: middle;
}
.el-button[data-v-f5e284e0] {
  height: 0.166667rem;
  line-height: 0.5;
}
.container[data-v-f5e284e0] {
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 0.09375rem;
  background: white;
}
header[data-v-f5e284e0] {
  padding: 0.104167rem;
  height: 0.395833rem;
  border-bottom: 0.005208rem solid #f3f5f7;
}
.search[data-v-f5e284e0] {
  width: 1.213542rem;
  height: 0.166667rem;
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
  overflow: hidden;
  position: relative;
  border: 0.005208rem solid #dcdfe6;
}
.search input[data-v-f5e284e0] {
  height: 100%;
  width: 0.911458rem;
  font-size: 0.09375rem;
  padding-left: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.search button[data-v-f5e284e0] {
  width: 0.302083rem;
  height: 100%;
  background: rgba(83, 135, 251, 1);
  border: none;
  color: white;
  font-weight: 800;
  cursor: pointer;
  position: absolute;
  right: 0;
}
.header_btn[data-v-f5e284e0] {
  width: 0.385417rem;
  height: 0.166667rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#3e78fc), color-stop(49%, #6895fa));
  background: linear-gradient(0deg, #3e78fc 0%, #6895fa 49%);
  border-radius: 0.020833rem;
  color: white;
  font-size: 0.072917rem;
  border: none;
  cursor: pointer;
}
.lsit[data-v-f5e284e0] {
  width: 100%;
  height: calc(100% - 0.395833rem);
  overflow: auto;
}
.lsit table[data-v-f5e284e0] {
  width: calc(100% - 0.520833rem);
  margin: 0 auto;
}
.lsit table thead[data-v-f5e284e0] {
  font-size: 0.083333rem;
  font-family: "\601D\6E90\9ED1\4F53";
  color: #8898bd;
}
.lsit table thead tr[data-v-f5e284e0] {
  height: 0.208333rem;
  line-height: 0.208333rem;
  border-bottom: 0.005208rem solid #f3f5f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.lsit table tbody tr[data-v-f5e284e0] {
  height: 0.3125rem;
  line-height: 0.3125rem;
  border-bottom: 0.005208rem solid #f3f5f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.lsit table tbody[data-v-f5e284e0] {
  width: 100%;
  font-size: 0.072917rem;
  font-weight: 400;
  color: #333333;
}
.lsit table td[data-v-f5e284e0] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "\601D\6E90\9ED1\4F53";
}
.lsit table tbody tr td[data-v-f5e284e0]:first-child {
  color: #3471fa;
}
.hover_class[data-v-f5e284e0] {
  overflow: hidden;
  position: relative;
}
.hover_class span[data-v-f5e284e0] {
  margin-right: 0.1875rem;
  color: #abacb3;
  font-family: "\601D\6E90\9ED1\4F53";
  display: inline-block;
  float: left;
  cursor: pointer;
}
.hover_class span[data-v-f5e284e0]:hover {
  color: #3471fa;
}
.hover_class div[data-v-f5e284e0] {
  width: 200%;
  /* transition: 0.3s */
}
.el-icon-more[data-v-f5e284e0] {
  color: #3471fa;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.creat_dl dt[data-v-f5e284e0] {
  color: #3471fa;
}
.creat_dl[data-v-f5e284e0] {
  font-size: 0.072917rem;
  width: 100%;
  height: calc(100% - 0.520833rem);
  padding: 0.15625rem 0.208333rem;
  line-height: 0.260417rem;
  border-top: 0.005208rem solid #5387fb;
  border-bottom: 0.005208rem solid #f3f5f7;
}
.creat_dl input[data-v-f5e284e0] {
  border-bottom: 0.005208rem solid #f3f5f7;
  width: 100%;
  line-height: 0.208333rem;
  font-size: 0.083333rem;
}
.creat_footer[data-v-f5e284e0] {
  height: 100%;
  padding: 0.15625rem 0.208333rem;
}
.container[data-v-5b780f6b] .el-select .el-input__inner,
.container[data-v-5b780f6b] .el-input__inner,
.container[data-v-5b780f6b] .el-date-editor,
.container[data-v-5b780f6b] .el-input__icon,
.container[data-v-5b780f6b] .el-date-editor .el-range-separator {
  line-height: 0.166667rem;
  height: 0.166667rem;
  vertical-align: middle;
}
.container[data-v-5b780f6b] .el-button {
  line-height: 0.5;
  height: 0.166667rem;
  vertical-align: middle;
}
.el-button[data-v-5b780f6b] {
  height: 0.166667rem;
  line-height: 0.5;
}
.container[data-v-5b780f6b] {
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 0.09375rem;
  background: white;
}
header[data-v-5b780f6b] {
  padding: 0.104167rem;
  height: 0.395833rem;
  border-bottom: 0.005208rem solid #f3f5f7;
}
.search[data-v-5b780f6b] {
  width: 1.213542rem;
  height: 0.166667rem;
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
  overflow: hidden;
  position: relative;
  border: 0.005208rem solid #dcdfe6;
}
.search input[data-v-5b780f6b] {
  height: 100%;
  width: 0.911458rem;
  font-size: 0.09375rem;
  padding-left: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.search button[data-v-5b780f6b] {
  width: 0.302083rem;
  height: 100%;
  background: rgba(83, 135, 251, 1);
  border: none;
  color: white;
  font-weight: 800;
  cursor: pointer;
  position: absolute;
  right: 0;
}
.header_btn[data-v-5b780f6b] {
  width: 0.385417rem;
  height: 0.166667rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#3e78fc), color-stop(49%, #6895fa));
  background: linear-gradient(0deg, #3e78fc 0%, #6895fa 49%);
  border-radius: 0.020833rem;
  color: white;
  font-size: 0.072917rem;
  border: none;
  cursor: pointer;
}
.lsit[data-v-5b780f6b] {
  width: 100%;
  height: calc(100% - 0.395833rem);
  overflow: auto;
}
.lsit table[data-v-5b780f6b] {
  width: calc(100% - 0.520833rem);
  margin: 0 auto;
}
.lsit table thead[data-v-5b780f6b] {
  font-size: 0.083333rem;
  font-family: "\601D\6E90\9ED1\4F53";
  color: #8898bd;
}
.lsit table thead tr[data-v-5b780f6b] {
  height: 0.208333rem;
  line-height: 0.208333rem;
  border-bottom: 0.005208rem solid #f3f5f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.lsit table tbody tr[data-v-5b780f6b] {
  height: 0.3125rem;
  line-height: 0.3125rem;
  border-bottom: 0.005208rem solid #f3f5f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.lsit table tbody[data-v-5b780f6b] {
  width: 100%;
  font-size: 0.072917rem;
  font-weight: 400;
  color: #333333;
}
.lsit table td[data-v-5b780f6b] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "\601D\6E90\9ED1\4F53";
}
.lsit table tbody tr td[data-v-5b780f6b]:first-child {
  color: #3471fa;
}
.hover_class[data-v-5b780f6b] {
  overflow: hidden;
  position: relative;
}
.hover_class span[data-v-5b780f6b] {
  margin-right: 0.1875rem;
  color: #abacb3;
  font-family: "\601D\6E90\9ED1\4F53";
  display: inline-block;
  float: left;
  cursor: pointer;
}
.hover_class span[data-v-5b780f6b]:hover {
  color: #3471fa;
}
.hover_class div[data-v-5b780f6b] {
  width: 200%;
  /* transition: 0.3s */
}
.el-icon-more[data-v-5b780f6b] {
  color: #3471fa;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.creat_dl dt[data-v-5b780f6b] {
  color: #3471fa;
}
.creat_dl[data-v-5b780f6b] {
  font-size: 0.072917rem;
  width: 100%;
  height: calc(100% - 0.520833rem);
  padding: 0.15625rem 0.208333rem;
  line-height: 0.260417rem;
  border-top: 0.005208rem solid #5387fb;
  border-bottom: 0.005208rem solid #f3f5f7;
}
.creat_dl input[data-v-5b780f6b] {
  border-bottom: 0.005208rem solid #f3f5f7;
  width: 100%;
  line-height: 0.208333rem;
  font-size: 0.083333rem;
}
.creat_footer[data-v-5b780f6b] {
  height: 100%;
  padding: 0.15625rem 0.208333rem;
}
.el-aside[data-v-09768420] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: auto;
}

/* 左边框 */
.main[data-v-09768420],
.el-container[data-v-09768420] {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.left-bar-logo[data-v-09768420] {
  width: 100%;
  height: 0.307292rem;
  margin: 0 auto;
  margin-bottom: 0.364583rem;
}
.left-bar-logo img[data-v-09768420] {
  margin: 0 auto;
  display: block;
  width: 90%;
}
.left-bar[data-v-09768420] {
  width: 1.354167rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#30d8a0), to(#00b4bf));
  background: linear-gradient(0deg, #30d8a0, #00b4bf);
  position: relative;
  padding: 0.052083rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1.927083rem;
  height: 100%;
}
.left-bar1[data-v-09768420] {
  width: auto;
  background: -webkit-gradient(linear, left bottom, left top, from(#30d8a0), to(#00b4bf));
  background: linear-gradient(0deg, #30d8a0, #00b4bf);
  position: relative;
  padding: 0.052083rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.left-bar a[data-v-09768420] {
  color: #fff;
  display: block;
}
.left-bar li[data-v-09768420] {
  padding: 0 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 0.25rem;
  cursor: pointer;
  letter-spacing: 0.010417rem;
}
.left-bar1 li[data-v-09768420] {
  padding: 0 0.208333rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 0.25rem;
}
.left-bar li[data-v-09768420]:last-child {
  margin-bottom: 0;
}
.left-bar li img[data-v-09768420] {
  height: 100%;
  vertical-align: middle;
  margin: 0.010417rem 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 0.104167rem;
}
.left-bar1 li img[data-v-09768420] {
  height: 100%;
  vertical-align: middle;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.left-bar li[data-v-09768420]:focus,
.left-bar li[data-v-09768420]:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.5);
}
.posi[data-v-09768420] {
  width: 100%;
  display: block;
  cursor: pointer;
  position: absolute;
  bottom: 0;
}
.posi1[data-v-09768420] {
  width: 100%;
  display: block;
  cursor: pointer;
  margin-top: 0;
}
.left-bar li i[data-v-09768420] {
  padding-right: 0.052083rem;
  line-height: 0.25rem;
}
.left-bar ul[data-v-09768420] {
  position: absolute;
  bottom: 0.052083rem;
  width: 100%;
}
.active[data-v-09768420] {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.5);
}
.list_dl[data-v-09768420] {
  max-height: 80vh;
  overflow: auto;
  position: absolute;
  bottom: 100%;
  width: 100%;
  border: 0.005208rem solid #888;
  left: 0;
  color: #000;
}
.list_dl dd[data-v-09768420] {
  height: 0.15625rem;
  text-align: center;
  background: white;
  line-height: 0.15625rem;
}
.list_dl dd[data-v-09768420]:hover {
  font-size: 0.114583rem;
  font-family: "\601D\6E90\9ED1\4F53";
}

/**/
.el-main[data-v-09768420] {
  padding: 0.104167rem 0.15625rem;
  position: relative;
}
.right-main-mbr[data-v-09768420] {
  margin: 0;
  -webkit-box-shadow: 0 0 0.020833rem #ccc;
          box-shadow: 0 0 0.020833rem #ccc;
  border-radius: 0.026042rem;
  padding: 0 0.104167rem;
  background: #fff;
}

/*谷歌、safari、qq浏览器、360浏览器滚动条样式*/

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
[data-v-09768420]::-webkit-scrollbar {
  width: 0.026042rem;
  height: 0.026042rem;
  background-color: #f5f5f5;
}

/*定义滚动条轨道 内阴影+圆角*/
[data-v-09768420]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0.03125rem rgba(0, 0, 0, 0.3);
  border-radius: 0.052083rem;
  background-color: #f5f5f5;
}

/*定义滑块 内阴影+圆角*/
[data-v-09768420]::-webkit-scrollbar-thumb {
  border-radius: 0.052083rem;
  -webkit-box-shadow: inset 0 0 0.03125rem rgba(0, 0, 0, 0.3);
  background-color: #bdbdbd;
}

/*滑块效果*/
[data-v-09768420]::-webkit-scrollbar-thumb:hover {
  border-radius: 0.026042rem;
  -webkit-box-shadow: inset 0 0 0.026042rem rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.4);
}

/*IE滚动条颜色*/
html[data-v-09768420] {
  scrollbar-face-color: #bfbfbf;
  /*滚动条颜色*/
  scrollbar-highlight-color: #000;
  scrollbar-3dlight-color: #000;
  scrollbar-darkshadow-color: #000;
  scrollbar-shadow-color: #adadad;
  /*滑块边色*/
  scrollbar-arrow-color: rgba(0, 0, 0, 0.4);
  /*箭头颜色*/
  scrollbar-track-color: #eeeeee;
  /*背景颜色*/
}
.fandianData[data-v-62ac33a7] {
  min-width: 100%;
  height: 100vh;
  -webkit-font-smoothing: antialiased;
  overflow: auto;
  padding: 0.15625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background: #fff;
}
.fandianData_tab[data-v-62ac33a7] {
  height: 0.166667rem;
  text-align: center;
}
.fandianData_tab[data-v-62ac33a7] .el-radio-group {
  border: 0.005208rem solid #DCDFE6;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.43);
  border-radius: 0.166667rem;
  background-color: #fff;
}
.fandianData_tab[data-v-62ac33a7] .is-active .el-radio-button__inner {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: -webkit-gradient( linear, left bottom, left top, from(rgba(0, 180, 191, 1)), to(rgba(66, 230, 149, 1)) );
  background: linear-gradient( 0deg, rgba(0, 180, 191, 1) 0%, rgba(66, 230, 149, 1) 100% );
}
.fandianData_tab[data-v-62ac33a7] .el-radio-button__inner {
  border: none;
  border-radius: 0.166667rem;
}
.fandianData_screen[data-v-62ac33a7] {
  margin-top: 0.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 0.166667rem;
}
.fandianData_screen .fandianData_screen_left[data-v-62ac33a7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fandianData_screen .fandianData_screen_left .el-select[data-v-62ac33a7] {
  margin-left: 0.041667rem;
}
.fandianData_screen .fandianData_screen_right[data-v-62ac33a7] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.fandianData_screen_right_btn[data-v-62ac33a7] {
  margin: 0 0.026042rem;
  color: white;
  outline: none;
  border: none;
  height: 0.208333rem;
  padding: 0 0.052083rem;
  line-height: 0.208333rem;
  cursor: pointer;
  background: -webkit-gradient(linear, left bottom, left top, from(#277CF0), to(#74ADFA));
  background: linear-gradient(0deg, #277CF0 0%, #74ADFA 100%);
  border-radius: 0.015625rem;
  margin-bottom: 0.052083rem;
}
.fandianData_table[data-v-62ac33a7] {
  margin-top: 0.125rem;
}
.fandianData_pagination[data-v-62ac33a7] {
  text-align: right;
  margin-top: 0.083333rem;
}
.fandianDataBox[data-v-62ac33a7] {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
}
.fandianDataBox_cont[data-v-62ac33a7] {
  width: 4.166667rem;
  min-height: 1.5625rem;
  background: #fff;
  border-radius: 0.020833rem;
  position: absolute;
  left: 50%;
  top: 20%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  padding: 0.125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.fandianDataBox_cont_box[data-v-62ac33a7] {
  margin-bottom: 0.125rem;
}
.fandianDataBox_cont_row[data-v-62ac33a7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.125rem;
}
.fandianDataBox_cont_col[data-v-62ac33a7] {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fandianDataBox_cont_col span[data-v-62ac33a7] {
  white-space: nowrap;
  margin-right: 0.041667rem;
}
.fandianDataBox_cont_foot[data-v-62ac33a7] {
  margin-top: 0.125rem;
  text-align: center;
}
.container[data-v-f1ad08da] {
  width: 100%;
  height: 100%;
  padding: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background: white;
  font-size: 0.09375rem;
}
.header .search[data-v-f1ad08da] {
  width: 1.213542rem;
  height: 0.197917rem;
  background: rgba(255, 255, 255, 1);
  border-radius: 0.03125rem;
  overflow: hidden;
  position: relative;
  border: 0.005208rem solid #ccc;
}
.header .search input[data-v-f1ad08da] {
  height: 100%;
  width: 0.911458rem;
  font-size: 0.09375rem;
  padding-left: 0.104167rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header .search button[data-v-f1ad08da] {
  width: 0.302083rem;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  border: none;
  color: white;
  font-weight: 800;
  cursor: pointer;
  position: absolute;
  right: 0;
}
.header__mleft[data-v-f1ad08da] {
  height: 0.260417rem;
  margin-top: 0.052083rem;
}
.header__mleft--search[data-v-f1ad08da] {
  background: #f3f4fc;
  line-height: 0.197917rem;
  margin-right: 0.078125rem;
  padding-left: 0.052083rem;
}
.center[data-v-f1ad08da] {
  height: calc(100% - 0.46875rem);
}
.table[data-v-f1ad08da] {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
}
.table table tr td[data-v-f1ad08da] {
  padding: 0.026042rem !important;
  color: #323053;
}
input[data-v-f1ad08da]::-webkit-outer-spin-button,
input[data-v-f1ad08da]::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
.bar[data-v-f1ad08da] {
  display: inline-block;
  width: 0.104167rem;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  opacity: 0.8;
  color: white;
}
.hover > div[data-v-f1ad08da] {
  white-space: normal;
  position: absolute;
  width: 1.041667rem;
  height: auto;
  background: white;
  right: 0;
  -webkit-box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
          box-shadow: 0 0.010417rem 0.03125rem 0 rgba(182, 182, 195, 0.64);
  z-index: 10;
  bottom: 0.197917rem;
  text-align: left;
  padding: 0.026042rem;
}
.hover[data-v-f1ad08da] {
  position: relative;
  cursor: pointer;
  min-height: 0.15625rem;
}
.allFixed[data-v-f1ad08da] {
  white-space: nowrap;
}
.allFixed table[data-v-f1ad08da] {
  border-collapse: separate;
  border-spacing: 0.052083rem;
}
.allFixed table td:nth-of-type(even) .el-input[data-v-f1ad08da] {
  width: 0.78125rem;
}
h3[data-v-f1ad08da] {
  font-size: 0.125rem;
}
.recordStyle[data-v-f1ad08da] {
  line-height: 0.1875rem;
  font-size: 0.083333rem;
}
.recordStyle i[data-v-f1ad08da] {
  padding-right: 0.15625rem;
  display: inline-block;
  width: 0.15625rem;
  color: rgba(0, 0, 0, 0.4);
  vertical-align: middle;
}
.recordStyle span[data-v-f1ad08da] {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 0;
  width: 0.0625rem;
  height: 0.0625rem;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.010417rem solid #00F5B4;
}
.recordStyle .bar[data-v-f1ad08da] {
  position: absolute;
  top: 0.052083rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.005208rem;
  height: 0.125rem;
  background: #00F5B4;
  display: inline-block;
  padding: 0;
}
.recordStyle[data-v-f1ad08da]:last-of-type {
  color: #3699ff;
}
.recordStyle:last-of-type .bar[data-v-f1ad08da] {
  display: none;
}

/* table tbody tr td h3{
  font-size: 20px;
  font-weight: 600
} */
.classTable[data-v-f1ad08da] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.052083rem;
  white-space: nowrap;
  font-size: 0.072917rem;
}
.classTable span[data-v-f1ad08da] {
  display: inline-block;
  background: white;
  min-width: 0.208333rem;
  padding: 0 0.052083rem;
  margin-right: 0.052083rem;
}
.allFixed table td[data-v-f1ad08da]:nth-of-type(odd) {
  text-align: right;
}
.allFixed_nav[data-v-f1ad08da] {
  margin: 0 auto;
  margin-bottom: 0.145833rem;
  text-align: center;
}
.allFixed_nav span[data-v-f1ad08da] {
  margin: 0 0.052083rem;
  padding: 0 0.041667rem;
  font-size: 0.09375rem;
  color: rgba(51, 48, 84, 0.6);
  padding-bottom: 0.052083rem;
  border-bottom: 0.020833rem solid transparent;
  cursor: pointer;
}
.allFixed_nav .allFixed_nav_bar[data-v-f1ad08da] {
  color: rgba(51, 48, 84, 1);
  border-bottom: 0.020833rem solid #1AC8B0;
}
.allFixed .allFixed_table[data-v-f1ad08da] {
  border-collapse: separate;
  border-spacing: 0.052083rem;
  border: 0.005208rem solid #F3F4F6;
  min-height: calc(100% - 0.416667rem);
}
.allFixed .allFixed_table h4[data-v-f1ad08da] {
  font-weight: 500;
  font-size: 0.09375rem;
  font-family: '\601D\6E90\9ED1\4F53';
}
.container[data-v-1ee89672] {
  height: 100%;
  width: 100%;
  background: white;
}
.banner[data-v-1ee89672],
.banner img[data-v-1ee89672] {
  width: 100%;
}
.section[data-v-1ee89672] {
  width: calc(100% - 0.4rem);
  padding-bottom: 0.2rem;
  border-bottom: 0.005208rem solid #eee;
  margin-bottom: 0.2rem;
  overflow-x: hidden;
}
.section h3[data-v-1ee89672] {
  font-size: 0.6rem;
  line-height: 1rem;
  height: 1rem;
  padding: 0 0.4rem;
}
.section h3 i[data-v-1ee89672] {
  height: 100%;
  line-height: 1rem;
}
.section section[data-v-1ee89672] {
  background: rgba(255,255,255,1);
  -webkit-box-shadow: 0 0 0.3rem 0 rgba(29,110,220,0.11);
          box-shadow: 0 0 0.3rem 0 rgba(29,110,220,0.11);
  border-radius: 0.03125rem;
  width: calc(100% - 0.4rem);
  margin: 0.2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  left: 0.2rem;
  -webkit-transition: .3s;
  transition: .3s;
  border-radius: 0.1rem;
}
.section_img[data-v-1ee89672] {
  min-width: 20%;
  width: 20%;
  padding: 0.2rem;
}
.section_img img[data-v-1ee89672] {
  width: 100%;
}
.section_text[data-v-1ee89672] {
  min-width: 80%;
  width: 80%;
  line-height: 1rem;
  padding: 0.2rem;
}
.section_button[data-v-1ee89672] {
  min-width: 3rem;
}
.section_button button[data-v-1ee89672] {
  width: 1.5rem;
  float: left;
  font-size: 0.4rem;
  text-align: center;
  height: 100%;
  border: none;
  color: white;
}
.section_button button[data-v-1ee89672]:nth-of-type(1) {
  background: #55A5F1;
}
.section_button button[data-v-1ee89672]:nth-of-type(2) {
  background: #117DE1;
}
.section_text>p[data-v-1ee89672]:nth-of-type(1) {
  font-size: 0.5rem;
}
.section_text>p[data-v-1ee89672]:nth-of-type(2) {
  font-size: 0.4rem;
  color: rgba(51,73,141,0.5);
}
.section_set[data-v-1ee89672] {
  -webkit-transition: .3s;
  transition: .3s;
  line-height: 1rem;
  padding: 0 0.4rem;
  font-size: 0.4rem;
  color: #ccc;
}
.section .el-icon-arrow-down[data-v-1ee89672] {
  -webkit-transition: .3s;
  transition: .3s;
}
.footer[data-v-1ee89672] {
  text-align: center;
}
.footer i[data-v-1ee89672] {
  display: inline-block;
  width: 0.3em;
  text-align: center;
}
.footer a[data-v-1ee89672] {
  color: rgba(51,73,141,1);
}
.container[data-v-d827be0a] {
  padding: 0.5rem 0;
  background: white;
  width: 100%;
  height: 100%;
}
.header[data-v-d827be0a] {
  position: relative;
  width: 30vw;
  height: 30vw;
  margin: 0 auto;
}
table[data-v-d827be0a] {
  width: 80%;
  background: rgba(255, 255, 255, 1);
  border: 0.005208rem solid rgba(245, 247, 250, 1);
  -webkit-box-shadow: 0 0 0.166667rem 0 rgba(29, 110, 220, 0.11);
          box-shadow: 0 0 0.166667rem 0 rgba(29, 110, 220, 0.11);
  border-radius: 0.03125rem;
  margin: 0 auto;
  font-size: 0.5rem;
  height: 60%;
  margin-top: 0.6rem;
}
table tr td[data-v-d827be0a] {
  -webkit-border-after: 0.005208rem solid #eee;
          border-block-end: 0.005208rem solid #eee;
  padding: 0 0.3rem;
}
.head[data-v-d827be0a] {
  width: 30vw;
  height: 30vw;
  background: rgba(255, 255, 255, 1);
  border: 0.005208rem solid rgba(238, 239, 241, 1);
  font-size: 0.125rem;
  text-align: center;
  color: #ccc;
}
.head img[data-v-d827be0a] {
  width: 30vw;
  height: 30vw;
  position: absolute;
  top: 0;
  left: 0;
}
.head_alt[data-v-d827be0a] {
  text-align: center;
  color: #ccc;
  font-size: 0.4rem;
  line-height: 1rem;
}
#image[data-v-d827be0a] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
  width: 30vw;
  height: 30vw;
}
.Mobile_login[data-v-3726abcd] {
  width: 100%;
  height: 100%;
  background: white;
  font-size: 1rem;
  padding: 0.4rem 0;
}
.Mobile_login input[data-v-3726abcd] {
  line-height: 1rem;
  height: 1rem;
  width: 80%;
  background: white;
}
.Mobile_login > div[data-v-3726abcd] {
  width: 100%;
}
table[data-v-3726abcd] {
  width: 80%;
  background: rgba(255, 255, 255, 1);
  border: 0.005208rem solid rgba(245, 247, 250, 1);
  -webkit-box-shadow: 0 0 0.166667rem 0 rgba(29, 110, 220, 0.11);
          box-shadow: 0 0 0.166667rem 0 rgba(29, 110, 220, 0.11);
  border-radius: 0.03125rem;
  margin: 0 auto;
  font-size: 0.5rem;
  height: 30%;
  white-space: nowrap;
}
table tr td[data-v-3726abcd] {
  -webkit-border-after: 0.005208rem solid #eee;
          border-block-end: 0.005208rem solid #eee;
  padding: 0 0.3rem;
  position: relative;
}
table tr td[data-v-3726abcd]:nth-of-type(even) {
  color: #2171e9;
}
button[data-v-3726abcd] {
  border: none;
  font-size: 0.5rem;
}
.btn_orange[data-v-3726abcd] {
  position: absolute;
  right: 0.1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #2171e9;
  background: none;
}
.container[data-v-6db2cea8] {
  height: 100%;
  width: 100%;
  background: white;
  padding-top: 0.6rem;
  position: relative;
}
table[data-v-6db2cea8] {
  width: 70%;
  height: 30%;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  font-size: 0.4rem;
  color: rgb(122, 70, 70);
}
.footer_banner[data-v-6db2cea8] {
  position: absolute;
  bottom: 0.6rem;
  width: 40%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.footer_banner img[data-v-6db2cea8] {
  width: 100%;
}
.allFixed_upload_btn[data-v-6db2cea8] {
  width: 100%;
  background: none;
  border: none;
  border-radius: 0.03125rem;
  font-size: 0.5rem;
  height: 1rem;
  color: white;
  background: rgba(51,51,51,.2);
}
.allFixed_upload_btn_off[data-v-6db2cea8] {
  background: -webkit-gradient(linear,left top, right top,from(rgba(57,115,231,1)),color-stop(0%, rgba(21,119,255,1)),to(rgba(61,166,255,1)));
  background: linear-gradient(90deg,rgba(57,115,231,1) 0%,rgba(21,119,255,1) 0%,rgba(61,166,255,1) 100%);
  -webkit-box-shadow: 0 0.03125rem 0.197917rem 0 rgba(29,110,220,0.48);
          box-shadow: 0 0.03125rem 0.197917rem 0 rgba(29,110,220,0.48);
}
.container[data-v-1232d20e] {
  height: 100%;
  width: 100%;
  background: white;
  padding-top: 0.6rem;
}
table[data-v-1232d20e] {
  width: 80%;
  background: rgba(255, 255, 255, 1);
  border: 0.005208rem solid rgba(245, 247, 250, 1);
  -webkit-box-shadow: 0 0 0.166667rem 0 rgba(29, 110, 220, 0.11);
          box-shadow: 0 0 0.166667rem 0 rgba(29, 110, 220, 0.11);
  border-radius: 0.03125rem;
  margin: 0 auto;
  font-size: 0.5rem;
  height: 60%;
  white-space: nowrap;
}
table tr td[data-v-1232d20e] {
  -webkit-border-after: 0.005208rem solid #eee;
          border-block-end: 0.005208rem solid #eee;
  padding: 0 0.3rem;
}
.allFixed_upload_btn[data-v-1232d20e] {
  background: none;
  border: none;
  font-size: 0.5rem;
  color: #2171e9;
}
.container[data-v-51b3ab45] {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
.container .imgBackground[data-v-51b3ab45] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.container .imgTitle[data-v-51b3ab45] {
  position: absolute;
  left: 50%;
  top: 10%;
  width: 36%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.container .center[data-v-51b3ab45] {
  position: absolute;
  left: 50%;
  top: 40%;
  width: 85%;
  height: 70%;
  background: rgba(255, 255, 255, 0.6);
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  border-radius: 0.6rem;
  position: relative;
  overflow: hidden;
}
.container .center .center_text[data-v-51b3ab45] {
  position: absolute;
  left: 50%;
  top: 62%;
  width: 100%;
  height: 28%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.container .center .center_text img[data-v-51b3ab45] {
  width: 100%;
}
.container .center .btn[data-v-51b3ab45] {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2rem;
  background: white;
  font-size: 0.6rem;
  border: none;
}
.container .center .btn p[data-v-51b3ab45] {
  line-height: 0.6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.container .center .btn p > span[data-v-51b3ab45] {
  display: inline-block;
  width: 0.6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-1.2rem) translateY(-50%);
          transform: translateX(-1.2rem) translateY(-50%);
}
.container .center .btn p > img[data-v-51b3ab45] {
  height: 0.8rem;
  width: auto;
  display: inline-block;
}
.center_bar[data-v-51b3ab45]:first-of-type {
  display: inline-block;
  position: absolute;
  left: 20%;
  top: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 14%;
  width: 2%;
  background: white;
}
.center_bar[data-v-51b3ab45]:last-of-type {
  display: inline-block;
  position: absolute;
  right: 20%;
  top: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 14%;
  width: 2%;
  background: white;
}
.input1[data-v-51b3ab45] {
  position: absolute;
  left: 50%;
  top: 18%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 87%;
  height: 10%;
  text-indent: 0;
  background: white;
  border: 0 none;
  resize: none;
  outline: none;
  /*清除选中效果的默认蓝色边框 */
  -webkit-appearance: none;
  /*清除浏览器默认的样式 */
  line-height: normal;
  /*光标问题  */
  text-indent: 1em;
  font-size: 0.4rem;
  border-radius: 0.2em;
}
.input2[data-v-51b3ab45] {
  position: absolute;
  left: 50%;
  top: 30%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 87%;
  height: 10%;
  text-indent: 0;
  background: white;
  border: 0 none;
  resize: none;
  outline: none;
  /*清除选中效果的默认蓝色边框 */
  -webkit-appearance: none;
  /*清除浏览器默认的样式 */
  line-height: normal;
  /*光标问题  */
  text-indent: 1em;
  font-size: 0.4rem;
  border-radius: 0.2em;
}
input[data-v-51b3ab45]::-webkit-input-placeholder {
  /* WebKit browsers */
  line-height: 0.44rem;
  /*placeholder */
}
input[data-v-51b3ab45]:focus {
  color: #8b8791;
}
input[data-v-51b3ab45]::-webkit-outer-spin-button,
input[data-v-51b3ab45]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"][data-v-51b3ab45] {
  -moz-appearance: textfield;
}
.icon-biaoqian[data-v-51b3ab45] {
  font-size: 0.6rem;
}
.center_code[data-v-51b3ab45] {
  position: absolute;
  left: 50%;
  top: 42%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 87%;
  height: 10%;
}
.center_code .input3[data-v-51b3ab45] {
  width: 50%;
  height: 100%;
  text-indent: 0;
  background: white;
  border: 0 none;
  resize: none;
  outline: none;
  /*清除选中效果的默认蓝色边框 */
  -webkit-appearance: none;
  /*清除浏览器默认的样式 */
  line-height: normal;
  /*光标问题  */
  text-indent: 1em;
  font-size: 0.4rem;
  border-radius: 0.2em;
}
.center_code_btn[data-v-51b3ab45] {
  float: right;
  width: 40%;
  height: 100%;
  background: #1890ff;
  color: #fff;
  font-size: 0.4rem;
  border-radius: 0.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.alterCode[data-v-51b3ab45] {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
}
.alterCode_div[data-v-51b3ab45] {
  width: 80%;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 40%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  padding: 5%;
  border-radius: 1em;
}
.alterCode_code .input4[data-v-51b3ab45] {
  width: 50%;
  height: 1rem;
  text-indent: 0;
  background: white;
  border: 0 none;
  resize: none;
  outline: none;
  /*清除选中效果的默认蓝色边框 */
  -webkit-appearance: none;
  /*清除浏览器默认的样式 */
  line-height: normal;
  /*光标问题  */
  text-indent: 1em;
  font-size: 0.4rem;
  border-radius: 0.2em;
  border: 0.005208rem solid #ccc;
}
.alterCode_code_img[data-v-51b3ab45] {
  height: 1rem;
  float: right;
}
.alterCode_code_img img[data-v-51b3ab45] {
  height: 100%;
}
.alterCode_btn[data-v-51b3ab45] {
  margin: 0 auto;
  margin-top: 5%;
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0.4rem;
}
.alterCode_btn span[data-v-51b3ab45] {
  width: 40%;
  height: 1rem;
  border: 0.005208rem solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1rem;
  text-align: center;
  border-radius: 1rem;
}
.alterCode_btn_on[data-v-51b3ab45] {
  border: 0.005208rem solid #1890ff;
  background: #1890ff;
  color: #fff;
}
input[data-v-51b3ab45]::-webkit-input-placeholder,
textarea[data-v-51b3ab45]::-webkit-input-placeholder {
  font-size: 0.4rem;
}
input[data-v-51b3ab45]:-moz-placeholder,
textarea[data-v-51b3ab45]:-moz-placeholder {
  font-size: 0.4rem;
}
input[data-v-51b3ab45]::-moz-placeholder,
textarea[data-v-51b3ab45]::-moz-placeholder {
  font-size: 0.4rem;
}
input[data-v-51b3ab45]:-ms-input-placeholder,
textarea[data-v-51b3ab45]:-ms-input-placeholder {
  font-size: 0.4rem;
}
.container[data-v-c679f36e] {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
.container .imgBackground[data-v-c679f36e] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.container .imgTitle[data-v-c679f36e] {
  position: absolute;
  left: 50%;
  top: 10%;
  width: 36%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.container .center[data-v-c679f36e] {
  position: absolute;
  left: 50%;
  top: 40%;
  width: 85%;
  height: 70%;
  background: rgba(255, 255, 255, 0.6);
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  border-radius: 0.6rem;
  position: relative;
  overflow: hidden;
}
.container .center .center_text[data-v-c679f36e] {
  position: absolute;
  left: 50%;
  top: 62%;
  width: 100%;
  height: 28%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.container .center .center_text img[data-v-c679f36e] {
  width: 100%;
}
.container .center .btn[data-v-c679f36e] {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2rem;
  background: white;
  font-size: 0.6rem;
  border: none;
}
.container .center .btn p[data-v-c679f36e] {
  line-height: 0.6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.container .center .btn p > span[data-v-c679f36e] {
  display: inline-block;
  width: 0.6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-1.2rem) translateY(-50%);
          transform: translateX(-1.2rem) translateY(-50%);
}
.container .center .btn p > img[data-v-c679f36e] {
  height: 0.8rem;
  width: auto;
  display: inline-block;
}
.center_bar[data-v-c679f36e]:first-of-type {
  display: inline-block;
  position: absolute;
  left: 20%;
  top: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 14%;
  width: 2%;
  background: white;
}
.center_bar[data-v-c679f36e]:last-of-type {
  display: inline-block;
  position: absolute;
  right: 20%;
  top: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 14%;
  width: 2%;
  background: white;
}
.input1[data-v-c679f36e] {
  position: absolute;
  left: 50%;
  top: 18%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 87%;
  height: 10%;
  text-indent: 0;
  background: white;
  border: 0 none;
  resize: none;
  outline: none;
  /*清除选中效果的默认蓝色边框 */
  -webkit-appearance: none;
  /*清除浏览器默认的样式 */
  line-height: normal;
  /*光标问题  */
  text-indent: 1em;
  font-size: 0.4rem;
  border-radius: 0.2em;
}
.input2[data-v-c679f36e] {
  position: absolute;
  left: 50%;
  top: 30%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 87%;
  height: 10%;
  text-indent: 0;
  background: white;
  border: 0 none;
  resize: none;
  outline: none;
  /*清除选中效果的默认蓝色边框 */
  -webkit-appearance: none;
  /*清除浏览器默认的样式 */
  line-height: normal;
  /*光标问题  */
  text-indent: 1em;
  font-size: 0.4rem;
  border-radius: 0.2em;
}
input[data-v-c679f36e]::-webkit-input-placeholder {
  /* WebKit browsers */
  line-height: 0.44rem;
  /*placeholder */
}
input[data-v-c679f36e]:focus {
  color: #8b8791;
}
input[data-v-c679f36e]::-webkit-outer-spin-button,
input[data-v-c679f36e]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"][data-v-c679f36e] {
  -moz-appearance: textfield;
}
.icon-biaoqian[data-v-c679f36e] {
  font-size: 0.6rem;
}
.center_code[data-v-c679f36e] {
  position: absolute;
  left: 50%;
  top: 42%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 87%;
  height: 10%;
}
.center_code .input3[data-v-c679f36e] {
  width: 50%;
  height: 100%;
  text-indent: 0;
  background: white;
  border: 0 none;
  resize: none;
  outline: none;
  /*清除选中效果的默认蓝色边框 */
  -webkit-appearance: none;
  /*清除浏览器默认的样式 */
  line-height: normal;
  /*光标问题  */
  text-indent: 1em;
  font-size: 0.4rem;
  border-radius: 0.2em;
}
.center_code_btn[data-v-c679f36e] {
  float: right;
  width: 40%;
  height: 100%;
  background: #1890ff;
  color: #fff;
  font-size: 0.4rem;
  border-radius: 0.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.alterCode[data-v-c679f36e] {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
}
.alterCode_div[data-v-c679f36e] {
  width: 80%;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 40%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  padding: 5%;
  border-radius: 1em;
}
.alterCode_code .input4[data-v-c679f36e] {
  width: 50%;
  height: 1rem;
  text-indent: 0;
  background: white;
  border: 0 none;
  resize: none;
  outline: none;
  /*清除选中效果的默认蓝色边框 */
  -webkit-appearance: none;
  /*清除浏览器默认的样式 */
  line-height: normal;
  /*光标问题  */
  text-indent: 1em;
  font-size: 0.4rem;
  border-radius: 0.2em;
  border: 0.005208rem solid #ccc;
}
.alterCode_code_img[data-v-c679f36e] {
  height: 1rem;
  float: right;
}
.alterCode_code_img img[data-v-c679f36e] {
  height: 100%;
}
.alterCode_btn[data-v-c679f36e] {
  margin: 0 auto;
  margin-top: 5%;
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0.4rem;
}
.alterCode_btn span[data-v-c679f36e] {
  width: 40%;
  height: 1rem;
  border: 0.005208rem solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1rem;
  text-align: center;
  border-radius: 1rem;
}
.alterCode_btn_on[data-v-c679f36e] {
  border: 0.005208rem solid #1890ff;
  background: #1890ff;
  color: #fff;
}
input[data-v-c679f36e]::-webkit-input-placeholder,
textarea[data-v-c679f36e]::-webkit-input-placeholder {
  font-size: 0.4rem;
}
input[data-v-c679f36e]:-moz-placeholder,
textarea[data-v-c679f36e]:-moz-placeholder {
  font-size: 0.4rem;
}
input[data-v-c679f36e]::-moz-placeholder,
textarea[data-v-c679f36e]::-moz-placeholder {
  font-size: 0.4rem;
}
input[data-v-c679f36e]:-ms-input-placeholder,
textarea[data-v-c679f36e]:-ms-input-placeholder {
  font-size: 0.4rem;
}
.el-aside[data-v-33f39ea5] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: auto;
}

/* 左边框 */
.main[data-v-33f39ea5],
.el-container[data-v-33f39ea5] {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}
.left-bar-logo[data-v-33f39ea5] {
  width: 100%;
  height: 0.307292rem;
  margin: 0 auto;
  margin-bottom: 0.364583rem;
}
.left-bar-logo img[data-v-33f39ea5] {
  margin: 0 auto;
  display: block;
  width: 90%;
}
.left-bar[data-v-33f39ea5] {
  width: 1.354167rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#30d8a0), to(#00b4bf));
  background: linear-gradient(0deg, #30d8a0, #00b4bf);
  position: relative;
  padding: 0.052083rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1.979167rem;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.left-bar1[data-v-33f39ea5] {
  width: auto;
  background: -webkit-gradient(linear, left bottom, left top, from(#30d8a0), to(#00b4bf));
  background: linear-gradient(0deg, #30d8a0, #00b4bf);
  position: relative;
  padding: 0.052083rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.left-bar a[data-v-33f39ea5] {
  color: #fff;
  display: block;
}
.left-bar li[data-v-33f39ea5] {
  padding: 0 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 0.25rem;
  cursor: pointer;
  letter-spacing: 0.010417rem;
}
.left-bar1 li[data-v-33f39ea5] {
  padding: 0 0.208333rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 0.25rem;
}
.left-bar li[data-v-33f39ea5]:last-child {
  margin-bottom: 0;
}
.left-bar li img[data-v-33f39ea5] {
  height: 100%;
  vertical-align: middle;
  margin: 0.010417rem 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 0.104167rem;
}
.left-bar1 li img[data-v-33f39ea5] {
  height: 100%;
  vertical-align: middle;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.left-bar li[data-v-33f39ea5]:focus,
.left-bar li[data-v-33f39ea5]:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.5);
}
.posi[data-v-33f39ea5] {
  width: 100%;
  display: block;
  cursor: pointer;
  position: absolute;
  bottom: 0;
}
.posi1[data-v-33f39ea5] {
  width: 100%;
  display: block;
  cursor: pointer;
  margin-top: 0;
}
.left-bar li i[data-v-33f39ea5] {
  padding-right: 0.052083rem;
  line-height: 0.25rem;
}
.left-bar ul[data-v-33f39ea5] {
  position: absolute;
  bottom: 0.052083rem;
  width: 100%;
}
.active[data-v-33f39ea5] {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.5);
}
.list_dl[data-v-33f39ea5] {
  max-height: 80vh;
  overflow: auto;
  position: absolute;
  bottom: 100%;
  width: 100%;
  border: 0.005208rem solid #888;
  left: 0;
  color: #000;
}
.list_dl dd[data-v-33f39ea5] {
  height: 0.15625rem;
  text-align: center;
  background: white;
  line-height: 0.15625rem;
}
.list_dl dd[data-v-33f39ea5]:hover {
  font-size: 0.114583rem;
  font-family: "\601D\6E90\9ED1\4F53";
}

/**/
.el-main[data-v-33f39ea5] {
  padding: 0.104167rem 0.15625rem;
  position: relative;
}
.right-main-mbr[data-v-33f39ea5] {
  margin: 0;
  -webkit-box-shadow: 0 0 0.020833rem #ccc;
          box-shadow: 0 0 0.020833rem #ccc;
  border-radius: 0.026042rem;
  padding: 0 0.104167rem;
  background: #fff;
}

/*谷歌、safari、qq浏览器、360浏览器滚动条样式*/

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
[data-v-33f39ea5]::-webkit-scrollbar {
  width: 0.026042rem;
  height: 0.026042rem;
  background-color: #f5f5f5;
}

/*定义滚动条轨道 内阴影+圆角*/
[data-v-33f39ea5]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0.03125rem rgba(0, 0, 0, 0.3);
  border-radius: 0.052083rem;
  background-color: #f5f5f5;
}

/*定义滑块 内阴影+圆角*/
[data-v-33f39ea5]::-webkit-scrollbar-thumb {
  border-radius: 0.052083rem;
  -webkit-box-shadow: inset 0 0 0.03125rem rgba(0, 0, 0, 0.3);
  background-color: #bdbdbd;
}

/*滑块效果*/
[data-v-33f39ea5]::-webkit-scrollbar-thumb:hover {
  border-radius: 0.026042rem;
  -webkit-box-shadow: inset 0 0 0.026042rem rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.4);
}

/*IE滚动条颜色*/
html[data-v-33f39ea5] {
  scrollbar-face-color: #bfbfbf;
  /*滚动条颜色*/
  scrollbar-highlight-color: #000;
  scrollbar-3dlight-color: #000;
  scrollbar-darkshadow-color: #000;
  scrollbar-shadow-color: #adadad;
  /*滑块边色*/
  scrollbar-arrow-color: rgba(0, 0, 0, 0.4);
  /*箭头颜色*/
  scrollbar-track-color: #eeeeee;
  /*背景颜色*/
}
.container[data-v-97ddeeb6] {
  width: 100%;
  min-height: 100%;
  min-width: 6.25rem;
  background: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
.container[data-v-97ddeeb6] .el-table .cell {
  /* line-height: 1; */
}
.elTable[data-v-97ddeeb6] .cell {
  /* white-space: nowrap; */
  overflow: hidden;
  text-overflow: ellipsis;
}
.elTable[data-v-97ddeeb6] .el-button--text {
  padding: 0;
}
.container[data-v-97ddeeb6] .el-table__fixed::before {
  background-color: transparent !important;
}
.elTable[data-v-97ddeeb6] .el-table__body-wrapper::-webkit-scrollbar {
  height: 0.104167rem;
}
.elTable[data-v-97ddeeb6] .el-table__fixed {
  height: auto !important;
  bottom: 0.088542rem !important;
}
.container[data-v-97ddeeb6] .el-input-group__append button.el-button {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  color: #fff;
  border-radius: 0 0.020833rem 0.020833rem 0;
}
.el-table[data-v-97ddeeb6] thead th {
  background-color: transparent;
}
.allFixed_table_footer[data-v-97ddeeb6] {
  text-align: center;
  margin-top: 0.104167rem;
}
.highlight[data-v-97ddeeb6] {
  color: #409eff;
}
.allFixed_excel>div[data-v-97ddeeb6] {
  width: 2.604167rem;
  padding: 0.260417rem 0.104167rem;
}
.excel[data-v-97ddeeb6] {
  position: absolute;
  left: 0;
  top: 0;
  width: 1.25rem;
  opacity: 0;
  cursor: pointer;
  height: 0.1875rem;
}
.vue_qr_text[data-v-97ddeeb6] {
  text-align: center;
  font-size: 0.09375rem;
  font-family: '\601D\6E90\9ED1\4F53';
  /* font-weight: 600 */
}
.el-col-12[data-v-97ddeeb6] {
  height: 0.3125rem;
}
.container[data-v-40c32da3] {
  width: 100%;
  min-height: 100%;
  min-width: 6.25rem;
  background: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
.container_nav[data-v-40c32da3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.container[data-v-40c32da3] .el-table .cell {
  /* line-height: 1; */
}
.elTable[data-v-40c32da3] .cell {
  /* white-space: nowrap; */
  overflow: hidden;
  text-overflow: ellipsis;
}
.elTable[data-v-40c32da3] .el-button--text {
  padding: 0;
}
.container[data-v-40c32da3] .el-table__fixed::before {
  background-color: transparent !important;
}
.elTable[data-v-40c32da3] .el-table__body-wrapper::-webkit-scrollbar {
  height: 0.104167rem;
}
.elTable[data-v-40c32da3] .el-table__fixed {
  height: auto !important;
  bottom: 0.088542rem !important;
}
.container[data-v-40c32da3] .el-input-group__append button.el-button {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  color: #fff;
  border-radius: 0 0.020833rem 0.020833rem 0;
}
.el-table[data-v-40c32da3] thead th {
  background-color: transparent;
}
.allFixed_table_footer[data-v-40c32da3] {
  text-align: center;
  margin-top: 0.104167rem;
}
.highlight[data-v-40c32da3] {
  color: #409eff;
}
.el-col-12[data-v-40c32da3] {
  height: 0.3125rem;
}
.allFixed_visit>div[data-v-40c32da3] {
  width: 4.84375rem;
}
.allFixed_Remark[data-v-40c32da3] {
  width: 100%;
  padding: 0.078125rem;
  border: 0.005208rem solid #E8EAED;
  border-radius: 0.03125rem;
  height: auto;
  overflow: auto;
  margin-top: 0.104167rem;
  max-height: 2.083333rem;
}
.allFixed_Remark p[data-v-40c32da3] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.104167rem;
  line-height: 0.166667rem;
}
.allFixed_Remark p span[data-v-40c32da3]:nth-child(2) {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
}
.allFixed_Remark p span[data-v-40c32da3]:nth-child(1) {
  margin-right: 0.052083rem;
  font-size: 0.072917rem;
  font-family: '\601D\6E90\9ED1\4F53';
  font-weight: 500;
  color: #323053;
}
.allFixed_Remark p span[data-v-40c32da3]:nth-child(3) {
  position: relative;
  margin: 0 0.104167rem;
  margin-left: 0.052083rem;
}
.allFixed_Remark p span .el-icon-delete[data-v-40c32da3] {
  color: #3699FF;
  vertical-align: middle;
  font-size: 0.125rem;
  position: absolute;
  top: 50%;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.allFixed_excel>div[data-v-40c32da3] {
  width: 2.604167rem;
  padding: 0.260417rem 0.104167rem;
}
.container[data-v-5cf643b0] {
  width: 100%;
  min-height: 100%;
  min-width: 6.25rem;
  background: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
.container[data-v-5cf643b0] .el-table .cell {
  /* line-height: 1; */
}
.elTable[data-v-5cf643b0] .cell {
  /* white-space: nowrap; */
  overflow: hidden;
  text-overflow: ellipsis;
}
.elTable[data-v-5cf643b0] .el-button--text {
  padding: 0;
}
.container[data-v-5cf643b0] .el-table__fixed::before {
  background-color: transparent !important;
}
.elTable[data-v-5cf643b0] .el-table__body-wrapper::-webkit-scrollbar {
  height: 0.104167rem;
}
.elTable[data-v-5cf643b0] .el-table__fixed {
  height: auto !important;
  bottom: 0.088542rem !important;
}
.container[data-v-5cf643b0] .el-input-group__append button.el-button {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(0, 180, 191, 1)),
    to(rgba(66, 230, 149, 1))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 180, 191, 1) 0%,
    rgba(66, 230, 149, 1) 100%
  );
  color: #fff;
  border-radius: 0 0.020833rem 0.020833rem 0;
}
.el-table[data-v-5cf643b0] thead th {
  background-color: transparent;
}
.allFixed_table_footer[data-v-5cf643b0] {
  text-align: center;
  margin-top: 0.104167rem;
}
.highlight[data-v-5cf643b0] {
  color: #409eff;
}
.allFixed_excel>div[data-v-5cf643b0] {
  width: 2.604167rem;
  padding: 0.260417rem 0.104167rem;
}
.excel[data-v-5cf643b0] {
  position: absolute;
  left: 0;
  top: 0;
  width: 1.25rem;
  opacity: 0;
  cursor: pointer;
  height: 0.1875rem;
}
.vue_qr_text[data-v-5cf643b0] {
  text-align: center;
  font-size: 0.09375rem;
  font-family: '\601D\6E90\9ED1\4F53';
  /* font-weight: 600 */
}
.el-col-12[data-v-5cf643b0] {
  height: 0.3125rem;
}
.el-aside[data-v-fa174ab0] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: auto;
}

/* 左边框 */
.main[data-v-fa174ab0],
.el-container[data-v-fa174ab0] {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.left-bar-logo[data-v-fa174ab0] {
  max-width: 1.666667rem;
  width: 100%;
  height: 0.307292rem;
  margin: 0 auto;
  margin-bottom: 0.364583rem;
}
.left-bar-logo img[data-v-fa174ab0] {
  margin: 0 auto;
  display: block;
  width: 90%;
}
.left-bar[data-v-fa174ab0] {
  width: 1.354167rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#30d8a0), to(#00b4bf));
  background: linear-gradient(0deg, #30d8a0, #00b4bf);
  position: relative;
  padding: 0.208333rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 3.645833rem;
  height: 100%;
}
.left-bar1[data-v-fa174ab0] {
  width: auto;
  background: -webkit-gradient(linear, left bottom, left top, from(#30d8a0), to(#00b4bf));
  background: linear-gradient(0deg, #30d8a0, #00b4bf);
  position: relative;
  padding: 0.208333rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.left-bar a[data-v-fa174ab0] {
  color: #fff;
  display: block;
}
.left-bar li[data-v-fa174ab0] {
  padding-left: 0.15625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 0.25rem;
  cursor: pointer;
  letter-spacing: 0.010417rem;
}
.left-bar1 li[data-v-fa174ab0] {
  padding: 0 0.208333rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 0.25rem;
}
.left-bar li[data-v-fa174ab0]:last-child {
  margin-bottom: 0;
}
.left-bar li img[data-v-fa174ab0] {
  height: 100%;
  vertical-align: middle;
  margin: 0.010417rem 0.052083rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 0.104167rem;
}
.left-bar1 li img[data-v-fa174ab0] {
  height: 100%;
  vertical-align: middle;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.left-bar li[data-v-fa174ab0]:focus,
.left-bar li[data-v-fa174ab0]:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.5);
}
.posi[data-v-fa174ab0] {
  width: 100%;
  display: block;
  cursor: pointer;
  position: absolute;
  bottom: 0;
}
.posi1[data-v-fa174ab0] {
  width: 100%;
  display: block;
  cursor: pointer;
  margin-top: 0;
}
.left-bar li i[data-v-fa174ab0] {
  padding-right: 0.052083rem;
  line-height: 0.25rem;
}
.left-bar ul[data-v-fa174ab0] {
  position: absolute;
  bottom: 0.052083rem;
  width: 100%;
}
.active[data-v-fa174ab0] {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.5);
}
.list_dl[data-v-fa174ab0] {
  max-height: 80vh;
  overflow: auto;
  position: absolute;
  bottom: 100%;
  width: 100%;
  border: 0.005208rem solid #888;
  left: 0;
  color: #000;
}
.list_dl dd[data-v-fa174ab0] {
  height: 0.15625rem;
  text-align: center;
  background: white;
  line-height: 0.15625rem;
}
.list_dl dd[data-v-fa174ab0]:hover {
  font-size: 0.114583rem;
  font-family: "\601D\6E90\9ED1\4F53";
}

/**/
.el-main[data-v-fa174ab0] {
  padding: 0;
  position: relative;
}
.right-main-mbr[data-v-fa174ab0] {
  margin: 0;
  -webkit-box-shadow: 0 0 0.020833rem #ccc;
          box-shadow: 0 0 0.020833rem #ccc;
  border-radius: 0.026042rem;
  padding: 0 0.104167rem;
  background: #fff;
}

/*谷歌、safari、qq浏览器、360浏览器滚动条样式*/

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
[data-v-fa174ab0]::-webkit-scrollbar {
  width: 0.026042rem;
  height: 0.026042rem;
  background-color: #f5f5f5;
}

/*定义滚动条轨道 内阴影+圆角*/
[data-v-fa174ab0]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0.03125rem rgba(0, 0, 0, 0.3);
  border-radius: 0.052083rem;
  background-color: #f5f5f5;
}

/*定义滑块 内阴影+圆角*/
[data-v-fa174ab0]::-webkit-scrollbar-thumb {
  border-radius: 0.052083rem;
  -webkit-box-shadow: inset 0 0 0.03125rem rgba(0, 0, 0, 0.3);
  background-color: #bdbdbd;
}

/*滑块效果*/
[data-v-fa174ab0]::-webkit-scrollbar-thumb:hover {
  border-radius: 0.026042rem;
  -webkit-box-shadow: inset 0 0 0.026042rem rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.4);
}

/*IE滚动条颜色*/
html[data-v-fa174ab0] {
  scrollbar-face-color: #bfbfbf;
  /*滚动条颜色*/
  scrollbar-highlight-color: #000;
  scrollbar-3dlight-color: #000;
  scrollbar-darkshadow-color: #000;
  scrollbar-shadow-color: #adadad;
  /*滑块边色*/
  scrollbar-arrow-color: rgba(0, 0, 0, 0.4);
  /*箭头颜色*/
  scrollbar-track-color: #eeeeee;
  /*背景颜色*/
}
.headquartersFinanceIndex[data-v-3ce05373] {
  min-width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  overflow: auto;
  padding: 0.15625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background: #fff;
}
.headquartersFinanceIndex_screen[data-v-3ce05373] {
  margin-top: 0.15625rem;
}
.headquartersFinanceIndex_table[data-v-3ce05373] {
  margin-top: 0.125rem;
}
.headquartersFinanceIndex_table[data-v-3ce05373] .el-table__header-wrapper th,
.headquartersFinanceIndex_application_table[data-v-3ce05373] .el-table__header-wrapper th,
.headquartersFinanceIndex_addStudents_cont[data-v-3ce05373] .el-table__header-wrapper th {
  background: #f7f8ff !important;
}
.headquartersFinanceIndex_table[data-v-3ce05373] .el-table,
.headquartersFinanceIndex_application_table[data-v-3ce05373] .el-table {
  min-height: calc(100vh - 1.458333rem);
}
.headquartersFinanceIndex_table_pagination[data-v-3ce05373] {
  text-align: right;
  margin-top: 0.083333rem;
}
.headquartersFinanceIndex_application[data-v-3ce05373] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: #fff;
  padding: 0.15625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.headquartersFinanceIndex_application_top[data-v-3ce05373] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.headquartersFinanceIndex_application_top div[data-v-3ce05373] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.headquartersFinanceIndex_application_screen[data-v-3ce05373] {
  text-align: right;
}
.headquartersFinanceIndex_application_table[data-v-3ce05373] {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}
.headquartersFinanceIndex_application_sub[data-v-3ce05373] {
  margin-top: 0.125rem;
  text-align: center;
}
.headquartersFinanceIndex_addStudents[data-v-3ce05373] {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
}
.headquartersFinanceIndex_addStudents_cont[data-v-3ce05373] {
  width: 4.166667rem;
  min-height: 1.5625rem;
  background: #fff;
  border-radius: 0.020833rem;
  position: absolute;
  left: 50%;
  top: 20%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
.headquartersFinanceIndex_addStudents_cont[data-v-3ce05373] {
  padding: 0.125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.headquartersFinanceIndex_addStudents_cont_foot[data-v-3ce05373] {
  margin-top: 0.125rem;
  text-align: center;
}
.headquartersFinanceStatement[data-v-bdd07d8c] {
  min-width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  overflow: auto;
  padding: 0.15625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background: #fff;
}
.headquartersFinanceStatement_screen[data-v-bdd07d8c] {
  margin-top: 0.15625rem;
}
.headquartersFinanceStatement_table[data-v-bdd07d8c] {
  margin-top: 0.125rem;
}
.headquartersFinanceStatement_table[data-v-bdd07d8c] .el-table__header-wrapper th,
.headquartersFinanceStatement_application_table[data-v-bdd07d8c] .el-table__header-wrapper th,
.headquartersFinanceStatement_addStudents_cont[data-v-bdd07d8c] .el-table__header-wrapper th {
  background: #f7f8ff !important;
}
.headquartersFinanceStatement_table[data-v-bdd07d8c] .el-table,
.headquartersFinanceStatement_application_table[data-v-bdd07d8c] .el-table {
  min-height: calc(100vh - 1.09375rem);
}
.headquartersFinanceStatement_table_pagination[data-v-bdd07d8c] {
  text-align: right;
  margin-top: 0.083333rem;
}
.el-aside[data-v-0a0a80fb] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: -webkit-gradient(linear, left bottom, left top, from(#30d8a0), to(#00b4bf));
  background: linear-gradient(0deg, #30d8a0, #00b4bf);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
.hidasde[data-v-0a0a80fb] {
  width: 0.625rem !important;
}
.showasde[data-v-0a0a80fb] {
  width: 1.5625rem !important;
}
.hidasde .menu_box>ul[data-v-0a0a80fb] {
  width: 0.625rem !important;
}
.hidasde .menu_box[data-v-0a0a80fb] .el-menu_lefticon {
  color: #fff;
  font-size: 0.145833rem;
  margin-left: 0.104167rem;
}
.menu_box[data-v-0a0a80fb] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* 左边框 */
.main[data-v-0a0a80fb],
.el-container[data-v-0a0a80fb] {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.menu_logo[data-v-0a0a80fb] {
  width: 100%;
  height: 0.3125rem;
  margin-top: 0.3125rem;
  margin-bottom: 0.15625rem;
  padding: 0 0.15625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.menu_logo img[data-v-0a0a80fb] {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.el-aside[data-v-0a0a80fb] .el-menu {
  background-color: transparent;
  border-right: none;
}
.el-aside[data-v-0a0a80fb] .el-menu-item>i,
.el-aside[data-v-0a0a80fb] .el-submenu__title>i,
.el-menu-item i[data-v-0a0a80fb] {
  color: #fff;
}
.el-aside[data-v-0a0a80fb] .el-submenu .el-menu-item-group__title {
  display: none;
}
.el-aside[data-v-0a0a80fb] .el-menu .el-menu-item:hover,
.el-aside[data-v-0a0a80fb] .el-menu .el-menu-item:focus,
.el-aside[data-v-0a0a80fb] .el-submenu__title:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.el-menu-item.is-active[data-v-0a0a80fb] {
  background-color: rgba(255, 255, 255, 0.5) !important;
}
.menu_foot[data-v-0a0a80fb] {
  padding-bottom: 0.083333rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.menu_foot .menu_foot_ul li[data-v-0a0a80fb] {
  width: 100%;
  height: 0.260417rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.15625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
.menu_foot .menu_foot_ul li[data-v-0a0a80fb]:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.menu_foot .menu_foot_ul li img[data-v-0a0a80fb] {
  width: 0.09375rem;
  height: 0.09375rem;
  vertical-align: middle;
}
.menu_foot .menu_foot_ul .menu_foot_ul_downbox[data-v-0a0a80fb] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu_foot_ul_dropdownpopper li[data-v-0a0a80fb] {
  padding: 0 0.0625rem !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.menu_foot .menu_foot_ul .menu_foot_ul_downbox .el-icon-d-caret[data-v-0a0a80fb] {
  color: #fff;
}
.menu_foot .menu_foot_ul .menu_foot_ul_text[data-v-0a0a80fb] {
  margin-left: 0.0625rem;
  color: #fff;
}
.hidasde .menu_foot .menu_foot_ul li[data-v-0a0a80fb] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*谷歌、safari、qq浏览器、360浏览器滚动条样式*/

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
[data-v-0a0a80fb]::-webkit-scrollbar {
  width: 0.026042rem;
  height: 0.026042rem;
  background-color: #f5f5f5;
}

/*定义滚动条轨道 内阴影+圆角*/
[data-v-0a0a80fb]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0.026042rem rgba(0, 0, 0, 0.3);
  border-radius: 0.026042rem;
  background-color: #f5f5f5;
}

/*定义滑块 内阴影+圆角*/
[data-v-0a0a80fb]::-webkit-scrollbar-thumb {
  border-radius: 0.026042rem;
  -webkit-box-shadow: inset 0 0 0.026042rem rgba(0, 0, 0, 0.3);
  background-color: #bdbdbd;
}

/*滑块效果*/
[data-v-0a0a80fb]::-webkit-scrollbar-thumb:hover {
  border-radius: 0.026042rem;
  -webkit-box-shadow: inset 0 0 0.026042rem rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.4);
}

/*IE滚动条颜色*/
html[data-v-0a0a80fb] {
  scrollbar-face-color: #bfbfbf;
  /*滚动条颜色*/
  scrollbar-highlight-color: #000;
  scrollbar-3dlight-color: #000;
  scrollbar-darkshadow-color: #000;
  scrollbar-shadow-color: #adadad;
  /*滑块边色*/
  scrollbar-arrow-color: rgba(0, 0, 0, 0.4);
  /*箭头颜色*/
  scrollbar-track-color: #eeeeee;
  /*背景颜色*/
}
.productList[data-v-4fd1b493] {
  min-width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  overflow: auto;
  padding: 0.15625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background: #fff;
}
.productList_screen[data-v-4fd1b493] {
  margin-top: 0.15625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
}
.productList_table[data-v-4fd1b493] {
  margin-top: 0.125rem;
}
.productList_table[data-v-4fd1b493] .el-table__header-wrapper th,
.productList_application_table[data-v-4fd1b493] .el-table__header-wrapper th,
.productList_addStudents_cont[data-v-4fd1b493] .el-table__header-wrapper th {
  background: #f7f8ff !important;
}
.productList_table[data-v-4fd1b493] .el-button {
  margin-left: 0;
}
.productList_table_pagination[data-v-4fd1b493] {
  text-align: right;
  margin-top: 0.083333rem;
}
.productList_addModal_cont[data-v-4fd1b493] {
  min-height: 1.5625rem;
  background: #fff;
  /* padding: 24px;
    box-sizing: border-box; */
}
.productList_addModal_cont h3[data-v-4fd1b493] {
  font-size: 0.083333rem;
  font-weight: bold;
  margin-top: 0.125rem;
  color: #262A30;
}
.productList_addModal_cont[data-v-4fd1b493] .el-input__inner {
  text-align: left;
}
.productList_addModal_cont_subtotal[data-v-4fd1b493] {
  font-size: 0.083333rem;
  font-weight: bold;
  text-align: right;
}
.productList_addModal_cont_addbox[data-v-4fd1b493] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.productList_addModal_cont_addindex[data-v-4fd1b493] {
  white-space: nowrap;
  margin-right: 0.041667rem;
}
.productList_addModal_cont_addicon[data-v-4fd1b493] {
  width: 0.15625rem;
  height: 0.15625rem;
  margin-left: 0.083333rem;
  margin-top: 0.072917rem;
  position: relative;
}
.productList_addModal_cont_addicon[data-v-4fd1b493] i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.productList_addModal_cont_addrowbox[data-v-4fd1b493] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-top: 0.005208rem dotted #C0C4CC;
}
.productList_addModal_cont_addrow[data-v-4fd1b493] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.041667rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.productList_addModal_cont_addrowbox[data-v-4fd1b493]:first-child {
  border-top: 0;
}
.productList_addModal_cont_addrow .productList_addModal_cont_addcol[data-v-4fd1b493] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.productList_addModal_cont_addrow .productList_addModal_cont_addcol[data-v-4fd1b493]:first-child {
  padding-right: 0.041667rem;
}
.productList_addModal_cont_addrow .productList_addModal_cont_addcol[data-v-4fd1b493]:last-child {
  padding-left: 0.041667rem;
}
.productList_addModal_cont_row[data-v-4fd1b493] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.083333rem;
}
.productList_addModal_cont_col[data-v-4fd1b493] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.productList_addModal_cont_col[data-v-4fd1b493] .el-checkbox-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 0.166667rem;
}
.productList_addModal_cont_col[data-v-4fd1b493] .el-select {
  width: 100%;
}
.productList_addModal_cont_row>.productList_addModal_cont_col[data-v-4fd1b493]:nth-child(1) {
  padding-right: 0.041667rem;
}
.productList_addModal_cont_row>.productList_addModal_cont_col[data-v-4fd1b493]:nth-child(2) {
  padding-left: 0.041667rem;
}
.productList_addModal_cont_col_lable[data-v-4fd1b493] {
  white-space: nowrap;
  margin-bottom: 0.041667rem;
}
.productList_addModal_cont_foot[data-v-4fd1b493] {
  margin-top: 0.125rem;
  text-align: center;
}
.productList_addModal_cont[data-v-4fd1b493] .el-loading-mask {
  border-radius: 0.020833rem;
}
.examCertificate[data-v-a7bc3f82] {
  min-width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  overflow: auto;
  padding: 0.15625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background: #fff;
}
.examCertificate_screen[data-v-a7bc3f82] {
  margin-top: 0.15625rem;
  text-align: right;
}
.examCertificate_table[data-v-a7bc3f82] {
  margin-top: 0.125rem;
}
.examCertificate_table[data-v-a7bc3f82] .el-table__header-wrapper th,
.examCertificate_application_table[data-v-a7bc3f82] .el-table__header-wrapper th,
.examCertificate_addStudents_cont[data-v-a7bc3f82] .el-table__header-wrapper th {
  background: #f7f8ff !important;
}
.examCertificate_table[data-v-a7bc3f82] .el-button {
  margin-left: 0;
}
.examCertificate_table_pagination[data-v-a7bc3f82] {
  text-align: right;
  margin-top: 0.083333rem;
}
.examCertificate_addModal_cont[data-v-a7bc3f82] {
  min-height: 0.520833rem;
  background: #fff;
  /* padding: 24px;
    box-sizing: border-box; */
}
.examCertificate_addModal_cont h3[data-v-a7bc3f82] {
  font-size: 0.083333rem;
  font-weight: bold;
  margin-top: 0.125rem;
  color: #262A30;
}
.examCertificate_addModal_cont[data-v-a7bc3f82] .el-input__inner {
  text-align: left;
}
.examCertificate_addModal_cont_subtotal[data-v-a7bc3f82] {
  font-size: 0.083333rem;
  font-weight: bold;
  text-align: right;
}
.examCertificate_addModal_cont_addbox[data-v-a7bc3f82] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.examCertificate_addModal_cont_addindex[data-v-a7bc3f82] {
  white-space: nowrap;
  margin-right: 0.041667rem;
}
.examCertificate_addModal_cont_addicon[data-v-a7bc3f82] {
  width: 0.15625rem;
  height: 0.15625rem;
  margin-left: 0.083333rem;
  margin-top: 0.072917rem;
  position: relative;
}
.examCertificate_addModal_cont_addicon[data-v-a7bc3f82] i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.examCertificate_addModal_cont_addrowbox[data-v-a7bc3f82] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-top: 0.005208rem dotted #C0C4CC;
}
.examCertificate_addModal_cont_addrow[data-v-a7bc3f82] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.041667rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.examCertificate_addModal_cont_addrowbox[data-v-a7bc3f82]:first-child {
  border-top: 0;
}
.examCertificate_addModal_cont_addrow .examCertificate_addModal_cont_addcol[data-v-a7bc3f82] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.examCertificate_addModal_cont_addrow .examCertificate_addModal_cont_addcol[data-v-a7bc3f82]:first-child {
  padding-right: 0.041667rem;
}
.examCertificate_addModal_cont_addrow .examCertificate_addModal_cont_addcol[data-v-a7bc3f82]:last-child {
  padding-left: 0.041667rem;
}
.examCertificate_addModal_cont_row[data-v-a7bc3f82] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.083333rem;
}
.examCertificate_addModal_cont_col[data-v-a7bc3f82] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.examCertificate_addModal_cont_col[data-v-a7bc3f82] .el-checkbox-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 0.166667rem;
}
.examCertificate_addModal_cont_col[data-v-a7bc3f82] .el-select {
  width: 100%;
}
.examCertificate_addModal_cont_row>.examCertificate_addModal_cont_col[data-v-a7bc3f82]:nth-child(1) {
  padding-right: 0.041667rem;
}
.examCertificate_addModal_cont_row>.examCertificate_addModal_cont_col[data-v-a7bc3f82]:nth-child(2) {
  padding-left: 0.041667rem;
}
.examCertificate_addModal_cont_col_lable[data-v-a7bc3f82] {
  white-space: nowrap;
  margin-bottom: 0.041667rem;
}
.examCertificate_addModal_cont_foot[data-v-a7bc3f82] {
  margin-top: 0.125rem;
  text-align: center;
}
.examCertificate_addModal_cont[data-v-a7bc3f82] .el-loading-mask {
  border-radius: 0.020833rem;
}
.certificateType[data-v-a6947f4c] {
  min-width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  overflow: auto;
  padding: 0.15625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background: #fff;
}
.certificateType_screen[data-v-a6947f4c] {
  margin-top: 0.15625rem;
  text-align: right;
}
.certificateType_table[data-v-a6947f4c] {
  margin-top: 0.125rem;
}
.certificateType_table[data-v-a6947f4c] .el-table__header-wrapper th,
.certificateType_application_table[data-v-a6947f4c] .el-table__header-wrapper th,
.certificateType_addStudents_cont[data-v-a6947f4c] .el-table__header-wrapper th {
  background: #f7f8ff !important;
}
.certificateType_table[data-v-a6947f4c] .el-button {
  margin-left: 0;
}
.certificateType_table_pagination[data-v-a6947f4c] {
  text-align: right;
  margin-top: 0.083333rem;
}
.certificateType_addModal_cont[data-v-a6947f4c] {
  min-height: 1.5625rem;
  background: #fff;
  /* padding: 24px;
    box-sizing: border-box; */
}
.certificateType_addModal_cont h3[data-v-a6947f4c] {
  font-size: 0.083333rem;
  font-weight: bold;
  margin-top: 0.125rem;
  color: #262A30;
}
.certificateType_addModal_cont[data-v-a6947f4c] .el-input__inner {
  text-align: left;
}
.certificateType_addModal_cont_subtotal[data-v-a6947f4c] {
  font-size: 0.083333rem;
  font-weight: bold;
  text-align: right;
}
.certificateType_addModal_cont_addbox[data-v-a6947f4c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.certificateType_addModal_cont_addindex[data-v-a6947f4c] {
  white-space: nowrap;
  margin-right: 0.041667rem;
}
.certificateType_addModal_cont_addicon[data-v-a6947f4c] {
  width: 0.15625rem;
  height: 0.15625rem;
  margin-left: 0.083333rem;
  margin-top: 0.072917rem;
  position: relative;
}
.certificateType_addModal_cont_addicon[data-v-a6947f4c] i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.certificateType_addModal_cont_addrowbox[data-v-a6947f4c] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-top: 0.005208rem dotted #C0C4CC;
}
.certificateType_addModal_cont_addrow[data-v-a6947f4c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.041667rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.certificateType_addModal_cont_addrowbox[data-v-a6947f4c]:first-child {
  border-top: 0;
}
.certificateType_addModal_cont_addrow .certificateType_addModal_cont_addcol[data-v-a6947f4c] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.certificateType_addModal_cont_addrow .certificateType_addModal_cont_addcol[data-v-a6947f4c]:first-child {
  padding-right: 0.041667rem;
}
.certificateType_addModal_cont_addrow .certificateType_addModal_cont_addcol[data-v-a6947f4c]:last-child {
  padding-left: 0.041667rem;
}
.certificateType_addModal_cont_row[data-v-a6947f4c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.083333rem;
}
.certificateType_addModal_cont_col[data-v-a6947f4c] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.certificateType_addModal_cont_col[data-v-a6947f4c] .el-checkbox-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 0.166667rem;
}
.certificateType_addModal_cont_col[data-v-a6947f4c] .el-select {
  width: 100%;
}
.certificateType_addModal_cont_row>.certificateType_addModal_cont_col[data-v-a6947f4c]:nth-child(1) {
  padding-right: 0.041667rem;
}
.certificateType_addModal_cont_row>.certificateType_addModal_cont_col[data-v-a6947f4c]:nth-child(2) {
  padding-left: 0.041667rem;
}
.certificateType_addModal_cont_col_lable[data-v-a6947f4c] {
  white-space: nowrap;
  margin-bottom: 0.041667rem;
}
.certificateType_addModal_cont_foot[data-v-a6947f4c] {
  margin-top: 0.125rem;
  text-align: center;
}
.certificateType_addModal_cont[data-v-a6947f4c] .el-loading-mask {
  border-radius: 0.020833rem;
}@charset "UTF-8";

.el-pagination--small .arrow.disabled,
.el-table .hidden-columns,
.el-table td.is-hidden>*,
.el-table th.is-hidden>*,
.el-table--hidden {
  visibility: hidden;
}

.el-dropdown .el-dropdown-selfdefine:focus:active,
.el-dropdown .el-dropdown-selfdefine:focus:not(.focusing),
.el-message__closeBtn:focus,
.el-message__content:focus,
.el-popover:focus,
.el-popover:focus:active,
.el-popover__reference:focus:hover,
.el-popover__reference:focus:not(.focusing),
.el-rate:active,
.el-rate:focus,
.el-tooltip:focus:hover,
.el-tooltip:focus:not(.focusing),
.el-upload-list__item.is-success:active,
.el-upload-list__item.is-success:not(.focusing):focus {
  outline-width: 0;
}

.el-input__suffix,
.el-tree.is-dragging .el-tree-node__content * {
  pointer-events: none;
}

@font-face {
  font-family: element-icons;
  src: url(../../static/fonts/element-icons.535877f.woff) format("woff"),url(../../static/fonts/element-icons.732389d.ttf) format("truetype");
  font-weight: 400;
  font-display: "auto";
  font-style: normal;
}

[class*=" el-icon-"],
[class^=el-icon-] {
  font-family: element-icons!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: baseline;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.el-icon-ice-cream-round:before {
  content: "\E6A0";
}

.el-icon-ice-cream-square:before {
  content: "\E6A3";
}

.el-icon-lollipop:before {
  content: "\E6A4";
}

.el-icon-potato-strips:before {
  content: "\E6A5";
}

.el-icon-milk-tea:before {
  content: "\E6A6";
}

.el-icon-ice-drink:before {
  content: "\E6A7";
}

.el-icon-ice-tea:before {
  content: "\E6A9";
}

.el-icon-coffee:before {
  content: "\E6AA";
}

.el-icon-orange:before {
  content: "\E6AB";
}

.el-icon-pear:before {
  content: "\E6AC";
}

.el-icon-apple:before {
  content: "\E6AD";
}

.el-icon-cherry:before {
  content: "\E6AE";
}

.el-icon-watermelon:before {
  content: "\E6AF";
}

.el-icon-grape:before {
  content: "\E6B0";
}

.el-icon-refrigerator:before {
  content: "\E6B1";
}

.el-icon-goblet-square-full:before {
  content: "\E6B2";
}

.el-icon-goblet-square:before {
  content: "\E6B3";
}

.el-icon-goblet-full:before {
  content: "\E6B4";
}

.el-icon-goblet:before {
  content: "\E6B5";
}

.el-icon-cold-drink:before {
  content: "\E6B6";
}

.el-icon-coffee-cup:before {
  content: "\E6B8";
}

.el-icon-water-cup:before {
  content: "\E6B9";
}

.el-icon-hot-water:before {
  content: "\E6BA";
}

.el-icon-ice-cream:before {
  content: "\E6BB";
}

.el-icon-dessert:before {
  content: "\E6BC";
}

.el-icon-sugar:before {
  content: "\E6BD";
}

.el-icon-tableware:before {
  content: "\E6BE";
}

.el-icon-burger:before {
  content: "\E6BF";
}

.el-icon-knife-fork:before {
  content: "\E6C1";
}

.el-icon-fork-spoon:before {
  content: "\E6C2";
}

.el-icon-chicken:before {
  content: "\E6C3";
}

.el-icon-food:before {
  content: "\E6C4";
}

.el-icon-dish-1:before {
  content: "\E6C5";
}

.el-icon-dish:before {
  content: "\E6C6";
}

.el-icon-moon-night:before {
  content: "\E6EE";
}

.el-icon-moon:before {
  content: "\E6F0";
}

.el-icon-cloudy-and-sunny:before {
  content: "\E6F1";
}

.el-icon-partly-cloudy:before {
  content: "\E6F2";
}

.el-icon-cloudy:before {
  content: "\E6F3";
}

.el-icon-sunny:before {
  content: "\E6F6";
}

.el-icon-sunset:before {
  content: "\E6F7";
}

.el-icon-sunrise-1:before {
  content: "\E6F8";
}

.el-icon-sunrise:before {
  content: "\E6F9";
}

.el-icon-heavy-rain:before {
  content: "\E6FA";
}

.el-icon-lightning:before {
  content: "\E6FB";
}

.el-icon-light-rain:before {
  content: "\E6FC";
}

.el-icon-wind-power:before {
  content: "\E6FD";
}

.el-icon-baseball:before {
  content: "\E712";
}

.el-icon-soccer:before {
  content: "\E713";
}

.el-icon-football:before {
  content: "\E715";
}

.el-icon-basketball:before {
  content: "\E716";
}

.el-icon-ship:before {
  content: "\E73F";
}

.el-icon-truck:before {
  content: "\E740";
}

.el-icon-bicycle:before {
  content: "\E741";
}

.el-icon-mobile-phone:before {
  content: "\E6D3";
}

.el-icon-service:before {
  content: "\E6D4";
}

.el-icon-key:before {
  content: "\E6E2";
}

.el-icon-unlock:before {
  content: "\E6E4";
}

.el-icon-lock:before {
  content: "\E6E5";
}

.el-icon-watch:before {
  content: "\E6FE";
}

.el-icon-watch-1:before {
  content: "\E6FF";
}

.el-icon-timer:before {
  content: "\E702";
}

.el-icon-alarm-clock:before {
  content: "\E703";
}

.el-icon-map-location:before {
  content: "\E704";
}

.el-icon-delete-location:before {
  content: "\E705";
}

.el-icon-add-location:before {
  content: "\E706";
}

.el-icon-location-information:before {
  content: "\E707";
}

.el-icon-location-outline:before {
  content: "\E708";
}

.el-icon-location:before {
  content: "\E79E";
}

.el-icon-place:before {
  content: "\E709";
}

.el-icon-discover:before {
  content: "\E70A";
}

.el-icon-first-aid-kit:before {
  content: "\E70B";
}

.el-icon-trophy-1:before {
  content: "\E70C";
}

.el-icon-trophy:before {
  content: "\E70D";
}

.el-icon-medal:before {
  content: "\E70E";
}

.el-icon-medal-1:before {
  content: "\E70F";
}

.el-icon-stopwatch:before {
  content: "\E710";
}

.el-icon-mic:before {
  content: "\E711";
}

.el-icon-copy-document:before {
  content: "\E718";
}

.el-icon-full-screen:before {
  content: "\E719";
}

.el-icon-switch-button:before {
  content: "\E71B";
}

.el-icon-aim:before {
  content: "\E71C";
}

.el-icon-crop:before {
  content: "\E71D";
}

.el-icon-odometer:before {
  content: "\E71E";
}

.el-icon-time:before {
  content: "\E71F";
}

.el-icon-bangzhu:before {
  content: "\E724";
}

.el-icon-close-notification:before {
  content: "\E726";
}

.el-icon-microphone:before {
  content: "\E727";
}

.el-icon-turn-off-microphone:before {
  content: "\E728";
}

.el-icon-position:before {
  content: "\E729";
}

.el-icon-postcard:before {
  content: "\E72A";
}

.el-icon-message:before {
  content: "\E72B";
}

.el-icon-chat-line-square:before {
  content: "\E72D";
}

.el-icon-chat-dot-square:before {
  content: "\E72E";
}

.el-icon-chat-dot-round:before {
  content: "\E72F";
}

.el-icon-chat-square:before {
  content: "\E730";
}

.el-icon-chat-line-round:before {
  content: "\E731";
}

.el-icon-chat-round:before {
  content: "\E732";
}

.el-icon-set-up:before {
  content: "\E733";
}

.el-icon-turn-off:before {
  content: "\E734";
}

.el-icon-open:before {
  content: "\E735";
}

.el-icon-connection:before {
  content: "\E736";
}

.el-icon-link:before {
  content: "\E737";
}

.el-icon-cpu:before {
  content: "\E738";
}

.el-icon-thumb:before {
  content: "\E739";
}

.el-icon-female:before {
  content: "\E73A";
}

.el-icon-male:before {
  content: "\E73B";
}

.el-icon-guide:before {
  content: "\E73C";
}

.el-icon-news:before {
  content: "\E73E";
}

.el-icon-price-tag:before {
  content: "\E744";
}

.el-icon-discount:before {
  content: "\E745";
}

.el-icon-wallet:before {
  content: "\E747";
}

.el-icon-coin:before {
  content: "\E748";
}

.el-icon-money:before {
  content: "\E749";
}

.el-icon-bank-card:before {
  content: "\E74A";
}

.el-icon-box:before {
  content: "\E74B";
}

.el-icon-present:before {
  content: "\E74C";
}

.el-icon-sell:before {
  content: "\E6D5";
}

.el-icon-sold-out:before {
  content: "\E6D6";
}

.el-icon-shopping-bag-2:before {
  content: "\E74D";
}

.el-icon-shopping-bag-1:before {
  content: "\E74E";
}

.el-icon-shopping-cart-2:before {
  content: "\E74F";
}

.el-icon-shopping-cart-1:before {
  content: "\E750";
}

.el-icon-shopping-cart-full:before {
  content: "\E751";
}

.el-icon-smoking:before {
  content: "\E752";
}

.el-icon-no-smoking:before {
  content: "\E753";
}

.el-icon-house:before {
  content: "\E754";
}

.el-icon-table-lamp:before {
  content: "\E755";
}

.el-icon-school:before {
  content: "\E756";
}

.el-icon-office-building:before {
  content: "\E757";
}

.el-icon-toilet-paper:before {
  content: "\E758";
}

.el-icon-notebook-2:before {
  content: "\E759";
}

.el-icon-notebook-1:before {
  content: "\E75A";
}

.el-icon-files:before {
  content: "\E75B";
}

.el-icon-collection:before {
  content: "\E75C";
}

.el-icon-receiving:before {
  content: "\E75D";
}

.el-icon-suitcase-1:before {
  content: "\E760";
}

.el-icon-suitcase:before {
  content: "\E761";
}

.el-icon-film:before {
  content: "\E763";
}

.el-icon-collection-tag:before {
  content: "\E765";
}

.el-icon-data-analysis:before {
  content: "\E766";
}

.el-icon-pie-chart:before {
  content: "\E767";
}

.el-icon-data-board:before {
  content: "\E768";
}

.el-icon-data-line:before {
  content: "\E76D";
}

.el-icon-reading:before {
  content: "\E769";
}

.el-icon-magic-stick:before {
  content: "\E76A";
}

.el-icon-coordinate:before {
  content: "\E76B";
}

.el-icon-mouse:before {
  content: "\E76C";
}

.el-icon-brush:before {
  content: "\E76E";
}

.el-icon-headset:before {
  content: "\E76F";
}

.el-icon-umbrella:before {
  content: "\E770";
}

.el-icon-scissors:before {
  content: "\E771";
}

.el-icon-mobile:before {
  content: "\E773";
}

.el-icon-attract:before {
  content: "\E774";
}

.el-icon-monitor:before {
  content: "\E775";
}

.el-icon-search:before {
  content: "\E778";
}

.el-icon-takeaway-box:before {
  content: "\E77A";
}

.el-icon-paperclip:before {
  content: "\E77D";
}

.el-icon-printer:before {
  content: "\E77E";
}

.el-icon-document-add:before {
  content: "\E782";
}

.el-icon-document:before {
  content: "\E785";
}

.el-icon-document-checked:before {
  content: "\E786";
}

.el-icon-document-copy:before {
  content: "\E787";
}

.el-icon-document-delete:before {
  content: "\E788";
}

.el-icon-document-remove:before {
  content: "\E789";
}

.el-icon-tickets:before {
  content: "\E78B";
}

.el-icon-folder-checked:before {
  content: "\E77F";
}

.el-icon-folder-delete:before {
  content: "\E780";
}

.el-icon-folder-remove:before {
  content: "\E781";
}

.el-icon-folder-add:before {
  content: "\E783";
}

.el-icon-folder-opened:before {
  content: "\E784";
}

.el-icon-folder:before {
  content: "\E78A";
}

.el-icon-edit-outline:before {
  content: "\E764";
}

.el-icon-edit:before {
  content: "\E78C";
}

.el-icon-date:before {
  content: "\E78E";
}

.el-icon-c-scale-to-original:before {
  content: "\E7C6";
}

.el-icon-view:before {
  content: "\E6CE";
}

.el-icon-loading:before {
  content: "\E6CF";
}

.el-icon-rank:before {
  content: "\E6D1";
}

.el-icon-sort-down:before {
  content: "\E7C4";
}

.el-icon-sort-up:before {
  content: "\E7C5";
}

.el-icon-sort:before {
  content: "\E6D2";
}

.el-icon-finished:before {
  content: "\E6CD";
}

.el-icon-refresh-left:before {
  content: "\E6C7";
}

.el-icon-refresh-right:before {
  content: "\E6C8";
}

.el-icon-refresh:before {
  content: "\E6D0";
}

.el-icon-video-play:before {
  content: "\E7C0";
}

.el-icon-video-pause:before {
  content: "\E7C1";
}

.el-icon-d-arrow-right:before {
  content: "\E6DC";
}

.el-icon-d-arrow-left:before {
  content: "\E6DD";
}

.el-icon-arrow-up:before {
  content: "\E6E1";
}

.el-icon-arrow-down:before {
  content: "\E6DF";
}

.el-icon-arrow-right:before {
  content: "\E6E0";
}

.el-icon-arrow-left:before {
  content: "\E6DE";
}

.el-icon-top-right:before {
  content: "\E6E7";
}

.el-icon-top-left:before {
  content: "\E6E8";
}

.el-icon-top:before {
  content: "\E6E6";
}

.el-icon-bottom:before {
  content: "\E6EB";
}

.el-icon-right:before {
  content: "\E6E9";
}

.el-icon-back:before {
  content: "\E6EA";
}

.el-icon-bottom-right:before {
  content: "\E6EC";
}

.el-icon-bottom-left:before {
  content: "\E6ED";
}

.el-icon-caret-top:before {
  content: "\E78F";
}

.el-icon-caret-bottom:before {
  content: "\E790";
}

.el-icon-caret-right:before {
  content: "\E791";
}

.el-icon-caret-left:before {
  content: "\E792";
}

.el-icon-d-caret:before {
  content: "\E79A";
}

.el-icon-share:before {
  content: "\E793";
}

.el-icon-menu:before {
  content: "\E798";
}

.el-icon-s-grid:before {
  content: "\E7A6";
}

.el-icon-s-check:before {
  content: "\E7A7";
}

.el-icon-s-data:before {
  content: "\E7A8";
}

.el-icon-s-opportunity:before {
  content: "\E7AA";
}

.el-icon-s-custom:before {
  content: "\E7AB";
}

.el-icon-s-claim:before {
  content: "\E7AD";
}

.el-icon-s-finance:before {
  content: "\E7AE";
}

.el-icon-s-comment:before {
  content: "\E7AF";
}

.el-icon-s-flag:before {
  content: "\E7B0";
}

.el-icon-s-marketing:before {
  content: "\E7B1";
}

.el-icon-s-shop:before {
  content: "\E7B4";
}

.el-icon-s-open:before {
  content: "\E7B5";
}

.el-icon-s-management:before {
  content: "\E7B6";
}

.el-icon-s-ticket:before {
  content: "\E7B7";
}

.el-icon-s-release:before {
  content: "\E7B8";
}

.el-icon-s-home:before {
  content: "\E7B9";
}

.el-icon-s-promotion:before {
  content: "\E7BA";
}

.el-icon-s-operation:before {
  content: "\E7BB";
}

.el-icon-s-unfold:before {
  content: "\E7BC";
}

.el-icon-s-fold:before {
  content: "\E7A9";
}

.el-icon-s-platform:before {
  content: "\E7BD";
}

.el-icon-s-order:before {
  content: "\E7BE";
}

.el-icon-s-cooperation:before {
  content: "\E7BF";
}

.el-icon-bell:before {
  content: "\E725";
}

.el-icon-message-solid:before {
  content: "\E799";
}

.el-icon-video-camera:before {
  content: "\E772";
}

.el-icon-video-camera-solid:before {
  content: "\E796";
}

.el-icon-camera:before {
  content: "\E779";
}

.el-icon-camera-solid:before {
  content: "\E79B";
}

.el-icon-download:before {
  content: "\E77C";
}

.el-icon-upload2:before {
  content: "\E77B";
}

.el-icon-upload:before {
  content: "\E7C3";
}

.el-icon-picture-outline-round:before {
  content: "\E75F";
}

.el-icon-picture-outline:before {
  content: "\E75E";
}

.el-icon-picture:before {
  content: "\E79F";
}

.el-icon-close:before {
  content: "\E6DB";
}

.el-icon-check:before {
  content: "\E6DA";
}

.el-icon-plus:before {
  content: "\E6D9";
}

.el-icon-minus:before {
  content: "\E6D8";
}

.el-icon-help:before {
  content: "\E73D";
}

.el-icon-s-help:before {
  content: "\E7B3";
}

.el-icon-circle-close:before {
  content: "\E78D";
}

.el-icon-circle-check:before {
  content: "\E720";
}

.el-icon-circle-plus-outline:before {
  content: "\E723";
}

.el-icon-remove-outline:before {
  content: "\E722";
}

.el-icon-zoom-out:before {
  content: "\E776";
}

.el-icon-zoom-in:before {
  content: "\E777";
}

.el-icon-error:before {
  content: "\E79D";
}

.el-icon-success:before {
  content: "\E79C";
}

.el-icon-circle-plus:before {
  content: "\E7A0";
}

.el-icon-remove:before {
  content: "\E7A2";
}

.el-icon-info:before {
  content: "\E7A1";
}

.el-icon-question:before {
  content: "\E7A4";
}

.el-icon-warning-outline:before {
  content: "\E6C9";
}

.el-icon-warning:before {
  content: "\E7A3";
}

.el-icon-goods:before {
  content: "\E7C2";
}

.el-icon-s-goods:before {
  content: "\E7B2";
}

.el-icon-star-off:before {
  content: "\E717";
}

.el-icon-star-on:before {
  content: "\E797";
}

.el-icon-more-outline:before {
  content: "\E6CC";
}

.el-icon-more:before {
  content: "\E794";
}

.el-icon-phone-outline:before {
  content: "\E6CB";
}

.el-icon-phone:before {
  content: "\E795";
}

.el-icon-user:before {
  content: "\E6E3";
}

.el-icon-user-solid:before {
  content: "\E7A5";
}

.el-icon-setting:before {
  content: "\E6CA";
}

.el-icon-s-tools:before {
  content: "\E7AC";
}

.el-icon-delete:before {
  content: "\E6D7";
}

.el-icon-delete-solid:before {
  content: "\E7C9";
}

.el-icon-eleme:before {
  content: "\E7C7";
}

.el-icon-platform-eleme:before {
  content: "\E7CA";
}

.el-icon-loading {
  -webkit-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}

.el-icon--right {
  margin-left: 0.026042rem;
}

.el-icon--left {
  margin-right: 0.026042rem;
}

@-webkit-keyframes rotating {
  0% {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
  }

  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@keyframes rotating {
  0% {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
  }

  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

.el-pagination {
  white-space: nowrap;
  padding: 0.010417rem 0.026042rem;
  color: #303133;
  font-weight: 700;
}

.el-pagination::after,
.el-pagination::before {
  display: table;
  content: "";
}

.el-pagination::after {
  clear: both;
}

.el-pagination button,
.el-pagination span:not([class*=suffix]) {
  display: inline-block;
  font-size: 0.067708rem;
  min-width: 0.184896rem;
  height: 0.145833rem;
  line-height: 0.145833rem;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.el-pagination .el-input__inner {
  text-align: center;
  -moz-appearance: textfield;
  line-height: normal;
}

.el-pagination .el-input__suffix {
  right: 0;
  -webkit-transform: scale(.8);
  transform: scale(.8);
}

.el-pagination .el-select .el-input {
  width: 0.520833rem;
  margin: 0 0.026042rem;
}

.el-pagination .el-select .el-input .el-input__inner {
  padding-right: 0.130208rem;
  border-radius: 0.015625rem;
}

.el-pagination button {
  border: none;
  padding: 0 0.03125rem;
  background: 0 0;
}

.el-pagination button:focus {
  outline: 0;
}

.el-pagination button:hover {
  color: #409EFF;
}

.el-pagination button:disabled {
  color: #C0C4CC;
  background-color: #FFF;
  cursor: not-allowed;
}

.el-pagination .btn-next,
.el-pagination .btn-prev {
  background: center center no-repeat #FFF;
  background-size: 0.083333rem;
  cursor: pointer;
  margin: 0;
  color: #303133;
}

.el-pagination .btn-next .el-icon,
.el-pagination .btn-prev .el-icon {
  display: block;
  font-size: 0.0625rem;
  font-weight: 700;
}

.el-pagination .btn-prev {
  padding-right: 0.0625rem;
}

.el-pagination .btn-next {
  padding-left: 0.0625rem;
}

.el-pagination .el-pager li.disabled {
  color: #C0C4CC;
  cursor: not-allowed;
}

.el-pager li,
.el-pager li.btn-quicknext:hover,
.el-pager li.btn-quickprev:hover {
  cursor: pointer;
}

.el-pagination--small .btn-next,
.el-pagination--small .btn-prev,
.el-pagination--small .el-pager li,
.el-pagination--small .el-pager li.btn-quicknext,
.el-pagination--small .el-pager li.btn-quickprev,
.el-pagination--small .el-pager li:last-child {
  border-color: transparent;
  font-size: 0.0625rem;
  line-height: 0.114583rem;
  height: 0.114583rem;
  min-width: 0.114583rem;
}

.el-pagination--small .more::before,
.el-pagination--small li.more::before {
  line-height: 0.125rem;
}

.el-pagination--small button,
.el-pagination--small span:not([class*=suffix]) {
  height: 0.114583rem;
  line-height: 0.114583rem;
}

.el-pagination--small .el-pagination__editor,
.el-pagination--small .el-pagination__editor.el-input .el-input__inner {
  height: 0.114583rem;
}

.el-pagination__sizes {
  margin: 0 0.052083rem 0 0;
  font-weight: 400;
  color: #606266;
}

.el-pagination__sizes .el-input .el-input__inner {
  font-size: 0.067708rem;
  padding-left: 0.041667rem;
}

.el-pagination__sizes .el-input .el-input__inner:hover {
  border-color: #409EFF;
}

.el-pagination__total {
  margin-right: 0.052083rem;
  font-weight: 400;
  color: #606266;
}

.el-pagination__jump {
  margin-left: 0.125rem;
  font-weight: 400;
  color: #606266;
}

.el-pagination__jump .el-input__inner {
  padding: 0 0.015625rem;
}

.el-pagination__rightwrapper {
  float: right;
}

.el-pagination__editor {
  line-height: 0.09375rem;
  padding: 0 0.010417rem;
  height: 0.145833rem;
  text-align: center;
  margin: 0 0.010417rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0.015625rem;
}

.el-pager,
.el-pagination.is-background .btn-next,
.el-pagination.is-background .btn-prev {
  padding: 0;
}

.el-pagination__editor.el-input {
  width: 0.260417rem;
}

.el-pagination__editor.el-input .el-input__inner {
  height: 0.145833rem;
}

.el-pagination__editor .el-input__inner::-webkit-inner-spin-button,
.el-pagination__editor .el-input__inner::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.el-pagination.is-background .btn-next,
.el-pagination.is-background .btn-prev,
.el-pagination.is-background .el-pager li {
  margin: 0 0.026042rem;
  background-color: #f4f4f5;
  color: #606266;
  min-width: 0.15625rem;
  border-radius: 0.010417rem;
}

.el-pagination.is-background .btn-next.disabled,
.el-pagination.is-background .btn-next:disabled,
.el-pagination.is-background .btn-prev.disabled,
.el-pagination.is-background .btn-prev:disabled,
.el-pagination.is-background .el-pager li.disabled {
  color: #C0C4CC;
}

.el-pagination.is-background .el-pager li:not(.disabled):hover {
  color: #409EFF;
}

.el-pagination.is-background .el-pager li:not(.disabled).active {
  background-color: #409EFF;
  color: #FFF;
}

.el-dialog,
.el-pager li {
  background: #FFF;
  -webkit-box-sizing: border-box;
}

.el-pagination.is-background.el-pagination--small .btn-next,
.el-pagination.is-background.el-pagination--small .btn-prev,
.el-pagination.is-background.el-pagination--small .el-pager li {
  margin: 0 0.015625rem;
  min-width: 0.114583rem;
}

.el-pager,
.el-pager li {
  vertical-align: top;
  margin: 0;
  display: inline-block;
}

.el-pager {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  list-style: none;
  font-size: 0;
}

.el-date-table,
.el-table th {
  -webkit-user-select: none;
  -ms-user-select: none;
}

.el-pager .more::before {
  line-height: 0.15625rem;
}

.el-pager li {
  padding: 0 0.020833rem;
  font-size: 0.067708rem;
  min-width: 0.184896rem;
  height: 0.145833rem;
  line-height: 0.145833rem;
  box-sizing: border-box;
  text-align: center;
}

.el-menu--collapse .el-menu .el-submenu,
.el-menu--popup {
  min-width: 1.041667rem;
}

.el-pager li.btn-quicknext,
.el-pager li.btn-quickprev {
  line-height: 0.145833rem;
  color: #303133;
}

.el-pager li.btn-quicknext.disabled,
.el-pager li.btn-quickprev.disabled {
  color: #C0C4CC;
}

.el-pager li.active+li {
  border-left: 0;
}

.el-pager li:hover {
  color: #409EFF;
}

.el-pager li.active {
  color: #409EFF;
  cursor: default;
}

@-webkit-keyframes v-modal-in {
  0% {
    opacity: 0;
  }
}

@-webkit-keyframes v-modal-out {
  100% {
    opacity: 0;
  }
}

.el-dialog {
  position: relative;
  margin: 0 auto 0.260417rem;
  border-radius: 0.010417rem;
  -webkit-box-shadow: 0 0.005208rem 0.015625rem rgba(0,0,0,.3);
  box-shadow: 0 0.005208rem 0.015625rem rgba(0,0,0,.3);
  box-sizing: border-box;
  width: 50%;
}

.el-dialog.is-fullscreen {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  height: 100%;
  overflow: auto;
}

.el-dialog__wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  margin: 0;
}

.el-dialog__header {
  padding: 0.104167rem 0.104167rem 0.052083rem;
}

.el-dialog__headerbtn {
  position: absolute;
  top: 0.104167rem;
  right: 0.104167rem;
  padding: 0;
  background: 0 0;
  border: none;
  outline: 0;
  cursor: pointer;
  font-size: 0.083333rem;
}

.el-dialog__headerbtn .el-dialog__close {
  color: #909399;
}

.el-dialog__headerbtn:focus .el-dialog__close,
.el-dialog__headerbtn:hover .el-dialog__close {
  color: #409EFF;
}

.el-dialog__title {
  line-height: 0.125rem;
  font-size: 0.09375rem;
  color: #303133;
}

.el-dialog__body {
  padding: 0.15625rem 0.104167rem;
  color: #606266;
  font-size: 0.072917rem;
  word-break: break-all;
}

.el-dialog__footer {
  padding: 0.052083rem 0.104167rem 0.104167rem;
  text-align: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.el-dialog--center {
  text-align: center;
}

.el-dialog--center .el-dialog__body {
  text-align: initial;
  padding: 0.130208rem 0.130208rem 0.15625rem;
}

.el-dialog--center .el-dialog__footer {
  text-align: inherit;
}

.dialog-fade-enter-active {
  -webkit-animation: dialog-fade-in .3s;
  animation: dialog-fade-in .3s;
}

.dialog-fade-leave-active {
  -webkit-animation: dialog-fade-out .3s;
  animation: dialog-fade-out .3s;
}

@-webkit-keyframes dialog-fade-in {
  0% {
    -webkit-transform: translate3d(0,-0.104167rem,0);
    transform: translate3d(0,-0.104167rem,0);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
  }
}

@keyframes dialog-fade-in {
  0% {
    -webkit-transform: translate3d(0,-0.104167rem,0);
    transform: translate3d(0,-0.104167rem,0);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
  }
}

@-webkit-keyframes dialog-fade-out {
  0% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0,-0.104167rem,0);
    transform: translate3d(0,-0.104167rem,0);
    opacity: 0;
  }
}

@keyframes dialog-fade-out {
  0% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0,-0.104167rem,0);
    transform: translate3d(0,-0.104167rem,0);
    opacity: 0;
  }
}

.el-autocomplete {
  position: relative;
  display: inline-block;
}

.el-autocomplete-suggestion {
  margin: 0.026042rem 0;
  -webkit-box-shadow: 0 0.010417rem 0.0625rem 0 rgba(0,0,0,.1);
  box-shadow: 0 0.010417rem 0.0625rem 0 rgba(0,0,0,.1);
  border-radius: 0.020833rem;
  border: 0.005208rem solid #E4E7ED;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFF;
}

.el-dropdown-menu,
.el-menu--collapse .el-submenu .el-menu {
  z-index: 10;
  -webkit-box-shadow: 0 0.010417rem 0.0625rem 0 rgba(0,0,0,.1);
}

.el-autocomplete-suggestion__wrap {
  max-height: 1.458333rem;
  padding: 0.052083rem 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.el-autocomplete-suggestion__list {
  margin: 0;
  padding: 0;
}

.el-autocomplete-suggestion li {
  padding: 0 0.104167rem;
  margin: 0;
  line-height: 0.177083rem;
  cursor: pointer;
  color: #606266;
  font-size: 0.072917rem;
  list-style: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.el-autocomplete-suggestion li.highlighted,
.el-autocomplete-suggestion li:hover {
  background-color: #F5F7FA;
}

.el-autocomplete-suggestion li.divider {
  margin-top: 0.03125rem;
  border-top: 0.005208rem solid #000;
}

.el-autocomplete-suggestion li.divider:last-child {
  margin-bottom: -0.03125rem;
}

.el-autocomplete-suggestion.is-loading li {
  text-align: center;
  height: 0.520833rem;
  line-height: 0.520833rem;
  font-size: 0.104167rem;
  color: #999;
}

.el-autocomplete-suggestion.is-loading li::after {
  display: inline-block;
  content: "";
  height: 100%;
  vertical-align: middle;
}

.el-autocomplete-suggestion.is-loading li:hover {
  background-color: #FFF;
}

.el-autocomplete-suggestion.is-loading .el-icon-loading {
  vertical-align: middle;
}

.el-dropdown {
  display: inline-block;
  position: relative;
  color: #606266;
  font-size: 0.072917rem;
}

.el-dropdown .el-button-group {
  display: block;
}

.el-dropdown .el-button-group .el-button {
  float: none;
}

.el-dropdown .el-dropdown__caret-button {
  padding-left: 0.026042rem;
  padding-right: 0.026042rem;
  position: relative;
  border-left: none;
}

.el-dropdown .el-dropdown__caret-button::before {
  content: '';
  position: absolute;
  display: block;
  width: 0.005208rem;
  top: 0.026042rem;
  bottom: 0.026042rem;
  left: 0;
  background: rgba(255,255,255,.5);
}

.el-dropdown .el-dropdown__caret-button.el-button--default::before {
  background: rgba(220,223,230,.5);
}

.el-dropdown .el-dropdown__caret-button:hover::before {
  top: 0;
  bottom: 0;
}

.el-dropdown .el-dropdown__caret-button .el-dropdown__icon {
  padding-left: 0;
}

.el-dropdown__icon {
  font-size: 0.0625rem;
  margin: 0 0.015625rem;
}

.el-dropdown-menu {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.052083rem 0;
  margin: 0.026042rem 0;
  background-color: #FFF;
  border: 0.005208rem solid #EBEEF5;
  border-radius: 0.020833rem;
  box-shadow: 0 0.010417rem 0.0625rem 0 rgba(0,0,0,.1);
}

.el-dropdown-menu__item {
  list-style: none;
  line-height: 0.1875rem;
  padding: 0 0.104167rem;
  margin: 0;
  font-size: 0.072917rem;
  color: #606266;
  cursor: pointer;
  outline: 0;
}

.el-dropdown-menu__item:focus,
.el-dropdown-menu__item:not(.is-disabled):hover {
  background-color: #ecf5ff;
  color: #66b1ff;
}

.el-dropdown-menu__item i {
  margin-right: 0.026042rem;
}

.el-dropdown-menu__item--divided {
  position: relative;
  margin-top: 0.03125rem;
  border-top: 0.005208rem solid #EBEEF5;
}

.el-dropdown-menu__item--divided:before {
  content: '';
  height: 0.03125rem;
  display: block;
  margin: 0 -0.104167rem;
  background-color: #FFF;
}

.el-dropdown-menu__item.is-disabled {
  cursor: default;
  color: #bbb;
  pointer-events: none;
}

.el-dropdown-menu--medium {
  padding: 0.03125rem 0;
}

.el-dropdown-menu--medium .el-dropdown-menu__item {
  line-height: 0.15625rem;
  padding: 0 0.088542rem;
  font-size: 0.072917rem;
}

.el-dropdown-menu--medium .el-dropdown-menu__item.el-dropdown-menu__item--divided {
  margin-top: 0.03125rem;
}

.el-dropdown-menu--medium .el-dropdown-menu__item.el-dropdown-menu__item--divided:before {
  height: 0.03125rem;
  margin: 0 -0.088542rem;
}

.el-dropdown-menu--small {
  padding: 0.03125rem 0;
}

.el-dropdown-menu--small .el-dropdown-menu__item {
  line-height: 0.140625rem;
  padding: 0 0.078125rem;
  font-size: 0.067708rem;
}

.el-dropdown-menu--small .el-dropdown-menu__item.el-dropdown-menu__item--divided {
  margin-top: 0.020833rem;
}

.el-dropdown-menu--small .el-dropdown-menu__item.el-dropdown-menu__item--divided:before {
  height: 0.020833rem;
  margin: 0 -0.078125rem;
}

.el-dropdown-menu--mini {
  padding: 0.015625rem 0;
}

.el-dropdown-menu--mini .el-dropdown-menu__item {
  line-height: 0.125rem;
  padding: 0 0.052083rem;
  font-size: 0.0625rem;
}

.el-dropdown-menu--mini .el-dropdown-menu__item.el-dropdown-menu__item--divided {
  margin-top: 0.015625rem;
}

.el-dropdown-menu--mini .el-dropdown-menu__item.el-dropdown-menu__item--divided:before {
  height: 0.015625rem;
  margin: 0 -0.052083rem;
}

.el-menu {
  border-right: solid 0.005208rem #e6e6e6;
  list-style: none;
  position: relative;
  margin: 0;
  padding-left: 0;
  background-color: #FFF;
}

.el-menu--horizontal>.el-menu-item:not(.is-disabled):focus,
.el-menu--horizontal>.el-menu-item:not(.is-disabled):hover,
.el-menu--horizontal>.el-submenu .el-submenu__title:hover {
  background-color: #fff;
}

.el-menu::after,
.el-menu::before {
  display: table;
  content: "";
}

.el-menu::after {
  clear: both;
}

.el-menu.el-menu--horizontal {
  border-bottom: solid 0.005208rem #e6e6e6;
}

.el-menu--horizontal {
  border-right: none;
}

.el-menu--horizontal>.el-menu-item {
  float: left;
  height: 0.3125rem;
  line-height: 0.3125rem;
  margin: 0;
  border-bottom: 0.010417rem solid transparent;
  color: #909399;
}

.el-menu--horizontal>.el-menu-item a,
.el-menu--horizontal>.el-menu-item a:hover {
  color: inherit;
}

.el-menu--horizontal>.el-submenu {
  float: left;
}

.el-menu--horizontal>.el-submenu:focus,
.el-menu--horizontal>.el-submenu:hover {
  outline: 0;
}

.el-menu--horizontal>.el-submenu:focus .el-submenu__title,
.el-menu--horizontal>.el-submenu:hover .el-submenu__title {
  color: #303133;
}

.el-menu--horizontal>.el-submenu.is-active .el-submenu__title {
  border-bottom: 0.010417rem solid #409EFF;
  color: #303133;
}

.el-menu--horizontal>.el-submenu .el-submenu__title {
  height: 0.3125rem;
  line-height: 0.3125rem;
  border-bottom: 0.010417rem solid transparent;
  color: #909399;
}

.el-menu--horizontal>.el-submenu .el-submenu__icon-arrow {
  position: static;
  vertical-align: middle;
  margin-left: 0.041667rem;
  margin-top: -0.015625rem;
}

.el-menu--horizontal .el-menu .el-menu-item,
.el-menu--horizontal .el-menu .el-submenu__title {
  background-color: #FFF;
  float: none;
  height: 0.1875rem;
  line-height: 0.1875rem;
  padding: 0 0.052083rem;
  color: #909399;
}

.el-menu--horizontal .el-menu .el-menu-item.is-active,
.el-menu--horizontal .el-menu .el-submenu.is-active>.el-submenu__title {
  color: #303133;
}

.el-menu--horizontal .el-menu-item:not(.is-disabled):focus,
.el-menu--horizontal .el-menu-item:not(.is-disabled):hover {
  outline: 0;
  color: #303133;
}

.el-menu--horizontal>.el-menu-item.is-active {
  border-bottom: 0.010417rem solid #409EFF;
  color: #303133;
}

.el-menu--collapse {
  width: 0.333333rem;
}

.el-menu--collapse>.el-menu-item [class^=el-icon-],
.el-menu--collapse>.el-submenu>.el-submenu__title [class^=el-icon-] {
  margin: 0;
  vertical-align: middle;
  width: 0.125rem;
  text-align: center;
}

.el-menu--collapse>.el-menu-item .el-submenu__icon-arrow,
.el-menu--collapse>.el-submenu>.el-submenu__title .el-submenu__icon-arrow {
  display: none;
}

.el-menu--collapse>.el-menu-item span,
.el-menu--collapse>.el-submenu>.el-submenu__title span {
  height: 0;
  width: 0;
  overflow: hidden;
  visibility: hidden;
  display: inline-block;
}

.el-menu--collapse>.el-menu-item.is-active i {
  color: inherit;
}

.el-menu--collapse .el-submenu {
  position: relative;
}

.el-menu--collapse .el-submenu .el-menu {
  position: absolute;
  margin-left: 0.026042rem;
  top: 0;
  left: 100%;
  border: 0.005208rem solid #E4E7ED;
  border-radius: 0.010417rem;
  box-shadow: 0 0.010417rem 0.0625rem 0 rgba(0,0,0,.1);
}

.el-menu-item,
.el-submenu__title {
  height: 0.291667rem;
  line-height: 0.291667rem;
  position: relative;
  -webkit-box-sizing: border-box;
  white-space: nowrap;
  list-style: none;
}

.el-menu--collapse .el-submenu.is-opened>.el-submenu__title .el-submenu__icon-arrow {
  -webkit-transform: none;
  transform: none;
}

.el-menu--popup {
  z-index: 100;
  border: none;
  padding: 0.026042rem 0;
  border-radius: 0.010417rem;
  -webkit-box-shadow: 0 0.010417rem 0.0625rem 0 rgba(0,0,0,.1);
  box-shadow: 0 0.010417rem 0.0625rem 0 rgba(0,0,0,.1);
}

.el-menu--popup-bottom-start {
  margin-top: 0.026042rem;
}

.el-menu--popup-right-start {
  margin-left: 0.026042rem;
  margin-right: 0.026042rem;
}

.el-menu-item {
  font-size: 0.072917rem;
  color: #303133;
  padding: 0 0.104167rem;
  cursor: pointer;
  -webkit-transition: border-color .3s,background-color .3s,color .3s;
  transition: border-color .3s,background-color .3s,color .3s;
  box-sizing: border-box;
}

.el-menu-item * {
  vertical-align: middle;
}

.el-menu-item i {
  color: #909399;
}

.el-menu-item:focus,
.el-menu-item:hover {
  outline: 0;
  background-color: #ecf5ff;
}

.el-menu-item.is-disabled {
  opacity: .25;
  cursor: not-allowed;
  background: 0 0!important;
}

.el-menu-item [class^=el-icon-] {
  margin-right: 0.026042rem;
  width: 0.125rem;
  text-align: center;
  font-size: 0.09375rem;
  vertical-align: middle;
}

.el-menu-item.is-active {
  color: #409EFF;
}

.el-menu-item.is-active i {
  color: inherit;
}

.el-submenu {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.el-submenu__title {
  font-size: 0.072917rem;
  color: #303133;
  padding: 0 0.104167rem;
  cursor: pointer;
  -webkit-transition: border-color .3s,background-color .3s,color .3s;
  transition: border-color .3s,background-color .3s,color .3s;
  box-sizing: border-box;
}

.el-submenu__title * {
  vertical-align: middle;
}

.el-submenu__title i {
  color: #909399;
}

.el-submenu__title:focus,
.el-submenu__title:hover {
  outline: 0;
  background-color: #ecf5ff;
}

.el-submenu__title.is-disabled {
  opacity: .25;
  cursor: not-allowed;
  background: 0 0!important;
}

.el-submenu__title:hover {
  background-color: #ecf5ff;
}

.el-submenu .el-menu {
  border: none;
}

.el-submenu .el-menu-item {
  height: 0.260417rem;
  line-height: 0.260417rem;
  padding: 0 0.234375rem;
  min-width: 1.041667rem;
}

.el-submenu__icon-arrow {
  position: absolute;
  top: 50%;
  right: 0.104167rem;
  margin-top: -0.036458rem;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s,-webkit-transform .3s;
  font-size: 0.0625rem;
}

.el-submenu.is-active .el-submenu__title {
  border-bottom-color: #409EFF;
}

.el-submenu.is-opened>.el-submenu__title .el-submenu__icon-arrow {
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

.el-submenu.is-disabled .el-menu-item,
.el-submenu.is-disabled .el-submenu__title {
  opacity: .25;
  cursor: not-allowed;
  background: 0 0!important;
}

.el-submenu [class^=el-icon-] {
  vertical-align: middle;
  margin-right: 0.026042rem;
  width: 0.125rem;
  text-align: center;
  font-size: 0.09375rem;
}

.el-menu-item-group>ul {
  padding: 0;
}

.el-menu-item-group__title {
  padding: 0.036458rem 0 0.036458rem 0.104167rem;
  line-height: normal;
  font-size: 0.0625rem;
  color: #909399;
}

.el-radio-button__inner,
.el-radio-group {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

.horizontal-collapse-transition .el-submenu__title .el-submenu__icon-arrow {
  -webkit-transition: .2s;
  transition: .2s;
  opacity: 0;
}

.el-radio-group {
  font-size: 0;
}

.el-radio-button {
  position: relative;
  display: inline-block;
  outline: 0;
}

.el-radio-button__inner {
  white-space: nowrap;
  background: #FFF;
  border: 0.005208rem solid #DCDFE6;
  font-weight: 500;
  border-left: 0;
  color: #606266;
  -webkit-appearance: none;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  margin: 0;
  position: relative;
  cursor: pointer;
  -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
  transition: all .3s cubic-bezier(.645,.045,.355,1);
  padding: 0.0625rem 0.104167rem;
  font-size: 0.072917rem;
  border-radius: 0;
}

.el-radio-button__inner.is-round {
  padding: 0.0625rem 0.104167rem;
}

.el-radio-button__inner:hover {
  color: #409EFF;
}

.el-radio-button__inner [class*=el-icon-] {
  line-height: .9;
}

.el-radio-button__inner [class*=el-icon-]+span {
  margin-left: 0.026042rem;
}

.el-radio-button:first-child .el-radio-button__inner {
  border-left: 0.005208rem solid #DCDFE6;
  border-radius: 0.020833rem 0 0 0.020833rem;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
}

.el-radio-button__orig-radio {
  opacity: 0;
  outline: 0;
  position: absolute;
  z-index: -1;
}

.el-radio-button__orig-radio:checked+.el-radio-button__inner {
  color: #FFF;
  background-color: #409EFF;
  border-color: #409EFF;
  -webkit-box-shadow: -0.005208rem 0 0 0 #409EFF;
  box-shadow: -0.005208rem 0 0 0 #409EFF;
}

.el-radio-button__orig-radio:disabled+.el-radio-button__inner {
  color: #C0C4CC;
  cursor: not-allowed;
  background-image: none;
  background-color: #FFF;
  border-color: #EBEEF5;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.el-radio-button__orig-radio:disabled:checked+.el-radio-button__inner {
  background-color: #F2F6FC;
}

.el-radio-button:last-child .el-radio-button__inner {
  border-radius: 0 0.020833rem 0.020833rem 0;
}

.el-popover,
.el-radio-button:first-child:last-child .el-radio-button__inner {
  border-radius: 0.020833rem;
}

.el-radio-button--medium .el-radio-button__inner {
  padding: 0.052083rem 0.104167rem;
  font-size: 0.072917rem;
  border-radius: 0;
}

.el-radio-button--medium .el-radio-button__inner.is-round {
  padding: 0.052083rem 0.104167rem;
}

.el-radio-button--small .el-radio-button__inner {
  padding: 0.046875rem 0.078125rem;
  font-size: 0.0625rem;
  border-radius: 0;
}

.el-radio-button--small .el-radio-button__inner.is-round {
  padding: 0.046875rem 0.078125rem;
}

.el-radio-button--mini .el-radio-button__inner {
  padding: 0.036458rem 0.078125rem;
  font-size: 0.0625rem;
  border-radius: 0;
}

.el-radio-button--mini .el-radio-button__inner.is-round {
  padding: 0.036458rem 0.078125rem;
}

.el-radio-button:focus:not(.is-focus):not(:active):not(.is-disabled) {
  -webkit-box-shadow: 0 0 0.010417rem 0.010417rem #409EFF;
  box-shadow: 0 0 0.010417rem 0.010417rem #409EFF;
}

.el-switch {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-size: 0.072917rem;
  line-height: 0.104167rem;
  height: 0.104167rem;
  vertical-align: middle;
}

.el-switch__core,
.el-switch__label {
  display: inline-block;
  cursor: pointer;
}

.el-switch.is-disabled .el-switch__core,
.el-switch.is-disabled .el-switch__label {
  cursor: not-allowed;
}

.el-switch__label {
  -webkit-transition: .2s;
  transition: .2s;
  height: 0.104167rem;
  font-size: 0.072917rem;
  font-weight: 500;
  vertical-align: middle;
  color: #303133;
}

.el-switch__label.is-active {
  color: #409EFF;
}

.el-switch__label--left {
  margin-right: 0.052083rem;
}

.el-switch__label--right {
  margin-left: 0.052083rem;
}

.el-switch__label * {
  line-height: 1;
  font-size: 0.072917rem;
  display: inline-block;
}

.el-switch__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  margin: 0;
}

.el-switch__core {
  margin: 0;
  position: relative;
  width: 0.208333rem;
  height: 0.104167rem;
  border: 0.005208rem solid #DCDFE6;
  outline: 0;
  border-radius: 0.052083rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #DCDFE6;
  -webkit-transition: border-color .3s,background-color .3s;
  transition: border-color .3s,background-color .3s;
  vertical-align: middle;
}

.el-switch__core:after {
  content: "";
  position: absolute;
  top: 0.005208rem;
  left: 0.005208rem;
  border-radius: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 0.083333rem;
  height: 0.083333rem;
  background-color: #FFF;
}

.el-switch.is-checked .el-switch__core {
  border-color: #409EFF;
  background-color: #409EFF;
}

.el-switch.is-checked .el-switch__core::after {
  left: 100%;
  margin-left: -0.088542rem;
}

.el-switch.is-disabled {
  opacity: .6;
}

.el-switch--wide .el-switch__label.el-switch__label--left span {
  left: 0.052083rem;
}

.el-switch--wide .el-switch__label.el-switch__label--right span {
  right: 0.052083rem;
}

.el-switch .label-fade-enter,
.el-switch .label-fade-leave-active {
  opacity: 0;
}

.el-select-dropdown {
  position: absolute;
  z-index: 1001;
  border: 0.005208rem solid #E4E7ED;
  border-radius: 0.020833rem;
  background-color: #FFF;
  -webkit-box-shadow: 0 0.010417rem 0.0625rem 0 rgba(0,0,0,.1);
  box-shadow: 0 0.010417rem 0.0625rem 0 rgba(0,0,0,.1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0.026042rem 0;
}

.el-select-dropdown.is-multiple .el-select-dropdown__item.selected {
  color: #409EFF;
  background-color: #FFF;
}

.el-select-dropdown.is-multiple .el-select-dropdown__item.selected.hover {
  background-color: #F5F7FA;
}

.el-select-dropdown.is-multiple .el-select-dropdown__item.selected::after {
  position: absolute;
  right: 0.104167rem;
  font-family: element-icons;
  content: "\E6DA";
  font-size: 0.0625rem;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.el-select-dropdown .el-scrollbar.is-empty .el-select-dropdown__list {
  padding: 0;
}

.el-select-dropdown__empty {
  padding: 0.052083rem 0;
  margin: 0;
  text-align: center;
  color: #999;
  font-size: 0.072917rem;
}

.el-select-dropdown__wrap {
  max-height: 1.427083rem;
}

.el-select-dropdown__list {
  list-style: none;
  padding: 0.03125rem 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.el-select-dropdown__item {
  font-size: 0.072917rem;
  padding: 0 0.104167rem;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #606266;
  height: 0.177083rem;
  line-height: 0.177083rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

.el-select .el-tag,
.el-table {
  -webkit-box-sizing: border-box;
}

.el-select-dropdown__item.is-disabled {
  color: #C0C4CC;
  cursor: not-allowed;
}

.el-select-dropdown__item.is-disabled:hover {
  background-color: #FFF;
}

.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  background-color: #F5F7FA;
}

.el-select-dropdown__item.selected {
  color: #409EFF;
  font-weight: 700;
}

.el-select-group {
  margin: 0;
  padding: 0;
}

.el-select-group__wrap {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

.el-select-group__wrap:not(:last-of-type) {
  padding-bottom: 0.125rem;
}

.el-select-group__wrap:not(:last-of-type)::after {
  content: '';
  position: absolute;
  display: block;
  left: 0.104167rem;
  right: 0.104167rem;
  bottom: 0.0625rem;
  height: 0.005208rem;
  background: #E4E7ED;
}

.el-select-group__title {
  padding-left: 0.104167rem;
  font-size: 0.0625rem;
  color: #909399;
  line-height: 0.15625rem;
}

.el-select-group .el-select-dropdown__item {
  padding-left: 0.104167rem;
}

.el-select {
  display: inline-block;
  position: relative;
}

.el-select .el-select__tags>span {
  display: contents;
}

.el-select:hover .el-input__inner {
  border-color: #C0C4CC;
}

.el-select .el-input__inner {
  cursor: pointer;
  padding-right: 0.182292rem;
}

.el-select .el-input__inner:focus {
  border-color: #409EFF;
}

.el-select .el-input .el-select__caret {
  color: #C0C4CC;
  font-size: 0.072917rem;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s,-webkit-transform .3s;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
  cursor: pointer;
}

.el-select .el-input .el-select__caret.is-reverse {
  -webkit-transform: rotateZ(0);
  transform: rotateZ(0);
}

.el-select .el-input .el-select__caret.is-show-close {
  font-size: 0.072917rem;
  text-align: center;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
  border-radius: 100%;
  color: #C0C4CC;
  -webkit-transition: color .2s cubic-bezier(.645,.045,.355,1);
  transition: color .2s cubic-bezier(.645,.045,.355,1);
}

.el-select .el-input .el-select__caret.is-show-close:hover {
  color: #909399;
}

.el-select .el-input.is-disabled .el-input__inner {
  cursor: not-allowed;
}

.el-select .el-input.is-disabled .el-input__inner:hover {
  border-color: #E4E7ED;
}

.el-select .el-input.is-focus .el-input__inner {
  border-color: #409EFF;
}

.el-select>.el-input {
  display: block;
}

.el-select__input {
  border: none;
  outline: 0;
  padding: 0;
  margin-left: 0.078125rem;
  color: #666;
  font-size: 0.072917rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 0.145833rem;
  background-color: transparent;
}

.el-select__input.is-mini {
  height: 0.072917rem;
}

.el-select__close {
  cursor: pointer;
  position: absolute;
  top: 0.041667rem;
  z-index: 1000;
  right: 0.130208rem;
  color: #C0C4CC;
  line-height: 0.09375rem;
  font-size: 0.072917rem;
}

.el-select__close:hover {
  color: #909399;
}

.el-select__tags {
  position: absolute;
  line-height: normal;
  white-space: normal;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.el-select .el-tag__close {
  margin-top: -0.010417rem;
}

.el-select .el-tag {
  box-sizing: border-box;
  border-color: transparent;
  margin: 0.010417rem 0 0.010417rem 0.03125rem;
  background-color: #f0f2f5;
}

.el-select .el-tag__close.el-icon-close {
  background-color: #C0C4CC;
  right: -0.036458rem;
  top: 0;
  color: #FFF;
}

.el-select .el-tag__close.el-icon-close:hover {
  background-color: #909399;
}

.el-table,
.el-table__expanded-cell {
  background-color: #FFF;
}

.el-select .el-tag__close.el-icon-close::before {
  display: block;
  -webkit-transform: translate(0,.0.026042rem);
  transform: translate(0,.0.026042rem);
}

.el-table {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  max-width: 100%;
  font-size: 0.072917rem;
  color: #606266;
}

.el-table--mini,
.el-table--small,
.el-table__expand-icon {
  font-size: 0.0625rem;
}

.el-table__empty-block {
  min-height: 0.3125rem;
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.el-table__empty-text {
  line-height: 0.3125rem;
  width: 50%;
  color: #909399;
}

.el-table__expand-column .cell {
  padding: 0;
  text-align: center;
}

.el-table__expand-icon {
  position: relative;
  cursor: pointer;
  color: #666;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out;
  height: 0.104167rem;
}

.el-table__expand-icon--expanded {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.el-table__expand-icon>.el-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.026042rem;
  margin-top: -0.026042rem;
}

.el-table__expanded-cell[class*=cell] {
  padding: 0.104167rem 0.260417rem;
}

.el-table__expanded-cell:hover {
  background-color: transparent!important;
}

.el-table__placeholder {
  display: inline-block;
  width: 0.104167rem;
}

.el-table__append-wrapper {
  overflow: hidden;
}

.el-table--fit {
  border-right: 0;
  border-bottom: 0;
}

.el-table--fit td.gutter,
.el-table--fit th.gutter {
  border-right-width: 0.005208rem;
}

.el-table--scrollable-x .el-table__body-wrapper {
  overflow-x: auto;
}

.el-table--scrollable-y .el-table__body-wrapper {
  overflow-y: auto;
}

.el-table thead {
  color: #909399;
  font-weight: 500;
}

.el-table thead.is-group th {
  background: #F5F7FA;
}

.el-table th,
.el-table tr {
  background-color: #FFF;
}

.el-table td,
.el-table th {
  padding: 0.0625rem 0;
  min-width: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-overflow: ellipsis;
  vertical-align: middle;
  position: relative;
  text-align: left;
}

.el-table td.is-center,
.el-table th.is-center {
  text-align: center;
}

.el-table td.is-right,
.el-table th.is-right {
  text-align: right;
}

.el-table td.gutter,
.el-table th.gutter {
  width: 0.078125rem;
  border-right-width: 0;
  border-bottom-width: 0;
  padding: 0;
}

.el-table--medium td,
.el-table--medium th {
  padding: 0.052083rem 0;
}

.el-table--small td,
.el-table--small th {
  padding: 0.041667rem 0;
}

.el-table--mini td,
.el-table--mini th {
  padding: 0.03125rem 0;
}

.el-table .cell,
.el-table th div {
  padding-right: 0.052083rem;
  overflow: hidden;
  text-overflow: ellipsis;
}

.el-table .cell,
.el-table th div,
.el-table--border td:first-child .cell,
.el-table--border th:first-child .cell {
  padding-left: 0.052083rem;
}

.el-table tr input[type=checkbox] {
  margin: 0;
}

.el-table td,
.el-table th.is-leaf {
  border-bottom: 0.005208rem solid #EBEEF5;
}

.el-table th.is-sortable {
  cursor: pointer;
}

.el-table th {
  white-space: nowrap;
  overflow: hidden;
  -moz-user-select: none;
  user-select: none;
}

.el-table th div {
  display: inline-block;
  line-height: 0.208333rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
}

.el-table th>.cell {
  position: relative;
  word-wrap: normal;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.el-table th>.cell.highlight {
  color: #409EFF;
}

.el-table th.required>div::before {
  display: inline-block;
  content: "";
  width: 0.041667rem;
  height: 0.041667rem;
  border-radius: 50%;
  background: #ff4d51;
  margin-right: 0.026042rem;
  vertical-align: middle;
}

.el-table td div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.el-table td.gutter {
  width: 0;
}

.el-table .cell {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: normal;
  word-break: break-all;
  line-height: 0.119792rem;
}

.el-table .cell.el-tooltip {
  white-space: nowrap;
  min-width: 0.260417rem;
}

.el-table--border,
.el-table--group {
  border: 0.005208rem solid #EBEEF5;
}

.el-table--border::after,
.el-table--group::after,
.el-table::before {
  content: '';
  position: absolute;
  background-color: #EBEEF5;
  z-index: 1;
}

.el-table--border::after,
.el-table--group::after {
  top: 0;
  right: 0;
  width: 0.005208rem;
  height: 100%;
}

.el-table::before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.005208rem;
}

.el-table--border {
  border-right: none;
  border-bottom: none;
}

.el-table--border.el-loading-parent--relative {
  border-color: transparent;
}

.el-table--border td,
.el-table--border th,
.el-table__body-wrapper .el-table--border.is-scrolling-left~.el-table__fixed {
  border-right: 0.005208rem solid #EBEEF5;
}

.el-table--border th.gutter:last-of-type {
  border-bottom: 0.005208rem solid #EBEEF5;
  border-bottom-width: 0.005208rem;
}

.el-table--border th,
.el-table__fixed-right-patch {
  border-bottom: 0.005208rem solid #EBEEF5;
}

.el-table__fixed,
.el-table__fixed-right {
  position: absolute;
  top: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  -webkit-box-shadow: 0 0 0.052083rem rgba(0,0,0,.12);
  box-shadow: 0 0 0.052083rem rgba(0,0,0,.12);
}

.el-table__fixed-right::before,
.el-table__fixed::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.005208rem;
  background-color: #EBEEF5;
  z-index: 4;
}

.el-table__fixed-right-patch {
  position: absolute;
  top: -0.005208rem;
  right: 0;
  background-color: #FFF;
}

.el-table__fixed-right {
  top: 0;
  left: auto;
  right: 0;
}

.el-table__fixed-right .el-table__fixed-body-wrapper,
.el-table__fixed-right .el-table__fixed-footer-wrapper,
.el-table__fixed-right .el-table__fixed-header-wrapper {
  left: auto;
  right: 0;
}

.el-table__fixed-header-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}

.el-table__fixed-footer-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
}

.el-table__fixed-footer-wrapper tbody td {
  border-top: 0.005208rem solid #EBEEF5;
  background-color: #F5F7FA;
  color: #606266;
}

.el-table__fixed-body-wrapper {
  position: absolute;
  left: 0;
  top: 0.192708rem;
  overflow: hidden;
  z-index: 3;
}

.el-table__body-wrapper,
.el-table__footer-wrapper,
.el-table__header-wrapper {
  width: 100%;
}

.el-table__footer-wrapper {
  margin-top: -0.005208rem;
}

.el-table__footer-wrapper td {
  border-top: 0.005208rem solid #EBEEF5;
}

.el-table__body,
.el-table__footer,
.el-table__header {
  table-layout: fixed;
  border-collapse: separate;
}

.el-table__footer-wrapper,
.el-table__header-wrapper {
  overflow: hidden;
}

.el-table__footer-wrapper tbody td,
.el-table__header-wrapper tbody td {
  background-color: #F5F7FA;
  color: #606266;
}

.el-table__body-wrapper {
  overflow: hidden;
  position: relative;
}

.el-table__body-wrapper.is-scrolling-left~.el-table__fixed,
.el-table__body-wrapper.is-scrolling-none~.el-table__fixed,
.el-table__body-wrapper.is-scrolling-none~.el-table__fixed-right,
.el-table__body-wrapper.is-scrolling-right~.el-table__fixed-right {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.el-picker-panel,
.el-table-filter {
  -webkit-box-shadow: 0 0.010417rem 0.0625rem 0 rgba(0,0,0,.1);
}

.el-table__body-wrapper .el-table--border.is-scrolling-right~.el-table__fixed-right {
  border-left: 0.005208rem solid #EBEEF5;
}

.el-table .caret-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 0.177083rem;
  width: 0.125rem;
  vertical-align: middle;
  cursor: pointer;
  overflow: initial;
  position: relative;
}

.el-table .sort-caret {
  width: 0;
  height: 0;
  border: 0.026042rem solid transparent;
  position: absolute;
  left: 0.036458rem;
}

.el-table .sort-caret.ascending {
  border-bottom-color: #C0C4CC;
  top: 0.026042rem;
}

.el-table .sort-caret.descending {
  border-top-color: #C0C4CC;
  bottom: 0.036458rem;
}

.el-table .ascending .sort-caret.ascending {
  border-bottom-color: #409EFF;
}

.el-table .descending .sort-caret.descending {
  border-top-color: #409EFF;
}

.el-table .hidden-columns {
  position: absolute;
  z-index: -1;
}

.el-table--striped .el-table__body tr.el-table__row--striped td {
  background: #FAFAFA;
}

.el-table--striped .el-table__body tr.el-table__row--striped.current-row td {
  background-color: #ecf5ff;
}

.el-table__body tr.hover-row.current-row>td,
.el-table__body tr.hover-row.el-table__row--striped.current-row>td,
.el-table__body tr.hover-row.el-table__row--striped>td,
.el-table__body tr.hover-row>td {
  background-color: #F5F7FA;
}

.el-table__body tr.current-row>td {
  background-color: #ecf5ff;
}

.el-table__column-resize-proxy {
  position: absolute;
  left: 1.041667rem;
  top: 0;
  bottom: 0;
  width: 0;
  border-left: 0.005208rem solid #EBEEF5;
  z-index: 10;
}

.el-table__column-filter-trigger {
  display: inline-block;
  line-height: 0.177083rem;
  cursor: pointer;
}

.el-table__column-filter-trigger i {
  color: #909399;
  font-size: 0.0625rem;
  -webkit-transform: scale(.75);
  transform: scale(.75);
}

.el-table--enable-row-transition .el-table__body td {
  -webkit-transition: background-color .25s ease;
  transition: background-color .25s ease;
}

.el-table--enable-row-hover .el-table__body tr:hover>td {
  background-color: #F5F7FA;
}

.el-table--fluid-height .el-table__fixed,
.el-table--fluid-height .el-table__fixed-right {
  bottom: 0;
  overflow: hidden;
}

.el-table [class*=el-table__row--level] .el-table__expand-icon {
  display: inline-block;
  width: 0.104167rem;
  line-height: 0.104167rem;
  height: 0.104167rem;
  text-align: center;
  margin-right: 0.015625rem;
}

.el-table-column--selection .cell {
  padding-left: 0.072917rem;
  padding-right: 0.072917rem;
}

.el-table-filter {
  border: 0.005208rem solid #EBEEF5;
  border-radius: 0.010417rem;
  background-color: #FFF;
  box-shadow: 0 0.010417rem 0.0625rem 0 rgba(0,0,0,.1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0.010417rem 0;
}

.el-date-table td,
.el-date-table td div {
  height: 0.15625rem;
  -webkit-box-sizing: border-box;
}

.el-table-filter__list {
  padding: 0.026042rem 0;
  margin: 0;
  list-style: none;
  min-width: 0.520833rem;
}

.el-table-filter__list-item {
  line-height: 0.1875rem;
  padding: 0 0.052083rem;
  cursor: pointer;
  font-size: 0.072917rem;
}

.el-table-filter__list-item:hover {
  background-color: #ecf5ff;
  color: #66b1ff;
}

.el-table-filter__list-item.is-active {
  background-color: #409EFF;
  color: #FFF;
}

.el-table-filter__content {
  min-width: 0.520833rem;
}

.el-table-filter__bottom {
  border-top: 0.005208rem solid #EBEEF5;
  padding: 0.041667rem;
}

.el-table-filter__bottom button {
  background: 0 0;
  border: none;
  color: #606266;
  cursor: pointer;
  font-size: 0.067708rem;
  padding: 0 0.015625rem;
}

.el-date-table td.in-range div,
.el-date-table td.in-range div:hover,
.el-date-table.is-week-mode .el-date-table__row.current div,
.el-date-table.is-week-mode .el-date-table__row:hover div {
  background-color: #F2F6FC;
}

.el-table-filter__bottom button:hover {
  color: #409EFF;
}

.el-table-filter__bottom button:focus {
  outline: 0;
}

.el-table-filter__bottom button.is-disabled {
  color: #C0C4CC;
  cursor: not-allowed;
}

.el-table-filter__wrap {
  max-height: 1.458333rem;
}

.el-table-filter__checkbox-group {
  padding: 0.052083rem;
}

.el-table-filter__checkbox-group label.el-checkbox {
  display: block;
  margin-right: 0.026042rem;
  margin-bottom: 0.041667rem;
  margin-left: 0.026042rem;
}

.el-table-filter__checkbox-group .el-checkbox:last-child {
  margin-bottom: 0;
}

.el-date-table {
  font-size: 0.0625rem;
  -moz-user-select: none;
  user-select: none;
}

.el-slider__button-wrapper,
.el-time-panel {
  -webkit-user-select: none;
  -ms-user-select: none;
}

.el-date-table.is-week-mode .el-date-table__row:hover td.available:hover {
  color: #606266;
}

.el-date-table.is-week-mode .el-date-table__row:hover td:first-child div {
  margin-left: 0.026042rem;
  border-top-left-radius: 0.078125rem;
  border-bottom-left-radius: 0.078125rem;
}

.el-date-table.is-week-mode .el-date-table__row:hover td:last-child div {
  margin-right: 0.026042rem;
  border-top-right-radius: 0.078125rem;
  border-bottom-right-radius: 0.078125rem;
}

.el-date-table td {
  width: 0.166667rem;
  padding: 0.020833rem 0;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  position: relative;
}

.el-date-table td div {
  padding: 0.015625rem 0;
  box-sizing: border-box;
}

.el-date-table td span {
  width: 0.125rem;
  height: 0.125rem;
  display: block;
  margin: 0 auto;
  line-height: 0.125rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
}

.el-date-table td.next-month,
.el-date-table td.prev-month {
  color: #C0C4CC;
}

.el-date-table td.today {
  position: relative;
}

.el-date-table td.today span {
  color: #409EFF;
  font-weight: 700;
}

.el-date-table td.today.end-date span,
.el-date-table td.today.start-date span {
  color: #FFF;
}

.el-date-table td.available:hover {
  color: #409EFF;
}

.el-date-table td.current:not(.disabled) span {
  color: #FFF;
  background-color: #409EFF;
}

.el-date-table td.end-date div,
.el-date-table td.start-date div {
  color: #FFF;
}

.el-date-table td.end-date span,
.el-date-table td.start-date span {
  background-color: #409EFF;
}

.el-date-table td.start-date div {
  margin-left: 0.026042rem;
  border-top-left-radius: 0.078125rem;
  border-bottom-left-radius: 0.078125rem;
}

.el-date-table td.end-date div {
  margin-right: 0.026042rem;
  border-top-right-radius: 0.078125rem;
  border-bottom-right-radius: 0.078125rem;
}

.el-date-table td.disabled div {
  background-color: #F5F7FA;
  opacity: 1;
  cursor: not-allowed;
  color: #C0C4CC;
}

.el-date-table td.selected div {
  margin-left: 0.026042rem;
  margin-right: 0.026042rem;
  background-color: #F2F6FC;
  border-radius: 0.078125rem;
}

.el-date-table td.selected div:hover {
  background-color: #F2F6FC;
}

.el-date-table td.selected span {
  background-color: #409EFF;
  color: #FFF;
  border-radius: 0.078125rem;
}

.el-date-table td.week {
  font-size: 80%;
  color: #606266;
}

.el-month-table,
.el-year-table {
  font-size: 0.0625rem;
  border-collapse: collapse;
}

.el-date-table th {
  padding: 0.026042rem;
  color: #606266;
  font-weight: 400;
  border-bottom: solid 0.005208rem #EBEEF5;
}

.el-month-table {
  margin: -0.005208rem;
}

.el-month-table td {
  text-align: center;
  padding: 0.041667rem 0;
  cursor: pointer;
}

.el-month-table td div {
  height: 0.25rem;
  padding: 0.03125rem 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.el-month-table td.today .cell {
  color: #409EFF;
  font-weight: 700;
}

.el-month-table td.today.end-date .cell,
.el-month-table td.today.start-date .cell {
  color: #FFF;
}

.el-month-table td.disabled .cell {
  background-color: #F5F7FA;
  cursor: not-allowed;
  color: #C0C4CC;
}

.el-month-table td.disabled .cell:hover {
  color: #C0C4CC;
}

.el-month-table td .cell {
  width: 0.3125rem;
  height: 0.1875rem;
  display: block;
  line-height: 0.1875rem;
  color: #606266;
  margin: 0 auto;
  border-radius: 0.09375rem;
}

.el-month-table td .cell:hover {
  color: #409EFF;
}

.el-month-table td.in-range div,
.el-month-table td.in-range div:hover {
  background-color: #F2F6FC;
}

.el-month-table td.end-date div,
.el-month-table td.start-date div {
  color: #FFF;
}

.el-month-table td.end-date .cell,
.el-month-table td.start-date .cell {
  color: #FFF;
  background-color: #409EFF;
}

.el-month-table td.start-date div {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.el-month-table td.end-date div {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

.el-month-table td.current:not(.disabled) .cell {
  color: #409EFF;
}

.el-year-table {
  margin: -0.005208rem;
}

.el-year-table .el-icon {
  color: #303133;
}

.el-year-table td {
  text-align: center;
  padding: 0.104167rem 0.015625rem;
  cursor: pointer;
}

.el-year-table td.today .cell {
  color: #409EFF;
  font-weight: 700;
}

.el-year-table td.disabled .cell {
  background-color: #F5F7FA;
  cursor: not-allowed;
  color: #C0C4CC;
}

.el-year-table td.disabled .cell:hover {
  color: #C0C4CC;
}

.el-year-table td .cell {
  width: 0.25rem;
  height: 0.166667rem;
  display: block;
  line-height: 0.166667rem;
  color: #606266;
  margin: 0 auto;
}

.el-year-table td .cell:hover,
.el-year-table td.current:not(.disabled) .cell {
  color: #409EFF;
}

.el-date-range-picker {
  width: 3.364583rem;
}

.el-date-range-picker.has-sidebar {
  width: 3.9375rem;
}

.el-date-range-picker table {
  table-layout: fixed;
  width: 100%;
}

.el-date-range-picker .el-picker-panel__body {
  min-width: 2.671875rem;
}

.el-date-range-picker .el-picker-panel__content {
  margin: 0;
}

.el-date-range-picker__header {
  position: relative;
  text-align: center;
  height: 0.145833rem;
}

.el-date-range-picker__header [class*=arrow-left] {
  float: left;
}

.el-date-range-picker__header [class*=arrow-right] {
  float: right;
}

.el-date-range-picker__header div {
  font-size: 0.083333rem;
  font-weight: 500;
  margin-right: 0.260417rem;
}

.el-date-range-picker__content {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0.083333rem;
}

.el-date-range-picker__content.is-left {
  border-right: 0.005208rem solid #e4e4e4;
}

.el-date-range-picker__content .el-date-range-picker__header div {
  margin-left: 0.260417rem;
  margin-right: 0.260417rem;
}

.el-date-range-picker__editors-wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
}

.el-date-range-picker__editors-wrap.is-right {
  text-align: right;
}

.el-date-range-picker__time-header {
  position: relative;
  border-bottom: 0.005208rem solid #e4e4e4;
  font-size: 0.0625rem;
  padding: 0.041667rem 0.026042rem 0.026042rem;
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.el-date-range-picker__time-header>.el-icon-arrow-right {
  font-size: 0.104167rem;
  vertical-align: middle;
  display: table-cell;
  color: #303133;
}

.el-date-range-picker__time-picker-wrap {
  position: relative;
  display: table-cell;
  padding: 0 0.026042rem;
}

.el-date-range-picker__time-picker-wrap .el-picker-panel {
  position: absolute;
  top: 0.067708rem;
  right: 0;
  z-index: 1;
  background: #FFF;
}

.el-date-picker {
  width: 1.677083rem;
}

.el-date-picker.has-sidebar.has-time {
  width: 2.260417rem;
}

.el-date-picker.has-sidebar {
  width: 2.28125rem;
}

.el-date-picker.has-time .el-picker-panel__body-wrapper {
  position: relative;
}

.el-date-picker .el-picker-panel__content {
  width: 1.520833rem;
}

.el-date-picker table {
  table-layout: fixed;
  width: 100%;
}

.el-date-picker__editor-wrap {
  position: relative;
  display: table-cell;
  padding: 0 0.026042rem;
}

.el-date-picker__time-header {
  position: relative;
  border-bottom: 0.005208rem solid #e4e4e4;
  font-size: 0.0625rem;
  padding: 0.041667rem 0.026042rem 0.026042rem;
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.el-date-picker__header {
  margin: 0.0625rem;
  text-align: center;
}

.el-date-picker__header--bordered {
  margin-bottom: 0;
  padding-bottom: 0.0625rem;
  border-bottom: solid 0.005208rem #EBEEF5;
}

.el-date-picker__header--bordered+.el-picker-panel__content {
  margin-top: 0;
}

.el-date-picker__header-label {
  font-size: 0.083333rem;
  font-weight: 500;
  padding: 0 0.026042rem;
  line-height: 0.114583rem;
  text-align: center;
  cursor: pointer;
  color: #606266;
}

.el-date-picker__header-label.active,
.el-date-picker__header-label:hover {
  color: #409EFF;
}

.el-date-picker__prev-btn {
  float: left;
}

.el-date-picker__next-btn {
  float: right;
}

.el-date-picker__time-wrap {
  padding: 0.052083rem;
  text-align: center;
}

.el-date-picker__time-label {
  float: left;
  cursor: pointer;
  line-height: 0.15625rem;
  margin-left: 0.052083rem;
}

.time-select {
  margin: 0.026042rem 0;
  min-width: 0;
}

.time-select .el-picker-panel__content {
  max-height: 1.041667rem;
  margin: 0;
}

.time-select-item {
  padding: 0.041667rem 0.052083rem;
  font-size: 0.072917rem;
  line-height: 0.104167rem;
}

.time-select-item.selected:not(.disabled) {
  color: #409EFF;
  font-weight: 700;
}

.time-select-item.disabled {
  color: #E4E7ED;
  cursor: not-allowed;
}

.time-select-item:hover {
  background-color: #F5F7FA;
  font-weight: 700;
  cursor: pointer;
}

.el-date-editor {
  position: relative;
  display: inline-block;
  text-align: left;
}

.el-date-editor.el-input,
.el-date-editor.el-input__inner {
  width: 1.145833rem;
}

.el-date-editor--monthrange.el-input,
.el-date-editor--monthrange.el-input__inner {
  width: 1.5625rem;
}

.el-date-editor--daterange.el-input,
.el-date-editor--daterange.el-input__inner,
.el-date-editor--timerange.el-input,
.el-date-editor--timerange.el-input__inner {
  width: 1.822917rem;
}

.el-date-editor--datetimerange.el-input,
.el-date-editor--datetimerange.el-input__inner {
  width: 2.083333rem;
}

.el-date-editor--dates .el-input__inner {
  text-overflow: ellipsis;
  white-space: nowrap;
}

.el-date-editor .el-icon-circle-close {
  cursor: pointer;
}

.el-date-editor .el-range__icon {
  font-size: 0.072917rem;
  margin-left: -0.026042rem;
  color: #C0C4CC;
  float: left;
  line-height: 0.166667rem;
}

.el-date-editor .el-range-input,
.el-date-editor .el-range-separator {
  height: 100%;
  margin: 0;
  text-align: center;
  display: inline-block;
  font-size: 0.072917rem;
}

.el-date-editor .el-range-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: 0;
  padding: 0;
  width: 39%;
  color: #606266;
}

.el-date-editor .el-range-input::-webkit-input-placeholder {
  color: #C0C4CC;
}

.el-date-editor .el-range-input:-ms-input-placeholder {
  color: #C0C4CC;
}

.el-date-editor .el-range-input::-ms-input-placeholder {
  color: #C0C4CC;
}

.el-date-editor .el-range-input::placeholder {
  color: #C0C4CC;
}

.el-date-editor .el-range-separator {
  padding: 0 0.026042rem;
  line-height: 0.166667rem;
  width: 5%;
  color: #303133;
}

.el-date-editor .el-range__close-icon {
  font-size: 0.072917rem;
  color: #C0C4CC;
  width: 0.130208rem;
  display: inline-block;
  float: right;
  line-height: 0.166667rem;
}

.el-range-editor.el-input__inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.015625rem 0.052083rem;
}

.el-range-editor .el-range-input {
  line-height: 1;
}

.el-range-editor.is-active,
.el-range-editor.is-active:hover {
  border-color: #409EFF;
}

.el-range-editor--medium.el-input__inner {
  height: 0.1875rem;
}

.el-range-editor--medium .el-range-separator {
  line-height: 0.145833rem;
  font-size: 0.072917rem;
}

.el-range-editor--medium .el-range-input {
  font-size: 0.072917rem;
}

.el-range-editor--medium .el-range__close-icon,
.el-range-editor--medium .el-range__icon {
  line-height: 0.145833rem;
}

.el-range-editor--small.el-input__inner {
  height: 0.166667rem;
}

.el-range-editor--small .el-range-separator {
  line-height: 0.125rem;
  font-size: 0.067708rem;
}

.el-range-editor--small .el-range-input {
  font-size: 0.067708rem;
}

.el-range-editor--small .el-range__close-icon,
.el-range-editor--small .el-range__icon {
  line-height: 0.125rem;
}

.el-range-editor--mini.el-input__inner {
  height: 0.145833rem;
}

.el-range-editor--mini .el-range-separator {
  line-height: 0.104167rem;
  font-size: 0.0625rem;
}

.el-range-editor--mini .el-range-input {
  font-size: 0.0625rem;
}

.el-range-editor--mini .el-range__close-icon,
.el-range-editor--mini .el-range__icon {
  line-height: 0.104167rem;
}

.el-range-editor.is-disabled {
  background-color: #F5F7FA;
  border-color: #E4E7ED;
  color: #C0C4CC;
  cursor: not-allowed;
}

.el-range-editor.is-disabled:focus,
.el-range-editor.is-disabled:hover {
  border-color: #E4E7ED;
}

.el-range-editor.is-disabled input {
  background-color: #F5F7FA;
  color: #C0C4CC;
  cursor: not-allowed;
}

.el-range-editor.is-disabled input::-webkit-input-placeholder {
  color: #C0C4CC;
}

.el-range-editor.is-disabled input:-ms-input-placeholder {
  color: #C0C4CC;
}

.el-range-editor.is-disabled input::-ms-input-placeholder {
  color: #C0C4CC;
}

.el-range-editor.is-disabled input::placeholder {
  color: #C0C4CC;
}

.el-range-editor.is-disabled .el-range-separator {
  color: #C0C4CC;
}

.el-picker-panel {
  color: #606266;
  border: 0.005208rem solid #E4E7ED;
  box-shadow: 0 0.010417rem 0.0625rem 0 rgba(0,0,0,.1);
  background: #FFF;
  border-radius: 0.020833rem;
  line-height: 0.15625rem;
  margin: 0.026042rem 0;
}

.el-popover,
.el-time-panel {
  -webkit-box-shadow: 0 0.010417rem 0.0625rem 0 rgba(0,0,0,.1);
}

.el-picker-panel__body-wrapper::after,
.el-picker-panel__body::after {
  content: "";
  display: table;
  clear: both;
}

.el-picker-panel__content {
  position: relative;
  margin: 0.078125rem;
}

.el-picker-panel__footer {
  border-top: 0.005208rem solid #e4e4e4;
  padding: 0.020833rem;
  text-align: right;
  background-color: #FFF;
  position: relative;
  font-size: 0;
}

.el-picker-panel__shortcut {
  display: block;
  width: 100%;
  border: 0;
  background-color: transparent;
  line-height: 0.145833rem;
  font-size: 0.072917rem;
  color: #606266;
  padding-left: 0.0625rem;
  text-align: left;
  outline: 0;
  cursor: pointer;
}

.el-picker-panel__shortcut:hover {
  color: #409EFF;
}

.el-picker-panel__shortcut.active {
  background-color: #e6f1fe;
  color: #409EFF;
}

.el-picker-panel__btn {
  border: 0.005208rem solid #dcdcdc;
  color: #333;
  line-height: 0.125rem;
  border-radius: 0.010417rem;
  padding: 0 0.104167rem;
  cursor: pointer;
  background-color: transparent;
  outline: 0;
  font-size: 0.0625rem;
}

.el-picker-panel__btn[disabled] {
  color: #ccc;
  cursor: not-allowed;
}

.el-picker-panel__icon-btn {
  font-size: 0.0625rem;
  color: #303133;
  border: 0;
  background: 0 0;
  cursor: pointer;
  outline: 0;
  margin-top: 0.041667rem;
}

.el-picker-panel__icon-btn:hover {
  color: #409EFF;
}

.el-picker-panel__icon-btn.is-disabled {
  color: #bbb;
}

.el-picker-panel__icon-btn.is-disabled:hover {
  cursor: not-allowed;
}

.el-picker-panel__link-btn {
  vertical-align: middle;
}

.el-picker-panel [slot=sidebar],
.el-picker-panel__sidebar {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0.572917rem;
  border-right: 0.005208rem solid #e4e4e4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 0.03125rem;
  background-color: #FFF;
  overflow: auto;
}

.el-picker-panel [slot=sidebar]+.el-picker-panel__body,
.el-picker-panel__sidebar+.el-picker-panel__body {
  margin-left: 0.572917rem;
}

.el-time-spinner.has-seconds .el-time-spinner__wrapper {
  width: 33.3%;
}

.el-time-spinner__wrapper {
  max-height: 0.989583rem;
  overflow: auto;
  display: inline-block;
  width: 50%;
  vertical-align: top;
  position: relative;
}

.el-time-spinner__wrapper .el-scrollbar__wrap:not(.el-scrollbar__wrap--hidden-default) {
  padding-bottom: 0.078125rem;
}

.el-time-spinner__input.el-input .el-input__inner,
.el-time-spinner__list {
  padding: 0;
  text-align: center;
}

.el-time-spinner__wrapper.is-arrow {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
}

.el-time-spinner__wrapper.is-arrow .el-time-spinner__list {
  -webkit-transform: translateY(-0.166667rem);
  transform: translateY(-0.166667rem);
}

.el-time-spinner__wrapper.is-arrow .el-time-spinner__item:hover:not(.disabled):not(.active) {
  background: #FFF;
  cursor: default;
}

.el-time-spinner__arrow {
  font-size: 0.0625rem;
  color: #909399;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
  text-align: center;
  height: 0.15625rem;
  line-height: 0.15625rem;
  cursor: pointer;
}

.el-time-spinner__arrow:hover {
  color: #409EFF;
}

.el-time-spinner__arrow.el-icon-arrow-up {
  top: 0.052083rem;
}

.el-time-spinner__arrow.el-icon-arrow-down {
  bottom: 0.052083rem;
}

.el-time-spinner__input.el-input {
  width: 70%;
}

.el-time-spinner__list {
  margin: 0;
  list-style: none;
}

.el-time-spinner__list::after,
.el-time-spinner__list::before {
  content: '';
  display: block;
  width: 100%;
  height: 0.416667rem;
}

.el-time-spinner__item {
  height: 0.166667rem;
  line-height: 0.166667rem;
  font-size: 0.0625rem;
  color: #606266;
}

.el-time-spinner__item:hover:not(.disabled):not(.active) {
  background: #F5F7FA;
  cursor: pointer;
}

.el-time-spinner__item.active:not(.disabled) {
  color: #303133;
  font-weight: 700;
}

.el-time-spinner__item.disabled {
  color: #C0C4CC;
  cursor: not-allowed;
}

.el-time-panel {
  margin: 0.026042rem 0;
  border: 0.005208rem solid #E4E7ED;
  background-color: #FFF;
  box-shadow: 0 0.010417rem 0.0625rem 0 rgba(0,0,0,.1);
  border-radius: 0.010417rem;
  position: absolute;
  width: 0.9375rem;
  left: 0;
  z-index: 1000;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.el-time-panel__content {
  font-size: 0;
  position: relative;
  overflow: hidden;
}

.el-time-panel__content::after,
.el-time-panel__content::before {
  content: "";
  top: 50%;
  position: absolute;
  margin-top: -0.078125rem;
  height: 0.166667rem;
  z-index: -1;
  left: 0;
  right: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 0.03125rem;
  text-align: left;
  border-top: 0.005208rem solid #E4E7ED;
  border-bottom: 0.005208rem solid #E4E7ED;
}

.el-time-panel__content::after {
  left: 50%;
  margin-left: 12%;
  margin-right: 12%;
}

.el-time-panel__content::before {
  padding-left: 50%;
  margin-right: 12%;
  margin-left: 12%;
}

.el-time-panel__content.has-seconds::after {
  left: calc(100% / 3 * 2);
}

.el-time-panel__content.has-seconds::before {
  padding-left: calc(100% / 3);
}

.el-time-panel__footer {
  border-top: 0.005208rem solid #e4e4e4;
  padding: 0.020833rem;
  height: 0.1875rem;
  line-height: 0.130208rem;
  text-align: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.el-time-panel__btn {
  border: none;
  line-height: 0.145833rem;
  padding: 0 0.026042rem;
  margin: 0 0.026042rem;
  cursor: pointer;
  background-color: transparent;
  outline: 0;
  font-size: 0.0625rem;
  color: #303133;
}

.el-time-panel__btn.confirm {
  font-weight: 800;
  color: #409EFF;
}

.el-time-range-picker {
  width: 1.84375rem;
  overflow: visible;
}

.el-time-range-picker__content {
  position: relative;
  text-align: center;
  padding: 0.052083rem;
}

.el-time-range-picker__cell {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0.020833rem 0.036458rem 0.036458rem;
  width: 50%;
  display: inline-block;
}

.el-time-range-picker__header {
  margin-bottom: 0.026042rem;
  text-align: center;
  font-size: 0.072917rem;
}

.el-time-range-picker__body {
  border-radius: 0.010417rem;
  border: 0.005208rem solid #E4E7ED;
}

.el-popover {
  position: absolute;
  background: #FFF;
  min-width: 0.78125rem;
  border: 0.005208rem solid #EBEEF5;
  padding: 0.0625rem;
  z-index: 2000;
  color: #606266;
  line-height: 1.4;
  text-align: justify;
  font-size: 0.072917rem;
  box-shadow: 0 0.010417rem 0.0625rem 0 rgba(0,0,0,.1);
  word-break: break-all;
}

.el-popover--plain {
  padding: 0.09375rem 0.104167rem;
}

.el-popover__title {
  color: #303133;
  font-size: 0.083333rem;
  line-height: 1;
  margin-bottom: 0.0625rem;
}

.v-modal-enter {
  -webkit-animation: v-modal-in .2s ease;
  animation: v-modal-in .2s ease;
}

.v-modal-leave {
  -webkit-animation: v-modal-out .2s ease forwards;
  animation: v-modal-out .2s ease forwards;
}

@keyframes v-modal-in {
  0% {
    opacity: 0;
  }
}

@keyframes v-modal-out {
  100% {
    opacity: 0;
  }
}

.v-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
  background: #000;
}

.el-popup-parent--hidden {
  overflow: hidden;
}

.el-message-box {
  display: inline-block;
  width: 2.1875rem;
  padding-bottom: 0.052083rem;
  vertical-align: middle;
  background-color: #FFF;
  border-radius: 0.020833rem;
  border: 0.005208rem solid #EBEEF5;
  font-size: 0.09375rem;
  -webkit-box-shadow: 0 0.010417rem 0.0625rem 0 rgba(0,0,0,.1);
  box-shadow: 0 0.010417rem 0.0625rem 0 rgba(0,0,0,.1);
  text-align: left;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.el-message-box__wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.el-message-box__wrapper::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}

.el-message-box__header {
  position: relative;
  padding: 0.078125rem 0.078125rem 0.052083rem;
}

.el-message-box__title {
  padding-left: 0;
  margin-bottom: 0;
  font-size: 0.09375rem;
  line-height: 1;
  color: #303133;
}

.el-message-box__headerbtn {
  position: absolute;
  top: 0.078125rem;
  right: 0.078125rem;
  padding: 0;
  border: none;
  outline: 0;
  background: 0 0;
  font-size: 0.083333rem;
  cursor: pointer;
}

.el-form-item.is-error .el-input__inner,
.el-form-item.is-error .el-input__inner:focus,
.el-form-item.is-error .el-textarea__inner,
.el-form-item.is-error .el-textarea__inner:focus,
.el-message-box__input input.invalid,
.el-message-box__input input.invalid:focus {
  border-color: #F56C6C;
}

.el-message-box__headerbtn .el-message-box__close {
  color: #909399;
}

.el-message-box__headerbtn:focus .el-message-box__close,
.el-message-box__headerbtn:hover .el-message-box__close {
  color: #409EFF;
}

.el-message-box__content {
  position: relative;
  padding: 0.052083rem 0.078125rem;
  color: #606266;
  font-size: 0.072917rem;
}

.el-message-box__input {
  padding-top: 0.078125rem;
}

.el-message-box__status {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0.125rem!important;
}

.el-message-box__status::before {
  padding-left: 0.005208rem;
}

.el-message-box__status+.el-message-box__message {
  padding-left: 0.1875rem;
  padding-right: 0.0625rem;
}

.el-message-box__status.el-icon-success {
  color: #67C23A;
}

.el-message-box__status.el-icon-info {
  color: #909399;
}

.el-message-box__status.el-icon-warning {
  color: #E6A23C;
}

.el-message-box__status.el-icon-error {
  color: #F56C6C;
}

.el-message-box__message {
  margin: 0;
}

.el-message-box__message p {
  margin: 0;
  line-height: 0.125rem;
}

.el-message-box__errormsg {
  color: #F56C6C;
  font-size: 0.0625rem;
  min-height: 0.09375rem;
  margin-top: 0.010417rem;
}

.el-message-box__btns {
  padding: 0.026042rem 0.078125rem 0;
  text-align: right;
}

.el-message-box__btns button:nth-child(2) {
  margin-left: 0.052083rem;
}

.el-message-box__btns-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.el-container,
.el-container.is-vertical,
.el-drawer,
.el-link,
.el-steps--vertical {
  -webkit-box-direction: normal;
}

.el-message-box--center {
  padding-bottom: 0.15625rem;
}

.el-message-box--center .el-message-box__header {
  padding-top: 0.15625rem;
}

.el-message-box--center .el-message-box__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.el-message-box--center .el-message-box__status {
  position: relative;
  top: auto;
  padding-right: 0.026042rem;
  text-align: center;
  -webkit-transform: translateY(-0.005208rem);
  transform: translateY(-0.005208rem);
}

.el-message-box--center .el-message-box__message {
  margin-left: 0;
}

.el-message-box--center .el-message-box__btns,
.el-message-box--center .el-message-box__content {
  text-align: center;
}

.el-message-box--center .el-message-box__content {
  padding-left: 0.140625rem;
  padding-right: 0.140625rem;
}

.msgbox-fade-enter-active {
  -webkit-animation: msgbox-fade-in .3s;
  animation: msgbox-fade-in .3s;
}

.msgbox-fade-leave-active {
  -webkit-animation: msgbox-fade-out .3s;
  animation: msgbox-fade-out .3s;
}

@-webkit-keyframes msgbox-fade-in {
  0% {
    -webkit-transform: translate3d(0,-0.104167rem,0);
    transform: translate3d(0,-0.104167rem,0);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
  }
}

@keyframes msgbox-fade-in {
  0% {
    -webkit-transform: translate3d(0,-0.104167rem,0);
    transform: translate3d(0,-0.104167rem,0);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
  }
}

@-webkit-keyframes msgbox-fade-out {
  0% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0,-0.104167rem,0);
    transform: translate3d(0,-0.104167rem,0);
    opacity: 0;
  }
}

@keyframes msgbox-fade-out {
  0% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0,-0.104167rem,0);
    transform: translate3d(0,-0.104167rem,0);
    opacity: 0;
  }
}

.el-breadcrumb {
  font-size: 0.072917rem;
  line-height: 1;
}

.el-breadcrumb::after,
.el-breadcrumb::before {
  display: table;
  content: "";
}

.el-breadcrumb::after {
  clear: both;
}

.el-breadcrumb__separator {
  margin: 0 0.046875rem;
  font-weight: 700;
  color: #C0C4CC;
}

.el-breadcrumb__separator[class*=icon] {
  margin: 0 0.03125rem;
  font-weight: 400;
}

.el-breadcrumb__item {
  float: left;
}

.el-breadcrumb__inner {
  color: #606266;
}

.el-breadcrumb__inner a,
.el-breadcrumb__inner.is-link {
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: color .2s cubic-bezier(.645,.045,.355,1);
  transition: color .2s cubic-bezier(.645,.045,.355,1);
  color: #303133;
}

.el-breadcrumb__inner a:hover,
.el-breadcrumb__inner.is-link:hover {
  color: #409EFF;
  cursor: pointer;
}

.el-breadcrumb__item:last-child .el-breadcrumb__inner,
.el-breadcrumb__item:last-child .el-breadcrumb__inner a,
.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,
.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
  font-weight: 400;
  color: #606266;
  cursor: text;
}

.el-breadcrumb__item:last-child .el-breadcrumb__separator {
  display: none;
}

.el-form--label-left .el-form-item__label {
  text-align: left;
}

.el-form--label-top .el-form-item__label {
  float: none;
  display: inline-block;
  text-align: left;
  padding: 0 0 0.052083rem;
}

.el-form--inline .el-form-item {
  display: inline-block;
  margin-right: 0.052083rem;
  vertical-align: top;
}

.el-form--inline .el-form-item__label {
  float: none;
  display: inline-block;
}

.el-form--inline .el-form-item__content {
  display: inline-block;
  vertical-align: top;
}

.el-form--inline.el-form--label-top .el-form-item__content {
  display: block;
}

.el-form-item {
  margin-bottom: 0.114583rem;
}

.el-form-item::after,
.el-form-item::before {
  display: table;
  content: "";
}

.el-form-item::after {
  clear: both;
}

.el-form-item .el-form-item {
  margin-bottom: 0;
}

.el-form-item--mini.el-form-item,
.el-form-item--small.el-form-item {
  margin-bottom: 0.09375rem;
}

.el-form-item .el-input__validateIcon {
  display: none;
}

.el-form-item--medium .el-form-item__content,
.el-form-item--medium .el-form-item__label {
  line-height: 0.1875rem;
}

.el-form-item--small .el-form-item__content,
.el-form-item--small .el-form-item__label {
  line-height: 0.166667rem;
}

.el-form-item--small .el-form-item__error {
  padding-top: 0.010417rem;
}

.el-form-item--mini .el-form-item__content,
.el-form-item--mini .el-form-item__label {
  line-height: 0.145833rem;
}

.el-form-item--mini .el-form-item__error {
  padding-top: 0.005208rem;
}

.el-form-item__label-wrap {
  float: left;
}

.el-form-item__label-wrap .el-form-item__label {
  display: inline-block;
  float: none;
}

.el-form-item__label {
  text-align: right;
  vertical-align: middle;
  float: left;
  font-size: 0.072917rem;
  color: #606266;
  line-height: 0.208333rem;
  padding: 0 0.0625rem 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.el-form-item__content {
  line-height: 0.208333rem;
  position: relative;
  font-size: 0.072917rem;
}

.el-form-item__content::after,
.el-form-item__content::before {
  display: table;
  content: "";
}

.el-form-item__content::after {
  clear: both;
}

.el-form-item__content .el-input-group {
  vertical-align: top;
}

.el-form-item__error {
  color: #F56C6C;
  font-size: 0.0625rem;
  line-height: 1;
  padding-top: 0.020833rem;
  position: absolute;
  top: 100%;
  left: 0;
}

.el-form-item__error--inline {
  position: relative;
  top: auto;
  left: auto;
  display: inline-block;
  margin-left: 0.052083rem;
}

.el-form-item.is-required:not(.is-no-asterisk) .el-form-item__label-wrap>.el-form-item__label:before,
.el-form-item.is-required:not(.is-no-asterisk)>.el-form-item__label:before {
  content: '*';
  color: #F56C6C;
  margin-right: 0.020833rem;
}

.el-form-item.is-error .el-input-group__append .el-input__inner,
.el-form-item.is-error .el-input-group__prepend .el-input__inner {
  border-color: transparent;
}

.el-form-item.is-error .el-input__validateIcon {
  color: #F56C6C;
}

.el-form-item--feedback .el-input__validateIcon {
  display: inline-block;
}

.el-tabs__header {
  padding: 0;
  position: relative;
  margin: 0 0 0.078125rem;
}

.el-tabs__active-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.010417rem;
  background-color: #409EFF;
  z-index: 1;
  -webkit-transition: -webkit-transform .3s cubic-bezier(.645,.045,.355,1);
  transition: -webkit-transform .3s cubic-bezier(.645,.045,.355,1);
  transition: transform .3s cubic-bezier(.645,.045,.355,1);
  transition: transform .3s cubic-bezier(.645,.045,.355,1),-webkit-transform .3s cubic-bezier(.645,.045,.355,1);
  list-style: none;
}

.el-tabs__new-tab {
  float: right;
  border: 0.005208rem solid #d3dce6;
  height: 0.09375rem;
  width: 0.09375rem;
  line-height: 0.09375rem;
  margin: 0.0625rem 0 0.046875rem 0.052083rem;
  border-radius: 0.015625rem;
  text-align: center;
  font-size: 0.0625rem;
  color: #d3dce6;
  cursor: pointer;
  -webkit-transition: all .15s;
  transition: all .15s;
}

.el-collapse-item__arrow,
.el-tabs__nav {
  -webkit-transition: -webkit-transform .3s;
}

.el-tabs__new-tab .el-icon-plus {
  -webkit-transform: scale(.8,.8);
  transform: scale(.8,.8);
}

.el-tabs__new-tab:hover {
  color: #409EFF;
}

.el-tabs__nav-wrap {
  overflow: hidden;
  margin-bottom: -0.005208rem;
  position: relative;
}

.el-tabs__nav-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.010417rem;
  background-color: #E4E7ED;
  z-index: 1;
}

.el-tabs--border-card>.el-tabs__header .el-tabs__nav-wrap::after,
.el-tabs--card>.el-tabs__header .el-tabs__nav-wrap::after {
  content: none;
}

.el-tabs__nav-wrap.is-scrollable {
  padding: 0 0.104167rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.el-tabs__nav-scroll {
  overflow: hidden;
}

.el-tabs__nav-next,
.el-tabs__nav-prev {
  position: absolute;
  cursor: pointer;
  line-height: 0.229167rem;
  font-size: 0.0625rem;
  color: #909399;
}

.el-tabs__nav-next {
  right: 0;
}

.el-tabs__nav-prev {
  left: 0;
}

.el-tabs__nav {
  white-space: nowrap;
  position: relative;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s,-webkit-transform .3s;
  float: left;
  z-index: 2;
}

.el-tabs__nav.is-stretch {
  min-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.el-tabs__nav.is-stretch>* {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.el-tabs__item {
  padding: 0 0.104167rem;
  height: 0.208333rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 0.208333rem;
  display: inline-block;
  list-style: none;
  font-size: 0.072917rem;
  font-weight: 500;
  color: #303133;
  position: relative;
}

.el-tabs__item:focus,
.el-tabs__item:focus:active {
  outline: 0;
}

.el-tabs__item:focus.is-active.is-focus:not(:active) {
  -webkit-box-shadow: 0 0 0.010417rem 0.010417rem #409EFF inset;
  box-shadow: 0 0 0.010417rem 0.010417rem #409EFF inset;
  border-radius: 0.015625rem;
}

.el-tabs__item .el-icon-close {
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
  transition: all .3s cubic-bezier(.645,.045,.355,1);
  margin-left: 0.026042rem;
}

.el-tabs__item .el-icon-close:before {
  -webkit-transform: scale(.9);
  transform: scale(.9);
  display: inline-block;
}

.el-tabs__item .el-icon-close:hover {
  background-color: #C0C4CC;
  color: #FFF;
}

.el-tabs__item.is-active {
  color: #409EFF;
}

.el-tabs__item:hover {
  color: #409EFF;
  cursor: pointer;
}

.el-tabs__item.is-disabled {
  color: #C0C4CC;
  cursor: default;
}

.el-tabs__content {
  overflow: hidden;
  position: relative;
}

.el-tabs--card>.el-tabs__header {
  border-bottom: 0.005208rem solid #E4E7ED;
}

.el-tabs--card>.el-tabs__header .el-tabs__nav {
  border: 0.005208rem solid #E4E7ED;
  border-bottom: none;
  border-radius: 0.020833rem 0.020833rem 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.el-tabs--card>.el-tabs__header .el-tabs__active-bar {
  display: none;
}

.el-tabs--card>.el-tabs__header .el-tabs__item .el-icon-close {
  position: relative;
  font-size: 0.0625rem;
  width: 0;
  height: 0.072917rem;
  vertical-align: middle;
  line-height: 0.078125rem;
  overflow: hidden;
  top: -0.005208rem;
  right: -0.010417rem;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.el-tabs--card>.el-tabs__header .el-tabs__item.is-active.is-closable .el-icon-close,
.el-tabs--card>.el-tabs__header .el-tabs__item.is-closable:hover .el-icon-close {
  width: 0.072917rem;
}

.el-tabs--card>.el-tabs__header .el-tabs__item {
  border-bottom: 0.005208rem solid transparent;
  border-left: 0.005208rem solid #E4E7ED;
  -webkit-transition: color .3s cubic-bezier(.645,.045,.355,1),padding .3s cubic-bezier(.645,.045,.355,1);
  transition: color .3s cubic-bezier(.645,.045,.355,1),padding .3s cubic-bezier(.645,.045,.355,1);
}

.el-tabs--card>.el-tabs__header .el-tabs__item:first-child {
  border-left: none;
}

.el-tabs--card>.el-tabs__header .el-tabs__item.is-closable:hover {
  padding-left: 0.067708rem;
  padding-right: 0.067708rem;
}

.el-tabs--card>.el-tabs__header .el-tabs__item.is-active {
  border-bottom-color: #FFF;
}

.el-tabs--card>.el-tabs__header .el-tabs__item.is-active.is-closable {
  padding-left: 0.104167rem;
  padding-right: 0.104167rem;
}

.el-tabs--border-card {
  background: #FFF;
  border: 0.005208rem solid #DCDFE6;
  -webkit-box-shadow: 0 0.010417rem 0.020833rem 0 rgba(0,0,0,.12),0 0 0.03125rem 0 rgba(0,0,0,.04);
  box-shadow: 0 0.010417rem 0.020833rem 0 rgba(0,0,0,.12),0 0 0.03125rem 0 rgba(0,0,0,.04);
}

.el-tabs--border-card>.el-tabs__content {
  padding: 0.078125rem;
}

.el-tabs--border-card>.el-tabs__header {
  background-color: #F5F7FA;
  border-bottom: 0.005208rem solid #E4E7ED;
  margin: 0;
}

.el-tabs--border-card>.el-tabs__header .el-tabs__item {
  -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
  transition: all .3s cubic-bezier(.645,.045,.355,1);
  border: 0.005208rem solid transparent;
  margin-top: -0.005208rem;
  color: #909399;
}

.el-tabs--border-card>.el-tabs__header .el-tabs__item+.el-tabs__item,
.el-tabs--border-card>.el-tabs__header .el-tabs__item:first-child {
  margin-left: -0.005208rem;
}

.el-tabs--border-card>.el-tabs__header .el-tabs__item.is-active {
  color: #409EFF;
  background-color: #FFF;
  border-right-color: #DCDFE6;
  border-left-color: #DCDFE6;
}

.el-tabs--border-card>.el-tabs__header .el-tabs__item:not(.is-disabled):hover {
  color: #409EFF;
}

.el-tabs--border-card>.el-tabs__header .el-tabs__item.is-disabled {
  color: #C0C4CC;
}

.el-tabs--border-card>.el-tabs__header .is-scrollable .el-tabs__item:first-child {
  margin-left: 0;
}

.el-tabs--bottom .el-tabs__item.is-bottom:nth-child(2),
.el-tabs--bottom .el-tabs__item.is-top:nth-child(2),
.el-tabs--top .el-tabs__item.is-bottom:nth-child(2),
.el-tabs--top .el-tabs__item.is-top:nth-child(2) {
  padding-left: 0;
}

.el-tabs--bottom .el-tabs__item.is-bottom:last-child,
.el-tabs--bottom .el-tabs__item.is-top:last-child,
.el-tabs--top .el-tabs__item.is-bottom:last-child,
.el-tabs--top .el-tabs__item.is-top:last-child {
  padding-right: 0;
}

.el-tabs--bottom .el-tabs--left>.el-tabs__header .el-tabs__item:nth-child(2),
.el-tabs--bottom .el-tabs--right>.el-tabs__header .el-tabs__item:nth-child(2),
.el-tabs--bottom.el-tabs--border-card>.el-tabs__header .el-tabs__item:nth-child(2),
.el-tabs--bottom.el-tabs--card>.el-tabs__header .el-tabs__item:nth-child(2),
.el-tabs--top .el-tabs--left>.el-tabs__header .el-tabs__item:nth-child(2),
.el-tabs--top .el-tabs--right>.el-tabs__header .el-tabs__item:nth-child(2),
.el-tabs--top.el-tabs--border-card>.el-tabs__header .el-tabs__item:nth-child(2),
.el-tabs--top.el-tabs--card>.el-tabs__header .el-tabs__item:nth-child(2) {
  padding-left: 0.104167rem;
}

.el-tabs--bottom .el-tabs--left>.el-tabs__header .el-tabs__item:last-child,
.el-tabs--bottom .el-tabs--right>.el-tabs__header .el-tabs__item:last-child,
.el-tabs--bottom.el-tabs--border-card>.el-tabs__header .el-tabs__item:last-child,
.el-tabs--bottom.el-tabs--card>.el-tabs__header .el-tabs__item:last-child,
.el-tabs--top .el-tabs--left>.el-tabs__header .el-tabs__item:last-child,
.el-tabs--top .el-tabs--right>.el-tabs__header .el-tabs__item:last-child,
.el-tabs--top.el-tabs--border-card>.el-tabs__header .el-tabs__item:last-child,
.el-tabs--top.el-tabs--card>.el-tabs__header .el-tabs__item:last-child {
  padding-right: 0.104167rem;
}

.el-tabs--bottom .el-tabs__header.is-bottom {
  margin-bottom: 0;
  margin-top: 0.052083rem;
}

.el-tabs--bottom.el-tabs--border-card .el-tabs__header.is-bottom {
  border-bottom: 0;
  border-top: 0.005208rem solid #DCDFE6;
}

.el-tabs--bottom.el-tabs--border-card .el-tabs__nav-wrap.is-bottom {
  margin-top: -0.005208rem;
  margin-bottom: 0;
}

.el-tabs--bottom.el-tabs--border-card .el-tabs__item.is-bottom:not(.is-active) {
  border: 0.005208rem solid transparent;
}

.el-tabs--bottom.el-tabs--border-card .el-tabs__item.is-bottom {
  margin: 0 -0.005208rem -0.005208rem;
}

.el-tabs--left,
.el-tabs--right {
  overflow: hidden;
}

.el-tabs--left .el-tabs__header.is-left,
.el-tabs--left .el-tabs__header.is-right,
.el-tabs--left .el-tabs__nav-scroll,
.el-tabs--left .el-tabs__nav-wrap.is-left,
.el-tabs--left .el-tabs__nav-wrap.is-right,
.el-tabs--right .el-tabs__header.is-left,
.el-tabs--right .el-tabs__header.is-right,
.el-tabs--right .el-tabs__nav-scroll,
.el-tabs--right .el-tabs__nav-wrap.is-left,
.el-tabs--right .el-tabs__nav-wrap.is-right {
  height: 100%;
}

.el-tabs--left .el-tabs__active-bar.is-left,
.el-tabs--left .el-tabs__active-bar.is-right,
.el-tabs--right .el-tabs__active-bar.is-left,
.el-tabs--right .el-tabs__active-bar.is-right {
  top: 0;
  bottom: auto;
  width: 0.010417rem;
  height: auto;
}

.el-tabs--left .el-tabs__nav-wrap.is-left,
.el-tabs--left .el-tabs__nav-wrap.is-right,
.el-tabs--right .el-tabs__nav-wrap.is-left,
.el-tabs--right .el-tabs__nav-wrap.is-right {
  margin-bottom: 0;
}

.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-next,
.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev,
.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-next,
.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev,
.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-next,
.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev,
.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-next,
.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev {
  height: 0.15625rem;
  line-height: 0.15625rem;
  width: 100%;
  text-align: center;
  cursor: pointer;
}

.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-next i,
.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev i,
.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-next i,
.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev i,
.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-next i,
.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev i,
.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-next i,
.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev i {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}

.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev,
.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev,
.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev,
.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev {
  left: auto;
  top: 0;
}

.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-next,
.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-next,
.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-next,
.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-next {
  right: auto;
  bottom: 0;
}

.el-tabs--left .el-tabs__active-bar.is-left,
.el-tabs--left .el-tabs__nav-wrap.is-left::after {
  right: 0;
  left: auto;
}

.el-tabs--left .el-tabs__nav-wrap.is-left.is-scrollable,
.el-tabs--left .el-tabs__nav-wrap.is-right.is-scrollable,
.el-tabs--right .el-tabs__nav-wrap.is-left.is-scrollable,
.el-tabs--right .el-tabs__nav-wrap.is-right.is-scrollable {
  padding: 0.15625rem 0;
}

.el-tabs--left .el-tabs__nav-wrap.is-left::after,
.el-tabs--left .el-tabs__nav-wrap.is-right::after,
.el-tabs--right .el-tabs__nav-wrap.is-left::after,
.el-tabs--right .el-tabs__nav-wrap.is-right::after {
  height: 100%;
  width: 0.010417rem;
  bottom: auto;
  top: 0;
}

.el-tabs--left .el-tabs__nav.is-left,
.el-tabs--left .el-tabs__nav.is-right,
.el-tabs--right .el-tabs__nav.is-left,
.el-tabs--right .el-tabs__nav.is-right {
  float: none;
}

.el-tabs--left .el-tabs__item.is-left,
.el-tabs--left .el-tabs__item.is-right,
.el-tabs--right .el-tabs__item.is-left,
.el-tabs--right .el-tabs__item.is-right {
  display: block;
}

.el-tabs--left.el-tabs--card .el-tabs__active-bar.is-left,
.el-tabs--right.el-tabs--card .el-tabs__active-bar.is-right {
  display: none;
}

.el-tabs--left .el-tabs__header.is-left {
  float: left;
  margin-bottom: 0;
  margin-right: 0.052083rem;
}

.el-tabs--left .el-tabs__nav-wrap.is-left {
  margin-right: -0.005208rem;
}

.el-tabs--left .el-tabs__item.is-left {
  text-align: right;
}

.el-tabs--left.el-tabs--card .el-tabs__item.is-left {
  border-left: none;
  border-right: 0.005208rem solid #E4E7ED;
  border-bottom: none;
  border-top: 0.005208rem solid #E4E7ED;
  text-align: left;
}

.el-tabs--left.el-tabs--card .el-tabs__item.is-left:first-child {
  border-right: 0.005208rem solid #E4E7ED;
  border-top: none;
}

.el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active {
  border: 0.005208rem solid #E4E7ED;
  border-right-color: #fff;
  border-left: none;
  border-bottom: none;
}

.el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active:first-child {
  border-top: none;
}

.el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active:last-child {
  border-bottom: none;
}

.el-tabs--left.el-tabs--card .el-tabs__nav {
  border-radius: 0.020833rem 0 0 0.020833rem;
  border-bottom: 0.005208rem solid #E4E7ED;
  border-right: none;
}

.el-tabs--left.el-tabs--card .el-tabs__new-tab {
  float: none;
}

.el-tabs--left.el-tabs--border-card .el-tabs__header.is-left {
  border-right: 0.005208rem solid #dfe4ed;
}

.el-tabs--left.el-tabs--border-card .el-tabs__item.is-left {
  border: 0.005208rem solid transparent;
  margin: -0.005208rem 0 -0.005208rem -0.005208rem;
}

.el-tabs--left.el-tabs--border-card .el-tabs__item.is-left.is-active {
  border-color: #d1dbe5 transparent;
}

.el-tabs--right .el-tabs__header.is-right {
  float: right;
  margin-bottom: 0;
  margin-left: 0.052083rem;
}

.el-tabs--right .el-tabs__nav-wrap.is-right {
  margin-left: -0.005208rem;
}

.el-tabs--right .el-tabs__nav-wrap.is-right::after {
  left: 0;
  right: auto;
}

.el-tabs--right .el-tabs__active-bar.is-right {
  left: 0;
}

.el-tabs--right.el-tabs--card .el-tabs__item.is-right {
  border-bottom: none;
  border-top: 0.005208rem solid #E4E7ED;
}

.el-tabs--right.el-tabs--card .el-tabs__item.is-right:first-child {
  border-left: 0.005208rem solid #E4E7ED;
  border-top: none;
}

.el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active {
  border: 0.005208rem solid #E4E7ED;
  border-left-color: #fff;
  border-right: none;
  border-bottom: none;
}

.el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active:first-child {
  border-top: none;
}

.el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active:last-child {
  border-bottom: none;
}

.el-tabs--right.el-tabs--card .el-tabs__nav {
  border-radius: 0 0.020833rem 0.020833rem 0;
  border-bottom: 0.005208rem solid #E4E7ED;
  border-left: none;
}

.el-tabs--right.el-tabs--border-card .el-tabs__header.is-right {
  border-left: 0.005208rem solid #dfe4ed;
}

.el-tabs--right.el-tabs--border-card .el-tabs__item.is-right {
  border: 0.005208rem solid transparent;
  margin: -0.005208rem -0.005208rem -0.005208rem 0;
}

.el-tabs--right.el-tabs--border-card .el-tabs__item.is-right.is-active {
  border-color: #d1dbe5 transparent;
}

.slideInLeft-transition,
.slideInRight-transition {
  display: inline-block;
}

.slideInRight-enter {
  -webkit-animation: slideInRight-enter .3s;
  animation: slideInRight-enter .3s;
}

.slideInRight-leave {
  position: absolute;
  left: 0;
  right: 0;
  -webkit-animation: slideInRight-leave .3s;
  animation: slideInRight-leave .3s;
}

.slideInLeft-enter {
  -webkit-animation: slideInLeft-enter .3s;
  animation: slideInLeft-enter .3s;
}

.slideInLeft-leave {
  position: absolute;
  left: 0;
  right: 0;
  -webkit-animation: slideInLeft-leave .3s;
  animation: slideInLeft-leave .3s;
}

@-webkit-keyframes slideInRight-enter {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  to {
    opacity: 1;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight-enter {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  to {
    opacity: 1;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes slideInRight-leave {
  0% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
}

@keyframes slideInRight-leave {
  0% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
}

@-webkit-keyframes slideInLeft-enter {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  to {
    opacity: 1;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft-enter {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  to {
    opacity: 1;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes slideInLeft-leave {
  0% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
}

@keyframes slideInLeft-leave {
  0% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
}

.el-tree {
  position: relative;
  cursor: default;
  background: #FFF;
  color: #606266;
}

.el-tree__empty-block {
  position: relative;
  min-height: 0.3125rem;
  text-align: center;
  width: 100%;
  height: 100%;
}

.el-tree__empty-text {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  color: #909399;
}

.el-tree__drop-indicator {
  position: absolute;
  left: 0;
  right: 0;
  height: 0.005208rem;
  background-color: #409EFF;
}

.el-tree-node {
  white-space: nowrap;
  outline: 0;
}

.el-tree-node:focus>.el-tree-node__content {
  background-color: #F5F7FA;
}

.el-tree-node.is-drop-inner>.el-tree-node__content .el-tree-node__label {
  background-color: #409EFF;
  color: #fff;
}

.el-tree-node__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 0.135417rem;
  cursor: pointer;
}

.el-tree-node__content>.el-tree-node__expand-icon {
  padding: 0.03125rem;
}

.el-tree-node__content>label.el-checkbox {
  margin-right: 0.041667rem;
}

.el-tree-node__content:hover {
  background-color: #F5F7FA;
}

.el-tree.is-dragging .el-tree-node__content {
  cursor: move;
}

.el-tree.is-dragging.is-drop-not-allow .el-tree-node__content {
  cursor: not-allowed;
}

.el-tree-node__expand-icon {
  cursor: pointer;
  color: #C0C4CC;
  font-size: 0.0625rem;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
}

.el-tree-node__expand-icon.expanded {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.el-tree-node__expand-icon.is-leaf {
  color: transparent;
  cursor: default;
}

.el-tree-node__label {
  font-size: 0.072917rem;
}

.el-tree-node__loading-icon {
  margin-right: 0.041667rem;
  font-size: 0.072917rem;
  color: #C0C4CC;
}

.el-tree-node>.el-tree-node__children {
  overflow: hidden;
  background-color: transparent;
}

.el-tree-node.is-expanded>.el-tree-node__children {
  display: block;
}

.el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content {
  background-color: #f0f7ff;
}

.el-alert {
  width: 100%;
  padding: 0.041667rem 0.083333rem;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0.020833rem;
  position: relative;
  background-color: #FFF;
  overflow: hidden;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.el-alert.is-light .el-alert__closebtn {
  color: #C0C4CC;
}

.el-alert.is-dark .el-alert__closebtn,
.el-alert.is-dark .el-alert__description {
  color: #FFF;
}

.el-alert.is-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.el-alert--success.is-light {
  background-color: #f0f9eb;
  color: #67C23A;
}

.el-alert--success.is-light .el-alert__description {
  color: #67C23A;
}

.el-alert--success.is-dark {
  background-color: #67C23A;
  color: #FFF;
}

.el-alert--info.is-light {
  background-color: #f4f4f5;
  color: #909399;
}

.el-alert--info.is-dark {
  background-color: #909399;
  color: #FFF;
}

.el-alert--info .el-alert__description {
  color: #909399;
}

.el-alert--warning.is-light {
  background-color: #fdf6ec;
  color: #E6A23C;
}

.el-alert--warning.is-light .el-alert__description {
  color: #E6A23C;
}

.el-alert--warning.is-dark {
  background-color: #E6A23C;
  color: #FFF;
}

.el-alert--error.is-light {
  background-color: #fef0f0;
  color: #F56C6C;
}

.el-alert--error.is-light .el-alert__description {
  color: #F56C6C;
}

.el-alert--error.is-dark {
  background-color: #F56C6C;
  color: #FFF;
}

.el-alert__content {
  display: table-cell;
  padding: 0 0.041667rem;
}

.el-alert__icon {
  font-size: 0.083333rem;
  width: 0.083333rem;
}

.el-alert__icon.is-big {
  font-size: 0.145833rem;
  width: 0.145833rem;
}

.el-alert__title {
  font-size: 0.067708rem;
  line-height: 0.09375rem;
}

.el-alert__title.is-bold {
  font-weight: 700;
}

.el-alert .el-alert__description {
  font-size: 0.0625rem;
  margin: 0.026042rem 0 0;
}

.el-alert__closebtn {
  font-size: 0.0625rem;
  opacity: 1;
  position: absolute;
  top: 0.0625rem;
  right: 0.078125rem;
  cursor: pointer;
}

.el-alert-fade-enter,
.el-alert-fade-leave-active,
.el-loading-fade-enter,
.el-loading-fade-leave-active,
.el-notification-fade-leave-active {
  opacity: 0;
}

.el-alert__closebtn.is-customed {
  font-style: normal;
  font-size: 0.067708rem;
  top: 0.046875rem;
}

.el-notification {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1.71875rem;
  padding: 0.072917rem 0.135417rem 0.072917rem 0.067708rem;
  border-radius: 0.041667rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0.005208rem solid #EBEEF5;
  position: fixed;
  background-color: #FFF;
  -webkit-box-shadow: 0 0.010417rem 0.0625rem 0 rgba(0,0,0,.1);
  box-shadow: 0 0.010417rem 0.0625rem 0 rgba(0,0,0,.1);
  -webkit-transition: opacity .3s,left .3s,right .3s,top .4s,bottom .3s,-webkit-transform .3s;
  transition: opacity .3s,left .3s,right .3s,top .4s,bottom .3s,-webkit-transform .3s;
  transition: opacity .3s,transform .3s,left .3s,right .3s,top .4s,bottom .3s;
  transition: opacity .3s,transform .3s,left .3s,right .3s,top .4s,bottom .3s,-webkit-transform .3s;
  overflow: hidden;
}

.el-notification.right {
  right: 0.083333rem;
}

.el-notification.left {
  left: 0.083333rem;
}

.el-notification__group {
  margin-left: 0.067708rem;
  margin-right: 0.041667rem;
}

.el-notification__title {
  font-weight: 700;
  font-size: 0.083333rem;
  color: #303133;
  margin: 0;
}

.el-notification__content {
  font-size: 0.072917rem;
  line-height: 0.109375rem;
  margin: 0.03125rem 0 0;
  color: #606266;
  text-align: justify;
}

.el-notification__content p {
  margin: 0;
}

.el-notification__icon {
  height: 0.125rem;
  width: 0.125rem;
  font-size: 0.125rem;
}

.el-notification__closeBtn {
  position: absolute;
  top: 0.09375rem;
  right: 0.078125rem;
  cursor: pointer;
  color: #909399;
  font-size: 0.083333rem;
}

.el-notification__closeBtn:hover {
  color: #606266;
}

.el-notification .el-icon-success {
  color: #67C23A;
}

.el-notification .el-icon-error {
  color: #F56C6C;
}

.el-notification .el-icon-info {
  color: #909399;
}

.el-notification .el-icon-warning {
  color: #E6A23C;
}

.el-notification-fade-enter.right {
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.el-notification-fade-enter.left {
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.el-input-number {
  position: relative;
  display: inline-block;
  width: 0.9375rem;
  line-height: 0.197917rem;
}

.el-input-number .el-input {
  display: block;
}

.el-input-number .el-input__inner {
  -webkit-appearance: none;
  padding-left: 0.260417rem;
  padding-right: 0.260417rem;
  text-align: center;
}

.el-input-number__decrease,
.el-input-number__increase {
  position: absolute;
  z-index: 1;
  top: 0.005208rem;
  width: 0.208333rem;
  height: auto;
  text-align: center;
  background: #F5F7FA;
  color: #606266;
  cursor: pointer;
  font-size: 0.067708rem;
}

.el-input-number__decrease:hover,
.el-input-number__increase:hover {
  color: #409EFF;
}

.el-input-number__decrease:hover:not(.is-disabled)~.el-input .el-input__inner:not(.is-disabled),
.el-input-number__increase:hover:not(.is-disabled)~.el-input .el-input__inner:not(.is-disabled) {
  border-color: #409EFF;
}

.el-input-number__decrease.is-disabled,
.el-input-number__increase.is-disabled {
  color: #C0C4CC;
  cursor: not-allowed;
}

.el-input-number__increase {
  right: 0.005208rem;
  border-radius: 0 0.020833rem 0.020833rem 0;
  border-left: 0.005208rem solid #DCDFE6;
}

.el-input-number__decrease {
  left: 0.005208rem;
  border-radius: 0.020833rem 0 0 0.020833rem;
  border-right: 0.005208rem solid #DCDFE6;
}

.el-input-number.is-disabled .el-input-number__decrease,
.el-input-number.is-disabled .el-input-number__increase {
  border-color: #E4E7ED;
  color: #E4E7ED;
}

.el-input-number.is-disabled .el-input-number__decrease:hover,
.el-input-number.is-disabled .el-input-number__increase:hover {
  color: #E4E7ED;
  cursor: not-allowed;
}

.el-input-number--medium {
  width: 1.041667rem;
  line-height: 0.177083rem;
}

.el-input-number--medium .el-input-number__decrease,
.el-input-number--medium .el-input-number__increase {
  width: 0.1875rem;
  font-size: 0.072917rem;
}

.el-input-number--medium .el-input__inner {
  padding-left: 0.223958rem;
  padding-right: 0.223958rem;
}

.el-input-number--small {
  width: 0.677083rem;
  line-height: 0.15625rem;
}

.el-input-number--small .el-input-number__decrease,
.el-input-number--small .el-input-number__increase {
  width: 0.166667rem;
  font-size: 0.067708rem;
}

.el-input-number--small .el-input-number__decrease [class*=el-icon],
.el-input-number--small .el-input-number__increase [class*=el-icon] {
  -webkit-transform: scale(.9);
  transform: scale(.9);
}

.el-input-number--small .el-input__inner {
  padding-left: 0.203125rem;
  padding-right: 0.203125rem;
}

.el-input-number--mini {
  width: 0.677083rem;
  line-height: 0.135417rem;
}

.el-input-number--mini .el-input-number__decrease,
.el-input-number--mini .el-input-number__increase {
  width: 0.145833rem;
  font-size: 0.0625rem;
}

.el-input-number--mini .el-input-number__decrease [class*=el-icon],
.el-input-number--mini .el-input-number__increase [class*=el-icon] {
  -webkit-transform: scale(.8);
  transform: scale(.8);
}

.el-input-number--mini .el-input__inner {
  padding-left: 0.182292rem;
  padding-right: 0.182292rem;
}

.el-input-number.is-without-controls .el-input__inner {
  padding-left: 0.078125rem;
  padding-right: 0.078125rem;
}

.el-input-number.is-controls-right .el-input__inner {
  padding-left: 0.078125rem;
  padding-right: 0.260417rem;
}

.el-input-number.is-controls-right .el-input-number__decrease,
.el-input-number.is-controls-right .el-input-number__increase {
  height: auto;
  line-height: 0.098958rem;
}

.el-input-number.is-controls-right .el-input-number__decrease [class*=el-icon],
.el-input-number.is-controls-right .el-input-number__increase [class*=el-icon] {
  -webkit-transform: scale(.8);
  transform: scale(.8);
}

.el-input-number.is-controls-right .el-input-number__increase {
  border-radius: 0 0.020833rem 0 0;
  border-bottom: 0.005208rem solid #DCDFE6;
}

.el-input-number.is-controls-right .el-input-number__decrease {
  right: 0.005208rem;
  bottom: 0.005208rem;
  top: auto;
  left: auto;
  border-right: none;
  border-left: 0.005208rem solid #DCDFE6;
  border-radius: 0 0 0.020833rem;
}

.el-input-number.is-controls-right[class*=medium] [class*=decrease],
.el-input-number.is-controls-right[class*=medium] [class*=increase] {
  line-height: 0.088542rem;
}

.el-input-number.is-controls-right[class*=small] [class*=decrease],
.el-input-number.is-controls-right[class*=small] [class*=increase] {
  line-height: 0.078125rem;
}

.el-input-number.is-controls-right[class*=mini] [class*=decrease],
.el-input-number.is-controls-right[class*=mini] [class*=increase] {
  line-height: 0.067708rem;
}

.el-tooltip__popper {
  position: absolute;
  border-radius: 0.020833rem;
  padding: 0.052083rem;
  z-index: 2000;
  font-size: 0.0625rem;
  line-height: 1.2;
  min-width: 0.052083rem;
  word-wrap: break-word;
}

.el-tooltip__popper .popper__arrow,
.el-tooltip__popper .popper__arrow::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.el-tooltip__popper .popper__arrow {
  border-width: 0.03125rem;
}

.el-tooltip__popper .popper__arrow::after {
  content: " ";
  border-width: 0.026042rem;
}

.el-progress-bar__inner::after,
.el-row::after,
.el-row::before,
.el-slider::after,
.el-slider::before,
.el-slider__button-wrapper::after,
.el-upload-cover::after {
  content: "";
}

.el-tooltip__popper[x-placement^=top] {
  margin-bottom: 0.0625rem;
}

.el-tooltip__popper[x-placement^=top] .popper__arrow {
  bottom: -0.03125rem;
  border-top-color: #303133;
  border-bottom-width: 0;
}

.el-tooltip__popper[x-placement^=top] .popper__arrow::after {
  bottom: 0.005208rem;
  margin-left: -0.026042rem;
  border-top-color: #303133;
  border-bottom-width: 0;
}

.el-tooltip__popper[x-placement^=bottom] {
  margin-top: 0.0625rem;
}

.el-tooltip__popper[x-placement^=bottom] .popper__arrow {
  top: -0.03125rem;
  border-top-width: 0;
  border-bottom-color: #303133;
}

.el-tooltip__popper[x-placement^=bottom] .popper__arrow::after {
  top: 0.005208rem;
  margin-left: -0.026042rem;
  border-top-width: 0;
  border-bottom-color: #303133;
}

.el-tooltip__popper[x-placement^=right] {
  margin-left: 0.0625rem;
}

.el-tooltip__popper[x-placement^=right] .popper__arrow {
  left: -0.03125rem;
  border-right-color: #303133;
  border-left-width: 0;
}

.el-tooltip__popper[x-placement^=right] .popper__arrow::after {
  bottom: -0.026042rem;
  left: 0.005208rem;
  border-right-color: #303133;
  border-left-width: 0;
}

.el-tooltip__popper[x-placement^=left] {
  margin-right: 0.0625rem;
}

.el-tooltip__popper[x-placement^=left] .popper__arrow {
  right: -0.03125rem;
  border-right-width: 0;
  border-left-color: #303133;
}

.el-tooltip__popper[x-placement^=left] .popper__arrow::after {
  right: 0.005208rem;
  bottom: -0.026042rem;
  margin-left: -0.026042rem;
  border-right-width: 0;
  border-left-color: #303133;
}

.el-tooltip__popper.is-dark {
  background: #303133;
  color: #FFF;
}

.el-tooltip__popper.is-light {
  background: #FFF;
  border: 0.005208rem solid #303133;
}

.el-tooltip__popper.is-light[x-placement^=top] .popper__arrow {
  border-top-color: #303133;
}

.el-tooltip__popper.is-light[x-placement^=top] .popper__arrow::after {
  border-top-color: #FFF;
}

.el-tooltip__popper.is-light[x-placement^=bottom] .popper__arrow {
  border-bottom-color: #303133;
}

.el-tooltip__popper.is-light[x-placement^=bottom] .popper__arrow::after {
  border-bottom-color: #FFF;
}

.el-tooltip__popper.is-light[x-placement^=left] .popper__arrow {
  border-left-color: #303133;
}

.el-tooltip__popper.is-light[x-placement^=left] .popper__arrow::after {
  border-left-color: #FFF;
}

.el-tooltip__popper.is-light[x-placement^=right] .popper__arrow {
  border-right-color: #303133;
}

.el-tooltip__popper.is-light[x-placement^=right] .popper__arrow::after {
  border-right-color: #FFF;
}

.el-slider::after,
.el-slider::before {
  display: table;
}

.el-slider__button-wrapper .el-tooltip,
.el-slider__button-wrapper::after {
  vertical-align: middle;
  display: inline-block;
}

.el-slider::after {
  clear: both;
}

.el-slider__runway {
  width: 100%;
  height: 0.03125rem;
  margin: 0.083333rem 0;
  background-color: #E4E7ED;
  border-radius: 0.015625rem;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
}

.el-slider__runway.show-input {
  margin-right: 0.833333rem;
  width: auto;
}

.el-slider__runway.disabled {
  cursor: default;
}

.el-slider__runway.disabled .el-slider__bar {
  background-color: #C0C4CC;
}

.el-slider__runway.disabled .el-slider__button {
  border-color: #C0C4CC;
}

.el-slider__runway.disabled .el-slider__button-wrapper.dragging,
.el-slider__runway.disabled .el-slider__button-wrapper.hover,
.el-slider__runway.disabled .el-slider__button-wrapper:hover {
  cursor: not-allowed;
}

.el-slider__runway.disabled .el-slider__button.dragging,
.el-slider__runway.disabled .el-slider__button.hover,
.el-slider__runway.disabled .el-slider__button:hover {
  -webkit-transform: scale(1);
  transform: scale(1);
  cursor: not-allowed;
}

.el-slider__button-wrapper,
.el-slider__stop {
  -webkit-transform: translateX(-50%);
  position: absolute;
}

.el-slider__input {
  float: right;
  margin-top: 0.015625rem;
  width: 0.677083rem;
}

.el-slider__input.el-input-number--mini {
  margin-top: 0.026042rem;
}

.el-slider__input.el-input-number--medium {
  margin-top: 0;
}

.el-slider__input.el-input-number--large {
  margin-top: -0.010417rem;
}

.el-slider__bar {
  height: 0.03125rem;
  background-color: #409EFF;
  border-top-left-radius: 0.015625rem;
  border-bottom-left-radius: 0.015625rem;
  position: absolute;
}

.el-slider__button-wrapper {
  height: 0.1875rem;
  width: 0.1875rem;
  z-index: 1001;
  top: -0.078125rem;
  transform: translateX(-50%);
  background-color: transparent;
  text-align: center;
  -moz-user-select: none;
  user-select: none;
  line-height: normal;
}

.el-slider__button,
.el-step__icon-inner {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.el-slider__button-wrapper::after {
  height: 100%;
}

.el-slider__button-wrapper.hover,
.el-slider__button-wrapper:hover {
  cursor: -webkit-grab;
  cursor: grab;
}

.el-slider__button-wrapper.dragging {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.el-slider__button {
  width: 0.083333rem;
  height: 0.083333rem;
  border: 0.010417rem solid #409EFF;
  background-color: #FFF;
  border-radius: 50%;
  -webkit-transition: .2s;
  transition: .2s;
  user-select: none;
}

.el-slider__button.dragging,
.el-slider__button.hover,
.el-slider__button:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.el-slider__button.hover,
.el-slider__button:hover {
  cursor: -webkit-grab;
  cursor: grab;
}

.el-slider__button.dragging {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.el-slider__stop {
  height: 0.03125rem;
  width: 0.03125rem;
  border-radius: 100%;
  background-color: #FFF;
  transform: translateX(-50%);
}

.el-slider__marks {
  top: 0;
  left: 0.0625rem;
  width: 0.09375rem;
  height: 100%;
}

.el-slider__marks-text {
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 0.072917rem;
  color: #909399;
  margin-top: 0.078125rem;
}

.el-slider.is-vertical {
  position: relative;
}

.el-slider.is-vertical .el-slider__runway {
  width: 0.03125rem;
  height: 100%;
  margin: 0 0.083333rem;
}

.el-slider.is-vertical .el-slider__bar {
  width: 0.03125rem;
  height: auto;
  border-radius: 0 0 0.015625rem 0.015625rem;
}

.el-slider.is-vertical .el-slider__button-wrapper {
  top: auto;
  left: -0.078125rem;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.el-slider.is-vertical .el-slider__stop {
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.el-slider.is-vertical.el-slider--with-input {
  padding-bottom: 0.302083rem;
}

.el-slider.is-vertical.el-slider--with-input .el-slider__input {
  overflow: visible;
  float: none;
  position: absolute;
  bottom: 0.114583rem;
  width: 0.1875rem;
  margin-top: 0.078125rem;
}

.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input__inner {
  text-align: center;
  padding-left: 0.026042rem;
  padding-right: 0.026042rem;
}

.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__decrease,
.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__increase {
  top: 0.166667rem;
  margin-top: -0.005208rem;
  border: 0.005208rem solid #DCDFE6;
  line-height: 0.104167rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
  transition: border-color .2s cubic-bezier(.645,.045,.355,1);
}

.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__decrease {
  width: 0.09375rem;
  right: 0.09375rem;
  border-bottom-left-radius: 0.020833rem;
}

.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__increase {
  width: 0.098958rem;
  border-bottom-right-radius: 0.020833rem;
}

.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__increase~.el-input .el-input__inner {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.el-slider.is-vertical.el-slider--with-input .el-slider__input:hover .el-input-number__decrease,
.el-slider.is-vertical.el-slider--with-input .el-slider__input:hover .el-input-number__increase {
  border-color: #C0C4CC;
}

.el-slider.is-vertical.el-slider--with-input .el-slider__input:active .el-input-number__decrease,
.el-slider.is-vertical.el-slider--with-input .el-slider__input:active .el-input-number__increase {
  border-color: #409EFF;
}

.el-slider.is-vertical .el-slider__marks-text {
  margin-top: 0;
  left: 0.078125rem;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.el-loading-parent--relative {
  position: relative!important;
}

.el-loading-parent--hidden {
  overflow: hidden!important;
}

.el-loading-mask {
  position: absolute;
  z-index: 2000;
  background-color: rgba(255,255,255,.9);
  margin: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.el-loading-mask.is-fullscreen {
  position: fixed;
}

.el-loading-mask.is-fullscreen .el-loading-spinner {
  margin-top: -0.130208rem;
}

.el-loading-mask.is-fullscreen .el-loading-spinner .circular {
  height: 0.260417rem;
  width: 0.260417rem;
}

.el-loading-spinner {
  top: 50%;
  margin-top: -0.109375rem;
  width: 100%;
  text-align: center;
  position: absolute;
}

.el-col-pull-0,
.el-col-pull-1,
.el-col-pull-10,
.el-col-pull-11,
.el-col-pull-13,
.el-col-pull-14,
.el-col-pull-15,
.el-col-pull-16,
.el-col-pull-17,
.el-col-pull-18,
.el-col-pull-19,
.el-col-pull-2,
.el-col-pull-20,
.el-col-pull-21,
.el-col-pull-22,
.el-col-pull-23,
.el-col-pull-24,
.el-col-pull-3,
.el-col-pull-4,
.el-col-pull-5,
.el-col-pull-6,
.el-col-pull-7,
.el-col-pull-8,
.el-col-pull-9,
.el-col-push-0,
.el-col-push-1,
.el-col-push-10,
.el-col-push-11,
.el-col-push-12,
.el-col-push-13,
.el-col-push-14,
.el-col-push-15,
.el-col-push-16,
.el-col-push-17,
.el-col-push-18,
.el-col-push-19,
.el-col-push-2,
.el-col-push-20,
.el-col-push-21,
.el-col-push-22,
.el-col-push-23,
.el-col-push-24,
.el-col-push-3,
.el-col-push-4,
.el-col-push-5,
.el-col-push-6,
.el-col-push-7,
.el-col-push-8,
.el-col-push-9,
.el-row {
  position: relative;
}

.el-loading-spinner .el-loading-text {
  color: #409EFF;
  margin: 0.015625rem 0;
  font-size: 0.072917rem;
}

.el-loading-spinner .circular {
  height: 0.21875rem;
  width: 0.21875rem;
  -webkit-animation: loading-rotate 2s linear infinite;
  animation: loading-rotate 2s linear infinite;
}

.el-loading-spinner .path {
  -webkit-animation: loading-dash 1.5s ease-in-out infinite;
  animation: loading-dash 1.5s ease-in-out infinite;
  stroke-dasharray: 90,150;
  stroke-dashoffset: 0;
  stroke-width: 2;
  stroke: #409EFF;
  stroke-linecap: round;
}

.el-loading-spinner i {
  color: #409EFF;
}

@-webkit-keyframes loading-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loading-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loading-dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 90,150;
    stroke-dashoffset: -0.208333rem;
  }

  100% {
    stroke-dasharray: 90,150;
    stroke-dashoffset: -0.625rem;
  }
}

@keyframes loading-dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 90,150;
    stroke-dashoffset: -0.208333rem;
  }

  100% {
    stroke-dasharray: 90,150;
    stroke-dashoffset: -0.625rem;
  }
}

.el-row {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.el-row::after,
.el-row::before {
  display: table;
}

.el-row::after {
  clear: both;
}

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

.el-col-0,
.el-row--flex:after,
.el-row--flex:before {
  display: none;
}

.el-row--flex.is-justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.el-row--flex.is-justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.el-row--flex.is-justify-space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.el-row--flex.is-justify-space-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.el-row--flex.is-align-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.el-row--flex.is-align-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

[class*=el-col-] {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.el-upload--picture-card,
.el-upload-dragger {
  -webkit-box-sizing: border-box;
  cursor: pointer;
}

.el-col-0 {
  width: 0%;
}

.el-col-offset-0 {
  margin-left: 0;
}

.el-col-pull-0 {
  right: 0;
}

.el-col-push-0 {
  left: 0;
}

.el-col-1 {
  width: 4.16667%;
}

.el-col-offset-1 {
  margin-left: 4.16667%;
}

.el-col-pull-1 {
  right: 4.16667%;
}

.el-col-push-1 {
  left: 4.16667%;
}

.el-col-2 {
  width: 8.33333%;
}

.el-col-offset-2 {
  margin-left: 8.33333%;
}

.el-col-pull-2 {
  right: 8.33333%;
}

.el-col-push-2 {
  left: 8.33333%;
}

.el-col-3 {
  width: 12.5%;
}

.el-col-offset-3 {
  margin-left: 12.5%;
}

.el-col-pull-3 {
  right: 12.5%;
}

.el-col-push-3 {
  left: 12.5%;
}

.el-col-4 {
  width: 16.66667%;
}

.el-col-offset-4 {
  margin-left: 16.66667%;
}

.el-col-pull-4 {
  right: 16.66667%;
}

.el-col-push-4 {
  left: 16.66667%;
}

.el-col-5 {
  width: 20.83333%;
}

.el-col-offset-5 {
  margin-left: 20.83333%;
}

.el-col-pull-5 {
  right: 20.83333%;
}

.el-col-push-5 {
  left: 20.83333%;
}

.el-col-6 {
  width: 25%;
}

.el-col-offset-6 {
  margin-left: 25%;
}

.el-col-pull-6 {
  right: 25%;
}

.el-col-push-6 {
  left: 25%;
}

.el-col-7 {
  width: 29.16667%;
}

.el-col-offset-7 {
  margin-left: 29.16667%;
}

.el-col-pull-7 {
  right: 29.16667%;
}

.el-col-push-7 {
  left: 29.16667%;
}

.el-col-8 {
  width: 33.33333%;
}

.el-col-offset-8 {
  margin-left: 33.33333%;
}

.el-col-pull-8 {
  right: 33.33333%;
}

.el-col-push-8 {
  left: 33.33333%;
}

.el-col-9 {
  width: 37.5%;
}

.el-col-offset-9 {
  margin-left: 37.5%;
}

.el-col-pull-9 {
  right: 37.5%;
}

.el-col-push-9 {
  left: 37.5%;
}

.el-col-10 {
  width: 41.66667%;
}

.el-col-offset-10 {
  margin-left: 41.66667%;
}

.el-col-pull-10 {
  right: 41.66667%;
}

.el-col-push-10 {
  left: 41.66667%;
}

.el-col-11 {
  width: 45.83333%;
}

.el-col-offset-11 {
  margin-left: 45.83333%;
}

.el-col-pull-11 {
  right: 45.83333%;
}

.el-col-push-11 {
  left: 45.83333%;
}

.el-col-12 {
  width: 50%;
}

.el-col-offset-12 {
  margin-left: 50%;
}

.el-col-pull-12 {
  position: relative;
  right: 50%;
}

.el-col-push-12 {
  left: 50%;
}

.el-col-13 {
  width: 54.16667%;
}

.el-col-offset-13 {
  margin-left: 54.16667%;
}

.el-col-pull-13 {
  right: 54.16667%;
}

.el-col-push-13 {
  left: 54.16667%;
}

.el-col-14 {
  width: 58.33333%;
}

.el-col-offset-14 {
  margin-left: 58.33333%;
}

.el-col-pull-14 {
  right: 58.33333%;
}

.el-col-push-14 {
  left: 58.33333%;
}

.el-col-15 {
  width: 62.5%;
}

.el-col-offset-15 {
  margin-left: 62.5%;
}

.el-col-pull-15 {
  right: 62.5%;
}

.el-col-push-15 {
  left: 62.5%;
}

.el-col-16 {
  width: 66.66667%;
}

.el-col-offset-16 {
  margin-left: 66.66667%;
}

.el-col-pull-16 {
  right: 66.66667%;
}

.el-col-push-16 {
  left: 66.66667%;
}

.el-col-17 {
  width: 70.83333%;
}

.el-col-offset-17 {
  margin-left: 70.83333%;
}

.el-col-pull-17 {
  right: 70.83333%;
}

.el-col-push-17 {
  left: 70.83333%;
}

.el-col-18 {
  width: 75%;
}

.el-col-offset-18 {
  margin-left: 75%;
}

.el-col-pull-18 {
  right: 75%;
}

.el-col-push-18 {
  left: 75%;
}

.el-col-19 {
  width: 79.16667%;
}

.el-col-offset-19 {
  margin-left: 79.16667%;
}

.el-col-pull-19 {
  right: 79.16667%;
}

.el-col-push-19 {
  left: 79.16667%;
}

.el-col-20 {
  width: 83.33333%;
}

.el-col-offset-20 {
  margin-left: 83.33333%;
}

.el-col-pull-20 {
  right: 83.33333%;
}

.el-col-push-20 {
  left: 83.33333%;
}

.el-col-21 {
  width: 87.5%;
}

.el-col-offset-21 {
  margin-left: 87.5%;
}

.el-col-pull-21 {
  right: 87.5%;
}

.el-col-push-21 {
  left: 87.5%;
}

.el-col-22 {
  width: 91.66667%;
}

.el-col-offset-22 {
  margin-left: 91.66667%;
}

.el-col-pull-22 {
  right: 91.66667%;
}

.el-col-push-22 {
  left: 91.66667%;
}

.el-col-23 {
  width: 95.83333%;
}

.el-col-offset-23 {
  margin-left: 95.83333%;
}

.el-col-pull-23 {
  right: 95.83333%;
}

.el-col-push-23 {
  left: 95.83333%;
}

.el-col-24 {
  width: 100%;
}

.el-col-offset-24 {
  margin-left: 100%;
}

.el-col-pull-24 {
  right: 100%;
}

.el-col-push-24 {
  left: 100%;
}

@media only screen and (max-width:767px) {
  .el-col-xs-0 {
    display: none;
    width: 0%;
  }

  .el-col-xs-offset-0 {
    margin-left: 0;
  }

  .el-col-xs-pull-0 {
    position: relative;
    right: 0;
  }

  .el-col-xs-push-0 {
    position: relative;
    left: 0;
  }

  .el-col-xs-1 {
    width: 4.16667%;
  }

  .el-col-xs-offset-1 {
    margin-left: 4.16667%;
  }

  .el-col-xs-pull-1 {
    position: relative;
    right: 4.16667%;
  }

  .el-col-xs-push-1 {
    position: relative;
    left: 4.16667%;
  }

  .el-col-xs-2 {
    width: 8.33333%;
  }

  .el-col-xs-offset-2 {
    margin-left: 8.33333%;
  }

  .el-col-xs-pull-2 {
    position: relative;
    right: 8.33333%;
  }

  .el-col-xs-push-2 {
    position: relative;
    left: 8.33333%;
  }

  .el-col-xs-3 {
    width: 12.5%;
  }

  .el-col-xs-offset-3 {
    margin-left: 12.5%;
  }

  .el-col-xs-pull-3 {
    position: relative;
    right: 12.5%;
  }

  .el-col-xs-push-3 {
    position: relative;
    left: 12.5%;
  }

  .el-col-xs-4 {
    width: 16.66667%;
  }

  .el-col-xs-offset-4 {
    margin-left: 16.66667%;
  }

  .el-col-xs-pull-4 {
    position: relative;
    right: 16.66667%;
  }

  .el-col-xs-push-4 {
    position: relative;
    left: 16.66667%;
  }

  .el-col-xs-5 {
    width: 20.83333%;
  }

  .el-col-xs-offset-5 {
    margin-left: 20.83333%;
  }

  .el-col-xs-pull-5 {
    position: relative;
    right: 20.83333%;
  }

  .el-col-xs-push-5 {
    position: relative;
    left: 20.83333%;
  }

  .el-col-xs-6 {
    width: 25%;
  }

  .el-col-xs-offset-6 {
    margin-left: 25%;
  }

  .el-col-xs-pull-6 {
    position: relative;
    right: 25%;
  }

  .el-col-xs-push-6 {
    position: relative;
    left: 25%;
  }

  .el-col-xs-7 {
    width: 29.16667%;
  }

  .el-col-xs-offset-7 {
    margin-left: 29.16667%;
  }

  .el-col-xs-pull-7 {
    position: relative;
    right: 29.16667%;
  }

  .el-col-xs-push-7 {
    position: relative;
    left: 29.16667%;
  }

  .el-col-xs-8 {
    width: 33.33333%;
  }

  .el-col-xs-offset-8 {
    margin-left: 33.33333%;
  }

  .el-col-xs-pull-8 {
    position: relative;
    right: 33.33333%;
  }

  .el-col-xs-push-8 {
    position: relative;
    left: 33.33333%;
  }

  .el-col-xs-9 {
    width: 37.5%;
  }

  .el-col-xs-offset-9 {
    margin-left: 37.5%;
  }

  .el-col-xs-pull-9 {
    position: relative;
    right: 37.5%;
  }

  .el-col-xs-push-9 {
    position: relative;
    left: 37.5%;
  }

  .el-col-xs-10 {
    width: 41.66667%;
  }

  .el-col-xs-offset-10 {
    margin-left: 41.66667%;
  }

  .el-col-xs-pull-10 {
    position: relative;
    right: 41.66667%;
  }

  .el-col-xs-push-10 {
    position: relative;
    left: 41.66667%;
  }

  .el-col-xs-11 {
    width: 45.83333%;
  }

  .el-col-xs-offset-11 {
    margin-left: 45.83333%;
  }

  .el-col-xs-pull-11 {
    position: relative;
    right: 45.83333%;
  }

  .el-col-xs-push-11 {
    position: relative;
    left: 45.83333%;
  }

  .el-col-xs-12 {
    width: 50%;
  }

  .el-col-xs-offset-12 {
    margin-left: 50%;
  }

  .el-col-xs-pull-12 {
    position: relative;
    right: 50%;
  }

  .el-col-xs-push-12 {
    position: relative;
    left: 50%;
  }

  .el-col-xs-13 {
    width: 54.16667%;
  }

  .el-col-xs-offset-13 {
    margin-left: 54.16667%;
  }

  .el-col-xs-pull-13 {
    position: relative;
    right: 54.16667%;
  }

  .el-col-xs-push-13 {
    position: relative;
    left: 54.16667%;
  }

  .el-col-xs-14 {
    width: 58.33333%;
  }

  .el-col-xs-offset-14 {
    margin-left: 58.33333%;
  }

  .el-col-xs-pull-14 {
    position: relative;
    right: 58.33333%;
  }

  .el-col-xs-push-14 {
    position: relative;
    left: 58.33333%;
  }

  .el-col-xs-15 {
    width: 62.5%;
  }

  .el-col-xs-offset-15 {
    margin-left: 62.5%;
  }

  .el-col-xs-pull-15 {
    position: relative;
    right: 62.5%;
  }

  .el-col-xs-push-15 {
    position: relative;
    left: 62.5%;
  }

  .el-col-xs-16 {
    width: 66.66667%;
  }

  .el-col-xs-offset-16 {
    margin-left: 66.66667%;
  }

  .el-col-xs-pull-16 {
    position: relative;
    right: 66.66667%;
  }

  .el-col-xs-push-16 {
    position: relative;
    left: 66.66667%;
  }

  .el-col-xs-17 {
    width: 70.83333%;
  }

  .el-col-xs-offset-17 {
    margin-left: 70.83333%;
  }

  .el-col-xs-pull-17 {
    position: relative;
    right: 70.83333%;
  }

  .el-col-xs-push-17 {
    position: relative;
    left: 70.83333%;
  }

  .el-col-xs-18 {
    width: 75%;
  }

  .el-col-xs-offset-18 {
    margin-left: 75%;
  }

  .el-col-xs-pull-18 {
    position: relative;
    right: 75%;
  }

  .el-col-xs-push-18 {
    position: relative;
    left: 75%;
  }

  .el-col-xs-19 {
    width: 79.16667%;
  }

  .el-col-xs-offset-19 {
    margin-left: 79.16667%;
  }

  .el-col-xs-pull-19 {
    position: relative;
    right: 79.16667%;
  }

  .el-col-xs-push-19 {
    position: relative;
    left: 79.16667%;
  }

  .el-col-xs-20 {
    width: 83.33333%;
  }

  .el-col-xs-offset-20 {
    margin-left: 83.33333%;
  }

  .el-col-xs-pull-20 {
    position: relative;
    right: 83.33333%;
  }

  .el-col-xs-push-20 {
    position: relative;
    left: 83.33333%;
  }

  .el-col-xs-21 {
    width: 87.5%;
  }

  .el-col-xs-offset-21 {
    margin-left: 87.5%;
  }

  .el-col-xs-pull-21 {
    position: relative;
    right: 87.5%;
  }

  .el-col-xs-push-21 {
    position: relative;
    left: 87.5%;
  }

  .el-col-xs-22 {
    width: 91.66667%;
  }

  .el-col-xs-offset-22 {
    margin-left: 91.66667%;
  }

  .el-col-xs-pull-22 {
    position: relative;
    right: 91.66667%;
  }

  .el-col-xs-push-22 {
    position: relative;
    left: 91.66667%;
  }

  .el-col-xs-23 {
    width: 95.83333%;
  }

  .el-col-xs-offset-23 {
    margin-left: 95.83333%;
  }

  .el-col-xs-pull-23 {
    position: relative;
    right: 95.83333%;
  }

  .el-col-xs-push-23 {
    position: relative;
    left: 95.83333%;
  }

  .el-col-xs-24 {
    width: 100%;
  }

  .el-col-xs-offset-24 {
    margin-left: 100%;
  }

  .el-col-xs-pull-24 {
    position: relative;
    right: 100%;
  }

  .el-col-xs-push-24 {
    position: relative;
    left: 100%;
  }
}

@media only screen and (min-width:768px) {
  .el-col-sm-0 {
    display: none;
    width: 0%;
  }

  .el-col-sm-offset-0 {
    margin-left: 0;
  }

  .el-col-sm-pull-0 {
    position: relative;
    right: 0;
  }

  .el-col-sm-push-0 {
    position: relative;
    left: 0;
  }

  .el-col-sm-1 {
    width: 4.16667%;
  }

  .el-col-sm-offset-1 {
    margin-left: 4.16667%;
  }

  .el-col-sm-pull-1 {
    position: relative;
    right: 4.16667%;
  }

  .el-col-sm-push-1 {
    position: relative;
    left: 4.16667%;
  }

  .el-col-sm-2 {
    width: 8.33333%;
  }

  .el-col-sm-offset-2 {
    margin-left: 8.33333%;
  }

  .el-col-sm-pull-2 {
    position: relative;
    right: 8.33333%;
  }

  .el-col-sm-push-2 {
    position: relative;
    left: 8.33333%;
  }

  .el-col-sm-3 {
    width: 12.5%;
  }

  .el-col-sm-offset-3 {
    margin-left: 12.5%;
  }

  .el-col-sm-pull-3 {
    position: relative;
    right: 12.5%;
  }

  .el-col-sm-push-3 {
    position: relative;
    left: 12.5%;
  }

  .el-col-sm-4 {
    width: 16.66667%;
  }

  .el-col-sm-offset-4 {
    margin-left: 16.66667%;
  }

  .el-col-sm-pull-4 {
    position: relative;
    right: 16.66667%;
  }

  .el-col-sm-push-4 {
    position: relative;
    left: 16.66667%;
  }

  .el-col-sm-5 {
    width: 20.83333%;
  }

  .el-col-sm-offset-5 {
    margin-left: 20.83333%;
  }

  .el-col-sm-pull-5 {
    position: relative;
    right: 20.83333%;
  }

  .el-col-sm-push-5 {
    position: relative;
    left: 20.83333%;
  }

  .el-col-sm-6 {
    width: 25%;
  }

  .el-col-sm-offset-6 {
    margin-left: 25%;
  }

  .el-col-sm-pull-6 {
    position: relative;
    right: 25%;
  }

  .el-col-sm-push-6 {
    position: relative;
    left: 25%;
  }

  .el-col-sm-7 {
    width: 29.16667%;
  }

  .el-col-sm-offset-7 {
    margin-left: 29.16667%;
  }

  .el-col-sm-pull-7 {
    position: relative;
    right: 29.16667%;
  }

  .el-col-sm-push-7 {
    position: relative;
    left: 29.16667%;
  }

  .el-col-sm-8 {
    width: 33.33333%;
  }

  .el-col-sm-offset-8 {
    margin-left: 33.33333%;
  }

  .el-col-sm-pull-8 {
    position: relative;
    right: 33.33333%;
  }

  .el-col-sm-push-8 {
    position: relative;
    left: 33.33333%;
  }

  .el-col-sm-9 {
    width: 37.5%;
  }

  .el-col-sm-offset-9 {
    margin-left: 37.5%;
  }

  .el-col-sm-pull-9 {
    position: relative;
    right: 37.5%;
  }

  .el-col-sm-push-9 {
    position: relative;
    left: 37.5%;
  }

  .el-col-sm-10 {
    width: 41.66667%;
  }

  .el-col-sm-offset-10 {
    margin-left: 41.66667%;
  }

  .el-col-sm-pull-10 {
    position: relative;
    right: 41.66667%;
  }

  .el-col-sm-push-10 {
    position: relative;
    left: 41.66667%;
  }

  .el-col-sm-11 {
    width: 45.83333%;
  }

  .el-col-sm-offset-11 {
    margin-left: 45.83333%;
  }

  .el-col-sm-pull-11 {
    position: relative;
    right: 45.83333%;
  }

  .el-col-sm-push-11 {
    position: relative;
    left: 45.83333%;
  }

  .el-col-sm-12 {
    width: 50%;
  }

  .el-col-sm-offset-12 {
    margin-left: 50%;
  }

  .el-col-sm-pull-12 {
    position: relative;
    right: 50%;
  }

  .el-col-sm-push-12 {
    position: relative;
    left: 50%;
  }

  .el-col-sm-13 {
    width: 54.16667%;
  }

  .el-col-sm-offset-13 {
    margin-left: 54.16667%;
  }

  .el-col-sm-pull-13 {
    position: relative;
    right: 54.16667%;
  }

  .el-col-sm-push-13 {
    position: relative;
    left: 54.16667%;
  }

  .el-col-sm-14 {
    width: 58.33333%;
  }

  .el-col-sm-offset-14 {
    margin-left: 58.33333%;
  }

  .el-col-sm-pull-14 {
    position: relative;
    right: 58.33333%;
  }

  .el-col-sm-push-14 {
    position: relative;
    left: 58.33333%;
  }

  .el-col-sm-15 {
    width: 62.5%;
  }

  .el-col-sm-offset-15 {
    margin-left: 62.5%;
  }

  .el-col-sm-pull-15 {
    position: relative;
    right: 62.5%;
  }

  .el-col-sm-push-15 {
    position: relative;
    left: 62.5%;
  }

  .el-col-sm-16 {
    width: 66.66667%;
  }

  .el-col-sm-offset-16 {
    margin-left: 66.66667%;
  }

  .el-col-sm-pull-16 {
    position: relative;
    right: 66.66667%;
  }

  .el-col-sm-push-16 {
    position: relative;
    left: 66.66667%;
  }

  .el-col-sm-17 {
    width: 70.83333%;
  }

  .el-col-sm-offset-17 {
    margin-left: 70.83333%;
  }

  .el-col-sm-pull-17 {
    position: relative;
    right: 70.83333%;
  }

  .el-col-sm-push-17 {
    position: relative;
    left: 70.83333%;
  }

  .el-col-sm-18 {
    width: 75%;
  }

  .el-col-sm-offset-18 {
    margin-left: 75%;
  }

  .el-col-sm-pull-18 {
    position: relative;
    right: 75%;
  }

  .el-col-sm-push-18 {
    position: relative;
    left: 75%;
  }

  .el-col-sm-19 {
    width: 79.16667%;
  }

  .el-col-sm-offset-19 {
    margin-left: 79.16667%;
  }

  .el-col-sm-pull-19 {
    position: relative;
    right: 79.16667%;
  }

  .el-col-sm-push-19 {
    position: relative;
    left: 79.16667%;
  }

  .el-col-sm-20 {
    width: 83.33333%;
  }

  .el-col-sm-offset-20 {
    margin-left: 83.33333%;
  }

  .el-col-sm-pull-20 {
    position: relative;
    right: 83.33333%;
  }

  .el-col-sm-push-20 {
    position: relative;
    left: 83.33333%;
  }

  .el-col-sm-21 {
    width: 87.5%;
  }

  .el-col-sm-offset-21 {
    margin-left: 87.5%;
  }

  .el-col-sm-pull-21 {
    position: relative;
    right: 87.5%;
  }

  .el-col-sm-push-21 {
    position: relative;
    left: 87.5%;
  }

  .el-col-sm-22 {
    width: 91.66667%;
  }

  .el-col-sm-offset-22 {
    margin-left: 91.66667%;
  }

  .el-col-sm-pull-22 {
    position: relative;
    right: 91.66667%;
  }

  .el-col-sm-push-22 {
    position: relative;
    left: 91.66667%;
  }

  .el-col-sm-23 {
    width: 95.83333%;
  }

  .el-col-sm-offset-23 {
    margin-left: 95.83333%;
  }

  .el-col-sm-pull-23 {
    position: relative;
    right: 95.83333%;
  }

  .el-col-sm-push-23 {
    position: relative;
    left: 95.83333%;
  }

  .el-col-sm-24 {
    width: 100%;
  }

  .el-col-sm-offset-24 {
    margin-left: 100%;
  }

  .el-col-sm-pull-24 {
    position: relative;
    right: 100%;
  }

  .el-col-sm-push-24 {
    position: relative;
    left: 100%;
  }
}

@media only screen and (min-width:992px) {
  .el-col-md-0 {
    display: none;
    width: 0%;
  }

  .el-col-md-offset-0 {
    margin-left: 0;
  }

  .el-col-md-pull-0 {
    position: relative;
    right: 0;
  }

  .el-col-md-push-0 {
    position: relative;
    left: 0;
  }

  .el-col-md-1 {
    width: 4.16667%;
  }

  .el-col-md-offset-1 {
    margin-left: 4.16667%;
  }

  .el-col-md-pull-1 {
    position: relative;
    right: 4.16667%;
  }

  .el-col-md-push-1 {
    position: relative;
    left: 4.16667%;
  }

  .el-col-md-2 {
    width: 8.33333%;
  }

  .el-col-md-offset-2 {
    margin-left: 8.33333%;
  }

  .el-col-md-pull-2 {
    position: relative;
    right: 8.33333%;
  }

  .el-col-md-push-2 {
    position: relative;
    left: 8.33333%;
  }

  .el-col-md-3 {
    width: 12.5%;
  }

  .el-col-md-offset-3 {
    margin-left: 12.5%;
  }

  .el-col-md-pull-3 {
    position: relative;
    right: 12.5%;
  }

  .el-col-md-push-3 {
    position: relative;
    left: 12.5%;
  }

  .el-col-md-4 {
    width: 16.66667%;
  }

  .el-col-md-offset-4 {
    margin-left: 16.66667%;
  }

  .el-col-md-pull-4 {
    position: relative;
    right: 16.66667%;
  }

  .el-col-md-push-4 {
    position: relative;
    left: 16.66667%;
  }

  .el-col-md-5 {
    width: 20.83333%;
  }

  .el-col-md-offset-5 {
    margin-left: 20.83333%;
  }

  .el-col-md-pull-5 {
    position: relative;
    right: 20.83333%;
  }

  .el-col-md-push-5 {
    position: relative;
    left: 20.83333%;
  }

  .el-col-md-6 {
    width: 25%;
  }

  .el-col-md-offset-6 {
    margin-left: 25%;
  }

  .el-col-md-pull-6 {
    position: relative;
    right: 25%;
  }

  .el-col-md-push-6 {
    position: relative;
    left: 25%;
  }

  .el-col-md-7 {
    width: 29.16667%;
  }

  .el-col-md-offset-7 {
    margin-left: 29.16667%;
  }

  .el-col-md-pull-7 {
    position: relative;
    right: 29.16667%;
  }

  .el-col-md-push-7 {
    position: relative;
    left: 29.16667%;
  }

  .el-col-md-8 {
    width: 33.33333%;
  }

  .el-col-md-offset-8 {
    margin-left: 33.33333%;
  }

  .el-col-md-pull-8 {
    position: relative;
    right: 33.33333%;
  }

  .el-col-md-push-8 {
    position: relative;
    left: 33.33333%;
  }

  .el-col-md-9 {
    width: 37.5%;
  }

  .el-col-md-offset-9 {
    margin-left: 37.5%;
  }

  .el-col-md-pull-9 {
    position: relative;
    right: 37.5%;
  }

  .el-col-md-push-9 {
    position: relative;
    left: 37.5%;
  }

  .el-col-md-10 {
    width: 41.66667%;
  }

  .el-col-md-offset-10 {
    margin-left: 41.66667%;
  }

  .el-col-md-pull-10 {
    position: relative;
    right: 41.66667%;
  }

  .el-col-md-push-10 {
    position: relative;
    left: 41.66667%;
  }

  .el-col-md-11 {
    width: 45.83333%;
  }

  .el-col-md-offset-11 {
    margin-left: 45.83333%;
  }

  .el-col-md-pull-11 {
    position: relative;
    right: 45.83333%;
  }

  .el-col-md-push-11 {
    position: relative;
    left: 45.83333%;
  }

  .el-col-md-12 {
    width: 50%;
  }

  .el-col-md-offset-12 {
    margin-left: 50%;
  }

  .el-col-md-pull-12 {
    position: relative;
    right: 50%;
  }

  .el-col-md-push-12 {
    position: relative;
    left: 50%;
  }

  .el-col-md-13 {
    width: 54.16667%;
  }

  .el-col-md-offset-13 {
    margin-left: 54.16667%;
  }

  .el-col-md-pull-13 {
    position: relative;
    right: 54.16667%;
  }

  .el-col-md-push-13 {
    position: relative;
    left: 54.16667%;
  }

  .el-col-md-14 {
    width: 58.33333%;
  }

  .el-col-md-offset-14 {
    margin-left: 58.33333%;
  }

  .el-col-md-pull-14 {
    position: relative;
    right: 58.33333%;
  }

  .el-col-md-push-14 {
    position: relative;
    left: 58.33333%;
  }

  .el-col-md-15 {
    width: 62.5%;
  }

  .el-col-md-offset-15 {
    margin-left: 62.5%;
  }

  .el-col-md-pull-15 {
    position: relative;
    right: 62.5%;
  }

  .el-col-md-push-15 {
    position: relative;
    left: 62.5%;
  }

  .el-col-md-16 {
    width: 66.66667%;
  }

  .el-col-md-offset-16 {
    margin-left: 66.66667%;
  }

  .el-col-md-pull-16 {
    position: relative;
    right: 66.66667%;
  }

  .el-col-md-push-16 {
    position: relative;
    left: 66.66667%;
  }

  .el-col-md-17 {
    width: 70.83333%;
  }

  .el-col-md-offset-17 {
    margin-left: 70.83333%;
  }

  .el-col-md-pull-17 {
    position: relative;
    right: 70.83333%;
  }

  .el-col-md-push-17 {
    position: relative;
    left: 70.83333%;
  }

  .el-col-md-18 {
    width: 75%;
  }

  .el-col-md-offset-18 {
    margin-left: 75%;
  }

  .el-col-md-pull-18 {
    position: relative;
    right: 75%;
  }

  .el-col-md-push-18 {
    position: relative;
    left: 75%;
  }

  .el-col-md-19 {
    width: 79.16667%;
  }

  .el-col-md-offset-19 {
    margin-left: 79.16667%;
  }

  .el-col-md-pull-19 {
    position: relative;
    right: 79.16667%;
  }

  .el-col-md-push-19 {
    position: relative;
    left: 79.16667%;
  }

  .el-col-md-20 {
    width: 83.33333%;
  }

  .el-col-md-offset-20 {
    margin-left: 83.33333%;
  }

  .el-col-md-pull-20 {
    position: relative;
    right: 83.33333%;
  }

  .el-col-md-push-20 {
    position: relative;
    left: 83.33333%;
  }

  .el-col-md-21 {
    width: 87.5%;
  }

  .el-col-md-offset-21 {
    margin-left: 87.5%;
  }

  .el-col-md-pull-21 {
    position: relative;
    right: 87.5%;
  }

  .el-col-md-push-21 {
    position: relative;
    left: 87.5%;
  }

  .el-col-md-22 {
    width: 91.66667%;
  }

  .el-col-md-offset-22 {
    margin-left: 91.66667%;
  }

  .el-col-md-pull-22 {
    position: relative;
    right: 91.66667%;
  }

  .el-col-md-push-22 {
    position: relative;
    left: 91.66667%;
  }

  .el-col-md-23 {
    width: 95.83333%;
  }

  .el-col-md-offset-23 {
    margin-left: 95.83333%;
  }

  .el-col-md-pull-23 {
    position: relative;
    right: 95.83333%;
  }

  .el-col-md-push-23 {
    position: relative;
    left: 95.83333%;
  }

  .el-col-md-24 {
    width: 100%;
  }

  .el-col-md-offset-24 {
    margin-left: 100%;
  }

  .el-col-md-pull-24 {
    position: relative;
    right: 100%;
  }

  .el-col-md-push-24 {
    position: relative;
    left: 100%;
  }
}

@media only screen and (min-width:1200px) {
  .el-col-lg-0 {
    display: none;
    width: 0%;
  }

  .el-col-lg-offset-0 {
    margin-left: 0;
  }

  .el-col-lg-pull-0 {
    position: relative;
    right: 0;
  }

  .el-col-lg-push-0 {
    position: relative;
    left: 0;
  }

  .el-col-lg-1 {
    width: 4.16667%;
  }

  .el-col-lg-offset-1 {
    margin-left: 4.16667%;
  }

  .el-col-lg-pull-1 {
    position: relative;
    right: 4.16667%;
  }

  .el-col-lg-push-1 {
    position: relative;
    left: 4.16667%;
  }

  .el-col-lg-2 {
    width: 8.33333%;
  }

  .el-col-lg-offset-2 {
    margin-left: 8.33333%;
  }

  .el-col-lg-pull-2 {
    position: relative;
    right: 8.33333%;
  }

  .el-col-lg-push-2 {
    position: relative;
    left: 8.33333%;
  }

  .el-col-lg-3 {
    width: 12.5%;
  }

  .el-col-lg-offset-3 {
    margin-left: 12.5%;
  }

  .el-col-lg-pull-3 {
    position: relative;
    right: 12.5%;
  }

  .el-col-lg-push-3 {
    position: relative;
    left: 12.5%;
  }

  .el-col-lg-4 {
    width: 16.66667%;
  }

  .el-col-lg-offset-4 {
    margin-left: 16.66667%;
  }

  .el-col-lg-pull-4 {
    position: relative;
    right: 16.66667%;
  }

  .el-col-lg-push-4 {
    position: relative;
    left: 16.66667%;
  }

  .el-col-lg-5 {
    width: 20.83333%;
  }

  .el-col-lg-offset-5 {
    margin-left: 20.83333%;
  }

  .el-col-lg-pull-5 {
    position: relative;
    right: 20.83333%;
  }

  .el-col-lg-push-5 {
    position: relative;
    left: 20.83333%;
  }

  .el-col-lg-6 {
    width: 25%;
  }

  .el-col-lg-offset-6 {
    margin-left: 25%;
  }

  .el-col-lg-pull-6 {
    position: relative;
    right: 25%;
  }

  .el-col-lg-push-6 {
    position: relative;
    left: 25%;
  }

  .el-col-lg-7 {
    width: 29.16667%;
  }

  .el-col-lg-offset-7 {
    margin-left: 29.16667%;
  }

  .el-col-lg-pull-7 {
    position: relative;
    right: 29.16667%;
  }

  .el-col-lg-push-7 {
    position: relative;
    left: 29.16667%;
  }

  .el-col-lg-8 {
    width: 33.33333%;
  }

  .el-col-lg-offset-8 {
    margin-left: 33.33333%;
  }

  .el-col-lg-pull-8 {
    position: relative;
    right: 33.33333%;
  }

  .el-col-lg-push-8 {
    position: relative;
    left: 33.33333%;
  }

  .el-col-lg-9 {
    width: 37.5%;
  }

  .el-col-lg-offset-9 {
    margin-left: 37.5%;
  }

  .el-col-lg-pull-9 {
    position: relative;
    right: 37.5%;
  }

  .el-col-lg-push-9 {
    position: relative;
    left: 37.5%;
  }

  .el-col-lg-10 {
    width: 41.66667%;
  }

  .el-col-lg-offset-10 {
    margin-left: 41.66667%;
  }

  .el-col-lg-pull-10 {
    position: relative;
    right: 41.66667%;
  }

  .el-col-lg-push-10 {
    position: relative;
    left: 41.66667%;
  }

  .el-col-lg-11 {
    width: 45.83333%;
  }

  .el-col-lg-offset-11 {
    margin-left: 45.83333%;
  }

  .el-col-lg-pull-11 {
    position: relative;
    right: 45.83333%;
  }

  .el-col-lg-push-11 {
    position: relative;
    left: 45.83333%;
  }

  .el-col-lg-12 {
    width: 50%;
  }

  .el-col-lg-offset-12 {
    margin-left: 50%;
  }

  .el-col-lg-pull-12 {
    position: relative;
    right: 50%;
  }

  .el-col-lg-push-12 {
    position: relative;
    left: 50%;
  }

  .el-col-lg-13 {
    width: 54.16667%;
  }

  .el-col-lg-offset-13 {
    margin-left: 54.16667%;
  }

  .el-col-lg-pull-13 {
    position: relative;
    right: 54.16667%;
  }

  .el-col-lg-push-13 {
    position: relative;
    left: 54.16667%;
  }

  .el-col-lg-14 {
    width: 58.33333%;
  }

  .el-col-lg-offset-14 {
    margin-left: 58.33333%;
  }

  .el-col-lg-pull-14 {
    position: relative;
    right: 58.33333%;
  }

  .el-col-lg-push-14 {
    position: relative;
    left: 58.33333%;
  }

  .el-col-lg-15 {
    width: 62.5%;
  }

  .el-col-lg-offset-15 {
    margin-left: 62.5%;
  }

  .el-col-lg-pull-15 {
    position: relative;
    right: 62.5%;
  }

  .el-col-lg-push-15 {
    position: relative;
    left: 62.5%;
  }

  .el-col-lg-16 {
    width: 66.66667%;
  }

  .el-col-lg-offset-16 {
    margin-left: 66.66667%;
  }

  .el-col-lg-pull-16 {
    position: relative;
    right: 66.66667%;
  }

  .el-col-lg-push-16 {
    position: relative;
    left: 66.66667%;
  }

  .el-col-lg-17 {
    width: 70.83333%;
  }

  .el-col-lg-offset-17 {
    margin-left: 70.83333%;
  }

  .el-col-lg-pull-17 {
    position: relative;
    right: 70.83333%;
  }

  .el-col-lg-push-17 {
    position: relative;
    left: 70.83333%;
  }

  .el-col-lg-18 {
    width: 75%;
  }

  .el-col-lg-offset-18 {
    margin-left: 75%;
  }

  .el-col-lg-pull-18 {
    position: relative;
    right: 75%;
  }

  .el-col-lg-push-18 {
    position: relative;
    left: 75%;
  }

  .el-col-lg-19 {
    width: 79.16667%;
  }

  .el-col-lg-offset-19 {
    margin-left: 79.16667%;
  }

  .el-col-lg-pull-19 {
    position: relative;
    right: 79.16667%;
  }

  .el-col-lg-push-19 {
    position: relative;
    left: 79.16667%;
  }

  .el-col-lg-20 {
    width: 83.33333%;
  }

  .el-col-lg-offset-20 {
    margin-left: 83.33333%;
  }

  .el-col-lg-pull-20 {
    position: relative;
    right: 83.33333%;
  }

  .el-col-lg-push-20 {
    position: relative;
    left: 83.33333%;
  }

  .el-col-lg-21 {
    width: 87.5%;
  }

  .el-col-lg-offset-21 {
    margin-left: 87.5%;
  }

  .el-col-lg-pull-21 {
    position: relative;
    right: 87.5%;
  }

  .el-col-lg-push-21 {
    position: relative;
    left: 87.5%;
  }

  .el-col-lg-22 {
    width: 91.66667%;
  }

  .el-col-lg-offset-22 {
    margin-left: 91.66667%;
  }

  .el-col-lg-pull-22 {
    position: relative;
    right: 91.66667%;
  }

  .el-col-lg-push-22 {
    position: relative;
    left: 91.66667%;
  }

  .el-col-lg-23 {
    width: 95.83333%;
  }

  .el-col-lg-offset-23 {
    margin-left: 95.83333%;
  }

  .el-col-lg-pull-23 {
    position: relative;
    right: 95.83333%;
  }

  .el-col-lg-push-23 {
    position: relative;
    left: 95.83333%;
  }

  .el-col-lg-24 {
    width: 100%;
  }

  .el-col-lg-offset-24 {
    margin-left: 100%;
  }

  .el-col-lg-pull-24 {
    position: relative;
    right: 100%;
  }

  .el-col-lg-push-24 {
    position: relative;
    left: 100%;
  }
}

@media only screen and (min-width:1920px) {
  .el-col-xl-0 {
    display: none;
    width: 0%;
  }

  .el-col-xl-offset-0 {
    margin-left: 0;
  }

  .el-col-xl-pull-0 {
    position: relative;
    right: 0;
  }

  .el-col-xl-push-0 {
    position: relative;
    left: 0;
  }

  .el-col-xl-1 {
    width: 4.16667%;
  }

  .el-col-xl-offset-1 {
    margin-left: 4.16667%;
  }

  .el-col-xl-pull-1 {
    position: relative;
    right: 4.16667%;
  }

  .el-col-xl-push-1 {
    position: relative;
    left: 4.16667%;
  }

  .el-col-xl-2 {
    width: 8.33333%;
  }

  .el-col-xl-offset-2 {
    margin-left: 8.33333%;
  }

  .el-col-xl-pull-2 {
    position: relative;
    right: 8.33333%;
  }

  .el-col-xl-push-2 {
    position: relative;
    left: 8.33333%;
  }

  .el-col-xl-3 {
    width: 12.5%;
  }

  .el-col-xl-offset-3 {
    margin-left: 12.5%;
  }

  .el-col-xl-pull-3 {
    position: relative;
    right: 12.5%;
  }

  .el-col-xl-push-3 {
    position: relative;
    left: 12.5%;
  }

  .el-col-xl-4 {
    width: 16.66667%;
  }

  .el-col-xl-offset-4 {
    margin-left: 16.66667%;
  }

  .el-col-xl-pull-4 {
    position: relative;
    right: 16.66667%;
  }

  .el-col-xl-push-4 {
    position: relative;
    left: 16.66667%;
  }

  .el-col-xl-5 {
    width: 20.83333%;
  }

  .el-col-xl-offset-5 {
    margin-left: 20.83333%;
  }

  .el-col-xl-pull-5 {
    position: relative;
    right: 20.83333%;
  }

  .el-col-xl-push-5 {
    position: relative;
    left: 20.83333%;
  }

  .el-col-xl-6 {
    width: 25%;
  }

  .el-col-xl-offset-6 {
    margin-left: 25%;
  }

  .el-col-xl-pull-6 {
    position: relative;
    right: 25%;
  }

  .el-col-xl-push-6 {
    position: relative;
    left: 25%;
  }

  .el-col-xl-7 {
    width: 29.16667%;
  }

  .el-col-xl-offset-7 {
    margin-left: 29.16667%;
  }

  .el-col-xl-pull-7 {
    position: relative;
    right: 29.16667%;
  }

  .el-col-xl-push-7 {
    position: relative;
    left: 29.16667%;
  }

  .el-col-xl-8 {
    width: 33.33333%;
  }

  .el-col-xl-offset-8 {
    margin-left: 33.33333%;
  }

  .el-col-xl-pull-8 {
    position: relative;
    right: 33.33333%;
  }

  .el-col-xl-push-8 {
    position: relative;
    left: 33.33333%;
  }

  .el-col-xl-9 {
    width: 37.5%;
  }

  .el-col-xl-offset-9 {
    margin-left: 37.5%;
  }

  .el-col-xl-pull-9 {
    position: relative;
    right: 37.5%;
  }

  .el-col-xl-push-9 {
    position: relative;
    left: 37.5%;
  }

  .el-col-xl-10 {
    width: 41.66667%;
  }

  .el-col-xl-offset-10 {
    margin-left: 41.66667%;
  }

  .el-col-xl-pull-10 {
    position: relative;
    right: 41.66667%;
  }

  .el-col-xl-push-10 {
    position: relative;
    left: 41.66667%;
  }

  .el-col-xl-11 {
    width: 45.83333%;
  }

  .el-col-xl-offset-11 {
    margin-left: 45.83333%;
  }

  .el-col-xl-pull-11 {
    position: relative;
    right: 45.83333%;
  }

  .el-col-xl-push-11 {
    position: relative;
    left: 45.83333%;
  }

  .el-col-xl-12 {
    width: 50%;
  }

  .el-col-xl-offset-12 {
    margin-left: 50%;
  }

  .el-col-xl-pull-12 {
    position: relative;
    right: 50%;
  }

  .el-col-xl-push-12 {
    position: relative;
    left: 50%;
  }

  .el-col-xl-13 {
    width: 54.16667%;
  }

  .el-col-xl-offset-13 {
    margin-left: 54.16667%;
  }

  .el-col-xl-pull-13 {
    position: relative;
    right: 54.16667%;
  }

  .el-col-xl-push-13 {
    position: relative;
    left: 54.16667%;
  }

  .el-col-xl-14 {
    width: 58.33333%;
  }

  .el-col-xl-offset-14 {
    margin-left: 58.33333%;
  }

  .el-col-xl-pull-14 {
    position: relative;
    right: 58.33333%;
  }

  .el-col-xl-push-14 {
    position: relative;
    left: 58.33333%;
  }

  .el-col-xl-15 {
    width: 62.5%;
  }

  .el-col-xl-offset-15 {
    margin-left: 62.5%;
  }

  .el-col-xl-pull-15 {
    position: relative;
    right: 62.5%;
  }

  .el-col-xl-push-15 {
    position: relative;
    left: 62.5%;
  }

  .el-col-xl-16 {
    width: 66.66667%;
  }

  .el-col-xl-offset-16 {
    margin-left: 66.66667%;
  }

  .el-col-xl-pull-16 {
    position: relative;
    right: 66.66667%;
  }

  .el-col-xl-push-16 {
    position: relative;
    left: 66.66667%;
  }

  .el-col-xl-17 {
    width: 70.83333%;
  }

  .el-col-xl-offset-17 {
    margin-left: 70.83333%;
  }

  .el-col-xl-pull-17 {
    position: relative;
    right: 70.83333%;
  }

  .el-col-xl-push-17 {
    position: relative;
    left: 70.83333%;
  }

  .el-col-xl-18 {
    width: 75%;
  }

  .el-col-xl-offset-18 {
    margin-left: 75%;
  }

  .el-col-xl-pull-18 {
    position: relative;
    right: 75%;
  }

  .el-col-xl-push-18 {
    position: relative;
    left: 75%;
  }

  .el-col-xl-19 {
    width: 79.16667%;
  }

  .el-col-xl-offset-19 {
    margin-left: 79.16667%;
  }

  .el-col-xl-pull-19 {
    position: relative;
    right: 79.16667%;
  }

  .el-col-xl-push-19 {
    position: relative;
    left: 79.16667%;
  }

  .el-col-xl-20 {
    width: 83.33333%;
  }

  .el-col-xl-offset-20 {
    margin-left: 83.33333%;
  }

  .el-col-xl-pull-20 {
    position: relative;
    right: 83.33333%;
  }

  .el-col-xl-push-20 {
    position: relative;
    left: 83.33333%;
  }

  .el-col-xl-21 {
    width: 87.5%;
  }

  .el-col-xl-offset-21 {
    margin-left: 87.5%;
  }

  .el-col-xl-pull-21 {
    position: relative;
    right: 87.5%;
  }

  .el-col-xl-push-21 {
    position: relative;
    left: 87.5%;
  }

  .el-col-xl-22 {
    width: 91.66667%;
  }

  .el-col-xl-offset-22 {
    margin-left: 91.66667%;
  }

  .el-col-xl-pull-22 {
    position: relative;
    right: 91.66667%;
  }

  .el-col-xl-push-22 {
    position: relative;
    left: 91.66667%;
  }

  .el-col-xl-23 {
    width: 95.83333%;
  }

  .el-col-xl-offset-23 {
    margin-left: 95.83333%;
  }

  .el-col-xl-pull-23 {
    position: relative;
    right: 95.83333%;
  }

  .el-col-xl-push-23 {
    position: relative;
    left: 95.83333%;
  }

  .el-col-xl-24 {
    width: 100%;
  }

  .el-col-xl-offset-24 {
    margin-left: 100%;
  }

  .el-col-xl-pull-24 {
    position: relative;
    right: 100%;
  }

  .el-col-xl-push-24 {
    position: relative;
    left: 100%;
  }
}

@-webkit-keyframes progress {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 0.166667rem 0;
  }
}

.el-upload {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  outline: 0;
}

.el-upload__input {
  display: none;
}

.el-upload__tip {
  font-size: 0.0625rem;
  color: #606266;
  margin-top: 0.036458rem;
}

.el-upload iframe {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}

.el-upload--picture-card {
  background-color: #fbfdff;
  border: 0.005208rem dashed #c0ccda;
  border-radius: 0.03125rem;
  box-sizing: border-box;
  width: 0.770833rem;
  height: 0.770833rem;
  line-height: 0.760417rem;
  vertical-align: top;
}

.el-upload--picture-card i {
  font-size: 0.145833rem;
  color: #8c939d;
}

.el-upload--picture-card:hover,
.el-upload:focus {
  border-color: #409EFF;
  color: #409EFF;
}

.el-upload:focus .el-upload-dragger {
  border-color: #409EFF;
}

.el-upload-dragger {
  background-color: #fff;
  border: 0.005208rem dashed #d9d9d9;
  border-radius: 0.03125rem;
  box-sizing: border-box;
  width: 1.875rem;
  height: 0.9375rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.el-upload-dragger .el-icon-upload {
  font-size: 0.348958rem;
  color: #C0C4CC;
  margin: 0.208333rem 0 0.083333rem;
  line-height: 0.260417rem;
}

.el-upload-dragger+.el-upload__tip {
  text-align: center;
}

.el-upload-dragger~.el-upload__files {
  border-top: 0.005208rem solid #DCDFE6;
  margin-top: 0.036458rem;
  padding-top: 0.026042rem;
}

.el-upload-dragger .el-upload__text {
  color: #606266;
  font-size: 0.072917rem;
  text-align: center;
}

.el-upload-dragger .el-upload__text em {
  color: #409EFF;
  font-style: normal;
}

.el-upload-dragger:hover {
  border-color: #409EFF;
}

.el-upload-dragger.is-dragover {
  background-color: rgba(32,159,255,.06);
  border: 0.010417rem dashed #409EFF;
}

.el-upload-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.el-upload-list__item {
  -webkit-transition: all .5s cubic-bezier(.55,0,.1,1);
  transition: all .5s cubic-bezier(.55,0,.1,1);
  font-size: 0.072917rem;
  color: #606266;
  line-height: 1.8;
  margin-top: 0.026042rem;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0.020833rem;
  width: 100%;
}

.el-upload-list__item .el-progress {
  position: absolute;
  top: 0.104167rem;
  width: 100%;
}

.el-upload-list__item .el-progress__text {
  position: absolute;
  right: 0;
  top: -0.067708rem;
}

.el-upload-list__item .el-progress-bar {
  margin-right: 0;
  padding-right: 0;
}

.el-upload-list__item:first-child {
  margin-top: 0.052083rem;
}

.el-upload-list__item .el-icon-upload-success {
  color: #67C23A;
}

.el-upload-list__item .el-icon-close {
  display: none;
  position: absolute;
  top: 0.026042rem;
  right: 0.026042rem;
  cursor: pointer;
  opacity: .75;
  color: #606266;
}

.el-upload-list__item .el-icon-close:hover {
  opacity: 1;
}

.el-upload-list__item .el-icon-close-tip {
  display: none;
  position: absolute;
  top: 0.026042rem;
  right: 0.026042rem;
  font-size: 0.0625rem;
  cursor: pointer;
  opacity: 1;
  color: #409EFF;
}

.el-upload-list__item:hover {
  background-color: #F5F7FA;
}

.el-upload-list__item:hover .el-icon-close {
  display: inline-block;
}

.el-upload-list__item:hover .el-progress__text {
  display: none;
}

.el-upload-list__item.is-success .el-upload-list__item-status-label {
  display: block;
}

.el-upload-list__item.is-success .el-upload-list__item-name:focus,
.el-upload-list__item.is-success .el-upload-list__item-name:hover {
  color: #409EFF;
  cursor: pointer;
}

.el-upload-list__item.is-success:focus:not(:hover) .el-icon-close-tip {
  display: inline-block;
}

.el-upload-list__item.is-success:active .el-icon-close-tip,
.el-upload-list__item.is-success:focus .el-upload-list__item-status-label,
.el-upload-list__item.is-success:hover .el-upload-list__item-status-label,
.el-upload-list__item.is-success:not(.focusing):focus .el-icon-close-tip {
  display: none;
}

.el-upload-list.is-disabled .el-upload-list__item:hover .el-upload-list__item-status-label {
  display: block;
}

.el-upload-list__item-name {
  color: #606266;
  display: block;
  margin-right: 0.208333rem;
  overflow: hidden;
  padding-left: 0.020833rem;
  text-overflow: ellipsis;
  -webkit-transition: color .3s;
  transition: color .3s;
  white-space: nowrap;
}

.el-upload-list__item-name [class^=el-icon] {
  height: 100%;
  margin-right: 0.036458rem;
  color: #909399;
  line-height: inherit;
}

.el-upload-list__item-status-label {
  position: absolute;
  right: 0.026042rem;
  top: 0;
  line-height: inherit;
  display: none;
}

.el-upload-list__item-delete {
  position: absolute;
  right: 0.052083rem;
  top: 0;
  font-size: 0.0625rem;
  color: #606266;
  display: none;
}

.el-upload-list__item-delete:hover {
  color: #409EFF;
}

.el-upload-list--picture-card {
  margin: 0;
  display: inline;
  vertical-align: top;
}

.el-upload-list--picture-card .el-upload-list__item {
  overflow: hidden;
  background-color: #fff;
  border: 0.005208rem solid #c0ccda;
  border-radius: 0.03125rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 0.770833rem;
  height: 0.770833rem;
  margin: 0 0.041667rem 0.041667rem 0;
  display: inline-block;
}

.el-upload-list--picture-card .el-upload-list__item .el-icon-check,
.el-upload-list--picture-card .el-upload-list__item .el-icon-circle-check {
  color: #FFF;
}

.el-upload-list--picture-card .el-upload-list__item .el-icon-close,
.el-upload-list--picture-card .el-upload-list__item:hover .el-upload-list__item-status-label {
  display: none;
}

.el-upload-list--picture-card .el-upload-list__item:hover .el-progress__text {
  display: block;
}

.el-upload-list--picture-card .el-upload-list__item-name {
  display: none;
}

.el-upload-list--picture-card .el-upload-list__item-thumbnail {
  width: 100%;
  height: 100%;
}

.el-upload-list--picture-card .el-upload-list__item-status-label {
  position: absolute;
  right: -0.078125rem;
  top: -0.03125rem;
  width: 0.208333rem;
  height: 0.125rem;
  background: #13ce66;
  text-align: center;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-shadow: 0 0 1pc 0.005208rem rgba(0,0,0,.2);
  box-shadow: 0 0 1pc 0.005208rem rgba(0,0,0,.2);
}

.el-upload-list--picture-card .el-upload-list__item-status-label i {
  font-size: 0.0625rem;
  margin-top: 0.057292rem;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.el-upload-list--picture-card .el-upload-list__item-actions {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: default;
  text-align: center;
  color: #fff;
  opacity: 0;
  font-size: 0.104167rem;
  background-color: rgba(0,0,0,.5);
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.el-upload-list--picture-card .el-upload-list__item-actions::after {
  display: inline-block;
  content: "";
  height: 100%;
  vertical-align: middle;
}

.el-upload-list--picture-card .el-upload-list__item-actions span {
  display: none;
  cursor: pointer;
}

.el-upload-list--picture-card .el-upload-list__item-actions span+span {
  margin-left: 0.078125rem;
}

.el-upload-list--picture-card .el-upload-list__item-actions .el-upload-list__item-delete {
  position: static;
  font-size: inherit;
  color: inherit;
}

.el-upload-list--picture-card .el-upload-list__item-actions:hover {
  opacity: 1;
}

.el-upload-list--picture-card .el-upload-list__item-actions:hover span {
  display: inline-block;
}

.el-upload-list--picture-card .el-progress {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  bottom: auto;
  width: 0.65625rem;
}

.el-upload-list--picture-card .el-progress .el-progress__text {
  top: 50%;
}

.el-upload-list--picture .el-upload-list__item {
  overflow: hidden;
  z-index: 0;
  background-color: #fff;
  border: 0.005208rem solid #c0ccda;
  border-radius: 0.03125rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 0.052083rem;
  padding: 0.052083rem 0.052083rem 0.052083rem 0.46875rem;
  height: 0.479167rem;
}

.el-upload-list--picture .el-upload-list__item .el-icon-check,
.el-upload-list--picture .el-upload-list__item .el-icon-circle-check {
  color: #FFF;
}

.el-upload-list--picture .el-upload-list__item:hover .el-upload-list__item-status-label {
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  top: -0.010417rem;
  right: -0.0625rem;
}

.el-upload-list--picture .el-upload-list__item:hover .el-progress__text {
  display: block;
}

.el-upload-list--picture .el-upload-list__item.is-success .el-upload-list__item-name {
  line-height: 0.364583rem;
  margin-top: 0;
}

.el-upload-list--picture .el-upload-list__item.is-success .el-upload-list__item-name i {
  display: none;
}

.el-upload-list--picture .el-upload-list__item-thumbnail {
  vertical-align: middle;
  display: inline-block;
  width: 0.364583rem;
  height: 0.364583rem;
  float: left;
  position: relative;
  z-index: 1;
  margin-left: -0.416667rem;
  background-color: #FFF;
}

.el-upload-list--picture .el-upload-list__item-name {
  display: block;
  margin-top: 0.104167rem;
}

.el-upload-list--picture .el-upload-list__item-name i {
  font-size: 0.364583rem;
  line-height: 1;
  position: absolute;
  left: 0.046875rem;
  top: 0.052083rem;
}

.el-upload-list--picture .el-upload-list__item-status-label {
  position: absolute;
  right: -0.088542rem;
  top: -0.036458rem;
  width: 0.239583rem;
  height: 0.135417rem;
  background: #13ce66;
  text-align: center;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-shadow: 0 0.005208rem 0.005208rem #ccc;
  box-shadow: 0 0.005208rem 0.005208rem #ccc;
}

.el-upload-list--picture .el-upload-list__item-status-label i {
  font-size: 0.0625rem;
  margin-top: 0.0625rem;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.el-upload-list--picture .el-progress {
  position: relative;
  top: -0.036458rem;
}

.el-upload-cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 10;
  cursor: default;
}

.el-upload-cover::after {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.el-upload-cover img {
  display: block;
  width: 100%;
  height: 100%;
}

.el-upload-cover__label {
  position: absolute;
  right: -0.078125rem;
  top: -0.03125rem;
  width: 0.208333rem;
  height: 0.125rem;
  background: #13ce66;
  text-align: center;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-shadow: 0 0 1pc 0.005208rem rgba(0,0,0,.2);
  box-shadow: 0 0 1pc 0.005208rem rgba(0,0,0,.2);
}

.el-upload-cover__label i {
  font-size: 0.0625rem;
  margin-top: 0.057292rem;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  color: #fff;
}

.el-upload-cover__progress {
  display: inline-block;
  vertical-align: middle;
  position: static;
  width: 1.265625rem;
}

.el-upload-cover__progress+.el-upload__inner {
  opacity: 0;
}

.el-upload-cover__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.el-upload-cover__interact {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.72);
  text-align: center;
}

.el-upload-cover__interact .btn {
  display: inline-block;
  color: #FFF;
  font-size: 0.072917rem;
  cursor: pointer;
  vertical-align: middle;
  -webkit-transition: opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
  transition: opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
  transition: transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);
  transition: transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
  margin-top: 0.3125rem;
}

.el-upload-cover__interact .btn span {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.el-upload-cover__interact .btn:not(:first-child) {
  margin-left: 0.182292rem;
}

.el-upload-cover__interact .btn:hover {
  -webkit-transform: translateY(-0.067708rem);
  transform: translateY(-0.067708rem);
}

.el-upload-cover__interact .btn:hover span {
  opacity: 1;
}

.el-upload-cover__interact .btn i {
  color: #FFF;
  display: block;
  font-size: 0.125rem;
  line-height: inherit;
  margin: 0 auto 0.026042rem;
}

.el-upload-cover__title {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #FFF;
  height: 0.1875rem;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400;
  text-align: left;
  padding: 0 0.052083rem;
  margin: 0;
  line-height: 0.1875rem;
  font-size: 0.072917rem;
  color: #303133;
}

.el-upload-cover+.el-upload__inner {
  opacity: 0;
  position: relative;
  z-index: 1;
}

.el-progress {
  position: relative;
  line-height: 1;
}

.el-progress__text {
  font-size: 0.072917rem;
  color: #606266;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.052083rem;
  line-height: 1;
}

.el-progress__text i {
  vertical-align: middle;
  display: block;
}

.el-progress--circle,
.el-progress--dashboard {
  display: inline-block;
}

.el-progress--circle .el-progress__text,
.el-progress--dashboard .el-progress__text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
}

.el-progress--circle .el-progress__text i,
.el-progress--dashboard .el-progress__text i {
  vertical-align: middle;
  display: inline-block;
}

.el-progress--without-text .el-progress__text {
  display: none;
}

.el-progress--without-text .el-progress-bar {
  padding-right: 0;
  margin-right: 0;
  display: block;
}

.el-progress-bar,
.el-progress-bar__inner::after,
.el-progress-bar__innerText,
.el-spinner {
  display: inline-block;
  vertical-align: middle;
}

.el-progress--text-inside .el-progress-bar {
  padding-right: 0;
  margin-right: 0;
}

.el-progress.is-success .el-progress-bar__inner {
  background-color: #67C23A;
}

.el-progress.is-success .el-progress__text {
  color: #67C23A;
}

.el-progress.is-warning .el-progress-bar__inner {
  background-color: #E6A23C;
}

.el-progress.is-warning .el-progress__text {
  color: #E6A23C;
}

.el-progress.is-exception .el-progress-bar__inner {
  background-color: #F56C6C;
}

.el-progress.is-exception .el-progress__text {
  color: #F56C6C;
}

.el-progress-bar {
  padding-right: 0.260417rem;
  width: 100%;
  margin-right: -0.286458rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.el-progress-bar__outer {
  height: 0.03125rem;
  border-radius: 0.520833rem;
  background-color: #EBEEF5;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}

.el-progress-bar__inner {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #409EFF;
  text-align: right;
  border-radius: 0.520833rem;
  line-height: 1;
  white-space: nowrap;
  -webkit-transition: width .6s ease;
  transition: width .6s ease;
}

.el-card,
.el-message {
  border-radius: 0.020833rem;
  overflow: hidden;
}

.el-progress-bar__inner::after {
  height: 100%;
}

.el-progress-bar__innerText {
  color: #FFF;
  font-size: 0.0625rem;
  margin: 0 0.026042rem;
}

@keyframes progress {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 0.166667rem 0;
  }
}

.el-time-spinner {
  width: 100%;
  white-space: nowrap;
}

.el-spinner-inner {
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
  width: 0.260417rem;
  height: 0.260417rem;
}

.el-spinner-inner .path {
  stroke: #ececec;
  stroke-linecap: round;
  -webkit-animation: dash 1.5s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1,150;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 90,150;
    stroke-dashoffset: -35;
  }

  100% {
    stroke-dasharray: 90,150;
    stroke-dashoffset: -124;
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1,150;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 90,150;
    stroke-dashoffset: -35;
  }

  100% {
    stroke-dasharray: 90,150;
    stroke-dashoffset: -124;
  }
}

.el-message {
  min-width: 1.979167rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 0.005208rem;
  border-style: solid;
  border-color: #EBEEF5;
  position: fixed;
  left: 50%;
  top: 0.104167rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #edf2fc;
  -webkit-transition: opacity .3s,top .4s,-webkit-transform .4s;
  transition: opacity .3s,top .4s,-webkit-transform .4s;
  transition: opacity .3s,transform .4s,top .4s;
  transition: opacity .3s,transform .4s,top .4s,-webkit-transform .4s;
  padding: 0.078125rem 0.078125rem 0.078125rem 0.104167rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.el-message.is-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.el-message.is-closable .el-message__content {
  padding-right: 0.083333rem;
}

.el-message p {
  margin: 0;
}

.el-message--info .el-message__content {
  color: #909399;
}

.el-message--success {
  background-color: #f0f9eb;
  border-color: #e1f3d8;
}

.el-message--success .el-message__content {
  color: #67C23A;
}

.el-message--warning {
  background-color: #fdf6ec;
  border-color: #faecd8;
}

.el-message--warning .el-message__content {
  color: #E6A23C;
}

.el-message--error {
  background-color: #fef0f0;
  border-color: #fde2e2;
}

.el-message--error .el-message__content {
  color: #F56C6C;
}

.el-message__icon {
  margin-right: 0.052083rem;
}

.el-message__content {
  padding: 0;
  font-size: 0.072917rem;
  line-height: 1;
}

.el-message__closeBtn {
  position: absolute;
  top: 50%;
  right: 0.078125rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  color: #C0C4CC;
  font-size: 0.083333rem;
}

.el-message__closeBtn:hover {
  color: #909399;
}

.el-message .el-icon-success {
  color: #67C23A;
}

.el-message .el-icon-error {
  color: #F56C6C;
}

.el-message .el-icon-info {
  color: #909399;
}

.el-message .el-icon-warning {
  color: #E6A23C;
}

.el-message-fade-enter,
.el-message-fade-leave-active {
  opacity: 0;
  -webkit-transform: translate(-50%,-100%);
  transform: translate(-50%,-100%);
}

.el-badge {
  position: relative;
  vertical-align: middle;
  display: inline-block;
}

.el-badge__content {
  background-color: #F56C6C;
  border-radius: 0.052083rem;
  color: #FFF;
  display: inline-block;
  font-size: 0.0625rem;
  height: 0.09375rem;
  line-height: 0.09375rem;
  padding: 0 0.03125rem;
  text-align: center;
  white-space: nowrap;
  border: 0.005208rem solid #FFF;
}

.el-badge__content.is-fixed {
  position: absolute;
  top: 0;
  right: 0.052083rem;
  -webkit-transform: translateY(-50%) translateX(100%);
  transform: translateY(-50%) translateX(100%);
}

.el-rate__icon,
.el-rate__item {
  position: relative;
  display: inline-block;
}

.el-badge__content.is-fixed.is-dot {
  right: 0.026042rem;
}

.el-badge__content.is-dot {
  height: 0.041667rem;
  width: 0.041667rem;
  padding: 0;
  right: 0;
  border-radius: 50%;
}

.el-badge__content--primary {
  background-color: #409EFF;
}

.el-badge__content--success {
  background-color: #67C23A;
}

.el-badge__content--warning {
  background-color: #E6A23C;
}

.el-badge__content--info {
  background-color: #909399;
}

.el-badge__content--danger {
  background-color: #F56C6C;
}

.el-card {
  border: 0.005208rem solid #EBEEF5;
  background-color: #FFF;
  color: #303133;
  -webkit-transition: .3s;
  transition: .3s;
}

.el-card.is-always-shadow,
.el-card.is-hover-shadow:focus,
.el-card.is-hover-shadow:hover {
  -webkit-box-shadow: 0 0.010417rem 0.0625rem 0 rgba(0,0,0,.1);
  box-shadow: 0 0.010417rem 0.0625rem 0 rgba(0,0,0,.1);
}

.el-card__header {
  padding: 0.09375rem 0.104167rem;
  border-bottom: 0.005208rem solid #EBEEF5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.el-card__body {
  padding: 0.104167rem;
}

.el-rate {
  height: 0.104167rem;
  line-height: 1;
}

.el-rate__item {
  font-size: 0;
  vertical-align: middle;
}

.el-rate__icon {
  font-size: 0.09375rem;
  margin-right: 0.03125rem;
  color: #C0C4CC;
  -webkit-transition: .3s;
  transition: .3s;
}

.el-rate__decimal,
.el-rate__icon .path2 {
  position: absolute;
  top: 0;
  left: 0;
}

.el-rate__icon.hover {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.el-rate__decimal {
  display: inline-block;
  overflow: hidden;
}

.el-step.is-vertical,
.el-steps {
  display: -webkit-box;
  display: -ms-flexbox;
}

.el-rate__text {
  font-size: 0.072917rem;
  vertical-align: middle;
}

.el-steps {
  display: flex;
}

.el-steps--simple {
  padding: 0.067708rem 8%;
  border-radius: 0.020833rem;
  background: #F5F7FA;
}

.el-steps--horizontal {
  white-space: nowrap;
}

.el-steps--vertical {
  height: 100%;
  -webkit-box-orient: vertical;
  -ms-flex-flow: column;
  flex-flow: column;
}

.el-step {
  position: relative;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.el-step:last-of-type .el-step__line {
  display: none;
}

.el-step:last-of-type.is-flex {
  -ms-flex-preferred-size: auto!important;
  flex-basis: auto!important;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.el-step:last-of-type .el-step__description,
.el-step:last-of-type .el-step__main {
  padding-right: 0;
}

.el-step__head {
  position: relative;
  width: 100%;
}

.el-step__head.is-process {
  color: #303133;
  border-color: #303133;
}

.el-step__head.is-wait {
  color: #C0C4CC;
  border-color: #C0C4CC;
}

.el-step__head.is-success {
  color: #67C23A;
  border-color: #67C23A;
}

.el-step__head.is-error {
  color: #F56C6C;
  border-color: #F56C6C;
}

.el-step__head.is-finish {
  color: #409EFF;
  border-color: #409EFF;
}

.el-step__icon {
  position: relative;
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 0.125rem;
  height: 0.125rem;
  font-size: 0.072917rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #FFF;
  -webkit-transition: .15s ease-out;
  transition: .15s ease-out;
}

.el-step__icon.is-text {
  border-radius: 50%;
  border: 0.010417rem solid;
  border-color: inherit;
}

.el-step__icon.is-icon {
  width: 0.208333rem;
}

.el-step__icon-inner {
  display: inline-block;
  user-select: none;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  color: inherit;
}

.el-button,
.el-checkbox,
.el-image-viewer__btn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.el-step__icon-inner[class*=el-icon]:not(.is-status) {
  font-size: 0.130208rem;
  font-weight: 400;
}

.el-step__icon-inner.is-status {
  -webkit-transform: translateY(0.005208rem);
  transform: translateY(0.005208rem);
}

.el-step__line {
  position: absolute;
  border-color: inherit;
  background-color: #C0C4CC;
}

.el-step__line-inner {
  display: block;
  border-width: 0.005208rem;
  border-style: solid;
  border-color: inherit;
  -webkit-transition: .15s ease-out;
  transition: .15s ease-out;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 0;
  height: 0;
}

.el-step__main {
  white-space: normal;
  text-align: left;
}

.el-step__title {
  font-size: 0.083333rem;
  line-height: 0.197917rem;
}

.el-step__title.is-process {
  font-weight: 700;
  color: #303133;
}

.el-step__title.is-wait {
  color: #C0C4CC;
}

.el-step__title.is-success {
  color: #67C23A;
}

.el-step__title.is-error {
  color: #F56C6C;
}

.el-step__title.is-finish {
  color: #409EFF;
}

.el-step__description {
  padding-right: 10%;
  margin-top: -0.026042rem;
  font-size: 0.0625rem;
  line-height: 0.104167rem;
  font-weight: 400;
}

.el-step__description.is-process {
  color: #303133;
}

.el-step__description.is-wait {
  color: #C0C4CC;
}

.el-step__description.is-success {
  color: #67C23A;
}

.el-step__description.is-error {
  color: #F56C6C;
}

.el-step__description.is-finish {
  color: #409EFF;
}

.el-step.is-horizontal {
  display: inline-block;
}

.el-step.is-horizontal .el-step__line {
  height: 0.010417rem;
  top: 0.057292rem;
  left: 0;
  right: 0;
}

.el-step.is-vertical {
  display: flex;
}

.el-step.is-vertical .el-step__head {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  width: 0.125rem;
}

.el-step.is-vertical .el-step__main {
  padding-left: 0.052083rem;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.el-step.is-vertical .el-step__title {
  line-height: 0.125rem;
  padding-bottom: 0.041667rem;
}

.el-step.is-vertical .el-step__line {
  width: 0.010417rem;
  top: 0;
  bottom: 0;
  left: 0.057292rem;
}

.el-step.is-vertical .el-step__icon.is-icon {
  width: 0.125rem;
}

.el-step.is-center .el-step__head,
.el-step.is-center .el-step__main {
  text-align: center;
}

.el-step.is-center .el-step__description {
  padding-left: 20%;
  padding-right: 20%;
}

.el-step.is-center .el-step__line {
  left: 50%;
  right: -50%;
}

.el-step.is-simple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.el-step.is-simple .el-step__head {
  width: auto;
  font-size: 0;
  padding-right: 0.052083rem;
}

.el-step.is-simple .el-step__icon {
  background: 0 0;
  width: 0.083333rem;
  height: 0.083333rem;
  font-size: 0.0625rem;
}

.el-step.is-simple .el-step__icon-inner[class*=el-icon]:not(.is-status) {
  font-size: 0.09375rem;
}

.el-step.is-simple .el-step__icon-inner.is-status {
  -webkit-transform: scale(.8) translateY(0.005208rem);
  transform: scale(.8) translateY(0.005208rem);
}

.el-step.is-simple .el-step__main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.el-step.is-simple .el-step__title {
  font-size: 0.083333rem;
  line-height: 0.104167rem;
}

.el-step.is-simple:not(:last-of-type) .el-step__title {
  max-width: 50%;
  word-break: break-all;
}

.el-step.is-simple .el-step__arrow {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.el-step.is-simple .el-step__arrow::after,
.el-step.is-simple .el-step__arrow::before {
  content: '';
  display: inline-block;
  position: absolute;
  height: 0.078125rem;
  width: 0.005208rem;
  background: #C0C4CC;
}

.el-step.is-simple .el-step__arrow::before {
  -webkit-transform: rotate(-45deg) translateY(-0.020833rem);
  transform: rotate(-45deg) translateY(-0.020833rem);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.el-step.is-simple .el-step__arrow::after {
  -webkit-transform: rotate(45deg) translateY(0.020833rem);
  transform: rotate(45deg) translateY(0.020833rem);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.el-step.is-simple:last-of-type .el-step__arrow {
  display: none;
}

.el-carousel {
  position: relative;
}

.el-carousel--horizontal {
  overflow-x: hidden;
}

.el-carousel--vertical {
  overflow-y: hidden;
}

.el-carousel__container {
  position: relative;
  height: 1.5625rem;
}

.el-carousel__arrow {
  border: none;
  outline: 0;
  padding: 0;
  margin: 0;
  height: 0.1875rem;
  width: 0.1875rem;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
  border-radius: 50%;
  background-color: rgba(31,45,61,.11);
  color: #FFF;
  position: absolute;
  top: 50%;
  z-index: 10;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  font-size: 0.0625rem;
}

.el-carousel__arrow--left {
  left: 0.083333rem;
}

.el-carousel__arrow--right {
  right: 0.083333rem;
}

.el-carousel__arrow:hover {
  background-color: rgba(31,45,61,.23);
}

.el-carousel__arrow i {
  cursor: pointer;
}

.el-carousel__indicators {
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 2;
}

.el-carousel__indicators--horizontal {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.el-carousel__indicators--vertical {
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.el-carousel__indicators--outside {
  bottom: 0.135417rem;
  text-align: center;
  position: static;
  -webkit-transform: none;
  transform: none;
}

.el-carousel__indicators--outside .el-carousel__indicator:hover button {
  opacity: .64;
}

.el-carousel__indicators--outside button {
  background-color: #C0C4CC;
  opacity: .24;
}

.el-carousel__indicators--labels {
  left: 0;
  right: 0;
  -webkit-transform: none;
  transform: none;
  text-align: center;
}

.el-carousel__indicators--labels .el-carousel__button {
  height: auto;
  width: auto;
  padding: 0.010417rem 0.09375rem;
  font-size: 0.0625rem;
}

.el-carousel__indicators--labels .el-carousel__indicator {
  padding: 0.03125rem 0.020833rem;
}

.el-carousel__indicator {
  background-color: transparent;
  cursor: pointer;
}

.el-carousel__indicator:hover button {
  opacity: .72;
}

.el-carousel__indicator--horizontal {
  display: inline-block;
  padding: 0.0625rem 0.020833rem;
}

.el-carousel__indicator--vertical {
  padding: 0.020833rem 0.0625rem;
}

.el-carousel__indicator--vertical .el-carousel__button {
  width: 0.010417rem;
  height: 0.078125rem;
}

.el-carousel__indicator.is-active button {
  opacity: 1;
}

.el-carousel__button {
  display: block;
  opacity: .48;
  width: 0.15625rem;
  height: 0.010417rem;
  background-color: #FFF;
  border: none;
  outline: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

.el-carousel__item,
.el-carousel__mask {
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.carousel-arrow-left-enter,
.carousel-arrow-left-leave-active {
  -webkit-transform: translateY(-50%) translateX(-0.052083rem);
  transform: translateY(-50%) translateX(-0.052083rem);
  opacity: 0;
}

.carousel-arrow-right-enter,
.carousel-arrow-right-leave-active {
  -webkit-transform: translateY(-50%) translateX(0.052083rem);
  transform: translateY(-50%) translateX(0.052083rem);
  opacity: 0;
}

.el-carousel__item {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  z-index: 0;
}

.el-carousel__item.is-active {
  z-index: 2;
}

.el-carousel__item.is-animating {
  -webkit-transition: -webkit-transform .4s ease-in-out;
  transition: -webkit-transform .4s ease-in-out;
  transition: transform .4s ease-in-out;
  transition: transform .4s ease-in-out,-webkit-transform .4s ease-in-out;
}

.el-carousel__item--card {
  width: 50%;
  -webkit-transition: -webkit-transform .4s ease-in-out;
  transition: -webkit-transform .4s ease-in-out;
  transition: transform .4s ease-in-out;
  transition: transform .4s ease-in-out,-webkit-transform .4s ease-in-out;
}

.el-carousel__item--card.is-in-stage {
  cursor: pointer;
  z-index: 1;
}

.el-carousel__item--card.is-in-stage.is-hover .el-carousel__mask,
.el-carousel__item--card.is-in-stage:hover .el-carousel__mask {
  opacity: .12;
}

.el-carousel__item--card.is-active {
  z-index: 2;
}

.el-carousel__mask {
  width: 100%;
  background-color: #FFF;
  opacity: .24;
  -webkit-transition: .2s;
  transition: .2s;
}

.el-fade-in-enter,
.el-fade-in-leave-active,
.el-fade-in-linear-enter,
.el-fade-in-linear-leave,
.el-fade-in-linear-leave-active,
.fade-in-linear-enter,
.fade-in-linear-leave,
.fade-in-linear-leave-active {
  opacity: 0;
}

.fade-in-linear-enter-active,
.fade-in-linear-leave-active {
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

.el-fade-in-linear-enter-active,
.el-fade-in-linear-leave-active {
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

.el-fade-in-enter-active,
.el-fade-in-leave-active {
  -webkit-transition: all .3s cubic-bezier(.55,0,.1,1);
  transition: all .3s cubic-bezier(.55,0,.1,1);
}

.el-zoom-in-center-enter-active,
.el-zoom-in-center-leave-active {
  -webkit-transition: all .3s cubic-bezier(.55,0,.1,1);
  transition: all .3s cubic-bezier(.55,0,.1,1);
}

.el-zoom-in-center-enter,
.el-zoom-in-center-leave-active {
  opacity: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.el-zoom-in-top-enter-active,
.el-zoom-in-top-leave-active {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
  transition: opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
  transition: transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);
  transition: transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
  -webkit-transform-origin: center top;
  transform-origin: center top;
}

.el-zoom-in-top-enter,
.el-zoom-in-top-leave-active {
  opacity: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

.el-zoom-in-bottom-enter-active,
.el-zoom-in-bottom-leave-active {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
  transition: opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
  transition: transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);
  transition: transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

.el-zoom-in-bottom-enter,
.el-zoom-in-bottom-leave-active {
  opacity: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

.el-zoom-in-left-enter-active,
.el-zoom-in-left-leave-active {
  opacity: 1;
  -webkit-transform: scale(1,1);
  transform: scale(1,1);
  -webkit-transition: opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
  transition: opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
  transition: transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);
  transition: transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

.el-zoom-in-left-enter,
.el-zoom-in-left-leave-active {
  opacity: 0;
  -webkit-transform: scale(.45,.45);
  transform: scale(.45,.45);
}

.collapse-transition {
  -webkit-transition: .3s height ease-in-out,.3s padding-top ease-in-out,.3s padding-bottom ease-in-out;
  transition: .3s height ease-in-out,.3s padding-top ease-in-out,.3s padding-bottom ease-in-out;
}

.horizontal-collapse-transition {
  -webkit-transition: .3s width ease-in-out,.3s padding-left ease-in-out,.3s padding-right ease-in-out;
  transition: .3s width ease-in-out,.3s padding-left ease-in-out,.3s padding-right ease-in-out;
}

.el-list-enter-active,
.el-list-leave-active {
  -webkit-transition: all 1s;
  transition: all 1s;
}

.el-list-enter,
.el-list-leave-active {
  opacity: 0;
  -webkit-transform: translateY(-0.15625rem);
  transform: translateY(-0.15625rem);
}

.el-opacity-transition {
  -webkit-transition: opacity .3s cubic-bezier(.55,0,.1,1);
  transition: opacity .3s cubic-bezier(.55,0,.1,1);
}

.el-collapse {
  border-top: 0.005208rem solid #EBEEF5;
  border-bottom: 0.005208rem solid #EBEEF5;
}

.el-collapse-item.is-disabled .el-collapse-item__header {
  color: #bbb;
  cursor: not-allowed;
}

.el-collapse-item__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 0.25rem;
  line-height: 0.25rem;
  background-color: #FFF;
  color: #303133;
  cursor: pointer;
  border-bottom: 0.005208rem solid #EBEEF5;
  font-size: 0.067708rem;
  font-weight: 500;
  -webkit-transition: border-bottom-color .3s;
  transition: border-bottom-color .3s;
  outline: 0;
}

.el-collapse-item__arrow {
  margin: 0 0.041667rem 0 auto;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s,-webkit-transform .3s;
  font-weight: 300;
}

.el-collapse-item__arrow.is-active {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.el-collapse-item__header.focusing:focus:not(:hover) {
  color: #409EFF;
}

.el-collapse-item__header.is-active {
  border-bottom-color: transparent;
}

.el-collapse-item__wrap {
  will-change: height;
  background-color: #FFF;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 0.005208rem solid #EBEEF5;
}

.el-cascader__tags,
.el-tag {
  -webkit-box-sizing: border-box;
}

.el-collapse-item__content {
  padding-bottom: 0.130208rem;
  font-size: 0.067708rem;
  color: #303133;
  line-height: 1.769230769230769;
}

.el-collapse-item:last-child {
  margin-bottom: -0.005208rem;
}

.el-popper .popper__arrow,
.el-popper .popper__arrow::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.el-popper .popper__arrow {
  border-width: 0.03125rem;
  -webkit-filter: drop-shadow(0 0.010417rem 0.0625rem rgba(0, 0, 0, .03));
  filter: drop-shadow(0 0.010417rem 0.0625rem rgba(0, 0, 0, .03));
}

.el-popper .popper__arrow::after {
  content: " ";
  border-width: 0.03125rem;
}

.el-popper[x-placement^=top] {
  margin-bottom: 0.0625rem;
}

.el-popper[x-placement^=top] .popper__arrow {
  bottom: -0.03125rem;
  left: 50%;
  margin-right: 0.015625rem;
  border-top-color: #EBEEF5;
  border-bottom-width: 0;
}

.el-popper[x-placement^=top] .popper__arrow::after {
  bottom: 0.005208rem;
  margin-left: -0.03125rem;
  border-top-color: #FFF;
  border-bottom-width: 0;
}

.el-popper[x-placement^=bottom] {
  margin-top: 0.0625rem;
}

.el-popper[x-placement^=bottom] .popper__arrow {
  top: -0.03125rem;
  left: 50%;
  margin-right: 0.015625rem;
  border-top-width: 0;
  border-bottom-color: #EBEEF5;
}

.el-popper[x-placement^=bottom] .popper__arrow::after {
  top: 0.005208rem;
  margin-left: -0.03125rem;
  border-top-width: 0;
  border-bottom-color: #FFF;
}

.el-popper[x-placement^=right] {
  margin-left: 0.0625rem;
}

.el-popper[x-placement^=right] .popper__arrow {
  top: 50%;
  left: -0.03125rem;
  margin-bottom: 0.015625rem;
  border-right-color: #EBEEF5;
  border-left-width: 0;
}

.el-popper[x-placement^=right] .popper__arrow::after {
  bottom: -0.03125rem;
  left: 0.005208rem;
  border-right-color: #FFF;
  border-left-width: 0;
}

.el-popper[x-placement^=left] {
  margin-right: 0.0625rem;
}

.el-popper[x-placement^=left] .popper__arrow {
  top: 50%;
  right: -0.03125rem;
  margin-bottom: 0.015625rem;
  border-right-width: 0;
  border-left-color: #EBEEF5;
}

.el-popper[x-placement^=left] .popper__arrow::after {
  right: 0.005208rem;
  bottom: -0.03125rem;
  margin-left: -0.03125rem;
  border-right-width: 0;
  border-left-color: #FFF;
}

.el-tag {
  background-color: #ecf5ff;
  border-color: #d9ecff;
  display: inline-block;
  height: 0.166667rem;
  padding: 0 0.052083rem;
  line-height: 0.15625rem;
  font-size: 0.0625rem;
  color: #409EFF;
  border-width: 0.005208rem;
  border-style: solid;
  border-radius: 0.020833rem;
  box-sizing: border-box;
  white-space: nowrap;
}

.el-tag.is-hit {
  border-color: #409EFF;
}

.el-tag .el-tag__close {
  color: #409eff;
}

.el-tag .el-tag__close:hover {
  color: #FFF;
  background-color: #409eff;
}

.el-tag.el-tag--info {
  background-color: #f4f4f5;
  border-color: #e9e9eb;
  color: #909399;
}

.el-tag.el-tag--info.is-hit {
  border-color: #909399;
}

.el-tag.el-tag--info .el-tag__close {
  color: #909399;
}

.el-tag.el-tag--info .el-tag__close:hover {
  color: #FFF;
  background-color: #909399;
}

.el-tag.el-tag--success {
  background-color: #f0f9eb;
  border-color: #e1f3d8;
  color: #67c23a;
}

.el-tag.el-tag--success.is-hit {
  border-color: #67C23A;
}

.el-tag.el-tag--success .el-tag__close {
  color: #67c23a;
}

.el-tag.el-tag--success .el-tag__close:hover {
  color: #FFF;
  background-color: #67c23a;
}

.el-tag.el-tag--warning {
  background-color: #fdf6ec;
  border-color: #faecd8;
  color: #e6a23c;
}

.el-tag.el-tag--warning.is-hit {
  border-color: #E6A23C;
}

.el-tag.el-tag--warning .el-tag__close {
  color: #e6a23c;
}

.el-tag.el-tag--warning .el-tag__close:hover {
  color: #FFF;
  background-color: #e6a23c;
}

.el-tag.el-tag--danger {
  background-color: #fef0f0;
  border-color: #fde2e2;
  color: #f56c6c;
}

.el-tag.el-tag--danger.is-hit {
  border-color: #F56C6C;
}

.el-tag.el-tag--danger .el-tag__close {
  color: #f56c6c;
}

.el-tag.el-tag--danger .el-tag__close:hover {
  color: #FFF;
  background-color: #f56c6c;
}

.el-tag .el-icon-close {
  border-radius: 50%;
  text-align: center;
  position: relative;
  cursor: pointer;
  font-size: 0.0625rem;
  height: 0.083333rem;
  width: 0.083333rem;
  line-height: 0.083333rem;
  vertical-align: middle;
  top: -0.005208rem;
  right: -0.026042rem;
}

.el-tag .el-icon-close::before {
  display: block;
}

.el-tag--dark {
  background-color: #409eff;
  border-color: #409eff;
  color: #fff;
}

.el-tag--dark.is-hit {
  border-color: #409EFF;
}

.el-tag--dark .el-tag__close {
  color: #fff;
}

.el-tag--dark .el-tag__close:hover {
  color: #FFF;
  background-color: #66b1ff;
}

.el-tag--dark.el-tag--info {
  background-color: #909399;
  border-color: #909399;
  color: #fff;
}

.el-tag--dark.el-tag--info.is-hit {
  border-color: #909399;
}

.el-tag--dark.el-tag--info .el-tag__close {
  color: #fff;
}

.el-tag--dark.el-tag--info .el-tag__close:hover {
  color: #FFF;
  background-color: #a6a9ad;
}

.el-tag--dark.el-tag--success {
  background-color: #67c23a;
  border-color: #67c23a;
  color: #fff;
}

.el-tag--dark.el-tag--success.is-hit {
  border-color: #67C23A;
}

.el-tag--dark.el-tag--success .el-tag__close {
  color: #fff;
}

.el-tag--dark.el-tag--success .el-tag__close:hover {
  color: #FFF;
  background-color: #85ce61;
}

.el-tag--dark.el-tag--warning {
  background-color: #e6a23c;
  border-color: #e6a23c;
  color: #fff;
}

.el-tag--dark.el-tag--warning.is-hit {
  border-color: #E6A23C;
}

.el-tag--dark.el-tag--warning .el-tag__close {
  color: #fff;
}

.el-tag--dark.el-tag--warning .el-tag__close:hover {
  color: #FFF;
  background-color: #ebb563;
}

.el-tag--dark.el-tag--danger {
  background-color: #f56c6c;
  border-color: #f56c6c;
  color: #fff;
}

.el-tag--dark.el-tag--danger.is-hit {
  border-color: #F56C6C;
}

.el-tag--dark.el-tag--danger .el-tag__close {
  color: #fff;
}

.el-tag--dark.el-tag--danger .el-tag__close:hover {
  color: #FFF;
  background-color: #f78989;
}

.el-tag--plain {
  background-color: #fff;
  border-color: #b3d8ff;
  color: #409eff;
}

.el-tag--plain.is-hit {
  border-color: #409EFF;
}

.el-tag--plain .el-tag__close {
  color: #409eff;
}

.el-tag--plain .el-tag__close:hover {
  color: #FFF;
  background-color: #409eff;
}

.el-tag--plain.el-tag--info {
  background-color: #fff;
  border-color: #d3d4d6;
  color: #909399;
}

.el-tag--plain.el-tag--info.is-hit {
  border-color: #909399;
}

.el-tag--plain.el-tag--info .el-tag__close {
  color: #909399;
}

.el-tag--plain.el-tag--info .el-tag__close:hover {
  color: #FFF;
  background-color: #909399;
}

.el-tag--plain.el-tag--success {
  background-color: #fff;
  border-color: #c2e7b0;
  color: #67c23a;
}

.el-tag--plain.el-tag--success.is-hit {
  border-color: #67C23A;
}

.el-tag--plain.el-tag--success .el-tag__close {
  color: #67c23a;
}

.el-tag--plain.el-tag--success .el-tag__close:hover {
  color: #FFF;
  background-color: #67c23a;
}

.el-tag--plain.el-tag--warning {
  background-color: #fff;
  border-color: #f5dab1;
  color: #e6a23c;
}

.el-tag--plain.el-tag--warning.is-hit {
  border-color: #E6A23C;
}

.el-tag--plain.el-tag--warning .el-tag__close {
  color: #e6a23c;
}

.el-tag--plain.el-tag--warning .el-tag__close:hover {
  color: #FFF;
  background-color: #e6a23c;
}

.el-tag--plain.el-tag--danger {
  background-color: #fff;
  border-color: #fbc4c4;
  color: #f56c6c;
}

.el-tag--plain.el-tag--danger.is-hit {
  border-color: #F56C6C;
}

.el-tag--plain.el-tag--danger .el-tag__close {
  color: #f56c6c;
}

.el-tag--plain.el-tag--danger .el-tag__close:hover {
  color: #FFF;
  background-color: #f56c6c;
}

.el-tag--medium {
  height: 0.145833rem;
  line-height: 0.135417rem;
}

.el-tag--medium .el-icon-close {
  -webkit-transform: scale(.8);
  transform: scale(.8);
}

.el-tag--small {
  height: 0.125rem;
  padding: 0 0.041667rem;
  line-height: 0.114583rem;
}

.el-tag--small .el-icon-close {
  -webkit-transform: scale(.8);
  transform: scale(.8);
}

.el-tag--mini {
  height: 0.104167rem;
  padding: 0 0.026042rem;
  line-height: 0.098958rem;
}

.el-tag--mini .el-icon-close {
  margin-left: -0.015625rem;
  -webkit-transform: scale(.7);
  transform: scale(.7);
}

.el-cascader {
  display: inline-block;
  position: relative;
  font-size: 0.072917rem;
  line-height: 0.208333rem;
}

.el-cascader:not(.is-disabled):hover .el-input__inner {
  cursor: pointer;
  border-color: #C0C4CC;
}

.el-cascader .el-input .el-input__inner:focus,
.el-cascader .el-input.is-focus .el-input__inner {
  border-color: #409EFF;
}

.el-cascader .el-input {
  cursor: pointer;
}

.el-cascader .el-input .el-input__inner {
  text-overflow: ellipsis;
}

.el-cascader .el-input .el-icon-arrow-down {
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s,-webkit-transform .3s;
  font-size: 0.072917rem;
}

.el-cascader .el-input .el-icon-arrow-down.is-reverse {
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

.el-cascader .el-input .el-icon-circle-close:hover {
  color: #909399;
}

.el-cascader--medium {
  font-size: 0.072917rem;
  line-height: 0.1875rem;
}

.el-cascader--small {
  font-size: 0.067708rem;
  line-height: 0.166667rem;
}

.el-cascader--mini {
  font-size: 0.0625rem;
  line-height: 0.145833rem;
}

.el-cascader.is-disabled .el-cascader__label {
  z-index: 2;
  color: #C0C4CC;
}

.el-cascader__dropdown {
  margin: 0.026042rem 0;
  font-size: 0.072917rem;
  background: #FFF;
  border: 0.005208rem solid #E4E7ED;
  border-radius: 0.020833rem;
  -webkit-box-shadow: 0 0.010417rem 0.0625rem 0 rgba(0,0,0,.1);
  box-shadow: 0 0.010417rem 0.0625rem 0 rgba(0,0,0,.1);
}

.el-cascader__tags {
  position: absolute;
  left: 0;
  right: 0.15625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: normal;
  text-align: left;
  box-sizing: border-box;
}

.el-cascader__tags .el-tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%;
  margin: 0.010417rem 0 0.010417rem 0.03125rem;
  text-overflow: ellipsis;
  background: #f0f2f5;
}

.el-cascader__tags .el-tag:not(.is-hit) {
  border-color: transparent;
}

.el-cascader__tags .el-tag>span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.el-cascader__tags .el-tag .el-icon-close {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  background-color: #C0C4CC;
  color: #FFF;
}

.el-cascader__tags .el-tag .el-icon-close:hover {
  background-color: #909399;
}

.el-cascader__suggestion-panel {
  border-radius: 0.020833rem;
}

.el-cascader__suggestion-list {
  max-height: 1.0625rem;
  margin: 0;
  padding: 0.03125rem 0;
  font-size: 0.072917rem;
  color: #606266;
  text-align: center;
}

.el-cascader__suggestion-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 0.177083rem;
  padding: 0 0.078125rem;
  text-align: left;
  outline: 0;
  cursor: pointer;
}

.el-cascader__suggestion-item:focus,
.el-cascader__suggestion-item:hover {
  background: #F5F7FA;
}

.el-cascader__suggestion-item.is-checked {
  color: #409EFF;
  font-weight: 700;
}

.el-cascader__suggestion-item>span {
  margin-right: 0.052083rem;
}

.el-cascader__empty-text {
  margin: 0.052083rem 0;
  color: #C0C4CC;
}

.el-cascader__search-input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 0.125rem;
  min-width: 0.3125rem;
  margin: 0.010417rem 0 0.010417rem 0.078125rem;
  padding: 0;
  color: #606266;
  border: none;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.el-cascader__search-input::-webkit-input-placeholder {
  color: #C0C4CC;
}

.el-cascader__search-input:-ms-input-placeholder {
  color: #C0C4CC;
}

.el-cascader__search-input::-ms-input-placeholder {
  color: #C0C4CC;
}

.el-cascader__search-input::placeholder {
  color: #C0C4CC;
}

.el-color-predefine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.0625rem;
  margin-top: 0.041667rem;
  width: 1.458333rem;
}

.el-color-predefine__colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.el-color-predefine__color-selector {
  margin: 0 0 0.041667rem 0.041667rem;
  width: 0.104167rem;
  height: 0.104167rem;
  border-radius: 0.020833rem;
  cursor: pointer;
}

.el-color-predefine__color-selector:nth-child(10n+1) {
  margin-left: 0;
}

.el-color-predefine__color-selector.selected {
  -webkit-box-shadow: 0 0 0.015625rem 0.010417rem #409EFF;
  box-shadow: 0 0 0.015625rem 0.010417rem #409EFF;
}

.el-color-predefine__color-selector>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  border-radius: 0.015625rem;
}

.el-color-predefine__color-selector.is-alpha {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}

.el-color-hue-slider {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1.458333rem;
  height: 0.0625rem;
  background-color: red;
  padding: 0 0.010417rem;
}

.el-color-hue-slider__bar {
  position: relative;
  background: -webkit-gradient(linear,left top,right top,from(red),color-stop(17%,#ff0),color-stop(33%,#0f0),color-stop(50%,#0ff),color-stop(67%,#00f),color-stop(83%,#f0f),to(red));
  background: linear-gradient(to right,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red 100%);
  height: 100%;
}

.el-color-hue-slider__thumb {
  position: absolute;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  top: 0;
  width: 0.020833rem;
  height: 100%;
  border-radius: 0.005208rem;
  background: #fff;
  border: 0.005208rem solid #f0f0f0;
  -webkit-box-shadow: 0 0 0.010417rem rgba(0,0,0,.6);
  box-shadow: 0 0 0.010417rem rgba(0,0,0,.6);
  z-index: 1;
}

.el-color-hue-slider.is-vertical {
  width: 0.0625rem;
  height: 0.9375rem;
  padding: 0.010417rem 0;
}

.el-color-hue-slider.is-vertical .el-color-hue-slider__bar {
  background: -webkit-gradient(linear,left top,left bottom,from(red),color-stop(17%,#ff0),color-stop(33%,#0f0),color-stop(50%,#0ff),color-stop(67%,#00f),color-stop(83%,#f0f),to(red));
  background: linear-gradient(to bottom,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red 100%);
}

.el-color-hue-slider.is-vertical .el-color-hue-slider__thumb {
  left: 0;
  top: 0;
  width: 100%;
  height: 0.020833rem;
}

.el-color-svpanel {
  position: relative;
  width: 1.458333rem;
  height: 0.9375rem;
}

.el-color-svpanel__black,
.el-color-svpanel__white {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.el-color-svpanel__white {
  background: -webkit-gradient(linear,left top,right top,from(#fff),to(rgba(255,255,255,0)));
  background: linear-gradient(to right,#fff,rgba(255,255,255,0));
}

.el-color-svpanel__black {
  background: -webkit-gradient(linear,left bottom,left top,from(#000),to(rgba(0,0,0,0)));
  background: linear-gradient(to top,#000,rgba(0,0,0,0));
}

.el-color-svpanel__cursor {
  position: absolute;
}

.el-color-svpanel__cursor>div {
  cursor: head;
  width: 0.020833rem;
  height: 0.020833rem;
  -webkit-box-shadow: 0 0 0 0.007813rem #fff,inset 0 0 0.005208rem 0.005208rem rgba(0,0,0,.3),0 0 0.005208rem 0.010417rem rgba(0,0,0,.4);
  box-shadow: 0 0 0 0.007813rem #fff,inset 0 0 0.005208rem 0.005208rem rgba(0,0,0,.3),0 0 0.005208rem 0.010417rem rgba(0,0,0,.4);
  border-radius: 50%;
  -webkit-transform: translate(-0.010417rem,-0.010417rem);
  transform: translate(-0.010417rem,-0.010417rem);
}

.el-color-alpha-slider {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1.458333rem;
  height: 0.0625rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}

.el-color-alpha-slider__bar {
  position: relative;
  background: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,0)),to(white));
  background: linear-gradient(to right,rgba(255,255,255,0) 0,#fff 100%);
  height: 100%;
}

.el-color-alpha-slider__thumb {
  position: absolute;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  top: 0;
  width: 0.020833rem;
  height: 100%;
  border-radius: 0.005208rem;
  background: #fff;
  border: 0.005208rem solid #f0f0f0;
  -webkit-box-shadow: 0 0 0.010417rem rgba(0,0,0,.6);
  box-shadow: 0 0 0.010417rem rgba(0,0,0,.6);
  z-index: 1;
}

.el-color-alpha-slider.is-vertical {
  width: 0.104167rem;
  height: 0.9375rem;
}

.el-color-alpha-slider.is-vertical .el-color-alpha-slider__bar {
  background: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),to(white));
  background: linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 100%);
}

.el-color-alpha-slider.is-vertical .el-color-alpha-slider__thumb {
  left: 0;
  top: 0;
  width: 100%;
  height: 0.020833rem;
}

.el-color-dropdown {
  width: 1.5625rem;
}

.el-color-dropdown__main-wrapper {
  margin-bottom: 0.03125rem;
}

.el-color-dropdown__main-wrapper::after {
  content: "";
  display: table;
  clear: both;
}

.el-color-dropdown__btns {
  margin-top: 0.03125rem;
  text-align: right;
}

.el-color-dropdown__value {
  float: left;
  line-height: 0.135417rem;
  font-size: 0.0625rem;
  color: #000;
  width: 0.833333rem;
}

.el-color-dropdown__btn {
  border: 0.005208rem solid #dcdcdc;
  color: #333;
  line-height: 0.125rem;
  border-radius: 0.010417rem;
  padding: 0 0.104167rem;
  cursor: pointer;
  background-color: transparent;
  outline: 0;
  font-size: 0.0625rem;
}

.el-color-dropdown__btn[disabled] {
  color: #ccc;
  cursor: not-allowed;
}

.el-color-dropdown__btn:hover {
  color: #409EFF;
  border-color: #409EFF;
}

.el-color-dropdown__link-btn {
  cursor: pointer;
  color: #409EFF;
  text-decoration: none;
  padding: 0.078125rem;
  font-size: 0.0625rem;
}

.el-color-dropdown__link-btn:hover {
  color: tint(#409EFF,20%);
}

.el-color-picker {
  display: inline-block;
  position: relative;
  line-height: normal;
  height: 0.208333rem;
}

.el-color-picker.is-disabled .el-color-picker__trigger {
  cursor: not-allowed;
}

.el-color-picker--medium {
  height: 0.1875rem;
}

.el-color-picker--medium .el-color-picker__trigger {
  height: 0.1875rem;
  width: 0.1875rem;
}

.el-color-picker--medium .el-color-picker__mask {
  height: 0.177083rem;
  width: 0.177083rem;
}

.el-color-picker--small {
  height: 0.166667rem;
}

.el-color-picker--small .el-color-picker__trigger {
  height: 0.166667rem;
  width: 0.166667rem;
}

.el-color-picker--small .el-color-picker__mask {
  height: 0.15625rem;
  width: 0.15625rem;
}

.el-color-picker--small .el-color-picker__empty,
.el-color-picker--small .el-color-picker__icon {
  -webkit-transform: translate3d(-50%,-50%,0) scale(.8);
  transform: translate3d(-50%,-50%,0) scale(.8);
}

.el-color-picker--mini {
  height: 0.145833rem;
}

.el-color-picker--mini .el-color-picker__trigger {
  height: 0.145833rem;
  width: 0.145833rem;
}

.el-color-picker--mini .el-color-picker__mask {
  height: 0.135417rem;
  width: 0.135417rem;
}

.el-color-picker--mini .el-color-picker__empty,
.el-color-picker--mini .el-color-picker__icon {
  -webkit-transform: translate3d(-50%,-50%,0) scale(.8);
  transform: translate3d(-50%,-50%,0) scale(.8);
}

.el-color-picker__mask {
  height: 0.197917rem;
  width: 0.197917rem;
  border-radius: 0.020833rem;
  position: absolute;
  top: 0.005208rem;
  left: 0.005208rem;
  z-index: 1;
  cursor: not-allowed;
  background-color: rgba(255,255,255,.7);
}

.el-color-picker__trigger {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 0.208333rem;
  width: 0.208333rem;
  padding: 0.020833rem;
  border: 0.005208rem solid #e6e6e6;
  border-radius: 0.020833rem;
  font-size: 0;
  position: relative;
  cursor: pointer;
}

.el-color-picker__color {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0.005208rem solid #999;
  border-radius: 0.010417rem;
  width: 100%;
  height: 100%;
  text-align: center;
}

.el-color-picker__color.is-alpha {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}

.el-color-picker__color-inner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.el-color-picker__empty,
.el-color-picker__icon {
  top: 50%;
  left: 50%;
  font-size: 0.0625rem;
  position: absolute;
}

.el-color-picker__empty {
  color: #999;
  -webkit-transform: translate3d(-50%,-50%,0);
  transform: translate3d(-50%,-50%,0);
}

.el-color-picker__icon {
  display: inline-block;
  width: 100%;
  -webkit-transform: translate3d(-50%,-50%,0);
  transform: translate3d(-50%,-50%,0);
  color: #FFF;
  text-align: center;
}

.el-color-picker__panel {
  position: absolute;
  z-index: 10;
  padding: 0.03125rem;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  background-color: #FFF;
  border: 0.005208rem solid #EBEEF5;
  border-radius: 0.020833rem;
  -webkit-box-shadow: 0 0.010417rem 0.0625rem 0 rgba(0,0,0,.1);
  box-shadow: 0 0.010417rem 0.0625rem 0 rgba(0,0,0,.1);
}

.el-textarea {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: bottom;
  font-size: 0.072917rem;
}

.el-textarea__inner {
  display: block;
  resize: vertical;
  padding: 0.026042rem 0.078125rem;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  font-size: inherit;
  color: #606266;
  background-color: #FFF;
  background-image: none;
  border: 0.005208rem solid #DCDFE6;
  border-radius: 0.020833rem;
  -webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
  transition: border-color .2s cubic-bezier(.645,.045,.355,1);
}

.el-textarea__inner::-webkit-input-placeholder {
  color: #C0C4CC;
}

.el-textarea__inner:-ms-input-placeholder {
  color: #C0C4CC;
}

.el-textarea__inner::-ms-input-placeholder {
  color: #C0C4CC;
}

.el-textarea__inner::placeholder {
  color: #C0C4CC;
}

.el-textarea__inner:hover {
  border-color: #C0C4CC;
}

.el-textarea__inner:focus {
  outline: 0;
  border-color: #409EFF;
}

.el-textarea .el-input__count {
  color: #909399;
  background: #FFF;
  position: absolute;
  font-size: 0.0625rem;
  bottom: 0.026042rem;
  right: 0.052083rem;
}

.el-textarea.is-disabled .el-textarea__inner {
  background-color: #F5F7FA;
  border-color: #E4E7ED;
  color: #C0C4CC;
  cursor: not-allowed;
}

.el-textarea.is-disabled .el-textarea__inner::-webkit-input-placeholder {
  color: #C0C4CC;
}

.el-textarea.is-disabled .el-textarea__inner:-ms-input-placeholder {
  color: #C0C4CC;
}

.el-textarea.is-disabled .el-textarea__inner::-ms-input-placeholder {
  color: #C0C4CC;
}

.el-textarea.is-disabled .el-textarea__inner::placeholder {
  color: #C0C4CC;
}

.el-textarea.is-exceed .el-textarea__inner {
  border-color: #F56C6C;
}

.el-textarea.is-exceed .el-input__count {
  color: #F56C6C;
}

.el-input {
  position: relative;
  font-size: 0.072917rem;
  display: inline-block;
  width: 100%;
}

.el-input::-webkit-scrollbar {
  z-index: 11;
  width: 0.03125rem;
}

.el-input::-webkit-scrollbar:horizontal {
  height: 0.03125rem;
}

.el-input::-webkit-scrollbar-thumb {
  border-radius: 0.026042rem;
  width: 0.03125rem;
  background: #b4bccc;
}

.el-input::-webkit-scrollbar-corner {
  background: #fff;
}

.el-input::-webkit-scrollbar-track {
  background: #fff;
}

.el-input::-webkit-scrollbar-track-piece {
  background: #fff;
  width: 0.03125rem;
}

.el-input .el-input__clear {
  color: #C0C4CC;
  font-size: 0.072917rem;
  cursor: pointer;
  -webkit-transition: color .2s cubic-bezier(.645,.045,.355,1);
  transition: color .2s cubic-bezier(.645,.045,.355,1);
}

.el-input .el-input__clear:hover {
  color: #909399;
}

.el-input .el-input__count {
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #909399;
  font-size: 0.0625rem;
}

.el-input .el-input__count .el-input__count-inner {
  background: #FFF;
  line-height: initial;
  display: inline-block;
  padding: 0 0.026042rem;
}

.el-input__inner {
  -webkit-appearance: none;
  background-color: #FFF;
  background-image: none;
  border-radius: 0.020833rem;
  border: 0.005208rem solid #DCDFE6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: inherit;
  height: 0.208333rem;
  line-height: 0.208333rem;
  outline: 0;
  padding: 0 0.078125rem;
  -webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
  transition: border-color .2s cubic-bezier(.645,.045,.355,1);
  width: 100%;
}

.el-button,
.el-transfer-panel {
  -webkit-box-sizing: border-box;
}

.el-input__prefix,
.el-input__suffix {
  position: absolute;
  top: 0;
  -webkit-transition: all .3s;
  height: 100%;
  color: #C0C4CC;
  text-align: center;
}

.el-input__inner::-webkit-input-placeholder {
  color: #C0C4CC;
}

.el-input__inner:-ms-input-placeholder {
  color: #C0C4CC;
}

.el-input__inner::-ms-input-placeholder {
  color: #C0C4CC;
}

.el-input__inner::placeholder {
  color: #C0C4CC;
}

.el-input__inner:hover {
  border-color: #C0C4CC;
}

.el-input.is-active .el-input__inner,
.el-input__inner:focus {
  border-color: #409EFF;
  outline: 0;
}

.el-input__suffix {
  right: 0.026042rem;
  transition: all .3s;
}

.el-input__suffix-inner {
  pointer-events: all;
}

.el-input__prefix {
  left: 0.026042rem;
  transition: all .3s;
}

.el-input__icon {
  height: 100%;
  width: 0.130208rem;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
  line-height: 0.208333rem;
}

.el-input__icon:after {
  content: '';
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
}

.el-input__validateIcon {
  pointer-events: none;
}

.el-input.is-disabled .el-input__inner {
  background-color: #F5F7FA;
  border-color: #E4E7ED;
  color: #C0C4CC;
  cursor: not-allowed;
}

.el-input.is-disabled .el-input__inner::-webkit-input-placeholder {
  color: #C0C4CC;
}

.el-input.is-disabled .el-input__inner:-ms-input-placeholder {
  color: #C0C4CC;
}

.el-input.is-disabled .el-input__inner::-ms-input-placeholder {
  color: #C0C4CC;
}

.el-input.is-disabled .el-input__inner::placeholder {
  color: #C0C4CC;
}

.el-input.is-disabled .el-input__icon {
  cursor: not-allowed;
}

.el-input.is-exceed .el-input__inner {
  border-color: #F56C6C;
}

.el-input.is-exceed .el-input__suffix .el-input__count {
  color: #F56C6C;
}

.el-input--suffix .el-input__inner {
  padding-right: 0.15625rem;
}

.el-input--prefix .el-input__inner {
  padding-left: 0.15625rem;
}

.el-input--medium {
  font-size: 0.072917rem;
}

.el-input--medium .el-input__inner {
  height: 0.1875rem;
  line-height: 0.1875rem;
}

.el-input--medium .el-input__icon {
  line-height: 0.1875rem;
}

.el-input--small {
  font-size: 0.067708rem;
}

.el-input--small .el-input__inner {
  height: 0.166667rem;
  line-height: 0.166667rem;
}

.el-input--small .el-input__icon {
  line-height: 0.166667rem;
}

.el-input--mini {
  font-size: 0.0625rem;
}

.el-input--mini .el-input__inner {
  height: 0.145833rem;
  line-height: 0.145833rem;
}

.el-input--mini .el-input__icon {
  line-height: 0.145833rem;
}

.el-input-group {
  line-height: normal;
  display: inline-table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.el-input-group>.el-input__inner {
  vertical-align: middle;
  display: table-cell;
}

.el-input-group__append,
.el-input-group__prepend {
  background-color: #F5F7FA;
  color: #909399;
  vertical-align: middle;
  display: table-cell;
  position: relative;
  border: 0.005208rem solid #DCDFE6;
  border-radius: 0.020833rem;
  padding: 0 0.104167rem;
  width: 0.005208rem;
  white-space: nowrap;
}

.el-input-group--prepend .el-input__inner,
.el-input-group__append {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.el-input-group--append .el-input__inner,
.el-input-group__prepend {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.el-input-group__append:focus,
.el-input-group__prepend:focus {
  outline: 0;
}

.el-input-group__append .el-button,
.el-input-group__append .el-select,
.el-input-group__prepend .el-button,
.el-input-group__prepend .el-select {
  display: inline-block;
  margin: -0.052083rem -0.104167rem;
}

.el-input-group__append button.el-button,
.el-input-group__append div.el-select .el-input__inner,
.el-input-group__append div.el-select:hover .el-input__inner,
.el-input-group__prepend button.el-button,
.el-input-group__prepend div.el-select .el-input__inner,
.el-input-group__prepend div.el-select:hover .el-input__inner {
  border-color: transparent;
  background-color: transparent;
  color: inherit;
  border-top: 0;
  border-bottom: 0;
}

.el-input-group__append .el-button,
.el-input-group__append .el-input,
.el-input-group__prepend .el-button,
.el-input-group__prepend .el-input {
  font-size: inherit;
}

.el-input-group__prepend {
  border-right: 0;
}

.el-input-group__append {
  border-left: 0;
}

.el-input-group--append .el-select .el-input.is-focus .el-input__inner,
.el-input-group--prepend .el-select .el-input.is-focus .el-input__inner {
  border-color: transparent;
}

.el-input__inner::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

.el-button {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  background: #FFF;
  border: 0.005208rem solid #DCDFE6;
  color: #606266;
  -webkit-appearance: none;
  text-align: center;
  box-sizing: border-box;
  outline: 0;
  margin: 0;
  -webkit-transition: .1s;
  transition: .1s;
  font-weight: 500;
  padding: 0.0625rem 0.104167rem;
  font-size: 0.072917rem;
  border-radius: 0.020833rem;
}

.el-button+.el-button {
  margin-left: 0.052083rem;
}

.el-button:focus,
.el-button:hover {
  color: #409EFF;
  border-color: #c6e2ff;
  background-color: #ecf5ff;
}

.el-button:active {
  color: #3a8ee6;
  border-color: #3a8ee6;
  outline: 0;
}

.el-button::-moz-focus-inner {
  border: 0;
}

.el-button [class*=el-icon-]+span {
  margin-left: 0.026042rem;
}

.el-button.is-plain:focus,
.el-button.is-plain:hover {
  background: #FFF;
  border-color: #409EFF;
  color: #409EFF;
}

.el-button.is-active,
.el-button.is-plain:active {
  color: #3a8ee6;
  border-color: #3a8ee6;
}

.el-button.is-plain:active {
  background: #FFF;
  outline: 0;
}

.el-button.is-disabled,
.el-button.is-disabled:focus,
.el-button.is-disabled:hover {
  color: #C0C4CC;
  cursor: not-allowed;
  background-image: none;
  background-color: #FFF;
  border-color: #EBEEF5;
}

.el-link,
.el-transfer-panel__filter .el-icon-circle-close {
  cursor: pointer;
}

.el-button.is-disabled.el-button--text {
  background-color: transparent;
}

.el-button.is-disabled.is-plain,
.el-button.is-disabled.is-plain:focus,
.el-button.is-disabled.is-plain:hover {
  background-color: #FFF;
  border-color: #EBEEF5;
  color: #C0C4CC;
}

.el-button.is-loading {
  position: relative;
  pointer-events: none;
}

.el-button.is-loading:before {
  pointer-events: none;
  content: '';
  position: absolute;
  left: -0.005208rem;
  top: -0.005208rem;
  right: -0.005208rem;
  bottom: -0.005208rem;
  border-radius: inherit;
  background-color: rgba(255,255,255,.35);
}

.el-button.is-round {
  border-radius: 0.104167rem;
  padding: 0.0625rem 0.119792rem;
}

.el-button.is-circle {
  border-radius: 50%;
  padding: 0.0625rem;
}

.el-button--primary {
  color: #FFF;
  background-color: #409EFF;
  border-color: #409EFF;
}

.el-button--primary:focus,
.el-button--primary:hover {
  background: #66b1ff;
  border-color: #66b1ff;
  color: #FFF;
}

.el-button--primary.is-active,
.el-button--primary:active {
  background: #3a8ee6;
  border-color: #3a8ee6;
  color: #FFF;
}

.el-button--primary:active {
  outline: 0;
}

.el-button--primary.is-disabled,
.el-button--primary.is-disabled:active,
.el-button--primary.is-disabled:focus,
.el-button--primary.is-disabled:hover {
  color: #FFF;
  background-color: #a0cfff;
  border-color: #a0cfff;
}

.el-button--primary.is-plain {
  color: #409EFF;
  background: #ecf5ff;
  border-color: #b3d8ff;
}

.el-button--primary.is-plain:focus,
.el-button--primary.is-plain:hover {
  background: #409EFF;
  border-color: #409EFF;
  color: #FFF;
}

.el-button--primary.is-plain:active {
  background: #3a8ee6;
  border-color: #3a8ee6;
  color: #FFF;
  outline: 0;
}

.el-button--primary.is-plain.is-disabled,
.el-button--primary.is-plain.is-disabled:active,
.el-button--primary.is-plain.is-disabled:focus,
.el-button--primary.is-plain.is-disabled:hover {
  color: #8cc5ff;
  background-color: #ecf5ff;
  border-color: #d9ecff;
}

.el-button--success {
  color: #FFF;
  background-color: #67C23A;
  border-color: #67C23A;
}

.el-button--success:focus,
.el-button--success:hover {
  background: #85ce61;
  border-color: #85ce61;
  color: #FFF;
}

.el-button--success.is-active,
.el-button--success:active {
  background: #5daf34;
  border-color: #5daf34;
  color: #FFF;
}

.el-button--success:active {
  outline: 0;
}

.el-button--success.is-disabled,
.el-button--success.is-disabled:active,
.el-button--success.is-disabled:focus,
.el-button--success.is-disabled:hover {
  color: #FFF;
  background-color: #b3e19d;
  border-color: #b3e19d;
}

.el-button--success.is-plain {
  color: #67C23A;
  background: #f0f9eb;
  border-color: #c2e7b0;
}

.el-button--success.is-plain:focus,
.el-button--success.is-plain:hover {
  background: #67C23A;
  border-color: #67C23A;
  color: #FFF;
}

.el-button--success.is-plain:active {
  background: #5daf34;
  border-color: #5daf34;
  color: #FFF;
  outline: 0;
}

.el-button--success.is-plain.is-disabled,
.el-button--success.is-plain.is-disabled:active,
.el-button--success.is-plain.is-disabled:focus,
.el-button--success.is-plain.is-disabled:hover {
  color: #a4da89;
  background-color: #f0f9eb;
  border-color: #e1f3d8;
}

.el-button--warning {
  color: #FFF;
  background-color: #E6A23C;
  border-color: #E6A23C;
}

.el-button--warning:focus,
.el-button--warning:hover {
  background: #ebb563;
  border-color: #ebb563;
  color: #FFF;
}

.el-button--warning.is-active,
.el-button--warning:active {
  background: #cf9236;
  border-color: #cf9236;
  color: #FFF;
}

.el-button--warning:active {
  outline: 0;
}

.el-button--warning.is-disabled,
.el-button--warning.is-disabled:active,
.el-button--warning.is-disabled:focus,
.el-button--warning.is-disabled:hover {
  color: #FFF;
  background-color: #f3d19e;
  border-color: #f3d19e;
}

.el-button--warning.is-plain {
  color: #E6A23C;
  background: #fdf6ec;
  border-color: #f5dab1;
}

.el-button--warning.is-plain:focus,
.el-button--warning.is-plain:hover {
  background: #E6A23C;
  border-color: #E6A23C;
  color: #FFF;
}

.el-button--warning.is-plain:active {
  background: #cf9236;
  border-color: #cf9236;
  color: #FFF;
  outline: 0;
}

.el-button--warning.is-plain.is-disabled,
.el-button--warning.is-plain.is-disabled:active,
.el-button--warning.is-plain.is-disabled:focus,
.el-button--warning.is-plain.is-disabled:hover {
  color: #f0c78a;
  background-color: #fdf6ec;
  border-color: #faecd8;
}

.el-button--danger {
  color: #FFF;
  background-color: #F56C6C;
  border-color: #F56C6C;
}

.el-button--danger:focus,
.el-button--danger:hover {
  background: #f78989;
  border-color: #f78989;
  color: #FFF;
}

.el-button--danger.is-active,
.el-button--danger:active {
  background: #dd6161;
  border-color: #dd6161;
  color: #FFF;
}

.el-button--danger:active {
  outline: 0;
}

.el-button--danger.is-disabled,
.el-button--danger.is-disabled:active,
.el-button--danger.is-disabled:focus,
.el-button--danger.is-disabled:hover {
  color: #FFF;
  background-color: #fab6b6;
  border-color: #fab6b6;
}

.el-button--danger.is-plain {
  color: #F56C6C;
  background: #fef0f0;
  border-color: #fbc4c4;
}

.el-button--danger.is-plain:focus,
.el-button--danger.is-plain:hover {
  background: #F56C6C;
  border-color: #F56C6C;
  color: #FFF;
}

.el-button--danger.is-plain:active {
  background: #dd6161;
  border-color: #dd6161;
  color: #FFF;
  outline: 0;
}

.el-button--danger.is-plain.is-disabled,
.el-button--danger.is-plain.is-disabled:active,
.el-button--danger.is-plain.is-disabled:focus,
.el-button--danger.is-plain.is-disabled:hover {
  color: #f9a7a7;
  background-color: #fef0f0;
  border-color: #fde2e2;
}

.el-button--info {
  color: #FFF;
  background-color: #909399;
  border-color: #909399;
}

.el-button--info:focus,
.el-button--info:hover {
  background: #a6a9ad;
  border-color: #a6a9ad;
  color: #FFF;
}

.el-button--info.is-active,
.el-button--info:active {
  background: #82848a;
  border-color: #82848a;
  color: #FFF;
}

.el-button--info:active {
  outline: 0;
}

.el-button--info.is-disabled,
.el-button--info.is-disabled:active,
.el-button--info.is-disabled:focus,
.el-button--info.is-disabled:hover {
  color: #FFF;
  background-color: #c8c9cc;
  border-color: #c8c9cc;
}

.el-button--info.is-plain {
  color: #909399;
  background: #f4f4f5;
  border-color: #d3d4d6;
}

.el-button--info.is-plain:focus,
.el-button--info.is-plain:hover {
  background: #909399;
  border-color: #909399;
  color: #FFF;
}

.el-button--info.is-plain:active {
  background: #82848a;
  border-color: #82848a;
  color: #FFF;
  outline: 0;
}

.el-button--info.is-plain.is-disabled,
.el-button--info.is-plain.is-disabled:active,
.el-button--info.is-plain.is-disabled:focus,
.el-button--info.is-plain.is-disabled:hover {
  color: #bcbec2;
  background-color: #f4f4f5;
  border-color: #e9e9eb;
}

.el-button--text,
.el-button--text.is-disabled,
.el-button--text.is-disabled:focus,
.el-button--text.is-disabled:hover,
.el-button--text:active {
  border-color: transparent;
}

.el-button--medium {
  padding: 0.052083rem 0.104167rem;
  font-size: 0.072917rem;
  border-radius: 0.020833rem;
}

.el-button--mini,
.el-button--small {
  font-size: 0.0625rem;
  border-radius: 0.015625rem;
}

.el-button--medium.is-round {
  padding: 0.052083rem 0.104167rem;
}

.el-button--medium.is-circle {
  padding: 0.052083rem;
}

.el-button--small,
.el-button--small.is-round {
  padding: 0.046875rem 0.078125rem;
}

.el-button--small.is-circle {
  padding: 0.046875rem;
}

.el-button--mini,
.el-button--mini.is-round {
  padding: 0.036458rem 0.078125rem;
}

.el-button--mini.is-circle {
  padding: 0.036458rem;
}

.el-button--text {
  color: #409EFF;
  background: 0 0;
  padding-left: 0;
  padding-right: 0;
}

.el-button--text:focus,
.el-button--text:hover {
  color: #66b1ff;
  border-color: transparent;
  background-color: transparent;
}

.el-button--text:active {
  color: #3a8ee6;
  background-color: transparent;
}

.el-button-group {
  display: inline-block;
  vertical-align: middle;
}

.el-button-group::after,
.el-button-group::before {
  display: table;
  content: "";
}

.el-button-group::after {
  clear: both;
}

.el-button-group>.el-button {
  float: left;
  position: relative;
}

.el-button-group>.el-button+.el-button {
  margin-left: 0;
}

.el-button-group>.el-button.is-disabled {
  z-index: 1;
}

.el-button-group>.el-button:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.el-button-group>.el-button:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.el-button-group>.el-button:first-child:last-child {
  border-radius: 0.020833rem;
}

.el-button-group>.el-button:first-child:last-child.is-round {
  border-radius: 0.104167rem;
}

.el-button-group>.el-button:first-child:last-child.is-circle {
  border-radius: 50%;
}

.el-button-group>.el-button:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.el-button-group>.el-button:not(:last-child) {
  margin-right: -0.005208rem;
}

.el-button-group>.el-button.is-active,
.el-button-group>.el-button:active,
.el-button-group>.el-button:focus,
.el-button-group>.el-button:hover {
  z-index: 1;
}

.el-button-group>.el-dropdown>.el-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left-color: rgba(255,255,255,.5);
}

.el-button-group .el-button--primary:first-child {
  border-right-color: rgba(255,255,255,.5);
}

.el-button-group .el-button--primary:last-child {
  border-left-color: rgba(255,255,255,.5);
}

.el-button-group .el-button--primary:not(:first-child):not(:last-child) {
  border-left-color: rgba(255,255,255,.5);
  border-right-color: rgba(255,255,255,.5);
}

.el-button-group .el-button--success:first-child {
  border-right-color: rgba(255,255,255,.5);
}

.el-button-group .el-button--success:last-child {
  border-left-color: rgba(255,255,255,.5);
}

.el-button-group .el-button--success:not(:first-child):not(:last-child) {
  border-left-color: rgba(255,255,255,.5);
  border-right-color: rgba(255,255,255,.5);
}

.el-button-group .el-button--warning:first-child {
  border-right-color: rgba(255,255,255,.5);
}

.el-button-group .el-button--warning:last-child {
  border-left-color: rgba(255,255,255,.5);
}

.el-button-group .el-button--warning:not(:first-child):not(:last-child) {
  border-left-color: rgba(255,255,255,.5);
  border-right-color: rgba(255,255,255,.5);
}

.el-button-group .el-button--danger:first-child {
  border-right-color: rgba(255,255,255,.5);
}

.el-button-group .el-button--danger:last-child {
  border-left-color: rgba(255,255,255,.5);
}

.el-button-group .el-button--danger:not(:first-child):not(:last-child) {
  border-left-color: rgba(255,255,255,.5);
  border-right-color: rgba(255,255,255,.5);
}

.el-button-group .el-button--info:first-child {
  border-right-color: rgba(255,255,255,.5);
}

.el-button-group .el-button--info:last-child {
  border-left-color: rgba(255,255,255,.5);
}

.el-button-group .el-button--info:not(:first-child):not(:last-child) {
  border-left-color: rgba(255,255,255,.5);
  border-right-color: rgba(255,255,255,.5);
}

.el-transfer {
  font-size: 0.072917rem;
}

.el-transfer__buttons {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.15625rem;
}

.el-transfer__button {
  display: block;
  margin: 0 auto;
  padding: 0.052083rem;
  border-radius: 50%;
  color: #FFF;
  background-color: #409EFF;
  font-size: 0;
}

.el-transfer__button.is-with-texts {
  border-radius: 0.020833rem;
}

.el-transfer__button.is-disabled,
.el-transfer__button.is-disabled:hover {
  border: 0.005208rem solid #DCDFE6;
  background-color: #F5F7FA;
  color: #C0C4CC;
}

.el-transfer__button:first-child {
  margin-bottom: 0.052083rem;
}

.el-transfer__button:nth-child(2) {
  margin: 0;
}

.el-transfer__button i,
.el-transfer__button span {
  font-size: 0.072917rem;
}

.el-transfer__button [class*=el-icon-]+span {
  margin-left: 0;
}

.el-transfer-panel {
  border: 0.005208rem solid #EBEEF5;
  border-radius: 0.020833rem;
  overflow: hidden;
  background: #FFF;
  display: inline-block;
  vertical-align: middle;
  width: 1.041667rem;
  max-height: 100%;
  box-sizing: border-box;
  position: relative;
}

.el-transfer-panel__body {
  height: 1.28125rem;
}

.el-transfer-panel__body.is-with-footer {
  padding-bottom: 0.208333rem;
}

.el-transfer-panel__list {
  margin: 0;
  padding: 0.03125rem 0;
  list-style: none;
  height: 1.28125rem;
  overflow: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.el-transfer-panel__list.is-filterable {
  height: 1.010417rem;
  padding-top: 0;
}

.el-transfer-panel__item {
  height: 0.15625rem;
  line-height: 0.15625rem;
  padding-left: 0.078125rem;
  display: block;
}

.el-transfer-panel__item+.el-transfer-panel__item {
  margin-left: 0;
  display: block!important;
}

.el-transfer-panel__item.el-checkbox {
  color: #606266;
}

.el-transfer-panel__item:hover {
  color: #409EFF;
}

.el-transfer-panel__item.el-checkbox .el-checkbox__label {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 0.125rem;
  line-height: 0.15625rem;
}

.el-transfer-panel__item .el-checkbox__input {
  position: absolute;
  top: 0.041667rem;
}

.el-transfer-panel__filter {
  text-align: center;
  margin: 0.078125rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: auto;
}

.el-transfer-panel__filter .el-input__inner {
  height: 0.166667rem;
  width: 100%;
  font-size: 0.0625rem;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0.083333rem;
  padding-right: 0.052083rem;
  padding-left: 0.15625rem;
}

.el-transfer-panel__filter .el-input__icon {
  margin-left: 0.026042rem;
}

.el-transfer-panel .el-transfer-panel__header {
  height: 0.208333rem;
  line-height: 0.208333rem;
  background: #F5F7FA;
  margin: 0;
  padding-left: 0.078125rem;
  border-bottom: 0.005208rem solid #EBEEF5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
}

.el-transfer-panel .el-transfer-panel__header .el-checkbox {
  display: block;
  line-height: 0.208333rem;
}

.el-transfer-panel .el-transfer-panel__header .el-checkbox .el-checkbox__label {
  font-size: 0.083333rem;
  color: #303133;
  font-weight: 400;
}

.el-transfer-panel .el-transfer-panel__header .el-checkbox .el-checkbox__label span {
  position: absolute;
  right: 0.078125rem;
  color: #909399;
  font-size: 0.0625rem;
  font-weight: 400;
}

.el-divider__text,
.el-link {
  font-weight: 500;
  font-size: 0.072917rem;
}

.el-transfer-panel .el-transfer-panel__footer {
  height: 0.208333rem;
  background: #FFF;
  margin: 0;
  padding: 0;
  border-top: 0.005208rem solid #EBEEF5;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.el-transfer-panel .el-transfer-panel__footer::after {
  display: inline-block;
  content: "";
  height: 100%;
  vertical-align: middle;
}

.el-container,
.el-timeline-item__node {
  display: -webkit-box;
  display: -ms-flexbox;
}

.el-transfer-panel .el-transfer-panel__footer .el-checkbox {
  padding-left: 0.104167rem;
  color: #606266;
}

.el-transfer-panel .el-transfer-panel__empty {
  margin: 0;
  height: 0.15625rem;
  line-height: 0.15625rem;
  padding: 0.03125rem 0.078125rem 0;
  color: #909399;
  text-align: center;
}

.el-transfer-panel .el-checkbox__label {
  padding-left: 0.041667rem;
}

.el-transfer-panel .el-checkbox__inner {
  height: 0.072917rem;
  width: 0.072917rem;
  border-radius: 0.015625rem;
}

.el-transfer-panel .el-checkbox__inner::after {
  height: 0.03125rem;
  width: 0.015625rem;
  left: 0.020833rem;
}

.el-container {
  display: flex;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 0;
}

.el-aside,
.el-header {
  -webkit-box-sizing: border-box;
}

.el-container.is-vertical {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}

.el-header {
  padding: 0 0.104167rem;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.el-aside {
  overflow: auto;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.el-footer,
.el-main {
  -webkit-box-sizing: border-box;
}

.el-main {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  overflow: auto;
  box-sizing: border-box;
  padding: 0.104167rem;
}

.el-footer {
  padding: 0 0.104167rem;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.el-timeline {
  margin: 0;
  font-size: 0.072917rem;
  list-style: none;
}

.el-timeline .el-timeline-item:last-child .el-timeline-item__tail {
  display: none;
}

.el-timeline-item {
  position: relative;
  padding-bottom: 0.104167rem;
}

.el-timeline-item__wrapper {
  position: relative;
  padding-left: 0.145833rem;
  top: -0.015625rem;
}

.el-timeline-item__tail {
  position: absolute;
  left: 0.020833rem;
  height: 100%;
  border-left: 0.010417rem solid #E4E7ED;
}

.el-timeline-item__icon {
  color: #FFF;
  font-size: 0.067708rem;
}

.el-timeline-item__node {
  position: absolute;
  background-color: #E4E7ED;
  border-radius: 50%;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.el-image__error,
.el-timeline-item__dot {
  display: -webkit-box;
  display: -ms-flexbox;
}

.el-timeline-item__node--normal {
  left: -0.005208rem;
  width: 0.0625rem;
  height: 0.0625rem;
}

.el-timeline-item__node--large {
  left: -0.010417rem;
  width: 0.072917rem;
  height: 0.072917rem;
}

.el-timeline-item__node--primary {
  background-color: #409EFF;
}

.el-timeline-item__node--success {
  background-color: #67C23A;
}

.el-timeline-item__node--warning {
  background-color: #E6A23C;
}

.el-timeline-item__node--danger {
  background-color: #F56C6C;
}

.el-timeline-item__node--info {
  background-color: #909399;
}

.el-timeline-item__dot {
  position: absolute;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.el-timeline-item__content {
  color: #303133;
}

.el-timeline-item__timestamp {
  color: #909399;
  line-height: 1;
  font-size: 0.067708rem;
}

.el-timeline-item__timestamp.is-top {
  margin-bottom: 0.041667rem;
  padding-top: 0.020833rem;
}

.el-timeline-item__timestamp.is-bottom {
  margin-top: 0.041667rem;
}

.el-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
  outline: 0;
  padding: 0;
}

.el-link.is-underline:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 0;
  bottom: 0;
  border-bottom: 0.005208rem solid #409EFF;
}

.el-link.el-link--default:after,
.el-link.el-link--primary.is-underline:hover:after,
.el-link.el-link--primary:after {
  border-color: #409EFF;
}

.el-link.is-disabled {
  cursor: not-allowed;
}

.el-link [class*=el-icon-]+span {
  margin-left: 0.026042rem;
}

.el-link.el-link--default {
  color: #606266;
}

.el-link.el-link--default:hover {
  color: #409EFF;
}

.el-link.el-link--default.is-disabled {
  color: #C0C4CC;
}

.el-link.el-link--primary {
  color: #409EFF;
}

.el-link.el-link--primary:hover {
  color: #66b1ff;
}

.el-link.el-link--primary.is-disabled {
  color: #a0cfff;
}

.el-link.el-link--danger.is-underline:hover:after,
.el-link.el-link--danger:after {
  border-color: #F56C6C;
}

.el-link.el-link--danger {
  color: #F56C6C;
}

.el-link.el-link--danger:hover {
  color: #f78989;
}

.el-link.el-link--danger.is-disabled {
  color: #fab6b6;
}

.el-link.el-link--success.is-underline:hover:after,
.el-link.el-link--success:after {
  border-color: #67C23A;
}

.el-link.el-link--success {
  color: #67C23A;
}

.el-link.el-link--success:hover {
  color: #85ce61;
}

.el-link.el-link--success.is-disabled {
  color: #b3e19d;
}

.el-link.el-link--warning.is-underline:hover:after,
.el-link.el-link--warning:after {
  border-color: #E6A23C;
}

.el-link.el-link--warning {
  color: #E6A23C;
}

.el-link.el-link--warning:hover {
  color: #ebb563;
}

.el-link.el-link--warning.is-disabled {
  color: #f3d19e;
}

.el-link.el-link--info.is-underline:hover:after,
.el-link.el-link--info:after {
  border-color: #909399;
}

.el-link.el-link--info {
  color: #909399;
}

.el-link.el-link--info:hover {
  color: #a6a9ad;
}

.el-link.el-link--info.is-disabled {
  color: #c8c9cc;
}

.el-divider {
  background-color: #DCDFE6;
  position: relative;
}

.el-divider--horizontal {
  display: block;
  height: 0.005208rem;
  width: 100%;
  margin: 0.125rem 0;
}

.el-divider--vertical {
  display: inline-block;
  width: 0.005208rem;
  height: 1em;
  margin: 0 0.041667rem;
  vertical-align: middle;
  position: relative;
}

.el-divider__text {
  position: absolute;
  background-color: #FFF;
  padding: 0 0.104167rem;
  color: #303133;
}

.el-image__error,
.el-image__placeholder {
  background: #F5F7FA;
}

.el-divider__text.is-left {
  left: 0.104167rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.el-divider__text.is-center {
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.el-divider__text.is-right {
  right: 0.104167rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.el-image__error,
.el-image__inner,
.el-image__placeholder {
  width: 100%;
  height: 100%;
}

.el-image {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.el-image__inner {
  vertical-align: top;
}

.el-image__inner--center {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  display: block;
}

.el-image__error {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.072917rem;
  color: #C0C4CC;
  vertical-align: middle;
}

.el-image__preview {
  cursor: pointer;
}

.el-image-viewer__wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.el-image-viewer__btn {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  opacity: .8;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  user-select: none;
}

.el-image-viewer__close {
  top: 0.208333rem;
  right: 0.208333rem;
  width: 0.208333rem;
  height: 0.208333rem;
  font-size: 0.208333rem;
}

.el-image-viewer__canvas {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.el-image-viewer__actions {
  left: 50%;
  bottom: 0.15625rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1.46875rem;
  height: 0.229167rem;
  padding: 0 0.119792rem;
  background-color: #606266;
  border-color: #fff;
  border-radius: 0.114583rem;
}

.el-image-viewer__actions__inner {
  width: 100%;
  height: 100%;
  text-align: justify;
  cursor: default;
  font-size: 0.119792rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.el-image-viewer__next,
.el-image-viewer__prev {
  top: 50%;
  width: 0.229167rem;
  height: 0.229167rem;
  font-size: 0.125rem;
  color: #fff;
  background-color: #606266;
  border-color: #fff;
}

.el-image-viewer__prev {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0.208333rem;
}

.el-image-viewer__next {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0.208333rem;
  text-indent: 0.010417rem;
}

.el-image-viewer__mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .5;
  background: #000;
}

.viewer-fade-enter-active {
  -webkit-animation: viewer-fade-in .3s;
  animation: viewer-fade-in .3s;
}

.viewer-fade-leave-active {
  -webkit-animation: viewer-fade-out .3s;
  animation: viewer-fade-out .3s;
}

@-webkit-keyframes viewer-fade-in {
  0% {
    -webkit-transform: translate3d(0,-0.104167rem,0);
    transform: translate3d(0,-0.104167rem,0);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
  }
}

@keyframes viewer-fade-in {
  0% {
    -webkit-transform: translate3d(0,-0.104167rem,0);
    transform: translate3d(0,-0.104167rem,0);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
  }
}

@-webkit-keyframes viewer-fade-out {
  0% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0,-0.104167rem,0);
    transform: translate3d(0,-0.104167rem,0);
    opacity: 0;
  }
}

@keyframes viewer-fade-out {
  0% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0,-0.104167rem,0);
    transform: translate3d(0,-0.104167rem,0);
    opacity: 0;
  }
}

.el-calendar {
  background-color: #fff;
}

.el-calendar__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.0625rem 0.104167rem;
  border-bottom: 0.005208rem solid #EBEEF5;
}

.el-backtop,
.el-page-header {
  display: -webkit-box;
  display: -ms-flexbox;
}

.el-calendar__title {
  color: #000;
  -ms-flex-item-align: center;
  align-self: center;
}

.el-calendar__body {
  padding: 0.0625rem 0.104167rem 0.182292rem;
}

.el-calendar-table {
  table-layout: fixed;
  width: 100%;
}

.el-calendar-table thead th {
  padding: 0.0625rem 0;
  color: #606266;
  font-weight: 400;
}

.el-calendar-table:not(.is-range) td.next,
.el-calendar-table:not(.is-range) td.prev {
  color: #C0C4CC;
}

.el-backtop,
.el-calendar-table td.is-today {
  color: #409EFF;
}

.el-calendar-table td {
  border-bottom: 0.005208rem solid #EBEEF5;
  border-right: 0.005208rem solid #EBEEF5;
  vertical-align: top;
  -webkit-transition: background-color .2s ease;
  transition: background-color .2s ease;
}

.el-calendar-table td.is-selected {
  background-color: #F2F8FE;
}

.el-calendar-table tr:first-child td {
  border-top: 0.005208rem solid #EBEEF5;
}

.el-calendar-table tr td:first-child {
  border-left: 0.005208rem solid #EBEEF5;
}

.el-calendar-table tr.el-calendar-table__row--hide-border td {
  border-top: none;
}

.el-calendar-table .el-calendar-day {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.041667rem;
  height: 0.442708rem;
}

.el-calendar-table .el-calendar-day:hover {
  cursor: pointer;
  background-color: #F2F8FE;
}

.el-backtop {
  position: fixed;
  background-color: #FFF;
  width: 0.208333rem;
  height: 0.208333rem;
  border-radius: 50%;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.104167rem;
  -webkit-box-shadow: 0 0 0.03125rem rgba(0,0,0,.12);
  box-shadow: 0 0 0.03125rem rgba(0,0,0,.12);
  cursor: pointer;
  z-index: 5;
}

.el-backtop:hover {
  background-color: #F2F6FC;
}

.el-page-header {
  display: flex;
  line-height: 0.125rem;
}

.el-page-header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  margin-right: 0.208333rem;
  position: relative;
}

.el-page-header__left::after {
  content: "";
  position: absolute;
  width: 0.005208rem;
  height: 0.083333rem;
  right: -0.104167rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #DCDFE6;
}

.el-checkbox,
.el-checkbox__input {
  display: inline-block;
  position: relative;
  white-space: nowrap;
}

.el-page-header__left .el-icon-back {
  font-size: 0.09375rem;
  margin-right: 0.03125rem;
  -ms-flex-item-align: center;
  align-self: center;
}

.el-page-header__title {
  font-size: 0.072917rem;
  font-weight: 500;
}

.el-page-header__content {
  font-size: 0.09375rem;
  color: #303133;
}

.el-checkbox {
  color: #606266;
  font-weight: 500;
  font-size: 0.072917rem;
  cursor: pointer;
  user-select: none;
  margin-right: 0.15625rem;
}

.el-checkbox-button__inner,
.el-radio {
  font-weight: 500;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.el-checkbox.is-bordered {
  padding: 0.046875rem 0.104167rem 0.046875rem 0.052083rem;
  border-radius: 0.020833rem;
  border: 0.005208rem solid #DCDFE6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: normal;
  height: 0.208333rem;
}

.el-checkbox.is-bordered.is-checked {
  border-color: #409EFF;
}

.el-checkbox.is-bordered.is-disabled {
  border-color: #EBEEF5;
  cursor: not-allowed;
}

.el-checkbox.is-bordered+.el-checkbox.is-bordered {
  margin-left: 0.052083rem;
}

.el-checkbox.is-bordered.el-checkbox--medium {
  padding: 0.036458rem 0.104167rem 0.036458rem 0.052083rem;
  border-radius: 0.020833rem;
  height: 0.1875rem;
}

.el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__label {
  line-height: 0.088542rem;
  font-size: 0.072917rem;
}

.el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__inner {
  height: 0.072917rem;
  width: 0.072917rem;
}

.el-checkbox.is-bordered.el-checkbox--small {
  padding: 0.026042rem 0.078125rem 0.026042rem 0.052083rem;
  border-radius: 0.015625rem;
  height: 0.166667rem;
}

.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__label {
  line-height: 0.078125rem;
  font-size: 0.0625rem;
}

.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner {
  height: 0.0625rem;
  width: 0.0625rem;
}

.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner::after {
  height: 0.03125rem;
  width: 0.010417rem;
}

.el-checkbox.is-bordered.el-checkbox--mini {
  padding: 0.015625rem 0.078125rem 0.015625rem 0.052083rem;
  border-radius: 0.015625rem;
  height: 0.145833rem;
}

.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__label {
  line-height: 0.0625rem;
  font-size: 0.0625rem;
}

.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner {
  height: 0.0625rem;
  width: 0.0625rem;
}

.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner::after {
  height: 0.03125rem;
  width: 0.010417rem;
}

.el-checkbox__input {
  cursor: pointer;
  outline: 0;
  line-height: 1;
  vertical-align: middle;
}

.el-checkbox__input.is-disabled .el-checkbox__inner {
  background-color: #edf2fc;
  border-color: #DCDFE6;
  cursor: not-allowed;
}

.el-checkbox__input.is-disabled .el-checkbox__inner::after {
  cursor: not-allowed;
  border-color: #C0C4CC;
}

.el-checkbox__input.is-disabled .el-checkbox__inner+.el-checkbox__label {
  cursor: not-allowed;
}

.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner {
  background-color: #F2F6FC;
  border-color: #DCDFE6;
}

.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner::after {
  border-color: #C0C4CC;
}

.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner {
  background-color: #F2F6FC;
  border-color: #DCDFE6;
}

.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner::before {
  background-color: #C0C4CC;
  border-color: #C0C4CC;
}

.el-checkbox__input.is-checked .el-checkbox__inner,
.el-checkbox__input.is-indeterminate .el-checkbox__inner {
  background-color: #409EFF;
  border-color: #409EFF;
}

.el-checkbox__input.is-disabled+span.el-checkbox__label {
  color: #C0C4CC;
  cursor: not-allowed;
}

.el-checkbox__input.is-checked .el-checkbox__inner::after {
  -webkit-transform: rotate(45deg) scaleY(1);
  transform: rotate(45deg) scaleY(1);
}

.el-checkbox__input.is-checked+.el-checkbox__label {
  color: #409EFF;
}

.el-checkbox__input.is-focus .el-checkbox__inner {
  border-color: #409EFF;
}

.el-checkbox__input.is-indeterminate .el-checkbox__inner::before {
  content: '';
  position: absolute;
  display: block;
  background-color: #FFF;
  height: 0.010417rem;
  -webkit-transform: scale(.5);
  transform: scale(.5);
  left: 0;
  right: 0;
  top: 0.026042rem;
}

.el-checkbox__input.is-indeterminate .el-checkbox__inner::after {
  display: none;
}

.el-checkbox__inner {
  display: inline-block;
  position: relative;
  border: 0.005208rem solid #DCDFE6;
  border-radius: 0.010417rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 0.072917rem;
  height: 0.072917rem;
  background-color: #FFF;
  z-index: 1;
  -webkit-transition: border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46);
  transition: border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46);
}

.el-checkbox__inner:hover {
  border-color: #409EFF;
}

.el-checkbox__inner::after {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  content: "";
  border: 0.005208rem solid #FFF;
  border-left: 0;
  border-top: 0;
  height: 0.036458rem;
  left: 0.020833rem;
  position: absolute;
  top: 0.005208rem;
  -webkit-transform: rotate(45deg) scaleY(0);
  transform: rotate(45deg) scaleY(0);
  width: 0.015625rem;
  -webkit-transition: -webkit-transform .15s ease-in .05s;
  transition: -webkit-transform .15s ease-in .05s;
  transition: transform .15s ease-in .05s;
  transition: transform .15s ease-in .05s,-webkit-transform .15s ease-in .05s;
  -webkit-transform-origin: center;
  transform-origin: center;
}

.el-checkbox__original {
  opacity: 0;
  outline: 0;
  position: absolute;
  margin: 0;
  width: 0;
  height: 0;
  z-index: -1;
}

.el-checkbox-button,
.el-checkbox-button__inner {
  display: inline-block;
  position: relative;
}

.el-checkbox__label {
  display: inline-block;
  padding-left: 0.052083rem;
  line-height: 0.098958rem;
  font-size: 0.072917rem;
}

.el-checkbox:last-of-type {
  margin-right: 0;
}

.el-checkbox-button__inner {
  line-height: 1;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background: #FFF;
  border: 0.005208rem solid #DCDFE6;
  border-left: 0;
  color: #606266;
  -webkit-appearance: none;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  margin: 0;
  -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
  transition: all .3s cubic-bezier(.645,.045,.355,1);
  padding: 0.0625rem 0.104167rem;
  font-size: 0.072917rem;
  border-radius: 0;
}

.el-checkbox-button__inner.is-round {
  padding: 0.0625rem 0.104167rem;
}

.el-checkbox-button__inner:hover {
  color: #409EFF;
}

.el-checkbox-button__inner [class*=el-icon-] {
  line-height: .9;
}

.el-radio,
.el-radio__input {
  line-height: 1;
  outline: 0;
  white-space: nowrap;
}

.el-checkbox-button__inner [class*=el-icon-]+span {
  margin-left: 0.026042rem;
}

.el-checkbox-button__original {
  opacity: 0;
  outline: 0;
  position: absolute;
  margin: 0;
  z-index: -1;
}

.el-radio,
.el-radio__inner,
.el-radio__input {
  position: relative;
  display: inline-block;
}

.el-checkbox-button.is-checked .el-checkbox-button__inner {
  color: #FFF;
  background-color: #409EFF;
  border-color: #409EFF;
  -webkit-box-shadow: -0.005208rem 0 0 0 #8cc5ff;
  box-shadow: -0.005208rem 0 0 0 #8cc5ff;
}

.el-checkbox-button.is-checked:first-child .el-checkbox-button__inner {
  border-left-color: #409EFF;
}

.el-checkbox-button.is-disabled .el-checkbox-button__inner {
  color: #C0C4CC;
  cursor: not-allowed;
  background-image: none;
  background-color: #FFF;
  border-color: #EBEEF5;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.el-checkbox-button.is-disabled:first-child .el-checkbox-button__inner {
  border-left-color: #EBEEF5;
}

.el-checkbox-button:first-child .el-checkbox-button__inner {
  border-left: 0.005208rem solid #DCDFE6;
  border-radius: 0.020833rem 0 0 0.020833rem;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
}

.el-checkbox-button.is-focus .el-checkbox-button__inner {
  border-color: #409EFF;
}

.el-checkbox-button:last-child .el-checkbox-button__inner {
  border-radius: 0 0.020833rem 0.020833rem 0;
}

.el-checkbox-button--medium .el-checkbox-button__inner {
  padding: 0.052083rem 0.104167rem;
  font-size: 0.072917rem;
  border-radius: 0;
}

.el-checkbox-button--medium .el-checkbox-button__inner.is-round {
  padding: 0.052083rem 0.104167rem;
}

.el-checkbox-button--small .el-checkbox-button__inner {
  padding: 0.046875rem 0.078125rem;
  font-size: 0.0625rem;
  border-radius: 0;
}

.el-checkbox-button--small .el-checkbox-button__inner.is-round {
  padding: 0.046875rem 0.078125rem;
}

.el-checkbox-button--mini .el-checkbox-button__inner {
  padding: 0.036458rem 0.078125rem;
  font-size: 0.0625rem;
  border-radius: 0;
}

.el-checkbox-button--mini .el-checkbox-button__inner.is-round {
  padding: 0.036458rem 0.078125rem;
}

.el-checkbox-group {
  font-size: 0;
}

.el-radio,
.el-radio--medium.is-bordered .el-radio__label {
  font-size: 0.072917rem;
}

.el-radio {
  color: #606266;
  cursor: pointer;
  margin-right: 0.15625rem;
}

.el-cascader-node>.el-radio,
.el-radio:last-child {
  margin-right: 0;
}

.el-radio.is-bordered {
  padding: 0.0625rem 0.104167rem 0 0.052083rem;
  border-radius: 0.020833rem;
  border: 0.005208rem solid #DCDFE6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 0.208333rem;
}

.el-radio.is-bordered.is-checked {
  border-color: #409EFF;
}

.el-radio.is-bordered.is-disabled {
  cursor: not-allowed;
  border-color: #EBEEF5;
}

.el-radio__input.is-disabled .el-radio__inner,
.el-radio__input.is-disabled.is-checked .el-radio__inner {
  background-color: #F5F7FA;
  border-color: #E4E7ED;
}

.el-radio.is-bordered+.el-radio.is-bordered {
  margin-left: 0.052083rem;
}

.el-radio--medium.is-bordered {
  padding: 0.052083rem 0.104167rem 0 0.052083rem;
  border-radius: 0.020833rem;
  height: 0.1875rem;
}

.el-radio--mini.is-bordered .el-radio__label,
.el-radio--small.is-bordered .el-radio__label {
  font-size: 0.0625rem;
}

.el-radio--medium.is-bordered .el-radio__inner {
  height: 0.072917rem;
  width: 0.072917rem;
}

.el-radio--small.is-bordered {
  padding: 0.041667rem 0.078125rem 0 0.052083rem;
  border-radius: 0.015625rem;
  height: 0.166667rem;
}

.el-radio--small.is-bordered .el-radio__inner {
  height: 0.0625rem;
  width: 0.0625rem;
}

.el-radio--mini.is-bordered {
  padding: 0.03125rem 0.078125rem 0 0.052083rem;
  border-radius: 0.015625rem;
  height: 0.145833rem;
}

.el-radio--mini.is-bordered .el-radio__inner {
  height: 0.0625rem;
  width: 0.0625rem;
}

.el-radio__input {
  cursor: pointer;
  vertical-align: middle;
}

.el-radio__input.is-disabled .el-radio__inner {
  cursor: not-allowed;
}

.el-radio__input.is-disabled .el-radio__inner::after {
  cursor: not-allowed;
  background-color: #F5F7FA;
}

.el-radio__input.is-disabled .el-radio__inner+.el-radio__label {
  cursor: not-allowed;
}

.el-radio__input.is-disabled.is-checked .el-radio__inner::after {
  background-color: #C0C4CC;
}

.el-radio__input.is-disabled+span.el-radio__label {
  color: #C0C4CC;
  cursor: not-allowed;
}

.el-radio__input.is-checked .el-radio__inner {
  border-color: #409EFF;
  background: #409EFF;
}

.el-radio__input.is-checked .el-radio__inner::after {
  -webkit-transform: translate(-50%,-50%) scale(1);
  transform: translate(-50%,-50%) scale(1);
}

.el-radio__input.is-checked+.el-radio__label {
  color: #409EFF;
}

.el-radio__input.is-focus .el-radio__inner {
  border-color: #409EFF;
}

.el-radio__inner {
  border: 0.005208rem solid #DCDFE6;
  border-radius: 100%;
  width: 0.072917rem;
  height: 0.072917rem;
  background-color: #FFF;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.el-radio__inner:hover {
  border-color: #409EFF;
}

.el-radio__inner::after {
  width: 0.020833rem;
  height: 0.020833rem;
  border-radius: 100%;
  background-color: #FFF;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%) scale(0);
  transform: translate(-50%,-50%) scale(0);
  -webkit-transition: -webkit-transform .15s ease-in;
  transition: -webkit-transform .15s ease-in;
  transition: transform .15s ease-in;
  transition: transform .15s ease-in,-webkit-transform .15s ease-in;
}

.el-radio__original {
  opacity: 0;
  outline: 0;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}

.el-radio:focus:not(.is-focus):not(:active):not(.is-disabled) .el-radio__inner {
  -webkit-box-shadow: 0 0 0.010417rem 0.010417rem #409EFF;
  box-shadow: 0 0 0.010417rem 0.010417rem #409EFF;
}

.el-radio__label {
  font-size: 0.072917rem;
  padding-left: 0.052083rem;
}

.el-scrollbar {
  overflow: hidden;
  position: relative;
}

.el-scrollbar:active>.el-scrollbar__bar,
.el-scrollbar:focus>.el-scrollbar__bar,
.el-scrollbar:hover>.el-scrollbar__bar {
  opacity: 1;
  -webkit-transition: opacity 340ms ease-out;
  transition: opacity 340ms ease-out;
}

.el-scrollbar__wrap {
  overflow: scroll;
  height: 100%;
}

.el-scrollbar__wrap--hidden-default::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.el-scrollbar__thumb {
  position: relative;
  display: block;
  width: 0;
  height: 0;
  cursor: pointer;
  border-radius: inherit;
  background-color: rgba(144,147,153,.3);
  -webkit-transition: .3s background-color;
  transition: .3s background-color;
}

.el-scrollbar__thumb:hover {
  background-color: rgba(144,147,153,.5);
}

.el-scrollbar__bar {
  position: absolute;
  right: 0.010417rem;
  bottom: 0.010417rem;
  z-index: 1;
  border-radius: 0.020833rem;
  opacity: 0;
  -webkit-transition: opacity 120ms ease-out;
  transition: opacity 120ms ease-out;
}

.el-scrollbar__bar.is-vertical {
  width: 0.03125rem;
  top: 0.010417rem;
}

.el-scrollbar__bar.is-vertical>div {
  width: 100%;
}

.el-scrollbar__bar.is-horizontal {
  height: 0.03125rem;
  left: 0.010417rem;
}

.el-scrollbar__bar.is-horizontal>div {
  height: 100%;
}

.el-cascader-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0.020833rem;
  font-size: 0.072917rem;
}

.el-cascader-node,
.el-drawer {
  display: -webkit-box;
  display: -ms-flexbox;
}

.el-cascader-panel.is-bordered {
  border: 0.005208rem solid #E4E7ED;
  border-radius: 0.020833rem;
}

.el-cascader-menu {
  min-width: 0.9375rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #606266;
  border-right: solid 0.005208rem #E4E7ED;
}

.el-cascader-menu:last-child {
  border-right: none;
}

.el-cascader-menu:last-child .el-cascader-node {
  padding-right: 0.104167rem;
}

.el-cascader-menu__wrap {
  height: 1.0625rem;
}

.el-cascader-menu__list {
  position: relative;
  min-height: 100%;
  margin: 0;
  padding: 0.03125rem 0;
  list-style: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.el-avatar,
.el-drawer {
  -webkit-box-sizing: border-box;
  overflow: hidden;
}

.el-cascader-menu__hover-zone {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.el-cascader-menu__empty-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  text-align: center;
  color: #C0C4CC;
}

.el-cascader-node {
  position: relative;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0.15625rem 0 0.104167rem;
  height: 0.177083rem;
  line-height: 0.177083rem;
  outline: 0;
}

.el-cascader-node.is-selectable.in-active-path {
  color: #606266;
}

.el-cascader-node.in-active-path,
.el-cascader-node.is-active,
.el-cascader-node.is-selectable.in-checked-path {
  color: #409EFF;
  font-weight: 700;
}

.el-cascader-node:not(.is-disabled) {
  cursor: pointer;
}

.el-cascader-node:not(.is-disabled):focus,
.el-cascader-node:not(.is-disabled):hover {
  background: #F5F7FA;
}

.el-cascader-node.is-disabled {
  color: #C0C4CC;
  cursor: not-allowed;
}

.el-cascader-node__prefix {
  position: absolute;
  left: 0.052083rem;
}

.el-cascader-node__postfix {
  position: absolute;
  right: 0.052083rem;
}

.el-cascader-node__label {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 0.052083rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.el-cascader-node>.el-radio .el-radio__label {
  padding-left: 0;
}

.el-avatar {
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  background: #C0C4CC;
  width: 0.208333rem;
  height: 0.208333rem;
  line-height: 0.208333rem;
  font-size: 0.072917rem;
}

.el-avatar>img {
  display: block;
  height: 100%;
  vertical-align: middle;
}

.el-avatar--circle {
  border-radius: 50%;
}

.el-avatar--square {
  border-radius: 0.020833rem;
}

.el-avatar--icon {
  font-size: 0.09375rem;
}

.el-avatar--large {
  width: 0.208333rem;
  height: 0.208333rem;
  line-height: 0.208333rem;
}

.el-avatar--medium {
  width: 0.1875rem;
  height: 0.1875rem;
  line-height: 0.1875rem;
}

.el-avatar--small {
  width: 0.145833rem;
  height: 0.145833rem;
  line-height: 0.145833rem;
}

.el-drawer.btt,
.el-drawer.ttb,
.el-drawer__container {
  left: 0;
  right: 0;
  width: 100%;
}

.el-drawer.ltr,
.el-drawer.rtl,
.el-drawer__container {
  top: 0;
  bottom: 0;
  height: 100%;
}

@-webkit-keyframes el-drawer-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes el-drawer-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes rtl-drawer-in {
  0% {
    -webkit-transform: translate(100%,0);
    transform: translate(100%,0);
  }

  100% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
  }
}

@keyframes rtl-drawer-in {
  0% {
    -webkit-transform: translate(100%,0);
    transform: translate(100%,0);
  }

  100% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
  }
}

@-webkit-keyframes rtl-drawer-out {
  0% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
  }

  100% {
    -webkit-transform: translate(100%,0);
    transform: translate(100%,0);
  }
}

@keyframes rtl-drawer-out {
  0% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
  }

  100% {
    -webkit-transform: translate(100%,0);
    transform: translate(100%,0);
  }
}

@-webkit-keyframes ltr-drawer-in {
  0% {
    -webkit-transform: translate(-100%,0);
    transform: translate(-100%,0);
  }

  100% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
  }
}

@keyframes ltr-drawer-in {
  0% {
    -webkit-transform: translate(-100%,0);
    transform: translate(-100%,0);
  }

  100% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
  }
}

@-webkit-keyframes ltr-drawer-out {
  0% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
  }

  100% {
    -webkit-transform: translate(-100%,0);
    transform: translate(-100%,0);
  }
}

@keyframes ltr-drawer-out {
  0% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
  }

  100% {
    -webkit-transform: translate(-100%,0);
    transform: translate(-100%,0);
  }
}

@-webkit-keyframes ttb-drawer-in {
  0% {
    -webkit-transform: translate(0,-100%);
    transform: translate(0,-100%);
  }

  100% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
  }
}

@keyframes ttb-drawer-in {
  0% {
    -webkit-transform: translate(0,-100%);
    transform: translate(0,-100%);
  }

  100% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
  }
}

@-webkit-keyframes ttb-drawer-out {
  0% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
  }

  100% {
    -webkit-transform: translate(0,-100%);
    transform: translate(0,-100%);
  }
}

@keyframes ttb-drawer-out {
  0% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
  }

  100% {
    -webkit-transform: translate(0,-100%);
    transform: translate(0,-100%);
  }
}

@-webkit-keyframes btt-drawer-in {
  0% {
    -webkit-transform: translate(0,100%);
    transform: translate(0,100%);
  }

  100% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
  }
}

@keyframes btt-drawer-in {
  0% {
    -webkit-transform: translate(0,100%);
    transform: translate(0,100%);
  }

  100% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
  }
}

@-webkit-keyframes btt-drawer-out {
  0% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
  }

  100% {
    -webkit-transform: translate(0,100%);
    transform: translate(0,100%);
  }
}

@keyframes btt-drawer-out {
  0% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
  }

  100% {
    -webkit-transform: translate(0,100%);
    transform: translate(0,100%);
  }
}

.el-drawer {
  position: absolute;
  box-sizing: border-box;
  background-color: #FFF;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: 0 0.041667rem 0.052083rem -0.026042rem rgba(0,0,0,.2),0 0.083333rem 0.125rem 0.010417rem rgba(0,0,0,.14),0 0.03125rem 0.15625rem 0.026042rem rgba(0,0,0,.12);
  box-shadow: 0 0.041667rem 0.052083rem -0.026042rem rgba(0,0,0,.2),0 0.083333rem 0.125rem 0.010417rem rgba(0,0,0,.14),0 0.03125rem 0.15625rem 0.026042rem rgba(0,0,0,.12);
}

.el-drawer.rtl {
  -webkit-animation: rtl-drawer-out 225ms cubic-bezier(0,0,.2,1) 0s;
  animation: rtl-drawer-out 225ms cubic-bezier(0,0,.2,1) 0s;
  right: 0;
}

.el-drawer__open .el-drawer.rtl {
  -webkit-animation: rtl-drawer-in 225ms cubic-bezier(0,0,.2,1) 0s;
  animation: rtl-drawer-in 225ms cubic-bezier(0,0,.2,1) 0s;
}

.el-drawer.ltr {
  -webkit-animation: ltr-drawer-out 225ms cubic-bezier(0,0,.2,1) 0s;
  animation: ltr-drawer-out 225ms cubic-bezier(0,0,.2,1) 0s;
  left: 0;
}

.el-drawer__open .el-drawer.ltr {
  -webkit-animation: ltr-drawer-in 225ms cubic-bezier(0,0,.2,1) 0s;
  animation: ltr-drawer-in 225ms cubic-bezier(0,0,.2,1) 0s;
}

.el-drawer.ttb {
  -webkit-animation: ttb-drawer-out 225ms cubic-bezier(0,0,.2,1) 0s;
  animation: ttb-drawer-out 225ms cubic-bezier(0,0,.2,1) 0s;
  top: 0;
}

.el-drawer__open .el-drawer.ttb {
  -webkit-animation: ttb-drawer-in 225ms cubic-bezier(0,0,.2,1) 0s;
  animation: ttb-drawer-in 225ms cubic-bezier(0,0,.2,1) 0s;
}

.el-drawer.btt {
  -webkit-animation: btt-drawer-out 225ms cubic-bezier(0,0,.2,1) 0s;
  animation: btt-drawer-out 225ms cubic-bezier(0,0,.2,1) 0s;
  bottom: 0;
}

.el-drawer__open .el-drawer.btt {
  -webkit-animation: btt-drawer-in 225ms cubic-bezier(0,0,.2,1) 0s;
  animation: btt-drawer-in 225ms cubic-bezier(0,0,.2,1) 0s;
}

.el-drawer__header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #72767b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.166667rem;
  padding: 0.104167rem 0.104167rem 0;
}

.el-drawer__header>:first-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.el-drawer__title {
  margin: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: inherit;
  font-size: 1rem;
}

.el-drawer__close-btn {
  border: none;
  cursor: pointer;
  font-size: 0.104167rem;
  color: inherit;
  background-color: transparent;
}

.el-drawer__body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.el-drawer__body>* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.el-drawer__container {
  position: relative;
}

.el-drawer-fade-enter-active {
  -webkit-animation: el-drawer-fade-in 225ms cubic-bezier(0,0,.2,1) 0s;
  animation: el-drawer-fade-in 225ms cubic-bezier(0,0,.2,1) 0s;
}

.el-drawer-fade-leave-active {
  animation: el-drawer-fade-in 225ms cubic-bezier(0,0,.2,1) 0s reverse;
}@font-face {
  font-family: "iconfont";
  src: url(data:application/vnd.ms-fontobject;base64,DAcAAGQGAAABAAIAAAAAAAIABQMAAAAAAAABAJABAAAAAExQAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAA+E9jzgAAAAAAAAAAAAAAAAAAAAAAABAAaQBjAG8AbgBmAG8AbgB0AAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAQAGkAYwBvAG4AZgBvAG4AdAAAAAAAAAEAAAALAIAAAwAwR1NVQrD+s+0AAAE4AAAAQk9TLzI8qUglAAABfAAAAFZjbWFw51u2QwAAAdwAAAFwZ2x5ZjNwQ74AAANUAAAAbGhlYWQbIbgsAAAA4AAAADZoaGVhB94DgwAAALwAAAAkaG10eAgAAAAAAAHUAAAACGxvY2EANgAAAAADTAAAAAZtYXhwAQ4AKQAAARgAAAAgbmFtZT5U/n0AAAPAAAACbXBvc3TU48PnAAAGMAAAADIAAQAAA4D/gABcBAAAAAAABAAAAQAAAAAAAAAAAAAAAAAAAAIAAQAAAAEAAM5jT/hfDzz1AAsEAAAAAADcAToqAAAAANwBOioAAP/VBAADBgAAAAgAAgAAAAAAAAABAAAAAgAdAAIAAAAAAAIAAAAKAAoAAAD/AAAAAAAAAAEAAAAKAB4ALAABREZMVAAIAAQAAAAAAAAAAQAAAAFsaWdhAAgAAAABAAAAAQAEAAQAAAABAAgAAQAGAAAAAQAAAAAAAQQAAZAABQAIAokCzAAAAI8CiQLMAAAB6wAyAQgAAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA5jPmMwOA/4AAXAOAAIAAAAABAAAAAAAABAAAAAQAAAAAAAAFAAAAAwAAACwAAAAEAAABVAABAAAAAABOAAMAAQAAACwAAwAKAAABVAAEACIAAAAEAAQAAQAA5jP//wAA5jP//wAAAAEABAAAAAEAAAEGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAAAAAAQAA5jMAAOYzAAAAAQAAAAAANgAAAAIAAP/VA4UDBgATABwAAAEFDgEHAQYUFwEWMjcBPgE3EzYmAwYiJjQ2MhYUAy7+9xowE/6kGBgBFRhAGQFcExUBDQEyoR5NOztNOgMFDAIVE/6kGT8Z/usYGAFcEzAbAQgmMf6kHDpNOjpNAAAAEgDeAAEAAAAAAAAAFQAAAAEAAAAAAAEACAAVAAEAAAAAAAIABwAdAAEAAAAAAAMACAAkAAEAAAAAAAQACAAsAAEAAAAAAAUACwA0AAEAAAAAAAYACAA/AAEAAAAAAAoAKwBHAAEAAAAAAAsAEwByAAMAAQQJAAAAKgCFAAMAAQQJAAEAEACvAAMAAQQJAAIADgC/AAMAAQQJAAMAEADNAAMAAQQJAAQAEADdAAMAAQQJAAUAFgDtAAMAAQQJAAYAEAEDAAMAAQQJAAoAVgETAAMAAQQJAAsAJgFpCkNyZWF0ZWQgYnkgaWNvbmZvbnQKaWNvbmZvbnRSZWd1bGFyaWNvbmZvbnRpY29uZm9udFZlcnNpb24gMS4waWNvbmZvbnRHZW5lcmF0ZWQgYnkgc3ZnMnR0ZiBmcm9tIEZvbnRlbGxvIHByb2plY3QuaHR0cDovL2ZvbnRlbGxvLmNvbQAKAEMAcgBlAGEAdABlAGQAIABiAHkAIABpAGMAbwBuAGYAbwBuAHQACgBpAGMAbwBuAGYAbwBuAHQAUgBlAGcAdQBsAGEAcgBpAGMAbwBuAGYAbwBuAHQAaQBjAG8AbgBmAG8AbgB0AFYAZQByAHMAaQBvAG4AIAAxAC4AMABpAGMAbwBuAGYAbwBuAHQARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABzAHYAZwAyAHQAdABmACAAZgByAG8AbQAgAEYAbwBuAHQAZQBsAGwAbwAgAHAAcgBvAGoAZQBjAHQALgBoAHQAdABwADoALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAAAAAIAAAAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgECAQMACGJpYW9xaWFuAAAAAA==);
  /* IE9 */
  src: url(data:application/vnd.ms-fontobject;base64,DAcAAGQGAAABAAIAAAAAAAIABQMAAAAAAAABAJABAAAAAExQAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAA+E9jzgAAAAAAAAAAAAAAAAAAAAAAABAAaQBjAG8AbgBmAG8AbgB0AAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAQAGkAYwBvAG4AZgBvAG4AdAAAAAAAAAEAAAALAIAAAwAwR1NVQrD+s+0AAAE4AAAAQk9TLzI8qUglAAABfAAAAFZjbWFw51u2QwAAAdwAAAFwZ2x5ZjNwQ74AAANUAAAAbGhlYWQbIbgsAAAA4AAAADZoaGVhB94DgwAAALwAAAAkaG10eAgAAAAAAAHUAAAACGxvY2EANgAAAAADTAAAAAZtYXhwAQ4AKQAAARgAAAAgbmFtZT5U/n0AAAPAAAACbXBvc3TU48PnAAAGMAAAADIAAQAAA4D/gABcBAAAAAAABAAAAQAAAAAAAAAAAAAAAAAAAAIAAQAAAAEAAM5jT/hfDzz1AAsEAAAAAADcAToqAAAAANwBOioAAP/VBAADBgAAAAgAAgAAAAAAAAABAAAAAgAdAAIAAAAAAAIAAAAKAAoAAAD/AAAAAAAAAAEAAAAKAB4ALAABREZMVAAIAAQAAAAAAAAAAQAAAAFsaWdhAAgAAAABAAAAAQAEAAQAAAABAAgAAQAGAAAAAQAAAAAAAQQAAZAABQAIAokCzAAAAI8CiQLMAAAB6wAyAQgAAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA5jPmMwOA/4AAXAOAAIAAAAABAAAAAAAABAAAAAQAAAAAAAAFAAAAAwAAACwAAAAEAAABVAABAAAAAABOAAMAAQAAACwAAwAKAAABVAAEACIAAAAEAAQAAQAA5jP//wAA5jP//wAAAAEABAAAAAEAAAEGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAAAAAAQAA5jMAAOYzAAAAAQAAAAAANgAAAAIAAP/VA4UDBgATABwAAAEFDgEHAQYUFwEWMjcBPgE3EzYmAwYiJjQ2MhYUAy7+9xowE/6kGBgBFRhAGQFcExUBDQEyoR5NOztNOgMFDAIVE/6kGT8Z/usYGAFcEzAbAQgmMf6kHDpNOjpNAAAAEgDeAAEAAAAAAAAAFQAAAAEAAAAAAAEACAAVAAEAAAAAAAIABwAdAAEAAAAAAAMACAAkAAEAAAAAAAQACAAsAAEAAAAAAAUACwA0AAEAAAAAAAYACAA/AAEAAAAAAAoAKwBHAAEAAAAAAAsAEwByAAMAAQQJAAAAKgCFAAMAAQQJAAEAEACvAAMAAQQJAAIADgC/AAMAAQQJAAMAEADNAAMAAQQJAAQAEADdAAMAAQQJAAUAFgDtAAMAAQQJAAYAEAEDAAMAAQQJAAoAVgETAAMAAQQJAAsAJgFpCkNyZWF0ZWQgYnkgaWNvbmZvbnQKaWNvbmZvbnRSZWd1bGFyaWNvbmZvbnRpY29uZm9udFZlcnNpb24gMS4waWNvbmZvbnRHZW5lcmF0ZWQgYnkgc3ZnMnR0ZiBmcm9tIEZvbnRlbGxvIHByb2plY3QuaHR0cDovL2ZvbnRlbGxvLmNvbQAKAEMAcgBlAGEAdABlAGQAIABiAHkAIABpAGMAbwBuAGYAbwBuAHQACgBpAGMAbwBuAGYAbwBuAHQAUgBlAGcAdQBsAGEAcgBpAGMAbwBuAGYAbwBuAHQAaQBjAG8AbgBmAG8AbgB0AFYAZQByAHMAaQBvAG4AIAAxAC4AMABpAGMAbwBuAGYAbwBuAHQARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABzAHYAZwAyAHQAdABmACAAZgByAG8AbQAgAEYAbwBuAHQAZQBsAGwAbwAgAHAAcgBvAGoAZQBjAHQALgBoAHQAdABwADoALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAAAAAIAAAAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgECAQMACGJpYW9xaWFuAAAAAA==#iefix) format('embedded-opentype'), 
    url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAAKsAAsAAAAABmQAAAJiAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCCcApseQE2AiQDCAsGAAQgBYRtBzIboQXILrBt2JMibYsbSwEKKiEIb4Z4eFr7/bmz81QTapHuWTSRNJEKSWKBUAiRzLf6+8679ttHvekeyb82xP1ku/Mdu+EeEkm1UgoeRTPNMMEzpBNUQOsVQLUCh9MuUCB3QLndc/hcwMDSwP7F6AsXSeQNYxe8wPMEmuZkcxxX1reDEJk9LRDPisSBkIJPllmyLlQb1mbxpqKeXtIX4DX6fvzjjRCSSsEuO3uqEEHxj89JKxbKBbcBgZ+ANldQYAeQiavG2Al/wWj+mrEAS8CxioMfX1kGBnFUrWB/nV3YBjOQ90x8T/CohQnkpHcWsDbpLaQx08NHd+ni2UIGOt/Oki5vE/t2X7rPtl4WX7efF7x/lZDW+/+0vr6JoomEhPHidTgwrSmMWqVf31vDufNLOw2gGEC5WC2qAsGHUK0PRXe9lcG3I9fIU85gmIP6Du3Bj+EPbMmG0NanrPEbHcnspKkJTU2UsGvoc6pqchepUDe5F0nN4Gco1K0QM3UHFS27qKrbQ9O2qs0tI5S/yA1sWQUIfbdIuj5R6LsnZuoHKqb+UdUPfzTdhHu2rIUSNkUcQyLkJ6EiEBO7RhYWF7ciaVTnaF4Y0TsRtZUg9Djd5WQVMhFdYoE9JnkZwxBTYsBKcBnSdQItSlQkMKfMmJXrcuGmGzkFYoAwRyiEwyAiiDcJUggIEw66M2GVz7dCJKN0HNpRUefshFA2pX/Iw8k9gFglMwdVPMo1tjESL4bBIIwiDFAlGIXodARkNY9SIQLGSZ4QseRyOZ3wUJlze4XxA7msBludwikr1O8Ujox4VhMA') format('woff2'), url(data:application/font-woff;base64,d09GRgABAAAAAAQgAAsAAAAABmQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADMAAABCsP6z7U9TLzIAAAE8AAAARAAAAFY8qUglY21hcAAAAYAAAABLAAABcOdbtkNnbHlmAAABzAAAAGwAAABsM3BDvmhlYWQAAAI4AAAALwAAADYbIbgsaGhlYQAAAmgAAAAcAAAAJAfeA4NobXR4AAAChAAAAAgAAAAICAAAAGxvY2EAAAKMAAAABgAAAAYANgAAbWF4cAAAApQAAAAeAAAAIAEOACluYW1lAAACtAAAAUUAAAJtPlT+fXBvc3QAAAP8AAAAIQAAADLU48PneJxjYGRgYOBikGPQYWB0cfMJYeBgYGGAAJAMY05meiJQDMoDyrGAaQ4gZoOIAgCKIwNPAHicY2BkYWCcwMDKwMHUyXSGgYGhH0IzvmYwYuRgYGBiYGVmwAoC0lxTGByeGT8zZm7438AQw9zA0AAUZgTJAQDlHQxJeJxjYGBgZWBgYAZiHSBmYWBgDGFgZAABP6AoI1icmYELLM7CoARWwwISf2b8/z+MBPJZwCQDIxvDKOABkzJQHjisIJiBEQCloAo1AAACAAD/1QOFAwYAEwAcAAABBQ4BBwEGFBcBFjI3AT4BNxM2JgMGIiY0NjIWFAMu/vcaMBP+pBgYARUYQBkBXBMVAQ0BMqEeTTs7TToDBQwCFRP+pBk/Gf7rGBgBXBMwGwEIJjH+pBw6TTo6TXicY2BkYGAA4nPJHjnx/DZfGbhZGEDgDqOVFoL+f5WFgZkNyOVgYAKJAgD0+wgDAHicY2BkYGBu+N/AEMPCAAJAkpEBFTABAEcIAmsEAAAABAAAAAAAAAAANgAAeJxjYGRgYGBikAViBjCLgYELCBkY/oP5DAALgwE4AAB4nGWPTU7DMBCFX/oHpBKqqGCH5AViASj9EatuWFRq911036ZOmyqJI8et1ANwHo7ACTgC3IA78EgnmzaWx9+8eWNPANzgBx6O3y33kT1cMjtyDRe4F65TfxBukF+Em2jjVbhF/U3YxzOmwm10YXmD17hi9oR3YQ8dfAjXcI1P4Tr1L+EG+Vu4iTv8CrfQ8erCPuZeV7iNRy/2x1YvnF6p5UHFockikzm/gple75KFrdLqnGtbxCZTg6BfSVOdaVvdU+zXQ+ciFVmTqgmrOkmMyq3Z6tAFG+fyUa8XiR6EJuVYY/62xgKOcQWFJQ6MMUIYZIjK6Og7VWb0r7FDwl57Vj3N53RbFNT/c4UBAvTPXFO6stJ5Ok+BPV8bUnV0K27LnpQ0kV7NSRKyQl7WtlRC6gE2ZVeOEXpc0Yk/KGdI/wAJWm7IAAAAeJxjYGKAAC4G7ICJkYmRmYEjKTMxvzAzMY+BAQAYIgNiAAAA) format('woff'), url(data:application/x-font-ttf;base64,AAEAAAALAIAAAwAwR1NVQrD+s+0AAAE4AAAAQk9TLzI8qUglAAABfAAAAFZjbWFw51u2QwAAAdwAAAFwZ2x5ZjNwQ74AAANUAAAAbGhlYWQbIbgsAAAA4AAAADZoaGVhB94DgwAAALwAAAAkaG10eAgAAAAAAAHUAAAACGxvY2EANgAAAAADTAAAAAZtYXhwAQ4AKQAAARgAAAAgbmFtZT5U/n0AAAPAAAACbXBvc3TU48PnAAAGMAAAADIAAQAAA4D/gABcBAAAAAAABAAAAQAAAAAAAAAAAAAAAAAAAAIAAQAAAAEAAM5jSGxfDzz1AAsEAAAAAADcAToqAAAAANwBOioAAP/VBAADBgAAAAgAAgAAAAAAAAABAAAAAgAdAAIAAAAAAAIAAAAKAAoAAAD/AAAAAAAAAAEAAAAKAB4ALAABREZMVAAIAAQAAAAAAAAAAQAAAAFsaWdhAAgAAAABAAAAAQAEAAQAAAABAAgAAQAGAAAAAQAAAAAAAQQAAZAABQAIAokCzAAAAI8CiQLMAAAB6wAyAQgAAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA5jPmMwOA/4AAXAOAAIAAAAABAAAAAAAABAAAAAQAAAAAAAAFAAAAAwAAACwAAAAEAAABVAABAAAAAABOAAMAAQAAACwAAwAKAAABVAAEACIAAAAEAAQAAQAA5jP//wAA5jP//wAAAAEABAAAAAEAAAEGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAAAAAAQAA5jMAAOYzAAAAAQAAAAAANgAAAAIAAP/VA4UDBgATABwAAAEFDgEHAQYUFwEWMjcBPgE3EzYmAwYiJjQ2MhYUAy7+9xowE/6kGBgBFRhAGQFcExUBDQEyoR5NOztNOgMFDAIVE/6kGT8Z/usYGAFcEzAbAQgmMf6kHDpNOjpNAAAAEgDeAAEAAAAAAAAAFQAAAAEAAAAAAAEACAAVAAEAAAAAAAIABwAdAAEAAAAAAAMACAAkAAEAAAAAAAQACAAsAAEAAAAAAAUACwA0AAEAAAAAAAYACAA/AAEAAAAAAAoAKwBHAAEAAAAAAAsAEwByAAMAAQQJAAAAKgCFAAMAAQQJAAEAEACvAAMAAQQJAAIADgC/AAMAAQQJAAMAEADNAAMAAQQJAAQAEADdAAMAAQQJAAUAFgDtAAMAAQQJAAYAEAEDAAMAAQQJAAoAVgETAAMAAQQJAAsAJgFpCkNyZWF0ZWQgYnkgaWNvbmZvbnQKaWNvbmZvbnRSZWd1bGFyaWNvbmZvbnRpY29uZm9udFZlcnNpb24gMS4waWNvbmZvbnRHZW5lcmF0ZWQgYnkgc3ZnMnR0ZiBmcm9tIEZvbnRlbGxvIHByb2plY3QuaHR0cDovL2ZvbnRlbGxvLmNvbQAKAEMAcgBlAGEAdABlAGQAIABiAHkAIABpAGMAbwBuAGYAbwBuAHQACgBpAGMAbwBuAGYAbwBuAHQAUgBlAGcAdQBsAGEAcgBpAGMAbwBuAGYAbwBuAHQAaQBjAG8AbgBmAG8AbgB0AFYAZQByAHMAaQBvAG4AIAAxAC4AMABpAGMAbwBuAGYAbwBuAHQARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABzAHYAZwAyAHQAdABmACAAZgByAG8AbQAgAEYAbwBuAHQAZQBsAGwAbwAgAHAAcgBvAGoAZQBjAHQALgBoAHQAdABwADoALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAAAAAIAAAAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgECAQMACGJpYW9xaWFuAAAAAA==) format('truetype'), 
    url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiID4KPCEtLQoyMDEzLTktMzA6IENyZWF0ZWQuCi0tPgo8c3ZnPgo8bWV0YWRhdGE+CkNyZWF0ZWQgYnkgaWNvbmZvbnQKPC9tZXRhZGF0YT4KPGRlZnM+Cgo8Zm9udCBpZD0iaWNvbmZvbnQiIGhvcml6LWFkdi14PSIxMDI0IiA+CiAgPGZvbnQtZmFjZQogICAgZm9udC1mYW1pbHk9Imljb25mb250IgogICAgZm9udC13ZWlnaHQ9IjUwMCIKICAgIGZvbnQtc3RyZXRjaD0ibm9ybWFsIgogICAgdW5pdHMtcGVyLWVtPSIxMDI0IgogICAgYXNjZW50PSI4OTYiCiAgICBkZXNjZW50PSItMTI4IgogIC8+CiAgICA8bWlzc2luZy1nbHlwaCAvPgogICAgCiAgICA8Z2x5cGggZ2x5cGgtbmFtZT0iYmlhb3FpYW4iIHVuaWNvZGU9IiYjNTg5MzE7IiBkPSJNODE0IDc3My4ybC0yNjQuNi0xMi43Yy0zNS4xLTEuNy02OC4zLTE2LjQtOTMuMS00MS4yTDEwNy43IDM3MC43Yy0zMS4xLTMxLjEtMzEuMS04MS42IDAtMTEyLjdsMjc3LjItMjc3LjJjMzEuMS0zMS4xIDgxLjYtMzEuMSAxMTIuNyAwbDE0LjMgMTQuMyA5Mi4xIDkyLjEgMjQyLjIgMjQyLjJjMjQuOCAyNC44IDM5LjUgNTggNDEuMiA5My4xbDEyLjcgMjY0LjZjMi4zIDQ4LjUtMzcuNiA4OC40LTg2LjEgODYuMXpNNjg5LjYgNDI2Yy0zNy44LTM3LjgtOTktMzcuOC0xMzYuOCAwcy0zNy44IDk5IDAgMTM2LjhjMzcuOCAzNy44IDk5IDM3LjggMTM2LjggMCAzNy44LTM3LjggMzcuOC05OS4xIDAtMTM2Ljh6IiAgaG9yaXotYWR2LXg9IjEwMjQiIC8+CgogICAgCgoKICA8L2ZvbnQ+CjwvZGVmcz48L3N2Zz4K#iconfont) format('svg');
  /* iOS 4.1- */
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 0.083333rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-biaoqian:before {
  content: "\E633";
}