
.svg-icon[data-v-c8a70580] {
  width: 1em;
  height: 1em;
  /* vertical-align: -0.15em; */
  fill: currentColor;
  overflow: hidden;
}
.svg-external-icon[data-v-c8a70580] {
  background-color: currentColor;
  -webkit-mask-size: cover!important;
          mask-size: cover!important;
  display: inline-block;
}

.el-breadcrumb__inner,
.el-breadcrumb__inner a {
  font-weight: 400 !important;
}

.el-upload input[type=file] {
  display: none !important;
}

.el-upload__input {
  display: none;
}

.el-dialog {
  -webkit-transform: none;
          transform: none;
  left: 0;
  position: relative;
  margin: 0 auto;
}

.upload-container .el-upload {
  width: 100%;
}
.upload-container .el-upload .el-upload-dragger {
  width: 100%;
  height: 2rem;
}

.el-dropdown-menu a {
  display: block;
}

.el-range-separator {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.el-form-item {
  margin-bottom: 0.36rem;
}
.el-form-item .el-form-item__label {
  line-height: 0.5rem;
  font-size: 0.16rem;
  color: #666666;
}
.el-form-item .el-form-item__content {
  line-height: 0.5rem;
}
.el-form-item .el-form-item__content .el-input__icon {
  line-height: 0.5rem;
}
.el-form-item .el-form-item__content .el-input__inner {
  height: 0.5rem;
  line-height: 0.5rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.el-form-item .el-form-item__content .el-textarea__inner {
  background: #f9f9f9;
}
.el-form-item .el-form-item__content .el-input__count {
  background-color: transparent;
}

.el-table::before {
  display: none;
}
.el-table .el-table__header {
  background: #FFFFFF;
  -webkit-box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 0.1rem 0.1rem 0 0;
          border-radius: 0.1rem 0.1rem 0 0;
  overflow: inherit;
  margin-bottom: 0.2rem;
  overflow: hidden;
}
.el-table .el-table__header .el-table__cell {
  padding: 0.16rem 0;
  font-size: 0.16rem;
  color: #666666;
}
.el-table .el-table__cell {
  font-size: 0.16rem;
  padding: 0.08rem 0;
  color: #232323;
}
.el-table td.el-table__cell,
.el-table th.el-table__cell.is-leaf {
  border: none;
}

.custom-dialog {
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
  overflow: hidden;
}
.custom-dialog .el-dialog__header {
  height: 0.51rem;
  background: #F6FBFF;
  padding: 0 0 0 0.2rem;
}
.custom-dialog .el-dialog__header .el-dialog__title {
  font-size: 0.2rem;
  line-height: 0.51rem;
  color: #333333;
}
.custom-dialog .el-dialog__header .el-dialog__headerbtn {
  top: 0.15rem;
}
.custom-dialog .el-dialog__body {
  max-height: 60vh;
  padding: 0.3rem 0.75rem 0.01rem;
  overflow: auto;
}
.custom-dialog .el-dialog__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.custom-dialog .el-dialog__footer .el-button {
  width: 2rem;
  height: 0.4rem;
  padding: 0;
  background: #D3E8FE;
  border: 0.01rem solid #7DB0EA;
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
  line-height: 0.4rem;
  font-size: 0.18rem;
  color: #333333;
}
.custom-dialog .el-dialog__footer .el-button--primary {
  background: #7DB0EA;
}

.gradeTooltip {
  min-width: 5rem !important;
  max-width: 10rem !important;
  padding: 0.19rem 0.25rem 0.19rem 0.41rem !important;
  -webkit-box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.1) !important;
  -webkit-border-radius: 0.1rem !important;
          border-radius: 0.1rem !important;
  border: 0.03rem solid #7DB0EA !important;
}
.gradeTooltip .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.gradeTooltip .time {
  color: #999999;
  font-size: 0.1rem;
}
.gradeTooltip .gradeDesc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.gradeTooltip .gradeDesc img {
  width: 0.38rem;
  height: 0.38rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin-right: 0.07rem;
}
.gradeTooltip .gradeDesc div {
  font-size: 0.16rem;
  color: #333333;
  margin-bottom: 0.06rem;
}
.gradeTooltip .gradeDesc .score {
  color: #7DB0EA;
  font-size: 0.14rem;
  margin-left: 0.23rem;
}
.gradeTooltip p {
  font-size: 0.14rem;
  color: #666666;
  margin: 0 0 0.13rem 0.47rem;
}
.gradeTooltip .gradeType {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.gradeTooltip .gradeType div:nth-child(1) {
  background: #7db0ea;
  color: #ffffff;
  margin-left: 0;
}
.gradeTooltip .gradeType div {
  height: 0.28rem;
  line-height: 0.28rem;
  padding: 0 0.21rem;
  color: #7db0ea;
  border: 0.01rem solid #7db0ea;
  -webkit-border-radius: 0.06rem;
          border-radius: 0.06rem;
  font-size: 0.14rem;
  margin-right: 0.2rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.el-timeline .el-timeline-item__timestamp {
  font-weight: bold;
  font-size: 0.18rem;
  line-height: 0.25rem;
  color: #333333;
}

.filter {
  height: 0.68rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.28rem;
  -webkit-border-radius: 0;
          border-radius: 0;
  background: #ffffff;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
  margin-bottom: 0.15rem;
}
.filter .el-form-item {
  margin: 0 0.57rem 0 0;
}
.filter .el-form-item .el-form-item__content {
  line-height: 1;
}
.filter .el-form-item .el-form-item__content .el-input__icon {
  line-height: 100%;
}
.filter .el-cascader .el-input__inner,
.filter .el-select .el-input__inner {
  width: 1.5rem;
  height: 0.32rem !important;
  background: none;
}
.filter .search .el-input__inner {
  width: 3.38rem;
  height: 0.4rem !important;
  border: 0.01rem solid #CACACA;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
  background-color: #ffffff;
}

.el-tooltip__popper {
  max-width: 60vw;
}

.schoolAchievementTip {
  -webkit-box-shadow: 0 0.02659rem 0.06648rem rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0 0.02659rem 0.06648rem rgba(0, 0, 0, 0.1) !important;
  -webkit-border-radius: 0.03rem !important;
          border-radius: 0.03rem !important;
  color: #999999 !important;
  font-size: 0.12rem !important;
  border: none !important;
  line-height: 0.17rem !important;
}

body {
  height: 100%;
  font-size: 0.14rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: PingFang SC, Helvetica Neue, Helvetica, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
}

ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  display: block;
}

label {
  font-weight: 700;
}

html {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#app {
  height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

a:focus,
a:active {
  outline: none;
}

a,
a:focus,
a:hover {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

div:focus {
  outline: none;
}

::-webkit-scrollbar {
  width: 0.08rem;
  height: 0.08rem;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  -webkit-box-shadow: inset 0 0 0.05rem rgba(0, 0, 0, 0.2);
  background: rgba(144, 147, 153, 0.5);
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0.05rem rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  background: #fff;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.app-container {
  padding: 0.2rem;
}

.direction-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

[class*=" ellipsis-"],
[class^=ellipsis-] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ellipsis-1 {
  -webkit-line-clamp: 1;
}

.ellipsis-2 {
  -webkit-line-clamp: 2;
}

.ellipsis-3 {
  -webkit-line-clamp: 3;
}

.ellipsis-4 {
  -webkit-line-clamp: 4;
}

.Title {
  position: relative;
  font-family: Microsoft JhengHei;
  font-weight: bold;
  font-size: 0.36rem;
  line-height: 0.32rem;
  text-align: center;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.2);
  margin: 0 0 0.3rem 0;
}
.Title span {
  display: block;
  width: 100%;
  top: -0.3rem;
  left: 0;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 600;
  font-size: 0.36rem;
  line-height: 160%;
  color: #333333;
}
.bottom-b {
  position: relative;
}
#Footer {
  width: 100%;
  /* 1200px; */
  height: 1.32rem;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.5);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#Footer .school dt {
  width: 0.46rem;
  height: 0.46rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
#Footer .school dt img {
  width: 0.46rem;
  height: 0.46rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
#Footer .school dd {
  margin-right: 0.2rem;
  margin-top: -0.46rem;
  font-size: 0.18rem;
  line-height: 0.46rem;
}
#Footer ul {
  margin-top: -0.46rem;
  list-style: none;
  font-size: 0.18rem;
}
#Footer ul li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.2rem;
}
.bottoms {
  background: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0.52rem;
  color: #b8a664;
  font-size: 0.12rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 0.01rem solid rgba(255, 255, 255, 0.15);
}
.bottoms img {
  width: 0.2rem;
  height: 0.2rem;
  margin-left: 0.2rem;
  margin-right: 0.08rem;
}
#News[data-v-0858a474]  .el-dialog {
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
  overflow: hidden;
}
#News[data-v-0858a474]  .el-dialog .el-dialog__header {
  background-color: #7db0ea;
  -webkit-border-radius: 0.2rem 0.2rem 0 0;
          border-radius: 0.2rem 0.2rem 0 0;
}
#News[data-v-0858a474]  .el-dialog .el-dialog__header .el-dialog__headerbtn {
  width: 0.25rem;
  height: 0.25rem;
  background-color: #fff;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  top: 0.15rem;
}
#News[data-v-0858a474]  .el-dialog .el-dialog__body {
  max-height: 60vh;
  overflow: auto;
  padding: 0;
}
#News .new[data-v-0858a474] {
  width: 10.86rem;
  height: 1.22rem;
  padding: 0 0.38rem;
  margin: 0.26rem auto;
  background: #ffffff;
  -webkit-box-shadow: 0 0.04rem 0.08rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.04rem 0.08rem rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
}
#News .new .title[data-v-0858a474] {
  margin-bottom: 0.04rem;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #333333;
}
#News .new .time[data-v-0858a474] {
  margin-bottom: 0.04rem;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
#News .new .dosc[data-v-0858a474] {
  font-size: 0.2rem;
  line-height: 0.23rem;
  color: #666666;
}
#News .new .el-button[data-v-0858a474] {
  width: 1.18rem;
  height: 0.3rem;
  padding: 0;
  border-color: #d3e8fe;
  background-color: #d3e8fe;
  -webkit-border-radius: 0.24rem;
          border-radius: 0.24rem;
  font-size: 0.16rem;
  color: #333333;
}
.el-dropdown-menu[data-v-19c98e7a] {
  white-space: nowrap;
}
.item[data-v-19c98e7a] {
  margin-left: 0.15rem;
}
.redDio[data-v-19c98e7a] {
  width: 0.08rem;
  height: 0.08rem;
  background: #da251c;
  -webkit-border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
          border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
  position: absolute;
  left: 0.17rem;
  top: 0.12rem;
}
#Header[data-v-19c98e7a] {
  width: 12rem;
  height: 0.8rem;
  margin: 0 auto;
}
#Header .el-icon-message[data-v-19c98e7a] {
  font-size: 0.24rem;
  color: #666;
  cursor: pointer;
}
#Header .school[data-v-19c98e7a] {
  cursor: pointer;
}
#Header .school .el-icon-caret-bottom[data-v-19c98e7a] {
  margin-left: 0.2rem;
  font-size: 0.2rem;
}
#Header .school dt[data-v-19c98e7a] {
  width: 0.46rem;
  height: 0.46rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
#Header .school dt img[data-v-19c98e7a] {
  width: 0.46rem;
  height: 0.46rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
#Header .school dd[data-v-19c98e7a] {
  margin-left: 0.2rem;
  font-size: 0.2rem;
  line-height: 0.46rem;
  color: #212353;
  max-width: 2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#Header .form[data-v-19c98e7a] {
  background: #fff;
  color: #606266;
}
#Header[data-v-19c98e7a]  .el-input__inner {
  width: 3rem !important;
  background: #fff;
}
#Header[data-v-19c98e7a]  .el-button {
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
}
#Header[data-v-19c98e7a]  .el-button--primary {
  background: #409eff;
}
#Header[data-v-19c98e7a]  .el-menu .el-submenu__title,
#Header[data-v-19c98e7a]  .el-menu .el-submenu,
#Header[data-v-19c98e7a]  .el-menu .el-menu-item {
  height: 0.8rem;
  padding: 0;
  margin: 0 0.2rem;
  line-height: 0.8rem;
  font-size: 0.2rem;
  border-width: 0.05rem;
}
#Header[data-v-19c98e7a]  .el-menu .el-submenu__title.el-submenu,
#Header[data-v-19c98e7a]  .el-menu .el-submenu.el-submenu,
#Header[data-v-19c98e7a]  .el-menu .el-menu-item.el-submenu {
  margin: 0;
}
#Header[data-v-19c98e7a]  .el-menu .el-submenu__title.is-active,
#Header[data-v-19c98e7a]  .el-menu .el-submenu.is-active,
#Header[data-v-19c98e7a]  .el-menu .el-menu-item.is-active {
  border-color: #1890ff;
  border-width: 0.05rem;
  font-weight: 600;
}
#Header .userInfo[data-v-19c98e7a] {
  margin-left: 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#Header .userInfo .logo[data-v-19c98e7a] {
  width: 0.46rem;
  height: 0.46rem;
}
#Header .userInfo .userName[data-v-19c98e7a] {
  font-size: 0.18rem;
  min-width: 0.5rem;
  line-height: 0.46rem;
  margin-left: 0.15rem;
}
.header_log[data-v-19c98e7a]  .el-form-item .el-form-item__label {
  font-size: 0.2rem;
  font-weight: 100;
}
.header_log[data-v-19c98e7a]  .el-dialog__header .el-dialog__title {
  text-align: center;
  font-size: 0.24rem;
}
.header_log[data-v-19c98e7a]  .el-dialog__body {
  padding-bottom: 0;
}
.header_log[data-v-19c98e7a]  .el-dialog__footer {
  padding-top: 0;
}
.header_log .info_mess[data-v-19c98e7a] {
  margin-left: 0.5rem;
  color: #999;
}
.menu-folder[data-v-19c98e7a] {
  position: relative;
}
.menu-folder .menu-mask[data-v-19c98e7a] {
  position: absolute;
  top: 0;
  left: -0.3rem;
  background: #fff;
  width: 0.3rem;
  height: 0.8rem;
  z-index: 1;
}
.menu-folder .drop-down-menu[data-v-19c98e7a] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu-folder .drop-down-menu .menu-item[data-v-19c98e7a] {
  cursor: pointer;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 0.8rem;
  padding: 0 0.2rem;
  line-height: 0.8rem;
  border-width: 0.05rem;
  background-color: #fff;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.16rem;
  color: #4b5d68;
  /* #666666; */
}
.menu-folder .drop-down-menu .menu-item.active[data-v-19c98e7a] {
  color: #409eff;
  font-weight: 600;
}
.menu-folder .drop-down-menu .menu-item.active[data-v-19c98e7a]::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: pink;
  height: 0.01rem;
  width: -webkit-calc(100% - 0.4rem);
  width: calc(100% - 0.4rem);
  margin: 0 auto;
  color: #409eff;
  border-bottom: 0.01rem solid #1890ff;
  border-width: 0.05rem;
}
.menu-folder .drop-down-menu .menu-item:hover .menu-item-child[data-v-19c98e7a] {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
  opacity: 1;
}
.menu-folder .drop-down-menu .menu-item:hover i[data-v-19c98e7a] {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}
.menu-folder .drop-down-menu .menu-item .menu-item-child[data-v-19c98e7a] {
  position: absolute;
  left: -0.2rem;
  bottom: 0;
  min-width: 100%;
  min-width: -webkit-calc(100% + 0.4rem);
  min-width: calc(100% + 0.4rem);
  background-color: #fff;
  z-index: -1;
  opacity: 0;
  -webkit-box-shadow: 0 0 0.12rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.12rem 0 rgba(0, 0, 0, 0.1);
}
.menu-folder .drop-down-menu .menu-item .menu-item-child .child-item.child-item[data-v-19c98e7a] {
  cursor: pointer;
  min-width: 100%;
  text-align: center;
  height: 0.6rem;
  line-height: 0.6rem;
  font-weight: 400;
  color: #333;
}
.menu-folder .drop-down-menu .menu-item .menu-item-child .child-item.child-item.active[data-v-19c98e7a] {
  color: #409eff;
}
.bottom-up[data-v-6452f9e4] {
  position: fixed;
  bottom: 0;
  width: 100%;
}
.el-container[data-v-6452f9e4] {
  min-height: 100%;
  min-width: 12rem;
}
.el-container .banner[data-v-6452f9e4] {
  width: 100%;
  max-width: 19.2rem;
  margin: auto;
}
.el-container .banner .el-image[data-v-6452f9e4] {
  width: 100%;
  height: 100%;
}
.el-container .banner .el-carousel__item[data-v-6452f9e4] {
  background: #fff;
}
.el-header[data-v-6452f9e4] {
  padding: 0;
  -webkit-box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  z-index: 20;
}
.el-main[data-v-6452f9e4] {
  padding: 0;
  overflow: hidden;
  background-color: #fff;
}
.el-main > .el-content[data-v-6452f9e4] {
  padding-bottom: 1rem !important;
}
.myIcon[data-v-6452f9e4] {
  width: 0.7rem;
  height: 0.7rem;
  line-height: 0.7rem;
  text-align: center;
  background: #7db0ea;
  -webkit-box-shadow: 0 0 0.06rem rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 0.06rem rgba(0, 0, 0, 0.12);
  -webkit-border-radius: 50%;
          border-radius: 50%;
  position: fixed;
  z-index: 100;
  right: 1.5rem;
  bottom: 1rem;
  font-size: 0.3rem;
  color: #fff;
}
.myIcon[data-v-6452f9e4]:hover {
  background: #fff;
  color: #999;
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.el-footer[data-v-6452f9e4] {
  padding: 0;
  background: #313B59;
}
.bottom-b {
  position: relative;
}
.bottoms {
  background: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0.52rem;
  color: #b8a664;
  font-size: 0.12rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 0.01rem solid rgba(255, 255, 255, 0.15);
}
.bottoms img {
  width: 0.2rem;
  height: 0.2rem;
  margin-left: 0.2rem;
  margin-right: 0.08rem;
}
.footer-layer {
  position: static !important;
  bottom: auto !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #333333;
  width: 100%;
}
.footer-layer .footer-content {
  width: 12rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-layer .footer-content .footer-center {
  background-color: #333333;
  color: #ddd;
  width: 100%;
  padding-left: 0.1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-layer .footer-content .footer-center .guishu {
  font-size: 0.16rem;
}
.footer-layer .footer-content .footer-center .guishu span {
  margin-right: 0.1rem;
}
.footer-layer .footer-content .footer-center .banquan {
  margin: 0.2rem 0;
  font-size: 0.16rem;
}
.footer-layer .footer-content .footer-center .gongan {
  margin-left: 0.1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.16rem;
}
.footer-layer .footer-content .leftimg {
  width: 0.3rem;
}
.footer-layer .footer-content .rightimg {
  width: 1rem;
}
.footer-content-full {
  width: 12rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.footer-content-full .footer-center {
  background-color: #333333;
  color: white;
  width: 100%;
  padding-left: 0.3rem;
}
.footer-content-full .footer-center .guishu {
  font-size: 0.18rem;
}
.footer-content-full .footer-center .guishu span {
  margin-right: 0.1rem;
}
.footer-content-full .footer-center .banquan {
  margin: 0.2rem 0;
  font-size: 0.16rem;
}
.footer-content-full .footer-center .gongan {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.16rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-content-full .leftimg {
  width: 1rem;
}
.footer-content-full .rightimg {
  width: 1rem;
}
@charset "UTF-8";
.PersonalCenter[data-v-5e8d7432] {
  min-height: -webkit-calc(100vh - 1.6rem);
  min-height: calc(100vh - 1.6rem);
  padding: 0.24rem 0 0.4rem;
  background: #f5f6f9;
}
.PersonalCenter .dot[data-v-5e8d7432] {
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  color: #ffffff;
  background: red;
  line-height: 0.2rem;
  font-size: 0.14rem;
  text-align: center;
}
.PersonalCenter .left[data-v-5e8d7432] {
  width: 2.74rem;
  margin-right: 0.1rem;
}
.PersonalCenter .left .left-top[data-v-5e8d7432] {
  width: 100%;
  padding: 0.48rem 0 0.44rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
}
.PersonalCenter .left .left-top .logo[data-v-5e8d7432] {
  width: 1.22rem;
  height: 1.22rem;
}
.PersonalCenter .left .left-top .name[data-v-5e8d7432] {
  font-size: 0.2rem;
  line-height: 160%;
  color: #333333;
  margin-top: 0.16rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.PersonalCenter .left .left-top .name div[data-v-5e8d7432] {
  font-size: 0.2rem;
  line-height: 160%;
  color: #333333;
}
.PersonalCenter .left .left-top .name[data-v-5e8d7432]  .el-tag {
  height: 0.17rem;
  /* 20px; */
  font-size: 0.1rem;
  line-height: 0.17rem;
  /* 20px; */
  color: #649aff;
  padding: 0 0.1rem;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  text-align: center;
  border-color: #d3e8fe;
  background: #d3e8fe;
  margin-left: 0.09rem;
}
.PersonalCenter .left .left-top .Navigation[data-v-5e8d7432] {
  margin-top: 0.24rem;
  min-height: 5rem;
}
.PersonalCenter .left .advert[data-v-5e8d7432] {
  height: 100%;
  overflow: auto;
  margin-top: 0.16rem;
}
.PersonalCenter .left .advert[data-v-5e8d7432]  img {
  display: block;
  margin-bottom: 0.16rem;
}
.PersonalCenter .right[data-v-5e8d7432] {
  width: 9.09rem;
}
.PersonalCenter .el-menu[data-v-5e8d7432] {
  border: none;
  width: 100%;
  display: block;
  width: 2.74rem;
  text-align: center;
  line-height: 0.8rem;
  position: relative;
}
.PersonalCenter .el-menu .el-submenu__title[data-v-5e8d7432] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.2rem;
  color: #666666;
}
.PersonalCenter .el-menu-item-group[data-v-5e8d7432]  .el-menu-item {
  color: #409EFF;
  margin-top: -0.14rem;
}
.el-submenu .is-active[data-v-5e8d7432] {
  color: #409EFF !important;
  background-color: #ecf5ff !important;
  position: relative;
}
.el-submenu .is-active[data-v-5e8d7432] ::after {
  content: "";
  display: block;
  width: 0.06rem;
  height: 0.36rem;
  background-color: #ecf5ff !important;
  -webkit-border-radius: 0 0.04rem 0.04rem 0;
          border-radius: 0 0.04rem 0.04rem 0;
  position: absolute;
  left: 0;
  top: 0.07rem;
}
.subTop[data-v-5e8d7432] {
  position: relative;
}
.subTop .subBot[data-v-5e8d7432] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 0.2rem;
  height: 0.2rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  color: #ffffff;
  background: red;
  position: absolute;
  right: 0.3rem;
  top: 0.17rem;
  line-height: initial;
}
[data-v-5e8d7432] .el-dropdown-menu__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
[data-v-5e8d7432] .el-dropdown-menu__item span {
  width: 1.5rem;
}
[data-v-5e8d7432] .el-dropdown-menu__item img {
  width: 0.27rem;
  height: 0.24rem;
}
.imgTb[data-v-5e8d7432] {
  width: 0.2rem;
}
.el-header[data-v-5e8d7432] {
  width: 16rem;
  padding: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-header .img[data-v-5e8d7432] {
  width: 2.88rem;
  height: 0.62rem;
  margin-right: 0.05rem;
}
.el-header .imgs[data-v-5e8d7432] {
  width: 0.64rem;
  height: 0.32rem;
}
.el-header .headerText[data-v-5e8d7432] {
  width: 70%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0.35rem;
}
.el-header .headerText .navHeader[data-v-5e8d7432] {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4rem;
}
.el-header .headerText .navHeader a[data-v-5e8d7432] {
  position: relative;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.el-header .headerText .navHeader a.active[data-v-5e8d7432]::after {
  content: "";
  position: absolute;
  bottom: -0.3rem;
  /* 调整位置 */
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.47rem;
  height: 0.06rem;
  background: #3B5EFC;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.el-header nav a[data-v-5e8d7432],
.el-header .el-dropdown a[data-v-5e8d7432] {
  font-size: 0.2rem;
  line-height: 0.24rem;
  color: #666666;
}
.el-header .el-button[data-v-5e8d7432] {
  width: 0.84rem;
  height: 0.42rem;
  background: #1667FF;
  -webkit-border-radius: 0.21rem;
          border-radius: 0.21rem;
  padding: 0.05rem 0.2rem;
  font-size: 0.18rem;
  line-height: 0.24rem;
  color: #ffffff;
}
.el-header .sass[data-v-5e8d7432] {
  width: 1.08rem;
  height: 0.42rem;
  background: #F27A12;
  -webkit-border-radius: 0.21rem;
          border-radius: 0.21rem;
  margin: 0 0.34rem 0 0;
  padding: 0.1rem 0.2rem;
  font-size: 0.18rem;
  line-height: 0.24rem;
  color: #FFFFFF;
}
.el-header .userInfo[data-v-5e8d7432] {
  margin-right: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-header .userInfo .logo[data-v-5e8d7432] {
  width: 0.46rem;
  height: 0.46rem;
}
.el-header .userInfo .userName[data-v-5e8d7432] {
  font-size: 0.18rem;
  min-width: 0.5rem;
  line-height: 0.46rem;
  margin-left: 0.15rem;
}
.el-header .userInfo .quit[data-v-5e8d7432] {
  width: 0.84rem;
  height: 0.42rem;
  background: rgba(59, 94, 252, 0.1);
  -webkit-border-radius: 0.21rem;
          border-radius: 0.21rem;
  text-align: center;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 0.18rem;
  color: #1667FF;
  line-height: 0.42rem;
  margin-left: 0.15rem;
  cursor: pointer;
}
.el-main[data-v-5e8d7432] {
  min-width: 12rem;
  padding: 0;
  overflow: hidden;
  background-size: cover;
  background-position: top center;
}
.el-main .banner[data-v-5e8d7432] {
  width: 100%;
  max-width: 19.2rem;
  margin: auto;
  position: relative;
}
.el-main .banner .apply[data-v-5e8d7432] {
  width: 3.56rem;
  height: 0.8rem;
  border: 0.01rem solid #ED880A;
  -webkit-border-radius: 0.5rem;
          border-radius: 0.5rem;
  position: absolute;
  left: 7.83rem;
  top: 2.36rem;
  z-index: 1000;
}
.el-main .banner .el-image[data-v-5e8d7432] {
  width: 100%;
  height: 100%;
}
.el-main .banner .Title[data-v-5e8d7432]:first-child {
  margin-top: 1rem !important;
  padding-top: 2rem !important;
}
.el-main .banner .el-carousel__item[data-v-5e8d7432] {
  background: #fff;
}
.el-main .martop[data-v-5e8d7432] {
  height: 1rem;
}
.el-main .cont[data-v-5e8d7432] {
  width: 12rem;
  margin: 6rem auto 2rem;
}
.el-main .cont span[data-v-5e8d7432] {
  padding: 0.14rem 0.26rem;
  background: #2c51a2;
  text-align: center;
  font-size: 0.26rem;
  color: #ffffff;
}
.myelFooter[data-v-5e8d7432] {
  background: #75161B !important;
}
.myelFooter dl[data-v-5e8d7432] {
  color: #fff !important;
}
.myelFooter a[data-v-5e8d7432] {
  color: #fff !important;
}
.el-footer[data-v-5e8d7432] {
  width: 100%;
  background: #313B59;
  margin-bottom: 0.5rem;
}
.el-footer .myFooter[data-v-5e8d7432] {
  width: 12rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.el-footer dl[data-v-5e8d7432] {
  font-size: 0.2rem;
  color: rgba(255, 255, 255, 0.5);
}
.el-footer dl dd[data-v-5e8d7432] {
  margin: 0;
}
.el-footer dl dd a[data-v-5e8d7432] {
  display: inline-block;
  margin-right: 0.3rem;
  color: rgba(255, 255, 255, 0.5);
}
.bottoms[data-v-5e8d7432] {
  background: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0.52rem;
  color: #b8a664;
  font-size: 0.12rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 0.01rem solid rgba(255, 255, 255, 0.15);
}
[data-v-5e8d7432] .el-dialog {
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
}
[data-v-5e8d7432] .el-dialog__body {
  padding-top: 0.1rem;
}
[data-v-5e8d7432] .el-dialog__header {
  text-align: center;
  padding-top: 0.6rem;
}
.login-left[data-v-5e8d7432] {
  margin: 0 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.login-left h3[data-v-5e8d7432] {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 0.2rem;
  color: #333333;
}
.login-left .qrcodeBorder[data-v-5e8d7432] {
  width: 2.22rem;
  height: 2.22rem;
  border: 0.01rem solid #E8E8E8;
  margin-bottom: 0.13rem;
}
.login-left .qrcodeBorder .qrcode[data-v-5e8d7432] {
  width: 1.92rem;
  height: 1.92rem;
  background: #E8E8E8;
  margin: 0.15rem;
}
.login-left .qrcodeBorder .tips[data-v-5e8d7432] {
  width: 1.8rem;
  height: 0.43rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 0.18rem;
  color: #666666;
  line-height: 0.21rem;
  text-align: center;
  font-style: normal;
}
.line[data-v-5e8d7432] {
  width: 0.01rem;
  height: 3.6rem;
  border: 0.01rem solid #D8D8D8;
}
.login-weaper[data-v-5e8d7432] {
  width: 3.57rem;
  margin: 0 auto;
  background: #ffffff;
  overflow: hidden;
}
.login-weaper .title[data-v-5e8d7432] {
  font-family: PangMenZhengDao;
  font-size: 0.32rem;
  color: #1667FF;
  letter-spacing: 0.02rem;
  text-align: center;
  margin-bottom: 0.49rem;
}
.login-weaper .navbar[data-v-5e8d7432] {
  font-weight: 200;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #666666;
  text-shadow: 0 0.02rem 0.04rem rgba(0, 0, 0, 0.3);
}
.login-weaper .navbar a[data-v-5e8d7432] {
  width: 50%;
  display: inline-block;
  text-align: center;
}
.login-weaper .navbar .active[data-v-5e8d7432]::after {
  content: "";
  display: block;
  width: 15%;
  height: 0.08rem;
  background: #1667FF;
  -webkit-border-radius: 0.045rem;
          border-radius: 0.045rem;
  margin: 0.05rem auto;
}
.login-weaper[data-v-5e8d7432]  .el-input__inner {
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
}
.Title[data-v-5e8d7432] {
  position: relative;
  width: 100%;
  height: 0.32rem;
  font-family: Microsoft JhengHei;
  font-style: normal;
  font-weight: bold;
  font-size: 0.36rem;
  line-height: 0.32rem;
  text-align: center;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.2);
  margin-bottom: 1rem;
}
.TitleRed[data-v-5e8d7432] {
  color: rgba(209, 0, 1, 0.2);
}
.TitleRed span[data-v-5e8d7432] {
  color: #E31512;
}
.boxList[data-v-5e8d7432] {
  width: 12rem;
  padding-bottom: 0.32rem;
  margin: 0.32rem auto 0;
  border-bottom: 0.01rem solid #e6e5e5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.boxList .el-image[data-v-5e8d7432] {
  width: 2.73rem;
  height: 2.08rem;
  margin-right: 0.22rem;
}
.detail .back[data-v-5e8d7432] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 0.56rem;
  height: 0.17rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0.01rem 0.05rem 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.01rem 0.05rem 0 rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 0.02rem;
          border-radius: 0.02rem;
  font-size: 0.08rem;
  color: #666666;
}
.box[data-v-5e8d7432] {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.box .box1[data-v-5e8d7432] {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.box .box1 .box1_0[data-v-5e8d7432] {
  font-family: Microsoft New Tai Lue;
  font-style: normal;
  font-weight: bold;
  font-size: 0.24rem;
  color: #333333;
}
.box .box1 .box1_1[data-v-5e8d7432] {
  font-family: Microsoft New Tai Lue;
  font-style: normal;
  font-weight: normal;
  font-size: 0.18rem;
  line-height: 0.24rem;
  color: #999999;
  white-space: nowrap;
  margin-left: 0.35rem;
}
.box .box2[data-v-5e8d7432] {
  width: 100%;
  padding-top: 0.26rem;
  margin-bottom: 0.1rem;
  font-family: Microsoft New Tai Lue;
  font-style: normal;
  font-weight: normal;
  font-size: 0.18rem;
  line-height: 0.27rem;
  color: #333333;
}
.box .box3[data-v-5e8d7432] {
  width: 100%;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: bold;
  font-size: 0.2rem;
  text-align: right;
  color: #7db0ea;
}
.box .box3Red[data-v-5e8d7432] {
  color: #FF6D6B;
}
.changeCH[data-v-5e8d7432] .el-dialog {
  position: absolute;
  left: 20%;
  top: -6vh;
  padding: 0.1rem 0.1rem;
  width: 24% !important;
}
.changeCH[data-v-5e8d7432] .el-dialog .el-dialog__header {
  padding: 0 !important;
  padding-top: 0rem !important;
}
.changeCH[data-v-5e8d7432] .el-dialog .el-dialog__body .changebutton {
  padding: 0.1rem 0.2rem;
}
.changeCH[data-v-5e8d7432] .el-dialog .el-dialog__body .changebutton .el-button {
  width: 1.3rem;
  vertical-align: middle;
}
.changeCH[data-v-5e8d7432] .el-dialog .el-dialog__body .changebutton .el-button span {
  margin-left: 0.06rem;
}
.changeCH[data-v-5e8d7432] .el-dialog .el-dialog__body .changebutton .line {
  height: 0.4rem;
  width: 0.01rem;
  display: inline-block;
  background: #999;
  vertical-align: middle;
  margin-top: -0.2rem;
}
.changeCH[data-v-5e8d7432] .el-dialog .el-dialog__body .changeSth {
  padding: 0.2rem 0.1rem;
  border-top: 0.01rem solid #999;
  border-bottom: 0.01rem solid #999;
  font-size: 0.15rem;
}
[data-v-5e8d7432] .el-tabs__nav-wrap::after {
  background-color: rgba(0, 0, 0, 0) !important;
}
.newsDataMore[data-v-5e8d7432] {
  text-align: center;
  color: #1667FF;
  padding: 0.6rem 0;
}
.el-tabs__nav-scroll[data-v-5e8d7432] {
  padding-left: 2rem;
}
[data-v-5e8d7432] .v-modal {
  background: rgba(0, 0, 0, 0) !important;
}

/* 沿用之前的 .changebutton 和 .half-btn 样式，无需修改 */
.changebutton[data-v-5e8d7432] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.2rem;
  padding: 0.1rem;
}
.el-button.plain[data-v-5e8d7432] {
  width: 100%;
  max-width: 3rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
.half-btn[data-v-5e8d7432] {
  width: 40% !important;
}
.changebutton[data-v-5e8d7432] {
  padding: 0.2rem 0.1rem;
}
.btn-container[data-v-5e8d7432] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* 按钮组居中 */
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  /* 垂直居中 */
  gap: 0.4rem;
  /* 按钮间距（包含分割线空间） */
}
.el-button.plain[data-v-5e8d7432] {
  /* 基础样式 */
  border: none;
  /* 移除默认边框 */
  padding: 0.12rem 0.24rem;
  /* 内边距 */
  font-size: 0.14rem;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* 动画过渡 */
}
.el-button.el-button--primary.is-plain[data-v-5e8d7432] {
  margin-left: 0;
}

/* 中间分割线（仅当两个按钮显示时出现） */
.line[data-v-5e8d7432] {
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  /* 居中定位 */
  width: 0.01rem;
  /* 分割线宽度 */
  height: 60%;
  /* 分割线高度 */
  background-color: #e0e0e0;
  /* 灰色分割线 */
}
.ScnenureChangeBtn[data-v-5e8d7432] {
  width: 4rem;
  vertical-align: middle;
}
.ScnenureChangeBtn img[data-v-5e8d7432] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.05rem;
}
.ScnenureChangeBtn div[data-v-5e8d7432] {
  vertical-align: middle;
  display: inline-block;
}
.sch span[data-v-5e8d7432] {
  vertical-align: middle;
}
.sch .perName[data-v-5e8d7432] {
  height: 0.4rem;
  line-height: 0.4rem;
  -webkit-border-radius: 0.05rem;
          border-radius: 0.05rem;
  font-size: 0.18rem;
  padding-right: 0.1rem;
  max-width: 2.6rem;
  vertical-align: middle;
}
.sch .perName span[data-v-5e8d7432] {
  vertical-align: middle;
}
.sch .perName img[data-v-5e8d7432] {
  width: 0.14rem;
  height: 0.18rem;
  vertical-align: middle;
}
.ss span[data-v-5e8d7432] {
  vertical-align: middle;
  margin-top: 0.02rem;
}
.ss .perName[data-v-5e8d7432] {
  height: 0.4rem;
  line-height: 0.4rem;
  -webkit-border-radius: 0.05rem;
          border-radius: 0.05rem;
  font-size: 0.18rem;
  padding-right: 0.1rem;
  vertical-align: middle;
  max-width: 2.6rem span;
  max-width-vertical-align: middle;
}
.ss .perName img[data-v-5e8d7432] {
  width: 0.14rem;
  height: 0.18rem;
  vertical-align: middle;
}
.imgLogoSch[data-v-5e8d7432] {
  width: 80%;
}
.drop[data-v-5e8d7432] {
  position: absolute;
  left: 14.75rem !important;
}
#grouping[data-v-1740b7e8] {
  position: relative;
  width: 1920PX;
  height: 1080PX;
  bottom: 0;
  z-index: 100;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../static/img/background.3736ae2e.jpg);
}
#grouping .welcome[data-v-1740b7e8] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
#grouping .mask[data-v-1740b7e8] {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
#grouping .titleBox[data-v-1740b7e8] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60PX;
  padding: 0.1rem;
  margin-top: 0.5rem;
  font-family: AlibabaPuHuiTi;
  font-size: 30PX;
  font-weight: 500;
  letter-spacing: 0em;
  color: #fff;
  background-image: url(../static/img/SHM_Group_2466.316ab12d.png);
  background-repeat: round;
}
#grouping .contentS[data-v-1740b7e8] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 30PX 1rem 1rem 1rem;
  padding: 0.3rem;
  background-image: url(../static/img/SHM_Group_2468.592e031c.png);
  background-repeat: round;
  background-size: 120%;
  height: 884PX;
  overflow: auto;
}
[data-v-1740b7e8] .el-table th {
  background: rgba(0, 0, 0, 0);
  opacity: 1;
  color: #fff !important;
}
[data-v-1740b7e8] tr {
  background-color: #ffffff00;
  font-size: 18PX;
}
[data-v-1740b7e8] .el-table--border::after,
.el-table--group[data-v-1740b7e8]::after,
.el-table[data-v-1740b7e8]::before {
  content: none !important;
}
.el-table thead[data-v-1740b7e8] {
  color: #fff;
  font-weight: 700;
}
[data-v-1740b7e8] .el-table .el-table__header {
  margin-bottom: 0;
  background-color: #ffffff00 !important;
  padding-left: 15PX;
}
[data-v-1740b7e8] .has-gutter {
  display: none;
}
[data-v-1740b7e8] .el-table__cell {
  color: #ffffff;
  text-align: left;
  line-height: 70PX;
  padding-left: 15PX;
}
[data-v-1740b7e8] .cell {
  font-size: 18PX;
  font-weight: 500;
  line-height: 70PX;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
[data-v-1740b7e8] .el-table__body-wrapper {
  margin: 30PX 0 20PX 5PX;
  width: 100%;
}
[data-v-1740b7e8] tbody {
  pointer-events: none;
}
[data-v-1740b7e8] .el-table .el-table__row {
  height: 1rem;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABjgAAABnCAYAAAC960t/AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAA6PSURBVHgB7d1djB3nWQfwZ856bcdOYscF203T2q2KjWg+mhRwKkCNRIRaLkCVuKpUFQSiXPSmF1wgoFK5QWpFpQpRChVCqBf0BjVCEbRVw1dolagkJI1Rk6o4H82XndR2srbj9e6e6b7enXh2dr7Oxl6faX4/aXbOeeedd94zZ569+WvOZPEG/P2T+fZzZ+NnZyL2Z+PYHrOxKwAAAAAAAOosxCvjLE4v5vHitUvx4u/cnp2ODcpiA/76e/nBWIq7RlkcCAAAAAAAgI0YxVPZ+Xj092/PHokJTRRwpGBjJo/fzPPYvXLcWNg2Gyd3zsap67fF6a3j5fdb40IAAAAAAABUzC3GznMXYuep87Fvfin2Fu1ZFqfzxfj6x2/NHu87Vu+A44tH8w8uH+BIej0TcfbGa+OJI/vj2J6tsRAAAAAAAAATOHkhZh89Hjcdm4tbliJ2prY8jwf/4Obsa3327ww40nM2LpyPj8U49qc7NvbujMd/40AcDQAAAAAAgMvgnmNxy4nzcXN6PR7Fiy9uj3/49Duz8237tAYcKdyYPzf+7SxG+9JdG+/fF/f/3FviVAAAAAAAAFxGT5+Ond98Pn413c3RJ+QYtYyVzZ+Nu4pw4+4b4z7hBgAAAAAAcCUc2L2SRaRMYjSO/fvmlj7Y1r8x4Pjbo/lt6Zkb6Wep0oBp4AAAAAAAALhCipAjZRMzMzO3feHR/M5o+DWq2oDjC/efviGP8V3p9cHr4iHhBgAAAAAAsBlSJvG2a+Kx9Ho0Ex/45Ld/uL2uX13AkeXX7XxvZKNd18zG8bvfHk8GAAAAAADAJvnQO+OJbTNxIsti+6Hr9h+Jmrs46gKO0ZYto9vSi0O742gAAAAAAABsspv3rNzFkWVbioBjTchRDTiyz3zr+MF090Z6iMeRn44TAQAAAAAAsMnet5xRzI7ibLqL43P3nz5Y3V4NOEY7duw6nF7s2hbPBgAAAAAAwFVyw9aVx2jM7tqesos1mUb5zcXbO0YzW/alN2+/XsABAAAAAABcPXu2xam0nonR/qj8TFU14BjFKNuV3rxlNs4GAAAAAADAVXLghpWAI0YzKbuoDTiKxmwmG10MON69W8ABAAAAAABcPQd2rGQVq9lFyjRa7uAAAAAAAACYPllpWf8MjgAAAAAAAJg+azKMUaVRwAEAAAAAAEyj1oeMAwAAAAAATKM1N2uMGjYCAAAAAABMLQ8VBwAAAAAAhqL2J6oAAAAAAACmVe1DxgEAAAAAAAZDwAEAAAAAAAxBXn7jIeMAAAAAAMAQtP5EVR4AAAAAAABTzk9UAQAAAAAAgyPgAAAAAAAAhuL1X6IScAAAAAAAAEPx+nM4BBwAAAAAAMDgCDgAAAAAAIDBEXAAAAAAAABDcvE5HAIOAAAAAABgSC4+h0PAAQAAAAAADI6AAwAAAAAAGBwBBwAAAAAAMDjVgCMLAAAAAACA6ZOX16OGjQAAAAAAANPIQ8YBAAAAAIDBWPMrVAIOAAAAAABgcAQcAAAAAADAkNQ+gwMAAAAAAGAarXmOuIADAAAAAAAYgqy8HjVsBAAAAAAAmFrVgCMPAAAAAACA6ZNHKcfwE1UAAAAAAMAQZFH6JSoBBwAAAAAAMDgCDgAAAAAAYAjy0iLgAAAAAAAABiErLQIOAAAAAABgEPLyGwEHAAAAAAAwOAIOAAAAAABgcAQcAAAAAADAEGTlNwIOAAAAAABgCDyDAwAAAAAAGBx3cAAAAAAAAIPjDg4AAAAAAGBwWu/gyAIAAAAAAGDKVQOOPAAAAAAAAKacn6gCAAAAAAAGR8ABAAAAAAAMjoADAAAAAAAYHAEHAAAAAAAwOAIOAAAAAABgcAQcAAAAAADAEOTltYADAAAAAAAYkiz9EXAAAAAAAABDkIKN4i4OAQcAAAAAADAYWfFCwAEAAAAAAAyFOzgAAAAAAIBBSeFG4x0cWQAAAAAAAEy5asCRBwAAAAAAwHTyE1UAAAAAAMDgeMg4AAAAAAAwKGsesyHgAAAAAAAABkfAAQAAAAAADI6AAwAAAAAAGBwBBwAAAAAAMDjrA46l8XxanbwQswEAAAAAAHCVnDoTW5u2rQs4FmNpJeA417wTAAAAAADAlfb8OHak9YUL8y+VmvP0Z33Ace61l9P6qbnYGwAAAAAAAFfJibNxQ1ovZxdzsRpsFNYFHGdefunZtH55XsABAAAAAABcPSfOxb60fvXUj54tNWfpTzngSMlH/p17v/xkejO3GDd5DgcAAAAAAHA1PH0uds7Nx03p9YP/+pVjq82v38Uxqjbc88VPv/ra2bnn83Fs/e8X4nAAAAAAAABssmOvxN5xxOz5M3PP/ctf/cmrcSnLWPcMjnx1GT92373/kxqOvxaH3cUBAAAAAABspnT3xnLAcUt6/ez3v/dEXMow1t3BEauN47T+uz/6yHNn5155Id3F8bVn4s4AAAAAAADYJA+8ELcsjWPn3MsvPfXZjx55PFbzi9ISM6X+KezIVttGZ+fmTtz6S792eCEf3fDcuYjDu+NEAAAAAAAAXEH3HItbTs7H4fHSeP6fPv/H33j6sQeXU4pYWl4W41LQsSbgSF4POZ75v+8sHvqFD8z/1E3vOnBmIfYJOQAAAAAAgCsphRsnzsfN6fVD//bP//7Vz37yhVgJNtKSQo5x0Ter7JsCjy3Ly7blZevyMvuprx79+bcdes8daeOeHfHEbx2MhwMAAAAAAOAySc8D/+bTcevphTiU3j/3/e8+/Gcfvi09L3xhebmwvMzHpZDjomrAke7gSCFHerB4EXLM/OGXv33ru+94/5HUYWYUZw/sisfufms8GQAAAAAAAG/AQy/F3kd+FHemZ24sLS5e+MED//nA5z5+d3qweAo0LqwuC6vvX3/IeDXgSO9TyJHu4rh4B8fqsuXOD//u9R/507/89W3brrk2dUxBx4074ol37I7j77k+TgcAAAAAAEAPT5+Onf97Mt51ZiH2nluKvant3GuvnrzvS5//r3v/5lMvx0qYUdy9UYQbS+UxsppxiweNz1aWiw8f/8SXvv4zh973K7cXQUeynIgsXDMbJwMAAAAAAKDB4ji2LizFteOV3OGidNfG/z/yrUf+4mN3HY2VZ2ykIGMhLgUcRbiRl8fKGo5R/qmqi3dwrK5HxfJ7n/nHAwfv+MV3XL/nrfvLYQcAAAAAAECbFGqcfvG5Z777H/f+4Ct//on0IPFxXAo3irs3ivWah4sXspbxi5+qKsKN4vWotKT9s5vee2TrL3/oo3vSTuOlcTaaGeXVwSZtn0Qa4+KEl8cpv+6zX1u/uu3Vtj7zL/fp87pr7I2cy7pjVdvSutreNW6fz73Rc3Q5ro268dvauuaV1l3XTLVP0VbX3uf76qvrenqjY/X5XtR/+zjqv73vpPtNOpeutq55pbX6V/99x6j2Uf/tfSfdb9K5dLV1zSut1b/67ztGtY/6b+876X6TzqWrrWteaa3+1X/fMap91H9730n3m3QuXW1d80pr9a/++45R7aP+2/tOut+kc+lq65pXWqv/K1v/504cv/DwQ9848+wjD84X3WLlzoxyuFEsC6vtRZ812gKOpLiTY0tpmVld1oQcq0teGrPr5Jb75y1tUfO+q61p3XXctrGL9kLecbyojB8125rGqztek67j1R2/6dyUj9v1PfQ9p9VzUjf3ps9QnX95e5uma7Bpfk1928Zom2/TGE3XVUT9/CL6X5dd40bHvn3n1nUO1b/6j1D/0bNP3dh1+7btr/7r91f/9cdX/+q/uq/6bx+7aC+of/XfNN+mMdR///HUv/pX/+o/Qv23Uf/rqf/12yOGU/9RGaMINoql/LyN2js3CluiXR6XfteqSEm2rLYVQUdWWYr96ibc1NZ3e9uXXldIfYrhcun6XH322eg/+En7l9siNlY0Tf03+p1Hj/2aCiqvGas8Xtf5aRqvq/i7rtW+56/vP5m6vpfjuqu2dZ3fvMd+fY7Td27lbRHqv9qm/tePVR5P/deP0dSm/ien/tV/321NfdW/+lf/zfupf/Ufof6rbep//Vjl8dR//RhNbep/cupf/ffd1tRX/a/dntZFgFEOOBZL7a2fPYtuRZ/ibo66dVZahqb6T3Gz9t0s0zTHprlUC2SzXe1zNITr6CeV+t886n86j/9mpv43j/qfzuO/man/zaP+p/P4b2bqf/Oo/+k8/puZ+t886n86jz9tiuuhCDbGldflmy5aTXJSyyHGKGqexVHqV51oVvMBrsQXmjccq2sOdX3qksK240ZljD6fMW+ZV3UdHeO2zbduftGwvdyvbg5dx+/6Z9U2Zt7j+FdSXXIbsbHvZCNzvxyfs8910Od7ahu/rO08qP926r9+37bjX0nqv9/4Zepf/Vfn3XScCPXfdXz1v3Hqv76P+u9H/fcbv0z9q//qvJuOE6H+u46v/jdO/df3Uf/9qP9+45ddifrPS0txl0b5jo3OYKNucpPsU7dEZZ13vK57X3estu1Fn+jRr+941b5t+zT9E5lE3fgbGfdynKs+n7nat6utyyTjdP0TbBo/YmOfp7r/Rj7fRmzkOu3aNunc30htqv/+1L/67zuXSfuq/8nHq/ZV/+19u9q6qP/+c5m0r/qffLxqX/Xf3rerrYv67z+XSfuq/8nHq/ZV/+19u9q6qP/+c5m0r/qffLxqX/Xf3rerrYv67z+XSfsOuf6L9iLUKC+9ZfHGZJV1+XUe6y+u6gXZdPG0XZSTzLnuoqybQ9u62Kc6bnSMHQ37122PHser+9xtF0vbMdrOddN3VlX33VU/f924dZ+hz35N/SKaz2lE97lvK7q6a7lu3nXHa/rum+aUR/Ncy/vWaTovdfv2qZ9JznXb9aP+1++v/tdS/+pf/at/9a/+1f/6/tV9qu11+0eo/+o8m/qp//r+6l/9141bN776X3889a/+1b/6V/+T13/5WG2fGwAAAAAAAAAAAAAAgKvuxz65UFnazB4TAAAAAElFTkSuQmCC);
  background-size: 100% 90%;
  background-position: center;
  background-repeat: no-repeat;
  height: 70PX;
  line-height: 70PX;
}
#grouping[data-v-364677c3] {
  width: 1920PX;
  height: 1080PX;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  bottom: 0;
  z-index: 100;
  overflow: hidden;
}
.master-screen[data-v-364677c3] {
  width: 100%;
  height: 100%;
  background-repeat: round;
  background-image: url(../static/img/welcome.caaabc58.jpg);
}
.container[data-v-364677c3] {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-align-content: space-around;
      -ms-flex-line-pack: distribute;
          align-content: space-around;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.2rem;
}
.container .header[data-v-364677c3] {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-align-content: space-around;
      -ms-flex-line-pack: distribute;
          align-content: space-around;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 3rem;
  margin-top: 0.4rem;
}
.container .header .header-item-left[data-v-364677c3] {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 5.4rem;
  height: 2.37rem;
  color: #ffffff;
  font-size: 0.2rem;
  background-repeat: round;
  background-size: 99%;
  background-image: url(../static/img/Frame1.3e972253.png);
}
.container .header .header-item-left .header-item-context div[data-v-364677c3] {
  margin: 0.15rem 0 0 0.15rem;
  color: #a8d6ff;
}
.container .header .header-item-left .header-item-title[data-v-364677c3] {
  position: absolute;
  left: 0.75rem;
  top: 0.07rem;
  font-size: 0.14rem;
  color: #01c2ff;
}
.container .header .header-item-center[data-v-364677c3] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-repeat: round;
  background-image: url(../static/img/Frame2.13e87f5f.png);
  width: 3.46rem;
  height: 1.97rem;
  margin-top: -0.6rem;
}
.container .header .header-item-center .header-item-center-countdown[data-v-364677c3] {
  color: #fff;
  font-size: 0.3rem;
}
.container .header .header-item-center .header-item-center-score[data-v-364677c3] {
  color: #da251c;
  font-size: 0.71rem;
  margin-top: 0.1rem;
}
.container .header .header-item-right[data-v-364677c3] {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 5.4rem;
  height: 2.37rem;
  color: #ffffff;
  font-size: 0.2rem;
  background-repeat: round;
  background-size: 99%;
  background-image: url(../static/img/Frame1.3e972253.png);
}
.container .header .header-item-right .header-item-right-el[data-v-364677c3] {
  width: 100%;
  height: 100%;
  font-size: 0.18rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.4rem;
}
.container .header .header-item-right .header-item-right-abs[data-v-364677c3] {
  position: absolute;
  left: 0.55rem;
  top: 0.07rem;
  font-size: 0.14rem;
  color: #01c2ff;
}
.container .content[data-v-364677c3] {
  width: 100%;
  height: 80PX;
  background-repeat: round;
  background-image: url(../static/img/Frame292.0f0910a2.png);
}
.container .export-icon-list[data-v-364677c3] {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 7rem;
  margin: 0 auto;
}
.container .export-icon-list .export-item[data-v-364677c3] {
  width: 1.4rem;
  height: 1.15rem;
  text-align: center;
  padding-top: 0.2rem;
}
.container .export-icon-list .expert-sn[data-v-364677c3] {
  font-size: 0.2rem;
  text-align: center;
  color: #fff;
}
.award[data-v-364677c3] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 998;
  width: 100%;
  height: 100%;
  background-repeat: round;
  background-image: url(../static/img/award_center.fff7fcb7.jpg);
}
.leaderSpeech[data-v-364677c3] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 998;
  width: 100%;
  height: 100%;
  background-repeat: round;
  background-image: url(../static/img/leaderSpeech_center.d4daca16.jpg);
}
.countdown-container[data-v-364677c3] {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1920PX;
  height: 954PX;
  background-image: url(../static/img/SHM_Group_2468.592e031c.png);
  background-repeat: space;
  background-size: 1748PX 884PX;
  background-position: center;
}
.countdown-container .title[data-v-364677c3] {
  font-family: PingFang SC;
  font-size: 35PX;
  font-weight: 400;
  line-height: 0.56rem;
  letter-spacing: 0em;
  text-align: left;
  color: white;
  margin-top: 190PX;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.countdown-container .project-name[data-v-364677c3] {
  -webkit-border-radius: 100PX;
          border-radius: 100PX;
  opacity: 0.003rem;
  font-family: PingFang SC;
  font-size: 0.45rem;
  font-weight: 700;
  line-height: 50PX;
  letter-spacing: 0em;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1200PX;
  height: 130PX;
  background-color: #5881ac;
  font-size: 47PX;
  margin: 40PX 0 0 0;
  padding: 20PX;
}
.countdown-container .project-countdown-name[data-v-364677c3] {
  color: #fff;
  font-family: PingFang SC;
  font-size: 0.35rem;
  font-weight: 400;
  line-height: 0.56rem;
  letter-spacing: 0em;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 25PX;
  margin: 50PX 0 0 0;
}
.countdown-container .project-countdown-name .project-countdown-name-cname[data-v-364677c3] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.countdown-container .project-countdown[data-v-364677c3] {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: PingFang SC;
  font-weight: 700;
  line-height: 184PX;
  height: 284PX;
  letter-spacing: 0em;
  text-align: left;
  font-size: 300PX;
  width: 800PX;
}
.countdown-container .footer[data-v-364677c3] {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #fff;
  margin: 80PX 0 0 0;
  font-size: 43PX;
  font-weight: 700;
  height: 100PX;
  width: 1500PX;
}
.countdown-container .footer > div[data-v-364677c3] {
  margin: 0 auto;
}
.countdown-container .left-fixed[data-v-364677c3] {
  position: absolute;
  top: 0.79744rem;
  left: 3PX;
  background-color: #ccc;
  background: #48ffff;
  font-size: 0.24rem;
  width: 120PX;
  height: 50PX;
  text-align: center;
  line-height: 50PX;
  font-size: 20PX;
  color: #067396;
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0.45rem;
          border-top-right-radius: 0.45rem;
  -webkit-border-bottom-right-radius: 0.45rem;
          border-bottom-right-radius: 0.45rem;
}
.mask[data-v-364677c3] {
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 101;
}
.mask .contentS[data-v-364677c3] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin: 30PX 1rem 1rem 1rem;
  padding: 0.3rem;
  background-repeat: round;
  background-size: 120%;
  background-image: url(../static/img/SHM_Group_2468.592e031c.png);
  height: 884PX;
  overflow: auto;
}
.mask .titleBox[data-v-364677c3] {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60PX;
  padding: 0.1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.5rem;
  font-family: AlibabaPuHuiTi;
  font-size: 30PX;
  font-weight: 500;
  letter-spacing: 0em;
  color: #ffffff;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-repeat: round;
  background-image: url(../static/img/SHM_Group_2466.316ab12d.png);
}
.mask .fullScreen[data-v-364677c3] {
  width: 0.45rem;
  position: fixed;
  right: 0.22rem;
  bottom: 0.22rem;
  cursor: pointer;
}
.mask .master-screen[data-v-364677c3] {
  width: 100%;
  height: 100%;
  background-repeat: round;
  background-image: url(../static/img/matchUnlineProjectList.e0c32910.jpg);
}
.mask .award[data-v-364677c3] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 998;
  width: 100%;
  height: 100%;
  background-repeat: round;
  background-image: url(../static/img/award_left.33c68d84.jpg);
}
.mask .leaderSpeech[data-v-364677c3] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 998;
  width: 100%;
  height: 100%;
  background-repeat: round;
  background-image: url(../static/img/leaderSpeech_left.6d9c29f4.jpg);
}
.mask[data-v-364677c3]  .el-table th {
  background: rgba(0, 0, 0, 0);
  opacity: 1;
  color: #fff !important;
}
.mask[data-v-364677c3]  tr {
  background-color: #ffffff00;
  font-size: 18PX;
}
.mask[data-v-364677c3]  .el-table--border::after,
.mask .el-table--group[data-v-364677c3]::after,
.mask .el-table[data-v-364677c3]::before {
  content: none !important;
}
.mask .el-table thead[data-v-364677c3] {
  color: #fff;
  font-weight: 700;
}
.mask[data-v-364677c3]  .el-table .el-table__header {
  margin-bottom: 0;
  background-color: #ffffff00 !important;
  padding-left: 15PX;
}
.mask[data-v-364677c3]  .has-gutter {
  display: none;
}
.mask[data-v-364677c3]  .el-table__cell {
  color: #ffffff;
  text-align: left;
  line-height: 70PX;
  padding-left: 15PX;
}
.mask[data-v-364677c3]  .cell {
  font-size: 18PX;
  font-weight: 500;
  line-height: 70PX;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mask[data-v-364677c3]  .el-table__body-wrapper {
  margin: 30PX 0 20PX 5PX;
  width: 1696PX;
}
.mask[data-v-364677c3]  tbody {
  pointer-events: none;
}
.mask[data-v-364677c3]  .el-table .el-table__row {
  height: 1rem;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABjgAAABnCAYAAAC960t/AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAA6PSURBVHgB7d1djB3nWQfwZ856bcdOYscF203T2q2KjWg+mhRwKkCNRIRaLkCVuKpUFQSiXPSmF1wgoFK5QWpFpQpRChVCqBf0BjVCEbRVw1dolagkJI1Rk6o4H82XndR2srbj9e6e6b7enXh2dr7Oxl6faX4/aXbOeeedd94zZ569+WvOZPEG/P2T+fZzZ+NnZyL2Z+PYHrOxKwAAAAAAAOosxCvjLE4v5vHitUvx4u/cnp2ODcpiA/76e/nBWIq7RlkcCAAAAAAAgI0YxVPZ+Xj092/PHokJTRRwpGBjJo/fzPPYvXLcWNg2Gyd3zsap67fF6a3j5fdb40IAAAAAAABUzC3GznMXYuep87Fvfin2Fu1ZFqfzxfj6x2/NHu87Vu+A44tH8w8uH+BIej0TcfbGa+OJI/vj2J6tsRAAAAAAAAATOHkhZh89Hjcdm4tbliJ2prY8jwf/4Obsa3327ww40nM2LpyPj8U49qc7NvbujMd/40AcDQAAAAAAgMvgnmNxy4nzcXN6PR7Fiy9uj3/49Duz8237tAYcKdyYPzf+7SxG+9JdG+/fF/f/3FviVAAAAAAAAFxGT5+Ond98Pn413c3RJ+QYtYyVzZ+Nu4pw4+4b4z7hBgAAAAAAcCUc2L2SRaRMYjSO/fvmlj7Y1r8x4Pjbo/lt6Zkb6Wep0oBp4AAAAAAAALhCipAjZRMzMzO3feHR/M5o+DWq2oDjC/efviGP8V3p9cHr4iHhBgAAAAAAsBlSJvG2a+Kx9Ho0Ex/45Ld/uL2uX13AkeXX7XxvZKNd18zG8bvfHk8GAAAAAADAJvnQO+OJbTNxIsti+6Hr9h+Jmrs46gKO0ZYto9vSi0O742gAAAAAAABsspv3rNzFkWVbioBjTchRDTiyz3zr+MF090Z6iMeRn44TAQAAAAAAsMnet5xRzI7ibLqL43P3nz5Y3V4NOEY7duw6nF7s2hbPBgAAAAAAwFVyw9aVx2jM7tqesos1mUb5zcXbO0YzW/alN2+/XsABAAAAAABcPXu2xam0nonR/qj8TFU14BjFKNuV3rxlNs4GAAAAAADAVXLghpWAI0YzKbuoDTiKxmwmG10MON69W8ABAAAAAABcPQd2rGQVq9lFyjRa7uAAAAAAAACYPllpWf8MjgAAAAAAAJg+azKMUaVRwAEAAAAAAEyj1oeMAwAAAAAATKM1N2uMGjYCAAAAAABMLQ8VBwAAAAAAhqL2J6oAAAAAAACmVe1DxgEAAAAAAAZDwAEAAAAAAAxBXn7jIeMAAAAAAMAQtP5EVR4AAAAAAABTzk9UAQAAAAAAgyPgAAAAAAAAhuL1X6IScAAAAAAAAEPx+nM4BBwAAAAAAMDgCDgAAAAAAIDBEXAAAAAAAABDcvE5HAIOAAAAAABgSC4+h0PAAQAAAAAADI6AAwAAAAAAGBwBBwAAAAAAMDjVgCMLAAAAAACA6ZOX16OGjQAAAAAAANPIQ8YBAAAAAIDBWPMrVAIOAAAAAABgcAQcAAAAAADAkNQ+gwMAAAAAAGAarXmOuIADAAAAAAAYgqy8HjVsBAAAAAAAmFrVgCMPAAAAAACA6ZNHKcfwE1UAAAAAAMAQZFH6JSoBBwAAAAAAMDgCDgAAAAAAYAjy0iLgAAAAAAAABiErLQIOAAAAAABgEPLyGwEHAAAAAAAwOAIOAAAAAABgcAQcAAAAAADAEGTlNwIOAAAAAABgCDyDAwAAAAAAGBx3cAAAAAAAAIPjDg4AAAAAAGBwWu/gyAIAAAAAAGDKVQOOPAAAAAAAAKacn6gCAAAAAAAGR8ABAAAAAAAMjoADAAAAAAAYHAEHAAAAAAAwOAIOAAAAAABgcAQcAAAAAADAEOTltYADAAAAAAAYkiz9EXAAAAAAAABDkIKN4i4OAQcAAAAAADAYWfFCwAEAAAAAAAyFOzgAAAAAAIBBSeFG4x0cWQAAAAAAAEy5asCRBwAAAAAAwHTyE1UAAAAAAMDgeMg4AAAAAAAwKGsesyHgAAAAAAAABkfAAQAAAAAADI6AAwAAAAAAGBwBBwAAAAAAMDjrA46l8XxanbwQswEAAAAAAHCVnDoTW5u2rQs4FmNpJeA417wTAAAAAADAlfb8OHak9YUL8y+VmvP0Z33Ace61l9P6qbnYGwAAAAAAAFfJibNxQ1ovZxdzsRpsFNYFHGdefunZtH55XsABAAAAAABcPSfOxb60fvXUj54tNWfpTzngSMlH/p17v/xkejO3GDd5DgcAAAAAAHA1PH0uds7Nx03p9YP/+pVjq82v38Uxqjbc88VPv/ra2bnn83Fs/e8X4nAAAAAAAABssmOvxN5xxOz5M3PP/ctf/cmrcSnLWPcMjnx1GT92373/kxqOvxaH3cUBAAAAAABspnT3xnLAcUt6/ez3v/dEXMow1t3BEauN47T+uz/6yHNn5155Id3F8bVn4s4AAAAAAADYJA+8ELcsjWPn3MsvPfXZjx55PFbzi9ISM6X+KezIVttGZ+fmTtz6S792eCEf3fDcuYjDu+NEAAAAAAAAXEH3HItbTs7H4fHSeP6fPv/H33j6sQeXU4pYWl4W41LQsSbgSF4POZ75v+8sHvqFD8z/1E3vOnBmIfYJOQAAAAAAgCsphRsnzsfN6fVD//bP//7Vz37yhVgJNtKSQo5x0Ter7JsCjy3Ly7blZevyMvuprx79+bcdes8daeOeHfHEbx2MhwMAAAAAAOAySc8D/+bTcevphTiU3j/3/e8+/Gcfvi09L3xhebmwvMzHpZDjomrAke7gSCFHerB4EXLM/OGXv33ru+94/5HUYWYUZw/sisfufms8GQAAAAAAAG/AQy/F3kd+FHemZ24sLS5e+MED//nA5z5+d3qweAo0LqwuC6vvX3/IeDXgSO9TyJHu4rh4B8fqsuXOD//u9R/507/89W3brrk2dUxBx4074ol37I7j77k+TgcAAAAAAEAPT5+Onf97Mt51ZiH2nluKvant3GuvnrzvS5//r3v/5lMvx0qYUdy9UYQbS+UxsppxiweNz1aWiw8f/8SXvv4zh973K7cXQUeynIgsXDMbJwMAAAAAAKDB4ji2LizFteOV3OGidNfG/z/yrUf+4mN3HY2VZ2ykIGMhLgUcRbiRl8fKGo5R/qmqi3dwrK5HxfJ7n/nHAwfv+MV3XL/nrfvLYQcAAAAAAECbFGqcfvG5Z777H/f+4Ct//on0IPFxXAo3irs3ivWah4sXspbxi5+qKsKN4vWotKT9s5vee2TrL3/oo3vSTuOlcTaaGeXVwSZtn0Qa4+KEl8cpv+6zX1u/uu3Vtj7zL/fp87pr7I2cy7pjVdvSutreNW6fz73Rc3Q5ro268dvauuaV1l3XTLVP0VbX3uf76qvrenqjY/X5XtR/+zjqv73vpPtNOpeutq55pbX6V/99x6j2Uf/tfSfdb9K5dLV1zSut1b/67ztGtY/6b+876X6TzqWrrWteaa3+1X/fMap91H9730n3m3QuXW1d80pr9a/++45R7aP+2/tOut+kc+lq65pXWqv/K1v/504cv/DwQ9848+wjD84X3WLlzoxyuFEsC6vtRZ812gKOpLiTY0tpmVld1oQcq0teGrPr5Jb75y1tUfO+q61p3XXctrGL9kLecbyojB8125rGqztek67j1R2/6dyUj9v1PfQ9p9VzUjf3ps9QnX95e5uma7Bpfk1928Zom2/TGE3XVUT9/CL6X5dd40bHvn3n1nUO1b/6j1D/0bNP3dh1+7btr/7r91f/9cdX/+q/uq/6bx+7aC+of/XfNN+mMdR///HUv/pX/+o/Qv23Uf/rqf/12yOGU/9RGaMINoql/LyN2js3CluiXR6XfteqSEm2rLYVQUdWWYr96ibc1NZ3e9uXXldIfYrhcun6XH322eg/+En7l9siNlY0Tf03+p1Hj/2aCiqvGas8Xtf5aRqvq/i7rtW+56/vP5m6vpfjuqu2dZ3fvMd+fY7Td27lbRHqv9qm/tePVR5P/deP0dSm/ien/tV/321NfdW/+lf/zfupf/Ufof6rbep//Vjl8dR//RhNbep/cupf/ffd1tRX/a/dntZFgFEOOBZL7a2fPYtuRZ/ibo66dVZahqb6T3Gz9t0s0zTHprlUC2SzXe1zNITr6CeV+t886n86j/9mpv43j/qfzuO/man/zaP+p/P4b2bqf/Oo/+k8/puZ+t886n86jz9tiuuhCDbGldflmy5aTXJSyyHGKGqexVHqV51oVvMBrsQXmjccq2sOdX3qksK240ZljD6fMW+ZV3UdHeO2zbduftGwvdyvbg5dx+/6Z9U2Zt7j+FdSXXIbsbHvZCNzvxyfs8910Od7ahu/rO08qP926r9+37bjX0nqv9/4Zepf/Vfn3XScCPXfdXz1v3Hqv76P+u9H/fcbv0z9q//qvJuOE6H+u46v/jdO/df3Uf/9qP9+45ddifrPS0txl0b5jo3OYKNucpPsU7dEZZ13vK57X3estu1Fn+jRr+941b5t+zT9E5lE3fgbGfdynKs+n7nat6utyyTjdP0TbBo/YmOfp7r/Rj7fRmzkOu3aNunc30htqv/+1L/67zuXSfuq/8nHq/ZV/+19u9q6qP/+c5m0r/qffLxqX/Xf3rerrYv67z+XSfuq/8nHq/ZV/+19u9q6qP/+c5m0r/qffLxqX/Xf3rerrYv67z+XSfsOuf6L9iLUKC+9ZfHGZJV1+XUe6y+u6gXZdPG0XZSTzLnuoqybQ9u62Kc6bnSMHQ37122PHser+9xtF0vbMdrOddN3VlX33VU/f924dZ+hz35N/SKaz2lE97lvK7q6a7lu3nXHa/rum+aUR/Ncy/vWaTovdfv2qZ9JznXb9aP+1++v/tdS/+pf/at/9a/+1f/6/tV9qu11+0eo/+o8m/qp//r+6l/9141bN776X3889a/+1b/6V/+T13/5WG2fGwAAAAAAAAAAAAAAgKvuxz65UFnazB4TAAAAAElFTkSuQmCC);
  background-size: 98% 98%;
  background-repeat: no-repeat;
  height: 70PX;
  line-height: 70PX;
}
.moveScale[data-v-364677c3] {
  -webkit-animation: moveScaleAni-data-v-364677c3 2s linear infinite;
          animation: moveScaleAni-data-v-364677c3 2s linear infinite;
  -webkit-animation-delay: 500ms;
          animation-delay: 500ms;
}
@-webkit-keyframes moveScaleAni-data-v-364677c3 {
0% {
    -webkit-transform: scale(1);
            transform: scale(1);
}
25% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
}
50% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
}
75% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
}
100% {
    -webkit-transform: scale(1);
            transform: scale(1);
}
}
@keyframes moveScaleAni-data-v-364677c3 {
0% {
    -webkit-transform: scale(1);
            transform: scale(1);
}
25% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
}
50% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
}
75% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
}
100% {
    -webkit-transform: scale(1);
            transform: scale(1);
}
}
.table-header[data-v-364677c3] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  width: 100%;
  padding-left: 25PX;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #fff;
  font-size: 20PX;
  font-weight: 500;
  margin-top: 20PX;
}
#grouping[data-v-f303993c] {
  width: 1920PX;
  height: 1080PX;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  bottom: 0;
  z-index: 100;
  overflow: hidden;
}
.master-screen[data-v-f303993c] {
  width: 100%;
  height: 100%;
  background-repeat: round;
  background-image: url(../static/img/welcome.caaabc58.jpg);
}
.container[data-v-f303993c] {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-align-content: space-around;
      -ms-flex-line-pack: distribute;
          align-content: space-around;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.container .header[data-v-f303993c] {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-align-content: space-around;
      -ms-flex-line-pack: distribute;
          align-content: space-around;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 3rem;
  margin-top: 0.4rem;
}
.container .header .header-item-left[data-v-f303993c] {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 5.4rem;
  height: 2.37rem;
  color: #ffffff;
  font-size: 0.2rem;
  background-repeat: round;
  background-size: 99%;
  background-image: url(../static/img/Frame1.3e972253.png);
}
.container .header .header-item-left .header-item-context div[data-v-f303993c] {
  margin: 0.15rem 0 0 0.15rem;
  color: #a8d6ff;
}
.container .header .header-item-left .header-item-title[data-v-f303993c] {
  position: absolute;
  left: 0.75rem;
  top: 0.07rem;
  font-size: 0.14rem;
  color: #01c2ff;
}
.container .header .header-item-center[data-v-f303993c] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-repeat: round;
  background-image: url(../static/img/Frame2.13e87f5f.png);
  width: 3.46rem;
  height: 1.97rem;
  margin-top: -0.6rem;
}
.container .header .header-item-center .header-item-center-countdown[data-v-f303993c] {
  color: #fff;
  font-size: 0.3rem;
}
.container .header .header-item-center .header-item-center-score[data-v-f303993c] {
  color: #da251c;
  font-size: 0.71rem;
  margin-top: 0.1rem;
}
.container .header .header-item-right[data-v-f303993c] {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 5.4rem;
  height: 2.37rem;
  color: #ffffff;
  font-size: 0.2rem;
  background-repeat: round;
  background-size: 99%;
  background-image: url(../static/img/Frame1.3e972253.png);
}
.container .header .header-item-right .header-item-right-el[data-v-f303993c] {
  width: 100%;
  height: 100%;
  font-size: 0.18rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.4rem;
}
.container .header .header-item-right .header-item-right-abs[data-v-f303993c] {
  position: absolute;
  left: 0.55rem;
  top: 0.07rem;
  font-size: 0.14rem;
  color: #01c2ff;
}
.container .content[data-v-f303993c] {
  width: 100%;
  height: 80PX;
  background-repeat: round;
  background-image: url(../static/img/Frame292.0f0910a2.png);
}
.container .export-icon-list[data-v-f303993c] {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.container .export-icon-list .export-item[data-v-f303993c] {
  margin: 0.2rem;
}
.container .export-icon-list .expert-sn[data-v-f303993c] {
  font-size: 0.2rem;
  text-align: center;
  color: #fff;
}
.award[data-v-f303993c] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 998;
  width: 100%;
  height: 100%;
  background-repeat: round;
  background-image: url(../static/img/award_center.fff7fcb7.jpg);
}
.leaderSpeech[data-v-f303993c] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 998;
  width: 100%;
  height: 100%;
  background-repeat: round;
  background-image: url(../static/img/leaderSpeech_center.d4daca16.jpg);
}
.countdown-container[data-v-f303993c] {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1920PX;
  height: 954PX;
  background-image: url(../static/img/SHM_Group_2468.592e031c.png);
  background-repeat: space;
  background-size: 1748PX 884PX;
  background-position: center;
}
.countdown-container .title[data-v-f303993c] {
  font-family: PingFang SC;
  font-size: 35PX;
  font-weight: 400;
  line-height: 0.56rem;
  letter-spacing: 0em;
  text-align: left;
  color: white;
  margin-top: 190PX;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.countdown-container .project-name[data-v-f303993c] {
  -webkit-border-radius: 100PX;
          border-radius: 100PX;
  opacity: 0.003rem;
  font-family: PingFang SC;
  font-size: 0.45rem;
  font-weight: 700;
  line-height: 50PX;
  letter-spacing: 0em;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1200PX;
  height: 130PX;
  background-color: #5881ac;
  font-size: 47PX;
  margin: 40PX 0 0 0;
  padding: 20PX;
}
.countdown-container .project-countdown-name[data-v-f303993c] {
  color: #fff;
  font-family: PingFang SC;
  font-size: 0.35rem;
  font-weight: 400;
  line-height: 0.56rem;
  letter-spacing: 0em;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 25PX;
  margin: 50PX 0 0 0;
}
.countdown-container .project-countdown-name .project-countdown-name-cname[data-v-f303993c] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.countdown-container .project-countdown[data-v-f303993c] {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: PingFang SC;
  font-weight: 700;
  line-height: 184PX;
  height: 284PX;
  letter-spacing: 0em;
  text-align: left;
  font-size: 300PX;
  width: 800PX;
}
.countdown-container .footer[data-v-f303993c] {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #fff;
  margin: 80PX 0 0 0;
  font-size: 43PX;
  font-weight: 700;
  height: 100PX;
  width: 1500PX;
}
.countdown-container .footer > div[data-v-f303993c] {
  margin: 0 auto;
}
.countdown-container .left-fixed[data-v-f303993c] {
  position: absolute;
  top: 0.79744rem;
  left: 3PX;
  background-color: #ccc;
  background: #48ffff;
  font-size: 0.24rem;
  width: 120PX;
  height: 50PX;
  text-align: center;
  line-height: 50PX;
  font-size: 20PX;
  color: #067396;
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0.45rem;
          border-top-right-radius: 0.45rem;
  -webkit-border-bottom-right-radius: 0.45rem;
          border-bottom-right-radius: 0.45rem;
}
.mask[data-v-f303993c] {
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 101;
}
.mask .contentS[data-v-f303993c] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin: 30PX 1rem 1rem 1rem;
  padding: 0.3rem;
  background-repeat: round;
  background-size: 120%;
  background-image: url(../static/img/SHM_Group_2468.592e031c.png);
  height: 884PX;
  overflow: auto;
}
.mask .titleBox[data-v-f303993c] {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60PX;
  padding: 0.1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.5rem;
  font-family: AlibabaPuHuiTi;
  font-size: 30PX;
  font-weight: 500;
  letter-spacing: 0em;
  color: #ffffff;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-repeat: round;
  background-image: url(../static/img/SHM_Group_2466.316ab12d.png);
}
.mask .fullScreen[data-v-f303993c] {
  width: 0.45rem;
  position: fixed;
  right: 0.22rem;
  bottom: 0.22rem;
  cursor: pointer;
}
.mask .master-screen[data-v-f303993c] {
  width: 100%;
  height: 100%;
  background-repeat: round;
  background-image: url(../static/img/matchUnlineProjectList.e0c32910.jpg);
}
.mask .award[data-v-f303993c] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 998;
  width: 100%;
  height: 100%;
  background-repeat: round;
  background-image: url(../static/img/award_left.33c68d84.jpg);
}
.mask .leaderSpeech[data-v-f303993c] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 998;
  width: 100%;
  height: 100%;
  background-repeat: round;
  background-image: url(../static/img/leaderSpeech_left.6d9c29f4.jpg);
}
.mask[data-v-f303993c]  .el-table th {
  background: rgba(0, 0, 0, 0);
  opacity: 1;
  color: #fff !important;
}
.mask[data-v-f303993c]  tr {
  background-color: #ffffff00;
  font-size: 18PX;
}
.mask[data-v-f303993c]  .el-table--border::after,
.mask .el-table--group[data-v-f303993c]::after,
.mask .el-table[data-v-f303993c]::before {
  content: none !important;
}
.mask .el-table thead[data-v-f303993c] {
  color: #fff;
  font-weight: 700;
}
.mask[data-v-f303993c]  .el-table .el-table__header {
  margin-bottom: 0;
  background-color: #ffffff00 !important;
  padding-left: 15PX;
}
.mask[data-v-f303993c]  .has-gutter {
  display: none;
}
.mask[data-v-f303993c]  .el-table__cell {
  color: #ffffff;
  text-align: left;
  line-height: 70PX;
  padding-left: 15PX;
}
.mask[data-v-f303993c]  .cell {
  font-size: 18PX;
  font-weight: 500;
  line-height: 70PX;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mask[data-v-f303993c]  .el-table__body-wrapper {
  margin: 30PX 0 20PX 5PX;
  width: 1696PX;
}
.mask[data-v-f303993c]  tbody {
  pointer-events: none;
}
.mask[data-v-f303993c]  .el-table .el-table__row {
  height: 1rem;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABjgAAABnCAYAAAC960t/AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAA6PSURBVHgB7d1djB3nWQfwZ856bcdOYscF203T2q2KjWg+mhRwKkCNRIRaLkCVuKpUFQSiXPSmF1wgoFK5QWpFpQpRChVCqBf0BjVCEbRVw1dolagkJI1Rk6o4H82XndR2srbj9e6e6b7enXh2dr7Oxl6faX4/aXbOeeedd94zZ569+WvOZPEG/P2T+fZzZ+NnZyL2Z+PYHrOxKwAAAAAAAOosxCvjLE4v5vHitUvx4u/cnp2ODcpiA/76e/nBWIq7RlkcCAAAAAAAgI0YxVPZ+Xj092/PHokJTRRwpGBjJo/fzPPYvXLcWNg2Gyd3zsap67fF6a3j5fdb40IAAAAAAABUzC3GznMXYuep87Fvfin2Fu1ZFqfzxfj6x2/NHu87Vu+A44tH8w8uH+BIej0TcfbGa+OJI/vj2J6tsRAAAAAAAAATOHkhZh89Hjcdm4tbliJ2prY8jwf/4Obsa3327ww40nM2LpyPj8U49qc7NvbujMd/40AcDQAAAAAAgMvgnmNxy4nzcXN6PR7Fiy9uj3/49Duz8237tAYcKdyYPzf+7SxG+9JdG+/fF/f/3FviVAAAAAAAAFxGT5+Ond98Pn413c3RJ+QYtYyVzZ+Nu4pw4+4b4z7hBgAAAAAAcCUc2L2SRaRMYjSO/fvmlj7Y1r8x4Pjbo/lt6Zkb6Wep0oBp4AAAAAAAALhCipAjZRMzMzO3feHR/M5o+DWq2oDjC/efviGP8V3p9cHr4iHhBgAAAAAAsBlSJvG2a+Kx9Ho0Ex/45Ld/uL2uX13AkeXX7XxvZKNd18zG8bvfHk8GAAAAAADAJvnQO+OJbTNxIsti+6Hr9h+Jmrs46gKO0ZYto9vSi0O742gAAAAAAABsspv3rNzFkWVbioBjTchRDTiyz3zr+MF090Z6iMeRn44TAQAAAAAAsMnet5xRzI7ibLqL43P3nz5Y3V4NOEY7duw6nF7s2hbPBgAAAAAAwFVyw9aVx2jM7tqesos1mUb5zcXbO0YzW/alN2+/XsABAAAAAABcPXu2xam0nonR/qj8TFU14BjFKNuV3rxlNs4GAAAAAADAVXLghpWAI0YzKbuoDTiKxmwmG10MON69W8ABAAAAAABcPQd2rGQVq9lFyjRa7uAAAAAAAACYPllpWf8MjgAAAAAAAJg+azKMUaVRwAEAAAAAAEyj1oeMAwAAAAAATKM1N2uMGjYCAAAAAABMLQ8VBwAAAAAAhqL2J6oAAAAAAACmVe1DxgEAAAAAAAZDwAEAAAAAAAxBXn7jIeMAAAAAAMAQtP5EVR4AAAAAAABTzk9UAQAAAAAAgyPgAAAAAAAAhuL1X6IScAAAAAAAAEPx+nM4BBwAAAAAAMDgCDgAAAAAAIDBEXAAAAAAAABDcvE5HAIOAAAAAABgSC4+h0PAAQAAAAAADI6AAwAAAAAAGBwBBwAAAAAAMDjVgCMLAAAAAACA6ZOX16OGjQAAAAAAANPIQ8YBAAAAAIDBWPMrVAIOAAAAAABgcAQcAAAAAADAkNQ+gwMAAAAAAGAarXmOuIADAAAAAAAYgqy8HjVsBAAAAAAAmFrVgCMPAAAAAACA6ZNHKcfwE1UAAAAAAMAQZFH6JSoBBwAAAAAAMDgCDgAAAAAAYAjy0iLgAAAAAAAABiErLQIOAAAAAABgEPLyGwEHAAAAAAAwOAIOAAAAAABgcAQcAAAAAADAEGTlNwIOAAAAAABgCDyDAwAAAAAAGBx3cAAAAAAAAIPjDg4AAAAAAGBwWu/gyAIAAAAAAGDKVQOOPAAAAAAAAKacn6gCAAAAAAAGR8ABAAAAAAAMjoADAAAAAAAYHAEHAAAAAAAwOAIOAAAAAABgcAQcAAAAAADAEOTltYADAAAAAAAYkiz9EXAAAAAAAABDkIKN4i4OAQcAAAAAADAYWfFCwAEAAAAAAAyFOzgAAAAAAIBBSeFG4x0cWQAAAAAAAEy5asCRBwAAAAAAwHTyE1UAAAAAAMDgeMg4AAAAAAAwKGsesyHgAAAAAAAABkfAAQAAAAAADI6AAwAAAAAAGBwBBwAAAAAAMDjrA46l8XxanbwQswEAAAAAAHCVnDoTW5u2rQs4FmNpJeA417wTAAAAAADAlfb8OHak9YUL8y+VmvP0Z33Ace61l9P6qbnYGwAAAAAAAFfJibNxQ1ovZxdzsRpsFNYFHGdefunZtH55XsABAAAAAABcPSfOxb60fvXUj54tNWfpTzngSMlH/p17v/xkejO3GDd5DgcAAAAAAHA1PH0uds7Nx03p9YP/+pVjq82v38Uxqjbc88VPv/ra2bnn83Fs/e8X4nAAAAAAAABssmOvxN5xxOz5M3PP/ctf/cmrcSnLWPcMjnx1GT92373/kxqOvxaH3cUBAAAAAABspnT3xnLAcUt6/ez3v/dEXMow1t3BEauN47T+uz/6yHNn5155Id3F8bVn4s4AAAAAAADYJA+8ELcsjWPn3MsvPfXZjx55PFbzi9ISM6X+KezIVttGZ+fmTtz6S792eCEf3fDcuYjDu+NEAAAAAAAAXEH3HItbTs7H4fHSeP6fPv/H33j6sQeXU4pYWl4W41LQsSbgSF4POZ75v+8sHvqFD8z/1E3vOnBmIfYJOQAAAAAAgCsphRsnzsfN6fVD//bP//7Vz37yhVgJNtKSQo5x0Ter7JsCjy3Ly7blZevyMvuprx79+bcdes8daeOeHfHEbx2MhwMAAAAAAOAySc8D/+bTcevphTiU3j/3/e8+/Gcfvi09L3xhebmwvMzHpZDjomrAke7gSCFHerB4EXLM/OGXv33ru+94/5HUYWYUZw/sisfufms8GQAAAAAAAG/AQy/F3kd+FHemZ24sLS5e+MED//nA5z5+d3qweAo0LqwuC6vvX3/IeDXgSO9TyJHu4rh4B8fqsuXOD//u9R/507/89W3brrk2dUxBx4074ol37I7j77k+TgcAAAAAAEAPT5+Onf97Mt51ZiH2nluKvant3GuvnrzvS5//r3v/5lMvx0qYUdy9UYQbS+UxsppxiweNz1aWiw8f/8SXvv4zh973K7cXQUeynIgsXDMbJwMAAAAAAKDB4ji2LizFteOV3OGidNfG/z/yrUf+4mN3HY2VZ2ykIGMhLgUcRbiRl8fKGo5R/qmqi3dwrK5HxfJ7n/nHAwfv+MV3XL/nrfvLYQcAAAAAAECbFGqcfvG5Z777H/f+4Ct//on0IPFxXAo3irs3ivWah4sXspbxi5+qKsKN4vWotKT9s5vee2TrL3/oo3vSTuOlcTaaGeXVwSZtn0Qa4+KEl8cpv+6zX1u/uu3Vtj7zL/fp87pr7I2cy7pjVdvSutreNW6fz73Rc3Q5ro268dvauuaV1l3XTLVP0VbX3uf76qvrenqjY/X5XtR/+zjqv73vpPtNOpeutq55pbX6V/99x6j2Uf/tfSfdb9K5dLV1zSut1b/67ztGtY/6b+876X6TzqWrrWteaa3+1X/fMap91H9730n3m3QuXW1d80pr9a/++45R7aP+2/tOut+kc+lq65pXWqv/K1v/504cv/DwQ9848+wjD84X3WLlzoxyuFEsC6vtRZ812gKOpLiTY0tpmVld1oQcq0teGrPr5Jb75y1tUfO+q61p3XXctrGL9kLecbyojB8125rGqztek67j1R2/6dyUj9v1PfQ9p9VzUjf3ps9QnX95e5uma7Bpfk1928Zom2/TGE3XVUT9/CL6X5dd40bHvn3n1nUO1b/6j1D/0bNP3dh1+7btr/7r91f/9cdX/+q/uq/6bx+7aC+of/XfNN+mMdR///HUv/pX/+o/Qv23Uf/rqf/12yOGU/9RGaMINoql/LyN2js3CluiXR6XfteqSEm2rLYVQUdWWYr96ibc1NZ3e9uXXldIfYrhcun6XH322eg/+En7l9siNlY0Tf03+p1Hj/2aCiqvGas8Xtf5aRqvq/i7rtW+56/vP5m6vpfjuqu2dZ3fvMd+fY7Td27lbRHqv9qm/tePVR5P/deP0dSm/ien/tV/321NfdW/+lf/zfupf/Ufof6rbep//Vjl8dR//RhNbep/cupf/ffd1tRX/a/dntZFgFEOOBZL7a2fPYtuRZ/ibo66dVZahqb6T3Gz9t0s0zTHprlUC2SzXe1zNITr6CeV+t886n86j/9mpv43j/qfzuO/man/zaP+p/P4b2bqf/Oo/+k8/puZ+t886n86jz9tiuuhCDbGldflmy5aTXJSyyHGKGqexVHqV51oVvMBrsQXmjccq2sOdX3qksK240ZljD6fMW+ZV3UdHeO2zbduftGwvdyvbg5dx+/6Z9U2Zt7j+FdSXXIbsbHvZCNzvxyfs8910Od7ahu/rO08qP926r9+37bjX0nqv9/4Zepf/Vfn3XScCPXfdXz1v3Hqv76P+u9H/fcbv0z9q//qvJuOE6H+u46v/jdO/df3Uf/9qP9+45ddifrPS0txl0b5jo3OYKNucpPsU7dEZZ13vK57X3estu1Fn+jRr+941b5t+zT9E5lE3fgbGfdynKs+n7nat6utyyTjdP0TbBo/YmOfp7r/Rj7fRmzkOu3aNunc30htqv/+1L/67zuXSfuq/8nHq/ZV/+19u9q6qP/+c5m0r/qffLxqX/Xf3rerrYv67z+XSfuq/8nHq/ZV/+19u9q6qP/+c5m0r/qffLxqX/Xf3rerrYv67z+XSfsOuf6L9iLUKC+9ZfHGZJV1+XUe6y+u6gXZdPG0XZSTzLnuoqybQ9u62Kc6bnSMHQ37122PHser+9xtF0vbMdrOddN3VlX33VU/f924dZ+hz35N/SKaz2lE97lvK7q6a7lu3nXHa/rum+aUR/Ncy/vWaTovdfv2qZ9JznXb9aP+1++v/tdS/+pf/at/9a/+1f/6/tV9qu11+0eo/+o8m/qp//r+6l/9141bN776X3889a/+1b/6V/+T13/5WG2fGwAAAAAAAAAAAAAAgKvuxz65UFnazB4TAAAAAElFTkSuQmCC);
  background-size: 98% 98%;
  background-repeat: no-repeat;
  height: 70PX;
  line-height: 70PX;
}
.moveScale[data-v-f303993c] {
  -webkit-animation: moveScaleAni-data-v-f303993c 2s linear infinite;
          animation: moveScaleAni-data-v-f303993c 2s linear infinite;
  -webkit-animation-delay: 500ms;
          animation-delay: 500ms;
}
@-webkit-keyframes moveScaleAni-data-v-f303993c {
0% {
    -webkit-transform: scale(1);
            transform: scale(1);
}
25% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
}
50% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
}
75% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
}
100% {
    -webkit-transform: scale(1);
            transform: scale(1);
}
}
@keyframes moveScaleAni-data-v-f303993c {
0% {
    -webkit-transform: scale(1);
            transform: scale(1);
}
25% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
}
50% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
}
75% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
}
100% {
    -webkit-transform: scale(1);
            transform: scale(1);
}
}
.table-header[data-v-f303993c] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  width: 100%;
  padding-left: 25PX;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #fff;
  font-size: 20PX;
  font-weight: 500;
  margin-top: 20PX;
}
@charset "UTF-8";
.shouyi[data-v-f7b4d506] {
  width: 5.13rem;
  height: 2.65rem;
  -webkit-border-radius: 0 0 0 0;
          border-radius: 0 0 0 0;
  border: 0.01rem solid #3b5efc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.shouyi .title[data-v-f7b4d506] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.16rem;
  color: #333333;
}
.shouyi .content[data-v-f7b4d506] {
  width: 5.11rem;
  height: 1.99rem;
  background: #f8f8f9;
  -webkit-border-radius: 0 0 0 0;
          border-radius: 0 0 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.2rem;
}
.shouyi .content .ma[data-v-f7b4d506] {
  width: 2.29rem;
  height: 1.24rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0 0.05rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.05rem 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 0 0;
          border-radius: 0 0 0 0;
  margin-right: 0.12rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.shouyi .content .ma img[data-v-f7b4d506] {
  width: 0.96rem;
  height: 0.96rem;
}
.shouyi .content p[data-v-f7b4d506] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.13rem;
  color: #333333;
  line-height: 0.24rem;
}
.shouyi .content p span[data-v-f7b4d506] {
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  font-size: 0.13rem;
  color: #333333;
}
.shouyi .content .jiao[data-v-f7b4d506] {
  width: 2.27rem;
  height: 1.24rem;
  background: #ffffff;
  -webkit-border-radius: 0 0 0 0;
          border-radius: 0 0 0 0;
}
.shouyi .content .jiao img[data-v-f7b4d506] {
  width: 100%;
  height: 100%;
}
.on[data-v-f7b4d506] {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.on img[data-v-f7b4d506] {
  height: 2.64rem;
  width: 2.64rem;
}
.on p[data-v-f7b4d506] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.26rem;
  color: #999999;
  line-height: 0.36rem;
}
.add-fab[data-v-f7b4d506] {
  cursor: pointer;
  width: 0.8rem;
  height: 0.8rem;
  background-image: url("../static/img/Group 4172@2x.581b7e7c.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  right: 1.3rem;
  bottom: 1rem;
  z-index: 9;
}
.fab-clickMask[data-v-f7b4d506] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 5;
}
.add-fab-mask[data-v-f7b4d506] {
  position: fixed;
  right: 1.66rem;
  bottom: 1.09rem;
  width: 4rem;
  height: 0.6294rem;
  overflow: hidden;
  z-index: 8;
}
.add-fab-content[data-v-f7b4d506] {
  position: absolute;
  left: 4rem;
  width: 3.1rem;
  height: 0.6294rem;
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 0.08rem 0 0 0.08rem;
          border-radius: 0.08rem 0 0 0.08rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.add-fab-content div[data-v-f7b4d506] {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0.18rem;
}
.add-fab-content div img[data-v-f7b4d506] {
  width: 0.3rem;
  height: 0.3rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.add-fab-content div p[data-v-f7b4d506] {
  margin: 0;
  font-weight: 500;
  font-size: 0.14rem;
  color: #ffffff;
  line-height: 0.21rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.shrink[data-v-f7b4d506] {
  -webkit-animation: shrinkShow-data-v-f7b4d506 300ms ease-out 1;
          animation: shrinkShow-data-v-f7b4d506 300ms ease-out 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.expand[data-v-f7b4d506] {
  -webkit-animation: expandShow-data-v-f7b4d506 300ms ease-out 1;
          animation: expandShow-data-v-f7b4d506 300ms ease-out 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes shrinkShow-data-v-f7b4d506 {
from {
    left: 1rem;
}
to {
    left: 3.1rem;
}
}
@keyframes shrinkShow-data-v-f7b4d506 {
from {
    left: 1rem;
}
to {
    left: 3.1rem;
}
}
@-webkit-keyframes expandShow-data-v-f7b4d506 {
from {
    left: 3.1rem;
}
to {
    left: 1rem;
}
}
@keyframes expandShow-data-v-f7b4d506 {
from {
    left: 3.1rem;
}
to {
    left: 1rem;
}
}
#click-scroll-X[data-v-f7b4d506] {
  width: 100%;
  height: 100%;
  margin: 0.57rem 0 0.3rem 0;
  background: #f2f2f2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
          border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
  overflow: hidden;
  position: relative;
  /* 隐藏滚动条样式 */
}
#click-scroll-X .left[data-v-f7b4d506] {
  position: absolute;
  left: 0.06rem;
}
#click-scroll-X .left img[data-v-f7b4d506] {
  width: 0.38rem;
  height: 0.38rem;
}
#click-scroll-X .right[data-v-f7b4d506] {
  position: absolute;
  right: 0.06rem;
}
#click-scroll-X .right img[data-v-f7b4d506] {
  width: 0.38rem;
  height: 0.38rem;
}
#click-scroll-X .scroll_wrapper[data-v-f7b4d506] {
  width: 12.1rem;
  height: 0.61rem;
  margin: 0 0.07rem;
  overflow-x: scroll;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#click-scroll-X .scroll_wrapper .scroll_list[data-v-f7b4d506] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#click-scroll-X .scroll_wrapper .scroll_list .item[data-v-f7b4d506] {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: auto;
  height: auto;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
#click-scroll-X .scroll_wrapper .scroll_list .item .label[data-v-f7b4d506] {
  cursor: pointer;
  color: #666;
  line-height: 0.4rem;
  padding: 0.11rem 0.2rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  font-size: 0.18rem;
  color: #999999ff;
  font-weight: 500;
  line-height: 0.15rem;
}
#click-scroll-X .scroll_wrapper .scroll_list .item .label.active[data-v-f7b4d506] {
  padding: 0.11rem 0.2rem;
  background: #3b5efc;
  -webkit-box-shadow: 0 0 0.05rem 0 rgba(59, 94, 252, 0.7);
          box-shadow: 0 0 0.05rem 0 rgba(59, 94, 252, 0.7);
  -webkit-border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
          border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
  font-size: 0.18rem;
  color: #ffffff !important;
  line-height: 0.15rem;
}
#click-scroll-X .scroll_wrapper .scroll_list .item .label[data-v-f7b4d506]:hover {
  font-weight: 500;
  font-size: 0.18rem;
  color: #333333ff;
  line-height: 0.15rem;
}
#click-scroll-X .scroll_wrapper[data-v-f7b4d506] ::-webkit-scrollbar {
  display: none !important;
}
#click-scroll-X .scroll_wrapper[data-v-f7b4d506] {
  -ms-overflow-style: none !important;
  scrollbar-width: none !important;
}
.gengduo[data-v-f7b4d506] {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gengduo p[data-v-f7b4d506] {
  width: 2.47rem;
  height: 0.38rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-weight: 500;
  font-size: 0.16rem;
  color: #3b5efc;
  line-height: 0.16rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.gengduo p[data-v-f7b4d506]:hover {
  background: #ffffff;
  -webkit-box-shadow: 0 0 0.05rem 0 rgba(0, 0, 0, 0.068);
          box-shadow: 0 0 0.05rem 0 rgba(0, 0, 0, 0.068);
  -webkit-border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
          border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
}
.chakan-btn[data-v-f7b4d506] {
  cursor: pointer;
  width: 2.47rem;
  height: 0.33rem;
  background: #f7f7f7;
  -webkit-border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
          border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
  font-weight: 500;
  font-size: 0.14rem;
  color: #3b5efc;
  line-height: 0.16rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.chakan-btn[data-v-f7b4d506]:hover {
  background: #3b5efc;
  color: #f7f7f7;
}
.el-body[data-v-f7b4d506] {
  padding-top: 0.21rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#c7effc), color-stop(41.85%, #fff));
  background: -webkit-linear-gradient(top, #c7effc 0%, #fff 41.85%);
  background: linear-gradient(180deg, #c7effc 0%, #fff 41.85%);
}
.el-body .Home[data-v-f7b4d506] {
  width: 12.1rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.head[data-v-f7b4d506] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.68rem;
}
.head .banner[data-v-f7b4d506] {
  width: 9.73rem;
  height: 3.98rem;
}
.head .banner[data-v-f7b4d506]  .el-carousel__container {
  height: 3.98rem !important;
}
.head .banner[data-v-f7b4d506]  .el-carousel--horizontal {
  -webkit-border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
          border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
}
.head .banner .el-image[data-v-f7b4d506] {
  width: 9.73rem;
  height: 3.98rem;
}
.head .banner .el-carousel__item[data-v-f7b4d506] {
  background: #fff;
}
.head .con[data-v-f7b4d506] {
  width: 2.16rem;
  height: 3.98rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0 0.05rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.05rem 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
          border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
  margin-left: 0.11rem;
  background-image: url(../static/img/HomeBK.568161a7.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.head .con .user[data-v-f7b4d506] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.36rem;
}
.head .con .user img[data-v-f7b4d506] {
  width: 0.58rem;
  height: 0.58rem;
  -webkit-box-shadow: 0 0 0.05rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.05rem 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.head .con .user p[data-v-f7b4d506] {
  margin: 0;
  margin-top: 0.15rem;
  height: 0.24rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.head .con .LearnState[data-v-f7b4d506] {
  margin: 0.2rem 0.3rem 0 0.3rem;
}
.head .con .LearnState .LearnState-1[data-v-f7b4d506] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.head .con .LearnState .LearnState-1 p[data-v-f7b4d506] {
  font-weight: 400;
  font-size: 0.12rem;
  color: #333333;
  line-height: 0.12rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.head .con .LearnState .LearnState-1 p span[data-v-f7b4d506] {
  font-weight: 500;
  font-size: 0.27rem;
  color: #333333;
  line-height: 0.2rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.head .con .LearnState .LearnState-1 p .d[data-v-f7b4d506] {
  width: 0.24rem;
  text-align: center;
}
.head .con .course[data-v-f7b4d506] {
  margin: 0.3rem 0.35rem;
}
.head .con .course .el-aside-add-btn[data-v-f7b4d506] {
  cursor: pointer;
  width: 1.56rem;
  height: 0.33rem;
  background: #3b5efc;
  -webkit-border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
          border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
  font-weight: 500;
  font-size: 0.14rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  line-height: 0.16rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.content .LIVE .LIVE-headline .LIVE-title[data-v-f7b4d506] {
  font-weight: bold;
  font-size: 0.3rem;
  color: #333333;
  line-height: 0.24rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 0.17rem;
}
.content .LIVE .LIVE-headline .LIVE-subheading[data-v-f7b4d506] {
  margin: 0;
  font-weight: 400;
  font-size: 0.2rem;
  color: #999999;
  line-height: 0.24rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.content .LIVE .LIVE-content[data-v-f7b4d506] {
  margin: 0.4rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.content .LIVE .LIVE-content .LIVEItem[data-v-f7b4d506] {
  width: 2.83rem;
  margin-right: 0.23rem;
}
.content .LIVE .LIVE-content .LIVEItem .time[data-v-f7b4d506] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.content .LIVE .LIVE-content .LIVEItem .time p[data-v-f7b4d506] {
  font-weight: 400;
  font-size: 0.14rem;
  color: #333333;
  line-height: 0.24rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.content .LIVE .LIVE-content .LIVEItem .time span[data-v-f7b4d506] {
  width: 0.12rem;
  height: 0.12rem;
  background: #3b5efc;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.content .LIVE .LIVE-content .LIVEItem .LIVEItem-content[data-v-f7b4d506] {
  margin-top: 0.19rem;
  width: 2.83rem;
  height: 3.45rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0.05rem 0.1rem 0 rgba(0, 0, 0, 0.068);
          box-shadow: 0 0.05rem 0.1rem 0 rgba(0, 0, 0, 0.068);
  -webkit-border-radius: 0.07rem 0.07rem 0.07rem 0.07rem;
          border-radius: 0.07rem 0.07rem 0.07rem 0.07rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.content .LIVE .LIVE-content .LIVEItem .LIVEItem-content[data-v-f7b4d506]:hover {
  cursor: pointer;
  -webkit-transform: translate(0, -0.12rem);
          transform: translate(0, -0.12rem);
  -webkit-box-shadow: 0 0.14rem 0.36rem rgba(0, 0, 0, 0.06);
          box-shadow: 0 0.14rem 0.36rem rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.content .LIVE .LIVE-content .LIVEItem .LIVEItem-content .img[data-v-f7b4d506] {
  position: relative;
}
.content .LIVE .LIVE-content .LIVEItem .LIVEItem-content .img img[data-v-f7b4d506] {
  width: 2.83rem;
  height: 1.59rem;
  -webkit-border-radius: 0.07rem 0.07rem 0 0;
          border-radius: 0.07rem 0.07rem 0 0;
}
.content .LIVE .LIVE-content .LIVEItem .LIVEItem-content .img .free[data-v-f7b4d506] {
  position: absolute;
  top: 0.09rem;
  left: -0.08rem;
  height: 0.4rem;
  width: 1.02rem;
  -webkit-border-radius: 0;
          border-radius: 0;
}
.content .LIVE .LIVE-content .LIVEItem .LIVEItem-content .img .xuexi[data-v-f7b4d506] {
  padding-left: 0.18rem;
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2.83rem;
  height: 0.27rem;
  background: -webkit-linear-gradient(178deg, rgba(0, 0, 0, 0) 16%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(272deg, rgba(0, 0, 0, 0) 16%, rgba(0, 0, 0, 0.5) 100%);
  font-weight: 400;
  font-size: 0.14rem;
  color: #ffffff;
  line-height: 0.16rem;
  font-style: normal;
  text-transform: none;
}
.content .LIVE .LIVE-content .LIVEItem .LIVEItem-content .LIVEItem-content-title[data-v-f7b4d506] {
  margin-left: 0.18rem;
  margin-top: 0.2rem;
  margin-bottom: 0;
  width: 2.62rem;
  font-weight: bold;
  font-size: 0.18rem;
  color: #333333;
  text-align: left;
  font-style: normal;
  text-transform: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content .LIVE .LIVE-content .LIVEItem .LIVEItem-content .LIVEItem-content-subheading[data-v-f7b4d506] {
  margin-left: 0.18rem;
  margin-top: 0.12rem;
  margin-bottom: 0;
  width: 2.47rem;
  height: 0.23rem;
  font-weight: 400;
  font-size: 0.14rem;
  color: #666666;
  line-height: 0.22rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: none;
}
.content .LIVE .LIVE-content .LIVEItem .LIVEItem-content .LIVEItem-content-people[data-v-f7b4d506] {
  margin-left: 0.18rem;
  margin-top: 0.25rem;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 0.14rem;
  color: #666666;
  line-height: 0.14rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.content .LIVE .LIVE-content .LIVEItem .LIVEItem-content .xin[data-v-f7b4d506] {
  margin-left: 0.18rem;
  margin-right: 0.18rem;
  margin-top: 0.25rem;
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.content .LIVE .LIVE-content .LIVEItem .LIVEItem-content .xin p[data-v-f7b4d506] {
  margin: 0;
  font-weight: 400;
  font-size: 0.14rem;
  color: #666666;
  line-height: 0.14rem;
  text-align: left;
  font-style: normal;
  white-space: nowrap;
  width: 1.47rem;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: none;
  text-transform: none;
}
.content .LIVE .LIVE-content .LIVEItem .LIVEItem-content .xin div[data-v-f7b4d506] {
  font-weight: bold;
  font-size: 0.18rem;
  color: #fe974c;
  line-height: 0.14rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.content .LIVE .LIVE-content .LIVEItem .LIVEItem-content .btn[data-v-f7b4d506] {
  margin-left: 0.18rem;
  margin-top: 0.22rem;
}
.on[data-v-6e73dadc] {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.on img[data-v-6e73dadc] {
  height: 2.64rem;
  width: 2.64rem;
}
.on p[data-v-6e73dadc] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.26rem;
  color: #999999;
  line-height: 0.36rem;
}
.loading[data-v-6e73dadc] {
  height: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: red;
}
.loading .z[data-v-6e73dadc] {
  width: 0.2rem;
  height: 0.2rem;
  background: url(https://piccdn2.umiwi.com/fe-oss/default/MTUyNzgzNzY4MzMw.gif) center center no-repeat;
  background-size: contain !important;
}
.content[data-v-6e73dadc] {
  padding-bottom: 0.64rem;
  background: #eefafe;
  min-height: 8rem;
}
.content .nav[data-v-6e73dadc] {
  min-height: 1.07rem;
  background: #ffffff;
}
.content .nav .nav-content[data-v-6e73dadc] {
  width: 12rem;
  height: 100%;
  margin: 0 auto;
}
.content .nav .nav-content .el-input[data-v-6e73dadc] {
  margin-top: 0.37rem;
  width: 6.44rem;
  margin-bottom: 0.25rem;
}
.content .nav .nav-content .el-input[data-v-6e73dadc]  .el-input__inner {
  width: 6.44rem;
  height: 0.5rem;
  background: #f7f7f7;
  -webkit-border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
          border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
}
.content .nav .nav-content .filterBox[data-v-6e73dadc] {
  width: 12rem;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 0.18rem;
  border-top: 0.01rem solid #e9e9e9;
  padding-top: 0.25rem;
}
.content .nav .nav-content .filterBox span[data-v-6e73dadc] {
  width: 0.7rem;
  font-weight: 500;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.2rem;
  color: #666666;
  padding-top: 0.03rem;
}
.content .nav .nav-content .filterBox .el-button[data-v-6e73dadc] {
  height: 0.32rem;
  padding: 0 0.11rem;
  font-weight: 400;
  font-size: 0.16rem;
  color: #666666;
  margin-right: 0.26rem;
  margin-bottom: 0.16rem;
  border: none;
}
.content .nav .nav-content .filterBox .el-button[data-v-6e73dadc]:hover, .content .nav .nav-content .filterBox .el-button[data-v-6e73dadc]:focus {
  background: #f7f7f7;
  color: #3b5efc;
}
.content .nav .nav-content .filterBox .el-button.active[data-v-6e73dadc] {
  background: #f7f7f7;
  color: #3b5efc;
}
.content .nav .nav-content .filterBox .el-button + .el-button[data-v-6e73dadc] {
  margin-left: 0;
}
.content .content-content[data-v-6e73dadc] {
  width: 12rem;
  margin: 0 auto;
}
.content .content-content .tab[data-v-6e73dadc] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 0.69rem;
  cursor: pointer;
  border-bottom: 0.01rem solid #e9e9e9;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.content .content-content .tab p[data-v-6e73dadc] {
  font-weight: 400;
  font-size: 0.16rem;
  color: #999999;
  line-height: 0.24rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-right: 0.25rem;
}
.content .content-content .tab p[data-v-6e73dadc]:hover {
  font-weight: 500;
  font-size: 0.16rem;
  color: #3b5efc;
  line-height: 0.24rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.content .content-content .tab p.active[data-v-6e73dadc] {
  font-weight: 500;
  font-size: 0.16rem;
  color: #3b5efc;
  line-height: 0.24rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.content .content-content .tab .clar[data-v-6e73dadc] {
  padding: 0.04rem 0.24rem;
  font-weight: 500;
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.24rem;
  -webkit-border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
          border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
  border: 0.01rem solid #d9d9d9;
}
.content .content-content .tab .clar[data-v-6e73dadc]:hover {
  color: #3b5efc;
}
.content .content-content .content-list[data-v-6e73dadc] {
  margin-top: 0.3rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.content .content-content .content-list .content-list-item[data-v-6e73dadc] {
  margin-top: 0.16rem;
  width: 3.9rem;
  height: 1.19rem;
  background: #ffffff;
  -webkit-border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
          border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.content .content-content .content-list .content-list-item[data-v-6e73dadc]:hover {
  cursor: pointer;
  -webkit-box-shadow: 0 0.05rem 0.1rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.05rem 0.1rem 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.content .content-content .content-list .content-list-item .content-list-item-img[data-v-6e73dadc] {
  margin: 0.1rem;
}
.content .content-content .content-list .content-list-item .content-list-item-img .img[data-v-6e73dadc] {
  width: 1.74rem;
  height: 0.98rem;
  position: relative;
}
.content .content-content .content-list .content-list-item .content-list-item-img .img img[data-v-6e73dadc] {
  width: 1.74rem;
  height: 0.98rem;
  -webkit-border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
          border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
}
.content .content-content .content-list .content-list-item .content-list-item-img .img .xuexi[data-v-6e73dadc] {
  padding-left: 0.18rem;
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1.74rem;
  height: 0.27rem;
  background: -webkit-linear-gradient(178deg, rgba(0, 0, 0, 0) 16%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(272deg, rgba(0, 0, 0, 0) 16%, rgba(0, 0, 0, 0.5) 100%);
  font-weight: 400;
  font-size: 0.14rem;
  color: #ffffff;
  line-height: 0.16rem;
  font-style: normal;
  text-transform: none;
}
.content .content-content .content-list .content-list-item .content-list-item-content[data-v-6e73dadc] {
  width: 1.86rem;
  text-transform: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content .content-content .content-list .content-list-item .content-list-item-content p[data-v-6e73dadc] {
  margin: 0;
}
.content .content-content .content-list .content-list-item .content-list-item-content .title[data-v-6e73dadc] {
  font-weight: 500;
  font-size: 0.18rem;
  color: #333333;
  line-height: 0.2rem;
  text-transform: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content .content-content .content-list .content-list-item .content-list-item-content .subheading[data-v-6e73dadc] {
  margin-top: 0.06rem;
  font-weight: 400;
  font-size: 0.14rem;
  color: #666666;
  line-height: 0.14rem;
  text-transform: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content .content-content .content-list .content-list-item .content-list-item-content .ren[data-v-6e73dadc] {
  margin: 0.1rem 0;
  font-weight: 400;
  font-size: 0.12rem;
  color: #999999;
  line-height: 0.14rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: none;
}
.content .content-content .content-list .content-list-item .content-list-item-content .qians[data-v-6e73dadc] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content .content-content .content-list .content-list-item .content-list-item-content .qians .qian[data-v-6e73dadc] {
  font-weight: 600;
  font-size: 0.14rem;
  color: #ec6e27;
  line-height: 0.14rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.content .content-content .content-list .content-list-item .content-list-item-content .qians .duoshao[data-v-6e73dadc] {
  font-weight: 400;
  font-size: 0.12rem;
  color: #999999;
  line-height: 0.12rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.pl-content .project[data-v-611db7b2] {
  height: 0.7rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.pl-content .project .project-left[data-v-611db7b2] {
  width: 1.24rem;
  height: 0.7rem;
  -webkit-box-shadow: 0 0 0.04rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.04rem 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
          border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
}
.pl-content .project .project-left img[data-v-611db7b2] {
  width: 100%;
  height: 100%;
}
.pl-content .project .project-right[data-v-611db7b2] {
  margin-left: 0.16rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.16rem;
  color: #333333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.pl-content .topic[data-v-611db7b2] {
  margin-top: 0.2rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.2rem;
  color: #333333;
}
.pl-content .star[data-v-611db7b2] {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 0.35rem;
  margin: 0.23rem 0 0.29rem 0;
}
.pl-content[data-v-611db7b2]  .el-rate__icon {
  font-size: 0.4rem;
}
.pl-content[data-v-611db7b2]  .el-textarea__inner {
  height: 1.25rem;
  background: #f4f4f4;
  -webkit-border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
          border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
  border: 0.01rem solid #eeeeee;
  border: none;
  resize: none;
}
.pl-content .center[data-v-611db7b2] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.pl-content .center .center-one[data-v-611db7b2] {
  width: 0.96rem;
  height: 0.4rem;
  background: #eeeeee;
  -webkit-border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
          border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
  text-align: center;
  line-height: 0.4rem;
  margin: 0 0.14rem 0.29rem 0;
}
.pl-content .center .center-one.active[data-v-611db7b2] {
  background: #ecefff;
  color: #3b5efc;
}
a[data-v-1ae0d8ec] {
  color: blue;
  text-decoration: underline;
}
.abstract[data-v-1ae0d8ec] {
  width: 100%;
}
.abstract .headline[data-v-1ae0d8ec] {
  position: relative;
}
.abstract .headline .title[data-v-1ae0d8ec] {
  color: #333;
  margin-left: 0.07rem;
  margin-top: 0.21rem;
  font-size: 0.24rem;
  font-weight: 500;
}
.abstract .headline .underpainting[data-v-1ae0d8ec] {
  position: absolute;
  top: 0.42rem;
  width: 1.43rem;
  height: 0.07rem;
  -webkit-border-radius: 0.01rem;
          border-radius: 0.01rem;
  background: -webkit-linear-gradient(357deg, rgba(53, 160, 254, 0.3) 0%, rgba(53, 160, 254, 0) 100%);
  background: linear-gradient(93deg, rgba(53, 160, 254, 0.3) 0%, rgba(53, 160, 254, 0) 100%);
}
.abstract .lessonOverview[data-v-1ae0d8ec] {
  margin-top: 0.49rem;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.abstract .lessonOverview p[data-v-1ae0d8ec] {
  font-weight: 500;
  font-size: 0.18rem;
  color: #333333;
  line-height: 0.28rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.abstract .lessonOverview pre[data-v-1ae0d8ec] {
  font-weight: 500;
  font-size: 0.18rem;
  color: #333333 !important;
  line-height: 0.28rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.title[data-v-e91f0a1a] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.3rem;
  color: #333333;
  margin-bottom: 0.46rem;
}
.chapter .titles[data-v-e91f0a1a] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.4rem;
  height: 0.78rem;
  background: rgba(59, 94, 252, 0.1);
  -webkit-border-radius: 0.16rem 0.16rem 0 0;
          border-radius: 0.16rem 0.16rem 0 0;
  font-weight: bold;
  font-size: 0.22rem;
  color: #333333;
  line-height: 0.3rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.chapter .chapterList[data-v-e91f0a1a] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 0.81rem;
  padding: 0 0.4rem;
  background: #ffffff;
}
.chapter .chapterList img[data-v-e91f0a1a] {
  width: 0.26rem;
  height: 0.26rem;
  cursor: pointer;
}
.chapter .chapterList .chapterInfo[data-v-e91f0a1a] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 0.2rem;
}
.chapter .chapterList .chapterInfo .chapterName[data-v-e91f0a1a] {
  font-weight: 500;
  font-size: 0.2rem;
  color: #333333;
  line-height: 0.3rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.chapter .chapterList .chapterInfo .viewCounts[data-v-e91f0a1a] {
  margin-left: 0.19rem;
  margin-top: 0.08rem;
  font-weight: 500;
  font-size: 0.16rem;
  color: #999999;
  line-height: 0.16rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.title[data-v-6d3662f4] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.3rem;
  color: #333333;
  margin-bottom: 0.46rem;
}
.loading[data-v-6d3662f4] {
  height: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: red;
}
.loading .z[data-v-6d3662f4] {
  width: 0.2rem;
  height: 0.2rem;
  background: url(https://piccdn2.umiwi.com/fe-oss/default/MTUyNzgzNzY4MzMw.gif) center center no-repeat;
  background-size: contain !important;
}
.discuss .Number[data-v-6d3662f4] {
  margin-top: 0.25rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.19rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 0.17rem;
}
.discuss .discuss-content[data-v-6d3662f4] {
  border-top: 0.002rem solid #dfdfdf;
  padding-bottom: 1rem;
}
.discuss .discuss-content .item[data-v-6d3662f4] {
  margin-top: 0.29rem;
}
.discuss .discuss-content .item .item-top[data-v-6d3662f4] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.discuss .discuss-content .item .item-top .item-top-left[data-v-6d3662f4] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.discuss .discuss-content .item .item-top .item-top-left img[data-v-6d3662f4] {
  width: 0.36rem;
  height: 0.36rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.discuss .discuss-content .item .item-top .item-top-left .item-top-left-text[data-v-6d3662f4] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 0.08rem;
}
.discuss .discuss-content .item .item-top .item-top-left .item-top-left-text .names[data-v-6d3662f4] {
  margin: 0;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.14rem;
  color: #333333;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 0.06rem;
}
.discuss .discuss-content .item .item-top .item-top-left .item-top-left-text .time[data-v-6d3662f4] {
  margin: 0;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.1rem;
  color: #333333;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.discuss .discuss-content .item .item-top .item-top-right[data-v-6d3662f4] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.14rem;
  cursor: pointer;
}
.discuss .discuss-content .item .item-top .item-top-right img[data-v-6d3662f4] {
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.06rem;
}
.discuss .discuss-content .item .item-bottom[data-v-6d3662f4] {
  margin-top: 0.12rem;
  margin-left: 0.44rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.19rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.evaluate[data-v-6d3662f4] {
  height: 1.79rem;
  background: -webkit-linear-gradient(358deg, #e5f0fd 0%, #ebefff 100%);
  background: linear-gradient(92deg, #e5f0fd 0%, #ebefff 100%);
  -webkit-border-radius: 0.16rem 0.16rem 0 0;
          border-radius: 0.16rem 0.16rem 0 0;
}
.evaluate .evaluate-1[data-v-6d3662f4] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 0.32rem;
  padding-right: 0.7rem;
  padding-top: 0.29rem;
}
.evaluate .evaluate-1 .evaluate-1-left[data-v-6d3662f4] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 0.26rem;
  color: #333333;
  line-height: 0.3rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.evaluate .evaluate-1 .evaluate-1-left img[data-v-6d3662f4] {
  width: 0.36rem;
  height: 0.36rem;
  margin-right: 0.12rem;
}
.evaluate .evaluate-1 .evaluate-1-right[data-v-6d3662f4]  .el-rate__icon {
  font-size: 0.36rem;
}
.evaluate .evaluate-1 .evaluate-1-right[data-v-6d3662f4]  .el-rate__text {
  font-size: 0.2rem;
}
.evaluate .evaluate-2[data-v-6d3662f4] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0.32rem;
  padding-right: 0.7rem;
  padding-top: 0.29rem;
}
.evaluate .evaluate-2 div[data-v-6d3662f4] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0.15rem;
  width: 1.44rem;
  height: 0.6rem;
  background: #ffffff;
  -webkit-border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
          border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
}
.evaluate .evaluate-2 div p[data-v-6d3662f4] {
  margin: 0;
  padding: 0;
  font-size: 0.16rem;
  color: #666666;
}
@charset "UTF-8";
[data-v-11ccac2c] .el-dialog__title {
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  font-size: 0.2rem;
}
[data-v-11ccac2c] .el-dialog__header {
  border-bottom: 0.01rem solid #DFDFDF;
}
.buy[data-v-11ccac2c] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.buy .buy-left .buy-left-1[data-v-11ccac2c] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.buy .buy-left .buy-left-1 .buy-left-1-1 img[data-v-11ccac2c] {
  width: 2.4rem;
  height: 1.35rem;
  background: #d9d9d9;
  -webkit-border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
          border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
}
.buy .buy-left .buy-left-1 .buy-left-1-2[data-v-11ccac2c] {
  margin-left: 0.17rem;
  width: 2.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.buy .buy-left .buy-left-1 .buy-left-1-2 .title[data-v-11ccac2c] {
  font-size: 0.16rem;
  margin: 0;
  padding: 0;
  color: #333333;
}
.buy .buy-left .buy-left-1 .buy-left-1-2 .pr[data-v-11ccac2c] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.buy .buy-left .buy-left-1 .buy-left-1-2 .pr p[data-v-11ccac2c] {
  margin: 0;
  padding: 0;
}
.buy .buy-left .buy-left-2[data-v-11ccac2c] {
  margin-top: 0.4rem;
}
.buy .buy-left .buy-left-2[data-v-11ccac2c]  .el-checkbox .el-checkbox__input.is-checked + .el-checkbox__label {
  color: #333333 !important;
}
.buy .buy-left .buy-left-2[data-v-11ccac2c]  .el-checkbox .el-checkbox__label {
  font-size: 0.16rem;
  color: #333333 !important;
}
.buy .buy-left .buy-left-2[data-v-11ccac2c]  .el-checkbox .el-checkbox__label a {
  font-size: 0.16rem;
  color: #3b5efcff !important;
}
.buy .buy-right[data-v-11ccac2c] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 0.01rem solid #dfdfdf;
  padding-left: 0.5rem;
  padding-right: 0.66rem;
}
.buy .buy-right p[data-v-11ccac2c] {
  padding: 0;
  margin: 0;
  font-weight: 500;
  font-size: 0.2rem;
  color: #333333;
  line-height: 0.2rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.buy .buy-right p span[data-v-11ccac2c] {
  color: #3b5efcff;
}
.buy .buy-right .buy-right-1[data-v-11ccac2c] {
  margin-top: 0.25rem;
  width: 1.46rem;
  height: 1.45rem;
  background: #f6f7f8;
  -webkit-border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
          border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
  border: 0.01rem solid #b2b2b2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.buy .buy-right .buy-right-1 p[data-v-11ccac2c] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.14rem;
  color: #000000;
  line-height: 0.16rem;
}
.buy .buy-right #qrcode[data-v-11ccac2c] {
  margin-top: 0.25rem;
  width: 100%;
  /* 或者你想要的具体宽度 */
  height: auto;
  /* 高度自动调整 */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.buy .buy-right #qrcode img[data-v-11ccac2c] {
  width: 1.46rem;
  height: 1.45rem;
}
.buy .buy-right img[data-v-11ccac2c] {
  margin-top: 0.25rem;
  width: 1.46rem;
  height: 1.45rem;
}
.rate[data-v-77d8d703] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.rate .score[data-v-77d8d703] {
  width: 1.11rem;
  height: 0.36rem;
  -webkit-border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
          border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
  border: 0.01rem solid #3b5efc;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.18rem;
  color: #3b5efc;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.rate[data-v-77d8d703]  .el-rate__icon {
  font-size: 0.36rem;
}
.rate[data-v-77d8d703]  .el-rate__text {
  font-size: 0.26rem;
}
.bi[data-v-77d8d703] {
  z-index: 999;
  width: 100%;
  position: fixed;
  bottom: 0;
  height: 0.6rem;
  background: #ffffff;
  -webkit-box-shadow: 0 -0.02rem 0.08rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 -0.02rem 0.08rem 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 0 0;
          border-radius: 0 0 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bi .bi-1[data-v-77d8d703] {
  width: 12.1rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.bi .bi-1 .biTai[data-v-77d8d703] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.bi .bi-1 .biTai div[data-v-77d8d703] {
  margin-right: 0.43rem;
}
.bi .bi-1 .biTai div img[data-v-77d8d703] {
  width: 0.2rem;
  height: 0.2rem;
}
.bi .bi-1 .biTai div p[data-v-77d8d703] {
  margin: 0;
  margin-top: 0.03rem;
  font-weight: 400;
  font-size: 0.14rem;
  color: #333333;
  line-height: 0.19rem;
  text-align: left;
  font-style: normal;
}
.bi .bi-1 .button[data-v-77d8d703] {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1.5rem;
  height: 0.4rem;
  font-weight: 600;
  font-size: 0.2rem;
  color: #3b5efc;
  line-height: 0.57rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  -webkit-border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
          border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
  border: 0.01rem solid #3b5efc;
}
.bi .bi-1 .button[data-v-77d8d703]:hover {
  color: #ffff;
  background: #3b5efc;
}
.el-body[data-v-77d8d703] {
  background: -webkit-gradient(linear, left top, left bottom, from(#c7effc), color-stop(15%, rgba(255, 255, 255, 0.31)));
  background: -webkit-linear-gradient(top, #c7effc 0%, rgba(255, 255, 255, 0.31) 15%);
  background: linear-gradient(180deg, #c7effc 0%, rgba(255, 255, 255, 0.31) 15%);
}
.head[data-v-77d8d703] {
  padding-top: 0.38rem;
  min-height: 3.93rem;
  background: rgba(255, 255, 255, 0.85);
}
.head .head-content[data-v-77d8d703] {
  width: 12.1rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  min-height: 2.9rem;
}
.head .head-content img[data-v-77d8d703] {
  width: 5.16rem;
  height: 2.9rem;
  -webkit-box-shadow: 0 0 0.05rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.05rem 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
          border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
}
.head .head-content .head-text[data-v-77d8d703] {
  margin-left: 0.62rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.head .head-content .head-text .headline[data-v-77d8d703] {
  font-weight: 600;
  font-size: 0.3rem;
  color: #333333;
  line-height: 0.38rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.head .head-content .head-text .subheading[data-v-77d8d703] {
  margin: 0.16rem 0;
  font-weight: 400;
  font-size: 0.22rem;
  color: #666666;
  line-height: 0.22rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.head .head-content .head-text .compere[data-v-77d8d703] {
  font-weight: 400;
  font-size: 0.22rem;
  color: #666666;
  line-height: 0.22rem;
  text-align: left;
  font-style: normal;
  text-transform: non;
}
.head .head-content .head-text .course[data-v-77d8d703] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.25rem;
  margin-bottom: 0.28rem;
}
.head .head-content .head-text .course div[data-v-77d8d703] {
  margin-right: 0.2rem;
  padding: 0.03rem 0.14rem;
  background: #c4e3ff;
  -webkit-border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
          border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
  font-size: 0.18rem;
  color: #3b5efc;
  line-height: 0.27rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.head .head-content .head-text .button[data-v-77d8d703] {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2.21rem;
  height: 0.56rem;
  font-weight: 600;
  font-size: 0.28rem;
  color: #3b5efc;
  line-height: 0.57rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  -webkit-border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
          border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
  border: 0.01rem solid #3b5efc;
}
.head .head-content .head-text .button[data-v-77d8d703]:hover {
  color: #ffff;
  background: #3b5efc;
}
[data-v-77d8d703] .contentz {
  margin: 0 auto;
  margin-top: 0.4rem;
  width: 12.1rem;
}
[data-v-77d8d703] .contentz .el-tabs {
  width: 100%;
}
[data-v-77d8d703] .contentz .el-tabs .el-tabs__item {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.27rem;
  color: #666666;
}
[data-v-77d8d703] .contentz .el-tabs .el-tabs__item.is-active {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.27rem;
  color: #333333;
}
[data-v-77d8d703] .contentz .el-tabs .el-tabs__nav-wrap .el-tabs__nav .el-tabs__active-bar {
  height: 0.12rem;
  background: -webkit-gradient(linear, left top, right top, from(#51cce3), to(#4873f8));
  background: -webkit-linear-gradient(left, #51cce3 0%, #4873f8 100%);
  background: linear-gradient(90deg, #51cce3 0%, #4873f8 100%);
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  z-index: auto;
}
[data-v-77d8d703] .contentz .el-tabs .el-tabs__nav-wrap::after {
  display: none;
}
[data-v-57dc4ea7] .video-js .vjs-time-control {
  display: block;
  min-width: 0;
  padding: 0 0.05rem;
}
[data-v-57dc4ea7] .video-js .vjs-remaining-time {
  display: block;
}
.video-box[data-v-57dc4ea7] {
  width: 100%;
  max-width: 5rem;
  max-height: 5rem;
}
[data-v-57dc4ea7] .video-js .vjs-big-play-button {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.myVideo[data-v-57dc4ea7] {
  position: relative;
  -webkit-border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
          border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
}
.myVideo .dels[data-v-57dc4ea7] {
  position: absolute;
  top: 0.1rem;
  right: 0.1rem;
  font-size: 0.25rem;
  color: #fff;
  z-index: 9999999;
}
.myVideo .dels[data-v-57dc4ea7]:hover {
  color: red;
}
.learnVideo[data-v-ff3ac3c2] {
  width: 100%;
  min-height: 100vh;
  background: #222736;
}
.learnVideo .top[data-v-ff3ac3c2] {
  width: 100%;
  height: 0.8rem;
  background: #1b202f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.1);
}
.learnVideo .top .left[data-v-ff3ac3c2] {
  margin-left: 0.53rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.learnVideo .top .left img[data-v-ff3ac3c2] {
  margin-right: 0.08rem;
}
.learnVideo .top .left span[data-v-ff3ac3c2] {
  font-size: 0.2rem;
  margin-right: 0.32rem;
  color: #ffffff;
}
.learnVideo .content[data-v-ff3ac3c2] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 1.99rem;
}
.learnVideo .content .left[data-v-ff3ac3c2] {
  margin-top: 0.28rem;
}
.learnVideo .content .left .video-content[data-v-ff3ac3c2] {
  width: 11.01rem;
  height: 6.2rem;
}
.learnVideo .content .left .video-content img[data-v-ff3ac3c2] {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
          border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
}
.learnVideo .content .left .courseTitlt[data-v-ff3ac3c2] {
  margin-top: 0.3rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.3rem;
  color: #ffffff;
  line-height: 0.38rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.learnVideo .content .left .courseContent[data-v-ff3ac3c2] {
  margin: 0.2rem 0;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.2rem;
  color: #999999;
  line-height: 0.16rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.learnVideo .content .left .evaluate[data-v-ff3ac3c2] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.learnVideo .content .left .evaluate div[data-v-ff3ac3c2] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.learnVideo .content .left .evaluate div img[data-v-ff3ac3c2] {
  width: 0.3672rem;
  height: 0.3672rem;
  margin-right: 0.08rem;
}
.learnVideo .content .left .evaluate div p[data-v-ff3ac3c2] {
  margin: 0;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.16rem;
  color: #999999;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-right: 0.42rem;
}
.learnVideo .right[data-v-ff3ac3c2] {
  margin-top: 0.28rem;
  margin-left: 0.26rem;
  width: 3.96rem;
  height: 7.5rem;
  background: #1c202c;
  -webkit-border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
          border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
  padding: 0.16rem;
}
.learnVideo .right .chapterContent[data-v-ff3ac3c2] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.learnVideo .right .chapterContent .img[data-v-ff3ac3c2] {
  width: 1.6rem;
  height: 0.9rem;
  -webkit-border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
          border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
}
.learnVideo .right .chapterContent .img img[data-v-ff3ac3c2] {
  width: 100%;
  height: 100%;
}
.learnVideo .right .chapterContent .video-name[data-v-ff3ac3c2] {
  margin-left: 0.08rem;
}
.learnVideo .right .chapterContent .video-name .namez[data-v-ff3ac3c2] {
  width: 1.96rem;
  height: 0.48rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.16rem;
  color: #ffffff;
  line-height: 0.24rem;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: none;
}
.learnVideo .right .chapterContent .video-name .jie[data-v-ff3ac3c2] {
  margin-top: 0.1rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 0.24rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.learnVideo .right .comment[data-v-ff3ac3c2] {
  margin-top: 0.17rem;
  height: 6rem;
  overflow: auto;
}
.learnVideo .right .comment .item .comment-title[data-v-ff3ac3c2] {
  padding: 0 0.2rem;
  margin-bottom: 0.1rem;
  margin-top: 0.1rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  font-size: 0.18rem;
  color: #ffffff;
  line-height: 0.3rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.learnVideo .right .comment .item .item-son[data-v-ff3ac3c2] {
  padding: 0 0.2rem;
  height: 0.68rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.learnVideo .right .comment .item .item-son[data-v-ff3ac3c2]:hover {
  cursor: pointer;
  background: #161a23;
  -webkit-border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
          border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
}
.learnVideo .right .comment .item .item-son.active[data-v-ff3ac3c2] {
  cursor: pointer;
  background: #161a23;
  -webkit-border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
          border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
}
.learnVideo .right .comment .item .item-son.active .section span[data-v-ff3ac3c2] {
  color: #3b5efcff;
}
.learnVideo .right .comment .item .item-son .section[data-v-ff3ac3c2] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.learnVideo .right .comment .item .item-son .section img[data-v-ff3ac3c2] {
  width: 0.24rem;
}
.learnVideo .right .comment .item .item-son .section span[data-v-ff3ac3c2] {
  margin-left: 0.04rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.18rem;
  color: #ffffff;
  line-height: 0.18rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.learnVideo .right .comment .item .item-son .time[data-v-ff3ac3c2] {
  margin-left: 0.3rem;
  margin-top: 0.06rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.14rem;
  color: #999999;
  line-height: 0.16rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.learnVideo .right .comment[data-v-ff3ac3c2]::-webkit-scrollbar {
  width: 0.04rem;
  height: 0.51rem;
}
.learnVideo .right .comment[data-v-ff3ac3c2]::-webkit-scrollbar-track {
  background-color: #1c202c;
  border: none;
}
.learnVideo .right .comment[data-v-ff3ac3c2]::-webkit-scrollbar-thumb {
  background: #2d323f;
}
[data-v-af3baa22] .el-input .el-input__count .el-input__count-inner {
  background: transparent;
}
[data-v-af3baa22] .el-form-item__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.maker-smart-disk__create-dialog .el-dialog[data-v-af3baa22] {
  width: 4.8rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
}
.maker-smart-disk__create-dialog .el-dialog .el-dialog__header[data-v-af3baa22] {
  padding: 0.28rem 0.32rem 0 0.32rem;
  font-size: 0.2rem;
  line-height: 0.2rem;
  color: #333333;
}
.maker-smart-disk__create-dialog .el-dialog .el-dialog__body[data-v-af3baa22] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.2rem 0.32rem;
  font-size: 0.14rem;
  line-height: 0.24rem;
  color: #333333;
}
.maker-smart-disk__create-dialog .el-dialog .el-dialog__body .create-dialog-item + .create-dialog-item[data-v-af3baa22] {
  margin-top: 0.16rem;
}
.maker-smart-disk__create-dialog .el-dialog .el-dialog__footer[data-v-af3baa22] {
  padding: 0 0.32rem 0.24rem 0.32rem;
}
.maker-smart-disk__create-dialog .el-dialog .el-dialog__footer .el-button[data-v-af3baa22] {
  width: 0.82rem;
  height: 0.36rem;
  padding: 0;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
}
.maker-smart-disk__create-dialog .el-dialog .el-dialog__footer .el-button.el-button--default[data-v-af3baa22] {
  color: #3b5efc;
  border-color: #3b5efc;
  background-color: #ffffff;
}
.maker-smart-disk__create-dialog .el-dialog .el-dialog__footer .el-button.el-button--primary[data-v-af3baa22] {
  color: #ffffff;
  border-color: #3b5efc;
  background-color: #3b5efc;
}
[data-v-192f169d] .video-js .vjs-time-control {
  display: block;
  min-width: 0;
  padding: 0 0.05rem;
}
[data-v-192f169d] .video-js .vjs-remaining-time {
  display: block;
}
.video-box[data-v-192f169d] {
  width: 100%;
  max-width: 5rem;
  max-height: 5rem;
}
[data-v-192f169d] .video-js .vjs-big-play-button {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.myVideo[data-v-192f169d] {
  width: 3.21rem;
  height: 1.8rem;
  position: relative;
  -webkit-border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
          border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
  border: 0.01rem solid #f2f2f2;
}
.myVideo .dels[data-v-192f169d] {
  position: absolute;
  top: 0.1rem;
  right: 0.1rem;
  font-size: 0.25rem;
  color: #fff;
  z-index: 9999999;
}
.myVideo .dels[data-v-192f169d]:hover {
  color: red;
}
[data-v-0af1ee34].el-progress {
  width: 3.21rem;
}
[data-v-0af1ee34] .avatar-uploaders3 {
  width: 3.21rem;
  height: 1.8rem;
  -webkit-border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
          border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
  border: 0.01rem solid #f2f2f2;
}
[data-v-0af1ee34] .avatar-uploaders3 .el-upload {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  background: #f4f4f4;
}
[data-v-0af1ee34] .avatar-uploaders3 .el-upload-dragger {
  width: 100%;
  height: 100%;
  background: #f4f4f4;
}
.video-box[data-v-0af1ee34] {
  width: 100%;
  max-width: 5rem;
  max-height: 5rem;
}
[data-v-0af1ee34] .video-js .vjs-big-play-button {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
[data-v-0af1ee34] .video-js .vjs-tech {
  -webkit-border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
          border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
}
[data-v-22af5f33] .el-form-item__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
[data-v-22af5f33] .avatar-uploaders2 {
  width: 3.21rem;
  height: 1.8rem;
  -webkit-border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
          border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
  border: 0.01rem solid #f2f2f2;
  position: relative;
}
.dels[data-v-22af5f33] {
  position: absolute;
  top: 0.1rem;
  right: 0.1rem;
  font-size: 0.25rem;
  color: #fff;
  z-index: 9999999;
}
.dels[data-v-22af5f33]:hover {
  color: red;
}
.avatar[data-v-22af5f33] {
  width: 3.21rem;
  height: 1.8rem;
  -webkit-border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
          border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
  border: 0.01rem solid #f2f2f2;
  position: relative;
}
.tishi[data-v-22af5f33] {
  margin: 0;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.12rem;
  color: #da251c;
}
[data-v-22af5f33] .avatar-uploaders {
  width: 3.21rem;
  height: 1.8rem;
  -webkit-border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
          border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
  border: 0.01rem solid #f2f2f2;
}
[data-v-22af5f33] .avatar-uploaders .el-upload {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  background: #f4f4f4;
}
[data-v-22af5f33] .avatar-uploaders .uploadImg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
[data-v-22af5f33] .avatar-uploaders .uploadImg .jia {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 0.34rem;
  height: 0.34rem;
  background: #d9d9d9;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  font-size: 0.14rem;
  color: #fff;
}
[data-v-22af5f33] .avatar-uploaders .uploadImg .text {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.14rem;
  color: #666666;
}
.jia[data-v-102a71b8] {
  cursor: pointer;
  width: 2.02rem;
  height: 1.86rem;
  background: #fbfbfb;
  -webkit-border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
          border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
  border: 0.01rem solid #e9e9e9;
  margin-right: 0.18rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.jia .at__icon[data-v-102a71b8] {
  width: 0.38rem;
  height: 0.38rem;
}
.jia .at__icon > path[data-v-102a71b8] {
  fill: #0b2bd7;
}
.jia div[data-v-102a71b8] {
  margin-top: 0.19rem;
  font-family: Roboto, Roboto;
  font-weight: 400;
  font-size: 0.18rem;
  color: #3b5efc;
}
.dialog-footer[data-v-102a71b8] {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.maker-smart-disk__create-dialog .el-dialog .el-dialog__footer .el-button[data-v-102a71b8] {
  width: 1.86rem;
  height: 0.35rem;
  background: #3b5efc;
  -webkit-border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
          border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
}
.data_content[data-v-102a71b8] {
  height: 5rem;
  overflow: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.data_content .item[data-v-102a71b8] {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2.02rem;
  height: 1.86rem;
  background: #fbfbfb;
  -webkit-border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
          border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
  border: 0.01rem solid #fff;
  position: relative;
  margin-right: 0.18rem;
}
.data_content .item[data-v-102a71b8]:hover {
  background: #ffffff;
  -webkit-box-shadow: 0 0 0.05rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.05rem 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
          border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
  border: 0.01rem solid #3b5efc;
}
.data_content .item.active[data-v-102a71b8] {
  background: #ffffff;
  -webkit-box-shadow: 0 0 0.05rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.05rem 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
          border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
  border: 0.01rem solid #3b5efc;
}
.data_content .item img[data-v-102a71b8] {
  margin-top: 0.11rem;
  width: 1.74rem;
  height: 0.98rem;
  -webkit-border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
          border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
}
.data_content .item div[data-v-102a71b8] {
  width: 1.74rem;
  height: 0.48rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.24rem;
  text-align: left;
  font-style: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: none;
}
.data_content .item .auditStatus[data-v-102a71b8] {
  width: 1.74rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.14rem;
  color: #3b5efc;
}
.data_content .item .auditStatus.active[data-v-102a71b8] {
  color: #da251cff;
}
.data_content .item .check[data-v-102a71b8] {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0.35rem;
  height: 0.35rem;
  background: #3b5efc;
  -webkit-border-radius: 0.06rem 0 0.06rem 0;
          border-radius: 0.06rem 0 0.06rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.15rem;
  color: #fff;
}
[data-v-212d5108] .el-input .el-input__count .el-input__count-inner {
  background: transparent;
}
[data-v-212d5108] .el-form-item__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.selectVideo[data-v-212d5108] {
  cursor: pointer;
  width: 3.21rem;
  height: 1.8rem;
  background: #f7f7f7;
  -webkit-border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
          border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
  border: 0.01rem solid #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.selectVideo[data-v-212d5108]:hover {
  border: 0.01rem solid #409eff;
  color: #409eff;
}
.selectVideo .uploadImg[data-v-212d5108] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.selectVideo .uploadImg .jia[data-v-212d5108] {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 0.5rem;
  height: 0.5rem;
  background: #c0c4cc;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  font-size: 0.35rem;
  color: #fff;
}
.selectVideo .uploadImg .text[data-v-212d5108] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.14rem;
  color: #666666;
}
.maker-smart-disk__create-dialog .el-dialog[data-v-212d5108] {
  width: 4.8rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
}
.maker-smart-disk__create-dialog .el-dialog .el-dialog__header[data-v-212d5108] {
  padding: 0.28rem 0.32rem 0 0.32rem;
  font-size: 0.2rem;
  line-height: 0.2rem;
  color: #333333;
}
.maker-smart-disk__create-dialog .el-dialog .el-dialog__body[data-v-212d5108] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.2rem 0.32rem;
  font-size: 0.14rem;
  line-height: 0.24rem;
  color: #333333;
}
.maker-smart-disk__create-dialog .el-dialog .el-dialog__body .create-dialog-item + .create-dialog-item[data-v-212d5108] {
  margin-top: 0.16rem;
}
.maker-smart-disk__create-dialog .el-dialog .el-dialog__footer[data-v-212d5108] {
  padding: 0 0.32rem 0.24rem 0.32rem;
}
.maker-smart-disk__create-dialog .el-dialog .el-dialog__footer .el-button[data-v-212d5108] {
  width: 0.82rem;
  height: 0.36rem;
  padding: 0;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
}
.maker-smart-disk__create-dialog .el-dialog .el-dialog__footer .el-button.el-button--default[data-v-212d5108] {
  color: #3b5efc;
  border-color: #3b5efc;
  background-color: #ffffff;
}
.maker-smart-disk__create-dialog .el-dialog .el-dialog__footer .el-button.el-button--primary[data-v-212d5108] {
  color: #ffffff;
  border-color: #3b5efc;
  background-color: #3b5efc;
}
[data-v-53355c70] .el-table .cell {
  padding-right: 0;
}
.Courses-jia[data-v-53355c70] {
  height: 0.47rem;
  -webkit-border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
          border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
  background: #fafafa;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0.7rem;
}
.Courses-jia div[data-v-53355c70] {
  width: 0.16rem;
  height: 0.16rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #3b5efcff;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.07rem;
  color: #fff;
  margin-left: 0.15rem;
}
.Courses-jia p[data-v-53355c70] {
  cursor: pointer;
  margin-left: 0.05rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.14rem;
  color: #3b5efcff;
  line-height: 0.2rem;
}
.r200[data-v-53355c70] {
  padding-left: 0.5rem;
}
[data-v-53355c70] .el-table thead {
  display: none;
}
[data-v-53355c70] .el-table tr {
  background: #fafafa;
}
[data-v-53355c70] .el-table .el-table__expanded-cell {
  background: #fafafa;
}
[data-v-53355c70] .el-table .el-table__header-wrapper {
  display: none;
}
.zzz[data-v-53355c70] {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.16rem;
  color: #666666;
}
.zzz p[data-v-53355c70] {
  margin: 0;
  margin-left: 0.07rem;
}
.avatar-uploader[data-v-97f34f3a] {
  margin-left: 0.12rem;
}
[data-v-97f34f3a] .hide_box .el-upload--picture-card {
  display: none;
}
[data-v-230644f2] .el-input-number__increase {
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
}
[data-v-230644f2] .el-input-number__decrease {
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
}
[data-v-230644f2] .el-form-item .el-form-item__content .el-input__inner {
  height: 0.4rem;
}
.Courses .Courses-jia[data-v-230644f2] {
  margin-bottom: 0.05rem;
  height: 0.47rem;
  -webkit-border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
          border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
  background: #fafafa;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.Courses .Courses-jia div[data-v-230644f2] {
  width: 0.16rem;
  height: 0.16rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #3b5efcff;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.07rem;
  color: #fff;
  margin-left: 0.15rem;
}
.Courses .Courses-jia p[data-v-230644f2] {
  cursor: pointer;
  margin-left: 0.05rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.14rem;
  color: #3b5efcff;
  line-height: 0.2rem;
}
.el-input[data-v-230644f2]  .el-input__inner {
  background: #fff;
}
.el-select[data-v-230644f2]  .el-input__inner {
  background: #fff;
}
[data-v-230644f2] .el-form-item .el-form-item__label {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.16rem;
  color: #666666;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.footer-button[data-v-230644f2] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2.84rem;
  margin: 0.25rem auto 0.61rem;
}
.footer-button .btn-left[data-v-230644f2],
.footer-button .btn-right[data-v-230644f2] {
  cursor: pointer;
  width: 1.32rem;
  height: 0.37rem;
  -webkit-border-radius: 0.06rem;
          border-radius: 0.06rem;
  font-size: 0.14rem;
  font-weight: 700;
  border: none;
}
.footer-button .btn-left.btn-left[data-v-230644f2],
.footer-button .btn-right.btn-left[data-v-230644f2] {
  color: #333;
  background: #f7f7f7;
}
.footer-button .btn-left.btn-right[data-v-230644f2],
.footer-button .btn-right.btn-right[data-v-230644f2] {
  color: #fff;
  background: #3b5efc;
}
.el-body[data-v-230644f2] {
  padding-top: 0.21rem;
  padding-bottom: 0.21rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#c7effc), color-stop(41.85%, #fff));
  background: -webkit-linear-gradient(top, #c7effc 0%, #fff 41.85%);
  background: linear-gradient(180deg, #c7effc 0%, #fff 41.85%);
}
.el-body .Home[data-v-230644f2] {
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  padding: 0 !important;
  -webkit-box-shadow: 0 0 0.08rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0.08rem 0 rgba(0, 0, 0, 0.1);
  width: 12.1rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  overflow-y: hidden;
}
.el-body .Home .content-body[data-v-230644f2] {
  padding: 0.3rem 1rem 0;
  min-height: 8.95rem;
}
.content-title[data-v-230644f2] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.22rem;
}
.content-title .title-line[data-v-230644f2] {
  display: inline-block;
  width: 0.03rem;
  height: 0.16rem;
  -webkit-border-radius: 0.015rem;
          border-radius: 0.015rem;
  background: #3b5efc;
  margin-top: -0.02rem;
  margin-right: 0.07rem;
}
.content-title .title-text[data-v-230644f2] {
  height: 0.2rem;
  color: #333;
  text-align: left;
  font-size: 0.18rem;
  font-weight: 700;
  line-height: 0.2rem;
}
.el-form-row[data-v-230644f2] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-form-row .el-form-col[data-v-230644f2] {
  width: 3.2rem;
}
.el-form-row .el-form-col.margin-right[data-v-230644f2] {
  margin-right: 2.3rem;
}
.el-select[data-v-230644f2] {
  width: 100%;
}
.textareas[data-v-230644f2] {
  min-height: 2.8rem;
  border: 0.01rem solid #f2f2f2;
  -webkit-border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
          border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
}
.textareas[data-v-230644f2] .textarea-input {
  width: 100%;
}
.textareas[data-v-230644f2] .textarea-input .el-textarea__inner,
.textareas[data-v-230644f2] .textarea-input .el-input__inner {
  width: 100%;
  height: 1.18rem;
  border: none;
  resize: none;
  background: #fff;
}
.textareas[data-v-230644f2] .textarea-input .el-textarea__inner::-webkit-input-placeholder,
.textareas[data-v-230644f2] .textarea-input .el-input__inner::-webkit-input-placeholder {
  color: #999;
  font-size: 0.16rem;
  font-weight: 400;
}
.textareas[data-v-230644f2] .textarea-input .el-textarea__inner::-moz-placeholder,
.textareas[data-v-230644f2] .textarea-input .el-input__inner::-moz-placeholder {
  color: #999;
  font-size: 0.16rem;
  font-weight: 400;
}
.textareas[data-v-230644f2] .textarea-input .el-textarea__inner:-ms-input-placeholder,
.textareas[data-v-230644f2] .textarea-input .el-input__inner:-ms-input-placeholder {
  color: #999;
  font-size: 0.16rem;
  font-weight: 400;
}
.textareas[data-v-230644f2] .textarea-input .el-textarea__inner::-ms-input-placeholder,
.textareas[data-v-230644f2] .textarea-input .el-input__inner::-ms-input-placeholder {
  color: #999;
  font-size: 0.16rem;
  font-weight: 400;
}
.textareas[data-v-230644f2] .textarea-input .el-textarea__inner::placeholder,
.textareas[data-v-230644f2] .textarea-input .el-input__inner::placeholder {
  color: #999;
  font-size: 0.16rem;
  font-weight: 400;
}
.textareas[data-v-230644f2] .textarea-input .el-textarea__inner {
  min-height: 1.18rem !important;
}
.imgTip[data-v-230644f2] {
  color: #999999;
  font-size: 0.14rem;
  margin: 0.05rem 0 0.15rem;
}
[data-v-230644f2] .avatar-uploaders {
  width: 3.21rem;
  height: 1.8rem;
  -webkit-border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
          border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
  border: 0.01rem solid #f2f2f2;
}
[data-v-230644f2] .avatar-uploaders .el-upload {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
[data-v-230644f2] .avatar-uploaders .uploadImg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
[data-v-230644f2] .avatar-uploaders .uploadImg .jia {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 0.34rem;
  height: 0.34rem;
  background: #d9d9d9;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  font-size: 0.14rem;
  color: #fff;
}
[data-v-230644f2] .avatar-uploaders .uploadImg .text {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.1rem;
  color: #666666;
}
.loading[data-v-4174b020] {
  height: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: red;
}
.loading .z[data-v-4174b020] {
  width: 0.2rem;
  height: 0.2rem;
  background: url(https://piccdn2.umiwi.com/fe-oss/default/MTUyNzgzNzY4MzMw.gif) center center no-repeat;
  background-size: contain !important;
}
.on[data-v-4174b020] {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.on img[data-v-4174b020] {
  height: 2.64rem;
  width: 2.64rem;
}
.on p[data-v-4174b020] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.26rem;
  color: #999999;
  line-height: 0.36rem;
}
.content-list[data-v-4174b020] {
  margin-top: 0.3rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.content-list-item[data-v-4174b020] {
  margin-top: 0.16rem;
  width: 3.9rem;
  height: 1.19rem;
  background: #ffffff;
  margin-right: 0.19rem;
  -webkit-border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
          border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.content-list-item[data-v-4174b020]:hover {
  cursor: pointer;
  -webkit-box-shadow: 0 0.05rem 0.1rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.05rem 0.1rem 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.content-list-item .content-list-item-img[data-v-4174b020] {
  margin: 0.1rem;
}
.content-list-item .content-list-item-img .img[data-v-4174b020] {
  width: 1.74rem;
  height: 0.98rem;
  position: relative;
}
.content-list-item .content-list-item-img .img img[data-v-4174b020] {
  width: 1.74rem;
  height: 0.98rem;
  -webkit-border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
          border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
}
.content-list-item .content-list-item-img .img .xuexi[data-v-4174b020] {
  padding-left: 0.18rem;
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1.74rem;
  height: 0.27rem;
  background: -webkit-linear-gradient(178deg, rgba(0, 0, 0, 0) 16%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(272deg, rgba(0, 0, 0, 0) 16%, rgba(0, 0, 0, 0.5) 100%);
  font-weight: 400;
  font-size: 0.14rem;
  color: #ffffff;
  line-height: 0.16rem;
  font-style: normal;
  text-transform: none;
}
.content-list-item .content-list-item-content[data-v-4174b020] {
  width: 1.86rem;
  text-transform: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content-list-item .content-list-item-content p[data-v-4174b020] {
  margin: 0;
}
.content-list-item .content-list-item-content .title[data-v-4174b020] {
  font-weight: 500;
  font-size: 0.18rem;
  color: #333333;
  line-height: 0.2rem;
  text-transform: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content-list-item .content-list-item-content .subheading[data-v-4174b020] {
  margin-top: 0.06rem;
  font-weight: 400;
  font-size: 0.14rem;
  color: #666666;
  line-height: 0.14rem;
  text-transform: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content-list-item .content-list-item-content .ren[data-v-4174b020] {
  margin: 0.1rem 0;
  font-weight: 400;
  font-size: 0.12rem;
  color: #999999;
  line-height: 0.14rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: none;
}
.content-list-item .content-list-item-content .qians[data-v-4174b020] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content-list-item .content-list-item-content .qians .qian[data-v-4174b020] {
  font-weight: 600;
  font-size: 0.14rem;
  color: #ec6e27;
  line-height: 0.14rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.content-list-item .content-list-item-content .qians .duoshao[data-v-4174b020] {
  font-weight: 400;
  font-size: 0.12rem;
  color: #999999;
  line-height: 0.12rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.content-list-item .content-list-item-content .schedule[data-v-4174b020] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.content-list-item .content-list-item-content .schedule .schedule-left[data-v-4174b020] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.12rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #999999ff;
}
.content-list-item .content-list-item-content .schedule .schedule-left p[data-v-4174b020] {
  margin: 0;
  color: #3b5efc;
}
.content-list-item .content-list-item-content .schedule .schedule-right .el-icon-more[data-v-4174b020] {
  font-size: 0.16rem;
  color: #b2b2b2;
}
.on[data-v-007b51a8] {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.on img[data-v-007b51a8] {
  height: 2.64rem;
  width: 2.64rem;
}
.on p[data-v-007b51a8] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.26rem;
  color: #999999;
  line-height: 0.36rem;
}
.loading[data-v-007b51a8] {
  height: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: red;
}
.loading .z[data-v-007b51a8] {
  width: 0.2rem;
  height: 0.2rem;
  background: url(https://piccdn2.umiwi.com/fe-oss/default/MTUyNzgzNzY4MzMw.gif) center center no-repeat;
  background-size: contain !important;
}
.content-list[data-v-007b51a8] {
  margin-top: 0.3rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.content-list-item[data-v-007b51a8] {
  margin-top: 0.16rem;
  width: 3.9rem;
  height: 1.19rem;
  background: #ffffff;
  margin-right: 0.19rem;
  -webkit-border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
          border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.content-list-item[data-v-007b51a8]:hover {
  cursor: pointer;
  -webkit-box-shadow: 0 0.05rem 0.1rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.05rem 0.1rem 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.content-list-item .content-list-item-img[data-v-007b51a8] {
  margin: 0.1rem;
}
.content-list-item .content-list-item-img .img[data-v-007b51a8] {
  width: 1.74rem;
  height: 0.98rem;
  position: relative;
}
.content-list-item .content-list-item-img .img img[data-v-007b51a8] {
  width: 1.74rem;
  height: 0.98rem;
  -webkit-border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
          border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
}
.content-list-item .content-list-item-img .img .xuexi[data-v-007b51a8] {
  padding-left: 0.18rem;
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1.74rem;
  height: 0.27rem;
  background: -webkit-linear-gradient(178deg, rgba(0, 0, 0, 0) 16%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(272deg, rgba(0, 0, 0, 0) 16%, rgba(0, 0, 0, 0.5) 100%);
  font-weight: 400;
  font-size: 0.14rem;
  color: #ffffff;
  line-height: 0.16rem;
  font-style: normal;
  text-transform: none;
}
.content-list-item .content-list-item-content[data-v-007b51a8] {
  width: 1.86rem;
  text-transform: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content-list-item .content-list-item-content p[data-v-007b51a8] {
  margin: 0;
}
.content-list-item .content-list-item-content .title[data-v-007b51a8] {
  font-weight: 500;
  font-size: 0.18rem;
  color: #333333;
  line-height: 0.2rem;
  text-transform: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content-list-item .content-list-item-content .subheading[data-v-007b51a8] {
  margin-top: 0.06rem;
  font-weight: 400;
  font-size: 0.14rem;
  color: #666666;
  line-height: 0.14rem;
  text-transform: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content-list-item .content-list-item-content .ren[data-v-007b51a8] {
  margin: 0.1rem 0;
  font-weight: 400;
  font-size: 0.12rem;
  color: #999999;
  line-height: 0.14rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: none;
}
.content-list-item .content-list-item-content .qians[data-v-007b51a8] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content-list-item .content-list-item-content .qians .qian[data-v-007b51a8] {
  font-weight: 600;
  font-size: 0.14rem;
  color: #ec6e27;
  line-height: 0.14rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.content-list-item .content-list-item-content .qians .duoshao[data-v-007b51a8] {
  font-weight: 400;
  font-size: 0.12rem;
  color: #999999;
  line-height: 0.12rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.content-list-item .content-list-item-content .schedule[data-v-007b51a8] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.content-list-item .content-list-item-content .schedule .schedule-left[data-v-007b51a8] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.14rem;
  color: #ec6e27;
}
.content-list-item .content-list-item-content .schedule .schedule-left p[data-v-007b51a8] {
  margin: 0;
  color: #3b5efc;
}
.content-list-item .content-list-item-content .schedule .schedule-right[data-v-007b51a8] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.12rem;
  color: #999999;
}
.on[data-v-2b5944d5] {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.on img[data-v-2b5944d5] {
  height: 2.64rem;
  width: 2.64rem;
}
.on p[data-v-2b5944d5] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.26rem;
  color: #999999;
  line-height: 0.36rem;
}
.loading[data-v-2b5944d5] {
  height: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: red;
}
.loading .z[data-v-2b5944d5] {
  width: 0.2rem;
  height: 0.2rem;
  background: url(https://piccdn2.umiwi.com/fe-oss/default/MTUyNzgzNzY4MzMw.gif) center center no-repeat;
  background-size: contain !important;
}
.content-list[data-v-2b5944d5] {
  margin-top: 0.3rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.content-list-item[data-v-2b5944d5] {
  margin-top: 0.16rem;
  width: 3.9rem;
  height: 1.19rem;
  background: #ffffff;
  margin-right: 0.19rem;
  -webkit-border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
          border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.content-list-item[data-v-2b5944d5]:hover {
  cursor: pointer;
  -webkit-box-shadow: 0 0.05rem 0.1rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.05rem 0.1rem 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.content-list-item .content-list-item-img[data-v-2b5944d5] {
  margin: 0.1rem;
}
.content-list-item .content-list-item-img .img[data-v-2b5944d5] {
  width: 1.74rem;
  height: 0.98rem;
  position: relative;
}
.content-list-item .content-list-item-img .img img[data-v-2b5944d5] {
  width: 1.74rem;
  height: 0.98rem;
  -webkit-border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
          border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
}
.content-list-item .content-list-item-img .img .xuexi[data-v-2b5944d5] {
  padding-left: 0.18rem;
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1.74rem;
  height: 0.27rem;
  background: -webkit-linear-gradient(178deg, rgba(0, 0, 0, 0) 16%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(272deg, rgba(0, 0, 0, 0) 16%, rgba(0, 0, 0, 0.5) 100%);
  font-weight: 400;
  font-size: 0.14rem;
  color: #ffffff;
  line-height: 0.16rem;
  font-style: normal;
  text-transform: none;
}
.content-list-item .content-list-item-content[data-v-2b5944d5] {
  width: 1.86rem;
  text-transform: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content-list-item .content-list-item-content p[data-v-2b5944d5] {
  margin: 0;
}
.content-list-item .content-list-item-content .title[data-v-2b5944d5] {
  font-weight: 500;
  font-size: 0.18rem;
  color: #333333;
  line-height: 0.2rem;
  text-transform: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content-list-item .content-list-item-content .subheading[data-v-2b5944d5] {
  margin-top: 0.06rem;
  font-weight: 400;
  font-size: 0.14rem;
  color: #666666;
  line-height: 0.14rem;
  text-transform: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content-list-item .content-list-item-content .ren[data-v-2b5944d5] {
  margin: 0.1rem 0;
  font-weight: 400;
  font-size: 0.12rem;
  color: #999999;
  line-height: 0.14rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: none;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: none;
}
.content-list-item .content-list-item-content .qians[data-v-2b5944d5] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content-list-item .content-list-item-content .qians .qian[data-v-2b5944d5] {
  font-weight: 600;
  font-size: 0.14rem;
  color: #ec6e27;
  line-height: 0.14rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.content-list-item .content-list-item-content .qians .duoshao[data-v-2b5944d5] {
  font-weight: 400;
  font-size: 0.12rem;
  color: #999999;
  line-height: 0.12rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.content-list-item .content-list-item-content .schedule[data-v-2b5944d5] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.content-list-item .content-list-item-content .schedule .schedule-left[data-v-2b5944d5] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.12rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #999999ff;
}
.content-list-item .content-list-item-content .schedule .schedule-left p[data-v-2b5944d5] {
  margin: 0;
  color: #3b5efc;
}
.content-list-item .content-list-item-content .schedule .schedule-right .score[data-v-2b5944d5] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.content-list-item .content-list-item-content .schedule .schedule-right .score .pf[data-v-2b5944d5] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.09rem;
  color: #3b5efc;
}
.content-list-item .content-list-item-content .schedule .schedule-right .score .f[data-v-2b5944d5] {
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  font-size: 0.16rem;
  color: #ff8024;
}
.content-list-item .content-list-item-content .schedule .schedule-right .giveAMark[data-v-2b5944d5] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 0.53rem;
  height: 0.2rem;
  -webkit-border-radius: 0.34rem 0.34rem 0.34rem 0.34rem;
          border-radius: 0.34rem 0.34rem 0.34rem 0.34rem;
  border: 0.01rem solid #3b5efc;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.1rem;
  color: #3b5efc;
}
.shouyi[data-v-6efbcc7a] {
  width: 5.13rem;
  height: 2.65rem;
  -webkit-border-radius: 0 0 0 0;
          border-radius: 0 0 0 0;
  border: 0.01rem solid #3b5efc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.shouyi .title[data-v-6efbcc7a] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.16rem;
  color: #333333;
}
.shouyi .content[data-v-6efbcc7a] {
  width: 5.11rem;
  height: 1.99rem;
  background: #f8f8f9;
  -webkit-border-radius: 0 0 0 0;
          border-radius: 0 0 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.2rem;
}
.shouyi .content .ma[data-v-6efbcc7a] {
  width: 2.29rem;
  height: 1.24rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0 0.05rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.05rem 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 0 0;
          border-radius: 0 0 0 0;
  margin-right: 0.12rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.shouyi .content .ma img[data-v-6efbcc7a] {
  width: 0.96rem;
  height: 0.96rem;
}
.shouyi .content p[data-v-6efbcc7a] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.13rem;
  color: #333333;
  line-height: 0.24rem;
}
.shouyi .content p span[data-v-6efbcc7a] {
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  font-size: 0.13rem;
  color: #333333;
}
.shouyi .content .jiao[data-v-6efbcc7a] {
  width: 2.27rem;
  height: 1.24rem;
  background: #ffffff;
  -webkit-border-radius: 0 0 0 0;
          border-radius: 0 0 0 0;
}
.shouyi .content .jiao img[data-v-6efbcc7a] {
  width: 100%;
  height: 100%;
}
.on[data-v-6efbcc7a] {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.on img[data-v-6efbcc7a] {
  height: 2.64rem;
  width: 2.64rem;
}
.on p[data-v-6efbcc7a] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.26rem;
  color: #999999;
  line-height: 0.36rem;
}
.loading[data-v-6efbcc7a] {
  height: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: red;
}
.loading .z[data-v-6efbcc7a] {
  width: 0.2rem;
  height: 0.2rem;
  background: url(https://piccdn2.umiwi.com/fe-oss/default/MTUyNzgzNzY4MzMw.gif) center center no-repeat;
  background-size: contain !important;
}
[data-v-6efbcc7a] .el-input .el-input__count .el-input__count-inner {
  background: none;
}
[data-v-6efbcc7a] .add-btn > span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.content-list[data-v-6efbcc7a] {
  margin-top: 0.3rem;
}
.content-list .content-item[data-v-6efbcc7a] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.content-list .content-item .add-s[data-v-6efbcc7a] {
  margin-right: 0.2rem;
  margin-bottom: 0.2rem;
  width: 3.7rem;
  height: 1.19rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0 0.05rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.05rem 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
          border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.content-list .content-item .add-s .add-btn[data-v-6efbcc7a] {
  width: 2.95rem;
  height: 0.6rem;
  background: #ffffff;
  -webkit-border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
          border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
  border: 0.01rem solid #0b2bd7;
  font-size: 0.18rem;
  line-height: 0.18rem;
  color: #0b2bd7;
}
.content-list .content-item .add-s .add-btn .at__icon[data-v-6efbcc7a] {
  margin-right: 0.14rem;
}
.content-list .content-item .add-s .add-btn .at__icon > path[data-v-6efbcc7a] {
  fill: #0b2bd7;
}
.content-list .content-item .item[data-v-6efbcc7a] {
  margin-right: 0.2rem;
  margin-bottom: 0.2rem;
  width: 3.7rem;
  height: 1.19rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0 0.05rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.05rem 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
          border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.content-list .content-item .item .item-img[data-v-6efbcc7a] {
  margin: 0.1rem;
}
.content-list .content-item .item .item-img .img[data-v-6efbcc7a] {
  width: 1.74rem;
  height: 0.98rem;
  position: relative;
}
.content-list .content-item .item .item-img .img img[data-v-6efbcc7a] {
  width: 1.74rem;
  height: 0.98rem;
  -webkit-border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
          border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
}
.content-list .content-item .item .item-content[data-v-6efbcc7a] {
  width: 1.7rem;
}
.content-list .content-item .item .item-content .title[data-v-6efbcc7a] {
  height: 0.48rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.18rem;
  color: #333333;
}
.content-list .content-item .item .item-content .audit[data-v-6efbcc7a] {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.content-list .content-item .item .item-content .audit p[data-v-6efbcc7a] {
  margin: 0;
}
.content-list .content-item .item .item-content .audit .auditStatus[data-v-6efbcc7a] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.14rem;
  color: #3b5efc;
}
.content-list .content-item .item .item-content .audit .auditStatus.active[data-v-6efbcc7a] {
  color: #da251cff;
}
.content-list .content-item .item .item-content .audit .del[data-v-6efbcc7a] {
  width: 0.2rem;
  height: 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: #3b5efc;
  -webkit-border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
          border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
  margin-right: 0.1rem;
}
.content-list .content-item .item .item-content .audit .del[data-v-6efbcc7a] :hover {
  cursor: pointer;
  width: 0.2rem;
  height: 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: #3b5efc;
  -webkit-border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
          border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
  background: #b4c1ff;
}
.is-selected[data-v-5aa73a34] {
  margin: 0.07rem;
  background-color: #F5F5F5;
  /* Change this to your desired highlight color */
  -webkit-border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
          border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
}
.el-dropdown-menu__item[data-v-5aa73a34] {
  margin: 0.07rem;
  -webkit-border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
          border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
}
.sort[data-v-5aa73a34] {
  cursor: pointer;
}
.sort p[data-v-5aa73a34] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.2rem;
  color: #666666;
  cursor: pointer;
}
.sort i[data-v-5aa73a34] {
  margin-left: 0.1rem;
  font-size: 0.2rem;
}
.shouyi[data-v-5aa73a34] {
  width: 5.13rem;
  height: 2.65rem;
  -webkit-border-radius: 0 0 0 0;
          border-radius: 0 0 0 0;
  border: 0.01rem solid #3b5efc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.shouyi .title[data-v-5aa73a34] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.16rem;
  color: #333333;
}
.shouyi .content[data-v-5aa73a34] {
  width: 5.11rem;
  height: 1.99rem;
  background: #f8f8f9;
  -webkit-border-radius: 0 0 0 0;
          border-radius: 0 0 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.2rem;
}
.shouyi .content .ma[data-v-5aa73a34] {
  width: 2.29rem;
  height: 1.24rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0 0.05rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.05rem 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 0 0;
          border-radius: 0 0 0 0;
  margin-right: 0.12rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.shouyi .content .ma img[data-v-5aa73a34] {
  width: 0.96rem;
  height: 0.96rem;
}
.shouyi .content p[data-v-5aa73a34] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.13rem;
  color: #333333;
  line-height: 0.24rem;
}
.shouyi .content p span[data-v-5aa73a34] {
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  font-size: 0.13rem;
  color: #333333;
}
.shouyi .content .jiao[data-v-5aa73a34] {
  width: 2.27rem;
  height: 1.24rem;
  background: #ffffff;
  -webkit-border-radius: 0 0 0 0;
          border-radius: 0 0 0 0;
}
.shouyi .content .jiao img[data-v-5aa73a34] {
  width: 100%;
  height: 100%;
}
.order[data-v-5aa73a34] {
  margin: 0;
  cursor: pointer;
  margin-top: 0.7rem;
}
.order img[data-v-5aa73a34] {
  width: 0.19rem;
  height: 0.19rem;
}
.order div[data-v-5aa73a34] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.15rem;
  color: #666666;
  line-height: 0.13rem;
}
.fade-enter-active[data-v-5aa73a34],
.fade-leave-active[data-v-5aa73a34] {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.fade-enter[data-v-5aa73a34],
.fade-leave-to[data-v-5aa73a34] {
  opacity: 0;
}
.el-body[data-v-5aa73a34] {
  background: #f1fbfe;
}
.el-body .Home[data-v-5aa73a34] {
  min-height: 6rem;
  width: 12.1rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-y: hidden;
}
.el-body .Home .content-body[data-v-5aa73a34] {
  padding: 0.3rem 1rem 0;
  min-height: 8.95rem;
}
.nav[data-v-5aa73a34] {
  height: 2.16rem;
  background: #ffffff;
}
.nav .Homes[data-v-5aa73a34] {
  width: 12.1rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.nav .Homes .tab[data-v-5aa73a34] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.nav .Homes .tab .label[data-v-5aa73a34] {
  margin: 0;
  cursor: pointer;
  font-family: PingFang SC, PingFang SC;
  font-weight: 300;
  font-size: 0.3rem;
  color: #999999;
  margin-right: 0.94rem;
  margin-top: 0.6rem;
}
.nav .Homes .tab .label[data-v-5aa73a34]:hover {
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  font-size: 0.3rem;
  color: #3b5efc;
}
.nav .Homes .tab .label.active[data-v-5aa73a34] {
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  font-size: 0.3rem;
  color: #3b5efc;
}
.nav .Homes .zy[data-v-5aa73a34] {
  margin-top: 0.4rem;
  height: 0.91rem;
  border-top: 0.01rem solid #e9e9e9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.nav .Homes .zy .label[data-v-5aa73a34] {
  margin: 0;
  cursor: pointer;
  font-family: PingFang SC, PingFang SC;
  font-weight: 300;
  font-size: 0.26rem;
  color: #999999;
  margin-right: 0.37rem;
  margin-top: 0.3rem;
  margin-bottom: 0.37rem;
}
.nav .Homes .zy .label[data-v-5aa73a34]:hover {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.26rem;
  color: #333333;
}
.nav .Homes .zy .label.active[data-v-5aa73a34] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.26rem;
  color: #333333;
}
.pages[data-v-7126e709] {
  padding-top: 0.08rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#C7EFFC), color-stop(41.85%, #FFF));
  background: -webkit-linear-gradient(top, #C7EFFC 0%, #FFF 41.85%);
  background: linear-gradient(180deg, #C7EFFC 0%, #FFF 41.85%);
}
.setting-container[data-v-7126e709] {
  width: 9.88rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.16rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.nav-slider[data-v-7126e709] {
  width: 1.6rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  background: #fff;
  padding: 0.13rem 0;
}
.nav-slider li[data-v-7126e709] {
  height: 0.39rem;
  line-height: 0.39rem;
  padding: 0 0.19rem;
  color: #333;
  font-size: 0.14rem;
  cursor: pointer;
}
.nav-slider li.active[data-v-7126e709] {
  position: relative;
  background: #fafbff;
  font-weight: 500;
}
.nav-slider li.active[data-v-7126e709]::before {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  width: 0.05rem;
  height: 0.3rem;
  -webkit-border-radius: 0.02rem 0 0 0.02rem;
          border-radius: 0.02rem 0 0 0.02rem;
  background: #3B5EFC;
}
.form-layout[data-v-1392f1c2] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
}
.select-row[data-v-1392f1c2] {
  display: block;
}
.datePicker-date-row[data-v-1392f1c2] {
  display: block;
  width: 100%;
}
[data-v-1392f1c2] .el-form-item .el-form-item__content {
  width: 4rem;
}
.all-row-input[data-v-1392f1c2] {
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
}
.code-btn[data-v-1392f1c2] {
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  background-color: transparent;
  border: none;
  color: #3B5EFC;
  text-align: center;
  font-family: PingFang SC;
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 700;
  line-height: 0.2rem;
  /* 142.857% */
  margin-right: 0.06rem;
}
.tab[data-v-dea23016] {
  padding: 0.1rem 0;
}
.tab .tab-item[data-v-dea23016] {
  position: relative;
  cursor: pointer;
  color: #000;
  font-size: 0.18rem;
  font-weight: 700;
  background-color: transparent;
  outline: none;
  border: 0.01rem solid transparent;
  margin-right: 0.15rem;
}
.tab .tab-item[data-v-dea23016]::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.08rem;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 33%;
  height: 0.08rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(-9.08%, #52D7E0), color-stop(109.17%, rgba(71, 102, 251, 0.4)));
  background: -webkit-linear-gradient(left, #52D7E0 -9.08%, rgba(71, 102, 251, 0.4) 109.17%);
  background: linear-gradient(90deg, #52D7E0 -9.08%, rgba(71, 102, 251, 0.4) 109.17%);
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
  opacity: 0;
}
.tab .tab-item.active[data-v-dea23016] {
  color: #3b5efc;
}
.tab .tab-item.active[data-v-dea23016]::after {
  opacity: 1;
}
.title[data-v-730ef95d] {
  height: 0.54rem;
  border-bottom: 0.005rem solid #DFDFDF;
  padding: 0 0.18rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #666;
  font-size: 0.16rem;
  font-weight: 700;
}
.main-wrapper[data-v-2b808760] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  background: #FFF;
  min-height: 75vh;
}
.main-container[data-v-2b808760] {
  padding: 0.1rem 0.55rem;
}
.submit[data-v-bea1bbf8] {
  padding-top: 0.27rem;
  text-align: center;
}
.submit .submit-btn[data-v-bea1bbf8] {
  width: 1.32rem;
  height: 0.37rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-border-radius: 0.06rem;
          border-radius: 0.06rem;
  background: #3B5EFC;
  color: #FFF;
  font-size: 0.14rem;
  font-weight: 700;
}
.ku[data-v-fee98190] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.2rem;
  margin-bottom: 0.03rem;
}
.title-box[data-v-fee98190] {
  height: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.2rem;
  position: relative;
  padding: 0 0.1rem;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
  border: 0.005rem solid transparent;
  background: #FFF;
  margin-bottom: 0.1rem;
}
.title-box[data-v-fee98190]::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  width: 0.03rem;
  height: 0.16rem;
  -webkit-border-radius: 0.015rem;
          border-radius: 0.015rem;
  background: #3B5EFC;
}
.title-box .title[data-v-fee98190] {
  color: #333;
  font-size: 0.18rem;
  font-weight: 700;
  margin: 0;
}
.title-box .edit[data-v-fee98190] {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.05rem;
  color: #3B5EFC;
  font-size: 0.14rem;
  line-height: 0.14rem;
  font-weight: 700;
  visibility: hidden;
}
.resume[data-v-fee98190] {
  padding: 0 0.3rem 0 0.39rem;
}
.resume[data-v-fee98190]::before {
  margin-left: 0.3rem;
}
.resume[data-v-fee98190]:hover {
  border: 0.005rem solid #3B5EFC;
}
.resume:hover .edit[data-v-fee98190] {
  visibility: visible;
}
.resume1[data-v-fee98190] {
  padding: 0 0.3rem 0 0.39rem;
}
.resume1[data-v-fee98190]::before {
  margin-left: 0.3rem;
}
.user-avatar span[data-v-7debbbd9] {
  position: relative;
  display: inline-block;
  width: 0.62rem;
  height: 0.62rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin-right: 0.5rem;
  overflow: hidden;
}
.user-avatar span img[data-v-7debbbd9],
.user-avatar span .mask[data-v-7debbbd9] {
  width: 100%;
  height: 100%;
}
.user-avatar span .mask[data-v-7debbbd9] {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  -webkit-box-shadow: 0 0 0.05rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.05rem 0 rgba(0, 0, 0, 0.1);
  color: #FFF;
  font-family: PingFang SC;
  font-size: 0.09rem;
  font-style: normal;
  font-weight: 400;
}
[data-v-7debbbd9] .el-input__inner {
  color: #333;
}
[data-v-7debbbd9] .disabled .el-input__inner {
  color: #333;
}
.confirm-cancel-buttons[data-v-1c575497] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.1rem 0.15rem 0.1rem;
  text-align: right;
  gap: 0.15rem;
  background: #F8F9FB;
}
.confirm-cancel-buttons .el-button[data-v-1c575497] {
  width: 0.72rem;
  height: 0.28rem;
  padding: 0;
  border: 0.01rem solid #E3E7ED;
  background: #FFF;
  color: #666;
  font-family: PingFang SC;
  font-size: 0.12rem;
  font-style: normal;
  font-weight: 400;
}
.confirm-cancel-buttons .el-button.confirm[data-v-1c575497] {
  background: #3B5EFC;
  color: #FFF;
}
#multipleSelection .title[data-v-ce022098] {
  color: #666;
  font-family: PingFang SC;
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 700;
  line-height: 0.2rem;
  /* 142.857% */
  margin-bottom: 0.11rem;
}
#multipleSelection .edit-box[data-v-ce022098] {
  background: #F8F9FB;
  padding: 0.2rem 0.45rem 0.16rem;
}
#multipleSelection .show-box[data-v-ce022098] {
  position: relative;
  background: #fff;
  color: #666;
  font-family: PingFang SC;
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.205rem;
  /* 146.429% */
  padding: 0 1rem 0.16rem 0.4rem;
}
#multipleSelection .show-box:hover .edit[data-v-ce022098],
#multipleSelection .show-box:hover .close[data-v-ce022098] {
  visibility: visible;
}
#multipleSelection .show-box .edit[data-v-ce022098],
#multipleSelection .show-box .close[data-v-ce022098] {
  cursor: pointer;
  position: absolute;
  right: -0.13rem;
  top: 0.02rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.05rem;
  color: #3B5EFC;
  font-size: 0.14rem;
  line-height: 0.14rem;
  font-weight: 700;
  visibility: hidden;
}
#multipleSelection .show-box .edit[data-v-ce022098] {
  right: 0.4rem;
}
.el-cascader[data-v-ce022098] {
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
  border: 0.01rem solid #3B5EFC;
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  /* fill-available; */
}
#multipleSelection .title[data-v-7c451540] {
  color: #666;
  font-family: PingFang SC;
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 700;
  line-height: 0.2rem;
  /* 142.857% */
  margin-bottom: 0.11rem;
}
#multipleSelection .edit-box[data-v-7c451540] {
  background: #F8F9FB;
  padding: 0.2rem 0.45rem 0.16rem;
}
#multipleSelection .show-box[data-v-7c451540] {
  position: relative;
  background: #fff;
  color: #666;
  font-family: PingFang SC;
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.205rem;
  /* 146.429% */
  padding: 0 1rem 0.16rem 0.4rem;
}
#multipleSelection .show-box:hover .edit[data-v-7c451540],
#multipleSelection .show-box:hover .close[data-v-7c451540] {
  visibility: visible;
}
#multipleSelection .show-box .edit[data-v-7c451540],
#multipleSelection .show-box .close[data-v-7c451540] {
  cursor: pointer;
  position: absolute;
  right: -0.13rem;
  top: 0.02rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.05rem;
  color: #3B5EFC;
  font-size: 0.14rem;
  line-height: 0.14rem;
  font-weight: 700;
  visibility: hidden;
}
#multipleSelection .show-box .edit[data-v-7c451540] {
  right: 0.4rem;
}
.el-select[data-v-7c451540] {
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
  border: 0.01rem solid #3B5EFC;
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  /* fill-available; */
}
#multipleSelection .title[data-v-68d2e788] {
  color: #666;
  font-family: PingFang SC;
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 700;
  line-height: 0.2rem;
  /* 142.857% */
  margin-bottom: 0.11rem;
}
#multipleSelection .edit-box[data-v-68d2e788] {
  background: #F8F9FB;
  padding: 0.2rem 0.45rem 0.16rem;
}
#multipleSelection .show-box[data-v-68d2e788] {
  position: relative;
  background: #fff;
  color: #666;
  font-family: PingFang SC;
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.205rem;
  /* 146.429% */
  padding: 0 1rem 0.16rem 0.4rem;
}
#multipleSelection .show-box:hover .edit[data-v-68d2e788],
#multipleSelection .show-box:hover .close[data-v-68d2e788] {
  visibility: visible;
}
#multipleSelection .show-box .edit[data-v-68d2e788],
#multipleSelection .show-box .close[data-v-68d2e788] {
  cursor: pointer;
  position: absolute;
  right: -0.13rem;
  top: 0.02rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.05rem;
  color: #3B5EFC;
  font-size: 0.14rem;
  line-height: 0.14rem;
  font-weight: 700;
  visibility: hidden;
}
#multipleSelection .show-box .edit[data-v-68d2e788] {
  right: 0.4rem;
}
.el-select[data-v-68d2e788] {
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
  border: 0.01rem solid #3B5EFC;
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  /* fill-available; */
}
#textarea .edit-box[data-v-3b77e18a] {
  background-color: #F8F9FB;
  padding: 0.2rem 0.51rem 0.16rem;
}
#textarea .title[data-v-3b77e18a] {
  color: #666;
  font-family: PingFang SC;
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 700;
  line-height: 0.2rem;
  /* 142.857% */
  margin-bottom: 0.11rem;
}
#textarea .show-box[data-v-3b77e18a] {
  position: relative;
  background-color: #fff;
  padding: 0 0.98rem 0.16rem 0.28rem;
}
#textarea .show-box .edit[data-v-3b77e18a] {
  cursor: pointer;
  position: absolute;
  right: 0.11rem;
  top: 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.05rem;
  color: #3B5EFC;
  font-size: 0.14rem;
  line-height: 0.14rem;
  font-weight: 700;
  visibility: hidden;
}
#textarea .show-box:hover .edit[data-v-3b77e18a] {
  visibility: visible;
}
#textarea .show-box > div :first-child > span[data-v-3b77e18a] {
  display: none;
}
#textarea .show-box .Credentials[data-v-3b77e18a] {
  padding: 0.05rem 0.15rem;
  min-height: 0.3rem;
  line-height: 0.3rem;
}
[data-v-3b77e18a] .el-textarea__inner {
  min-height: 1.25rem !important;
  border: 0.01rem solid #3B5EFC;
  resize: none;
  color: #333;
  font-family: PingFang SC;
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.205rem;
  /* 146.429% */
}
[data-v-3b77e18a] .is-disabled .el-textarea__inner {
  cursor: default;
  min-height: 0 !important;
  border: 0.01rem solid transparent;
  color: #666;
}
.edit-box[data-v-68996b86] {
  background: #F8F9FB;
  padding: 0.2rem 0.45rem 0.16rem;
}
.el-select[data-v-68996b86] {
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
  border: 0.01rem solid #3B5EFC;
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  /* fill-available; */
}
.el-cascader[data-v-68996b86] {
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
  border: 0.01rem solid #3B5EFC;
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  /* fill-available; */
}
.confirm-cancel-buttons[data-v-68996b86] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 0.1rem;
  text-align: right;
  gap: 0.15rem;
  background: #F8F9FB;
}
.confirm-cancel-buttons .el-button[data-v-68996b86] {
  width: 0.72rem;
  height: 0.28rem;
  padding: 0;
  border: 0.01rem solid #E3E7ED;
  background: #FFF;
  color: #666;
  font-family: PingFang SC;
  font-size: 0.12rem;
  font-style: normal;
  font-weight: 400;
}
.confirm-cancel-buttons .el-button.confirm[data-v-68996b86] {
  background: #3B5EFC;
  color: #FFF;
}
.confirm-cancel-buttonss[data-v-68996b86] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 0.46rem 0 0;
  margin-top: 0.1rem;
  text-align: right;
  gap: 0.15rem;
  background: #F8F9FB;
  margin-right: 0.0046rem;
}
.confirm-cancel-buttonss .el-button[data-v-68996b86] {
  width: 0.72rem;
  height: 0.28rem;
  padding: 0;
  border: 0.01rem solid #E3E7ED;
  background: #FFF;
  color: #666;
  font-family: PingFang SC;
  font-size: 0.12rem;
  font-style: normal;
  font-weight: 400;
}
.confirm-cancel-buttonss .el-button.confirm[data-v-68996b86] {
  background: #3B5EFC;
  color: #FFF;
}
[data-v-68996b86] .el-range-separator {
  line-height: 0.4rem;
}
p[data-v-68996b86] {
  margin: 0;
}
.status-box[data-v-68996b86] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 0.5rem;
  color: #666;
  font-size: 0.14rem;
  gap: 0.5rem;
  padding: 0 0.1rem;
}
.file-list[data-v-68996b86] {
  padding: 0 0.65rem;
}
.file-list .file-item[data-v-68996b86] {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 0.37rem;
  margin-bottom: 0.2rem;
}
.file-list .file-item p[data-v-68996b86] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #333;
  font-family: PingFang SC;
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.file-list .file-item p span[data-v-68996b86] {
  color: #999;
  font-size: 0.1rem;
}
.file-list .file-item .img-box[data-v-68996b86] {
  width: 0.27rem;
  height: 0.36rem;
  margin-right: 0.12rem;
}
.file-list .file-item .img-box img[data-v-68996b86] {
  width: 100%;
  height: 100%;
}
.file-list .file-item:hover .revievs[data-v-68996b86] {
  visibility: visible;
}
.file-list .file-item .revievs[data-v-68996b86] {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 0.14rem;
  font-weight: 700;
  color: #3b5efc;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  visibility: hidden;
}
.userExperiences[data-v-68996b86] {
  background-color: #f8f9fb;
}
.userExperiences .userExperiences-list[data-v-68996b86] {
  padding: 0.26rem 0.19rem 0.16rem 0.3rem;
}
.userExperiences .userExperiences-list .experiences-title[data-v-68996b86] {
  color: #666;
  font-family: PingFang SC;
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 700;
  line-height: 0.2rem;
  /* 142.857% */
  margin-bottom: 0.15rem;
}
.userExperiences .userExperiences-list .label[data-v-68996b86] {
  color: #666;
  font-family: PingFang SC;
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.205rem;
  /* 170.833% */
  margin-bottom: 0.04rem;
}
.userExperiences .userExperiences-list .experiences-input[data-v-68996b86] {
  display: grid;
  grid-gap: 0.105rem 0.47rem;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 0.105rem;
}
.userExperiences .userExperiences-list .experiences-input .input-item .el-date-editor[data-v-68996b86] {
  width: 100%;
}
.userExperiences .show-box[data-v-68996b86] {
  position: relative;
  padding: 0.1rem 0.37rem;
  background-color: #fff;
}
.userExperiences .show-box .company-name[data-v-68996b86] {
  color: #666;
  font-family: PingFang SC;
  font-size: 0.12rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.205rem;
  /* 170.833% */
  margin-bottom: 0.09rem;
}
.userExperiences .show-box .company-name .company[data-v-68996b86] {
  color: #333;
  font-size: 0.16rem;
  margin-right: 0.26rem;
}
.userExperiences .show-box .project-role[data-v-68996b86] {
  color: #666;
  font-family: PingFang SC;
  font-size: 0.15rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.205rem;
  /* 136.667% */
}
.userExperiences .show-box .edit[data-v-68996b86],
.userExperiences .show-box .close[data-v-68996b86] {
  cursor: pointer;
  position: absolute;
  right: 0.2rem;
  top: 0.28rem;
  color: #3b5efc;
  font-size: 0.14rem;
  line-height: 0.14rem;
  font-weight: 700;
  visibility: hidden;
}
.userExperiences .show-box .edit span[data-v-68996b86],
.userExperiences .show-box .close span[data-v-68996b86] {
  vertical-align: text-top;
}
.userExperiences .show-box .edit[data-v-68996b86] {
  right: 0.8rem;
}
.userExperiences .show-box:hover .edit[data-v-68996b86],
.userExperiences .show-box:hover .close[data-v-68996b86] {
  visibility: visible;
}
.userExperiences .show-box[data-v-68996b86]  .el-textarea__inner {
  cursor: default;
  min-height: 0 !important;
  border: 0.01rem solid transparent;
  color: #666;
  font-family: PingFang SC;
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.205rem;
  /* 146.429% */
  padding: 0;
  margin-top: 0.08rem;
}
[data-v-68996b86] .el-input__inner {
  background-color: #fff !important;
}
[data-v-68996b86] .el-textarea__inner {
  min-height: 1.25rem !important;
  resize: none;
  background-color: #fff !important;
  color: #333;
  font-family: PingFang SC;
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.205rem;
  /* 146.429% */
}
[data-v-68996b86] .el-input__inner:focus,[data-v-68996b86] .el-textarea__inner:focus {
  border-color: #3b5efc;
}
.el-range-editor.is-active[data-v-68996b86] {
  border-color: #3b5efc;
}
.title-boxs[data-v-68996b86] {
  height: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.2rem;
  position: relative;
  padding: 0 0.1rem;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
  border: 0.005rem solid transparent;
  background: #FFF;
  margin-bottom: 0.1rem;
  margin-left: 0.3rem;
}
.title-boxs[data-v-68996b86]::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  width: 0.03rem;
  height: 0.16rem;
  -webkit-border-radius: 0.015rem;
          border-radius: 0.015rem;
  background: #3B5EFC;
}
.title-boxs .titles[data-v-68996b86] {
  color: #333;
  font-size: 0.18rem;
  font-weight: 700;
  margin: 0;
}
.text[data-v-68996b86] {
  padding: 0.2rem 0;
  background: #F8F9FB;
}
#textareas[data-v-68996b86] {
  height: 1.25rem;
  width: 8.3rem;
  border: 0.01rem xolid;
  border: 0.01rem solid #3B5EFC;
  margin-left: 0.57rem;
  -webkit-border-radius: 0.05rem;
          border-radius: 0.05rem;
  outline: none;
}
.select[data-v-68996b86]  .el-input__inner {
  border: none;
  color: #333;
}
.select[data-v-68996b86]  .el-input__suffix {
  display: none;
}
.logout-top .content[data-v-4113344c] {
  margin-top: 0.16rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.26rem;
}
.logout-top .hei[data-v-4113344c] {
  margin-top: 0.25rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.2rem;
}
.logout-top .top[data-v-4113344c] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.2rem;
}
.logout-top .red[data-v-4113344c] {
  margin-top: 0.25rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.16rem;
  color: #da251c;
  line-height: 0.2rem;
}
.logout-top .red i[data-v-4113344c] {
  font-size: 0.2rem;
}
.logout-top .bottom[data-v-4113344c] {
  margin-top: 0.5rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.19rem;
}
.logout-top .dialog-footer[data-v-4113344c] {
  margin-top: 0.24rem;
  text-align: center;
}
.logout-top .dialog-footer .el-button[data-v-4113344c] {
  width: 2rem;
  height: 0.4rem;
  padding: 0;
  background: #f7f7f7;
  border: aliceblue;
  line-height: 0.4rem;
  font-size: 0.18rem;
  color: #666666;
}
.logout-top .dialog-footer .el-button[data-v-4113344c]:nth-last-child(1) {
  background: #3b5efc;
  margin-left: 0.3rem;
  color: #fff;
}
.tips[data-v-8a84767c] {
  padding: 0 0.1rem;
  color: #666;
  font-size: 0.12rem;
  line-height: 0.24rem;
}
.status-box[data-v-45d24676] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 0.5rem;
  color: #666;
  font-size: 0.14rem;
  gap: 0.5rem;
  padding: 0 0.1rem;
}
.icons-container[data-v-79bf621a] {
  margin: 0.1rem 0.2rem 0;
  overflow: hidden;
}
.icons-container .grid[data-v-79bf621a] {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(1.2rem, 1fr));
}
.icons-container .icon-item[data-v-79bf621a] {
  margin: 0.2rem;
  height: 0.85rem;
  text-align: center;
  width: 1rem;
  float: left;
  font-size: 0.3rem;
  color: #24292e;
  cursor: pointer;
}
.icons-container span[data-v-79bf621a] {
  display: block;
  font-size: 0.16rem;
  margin-top: 0.1rem;
}
.icons-container .disabled[data-v-79bf621a] {
  pointer-events: none;
}
[data-v-f2e2f852] .el-dialog {
  -webkit-border-radius: 0.23rem;
          border-radius: 0.23rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
[data-v-f2e2f852] .el-dialog .el-dialog__header {
  padding: 0.5rem 0 0.36rem;
}
[data-v-f2e2f852] .el-dialog .el-dialog__header .el-dialog__title {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 600;
  font-size: 0.36rem;
  line-height: 0.5rem;
  color: #f27a12;
  text-shadow: 0 0.02rem 0.04rem rgba(0, 0, 0, 0.3);
}
[data-v-f2e2f852] .el-dialog .el-dialog__body {
  max-height: 60vh;
  padding: 0;
  overflow: auto;
}
[data-v-f2e2f852] .el-dialog .el-form-item {
  width: 3.5739rem;
  height: 0.4255rem;
  margin: 0.24rem auto;
}
[data-v-f2e2f852] .el-dialog .el-form-item .el-input__inner {
  height: 0.42rem;
  line-height: 0.42rem;
}
[data-v-f2e2f852] .el-dialog .el-form-item .el-input-group__append {
  padding-left: 0.17rem;
}
[data-v-f2e2f852] .el-dialog .el-form-item .el-input-group__append .el-button {
  width: 1.36rem;
  height: 0.43rem;
  margin: 0;
  background: #fff5d8;
  border: 0.01rem solid #f27a12;
  -webkit-border-radius: 0.21273rem;
          border-radius: 0.21273rem;
  font-size: 0.14rem;
  color: #333333;
}
[data-v-f2e2f852] .el-dialog .el-dialog__footer {
  padding: 0.1rem 0 1rem;
}
[data-v-f2e2f852] .el-dialog .saveBtn {
  width: 3.5739rem;
  height: 0.4255rem;
  line-height: 0.4255rem;
  border-color: #f27a12;
  background: #f27a12;
  -webkit-border-radius: 0.14rem;
          border-radius: 0.14rem;
  padding: 0;
  font-weight: 600;
  font-size: 0.16rem;
  color: #ffffff;
}
[data-v-f2e2f852] .el-dialog .el-button.is-disabled,[data-v-f2e2f852] .el-dialog .el-button.is-disabled:focus,[data-v-f2e2f852] .el-dialog .el-button.is-disabled:hover {
  color: #c0c4cc;
  cursor: not-allowed;
  background-image: none;
  background: #7db0ea;
  border-color: #ebeef5;
}
.custom2-msgbox {
  width: 4.91rem;
  -webkit-border-radius: 0.28353rem;
          border-radius: 0.28353rem;
}
.custom2-msgbox .el-message-box__header {
  padding: 0.59rem 0 0;
}
.custom2-msgbox .el-message-box__header .el-message-box__title {
  font-weight: 600;
  font-size: 0.28rem;
  line-height: 0.39rem;
  color: #333333;
  text-align: center;
}
.custom2-msgbox .el-message-box__message {
  font-weight: 400;
  font-size: 0.18rem;
  line-height: 0.25rem;
  color: #333333;
  text-align: center;
}
.custom2-msgbox .el-message-box__btns {
  padding: 0.2rem 0 0.56rem;
  text-align: center;
}
.custom2-msgbox .el-message-box__btns .el-button {
  width: 3.57rem;
  height: 0.42rem;
  line-height: 0.53rem;
  padding: 0;
  background: #f27a12;
  border-color: #f27a12;
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
  font-size: 0.15317rem;
  line-height: 0.31rem;
  /* identical to box height */
  text-align: center;
  color: #ffffff;
}
@charset "UTF-8";
[data-v-11eabf95] .el-dialog {
  -webkit-border-radius: 0.32rem;
          border-radius: 0.32rem;
  height: 5.96rem;
}
.check-title[data-v-11eabf95] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.22rem;
  color: #999999;
  line-height: 0.13rem;
}
.title[data-v-11eabf95] {
  margin: 0.45rem 0;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.26rem;
  color: #333333;
  line-height: 0.13rem;
}
.progress-bar[data-v-11eabf95] {
  width: -webkit-calc(0.76rem + var(--slid-move));
  width: calc(0.76rem + var(--slid-move));
  /* 动态计算宽度 */
  height: 100%;
  -webkit-border-radius: 0.42rem;
          border-radius: 0.42rem;
  --move: 0;
  -webkit-transform: translateX(var(--move));
          transform: translateX(var(--move));
}
#rotation[data-v-11eabf95] {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.check[data-v-11eabf95] {
  --slider-size: 0.42rem;
  background: white;
  -webkit-border-radius: 0.16rem;
          border-radius: 0.16rem;
  padding: 0.2rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.check .img-con[data-v-11eabf95] {
  position: relative;
  overflow: hidden;
  width: 1.92rem;
  height: 1.92rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.check .img-con img[data-v-11eabf95] {
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.check .slider-con[data-v-11eabf95] {
  width: 4.14rem;
  height: 0.78rem;
  -webkit-border-radius: 0.42rem;
          border-radius: 0.42rem;
  margin-top: 0.52rem;
  position: relative;
  background: #f5f5f5;
  -webkit-box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.1) inset;
}
.slider-con .slider[data-v-11eabf95] {
  background: url(../static/img/slider.f4d0c20e.png) no-repeat;
  width: 0.78rem;
  height: 0.78rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.2);
  cursor: move;
  background-size: contain;
  --move: 0;
  -webkit-transform: translateX(var(--move));
          transform: translateX(var(--move));
}
.slider-con .slider.sliding[data-v-11eabf95] {
  background: url(../static/img/slider.f4d0c20e.png) no-repeat;
  background-size: contain;
}
.check-state[data-v-11eabf95] {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
body[data-v-11eabf95] {
  padding: 0;
  margin: 0;
  background: #fef5e0;
}
.refresh[data-v-11eabf95] {
  margin-top: 0.15rem;
  height: 0.22rem;
  vertical-align: middle;
  cursor: pointer;
}
.slider-con.err-anim[data-v-11eabf95] {
  -webkit-animation: jitter-data-v-11eabf95 0.5s;
          animation: jitter-data-v-11eabf95 0.5s;
}
@-webkit-keyframes jitter-data-v-11eabf95 {
0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
25% {
    -webkit-transform: translateX(-0.05rem);
            transform: translateX(-0.05rem);
}
50% {
    -webkit-transform: translateX(0.05rem);
            transform: translateX(0.05rem);
}
75% {
    -webkit-transform: translateX(-0.05rem);
            transform: translateX(-0.05rem);
}
100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
}
@keyframes jitter-data-v-11eabf95 {
0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
25% {
    -webkit-transform: translateX(-0.05rem);
            transform: translateX(-0.05rem);
}
50% {
    -webkit-transform: translateX(0.05rem);
            transform: translateX(0.05rem);
}
75% {
    -webkit-transform: translateX(-0.05rem);
            transform: translateX(-0.05rem);
}
100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
}
.bind-mobile-container {
  padding: 0.2rem;
}
.bind-mobile-container .bind-header {
  text-align: center;
  margin-bottom: 0.3rem;
}
.bind-mobile-container .bind-header .bind-icon {
  width: 0.6rem;
  height: 0.6rem;
  background: -webkit-linear-gradient(315deg, #667eea 0%, #764ba2 100%);
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-border-radius: 50%;
          border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 0.15rem;
}
.bind-mobile-container .bind-header .bind-icon i {
  font-size: 0.28rem;
  color: white;
}
.bind-mobile-container .bind-header .bind-title {
  font-size: 0.24rem;
  font-weight: 600;
  color: #333;
  margin: 0 0 0.1rem 0;
}
.bind-mobile-container .bind-header .bind-desc {
  font-size: 0.14rem;
  color: #666;
  margin: 0;
  line-height: 1.5;
}
.bind-mobile-container .bind-tips {
  margin-top: 0.2rem;
  padding: 0.15rem;
  background: #f8f9fa;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  border-left: 0.04rem solid #4967FD;
}
.bind-mobile-container .bind-tips p {
  margin: 0.05rem 0;
  font-size: 0.12rem;
  color: #666;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.bind-mobile-container .bind-tips p i {
  margin-right: 0.08rem;
  color: #4967FD;
}
.bind-mobile-container .bind-submit-btn {
  margin-top: -0.1rem;
  background: -webkit-linear-gradient(315deg, #4967FD 0%, #667eea 100%);
  background: linear-gradient(135deg, #4967FD 0%, #667eea 100%);
  border: none;
  font-weight: 500;
}
.bind-mobile-container .bind-submit-btn:hover {
  background: -webkit-linear-gradient(315deg, #3a5ce8 0%, #5a6fd8 100%);
  background: linear-gradient(135deg, #3a5ce8 0%, #5a6fd8 100%);
}
.code .el-input__inner {
  width: 2rem;
}
.bindLogin {
  margin-top: 0.3rem;
  padding-bottom: 0.2rem;
}
.bindLogin .el-select {
  width: 100%;
}
.bindLogin .el-input__inner {
  border-color: #f8f8f8;
  background: #f8f8f8;
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
}
.bindLogin .el-button {
  width: 100%;
  border-color: #4967FD;
  background: #4967FD;
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
}
.bindLogin .el-input-group__append {
  background: #d3e8fe;
  border: 0.01rem solid #7db0ea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
  font-size: 0.14rem;
  color: #333333;
}
.bindLogin .el-input-group__append .el-button {
  padding: 0;
  margin: 0;
}
.bindLogin .ops {
  margin-top: 0.16rem;
  color: #4967FD;
  font-family: PingFang SC;
  font-size: 0.12rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.match[data-v-d962791e] {
  width: 12rem;
  padding: 0.27rem 0.58rem 0.28rem 0.56rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  margin-bottom: 0.32rem;
  position: relative;
}
.match .logo[data-v-d962791e] {
  width: 2.41rem;
  height: 1.54rem;
  background-color: #c4c4c4;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  display: block;
  margin-right: 0.3rem;
}
.match .content[data-v-d962791e] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.match .content .title[data-v-d962791e] {
  font-size: 0.24rem;
  line-height: 160%;
  color: #333333;
  margin: 0;
  padding-right: 0.17rem;
}
.match .content .time[data-v-d962791e] {
  font-size: 0.18rem;
  line-height: 160%;
  color: #666666;
  margin-top: 0.11rem;
  margin-bottom: 0.13rem;
}
.match .content .time span + span[data-v-d962791e] {
  padding-left: 0.25rem;
}
.match .content .time strong[data-v-d962791e] {
  font-size: 0.16rem;
  color: #ff443a;
}
.match .content .dosc[data-v-d962791e] {
  width: 6.11rem;
  font-size: 0.2rem;
  line-height: 152%;
  color: #666666;
  margin: 0;
}
.match .content .el-tag[data-v-d962791e] {
  height: auto;
  line-height: 1;
  padding: 0.05rem 0.1rem;
  color: #ffffff;
  background: #008000;
  border: none;
  font-size: 0.18rem;
}
.match .content .el-tag.a[data-v-d962791e] {
  background: #f08080;
}
.match .content .el-tag.b[data-v-d962791e] {
  background: #d8d8d8;
}
.match .content .el-tag + .el-tag[data-v-d962791e] {
  margin-left: 0.3rem;
}
.match .el-button[data-v-d962791e] {
  width: 1.07rem;
  height: 0.45rem;
  padding: 0;
  background: #7db0ea;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(125, 176, 234, 0.5);
          box-shadow: 0 0.02rem 0.1rem rgba(125, 176, 234, 0.5);
  -webkit-border-radius: 0.07rem;
          border-radius: 0.07rem;
  font-size: 0.2rem;
  line-height: 0.45rem;
  color: #ffffff;
  position: absolute;
  right: 0.58rem;
  top: -webkit-calc(50% - 0.22rem);
  top: calc(50% - 0.22rem);
}
#sidebar[data-v-376cbb69] {
  width: 0.86rem;
  padding: 0.3rem 0;
  background: #ffffff;
  -webkit-box-shadow: 0 0 0.08rem rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 0.08rem rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 0.3rem;
          border-radius: 0.3rem;
  position: fixed;
  z-index: 100;
  right: 0.22rem;
  bottom: 1.1rem;
}
#sidebar .item[data-v-376cbb69] {
  margin-top: 0.22rem;
  width: 100%;
}
#sidebar .item dt[data-v-376cbb69] {
  width: 0.56rem;
  height: 0.56rem;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 0.11rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.11rem rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 100%;
          border-radius: 100%;
  cursor: pointer;
}
#sidebar .item dt .svg-icon[data-v-376cbb69] {
  width: 0.38rem;
  height: 0.38rem;
}
#sidebar .item dd[data-v-376cbb69] {
  margin: 0.12rem 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 0.12rem;
  line-height: 0.17rem;
  color: #494949;
  text-align: center;
}
.manual[data-v-376cbb69] {
  width: 7.4rem;
  padding: 0.25rem 0;
  margin: 0.15rem 0;
  position: relative;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.manual a.el-button[data-v-376cbb69] {
  width: 3rem;
  height: 0.56rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0 0.22rem 0 0.23rem;
  background: #ffffff;
  border: 0.005rem solid #1d30ff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  font-weight: 400;
  font-size: 0.16rem;
  text-align: left;
  display: flex;
  margin-left: 0.4rem;
}
.manual a.el-button .el-button[data-v-376cbb69] {
  width: 0.92rem;
  height: 0.24rem;
  padding: 0;
  border-color: #b1cbff;
  background: #b1cbff;
  -webkit-border-radius: 0.12rem;
          border-radius: 0.12rem;
  font-size: 0.12rem;
  color: #ffffff;
}
.manual a.el-button[data-v-376cbb69]:nth-child(3), .manual a.el-button[data-v-376cbb69]:nth-child(5) {
  margin-top: 0.26rem;
}
.manual a.el-button[data-v-376cbb69]:hover {
  background: #b1cbff;
  border-color: #b1cbff;
  -webkit-box-shadow: 0 0.04rem 0.2rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.04rem 0.2rem rgba(0, 0, 0, 0.1);
  color: #fff;
}
.manual a.el-button:hover .el-button[data-v-376cbb69] {
  color: #b1cbff;
  background: #ffffff;
}
.posiBox[data-v-376cbb69] {
  min-height: 1.6rem;
  position: absolute;
  left: -7.4rem;
  right: -0.01rem;
  background: #fff;
  top: -0.36rem;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
  border: 0.01rem solid #ebeef5;
  -webkit-box-shadow: 0 0.02rem 0.12rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.02rem 0.12rem 0 rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.posiImg[data-v-376cbb69] {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  padding: -0.2rem;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: -1.5rem;
  bottom: 2.6rem;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
  border: 0.01rem solid #ebeef5;
  -webkit-box-shadow: 0 0.02rem 0.12rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.02rem 0.12rem 0 rgba(0, 0, 0, 0.1);
}
.phoneBox[data-v-376cbb69] {
  position: absolute;
  padding: 0.18rem 0.2rem;
  left: -1.18rem;
  bottom: 0.7rem;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
  background: #fff;
  border: 0.01rem solid #ebeef5;
  -webkit-box-shadow: 0 0.02rem 0.12rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.02rem 0.12rem 0 rgba(0, 0, 0, 0.1);
}
.accountImg[data-v-376cbb69] {
  bottom: 1.4rem !important;
}
.expansion[data-v-376cbb69] {
  position: fixed;
  width: 0.4rem;
  height: 0.4rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  z-index: 100;
  right: 0.4rem;
  bottom: 1.1rem;
  background: #ffffff;
  text-align: center;
  -webkit-box-shadow: 0 0.02rem 0.08rem rgba(28, 31, 35, 0.03), 0 0.16rem 0.48rem 0.08rem rgba(28, 31, 35, 0.08);
          box-shadow: 0 0.02rem 0.08rem rgba(28, 31, 35, 0.03), 0 0.16rem 0.48rem 0.08rem rgba(28, 31, 35, 0.08);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.expansion .expansion_img[data-v-376cbb69] {
  width: 0.22rem;
  height: 0.24rem;
}
.gotop[data-v-376cbb69] {
  bottom: 0.5rem !important;
  font-size: 0.22rem;
}
.activity[data-v-5497d9e4] {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  background: #fff;
}
.activity .matchList[data-v-5497d9e4] {
  width: 12rem;
  margin: 0 auto;
}
.box3[data-v-5497d9e4] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.box3 .more[data-v-5497d9e4] {
  color: #7db0ea;
}
.selectYear[data-v-5497d9e4] {
  width: 12rem;
  margin: 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0.14rem;
}
.selectYear[data-v-5497d9e4]  .el-input__inner {
  width: 1.5rem;
  font-size: 0.14rem;
  background: #fff;
}
.selectYear[data-v-5497d9e4]  .el-button {
  width: 1.07rem;
  height: 0.45rem;
  padding: 0;
  background: #7db0ea;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(125, 176, 234, 0.5);
          box-shadow: 0 0.02rem 0.1rem rgba(125, 176, 234, 0.5);
  -webkit-border-radius: 0.07rem;
          border-radius: 0.07rem;
  font-size: 0.2rem;
  line-height: 0.45rem;
  color: #ffffff;
  border-color: transparent;
}
.selectYear .filter1[data-v-5497d9e4] {
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.27rem 0.06rem 0.2rem 0.06rem;
}
.selectYear .filter1 .el-form-item[data-v-5497d9e4] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.selectYear .filter1 .el-form-item[data-v-5497d9e4]  .el-form-item__label {
  font-size: 0.16rem;
  font-weight: 500;
}
.selectYearTitle[data-v-5497d9e4] {
  font-size: 0.18rem;
  margin-top: 0.14rem;
}
[data-v-43a6bbd7] .el-icon-arrow-down {
  line-height: 0 !important;
}
[data-v-43a6bbd7] .el-dialog {
  -webkit-border-radius: 0.23rem;
          border-radius: 0.23rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
[data-v-43a6bbd7] .el-dialog .el-dialog__header {
  height: auto;
  padding: 0.52rem 0 0.37rem 0;
  background: none;
}
[data-v-43a6bbd7] .el-dialog .el-dialog__header .el-dialog__title {
  font-size: 0.36rem;
}
[data-v-43a6bbd7] .el-dialog .el-dialog__body::-webkit-scrollbar {
  width: 0 !important;
}
[data-v-43a6bbd7] .el-dialog .el-dialog__body {
  max-height: 60vh;
  padding: 0 1.37rem 0;
  overflow: auto;
}
[data-v-43a6bbd7] .el-dialog .el-form-item {
  height: 0.66rem;
  margin: 0;
  border-bottom: 0.01rem solid #dddddd;
  overflow: hidden;
  position: relative;
}
[data-v-43a6bbd7] .el-dialog .el-form-item .el-form-item__label {
  line-height: 0.66rem;
  font-size: 0.16rem;
  color: #333333;
}
[data-v-43a6bbd7] .el-dialog .el-form-item .el-form-item__content {
  line-height: 0.66rem;
  float: right;
  position: static;
}
[data-v-43a6bbd7] .el-dialog .el-form-item .el-form-item__content .el-input__inner {
  height: 0.34rem;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
[data-v-43a6bbd7] .el-dialog .el-form-item .el-form-item__error {
  left: 0.12rem;
  bottom: 0.03rem;
  top: auto;
}
[data-v-43a6bbd7] .el-dialog .el-form-item:nth-last-child(1) {
  height: auto;
  border: none;
  overflow: inherit;
}
[data-v-43a6bbd7] .el-dialog .el-form-item:nth-last-child(1) .el-form-item__content {
  margin: 0 !important;
  text-align: center;
}
[data-v-43a6bbd7] .el-dialog .el-form-item:nth-last-child(1) .el-form-item__content .el-button--primary {
  display: inline-block;
  width: 2.06rem;
  height: 0.5rem;
  background: #ffd747;
  -webkit-border-radius: 0.14rem;
          border-radius: 0.14rem;
  border: none;
  font-weight: 600;
  color: #333;
  font-size: 0.18rem;
  margin: 0.57rem 0 0 -1.2rem;
}
[data-v-43a6bbd7] .el-dialog .el-textarea {
  margin-bottom: 0.24rem;
}
[data-v-43a6bbd7] .el-dialog .el-textarea .el-textarea__inner {
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  border: none;
  padding: 0.18rem;
}
[data-v-43a6bbd7] .el-dialog .saveBtn {
  width: 2.06rem;
  height: 0.5rem;
  line-height: 0.5rem;
  background: #7db0ea;
  -webkit-border-radius: 0.14rem;
          border-radius: 0.14rem;
  padding: 0;
  font-weight: 600;
  font-size: 0.18rem;
  line-height: 0.25rem;
  color: #ffffff;
}
[data-v-43a6bbd7] .el-dialog .el-button.is-disabled,[data-v-43a6bbd7] .el-dialog .el-button.is-disabled:focus,[data-v-43a6bbd7] .el-dialog .el-button.is-disabled:hover {
  color: #C0C4CC;
  cursor: not-allowed;
  background-image: none;
  background: #7db0ea;
  border-color: #EBEEF5;
}
.dialogRole .el-dialog[data-v-318d5cea] {
  -webkit-border-radius: 0.23rem;
          border-radius: 0.23rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0.59rem;
}
.dialogRole .el-dialog .el-dialog__header[data-v-318d5cea] {
  padding: 0.59rem 0 0.23rem;
  margin-bottom: 0;
}
.dialogRole .el-dialog .el-dialog__header .el-dialog__title[data-v-318d5cea] {
  color: #333333;
  font-size: 0.48rem;
  line-height: 0.67rem;
}
.dialogRole .el-dialog .el-dialog__body[data-v-318d5cea] {
  overflow: none;
}
.dialogRole .el-dialog .el-dialog__body .roleTip[data-v-318d5cea] {
  text-align: center;
  color: #ff0000;
  margin-bottom: 0.54rem;
}
.dialogRole .el-dialog .el-dialog__body[data-v-318d5cea]::-webkit-scrollbar {
  width: 0 !important;
}
.dialogRole .el-dialog .el-form[data-v-318d5cea] {
  margin-bottom: 0.54rem;
}
.dialogRole .el-dialog .el-form .el-select[data-v-318d5cea] {
  width: 100%;
}
.dialogRole .el-dialog .el-form .el-select .el-input__inner[data-v-318d5cea] {
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFaSURBVHgBpZPNTcNAEIXf2L7BYS2BxA2ng3QAqQA4IvGTVBCoINBBOjAoijhCKkhKoARzDaD4EE72ehg7PsT22rLkT7LWuzvzZnZ3hmCAN+8K8XYMoiGYvXx5JfMX2AcLcq9Ckx9Vhd48aL3cEyl5UADbHpB7HZS3rIqx1pNaoSya7MWxb4xTzMqX4zkbtME5dMvHLWYWO320JQq98lJRjCwPbbEcr1mMk3u0RfOwWQy8QFtYSqVEtTR+ZlMxHKMJqTc6uhmhOTMhikWMA9Rn9IkoejbGMNo3lcg2dqk3MnaAZYzgmo2FEEqhjooYr/0+f8+WNfZpz/q8nhvrMTumOJ/L74XMLhtbqeApPZo2P/MrHd+usiX+nU+QJE/oguZHOrmbWkj0A7pi0yQd5M5IoTsqF+MQXcnr0gHrAWznDBo9eYDTPIqSC1aVx9hd+s45/Yi+svFPf6TL/9r4hIaWyPUNAAAAAElFTkSuQmCC) no-repeat;
  background-size: 0.18rem 0.19rem;
  background-position: 0.23rem 0.09rem;
  padding: 0 0 0 0.54rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.14rem;
}
.dialogRole .el-dialog .el-dialog__footer[data-v-318d5cea] {
  margin-bottom: 1.32rem;
}
.dialogRole .el-dialog .el-dialog__footer .el-button[data-v-318d5cea] {
  width: 2.06rem;
  height: 0.5rem;
  -webkit-border-radius: 0.14rem;
          border-radius: 0.14rem;
  text-align: center;
  line-height: 50xp;
  background: #ffd747;
  font-size: 0.18rem;
  color: #333333;
  font-weight: 600;
  border: none;
}
::v-deep .el-input__prefix {
  color: red !important;
}
.passwordLogin {
  margin-top: 0.3rem;
  padding-bottom: 0.2rem;
}
.passwordLogin .el-select {
  width: 100%;
}
.passwordLogin .el-input__inner {
  border-color: #f8f8f8;
  background: #f8f8f8;
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
}
.passwordLogin #passwordLogin .el-button {
  width: 100%;
  height: 0.3rem;
  border-color: #4967fd;
  background: #4967fd;
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
  position: relative;
}
.passwordLogin #passwordLogin .el-button span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -25%);
          transform: translate(-50%, -25%);
}
.passwordLogin .el-button {
  width: 100%;
  height: 0.3rem;
  border-color: #4967fd;
  background: #4967fd;
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
  position: relative;
}
.passwordLogin .el-button span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -25%);
          transform: translate(-50%, -25%);
}
.passwordLogin .ops {
  margin-top: 0.16rem;
  color: #4967fd;
  font-family: PingFang SC;
  font-size: 0.12rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.passwordLogin .el-input-group__append {
  padding: 0;
  border: none;
  background: none;
}
.passwordLogin .el-input-group__append img {
  height: 0.36rem;
  display: block;
  margin-left: 0.1rem;
}
[data-v-61d38910] .el-dialog {
  -webkit-border-radius: 0.23rem;
          border-radius: 0.23rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
[data-v-61d38910] .el-dialog .el-dialog__header {
  height: auto;
  padding: 0.5rem 0 0.36rem;
  background: none;
}
[data-v-61d38910] .el-dialog .el-dialog__header .el-dialog__title {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 600;
  font-size: 0.36rem;
  line-height: 0.5rem;
  color: #7db0ea;
  text-shadow: 0 0.02rem 0.04rem rgba(0, 0, 0, 0.3);
}
[data-v-61d38910] .el-dialog .el-dialog__body {
  max-height: 60vh;
  padding: 0 1.37rem 0;
  overflow: auto;
}
[data-v-61d38910] .el-dialog .el-form-item {
  margin: 0;
  border-bottom: 0.01rem solid #dddddd;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
[data-v-61d38910] .el-dialog .el-form-item.agreement {
  border: none;
}
[data-v-61d38910] .el-dialog .el-form-item.agreement .el-form-item__content {
  width: 100%;
  margin-left: 0 !important;
  text-align: center;
}
[data-v-61d38910] .el-dialog .el-form-item.agreement .el-form-item__content .el-radio__label {
  color: #333333;
}
[data-v-61d38910] .el-dialog .el-form-item.agreement .el-form-item__content a {
  color: #7db0ea;
}
[data-v-61d38910] .el-dialog .el-form-item.textarea {
  display: block;
  border: none;
}
[data-v-61d38910] .el-dialog .el-form-item.textarea .el-form-item__label {
  height: 0.55rem;
}
[data-v-61d38910] .el-dialog .el-form-item.textarea .el-textarea__inner {
  height: 1.24rem;
  background: #f3f3f3;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
[data-v-61d38910] .el-dialog .el-form-item.textarea .el-input__count {
  line-height: 0.3rem;
  background: #f3f3f3;
  bottom: 0.01rem;
}
[data-v-61d38910] .el-dialog .el-form-item .el-form-item__label,[data-v-61d38910] .el-dialog .el-form-item .el-form-item__content {
  line-height: 0.72rem;
  margin-left: 0.2rem;
}
[data-v-61d38910] .el-dialog .el-form-item .el-form-item__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 0.1rem !important;
}
[data-v-61d38910] .el-dialog .el-form-item .el-date-editor {
  background: none;
  border: none;
}
[data-v-61d38910] .el-dialog .el-form-item .el-range-editor--medium .el-range-separator {
  line-height: 0.42rem;
}
[data-v-61d38910] .el-dialog .el-form-item .el-form-item__label {
  color: #333333;
  font-size: 0.13rem;
}
[data-v-61d38910] .el-dialog .el-form-item .el-form-item__error {
  top: auto;
  bottom: 0.03rem;
}
[data-v-61d38910] .el-dialog .el-form-item .el-input-group {
  vertical-align: middle;
}
[data-v-61d38910] .el-dialog .el-form-item .el-input-group .el-input-group__append {
  padding: 0;
  background: none;
  border: none;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #7db0ea;
}
[data-v-61d38910] .el-dialog .el-form-item .el-select,[data-v-61d38910] .el-dialog .el-form-item .el-cascader {
  width: 100%;
}
[data-v-61d38910] .el-dialog .el-form-item .el-input .el-input__inner {
  height: 0.72rem;
  line-height: 0.72rem;
  padding-left: 0;
  background: none;
  border: none;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  color: #999;
}
[data-v-61d38910] .el-dialog .el-form-item .el-input ::-webkit-input-placeholder {
  font-size: 0.16rem;
  line-height: 0.22rem;
}
[data-v-61d38910] .el-dialog .el-dialog__footer {
  padding: 0.1rem 0.71354rem 0.2rem;
}
[data-v-61d38910] .el-dialog .saveBtn {
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  border-color: #7db0ea;
  background: #7db0ea;
  -webkit-border-radius: 0.14rem;
          border-radius: 0.14rem;
  padding: 0;
  font-weight: 600;
  font-size: 0.18rem;
  line-height: 0.25rem;
  color: #ffffff;
}
[data-v-61d38910] .el-dialog .el-button.is-disabled,[data-v-61d38910] .el-dialog .el-button.is-disabled:focus,[data-v-61d38910] .el-dialog .el-button.is-disabled:hover {
  color: #c0c4cc;
  cursor: not-allowed;
  background-image: none;
  background: #7db0ea;
  border-color: #ebeef5;
}
.custom-msgbox {
  width: 8.52rem;
  -webkit-border-radius: 0.28353rem;
          border-radius: 0.28353rem;
}
.custom-msgbox .el-message-box__header {
  padding: 0 0.26rem;
  background: rgba(238, 149, 16, 0.2);
}
.custom-msgbox .el-message-box__header .el-message-box__title {
  font-size: 0.22682rem;
  line-height: 0.57rem;
  color: #333333;
}
.custom-msgbox .el-message-box__message {
  padding: 0.72rem 0 0.2rem;
}
.custom-msgbox .el-message-box__message p {
  margin: 0;
  font-size: 0.24rem;
  line-height: 0.34rem;
  text-align: center;
  color: #333333;
}
.custom-msgbox .el-message-box__btns {
  padding-bottom: 0.56rem;
  text-align: center;
}
.custom-msgbox .el-message-box__btns .el-button {
  width: 4.38rem;
  height: 0.53rem;
  line-height: 0.53rem;
  padding: 0;
  background: #7db0ea;
  border-color: #7db0ea;
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
  font-size: 0.22rem;
  line-height: 0.31rem;
  /* identical to box height */
  text-align: center;
  color: #ffffff;
}
.demo-formData .el-form-item__label:before {
  content: "*";
  color: #f56c6c;
  margin-right: 0.05rem;
  font-weight: bold;
}
.demo-formData .el-form-item__label:before {
  content: "";
  margin-right: 0.12rem;
  font-weight: bold;
}
.tip {
  font-size: 0.14rem;
  color: #9a9a9a;
  margin-top: 0.07rem;
}
::v-deep .el-input__inner {
  background-color: transparent;
}
.code .el-input__inner {
  width: 2rem;
}
.smsLogin {
  margin-top: 0.3rem;
  padding-bottom: 0.2rem;
}
.smsLogin .el-select {
  width: 100%;
}
.smsLogin .el-input__inner {
  border-color: #f8f8f8;
  background: #f8f8f8;
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
}
.smsLogin .el-button {
  width: 100%;
  border-color: #4967fd;
  background: #4967fd;
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
}
.smsLogin .smslogin-btn .el-button {
  width: 100%;
  height: 0.3rem;
  border-color: #4967fd;
  background: #4967fd;
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
  position: relative;
}
.smsLogin .smslogin-btn .el-button span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -25%);
          transform: translate(-50%, -25%);
}
.smsLogin .smslogin-btn .el-input-group__append {
  background: #d3e8fe;
  border: 0.01rem solid #7db0ea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
  font-size: 0.14rem;
  color: #333333;
}
.smsLogin .smslogin-btn .el-input-group__append .el-button {
  padding: 0;
  margin: 0;
}
.smsLogin .smslogin-btn .ops {
  margin-top: 0.16rem;
  color: #4967fd;
  font-family: PingFang SC;
  font-size: 0.12rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@charset "UTF-8";
@-webkit-keyframes fadeLoop-data-v-2ab4cb34 {
0% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
}
40%, 100% {
    opacity: 0;
    -webkit-transform: scale(1.1, 1.22);
            transform: scale(1.1, 1.22);
}
}
@keyframes fadeLoop-data-v-2ab4cb34 {
0% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
}
40%, 100% {
    opacity: 0;
    -webkit-transform: scale(1.1, 1.22);
            transform: scale(1.1, 1.22);
}
}
.html[data-v-2ab4cb34] {
  scroll-behavior: smooth;
}
[data-v-2ab4cb34] .el-dropdown-menu__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
[data-v-2ab4cb34] .el-dropdown-menu__item span {
  width: 1.5rem;
}
[data-v-2ab4cb34] .el-dropdown-menu__item img {
  width: 0.27rem;
  height: 0.24rem;
}
.popover-wrap .list .item[data-v-2ab4cb34] {
  padding: 0.15rem 0.1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.05rem;
  border-top: 0.01rem solid #ECEAEA;
  cursor: pointer;
}
.popover-wrap .list .item[data-v-2ab4cb34]:hover {
  background-color: #f2f2f2;
}
.popover-wrap .list .item[data-v-2ab4cb34]:first-child {
  border-top: 0;
}
.popover-wrap .list .item .icon[data-v-2ab4cb34] {
  display: block;
  width: 0.16rem;
  height: 0.16rem;
  background-size: 100% 100%;
}
.popover-wrap .list .item .icon.org[data-v-2ab4cb34] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAQCAYAAADwMZRfAAABuUlEQVR4AXyUP0tCYRjF771pINVURFKfwMBCJWmvqaC+QAYO0dAqEUJDIBg4Bv0ZG5xriOj/GKYONTZHOTgGBpq337FL3m7e5Dn3vOc8j4f35b5qRSKR/ng8ngevwP4H6uc1b3g+VigU2rFtOxoIBGaq1arpB/U1p3lPhmFhpILB4FqpVHph7Vvqa46BVXZbSCQSuWg0OoDuhIQ1IOGgD94A90AszdIwnLkxRI1dTRL6zvEGtRO8n5pj9QiWQA6IpeUjv4sjF8Ay6o7jpd0hu5gHIAvmwTkQS8tXH6tbpmneoEbcIQsYSr+EL8AHEEvLVx+rW+12O4Cy3SFow+aRAm0wDMQrsHyod3lDNNXgMQTCQKwdsfQvb4jJaBE8g1sglpaP7F3ukDNGToDOnobHgVhavvpYf8sdskl7HejVXsGLQCwtX32sblmW1UKZ7hC0cc1jGpwCvVrxFGv50O/iwim8rpC3ZDI54WorfQ89C8SfcKecuVosFstw7Q8x9b19hRw3m80jZwC/d6mvObpFLtkoXOc4YW5u02o0GtuYT61W64Eflu9fgfqaY36LL2YqlUq2XC7XCDO+AAAA//9dVGT+AAAABklEQVQDAM6itJH9rbM7AAAAAElFTkSuQmCC);
}
.popover-wrap .list .item .icon.exp[data-v-2ab4cb34] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAQCAYAAADwMZRfAAABuElEQVR4AYyUvUsCYRzH7y4tpBcaohBqiggMHFR0aYqGioamxoqGaCmIcgipIYgKnGqwJCKK8A9oqKWXLUxdmmuIIh0cA4M77vr8Ksqzuwi+H38vz+++z+PxqBYIBOrD4fAmvID1B4+RSCShKIoGNmk+n2/Nsqygx+OJFgoF1Q2eGmBumE0WyG0S1wmv1zuTzWafbSs1BeYPtOZhEqMkp1oPBoON1B9H8zsY9LO4CBIJnzJN84nMDyVO1cfmr7yOJjkJPZvmqA5BhiVKTfkti1MlYYzOFa9j2slkmcUhWAKJUpP+lqqqF3TbnEzo/098PQ+TlpPJBgvnkASJUpO6y8lkh/EpKIJEqUndVWvSwOg9hGAFuuAA6sBV1SZicM2kBfvwBqfQDCfgBUdVmwwyYUIPjEIHjMA49IKsE36kaZpBpVabtNA4BtENHzmQKCdLk7eCTVy4WRplMSnGYrFOigzsgkhuZpREIkFJ8ZFh5y7uRikUCsW59nv05LmUmBzpup7+MqLvLH4v3axss3sGo3byMqZ+bq6uVSqVVZp3hmHcMuj6V8BDl8yd8dAWxPP5fCKXy5XoK+8AAAD//1H+qtcAAAAGSURBVAMA0GGnADhlWc4AAAAASUVORK5CYII=);
}
.popover-wrap .list .item .icon.stu[data-v-2ab4cb34] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAQCAYAAADwMZRfAAAB20lEQVR4AYSU3ytDYRjHd06bWigJNXEhLTUsbcvKpTsXyjWFJHGjXLiQcqGEuJISV1pJ/gK5QCiabSVqpUjzc2VRUpOtHZ8Hh539oJ5Pz/M+53m+53nP+26qw+EocLvdM3AP2h9EPB7PuMlkUsFgqtVqndQ0zWk2m5tDoZCSD7paqWvjJSPEBhPVbovFMuD3+28NTzIWiF+SGoYehOaZasrpdBay/hzN9p+AFAqpVOoGb4MoU9Xz8lc+R5FMQs5gtayW4ArGoATSTWOqeeggucvn6EsXcZHcgCN4hC6oA9nGHL4SDKYoyjaJMl1kiEUIpKkRPwGH0Avt0A8X4XC4E/9jbM/MQtNFZHwPiSc4h0logVXYgn2YhXfIMl1EHsgkewQ+KIc1EMFF/Am8QE5LF9ELnglkezX4aXgDBYKchogSGi1TRM5d9l/8XSa+jHgADux2+xk+yzJFZqiQI73Dy3Yi+FJogCxTVTVJUskUkQ8r0+hNTRTJUcfwWcaFGyQZE5EHr9dbxSLdrllIs3jCL+PN1URRl8s1yrVfJpa+JRHxJRKJlRxC1Pwavxe5yQtk1rlkFfgYojZubkKNx+MTJE+TyeQxhXn/CmjaoW6TplkYDQaD44FAIEre9AEAAP//ofbhiAAAAAZJREFUAwAsZLEA7oaH7QAAAABJRU5ErkJggg==);
}
.popover-wrap .list .item .text[data-v-2ab4cb34] {
  margin: 0;
  font-size: 0.16rem;
  color: #6B6B6B;
}
.imgTb[data-v-2ab4cb34] {
  width: 0.2rem;
  cursor: pointer;
}
.el-header[data-v-2ab4cb34] {
  width: 16rem;
  padding: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-header .img[data-v-2ab4cb34] {
  width: 2.88rem;
  height: 0.62rem;
  margin-right: 0.05rem;
}
.el-header .imgs[data-v-2ab4cb34] {
  width: 0.64rem;
  height: 0.32rem;
}
.el-header .headerText[data-v-2ab4cb34] {
  width: 70%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0.35rem;
}
.el-header .headerText .navHeader[data-v-2ab4cb34] {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4rem;
}
.el-header .headerText .navHeader a[data-v-2ab4cb34] {
  position: relative;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.el-header .headerText .navHeader a.active[data-v-2ab4cb34] {
  color: #5884F4;
}
.el-header .headerText .navHeader a.active[data-v-2ab4cb34]::after {
  content: "";
  position: absolute;
  bottom: -0.3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.47rem;
  height: 0.06rem;
  background: #3B5EFC;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.el-header nav a[data-v-2ab4cb34],
.el-header .el-dropdown a[data-v-2ab4cb34] {
  font-size: 0.2rem;
  line-height: 0.24rem;
  color: #666666;
}
.el-header .el-button[data-v-2ab4cb34] {
  width: 0.84rem;
  height: 0.42rem;
  -webkit-border-radius: 0.21rem;
          border-radius: 0.21rem;
  padding: 0 0.2rem;
  font-size: 0.18rem;
  line-height: 0.42rem;
  border: 0.01rem solid transparent;
  color: #000;
}
.el-header .sass[data-v-2ab4cb34] {
  width: 1.08rem;
  height: 0.42rem;
  padding: 0.01rem 0.15rem;
  font-size: 0.18rem;
  line-height: 0.42rem;
  border-right: 0.01rem solid #000;
}
.el-header .sass[data-v-2ab4cb34]:last-child {
  border-right: none;
}
.el-header .userInfo[data-v-2ab4cb34] {
  margin-right: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-header .userInfo .logo[data-v-2ab4cb34] {
  width: 0.46rem;
  height: 0.46rem;
}
.el-header .userInfo .userName[data-v-2ab4cb34] {
  font-size: 0.18rem;
  min-width: 0.5rem;
  line-height: 0.46rem;
  margin-left: 0.15rem;
}
.el-header .userInfo .quit[data-v-2ab4cb34] {
  width: 0.84rem;
  height: 0.42rem;
  background: rgba(59, 94, 252, 0.1);
  -webkit-border-radius: 0.21rem;
          border-radius: 0.21rem;
  text-align: center;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 0.18rem;
  color: #1667FF;
  line-height: 0.42rem;
  margin-left: 0.15rem;
  cursor: pointer;
}
.el-main[data-v-2ab4cb34] {
  min-width: 12rem;
  padding: 0;
  /* overflow: hidden; */
  background-size: cover;
  background-position: top center;
}
.el-main[data-v-2ab4cb34]  .banner {
  width: 19.2rem;
  max-width: 19.2rem;
  height: 6rem !important;
  margin: auto;
  position: relative;
}
.el-main[data-v-2ab4cb34]  .banner .btn-folder {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 3.47rem;
  width: 2.4rem;
  height: 0.8rem;
  z-index: 1000;
}
.el-main[data-v-2ab4cb34]  .banner .apply {
  cursor: pointer;
  width: 2.4rem;
  height: 0.8rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 3.47rem;
  z-index: 2000;
}
.el-main[data-v-2ab4cb34]  .banner .btn-folder-bg {
  position: absolute;
  top: 0;
  top: 3.36rem;
  width: 2.4rem;
  z-index: 1000;
}
.el-main[data-v-2ab4cb34]  .banner .apply-bg {
  width: 2.4rem;
  height: 0.8rem;
  -webkit-animation: fadeLoop-data-v-2ab4cb34 2.5s ease-out infinite;
          animation: fadeLoop-data-v-2ab4cb34 2.5s ease-out infinite;
  z-index: 1000;
}
.el-main[data-v-2ab4cb34]  .banner .el-image {
  width: 100%;
  height: 100%;
}
.el-main[data-v-2ab4cb34]  .banner .Title:first-child {
  margin-top: 1rem !important;
  padding-top: 2rem !important;
}
.el-main[data-v-2ab4cb34]  .banner .el-carousel__item {
  background: #fff;
}
.el-main .news[data-v-2ab4cb34] {
  padding-top: 1rem;
}
.el-main .cont[data-v-2ab4cb34] {
  width: 12rem;
  margin: 6rem auto 2rem;
}
.el-main .cont span[data-v-2ab4cb34] {
  padding: 0.14rem 0.26rem;
  background: #2c51a2;
  text-align: center;
  font-size: 0.26rem;
  color: #ffffff;
}
.tips-btn-wrap[data-v-2ab4cb34] {
  position: fixed;
  right: 0.3rem;
  bottom: 40%;
  z-index: 1000;
  padding: 0.24rem 0.14rem;
  background-color: #FBFBFC;
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
  -webkit-box-shadow: 0 0.1rem 0.3rem 0 rgba(29, 20, 81, 0.2);
          box-shadow: 0 0.1rem 0.3rem 0 rgba(29, 20, 81, 0.2);
}
.tips-btn-wrap .tips-btn[data-v-2ab4cb34] {
  cursor: pointer;
}
.tips-btn-wrap .tips-btn .icon[data-v-2ab4cb34] {
  margin: 0 auto;
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  background-image: url(../static/img/upload-icon.313841a6.png);
  background-size: 100% 100%;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.tips-btn-wrap .tips-btn .icon[data-v-2ab4cb34]:hover {
  background-image: url(../static/img/upload-active-icon.60d07085.png);
}
.tips-btn-wrap .tips-btn .text[data-v-2ab4cb34] {
  margin: 0;
  text-align: center;
}
[data-v-2ab4cb34] .el-dialog {
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
}
[data-v-2ab4cb34] .el-dialog__body {
  padding-top: 0.1rem;
}
[data-v-2ab4cb34] .el-dialog__header {
  text-align: center;
  padding-top: 0.6rem;
}
.login-left[data-v-2ab4cb34] {
  margin: 0 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.login-left h3[data-v-2ab4cb34] {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 0.2rem;
  color: #333333;
}
.login-left .qrcodeBorder[data-v-2ab4cb34] {
  width: 2.22rem;
  height: 2.22rem;
  border: 0.01rem solid #E8E8E8;
  margin-bottom: 0.13rem;
}
.login-left .qrcodeBorder .qrcode[data-v-2ab4cb34] {
  width: 1.92rem;
  height: 1.92rem;
  background: #E8E8E8;
  margin: 0.15rem;
}
.login-left .qrcodeBorder .tips[data-v-2ab4cb34] {
  width: 1.8rem;
  height: 0.43rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 0.18rem;
  color: #666666;
  line-height: 0.21rem;
  text-align: center;
  font-style: normal;
}
.line[data-v-2ab4cb34] {
  width: 0.01rem;
  height: 3.6rem;
  border: 0.01rem solid #D8D8D8;
}
.login-weaper[data-v-2ab4cb34] {
  width: 3.57rem;
  margin: 0 auto;
  background: #ffffff;
  overflow: hidden;
}
.login-weaper .title[data-v-2ab4cb34] {
  font-family: PangMenZhengDao;
  font-size: 0.32rem;
  color: #1667FF;
  letter-spacing: 0.02rem;
  text-align: center;
  margin-bottom: 0.49rem;
}
.login-weaper .navbar[data-v-2ab4cb34] {
  font-weight: 200;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #666666;
  text-shadow: 0 0.02rem 0.04rem rgba(0, 0, 0, 0.3);
}
.login-weaper .navbar a[data-v-2ab4cb34] {
  width: 50%;
  display: inline-block;
  text-align: center;
}
.login-weaper .navbar .active[data-v-2ab4cb34]::after {
  content: "";
  display: block;
  width: 15%;
  height: 0.08rem;
  background: #1667FF;
  -webkit-border-radius: 0.045rem;
          border-radius: 0.045rem;
  margin: 0.05rem auto;
}
.login-weaper[data-v-2ab4cb34]  .el-input__inner {
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
}
.Title[data-v-2ab4cb34] {
  position: relative;
  width: 100%;
  height: 0.32rem;
  font-family: tahoma;
  font-style: normal;
  font-weight: bold;
  font-size: 0.36rem;
  line-height: 0.32rem;
  text-align: center;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.2);
  margin-bottom: 1rem;
}
.match-list[data-v-2ab4cb34] {
  margin: 0 auto;
  width: 12rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.2rem;
}
.match-list .empty[data-v-2ab4cb34] {
  margin: 0 auto;
  width: 4.15rem;
  height: 2.78rem;
  background-image: url(../static/img/match-empty.af778469.png);
  background-size: 100% 100%;
}
.match-list .match[data-v-2ab4cb34] {
  width: 12rem;
  padding: 0.27rem 0.58rem 0.28rem 0.56rem;
  background-color: white;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  margin-bottom: 0.32rem;
  position: relative;
}
.match-list .match .logo[data-v-2ab4cb34] {
  width: 2.41rem;
  height: 1.54rem;
  background-color: #c4c4c4;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  display: block;
  margin-right: 0.3rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.match-list .match .content[data-v-2ab4cb34] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.match-list .match .content .title[data-v-2ab4cb34] {
  font-size: 0.24rem;
  line-height: 160%;
  color: #333333;
  margin: 0;
  padding-right: 0.17rem;
}
.match-list .match .content .time[data-v-2ab4cb34] {
  font-size: 0.18rem;
  line-height: 160%;
  color: #666666;
  margin-top: 0.11rem;
  margin-bottom: 0.13rem;
}
.match-list .match .content .time span + span[data-v-2ab4cb34] {
  padding-left: 0.25rem;
}
.match-list .match .content .time strong[data-v-2ab4cb34] {
  font-size: 0.16rem;
  color: #ff443a;
}
.match-list .match .content .dosc[data-v-2ab4cb34] {
  width: 6.11rem;
  font-size: 0.2rem;
  line-height: 0.24rem;
  color: #666666;
  margin: 0;
}
.match-list .match .content .el-tag[data-v-2ab4cb34] {
  height: auto;
  line-height: 1;
  padding: 0.05rem 0.1rem;
  color: #ffffff;
  background: #008000;
  border: none;
  font-size: 0.18rem;
}
.match-list .match .content .el-tag.a[data-v-2ab4cb34] {
  background: #f08080;
}
.match-list .match .content .el-tag.b[data-v-2ab4cb34] {
  background: #d8d8d8;
}
.match-list .match .content .el-tag + .el-tag[data-v-2ab4cb34] {
  margin-left: 0.3rem;
}
.match-list .match .el-button[data-v-2ab4cb34] {
  position: absolute;
  right: 0.58rem;
  top: -webkit-calc(50% - 0.22rem);
  top: calc(50% - 0.22rem);
}
.TitleRed[data-v-2ab4cb34] {
  color: rgba(209, 0, 1, 0.2);
}
.TitleRed span[data-v-2ab4cb34] {
  color: #E31512;
}
.boxList[data-v-2ab4cb34] {
  width: 12rem;
  padding-bottom: 0.32rem;
  margin: 0.32rem auto 0;
  border-bottom: 0.01rem solid #e6e5e5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.boxList .el-image[data-v-2ab4cb34] {
  width: 2.73rem;
  height: 2.08rem;
  margin-right: 0.22rem;
}
.detail .back[data-v-2ab4cb34] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 0.56rem;
  height: 0.17rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0.01rem 0.05rem 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.01rem 0.05rem 0 rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 0.02rem;
          border-radius: 0.02rem;
  font-size: 0.08rem;
  color: #666666;
}
.box[data-v-2ab4cb34] {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.box .box1[data-v-2ab4cb34] {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.box .box1 .box1_0[data-v-2ab4cb34] {
  font-family: Microsoft New Tai Lue;
  font-style: normal;
  font-weight: bold;
  font-size: 0.24rem;
  color: #333333;
}
.box .box1 .box1_1[data-v-2ab4cb34] {
  font-family: Microsoft New Tai Lue;
  font-style: normal;
  font-weight: normal;
  font-size: 0.18rem;
  line-height: 0.24rem;
  color: #999999;
  white-space: nowrap;
  margin-left: 0.35rem;
}
.box .box2[data-v-2ab4cb34] {
  width: 100%;
  padding-top: 0.26rem;
  margin-bottom: 0.1rem;
  font-family: Microsoft New Tai Lue;
  font-style: normal;
  font-weight: normal;
  font-size: 0.18rem;
  line-height: 0.27rem;
  color: #333333;
}
.box .box3[data-v-2ab4cb34] {
  width: 100%;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: bold;
  font-size: 0.2rem;
  text-align: right;
  color: #7db0ea;
}
.box .box3Red[data-v-2ab4cb34] {
  color: #FF6D6B;
}
.changeCH[data-v-2ab4cb34] .el-dialog {
  position: absolute;
  left: 10%;
  top: -3vh;
  padding: 0.1rem 0.1rem;
  width: 24% !important;
}
.changeCH[data-v-2ab4cb34] .el-dialog .el-dialog__header {
  padding: 0 !important;
  padding-top: 0rem !important;
}
.changeCH[data-v-2ab4cb34] .el-dialog .el-dialog__body .changebutton {
  margin-top: 0.1rem;
  padding: 0.1rem 0.2rem;
}
.changeCH[data-v-2ab4cb34] .el-dialog .el-dialog__body .changebutton .el-button {
  width: 1.3rem;
  vertical-align: middle;
}
.changeCH[data-v-2ab4cb34] .el-dialog .el-dialog__body .changebutton .el-button span {
  margin-left: 0.06rem;
}
.changeCH[data-v-2ab4cb34] .el-dialog .el-dialog__body .changebutton .line {
  height: 0.4rem;
  width: 0.01rem;
  display: inline-block;
  background: #999;
  vertical-align: middle;
  margin-top: -0.2rem;
}
.changeCH[data-v-2ab4cb34] .el-dialog .el-dialog__body .changeSth {
  padding: 0.2rem 0.1rem;
  border-top: 0.01rem solid #999;
  border-bottom: 0.01rem solid #999;
  font-size: 0.15rem;
}
.newsListDetail h1[data-v-2ab4cb34] {
  width: 100%;
  text-align: center;
  margin: 1rem 0;
  font-weight: normal;
  font-size: 0.4rem;
}
.newsListDetail div[data-v-2ab4cb34] {
  width: 100%;
  font-size: 0.2rem;
}
[data-v-2ab4cb34] .el-tabs__nav-wrap::after {
  background-color: rgba(0, 0, 0, 0) !important;
}
[data-v-2ab4cb34] .el-tabs {
  font-size: 0.18rem !important;
}
[data-v-2ab4cb34] .el-tabs .el-tabs__item {
  font-size: 0.18rem !important;
  font-weight: bold !important;
}
.newsData[data-v-2ab4cb34] {
  margin-top: 0.36rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.newsData .newsBox[data-v-2ab4cb34] {
  width: 33.3%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.newsData .newsBox:hover .newsBoxTitle[data-v-2ab4cb34] {
  color: #1667ff;
}
.newsData .newsBox .newsBoxTime[data-v-2ab4cb34] {
  width: 0.5rem;
  text-align: center;
  /* flex: 1; */
  color: #1667ff;
  margin-right: 0.1rem;
}
.newsData .newsBox .newsBoxTime .newsBoxTime-top[data-v-2ab4cb34] {
  font-size: 0.2rem;
  display: block;
  margin-bottom: 0.1rem;
  margin-top: 0.03rem;
}
.newsData .newsBox .newsBoxTime .newsBoxTime-bottom[data-v-2ab4cb34] {
  font-size: 0.11rem;
  display: block;
}
.newsData .newsBox .newsBoxTitle[data-v-2ab4cb34] {
  /* flex: 7; */
  cursor: pointer;
  width: 3rem;
  font-size: 0.18rem;
  line-height: 0.28rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsData .newsBox:first-child .newsBoxTitle[data-v-2ab4cb34]::after {
  content: "";
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAWdJREFUOE+lk01LAkEch5/xHQVTIUFPpZuJ1KE8RPeC6Fyfozp0iK5phw7Rl4hOEXite5SuQX0ENTHxBTIMxYllIFtXE2ouu8zyf3jmt78RUkrBaWYPxCHICCD4fUkQryDPODq+EDJ7sg+cTxma9PlAyGymDDL6N4CoGAYDi/ZsGN5qVqYQIOXPfWkAhjt+P4TDsLYOT0X47EKrDYkEhELg80EuBx+db4gZEAhCOg3VKnjcaqDRVM9CHvp9i5UZYChubEL+EeIaNBrgcoHDAS/PY2MyA7QFSCyqYxia7x2o1WB5CbpdmAnAwz3o+oQjeL1gBJhKQb2uhj0ecDqhUoaVVbi7NZmMZBCAuXmIxaDdhlZLpd5qqvepAIO9swulEvR64HYrg6IORj5TAZoGwRDY7Uo5FodIFK4uIRicCBgWKZlU6lvbcHMNg4H6G3pB9cBqYBRpTJVtNjU8uixNVFX+52X653X+AoHVnytdLt2xAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  position: relative;
  top: 0.04rem;
  margin-left: 0.04rem;
}
.newsData .newsBox:nth-child(2) .newsBoxTitle[data-v-2ab4cb34]::after {
  content: "";
  display: inline-block;
  width: 0.4rem;
  height: 0.2rem;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAQCAYAAACYwhZnAAAAAXNSR0IArs4c6QAAAj9JREFUSEvNlUtIVFEYx3/nzswd78wog2FU6qIHUmFQQUTh9JAei8BFRS2UaJEWhIEEBVJJFIWryl3YIiIXEUUZimGZ0iIyKASJTCoiK8usYWbunfe5MTcaI19hmXM2h7M43/f7/t9LhA1pSv8rYp01yIGHIONM+1EcKAU+1A3nULwLEcY3vxlpWoUZej/tvn93IDz5ZJU/QQS7L5mxjkP/HeCnQ7W0ARF4cNqMPz4zYxCO1bUTQwj3bFybzyO/9mPLW0py6Hn6VnIXYbTXYOqfcZddQajZgEn8bSeOQt+PoOxOSEQx4zr6nb1jBjophJJTiHtbI7GXt1GLy4n1NuEsriDaexW1qAy9pQoZeGcZdy7fhwx/Id53y3oLpxfX1gb05j0TqjwphH3+JmzeBWkjzpX7iT69mH4n/a9JvLk3CiK7ogMZ/ABCIBQVqQ9i3K2eohKzFmPLLULJngc2B87icqI9ly1jMvSR5HAfcvjFKAjPjuuEbuxCKzlG5Fkjmu84RtvBqUGkfmm+OsxEGBkYSBtRcgoQqptwV92ISr+kw4K4uRvP9mvobdUzB6G3HsC18SxG14l/A5GqcjM0mI5aeOZYk3U8JbT1p0h+6kG48oj1N6Mu2Um0+8LfpeOPIFZUIo0hqzvshT60klr0lkpcWxqsopTBsSfypN2hldaTalMz4odEeCQSu4bI8iKDA4TvHyFr7VHs+Wsw2g+jLqtA2FQij+oxowGEZy6udSfRW6vGVyIjxnZGLLBMWOXfAcljV1SmRJ0sAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  position: relative;
  top: 0.04rem;
  margin-left: 0.04rem;
}
.newsDataMore[data-v-2ab4cb34] {
  margin-top: 0.6rem;
  text-align: center;
  color: #1667FF;
}
.newsDataMore div[data-v-2ab4cb34] {
  width: 1.34rem;
  height: 0.42rem;
  line-height: 0.42rem;
  background: rgba(59, 94, 252, 0.1);
  -webkit-border-radius: 0.32rem;
          border-radius: 0.32rem;
  font-size: 0.18rem;
  /* padding: 0.08rem 0.14rem;
  border: 1px solid #1667FF;
  border-radius: 0.3rem; */
  display: inline-block;
  cursor: pointer;
  margin: auto;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.newsDataMore div[data-v-2ab4cb34]:hover {
  background-color: #1667FF;
  color: white;
}
.el-tabs__nav-scroll[data-v-2ab4cb34] {
  padding-left: 2rem;
}
.Scnenure[data-v-2ab4cb34] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.Scnenure .ScnenureBox[data-v-2ab4cb34] {
  margin: 0.15rem;
  padding: 0.2rem;
  border-top: 0.06rem solid #FEAC52;
  width: 30%;
}
.Scnenure .ScnenureBox .ScnenureBoxTop[data-v-2ab4cb34] {
  border-bottom: 0.01rem solid #FEAC52;
}
.Scnenure .ScnenureBox .ScnenureBoxTop h1[data-v-2ab4cb34] {
  color: #FEAC52;
  text-align: center;
  margin: 0.5rem 0 0.2rem 0;
  font-size: 0.3rem;
  vertical-align: middle;
}
.Scnenure .ScnenureBox .ScnenureBoxTop h1 img[data-v-2ab4cb34] {
  display: inline-block;
  width: 0.5rem;
  vertical-align: middle;
}
.Scnenure .ScnenureBox .ScnenureBoxTop h1 span[data-v-2ab4cb34] {
  vertical-align: middle;
}
.Scnenure .ScnenureBox .ScnenureBoxTop p[data-v-2ab4cb34] {
  text-align: center;
  padding-bottom: 0.2rem;
  color: #FEAC52;
}
.Scnenure .ScnenureBox .ScnenureBoxBottom[data-v-2ab4cb34] {
  padding: 0.2rem 0.1rem;
  font-size: 0.2rem;
}
.Scnenure .green[data-v-2ab4cb34] {
  border-top: 0.06rem solid #15DA93;
}
.Scnenure .green .ScnenureBoxTop[data-v-2ab4cb34] {
  border-bottom: 0.01rem solid #15DA93;
}
.Scnenure .green .ScnenureBoxTop h1[data-v-2ab4cb34] {
  color: #15DA93;
}
.Scnenure .green .ScnenureBoxTop p[data-v-2ab4cb34] {
  color: #15DA93;
}
.Scnenure .blue[data-v-2ab4cb34] {
  border-top: 0.06rem solid #0C8AFF;
}
.Scnenure .blue .ScnenureBoxTop[data-v-2ab4cb34] {
  border-bottom: 0.01rem solid #0C8AFF;
}
.Scnenure .blue .ScnenureBoxTop h1[data-v-2ab4cb34] {
  color: #0C8AFF;
}
.Scnenure .blue .ScnenureBoxTop p[data-v-2ab4cb34] {
  color: #0C8AFF;
}
.project[data-v-2ab4cb34] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.project .ProjectBox[data-v-2ab4cb34] {
  margin: 0.1rem;
  -webkit-border-radius: 0.15rem;
          border-radius: 0.15rem;
  background-color: #ffffff;
  padding: 0.2rem;
  width: 30%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.project .ProjectBox .ProPic[data-v-2ab4cb34] {
  -webkit-border-radius: 0.15rem;
          border-radius: 0.15rem;
  width: 100%;
  height: 2.5rem;
  background-color: #f6f9ff;
  text-align: center;
}
.project .ProjectBox .ProPic img[data-v-2ab4cb34] {
  margin: auto;
}
.project .ProjectBox .ProAddress[data-v-2ab4cb34] {
  color: #0C8AFF;
}
.project .ProjectBox .ProAddress span[data-v-2ab4cb34] {
  font-size: 0.16rem;
}
.project .ProjectBox .ProAddress span[data-v-2ab4cb34]:first-child {
  margin-right: 0.08rem;
}
.project .ProjectBox .ProNum[data-v-2ab4cb34] {
  color: #979797;
}
.project .ProjectBox .ProNum span[data-v-2ab4cb34] {
  font-size: 0.14rem;
}
.project .ProjectBox .ProNum span[data-v-2ab4cb34]:first-child {
  margin-right: 0.08rem;
}
.project .ProjectBox .ProjectTime[data-v-2ab4cb34] {
  margin-top: 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.project .ProjectBox .ProjectTime .ProjectTimeLeft[data-v-2ab4cb34] {
  font-size: 0.14rem;
}
.project .ProjectBox .ProjectTime .ProjectTimeRight[data-v-2ab4cb34] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.project .ProjectBox .ProjectTime .ProjectTimeRight img[data-v-2ab4cb34] {
  width: 0.2rem;
  margin: 0 0.08rem;
}
[data-v-2ab4cb34] .v-modal {
  background: rgba(0, 0, 0, 0) !important;
}
.changebutton[data-v-2ab4cb34] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.2rem;
  padding: 0.1rem;
}
.el-button.plain[data-v-2ab4cb34] {
  width: 100%;
  max-width: 3rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
.half-btn[data-v-2ab4cb34] {
  width: 40% !important;
}
.changeCH-title[data-v-2ab4cb34] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 0.36rem;
  font-family: AppleSystemUIFont;
  font-size: 0.2rem;
  color: #333333;
  line-height: 0.36rem;
}
.changebutton[data-v-2ab4cb34] {
  padding: 0.2rem 0.1rem;
}
.btn-container[data-v-2ab4cb34] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
}
.el-button.plain[data-v-2ab4cb34] {
  border: none;
  padding: 0.12rem 0.24rem;
  font-size: 0.14rem;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.el-button.el-button--primary.is-plain[data-v-2ab4cb34] {
  margin-left: 0;
}
.linech[data-v-2ab4cb34] {
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.01rem;
  height: 30%;
  background-color: #e0e0e0;
}
.linelo[data-v-2ab4cb34] {
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.01rem;
  height: 60%;
  background-color: #e0e0e0;
}
.ScnenureChangeBtn[data-v-2ab4cb34] {
  width: 4rem;
  vertical-align: middle;
}
.ScnenureChangeBtn img[data-v-2ab4cb34] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.05rem;
}
.ScnenureChangeBtn div[data-v-2ab4cb34] {
  vertical-align: middle;
  display: inline-block;
}
.sch span[data-v-2ab4cb34] {
  vertical-align: middle;
}
.sch .perName[data-v-2ab4cb34] {
  height: 0.4rem;
  line-height: 0.4rem;
  -webkit-border-radius: 0.05rem;
          border-radius: 0.05rem;
  font-size: 0.18rem;
  padding-right: 0.1rem;
  max-width: 2.6rem;
  vertical-align: middle;
}
.sch .perName span[data-v-2ab4cb34] {
  vertical-align: middle;
}
.sch .perName img[data-v-2ab4cb34] {
  width: 0.14rem;
  height: 0.18rem;
  vertical-align: middle;
}
.ss span[data-v-2ab4cb34] {
  vertical-align: middle;
  margin-top: 0.02rem;
}
.ss .perName[data-v-2ab4cb34] {
  height: 0.4rem;
  line-height: 0.4rem;
  -webkit-border-radius: 0.05rem;
          border-radius: 0.05rem;
  font-size: 0.18rem;
  padding-right: 0.1rem;
  vertical-align: middle;
  max-width: 2.6rem span;
  max-width-vertical-align: middle;
}
.ss .perName img[data-v-2ab4cb34] {
  width: 0.14rem;
  height: 0.18rem;
  vertical-align: middle;
}
.imgLogoSch[data-v-2ab4cb34] {
  width: 80%;
}

/* 大赛相关 */
#ProvaboutScnenure .aboutScnenureMain[data-v-2ab4cb34] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 12rem;
  padding-bottom: 0.8rem;
  position: relative;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureTop[data-v-2ab4cb34] {
  padding-top: 1.4rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABK4AAAE3CAMAAAC0FflhAAAA+VBMVEUAAAByqf93rv////////////+51P+Es//29vqLuP+Uvf+hyP+cw/+40vauz/+pyv+81/+10f+/1/7I2/7h6/3H3f+/1/+30/94qP/F3P/K3//a5/+50vvN4f/O4fzD2v/E2/+51f/P4P+81P/0+P/M4P/J3v+ty//t8/7Q4/+1zv34+vv5+/75+/+qx/3P4v/+/v/O4f/s8//4+v7i6/+kx//t9f/s9f/s9P/1+f/s9P/r8v/t9f+72f+Vvf/////K4f/o8//n8v/m8f+v0f/////t9P/u9v/9/v/8/f/0+f/6/P/x9//2+v/4+//w9//y+P/5+//7/P/j4dl5AAAARXRSTlMALy+tGyhYLzYvLy8vBi4uLi4PEwciJSsvLhoMChULHSooGCAZHicsECoYFyMfEy4TWS4rVCiX9enSiENhQiHuTsWwcToRvjX5AAANg0lEQVR42uzd2W7aQBgF4ClyhFjMYoxZxtgETDBewGrFbd7/sTob2O5gmqaQsJyvUqUu10f/mZn8JgAAAAAAAAAAAAAA8C1MOlhMV8PhcLVaLGazwcDyXJMAANwU0xos/OXQcV4Fx3FEbPm+P51OF4uIh5dlUep5rm0iwwDg27jW1JlPev1OV+p0+v0eM5lMdpNJbz5/c4Ysu1hw8dyinm1yyC0A+FqmtXrtdbrtZrPRaNSFhtBsNttcq9XqMDzCZIZthDdH9UYVYQgvALgq04qWr2sWVjypajkZW0qTUcHV7Yrg6rPfRiNVG5eMmL1EdvHeSEVvdDGAAcAF08of9Vs8q2pn1I9keqn4EuGVF8fdjpVHWRzFkddssLUs10VxBIALcH1n3W5qWXWePn4d46slT77WI24usNb4VuqNKI4A8InRauF024167X/UlUNw5Sdeqjb2WHMc8eLIa+NK1MZpNBOtUYYX49q4cASAM6jfb2mj1QWyS5+78t7YF71RFcc3XhynUzF2WXjmBQAVTMtZNytGq6slWN4bVXNcd0bSnHljHGcoIkwVRxfFEQAsf82L4JcqT15cuzh79Vhx7KviKC4cfX7hWCiOVBZHRBjAU3GjNS+C36iuHXvlJ/advsCKo7DhkxefuhbypaqF03qA52H6e55WN6TcGaX8tpH3RjZ2SQ4zZFbiqb146sV7o4vjeoAHZFr7dqN2q+pVD73E4CVqo8SOvFhvXK5WK3nfOLBCS/5wo+vZjIkLR4C7Zy3bjZuarf65OObPJcrFcaeKozqu31oWTusB7pkZ7Zv3lFZ/qn4tIc7s1+tjcZS1UfVGURyt0KKei0cTAHdi+96+57Q6M3k1T7z0Yia9HuuNojj6IrcilluUkXeNHH5QCOAWmcv97R5cXTK+ys8lutpiibl4qTr05UvVAZ55AdwAm4ZZHAeGEKzuuwp+tjU2hcJPCLFf4ucbD1eNcrPEUXBkAMBnBUGchaFtfjysYiNNkuRF+LVrPfBw9U/3jW1tsYS0436e8Cv3AgAfkSSpEWcfC6wwSF4S/r8Pbyu3y7u6FbymPL/0g6+8Nu6kzUZcOQb5VlUCAH9j83JnsGkpjW1yFs0Mg49iIquU7SOfXP2Hijf2Kro6ojgeLxuX4q6ROe7FkavsEWEApxOLn0bFIanmZSmLNI+URA90LVhy5Z8QOkxd+dwlFxKqxRJi6NryoQsLCQF0dhi8JAG1yWk0TlL9X933Zg3+mf5cQttIOJc2c7WRUD70wm4cAMVmpdAIKw6tDCOj2l9b7+iCl75wbOfZJVfZ90fFVfa+XGU/O66y9/AJNHhKNk+l0CYaaiQpJbot4oq55kbCtnbhKDcSbjZz9cxLHdbjcT08HZt1vkz72zhNeYjpoj2Orq7t1LkXV1xlPyqtsvfzVfaIMHhonpEaHikyQ1YET6aV+Y64uj69NmpnXnL06quNhLI2llfZi+USWGUPjyYM0vIpFU3TmJxkvuPV1dc6vxinvFiil28kVJ9AW2CxBDya0CjFU2akITnN3N/WWr6ndm6xV7cjVhIqh1X2QxFhs8ONI555wT2yg8KTUdvgfzjNRBe8QdU/IdQqvvTivTFfLCFiy+IopdgsAXekMFDZWWIQgri6a/XqLziK+Mp/xnEjv529XKkX9iiOcPvCJA5VciUZPRtXP+AO1Eoqf7qRt8ZTq+xXq5XcSBgOQsuieKoKt8TOUsMkjBcn1KyOqybi6m78bfTSv/kvi6Mwn8viKL/AEYm567CRkF82ojfCN7JT+Sw0MAKTVHIRV/dvzPx9JWH5G2i9iSBvHI/FkeL7QfA9MoO/vrITgxLE1bOpGL606Yv3xvVorX0B7bDKnvdGDxkGV2dnSUhMmsSkmmk16uMf8Kiqq+OJQ6/jLvv+XN44yh9vjFhx3Mo3qqo42tgxARcXJhmhgREirqDoQx/j6DKdwmvVzZz3RvlUVcxd+BlHuCg7CPi1oEequdt6DXH13IoHX6fXeqm9Xqo2Okz+I0IsvKLZoTa6+HY2fJYZpiR+oeRsXOHoCgrGXMVWL07/Bhorjrw3yg+gRbw2qr6ItYTwT+yUBImNuILLRVhdKRRHuZOQUZ/PlsWRP1VVPyC0xUZC+ACDBKlJzvAixBV83FipmL3yQ3t+4ciK495hCsUx4sVxq+4bXQxfUBSTICDnWBFO2uHTxqcGr3Jv1Iujw6MrYrZi6jJRG0HKSBAiruDrjA+02ihnrzYbu5TDOvvXN0ecfcneiFX2z4uSgJJztogruBo9ulR25cOXXIzDvO5ZcVwKvh8JrDZuZW3EjeNT8Ehgn4+r9zHiCq5Mb4764NUq3DgK6kcc+TMv0RstJNZv9u62J20gAOB4E81cUluLliiCxpnStbNNBQxQpJOnXDXozPb9P8yOOvEBHZtvuCP/X2J8dzne/HN3vcK6cw3PWJIraoVVOZhbfOD4eFe12DYW5GtCfnFwLxMmV17F0oubquuFXEELBw+eL70W1l5S8cDxadsow1WUS5LxKraNPHDU2JJcffu+tTXJPgFqa7zp4qXLuc9QSTM6q304V1Y1OPPiOGr1exvp1Q9AXT8fTZ/8mrlZdH19Lf/kf6jnKt3o9VuRFMeb3vlu7Z9yZR0H54d1P7xop3fTZ25UMH2kx8ym0w8Po+YnVWZWU6ylu7R90WwmoV/2ToNqbWmuakdxq9m87KW393ku5vL8VgXzGekwM+n+v4fJxbtyOdoKLJveSmZ1nwuspzztZY6TNJutyDu2/pYrK/CiMHQGo1x6PYoKREGbmQnx4WHU/KTKzEpgnY0Gtl1yKmEUn7vv5cqqBXU/SQYjAQArNBqYZslJwvioar14a3Au8FpJZdLuCABYqU57YpqmU2nFR9YbuXLP4tCx+10BACvX7cte2U7oe7sLubKCKKzYbQEASmibkpNEp+6rXLmejFU2FACgiGFWBCuMqy9y5Z76FXvARhCAMnLRHTxsCOvBs1xZQeTYDc7YASil05C92nHCTfcpV57vmH1qBUAxnb4plU7i2p9cWdXyCWsrAAoq1ld2yd9zH3JVPTwpcW4FQEF5d1DsB+tBkSvrKNzJqBUAFeXdzJQqZXeWq6BeMbnBAEBRQ1Ny/D1L5qr+ZacnAEBRPVPaLx8b3rFfaggAUFZxneFkz4j39u1UAICyUlMqHRpR/StbQQBK65lS2Uj8jBtXAJTWyWanV0ZS4lsYACiuLXNlGwmLKwCq60xkrwyHxRUA5bVnuapwnx2A8rqzXI0FAChvLHPF6zcANDDc3jYEAGhgsm3wA5MAdDAmVwD0MDKNHAA00CVXADSRcdQOQA9jcgVADz1yBUAPI3IFQAv5kFwB0ENKrgDooUuuAOihQ64A6CAXglwB0AS5AqCFXPASDgBNkCsAmiBXADRBrgBoglwB0AS5An6zawemEQUhFEXtbuEzMPZfTUpYAwH3Zc8p4qIiITwyACHkCgghV0AItysghFwBIeQKCCFXQAi5AkLIFRBCroAQcgWEkCsghFwBIeQKCCFXQAi5AkLIFRBCroAQcgWEkCsgxCxX974AdtVrRK6AvydXwL8kV0AItysgRN2RcwF2Daer8wLYJVdACLkCQrhdASHkCgghV0CIOiN9AHbVHTjHdAVskysgxCxXegWsqzPQ7XYFbBtOV30BdtVsF2zLIPBLlkHgS01y5e0K+AB1JkxXwDrLIBBCroAQcgWEqAaIYLoCQlQPPM/TALvqvNVtugL21XlProAPYBmEH3bt6ARAGIiC4LWnoqD9F2ML+QsLM0Us70KIWMqVWgH7zQmQMEvjyrwCtnMMAhF+tQMR3q6ACOsKiLCugAi5AiLkCoiQKyBCroAIuQIi5AqIkCsgQq6AiLkBEqwrIMK6AiLkCoiQKyBCroAIuQIi5AqIkCsgYh6ABOsKiJArIMIxCETIFRAhV0CEXAERcgVEyBUQMRdAgnUFRMgVEDEvQIK3KyBCroAIuQIi5AqIkCsgQq6ACLkCIuQKiJgDIMG6AiLkCohwDAIR8wE/u3ZAAgAAAjDMcoL9E5njsIU4KpJgugIi5AqIkCsgQq6ACLkCIuQKiJgDSDBdARFyBUTIFRAhV0CEXAERcgVEeGQAIuQKiJArIEKugAi5AiLkCoiQKyBCroAIuQIi5AqIkCsgQq6ACLkCIuQKiJgFSJArIMIyCETIFRBhGQQiTFdAhFwBEXIFRLhdARFyBUTIFRAhV0CEXAERcgVEeGQAIuQKiJArIEKugAindiBCroAIuQIi5AqIkCsgQq7g2aljIgBAGABitQULU/1bQsffJSJChK6ACF0BEboCInQFROgKiNAVEKErIEJXQISugAhdARG6AiJ0BUToCojQFRChKyBCV0CEroAIXQERugIidAVE6AqI0BUQoSsgQldAhK6ACF0BEboCInQFROgKiNAVEKErIEJXQISugAhdARG6AiJ0BUToCojQFRChKyBCV0CEroAIXQERugIidAVE6AqI0BUQoSsgQldAxLwFCHhzFiDgzF3gt1/HJgCAMBQFPziGrTOkkICFuP9KBnGIBN5tcShgarBBAAWsIe0DAOltBTsAkJzpcT4IILXl+rpbA4CkzLvCBVsGNK6lSltlAAAAAElFTkSuQmCC);
  color: #333333;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -2;
  width: 100%;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureTop .SetScnenureTitle[data-v-2ab4cb34] {
  z-index: 9999;
  font-size: 0.3rem;
  font-weight: bold;
  margin: 0;
  padding-left: 0.3rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureTop .SetScnenure[data-v-2ab4cb34] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0.4rem;
  position: relative;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureTop .SetScnenure .scnbcc[data-v-2ab4cb34] {
  position: absolute;
  width: -webkit-calc(100%);
  width: calc(100%);
  height: 1.7rem;
  background-color: white;
  z-index: 1;
  top: 1.6rem;
  left: 0rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureTop .SetScnenure .SetScnenureBox[data-v-2ab4cb34] {
  z-index: 2;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #F6F9FF;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureTop .SetScnenure .SetScnenureBox[data-v-2ab4cb34]:nth-child(2) {
  margin-right: 0.1rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureTop .SetScnenure .SetScnenureBox[data-v-2ab4cb34]:nth-child(3) {
  margin-right: 0.1rem;
  margin-left: 0.1rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureTop .SetScnenure .SetScnenureBox[data-v-2ab4cb34]:nth-child(4) {
  margin-left: 0.1rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureTop .SetScnenure .SetScnenureBox .SetScnenureBoxTop[data-v-2ab4cb34] {
  padding: 0.14rem;
  height: 1.72rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureTop .SetScnenure .SetScnenureBox .SetScnenureBoxTop h2[data-v-2ab4cb34] {
  font-size: 0.24rem;
  font-weight: normal;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureTop .SetScnenure .SetScnenureBox .SetScnenureBoxTop .group[data-v-2ab4cb34] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureTop .SetScnenure .SetScnenureBox .SetScnenureBoxTop .group .grouptitle[data-v-2ab4cb34] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.18rem;
  font-weight: normal;
  margin-top: 0;
  padding-top: 0.1rem;
  text-align: center;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureTop .SetScnenure .SetScnenureBox .SetScnenureBoxTop .group .groupClass[data-v-2ab4cb34] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0.1rem;
  -webkit-box-flex: 2;
  -webkit-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureTop .SetScnenure .SetScnenureBox .SetScnenureBoxTop .group .groupClass .groupClassbox[data-v-2ab4cb34] {
  -webkit-flex-basis: -webkit-calc(50%);
      -ms-flex-preferred-size: calc(50%);
          flex-basis: calc(50%);
  max-width: -webkit-calc(50%);
  max-width: calc(50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.17rem;
  width: 1.14rem;
  padding-bottom: 0.2rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureTop .SetScnenure .SetScnenureBox .SetScnenureBoxBottom[data-v-2ab4cb34] {
  padding: 0.14rem;
  background: #F6F9FF;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureTop .SetScnenure .SetScnenureBox .SetScnenureBoxBottom h3[data-v-2ab4cb34] {
  margin: 0;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureTop .SetScnenure .SetScnenureBox .SetScnenureBoxBottom .title[data-v-2ab4cb34] {
  font-size: 0.24rem;
  font-weight: normal;
  margin-bottom: 0.16rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureTop .SetScnenure .SetScnenureBox .SetScnenureBoxBottom .provide[data-v-2ab4cb34] {
  font-size: 0.18rem;
  font-weight: normal;
  margin: 0.03rem;
  line-height: 0.25rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureTop .SetScnenure .SetScnenureBox .SetScnenureBoxBottom p[data-v-2ab4cb34] {
  font-size: 0.18rem;
  margin: 0;
  line-height: 0.25rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureTop .SetScnenuretype[data-v-2ab4cb34] {
  z-index: 9999;
  background-color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0.1rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureTop .SetScnenuretype .groupClassbox[data-v-2ab4cb34] {
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.1rem 0.2rem;
  margin: 0.1rem 0.3rem;
  background: rgba(59, 94, 252, 0.1);
  -webkit-border-radius: 0.21rem;
          border-radius: 0.21rem;
  font-size: 0.18rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureTop .SetScnenuretypeTitle[data-v-2ab4cb34] {
  font-size: 0.24rem;
  font-weight: normal;
  background-color: white;
  margin: 0;
  font-weight: bold;
  padding-left: 0.4rem;
  padding-top: 0.4rem;
  z-index: 9999;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScQr[data-v-2ab4cb34] {
  background-color: white;
  padding: 0.16rem 1.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScQr .aboutScQrleft[data-v-2ab4cb34] {
  padding-right: 0.19rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScQr .aboutScQrleft img[data-v-2ab4cb34] {
  width: 1.8rem;
  border: 0.01rem solid #f6f9ff;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScQr .aboutScQrright p[data-v-2ab4cb34] {
  font-size: 0.18rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScQr .aboutScQrright p[data-v-2ab4cb34]:nth-child(2) {
  margin: 0.42rem 0;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScQr .aboutScQrright p span[data-v-2ab4cb34] {
  margin-right: 0.2rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScQr .aboutScQrright p span[data-v-2ab4cb34]:first-child {
  display: inline-block;
  width: 1.2rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom[data-v-2ab4cb34] {
  background-color: white;
  padding: 0.39rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox1[data-v-2ab4cb34] {
  margin-top: 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox1 .asbox1-left[data-v-2ab4cb34] {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
      -ms-flex: 3;
          flex: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0.6rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox1 .asbox1-left .pic[data-v-2ab4cb34] {
  width: 0.64rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox1 .asbox1-left .pic img[data-v-2ab4cb34] {
  width: 100%;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox1 .asbox1-left .asboxtext[data-v-2ab4cb34] {
  padding: 0 0.1rem;
  -webkit-box-flex: 18;
  -webkit-flex: 18;
      -ms-flex: 18;
          flex: 18;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox1 .asbox1-left .asboxtext h3[data-v-2ab4cb34] {
  font-size: 0.24rem;
  margin-top: 0.01rem;
  margin-bottom: 0.01rem;
  line-height: 0.32rem;
  font-weight: normal;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox1 .asbox1-left .asboxtext p[data-v-2ab4cb34] {
  font-size: 0.18rem;
  line-height: 0.25rem;
  margin-top: 0.01rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox2[data-v-2ab4cb34] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox2 .asbox1-right[data-v-2ab4cb34] {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
      -ms-flex: 2;
          flex: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox2 .asbox1-right .pic[data-v-2ab4cb34] {
  width: 0.64rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox2 .asbox1-right .pic img[data-v-2ab4cb34] {
  width: 100%;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox2 .asbox1-right .asboxtext[data-v-2ab4cb34] {
  padding: 0 0.1rem;
  -webkit-box-flex: 18;
  -webkit-flex: 18;
      -ms-flex: 18;
          flex: 18;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox2 .asbox1-right .asboxtext h3[data-v-2ab4cb34] {
  font-size: 0.24rem;
  margin-top: 0.01rem;
  margin-bottom: 0.01rem;
  line-height: 0.32rem;
  font-weight: normal;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox2 .asbox1-right .asboxtext p[data-v-2ab4cb34] {
  font-size: 0.18rem;
  line-height: 0.25rem;
  margin-top: 0.01rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox2 .asbox2[data-v-2ab4cb34] {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox2 .asbox2 .asQr[data-v-2ab4cb34] {
  padding-top: 0.1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox2 .asbox2 .asQr .qr[data-v-2ab4cb34] {
  width: 1.9rem;
  height: 1.9rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox2 .asbox2 .asQr .qr img[data-v-2ab4cb34] {
  width: 100%;
  height: 100%;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox2 .asbox2 .asQr .qrtext[data-v-2ab4cb34] {
  font-size: 0.18rem;
  padding-top: 0.17rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox2 .asbox2 .asQr .qrtext p[data-v-2ab4cb34] {
  margin: 0;
  line-height: 0.25rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox2 .asbox2 .asQr .qrtext .qrtextbox[data-v-2ab4cb34] {
  margin-bottom: 0.06rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox2 .asbox2 .qrtext-new[data-v-2ab4cb34] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox2 .asbox2 .qrtext-new .qrtext-new-str[data-v-2ab4cb34] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.18rem;
  line-height: 0.25rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox2 .asbox2-left[data-v-2ab4cb34] {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
      -ms-flex: 3;
          flex: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.4rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox2 .asbox2-left .pic[data-v-2ab4cb34] {
  width: 0.64rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox2 .asbox2-left .pic img[data-v-2ab4cb34] {
  width: 100%;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox2 .asbox2-left .asboxtext[data-v-2ab4cb34] {
  padding: 0 0.1rem;
  -webkit-box-flex: 18;
  -webkit-flex: 18;
      -ms-flex: 18;
          flex: 18;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox2 .asbox2-left .asboxtext h3[data-v-2ab4cb34] {
  font-size: 0.24rem;
  margin-top: 0.01rem;
  margin-bottom: 0.01rem;
  line-height: 0.32rem;
  font-weight: normal;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox2 .asbox2-left .asboxtext p[data-v-2ab4cb34] {
  font-size: 0.18rem;
  line-height: 0.25rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox2 .asbox2-left .asboxtext p[data-v-2ab4cb34]:nth-child(2) {
  margin-top: 0.04rem;
  margin-bottom: 0.05rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox2 .asbox2-left .asboxtext p[data-v-2ab4cb34]:nth-child(3) {
  margin-top: 0;
  margin-bottom: 0;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox2 .asbox2-right[data-v-2ab4cb34] {
  padding-top: 0.4rem;
  padding-left: 0.6rem;
  width: 4.15rem;
  -webkit-box-flex: 2;
  -webkit-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox2 .asbox2-right .pic[data-v-2ab4cb34] {
  width: 0.64rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox2 .asbox2-right .pic img[data-v-2ab4cb34] {
  width: 100%;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox2 .asbox2-right .asboxtext[data-v-2ab4cb34] {
  padding: 0 0.1rem;
  -webkit-box-flex: 18;
  -webkit-flex: 18;
      -ms-flex: 18;
          flex: 18;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox2 .asbox2-right .asboxtext h3[data-v-2ab4cb34] {
  font-size: 0.24rem;
  margin-top: 0.01rem;
  margin-bottom: 0.01rem;
  line-height: 0.32rem;
  font-weight: normal;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox2 .asbox2-right .asboxtext p[data-v-2ab4cb34] {
  font-size: 0.18rem;
  line-height: 0.25rem;
  margin-top: 0.01rem;
}

/* 大赛组委会联系方式 */
.contact .contactMain[data-v-2ab4cb34] {
  background-color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact .contactMain .contactMainLeft[data-v-2ab4cb34] {
  -webkit-box-flex: 4;
  -webkit-flex: 4;
      -ms-flex: 4;
          flex: 4;
  padding: 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.contact .contactMain .contactMainLeft .contactMainLeftQR[data-v-2ab4cb34] {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
      -ms-flex: 2;
          flex: 2;
  padding-top: 0.5rem;
}
.contact .contactMain .contactMainLeft .contactMainLeftQR .qrcon[data-v-2ab4cb34] {
  width: 2.4rem;
  height: 2.4rem;
  margin: auto;
  border: 0.01rem solid #999999;
  background-color: #f6f9ff;
  text-align: center;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
}
.contact .contactMain .contactMainLeft .contactMainLeftQR .qrcon img[data-v-2ab4cb34] {
  width: 100%;
  text-align: center;
  margin: auto;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
}
.contact .contactMain .contactMainLeft .contactMainLeftQR .wx-number[data-v-2ab4cb34] {
  text-align: center;
  color: #1667ff;
  font-size: 0.18rem;
  margin-top: 0.2rem;
  margin-bottom: 0.3rem;
}
.contact .contactMain .contactMainLeft .contactMainLeftQR .wx-text[data-v-2ab4cb34] {
  text-align: center;
  font-size: 0.18rem;
}
.contact .contactMain .contactMainLeft .contactMainLeftInfo[data-v-2ab4cb34] {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
.contact .contactMain .contactMainLeft .contactMainLeftInfo .star[data-v-2ab4cb34] {
  width: 1.6rem;
}
.contact .contactMain .contactMainLeft .contactMainLeftInfo .contactInfoBox[data-v-2ab4cb34] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0.2rem 0.1rem;
}
.contact .contactMain .contactMainLeft .contactMainLeftInfo .contactInfoBox img[data-v-2ab4cb34] {
  width: 0.8rem;
  height: 0.8rem;
}
.contact .contactMain .contactMainLeft .contactMainLeftInfo .contactInfoBox div[data-v-2ab4cb34] {
  margin-left: 0.2rem;
}
.contact .contactMain .contactMainLeft .contactMainLeftInfo .contactInfoBox div p[data-v-2ab4cb34] {
  margin: 0;
  font-size: 0.22rem;
}
.contact .contactMain .contactMainLeft .contactMainLeftInfo .contactInfoBox div p[data-v-2ab4cb34]:first-child {
  font-size: 0.18rem;
  color: #979797;
}
.contact .contactMain .contactMainLeft .contactMainLeftInfo .contactInfoBox div p[data-v-2ab4cb34]:nth-child(2) {
  margin: 0.1rem 0;
}
.contact .contactMain .contactMainLeft .contactMainLeftInfo .contactInfoBox[data-v-2ab4cb34]:nth-child(1) {
  margin-top: 0.2rem;
}
.contact .contactMain .contactMainRight[data-v-2ab4cb34] {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.contact .contactMain .contactMainRight img[data-v-2ab4cb34] {
  width: 100%;
}
.drop[data-v-2ab4cb34] {
  position: absolute;
  left: 14.75rem !important;
}
.demo-table-expand[data-v-2ab4cb34] {
  font-size: 0;
}
.demo-table-expand label[data-v-2ab4cb34] {
  width: 0.9rem;
  color: #99a9bf;
}
.demo-table-expand .el-form-item[data-v-2ab4cb34] {
  margin-right: 0;
  margin-bottom: 0;
  width: 50%;
}
[data-v-2ab4cb34] .el-table__header th {
  background-color: #c9e2ff;
}
[data-v-2ab4cb34] .custom-carousel {
  height: 6rem !important;
}
[data-v-2ab4cb34] .custom-carousel .el-carousel__item {
  height: 100%;
}
[data-v-2ab4cb34] .custom-carousel .el-carousel__item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.box1_0[data-v-2ab4cb34] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.box1_0 div[data-v-2ab4cb34]:nth-child(2) {
  text-align: right;
  font-size: 0.18rem;
  font-weight: 100;
}
.banner[data-v-2ab4cb34] {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 19.2rem;
  height: 6rem;
  overflow: hidden;
}
.bacmain[data-v-2ab4cb34] {
  width: 12rem;
  margin-left: -webkit-calc(50% - 6rem);
  margin-left: calc(50% - 6rem);
}
[data-v-2ab4cb34] .custom-carousel {
  width: 100%;
  height: 100% !important;
  overflow: hidden;
}
.back-btn[data-v-2ab4cb34] {
  width: 100%;
  height: 100%;
  background: #f2f5f6;
  -webkit-box-shadow: 0 0 0.06rem rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 0.06rem rgba(0, 0, 0, 0.12);
  text-align: center;
  font-size: 0.2rem;
  line-height: 0.5rem;
  color: #1989fa;
}
.Scne[data-v-2ab4cb34] {
  padding-top: 1rem;
}
[data-v-81d67b2a] .el-dialog__body {
  max-height: auto;
  padding: 0;
}
[data-v-81d67b2a] .el-dialog__body embed,[data-v-81d67b2a] .el-dialog__body iframe {
  width: 100%;
  height: 60vh;
  display: block;
}
[data-v-3b5e2c70] .custom-dialog .el-dialog__body {
  padding: 0.2rem 0.2rem 0;
}
[data-v-3b5e2c70] .custom-dialog .mycontent {
  width: 80%;
  margin-bottom: 0.39rem;
  margin: 0.3rem auto 0.39rem;
}
[data-v-3b5e2c70] .custom-dialog .mycontent .label {
  width: 30%;
  display: inline-block;
  color: #666666;
  font-size: 0.16rem;
}
[data-v-3b5e2c70] .custom-dialog .mycontent .text {
  display: inline-block;
  color: #333333;
  font-size: 0.14rem;
}
[data-v-840375b0] .custom-dialog .el-dialog__body {
  padding: 0.2rem 0.2rem 0;
}
[data-v-840375b0] .custom-dialog .mycontent {
  width: 80%;
  margin-bottom: 0.39rem;
  margin: 0.3rem auto 0.39rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-mycontent: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
[data-v-840375b0] .custom-dialog .mycontent .label {
  width: 30%;
  display: inline-block;
  color: #666666;
  font-size: 0.16rem;
}
[data-v-840375b0] .custom-dialog .mycontent .text {
  display: inline-block;
  color: #333333;
  font-size: 0.14rem;
}
[data-v-840375b0] .custom-dialog .mycontent .projectShareholder {
  margin-bottom: 0.08rem;
}
[data-v-840375b0] .custom-dialog .mycontent .projectShareholder span {
  margin-right: 0.15rem;
}
[data-v-840375b0] .custom-dialog .mycontent .uploadTable {
  color: #7DB0EA;
  font-weight: 600;
  font-size: 0.14rem;
}
#offer-content[data-v-643b72df] {
  padding-top: 0.22rem;
}
.pointer[data-v-643b72df] {
  cursor: pointer;
}
.offer-card[data-v-643b72df] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 1.4rem;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  border: 0.01rem solid #f6f6f6;
  padding-left: 0.18rem;
  margin-bottom: 0.1rem;
}
.offer-card .avatar[data-v-643b72df] {
  width: 0.5rem;
  height: 0.5rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
  overflow: hidden;
  margin-right: 0.19rem;
}
.offer-card .company[data-v-643b72df] {
  margin-right: 0.54rem;
  width: 2.16rem;
}
.offer-card .company .name[data-v-643b72df] {
  color: #333;
  font-size: 0.18rem;
  font-weight: 700;
  line-height: 160%;
  /* 28.8px */
}
.offer-card .company .info[data-v-643b72df] {
  color: #666;
  font-size: 0.14rem;
  line-height: 160%;
  /* 22.4px */
}
.offer-card .company .chat[data-v-643b72df] {
  color: #7db0ea;
  font-size: 0.14rem;
  line-height: 160%;
  /* 16px */
}
.offer-card .company .chat > i[data-v-643b72df] {
  font-size: 0.25rem;
  margin-right: 0.05rem;
}
.offer-card .offer[data-v-643b72df] {
  width: 2.4rem;
  margin-right: 0.61rem;
  color: #333;
  font-size: 0.16rem;
  line-height: 160%;
  /* 25.6px */
}
.offer-card .button-list .button[data-v-643b72df] {
  display: block;
  padding: 0;
  margin: 0;
  width: 0.9rem;
  height: 0.3rem;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  background: #7db0ea;
  color: #fff;
  font-size: 0.12rem;
  font-weight: 700;
  line-height: 160%;
  margin-bottom: 0.05rem;
}
.offer-card .button-list .button.b[data-v-643b72df] {
  border: 0.01rem solid #7db0ea;
  background: rgba(125, 176, 234, 0.3);
  color: #7db0ea;
}
.offer-card .button-list .button.c[data-v-643b72df] {
  background: #f2f2f2;
  color: #999;
}
.offer-card .button-list .button.d[data-v-643b72df] {
  background: #f2f2f2;
  color: #999;
}
[data-v-643b72df] .el-dialog {
  color: #333;
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
}
[data-v-643b72df] .el-dialog .el-dialog__body {
  padding: 0.3rem 0.8rem;
}
[data-v-643b72df] .el-dialog .d-title {
  font-size: 0.14rem;
  font-weight: 700;
  margin-bottom: 0.09rem;
}
[data-v-643b72df] .el-dialog .d-text {
  font-size: 0.14rem;
  line-height: 180%;
  /* 25.2px */
  margin-bottom: 0.12rem;
}
[data-v-643b72df] .el-dialog .header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.14rem;
  margin-bottom: 0.36rem;
}
[data-v-643b72df] .el-dialog .header .header-title {
  font-size: 0.18rem;
  font-weight: 700;
}
[data-v-643b72df] .el-dialog .header .header-text {
  font-size: 0.14rem;
}
[data-v-bd141958] .custom-dialog .el-dialog__body {
  padding: 0.2rem 0.2rem 0;
}
[data-v-bd141958] .custom-dialog .mycontent {
  width: 80%;
  margin-bottom: 0.39rem;
  margin: 0.3rem auto 0.39rem;
}
[data-v-bd141958] .custom-dialog .mycontent .label {
  width: 30%;
  display: inline-block;
  color: #666666;
  font-size: 0.16rem;
}
[data-v-bd141958] .custom-dialog .mycontent .text {
  display: inline-block;
  color: #333333;
  font-size: 0.14rem;
}
[data-v-bd141958] .custom-dialog .mycontent .uploadTable {
  color: #7DB0EA;
  font-weight: 600;
  font-size: 0.14rem;
}
[data-v-13ed951d] .custom-dialog .el-dialog__body {
  padding: 0.2rem 0.2rem 0;
}
[data-v-13ed951d] .custom-dialog .mycontent {
  width: 80%;
  margin-bottom: 0.39rem;
  margin: 0.3rem auto 0.39rem;
}
[data-v-13ed951d] .custom-dialog .mycontent .label {
  width: 30%;
  display: inline-block;
  color: #666666;
  font-size: 0.16rem;
}
[data-v-13ed951d] .custom-dialog .mycontent .text {
  display: inline-block;
  color: #333333;
  font-size: 0.14rem;
}
.dialogMyVisible[data-v-0946b13c] {
  text-align: center;
}
.dialogMyVisible i[data-v-0946b13c] {
  margin-bottom: 0.36rem;
}
.dialogMyVisible div[data-v-0946b13c] {
  font-size: 0.2rem;
  line-height: 0.23rem;
  text-align: center;
  color: #333333;
  margin-bottom: 0.46rem;
}
.dialogMyVisible dt[data-v-092a823a] {
  font-weight: 400;
  font-size: 0.21rem;
  line-height: 160%;
  color: #666666;
}
.dialogMyVisible dd[data-v-092a823a] {
  margin: -0.2rem 0 0;
  font-weight: 600;
  font-size: 0.85rem;
  line-height: 160%;
  color: #ffa724;
  text-align: center;
}
.dialogMyVisible p[data-v-092a823a] {
  margin: 0.2rem 0 0;
  text-align: center;
  font-weight: 400;
  font-size: 0.18rem;
  line-height: 160%;
  color: #333333;
}
[data-v-fc3b2db6] .el-dialog__body .mySign {
  border: 0.01rem dashed #000;
}
@charset "UTF-8";
#smallPointTable[data-v-a9a8f136] {
  width: 117%;
  margin-left: -0.7rem;
}
#smallPointTable[data-v-a9a8f136] .el-table__header tr th {
  background: #7DB0EA;
  color: #ffffff;
  border-right: 0.01rem solid #969494;
  text-align: center !important;
}
#smallPointTable[data-v-a9a8f136] .el-table td.el-table__cell {
  border: 0.01rem solid #E6E6E6;
}
#smallPointTable[data-v-a9a8f136] .el-table .el-table__header {
  margin-bottom: 0 !important;
}
#smallPointTable[data-v-a9a8f136] .three-omit .cell .el-tooltip.ellipsis {
  display: -webkit-box !important;
  /* Safari */
  -webkit-line-clamp: 3 !important;
  /* Safari and Chrome */
  -webkit-box-orient: vertical !important;
  /* Safari and Chrome */
  overflow: hidden !important;
  white-space: wrap !important;
  padding-top: 0.02rem;
  padding-bottom: 0.02rem;
  line-height: 0.3rem;
}
.content3[data-v-a9a8f136] {
  padding: 0.3rem 0.7rem 0.39rem;
  overflow: hidden;
  margin-bottom: 0.57rem;
}
.btnPro[data-v-a9a8f136] {
  position: relative;
  width: 100%;
  text-align: center;
  padding-bottom: 0.8rem;
  margin-bottom: 0.8rem;
}
.btnPro div[data-v-a9a8f136] {
  display: inline-block;
  width: 2rem;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  border: 0.01rem solid #7db0ea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  /* 20px; */
  font-weight: 600;
  font-size: 0.18rem;
  cursor: pointer;
}
.btnPro div[data-v-a9a8f136]:nth-child(1) {
  background: #d3e8fe;
  color: #0a7dff;
  /* #666666; */
  margin-right: 0.3rem;
}
.btnPro div[data-v-a9a8f136]:nth-child(2) {
  background: #7db0ea;
  color: #333333;
}
[data-v-a9a8f136] .ruleList-dialog .el-dialog__body {
  height: 60vh;
  padding: 0.22rem 0.33rem 0 0.39rem;
}
[data-v-a9a8f136] .el-input-number__decrease,[data-v-a9a8f136] .el-input-number__increase {
  background-color: #7db0ed;
}
.center-dialog[data-v-a9a8f136] {
  background-color: red;
}
[data-v-a9a8f136] .el-dialog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  /* 兼容IE */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -ms-flex-direction: column;
  /* 兼容IE */
  margin: 0 !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-height: -webkit-calc(100% - 0.3rem);
  max-height: calc(100% - 0.3rem);
  max-width: -webkit-calc(100% - 0.3rem);
  max-width: calc(100% - 0.3rem);
}
[data-v-a9a8f136] .el-dialog .el-dialog__body {
  max-height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  -ms-flex: 1 1 auto;
  /* 兼容IE */
  overflow-y: auto;
  overflow-x: hidden;
}
.el-dialog__wrapper[data-v-a9a8f136] {
  overflow: hidden;
}
.smallSumScore[data-v-a9a8f136] {
  margin-top: 0.15rem;
  font-size: 0.17rem;
  margin-bottom: 0.15rem;
}
[data-v-a9a8f136] .el-icon-minus {
  color: white;
}
[data-v-a9a8f136] .el-icon-plus {
  color: white;
}
@charset "UTF-8";
.prompt[data-v-dc9a6292] {
  margin: 0.16rem 0;
  color: #da251c;
  font-size: 0.17rem;
}
.prompt span[data-v-dc9a6292] {
  color: #999999;
}
#smallPointTable[data-v-dc9a6292] {
  width: 117%;
  margin-left: -0.7rem;
}
#smallPointTable[data-v-dc9a6292] .el-table__header tr th {
  background: #7db0ea;
  color: #ffffff;
  border-right: 0.01rem solid #969494;
  text-align: center !important;
}
#smallPointTable[data-v-dc9a6292] .el-table td.el-table__cell {
  border: 0.01rem solid #e6e6e6;
}
#smallPointTable[data-v-dc9a6292] .el-table .el-table__header {
  margin-bottom: 0 !important;
}
#smallPointTable[data-v-dc9a6292] .three-omit .cell .el-tooltip.ellipsis {
  display: -webkit-box !important;
  /* Safari */
  -webkit-line-clamp: 3 !important;
  /* Safari and Chrome */
  -webkit-box-orient: vertical !important;
  /* Safari and Chrome */
  overflow: hidden !important;
  white-space: wrap !important;
  padding-top: 0.02rem;
  padding-bottom: 0.02rem;
  line-height: 0.3rem;
}
.content3[data-v-dc9a6292] {
  padding: 0.3rem 0.7rem 0.39rem;
  overflow: hidden;
  margin-bottom: 0.57rem;
}
.btnPro[data-v-dc9a6292] {
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.btnPro div[data-v-dc9a6292] {
  display: inline-block;
  width: 2rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  border: 0.01rem solid #7db0ea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  /* 20px; */
  font-weight: 600;
  font-size: 0.18rem;
  cursor: pointer;
  background: #7db0ea;
  margin-right: 0.3rem;
}
.btnPro div[data-v-dc9a6292]:nth-child(1) {
  background: #7DB0EA;
  color: #FFFFFF;
}
.btnPro div[data-v-dc9a6292]:nth-child(2) {
  margin-top: 0.13rem;
  background: rgba(125, 176, 234, 0.5);
  color: #7DB0EA !important;
}
[data-v-dc9a6292] .ruleList-dialog .el-dialog__body {
  height: 60vh;
  padding: 0.22rem 0.33rem 0 0.39rem;
}
[data-v-dc9a6292] .el-input-number__decrease,[data-v-dc9a6292] .el-input-number__increase {
  background-color: #7db0ed;
}
.center-dialog[data-v-dc9a6292] {
  background-color: red;
}
[data-v-dc9a6292] .el-dialog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  /* 兼容IE */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -ms-flex-direction: column;
  /* 兼容IE */
  margin: 0 !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-height: -webkit-calc(100% - 0.3rem);
  max-height: calc(100% - 0.3rem);
  max-width: -webkit-calc(100% - 0.3rem);
  max-width: calc(100% - 0.3rem);
}
[data-v-dc9a6292] .el-dialog .el-dialog__body {
  max-height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  -ms-flex: 1 1 auto;
  /* 兼容IE */
  overflow-y: auto;
  overflow-x: hidden;
}
.el-dialog__wrapper[data-v-dc9a6292] {
  overflow: hidden;
}
.smallSumScore[data-v-dc9a6292] {
  margin-top: 0.15rem;
  font-size: 0.17rem;
  margin-bottom: 0.15rem;
}
[data-v-dc9a6292] .el-icon-minus {
  color: white;
}
[data-v-dc9a6292] .el-icon-plus {
  color: white;
}
[data-v-1e30695c] .custom-dialog .el-dialog__body {
  padding: 0.2rem 0.2rem 0;
}
[data-v-1e30695c] .custom-dialog .mycontent {
  width: 80%;
  margin-bottom: 0.39rem;
  margin: 0.3rem auto 0.39rem;
}
[data-v-1e30695c] .custom-dialog .mycontent .label {
  width: 30%;
  display: inline-block;
  color: #666666;
  font-size: 0.16rem;
}
[data-v-1e30695c] .custom-dialog .mycontent .text {
  display: inline-block;
  color: #333333;
  font-size: 0.14rem;
}
.con-title[data-v-79cd8b51] {
  line-height: 0.4rem;
  color: #333333;
  font-size: 0.16rem;
  font-weight: 600;
}
.con-title1[data-v-79cd8b51] {
  margin-bottom: 0.12rem;
  padding-left: 0.23rem;
}
.viewDetail[data-v-79cd8b51] {
  color: #7db0ea;
  font-size: 0.14rem;
  font-weight: 600;
}
[data-v-23039181] .custom-dialog .el-dialog__body {
  padding: 0.2rem 0.2rem 0;
}
[data-v-23039181] .custom-dialog .mycontent {
  width: 80%;
  margin-bottom: 0.39rem;
  margin: 0.3rem auto 0.39rem;
}
[data-v-23039181] .custom-dialog .mycontent .label {
  width: 30%;
  display: inline-block;
  color: #666666;
  font-size: 0.16rem;
}
[data-v-23039181] .custom-dialog .mycontent .text {
  display: inline-block;
  color: #333333;
  font-size: 0.14rem;
}
[data-v-3282e1c8] .custom-dialog .el-dialog__body {
  padding: 0.2rem 0.2rem 0;
}
[data-v-3282e1c8] .custom-dialog .mycontent {
  width: 80%;
  margin-bottom: 0.39rem;
  margin: 0.3rem auto 0.39rem;
}
[data-v-3282e1c8] .custom-dialog .mycontent .label {
  width: 30%;
  display: inline-block;
  color: #666666;
  font-size: 0.16rem;
}
[data-v-3282e1c8] .custom-dialog .mycontent .text {
  display: inline-block;
  color: #333333;
  font-size: 0.14rem;
}
[data-v-3307bea6] .custom-dialog .el-dialog__body {
  padding: 0.2rem 0.2rem 0;
}
[data-v-3307bea6] .custom-dialog .mycontent {
  width: 80%;
  margin-bottom: 0.39rem;
  margin: 0.3rem auto 0.39rem;
}
[data-v-3307bea6] .custom-dialog .mycontent .label {
  width: 30%;
  display: inline-block;
  color: #666666;
  font-size: 0.16rem;
}
[data-v-3307bea6] .custom-dialog .mycontent .text {
  display: inline-block;
  color: #333333;
  font-size: 0.14rem;
}
.OnlineReview .mar-b60[data-v-040d3146] {
  margin-bottom: 0.6rem;
}
.OnlineReview .backBox[data-v-040d3146] {
  text-align: left;
  font-size: 0.16rem;
  position: fixed;
  top: 0;
  width: 100%;
  height: 0.6rem;
  background: #ffffff;
  z-index: 999;
}
.OnlineReview .backBox .back[data-v-040d3146] {
  position: fixed;
  padding: 0.2rem;
}
.OnlineReview .lists[data-v-040d3146] {
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
  margin-bottom: 0.16rem;
  padding: 0.22rem 0.34rem 0.19rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
}
.OnlineReview .lists .el-image[data-v-040d3146] {
  width: 2.15rem;
  height: 1.36rem;
  -webkit-border-radius: 0.18rem;
          border-radius: 0.18rem;
  margin-right: 0.64rem;
  display: block;
}
.OnlineReview .lists .listContent h2[data-v-040d3146] {
  font-size: 0.22rem;
  margin: 0 0 0.14rem;
}
.OnlineReview .lists .listContent .conText[data-v-040d3146] {
  background: #d3e8fe;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
  display: inline-block;
  height: 0.26rem;
  padding: 0 0.06rem;
  color: #649aff;
  font-size: 0.12rem;
  line-height: 0.26rem;
  margin-right: 0.12rem;
  font-size: 0.18rem;
}
.OnlineReview .lists .listContent .listDesc[data-v-040d3146] {
  display: inline-block;
  margin-right: 0.34rem;
  margin-bottom: 0.06rem;
}
.OnlineReview .lists .listContent .listDesc span[data-v-040d3146] {
  font-size: 0.2rem;
  color: #999999;
  line-height: 0.22rem;
}
.OnlineReview .lists .listContent .listDesc span[data-v-040d3146]:nth-child(2) {
  color: #333;
}
.OnlineReview[data-v-040d3146]  .content {
  background: #ffffff;
  -webkit-box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.1);
  margin-bottom: 0.16rem;
}
.OnlineReview[data-v-040d3146]  .content .title {
  height: 0.28rem;
  margin-bottom: 0.18rem;
  position: relative;
}
.OnlineReview[data-v-040d3146]  .content .title .title-text {
  font-size: 0.18rem;
  font-weight: bold;
  color: #333333;
  position: relative;
  z-index: 2;
}
.OnlineReview[data-v-040d3146]  .content .title .title-text::after {
  content: "";
  display: block;
  width: 1.8rem;
  height: 0.07rem;
  background: -webkit-linear-gradient(359.99deg, rgba(125, 176, 234, 0.8) 39.59%, rgba(125, 176, 234, 0) 80.84%);
  background: linear-gradient(90.01deg, rgba(125, 176, 234, 0.8) 39.59%, rgba(125, 176, 234, 0) 80.84%);
  position: absolute;
  bottom: 0.01rem;
  z-index: -3;
}
.OnlineReview[data-v-040d3146]  .content .title .title-line {
  font-size: 0.2rem;
}
.OnlineReview[data-v-040d3146]  .content .part-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #333333;
  font-size: 0.14rem;
  line-height: 0.22rem;
}
.OnlineReview[data-v-040d3146]  .content .proDetails {
  margin-bottom: 0.2rem;
}
.OnlineReview[data-v-040d3146]  .content .proDetails .projectProgress {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.OnlineReview[data-v-040d3146]  .content .proDetails .projectProgress .progressText {
  width: 47%;
  margin-right: 0.72rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.OnlineReview[data-v-040d3146]  .content .proDetails .projectProgress .progressView {
  cursor: default;
  width: 0.52rem;
  height: 0.19rem;
  border: 0.01rem solid #7db0ea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 0.13rem;
          border-radius: 0.13rem;
  text-align: center;
  line-height: 0.19rem;
  color: #7db0ea;
  font-size: 0.1rem;
}
.OnlineReview[data-v-040d3146]  .content .con-title {
  line-height: 0.4rem;
  color: #333333;
  font-size: 0.16rem;
  font-weight: 600;
}
.OnlineReview[data-v-040d3146]  .content .con-title1 {
  margin-bottom: 0.12rem;
}
.OnlineReview[data-v-040d3146]  .content .con-desc {
  font-size: 0.14rem;
  color: #333333;
  line-height: 0.28rem;
  margin-bottom: 0.28rem;
  white-space: pre-line;
}
.OnlineReview[data-v-040d3146]  .content .attachmentLists {
  margin-bottom: 0.2rem;
}
.OnlineReview[data-v-040d3146]  .content .attachmentLists .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.14rem;
  color: #333333;
  margin: 0.14rem 0;
}
.OnlineReview[data-v-040d3146]  .content .attachmentLists .list img {
  width: 0.16rem;
  height: 0.16rem;
  margin-right: 0.15rem;
}
.OnlineReview[data-v-040d3146]  .content .attachmentLists .list .attachmentName {
  width: 8rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.OnlineReview[data-v-040d3146]  .content .attachmentLists .list a {
  display: inline-block;
  width: 0.52rem;
  height: 0.19rem;
  background: #ffffff;
  border: 0.01rem solid #7db0ea;
  -webkit-border-radius: 0.13rem;
          border-radius: 0.13rem;
  color: #7db0ea;
  font-size: 0.1rem;
  text-align: center;
  line-height: 0.19rem;
}
.OnlineReview[data-v-040d3146]  .content .proFlag {
  color: #333333;
  font-size: 0.14rem;
  margin-bottom: 0.24rem;
  margin-left: 0.32rem;
}
.OnlineReview[data-v-040d3146]  .content .proFlag div {
  line-height: 0.3rem;
}
.OnlineReview[data-v-040d3146]  .content .con-text {
  color: #333333;
  font-size: 0.14rem;
  margin-bottom: 0.1rem;
}
.OnlineReview[data-v-040d3146]  .content .apply {
  width: 98%;
  float: right;
  margin-top: 0.2rem;
}
.OnlineReview[data-v-040d3146]  .content .apply .applyCon {
  padding-bottom: 0.44rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.OnlineReview[data-v-040d3146]  .content .apply .applyCon .prompt {
  margin: 0.16rem 0;
  color: #da251c;
  font-size: 0.2rem;
}
.OnlineReview[data-v-040d3146]  .content .apply .applyCon .prompt span {
  color: #999999;
}
.OnlineReview[data-v-040d3146]  .content .apply .reviewResult {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0.24rem !important;
}
.OnlineReview[data-v-040d3146]  .content .apply .reviewResult h2 {
  margin-right: 0.3rem;
  margin-bottom: 0 !important;
}
.OnlineReview[data-v-040d3146]  .content .apply .applyCon:nth-last-child(1) {
  padding-bottom: 0;
}
.OnlineReview[data-v-040d3146]  .content .apply .applyCon::before {
  content: "";
  width: 0.01rem;
  height: -webkit-fill-available;
  background: #ababab;
  position: absolute;
  top: 0.07rem;
  left: -0.29rem;
}
.OnlineReview[data-v-040d3146]  .content .apply .applyCon::after {
  content: "";
  width: 0.06rem;
  height: 0.06rem;
  background: #7db0ea;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
  top: 0.07rem;
  left: -0.305rem;
  /* -31.5px; */
  z-index: 2;
}
.OnlineReview[data-v-040d3146]  .content .apply h2 {
  color: #333333;
  font-size: 0.16rem;
  line-height: 0.2rem;
  margin: 0;
}
.OnlineReview[data-v-040d3146]  .content .apply h2 span {
  font-size: 0.2rem;
  color: #ff1e1e;
}
.OnlineReview[data-v-040d3146]  .content .apply .applyTime {
  color: #666666;
  font-size: 0.16rem;
  line-height: 0.2rem;
  margin-bottom: 0.1rem;
  -webkit-transform-origin-x: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.OnlineReview[data-v-040d3146]  .content .apply .applyDesc {
  padding: 0.15rem 0.22rem;
  background: #f6faff;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  font-size: 0.14rem;
  line-height: 0.22rem;
}
.OnlineReview[data-v-040d3146]  .content .apply .comment {
  padding-top: 0.3rem;
  padding-left: 0.17rem;
}
.OnlineReview[data-v-040d3146]  .content .apply .comment h2 {
  color: #666666;
  margin-bottom: 0.03rem;
}
.OnlineReview[data-v-040d3146]  .content .applyNull {
  text-align: center;
  color: #666666;
  font-size: 0.18rem;
  font-weight: bold;
  margin: 2.24rem 0;
}
.OnlineReview[data-v-040d3146]  .content .applyGrade {
  padding: 0.13rem 1.34rem 0.13rem 0.54rem;
  border: 0.01rem solid #e8e8e8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333333;
  font-size: 0.14rem;
  font-weight: bold;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  margin-bottom: 0.18rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.OnlineReview[data-v-040d3146]  .content .applyGrade .point {
  display: inline-block;
  width: 1.2rem;
}
.OnlineReview[data-v-040d3146]  .content .applyGrade .score {
  font-weight: bold;
  font-size: 0.12rem;
  color: #7db0ea;
}
.OnlineReview[data-v-040d3146]  .content .applyGrade .applyGradeText {
  margin-left: 0.21rem;
  color: #999999;
  font-size: 0.12rem;
  font-weight: normal;
}
.OnlineReview .content1[data-v-040d3146] {
  padding: 0.3rem 0.7rem;
  overflow: hidden;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
}
.OnlineReview .content3[data-v-040d3146] {
  padding: 0.3rem 0.7rem 0.39rem;
  overflow: hidden;
  margin-bottom: 0.57rem;
}
.OnlineReview .content2[data-v-040d3146] {
  padding: 0.3rem 0.7rem;
  overflow: hidden;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
}
.OnlineReview .content2 .summary .title[data-v-040d3146] {
  padding: 0;
}
.OnlineReview .content2 .summary .title .title-line[data-v-040d3146] {
  bottom: -0.07rem;
}
.OnlineReview[data-v-040d3146]  .el-collapse-item__arrow {
  display: none;
}
.OnlineReview[data-v-040d3146]  .el-table .el-table__header {
  -webkit-border-radius: 0;
          border-radius: 0;
}
.OnlineReview[data-v-040d3146]  .el-table .has-gutter th {
  background: #f6fbff;
}
.OnlineReview[data-v-040d3146]  .el-table td.el-table__cell {
  padding: 0.28rem 0;
}
.OnlineReview .dialogMyVisible[data-v-040d3146] {
  text-align: center;
}
.OnlineReview .dialogMyVisible div[data-v-040d3146] {
  padding: 0.36rem;
  font-size: 0.2rem;
  line-height: 0.28rem;
}
[data-v-040d3146] .el-image__inner {
  -o-object-fit: contain;
     object-fit: contain;
}
.el-tag[data-v-040d3146] {
  margin-top: -0.05rem;
  margin-left: 0.2rem;
}
.titleCss[data-v-040d3146] {
  padding: 0 0.2rem;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0.18rem;
}
[data-v-040d3146] .el-collapse-item__header {
  -webkit-border-radius: 0.08rem 0.08rem 0 0;
          border-radius: 0.08rem 0.08rem 0 0;
}
[data-v-040d3146] .el-collapse-item__wrap {
  background-color: transparent;
  border: none;
}
[data-v-040d3146] .el-collapse {
  border: none;
}
.custom-error[data-v-040d3146] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
[data-v-040d3146] .el-collapse-item__content {
  padding-bottom: 0;
}
[data-v-26c13c3b] .el-dialog {
  -webkit-border-radius: 0.23rem;
          border-radius: 0.23rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
[data-v-26c13c3b] .el-dialog .el-dialog__header {
  padding: 0.5rem 0 0.36rem;
}
[data-v-26c13c3b] .el-dialog .el-dialog__header .el-dialog__title {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 600;
  font-size: 0.36rem;
  line-height: 0.5rem;
  color: #f27a12;
  text-shadow: 0 0.02rem 0.04rem rgba(0, 0, 0, 0.3);
}
[data-v-26c13c3b] .el-dialog .el-dialog__body {
  max-height: 60vh;
  padding: 0;
  overflow: auto;
}
[data-v-26c13c3b] .el-dialog .el-form-item {
  width: 3.5739rem;
  height: 0.4255rem;
  margin: 0.24rem auto;
}
[data-v-26c13c3b] .el-dialog .el-form-item .el-input__inner {
  height: 0.42rem;
  line-height: 0.42rem;
}
[data-v-26c13c3b] .el-dialog .el-form-item .el-input-group__append {
  padding-left: 0.17rem;
}
[data-v-26c13c3b] .el-dialog .el-form-item .el-input-group__append .el-button {
  width: 1.36rem;
  height: 0.43rem;
  color: #000;
}
[data-v-26c13c3b] .el-dialog .el-dialog__footer {
  padding: 0.1rem 0 1rem;
}
[data-v-26c13c3b] .el-dialog .saveBtn {
  width: 3.5739rem;
  height: 0.4255rem;
  line-height: 0.4255rem;
  border-color: #f27a12;
  background: #f27a12;
  -webkit-border-radius: 0.14rem;
          border-radius: 0.14rem;
  padding: 0;
  font-weight: 600;
  font-size: 0.16rem;
  color: #ffffff;
}
[data-v-26c13c3b] .el-dialog .el-button.is-disabled,[data-v-26c13c3b] .el-dialog .el-button.is-disabled:focus,[data-v-26c13c3b] .el-dialog .el-button.is-disabled:hover {
  color: #c0c4cc;
  cursor: not-allowed;
  background-image: none;
  background: #7db0ea;
  border-color: #ebeef5;
}
.custom2-msgbox {
  width: 4.91rem;
  -webkit-border-radius: 0.28353rem;
          border-radius: 0.28353rem;
}
.custom2-msgbox .el-message-box__header {
  padding: 0.59rem 0 0;
}
.custom2-msgbox .el-message-box__header .el-message-box__title {
  font-weight: 600;
  font-size: 0.28rem;
  line-height: 0.39rem;
  color: #333333;
  text-align: center;
}
.custom2-msgbox .el-message-box__message {
  font-weight: 400;
  font-size: 0.18rem;
  line-height: 0.25rem;
  color: #333333;
  text-align: center;
}
.custom2-msgbox .el-message-box__btns {
  padding: 0.2rem 0 0.56rem;
  text-align: center;
}
.custom2-msgbox .el-message-box__btns .el-button {
  width: 3.57rem;
  height: 0.42rem;
  line-height: 0.53rem;
  padding: 0;
  background: #f27a12;
  border-color: #f27a12;
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
  font-size: 0.15317rem;
  line-height: 0.31rem;
  /* identical to box height */
  text-align: center;
  color: #ffffff;
}
.code .el-input__inner {
  width: 2rem;
}
.smsLogin {
  margin-top: 0.3rem;
  padding-bottom: 0.2rem;
}
.smsLogin .el-select {
  width: 100%;
}
.smsLogin .el-input__inner {
  border-color: #f8f8f8;
  background: #f8f8f8;
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
}
.smsLogin .el-button {
  width: 100%;
  border-color: #4967FD;
  background: #4967FD;
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
}
.smsLogin .el-input-group__append {
  background: #d3e8fe;
  border: 0.01rem solid #7db0ea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
  font-size: 0.14rem;
  color: #333333;
}
.smsLogin .el-input-group__append .el-button {
  padding: 0;
  margin: 0;
}
.smsLogin .ops {
  margin-top: 0.16rem;
  color: #4967FD;
  font-family: PingFang SC;
  font-size: 0.12rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
[data-v-46c442f3] .el-icon-arrow-down {
  line-height: 0 !important;
}
[data-v-46c442f3] .el-dialog {
  -webkit-border-radius: 0.23rem;
          border-radius: 0.23rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
[data-v-46c442f3] .el-dialog .el-dialog__header {
  height: auto;
  padding: 0.52rem 0 0.37rem 0;
  background: none;
}
[data-v-46c442f3] .el-dialog .el-dialog__header .el-dialog__title {
  font-size: 0.36rem;
}
[data-v-46c442f3] .el-dialog .el-dialog__body::-webkit-scrollbar {
  width: 0 !important;
}
[data-v-46c442f3] .el-dialog .el-dialog__body {
  max-height: 60vh;
  padding: 0 1.37rem 0;
  overflow: auto;
}
[data-v-46c442f3] .el-dialog .el-form-item {
  height: 0.66rem;
  margin: 0;
  border-bottom: 0.01rem solid #dddddd;
  overflow: hidden;
  position: relative;
}
[data-v-46c442f3] .el-dialog .el-form-item .el-form-item__label {
  line-height: 0.66rem;
  font-size: 0.16rem;
  color: #333333;
}
[data-v-46c442f3] .el-dialog .el-form-item .el-form-item__content {
  line-height: 0.66rem;
  float: right;
  position: static;
}
[data-v-46c442f3] .el-dialog .el-form-item .el-form-item__content .el-input__inner {
  height: 0.34rem;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
[data-v-46c442f3] .el-dialog .el-form-item .el-form-item__error {
  left: 0.12rem;
  bottom: 0.03rem;
  top: auto;
}
[data-v-46c442f3] .el-dialog .el-form-item:nth-last-child(1) {
  height: auto;
  border: none;
  overflow: inherit;
}
[data-v-46c442f3] .el-dialog .el-form-item:nth-last-child(1) .el-form-item__content {
  margin: 0 !important;
  text-align: center;
}
[data-v-46c442f3] .el-dialog .el-form-item:nth-last-child(1) .el-form-item__content .el-button--primary {
  display: inline-block;
  width: 2.06rem;
  height: 0.5rem;
  background: #ffd747;
  -webkit-border-radius: 0.14rem;
          border-radius: 0.14rem;
  border: none;
  font-weight: 600;
  color: #333;
  font-size: 0.18rem;
  margin: 0.57rem 0 0 -1.2rem;
}
[data-v-46c442f3] .el-dialog .el-textarea {
  margin-bottom: 0.24rem;
}
[data-v-46c442f3] .el-dialog .el-textarea .el-textarea__inner {
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  border: none;
  padding: 0.18rem;
}
[data-v-46c442f3] .el-dialog .saveBtn {
  width: 2.06rem;
  height: 0.5rem;
  line-height: 0.5rem;
  background: #7db0ea;
  -webkit-border-radius: 0.14rem;
          border-radius: 0.14rem;
  padding: 0;
  font-weight: 600;
  font-size: 0.18rem;
  line-height: 0.25rem;
  color: #ffffff;
}
[data-v-46c442f3] .el-dialog .el-button.is-disabled,[data-v-46c442f3] .el-dialog .el-button.is-disabled:focus,[data-v-46c442f3] .el-dialog .el-button.is-disabled:hover {
  color: #C0C4CC;
  cursor: not-allowed;
  background-image: none;
  background: #7db0ea;
  border-color: #EBEEF5;
}
.dialogRole .el-dialog[data-v-d9f7d8b2] {
  -webkit-border-radius: 0.23rem;
          border-radius: 0.23rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0.59rem;
}
.dialogRole .el-dialog .el-dialog__header[data-v-d9f7d8b2] {
  padding: 0.59rem 0 0.23rem;
  margin-bottom: 0;
}
.dialogRole .el-dialog .el-dialog__header .el-dialog__title[data-v-d9f7d8b2] {
  color: #333333;
  font-size: 0.48rem;
  line-height: 0.67rem;
}
.dialogRole .el-dialog .el-dialog__body[data-v-d9f7d8b2] {
  overflow: none;
}
.dialogRole .el-dialog .el-dialog__body .roleTip[data-v-d9f7d8b2] {
  text-align: center;
  color: #ff0000;
  margin-bottom: 0.54rem;
}
.dialogRole .el-dialog .el-dialog__body[data-v-d9f7d8b2]::-webkit-scrollbar {
  width: 0 !important;
}
.dialogRole .el-dialog .el-form[data-v-d9f7d8b2] {
  margin-bottom: 0.54rem;
}
.dialogRole .el-dialog .el-form .el-select[data-v-d9f7d8b2] {
  width: 100%;
}
.dialogRole .el-dialog .el-form .el-select .el-input__inner[data-v-d9f7d8b2] {
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFaSURBVHgBpZPNTcNAEIXf2L7BYS2BxA2ng3QAqQA4IvGTVBCoINBBOjAoijhCKkhKoARzDaD4EE72ehg7PsT22rLkT7LWuzvzZnZ3hmCAN+8K8XYMoiGYvXx5JfMX2AcLcq9Ckx9Vhd48aL3cEyl5UADbHpB7HZS3rIqx1pNaoSya7MWxb4xTzMqX4zkbtME5dMvHLWYWO320JQq98lJRjCwPbbEcr1mMk3u0RfOwWQy8QFtYSqVEtTR+ZlMxHKMJqTc6uhmhOTMhikWMA9Rn9IkoejbGMNo3lcg2dqk3MnaAZYzgmo2FEEqhjooYr/0+f8+WNfZpz/q8nhvrMTumOJ/L74XMLhtbqeApPZo2P/MrHd+usiX+nU+QJE/oguZHOrmbWkj0A7pi0yQd5M5IoTsqF+MQXcnr0gHrAWznDBo9eYDTPIqSC1aVx9hd+s45/Yi+svFPf6TL/9r4hIaWyPUNAAAAAElFTkSuQmCC) no-repeat;
  background-size: 0.18rem 0.19rem;
  background-position: 0.23rem 0.09rem;
  padding: 0 0 0 0.54rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.14rem;
}
.dialogRole .el-dialog .el-dialog__footer[data-v-d9f7d8b2] {
  margin-bottom: 1.32rem;
}
.dialogRole .el-dialog .el-dialog__footer .el-button[data-v-d9f7d8b2] {
  width: 2.06rem;
  height: 0.5rem;
  -webkit-border-radius: 0.14rem;
          border-radius: 0.14rem;
  text-align: center;
  line-height: 50xp;
  background: #ffd747;
  font-size: 0.18rem;
  color: #333333;
  font-weight: 600;
  border: none;
}
::v-deep .el-input__prefix {
  color: red !important;
}
.passwordLogin {
  margin-top: 0.3rem;
  padding-bottom: 0.2rem;
}
.passwordLogin .el-select {
  width: 100%;
}
.passwordLogin .el-input__inner {
  border-color: #f8f8f8;
  background: #f8f8f8;
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
}
.passwordLogin .el-button {
  width: 100%;
  border-color: #4967fd;
  background: #4967fd;
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
}
.passwordLogin .ops {
  margin-top: 0.16rem;
  color: #4967fd;
  font-family: PingFang SC;
  font-size: 0.12rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.passwordLogin .el-input-group__append {
  padding: 0;
  border: none;
  background: none;
}
.passwordLogin .el-input-group__append img {
  height: 0.36rem;
  display: block;
  margin-left: 0.1rem;
}
@charset "UTF-8";
[data-v-8011909e] .el-dialog {
  -webkit-border-radius: 0.32rem;
          border-radius: 0.32rem;
  height: 5.96rem;
}
.check-title[data-v-8011909e] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.22rem;
  color: #999999;
  line-height: 0.13rem;
}
.title[data-v-8011909e] {
  margin: 0.45rem 0;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.26rem;
  color: #333333;
  line-height: 0.13rem;
}
.progress-bar[data-v-8011909e] {
  width: -webkit-calc(0.76rem + var(--slid-move));
  width: calc(0.76rem + var(--slid-move));
  /* 动态计算宽度 */
  height: 100%;
  -webkit-border-radius: 0.42rem;
          border-radius: 0.42rem;
  --move: 0;
  -webkit-transform: translateX(var(--move));
          transform: translateX(var(--move));
}
#rotation[data-v-8011909e] {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.check[data-v-8011909e] {
  --slider-size: 0.42rem;
  background: white;
  -webkit-border-radius: 0.16rem;
          border-radius: 0.16rem;
  padding: 0.2rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.check .img-con[data-v-8011909e] {
  position: relative;
  overflow: hidden;
  width: 1.92rem;
  height: 1.92rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.check .img-con img[data-v-8011909e] {
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.check .slider-con[data-v-8011909e] {
  width: 4.14rem;
  height: 0.78rem;
  -webkit-border-radius: 0.42rem;
          border-radius: 0.42rem;
  margin-top: 0.52rem;
  position: relative;
  background: #f5f5f5;
  -webkit-box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.1) inset;
}
.slider-con .slider[data-v-8011909e] {
  background: url(../static/img/slider.f4d0c20e.png) no-repeat;
  width: 0.78rem;
  height: 0.78rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.2);
  cursor: move;
  background-size: contain;
  --move: 0;
  -webkit-transform: translateX(var(--move));
          transform: translateX(var(--move));
}
.slider-con .slider.sliding[data-v-8011909e] {
  background: url(../static/img/slider.f4d0c20e.png) no-repeat;
  background-size: contain;
}
.check-state[data-v-8011909e] {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
body[data-v-8011909e] {
  padding: 0;
  margin: 0;
  background: #fef5e0;
}
.refresh[data-v-8011909e] {
  margin-top: 0.15rem;
  height: 0.22rem;
  vertical-align: middle;
  cursor: pointer;
}
.slider-con.err-anim[data-v-8011909e] {
  -webkit-animation: jitter-data-v-8011909e 0.5s;
          animation: jitter-data-v-8011909e 0.5s;
}
@-webkit-keyframes jitter-data-v-8011909e {
0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
25% {
    -webkit-transform: translateX(-0.05rem);
            transform: translateX(-0.05rem);
}
50% {
    -webkit-transform: translateX(0.05rem);
            transform: translateX(0.05rem);
}
75% {
    -webkit-transform: translateX(-0.05rem);
            transform: translateX(-0.05rem);
}
100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
}
@keyframes jitter-data-v-8011909e {
0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
25% {
    -webkit-transform: translateX(-0.05rem);
            transform: translateX(-0.05rem);
}
50% {
    -webkit-transform: translateX(0.05rem);
            transform: translateX(0.05rem);
}
75% {
    -webkit-transform: translateX(-0.05rem);
            transform: translateX(-0.05rem);
}
100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
}
[data-v-033fbba8] .el-dialog {
  -webkit-border-radius: 0.23rem;
          border-radius: 0.23rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
[data-v-033fbba8] .el-dialog .el-dialog__header {
  height: auto;
  padding: 0.5rem 0 0.36rem;
  background: none;
}
[data-v-033fbba8] .el-dialog .el-dialog__header .el-dialog__title {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 600;
  font-size: 0.36rem;
  line-height: 0.5rem;
  color: #7db0ea;
  text-shadow: 0 0.02rem 0.04rem rgba(0, 0, 0, 0.3);
}
[data-v-033fbba8] .el-dialog .el-dialog__body {
  max-height: 60vh;
  padding: 0 1.37rem 0;
  overflow: auto;
}
[data-v-033fbba8] .el-dialog .el-form-item {
  margin: 0;
  border-bottom: 0.01rem solid #dddddd;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
[data-v-033fbba8] .el-dialog .el-form-item.agreement {
  border: none;
}
[data-v-033fbba8] .el-dialog .el-form-item.agreement .el-form-item__content {
  width: 100%;
  margin-left: 0 !important;
  text-align: center;
}
[data-v-033fbba8] .el-dialog .el-form-item.agreement .el-form-item__content .el-radio__label {
  color: #333333;
}
[data-v-033fbba8] .el-dialog .el-form-item.agreement .el-form-item__content a {
  color: #7db0ea;
}
[data-v-033fbba8] .el-dialog .el-form-item.textarea {
  display: block;
  border: none;
}
[data-v-033fbba8] .el-dialog .el-form-item.textarea .el-form-item__label {
  height: 0.55rem;
}
[data-v-033fbba8] .el-dialog .el-form-item.textarea .el-textarea__inner {
  height: 1.24rem;
  background: #f3f3f3;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
[data-v-033fbba8] .el-dialog .el-form-item.textarea .el-input__count {
  line-height: 0.3rem;
  background: #f3f3f3;
  bottom: 0.01rem;
}
[data-v-033fbba8] .el-dialog .el-form-item .el-form-item__label,[data-v-033fbba8] .el-dialog .el-form-item .el-form-item__content {
  line-height: 0.72rem;
  margin-left: 0.2rem;
}
[data-v-033fbba8] .el-dialog .el-form-item .el-form-item__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 0.1rem !important;
}
[data-v-033fbba8] .el-dialog .el-form-item .el-date-editor {
  background: none;
  border: none;
}
[data-v-033fbba8] .el-dialog .el-form-item .el-range-editor--medium .el-range-separator {
  line-height: 0.42rem;
}
[data-v-033fbba8] .el-dialog .el-form-item .el-form-item__label {
  color: #333333;
  font-size: 0.13rem;
}
[data-v-033fbba8] .el-dialog .el-form-item .el-form-item__error {
  top: auto;
  bottom: 0.03rem;
}
[data-v-033fbba8] .el-dialog .el-form-item .el-input-group {
  vertical-align: middle;
}
[data-v-033fbba8] .el-dialog .el-form-item .el-input-group .el-input-group__append {
  padding: 0;
  background: none;
  border: none;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #7db0ea;
}
[data-v-033fbba8] .el-dialog .el-form-item .el-select,[data-v-033fbba8] .el-dialog .el-form-item .el-cascader {
  width: 100%;
}
[data-v-033fbba8] .el-dialog .el-form-item .el-input .el-input__inner {
  height: 0.72rem;
  line-height: 0.72rem;
  padding-left: 0;
  background: none;
  border: none;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  color: #999;
}
[data-v-033fbba8] .el-dialog .el-form-item .el-input ::-webkit-input-placeholder {
  font-size: 0.16rem;
  line-height: 0.22rem;
}
[data-v-033fbba8] .el-dialog .el-dialog__footer {
  padding: 0.1rem 0.71354rem 0.2rem;
}
[data-v-033fbba8] .el-dialog .saveBtn {
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  border-color: #7db0ea;
  background: #7db0ea;
  -webkit-border-radius: 0.14rem;
          border-radius: 0.14rem;
  padding: 0;
  font-weight: 600;
  font-size: 0.18rem;
  line-height: 0.25rem;
  color: #ffffff;
}
[data-v-033fbba8] .el-dialog .el-button.is-disabled,[data-v-033fbba8] .el-dialog .el-button.is-disabled:focus,[data-v-033fbba8] .el-dialog .el-button.is-disabled:hover {
  color: #c0c4cc;
  cursor: not-allowed;
  background-image: none;
  background: #7db0ea;
  border-color: #ebeef5;
}
.custom-msgbox {
  width: 8.52rem;
  -webkit-border-radius: 0.28353rem;
          border-radius: 0.28353rem;
}
.custom-msgbox .el-message-box__header {
  padding: 0 0.26rem;
  background: rgba(238, 149, 16, 0.2);
}
.custom-msgbox .el-message-box__header .el-message-box__title {
  font-size: 0.22682rem;
  line-height: 0.57rem;
  color: #333333;
}
.custom-msgbox .el-message-box__message {
  padding: 0.72rem 0 0.2rem;
}
.custom-msgbox .el-message-box__message p {
  margin: 0;
  font-size: 0.24rem;
  line-height: 0.34rem;
  text-align: center;
  color: #333333;
}
.custom-msgbox .el-message-box__btns {
  padding-bottom: 0.56rem;
  text-align: center;
}
.custom-msgbox .el-message-box__btns .el-button {
  width: 4.38rem;
  height: 0.53rem;
  line-height: 0.53rem;
  padding: 0;
  background: #7db0ea;
  border-color: #7db0ea;
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
  font-size: 0.22rem;
  line-height: 0.31rem;
  /* identical to box height */
  text-align: center;
  color: #ffffff;
}
.demo-formData .el-form-item__label:before {
  content: "*";
  color: #f56c6c;
  margin-right: 0.05rem;
  font-weight: bold;
}
.demo-formData .el-form-item__label:before {
  content: "";
  margin-right: 0.12rem;
  font-weight: bold;
}
.tip {
  font-size: 0.14rem;
  color: #9a9a9a;
  margin-top: 0.07rem;
}
.code .el-input__inner {
  width: 2rem;
}
.smsLogin {
  margin-top: 0.3rem;
  padding-bottom: 0.2rem;
}
.smsLogin .el-select {
  width: 100%;
}
.smsLogin .el-input__inner {
  border-color: #f8f8f8;
  background: #f8f8f8;
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
}
.smsLogin .el-button {
  width: 100%;
  border-color: #4967fd;
  background: #4967fd;
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
}
.smsLogin .el-input-group__append {
  background: #d3e8fe;
  border: 0.01rem solid #7db0ea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
  font-size: 0.14rem;
  color: #333333;
}
.smsLogin .el-input-group__append .el-button {
  padding: 0;
  margin: 0;
}
.smsLogin .ops {
  margin-top: 0.16rem;
  color: #4967fd;
  font-family: PingFang SC;
  font-size: 0.12rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.ccc[data-v-37dfd6fc] {
  width: 3.4rem;
  height: 4rem;
}
.btn-tap[data-v-37dfd6fc] {
  position: absolute;
  bottom: 0.5rem;
  padding: 0 0.66rem 0;
}
iframe[data-v-37dfd6fc] {
  height: 4rem;
}
.tap-on[data-v-37dfd6fc] {
  cursor: pointer;
  width: 3.61rem;
  height: 0.43rem;
  -webkit-border-radius: 0.21273rem;
          border-radius: 0.21273rem;
  border: 0.01rem solid #4967fd;
  background: #ffff;
  color: #4967fd;
  font-family: "PingFang SC";
  font-size: 0.16rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.tap-on[data-v-37dfd6fc]:hover {
  background: #4967fd;
  color: #fff;
}
.login-container[data-v-37dfd6fc] {
  min-height: 100%;
  width: 100%;
  background-image: url(../static/img/loginbj.d2d828e0.png);
  background-size: cover;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.login-container .logo[data-v-37dfd6fc] {
  position: absolute;
  top: 3%;
  left: 2%;
  width: 2.37414rem;
  height: 0.45rem;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAO4AAAAtCAYAAACpklc4AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAyjSURBVHgB7Z1Nc9vGGcf/S1KJJ/GM2Z7SsZzAY0uye4nS6bGtkU9gJZd2ejH9CSx/AtOfwNIXqJFTj5Yu6akj+JhOp6YPrW1RjtexNVadSYdJ0/qFADb7cAkJpLAA8UZCNn4zEEnskgKB/e8+z7PPggwx3DGM5vtzfYMJ1qTXgoneYne3Q8/vnfvAqLv1awy1FVnSEYJ1GMTmws5TGxUVFYXBwnZ2z86bAuwiat6KVKoR/lbRgajZrlNfx7GXsmp9i+3XZbzmsXbfrd1uNJxLNVbrecK7Wwm6oiIfRoRLgpV7rgnARCKY5fbr1xtz7hUBsRrYzx3PuVqv124oUTMud9pU9zznHBUVFanYF+72wvyafLiCDAiG6zXBToyKd/BvLME8kwVGb6q7tP20jYqKisQw8mGPzzm3hKCX0k+toSPNXO5XkAJbln+X5eOI8CI+co3q49CozSzZS6xIUTcD+7gcfT+tRt+KimSwf535xcor94X9Ce/14ipLU/qCDE615NtaMVVtBrY8KtIBFNRaHjuESrwVFQlhSAFFk0eDURPTA2M9CGGM7q7EW1GRhFTC9ekunLpx2J9Nh/yczlJ39xOUj+ZwM4avyTLhw8eKipmQSbjEg7Pz1xhDGznABNpyyug6ZguJVM5L4wKUn25o6nEo039DbreHrysqpkJm4RIPFk9a0my+hOz0hMcue269MwOz2ZTbNSSeCtvHkht1OhwVFQWTi3Afycj063f6d1L4vIcRYo2xWstjYn1K00UtKMEayAcbSsSbqMzpIwvNtjSV9bXP6RLFYHIRLnHv7LxZZ9hCdmRjFxsqci2sxe7uZRSDKbcbOBTlzg0SrY3ZmtI3Ed4h0fG0kR5q0DcS1KdzsT58XEEyOsMtlu7C/B0569GMrSjIsquvLT385gtdle2FU/Lc0QzKCPZi9+mnSIeJfOC05SZcYnthnoRrIjPMOjhpbG2x++Qq8oMubBsZk01SQI3PHj7exXQCXI+gtyTaUKZ9GozhZyeBvvdnKd5H0HG2oypIobVkm7mJiRFcDgqnIz4vTLiQwg3TzC2Ed0jUaX/m/0Pkx6cN5IgrcF2OuiYywoRoiv3TI1blaL55Pp88ZwPqJBc1ykaxjMP/l4TrjyZ8rKxof9lEeuH61oQ5tp/2cSj3YxwL0Z/nnwcDhzuba8PPtnUfwCAuJVMGM8hKzKldcc1+EjNd8ziLoYdknfiJXIV7zGl0nDm3F5J4kQgPoza87Az8C5cFOoFkEWQ6tpyhYzHH9tEFXEW5g1xRwiUzvBXyHjKVDYRDDds3Qelat0PqfAxNG7h3zjCE65hISEPNHNj0fHvh5LK/Ai7FYpi7EWV03HHCpZE5kUtYQ45I570nDQIbGWFMLMthlwd2mV+fPv0REkIBhp0zH146M1eniHfZRBsGh2rAX6BiHO21q7uuCT1a0YiAdcjAbsjXW7R15RQnkhElzELaXK7CVYiJAglJcRr9REGN7tKHq+/N9bf+uLtnPOy7Fsov2jW5UQJKIefvTUaaydp4BRNYlaLUmaGhA0Ly1XGRZm4hblnuwnWUqZQZJmqjQjuUJhkOLU2U0cUtz3Ov/P6b5/bfXr5uo9zYUA2FAnBFB6veOAZmskYc0mXj0uy9LZQpGkrSAUEDh/7aHQ3hkp8b0cNNCGse8pPHhTwGmcW0NJFMHU++9/PHz+3Oq/4qpoefCsknqGtD+XE/gzKNc+nsSgCJYKrRemkma81atu8Te1HnNw/hElyz30AB5BqcIsjPlaPeGljmecKJIbMYnks3ACDBd3736Jn9b8ebpmgJP6eZQ0VQOUYvJgn7MbJPA1EPfnHCulHn0YAKBMXBMbnPHRY5LxbyUzXhZBlssuhxrj+30Z9zdFNF5p1BrkVmpppnn7twBx/qNNZldHk1a3Q5DjKTGq5zU3ieSa/lSGv99utn+NadumiDGDiIqvrRV9pItHn4rySMNrJjJPgcippOcuw29NNBuTO4xZLGhSIzeXFndzDSDgaThfmOzqR+f+541nRdGrXD2rqNgmYHChEunaj7Z09erzGWJLsmmtrBBSKz+L13nNWaS7fKUSfsed+xfsP3aBYpj5zpvPAXLNDWQj5QAoMVU8fA5AEW8v/iLIBJp0ht6KeDcqcv3GZDNKywMrohRPC1A7Fe92oXwup6NYE6MkEWUCtkP53X0yggdlGIcIlzO7trD87On8hr5ZDElD3sLcaYnCd2V4QYmMWDgmd9d+0C3zMxm8SKOPw0v7z82NuI/6wWJhcuNfBZr8hKxS8fPtuQ86/cn38NUhfDe6j5CDnyjU4xDvDnbOWInMXX5Zr9/nLQ3GcKChMusbTz9LoUL/ISrww8rYixzv8fL1+t/eHJt3TSDZQPG2pinWO6JJmHJLfCzyM+cgznX02kRLbPDdlOP0M2HkeUTZKAkZgC5nFHIfG6dec0LRhAvvS+/OFlWUVrQ414FDHmmC4tJDsfNCpMO297GlAGH/c3XaVBsk92ooRZiBVY6Ijrc/7+HocaeS53z5y6SHd8lKdsGYMb0SVPjKALsfrsPxt/+fFFC+VJrOBQvqeN2U7vJM36IWjUzcNcNpGuEzWRbxI+fVpnaWd3fyUPze2nSKyYFB5RVkj7nIpwgyw8fELrVDf91xSKP944/rG0g5tCBqAY+a7+ut4anejRqCFN98g52s4/X091jjYMP2JMve0mypHxlNb6oMZFQb2sqZYm3k78OXwjpMxEAUxDuAZU1K05to/Tk0/4YGEE+Qi9Xx9r3P3z/AfCldGGOsRFKWYZUMD+ooW9vrfx+ZM94zv38HKrGRCMGLehTNRZ5xjHmbx0snUjQAvZj78z/B+mppwjvVvzPcqNjfDvVkjsoEjhmjgIk9uYIEPl7y8divLRU2oAPPBIF+0ElElnoFxwqDWXsx5xye0wI8otqGNta8rN4WYjPRtQboIZUScqkHOUSbS6JytFCJcESlkqwZ7dRDKmn4GTDhuziRqHETfaWlCJFO2IOnksn4yDruudsX0cqvOjspuasjK4IlHo7jZCOehHIqpMDYhj1EQoSwApLzhUY5pF1DgMA9FJDxxqJKRrYkXUM1G8nxrWFgwo64xrysqUVKOjhYPzF9zSBAtjKUK41Jgpb5MS6MsyGuVBcPE4ZcNsoDzENY524HmcH1tIQwtgaPb7AZ4k74mFFsgPEzGKHDymbh0WHZyyhht9MUo3IzPaRDnxG04v8Jq2Dg7uE1VIoCEjBuJH26BYbYTfvcLHRCB4qKGpeb//3jDo2lNnp7shgh/PCCO9MBhuieLjIlGdQiEm/rSmg/zGTxk69CWDIjZQDui4qIH4YvWFvIlyWw2tmPIwy4DmbM2I95C7E3WDvijh6rg5PBadCP2oMcfhNpF6tBQeu8uirp+oDcrkzMVVOZlxYvCcNeSxuEmSUj6OKDvSwg1CggjO5fqj8SrKIWK/UXIoUXCUmzj/bz1kn43QH2DbpwUlbp2FEeUrGwgXsN+B6ETIh48dhAuXRurEEemlnacrk9Rb7O6OCGx74RQSYESUFRJFn4Vwx/FHYxIyNcI2ZosNdQyzzH6alBaiG40FfcdDZWuaMj8NUpdNRcLVTX+YCBeuX9/QfF7QRQmDYiZlnUqKMuU5CqDwXOUEcKiGQoGfNvL9whyqoVKv7/tS/kb7qAG3cPTuSBEXSFqPKCO/N8pnJwsotYkagRGyjwee60zLKHN01ujOU7BDypUyjLjjcCgB09aCGoVNZMMYfpYFNY3DcfRpIXq0tRHtX1GDog6rrSmPG3XToBuZeOC5LkPKQALoFw1GlvVpcJwGD/5O1eCH3hsO/bazgcnRfa9C/FuiTCNuGBbUCEijMJlaNrLRglqIvoWjMTcYRdzxW4gnbjlfC/kS598SusZuIAGDH1Yf3m41aqvPOY/uBQQ+EK36KR1zwn8VZSZPKtwW1CKLSTZKXmmWccQNg+NgaonwfwKTTpqB5NMF5nBrD7e4uc2yYSK6YXFM9p1ItOQqtDTlBlRixCbygRqeFbI/6JpwhFsBHKGwDkTGhUUs0eg6TpQ7wZE/1NYvMrw50BeicH4Toz9EPeBX777bPH9sbvnn9Zp579Vr/NcT+OrFK7+Y42gJmL7fiYhyMjcn9a3y/Ky3kajzFzx3HyE/vn+ThDsR9859YNScxiX/rhwk4q/+/xp//d8LEjJHPiZ5RUWhvHXC9RkI2KtvDe9X1CEjbtdxTRqFt1+9XvtT70fy/zgqKkrIWytcnweLJy0p3ku0QN8T7CqtA6Y7BH75w0t2de87CxUVFeWku3Dqxv2F+TfxvksVbyg/AXsaXz9S6ngBAAAAAElFTkSuQmCC);
  background-size: cover;
}
.login-container .login-wrapper[data-v-37dfd6fc] {
  width: 100%;
  height: 5.63rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3%;
}
.login-container .doorplate[data-v-37dfd6fc] {
  width: 7.2rem;
  height: 6.36rem;
  margin-right: 0.88rem;
}
.login-container .doorplate img[data-v-37dfd6fc] {
  width: 7rem;
}
.login-container .login[data-v-37dfd6fc] {
  height: 5.63rem;
  min-width: 5.53rem;
  height: 100%;
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
  padding: 0.64rem 0.4rem 0.4rem;
  background: white;
  position: relative;
  -webkit-box-shadow: 0 0.08rem 0.24rem 0 rgba(42, 94, 173, 0.06);
  box-shadow: 0 0.08rem 0.24rem rgba(42, 94, 173, 0.06);
}
.login-container .login .login-div[data-v-37dfd6fc] {
  position: absolute;
  right: 0.14rem;
  top: 0.18rem;
  width: 0.6rem;
  height: 0.6rem;
}
.login-container .login .login-div .login-img[data-v-37dfd6fc] {
  width: 0.6rem;
  height: 0.6rem;
}
.login-container .login .login-weaper[data-v-37dfd6fc] {
  margin: 0 auto;
  padding: 0.2rem 0.66rem 0;
  background: #ffffff;
  overflow: hidden;
}
.login-container .login .login-weaper .navbar[data-v-37dfd6fc] {
  color: #666;
  font-family: PingFang SC;
  font-size: 0.21rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.login-container .login .login-weaper .navbar a[data-v-37dfd6fc] {
  width: 50%;
  display: inline-block;
  text-align: center;
}
.login-container .login .login-weaper .navbar .active[data-v-37dfd6fc]::after {
  content: "";
  display: block;
  width: 15%;
  height: 0.08rem;
  background: #4967fd;
  -webkit-border-radius: 0.045rem;
          border-radius: 0.045rem;
  margin: 0.05rem auto;
}
.login-container .login .login-weaper .navbar .active[data-v-37dfd6fc] {
  color: #333;
  text-shadow: 0 0.01702rem 0.03404rem rgba(0, 0, 0, 0.3);
  font-family: PingFang SC;
  font-size: 0.21rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.login-container .login .login-weaper[data-v-37dfd6fc]  .el-input__inner {
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
}
@charset "UTF-8";
/* 设置滚动条宽度 */
[data-v-5e8c3954]::-webkit-scrollbar {
  width: 0.03rem;
}
.tweenTop-enter-active[data-v-5e8c3954] {
  -webkit-animation: top-in-data-v-5e8c3954 0.3s;
          animation: top-in-data-v-5e8c3954 0.3s;
}
.tweenTop-leave-active[data-v-5e8c3954] {
  -webkit-animation: top-out-data-v-5e8c3954 0.3s;
          animation: top-out-data-v-5e8c3954 0.3s;
}
@-webkit-keyframes top-in-data-v-5e8c3954 {
from {
    top: -0.61rem;
}
to {
    top: 0;
}
}
@keyframes top-in-data-v-5e8c3954 {
from {
    top: -0.61rem;
}
to {
    top: 0;
}
}
@-webkit-keyframes top-out-data-v-5e8c3954 {
from {
    top: 0;
}
to {
    top: -0.61rem;
}
}
@keyframes top-out-data-v-5e8c3954 {
from {
    top: 0;
}
to {
    top: -0.61rem;
}
}
.el-radio-group[data-v-5e8c3954]  .el-radio {
  margin-bottom: 0.1rem;
}
[data-v-5e8c3954] .el-form-item {
  display: inline-block;
}
.close-wrapper[data-v-5e8c3954] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 999999;
}
.close-mask[data-v-5e8c3954] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.close-content[data-v-5e8c3954] {
  width: 4.22rem;
  background: #465467;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
  opacity: 0.9;
  z-index: 999;
  z-index: 99999;
}
.btn-cancel-member[data-v-5e8c3954] {
  position: absolute;
  width: 70%;
  height: 100vh;
  top: 0;
  z-index: 100000;
}
.close-header[data-v-5e8c3954] {
  padding: 0.16rem;
  /* border-bottom: 1px solid #ccc; */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.18rem;
  color: #fff;
}
.close-title[data-v-5e8c3954] {
  font-size: 0.18rem;
}
.close-close-btn[data-v-5e8c3954] {
  border: none;
  background: none;
  cursor: pointer;
  font-size: 0.2rem;
  outline: none;
}
.close-body[data-v-5e8c3954] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.close-title[data-v-5e8c3954] {
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  font-size: 0.18rem;
  margin-top: 0.42rem;
  color: #ffffff;
  line-height: 0.21rem;
}
.close-btn[data-v-5e8c3954] {
  height: 0.39rem;
  margin: 0.33rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.btn-hold-close-sound[data-v-5e8c3954] {
  width: 1.5rem;
  height: 0.39rem;
  font-size: 0.15rem;
  color: #ffffff;
  -webkit-box-shadow: 0 2 0.07rem 0 rgba(50, 58, 64, 0.65);
          box-shadow: 0 2 0.07rem 0 rgba(50, 58, 64, 0.65);
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
  border: none;
  background: rgba(79, 106, 135, 0.3);
  -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#3a5570), to(#637e9c)) 0 0;
  -webkit-border-image: -webkit-linear-gradient(left, #3a5570, #637e9c) 0 0;
       -o-border-image: linear-gradient(90deg, #3a5570, #637e9c) 0 0;
          border-image: -webkit-gradient(linear, left top, right top, from(#3a5570), to(#637e9c)) 0 0;
          border-image: linear-gradient(90deg, #3a5570, #637e9c) 0 0;
}
.btn-open-sound[data-v-5e8c3954] {
  width: 1.5rem;
  height: 0.39rem;
  font-size: 0.15rem;
  color: #ffffff;
  background: -webkit-gradient(linear, left top, right top, from(#3a5570), to(#637f9c));
  background: -webkit-linear-gradient(left, #3a5570 0%, #637f9c 100%);
  background: linear-gradient(90deg, #3a5570 0%, #637f9c 100%);
  -webkit-box-shadow: 0 2 0.07rem 0 rgba(50, 58, 64, 0.65);
          box-shadow: 0 2 0.07rem 0 rgba(50, 58, 64, 0.65);
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
  border: none;
  -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#87a2c1), to(#d1d9e2)) 1 1;
  -webkit-border-image: -webkit-linear-gradient(left, #87a2c1, #d1d9e2) 1 1;
       -o-border-image: linear-gradient(90deg, #87a2c1, #d1d9e2) 1 1;
          border-image: -webkit-gradient(linear, left top, right top, from(#87a2c1), to(#d1d9e2)) 1 1;
          border-image: linear-gradient(90deg, #87a2c1, #d1d9e2) 1 1;
}
.ppt-container[data-v-5e8c3954] {
  position: absolute;
  width: 100vw;
  height: 100vh;
}
.ppt-canvas[data-v-5e8c3954] {
  width: 100%;
  height: 100%;
}
.ppt-btn-previous[data-v-5e8c3954] {
  position: absolute;
  left: 0.5rem;
  top: 45vh;
  width: 1rem;
  height: 1rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  z-index: 10;
}
.ppt-btn-next[data-v-5e8c3954] {
  position: absolute;
  right: 0.5rem;
  top: 45vh;
  width: 1rem;
  height: 1rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  z-index: 11;
}
.ppt-icon[data-v-5e8c3954] {
  width: 100%;
}
.ppt-vcr[data-v-5e8c3954] {
  width: 100%;
  height: 100%;
  /* auto; */
  background: black;
}
.ppt-vcr[data-v-5e8c3954] {
  width: 100%;
  position: absolute;
}
.MeetingComponent[data-v-5e8c3954] {
  width: 100%;
  height: 100vh;
  background: #07162cff;
  position: relative;
  overflow: hidden;
}
.MeetingComponent .transcribe .transcribeKs[data-v-5e8c3954] {
  position: absolute;
  left: 0.67rem;
  top: 1.46rem;
  background-color: rgba(0, 0, 0, 0.2);
  border: 0.01rem solid rgba(255, 255, 255, 0.3);
  width: 1.36rem;
  height: 0.42rem;
  -webkit-border-radius: 0.5rem;
          border-radius: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10000;
}
.MeetingComponent .transcribe .transcribeKs .left[data-v-5e8c3954] {
  width: 0.22rem;
  height: 0.22rem;
}
.MeetingComponent .transcribe .transcribeKs .right[data-v-5e8c3954] {
  color: #fff;
  font-size: 0.16rem;
  margin-left: 0.03rem;
}
.MeetingComponent .navigationDar[data-v-5e8c3954] {
  position: absolute;
  top: 0;
  padding: 0 0.98rem;
  background: #07162C;
  width: 100vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 0.88rem;
  z-index: 1000;
  border-bottom: 0.01rem solid rgba(255, 255, 255, 0.3);
}
.MeetingComponent .navigationDar .compere[data-v-5e8c3954] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.MeetingComponent .navigationDar .compere .compere-img[data-v-5e8c3954] {
  width: 0.46rem;
  height: 0.46rem;
  -webkit-box-shadow: 0 2 0.08rem 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 2 0.08rem 0 rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 0.01rem solid #ffffff;
}
.MeetingComponent .navigationDar .compere .compere-info[data-v-5e8c3954] {
  margin-left: 0.16rem;
}
.MeetingComponent .navigationDar .compere .compere-info .compere-name[data-v-5e8c3954] {
  margin-bottom: 0.03rem;
  font-weight: 700;
  font-size: 0.14rem;
  color: #fff;
  line-height: 0.16rem;
}
.MeetingComponent .navigationDar .compere .compere-info .compere-shi[data-v-5e8c3954] {
  font-size: 0.14rem;
  color: #ffffff;
  line-height: 0.16rem;
}
.MeetingComponent .navigationDar .countDown[data-v-5e8c3954] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 0.28rem;
  color: #fff;
}
.MeetingComponent .navigationDar .finishCoach[data-v-5e8c3954] {
  width: 1.61rem;
  height: 0.44rem;
  background: #AE150D;
  -webkit-border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
          border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
  font-weight: 400;
  font-size: 0.26rem;
  line-height: 0.44rem;
  text-align: center;
  color: #FFFFFF;
  margin-left: 0.26rem;
}
.MeetingComponent .function[data-v-5e8c3954] {
  position: absolute;
  bottom: 0;
  width: 100vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #07162C;
  height: 0.88rem;
  z-index: 1000;
  border-top: 0.01rem solid rgba(255, 255, 255, 0.3);
  padding: 0 0.5rem 0 0.68rem;
}
.MeetingComponent .function .public[data-v-5e8c3954] {
  height: 0.46rem;
  width: 0.46rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.MeetingComponent .function .public .public-img[data-v-5e8c3954] {
  width: 0.33rem;
  height: 0.33rem;
}
.MeetingComponent .function .public .public-img img[data-v-5e8c3954] {
  width: 100%;
  height: 100%;
}
.MeetingComponent .function .public .public-text p[data-v-5e8c3954] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.1rem;
  color: #ffffff;
  line-height: 0.12rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.MeetingComponent .function .left[data-v-5e8c3954] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.MeetingComponent .function .centre[data-v-5e8c3954] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -1rem;
}
.MeetingComponent .function .right[data-v-5e8c3954] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.MeetingComponent .Component[data-v-5e8c3954] {
  width: 100%;
  height: 100%;
  position: absolute;
}
.MeetingComponent .Component .member[data-v-5e8c3954] {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.MeetingComponent .Component .member .he[data-v-5e8c3954] {
  padding: 0 0.86rem;
  height: 5.6rem;
  overflow-y: auto;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.MeetingComponent .Component .member .he .user[data-v-5e8c3954] {
  height: 1.2rem;
  width: 0.88rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0.325rem;
  margin-right: 0.325rem;
  margin-bottom: 0.58rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.MeetingComponent .Component .member .he .user .avatar[data-v-5e8c3954] {
  width: 0.88rem;
  height: 0.88rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.MeetingComponent .Component .member .he .user .info[data-v-5e8c3954] {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.MeetingComponent .Component .member .he .user .info .name[data-v-5e8c3954] {
  max-width: 0.54rem;
  font-weight: 400;
  font-size: 0.18rem;
  color: #ffffff;
  line-height: 0.21rem;
  max-width: 0.88rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.MeetingComponent .Component .member .he .user .info img[data-v-5e8c3954] {
  width: 0.15rem;
  height: 0.15rem;
}
.MeetingComponent .Component #container .box-cc[data-v-5e8c3954] {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
}
.MeetingComponent .Component #container .box-cc .box-cc-videos[data-v-5e8c3954] {
  position: absolute;
  top: 0;
  right: 0;
  width: 3.48rem;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.MeetingComponent .Component #container .box-cc .box-cc-videos.collapsed[data-v-5e8c3954] {
  width: 0.15rem;
}
.MeetingComponent .Component #container .box-cc .side-videos[data-v-5e8c3954] {
  z-index: 99;
  width: 3.34rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
  overflow: auto;
  background: rgba(40, 49, 62, 0.7);
}
.MeetingComponent .Component #container .box-cc .side-videos #sidebar[data-v-5e8c3954] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.MeetingComponent .Component #container .box-cc .side-videos #side-videos[data-v-5e8c3954] {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#426186), to(#2d445a));
  background: -webkit-linear-gradient(top, #426186 0%, #2d445a 100%);
  background: linear-gradient(180deg, #426186 0%, #2d445a 100%);
  -webkit-border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
          border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
  margin-bottom: 0.1rem;
}
.MeetingComponent .Component #container .box-cc .side-videos #side-videos video[data-v-5e8c3954] {
  width: 3.2rem;
  height: 1.94rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  margin-bottom: 0.1rem;
}
.MeetingComponent .Component #container .box-cc .side-videos #side-videos .member-local[data-v-5e8c3954] {
  width: 3.2rem;
  height: 1.94rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  position: relative;
  z-index: 6;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.MeetingComponent .Component #container .box-cc .side-videos #side-videos img[data-v-5e8c3954] {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}
.MeetingComponent .Component #container .box-cc .side-videos #side-videos .member-item-name[data-v-5e8c3954] {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 0.86rem;
  height: 0.32rem;
  background: #fea220;
  -webkit-border-radius: 0.08rem 0.16rem 0.16rem 0;
          border-radius: 0.08rem 0.16rem 0.16rem 0;
  font-weight: 500;
  font-size: 0.2rem;
  z-index: 9;
  color: #ffffff;
}
.MeetingComponent .Component #container .box-cc .side-videos #toggle[data-v-5e8c3954] {
  margin-bottom: 0.1rem;
}
.MeetingComponent .Component #container .box-cc .off[data-v-5e8c3954] {
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.MeetingComponent .Component #container .box-cc .off .box-open[data-v-5e8c3954] {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 0.15rem;
  height: 0.75rem;
  background: rgba(40, 49, 62, 0.7);
  -webkit-border-radius: 0.06rem 0 0 0.06rem;
          border-radius: 0.06rem 0 0 0.06rem;
  z-index: 999;
}
.MeetingComponent .Component #container .side-videos[data-v-5e8c3954]::-webkit-scrollbar {
  display: none;
}
.bubbleReview[data-v-5e8c3954] {
  position: absolute;
  bottom: 0;
  left: 0.49rem;
  height: 2.7rem;
  overflow: auto;
  color: #fff;
  z-index: 9999;
  font-size: 0.12rem;
}
.bubbleReview .aaaa[data-v-5e8c3954] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.08rem;
  padding: 0.09rem;
  max-width: 2.1rem;
  background: rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 0.19rem;
          border-radius: 0.19rem;
  -webkit-transition: opacity 1.5s;
  transition: opacity 1.5s;
  -webkit-transform: translateY(0.1rem);
          transform: translateY(0.1rem);
}
.bubbleReview .aaaa .name[data-v-5e8c3954] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 0.12rem;
  color: #fea220;
  margin-right: 0.1rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.bubbleReview .aaaa .text[data-v-5e8c3954] {
  max-width: 1.44rem;
  font-weight: 400;
  font-size: 0.12rem;
  color: #ffffff;
  line-height: 0.15rem;
}
.bubbleReview[data-v-5e8c3954]::-webkit-scrollbar {
  display: none;
}
.plSpliList .chat-container[data-v-5e8c3954] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.plSpliList .chat-container .chat[data-v-5e8c3954] {
  height: 100%;
  overflow: auto;
  padding: 0.15rem;
  margin: 0.15rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.plSpliList .chat-container .chat .message-container[data-v-5e8c3954] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.08rem;
}
.plSpliList .chat-container .chat .message-container .your[data-v-5e8c3954] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.plSpliList .chat-container .chat .message-container .your img[data-v-5e8c3954] {
  width: 0.33rem;
  height: 0.33rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin-top: -0.1rem;
}
.plSpliList .chat-container .chat .message-container .your .xin[data-v-5e8c3954] {
  margin-left: 0.08rem;
}
.plSpliList .chat-container .chat .message-container .your .xin p[data-v-5e8c3954] {
  font-weight: 400;
  font-size: 0.12rem;
  color: #ffffff;
  margin: 0;
}
.plSpliList .chat-container .chat .message-container .your .xin div[data-v-5e8c3954] {
  margin-top: 0.05rem;
  padding: 0.05rem 0.09rem;
  background: #fff;
  line-height: 0.14rem;
  font-size: 0.12rem;
  font-weight: 400;
  color: #000;
  -webkit-border-radius: 0 0.04rem 0.04rem 0.04rem;
          border-radius: 0 0.04rem 0.04rem 0.04rem;
}
.plSpliList .chat-container .chat .message-container .my[data-v-5e8c3954] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.plSpliList .chat-container .chat .message-container .my img[data-v-5e8c3954] {
  width: 0.33rem;
  height: 0.33rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin-top: -0.17rem;
}
.plSpliList .chat-container .chat .message-container .my .xin[data-v-5e8c3954] {
  margin-right: 0.08rem;
}
.plSpliList .chat-container .chat .message-container .my .xin p[data-v-5e8c3954] {
  text-align: end;
  font-weight: 400;
  font-size: 0.12rem;
  margin: 0;
  color: #ffffff;
}
.plSpliList .chat-container .chat .message-container .my .xin div[data-v-5e8c3954] {
  margin-top: 0.05rem;
  padding: 0.05rem 0.09rem;
  line-height: 0.14rem;
  background: #ecefff;
  font-size: 0.12rem;
  font-weight: 400;
  color: #000;
  -webkit-border-radius: 0.04rem 0 0.04rem 0.04rem;
          border-radius: 0.04rem 0 0.04rem 0.04rem;
}
.plSpliList .chat-container .chat .your-message[data-v-5e8c3954] {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.plSpliList .chat-container .chat .my-message[data-v-5e8c3954] {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.plSpliList .searchBox[data-v-5e8c3954] {
  border-top: 0.01rem solid rgba(255, 255, 255, 0.3);
  height: 2.36rem;
}
.plSpliList .searchBox .textarea[data-v-5e8c3954]  .el-textarea__inner {
  border: none !important;
  background: none;
  color: #fff;
}
.plSpliList .searchBox .comment[data-v-5e8c3954] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.plSpliList .searchBox .comment .fs[data-v-5e8c3954] {
  cursor: pointer;
  padding: 0.09rem 0.5rem;
  margin-right: 0.2rem;
  background: -webkit-gradient(linear, left top, right top, from(#425c76), to(#6983a0));
  background: -webkit-linear-gradient(left, #425c76 0%, #6983a0 100%);
  background: linear-gradient(90deg, #425c76 0%, #6983a0 100%);
  -webkit-border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
          border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
  font-size: 0.14rem;
  color: #ffffff;
  line-height: 0.16rem;
}
.pl .chat-container[data-v-5e8c3954] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pl .chat-container .chat[data-v-5e8c3954] {
  height: 6rem;
  overflow: auto;
  padding: 0.15rem;
  margin: 0.15rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.pl .chat-container .chat .message-container[data-v-5e8c3954] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.08rem;
}
.pl .chat-container .chat .message-container .your[data-v-5e8c3954] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.pl .chat-container .chat .message-container .your img[data-v-5e8c3954] {
  width: 0.33rem;
  height: 0.33rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin-top: -0.1rem;
}
.pl .chat-container .chat .message-container .your .xin[data-v-5e8c3954] {
  margin-left: 0.08rem;
}
.pl .chat-container .chat .message-container .your .xin p[data-v-5e8c3954] {
  font-weight: 400;
  font-size: 0.12rem;
  color: #ffffff;
  margin: 0;
}
.pl .chat-container .chat .message-container .your .xin div[data-v-5e8c3954] {
  margin-top: 0.05rem;
  padding: 0.05rem 0.09rem;
  background: #fff;
  line-height: 0.14rem;
  font-size: 0.12rem;
  font-weight: 400;
  color: #000;
  -webkit-border-radius: 0 0.04rem 0.04rem 0.04rem;
          border-radius: 0 0.04rem 0.04rem 0.04rem;
}
.pl .chat-container .chat .message-container .my[data-v-5e8c3954] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.pl .chat-container .chat .message-container .my img[data-v-5e8c3954] {
  width: 0.33rem;
  height: 0.33rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin-top: -0.17rem;
}
.pl .chat-container .chat .message-container .my .xin[data-v-5e8c3954] {
  margin-right: 0.08rem;
}
.pl .chat-container .chat .message-container .my .xin p[data-v-5e8c3954] {
  text-align: end;
  font-weight: 400;
  font-size: 0.12rem;
  margin: 0;
  color: #ffffff;
}
.pl .chat-container .chat .message-container .my .xin div[data-v-5e8c3954] {
  margin-top: 0.05rem;
  padding: 0.05rem 0.09rem;
  line-height: 0.14rem;
  background: #ecefff;
  font-size: 0.12rem;
  font-weight: 400;
  color: #000;
  -webkit-border-radius: 0.04rem 0 0.04rem 0.04rem;
          border-radius: 0.04rem 0 0.04rem 0.04rem;
}
.pl .chat-container .chat .your-message[data-v-5e8c3954] {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.pl .chat-container .chat .my-message[data-v-5e8c3954] {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.pl .searchBox[data-v-5e8c3954] {
  border-top: 0.01rem solid rgba(255, 255, 255, 0.3);
  height: 2.36rem;
}
.pl .searchBox .textarea[data-v-5e8c3954]  .el-textarea__inner {
  border: none !important;
  background: none;
  color: #fff;
}
.pl .searchBox .comment[data-v-5e8c3954] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.pl .searchBox .comment .fs[data-v-5e8c3954] {
  cursor: pointer;
  padding: 0.09rem 0.5rem;
  margin-right: 0.2rem;
  background: -webkit-gradient(linear, left top, right top, from(#425c76), to(#6983a0));
  background: -webkit-linear-gradient(left, #425c76 0%, #6983a0 100%);
  background: linear-gradient(90deg, #425c76 0%, #6983a0 100%);
  -webkit-border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
          border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
  font-size: 0.14rem;
  color: #ffffff;
  line-height: 0.16rem;
}
.member2[data-v-5e8c3954] {
  margin: 0 0.19rem;
  height: 0.71rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 0.01rem solid rgba(255, 255, 255, 0.3);
}
.member2 .info[data-v-5e8c3954] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.member2 .info .avatar img[data-v-5e8c3954] {
  width: 0.36rem;
  height: 0.36rem;
  -webkit-border-radius: 0.37rem;
          border-radius: 0.37rem;
  border: 0.01rem solid #ffffff;
}
.member2 .info .text[data-v-5e8c3954] {
  margin-left: 0.05rem;
}
.member2 .info .text .name[data-v-5e8c3954] {
  font-weight: 500;
  font-size: 0.18rem;
  color: #ffffff;
  margin-bottom: 0.04rem;
}
.member2 .info .text .type[data-v-5e8c3954] {
  font-weight: 400;
  font-size: 0.14rem;
  color: #ffffff;
}
.member2 .qx[data-v-5e8c3954] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.member2 .qx img[data-v-5e8c3954] {
  margin-right: 0.15rem;
  cursor: pointer;
}
.zzz[data-v-5e8c3954] {
  height: 3rem;
  overflow-y: auto;
}
.zzz .popup-checkBox[data-v-5e8c3954] {
  width: 100%;
  padding-top: 0.1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.zzz .popup-checkBox .checkBox-item[data-v-5e8c3954] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 0.62rem;
  -webkit-border-radius: 0.09rem;
          border-radius: 0.09rem;
  background: #f7f7f7;
  margin-bottom: 0.12rem;
  padding: 0.17rem 0.15rem;
  position: relative;
  border: 0.01rem solid aliceblue;
}
.zzz .popup-checkBox .checkBox-item.active[data-v-5e8c3954] {
  border: 0.01rem solid #3b5efc;
  background: #ecefff;
}
.zzz .popup-checkBox .checkBox-item .info[data-v-5e8c3954] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.zzz .popup-checkBox .checkBox-item .info .project-name[data-v-5e8c3954] {
  height: 0.21rem;
  color: #333;
  font-size: 0.15rem;
}
.zzz .popup-checkBox .checkBox-item .info .projectType-list[data-v-5e8c3954] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 0.15rem;
}
.zzz .popup-checkBox .checkBox-item .info .projectType-list .projectType-item[data-v-5e8c3954] {
  color: #666;
  font-size: 0.11rem;
  font-weight: 400;
  margin-right: 0.03rem;
}
.zzz .popup-checkBox .checkBox-item .project[data-v-5e8c3954] {
  position: absolute;
  left: 0;
  top: -0.05rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  height: 0.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.06rem;
  font-weight: 400;
  line-height: 0.07rem;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  -webkit-border-radius: 0.05rem 0.1rem 0.1rem 0;
          border-radius: 0.05rem 0.1rem 0.1rem 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#c1c1c1), to(#c1c1c1)), -webkit-gradient(linear, left bottom, left top, from(#d1d1d6), to(#d1d1d6));
  background: -webkit-linear-gradient(bottom, #c1c1c1, #c1c1c1), -webkit-linear-gradient(bottom, #d1d1d6, #d1d1d6);
  background: linear-gradient(0deg, #c1c1c1, #c1c1c1), linear-gradient(0deg, #d1d1d6, #d1d1d6);
}
.zzz .popup-checkBox .checkBox-item .project.active[data-v-5e8c3954] {
  background: #899eff;
}
.apply[data-v-5e8c3954] {
  width: 95%;
  padding-right: 0.2rem;
  float: right;
  margin-top: 0.31rem;
}
.apply .applyCon[data-v-5e8c3954] {
  padding-bottom: 0.44rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.apply .applyCon .prompt[data-v-5e8c3954] {
  margin: 0.16rem 0;
  color: #da251c;
  font-size: 0.12rem;
}
.apply .applyCon .prompt span[data-v-5e8c3954] {
  color: #999999;
}
.apply .applyCon[data-v-5e8c3954]:nth-last-child(1) {
  padding-bottom: 0;
}
.apply .applyCon[data-v-5e8c3954]::before {
  content: "";
  width: 0.01rem;
  height: -webkit-fill-available;
  background: #ababab;
  position: absolute;
  top: 0.07rem;
  left: -0.29rem;
}
.apply .applyCon[data-v-5e8c3954]::after {
  content: "";
  width: 0.06rem;
  height: 0.06rem;
  background: #7db0ea;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
  top: 0.07rem;
  left: -0.315rem;
  z-index: 2;
}
.apply h2[data-v-5e8c3954] {
  color: #333333;
  font-size: 0.14rem;
  line-height: 0.2rem;
  margin-top: 0;
}
.apply .applyTime[data-v-5e8c3954] {
  color: #666666;
  font-size: 0.08rem;
  line-height: 0.12rem;
  margin-bottom: 0.1rem;
}
.apply .applyDesc[data-v-5e8c3954] {
  padding: 0.15rem 0.22rem;
  background: #f6faff;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  font-size: 0.14rem;
  line-height: 0.22rem;
}
.applyGrade[data-v-5e8c3954] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333333;
  font-size: 0.14rem;
  font-weight: bold;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  margin-bottom: 0.18rem;
}
.applyGrade .dialog-body-input[data-v-5e8c3954] {
  padding: 0.07rem;
  width: 1.03rem;
  outline: none;
  border: 0.01rem solid #e5e5e5;
  -webkit-border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
          border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
}
.applyGrade .applyGradeText[data-v-5e8c3954] {
  margin-left: 0.21rem;
  color: #999999;
  font-size: 0.12rem;
  font-weight: normal;
}
[data-v-5e8c3954] .el-drawer.rtl {
  background: #28313e;
}
[data-v-5e8c3954] .el-drawer__header {
  padding: 0.1rem 0.1rem;
  margin: 0;
}
[data-v-5e8c3954] .el-dialog__title {
  font-weight: 600;
  font-size: 0.2rem;
  color: #333333;
  line-height: 0.23rem;
}
[data-v-5e8c3954] .el-dialog__body {
  padding: 0rem 0.2rem;
}
[data-v-5e8c3954] div.el-dialog__footer .dialog-footer .el-button {
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 400;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
}
[data-v-5e8c3954] div.el-dialog__footer .dialog-footer .el-button.el-button--default {
  background: #fff;
  border: 0.01rem solid #3b5efc;
  color: #3b5efc;
}
[data-v-5e8c3954] div.el-dialog__footer .dialog-footer .el-button.el-button--primary {
  background: #3b5efc;
  color: #fff;
}
.fade-enter-active[data-v-5e8c3954],
.fade-leave-active[data-v-5e8c3954] {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.fade-enter[data-v-5e8c3954],
.fade-leave-to[data-v-5e8c3954] {
  opacity: 0;
}
#scoreResults[data-v-0489fc4b] {
  background-color: #080c2a;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  overflow-y: scroll;
}
#scoreResults .fullScreen[data-v-0489fc4b] {
  width: 0.45rem;
  position: fixed;
  right: 0.22rem;
  bottom: 0.22rem;
  cursor: pointer;
}
#scoreResults .el-icon-error[data-v-0489fc4b] {
  color: #dedede;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0.3rem;
  cursor: pointer;
}
#scoreResults .title[data-v-0489fc4b] {
  margin: 0.9rem 0.4rem 0.2rem;
  font-weight: 600;
  font-size: 0.38rem;
  line-height: 160%;
  color: #ffffff;
  text-align: center;
}
#scoreResults .infoBox[data-v-0489fc4b] {
  font-weight: 600;
  font-size: 0.34rem;
  color: #ffffff;
  text-align: center;
  margin-bottom: 0.2rem;
}
#scoreResults .red[data-v-0489fc4b] {
  font-size: 0.2rem;
}
#scoreResults[data-v-0489fc4b]  .el-table {
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0);
}
#scoreResults[data-v-0489fc4b]  .el-table .el-table__header {
  margin: 0;
}
#scoreResults[data-v-0489fc4b]  .el-table .el-table__header,
#scoreResults[data-v-0489fc4b]  .el-table tr,
#scoreResults[data-v-0489fc4b]  .el-table th.el-table__cell {
  background-color: rgba(0, 0, 0, 0);
}
#scoreResults[data-v-0489fc4b]  .el-table .el-table__cell {
  font-size: 0.24rem;
  color: #ffffff;
  white-space: nowrap;
}
#scoreResults[data-v-0489fc4b]  .el-table .el-table__body {
  border-collapse: separate;
  /*border-spacing: 0 11px;*/
}
#scoreResults[data-v-0489fc4b]  .el-table .el-table__body .el-table__row {
  background-color: rgba(0, 0, 0, 0.1);
}
#scoreResults[data-v-0489fc4b]  .el-table .el-table__body .el-table__row td.el-table__cell {
  padding: 0;
}
#scoreResults[data-v-0489fc4b]  .el-table .el-table__body .el-table__row td.el-table__cell .cell {
  line-height: 0.75rem;
}
#scoreResults[data-v-0489fc4b]  .el-table .el-table__body .el-table__row:hover td.el-table__cell {
  background-color: rgba(0, 0, 0, 0);
}
#scoreResults .projectInfo[data-v-0489fc4b] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #ffffff;
}
#scoreResults .projectInfo .projectName[data-v-0489fc4b] {
  text-align: center;
  line-height: 0.64rem;
  margin-top: 0.76rem;
  padding: 0.14rem 0.82rem;
  background: rgba(15, 108, 225, 0.3);
  -webkit-border-radius: 0.32rem;
          border-radius: 0.32rem;
  -webkit-box-shadow: 0 0.02rem 0.05rem #0c8ccb;
          box-shadow: 0 0.02rem 0.05rem #0c8ccb;
  font-weight: 600;
  font-size: 0.36rem;
}
#scoreResults .projectInfo .a[data-v-0489fc4b] {
  margin-top: 0.69rem;
  font-weight: 400;
  font-size: 0.35rem;
  line-height: 160%;
}
#scoreResults .projectInfo .b[data-v-0489fc4b] {
  margin: 0;
  font-weight: 400;
  font-size: 0.2rem;
  line-height: 160%;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}
#scoreResults .projectInfo .totalscore[data-v-0489fc4b] {
  margin: 0.2rem 0 0;
  font-size: 1.69rem;
  text-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
#scoreResults[data-v-0489fc4b] {
    background-color: #080c2a;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
}
#scoreResults .fullScreen[data-v-0489fc4b] {
    width: 0.45rem;
    position: fixed;
    right: 0.22rem;
    bottom: 0.22rem;
    cursor: pointer;
}
#scoreResults .el-icon-error[data-v-0489fc4b] {
    color: #dedede;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0.3rem;
    cursor: pointer;
}
#scoreResults[data-v-0489fc4b]  .el-table--scrollable-x .el-table__body-wrapper {
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE10+ */
}
#scoreResults[data-v-0489fc4b]  .el-table--scrollable-x .el-table__body-wrapper::-webkit-scrollbar {
    display: none;
    /* ChromeSafari */
}
#scoreResults .title[data-v-0489fc4b] {
    margin: 0.3rem 0.4rem 0.2rem;
    font-weight: 600;
    font-size: 0.17rem;
    line-height: 160%;
    color: #ffffff;
    text-align: center;
}
#scoreResults .infoBox[data-v-0489fc4b] {
    font-weight: 600;
    font-size: 0.14rem;
    color: #ffffff;
    text-align: center;
    margin: 0;
}
#scoreResults .red[data-v-0489fc4b] {
    font-size: 0.14rem;
}
#scoreResults[data-v-0489fc4b]  .el-table {
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0);
}
#scoreResults[data-v-0489fc4b]  .el-table .el-table__header {
    margin: 0;
}
#scoreResults[data-v-0489fc4b]  .el-table .el-table__header,
#scoreResults[data-v-0489fc4b]  .el-table tr,
#scoreResults[data-v-0489fc4b]  .el-table th.el-table__cell {
    background-color: rgba(0, 0, 0, 0);
}
#scoreResults[data-v-0489fc4b]  .el-table .el-table__cell {
    font-size: 0.14rem;
    color: #ffffff;
    white-space: nowrap;
}
#scoreResults[data-v-0489fc4b]  .el-table .el-table__body {
    border-collapse: separate;
    border-spacing: 0 0.11rem;
}
#scoreResults[data-v-0489fc4b]  .el-table .el-table__body .el-table__row {
    background-color: rgba(0, 0, 0, 0.1);
}
#scoreResults[data-v-0489fc4b]  .el-table .el-table__body .el-table__row td.el-table__cell {
    padding: 0.02rem;
}
#scoreResults[data-v-0489fc4b]  .el-table .el-table__body .el-table__row td.el-table__cell .cell {
    line-height: 0.15rem;
}
#scoreResults[data-v-0489fc4b]  .el-table .el-table__body .el-table__row:hover td.el-table__cell {
    background-color: rgba(0, 0, 0, 0);
}
#scoreResults .projectInfo[data-v-0489fc4b] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #ffffff;
}
#scoreResults .projectInfo .projectName[data-v-0489fc4b] {
    text-align: center;
    line-height: 0.34rem;
    margin-top: 0.76rem;
    background: rgba(15, 108, 225, 0.3);
    -webkit-border-radius: 0.32rem;
            border-radius: 0.32rem;
    -webkit-box-shadow: 0 0.02rem 0.05rem #0c8ccb;
            box-shadow: 0 0.02rem 0.05rem #0c8ccb;
    font-weight: 600;
    font-size: 0.36rem;
}
#scoreResults .projectInfo .a[data-v-0489fc4b] {
    margin-top: 0.69rem;
    font-weight: 400;
    font-size: 0.35rem;
    line-height: 160%;
}
#scoreResults .projectInfo .b[data-v-0489fc4b] {
    margin: 0;
    font-weight: 400;
    font-size: 0.2rem;
    line-height: 160%;
    letter-spacing: 0.26em;
    text-transform: uppercase;
}
#scoreResults .projectInfo .totalscore[data-v-0489fc4b] {
    margin: 0.2rem 0 0;
    font-size: 1.69rem;
    text-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.25);
}
}
[data-v-0489fc4b] .el-table__body-wrapper {
  scrollbar-width: none;
}

[data-v-d0943a18] .el-dialog {
  -webkit-border-radius: 0.23rem;
          border-radius: 0.23rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
[data-v-d0943a18] .el-dialog .el-dialog__header {
  height: auto;
  padding: 0.52rem 0 0.37rem 0;
  background: none;
}
[data-v-d0943a18] .el-dialog .el-dialog__header .el-dialog__title {
  font-size: 0.36rem;
}
[data-v-d0943a18] .el-dialog .el-dialog__body::-webkit-scrollbar {
  width: 0 !important;
}
[data-v-d0943a18] .el-dialog .el-dialog__body {
  max-height: 60vh;
  padding: 0 1.37rem 0;
  overflow: auto;
}
[data-v-d0943a18] .el-dialog .el-form-item {
  height: 0.66rem;
  margin: 0;
  border-bottom: 0.01rem solid #dddddd;
  overflow: hidden;
  position: relative;
}
[data-v-d0943a18] .el-dialog .el-form-item .el-form-item__label {
  line-height: 0.66rem;
  font-size: 0.16rem;
  color: #333333;
}
[data-v-d0943a18] .el-dialog .el-form-item .el-form-item__content {
  line-height: 0.66rem;
  float: right;
  position: static;
}
[data-v-d0943a18] .el-dialog .el-form-item .el-form-item__content .el-input__inner {
  height: 0.34rem;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
[data-v-d0943a18] .el-dialog .el-form-item .el-form-item__error {
  left: 0.12rem;
  bottom: 0.03rem;
  top: auto;
}
[data-v-d0943a18] .el-dialog .el-form-item:nth-last-child(1) {
  height: auto;
  border: none;
  overflow: inherit;
}
[data-v-d0943a18] .el-dialog .el-form-item:nth-last-child(1) .el-form-item__content {
  margin: 0 !important;
  text-align: center;
  float: none;
}
[data-v-d0943a18] .el-dialog .el-form-item:nth-last-child(1) .el-form-item__content .el-button--primary {
  display: inline-block;
  width: 2.06rem;
  height: 0.5rem;
  background: #ffd747;
  -webkit-border-radius: 0.14rem;
          border-radius: 0.14rem;
  border: none;
  font-weight: 600;
  color: #333;
  font-size: 0.18rem;
  margin: 0.57rem 0 0 -1.2rem;
}
[data-v-d0943a18] .el-dialog .el-textarea {
  margin-bottom: 0.24rem;
}
[data-v-d0943a18] .el-dialog .el-textarea .el-textarea__inner {
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  border: none;
  padding: 0.18rem;
}
[data-v-d0943a18] .el-dialog .saveBtn {
  width: 2.06rem;
  height: 0.5rem;
  line-height: 0.5rem;
  background: #7db0ea;
  -webkit-border-radius: 0.14rem;
          border-radius: 0.14rem;
  padding: 0;
  font-weight: 600;
  font-size: 0.18rem;
  line-height: 0.25rem;
  color: #ffffff;
}
[data-v-d0943a18] .el-dialog .el-button.is-disabled,[data-v-d0943a18] .el-dialog .el-button.is-disabled:focus,[data-v-d0943a18] .el-dialog .el-button.is-disabled:hover {
  color: #c0c4cc;
  cursor: not-allowed;
  background-image: none;
  background: #7db0ea;
  border-color: #ebeef5;
}
.dialogRole .el-dialog[data-v-75b82230] {
  -webkit-border-radius: 0.23rem;
          border-radius: 0.23rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0.59rem;
}
.dialogRole .el-dialog .el-dialog__header[data-v-75b82230] {
  padding: 0.59rem 0 0.23rem;
  margin-bottom: 0;
}
.dialogRole .el-dialog .el-dialog__header .el-dialog__title[data-v-75b82230] {
  color: #333333;
  font-size: 0.48rem;
  line-height: 0.67rem;
}
.dialogRole .el-dialog .el-dialog__body[data-v-75b82230] {
  overflow: none;
}
.dialogRole .el-dialog .el-dialog__body .roleTip[data-v-75b82230] {
  text-align: center;
  color: #ff0000;
  margin-bottom: 0.54rem;
}
.dialogRole .el-dialog .el-dialog__body[data-v-75b82230]::-webkit-scrollbar {
  width: 0 !important;
}
.dialogRole .el-dialog .el-form[data-v-75b82230] {
  margin-bottom: 0.54rem;
}
.dialogRole .el-dialog .el-form .el-select[data-v-75b82230] {
  width: 100%;
}
.dialogRole .el-dialog .el-form .el-select .el-input__inner[data-v-75b82230] {
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFaSURBVHgBpZPNTcNAEIXf2L7BYS2BxA2ng3QAqQA4IvGTVBCoINBBOjAoijhCKkhKoARzDaD4EE72ehg7PsT22rLkT7LWuzvzZnZ3hmCAN+8K8XYMoiGYvXx5JfMX2AcLcq9Ckx9Vhd48aL3cEyl5UADbHpB7HZS3rIqx1pNaoSya7MWxb4xTzMqX4zkbtME5dMvHLWYWO320JQq98lJRjCwPbbEcr1mMk3u0RfOwWQy8QFtYSqVEtTR+ZlMxHKMJqTc6uhmhOTMhikWMA9Rn9IkoejbGMNo3lcg2dqk3MnaAZYzgmo2FEEqhjooYr/0+f8+WNfZpz/q8nhvrMTumOJ/L74XMLhtbqeApPZo2P/MrHd+usiX+nU+QJE/oguZHOrmbWkj0A7pi0yQd5M5IoTsqF+MQXcnr0gHrAWznDBo9eYDTPIqSC1aVx9hd+s45/Yi+svFPf6TL/9r4hIaWyPUNAAAAAElFTkSuQmCC) no-repeat;
  background-size: 0.18rem 0.19rem;
  background-position: 0.23rem 0.09rem;
  padding: 0 0 0 0.54rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.14rem;
}
.dialogRole .el-dialog .el-dialog__footer[data-v-75b82230] {
  margin-bottom: 1.32rem;
}
.dialogRole .el-dialog .el-dialog__footer .el-button[data-v-75b82230] {
  width: 2.06rem;
  height: 0.5rem;
  -webkit-border-radius: 0.14rem;
          border-radius: 0.14rem;
  text-align: center;
  line-height: 50xp;
  background: #ffd747;
  font-size: 0.18rem;
  color: #333333;
  font-weight: 600;
  border: none;
}
[data-v-2fed0d5a] .el-dialog {
  -webkit-border-radius: 0.23rem;
          border-radius: 0.23rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
[data-v-2fed0d5a] .el-dialog .el-dialog__header {
  padding: 0.5rem 0 0.36rem;
}
[data-v-2fed0d5a] .el-dialog .el-dialog__header .el-dialog__title {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 600;
  font-size: 0.36rem;
  line-height: 0.5rem;
  color: #f27a12;
  text-shadow: 0 0.02rem 0.04rem rgba(0, 0, 0, 0.3);
}
[data-v-2fed0d5a] .el-dialog .el-dialog__body {
  max-height: 60vh;
  padding: 0;
  overflow: auto;
}
[data-v-2fed0d5a] .el-dialog .el-form-item {
  width: 3.5739rem;
  height: 0.4255rem;
  margin: 0.24rem auto;
}
[data-v-2fed0d5a] .el-dialog .el-form-item .el-input__inner {
  height: 0.42rem;
  line-height: 0.42rem;
}
[data-v-2fed0d5a] .el-dialog .el-form-item .el-input-group__append {
  padding-left: 0.17rem;
}
[data-v-2fed0d5a] .el-dialog .el-form-item .el-input-group__append .el-button {
  width: 1.36rem;
  height: 0.43rem;
  margin: 0;
  background: #fff5d8;
  border: 0.01rem solid #f27a12;
  -webkit-border-radius: 0.21273rem;
          border-radius: 0.21273rem;
  font-size: 0.14rem;
  color: #333333;
}
[data-v-2fed0d5a] .el-dialog .el-dialog__footer {
  padding: 0.1rem 0 1rem;
}
[data-v-2fed0d5a] .el-dialog .saveBtn {
  width: 3.5739rem;
  height: 0.4255rem;
  line-height: 0.4255rem;
  border-color: #f27a12;
  background: #f27a12;
  -webkit-border-radius: 0.14rem;
          border-radius: 0.14rem;
  padding: 0;
  font-weight: 600;
  font-size: 0.16rem;
  color: #ffffff;
}
[data-v-2fed0d5a] .el-dialog .el-button.is-disabled,[data-v-2fed0d5a] .el-dialog .el-button.is-disabled:focus,[data-v-2fed0d5a] .el-dialog .el-button.is-disabled:hover {
  color: #c0c4cc;
  cursor: not-allowed;
  background-image: none;
  background: #7db0ea;
  border-color: #ebeef5;
}
.custom2-msgbox {
  width: 4.91rem;
  -webkit-border-radius: 0.28353rem;
          border-radius: 0.28353rem;
}
.custom2-msgbox .el-message-box__header {
  padding: 0.59rem 0 0;
}
.custom2-msgbox .el-message-box__header .el-message-box__title {
  font-weight: 600;
  font-size: 0.28rem;
  line-height: 0.39rem;
  color: #333333;
  text-align: center;
}
.custom2-msgbox .el-message-box__message {
  font-weight: 400;
  font-size: 0.18rem;
  line-height: 0.25rem;
  color: #333333;
  text-align: center;
}
.custom2-msgbox .el-message-box__btns {
  padding: 0.2rem 0 0.56rem;
  text-align: center;
}
.custom2-msgbox .el-message-box__btns .el-button {
  width: 3.57rem;
  height: 0.42rem;
  line-height: 0.53rem;
  padding: 0;
  background: #f27a12;
  border-color: #f27a12;
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
  font-size: 0.15317rem;
  line-height: 0.31rem;
  /* identical to box height */
  text-align: center;
  color: #ffffff;
}
.passwordLogin {
  margin-top: 0.3rem;
  padding-bottom: 0.2rem;
}
.passwordLogin .el-select {
  width: 100%;
}
.passwordLogin .el-input__inner {
  border-color: #f8f8f8;
  background: #f8f8f8;
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
}
.passwordLogin .el-button {
  width: 100%;
  border-color: #7db0ea;
  background: #7db0ea;
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
}
.passwordLogin .ops {
  font-weight: 200;
  font-size: 0.12rem;
  line-height: 0.3rem;
  color: #7db0ea;
}
.passwordLogin .el-input-group__append {
  padding: 0;
  border: none;
  background: none;
}
.passwordLogin .el-input-group__append img {
  height: 0.36rem;
  display: block;
  margin-left: 0.1rem;
}
[data-v-3d8fd9ad] .el-dialog {
  -webkit-border-radius: 0.23rem;
          border-radius: 0.23rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
[data-v-3d8fd9ad] .el-dialog .el-dialog__header {
  height: auto;
  padding: 0.5rem 0 0.36rem;
  background: none;
}
[data-v-3d8fd9ad] .el-dialog .el-dialog__header .el-dialog__title {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 600;
  font-size: 0.36rem;
  line-height: 0.5rem;
  color: #7db0ea;
  text-shadow: 0 0.02rem 0.04rem rgba(0, 0, 0, 0.3);
}
[data-v-3d8fd9ad] .el-dialog .el-dialog__body {
  max-height: 60vh;
  padding: 0 1.37rem 0;
  overflow: auto;
}
[data-v-3d8fd9ad] .el-dialog .el-form-item {
  margin: 0;
  border-bottom: 0.01rem solid #dddddd;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
[data-v-3d8fd9ad] .el-dialog .el-form-item.agreement {
  border: none;
}
[data-v-3d8fd9ad] .el-dialog .el-form-item.agreement .el-form-item__content {
  width: 100%;
  margin-left: 0 !important;
  text-align: center;
}
[data-v-3d8fd9ad] .el-dialog .el-form-item.agreement .el-form-item__content .el-radio__label {
  color: #333333;
}
[data-v-3d8fd9ad] .el-dialog .el-form-item.agreement .el-form-item__content a {
  color: #7db0ea;
}
[data-v-3d8fd9ad] .el-dialog .el-form-item.textarea {
  display: block;
  border: none;
}
[data-v-3d8fd9ad] .el-dialog .el-form-item.textarea .el-form-item__label {
  height: 0.55rem;
}
[data-v-3d8fd9ad] .el-dialog .el-form-item.textarea .el-textarea__inner {
  height: 1.24rem;
  background: #f3f3f3;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
[data-v-3d8fd9ad] .el-dialog .el-form-item.textarea .el-input__count {
  line-height: 0.3rem;
  background: #f3f3f3;
  bottom: 0.01rem;
}
[data-v-3d8fd9ad] .el-dialog .el-form-item .el-form-item__label,[data-v-3d8fd9ad] .el-dialog .el-form-item .el-form-item__content {
  line-height: 0.72rem;
  margin-left: 0.2rem;
}
[data-v-3d8fd9ad] .el-dialog .el-form-item .el-form-item__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 0.1rem !important;
}
[data-v-3d8fd9ad] .el-dialog .el-form-item .el-date-editor {
  background: none;
  border: none;
}
[data-v-3d8fd9ad] .el-dialog .el-form-item .el-range-editor--medium .el-range-separator {
  line-height: 0.42rem;
}
[data-v-3d8fd9ad] .el-dialog .el-form-item .el-form-item__label {
  color: #333333;
  font-size: 0.13rem;
}
[data-v-3d8fd9ad] .el-dialog .el-form-item .el-form-item__error {
  top: auto;
  bottom: 0.03rem;
}
[data-v-3d8fd9ad] .el-dialog .el-form-item .el-input-group {
  vertical-align: middle;
}
[data-v-3d8fd9ad] .el-dialog .el-form-item .el-input-group .el-input-group__append {
  padding: 0;
  background: none;
  border: none;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #7db0ea;
}
[data-v-3d8fd9ad] .el-dialog .el-form-item .el-select,[data-v-3d8fd9ad] .el-dialog .el-form-item .el-cascader {
  width: 100%;
}
[data-v-3d8fd9ad] .el-dialog .el-form-item .el-input .el-input__inner {
  height: 0.72rem;
  line-height: 0.72rem;
  padding-left: 0;
  background: none;
  border: none;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  color: #999;
}
[data-v-3d8fd9ad] .el-dialog .el-form-item .el-input ::-webkit-input-placeholder {
  font-size: 0.16rem;
  line-height: 0.22rem;
}
[data-v-3d8fd9ad] .el-dialog .el-dialog__footer {
  padding: 0.1rem 0.71354rem 0.2rem;
}
[data-v-3d8fd9ad] .el-dialog .saveBtn {
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  border-color: #7db0ea;
  background: #7db0ea;
  -webkit-border-radius: 0.14rem;
          border-radius: 0.14rem;
  padding: 0;
  font-weight: 600;
  font-size: 0.18rem;
  line-height: 0.25rem;
  color: #ffffff;
}
[data-v-3d8fd9ad] .el-dialog .el-button.is-disabled,[data-v-3d8fd9ad] .el-dialog .el-button.is-disabled:focus,[data-v-3d8fd9ad] .el-dialog .el-button.is-disabled:hover {
  color: #c0c4cc;
  cursor: not-allowed;
  background-image: none;
  background: #7db0ea;
  border-color: #ebeef5;
}
.custom-msgbox {
  width: 8.52rem;
  -webkit-border-radius: 0.28353rem;
          border-radius: 0.28353rem;
}
.custom-msgbox .el-message-box__header {
  padding: 0 0.26rem;
  background: rgba(238, 149, 16, 0.2);
}
.custom-msgbox .el-message-box__header .el-message-box__title {
  font-size: 0.22682rem;
  line-height: 0.57rem;
  color: #333333;
}
.custom-msgbox .el-message-box__message {
  padding: 0.72rem 0 0.2rem;
}
.custom-msgbox .el-message-box__message p {
  margin: 0;
  font-size: 0.24rem;
  line-height: 0.34rem;
  text-align: center;
  color: #333333;
}
.custom-msgbox .el-message-box__btns {
  padding-bottom: 0.56rem;
  text-align: center;
}
.custom-msgbox .el-message-box__btns .el-button {
  width: 4.38rem;
  height: 0.53rem;
  line-height: 0.53rem;
  padding: 0;
  background: #7db0ea;
  border-color: #7db0ea;
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
  font-size: 0.22rem;
  line-height: 0.31rem;
  /* identical to box height */
  text-align: center;
  color: #ffffff;
}
.demo-formData .el-form-item__label:before {
  content: "*";
  color: #f56c6c;
  margin-right: 0.05rem;
  font-weight: bold;
}
.demo-formData .el-form-item__label:before {
  content: "";
  margin-right: 0.12rem;
  font-weight: bold;
}
.tip {
  font-size: 0.14rem;
  color: #9a9a9a;
  margin-top: 0.07rem;
}
.no-autofill-pwd .el-input__inner {
  -webkit-text-security: disc !important;
}
.smsLogin {
  margin-top: 0.3rem;
  padding-bottom: 0.2rem;
}
.smsLogin .el-select {
  width: 100%;
}
.smsLogin .el-input__inner {
  border-color: #f8f8f8;
  background: #f8f8f8;
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
}
.smsLogin .el-button {
  width: 100%;
  border-color: #7db0ea;
  background: #7db0ea;
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
}
.smsLogin .el-input-group__append {
  background: #d3e8fe;
  border: 0.01rem solid #7db0ea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
  font-size: 0.14rem;
  color: #333333;
}
.smsLogin .el-input-group__append .el-button {
  padding: 0;
  margin: 0;
}
.smsLogin .ops {
  font-weight: 200;
  font-size: 0.12rem;
  line-height: 0.3rem;
  color: #7db0ea;
}
@media screen and (max-width: 767px) {
.el-button {
    width: 0.2rem;
    height: 0.3rem;
    line-height: 0.09rem;
    font-size: 0.1rem !important;
    -webkit-border-radius: 0.02rem;
            border-radius: 0.02rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
}
.font30 {
    line-height: 0.1rem;
    font-size: 0.15rem !important;
}
.flex-between {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
}
.sdu {
    width: 1.6rem !important;
}
#Home {
    height: auto;
}
.pad-t80 {
    padding-top: 0.3rem !important;
}
.font32 {
    font-size: 0.2rem !important;
}
.font28 {
    font-size: 0.18rem !important;
}
.font24 {
    font-size: 0.14rem !important;
}
.font18 {
    font-size: 0.15rem;
}
.mar-t50 {
    margin-top: 0.2rem !important;
}
.pad-b80 {
    padding-bottom: 0.1rem;
}
::v-deep .el-table--scrollable-x .el-table__body-wrapper {
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE10+ */
}
::v-deep .el-table--scrollable-x .el-table__body-wrapper::-webkit-scrollbar {
    display: none;
    /* ChromeSafari */
}
::v-deep .el-table {
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0);
}
::v-deep .el-table .el-table__header {
    margin: 0;
}
::v-deep .el-table .el-table__header, ::v-deep .el-table tr, ::v-deep .el-table th.el-table__cell {
    background-color: rgba(0, 0, 0, 0);
}
::v-deep .el-table .el-table__cell {
    font-size: 0.1rem;
    color: #ffffff;
    white-space: nowrap;
}
::v-deep .el-table .el-table__body {
    border-collapse: separate;
    border-spacing: 0 0.11rem;
}
::v-deep .el-table .el-table__body .el-table__row {
    background-color: rgba(0, 0, 0, 0.1);
}
::v-deep .el-table .el-table__body .el-table__row td.el-table__cell {
    padding: 0.02rem;
}
::v-deep .el-table .el-table__body .el-table__row td.el-table__cell .cell {
    line-height: 0.15rem;
}
::v-deep .el-table .el-table__body .el-table__row:hover td.el-table__cell {
    background-color: rgba(0, 0, 0, 0);
}
}
@charset "UTF-8";
.el-drawer__body {
  overflow-y: hidden;
}
.adapter-header {
  height: 80PX;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.16rem !important;
}
.footer-box {
  width: 100%;
  height: auto !important;
  background-color: #0d1021;
  text-align: center;
  color: #ffffff;
  padding: 0.2rem 0;
}
.login-weaper {
  margin: 0 auto;
  background: #ffffff;
  overflow: hidden;
}
.login-weaper .navbar {
  font-weight: 200;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #666666;
  text-shadow: 0 0.02rem 0.04rem rgba(0, 0, 0, 0.3);
}
.login-weaper .navbar a {
  width: 50%;
  display: inline-block;
  text-align: center;
}
.login-weaper .navbar .active::after {
  content: "";
  display: block;
  width: 15%;
  height: 0.08rem;
  background: #1890ff;
  -webkit-border-radius: 0.045rem;
          border-radius: 0.045rem;
  margin: 0.05rem auto;
}
.login-weaper ::v-deep .el-input__inner {
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
}
.wd100w {
  width: 100%;
}
.wd80w {
  width: 80%;
}
.wd40w {
  width: 40%;
}
.wd70w {
  width: 70% !important;
}
@media (max-width: 720px) {
.wd60w {
    width: 50% !important;
}
.wd300 {
    width: 1rem;
}
}
@media (min-width: 720px) {
.wd60w {
    width: 60% !important;
}
.wd300 {
    width: 1rem;
}
}
.wd200 {
  width: 2rem;
}
.wd300 {
  width: 2.7rem;
}
.wd380 {
  width: 3.8rem;
}
.hg-auto {
  height: auto !important;
}
.hg100h {
  height: 100%;
}
.hg70h {
  height: 70%;
}
.hg40 {
  height: 0.4rem !important;
}
.hg46 {
  height: 0.46rem;
}
.hg140 {
  height: 1.4rem !important;
}
.hg200 {
  height: 2rem !important;
}
@media (max-width: 720px) {
.hg220 {
    height: 1.6rem;
}
}
@media (min-width: 720px) {
.hg220 {
    height: 2.2rem;
}
}
.hg240 {
  height: 2.4rem;
}
.hg260 {
  height: 2.6rem;
}
.hg320 {
  height: 3.2rem;
}
.hg360 {
  height: 3.6rem;
}
@media (max-width: 720px) {
.hg600 {
    height: 5rem;
}
.wd300 {
    width: 1.5rem;
}
}
@media (min-width: 720px) {
.hg600 {
    height: 6rem;
}
}
.hg-max900 {
  max-height: 9rem;
}
.fixed {
  position: fixed;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flex-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-between {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex-around {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.flex-col-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-col-around {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.flex-col-between {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.bold {
  font-weight: bold;
}
.font14 {
  font-size: 0.14rem;
}
.font16 {
  font-size: 0.16rem;
}
.font18 {
  font-size: 0.18rem;
}
.font20 {
  font-size: 0.2rem;
}
.font22 {
  font-size: 0.22rem;
}
.font24 {
  font-size: 0.24rem;
}
.font26 {
  font-size: 0.26rem;
}
.font28 {
  font-size: 0.28rem;
}
.font30 {
  font-size: 0.3rem;
}
.font32 {
  font-size: 0.32rem;
}
.font-familyPIN {
  font-family: PingFang SC;
}
.pad0 {
  padding: 0;
}
.pad20 {
  padding: 0.2rem;
}
.pad-t80 {
  padding-top: 0.8rem;
}
.pad-b20 {
  padding-bottom: 0.2rem;
}
.pad-b40 {
  padding-bottom: 0.4rem;
}
.pad-b60 {
  padding-bottom: 0.6rem;
}
.pad-b80 {
  padding-bottom: 0.8rem;
}
.pad-lr20 {
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}
.pad-lr40 {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
.pad-lr80 {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}
.pad-lr100 {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 720px) {
.pad-lr200 {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
}
}
@media (min-width: 720px) {
.pad-lr200 {
    padding-left: 2rem;
    padding-right: 2rem;
}
}
@media (min-width: 1024px) {
.pad-lr100 {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
}
}
@media (min-width: 1400px) {
.pad-lr100 {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
}
}
.pad-tb15 {
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
}
.pad-tb40 {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
.mar-tb10 {
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}
.mar-t10 {
  margin-top: 0.1rem;
}
.mar-t20 {
  margin-top: 0.2rem;
}
.mar-t40 {
  margin-top: 0.4rem;
}
.mar-t50 {
  margin-top: 0.5rem;
}
.mar-t100 {
  margin-top: 1rem;
}
.mar-t140 {
  margin-top: 1.4rem;
}
.mar-b20 {
  margin-bottom: 0.2rem;
}
.mar-b30 {
  margin-bottom: 0.3rem;
}
.mar-b60 {
  margin-bottom: 0.6rem;
}
.mar-b80 {
  margin-bottom: 0.8rem;
}
.mar-r10 {
  margin-right: 0.1rem;
}
.mar-r20 {
  margin-right: 0.2rem;
}
.mar-r40 {
  margin-right: 0.4rem;
}
.mar-l20 {
  margin-left: 0.2rem;
}
.mar-lr20 {
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}
.bgBCB {
  background-color: #bcbcbc;
}
.bg0D1 {
  background-color: #0d1021;
}
.bgF0F {
  background-color: #f0f0f7;
}
.bgFAF {
  background-color: #fafafc;
}
.bg189 {
  background-color: #1890ff !important;
}
.bgFF9 {
  background-color: #ff9a21 !important;
}
.bgFFF {
  background-color: #ffffff;
}
.bg025 {
  background-color: #0256ff;
}
.bg5D5 {
  background-color: #5d5d5d;
}
.colorAAA {
  color: #aaaaaa;
}
.colorBFB {
  color: #bfbfbf;
}
.colorC1C {
  color: #c1c1c1;
}
.color189 {
  color: #1890ff;
}
.colorFFF {
  color: #ffffff !important;
}
.color333 {
  color: #333333;
}
.color666 {
  color: #666666;
}
.color999 {
  color: #999999;
}
.color025 {
  color: #0256ff;
}
.hover-color025:hover {
  color: #0256ff;
}
.lh-26 {
  line-height: 0.26rem;
}
.lh-40 {
  line-height: 0.4rem;
}
.lh-140 {
  line-height: 1.4rem;
}
.textCenter {
  text-align: center;
}
.radius18 {
  -webkit-border-radius: 0.18rem;
          border-radius: 0.18rem;
}
.radius24 {
  -webkit-border-radius: 0.24rem;
          border-radius: 0.24rem;
}
.radius32 {
  -webkit-border-radius: 0.32rem;
          border-radius: 0.32rem;
}
.overHidden {
  overflow: hidden;
}
.nowrap {
  white-space: nowrap;
}
.ellipsis {
  overflow: hidden;
  display: -webkit-box;
  /*设置为弹性盒子*/
  -webkit-line-clamp: 1;
  /*最多显示x行*/
  text-overflow: ellipsis;
  /*超出显示为省略号*/
  -webkit-box-orient: vertical;
}
.ellipsis2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.ellipsis3 {
  overflow: hidden;
  /*超出隐藏*/
  display: -webkit-box;
  /*设置为弹性盒子*/
  -webkit-line-clamp: 3;
  /*最多显示x行*/
  text-overflow: ellipsis;
  /*超出显示为省略号*/
  -webkit-box-orient: vertical;
}
.pointer {
  cursor: pointer;
}
.sdu {
  width: 3.6rem;
}
.custom-bullet {
  height: 0.12rem;
  width: 0.12rem;
  display: inline-block;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  background: #ffffff;
  opacity: 1;
  margin-right: 0.2rem;
}
.custom-bullet-active {
  background-color: #0256ff;
  opacity: 1;
}
.custom-bullet-gray {
  height: 0.12rem;
  width: 0.12rem;
  display: inline-block;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  background: #bfbfbf;
  opacity: 1;
  margin-right: 0.2rem;
}
.custom-bullet-active-gray {
  background-color: #0256ff;
  opacity: 1;
}
.swiper-pagination {
  position: relative;
  top: -0.4rem;
  line-height: 0.28rem;
}
.position-list {
  position: relative;
  top: -0.46rem;
  line-height: 0.28rem;
}
.item-flex-between {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 720px) {
.wd60ww {
    width: 100% !important;
}
.swiper-pagination {
    position: relative;
    top: -0.25rem;
    line-height: 0.28rem;
}
.custom-bullet {
    height: 0.05rem;
    width: 0.05rem;
    display: inline-block;
    -webkit-border-radius: 100%;
            border-radius: 100%;
    background: #ffffff;
    opacity: 1;
    margin-right: 0.2rem;
}
.custom-bullet-active {
    background-color: #0256ff;
    opacity: 1;
}
.custom-bullet-gray {
    height: 0.12rem;
    width: 0.12rem;
    display: inline-block;
    -webkit-border-radius: 100%;
            border-radius: 100%;
    background: #bfbfbf;
    opacity: 1;
    margin-right: 0.2rem;
}
.custom-bullet-active-gray {
    background-color: #0256ff;
    opacity: 1;
}
}
@media (min-width: 720px) {
.wd60ww {
    width: 70% !important;
}
}
@media screen and (max-width: 767px) {
.el-table .el-table__header .el-table__cell {
    font-size: 0.13rem !important;
}
.el-table .el-table__cell {
    font-size: 0.12rem !important;
}
.font20 {
    font-size: 0.13rem !important;
}
}

[data-v-ee07f5ce] .el-radio-button__inner {
  font-size: 0.26rem;
  padding: 0.22rem 0.48rem;
}
[data-v-ee07f5ce] .el-table .el-table__header{
  -webkit-box-shadow:none;
          box-shadow:none;
  border-bottom: 0.01rem solid #efefef;
}
[data-v-ee07f5ce] .el-table .el-table__header .el-table__cell {
  font-size: 0.24rem;
}
[data-v-ee07f5ce] .el-table--enable-row-transition .el-table__body td.el-table__cell {
  font-size: 0.14rem !important;
}
[data-v-ee07f5ce] .el-table th.el-table__cell > .cell {
  overflow: initial;
}


@media (max-width: 720px) {
.box-container[data-v-0d4bfce8] {
    padding: 0.4rem 0.2rem;
    min-height: 10rem;
}
}
@media (min-width: 720px) {
.box-container[data-v-0d4bfce8] {
    padding: 0.4rem 2rem;
    min-height: 8rem;
}
}
@media (max-width: 720px) {
[data-v-0d4bfce8] .el-form-item {
    margin-bottom: 0;
}
}
@media (min-width: 720px) {
[data-v-0d4bfce8] .el-form-item {
    margin-bottom: 0.2rem;
}
}
[data-v-0d4bfce8] .el-table__cell {
  padding: 0.2rem;
  text-align: center;
}
[data-v-0d4bfce8] .el-table .el-table__header .el-table__cell {
  padding: 0.2rem;
}

.box-container[data-v-b5600960] {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  min-height: 8rem;
}
.statusBox[data-v-b5600960] {
  -webkit-border-radius: 0.24rem;
          border-radius: 0.24rem;
  font-size: 0.18rem;
  height: 0.46rem;
  background-color: #1890ff;
  color: #ffffff;
  width: 2rem;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.title[data-v-b5600960] {
  height: 0.38rem;
  margin-bottom: 0.26rem;
  position: relative;
}
.title .title-text[data-v-b5600960] {
  font-weight: bold;
  color: #333333;
  position: absolute;
  top: 0;
  z-index: 2;
}
.title .title-line[data-v-b5600960] {
  width: 2rem;
  height: 0.15rem;
  background: -webkit-linear-gradient(359.99deg, rgba(125, 176, 234, 0.8) 39.59%, rgba(125, 176, 234, 0) 80.84%);
  background: linear-gradient(90.01deg, rgba(125, 176, 234, 0.8) 39.59%, rgba(125, 176, 234, 0) 80.84%);
  position: absolute;
  bottom: 0;
}
.title .title-line2[data-v-b5600960] {
  width: 2rem;
  height: 0.15rem;
  background: -webkit-linear-gradient(359.99deg, rgba(125, 176, 234, 0.8) 39.59%, rgba(125, 176, 234, 0) 80.84%);
  background: linear-gradient(90.01deg, rgba(125, 176, 234, 0.8) 39.59%, rgba(125, 176, 234, 0) 80.84%);
  position: absolute;
  bottom: 0.09rem;
}
@media (max-width: 720px) {
.box-container[data-v-27783003] {
    min-height: 8rem;
}
}
@media (min-width: 720px) {
.box-container[data-v-27783003] {
    min-height: 6rem;
}
}
#header[data-v-6c84d37d] {
  width: 100%;
  height: 0.8rem;
  background: #33363b;
  color: #ffffff;
  -webkit-box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
#header .logo[data-v-6c84d37d] {
  display: block;
  margin: 0 0.38rem 0 0.54rem;
}
#header p[data-v-6c84d37d] {
  font-weight: 400;
  font-size: 0.2rem;
  line-height: 1;
}
#header p span[data-v-6c84d37d] {
  font-size: 0.16rem;
}
#header .userInfo[data-v-6c84d37d] {
  padding-right: 1.46rem;
  font-weight: 400;
  font-size: 0.2rem;
  line-height: 1;
}
#header .userInfo .avatar[data-v-6c84d37d] {
  width: 0.46rem;
  height: 0.46rem;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  margin-right: 0.2rem;
}
#header .userInfo .el-button[data-v-6c84d37d] {
  width: 1.04rem;
  height: 0.26rem;
  padding: 0;
  margin-left: 0.2rem;
  background-color: transparent;
  border: 0.01rem solid #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 0.13rem;
          border-radius: 0.13rem;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 160%;
  color: #ffffff;
}
.mydialog .title-line[data-v-9c4401f6] {
  display: inline-block;
  width: 100%;
  height: 0.52rem;
  line-height: 0.52rem;
  text-align: right;
  border-bottom: 0.005rem solid #ababab;
  color: #999999;
  font-size: 0.14rem;
}
.mydialog[data-v-9c4401f6]  .el-dialog__body {
  padding: 0 0.27rem;
  margin-bottom: 0.5rem;
}
.mydialog .apply[data-v-9c4401f6] {
  width: 95%;
  padding-right: 0.2rem;
  float: right;
  margin-top: 0.31rem;
}
.mydialog .apply .applyCon[data-v-9c4401f6] {
  padding-bottom: 0.44rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.mydialog .apply .applyCon .prompt[data-v-9c4401f6] {
  margin: 0.16rem 0;
  color: #da251c;
  font-size: 0.12rem;
}
.mydialog .apply .applyCon .prompt span[data-v-9c4401f6] {
  color: #999999;
}
.mydialog .apply .applyCon[data-v-9c4401f6]:nth-last-child(1) {
  padding-bottom: 0;
}
.mydialog .apply .applyCon[data-v-9c4401f6]::before {
  content: "";
  width: 0.01rem;
  height: -webkit-fill-available;
  background: #ababab;
  position: absolute;
  top: 0.07rem;
  left: -0.29rem;
}
.mydialog .apply .applyCon[data-v-9c4401f6]::after {
  content: "";
  width: 0.06rem;
  height: 0.06rem;
  background: #7db0ea;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
  top: 0.07rem;
  left: -0.315rem;
  z-index: 2;
}
.mydialog .apply h2[data-v-9c4401f6] {
  color: #333333;
  font-size: 0.14rem;
  line-height: 0.2rem;
  margin-top: 0;
}
.mydialog .apply .applyTime[data-v-9c4401f6] {
  color: #666666;
  font-size: 0.08rem;
  line-height: 0.12rem;
  margin-bottom: 0.1rem;
}
.mydialog .apply .applyDesc[data-v-9c4401f6] {
  padding: 0.15rem 0.22rem;
  background: #f6faff;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  font-size: 0.14rem;
  line-height: 0.22rem;
}
.mydialog .applyNull[data-v-9c4401f6] {
  text-align: center;
  color: #666666;
  font-size: 0.18rem;
  font-weight: bold;
  margin: 2.24rem 0;
}
.mydialog .applyGrade[data-v-9c4401f6] {
  padding: 0.13rem 0.2rem 0.13rem 0.54rem;
  border: 0.01rem solid #e8e8e8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333333;
  font-size: 0.14rem;
  font-weight: bold;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  margin-bottom: 0.18rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.mydialog .applyGrade .applyGradeText[data-v-9c4401f6] {
  margin-left: 0.21rem;
  color: #999999;
  font-size: 0.12rem;
  font-weight: normal;
}
.mydialog .applyGrade .point[data-v-9c4401f6] {
  display: inline-block;
  width: 1rem;
}
.mydialog .applyGrade .score[data-v-9c4401f6] {
  font-weight: bold;
  font-size: 0.12rem;
  color: #7db0ea;
}
.mydialog[data-v-9c4401f6]  .el-textarea__inner {
  background: #f9f9f9;
  border: 0.01rem solid #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.mydialog[data-v-9c4401f6]  .el-dialog__footer .btn {
  display: inline-block;
  width: 2rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  border: 0.01rem solid #7db0ea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
  font-weight: 600;
  font-size: 0.18rem;
}
.mydialog[data-v-9c4401f6]  .el-dialog__footer .btnSave {
  background: #d3e8fe;
  color: #666666;
  margin-right: 0.3rem;
}
.mydialog[data-v-9c4401f6]  .el-dialog__footer .btnSubmit {
  background: #7db0ea;
  color: #333333;
}
.dialogMyVisible[data-v-9c4401f6] {
  text-align: center;
}
.dialogMyVisible i[data-v-9c4401f6] {
  margin-bottom: 0.36rem;
}
.dialogMyVisible div[data-v-9c4401f6] {
  font-size: 0.2rem;
  line-height: 0.23rem;
  text-align: center;
  color: #333333;
  margin-bottom: 0.46rem;
}
[data-v-9c4401f6] .ruleList-dialog .el-dialog__body {
  height: 60vh;
  padding: 0.22rem 0.33rem 0 0.39rem;
}
.mydialog .title-line[data-v-ec0cea06] {
  font-weight: 400;
  font-size: 0.2rem;
  line-height: 0.23rem;
  color: #333333;
}
.mydialog[data-v-ec0cea06]  .el-dialog__body {
  height: auto;
  padding: 0 0.27rem;
  margin-bottom: 0.5rem;
}
.mydialog .item[data-v-ec0cea06] {
  width: 3.28rem;
  height: 3.06rem;
  -webkit-border-radius: 0.35rem;
          border-radius: 0.35rem;
}
.mydialog .item img[data-v-ec0cea06] {
  width: 100%;
}
.mydialog .item.T[data-v-ec0cea06]:active {
  background: rgba(125, 176, 234, 0.4);
}
.mydialog .item.F[data-v-ec0cea06]:active {
  background: rgba(255, 134, 132, 0.5);
}
.clickEdit[data-v-23826ab5] {
  width: 100%;
}
.dialogScoring .el-avatar[data-v-b0c467f0] {
  margin-right: 0.22rem;
}
.dialogScoring .remind[data-v-b0c467f0] {
  cursor: pointer;
  margin-left: 0.05rem;
}
.dialogScoring .notSubmitted[data-v-b0c467f0] {
  font-weight: 600;
  color: #da251c;
}
.dialogScoring .footer[data-v-b0c467f0] {
  margin: 0;
  text-align: right;
  line-height: 1.12rem;
  font-weight: 600;
  font-size: 0.2rem;
  color: #333333;
}
.dialogScoring .footer span[data-v-b0c467f0] {
  font-size: 0.3rem;
  color: #da251c;
}
.projectSort[data-v-6463ca38]  .el-dialog__body {
  padding: 0 0.36rem 0.2rem;
}
.projectSort[data-v-6463ca38]  .el-table .el-table__header {
  margin: 0;
}
.projectSort[data-v-6463ca38]  .el-table .el-table__body {
  border-collapse: separate;
  border-spacing: 0 0.04rem;
}
.projectSort[data-v-6463ca38]  .el-table .el-table__body .el-table__row {
  background: #f6fbff;
  margin-bottom: 0.08rem;
  border-collapse: separate;
  border-spacing: 0 0.1rem;
}
.projectSort[data-v-6463ca38]  .el-table .el-table__body .el-table__row td.el-table__cell {
  padding: 0;
}
.projectSort[data-v-6463ca38]  .el-table .el-table__body .el-table__row td.el-table__cell .cell {
  line-height: 0.49rem;
}
#entries[data-v-66afc7f3] {
  height: 100%;
  line-height: 160%;
  background: #2b2e32;
  color: #ffffff;
  position: relative;
}
#entries.active .cont2[data-v-66afc7f3] {
  width: 0;
}
#entries.active .cont[data-v-66afc7f3] {
  left: -2.62rem;
}
#entries .is-disabled[data-v-66afc7f3] {
  background-color: #767676 !important;
  border-color: #767676 !important;
}
#entries .cont2[data-v-66afc7f3] {
  width: 2.62rem;
  height: 100%;
  -webkit-transition: width 1s;
  transition: width 1s;
  overflow: hidden;
}
#entries .cont[data-v-66afc7f3] {
  width: 2.62rem;
  height: 100%;
  padding: 0.24rem 0 0;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: left 1s;
  transition: left 1s;
  overflow: hidden;
}
#entries h3.title[data-v-66afc7f3] {
  line-height: 1;
  margin: 0;
  font-weight: 600;
  font-size: 0.24rem;
  text-align: center;
}
#entries .list[data-v-66afc7f3] {
  height: -webkit-calc(100% - 0.5rem);
  height: calc(100% - 0.5rem);
  padding: 0.1rem 0.22rem 0.5rem;
  overflow-y: auto;
}
#entries .bts[data-v-66afc7f3] {
  margin: 0.08rem 0;
}
#entries .bts[data-v-66afc7f3]  .clickView {
  margin-right: 0.1rem;
}
#entries .bts[data-v-66afc7f3]  .clickView,
#entries .bts .el-button[data-v-66afc7f3] {
  width: 0.88rem;
  height: 0.3rem;
  padding: 0;
  background: #7db0ea;
  border-color: #7db0ea;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  color: #fff;
  font-size: 0.12rem;
}
#entries .bts[data-v-66afc7f3]  .clickView.submit,
#entries .bts .el-button.submit[data-v-66afc7f3] {
  border-color: #ee9510;
  background: #ee9510;
}
#entries .bts[data-v-66afc7f3]  .clickView.submitted,
#entries .bts .el-button.submitted[data-v-66afc7f3] {
  border-color: #c4c4c4;
  background: #c4c4c4;
}
#entries .project[data-v-66afc7f3] {
  list-style: none;
  margin: 0;
  padding: 0.16rem 0;
  border-top: 0.01rem solid rgba(255, 255, 255, 0.1);
}
#entries .project li[data-v-66afc7f3] {
  line-height: 160%;
}
#entries .project .title[data-v-66afc7f3] {
  font-weight: 600;
  font-size: 0.18rem;
  margin-bottom: 0.08rem;
}
#entries .project .order[data-v-66afc7f3],
#entries .project .state[data-v-66afc7f3] {
  margin-top: 0.04rem;
  font-size: 0.16rem;
}
#entries .handle[data-v-66afc7f3] {
  display: block;
  width: 0.16rem;
  height: 0.93rem;
  line-height: 0.93rem;
  position: absolute;
  right: -0.16rem;
  top: -webkit-calc(50% - 0.25rem);
  top: calc(50% - 0.25rem);
  background: #020202;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
  font-size: 0.2rem;
  text-align: center;
}
.cont[data-v-6e0f99de] {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
}
[data-v-b1abf59a] .el-dialog__body {
  height: 3rem;
  padding: 0.2rem 0.5rem;
}
[data-v-b1abf59a] .el-dialog__body .camera-video {
  width: 1.5rem;
  height: 1.5rem;
}
[data-v-b1abf59a] .el-dialog__body .mic-testing-container {
  margin-top: 0.2rem;
}
[data-v-b1abf59a] .el-dialog__body .mic-testing-container .mic-bar-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.1rem;
}
[data-v-b1abf59a] .el-dialog__body .mic-testing-container .mic-bar-container .mic-bar {
  width: 0.08rem;
  height: 0.3rem;
  border: 0.01rem solid #cccccc;
  -webkit-border-radius: 0.01rem;
          border-radius: 0.01rem;
}
[data-v-b1abf59a] .el-dialog__body .mic-testing-container .mic-bar-container .mic-bar:not(:first-child) {
  margin-left: 0.03rem;
}
[data-v-b1abf59a] .el-dialog__body .mic-testing-container .mic-bar-container .mic-bar.active {
  background: #006EFF;
}
.vue-countdown-component[data-v-e49d3316] {
  width: 1.15rem;
  height: 0.66rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.vue-countdown-component.active[data-v-e49d3316] {
  color: red;
}
@-webkit-keyframes animate-filp-face-data-v-e49d3316 {
0% {
    -webkit-transform: rotateX(-0.01deg);
            transform: rotateX(-0.01deg);
    opacity: 1;
}
50% {
    opacity: 1;
}
51% {
    opacity: 0;
}
100% {
    -webkit-transform: rotateX(-28deg);
            transform: rotateX(-28deg);
    opacity: 0;
}
}
@keyframes animate-filp-face-data-v-e49d3316 {
0% {
    -webkit-transform: rotateX(-0.01deg);
            transform: rotateX(-0.01deg);
    opacity: 1;
}
50% {
    opacity: 1;
}
51% {
    opacity: 0;
}
100% {
    -webkit-transform: rotateX(-28deg);
            transform: rotateX(-28deg);
    opacity: 0;
}
}
@-webkit-keyframes animate-filp-back-data-v-e49d3316 {
0% {
    -webkit-transform: rotateX(28deg);
            transform: rotateX(28deg);
}
100% {
    -webkit-transform: rotateX(-0.01deg);
            transform: rotateX(-0.01deg);
}
}
@keyframes animate-filp-back-data-v-e49d3316 {
0% {
    -webkit-transform: rotateX(28deg);
            transform: rotateX(28deg);
}
100% {
    -webkit-transform: rotateX(-0.01deg);
            transform: rotateX(-0.01deg);
}
}
.vue-countdown-component.ie .base .base-b[data-v-e49d3316] {
  clip: rect(0.15rem, auto, auto, auto);
}
.vue-countdown-component.ie .face[data-v-e49d3316] {
  clip: rect(auto, auto, 0.15rem, auto);
}
.vue-countdown-component.ie .back[data-v-e49d3316] {
  clip: rect(0.15rem, auto, auto, auto);
}
.vue-countdown-component.theme2 .time-box[data-v-e49d3316] {
  min-width: 0.2rem;
}
.vue-countdown-component.theme2 .time-box + .time-box[data-v-e49d3316] {
  margin-left: 0.01rem;
}
.vue-countdown-component .time-unit[data-v-e49d3316] {
  padding: 0 0.04rem;
  white-space: nowrap;
}
.vue-countdown-component .time-box[data-v-e49d3316] {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  min-width: 0.28rem;
  text-align: center;
  background-color: #33363b;
  -webkit-perspective: 0.6rem;
          perspective: 0.6rem;
  -webkit-border-radius: 0.03rem;
          border-radius: 0.03rem;
}
.vue-countdown-component .time-box[data-v-e49d3316]:before {
  content: "";
  position: absolute;
  width: 0.01rem;
  height: 0.06rem;
  top: 50%;
  left: -0.01rem;
  margin-top: -0.03rem;
  z-index: -1;
}
.vue-countdown-component .time-box[data-v-e49d3316]:after {
  content: "";
  position: absolute;
  width: 0.01rem;
  height: 0.06rem;
  top: 50%;
  right: -0.01rem;
  margin-top: -0.03rem;
  z-index: -1;
}
.vue-countdown-component .time-box + .time-box[data-v-e49d3316] {
  margin-left: 0.08rem;
}
.vue-countdown-component .time-box > div[data-v-e49d3316] {
  overflow: hidden;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-duration: 400ms;
          animation-duration: 400ms;
  -webkit-transform: rotateX(-0.01deg);
          transform: rotateX(-0.01deg);
  -webkit-border-radius: 0.03rem;
          border-radius: 0.03rem;
}
.vue-countdown-component .time-box > div.base[data-v-e49d3316] {
  position: relative;
}
.vue-countdown-component .time-box > div.base .base-b[data-v-e49d3316] {
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-border-radius: 0 0 0.03rem 0.03rem;
          border-radius: 0 0 0.03rem 0.03rem;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 54, 59, 0.8);
  -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0 100%);
          clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0 100%);
}
.vue-countdown-component .time-box > div.face[data-v-e49d3316] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #33363b;
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 50%, 0 50%);
          clip-path: polygon(0 0, 100% 0, 100% 50%, 0 50%);
  z-index: 2;
}
.vue-countdown-component .time-box > div.face.anime[data-v-e49d3316] {
  -webkit-animation-name: animate-filp-face-data-v-e49d3316;
          animation-name: animate-filp-face-data-v-e49d3316;
}
.vue-countdown-component .time-box > div.back[data-v-e49d3316] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 54, 59, 0.8);
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0 100%);
          clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0 100%);
}
.vue-countdown-component .time-box > div.back.anime[data-v-e49d3316] {
  -webkit-animation-name: animate-filp-back-data-v-e49d3316;
          animation-name: animate-filp-back-data-v-e49d3316;
}
#announceResults[data-v-ea67c9d2] {
  background-color: #080c2a;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
}
#announceResults .fullScreen[data-v-ea67c9d2] {
  width: 0.45rem;
  position: absolute;
  right: 0.22rem;
  bottom: 0.22rem;
  cursor: pointer;
}
#announceResults .el-icon-error[data-v-ea67c9d2] {
  color: #dedede;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0.3rem;
  cursor: pointer;
}
#announceResults .title[data-v-ea67c9d2] {
  margin: 0.9rem 0 0.2rem;
  font-weight: 600;
  font-size: 0.54rem;
  line-height: 160%;
  color: #ffffff;
  text-align: center;
}
#announceResults .red[data-v-ea67c9d2] {
  font-size: 0.2rem;
}
#announceResults[data-v-ea67c9d2]  .el-table {
  width: 90%;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0);
}
#announceResults[data-v-ea67c9d2]  .el-table .el-table__header {
  margin: 0;
}
#announceResults[data-v-ea67c9d2]  .el-table .el-table__header,
#announceResults[data-v-ea67c9d2]  .el-table tr,
#announceResults[data-v-ea67c9d2]  .el-table th.el-table__cell {
  background-color: rgba(0, 0, 0, 0);
}
#announceResults[data-v-ea67c9d2]  .el-table .el-table__cell {
  font-size: 0.24rem;
  color: #ffffff;
}
#announceResults[data-v-ea67c9d2]  .el-table .el-table__body {
  border-collapse: separate;
  border-spacing: 0 0.11rem;
}
#announceResults[data-v-ea67c9d2]  .el-table .el-table__body .el-table__row {
  background-color: rgba(0, 0, 0, 0.1);
}
#announceResults[data-v-ea67c9d2]  .el-table .el-table__body .el-table__row td.el-table__cell {
  padding: 0;
}
#announceResults[data-v-ea67c9d2]  .el-table .el-table__body .el-table__row td.el-table__cell .cell {
  line-height: 0.75rem;
}
#announceResults[data-v-ea67c9d2]  .el-table .el-table__body .el-table__row:hover td.el-table__cell {
  background-color: rgba(0, 0, 0, 0);
}
#announceResults .projectInfo[data-v-ea67c9d2] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #ffffff;
}
#announceResults .projectInfo .projectName[data-v-ea67c9d2] {
  height: 0.64rem;
  line-height: 0.64rem;
  margin-top: 0.76rem;
  padding: 0 0.82rem;
  background: rgba(15, 108, 225, 0.3);
  -webkit-border-radius: 0.32rem;
          border-radius: 0.32rem;
  -webkit-box-shadow: 0 0.02rem 0.05rem #0c8ccb;
          box-shadow: 0 0.02rem 0.05rem #0c8ccb;
  font-weight: 600;
  font-size: 0.36rem;
}
#announceResults .projectInfo .a[data-v-ea67c9d2] {
  margin-top: 0.69rem;
  font-weight: 400;
  font-size: 0.35rem;
  line-height: 160%;
}
#announceResults .projectInfo .b[data-v-ea67c9d2] {
  margin: 0;
  font-weight: 400;
  font-size: 0.2rem;
  line-height: 160%;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}
#announceResults .projectInfo .totalscore[data-v-ea67c9d2] {
  margin: 0.2rem 0 0;
  font-size: 1.69rem;
  text-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.25);
}
#changeBackground[data-v-6059b324] {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  left: 0;
  top: 0.61rem;
  bottom: 0;
  z-index: 101;
  padding: 0 0.47rem;
}
#changeBackground .el-icon-error[data-v-6059b324] {
  color: #dedede;
  position: absolute;
  right: 0.3rem;
  top: 0.5rem;
  font-size: 0.3rem;
  cursor: pointer;
  z-index: 99;
}
#changeBackground .title[data-v-6059b324] {
  margin: 0.42rem 0 0.2rem;
  font-weight: 600;
  font-size: 0.32rem;
  line-height: 160%;
  color: #ffffff;
}
#changeBackground .imgList[data-v-6059b324] {
  height: -webkit-calc(100% - 1.5rem);
  height: calc(100% - 1.5rem);
  list-style: none;
  padding: 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  overflow: auto;
}
#changeBackground .imgList li[data-v-6059b324] {
  width: 2.57rem;
  height: 1.57rem;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  margin: 0 0.26rem 0.5rem 0;
  cursor: pointer;
}
#changeBackground .imgList li .avatar-uploader-btn[data-v-6059b324] {
  width: 2.57rem;
  height: 1.57rem;
}
#changeBackground .imgList li.add[data-v-6059b324] {
  font-size: 0.64rem;
  background: rgba(0, 0, 0, 0.5);
}
#changeBackground .el-image[data-v-6059b324] {
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
#ScoringDetails[data-v-6639a3b9] {
  background-color: #080c2a;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0.61rem;
  bottom: 0;
  z-index: 99;
  padding: 0.6rem 0.48rem 0;
  overflow: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#ScoringDetails .el-icon-error[data-v-6639a3b9] {
  color: #dedede;
  position: absolute;
  right: 0.3rem;
  top: 0.5rem;
  font-size: 0.3rem;
  cursor: pointer;
  z-index: 99;
}
#ScoringDetails .cont[data-v-6639a3b9] {
  height: 3rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#ScoringDetails .fullScreen[data-v-6639a3b9] {
  width: 0.45rem;
  position: absolute;
  right: 0.22rem;
  bottom: 0.22rem;
  cursor: pointer;
}
#ScoringDetails .progress[data-v-6639a3b9] {
  width: 80%;
  height: 0.3rem;
  margin: 0.1rem auto;
  margin-top: 0.2rem;
  position: absolute;
  top: 0;
  -webkit-border-radius: 0.185rem 0.15rem 0.15rem 0.185rem;
          border-radius: 0.185rem 0.15rem 0.15rem 0.185rem;
  overflow: hidden;
}
#ScoringDetails .progress .bar__outer[data-v-6639a3b9] {
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0.5;
}
#ScoringDetails .progress .bar__inner[data-v-6639a3b9] {
  width: 100%;
  height: 100%;
  background: #ffffff;
  -webkit-border-radius: 0.185rem 0 0 0.185rem;
          border-radius: 0.185rem 0 0 0.185rem;
  position: absolute;
  left: 0;
  top: 0;
}
#ScoringDetails .progress .bar__innerText[data-v-6639a3b9] {
  position: absolute;
  right: 0.1rem;
  top: 0;
  font-weight: 600;
  font-size: 0.15rem;
  line-height: 0.3rem;
  color: #ffffff;
}
@-webkit-keyframes myfirst-data-v-6639a3b9 {
0% {
    background: rgba(0, 0, 0, 0);
}
50% {
    background: rgba(0, 0, 0, 0.7);
}
100% {
    background: rgba(0, 0, 0, 0);
}
}
@keyframes myfirst-data-v-6639a3b9 {
0% {
    background: rgba(0, 0, 0, 0);
}
50% {
    background: rgba(0, 0, 0, 0.7);
}
100% {
    background: rgba(0, 0, 0, 0);
}
}
#ScoringDetails .expert[data-v-6639a3b9] {
  margin: 0.2rem;
}
#ScoringDetails .expert.animation span[data-v-6639a3b9] {
  -webkit-animation: myfirst-data-v-6639a3b9 2s infinite linear;
          animation: myfirst-data-v-6639a3b9 2s infinite linear;
}
#ScoringDetails .expert.active span[data-v-6639a3b9] {
  background: rgba(0, 0, 0, 0.7);
}
#ScoringDetails .expert dt[data-v-6639a3b9] {
  width: 0.6rem;
  height: 0.6rem;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  overflow: hidden;
  background: #649aff;
  position: relative;
}
#ScoringDetails .expert dt span[data-v-6639a3b9] {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
}
#ScoringDetails .expert .el-image[data-v-6639a3b9] {
  width: 0.6rem;
  height: 0.6rem;
}
#ScoringDetails .expert dd[data-v-6639a3b9] {
  margin: 0.08rem 0 0;
  font-weight: 600;
  font-size: 0.16rem;
  line-height: 160%;
  text-align: center;
  color: #ffffff;
}
.user-message[data-v-6082a1f4] {
  position: absolute;
  bottom: 0.2rem;
  left: 0.1rem;
}
.user-message .infoBox[data-v-6082a1f4] {
  width: 3rem;
  max-height: 3rem;
  overflow-y: auto;
}
.user-message .infoBox_info[data-v-6082a1f4] {
  margin-bottom: 0.2rem;
}
.user-message .messageInfo[data-v-6082a1f4] {
  padding: 0.1rem;
  background: rgba(128, 130, 133, 0.2);
  -webkit-border-radius: 0.05rem;
          border-radius: 0.05rem;
}
.user-message .infoName[data-v-6082a1f4] {
  color: #FC9227;
}
.user-message .inputBox[data-v-6082a1f4] {
  width: 0.5rem;
}
.user-message .message-input[data-v-6082a1f4] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0.05rem;
          border-radius: 0.05rem;
  height: 0.45rem;
}
.user-message .message-input .message_icon[data-v-6082a1f4] {
  font-size: 0.2rem;
  padding: 0 0.15rem;
}
.user-message .message-input[data-v-6082a1f4]  .el-input__inner {
  background: transparent;
  color: #eee;
  border: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
  border-right: 0.01rem solid #aaa;
  border-left: 0.01rem solid #aaa;
}
#Content[data-v-6f9c689c] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #2b2e32;
  color: #ffffff;
  overflow: hidden;
  margin: 0 0.3rem;
  position: relative;
}
#Content .cont[data-v-6f9c689c] {
  height: -webkit-calc(100% - 0.61rem);
  height: calc(100% - 0.61rem);
  position: relative;
}
#Content #stream[data-v-6f9c689c] {
  width: 100%;
  height: 100%;
}
#Content .top[data-v-6f9c689c] {
  line-height: 0.61rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
#Content .top li[data-v-6f9c689c] {
  width: -webkit-calc(50% - 1.5rem);
  width: calc(50% - 1.5rem);
  text-align: center;
  font-weight: 700;
  font-size: 0.18rem;
}
#Content .trapezoid[data-v-6f9c689c] {
  width: 2.85rem;
  height: 0.66rem;
  line-height: 0.66rem;
  position: absolute;
  left: -webkit-calc(50% - 1.43rem);
  left: calc(50% - 1.43rem);
  top: 0;
  z-index: 10;
  background: url("../static/img/Rectangle 581.bd76735e.png") center no-repeat;
  background-size: cover;
  text-align: center;
  font-weight: 600;
  font-size: 0.4rem;
  z-index: 99;
}
#Content .trapezoid.fullscreen[data-v-6f9c689c] {
  font-size: 3rem;
}
#Content .trapezoid.fullscreen[data-v-6f9c689c]  .vue-countdown-component {
  width: auto;
  line-height: 2.5rem;
  height: 2.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#Content .videoList[data-v-6f9c689c] {
  height: -webkit-calc(100% - 0.61rem);
  height: calc(100% - 0.61rem);
  overflow: hidden;
  background-color: #4c4c4c;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  overflow: hidden;
}
#Content .videoList.active #share-stream[data-v-6f9c689c] {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
}
#Content .videoList #share-stream[data-v-6f9c689c],
#Content .videoList #video-stream[data-v-6f9c689c] {
  width: 100%;
  height: 100%;
}
#Content .videoList #share-stream[data-v-6f9c689c]  video,
#Content .videoList #video-stream[data-v-6f9c689c]  video {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
#Content[data-v-6f9c689c]  .footer dl {
  margin: 0.1rem 1.5% 0.1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#Content[data-v-6f9c689c]  .footer dl.active dt {
  color: #333333;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(12.56%, #ffffff), color-stop(98.31%, #b9b9b9));
  background: -webkit-linear-gradient(top, #ffffff 12.56%, #b9b9b9 98.31%);
  background: linear-gradient(180deg, #ffffff 12.56%, #b9b9b9 98.31%);
}
#Content[data-v-6f9c689c]  .footer dl dt {
  width: 0.85rem;
  height: 0.36rem;
  background-color: rgba(64, 67, 71, 0.8);
  -webkit-border-radius: 0.22rem;
          border-radius: 0.22rem;
  font-size: 0.2rem;
  color: #ffffff;
  cursor: pointer;
}
#Content[data-v-6f9c689c]  .footer dl dd {
  margin: 0.04rem 0 0;
  font-size: 0.12rem;
  line-height: 160%;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
}
#Content[data-v-6f9c689c]  .footer .el-button {
  min-width: 1.06rem;
  height: 0.36rem;
  line-height: 0.36rem;
  margin: 0 1.5% 0;
  padding: 0;
  border-color: #7db0ea;
  background: #7db0ea;
  opacity: 0.8;
  -webkit-border-radius: 0.22rem;
          border-radius: 0.22rem;
  font-size: 0.16rem;
  line-height: 160%;
  color: #ffffff;
}
#Content[data-v-6f9c689c]  .footer .el-dropdown {
  margin: 0 1.5% 0;
}
#Content[data-v-6f9c689c]  .footer .publishResults {
  width: 1.35rem;
  background-color: transparent;
  color: #7db0ea;
}
#Content[data-v-6f9c689c]  .footer .el-dropdown .el-button {
  margin: 0;
  background-color: transparent;
  color: #7db0ea;
}
@charset "UTF-8";
#Content {
  /* 隐藏video 播放按钮 */
  /* 隐藏video 播放按钮 */
  /* 隐藏video 进度条 */
  /* 隐藏video 观看的当前时间 */
  /* 隐藏video 剩余时间 */
  /* 隐藏video 音量按钮 */
  /* 隐藏video 音量的控制条 */
}
#Content .el-dropdown-menu {
  background-color: #363a41;
  border-color: #363a41;
  -webkit-box-shadow: 0 0.01rem 0.12rem -0.01rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.01rem 0.12rem -0.01rem rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0.07rem 0.07rem 0 0;
          border-radius: 0.07rem 0.07rem 0 0;
}
#Content .el-dropdown-menu .el-dropdown-menu__item {
  color: #fff;
}
#Content .el-dropdown-menu .popper__arrow::after {
  border-color: #363a41;
}
#Content video::-internal-media-controls-button-hover-background,
#Content video::-internal-media-controls-overflow-button {
  display: none;
}
#Content video::-webkit-media-controls-overflow-button {
  display: none;
}
#Content video::-webkit-media-controls-play-button {
  display: none;
}
#Content video::-webkit-media-controls-timeline {
  display: none;
}
#Content video::-webkit-media-controls-current-time-display {
  display: none;
}
#Content video::-webkit-media-controls-time-remaining-display {
  display: none;
}
#Content video::-webkit-media-controls-mute-button {
  display: none;
}
#Content video::-webkit-media-controls-toggle-closed-captions-button {
  display: none;
}
#Content video::-webkit-media-controls-volume-slider {
  display: none;
}
.user[data-v-2fe3d0ea] {
  margin: 0.08rem 0;
  line-height: 0.3rem;
  position: relative;
  font-size: 0.12rem;
}
.user .el-icon-error[data-v-2fe3d0ea] {
  display: none;
  font-size: 0.2rem;
  color: red;
  position: absolute;
  right: -0.05rem;
  top: -0.05rem;
  z-index: 99;
  cursor: pointer;
}
.user:hover .el-icon-error[data-v-2fe3d0ea] {
  display: block;
}
.user dl[data-v-2fe3d0ea] {
  width: 1.24rem;
  height: 0.72rem;
  margin: 0;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 0.06rem;
          border-radius: 0.06rem;
  background-color: #848383;
  opacity: 0.3;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.user dl.active[data-v-2fe3d0ea] {
  background-color: #b4b4b4;
  opacity: 1;
}
.user dl.active dt span[data-v-2fe3d0ea] {
  opacity: 0;
}
.user dl:hover dd[data-v-2fe3d0ea] {
  bottom: 0;
}
.user dl dt[data-v-2fe3d0ea] {
  width: 1.24rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.user dl dt .el-image[data-v-2fe3d0ea] {
  width: 0.32rem;
  height: 0.32rem;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  background: #989898;
}
.user dl dt .el-image[data-v-2fe3d0ea]  .el-image__error {
  display: none;
}
.user dl dt span[data-v-2fe3d0ea] {
  font-weight: 400;
  font-size: 0.08rem;
  line-height: 160%;
  color: #ffffff;
}
.user dl dt .box[data-v-2fe3d0ea] {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.user dl dd[data-v-2fe3d0ea] {
  width: 100%;
  height: 0.21rem;
  background-color: rgba(255, 255, 255, 0.3);
  margin: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  bottom: 0;
  left: 0;
  z-index: 99;
}
.user dl dd span[data-v-2fe3d0ea] {
  display: block;
  width: 50%;
  height: 100%;
  float: left;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0.15rem;
  text-align: center;
}
.user dl .el-image[data-v-2fe3d0ea] {
  background-color: #56beba;
}
#projectInfo[data-v-19b64e72] {
  height: 100%;
  background: #2b2e32;
  color: #ffffff;
  position: relative;
}
#projectInfo.active .cont2[data-v-19b64e72] {
  width: 0;
}
#projectInfo.active .cont[data-v-19b64e72] {
  right: -3.25rem;
}
#projectInfo .cont2[data-v-19b64e72] {
  width: 3.25rem;
  height: 100%;
  -webkit-transition: width 1s;
  transition: width 1s;
  overflow: hidden;
}
#projectInfo .cont[data-v-19b64e72] {
  width: 3.25rem;
  height: 100%;
  padding: 0.11rem 0.28rem 0.5rem 0.29rem;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: right 1s;
  transition: right 1s;
  overflow: auto;
}
#projectInfo .title[data-v-19b64e72] {
  font-weight: 600;
  font-size: 0.16rem;
  line-height: 160%;
  margin: 0.2rem 0 0.1rem;
}
#projectInfo .title a[data-v-19b64e72] {
  font-weight: 400;
  font-size: 0.12rem;
  color: #649aff;
  float: right;
}
#projectInfo .list[data-v-19b64e72] {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#projectInfo .list.info[data-v-19b64e72] {
  list-style: none;
  padding: 0;
  font-weight: 400;
  font-size: 0.12rem;
  line-height: 160%;
}
#projectInfo .list.info li[data-v-19b64e72] {
  width: 100%;
  margin-bottom: 0.08rem;
}
#projectInfo .file[data-v-19b64e72] {
  margin: 0.08rem 0;
  font-weight: 400;
  font-size: 0.12rem;
  line-height: 160%;
  padding-left: 0.3rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFoSURBVHgBfZJLUsJAEIb/nlDl0ihu3AGWC3d6AuEE4g3ICfQG4AngBsgJKE9AOAHFyo2SuHKhQHQlj6T9JyUxZaXsqs70dPqbfswICiRYagWKbiTwXMCl3VdFHYIwVgxOy9IpFUDnDBpSfVdQ4TpSwDcGzXiDA8dB93muUakAGlHvTYIHldTunZTlLouZ6z6Xjskcb1r/gXrUqZpfiAe6T+/aTAMTTPl1U5DO1i6Q+mKEPfHUHWQPpK+bgg5u2LMvdhCaILCBdIsA7RyU9sjAaBvDMw5umelytUZDgoWOEkXIgLHNJIpW9UgGeUjWuNY9DGm7Fjo7llBmc1UxHHWCJjM1a2WpZlCCUDbw/kK2YttjhJh3xSnSrswWOiFk1RcnhWxW5CEraan0o3YoDTs5B7ji1ucQxrtSPz7RuKhKlL8687WCx582U2AdW74MQnaSE1tqEZTJ46tW+Br67Hdpe6YG3Lfxj3wDkRT1ptAP2wUAAAAASUVORK5CYII=) no-repeat left center;
  white-space: nowrap;
}
#projectInfo .file dt[data-v-19b64e72] {
  width: 2rem;
}
#projectInfo .file dd[data-v-19b64e72] {
  width: 0.5rem;
  margin: 0;
}
#projectInfo .file a[data-v-19b64e72] {
  margin-left: 0.18rem;
  color: #649aff;
}
#projectInfo .handle[data-v-19b64e72] {
  display: block;
  width: 0.16rem;
  height: 0.93rem;
  line-height: 0.93rem;
  position: absolute;
  left: -0.16rem;
  top: -webkit-calc(50% - 0.25rem);
  top: calc(50% - 0.25rem);
  background: #020202;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
  font-size: 0.2rem;
  text-align: center;
}
#Defence[data-v-895035ee] {
  height: 100%;
  min-width: 12rem;
  background: #33363b;
  overflow: hidden;
}
#Defence .cont[data-v-895035ee] {
  width: 100%;
  height: -webkit-calc(100% - 0.8rem);
  height: calc(100% - 0.8rem);
  position: relative;
}































































































































































































































































































































































































































































































































/* @media screen and (max-width: 1680px) {
  #entries,
  #projectInfo {
    position: absolute !important;
    z-index: 999;
  }

  #projectInfo {
    right: 0;
  }
} */


.unclick {
  opacity: 0.3;
}

.projectSort[data-v-2e7a91aa]  .el-dialog__body {
  padding: 0 0.36rem 0.2rem;
}
.projectSort[data-v-2e7a91aa]  .el-table .el-table__header {
  margin: 0;
}
.projectSort[data-v-2e7a91aa]  .el-table .el-table__body {
  border-collapse: separate;
  border-spacing: 0 0.04rem;
}
.projectSort[data-v-2e7a91aa]  .el-table .el-table__body .el-table__row {
  background: #f6fbff;
  margin-bottom: 0.08rem;
  border-collapse: separate;
  border-spacing: 0 0.1rem;
}
.projectSort[data-v-2e7a91aa]  .el-table .el-table__body .el-table__row td.el-table__cell {
  padding: 0;
}
.projectSort[data-v-2e7a91aa]  .el-table .el-table__body .el-table__row td.el-table__cell .cell {
  line-height: 0.49rem;
}

.empty-bg-image {
  width: 100%;
  height: 330PX;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 100PX;
  background-image: url(../static/img/Group_2470.ae81cfc6.png);
}


.screenImg {
  cursor: pointer;
}
.screenImg:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.screenImg:active {
  background-color: rgba(0, 0, 0, 0.3);
}

.confirm-text[data-v-330c03fa] {
  width: 2rem;
  height: 0.8rem;
  font-size: 0.23rem;
  text-align: center;
  margin-left: 0.1rem;
  overflow: hidden;
}
.confirm-button[data-v-330c03fa] {
  width: auto;
  height: 0.5rem;
  text-align: center;
  overflow: hidden;
}
.projectSort[data-v-2a54b799]  .el-dialog__body {
  padding: 0 0.36rem 0.2rem;
}
.projectSort[data-v-2a54b799]  .el-table .el-table__header {
  margin: 0;
}
.projectSort[data-v-2a54b799]  .el-table .el-table__body {
  border-collapse: separate;
  border-spacing: 0 0.04rem;
}
.projectSort[data-v-2a54b799]  .el-table .el-table__body .el-table__row {
  background: #f6fbff;
  margin-bottom: 0.08rem;
  border-collapse: separate;
  border-spacing: 0 0.1rem;
}
.projectSort[data-v-2a54b799]  .el-table .el-table__body .el-table__row td.el-table__cell {
  padding: 0;
}
.projectSort[data-v-2a54b799]  .el-table .el-table__body .el-table__row td.el-table__cell .cell {
  line-height: 0.49rem;
}
.projectSort[data-v-67fef1d2]  .el-dialog__body {
  padding: 0 0.36rem 0.2rem;
}
.projectSort[data-v-67fef1d2]  .el-table .el-table__header {
  margin: 0;
}
.projectSort[data-v-67fef1d2]  .el-table .el-table__body {
  border-collapse: separate;
  border-spacing: 0 0.04rem;
}
.projectSort[data-v-67fef1d2]  .el-table .el-table__body .el-table__row {
  background: #f6fbff;
  margin-bottom: 0.08rem;
  border-collapse: separate;
  border-spacing: 0 0.1rem;
}
.projectSort[data-v-67fef1d2]  .el-table .el-table__body .el-table__row td.el-table__cell {
  padding: 0;
}
.projectSort[data-v-67fef1d2]  .el-table .el-table__body .el-table__row td.el-table__cell .cell {
  line-height: 0.49rem;
}
#Operate[data-v-189a74b6] {
  background: #eeeeee;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.render-center[data-v-189a74b6] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
@charset "UTF-8";
.wd100w {
  width: 100%;
}
.wd90w {
  width: 90%;
}
.wd40w {
  width: 40%;
}
.wd60w {
  width: 60%;
}
.wd30w {
  width: 30%;
}
.wd25w {
  width: 25%;
}
.wd20w {
  width: 20% !important;
}
.wd46 {
  width: 0.46rem;
}
.wd300 {
  width: 3rem;
}
.wd380 {
  width: 3.8rem;
}
.hg-auto {
  height: auto !important;
}
.hg100h {
  height: 100%;
}
.hg90h {
  height: 90%;
}
.hg40 {
  height: 0.4rem;
}
.hg120 {
  height: 1.2rem !important;
}
.hg140 {
  height: 1.4rem;
}
.hgCalc120 {
  height: -webkit-calc(100% - 1.2rem) !important;
  height: calc(100% - 1.2rem) !important;
}
.hg-max900 {
  max-height: 9rem;
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flex-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-between {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex-around {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.flex-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
}
.flex-col-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-col-around {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.flex-col-between {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex-align-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.bold {
  font-weight: bold;
}
.font12 {
  font-size: 0.12rem;
}
.font14 {
  font-size: 0.14rem;
}
.font16 {
  font-size: 0.16rem;
}
.font18 {
  font-size: 0.18rem;
}
.font20 {
  font-size: 0.2rem;
}
.font22 {
  font-size: 0.22rem;
}
.font24 {
  font-size: 0.24rem;
}
.font26 {
  font-size: 0.26rem;
}
.font28 {
  font-size: 0.28rem;
}
.font30 {
  font-size: 0.3rem;
}
.font32 {
  font-size: 0.32rem;
}
.font-familyPIN {
  font-family: PingFang SC;
}
.pad0 {
  padding: 0;
}
.pad10 {
  padding: 0.1rem;
}
.pad20 {
  padding: 0.2rem;
}
.pad-t80 {
  padding-top: 0.8rem;
}
.pad-b20 {
  padding-bottom: 0.2rem;
}
.pad-b40 {
  padding-bottom: 0.4rem;
}
.pad-b60 {
  padding-bottom: 0.6rem;
}
.pad-b80 {
  padding-bottom: 0.8rem;
}
.pad-lr20 {
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}
.pad-lr40 {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
.pad-lr80 {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}
.pad-r20 {
  padding-right: 0.2rem;
}
.pad-tb10 {
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}
.pad-tb40 {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
.mar-b10 {
  margin-bottom: 0.1rem;
}
.mar-t10 {
  margin-top: 0.1rem;
}
.mar-t20 {
  margin-top: 0.2rem;
}
.mar-t40 {
  margin-top: 0.4rem;
}
.mar-t50 {
  margin-top: 0.5rem;
}
.mar-t100 {
  margin-top: 1rem;
}
.mar-t140 {
  margin-top: 1.4rem;
}
.mar-b20 {
  margin-bottom: 0.2rem;
}
.mar-b30 {
  margin-bottom: 0.3rem;
}
.mar-b60 {
  margin-bottom: 0.6rem;
}
.mar-b80 {
  margin-bottom: 0.8rem;
}
.mar-r10 {
  margin-right: 0.1rem;
}
.mar-r20 {
  margin-right: 0.2rem;
}
.mar-r40 {
  margin-right: 0.4rem;
}
.mar-l20 {
  margin-left: 0.2rem;
}
.mar-lr20 {
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}
.mar-lrb20 {
  margin-left: 0.2rem;
  margin-right: 0.2rem;
  margin-bottom: 0.2rem;
}
.bgBCB {
  background-color: #bcbcbc;
}
.bg0D1 {
  background-color: #0d1021;
}
.bgF0F {
  background-color: #f0f0f7;
}
.bgFAF {
  background-color: #fafafc;
}
.bg189 {
  background-color: #1890ff !important;
}
.bgFF9 {
  background-color: #ff9a21 !important;
}
.bgFFF {
  background-color: #ffffff;
}
.bg025 {
  background-color: #0256ff;
}
.bg025:active {
  background-color: rgba(2, 86, 255, 0.8);
}
.bg666 {
  background-color: #666666;
}
.bgF5F {
  background-color: #f5f6f9;
}
.colorAAA {
  color: #aaaaaa;
}
.colorBFB {
  color: #bfbfbf;
}
.colorC1C {
  color: #c1c1c1;
}
.color189 {
  color: #1890ff;
}
.colorFFF {
  color: #ffffff !important;
}
.color333 {
  color: #333333;
}
.color666 {
  color: #666666;
}
.color999 {
  color: #999999 !important;
}
.color025 {
  color: #0256ff;
}
.colorDA2 {
  color: #da251c;
}
.color52C {
  color: #52c41a;
}
.hover-color025:hover {
  color: #0256ff;
}
.bor-025 {
  border: #0256ff 0.01rem solid;
}
.bor-52C {
  border: #52c41a 0.01rem solid;
}
.bor-DA2 {
  border: #da251c 0.01rem solid;
}
.bor-999 {
  border-style: dashed;
  /* 用虚线点样式创建虚线点边框 */
  border-width: 0.04rem;
  /* 设定虚线点边框的宽度 */
  border-color: #999999;
  /* 设定虚线点边框的颜色 */
}
.lh-26 {
  line-height: 0.26rem;
}
.lh-40 {
  line-height: 0.4rem;
}
.lh-140 {
  line-height: 1.4rem;
}
.textCenter {
  text-align: center;
}
.radius10 {
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.radius24 {
  -webkit-border-radius: 0.24rem;
          border-radius: 0.24rem;
}
.radius32 {
  -webkit-border-radius: 0.32rem;
          border-radius: 0.32rem;
}
.overHidden {
  overflow: hidden;
}
.over-y {
  overflow-y: auto;
}
.over-x {
  overflow-x: auto;
}
.nowrap {
  white-space: nowrap;
}
.ellipsis {
  overflow: hidden;
  display: -webkit-box;
  /*设置为弹性盒子*/
  -webkit-line-clamp: 1;
  /*最多显示x行*/
  text-overflow: ellipsis;
  /*超出显示为省略号*/
  -webkit-box-orient: vertical;
}
.ellipsis2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.ellipsis3 {
  overflow: hidden;
  /*超出隐藏*/
  display: -webkit-box;
  /*设置为弹性盒子*/
  -webkit-line-clamp: 3;
  /*最多显示x行*/
  text-overflow: ellipsis;
  /*超出显示为省略号*/
  -webkit-box-orient: vertical;
}
.pointerNO {
  cursor: pointer;
}
.pointer {
  cursor: pointer;
}
.pointer:active {
  background-color: rgba(0, 0, 0, 0.1);
}
.iframeIn {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 960PX;
  height: 540PX;
}
.iframeIn #grouping {
  overflow: auto !important;
}
#grouping[data-v-15f67a2e] {
  width: 19.2rem;
  height: 10.8rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  bottom: 0;
  z-index: 100;
  overflow: hidden;
}
.master-screen[data-v-15f67a2e] {
  width: 100%;
  height: 100%;
  background-repeat: round;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../static/img/welcome.caaabc58.jpg);
}
.container[data-v-15f67a2e] {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-align-content: space-around;
      -ms-flex-line-pack: distribute;
          align-content: space-around;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.container .header[data-v-15f67a2e] {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-align-content: space-around;
      -ms-flex-line-pack: distribute;
          align-content: space-around;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 3rem;
}
.container .header .header-item-left[data-v-15f67a2e] {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 5.4rem;
  height: 2.37rem;
  color: #ffffff;
  font-size: 0.2rem;
  background-repeat: round;
  background-size: 99%;
  background-image: url(../static/img/Frame1.3e972253.png);
}
.container .header .header-item-left .header-item-context div[data-v-15f67a2e] {
  margin: 0.15rem 0 0 0.15rem;
  color: #ffffff;
  font-size: 0.2rem;
}
.container .header .header-item-left .header-item-title[data-v-15f67a2e] {
  position: absolute;
  left: 0.75rem;
  top: 0.07rem;
  font-size: 0.2rem;
  color: #ffff;
}
.container .header .header-item-center[data-v-15f67a2e] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-repeat: round;
  background-image: url(../static/img/Frame2.13e87f5f.png);
  width: 3.46rem;
  height: 1.97rem;
  margin-top: -0.6rem;
}
.container .header .header-item-center .header-item-center-countdown[data-v-15f67a2e] {
  color: #fff;
  font-size: 0.3rem;
}
.container .header .header-item-center .header-item-center-score[data-v-15f67a2e] {
  color: #da251c;
  font-size: 0.71rem;
  margin-top: 0.1rem;
}
.container .header .header-item-right[data-v-15f67a2e] {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 5.4rem;
  height: 2.37rem;
  color: #ffffff;
  font-size: 0.2rem;
  background-repeat: round;
  background-size: 99%;
  background-image: url(../static/img/Frame1.3e972253.png);
}
.container .header .header-item-right .header-item-right-el[data-v-15f67a2e] {
  width: 100%;
  height: 100%;
  font-size: 0.18rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.4rem;
}
.container .header .header-item-right .header-item-right-abs[data-v-15f67a2e] {
  position: absolute;
  left: 0.55rem;
  top: 0.07rem;
  font-size: 0.2rem;
  color: #fff;
}
.container .content[data-v-15f67a2e] {
  width: 100%;
  height: 0.8rem;
  background-repeat: round;
  background-image: url(../static/img/Frame292.0f0910a2.png);
}
.container .export-icon-list[data-v-15f67a2e] {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  width: 6.5rem;
  margin: 0.85rem auto;
}
.container .export-icon-list .export-item[data-v-15f67a2e] {
  width: 1.4rem;
  height: 1.5rem;
  text-align: center;
  padding-top: 0.2rem;
}
.container .export-icon-list .expert-sn[data-v-15f67a2e] {
  font-size: 0.25rem;
  text-align: center;
  color: #fff;
}
.award[data-v-15f67a2e] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 998;
  width: 100%;
  height: 100%;
  background-repeat: round;
  background-image: url(../static/img/award_center.fff7fcb7.jpg);
}
.leaderSpeech[data-v-15f67a2e] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 998;
  width: 100%;
  height: 100%;
  background-repeat: round;
  background-image: url(../static/img/leaderSpeech_center.d4daca16.jpg);
}
.countdown-container[data-v-15f67a2e] {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 19.2rem;
  height: 9.54rem;
  background-image: url(../static/img/SHM_Group_2468.592e031c.png);
  background-repeat: space;
  background-size: 17.48rem 8.84rem;
  background-position: center;
}
.countdown-container .title[data-v-15f67a2e] {
  font-family: PingFang SC;
  font-size: 0.35rem;
  font-weight: 400;
  line-height: 0.56rem;
  letter-spacing: 0em;
  text-align: left;
  color: white;
  margin-top: 1.9rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.countdown-container .project-name[data-v-15f67a2e] {
  -webkit-border-radius: 1rem;
          border-radius: 1rem;
  opacity: 0.003rem;
  font-family: PingFang SC;
  font-size: 0.45rem;
  font-weight: 700;
  line-height: 0.5rem;
  letter-spacing: 0em;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 12rem;
  height: 1.3rem;
  background-color: #5881ac;
  font-size: 0.47rem;
  margin: 0.4rem 0 0 0;
  padding: 0.2rem;
}
.countdown-container .project-countdown-name[data-v-15f67a2e] {
  color: #fff;
  font-family: PingFang SC;
  font-size: 0.35rem;
  font-weight: 400;
  line-height: 0.56rem;
  letter-spacing: 0em;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 0.25rem;
  margin: 0.5rem 0 0 0;
}
.countdown-container .project-countdown-name .project-countdown-name-cname[data-v-15f67a2e] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.countdown-container .project-countdown[data-v-15f67a2e] {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: PingFang SC;
  font-weight: 700;
  line-height: 1.84rem;
  height: 2.84rem;
  letter-spacing: 0em;
  text-align: left;
  font-size: 3rem;
  width: 8rem;
}
.countdown-container .footer[data-v-15f67a2e] {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #fff;
  margin: 0.8rem 0 0 0;
  font-size: 0.43rem;
  font-weight: 700;
  height: 1rem;
  width: 15rem;
}
.countdown-container .left-fixed[data-v-15f67a2e] {
  position: absolute;
  top: 0.79744rem;
  left: 0.03rem;
  background-color: #ccc;
  background: #48ffff;
  font-size: 0.24rem;
  width: 1.2rem;
  height: 0.5rem;
  text-align: center;
  line-height: 0.5rem;
  font-size: 0.2rem;
  color: #067396;
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0.45rem;
          border-top-right-radius: 0.45rem;
  -webkit-border-bottom-right-radius: 0.45rem;
          border-bottom-right-radius: 0.45rem;
}
.mask[data-v-15f67a2e] {
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 101;
}
.mask .contentS[data-v-15f67a2e] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin: 0.3rem 1rem 1rem 1rem;
  padding: 0.3rem;
  background-repeat: round;
  background-size: 120%;
  background-image: url(../static/img/SHM_Group_2468.592e031c.png);
  height: 8.84rem;
  overflow: auto;
}
.mask .titleBox[data-v-15f67a2e] {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 0.6rem;
  padding: 0.1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.5rem;
  font-family: AlibabaPuHuiTi;
  font-size: 0.3rem;
  font-weight: 500;
  letter-spacing: 0em;
  color: #ffffff;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-repeat: round;
  background-image: url(../static/img/SHM_Group_2466.316ab12d.png);
}
.mask .fullScreen[data-v-15f67a2e] {
  width: 0.45rem;
  position: fixed;
  right: 0.22rem;
  bottom: 0.22rem;
  cursor: pointer;
}
.mask .master-screen[data-v-15f67a2e] {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../static/img/matchUnlineProjectList.e0c32910.jpg);
}
.mask .award[data-v-15f67a2e] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 998;
  width: 100%;
  height: 100%;
  background-repeat: round;
  background-image: url(../static/img/award_left.33c68d84.jpg);
}
.mask .leaderSpeech[data-v-15f67a2e] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 998;
  width: 100%;
  height: 100%;
  background-repeat: round;
  background-image: url(../static/img/leaderSpeech_left.6d9c29f4.jpg);
}
.mask[data-v-15f67a2e]  .el-table th {
  background: rgba(0, 0, 0, 0);
  opacity: 1;
  color: #fff !important;
}
.mask[data-v-15f67a2e]  tr {
  background-color: #ffffff00;
  font-size: 0.18rem;
}
.mask[data-v-15f67a2e]  .el-table--border::after,
.mask .el-table--group[data-v-15f67a2e]::after,
.mask .el-table[data-v-15f67a2e]::before {
  content: none !important;
}
.mask .el-table thead[data-v-15f67a2e] {
  color: #fff;
  font-weight: 700;
}
.mask[data-v-15f67a2e]  .el-table .el-table__header {
  margin-bottom: 0;
  background-color: #ffffff00 !important;
  padding-left: 0.15rem;
}
.mask[data-v-15f67a2e]  .has-gutter {
  display: none;
}
.mask[data-v-15f67a2e]  .el-table__cell {
  color: #ffffff;
  text-align: left;
  line-height: 0.7rem;
  padding-left: 0.15rem;
}
.mask[data-v-15f67a2e]  .cell {
  font-size: 0.25rem;
  font-weight: 500;
  line-height: 0.7rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mask[data-v-15f67a2e]  .el-table__body-wrapper {
  margin: 0.3rem 0 0.2rem 0.05rem;
  width: 16.96rem;
}
.mask[data-v-15f67a2e]  tbody {
  pointer-events: none;
}
.mask[data-v-15f67a2e]  .el-table .el-table__row {
  height: 1rem;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABjgAAABnCAYAAAC960t/AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAA6PSURBVHgB7d1djB3nWQfwZ856bcdOYscF203T2q2KjWg+mhRwKkCNRIRaLkCVuKpUFQSiXPSmF1wgoFK5QWpFpQpRChVCqBf0BjVCEbRVw1dolagkJI1Rk6o4H82XndR2srbj9e6e6b7enXh2dr7Oxl6faX4/aXbOeeedd94zZ569+WvOZPEG/P2T+fZzZ+NnZyL2Z+PYHrOxKwAAAAAAAOosxCvjLE4v5vHitUvx4u/cnp2ODcpiA/76e/nBWIq7RlkcCAAAAAAAgI0YxVPZ+Xj092/PHokJTRRwpGBjJo/fzPPYvXLcWNg2Gyd3zsap67fF6a3j5fdb40IAAAAAAABUzC3GznMXYuep87Fvfin2Fu1ZFqfzxfj6x2/NHu87Vu+A44tH8w8uH+BIej0TcfbGa+OJI/vj2J6tsRAAAAAAAAATOHkhZh89Hjcdm4tbliJ2prY8jwf/4Obsa3327ww40nM2LpyPj8U49qc7NvbujMd/40AcDQAAAAAAgMvgnmNxy4nzcXN6PR7Fiy9uj3/49Duz8237tAYcKdyYPzf+7SxG+9JdG+/fF/f/3FviVAAAAAAAAFxGT5+Ond98Pn413c3RJ+QYtYyVzZ+Nu4pw4+4b4z7hBgAAAAAAcCUc2L2SRaRMYjSO/fvmlj7Y1r8x4Pjbo/lt6Zkb6Wep0oBp4AAAAAAAALhCipAjZRMzMzO3feHR/M5o+DWq2oDjC/efviGP8V3p9cHr4iHhBgAAAAAAsBlSJvG2a+Kx9Ho0Ex/45Ld/uL2uX13AkeXX7XxvZKNd18zG8bvfHk8GAAAAAADAJvnQO+OJbTNxIsti+6Hr9h+Jmrs46gKO0ZYto9vSi0O742gAAAAAAABsspv3rNzFkWVbioBjTchRDTiyz3zr+MF090Z6iMeRn44TAQAAAAAAsMnet5xRzI7ibLqL43P3nz5Y3V4NOEY7duw6nF7s2hbPBgAAAAAAwFVyw9aVx2jM7tqesos1mUb5zcXbO0YzW/alN2+/XsABAAAAAABcPXu2xam0nonR/qj8TFU14BjFKNuV3rxlNs4GAAAAAADAVXLghpWAI0YzKbuoDTiKxmwmG10MON69W8ABAAAAAABcPQd2rGQVq9lFyjRa7uAAAAAAAACYPllpWf8MjgAAAAAAAJg+azKMUaVRwAEAAAAAAEyj1oeMAwAAAAAATKM1N2uMGjYCAAAAAABMLQ8VBwAAAAAAhqL2J6oAAAAAAACmVe1DxgEAAAAAAAZDwAEAAAAAAAxBXn7jIeMAAAAAAMAQtP5EVR4AAAAAAABTzk9UAQAAAAAAgyPgAAAAAAAAhuL1X6IScAAAAAAAAEPx+nM4BBwAAAAAAMDgCDgAAAAAAIDBEXAAAAAAAABDcvE5HAIOAAAAAABgSC4+h0PAAQAAAAAADI6AAwAAAAAAGBwBBwAAAAAAMDjVgCMLAAAAAACA6ZOX16OGjQAAAAAAANPIQ8YBAAAAAIDBWPMrVAIOAAAAAABgcAQcAAAAAADAkNQ+gwMAAAAAAGAarXmOuIADAAAAAAAYgqy8HjVsBAAAAAAAmFrVgCMPAAAAAACA6ZNHKcfwE1UAAAAAAMAQZFH6JSoBBwAAAAAAMDgCDgAAAAAAYAjy0iLgAAAAAAAABiErLQIOAAAAAABgEPLyGwEHAAAAAAAwOAIOAAAAAABgcAQcAAAAAADAEGTlNwIOAAAAAABgCDyDAwAAAAAAGBx3cAAAAAAAAIPjDg4AAAAAAGBwWu/gyAIAAAAAAGDKVQOOPAAAAAAAAKacn6gCAAAAAAAGR8ABAAAAAAAMjoADAAAAAAAYHAEHAAAAAAAwOAIOAAAAAABgcAQcAAAAAADAEOTltYADAAAAAAAYkiz9EXAAAAAAAABDkIKN4i4OAQcAAAAAADAYWfFCwAEAAAAAAAyFOzgAAAAAAIBBSeFG4x0cWQAAAAAAAEy5asCRBwAAAAAAwHTyE1UAAAAAAMDgeMg4AAAAAAAwKGsesyHgAAAAAAAABkfAAQAAAAAADI6AAwAAAAAAGBwBBwAAAAAAMDjrA46l8XxanbwQswEAAAAAAHCVnDoTW5u2rQs4FmNpJeA417wTAAAAAADAlfb8OHak9YUL8y+VmvP0Z33Ace61l9P6qbnYGwAAAAAAAFfJibNxQ1ovZxdzsRpsFNYFHGdefunZtH55XsABAAAAAABcPSfOxb60fvXUj54tNWfpTzngSMlH/p17v/xkejO3GDd5DgcAAAAAAHA1PH0uds7Nx03p9YP/+pVjq82v38Uxqjbc88VPv/ra2bnn83Fs/e8X4nAAAAAAAABssmOvxN5xxOz5M3PP/ctf/cmrcSnLWPcMjnx1GT92373/kxqOvxaH3cUBAAAAAABspnT3xnLAcUt6/ez3v/dEXMow1t3BEauN47T+uz/6yHNn5155Id3F8bVn4s4AAAAAAADYJA+8ELcsjWPn3MsvPfXZjx55PFbzi9ISM6X+KezIVttGZ+fmTtz6S792eCEf3fDcuYjDu+NEAAAAAAAAXEH3HItbTs7H4fHSeP6fPv/H33j6sQeXU4pYWl4W41LQsSbgSF4POZ75v+8sHvqFD8z/1E3vOnBmIfYJOQAAAAAAgCsphRsnzsfN6fVD//bP//7Vz37yhVgJNtKSQo5x0Ter7JsCjy3Ly7blZevyMvuprx79+bcdes8daeOeHfHEbx2MhwMAAAAAAOAySc8D/+bTcevphTiU3j/3/e8+/Gcfvi09L3xhebmwvMzHpZDjomrAke7gSCFHerB4EXLM/OGXv33ru+94/5HUYWYUZw/sisfufms8GQAAAAAAAG/AQy/F3kd+FHemZ24sLS5e+MED//nA5z5+d3qweAo0LqwuC6vvX3/IeDXgSO9TyJHu4rh4B8fqsuXOD//u9R/507/89W3brrk2dUxBx4074ol37I7j77k+TgcAAAAAAEAPT5+Onf97Mt51ZiH2nluKvant3GuvnrzvS5//r3v/5lMvx0qYUdy9UYQbS+UxsppxiweNz1aWiw8f/8SXvv4zh973K7cXQUeynIgsXDMbJwMAAAAAAKDB4ji2LizFteOV3OGidNfG/z/yrUf+4mN3HY2VZ2ykIGMhLgUcRbiRl8fKGo5R/qmqi3dwrK5HxfJ7n/nHAwfv+MV3XL/nrfvLYQcAAAAAAECbFGqcfvG5Z777H/f+4Ct//on0IPFxXAo3irs3ivWah4sXspbxi5+qKsKN4vWotKT9s5vee2TrL3/oo3vSTuOlcTaaGeXVwSZtn0Qa4+KEl8cpv+6zX1u/uu3Vtj7zL/fp87pr7I2cy7pjVdvSutreNW6fz73Rc3Q5ro268dvauuaV1l3XTLVP0VbX3uf76qvrenqjY/X5XtR/+zjqv73vpPtNOpeutq55pbX6V/99x6j2Uf/tfSfdb9K5dLV1zSut1b/67ztGtY/6b+876X6TzqWrrWteaa3+1X/fMap91H9730n3m3QuXW1d80pr9a/++45R7aP+2/tOut+kc+lq65pXWqv/K1v/504cv/DwQ9848+wjD84X3WLlzoxyuFEsC6vtRZ812gKOpLiTY0tpmVld1oQcq0teGrPr5Jb75y1tUfO+q61p3XXctrGL9kLecbyojB8125rGqztek67j1R2/6dyUj9v1PfQ9p9VzUjf3ps9QnX95e5uma7Bpfk1928Zom2/TGE3XVUT9/CL6X5dd40bHvn3n1nUO1b/6j1D/0bNP3dh1+7btr/7r91f/9cdX/+q/uq/6bx+7aC+of/XfNN+mMdR///HUv/pX/+o/Qv23Uf/rqf/12yOGU/9RGaMINoql/LyN2js3CluiXR6XfteqSEm2rLYVQUdWWYr96ibc1NZ3e9uXXldIfYrhcun6XH322eg/+En7l9siNlY0Tf03+p1Hj/2aCiqvGas8Xtf5aRqvq/i7rtW+56/vP5m6vpfjuqu2dZ3fvMd+fY7Td27lbRHqv9qm/tePVR5P/deP0dSm/ien/tV/321NfdW/+lf/zfupf/Ufof6rbep//Vjl8dR//RhNbep/cupf/ffd1tRX/a/dntZFgFEOOBZL7a2fPYtuRZ/ibo66dVZahqb6T3Gz9t0s0zTHprlUC2SzXe1zNITr6CeV+t886n86j/9mpv43j/qfzuO/man/zaP+p/P4b2bqf/Oo/+k8/puZ+t886n86jz9tiuuhCDbGldflmy5aTXJSyyHGKGqexVHqV51oVvMBrsQXmjccq2sOdX3qksK240ZljD6fMW+ZV3UdHeO2zbduftGwvdyvbg5dx+/6Z9U2Zt7j+FdSXXIbsbHvZCNzvxyfs8910Od7ahu/rO08qP926r9+37bjX0nqv9/4Zepf/Vfn3XScCPXfdXz1v3Hqv76P+u9H/fcbv0z9q//qvJuOE6H+u46v/jdO/df3Uf/9qP9+45ddifrPS0txl0b5jo3OYKNucpPsU7dEZZ13vK57X3estu1Fn+jRr+941b5t+zT9E5lE3fgbGfdynKs+n7nat6utyyTjdP0TbBo/YmOfp7r/Rj7fRmzkOu3aNunc30htqv/+1L/67zuXSfuq/8nHq/ZV/+19u9q6qP/+c5m0r/qffLxqX/Xf3rerrYv67z+XSfuq/8nHq/ZV/+19u9q6qP/+c5m0r/qffLxqX/Xf3rerrYv67z+XSfsOuf6L9iLUKC+9ZfHGZJV1+XUe6y+u6gXZdPG0XZSTzLnuoqybQ9u62Kc6bnSMHQ37122PHser+9xtF0vbMdrOddN3VlX33VU/f924dZ+hz35N/SKaz2lE97lvK7q6a7lu3nXHa/rum+aUR/Ncy/vWaTovdfv2qZ9JznXb9aP+1++v/tdS/+pf/at/9a/+1f/6/tV9qu11+0eo/+o8m/qp//r+6l/9141bN776X3889a/+1b/6V/+T13/5WG2fGwAAAAAAAAAAAAAAgKvuxz65UFnazB4TAAAAAElFTkSuQmCC);
  background-size: 98% 98%;
  background-repeat: no-repeat;
  height: 0.7rem;
  line-height: 0.7rem;
}
.moveScale[data-v-15f67a2e] {
  -webkit-animation: moveScaleAni-data-v-15f67a2e 2s linear infinite;
          animation: moveScaleAni-data-v-15f67a2e 2s linear infinite;
  -webkit-animation-delay: 500ms;
          animation-delay: 500ms;
}
@-webkit-keyframes moveScaleAni-data-v-15f67a2e {
0% {
    -webkit-transform: scale(1);
            transform: scale(1);
}
25% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
}
50% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
}
75% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
}
100% {
    -webkit-transform: scale(1);
            transform: scale(1);
}
}
@keyframes moveScaleAni-data-v-15f67a2e {
0% {
    -webkit-transform: scale(1);
            transform: scale(1);
}
25% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
}
50% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
}
75% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
}
100% {
    -webkit-transform: scale(1);
            transform: scale(1);
}
}
.table-header[data-v-15f67a2e] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  width: 100%;
  padding-left: 0.25rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #fff;
  font-size: 0.2rem;
  font-weight: 500;
  margin-top: 0.2rem;
}
.confirm-text[data-v-2ce1b878] {
  width: 2rem;
  height: 0.8rem;
  font-size: 0.23rem;
  text-align: center;
  margin-left: 0.1rem;
  overflow: hidden;
}
.confirm-button[data-v-2ce1b878] {
  width: auto;
  height: 0.5rem;
  text-align: center;
  overflow: hidden;
}
.projectSort[data-v-3a15b00e]  .el-dialog__body {
  padding: 0 0.36rem 0.2rem;
}
.projectSort[data-v-3a15b00e]  .el-table .el-table__header {
  margin: 0;
}
.projectSort[data-v-3a15b00e]  .el-table .el-table__body {
  border-collapse: separate;
  border-spacing: 0 0.04rem;
}
.projectSort[data-v-3a15b00e]  .el-table .el-table__body .el-table__row {
  background: #f6fbff;
  margin-bottom: 0.08rem;
  border-collapse: separate;
  border-spacing: 0 0.1rem;
}
.projectSort[data-v-3a15b00e]  .el-table .el-table__body .el-table__row td.el-table__cell {
  padding: 0;
}
.projectSort[data-v-3a15b00e]  .el-table .el-table__body .el-table__row td.el-table__cell .cell {
  line-height: 0.49rem;
}
.projectSort[data-v-0d4f8378]  .el-dialog__body {
  padding: 0 0.36rem 0.2rem;
}
.projectSort[data-v-0d4f8378]  .el-table .el-table__header {
  margin: 0;
}
.projectSort[data-v-0d4f8378]  .el-table .el-table__body {
  border-collapse: separate;
  border-spacing: 0 0.04rem;
}
.projectSort[data-v-0d4f8378]  .el-table .el-table__body .el-table__row {
  background: #f6fbff;
  margin-bottom: 0.08rem;
  border-collapse: separate;
  border-spacing: 0 0.1rem;
}
.projectSort[data-v-0d4f8378]  .el-table .el-table__body .el-table__row td.el-table__cell {
  padding: 0;
}
.projectSort[data-v-0d4f8378]  .el-table .el-table__body .el-table__row td.el-table__cell .cell {
  line-height: 0.49rem;
}
.projectSort[data-v-6b2801e8]  .el-dialog__body {
  padding: 0 0.36rem 0.2rem;
}
.projectSort[data-v-6b2801e8]  .el-table .el-table__header {
  margin: 0;
}
.projectSort[data-v-6b2801e8]  .el-table .el-table__body {
  border-collapse: separate;
  border-spacing: 0 0.04rem;
}
.projectSort[data-v-6b2801e8]  .el-table .el-table__body .el-table__row {
  background: #f6fbff;
  margin-bottom: 0.08rem;
  border-collapse: separate;
  border-spacing: 0 0.1rem;
}
.projectSort[data-v-6b2801e8]  .el-table .el-table__body .el-table__row td.el-table__cell {
  padding: 0;
}
.projectSort[data-v-6b2801e8]  .el-table .el-table__body .el-table__row td.el-table__cell .cell {
  line-height: 0.49rem;
}
.projectSort[data-v-3d75147c]  .el-dialog__body {
  padding: 0 0.36rem 0.2rem;
}
.projectSort[data-v-3d75147c]  .el-table .el-table__header {
  margin: 0;
}
.projectSort[data-v-3d75147c]  .el-table .el-table__body {
  border-collapse: separate;
  border-spacing: 0 0.04rem;
}
.projectSort[data-v-3d75147c]  .el-table .el-table__body .el-table__row {
  background: #f6fbff;
  margin-bottom: 0.08rem;
  border-collapse: separate;
  border-spacing: 0 0.1rem;
}
.projectSort[data-v-3d75147c]  .el-table .el-table__body .el-table__row td.el-table__cell {
  padding: 0;
}
.projectSort[data-v-3d75147c]  .el-table .el-table__body .el-table__row td.el-table__cell .cell {
  line-height: 0.49rem;
}

.unclick {
  opacity: 0.3;
}
.m-w60 {
  min-width: 0.7rem;
}
.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.projectSort[data-v-95ebb456]  .el-dialog__body {
  padding: 0 0.36rem 0.2rem;
}
.projectSort[data-v-95ebb456]  .el-table .el-table__header {
  margin: 0;
}
.projectSort[data-v-95ebb456]  .el-table .el-table__body {
  border-collapse: separate;
  border-spacing: 0 0.04rem;
}
.projectSort[data-v-95ebb456]  .el-table .el-table__body .el-table__row {
  background: #f6fbff;
  margin-bottom: 0.08rem;
  border-collapse: separate;
  border-spacing: 0 0.1rem;
}
.projectSort[data-v-95ebb456]  .el-table .el-table__body .el-table__row td.el-table__cell {
  padding: 0;
}
.projectSort[data-v-95ebb456]  .el-table .el-table__body .el-table__row td.el-table__cell .cell {
  line-height: 0.49rem;
}
.empty-bg-image[data-v-678bb4e0] {
  width: 100%;
  height: 330PX;
  margin-top: 100PX;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 100PX;
  background-image: url(../static/img/Group_2470.ae81cfc6.png);
}
.button[data-v-678bb4e0] {
  width: 0.77rem;
  height: 0.25rem;
  padding: 0;
  stroke-width: 0.01rem;
  color: #7DB0EA;
  font-size: 0.12rem;
  font-weight: 700;
  line-height: 0.25rem;
  /* 19.2px */
  text-align: center;
}
.screenImg[data-v-719ffdda] {
  cursor: pointer;
}
.screenImg[data-v-719ffdda]:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.screenImg[data-v-719ffdda]:active {
  background-color: rgba(0, 0, 0, 0.3);
}
.button[data-v-719ffdda] {
  width: 0.77rem;
  height: 0.25rem;
  stroke-width: 0.01rem;
  color: #7DB0EA;
  font-size: 0.12rem;
  font-weight: 700;
  line-height: 0.25rem;
  /* 19.2px */
  padding: 0;
  text-align: center;
}
#Operate[data-v-c7308daa] {
  background: #eeeeee;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.render-center[data-v-c7308daa] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
}
@charset "UTF-8";
.wd100w {
  width: 100%;
}
.wd90w {
  width: 90%;
}
.wd40w {
  width: 40%;
}
.wd60w {
  width: 60%;
}
.wd30w {
  width: 30%;
}
.wd25w {
  width: 25%;
}
.wd20w {
  width: 20% !important;
}
.wd46 {
  width: 0.46rem;
}
.wd300 {
  width: 3rem;
}
.wd380 {
  width: 3.8rem;
}
.hg-auto {
  height: auto !important;
}
.hg100h {
  height: 100%;
}
.hg90h {
  height: 90%;
}
.hg40 {
  height: 0.4rem;
}
.hg120 {
  height: 1.2rem !important;
}
.hg140 {
  height: 1.4rem;
}
.hgCalc120 {
  height: -webkit-calc(100% - 1.2rem) !important;
  height: calc(100% - 1.2rem) !important;
}
.hg-max900 {
  max-height: 9rem;
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flex-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-between {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex-around {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.flex-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
}
.flex-col-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-col-around {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.flex-col-between {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex-align-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.bold {
  font-weight: bold;
}
.font12 {
  font-size: 0.12rem;
}
.font14 {
  font-size: 0.14rem;
}
.font16 {
  font-size: 0.16rem;
}
.font18 {
  font-size: 0.18rem;
}
.font20 {
  font-size: 0.2rem;
}
.font22 {
  font-size: 0.22rem;
}
.font24 {
  font-size: 0.24rem;
}
.font26 {
  font-size: 0.26rem;
}
.font28 {
  font-size: 0.28rem;
}
.font30 {
  font-size: 0.3rem;
}
.font32 {
  font-size: 0.32rem;
}
.font-familyPIN {
  font-family: PingFang SC;
}
.pad0 {
  padding: 0;
}
.pad10 {
  padding: 0.1rem;
}
.pad20 {
  padding: 0.2rem;
}
.pad-t80 {
  padding-top: 0.8rem;
}
.pad-b20 {
  padding-bottom: 0.2rem;
}
.pad-b40 {
  padding-bottom: 0.4rem;
}
.pad-b60 {
  padding-bottom: 0.6rem;
}
.pad-b80 {
  padding-bottom: 0.8rem;
}
.pad-lr20 {
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}
.pad-lr40 {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
.pad-lr80 {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}
.pad-r20 {
  padding-right: 0.2rem;
}
.pad-tb10 {
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}
.pad-tb40 {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
.mar-b10 {
  margin-bottom: 0.1rem;
}
.mar-t10 {
  margin-top: 0.1rem;
}
.mar-t20 {
  margin-top: 0.2rem;
}
.mar-t40 {
  margin-top: 0.4rem;
}
.mar-t50 {
  margin-top: 0.5rem;
}
.mar-t100 {
  margin-top: 1rem;
}
.mar-t140 {
  margin-top: 1.4rem;
}
.mar-b20 {
  margin-bottom: 0.2rem;
}
.mar-b30 {
  margin-bottom: 0.3rem;
}
.mar-b60 {
  margin-bottom: 0.6rem;
}
.mar-b80 {
  margin-bottom: 0.8rem;
}
.mar-r10 {
  margin-right: 0.1rem;
}
.mar-r20 {
  margin-right: 0.2rem;
}
.mar-r40 {
  margin-right: 0.4rem;
}
.mar-l20 {
  margin-left: 0.2rem;
}
.mar-lr20 {
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}
.mar-lrb20 {
  margin-left: 0.2rem;
  margin-right: 0.2rem;
  margin-bottom: 0.2rem;
}
.bgBCB {
  background-color: #bcbcbc;
}
.bg0D1 {
  background-color: #0d1021;
}
.bgF0F {
  background-color: #f0f0f7;
}
.bgFAF {
  background-color: #fafafc;
}
.bg189 {
  background-color: #1890ff !important;
}
.bgFF9 {
  background-color: #ff9a21 !important;
}
.bgFFF {
  background-color: #ffffff;
}
.bg025 {
  background-color: #0256ff;
}
.bg025:active {
  background-color: rgba(2, 86, 255, 0.8);
}
.bg666 {
  background-color: #666666;
}
.bgF5F {
  background-color: #f5f6f9;
}
.colorAAA {
  color: #aaaaaa;
}
.colorBFB {
  color: #bfbfbf;
}
.colorC1C {
  color: #c1c1c1;
}
.color189 {
  color: #1890ff;
}
.colorFFF {
  color: #ffffff !important;
}
.color333 {
  color: #333333;
}
.color666 {
  color: #666666;
}
.color999 {
  color: #999999 !important;
}
.color025 {
  color: #0256ff;
}
.colorDA2 {
  color: #da251c;
}
.color52C {
  color: #52c41a;
}
.hover-color025:hover {
  color: #0256ff;
}
.bor-025 {
  border: #0256ff 0.01rem solid;
}
.bor-52C {
  border: #52c41a 0.01rem solid;
}
.bor-DA2 {
  border: #da251c 0.01rem solid;
}
.bor-999 {
  border-style: dashed;
  /* 用虚线点样式创建虚线点边框 */
  border-width: 0.04rem;
  /* 设定虚线点边框的宽度 */
  border-color: #999999;
  /* 设定虚线点边框的颜色 */
}
.lh-26 {
  line-height: 0.26rem;
}
.lh-40 {
  line-height: 0.4rem;
}
.lh-140 {
  line-height: 1.4rem;
}
.textCenter {
  text-align: center;
}
.radius10 {
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.radius24 {
  -webkit-border-radius: 0.24rem;
          border-radius: 0.24rem;
}
.radius32 {
  -webkit-border-radius: 0.32rem;
          border-radius: 0.32rem;
}
.overHidden {
  overflow: hidden;
}
.over-y {
  overflow-y: auto;
}
.over-x {
  overflow-x: auto;
}
.nowrap {
  white-space: nowrap;
}
.ellipsis {
  overflow: hidden;
  display: -webkit-box;
  /*设置为弹性盒子*/
  -webkit-line-clamp: 1;
  /*最多显示x行*/
  text-overflow: ellipsis;
  /*超出显示为省略号*/
  -webkit-box-orient: vertical;
}
.ellipsis2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.ellipsis3 {
  overflow: hidden;
  /*超出隐藏*/
  display: -webkit-box;
  /*设置为弹性盒子*/
  -webkit-line-clamp: 3;
  /*最多显示x行*/
  text-overflow: ellipsis;
  /*超出显示为省略号*/
  -webkit-box-orient: vertical;
}
.pointerNO {
  cursor: pointer;
}
.pointer {
  cursor: pointer;
}
.pointer:active {
  background-color: rgba(0, 0, 0, 0.1);
}
.iframeIn {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 9.6rem;
  height: 5.4rem;
}
.iframeIn #grouping {
  overflow: auto !important;
}
#grouping[data-v-1ddfb723] {
  width: 1920PX;
  height: 1080PX;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  bottom: 0;
  z-index: 100;
  overflow: hidden;
}
.master-screen[data-v-1ddfb723] {
  width: 100%;
  height: 100%;
  background-repeat: round;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../static/img/welcome.caaabc58.jpg);
}
.container[data-v-1ddfb723] {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-align-content: space-around;
      -ms-flex-line-pack: distribute;
          align-content: space-around;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.2rem;
}
.container .header[data-v-1ddfb723] {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-align-content: space-around;
      -ms-flex-line-pack: distribute;
          align-content: space-around;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 3rem;
  margin-top: 0.4rem;
}
.container .header .header-item-left[data-v-1ddfb723] {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 5.4rem;
  height: 2.37rem;
  color: #ffffff;
  font-size: 0.2rem;
  background-repeat: round;
  background-size: 99%;
  background-image: url(../static/img/Frame1.3e972253.png);
}
.container .header .header-item-left .header-item-context div[data-v-1ddfb723] {
  margin: 0.15rem 0 0 0.15rem;
  color: #a8d6ff;
}
.container .header .header-item-left .header-item-title[data-v-1ddfb723] {
  position: absolute;
  left: 0.75rem;
  top: 0.07rem;
  font-size: 0.16rem;
}
.container .header .header-item-center[data-v-1ddfb723] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-repeat: round;
  background-image: url(../static/img/Frame2.13e87f5f.png);
  width: 3.46rem;
  height: 1.97rem;
  margin-top: -0.6rem;
}
.container .header .header-item-center .header-item-center-countdown[data-v-1ddfb723] {
  color: #fff;
  font-size: 0.3rem;
}
.container .header .header-item-center .header-item-center-score[data-v-1ddfb723] {
  color: #da251c;
  font-size: 0.71rem;
  margin-top: 0.1rem;
}
.container .header .header-item-right[data-v-1ddfb723] {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 5.4rem;
  height: 2.37rem;
  color: #ffffff;
  font-size: 0.2rem;
  background-repeat: round;
  background-size: 99%;
  background-image: url(../static/img/Frame1.3e972253.png);
}
.container .header .header-item-right .header-item-right-el[data-v-1ddfb723] {
  width: 100%;
  height: 100%;
  font-size: 0.18rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.4rem;
}
.container .header .header-item-right .header-item-right-abs[data-v-1ddfb723] {
  position: absolute;
  left: 0.55rem;
  top: 0.07rem;
  font-size: 0.16rem;
}
.container .content[data-v-1ddfb723] {
  width: 100%;
  height: 80PX;
  background-repeat: round;
  background-image: url(../static/img/Frame292.0f0910a2.png);
}
.container .content.offer[data-v-1ddfb723] {
  background-image: url(../static/img/Frame293.ab594ea5.png);
}
.container .export-icon-list[data-v-1ddfb723] {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 7rem;
  margin: 0 auto;
}
.container .export-icon-list .export-item[data-v-1ddfb723] {
  width: 1.4rem;
  height: 1.15rem;
  text-align: center;
  padding-top: 0.2rem;
}
.container .export-icon-list .expert-sn[data-v-1ddfb723] {
  font-size: 0.2rem;
  text-align: center;
  color: #fff;
}
.award[data-v-1ddfb723] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 998;
  width: 100%;
  height: 100%;
  background-repeat: round;
  background-image: url(../static/img/award_center.fff7fcb7.jpg);
}
.leaderSpeech[data-v-1ddfb723] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 998;
  width: 100%;
  height: 100%;
  background-repeat: round;
  background-image: url(../static/img/leaderSpeech_center.d4daca16.jpg);
}
.countdown-container[data-v-1ddfb723] {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1920PX;
  height: 954PX;
  background-image: url(../static/img/SHM_Group_2468.592e031c.png);
  background-repeat: space;
  background-size: 1748PX 884PX;
  background-position: center;
}
.countdown-container .title[data-v-1ddfb723] {
  font-family: PingFang SC;
  font-size: 35PX;
  font-weight: 400;
  line-height: 0.56rem;
  letter-spacing: 0em;
  text-align: left;
  color: white;
  margin-top: 190PX;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.countdown-container .project-name[data-v-1ddfb723] {
  -webkit-border-radius: 100PX;
          border-radius: 100PX;
  opacity: 0.003rem;
  font-family: PingFang SC;
  font-size: 0.45rem;
  font-weight: 700;
  line-height: 50PX;
  letter-spacing: 0em;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1200PX;
  height: 130PX;
  background-color: #5881ac;
  font-size: 47PX;
  margin: 40PX 0 0 0;
  padding: 20PX;
}
.countdown-container .project-countdown-name[data-v-1ddfb723] {
  color: #fff;
  font-family: PingFang SC;
  font-size: 0.35rem;
  font-weight: 400;
  line-height: 0.56rem;
  letter-spacing: 0em;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 25PX;
  margin: 50PX 0 0 0;
}
.countdown-container .project-countdown-name .project-countdown-name-cname[data-v-1ddfb723] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.countdown-container .project-countdown[data-v-1ddfb723] {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: PingFang SC;
  font-weight: 700;
  line-height: 184PX;
  height: 284PX;
  letter-spacing: 0em;
  text-align: left;
  font-size: 300PX;
  width: 800PX;
}
.countdown-container .footer[data-v-1ddfb723] {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #fff;
  margin: 80PX 0 0 0;
  font-size: 43PX;
  font-weight: 700;
  height: 100PX;
  width: 1500PX;
}
.countdown-container .left-fixed[data-v-1ddfb723] {
  position: absolute;
  top: 0.79744rem;
  left: 3PX;
  background-color: #ccc;
  background: #48ffff;
  font-size: 0.24rem;
  width: 120PX;
  height: 50PX;
  text-align: center;
  line-height: 50PX;
  font-size: 20PX;
  color: #067396;
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0.45rem;
          border-top-right-radius: 0.45rem;
  -webkit-border-bottom-right-radius: 0.45rem;
          border-bottom-right-radius: 0.45rem;
}
.mask[data-v-1ddfb723] {
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 101;
}
.mask .contentS[data-v-1ddfb723] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin: 30PX 1rem 1rem 1rem;
  padding: 0.3rem;
  background-repeat: round;
  background-size: 120%;
  background-image: url(../static/img/SHM_Group_2468.592e031c.png);
  height: 884PX;
  overflow: auto;
}
.mask .titleBox[data-v-1ddfb723] {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60PX;
  padding: 0.1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.5rem;
  font-family: AlibabaPuHuiTi;
  font-size: 30PX;
  font-weight: 500;
  letter-spacing: 0em;
  color: #ffffff;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-repeat: round;
  background-image: url(../static/img/SHM_Group_2466.316ab12d.png);
}
.mask .fullScreen[data-v-1ddfb723] {
  width: 0.45rem;
  position: fixed;
  right: 0.22rem;
  bottom: 0.22rem;
  cursor: pointer;
}
.mask .master-screen[data-v-1ddfb723] {
  width: 100%;
  height: 100%;
  background-repeat: round;
  background-image: url(../static/img/matchUnlineProjectList.e0c32910.jpg);
}
.mask .award[data-v-1ddfb723] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 998;
  width: 100%;
  height: 100%;
  background-repeat: round;
  background-image: url(../static/img/award_left.33c68d84.jpg);
}
.mask .leaderSpeech[data-v-1ddfb723] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 998;
  width: 100%;
  height: 100%;
  background-repeat: round;
  background-image: url(../static/img/leaderSpeech_left.6d9c29f4.jpg);
}
.mask[data-v-1ddfb723]  .el-table th {
  background: rgba(0, 0, 0, 0);
  opacity: 1;
  color: #fff !important;
}
.mask[data-v-1ddfb723]  tr {
  background-color: #ffffff00;
  font-size: 18PX;
}
.mask[data-v-1ddfb723]  .el-table--border::after,
.mask .el-table--group[data-v-1ddfb723]::after,
.mask .el-table[data-v-1ddfb723]::before {
  content: none !important;
}
.mask .el-table thead[data-v-1ddfb723] {
  color: #fff;
  font-weight: 700;
}
.mask[data-v-1ddfb723]  .el-table .el-table__header {
  margin-bottom: 0;
  background-color: #ffffff00 !important;
  padding-left: 15PX;
}
.mask[data-v-1ddfb723]  .has-gutter {
  display: none;
}
.mask[data-v-1ddfb723]  .el-table__cell {
  color: #ffffff;
  text-align: left;
  line-height: 70PX;
  padding-left: 15PX;
}
.mask[data-v-1ddfb723]  .cell {
  font-size: 18PX;
  font-weight: 500;
  line-height: 70PX;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mask[data-v-1ddfb723]  .el-table__body-wrapper {
  margin: 30PX 0 20PX 5PX;
  width: 1696PX;
}
.mask[data-v-1ddfb723]  tbody {
  pointer-events: none;
}
.mask[data-v-1ddfb723]  .el-table .el-table__row {
  height: 1rem;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABjgAAABnCAYAAAC960t/AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAA6PSURBVHgB7d1djB3nWQfwZ856bcdOYscF203T2q2KjWg+mhRwKkCNRIRaLkCVuKpUFQSiXPSmF1wgoFK5QWpFpQpRChVCqBf0BjVCEbRVw1dolagkJI1Rk6o4H82XndR2srbj9e6e6b7enXh2dr7Oxl6faX4/aXbOeeedd94zZ569+WvOZPEG/P2T+fZzZ+NnZyL2Z+PYHrOxKwAAAAAAAOosxCvjLE4v5vHitUvx4u/cnp2ODcpiA/76e/nBWIq7RlkcCAAAAAAAgI0YxVPZ+Xj092/PHokJTRRwpGBjJo/fzPPYvXLcWNg2Gyd3zsap67fF6a3j5fdb40IAAAAAAABUzC3GznMXYuep87Fvfin2Fu1ZFqfzxfj6x2/NHu87Vu+A44tH8w8uH+BIej0TcfbGa+OJI/vj2J6tsRAAAAAAAAATOHkhZh89Hjcdm4tbliJ2prY8jwf/4Obsa3327ww40nM2LpyPj8U49qc7NvbujMd/40AcDQAAAAAAgMvgnmNxy4nzcXN6PR7Fiy9uj3/49Duz8237tAYcKdyYPzf+7SxG+9JdG+/fF/f/3FviVAAAAAAAAFxGT5+Ond98Pn413c3RJ+QYtYyVzZ+Nu4pw4+4b4z7hBgAAAAAAcCUc2L2SRaRMYjSO/fvmlj7Y1r8x4Pjbo/lt6Zkb6Wep0oBp4AAAAAAAALhCipAjZRMzMzO3feHR/M5o+DWq2oDjC/efviGP8V3p9cHr4iHhBgAAAAAAsBlSJvG2a+Kx9Ho0Ex/45Ld/uL2uX13AkeXX7XxvZKNd18zG8bvfHk8GAAAAAADAJvnQO+OJbTNxIsti+6Hr9h+Jmrs46gKO0ZYto9vSi0O742gAAAAAAABsspv3rNzFkWVbioBjTchRDTiyz3zr+MF090Z6iMeRn44TAQAAAAAAsMnet5xRzI7ibLqL43P3nz5Y3V4NOEY7duw6nF7s2hbPBgAAAAAAwFVyw9aVx2jM7tqesos1mUb5zcXbO0YzW/alN2+/XsABAAAAAABcPXu2xam0nonR/qj8TFU14BjFKNuV3rxlNs4GAAAAAADAVXLghpWAI0YzKbuoDTiKxmwmG10MON69W8ABAAAAAABcPQd2rGQVq9lFyjRa7uAAAAAAAACYPllpWf8MjgAAAAAAAJg+azKMUaVRwAEAAAAAAEyj1oeMAwAAAAAATKM1N2uMGjYCAAAAAABMLQ8VBwAAAAAAhqL2J6oAAAAAAACmVe1DxgEAAAAAAAZDwAEAAAAAAAxBXn7jIeMAAAAAAMAQtP5EVR4AAAAAAABTzk9UAQAAAAAAgyPgAAAAAAAAhuL1X6IScAAAAAAAAEPx+nM4BBwAAAAAAMDgCDgAAAAAAIDBEXAAAAAAAABDcvE5HAIOAAAAAABgSC4+h0PAAQAAAAAADI6AAwAAAAAAGBwBBwAAAAAAMDjVgCMLAAAAAACA6ZOX16OGjQAAAAAAANPIQ8YBAAAAAIDBWPMrVAIOAAAAAABgcAQcAAAAAADAkNQ+gwMAAAAAAGAarXmOuIADAAAAAAAYgqy8HjVsBAAAAAAAmFrVgCMPAAAAAACA6ZNHKcfwE1UAAAAAAMAQZFH6JSoBBwAAAAAAMDgCDgAAAAAAYAjy0iLgAAAAAAAABiErLQIOAAAAAABgEPLyGwEHAAAAAAAwOAIOAAAAAABgcAQcAAAAAADAEGTlNwIOAAAAAABgCDyDAwAAAAAAGBx3cAAAAAAAAIPjDg4AAAAAAGBwWu/gyAIAAAAAAGDKVQOOPAAAAAAAAKacn6gCAAAAAAAGR8ABAAAAAAAMjoADAAAAAAAYHAEHAAAAAAAwOAIOAAAAAABgcAQcAAAAAADAEOTltYADAAAAAAAYkiz9EXAAAAAAAABDkIKN4i4OAQcAAAAAADAYWfFCwAEAAAAAAAyFOzgAAAAAAIBBSeFG4x0cWQAAAAAAAEy5asCRBwAAAAAAwHTyE1UAAAAAAMDgeMg4AAAAAAAwKGsesyHgAAAAAAAABkfAAQAAAAAADI6AAwAAAAAAGBwBBwAAAAAAMDjrA46l8XxanbwQswEAAAAAAHCVnDoTW5u2rQs4FmNpJeA417wTAAAAAADAlfb8OHak9YUL8y+VmvP0Z33Ace61l9P6qbnYGwAAAAAAAFfJibNxQ1ovZxdzsRpsFNYFHGdefunZtH55XsABAAAAAABcPSfOxb60fvXUj54tNWfpTzngSMlH/p17v/xkejO3GDd5DgcAAAAAAHA1PH0uds7Nx03p9YP/+pVjq82v38Uxqjbc88VPv/ra2bnn83Fs/e8X4nAAAAAAAABssmOvxN5xxOz5M3PP/ctf/cmrcSnLWPcMjnx1GT92373/kxqOvxaH3cUBAAAAAABspnT3xnLAcUt6/ez3v/dEXMow1t3BEauN47T+uz/6yHNn5155Id3F8bVn4s4AAAAAAADYJA+8ELcsjWPn3MsvPfXZjx55PFbzi9ISM6X+KezIVttGZ+fmTtz6S792eCEf3fDcuYjDu+NEAAAAAAAAXEH3HItbTs7H4fHSeP6fPv/H33j6sQeXU4pYWl4W41LQsSbgSF4POZ75v+8sHvqFD8z/1E3vOnBmIfYJOQAAAAAAgCsphRsnzsfN6fVD//bP//7Vz37yhVgJNtKSQo5x0Ter7JsCjy3Ly7blZevyMvuprx79+bcdes8daeOeHfHEbx2MhwMAAAAAAOAySc8D/+bTcevphTiU3j/3/e8+/Gcfvi09L3xhebmwvMzHpZDjomrAke7gSCFHerB4EXLM/OGXv33ru+94/5HUYWYUZw/sisfufms8GQAAAAAAAG/AQy/F3kd+FHemZ24sLS5e+MED//nA5z5+d3qweAo0LqwuC6vvX3/IeDXgSO9TyJHu4rh4B8fqsuXOD//u9R/507/89W3brrk2dUxBx4074ol37I7j77k+TgcAAAAAAEAPT5+Onf97Mt51ZiH2nluKvant3GuvnrzvS5//r3v/5lMvx0qYUdy9UYQbS+UxsppxiweNz1aWiw8f/8SXvv4zh973K7cXQUeynIgsXDMbJwMAAAAAAKDB4ji2LizFteOV3OGidNfG/z/yrUf+4mN3HY2VZ2ykIGMhLgUcRbiRl8fKGo5R/qmqi3dwrK5HxfJ7n/nHAwfv+MV3XL/nrfvLYQcAAAAAAECbFGqcfvG5Z777H/f+4Ct//on0IPFxXAo3irs3ivWah4sXspbxi5+qKsKN4vWotKT9s5vee2TrL3/oo3vSTuOlcTaaGeXVwSZtn0Qa4+KEl8cpv+6zX1u/uu3Vtj7zL/fp87pr7I2cy7pjVdvSutreNW6fz73Rc3Q5ro268dvauuaV1l3XTLVP0VbX3uf76qvrenqjY/X5XtR/+zjqv73vpPtNOpeutq55pbX6V/99x6j2Uf/tfSfdb9K5dLV1zSut1b/67ztGtY/6b+876X6TzqWrrWteaa3+1X/fMap91H9730n3m3QuXW1d80pr9a/++45R7aP+2/tOut+kc+lq65pXWqv/K1v/504cv/DwQ9848+wjD84X3WLlzoxyuFEsC6vtRZ812gKOpLiTY0tpmVld1oQcq0teGrPr5Jb75y1tUfO+q61p3XXctrGL9kLecbyojB8125rGqztek67j1R2/6dyUj9v1PfQ9p9VzUjf3ps9QnX95e5uma7Bpfk1928Zom2/TGE3XVUT9/CL6X5dd40bHvn3n1nUO1b/6j1D/0bNP3dh1+7btr/7r91f/9cdX/+q/uq/6bx+7aC+of/XfNN+mMdR///HUv/pX/+o/Qv23Uf/rqf/12yOGU/9RGaMINoql/LyN2js3CluiXR6XfteqSEm2rLYVQUdWWYr96ibc1NZ3e9uXXldIfYrhcun6XH322eg/+En7l9siNlY0Tf03+p1Hj/2aCiqvGas8Xtf5aRqvq/i7rtW+56/vP5m6vpfjuqu2dZ3fvMd+fY7Td27lbRHqv9qm/tePVR5P/deP0dSm/ien/tV/321NfdW/+lf/zfupf/Ufof6rbep//Vjl8dR//RhNbep/cupf/ffd1tRX/a/dntZFgFEOOBZL7a2fPYtuRZ/ibo66dVZahqb6T3Gz9t0s0zTHprlUC2SzXe1zNITr6CeV+t886n86j/9mpv43j/qfzuO/man/zaP+p/P4b2bqf/Oo/+k8/puZ+t886n86jz9tiuuhCDbGldflmy5aTXJSyyHGKGqexVHqV51oVvMBrsQXmjccq2sOdX3qksK240ZljD6fMW+ZV3UdHeO2zbduftGwvdyvbg5dx+/6Z9U2Zt7j+FdSXXIbsbHvZCNzvxyfs8910Od7ahu/rO08qP926r9+37bjX0nqv9/4Zepf/Vfn3XScCPXfdXz1v3Hqv76P+u9H/fcbv0z9q//qvJuOE6H+u46v/jdO/df3Uf/9qP9+45ddifrPS0txl0b5jo3OYKNucpPsU7dEZZ13vK57X3estu1Fn+jRr+941b5t+zT9E5lE3fgbGfdynKs+n7nat6utyyTjdP0TbBo/YmOfp7r/Rj7fRmzkOu3aNunc30htqv/+1L/67zuXSfuq/8nHq/ZV/+19u9q6qP/+c5m0r/qffLxqX/Xf3rerrYv67z+XSfuq/8nHq/ZV/+19u9q6qP/+c5m0r/qffLxqX/Xf3rerrYv67z+XSfsOuf6L9iLUKC+9ZfHGZJV1+XUe6y+u6gXZdPG0XZSTzLnuoqybQ9u62Kc6bnSMHQ37122PHser+9xtF0vbMdrOddN3VlX33VU/f924dZ+hz35N/SKaz2lE97lvK7q6a7lu3nXHa/rum+aUR/Ncy/vWaTovdfv2qZ9JznXb9aP+1++v/tdS/+pf/at/9a/+1f/6/tV9qu11+0eo/+o8m/qp//r+6l/9141bN776X3889a/+1b/6V/+T13/5WG2fGwAAAAAAAAAAAAAAgKvuxz65UFnazB4TAAAAAElFTkSuQmCC);
  background-size: 98% 98%;
  background-repeat: no-repeat;
  height: 70PX;
  line-height: 70PX;
}
.moveScale[data-v-1ddfb723] {
  -webkit-animation: moveScaleAni-data-v-1ddfb723 2s linear infinite;
          animation: moveScaleAni-data-v-1ddfb723 2s linear infinite;
  -webkit-animation-delay: 500ms;
          animation-delay: 500ms;
}
@-webkit-keyframes moveScaleAni-data-v-1ddfb723 {
0% {
    -webkit-transform: scale(1);
            transform: scale(1);
}
25% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
}
50% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
}
75% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
}
100% {
    -webkit-transform: scale(1);
            transform: scale(1);
}
}
@keyframes moveScaleAni-data-v-1ddfb723 {
0% {
    -webkit-transform: scale(1);
            transform: scale(1);
}
25% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
}
50% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
}
75% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
}
100% {
    -webkit-transform: scale(1);
            transform: scale(1);
}
}
.table-header[data-v-1ddfb723] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  width: 100%;
  padding-left: 25PX;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #fff;
  font-size: 20PX;
  font-weight: 500;
  margin-top: 20PX;
}
#grouping[data-v-2eb83c62] {
  width: 840PX;
  height: 1080PX;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  bottom: 0;
  z-index: 100;
  overflow: hidden;
}
#grouping .mask[data-v-2eb83c62] {
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 101;
}
#grouping .contentS[data-v-2eb83c62] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin: 30PX 1rem 1rem 1rem;
  padding: 0.3rem;
  background-repeat: round;
  background-size: 120%;
  background-image: url(../static/img/Frame41.0cea314a.png);
  height: 884PX;
  overflow: auto;
}
#grouping .titleBox[data-v-2eb83c62] {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60PX;
  padding: 0.1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.5rem;
  font-family: AlibabaPuHuiTi;
  font-size: 30PX;
  font-weight: 500;
  letter-spacing: 0em;
  color: #ffffff;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-repeat: round;
  background-image: url(../static/img/Group2371.d20154e7.png);
}
#grouping .fullScreen[data-v-2eb83c62] {
  width: 0.45rem;
  position: fixed;
  right: 0.22rem;
  bottom: 0.22rem;
  cursor: pointer;
}
.master-screen[data-v-2eb83c62] {
  width: 100%;
  height: 100%;
  background-repeat: round;
  background-image: url(../static/img/Slice_17.2f191ab6.png);
}
.award[data-v-2eb83c62] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 998;
  width: 100%;
  height: 100%;
  background-repeat: round;
  background-image: url(../static/img/Slice_20.043cf1f5.png);
}
.leaderSpeech[data-v-2eb83c62] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 998;
  width: 100%;
  height: 100%;
  background-repeat: round;
  background-image: url(../static/img/Slice_23.427435a4.png);
}
[data-v-2eb83c62] .el-table th {
  background: rgba(0, 0, 0, 0);
  opacity: 1;
  color: #fff !important;
}
[data-v-2eb83c62] tr {
  background-color: #ffffff00;
  font-size: 18PX;
}
[data-v-2eb83c62] .el-table--border::after,
.el-table--group[data-v-2eb83c62]::after,
.el-table[data-v-2eb83c62]::before {
  content: none !important;
}
.el-table thead[data-v-2eb83c62] {
  color: #fff;
  font-weight: 700;
}
[data-v-2eb83c62] .el-table .el-table__header {
  margin-bottom: 0;
  background-color: #ffffff00 !important;
  padding-left: 15PX;
}
[data-v-2eb83c62] .has-gutter {
  display: none;
}
[data-v-2eb83c62] .el-table__cell {
  color: #ffffff;
  text-align: left;
  line-height: 70PX;
  padding-left: 15PX;
}
[data-v-2eb83c62] .cell {
  font-size: 18PX;
  font-weight: 500;
  line-height: 70PX;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
[data-v-2eb83c62] .el-table__body-wrapper {
  margin: 30PX 0 20PX 5PX;
  width: 690PX;
}
[data-v-2eb83c62] tbody {
  pointer-events: none;
}
[data-v-2eb83c62] .el-table .el-table__row {
  height: 1rem;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABjgAAABnCAYAAAC960t/AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAA6PSURBVHgB7d1djB3nWQfwZ856bcdOYscF203T2q2KjWg+mhRwKkCNRIRaLkCVuKpUFQSiXPSmF1wgoFK5QWpFpQpRChVCqBf0BjVCEbRVw1dolagkJI1Rk6o4H82XndR2srbj9e6e6b7enXh2dr7Oxl6faX4/aXbOeeedd94zZ569+WvOZPEG/P2T+fZzZ+NnZyL2Z+PYHrOxKwAAAAAAAOosxCvjLE4v5vHitUvx4u/cnp2ODcpiA/76e/nBWIq7RlkcCAAAAAAAgI0YxVPZ+Xj092/PHokJTRRwpGBjJo/fzPPYvXLcWNg2Gyd3zsap67fF6a3j5fdb40IAAAAAAABUzC3GznMXYuep87Fvfin2Fu1ZFqfzxfj6x2/NHu87Vu+A44tH8w8uH+BIej0TcfbGa+OJI/vj2J6tsRAAAAAAAAATOHkhZh89Hjcdm4tbliJ2prY8jwf/4Obsa3327ww40nM2LpyPj8U49qc7NvbujMd/40AcDQAAAAAAgMvgnmNxy4nzcXN6PR7Fiy9uj3/49Duz8237tAYcKdyYPzf+7SxG+9JdG+/fF/f/3FviVAAAAAAAAFxGT5+Ond98Pn413c3RJ+QYtYyVzZ+Nu4pw4+4b4z7hBgAAAAAAcCUc2L2SRaRMYjSO/fvmlj7Y1r8x4Pjbo/lt6Zkb6Wep0oBp4AAAAAAAALhCipAjZRMzMzO3feHR/M5o+DWq2oDjC/efviGP8V3p9cHr4iHhBgAAAAAAsBlSJvG2a+Kx9Ho0Ex/45Ld/uL2uX13AkeXX7XxvZKNd18zG8bvfHk8GAAAAAADAJvnQO+OJbTNxIsti+6Hr9h+Jmrs46gKO0ZYto9vSi0O742gAAAAAAABsspv3rNzFkWVbioBjTchRDTiyz3zr+MF090Z6iMeRn44TAQAAAAAAsMnet5xRzI7ibLqL43P3nz5Y3V4NOEY7duw6nF7s2hbPBgAAAAAAwFVyw9aVx2jM7tqesos1mUb5zcXbO0YzW/alN2+/XsABAAAAAABcPXu2xam0nonR/qj8TFU14BjFKNuV3rxlNs4GAAAAAADAVXLghpWAI0YzKbuoDTiKxmwmG10MON69W8ABAAAAAABcPQd2rGQVq9lFyjRa7uAAAAAAAACYPllpWf8MjgAAAAAAAJg+azKMUaVRwAEAAAAAAEyj1oeMAwAAAAAATKM1N2uMGjYCAAAAAABMLQ8VBwAAAAAAhqL2J6oAAAAAAACmVe1DxgEAAAAAAAZDwAEAAAAAAAxBXn7jIeMAAAAAAMAQtP5EVR4AAAAAAABTzk9UAQAAAAAAgyPgAAAAAAAAhuL1X6IScAAAAAAAAEPx+nM4BBwAAAAAAMDgCDgAAAAAAIDBEXAAAAAAAABDcvE5HAIOAAAAAABgSC4+h0PAAQAAAAAADI6AAwAAAAAAGBwBBwAAAAAAMDjVgCMLAAAAAACA6ZOX16OGjQAAAAAAANPIQ8YBAAAAAIDBWPMrVAIOAAAAAABgcAQcAAAAAADAkNQ+gwMAAAAAAGAarXmOuIADAAAAAAAYgqy8HjVsBAAAAAAAmFrVgCMPAAAAAACA6ZNHKcfwE1UAAAAAAMAQZFH6JSoBBwAAAAAAMDgCDgAAAAAAYAjy0iLgAAAAAAAABiErLQIOAAAAAABgEPLyGwEHAAAAAAAwOAIOAAAAAABgcAQcAAAAAADAEGTlNwIOAAAAAABgCDyDAwAAAAAAGBx3cAAAAAAAAIPjDg4AAAAAAGBwWu/gyAIAAAAAAGDKVQOOPAAAAAAAAKacn6gCAAAAAAAGR8ABAAAAAAAMjoADAAAAAAAYHAEHAAAAAAAwOAIOAAAAAABgcAQcAAAAAADAEOTltYADAAAAAAAYkiz9EXAAAAAAAABDkIKN4i4OAQcAAAAAADAYWfFCwAEAAAAAAAyFOzgAAAAAAIBBSeFG4x0cWQAAAAAAAEy5asCRBwAAAAAAwHTyE1UAAAAAAMDgeMg4AAAAAAAwKGsesyHgAAAAAAAABkfAAQAAAAAADI6AAwAAAAAAGBwBBwAAAAAAMDjrA46l8XxanbwQswEAAAAAAHCVnDoTW5u2rQs4FmNpJeA417wTAAAAAADAlfb8OHak9YUL8y+VmvP0Z33Ace61l9P6qbnYGwAAAAAAAFfJibNxQ1ovZxdzsRpsFNYFHGdefunZtH55XsABAAAAAABcPSfOxb60fvXUj54tNWfpTzngSMlH/p17v/xkejO3GDd5DgcAAAAAAHA1PH0uds7Nx03p9YP/+pVjq82v38Uxqjbc88VPv/ra2bnn83Fs/e8X4nAAAAAAAABssmOvxN5xxOz5M3PP/ctf/cmrcSnLWPcMjnx1GT92373/kxqOvxaH3cUBAAAAAABspnT3xnLAcUt6/ez3v/dEXMow1t3BEauN47T+uz/6yHNn5155Id3F8bVn4s4AAAAAAADYJA+8ELcsjWPn3MsvPfXZjx55PFbzi9ISM6X+KezIVttGZ+fmTtz6S792eCEf3fDcuYjDu+NEAAAAAAAAXEH3HItbTs7H4fHSeP6fPv/H33j6sQeXU4pYWl4W41LQsSbgSF4POZ75v+8sHvqFD8z/1E3vOnBmIfYJOQAAAAAAgCsphRsnzsfN6fVD//bP//7Vz37yhVgJNtKSQo5x0Ter7JsCjy3Ly7blZevyMvuprx79+bcdes8daeOeHfHEbx2MhwMAAAAAAOAySc8D/+bTcevphTiU3j/3/e8+/Gcfvi09L3xhebmwvMzHpZDjomrAke7gSCFHerB4EXLM/OGXv33ru+94/5HUYWYUZw/sisfufms8GQAAAAAAAG/AQy/F3kd+FHemZ24sLS5e+MED//nA5z5+d3qweAo0LqwuC6vvX3/IeDXgSO9TyJHu4rh4B8fqsuXOD//u9R/507/89W3brrk2dUxBx4074ol37I7j77k+TgcAAAAAAEAPT5+Onf97Mt51ZiH2nluKvant3GuvnrzvS5//r3v/5lMvx0qYUdy9UYQbS+UxsppxiweNz1aWiw8f/8SXvv4zh973K7cXQUeynIgsXDMbJwMAAAAAAKDB4ji2LizFteOV3OGidNfG/z/yrUf+4mN3HY2VZ2ykIGMhLgUcRbiRl8fKGo5R/qmqi3dwrK5HxfJ7n/nHAwfv+MV3XL/nrfvLYQcAAAAAAECbFGqcfvG5Z777H/f+4Ct//on0IPFxXAo3irs3ivWah4sXspbxi5+qKsKN4vWotKT9s5vee2TrL3/oo3vSTuOlcTaaGeXVwSZtn0Qa4+KEl8cpv+6zX1u/uu3Vtj7zL/fp87pr7I2cy7pjVdvSutreNW6fz73Rc3Q5ro268dvauuaV1l3XTLVP0VbX3uf76qvrenqjY/X5XtR/+zjqv73vpPtNOpeutq55pbX6V/99x6j2Uf/tfSfdb9K5dLV1zSut1b/67ztGtY/6b+876X6TzqWrrWteaa3+1X/fMap91H9730n3m3QuXW1d80pr9a/++45R7aP+2/tOut+kc+lq65pXWqv/K1v/504cv/DwQ9848+wjD84X3WLlzoxyuFEsC6vtRZ812gKOpLiTY0tpmVld1oQcq0teGrPr5Jb75y1tUfO+q61p3XXctrGL9kLecbyojB8125rGqztek67j1R2/6dyUj9v1PfQ9p9VzUjf3ps9QnX95e5uma7Bpfk1928Zom2/TGE3XVUT9/CL6X5dd40bHvn3n1nUO1b/6j1D/0bNP3dh1+7btr/7r91f/9cdX/+q/uq/6bx+7aC+of/XfNN+mMdR///HUv/pX/+o/Qv23Uf/rqf/12yOGU/9RGaMINoql/LyN2js3CluiXR6XfteqSEm2rLYVQUdWWYr96ibc1NZ3e9uXXldIfYrhcun6XH322eg/+En7l9siNlY0Tf03+p1Hj/2aCiqvGas8Xtf5aRqvq/i7rtW+56/vP5m6vpfjuqu2dZ3fvMd+fY7Td27lbRHqv9qm/tePVR5P/deP0dSm/ien/tV/321NfdW/+lf/zfupf/Ufof6rbep//Vjl8dR//RhNbep/cupf/ffd1tRX/a/dntZFgFEOOBZL7a2fPYtuRZ/ibo66dVZahqb6T3Gz9t0s0zTHprlUC2SzXe1zNITr6CeV+t886n86j/9mpv43j/qfzuO/man/zaP+p/P4b2bqf/Oo/+k8/puZ+t886n86jz9tiuuhCDbGldflmy5aTXJSyyHGKGqexVHqV51oVvMBrsQXmjccq2sOdX3qksK240ZljD6fMW+ZV3UdHeO2zbduftGwvdyvbg5dx+/6Z9U2Zt7j+FdSXXIbsbHvZCNzvxyfs8910Od7ahu/rO08qP926r9+37bjX0nqv9/4Zepf/Vfn3XScCPXfdXz1v3Hqv76P+u9H/fcbv0z9q//qvJuOE6H+u46v/jdO/df3Uf/9qP9+45ddifrPS0txl0b5jo3OYKNucpPsU7dEZZ13vK57X3estu1Fn+jRr+941b5t+zT9E5lE3fgbGfdynKs+n7nat6utyyTjdP0TbBo/YmOfp7r/Rj7fRmzkOu3aNunc30htqv/+1L/67zuXSfuq/8nHq/ZV/+19u9q6qP/+c5m0r/qffLxqX/Xf3rerrYv67z+XSfuq/8nHq/ZV/+19u9q6qP/+c5m0r/qffLxqX/Xf3rerrYv67z+XSfsOuf6L9iLUKC+9ZfHGZJV1+XUe6y+u6gXZdPG0XZSTzLnuoqybQ9u62Kc6bnSMHQ37122PHser+9xtF0vbMdrOddN3VlX33VU/f924dZ+hz35N/SKaz2lE97lvK7q6a7lu3nXHa/rum+aUR/Ncy/vWaTovdfv2qZ9JznXb9aP+1++v/tdS/+pf/at/9a/+1f/6/tV9qu11+0eo/+o8m/qp//r+6l/9141bN776X3889a/+1b/6V/+T13/5WG2fGwAAAAAAAAAAAAAAgKvuxz65UFnazB4TAAAAAElFTkSuQmCC);
  background-size: 98% 98%;
  background-repeat: no-repeat;
  height: 70PX;
  line-height: 70PX;
}
.dialogScoring .el-avatar[data-v-34d5ffc1] {
  margin-right: 0.22rem;
}
.dialogScoring .remind[data-v-34d5ffc1] {
  cursor: pointer;
  margin-left: 0.05rem;
}
.dialogScoring .notSubmitted[data-v-34d5ffc1] {
  font-weight: 600;
  color: #da251c;
}
.dialogScoring .footer[data-v-34d5ffc1] {
  margin: 0;
  text-align: right;
  line-height: 1.12rem;
  font-weight: 600;
  font-size: 0.2rem;
  color: #333333;
}
.dialogScoring .footer span[data-v-34d5ffc1] {
  font-size: 0.3rem;
  color: #da251c;
}
[data-v-34d5ffc1] .el-dialog {
  background: #06374e;
}
[data-v-34d5ffc1] .el-dialog__header {
  background: #06374e;
  margin: 30PX 0 30PX 0;
}
[data-v-34d5ffc1] .el-dialog__title {
  color: #fff !important;
  font-size: 40PX !important;
  font-weight: 800;
  display: block;
  text-align: center;
  margin-top: 0.2rem;
}
[data-v-34d5ffc1] .el-dialog__close {
  color: #fff !important;
}
[data-v-34d5ffc1] .el-table__cell {
  background: #06374e !important;
  color: #fff !important;
  font-size: 30PX !important;
  height: auto;
}
[data-v-34d5ffc1] .cell {
  height: 60PX;
  line-height: 0.6rem;
}
[data-v-34d5ffc1] .el-table colgroup col[name=gutter] {
  display: none;
  width: 0;
}
[data-v-34d5ffc1] .el-table--border::after, .el-table--group[data-v-34d5ffc1]::after, .el-table[data-v-34d5ffc1]::before {
  background-color: transparent;
}
#grouping[data-v-1a32f11e] {
  width: 1920PX;
  height: 1080PX;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  bottom: 0;
  z-index: 100;
  overflow: hidden;
}
.master-screen[data-v-1a32f11e] {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../static/img/GIF.ddb44228.gif);
}
.container[data-v-1a32f11e] {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-align-content: space-around;
      -ms-flex-line-pack: distribute;
          align-content: space-around;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.container .header[data-v-1a32f11e] {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-align-content: space-around;
      -ms-flex-line-pack: distribute;
          align-content: space-around;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 3rem;
  margin-top: 0.4rem;
}
.container .header .header-item-left[data-v-1a32f11e] {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 5.4rem;
  height: 2.37rem;
  color: #ffffff;
  font-size: 0.2rem;
  background-repeat: round;
  background-size: 99%;
  background-image: url(../static/img/Frame1.3e972253.png);
}
.container .header .header-item-left .header-item-context div[data-v-1a32f11e] {
  margin: 0.1rem 0 0 0.15rem;
  font-weight: 600;
}
.container .header .header-item-left .header-item-title[data-v-1a32f11e] {
  position: absolute;
  left: 0.75rem;
  top: 0.07rem;
  font-size: 0.14rem;
  color: #01c2ff;
}
.container .header .header-item-center[data-v-1a32f11e] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-repeat: round;
  background-image: url(../static/img/Frame2.13e87f5f.png);
  width: 3.46rem;
  height: 1.97rem;
  margin-top: -0.6rem;
}
.container .header .header-item-center .header-item-center-countdown[data-v-1a32f11e] {
  color: #fff;
  font-size: 0.3rem;
}
.container .header .header-item-center .header-item-center-score[data-v-1a32f11e] {
  color: #da251c;
  font-size: 0.71rem;
  margin-top: 0.1rem;
}
.container .header .header-item-right[data-v-1a32f11e] {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 5.4rem;
  height: 2.37rem;
  color: #ffffff;
  font-size: 0.2rem;
  background-repeat: round;
  background-size: 99%;
  background-image: url(../static/img/Frame1.3e972253.png);
}
.container .header .header-item-right .header-item-right-el[data-v-1a32f11e] {
  width: 100%;
  height: 100%;
  font-size: 0.18rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.4rem;
}
.container .header .header-item-right .header-item-right-abs[data-v-1a32f11e] {
  position: absolute;
  left: 0.55rem;
  top: 0.07rem;
  font-size: 0.14rem;
  color: #01c2ff;
}
.container .content[data-v-1a32f11e] {
  width: 100%;
  height: 80PX;
  background-repeat: round;
  background-image: url(../static/img/Frame292.0f0910a2.png);
}
.container .export-icon-list[data-v-1a32f11e] {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.container .export-icon-list .export-item[data-v-1a32f11e] {
  margin-left: 1.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150PX;
  height: 115PX;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.container .export-icon-list .expert-sn[data-v-1a32f11e] {
  font-size: 0.18rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
.award[data-v-1a32f11e] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 998;
  width: 100%;
  height: 100%;
  background-repeat: round;
  background-image: url(../static/img/Slice_19.d3a9cb3a.png);
}
.leaderSpeech[data-v-1a32f11e] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 998;
  width: 100%;
  height: 100%;
  background-repeat: round;
  background-image: url(../static/img/Slice_22.79414aeb.png);
}
.publishFinalScore[data-v-1a32f11e] {
  position: fixed;
  right: 0.3rem;
  bottom: 1.2rem;
  color: #fff;
  font-size: 0.26rem;
  font-weight: 600;
  cursor: pointer;
}
#grouping[data-v-1299a65a] {
  position: relative;
  width: 840PX;
  height: 1080PX;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  bottom: 0;
  z-index: 100;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.master-screen[data-v-1299a65a] {
  width: 100%;
  height: 100%;
  background-repeat: round;
  background-image: url(../static/img/Slice_18.1824acb3.png);
}
.container[data-v-1299a65a] {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 75%;
  height: 954PX;
  background-image: url(../static/img/Group_2397.b57e66e9.png);
  background-repeat: round;
  background-size: 99%;
}
.container .title[data-v-1299a65a] {
  font-family: PingFang SC;
  font-size: 35PX;
  font-weight: 400;
  line-height: 0.56rem;
  letter-spacing: 0em;
  text-align: left;
  color: white;
  margin-top: 190PX;
}
.container .project-name[data-v-1299a65a] {
  -webkit-border-radius: 100PX;
          border-radius: 100PX;
  opacity: 0.003rem;
  font-family: PingFang SC;
  font-size: 0.45rem;
  font-weight: 700;
  line-height: 40PX;
  letter-spacing: 0em;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 550PX;
  height: 80PX;
  background-color: #5881ac;
  font-size: 27PX;
  margin: 40PX 0 0 0;
  padding: 20PX;
}
.container .project-countdown-name[data-v-1299a65a] {
  color: #fff;
  font-family: PingFang SC;
  font-size: 0.35rem;
  font-weight: 400;
  line-height: 0.56rem;
  letter-spacing: 0em;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 25PX;
  margin: 50PX 0 0 0;
}
.container .project-countdown-name .project-countdown-name-cname[data-v-1299a65a] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.container .project-countdown[data-v-1299a65a] {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: PingFang SC;
  font-weight: 700;
  line-height: 184PX;
  height: 284PX;
  letter-spacing: 0em;
  text-align: left;
  font-size: 170PX;
  width: 450PX;
}
.container .footer[data-v-1299a65a] {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  margin: 80PX 0 0 0;
  font-size: 28PX;
  height: 100PX;
  width: 360PX;
}
.container .left-fixed[data-v-1299a65a] {
  position: absolute;
  top: 0.79744rem;
  left: 3PX;
  background-color: #ccc;
  background: #48ffff;
  font-size: 0.24rem;
  width: 120PX;
  height: 50PX;
  text-align: center;
  line-height: 50PX;
  font-size: 20PX;
  color: #067396;
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0.45rem;
          border-top-right-radius: 0.45rem;
  -webkit-border-bottom-right-radius: 0.45rem;
          border-bottom-right-radius: 0.45rem;
}
.award[data-v-1299a65a] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 998;
  width: 100%;
  height: 100%;
  background-repeat: round;
  background-image: url(../static/img/Slice_21.392682d5.png);
}
.leaderSpeech[data-v-1299a65a] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 998;
  width: 100%;
  height: 100%;
  background-repeat: round;
  background-image: url(../static/img/Slice_24.4abc92f4.png);
}
#grouping[data-v-40b2ce48] {
  position: relative;
  height: 1080PX;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  bottom: 0;
  z-index: 100;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.master-screen[data-v-40b2ce48] {
  width: 100%;
  height: 100%;
  background-repeat: round;
  background-image: url(../static/img/Slice_181.af897d2c.png);
}
.container[data-v-40b2ce48] {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 75%;
  height: 954PX;
  background-image: url(../static/img/Group_2397.b57e66e9.png);
  background-repeat: round;
  background-size: 99%;
}
.container .title[data-v-40b2ce48] {
  font-family: PingFang SC;
  font-size: 35PX;
  font-weight: 400;
  line-height: 0.56rem;
  letter-spacing: 0em;
  text-align: left;
  color: white;
  margin-top: 190PX;
}
.container .project-name[data-v-40b2ce48] {
  -webkit-border-radius: 100PX;
          border-radius: 100PX;
  opacity: 0.003rem;
  font-family: PingFang SC;
  font-size: 0.45rem;
  font-weight: 700;
  line-height: 40PX;
  letter-spacing: 0em;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 600PX;
  height: 80PX;
  background-color: #5881ac;
  font-size: 27PX;
  margin: 40PX 0 0 0;
  padding: 20PX;
}
.container .project-countdown-name[data-v-40b2ce48] {
  color: #fff;
  font-family: PingFang SC;
  font-size: 0.35rem;
  font-weight: 400;
  line-height: 0.56rem;
  letter-spacing: 0em;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 25PX;
  margin: 50PX 0 0 0;
}
.container .project-countdown-name .project-countdown-name-cname[data-v-40b2ce48] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.container .project-countdown[data-v-40b2ce48] {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: PingFang SC;
  font-weight: 700;
  line-height: 184PX;
  height: 284PX;
  letter-spacing: 0em;
  text-align: left;
  font-size: 170PX;
  width: 450PX;
}
.container .footer[data-v-40b2ce48] {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  margin: 80PX 0 0 0;
  font-size: 28PX;
  height: 100PX;
  width: 360PX;
}
.container .left-fixed[data-v-40b2ce48] {
  position: absolute;
  top: 0.79744rem;
  left: 3PX;
  background-color: #ccc;
  background: #48ffff;
  font-size: 0.24rem;
  width: 120PX;
  height: 50PX;
  text-align: center;
  line-height: 50PX;
  font-size: 20PX;
  color: #067396;
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0.45rem;
          border-top-right-radius: 0.45rem;
  -webkit-border-bottom-right-radius: 0.45rem;
          border-bottom-right-radius: 0.45rem;
}
.award[data-v-40b2ce48] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 998;
  width: 100%;
  height: 100%;
  background-repeat: round;
  background-image: url(../static/img/Slice_21.392682d5.png);
}
.leaderSpeech[data-v-40b2ce48] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 998;
  width: 100%;
  height: 100%;
  background-repeat: round;
  background-image: url(../static/img/Slice_24.4abc92f4.png);
}
#grouping[data-v-f5dfc1e8] {
  width: 840PX;
  height: 1080PX;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  bottom: 0;
  z-index: 100;
  overflow: auto;
}
#grouping .mask[data-v-f5dfc1e8] {
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 101;
}
#grouping .contentS[data-v-f5dfc1e8] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin: 30PX 1rem 1rem 1rem;
  padding: 0.3rem;
  background-repeat: round;
  background-size: 120%;
  background-image: url(../static/img/Frame41.0cea314a.png);
  height: 884PX;
  overflow: auto;
}
#grouping .titleBox[data-v-f5dfc1e8] {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60PX;
  padding: 0.1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.5rem;
  font-family: AlibabaPuHuiTi;
  font-size: 30PX;
  font-weight: 500;
  letter-spacing: 0em;
  color: #ffffff;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-repeat: round;
  background-image: url(../static/img/Group2371.d20154e7.png);
}
#grouping .fullScreen[data-v-f5dfc1e8] {
  width: 0.45rem;
  position: fixed;
  right: 0.22rem;
  bottom: 0.22rem;
  cursor: pointer;
}
.master-screen[data-v-f5dfc1e8] {
  width: 100%;
  height: 100%;
  background-repeat: round;
  background-image: url(../static/img/Slice_17.2f191ab6.png);
}
.award[data-v-f5dfc1e8] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 998;
  width: 100%;
  height: 100%;
  background-repeat: round;
  background-image: url(../static/img/Slice_20.043cf1f5.png);
}
.leaderSpeech[data-v-f5dfc1e8] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 998;
  width: 100%;
  height: 100%;
  background-repeat: round;
  background-image: url(../static/img/Slice_23.427435a4.png);
}
[data-v-f5dfc1e8] .el-table th {
  background: rgba(0, 0, 0, 0);
  opacity: 1;
  color: #fff !important;
}
[data-v-f5dfc1e8] tr {
  background-color: #ffffff00;
  font-size: 18PX;
}
[data-v-f5dfc1e8] .el-table--border::after,
.el-table--group[data-v-f5dfc1e8]::after,
.el-table[data-v-f5dfc1e8]::before {
  content: none !important;
}
.el-table thead[data-v-f5dfc1e8] {
  color: #fff;
  font-weight: 700;
}
[data-v-f5dfc1e8] .el-table .el-table__header {
  margin-bottom: 0;
  background-color: #ffffff00 !important;
  padding-left: 15PX;
}
[data-v-f5dfc1e8] .has-gutter {
  display: none;
}
[data-v-f5dfc1e8] .el-table__cell {
  color: #ffffff;
  text-align: left;
  line-height: 70PX;
  padding-left: 15PX;
}
[data-v-f5dfc1e8] .cell {
  font-size: 18PX;
  font-weight: 500;
  line-height: 70PX;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
[data-v-f5dfc1e8] .el-table__body-wrapper {
  margin: 30PX 0 20PX 5PX;
  width: 690PX;
}
[data-v-f5dfc1e8] tbody {
  pointer-events: none;
}
[data-v-f5dfc1e8] .el-table .el-table__row {
  height: 1rem;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABjgAAABnCAYAAAC960t/AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAA6PSURBVHgB7d1djB3nWQfwZ856bcdOYscF203T2q2KjWg+mhRwKkCNRIRaLkCVuKpUFQSiXPSmF1wgoFK5QWpFpQpRChVCqBf0BjVCEbRVw1dolagkJI1Rk6o4H82XndR2srbj9e6e6b7enXh2dr7Oxl6faX4/aXbOeeedd94zZ569+WvOZPEG/P2T+fZzZ+NnZyL2Z+PYHrOxKwAAAAAAAOosxCvjLE4v5vHitUvx4u/cnp2ODcpiA/76e/nBWIq7RlkcCAAAAAAAgI0YxVPZ+Xj092/PHokJTRRwpGBjJo/fzPPYvXLcWNg2Gyd3zsap67fF6a3j5fdb40IAAAAAAABUzC3GznMXYuep87Fvfin2Fu1ZFqfzxfj6x2/NHu87Vu+A44tH8w8uH+BIej0TcfbGa+OJI/vj2J6tsRAAAAAAAAATOHkhZh89Hjcdm4tbliJ2prY8jwf/4Obsa3327ww40nM2LpyPj8U49qc7NvbujMd/40AcDQAAAAAAgMvgnmNxy4nzcXN6PR7Fiy9uj3/49Duz8237tAYcKdyYPzf+7SxG+9JdG+/fF/f/3FviVAAAAAAAAFxGT5+Ond98Pn413c3RJ+QYtYyVzZ+Nu4pw4+4b4z7hBgAAAAAAcCUc2L2SRaRMYjSO/fvmlj7Y1r8x4Pjbo/lt6Zkb6Wep0oBp4AAAAAAAALhCipAjZRMzMzO3feHR/M5o+DWq2oDjC/efviGP8V3p9cHr4iHhBgAAAAAAsBlSJvG2a+Kx9Ho0Ex/45Ld/uL2uX13AkeXX7XxvZKNd18zG8bvfHk8GAAAAAADAJvnQO+OJbTNxIsti+6Hr9h+Jmrs46gKO0ZYto9vSi0O742gAAAAAAABsspv3rNzFkWVbioBjTchRDTiyz3zr+MF090Z6iMeRn44TAQAAAAAAsMnet5xRzI7ibLqL43P3nz5Y3V4NOEY7duw6nF7s2hbPBgAAAAAAwFVyw9aVx2jM7tqesos1mUb5zcXbO0YzW/alN2+/XsABAAAAAABcPXu2xam0nonR/qj8TFU14BjFKNuV3rxlNs4GAAAAAADAVXLghpWAI0YzKbuoDTiKxmwmG10MON69W8ABAAAAAABcPQd2rGQVq9lFyjRa7uAAAAAAAACYPllpWf8MjgAAAAAAAJg+azKMUaVRwAEAAAAAAEyj1oeMAwAAAAAATKM1N2uMGjYCAAAAAABMLQ8VBwAAAAAAhqL2J6oAAAAAAACmVe1DxgEAAAAAAAZDwAEAAAAAAAxBXn7jIeMAAAAAAMAQtP5EVR4AAAAAAABTzk9UAQAAAAAAgyPgAAAAAAAAhuL1X6IScAAAAAAAAEPx+nM4BBwAAAAAAMDgCDgAAAAAAIDBEXAAAAAAAABDcvE5HAIOAAAAAABgSC4+h0PAAQAAAAAADI6AAwAAAAAAGBwBBwAAAAAAMDjVgCMLAAAAAACA6ZOX16OGjQAAAAAAANPIQ8YBAAAAAIDBWPMrVAIOAAAAAABgcAQcAAAAAADAkNQ+gwMAAAAAAGAarXmOuIADAAAAAAAYgqy8HjVsBAAAAAAAmFrVgCMPAAAAAACA6ZNHKcfwE1UAAAAAAMAQZFH6JSoBBwAAAAAAMDgCDgAAAAAAYAjy0iLgAAAAAAAABiErLQIOAAAAAABgEPLyGwEHAAAAAAAwOAIOAAAAAABgcAQcAAAAAADAEGTlNwIOAAAAAABgCDyDAwAAAAAAGBx3cAAAAAAAAIPjDg4AAAAAAGBwWu/gyAIAAAAAAGDKVQOOPAAAAAAAAKacn6gCAAAAAAAGR8ABAAAAAAAMjoADAAAAAAAYHAEHAAAAAAAwOAIOAAAAAABgcAQcAAAAAADAEOTltYADAAAAAAAYkiz9EXAAAAAAAABDkIKN4i4OAQcAAAAAADAYWfFCwAEAAAAAAAyFOzgAAAAAAIBBSeFG4x0cWQAAAAAAAEy5asCRBwAAAAAAwHTyE1UAAAAAAMDgeMg4AAAAAAAwKGsesyHgAAAAAAAABkfAAQAAAAAADI6AAwAAAAAAGBwBBwAAAAAAMDjrA46l8XxanbwQswEAAAAAAHCVnDoTW5u2rQs4FmNpJeA417wTAAAAAADAlfb8OHak9YUL8y+VmvP0Z33Ace61l9P6qbnYGwAAAAAAAFfJibNxQ1ovZxdzsRpsFNYFHGdefunZtH55XsABAAAAAABcPSfOxb60fvXUj54tNWfpTzngSMlH/p17v/xkejO3GDd5DgcAAAAAAHA1PH0uds7Nx03p9YP/+pVjq82v38Uxqjbc88VPv/ra2bnn83Fs/e8X4nAAAAAAAABssmOvxN5xxOz5M3PP/ctf/cmrcSnLWPcMjnx1GT92373/kxqOvxaH3cUBAAAAAABspnT3xnLAcUt6/ez3v/dEXMow1t3BEauN47T+uz/6yHNn5155Id3F8bVn4s4AAAAAAADYJA+8ELcsjWPn3MsvPfXZjx55PFbzi9ISM6X+KezIVttGZ+fmTtz6S792eCEf3fDcuYjDu+NEAAAAAAAAXEH3HItbTs7H4fHSeP6fPv/H33j6sQeXU4pYWl4W41LQsSbgSF4POZ75v+8sHvqFD8z/1E3vOnBmIfYJOQAAAAAAgCsphRsnzsfN6fVD//bP//7Vz37yhVgJNtKSQo5x0Ter7JsCjy3Ly7blZevyMvuprx79+bcdes8daeOeHfHEbx2MhwMAAAAAAOAySc8D/+bTcevphTiU3j/3/e8+/Gcfvi09L3xhebmwvMzHpZDjomrAke7gSCFHerB4EXLM/OGXv33ru+94/5HUYWYUZw/sisfufms8GQAAAAAAAG/AQy/F3kd+FHemZ24sLS5e+MED//nA5z5+d3qweAo0LqwuC6vvX3/IeDXgSO9TyJHu4rh4B8fqsuXOD//u9R/507/89W3brrk2dUxBx4074ol37I7j77k+TgcAAAAAAEAPT5+Onf97Mt51ZiH2nluKvant3GuvnrzvS5//r3v/5lMvx0qYUdy9UYQbS+UxsppxiweNz1aWiw8f/8SXvv4zh973K7cXQUeynIgsXDMbJwMAAAAAAKDB4ji2LizFteOV3OGidNfG/z/yrUf+4mN3HY2VZ2ykIGMhLgUcRbiRl8fKGo5R/qmqi3dwrK5HxfJ7n/nHAwfv+MV3XL/nrfvLYQcAAAAAAECbFGqcfvG5Z777H/f+4Ct//on0IPFxXAo3irs3ivWah4sXspbxi5+qKsKN4vWotKT9s5vee2TrL3/oo3vSTuOlcTaaGeXVwSZtn0Qa4+KEl8cpv+6zX1u/uu3Vtj7zL/fp87pr7I2cy7pjVdvSutreNW6fz73Rc3Q5ro268dvauuaV1l3XTLVP0VbX3uf76qvrenqjY/X5XtR/+zjqv73vpPtNOpeutq55pbX6V/99x6j2Uf/tfSfdb9K5dLV1zSut1b/67ztGtY/6b+876X6TzqWrrWteaa3+1X/fMap91H9730n3m3QuXW1d80pr9a/++45R7aP+2/tOut+kc+lq65pXWqv/K1v/504cv/DwQ9848+wjD84X3WLlzoxyuFEsC6vtRZ812gKOpLiTY0tpmVld1oQcq0teGrPr5Jb75y1tUfO+q61p3XXctrGL9kLecbyojB8125rGqztek67j1R2/6dyUj9v1PfQ9p9VzUjf3ps9QnX95e5uma7Bpfk1928Zom2/TGE3XVUT9/CL6X5dd40bHvn3n1nUO1b/6j1D/0bNP3dh1+7btr/7r91f/9cdX/+q/uq/6bx+7aC+of/XfNN+mMdR///HUv/pX/+o/Qv23Uf/rqf/12yOGU/9RGaMINoql/LyN2js3CluiXR6XfteqSEm2rLYVQUdWWYr96ibc1NZ3e9uXXldIfYrhcun6XH322eg/+En7l9siNlY0Tf03+p1Hj/2aCiqvGas8Xtf5aRqvq/i7rtW+56/vP5m6vpfjuqu2dZ3fvMd+fY7Td27lbRHqv9qm/tePVR5P/deP0dSm/ien/tV/321NfdW/+lf/zfupf/Ufof6rbep//Vjl8dR//RhNbep/cupf/ffd1tRX/a/dntZFgFEOOBZL7a2fPYtuRZ/ibo66dVZahqb6T3Gz9t0s0zTHprlUC2SzXe1zNITr6CeV+t886n86j/9mpv43j/qfzuO/man/zaP+p/P4b2bqf/Oo/+k8/puZ+t886n86jz9tiuuhCDbGldflmy5aTXJSyyHGKGqexVHqV51oVvMBrsQXmjccq2sOdX3qksK240ZljD6fMW+ZV3UdHeO2zbduftGwvdyvbg5dx+/6Z9U2Zt7j+FdSXXIbsbHvZCNzvxyfs8910Od7ahu/rO08qP926r9+37bjX0nqv9/4Zepf/Vfn3XScCPXfdXz1v3Hqv76P+u9H/fcbv0z9q//qvJuOE6H+u46v/jdO/df3Uf/9qP9+45ddifrPS0txl0b5jo3OYKNucpPsU7dEZZ13vK57X3estu1Fn+jRr+941b5t+zT9E5lE3fgbGfdynKs+n7nat6utyyTjdP0TbBo/YmOfp7r/Rj7fRmzkOu3aNunc30htqv/+1L/67zuXSfuq/8nHq/ZV/+19u9q6qP/+c5m0r/qffLxqX/Xf3rerrYv67z+XSfuq/8nHq/ZV/+19u9q6qP/+c5m0r/qffLxqX/Xf3rerrYv67z+XSfsOuf6L9iLUKC+9ZfHGZJV1+XUe6y+u6gXZdPG0XZSTzLnuoqybQ9u62Kc6bnSMHQ37122PHser+9xtF0vbMdrOddN3VlX33VU/f924dZ+hz35N/SKaz2lE97lvK7q6a7lu3nXHa/rum+aUR/Ncy/vWaTovdfv2qZ9JznXb9aP+1++v/tdS/+pf/at/9a/+1f/6/tV9qu11+0eo/+o8m/qp//r+6l/9141bN776X3889a/+1b/6V/+T13/5WG2fGwAAAAAAAAAAAAAAgKvuxz65UFnazB4TAAAAAElFTkSuQmCC);
  background-size: 98% 98%;
  background-repeat: no-repeat;
  height: 70PX;
  line-height: 70PX;
}
.single-pages[data-v-43d04255] {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  height: 1080PX;
  overflow: hidden;
}
#grouping[data-v-2bf00173] {
  width: 100%;
  height: 1080PX;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  bottom: 0;
  z-index: 100;
  overflow: hidden;
}
#grouping .mask[data-v-2bf00173] {
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 101;
}
#grouping .contentS[data-v-2bf00173] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin: 30PX 1rem 1rem 1rem;
  padding: 0.3rem;
  background-repeat: round;
  background-size: 120%;
  background-image: url(../static/img/Frame41.0cea314a.png);
  height: 884PX;
  overflow: auto;
}
#grouping .titleBox[data-v-2bf00173] {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60PX;
  padding: 0.1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.5rem;
  font-family: AlibabaPuHuiTi;
  font-size: 30PX;
  font-weight: 500;
  letter-spacing: 0em;
  color: #ffffff;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../static/img/Group2371.d20154e7.png);
}
#grouping .fullScreen[data-v-2bf00173] {
  width: 0.45rem;
  position: fixed;
  right: 0.22rem;
  bottom: 0.22rem;
  cursor: pointer;
}
.master-screen[data-v-2bf00173] {
  width: 100%;
  height: 100%;
  background-repeat: round;
  background-image: url(../static/img/matchUnlineProjectList1.aea2c725.png);
}
.award[data-v-2bf00173] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 998;
  width: 100%;
  height: 100%;
  background-repeat: round;
  background-image: url(../static/img/Slice_20.043cf1f5.png);
}
.leaderSpeech[data-v-2bf00173] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 998;
  width: 100%;
  height: 100%;
  background-repeat: round;
  background-image: url(../static/img/Slice_23.427435a4.png);
}
[data-v-2bf00173] .el-table th {
  background: rgba(0, 0, 0, 0);
  opacity: 1;
  color: #fff !important;
}
[data-v-2bf00173] tr {
  background-color: #ffffff00;
  font-size: 18PX;
}
[data-v-2bf00173] .el-table--border::after,
.el-table--group[data-v-2bf00173]::after,
.el-table[data-v-2bf00173]::before {
  content: none !important;
}
.el-table thead[data-v-2bf00173] {
  color: #fff;
  font-weight: 700;
}
[data-v-2bf00173] .el-table .el-table__header {
  margin-bottom: 0;
  background-color: #ffffff00 !important;
  padding-left: 15PX;
}
[data-v-2bf00173] .has-gutter {
  display: none;
}
[data-v-2bf00173] .el-table__cell {
  color: #ffffff;
  text-align: left;
  line-height: 70PX;
  padding-left: 15PX;
}
[data-v-2bf00173] .cell {
  font-size: 18PX;
  font-weight: 500;
  line-height: 70PX;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
[data-v-2bf00173] .el-table__body-wrapper {
  margin: 30PX 0 20PX 5PX;
}
[data-v-2bf00173] tbody {
  pointer-events: none;
}
[data-v-2bf00173] .el-table .el-table__row {
  height: 1rem;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABjgAAABnCAYAAAC960t/AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAA6PSURBVHgB7d1djB3nWQfwZ856bcdOYscF203T2q2KjWg+mhRwKkCNRIRaLkCVuKpUFQSiXPSmF1wgoFK5QWpFpQpRChVCqBf0BjVCEbRVw1dolagkJI1Rk6o4H82XndR2srbj9e6e6b7enXh2dr7Oxl6faX4/aXbOeeedd94zZ569+WvOZPEG/P2T+fZzZ+NnZyL2Z+PYHrOxKwAAAAAAAOosxCvjLE4v5vHitUvx4u/cnp2ODcpiA/76e/nBWIq7RlkcCAAAAAAAgI0YxVPZ+Xj092/PHokJTRRwpGBjJo/fzPPYvXLcWNg2Gyd3zsap67fF6a3j5fdb40IAAAAAAABUzC3GznMXYuep87Fvfin2Fu1ZFqfzxfj6x2/NHu87Vu+A44tH8w8uH+BIej0TcfbGa+OJI/vj2J6tsRAAAAAAAAATOHkhZh89Hjcdm4tbliJ2prY8jwf/4Obsa3327ww40nM2LpyPj8U49qc7NvbujMd/40AcDQAAAAAAgMvgnmNxy4nzcXN6PR7Fiy9uj3/49Duz8237tAYcKdyYPzf+7SxG+9JdG+/fF/f/3FviVAAAAAAAAFxGT5+Ond98Pn413c3RJ+QYtYyVzZ+Nu4pw4+4b4z7hBgAAAAAAcCUc2L2SRaRMYjSO/fvmlj7Y1r8x4Pjbo/lt6Zkb6Wep0oBp4AAAAAAAALhCipAjZRMzMzO3feHR/M5o+DWq2oDjC/efviGP8V3p9cHr4iHhBgAAAAAAsBlSJvG2a+Kx9Ho0Ex/45Ld/uL2uX13AkeXX7XxvZKNd18zG8bvfHk8GAAAAAADAJvnQO+OJbTNxIsti+6Hr9h+Jmrs46gKO0ZYto9vSi0O742gAAAAAAABsspv3rNzFkWVbioBjTchRDTiyz3zr+MF090Z6iMeRn44TAQAAAAAAsMnet5xRzI7ibLqL43P3nz5Y3V4NOEY7duw6nF7s2hbPBgAAAAAAwFVyw9aVx2jM7tqesos1mUb5zcXbO0YzW/alN2+/XsABAAAAAABcPXu2xam0nonR/qj8TFU14BjFKNuV3rxlNs4GAAAAAADAVXLghpWAI0YzKbuoDTiKxmwmG10MON69W8ABAAAAAABcPQd2rGQVq9lFyjRa7uAAAAAAAACYPllpWf8MjgAAAAAAAJg+azKMUaVRwAEAAAAAAEyj1oeMAwAAAAAATKM1N2uMGjYCAAAAAABMLQ8VBwAAAAAAhqL2J6oAAAAAAACmVe1DxgEAAAAAAAZDwAEAAAAAAAxBXn7jIeMAAAAAAMAQtP5EVR4AAAAAAABTzk9UAQAAAAAAgyPgAAAAAAAAhuL1X6IScAAAAAAAAEPx+nM4BBwAAAAAAMDgCDgAAAAAAIDBEXAAAAAAAABDcvE5HAIOAAAAAABgSC4+h0PAAQAAAAAADI6AAwAAAAAAGBwBBwAAAAAAMDjVgCMLAAAAAACA6ZOX16OGjQAAAAAAANPIQ8YBAAAAAIDBWPMrVAIOAAAAAABgcAQcAAAAAADAkNQ+gwMAAAAAAGAarXmOuIADAAAAAAAYgqy8HjVsBAAAAAAAmFrVgCMPAAAAAACA6ZNHKcfwE1UAAAAAAMAQZFH6JSoBBwAAAAAAMDgCDgAAAAAAYAjy0iLgAAAAAAAABiErLQIOAAAAAABgEPLyGwEHAAAAAAAwOAIOAAAAAABgcAQcAAAAAADAEGTlNwIOAAAAAABgCDyDAwAAAAAAGBx3cAAAAAAAAIPjDg4AAAAAAGBwWu/gyAIAAAAAAGDKVQOOPAAAAAAAAKacn6gCAAAAAAAGR8ABAAAAAAAMjoADAAAAAAAYHAEHAAAAAAAwOAIOAAAAAABgcAQcAAAAAADAEOTltYADAAAAAAAYkiz9EXAAAAAAAABDkIKN4i4OAQcAAAAAADAYWfFCwAEAAAAAAAyFOzgAAAAAAIBBSeFG4x0cWQAAAAAAAEy5asCRBwAAAAAAwHTyE1UAAAAAAMDgeMg4AAAAAAAwKGsesyHgAAAAAAAABkfAAQAAAAAADI6AAwAAAAAAGBwBBwAAAAAAMDjrA46l8XxanbwQswEAAAAAAHCVnDoTW5u2rQs4FmNpJeA417wTAAAAAADAlfb8OHak9YUL8y+VmvP0Z33Ace61l9P6qbnYGwAAAAAAAFfJibNxQ1ovZxdzsRpsFNYFHGdefunZtH55XsABAAAAAABcPSfOxb60fvXUj54tNWfpTzngSMlH/p17v/xkejO3GDd5DgcAAAAAAHA1PH0uds7Nx03p9YP/+pVjq82v38Uxqjbc88VPv/ra2bnn83Fs/e8X4nAAAAAAAABssmOvxN5xxOz5M3PP/ctf/cmrcSnLWPcMjnx1GT92373/kxqOvxaH3cUBAAAAAABspnT3xnLAcUt6/ez3v/dEXMow1t3BEauN47T+uz/6yHNn5155Id3F8bVn4s4AAAAAAADYJA+8ELcsjWPn3MsvPfXZjx55PFbzi9ISM6X+KezIVttGZ+fmTtz6S792eCEf3fDcuYjDu+NEAAAAAAAAXEH3HItbTs7H4fHSeP6fPv/H33j6sQeXU4pYWl4W41LQsSbgSF4POZ75v+8sHvqFD8z/1E3vOnBmIfYJOQAAAAAAgCsphRsnzsfN6fVD//bP//7Vz37yhVgJNtKSQo5x0Ter7JsCjy3Ly7blZevyMvuprx79+bcdes8daeOeHfHEbx2MhwMAAAAAAOAySc8D/+bTcevphTiU3j/3/e8+/Gcfvi09L3xhebmwvMzHpZDjomrAke7gSCFHerB4EXLM/OGXv33ru+94/5HUYWYUZw/sisfufms8GQAAAAAAAG/AQy/F3kd+FHemZ24sLS5e+MED//nA5z5+d3qweAo0LqwuC6vvX3/IeDXgSO9TyJHu4rh4B8fqsuXOD//u9R/507/89W3brrk2dUxBx4074ol37I7j77k+TgcAAAAAAEAPT5+Onf97Mt51ZiH2nluKvant3GuvnrzvS5//r3v/5lMvx0qYUdy9UYQbS+UxsppxiweNz1aWiw8f/8SXvv4zh973K7cXQUeynIgsXDMbJwMAAAAAAKDB4ji2LizFteOV3OGidNfG/z/yrUf+4mN3HY2VZ2ykIGMhLgUcRbiRl8fKGo5R/qmqi3dwrK5HxfJ7n/nHAwfv+MV3XL/nrfvLYQcAAAAAAECbFGqcfvG5Z777H/f+4Ct//on0IPFxXAo3irs3ivWah4sXspbxi5+qKsKN4vWotKT9s5vee2TrL3/oo3vSTuOlcTaaGeXVwSZtn0Qa4+KEl8cpv+6zX1u/uu3Vtj7zL/fp87pr7I2cy7pjVdvSutreNW6fz73Rc3Q5ro268dvauuaV1l3XTLVP0VbX3uf76qvrenqjY/X5XtR/+zjqv73vpPtNOpeutq55pbX6V/99x6j2Uf/tfSfdb9K5dLV1zSut1b/67ztGtY/6b+876X6TzqWrrWteaa3+1X/fMap91H9730n3m3QuXW1d80pr9a/++45R7aP+2/tOut+kc+lq65pXWqv/K1v/504cv/DwQ9848+wjD84X3WLlzoxyuFEsC6vtRZ812gKOpLiTY0tpmVld1oQcq0teGrPr5Jb75y1tUfO+q61p3XXctrGL9kLecbyojB8125rGqztek67j1R2/6dyUj9v1PfQ9p9VzUjf3ps9QnX95e5uma7Bpfk1928Zom2/TGE3XVUT9/CL6X5dd40bHvn3n1nUO1b/6j1D/0bNP3dh1+7btr/7r91f/9cdX/+q/uq/6bx+7aC+of/XfNN+mMdR///HUv/pX/+o/Qv23Uf/rqf/12yOGU/9RGaMINoql/LyN2js3CluiXR6XfteqSEm2rLYVQUdWWYr96ibc1NZ3e9uXXldIfYrhcun6XH322eg/+En7l9siNlY0Tf03+p1Hj/2aCiqvGas8Xtf5aRqvq/i7rtW+56/vP5m6vpfjuqu2dZ3fvMd+fY7Td27lbRHqv9qm/tePVR5P/deP0dSm/ien/tV/321NfdW/+lf/zfupf/Ufof6rbep//Vjl8dR//RhNbep/cupf/ffd1tRX/a/dntZFgFEOOBZL7a2fPYtuRZ/ibo66dVZahqb6T3Gz9t0s0zTHprlUC2SzXe1zNITr6CeV+t886n86j/9mpv43j/qfzuO/man/zaP+p/P4b2bqf/Oo/+k8/puZ+t886n86jz9tiuuhCDbGldflmy5aTXJSyyHGKGqexVHqV51oVvMBrsQXmjccq2sOdX3qksK240ZljD6fMW+ZV3UdHeO2zbduftGwvdyvbg5dx+/6Z9U2Zt7j+FdSXXIbsbHvZCNzvxyfs8910Od7ahu/rO08qP926r9+37bjX0nqv9/4Zepf/Vfn3XScCPXfdXz1v3Hqv76P+u9H/fcbv0z9q//qvJuOE6H+u46v/jdO/df3Uf/9qP9+45ddifrPS0txl0b5jo3OYKNucpPsU7dEZZ13vK57X3estu1Fn+jRr+941b5t+zT9E5lE3fgbGfdynKs+n7nat6utyyTjdP0TbBo/YmOfp7r/Rj7fRmzkOu3aNunc30htqv/+1L/67zuXSfuq/8nHq/ZV/+19u9q6qP/+c5m0r/qffLxqX/Xf3rerrYv67z+XSfuq/8nHq/ZV/+19u9q6qP/+c5m0r/qffLxqX/Xf3rerrYv67z+XSfsOuf6L9iLUKC+9ZfHGZJV1+XUe6y+u6gXZdPG0XZSTzLnuoqybQ9u62Kc6bnSMHQ37122PHser+9xtF0vbMdrOddN3VlX33VU/f924dZ+hz35N/SKaz2lE97lvK7q6a7lu3nXHa/rum+aUR/Ncy/vWaTovdfv2qZ9JznXb9aP+1++v/tdS/+pf/at/9a/+1f/6/tV9qu11+0eo/+o8m/qp//r+6l/9141bN776X3889a/+1b/6V/+T13/5WG2fGwAAAAAAAAAAAAAAgKvuxz65UFnazB4TAAAAAElFTkSuQmCC);
  background-size: 98% 98%;
  background-repeat: no-repeat;
  height: 70PX;
  line-height: 70PX;
}
#grouping[data-v-1d0b6bd6] {
  width: 100%;
  height: 1080PX;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  bottom: 0;
  z-index: 100;
  overflow: auto;
}
#grouping .mask[data-v-1d0b6bd6] {
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 101;
}
#grouping .contentS[data-v-1d0b6bd6] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin: 30PX 1rem 1rem 1rem;
  padding: 0.3rem;
  background-repeat: round;
  background-size: 120%;
  background-image: url(../static/img/Frame41.0cea314a.png);
  height: 884PX;
  overflow: auto;
}
#grouping .titleBox[data-v-1d0b6bd6] {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60PX;
  padding: 0.1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.5rem;
  font-family: AlibabaPuHuiTi;
  font-size: 30PX;
  font-weight: 500;
  letter-spacing: 0em;
  color: #ffffff;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-repeat: round;
  background-image: url(../static/img/Group2371.d20154e7.png);
}
#grouping .fullScreen[data-v-1d0b6bd6] {
  width: 0.45rem;
  position: fixed;
  right: 0.22rem;
  bottom: 0.22rem;
  cursor: pointer;
}
.master-screen[data-v-1d0b6bd6] {
  width: 100%;
  height: 100%;
  background-repeat: round;
  background-image: url(../static/img/matchUnlineProjectList1.aea2c725.png);
}
.award[data-v-1d0b6bd6] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 998;
  width: 100%;
  height: 100%;
  background-repeat: round;
  background-image: url(../static/img/Slice_20.043cf1f5.png);
}
.leaderSpeech[data-v-1d0b6bd6] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 998;
  width: 100%;
  height: 100%;
  background-repeat: round;
  background-image: url(../static/img/Slice_23.427435a4.png);
}
[data-v-1d0b6bd6] .el-table th {
  background: rgba(0, 0, 0, 0);
  opacity: 1;
  color: #fff !important;
}
[data-v-1d0b6bd6] tr {
  background-color: #ffffff00;
  font-size: 18PX;
}
[data-v-1d0b6bd6] .el-table--border::after,
.el-table--group[data-v-1d0b6bd6]::after,
.el-table[data-v-1d0b6bd6]::before {
  content: none !important;
}
.el-table thead[data-v-1d0b6bd6] {
  color: #fff;
  font-weight: 700;
}
[data-v-1d0b6bd6] .el-table .el-table__header {
  margin-bottom: 0;
  background-color: #ffffff00 !important;
  padding-left: 15PX;
}
[data-v-1d0b6bd6] .has-gutter {
  display: none;
}
[data-v-1d0b6bd6] .el-table__cell {
  color: #ffffff;
  text-align: left;
  line-height: 70PX;
  padding-left: 15PX;
}
[data-v-1d0b6bd6] .cell {
  font-size: 18PX;
  font-weight: 500;
  line-height: 70PX;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
[data-v-1d0b6bd6] .el-table__body-wrapper {
  margin: 30PX 0 20PX 5PX;
  width: 690PX;
}
[data-v-1d0b6bd6] tbody {
  pointer-events: none;
}
[data-v-1d0b6bd6] .el-table .el-table__row {
  height: 1rem;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABjgAAABnCAYAAAC960t/AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAA6PSURBVHgB7d1djB3nWQfwZ856bcdOYscF203T2q2KjWg+mhRwKkCNRIRaLkCVuKpUFQSiXPSmF1wgoFK5QWpFpQpRChVCqBf0BjVCEbRVw1dolagkJI1Rk6o4H82XndR2srbj9e6e6b7enXh2dr7Oxl6faX4/aXbOeeedd94zZ569+WvOZPEG/P2T+fZzZ+NnZyL2Z+PYHrOxKwAAAAAAAOosxCvjLE4v5vHitUvx4u/cnp2ODcpiA/76e/nBWIq7RlkcCAAAAAAAgI0YxVPZ+Xj092/PHokJTRRwpGBjJo/fzPPYvXLcWNg2Gyd3zsap67fF6a3j5fdb40IAAAAAAABUzC3GznMXYuep87Fvfin2Fu1ZFqfzxfj6x2/NHu87Vu+A44tH8w8uH+BIej0TcfbGa+OJI/vj2J6tsRAAAAAAAAATOHkhZh89Hjcdm4tbliJ2prY8jwf/4Obsa3327ww40nM2LpyPj8U49qc7NvbujMd/40AcDQAAAAAAgMvgnmNxy4nzcXN6PR7Fiy9uj3/49Duz8237tAYcKdyYPzf+7SxG+9JdG+/fF/f/3FviVAAAAAAAAFxGT5+Ond98Pn413c3RJ+QYtYyVzZ+Nu4pw4+4b4z7hBgAAAAAAcCUc2L2SRaRMYjSO/fvmlj7Y1r8x4Pjbo/lt6Zkb6Wep0oBp4AAAAAAAALhCipAjZRMzMzO3feHR/M5o+DWq2oDjC/efviGP8V3p9cHr4iHhBgAAAAAAsBlSJvG2a+Kx9Ho0Ex/45Ld/uL2uX13AkeXX7XxvZKNd18zG8bvfHk8GAAAAAADAJvnQO+OJbTNxIsti+6Hr9h+Jmrs46gKO0ZYto9vSi0O742gAAAAAAABsspv3rNzFkWVbioBjTchRDTiyz3zr+MF090Z6iMeRn44TAQAAAAAAsMnet5xRzI7ibLqL43P3nz5Y3V4NOEY7duw6nF7s2hbPBgAAAAAAwFVyw9aVx2jM7tqesos1mUb5zcXbO0YzW/alN2+/XsABAAAAAABcPXu2xam0nonR/qj8TFU14BjFKNuV3rxlNs4GAAAAAADAVXLghpWAI0YzKbuoDTiKxmwmG10MON69W8ABAAAAAABcPQd2rGQVq9lFyjRa7uAAAAAAAACYPllpWf8MjgAAAAAAAJg+azKMUaVRwAEAAAAAAEyj1oeMAwAAAAAATKM1N2uMGjYCAAAAAABMLQ8VBwAAAAAAhqL2J6oAAAAAAACmVe1DxgEAAAAAAAZDwAEAAAAAAAxBXn7jIeMAAAAAAMAQtP5EVR4AAAAAAABTzk9UAQAAAAAAgyPgAAAAAAAAhuL1X6IScAAAAAAAAEPx+nM4BBwAAAAAAMDgCDgAAAAAAIDBEXAAAAAAAABDcvE5HAIOAAAAAABgSC4+h0PAAQAAAAAADI6AAwAAAAAAGBwBBwAAAAAAMDjVgCMLAAAAAACA6ZOX16OGjQAAAAAAANPIQ8YBAAAAAIDBWPMrVAIOAAAAAABgcAQcAAAAAADAkNQ+gwMAAAAAAGAarXmOuIADAAAAAAAYgqy8HjVsBAAAAAAAmFrVgCMPAAAAAACA6ZNHKcfwE1UAAAAAAMAQZFH6JSoBBwAAAAAAMDgCDgAAAAAAYAjy0iLgAAAAAAAABiErLQIOAAAAAABgEPLyGwEHAAAAAAAwOAIOAAAAAABgcAQcAAAAAADAEGTlNwIOAAAAAABgCDyDAwAAAAAAGBx3cAAAAAAAAIPjDg4AAAAAAGBwWu/gyAIAAAAAAGDKVQOOPAAAAAAAAKacn6gCAAAAAAAGR8ABAAAAAAAMjoADAAAAAAAYHAEHAAAAAAAwOAIOAAAAAABgcAQcAAAAAADAEOTltYADAAAAAAAYkiz9EXAAAAAAAABDkIKN4i4OAQcAAAAAADAYWfFCwAEAAAAAAAyFOzgAAAAAAIBBSeFG4x0cWQAAAAAAAEy5asCRBwAAAAAAwHTyE1UAAAAAAMDgeMg4AAAAAAAwKGsesyHgAAAAAAAABkfAAQAAAAAADI6AAwAAAAAAGBwBBwAAAAAAMDjrA46l8XxanbwQswEAAAAAAHCVnDoTW5u2rQs4FmNpJeA417wTAAAAAADAlfb8OHak9YUL8y+VmvP0Z33Ace61l9P6qbnYGwAAAAAAAFfJibNxQ1ovZxdzsRpsFNYFHGdefunZtH55XsABAAAAAABcPSfOxb60fvXUj54tNWfpTzngSMlH/p17v/xkejO3GDd5DgcAAAAAAHA1PH0uds7Nx03p9YP/+pVjq82v38Uxqjbc88VPv/ra2bnn83Fs/e8X4nAAAAAAAABssmOvxN5xxOz5M3PP/ctf/cmrcSnLWPcMjnx1GT92373/kxqOvxaH3cUBAAAAAABspnT3xnLAcUt6/ez3v/dEXMow1t3BEauN47T+uz/6yHNn5155Id3F8bVn4s4AAAAAAADYJA+8ELcsjWPn3MsvPfXZjx55PFbzi9ISM6X+KezIVttGZ+fmTtz6S792eCEf3fDcuYjDu+NEAAAAAAAAXEH3HItbTs7H4fHSeP6fPv/H33j6sQeXU4pYWl4W41LQsSbgSF4POZ75v+8sHvqFD8z/1E3vOnBmIfYJOQAAAAAAgCsphRsnzsfN6fVD//bP//7Vz37yhVgJNtKSQo5x0Ter7JsCjy3Ly7blZevyMvuprx79+bcdes8daeOeHfHEbx2MhwMAAAAAAOAySc8D/+bTcevphTiU3j/3/e8+/Gcfvi09L3xhebmwvMzHpZDjomrAke7gSCFHerB4EXLM/OGXv33ru+94/5HUYWYUZw/sisfufms8GQAAAAAAAG/AQy/F3kd+FHemZ24sLS5e+MED//nA5z5+d3qweAo0LqwuC6vvX3/IeDXgSO9TyJHu4rh4B8fqsuXOD//u9R/507/89W3brrk2dUxBx4074ol37I7j77k+TgcAAAAAAEAPT5+Onf97Mt51ZiH2nluKvant3GuvnrzvS5//r3v/5lMvx0qYUdy9UYQbS+UxsppxiweNz1aWiw8f/8SXvv4zh973K7cXQUeynIgsXDMbJwMAAAAAAKDB4ji2LizFteOV3OGidNfG/z/yrUf+4mN3HY2VZ2ykIGMhLgUcRbiRl8fKGo5R/qmqi3dwrK5HxfJ7n/nHAwfv+MV3XL/nrfvLYQcAAAAAAECbFGqcfvG5Z777H/f+4Ct//on0IPFxXAo3irs3ivWah4sXspbxi5+qKsKN4vWotKT9s5vee2TrL3/oo3vSTuOlcTaaGeXVwSZtn0Qa4+KEl8cpv+6zX1u/uu3Vtj7zL/fp87pr7I2cy7pjVdvSutreNW6fz73Rc3Q5ro268dvauuaV1l3XTLVP0VbX3uf76qvrenqjY/X5XtR/+zjqv73vpPtNOpeutq55pbX6V/99x6j2Uf/tfSfdb9K5dLV1zSut1b/67ztGtY/6b+876X6TzqWrrWteaa3+1X/fMap91H9730n3m3QuXW1d80pr9a/++45R7aP+2/tOut+kc+lq65pXWqv/K1v/504cv/DwQ9848+wjD84X3WLlzoxyuFEsC6vtRZ812gKOpLiTY0tpmVld1oQcq0teGrPr5Jb75y1tUfO+q61p3XXctrGL9kLecbyojB8125rGqztek67j1R2/6dyUj9v1PfQ9p9VzUjf3ps9QnX95e5uma7Bpfk1928Zom2/TGE3XVUT9/CL6X5dd40bHvn3n1nUO1b/6j1D/0bNP3dh1+7btr/7r91f/9cdX/+q/uq/6bx+7aC+of/XfNN+mMdR///HUv/pX/+o/Qv23Uf/rqf/12yOGU/9RGaMINoql/LyN2js3CluiXR6XfteqSEm2rLYVQUdWWYr96ibc1NZ3e9uXXldIfYrhcun6XH322eg/+En7l9siNlY0Tf03+p1Hj/2aCiqvGas8Xtf5aRqvq/i7rtW+56/vP5m6vpfjuqu2dZ3fvMd+fY7Td27lbRHqv9qm/tePVR5P/deP0dSm/ien/tV/321NfdW/+lf/zfupf/Ufof6rbep//Vjl8dR//RhNbep/cupf/ffd1tRX/a/dntZFgFEOOBZL7a2fPYtuRZ/ibo66dVZahqb6T3Gz9t0s0zTHprlUC2SzXe1zNITr6CeV+t886n86j/9mpv43j/qfzuO/man/zaP+p/P4b2bqf/Oo/+k8/puZ+t886n86jz9tiuuhCDbGldflmy5aTXJSyyHGKGqexVHqV51oVvMBrsQXmjccq2sOdX3qksK240ZljD6fMW+ZV3UdHeO2zbduftGwvdyvbg5dx+/6Z9U2Zt7j+FdSXXIbsbHvZCNzvxyfs8910Od7ahu/rO08qP926r9+37bjX0nqv9/4Zepf/Vfn3XScCPXfdXz1v3Hqv76P+u9H/fcbv0z9q//qvJuOE6H+u46v/jdO/df3Uf/9qP9+45ddifrPS0txl0b5jo3OYKNucpPsU7dEZZ13vK57X3estu1Fn+jRr+941b5t+zT9E5lE3fgbGfdynKs+n7nat6utyyTjdP0TbBo/YmOfp7r/Rj7fRmzkOu3aNunc30htqv/+1L/67zuXSfuq/8nHq/ZV/+19u9q6qP/+c5m0r/qffLxqX/Xf3rerrYv67z+XSfuq/8nHq/ZV/+19u9q6qP/+c5m0r/qffLxqX/Xf3rerrYv67z+XSfsOuf6L9iLUKC+9ZfHGZJV1+XUe6y+u6gXZdPG0XZSTzLnuoqybQ9u62Kc6bnSMHQ37122PHser+9xtF0vbMdrOddN3VlX33VU/f924dZ+hz35N/SKaz2lE97lvK7q6a7lu3nXHa/rum+aUR/Ncy/vWaTovdfv2qZ9JznXb9aP+1++v/tdS/+pf/at/9a/+1f/6/tV9qu11+0eo/+o8m/qp//r+6l/9141bN776X3889a/+1b/6V/+T13/5WG2fGwAAAAAAAAAAAAAAgKvuxz65UFnazB4TAAAAAElFTkSuQmCC);
  background-size: 98% 98%;
  background-repeat: no-repeat;
  height: 70PX;
  line-height: 70PX;
}
.single-page[data-v-6bea97db] {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  width: 3600PX;
  height: 1080PX;
  overflow: auto;
}

.unclick {
  opacity: 0.3;
}

.projectSort[data-v-dd3557fa]  .el-dialog__body {
  padding: 0 0.36rem 0.2rem;
}
.projectSort[data-v-dd3557fa]  .el-table .el-table__header {
  margin: 0;
}
.projectSort[data-v-dd3557fa]  .el-table .el-table__body {
  border-collapse: separate;
  border-spacing: 0 0.04rem;
}
.projectSort[data-v-dd3557fa]  .el-table .el-table__body .el-table__row {
  background: #f6fbff;
  margin-bottom: 0.08rem;
  border-collapse: separate;
  border-spacing: 0 0.1rem;
}
.projectSort[data-v-dd3557fa]  .el-table .el-table__body .el-table__row td.el-table__cell {
  padding: 0;
}
.projectSort[data-v-dd3557fa]  .el-table .el-table__body .el-table__row td.el-table__cell .cell {
  line-height: 0.49rem;
}

.screenImg {
  cursor: pointer;
}
.screenImg:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.screenImg:active {
  background-color: rgba(0, 0, 0, 0.3);
}

#Operate[data-v-6875713d] {
  background: #eeeeee;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.render-center[data-v-6875713d] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
}
@charset "UTF-8";
.wd100w {
  width: 100%;
}
.wd90w {
  width: 90%;
}
.wd40w {
  width: 40%;
}
.wd60w {
  width: 60%;
}
.wd30w {
  width: 30%;
}
.wd25w {
  width: 25%;
}
.wd20w {
  width: 20% !important;
}
.wd46 {
  width: 0.46rem;
}
.wd300 {
  width: 3rem;
}
.wd380 {
  width: 3.8rem;
}
.hg-auto {
  height: auto !important;
}
.hg100h {
  height: 100%;
}
.hg90h {
  height: 90%;
}
.hg40 {
  height: 0.4rem;
}
.hg120 {
  height: 1.2rem !important;
}
.hg140 {
  height: 1.4rem;
}
.hgCalc120 {
  height: -webkit-calc(100% - 1.2rem) !important;
  height: calc(100% - 1.2rem) !important;
}
.hg-max900 {
  max-height: 9rem;
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flex-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-between {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex-around {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.flex-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
}
.flex-col-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-col-around {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.flex-col-between {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex-align-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.bold {
  font-weight: bold;
}
.font12 {
  font-size: 0.12rem;
}
.font14 {
  font-size: 0.14rem;
}
.font16 {
  font-size: 0.16rem;
}
.font18 {
  font-size: 0.18rem;
}
.font20 {
  font-size: 0.2rem;
}
.font22 {
  font-size: 0.22rem;
}
.font24 {
  font-size: 0.24rem;
}
.font26 {
  font-size: 0.26rem;
}
.font28 {
  font-size: 0.28rem;
}
.font30 {
  font-size: 0.3rem;
}
.font32 {
  font-size: 0.32rem;
}
.font-familyPIN {
  font-family: PingFang SC;
}
.pad0 {
  padding: 0;
}
.pad10 {
  padding: 0.1rem;
}
.pad20 {
  padding: 0.2rem;
}
.pad-t80 {
  padding-top: 0.8rem;
}
.pad-b20 {
  padding-bottom: 0.2rem;
}
.pad-b40 {
  padding-bottom: 0.4rem;
}
.pad-b60 {
  padding-bottom: 0.6rem;
}
.pad-b80 {
  padding-bottom: 0.8rem;
}
.pad-lr20 {
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}
.pad-lr40 {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
.pad-lr80 {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}
.pad-r20 {
  padding-right: 0.2rem;
}
.pad-tb10 {
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}
.pad-tb40 {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
.mar-b10 {
  margin-bottom: 0.1rem;
}
.mar-t10 {
  margin-top: 0.1rem;
}
.mar-t20 {
  margin-top: 0.2rem;
}
.mar-t40 {
  margin-top: 0.4rem;
}
.mar-t50 {
  margin-top: 0.5rem;
}
.mar-t100 {
  margin-top: 1rem;
}
.mar-t140 {
  margin-top: 1.4rem;
}
.mar-b20 {
  margin-bottom: 0.2rem;
}
.mar-b30 {
  margin-bottom: 0.3rem;
}
.mar-b60 {
  margin-bottom: 0.6rem;
}
.mar-b80 {
  margin-bottom: 0.8rem;
}
.mar-r10 {
  margin-right: 0.1rem;
}
.mar-r20 {
  margin-right: 0.2rem;
}
.mar-r40 {
  margin-right: 0.4rem;
}
.mar-l20 {
  margin-left: 0.2rem;
}
.mar-lr20 {
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}
.mar-lrb20 {
  margin-left: 0.2rem;
  margin-right: 0.2rem;
  margin-bottom: 0.2rem;
}
.bgBCB {
  background-color: #bcbcbc;
}
.bg0D1 {
  background-color: #0d1021;
}
.bgF0F {
  background-color: #f0f0f7;
}
.bgFAF {
  background-color: #fafafc;
}
.bg189 {
  background-color: #1890ff !important;
}
.bgFF9 {
  background-color: #ff9a21 !important;
}
.bgFFF {
  background-color: #ffffff;
}
.bg025 {
  background-color: #0256ff;
}
.bg025:active {
  background-color: rgba(2, 86, 255, 0.8);
}
.bg666 {
  background-color: #666666;
}
.bgF5F {
  background-color: #f5f6f9;
}
.colorAAA {
  color: #aaaaaa;
}
.colorBFB {
  color: #bfbfbf;
}
.colorC1C {
  color: #c1c1c1;
}
.color189 {
  color: #1890ff;
}
.colorFFF {
  color: #ffffff !important;
}
.color333 {
  color: #333333;
}
.color666 {
  color: #666666;
}
.color999 {
  color: #999999 !important;
}
.color025 {
  color: #0256ff;
}
.colorDA2 {
  color: #da251c;
}
.color52C {
  color: #52c41a;
}
.hover-color025:hover {
  color: #0256ff;
}
.bor-025 {
  border: #0256ff 0.01rem solid;
}
.bor-52C {
  border: #52c41a 0.01rem solid;
}
.bor-DA2 {
  border: #da251c 0.01rem solid;
}
.bor-999 {
  border-style: dashed;
  /* 用虚线点样式创建虚线点边框 */
  border-width: 0.04rem;
  /* 设定虚线点边框的宽度 */
  border-color: #999999;
  /* 设定虚线点边框的颜色 */
}
.lh-26 {
  line-height: 0.26rem;
}
.lh-40 {
  line-height: 0.4rem;
}
.lh-140 {
  line-height: 1.4rem;
}
.textCenter {
  text-align: center;
}
.radius10 {
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.radius24 {
  -webkit-border-radius: 0.24rem;
          border-radius: 0.24rem;
}
.radius32 {
  -webkit-border-radius: 0.32rem;
          border-radius: 0.32rem;
}
.overHidden {
  overflow: hidden;
}
.over-y {
  overflow-y: auto;
}
.over-x {
  overflow-x: auto;
}
.nowrap {
  white-space: nowrap;
}
.ellipsis {
  overflow: hidden;
  display: -webkit-box;
  /*设置为弹性盒子*/
  -webkit-line-clamp: 1;
  /*最多显示x行*/
  text-overflow: ellipsis;
  /*超出显示为省略号*/
  -webkit-box-orient: vertical;
}
.ellipsis2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.ellipsis3 {
  overflow: hidden;
  /*超出隐藏*/
  display: -webkit-box;
  /*设置为弹性盒子*/
  -webkit-line-clamp: 3;
  /*最多显示x行*/
  text-overflow: ellipsis;
  /*超出显示为省略号*/
  -webkit-box-orient: vertical;
}
.pointerNO {
  cursor: pointer;
}
.pointer {
  cursor: pointer;
}
.pointer:active {
  background-color: rgba(0, 0, 0, 0.1);
}
.waiting[data-v-665516e6] {
  width: 100%;
  height: 100%;
  background-image: url(../static/img/logo.0bd92a20.png);
  background-size: initial;
  background-repeat: no-repeat;
  background-position: 70% center;
  background-color: #33363b;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
}
.waiting .title[data-v-665516e6] {
  font-weight: 600;
  font-size: 0.28rem;
  line-height: 0.39rem;
  margin: 0 0 0.31rem;
}
.waiting .megagame[data-v-665516e6] {
  font-weight: 400;
  font-size: 0.18rem;
  line-height: 0.25rem;
  margin: 0 0 0.7rem;
}
.waiting .megagame .school[data-v-665516e6] {
  font-weight: 400;
  font-size: 0.16rem;
  line-height: 160%;
}
.waiting .entrance[data-v-665516e6] {
  display: inline-block;
  width: 2rem;
  line-height: 0.4rem;
  margin-right: 0.38rem;
  background: #7db0ea;
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
  font-weight: 400;
  font-size: 0.18rem;
  text-align: center;
}
.waiting .export[data-v-665516e6] {
  line-height: 0.4rem;
  font-weight: 400;
  font-size: 0.16rem;
  line-height: 0.22rem;
  /* identical to box height */
  color: #ff5c01;
}
.match[data-v-0c1ec2d6] {
  width: 12rem;
  padding: 0.27rem 0.58rem 0.28rem 0.56rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  margin-bottom: 0.32rem;
  position: relative;
}
.match .logo[data-v-0c1ec2d6] {
  width: 2.41rem;
  height: 1.54rem;
  background-color: #c4c4c4;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  display: block;
  margin-right: 0.3rem;
}
.match .content[data-v-0c1ec2d6] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.match .content .title[data-v-0c1ec2d6] {
  font-size: 0.24rem;
  line-height: 160%;
  color: #333333;
  margin: 0;
  padding-right: 0.17rem;
}
.match .content .time[data-v-0c1ec2d6] {
  font-size: 0.18rem;
  line-height: 160%;
  color: #666666;
  margin-top: 0.11rem;
  margin-bottom: 0.13rem;
}
.match .content .time span + span[data-v-0c1ec2d6] {
  padding-left: 0.25rem;
}
.match .content .time strong[data-v-0c1ec2d6] {
  font-size: 0.16rem;
  color: #ff443a;
}
.match .content .dosc[data-v-0c1ec2d6] {
  width: 6.11rem;
  font-size: 0.2rem;
  line-height: 152%;
  color: #666666;
  margin: 0;
}
.match .content .el-tag[data-v-0c1ec2d6] {
  height: auto;
  line-height: 1;
  padding: 0.05rem 0.1rem;
  color: #ffffff;
  background: #008000;
  border: none;
  font-size: 0.18rem;
}
.match .content .el-tag.a[data-v-0c1ec2d6] {
  background: #f08080;
}
.match .content .el-tag.b[data-v-0c1ec2d6] {
  background: #d8d8d8;
}
.match .content .el-tag + .el-tag[data-v-0c1ec2d6] {
  margin-left: 0.3rem;
}
.match .el-button[data-v-0c1ec2d6] {
  width: 1.07rem;
  height: 0.45rem;
  padding: 0;
  background: #7db0ea;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(125, 176, 234, 0.5);
          box-shadow: 0 0.02rem 0.1rem rgba(125, 176, 234, 0.5);
  -webkit-border-radius: 0.07rem;
          border-radius: 0.07rem;
  font-size: 0.2rem;
  line-height: 0.45rem;
  color: #ffffff;
  position: absolute;
  right: 0.58rem;
  top: -webkit-calc(50% - 0.22rem);
  top: calc(50% - 0.22rem);
}
[data-v-f5ede362] .el-dialog {
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
}
.bg .headerTop[data-v-f5ede362] {
  font-size: 0.2rem;
  padding: 0.26rem 0 0 0.2rem;
  color: #333333;
}
.bg .headerBody[data-v-f5ede362] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.bg .headerBody .bodyLeft .leftTime[data-v-f5ede362] {
  width: 0.81rem;
  height: 0.42rem;
  margin: 0.38rem 0.49rem 0.07rem 0.35rem;
  font-weight: 500;
  font-size: 0.3rem;
  color: #333333;
  text-align: center;
}
.bg .headerBody .bodyLeft .leftDate[data-v-f5ede362] {
  font-weight: 400;
  font-size: 0.14rem;
  color: #333333;
  text-align: center;
}
.bg .headerBody .bodyCenter .centerTop[data-v-f5ede362] {
  width: 0.67rem;
  height: 0.27rem;
  background: #ebedf2;
  -webkit-border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
          border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
  line-height: 0.27rem;
  font-weight: 400;
  font-size: 0.14rem;
  color: #333333;
  text-align: center;
  margin: 0.4rem 0.49rem 0.12rem 0.15rem;
}
.bg .headerBody .bodyCenter .wire[data-v-f5ede362] {
  width: 1rem;
  border: 0.01rem solid #efefef;
}
.bg .headerBody .bodyCenter .centerBottom[data-v-f5ede362] {
  font-weight: 400;
  font-size: 0.13rem;
  color: #3b5efc;
  line-height: 0.21rem;
  text-align: center;
  margin: 0.07rem 0.48rem 0 0.2rem;
}
.bg .headerBody .bodyRight .rightTime[data-v-f5ede362] {
  width: 0.81rem;
  height: 0.42rem;
  margin: 0.38rem 0.49rem 0.07rem 0.1rem;
  font-weight: 500;
  font-size: 0.3rem;
  color: #333333;
}
.bg .headerBody .bodyRight .rightDate[data-v-f5ede362] {
  font-weight: 400;
  font-size: 0.14rem;
  color: #333333;
}
.bg .wires[data-v-f5ede362] {
  width: 3.86rem;
  height: 0.01rem;
  -webkit-border-radius: 0 0 0 0;
          border-radius: 0 0 0 0;
  border: 0.01rem dashed #d7d7d7;
  margin: 0.25rem 0.2rem 0.2rem 0.2rem;
}
.bg .testMessage .testTop[data-v-f5ede362] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.bg .testMessage .testTop .left[data-v-f5ede362] {
  width: 0.48rem;
  height: 0.22rem;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.33rem;
  text-align: center;
  margin: 0 0.16rem 0.18rem 0.35rem;
}
.bg .testMessage .testTop .right[data-v-f5ede362] {
  width: 0.48rem;
  height: 0.22rem;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.33rem;
  text-align: center;
}
.bg .testMessages .testTop[data-v-f5ede362] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.bg .testMessages .testTop .left[data-v-f5ede362] {
  height: 0.22rem;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.33rem;
  text-align: center;
  margin: 0 0.16rem 0.18rem 0.35rem;
}
.bg .testMessages .testTop .right[data-v-f5ede362] {
  height: 0.22rem;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.33rem;
  text-align: center;
}
.btns[data-v-f5ede362] {
  width: 1.66rem;
  height: 0.34rem;
  text-align: center;
  line-height: 0.08rem;
  background-color: #3b5efc;
  font-size: 0.14rem;
  margin-top: 2.5rem;
  -webkit-border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
          border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
}
[data-v-f5ede362] .right .el-input__inner {
  width: 2.92rem;
}
.boxBtn[data-v-f5ede362] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-dialog__title[data-v-f5ede362] {
  font-weight: 500;
  font-size: 0.2rem;
  color: #333333;
}
.btn[data-v-f5ede362] {
  width: 1.86rem;
  height: 0.34rem;
  text-align: center;
  line-height: 0.08rem;
  background-color: #3b5efc;
  font-size: 0.14rem;
}
.s[data-v-f5ede362] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 0.25rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
[data-v-f5ede362] #sidebar .item dt .svg-icon {
  width: 0.26rem !important;
  height: 0.26rem !important;
}
#sidebar[data-v-f5ede362] {
  padding: 0.3rem 0;
  position: fixed;
  z-index: 100;
  right: 0.25rem;
  /* 35px; */
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.86rem;
  -webkit-border-radius: 0.22rem;
          border-radius: 0.22rem;
  background: #fff;
  -webkit-box-shadow: 0 0 0.05571rem 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 0.05571rem 0 rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 0 0.2rem 0 #0000001a;
          box-shadow: 0 0 0.2rem 0 #0000001a;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#sidebar .item[data-v-f5ede362] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#sidebar .item p[data-v-f5ede362] {
  color: #494949;
  font-family: PingFang SC;
  font-size: 0.12rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}
#sidebar .item dt[data-v-f5ede362] {
  width: 0.56rem;
  height: 0.56rem;
  background: #ffff;
  -webkit-filter: drop-shadow(0 0 0.07511rem rgba(4, 4, 4, 0.1));
          filter: drop-shadow(0 0 0.07511rem rgba(4, 4, 4, 0.1));
  -webkit-border-radius: 100%;
          border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#sidebar .item dt[data-v-f5ede362]:hover {
  background: #1d30ff;
}
#sidebar .item dt .svg-icon[data-v-f5ede362] {
  width: 0.2rem;
  height: 0.2rem;
}
.posiImg[data-v-f5ede362] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  color: #ffffff;
  font-family: PingFang SC;
  font-size: 0.12rem;
  font-weight: 400;
  line-height: 0.21rem;
  text-align: center;
  position: absolute;
  top: 16%;
  right: 0.48rem;
  width: 0.53rem;
  height: 0.22rem;
  -webkit-border-radius: 0.03rem;
          border-radius: 0.03rem;
  background: #707070;
}
.manual[data-v-f5ede362] {
  width: 7.4rem;
  padding: 0.25rem 0;
  margin: 0.15rem 0;
  position: relative;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.manual a.el-button[data-v-f5ede362] {
  width: 3rem;
  height: 0.56rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0 0.22rem 0 0.23rem;
  background: #ffffff;
  border: 0.005rem solid #1d30ff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  font-weight: 400;
  font-size: 0.16rem;
  text-align: left;
}
.manual a.el-button .el-button[data-v-f5ede362] {
  width: 0.92rem;
  height: 0.24rem;
  padding: 0;
  border-color: #b1cbff;
  background: #b1cbff;
  -webkit-border-radius: 0.12rem;
          border-radius: 0.12rem;
  font-size: 0.12rem;
  color: #ffffff;
}
.manual a.el-button[data-v-f5ede362]:nth-child(3), .manual a.el-button[data-v-f5ede362]:nth-child(4) {
  margin-top: 0.26rem;
}
.manual a.el-button[data-v-f5ede362]:hover {
  background: #b1cbff;
  border-color: #b1cbff;
  -webkit-box-shadow: 0 0.04rem 0.2rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.04rem 0.2rem rgba(0, 0, 0, 0.1);
  color: #fff;
}
.manual a.el-button:hover .el-button[data-v-f5ede362] {
  color: #b1cbff;
  background: #ffffff;
}
.posiBox[data-v-f5ede362] {
  min-height: 1.6rem;
  position: absolute;
  left: -7.4rem;
  right: -0.01rem;
  background: #fff;
  top: -0.36rem;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
  border: 0.01rem solid #ebeef5;
  -webkit-box-shadow: 0 0.02rem 0.12rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.02rem 0.12rem 0 rgba(0, 0, 0, 0.1);
}
.phoneBox[data-v-f5ede362] {
  position: absolute;
  padding: 0.18rem 0.2rem;
  left: -1.18rem;
  bottom: 0.7rem;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
  background: #fff;
  border: 0.01rem solid #ebeef5;
  -webkit-box-shadow: 0 0.02rem 0.12rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.02rem 0.12rem 0 rgba(0, 0, 0, 0.1);
}
.accountImg[data-v-f5ede362] {
  bottom: 1.4rem !important;
}
.expansion[data-v-f5ede362] {
  position: fixed;
  width: 0.4rem;
  height: 0.4rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  z-index: 100;
  right: 0.4rem;
  bottom: 1.1rem;
  background: #ffffff;
  text-align: center;
  -webkit-box-shadow: 0 0 0.2rem 0 #0000001a;
          box-shadow: 0 0 0.2rem 0 #0000001a;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.expansion .expansion_img[data-v-f5ede362] {
  width: 0.22rem;
  height: 0.24rem;
}
.gotop[data-v-f5ede362] {
  bottom: 0.5rem !important;
  font-size: 0.22rem;
}
.zzz[data-v-f5ede362] {
  height: 3rem;
  overflow-y: scroll;
}
.zzz .popup-checkBox[data-v-f5ede362] {
  width: 100%;
  padding-top: 0.1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.zzz .popup-checkBox .checkBox-item[data-v-f5ede362] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  /* start; */
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 0.62rem;
  -webkit-border-radius: 0.09rem;
          border-radius: 0.09rem;
  background: #f7f7f7;
  margin-bottom: 0.12rem;
  padding: 0.17rem 0.15rem;
  position: relative;
}
.zzz .popup-checkBox .checkBox-item.active[data-v-f5ede362] {
  background: #ecefff;
}
.zzz .popup-checkBox .checkBox-item .info[data-v-f5ede362] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.zzz .popup-checkBox .checkBox-item .info .project-name[data-v-f5ede362] {
  height: 0.21rem;
  color: #333;
  font-size: 0.15rem;
}
.zzz .popup-checkBox .checkBox-item .info .projectType-list[data-v-f5ede362] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  /* start; */
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 0.15rem;
}
.zzz .popup-checkBox .checkBox-item .info .projectType-list .projectType-item[data-v-f5ede362] {
  color: #666;
  font-size: 0.11rem;
  font-weight: 400;
  margin-right: 0.03rem;
}
.zzz .popup-checkBox .checkBox-item .project[data-v-f5ede362] {
  position: absolute;
  left: 0;
  top: -0.05rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  height: 0.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.06rem;
  font-weight: 400;
  line-height: 0.07rem;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  -webkit-border-radius: 0.05rem 0.1rem 0.1rem 0;
          border-radius: 0.05rem 0.1rem 0.1rem 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#c1c1c1), to(#c1c1c1)), -webkit-gradient(linear, left bottom, left top, from(#d1d1d6), to(#d1d1d6));
  background: -webkit-linear-gradient(bottom, #c1c1c1, #c1c1c1), -webkit-linear-gradient(bottom, #d1d1d6, #d1d1d6);
  background: linear-gradient(0deg, #c1c1c1, #c1c1c1), linear-gradient(0deg, #d1d1d6, #d1d1d6);
}
.zzz .popup-checkBox .checkBox-item .project.active[data-v-f5ede362] {
  background: #899eff;
}
[data-v-f5ede362] div.el-dialog__footer .dialog-footer .el-button {
  width: 0.82rem;
  height: 0.35rem;
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 400;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
}
[data-v-f5ede362] div.el-dialog__footer .dialog-footer .el-button.el-button--default {
  background: #fff;
  border: 0.01rem solid #3b5efc;
  color: #3b5efc;
}
[data-v-f5ede362] div.el-dialog__footer .dialog-footer .el-button.el-button--primary {
  background: #3b5efc;
  color: #fff;
}
.el-dialog__wrapper[data-v-f5ede362]  .el-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -65%);
          transform: translate(-50%, -65%);
}
.specialist[data-v-f5ede362]  .el-dialog {
  height: 7.5rem;
}
.specialist[data-v-f5ede362]  .el-dialog__body {
  padding: 0;
  margin-top: 0.28rem;
}
.specialist[data-v-f5ede362]  .el-form-item {
  margin-bottom: 0.26rem;
}
.specialist[data-v-f5ede362]  .el-dialog__title {
  margin-left: 0.1rem;
}
.specialist[data-v-f5ede362]  .el-input__suffix {
  display: block;
}
.ai-img[data-v-f5ede362] {
  width: 0.24rem;
  height: 0.24rem;
}
.activity[data-v-20f9b18c] {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  background: #fff;
}
.activity .matchList[data-v-20f9b18c] {
  width: 12rem;
  margin: 0 auto;
}
.box3[data-v-20f9b18c] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.box3 .more[data-v-20f9b18c] {
  color: #7db0ea;
}
.selectYear[data-v-20f9b18c] {
  width: 12rem;
  margin: 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0.14rem;
}
.selectYear[data-v-20f9b18c]  .el-input__inner {
  width: 1.5rem;
  font-size: 0.14rem;
  background: #fff;
}
.selectYear[data-v-20f9b18c]  .el-button {
  width: 1.07rem;
  height: 0.45rem;
  padding: 0;
  background: #7db0ea;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(125, 176, 234, 0.5);
          box-shadow: 0 0.02rem 0.1rem rgba(125, 176, 234, 0.5);
  -webkit-border-radius: 0.07rem;
          border-radius: 0.07rem;
  font-size: 0.2rem;
  line-height: 0.45rem;
  color: #ffffff;
  border-color: transparent;
}
.selectYear .filter1[data-v-20f9b18c] {
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.27rem 0.06rem 0.2rem 0.06rem;
}
.selectYear .filter1 .el-form-item[data-v-20f9b18c] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.selectYear .filter1 .el-form-item[data-v-20f9b18c]  .el-form-item__label {
  font-size: 0.16rem;
  font-weight: 500;
}
.selectYearTitle[data-v-20f9b18c] {
  font-size: 0.18rem;
  margin-top: 0.14rem;
}
@charset "UTF-8";
#ProvH5[data-v-03957853] {
  width: 3.75rem;
  background-color: #f7f6fe;
}
#ProvH5[data-v-03957853] .el-header {
  width: 100%;
  height: 0.72rem !important;
  line-height: 0.72rem !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0.14rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: white;
  z-index: 9999;
}
#ProvH5[data-v-03957853] .el-header .logo {
  height: 0.72rem !important;
  line-height: 0.72rem !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  padding: 0.12rem 0;
  z-index: 9999;
}
#ProvH5[data-v-03957853] .el-header .logo img {
  display: inline-block;
}
#ProvH5[data-v-03957853] .el-header .logo img:first-child {
  width: 1.74rem;
  height: 0.36rem;
}
#ProvH5[data-v-03957853] .el-header .logo img:last-child {
  width: 0.4rem;
  height: 0.23rem;
}
#ProvH5[data-v-03957853] .el-header .logindra {
  width: 0.2rem;
  height: 0.2rem;
  margin-top: 26PX;
}
#ProvH5[data-v-03957853] .el-header .logindra img {
  width: 100%;
}
#ProvH5[data-v-03957853] .el-header .userinfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#ProvH5[data-v-03957853] .el-header .userinfo .logo {
  width: 0.24rem;
  height: 0.24rem !important;
}
#ProvH5[data-v-03957853] .el-header .userinfo .logo img {
  width: 0.24rem;
  height: 0.24rem;
}
#ProvH5[data-v-03957853] .el-header .userinfo .quit {
  margin-left: 0.1rem;
  color: #3B5EFC;
  font-size: 0.1rem;
  line-height: 0.14rem;
  padding: 0.06rem 0.14rem;
  -webkit-border-radius: 0.12rem;
          border-radius: 0.12rem;
  background-color: rgba(59, 94, 252, 0.1);
  height: 0.24rem;
}
#ProvH5[data-v-03957853] .el-header .el-drawer__wrapper .el-drawer__header {
  display: none !important;
}
#ProvH5[data-v-03957853] .el-header .el-drawer__wrapper .el-drawer {
  top: 0.72rem !important;
}
#ProvH5[data-v-03957853] .el-header .el-drawer__wrapper div {
  padding-left: 0.14rem;
}
#ProvH5[data-v-03957853] .el-header .el-drawer__wrapper .openLogin img {
  width: 0.16rem;
  height: 0.16rem;
  display: inline-block;
  vertical-align: middle;
}
#ProvH5[data-v-03957853] .el-header .el-drawer__wrapper .openLogin span {
  font-size: 0.14rem;
  vertical-align: middle;
}
#ProvH5[data-v-03957853] .el-main {
  padding: 16PX 0.12rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#5bb0fb), color-stop(40%, rgba(91, 176, 251, 0.8)), color-stop(70%, rgba(91, 176, 251, 0.4)), color-stop(90%, rgba(91, 176, 251, 0.1)), to(#f7f6fe));
  background: -webkit-linear-gradient(top, #5bb0fb 0%, rgba(91, 176, 251, 0.8) 40%, rgba(91, 176, 251, 0.4) 70%, rgba(91, 176, 251, 0.1) 90%, #f7f6fe 100%);
  background: linear-gradient(to bottom, #5bb0fb 0%, rgba(91, 176, 251, 0.8) 40%, rgba(91, 176, 251, 0.4) 70%, rgba(91, 176, 251, 0.1) 90%, #f7f6fe 100%);
  background-size: 100% 2rem;
  /* 渐变高度固定为200px */
  background-repeat: no-repeat;
  /* 不重复渐变 */
  width: 100%;
}
#ProvH5[data-v-03957853] .el-main .banner {
  -webkit-border-radius: 0.16rem;
          border-radius: 0.16rem;
  position: relative;
}
#ProvH5[data-v-03957853] .el-main .banner .el-carousel__item h3 {
  color: #475669;
  font-size: 0.14rem;
  opacity: 0.75;
  line-height: 1.5rem;
  margin: 0;
  -webkit-border-radius: 0.16rem;
          border-radius: 0.16rem;
}
#ProvH5[data-v-03957853] .el-main .banner .el-carousel__item:nth-child(2n) {
  background-color: #99a9bf;
  -webkit-border-radius: 0.16rem;
          border-radius: 0.16rem;
}
#ProvH5[data-v-03957853] .el-main .banner .el-carousel__item:nth-child(2n+1) {
  background-color: #d3dce6;
  -webkit-border-radius: 0.16rem;
          border-radius: 0.16rem;
}
#ProvH5[data-v-03957853] .el-main .banner .apply {
  width: 1.33rem;
  height: 0.3rem;
  border: 0.01rem solid #ED880A;
  -webkit-border-radius: 0.5rem;
          border-radius: 0.5rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0.88rem;
  z-index: 1000;
}
#ProvH5[data-v-03957853] .el-main .ProvH5News {
  background-color: white;
  -webkit-border-radius: 0.16rem;
          border-radius: 0.16rem;
  margin-top: 0.16rem;
  padding-top: 0.1rem;
  position: relative;
}
#ProvH5[data-v-03957853] .el-main .ProvH5News .more {
  cursor: pointer;
  position: absolute;
  right: 0.16rem;
  top: 0.16rem;
  color: #1667FF;
}
#ProvH5[data-v-03957853] .el-main .ProvH5News .el-tabs {
  font-size: 0.18rem !important;
  /* 自定义大小 */
}
#ProvH5[data-v-03957853] .el-main .ProvH5News .el-tabs #tab-first {
  padding-left: 0.14rem;
}
#ProvH5[data-v-03957853] .el-main .ProvH5News .el-tabs .el-tabs__item {
  font-size: 0.18rem !important;
  /* 自定义大小 */
  font-weight: bold !important;
}
#ProvH5[data-v-03957853] .el-main .ProvH5News .newData {
  padding: 0.07rem 0.14rem;
}
#ProvH5[data-v-03957853] .el-main .ProvH5News .newData .newDataBox {
  padding-bottom: 0.14rem;
}
#ProvH5[data-v-03957853] .el-main .ProvH5News .newData .newDataBox p {
  margin: 0;
}
#ProvH5[data-v-03957853] .el-main .ProvH5News .newData .newDataBox p:first-child {
  height: 0.26rem;
  line-height: 0.26rem;
  font-size: 0.12rem;
  color: #999999;
}
#ProvH5[data-v-03957853] .el-main .ProvH5News .newData .newDataBox p:last-child {
  line-height: 0.2rem;
}
#ProvH5[data-v-03957853] .el-main .ProvH5News .newData .newDataBox:first-child .newsBoxTitle::after {
  content: "";
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAWdJREFUOE+lk01LAkEch5/xHQVTIUFPpZuJ1KE8RPeC6Fyfozp0iK5phw7Rl4hOEXite5SuQX0ENTHxBTIMxYllIFtXE2ouu8zyf3jmt78RUkrBaWYPxCHICCD4fUkQryDPODq+EDJ7sg+cTxma9PlAyGymDDL6N4CoGAYDi/ZsGN5qVqYQIOXPfWkAhjt+P4TDsLYOT0X47EKrDYkEhELg80EuBx+db4gZEAhCOg3VKnjcaqDRVM9CHvp9i5UZYChubEL+EeIaNBrgcoHDAS/PY2MyA7QFSCyqYxia7x2o1WB5CbpdmAnAwz3o+oQjeL1gBJhKQb2uhj0ecDqhUoaVVbi7NZmMZBCAuXmIxaDdhlZLpd5qqvepAIO9swulEvR64HYrg6IORj5TAZoGwRDY7Uo5FodIFK4uIRicCBgWKZlU6lvbcHMNg4H6G3pB9cBqYBRpTJVtNjU8uixNVFX+52X653X+AoHVnytdLt2xAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  position: relative;
  top: 0.06rem;
  left: 0.02rem;
}
#ProvH5[data-v-03957853] .el-main .Schedule {
  margin: 0.16rem 0;
}
#ProvH5[data-v-03957853] .el-main .about {
  padding: 0.07rem 0.1rem;
  background-color: white;
  -webkit-border-radius: 0.16rem;
          border-radius: 0.16rem;
}
#ProvH5[data-v-03957853] .el-main .about .title {
  font-size: 0.18rem;
  line-height: 0.38rem;
}
#ProvH5[data-v-03957853] .el-main .about .sdbox {
  padding: 0.06rem 0.16rem;
  background-color: #D3E8FE;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  margin-bottom: 0.1rem;
}
#ProvH5[data-v-03957853] .el-main .about .sdbox .boxtitle {
  font-size: 0.14rem;
  line-height: 0.38rem;
  color: #4A96FC;
  font-weight: 200;
}
#ProvH5[data-v-03957853] .el-main .about .sdbox .group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#ProvH5[data-v-03957853] .el-main .about .sdbox .group .grouptit {
  width: 0.7rem;
  padding-top: 0.04rem;
  font-size: 0.14rem;
  line-height: 0.26rem;
}
#ProvH5[data-v-03957853] .el-main .about .sdbox .group .grouplist {
  width: 2.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  /* 允许元素换行 */
  font-size: 0.14rem;
  line-height: 0.26rem;
}
#ProvH5[data-v-03957853] .el-main .about .sdbox .group .grouplist span {
  display: block;
  width: 33%;
  -webkit-box-flex: -webkit-calc((100%) / 3);
  -webkit-flex: -webkit-calc((100%) / 3);
      -ms-flex: calc((100%) / 3);
          flex: calc((100%) / 3);
  /* 关键：每个盒子宽度为容器的三分之一减去间距 */
  line-height: 0.25rem;
}
#ProvH5[data-v-03957853] .el-main .about .sdbox .protitle {
  font-size: 0.14rem;
  line-height: 0.38rem;
  font-weight: 600;
}
#ProvH5[data-v-03957853] .el-main .about .quclass {
  font-size: 0.14rem;
  line-height: 0.38rem;
  font-weight: bold;
}
#ProvH5[data-v-03957853] .el-main .about .quclasslist .quclassitem {
  display: inline-block;
  width: 0.7rem;
  height: 0.26rem;
  line-height: 0.26rem;
  font-size: 0.14rem;
  margin-right: 0.15rem;
}
#ProvH5[data-v-03957853] .el-main .about .quclasslist .quclassitem:nth-child(4) {
  margin-right: 0;
}
#ProvH5[data-v-03957853] .el-main .about .hengline {
  margin-top: 0.07rem;
  margin-bottom: 0.15rem;
}
#ProvH5[data-v-03957853] .el-main .about .hengline img {
  width: 100%;
}
#ProvH5[data-v-03957853] .el-main .about .committee {
  padding: 0.06rem 0.16rem;
  background-color: #D3E8FE;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  margin-bottom: 0.1rem;
}
#ProvH5[data-v-03957853] .el-main .about .committee .comtitle {
  font-size: 0.14rem;
  line-height: 0.38rem;
  font-weight: 600;
}
#ProvH5[data-v-03957853] .el-main .about .committee .comcontent {
  font-size: 0.14rem;
  line-height: 0.2rem;
}
#ProvH5[data-v-03957853] .el-main .about .committee .weixin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#ProvH5[data-v-03957853] .el-main .about .committee .weixin .weixinqr {
  width: 1.03rem;
}
#ProvH5[data-v-03957853] .el-main .about .committee .weixin .weixinqr img {
  width: 1.03rem;
  height: 1.03rem;
}
#ProvH5[data-v-03957853] .el-main .about .committee .weixin .weixintext {
  width: 1.86rem;
  margin-top: -0.02rem;
}
#ProvH5[data-v-03957853] .el-main .about .committee .weixin .weixintext p {
  margin: 0;
  font-size: 0.14rem;
  line-height: 0.2rem;
}
#ProvH5[data-v-03957853] .el-main .about .committee .weixin .weixintext p:nth-child(3) {
  margin-bottom: 0.09rem;
}
#ProvH5[data-v-03957853] .el-main .about .committee .contact {
  margin: 0;
  font-size: 0.14rem;
  line-height: 0.2rem;
}
#ProvH5[data-v-03957853] .el-main .about .committee .contact:nth-child(2) {
  margin-bottom: 0.09rem;
}
#ProvH5[data-v-03957853] .el-main .about .committee .mar {
  margin-bottom: 0.09rem;
}
#ProvH5[data-v-03957853] .el-main .goodpro {
  margin-top: 0.14rem;
}
#ProvH5[data-v-03957853] .el-main .goodpro .goodprotitle {
  font-size: 0.18rem;
  line-height: 0.38rem;
  font-weight: bold;
}
#ProvH5[data-v-03957853] .el-main .goodpro img {
  width: 100%;
}
#ProvH5[data-v-03957853] .el-main .grades {
  margin-top: 0.14rem;
}
#ProvH5[data-v-03957853] .el-main .grades .gradestitle {
  font-size: 0.18rem;
  line-height: 0.38rem;
  font-weight: bold;
}
#ProvH5[data-v-03957853] .el-main .grades img {
  width: 100%;
}
#ProvH5[data-v-03957853] .el-main .el-dialog__wrapper .el-dialog {
  width: 3.16rem !important;
  margin-top: 1.77rem !important;
}
#ProvH5[data-v-03957853] .el-main .el-dialog__wrapper .el-dialog .el-dialog__header {
  padding: 0;
}
#ProvH5[data-v-03957853] .el-main .el-dialog__wrapper .el-dialog .el-dialog__body {
  position: relative;
}
#ProvH5[data-v-03957853] .el-main .el-dialog__wrapper .el-dialog .el-dialog__body p {
  font-size: 0.14rem;
  line-height: 0.24rem;
  color: #333333;
  text-align: center;
  margin: 0;
}
#ProvH5[data-v-03957853] .el-main .el-dialog__wrapper .el-dialog .el-dialog__body p:first-child {
  margin-top: 0.3rem;
}
#ProvH5[data-v-03957853] .el-main .el-dialog__wrapper .el-dialog .el-dialog__body .wenxin {
  position: absolute;
  left: 1.14rem;
  top: -0.42rem;
}
#ProvH5[data-v-03957853] .el-main .el-dialog__wrapper .el-dialog .el-dialog__body .wenxin img {
  width: 0.87rem;
  height: 0.84rem;
}
#ProvH5[data-v-03957853] .el-main .el-dialog__wrapper .el-dialog .el-dialog__body .wenxinbtn {
  width: 100%;
  height: 0.4rem;
  margin-top: 0.25rem;
}
#ProvH5[data-v-03957853] .el-main .el-dialog__wrapper .el-dialog .el-dialog__body .wenxinbtn div {
  cursor: pointer;
  margin: 0 auto;
  width: 1.48rem;
  height: 0.4rem;
  background-color: #3B5EFC;
  line-height: 0.4rem;
  text-align: center;
  color: white;
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
}
#ProvH5[data-v-03957853] .el-main .el-dialog__wrapper .el-dialog .el-dialog__footer {
  text-align: center;
}
#ProvH5[data-v-03957853] .el-main .el-dialog__wrapper .el-dialog .el-dialog__footer .dialog-footer .el-button {
  font-size: 0.18rem;
  line-height: 0.24rem;
}
[data-v-6bfbef1e] .el-icon-arrow-down {
  line-height: 0 !important;
}
[data-v-6bfbef1e] .el-dialog {
  -webkit-border-radius: 0.23rem;
          border-radius: 0.23rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
[data-v-6bfbef1e] .el-dialog .el-dialog__header {
  height: auto;
  padding: 0.52rem 0 0.37rem 0;
  background: none;
}
[data-v-6bfbef1e] .el-dialog .el-dialog__header .el-dialog__title {
  font-size: 0.36rem;
}
[data-v-6bfbef1e] .el-dialog .el-dialog__body::-webkit-scrollbar {
  width: 0 !important;
}
[data-v-6bfbef1e] .el-dialog .el-dialog__body {
  max-height: 60vh;
  padding: 0 1.37rem 0;
  overflow: auto;
}
[data-v-6bfbef1e] .el-dialog .el-form-item {
  height: 0.66rem;
  margin: 0;
  border-bottom: 0.01rem solid #dddddd;
  overflow: hidden;
  position: relative;
}
[data-v-6bfbef1e] .el-dialog .el-form-item .el-form-item__label {
  line-height: 0.66rem;
  font-size: 0.16rem;
  color: #333333;
}
[data-v-6bfbef1e] .el-dialog .el-form-item .el-form-item__content {
  line-height: 0.66rem;
  float: right;
  position: static;
}
[data-v-6bfbef1e] .el-dialog .el-form-item .el-form-item__content .el-input__inner {
  height: 0.34rem;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
[data-v-6bfbef1e] .el-dialog .el-form-item .el-form-item__error {
  left: 0.12rem;
  bottom: 0.03rem;
  top: auto;
}
[data-v-6bfbef1e] .el-dialog .el-form-item:nth-last-child(1) {
  height: auto;
  border: none;
  overflow: inherit;
}
[data-v-6bfbef1e] .el-dialog .el-form-item:nth-last-child(1) .el-form-item__content {
  margin: 0 !important;
  text-align: center;
}
[data-v-6bfbef1e] .el-dialog .el-form-item:nth-last-child(1) .el-form-item__content .el-button--primary {
  display: inline-block;
  width: 2.06rem;
  height: 0.5rem;
  background: #ffd747;
  -webkit-border-radius: 0.14rem;
          border-radius: 0.14rem;
  border: none;
  font-weight: 600;
  color: #333;
  font-size: 0.18rem;
  margin: 0.57rem 0 0 -1.2rem;
}
[data-v-6bfbef1e] .el-dialog .el-textarea {
  margin-bottom: 0.24rem;
}
[data-v-6bfbef1e] .el-dialog .el-textarea .el-textarea__inner {
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  border: none;
  padding: 0.18rem;
}
[data-v-6bfbef1e] .el-dialog .saveBtn {
  width: 2.06rem;
  height: 0.5rem;
  line-height: 0.5rem;
  background: #7db0ea;
  -webkit-border-radius: 0.14rem;
          border-radius: 0.14rem;
  padding: 0;
  font-weight: 600;
  font-size: 0.18rem;
  line-height: 0.25rem;
  color: #ffffff;
}
[data-v-6bfbef1e] .el-dialog .el-button.is-disabled,[data-v-6bfbef1e] .el-dialog .el-button.is-disabled:focus,[data-v-6bfbef1e] .el-dialog .el-button.is-disabled:hover {
  color: #C0C4CC;
  cursor: not-allowed;
  background-image: none;
  background: #7db0ea;
  border-color: #EBEEF5;
}
.dialogRole .el-dialog[data-v-4576b392] {
  -webkit-border-radius: 0.23rem;
          border-radius: 0.23rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0.59rem;
}
.dialogRole .el-dialog .el-dialog__header[data-v-4576b392] {
  padding: 0.59rem 0 0.23rem;
  margin-bottom: 0;
}
.dialogRole .el-dialog .el-dialog__header .el-dialog__title[data-v-4576b392] {
  color: #333333;
  font-size: 0.48rem;
  line-height: 0.67rem;
}
.dialogRole .el-dialog .el-dialog__body[data-v-4576b392] {
  overflow: none;
}
.dialogRole .el-dialog .el-dialog__body .roleTip[data-v-4576b392] {
  text-align: center;
  color: #ff0000;
  margin-bottom: 0.54rem;
}
.dialogRole .el-dialog .el-dialog__body[data-v-4576b392]::-webkit-scrollbar {
  width: 0 !important;
}
.dialogRole .el-dialog .el-form[data-v-4576b392] {
  margin-bottom: 0.54rem;
}
.dialogRole .el-dialog .el-form .el-select[data-v-4576b392] {
  width: 100%;
}
.dialogRole .el-dialog .el-form .el-select .el-input__inner[data-v-4576b392] {
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFaSURBVHgBpZPNTcNAEIXf2L7BYS2BxA2ng3QAqQA4IvGTVBCoINBBOjAoijhCKkhKoARzDaD4EE72ehg7PsT22rLkT7LWuzvzZnZ3hmCAN+8K8XYMoiGYvXx5JfMX2AcLcq9Ckx9Vhd48aL3cEyl5UADbHpB7HZS3rIqx1pNaoSya7MWxb4xTzMqX4zkbtME5dMvHLWYWO320JQq98lJRjCwPbbEcr1mMk3u0RfOwWQy8QFtYSqVEtTR+ZlMxHKMJqTc6uhmhOTMhikWMA9Rn9IkoejbGMNo3lcg2dqk3MnaAZYzgmo2FEEqhjooYr/0+f8+WNfZpz/q8nhvrMTumOJ/L74XMLhtbqeApPZo2P/MrHd+usiX+nU+QJE/oguZHOrmbWkj0A7pi0yQd5M5IoTsqF+MQXcnr0gHrAWznDBo9eYDTPIqSC1aVx9hd+s45/Yi+svFPf6TL/9r4hIaWyPUNAAAAAElFTkSuQmCC) no-repeat;
  background-size: 0.18rem 0.19rem;
  background-position: 0.23rem 0.09rem;
  padding: 0 0 0 0.54rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.14rem;
}
.dialogRole .el-dialog .el-dialog__footer[data-v-4576b392] {
  margin-bottom: 1.32rem;
}
.dialogRole .el-dialog .el-dialog__footer .el-button[data-v-4576b392] {
  width: 2.06rem;
  height: 0.5rem;
  -webkit-border-radius: 0.14rem;
          border-radius: 0.14rem;
  text-align: center;
  line-height: 50xp;
  background: #ffd747;
  font-size: 0.18rem;
  color: #333333;
  font-weight: 600;
  border: none;
}
[data-v-4fc11070] .el-dialog {
  margin-top: 1rem !important;
  -webkit-border-radius: 0.23rem;
          border-radius: 0.23rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
[data-v-4fc11070] .el-dialog .el-dialog__header {
  padding: 0.2rem 0 0.2rem;
}
[data-v-4fc11070] .el-dialog .el-dialog__header .el-dialog__title {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 600;
  font-size: 0.36rem;
  line-height: 0.5rem;
  color: #f27a12;
  text-shadow: 0 0.02rem 0.04rem rgba(0, 0, 0, 0.3);
}
[data-v-4fc11070] .el-dialog .el-dialog__body {
  max-height: 50vh;
  padding: 0;
  overflow: hidden;
}
[data-v-4fc11070] .el-dialog .el-form-item {
  width: 3.5739rem;
  height: 0.4255rem;
  margin: 0.24rem auto;
}
[data-v-4fc11070] .el-dialog .el-form-item .el-input__inner {
  height: 0.42rem;
  line-height: 0.42rem;
}
[data-v-4fc11070] .el-dialog .el-form-item .el-input-group__append {
  padding-left: 0.17rem;
}
[data-v-4fc11070] .el-dialog .el-form-item .el-input-group__append .el-button {
  width: 1.36rem;
  height: 0.43rem;
  color: #000;
}
[data-v-4fc11070] .el-dialog .el-dialog__footer {
  padding: 0.1rem 0 0.3rem;
}
[data-v-4fc11070] .el-dialog .saveBtn {
  width: 3.5739rem;
  height: 0.4255rem;
  line-height: 0.4255rem;
  border-color: #f27a12;
  background: #f27a12;
  -webkit-border-radius: 0.14rem;
          border-radius: 0.14rem;
  padding: 0;
  font-weight: 600;
  font-size: 0.16rem;
  color: #ffffff;
}
[data-v-4fc11070] .el-dialog .el-button.is-disabled,[data-v-4fc11070] .el-dialog .el-button.is-disabled:focus,[data-v-4fc11070] .el-dialog .el-button.is-disabled:hover {
  color: #c0c4cc;
  cursor: not-allowed;
  background-image: none;
  background: #7db0ea;
  border-color: #ebeef5;
}
.custom2-msgbox {
  width: 3.75rem;
  -webkit-border-radius: 0.28353rem;
          border-radius: 0.28353rem;
}
.custom2-msgbox .el-message-box__header {
  padding: 0.59rem 0 0;
}
.custom2-msgbox .el-message-box__header .el-message-box__title {
  font-weight: 600;
  font-size: 0.28rem;
  line-height: 0.39rem;
  color: #333333;
  text-align: center;
}
.custom2-msgbox .el-message-box__message {
  font-weight: 400;
  font-size: 0.18rem;
  line-height: 0.25rem;
  color: #333333;
  text-align: center;
}
.custom2-msgbox .el-message-box__btns {
  padding: 0.2rem 0 0.56rem;
  text-align: center;
}
.custom2-msgbox .el-message-box__btns .el-button {
  width: 3.57rem;
  height: 0.42rem;
  line-height: 0.53rem;
  padding: 0;
  background: #f27a12;
  border-color: #f27a12;
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
  font-size: 0.15317rem;
  line-height: 0.31rem;
  /* identical to box height */
  text-align: center;
  color: #ffffff;
}
::v-deep .el-input__prefix {
  color: red !important;
}
.passwordLogin {
  margin-top: 0.3rem;
  padding-bottom: 0.2rem;
}
.passwordLogin .el-select {
  width: 100%;
}
.passwordLogin .el-input__inner {
  border-color: #f8f8f8;
  background: #f8f8f8;
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
}
.passwordLogin .el-button {
  width: 100%;
  height: 0.4rem;
  line-height: 0.4rem;
  border-color: #4967fd;
  background: #4967fd;
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
  font-size: 0.14rem !important;
}
.passwordLogin .el-button span {
  margin-top: -0.1rem;
}
.passwordLogin .ops {
  margin-top: 0.16rem;
  color: #4967fd;
  font-family: PingFang SC;
  font-size: 0.12rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.passwordLogin .el-input-group__append {
  padding: 0;
  border: none;
  background: none;
}
.passwordLogin .el-input-group__append img {
  height: 0.36rem;
  display: block;
  margin-left: 0.1rem;
}
@charset "UTF-8";
[data-v-aa8b61c8] .el-dialog {
  -webkit-border-radius: 0.32rem;
          border-radius: 0.32rem;
  height: 5.5rem;
}
.check-title[data-v-aa8b61c8] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.12rem;
  color: #999999;
  line-height: 0.14rem;
}
.title[data-v-aa8b61c8] {
  margin: 0.2rem 0;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.14rem;
  color: #333333;
  line-height: 0.16rem;
}
.progress-bar[data-v-aa8b61c8] {
  width: -webkit-calc(0.76rem + var(--slid-move));
  width: calc(0.76rem + var(--slid-move));
  /* 动态计算宽度 */
  height: 100%;
  -webkit-border-radius: 0.42rem;
          border-radius: 0.42rem;
  --move: 0;
  -webkit-transform: translateX(var(--move));
          transform: translateX(var(--move));
}
#rotation[data-v-aa8b61c8] {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.check[data-v-aa8b61c8] {
  --slider-size: 0.42rem;
  width: 3.3rem;
  background: white;
  -webkit-border-radius: 0.16rem;
          border-radius: 0.16rem;
  padding: 0.2rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.check .img-con[data-v-aa8b61c8] {
  position: relative;
  overflow: hidden;
  width: 1.92rem;
  height: 1.92rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.check .img-con img[data-v-aa8b61c8] {
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.check .slider-con[data-v-aa8b61c8] {
  width: 3.3rem;
  height: 0.78rem;
  -webkit-border-radius: 0.42rem;
          border-radius: 0.42rem;
  margin-top: 0.52rem;
  position: relative;
  background: #f5f5f5;
  -webkit-box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.1) inset;
}
.slider-con .slider[data-v-aa8b61c8] {
  background: url(../static/img/slider.f4d0c20e.png) no-repeat;
  width: 0.78rem;
  height: 0.78rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.2);
  cursor: move;
  background-size: contain;
  --move: 0;
  -webkit-transform: translateX(var(--move));
          transform: translateX(var(--move));
}
.slider-con .slider.sliding[data-v-aa8b61c8] {
  background: url(../static/img/slider.f4d0c20e.png) no-repeat;
  background-size: contain;
}
.check-state[data-v-aa8b61c8] {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
body[data-v-aa8b61c8] {
  padding: 0;
  margin: 0;
  background: #fef5e0;
}
.refresh[data-v-aa8b61c8] {
  margin-top: 0.15rem;
  height: 0.22rem;
  vertical-align: middle;
  cursor: pointer;
}
.slider-con.err-anim[data-v-aa8b61c8] {
  -webkit-animation: jitter-data-v-aa8b61c8 0.5s;
          animation: jitter-data-v-aa8b61c8 0.5s;
}
@-webkit-keyframes jitter-data-v-aa8b61c8 {
0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
25% {
    -webkit-transform: translateX(-0.05rem);
            transform: translateX(-0.05rem);
}
50% {
    -webkit-transform: translateX(0.05rem);
            transform: translateX(0.05rem);
}
75% {
    -webkit-transform: translateX(-0.05rem);
            transform: translateX(-0.05rem);
}
100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
}
@keyframes jitter-data-v-aa8b61c8 {
0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
25% {
    -webkit-transform: translateX(-0.05rem);
            transform: translateX(-0.05rem);
}
50% {
    -webkit-transform: translateX(0.05rem);
            transform: translateX(0.05rem);
}
75% {
    -webkit-transform: translateX(-0.05rem);
            transform: translateX(-0.05rem);
}
100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
}
[data-v-2a3fc0d7] .el-dialog {
  -webkit-border-radius: 0.23rem;
          border-radius: 0.23rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
[data-v-2a3fc0d7] .el-dialog .el-dialog__header {
  height: auto;
  padding: 0.5rem 0 0.36rem;
  background: none;
}
[data-v-2a3fc0d7] .el-dialog .el-dialog__header .el-dialog__title {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 600;
  font-size: 0.36rem;
  line-height: 0.5rem;
  color: #7db0ea;
  text-shadow: 0 0.02rem 0.04rem rgba(0, 0, 0, 0.3);
}
[data-v-2a3fc0d7] .el-dialog .el-dialog__body {
  max-height: 60vh;
  padding: 0 1.37rem 0;
  overflow: auto;
}
[data-v-2a3fc0d7] .el-dialog .el-form-item {
  margin: 0;
  border-bottom: 0.01rem solid #dddddd;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
[data-v-2a3fc0d7] .el-dialog .el-form-item.agreement {
  border: none;
}
[data-v-2a3fc0d7] .el-dialog .el-form-item.agreement .el-form-item__content {
  width: 100%;
  margin-left: 0 !important;
  text-align: center;
}
[data-v-2a3fc0d7] .el-dialog .el-form-item.agreement .el-form-item__content .el-radio__label {
  color: #333333;
}
[data-v-2a3fc0d7] .el-dialog .el-form-item.agreement .el-form-item__content a {
  color: #7db0ea;
}
[data-v-2a3fc0d7] .el-dialog .el-form-item.textarea {
  display: block;
  border: none;
}
[data-v-2a3fc0d7] .el-dialog .el-form-item.textarea .el-form-item__label {
  height: 0.55rem;
}
[data-v-2a3fc0d7] .el-dialog .el-form-item.textarea .el-textarea__inner {
  height: 1.24rem;
  background: #f3f3f3;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
[data-v-2a3fc0d7] .el-dialog .el-form-item.textarea .el-input__count {
  line-height: 0.3rem;
  background: #f3f3f3;
  bottom: 0.01rem;
}
[data-v-2a3fc0d7] .el-dialog .el-form-item .el-form-item__label,[data-v-2a3fc0d7] .el-dialog .el-form-item .el-form-item__content {
  line-height: 0.72rem;
  margin-left: 0.2rem;
}
[data-v-2a3fc0d7] .el-dialog .el-form-item .el-form-item__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 0.1rem !important;
}
[data-v-2a3fc0d7] .el-dialog .el-form-item .el-date-editor {
  background: none;
  border: none;
}
[data-v-2a3fc0d7] .el-dialog .el-form-item .el-range-editor--medium .el-range-separator {
  line-height: 0.42rem;
}
[data-v-2a3fc0d7] .el-dialog .el-form-item .el-form-item__label {
  color: #333333;
  font-size: 0.13rem;
}
[data-v-2a3fc0d7] .el-dialog .el-form-item .el-form-item__error {
  top: auto;
  bottom: 0.03rem;
}
[data-v-2a3fc0d7] .el-dialog .el-form-item .el-input-group {
  vertical-align: middle;
}
[data-v-2a3fc0d7] .el-dialog .el-form-item .el-input-group .el-input-group__append {
  padding: 0;
  background: none;
  border: none;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #7db0ea;
}
[data-v-2a3fc0d7] .el-dialog .el-form-item .el-select,[data-v-2a3fc0d7] .el-dialog .el-form-item .el-cascader {
  width: 100%;
}
[data-v-2a3fc0d7] .el-dialog .el-form-item .el-input .el-input__inner {
  height: 0.72rem;
  line-height: 0.72rem;
  padding-left: 0;
  background: none;
  border: none;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  color: #999;
}
[data-v-2a3fc0d7] .el-dialog .el-form-item .el-input ::-webkit-input-placeholder {
  font-size: 0.16rem;
  line-height: 0.22rem;
}
[data-v-2a3fc0d7] .el-dialog .el-dialog__footer {
  padding: 0.1rem 0.71354rem 0.2rem;
}
[data-v-2a3fc0d7] .el-dialog .saveBtn {
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  border-color: #7db0ea;
  background: #7db0ea;
  -webkit-border-radius: 0.14rem;
          border-radius: 0.14rem;
  padding: 0;
  font-weight: 600;
  font-size: 0.18rem;
  line-height: 0.25rem;
  color: #ffffff;
}
[data-v-2a3fc0d7] .el-dialog .el-button.is-disabled,[data-v-2a3fc0d7] .el-dialog .el-button.is-disabled:focus,[data-v-2a3fc0d7] .el-dialog .el-button.is-disabled:hover {
  color: #c0c4cc;
  cursor: not-allowed;
  background-image: none;
  background: #7db0ea;
  border-color: #ebeef5;
}
.custom-msgbox {
  width: 8.52rem;
  -webkit-border-radius: 0.28353rem;
          border-radius: 0.28353rem;
}
.custom-msgbox .el-message-box__header {
  padding: 0 0.26rem;
  background: rgba(238, 149, 16, 0.2);
}
.custom-msgbox .el-message-box__header .el-message-box__title {
  font-size: 0.22682rem;
  line-height: 0.57rem;
  color: #333333;
}
.custom-msgbox .el-message-box__message {
  padding: 0.72rem 0 0.2rem;
}
.custom-msgbox .el-message-box__message p {
  margin: 0;
  font-size: 0.24rem;
  line-height: 0.34rem;
  text-align: center;
  color: #333333;
}
.custom-msgbox .el-message-box__btns {
  padding-bottom: 0.56rem;
  text-align: center;
}
.custom-msgbox .el-message-box__btns .el-button {
  width: 4.38rem;
  height: 0.53rem;
  line-height: 0.53rem;
  padding: 0;
  background: #7db0ea;
  border-color: #7db0ea;
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
  font-size: 0.22rem;
  line-height: 0.31rem;
  /* identical to box height */
  text-align: center;
  color: #ffffff;
}
.demo-formData .el-form-item__label:before {
  content: "*";
  color: #f56c6c;
  margin-right: 0.05rem;
  font-weight: bold;
}
.demo-formData .el-form-item__label:before {
  content: "";
  margin-right: 0.12rem;
  font-weight: bold;
}
.tip {
  font-size: 0.14rem;
  color: #9a9a9a;
  margin-top: 0.07rem;
}
.code .el-input__inner {
  width: 2rem;
}
.smsLogin {
  margin-top: 0.3rem;
  padding-bottom: 0.2rem;
}
.smsLogin .el-select {
  width: 100%;
}
.smsLogin .el-input__inner {
  border-color: #f8f8f8;
  background: #f8f8f8;
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
}
.smsLogin .el-button {
  width: 100%;
  height: 0.4rem;
  line-height: 0.4rem;
  border-color: #4967fd;
  background: #4967fd;
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
  font-size: 0.14rem !important;
}
.smsLogin .el-button span {
  margin-top: -0.1rem;
}
.smsLogin .el-input-group__append {
  background: #d3e8fe;
  border: 0.01rem solid #7db0ea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
  color: #333333;
}
.smsLogin .el-input-group__append .el-button {
  padding: 0;
  margin: 0;
}
.smsLogin .ops {
  margin-top: 0.16rem;
  color: #4967fd;
  font-family: PingFang SC;
  font-size: 0.12rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#ProvH5Login[data-v-25a6d81f] {
  width: 3.75rem;
  background-color: #f7f6fe;
}
#ProvH5Login[data-v-25a6d81f] .el-header {
  width: 100%;
  height: 0.72rem !important;
  line-height: 0.72rem !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0.14rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: white;
  z-index: 9999;
}
#ProvH5Login[data-v-25a6d81f] .el-header .logo {
  height: 0.72rem !important;
  line-height: 0.72rem !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  padding: 0.12rem 0;
  z-index: 9999;
}
#ProvH5Login[data-v-25a6d81f] .el-header .logo img {
  display: inline-block;
}
#ProvH5Login[data-v-25a6d81f] .el-header .logo img:first-child {
  width: 1rem;
  height: 0.24rem;
}
#ProvH5Login[data-v-25a6d81f] .el-header .logo img:last-child {
  width: 0.4rem;
  height: 0.23rem;
}
#ProvH5Login[data-v-25a6d81f] .el-header .logindra {
  width: 0.2rem;
  height: 0.2rem;
  margin-top: 26PX;
}
#ProvH5Login[data-v-25a6d81f] .el-header .logindra img {
  width: 100%;
}
#ProvH5Login[data-v-25a6d81f] .el-header .userinfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#ProvH5Login[data-v-25a6d81f] .el-header .userinfo .logo {
  width: 0.24rem;
  height: 0.24rem !important;
}
#ProvH5Login[data-v-25a6d81f] .el-header .userinfo .quit {
  margin-left: 0.1rem;
  color: #3B5EFC;
  font-size: 0.1rem;
  line-height: 0.14rem;
  padding: 0.06rem 0.14rem;
  -webkit-border-radius: 0.12rem;
          border-radius: 0.12rem;
  background-color: rgba(59, 94, 252, 0.1);
  height: 0.24rem;
}
#ProvH5Login[data-v-25a6d81f] .el-header .el-drawer__wrapper .el-drawer__header {
  display: none !important;
}
#ProvH5Login[data-v-25a6d81f] .el-header .el-drawer__wrapper .el-drawer {
  top: 0.72rem !important;
}
#ProvH5Login[data-v-25a6d81f] .el-header .el-drawer__wrapper div {
  padding-left: 0.14rem;
}
#ProvH5Login[data-v-25a6d81f] .el-header .el-drawer__wrapper .openLogin img {
  width: 0.16rem;
  height: 0.16rem;
  display: inline-block;
  vertical-align: middle;
}
#ProvH5Login[data-v-25a6d81f] .el-header .el-drawer__wrapper .openLogin span {
  font-size: 0.14rem;
  vertical-align: middle;
}
#ProvH5Login[data-v-25a6d81f] .el-main .login {
  width: 100%;
}
#ProvH5Login[data-v-25a6d81f] .el-main .login .login-container {
  width: 100%;
}
#ProvH5Login[data-v-25a6d81f] .el-main .login .login-container .login-weaper {
  width: 100%;
  background-color: transparent;
}
.exit div[data-v-25a6d81f] {
  width: 100%;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  font-size: 0.14rem;
  background-color: #cccccc;
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
}
@charset "UTF-8";
#ProvH5newlist[data-v-36a87cab] {
  width: 3.75rem;
  background-color: #f7f6fe;
}
#ProvH5newlist[data-v-36a87cab] .el-header {
  width: 100%;
  height: 0.72rem !important;
  line-height: 0.72rem !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0.14rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: white;
  z-index: 9999;
}
#ProvH5newlist[data-v-36a87cab] .el-header .logo {
  height: 0.72rem !important;
  line-height: 0.72rem !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  padding: 0.12rem 0;
  z-index: 9999;
}
#ProvH5newlist[data-v-36a87cab] .el-header .logo img {
  display: inline-block;
}
#ProvH5newlist[data-v-36a87cab] .el-header .logo img:first-child {
  width: 1rem;
  height: 0.24rem;
}
#ProvH5newlist[data-v-36a87cab] .el-header .logo img:last-child {
  width: 0.4rem;
  height: 0.23rem;
}
#ProvH5newlist[data-v-36a87cab] .el-header .logindra {
  width: 0.2rem;
  height: 0.2rem;
  margin-top: 26PX;
}
#ProvH5newlist[data-v-36a87cab] .el-header .logindra img {
  width: 100%;
}
#ProvH5newlist[data-v-36a87cab] .el-header .userinfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#ProvH5newlist[data-v-36a87cab] .el-header .userinfo .logo {
  width: 0.24rem;
  height: 0.24rem !important;
}
#ProvH5newlist[data-v-36a87cab] .el-header .userinfo .quit {
  margin-left: 0.1rem;
  color: #3B5EFC;
  font-size: 0.1rem;
  line-height: 0.14rem;
  padding: 0.06rem 0.14rem;
  -webkit-border-radius: 0.12rem;
          border-radius: 0.12rem;
  background-color: rgba(59, 94, 252, 0.1);
  height: 0.24rem;
}
#ProvH5newlist[data-v-36a87cab] .el-header .el-drawer__wrapper .el-drawer__header {
  display: none !important;
}
#ProvH5newlist[data-v-36a87cab] .el-header .el-drawer__wrapper .el-drawer {
  top: 0.72rem !important;
}
#ProvH5newlist[data-v-36a87cab] .el-header .el-drawer__wrapper div {
  padding-left: 0.14rem;
}
#ProvH5newlist[data-v-36a87cab] .el-header .el-drawer__wrapper .openLogin img {
  width: 0.16rem;
  height: 0.16rem;
  display: inline-block;
  vertical-align: middle;
}
#ProvH5newlist[data-v-36a87cab] .el-header .el-drawer__wrapper .openLogin span {
  font-size: 0.14rem;
  vertical-align: middle;
}
#ProvH5newlist[data-v-36a87cab] .el-main {
  height: 30.64rem !important;
  padding: 16PX 0.12rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#5bb0fb), color-stop(40%, rgba(91, 176, 251, 0.8)), color-stop(70%, rgba(91, 176, 251, 0.4)), color-stop(90%, rgba(91, 176, 251, 0.1)), to(#f7f6fe));
  background: -webkit-linear-gradient(top, #5bb0fb 0%, rgba(91, 176, 251, 0.8) 40%, rgba(91, 176, 251, 0.4) 70%, rgba(91, 176, 251, 0.1) 90%, #f7f6fe 100%);
  background: linear-gradient(to bottom, #5bb0fb 0%, rgba(91, 176, 251, 0.8) 40%, rgba(91, 176, 251, 0.4) 70%, rgba(91, 176, 251, 0.1) 90%, #f7f6fe 100%);
  background-size: 100% 2rem;
  /* 渐变高度固定为200px */
  background-repeat: no-repeat;
  /* 不重复渐变 */
  width: 100%;
}
#ProvH5newlist[data-v-36a87cab] .el-main .banner {
  -webkit-border-radius: 0.16rem;
          border-radius: 0.16rem;
  position: relative;
}
#ProvH5newlist[data-v-36a87cab] .el-main .banner .el-carousel__item h3 {
  color: #475669;
  font-size: 0.14rem;
  opacity: 0.75;
  line-height: 1.5rem;
  margin: 0;
  -webkit-border-radius: 0.16rem;
          border-radius: 0.16rem;
}
#ProvH5newlist[data-v-36a87cab] .el-main .banner .el-carousel__item:nth-child(2n) {
  background-color: #99a9bf;
  -webkit-border-radius: 0.16rem;
          border-radius: 0.16rem;
}
#ProvH5newlist[data-v-36a87cab] .el-main .banner .el-carousel__item:nth-child(2n+1) {
  background-color: #d3dce6;
  -webkit-border-radius: 0.16rem;
          border-radius: 0.16rem;
}
#ProvH5newlist[data-v-36a87cab] .el-main .banner .apply {
  width: 1.33rem;
  height: 0.3rem;
  border: 0.01rem solid #ED880A;
  -webkit-border-radius: 0.5rem;
          border-radius: 0.5rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0.88rem;
  z-index: 1000;
}
#ProvH5newlist[data-v-36a87cab] .el-main .ProvH5News {
  background-color: white;
  -webkit-border-radius: 0.16rem;
          border-radius: 0.16rem;
  margin-top: 0.16rem;
  padding-top: 0.1rem;
  position: relative;
}
#ProvH5newlist[data-v-36a87cab] .el-main .ProvH5News .more {
  cursor: pointer;
  position: absolute;
  right: 0.16rem;
  top: 0.16rem;
  color: #1667FF;
}
#ProvH5newlist[data-v-36a87cab] .el-main .ProvH5News .el-tabs {
  font-size: 0.18rem !important;
  /* 自定义大小 */
}
#ProvH5newlist[data-v-36a87cab] .el-main .ProvH5News .el-tabs #tab-first {
  padding-left: 0.14rem;
}
#ProvH5newlist[data-v-36a87cab] .el-main .ProvH5News .el-tabs .el-tabs__item {
  font-size: 0.18rem !important;
  /* 自定义大小 */
  font-weight: bold !important;
}
#ProvH5newlist[data-v-36a87cab] .el-main .ProvH5News .newData {
  padding: 0.07rem 0.14rem;
}
#ProvH5newlist[data-v-36a87cab] .el-main .ProvH5News .newData .newDataBox {
  padding-bottom: 0.14rem;
}
#ProvH5newlist[data-v-36a87cab] .el-main .ProvH5News .newData .newDataBox p {
  margin: 0;
}
#ProvH5newlist[data-v-36a87cab] .el-main .ProvH5News .newData .newDataBox p:first-child {
  height: 0.26rem;
  line-height: 0.26rem;
  font-size: 0.12rem;
  color: #999999;
}
#ProvH5newlist[data-v-36a87cab] .el-main .ProvH5News .newData .newDataBox p:last-child {
  line-height: 0.2rem;
}
#ProvH5newlist[data-v-36a87cab] .el-main .ProvH5News .newData .newDataBox:first-child .newsBoxTitle::after {
  content: "";
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAWdJREFUOE+lk01LAkEch5/xHQVTIUFPpZuJ1KE8RPeC6Fyfozp0iK5phw7Rl4hOEXite5SuQX0ENTHxBTIMxYllIFtXE2ouu8zyf3jmt78RUkrBaWYPxCHICCD4fUkQryDPODq+EDJ7sg+cTxma9PlAyGymDDL6N4CoGAYDi/ZsGN5qVqYQIOXPfWkAhjt+P4TDsLYOT0X47EKrDYkEhELg80EuBx+db4gZEAhCOg3VKnjcaqDRVM9CHvp9i5UZYChubEL+EeIaNBrgcoHDAS/PY2MyA7QFSCyqYxia7x2o1WB5CbpdmAnAwz3o+oQjeL1gBJhKQb2uhj0ecDqhUoaVVbi7NZmMZBCAuXmIxaDdhlZLpd5qqvepAIO9swulEvR64HYrg6IORj5TAZoGwRDY7Uo5FodIFK4uIRicCBgWKZlU6lvbcHMNg4H6G3pB9cBqYBRpTJVtNjU8uixNVFX+52X653X+AoHVnytdLt2xAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  position: relative;
  top: 0.06rem;
  left: 0.02rem;
}
#ProvH5newlist[data-v-36a87cab] .el-main .el-dialog__wrapper .el-dialog {
  width: 3.16rem !important;
  margin-top: 1.77rem !important;
}
#ProvH5newlist[data-v-36a87cab] .el-main .el-dialog__wrapper .el-dialog .el-dialog__header {
  padding: 0;
}
#ProvH5newlist[data-v-36a87cab] .el-main .el-dialog__wrapper .el-dialog .el-dialog__body {
  position: relative;
}
#ProvH5newlist[data-v-36a87cab] .el-main .el-dialog__wrapper .el-dialog .el-dialog__body p {
  font-size: 0.14rem;
  line-height: 0.24rem;
  color: #333333;
  text-align: center;
  margin: 0;
}
#ProvH5newlist[data-v-36a87cab] .el-main .el-dialog__wrapper .el-dialog .el-dialog__body p:first-child {
  margin-top: 0.3rem;
}
#ProvH5newlist[data-v-36a87cab] .el-main .el-dialog__wrapper .el-dialog .el-dialog__body .wenxin {
  position: absolute;
  left: 1.14rem;
  top: -0.42rem;
}
#ProvH5newlist[data-v-36a87cab] .el-main .el-dialog__wrapper .el-dialog .el-dialog__body .wenxin img {
  width: 0.87rem;
  height: 0.84rem;
}
#ProvH5newlist[data-v-36a87cab] .el-main .el-dialog__wrapper .el-dialog .el-dialog__body .wenxinbtn {
  width: 100%;
  height: 0.4rem;
  margin-top: 0.25rem;
}
#ProvH5newlist[data-v-36a87cab] .el-main .el-dialog__wrapper .el-dialog .el-dialog__body .wenxinbtn div {
  cursor: pointer;
  margin: 0 auto;
  width: 1.48rem;
  height: 0.4rem;
  background-color: #3B5EFC;
  line-height: 0.4rem;
  text-align: center;
  color: white;
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
}
#ProvH5newlist[data-v-36a87cab] .el-main .el-dialog__wrapper .el-dialog .el-dialog__footer {
  text-align: center;
}
#ProvH5newlist[data-v-36a87cab] .el-main .el-dialog__wrapper .el-dialog .el-dialog__footer .dialog-footer .el-button {
  font-size: 0.18rem;
  line-height: 0.24rem;
}
@charset "UTF-8";
#app[data-v-514a9ae4] {
  overflow-x: hidden;
}
#ProvH5newdetail[data-v-514a9ae4] {
  width: 3.75rem;
  background-color: #f7f6fe;
}
#ProvH5newdetail[data-v-514a9ae4] .el-header {
  width: 100%;
  height: 0.72rem !important;
  line-height: 0.72rem !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0.14rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: white;
  z-index: 9999;
}
#ProvH5newdetail[data-v-514a9ae4] .el-header .logo {
  height: 0.72rem !important;
  line-height: 0.72rem !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  padding: 0.12rem 0;
  z-index: 9999;
}
#ProvH5newdetail[data-v-514a9ae4] .el-header .logo img {
  display: inline-block;
}
#ProvH5newdetail[data-v-514a9ae4] .el-header .logo img:first-child {
  width: 1rem;
  height: 0.36rem;
}
#ProvH5newdetail[data-v-514a9ae4] .el-header .logo img:last-child {
  width: 0.4rem;
  height: 0.23rem;
}
#ProvH5newdetail[data-v-514a9ae4] .el-header .logindra {
  width: 0.2rem;
  height: 0.2rem;
  margin-top: 26PX;
}
#ProvH5newdetail[data-v-514a9ae4] .el-header .logindra img {
  width: 100%;
}
#ProvH5newdetail[data-v-514a9ae4] .el-header .userinfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#ProvH5newdetail[data-v-514a9ae4] .el-header .userinfo .logo {
  width: 0.24rem;
  height: 0.24rem !important;
}
#ProvH5newdetail[data-v-514a9ae4] .el-header .userinfo .quit {
  margin-left: 0.1rem;
  color: #3B5EFC;
  font-size: 0.1rem;
  line-height: 0.14rem;
  padding: 0.06rem 0.14rem;
  -webkit-border-radius: 0.12rem;
          border-radius: 0.12rem;
  background-color: rgba(59, 94, 252, 0.1);
  height: 0.24rem;
}
#ProvH5newdetail[data-v-514a9ae4] .el-header .el-drawer__wrapper .el-drawer__header {
  display: none !important;
}
#ProvH5newdetail[data-v-514a9ae4] .el-header .el-drawer__wrapper .el-drawer {
  top: 0.72rem !important;
}
#ProvH5newdetail[data-v-514a9ae4] .el-header .el-drawer__wrapper div {
  padding-left: 0.14rem;
}
#ProvH5newdetail[data-v-514a9ae4] .el-header .el-drawer__wrapper .openLogin img {
  width: 0.16rem;
  height: 0.16rem;
  display: inline-block;
  vertical-align: middle;
}
#ProvH5newdetail[data-v-514a9ae4] .el-header .el-drawer__wrapper .openLogin span {
  font-size: 0.14rem;
  vertical-align: middle;
}
#ProvH5newdetail[data-v-514a9ae4] .el-main {
  padding: 16PX 0.12rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#5bb0fb), color-stop(40%, rgba(91, 176, 251, 0.8)), color-stop(70%, rgba(91, 176, 251, 0.4)), color-stop(90%, rgba(91, 176, 251, 0.1)), to(#f7f6fe));
  background: -webkit-linear-gradient(top, #5bb0fb 0%, rgba(91, 176, 251, 0.8) 40%, rgba(91, 176, 251, 0.4) 70%, rgba(91, 176, 251, 0.1) 90%, #f7f6fe 100%);
  background: linear-gradient(to bottom, #5bb0fb 0%, rgba(91, 176, 251, 0.8) 40%, rgba(91, 176, 251, 0.4) 70%, rgba(91, 176, 251, 0.1) 90%, #f7f6fe 100%);
  background-size: 100% 2rem;
  /* 渐变高度固定为200px */
  background-repeat: no-repeat;
  /* 不重复渐变 */
  width: 100%;
}
#ProvH5newdetail[data-v-514a9ae4] .el-main .banner {
  -webkit-border-radius: 0.16rem;
          border-radius: 0.16rem;
  position: relative;
}
#ProvH5newdetail[data-v-514a9ae4] .el-main .banner .el-carousel__item h3 {
  color: #475669;
  font-size: 0.14rem;
  opacity: 0.75;
  line-height: 1.5rem;
  margin: 0;
  -webkit-border-radius: 0.16rem;
          border-radius: 0.16rem;
}
#ProvH5newdetail[data-v-514a9ae4] .el-main .banner .el-carousel__item:nth-child(2n) {
  background-color: #99a9bf;
  -webkit-border-radius: 0.16rem;
          border-radius: 0.16rem;
}
#ProvH5newdetail[data-v-514a9ae4] .el-main .banner .el-carousel__item:nth-child(2n+1) {
  background-color: #d3dce6;
  -webkit-border-radius: 0.16rem;
          border-radius: 0.16rem;
}
#ProvH5newdetail[data-v-514a9ae4] .el-main .banner .apply {
  width: 1.33rem;
  height: 0.3rem;
  border: 0.01rem solid #ED880A;
  -webkit-border-radius: 0.5rem;
          border-radius: 0.5rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0.88rem;
  z-index: 1000;
}
#ProvH5newdetail[data-v-514a9ae4] .el-main .newDetail {
  background-color: #fff;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin: 0.8rem auto;
  padding: 0.18rem 0.14rem;
}
#ProvH5newdetail[data-v-514a9ae4] .el-main .newDetail .title {
  color: #333333;
  font-size: 0.18rem;
  font-weight: 700;
  line-height: 0.25rem;
  text-align: center;
  margin: 0 auto 0.15rem;
}
#ProvH5newdetail[data-v-514a9ae4] .el-main .newDetail p {
  color: #333333;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
}
#ProvH5newdetail[data-v-514a9ae4] .el-main .el-dialog__wrapper .el-dialog {
  width: 3.16rem !important;
  margin-top: 1.77rem !important;
}
#ProvH5newdetail[data-v-514a9ae4] .el-main .el-dialog__wrapper .el-dialog .el-dialog__header {
  padding: 0;
}
#ProvH5newdetail[data-v-514a9ae4] .el-main .el-dialog__wrapper .el-dialog .el-dialog__body {
  position: relative;
}
#ProvH5newdetail[data-v-514a9ae4] .el-main .el-dialog__wrapper .el-dialog .el-dialog__body p {
  font-size: 0.14rem;
  line-height: 0.24rem;
  color: #333333;
  text-align: center;
  margin: 0;
}
#ProvH5newdetail[data-v-514a9ae4] .el-main .el-dialog__wrapper .el-dialog .el-dialog__body p:first-child {
  margin-top: 0.3rem;
}
#ProvH5newdetail[data-v-514a9ae4] .el-main .el-dialog__wrapper .el-dialog .el-dialog__body .wenxin {
  position: absolute;
  left: 1.14rem;
  top: -0.42rem;
}
#ProvH5newdetail[data-v-514a9ae4] .el-main .el-dialog__wrapper .el-dialog .el-dialog__body .wenxin img {
  width: 0.87rem;
  height: 0.84rem;
}
#ProvH5newdetail[data-v-514a9ae4] .el-main .el-dialog__wrapper .el-dialog .el-dialog__body .wenxinbtn {
  width: 100%;
  height: 0.4rem;
  margin-top: 0.25rem;
}
#ProvH5newdetail[data-v-514a9ae4] .el-main .el-dialog__wrapper .el-dialog .el-dialog__body .wenxinbtn div {
  cursor: pointer;
  margin: 0 auto;
  width: 1.48rem;
  height: 0.4rem;
  background-color: #3B5EFC;
  line-height: 0.4rem;
  text-align: center;
  color: white;
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
}
#ProvH5newdetail[data-v-514a9ae4] .el-main .el-dialog__wrapper .el-dialog .el-dialog__footer {
  text-align: center;
}
#ProvH5newdetail[data-v-514a9ae4] .el-main .el-dialog__wrapper .el-dialog .el-dialog__footer .dialog-footer .el-button {
  font-size: 0.18rem;
  line-height: 0.24rem;
}
@charset "UTF-8";
[data-v-94d8affc] .el-dialog {
  -webkit-border-radius: 0.32rem;
          border-radius: 0.32rem;
  height: 5.96rem;
}
.check-title[data-v-94d8affc] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.22rem;
  color: #999999;
  line-height: 0.13rem;
}
.title[data-v-94d8affc] {
  margin: 0.45rem 0;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.26rem;
  color: #333333;
  line-height: 0.13rem;
}
.progress-bar[data-v-94d8affc] {
  width: -webkit-calc(0.76rem + var(--slid-move));
  width: calc(0.76rem + var(--slid-move));
  /* 动态计算宽度 */
  height: 100%;
  -webkit-border-radius: 0.42rem;
          border-radius: 0.42rem;
  --move: 0;
  -webkit-transform: translateX(var(--move));
          transform: translateX(var(--move));
}
#rotation[data-v-94d8affc] {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.check[data-v-94d8affc] {
  --slider-size: 0.42rem;
  background: white;
  -webkit-border-radius: 0.16rem;
          border-radius: 0.16rem;
  padding: 0.2rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.check .img-con[data-v-94d8affc] {
  position: relative;
  overflow: hidden;
  width: 1.92rem;
  height: 1.92rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.check .img-con img[data-v-94d8affc] {
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.check .slider-con[data-v-94d8affc] {
  width: 4.14rem;
  height: 0.78rem;
  -webkit-border-radius: 0.42rem;
          border-radius: 0.42rem;
  margin-top: 0.52rem;
  position: relative;
  background: #f5f5f5;
  -webkit-box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.1) inset;
}
.slider-con .slider[data-v-94d8affc] {
  background: url(../static/img/slider.f4d0c20e.png) no-repeat;
  width: 0.78rem;
  height: 0.78rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.2);
  cursor: move;
  background-size: contain;
  --move: 0;
  -webkit-transform: translateX(var(--move));
          transform: translateX(var(--move));
}
.slider-con .slider.sliding[data-v-94d8affc] {
  background: url(../static/img/slider.f4d0c20e.png) no-repeat;
  background-size: contain;
}
.check-state[data-v-94d8affc] {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
body[data-v-94d8affc] {
  padding: 0;
  margin: 0;
  background: #fef5e0;
}
.refresh[data-v-94d8affc] {
  margin-top: 0.15rem;
  height: 0.22rem;
  vertical-align: middle;
  cursor: pointer;
}
.slider-con.err-anim[data-v-94d8affc] {
  -webkit-animation: jitter-data-v-94d8affc 0.5s;
          animation: jitter-data-v-94d8affc 0.5s;
}
@-webkit-keyframes jitter-data-v-94d8affc {
0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
25% {
    -webkit-transform: translateX(-0.05rem);
            transform: translateX(-0.05rem);
}
50% {
    -webkit-transform: translateX(0.05rem);
            transform: translateX(0.05rem);
}
75% {
    -webkit-transform: translateX(-0.05rem);
            transform: translateX(-0.05rem);
}
100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
}
@keyframes jitter-data-v-94d8affc {
0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
25% {
    -webkit-transform: translateX(-0.05rem);
            transform: translateX(-0.05rem);
}
50% {
    -webkit-transform: translateX(0.05rem);
            transform: translateX(0.05rem);
}
75% {
    -webkit-transform: translateX(-0.05rem);
            transform: translateX(-0.05rem);
}
100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
}
#ProvH5newlist[data-v-bdd7cc90] {
  width: 3.75rem;
  background-color: #f7f6fe;
}
#ProvH5newlist[data-v-bdd7cc90] .el-header {
  width: 100%;
  height: 0.72rem !important;
  line-height: 0.72rem !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0.14rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: white;
  z-index: 1000;
}
#ProvH5newlist[data-v-bdd7cc90] .el-header .logo {
  height: 0.72rem !important;
  line-height: 0.72rem !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  padding: 0.12rem 0;
  z-index: 9999;
}
#ProvH5newlist[data-v-bdd7cc90] .el-header .logo img {
  display: inline-block;
}
#ProvH5newlist[data-v-bdd7cc90] .el-header .logo img:first-child {
  width: 1rem;
  height: 0.24rem;
}
#ProvH5newlist[data-v-bdd7cc90] .el-header .logo img:last-child {
  width: 0.4rem;
  height: 0.23rem;
}
#ProvH5newlist[data-v-bdd7cc90] .el-header .logindra {
  width: 0.2rem;
  height: 0.2rem;
  margin-top: 26PX;
}
#ProvH5newlist[data-v-bdd7cc90] .el-header .logindra img {
  width: 100%;
}
#ProvH5newlist[data-v-bdd7cc90] .el-header .userinfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#ProvH5newlist[data-v-bdd7cc90] .el-header .userinfo .logo {
  width: 0.24rem;
  height: 0.24rem !important;
}
#ProvH5newlist[data-v-bdd7cc90] .el-header .userinfo .quit {
  margin-left: 0.1rem;
  color: #3B5EFC;
  font-size: 0.1rem;
  line-height: 0.14rem;
  padding: 0.06rem 0.14rem;
  -webkit-border-radius: 0.12rem;
          border-radius: 0.12rem;
  background-color: rgba(59, 94, 252, 0.1);
  height: 0.24rem;
}
#ProvH5newlist[data-v-bdd7cc90] .el-header .el-drawer__wrapper .el-drawer__header {
  display: none !important;
}
#ProvH5newlist[data-v-bdd7cc90] .el-header .el-drawer__wrapper .el-drawer {
  top: 0.72rem !important;
}
#ProvH5newlist[data-v-bdd7cc90] .el-header .el-drawer__wrapper div {
  padding-left: 0.14rem;
}
#ProvH5newlist[data-v-bdd7cc90] .el-header .el-drawer__wrapper .openLogin img {
  width: 0.16rem;
  height: 0.16rem;
  display: inline-block;
  vertical-align: middle;
}
#ProvH5newlist[data-v-bdd7cc90] .el-header .el-drawer__wrapper .openLogin span {
  font-size: 0.14rem;
  vertical-align: middle;
}
#ProvH5newlist[data-v-bdd7cc90] .el-main .el-form .el-form-item {
  margin-bottom: 0.1rem;
}
#ProvH5newlist[data-v-bdd7cc90] .el-main .el-form .el-form-item:first-child .el-radio-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#ProvH5newlist[data-v-bdd7cc90] .el-main .el-form .el-form-item:first-child .el-radio-group .el-radio {
  -webkit-box-flex: 40%;
  -webkit-flex: 40%;
      -ms-flex: 40%;
          flex: 40%;
  margin-right: 0;
  text-align: left;
  margin-bottom: 0.1rem;
}
#ProvH5newlist[data-v-bdd7cc90] .el-main .el-form .el-form-item:nth-child(15) .el-input .el-input-group__append {
  padding: 0 0.4rem;
}
#ProvH5newlist[data-v-bdd7cc90] .el-main .el-form .el-form-item:nth-child(15) .el-input .el-input-group__append span {
  margin-left: -0.25rem;
}
#ProvH5newlist[data-v-bdd7cc90] .el-main .el-form .el-form-item:nth-child(16) .el-form-item__content {
  margin-left: 0.1rem !important;
}
#ProvH5newlist[data-v-bdd7cc90] .el-main .el-form .el-form-item .el-form-item__label {
  width: 1.1rem !important;
  font-size: 0.12rem;
}
#ProvH5newlist[data-v-bdd7cc90] .el-main .el-form .el-form-item .el-form-item__content {
  width: 100%;
  margin-left: 0 !important;
}
#ProvH5newlist[data-v-bdd7cc90] .el-main .dialog-footer .saveBtn {
  margin-bottom: 0.2rem;
  margin-top: 0.2rem;
}
#ProvH5newlist[data-v-bdd7cc90] .el-main .dialog-footer .saveBtn div {
  width: 100%;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  font-size: 0.14rem;
  background-color: #3b5efc;
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
  color: white;
}
@charset "UTF-8";
@-webkit-keyframes fadeLoop-data-v-1cca2819 {
0% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
}
40%, 100% {
    opacity: 0;
    -webkit-transform: scale(1.1, 1.22);
            transform: scale(1.1, 1.22);
}
}
@keyframes fadeLoop-data-v-1cca2819 {
0% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
}
40%, 100% {
    opacity: 0;
    -webkit-transform: scale(1.1, 1.22);
            transform: scale(1.1, 1.22);
}
}
[data-v-1cca2819] .el-dropdown-menu__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
[data-v-1cca2819] .el-dropdown-menu__item span {
  width: 1.5rem;
}
[data-v-1cca2819] .el-dropdown-menu__item img {
  width: 0.27rem;
  height: 0.24rem;
}
.imgTb[data-v-1cca2819] {
  width: 0.2rem;
}
.el-header[data-v-1cca2819] {
  width: 16rem;
  padding: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-header .img[data-v-1cca2819] {
  width: 2.88rem;
  height: 0.62rem;
  margin-right: 0.05rem;
}
.el-header .imgs[data-v-1cca2819] {
  width: 0.64rem;
  height: 0.32rem;
}
.el-header .headerText[data-v-1cca2819] {
  width: 70%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0.35rem;
}
.el-header .headerText .navHeader[data-v-1cca2819] {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4rem;
}
.el-header .headerText .navHeader a[data-v-1cca2819] {
  position: relative;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.el-header .headerText .navHeader a.active[data-v-1cca2819]::after {
  content: "";
  position: absolute;
  bottom: -0.3rem;
  /* 调整位置 */
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.47rem;
  height: 0.06rem;
  background: #3B5EFC;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.el-header nav a[data-v-1cca2819],
.el-header .el-dropdown a[data-v-1cca2819] {
  font-size: 0.2rem;
  line-height: 0.24rem;
  color: #666666;
}
.el-header .el-button[data-v-1cca2819] {
  width: 0.84rem;
  height: 0.42rem;
  -webkit-border-radius: 0.21rem;
          border-radius: 0.21rem;
  padding: 0 0.2rem;
  font-size: 0.18rem;
  line-height: 0.42rem;
  border: 0.01rem solid transparent;
  color: #000;
}
.el-header .sass[data-v-1cca2819] {
  width: 1.08rem;
  height: 0.42rem;
  padding: 0.01rem 0.15rem;
  font-size: 0.18rem;
  line-height: 0.42rem;
  border-right: 0.01rem solid #000;
}
.el-header .sass[data-v-1cca2819]:last-child {
  border-right: none;
}
.el-header .userInfo[data-v-1cca2819] {
  margin-right: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-header .userInfo .logo[data-v-1cca2819] {
  width: 0.46rem;
  height: 0.46rem;
}
.el-header .userInfo .userName[data-v-1cca2819] {
  font-size: 0.18rem;
  min-width: 0.5rem;
  line-height: 0.46rem;
  margin-left: 0.15rem;
}
.el-header .userInfo .quit[data-v-1cca2819] {
  width: 0.84rem;
  height: 0.42rem;
  background: rgba(59, 94, 252, 0.1);
  -webkit-border-radius: 0.21rem;
          border-radius: 0.21rem;
  text-align: center;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 0.18rem;
  color: #1667FF;
  line-height: 0.42rem;
  margin-left: 0.15rem;
  cursor: pointer;
}
.el-main[data-v-1cca2819] {
  min-width: 12rem;
  padding: 0;
  overflow: hidden;
  background-size: cover;
  background-position: top center;
}
.el-main[data-v-1cca2819]  .banner {
  width: 100%;
  max-width: 19.2rem;
  height: 6rem !important;
  margin: auto;
  position: relative;
}
.el-main[data-v-1cca2819]  .banner .btn-folder {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 3.47rem;
  width: 2.4rem;
  height: 0.8rem;
  z-index: 1000;
}
.el-main[data-v-1cca2819]  .banner .apply {
  cursor: pointer;
  width: 2.4rem;
  height: 0.8rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 3.47rem;
  z-index: 2001;
}
.el-main[data-v-1cca2819]  .banner .btn-folder-bg {
  position: absolute;
  top: 0;
  top: 3.36rem;
  width: 2.4rem;
  z-index: 1000;
}
.el-main[data-v-1cca2819]  .banner .apply-bg {
  width: 2.4rem;
  height: 0.8rem;
  -webkit-animation: fadeLoop-data-v-1cca2819 2.5s ease-out infinite;
          animation: fadeLoop-data-v-1cca2819 2.5s ease-out infinite;
  z-index: 1000;
}
.el-main[data-v-1cca2819]  .banner .el-image {
  width: 100%;
  height: 100%;
}
.el-main[data-v-1cca2819]  .banner .Title:first-child {
  margin-top: 1rem !important;
  padding-top: 2rem !important;
}
.el-main[data-v-1cca2819]  .banner .el-carousel__item {
  background: #fff;
}
.el-main .martop[data-v-1cca2819] {
  height: 1rem;
}
.el-main .cont[data-v-1cca2819] {
  width: 12rem;
  margin: 6rem auto 2rem;
}
.el-main .cont span[data-v-1cca2819] {
  padding: 0.14rem 0.26rem;
  background: #2c51a2;
  text-align: center;
  font-size: 0.26rem;
  color: #ffffff;
}
.myelFooter[data-v-1cca2819] {
  background: #75161B !important;
}
.myelFooter dl[data-v-1cca2819] {
  color: #fff !important;
}
.myelFooter a[data-v-1cca2819] {
  color: #fff !important;
}
.footer-news[data-v-1cca2819] {
  background-color: #333333;
  width: 100%;
  padding: 0.3rem;
}
.footer-news .footer-content[data-v-1cca2819] {
  width: 12rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.footer-news .footer-content .footer-center[data-v-1cca2819] {
  background-color: #333333;
  color: white;
  width: 100%;
  padding-left: 0.3rem;
}
.footer-news .footer-content .footer-center .guishu[data-v-1cca2819] {
  font-size: 0.18rem;
}
.footer-news .footer-content .footer-center .guishu span[data-v-1cca2819] {
  margin-right: 0.1rem;
}
.footer-news .footer-content .footer-center .banquan[data-v-1cca2819] {
  margin: 0.2rem 0;
  font-size: 0.16rem;
}
.footer-news .footer-content .footer-center .gongan[data-v-1cca2819] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.16rem;
}
.footer-news .footer-content .leftimg[data-v-1cca2819] {
  width: 1rem;
}
.footer-news .footer-content .rightimg[data-v-1cca2819] {
  width: 1rem;
}
[data-v-1cca2819] .el-dialog {
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
}
[data-v-1cca2819] .el-dialog__body {
  padding-top: 0.1rem;
}
[data-v-1cca2819] .el-dialog__header {
  text-align: center;
  padding-top: 0.6rem;
}
.login-left[data-v-1cca2819] {
  margin: 0 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.login-left h3[data-v-1cca2819] {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 0.2rem;
  color: #333333;
}
.login-left .qrcodeBorder[data-v-1cca2819] {
  width: 2.22rem;
  height: 2.22rem;
  border: 0.01rem solid #E8E8E8;
  margin-bottom: 0.13rem;
}
.login-left .qrcodeBorder .qrcode[data-v-1cca2819] {
  width: 1.92rem;
  height: 1.92rem;
  background: #E8E8E8;
  margin: 0.15rem;
}
.login-left .qrcodeBorder .tips[data-v-1cca2819] {
  width: 1.8rem;
  height: 0.43rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 0.18rem;
  color: #666666;
  line-height: 0.21rem;
  text-align: center;
  font-style: normal;
}
.line[data-v-1cca2819] {
  width: 0.01rem;
  height: 3.6rem;
  border: 0.01rem solid #D8D8D8;
}
.login-weaper[data-v-1cca2819] {
  width: 3.57rem;
  margin: 0 auto;
  background: #ffffff;
  overflow: hidden;
}
.login-weaper .title[data-v-1cca2819] {
  font-family: PangMenZhengDao;
  font-size: 0.32rem;
  color: #1667FF;
  letter-spacing: 0.02rem;
  text-align: center;
  margin-bottom: 0.49rem;
}
.login-weaper .navbar[data-v-1cca2819] {
  font-weight: 200;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #666666;
  text-shadow: 0 0.02rem 0.04rem rgba(0, 0, 0, 0.3);
}
.login-weaper .navbar a[data-v-1cca2819] {
  width: 50%;
  display: inline-block;
  text-align: center;
}
.login-weaper .navbar .active[data-v-1cca2819]::after {
  content: "";
  display: block;
  width: 15%;
  height: 0.08rem;
  background: #1667FF;
  -webkit-border-radius: 0.045rem;
          border-radius: 0.045rem;
  margin: 0.05rem auto;
}
.login-weaper[data-v-1cca2819]  .el-input__inner {
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
}
.Title[data-v-1cca2819] {
  position: relative;
  width: 100%;
  height: 0.32rem;
  font-family: Microsoft JhengHei;
  font-style: normal;
  font-weight: bold;
  font-size: 0.36rem;
  line-height: 0.32rem;
  text-align: center;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.2);
  margin-bottom: 1rem;
}
.TitleRed[data-v-1cca2819] {
  color: rgba(209, 0, 1, 0.2);
}
.TitleRed span[data-v-1cca2819] {
  color: #E31512;
}
.boxList[data-v-1cca2819] {
  width: 12rem;
  padding-bottom: 0.32rem;
  margin: 0.32rem auto 0;
  border-bottom: 0.01rem solid #e6e5e5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.boxList .el-image[data-v-1cca2819] {
  width: 2.73rem;
  height: 2.08rem;
  margin-right: 0.22rem;
}
.detail .back[data-v-1cca2819] {
  display: inline-block;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.08rem 0.1rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0.01rem 0.05rem 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.01rem 0.05rem 0 rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 0.02rem;
          border-radius: 0.02rem;
  font-size: 0.08rem;
  color: #666666;
  -webkit-border-radius: 0.06rem;
          border-radius: 0.06rem;
}
.detail img[data-v-1cca2819] {
  vertical-align: middle;
  display: inline-block;
}
.detail span[data-v-1cca2819] {
  vertical-align: middle;
  font-size: 0.18rem;
}
.box[data-v-1cca2819] {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.box .box1[data-v-1cca2819] {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.box .box1 .box1_0[data-v-1cca2819] {
  font-family: Microsoft New Tai Lue;
  font-style: normal;
  font-weight: bold;
  font-size: 0.24rem;
  color: #333333;
}
.box .box1 .box1_1[data-v-1cca2819] {
  font-family: Microsoft New Tai Lue;
  font-style: normal;
  font-weight: normal;
  font-size: 0.18rem;
  line-height: 0.24rem;
  color: #999999;
  white-space: nowrap;
  margin-left: 0.35rem;
}
.box .box2[data-v-1cca2819] {
  width: 100%;
  padding-top: 0.26rem;
  margin-bottom: 0.1rem;
  font-family: Microsoft New Tai Lue;
  font-style: normal;
  font-weight: normal;
  font-size: 0.18rem;
  line-height: 0.27rem;
  color: #333333;
}
.box .box2 img[data-v-1cca2819] {
  display: none !important;
}
.box .box3[data-v-1cca2819] {
  width: 100%;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: bold;
  font-size: 0.2rem;
  text-align: right;
  color: #7db0ea;
}
.box .box3Red[data-v-1cca2819] {
  color: #FF6D6B;
}
.changeCH-title[data-v-1cca2819] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 0.36rem;
  font-family: AppleSystemUIFont;
  font-size: 0.2rem;
  color: #333333;
  line-height: 0.36rem;
}
.linech[data-v-1cca2819] {
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.01rem;
  height: 30%;
  background-color: #e0e0e0;
}
.changeCH[data-v-1cca2819] .el-dialog {
  position: absolute;
  left: 10%;
  top: -3vh;
  padding: 0.1rem 0.1rem;
  width: 24% !important;
}
.changeCH[data-v-1cca2819] .el-dialog .el-dialog__header {
  padding: 0 !important;
  padding-top: 0rem !important;
}
.changeCH[data-v-1cca2819] .el-dialog .el-dialog__body .changebutton {
  margin-top: 0.1rem;
  padding: 0.1rem 0.2rem;
}
.changeCH[data-v-1cca2819] .el-dialog .el-dialog__body .changebutton .el-button {
  width: 1.3rem;
  vertical-align: middle;
}
.changeCH[data-v-1cca2819] .el-dialog .el-dialog__body .changebutton .el-button span {
  margin-left: 0.06rem;
}
.changeCH[data-v-1cca2819] .el-dialog .el-dialog__body .changebutton .line {
  height: 0.4rem;
  width: 0.01rem;
  display: inline-block;
  background: #999;
  vertical-align: middle;
  margin-top: -0.2rem;
}
.changeCH[data-v-1cca2819] .el-dialog .el-dialog__body .changeSth {
  padding: 0.2rem 0.1rem;
  border-top: 0.01rem solid #999;
  border-bottom: 0.01rem solid #999;
  font-size: 0.15rem;
}
.newsListDetail h1[data-v-1cca2819] {
  width: 100%;
  text-align: center;
  margin: 1rem 0;
  font-weight: normal;
  font-size: 0.4rem;
}
.newsListDetail div[data-v-1cca2819] {
  width: 100%;
  font-size: 0.2rem;
}
[data-v-1cca2819] .el-tabs__nav-wrap::after {
  background-color: rgba(0, 0, 0, 0) !important;
}
[data-v-1cca2819] .el-tabs {
  font-size: 0.18rem !important;
}
[data-v-1cca2819] .el-tabs .el-tabs__item {
  font-size: 0.18rem !important;
  font-weight: bold !important;
}
.newsData[data-v-1cca2819] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.newsData .newsBox[data-v-1cca2819] {
  width: 32%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.newsData .newsBox .newsBoxTime[data-v-1cca2819] {
  width: 0.5rem;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #1667ff;
  margin-right: 0.1rem;
}
.newsData .newsBox .newsBoxTime .newsBoxTime-top[data-v-1cca2819] {
  font-size: 0.2rem;
  display: block;
  margin-bottom: 0.1rem;
  margin-top: 0.03rem;
}
.newsData .newsBox .newsBoxTime .newsBoxTime-bottom[data-v-1cca2819] {
  font-size: 0.11rem;
  display: block;
}
.newsData .newsBox .newsBoxTitle[data-v-1cca2819] {
  -webkit-box-flex: 7;
  -webkit-flex: 7;
      -ms-flex: 7;
          flex: 7;
  font-size: 0.16rem;
  line-height: 0.28rem;
}
.newsData .newsBox:first-child .newsBoxTitle[data-v-1cca2819]::after {
  content: "";
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAWdJREFUOE+lk01LAkEch5/xHQVTIUFPpZuJ1KE8RPeC6Fyfozp0iK5phw7Rl4hOEXite5SuQX0ENTHxBTIMxYllIFtXE2ouu8zyf3jmt78RUkrBaWYPxCHICCD4fUkQryDPODq+EDJ7sg+cTxma9PlAyGymDDL6N4CoGAYDi/ZsGN5qVqYQIOXPfWkAhjt+P4TDsLYOT0X47EKrDYkEhELg80EuBx+db4gZEAhCOg3VKnjcaqDRVM9CHvp9i5UZYChubEL+EeIaNBrgcoHDAS/PY2MyA7QFSCyqYxia7x2o1WB5CbpdmAnAwz3o+oQjeL1gBJhKQb2uhj0ecDqhUoaVVbi7NZmMZBCAuXmIxaDdhlZLpd5qqvepAIO9swulEvR64HYrg6IORj5TAZoGwRDY7Uo5FodIFK4uIRicCBgWKZlU6lvbcHMNg4H6G3pB9cBqYBRpTJVtNjU8uixNVFX+52X653X+AoHVnytdLt2xAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  position: relative;
  top: 0.04rem;
}
.newsData .newsBox:nth-child(2) .newsBoxTitle[data-v-1cca2819]::after {
  content: "";
  display: inline-block;
  width: 0.4rem;
  height: 0.2rem;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAQCAYAAACYwhZnAAAAAXNSR0IArs4c6QAAAj9JREFUSEvNlUtIVFEYx3/nzswd78wog2FU6qIHUmFQQUTh9JAei8BFRS2UaJEWhIEEBVJJFIWryl3YIiIXEUUZimGZ0iIyKASJTCoiK8usYWbunfe5MTcaI19hmXM2h7M43/f7/t9LhA1pSv8rYp01yIGHIONM+1EcKAU+1A3nULwLEcY3vxlpWoUZej/tvn93IDz5ZJU/QQS7L5mxjkP/HeCnQ7W0ARF4cNqMPz4zYxCO1bUTQwj3bFybzyO/9mPLW0py6Hn6VnIXYbTXYOqfcZddQajZgEn8bSeOQt+PoOxOSEQx4zr6nb1jBjophJJTiHtbI7GXt1GLy4n1NuEsriDaexW1qAy9pQoZeGcZdy7fhwx/Id53y3oLpxfX1gb05j0TqjwphH3+JmzeBWkjzpX7iT69mH4n/a9JvLk3CiK7ogMZ/ABCIBQVqQ9i3K2eohKzFmPLLULJngc2B87icqI9ly1jMvSR5HAfcvjFKAjPjuuEbuxCKzlG5Fkjmu84RtvBqUGkfmm+OsxEGBkYSBtRcgoQqptwV92ISr+kw4K4uRvP9mvobdUzB6G3HsC18SxG14l/A5GqcjM0mI5aeOZYk3U8JbT1p0h+6kG48oj1N6Mu2Um0+8LfpeOPIFZUIo0hqzvshT60klr0lkpcWxqsopTBsSfypN2hldaTalMz4odEeCQSu4bI8iKDA4TvHyFr7VHs+Wsw2g+jLqtA2FQij+oxowGEZy6udSfRW6vGVyIjxnZGLLBMWOXfAcljV1SmRJ0sAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  position: relative;
  top: 0.04rem;
}
.newsDataMore[data-v-1cca2819] {
  text-align: center;
  color: #1667FF;
  padding: 0.6rem 0;
}
.el-tabs__nav-scroll[data-v-1cca2819] {
  padding-left: 2rem;
}
.Scnenure[data-v-1cca2819] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.Scnenure .ScnenureBox[data-v-1cca2819] {
  margin: 0.15rem;
  padding: 0.2rem;
  border-top: 0.06rem solid #FEAC52;
  width: 30%;
}
.Scnenure .ScnenureBox .ScnenureBoxTop[data-v-1cca2819] {
  border-bottom: 0.01rem solid #FEAC52;
}
.Scnenure .ScnenureBox .ScnenureBoxTop h1[data-v-1cca2819] {
  color: #FEAC52;
  text-align: center;
  margin: 0.5rem 0 0.2rem 0;
  font-size: 0.3rem;
  vertical-align: middle;
}
.Scnenure .ScnenureBox .ScnenureBoxTop h1 img[data-v-1cca2819] {
  display: inline-block;
  width: 0.5rem;
  vertical-align: middle;
}
.Scnenure .ScnenureBox .ScnenureBoxTop h1 span[data-v-1cca2819] {
  vertical-align: middle;
}
.Scnenure .ScnenureBox .ScnenureBoxTop p[data-v-1cca2819] {
  text-align: center;
  padding-bottom: 0.2rem;
  color: #FEAC52;
}
.Scnenure .ScnenureBox .ScnenureBoxBottom[data-v-1cca2819] {
  padding: 0.2rem 0.1rem;
  font-size: 0.2rem;
}
.Scnenure .green[data-v-1cca2819] {
  border-top: 0.06rem solid #15DA93;
}
.Scnenure .green .ScnenureBoxTop[data-v-1cca2819] {
  border-bottom: 0.01rem solid #15DA93;
}
.Scnenure .green .ScnenureBoxTop h1[data-v-1cca2819] {
  color: #15DA93;
}
.Scnenure .green .ScnenureBoxTop p[data-v-1cca2819] {
  color: #15DA93;
}
.Scnenure .blue[data-v-1cca2819] {
  border-top: 0.06rem solid #0C8AFF;
}
.Scnenure .blue .ScnenureBoxTop[data-v-1cca2819] {
  border-bottom: 0.01rem solid #0C8AFF;
}
.Scnenure .blue .ScnenureBoxTop h1[data-v-1cca2819] {
  color: #0C8AFF;
}
.Scnenure .blue .ScnenureBoxTop p[data-v-1cca2819] {
  color: #0C8AFF;
}
.project[data-v-1cca2819] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.project .ProjectBox[data-v-1cca2819] {
  margin: 0.1rem;
  -webkit-border-radius: 0.15rem;
          border-radius: 0.15rem;
  background-color: #ffffff;
  padding: 0.2rem;
  width: 30%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.project .ProjectBox .ProPic[data-v-1cca2819] {
  -webkit-border-radius: 0.15rem;
          border-radius: 0.15rem;
  width: 100%;
  height: 2.5rem;
  background-color: #f6f9ff;
  text-align: center;
}
.project .ProjectBox .ProPic img[data-v-1cca2819] {
  margin: auto;
}
.project .ProjectBox .ProAddress[data-v-1cca2819] {
  color: #0C8AFF;
}
.project .ProjectBox .ProAddress span[data-v-1cca2819] {
  font-size: 0.16rem;
}
.project .ProjectBox .ProAddress span[data-v-1cca2819]:first-child {
  margin-right: 0.08rem;
}
.project .ProjectBox .ProNum[data-v-1cca2819] {
  color: #979797;
}
.project .ProjectBox .ProNum span[data-v-1cca2819] {
  font-size: 0.14rem;
}
.project .ProjectBox .ProNum span[data-v-1cca2819]:first-child {
  margin-right: 0.08rem;
}
.project .ProjectBox .ProjectTime[data-v-1cca2819] {
  margin-top: 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.project .ProjectBox .ProjectTime .ProjectTimeLeft[data-v-1cca2819] {
  font-size: 0.14rem;
}
.project .ProjectBox .ProjectTime .ProjectTimeRight[data-v-1cca2819] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.project .ProjectBox .ProjectTime .ProjectTimeRight img[data-v-1cca2819] {
  width: 0.2rem;
  margin: 0 0.08rem;
}
[data-v-1cca2819] .v-modal {
  background: rgba(0, 0, 0, 0) !important;
}

/* 沿用之前的 .changebutton 和 .half-btn 样式，无需修改 */
.changebutton[data-v-1cca2819] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.2rem;
  padding: 0.1rem;
}
.el-button.plain[data-v-1cca2819] {
  width: 100%;
  max-width: 3rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
.half-btn[data-v-1cca2819] {
  width: 40% !important;
}
.changebutton[data-v-1cca2819] {
  padding: 0.2rem 0.1rem;
}
.btn-container[data-v-1cca2819] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
}
.el-button.plain[data-v-1cca2819] {
  border: none;
  padding: 0.12rem 0.24rem;
  font-size: 0.14rem;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.el-button.el-button--primary.is-plain[data-v-1cca2819] {
  margin-left: 0;
}

/* 中间分割线（仅当两个按钮显示时出现） */
.login-line[data-v-1cca2819] {
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.01rem;
  height: 60%;
  background-color: #e0e0e0;
  /* position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 60%;
  background-color: #e0e0e0; */
}
.ScnenureChangeBtn[data-v-1cca2819] {
  width: 4rem;
  vertical-align: middle;
}
.ScnenureChangeBtn img[data-v-1cca2819] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.05rem;
}
.ScnenureChangeBtn div[data-v-1cca2819] {
  vertical-align: middle;
  display: inline-block;
}
.sch span[data-v-1cca2819] {
  vertical-align: middle;
}
.sch .perName[data-v-1cca2819] {
  height: 0.4rem;
  line-height: 0.4rem;
  -webkit-border-radius: 0.05rem;
          border-radius: 0.05rem;
  font-size: 0.18rem;
  padding-right: 0.1rem;
  max-width: 2.6rem;
  vertical-align: middle;
}
.sch .perName span[data-v-1cca2819] {
  vertical-align: middle;
}
.sch .perName img[data-v-1cca2819] {
  width: 0.14rem;
  height: 0.18rem;
  vertical-align: middle;
}
.ss span[data-v-1cca2819] {
  vertical-align: middle;
  margin-top: 0.02rem;
}
.ss .perName[data-v-1cca2819] {
  height: 0.4rem;
  line-height: 0.4rem;
  -webkit-border-radius: 0.05rem;
          border-radius: 0.05rem;
  font-size: 0.18rem;
  padding-right: 0.1rem;
  vertical-align: middle;
  max-width: 2.6rem span;
  max-width-vertical-align: middle;
}
.ss .perName img[data-v-1cca2819] {
  width: 0.14rem;
  height: 0.18rem;
  vertical-align: middle;
}
.imgLogoSch[data-v-1cca2819] {
  width: 80%;
}

/* 大赛相关 */
.aboutScnenureMain[data-v-1cca2819] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.6rem 0.8rem;
}
.aboutScnenureMain .aboutScnenureTop[data-v-1cca2819] {
  padding-top: 1rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABK4AAAE3CAMAAAC0FflhAAAA+VBMVEUAAAByqf93rv////////////+51P+Es//29vqLuP+Uvf+hyP+cw/+40vauz/+pyv+81/+10f+/1/7I2/7h6/3H3f+/1/+30/94qP/F3P/K3//a5/+50vvN4f/O4fzD2v/E2/+51f/P4P+81P/0+P/M4P/J3v+ty//t8/7Q4/+1zv34+vv5+/75+/+qx/3P4v/+/v/O4f/s8//4+v7i6/+kx//t9f/s9f/s9P/1+f/s9P/r8v/t9f+72f+Vvf/////K4f/o8//n8v/m8f+v0f/////t9P/u9v/9/v/8/f/0+f/6/P/x9//2+v/4+//w9//y+P/5+//7/P/j4dl5AAAARXRSTlMALy+tGyhYLzYvLy8vBi4uLi4PEwciJSsvLhoMChULHSooGCAZHicsECoYFyMfEy4TWS4rVCiX9enSiENhQiHuTsWwcToRvjX5AAANg0lEQVR42uzd2W7aQBgF4ClyhFjMYoxZxtgETDBewGrFbd7/sTob2O5gmqaQsJyvUqUu10f/mZn8JgAAAAAAAAAAAAAA8C1MOlhMV8PhcLVaLGazwcDyXJMAANwU0xos/OXQcV4Fx3FEbPm+P51OF4uIh5dlUep5rm0iwwDg27jW1JlPev1OV+p0+v0eM5lMdpNJbz5/c4Ysu1hw8dyinm1yyC0A+FqmtXrtdbrtZrPRaNSFhtBsNttcq9XqMDzCZIZthDdH9UYVYQgvALgq04qWr2sWVjypajkZW0qTUcHV7Yrg6rPfRiNVG5eMmL1EdvHeSEVvdDGAAcAF08of9Vs8q2pn1I9keqn4EuGVF8fdjpVHWRzFkddssLUs10VxBIALcH1n3W5qWXWePn4d46slT77WI24usNb4VuqNKI4A8InRauF024167X/UlUNw5Sdeqjb2WHMc8eLIa+NK1MZpNBOtUYYX49q4cASAM6jfb2mj1QWyS5+78t7YF71RFcc3XhynUzF2WXjmBQAVTMtZNytGq6slWN4bVXNcd0bSnHljHGcoIkwVRxfFEQAsf82L4JcqT15cuzh79Vhx7KviKC4cfX7hWCiOVBZHRBjAU3GjNS+C36iuHXvlJ/advsCKo7DhkxefuhbypaqF03qA52H6e55WN6TcGaX8tpH3RjZ2SQ4zZFbiqb146sV7o4vjeoAHZFr7dqN2q+pVD73E4CVqo8SOvFhvXK5WK3nfOLBCS/5wo+vZjIkLR4C7Zy3bjZuarf65OObPJcrFcaeKozqu31oWTusB7pkZ7Zv3lFZ/qn4tIc7s1+tjcZS1UfVGURyt0KKei0cTAHdi+96+57Q6M3k1T7z0Yia9HuuNojj6IrcilluUkXeNHH5QCOAWmcv97R5cXTK+ys8lutpiibl4qTr05UvVAZ55AdwAm4ZZHAeGEKzuuwp+tjU2hcJPCLFf4ucbD1eNcrPEUXBkAMBnBUGchaFtfjysYiNNkuRF+LVrPfBw9U/3jW1tsYS0436e8Cv3AgAfkSSpEWcfC6wwSF4S/r8Pbyu3y7u6FbymPL/0g6+8Nu6kzUZcOQb5VlUCAH9j83JnsGkpjW1yFs0Mg49iIquU7SOfXP2Hijf2Kro6ojgeLxuX4q6ROe7FkavsEWEApxOLn0bFIanmZSmLNI+URA90LVhy5Z8QOkxd+dwlFxKqxRJi6NryoQsLCQF0dhi8JAG1yWk0TlL9X933Zg3+mf5cQttIOJc2c7WRUD70wm4cAMVmpdAIKw6tDCOj2l9b7+iCl75wbOfZJVfZ90fFVfa+XGU/O66y9/AJNHhKNk+l0CYaaiQpJbot4oq55kbCtnbhKDcSbjZz9cxLHdbjcT08HZt1vkz72zhNeYjpoj2Orq7t1LkXV1xlPyqtsvfzVfaIMHhonpEaHikyQ1YET6aV+Y64uj69NmpnXnL06quNhLI2llfZi+USWGUPjyYM0vIpFU3TmJxkvuPV1dc6vxinvFiil28kVJ9AW2CxBDya0CjFU2akITnN3N/WWr6ndm6xV7cjVhIqh1X2QxFhs8ONI555wT2yg8KTUdvgfzjNRBe8QdU/IdQqvvTivTFfLCFiy+IopdgsAXekMFDZWWIQgri6a/XqLziK+Mp/xnEjv529XKkX9iiOcPvCJA5VciUZPRtXP+AO1Eoqf7qRt8ZTq+xXq5XcSBgOQsuieKoKt8TOUsMkjBcn1KyOqybi6m78bfTSv/kvi6Mwn8viKL/AEYm567CRkF82ojfCN7JT+Sw0MAKTVHIRV/dvzPx9JWH5G2i9iSBvHI/FkeL7QfA9MoO/vrITgxLE1bOpGL606Yv3xvVorX0B7bDKnvdGDxkGV2dnSUhMmsSkmmk16uMf8Kiqq+OJQ6/jLvv+XN44yh9vjFhx3Mo3qqo42tgxARcXJhmhgREirqDoQx/j6DKdwmvVzZz3RvlUVcxd+BlHuCg7CPi1oEequdt6DXH13IoHX6fXeqm9Xqo2Okz+I0IsvKLZoTa6+HY2fJYZpiR+oeRsXOHoCgrGXMVWL07/Bhorjrw3yg+gRbw2qr6ItYTwT+yUBImNuILLRVhdKRRHuZOQUZ/PlsWRP1VVPyC0xUZC+ACDBKlJzvAixBV83FipmL3yQ3t+4ciK495hCsUx4sVxq+4bXQxfUBSTICDnWBFO2uHTxqcGr3Jv1Iujw6MrYrZi6jJRG0HKSBAiruDrjA+02ihnrzYbu5TDOvvXN0ecfcneiFX2z4uSgJJztogruBo9ulR25cOXXIzDvO5ZcVwKvh8JrDZuZW3EjeNT8Ehgn4+r9zHiCq5Mb4764NUq3DgK6kcc+TMv0RstJNZv9u62J20gAOB4E81cUluLliiCxpnStbNNBQxQpJOnXDXozPb9P8yOOvEBHZtvuCP/X2J8dzne/HN3vcK6cw3PWJIraoVVOZhbfOD4eFe12DYW5GtCfnFwLxMmV17F0oubquuFXEELBw+eL70W1l5S8cDxadsow1WUS5LxKraNPHDU2JJcffu+tTXJPgFqa7zp4qXLuc9QSTM6q304V1Y1OPPiOGr1exvp1Q9AXT8fTZ/8mrlZdH19Lf/kf6jnKt3o9VuRFMeb3vlu7Z9yZR0H54d1P7xop3fTZ25UMH2kx8ym0w8Po+YnVWZWU6ylu7R90WwmoV/2ToNqbWmuakdxq9m87KW393ku5vL8VgXzGekwM+n+v4fJxbtyOdoKLJveSmZ1nwuspzztZY6TNJutyDu2/pYrK/CiMHQGo1x6PYoKREGbmQnx4WHU/KTKzEpgnY0Gtl1yKmEUn7vv5cqqBXU/SQYjAQArNBqYZslJwvioar14a3Au8FpJZdLuCABYqU57YpqmU2nFR9YbuXLP4tCx+10BACvX7cte2U7oe7sLubKCKKzYbQEASmibkpNEp+6rXLmejFU2FACgiGFWBCuMqy9y5Z76FXvARhCAMnLRHTxsCOvBs1xZQeTYDc7YASil05C92nHCTfcpV57vmH1qBUAxnb4plU7i2p9cWdXyCWsrAAoq1ld2yd9zH3JVPTwpcW4FQEF5d1DsB+tBkSvrKNzJqBUAFeXdzJQqZXeWq6BeMbnBAEBRQ1Ny/D1L5qr+ZacnAEBRPVPaLx8b3rFfaggAUFZxneFkz4j39u1UAICyUlMqHRpR/StbQQBK65lS2Uj8jBtXAJTWyWanV0ZS4lsYACiuLXNlGwmLKwCq60xkrwyHxRUA5bVnuapwnx2A8rqzXI0FAChvLHPF6zcANDDc3jYEAGhgsm3wA5MAdDAmVwD0MDKNHAA00CVXADSRcdQOQA9jcgVADz1yBUAPI3IFQAv5kFwB0ENKrgDooUuuAOihQ64A6CAXglwB0AS5AqCFXPASDgBNkCsAmiBXADRBrgBoglwB0AS5An6zawemEQUhFEXtbuEzMPZfTUpYAwH3Zc8p4qIiITwyACHkCgghV0AItysghFwBIeQKCCFXQAi5AkLIFRBCroAQcgWEkCsghFwBIeQKCCFXQAi5AkLIFRBCroAQcgWEkCsgxCxX974AdtVrRK6AvydXwL8kV0AItysgRN2RcwF2Daer8wLYJVdACLkCQrhdASHkCgghV0CIOiN9AHbVHTjHdAVskysgxCxXegWsqzPQ7XYFbBtOV30BdtVsF2zLIPBLlkHgS01y5e0K+AB1JkxXwDrLIBBCroAQcgWEqAaIYLoCQlQPPM/TALvqvNVtugL21XlProAPYBmEH3bt6ARAGIiC4LWnoqD9F2ML+QsLM0Us70KIWMqVWgH7zQmQMEvjyrwCtnMMAhF+tQMR3q6ACOsKiLCugAi5AiLkCoiQKyBCroAIuQIi5AqIkCsgQq6AiLkBEqwrIMK6AiLkCoiQKyBCroAIuQIi5AqIkCsgYh6ABOsKiJArIMIxCETIFRAhV0CEXAERcgVEyBUQMRdAgnUFRMgVEDEvQIK3KyBCroAIuQIi5AqIkCsgQq6ACLkCIuQKiJgDIMG6AiLkCohwDAIR8wE/u3ZAAgAAAjDMcoL9E5njsIU4KpJgugIi5AqIkCsgQq6ACLkCIuQKiJgDSDBdARFyBUTIFRAhV0CEXAERcgVEeGQAIuQKiJArIEKugAi5AiLkCoiQKyBCroAIuQIi5AqIkCsgQq6ACLkCIuQKiJgFSJArIMIyCETIFRBhGQQiTFdAhFwBEXIFRLhdARFyBUTIFRAhV0CEXAERcgVEeGQAIuQKiJArIEKugAindiBCroAIuQIi5AqIkCsgQq7g2aljIgBAGABitQULU/1bQsffJSJChK6ACF0BEboCInQFROgKiNAVEKErIEJXQISugAhdARG6AiJ0BUToCojQFRChKyBCV0CEroAIXQERugIidAVE6AqI0BUQoSsgQldAhK6ACF0BEboCInQFROgKiNAVEKErIEJXQISugAhdARG6AiJ0BUToCojQFRChKyBCV0CEroAIXQERugIidAVE6AqI0BUQoSsgQldAxLwFCHhzFiDgzF3gt1/HJgCAMBQFPziGrTOkkICFuP9KBnGIBN5tcShgarBBAAWsIe0DAOltBTsAkJzpcT4IILXl+rpbA4CkzLvCBVsGNK6lSltlAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox1[data-v-1cca2819] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox1 .pic[data-v-1cca2819] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 0.2rem;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox1 .pic img[data-v-1cca2819] {
  width: 100%;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox1 div[data-v-1cca2819] {
  padding: 0.06rem 0.1rem;
  -webkit-box-flex: 18;
  -webkit-flex: 18;
      -ms-flex: 18;
          flex: 18;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox1 div h3[data-v-1cca2819] {
  font-size: 0.24rem;
  margin-top: 0.01rem;
  margin-bottom: 0.01rem;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox1 div p[data-v-1cca2819] {
  font-size: 0.18rem;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox2[data-v-1cca2819] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox2 .aboutScnenureTopbox2-left[data-v-1cca2819] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox2 .aboutScnenureTopbox2-left .pic[data-v-1cca2819] {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
      -ms-flex: 3;
          flex: 3;
  padding-top: 0.2rem;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox2 .aboutScnenureTopbox2-left .pic img[data-v-1cca2819] {
  width: 100%;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox2 .aboutScnenureTopbox2-left div[data-v-1cca2819] {
  padding: 0.06rem 0.1rem;
  -webkit-box-flex: 24;
  -webkit-flex: 24;
      -ms-flex: 24;
          flex: 24;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox2 .aboutScnenureTopbox2-left div h3[data-v-1cca2819] {
  font-size: 0.24rem;
  margin-top: 0.01rem;
  margin-bottom: 0.01rem;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox2 .aboutScnenureTopbox2-left div p[data-v-1cca2819] {
  font-size: 0.18rem;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox2 .aboutScnenureTopbox2-right[data-v-1cca2819] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox2 .aboutScnenureTopbox2-right .pic[data-v-1cca2819] {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
      -ms-flex: 3;
          flex: 3;
  padding-top: 0.2rem;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox2 .aboutScnenureTopbox2-right .pic img[data-v-1cca2819] {
  width: 100%;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox2 .aboutScnenureTopbox2-right div[data-v-1cca2819] {
  -webkit-box-flex: 24;
  -webkit-flex: 24;
      -ms-flex: 24;
          flex: 24;
  padding: 0.06rem 0.1rem;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox2 .aboutScnenureTopbox2-right div h3[data-v-1cca2819] {
  font-size: 0.24rem;
  margin-top: 0.01rem;
  margin-bottom: 0.01rem;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox2 .aboutScnenureTopbox2-right div p[data-v-1cca2819] {
  font-size: 0.18rem;
}
.aboutScnenureMain .aboutScnenureBottom[data-v-1cca2819] {
  background-color: white;
}
.aboutScnenureMain .aboutScnenureBottom .SetScnenureTitle[data-v-1cca2819] {
  font-size: 0.3rem;
  font-weight: 100;
  margin: 0;
}
.aboutScnenureMain .aboutScnenureBottom .SetScnenure[data-v-1cca2819] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.2rem;
}
.aboutScnenureMain .aboutScnenureBottom .SetScnenure .SetScnenureBox[data-v-1cca2819] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0.1rem;
  -webkit-border-radius: 0.12rem;
          border-radius: 0.12rem;
  border: 0.02rem solid transparent;
  -webkit-border-image: -webkit-gradient(linear, left top, left bottom, from(#4c66ea), to(#fff)) 2;
  -webkit-border-image: -webkit-linear-gradient(top, #4c66ea, #fff) 2;
       -o-border-image: linear-gradient(to bottom, #4c66ea, #fff) 2;
          border-image: -webkit-gradient(linear, left top, left bottom, from(#4c66ea), to(#fff)) 2;
          border-image: linear-gradient(to bottom, #4c66ea, #fff) 2;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) padding-box, -webkit-gradient(linear, left top, left bottom, from(#4c66ea), to(#fff)) border-box;
  background: -webkit-linear-gradient(#fff, #fff) padding-box, -webkit-linear-gradient(top, #4c66ea, #fff) border-box;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to bottom, #4c66ea, #fff) border-box;
  background-clip: padding-box, border-box;
}
.aboutScnenureMain .aboutScnenureBottom .SetScnenure .SetScnenureBox .SetScnenureBoxTop[data-v-1cca2819] {
  padding: 0.14rem;
}
.aboutScnenureMain .aboutScnenureBottom .SetScnenure .SetScnenureBox .SetScnenureBoxTop h2[data-v-1cca2819] {
  font-size: 0.3rem;
  font-weight: 100;
}
.aboutScnenureMain .aboutScnenureBottom .SetScnenure .SetScnenureBox .SetScnenureBoxTop .groupClass[data-v-1cca2819] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0.1rem;
}
.aboutScnenureMain .aboutScnenureBottom .SetScnenure .SetScnenureBox .SetScnenureBoxTop .groupClass .groupClassbox[data-v-1cca2819] {
  -webkit-flex-basis: -webkit-calc(40%);
      -ms-flex-preferred-size: calc(40%);
          flex-basis: calc(40%);
  max-width: -webkit-calc(40%);
  max-width: calc(40%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.1rem 0.2rem;
  margin: 0.1rem;
  background: rgba(59, 94, 252, 0.1);
  -webkit-border-radius: 0.21rem;
          border-radius: 0.21rem;
}
.aboutScnenureMain .aboutScnenureBottom .SetScnenure .SetScnenureBox .SetScnenureBoxBottom[data-v-1cca2819] {
  padding: 0.14rem;
  background: #F9F9F9;
  -webkit-border-radius: 0 0 0.1rem 0.1rem;
          border-radius: 0 0 0.1rem 0.1rem;
  border: 0.01rem solid #F2F2F2;
}
.aboutScnenureMain .aboutScnenureBottom .SetScnenure .SetScnenureBox .SetScnenureBoxBottom .title[data-v-1cca2819] {
  font-size: 0.24rem;
  font-weight: 100;
}
.aboutScnenureMain .aboutScnenureBottom .SetScnenure .SetScnenureBox .SetScnenureBoxBottom .provide[data-v-1cca2819] {
  font-size: 0.22rem;
  font-weight: 100;
}

/* 大赛组委会联系方式 */
.contact .contactMain[data-v-1cca2819] {
  background-color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact .contactMain .contactMainLeft[data-v-1cca2819] {
  -webkit-box-flex: 4;
  -webkit-flex: 4;
      -ms-flex: 4;
          flex: 4;
  padding: 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.contact .contactMain .contactMainLeft .contactMainLeftQR[data-v-1cca2819] {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
      -ms-flex: 2;
          flex: 2;
  padding-top: 0.5rem;
}
.contact .contactMain .contactMainLeft .contactMainLeftQR .qrcon[data-v-1cca2819] {
  border-bottom: 0.1rem;
  text-align: center;
  padding: 0.1rem 0.8rem;
}
.contact .contactMain .contactMainLeft .contactMainLeftQR .qrcon img[data-v-1cca2819] {
  width: 100%;
  text-align: center;
}
.contact .contactMain .contactMainLeft .contactMainLeftQR .wx-number[data-v-1cca2819] {
  text-align: center;
  color: #1667ff;
  font-size: 0.18rem;
  margin-top: 0.2rem;
  margin-bottom: 0.3rem;
}
.contact .contactMain .contactMainLeft .contactMainLeftQR .wx-text[data-v-1cca2819] {
  text-align: center;
  font-size: 0.18rem;
}
.contact .contactMain .contactMainLeft .contactMainLeftInfo[data-v-1cca2819] {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
.contact .contactMain .contactMainLeft .contactMainLeftInfo .star[data-v-1cca2819] {
  width: 1.6rem;
}
.contact .contactMain .contactMainLeft .contactMainLeftInfo .contactInfoBox[data-v-1cca2819] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0.2rem 0.1rem;
}
.contact .contactMain .contactMainLeft .contactMainLeftInfo .contactInfoBox img[data-v-1cca2819] {
  width: 0.8rem;
  height: 0.8rem;
}
.contact .contactMain .contactMainLeft .contactMainLeftInfo .contactInfoBox div[data-v-1cca2819] {
  margin-left: 0.2rem;
}
.contact .contactMain .contactMainLeft .contactMainLeftInfo .contactInfoBox div p[data-v-1cca2819] {
  margin: 0;
  font-size: 0.26rem;
}
.contact .contactMain .contactMainLeft .contactMainLeftInfo .contactInfoBox div p[data-v-1cca2819]:first-child {
  font-size: 0.16rem;
  color: #979797;
}
.contact .contactMain .contactMainLeft .contactMainLeftInfo .contactInfoBox div p[data-v-1cca2819]:nth-child(2) {
  margin: 0.1rem 0;
}
.contact .contactMain .contactMainLeft .contactMainLeftInfo .contactInfoBox[data-v-1cca2819]:nth-child(1) {
  margin-top: 0.2rem;
}
.contact .contactMain .contactMainRight[data-v-1cca2819] {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.contact .contactMain .contactMainRight img[data-v-1cca2819] {
  width: 100%;
}
.drop[data-v-1cca2819] {
  position: absolute;
  left: 14.75rem !important;
}
.demo-table-expand[data-v-1cca2819] {
  font-size: 0;
}
.demo-table-expand label[data-v-1cca2819] {
  width: 0.9rem;
  color: #99a9bf;
}
.demo-table-expand .el-form-item[data-v-1cca2819] {
  margin-right: 0;
  margin-bottom: 0;
  width: 50%;
}
[data-v-1cca2819] .el-table__header th {
  background-color: #c9e2ff;
}
[data-v-1cca2819] .custom-carousel {
  height: 6rem !important;
}
[data-v-1cca2819] .custom-carousel .el-carousel__item {
  height: 100%;
}
[data-v-1cca2819] .custom-carousel .el-carousel__item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.box1_0[data-v-1cca2819] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.box1_0 div[data-v-1cca2819]:nth-child(2) {
  text-align: right;
  font-size: 0.18rem;
  font-weight: 100;
}
.banner[data-v-1cca2819] {
  display: block;
  /* 使用 block 布局 */
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 6rem;
  /* 根据你的设计调整高度 */
  overflow: hidden;
  /* 防止内容溢出产生滚动条 */
}
[data-v-1cca2819] .custom-carousel {
  height: 100% !important;
  /* 使轮播图高度与父容器一致 */
  overflow: hidden;
}
[data-v-1cca2819] .el-tabs {
  font-size: 0.18rem !important;
  /* 自定义大小 */
}
[data-v-1cca2819] .el-tabs .el-tabs__item {
  font-size: 0.18rem !important;
  /* 自定义大小 */
}
@charset "UTF-8";
@-webkit-keyframes fadeLoop-data-v-78be406a {
0% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
}
40%, 100% {
    opacity: 0;
    -webkit-transform: scale(1.1, 1.22);
            transform: scale(1.1, 1.22);
}
}
@keyframes fadeLoop-data-v-78be406a {
0% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
}
40%, 100% {
    opacity: 0;
    -webkit-transform: scale(1.1, 1.22);
            transform: scale(1.1, 1.22);
}
}
[data-v-78be406a] .el-dropdown-menu__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
[data-v-78be406a] .el-dropdown-menu__item span {
  width: 1.5rem;
}
[data-v-78be406a] .el-dropdown-menu__item img {
  width: 0.27rem;
  height: 0.24rem;
}
.imgTb[data-v-78be406a] {
  width: 0.2rem;
}
.el-header[data-v-78be406a] {
  width: 16rem;
  padding: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-header .img[data-v-78be406a] {
  width: 2.88rem;
  height: 0.62rem;
  margin-right: 0.05rem;
}
.el-header .imgs[data-v-78be406a] {
  width: 0.64rem;
  height: 0.32rem;
}
.el-header .headerText[data-v-78be406a] {
  width: 70%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0.35rem;
}
.el-header .headerText .navHeader[data-v-78be406a] {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4rem;
}
.el-header .headerText .navHeader a[data-v-78be406a] {
  position: relative;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.el-header .headerText .navHeader a.active[data-v-78be406a]::after {
  content: "";
  position: absolute;
  bottom: -0.3rem;
  /* 调整位置 */
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.47rem;
  height: 0.06rem;
  background: #3B5EFC;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.el-header nav a[data-v-78be406a],
.el-header .el-dropdown a[data-v-78be406a] {
  font-size: 0.2rem;
  line-height: 0.24rem;
  color: #666666;
}
.el-header .el-button[data-v-78be406a] {
  width: 0.84rem;
  height: 0.42rem;
  -webkit-border-radius: 0.21rem;
          border-radius: 0.21rem;
  padding: 0 0.2rem;
  font-size: 0.18rem;
  line-height: 0.42rem;
  border: 0.01rem solid transparent;
  color: #000;
}
.el-header .sass[data-v-78be406a] {
  width: 1.08rem;
  height: 0.42rem;
  padding: 0.01rem 0.15rem;
  font-size: 0.18rem;
  line-height: 0.42rem;
  border-right: 0.01rem solid #000;
}
.el-header .sass[data-v-78be406a]:last-child {
  border-right: none;
}
.el-header .userInfo[data-v-78be406a] {
  margin-right: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-header .userInfo .logo[data-v-78be406a] {
  width: 0.46rem;
  height: 0.46rem;
}
.el-header .userInfo .userName[data-v-78be406a] {
  font-size: 0.18rem;
  min-width: 0.5rem;
  line-height: 0.46rem;
  margin-left: 0.15rem;
}
.el-header .userInfo .quit[data-v-78be406a] {
  width: 0.84rem;
  height: 0.42rem;
  background: rgba(59, 94, 252, 0.1);
  -webkit-border-radius: 0.21rem;
          border-radius: 0.21rem;
  text-align: center;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 0.18rem;
  color: #1667FF;
  line-height: 0.42rem;
  margin-left: 0.15rem;
  cursor: pointer;
}
.el-main[data-v-78be406a] {
  min-width: 12rem;
  padding: 0;
  overflow: hidden;
  background-size: cover;
  background-position: top center;
}
.el-main[data-v-78be406a]  .banner {
  width: 100%;
  max-width: 19.2rem;
  height: 6rem !important;
  margin: auto;
  position: relative;
}
.el-main[data-v-78be406a]  .banner .btn-folder {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 3.47rem;
  width: 2.4rem;
  height: 0.8rem;
  z-index: 1000;
}
.el-main[data-v-78be406a]  .banner .apply {
  width: 2.4rem;
  height: 0.8rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 3.47rem;
  z-index: 2001;
}
.el-main[data-v-78be406a]  .banner .btn-folder-bg {
  position: absolute;
  top: 0;
  top: 3.36rem;
  width: 2.4rem;
  z-index: 1000;
}
.el-main[data-v-78be406a]  .banner .apply-bg {
  width: 2.4rem;
  height: 0.8rem;
  -webkit-animation: fadeLoop-data-v-78be406a 2.5s ease-out infinite;
          animation: fadeLoop-data-v-78be406a 2.5s ease-out infinite;
  z-index: 1000;
}
.el-main[data-v-78be406a]  .banner .el-image {
  width: 100%;
  height: 100%;
}
.el-main[data-v-78be406a]  .banner .Title:first-child {
  margin-top: 1rem !important;
  padding-top: 2rem !important;
}
.el-main[data-v-78be406a]  .banner .el-carousel__item {
  background: #fff;
}
.el-main .martop[data-v-78be406a] {
  height: 1rem;
}
.el-main .cont[data-v-78be406a] {
  width: 12rem;
  margin: 6rem auto 2rem;
}
.el-main .cont span[data-v-78be406a] {
  padding: 0.14rem 0.26rem;
  background: #2c51a2;
  text-align: center;
  font-size: 0.26rem;
  color: #ffffff;
}
.myelFooter[data-v-78be406a] {
  background: #75161B !important;
}
.myelFooter dl[data-v-78be406a] {
  color: #fff !important;
}
.myelFooter a[data-v-78be406a] {
  color: #fff !important;
}
[data-v-78be406a] .el-dialog {
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
}
[data-v-78be406a] .el-dialog__body {
  padding-top: 0.1rem;
}
[data-v-78be406a] .el-dialog__header {
  text-align: center;
  padding-top: 0.6rem;
}
.login-left[data-v-78be406a] {
  margin: 0 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.login-left h3[data-v-78be406a] {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 0.2rem;
  color: #333333;
}
.login-left .qrcodeBorder[data-v-78be406a] {
  width: 2.22rem;
  height: 2.22rem;
  border: 0.01rem solid #E8E8E8;
  margin-bottom: 0.13rem;
}
.login-left .qrcodeBorder .qrcode[data-v-78be406a] {
  width: 1.92rem;
  height: 1.92rem;
  background: #E8E8E8;
  margin: 0.15rem;
}
.login-left .qrcodeBorder .tips[data-v-78be406a] {
  width: 1.8rem;
  height: 0.43rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 0.18rem;
  color: #666666;
  line-height: 0.21rem;
  text-align: center;
  font-style: normal;
}
.linelo[data-v-78be406a] {
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.01rem;
  height: 60%;
  background-color: #e0e0e0;
}
.login-weaper[data-v-78be406a] {
  width: 3.57rem;
  margin: 0 auto;
  background: #ffffff;
  overflow: hidden;
}
.login-weaper .title[data-v-78be406a] {
  font-family: PangMenZhengDao;
  font-size: 0.32rem;
  color: #1667FF;
  letter-spacing: 0.02rem;
  text-align: center;
  margin-bottom: 0.49rem;
}
.login-weaper .navbar[data-v-78be406a] {
  font-weight: 200;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #666666;
  text-shadow: 0 0.02rem 0.04rem rgba(0, 0, 0, 0.3);
}
.login-weaper .navbar a[data-v-78be406a] {
  width: 50%;
  display: inline-block;
  text-align: center;
}
.login-weaper .navbar .active[data-v-78be406a]::after {
  content: "";
  display: block;
  width: 15%;
  height: 0.08rem;
  background: #1667FF;
  -webkit-border-radius: 0.045rem;
          border-radius: 0.045rem;
  margin: 0.05rem auto;
}
.login-weaper[data-v-78be406a]  .el-input__inner {
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
}
.Title[data-v-78be406a] {
  position: relative;
  width: 100%;
  height: 0.32rem;
  font-family: Microsoft JhengHei;
  font-style: normal;
  font-weight: bold;
  font-size: 0.36rem;
  line-height: 0.32rem;
  text-align: center;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.2);
  margin-bottom: 1rem;
}
.TitleRed[data-v-78be406a] {
  color: rgba(209, 0, 1, 0.2);
}
.TitleRed span[data-v-78be406a] {
  color: #E31512;
}
.boxList[data-v-78be406a] {
  width: 12rem;
  padding-bottom: 0.32rem;
  margin: 0.32rem auto 0;
  border-bottom: 0.01rem solid #e6e5e5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.boxList .el-image[data-v-78be406a] {
  width: 2.73rem;
  height: 2.08rem;
  margin-right: 0.22rem;
}
.detail[data-v-78be406a] {
  width: 12rem;
  margin-left: -webkit-calc(50% - 6rem);
  margin-left: calc(50% - 6rem);
  margin-top: 0.5rem;
}
.detail .back[data-v-78be406a] {
  display: inline-block;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.08rem 0.1rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0.01rem 0.05rem 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.01rem 0.05rem 0 rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 0.02rem;
          border-radius: 0.02rem;
  font-size: 0.08rem;
  color: #666666;
  -webkit-border-radius: 0.06rem;
          border-radius: 0.06rem;
  margin-right: 0.1rem;
}
.detail img[data-v-78be406a] {
  vertical-align: middle;
  display: inline-block;
}
.detail span[data-v-78be406a] {
  vertical-align: middle;
  font-size: 0.18rem;
}
.box[data-v-78be406a] {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.box .box1[data-v-78be406a] {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.box .box1 .box1_0[data-v-78be406a] {
  font-family: Microsoft New Tai Lue;
  font-style: normal;
  font-weight: bold;
  font-size: 0.24rem;
  color: #333333;
}
.box .box1 .box1_1[data-v-78be406a] {
  font-family: Microsoft New Tai Lue;
  font-style: normal;
  font-weight: normal;
  font-size: 0.18rem;
  line-height: 0.24rem;
  color: #999999;
  white-space: nowrap;
  margin-left: 0.35rem;
}
.box .box2[data-v-78be406a] {
  width: 100%;
  padding-top: 0.26rem;
  margin-bottom: 0.1rem;
  font-family: Microsoft New Tai Lue;
  font-style: normal;
  font-weight: normal;
  font-size: 0.18rem;
  line-height: 0.27rem;
  color: #333333;
}
.box .box3[data-v-78be406a] {
  width: 100%;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: bold;
  font-size: 0.2rem;
  text-align: right;
  color: #7db0ea;
}
.box .box3Red[data-v-78be406a] {
  color: #FF6D6B;
}
.linech[data-v-78be406a] {
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.01rem;
  height: 30%;
  background-color: #e0e0e0;
}
.changeCH-title[data-v-78be406a] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 0.36rem;
  font-family: AppleSystemUIFont;
  font-size: 0.2rem;
  color: #333333;
  line-height: 0.36rem;
}
.changeCH[data-v-78be406a] .el-dialog {
  position: absolute;
  left: 20%;
  top: -6vh;
  padding: 0.1rem 0.1rem;
  width: 24% !important;
}
.changeCH[data-v-78be406a] .el-dialog .el-dialog__header {
  padding: 0 !important;
  padding-top: 0rem !important;
}
.changeCH[data-v-78be406a] .el-dialog .el-dialog__body .changebutton {
  margin-top: 0.1rem;
  padding: 0.1rem 0.2rem;
}
.changeCH[data-v-78be406a] .el-dialog .el-dialog__body .changebutton .el-button {
  width: 1.3rem;
  vertical-align: middle;
}
.changeCH[data-v-78be406a] .el-dialog .el-dialog__body .changebutton .el-button span {
  margin-left: 0.06rem;
}
.changeCH[data-v-78be406a] .el-dialog .el-dialog__body .changebutton .line {
  height: 0.4rem;
  width: 0.01rem;
  display: inline-block;
  background: #999;
  vertical-align: middle;
  margin-top: -0.2rem;
}
.changeCH[data-v-78be406a] .el-dialog .el-dialog__body .changeSth {
  padding: 0.2rem 0.1rem;
  border-top: 0.01rem solid #999;
  border-bottom: 0.01rem solid #999;
  font-size: 0.15rem;
}
.newsListDetail h1[data-v-78be406a] {
  width: 100%;
  text-align: center;
  margin: 1rem 0;
  font-weight: normal;
  font-size: 0.4rem;
}
.newsListDetail div[data-v-78be406a] {
  width: 100%;
  font-size: 0.2rem;
}
[data-v-78be406a] .el-tabs__nav-wrap::after {
  background-color: rgba(0, 0, 0, 0) !important;
}
.newsData[data-v-78be406a] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.newsData .newsBox[data-v-78be406a] {
  width: 32%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.newsData .newsBox .newsBoxTime[data-v-78be406a] {
  width: 0.5rem;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #1667ff;
  margin-right: 0.1rem;
}
.newsData .newsBox .newsBoxTime .newsBoxTime-top[data-v-78be406a] {
  font-size: 0.2rem;
  display: block;
  margin-bottom: 0.1rem;
  margin-top: 0.03rem;
}
.newsData .newsBox .newsBoxTime .newsBoxTime-bottom[data-v-78be406a] {
  font-size: 0.11rem;
  display: block;
}
.newsData .newsBox .newsBoxTitle[data-v-78be406a] {
  -webkit-box-flex: 7;
  -webkit-flex: 7;
      -ms-flex: 7;
          flex: 7;
  font-size: 0.16rem;
  line-height: 0.28rem;
}
.newsData .newsBox:first-child .newsBoxTitle[data-v-78be406a]::after {
  content: "";
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAWdJREFUOE+lk01LAkEch5/xHQVTIUFPpZuJ1KE8RPeC6Fyfozp0iK5phw7Rl4hOEXite5SuQX0ENTHxBTIMxYllIFtXE2ouu8zyf3jmt78RUkrBaWYPxCHICCD4fUkQryDPODq+EDJ7sg+cTxma9PlAyGymDDL6N4CoGAYDi/ZsGN5qVqYQIOXPfWkAhjt+P4TDsLYOT0X47EKrDYkEhELg80EuBx+db4gZEAhCOg3VKnjcaqDRVM9CHvp9i5UZYChubEL+EeIaNBrgcoHDAS/PY2MyA7QFSCyqYxia7x2o1WB5CbpdmAnAwz3o+oQjeL1gBJhKQb2uhj0ecDqhUoaVVbi7NZmMZBCAuXmIxaDdhlZLpd5qqvepAIO9swulEvR64HYrg6IORj5TAZoGwRDY7Uo5FodIFK4uIRicCBgWKZlU6lvbcHMNg4H6G3pB9cBqYBRpTJVtNjU8uixNVFX+52X653X+AoHVnytdLt2xAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  position: relative;
  top: 0.04rem;
}
.newsData .newsBox:nth-child(2) .newsBoxTitle[data-v-78be406a]::after {
  content: "";
  display: inline-block;
  width: 0.4rem;
  height: 0.2rem;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAQCAYAAACYwhZnAAAAAXNSR0IArs4c6QAAAj9JREFUSEvNlUtIVFEYx3/nzswd78wog2FU6qIHUmFQQUTh9JAei8BFRS2UaJEWhIEEBVJJFIWryl3YIiIXEUUZimGZ0iIyKASJTCoiK8usYWbunfe5MTcaI19hmXM2h7M43/f7/t9LhA1pSv8rYp01yIGHIONM+1EcKAU+1A3nULwLEcY3vxlpWoUZej/tvn93IDz5ZJU/QQS7L5mxjkP/HeCnQ7W0ARF4cNqMPz4zYxCO1bUTQwj3bFybzyO/9mPLW0py6Hn6VnIXYbTXYOqfcZddQajZgEn8bSeOQt+PoOxOSEQx4zr6nb1jBjophJJTiHtbI7GXt1GLy4n1NuEsriDaexW1qAy9pQoZeGcZdy7fhwx/Id53y3oLpxfX1gb05j0TqjwphH3+JmzeBWkjzpX7iT69mH4n/a9JvLk3CiK7ogMZ/ABCIBQVqQ9i3K2eohKzFmPLLULJngc2B87icqI9ly1jMvSR5HAfcvjFKAjPjuuEbuxCKzlG5Fkjmu84RtvBqUGkfmm+OsxEGBkYSBtRcgoQqptwV92ISr+kw4K4uRvP9mvobdUzB6G3HsC18SxG14l/A5GqcjM0mI5aeOZYk3U8JbT1p0h+6kG48oj1N6Mu2Um0+8LfpeOPIFZUIo0hqzvshT60klr0lkpcWxqsopTBsSfypN2hldaTalMz4odEeCQSu4bI8iKDA4TvHyFr7VHs+Wsw2g+jLqtA2FQij+oxowGEZy6udSfRW6vGVyIjxnZGLLBMWOXfAcljV1SmRJ0sAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  position: relative;
  top: 0.04rem;
}
.newsDataMore[data-v-78be406a] {
  text-align: center;
  color: #1667FF;
  padding: 0.6rem 0;
}
.el-tabs__nav-scroll[data-v-78be406a] {
  padding-left: 2rem;
}
.Scnenure[data-v-78be406a] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.Scnenure .ScnenureBox[data-v-78be406a] {
  margin: 0.15rem;
  padding: 0.2rem;
  border-top: 0.06rem solid #FEAC52;
  width: 30%;
}
.Scnenure .ScnenureBox .ScnenureBoxTop[data-v-78be406a] {
  border-bottom: 0.01rem solid #FEAC52;
}
.Scnenure .ScnenureBox .ScnenureBoxTop h1[data-v-78be406a] {
  color: #FEAC52;
  text-align: center;
  margin: 0.5rem 0 0.2rem 0;
  font-size: 0.3rem;
  vertical-align: middle;
}
.Scnenure .ScnenureBox .ScnenureBoxTop h1 img[data-v-78be406a] {
  display: inline-block;
  width: 0.5rem;
  vertical-align: middle;
}
.Scnenure .ScnenureBox .ScnenureBoxTop h1 span[data-v-78be406a] {
  vertical-align: middle;
}
.Scnenure .ScnenureBox .ScnenureBoxTop p[data-v-78be406a] {
  text-align: center;
  padding-bottom: 0.2rem;
  color: #FEAC52;
}
.Scnenure .ScnenureBox .ScnenureBoxBottom[data-v-78be406a] {
  padding: 0.2rem 0.1rem;
  font-size: 0.2rem;
}
.Scnenure .green[data-v-78be406a] {
  border-top: 0.06rem solid #15DA93;
}
.Scnenure .green .ScnenureBoxTop[data-v-78be406a] {
  border-bottom: 0.01rem solid #15DA93;
}
.Scnenure .green .ScnenureBoxTop h1[data-v-78be406a] {
  color: #15DA93;
}
.Scnenure .green .ScnenureBoxTop p[data-v-78be406a] {
  color: #15DA93;
}
.Scnenure .blue[data-v-78be406a] {
  border-top: 0.06rem solid #0C8AFF;
}
.Scnenure .blue .ScnenureBoxTop[data-v-78be406a] {
  border-bottom: 0.01rem solid #0C8AFF;
}
.Scnenure .blue .ScnenureBoxTop h1[data-v-78be406a] {
  color: #0C8AFF;
}
.Scnenure .blue .ScnenureBoxTop p[data-v-78be406a] {
  color: #0C8AFF;
}
.project[data-v-78be406a] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.project .ProjectBox[data-v-78be406a] {
  margin: 0.1rem;
  -webkit-border-radius: 0.15rem;
          border-radius: 0.15rem;
  background-color: #ffffff;
  padding: 0.2rem;
  width: 30%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.project .ProjectBox .ProPic[data-v-78be406a] {
  -webkit-border-radius: 0.15rem;
          border-radius: 0.15rem;
  width: 100%;
  height: 2.5rem;
  background-color: #f6f9ff;
  text-align: center;
}
.project .ProjectBox .ProPic img[data-v-78be406a] {
  margin: auto;
}
.project .ProjectBox .ProAddress[data-v-78be406a] {
  color: #0C8AFF;
}
.project .ProjectBox .ProAddress span[data-v-78be406a] {
  font-size: 0.16rem;
}
.project .ProjectBox .ProAddress span[data-v-78be406a]:first-child {
  margin-right: 0.08rem;
}
.project .ProjectBox .ProNum[data-v-78be406a] {
  color: #979797;
}
.project .ProjectBox .ProNum span[data-v-78be406a] {
  font-size: 0.14rem;
}
.project .ProjectBox .ProNum span[data-v-78be406a]:first-child {
  margin-right: 0.08rem;
}
.project .ProjectBox .ProjectTime[data-v-78be406a] {
  margin-top: 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.project .ProjectBox .ProjectTime .ProjectTimeLeft[data-v-78be406a] {
  font-size: 0.14rem;
}
.project .ProjectBox .ProjectTime .ProjectTimeRight[data-v-78be406a] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.project .ProjectBox .ProjectTime .ProjectTimeRight img[data-v-78be406a] {
  width: 0.2rem;
  margin: 0 0.08rem;
}
[data-v-78be406a] .v-modal {
  background: rgba(0, 0, 0, 0) !important;
}

/* 沿用之前的 .changebutton 和 .half-btn 样式，无需修改 */
.changebutton[data-v-78be406a] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.2rem;
  padding: 0.1rem;
}
.el-button.plain[data-v-78be406a] {
  width: 100%;
  max-width: 3rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
.half-btn[data-v-78be406a] {
  width: 40% !important;
}
.changebutton[data-v-78be406a] {
  padding: 0.2rem 0.1rem;
}
.btn-container[data-v-78be406a] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
}
.el-button.plain[data-v-78be406a] {
  border: none;
  padding: 0.12rem 0.24rem;
  font-size: 0.14rem;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.el-button.el-button--primary.is-plain[data-v-78be406a] {
  margin-left: 0;
}
.line[data-v-78be406a] {
  position: absolute;
  top: 70%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.01rem;
  height: 60%;
  background-color: #e0e0e0;
}
.ScnenureChangeBtn[data-v-78be406a] {
  width: 4rem;
  vertical-align: middle;
}
.ScnenureChangeBtn img[data-v-78be406a] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.05rem;
}
.ScnenureChangeBtn div[data-v-78be406a] {
  vertical-align: middle;
  display: inline-block;
}
.sch span[data-v-78be406a] {
  vertical-align: middle;
}
.sch .perName[data-v-78be406a] {
  height: 0.4rem;
  line-height: 0.4rem;
  -webkit-border-radius: 0.05rem;
          border-radius: 0.05rem;
  font-size: 0.18rem;
  padding-right: 0.1rem;
  max-width: 2.6rem;
  vertical-align: middle;
}
.sch .perName span[data-v-78be406a] {
  vertical-align: middle;
}
.sch .perName img[data-v-78be406a] {
  width: 0.14rem;
  height: 0.18rem;
  vertical-align: middle;
}
.ss span[data-v-78be406a] {
  vertical-align: middle;
  margin-top: 0.02rem;
}
.ss .perName[data-v-78be406a] {
  height: 0.4rem;
  line-height: 0.4rem;
  -webkit-border-radius: 0.05rem;
          border-radius: 0.05rem;
  font-size: 0.18rem;
  padding-right: 0.1rem;
  vertical-align: middle;
  max-width: 2.6rem span;
  max-width-vertical-align: middle;
}
.ss .perName img[data-v-78be406a] {
  width: 0.14rem;
  height: 0.18rem;
  vertical-align: middle;
}
.imgLogoSch[data-v-78be406a] {
  width: 80%;
}

/* 大赛相关 */
.aboutScnenureMain[data-v-78be406a] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.6rem 0.8rem;
}
.aboutScnenureMain .aboutScnenureTop[data-v-78be406a] {
  padding-top: 1rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABK4AAAE3CAMAAAC0FflhAAAA+VBMVEUAAAByqf93rv////////////+51P+Es//29vqLuP+Uvf+hyP+cw/+40vauz/+pyv+81/+10f+/1/7I2/7h6/3H3f+/1/+30/94qP/F3P/K3//a5/+50vvN4f/O4fzD2v/E2/+51f/P4P+81P/0+P/M4P/J3v+ty//t8/7Q4/+1zv34+vv5+/75+/+qx/3P4v/+/v/O4f/s8//4+v7i6/+kx//t9f/s9f/s9P/1+f/s9P/r8v/t9f+72f+Vvf/////K4f/o8//n8v/m8f+v0f/////t9P/u9v/9/v/8/f/0+f/6/P/x9//2+v/4+//w9//y+P/5+//7/P/j4dl5AAAARXRSTlMALy+tGyhYLzYvLy8vBi4uLi4PEwciJSsvLhoMChULHSooGCAZHicsECoYFyMfEy4TWS4rVCiX9enSiENhQiHuTsWwcToRvjX5AAANg0lEQVR42uzd2W7aQBgF4ClyhFjMYoxZxtgETDBewGrFbd7/sTob2O5gmqaQsJyvUqUu10f/mZn8JgAAAAAAAAAAAAAA8C1MOlhMV8PhcLVaLGazwcDyXJMAANwU0xos/OXQcV4Fx3FEbPm+P51OF4uIh5dlUep5rm0iwwDg27jW1JlPev1OV+p0+v0eM5lMdpNJbz5/c4Ysu1hw8dyinm1yyC0A+FqmtXrtdbrtZrPRaNSFhtBsNttcq9XqMDzCZIZthDdH9UYVYQgvALgq04qWr2sWVjypajkZW0qTUcHV7Yrg6rPfRiNVG5eMmL1EdvHeSEVvdDGAAcAF08of9Vs8q2pn1I9keqn4EuGVF8fdjpVHWRzFkddssLUs10VxBIALcH1n3W5qWXWePn4d46slT77WI24usNb4VuqNKI4A8InRauF024167X/UlUNw5Sdeqjb2WHMc8eLIa+NK1MZpNBOtUYYX49q4cASAM6jfb2mj1QWyS5+78t7YF71RFcc3XhynUzF2WXjmBQAVTMtZNytGq6slWN4bVXNcd0bSnHljHGcoIkwVRxfFEQAsf82L4JcqT15cuzh79Vhx7KviKC4cfX7hWCiOVBZHRBjAU3GjNS+C36iuHXvlJ/advsCKo7DhkxefuhbypaqF03qA52H6e55WN6TcGaX8tpH3RjZ2SQ4zZFbiqb146sV7o4vjeoAHZFr7dqN2q+pVD73E4CVqo8SOvFhvXK5WK3nfOLBCS/5wo+vZjIkLR4C7Zy3bjZuarf65OObPJcrFcaeKozqu31oWTusB7pkZ7Zv3lFZ/qn4tIc7s1+tjcZS1UfVGURyt0KKei0cTAHdi+96+57Q6M3k1T7z0Yia9HuuNojj6IrcilluUkXeNHH5QCOAWmcv97R5cXTK+ys8lutpiibl4qTr05UvVAZ55AdwAm4ZZHAeGEKzuuwp+tjU2hcJPCLFf4ucbD1eNcrPEUXBkAMBnBUGchaFtfjysYiNNkuRF+LVrPfBw9U/3jW1tsYS0436e8Cv3AgAfkSSpEWcfC6wwSF4S/r8Pbyu3y7u6FbymPL/0g6+8Nu6kzUZcOQb5VlUCAH9j83JnsGkpjW1yFs0Mg49iIquU7SOfXP2Hijf2Kro6ojgeLxuX4q6ROe7FkavsEWEApxOLn0bFIanmZSmLNI+URA90LVhy5Z8QOkxd+dwlFxKqxRJi6NryoQsLCQF0dhi8JAG1yWk0TlL9X933Zg3+mf5cQttIOJc2c7WRUD70wm4cAMVmpdAIKw6tDCOj2l9b7+iCl75wbOfZJVfZ90fFVfa+XGU/O66y9/AJNHhKNk+l0CYaaiQpJbot4oq55kbCtnbhKDcSbjZz9cxLHdbjcT08HZt1vkz72zhNeYjpoj2Orq7t1LkXV1xlPyqtsvfzVfaIMHhonpEaHikyQ1YET6aV+Y64uj69NmpnXnL06quNhLI2llfZi+USWGUPjyYM0vIpFU3TmJxkvuPV1dc6vxinvFiil28kVJ9AW2CxBDya0CjFU2akITnN3N/WWr6ndm6xV7cjVhIqh1X2QxFhs8ONI555wT2yg8KTUdvgfzjNRBe8QdU/IdQqvvTivTFfLCFiy+IopdgsAXekMFDZWWIQgri6a/XqLziK+Mp/xnEjv529XKkX9iiOcPvCJA5VciUZPRtXP+AO1Eoqf7qRt8ZTq+xXq5XcSBgOQsuieKoKt8TOUsMkjBcn1KyOqybi6m78bfTSv/kvi6Mwn8viKL/AEYm567CRkF82ojfCN7JT+Sw0MAKTVHIRV/dvzPx9JWH5G2i9iSBvHI/FkeL7QfA9MoO/vrITgxLE1bOpGL606Yv3xvVorX0B7bDKnvdGDxkGV2dnSUhMmsSkmmk16uMf8Kiqq+OJQ6/jLvv+XN44yh9vjFhx3Mo3qqo42tgxARcXJhmhgREirqDoQx/j6DKdwmvVzZz3RvlUVcxd+BlHuCg7CPi1oEequdt6DXH13IoHX6fXeqm9Xqo2Okz+I0IsvKLZoTa6+HY2fJYZpiR+oeRsXOHoCgrGXMVWL07/Bhorjrw3yg+gRbw2qr6ItYTwT+yUBImNuILLRVhdKRRHuZOQUZ/PlsWRP1VVPyC0xUZC+ACDBKlJzvAixBV83FipmL3yQ3t+4ciK495hCsUx4sVxq+4bXQxfUBSTICDnWBFO2uHTxqcGr3Jv1Iujw6MrYrZi6jJRG0HKSBAiruDrjA+02ihnrzYbu5TDOvvXN0ecfcneiFX2z4uSgJJztogruBo9ulR25cOXXIzDvO5ZcVwKvh8JrDZuZW3EjeNT8Ehgn4+r9zHiCq5Mb4764NUq3DgK6kcc+TMv0RstJNZv9u62J20gAOB4E81cUluLliiCxpnStbNNBQxQpJOnXDXozPb9P8yOOvEBHZtvuCP/X2J8dzne/HN3vcK6cw3PWJIraoVVOZhbfOD4eFe12DYW5GtCfnFwLxMmV17F0oubquuFXEELBw+eL70W1l5S8cDxadsow1WUS5LxKraNPHDU2JJcffu+tTXJPgFqa7zp4qXLuc9QSTM6q304V1Y1OPPiOGr1exvp1Q9AXT8fTZ/8mrlZdH19Lf/kf6jnKt3o9VuRFMeb3vlu7Z9yZR0H54d1P7xop3fTZ25UMH2kx8ym0w8Po+YnVWZWU6ylu7R90WwmoV/2ToNqbWmuakdxq9m87KW393ku5vL8VgXzGekwM+n+v4fJxbtyOdoKLJveSmZ1nwuspzztZY6TNJutyDu2/pYrK/CiMHQGo1x6PYoKREGbmQnx4WHU/KTKzEpgnY0Gtl1yKmEUn7vv5cqqBXU/SQYjAQArNBqYZslJwvioar14a3Au8FpJZdLuCABYqU57YpqmU2nFR9YbuXLP4tCx+10BACvX7cte2U7oe7sLubKCKKzYbQEASmibkpNEp+6rXLmejFU2FACgiGFWBCuMqy9y5Z76FXvARhCAMnLRHTxsCOvBs1xZQeTYDc7YASil05C92nHCTfcpV57vmH1qBUAxnb4plU7i2p9cWdXyCWsrAAoq1ld2yd9zH3JVPTwpcW4FQEF5d1DsB+tBkSvrKNzJqBUAFeXdzJQqZXeWq6BeMbnBAEBRQ1Ny/D1L5qr+ZacnAEBRPVPaLx8b3rFfaggAUFZxneFkz4j39u1UAICyUlMqHRpR/StbQQBK65lS2Uj8jBtXAJTWyWanV0ZS4lsYACiuLXNlGwmLKwCq60xkrwyHxRUA5bVnuapwnx2A8rqzXI0FAChvLHPF6zcANDDc3jYEAGhgsm3wA5MAdDAmVwD0MDKNHAA00CVXADSRcdQOQA9jcgVADz1yBUAPI3IFQAv5kFwB0ENKrgDooUuuAOihQ64A6CAXglwB0AS5AqCFXPASDgBNkCsAmiBXADRBrgBoglwB0AS5An6zawemEQUhFEXtbuEzMPZfTUpYAwH3Zc8p4qIiITwyACHkCgghV0AItysghFwBIeQKCCFXQAi5AkLIFRBCroAQcgWEkCsghFwBIeQKCCFXQAi5AkLIFRBCroAQcgWEkCsgxCxX974AdtVrRK6AvydXwL8kV0AItysgRN2RcwF2Daer8wLYJVdACLkCQrhdASHkCgghV0CIOiN9AHbVHTjHdAVskysgxCxXegWsqzPQ7XYFbBtOV30BdtVsF2zLIPBLlkHgS01y5e0K+AB1JkxXwDrLIBBCroAQcgWEqAaIYLoCQlQPPM/TALvqvNVtugL21XlProAPYBmEH3bt6ARAGIiC4LWnoqD9F2ML+QsLM0Us70KIWMqVWgH7zQmQMEvjyrwCtnMMAhF+tQMR3q6ACOsKiLCugAi5AiLkCoiQKyBCroAIuQIi5AqIkCsgQq6AiLkBEqwrIMK6AiLkCoiQKyBCroAIuQIi5AqIkCsgYh6ABOsKiJArIMIxCETIFRAhV0CEXAERcgVEyBUQMRdAgnUFRMgVEDEvQIK3KyBCroAIuQIi5AqIkCsgQq6ACLkCIuQKiJgDIMG6AiLkCohwDAIR8wE/u3ZAAgAAAjDMcoL9E5njsIU4KpJgugIi5AqIkCsgQq6ACLkCIuQKiJgDSDBdARFyBUTIFRAhV0CEXAERcgVEeGQAIuQKiJArIEKugAi5AiLkCoiQKyBCroAIuQIi5AqIkCsgQq6ACLkCIuQKiJgFSJArIMIyCETIFRBhGQQiTFdAhFwBEXIFRLhdARFyBUTIFRAhV0CEXAERcgVEeGQAIuQKiJArIEKugAindiBCroAIuQIi5AqIkCsgQq7g2aljIgBAGABitQULU/1bQsffJSJChK6ACF0BEboCInQFROgKiNAVEKErIEJXQISugAhdARG6AiJ0BUToCojQFRChKyBCV0CEroAIXQERugIidAVE6AqI0BUQoSsgQldAhK6ACF0BEboCInQFROgKiNAVEKErIEJXQISugAhdARG6AiJ0BUToCojQFRChKyBCV0CEroAIXQERugIidAVE6AqI0BUQoSsgQldAxLwFCHhzFiDgzF3gt1/HJgCAMBQFPziGrTOkkICFuP9KBnGIBN5tcShgarBBAAWsIe0DAOltBTsAkJzpcT4IILXl+rpbA4CkzLvCBVsGNK6lSltlAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox1[data-v-78be406a] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox1 .pic[data-v-78be406a] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 0.2rem;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox1 .pic img[data-v-78be406a] {
  width: 100%;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox1 div[data-v-78be406a] {
  padding: 0.06rem 0.1rem;
  -webkit-box-flex: 18;
  -webkit-flex: 18;
      -ms-flex: 18;
          flex: 18;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox1 div h3[data-v-78be406a] {
  font-size: 0.24rem;
  margin-top: 0.01rem;
  margin-bottom: 0.01rem;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox1 div p[data-v-78be406a] {
  font-size: 0.18rem;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox2[data-v-78be406a] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox2 .aboutScnenureTopbox2-left[data-v-78be406a] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox2 .aboutScnenureTopbox2-left .pic[data-v-78be406a] {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
      -ms-flex: 3;
          flex: 3;
  padding-top: 0.2rem;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox2 .aboutScnenureTopbox2-left .pic img[data-v-78be406a] {
  width: 100%;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox2 .aboutScnenureTopbox2-left div[data-v-78be406a] {
  padding: 0.06rem 0.1rem;
  -webkit-box-flex: 24;
  -webkit-flex: 24;
      -ms-flex: 24;
          flex: 24;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox2 .aboutScnenureTopbox2-left div h3[data-v-78be406a] {
  font-size: 0.24rem;
  margin-top: 0.01rem;
  margin-bottom: 0.01rem;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox2 .aboutScnenureTopbox2-left div p[data-v-78be406a] {
  font-size: 0.18rem;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox2 .aboutScnenureTopbox2-right[data-v-78be406a] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox2 .aboutScnenureTopbox2-right .pic[data-v-78be406a] {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
      -ms-flex: 3;
          flex: 3;
  padding-top: 0.2rem;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox2 .aboutScnenureTopbox2-right .pic img[data-v-78be406a] {
  width: 100%;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox2 .aboutScnenureTopbox2-right div[data-v-78be406a] {
  -webkit-box-flex: 24;
  -webkit-flex: 24;
      -ms-flex: 24;
          flex: 24;
  padding: 0.06rem 0.1rem;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox2 .aboutScnenureTopbox2-right div h3[data-v-78be406a] {
  font-size: 0.24rem;
  margin-top: 0.01rem;
  margin-bottom: 0.01rem;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox2 .aboutScnenureTopbox2-right div p[data-v-78be406a] {
  font-size: 0.18rem;
}
.aboutScnenureMain .aboutScnenureBottom[data-v-78be406a] {
  background-color: white;
}
.aboutScnenureMain .aboutScnenureBottom .SetScnenureTitle[data-v-78be406a] {
  font-size: 0.3rem;
  font-weight: 100;
  margin: 0;
}
.aboutScnenureMain .aboutScnenureBottom .SetScnenure[data-v-78be406a] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.2rem;
}
.aboutScnenureMain .aboutScnenureBottom .SetScnenure .SetScnenureBox[data-v-78be406a] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0.1rem;
  -webkit-border-radius: 0.12rem;
          border-radius: 0.12rem;
  border: 0.02rem solid transparent;
  -webkit-border-image: -webkit-gradient(linear, left top, left bottom, from(#4c66ea), to(#fff)) 2;
  -webkit-border-image: -webkit-linear-gradient(top, #4c66ea, #fff) 2;
       -o-border-image: linear-gradient(to bottom, #4c66ea, #fff) 2;
          border-image: -webkit-gradient(linear, left top, left bottom, from(#4c66ea), to(#fff)) 2;
          border-image: linear-gradient(to bottom, #4c66ea, #fff) 2;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) padding-box, -webkit-gradient(linear, left top, left bottom, from(#4c66ea), to(#fff)) border-box;
  background: -webkit-linear-gradient(#fff, #fff) padding-box, -webkit-linear-gradient(top, #4c66ea, #fff) border-box;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to bottom, #4c66ea, #fff) border-box;
  background-clip: padding-box, border-box;
}
.aboutScnenureMain .aboutScnenureBottom .SetScnenure .SetScnenureBox .SetScnenureBoxTop[data-v-78be406a] {
  padding: 0.14rem;
}
.aboutScnenureMain .aboutScnenureBottom .SetScnenure .SetScnenureBox .SetScnenureBoxTop h2[data-v-78be406a] {
  font-size: 0.3rem;
  font-weight: 100;
}
.aboutScnenureMain .aboutScnenureBottom .SetScnenure .SetScnenureBox .SetScnenureBoxTop .groupClass[data-v-78be406a] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0.1rem;
}
.aboutScnenureMain .aboutScnenureBottom .SetScnenure .SetScnenureBox .SetScnenureBoxTop .groupClass .groupClassbox[data-v-78be406a] {
  -webkit-flex-basis: -webkit-calc(40%);
      -ms-flex-preferred-size: calc(40%);
          flex-basis: calc(40%);
  max-width: -webkit-calc(40%);
  max-width: calc(40%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.1rem 0.2rem;
  margin: 0.1rem;
  background: rgba(59, 94, 252, 0.1);
  -webkit-border-radius: 0.21rem;
          border-radius: 0.21rem;
}
.aboutScnenureMain .aboutScnenureBottom .SetScnenure .SetScnenureBox .SetScnenureBoxBottom[data-v-78be406a] {
  padding: 0.14rem;
  background: #F9F9F9;
  -webkit-border-radius: 0 0 0.1rem 0.1rem;
          border-radius: 0 0 0.1rem 0.1rem;
  border: 0.01rem solid #F2F2F2;
}
.aboutScnenureMain .aboutScnenureBottom .SetScnenure .SetScnenureBox .SetScnenureBoxBottom .title[data-v-78be406a] {
  font-size: 0.24rem;
  font-weight: 100;
}
.aboutScnenureMain .aboutScnenureBottom .SetScnenure .SetScnenureBox .SetScnenureBoxBottom .provide[data-v-78be406a] {
  font-size: 0.22rem;
  font-weight: 100;
}

/* 大赛组委会联系方式 */
.contact .contactMain[data-v-78be406a] {
  background-color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact .contactMain .contactMainLeft[data-v-78be406a] {
  -webkit-box-flex: 4;
  -webkit-flex: 4;
      -ms-flex: 4;
          flex: 4;
  padding: 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.contact .contactMain .contactMainLeft .contactMainLeftQR[data-v-78be406a] {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
      -ms-flex: 2;
          flex: 2;
  padding-top: 0.5rem;
}
.contact .contactMain .contactMainLeft .contactMainLeftQR .qrcon[data-v-78be406a] {
  border-bottom: 0.1rem;
  text-align: center;
  padding: 0.1rem 0.8rem;
}
.contact .contactMain .contactMainLeft .contactMainLeftQR .qrcon img[data-v-78be406a] {
  width: 100%;
  text-align: center;
}
.contact .contactMain .contactMainLeft .contactMainLeftQR .wx-number[data-v-78be406a] {
  text-align: center;
  color: #1667ff;
  font-size: 0.18rem;
  margin-top: 0.2rem;
  margin-bottom: 0.3rem;
}
.contact .contactMain .contactMainLeft .contactMainLeftQR .wx-text[data-v-78be406a] {
  text-align: center;
  font-size: 0.18rem;
}
.contact .contactMain .contactMainLeft .contactMainLeftInfo[data-v-78be406a] {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
.contact .contactMain .contactMainLeft .contactMainLeftInfo .star[data-v-78be406a] {
  width: 1.6rem;
}
.contact .contactMain .contactMainLeft .contactMainLeftInfo .contactInfoBox[data-v-78be406a] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0.2rem 0.1rem;
}
.contact .contactMain .contactMainLeft .contactMainLeftInfo .contactInfoBox img[data-v-78be406a] {
  width: 0.8rem;
  height: 0.8rem;
}
.contact .contactMain .contactMainLeft .contactMainLeftInfo .contactInfoBox div[data-v-78be406a] {
  margin-left: 0.2rem;
}
.contact .contactMain .contactMainLeft .contactMainLeftInfo .contactInfoBox div p[data-v-78be406a] {
  margin: 0;
  font-size: 0.26rem;
}
.contact .contactMain .contactMainLeft .contactMainLeftInfo .contactInfoBox div p[data-v-78be406a]:first-child {
  font-size: 0.16rem;
  color: #979797;
}
.contact .contactMain .contactMainLeft .contactMainLeftInfo .contactInfoBox div p[data-v-78be406a]:nth-child(2) {
  margin: 0.1rem 0;
}
.contact .contactMain .contactMainLeft .contactMainLeftInfo .contactInfoBox[data-v-78be406a]:nth-child(1) {
  margin-top: 0.2rem;
}
.contact .contactMain .contactMainRight[data-v-78be406a] {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.contact .contactMain .contactMainRight img[data-v-78be406a] {
  width: 100%;
}
.drop[data-v-78be406a] {
  position: absolute;
  left: 14.75rem !important;
}
.demo-table-expand[data-v-78be406a] {
  font-size: 0;
}
.demo-table-expand label[data-v-78be406a] {
  width: 0.9rem;
  color: #99a9bf;
}
.demo-table-expand .el-form-item[data-v-78be406a] {
  margin-right: 0;
  margin-bottom: 0;
  width: 50%;
}
[data-v-78be406a] .el-table__header th {
  background-color: #c9e2ff;
}

/* 使用/deep/或::v-deep穿透scoped样式 */
[data-v-78be406a] .custom-carousel {
  height: 6rem !important;
}
[data-v-78be406a] .custom-carousel .el-carousel__item {
  height: 100%;
}
[data-v-78be406a] .custom-carousel .el-carousel__item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.box1_0[data-v-78be406a] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.box1_0 div[data-v-78be406a]:nth-child(2) {
  text-align: right;
  font-size: 0.18rem;
  font-weight: 100;
}
.detailcontent[data-v-78be406a] {
  width: 12rem;
  min-height: 10rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin: 0.8rem auto;
  padding: 0.6rem;
}
.detailcontent .title[data-v-78be406a] {
  color: #333333;
  font-size: 0.32rem;
  font-weight: 700;
  line-height: 0.42rem;
  text-align: center;
  margin: 0 auto 0.5rem;
}
.detailcontent p[data-v-78be406a] {
  color: #333333;
  font-weight: 400;
  font-size: 0.18rem;
  line-height: 0.27rem;
}
.banner[data-v-78be406a] {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 19.2rem;
  height: 5rem;
  overflow: hidden;
}
[data-v-78be406a] .custom-carousel {
  height: 100% !important;
  overflow: hidden;
}
.match[data-v-48ea2e92] {
  width: 12rem;
  padding: 0.27rem 0.58rem 0.28rem 0.56rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  margin-bottom: 0.32rem;
  position: relative;
}
.match .logo[data-v-48ea2e92] {
  width: 2.41rem;
  height: 1.54rem;
  background-color: #c4c4c4;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  display: block;
  margin-right: 0.3rem;
}
.match .content[data-v-48ea2e92] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.match .content .title[data-v-48ea2e92] {
  font-size: 0.24rem;
  line-height: 160%;
  color: #333333;
  margin: 0;
  padding-right: 0.17rem;
}
.match .content .time[data-v-48ea2e92] {
  font-size: 0.18rem;
  line-height: 160%;
  color: #666666;
  margin-top: 0.11rem;
  margin-bottom: 0.13rem;
}
.match .content .time span + span[data-v-48ea2e92] {
  padding-left: 0.25rem;
}
.match .content .time strong[data-v-48ea2e92] {
  font-size: 0.16rem;
  color: #ff443a;
}
.match .content .dosc[data-v-48ea2e92] {
  width: 6.11rem;
  font-size: 0.2rem;
  line-height: 152%;
  color: #666666;
  margin: 0;
}
.match .content .el-tag[data-v-48ea2e92] {
  height: auto;
  line-height: 1;
  padding: 0.05rem 0.1rem;
  color: #ffffff;
  background: #008000;
  border: none;
  font-size: 0.18rem;
}
.match .content .el-tag.a[data-v-48ea2e92] {
  background: #f08080;
}
.match .content .el-tag.b[data-v-48ea2e92] {
  background: #d8d8d8;
}
.match .content .el-tag + .el-tag[data-v-48ea2e92] {
  margin-left: 0.3rem;
}
.match .el-button[data-v-48ea2e92] {
  width: 1.07rem;
  height: 0.45rem;
  padding: 0;
  background: #7db0ea;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(125, 176, 234, 0.5);
          box-shadow: 0 0.02rem 0.1rem rgba(125, 176, 234, 0.5);
  -webkit-border-radius: 0.07rem;
          border-radius: 0.07rem;
  font-size: 0.2rem;
  line-height: 0.45rem;
  color: #ffffff;
  position: absolute;
  right: 0.58rem;
  top: -webkit-calc(50% - 0.22rem);
  top: calc(50% - 0.22rem);
}
[data-v-419323ae] .el-dialog {
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
}
.bg .headerTop[data-v-419323ae] {
  font-size: 0.2rem;
  padding: 0.26rem 0 0 0.2rem;
  color: #333333;
}
.bg .headerBody[data-v-419323ae] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.bg .headerBody .bodyLeft .leftTime[data-v-419323ae] {
  width: 0.81rem;
  height: 0.42rem;
  margin: 0.38rem 0.49rem 0.07rem 0.35rem;
  font-weight: 500;
  font-size: 0.3rem;
  color: #333333;
  text-align: center;
}
.bg .headerBody .bodyLeft .leftDate[data-v-419323ae] {
  font-weight: 400;
  font-size: 0.14rem;
  color: #333333;
  text-align: center;
}
.bg .headerBody .bodyCenter .centerTop[data-v-419323ae] {
  width: 0.67rem;
  height: 0.27rem;
  background: #ebedf2;
  -webkit-border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
          border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
  line-height: 0.27rem;
  font-weight: 400;
  font-size: 0.14rem;
  color: #333333;
  text-align: center;
  margin: 0.4rem 0.49rem 0.12rem 0.15rem;
}
.bg .headerBody .bodyCenter .wire[data-v-419323ae] {
  width: 1rem;
  border: 0.01rem solid #efefef;
}
.bg .headerBody .bodyCenter .centerBottom[data-v-419323ae] {
  font-weight: 400;
  font-size: 0.13rem;
  color: #3b5efc;
  line-height: 0.21rem;
  text-align: center;
  margin: 0.07rem 0.48rem 0 0.2rem;
}
.bg .headerBody .bodyRight .rightTime[data-v-419323ae] {
  width: 0.81rem;
  height: 0.42rem;
  margin: 0.38rem 0.49rem 0.07rem 0.1rem;
  font-weight: 500;
  font-size: 0.3rem;
  color: #333333;
}
.bg .headerBody .bodyRight .rightDate[data-v-419323ae] {
  font-weight: 400;
  font-size: 0.14rem;
  color: #333333;
}
.bg .wires[data-v-419323ae] {
  width: 3.86rem;
  height: 0.01rem;
  -webkit-border-radius: 0 0 0 0;
          border-radius: 0 0 0 0;
  border: 0.01rem dashed #d7d7d7;
  margin: 0.25rem 0.2rem 0.2rem 0.2rem;
}
.bg .testMessage .testTop[data-v-419323ae] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.bg .testMessage .testTop .left[data-v-419323ae] {
  width: 0.48rem;
  height: 0.22rem;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.33rem;
  text-align: center;
  margin: 0 0.16rem 0.18rem 0.35rem;
}
.bg .testMessage .testTop .right[data-v-419323ae] {
  width: 0.48rem;
  height: 0.22rem;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.33rem;
  text-align: center;
}
.bg .testMessages .testTop[data-v-419323ae] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.bg .testMessages .testTop .left[data-v-419323ae] {
  height: 0.22rem;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.33rem;
  text-align: center;
  margin: 0 0.16rem 0.18rem 0.35rem;
}
.bg .testMessages .testTop .right[data-v-419323ae] {
  height: 0.22rem;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.33rem;
  text-align: center;
}
.btns[data-v-419323ae] {
  width: 1.66rem;
  height: 0.34rem;
  text-align: center;
  line-height: 0.08rem;
  background-color: #3b5efc;
  font-size: 0.14rem;
  margin-top: 2.5rem;
  -webkit-border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
          border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
}
[data-v-419323ae] .right .el-input__inner {
  width: 2.92rem;
}
.boxBtn[data-v-419323ae] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-dialog__title[data-v-419323ae] {
  font-weight: 500;
  font-size: 0.2rem;
  color: #333333;
}
.btn[data-v-419323ae] {
  width: 1.86rem;
  height: 0.34rem;
  text-align: center;
  line-height: 0.08rem;
  background-color: #3b5efc;
  font-size: 0.14rem;
}
.s[data-v-419323ae] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 0.25rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
[data-v-419323ae] #sidebar .item dt .svg-icon {
  width: 0.26rem !important;
  height: 0.26rem !important;
}
#sidebar[data-v-419323ae] {
  padding: 0.3rem 0;
  position: fixed;
  z-index: 100;
  right: 0.25rem;
  /* 35px; */
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.86rem;
  -webkit-border-radius: 0.22rem;
          border-radius: 0.22rem;
  background: #fff;
  -webkit-box-shadow: 0 0 0.05571rem 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 0.05571rem 0 rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 0 0.2rem 0 #0000001a;
          box-shadow: 0 0 0.2rem 0 #0000001a;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#sidebar .item[data-v-419323ae] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#sidebar .item p[data-v-419323ae] {
  color: #494949;
  font-family: PingFang SC;
  font-size: 0.12rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}
#sidebar .item dt[data-v-419323ae] {
  width: 0.56rem;
  height: 0.56rem;
  background: #ffff;
  -webkit-filter: drop-shadow(0 0 0.07511rem rgba(4, 4, 4, 0.1));
          filter: drop-shadow(0 0 0.07511rem rgba(4, 4, 4, 0.1));
  -webkit-border-radius: 100%;
          border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#sidebar .item dt[data-v-419323ae]:hover {
  background: #1d30ff;
}
#sidebar .item dt .svg-icon[data-v-419323ae] {
  width: 0.2rem;
  height: 0.2rem;
}
.posiImg[data-v-419323ae] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  color: #ffffff;
  font-family: PingFang SC;
  font-size: 0.12rem;
  font-weight: 400;
  line-height: 0.21rem;
  text-align: center;
  position: absolute;
  top: 16%;
  right: 0.48rem;
  width: 0.53rem;
  height: 0.22rem;
  -webkit-border-radius: 0.03rem;
          border-radius: 0.03rem;
  background: #707070;
}
.manual[data-v-419323ae] {
  width: 7.4rem;
  padding: 0.25rem 0;
  margin: 0.15rem 0;
  position: relative;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.manual a.el-button[data-v-419323ae] {
  width: 3rem;
  height: 0.56rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0 0.22rem 0 0.23rem;
  background: #ffffff;
  border: 0.005rem solid #1d30ff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  font-weight: 400;
  font-size: 0.16rem;
  text-align: left;
}
.manual a.el-button .el-button[data-v-419323ae] {
  width: 0.92rem;
  height: 0.24rem;
  padding: 0;
  border-color: #b1cbff;
  background: #b1cbff;
  -webkit-border-radius: 0.12rem;
          border-radius: 0.12rem;
  font-size: 0.12rem;
  color: #ffffff;
}
.manual a.el-button[data-v-419323ae]:nth-child(3), .manual a.el-button[data-v-419323ae]:nth-child(4) {
  margin-top: 0.26rem;
}
.manual a.el-button[data-v-419323ae]:hover {
  background: #b1cbff;
  border-color: #b1cbff;
  -webkit-box-shadow: 0 0.04rem 0.2rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.04rem 0.2rem rgba(0, 0, 0, 0.1);
  color: #fff;
}
.manual a.el-button:hover .el-button[data-v-419323ae] {
  color: #b1cbff;
  background: #ffffff;
}
.posiBox[data-v-419323ae] {
  min-height: 1.6rem;
  position: absolute;
  left: -7.4rem;
  right: -0.01rem;
  background: #fff;
  top: -0.36rem;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
  border: 0.01rem solid #ebeef5;
  -webkit-box-shadow: 0 0.02rem 0.12rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.02rem 0.12rem 0 rgba(0, 0, 0, 0.1);
}
.phoneBox[data-v-419323ae] {
  position: absolute;
  padding: 0.18rem 0.2rem;
  left: -1.18rem;
  bottom: 0.7rem;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
  background: #fff;
  border: 0.01rem solid #ebeef5;
  -webkit-box-shadow: 0 0.02rem 0.12rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.02rem 0.12rem 0 rgba(0, 0, 0, 0.1);
}
.accountImg[data-v-419323ae] {
  bottom: 1.4rem !important;
}
.expansion[data-v-419323ae] {
  position: fixed;
  width: 0.4rem;
  height: 0.4rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  z-index: 100;
  right: 0.4rem;
  bottom: 1.1rem;
  background: #ffffff;
  text-align: center;
  -webkit-box-shadow: 0 0 0.2rem 0 #0000001a;
          box-shadow: 0 0 0.2rem 0 #0000001a;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.expansion .expansion_img[data-v-419323ae] {
  width: 0.22rem;
  height: 0.24rem;
}
.gotop[data-v-419323ae] {
  bottom: 0.5rem !important;
  font-size: 0.22rem;
}
.zzz[data-v-419323ae] {
  height: 3rem;
  overflow-y: scroll;
}
.zzz .popup-checkBox[data-v-419323ae] {
  width: 100%;
  padding-top: 0.1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.zzz .popup-checkBox .checkBox-item[data-v-419323ae] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  /* start; */
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 0.62rem;
  -webkit-border-radius: 0.09rem;
          border-radius: 0.09rem;
  background: #f7f7f7;
  margin-bottom: 0.12rem;
  padding: 0.17rem 0.15rem;
  position: relative;
}
.zzz .popup-checkBox .checkBox-item.active[data-v-419323ae] {
  background: #ecefff;
}
.zzz .popup-checkBox .checkBox-item .info[data-v-419323ae] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.zzz .popup-checkBox .checkBox-item .info .project-name[data-v-419323ae] {
  height: 0.21rem;
  color: #333;
  font-size: 0.15rem;
}
.zzz .popup-checkBox .checkBox-item .info .projectType-list[data-v-419323ae] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  /* start; */
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 0.15rem;
}
.zzz .popup-checkBox .checkBox-item .info .projectType-list .projectType-item[data-v-419323ae] {
  color: #666;
  font-size: 0.11rem;
  font-weight: 400;
  margin-right: 0.03rem;
}
.zzz .popup-checkBox .checkBox-item .project[data-v-419323ae] {
  position: absolute;
  left: 0;
  top: -0.05rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  height: 0.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.06rem;
  font-weight: 400;
  line-height: 0.07rem;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  -webkit-border-radius: 0.05rem 0.1rem 0.1rem 0;
          border-radius: 0.05rem 0.1rem 0.1rem 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#c1c1c1), to(#c1c1c1)), -webkit-gradient(linear, left bottom, left top, from(#d1d1d6), to(#d1d1d6));
  background: -webkit-linear-gradient(bottom, #c1c1c1, #c1c1c1), -webkit-linear-gradient(bottom, #d1d1d6, #d1d1d6);
  background: linear-gradient(0deg, #c1c1c1, #c1c1c1), linear-gradient(0deg, #d1d1d6, #d1d1d6);
}
.zzz .popup-checkBox .checkBox-item .project.active[data-v-419323ae] {
  background: #899eff;
}
[data-v-419323ae] div.el-dialog__footer .dialog-footer .el-button {
  width: 0.82rem;
  height: 0.35rem;
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 400;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
}
[data-v-419323ae] div.el-dialog__footer .dialog-footer .el-button.el-button--default {
  background: #fff;
  border: 0.01rem solid #3b5efc;
  color: #3b5efc;
}
[data-v-419323ae] div.el-dialog__footer .dialog-footer .el-button.el-button--primary {
  background: #3b5efc;
  color: #fff;
}
.el-dialog__wrapper[data-v-419323ae]  .el-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -65%);
          transform: translate(-50%, -65%);
}
.specialist[data-v-419323ae]  .el-dialog {
  height: 7.5rem;
}
.specialist[data-v-419323ae]  .el-dialog__body {
  padding: 0;
  margin-top: 0.28rem;
}
.specialist[data-v-419323ae]  .el-form-item {
  margin-bottom: 0.26rem;
}
.specialist[data-v-419323ae]  .el-dialog__title {
  margin-left: 0.1rem;
}
.specialist[data-v-419323ae]  .el-input__suffix {
  display: block;
}
.ai-img[data-v-419323ae] {
  width: 0.24rem;
  height: 0.24rem;
}
.activity[data-v-01f17ce6] {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  background: #fff;
}
.activity .matchList[data-v-01f17ce6] {
  width: 12rem;
  margin: 0 auto;
}
.box3[data-v-01f17ce6] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.box3 .more[data-v-01f17ce6] {
  color: #7db0ea;
}
.selectYear[data-v-01f17ce6] {
  width: 12rem;
  margin: 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0.14rem;
}
.selectYear[data-v-01f17ce6]  .el-input__inner {
  width: 1.5rem;
  font-size: 0.14rem;
  background: #fff;
}
.selectYear[data-v-01f17ce6]  .el-button {
  width: 1.07rem;
  height: 0.45rem;
  padding: 0;
  background: #7db0ea;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(125, 176, 234, 0.5);
          box-shadow: 0 0.02rem 0.1rem rgba(125, 176, 234, 0.5);
  -webkit-border-radius: 0.07rem;
          border-radius: 0.07rem;
  font-size: 0.2rem;
  line-height: 0.45rem;
  color: #ffffff;
  border-color: transparent;
}
.selectYear .filter1[data-v-01f17ce6] {
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.27rem 0.06rem 0.2rem 0.06rem;
}
.selectYear .filter1 .el-form-item[data-v-01f17ce6] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.selectYear .filter1 .el-form-item[data-v-01f17ce6]  .el-form-item__label {
  font-size: 0.16rem;
  font-weight: 500;
}
.selectYearTitle[data-v-01f17ce6] {
  font-size: 0.18rem;
  margin-top: 0.14rem;
}
[data-v-44b95d38] .el-dialog {
  -webkit-border-radius: 0.23rem;
          border-radius: 0.23rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
[data-v-44b95d38] .el-dialog .el-dialog__header {
  height: auto;
  padding: 0.52rem 0 0.37rem 0;
  background: none;
}
[data-v-44b95d38] .el-dialog .el-dialog__header .el-dialog__title {
  font-size: 0.36rem;
}
[data-v-44b95d38] .el-dialog .el-dialog__body::-webkit-scrollbar {
  width: 0 !important;
}
[data-v-44b95d38] .el-dialog .el-dialog__body {
  max-height: 60vh;
  padding: 0 1.37rem 0;
  overflow: auto;
}
[data-v-44b95d38] .el-dialog .el-form-item {
  height: 0.66rem;
  margin: 0;
  border-bottom: 0.01rem solid #dddddd;
  overflow: hidden;
  position: relative;
}
[data-v-44b95d38] .el-dialog .el-form-item .el-form-item__label {
  line-height: 0.66rem;
  font-size: 0.16rem;
  color: #333333;
}
[data-v-44b95d38] .el-dialog .el-form-item .el-form-item__content {
  line-height: 0.66rem;
  float: right;
  position: static;
}
[data-v-44b95d38] .el-dialog .el-form-item .el-form-item__content .el-input__inner {
  height: 0.34rem;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
[data-v-44b95d38] .el-dialog .el-form-item .el-form-item__error {
  left: 0.12rem;
  bottom: 0.03rem;
  top: auto;
}
[data-v-44b95d38] .el-dialog .el-form-item:nth-last-child(1) {
  height: auto;
  border: none;
  overflow: inherit;
}
[data-v-44b95d38] .el-dialog .el-form-item:nth-last-child(1) .el-form-item__content {
  margin: 0 !important;
  text-align: center;
  float: none;
}
[data-v-44b95d38] .el-dialog .el-form-item:nth-last-child(1) .el-form-item__content .el-button--primary {
  display: inline-block;
  width: 2.06rem;
  height: 0.5rem;
  background: #ffd747;
  -webkit-border-radius: 0.14rem;
          border-radius: 0.14rem;
  border: none;
  font-weight: 600;
  color: #333;
  font-size: 0.18rem;
  margin: 0.57rem 0 0 -1.2rem;
}
[data-v-44b95d38] .el-dialog .el-textarea {
  margin-bottom: 0.24rem;
}
[data-v-44b95d38] .el-dialog .el-textarea .el-textarea__inner {
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  border: none;
  padding: 0.18rem;
}
[data-v-44b95d38] .el-dialog .saveBtn {
  width: 2.06rem;
  height: 0.5rem;
  line-height: 0.5rem;
  background: #7db0ea;
  -webkit-border-radius: 0.14rem;
          border-radius: 0.14rem;
  padding: 0;
  font-weight: 600;
  font-size: 0.18rem;
  line-height: 0.25rem;
  color: #ffffff;
}
[data-v-44b95d38] .el-dialog .el-button.is-disabled,[data-v-44b95d38] .el-dialog .el-button.is-disabled:focus,[data-v-44b95d38] .el-dialog .el-button.is-disabled:hover {
  color: #c0c4cc;
  cursor: not-allowed;
  background-image: none;
  background: #7db0ea;
  border-color: #ebeef5;
}
.dialogRole .el-dialog[data-v-294ba62c] {
  -webkit-border-radius: 0.23rem;
          border-radius: 0.23rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0.59rem;
}
.dialogRole .el-dialog .el-dialog__header[data-v-294ba62c] {
  padding: 0.59rem 0 0.23rem;
  margin-bottom: 0;
}
.dialogRole .el-dialog .el-dialog__header .el-dialog__title[data-v-294ba62c] {
  color: #333333;
  font-size: 0.48rem;
  line-height: 0.67rem;
}
.dialogRole .el-dialog .el-dialog__body[data-v-294ba62c] {
  overflow: none;
}
.dialogRole .el-dialog .el-dialog__body .roleTip[data-v-294ba62c] {
  text-align: center;
  color: #ff0000;
  margin-bottom: 0.54rem;
}
.dialogRole .el-dialog .el-dialog__body[data-v-294ba62c]::-webkit-scrollbar {
  width: 0 !important;
}
.dialogRole .el-dialog .el-form[data-v-294ba62c] {
  margin-bottom: 0.54rem;
}
.dialogRole .el-dialog .el-form .el-select[data-v-294ba62c] {
  width: 100%;
}
.dialogRole .el-dialog .el-form .el-select .el-input__inner[data-v-294ba62c] {
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFaSURBVHgBpZPNTcNAEIXf2L7BYS2BxA2ng3QAqQA4IvGTVBCoINBBOjAoijhCKkhKoARzDaD4EE72ehg7PsT22rLkT7LWuzvzZnZ3hmCAN+8K8XYMoiGYvXx5JfMX2AcLcq9Ckx9Vhd48aL3cEyl5UADbHpB7HZS3rIqx1pNaoSya7MWxb4xTzMqX4zkbtME5dMvHLWYWO320JQq98lJRjCwPbbEcr1mMk3u0RfOwWQy8QFtYSqVEtTR+ZlMxHKMJqTc6uhmhOTMhikWMA9Rn9IkoejbGMNo3lcg2dqk3MnaAZYzgmo2FEEqhjooYr/0+f8+WNfZpz/q8nhvrMTumOJ/L74XMLhtbqeApPZo2P/MrHd+usiX+nU+QJE/oguZHOrmbWkj0A7pi0yQd5M5IoTsqF+MQXcnr0gHrAWznDBo9eYDTPIqSC1aVx9hd+s45/Yi+svFPf6TL/9r4hIaWyPUNAAAAAElFTkSuQmCC) no-repeat;
  background-size: 0.18rem 0.19rem;
  background-position: 0.23rem 0.09rem;
  padding: 0 0 0 0.54rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.14rem;
}
.dialogRole .el-dialog .el-dialog__footer[data-v-294ba62c] {
  margin-bottom: 1.32rem;
}
.dialogRole .el-dialog .el-dialog__footer .el-button[data-v-294ba62c] {
  width: 2.06rem;
  height: 0.5rem;
  -webkit-border-radius: 0.14rem;
          border-radius: 0.14rem;
  text-align: center;
  line-height: 50xp;
  background: #ffd747;
  font-size: 0.18rem;
  color: #333333;
  font-weight: 600;
  border: none;
}
[data-v-59b4df96] .el-dialog {
  -webkit-border-radius: 0.23rem;
          border-radius: 0.23rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
[data-v-59b4df96] .el-dialog .el-dialog__header {
  padding: 0.5rem 0 0.36rem;
}
[data-v-59b4df96] .el-dialog .el-dialog__header .el-dialog__title {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 600;
  font-size: 0.36rem;
  line-height: 0.5rem;
  color: #f27a12;
  text-shadow: 0 0.02rem 0.04rem rgba(0, 0, 0, 0.3);
}
[data-v-59b4df96] .el-dialog .el-dialog__body {
  max-height: 60vh;
  padding: 0;
  overflow: auto;
}
[data-v-59b4df96] .el-dialog .el-form-item {
  width: 3.5739rem;
  height: 0.4255rem;
  margin: 0.24rem auto;
}
[data-v-59b4df96] .el-dialog .el-form-item .el-input__inner {
  height: 0.42rem;
  line-height: 0.42rem;
}
[data-v-59b4df96] .el-dialog .el-form-item .el-input-group__append {
  padding-left: 0.17rem;
}
[data-v-59b4df96] .el-dialog .el-form-item .el-input-group__append .el-button {
  width: 1.36rem;
  height: 0.43rem;
  margin: 0;
  background: #fff5d8;
  border: 0.01rem solid #f27a12;
  -webkit-border-radius: 0.21273rem;
          border-radius: 0.21273rem;
  font-size: 0.14rem;
  color: #333333;
}
[data-v-59b4df96] .el-dialog .el-dialog__footer {
  padding: 0.1rem 0 1rem;
}
[data-v-59b4df96] .el-dialog .saveBtn {
  width: 3.5739rem;
  height: 0.4255rem;
  line-height: 0.4255rem;
  border-color: #f27a12;
  background: #f27a12;
  -webkit-border-radius: 0.14rem;
          border-radius: 0.14rem;
  padding: 0;
  font-weight: 600;
  font-size: 0.16rem;
  color: #ffffff;
}
[data-v-59b4df96] .el-dialog .el-button.is-disabled,[data-v-59b4df96] .el-dialog .el-button.is-disabled:focus,[data-v-59b4df96] .el-dialog .el-button.is-disabled:hover {
  color: #c0c4cc;
  cursor: not-allowed;
  background-image: none;
  background: #7db0ea;
  border-color: #ebeef5;
}
.custom2-msgbox {
  width: 4.91rem;
  -webkit-border-radius: 0.28353rem;
          border-radius: 0.28353rem;
}
.custom2-msgbox .el-message-box__header {
  padding: 0.59rem 0 0;
}
.custom2-msgbox .el-message-box__header .el-message-box__title {
  font-weight: 600;
  font-size: 0.28rem;
  line-height: 0.39rem;
  color: #333333;
  text-align: center;
}
.custom2-msgbox .el-message-box__message {
  font-weight: 400;
  font-size: 0.18rem;
  line-height: 0.25rem;
  color: #333333;
  text-align: center;
}
.custom2-msgbox .el-message-box__btns {
  padding: 0.2rem 0 0.56rem;
  text-align: center;
}
.custom2-msgbox .el-message-box__btns .el-button {
  width: 3.57rem;
  height: 0.42rem;
  line-height: 0.53rem;
  padding: 0;
  background: #f27a12;
  border-color: #f27a12;
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
  font-size: 0.15317rem;
  line-height: 0.31rem;
  /* identical to box height */
  text-align: center;
  color: #ffffff;
}
::v-deep .el-input__prefix {
  color: red !important;
}
.passwordLogin {
  margin-top: 0.3rem;
  padding-bottom: 0.2rem;
}
.passwordLogin .el-select {
  width: 100%;
}
.passwordLogin .el-input__inner {
  border-color: #f8f8f8;
  background: #f8f8f8;
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
}
.passwordLogin .el-button {
  width: 100%;
  border-color: #4967fd;
  background: #4967fd;
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
}
.passwordLogin .ops {
  margin-top: 0.16rem;
  color: #4967fd;
  font-family: PingFang SC;
  font-size: 0.12rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.passwordLogin .el-input-group__append {
  padding: 0;
  border: none;
  background: none;
}
.passwordLogin .el-input-group__append img {
  height: 0.36rem;
  display: block;
  margin-left: 0.1rem;
}
@charset "UTF-8";
[data-v-70f3aa94] .el-dialog {
  -webkit-border-radius: 0.32rem;
          border-radius: 0.32rem;
  height: 5.96rem;
}
.check-title[data-v-70f3aa94] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.22rem;
  color: #999999;
  line-height: 0.13rem;
}
.title[data-v-70f3aa94] {
  margin: 0.45rem 0;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.26rem;
  color: #333333;
  line-height: 0.13rem;
}
.progress-bar[data-v-70f3aa94] {
  width: -webkit-calc(0.76rem + var(--slid-move));
  width: calc(0.76rem + var(--slid-move));
  /* 动态计算宽度 */
  height: 100%;
  -webkit-border-radius: 0.42rem;
          border-radius: 0.42rem;
  --move: 0;
  -webkit-transform: translateX(var(--move));
          transform: translateX(var(--move));
}
#rotation[data-v-70f3aa94] {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.check[data-v-70f3aa94] {
  --slider-size: 0.42rem;
  background: white;
  -webkit-border-radius: 0.16rem;
          border-radius: 0.16rem;
  padding: 0.2rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.check .img-con[data-v-70f3aa94] {
  position: relative;
  overflow: hidden;
  width: 1.92rem;
  height: 1.92rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.check .img-con img[data-v-70f3aa94] {
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.check .slider-con[data-v-70f3aa94] {
  width: 4.14rem;
  height: 0.78rem;
  -webkit-border-radius: 0.42rem;
          border-radius: 0.42rem;
  margin-top: 0.52rem;
  position: relative;
  background: #f5f5f5;
  -webkit-box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.1) inset;
}
.slider-con .slider[data-v-70f3aa94] {
  background: url(../static/img/slider.f4d0c20e.png) no-repeat;
  width: 0.78rem;
  height: 0.78rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.2);
  cursor: move;
  background-size: contain;
  --move: 0;
  -webkit-transform: translateX(var(--move));
          transform: translateX(var(--move));
}
.slider-con .slider.sliding[data-v-70f3aa94] {
  background: url(../static/img/slider.f4d0c20e.png) no-repeat;
  background-size: contain;
}
.check-state[data-v-70f3aa94] {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
body[data-v-70f3aa94] {
  padding: 0;
  margin: 0;
  background: #fef5e0;
}
.refresh[data-v-70f3aa94] {
  margin-top: 0.15rem;
  height: 0.22rem;
  vertical-align: middle;
  cursor: pointer;
}
.slider-con.err-anim[data-v-70f3aa94] {
  -webkit-animation: jitter-data-v-70f3aa94 0.5s;
          animation: jitter-data-v-70f3aa94 0.5s;
}
@-webkit-keyframes jitter-data-v-70f3aa94 {
0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
25% {
    -webkit-transform: translateX(-0.05rem);
            transform: translateX(-0.05rem);
}
50% {
    -webkit-transform: translateX(0.05rem);
            transform: translateX(0.05rem);
}
75% {
    -webkit-transform: translateX(-0.05rem);
            transform: translateX(-0.05rem);
}
100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
}
@keyframes jitter-data-v-70f3aa94 {
0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
25% {
    -webkit-transform: translateX(-0.05rem);
            transform: translateX(-0.05rem);
}
50% {
    -webkit-transform: translateX(0.05rem);
            transform: translateX(0.05rem);
}
75% {
    -webkit-transform: translateX(-0.05rem);
            transform: translateX(-0.05rem);
}
100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
}
[data-v-6c0491f1] .el-dialog {
  -webkit-border-radius: 0.23rem;
          border-radius: 0.23rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
[data-v-6c0491f1] .el-dialog .el-dialog__header {
  height: auto;
  padding: 0.5rem 0 0.36rem;
  background: none;
}
[data-v-6c0491f1] .el-dialog .el-dialog__header .el-dialog__title {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 600;
  font-size: 0.36rem;
  line-height: 0.5rem;
  color: #7db0ea;
  text-shadow: 0 0.02rem 0.04rem rgba(0, 0, 0, 0.3);
}
[data-v-6c0491f1] .el-dialog .el-dialog__body {
  max-height: 60vh;
  padding: 0 1.37rem 0;
  overflow: auto;
}
[data-v-6c0491f1] .el-dialog .el-form-item {
  margin: 0;
  border-bottom: 0.01rem solid #dddddd;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
[data-v-6c0491f1] .el-dialog .el-form-item.agreement {
  border: none;
}
[data-v-6c0491f1] .el-dialog .el-form-item.agreement .el-form-item__content {
  width: 100%;
  margin-left: 0 !important;
  text-align: center;
}
[data-v-6c0491f1] .el-dialog .el-form-item.agreement .el-form-item__content .el-radio__label {
  color: #333333;
}
[data-v-6c0491f1] .el-dialog .el-form-item.agreement .el-form-item__content a {
  color: #7db0ea;
}
[data-v-6c0491f1] .el-dialog .el-form-item.textarea {
  display: block;
  border: none;
}
[data-v-6c0491f1] .el-dialog .el-form-item.textarea .el-form-item__label {
  height: 0.55rem;
}
[data-v-6c0491f1] .el-dialog .el-form-item.textarea .el-textarea__inner {
  height: 1.24rem;
  background: #f3f3f3;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
[data-v-6c0491f1] .el-dialog .el-form-item.textarea .el-input__count {
  line-height: 0.3rem;
  background: #f3f3f3;
  bottom: 0.01rem;
}
[data-v-6c0491f1] .el-dialog .el-form-item .el-form-item__label,[data-v-6c0491f1] .el-dialog .el-form-item .el-form-item__content {
  line-height: 0.72rem;
  margin-left: 0.2rem;
}
[data-v-6c0491f1] .el-dialog .el-form-item .el-form-item__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 0.1rem !important;
}
[data-v-6c0491f1] .el-dialog .el-form-item .el-date-editor {
  background: none;
  border: none;
}
[data-v-6c0491f1] .el-dialog .el-form-item .el-range-editor--medium .el-range-separator {
  line-height: 0.42rem;
}
[data-v-6c0491f1] .el-dialog .el-form-item .el-form-item__label {
  color: #333333;
  font-size: 0.13rem;
}
[data-v-6c0491f1] .el-dialog .el-form-item .el-form-item__error {
  top: auto;
  bottom: 0.03rem;
}
[data-v-6c0491f1] .el-dialog .el-form-item .el-input-group {
  vertical-align: middle;
}
[data-v-6c0491f1] .el-dialog .el-form-item .el-input-group .el-input-group__append {
  padding: 0;
  background: none;
  border: none;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #7db0ea;
}
[data-v-6c0491f1] .el-dialog .el-form-item .el-select,[data-v-6c0491f1] .el-dialog .el-form-item .el-cascader {
  width: 100%;
}
[data-v-6c0491f1] .el-dialog .el-form-item .el-input .el-input__inner {
  height: 0.72rem;
  line-height: 0.72rem;
  padding-left: 0;
  background: none;
  border: none;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  color: #999;
}
[data-v-6c0491f1] .el-dialog .el-form-item .el-input ::-webkit-input-placeholder {
  font-size: 0.16rem;
  line-height: 0.22rem;
}
[data-v-6c0491f1] .el-dialog .el-dialog__footer {
  padding: 0.1rem 0.71354rem 0.2rem;
}
[data-v-6c0491f1] .el-dialog .saveBtn {
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  border-color: #7db0ea;
  background: #7db0ea;
  -webkit-border-radius: 0.14rem;
          border-radius: 0.14rem;
  padding: 0;
  font-weight: 600;
  font-size: 0.18rem;
  line-height: 0.25rem;
  color: #ffffff;
}
[data-v-6c0491f1] .el-dialog .el-button.is-disabled,[data-v-6c0491f1] .el-dialog .el-button.is-disabled:focus,[data-v-6c0491f1] .el-dialog .el-button.is-disabled:hover {
  color: #c0c4cc;
  cursor: not-allowed;
  background-image: none;
  background: #7db0ea;
  border-color: #ebeef5;
}
.custom-msgbox {
  width: 8.52rem;
  -webkit-border-radius: 0.28353rem;
          border-radius: 0.28353rem;
}
.custom-msgbox .el-message-box__header {
  padding: 0 0.26rem;
  background: rgba(238, 149, 16, 0.2);
}
.custom-msgbox .el-message-box__header .el-message-box__title {
  font-size: 0.22682rem;
  line-height: 0.57rem;
  color: #333333;
}
.custom-msgbox .el-message-box__message {
  padding: 0.72rem 0 0.2rem;
}
.custom-msgbox .el-message-box__message p {
  margin: 0;
  font-size: 0.24rem;
  line-height: 0.34rem;
  text-align: center;
  color: #333333;
}
.custom-msgbox .el-message-box__btns {
  padding-bottom: 0.56rem;
  text-align: center;
}
.custom-msgbox .el-message-box__btns .el-button {
  width: 4.38rem;
  height: 0.53rem;
  line-height: 0.53rem;
  padding: 0;
  background: #7db0ea;
  border-color: #7db0ea;
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
  font-size: 0.22rem;
  line-height: 0.31rem;
  /* identical to box height */
  text-align: center;
  color: #ffffff;
}
.demo-formData .el-form-item__label:before {
  content: "*";
  color: #f56c6c;
  margin-right: 0.05rem;
  font-weight: bold;
}
.demo-formData .el-form-item__label:before {
  content: "";
  margin-right: 0.12rem;
  font-weight: bold;
}
.tip {
  font-size: 0.14rem;
  color: #9a9a9a;
  margin-top: 0.07rem;
}
.code .el-input__inner {
  width: 2rem;
}
.smsLogin {
  margin-top: 0.3rem;
  padding-bottom: 0.2rem;
}
.smsLogin .el-select {
  width: 100%;
}
.smsLogin .el-input__inner {
  border-color: #f8f8f8;
  background: #f8f8f8;
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
}
.smsLogin .el-button {
  width: 100%;
  border-color: #4967fd;
  background: #4967fd;
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
}
.smsLogin .el-input-group__append {
  background: #d3e8fe;
  border: 0.01rem solid #7db0ea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
  font-size: 0.14rem;
  color: #333333;
}
.smsLogin .el-input-group__append .el-button {
  padding: 0;
  margin: 0;
}
.smsLogin .ops {
  margin-top: 0.16rem;
  color: #4967fd;
  font-family: PingFang SC;
  font-size: 0.12rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.bottom-b {
  position: relative;
}
#Footer {
  width: 100%;
  /* 1200px; */
  height: 1.32rem;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.5);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#Footer .school dt {
  width: 0.46rem;
  height: 0.46rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
#Footer .school dt img {
  width: 0.46rem;
  height: 0.46rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
#Footer .school dd {
  margin-right: 0.2rem;
  margin-top: -0.46rem;
  font-size: 0.18rem;
  line-height: 0.46rem;
}
#Footer ul {
  margin-top: -0.46rem;
  list-style: none;
  font-size: 0.18rem;
}
#Footer ul li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.2rem;
}
.bottoms {
  background: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0.52rem;
  color: #b8a664;
  font-size: 0.12rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 0.01rem solid rgba(255, 255, 255, 0.15);
}
.bottoms img {
  width: 0.2rem;
  height: 0.2rem;
  margin-left: 0.2rem;
  margin-right: 0.08rem;
}
@charset "UTF-8";
[data-v-bfe15df2] .el-dropdown-menu__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
[data-v-bfe15df2] .el-dropdown-menu__item span {
  width: 1.5rem;
}
[data-v-bfe15df2] .el-dropdown-menu__item img {
  width: 0.27rem;
  height: 0.24rem;
}
.imgTb[data-v-bfe15df2] {
  width: 0.2rem;
}
.el-header[data-v-bfe15df2] {
  width: 16rem;
  padding: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-header .img[data-v-bfe15df2] {
  width: 2.04rem;
  height: 0.62rem;
  margin-right: 0.05rem;
}
.el-header .imgs[data-v-bfe15df2] {
  width: 0.64rem;
  height: 0.32rem;
}
.el-header .headerText[data-v-bfe15df2] {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0.35rem;
}
.el-header .headerText .navHeader[data-v-bfe15df2] {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4rem;
}
.el-header .headerText .navHeader a[data-v-bfe15df2] {
  position: relative;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.el-header .headerText .navHeader a.active[data-v-bfe15df2]::after {
  content: "";
  position: absolute;
  bottom: -0.3rem;
  /* 调整位置 */
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.47rem;
  height: 0.06rem;
  background: #3B5EFC;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.el-header nav a[data-v-bfe15df2],
.el-header .el-dropdown a[data-v-bfe15df2] {
  font-size: 0.2rem;
  line-height: 0.24rem;
  color: #666666;
}
.el-header .el-button[data-v-bfe15df2] {
  width: 0.84rem;
  height: 0.42rem;
  background: #1667FF;
  -webkit-border-radius: 0.21rem;
          border-radius: 0.21rem;
  padding: 0.05rem 0.2rem;
  font-size: 0.18rem;
  line-height: 0.24rem;
  color: #ffffff;
}
.el-header .sass[data-v-bfe15df2] {
  width: 1.08rem;
  height: 0.42rem;
  background: #F27A12;
  -webkit-border-radius: 0.21rem;
          border-radius: 0.21rem;
  margin: 0 0.34rem 0 0;
  padding: 0.1rem 0.2rem;
  font-size: 0.18rem;
  line-height: 0.24rem;
  color: #FFFFFF;
}
.el-header .userInfo[data-v-bfe15df2] {
  margin-right: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-header .userInfo .logo[data-v-bfe15df2] {
  width: 0.46rem;
  height: 0.46rem;
}
.el-header .userInfo .userName[data-v-bfe15df2] {
  font-size: 0.18rem;
  min-width: 0.5rem;
  line-height: 0.46rem;
  margin-left: 0.15rem;
}
.el-header .userInfo .quit[data-v-bfe15df2] {
  width: 0.84rem;
  height: 0.42rem;
  background: rgba(59, 94, 252, 0.1);
  -webkit-border-radius: 0.21rem;
          border-radius: 0.21rem;
  text-align: center;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 0.18rem;
  color: #1667FF;
  line-height: 0.42rem;
  margin-left: 0.15rem;
  cursor: pointer;
}
.el-main[data-v-bfe15df2] {
  min-width: 12rem;
  padding: 0;
  overflow: hidden;
  background-size: cover;
  background-position: top center;
}
.el-main[data-v-bfe15df2]  .banner {
  width: 100%;
  max-width: 19.2rem;
  height: 5rem !important;
  margin: auto;
  position: relative;
}
.el-main[data-v-bfe15df2]  .banner .apply {
  width: 3.56rem;
  height: 0.8rem;
  border: 0.01rem solid #ED880A;
  -webkit-border-radius: 0.5rem;
          border-radius: 0.5rem;
  position: absolute;
  left: 7.83rem;
  top: 3.76rem;
  z-index: 1000;
}
.el-main[data-v-bfe15df2]  .banner .el-image {
  width: 100%;
  height: 100%;
}
.el-main[data-v-bfe15df2]  .banner .Title:first-child {
  margin-top: 1rem !important;
  padding-top: 2rem !important;
}
.el-main[data-v-bfe15df2]  .banner .el-carousel__item {
  background: #fff;
}
.el-main .martop[data-v-bfe15df2] {
  height: 1rem;
}
.el-main .cont[data-v-bfe15df2] {
  width: 12rem;
  margin: 6rem auto 2rem;
}
.el-main .cont span[data-v-bfe15df2] {
  padding: 0.14rem 0.26rem;
  background: #2c51a2;
  text-align: center;
  font-size: 0.26rem;
  color: #ffffff;
}
.myelFooter[data-v-bfe15df2] {
  background: #75161B !important;
}
.myelFooter dl[data-v-bfe15df2] {
  color: #fff !important;
}
.myelFooter a[data-v-bfe15df2] {
  color: #fff !important;
}
.el-footer[data-v-bfe15df2] {
  width: 100%;
  background: #313B59;
  margin-bottom: 0.5rem;
}
.el-footer .myFooter[data-v-bfe15df2] {
  width: 12rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.el-footer dl[data-v-bfe15df2] {
  font-size: 0.2rem;
  color: rgba(255, 255, 255, 0.5);
}
.el-footer dl dd[data-v-bfe15df2] {
  margin: 0;
}
.el-footer dl dd a[data-v-bfe15df2] {
  display: inline-block;
  margin-right: 0.3rem;
  color: rgba(255, 255, 255, 0.5);
}
.bottoms[data-v-bfe15df2] {
  background: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0.52rem;
  color: #b8a664;
  font-size: 0.12rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 0.01rem solid rgba(255, 255, 255, 0.15);
}
[data-v-bfe15df2] .el-dialog {
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
}
[data-v-bfe15df2] .el-dialog__body {
  padding-top: 0.1rem;
}
[data-v-bfe15df2] .el-dialog__header {
  text-align: center;
  padding-top: 0.6rem;
}
.login-left[data-v-bfe15df2] {
  margin: 0 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.login-left h3[data-v-bfe15df2] {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 0.2rem;
  color: #333333;
}
.login-left .qrcodeBorder[data-v-bfe15df2] {
  width: 2.22rem;
  height: 2.22rem;
  border: 0.01rem solid #E8E8E8;
  margin-bottom: 0.13rem;
}
.login-left .qrcodeBorder .qrcode[data-v-bfe15df2] {
  width: 1.92rem;
  height: 1.92rem;
  background: #E8E8E8;
  margin: 0.15rem;
}
.login-left .qrcodeBorder .tips[data-v-bfe15df2] {
  width: 1.8rem;
  height: 0.43rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 0.18rem;
  color: #666666;
  line-height: 0.21rem;
  text-align: center;
  font-style: normal;
}
.line[data-v-bfe15df2] {
  width: 0.01rem;
  height: 3.6rem;
  border: 0.01rem solid #D8D8D8;
}
.login-weaper[data-v-bfe15df2] {
  width: 3.57rem;
  margin: 0 auto;
  background: #ffffff;
  overflow: hidden;
}
.login-weaper .title[data-v-bfe15df2] {
  font-family: PangMenZhengDao;
  font-size: 0.32rem;
  color: #1667FF;
  letter-spacing: 0.02rem;
  text-align: center;
  margin-bottom: 0.49rem;
}
.login-weaper .navbar[data-v-bfe15df2] {
  font-weight: 200;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #666666;
  text-shadow: 0 0.02rem 0.04rem rgba(0, 0, 0, 0.3);
}
.login-weaper .navbar a[data-v-bfe15df2] {
  width: 50%;
  display: inline-block;
  text-align: center;
}
.login-weaper .navbar .active[data-v-bfe15df2]::after {
  content: "";
  display: block;
  width: 15%;
  height: 0.08rem;
  background: #1667FF;
  -webkit-border-radius: 0.045rem;
          border-radius: 0.045rem;
  margin: 0.05rem auto;
}
.login-weaper[data-v-bfe15df2]  .el-input__inner {
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
}
.Title[data-v-bfe15df2] {
  position: relative;
  width: 100%;
  height: 0.32rem;
  font-family: Microsoft JhengHei;
  font-style: normal;
  font-weight: bold;
  font-size: 0.36rem;
  line-height: 0.32rem;
  text-align: center;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.2);
  margin-bottom: 1rem;
}
.TitleRed[data-v-bfe15df2] {
  color: rgba(209, 0, 1, 0.2);
}
.TitleRed span[data-v-bfe15df2] {
  color: #E31512;
}
.boxList[data-v-bfe15df2] {
  width: 12rem;
  padding-bottom: 0.32rem;
  margin: 0.32rem auto 0;
  border-bottom: 0.01rem solid #e6e5e5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.boxList .el-image[data-v-bfe15df2] {
  width: 2.73rem;
  height: 2.08rem;
  margin-right: 0.22rem;
}
.detail .back[data-v-bfe15df2] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 0.56rem;
  height: 0.17rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0.01rem 0.05rem 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.01rem 0.05rem 0 rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 0.02rem;
          border-radius: 0.02rem;
  font-size: 0.08rem;
  color: #666666;
}
.box[data-v-bfe15df2] {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.box .box1[data-v-bfe15df2] {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.box .box1 .box1_0[data-v-bfe15df2] {
  font-family: Microsoft New Tai Lue;
  font-style: normal;
  font-weight: bold;
  font-size: 0.24rem;
  color: #333333;
}
.box .box1 .box1_1[data-v-bfe15df2] {
  font-family: Microsoft New Tai Lue;
  font-style: normal;
  font-weight: normal;
  font-size: 0.18rem;
  line-height: 0.24rem;
  color: #999999;
  white-space: nowrap;
  margin-left: 0.35rem;
}
.box .box2[data-v-bfe15df2] {
  width: 100%;
  padding-top: 0.26rem;
  margin-bottom: 0.1rem;
  font-family: Microsoft New Tai Lue;
  font-style: normal;
  font-weight: normal;
  font-size: 0.18rem;
  line-height: 0.27rem;
  color: #333333;
}
.box .box3[data-v-bfe15df2] {
  width: 100%;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: bold;
  font-size: 0.2rem;
  text-align: right;
  color: #7db0ea;
}
.box .box3Red[data-v-bfe15df2] {
  color: #FF6D6B;
}
.changeCH[data-v-bfe15df2] .el-dialog {
  position: absolute;
  left: 20%;
  top: -6vh;
  padding: 0.1rem 0.1rem;
  width: 24% !important;
}
.changeCH[data-v-bfe15df2] .el-dialog .el-dialog__header {
  padding: 0 !important;
  padding-top: 0rem !important;
}
.changeCH[data-v-bfe15df2] .el-dialog .el-dialog__body .changebutton {
  padding: 0.1rem 0.2rem;
}
.changeCH[data-v-bfe15df2] .el-dialog .el-dialog__body .changebutton .el-button {
  width: 1.3rem;
  vertical-align: middle;
}
.changeCH[data-v-bfe15df2] .el-dialog .el-dialog__body .changebutton .el-button span {
  margin-left: 0.06rem;
}
.changeCH[data-v-bfe15df2] .el-dialog .el-dialog__body .changebutton .line {
  height: 0.4rem;
  width: 0.01rem;
  display: inline-block;
  background: #999;
  vertical-align: middle;
  margin-top: -0.2rem;
}
.changeCH[data-v-bfe15df2] .el-dialog .el-dialog__body .changeSth {
  padding: 0.2rem 0.1rem;
  border-top: 0.01rem solid #999;
  border-bottom: 0.01rem solid #999;
  font-size: 0.15rem;
}
.newsListDetail h1[data-v-bfe15df2] {
  width: 100%;
  text-align: center;
  margin: 1rem 0;
  font-weight: normal;
  font-size: 0.4rem;
}
.newsListDetail div[data-v-bfe15df2] {
  width: 100%;
  font-size: 0.2rem;
}
[data-v-bfe15df2] .el-tabs__nav-wrap::after {
  background-color: rgba(0, 0, 0, 0) !important;
}
.newsData[data-v-bfe15df2] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.newsData .newsBox[data-v-bfe15df2] {
  width: 32%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.newsData .newsBox .newsBoxTime[data-v-bfe15df2] {
  width: 0.5rem;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #1667ff;
  margin-right: 0.1rem;
}
.newsData .newsBox .newsBoxTime .newsBoxTime-top[data-v-bfe15df2] {
  font-size: 0.2rem;
  display: block;
  margin-bottom: 0.1rem;
  margin-top: 0.03rem;
}
.newsData .newsBox .newsBoxTime .newsBoxTime-bottom[data-v-bfe15df2] {
  font-size: 0.11rem;
  display: block;
}
.newsData .newsBox .newsBoxTitle[data-v-bfe15df2] {
  -webkit-box-flex: 7;
  -webkit-flex: 7;
      -ms-flex: 7;
          flex: 7;
  font-size: 0.16rem;
  line-height: 0.28rem;
}
.newsData .newsBox:first-child .newsBoxTitle[data-v-bfe15df2]::after {
  content: "";
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAWdJREFUOE+lk01LAkEch5/xHQVTIUFPpZuJ1KE8RPeC6Fyfozp0iK5phw7Rl4hOEXite5SuQX0ENTHxBTIMxYllIFtXE2ouu8zyf3jmt78RUkrBaWYPxCHICCD4fUkQryDPODq+EDJ7sg+cTxma9PlAyGymDDL6N4CoGAYDi/ZsGN5qVqYQIOXPfWkAhjt+P4TDsLYOT0X47EKrDYkEhELg80EuBx+db4gZEAhCOg3VKnjcaqDRVM9CHvp9i5UZYChubEL+EeIaNBrgcoHDAS/PY2MyA7QFSCyqYxia7x2o1WB5CbpdmAnAwz3o+oQjeL1gBJhKQb2uhj0ecDqhUoaVVbi7NZmMZBCAuXmIxaDdhlZLpd5qqvepAIO9swulEvR64HYrg6IORj5TAZoGwRDY7Uo5FodIFK4uIRicCBgWKZlU6lvbcHMNg4H6G3pB9cBqYBRpTJVtNjU8uixNVFX+52X653X+AoHVnytdLt2xAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  position: relative;
  top: 0.04rem;
}
.newsData .newsBox:nth-child(2) .newsBoxTitle[data-v-bfe15df2]::after {
  content: "";
  display: inline-block;
  width: 0.4rem;
  height: 0.2rem;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAQCAYAAACYwhZnAAAAAXNSR0IArs4c6QAAAj9JREFUSEvNlUtIVFEYx3/nzswd78wog2FU6qIHUmFQQUTh9JAei8BFRS2UaJEWhIEEBVJJFIWryl3YIiIXEUUZimGZ0iIyKASJTCoiK8usYWbunfe5MTcaI19hmXM2h7M43/f7/t9LhA1pSv8rYp01yIGHIONM+1EcKAU+1A3nULwLEcY3vxlpWoUZej/tvn93IDz5ZJU/QQS7L5mxjkP/HeCnQ7W0ARF4cNqMPz4zYxCO1bUTQwj3bFybzyO/9mPLW0py6Hn6VnIXYbTXYOqfcZddQajZgEn8bSeOQt+PoOxOSEQx4zr6nb1jBjophJJTiHtbI7GXt1GLy4n1NuEsriDaexW1qAy9pQoZeGcZdy7fhwx/Id53y3oLpxfX1gb05j0TqjwphH3+JmzeBWkjzpX7iT69mH4n/a9JvLk3CiK7ogMZ/ABCIBQVqQ9i3K2eohKzFmPLLULJngc2B87icqI9ly1jMvSR5HAfcvjFKAjPjuuEbuxCKzlG5Fkjmu84RtvBqUGkfmm+OsxEGBkYSBtRcgoQqptwV92ISr+kw4K4uRvP9mvobdUzB6G3HsC18SxG14l/A5GqcjM0mI5aeOZYk3U8JbT1p0h+6kG48oj1N6Mu2Um0+8LfpeOPIFZUIo0hqzvshT60klr0lkpcWxqsopTBsSfypN2hldaTalMz4odEeCQSu4bI8iKDA4TvHyFr7VHs+Wsw2g+jLqtA2FQij+oxowGEZy6udSfRW6vGVyIjxnZGLLBMWOXfAcljV1SmRJ0sAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  position: relative;
  top: 0.04rem;
}
.newsDataMore[data-v-bfe15df2] {
  text-align: center;
  color: #1667FF;
  padding: 0.6rem 0;
}
.el-tabs__nav-scroll[data-v-bfe15df2] {
  padding-left: 2rem;
}
.Scnenure[data-v-bfe15df2] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 确保内边距和边框不影响元素宽度 */
  /* 如果需要内容与边框的间距，可以添加内边距，但总宽度仍为33.333% */
  /* 示例内边距，不影响整体布局 */
}
.Scnenure .ScnenureBox[data-v-bfe15df2] {
  margin: 0.15rem;
  padding: 0.2rem;
  border-top: 0.06rem solid #FEAC52;
  width: 30%;
}
.Scnenure .ScnenureBox .ScnenureBoxTop[data-v-bfe15df2] {
  border-bottom: 0.01rem solid #FEAC52;
}
.Scnenure .ScnenureBox .ScnenureBoxTop h1[data-v-bfe15df2] {
  color: #FEAC52;
  text-align: center;
  margin: 0.5rem 0 0.2rem 0;
  font-size: 0.3rem;
  vertical-align: middle;
}
.Scnenure .ScnenureBox .ScnenureBoxTop h1 img[data-v-bfe15df2] {
  display: inline-block;
  width: 0.5rem;
  vertical-align: middle;
}
.Scnenure .ScnenureBox .ScnenureBoxTop h1 span[data-v-bfe15df2] {
  vertical-align: middle;
}
.Scnenure .ScnenureBox .ScnenureBoxTop p[data-v-bfe15df2] {
  text-align: center;
  padding-bottom: 0.2rem;
  color: #FEAC52;
}
.Scnenure .ScnenureBox .ScnenureBoxBottom[data-v-bfe15df2] {
  padding: 0.2rem 0.1rem;
  font-size: 0.2rem;
}
.Scnenure .green[data-v-bfe15df2] {
  border-top: 0.06rem solid #15DA93;
}
.Scnenure .green .ScnenureBoxTop[data-v-bfe15df2] {
  border-bottom: 0.01rem solid #15DA93;
}
.Scnenure .green .ScnenureBoxTop h1[data-v-bfe15df2] {
  color: #15DA93;
}
.Scnenure .green .ScnenureBoxTop p[data-v-bfe15df2] {
  color: #15DA93;
}
.Scnenure .blue[data-v-bfe15df2] {
  border-top: 0.06rem solid #0C8AFF;
}
.Scnenure .blue .ScnenureBoxTop[data-v-bfe15df2] {
  border-bottom: 0.01rem solid #0C8AFF;
}
.Scnenure .blue .ScnenureBoxTop h1[data-v-bfe15df2] {
  color: #0C8AFF;
}
.Scnenure .blue .ScnenureBoxTop p[data-v-bfe15df2] {
  color: #0C8AFF;
}
.project[data-v-bfe15df2] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.project .ProjectBox[data-v-bfe15df2] {
  margin: 0.1rem;
  -webkit-border-radius: 0.15rem;
          border-radius: 0.15rem;
  background-color: #ffffff;
  padding: 0.2rem;
  width: 30%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 确保内边距和边框不影响元素宽度 */
}
.project .ProjectBox .ProPic[data-v-bfe15df2] {
  -webkit-border-radius: 0.15rem;
          border-radius: 0.15rem;
  width: 100%;
  height: 2.5rem;
  background-color: #f6f9ff;
  text-align: center;
}
.project .ProjectBox .ProPic img[data-v-bfe15df2] {
  margin: auto;
}
.project .ProjectBox .ProAddress[data-v-bfe15df2] {
  color: #0C8AFF;
}
.project .ProjectBox .ProAddress span[data-v-bfe15df2] {
  font-size: 0.16rem;
}
.project .ProjectBox .ProAddress span[data-v-bfe15df2]:first-child {
  margin-right: 0.08rem;
}
.project .ProjectBox .ProNum[data-v-bfe15df2] {
  color: #979797;
}
.project .ProjectBox .ProNum span[data-v-bfe15df2] {
  font-size: 0.14rem;
}
.project .ProjectBox .ProNum span[data-v-bfe15df2]:first-child {
  margin-right: 0.08rem;
}
.project .ProjectBox .ProjectTime[data-v-bfe15df2] {
  margin-top: 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.project .ProjectBox .ProjectTime .ProjectTimeLeft[data-v-bfe15df2] {
  font-size: 0.14rem;
}
.project .ProjectBox .ProjectTime .ProjectTimeRight[data-v-bfe15df2] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.project .ProjectBox .ProjectTime .ProjectTimeRight img[data-v-bfe15df2] {
  width: 0.2rem;
  margin: 0 0.08rem;
}
[data-v-bfe15df2] .v-modal {
  background: rgba(0, 0, 0, 0) !important;
}

/* 沿用之前的 .changebutton 和 .half-btn 样式，无需修改 */
.changebutton[data-v-bfe15df2] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.2rem;
  padding: 0.1rem;
}
.el-button.plain[data-v-bfe15df2] {
  width: 100%;
  max-width: 3rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
.half-btn[data-v-bfe15df2] {
  width: 40% !important;
}
.changebutton[data-v-bfe15df2] {
  padding: 0.2rem 0.1rem;
}
.btn-container[data-v-bfe15df2] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* 按钮组居中 */
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  /* 垂直居中 */
  gap: 0.4rem;
  /* 按钮间距（包含分割线空间） */
}
.el-button.plain[data-v-bfe15df2] {
  /* 基础样式 */
  border: none;
  /* 移除默认边框 */
  padding: 0.12rem 0.24rem;
  /* 内边距 */
  font-size: 0.14rem;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* 动画过渡 */
}
.el-button.el-button--primary.is-plain[data-v-bfe15df2] {
  margin-left: 0;
}

/* 中间分割线（仅当两个按钮显示时出现） */
.line[data-v-bfe15df2] {
  position: absolute;
  top: 70%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  /* 居中定位 */
  width: 0.01rem;
  /* 分割线宽度 */
  height: 60%;
  /* 分割线高度 */
  background-color: #e0e0e0;
  /* 灰色分割线 */
}
.ScnenureChangeBtn[data-v-bfe15df2] {
  width: 3rem;
  vertical-align: middle;
}
.ScnenureChangeBtn img[data-v-bfe15df2] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.05rem;
}
.ScnenureChangeBtn div[data-v-bfe15df2] {
  vertical-align: middle;
  display: inline-block;
}
.imgLogoSch[data-v-bfe15df2] {
  width: 80%;
}

/* 大赛相关 */
.aboutScnenureMain[data-v-bfe15df2] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.6rem 0.8rem;
}
.aboutScnenureMain .aboutScnenureTop[data-v-bfe15df2] {
  padding-top: 1rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABK4AAAE3CAMAAAC0FflhAAAA+VBMVEUAAAByqf93rv////////////+51P+Es//29vqLuP+Uvf+hyP+cw/+40vauz/+pyv+81/+10f+/1/7I2/7h6/3H3f+/1/+30/94qP/F3P/K3//a5/+50vvN4f/O4fzD2v/E2/+51f/P4P+81P/0+P/M4P/J3v+ty//t8/7Q4/+1zv34+vv5+/75+/+qx/3P4v/+/v/O4f/s8//4+v7i6/+kx//t9f/s9f/s9P/1+f/s9P/r8v/t9f+72f+Vvf/////K4f/o8//n8v/m8f+v0f/////t9P/u9v/9/v/8/f/0+f/6/P/x9//2+v/4+//w9//y+P/5+//7/P/j4dl5AAAARXRSTlMALy+tGyhYLzYvLy8vBi4uLi4PEwciJSsvLhoMChULHSooGCAZHicsECoYFyMfEy4TWS4rVCiX9enSiENhQiHuTsWwcToRvjX5AAANg0lEQVR42uzd2W7aQBgF4ClyhFjMYoxZxtgETDBewGrFbd7/sTob2O5gmqaQsJyvUqUu10f/mZn8JgAAAAAAAAAAAAAA8C1MOlhMV8PhcLVaLGazwcDyXJMAANwU0xos/OXQcV4Fx3FEbPm+P51OF4uIh5dlUep5rm0iwwDg27jW1JlPev1OV+p0+v0eM5lMdpNJbz5/c4Ysu1hw8dyinm1yyC0A+FqmtXrtdbrtZrPRaNSFhtBsNttcq9XqMDzCZIZthDdH9UYVYQgvALgq04qWr2sWVjypajkZW0qTUcHV7Yrg6rPfRiNVG5eMmL1EdvHeSEVvdDGAAcAF08of9Vs8q2pn1I9keqn4EuGVF8fdjpVHWRzFkddssLUs10VxBIALcH1n3W5qWXWePn4d46slT77WI24usNb4VuqNKI4A8InRauF024167X/UlUNw5Sdeqjb2WHMc8eLIa+NK1MZpNBOtUYYX49q4cASAM6jfb2mj1QWyS5+78t7YF71RFcc3XhynUzF2WXjmBQAVTMtZNytGq6slWN4bVXNcd0bSnHljHGcoIkwVRxfFEQAsf82L4JcqT15cuzh79Vhx7KviKC4cfX7hWCiOVBZHRBjAU3GjNS+C36iuHXvlJ/advsCKo7DhkxefuhbypaqF03qA52H6e55WN6TcGaX8tpH3RjZ2SQ4zZFbiqb146sV7o4vjeoAHZFr7dqN2q+pVD73E4CVqo8SOvFhvXK5WK3nfOLBCS/5wo+vZjIkLR4C7Zy3bjZuarf65OObPJcrFcaeKozqu31oWTusB7pkZ7Zv3lFZ/qn4tIc7s1+tjcZS1UfVGURyt0KKei0cTAHdi+96+57Q6M3k1T7z0Yia9HuuNojj6IrcilluUkXeNHH5QCOAWmcv97R5cXTK+ys8lutpiibl4qTr05UvVAZ55AdwAm4ZZHAeGEKzuuwp+tjU2hcJPCLFf4ucbD1eNcrPEUXBkAMBnBUGchaFtfjysYiNNkuRF+LVrPfBw9U/3jW1tsYS0436e8Cv3AgAfkSSpEWcfC6wwSF4S/r8Pbyu3y7u6FbymPL/0g6+8Nu6kzUZcOQb5VlUCAH9j83JnsGkpjW1yFs0Mg49iIquU7SOfXP2Hijf2Kro6ojgeLxuX4q6ROe7FkavsEWEApxOLn0bFIanmZSmLNI+URA90LVhy5Z8QOkxd+dwlFxKqxRJi6NryoQsLCQF0dhi8JAG1yWk0TlL9X933Zg3+mf5cQttIOJc2c7WRUD70wm4cAMVmpdAIKw6tDCOj2l9b7+iCl75wbOfZJVfZ90fFVfa+XGU/O66y9/AJNHhKNk+l0CYaaiQpJbot4oq55kbCtnbhKDcSbjZz9cxLHdbjcT08HZt1vkz72zhNeYjpoj2Orq7t1LkXV1xlPyqtsvfzVfaIMHhonpEaHikyQ1YET6aV+Y64uj69NmpnXnL06quNhLI2llfZi+USWGUPjyYM0vIpFU3TmJxkvuPV1dc6vxinvFiil28kVJ9AW2CxBDya0CjFU2akITnN3N/WWr6ndm6xV7cjVhIqh1X2QxFhs8ONI555wT2yg8KTUdvgfzjNRBe8QdU/IdQqvvTivTFfLCFiy+IopdgsAXekMFDZWWIQgri6a/XqLziK+Mp/xnEjv529XKkX9iiOcPvCJA5VciUZPRtXP+AO1Eoqf7qRt8ZTq+xXq5XcSBgOQsuieKoKt8TOUsMkjBcn1KyOqybi6m78bfTSv/kvi6Mwn8viKL/AEYm567CRkF82ojfCN7JT+Sw0MAKTVHIRV/dvzPx9JWH5G2i9iSBvHI/FkeL7QfA9MoO/vrITgxLE1bOpGL606Yv3xvVorX0B7bDKnvdGDxkGV2dnSUhMmsSkmmk16uMf8Kiqq+OJQ6/jLvv+XN44yh9vjFhx3Mo3qqo42tgxARcXJhmhgREirqDoQx/j6DKdwmvVzZz3RvlUVcxd+BlHuCg7CPi1oEequdt6DXH13IoHX6fXeqm9Xqo2Okz+I0IsvKLZoTa6+HY2fJYZpiR+oeRsXOHoCgrGXMVWL07/Bhorjrw3yg+gRbw2qr6ItYTwT+yUBImNuILLRVhdKRRHuZOQUZ/PlsWRP1VVPyC0xUZC+ACDBKlJzvAixBV83FipmL3yQ3t+4ciK495hCsUx4sVxq+4bXQxfUBSTICDnWBFO2uHTxqcGr3Jv1Iujw6MrYrZi6jJRG0HKSBAiruDrjA+02ihnrzYbu5TDOvvXN0ecfcneiFX2z4uSgJJztogruBo9ulR25cOXXIzDvO5ZcVwKvh8JrDZuZW3EjeNT8Ehgn4+r9zHiCq5Mb4764NUq3DgK6kcc+TMv0RstJNZv9u62J20gAOB4E81cUluLliiCxpnStbNNBQxQpJOnXDXozPb9P8yOOvEBHZtvuCP/X2J8dzne/HN3vcK6cw3PWJIraoVVOZhbfOD4eFe12DYW5GtCfnFwLxMmV17F0oubquuFXEELBw+eL70W1l5S8cDxadsow1WUS5LxKraNPHDU2JJcffu+tTXJPgFqa7zp4qXLuc9QSTM6q304V1Y1OPPiOGr1exvp1Q9AXT8fTZ/8mrlZdH19Lf/kf6jnKt3o9VuRFMeb3vlu7Z9yZR0H54d1P7xop3fTZ25UMH2kx8ym0w8Po+YnVWZWU6ylu7R90WwmoV/2ToNqbWmuakdxq9m87KW393ku5vL8VgXzGekwM+n+v4fJxbtyOdoKLJveSmZ1nwuspzztZY6TNJutyDu2/pYrK/CiMHQGo1x6PYoKREGbmQnx4WHU/KTKzEpgnY0Gtl1yKmEUn7vv5cqqBXU/SQYjAQArNBqYZslJwvioar14a3Au8FpJZdLuCABYqU57YpqmU2nFR9YbuXLP4tCx+10BACvX7cte2U7oe7sLubKCKKzYbQEASmibkpNEp+6rXLmejFU2FACgiGFWBCuMqy9y5Z76FXvARhCAMnLRHTxsCOvBs1xZQeTYDc7YASil05C92nHCTfcpV57vmH1qBUAxnb4plU7i2p9cWdXyCWsrAAoq1ld2yd9zH3JVPTwpcW4FQEF5d1DsB+tBkSvrKNzJqBUAFeXdzJQqZXeWq6BeMbnBAEBRQ1Ny/D1L5qr+ZacnAEBRPVPaLx8b3rFfaggAUFZxneFkz4j39u1UAICyUlMqHRpR/StbQQBK65lS2Uj8jBtXAJTWyWanV0ZS4lsYACiuLXNlGwmLKwCq60xkrwyHxRUA5bVnuapwnx2A8rqzXI0FAChvLHPF6zcANDDc3jYEAGhgsm3wA5MAdDAmVwD0MDKNHAA00CVXADSRcdQOQA9jcgVADz1yBUAPI3IFQAv5kFwB0ENKrgDooUuuAOihQ64A6CAXglwB0AS5AqCFXPASDgBNkCsAmiBXADRBrgBoglwB0AS5An6zawemEQUhFEXtbuEzMPZfTUpYAwH3Zc8p4qIiITwyACHkCgghV0AItysghFwBIeQKCCFXQAi5AkLIFRBCroAQcgWEkCsghFwBIeQKCCFXQAi5AkLIFRBCroAQcgWEkCsgxCxX974AdtVrRK6AvydXwL8kV0AItysgRN2RcwF2Daer8wLYJVdACLkCQrhdASHkCgghV0CIOiN9AHbVHTjHdAVskysgxCxXegWsqzPQ7XYFbBtOV30BdtVsF2zLIPBLlkHgS01y5e0K+AB1JkxXwDrLIBBCroAQcgWEqAaIYLoCQlQPPM/TALvqvNVtugL21XlProAPYBmEH3bt6ARAGIiC4LWnoqD9F2ML+QsLM0Us70KIWMqVWgH7zQmQMEvjyrwCtnMMAhF+tQMR3q6ACOsKiLCugAi5AiLkCoiQKyBCroAIuQIi5AqIkCsgQq6AiLkBEqwrIMK6AiLkCoiQKyBCroAIuQIi5AqIkCsgYh6ABOsKiJArIMIxCETIFRAhV0CEXAERcgVEyBUQMRdAgnUFRMgVEDEvQIK3KyBCroAIuQIi5AqIkCsgQq6ACLkCIuQKiJgDIMG6AiLkCohwDAIR8wE/u3ZAAgAAAjDMcoL9E5njsIU4KpJgugIi5AqIkCsgQq6ACLkCIuQKiJgDSDBdARFyBUTIFRAhV0CEXAERcgVEeGQAIuQKiJArIEKugAi5AiLkCoiQKyBCroAIuQIi5AqIkCsgQq6ACLkCIuQKiJgFSJArIMIyCETIFRBhGQQiTFdAhFwBEXIFRLhdARFyBUTIFRAhV0CEXAERcgVEeGQAIuQKiJArIEKugAindiBCroAIuQIi5AqIkCsgQq7g2aljIgBAGABitQULU/1bQsffJSJChK6ACF0BEboCInQFROgKiNAVEKErIEJXQISugAhdARG6AiJ0BUToCojQFRChKyBCV0CEroAIXQERugIidAVE6AqI0BUQoSsgQldAhK6ACF0BEboCInQFROgKiNAVEKErIEJXQISugAhdARG6AiJ0BUToCojQFRChKyBCV0CEroAIXQERugIidAVE6AqI0BUQoSsgQldAxLwFCHhzFiDgzF3gt1/HJgCAMBQFPziGrTOkkICFuP9KBnGIBN5tcShgarBBAAWsIe0DAOltBTsAkJzpcT4IILXl+rpbA4CkzLvCBVsGNK6lSltlAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox1[data-v-bfe15df2] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox1 .pic[data-v-bfe15df2] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 0.2rem;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox1 .pic img[data-v-bfe15df2] {
  width: 100%;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox1 div[data-v-bfe15df2] {
  padding: 0.06rem 0.1rem;
  -webkit-box-flex: 18;
  -webkit-flex: 18;
      -ms-flex: 18;
          flex: 18;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox1 div h3[data-v-bfe15df2] {
  font-size: 0.24rem;
  margin-top: 0.01rem;
  margin-bottom: 0.01rem;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox1 div p[data-v-bfe15df2] {
  font-size: 0.18rem;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox2[data-v-bfe15df2] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox2 .aboutScnenureTopbox2-left[data-v-bfe15df2] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox2 .aboutScnenureTopbox2-left .pic[data-v-bfe15df2] {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
      -ms-flex: 3;
          flex: 3;
  padding-top: 0.2rem;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox2 .aboutScnenureTopbox2-left .pic img[data-v-bfe15df2] {
  width: 100%;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox2 .aboutScnenureTopbox2-left div[data-v-bfe15df2] {
  padding: 0.06rem 0.1rem;
  -webkit-box-flex: 24;
  -webkit-flex: 24;
      -ms-flex: 24;
          flex: 24;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox2 .aboutScnenureTopbox2-left div h3[data-v-bfe15df2] {
  font-size: 0.24rem;
  margin-top: 0.01rem;
  margin-bottom: 0.01rem;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox2 .aboutScnenureTopbox2-left div p[data-v-bfe15df2] {
  font-size: 0.18rem;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox2 .aboutScnenureTopbox2-right[data-v-bfe15df2] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox2 .aboutScnenureTopbox2-right .pic[data-v-bfe15df2] {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
      -ms-flex: 3;
          flex: 3;
  padding-top: 0.2rem;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox2 .aboutScnenureTopbox2-right .pic img[data-v-bfe15df2] {
  width: 100%;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox2 .aboutScnenureTopbox2-right div[data-v-bfe15df2] {
  -webkit-box-flex: 24;
  -webkit-flex: 24;
      -ms-flex: 24;
          flex: 24;
  padding: 0.06rem 0.1rem;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox2 .aboutScnenureTopbox2-right div h3[data-v-bfe15df2] {
  font-size: 0.24rem;
  margin-top: 0.01rem;
  margin-bottom: 0.01rem;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox2 .aboutScnenureTopbox2-right div p[data-v-bfe15df2] {
  font-size: 0.18rem;
}
.aboutScnenureMain .aboutScnenureBottom[data-v-bfe15df2] {
  background-color: white;
}
.aboutScnenureMain .aboutScnenureBottom .SetScnenureTitle[data-v-bfe15df2] {
  font-size: 0.3rem;
  font-weight: 100;
  margin: 0;
}
.aboutScnenureMain .aboutScnenureBottom .SetScnenure[data-v-bfe15df2] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.2rem;
}
.aboutScnenureMain .aboutScnenureBottom .SetScnenure .SetScnenureBox[data-v-bfe15df2] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0.1rem;
  -webkit-border-radius: 0.12rem;
          border-radius: 0.12rem;
  /* 圆角半径 */
  border: 0.02rem solid transparent;
  /* 边框宽度（需与 border-image-slice 一致） */
  /* 渐变边框（重点：border-image-slice 设为边框宽度值） */
  -webkit-border-image: -webkit-gradient(linear, left top, left bottom, from(#4c66ea), to(#fff)) 2;
  -webkit-border-image: -webkit-linear-gradient(top, #4c66ea, #fff) 2;
       -o-border-image: linear-gradient(to bottom, #4c66ea, #fff) 2;
          border-image: -webkit-gradient(linear, left top, left bottom, from(#4c66ea), to(#fff)) 2;
          border-image: linear-gradient(to bottom, #4c66ea, #fff) 2;
  /* 4 对应 border-width: 4px */
  /* 背景分层（内容区白色，边框渐变） */
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) padding-box, -webkit-gradient(linear, left top, left bottom, from(#4c66ea), to(#fff)) border-box;
  background: -webkit-linear-gradient(#fff, #fff) padding-box, -webkit-linear-gradient(top, #4c66ea, #fff) border-box;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to bottom, #4c66ea, #fff) border-box;
  /* 边框渐变 */
  background-clip: padding-box, border-box;
}
.aboutScnenureMain .aboutScnenureBottom .SetScnenure .SetScnenureBox .SetScnenureBoxTop[data-v-bfe15df2] {
  padding: 0.14rem;
}
.aboutScnenureMain .aboutScnenureBottom .SetScnenure .SetScnenureBox .SetScnenureBoxTop h2[data-v-bfe15df2] {
  font-size: 0.3rem;
  font-weight: 100;
}
.aboutScnenureMain .aboutScnenureBottom .SetScnenure .SetScnenureBox .SetScnenureBoxTop .groupClass[data-v-bfe15df2] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0.1rem;
}
.aboutScnenureMain .aboutScnenureBottom .SetScnenure .SetScnenureBox .SetScnenureBoxTop .groupClass .groupClassbox[data-v-bfe15df2] {
  -webkit-flex-basis: -webkit-calc(40%);
      -ms-flex-preferred-size: calc(40%);
          flex-basis: calc(40%);
  /* 每个元素宽度为 50%，减去间距的一半 */
  max-width: -webkit-calc(40%);
  max-width: calc(40%);
  /* 确保最大宽度不超过 50% */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.1rem 0.2rem;
  margin: 0.1rem;
  background: rgba(59, 94, 252, 0.1);
  -webkit-border-radius: 0.21rem;
          border-radius: 0.21rem;
}
.aboutScnenureMain .aboutScnenureBottom .SetScnenure .SetScnenureBox .SetScnenureBoxBottom[data-v-bfe15df2] {
  padding: 0.14rem;
  background: #F9F9F9;
  -webkit-border-radius: 0 0 0.1rem 0.1rem;
          border-radius: 0 0 0.1rem 0.1rem;
  border: 0.01rem solid #F2F2F2;
}
.aboutScnenureMain .aboutScnenureBottom .SetScnenure .SetScnenureBox .SetScnenureBoxBottom .title[data-v-bfe15df2] {
  font-size: 0.24rem;
  font-weight: 100;
}
.aboutScnenureMain .aboutScnenureBottom .SetScnenure .SetScnenureBox .SetScnenureBoxBottom .provide[data-v-bfe15df2] {
  font-size: 0.22rem;
  font-weight: 100;
}

/* 大赛组委会联系方式 */
.contact .contactMain[data-v-bfe15df2] {
  background-color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact .contactMain .contactMainLeft[data-v-bfe15df2] {
  -webkit-box-flex: 4;
  -webkit-flex: 4;
      -ms-flex: 4;
          flex: 4;
  padding: 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.contact .contactMain .contactMainLeft .contactMainLeftQR[data-v-bfe15df2] {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
      -ms-flex: 2;
          flex: 2;
  padding-top: 0.5rem;
}
.contact .contactMain .contactMainLeft .contactMainLeftQR .qrcon[data-v-bfe15df2] {
  border-bottom: 0.1rem;
  text-align: center;
  padding: 0.1rem 0.8rem;
}
.contact .contactMain .contactMainLeft .contactMainLeftQR .qrcon img[data-v-bfe15df2] {
  width: 100%;
  text-align: center;
}
.contact .contactMain .contactMainLeft .contactMainLeftQR .wx-number[data-v-bfe15df2] {
  text-align: center;
  color: #1667ff;
  font-size: 0.18rem;
  margin-top: 0.2rem;
  margin-bottom: 0.3rem;
}
.contact .contactMain .contactMainLeft .contactMainLeftQR .wx-text[data-v-bfe15df2] {
  text-align: center;
  font-size: 0.18rem;
}
.contact .contactMain .contactMainLeft .contactMainLeftInfo[data-v-bfe15df2] {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
.contact .contactMain .contactMainLeft .contactMainLeftInfo .star[data-v-bfe15df2] {
  width: 1.6rem;
}
.contact .contactMain .contactMainLeft .contactMainLeftInfo .contactInfoBox[data-v-bfe15df2] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0.2rem 0.1rem;
}
.contact .contactMain .contactMainLeft .contactMainLeftInfo .contactInfoBox img[data-v-bfe15df2] {
  width: 0.8rem;
  height: 0.8rem;
}
.contact .contactMain .contactMainLeft .contactMainLeftInfo .contactInfoBox div[data-v-bfe15df2] {
  margin-left: 0.2rem;
}
.contact .contactMain .contactMainLeft .contactMainLeftInfo .contactInfoBox div p[data-v-bfe15df2] {
  margin: 0;
  font-size: 0.26rem;
}
.contact .contactMain .contactMainLeft .contactMainLeftInfo .contactInfoBox div p[data-v-bfe15df2]:first-child {
  font-size: 0.16rem;
  color: #979797;
}
.contact .contactMain .contactMainLeft .contactMainLeftInfo .contactInfoBox div p[data-v-bfe15df2]:nth-child(2) {
  margin: 0.1rem 0;
}
.contact .contactMain .contactMainLeft .contactMainLeftInfo .contactInfoBox[data-v-bfe15df2]:nth-child(1) {
  margin-top: 0.2rem;
}
.contact .contactMain .contactMainRight[data-v-bfe15df2] {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.contact .contactMain .contactMainRight img[data-v-bfe15df2] {
  width: 100%;
}
.drop[data-v-bfe15df2] {
  position: absolute;
  left: 14.75rem !important;
}
.demo-table-expand[data-v-bfe15df2] {
  font-size: 0;
}
.demo-table-expand label[data-v-bfe15df2] {
  width: 0.9rem;
  color: #99a9bf;
}
.demo-table-expand .el-form-item[data-v-bfe15df2] {
  margin-right: 0;
  margin-bottom: 0;
  width: 50%;
}
[data-v-bfe15df2] .el-table__header th {
  background-color: #c9e2ff;
}

/* 使用/deep/或::v-deep穿透scoped样式 */
[data-v-bfe15df2] .custom-carousel {
  height: 5rem !important;
}
[data-v-bfe15df2] .custom-carousel .el-carousel__item {
  height: 100%;
}
[data-v-bfe15df2] .custom-carousel .el-carousel__item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.box1_0[data-v-bfe15df2] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.box1_0 div[data-v-bfe15df2]:nth-child(2) {
  text-align: right;
  font-size: 0.18rem;
  font-weight: 100;
}
.banner[data-v-bfe15df2] {
  display: block;
  /* 使用 block 布局 */
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 5rem;
  /* 根据你的设计调整高度 */
  overflow: hidden;
  /* 防止内容溢出产生滚动条 */
}
[data-v-bfe15df2] .custom-carousel {
  height: 100% !important;
  /* 使轮播图高度与父容器一致 */
  overflow: hidden;
}
.match[data-v-37d86fb4] {
  width: 12rem;
  padding: 0.27rem 0.58rem 0.28rem 0.56rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  margin-bottom: 0.32rem;
  position: relative;
}
.match .logo[data-v-37d86fb4] {
  width: 2.41rem;
  height: 1.54rem;
  background-color: #c4c4c4;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  display: block;
  margin-right: 0.3rem;
}
.match .content[data-v-37d86fb4] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.match .content .title[data-v-37d86fb4] {
  font-size: 0.24rem;
  line-height: 160%;
  color: #333333;
  margin: 0;
  padding-right: 0.17rem;
}
.match .content .time[data-v-37d86fb4] {
  font-size: 0.18rem;
  line-height: 160%;
  color: #666666;
  margin-top: 0.11rem;
  margin-bottom: 0.13rem;
}
.match .content .time span + span[data-v-37d86fb4] {
  padding-left: 0.25rem;
}
.match .content .time strong[data-v-37d86fb4] {
  font-size: 0.16rem;
  color: #ff443a;
}
.match .content .dosc[data-v-37d86fb4] {
  width: 6.11rem;
  font-size: 0.2rem;
  line-height: 152%;
  color: #666666;
  margin: 0;
}
.match .content .el-tag[data-v-37d86fb4] {
  height: auto;
  line-height: 1;
  padding: 0.05rem 0.1rem;
  color: #ffffff;
  background: #008000;
  border: none;
  font-size: 0.18rem;
}
.match .content .el-tag.a[data-v-37d86fb4] {
  background: #f08080;
}
.match .content .el-tag.b[data-v-37d86fb4] {
  background: #d8d8d8;
}
.match .content .el-tag + .el-tag[data-v-37d86fb4] {
  margin-left: 0.3rem;
}
.match .el-button[data-v-37d86fb4] {
  width: 1.07rem;
  height: 0.45rem;
  padding: 0;
  background: #7db0ea;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(125, 176, 234, 0.5);
          box-shadow: 0 0.02rem 0.1rem rgba(125, 176, 234, 0.5);
  -webkit-border-radius: 0.07rem;
          border-radius: 0.07rem;
  font-size: 0.2rem;
  line-height: 0.45rem;
  color: #ffffff;
  position: absolute;
  right: 0.58rem;
  top: -webkit-calc(50% - 0.22rem);
  top: calc(50% - 0.22rem);
}
[data-v-249da6d0] .el-dialog {
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
}
.bg .headerTop[data-v-249da6d0] {
  font-size: 0.2rem;
  padding: 0.26rem 0 0 0.2rem;
  color: #333333;
}
.bg .headerBody[data-v-249da6d0] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.bg .headerBody .bodyLeft .leftTime[data-v-249da6d0] {
  width: 0.81rem;
  height: 0.42rem;
  margin: 0.38rem 0.49rem 0.07rem 0.35rem;
  font-weight: 500;
  font-size: 0.3rem;
  color: #333333;
  text-align: center;
}
.bg .headerBody .bodyLeft .leftDate[data-v-249da6d0] {
  font-weight: 400;
  font-size: 0.14rem;
  color: #333333;
  text-align: center;
}
.bg .headerBody .bodyCenter .centerTop[data-v-249da6d0] {
  width: 0.67rem;
  height: 0.27rem;
  background: #ebedf2;
  -webkit-border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
          border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
  line-height: 0.27rem;
  font-weight: 400;
  font-size: 0.14rem;
  color: #333333;
  text-align: center;
  margin: 0.4rem 0.49rem 0.12rem 0.15rem;
}
.bg .headerBody .bodyCenter .wire[data-v-249da6d0] {
  width: 1rem;
  border: 0.01rem solid #efefef;
}
.bg .headerBody .bodyCenter .centerBottom[data-v-249da6d0] {
  font-weight: 400;
  font-size: 0.13rem;
  color: #3b5efc;
  line-height: 0.21rem;
  text-align: center;
  margin: 0.07rem 0.48rem 0 0.2rem;
}
.bg .headerBody .bodyRight .rightTime[data-v-249da6d0] {
  width: 0.81rem;
  height: 0.42rem;
  margin: 0.38rem 0.49rem 0.07rem 0.1rem;
  font-weight: 500;
  font-size: 0.3rem;
  color: #333333;
}
.bg .headerBody .bodyRight .rightDate[data-v-249da6d0] {
  font-weight: 400;
  font-size: 0.14rem;
  color: #333333;
}
.bg .wires[data-v-249da6d0] {
  width: 3.86rem;
  height: 0.01rem;
  -webkit-border-radius: 0 0 0 0;
          border-radius: 0 0 0 0;
  border: 0.01rem dashed #d7d7d7;
  margin: 0.25rem 0.2rem 0.2rem 0.2rem;
}
.bg .testMessage .testTop[data-v-249da6d0] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.bg .testMessage .testTop .left[data-v-249da6d0] {
  width: 0.48rem;
  height: 0.22rem;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.33rem;
  text-align: center;
  margin: 0 0.16rem 0.18rem 0.35rem;
}
.bg .testMessage .testTop .right[data-v-249da6d0] {
  width: 0.48rem;
  height: 0.22rem;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.33rem;
  text-align: center;
}
.bg .testMessages .testTop[data-v-249da6d0] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.bg .testMessages .testTop .left[data-v-249da6d0] {
  height: 0.22rem;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.33rem;
  text-align: center;
  margin: 0 0.16rem 0.18rem 0.35rem;
}
.bg .testMessages .testTop .right[data-v-249da6d0] {
  height: 0.22rem;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.33rem;
  text-align: center;
}
.btns[data-v-249da6d0] {
  width: 1.66rem;
  height: 0.34rem;
  text-align: center;
  line-height: 0.08rem;
  background-color: #3b5efc;
  font-size: 0.14rem;
  margin-top: 2.5rem;
  -webkit-border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
          border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
}
[data-v-249da6d0] .right .el-input__inner {
  width: 2.92rem;
}
.boxBtn[data-v-249da6d0] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-dialog__title[data-v-249da6d0] {
  font-weight: 500;
  font-size: 0.2rem;
  color: #333333;
}
.btn[data-v-249da6d0] {
  width: 1.86rem;
  height: 0.34rem;
  text-align: center;
  line-height: 0.08rem;
  background-color: #3b5efc;
  font-size: 0.14rem;
}
.s[data-v-249da6d0] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 0.25rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
[data-v-249da6d0] #sidebar .item dt .svg-icon {
  width: 0.26rem !important;
  height: 0.26rem !important;
}
#sidebar[data-v-249da6d0] {
  padding: 0.3rem 0;
  position: fixed;
  z-index: 100;
  right: 0.25rem;
  /* 35px; */
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.86rem;
  -webkit-border-radius: 0.22rem;
          border-radius: 0.22rem;
  background: #fff;
  -webkit-box-shadow: 0 0 0.05571rem 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 0.05571rem 0 rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 0 0.2rem 0 #0000001a;
          box-shadow: 0 0 0.2rem 0 #0000001a;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#sidebar .item[data-v-249da6d0] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#sidebar .item p[data-v-249da6d0] {
  color: #494949;
  font-family: PingFang SC;
  font-size: 0.12rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}
#sidebar .item dt[data-v-249da6d0] {
  width: 0.56rem;
  height: 0.56rem;
  background: #ffff;
  -webkit-filter: drop-shadow(0 0 0.07511rem rgba(4, 4, 4, 0.1));
          filter: drop-shadow(0 0 0.07511rem rgba(4, 4, 4, 0.1));
  -webkit-border-radius: 100%;
          border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#sidebar .item dt[data-v-249da6d0]:hover {
  background: #1d30ff;
}
#sidebar .item dt .svg-icon[data-v-249da6d0] {
  width: 0.2rem;
  height: 0.2rem;
}
.posiImg[data-v-249da6d0] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  color: #ffffff;
  font-family: PingFang SC;
  font-size: 0.12rem;
  font-weight: 400;
  line-height: 0.21rem;
  text-align: center;
  position: absolute;
  top: 16%;
  right: 0.48rem;
  width: 0.53rem;
  height: 0.22rem;
  -webkit-border-radius: 0.03rem;
          border-radius: 0.03rem;
  background: #707070;
}
.manual[data-v-249da6d0] {
  width: 7.4rem;
  padding: 0.25rem 0;
  margin: 0.15rem 0;
  position: relative;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.manual a.el-button[data-v-249da6d0] {
  width: 3rem;
  height: 0.56rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0 0.22rem 0 0.23rem;
  background: #ffffff;
  border: 0.005rem solid #1d30ff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  font-weight: 400;
  font-size: 0.16rem;
  text-align: left;
}
.manual a.el-button .el-button[data-v-249da6d0] {
  width: 0.92rem;
  height: 0.24rem;
  padding: 0;
  border-color: #b1cbff;
  background: #b1cbff;
  -webkit-border-radius: 0.12rem;
          border-radius: 0.12rem;
  font-size: 0.12rem;
  color: #ffffff;
}
.manual a.el-button[data-v-249da6d0]:nth-child(3), .manual a.el-button[data-v-249da6d0]:nth-child(4) {
  margin-top: 0.26rem;
}
.manual a.el-button[data-v-249da6d0]:hover {
  background: #b1cbff;
  border-color: #b1cbff;
  -webkit-box-shadow: 0 0.04rem 0.2rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.04rem 0.2rem rgba(0, 0, 0, 0.1);
  color: #fff;
}
.manual a.el-button:hover .el-button[data-v-249da6d0] {
  color: #b1cbff;
  background: #ffffff;
}
.posiBox[data-v-249da6d0] {
  min-height: 1.6rem;
  position: absolute;
  left: -7.4rem;
  right: -0.01rem;
  background: #fff;
  top: -0.36rem;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
  border: 0.01rem solid #ebeef5;
  -webkit-box-shadow: 0 0.02rem 0.12rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.02rem 0.12rem 0 rgba(0, 0, 0, 0.1);
}
.phoneBox[data-v-249da6d0] {
  position: absolute;
  padding: 0.18rem 0.2rem;
  left: -1.18rem;
  bottom: 0.7rem;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
  background: #fff;
  border: 0.01rem solid #ebeef5;
  -webkit-box-shadow: 0 0.02rem 0.12rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.02rem 0.12rem 0 rgba(0, 0, 0, 0.1);
}
.accountImg[data-v-249da6d0] {
  bottom: 1.4rem !important;
}
.expansion[data-v-249da6d0] {
  position: fixed;
  width: 0.4rem;
  height: 0.4rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  z-index: 100;
  right: 0.4rem;
  bottom: 1.1rem;
  background: #ffffff;
  text-align: center;
  -webkit-box-shadow: 0 0 0.2rem 0 #0000001a;
          box-shadow: 0 0 0.2rem 0 #0000001a;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.expansion .expansion_img[data-v-249da6d0] {
  width: 0.22rem;
  height: 0.24rem;
}
.gotop[data-v-249da6d0] {
  bottom: 0.5rem !important;
  font-size: 0.22rem;
}
.zzz[data-v-249da6d0] {
  height: 3rem;
  overflow-y: scroll;
}
.zzz .popup-checkBox[data-v-249da6d0] {
  width: 100%;
  padding-top: 0.1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.zzz .popup-checkBox .checkBox-item[data-v-249da6d0] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  /* start; */
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 0.62rem;
  -webkit-border-radius: 0.09rem;
          border-radius: 0.09rem;
  background: #f7f7f7;
  margin-bottom: 0.12rem;
  padding: 0.17rem 0.15rem;
  position: relative;
}
.zzz .popup-checkBox .checkBox-item.active[data-v-249da6d0] {
  background: #ecefff;
}
.zzz .popup-checkBox .checkBox-item .info[data-v-249da6d0] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.zzz .popup-checkBox .checkBox-item .info .project-name[data-v-249da6d0] {
  height: 0.21rem;
  color: #333;
  font-size: 0.15rem;
}
.zzz .popup-checkBox .checkBox-item .info .projectType-list[data-v-249da6d0] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  /* start; */
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 0.15rem;
}
.zzz .popup-checkBox .checkBox-item .info .projectType-list .projectType-item[data-v-249da6d0] {
  color: #666;
  font-size: 0.11rem;
  font-weight: 400;
  margin-right: 0.03rem;
}
.zzz .popup-checkBox .checkBox-item .project[data-v-249da6d0] {
  position: absolute;
  left: 0;
  top: -0.05rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  height: 0.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.06rem;
  font-weight: 400;
  line-height: 0.07rem;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  -webkit-border-radius: 0.05rem 0.1rem 0.1rem 0;
          border-radius: 0.05rem 0.1rem 0.1rem 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#c1c1c1), to(#c1c1c1)), -webkit-gradient(linear, left bottom, left top, from(#d1d1d6), to(#d1d1d6));
  background: -webkit-linear-gradient(bottom, #c1c1c1, #c1c1c1), -webkit-linear-gradient(bottom, #d1d1d6, #d1d1d6);
  background: linear-gradient(0deg, #c1c1c1, #c1c1c1), linear-gradient(0deg, #d1d1d6, #d1d1d6);
}
.zzz .popup-checkBox .checkBox-item .project.active[data-v-249da6d0] {
  background: #899eff;
}
[data-v-249da6d0] div.el-dialog__footer .dialog-footer .el-button {
  width: 0.82rem;
  height: 0.35rem;
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 400;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
}
[data-v-249da6d0] div.el-dialog__footer .dialog-footer .el-button.el-button--default {
  background: #fff;
  border: 0.01rem solid #3b5efc;
  color: #3b5efc;
}
[data-v-249da6d0] div.el-dialog__footer .dialog-footer .el-button.el-button--primary {
  background: #3b5efc;
  color: #fff;
}
.el-dialog__wrapper[data-v-249da6d0]  .el-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -65%);
          transform: translate(-50%, -65%);
}
.specialist[data-v-249da6d0]  .el-dialog {
  height: 7.5rem;
}
.specialist[data-v-249da6d0]  .el-dialog__body {
  padding: 0;
  margin-top: 0.28rem;
}
.specialist[data-v-249da6d0]  .el-form-item {
  margin-bottom: 0.26rem;
}
.specialist[data-v-249da6d0]  .el-dialog__title {
  margin-left: 0.1rem;
}
.specialist[data-v-249da6d0]  .el-input__suffix {
  display: block;
}
.ai-img[data-v-249da6d0] {
  width: 0.24rem;
  height: 0.24rem;
}
.activity[data-v-2b2f5fab] {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  background: #fff;
}
.activity .matchList[data-v-2b2f5fab] {
  width: 12rem;
  margin: 0 auto;
}
.box3[data-v-2b2f5fab] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.box3 .more[data-v-2b2f5fab] {
  color: #7db0ea;
}
.selectYear[data-v-2b2f5fab] {
  width: 12rem;
  margin: 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0.14rem;
}
.selectYear[data-v-2b2f5fab]  .el-input__inner {
  width: 1.5rem;
  font-size: 0.14rem;
  background: #fff;
}
.selectYear[data-v-2b2f5fab]  .el-button {
  width: 1.07rem;
  height: 0.45rem;
  padding: 0;
  background: #7db0ea;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(125, 176, 234, 0.5);
          box-shadow: 0 0.02rem 0.1rem rgba(125, 176, 234, 0.5);
  -webkit-border-radius: 0.07rem;
          border-radius: 0.07rem;
  font-size: 0.2rem;
  line-height: 0.45rem;
  color: #ffffff;
  border-color: transparent;
}
.selectYear .filter1[data-v-2b2f5fab] {
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.27rem 0.06rem 0.2rem 0.06rem;
}
.selectYear .filter1 .el-form-item[data-v-2b2f5fab] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.selectYear .filter1 .el-form-item[data-v-2b2f5fab]  .el-form-item__label {
  font-size: 0.16rem;
  font-weight: 500;
}
.selectYearTitle[data-v-2b2f5fab] {
  font-size: 0.18rem;
  margin-top: 0.14rem;
}
[data-v-c4d5fa4c] .el-dialog {
  -webkit-border-radius: 0.23rem;
          border-radius: 0.23rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
[data-v-c4d5fa4c] .el-dialog .el-dialog__header {
  height: auto;
  padding: 0.52rem 0 0.37rem 0;
  background: none;
}
[data-v-c4d5fa4c] .el-dialog .el-dialog__header .el-dialog__title {
  font-size: 0.36rem;
}
[data-v-c4d5fa4c] .el-dialog .el-dialog__body::-webkit-scrollbar {
  width: 0 !important;
}
[data-v-c4d5fa4c] .el-dialog .el-dialog__body {
  max-height: 60vh;
  padding: 0 1.37rem 0;
  overflow: auto;
}
[data-v-c4d5fa4c] .el-dialog .el-form-item {
  height: 0.66rem;
  margin: 0;
  border-bottom: 0.01rem solid #dddddd;
  overflow: hidden;
  position: relative;
}
[data-v-c4d5fa4c] .el-dialog .el-form-item .el-form-item__label {
  line-height: 0.66rem;
  font-size: 0.16rem;
  color: #333333;
}
[data-v-c4d5fa4c] .el-dialog .el-form-item .el-form-item__content {
  line-height: 0.66rem;
  float: right;
  position: static;
}
[data-v-c4d5fa4c] .el-dialog .el-form-item .el-form-item__content .el-input__inner {
  height: 0.34rem;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
[data-v-c4d5fa4c] .el-dialog .el-form-item .el-form-item__error {
  left: 0.12rem;
  bottom: 0.03rem;
  top: auto;
}
[data-v-c4d5fa4c] .el-dialog .el-form-item:nth-last-child(1) {
  height: auto;
  border: none;
  overflow: inherit;
}
[data-v-c4d5fa4c] .el-dialog .el-form-item:nth-last-child(1) .el-form-item__content {
  margin: 0 !important;
  text-align: center;
  float: none;
}
[data-v-c4d5fa4c] .el-dialog .el-form-item:nth-last-child(1) .el-form-item__content .el-button--primary {
  display: inline-block;
  width: 2.06rem;
  height: 0.5rem;
  background: #ffd747;
  -webkit-border-radius: 0.14rem;
          border-radius: 0.14rem;
  border: none;
  font-weight: 600;
  color: #333;
  font-size: 0.18rem;
  margin: 0.57rem 0 0 -1.2rem;
}
[data-v-c4d5fa4c] .el-dialog .el-textarea {
  margin-bottom: 0.24rem;
}
[data-v-c4d5fa4c] .el-dialog .el-textarea .el-textarea__inner {
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  border: none;
  padding: 0.18rem;
}
[data-v-c4d5fa4c] .el-dialog .saveBtn {
  width: 2.06rem;
  height: 0.5rem;
  line-height: 0.5rem;
  background: #7db0ea;
  -webkit-border-radius: 0.14rem;
          border-radius: 0.14rem;
  padding: 0;
  font-weight: 600;
  font-size: 0.18rem;
  line-height: 0.25rem;
  color: #ffffff;
}
[data-v-c4d5fa4c] .el-dialog .el-button.is-disabled,[data-v-c4d5fa4c] .el-dialog .el-button.is-disabled:focus,[data-v-c4d5fa4c] .el-dialog .el-button.is-disabled:hover {
  color: #c0c4cc;
  cursor: not-allowed;
  background-image: none;
  background: #7db0ea;
  border-color: #ebeef5;
}
.dialogRole .el-dialog[data-v-0fc90a4e] {
  -webkit-border-radius: 0.23rem;
          border-radius: 0.23rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0.59rem;
}
.dialogRole .el-dialog .el-dialog__header[data-v-0fc90a4e] {
  padding: 0.59rem 0 0.23rem;
  margin-bottom: 0;
}
.dialogRole .el-dialog .el-dialog__header .el-dialog__title[data-v-0fc90a4e] {
  color: #333333;
  font-size: 0.48rem;
  line-height: 0.67rem;
}
.dialogRole .el-dialog .el-dialog__body[data-v-0fc90a4e] {
  overflow: none;
}
.dialogRole .el-dialog .el-dialog__body .roleTip[data-v-0fc90a4e] {
  text-align: center;
  color: #ff0000;
  margin-bottom: 0.54rem;
}
.dialogRole .el-dialog .el-dialog__body[data-v-0fc90a4e]::-webkit-scrollbar {
  width: 0 !important;
}
.dialogRole .el-dialog .el-form[data-v-0fc90a4e] {
  margin-bottom: 0.54rem;
}
.dialogRole .el-dialog .el-form .el-select[data-v-0fc90a4e] {
  width: 100%;
}
.dialogRole .el-dialog .el-form .el-select .el-input__inner[data-v-0fc90a4e] {
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFaSURBVHgBpZPNTcNAEIXf2L7BYS2BxA2ng3QAqQA4IvGTVBCoINBBOjAoijhCKkhKoARzDaD4EE72ehg7PsT22rLkT7LWuzvzZnZ3hmCAN+8K8XYMoiGYvXx5JfMX2AcLcq9Ckx9Vhd48aL3cEyl5UADbHpB7HZS3rIqx1pNaoSya7MWxb4xTzMqX4zkbtME5dMvHLWYWO320JQq98lJRjCwPbbEcr1mMk3u0RfOwWQy8QFtYSqVEtTR+ZlMxHKMJqTc6uhmhOTMhikWMA9Rn9IkoejbGMNo3lcg2dqk3MnaAZYzgmo2FEEqhjooYr/0+f8+WNfZpz/q8nhvrMTumOJ/L74XMLhtbqeApPZo2P/MrHd+usiX+nU+QJE/oguZHOrmbWkj0A7pi0yQd5M5IoTsqF+MQXcnr0gHrAWznDBo9eYDTPIqSC1aVx9hd+s45/Yi+svFPf6TL/9r4hIaWyPUNAAAAAElFTkSuQmCC) no-repeat;
  background-size: 0.18rem 0.19rem;
  background-position: 0.23rem 0.09rem;
  padding: 0 0 0 0.54rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.14rem;
}
.dialogRole .el-dialog .el-dialog__footer[data-v-0fc90a4e] {
  margin-bottom: 1.32rem;
}
.dialogRole .el-dialog .el-dialog__footer .el-button[data-v-0fc90a4e] {
  width: 2.06rem;
  height: 0.5rem;
  -webkit-border-radius: 0.14rem;
          border-radius: 0.14rem;
  text-align: center;
  line-height: 50xp;
  background: #ffd747;
  font-size: 0.18rem;
  color: #333333;
  font-weight: 600;
  border: none;
}
[data-v-98c71f98] .el-dialog {
  -webkit-border-radius: 0.23rem;
          border-radius: 0.23rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
[data-v-98c71f98] .el-dialog .el-dialog__header {
  padding: 0.5rem 0 0.36rem;
}
[data-v-98c71f98] .el-dialog .el-dialog__header .el-dialog__title {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 600;
  font-size: 0.36rem;
  line-height: 0.5rem;
  color: #f27a12;
  text-shadow: 0 0.02rem 0.04rem rgba(0, 0, 0, 0.3);
}
[data-v-98c71f98] .el-dialog .el-dialog__body {
  max-height: 60vh;
  padding: 0;
  overflow: auto;
}
[data-v-98c71f98] .el-dialog .el-form-item {
  width: 3.5739rem;
  height: 0.4255rem;
  margin: 0.24rem auto;
}
[data-v-98c71f98] .el-dialog .el-form-item .el-input__inner {
  height: 0.42rem;
  line-height: 0.42rem;
}
[data-v-98c71f98] .el-dialog .el-form-item .el-input-group__append {
  padding-left: 0.17rem;
}
[data-v-98c71f98] .el-dialog .el-form-item .el-input-group__append .el-button {
  width: 1.36rem;
  height: 0.43rem;
  margin: 0;
  background: #fff5d8;
  border: 0.01rem solid #f27a12;
  -webkit-border-radius: 0.21273rem;
          border-radius: 0.21273rem;
  font-size: 0.14rem;
  color: #333333;
}
[data-v-98c71f98] .el-dialog .el-dialog__footer {
  padding: 0.1rem 0 1rem;
}
[data-v-98c71f98] .el-dialog .saveBtn {
  width: 3.5739rem;
  height: 0.4255rem;
  line-height: 0.4255rem;
  border-color: #f27a12;
  background: #f27a12;
  -webkit-border-radius: 0.14rem;
          border-radius: 0.14rem;
  padding: 0;
  font-weight: 600;
  font-size: 0.16rem;
  color: #ffffff;
}
[data-v-98c71f98] .el-dialog .el-button.is-disabled,[data-v-98c71f98] .el-dialog .el-button.is-disabled:focus,[data-v-98c71f98] .el-dialog .el-button.is-disabled:hover {
  color: #c0c4cc;
  cursor: not-allowed;
  background-image: none;
  background: #7db0ea;
  border-color: #ebeef5;
}
.custom2-msgbox {
  width: 4.91rem;
  -webkit-border-radius: 0.28353rem;
          border-radius: 0.28353rem;
}
.custom2-msgbox .el-message-box__header {
  padding: 0.59rem 0 0;
}
.custom2-msgbox .el-message-box__header .el-message-box__title {
  font-weight: 600;
  font-size: 0.28rem;
  line-height: 0.39rem;
  color: #333333;
  text-align: center;
}
.custom2-msgbox .el-message-box__message {
  font-weight: 400;
  font-size: 0.18rem;
  line-height: 0.25rem;
  color: #333333;
  text-align: center;
}
.custom2-msgbox .el-message-box__btns {
  padding: 0.2rem 0 0.56rem;
  text-align: center;
}
.custom2-msgbox .el-message-box__btns .el-button {
  width: 3.57rem;
  height: 0.42rem;
  line-height: 0.53rem;
  padding: 0;
  background: #f27a12;
  border-color: #f27a12;
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
  font-size: 0.15317rem;
  line-height: 0.31rem;
  /* identical to box height */
  text-align: center;
  color: #ffffff;
}
::v-deep .el-input__prefix {
  color: red !important;
}
.passwordLogin {
  margin-top: 0.3rem;
  padding-bottom: 0.2rem;
}
.passwordLogin .el-select {
  width: 100%;
}
.passwordLogin .el-input__inner {
  border-color: #f8f8f8;
  background: #f8f8f8;
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
}
.passwordLogin .el-button {
  width: 100%;
  border-color: #4967fd;
  background: #4967fd;
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
}
.passwordLogin .ops {
  margin-top: 0.16rem;
  color: #4967fd;
  font-family: PingFang SC;
  font-size: 0.12rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.passwordLogin .el-input-group__append {
  padding: 0;
  border: none;
  background: none;
}
.passwordLogin .el-input-group__append img {
  height: 0.36rem;
  display: block;
  margin-left: 0.1rem;
}
@charset "UTF-8";
[data-v-93172850] .el-dialog {
  -webkit-border-radius: 0.32rem;
          border-radius: 0.32rem;
  height: 5.96rem;
}
.check-title[data-v-93172850] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.22rem;
  color: #999999;
  line-height: 0.13rem;
}
.title[data-v-93172850] {
  margin: 0.45rem 0;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.26rem;
  color: #333333;
  line-height: 0.13rem;
}
.progress-bar[data-v-93172850] {
  width: -webkit-calc(0.76rem + var(--slid-move));
  width: calc(0.76rem + var(--slid-move));
  /* 动态计算宽度 */
  height: 100%;
  -webkit-border-radius: 0.42rem;
          border-radius: 0.42rem;
  --move: 0;
  -webkit-transform: translateX(var(--move));
          transform: translateX(var(--move));
}
#rotation[data-v-93172850] {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.check[data-v-93172850] {
  --slider-size: 0.42rem;
  background: white;
  -webkit-border-radius: 0.16rem;
          border-radius: 0.16rem;
  padding: 0.2rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.check .img-con[data-v-93172850] {
  position: relative;
  overflow: hidden;
  width: 1.92rem;
  height: 1.92rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.check .img-con img[data-v-93172850] {
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.check .slider-con[data-v-93172850] {
  width: 4.14rem;
  height: 0.78rem;
  -webkit-border-radius: 0.42rem;
          border-radius: 0.42rem;
  margin-top: 0.52rem;
  position: relative;
  background: #f5f5f5;
  -webkit-box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.1) inset;
}
.slider-con .slider[data-v-93172850] {
  background: url(../static/img/slider.f4d0c20e.png) no-repeat;
  width: 0.78rem;
  height: 0.78rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.2);
  cursor: move;
  background-size: contain;
  --move: 0;
  -webkit-transform: translateX(var(--move));
          transform: translateX(var(--move));
}
.slider-con .slider.sliding[data-v-93172850] {
  background: url(../static/img/slider.f4d0c20e.png) no-repeat;
  background-size: contain;
}
.check-state[data-v-93172850] {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
body[data-v-93172850] {
  padding: 0;
  margin: 0;
  background: #fef5e0;
}
.refresh[data-v-93172850] {
  margin-top: 0.15rem;
  height: 0.22rem;
  vertical-align: middle;
  cursor: pointer;
}
.slider-con.err-anim[data-v-93172850] {
  -webkit-animation: jitter-data-v-93172850 0.5s;
          animation: jitter-data-v-93172850 0.5s;
}
@-webkit-keyframes jitter-data-v-93172850 {
0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
25% {
    -webkit-transform: translateX(-0.05rem);
            transform: translateX(-0.05rem);
}
50% {
    -webkit-transform: translateX(0.05rem);
            transform: translateX(0.05rem);
}
75% {
    -webkit-transform: translateX(-0.05rem);
            transform: translateX(-0.05rem);
}
100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
}
@keyframes jitter-data-v-93172850 {
0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
25% {
    -webkit-transform: translateX(-0.05rem);
            transform: translateX(-0.05rem);
}
50% {
    -webkit-transform: translateX(0.05rem);
            transform: translateX(0.05rem);
}
75% {
    -webkit-transform: translateX(-0.05rem);
            transform: translateX(-0.05rem);
}
100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
}
[data-v-051ed2da] .el-dialog {
  -webkit-border-radius: 0.23rem;
          border-radius: 0.23rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
[data-v-051ed2da] .el-dialog .el-dialog__header {
  height: auto;
  padding: 0.5rem 0 0.36rem;
  background: none;
}
[data-v-051ed2da] .el-dialog .el-dialog__header .el-dialog__title {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 600;
  font-size: 0.36rem;
  line-height: 0.5rem;
  color: #7db0ea;
  text-shadow: 0 0.02rem 0.04rem rgba(0, 0, 0, 0.3);
}
[data-v-051ed2da] .el-dialog .el-dialog__body {
  max-height: 60vh;
  padding: 0 1.37rem 0;
  overflow: auto;
}
[data-v-051ed2da] .el-dialog .el-form-item {
  margin: 0;
  border-bottom: 0.01rem solid #dddddd;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
[data-v-051ed2da] .el-dialog .el-form-item.agreement {
  border: none;
}
[data-v-051ed2da] .el-dialog .el-form-item.agreement .el-form-item__content {
  width: 100%;
  margin-left: 0 !important;
  text-align: center;
}
[data-v-051ed2da] .el-dialog .el-form-item.agreement .el-form-item__content .el-radio__label {
  color: #333333;
}
[data-v-051ed2da] .el-dialog .el-form-item.agreement .el-form-item__content a {
  color: #7db0ea;
}
[data-v-051ed2da] .el-dialog .el-form-item.textarea {
  display: block;
  border: none;
}
[data-v-051ed2da] .el-dialog .el-form-item.textarea .el-form-item__label {
  height: 0.55rem;
}
[data-v-051ed2da] .el-dialog .el-form-item.textarea .el-textarea__inner {
  height: 1.24rem;
  background: #f3f3f3;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
[data-v-051ed2da] .el-dialog .el-form-item.textarea .el-input__count {
  line-height: 0.3rem;
  background: #f3f3f3;
  bottom: 0.01rem;
}
[data-v-051ed2da] .el-dialog .el-form-item .el-form-item__label,[data-v-051ed2da] .el-dialog .el-form-item .el-form-item__content {
  line-height: 0.72rem;
  margin-left: 0.2rem;
}
[data-v-051ed2da] .el-dialog .el-form-item .el-form-item__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 0.1rem !important;
}
[data-v-051ed2da] .el-dialog .el-form-item .el-date-editor {
  background: none;
  border: none;
}
[data-v-051ed2da] .el-dialog .el-form-item .el-range-editor--medium .el-range-separator {
  line-height: 0.42rem;
}
[data-v-051ed2da] .el-dialog .el-form-item .el-form-item__label {
  color: #333333;
  font-size: 0.13rem;
}
[data-v-051ed2da] .el-dialog .el-form-item .el-form-item__error {
  top: auto;
  bottom: 0.03rem;
}
[data-v-051ed2da] .el-dialog .el-form-item .el-input-group {
  vertical-align: middle;
}
[data-v-051ed2da] .el-dialog .el-form-item .el-input-group .el-input-group__append {
  padding: 0;
  background: none;
  border: none;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #7db0ea;
}
[data-v-051ed2da] .el-dialog .el-form-item .el-select,[data-v-051ed2da] .el-dialog .el-form-item .el-cascader {
  width: 100%;
}
[data-v-051ed2da] .el-dialog .el-form-item .el-input .el-input__inner {
  height: 0.72rem;
  line-height: 0.72rem;
  padding-left: 0;
  background: none;
  border: none;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  color: #999;
}
[data-v-051ed2da] .el-dialog .el-form-item .el-input ::-webkit-input-placeholder {
  font-size: 0.16rem;
  line-height: 0.22rem;
}
[data-v-051ed2da] .el-dialog .el-dialog__footer {
  padding: 0.1rem 0.71354rem 0.2rem;
}
[data-v-051ed2da] .el-dialog .saveBtn {
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  border-color: #7db0ea;
  background: #7db0ea;
  -webkit-border-radius: 0.14rem;
          border-radius: 0.14rem;
  padding: 0;
  font-weight: 600;
  font-size: 0.18rem;
  line-height: 0.25rem;
  color: #ffffff;
}
[data-v-051ed2da] .el-dialog .el-button.is-disabled,[data-v-051ed2da] .el-dialog .el-button.is-disabled:focus,[data-v-051ed2da] .el-dialog .el-button.is-disabled:hover {
  color: #c0c4cc;
  cursor: not-allowed;
  background-image: none;
  background: #7db0ea;
  border-color: #ebeef5;
}
.custom-msgbox {
  width: 8.52rem;
  -webkit-border-radius: 0.28353rem;
          border-radius: 0.28353rem;
}
.custom-msgbox .el-message-box__header {
  padding: 0 0.26rem;
  background: rgba(238, 149, 16, 0.2);
}
.custom-msgbox .el-message-box__header .el-message-box__title {
  font-size: 0.22682rem;
  line-height: 0.57rem;
  color: #333333;
}
.custom-msgbox .el-message-box__message {
  padding: 0.72rem 0 0.2rem;
}
.custom-msgbox .el-message-box__message p {
  margin: 0;
  font-size: 0.24rem;
  line-height: 0.34rem;
  text-align: center;
  color: #333333;
}
.custom-msgbox .el-message-box__btns {
  padding-bottom: 0.56rem;
  text-align: center;
}
.custom-msgbox .el-message-box__btns .el-button {
  width: 4.38rem;
  height: 0.53rem;
  line-height: 0.53rem;
  padding: 0;
  background: #7db0ea;
  border-color: #7db0ea;
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
  font-size: 0.22rem;
  line-height: 0.31rem;
  /* identical to box height */
  text-align: center;
  color: #ffffff;
}
.demo-formData .el-form-item__label:before {
  content: "*";
  color: #f56c6c;
  margin-right: 0.05rem;
  font-weight: bold;
}
.demo-formData .el-form-item__label:before {
  content: "";
  margin-right: 0.12rem;
  font-weight: bold;
}
.tip {
  font-size: 0.14rem;
  color: #9a9a9a;
  margin-top: 0.07rem;
}
.code .el-input__inner {
  width: 2rem;
}
.smsLogin {
  margin-top: 0.3rem;
  padding-bottom: 0.2rem;
}
.smsLogin .el-select {
  width: 100%;
}
.smsLogin .el-input__inner {
  border-color: #f8f8f8;
  background: #f8f8f8;
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
}
.smsLogin .el-button {
  width: 100%;
  border-color: #4967fd;
  background: #4967fd;
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
}
.smsLogin .el-input-group__append {
  background: #d3e8fe;
  border: 0.01rem solid #7db0ea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
  font-size: 0.14rem;
  color: #333333;
}
.smsLogin .el-input-group__append .el-button {
  padding: 0;
  margin: 0;
}
.smsLogin .ops {
  margin-top: 0.16rem;
  color: #4967fd;
  font-family: PingFang SC;
  font-size: 0.12rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.bottom-b {
  position: relative;
}
#Footer {
  width: 100%;
  /* 1200px; */
  height: 1.32rem;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.5);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#Footer .school dt {
  width: 0.46rem;
  height: 0.46rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
#Footer .school dt img {
  width: 0.46rem;
  height: 0.46rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
#Footer .school dd {
  margin-right: 0.2rem;
  margin-top: -0.46rem;
  font-size: 0.18rem;
  line-height: 0.46rem;
}
#Footer ul {
  margin-top: -0.46rem;
  list-style: none;
  font-size: 0.18rem;
}
#Footer ul li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.2rem;
}
.bottoms {
  background: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0.52rem;
  color: #b8a664;
  font-size: 0.12rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 0.01rem solid rgba(255, 255, 255, 0.15);
}
.bottoms img {
  width: 0.2rem;
  height: 0.2rem;
  margin-left: 0.2rem;
  margin-right: 0.08rem;
}
@charset "UTF-8";
[data-v-0e658dae] .el-dropdown-menu__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
[data-v-0e658dae] .el-dropdown-menu__item span {
  width: 1.5rem;
}
[data-v-0e658dae] .el-dropdown-menu__item img {
  width: 0.27rem;
  height: 0.24rem;
}
.imgTb[data-v-0e658dae] {
  width: 0.2rem;
}
.el-header[data-v-0e658dae] {
  width: 16rem;
  padding: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-header .img[data-v-0e658dae] {
  width: 2.04rem;
  height: 0.62rem;
  margin-right: 0.05rem;
}
.el-header .imgs[data-v-0e658dae] {
  width: 0.64rem;
  height: 0.32rem;
}
.el-header .headerText[data-v-0e658dae] {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0.35rem;
}
.el-header .headerText .navHeader[data-v-0e658dae] {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4rem;
}
.el-header .headerText .navHeader a[data-v-0e658dae] {
  position: relative;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.el-header .headerText .navHeader a.active[data-v-0e658dae]::after {
  content: "";
  position: absolute;
  bottom: -0.3rem;
  /* 调整位置 */
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.47rem;
  height: 0.06rem;
  background: #3B5EFC;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.el-header nav a[data-v-0e658dae],
.el-header .el-dropdown a[data-v-0e658dae] {
  font-size: 0.2rem;
  line-height: 0.24rem;
  color: #666666;
}
.el-header .el-button[data-v-0e658dae] {
  width: 0.84rem;
  height: 0.42rem;
  background: #1667FF;
  -webkit-border-radius: 0.21rem;
          border-radius: 0.21rem;
  padding: 0.05rem 0.2rem;
  font-size: 0.18rem;
  line-height: 0.24rem;
  color: #ffffff;
}
.el-header .sass[data-v-0e658dae] {
  width: 1.08rem;
  height: 0.42rem;
  background: #F27A12;
  -webkit-border-radius: 0.21rem;
          border-radius: 0.21rem;
  margin: 0 0.34rem 0 0;
  padding: 0.1rem 0.2rem;
  font-size: 0.18rem;
  line-height: 0.24rem;
  color: #FFFFFF;
}
.el-header .userInfo[data-v-0e658dae] {
  margin-right: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-header .userInfo .logo[data-v-0e658dae] {
  width: 0.46rem;
  height: 0.46rem;
}
.el-header .userInfo .userName[data-v-0e658dae] {
  font-size: 0.18rem;
  min-width: 0.5rem;
  line-height: 0.46rem;
  margin-left: 0.15rem;
}
.el-header .userInfo .quit[data-v-0e658dae] {
  width: 0.84rem;
  height: 0.42rem;
  background: rgba(59, 94, 252, 0.1);
  -webkit-border-radius: 0.21rem;
          border-radius: 0.21rem;
  text-align: center;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 0.18rem;
  color: #1667FF;
  line-height: 0.42rem;
  margin-left: 0.15rem;
  cursor: pointer;
}
.el-main[data-v-0e658dae] {
  min-width: 12rem;
  padding: 0;
  overflow: hidden;
  background-size: cover;
  background-position: top center;
}
.el-main[data-v-0e658dae]  .banner {
  width: 100%;
  max-width: 19.2rem;
  height: 5rem !important;
  margin: auto;
  position: relative;
}
.el-main[data-v-0e658dae]  .banner .apply {
  width: 3.56rem;
  height: 0.8rem;
  border: 0.01rem solid #ED880A;
  -webkit-border-radius: 0.5rem;
          border-radius: 0.5rem;
  position: absolute;
  left: 7.83rem;
  top: 3.76rem;
  z-index: 1000;
}
.el-main[data-v-0e658dae]  .banner .el-image {
  width: 100%;
  height: 100%;
}
.el-main[data-v-0e658dae]  .banner .Title:first-child {
  margin-top: 1rem !important;
  padding-top: 2rem !important;
}
.el-main[data-v-0e658dae]  .banner .el-carousel__item {
  background: #fff;
}
.el-main .martop[data-v-0e658dae] {
  height: 1rem;
}
.el-main .cont[data-v-0e658dae] {
  width: 12rem;
  margin: 6rem auto 2rem;
}
.el-main .cont span[data-v-0e658dae] {
  padding: 0.14rem 0.26rem;
  background: #2c51a2;
  text-align: center;
  font-size: 0.26rem;
  color: #ffffff;
}
.myelFooter[data-v-0e658dae] {
  background: #75161B !important;
}
.myelFooter dl[data-v-0e658dae] {
  color: #fff !important;
}
.myelFooter a[data-v-0e658dae] {
  color: #fff !important;
}
.el-footer[data-v-0e658dae] {
  width: 100%;
  background: #313B59;
  margin-bottom: 0.5rem;
}
.el-footer .myFooter[data-v-0e658dae] {
  width: 12rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.el-footer dl[data-v-0e658dae] {
  font-size: 0.2rem;
  color: rgba(255, 255, 255, 0.5);
}
.el-footer dl dd[data-v-0e658dae] {
  margin: 0;
}
.el-footer dl dd a[data-v-0e658dae] {
  display: inline-block;
  margin-right: 0.3rem;
  color: rgba(255, 255, 255, 0.5);
}
.bottoms[data-v-0e658dae] {
  background: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0.52rem;
  color: #b8a664;
  font-size: 0.12rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 0.01rem solid rgba(255, 255, 255, 0.15);
}
[data-v-0e658dae] .el-dialog {
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
}
[data-v-0e658dae] .el-dialog__body {
  padding-top: 0.1rem;
}
[data-v-0e658dae] .el-dialog__header {
  text-align: center;
  padding-top: 0.6rem;
}
.login-left[data-v-0e658dae] {
  margin: 0 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.login-left h3[data-v-0e658dae] {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 0.2rem;
  color: #333333;
}
.login-left .qrcodeBorder[data-v-0e658dae] {
  width: 2.22rem;
  height: 2.22rem;
  border: 0.01rem solid #E8E8E8;
  margin-bottom: 0.13rem;
}
.login-left .qrcodeBorder .qrcode[data-v-0e658dae] {
  width: 1.92rem;
  height: 1.92rem;
  background: #E8E8E8;
  margin: 0.15rem;
}
.login-left .qrcodeBorder .tips[data-v-0e658dae] {
  width: 1.8rem;
  height: 0.43rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 0.18rem;
  color: #666666;
  line-height: 0.21rem;
  text-align: center;
  font-style: normal;
}
.line[data-v-0e658dae] {
  width: 0.01rem;
  height: 3.6rem;
  border: 0.01rem solid #D8D8D8;
}
.login-weaper[data-v-0e658dae] {
  width: 3.57rem;
  margin: 0 auto;
  background: #ffffff;
  overflow: hidden;
}
.login-weaper .title[data-v-0e658dae] {
  font-family: PangMenZhengDao;
  font-size: 0.32rem;
  color: #1667FF;
  letter-spacing: 0.02rem;
  text-align: center;
  margin-bottom: 0.49rem;
}
.login-weaper .navbar[data-v-0e658dae] {
  font-weight: 200;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #666666;
  text-shadow: 0 0.02rem 0.04rem rgba(0, 0, 0, 0.3);
}
.login-weaper .navbar a[data-v-0e658dae] {
  width: 50%;
  display: inline-block;
  text-align: center;
}
.login-weaper .navbar .active[data-v-0e658dae]::after {
  content: "";
  display: block;
  width: 15%;
  height: 0.08rem;
  background: #1667FF;
  -webkit-border-radius: 0.045rem;
          border-radius: 0.045rem;
  margin: 0.05rem auto;
}
.login-weaper[data-v-0e658dae]  .el-input__inner {
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
}
.Title[data-v-0e658dae] {
  position: relative;
  width: 100%;
  height: 0.32rem;
  font-family: Microsoft JhengHei;
  font-style: normal;
  font-weight: bold;
  font-size: 0.36rem;
  line-height: 0.32rem;
  text-align: center;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.2);
  margin-bottom: 1rem;
}
.TitleRed[data-v-0e658dae] {
  color: rgba(209, 0, 1, 0.2);
}
.TitleRed span[data-v-0e658dae] {
  color: #E31512;
}
.boxList[data-v-0e658dae] {
  width: 12rem;
  padding-bottom: 0.32rem;
  margin: 0.32rem auto 0;
  border-bottom: 0.01rem solid #e6e5e5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.boxList .el-image[data-v-0e658dae] {
  width: 2.73rem;
  height: 2.08rem;
  margin-right: 0.22rem;
}
.detail .back[data-v-0e658dae] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 0.56rem;
  height: 0.17rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0.01rem 0.05rem 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.01rem 0.05rem 0 rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 0.02rem;
          border-radius: 0.02rem;
  font-size: 0.08rem;
  color: #666666;
}
.box[data-v-0e658dae] {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.box .box1[data-v-0e658dae] {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.box .box1 .box1_0[data-v-0e658dae] {
  font-family: Microsoft New Tai Lue;
  font-style: normal;
  font-weight: bold;
  font-size: 0.24rem;
  color: #333333;
}
.box .box1 .box1_1[data-v-0e658dae] {
  font-family: Microsoft New Tai Lue;
  font-style: normal;
  font-weight: normal;
  font-size: 0.18rem;
  line-height: 0.24rem;
  color: #999999;
  white-space: nowrap;
  margin-left: 0.35rem;
}
.box .box2[data-v-0e658dae] {
  width: 100%;
  padding-top: 0.26rem;
  margin-bottom: 0.1rem;
  font-family: Microsoft New Tai Lue;
  font-style: normal;
  font-weight: normal;
  font-size: 0.18rem;
  line-height: 0.27rem;
  color: #333333;
}
.box .box3[data-v-0e658dae] {
  width: 100%;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: bold;
  font-size: 0.2rem;
  text-align: right;
  color: #7db0ea;
}
.box .box3Red[data-v-0e658dae] {
  color: #FF6D6B;
}
.changeCH[data-v-0e658dae] .el-dialog {
  position: absolute;
  left: 20%;
  top: -6vh;
  padding: 0.1rem 0.1rem;
  width: 24% !important;
}
.changeCH[data-v-0e658dae] .el-dialog .el-dialog__header {
  padding: 0 !important;
  padding-top: 0rem !important;
}
.changeCH[data-v-0e658dae] .el-dialog .el-dialog__body .changebutton {
  padding: 0.1rem 0.2rem;
}
.changeCH[data-v-0e658dae] .el-dialog .el-dialog__body .changebutton .el-button {
  width: 1.3rem;
  vertical-align: middle;
}
.changeCH[data-v-0e658dae] .el-dialog .el-dialog__body .changebutton .el-button span {
  margin-left: 0.06rem;
}
.changeCH[data-v-0e658dae] .el-dialog .el-dialog__body .changebutton .line {
  height: 0.4rem;
  width: 0.01rem;
  display: inline-block;
  background: #999;
  vertical-align: middle;
  margin-top: -0.2rem;
}
.changeCH[data-v-0e658dae] .el-dialog .el-dialog__body .changeSth {
  padding: 0.2rem 0.1rem;
  border-top: 0.01rem solid #999;
  border-bottom: 0.01rem solid #999;
  font-size: 0.15rem;
}
.newsListDetail h1[data-v-0e658dae] {
  width: 100%;
  text-align: center;
  margin: 1rem 0;
  font-weight: normal;
  font-size: 0.4rem;
}
.newsListDetail div[data-v-0e658dae] {
  width: 100%;
  font-size: 0.2rem;
}
[data-v-0e658dae] .el-tabs__nav-wrap::after {
  background-color: rgba(0, 0, 0, 0) !important;
}
.newsData[data-v-0e658dae] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.newsData .newsBox[data-v-0e658dae] {
  width: 32%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.newsData .newsBox .newsBoxTime[data-v-0e658dae] {
  width: 0.5rem;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #1667ff;
  margin-right: 0.1rem;
}
.newsData .newsBox .newsBoxTime .newsBoxTime-top[data-v-0e658dae] {
  font-size: 0.2rem;
  display: block;
  margin-bottom: 0.1rem;
  margin-top: 0.03rem;
}
.newsData .newsBox .newsBoxTime .newsBoxTime-bottom[data-v-0e658dae] {
  font-size: 0.11rem;
  display: block;
}
.newsData .newsBox .newsBoxTitle[data-v-0e658dae] {
  -webkit-box-flex: 7;
  -webkit-flex: 7;
      -ms-flex: 7;
          flex: 7;
  font-size: 0.16rem;
  line-height: 0.28rem;
}
.newsData .newsBox:first-child .newsBoxTitle[data-v-0e658dae]::after {
  content: "";
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAWdJREFUOE+lk01LAkEch5/xHQVTIUFPpZuJ1KE8RPeC6Fyfozp0iK5phw7Rl4hOEXite5SuQX0ENTHxBTIMxYllIFtXE2ouu8zyf3jmt78RUkrBaWYPxCHICCD4fUkQryDPODq+EDJ7sg+cTxma9PlAyGymDDL6N4CoGAYDi/ZsGN5qVqYQIOXPfWkAhjt+P4TDsLYOT0X47EKrDYkEhELg80EuBx+db4gZEAhCOg3VKnjcaqDRVM9CHvp9i5UZYChubEL+EeIaNBrgcoHDAS/PY2MyA7QFSCyqYxia7x2o1WB5CbpdmAnAwz3o+oQjeL1gBJhKQb2uhj0ecDqhUoaVVbi7NZmMZBCAuXmIxaDdhlZLpd5qqvepAIO9swulEvR64HYrg6IORj5TAZoGwRDY7Uo5FodIFK4uIRicCBgWKZlU6lvbcHMNg4H6G3pB9cBqYBRpTJVtNjU8uixNVFX+52X653X+AoHVnytdLt2xAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  position: relative;
  top: 0.04rem;
}
.newsData .newsBox:nth-child(2) .newsBoxTitle[data-v-0e658dae]::after {
  content: "";
  display: inline-block;
  width: 0.4rem;
  height: 0.2rem;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAQCAYAAACYwhZnAAAAAXNSR0IArs4c6QAAAj9JREFUSEvNlUtIVFEYx3/nzswd78wog2FU6qIHUmFQQUTh9JAei8BFRS2UaJEWhIEEBVJJFIWryl3YIiIXEUUZimGZ0iIyKASJTCoiK8usYWbunfe5MTcaI19hmXM2h7M43/f7/t9LhA1pSv8rYp01yIGHIONM+1EcKAU+1A3nULwLEcY3vxlpWoUZej/tvn93IDz5ZJU/QQS7L5mxjkP/HeCnQ7W0ARF4cNqMPz4zYxCO1bUTQwj3bFybzyO/9mPLW0py6Hn6VnIXYbTXYOqfcZddQajZgEn8bSeOQt+PoOxOSEQx4zr6nb1jBjophJJTiHtbI7GXt1GLy4n1NuEsriDaexW1qAy9pQoZeGcZdy7fhwx/Id53y3oLpxfX1gb05j0TqjwphH3+JmzeBWkjzpX7iT69mH4n/a9JvLk3CiK7ogMZ/ABCIBQVqQ9i3K2eohKzFmPLLULJngc2B87icqI9ly1jMvSR5HAfcvjFKAjPjuuEbuxCKzlG5Fkjmu84RtvBqUGkfmm+OsxEGBkYSBtRcgoQqptwV92ISr+kw4K4uRvP9mvobdUzB6G3HsC18SxG14l/A5GqcjM0mI5aeOZYk3U8JbT1p0h+6kG48oj1N6Mu2Um0+8LfpeOPIFZUIo0hqzvshT60klr0lkpcWxqsopTBsSfypN2hldaTalMz4odEeCQSu4bI8iKDA4TvHyFr7VHs+Wsw2g+jLqtA2FQij+oxowGEZy6udSfRW6vGVyIjxnZGLLBMWOXfAcljV1SmRJ0sAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  position: relative;
  top: 0.04rem;
}
.newsDataMore[data-v-0e658dae] {
  text-align: center;
  color: #1667FF;
  padding: 0.6rem 0;
}
.el-tabs__nav-scroll[data-v-0e658dae] {
  padding-left: 2rem;
}
.Scnenure[data-v-0e658dae] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 确保内边距和边框不影响元素宽度 */
  /* 如果需要内容与边框的间距，可以添加内边距，但总宽度仍为33.333% */
  /* 示例内边距，不影响整体布局 */
}
.Scnenure .ScnenureBox[data-v-0e658dae] {
  margin: 0.15rem;
  padding: 0.2rem;
  border-top: 0.06rem solid #FEAC52;
  width: 30%;
}
.Scnenure .ScnenureBox .ScnenureBoxTop[data-v-0e658dae] {
  border-bottom: 0.01rem solid #FEAC52;
}
.Scnenure .ScnenureBox .ScnenureBoxTop h1[data-v-0e658dae] {
  color: #FEAC52;
  text-align: center;
  margin: 0.5rem 0 0.2rem 0;
  font-size: 0.3rem;
  vertical-align: middle;
}
.Scnenure .ScnenureBox .ScnenureBoxTop h1 img[data-v-0e658dae] {
  display: inline-block;
  width: 0.5rem;
  vertical-align: middle;
}
.Scnenure .ScnenureBox .ScnenureBoxTop h1 span[data-v-0e658dae] {
  vertical-align: middle;
}
.Scnenure .ScnenureBox .ScnenureBoxTop p[data-v-0e658dae] {
  text-align: center;
  padding-bottom: 0.2rem;
  color: #FEAC52;
}
.Scnenure .ScnenureBox .ScnenureBoxBottom[data-v-0e658dae] {
  padding: 0.2rem 0.1rem;
  font-size: 0.2rem;
}
.Scnenure .green[data-v-0e658dae] {
  border-top: 0.06rem solid #15DA93;
}
.Scnenure .green .ScnenureBoxTop[data-v-0e658dae] {
  border-bottom: 0.01rem solid #15DA93;
}
.Scnenure .green .ScnenureBoxTop h1[data-v-0e658dae] {
  color: #15DA93;
}
.Scnenure .green .ScnenureBoxTop p[data-v-0e658dae] {
  color: #15DA93;
}
.Scnenure .blue[data-v-0e658dae] {
  border-top: 0.06rem solid #0C8AFF;
}
.Scnenure .blue .ScnenureBoxTop[data-v-0e658dae] {
  border-bottom: 0.01rem solid #0C8AFF;
}
.Scnenure .blue .ScnenureBoxTop h1[data-v-0e658dae] {
  color: #0C8AFF;
}
.Scnenure .blue .ScnenureBoxTop p[data-v-0e658dae] {
  color: #0C8AFF;
}
.project[data-v-0e658dae] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.project .ProjectBox[data-v-0e658dae] {
  margin: 0.1rem;
  -webkit-border-radius: 0.15rem;
          border-radius: 0.15rem;
  background-color: #ffffff;
  padding: 0.2rem;
  width: 30%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 确保内边距和边框不影响元素宽度 */
}
.project .ProjectBox .ProPic[data-v-0e658dae] {
  -webkit-border-radius: 0.15rem;
          border-radius: 0.15rem;
  width: 100%;
  height: 2.5rem;
  background-color: #f6f9ff;
  text-align: center;
}
.project .ProjectBox .ProPic img[data-v-0e658dae] {
  margin: auto;
}
.project .ProjectBox .ProAddress[data-v-0e658dae] {
  color: #0C8AFF;
}
.project .ProjectBox .ProAddress span[data-v-0e658dae] {
  font-size: 0.16rem;
}
.project .ProjectBox .ProAddress span[data-v-0e658dae]:first-child {
  margin-right: 0.08rem;
}
.project .ProjectBox .ProNum[data-v-0e658dae] {
  color: #979797;
}
.project .ProjectBox .ProNum span[data-v-0e658dae] {
  font-size: 0.14rem;
}
.project .ProjectBox .ProNum span[data-v-0e658dae]:first-child {
  margin-right: 0.08rem;
}
.project .ProjectBox .ProjectTime[data-v-0e658dae] {
  margin-top: 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.project .ProjectBox .ProjectTime .ProjectTimeLeft[data-v-0e658dae] {
  font-size: 0.14rem;
}
.project .ProjectBox .ProjectTime .ProjectTimeRight[data-v-0e658dae] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.project .ProjectBox .ProjectTime .ProjectTimeRight img[data-v-0e658dae] {
  width: 0.2rem;
  margin: 0 0.08rem;
}
[data-v-0e658dae] .v-modal {
  background: rgba(0, 0, 0, 0) !important;
}

/* 沿用之前的 .changebutton 和 .half-btn 样式，无需修改 */
.changebutton[data-v-0e658dae] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.2rem;
  padding: 0.1rem;
}
.el-button.plain[data-v-0e658dae] {
  width: 100%;
  max-width: 3rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
.half-btn[data-v-0e658dae] {
  width: 40% !important;
}
.changebutton[data-v-0e658dae] {
  padding: 0.2rem 0.1rem;
}
.btn-container[data-v-0e658dae] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* 按钮组居中 */
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  /* 垂直居中 */
  gap: 0.4rem;
  /* 按钮间距（包含分割线空间） */
}
.el-button.plain[data-v-0e658dae] {
  /* 基础样式 */
  border: none;
  /* 移除默认边框 */
  padding: 0.12rem 0.24rem;
  /* 内边距 */
  font-size: 0.14rem;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* 动画过渡 */
}
.el-button.el-button--primary.is-plain[data-v-0e658dae] {
  margin-left: 0;
}

/* 中间分割线（仅当两个按钮显示时出现） */
.line[data-v-0e658dae] {
  position: absolute;
  top: 70%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  /* 居中定位 */
  width: 0.01rem;
  /* 分割线宽度 */
  height: 60%;
  /* 分割线高度 */
  background-color: #e0e0e0;
  /* 灰色分割线 */
}
.ScnenureChangeBtn[data-v-0e658dae] {
  width: 3rem;
  vertical-align: middle;
}
.ScnenureChangeBtn img[data-v-0e658dae] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.05rem;
}
.ScnenureChangeBtn div[data-v-0e658dae] {
  vertical-align: middle;
  display: inline-block;
}
.imgLogoSch[data-v-0e658dae] {
  width: 80%;
}

/* 大赛相关 */
.aboutScnenureMain[data-v-0e658dae] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.6rem 0.8rem;
}
.aboutScnenureMain .aboutScnenureTop[data-v-0e658dae] {
  padding-top: 1rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABK4AAAE3CAMAAAC0FflhAAAA+VBMVEUAAAByqf93rv////////////+51P+Es//29vqLuP+Uvf+hyP+cw/+40vauz/+pyv+81/+10f+/1/7I2/7h6/3H3f+/1/+30/94qP/F3P/K3//a5/+50vvN4f/O4fzD2v/E2/+51f/P4P+81P/0+P/M4P/J3v+ty//t8/7Q4/+1zv34+vv5+/75+/+qx/3P4v/+/v/O4f/s8//4+v7i6/+kx//t9f/s9f/s9P/1+f/s9P/r8v/t9f+72f+Vvf/////K4f/o8//n8v/m8f+v0f/////t9P/u9v/9/v/8/f/0+f/6/P/x9//2+v/4+//w9//y+P/5+//7/P/j4dl5AAAARXRSTlMALy+tGyhYLzYvLy8vBi4uLi4PEwciJSsvLhoMChULHSooGCAZHicsECoYFyMfEy4TWS4rVCiX9enSiENhQiHuTsWwcToRvjX5AAANg0lEQVR42uzd2W7aQBgF4ClyhFjMYoxZxtgETDBewGrFbd7/sTob2O5gmqaQsJyvUqUu10f/mZn8JgAAAAAAAAAAAAAA8C1MOlhMV8PhcLVaLGazwcDyXJMAANwU0xos/OXQcV4Fx3FEbPm+P51OF4uIh5dlUep5rm0iwwDg27jW1JlPev1OV+p0+v0eM5lMdpNJbz5/c4Ysu1hw8dyinm1yyC0A+FqmtXrtdbrtZrPRaNSFhtBsNttcq9XqMDzCZIZthDdH9UYVYQgvALgq04qWr2sWVjypajkZW0qTUcHV7Yrg6rPfRiNVG5eMmL1EdvHeSEVvdDGAAcAF08of9Vs8q2pn1I9keqn4EuGVF8fdjpVHWRzFkddssLUs10VxBIALcH1n3W5qWXWePn4d46slT77WI24usNb4VuqNKI4A8InRauF024167X/UlUNw5Sdeqjb2WHMc8eLIa+NK1MZpNBOtUYYX49q4cASAM6jfb2mj1QWyS5+78t7YF71RFcc3XhynUzF2WXjmBQAVTMtZNytGq6slWN4bVXNcd0bSnHljHGcoIkwVRxfFEQAsf82L4JcqT15cuzh79Vhx7KviKC4cfX7hWCiOVBZHRBjAU3GjNS+C36iuHXvlJ/advsCKo7DhkxefuhbypaqF03qA52H6e55WN6TcGaX8tpH3RjZ2SQ4zZFbiqb146sV7o4vjeoAHZFr7dqN2q+pVD73E4CVqo8SOvFhvXK5WK3nfOLBCS/5wo+vZjIkLR4C7Zy3bjZuarf65OObPJcrFcaeKozqu31oWTusB7pkZ7Zv3lFZ/qn4tIc7s1+tjcZS1UfVGURyt0KKei0cTAHdi+96+57Q6M3k1T7z0Yia9HuuNojj6IrcilluUkXeNHH5QCOAWmcv97R5cXTK+ys8lutpiibl4qTr05UvVAZ55AdwAm4ZZHAeGEKzuuwp+tjU2hcJPCLFf4ucbD1eNcrPEUXBkAMBnBUGchaFtfjysYiNNkuRF+LVrPfBw9U/3jW1tsYS0436e8Cv3AgAfkSSpEWcfC6wwSF4S/r8Pbyu3y7u6FbymPL/0g6+8Nu6kzUZcOQb5VlUCAH9j83JnsGkpjW1yFs0Mg49iIquU7SOfXP2Hijf2Kro6ojgeLxuX4q6ROe7FkavsEWEApxOLn0bFIanmZSmLNI+URA90LVhy5Z8QOkxd+dwlFxKqxRJi6NryoQsLCQF0dhi8JAG1yWk0TlL9X933Zg3+mf5cQttIOJc2c7WRUD70wm4cAMVmpdAIKw6tDCOj2l9b7+iCl75wbOfZJVfZ90fFVfa+XGU/O66y9/AJNHhKNk+l0CYaaiQpJbot4oq55kbCtnbhKDcSbjZz9cxLHdbjcT08HZt1vkz72zhNeYjpoj2Orq7t1LkXV1xlPyqtsvfzVfaIMHhonpEaHikyQ1YET6aV+Y64uj69NmpnXnL06quNhLI2llfZi+USWGUPjyYM0vIpFU3TmJxkvuPV1dc6vxinvFiil28kVJ9AW2CxBDya0CjFU2akITnN3N/WWr6ndm6xV7cjVhIqh1X2QxFhs8ONI555wT2yg8KTUdvgfzjNRBe8QdU/IdQqvvTivTFfLCFiy+IopdgsAXekMFDZWWIQgri6a/XqLziK+Mp/xnEjv529XKkX9iiOcPvCJA5VciUZPRtXP+AO1Eoqf7qRt8ZTq+xXq5XcSBgOQsuieKoKt8TOUsMkjBcn1KyOqybi6m78bfTSv/kvi6Mwn8viKL/AEYm567CRkF82ojfCN7JT+Sw0MAKTVHIRV/dvzPx9JWH5G2i9iSBvHI/FkeL7QfA9MoO/vrITgxLE1bOpGL606Yv3xvVorX0B7bDKnvdGDxkGV2dnSUhMmsSkmmk16uMf8Kiqq+OJQ6/jLvv+XN44yh9vjFhx3Mo3qqo42tgxARcXJhmhgREirqDoQx/j6DKdwmvVzZz3RvlUVcxd+BlHuCg7CPi1oEequdt6DXH13IoHX6fXeqm9Xqo2Okz+I0IsvKLZoTa6+HY2fJYZpiR+oeRsXOHoCgrGXMVWL07/Bhorjrw3yg+gRbw2qr6ItYTwT+yUBImNuILLRVhdKRRHuZOQUZ/PlsWRP1VVPyC0xUZC+ACDBKlJzvAixBV83FipmL3yQ3t+4ciK495hCsUx4sVxq+4bXQxfUBSTICDnWBFO2uHTxqcGr3Jv1Iujw6MrYrZi6jJRG0HKSBAiruDrjA+02ihnrzYbu5TDOvvXN0ecfcneiFX2z4uSgJJztogruBo9ulR25cOXXIzDvO5ZcVwKvh8JrDZuZW3EjeNT8Ehgn4+r9zHiCq5Mb4764NUq3DgK6kcc+TMv0RstJNZv9u62J20gAOB4E81cUluLliiCxpnStbNNBQxQpJOnXDXozPb9P8yOOvEBHZtvuCP/X2J8dzne/HN3vcK6cw3PWJIraoVVOZhbfOD4eFe12DYW5GtCfnFwLxMmV17F0oubquuFXEELBw+eL70W1l5S8cDxadsow1WUS5LxKraNPHDU2JJcffu+tTXJPgFqa7zp4qXLuc9QSTM6q304V1Y1OPPiOGr1exvp1Q9AXT8fTZ/8mrlZdH19Lf/kf6jnKt3o9VuRFMeb3vlu7Z9yZR0H54d1P7xop3fTZ25UMH2kx8ym0w8Po+YnVWZWU6ylu7R90WwmoV/2ToNqbWmuakdxq9m87KW393ku5vL8VgXzGekwM+n+v4fJxbtyOdoKLJveSmZ1nwuspzztZY6TNJutyDu2/pYrK/CiMHQGo1x6PYoKREGbmQnx4WHU/KTKzEpgnY0Gtl1yKmEUn7vv5cqqBXU/SQYjAQArNBqYZslJwvioar14a3Au8FpJZdLuCABYqU57YpqmU2nFR9YbuXLP4tCx+10BACvX7cte2U7oe7sLubKCKKzYbQEASmibkpNEp+6rXLmejFU2FACgiGFWBCuMqy9y5Z76FXvARhCAMnLRHTxsCOvBs1xZQeTYDc7YASil05C92nHCTfcpV57vmH1qBUAxnb4plU7i2p9cWdXyCWsrAAoq1ld2yd9zH3JVPTwpcW4FQEF5d1DsB+tBkSvrKNzJqBUAFeXdzJQqZXeWq6BeMbnBAEBRQ1Ny/D1L5qr+ZacnAEBRPVPaLx8b3rFfaggAUFZxneFkz4j39u1UAICyUlMqHRpR/StbQQBK65lS2Uj8jBtXAJTWyWanV0ZS4lsYACiuLXNlGwmLKwCq60xkrwyHxRUA5bVnuapwnx2A8rqzXI0FAChvLHPF6zcANDDc3jYEAGhgsm3wA5MAdDAmVwD0MDKNHAA00CVXADSRcdQOQA9jcgVADz1yBUAPI3IFQAv5kFwB0ENKrgDooUuuAOihQ64A6CAXglwB0AS5AqCFXPASDgBNkCsAmiBXADRBrgBoglwB0AS5An6zawemEQUhFEXtbuEzMPZfTUpYAwH3Zc8p4qIiITwyACHkCgghV0AItysghFwBIeQKCCFXQAi5AkLIFRBCroAQcgWEkCsghFwBIeQKCCFXQAi5AkLIFRBCroAQcgWEkCsgxCxX974AdtVrRK6AvydXwL8kV0AItysgRN2RcwF2Daer8wLYJVdACLkCQrhdASHkCgghV0CIOiN9AHbVHTjHdAVskysgxCxXegWsqzPQ7XYFbBtOV30BdtVsF2zLIPBLlkHgS01y5e0K+AB1JkxXwDrLIBBCroAQcgWEqAaIYLoCQlQPPM/TALvqvNVtugL21XlProAPYBmEH3bt6ARAGIiC4LWnoqD9F2ML+QsLM0Us70KIWMqVWgH7zQmQMEvjyrwCtnMMAhF+tQMR3q6ACOsKiLCugAi5AiLkCoiQKyBCroAIuQIi5AqIkCsgQq6AiLkBEqwrIMK6AiLkCoiQKyBCroAIuQIi5AqIkCsgYh6ABOsKiJArIMIxCETIFRAhV0CEXAERcgVEyBUQMRdAgnUFRMgVEDEvQIK3KyBCroAIuQIi5AqIkCsgQq6ACLkCIuQKiJgDIMG6AiLkCohwDAIR8wE/u3ZAAgAAAjDMcoL9E5njsIU4KpJgugIi5AqIkCsgQq6ACLkCIuQKiJgDSDBdARFyBUTIFRAhV0CEXAERcgVEeGQAIuQKiJArIEKugAi5AiLkCoiQKyBCroAIuQIi5AqIkCsgQq6ACLkCIuQKiJgFSJArIMIyCETIFRBhGQQiTFdAhFwBEXIFRLhdARFyBUTIFRAhV0CEXAERcgVEeGQAIuQKiJArIEKugAindiBCroAIuQIi5AqIkCsgQq7g2aljIgBAGABitQULU/1bQsffJSJChK6ACF0BEboCInQFROgKiNAVEKErIEJXQISugAhdARG6AiJ0BUToCojQFRChKyBCV0CEroAIXQERugIidAVE6AqI0BUQoSsgQldAhK6ACF0BEboCInQFROgKiNAVEKErIEJXQISugAhdARG6AiJ0BUToCojQFRChKyBCV0CEroAIXQERugIidAVE6AqI0BUQoSsgQldAxLwFCHhzFiDgzF3gt1/HJgCAMBQFPziGrTOkkICFuP9KBnGIBN5tcShgarBBAAWsIe0DAOltBTsAkJzpcT4IILXl+rpbA4CkzLvCBVsGNK6lSltlAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox1[data-v-0e658dae] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox1 .pic[data-v-0e658dae] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 0.2rem;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox1 .pic img[data-v-0e658dae] {
  width: 100%;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox1 div[data-v-0e658dae] {
  padding: 0.06rem 0.1rem;
  -webkit-box-flex: 18;
  -webkit-flex: 18;
      -ms-flex: 18;
          flex: 18;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox1 div h3[data-v-0e658dae] {
  font-size: 0.24rem;
  margin-top: 0.01rem;
  margin-bottom: 0.01rem;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox1 div p[data-v-0e658dae] {
  font-size: 0.18rem;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox2[data-v-0e658dae] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox2 .aboutScnenureTopbox2-left[data-v-0e658dae] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox2 .aboutScnenureTopbox2-left .pic[data-v-0e658dae] {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
      -ms-flex: 3;
          flex: 3;
  padding-top: 0.2rem;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox2 .aboutScnenureTopbox2-left .pic img[data-v-0e658dae] {
  width: 100%;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox2 .aboutScnenureTopbox2-left div[data-v-0e658dae] {
  padding: 0.06rem 0.1rem;
  -webkit-box-flex: 24;
  -webkit-flex: 24;
      -ms-flex: 24;
          flex: 24;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox2 .aboutScnenureTopbox2-left div h3[data-v-0e658dae] {
  font-size: 0.24rem;
  margin-top: 0.01rem;
  margin-bottom: 0.01rem;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox2 .aboutScnenureTopbox2-left div p[data-v-0e658dae] {
  font-size: 0.18rem;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox2 .aboutScnenureTopbox2-right[data-v-0e658dae] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox2 .aboutScnenureTopbox2-right .pic[data-v-0e658dae] {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
      -ms-flex: 3;
          flex: 3;
  padding-top: 0.2rem;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox2 .aboutScnenureTopbox2-right .pic img[data-v-0e658dae] {
  width: 100%;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox2 .aboutScnenureTopbox2-right div[data-v-0e658dae] {
  -webkit-box-flex: 24;
  -webkit-flex: 24;
      -ms-flex: 24;
          flex: 24;
  padding: 0.06rem 0.1rem;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox2 .aboutScnenureTopbox2-right div h3[data-v-0e658dae] {
  font-size: 0.24rem;
  margin-top: 0.01rem;
  margin-bottom: 0.01rem;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox2 .aboutScnenureTopbox2-right div p[data-v-0e658dae] {
  font-size: 0.18rem;
}
.aboutScnenureMain .aboutScnenureBottom[data-v-0e658dae] {
  background-color: white;
}
.aboutScnenureMain .aboutScnenureBottom .SetScnenureTitle[data-v-0e658dae] {
  font-size: 0.3rem;
  font-weight: 100;
  margin: 0;
}
.aboutScnenureMain .aboutScnenureBottom .SetScnenure[data-v-0e658dae] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.2rem;
}
.aboutScnenureMain .aboutScnenureBottom .SetScnenure .SetScnenureBox[data-v-0e658dae] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0.1rem;
  -webkit-border-radius: 0.12rem;
          border-radius: 0.12rem;
  /* 圆角半径 */
  border: 0.02rem solid transparent;
  /* 边框宽度（需与 border-image-slice 一致） */
  /* 渐变边框（重点：border-image-slice 设为边框宽度值） */
  -webkit-border-image: -webkit-gradient(linear, left top, left bottom, from(#4c66ea), to(#fff)) 2;
  -webkit-border-image: -webkit-linear-gradient(top, #4c66ea, #fff) 2;
       -o-border-image: linear-gradient(to bottom, #4c66ea, #fff) 2;
          border-image: -webkit-gradient(linear, left top, left bottom, from(#4c66ea), to(#fff)) 2;
          border-image: linear-gradient(to bottom, #4c66ea, #fff) 2;
  /* 4 对应 border-width: 4px */
  /* 背景分层（内容区白色，边框渐变） */
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) padding-box, -webkit-gradient(linear, left top, left bottom, from(#4c66ea), to(#fff)) border-box;
  background: -webkit-linear-gradient(#fff, #fff) padding-box, -webkit-linear-gradient(top, #4c66ea, #fff) border-box;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to bottom, #4c66ea, #fff) border-box;
  /* 边框渐变 */
  background-clip: padding-box, border-box;
}
.aboutScnenureMain .aboutScnenureBottom .SetScnenure .SetScnenureBox .SetScnenureBoxTop[data-v-0e658dae] {
  padding: 0.14rem;
}
.aboutScnenureMain .aboutScnenureBottom .SetScnenure .SetScnenureBox .SetScnenureBoxTop h2[data-v-0e658dae] {
  font-size: 0.3rem;
  font-weight: 100;
}
.aboutScnenureMain .aboutScnenureBottom .SetScnenure .SetScnenureBox .SetScnenureBoxTop .groupClass[data-v-0e658dae] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0.1rem;
}
.aboutScnenureMain .aboutScnenureBottom .SetScnenure .SetScnenureBox .SetScnenureBoxTop .groupClass .groupClassbox[data-v-0e658dae] {
  -webkit-flex-basis: -webkit-calc(40%);
      -ms-flex-preferred-size: calc(40%);
          flex-basis: calc(40%);
  /* 每个元素宽度为 50%，减去间距的一半 */
  max-width: -webkit-calc(40%);
  max-width: calc(40%);
  /* 确保最大宽度不超过 50% */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.1rem 0.2rem;
  margin: 0.1rem;
  background: rgba(59, 94, 252, 0.1);
  -webkit-border-radius: 0.21rem;
          border-radius: 0.21rem;
}
.aboutScnenureMain .aboutScnenureBottom .SetScnenure .SetScnenureBox .SetScnenureBoxBottom[data-v-0e658dae] {
  padding: 0.14rem;
  background: #F9F9F9;
  -webkit-border-radius: 0 0 0.1rem 0.1rem;
          border-radius: 0 0 0.1rem 0.1rem;
  border: 0.01rem solid #F2F2F2;
}
.aboutScnenureMain .aboutScnenureBottom .SetScnenure .SetScnenureBox .SetScnenureBoxBottom .title[data-v-0e658dae] {
  font-size: 0.24rem;
  font-weight: 100;
}
.aboutScnenureMain .aboutScnenureBottom .SetScnenure .SetScnenureBox .SetScnenureBoxBottom .provide[data-v-0e658dae] {
  font-size: 0.22rem;
  font-weight: 100;
}

/* 大赛组委会联系方式 */
.contact .contactMain[data-v-0e658dae] {
  background-color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact .contactMain .contactMainLeft[data-v-0e658dae] {
  -webkit-box-flex: 4;
  -webkit-flex: 4;
      -ms-flex: 4;
          flex: 4;
  padding: 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.contact .contactMain .contactMainLeft .contactMainLeftQR[data-v-0e658dae] {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
      -ms-flex: 2;
          flex: 2;
  padding-top: 0.5rem;
}
.contact .contactMain .contactMainLeft .contactMainLeftQR .qrcon[data-v-0e658dae] {
  border-bottom: 0.1rem;
  text-align: center;
  padding: 0.1rem 0.8rem;
}
.contact .contactMain .contactMainLeft .contactMainLeftQR .qrcon img[data-v-0e658dae] {
  width: 100%;
  text-align: center;
}
.contact .contactMain .contactMainLeft .contactMainLeftQR .wx-number[data-v-0e658dae] {
  text-align: center;
  color: #1667ff;
  font-size: 0.18rem;
  margin-top: 0.2rem;
  margin-bottom: 0.3rem;
}
.contact .contactMain .contactMainLeft .contactMainLeftQR .wx-text[data-v-0e658dae] {
  text-align: center;
  font-size: 0.18rem;
}
.contact .contactMain .contactMainLeft .contactMainLeftInfo[data-v-0e658dae] {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
.contact .contactMain .contactMainLeft .contactMainLeftInfo .star[data-v-0e658dae] {
  width: 1.6rem;
}
.contact .contactMain .contactMainLeft .contactMainLeftInfo .contactInfoBox[data-v-0e658dae] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0.2rem 0.1rem;
}
.contact .contactMain .contactMainLeft .contactMainLeftInfo .contactInfoBox img[data-v-0e658dae] {
  width: 0.8rem;
  height: 0.8rem;
}
.contact .contactMain .contactMainLeft .contactMainLeftInfo .contactInfoBox div[data-v-0e658dae] {
  margin-left: 0.2rem;
}
.contact .contactMain .contactMainLeft .contactMainLeftInfo .contactInfoBox div p[data-v-0e658dae] {
  margin: 0;
  font-size: 0.26rem;
}
.contact .contactMain .contactMainLeft .contactMainLeftInfo .contactInfoBox div p[data-v-0e658dae]:first-child {
  font-size: 0.16rem;
  color: #979797;
}
.contact .contactMain .contactMainLeft .contactMainLeftInfo .contactInfoBox div p[data-v-0e658dae]:nth-child(2) {
  margin: 0.1rem 0;
}
.contact .contactMain .contactMainLeft .contactMainLeftInfo .contactInfoBox[data-v-0e658dae]:nth-child(1) {
  margin-top: 0.2rem;
}
.contact .contactMain .contactMainRight[data-v-0e658dae] {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.contact .contactMain .contactMainRight img[data-v-0e658dae] {
  width: 100%;
}
.drop[data-v-0e658dae] {
  position: absolute;
  left: 14.75rem !important;
}
.demo-table-expand[data-v-0e658dae] {
  font-size: 0;
}
.demo-table-expand label[data-v-0e658dae] {
  width: 0.9rem;
  color: #99a9bf;
}
.demo-table-expand .el-form-item[data-v-0e658dae] {
  margin-right: 0;
  margin-bottom: 0;
  width: 50%;
}
[data-v-0e658dae] .el-table__header th {
  background-color: #c9e2ff;
}

/* 使用/deep/或::v-deep穿透scoped样式 */
[data-v-0e658dae] .custom-carousel {
  height: 5rem !important;
}
[data-v-0e658dae] .custom-carousel .el-carousel__item {
  height: 100%;
}
[data-v-0e658dae] .custom-carousel .el-carousel__item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.box1_0[data-v-0e658dae] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.box1_0 div[data-v-0e658dae]:nth-child(2) {
  text-align: right;
  font-size: 0.18rem;
  font-weight: 100;
}
.banner[data-v-0e658dae] {
  display: block;
  /* 使用 block 布局 */
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 5rem;
  /* 根据你的设计调整高度 */
  overflow: hidden;
  /* 防止内容溢出产生滚动条 */
}
[data-v-0e658dae] .custom-carousel {
  height: 100% !important;
  /* 使轮播图高度与父容器一致 */
  overflow: hidden;
}
.match[data-v-38db5c66] {
  width: 12rem;
  padding: 0.27rem 0.58rem 0.28rem 0.56rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  margin-bottom: 0.32rem;
  position: relative;
}
.match .logo[data-v-38db5c66] {
  width: 2.41rem;
  height: 1.54rem;
  background-color: #c4c4c4;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  display: block;
  margin-right: 0.3rem;
}
.match .content[data-v-38db5c66] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.match .content .title[data-v-38db5c66] {
  font-size: 0.24rem;
  line-height: 160%;
  color: #333333;
  margin: 0;
  padding-right: 0.17rem;
}
.match .content .time[data-v-38db5c66] {
  font-size: 0.18rem;
  line-height: 160%;
  color: #666666;
  margin-top: 0.11rem;
  margin-bottom: 0.13rem;
}
.match .content .time span + span[data-v-38db5c66] {
  padding-left: 0.25rem;
}
.match .content .time strong[data-v-38db5c66] {
  font-size: 0.16rem;
  color: #ff443a;
}
.match .content .dosc[data-v-38db5c66] {
  width: 6.11rem;
  font-size: 0.2rem;
  line-height: 152%;
  color: #666666;
  margin: 0;
}
.match .content .el-tag[data-v-38db5c66] {
  height: auto;
  line-height: 1;
  padding: 0.05rem 0.1rem;
  color: #ffffff;
  background: #008000;
  border: none;
  font-size: 0.18rem;
}
.match .content .el-tag.a[data-v-38db5c66] {
  background: #f08080;
}
.match .content .el-tag.b[data-v-38db5c66] {
  background: #d8d8d8;
}
.match .content .el-tag + .el-tag[data-v-38db5c66] {
  margin-left: 0.3rem;
}
.match .el-button[data-v-38db5c66] {
  width: 1.07rem;
  height: 0.45rem;
  padding: 0;
  background: #7db0ea;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(125, 176, 234, 0.5);
          box-shadow: 0 0.02rem 0.1rem rgba(125, 176, 234, 0.5);
  -webkit-border-radius: 0.07rem;
          border-radius: 0.07rem;
  font-size: 0.2rem;
  line-height: 0.45rem;
  color: #ffffff;
  position: absolute;
  right: 0.58rem;
  top: -webkit-calc(50% - 0.22rem);
  top: calc(50% - 0.22rem);
}
[data-v-0ae3b1e9] .el-dialog {
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
}
.bg .headerTop[data-v-0ae3b1e9] {
  font-size: 0.2rem;
  padding: 0.26rem 0 0 0.2rem;
  color: #333333;
}
.bg .headerBody[data-v-0ae3b1e9] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.bg .headerBody .bodyLeft .leftTime[data-v-0ae3b1e9] {
  width: 0.81rem;
  height: 0.42rem;
  margin: 0.38rem 0.49rem 0.07rem 0.35rem;
  font-weight: 500;
  font-size: 0.3rem;
  color: #333333;
  text-align: center;
}
.bg .headerBody .bodyLeft .leftDate[data-v-0ae3b1e9] {
  font-weight: 400;
  font-size: 0.14rem;
  color: #333333;
  text-align: center;
}
.bg .headerBody .bodyCenter .centerTop[data-v-0ae3b1e9] {
  width: 0.67rem;
  height: 0.27rem;
  background: #ebedf2;
  -webkit-border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
          border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
  line-height: 0.27rem;
  font-weight: 400;
  font-size: 0.14rem;
  color: #333333;
  text-align: center;
  margin: 0.4rem 0.49rem 0.12rem 0.15rem;
}
.bg .headerBody .bodyCenter .wire[data-v-0ae3b1e9] {
  width: 1rem;
  border: 0.01rem solid #efefef;
}
.bg .headerBody .bodyCenter .centerBottom[data-v-0ae3b1e9] {
  font-weight: 400;
  font-size: 0.13rem;
  color: #3b5efc;
  line-height: 0.21rem;
  text-align: center;
  margin: 0.07rem 0.48rem 0 0.2rem;
}
.bg .headerBody .bodyRight .rightTime[data-v-0ae3b1e9] {
  width: 0.81rem;
  height: 0.42rem;
  margin: 0.38rem 0.49rem 0.07rem 0.1rem;
  font-weight: 500;
  font-size: 0.3rem;
  color: #333333;
}
.bg .headerBody .bodyRight .rightDate[data-v-0ae3b1e9] {
  font-weight: 400;
  font-size: 0.14rem;
  color: #333333;
}
.bg .wires[data-v-0ae3b1e9] {
  width: 3.86rem;
  height: 0.01rem;
  -webkit-border-radius: 0 0 0 0;
          border-radius: 0 0 0 0;
  border: 0.01rem dashed #d7d7d7;
  margin: 0.25rem 0.2rem 0.2rem 0.2rem;
}
.bg .testMessage .testTop[data-v-0ae3b1e9] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.bg .testMessage .testTop .left[data-v-0ae3b1e9] {
  width: 0.48rem;
  height: 0.22rem;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.33rem;
  text-align: center;
  margin: 0 0.16rem 0.18rem 0.35rem;
}
.bg .testMessage .testTop .right[data-v-0ae3b1e9] {
  width: 0.48rem;
  height: 0.22rem;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.33rem;
  text-align: center;
}
.bg .testMessages .testTop[data-v-0ae3b1e9] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.bg .testMessages .testTop .left[data-v-0ae3b1e9] {
  height: 0.22rem;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.33rem;
  text-align: center;
  margin: 0 0.16rem 0.18rem 0.35rem;
}
.bg .testMessages .testTop .right[data-v-0ae3b1e9] {
  height: 0.22rem;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.33rem;
  text-align: center;
}
.btns[data-v-0ae3b1e9] {
  width: 1.66rem;
  height: 0.34rem;
  text-align: center;
  line-height: 0.08rem;
  background-color: #3b5efc;
  font-size: 0.14rem;
  margin-top: 2.5rem;
  -webkit-border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
          border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
}
[data-v-0ae3b1e9] .right .el-input__inner {
  width: 2.92rem;
}
.boxBtn[data-v-0ae3b1e9] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-dialog__title[data-v-0ae3b1e9] {
  font-weight: 500;
  font-size: 0.2rem;
  color: #333333;
}
.btn[data-v-0ae3b1e9] {
  width: 1.86rem;
  height: 0.34rem;
  text-align: center;
  line-height: 0.08rem;
  background-color: #3b5efc;
  font-size: 0.14rem;
}
.s[data-v-0ae3b1e9] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 0.25rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
[data-v-0ae3b1e9] #sidebar .item dt .svg-icon {
  width: 0.26rem !important;
  height: 0.26rem !important;
}
#sidebar[data-v-0ae3b1e9] {
  padding: 0.3rem 0;
  position: fixed;
  z-index: 100;
  right: 0.25rem;
  /* 35px; */
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.86rem;
  -webkit-border-radius: 0.22rem;
          border-radius: 0.22rem;
  background: #fff;
  -webkit-box-shadow: 0 0 0.05571rem 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 0.05571rem 0 rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 0 0.2rem 0 #0000001a;
          box-shadow: 0 0 0.2rem 0 #0000001a;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#sidebar .item[data-v-0ae3b1e9] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#sidebar .item p[data-v-0ae3b1e9] {
  color: #494949;
  font-family: PingFang SC;
  font-size: 0.12rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}
#sidebar .item dt[data-v-0ae3b1e9] {
  width: 0.56rem;
  height: 0.56rem;
  background: #ffff;
  -webkit-filter: drop-shadow(0 0 0.07511rem rgba(4, 4, 4, 0.1));
          filter: drop-shadow(0 0 0.07511rem rgba(4, 4, 4, 0.1));
  -webkit-border-radius: 100%;
          border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#sidebar .item dt[data-v-0ae3b1e9]:hover {
  background: #1d30ff;
}
#sidebar .item dt .svg-icon[data-v-0ae3b1e9] {
  width: 0.2rem;
  height: 0.2rem;
}
.posiImg[data-v-0ae3b1e9] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  color: #ffffff;
  font-family: PingFang SC;
  font-size: 0.12rem;
  font-weight: 400;
  line-height: 0.21rem;
  text-align: center;
  position: absolute;
  top: 16%;
  right: 0.48rem;
  width: 0.53rem;
  height: 0.22rem;
  -webkit-border-radius: 0.03rem;
          border-radius: 0.03rem;
  background: #707070;
}
.manual[data-v-0ae3b1e9] {
  width: 7.4rem;
  padding: 0.25rem 0;
  margin: 0.15rem 0;
  position: relative;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.manual a.el-button[data-v-0ae3b1e9] {
  width: 3rem;
  height: 0.56rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0 0.22rem 0 0.23rem;
  background: #ffffff;
  border: 0.005rem solid #1d30ff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  font-weight: 400;
  font-size: 0.16rem;
  text-align: left;
}
.manual a.el-button .el-button[data-v-0ae3b1e9] {
  width: 0.92rem;
  height: 0.24rem;
  padding: 0;
  border-color: #b1cbff;
  background: #b1cbff;
  -webkit-border-radius: 0.12rem;
          border-radius: 0.12rem;
  font-size: 0.12rem;
  color: #ffffff;
}
.manual a.el-button[data-v-0ae3b1e9]:nth-child(3), .manual a.el-button[data-v-0ae3b1e9]:nth-child(4) {
  margin-top: 0.26rem;
}
.manual a.el-button[data-v-0ae3b1e9]:hover {
  background: #b1cbff;
  border-color: #b1cbff;
  -webkit-box-shadow: 0 0.04rem 0.2rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.04rem 0.2rem rgba(0, 0, 0, 0.1);
  color: #fff;
}
.manual a.el-button:hover .el-button[data-v-0ae3b1e9] {
  color: #b1cbff;
  background: #ffffff;
}
.posiBox[data-v-0ae3b1e9] {
  min-height: 1.6rem;
  position: absolute;
  left: -7.4rem;
  right: -0.01rem;
  background: #fff;
  top: -0.36rem;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
  border: 0.01rem solid #ebeef5;
  -webkit-box-shadow: 0 0.02rem 0.12rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.02rem 0.12rem 0 rgba(0, 0, 0, 0.1);
}
.phoneBox[data-v-0ae3b1e9] {
  position: absolute;
  padding: 0.18rem 0.2rem;
  left: -1.18rem;
  bottom: 0.7rem;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
  background: #fff;
  border: 0.01rem solid #ebeef5;
  -webkit-box-shadow: 0 0.02rem 0.12rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.02rem 0.12rem 0 rgba(0, 0, 0, 0.1);
}
.accountImg[data-v-0ae3b1e9] {
  bottom: 1.4rem !important;
}
.expansion[data-v-0ae3b1e9] {
  position: fixed;
  width: 0.4rem;
  height: 0.4rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  z-index: 100;
  right: 0.4rem;
  bottom: 1.1rem;
  background: #ffffff;
  text-align: center;
  -webkit-box-shadow: 0 0 0.2rem 0 #0000001a;
          box-shadow: 0 0 0.2rem 0 #0000001a;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.expansion .expansion_img[data-v-0ae3b1e9] {
  width: 0.22rem;
  height: 0.24rem;
}
.gotop[data-v-0ae3b1e9] {
  bottom: 0.5rem !important;
  font-size: 0.22rem;
}
.zzz[data-v-0ae3b1e9] {
  height: 3rem;
  overflow-y: scroll;
}
.zzz .popup-checkBox[data-v-0ae3b1e9] {
  width: 100%;
  padding-top: 0.1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.zzz .popup-checkBox .checkBox-item[data-v-0ae3b1e9] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  /* start; */
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 0.62rem;
  -webkit-border-radius: 0.09rem;
          border-radius: 0.09rem;
  background: #f7f7f7;
  margin-bottom: 0.12rem;
  padding: 0.17rem 0.15rem;
  position: relative;
}
.zzz .popup-checkBox .checkBox-item.active[data-v-0ae3b1e9] {
  background: #ecefff;
}
.zzz .popup-checkBox .checkBox-item .info[data-v-0ae3b1e9] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.zzz .popup-checkBox .checkBox-item .info .project-name[data-v-0ae3b1e9] {
  height: 0.21rem;
  color: #333;
  font-size: 0.15rem;
}
.zzz .popup-checkBox .checkBox-item .info .projectType-list[data-v-0ae3b1e9] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  /* start; */
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 0.15rem;
}
.zzz .popup-checkBox .checkBox-item .info .projectType-list .projectType-item[data-v-0ae3b1e9] {
  color: #666;
  font-size: 0.11rem;
  font-weight: 400;
  margin-right: 0.03rem;
}
.zzz .popup-checkBox .checkBox-item .project[data-v-0ae3b1e9] {
  position: absolute;
  left: 0;
  top: -0.05rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  height: 0.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.06rem;
  font-weight: 400;
  line-height: 0.07rem;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  -webkit-border-radius: 0.05rem 0.1rem 0.1rem 0;
          border-radius: 0.05rem 0.1rem 0.1rem 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#c1c1c1), to(#c1c1c1)), -webkit-gradient(linear, left bottom, left top, from(#d1d1d6), to(#d1d1d6));
  background: -webkit-linear-gradient(bottom, #c1c1c1, #c1c1c1), -webkit-linear-gradient(bottom, #d1d1d6, #d1d1d6);
  background: linear-gradient(0deg, #c1c1c1, #c1c1c1), linear-gradient(0deg, #d1d1d6, #d1d1d6);
}
.zzz .popup-checkBox .checkBox-item .project.active[data-v-0ae3b1e9] {
  background: #899eff;
}
[data-v-0ae3b1e9] div.el-dialog__footer .dialog-footer .el-button {
  width: 0.82rem;
  height: 0.35rem;
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 400;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
}
[data-v-0ae3b1e9] div.el-dialog__footer .dialog-footer .el-button.el-button--default {
  background: #fff;
  border: 0.01rem solid #3b5efc;
  color: #3b5efc;
}
[data-v-0ae3b1e9] div.el-dialog__footer .dialog-footer .el-button.el-button--primary {
  background: #3b5efc;
  color: #fff;
}
.el-dialog__wrapper[data-v-0ae3b1e9]  .el-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -65%);
          transform: translate(-50%, -65%);
}
.specialist[data-v-0ae3b1e9]  .el-dialog {
  height: 7.5rem;
}
.specialist[data-v-0ae3b1e9]  .el-dialog__body {
  padding: 0;
  margin-top: 0.28rem;
}
.specialist[data-v-0ae3b1e9]  .el-form-item {
  margin-bottom: 0.26rem;
}
.specialist[data-v-0ae3b1e9]  .el-dialog__title {
  margin-left: 0.1rem;
}
.specialist[data-v-0ae3b1e9]  .el-input__suffix {
  display: block;
}
.ai-img[data-v-0ae3b1e9] {
  width: 0.24rem;
  height: 0.24rem;
}
.activity[data-v-64214a32] {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  background: #fff;
}
.activity .matchList[data-v-64214a32] {
  width: 12rem;
  margin: 0 auto;
}
.box3[data-v-64214a32] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.box3 .more[data-v-64214a32] {
  color: #7db0ea;
}
.selectYear[data-v-64214a32] {
  width: 12rem;
  margin: 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0.14rem;
}
.selectYear[data-v-64214a32]  .el-input__inner {
  width: 1.5rem;
  font-size: 0.14rem;
  background: #fff;
}
.selectYear[data-v-64214a32]  .el-button {
  width: 1.07rem;
  height: 0.45rem;
  padding: 0;
  background: #7db0ea;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(125, 176, 234, 0.5);
          box-shadow: 0 0.02rem 0.1rem rgba(125, 176, 234, 0.5);
  -webkit-border-radius: 0.07rem;
          border-radius: 0.07rem;
  font-size: 0.2rem;
  line-height: 0.45rem;
  color: #ffffff;
  border-color: transparent;
}
.selectYear .filter1[data-v-64214a32] {
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.27rem 0.06rem 0.2rem 0.06rem;
}
.selectYear .filter1 .el-form-item[data-v-64214a32] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.selectYear .filter1 .el-form-item[data-v-64214a32]  .el-form-item__label {
  font-size: 0.16rem;
  font-weight: 500;
}
.selectYearTitle[data-v-64214a32] {
  font-size: 0.18rem;
  margin-top: 0.14rem;
}
[data-v-fa3f2d9a] .el-dialog {
  -webkit-border-radius: 0.23rem;
          border-radius: 0.23rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
[data-v-fa3f2d9a] .el-dialog .el-dialog__header {
  height: auto;
  padding: 0.52rem 0 0.37rem 0;
  background: none;
}
[data-v-fa3f2d9a] .el-dialog .el-dialog__header .el-dialog__title {
  font-size: 0.36rem;
}
[data-v-fa3f2d9a] .el-dialog .el-dialog__body::-webkit-scrollbar {
  width: 0 !important;
}
[data-v-fa3f2d9a] .el-dialog .el-dialog__body {
  max-height: 60vh;
  padding: 0 1.37rem 0;
  overflow: auto;
}
[data-v-fa3f2d9a] .el-dialog .el-form-item {
  height: 0.66rem;
  margin: 0;
  border-bottom: 0.01rem solid #dddddd;
  overflow: hidden;
  position: relative;
}
[data-v-fa3f2d9a] .el-dialog .el-form-item .el-form-item__label {
  line-height: 0.66rem;
  font-size: 0.16rem;
  color: #333333;
}
[data-v-fa3f2d9a] .el-dialog .el-form-item .el-form-item__content {
  line-height: 0.66rem;
  float: right;
  position: static;
}
[data-v-fa3f2d9a] .el-dialog .el-form-item .el-form-item__content .el-input__inner {
  height: 0.34rem;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
[data-v-fa3f2d9a] .el-dialog .el-form-item .el-form-item__error {
  left: 0.12rem;
  bottom: 0.03rem;
  top: auto;
}
[data-v-fa3f2d9a] .el-dialog .el-form-item:nth-last-child(1) {
  height: auto;
  border: none;
  overflow: inherit;
}
[data-v-fa3f2d9a] .el-dialog .el-form-item:nth-last-child(1) .el-form-item__content {
  margin: 0 !important;
  text-align: center;
  float: none;
}
[data-v-fa3f2d9a] .el-dialog .el-form-item:nth-last-child(1) .el-form-item__content .el-button--primary {
  display: inline-block;
  width: 2.06rem;
  height: 0.5rem;
  background: #ffd747;
  -webkit-border-radius: 0.14rem;
          border-radius: 0.14rem;
  border: none;
  font-weight: 600;
  color: #333;
  font-size: 0.18rem;
  margin: 0.57rem 0 0 -1.2rem;
}
[data-v-fa3f2d9a] .el-dialog .el-textarea {
  margin-bottom: 0.24rem;
}
[data-v-fa3f2d9a] .el-dialog .el-textarea .el-textarea__inner {
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  border: none;
  padding: 0.18rem;
}
[data-v-fa3f2d9a] .el-dialog .saveBtn {
  width: 2.06rem;
  height: 0.5rem;
  line-height: 0.5rem;
  background: #7db0ea;
  -webkit-border-radius: 0.14rem;
          border-radius: 0.14rem;
  padding: 0;
  font-weight: 600;
  font-size: 0.18rem;
  line-height: 0.25rem;
  color: #ffffff;
}
[data-v-fa3f2d9a] .el-dialog .el-button.is-disabled,[data-v-fa3f2d9a] .el-dialog .el-button.is-disabled:focus,[data-v-fa3f2d9a] .el-dialog .el-button.is-disabled:hover {
  color: #c0c4cc;
  cursor: not-allowed;
  background-image: none;
  background: #7db0ea;
  border-color: #ebeef5;
}
.dialogRole .el-dialog[data-v-9f0aec32] {
  -webkit-border-radius: 0.23rem;
          border-radius: 0.23rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0.59rem;
}
.dialogRole .el-dialog .el-dialog__header[data-v-9f0aec32] {
  padding: 0.59rem 0 0.23rem;
  margin-bottom: 0;
}
.dialogRole .el-dialog .el-dialog__header .el-dialog__title[data-v-9f0aec32] {
  color: #333333;
  font-size: 0.48rem;
  line-height: 0.67rem;
}
.dialogRole .el-dialog .el-dialog__body[data-v-9f0aec32] {
  overflow: none;
}
.dialogRole .el-dialog .el-dialog__body .roleTip[data-v-9f0aec32] {
  text-align: center;
  color: #ff0000;
  margin-bottom: 0.54rem;
}
.dialogRole .el-dialog .el-dialog__body[data-v-9f0aec32]::-webkit-scrollbar {
  width: 0 !important;
}
.dialogRole .el-dialog .el-form[data-v-9f0aec32] {
  margin-bottom: 0.54rem;
}
.dialogRole .el-dialog .el-form .el-select[data-v-9f0aec32] {
  width: 100%;
}
.dialogRole .el-dialog .el-form .el-select .el-input__inner[data-v-9f0aec32] {
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFaSURBVHgBpZPNTcNAEIXf2L7BYS2BxA2ng3QAqQA4IvGTVBCoINBBOjAoijhCKkhKoARzDaD4EE72ehg7PsT22rLkT7LWuzvzZnZ3hmCAN+8K8XYMoiGYvXx5JfMX2AcLcq9Ckx9Vhd48aL3cEyl5UADbHpB7HZS3rIqx1pNaoSya7MWxb4xTzMqX4zkbtME5dMvHLWYWO320JQq98lJRjCwPbbEcr1mMk3u0RfOwWQy8QFtYSqVEtTR+ZlMxHKMJqTc6uhmhOTMhikWMA9Rn9IkoejbGMNo3lcg2dqk3MnaAZYzgmo2FEEqhjooYr/0+f8+WNfZpz/q8nhvrMTumOJ/L74XMLhtbqeApPZo2P/MrHd+usiX+nU+QJE/oguZHOrmbWkj0A7pi0yQd5M5IoTsqF+MQXcnr0gHrAWznDBo9eYDTPIqSC1aVx9hd+s45/Yi+svFPf6TL/9r4hIaWyPUNAAAAAElFTkSuQmCC) no-repeat;
  background-size: 0.18rem 0.19rem;
  background-position: 0.23rem 0.09rem;
  padding: 0 0 0 0.54rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.14rem;
}
.dialogRole .el-dialog .el-dialog__footer[data-v-9f0aec32] {
  margin-bottom: 1.32rem;
}
.dialogRole .el-dialog .el-dialog__footer .el-button[data-v-9f0aec32] {
  width: 2.06rem;
  height: 0.5rem;
  -webkit-border-radius: 0.14rem;
          border-radius: 0.14rem;
  text-align: center;
  line-height: 50xp;
  background: #ffd747;
  font-size: 0.18rem;
  color: #333333;
  font-weight: 600;
  border: none;
}
[data-v-7967c40a] .el-dialog {
  -webkit-border-radius: 0.23rem;
          border-radius: 0.23rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
[data-v-7967c40a] .el-dialog .el-dialog__header {
  padding: 0.5rem 0 0.36rem;
}
[data-v-7967c40a] .el-dialog .el-dialog__header .el-dialog__title {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 600;
  font-size: 0.36rem;
  line-height: 0.5rem;
  color: #f27a12;
  text-shadow: 0 0.02rem 0.04rem rgba(0, 0, 0, 0.3);
}
[data-v-7967c40a] .el-dialog .el-dialog__body {
  max-height: 60vh;
  padding: 0;
  overflow: auto;
}
[data-v-7967c40a] .el-dialog .el-form-item {
  width: 3.5739rem;
  height: 0.4255rem;
  margin: 0.24rem auto;
}
[data-v-7967c40a] .el-dialog .el-form-item .el-input__inner {
  height: 0.42rem;
  line-height: 0.42rem;
}
[data-v-7967c40a] .el-dialog .el-form-item .el-input-group__append {
  padding-left: 0.17rem;
}
[data-v-7967c40a] .el-dialog .el-form-item .el-input-group__append .el-button {
  width: 1.36rem;
  height: 0.43rem;
  margin: 0;
  background: #fff5d8;
  border: 0.01rem solid #f27a12;
  -webkit-border-radius: 0.21273rem;
          border-radius: 0.21273rem;
  font-size: 0.14rem;
  color: #333333;
}
[data-v-7967c40a] .el-dialog .el-dialog__footer {
  padding: 0.1rem 0 1rem;
}
[data-v-7967c40a] .el-dialog .saveBtn {
  width: 3.5739rem;
  height: 0.4255rem;
  line-height: 0.4255rem;
  border-color: #f27a12;
  background: #f27a12;
  -webkit-border-radius: 0.14rem;
          border-radius: 0.14rem;
  padding: 0;
  font-weight: 600;
  font-size: 0.16rem;
  color: #ffffff;
}
[data-v-7967c40a] .el-dialog .el-button.is-disabled,[data-v-7967c40a] .el-dialog .el-button.is-disabled:focus,[data-v-7967c40a] .el-dialog .el-button.is-disabled:hover {
  color: #c0c4cc;
  cursor: not-allowed;
  background-image: none;
  background: #7db0ea;
  border-color: #ebeef5;
}
.custom2-msgbox {
  width: 4.91rem;
  -webkit-border-radius: 0.28353rem;
          border-radius: 0.28353rem;
}
.custom2-msgbox .el-message-box__header {
  padding: 0.59rem 0 0;
}
.custom2-msgbox .el-message-box__header .el-message-box__title {
  font-weight: 600;
  font-size: 0.28rem;
  line-height: 0.39rem;
  color: #333333;
  text-align: center;
}
.custom2-msgbox .el-message-box__message {
  font-weight: 400;
  font-size: 0.18rem;
  line-height: 0.25rem;
  color: #333333;
  text-align: center;
}
.custom2-msgbox .el-message-box__btns {
  padding: 0.2rem 0 0.56rem;
  text-align: center;
}
.custom2-msgbox .el-message-box__btns .el-button {
  width: 3.57rem;
  height: 0.42rem;
  line-height: 0.53rem;
  padding: 0;
  background: #f27a12;
  border-color: #f27a12;
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
  font-size: 0.15317rem;
  line-height: 0.31rem;
  /* identical to box height */
  text-align: center;
  color: #ffffff;
}
::v-deep .el-input__prefix {
  color: red !important;
}
.passwordLogin {
  margin-top: 0.3rem;
  padding-bottom: 0.2rem;
}
.passwordLogin .el-select {
  width: 100%;
}
.passwordLogin .el-input__inner {
  border-color: #f8f8f8;
  background: #f8f8f8;
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
}
.passwordLogin .el-button {
  width: 100%;
  border-color: #4967fd;
  background: #4967fd;
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
}
.passwordLogin .ops {
  margin-top: 0.16rem;
  color: #4967fd;
  font-family: PingFang SC;
  font-size: 0.12rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.passwordLogin .el-input-group__append {
  padding: 0;
  border: none;
  background: none;
}
.passwordLogin .el-input-group__append img {
  height: 0.36rem;
  display: block;
  margin-left: 0.1rem;
}
@charset "UTF-8";
[data-v-622e4df1] .el-dialog {
  -webkit-border-radius: 0.32rem;
          border-radius: 0.32rem;
  height: 5.96rem;
}
.check-title[data-v-622e4df1] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.22rem;
  color: #999999;
  line-height: 0.13rem;
}
.title[data-v-622e4df1] {
  margin: 0.45rem 0;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.26rem;
  color: #333333;
  line-height: 0.13rem;
}
.progress-bar[data-v-622e4df1] {
  width: -webkit-calc(0.76rem + var(--slid-move));
  width: calc(0.76rem + var(--slid-move));
  /* 动态计算宽度 */
  height: 100%;
  -webkit-border-radius: 0.42rem;
          border-radius: 0.42rem;
  --move: 0;
  -webkit-transform: translateX(var(--move));
          transform: translateX(var(--move));
}
#rotation[data-v-622e4df1] {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.check[data-v-622e4df1] {
  --slider-size: 0.42rem;
  background: white;
  -webkit-border-radius: 0.16rem;
          border-radius: 0.16rem;
  padding: 0.2rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.check .img-con[data-v-622e4df1] {
  position: relative;
  overflow: hidden;
  width: 1.92rem;
  height: 1.92rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.check .img-con img[data-v-622e4df1] {
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.check .slider-con[data-v-622e4df1] {
  width: 4.14rem;
  height: 0.78rem;
  -webkit-border-radius: 0.42rem;
          border-radius: 0.42rem;
  margin-top: 0.52rem;
  position: relative;
  background: #f5f5f5;
  -webkit-box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.1) inset;
}
.slider-con .slider[data-v-622e4df1] {
  background: url(../static/img/slider.f4d0c20e.png) no-repeat;
  width: 0.78rem;
  height: 0.78rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.2);
  cursor: move;
  background-size: contain;
  --move: 0;
  -webkit-transform: translateX(var(--move));
          transform: translateX(var(--move));
}
.slider-con .slider.sliding[data-v-622e4df1] {
  background: url(../static/img/slider.f4d0c20e.png) no-repeat;
  background-size: contain;
}
.check-state[data-v-622e4df1] {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
body[data-v-622e4df1] {
  padding: 0;
  margin: 0;
  background: #fef5e0;
}
.refresh[data-v-622e4df1] {
  margin-top: 0.15rem;
  height: 0.22rem;
  vertical-align: middle;
  cursor: pointer;
}
.slider-con.err-anim[data-v-622e4df1] {
  -webkit-animation: jitter-data-v-622e4df1 0.5s;
          animation: jitter-data-v-622e4df1 0.5s;
}
@-webkit-keyframes jitter-data-v-622e4df1 {
0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
25% {
    -webkit-transform: translateX(-0.05rem);
            transform: translateX(-0.05rem);
}
50% {
    -webkit-transform: translateX(0.05rem);
            transform: translateX(0.05rem);
}
75% {
    -webkit-transform: translateX(-0.05rem);
            transform: translateX(-0.05rem);
}
100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
}
@keyframes jitter-data-v-622e4df1 {
0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
25% {
    -webkit-transform: translateX(-0.05rem);
            transform: translateX(-0.05rem);
}
50% {
    -webkit-transform: translateX(0.05rem);
            transform: translateX(0.05rem);
}
75% {
    -webkit-transform: translateX(-0.05rem);
            transform: translateX(-0.05rem);
}
100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
}
[data-v-3101af28] .el-dialog {
  -webkit-border-radius: 0.23rem;
          border-radius: 0.23rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
[data-v-3101af28] .el-dialog .el-dialog__header {
  height: auto;
  padding: 0.5rem 0 0.36rem;
  background: none;
}
[data-v-3101af28] .el-dialog .el-dialog__header .el-dialog__title {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 600;
  font-size: 0.36rem;
  line-height: 0.5rem;
  color: #7db0ea;
  text-shadow: 0 0.02rem 0.04rem rgba(0, 0, 0, 0.3);
}
[data-v-3101af28] .el-dialog .el-dialog__body {
  max-height: 60vh;
  padding: 0 1.37rem 0;
  overflow: auto;
}
[data-v-3101af28] .el-dialog .el-form-item {
  margin: 0;
  border-bottom: 0.01rem solid #dddddd;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
[data-v-3101af28] .el-dialog .el-form-item.agreement {
  border: none;
}
[data-v-3101af28] .el-dialog .el-form-item.agreement .el-form-item__content {
  width: 100%;
  margin-left: 0 !important;
  text-align: center;
}
[data-v-3101af28] .el-dialog .el-form-item.agreement .el-form-item__content .el-radio__label {
  color: #333333;
}
[data-v-3101af28] .el-dialog .el-form-item.agreement .el-form-item__content a {
  color: #7db0ea;
}
[data-v-3101af28] .el-dialog .el-form-item.textarea {
  display: block;
  border: none;
}
[data-v-3101af28] .el-dialog .el-form-item.textarea .el-form-item__label {
  height: 0.55rem;
}
[data-v-3101af28] .el-dialog .el-form-item.textarea .el-textarea__inner {
  height: 1.24rem;
  background: #f3f3f3;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
[data-v-3101af28] .el-dialog .el-form-item.textarea .el-input__count {
  line-height: 0.3rem;
  background: #f3f3f3;
  bottom: 0.01rem;
}
[data-v-3101af28] .el-dialog .el-form-item .el-form-item__label,[data-v-3101af28] .el-dialog .el-form-item .el-form-item__content {
  line-height: 0.72rem;
  margin-left: 0.2rem;
}
[data-v-3101af28] .el-dialog .el-form-item .el-form-item__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 0.1rem !important;
}
[data-v-3101af28] .el-dialog .el-form-item .el-date-editor {
  background: none;
  border: none;
}
[data-v-3101af28] .el-dialog .el-form-item .el-range-editor--medium .el-range-separator {
  line-height: 0.42rem;
}
[data-v-3101af28] .el-dialog .el-form-item .el-form-item__label {
  color: #333333;
  font-size: 0.13rem;
}
[data-v-3101af28] .el-dialog .el-form-item .el-form-item__error {
  top: auto;
  bottom: 0.03rem;
}
[data-v-3101af28] .el-dialog .el-form-item .el-input-group {
  vertical-align: middle;
}
[data-v-3101af28] .el-dialog .el-form-item .el-input-group .el-input-group__append {
  padding: 0;
  background: none;
  border: none;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #7db0ea;
}
[data-v-3101af28] .el-dialog .el-form-item .el-select,[data-v-3101af28] .el-dialog .el-form-item .el-cascader {
  width: 100%;
}
[data-v-3101af28] .el-dialog .el-form-item .el-input .el-input__inner {
  height: 0.72rem;
  line-height: 0.72rem;
  padding-left: 0;
  background: none;
  border: none;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  color: #999;
}
[data-v-3101af28] .el-dialog .el-form-item .el-input ::-webkit-input-placeholder {
  font-size: 0.16rem;
  line-height: 0.22rem;
}
[data-v-3101af28] .el-dialog .el-dialog__footer {
  padding: 0.1rem 0.71354rem 0.2rem;
}
[data-v-3101af28] .el-dialog .saveBtn {
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  border-color: #7db0ea;
  background: #7db0ea;
  -webkit-border-radius: 0.14rem;
          border-radius: 0.14rem;
  padding: 0;
  font-weight: 600;
  font-size: 0.18rem;
  line-height: 0.25rem;
  color: #ffffff;
}
[data-v-3101af28] .el-dialog .el-button.is-disabled,[data-v-3101af28] .el-dialog .el-button.is-disabled:focus,[data-v-3101af28] .el-dialog .el-button.is-disabled:hover {
  color: #c0c4cc;
  cursor: not-allowed;
  background-image: none;
  background: #7db0ea;
  border-color: #ebeef5;
}
.custom-msgbox {
  width: 8.52rem;
  -webkit-border-radius: 0.28353rem;
          border-radius: 0.28353rem;
}
.custom-msgbox .el-message-box__header {
  padding: 0 0.26rem;
  background: rgba(238, 149, 16, 0.2);
}
.custom-msgbox .el-message-box__header .el-message-box__title {
  font-size: 0.22682rem;
  line-height: 0.57rem;
  color: #333333;
}
.custom-msgbox .el-message-box__message {
  padding: 0.72rem 0 0.2rem;
}
.custom-msgbox .el-message-box__message p {
  margin: 0;
  font-size: 0.24rem;
  line-height: 0.34rem;
  text-align: center;
  color: #333333;
}
.custom-msgbox .el-message-box__btns {
  padding-bottom: 0.56rem;
  text-align: center;
}
.custom-msgbox .el-message-box__btns .el-button {
  width: 4.38rem;
  height: 0.53rem;
  line-height: 0.53rem;
  padding: 0;
  background: #7db0ea;
  border-color: #7db0ea;
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
  font-size: 0.22rem;
  line-height: 0.31rem;
  /* identical to box height */
  text-align: center;
  color: #ffffff;
}
.demo-formData .el-form-item__label:before {
  content: "*";
  color: #f56c6c;
  margin-right: 0.05rem;
  font-weight: bold;
}
.demo-formData .el-form-item__label:before {
  content: "";
  margin-right: 0.12rem;
  font-weight: bold;
}
.tip {
  font-size: 0.14rem;
  color: #9a9a9a;
  margin-top: 0.07rem;
}
.code .el-input__inner {
  width: 2rem;
}
.smsLogin {
  margin-top: 0.3rem;
  padding-bottom: 0.2rem;
}
.smsLogin .el-select {
  width: 100%;
}
.smsLogin .el-input__inner {
  border-color: #f8f8f8;
  background: #f8f8f8;
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
}
.smsLogin .el-button {
  width: 100%;
  border-color: #4967fd;
  background: #4967fd;
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
}
.smsLogin .el-input-group__append {
  background: #d3e8fe;
  border: 0.01rem solid #7db0ea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
  font-size: 0.14rem;
  color: #333333;
}
.smsLogin .el-input-group__append .el-button {
  padding: 0;
  margin: 0;
}
.smsLogin .ops {
  margin-top: 0.16rem;
  color: #4967fd;
  font-family: PingFang SC;
  font-size: 0.12rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.bottom-b {
  position: relative;
}
#Footer {
  width: 100%;
  /* 1200px; */
  height: 1.32rem;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.5);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#Footer .school dt {
  width: 0.46rem;
  height: 0.46rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
#Footer .school dt img {
  width: 0.46rem;
  height: 0.46rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
#Footer .school dd {
  margin-right: 0.2rem;
  margin-top: -0.46rem;
  font-size: 0.18rem;
  line-height: 0.46rem;
}
#Footer ul {
  margin-top: -0.46rem;
  list-style: none;
  font-size: 0.18rem;
}
#Footer ul li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.2rem;
}
.bottoms {
  background: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0.52rem;
  color: #b8a664;
  font-size: 0.12rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 0.01rem solid rgba(255, 255, 255, 0.15);
}
.bottoms img {
  width: 0.2rem;
  height: 0.2rem;
  margin-left: 0.2rem;
  margin-right: 0.08rem;
}
@charset "UTF-8";
[data-v-2fbb0ac2] .el-dropdown-menu__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
[data-v-2fbb0ac2] .el-dropdown-menu__item span {
  width: 1.5rem;
}
[data-v-2fbb0ac2] .el-dropdown-menu__item img {
  width: 0.27rem;
  height: 0.24rem;
}
.imgTb[data-v-2fbb0ac2] {
  width: 0.2rem;
}
.el-header[data-v-2fbb0ac2] {
  width: 16rem;
  padding: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-header .img[data-v-2fbb0ac2] {
  width: 2.04rem;
  height: 0.62rem;
  margin-right: 0.05rem;
}
.el-header .imgs[data-v-2fbb0ac2] {
  width: 0.64rem;
  height: 0.32rem;
}
.el-header .headerText[data-v-2fbb0ac2] {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0.35rem;
}
.el-header .headerText .navHeader[data-v-2fbb0ac2] {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4rem;
}
.el-header .headerText .navHeader a[data-v-2fbb0ac2] {
  position: relative;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.el-header .headerText .navHeader a.active[data-v-2fbb0ac2]::after {
  content: "";
  position: absolute;
  bottom: -0.3rem;
  /* 调整位置 */
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.47rem;
  height: 0.06rem;
  background: #3B5EFC;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.el-header nav a[data-v-2fbb0ac2],
.el-header .el-dropdown a[data-v-2fbb0ac2] {
  font-size: 0.2rem;
  line-height: 0.24rem;
  color: #666666;
}
.el-header .el-button[data-v-2fbb0ac2] {
  width: 0.84rem;
  height: 0.42rem;
  background: #1667FF;
  -webkit-border-radius: 0.21rem;
          border-radius: 0.21rem;
  padding: 0.05rem 0.2rem;
  font-size: 0.18rem;
  line-height: 0.24rem;
  color: #ffffff;
}
.el-header .sass[data-v-2fbb0ac2] {
  width: 1.08rem;
  height: 0.42rem;
  background: #F27A12;
  -webkit-border-radius: 0.21rem;
          border-radius: 0.21rem;
  margin: 0 0.34rem 0 0;
  padding: 0.1rem 0.2rem;
  font-size: 0.18rem;
  line-height: 0.24rem;
  color: #FFFFFF;
}
.el-header .userInfo[data-v-2fbb0ac2] {
  margin-right: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-header .userInfo .logo[data-v-2fbb0ac2] {
  width: 0.46rem;
  height: 0.46rem;
}
.el-header .userInfo .userName[data-v-2fbb0ac2] {
  font-size: 0.18rem;
  min-width: 0.5rem;
  line-height: 0.46rem;
  margin-left: 0.15rem;
}
.el-header .userInfo .quit[data-v-2fbb0ac2] {
  width: 0.84rem;
  height: 0.42rem;
  background: rgba(59, 94, 252, 0.1);
  -webkit-border-radius: 0.21rem;
          border-radius: 0.21rem;
  text-align: center;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 0.18rem;
  color: #1667FF;
  line-height: 0.42rem;
  margin-left: 0.15rem;
  cursor: pointer;
}
.el-main[data-v-2fbb0ac2] {
  min-width: 12rem;
  padding: 0;
  overflow: hidden;
  background-size: cover;
  background-position: top center;
}
.el-main[data-v-2fbb0ac2]  .banner {
  width: 100%;
  max-width: 19.2rem;
  height: 5rem !important;
  margin: auto;
  position: relative;
}
.el-main[data-v-2fbb0ac2]  .banner .apply {
  width: 3.56rem;
  height: 0.8rem;
  border: 0.01rem solid #ED880A;
  -webkit-border-radius: 0.5rem;
          border-radius: 0.5rem;
  position: absolute;
  left: 7.83rem;
  top: 3.76rem;
  z-index: 1000;
}
.el-main[data-v-2fbb0ac2]  .banner .el-image {
  width: 100%;
  height: 100%;
}
.el-main[data-v-2fbb0ac2]  .banner .Title:first-child {
  margin-top: 1rem !important;
  padding-top: 2rem !important;
}
.el-main[data-v-2fbb0ac2]  .banner .el-carousel__item {
  background: #fff;
}
.el-main .martop[data-v-2fbb0ac2] {
  height: 1rem;
}
.el-main .cont[data-v-2fbb0ac2] {
  width: 12rem;
  margin: 6rem auto 2rem;
}
.el-main .cont span[data-v-2fbb0ac2] {
  padding: 0.14rem 0.26rem;
  background: #2c51a2;
  text-align: center;
  font-size: 0.26rem;
  color: #ffffff;
}
.myelFooter[data-v-2fbb0ac2] {
  background: #75161B !important;
}
.myelFooter dl[data-v-2fbb0ac2] {
  color: #fff !important;
}
.myelFooter a[data-v-2fbb0ac2] {
  color: #fff !important;
}
.el-footer[data-v-2fbb0ac2] {
  width: 100%;
  background: #313B59;
  margin-bottom: 0.5rem;
}
.el-footer .myFooter[data-v-2fbb0ac2] {
  width: 12rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.el-footer dl[data-v-2fbb0ac2] {
  font-size: 0.2rem;
  color: rgba(255, 255, 255, 0.5);
}
.el-footer dl dd[data-v-2fbb0ac2] {
  margin: 0;
}
.el-footer dl dd a[data-v-2fbb0ac2] {
  display: inline-block;
  margin-right: 0.3rem;
  color: rgba(255, 255, 255, 0.5);
}
.bottoms[data-v-2fbb0ac2] {
  background: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0.52rem;
  color: #b8a664;
  font-size: 0.12rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 0.01rem solid rgba(255, 255, 255, 0.15);
}
[data-v-2fbb0ac2] .el-dialog {
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
}
[data-v-2fbb0ac2] .el-dialog__body {
  padding-top: 0.1rem;
}
[data-v-2fbb0ac2] .el-dialog__header {
  text-align: center;
  padding-top: 0.6rem;
}
.login-left[data-v-2fbb0ac2] {
  margin: 0 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.login-left h3[data-v-2fbb0ac2] {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 0.2rem;
  color: #333333;
}
.login-left .qrcodeBorder[data-v-2fbb0ac2] {
  width: 2.22rem;
  height: 2.22rem;
  border: 0.01rem solid #E8E8E8;
  margin-bottom: 0.13rem;
}
.login-left .qrcodeBorder .qrcode[data-v-2fbb0ac2] {
  width: 1.92rem;
  height: 1.92rem;
  background: #E8E8E8;
  margin: 0.15rem;
}
.login-left .qrcodeBorder .tips[data-v-2fbb0ac2] {
  width: 1.8rem;
  height: 0.43rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 0.18rem;
  color: #666666;
  line-height: 0.21rem;
  text-align: center;
  font-style: normal;
}
.line[data-v-2fbb0ac2] {
  width: 0.01rem;
  height: 3.6rem;
  border: 0.01rem solid #D8D8D8;
}
.login-weaper[data-v-2fbb0ac2] {
  width: 3.57rem;
  margin: 0 auto;
  background: #ffffff;
  overflow: hidden;
}
.login-weaper .title[data-v-2fbb0ac2] {
  font-family: PangMenZhengDao;
  font-size: 0.32rem;
  color: #1667FF;
  letter-spacing: 0.02rem;
  text-align: center;
  margin-bottom: 0.49rem;
}
.login-weaper .navbar[data-v-2fbb0ac2] {
  font-weight: 200;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #666666;
  text-shadow: 0 0.02rem 0.04rem rgba(0, 0, 0, 0.3);
}
.login-weaper .navbar a[data-v-2fbb0ac2] {
  width: 50%;
  display: inline-block;
  text-align: center;
}
.login-weaper .navbar .active[data-v-2fbb0ac2]::after {
  content: "";
  display: block;
  width: 15%;
  height: 0.08rem;
  background: #1667FF;
  -webkit-border-radius: 0.045rem;
          border-radius: 0.045rem;
  margin: 0.05rem auto;
}
.login-weaper[data-v-2fbb0ac2]  .el-input__inner {
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
}
.Title[data-v-2fbb0ac2] {
  position: relative;
  width: 100%;
  height: 0.32rem;
  font-family: Microsoft JhengHei;
  font-style: normal;
  font-weight: bold;
  font-size: 0.36rem;
  line-height: 0.32rem;
  text-align: center;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.2);
  margin-bottom: 1rem;
}
.TitleRed[data-v-2fbb0ac2] {
  color: rgba(209, 0, 1, 0.2);
}
.TitleRed span[data-v-2fbb0ac2] {
  color: #E31512;
}
.boxList[data-v-2fbb0ac2] {
  width: 12rem;
  padding-bottom: 0.32rem;
  margin: 0.32rem auto 0;
  border-bottom: 0.01rem solid #e6e5e5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.boxList .el-image[data-v-2fbb0ac2] {
  width: 2.73rem;
  height: 2.08rem;
  margin-right: 0.22rem;
}
.detail .back[data-v-2fbb0ac2] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 0.56rem;
  height: 0.17rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0.01rem 0.05rem 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.01rem 0.05rem 0 rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 0.02rem;
          border-radius: 0.02rem;
  font-size: 0.08rem;
  color: #666666;
}
.box[data-v-2fbb0ac2] {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.box .box1[data-v-2fbb0ac2] {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.box .box1 .box1_0[data-v-2fbb0ac2] {
  font-family: Microsoft New Tai Lue;
  font-style: normal;
  font-weight: bold;
  font-size: 0.24rem;
  color: #333333;
}
.box .box1 .box1_1[data-v-2fbb0ac2] {
  font-family: Microsoft New Tai Lue;
  font-style: normal;
  font-weight: normal;
  font-size: 0.18rem;
  line-height: 0.24rem;
  color: #999999;
  white-space: nowrap;
  margin-left: 0.35rem;
}
.box .box2[data-v-2fbb0ac2] {
  width: 100%;
  padding-top: 0.26rem;
  margin-bottom: 0.1rem;
  font-family: Microsoft New Tai Lue;
  font-style: normal;
  font-weight: normal;
  font-size: 0.18rem;
  line-height: 0.27rem;
  color: #333333;
}
.box .box3[data-v-2fbb0ac2] {
  width: 100%;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: bold;
  font-size: 0.2rem;
  text-align: right;
  color: #7db0ea;
}
.box .box3Red[data-v-2fbb0ac2] {
  color: #FF6D6B;
}
.changeCH[data-v-2fbb0ac2] .el-dialog {
  position: absolute;
  left: 20%;
  top: -6vh;
  padding: 0.1rem 0.1rem;
  width: 24% !important;
}
.changeCH[data-v-2fbb0ac2] .el-dialog .el-dialog__header {
  padding: 0 !important;
  padding-top: 0rem !important;
}
.changeCH[data-v-2fbb0ac2] .el-dialog .el-dialog__body .changebutton {
  padding: 0.1rem 0.2rem;
}
.changeCH[data-v-2fbb0ac2] .el-dialog .el-dialog__body .changebutton .el-button {
  width: 1.3rem;
  vertical-align: middle;
}
.changeCH[data-v-2fbb0ac2] .el-dialog .el-dialog__body .changebutton .el-button span {
  margin-left: 0.06rem;
}
.changeCH[data-v-2fbb0ac2] .el-dialog .el-dialog__body .changebutton .line {
  height: 0.4rem;
  width: 0.01rem;
  display: inline-block;
  background: #999;
  vertical-align: middle;
  margin-top: -0.2rem;
}
.changeCH[data-v-2fbb0ac2] .el-dialog .el-dialog__body .changeSth {
  padding: 0.2rem 0.1rem;
  border-top: 0.01rem solid #999;
  border-bottom: 0.01rem solid #999;
  font-size: 0.15rem;
}
.newsListDetail h1[data-v-2fbb0ac2] {
  width: 100%;
  text-align: center;
  margin: 1rem 0;
  font-weight: normal;
  font-size: 0.4rem;
}
.newsListDetail div[data-v-2fbb0ac2] {
  width: 100%;
  font-size: 0.2rem;
}
[data-v-2fbb0ac2] .el-tabs__nav-wrap::after {
  background-color: rgba(0, 0, 0, 0) !important;
}
.newsData[data-v-2fbb0ac2] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.newsData .newsBox[data-v-2fbb0ac2] {
  width: 32%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.newsData .newsBox .newsBoxTime[data-v-2fbb0ac2] {
  width: 0.5rem;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #1667ff;
  margin-right: 0.1rem;
}
.newsData .newsBox .newsBoxTime .newsBoxTime-top[data-v-2fbb0ac2] {
  font-size: 0.2rem;
  display: block;
  margin-bottom: 0.1rem;
  margin-top: 0.03rem;
}
.newsData .newsBox .newsBoxTime .newsBoxTime-bottom[data-v-2fbb0ac2] {
  font-size: 0.11rem;
  display: block;
}
.newsData .newsBox .newsBoxTitle[data-v-2fbb0ac2] {
  -webkit-box-flex: 7;
  -webkit-flex: 7;
      -ms-flex: 7;
          flex: 7;
  font-size: 0.16rem;
  line-height: 0.28rem;
}
.newsData .newsBox:first-child .newsBoxTitle[data-v-2fbb0ac2]::after {
  content: "";
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAWdJREFUOE+lk01LAkEch5/xHQVTIUFPpZuJ1KE8RPeC6Fyfozp0iK5phw7Rl4hOEXite5SuQX0ENTHxBTIMxYllIFtXE2ouu8zyf3jmt78RUkrBaWYPxCHICCD4fUkQryDPODq+EDJ7sg+cTxma9PlAyGymDDL6N4CoGAYDi/ZsGN5qVqYQIOXPfWkAhjt+P4TDsLYOT0X47EKrDYkEhELg80EuBx+db4gZEAhCOg3VKnjcaqDRVM9CHvp9i5UZYChubEL+EeIaNBrgcoHDAS/PY2MyA7QFSCyqYxia7x2o1WB5CbpdmAnAwz3o+oQjeL1gBJhKQb2uhj0ecDqhUoaVVbi7NZmMZBCAuXmIxaDdhlZLpd5qqvepAIO9swulEvR64HYrg6IORj5TAZoGwRDY7Uo5FodIFK4uIRicCBgWKZlU6lvbcHMNg4H6G3pB9cBqYBRpTJVtNjU8uixNVFX+52X653X+AoHVnytdLt2xAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  position: relative;
  top: 0.04rem;
}
.newsData .newsBox:nth-child(2) .newsBoxTitle[data-v-2fbb0ac2]::after {
  content: "";
  display: inline-block;
  width: 0.4rem;
  height: 0.2rem;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAQCAYAAACYwhZnAAAAAXNSR0IArs4c6QAAAj9JREFUSEvNlUtIVFEYx3/nzswd78wog2FU6qIHUmFQQUTh9JAei8BFRS2UaJEWhIEEBVJJFIWryl3YIiIXEUUZimGZ0iIyKASJTCoiK8usYWbunfe5MTcaI19hmXM2h7M43/f7/t9LhA1pSv8rYp01yIGHIONM+1EcKAU+1A3nULwLEcY3vxlpWoUZej/tvn93IDz5ZJU/QQS7L5mxjkP/HeCnQ7W0ARF4cNqMPz4zYxCO1bUTQwj3bFybzyO/9mPLW0py6Hn6VnIXYbTXYOqfcZddQajZgEn8bSeOQt+PoOxOSEQx4zr6nb1jBjophJJTiHtbI7GXt1GLy4n1NuEsriDaexW1qAy9pQoZeGcZdy7fhwx/Id53y3oLpxfX1gb05j0TqjwphH3+JmzeBWkjzpX7iT69mH4n/a9JvLk3CiK7ogMZ/ABCIBQVqQ9i3K2eohKzFmPLLULJngc2B87icqI9ly1jMvSR5HAfcvjFKAjPjuuEbuxCKzlG5Fkjmu84RtvBqUGkfmm+OsxEGBkYSBtRcgoQqptwV92ISr+kw4K4uRvP9mvobdUzB6G3HsC18SxG14l/A5GqcjM0mI5aeOZYk3U8JbT1p0h+6kG48oj1N6Mu2Um0+8LfpeOPIFZUIo0hqzvshT60klr0lkpcWxqsopTBsSfypN2hldaTalMz4odEeCQSu4bI8iKDA4TvHyFr7VHs+Wsw2g+jLqtA2FQij+oxowGEZy6udSfRW6vGVyIjxnZGLLBMWOXfAcljV1SmRJ0sAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  position: relative;
  top: 0.04rem;
}
.newsDataMore[data-v-2fbb0ac2] {
  text-align: center;
  color: #1667FF;
  padding: 0.6rem 0;
}
.el-tabs__nav-scroll[data-v-2fbb0ac2] {
  padding-left: 2rem;
}
.Scnenure[data-v-2fbb0ac2] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 确保内边距和边框不影响元素宽度 */
  /* 如果需要内容与边框的间距，可以添加内边距，但总宽度仍为33.333% */
  /* 示例内边距，不影响整体布局 */
}
.Scnenure .ScnenureBox[data-v-2fbb0ac2] {
  margin: 0.15rem;
  padding: 0.2rem;
  border-top: 0.06rem solid #FEAC52;
  width: 30%;
}
.Scnenure .ScnenureBox .ScnenureBoxTop[data-v-2fbb0ac2] {
  border-bottom: 0.01rem solid #FEAC52;
}
.Scnenure .ScnenureBox .ScnenureBoxTop h1[data-v-2fbb0ac2] {
  color: #FEAC52;
  text-align: center;
  margin: 0.5rem 0 0.2rem 0;
  font-size: 0.3rem;
  vertical-align: middle;
}
.Scnenure .ScnenureBox .ScnenureBoxTop h1 img[data-v-2fbb0ac2] {
  display: inline-block;
  width: 0.5rem;
  vertical-align: middle;
}
.Scnenure .ScnenureBox .ScnenureBoxTop h1 span[data-v-2fbb0ac2] {
  vertical-align: middle;
}
.Scnenure .ScnenureBox .ScnenureBoxTop p[data-v-2fbb0ac2] {
  text-align: center;
  padding-bottom: 0.2rem;
  color: #FEAC52;
}
.Scnenure .ScnenureBox .ScnenureBoxBottom[data-v-2fbb0ac2] {
  padding: 0.2rem 0.1rem;
  font-size: 0.2rem;
}
.Scnenure .green[data-v-2fbb0ac2] {
  border-top: 0.06rem solid #15DA93;
}
.Scnenure .green .ScnenureBoxTop[data-v-2fbb0ac2] {
  border-bottom: 0.01rem solid #15DA93;
}
.Scnenure .green .ScnenureBoxTop h1[data-v-2fbb0ac2] {
  color: #15DA93;
}
.Scnenure .green .ScnenureBoxTop p[data-v-2fbb0ac2] {
  color: #15DA93;
}
.Scnenure .blue[data-v-2fbb0ac2] {
  border-top: 0.06rem solid #0C8AFF;
}
.Scnenure .blue .ScnenureBoxTop[data-v-2fbb0ac2] {
  border-bottom: 0.01rem solid #0C8AFF;
}
.Scnenure .blue .ScnenureBoxTop h1[data-v-2fbb0ac2] {
  color: #0C8AFF;
}
.Scnenure .blue .ScnenureBoxTop p[data-v-2fbb0ac2] {
  color: #0C8AFF;
}
.project[data-v-2fbb0ac2] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.project .ProjectBox[data-v-2fbb0ac2] {
  margin: 0.1rem;
  -webkit-border-radius: 0.15rem;
          border-radius: 0.15rem;
  background-color: #ffffff;
  padding: 0.2rem;
  width: 30%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 确保内边距和边框不影响元素宽度 */
}
.project .ProjectBox .ProPic[data-v-2fbb0ac2] {
  -webkit-border-radius: 0.15rem;
          border-radius: 0.15rem;
  width: 100%;
  height: 2.5rem;
  background-color: #f6f9ff;
  text-align: center;
}
.project .ProjectBox .ProPic img[data-v-2fbb0ac2] {
  margin: auto;
}
.project .ProjectBox .ProAddress[data-v-2fbb0ac2] {
  color: #0C8AFF;
}
.project .ProjectBox .ProAddress span[data-v-2fbb0ac2] {
  font-size: 0.16rem;
}
.project .ProjectBox .ProAddress span[data-v-2fbb0ac2]:first-child {
  margin-right: 0.08rem;
}
.project .ProjectBox .ProNum[data-v-2fbb0ac2] {
  color: #979797;
}
.project .ProjectBox .ProNum span[data-v-2fbb0ac2] {
  font-size: 0.14rem;
}
.project .ProjectBox .ProNum span[data-v-2fbb0ac2]:first-child {
  margin-right: 0.08rem;
}
.project .ProjectBox .ProjectTime[data-v-2fbb0ac2] {
  margin-top: 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.project .ProjectBox .ProjectTime .ProjectTimeLeft[data-v-2fbb0ac2] {
  font-size: 0.14rem;
}
.project .ProjectBox .ProjectTime .ProjectTimeRight[data-v-2fbb0ac2] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.project .ProjectBox .ProjectTime .ProjectTimeRight img[data-v-2fbb0ac2] {
  width: 0.2rem;
  margin: 0 0.08rem;
}
[data-v-2fbb0ac2] .v-modal {
  background: rgba(0, 0, 0, 0) !important;
}

/* 沿用之前的 .changebutton 和 .half-btn 样式，无需修改 */
.changebutton[data-v-2fbb0ac2] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.2rem;
  padding: 0.1rem;
}
.el-button.plain[data-v-2fbb0ac2] {
  width: 100%;
  max-width: 3rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
.half-btn[data-v-2fbb0ac2] {
  width: 40% !important;
}
.changebutton[data-v-2fbb0ac2] {
  padding: 0.2rem 0.1rem;
}
.btn-container[data-v-2fbb0ac2] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* 按钮组居中 */
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  /* 垂直居中 */
  gap: 0.4rem;
  /* 按钮间距（包含分割线空间） */
}
.el-button.plain[data-v-2fbb0ac2] {
  /* 基础样式 */
  border: none;
  /* 移除默认边框 */
  padding: 0.12rem 0.24rem;
  /* 内边距 */
  font-size: 0.14rem;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* 动画过渡 */
}
.el-button.el-button--primary.is-plain[data-v-2fbb0ac2] {
  margin-left: 0;
}

/* 中间分割线（仅当两个按钮显示时出现） */
.line[data-v-2fbb0ac2] {
  position: absolute;
  top: 70%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  /* 居中定位 */
  width: 0.01rem;
  /* 分割线宽度 */
  height: 60%;
  /* 分割线高度 */
  background-color: #e0e0e0;
  /* 灰色分割线 */
}
.ScnenureChangeBtn[data-v-2fbb0ac2] {
  width: 3rem;
  vertical-align: middle;
}
.ScnenureChangeBtn img[data-v-2fbb0ac2] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.05rem;
}
.ScnenureChangeBtn div[data-v-2fbb0ac2] {
  vertical-align: middle;
  display: inline-block;
}
.imgLogoSch[data-v-2fbb0ac2] {
  width: 80%;
}

/* 大赛相关 */
.aboutScnenureMain[data-v-2fbb0ac2] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.6rem 0.8rem;
}
.aboutScnenureMain .aboutScnenureTop[data-v-2fbb0ac2] {
  padding-top: 1rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABK4AAAE3CAMAAAC0FflhAAAA+VBMVEUAAAByqf93rv////////////+51P+Es//29vqLuP+Uvf+hyP+cw/+40vauz/+pyv+81/+10f+/1/7I2/7h6/3H3f+/1/+30/94qP/F3P/K3//a5/+50vvN4f/O4fzD2v/E2/+51f/P4P+81P/0+P/M4P/J3v+ty//t8/7Q4/+1zv34+vv5+/75+/+qx/3P4v/+/v/O4f/s8//4+v7i6/+kx//t9f/s9f/s9P/1+f/s9P/r8v/t9f+72f+Vvf/////K4f/o8//n8v/m8f+v0f/////t9P/u9v/9/v/8/f/0+f/6/P/x9//2+v/4+//w9//y+P/5+//7/P/j4dl5AAAARXRSTlMALy+tGyhYLzYvLy8vBi4uLi4PEwciJSsvLhoMChULHSooGCAZHicsECoYFyMfEy4TWS4rVCiX9enSiENhQiHuTsWwcToRvjX5AAANg0lEQVR42uzd2W7aQBgF4ClyhFjMYoxZxtgETDBewGrFbd7/sTob2O5gmqaQsJyvUqUu10f/mZn8JgAAAAAAAAAAAAAA8C1MOlhMV8PhcLVaLGazwcDyXJMAANwU0xos/OXQcV4Fx3FEbPm+P51OF4uIh5dlUep5rm0iwwDg27jW1JlPev1OV+p0+v0eM5lMdpNJbz5/c4Ysu1hw8dyinm1yyC0A+FqmtXrtdbrtZrPRaNSFhtBsNttcq9XqMDzCZIZthDdH9UYVYQgvALgq04qWr2sWVjypajkZW0qTUcHV7Yrg6rPfRiNVG5eMmL1EdvHeSEVvdDGAAcAF08of9Vs8q2pn1I9keqn4EuGVF8fdjpVHWRzFkddssLUs10VxBIALcH1n3W5qWXWePn4d46slT77WI24usNb4VuqNKI4A8InRauF024167X/UlUNw5Sdeqjb2WHMc8eLIa+NK1MZpNBOtUYYX49q4cASAM6jfb2mj1QWyS5+78t7YF71RFcc3XhynUzF2WXjmBQAVTMtZNytGq6slWN4bVXNcd0bSnHljHGcoIkwVRxfFEQAsf82L4JcqT15cuzh79Vhx7KviKC4cfX7hWCiOVBZHRBjAU3GjNS+C36iuHXvlJ/advsCKo7DhkxefuhbypaqF03qA52H6e55WN6TcGaX8tpH3RjZ2SQ4zZFbiqb146sV7o4vjeoAHZFr7dqN2q+pVD73E4CVqo8SOvFhvXK5WK3nfOLBCS/5wo+vZjIkLR4C7Zy3bjZuarf65OObPJcrFcaeKozqu31oWTusB7pkZ7Zv3lFZ/qn4tIc7s1+tjcZS1UfVGURyt0KKei0cTAHdi+96+57Q6M3k1T7z0Yia9HuuNojj6IrcilluUkXeNHH5QCOAWmcv97R5cXTK+ys8lutpiibl4qTr05UvVAZ55AdwAm4ZZHAeGEKzuuwp+tjU2hcJPCLFf4ucbD1eNcrPEUXBkAMBnBUGchaFtfjysYiNNkuRF+LVrPfBw9U/3jW1tsYS0436e8Cv3AgAfkSSpEWcfC6wwSF4S/r8Pbyu3y7u6FbymPL/0g6+8Nu6kzUZcOQb5VlUCAH9j83JnsGkpjW1yFs0Mg49iIquU7SOfXP2Hijf2Kro6ojgeLxuX4q6ROe7FkavsEWEApxOLn0bFIanmZSmLNI+URA90LVhy5Z8QOkxd+dwlFxKqxRJi6NryoQsLCQF0dhi8JAG1yWk0TlL9X933Zg3+mf5cQttIOJc2c7WRUD70wm4cAMVmpdAIKw6tDCOj2l9b7+iCl75wbOfZJVfZ90fFVfa+XGU/O66y9/AJNHhKNk+l0CYaaiQpJbot4oq55kbCtnbhKDcSbjZz9cxLHdbjcT08HZt1vkz72zhNeYjpoj2Orq7t1LkXV1xlPyqtsvfzVfaIMHhonpEaHikyQ1YET6aV+Y64uj69NmpnXnL06quNhLI2llfZi+USWGUPjyYM0vIpFU3TmJxkvuPV1dc6vxinvFiil28kVJ9AW2CxBDya0CjFU2akITnN3N/WWr6ndm6xV7cjVhIqh1X2QxFhs8ONI555wT2yg8KTUdvgfzjNRBe8QdU/IdQqvvTivTFfLCFiy+IopdgsAXekMFDZWWIQgri6a/XqLziK+Mp/xnEjv529XKkX9iiOcPvCJA5VciUZPRtXP+AO1Eoqf7qRt8ZTq+xXq5XcSBgOQsuieKoKt8TOUsMkjBcn1KyOqybi6m78bfTSv/kvi6Mwn8viKL/AEYm567CRkF82ojfCN7JT+Sw0MAKTVHIRV/dvzPx9JWH5G2i9iSBvHI/FkeL7QfA9MoO/vrITgxLE1bOpGL606Yv3xvVorX0B7bDKnvdGDxkGV2dnSUhMmsSkmmk16uMf8Kiqq+OJQ6/jLvv+XN44yh9vjFhx3Mo3qqo42tgxARcXJhmhgREirqDoQx/j6DKdwmvVzZz3RvlUVcxd+BlHuCg7CPi1oEequdt6DXH13IoHX6fXeqm9Xqo2Okz+I0IsvKLZoTa6+HY2fJYZpiR+oeRsXOHoCgrGXMVWL07/Bhorjrw3yg+gRbw2qr6ItYTwT+yUBImNuILLRVhdKRRHuZOQUZ/PlsWRP1VVPyC0xUZC+ACDBKlJzvAixBV83FipmL3yQ3t+4ciK495hCsUx4sVxq+4bXQxfUBSTICDnWBFO2uHTxqcGr3Jv1Iujw6MrYrZi6jJRG0HKSBAiruDrjA+02ihnrzYbu5TDOvvXN0ecfcneiFX2z4uSgJJztogruBo9ulR25cOXXIzDvO5ZcVwKvh8JrDZuZW3EjeNT8Ehgn4+r9zHiCq5Mb4764NUq3DgK6kcc+TMv0RstJNZv9u62J20gAOB4E81cUluLliiCxpnStbNNBQxQpJOnXDXozPb9P8yOOvEBHZtvuCP/X2J8dzne/HN3vcK6cw3PWJIraoVVOZhbfOD4eFe12DYW5GtCfnFwLxMmV17F0oubquuFXEELBw+eL70W1l5S8cDxadsow1WUS5LxKraNPHDU2JJcffu+tTXJPgFqa7zp4qXLuc9QSTM6q304V1Y1OPPiOGr1exvp1Q9AXT8fTZ/8mrlZdH19Lf/kf6jnKt3o9VuRFMeb3vlu7Z9yZR0H54d1P7xop3fTZ25UMH2kx8ym0w8Po+YnVWZWU6ylu7R90WwmoV/2ToNqbWmuakdxq9m87KW393ku5vL8VgXzGekwM+n+v4fJxbtyOdoKLJveSmZ1nwuspzztZY6TNJutyDu2/pYrK/CiMHQGo1x6PYoKREGbmQnx4WHU/KTKzEpgnY0Gtl1yKmEUn7vv5cqqBXU/SQYjAQArNBqYZslJwvioar14a3Au8FpJZdLuCABYqU57YpqmU2nFR9YbuXLP4tCx+10BACvX7cte2U7oe7sLubKCKKzYbQEASmibkpNEp+6rXLmejFU2FACgiGFWBCuMqy9y5Z76FXvARhCAMnLRHTxsCOvBs1xZQeTYDc7YASil05C92nHCTfcpV57vmH1qBUAxnb4plU7i2p9cWdXyCWsrAAoq1ld2yd9zH3JVPTwpcW4FQEF5d1DsB+tBkSvrKNzJqBUAFeXdzJQqZXeWq6BeMbnBAEBRQ1Ny/D1L5qr+ZacnAEBRPVPaLx8b3rFfaggAUFZxneFkz4j39u1UAICyUlMqHRpR/StbQQBK65lS2Uj8jBtXAJTWyWanV0ZS4lsYACiuLXNlGwmLKwCq60xkrwyHxRUA5bVnuapwnx2A8rqzXI0FAChvLHPF6zcANDDc3jYEAGhgsm3wA5MAdDAmVwD0MDKNHAA00CVXADSRcdQOQA9jcgVADz1yBUAPI3IFQAv5kFwB0ENKrgDooUuuAOihQ64A6CAXglwB0AS5AqCFXPASDgBNkCsAmiBXADRBrgBoglwB0AS5An6zawemEQUhFEXtbuEzMPZfTUpYAwH3Zc8p4qIiITwyACHkCgghV0AItysghFwBIeQKCCFXQAi5AkLIFRBCroAQcgWEkCsghFwBIeQKCCFXQAi5AkLIFRBCroAQcgWEkCsgxCxX974AdtVrRK6AvydXwL8kV0AItysgRN2RcwF2Daer8wLYJVdACLkCQrhdASHkCgghV0CIOiN9AHbVHTjHdAVskysgxCxXegWsqzPQ7XYFbBtOV30BdtVsF2zLIPBLlkHgS01y5e0K+AB1JkxXwDrLIBBCroAQcgWEqAaIYLoCQlQPPM/TALvqvNVtugL21XlProAPYBmEH3bt6ARAGIiC4LWnoqD9F2ML+QsLM0Us70KIWMqVWgH7zQmQMEvjyrwCtnMMAhF+tQMR3q6ACOsKiLCugAi5AiLkCoiQKyBCroAIuQIi5AqIkCsgQq6AiLkBEqwrIMK6AiLkCoiQKyBCroAIuQIi5AqIkCsgYh6ABOsKiJArIMIxCETIFRAhV0CEXAERcgVEyBUQMRdAgnUFRMgVEDEvQIK3KyBCroAIuQIi5AqIkCsgQq6ACLkCIuQKiJgDIMG6AiLkCohwDAIR8wE/u3ZAAgAAAjDMcoL9E5njsIU4KpJgugIi5AqIkCsgQq6ACLkCIuQKiJgDSDBdARFyBUTIFRAhV0CEXAERcgVEeGQAIuQKiJArIEKugAi5AiLkCoiQKyBCroAIuQIi5AqIkCsgQq6ACLkCIuQKiJgFSJArIMIyCETIFRBhGQQiTFdAhFwBEXIFRLhdARFyBUTIFRAhV0CEXAERcgVEeGQAIuQKiJArIEKugAindiBCroAIuQIi5AqIkCsgQq7g2aljIgBAGABitQULU/1bQsffJSJChK6ACF0BEboCInQFROgKiNAVEKErIEJXQISugAhdARG6AiJ0BUToCojQFRChKyBCV0CEroAIXQERugIidAVE6AqI0BUQoSsgQldAhK6ACF0BEboCInQFROgKiNAVEKErIEJXQISugAhdARG6AiJ0BUToCojQFRChKyBCV0CEroAIXQERugIidAVE6AqI0BUQoSsgQldAxLwFCHhzFiDgzF3gt1/HJgCAMBQFPziGrTOkkICFuP9KBnGIBN5tcShgarBBAAWsIe0DAOltBTsAkJzpcT4IILXl+rpbA4CkzLvCBVsGNK6lSltlAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox1[data-v-2fbb0ac2] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox1 .pic[data-v-2fbb0ac2] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 0.2rem;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox1 .pic img[data-v-2fbb0ac2] {
  width: 100%;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox1 div[data-v-2fbb0ac2] {
  padding: 0.06rem 0.1rem;
  -webkit-box-flex: 18;
  -webkit-flex: 18;
      -ms-flex: 18;
          flex: 18;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox1 div h3[data-v-2fbb0ac2] {
  font-size: 0.24rem;
  margin-top: 0.01rem;
  margin-bottom: 0.01rem;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox1 div p[data-v-2fbb0ac2] {
  font-size: 0.18rem;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox2[data-v-2fbb0ac2] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox2 .aboutScnenureTopbox2-left[data-v-2fbb0ac2] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox2 .aboutScnenureTopbox2-left .pic[data-v-2fbb0ac2] {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
      -ms-flex: 3;
          flex: 3;
  padding-top: 0.2rem;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox2 .aboutScnenureTopbox2-left .pic img[data-v-2fbb0ac2] {
  width: 100%;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox2 .aboutScnenureTopbox2-left div[data-v-2fbb0ac2] {
  padding: 0.06rem 0.1rem;
  -webkit-box-flex: 24;
  -webkit-flex: 24;
      -ms-flex: 24;
          flex: 24;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox2 .aboutScnenureTopbox2-left div h3[data-v-2fbb0ac2] {
  font-size: 0.24rem;
  margin-top: 0.01rem;
  margin-bottom: 0.01rem;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox2 .aboutScnenureTopbox2-left div p[data-v-2fbb0ac2] {
  font-size: 0.18rem;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox2 .aboutScnenureTopbox2-right[data-v-2fbb0ac2] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox2 .aboutScnenureTopbox2-right .pic[data-v-2fbb0ac2] {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
      -ms-flex: 3;
          flex: 3;
  padding-top: 0.2rem;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox2 .aboutScnenureTopbox2-right .pic img[data-v-2fbb0ac2] {
  width: 100%;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox2 .aboutScnenureTopbox2-right div[data-v-2fbb0ac2] {
  -webkit-box-flex: 24;
  -webkit-flex: 24;
      -ms-flex: 24;
          flex: 24;
  padding: 0.06rem 0.1rem;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox2 .aboutScnenureTopbox2-right div h3[data-v-2fbb0ac2] {
  font-size: 0.24rem;
  margin-top: 0.01rem;
  margin-bottom: 0.01rem;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox2 .aboutScnenureTopbox2-right div p[data-v-2fbb0ac2] {
  font-size: 0.18rem;
}
.aboutScnenureMain .aboutScnenureBottom[data-v-2fbb0ac2] {
  background-color: white;
}
.aboutScnenureMain .aboutScnenureBottom .SetScnenureTitle[data-v-2fbb0ac2] {
  font-size: 0.3rem;
  font-weight: 100;
  margin: 0;
}
.aboutScnenureMain .aboutScnenureBottom .SetScnenure[data-v-2fbb0ac2] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.2rem;
}
.aboutScnenureMain .aboutScnenureBottom .SetScnenure .SetScnenureBox[data-v-2fbb0ac2] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0.1rem;
  -webkit-border-radius: 0.12rem;
          border-radius: 0.12rem;
  /* 圆角半径 */
  border: 0.02rem solid transparent;
  /* 边框宽度（需与 border-image-slice 一致） */
  /* 渐变边框（重点：border-image-slice 设为边框宽度值） */
  -webkit-border-image: -webkit-gradient(linear, left top, left bottom, from(#4c66ea), to(#fff)) 2;
  -webkit-border-image: -webkit-linear-gradient(top, #4c66ea, #fff) 2;
       -o-border-image: linear-gradient(to bottom, #4c66ea, #fff) 2;
          border-image: -webkit-gradient(linear, left top, left bottom, from(#4c66ea), to(#fff)) 2;
          border-image: linear-gradient(to bottom, #4c66ea, #fff) 2;
  /* 4 对应 border-width: 4px */
  /* 背景分层（内容区白色，边框渐变） */
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) padding-box, -webkit-gradient(linear, left top, left bottom, from(#4c66ea), to(#fff)) border-box;
  background: -webkit-linear-gradient(#fff, #fff) padding-box, -webkit-linear-gradient(top, #4c66ea, #fff) border-box;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to bottom, #4c66ea, #fff) border-box;
  /* 边框渐变 */
  background-clip: padding-box, border-box;
}
.aboutScnenureMain .aboutScnenureBottom .SetScnenure .SetScnenureBox .SetScnenureBoxTop[data-v-2fbb0ac2] {
  padding: 0.14rem;
}
.aboutScnenureMain .aboutScnenureBottom .SetScnenure .SetScnenureBox .SetScnenureBoxTop h2[data-v-2fbb0ac2] {
  font-size: 0.3rem;
  font-weight: 100;
}
.aboutScnenureMain .aboutScnenureBottom .SetScnenure .SetScnenureBox .SetScnenureBoxTop .groupClass[data-v-2fbb0ac2] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0.1rem;
}
.aboutScnenureMain .aboutScnenureBottom .SetScnenure .SetScnenureBox .SetScnenureBoxTop .groupClass .groupClassbox[data-v-2fbb0ac2] {
  -webkit-flex-basis: -webkit-calc(40%);
      -ms-flex-preferred-size: calc(40%);
          flex-basis: calc(40%);
  /* 每个元素宽度为 50%，减去间距的一半 */
  max-width: -webkit-calc(40%);
  max-width: calc(40%);
  /* 确保最大宽度不超过 50% */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.1rem 0.2rem;
  margin: 0.1rem;
  background: rgba(59, 94, 252, 0.1);
  -webkit-border-radius: 0.21rem;
          border-radius: 0.21rem;
}
.aboutScnenureMain .aboutScnenureBottom .SetScnenure .SetScnenureBox .SetScnenureBoxBottom[data-v-2fbb0ac2] {
  padding: 0.14rem;
  background: #F9F9F9;
  -webkit-border-radius: 0 0 0.1rem 0.1rem;
          border-radius: 0 0 0.1rem 0.1rem;
  border: 0.01rem solid #F2F2F2;
}
.aboutScnenureMain .aboutScnenureBottom .SetScnenure .SetScnenureBox .SetScnenureBoxBottom .title[data-v-2fbb0ac2] {
  font-size: 0.24rem;
  font-weight: 100;
}
.aboutScnenureMain .aboutScnenureBottom .SetScnenure .SetScnenureBox .SetScnenureBoxBottom .provide[data-v-2fbb0ac2] {
  font-size: 0.22rem;
  font-weight: 100;
}

/* 大赛组委会联系方式 */
.contact .contactMain[data-v-2fbb0ac2] {
  background-color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact .contactMain .contactMainLeft[data-v-2fbb0ac2] {
  -webkit-box-flex: 4;
  -webkit-flex: 4;
      -ms-flex: 4;
          flex: 4;
  padding: 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.contact .contactMain .contactMainLeft .contactMainLeftQR[data-v-2fbb0ac2] {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
      -ms-flex: 2;
          flex: 2;
  padding-top: 0.5rem;
}
.contact .contactMain .contactMainLeft .contactMainLeftQR .qrcon[data-v-2fbb0ac2] {
  border-bottom: 0.1rem;
  text-align: center;
  padding: 0.1rem 0.8rem;
}
.contact .contactMain .contactMainLeft .contactMainLeftQR .qrcon img[data-v-2fbb0ac2] {
  width: 100%;
  text-align: center;
}
.contact .contactMain .contactMainLeft .contactMainLeftQR .wx-number[data-v-2fbb0ac2] {
  text-align: center;
  color: #1667ff;
  font-size: 0.18rem;
  margin-top: 0.2rem;
  margin-bottom: 0.3rem;
}
.contact .contactMain .contactMainLeft .contactMainLeftQR .wx-text[data-v-2fbb0ac2] {
  text-align: center;
  font-size: 0.18rem;
}
.contact .contactMain .contactMainLeft .contactMainLeftInfo[data-v-2fbb0ac2] {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
.contact .contactMain .contactMainLeft .contactMainLeftInfo .star[data-v-2fbb0ac2] {
  width: 1.6rem;
}
.contact .contactMain .contactMainLeft .contactMainLeftInfo .contactInfoBox[data-v-2fbb0ac2] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0.2rem 0.1rem;
}
.contact .contactMain .contactMainLeft .contactMainLeftInfo .contactInfoBox img[data-v-2fbb0ac2] {
  width: 0.8rem;
  height: 0.8rem;
}
.contact .contactMain .contactMainLeft .contactMainLeftInfo .contactInfoBox div[data-v-2fbb0ac2] {
  margin-left: 0.2rem;
}
.contact .contactMain .contactMainLeft .contactMainLeftInfo .contactInfoBox div p[data-v-2fbb0ac2] {
  margin: 0;
  font-size: 0.26rem;
}
.contact .contactMain .contactMainLeft .contactMainLeftInfo .contactInfoBox div p[data-v-2fbb0ac2]:first-child {
  font-size: 0.16rem;
  color: #979797;
}
.contact .contactMain .contactMainLeft .contactMainLeftInfo .contactInfoBox div p[data-v-2fbb0ac2]:nth-child(2) {
  margin: 0.1rem 0;
}
.contact .contactMain .contactMainLeft .contactMainLeftInfo .contactInfoBox[data-v-2fbb0ac2]:nth-child(1) {
  margin-top: 0.2rem;
}
.contact .contactMain .contactMainRight[data-v-2fbb0ac2] {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.contact .contactMain .contactMainRight img[data-v-2fbb0ac2] {
  width: 100%;
}
.drop[data-v-2fbb0ac2] {
  position: absolute;
  left: 14.75rem !important;
}
.demo-table-expand[data-v-2fbb0ac2] {
  font-size: 0;
}
.demo-table-expand label[data-v-2fbb0ac2] {
  width: 0.9rem;
  color: #99a9bf;
}
.demo-table-expand .el-form-item[data-v-2fbb0ac2] {
  margin-right: 0;
  margin-bottom: 0;
  width: 50%;
}
[data-v-2fbb0ac2] .el-table__header th {
  background-color: #c9e2ff;
}

/* 使用/deep/或::v-deep穿透scoped样式 */
[data-v-2fbb0ac2] .custom-carousel {
  height: 5rem !important;
}
[data-v-2fbb0ac2] .custom-carousel .el-carousel__item {
  height: 100%;
}
[data-v-2fbb0ac2] .custom-carousel .el-carousel__item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.box1_0[data-v-2fbb0ac2] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.box1_0 div[data-v-2fbb0ac2]:nth-child(2) {
  text-align: right;
  font-size: 0.18rem;
  font-weight: 100;
}
.banner[data-v-2fbb0ac2] {
  display: block;
  /* 使用 block 布局 */
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 5rem;
  /* 根据你的设计调整高度 */
  overflow: hidden;
  /* 防止内容溢出产生滚动条 */
}
[data-v-2fbb0ac2] .custom-carousel {
  height: 100% !important;
  /* 使轮播图高度与父容器一致 */
  overflow: hidden;
}
[data-v-87e4422c] .el-dialog {
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
}
.bg .headerTop[data-v-87e4422c] {
  font-size: 0.2rem;
  padding: 0.26rem 0 0 0.2rem;
  color: #333333;
}
.bg .headerBody[data-v-87e4422c] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.bg .headerBody .bodyLeft .leftTime[data-v-87e4422c] {
  width: 0.81rem;
  height: 0.42rem;
  margin: 0.38rem 0.49rem 0.07rem 0.35rem;
  font-weight: 500;
  font-size: 0.3rem;
  color: #333333;
  text-align: center;
}
.bg .headerBody .bodyLeft .leftDate[data-v-87e4422c] {
  font-weight: 400;
  font-size: 0.14rem;
  color: #333333;
  text-align: center;
}
.bg .headerBody .bodyCenter .centerTop[data-v-87e4422c] {
  width: 0.67rem;
  height: 0.27rem;
  background: #EBEDF2;
  -webkit-border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
          border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
  line-height: 0.27rem;
  font-weight: 400;
  font-size: 0.14rem;
  color: #333333;
  text-align: center;
  margin: 0.4rem 0.49rem 0.12rem 0.15rem;
}
.bg .headerBody .bodyCenter .wire[data-v-87e4422c] {
  width: 1rem;
  border: 0.01rem solid #EFEFEF;
}
.bg .headerBody .bodyCenter .centerBottom[data-v-87e4422c] {
  font-weight: 400;
  font-size: 0.13rem;
  color: #3B5EFC;
  line-height: 0.21rem;
  text-align: center;
  margin: 0.07rem 0.48rem 0 0.2rem;
}
.bg .headerBody .bodyRight .rightTime[data-v-87e4422c] {
  width: 0.81rem;
  height: 0.42rem;
  margin: 0.38rem 0.49rem 0.07rem 0.1rem;
  font-weight: 500;
  font-size: 0.3rem;
  color: #333333;
}
.bg .headerBody .bodyRight .rightDate[data-v-87e4422c] {
  font-weight: 400;
  font-size: 0.14rem;
  color: #333333;
}
.bg .wires[data-v-87e4422c] {
  width: 3.86rem;
  height: 0.01rem;
  -webkit-border-radius: 0 0 0 0;
          border-radius: 0 0 0 0;
  border: 0.01rem dashed #D7D7D7;
  margin: 0.25rem 0.2rem 0.2rem 0.2rem;
}
.bg .testMessage .testTop[data-v-87e4422c] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.bg .testMessage .testTop .left[data-v-87e4422c] {
  width: 0.48rem;
  height: 0.22rem;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.33rem;
  text-align: center;
  margin: 0 0.16rem 0.18rem 0.35rem;
}
.bg .testMessage .testTop .right[data-v-87e4422c] {
  width: 0.48rem;
  height: 0.22rem;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.33rem;
  text-align: center;
}
.bg .testMessages .testTop[data-v-87e4422c] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.bg .testMessages .testTop .left[data-v-87e4422c] {
  height: 0.22rem;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.33rem;
  text-align: center;
  margin: 0 0.16rem 0.18rem 0.35rem;
}
.bg .testMessages .testTop .right[data-v-87e4422c] {
  height: 0.22rem;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.33rem;
  text-align: center;
}
.btns[data-v-87e4422c] {
  width: 1.66rem;
  height: 0.34rem;
  text-align: center;
  line-height: 0.08rem;
  background-color: #3b5efc;
  font-size: 0.14rem;
  margin-top: 2.5rem;
  -webkit-border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
          border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
}
[data-v-87e4422c] .right .el-input__inner {
  width: 2.92rem;
}
.boxBtn[data-v-87e4422c] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-dialog__title[data-v-87e4422c] {
  font-weight: 500;
  font-size: 0.2rem;
  color: #333333;
}
.btn[data-v-87e4422c] {
  width: 1.86rem;
  height: 0.34rem;
  text-align: center;
  line-height: 0.08rem;
  background-color: #3b5efc;
  font-size: 0.14rem;
}
.activity[data-v-87e4422c] {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  background: #fff;
}
.activity .matchList[data-v-87e4422c] {
  width: 12rem;
  margin: 0 auto;
}
.projectEntry[data-v-87e4422c] {
  position: fixed;
  bottom: 0.2rem;
  right: 1.18rem;
  z-index: 100;
}
.projectEntry .item[data-v-87e4422c] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.projectEntry .item dt[data-v-87e4422c] {
  width: 0.56rem;
  height: 0.56rem;
  background: #3B5EFC;
  fill: #fff;
  -webkit-filter: drop-shadow(0 0 0.07511rem rgba(4, 4, 4, 0.1));
          filter: drop-shadow(0 0 0.07511rem rgba(4, 4, 4, 0.1));
  -webkit-border-radius: 100%;
          border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.projectEntry .item dt .svg-icon[data-v-87e4422c] {
  width: 0.2rem;
  height: 0.2rem;
}
[data-v-87e4422c] .projectEntry .item dt .svg-icon {
  width: 0.26rem !important;
  height: 0.26rem !important;
}
.box3[data-v-87e4422c] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.box3 .more[data-v-87e4422c] {
  color: #7db0ea;
}
.selectYear[data-v-87e4422c] {
  width: 12rem;
  margin: 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0.14rem;
}
.selectYear[data-v-87e4422c]  .el-input__inner {
  width: 1.5rem;
  font-size: 0.14rem;
  background: #fff;
}
.selectYear[data-v-87e4422c]  .el-button {
  width: 1.07rem;
  height: 0.45rem;
  padding: 0;
  background: #7db0ea;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(125, 176, 234, 0.5);
          box-shadow: 0 0.02rem 0.1rem rgba(125, 176, 234, 0.5);
  -webkit-border-radius: 0.07rem;
          border-radius: 0.07rem;
  font-size: 0.2rem;
  line-height: 0.45rem;
  color: #ffffff;
  border-color: transparent;
}
.selectYear .filter1[data-v-87e4422c] {
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.27rem 0.06rem 0.2rem 0.06rem;
}
.selectYear .filter1 .el-form-item[data-v-87e4422c] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.selectYear .filter1 .el-form-item[data-v-87e4422c]  .el-form-item__label {
  font-size: 0.16rem;
  font-weight: 500;
}
.selectYearTitle[data-v-87e4422c] {
  font-size: 0.18rem;
  margin-top: 0.14rem;
}
.el-dialog__wrapper[data-v-87e4422c]  .el-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -65%);
          transform: translate(-50%, -65%);
}
.specialist[data-v-87e4422c]  .el-dialog {
  height: 7.5rem;
}
.specialist[data-v-87e4422c]  .el-dialog__body {
  padding: 0;
  margin-top: 0.28rem;
}
.specialist[data-v-87e4422c]  .el-form-item {
  margin-bottom: 0.26rem;
}
.specialist[data-v-87e4422c]  .el-dialog__title {
  margin-left: 0.1rem;
}
.match[data-v-05aba90e] {
  width: 12rem;
  height: 2.08rem;
  padding: 0.27rem 0 0.27rem 0.33rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 0.08rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.08rem 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0.23rem 0.23rem 0.23rem 0.23rem;
          border-radius: 0.23rem 0.23rem 0.23rem 0.23rem;
  margin-bottom: 0.32rem;
  position: relative;
}
.match .logo[data-v-05aba90e] {
  width: 2.41rem;
  height: 1.54rem;
  background-color: #c4c4c4;
  -webkit-border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
          border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
  display: block;
  margin-right: 0.35rem;
}
.match .content[data-v-05aba90e] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.match .content .title[data-v-05aba90e] {
  font-size: 0.2rem;
  line-height: 0.32rem;
  color: #333333;
  margin: 0;
  font-weight: 800;
}
.match .content .time[data-v-05aba90e] {
  font-size: 0.14rem;
  color: #666666;
  margin-top: 0.11rem;
}
.match .content .time strong[data-v-05aba90e] {
  font-size: 0.2rem;
  color: #DA251C;
}
.match .content .timep[data-v-05aba90e] {
  font-size: 0.14rem;
  color: #666666;
  margin-top: 0.07rem;
}
.match .content .dosc[data-v-05aba90e] {
  font-size: 0.2rem;
  color: #666666;
  margin: 0;
}
.match .content .el-tag[data-v-05aba90e] {
  width: 0.66rem;
  height: 0.25rem;
  line-height: 1;
  padding: 0.03rem 0;
  color: #ffffff;
  background: #FEB104;
  border: none;
  font-weight: 500;
  font-size: 0.12rem;
  color: #FFFFFF;
  line-height: 0.2rem;
}
.match .el-button[data-v-05aba90e] {
  width: 1.07rem;
  height: 0.45rem;
  padding: 0;
  background: #7DB0EA;
  -webkit-box-shadow: 0 0.02rem 0.1rem 0 rgba(125, 176, 234, 0.5);
          box-shadow: 0 0.02rem 0.1rem 0 rgba(125, 176, 234, 0.5);
  -webkit-border-radius: 0.07rem 0.07rem 0.07rem 0.07rem;
          border-radius: 0.07rem 0.07rem 0.07rem 0.07rem;
  font-size: 0.16rem;
  line-height: 0.45rem;
  color: #FFFFFF;
  position: absolute;
  right: 0.58rem;
  top: -webkit-calc(50% - 0.22rem);
  top: calc(50% - 0.22rem);
}
[data-v-05aba90e] .el-dialog__footer {
  text-align: center;
  padding: 0 0 0.61rem 0;
}
[data-v-05aba90e] .el-dialog__footer .el-button:first-of-type {
  width: 2rem;
  height: 0.4rem;
  padding: 0;
  background: #D3E8FE !important;
  border: 0.01rem solid #7db0ea;
  color: #7DB0EA;
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
  line-height: 0.4rem;
  font-size: 0.18rem;
}
[data-v-05aba90e] .el-dialog__footer .el-button:nth-last-child(1) {
  background: #7db0ea;
}
.dialogMyVisible[data-v-05aba90e] {
  text-align: center;
}
.dialogMyVisible i[data-v-05aba90e] {
  margin-bottom: 0.23rem;
}
.dialogMyVisible .size[data-v-05aba90e] {
  font-weight: 400;
  font-size: 0.2rem;
  color: #333333;
  margin-bottom: 0.5rem;
}
.activity[data-v-3e81a921] {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  background: #fff;
}
.activity .matchList[data-v-3e81a921] {
  width: 12rem;
  margin: 0 auto;
}
.box3[data-v-3e81a921] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.box3 .more[data-v-3e81a921] {
  color: #7db0ea;
}
.selectYear[data-v-3e81a921] {
  width: 12rem;
  margin: 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.selectYear[data-v-3e81a921]  .el-input__inner {
  width: 1.86rem;
  height: 0.4rem;
  font-size: 0.14rem;
  background: #fff;
}
.selectYear .searchDiv[data-v-3e81a921] {
  width: 100%;
}
.selectYear .btn[data-v-3e81a921] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.selectYear .btn .btnLeft[data-v-3e81a921] {
  width: 0.98rem;
  height: 0.4rem;
  padding: 0;
  background: #7db0ea;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(125, 176, 234, 0.5);
          box-shadow: 0 0.02rem 0.1rem rgba(125, 176, 234, 0.5);
  -webkit-border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
          border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  font-size: 0.16rem;
  line-height: 0.4rem;
  color: #ffffff;
  border-color: transparent;
  position: relative;
  z-index: 100;
}
.selectYear .btn .btnRight[data-v-3e81a921] {
  width: 0.98rem;
  height: 0.4rem;
  padding: 0;
  background: #fff;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(125, 176, 234, 0.5);
          box-shadow: 0 0.02rem 0.1rem rgba(125, 176, 234, 0.5);
  -webkit-border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
          border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  font-size: 0.16rem;
  line-height: 0.4rem;
  color: #7DB0EA;
  border-color: transparent;
  border: 0.01rem solid #7DB0EA;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-left: -0.15rem;
}
.selectYear[data-v-3e81a921]  .el-button {
  font-size: 0.16rem;
}
.selectYear .filter1[data-v-3e81a921] {
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.27rem 0.06rem 0.2rem 0.06rem;
}
.selectYear .filter1 .el-form-item[data-v-3e81a921] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.selectYear .filter1 .el-form-item[data-v-3e81a921]  .el-form-item__label {
  font-size: 0.18rem;
  color: #666666;
  font-weight: 400;
}
.selectYearTitle[data-v-3e81a921] {
  font-size: 0.18rem;
  margin-top: 0.14rem;
}
.text[data-v-5b4ba2b5] {
  font-size: 0.14rem;
  color: #999999;
  line-height: 0.4rem;
  font-weight: 700;
}
.avatar-uploader[data-v-5b4ba2b5]  .el-upload {
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.avatar-uploader[data-v-5b4ba2b5]  .el-upload:hover {
  border-color: #409eff;
}
.avatar-uploader .avatar-uploader-btn[data-v-5b4ba2b5] {
  width: 1.15rem;
  height: 1.15rem;
  margin: 0;
}
.avatar-uploader .avatar-uploader-btn dt[data-v-5b4ba2b5] {
  font-size: 0.18rem;
  color: #999999;
  font-weight: bold;
  margin-bottom: 0.14rem;
}
.avatar-uploader .avatar-uploader-btn dd[data-v-5b4ba2b5] {
  margin: 0.1rem 0 0 0;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.avatar-uploader .avatar-uploader-btn dd[data-v-5b4ba2b5]:last-child {
  font-size: 0.1rem;
  line-height: 0.14rem;
  color: #999999;
}
.avatar-uploader .avatar[data-v-5b4ba2b5] {
  width: 1.92rem;
  height: 1.92rem;
  display: block;
}
[data-v-f2c01b04] .el-checkbox-button {
  margin: 0 0.36rem 0.17rem 0;
}
[data-v-f2c01b04] .el-checkbox-button.is-checked .el-checkbox-button__inner {
  background: #7db0ea;
  color: #ffffff;
}
[data-v-f2c01b04] .el-checkbox-button .el-checkbox-button__inner {
  padding: 0.1rem 0.19rem;
  background: #f9f9f9;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #999999;
}
.signUp .child-ruleForm[data-v-32c3ce10] {
  width: 8.34rem;
  padding: 0.3rem 0 0.2rem;
  margin: 0.15rem 0 0 -1rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.signUp .child-ruleForm .el-icon-question[data-v-32c3ce10] {
  color: #ff7171;
}
.signUp .child-ruleForm[data-v-32c3ce10]  .el-form-item {
  margin-bottom: 0.32rem;
}
.signUp .child-ruleForm[data-v-32c3ce10]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.signUp .child-ruleForm[data-v-32c3ce10]  .el-form-item .el-tooltip__popper {
  width: 2.03rem;
}
.signUp .child-ruleForm[data-v-32c3ce10]  .el-form-item .el-form-item__label {
  width: 1.75rem;
}
.signUp .child-ruleForm[data-v-32c3ce10]  .el-form-item .el-form-item__content {
  width: 5.13rem;
  line-height: 0.4rem;
}
.signUp .child-ruleForm[data-v-32c3ce10]  .el-form-item .el-form-item__content .el-input-group--append .el-input__inner {
  border-right: none;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
}
.signUp .child-ruleForm[data-v-32c3ce10]  .el-form-item .el-form-item__content .el-input__inner {
  border: 0.005rem solid #c4c4c4;
  background: #ffffff;
}
.signUp .child-ruleForm[data-v-32c3ce10]  .el-form-item .el-form-item__content .el-input-group__append {
  border: 0.005rem solid #c4c4c4;
  border-left: none;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
}
.signUp .child-ruleForm .projectShareholderList .shareholder[data-v-32c3ce10] {
  width: 3rem;
  border-bottom: 0.01rem solid rgba(0, 0, 0, 0.2);
}
.signUp .child-ruleForm .projectShareholderList .shareholder[data-v-32c3ce10]:nth-child(n+2)  .el-form-item:nth-child(1) {
  margin-top: 0.15rem;
}
.signUp .child-ruleForm .projectShareholderList .shareholder[data-v-32c3ce10]  .el-form-item:nth-child(3),
.signUp .child-ruleForm .projectShareholderList .shareholder[data-v-32c3ce10]  .el-form-item:nth-child(4) {
  margin-bottom: 0;
}
.signUp .child-ruleForm .projectShareholderList[data-v-32c3ce10]  .el-form-item .el-form-item__label {
  width: 0.75rem;
  color: #999999;
  font-size: 0.14rem;
}
.signUp .child-ruleForm .projectShareholderList[data-v-32c3ce10]  .el-form-item .el-form-item__content {
  width: 2.08rem;
  line-height: 0.4rem;
}
.signUp .child-ruleForm .el-upload__tip[data-v-32c3ce10] {
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #999999;
}
.signUp .child-ruleForm .el-upload__tip a[data-v-32c3ce10] {
  color: #7db0ea;
}
.tooltip-popper {
  width: 2.03rem;
  font-weight: 400;
  font-size: 0.12rem;
  line-height: 0.19rem;
  color: #999999;
  border: none !important;
}
.tooltip-popper span {
  color: #666666;
}
.signUp .child-ruleForm[data-v-11cb8326] {
  width: 8.34rem;
  padding: 0.3rem 0 0.2rem;
  margin: 0.15rem 0 0 -1rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.signUp .child-ruleForm .el-icon-question[data-v-11cb8326] {
  color: #ff7171;
}
.signUp .child-ruleForm[data-v-11cb8326]  .el-form-item {
  margin-bottom: 0.32rem;
}
.signUp .child-ruleForm[data-v-11cb8326]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.signUp .child-ruleForm[data-v-11cb8326]  .el-form-item .el-tooltip__popper {
  width: 2.03rem;
}
.signUp .child-ruleForm[data-v-11cb8326]  .el-form-item .el-form-item__label {
  width: 1.75rem;
}
.signUp .child-ruleForm[data-v-11cb8326]  .el-form-item .el-form-item__content {
  width: 5.13rem;
  line-height: 0.4rem;
}
.signUp .child-ruleForm[data-v-11cb8326]  .el-form-item .el-form-item__content .el-input-group--append .el-input__inner {
  border-right: none;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
}
.signUp .child-ruleForm[data-v-11cb8326]  .el-form-item .el-form-item__content .el-input__inner {
  border: 0.005rem solid #c4c4c4;
  background: #ffffff;
}
.signUp .child-ruleForm[data-v-11cb8326]  .el-form-item .el-form-item__content .el-input-group__append {
  border: 0.005rem solid #c4c4c4;
  border-left: none;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
}
.signUp .child-ruleForm .el-upload__tip[data-v-11cb8326] {
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #999999;
}
.signUp .child-ruleForm .el-upload__tip a[data-v-11cb8326] {
  color: #7db0ea;
}
.tooltip-popper {
  width: 2.03rem;
  font-weight: 400;
  font-size: 0.12rem;
  line-height: 0.19rem;
  color: #999999;
  border: none !important;
}
.tooltip-popper span {
  color: #666666;
}
.file[data-v-5216ca19] {
  width: 8rem;
  margin-bottom: 0.15rem;
}
.file dt span[data-v-5216ca19] {
  display: none !important;
}
.file dt div[data-v-5216ca19] {
  display: block !important;
}
.file dt div img[data-v-5216ca19] {
  display: inline-block !important;
  margin-right: 0.05rem;
}
.file dt .el-button[data-v-5216ca19] {
  display: inline-block !important;
}
.file dt .viewFile[data-v-5216ca19] {
  margin-right: 0.35rem;
}
.file .el-icon-tickets[data-v-5216ca19] {
  color: #e9f4ff;
  font-size: 0.54rem;
  margin-right: 0.26rem;
}
.file .info[data-v-5216ca19] {
  width: 80%;
  margin: 0;
}
.file .info dt[data-v-5216ca19] {
  margin-bottom: 0.1rem;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.file .info dt span[data-v-5216ca19] {
  display: inline-block;
}
.file .info dt div[data-v-5216ca19] {
  display: none;
}
.file .info dt .el-button[data-v-5216ca19] {
  padding: 0;
  display: none;
}
.file .info dd[data-v-5216ca19] {
  margin: 0.05rem 0 0 0;
  font-size: 0.12rem;
  line-height: 0.17rem;
  color: #999999;
}
[data-v-4d895ac1] .el-dialog {
  min-width: 7rem;
}
[data-v-4d895ac1] .el-timeline-item {
  width: 100%;
}
.file[data-v-4d895ac1] {
  padding-left: 0.14rem;
  margin-bottom: 0.15rem;
}
.file .el-icon-tickets[data-v-4d895ac1] {
  color: #e9f4ff;
  font-size: 0.54rem;
  margin-right: 0.17rem;
}
.file .info[data-v-4d895ac1] {
  width: 100%;
  margin: 0;
}
.file .info dt[data-v-4d895ac1] {
  height: 0.22rem;
}
.file .info dt .fileName[data-v-4d895ac1] {
  display: block;
  width: 3.5rem;
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #333333;
}
.file .info dt .ops[data-v-4d895ac1] {
  width: 0.8rem;
}
.file .info dt .el-button[data-v-4d895ac1] {
  padding: 0.02rem 0.09rem;
  background: #7DB0EA;
  color: #FFFFFF;
  margin-right: 0.2rem;
}
.file .info dd[data-v-4d895ac1] {
  margin: 0.05rem 0 0 0;
  font-size: 0.1rem;
  line-height: 0.14rem;
  color: #999999;
}
.uploadFile .btn[data-v-0e5ad37a] {
  width: 2.81rem;
  height: 0.51rem;
  padding: 0;
  line-height: 0.51rem;
  background: #d3e8fe;
  border: 0.01rem solid #649aff;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  font-size: 0.16rem;
  color: #666666;
}
.uploadFile .btn + .btn[data-v-0e5ad37a] {
  float: right;
}
.uploadFile[data-v-0e5ad37a]  .el-form-item {
  margin-bottom: 0.32rem !important;
}
[data-v-be5ffd96] .el-dialog__body {
  padding: 0.3rem 0.5rem 0.01rem;
  overflow-x: hidden;
}
[data-v-be5ffd96] .el-form {
  text-align: right;
}
[data-v-be5ffd96] .el-form .el-input__inner {
  background: #f9f9f9 !important;
}
[data-v-be5ffd96] .el-form .el-form-item:nth-child(1) {
  margin-right: 0.2rem;
}
[data-v-be5ffd96] .el-form .el-form-item:nth-child(1) .el-form-item__content {
  width: 2rem;
}
[data-v-be5ffd96] .el-form .el-form-item:nth-child(2) {
  margin-right: 0;
}
[data-v-be5ffd96] .el-form .el-form-item:nth-child(2) .el-form-item__content {
  width: 4rem;
  width: 100%;
}
[data-v-be5ffd96] .el-form .el-form-item:nth-child(2) .el-input .el-input__inner {
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
}
[data-v-be5ffd96] .el-form .el-form-item:nth-child(2) .el-input .el-input-group__append {
  background-color: transparent;
  border: none;
}
[data-v-be5ffd96] .el-form-item .el-form-item__label {
  line-height: 0.41rem;
}
[data-v-be5ffd96] .el-form-item .el-form-item__content {
  line-height: 0.41rem;
}
[data-v-be5ffd96] .el-form-item .el-form-item__content .el-input__icon {
  line-height: 0.41rem;
}
[data-v-be5ffd96] .el-form-item .el-form-item__content .el-input__inner {
  height: 0.41rem;
  line-height: 0.41rem;
  background: #fff;
}
.icon[data-v-be5ffd96] {
  display: block;
  font-size: 0.25rem;
}
.el-pagination[data-v-be5ffd96] {
  text-align: center;
  padding: 0.1rem;
}
[data-v-7947cecd] .el-dialog__body {
  padding: 0.3rem 0.5rem 0.01rem;
  overflow-x: hidden;
}
[data-v-7947cecd] .el-form {
  text-align: right;
}
[data-v-7947cecd] .el-form .el-input__inner {
  background: #f9f9f9 !important;
}
[data-v-7947cecd] .el-form .el-form-item:nth-child(1) {
  margin-right: 0.2rem;
}
[data-v-7947cecd] .el-form .el-form-item:nth-child(1) .el-form-item__content {
  width: 2rem;
}
[data-v-7947cecd] .el-form .el-form-item:nth-child(2) {
  margin-right: 0;
}
[data-v-7947cecd] .el-form .el-form-item:nth-child(2) .el-form-item__content {
  width: 4rem;
  width: 100%;
}
[data-v-7947cecd] .el-form .el-form-item:nth-child(2) .el-input .el-input__inner {
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
}
[data-v-7947cecd] .el-form .el-form-item:nth-child(2) .el-input .el-input-group__append {
  background-color: transparent;
  border: none;
}
[data-v-7947cecd] .el-form-item .el-form-item__label {
  line-height: 0.41rem;
}
[data-v-7947cecd] .el-form-item .el-form-item__content {
  line-height: 0.41rem;
}
[data-v-7947cecd] .el-form-item .el-form-item__content .el-input__icon {
  line-height: 0.41rem;
}
[data-v-7947cecd] .el-form-item .el-form-item__content .el-input__inner {
  height: 0.41rem;
  line-height: 0.41rem;
  background: #fff;
}
.icon[data-v-7947cecd] {
  display: block;
  font-size: 0.25rem;
}
.el-pagination[data-v-7947cecd] {
  text-align: center;
  padding: 0.1rem;
}
.tip[data-v-328a8170] {
  color: #ff4949;
}
.button-new-tag[data-v-328a8170],
.tagMember[data-v-328a8170] {
  margin-right: 0.1rem;
}
.x[data-v-328a8170] {
  color: #f56c6c;
}
.teacher-input[data-v-328a8170] {
  margin-top: 0.2rem;
  -webkit-border-radius: 0.05rem;
          border-radius: 0.05rem;
}
.teacher-input .el-input-list[data-v-328a8170] {
  margin-bottom: 0.1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.teacher-input i[data-v-328a8170] {
  font-size: 0.16rem;
}
.el-input[data-v-328a8170] {
  width: 1.6rem;
  margin-right: 0.1rem;
}
.el-input.name[data-v-328a8170], .el-input.jobNumber[data-v-328a8170], .el-input.mobile[data-v-328a8170] {
  width: 1.3rem;
  margin-left: 0;
}
.el-input[data-v-328a8170]  .el-input__inner {
  text-align: center;
}
.box .add[data-v-8769fa76] {
  font-weight: 700;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #7db0ea;
  margin-bottom: 0.3rem;
}
.box .child-ruleForm.el-form[data-v-8769fa76] {
  width: 8.34rem;
  margin: 0 auto 0.3rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  padding-top: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-8769fa76]  .el-form-item {
  margin-bottom: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-8769fa76]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.box .child-ruleForm.el-form[data-v-8769fa76]  .el-form-item .el-tooltip__popper {
  width: 2.03rem;
}
.box .child-ruleForm.el-form[data-v-8769fa76]  .el-form-item .el-form-item__label {
  width: 1.75rem;
}
.box .child-ruleForm.el-form[data-v-8769fa76]  .el-form-item .el-form-item__content {
  width: 5.13rem;
  line-height: 0.4rem;
}
.box .child-ruleForm.el-form[data-v-8769fa76]  .el-form-item .el-form-item__content .el-input-group--append .el-input__inner {
  border-right: none;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
}
.box .child-ruleForm.el-form[data-v-8769fa76]  .el-form-item .el-form-item__content .el-input__inner {
  border: 0.005rem solid #c4c4c4;
  background: #ffffff;
}
.box .child-ruleForm.el-form[data-v-8769fa76]  .el-form-item .el-form-item__content .el-input-group__append {
  border: 0.005rem solid #c4c4c4;
  border-left: none;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
}
.box .list[data-v-8769fa76] {
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.box .item[data-v-8769fa76] {
  width: 3.38rem;
  margin: 0 0.45rem 0.2rem 0.14rem;
  padding: 0.14rem 0.15rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.box .item.item[data-v-8769fa76]:nth-child(3n) {
  margin-right: 0;
}
.box .item dt[data-v-8769fa76] {
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #333333;
}
.box .item dd[data-v-8769fa76] {
  margin: 0.1rem 0 0;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.box .item a[data-v-8769fa76] {
  margin-left: 0.1rem;
  margin-top: 0.1rem;
  float: right;
  font-weight: 700;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #7db0ea;
}
.box .add[data-v-611f1a29] {
  font-weight: 700;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #7db0ea;
  margin-bottom: 0.3rem;
}
.box .child-ruleForm.el-form[data-v-611f1a29] {
  width: 8.34rem;
  margin: 0 auto 0.3rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  padding-top: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-611f1a29]  .el-form-item {
  margin-bottom: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-611f1a29]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.box .child-ruleForm.el-form[data-v-611f1a29]  .el-form-item .el-tooltip__popper {
  width: 2.03rem;
}
.box .child-ruleForm.el-form[data-v-611f1a29]  .el-form-item .el-form-item__label {
  width: 1.75rem;
}
.box .child-ruleForm.el-form[data-v-611f1a29]  .el-form-item .el-form-item__content {
  width: 5.13rem;
  line-height: 0.4rem;
}
.box .child-ruleForm.el-form[data-v-611f1a29]  .el-form-item .el-form-item__content .el-input-group--append .el-input__inner {
  border-right: none;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
}
.box .child-ruleForm.el-form[data-v-611f1a29]  .el-form-item .el-form-item__content .el-input__inner {
  border: 0.005rem solid #c4c4c4;
  background: #ffffff;
}
.box .child-ruleForm.el-form[data-v-611f1a29]  .el-form-item .el-form-item__content .el-input-group__append {
  border: 0.005rem solid #c4c4c4;
  border-left: none;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
}
.box .list[data-v-611f1a29] {
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.box .item[data-v-611f1a29] {
  width: 3.38rem;
  margin: 0 0.45rem 0.2rem 0.14rem;
  padding: 0.14rem 0.15rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.box .item.item[data-v-611f1a29]:nth-child(3n) {
  margin-right: 0;
}
.box .item dt[data-v-611f1a29] {
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #333333;
}
.box .item dd[data-v-611f1a29] {
  margin: 0.1rem 0 0;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.box .item a[data-v-611f1a29] {
  margin-left: 0.1rem;
  margin-top: 0.1rem;
  float: right;
  font-weight: 700;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #7db0ea;
}
.box .add[data-v-12bb0c13] {
  font-weight: 700;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #7db0ea;
  margin-bottom: 0.3rem;
}
.box .child-ruleForm.el-form[data-v-12bb0c13] {
  width: 8.34rem;
  margin: 0 auto 0.3rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  padding-top: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-12bb0c13]  .el-form-item {
  margin-bottom: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-12bb0c13]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.box .child-ruleForm.el-form[data-v-12bb0c13]  .el-form-item .el-tooltip__popper {
  width: 2.03rem;
}
.box .child-ruleForm.el-form[data-v-12bb0c13]  .el-form-item .el-form-item__label {
  width: 1.75rem;
}
.box .child-ruleForm.el-form[data-v-12bb0c13]  .el-form-item .el-form-item__content {
  width: 5.13rem;
  line-height: 0.4rem;
}
.box .child-ruleForm.el-form[data-v-12bb0c13]  .el-form-item .el-form-item__content .el-input-group--append .el-input__inner {
  border-right: none;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
}
.box .child-ruleForm.el-form[data-v-12bb0c13]  .el-form-item .el-form-item__content .el-input__inner {
  border: 0.005rem solid #c4c4c4;
  background: #ffffff;
}
.box .child-ruleForm.el-form[data-v-12bb0c13]  .el-form-item .el-form-item__content .el-input-group__append {
  border: 0.005rem solid #c4c4c4;
  border-left: none;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
}
.box .list[data-v-12bb0c13] {
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.box .item[data-v-12bb0c13] {
  width: 3.38rem;
  margin: 0 0.45rem 0.2rem 0.14rem;
  padding: 0.14rem 0.15rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.box .item.item[data-v-12bb0c13]:nth-child(3n) {
  margin-right: 0;
}
.box .item dt[data-v-12bb0c13] {
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #333333;
}
.box .item dd[data-v-12bb0c13] {
  margin: 0.1rem 0 0;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.box .item a[data-v-12bb0c13] {
  margin-left: 0.1rem;
  margin-top: 0.1rem;
  float: right;
  font-weight: 700;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #7db0ea;
}
.box .add[data-v-77efe5fa] {
  font-weight: 700;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #7db0ea;
  margin-bottom: 0.3rem;
}
.box .child-ruleForm.el-form[data-v-77efe5fa] {
  width: 8.34rem;
  margin: 0 auto 0.3rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  padding-top: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-77efe5fa]  .el-form-item {
  margin-bottom: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-77efe5fa]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.box .child-ruleForm.el-form[data-v-77efe5fa]  .el-form-item .el-tooltip__popper {
  width: 2.03rem;
}
.box .child-ruleForm.el-form[data-v-77efe5fa]  .el-form-item .el-form-item__label {
  width: 1.75rem;
}
.box .child-ruleForm.el-form[data-v-77efe5fa]  .el-form-item .el-form-item__content {
  width: 5.13rem;
  line-height: 0.4rem;
}
.box .child-ruleForm.el-form[data-v-77efe5fa]  .el-form-item .el-form-item__content .el-input-group--append .el-input__inner {
  border-right: none;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
}
.box .child-ruleForm.el-form[data-v-77efe5fa]  .el-form-item .el-form-item__content .el-input__inner {
  border: 0.005rem solid #c4c4c4;
  background: #ffffff;
}
.box .child-ruleForm.el-form[data-v-77efe5fa]  .el-form-item .el-form-item__content .el-input-group__append {
  border: 0.005rem solid #c4c4c4;
  border-left: none;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
}
.box .list[data-v-77efe5fa] {
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.box .item[data-v-77efe5fa] {
  width: 3.38rem;
  margin: 0 0.45rem 0.2rem 0.14rem;
  padding: 0.14rem 0.15rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.box .item.item[data-v-77efe5fa]:nth-child(3n) {
  margin-right: 0;
}
.box .item dt[data-v-77efe5fa] {
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #333333;
}
.box .item dd[data-v-77efe5fa] {
  margin: 0.1rem 0 0;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.box .item a[data-v-77efe5fa] {
  margin-left: 0.1rem;
  margin-top: 0.1rem;
  float: right;
  font-weight: 700;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #7db0ea;
}
.box .add[data-v-f83a0496] {
  font-weight: 700;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #7db0ea;
  margin-bottom: 0.3rem;
}
.box .child-ruleForm.el-form[data-v-f83a0496] {
  width: 8.34rem;
  margin: 0 auto 0.3rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  padding-top: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-f83a0496]  .el-form-item {
  margin-bottom: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-f83a0496]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.box .child-ruleForm.el-form[data-v-f83a0496]  .el-form-item .el-tooltip__popper {
  width: 2.03rem;
}
.box .child-ruleForm.el-form[data-v-f83a0496]  .el-form-item .el-form-item__label {
  width: 1.75rem;
}
.box .child-ruleForm.el-form[data-v-f83a0496]  .el-form-item .el-form-item__content {
  width: 5.13rem;
  line-height: 0.4rem;
}
.box .child-ruleForm.el-form[data-v-f83a0496]  .el-form-item .el-form-item__content .el-input-group--append .el-input__inner {
  border-right: none;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
}
.box .child-ruleForm.el-form[data-v-f83a0496]  .el-form-item .el-form-item__content .el-input__inner {
  border: 0.005rem solid #c4c4c4;
  background: #ffffff;
}
.box .child-ruleForm.el-form[data-v-f83a0496]  .el-form-item .el-form-item__content .el-input-group__append {
  border: 0.005rem solid #c4c4c4;
  border-left: none;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
}
.box .list[data-v-f83a0496] {
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.box .item[data-v-f83a0496] {
  width: 3.38rem;
  margin: 0 0.45rem 0.2rem 0.14rem;
  padding: 0.14rem 0.15rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.box .item.item[data-v-f83a0496]:nth-child(3n) {
  margin-right: 0;
}
.box .item dt[data-v-f83a0496] {
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #333333;
}
.box .item dd[data-v-f83a0496] {
  margin: 0.1rem 0 0;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.box .item a[data-v-f83a0496] {
  margin-left: 0.1rem;
  margin-top: 0.1rem;
  float: right;
  font-weight: 700;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #7db0ea;
}
.box .add[data-v-e4fa5938] {
  font-weight: 700;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #7db0ea;
  margin-bottom: 0.3rem;
}
.box .child-ruleForm.el-form[data-v-e4fa5938] {
  width: 8.34rem;
  margin: 0 auto 0.3rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  padding-top: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-e4fa5938]  .el-form-item {
  margin-bottom: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-e4fa5938]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.box .child-ruleForm.el-form[data-v-e4fa5938]  .el-form-item .el-tooltip__popper {
  width: 2.03rem;
}
.box .child-ruleForm.el-form[data-v-e4fa5938]  .el-form-item .el-form-item__label {
  width: 1.75rem;
}
.box .child-ruleForm.el-form[data-v-e4fa5938]  .el-form-item .el-form-item__content {
  width: 5.13rem;
  line-height: 0.4rem;
}
.box .child-ruleForm.el-form[data-v-e4fa5938]  .el-form-item .el-form-item__content .el-input-group--append .el-input__inner {
  border-right: none;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
}
.box .child-ruleForm.el-form[data-v-e4fa5938]  .el-form-item .el-form-item__content .el-input__inner {
  border: 0.005rem solid #c4c4c4;
  background: #ffffff;
}
.box .child-ruleForm.el-form[data-v-e4fa5938]  .el-form-item .el-form-item__content .el-input-group__append {
  border: 0.005rem solid #c4c4c4;
  border-left: none;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
}
.box .list[data-v-e4fa5938] {
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.box .item[data-v-e4fa5938] {
  width: 3.38rem;
  margin: 0 0.45rem 0.2rem 0.14rem;
  padding: 0.14rem 0.15rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.box .item.item[data-v-e4fa5938]:nth-child(3n) {
  margin-right: 0;
}
.box .item dt[data-v-e4fa5938] {
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #333333;
}
.box .item dd[data-v-e4fa5938] {
  margin: 0.1rem 0 0;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.box .item a[data-v-e4fa5938] {
  margin-left: 0.1rem;
  margin-top: 0.1rem;
  float: right;
  font-weight: 700;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #7db0ea;
}
dl[data-v-16c41444] {
  text-align: center;
}
dl dt[data-v-16c41444] {
  margin-bottom: 0.36rem;
}
dl dd[data-v-16c41444] {
  margin: 0 0 0.12rem 0;
  font-size: 0.2rem;
  line-height: 0.23rem;
  color: #333333;
}
[data-v-16c41444] .el-button--primary {
  color: #fff !important;
}
[data-v-7b42b296] .el-button {
  border: none;
}
.signUp[data-v-7b42b296] {
  padding: 0.24rem 0 0.4rem;
  background: #f5f6f9;
  position: relative;
}
.signUp .wire[data-v-7b42b296] {
  width: 8.5rem;
  border-bottom: 0.01rem solid #f1f1f1;
  position: absolute;
  top: 1.28rem;
  z-index: 0;
}
.signUp[data-v-7b42b296]  .content {
  width: 12rem;
  margin-top: 0.16rem;
  padding: 0 0.2rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0.02659rem 0.06648rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.02659rem 0.06648rem rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0.13296rem 0.13296rem 0 0;
          border-radius: 0.13296rem 0.13296rem 0 0;
}
.signUp[data-v-7b42b296]  .content h2.title {
  width: 12rem;
  margin: 0 0;
  padding-left: 0.15rem;
  line-height: 0.52rem;
  background: #f6fbff;
  -webkit-border-radius: 0.13408rem 0.13408rem 0 0;
          border-radius: 0.13408rem 0.13408rem 0 0;
  font-size: 0.2rem;
  color: #333333;
}
.signUp[data-v-7b42b296]  .el-dialog {
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.signUp .demo-ruleForm[data-v-7b42b296] {
  margin: 0 auto;
}
.signUp .btn[data-v-7b42b296] {
  width: 2.81rem;
  height: 0.51rem;
  background: #d3e8fe;
  -webkit-border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
          border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  border: 0.01rem solid #649aff;
}
.signUp .btn .tip[data-v-7b42b296] {
  font-weight: 400;
  font-size: 0.16rem;
  color: #999999;
}
.signUp .step[data-v-7b42b296] {
  margin: auto;
  font-size: 0.18rem;
  margin-bottom: 0.26rem;
}
.signUp .step .stepLists[data-v-7b42b296] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.2rem 0;
  position: relative;
  z-index: 10000;
}
.signUp .step .stepTip[data-v-7b42b296] {
  font-weight: 500;
  font-size: 0.15rem;
  color: #7db0ea;
  line-height: 0.32rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0 0.35rem;
}
.signUp .step .stepTip .stepOrder[data-v-7b42b296] {
  width: 0.31rem;
  height: 0.31rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  text-align: center;
  border-width: 0.01rem;
  border-style: solid;
  margin-right: 0.08rem;
}
.signUp .step .stepTip .stepCon[data-v-7b42b296] {
  margin-top: 0.1rem;
  font-weight: 400;
  font-size: 0.22rem;
  color: #333333;
  margin-bottom: 0.05rem;
}
.signUp .step .stepTip .stepCon .active[data-v-7b42b296] {
  font-weight: 500;
  font-size: 0.2rem;
  color: #7db0ea;
}
.signUp .step .stepTip .dateTime[data-v-7b42b296] {
  color: #666666;
  font-size: 0.16rem;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.signUp[data-v-7b42b296]  .box {
  width: 12rem;
  padding: 0 0.2rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0.05659rem 0.06648rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.05659rem 0.06648rem rgba(0, 0, 0, 0.1);
}
.signUp[data-v-7b42b296]  .box h2.title {
  width: 12rem;
  margin: 0 0;
  padding-left: 0.15rem;
  line-height: 0.52rem;
  background: #f6fbff;
  -webkit-border-radius: 0.13408rem 0.13408rem 0 0;
          border-radius: 0.13408rem 0.13408rem 0 0;
  font-size: 0.2rem;
  color: #333333;
  margin-bottom: 0.4rem;
}
.signUp[data-v-7b42b296]  .box .el-input__inner {
  width: 7.22rem;
}
.signUp[data-v-7b42b296]  .box .el-radio {
  display: block;
  margin-bottom: 0.19rem;
}
.signUp[data-v-7b42b296]  .box h3.title {
  width: 100%;
  padding: 0.36rem 0 0.2rem;
  margin: 0 0 0.3rem 0;
  text-indent: 0.14rem;
  font-size: 0.16rem;
  color: #999999;
  color: #666666;
  border-bottom: 0.005rem solid #ababab;
}
.signUp[data-v-7b42b296]  .box h3.title span {
  width: 1.72rem;
  font-size: 0.18rem;
  color: #333333;
  display: inline-block;
}
.signUp[data-v-7b42b296]  .box div.title {
  width: 100%;
  margin: 0 0 0.3rem 0;
  line-height: 0.72rem;
  text-indent: 0.14rem;
  border-bottom: 0.005rem solid #ababab;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.signUp[data-v-7b42b296]  .box div.title span {
  font-size: 0.2rem;
  color: #333333;
  display: inline-block;
}
.signUp[data-v-7b42b296]  .box div.title .uploadBook {
  margin-top: 0.05rem;
}
.signUp[data-v-7b42b296]  .box div.title .text {
  font-size: 0.16rem;
  color: #999999;
  line-height: 0.22rem;
  font-weight: 400;
  text-indent: 0;
}
.signUp[data-v-7b42b296]  .box div.title .textBook {
  padding: 0.2rem 0;
}
.signUp[data-v-7b42b296]  .box .Member {
  width: auto;
  min-width: 2.65rem;
}
.signUp[data-v-7b42b296]  .box .Tips {
  width: 100%;
  padding: 0.21rem 0.06rem 0.28rem;
  font-weight: 400;
  font-size: 0.18rem;
  line-height: 159.5%;
  color: #da251c;
}
.signUp[data-v-7b42b296]  .box2 {
  width: 12rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0.05659rem 0.06648rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.05659rem 0.06648rem rgba(0, 0, 0, 0.1);
}
.signUp[data-v-7b42b296]  .box2 h2.title {
  width: 12rem;
  margin: 0 0;
  padding-left: 0.26rem;
  line-height: 0.52rem;
  background: #f6fbff;
  -webkit-border-radius: 0.13408rem 0.13408rem 0 0;
          border-radius: 0.13408rem 0.13408rem 0 0;
  font-size: 0.2rem;
  color: #333333;
}
.signUp[data-v-7b42b296]  .box2 h3.title {
  width: 100%;
  padding: 0.36rem 0 0.2rem;
  margin: 0 0 0.3rem 0;
  text-indent: 0.14rem;
  font-size: 0.16rem;
  color: #999999;
  color: #666666;
}
.signUp[data-v-7b42b296]  .box2 h3.title span {
  width: 1.72rem;
  font-size: 0.18rem;
  color: #333333;
  display: inline-block;
}
.signUp[data-v-7b42b296]  .box2 div.title {
  width: 100%;
  margin: 0 0 0.3rem 0;
  line-height: 0.72rem;
  text-indent: 0.14rem;
  border-bottom: 0.005rem solid #ababab;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.signUp[data-v-7b42b296]  .box2 div.title span {
  font-size: 0.2rem;
  color: #333333;
  display: inline-block;
}
.signUp[data-v-7b42b296]  .box2 div.title .uploadBook {
  margin-top: 0.05rem;
}
.signUp[data-v-7b42b296]  .box2 div.title .text {
  font-size: 0.16rem;
  color: #999999;
  line-height: 0.22rem;
  font-weight: 400;
  text-indent: 0;
}
.signUp[data-v-7b42b296]  .box2 div.title .textBook {
  padding: 0.2rem 0;
}
.signUp[data-v-7b42b296]  .box2 .Member {
  width: auto;
  min-width: 2.65rem;
}
.signUp[data-v-7b42b296]  .box2 .Tips {
  width: 100%;
  padding: 0.21rem 0.06rem 0.28rem;
  font-weight: 400;
  font-size: 0.18rem;
  line-height: 159.5%;
  color: #da251c;
}
.signUp[data-v-7b42b296]  .box3 {
  width: 12rem;
  background: #ffffff;
  -webkit-border-radius: 0 0 0.13296rem 0.13296rem;
          border-radius: 0 0 0.13296rem 0.13296rem;
  -webkit-box-shadow: 0 0.04659rem 0.06648rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.04659rem 0.06648rem rgba(0, 0, 0, 0.1);
}
.signUp[data-v-7b42b296]  .box3 .expenditure {
  height: 0.29rem;
}
.signUp[data-v-7b42b296]  .box3 .el-input__inner {
  height: 0.29rem;
  background: none;
}
.signUp .bottomDesc .el-input__inner[data-v-7b42b296] {
  height: 1.51rem;
}
.signUp[data-v-7b42b296]  .el-textarea__inner {
  height: 1.51rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
          border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  color: #333333;
  border: none;
  padding: 0.16rem 0.2rem;
  overflow: hidden;
}
.signUp[data-v-7b42b296]  .el-form-item {
  margin-bottom: 0.36rem;
}
.signUp[data-v-7b42b296]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.signUp[data-v-7b42b296]  .el-form-item .el-form-item__label {
  width: 1.2rem;
  line-height: 0.4rem;
  line-height: 0.5rem;
  font-size: 0.16rem;
  color: #666666;
}
.signUp[data-v-7b42b296]  .el-form-item .el-form-item__content {
  width: 7.22rem;
  line-height: 0.4rem;
}
.signUp[data-v-7b42b296]  .el-form-item .el-form-item__content .el-input__icon {
  line-height: 0.4rem;
}
.signUp[data-v-7b42b296]  .el-form-item .el-form-item__content .el-input__inner {
  border: none;
  font-size: 0.14rem;
  color: #333;
}
.signUp[data-v-7b42b296]  .el-form-item .el-form-item__content .el-input__inner .el-input__count .el-input__count-inner {
  background: none;
  padding: 0 0.12rem;
}
.signUp[data-v-7b42b296]  .dialog-footer {
  margin-top: 0.64rem;
}
.signUp[data-v-7b42b296]  .dialog-footer .btnLeft {
  width: 2rem;
  height: 0.4rem;
  background: #d3e8fe;
  -webkit-border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
          border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
  border: 0.01rem solid #7db0ea;
  font-weight: 800;
  font-size: 0.18rem;
  color: #7db0ea;
  line-height: 0.1rem;
}
.signUp[data-v-7b42b296]  .dialog-footer .btnRight {
  width: 2rem;
  height: 0.4rem;
  background: #7db0ea;
  -webkit-border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
          border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
  border: 0.01rem solid #7db0ea;
  font-weight: 800;
  font-size: 0.18rem;
  color: #ffffff;
  line-height: 0.1rem;
}
.box .add[data-v-43920bef] {
  font-weight: 700;
  font-size: 0.2rem;
  line-height: 0.52rem;
  /* 28px; */
  color: #7db0ea;
  margin-bottom: 0.3rem;
  text-indent: 0.2rem;
}
.box .child-ruleForm.el-form[data-v-43920bef] {
  width: 8.34rem;
  margin: 0 auto 0.3rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  padding-top: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-43920bef]  .el-form-item {
  margin-bottom: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-43920bef]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.box .child-ruleForm.el-form[data-v-43920bef]  .el-form-item .el-tooltip__popper {
  width: 2.03rem;
}
.box .child-ruleForm.el-form[data-v-43920bef]  .el-form-item .el-form-item__label {
  width: 1.75rem;
}
.box .child-ruleForm.el-form[data-v-43920bef]  .el-form-item .el-form-item__content {
  width: 5.13rem;
  line-height: 0.4rem;
}
.box .child-ruleForm.el-form[data-v-43920bef]  .el-form-item .el-form-item__content .el-input-group--append .el-input__inner {
  border-right: none;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
}
.box .child-ruleForm.el-form[data-v-43920bef]  .el-form-item .el-form-item__content .el-input__inner {
  border: 0.005rem solid #c4c4c4;
  background: #ffffff;
}
.box .child-ruleForm.el-form[data-v-43920bef]  .el-form-item .el-form-item__content .el-input-group__append {
  border: 0.005rem solid #c4c4c4;
  border-left: none;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
}
.box .list[data-v-43920bef] {
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.box .item[data-v-43920bef] {
  width: 3.38rem;
  margin: 0 0.45rem 0.2rem 0.14rem;
  padding: 0.14rem 0.15rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.box .item.item[data-v-43920bef]:nth-child(3n) {
  margin-right: 0;
}
.box .item dt[data-v-43920bef] {
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #333333;
}
.box .item dd[data-v-43920bef] {
  margin: 0.1rem 0 0;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.box .item a[data-v-43920bef] {
  margin-left: 0.1rem;
  margin-top: 0.1rem;
  float: right;
  font-weight: 700;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #7db0ea;
}
.box .add[data-v-03a8889e] {
  font-weight: 700;
  font-size: 0.2rem;
  line-height: 0.52rem;
  /* 28px; */
  color: #7db0ea;
  margin-bottom: 0.3rem;
  text-indent: 0.2rem;
}
.box .child-ruleForm.el-form[data-v-03a8889e] {
  width: 8.34rem;
  margin: 0 auto 0.3rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  padding-top: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-03a8889e]  .el-form-item {
  margin-bottom: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-03a8889e]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.box .child-ruleForm.el-form[data-v-03a8889e]  .el-form-item .el-tooltip__popper {
  width: 2.03rem;
}
.box .child-ruleForm.el-form[data-v-03a8889e]  .el-form-item .el-form-item__label {
  width: 1.75rem;
}
.box .child-ruleForm.el-form[data-v-03a8889e]  .el-form-item .el-form-item__content {
  width: 5.13rem;
  line-height: 0.4rem;
}
.box .child-ruleForm.el-form[data-v-03a8889e]  .el-form-item .el-form-item__content .el-input-group--append .el-input__inner {
  border-right: none;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
}
.box .child-ruleForm.el-form[data-v-03a8889e]  .el-form-item .el-form-item__content .el-input__inner {
  border: 0.005rem solid #c4c4c4;
  background: #ffffff;
}
.box .child-ruleForm.el-form[data-v-03a8889e]  .el-form-item .el-form-item__content .el-input-group__append {
  border: 0.005rem solid #c4c4c4;
  border-left: none;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
}
.box .list[data-v-03a8889e] {
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.box .item[data-v-03a8889e] {
  width: 3.38rem;
  margin: 0 0.45rem 0.2rem 0.14rem;
  padding: 0.14rem 0.15rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.box .item.item[data-v-03a8889e]:nth-child(3n) {
  margin-right: 0;
}
.box .item dt[data-v-03a8889e] {
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #333333;
}
.box .item dd[data-v-03a8889e] {
  margin: 0.1rem 0 0;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.box .item a[data-v-03a8889e] {
  margin-left: 0.1rem;
  margin-top: 0.1rem;
  float: right;
  font-weight: 700;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #7db0ea;
}
.box .add[data-v-25bbfabe] {
  font-weight: 700;
  font-size: 0.2rem;
  line-height: 0.52rem;
  /* 28px; */
  color: #7db0ea;
  margin-bottom: 0.3rem;
  text-indent: 0.2rem;
}
.box .child-ruleForm.el-form[data-v-25bbfabe] {
  width: 8.34rem;
  margin: 0 auto 0.3rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  padding-top: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-25bbfabe]  .el-form-item {
  margin-bottom: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-25bbfabe]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.box .child-ruleForm.el-form[data-v-25bbfabe]  .el-form-item .el-tooltip__popper {
  width: 2.03rem;
}
.box .child-ruleForm.el-form[data-v-25bbfabe]  .el-form-item .el-form-item__label {
  width: 1.75rem;
}
.box .child-ruleForm.el-form[data-v-25bbfabe]  .el-form-item .el-form-item__content {
  width: 5.13rem;
  line-height: 0.4rem;
}
.box .child-ruleForm.el-form[data-v-25bbfabe]  .el-form-item .el-form-item__content .el-input-group--append .el-input__inner {
  border-right: none;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
}
.box .child-ruleForm.el-form[data-v-25bbfabe]  .el-form-item .el-form-item__content .el-input__inner {
  border: 0.005rem solid #c4c4c4;
  background: #ffffff;
}
.box .child-ruleForm.el-form[data-v-25bbfabe]  .el-form-item .el-form-item__content .el-input-group__append {
  border: 0.005rem solid #c4c4c4;
  border-left: none;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
}
.box .list[data-v-25bbfabe] {
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.box .item[data-v-25bbfabe] {
  width: 3.38rem;
  margin: 0 0.45rem 0.2rem 0.14rem;
  padding: 0.14rem 0.15rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.box .item.item[data-v-25bbfabe]:nth-child(3n) {
  margin-right: 0;
}
.box .item dt[data-v-25bbfabe] {
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #333333;
}
.box .item dd[data-v-25bbfabe] {
  margin: 0.1rem 0 0;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.box .item a[data-v-25bbfabe] {
  margin-left: 0.1rem;
  margin-top: 0.1rem;
  float: right;
  font-weight: 700;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #7db0ea;
}
[data-v-09d69d5a] .el-checkbox-button {
  margin: 0 0.36rem 0.17rem 0;
}
[data-v-09d69d5a] .el-checkbox-button.is-checked .el-checkbox-button__inner {
  background: #7db0ea;
  color: #ffffff;
}
[data-v-09d69d5a] .el-checkbox-button .el-checkbox-button__inner {
  padding: 0.1rem 0.19rem;
  background: #f9f9f9;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #999999;
}
.signUp .child-ruleForm[data-v-2baa44d4] {
  width: 8.34rem;
  padding: 0.3rem 0 0.2rem;
  margin: 0.15rem 0 0 -1rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.signUp .child-ruleForm .el-icon-question[data-v-2baa44d4] {
  color: #ff7171;
}
.signUp .child-ruleForm[data-v-2baa44d4]  .el-form-item {
  margin-bottom: 0.32rem;
}
.signUp .child-ruleForm[data-v-2baa44d4]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.signUp .child-ruleForm[data-v-2baa44d4]  .el-form-item .el-tooltip__popper {
  width: 2.03rem;
}
.signUp .child-ruleForm[data-v-2baa44d4]  .el-form-item .el-form-item__label {
  width: 1.75rem;
}
.signUp .child-ruleForm[data-v-2baa44d4]  .el-form-item .el-form-item__content {
  width: 5.13rem;
  line-height: 0.4rem;
}
.signUp .child-ruleForm[data-v-2baa44d4]  .el-form-item .el-form-item__content .el-input-group--append .el-input__inner {
  border-right: none;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
}
.signUp .child-ruleForm[data-v-2baa44d4]  .el-form-item .el-form-item__content .el-input__inner {
  border: 0.005rem solid #c4c4c4;
  background: #ffffff;
}
.signUp .child-ruleForm[data-v-2baa44d4]  .el-form-item .el-form-item__content .el-input-group__append {
  border: 0.005rem solid #c4c4c4;
  border-left: none;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
}
.signUp .child-ruleForm .projectShareholderList .shareholder[data-v-2baa44d4] {
  width: 3rem;
  border-bottom: 0.01rem solid rgba(0, 0, 0, 0.2);
}
.signUp .child-ruleForm .projectShareholderList .shareholder[data-v-2baa44d4]:nth-child(n+2)  .el-form-item:nth-child(1) {
  margin-top: 0.15rem;
}
.signUp .child-ruleForm .projectShareholderList .shareholder[data-v-2baa44d4]  .el-form-item:nth-child(3),
.signUp .child-ruleForm .projectShareholderList .shareholder[data-v-2baa44d4]  .el-form-item:nth-child(4) {
  margin-bottom: 0;
}
.signUp .child-ruleForm .projectShareholderList[data-v-2baa44d4]  .el-form-item .el-form-item__label {
  width: 0.75rem;
  color: #999999;
  font-size: 0.14rem;
}
.signUp .child-ruleForm .projectShareholderList[data-v-2baa44d4]  .el-form-item .el-form-item__content {
  width: 2.08rem;
  line-height: 0.4rem;
}
.signUp .child-ruleForm .el-upload__tip[data-v-2baa44d4] {
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #999999;
}
.signUp .child-ruleForm .el-upload__tip a[data-v-2baa44d4] {
  color: #7db0ea;
}
.tooltip-popper {
  width: 2.03rem;
  font-weight: 400;
  font-size: 0.12rem;
  line-height: 0.19rem;
  color: #999999;
  border: none !important;
}
.tooltip-popper span {
  color: #666666;
}
.signUp .child-ruleForm[data-v-27e73e6c] {
  width: 8.34rem;
  padding: 0.3rem 0 0.2rem;
  margin: 0.15rem 0 0 -1rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.signUp .child-ruleForm .el-icon-question[data-v-27e73e6c] {
  color: #ff7171;
}
.signUp .child-ruleForm[data-v-27e73e6c]  .el-form-item {
  margin-bottom: 0.32rem;
}
.signUp .child-ruleForm[data-v-27e73e6c]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.signUp .child-ruleForm[data-v-27e73e6c]  .el-form-item .el-tooltip__popper {
  width: 2.03rem;
}
.signUp .child-ruleForm[data-v-27e73e6c]  .el-form-item .el-form-item__label {
  width: 1.75rem;
}
.signUp .child-ruleForm[data-v-27e73e6c]  .el-form-item .el-form-item__content {
  width: 5.13rem;
  line-height: 0.4rem;
}
.signUp .child-ruleForm[data-v-27e73e6c]  .el-form-item .el-form-item__content .el-input-group--append .el-input__inner {
  border-right: none;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
}
.signUp .child-ruleForm[data-v-27e73e6c]  .el-form-item .el-form-item__content .el-input__inner {
  border: 0.005rem solid #c4c4c4;
  background: #ffffff;
}
.signUp .child-ruleForm[data-v-27e73e6c]  .el-form-item .el-form-item__content .el-input-group__append {
  border: 0.005rem solid #c4c4c4;
  border-left: none;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
}
.signUp .child-ruleForm .el-upload__tip[data-v-27e73e6c] {
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #999999;
}
.signUp .child-ruleForm .el-upload__tip a[data-v-27e73e6c] {
  color: #7db0ea;
}
.tooltip-popper {
  width: 2.03rem;
  font-weight: 400;
  font-size: 0.12rem;
  line-height: 0.19rem;
  color: #999999;
  border: none !important;
}
.tooltip-popper span {
  color: #666666;
}
dl[data-v-4f86b2fc] {
  text-align: center;
}
dl dt[data-v-4f86b2fc] {
  margin-bottom: 0.36rem;
}
dl dd[data-v-4f86b2fc] {
  margin: 0 0 0.12rem 0;
  font-size: 0.2rem;
  line-height: 0.23rem;
  color: #333333;
}
[data-v-4f86b2fc] .el-button--primary {
  color: #fff !important;
}
[data-v-4f86b2fc] .custom-dialog .el-dialog__body {
  padding: 0.3rem 0.75rem 0.5rem;
}
[data-v-e7a899de] .el-dialog__body {
  padding: 0.3rem 0.5rem 0.01rem;
  overflow-x: hidden;
}
[data-v-e7a899de] .el-form {
  text-align: right;
}
[data-v-e7a899de] .el-form .el-input__inner {
  background: #f9f9f9 !important;
}
[data-v-e7a899de] .el-form .el-form-item:nth-child(1) {
  margin-right: 0.2rem;
}
[data-v-e7a899de] .el-form .el-form-item:nth-child(1) .el-form-item__content {
  width: 2rem;
}
[data-v-e7a899de] .el-form .el-form-item:nth-child(2) {
  margin-right: 0.2rem;
}
[data-v-e7a899de] .el-form .el-form-item:nth-child(2) .el-form-item__content {
  width: 2rem;
}
[data-v-e7a899de] .el-form .el-form-item:nth-child(3) {
  margin-right: 0;
}
[data-v-e7a899de] .el-form .el-form-item:nth-child(3) .el-form-item__content {
  width: 4rem;
  width: 100%;
}
[data-v-e7a899de] .el-form .el-form-item:nth-child(3) .el-input .el-input__inner {
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
}
[data-v-e7a899de] .el-form .el-form-item:nth-child(3) .el-input .el-input-group__append {
  background-color: transparent;
  border: none;
}
[data-v-e7a899de] .el-form-item .el-form-item__label {
  line-height: 0.41rem;
}
[data-v-e7a899de] .el-form-item .el-form-item__content {
  line-height: 0.41rem;
}
[data-v-e7a899de] .el-form-item .el-form-item__content .el-input__icon {
  line-height: 0.41rem;
}
[data-v-e7a899de] .el-form-item .el-form-item__content .el-input__inner {
  height: 0.41rem;
  line-height: 0.41rem;
  background: #fff;
}
.icon[data-v-e7a899de] {
  display: block;
  font-size: 0.25rem;
}
.el-pagination[data-v-e7a899de] {
  text-align: center;
  padding: 0.1rem;
}
[data-v-0d3b4f1e] .el-dialog__body {
  padding: 0.3rem 0.5rem 0.01rem;
  overflow-x: hidden;
}
[data-v-0d3b4f1e] .el-form {
  text-align: right;
}
[data-v-0d3b4f1e] .el-form .el-input__inner {
  background: #f9f9f9 !important;
}
[data-v-0d3b4f1e] .el-form .el-form-item:nth-child(1) {
  margin-right: 0.2rem;
}
[data-v-0d3b4f1e] .el-form .el-form-item:nth-child(1) .el-form-item__content {
  width: 2rem;
}
[data-v-0d3b4f1e] .el-form .el-form-item:nth-child(2) {
  margin-right: 0;
}
[data-v-0d3b4f1e] .el-form .el-form-item:nth-child(2) .el-form-item__content {
  width: 4rem;
  width: 100%;
}
[data-v-0d3b4f1e] .el-form .el-form-item:nth-child(2) .el-input .el-input__inner {
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
}
[data-v-0d3b4f1e] .el-form .el-form-item:nth-child(2) .el-input .el-input-group__append {
  background-color: transparent;
  border: none;
}
[data-v-0d3b4f1e] .el-form-item .el-form-item__label {
  line-height: 0.41rem;
}
[data-v-0d3b4f1e] .el-form-item .el-form-item__content {
  line-height: 0.41rem;
}
[data-v-0d3b4f1e] .el-form-item .el-form-item__content .el-input__icon {
  line-height: 0.41rem;
}
[data-v-0d3b4f1e] .el-form-item .el-form-item__content .el-input__inner {
  height: 0.41rem;
  line-height: 0.41rem;
  background: #fff;
}
.icon[data-v-0d3b4f1e] {
  display: block;
  font-size: 0.25rem;
}
.el-pagination[data-v-0d3b4f1e] {
  text-align: center;
  padding: 0.1rem;
}
[data-v-3dd13824] .replyform {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
[data-v-3dd13824] .replyform .el-form-item .el-form-item__content {
  width: 1rem !important;
  margin-right: 0.39rem !important;
}
[data-v-3dd13824] .replyform .el-form-item {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin-bottom: 0.2rem !important;
}
[data-v-3dd13824].el-form-item__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.tip[data-v-3dd13824] {
  color: #ff4949;
}
.button-new-tag[data-v-3dd13824],
.tagMember[data-v-3dd13824] {
  margin-right: 0.2rem;
}
.x[data-v-3dd13824] {
  color: #f56c6c;
}
.teacher-input[data-v-3dd13824] {
  margin-top: 0.2rem;
}
.teacher-input .el-input-list[data-v-3dd13824] {
  margin-bottom: 0.1rem;
}
.teacher-input i[data-v-3dd13824] {
  margin-left: 0.1rem;
}
.el-input[data-v-3dd13824] {
  width: 1.7rem;
  margin-right: 0.3rem;
}
.el-input.name[data-v-3dd13824], .el-input.jobNumber[data-v-3dd13824], .el-input.mobile[data-v-3dd13824] {
  width: 1.3rem;
}
.box .add[data-v-dc13cbf6] {
  font-weight: 700;
  font-size: 0.2rem;
  line-height: 0.52rem;
  /* 28px; */
  color: #7db0ea;
  margin-bottom: 0.3rem;
  text-indent: 0.2rem;
}
.box .child-ruleForm.el-form[data-v-dc13cbf6] {
  width: 8.34rem;
  margin: 0 auto 0.3rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  padding-top: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-dc13cbf6]  .el-form-item {
  margin-bottom: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-dc13cbf6]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.box .child-ruleForm.el-form[data-v-dc13cbf6]  .el-form-item .el-tooltip__popper {
  width: 2.03rem;
}
.box .child-ruleForm.el-form[data-v-dc13cbf6]  .el-form-item .el-form-item__label {
  width: 1.75rem;
}
.box .child-ruleForm.el-form[data-v-dc13cbf6]  .el-form-item .el-form-item__content {
  width: 5.13rem;
  line-height: 0.4rem;
}
.box .child-ruleForm.el-form[data-v-dc13cbf6]  .el-form-item .el-form-item__content .el-input-group--append .el-input__inner {
  border-right: none;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
}
.box .child-ruleForm.el-form[data-v-dc13cbf6]  .el-form-item .el-form-item__content .el-input__inner {
  border: 0.005rem solid #c4c4c4;
  background: #ffffff;
}
.box .child-ruleForm.el-form[data-v-dc13cbf6]  .el-form-item .el-form-item__content .el-input-group__append {
  border: 0.005rem solid #c4c4c4;
  border-left: none;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
}
.box .list[data-v-dc13cbf6] {
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.box .item[data-v-dc13cbf6] {
  width: 3.38rem;
  margin: 0 0.45rem 0.2rem 0.14rem;
  padding: 0.14rem 0.15rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.box .item.item[data-v-dc13cbf6]:nth-child(3n) {
  margin-right: 0;
}
.box .item dt[data-v-dc13cbf6] {
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #333333;
}
.box .item dd[data-v-dc13cbf6] {
  margin: 0.1rem 0 0;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.box .item a[data-v-dc13cbf6] {
  margin-left: 0.1rem;
  margin-top: 0.1rem;
  float: right;
  font-weight: 700;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #7db0ea;
}
.box .add[data-v-193b7608] {
  font-weight: 700;
  font-size: 0.2rem;
  line-height: 0.52rem;
  /* 28px; */
  color: #7db0ea;
  margin-bottom: 0.3rem;
  text-indent: 0.2rem;
}
.box .child-ruleForm.el-form[data-v-193b7608] {
  width: 8.34rem;
  margin: 0 auto 0.3rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  padding-top: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-193b7608]  .el-form-item {
  margin-bottom: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-193b7608]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.box .child-ruleForm.el-form[data-v-193b7608]  .el-form-item .el-tooltip__popper {
  width: 2.03rem;
}
.box .child-ruleForm.el-form[data-v-193b7608]  .el-form-item .el-form-item__label {
  width: 1.75rem;
}
.box .child-ruleForm.el-form[data-v-193b7608]  .el-form-item .el-form-item__content {
  width: 5.13rem;
  line-height: 0.4rem;
}
.box .child-ruleForm.el-form[data-v-193b7608]  .el-form-item .el-form-item__content .el-input-group--append .el-input__inner {
  border-right: none;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
}
.box .child-ruleForm.el-form[data-v-193b7608]  .el-form-item .el-form-item__content .el-input__inner {
  border: 0.005rem solid #c4c4c4;
  background: #ffffff;
}
.box .child-ruleForm.el-form[data-v-193b7608]  .el-form-item .el-form-item__content .el-input-group__append {
  border: 0.005rem solid #c4c4c4;
  border-left: none;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
}
.box .list[data-v-193b7608] {
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.box .item[data-v-193b7608] {
  width: 3.38rem;
  margin: 0 0.45rem 0.2rem 0.14rem;
  padding: 0.14rem 0.15rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.box .item.item[data-v-193b7608]:nth-child(3n) {
  margin-right: 0;
}
.box .item dt[data-v-193b7608] {
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #333333;
}
.box .item dd[data-v-193b7608] {
  margin: 0.1rem 0 0;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.box .item a[data-v-193b7608] {
  margin-left: 0.1rem;
  margin-top: 0.1rem;
  float: right;
  font-weight: 700;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #7db0ea;
}
.file[data-v-112410f5] {
  width: 8rem;
  margin-bottom: 0.15rem;
}
.file dt span[data-v-112410f5] {
  display: none !important;
}
.file dt div[data-v-112410f5] {
  display: block !important;
}
.file dt div img[data-v-112410f5] {
  display: inline-block !important;
  margin-right: 0.05rem;
}
.file dt .el-button[data-v-112410f5] {
  display: inline-block !important;
}
.file dt .viewFile[data-v-112410f5] {
  margin-right: 0.35rem;
}
.file .el-icon-tickets[data-v-112410f5] {
  color: #e9f4ff;
  font-size: 0.54rem;
  margin-right: 0.26rem;
}
.file .info[data-v-112410f5] {
  width: 100%;
  margin: 0;
}
.file .info dt[data-v-112410f5] {
  margin-bottom: 0.1rem;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.file .info dt span[data-v-112410f5] {
  display: inline-block;
}
.file .info dt div[data-v-112410f5] {
  display: none;
}
.file .info dt .el-button[data-v-112410f5] {
  padding: 0;
  display: none;
}
.file .info dd[data-v-112410f5] {
  margin: 0.05rem 0 0 0;
  font-size: 0.12rem;
  line-height: 0.17rem;
  color: #999999;
}
[data-v-38e50c9d] .el-dialog {
  min-width: 7rem;
}
[data-v-38e50c9d] .el-timeline-item {
  width: 100%;
}
.file[data-v-38e50c9d] {
  padding-left: 0.14rem;
  margin-bottom: 0.15rem;
}
.file .el-icon-tickets[data-v-38e50c9d] {
  color: #e9f4ff;
  font-size: 0.54rem;
  margin-right: 0.17rem;
}
.file .info[data-v-38e50c9d] {
  width: 100%;
  margin: 0;
}
.file .info dt[data-v-38e50c9d] {
  height: 0.22rem;
}
.file .info dt .fileName[data-v-38e50c9d] {
  display: block;
  width: 3.5rem;
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #333333;
}
.file .info dt .ops[data-v-38e50c9d] {
  width: 0.8rem;
}
.file .info dt .el-button[data-v-38e50c9d] {
  padding: 0.02rem 0.09rem;
  background: #7DB0EA;
  color: #FFFFFF;
  margin-right: 0.2rem;
}
.file .info dd[data-v-38e50c9d] {
  margin: 0.05rem 0 0 0;
  font-size: 0.1rem;
  line-height: 0.14rem;
  color: #999999;
}
.box .text[data-v-0c92f554] {
  font-size: 0.16rem !important;
}
.uploadFile .btn[data-v-0c92f554] {
  width: 2.81rem;
  height: 0.51rem;
  padding: 0;
  line-height: 0.51rem;
  background: #ecefff;
  -webkit-border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
          border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  border: 0.01rem solid #3b5efc;
  font-size: 0.16rem;
  color: #3b5efc;
}
.uploadFile .btn + .btn[data-v-0c92f554] {
  float: right;
}
.uploadFile[data-v-0c92f554]  .el-form-item {
  margin-bottom: 0.32rem !important;
}
.text[data-v-31f7754e] {
  font-size: 0.14rem;
  color: #999999;
  line-height: 0.4rem;
  font-weight: 700;
}
.avatar-uploader[data-v-31f7754e] {
  margin-right: 3.6rem;
  margin-bottom: 0.3rem;
}
.avatar-uploader[data-v-31f7754e]  .el-upload {
  width: 1.92rem;
  height: 1.92rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.avatar-uploader[data-v-31f7754e]  .el-upload:hover {
  border-color: #409eff;
}
.avatar-uploader .avatar-uploader-btn[data-v-31f7754e] {
  margin-top: 0.47rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.avatar-uploader .avatar-uploader-btn dt[data-v-31f7754e] {
  font-size: 0.28rem;
  color: #999999;
  font-weight: bold;
  margin-bottom: 0.14rem;
}
.avatar-uploader .avatar-uploader-btn dd[data-v-31f7754e] {
  margin: 0.1rem 0 0 0;
  font-family: Roboto, Roboto;
  font-weight: 400;
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.2rem;
  color: #666666;
}
.avatar-uploader .avatar-uploader-btn dd[data-v-31f7754e]:last-child {
  font-family: Roboto, Roboto;
  font-weight: 400;
  font-size: 0.12rem;
  color: #999999;
}
.avatar-uploader .avatar[data-v-31f7754e] {
  width: 1.92rem;
  height: 1.92rem;
  display: block;
}
.box .add[data-v-b302db4e] {
  font-weight: 700;
  font-size: 0.2rem;
  line-height: 0.52rem;
  /* 28px; */
  color: #7db0ea;
  margin-bottom: 0.3rem;
  text-indent: 0.2rem;
}
.box .child-ruleForm.el-form[data-v-b302db4e] {
  width: 8.34rem;
  margin: 0 auto 0.3rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  padding-top: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-b302db4e]  .el-form-item {
  margin-bottom: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-b302db4e]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.box .child-ruleForm.el-form[data-v-b302db4e]  .el-form-item .el-tooltip__popper {
  width: 2.03rem;
}
.box .child-ruleForm.el-form[data-v-b302db4e]  .el-form-item .el-form-item__label {
  width: 1.75rem;
}
.box .child-ruleForm.el-form[data-v-b302db4e]  .el-form-item .el-form-item__content {
  width: 5.13rem;
  line-height: 0.4rem;
}
.box .child-ruleForm.el-form[data-v-b302db4e]  .el-form-item .el-form-item__content .el-input-group--append .el-input__inner {
  border-right: none;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
}
.box .child-ruleForm.el-form[data-v-b302db4e]  .el-form-item .el-form-item__content .el-input__inner {
  border: 0.005rem solid #c4c4c4;
  background: #ffffff;
}
.box .child-ruleForm.el-form[data-v-b302db4e]  .el-form-item .el-form-item__content .el-input-group__append {
  border: 0.005rem solid #c4c4c4;
  border-left: none;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
}
.box .list[data-v-b302db4e] {
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.box .item[data-v-b302db4e] {
  width: 3.38rem;
  margin: 0 0.45rem 0.2rem 0.14rem;
  padding: 0.14rem 0.15rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.box .item.item[data-v-b302db4e]:nth-child(3n) {
  margin-right: 0;
}
.box .item dt[data-v-b302db4e] {
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #333333;
}
.box .item dd[data-v-b302db4e] {
  margin: 0.1rem 0 0;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.box .item a[data-v-b302db4e] {
  margin-left: 0.1rem;
  margin-top: 0.1rem;
  float: right;
  font-weight: 700;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #7db0ea;
}
.signUp[data-v-5d959c72] {
  padding: 0.24rem 0 0.4rem;
  background: #f5f6f9;
  position: relative;
}
.signUp[data-v-5d959c72]  .box {
  width: 12rem;
  margin-top: 0.16rem;
  padding: 0 0.2rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0.02659rem 0.06648rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.02659rem 0.06648rem rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0.13296rem;
          border-radius: 0.13296rem;
}
.signUp[data-v-5d959c72]  .box h2.title {
  width: 12rem;
  margin: 0 0;
  padding-left: 0.26rem;
  line-height: 0.52rem;
  background: #f6fbff;
  -webkit-border-radius: 0.13408rem 0.13408rem 0 0;
          border-radius: 0.13408rem 0.13408rem 0 0;
  font-size: 0.2rem;
  color: #333333;
}
.signUp[data-v-5d959c72]  .box h3.title {
  width: 100%;
  padding: 0.36rem 0 0.2rem;
  margin: 0 0 0.3rem 0;
  text-indent: 0.14rem;
  font-size: 0.16rem;
  color: #999999;
  color: #666666;
  border-bottom: 0.005rem solid #ababab;
}
.signUp[data-v-5d959c72]  .box h3.title span {
  width: 1.72rem;
  font-size: 0.18rem;
  color: #333333;
  display: inline-block;
}
.signUp[data-v-5d959c72]  .box div.title {
  width: 100%;
  margin: 0 0 0.3rem 0;
  line-height: 0.72rem;
  text-indent: 0.14rem;
  border-bottom: 0.005rem solid #ababab;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.signUp[data-v-5d959c72]  .box div.title span {
  font-size: 0.2rem;
  color: #333333;
  display: inline-block;
}
.signUp[data-v-5d959c72]  .box div.title .uploadBook {
  margin-top: 0.05rem;
}
.signUp[data-v-5d959c72]  .box div.title .text {
  font-size: 0.16rem;
  color: #999999;
  line-height: 0.22rem;
  font-weight: 400;
  text-indent: 0;
}
.signUp[data-v-5d959c72]  .box div.title .textBook {
  padding: 0.2rem 0;
}
.signUp[data-v-5d959c72]  .box .Member {
  width: auto;
  min-width: 2.65rem;
}
.signUp[data-v-5d959c72]  .box .Tips {
  width: 100%;
  padding: 0.21rem 0.06rem 0.28rem;
  font-weight: 400;
  font-size: 0.18rem;
  line-height: 159.5%;
  color: #da251c;
}
.signUp[data-v-5d959c72]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.signUp[data-v-5d959c72]  .el-form-item .el-form-item__label {
  width: 1.9rem;
  line-height: 0.4rem;
  font-size: 0.16rem;
  color: #666666;
}
.signUp[data-v-5d959c72]  .el-form-item.textarea .el-form-item__content {
  width: 8.34rem;
}
.signUp[data-v-5d959c72]  .el-form-item.textarea .el-form-item__content .el-textarea__inner {
  background: #f9f9f9;
  border: none;
}
.signUp[data-v-5d959c72]  .el-form-item .el-form-item__content {
  width: 7.22rem;
  line-height: 0.4rem;
}
.signUp[data-v-5d959c72]  .el-form-item .el-form-item__content .el-input__icon {
  line-height: 0.4rem;
}
.signUp[data-v-5d959c72]  .el-form-item .el-form-item__content .el-input__inner {
  height: 0.4rem;
  line-height: 0.4rem;
  border: none;
  font-size: 0.14rem;
  color: #999999;
}
.signUp[data-v-5d959c72]  .el-form-item .el-form-item__content .el-input__inner .el-input__count .el-input__count-inner {
  background: none;
  padding: 0 0.12rem;
}
.signUp[data-v-5d959c72]  .dialog-footer {
  margin-top: 0.3rem;
}
.signUp[data-v-5d959c72]  .dialog-footer .el-button.nextStep {
  width: 2rem;
  display: block;
  margin: 0 auto;
}
.signUp[data-v-5d959c72]  .dialog-footer .el-button {
  width: 2rem;
  height: 0.4rem;
  padding: 0;
  background: #d3e8fe;
  border: 0.01rem solid #7db0ea;
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
  line-height: 0.4rem;
  font-size: 0.18rem;
  color: #333333;
}
.signUp[data-v-5d959c72]  .dialog-footer .el-button--primary {
  background: #3b5efc;
  color: #fff;
}
[data-v-56f4efce] .el-form-item .el-form-item__label {
  line-height: 0.41rem;
}
[data-v-56f4efce] .el-form-item .el-form-item__content {
  line-height: 0.41rem;
}
[data-v-56f4efce] .el-form-item .el-form-item__content .el-input__icon {
  line-height: 0.41rem;
}
[data-v-56f4efce] .el-form-item .el-form-item__content .el-input__inner {
  height: 0.41rem;
  line-height: 0.41rem;
  background: #fff;
}
[data-v-56f4efce] .el-dialog__title {
  margin-left: 0.2rem;
}
.file[data-v-4050fcb0] {
  width: 3.5rem;
  margin-bottom: 0.15rem;
}
.file dt[data-v-4050fcb0] {
  width: 3rem;
}
.file dt span[data-v-4050fcb0] {
  display: none !important;
}
.file dt div[data-v-4050fcb0] {
  display: block !important;
}
.file dt div img[data-v-4050fcb0] {
  display: inline-block !important;
  margin-right: 0.05rem;
}
.file dt .el-button[data-v-4050fcb0] {
  display: inline-block !important;
}
.file .el-icon-tickets[data-v-4050fcb0] {
  color: #e9f4ff;
  font-size: 0.54rem;
  margin-right: 0.26rem;
}
.file .info[data-v-4050fcb0] {
  width: 100%;
  margin: 0;
}
.file .info dt[data-v-4050fcb0] {
  margin-bottom: 0.1rem;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.file .info dt span[data-v-4050fcb0] {
  display: inline-block;
}
.file .info dt div[data-v-4050fcb0] {
  display: none;
}
.file .info dt .el-button[data-v-4050fcb0] {
  padding: 0;
  display: none;
}
.file .info dd[data-v-4050fcb0] {
  margin: 0.05rem 0 0 0;
  font-size: 0.12rem;
  line-height: 0.17rem;
  color: #999999;
}
[data-v-a78029e0] .el-dialog {
  min-width: 7rem;
}
[data-v-a78029e0] .el-timeline-item {
  width: 100%;
}
.file[data-v-a78029e0] {
  padding-left: 0.14rem;
  margin-bottom: 0.15rem;
}
.file .el-icon-tickets[data-v-a78029e0] {
  color: #e9f4ff;
  font-size: 0.54rem;
  margin-right: 0.17rem;
}
.file .info[data-v-a78029e0] {
  width: 100%;
  margin: 0;
}
.file .info dt[data-v-a78029e0] {
  height: 0.22rem;
}
.file .info dt .fileName[data-v-a78029e0] {
  display: block;
  width: 3.5rem;
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #333333;
}
.file .info dt .ops[data-v-a78029e0] {
  width: 0.8rem;
}
.file .info dt .el-button[data-v-a78029e0] {
  padding: 0.02rem 0.09rem;
  background: #7DB0EA;
  color: #FFFFFF;
  margin-right: 0.2rem;
}
.file .info dd[data-v-a78029e0] {
  margin: 0.05rem 0 0 0;
  font-size: 0.1rem;
  line-height: 0.14rem;
  color: #999999;
}
.upload .title[data-v-6d1163c9] {
  margin-bottom: 0.1rem;
}
.upload .uploadBook[data-v-6d1163c9] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.16rem;
  color: #666666;
}
.upload .btn-item[data-v-6d1163c9] {
  width: 3.5rem;
  height: 0.62rem;
  background: #ecefff;
  -webkit-border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
          border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
  margin-bottom: 0.2rem;
}
.upload .btn-item .btn[data-v-6d1163c9] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.16rem;
  color: #3b5efc;
  text-align: center;
  font-style: normal;
  text-transform: none;
  background: none;
  border: none;
  padding: 0.1rem 1.19rem 0.07rem 1.4rem;
}
.upload .btn-item .text[data-v-6d1163c9] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.1rem;
  color: #999999;
  line-height: 0.12rem;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.uploadFile .btn[data-v-6d1163c9] {
  width: 2.81rem;
  height: 0.51rem;
  padding: 0;
  line-height: 0.51rem;
  background: #ecefff;
  -webkit-border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
          border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  border: 0.01rem solid #3b5efc;
  font-size: 0.16rem;
  color: #3b5efc;
}
.uploadFile .btn + .btn[data-v-6d1163c9] {
  float: right;
}
.uploadFile[data-v-6d1163c9]  .el-form-item {
  margin-bottom: 0.32rem !important;
}
.dialog[data-v-38c6b67a] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.22rem;
}
.dialog .dialog-head[data-v-38c6b67a] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.dialog .dialog-head img[data-v-38c6b67a] {
  width: 0.225rem;
  height: 0.225rem;
  margin-right: 0.1rem;
}
.dialog .dialog-head .title[data-v-38c6b67a] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.2rem;
  color: #333333;
}
[data-v-38c6b67a] .el-dialog__body {
  padding: 0.32rem 0.32rem 0 0.5rem;
}
[data-v-38c6b67a] div.el-dialog__footer {
  padding: 0 0.32rem 0.32rem 0.32rem;
}
[data-v-38c6b67a] div.el-dialog__footer .dialog-footer .el-button {
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 400;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
}
[data-v-38c6b67a] div.el-dialog__footer .dialog-footer .el-button.el-button--default {
  background: #fff;
  border: 0.01rem solid #3b5efc;
  color: #3b5efc;
}
[data-v-38c6b67a] div.el-dialog__footer .dialog-footer .el-button.el-button--primary {
  background: #3b5efc;
  color: #fff;
}
.tc[data-v-8780d1ae] {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 0 0 0 0;
          border-radius: 0 0 0 0;
}
.tc2[data-v-8780d1ae] {
  height: 100vh;
  -webkit-border-radius: 0 0 0 0;
          border-radius: 0 0 0 0;
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.tc2 .tip[data-v-8780d1ae] {
  width: 4.74rem;
  height: 0.82rem;
  background: #ffffff;
  -webkit-border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
          border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.2rem;
  color: #333333;
  line-height: 0.82rem;
  text-align: center;
}
.tc2 .img[data-v-8780d1ae] {
  width: 0.23rem;
  height: 0.23rem;
  -webkit-border-radius: 0 0 0 0;
          border-radius: 0 0 0 0;
  position: absolute;
  left: 0.7rem;
  bottom: -0.17rem;
}
.dialog[data-v-8780d1ae] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.22rem;
}
.dialog .dialog-head[data-v-8780d1ae] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.16rem;
}
.dialog .dialog-head img[data-v-8780d1ae] {
  width: 0.225rem;
  height: 0.225rem;
  margin-right: 0.1rem;
}
.dialog .dialog-head .title[data-v-8780d1ae] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.2rem;
  color: #333333;
}
[data-v-8780d1ae] .el-dialog__body {
  padding: 0.32rem 0.32rem 0 0.5rem;
}
[data-v-8780d1ae] div.el-dialog__footer {
  padding: 0 0.32rem 0.32rem 0.32rem;
}
[data-v-8780d1ae] div.el-dialog__footer .dialog-footer .el-button {
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 400;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
}
[data-v-8780d1ae] div.el-dialog__footer .dialog-footer .el-button.el-button--default {
  background: #fff;
  border: 0.01rem solid #3b5efc;
  color: #3b5efc;
}
[data-v-8780d1ae] div.el-dialog__footer .dialog-footer .el-button.el-button--primary {
  background: #3b5efc;
  color: #fff;
}
@charset "UTF-8";
[data-v-06eb3cec] .el-dialog {
  height: 3.46rem;
  z-index: 20000;
}
[data-v-06eb3cec] .el-dialog__title {
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  font-size: 0.2rem;
}
[data-v-06eb3cec] .el-dialog__header {
  padding: 0.1rem 0 0 0.28rem !important;
  border-bottom: 0.01rem solid #dfdfdf;
  position: relative;
}
[data-v-06eb3cec] .el-dialog__header .el-carousel__item h3 {
  width: 1.6rem;
  height: 0.5rem;
  color: #333;
  position: absolute;
  top: 0;
}
[data-v-06eb3cec] .el-dialog__header ::v-deep .el-carousel__container {
  width: 1.6rem;
}
[data-v-06eb3cec] .el-loading-spinner {
  margin-top: 0.2rem !important;
}
[data-v-06eb3cec] .el-dialog__body {
  padding: 0.25rem 0.32rem 0 0.5rem !important;
}
.buy[data-v-06eb3cec] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.buy .buy-left .buy-left-1[data-v-06eb3cec] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.buy .buy-left .buy-left-1 .buy-left-1-1 img[data-v-06eb3cec] {
  width: 2.4rem;
  height: 1.35rem;
  background: #d9d9d9;
  -webkit-border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
          border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
}
.buy .buy-left .buy-left-1 .buy-left-1-2[data-v-06eb3cec] {
  margin-left: 0.17rem;
  width: 2.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.buy .buy-left .buy-left-1 .buy-left-1-2 .title[data-v-06eb3cec] {
  font-size: 0.16rem;
  margin: 0;
  padding: 0;
  color: #333333;
}
.buy .buy-left .buy-left-1 .buy-left-1-2 .buy-price[data-v-06eb3cec] {
  margin: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 0.12rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.12rem;
  color: #333333;
  line-height: 0.12rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.buy .buy-left .buy-left-1 .buy-left-1-2 .buy-price .buy-price-1[data-v-06eb3cec] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 0.2rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.2rem;
  color: #3b5efc;
  line-height: 0.26rem;
  margin-right: 0.06rem;
}
.buy .buy-left .buy-left-1 .buy-left-1-2 .buy-price .buy-price-2[data-v-06eb3cec] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 0.12rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.12rem;
  color: #999999;
  line-height: 0.12rem;
  font-style: normal;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}
.buy .buy-left .buy-left-1 .buy-left-1-2 .pr[data-v-06eb3cec] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.buy .buy-left .buy-left-1 .buy-left-1-2 .pr p[data-v-06eb3cec] {
  margin: 0;
  padding: 0;
}
.buy .buy-left .buy-left-2[data-v-06eb3cec] {
  margin-top: 0.4rem;
}
.buy .buy-left .buy-left-2[data-v-06eb3cec]  .el-checkbox .el-checkbox__input.is-checked + .el-checkbox__label {
  color: #333333 !important;
}
.buy .buy-left .buy-left-2[data-v-06eb3cec]  .el-checkbox .el-checkbox__label {
  font-size: 0.16rem;
  color: #333333 !important;
}
.buy .buy-left .buy-left-2[data-v-06eb3cec]  .el-checkbox .el-checkbox__label a {
  font-size: 0.16rem;
  color: #3b5efcff !important;
}
.buy .buy-left .buy-left-2 .readme[data-v-06eb3cec] {
  color: #999;
}
.buy .buy-right[data-v-06eb3cec] {
  height: 2.26rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border-left: 0.01rem solid #dfdfdf;
  margin-right: 0.82rem;
  padding-left: 0.15rem;
}
.buy .buy-right .payWay[data-v-06eb3cec] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 0.16rem;
  color: #333333;
}
.buy .buy-right .payWay-1[data-v-06eb3cec] {
  margin: 0.16rem 0 0 0.28rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.buy .buy-right .payWay-1 .left[data-v-06eb3cec] {
  width: 0.9rem;
  height: 0.25rem;
  border: 0.01rem solid #efeded;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
  /* 对号图标样式 */
}
.buy .buy-right .payWay-1 .left img[data-v-06eb3cec] {
  width: 0.16rem;
  height: 0.14rem;
  margin-top: 0 !important;
  margin-right: 0.05rem;
}
.buy .buy-right .payWay-1 .left .sp[data-v-06eb3cec] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.12rem;
  color: #333333;
}
.buy .buy-right .payWay-1 .left .check-icon[data-v-06eb3cec] {
  position: absolute;
  top: -0.01rem;
  /* 调整位置 */
  right: -0.05rem;
  /* 调整位置 */
}
.buy .buy-right .payWay-1 .right[data-v-06eb3cec] {
  width: 0.9rem;
  height: 0.25rem;
  border: 0.01rem solid #efeded;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0.24rem;
  position: relative;
  cursor: pointer;
  /* 对号图标样式 */
}
.buy .buy-right .payWay-1 .right img[data-v-06eb3cec] {
  width: 0.16rem;
  height: 0.14rem;
  margin-top: 0 !important;
  margin-right: 0.05rem;
}
.buy .buy-right .payWay-1 .right .sp[data-v-06eb3cec] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.12rem;
  color: #333333;
}
.buy .buy-right .payWay-1 .right .check-icon[data-v-06eb3cec] {
  position: absolute;
  top: -0.01rem;
  /* 调整位置 */
  right: -0.05rem;
  /* 调整位置 */
}
.buy .buy-right .payWay-1 .left.active[data-v-06eb3cec],
.buy .buy-right .payWay-1 .right.active[data-v-06eb3cec] {
  border-color: #3b5efc;
  /* 蓝色边框 */
}
.buy .buy-right .tip[data-v-06eb3cec] {
  width: 1.47rem;
  height: 0.3rem;
  -webkit-border-radius: 0.15rem 0.15rem 0.15rem 0.15rem;
          border-radius: 0.15rem 0.15rem 0.15rem 0.15rem;
  border: 0.01rem solid #3b5efc;
  text-align: center;
  color: #3b5efc;
  line-height: 0.3rem;
  margin-left: 0.25rem;
  cursor: pointer;
}
.buy .buy-right p[data-v-06eb3cec] {
  padding: 0;
  margin: 0;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.1rem;
  color: #333333;
  line-height: 0.21rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-top: 0.16rem;
}
.buy .buy-right p span[data-v-06eb3cec] {
  color: #333333;
  font-size: 0.15rem;
}
.buy .buy-right .buy-right-1[data-v-06eb3cec] {
  margin-top: 0.1rem;
  width: 1.2rem;
  height: 1.2rem;
  background: #f6f7f8;
  -webkit-border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
          border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
  border: 0.01rem solid #b2b2b2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.buy .buy-right .buy-right-1 p[data-v-06eb3cec] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.14rem;
  color: #000000;
  line-height: 0.16rem;
}
.buy .buy-right #qrcode[data-v-06eb3cec] {
  margin-top: 0.1rem;
  width: 100%;
  /* 或者你想要的具体宽度 */
  height: auto;
  /* 高度自动调整 */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0.25rem;
}
.buy .buy-right #qrcode img[data-v-06eb3cec] {
  width: 1.46rem;
  height: 1.45rem;
}
.buy .buy-right img[data-v-06eb3cec] {
  margin-top: 0.25rem;
  width: 1.46rem;
  height: 1.45rem;
}
.dialog[data-v-c5fd79fe] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.22rem;
}
.dialog .dialog-head[data-v-c5fd79fe] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.16rem;
}
.dialog .dialog-head img[data-v-c5fd79fe] {
  width: 0.225rem;
  height: 0.225rem;
  margin-right: 0.1rem;
}
.dialog .dialog-head .title[data-v-c5fd79fe] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.2rem;
  color: #333333;
}
[data-v-c5fd79fe] .el-dialog__body {
  padding: 0.32rem 0.32rem 0 0.5rem;
}
[data-v-c5fd79fe] div.el-dialog__footer {
  padding: 0 0.32rem 0.32rem 0.32rem;
}
[data-v-c5fd79fe] div.el-dialog__footer .dialog-footer .el-button {
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 400;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
}
[data-v-c5fd79fe] div.el-dialog__footer .dialog-footer .el-button.el-button--default {
  background: #fff;
  border: 0.01rem solid #3b5efc;
  color: #3b5efc;
}
[data-v-c5fd79fe] div.el-dialog__footer .dialog-footer .el-button.el-button--primary {
  background: #3b5efc;
  color: #fff;
}
.dialog[data-v-0293a68b] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.22rem;
}
.dialog .dialog-head[data-v-0293a68b] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.16rem;
}
.dialog .dialog-head img[data-v-0293a68b] {
  width: 0.225rem;
  height: 0.225rem;
  margin-right: 0.1rem;
}
.dialog .dialog-head .title[data-v-0293a68b] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.2rem;
  color: #333333;
}
[data-v-0293a68b] .el-dialog__body {
  padding: 0.32rem 0.32rem 0 0.5rem;
}
[data-v-0293a68b] div.el-dialog__footer {
  padding: 0 0.32rem 0.32rem 0.32rem;
}
[data-v-0293a68b] div.el-dialog__footer .dialog-footer .el-button {
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 400;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
}
[data-v-0293a68b] div.el-dialog__footer .dialog-footer .el-button.el-button--default {
  background: #fff;
  border: 0.01rem solid #3b5efc;
  color: #3b5efc;
}
[data-v-0293a68b] div.el-dialog__footer .dialog-footer .el-button.el-button--primary {
  background: #3b5efc;
  color: #fff;
}
[data-v-38c5425b] .el-dialog {
  margin-top: 3.62rem;
  background: none !important;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.dialog[data-v-38c5425b] {
  width: 4.74rem;
  height: 0.82rem;
  background: #ffffff;
  -webkit-border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
          border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
  margin-bottom: 0.22rem;
  padding: 0.27rem 1.23rem 0.27rem 1.14rem;
  margin-top: 2.2rem;
  margin-left: 1.3rem;
}
.dialog .dialog-head[data-v-38c5425b] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.16rem;
}
.dialog .dialog-head img[data-v-38c5425b] {
  width: 0.225rem;
  height: 0.225rem;
  margin-right: 0.1rem;
}
.dialog .dialog-head .title[data-v-38c5425b] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.2rem;
  color: #333333;
}
.dialogs[data-v-38c5425b] {
  width: 4.74rem;
  height: 0.82rem;
  background: #ffffff;
  -webkit-border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
          border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
  margin-bottom: 0.22rem;
  padding: 0.27rem 1.23rem 0.27rem 1.14rem;
}
.dialogs .dialog-head[data-v-38c5425b] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.16rem;
}
.dialogs .dialog-head img[data-v-38c5425b] {
  width: 0.225rem;
  height: 0.225rem;
  margin-right: 0.1rem;
}
.dialogs .dialog-head .title[data-v-38c5425b] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.2rem;
  color: #333333;
}
[data-v-38c5425b] .el-dialog__body {
  height: 0.82rem;
  padding: 0.32rem 0.32rem 0 0.5rem;
}
@charset "UTF-8";
.custom-progress[data-v-25ab03de]  .el-progress-bar__outer {
  height: 0.01rem !important;
  /* 针对外层容器 */
}
.custom-progress[data-v-25ab03de]  .el-progress-bar__inner::after {
  height: 0.01rem !important;
  /* 针对进度条内部 */
}
.file[data-v-25ab03de] {
  width: 3rem;
  margin-bottom: 0.15rem;
}
.file dt[data-v-25ab03de] {
  width: 3rem;
}
.file dt span[data-v-25ab03de] {
  display: none !important;
}
.file dt div[data-v-25ab03de] {
  display: block !important;
}
.file dt div img[data-v-25ab03de] {
  display: inline-block !important;
  margin-right: 0.05rem;
}
.file dt .el-button[data-v-25ab03de] {
  display: inline-block !important;
}
.file .btn[data-v-25ab03de] {
  width: 0.9rem;
  height: 0.36rem;
  background: #ecefff;
  -webkit-border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
          border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.14rem;
  color: #3b5efc;
}
.file .el-icon-tickets[data-v-25ab03de] {
  color: #e9f4ff;
  font-size: 0.54rem;
  margin-right: 0.26rem;
}
.file .info[data-v-25ab03de] {
  width: 100%;
  margin: 0;
}
.file .info dt[data-v-25ab03de] {
  margin-bottom: 0.1rem;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.file .info dt span[data-v-25ab03de] {
  display: inline-block;
}
.file .info dt div[data-v-25ab03de] {
  display: none;
}
.file .info dt .el-button[data-v-25ab03de] {
  padding: 0;
  display: none;
}
.file .info dd[data-v-25ab03de] {
  margin: 0.05rem 0 0 0;
  font-size: 0.12rem;
  line-height: 0.17rem;
  color: #999999;
}
.upload .title[data-v-5a3a2cb2] {
  margin-bottom: 0.1rem;
}
.upload .uploadBook[data-v-5a3a2cb2] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.16rem;
  color: #666666;
}
.upload .btn-item[data-v-5a3a2cb2] {
  width: 3.5rem;
  height: 0.62rem;
  background: #ecefff;
  -webkit-border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
          border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
  margin-bottom: 0.2rem;
}
.upload .btn-item .btn[data-v-5a3a2cb2] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.16rem;
  color: #3b5efc;
  text-align: center;
  font-style: normal;
  text-transform: none;
  background: none;
  border: none;
  padding: 0.1rem 1.19rem 0.07rem 1.4rem;
}
.upload .btn-item .text[data-v-5a3a2cb2] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.1rem;
  color: #999999;
  line-height: 0.12rem;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.uploadFile .btn[data-v-5a3a2cb2] {
  width: 2.81rem;
  height: 0.51rem;
  padding: 0;
  line-height: 0.51rem;
  background: #ecefff;
  -webkit-border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
          border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  border: 0.01rem solid #3b5efc;
  font-size: 0.16rem;
  color: #3b5efc;
}
.uploadFile .btn + .btn[data-v-5a3a2cb2] {
  float: right;
}
.uploadFile[data-v-5a3a2cb2]  .el-form-item {
  margin-bottom: 0.32rem !important;
}
.dialog[data-v-077345c6] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.22rem;
}
.dialog .dialog-head[data-v-077345c6] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.dialog .dialog-head img[data-v-077345c6] {
  width: 0.225rem;
  height: 0.225rem;
  margin-right: 0.1rem;
}
.dialog .dialog-head .title[data-v-077345c6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.2rem;
  color: #333333;
}
[data-v-077345c6] .el-dialog__body {
  padding: 0.32rem 0.32rem 0 0.5rem;
}
[data-v-077345c6] div.el-dialog__footer {
  padding: 0 0.32rem 0.32rem 0.32rem;
}
[data-v-077345c6] div.el-dialog__footer .dialog-footer .el-button {
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 400;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
}
[data-v-077345c6] div.el-dialog__footer .dialog-footer .el-button.el-button--default {
  background: #fff;
  border: 0.01rem solid #3b5efc;
  color: #3b5efc;
}
[data-v-077345c6] div.el-dialog__footer .dialog-footer .el-button.el-button--primary {
  background: #3b5efc;
  color: #fff;
}

img[data-v-7bd6d82b] {
  width: 0.225rem;
  height: 0.225rem;
  margin-right: 0.1rem;
}
.toast[data-v-7bd6d82b] {
  position: fixed;
  left: 60%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 4.74rem;
  height: 0.82rem;
  background: #ffffff;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  color: #333;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.2rem;
  line-height: 0.82rem;
  text-align: center;
  z-index: 1000;
  -webkit-box-shadow: 0 0 0.04rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.04rem 0 rgba(0, 0, 0, 0.1);
}
.fade-enter-active[data-v-7bd6d82b],
.fade-leave-active[data-v-7bd6d82b] {
  -webkit-transition: opacity 0.3s, top 0.3s;
  transition: opacity 0.3s, top 0.3s;
}
.fade-enter[data-v-7bd6d82b],
.fade-leave-to[data-v-7bd6d82b] {
  opacity: 0;
  top: 45%;
}
.fade-leave-to[data-v-7bd6d82b] {
  opacity: 0;
  top: 55%;
}

@charset "UTF-8";
.el-menu[data-v-4d2c7e36] {
  border: none;
}
.mask-wrap[data-v-4d2c7e36] {
  height: 100vh;
  position: fixed;
  margin-top: -1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.mask-wrap .tip[data-v-4d2c7e36] {
  width: 4.74rem;
  height: 0.82rem;
  background: #ffffff;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.2rem;
  color: #333333;
  line-height: 0.82rem;
  text-align: center;
  -webkit-box-shadow: 0 0.03rem 0.07rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.03rem 0.07rem 0 rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mask-wrap .img[data-v-4d2c7e36] {
  width: 0.23rem;
  height: 0.23rem;
  /* position: absolute;
  left: 70px;
  bottom: -17px; */
}
.tc2[data-v-4d2c7e36] {
  height: 100vh;
  -webkit-border-radius: 0 0 0 0;
          border-radius: 0 0 0 0;
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.tc2 .tip[data-v-4d2c7e36] {
  width: 4.74rem;
  height: 0.82rem;
  background: #ffffff;
  -webkit-border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
          border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.2rem;
  color: #333333;
  line-height: 0.82rem;
  text-align: center;
}
.tc2 .img[data-v-4d2c7e36] {
  width: 0.23rem;
  height: 0.23rem;
  -webkit-border-radius: 0 0 0 0;
          border-radius: 0 0 0 0;
  position: absolute;
  left: 0.7rem;
  bottom: -0.17rem;
}
[data-v-4d2c7e36] .el-submenu__title {
  padding-right: 0.35rem;
  white-space: nowrap;
  /* 确保文字在一行内显示 */
  overflow: hidden;
  /* 超出容器部分隐藏 */
  text-overflow: ellipsis;
  font-weight: 500;
  font-size: 0.18rem;
  color: #333333;
}
.AI[data-v-4d2c7e36] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.left[data-v-4d2c7e36] {
  width: 0;
  background: #f9fbff !important;
  height: auto;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  position: relative;
  z-index: 1;
}
.left .mask[data-v-4d2c7e36] {
  height: 100%;
  position: relative;
  top: -8.4rem;
}
.left .open[data-v-4d2c7e36] {
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 0.77rem;
  height: 0.54rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0 0.04rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.04rem 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0.32rem 0.32rem 0;
          border-radius: 0 0.32rem 0.32rem 0;
  z-index: 10000;
}
.left .open img[data-v-4d2c7e36] {
  width: 0.31rem;
  height: 0.24rem;
  margin: 0.15rem 0.27rem 0.15rem 0.19rem;
}
.left.is-open[data-v-4d2c7e36] {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  width: 3.5rem;
}
.left-content[data-v-4d2c7e36] {
  width: 3.5rem;
  padding: 0 0.28rem;
  /* margin-left: 28px; */
}
.left-content-top[data-v-4d2c7e36] {
  margin-top: 0.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.left-content-top .left-content-top-left[data-v-4d2c7e36] {
  font-family: Red Rose, Red Rose;
  font-weight: bold;
  font-size: 0.26rem;
  color: #333333;
}
.left-content-top .left-content-top-right[data-v-4d2c7e36] {
  width: 0.24rem;
  height: 0.24rem;
  cursor: pointer;
}
.hover[data-v-4d2c7e36] {
  -webkit-border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
          border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
  border: 0.01rem solid #0b2bd7;
}
.hover .add-AI-img[data-v-4d2c7e36] {
  width: 0.18rem;
  height: 0.18rem;
  margin-right: 0.1rem;
}
.hover .sp2[data-v-4d2c7e36] {
  font-family: Roboto, Roboto;
  font-weight: 400;
  font-size: 0.18rem;
  color: #6164ff;
}
.add-AI[data-v-4d2c7e36]:hover {
  background: #ffffff;
}
.add-AI[data-v-4d2c7e36] {
  margin-top: 0.2rem;
  margin-bottom: 0.27rem;
  cursor: pointer;
  width: 2.94rem;
  height: 0.6rem;
  background: #3b5efc;
  -webkit-border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
          border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Roboto, Roboto;
  font-weight: 400;
  font-size: 0.18rem;
  color: #0b2bd7;
  line-height: 0.21rem;
}
.add-AI .add-AI-img[data-v-4d2c7e36] {
  width: 0.18rem;
  height: 0.18rem;
  margin-right: 0.1rem;
}
.add-AI .sp[data-v-4d2c7e36] {
  font-family: Roboto, Roboto;
  font-weight: 400;
  font-size: 0.18rem;
  color: #ffffff;
}
.AI-list[data-v-4d2c7e36] {
  padding-top: 0.2rem;
  border-top: 0.01rem solid #dfdfdf;
}
.AI-list .AI-list-title[data-v-4d2c7e36] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 0.21rem;
  font-family: Roboto, Roboto;
  font-weight: bold;
  font-size: 0.2rem;
  color: #333333;
  line-height: 0.21rem;
}
.AI-list .AI-list-content[data-v-4d2c7e36] {
  margin-top: 0.2rem;
  height: -webkit-calc(100vh - 2.75rem);
  height: calc(100vh - 2.75rem);
  overflow-y: scroll;
}
.AI-list .AI-list-content[data-v-4d2c7e36]  .el-submenu .is-opened {
  background-color: #fff !important;
}
.AI-list .AI-list-content[data-v-4d2c7e36]  .el-submenu__title {
  border-top: 0.005rem solid #efeded;
  border-bottom: 0.005rem solid #efeded;
  -webkit-border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
          border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
}
.AI-list .AI-list-content[data-v-4d2c7e36]  .el-menu-item {
  -webkit-border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
          border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
  border-bottom: 0.005rem solid #efeded;
}
.AI-list .AI-list-content[data-v-4d2c7e36]::-webkit-scrollbar {
  display: none;
}
.right[data-v-4d2c7e36] {
  width: 9.86rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  overflow-x: hidden;
}
.right .tc[data-v-4d2c7e36] {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 0 0 0 0;
          border-radius: 0 0 0 0;
  position: absolute;
  top: -0.25rem;
}
.right .backTop[data-v-4d2c7e36] {
  position: fixed;
  bottom: 2em;
  right: 2em;
  cursor: pointer;
}
.right .right-top[data-v-4d2c7e36] {
  width: 9.86rem;
  margin: 0.3rem 0 0 0;
  font-weight: 600;
  font-size: 0.3rem;
  color: #333333;
  line-height: 0.4rem;
  font-style: normal;
  text-transform: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.right .right-top .sp[data-v-4d2c7e36] {
  width: 0.42rem;
  height: 0.24rem;
  background: #3b5efc;
  -webkit-border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
          border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 0.14rem;
  color: #ffffff;
  text-align: center;
  line-height: 0.24rem;
}
.right .first[data-v-4d2c7e36] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.16rem;
  color: #333333;
  margin-bottom: 0.16rem;
}
.right .two[data-v-4d2c7e36] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.16rem;
  color: #333333;
  margin-bottom: 0.14rem;
}
.right .three[data-v-4d2c7e36] {
  margin-bottom: 0.37rem;
}
.right .three .title[data-v-4d2c7e36] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 0.2rem;
  color: #333333;
  margin-bottom: 0.14rem;
}
.right .three .test[data-v-4d2c7e36] {
  width: 9.86rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.24rem;
}
.right .three .test[data-v-4d2c7e36]  h1 {
  font-size: 0.26rem;
}
.right .three .test[data-v-4d2c7e36]  h2 {
  font-size: 0.24rem;
}
.right .three .test[data-v-4d2c7e36]  h3 {
  font-size: 0.22rem;
}
.right .three .test[data-v-4d2c7e36]  h4 {
  font-size: 0.2rem;
}
.right .three .test[data-v-4d2c7e36]  h5 {
  font-size: 0.18rem;
}
.right .three .test[data-v-4d2c7e36]  h6 {
  font-size: 0.17rem;
}
.right .three .test[data-v-4d2c7e36]  hr {
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  opacity: 0;
}
.right .three .test[data-v-4d2c7e36]  p {
  color: #888;
  text-indent: 0.32rem;
}
.right .three .test[data-v-4d2c7e36]  code {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.16rem;
  color: #888;
  white-space: pre-wrap;
  word-break: break-all;
  overflow-wrap: break-word;
}
.right .three .test[data-v-4d2c7e36]  pre {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.16rem;
  line-height: 0.24rem;
}
.right .three .test[data-v-4d2c7e36]  li {
  color: #888;
  text-indent: 0.32rem;
}
.right .three .test[data-v-4d2c7e36]  ol {
  margin: 0;
  padding: 0;
}
.right .three .test[data-v-4d2c7e36]  table {
  border-collapse: collapse;
  border: 0.01rem solid #333;
}
.right .three .test[data-v-4d2c7e36]  tr {
  height: 0.4rem;
}
.right .three .test[data-v-4d2c7e36]  th {
  border: 0.01rem solid #333;
}
.right .three .test[data-v-4d2c7e36]  td {
  border: 0.01rem solid #333;
  height: 0.4rem;
  text-align: center;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}
.right .right-content[data-v-4d2c7e36]  h1 {
  font-size: 0.26rem;
}
.right .right-content[data-v-4d2c7e36]  h2 {
  font-size: 0.24rem;
}
.right .right-content[data-v-4d2c7e36]  h3 {
  font-size: 0.22rem;
}
.right .right-content[data-v-4d2c7e36]  h4 {
  font-size: 0.2rem;
}
.right .right-content[data-v-4d2c7e36]  h5 {
  font-size: 0.18rem;
}
.right .right-content[data-v-4d2c7e36]  h6 {
  font-size: 0.17rem;
}
.right .right-content[data-v-4d2c7e36]  hr {
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  opacity: 0;
}
.right .right-content[data-v-4d2c7e36]  p {
  color: #888;
  text-indent: 0.32rem;
}
.right .right-content[data-v-4d2c7e36]  code {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.16rem;
  color: #888;
  white-space: pre-wrap;
  word-break: break-all;
  overflow-wrap: break-word;
}
.right .right-content[data-v-4d2c7e36]  pre {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.24rem;
}
.right .right-content[data-v-4d2c7e36]  li {
  color: #888;
  text-indent: 0.32rem;
}
.right .right-content[data-v-4d2c7e36]  ol {
  margin: 0;
  padding: 0;
}
.right .right-content[data-v-4d2c7e36]  table {
  border-collapse: collapse;
  border: 0.01rem solid #333;
}
.right .right-content[data-v-4d2c7e36]  tr {
  height: 0.4rem;
}
.right .right-content[data-v-4d2c7e36]  th {
  border: 0.01rem solid #333;
}
.right .right-content[data-v-4d2c7e36]  td {
  border: 0.01rem solid #333;
  height: 0.4rem;
  text-align: center;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}
.right .right-content .title[data-v-4d2c7e36] {
  font-weight: 600;
  font-size: 0.2rem;
  color: #333333;
  line-height: 0.24rem;
  margin-bottom: 0.14rem;
}
.right .right-content .head[data-v-4d2c7e36] {
  font-weight: 800;
  font-size: 0.15rem;
  color: #333333;
}
.right .right-content .qsy[data-v-4d2c7e36] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.91rem;
}
.right .right-content .qsy .img[data-v-4d2c7e36] {
  width: 2.26rem;
  height: 2.26rem;
  margin-bottom: 0.3rem;
}
.right .right-content .qsy .tip[data-v-4d2c7e36] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.26rem;
  color: #999999;
}
.right .switch-buttons[data-v-4d2c7e36] {
  margin-top: 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.2rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.right .switch-buttons .switch-left[data-v-4d2c7e36] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.right .switch-buttons .switch-right[data-v-4d2c7e36] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.right .switch-buttons .line[data-v-4d2c7e36] {
  height: 0.31rem;
  border: 0.01rem solid #dfdfdf;
  margin: 0 0.2rem 0 0.2rem;
}
.right .switch-buttons .right-item[data-v-4d2c7e36] {
  font-weight: 500;
  font-size: 0.28rem;
  color: #dbdbdb;
  line-height: 0.16rem;
}
.right .switch-buttons .right-items[data-v-4d2c7e36] {
  font-weight: 500;
  font-size: 0.28rem;
  color: #dbdbdb;
  line-height: 0.16rem;
}
.right .switch-buttons .right-items .el-icon-time[data-v-4d2c7e36] {
  margin-right: 0.07rem;
}
.right .switch-buttons .right-item[data-v-4d2c7e36],
.right .switch-buttons .right-items[data-v-4d2c7e36] {
  cursor: pointer;
}
.right .switch-buttons .right-item.active[data-v-4d2c7e36],
.right .switch-buttons .right-items.active[data-v-4d2c7e36] {
  color: #3b5efc;
}
.right .switch-buttons .project-xq[data-v-4d2c7e36] {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  height: 0.3rem;
}
.right .switch-buttons .project-xq img[data-v-4d2c7e36] {
  width: 0.18rem;
  height: 0.18rem;
}
.right .switch-buttons .project-xq .tip[data-v-4d2c7e36] {
  font-weight: 500;
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.16rem;
  margin-top: 0;
}
.right .switch-buttons .project-xz[data-v-4d2c7e36] {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0.2rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  height: 0.3rem;
}
.right .switch-buttons .project-xz img[data-v-4d2c7e36] {
  width: 0.18rem;
  height: 0.18rem;
}
.right .switch-buttons .project-xz .tip[data-v-4d2c7e36] {
  font-weight: 500;
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.16rem;
  margin-top: 0;
}
.right .bot-line[data-v-4d2c7e36] {
  width: 9.86rem;
  border-top: 0.01rem solid #dfdfdf;
  margin-bottom: 0.1rem;
}
.right-case[data-v-4d2c7e36] {
  width: 9.86rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.right-case .right-case-title[data-v-4d2c7e36] {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0.3rem;
  padding-bottom: 1rem;
}
.right-case .backTop[data-v-4d2c7e36] {
  position: fixed;
  bottom: 2em;
  right: 2em;
  cursor: pointer;
  -webkit-box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.right-case .case-tips[data-v-4d2c7e36] {
  position: absolute;
  right: 0;
  top: 0;
  width: 4.1rem;
  height: 3.86rem;
  opacity: 0.8;
}
.right-case .case-img-folder[data-v-4d2c7e36] {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: 5%;
}
.right-case .case-img[data-v-4d2c7e36] {
  width: 100%;
  padding-bottom: 0.2rem;
}
.right-case .tc[data-v-4d2c7e36] {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 0 0 0 0;
          border-radius: 0 0 0 0;
  position: absolute;
}
.right-case .right-top[data-v-4d2c7e36] {
  width: 9.86rem;
  margin: 0 0 0.24rem 0;
  font-weight: 600;
  font-size: 0.3rem;
  color: #333333;
  line-height: 0.4rem;
  font-style: normal;
  text-transform: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.right-case .right-top .sp[data-v-4d2c7e36] {
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 0.4rem;
  background: #3b5efc;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 0.18rem;
  color: #ffffff;
  text-align: center;
  line-height: 0.4rem;
}
.right-case .first[data-v-4d2c7e36] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.16rem;
  color: #333333;
  margin-bottom: 0.16rem;
}
.right-case .two[data-v-4d2c7e36] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.16rem;
  color: #333333;
  margin-bottom: 0.27rem;
}
.right-case .three[data-v-4d2c7e36] {
  margin-bottom: 0.37rem;
}
.right-case .three .title[data-v-4d2c7e36] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 0.2rem;
  color: #333333;
  margin-bottom: 0.14rem;
}
.right-case .three .test[data-v-4d2c7e36] {
  width: 9.86rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  text-indent: 0.3rem;
}
.right-case .right-content .title[data-v-4d2c7e36] {
  font-weight: 600;
  font-size: 0.2rem;
  color: #333333;
  line-height: 0.24rem;
  margin-bottom: 0.14rem;
}
.right-case .right-content .head[data-v-4d2c7e36] {
  font-weight: 800;
  font-size: 0.15rem;
  color: #333333;
}
.right-case .qsy[data-v-4d2c7e36] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.91rem;
}
.right-case .qsy .img[data-v-4d2c7e36] {
  width: 2.26rem;
  height: 2.26rem;
  margin-bottom: 0.3rem;
}
.right-case .qsy .tip[data-v-4d2c7e36] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.26rem;
  color: #999999;
}
.right-case .switch-buttons[data-v-4d2c7e36] {
  margin-top: 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.2rem;
}
.right-case .switch-buttons .line[data-v-4d2c7e36] {
  height: 0.31rem;
  border-left: 0.01rem solid #dfdfdf;
  margin: -0.08rem 0.2rem 0 0.2rem;
}
.right-case .switch-buttons .right-item[data-v-4d2c7e36] {
  font-weight: 500;
  font-size: 0.28rem;
  color: #dbdbdb;
  line-height: 0.16rem;
}
.right-case .switch-buttons .right-items[data-v-4d2c7e36] {
  font-weight: 500;
  font-size: 0.28rem;
  color: #dbdbdb;
  line-height: 0.16rem;
}
.right-case .switch-buttons .right-items .el-icon-time[data-v-4d2c7e36] {
  margin-right: 0.07rem;
}
.right-case .switch-buttons .right-item[data-v-4d2c7e36],
.right-case .switch-buttons .right-items[data-v-4d2c7e36] {
  cursor: pointer;
}
.right-case .switch-buttons .right-item.active[data-v-4d2c7e36],
.right-case .switch-buttons .right-items.active[data-v-4d2c7e36] {
  color: #3b5efc;
}
.right-case .switch-buttons .project-xq[data-v-4d2c7e36] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 3.38rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.right-case .switch-buttons .project-xq img[data-v-4d2c7e36] {
  width: 0.18rem;
  height: 0.18rem;
}
.right-case .switch-buttons .project-xq .tip[data-v-4d2c7e36] {
  font-weight: 500;
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.16rem;
  margin-top: 0;
}
.right-case .switch-buttons .project-xz[data-v-4d2c7e36] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0.2rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.right-case .switch-buttons .project-xz img[data-v-4d2c7e36] {
  width: 0.18rem;
  height: 0.18rem;
}
.right-case .switch-buttons .project-xz .tip[data-v-4d2c7e36] {
  font-weight: 500;
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.16rem;
  margin-top: 0;
}
.right-case .bot-line[data-v-4d2c7e36] {
  width: 9.76rem;
  border-top: 0.01rem solid #dfdfdf;
  margin-bottom: 0.2rem;
}
[data-v-4d2c7e36]::-webkit-scrollbar {
  width: 0.05rem;
  /* 滚动条的宽度 */
  height: 0.05rem;
  /* 滚动条的高度 */
}
[data-v-4d2c7e36] .el-dialog {
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
}
[data-v-4d2c7e36] .el-dialog__header {
  padding: 0;
}
.dialog[data-v-4d2c7e36] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 10002;
}
.dialog .dialog-head .title[data-v-4d2c7e36] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.2rem;
  color: #333333;
  line-height: 0.23rem;
}
.dialog .dialog-line[data-v-4d2c7e36] {
  margin-top: 13rpx;
  height: 2.78rem;
  border-left: 0.01rem dashed #efeded;
  margin: 0 0.4rem 0 0.54rem;
}
.dialog .dialog-right .top[data-v-4d2c7e36] {
  margin-top: 0.35rem;
  margin-bottom: 0.35rem;
}
.dialog .dialog-right .create[data-v-4d2c7e36] {
  position: relative;
  width: 1.56rem;
  height: 1.46rem;
  background: #f7f7f7;
  -webkit-border-radius: 0.09rem 0.09rem 0.09rem 0.09rem;
          border-radius: 0.09rem 0.09rem 0.09rem 0.09rem;
  border: 0.01rem solid #dfdfdf;
  margin-left: 0.88rem;
}
.dialog .dialog-right .create .hover-item[data-v-4d2c7e36] {
  background: #ecefff;
  -webkit-border-radius: 0.09rem 0.09rem 0.09rem 0.09rem;
          border-radius: 0.09rem 0.09rem 0.09rem 0.09rem;
  border: 0.01rem solid #3b5efc;
  /* 移入时背景颜色变化 */
}
.dialog .dialog-right .create .hover-item img[data-v-4d2c7e36] {
  width: 0.34rem;
  height: 0.34rem;
  margin: 0.42rem 0.61rem 0.12rem 0.61rem;
}
.dialog .dialog-right .create .hover-item .tip[data-v-4d2c7e36] {
  width: 100%;
  font-family: Roboto, Roboto;
  font-weight: 400;
  font-size: 0.14rem;
  color: #3b5efc !important;
  text-align: center;
}
.dialog .dialog-right .create .create-item[data-v-4d2c7e36] {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.dialog .dialog-right .create .create-item img[data-v-4d2c7e36] {
  width: 0.34rem;
  height: 0.34rem;
  margin: 0.42rem 0.61rem 0.12rem 0.61rem;
}
.dialog .dialog-right .create .create-item .tip[data-v-4d2c7e36] {
  width: 100%;
  font-family: Roboto, Roboto;
  font-weight: 400;
  font-size: 0.14rem;
  color: #d9d9d9;
  text-align: center;
}
.createDialog[data-v-4d2c7e36]  .el-dialog {
  height: 4.15rem;
}
.zzz[data-v-4d2c7e36] {
  height: 2.1rem;
  overflow-y: auto;
  overflow-x: hidden;
}
.zzz .popup-checkBox[data-v-4d2c7e36] {
  width: 100%;
  padding-top: 0.1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 0.06rem;
}
.zzz .popup-checkBox .checkBox-item[data-v-4d2c7e36]:hover {
  background: #ecefff;
  -webkit-border-radius: 0.09rem 0.09rem 0.09rem 0.09rem;
          border-radius: 0.09rem 0.09rem 0.09rem 0.09rem;
  border: 0.01rem solid #3b5efc;
}
.zzz .popup-checkBox .checkBox-item[data-v-4d2c7e36] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 4.1rem;
  height: 0.62rem;
  -webkit-border-radius: 0.09rem;
          border-radius: 0.09rem;
  background: #f7f7f7;
  margin-bottom: 0.12rem;
  padding: 0.17rem 0.15rem;
  position: relative;
  border: 0.01rem solid aliceblue;
}
.zzz .popup-checkBox .checkBox-item.active[data-v-4d2c7e36] {
  border: 0.01rem solid #3b5efc;
  background: #ecefff;
}
.zzz .popup-checkBox .checkBox-item .info[data-v-4d2c7e36] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.zzz .popup-checkBox .checkBox-item .info .project-name[data-v-4d2c7e36] {
  height: 0.21rem;
  color: #333;
  font-size: 0.15rem;
}
.zzz .popup-checkBox .checkBox-item .info .projectType-list[data-v-4d2c7e36] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 0.15rem;
}
.zzz .popup-checkBox .checkBox-item .info .projectType-list .projectType-item[data-v-4d2c7e36] {
  color: #666;
  font-size: 0.11rem;
  font-weight: 400;
  margin-right: 0.03rem;
}
.zzz .popup-checkBox .checkBox-item .project[data-v-4d2c7e36] {
  position: absolute;
  left: 0;
  top: -0.05rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  height: 0.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.06rem;
  font-weight: 400;
  line-height: 0.07rem;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  -webkit-border-radius: 0.05rem 0.1rem 0.1rem 0;
          border-radius: 0.05rem 0.1rem 0.1rem 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#c1c1c1), to(#c1c1c1)), -webkit-gradient(linear, left bottom, left top, from(#d1d1d6), to(#d1d1d6));
  background: -webkit-linear-gradient(bottom, #c1c1c1, #c1c1c1), -webkit-linear-gradient(bottom, #d1d1d6, #d1d1d6);
  background: linear-gradient(0deg, #c1c1c1, #c1c1c1), linear-gradient(0deg, #d1d1d6, #d1d1d6);
}
.zzz .popup-checkBox .checkBox-item .project.active[data-v-4d2c7e36] {
  background: #899eff;
}
[data-v-4d2c7e36] .el-dialog__body {
  padding: 0.34rem 0.32rem 0 0.5rem;
}
[data-v-4d2c7e36] div.el-dialog__footer {
  padding: 0 0.32rem 0.32rem 0.32rem;
}
[data-v-4d2c7e36] div.el-dialog__footer .dialog-footer .el-button {
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 400;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
}
[data-v-4d2c7e36] div.el-dialog__footer .dialog-footer .el-button.el-button--default {
  background: #fff;
  border: 0.01rem solid #3b5efc;
  color: #3b5efc;
}
[data-v-4d2c7e36] div.el-dialog__footer .dialog-footer .el-button.el-button--primary {
  background: #3b5efc;
  color: #fff;
}
.mask-body[data-v-4d2c7e36] {
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(70%, #fff));
  /* background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, #fff 70%); */
  padding-bottom: 0.32rem;
}
.mask-top[data-v-4d2c7e36] {
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(90%, #fff));
  padding-bottom: 0.32rem;
}
.lockLayer[data-v-4d2c7e36] {
  position: relative;
  padding-top: 1.6rem;
  bottom: -0.08rem;
  margin-top: -2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sou[data-v-4d2c7e36] {
  position: relative;
  /* z-index: 996; */
  padding-top: 1.6rem;
  bottom: -0.01rem;
  margin-top: -2.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.my-hide[data-v-4d2c7e36] {
  width: 3.54rem;
  height: 0.6rem;
  background: -webkit-linear-gradient(339deg, #1163ff 0%, #6164ff 100%);
  background: linear-gradient(111deg, #1163ff 0%, #6164ff 100%);
  -webkit-border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
          border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
  display: inline-block;
  text-align: center;
  font-size: 0.24rem;
  color: #ffffff;
  line-height: 0.6rem;
  font-weight: 600;
  position: relative;
}
.slide-enter-active[data-v-4d2c7e36],
.slide-leave-active[data-v-4d2c7e36] {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.slide-enter[data-v-4d2c7e36], .slide-leave-to[data-v-4d2c7e36] {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.radio-check[data-v-4d2c7e36] {
  margin-right: 0.11rem;
}
.loading[data-v-4d2c7e36] {
  height: 1em;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.2rem;
  color: #333333;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  overflow: hidden;
}
.loading[data-v-4d2c7e36]::before {
  /*三行三种点，需要搭配white-space:pre使用才能识别\A字符*/
  content: "...\a..\a.";
  white-space: pre-wrap;
  -webkit-animation: dotCss-data-v-4d2c7e36 1.4s infinite step-end;
          animation: dotCss-data-v-4d2c7e36 1.4s infinite step-end;
}
@-webkit-keyframes dotCss-data-v-4d2c7e36 {
33% {
    -webkit-transform: translateY(-2em);
            transform: translateY(-2em);
}
66% {
    -webkit-transform: translateY(-1em);
            transform: translateY(-1em);
}
}
@keyframes dotCss-data-v-4d2c7e36 {
33% {
    -webkit-transform: translateY(-2em);
            transform: translateY(-2em);
}
66% {
    -webkit-transform: translateY(-1em);
            transform: translateY(-1em);
}
}
@charset "UTF-8";
.projectDetails[data-v-461afd8c] {
  padding: 0 0.17rem;
  margin-bottom: 0.32rem;
  height: 100%;
  overflow: auto;
  background: #fff;
}
.projectDetails .el-menu[data-v-461afd8c] {
  border: none;
}
.projectDetails .mask-wrap[data-v-461afd8c] {
  height: 100vh;
  position: fixed;
  margin-top: -1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.projectDetails .mask-wrap .tip[data-v-461afd8c] {
  width: 4.74rem;
  height: 0.82rem;
  background: #ffffff;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.2rem;
  color: #333333;
  line-height: 0.82rem;
  text-align: center;
  -webkit-box-shadow: 0 0.03rem 0.07rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.03rem 0.07rem 0 rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.projectDetails .mask-wrap .img[data-v-461afd8c] {
  width: 0.23rem;
  height: 0.23rem;
  /* position: absolute;
  left: 70px;
  bottom: -17px; */
}
.projectDetails .tc2[data-v-461afd8c] {
  height: 100vh;
  -webkit-border-radius: 0 0 0 0;
          border-radius: 0 0 0 0;
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.projectDetails .tc2 .tip[data-v-461afd8c] {
  width: 4.74rem;
  height: 0.82rem;
  background: #ffffff;
  -webkit-border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
          border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.2rem;
  color: #333333;
  line-height: 0.82rem;
  text-align: center;
}
.projectDetails .tc2 .img[data-v-461afd8c] {
  width: 0.23rem;
  height: 0.23rem;
  -webkit-border-radius: 0 0 0 0;
          border-radius: 0 0 0 0;
  position: absolute;
  left: 0.7rem;
  bottom: -0.17rem;
}
.projectDetails[data-v-461afd8c]  .el-submenu__title {
  padding-right: 0.35rem;
  white-space: nowrap;
  /* 确保文字在一行内显示 */
  overflow: hidden;
  /* 超出容器部分隐藏 */
  text-overflow: ellipsis;
  font-weight: 500;
  font-size: 0.18rem;
  color: #333333;
}
.projectDetails .AI[data-v-461afd8c] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.projectDetails .left[data-v-461afd8c] {
  width: 0;
  background: #f9fbff !important;
  height: auto;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  position: relative;
  z-index: 1;
}
.projectDetails .left .mask[data-v-461afd8c] {
  height: 100%;
  position: relative;
  top: -8.4rem;
}
.projectDetails .left .open[data-v-461afd8c] {
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 0.77rem;
  height: 0.54rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0 0.04rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.04rem 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0.32rem 0.32rem 0;
          border-radius: 0 0.32rem 0.32rem 0;
  z-index: 10000;
}
.projectDetails .left .open img[data-v-461afd8c] {
  width: 0.31rem;
  height: 0.24rem;
  margin: 0.15rem 0.27rem 0.15rem 0.19rem;
}
.projectDetails .left.is-open[data-v-461afd8c] {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  width: 3.5rem;
}
.projectDetails .left-content[data-v-461afd8c] {
  width: 3.5rem;
  padding: 0 0.28rem;
  /* margin-left: 28px; */
}
.projectDetails .left-content-top[data-v-461afd8c] {
  margin-top: 0.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.projectDetails .left-content-top .left-content-top-left[data-v-461afd8c] {
  font-family: Red Rose, Red Rose;
  font-weight: bold;
  font-size: 0.26rem;
  color: #333333;
}
.projectDetails .left-content-top .left-content-top-right[data-v-461afd8c] {
  width: 0.24rem;
  height: 0.24rem;
  cursor: pointer;
}
.projectDetails .hover[data-v-461afd8c] {
  -webkit-border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
          border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
  border: 0.01rem solid #0b2bd7;
}
.projectDetails .hover .add-AI-img[data-v-461afd8c] {
  width: 0.18rem;
  height: 0.18rem;
  margin-right: 0.1rem;
}
.projectDetails .hover .sp2[data-v-461afd8c] {
  font-family: Roboto, Roboto;
  font-weight: 400;
  font-size: 0.18rem;
  color: #6164ff;
}
.projectDetails .add-AI[data-v-461afd8c]:hover {
  background: #ffffff;
}
.projectDetails .add-AI[data-v-461afd8c] {
  margin-top: 0.2rem;
  margin-bottom: 0.27rem;
  cursor: pointer;
  width: 2.94rem;
  height: 0.6rem;
  background: #3b5efc;
  -webkit-border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
          border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Roboto, Roboto;
  font-weight: 400;
  font-size: 0.18rem;
  color: #0b2bd7;
  line-height: 0.21rem;
}
.projectDetails .add-AI .add-AI-img[data-v-461afd8c] {
  width: 0.18rem;
  height: 0.18rem;
  margin-right: 0.1rem;
}
.projectDetails .add-AI .sp[data-v-461afd8c] {
  font-family: Roboto, Roboto;
  font-weight: 400;
  font-size: 0.18rem;
  color: #ffffff;
}
.projectDetails .AI-list[data-v-461afd8c] {
  padding-top: 0.2rem;
  border-top: 0.01rem solid #dfdfdf;
}
.projectDetails .AI-list .AI-list-title[data-v-461afd8c] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 0.21rem;
  font-family: Roboto, Roboto;
  font-weight: bold;
  font-size: 0.2rem;
  color: #333333;
  line-height: 0.21rem;
}
.projectDetails .AI-list .AI-list-content[data-v-461afd8c] {
  margin-top: 0.2rem;
  height: -webkit-calc(100vh - 2.75rem);
  height: calc(100vh - 2.75rem);
  overflow-y: scroll;
}
.projectDetails .AI-list .AI-list-content[data-v-461afd8c]  .el-submenu .is-opened {
  background-color: #fff !important;
}
.projectDetails .AI-list .AI-list-content[data-v-461afd8c]  .el-submenu__title {
  border-top: 0.005rem solid #efeded;
  border-bottom: 0.005rem solid #efeded;
  -webkit-border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
          border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
}
.projectDetails .AI-list .AI-list-content[data-v-461afd8c]  .el-menu-item {
  -webkit-border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
          border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
  border-bottom: 0.005rem solid #efeded;
}
.projectDetails .AI-list .AI-list-content[data-v-461afd8c]::-webkit-scrollbar {
  display: none;
}
.projectDetails .right[data-v-461afd8c] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  overflow-x: hidden;
}
.projectDetails .right .tc[data-v-461afd8c] {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 0 0 0 0;
          border-radius: 0 0 0 0;
  position: absolute;
  top: -0.25rem;
}
.projectDetails .right .backTop[data-v-461afd8c] {
  position: fixed;
  bottom: 3em;
  right: 3em;
  cursor: pointer;
}
.projectDetails .right .right-top[data-v-461afd8c] {
  margin: 0.3rem 0 0 0;
  font-weight: 600;
  font-size: 0.3rem;
  color: #333333;
  line-height: 0.4rem;
  font-style: normal;
  text-transform: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.projectDetails .right .right-top .sp[data-v-461afd8c] {
  width: 0.42rem;
  height: 0.24rem;
  background: #3b5efc;
  -webkit-border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
          border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 0.14rem;
  color: #ffffff;
  text-align: center;
  line-height: 0.24rem;
}
.projectDetails .right .first[data-v-461afd8c] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.16rem;
  color: #333333;
  margin-bottom: 0.16rem;
}
.projectDetails .right .two[data-v-461afd8c] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.16rem;
  color: #333333;
  margin-bottom: 0.14rem;
}
.projectDetails .right .three[data-v-461afd8c] {
  margin-bottom: 0.37rem;
}
.projectDetails .right .three .title[data-v-461afd8c] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 0.2rem;
  color: #333333;
  margin-bottom: 0.14rem;
}
.projectDetails .right .three .test[data-v-461afd8c] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.24rem;
}
.projectDetails .right .three .test[data-v-461afd8c]  h1 {
  font-size: 0.26rem;
}
.projectDetails .right .three .test[data-v-461afd8c]  h2 {
  font-size: 0.24rem;
}
.projectDetails .right .three .test[data-v-461afd8c]  h3 {
  font-size: 0.22rem;
}
.projectDetails .right .three .test[data-v-461afd8c]  h4 {
  font-size: 0.2rem;
}
.projectDetails .right .three .test[data-v-461afd8c]  h5 {
  font-size: 0.18rem;
}
.projectDetails .right .three .test[data-v-461afd8c]  h6 {
  font-size: 0.17rem;
}
.projectDetails .right .three .test[data-v-461afd8c]  hr {
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  opacity: 0;
}
.projectDetails .right .three .test[data-v-461afd8c]  p {
  color: #888;
  text-indent: 0.32rem;
}
.projectDetails .right .three .test[data-v-461afd8c]  code {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.16rem;
  color: #888;
  white-space: pre-wrap;
  word-break: break-all;
  overflow-wrap: break-word;
}
.projectDetails .right .three .test[data-v-461afd8c]  pre {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.16rem;
  line-height: 0.24rem;
}
.projectDetails .right .three .test[data-v-461afd8c]  li {
  color: #888;
  text-indent: 0.32rem;
}
.projectDetails .right .three .test[data-v-461afd8c]  ol {
  margin: 0;
  padding: 0;
}
.projectDetails .right .three .test[data-v-461afd8c]  table {
  border-collapse: collapse;
  border: 0.01rem solid #333;
}
.projectDetails .right .three .test[data-v-461afd8c]  tr {
  height: 0.4rem;
}
.projectDetails .right .three .test[data-v-461afd8c]  th {
  border: 0.01rem solid #333;
}
.projectDetails .right .three .test[data-v-461afd8c]  td {
  border: 0.01rem solid #333;
  height: 0.4rem;
  text-align: center;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}
.projectDetails .right .right-content[data-v-461afd8c]  h1 {
  font-size: 0.26rem;
}
.projectDetails .right .right-content[data-v-461afd8c]  h2 {
  font-size: 0.24rem;
}
.projectDetails .right .right-content[data-v-461afd8c]  h3 {
  font-size: 0.22rem;
}
.projectDetails .right .right-content[data-v-461afd8c]  h4 {
  font-size: 0.2rem;
}
.projectDetails .right .right-content[data-v-461afd8c]  h5 {
  font-size: 0.18rem;
}
.projectDetails .right .right-content[data-v-461afd8c]  h6 {
  font-size: 0.17rem;
}
.projectDetails .right .right-content[data-v-461afd8c]  hr {
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  opacity: 0;
}
.projectDetails .right .right-content[data-v-461afd8c]  p {
  color: #888;
  text-indent: 0.32rem;
}
.projectDetails .right .right-content[data-v-461afd8c]  code {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.16rem;
  color: #888;
  white-space: pre-wrap;
  word-break: break-all;
  overflow-wrap: break-word;
}
.projectDetails .right .right-content[data-v-461afd8c]  pre {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.24rem;
}
.projectDetails .right .right-content[data-v-461afd8c]  li {
  color: #888;
  text-indent: 0.32rem;
}
.projectDetails .right .right-content[data-v-461afd8c]  ol {
  margin: 0;
  padding: 0;
}
.projectDetails .right .right-content[data-v-461afd8c]  table {
  border-collapse: collapse;
  border: 0.01rem solid #333;
}
.projectDetails .right .right-content[data-v-461afd8c]  tr {
  height: 0.4rem;
}
.projectDetails .right .right-content[data-v-461afd8c]  th {
  border: 0.01rem solid #333;
}
.projectDetails .right .right-content[data-v-461afd8c]  td {
  border: 0.01rem solid #333;
  height: 0.4rem;
  text-align: center;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}
.projectDetails .right .right-content .title[data-v-461afd8c] {
  font-weight: 600;
  font-size: 0.2rem;
  color: #333333;
  line-height: 0.24rem;
  margin-bottom: 0.14rem;
}
.projectDetails .right .right-content .head[data-v-461afd8c] {
  font-weight: 800;
  font-size: 0.15rem;
  color: #333333;
}
.projectDetails .right .right-content .qsy[data-v-461afd8c] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.91rem;
}
.projectDetails .right .right-content .qsy .img[data-v-461afd8c] {
  width: 2.26rem;
  height: 2.26rem;
  margin-bottom: 0.3rem;
}
.projectDetails .right .right-content .qsy .tip[data-v-461afd8c] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.26rem;
  color: #999999;
}
.projectDetails .right .switch-buttons[data-v-461afd8c] {
  margin-top: 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.2rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.projectDetails .right .switch-buttons .switch-left[data-v-461afd8c] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.projectDetails .right .switch-buttons .switch-right[data-v-461afd8c] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.projectDetails .right .switch-buttons .line[data-v-461afd8c] {
  height: 0.31rem;
  border: 0.01rem solid #dfdfdf;
  margin: 0 0.2rem 0 0.2rem;
}
.projectDetails .right .switch-buttons .right-item[data-v-461afd8c] {
  font-weight: 500;
  font-size: 0.28rem;
  color: #dbdbdb;
  line-height: 0.16rem;
}
.projectDetails .right .switch-buttons .right-items[data-v-461afd8c] {
  font-weight: 500;
  font-size: 0.28rem;
  color: #dbdbdb;
  line-height: 0.16rem;
}
.projectDetails .right .switch-buttons .right-items .el-icon-time[data-v-461afd8c] {
  margin-right: 0.07rem;
}
.projectDetails .right .switch-buttons .right-item[data-v-461afd8c],
.projectDetails .right .switch-buttons .right-items[data-v-461afd8c] {
  cursor: pointer;
}
.projectDetails .right .switch-buttons .right-item.active[data-v-461afd8c],
.projectDetails .right .switch-buttons .right-items.active[data-v-461afd8c] {
  color: #3b5efc;
}
.projectDetails .right .switch-buttons .project-xq[data-v-461afd8c] {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  height: 0.3rem;
}
.projectDetails .right .switch-buttons .project-xq img[data-v-461afd8c] {
  width: 0.18rem;
  height: 0.18rem;
}
.projectDetails .right .switch-buttons .project-xq .tip[data-v-461afd8c] {
  font-weight: 500;
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.16rem;
  margin-top: 0;
}
.projectDetails .right .switch-buttons .project-xz[data-v-461afd8c] {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0.2rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  height: 0.3rem;
}
.projectDetails .right .switch-buttons .project-xz img[data-v-461afd8c] {
  width: 0.18rem;
  height: 0.18rem;
}
.projectDetails .right .switch-buttons .project-xz .tip[data-v-461afd8c] {
  font-weight: 500;
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.16rem;
  margin-top: 0;
}
.projectDetails .right .bot-line[data-v-461afd8c] {
  border-top: 0.01rem solid #dfdfdf;
  margin-bottom: 0.1rem;
}
.projectDetails[data-v-461afd8c] ::-webkit-scrollbar {
  width: 0.05rem;
  /* 滚动条的宽度 */
  height: 0.05rem;
  /* 滚动条的高度 */
}
.projectDetails[data-v-461afd8c]  .el-dialog {
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
}
.projectDetails[data-v-461afd8c]  .el-dialog__header {
  padding: 0;
}
.projectDetails .dialog[data-v-461afd8c] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 10002;
}
.projectDetails .dialog .dialog-head .title[data-v-461afd8c] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.2rem;
  color: #333333;
  line-height: 0.23rem;
}
.projectDetails .dialog .dialog-line[data-v-461afd8c] {
  margin-top: 13rpx;
  height: 2.78rem;
  border-left: 0.01rem dashed #efeded;
  margin: 0 0.4rem 0 0.54rem;
}
.projectDetails .dialog .dialog-right .top[data-v-461afd8c] {
  margin-top: 0.35rem;
  margin-bottom: 0.35rem;
}
.projectDetails .dialog .dialog-right .create[data-v-461afd8c] {
  position: relative;
  width: 1.56rem;
  height: 1.46rem;
  background: #f7f7f7;
  -webkit-border-radius: 0.09rem 0.09rem 0.09rem 0.09rem;
          border-radius: 0.09rem 0.09rem 0.09rem 0.09rem;
  border: 0.01rem solid #dfdfdf;
  margin-left: 0.88rem;
}
.projectDetails .dialog .dialog-right .create .hover-item[data-v-461afd8c] {
  background: #ecefff;
  -webkit-border-radius: 0.09rem 0.09rem 0.09rem 0.09rem;
          border-radius: 0.09rem 0.09rem 0.09rem 0.09rem;
  border: 0.01rem solid #3b5efc;
  /* 移入时背景颜色变化 */
}
.projectDetails .dialog .dialog-right .create .hover-item img[data-v-461afd8c] {
  width: 0.34rem;
  height: 0.34rem;
  margin: 0.42rem 0.61rem 0.12rem 0.61rem;
}
.projectDetails .dialog .dialog-right .create .hover-item .tip[data-v-461afd8c] {
  width: 100%;
  font-family: Roboto, Roboto;
  font-weight: 400;
  font-size: 0.14rem;
  color: #3b5efc !important;
  text-align: center;
}
.projectDetails .dialog .dialog-right .create .create-item[data-v-461afd8c] {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.projectDetails .dialog .dialog-right .create .create-item img[data-v-461afd8c] {
  width: 0.34rem;
  height: 0.34rem;
  margin: 0.42rem 0.61rem 0.12rem 0.61rem;
}
.projectDetails .dialog .dialog-right .create .create-item .tip[data-v-461afd8c] {
  width: 100%;
  font-family: Roboto, Roboto;
  font-weight: 400;
  font-size: 0.14rem;
  color: #d9d9d9;
  text-align: center;
}
.projectDetails .createDialog[data-v-461afd8c]  .el-dialog {
  height: 4.15rem;
}
.projectDetails .zzz[data-v-461afd8c] {
  height: 2.1rem;
  overflow-y: auto;
  overflow-x: hidden;
}
.projectDetails .zzz .popup-checkBox[data-v-461afd8c] {
  width: 100%;
  padding-top: 0.1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 0.06rem;
}
.projectDetails .zzz .popup-checkBox .checkBox-item[data-v-461afd8c]:hover {
  background: #ecefff;
  -webkit-border-radius: 0.09rem 0.09rem 0.09rem 0.09rem;
          border-radius: 0.09rem 0.09rem 0.09rem 0.09rem;
  border: 0.01rem solid #3b5efc;
}
.projectDetails .zzz .popup-checkBox .checkBox-item[data-v-461afd8c] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 4.1rem;
  height: 0.62rem;
  -webkit-border-radius: 0.09rem;
          border-radius: 0.09rem;
  background: #f7f7f7;
  margin-bottom: 0.12rem;
  padding: 0.17rem 0.15rem;
  position: relative;
  border: 0.01rem solid aliceblue;
}
.projectDetails .zzz .popup-checkBox .checkBox-item.active[data-v-461afd8c] {
  border: 0.01rem solid #3b5efc;
  background: #ecefff;
}
.projectDetails .zzz .popup-checkBox .checkBox-item .info[data-v-461afd8c] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.projectDetails .zzz .popup-checkBox .checkBox-item .info .project-name[data-v-461afd8c] {
  height: 0.21rem;
  color: #333;
  font-size: 0.15rem;
}
.projectDetails .zzz .popup-checkBox .checkBox-item .info .projectType-list[data-v-461afd8c] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 0.15rem;
}
.projectDetails .zzz .popup-checkBox .checkBox-item .info .projectType-list .projectType-item[data-v-461afd8c] {
  color: #666;
  font-size: 0.11rem;
  font-weight: 400;
  margin-right: 0.03rem;
}
.projectDetails .zzz .popup-checkBox .checkBox-item .project[data-v-461afd8c] {
  position: absolute;
  left: 0;
  top: -0.05rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  height: 0.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.06rem;
  font-weight: 400;
  line-height: 0.07rem;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  -webkit-border-radius: 0.05rem 0.1rem 0.1rem 0;
          border-radius: 0.05rem 0.1rem 0.1rem 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#c1c1c1), to(#c1c1c1)), -webkit-gradient(linear, left bottom, left top, from(#d1d1d6), to(#d1d1d6));
  background: -webkit-linear-gradient(bottom, #c1c1c1, #c1c1c1), -webkit-linear-gradient(bottom, #d1d1d6, #d1d1d6);
  background: linear-gradient(0deg, #c1c1c1, #c1c1c1), linear-gradient(0deg, #d1d1d6, #d1d1d6);
}
.projectDetails .zzz .popup-checkBox .checkBox-item .project.active[data-v-461afd8c] {
  background: #899eff;
}
.projectDetails[data-v-461afd8c]  .el-dialog__body {
  padding: 0.34rem 0.32rem 0 0.5rem;
}
.projectDetails[data-v-461afd8c]  div.el-dialog__footer {
  padding: 0 0.32rem 0.32rem 0.32rem;
}
.projectDetails[data-v-461afd8c]  div.el-dialog__footer .dialog-footer .el-button {
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 400;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
}
.projectDetails[data-v-461afd8c]  div.el-dialog__footer .dialog-footer .el-button.el-button--default {
  background: #fff;
  border: 0.01rem solid #3b5efc;
  color: #3b5efc;
}
.projectDetails[data-v-461afd8c]  div.el-dialog__footer .dialog-footer .el-button.el-button--primary {
  background: #3b5efc;
  color: #fff;
}
.projectDetails .mask-body[data-v-461afd8c] {
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(70%, #fff));
  /* background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, #fff 70%); */
  padding-bottom: 0.32rem;
}
.projectDetails .mask-top[data-v-461afd8c] {
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(90%, #fff));
  padding-bottom: 0.32rem;
}
.projectDetails .lockLayer[data-v-461afd8c] {
  position: relative;
  padding-top: 1.6rem;
  bottom: -0.08rem;
  margin-top: -2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.projectDetails .sou[data-v-461afd8c] {
  position: relative;
  /* z-index: 996; */
  padding-top: 1.6rem;
  bottom: -0.01rem;
  margin-top: -2.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.projectDetails .my-hide[data-v-461afd8c] {
  width: 3.54rem;
  height: 0.6rem;
  background: -webkit-linear-gradient(339deg, #1163ff 0%, #6164ff 100%);
  background: linear-gradient(111deg, #1163ff 0%, #6164ff 100%);
  -webkit-border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
          border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
  display: inline-block;
  text-align: center;
  font-size: 0.24rem;
  color: #ffffff;
  line-height: 0.6rem;
  font-weight: 600;
  position: relative;
}
.projectDetails .slide-enter-active[data-v-461afd8c],
.projectDetails .slide-leave-active[data-v-461afd8c] {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.projectDetails .slide-enter[data-v-461afd8c], .projectDetails .slide-leave-to[data-v-461afd8c] {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.projectDetails .radio-check[data-v-461afd8c] {
  margin-right: 0.11rem;
}
.projectDetails .loading[data-v-461afd8c] {
  height: 1em;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.2rem;
  color: #333333;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  overflow: hidden;
}
.projectDetails .loading[data-v-461afd8c]::before {
  /*三行三种点，需要搭配white-space:pre使用才能识别\A字符*/
  content: "...\a..\a.";
  white-space: pre-wrap;
  -webkit-animation: dotCss-data-v-461afd8c 1.4s infinite step-end;
          animation: dotCss-data-v-461afd8c 1.4s infinite step-end;
}
@-webkit-keyframes dotCss-data-v-461afd8c {
33% {
    -webkit-transform: translateY(-2em);
            transform: translateY(-2em);
}
66% {
    -webkit-transform: translateY(-1em);
            transform: translateY(-1em);
}
}
@keyframes dotCss-data-v-461afd8c {
33% {
    -webkit-transform: translateY(-2em);
            transform: translateY(-2em);
}
66% {
    -webkit-transform: translateY(-1em);
            transform: translateY(-1em);
}
}
.avatar-uploader[data-v-1e5ec1a0] {
  height: 1.73rem;
  width: 1.73rem;
  border: 0.01rem dashed #d9d9d9;
  -webkit-border-radius: 0.06rem;
          border-radius: 0.06rem;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.avatar-uploader .el-upload[data-v-1e5ec1a0]:hover {
  border-color: #409eff;
}
.avatar-uploader-icon[data-v-1e5ec1a0] {
  font-size: 0.28rem;
  color: #8c939d;
  width: 1.78rem;
  height: 1.78rem;
  line-height: 1.78rem;
  text-align: center;
}
.avatar[data-v-1e5ec1a0] {
  width: 1.78rem;
  height: 1.78rem;
  display: block;
}
.content[data-v-1e5ec1a0] {
  min-height: 8.95rem;
  background-color: #fff;
  padding: 0.7rem 1rem 0;
  overflow-y: hidden;
}
.content .el-form-row[data-v-1e5ec1a0] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.content .el-form-col[data-v-1e5ec1a0] {
  width: 3.2rem;
}
.content .el-form-col.margin-right[data-v-1e5ec1a0] {
  margin-right: 0.65rem;
}
.content .business-card[data-v-1e5ec1a0] {
  min-width: 3.36rem;
  min-height: 1.42rem;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
  border: 0.01rem solid #f2f2f2;
  padding: 0.16rem 0.28rem 0;
  margin-bottom: 0.2rem;
}
.content .business-card .card-button[data-v-1e5ec1a0] {
  cursor: pointer;
  width: 2.8rem;
  height: 0.5rem;
  line-height: 0.5rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  background: #ecefff;
  color: #3b5efc;
  text-align: center;
  font-size: 0.16rem;
  border: none;
}
.content .business-card .card-portfolio-list[data-v-1e5ec1a0] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 0.36rem;
}
.content .business-card .card-portfolio-list .card-img[data-v-1e5ec1a0] {
  width: 0.3rem;
  height: 0.36rem;
  margin-right: 0.09rem;
}
.content .business-card .card-portfolio-list .card-img img[data-v-1e5ec1a0] {
  width: 100%;
  height: 100%;
}
.content .business-card .card-portfolio-list .card-info[data-v-1e5ec1a0] {
  width: 1.52rem;
  height: 0.36rem;
  line-height: 0.36rem;
  margin-right: 0.15rem;
}
.content .business-card .card-portfolio-list .card-info .card-title[data-v-1e5ec1a0] {
  width: 1.52rem;
  color: #333;
  font-size: 0.14rem;
  margin-bottom: 0.05rem;
}
.content .business-card .card-portfolio-list .card-info .card-date[data-v-1e5ec1a0] {
  color: #999;
  font-size: 0.1rem;
}
.content .el-select[data-v-1e5ec1a0] {
  width: 100%;
}
.content .el-cascader[data-v-1e5ec1a0] {
  width: 100%;
}
.content[data-v-1e5ec1a0] .el-textarea__inner {
  min-height: 1.13rem !important;
  resize: none;
}
.content[data-v-1e5ec1a0] .el-switch__label {
  color: #3b5efc;
  font-size: 0.11rem;
  margin-top: 0.04rem;
  margin-right: 0.9rem;
}
.content .footer-button[data-v-1e5ec1a0] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2.84rem;
  margin: 0.25rem auto 0.61rem;
}
.content .footer-button .btn-left[data-v-1e5ec1a0],
.content .footer-button .btn-right[data-v-1e5ec1a0] {
  cursor: pointer;
  width: 1.32rem;
  height: 0.37rem;
  -webkit-border-radius: 0.06rem;
          border-radius: 0.06rem;
  font-size: 0.14rem;
  font-weight: 700;
  border: none;
}
.content .footer-button .btn-left.btn-left[data-v-1e5ec1a0],
.content .footer-button .btn-right.btn-left[data-v-1e5ec1a0] {
  color: #333;
  background: #f7f7f7;
}
.content .footer-button .btn-left.btn-right[data-v-1e5ec1a0],
.content .footer-button .btn-right.btn-right[data-v-1e5ec1a0] {
  color: #fff;
  background: #3b5efc;
}
.content .content-title[data-v-1e5ec1a0] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.22rem;
}
.content .content-title .title-line[data-v-1e5ec1a0] {
  display: inline-block;
  width: 0.03rem;
  height: 0.16rem;
  -webkit-border-radius: 0.015rem;
          border-radius: 0.015rem;
  background: #3b5efc;
  margin-top: -0.02rem;
  margin-right: 0.07rem;
}
.content .content-title .title-text[data-v-1e5ec1a0] {
  height: 0.2rem;
  color: #333;
  text-align: left;
  font-size: 0.18rem;
  font-weight: 700;
  line-height: 0.2rem;
}
.business-label[data-v-1e5ec1a0] {
  font-weight: 700;
  line-height: 0.5rem;
  font-size: 0.16rem;
  color: #666666;
}
.members[data-v-1e5ec1a0] {
  cursor: pointer;
  color: #3b5efc;
  text-align: left;
  font-size: 0.16rem;
  font-weight: 400;
  line-height: 0.5rem;
  /* 125% */
  margin: 0 0 0 0.1rem;
}
[data-v-1e5ec1a0] .member-dialog .el-dialog {
  width: 4.74rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
}
[data-v-1e5ec1a0] .member-dialog .el-dialog .el-dialog__header {
  padding: 0.27rem 0.2rem;
}
[data-v-1e5ec1a0] .member-dialog .el-dialog .el-dialog__body {
  position: relative;
  padding: 0 0.17rem 0 0.18rem;
  max-height: 3.5rem;
  overflow-y: auto;
}
[data-v-1e5ec1a0] .member-dialog .el-dialog .el-dialog__body .memeber-search {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  height: 0.4rem;
  margin-bottom: 0.16rem;
}
[data-v-1e5ec1a0] .member-dialog .el-dialog .el-dialog__body .memeber-search .el-button {
  height: 0.4rem;
  background: #3b5efc;
  color: #fff;
  -webkit-border-radius: 0 0.05rem 0.05rem 0;
          border-radius: 0 0.05rem 0.05rem 0;
}
[data-v-1e5ec1a0] .member-dialog .el-dialog .el-dialog__body .memeber-search .el-input__inner {
  border: 0.01rem solid #3b5efc;
  border-right: none;
}
[data-v-1e5ec1a0] .member-dialog .el-dialog .el-dialog__body .el-button {
  background: #3b5efc;
  color: #fff;
}
[data-v-1e5ec1a0] .member-dialog .el-dialog .el-dialog__body .member-list .member-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 0.01rem solid #dfdfdf;
}
[data-v-1e5ec1a0] .member-dialog .el-dialog .el-dialog__body .member-list .member-list-item .radio {
  width: 0.17rem;
  height: 0.17rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 0.01rem solid #000;
  margin-right: 0.15rem;
}
[data-v-1e5ec1a0] .member-dialog .el-dialog .el-dialog__body .member-list .member-list-item .member-name {
  color: #333;
  font-size: 0.18rem;
}
[data-v-1e5ec1a0] .member-dialog .el-dialog .el-dialog__body .member-list .member-list-item .member-info {
  color: #666;
  font-size: 0.16rem;
}
[data-v-1e5ec1a0] .member-dialog .el-dialog .el-dialog__body .member-list .member-list-item .member-colloge {
  margin-right: 0.16rem;
}
[data-v-1e5ec1a0] .member-dialog .el-dialog .el-dialog__body .member-list .member-list-item .member-colloge,[data-v-1e5ec1a0] .member-dialog .el-dialog .el-dialog__body .member-list .member-list-item .member-phone {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
[data-v-1e5ec1a0] .member-dialog .el-dialog .el-dialog__footer {
  padding: 0.21rem 0;
}
[data-v-1e5ec1a0] .member-dialog .el-dialog .el-dialog__footer .el-button {
  -webkit-border-radius: 0.02rem;
          border-radius: 0.02rem;
  background: #3b5efc;
}
.member-dialog-title[data-v-1e5ec1a0] {
  color: #333;
  font-size: 0.2rem;
}
[data-v-1e5ec1a0] .el-table .el-table__header {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.content[data-v-bd17cb4a] {
  padding: 0.7rem 1rem 0;
  overflow-y: auto;
}
.content .el-form-row[data-v-bd17cb4a] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.content .el-form-col[data-v-bd17cb4a] {
  width: 3.2rem;
}
.content .el-form-col.margin-right[data-v-bd17cb4a] {
  margin-right: 0.65rem;
}
.content .business-card[data-v-bd17cb4a] {
  width: 3.36rem;
  height: 1.42rem;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
  border: 0.01rem solid #f2f2f2;
  padding: 0.16rem 0.28rem 0;
  margin-bottom: 0.2rem;
}
.content .business-card .card-button[data-v-bd17cb4a] {
  cursor: pointer;
  width: 2.8rem;
  height: 0.5rem;
  line-height: 0.5rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  background: #ecefff;
  color: #3b5efc;
  text-align: center;
  font-size: 0.16rem;
  border: none;
}
.content .business-card .card-portfolio-list[data-v-bd17cb4a] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 0.36rem;
}
.content .business-card .card-portfolio-list .card-img[data-v-bd17cb4a] {
  width: 0.3rem;
  height: 0.36rem;
  margin-right: 0.09rem;
}
.content .business-card .card-portfolio-list .card-img img[data-v-bd17cb4a] {
  width: 100%;
  height: 100%;
}
.content .business-card .card-portfolio-list .card-info[data-v-bd17cb4a] {
  width: 1.52rem;
  height: 0.36rem;
  line-height: 0.36rem;
  margin-right: 0.15rem;
}
.content .business-card .card-portfolio-list .card-info .card-title[data-v-bd17cb4a] {
  width: 1.52rem;
  color: #333;
  font-size: 0.14rem;
  margin-bottom: 0.05rem;
}
.content .business-card .card-portfolio-list .card-info .card-date[data-v-bd17cb4a] {
  color: #999;
  font-size: 0.1rem;
}
.content .el-select[data-v-bd17cb4a] {
  width: 100%;
}
.content[data-v-bd17cb4a] .el-textarea__inner {
  min-height: 1.13rem !important;
  resize: none;
}
.content[data-v-bd17cb4a] .el-switch__label {
  color: #3b5efc;
  font-size: 0.11rem;
  margin-top: 0.04rem;
  margin-right: 0.9rem;
}
.content .footer-button[data-v-bd17cb4a] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2.84rem;
  margin: 0.25rem auto 0.61rem;
}
.content .footer-button .btn-left[data-v-bd17cb4a],
.content .footer-button .btn-right[data-v-bd17cb4a] {
  cursor: pointer;
  width: 1.32rem;
  height: 0.37rem;
  -webkit-border-radius: 0.06rem;
          border-radius: 0.06rem;
  font-size: 0.14rem;
  font-weight: 700;
  border: none;
}
.content .footer-button .btn-left.btn-left[data-v-bd17cb4a],
.content .footer-button .btn-right.btn-left[data-v-bd17cb4a] {
  color: #333;
  background: #f7f7f7;
}
.content .footer-button .btn-left.btn-right[data-v-bd17cb4a],
.content .footer-button .btn-right.btn-right[data-v-bd17cb4a] {
  color: #fff;
  background: #3b5efc;
}
.content .content-title[data-v-bd17cb4a] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.22rem;
}
.content .content-title .title-line[data-v-bd17cb4a] {
  display: inline-block;
  width: 0.03rem;
  height: 0.16rem;
  -webkit-border-radius: 0.015rem;
          border-radius: 0.015rem;
  background: #3b5efc;
  margin-top: -0.02rem;
  margin-right: 0.07rem;
}
.content .content-title .title-text[data-v-bd17cb4a] {
  height: 0.2rem;
  color: #333;
  text-align: left;
  font-size: 0.18rem;
  font-weight: 700;
  line-height: 0.2rem;
}
.headline[data-v-57a3b661] {
  margin-bottom: -0.2rem;
  position: relative;
  padding-right: 0.1rem;
  height: 0.8rem;
}
.headline .title[data-v-57a3b661] {
  color: #333;
  font-family: PingFang SC;
  font-size: 0.18rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.headline .underpainting[data-v-57a3b661] {
  position: absolute;
  top: 0.18rem;
  width: 100%;
  height: 0.07rem;
  -webkit-border-radius: 0.01rem;
          border-radius: 0.01rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.05%, rgba(53, 160, 254, 0.3)), color-stop(101.07%, rgba(53, 160, 254, 0)));
  background: -webkit-linear-gradient(left, rgba(53, 160, 254, 0.3) 0.05%, rgba(53, 160, 254, 0) 101.07%);
  background: linear-gradient(90deg, rgba(53, 160, 254, 0.3) 0.05%, rgba(53, 160, 254, 0) 101.07%);
}
.content[data-v-57a3b661] {
  padding: 0.4rem 0.28rem 0;
}
.content .activeBtn[data-v-57a3b661] {
  padding: 0 0.25rem;
  display: inline-block;
  height: 0.37rem;
  line-height: 0.37rem;
  -webkit-border-radius: 0.06rem;
          border-radius: 0.06rem;
  background: #3b5efc;
  font-weight: 400 !important;
  color: #fff;
  font-size: 0.14rem;
  text-align: center;
  cursor: pointer;
  position: absolute;
  right: 0;
}
.content .content-title[data-v-57a3b661] {
  color: #333;
  font-family: PingFang SC;
  font-size: 0.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0.26rem;
}
.content .card-body[data-v-57a3b661] {
  color: #333;
  word-wrap: break-word;
  font-family: PingFang SC;
  font-size: 0.16rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.25rem;
  /* 156.25% */
}
.content .content-margin-bottom[data-v-57a3b661] {
  margin-bottom: 0.31rem;
}
.content .content-list[data-v-57a3b661] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.content .content-list-item[data-v-57a3b661] {
  height: 0.21rem;
  color: #666;
  font-size: 0.18rem;
  line-height: 0.205rem;
  margin-right: 0.15rem;
}
.content .personal-info[data-v-57a3b661] {
  border-bottom: 0.01rem solid #dfdfdf;
  margin-bottom: 0.15rem;
}
.content .personal-info .personal-info-top[data-v-57a3b661] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 0.58rem;
}
.content .personal-info .personal-info-top .info-top[data-v-57a3b661] {
  margin-bottom: 0.1rem;
  width: 100%;
}
.content .personal-info .personal-info-top .info-top .info-top-name[data-v-57a3b661] {
  color: #333;
  font-size: 0.24rem;
  font-weight: 700;
  margin-bottom: 0.1rem;
  position: relative;
}
.content .personal-info .personal-info-top .info-top .info-top-list[data-v-57a3b661] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #999;
  font-size: 0.16rem;
}
.content .personal-info .personal-info-top .info-top .info-top-list span[data-v-57a3b661] {
  margin: 0 0.07rem;
}
.content .personal-info .personal-info-top .chat-button[data-v-57a3b661] {
  width: 1.05rem;
  height: 0.37rem;
  line-height: 0.37rem;
  text-align: center;
  -webkit-border-radius: 0.06rem;
          border-radius: 0.06rem;
  background: #3b5efc;
  color: #fff;
  font-size: 0.14rem;
  font-weight: 700;
}
.content .personal-info .personal-info-bottom[data-v-57a3b661] {
  margin-top: 0.12rem;
  margin-bottom: 0.17rem;
  color: #333;
  font-family: PingFang SC;
  font-size: 0.16rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.25rem;
  /* 156.25% */
}
.content .personal-experience[data-v-57a3b661] {
  margin-bottom: 0.31rem;
}
.content .personal-experience .personal-experience-card[data-v-57a3b661] {
  margin-bottom: 0.17rem;
}
.content .personal-experience .personal-experience-card .card-header[data-v-57a3b661] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
  height: 0.25rem;
  margin-bottom: 0.05rem;
}
.content .personal-experience .personal-experience-card .card-header .card-header-title[data-v-57a3b661] {
  color: #333;
  font-size: 0.2rem;
  font-weight: 700;
}
.content .personal-experience .personal-experience-card .card-header .card-header-date[data-v-57a3b661] {
  color: #666;
  font-family: PingFang SC;
  font-size: 0.16rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.content .personal-portfolio[data-v-57a3b661] {
  margin-bottom: 0.65rem;
}
.content .personal-portfolio .personal-portfolio-list[data-v-57a3b661] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 0.36rem;
  margin-bottom: 0.1rem;
}
.content .personal-portfolio .personal-portfolio-list .portfolio-img[data-v-57a3b661] {
  width: 0.27rem;
  height: 0.36rem;
  margin-right: 0.17rem;
}
.content .personal-portfolio .personal-portfolio-list .portfolio-img img[data-v-57a3b661] {
  width: 100%;
  height: 100%;
}
.content .personal-portfolio .personal-portfolio-list .portfolio-info .portfolio-title[data-v-57a3b661] {
  color: #333;
  font-size: 0.14rem;
  margin-bottom: 0.15rem;
}
.content .personal-portfolio .personal-portfolio-list .portfolio-info .portfolio-date[data-v-57a3b661] {
  color: #999;
  font-size: 0.1rem;
}
.content .personal-showMore[data-v-57a3b661] {
  cursor: pointer;
  width: 1.93rem;
  height: 0.37rem;
  line-height: 0.37rem;
  text-align: center;
  -webkit-border-radius: 0.06rem;
          border-radius: 0.06rem;
  border: 0.01rem solid #3b5efc;
  color: #3b5efc;
  font-size: 0.14rem;
  font-weight: 700;
  margin: 0 auto;
}
.tag[data-v-367afc60] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.tag-item[data-v-367afc60] {
  width: auto;
  height: 0.3rem;
  padding: 0.03rem 0.14rem;
  -webkit-border-radius: 0.02rem;
          border-radius: 0.02rem;
  background: #ededed;
  color: #666;
  font-size: 0.16rem;
  font-weight: 400;
  margin: 0 0.11rem 0.01rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.headline[data-v-367afc60] {
  position: relative;
}
.headline .title[data-v-367afc60] {
  color: #333;
  font-family: PingFang SC;
  font-size: 0.18rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.headline .underpainting[data-v-367afc60] {
  position: absolute;
  top: 0.18rem;
  width: 1.19rem;
  height: 0.07rem;
  -webkit-border-radius: 0.01rem;
          border-radius: 0.01rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.05%, rgba(53, 160, 254, 0.3)), color-stop(101.07%, rgba(53, 160, 254, 0)));
  background: -webkit-linear-gradient(left, rgba(53, 160, 254, 0.3) 0.05%, rgba(53, 160, 254, 0) 101.07%);
  background: linear-gradient(90deg, rgba(53, 160, 254, 0.3) 0.05%, rgba(53, 160, 254, 0) 101.07%);
}
.info-type[data-v-367afc60] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.1rem;
}
.info-type div[data-v-367afc60] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0.1rem;
  color: #999;
  font-family: PingFang SC;
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.info-type div img[data-v-367afc60] {
  width: 0.15rem;
  height: 0.15rem;
  margin-right: 0.04rem;
}
.bottomBtn[data-v-367afc60] {
  cursor: pointer;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bottomBtn .btn-collect[data-v-367afc60] {
  padding: 0 0.25rem;
  height: 0.37rem;
  -webkit-border-radius: 0.06rem;
          border-radius: 0.06rem;
  border: 0.01rem solid #3b5efc;
  color: #3b5efc;
  background: #fff;
  font-family: PingFang SC;
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 700;
  margin-right: 0.07rem;
  line-height: normal;
}
.bottomBtn .Unbtn-collect[data-v-367afc60] {
  padding: 0 0.25rem;
  height: 0.37rem;
  -webkit-border-radius: 0.06rem;
          border-radius: 0.06rem;
  border: 0.01rem solid #ededed;
  color: #666;
  background: #ededed;
  font-family: PingFang SC;
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 700;
  margin-right: 0.07rem;
  line-height: normal;
}
.bottomBtn .btn-cls-confirm[data-v-367afc60] {
  width: 1.05rem;
  height: 0.37rem;
  color: #fff;
  font-size: 0.14rem;
  font-weight: 400;
  border: none;
  -webkit-border-radius: 0.06rem;
          border-radius: 0.06rem;
}
.content[data-v-367afc60] {
  padding: 0.22rem 0.28rem 0;
}
.content .content-title[data-v-367afc60] {
  color: #333;
  font-size: 0.16rem;
  font-weight: 700;
  margin-bottom: 0.16rem;
}
.content .card-body[data-v-367afc60] {
  color: #333;
  font-size: 0.13rem;
  margin-top: 0.17rem;
  word-wrap: break-word;
  line-height: 0.25rem;
}
.content .content-margin-bottom[data-v-367afc60] {
  margin-bottom: 0.31rem;
}
.content .content-list[data-v-367afc60] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.content .content-list-item[data-v-367afc60] {
  height: 0.21rem;
  color: #666;
  font-size: 0.14rem;
  line-height: 0.205rem;
  margin-right: 0.15rem;
}
.content .personal-info[data-v-367afc60] {
  margin-bottom: 0.15rem;
}
.content .personal-info .personal-info-top[data-v-367afc60] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 1rem;
}
.content .personal-info .personal-info-top .info-top[data-v-367afc60] {
  margin-bottom: 0.1rem;
}
.content .personal-info .personal-info-top .info-top .info-top-name[data-v-367afc60] {
  color: #333;
  width: 4.44rem;
  font-size: 0.2rem;
  font-weight: 700;
}
.content .personal-info .personal-info-top .info-top .info-top-list[data-v-367afc60] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #999;
  font-size: 0.14rem;
}
.content .personal-info .personal-info-top .info-top .info-top-list span[data-v-367afc60] {
  margin: 0 0.07rem;
}
.content .personal-info .personal-info-top .chat-button[data-v-367afc60] {
  width: 1.05rem;
  height: 0.37rem;
  line-height: 0.37rem;
  text-align: center;
  -webkit-border-radius: 0.06rem;
          border-radius: 0.06rem;
  background: #3b5efc;
  color: #fff;
  font-size: 0.14rem;
  font-weight: 700;
}
.content .personal-info .personal-info-bottom[data-v-367afc60] {
  height: 0.53rem;
  color: #666;
  font-size: 0.14rem;
  line-height: 0.46rem;
  margin-bottom: 0.17rem;
  border-top: 0.01rem solid #dfdfdf;
  border-bottom: 0.01rem solid #dfdfdf;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.content .personal-experience[data-v-367afc60] {
  margin-bottom: 0.31rem;
}
.content .personal-experience .personal-experience-card[data-v-367afc60] {
  margin-bottom: 0.17rem;
}
.content .personal-experience .personal-experience-card .card-header[data-v-367afc60] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 0.25rem;
  margin-bottom: 0.22rem;
}
.content .personal-experience .personal-experience-card .card-header .card-header-title[data-v-367afc60] {
  color: #333;
  font-size: 0.18rem;
  font-weight: 700;
}
.content .personal-experience .personal-experience-card .card-header .card-header-date[data-v-367afc60] {
  color: #333;
  font-size: 0.14rem;
}
.content .personal-portfolio[data-v-367afc60] {
  margin-bottom: 0.65rem;
}
.content .personal-portfolio .personal-portfolio-list[data-v-367afc60] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 0.36rem;
  margin-bottom: 0.1rem;
}
.content .personal-portfolio .personal-portfolio-list .portfolio-img[data-v-367afc60] {
  width: 0.27rem;
  height: 0.36rem;
  margin-right: 0.17rem;
}
.content .personal-portfolio .personal-portfolio-list .portfolio-img img[data-v-367afc60] {
  width: 100%;
  height: 100%;
}
.content .personal-portfolio .personal-portfolio-list .portfolio-info .portfolio-title[data-v-367afc60] {
  color: #333;
  font-size: 0.14rem;
  margin-bottom: 0.15rem;
}
.content .personal-portfolio .personal-portfolio-list .portfolio-info .portfolio-date[data-v-367afc60] {
  color: #999;
  font-size: 0.1rem;
}
.content .personal-showMore[data-v-367afc60] {
  cursor: pointer;
  width: 1.93rem;
  height: 0.37rem;
  line-height: 0.37rem;
  text-align: center;
  -webkit-border-radius: 0.06rem;
          border-radius: 0.06rem;
  border: 0.01rem solid #3b5efc;
  color: #3b5efc;
  font-size: 0.14rem;
  font-weight: 700;
  margin: 0 auto;
}
.projectCardContainer[data-v-15cc0524] {
  border: 0.01rem solid rgba(0, 0, 0, 0.04);
  /* 1px solid transparent; */
  cursor: pointer !important;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  background-color: #ffffff;
  /* overflow: hidden; */
  width: 3.74rem;
  height: 1.8rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 0.12rem;
  -webkit-transition: border 0.2s linear;
  transition: border 0.2s linear;
}
.projectCardContainer[data-v-15cc0524]:hover {
  border: 0.01rem solid #3b5efc;
  z-index: 1;
}
.projectCardContainer.active[data-v-15cc0524] {
  border: 0.01rem solid #3b5efc;
}
.info-type[data-v-15cc0524] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0.85rem;
}
.info-type .info-sp[data-v-15cc0524] {
  font-size: 0.12rem;
  color: #FEA220;
}
.info-type div[data-v-15cc0524] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0.1rem;
  color: #999;
  font-family: PingFang SC;
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.info-type div img[data-v-15cc0524] {
  width: 0.15rem;
  height: 0.15rem;
  margin-right: 0.04rem;
}
.title[data-v-15cc0524] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.16rem;
  font-weight: 700;
  margin: 0.13rem 0 0 0;
}
.title .sp[data-v-15cc0524] {
  font-size: 0.16rem;
  margin-left: 0.09rem;
  color: #F23D4F;
}
.projectCardContainer-text[data-v-15cc0524] {
  width: 1.5rem;
  font-size: 0.16rem;
  margin: 0.35rem 0 0.09rem 0;
  font-weight: 700;
  color: #333333;
}
.lineBreaking[data-v-15cc0524] {
  width: 2.48rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.collect[data-v-15cc0524] {
  font-size: 0.18rem;
  margin-left: 0.96rem;
  margin-top: 0.3rem;
}
.collect .dt[data-v-15cc0524] {
  -webkit-filter: drop-shadow(0 0 0.07511rem rgba(4, 4, 4, 0.1));
          filter: drop-shadow(0 0 0.07511rem rgba(4, 4, 4, 0.1));
  -webkit-border-radius: 100%;
          border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.collect .dt .svg-icon[data-v-15cc0524] {
  width: 0.18rem;
  height: 0.18rem;
  margin: 0 0.21rem 0 0;
}
.collect .dt .activeClass[data-v-15cc0524] {
  color: #3B5EFC;
}
.title-text[data-v-15cc0524] {
  line-height: 0.28rem;
  font-size: 0.16rem;
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.title-two[data-v-15cc0524] {
  margin-left: 0.85rem;
  font-weight: 400;
  margin-top: -0.8rem;
  font-size: 0.13rem;
  color: #666666;
}
.categorize[data-v-15cc0524] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0.13rem 0 0.09rem 0.85rem;
}
.categorize-text-card[data-v-15cc0524] {
  color: #666;
  font-size: 0.13rem;
  font-weight: 400;
}
.tag[data-v-15cc0524] {
  margin: 0 0 0.15rem 0.85rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.tag-item[data-v-15cc0524] {
  padding: 0.03rem 0.11rem;
  -webkit-border-radius: 0.02rem;
          border-radius: 0.02rem;
  background: #ededed;
  color: #666;
  font-size: 0.12rem;
  font-weight: 400;
  margin: 0 0.09rem 0 0;
}
.pc-bottom-item-text-list-small[data-v-15cc0524] {
  font-size: 0.28rem;
}
.pc-bottom-item-text[data-v-15cc0524] {
  margin-top: 0.12rem;
  color: #666;
  font-size: 0.13rem;
  font-style: normal;
  font-weight: 400;
}
.pc-bottom-item-image[data-v-15cc0524] {
  width: 0.56rem;
  height: 0.56rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin: 0 0.15rem 0 0.14rem !important;
}
.project_h2[data-v-15cc0524] {
  color: #333;
  font-size: 0.16rem;
  line-height: 0.224rem;
  font-style: normal;
  font-weight: 400;
  margin-top: 0.05rem;
  word-wrap: break-word;
}
@charset "UTF-8";
.btns[data-v-a569aa36] {
  width: 1.66rem;
  height: 0.34rem;
  text-align: center;
  line-height: 0.08rem;
  background-color: #3b5efc;
  font-size: 0.14rem;
  margin-top: 2.5rem;
  -webkit-border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
          border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
}
.cancelCoach[data-v-a569aa36] {
  width: 1.15rem;
  background-color: #fff;
  color: #3B5EFC;
  -webkit-border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
          border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
  border: 0.01rem solid #3B5EFC;
}
.bg .headerTop[data-v-a569aa36] {
  font-size: 0.2rem;
  padding: 0.26rem 0 0 0.2rem;
  color: #333333;
}
.bg .headerBody[data-v-a569aa36] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.bg .headerBody .bodyLeft .leftTime[data-v-a569aa36] {
  width: 0.81rem;
  height: 0.42rem;
  margin: 0.38rem 0.49rem 0.07rem 0.35rem;
  font-weight: 500;
  font-size: 0.3rem;
  color: #333333;
  text-align: center;
}
.bg .headerBody .bodyLeft .leftDate[data-v-a569aa36] {
  font-weight: 400;
  font-size: 0.14rem;
  color: #333333;
  text-align: center;
}
.bg .headerBody .bodyCenter .centerTop[data-v-a569aa36] {
  width: 0.67rem;
  height: 0.27rem;
  background: #EBEDF2;
  -webkit-border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
          border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
  line-height: 0.27rem;
  font-weight: 400;
  font-size: 0.14rem;
  color: #333333;
  text-align: center;
  margin: 0.4rem 0.49rem 0.12rem 0.15rem;
}
.bg .headerBody .bodyCenter .wire[data-v-a569aa36] {
  width: 1rem;
  border: 0.01rem solid #EFEFEF;
}
.bg .headerBody .bodyCenter .centerBottom[data-v-a569aa36] {
  font-weight: 400;
  font-size: 0.13rem;
  color: #3B5EFC;
  line-height: 0.21rem;
  text-align: center;
  margin: 0.07rem 0.48rem 0 0.2rem;
}
.bg .headerBody .bodyRight .rightTime[data-v-a569aa36] {
  width: 0.81rem;
  height: 0.42rem;
  margin: 0.38rem 0.49rem 0.07rem 0.1rem;
  font-weight: 500;
  font-size: 0.3rem;
  color: #333333;
}
.bg .headerBody .bodyRight .rightDate[data-v-a569aa36] {
  font-weight: 400;
  font-size: 0.14rem;
  color: #333333;
}
.bg .wires[data-v-a569aa36] {
  width: 3.86rem;
  height: 0.01rem;
  -webkit-border-radius: 0 0 0 0;
          border-radius: 0 0 0 0;
  border: 0.01rem dashed #D7D7D7;
  margin: 0.25rem 0.2rem 0.2rem 0.2rem;
}
.bg .testMessage .testTop[data-v-a569aa36] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.bg .testMessage .testTop .left[data-v-a569aa36] {
  width: 0.48rem;
  height: 0.22rem;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.33rem;
  text-align: center;
  margin: 0 0.16rem 0.18rem 0.35rem;
}
.bg .testMessage .testTop .right[data-v-a569aa36] {
  width: 0.48rem;
  height: 0.22rem;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.33rem;
  text-align: center;
}
.bg .testMessages .testTop[data-v-a569aa36] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.bg .testMessages .testTop .left[data-v-a569aa36] {
  height: 0.22rem;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.33rem;
  text-align: center;
  margin: 0 0.16rem 0.18rem 0.35rem;
}
.bg .testMessages .testTop .right[data-v-a569aa36] {
  height: 0.22rem;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.33rem;
  text-align: center;
}
[data-v-a569aa36] .el-textarea__inner {
  width: 4.08rem;
  height: 1.19rem;
}
[data-v-a569aa36] .right .el-input__inner {
  width: 2.92rem;
}
.boxBtn[data-v-a569aa36] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-dialog__title[data-v-a569aa36] {
  font-weight: 500;
  font-size: 0.2rem;
  color: #333333;
}
.btn[data-v-a569aa36] {
  width: 1.86rem;
  height: 0.34rem;
  text-align: center;
  line-height: 0.08rem;
  background-color: #3b5efc;
  font-size: 0.14rem;
}
.personal-info-bottom[data-v-a569aa36] {
  height: 0.53rem;
  color: #666;
  font-size: 0.16rem;
  line-height: 0.46rem;
  margin-bottom: 0.17rem;
  border-bottom: 0.01rem solid #dfdfdf;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.pdContainer[data-v-a569aa36] {
  height: 8.9rem;
  /* background-color: #ffffff; */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-y: auto;
  padding: 0.1rem;
}
[data-v-a569aa36]::-webkit-scrollbar {
  width: 0;
  height: 0;
}
dt[data-v-a569aa36] {
  width: 0.56rem;
  height: 0.56rem;
  background: #ffff;
  fill: #fff;
  -webkit-filter: drop-shadow(0 0 0.07511rem rgba(4, 4, 4, 0.1));
          filter: drop-shadow(0 0 0.07511rem rgba(4, 4, 4, 0.1));
  -webkit-border-radius: 100%;
          border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
dt[data-v-a569aa36]:hover {
  background: #1d30ff;
}
dt .svg-icon[data-v-a569aa36] {
  width: 0.2rem;
  height: 0.2rem;
}
.sdiv[data-v-a569aa36] {
  padding: 0 0.1rem 0 0.28rem;
}
.project-title[data-v-a569aa36] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  height: 1rem;
  width: 100%;
  padding-right: 0.1rem;
  border-bottom: 0.01rem solid #dfdfdf;
}
.project-info[data-v-a569aa36] {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.28rem 0;
}
.project-info .bottomBtn[data-v-a569aa36] {
  cursor: pointer;
  position: absolute;
  right: 0.1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.project-info .bottomBtn .btn-collect[data-v-a569aa36] {
  padding: 0 0.25rem;
  height: 0.37rem;
  -webkit-border-radius: 0.06rem;
          border-radius: 0.06rem;
  border: 0.01rem solid #3b5efc;
  color: #3b5efc;
  background: #fff;
  font-family: PingFang SC;
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 700;
  margin-right: 0.07rem;
  line-height: normal;
}
.project-info .bottomBtn .Unbtn-collect[data-v-a569aa36] {
  padding: 0 0.25rem;
  height: 0.37rem;
  -webkit-border-radius: 0.06rem;
          border-radius: 0.06rem;
  border: 0.01rem solid #ededed;
  color: #666;
  background: #ededed;
  font-family: PingFang SC;
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 700;
  margin-right: 0.07rem;
  line-height: normal;
}
.project-info .bottomBtn .btn-cls-confirm[data-v-a569aa36] {
  width: 1.05rem;
  height: 0.37rem;
  color: #fff;
  font-size: 0.14rem;
  font-weight: 400;
  border: none;
  -webkit-border-radius: 0.06rem;
          border-radius: 0.06rem;
}
.project-info-title[data-v-a569aa36] {
  width: 4.6rem;
  font-size: 0.24rem;
  font-weight: 700;
  margin: 0 0 0.1rem 0;
  color: #333;
  white-space: nowrap;
  /* 不换行 */
  overflow: hidden;
  /* 超出部分隐藏 */
  text-overflow: ellipsis;
  /* 显示省略号 /*/
  margin-bottom: -0.05rem;
}
.info-type[data-v-a569aa36] {
  height: 0.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.15rem;
  color: #999999;
}
.info-type div[data-v-a569aa36] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0.1rem;
  color: #999;
  font-family: PingFang SC;
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.info-type div img[data-v-a569aa36] {
  width: 0.15rem;
  height: 0.15rem;
  margin-right: 0.04rem;
}
.schoolName[data-v-a569aa36] {
  font-size: 0.14rem;
  font-weight: 400;
  line-height: 0.2rem;
  text-align: left;
}
.decamd-desc[data-v-a569aa36] {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.titles[data-v-a569aa36] {
  color: #333;
  font-family: PingFang SC;
  font-size: 0.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 0.25rem;
}
.underpainting[data-v-a569aa36] {
  width: 1.19rem;
  height: 0.07rem;
  -webkit-border-radius: 0.01rem;
          border-radius: 0.01rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.05%, rgba(53, 160, 254, 0.3)), color-stop(101.07%, rgba(53, 160, 254, 0)));
  background: -webkit-linear-gradient(left, rgba(53, 160, 254, 0.3) 0.05%, rgba(53, 160, 254, 0) 101.07%);
  background: linear-gradient(90deg, rgba(53, 160, 254, 0.3) 0.05%, rgba(53, 160, 254, 0) 101.07%);
}
.headline[data-v-a569aa36] {
  position: relative;
}
.headline .title[data-v-a569aa36] {
  color: #333;
  margin-top: 0.25rem;
  font-family: PingFang SC;
  font-size: 0.18rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.headline .underpainting[data-v-a569aa36] {
  position: absolute;
  top: 0.42rem;
  height: 0.07rem;
  -webkit-border-radius: 0.01rem;
          border-radius: 0.01rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.05%, rgba(53, 160, 254, 0.3)), color-stop(101.07%, rgba(53, 160, 254, 0)));
  background: -webkit-linear-gradient(left, rgba(53, 160, 254, 0.3) 0.05%, rgba(53, 160, 254, 0) 101.07%);
  background: linear-gradient(90deg, rgba(53, 160, 254, 0.3) 0.05%, rgba(53, 160, 254, 0) 101.07%);
}
.title[data-v-a569aa36] {
  color: #333;
  font-size: 0.2rem;
  font-weight: 700;
  margin-bottom: 0.15rem;
  margin-top: 0.05rem;
}
.tag-list[data-v-a569aa36] {
  height: 0.19rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.23rem;
}
.tag-items[data-v-a569aa36] {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 0.3rem;
  padding: 0.03rem 0.14056rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-border-radius: 0.02rem;
          border-radius: 0.02rem;
  background: #ededed;
  color: #666;
  font-size: 0.16rem;
  font-weight: 400;
  margin: 0 0.11rem 0.1rem 0;
  width: auto;
}
.wirs[data-v-a569aa36] {
  width: 7.01rem;
  border-bottom: 0.01rem solid #F3F3F3;
  margin: 0.14rem 0 0.1rem 0;
}
.desc[data-v-a569aa36] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  color: #333;
  font-family: PingFang SC;
  font-size: 0.16rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.25rem;
  /* 156.25% */
  word-break: break-word;
}
.desc .desc-left[data-v-a569aa36] {
  width: 4rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.desc .box[data-v-a569aa36] {
  font-size: 0.12rem;
  color: #666666;
}
.desc .desc-right .sp[data-v-a569aa36] {
  font-size: 0.16rem;
  color: #FEA220;
}
.desc .desc-right .sp2[data-v-a569aa36] {
  font-size: 0.16rem;
  color: #333333;
  margin-left: 1.3rem;
}
.business[data-v-a569aa36] {
  margin-bottom: 24rpx;
}
.business-title[data-v-a569aa36] {
  color: #333;
  font-family: PingFang SC;
  font-size: 0.16rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.25rem;
  /* 156.25% */
}
.business-container[data-v-a569aa36] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 0.48rem;
  margin: 0.1rem 0.1rem 0 0;
}
.business-container-l[data-v-a569aa36] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.business-container-l-c[data-v-a569aa36] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin-left: 0.05rem;
}
.business-container-l-c-desc[data-v-a569aa36] {
  font-size: 0.1rem;
  color: #999;
  font-weight: 400;
}
.business-image[data-v-a569aa36] {
  width: 0.36rem;
  height: 0.36rem;
}
.business-div[data-v-a569aa36] {
  width: 0.56rem;
  height: 0.26rem;
  color: #5c9ffd;
  -webkit-border-radius: 0.13rem;
          border-radius: 0.13rem;
  border: 0.005rem solid #475ffd;
  text-align: center;
  color: #475ffd;
  font-size: 0.1rem;
  font-weight: 400;
  margin-right: 0.41rem;
  line-height: 0.26rem;
}
.bottom-item-image[data-v-a569aa36] {
  width: 70rpx;
  height: 70rpx;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.project_h2[data-v-a569aa36] {
  margin-left: 15rpx;
  color: #333;
  font-size: 30rpx;
  font-weight: 400;
  word-wrap: break-word;
}
.bottom[data-v-a569aa36] {
  z-index: 2;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 144rpx;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1rpx solid #dfdfdf;
  background-color: #ffffff;
}
.content-container[data-v-a569aa36] {
  width: 100%;
  margin: 10rpx auto;
  -webkit-border-radius: 0;
          border-radius: 0;
  background-color: #f5f6f8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.popup-container[data-v-a569aa36] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 540rpx;
  background: #fff;
}
.popup-container-title[data-v-a569aa36] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 40rpx;
  font-size: 32rpx;
  font-weight: 600;
  margin: 20rpx;
}
.popup-container-tag[data-v-a569aa36] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 60rpx;
}
.popup-container-tag-item[data-v-a569aa36] {
  width: 160rpx;
  height: 40rpx;
  margin-left: 20rpx;
  text-align: center;
}
.textarea[data-v-a569aa36] {
  margin: 20rpx;
  width: 700rpx;
}
.btn-cls[data-v-a569aa36] {
  margin: 20rpx;
  width: 700rpx;
}
.btn-cls-confirm[data-v-a569aa36] {
  width: 472rpx;
  height: 70rpx;
  color: #ffffff;
  background-color: #3b5efc;
}
.tag-div[data-v-a569aa36] {
  width: 140rpx;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-dialog__wrapper[data-v-a569aa36]  .el-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -65%);
          transform: translate(-50%, -65%);
}
.specialist[data-v-a569aa36]  .el-dialog {
  height: 7.5rem;
}
.specialist[data-v-a569aa36]  .el-dialog__body {
  padding: 0;
  margin-top: 0.1rem;
}
.specialist[data-v-a569aa36]  .el-form-item {
  margin-bottom: 0.2rem;
}
.specialist[data-v-a569aa36]  .el-dialog__title {
  margin-left: 0.1rem;
}
.specialist[data-v-a569aa36]  .el-input__suffix {
  display: block;
}
.projectSourceContainer[data-v-d24a9026] {
  cursor: pointer !important;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  background-color: #ffffff;
  overflow: hidden;
  width: 3.74rem;
  height: 1.72rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 0.12rem;
  -webkit-box-shadow: 0 0 0.05rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.05rem 0 rgba(0, 0, 0, 0.1);
  margin-right: 0.1rem;
  border: 0.01rem solid transparent;
  -webkit-transition: -webkit-box-shadow 0.2s linear;
  transition: -webkit-box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear, -webkit-box-shadow 0.2s linear;
}
.projectSourceContainer[data-v-d24a9026]:hover {
  z-index: 1;
  -webkit-box-shadow: 0.1rem 0.13rem 0.16rem 0.1rem rgba(77, 77, 77, 0.1);
          box-shadow: 0.1rem 0.13rem 0.16rem 0.1rem rgba(77, 77, 77, 0.1);
}
.projectSourceContainer.active[data-v-d24a9026] {
  border: 0.01rem solid #3b5efc;
}
.title[data-v-d24a9026] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* width: 384px; */
  font-size: 0.16rem;
  font-weight: 700;
  margin: 0.2rem 0 0 0.15rem;
}
.title-text[data-v-d24a9026] {
  width: 3.75rem;
  color: #333;
  font-size: 0.16rem;
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.categorize[data-v-d24a9026] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0.09rem 0 0.03rem 0.15rem;
}
.categorize-text-card[data-v-d24a9026] {
  color: #666;
  font-family: PingFang SC;
  font-size: 0.13rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.tag[data-v-d24a9026] {
  margin: 0.05rem 0 0 0.15rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.tag-item[data-v-d24a9026] {
  width: auto;
  height: 0.2rem;
  padding: 0.03rem 0.11rem;
  -webkit-border-radius: 0.02rem;
          border-radius: 0.02rem;
  background: #ededed;
  color: #666;
  font-size: 0.13rem;
  font-weight: 400;
  margin: 0 0.09rem 0 0;
}
.ps-bottom[data-v-d24a9026] {
  width: 100%;
  margin: 0.05rem 0 0 0.15rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.pc-bottom-item[data-v-d24a9026] {
  width: auto;
  height: 0.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-right: 0.3rem;
}
.pc-bottom-item-text-list[data-v-d24a9026] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.project_h2[data-v-d24a9026] {
  width: 3.34rem;
  height: 0.45rem;
  /* background: red; */
  color: #333;
  font-size: 0.13rem;
  font-style: normal;
  font-weight: 400;
  margin-top: 0.05rem;
  line-height: 0.25rem;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
}





























































/* .talentsCardContainer {
  background-color: #ffffff;
  overflow: hidden;
  width: 374px;
  height: 145px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 20rpx;
  padding: 25rpx;
  border-radius: 8px;
  border: 0.823px solid #fff;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 12px;
  margin-right: 10px;
  
} */
.first-column[data-v-6c245912] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 90%;
  height: 0.56rem;
  margin: 0.2rem 0 0 0.14rem;
  overflow-x: hidden;
}
.head .head-image[data-v-6c245912] {
  width: 0.56rem;
  height: 0.56rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-box-shadow: 0 0.01rem 0.08rem 0 rgba(0, 0, 0, 0.10);
          box-shadow: 0 0.01rem 0.08rem 0 rgba(0, 0, 0, 0.10);
}
.name[data-v-6c245912] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 0.56rem;
  padding-left: 0.1rem;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  width: 0;
}
.name-item[data-v-6c245912] {
  margin-bottom: 0.1rem;
}
.name-item-d[data-v-6c245912] {
  font-size: 18rpx;
  margin: 20rpx;
}
.name-item-n[data-v-6c245912] {
  color: #333;
  font-size: 0.16rem;
  font-style: normal;
  font-weight: 700;
}
.categorize-text[data-v-6c245912] {
  color: #666;
  font-size: 0.13rem;
  font-style: normal;
  font-weight: 400;
  padding: 0.04rem;
  -webkit-border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
          border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
  background-image: -webkit-gradient(linear, left top, right top, from(#c7e5ff), to(white));
  background-image: -webkit-linear-gradient(left, #c7e5ff, white);
  background-image: linear-gradient(to right, #c7e5ff, white);
}
.second-column[data-v-6c245912] {
  margin-left: 0.8rem;
  width: (100% - 0.8rem);
  height: 0.6rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
.second-column-text[data-v-6c245912] {
  font-size: 0.13rem;
  margin-right: 0.1rem;
  color: #666;
  font-style: normal;
  font-weight: 400;
  line-height: 0.2rem;
}
.blur[data-v-6c245912] {
  -webkit-filter: grayscale(0.4) blur(0.05rem);
          filter: grayscale(0.4) blur(0.05rem);
}
.text-clamp[data-v-6c245912] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
.text-clamp-1[data-v-6c245912] {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-line-clamp: 1;
}

.talentsCardContainer {
  cursor: pointer !important;
  background-color: #ffffff;
  overflow: hidden;
  width: 3.74rem;
  height: 1.45rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20rpx;
  padding: 25rpx;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  border: 0.01rem solid rgba(0, 0, 0, 0.04);
  margin-bottom: 0.12rem;
  margin-right: 0.1rem;
  -webkit-transition: border 0.2s linear;
  transition: border 0.2s linear;
}
.talentsCardContainer:hover {
  z-index: 1;
  border: 0.01rem solid #3b5efc;
}
.talentsCardContainer.active {
  border: 0.01rem solid #3b5efc;
}
@charset "UTF-8";
[data-v-070526a4] .el-dialog {
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
}
.boxBtn[data-v-070526a4] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn[data-v-070526a4] {
  width: 1.86rem;
  height: 0.34rem;
  text-align: center;
  line-height: 0.08rem;
  background-color: #3b5efc;
  font-size: 0.14rem;
}

/* ::v-deep .el-input__inner {
  width: 408px;
} */
[data-v-070526a4] .el-textarea__inner {
  width: 4.08rem;
  height: 1.19rem;
}
[data-v-070526a4] .right .el-input__inner {
  width: 2.92rem;
}
.sss .sss-icon[data-v-070526a4] {
  position: absolute;
  left: 6.68rem;
  top: 0.25rem;
}
.sss .el-cascader[data-v-070526a4] {
  width: 1.1rem;
  color: red;
  border: 0;
  position: absolute;
  left: 5.8rem;
  top: 0.12rem;
}
.sss[data-v-070526a4]  .el-input__inner {
  height: 0.33rem;
  border: none;
  background: #f8f8f8;
}
.sss[data-v-070526a4]  .el-input__inner:hover {
  background: #ecefff;
  color: #3b5efc;
}

/* 谷歌 */
.sss[data-v-070526a4]  .el-input__inner::-webkit-input-placeholder {
  color: #666;
  font-size: 0.16rem;
  text-align: center;
}
.el-icon-arrow-down[data-v-070526a4] {
  color: #cacfd2;
  font-size: 0.14rem;
}
[data-v-070526a4] .el-input__suffix {
  display: none;
}

/* .ItemSource-item {
  margin-left: -14px;
} */
.loseinterestin[data-v-070526a4] .el-dialog__header {
  padding: 0 !important;
}
.loseinterestin[data-v-070526a4] .el-dialog__body {
  padding: 0.3rem 0.6rem;
}
.loseinterestin .loseinterestin-item .loseinterestin-title[data-v-070526a4] {
  color: #333;
  font-family: PingFang SC;
  font-size: 0.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0.1rem;
}
.loseinterestin .loseinterestin-item .loseinterestin-text[data-v-070526a4] {
  color: #666;
  font-family: PingFang SC;
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.loseinterestin .loseinterestin-item .feedback[data-v-070526a4] {
  width: 4.1rem;
  height: 1.25rem;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
}
.loseinterestin .loseinterestin-item .feedback[data-v-070526a4]  .el-textarea__inner {
  width: 100%;
  height: 1.22rem;
  border: none;
  resize: none;
  cursor: pointer;
  border: 0.01rem solid #eee;
  background: #f4f4f4;
}
.loseinterestin .loseinterestin-item .btnsz .btz[data-v-070526a4] {
  margin: 0.2rem 0.1rem 0 0;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.09rem 0.16rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  gap: 0.1rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-border-radius: 0.2038rem;
          border-radius: 0.2038rem;
  background: #eee;
}
.loseinterestin .loseinterestin-item .btnsz .btz[data-v-070526a4]:hover {
  color: #3b5efc;
  background: #c4e3ff;
}
.loseinterestin .loseinterestin-item .btnsz .btz.active[data-v-070526a4] {
  color: #3b5efc;
  background: #c4e3ff;
}
[data-v-070526a4] div.el-dialog__footer {
  margin-right: 0.4rem;
}
[data-v-070526a4] div.el-dialog__footer .dialog-footer .el-button {
  width: 0.82rem;
  height: 0.35rem;
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.11rem;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
}
[data-v-070526a4] div.el-dialog__footer .dialog-footer .el-button.el-button--default {
  background: #fff;
  border: 0.01rem solid #3b5efc;
  color: #3b5efc;
}
[data-v-070526a4] div.el-dialog__footer .dialog-footer .el-button.el-button--primary {
  background: #3b5efc;
  color: #fff;
}
.pointer[data-v-070526a4] {
  cursor: pointer;
}
.nav-menus[data-v-070526a4] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 0.6rem;
  border-bottom: 0.01rem solid #dfdfdf;
}
.nav-menus .menu-item[data-v-070526a4] {
  position: relative;
  color: #999;
  font-size: 0.18rem;
  font-weight: 500;
  width: 0.9rem;
  height: 0.24rem;
  line-height: 0.24rem;
  /* 150% */
  margin-right: 0.5rem;
}
.nav-menus .menu-item span[data-v-070526a4] {
  position: absolute;
  width: 1rem;
  height: 0.24rem;
  z-index: 1;
}
.nav-menus .menu-item.active[data-v-070526a4] {
  color: #333;
  font-size: 0.22rem;
}
.nav-menus .menu-item.active .line[data-v-070526a4] {
  background: -webkit-gradient(linear, left top, right top, color-stop(-9.08%, #52d7e0), color-stop(109.17%, rgba(71, 102, 251, 0.4)));
  background: -webkit-linear-gradient(left, #52d7e0 -9.08%, rgba(71, 102, 251, 0.4) 109.17%);
  background: linear-gradient(90deg, #52d7e0 -9.08%, rgba(71, 102, 251, 0.4) 109.17%);
}
.nav-menus .menu-item .line[data-v-070526a4] {
  position: absolute;
  left: 0;
  bottom: -0.05rem;
  width: 0.7rem;
  height: 0.1rem;
  -webkit-border-radius: 0.05rem;
          border-radius: 0.05rem;
}
.region-item-style[data-v-070526a4] {
  max-height: 2rem;
  overflow-y: auto;
}
.region-item-style[data-v-070526a4]::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background-color: none;
}

/*滚动条的样式*/
.region-item-style[data-v-070526a4]::-webkit-scrollbar-thumb {
  background: #f8f8f8;
}
.region-item-style[data-v-070526a4]::-webkit-scrollbar {
  width: 0.03rem;
  /* 设置滚动条宽度 */
  height: 0.03rem;
}
.btns[data-v-070526a4] {
  margin: 0.15rem 0.15rem 0 0;
  border: none;
  padding: 0.06rem 0.1rem;
  background: #f8f8f8;
  color: #666;
  font-family: PingFang SC;
  font-size: 0.16rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.btns2[data-v-070526a4] {
  margin: 0.15rem;
  border: none;
  padding: 0.06rem 0.1rem;
  background: #ecefff;
  color: #3b5efc;
  font-family: PingFang SC;
  font-size: 0.16rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.btns[data-v-070526a4]:hover {
  background: #ecefff;
  color: #3b5efc;
}
.ItemSource[data-v-070526a4] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ItemSource .Filter[data-v-070526a4] {
  cursor: pointer;
  /* 设置鼠标样式为小手 */
  margin: 0.22rem;
}
.ItemSource .Filter .cleartj[data-v-070526a4] {
  color: #999;
  border: 0;
  background: #fff;
  margin-left: 2rem;
  font-family: PingFang SC;
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.ItemSource .Filter .cleartj[data-v-070526a4]:hover {
  color: #409eff;
}
.ItemSource .Filter .specia-filter[data-v-070526a4] {
  margin-left: 1rem;
}
.el-menu-demo-1[data-v-070526a4] {
  height: 0.6rem;
  border-bottom: 0.005rem solid #dfdfdf;
}
.el-menu-demo-1 .el-menu-item[data-v-070526a4] {
  position: relative;
  color: #999;
  font-size: 0.24rem !important;
  font-weight: 700;
  width: 0.9rem;
  margin-right: 0.78rem;
}
.container .el-header[data-v-070526a4] {
  width: 12.2rem;
  margin: 0 auto;
  /* margin: 0 160px; */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.container .el-header .nav-menu[data-v-070526a4] {
  height: 0.55rem !important;
  margin: 0 0 0.1rem;
}
.container .nopadding[data-v-070526a4] {
  padding: 0;
}
.container .el-body[data-v-070526a4] {
  min-height: 8.95rem;
  padding-top: 0.21rem;
  padding-bottom: 0.21rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#c7effc), color-stop(41.85%, #fff));
  background: -webkit-linear-gradient(top, #c7effc 0%, #fff 41.85%);
  background: linear-gradient(180deg, #c7effc 0%, #fff 41.85%);
  overflow-y: hidden;
}
.container .el-body .el-body-content[data-v-070526a4] {
  width: 12.2rem;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: row nowrap;
  -webkit-flex-grow: row nowrap;
      -ms-flex-positive: row nowrap;
          flex-grow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  /*定义滑块 内阴影+圆角*/
}
.container .el-body .el-body-content .el-aside[data-v-070526a4] {
  width: 3.74rem !important;
  margin-right: 0.16rem;
  overflow-x: hidden;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE10+ */
}
.container .el-body .el-body-content .el-aside[data-v-070526a4]::-webkit-scrollbar {
  display: none;
  /* ChromeSafari */
}
.container .el-body .el-body-content .el-aside .el-aside-add[data-v-070526a4] {
  width: 3.74rem;
  height: 1.35rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  margin-bottom: 0.12rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.26%, #c5effc), color-stop(62.91%, #fff));
  background: -webkit-linear-gradient(top, #c5effc 0.26%, #fff 62.91%);
  background: linear-gradient(180deg, #c5effc 0.26%, #fff 62.91%);
  -webkit-box-shadow: 0 0 0.05rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.05rem 0 rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 0.1rem;
}
.container .el-body .el-body-content .el-aside .el-aside-add .el-aside-add-title[data-v-070526a4] {
  width: 100%;
  height: 0.24rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #333;
  font-size: 0.16rem;
  font-weight: 700;
  margin-left: 0.16rem;
}
.container .el-body .el-body-content .el-aside .el-aside-add .el-aside-add-btn[data-v-070526a4] {
  cursor: pointer !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.26rem;
  height: 0.43rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  background: #3b5efc;
  -webkit-box-shadow: 0 0 0.02rem 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 0.02rem 0 rgba(0, 0, 0, 0.15);
  color: #fff;
  text-align: center;
  font-size: 0.16rem;
  font-weight: 700;
  line-height: 0.43rem;
  margin-left: 0.79rem;
  margin-top: 0.15rem;
}
.container .el-body .el-body-content .el-aside .el-aside-create[data-v-070526a4] {
  cursor: pointer !important;
  margin-right: 0.1rem;
  width: 3.74rem;
  height: 2.55rem !important;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  margin-bottom: 0.12rem;
  background: #fff;
  -webkit-box-shadow: 0 0 0.08rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.08rem 0 rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.container .el-body .el-body-content .el-aside .el-aside-create .CreativeCenter[data-v-070526a4] {
  width: 3.48rem;
}
.container .el-body .el-body-content .el-aside .el-aside-create .CreativeCenter .CreativeCenter-title[data-v-070526a4] {
  margin-top: 0.12rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 0.4rem;
}
.container .el-body .el-body-content .el-aside .el-aside-create .CreativeCenter .CreativeCenter-title span[data-v-070526a4] {
  color: #333;
  text-align: center;
  font-family: PingFang SC;
  font-size: 0.16rem;
  font-style: normal;
  font-weight: 700;
}
.container .el-body .el-body-content .el-aside .el-aside-create .CreativeCenter .CreativeCenter-title p[data-v-070526a4] {
  color: #999;
  text-align: center;
  font-family: PingFang SC;
  font-size: 0.16rem;
  font-style: normal;
  font-weight: 400;
}
.container .el-body .el-body-content .el-aside .el-aside-create .CreativeCenter .detailed-information[data-v-070526a4] {
  margin: 0.09rem 0 0.12rem 0;
  width: 100%;
  height: 1.42rem;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
  background: #f9f9fa;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.container .el-body .el-body-content .el-aside .el-aside-create .CreativeCenter .detailed-information p[data-v-070526a4] {
  color: #8f9dad;
  text-align: center;
  font-family: PingFang SC;
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.container .el-body .el-body-content .el-aside .el-aside-create .CreativeCenter .detailed-information .dotted[data-v-070526a4] {
  height: 0.8rem;
  line-height: 0.01rem;
  border-right: 0.02rem dotted #d1d1d6;
}
.container .el-body .el-body-content .el-aside .el-aside-create span[data-v-070526a4] {
  cursor: pointer;
  color: #3b5efc;
  font-size: 0.16rem;
  font-weight: 700;
}
.container .el-body .el-body-content .el-aside .el-aside-list .el-aside-list-item[data-v-070526a4] {
  width: 3.82rem;
  height: 9rem;
}
.container .el-body .el-body-content .el-main[data-v-070526a4] {
  width: 7.84rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  background: #fff;
  padding: 0 !important;
  -webkit-box-shadow: 0 0 0.08rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.08rem 0 rgba(0, 0, 0, 0.1);
}
.container .el-body .el-body-content .el-main[data-v-070526a4]::-webkit-scrollbar {
  width: 0.06rem;
  height: 0.03rem !important;
  background-color: #f5f5f5;
}
.container .el-body .el-body-content .el-main[data-v-070526a4]::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  -webkit-box-shadow: inset 0 0 0.06rem rgba(0, 0, 0, 0.3);
  background-color: #fafafa;
}
.filter-btn[data-v-070526a4] {
  margin: 0.2rem 0 0 0.1rem;
}
.search[data-v-070526a4] {
  position: absolute;
  right: 0.85rem;
  /* 100px; */
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1.55rem;
}
.search .search-box[data-v-070526a4] {
  position: relative;
}
.search .search-box span[data-v-070526a4] {
  position: absolute;
  left: 40%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #999;
  font-size: 0.11667rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.search .search-box .search-input[data-v-070526a4] {
  padding: 0.15rem;
  width: 1.55rem;
  height: 0.38rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-border-radius: 0.21rem;
          border-radius: 0.21rem;
  border: 0.01rem solid #d1d1d6;
  outline: none;
  margin-right: 0.13rem;
  padding-left: 0.15rem;
  font-size: 0.12rem;
}
.search .search-btn[data-v-070526a4] {
  cursor: pointer;
  width: 0.74rem;
  height: 0.3rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-border-radius: 0.03rem;
          border-radius: 0.03rem;
  background: rgba(59, 94, 252, 0.1);
  color: #3b5efc;
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 700;
  line-height: 0.3rem;
  text-align: center;
}
.search-header[data-v-070526a4] {
  position: relative;
}
[data-v-68485bdc] .custom-dialog .el-dialog__body {
  padding: 0.2rem 0.2rem 0;
}
[data-v-68485bdc] .custom-dialog .mycontent {
  width: 80%;
  margin-bottom: 0.39rem;
  margin: 0.3rem auto 0.39rem;
}
[data-v-68485bdc] .custom-dialog .mycontent .label {
  width: 30%;
  display: inline-block;
  color: #666666;
  font-size: 0.16rem;
}
[data-v-68485bdc] .custom-dialog .mycontent .text {
  display: inline-block;
  color: #333333;
  font-size: 0.14rem;
}
#offer-content[data-v-6631f81a] {
  padding-top: 0.22rem;
}
.pointer[data-v-6631f81a] {
  cursor: pointer;
}
.offer-card[data-v-6631f81a] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 1.4rem;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  border: 0.01rem solid #f6f6f6;
  padding-left: 0.18rem;
  margin-bottom: 0.1rem;
}
.offer-card .avatar[data-v-6631f81a] {
  width: 0.5rem;
  height: 0.5rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
  overflow: hidden;
  margin-right: 0.19rem;
}
.offer-card .company[data-v-6631f81a] {
  margin-right: 0.54rem;
  width: 2.16rem;
}
.offer-card .company .name[data-v-6631f81a] {
  color: #333;
  font-size: 0.18rem;
  font-weight: 700;
  line-height: 160%;
  /* 28.8px */
}
.offer-card .company .info[data-v-6631f81a] {
  color: #666;
  font-size: 0.14rem;
  line-height: 160%;
  /* 22.4px */
}
.offer-card .company .chat[data-v-6631f81a] {
  color: #7db0ea;
  font-size: 0.14rem;
  line-height: 160%;
  /* 16px */
}
.offer-card .company .chat > i[data-v-6631f81a] {
  font-size: 0.25rem;
  margin-right: 0.05rem;
}
.offer-card .offer[data-v-6631f81a] {
  width: 2.4rem;
  margin-right: 0.61rem;
  color: #333;
  font-size: 0.16rem;
  line-height: 160%;
  /* 25.6px */
}
.offer-card .button-list .button[data-v-6631f81a] {
  display: block;
  padding: 0;
  margin: 0;
  width: 0.9rem;
  height: 0.3rem;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  background: #7db0ea;
  color: #fff;
  font-size: 0.12rem;
  font-weight: 700;
  line-height: 160%;
  margin-bottom: 0.05rem;
}
.offer-card .button-list .button.b[data-v-6631f81a] {
  border: 0.01rem solid #7db0ea;
  background: rgba(125, 176, 234, 0.3);
  color: #7db0ea;
}
.offer-card .button-list .button.c[data-v-6631f81a] {
  background: #f2f2f2;
  color: #999;
}
.offer-card .button-list .button.d[data-v-6631f81a] {
  background: #f2f2f2;
  color: #999;
}
[data-v-6631f81a] .el-dialog {
  color: #333;
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
}
[data-v-6631f81a] .el-dialog .el-dialog__body {
  padding: 0.3rem 0.8rem;
}
[data-v-6631f81a] .el-dialog .d-title {
  font-size: 0.14rem;
  font-weight: 700;
  margin-bottom: 0.09rem;
}
[data-v-6631f81a] .el-dialog .d-text {
  font-size: 0.14rem;
  line-height: 180%;
  /* 25.2px */
  margin-bottom: 0.12rem;
}
[data-v-6631f81a] .el-dialog .header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.14rem;
  margin-bottom: 0.36rem;
}
[data-v-6631f81a] .el-dialog .header .header-title {
  font-size: 0.18rem;
  font-weight: 700;
}
[data-v-6631f81a] .el-dialog .header .header-text {
  font-size: 0.14rem;
}
[data-v-77fa58c0] .custom-dialog .el-dialog__body {
  padding: 0.2rem 0.2rem 0;
}
[data-v-77fa58c0] .custom-dialog .mycontent {
  width: 80%;
  margin-bottom: 0.39rem;
  margin: 0.3rem auto 0.39rem;
}
[data-v-77fa58c0] .custom-dialog .mycontent .label {
  width: 30%;
  display: inline-block;
  color: #666666;
  font-size: 0.16rem;
}
[data-v-77fa58c0] .custom-dialog .mycontent .text {
  display: inline-block;
  color: #333333;
  font-size: 0.14rem;
}
[data-v-77fa58c0] .custom-dialog .mycontent .uploadTable {
  color: #7DB0EA;
  font-weight: 600;
  font-size: 0.14rem;
}
[data-v-4ce46589] .custom-dialog .el-dialog__body {
  padding: 0.2rem 0.2rem 0;
}
[data-v-4ce46589] .custom-dialog .mycontent {
  width: 80%;
  margin-bottom: 0.39rem;
  margin: 0.3rem auto 0.39rem;
}
[data-v-4ce46589] .custom-dialog .mycontent .label {
  width: 30%;
  display: inline-block;
  color: #666666;
  font-size: 0.16rem;
}
[data-v-4ce46589] .custom-dialog .mycontent .text {
  display: inline-block;
  color: #333333;
  font-size: 0.14rem;
}
[data-v-2ae40b8e] .el-dialog__body .mySign {
  border: 0.01rem dashed #000;
}
#smallPointTable[data-v-57f218d1] {
  width: 117%;
  margin-left: -0.7rem;
}
#smallPointTable[data-v-57f218d1] .el-table__header tr th {
  background: #7DB0EA;
  color: #ffffff;
  border-right: 0.01rem solid #969494;
  text-align: center !important;
}
#smallPointTable[data-v-57f218d1] .el-table td.el-table__cell {
  border: 0.01rem solid #E6E6E6;
}
#smallPointTable[data-v-57f218d1] .el-table .el-table__header {
  margin-bottom: 0 !important;
}
#smallPointTable[data-v-57f218d1] .three-omit .cell .el-tooltip.ellipsis {
  display: -webkit-box !important;
  /* Safari */
  -webkit-line-clamp: 3 !important;
  /* Safari and Chrome */
  -webkit-box-orient: vertical !important;
  /* Safari and Chrome */
  overflow: hidden !important;
  white-space: wrap !important;
  padding-top: 0.02rem;
  padding-bottom: 0.02rem;
  line-height: 0.3rem;
}
.content3[data-v-57f218d1] {
  padding: 0.3rem 0.7rem 0.39rem;
  overflow: hidden;
  margin-bottom: 0.57rem;
}
.btnPro[data-v-57f218d1] {
  position: relative;
  width: 100%;
  text-align: center;
  padding-bottom: 0.8rem;
  margin-bottom: 0.8rem;
}
.btnPro div[data-v-57f218d1] {
  display: inline-block;
  width: 2rem;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  border: 0.01rem solid #7db0ea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  /* 20px; */
  font-weight: 600;
  font-size: 0.18rem;
  cursor: pointer;
}
.btnPro div[data-v-57f218d1]:nth-child(1) {
  background: #d3e8fe;
  color: #0a7dff;
  /* #666666; */
  margin-right: 0.3rem;
}
.btnPro div[data-v-57f218d1]:nth-child(2) {
  background: #7db0ea;
  color: #333333;
}
[data-v-57f218d1] .ruleList-dialog .el-dialog__body {
  height: 60vh;
  padding: 0.22rem 0.33rem 0 0.39rem;
}
[data-v-57f218d1] .el-input-number__decrease,[data-v-57f218d1] .el-input-number__increase {
  background-color: #7db0ed;
}
.center-dialog[data-v-57f218d1] {
  background-color: red;
}
[data-v-57f218d1] .el-dialog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-height: -webkit-calc(100% - 0.3rem);
  max-height: calc(100% - 0.3rem);
  max-width: -webkit-calc(100% - 0.3rem);
  max-width: calc(100% - 0.3rem);
}
[data-v-57f218d1] .el-dialog .el-dialog__body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: auto;
}
.smallSumScore[data-v-57f218d1] {
  margin-top: 0.15rem;
  font-size: 0.17rem;
  margin-bottom: 0.15rem;
}
[data-v-57f218d1] .el-icon-minus {
  color: white;
}
[data-v-57f218d1] .el-icon-plus {
  color: white;
}
[data-v-16966270] .custom-dialog .el-dialog__body {
  padding: 0.2rem 0.2rem 0;
}
[data-v-16966270] .custom-dialog .mycontent {
  width: 80%;
  margin-bottom: 0.39rem;
  margin: 0.3rem auto 0.39rem;
}
[data-v-16966270] .custom-dialog .mycontent .label {
  width: 30%;
  display: inline-block;
  color: #666666;
  font-size: 0.16rem;
}
[data-v-16966270] .custom-dialog .mycontent .text {
  display: inline-block;
  color: #333333;
  font-size: 0.14rem;
}
.con-title[data-v-3b0dc736] {
  line-height: 0.4rem;
  color: #333333;
  font-size: 0.16rem;
  font-weight: 600;
}
.con-title1[data-v-3b0dc736] {
  margin-bottom: 0.12rem;
  padding-left: 0.23rem;
}
.viewDetail[data-v-3b0dc736] {
  color: #7db0ea;
  font-size: 0.14rem;
  font-weight: 600;
}
[data-v-5bfa61ed] .custom-dialog .el-dialog__body {
  padding: 0.2rem 0.2rem 0;
}
[data-v-5bfa61ed] .custom-dialog .mycontent {
  width: 80%;
  margin-bottom: 0.39rem;
  margin: 0.3rem auto 0.39rem;
}
[data-v-5bfa61ed] .custom-dialog .mycontent .label {
  width: 30%;
  display: inline-block;
  color: #666666;
  font-size: 0.16rem;
}
[data-v-5bfa61ed] .custom-dialog .mycontent .text {
  display: inline-block;
  color: #333333;
  font-size: 0.14rem;
}
[data-v-3e7251a0] .custom-dialog .el-dialog__body {
  padding: 0.2rem 0.2rem 0;
}
[data-v-3e7251a0] .custom-dialog .mycontent {
  width: 80%;
  margin-bottom: 0.39rem;
  margin: 0.3rem auto 0.39rem;
}
[data-v-3e7251a0] .custom-dialog .mycontent .label {
  width: 30%;
  display: inline-block;
  color: #666666;
  font-size: 0.16rem;
}
[data-v-3e7251a0] .custom-dialog .mycontent .text {
  display: inline-block;
  color: #333333;
  font-size: 0.14rem;
}
[data-v-6c7392c1] .custom-dialog .el-dialog__body {
  padding: 0.2rem 0.2rem 0;
}
[data-v-6c7392c1] .custom-dialog .mycontent {
  width: 80%;
  margin-bottom: 0.39rem;
  margin: 0.3rem auto 0.39rem;
}
[data-v-6c7392c1] .custom-dialog .mycontent .label {
  width: 30%;
  display: inline-block;
  color: #666666;
  font-size: 0.16rem;
}
[data-v-6c7392c1] .custom-dialog .mycontent .text {
  display: inline-block;
  color: #333333;
  font-size: 0.14rem;
}
@charset "UTF-8";
.fu[data-v-0c7184b2] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.el-main[data-v-0c7184b2] {
  width: 7.84rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  background: #fff;
  padding: 0 !important;
}
.el-main[data-v-0c7184b2]::-webkit-scrollbar {
  width: 0.06rem;
  height: 0.03rem !important;
  background-color: #f5f5f5;
}

/*定义滑块 内阴影+圆角*/
.pdContainer[data-v-0c7184b2] {
  height: 100%;
  background-color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.1rem;
  -webkit-box-shadow: 0 0.04rem 0.06rem rgba(0, 0, 0, 0.1), 0 -0.04rem 0.06rem rgba(0, 0, 0, 0.1), 0.04rem 0 0.06rem rgba(0, 0, 0, 0.1), -0.04rem 0 0.06rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.04rem 0.06rem rgba(0, 0, 0, 0.1), 0 -0.04rem 0.06rem rgba(0, 0, 0, 0.1), 0.04rem 0 0.06rem rgba(0, 0, 0, 0.1), -0.04rem 0 0.06rem rgba(0, 0, 0, 0.1);
}
[data-v-0c7184b2]::-webkit-scrollbar {
  width: 0.03rem;
  height: 0.03rem;
}
dt[data-v-0c7184b2] {
  width: 0.56rem;
  height: 0.56rem;
  background: #ffff;
  fill: #fff;
  -webkit-filter: drop-shadow(0 0 0.07511rem rgba(4, 4, 4, 0.1));
          filter: drop-shadow(0 0 0.07511rem rgba(4, 4, 4, 0.1));
  -webkit-border-radius: 100%;
          border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
dt[data-v-0c7184b2]:hover {
  background: #1d30ff;
}
dt .svg-icon[data-v-0c7184b2] {
  width: 0.2rem;
  height: 0.2rem;
}
.sdiv[data-v-0c7184b2] {
  padding: 0 0.1rem 0 0.28rem;
}
.project-title[data-v-0c7184b2] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  height: 1rem;
  width: 100%;
  padding-right: 0.1rem;
  border-bottom: 0.01rem solid #dfdfdf;
}
.project-info[data-v-0c7184b2] {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.28rem 0;
}
.project-info .bottomBtn[data-v-0c7184b2] {
  cursor: pointer;
  position: absolute;
  right: 0.1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.project-info .bottomBtn .btn-collect[data-v-0c7184b2] {
  padding: 0 0.25rem;
  height: 0.37rem;
  -webkit-border-radius: 0.06rem;
          border-radius: 0.06rem;
  border: 0.01rem solid #3b5efc;
  color: #3b5efc;
  background: #fff;
  font-family: PingFang SC;
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 700;
  margin-right: 0.07rem;
  line-height: normal;
}
.project-info .bottomBtn .Unbtn-collect[data-v-0c7184b2] {
  padding: 0 0.25rem;
  height: 0.37rem;
  -webkit-border-radius: 0.06rem;
          border-radius: 0.06rem;
  border: 0.01rem solid #ededed;
  color: #666;
  background: #ededed;
  font-family: PingFang SC;
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 700;
  margin-right: 0.07rem;
  line-height: normal;
}
.project-info .bottomBtn .btn-cls-confirm[data-v-0c7184b2] {
  width: 1.05rem;
  height: 0.37rem;
  color: #fff;
  font-size: 0.14rem;
  font-weight: 400;
  border: none;
  -webkit-border-radius: 0.06rem;
          border-radius: 0.06rem;
}
.project-info-title[data-v-0c7184b2] {
  width: 4.6rem;
  font-size: 0.24rem;
  font-weight: 700;
  margin: 0 0 0.1rem 0;
  color: #333;
  white-space: nowrap;
  /* 不换行 */
  overflow: hidden;
  /* 超出部分隐藏 */
  text-overflow: ellipsis;
  /* 显示省略号 /*/
  margin-bottom: -0.05rem;
}
.info-type[data-v-0c7184b2] {
  height: 0.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.15rem;
  color: #999999;
}
.info-type div[data-v-0c7184b2] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0.1rem;
  color: #999;
  font-family: PingFang SC;
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.info-type div img[data-v-0c7184b2] {
  width: 0.15rem;
  height: 0.15rem;
  margin-right: 0.04rem;
}
.personal-info-bottom[data-v-0c7184b2] {
  height: 0.53rem;
  color: #666;
  font-size: 0.16rem;
  line-height: 0.46rem;
  margin-bottom: 0.17rem;
  border-bottom: 0.01rem solid #dfdfdf;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.schoolName[data-v-0c7184b2] {
  font-size: 0.14rem;
  font-weight: 400;
  line-height: 0.2rem;
  text-align: left;
}
.decamd-desc[data-v-0c7184b2] {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.titles[data-v-0c7184b2] {
  color: #333;
  font-family: PingFang SC;
  font-size: 0.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 0.25rem;
}
.underpainting[data-v-0c7184b2] {
  width: 1.19rem;
  height: 0.07rem;
  -webkit-border-radius: 0.01rem;
          border-radius: 0.01rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.05%, rgba(53, 160, 254, 0.3)), color-stop(101.07%, rgba(53, 160, 254, 0)));
  background: -webkit-linear-gradient(left, rgba(53, 160, 254, 0.3) 0.05%, rgba(53, 160, 254, 0) 101.07%);
  background: linear-gradient(90deg, rgba(53, 160, 254, 0.3) 0.05%, rgba(53, 160, 254, 0) 101.07%);
}
.headline[data-v-0c7184b2] {
  position: relative;
}
.headline .title[data-v-0c7184b2] {
  color: #333;
  margin-top: 0.25rem;
  font-family: PingFang SC;
  font-size: 0.18rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.headline .underpainting[data-v-0c7184b2] {
  position: absolute;
  top: 0.42rem;
  height: 0.07rem;
  -webkit-border-radius: 0.01rem;
          border-radius: 0.01rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.05%, rgba(53, 160, 254, 0.3)), color-stop(101.07%, rgba(53, 160, 254, 0)));
  background: -webkit-linear-gradient(left, rgba(53, 160, 254, 0.3) 0.05%, rgba(53, 160, 254, 0) 101.07%);
  background: linear-gradient(90deg, rgba(53, 160, 254, 0.3) 0.05%, rgba(53, 160, 254, 0) 101.07%);
}
.title[data-v-0c7184b2] {
  color: #333;
  font-size: 0.2rem;
  font-weight: 700;
  margin-bottom: 0.15rem;
  margin-top: 0.05rem;
}
.tag-list[data-v-0c7184b2] {
  height: 0.19rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.23rem;
}
.tag-items[data-v-0c7184b2] {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 0.3rem;
  padding: 0.03rem 0.14056rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-border-radius: 0.02rem;
          border-radius: 0.02rem;
  background: #ededed;
  color: #666;
  font-size: 0.16rem;
  font-weight: 400;
  margin: 0 0.11rem 0.1rem 0;
  width: auto;
}
.wirs[data-v-0c7184b2] {
  width: 7.01rem;
  border-bottom: 0.01rem solid #F3F3F3;
  margin: 0.14rem 0 0.1rem 0;
}
.desc[data-v-0c7184b2] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  color: #333;
  font-family: PingFang SC;
  font-size: 0.16rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.25rem;
  /* 156.25% */
  word-break: break-word;
}
.desc .desc-left[data-v-0c7184b2] {
  width: 4rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.desc .box[data-v-0c7184b2] {
  font-size: 0.12rem;
  color: #666666;
}
.desc .desc-right .sp[data-v-0c7184b2] {
  font-size: 0.16rem;
  color: #FEA220;
}
.desc .desc-right .sp2[data-v-0c7184b2] {
  font-size: 0.16rem;
  color: #333333;
  margin-left: 1.3rem;
}
.business[data-v-0c7184b2] {
  margin-bottom: 24rpx;
}
.business-title[data-v-0c7184b2] {
  color: #333;
  font-family: PingFang SC;
  font-size: 0.16rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.25rem;
  /* 156.25% */
}
.business-container[data-v-0c7184b2] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 0.48rem;
  margin: 0.1rem;
}
.business-container-l[data-v-0c7184b2] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.business-container-l-c[data-v-0c7184b2] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin-left: 0.05rem;
}
.business-container-l-c-desc[data-v-0c7184b2] {
  font-size: 0.1rem;
  color: #999;
  font-weight: 400;
}
.business-image[data-v-0c7184b2] {
  width: 0.36rem;
  height: 0.36rem;
}
.business-div[data-v-0c7184b2] {
  width: 0.56rem;
  height: 0.26rem;
  color: #5c9ffd;
  -webkit-border-radius: 0.13rem;
          border-radius: 0.13rem;
  border: 0.005rem solid #475ffd;
  text-align: center;
  color: #475ffd;
  font-size: 0.1rem;
  font-weight: 400;
  margin-right: 0.41rem;
  line-height: 0.26rem;
}
.OnlineReview .mar-b60[data-v-0c7184b2] {
  margin-bottom: 0.6rem;
}
.OnlineReview .backBox[data-v-0c7184b2] {
  text-align: left;
  font-size: 0.16rem;
  position: fixed;
  top: 0;
  width: 100%;
  height: 0.6rem;
  background: #ffffff;
  z-index: 999;
}
.OnlineReview .backBox .back[data-v-0c7184b2] {
  position: fixed;
  padding: 0.2rem;
}
.OnlineReview .lists[data-v-0c7184b2] {
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
  margin-bottom: 0.16rem;
  padding: 0.22rem 0.34rem 0.19rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
}
.OnlineReview .lists .el-image[data-v-0c7184b2] {
  width: 2.15rem;
  height: 1.36rem;
  -webkit-border-radius: 0.18rem;
          border-radius: 0.18rem;
  margin-right: 0.64rem;
  display: block;
}
.OnlineReview .lists .listContent h2[data-v-0c7184b2] {
  font-size: 0.22rem;
  margin: 0 0 0.14rem;
}
.OnlineReview .lists .listContent .conText[data-v-0c7184b2] {
  background: #d3e8fe;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
  display: inline-block;
  height: 0.26rem;
  padding: 0 0.06rem;
  color: #649aff;
  font-size: 0.12rem;
  line-height: 0.26rem;
  margin-right: 0.12rem;
  font-size: 0.18rem;
}
.OnlineReview .lists .listContent .listDesc[data-v-0c7184b2] {
  display: inline-block;
  margin-right: 0.34rem;
  margin-bottom: 0.06rem;
}
.OnlineReview .lists .listContent .listDesc span[data-v-0c7184b2] {
  font-size: 0.2rem;
  color: #999999;
  line-height: 0.22rem;
}
.OnlineReview .lists .listContent .listDesc span[data-v-0c7184b2]:nth-child(2) {
  color: #333;
}
.OnlineReview[data-v-0c7184b2]  .content {
  background: #ffffff;
  -webkit-box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.1);
  margin-bottom: 0.16rem;
}
.OnlineReview[data-v-0c7184b2]  .content .title {
  height: 0.28rem;
  margin-bottom: 0.18rem;
  position: relative;
}
.OnlineReview[data-v-0c7184b2]  .content .title .title-text {
  font-size: 0.24rem;
  font-weight: bold;
  color: #333333;
  position: relative;
  z-index: 2;
}
.OnlineReview[data-v-0c7184b2]  .content .title .title-text::after {
  content: "";
  display: block;
  width: 1.8rem;
  height: 0.07rem;
  background: -webkit-linear-gradient(359.99deg, rgba(125, 176, 234, 0.8) 39.59%, rgba(125, 176, 234, 0) 80.84%);
  background: linear-gradient(90.01deg, rgba(125, 176, 234, 0.8) 39.59%, rgba(125, 176, 234, 0) 80.84%);
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.OnlineReview[data-v-0c7184b2]  .content .title .title-line {
  font-size: 0.2rem;
}
.OnlineReview[data-v-0c7184b2]  .content .part-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #333333;
  font-size: 0.2rem;
  line-height: 0.26rem;
}
.OnlineReview[data-v-0c7184b2]  .content .proDetails {
  margin-bottom: 0.2rem;
}
.OnlineReview[data-v-0c7184b2]  .content .proDetails .projectProgress {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.OnlineReview[data-v-0c7184b2]  .content .proDetails .projectProgress .progressText {
  width: 47%;
  margin-right: 0.72rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.OnlineReview[data-v-0c7184b2]  .content .proDetails .projectProgress .progressView {
  cursor: default;
  width: 0.52rem;
  height: 0.19rem;
  border: 0.01rem solid #7db0ea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 0.13rem;
          border-radius: 0.13rem;
  text-align: center;
  line-height: 0.19rem;
  color: #7db0ea;
  font-size: 0.1rem;
}
.OnlineReview[data-v-0c7184b2]  .content .con-title {
  line-height: 0.4rem;
  color: #333333;
  font-size: 0.22rem;
  font-weight: 600;
}
.OnlineReview[data-v-0c7184b2]  .content .con-title1 {
  margin-bottom: 0.12rem;
}
.OnlineReview[data-v-0c7184b2]  .content .con-desc {
  font-size: 0.2rem;
  color: #333333;
  line-height: 0.28rem;
  margin-bottom: 0.28rem;
  white-space: pre-line;
}
.OnlineReview[data-v-0c7184b2]  .content .attachmentLists {
  margin-bottom: 0.2rem;
}
.OnlineReview[data-v-0c7184b2]  .content .attachmentLists .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.14rem;
  color: #333333;
  margin: 0.14rem 0;
}
.OnlineReview[data-v-0c7184b2]  .content .attachmentLists .list img {
  width: 0.16rem;
  height: 0.16rem;
  margin-right: 0.15rem;
}
.OnlineReview[data-v-0c7184b2]  .content .attachmentLists .list .attachmentName {
  width: 60%;
  margin-right: 0.3rem;
}
.OnlineReview[data-v-0c7184b2]  .content .attachmentLists .list a {
  display: inline-block;
  width: 0.52rem;
  height: 0.19rem;
  background: #ffffff;
  border: 0.01rem solid #7db0ea;
  -webkit-border-radius: 0.13rem;
          border-radius: 0.13rem;
  color: #7db0ea;
  font-size: 0.1rem;
  text-align: center;
  line-height: 0.19rem;
}
.OnlineReview[data-v-0c7184b2]  .content .proFlag {
  color: #333333;
  font-size: 0.14rem;
  margin-bottom: 0.24rem;
  margin-left: 0.32rem;
}
.OnlineReview[data-v-0c7184b2]  .content .proFlag div {
  line-height: 0.3rem;
}
.OnlineReview[data-v-0c7184b2]  .content .con-text {
  color: #333333;
  font-size: 0.14rem;
  margin-bottom: 0.1rem;
}
.OnlineReview[data-v-0c7184b2]  .content .apply {
  width: 98%;
  float: right;
  margin-top: 0.2rem;
}
.OnlineReview[data-v-0c7184b2]  .content .apply .applyCon {
  padding-bottom: 0.44rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.OnlineReview[data-v-0c7184b2]  .content .apply .applyCon .prompt {
  margin: 0.16rem 0;
  color: #da251c;
  font-size: 0.2rem;
}
.OnlineReview[data-v-0c7184b2]  .content .apply .applyCon .prompt span {
  color: #999999;
}
.OnlineReview[data-v-0c7184b2]  .content .apply .reviewResult {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0.24rem !important;
}
.OnlineReview[data-v-0c7184b2]  .content .apply .reviewResult h2 {
  margin-right: 0.3rem;
  margin-bottom: 0 !important;
}
.OnlineReview[data-v-0c7184b2]  .content .apply .applyCon:nth-last-child(1) {
  padding-bottom: 0;
}
.OnlineReview[data-v-0c7184b2]  .content .apply .applyCon::before {
  content: "";
  width: 0.01rem;
  height: -webkit-fill-available;
  background: #ababab;
  position: absolute;
  top: 0.07rem;
  left: -0.29rem;
}
.OnlineReview[data-v-0c7184b2]  .content .apply .applyCon::after {
  content: "";
  width: 0.06rem;
  height: 0.06rem;
  background: #7db0ea;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
  top: 0.07rem;
  left: -0.305rem;
  /* -31.5px; */
  z-index: 2;
}
.OnlineReview[data-v-0c7184b2]  .content .apply h2 {
  color: #333333;
  font-size: 0.14rem;
  line-height: 0.2rem;
  margin: 0;
}
.OnlineReview[data-v-0c7184b2]  .content .apply h2 span {
  font-size: 0.2rem;
  color: #ff1e1e;
}
.OnlineReview[data-v-0c7184b2]  .content .apply .applyTime {
  color: #666666;
  font-size: 0.12rem;
  line-height: 0.12rem;
  margin-bottom: 0.1rem;
  -webkit-transform-origin-x: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.OnlineReview[data-v-0c7184b2]  .content .apply .applyDesc {
  padding: 0.15rem 0.22rem;
  background: #f6faff;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  font-size: 0.14rem;
  line-height: 0.22rem;
}
.OnlineReview[data-v-0c7184b2]  .content .apply .comment {
  padding-top: 0.3rem;
  padding-left: 0.17rem;
}
.OnlineReview[data-v-0c7184b2]  .content .apply .comment h2 {
  font-size: 0.12rem;
  color: #666666;
  margin-bottom: 0.03rem;
}
.OnlineReview[data-v-0c7184b2]  .content .apply .comment .applyTime {
  font-size: 0.08rem;
}
.OnlineReview[data-v-0c7184b2]  .content .applyNull {
  text-align: center;
  color: #666666;
  font-size: 0.18rem;
  font-weight: bold;
  margin: 2.24rem 0;
}
.OnlineReview[data-v-0c7184b2]  .content .applyGrade {
  padding: 0.13rem 1.34rem 0.13rem 0.54rem;
  border: 0.01rem solid #e8e8e8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333333;
  font-size: 0.14rem;
  font-weight: bold;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  margin-bottom: 0.18rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.OnlineReview[data-v-0c7184b2]  .content .applyGrade .point {
  display: inline-block;
  width: 1.2rem;
}
.OnlineReview[data-v-0c7184b2]  .content .applyGrade .score {
  font-weight: bold;
  font-size: 0.12rem;
  color: #7db0ea;
}
.OnlineReview[data-v-0c7184b2]  .content .applyGrade .applyGradeText {
  margin-left: 0.21rem;
  color: #999999;
  font-size: 0.12rem;
  font-weight: normal;
}
.OnlineReview .content1[data-v-0c7184b2] {
  padding: 0.3rem 0.7rem;
  overflow: hidden;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
}
.OnlineReview .content3[data-v-0c7184b2] {
  padding: 0.3rem 0.7rem 0.39rem;
  overflow: hidden;
  margin-bottom: 0.57rem;
}
.OnlineReview .content2[data-v-0c7184b2] {
  padding: 0.3rem 0.47rem 0.3rem;
  overflow: hidden;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
}
.OnlineReview .content2 .summary .title[data-v-0c7184b2] {
  padding: 0;
}
.OnlineReview .content2 .summary .title .title-line[data-v-0c7184b2] {
  bottom: -0.07rem;
}
.OnlineReview[data-v-0c7184b2]  .el-collapse-item__arrow {
  display: none;
}
.OnlineReview[data-v-0c7184b2]  .el-table .el-table__header {
  -webkit-border-radius: 0;
          border-radius: 0;
}
.OnlineReview[data-v-0c7184b2]  .el-table .has-gutter th {
  background: #f6fbff;
}
.OnlineReview[data-v-0c7184b2]  .el-table td.el-table__cell {
  padding: 0.28rem 0;
}
.OnlineReview .dialogMyVisible[data-v-0c7184b2] {
  text-align: center;
}
.OnlineReview .dialogMyVisible div[data-v-0c7184b2] {
  padding: 0.36rem;
  font-size: 0.2rem;
  line-height: 0.28rem;
}
[data-v-0c7184b2] .el-image__inner {
  -o-object-fit: contain;
     object-fit: contain;
}
.el-tag[data-v-0c7184b2] {
  margin-top: -0.05rem;
  margin-left: 0.2rem;
}
.titleCss[data-v-0c7184b2] {
  padding: 0 0.2rem;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0.18rem;
}
[data-v-0c7184b2] .el-collapse-item__header {
  -webkit-border-radius: 0.08rem 0.08rem 0 0;
          border-radius: 0.08rem 0.08rem 0 0;
}
[data-v-0c7184b2] .el-collapse-item__wrap {
  background-color: transparent;
  border: none;
}
[data-v-0c7184b2] .el-collapse {
  border: none;
}
.custom-error[data-v-0c7184b2] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
[data-v-0c7184b2] .el-collapse-item__content {
  padding-bottom: 0;
}
.btns[data-v-1389eceb] {
  width: 1.66rem;
  height: 0.34rem;
  text-align: center;
  line-height: 0.08rem;
  background-color: #3b5efc;
  font-size: 0.14rem;
  margin-top: 2.5rem;
  -webkit-border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
          border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
}
[data-v-1389eceb] .el-input__inner {
  width: 4.08rem;
}
[data-v-1389eceb] .el-textarea__inner {
  width: 4.08rem;
  height: 1.19rem;
}
[data-v-1389eceb] .right .el-input__inner {
  width: 2.92rem;
}
[data-v-1389eceb] .el-form-item {
  margin: 0.2rem 0 0 0;
}
.boxBtn[data-v-1389eceb] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.41rem;
}
.el-dialog__title[data-v-1389eceb] {
  font-weight: 500;
  font-size: 0.2rem;
  color: #333333;
}
.btn[data-v-1389eceb] {
  width: 1.86rem;
  height: 0.34rem;
  text-align: center;
  line-height: 0.08rem;
  background-color: #3b5efc;
  font-size: 0.14rem;
}
.rightBox[data-v-1389eceb] {
  width: 7.84rem;
  height: -webkit-calc(100vh - 2rem);
  height: calc(100vh - 2rem);
  background: #ffffff;
  -webkit-border-radius: 0.05rem;
          border-radius: 0.05rem;
  padding: 0.19rem 0 0 0;
  position: relative;
  -webkit-box-shadow: 0 0 0.08rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.08rem 0 rgba(0, 0, 0, 0.1);
}
.rightBox .top[data-v-1389eceb] {
  width: -webkit-calc(100% - 0.56rem);
  width: calc(100% - 0.56rem);
  height: 0.62rem;
  padding-bottom: 0.25rem;
  position: absolute;
  left: 0.28rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.rightBox .top P[data-v-1389eceb] {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.07rem;
}
.rightBox .top P span[data-v-1389eceb] {
  cursor: pointer;
  display: inline-block;
  width: 1.05rem;
  height: 0.37rem;
  line-height: 0.37rem;
  -webkit-border-radius: 0.06rem;
          border-radius: 0.06rem;
  background: #3b5efc;
  color: #fff;
  font-size: 0.16rem;
  text-align: center;
}
.rightBox .content[data-v-1389eceb] {
  padding-right: 0.28rem;
  padding-left: 0.28rem;
  padding-bottom: 0.7rem;
  height: -webkit-calc(100% - 2.24rem);
  height: calc(100% - 2.24rem);
  margin-top: 0.63rem;
  overflow: auto;
  overflow-x: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.24rem;
}
.rightBox .content .center[data-v-1389eceb] {
  width: 100%;
  text-align: center;
  color: #666;
  font-family: PingFang SC;
  font-size: 0.16rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0.05rem;
}
.rightBox .content .left[data-v-1389eceb] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.1rem;
}
.rightBox .content .left > img[data-v-1389eceb] {
  width: 0.37rem;
  height: 0.37rem;
}
.rightBox .content .left > div[data-v-1389eceb] {
  width: auto;
  max-width: 3.42rem;
  height: auto;
  padding: 0.06rem 0.11rem;
  word-wrap: break-word;
  padding: 6px 11px;
  font-size: 0.16rem;
  color: #333;
  -webkit-border-radius: 0.05rem;
          border-radius: 0.05rem;
  background: #ecefff;
  line-height: 0.27rem;
  background: #f8f8f8;
}
.rightBox .content .leftApply[data-v-1389eceb] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.1rem;
}
.rightBox .content .leftApply > img[data-v-1389eceb] {
  width: 0.37rem;
  height: 0.37rem;
}
.rightBox .content .leftApply > div[data-v-1389eceb] {
  width: 2.84rem;
  height: 1.27rem;
  padding: 0.05rem 0.11rem 0 0.11rem;
  font-size: 0.16rem;
  -webkit-border-radius: 0.05rem;
          border-radius: 0.05rem;
  background: #ecefff;
  line-height: 0.27rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#e0e6ff), color-stop(68.38%, #fff));
  background: -webkit-linear-gradient(top, #e0e6ff 0%, #fff 68.38%);
  background: linear-gradient(180deg, #e0e6ff 0%, #fff 68.38%);
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  border: 0.005rem solid #3b5efc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.rightBox .content .leftApply > div > p[data-v-1389eceb] {
  color: #333;
  font-size: 0.15rem;
  font-weight: 400;
}
.rightBox .content .leftApply > div > div[data-v-1389eceb] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.rightBox .content .leftApply > div > div .btn[data-v-1389eceb] {
  width: 1.26rem;
  height: 0.33rem;
}
.rightBox .content .centerApply[data-v-1389eceb] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.rightBox .content .centerApply > div[data-v-1389eceb],
.rightBox .content .centerApply > p[data-v-1389eceb] {
  width: 2.84rem;
  min-height: 0.92rem;
  padding: 0.05rem 0.11rem 0 0.11rem;
  font-size: 0.16rem;
  color: #333;
  -webkit-border-radius: 0.05rem;
          border-radius: 0.05rem;
  background: #ecefff;
  line-height: 0.27rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#e0e6ff), color-stop(68.38%, #fff));
  background: -webkit-linear-gradient(top, #e0e6ff 0%, #fff 68.38%);
  background: linear-gradient(180deg, #e0e6ff 0%, #fff 68.38%);
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  border: 0.005rem solid #3b5efc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.rightBox .content .right[data-v-1389eceb] {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.rightBox .content .right > div[data-v-1389eceb] {
  width: auto;
  max-width: 3.42rem;
  height: auto;
  padding: 0.06rem 0.11rem;
  word-wrap: break-word;
  padding: 6px 11px;
  font-size: 0.18rem;
  color: #000;
  -webkit-border-radius: 0.05rem;
          border-radius: 0.05rem;
  background: #ecefff;
  line-height: 0.27rem;
}
.rightBox .content .rightApply[data-v-1389eceb] {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.rightBox .content .rightApply > div[data-v-1389eceb] {
  width: auto;
  max-width: 3.42rem;
  height: auto;
  padding: 0.06rem 0.11rem;
  word-wrap: break-word;
  padding: 6px 11px;
  font-size: 0.18rem;
  -webkit-border-radius: 0.05rem;
          border-radius: 0.05rem;
  background: #ecefff;
  line-height: 0.27rem;
}
.rightBox .textarea[data-v-1389eceb] {
  height: 1.68rem;
  background-color: #fff;
}
.rightBox .textarea[data-v-1389eceb]  .textareaContent {
  height: 1.31rem;
  overflow: hidden;
  border-top: 0.005rem #dfdfdf solid;
}
.rightBox .textarea[data-v-1389eceb]  .textareaContent .el-textarea__inner {
  border: none !important;
  min-height: 1.31rem !important;
}
.rightBox .textarea .textareaBtnBox[data-v-1389eceb] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.rightBox .textarea .textareaBtnBox .addBtn[data-v-1389eceb] {
  cursor: pointer;
  display: inline-block;
  width: 1.27rem;
  height: 0.37rem;
  line-height: 0.37rem;
  -webkit-border-radius: 0.06rem;
          border-radius: 0.06rem;
  background: #3b5efc;
  color: #fff;
  font-size: 0.16rem;
  text-align: center;
  margin-right: 0.28rem;
}
.rightBox .plain[data-v-1389eceb] {
  display: inline-block;
  width: 1.26rem;
  height: 0.33rem;
  line-height: 0.33rem;
  -webkit-border-radius: 0.06rem;
          border-radius: 0.06rem;
  text-align: center;
  border: none;
  color: #666;
  background: #f3f3f3;
  font-size: 0.15rem;
  cursor: pointer;
}
.rightBox .activeBtn[data-v-1389eceb] {
  display: inline-block;
  width: 1.26rem;
  height: 0.33rem;
  line-height: 0.33rem;
  -webkit-border-radius: 0.06rem;
          border-radius: 0.06rem;
  background: #9cafff;
  color: #fff;
  font-size: 0.15rem;
  text-align: center;
  cursor: pointer;
}
.rightBox .msg-state[data-v-1389eceb] {
  display: inline-block;
  width: 100%;
  height: 0.33rem;
  line-height: 0.17rem;
  -webkit-border-radius: 0.06rem;
          border-radius: 0.06rem;
  color: #000;
  font-size: 0.17rem;
  text-align: center;
}
[data-v-1389eceb] div.el-dialog {
  width: 4.74rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
}
[data-v-1389eceb] div.el-dialog__body {
  padding-top: 0;
}
[data-v-1389eceb] div.el-dialog__body .popup-title {
  color: #666;
  font-size: 0.14rem;
  font-weight: 400;
  margin-bottom: 0.15rem;
}
[data-v-1389eceb] div.el-dialog__body .checkBox-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 4.1rem;
  height: 0.62rem;
  -webkit-border-radius: 0.09rem;
          border-radius: 0.09rem;
  background: #f7f7f7;
  margin-bottom: 0.12rem;
  padding: 0 0.15rem;
}
[data-v-1389eceb] div.el-dialog__body .checkBox-item.active {
  background: #ecefff;
}
[data-v-1389eceb] div.el-dialog__body .checkBox-item .project-name {
  height: 0.21rem;
  color: #333;
  font-size: 0.15rem;
}
[data-v-1389eceb] div.el-dialog__body .checkBox-item .projectType-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 0.15rem;
}
[data-v-1389eceb] div.el-dialog__body .checkBox-item .projectType-list .projectType-item {
  color: #666;
  font-size: 0.11rem;
  font-weight: 400;
  margin-right: 0.03rem;
}
[data-v-1389eceb] div.el-dialog__footer .dialog-footer .el-button {
  width: 0.82rem;
  height: 0.35rem;
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 400;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
}
[data-v-1389eceb] div.el-dialog__footer .dialog-footer .el-button.el-button--default {
  background: #fff;
  border: 0.01rem solid #3b5efc;
  color: #3b5efc;
}
[data-v-1389eceb] div.el-dialog__footer .dialog-footer .el-button.el-button--primary {
  background: #3b5efc;
  color: #fff;
}
*[data-v-109b3536] {
  margin: 0;
  padding: 0;
}
.chart[data-v-109b3536] {
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#c7effc), color-stop(81.85%, #fff));
  background: -webkit-linear-gradient(top, #c7effc 0%, #fff 81.85%);
  background: linear-gradient(180deg, #c7effc 0%, #fff 81.85%);
}
.chart .container[data-v-109b3536] {
  width: 12rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0.24rem;
  padding-top: 0.2rem;
}
.chart .container > .left[data-v-109b3536] {
  width: 3.84rem;
  min-height: 9.85rem;
  -webkit-box-sizing: border-boxx;
          box-sizing: border-boxx;
  background: #ffffff;
  -webkit-border-radius: 0.05rem;
          border-radius: 0.05rem;
  overflow: hidden;
}
.chart .container > .left .searchBox[data-v-109b3536] {
  width: 100%;
  padding: 0.14rem 0.22rem 0.04rem;
}
.chart .container > .left .tab[data-v-109b3536] {
  padding: 0.24rem 0 0.16rem 0.22rem;
}
.chart .container > .left .tab .tabItem[data-v-109b3536] {
  display: inline-block;
  cursor: pointer;
  padding: 0.08rem 0.09rem;
  font-size: 0.12rem;
  color: #999;
  margin-right: 0.15rem;
  -webkit-border-radius: 0.05rem;
          border-radius: 0.05rem;
}
.chart .container > .left .tab .actived[data-v-109b3536] {
  background: #ecefff;
  color: #3b5efc;
  font-weight: bold;
}
.chart .container > .left .chartBox[data-v-109b3536] {
  height: 9.29rem;
  padding: 0 0.2rem;
  overflow: auto;
}
.chart .container > .left .chartBox .item[data-v-109b3536] {
  cursor: pointer;
  height: 0.79rem;
  padding: 0.17rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 0.01rem solid #dfdfdf;
}
.chart .container > .left .chartBox .item .imgBox[data-v-109b3536] {
  width: 0.47rem;
  height: 0.47rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  overflow: hidden;
}
.chart .container > .left .chartBox .item .imgBox img[data-v-109b3536] {
  width: 100%;
  height: 100%;
}
.chart .container > .left .chartBox .item .textBox[data-v-109b3536] {
  width: -webkit-calc(100% - 0.58rem);
  width: calc(100% - 0.58rem);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.06rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.chart .container > .left .chartBox .item .textBox > P[data-v-109b3536]:nth-child(1) {
  margin: 0;
  font-weight: 700;
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #333;
  width: 70%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.chart .container > .left .chartBox .item .textBox > P[data-v-109b3536]:nth-child(2) {
  margin: 0;
  font-size: 0.13rem;
  line-height: 0.18rem;
  color: #333;
  width: 90%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #666;
}
.chart .container > .left .chartBox .item .textBox .time[data-v-109b3536] {
  position: absolute;
  font-size: 0.13rem;
  top: 0.03rem;
  right: 0;
  color: #999;
}
.chart .container > .right[data-v-109b3536] {
  width: 7.84rem;
  height: 9.68rem;
  background: #ffffff;
  -webkit-border-radius: 0.05rem;
          border-radius: 0.05rem;
  padding: 0.19rem 0 0 0;
  position: relative;
  -webkit-box-shadow: 0 0 0.08rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.08rem 0 rgba(0, 0, 0, 0.1);
}
.chart .container > .right .top[data-v-109b3536] {
  width: -webkit-calc(100% - 0.56rem);
  width: calc(100% - 0.56rem);
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding-bottom: 0.25rem;
  position: absolute;
  left: 0.28rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.chart .container > .right .top > P[data-v-109b3536] {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  gap: 0.07rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
}
.chart .container > .right .top > P > span[data-v-109b3536]:nth-child(1) {
  display: inline-block;
  width: 1.05rem;
  height: 0.37rem;
  line-height: 0.37rem;
  -webkit-border-radius: 0.06rem;
          border-radius: 0.06rem;
  text-align: center;
  border: 0.01rem solid #3b5efc;
  color: #3b5efc;
  font-size: 0.16rem;
}
.chart .container > .right .top > P > span[data-v-109b3536]:nth-child(2) {
  display: inline-block;
  width: 1.05rem;
  height: 0.37rem;
  line-height: 0.37rem;
  -webkit-border-radius: 0.06rem;
          border-radius: 0.06rem;
  background: #3b5efc;
  color: #fff;
  font-size: 0.16rem;
  text-align: center;
}
.chart .container > .right .content[data-v-109b3536] {
  padding-right: 0.28rem;
  padding-left: 0.28rem;
  height: -webkit-calc(100% - 1.68rem - 0.63rem);
  height: calc(100% - 1.68rem - 0.63rem);
  margin-top: 0.63rem;
  overflow: auto;
  overflow-x: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.24rem;
}
.chart .container > .right .content .center[data-v-109b3536] {
  width: 100%;
  text-align: center;
  color: #666;
  font-family: PingFang SC;
  font-size: 0.16rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.chart .container > .right .content .left[data-v-109b3536] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.1rem;
}
.chart .container > .right .content .left > img[data-v-109b3536] {
  width: 0.37rem;
  height: 0.37rem;
}
.chart .container > .right .content .left > div[data-v-109b3536] {
  width: auto;
  max-width: 3.42rem;
  height: auto;
  padding: 0.06rem 0.11rem;
  word-wrap: break-word;
  padding: 6px 11px;
  font-size: 0.18rem;
  -webkit-border-radius: 0.05rem;
          border-radius: 0.05rem;
  background: #ecefff;
  line-height: 0.27rem;
  background: #f8f8f8;
}
.chart .container > .right .content .right[data-v-109b3536] {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.chart .container > .right .content .right > div[data-v-109b3536] {
  width: auto;
  max-width: 3.42rem;
  height: auto;
  padding: 0.06rem 0.11rem;
  word-wrap: break-word;
  padding: 6px 11px;
  font-size: 0.18rem;
  -webkit-border-radius: 0.05rem;
          border-radius: 0.05rem;
  background: #ecefff;
  line-height: 0.27rem;
}
.chart .container > .right .textarea[data-v-109b3536] {
  height: 1.68rem;
}
.chart .container > .right .textarea[data-v-109b3536]  .textareaContent {
  height: -webkit-calc(100% - 0.5rem);
  height: calc(100% - 0.5rem);
  overflow: hidden;
  border-top: 0.005rem #dfdfdf solid;
}
.chart .container > .right .textarea[data-v-109b3536]  .textareaContent .el-textarea__inner {
  border: none !important;
}
.chart .container > .right .textarea[data-v-109b3536]  .textareaContent .el-textarea {
  padding-top: 0.05rem;
}
.chart .container > .right .textarea .textareaBtnBox[data-v-109b3536] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.chart .container > .right .textarea .textareaBtnBox .addBtn[data-v-109b3536] {
  display: inline-block;
  width: 1.27rem;
  height: 0.37rem;
  line-height: 0.37rem;
  -webkit-border-radius: 0.06rem;
          border-radius: 0.06rem;
  background: #3b5efc;
  color: #fff;
  font-size: 0.16rem;
  text-align: center;
  margin-right: 0.28rem;
}
[data-v-6fbbcbe6] .el-form-item .el-form-item__label {
  line-height: 0.41rem;
}
[data-v-6fbbcbe6] .el-form-item .el-form-item__content {
  line-height: 0.41rem;
}
[data-v-6fbbcbe6] .el-form-item .el-form-item__content .el-input__icon {
  line-height: 0.41rem;
}
[data-v-6fbbcbe6] .el-form-item .el-form-item__content .el-input__inner {
  height: 0.41rem;
  line-height: 0.41rem;
  background: #fff;
}
@charset "UTF-8";
.content[data-v-22cb5ca8] {
  padding: 0.45rem 0 0.45rem 0;
}
.content .box[data-v-22cb5ca8] {
  width: 12rem;
  padding: 0.4rem;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.content .box .box1[data-v-22cb5ca8] {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content .box .box1 .box1_left[data-v-22cb5ca8] {
  width: 3.7rem;
  height: 2.63rem;
  -webkit-border-radius: 0.17rem;
          border-radius: 0.17rem;
}
.content .box .box1 .box1_left img[data-v-22cb5ca8] {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.content .box .box1 .box1_right[data-v-22cb5ca8] {
  width: 7.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content .box .box1 .box1_right .box1_0[data-v-22cb5ca8] {
  width: 7.21rem;
  height: 0.72rem;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 600;
  font-size: 0.24rem;
  line-height: 178%;
  color: #333333;
}
.content .box .box1 .box1_right .box1_1 .box1_10 img[data-v-22cb5ca8] {
  width: 0.16rem;
  height: 0.16rem;
}
.content .box .box1 .box1_right .box1_1 .box1_10 span[data-v-22cb5ca8] {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 0.2rem;
  line-height: 160%;
  /* or 22px */
  color: #333333;
  margin-left: 0.12rem;
}
.content .box .box1 .box1_right .box1_2[data-v-22cb5ca8] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content .box .box1 .box1_right .box1_2 .box1_2_left[data-v-22cb5ca8] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.content .box .box1 .box1_right .box1_2 .box1_2_left .btn1[data-v-22cb5ca8] {
  width: 1.55rem;
  height: 0.5rem;
  background: #649aff;
  border: 0.01rem solid #649aff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 0.05rem;
          border-radius: 0.05rem;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: bold;
  font-size: 0.18rem;
  line-height: 0.5rempx;
  color: #ffffff;
}
.content .box .box1 .box1_right .box1_2 .box1_2_right[data-v-22cb5ca8] {
  height: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  /* flex-end; */
}
.content .box .box1 .box1_right .box1_2 .box1_2_right .box1_20[data-v-22cb5ca8] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.content .box .box1 .box1_right .box1_2 .box1_2_right .box1_20 img[data-v-22cb5ca8] {
  padding-right: 0.05rem;
  display: block;
  float: left;
  width: 0.28rem;
  height: auto;
}
.content .box .box1 .box1_right .box1_2 .box1_2_right .box1_20 span[data-v-22cb5ca8] {
  margin-left: 0.1rem;
}
.content .box .box1 .box1_right .box1_2 .box1_2_right .box1_21[data-v-22cb5ca8] {
  width: 0;
  height: 0.12rem;
  margin-left: 0.15rem;
  border: 0.01rem solid #999999;
}
.content .box3[data-v-22cb5ca8] {
  width: 100%;
  min-height: 1.2rem;
}
.content .box3 .box3_1[data-v-22cb5ca8] {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 600;
  font-size: 0.24rem;
  line-height: 0.36rem;
  color: #333333;
  margin-top: 0.26rem;
}
.content .box3 p[data-v-22cb5ca8] {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 0.2rem;
  color: #333333;
  word-wrap: break-word;
}
.content .box3 ol[data-v-22cb5ca8] {
  margin: 0;
  padding: 0;
  margin-left: 0.3rem;
  margin-top: 0.1rem;
}
.content .box3 ol li[data-v-22cb5ca8] {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.2rem;
}

/* 头部css */
[data-v-22cb5ca8] .el-dropdown-menu__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
[data-v-22cb5ca8] .el-dropdown-menu__item span {
  width: 1.5rem;
}
[data-v-22cb5ca8] .el-dropdown-menu__item img {
  width: 0.27rem;
  height: 0.24rem;
}
.imgTb[data-v-22cb5ca8] {
  width: 0.2rem;
}
.el-header[data-v-22cb5ca8] {
  width: 16rem;
  padding: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-header .img[data-v-22cb5ca8] {
  width: 2.88rem;
  height: 0.62rem;
  margin-right: 0.05rem;
}
.el-header .imgs[data-v-22cb5ca8] {
  width: 0.64rem;
  height: 0.32rem;
}
.el-header .headerText[data-v-22cb5ca8] {
  width: 70%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0.35rem;
}
.el-header .headerText .navHeader[data-v-22cb5ca8] {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4rem;
}
.el-header .headerText .navHeader a[data-v-22cb5ca8] {
  position: relative;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.el-header .headerText .navHeader a.active[data-v-22cb5ca8]::after {
  content: "";
  position: absolute;
  bottom: -0.3rem;
  /* 调整位置 */
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.47rem;
  height: 0.06rem;
  background: #3B5EFC;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.el-header nav a[data-v-22cb5ca8],
.el-header .el-dropdown a[data-v-22cb5ca8] {
  font-size: 0.2rem;
  line-height: 0.24rem;
  color: #666666;
}
.el-header .el-button[data-v-22cb5ca8] {
  width: 0.84rem;
  height: 0.42rem;
  background: #1667FF;
  -webkit-border-radius: 0.21rem;
          border-radius: 0.21rem;
  padding: 0.05rem 0.2rem;
  font-size: 0.18rem;
  line-height: 0.24rem;
  color: #ffffff;
}
.el-header .sass[data-v-22cb5ca8] {
  width: 1.08rem;
  height: 0.42rem;
  padding: 0.01rem 0.15rem;
  font-size: 0.18rem;
  line-height: 0.42rem;
  border-right: 0.01rem solid #000;
}
.el-header .sass[data-v-22cb5ca8]:last-child {
  border-right: none;
}
.el-header .userInfo[data-v-22cb5ca8] {
  margin-right: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-header .userInfo .logo[data-v-22cb5ca8] {
  width: 0.46rem;
  height: 0.46rem;
}
.el-header .userInfo .userName[data-v-22cb5ca8] {
  font-size: 0.18rem;
  min-width: 0.5rem;
  line-height: 0.46rem;
  margin-left: 0.15rem;
}
.el-header .userInfo .quit[data-v-22cb5ca8] {
  width: 0.84rem;
  height: 0.42rem;
  background: rgba(59, 94, 252, 0.1);
  -webkit-border-radius: 0.21rem;
          border-radius: 0.21rem;
  text-align: center;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 0.18rem;
  color: #1667FF;
  line-height: 0.42rem;
  margin-left: 0.15rem;
  cursor: pointer;
}
.myelFooter[data-v-22cb5ca8] {
  background: #75161B !important;
}
.myelFooter dl[data-v-22cb5ca8] {
  color: #fff !important;
}
.myelFooter a[data-v-22cb5ca8] {
  color: #fff !important;
}
.el-footer[data-v-22cb5ca8] {
  width: 100%;
  background: #313B59;
}
.el-footer .myFooter[data-v-22cb5ca8] {
  width: 12rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.el-footer dl[data-v-22cb5ca8] {
  font-size: 0.2rem;
  color: rgba(255, 255, 255, 0.5);
}
.el-footer dl dd[data-v-22cb5ca8] {
  margin: 0;
}
.el-footer dl dd a[data-v-22cb5ca8] {
  display: inline-block;
  margin-right: 0.3rem;
  color: rgba(255, 255, 255, 0.5);
}
[data-v-22cb5ca8] .el-dialog {
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
}
[data-v-22cb5ca8] .el-dialog__body {
  padding-top: 0.1rem;
}
[data-v-22cb5ca8] .el-dialog__header {
  text-align: center;
}
.login-left[data-v-22cb5ca8] {
  margin: 0 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.login-left h3[data-v-22cb5ca8] {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 0.2rem;
  color: #333333;
}
.login-left .qrcodeBorder[data-v-22cb5ca8] {
  width: 2.22rem;
  height: 2.22rem;
  border: 0.01rem solid #E8E8E8;
  margin-bottom: 0.13rem;
}
.login-left .qrcodeBorder .qrcode[data-v-22cb5ca8] {
  width: 1.92rem;
  height: 1.92rem;
  background: #E8E8E8;
  margin: 0.15rem;
}
.login-left .qrcodeBorder .tips[data-v-22cb5ca8] {
  width: 1.8rem;
  height: 0.43rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 0.18rem;
  color: #666666;
  line-height: 0.21rem;
  text-align: center;
  font-style: normal;
}
.line[data-v-22cb5ca8] {
  width: 0.01rem;
  height: 3.6rem;
  border: 0.01rem solid #D8D8D8;
}
.login-weaper[data-v-22cb5ca8] {
  width: 3.57rem;
  margin: 0 auto;
  background: #ffffff;
  overflow: hidden;
}
.login-weaper .title[data-v-22cb5ca8] {
  font-family: PangMenZhengDao;
  font-size: 0.32rem;
  color: #1667FF;
  letter-spacing: 0.02rem;
  text-align: center;
  margin-bottom: 0.49rem;
}
.login-weaper .navbar[data-v-22cb5ca8] {
  font-weight: 200;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #666666;
  text-shadow: 0 0.02rem 0.04rem rgba(0, 0, 0, 0.3);
}
.login-weaper .navbar a[data-v-22cb5ca8] {
  width: 50%;
  display: inline-block;
  text-align: center;
}
.login-weaper .navbar .active[data-v-22cb5ca8]::after {
  content: "";
  display: block;
  width: 15%;
  height: 0.08rem;
  background: #1667FF;
  -webkit-border-radius: 0.045rem;
          border-radius: 0.045rem;
  margin: 0.05rem auto;
}
.login-weaper[data-v-22cb5ca8]  .el-input__inner {
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
}
.myLists[data-v-22cb5ca8] {
  min-height: 7rem;
  margin: auto;
  min-height: 10rem;
  padding-top: 0.7rem;
  padding-bottom: 1rem;
}
.myLists .Title[data-v-22cb5ca8] {
  position: relative;
  width: 100%;
  height: 0.32rem;
  font-family: Microsoft JhengHei;
  font-style: normal;
  font-weight: bold;
  font-size: 0.36rem;
  line-height: 0.32rem;
  text-align: center;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.2);
  margin-bottom: 1rem;
}
.myLists .TitleRed[data-v-22cb5ca8] {
  color: rgba(209, 0, 1, 0.2);
}
.myLists .TitleRed span[data-v-22cb5ca8] {
  color: #E31512;
}
.boxList[data-v-22cb5ca8] {
  width: 12rem;
  padding-bottom: 0.32rem;
  margin: 0.32rem auto 0;
  border-bottom: 0.01rem solid #e6e5e5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.boxList .el-image[data-v-22cb5ca8] {
  width: 2.73rem;
  height: 2.08rem;
  margin-right: 0.22rem;
}
.detail .back[data-v-22cb5ca8] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 0.56rem;
  height: 0.17rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0.01rem 0.05rem 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.01rem 0.05rem 0 rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 0.02rem;
          border-radius: 0.02rem;
  font-size: 0.08rem;
  color: #666666;
}
.changeCH[data-v-22cb5ca8] .el-dialog {
  position: absolute;
  left: 20%;
  top: -6vh;
  padding: 0.1rem 0.1rem;
  width: 24% !important;
}
.changeCH[data-v-22cb5ca8] .el-dialog .el-dialog__header {
  padding: 0 !important;
  padding-top: 0rem !important;
}
.changeCH[data-v-22cb5ca8] .el-dialog .el-dialog__body .changebutton {
  padding: 0.1rem 0.2rem;
}
.changeCH[data-v-22cb5ca8] .el-dialog .el-dialog__body .changebutton .el-button {
  width: 1.3rem;
  vertical-align: middle;
}
.changeCH[data-v-22cb5ca8] .el-dialog .el-dialog__body .changebutton .el-button span {
  margin-left: 0.06rem;
}
.changeCH[data-v-22cb5ca8] .el-dialog .el-dialog__body .changebutton .line {
  height: 0.4rem;
  width: 0.01rem;
  display: inline-block;
  background: #999;
  vertical-align: middle;
  margin-top: -0.2rem;
}
.changeCH[data-v-22cb5ca8] .el-dialog .el-dialog__body .changeSth {
  padding: 0.2rem 0.1rem;
  border-top: 0.01rem solid #999;
  border-bottom: 0.01rem solid #999;
  font-size: 0.15rem;
}
[data-v-22cb5ca8] .v-modal {
  background: rgba(0, 0, 0, 0) !important;
}

/* 沿用之前的 .changebutton 和 .half-btn 样式，无需修改 */
.changebutton[data-v-22cb5ca8] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.2rem;
  padding: 0.1rem;
}
.el-button.plain[data-v-22cb5ca8] {
  width: 100%;
  max-width: 3rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
.half-btn[data-v-22cb5ca8] {
  width: 40% !important;
}
.changebutton[data-v-22cb5ca8] {
  padding: 0.2rem 0.1rem;
}
.btn-container[data-v-22cb5ca8] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* 按钮组居中 */
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  /* 垂直居中 */
  gap: 0.4rem;
  /* 按钮间距（包含分割线空间） */
}
.el-button.plain[data-v-22cb5ca8] {
  /* 基础样式 */
  border: none;
  /* 移除默认边框 */
  padding: 0.12rem 0.24rem;
  /* 内边距 */
  font-size: 0.14rem;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* 动画过渡 */
}
.el-button.el-button--primary.is-plain[data-v-22cb5ca8] {
  margin-left: 0;
}

/* 中间分割线（仅当两个按钮显示时出现） */
.line[data-v-22cb5ca8] {
  position: absolute;
  top: 70%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  /* 居中定位 */
  width: 0.01rem;
  /* 分割线宽度 */
  height: 60%;
  /* 分割线高度 */
  background-color: #e0e0e0;
  /* 灰色分割线 */
}
.ScnenureChangeBtn[data-v-22cb5ca8] {
  width: 4rem;
  vertical-align: middle;
}
.ScnenureChangeBtn img[data-v-22cb5ca8] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.05rem;
}
.ScnenureChangeBtn div[data-v-22cb5ca8] {
  vertical-align: middle;
  display: inline-block;
}
.imgLogoSch[data-v-22cb5ca8] {
  width: 80%;
}
.sch span[data-v-22cb5ca8] {
  vertical-align: middle;
}
.sch .perName[data-v-22cb5ca8] {
  height: 0.4rem;
  line-height: 0.4rem;
  -webkit-border-radius: 0.05rem;
          border-radius: 0.05rem;
  font-size: 0.18rem;
  padding-right: 0.1rem;
  max-width: 2.6rem;
  vertical-align: middle;
}
.sch .perName span[data-v-22cb5ca8] {
  vertical-align: middle;
}
.sch .perName img[data-v-22cb5ca8] {
  width: 0.14rem;
  height: 0.18rem;
  vertical-align: middle;
}
.ss span[data-v-22cb5ca8] {
  vertical-align: middle;
  margin-top: 0.02rem;
}
.ss .perName[data-v-22cb5ca8] {
  height: 0.4rem;
  line-height: 0.4rem;
  -webkit-border-radius: 0.05rem;
          border-radius: 0.05rem;
  font-size: 0.18rem;
  padding-right: 0.1rem;
  vertical-align: middle;
  max-width: 2.6rem span;
  max-width-vertical-align: middle;
}
.ss .perName img[data-v-22cb5ca8] {
  width: 0.14rem;
  height: 0.18rem;
  vertical-align: middle;
}
.drop[data-v-22cb5ca8] {
  position: absolute;
  left: 14.75rem !important;
}
.footer[data-v-22cb5ca8] {
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: #333333;
  width: 100%;
}
.footer .footer-content[data-v-22cb5ca8] {
  width: 12rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .footer-content .footer-center[data-v-22cb5ca8] {
  background-color: #333333;
  color: #ddd;
  width: 100%;
  padding-left: 0.1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .footer-content .footer-center .guishu[data-v-22cb5ca8] {
  font-size: 0.16rem;
}
.footer .footer-content .footer-center .guishu span[data-v-22cb5ca8] {
  margin-right: 0.1rem;
}
.footer .footer-content .footer-center .banquan[data-v-22cb5ca8] {
  margin: 0.2rem 0;
  font-size: 0.16rem;
}
.footer .footer-content .footer-center .gongan[data-v-22cb5ca8] {
  margin-left: 0.1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.16rem;
}
.footer .footer-content .leftimg[data-v-22cb5ca8] {
  width: 0.3rem;
}
.footer .footer-content .rightimg[data-v-22cb5ca8] {
  width: 1rem;
}
.box .add[data-v-2c6855d1] {
  font-weight: 700;
  font-size: 0.2rem;
  line-height: 0.52rem;
  /* 28px; */
  color: #7db0ea;
  margin-bottom: 0.3rem;
  text-indent: 0.2rem;
}
.box .child-ruleForm.el-form[data-v-2c6855d1] {
  width: 8.34rem;
  margin: 0 auto 0.3rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  padding-top: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-2c6855d1]  .el-form-item {
  margin-bottom: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-2c6855d1]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.box .child-ruleForm.el-form[data-v-2c6855d1]  .el-form-item .el-tooltip__popper {
  width: 2.03rem;
}
.box .child-ruleForm.el-form[data-v-2c6855d1]  .el-form-item .el-form-item__label {
  width: 1.75rem;
}
.box .child-ruleForm.el-form[data-v-2c6855d1]  .el-form-item .el-form-item__content {
  width: 5.13rem;
  line-height: 0.4rem;
}
.box .child-ruleForm.el-form[data-v-2c6855d1]  .el-form-item .el-form-item__content .el-input-group--append .el-input__inner {
  border-right: none;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
}
.box .child-ruleForm.el-form[data-v-2c6855d1]  .el-form-item .el-form-item__content .el-input__inner {
  border: 0.005rem solid #c4c4c4;
  background: #ffffff;
}
.box .child-ruleForm.el-form[data-v-2c6855d1]  .el-form-item .el-form-item__content .el-input-group__append {
  border: 0.005rem solid #c4c4c4;
  border-left: none;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
}
.box .list[data-v-2c6855d1] {
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.box .item[data-v-2c6855d1] {
  width: 3.38rem;
  margin: 0 0.45rem 0.2rem 0.14rem;
  padding: 0.14rem 0.15rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.box .item.item[data-v-2c6855d1]:nth-child(3n) {
  margin-right: 0;
}
.box .item dt[data-v-2c6855d1] {
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #333333;
}
.box .item dd[data-v-2c6855d1] {
  margin: 0.1rem 0 0;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.box .item a[data-v-2c6855d1] {
  margin-left: 0.1rem;
  margin-top: 0.1rem;
  float: right;
  font-weight: 700;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #7db0ea;
}
.box .add[data-v-f6af4908] {
  font-weight: 700;
  font-size: 0.2rem;
  line-height: 0.52rem;
  /* 28px; */
  color: #7db0ea;
  margin-bottom: 0.3rem;
  text-indent: 0.2rem;
}
.box .child-ruleForm.el-form[data-v-f6af4908] {
  width: 8.34rem;
  margin: 0 auto 0.3rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  padding-top: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-f6af4908]  .el-form-item {
  margin-bottom: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-f6af4908]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.box .child-ruleForm.el-form[data-v-f6af4908]  .el-form-item .el-tooltip__popper {
  width: 2.03rem;
}
.box .child-ruleForm.el-form[data-v-f6af4908]  .el-form-item .el-form-item__label {
  width: 1.75rem;
}
.box .child-ruleForm.el-form[data-v-f6af4908]  .el-form-item .el-form-item__content {
  width: 5.13rem;
  line-height: 0.4rem;
}
.box .child-ruleForm.el-form[data-v-f6af4908]  .el-form-item .el-form-item__content .el-input-group--append .el-input__inner {
  border-right: none;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
}
.box .child-ruleForm.el-form[data-v-f6af4908]  .el-form-item .el-form-item__content .el-input__inner {
  border: 0.005rem solid #c4c4c4;
  background: #ffffff;
}
.box .child-ruleForm.el-form[data-v-f6af4908]  .el-form-item .el-form-item__content .el-input-group__append {
  border: 0.005rem solid #c4c4c4;
  border-left: none;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
}
.box .list[data-v-f6af4908] {
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.box .item[data-v-f6af4908] {
  width: 3.38rem;
  margin: 0 0.45rem 0.2rem 0.14rem;
  padding: 0.14rem 0.15rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.box .item.item[data-v-f6af4908]:nth-child(3n) {
  margin-right: 0;
}
.box .item dt[data-v-f6af4908] {
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #333333;
}
.box .item dd[data-v-f6af4908] {
  margin: 0.1rem 0 0;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.box .item a[data-v-f6af4908] {
  margin-left: 0.1rem;
  margin-top: 0.1rem;
  float: right;
  font-weight: 700;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #7db0ea;
}
.box .add[data-v-540f66fa] {
  font-weight: 700;
  font-size: 0.2rem;
  line-height: 0.52rem;
  /* 28px; */
  color: #7db0ea;
  margin-bottom: 0.3rem;
  text-indent: 0.2rem;
}
.box .child-ruleForm.el-form[data-v-540f66fa] {
  width: 8.34rem;
  margin: 0 auto 0.3rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  padding-top: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-540f66fa]  .el-form-item {
  margin-bottom: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-540f66fa]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.box .child-ruleForm.el-form[data-v-540f66fa]  .el-form-item .el-tooltip__popper {
  width: 2.03rem;
}
.box .child-ruleForm.el-form[data-v-540f66fa]  .el-form-item .el-form-item__label {
  width: 1.75rem;
}
.box .child-ruleForm.el-form[data-v-540f66fa]  .el-form-item .el-form-item__content {
  width: 5.13rem;
  line-height: 0.4rem;
}
.box .child-ruleForm.el-form[data-v-540f66fa]  .el-form-item .el-form-item__content .el-input-group--append .el-input__inner {
  border-right: none;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
}
.box .child-ruleForm.el-form[data-v-540f66fa]  .el-form-item .el-form-item__content .el-input__inner {
  border: 0.005rem solid #c4c4c4;
  background: #ffffff;
}
.box .child-ruleForm.el-form[data-v-540f66fa]  .el-form-item .el-form-item__content .el-input-group__append {
  border: 0.005rem solid #c4c4c4;
  border-left: none;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
}
.box .list[data-v-540f66fa] {
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.box .item[data-v-540f66fa] {
  width: 3.38rem;
  margin: 0 0.45rem 0.2rem 0.14rem;
  padding: 0.14rem 0.15rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.box .item.item[data-v-540f66fa]:nth-child(3n) {
  margin-right: 0;
}
.box .item dt[data-v-540f66fa] {
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #333333;
}
.box .item dd[data-v-540f66fa] {
  margin: 0.1rem 0 0;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.box .item a[data-v-540f66fa] {
  margin-left: 0.1rem;
  margin-top: 0.1rem;
  float: right;
  font-weight: 700;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #7db0ea;
}
[data-v-575b1488] .el-checkbox-button {
  margin: 0 0.36rem 0.17rem 0;
}
[data-v-575b1488] .el-checkbox-button.is-checked .el-checkbox-button__inner {
  background: #7db0ea;
  color: #ffffff;
}
[data-v-575b1488] .el-checkbox-button .el-checkbox-button__inner {
  padding: 0.1rem 0.19rem;
  background: #f9f9f9;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #999999;
}
.signUp .child-ruleForm[data-v-29ccee94] {
  width: 8.34rem;
  padding: 0.3rem 0 0.2rem;
  margin: 0.15rem 0 0 -1rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.signUp .child-ruleForm .el-icon-question[data-v-29ccee94] {
  color: #ff7171;
}
.signUp .child-ruleForm[data-v-29ccee94]  .el-form-item {
  margin-bottom: 0.32rem;
}
.signUp .child-ruleForm[data-v-29ccee94]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.signUp .child-ruleForm[data-v-29ccee94]  .el-form-item .el-tooltip__popper {
  width: 2.03rem;
}
.signUp .child-ruleForm[data-v-29ccee94]  .el-form-item .el-form-item__label {
  width: 1.75rem;
}
.signUp .child-ruleForm[data-v-29ccee94]  .el-form-item .el-form-item__content {
  width: 5.13rem;
  line-height: 0.4rem;
}
.signUp .child-ruleForm[data-v-29ccee94]  .el-form-item .el-form-item__content .el-input-group--append .el-input__inner {
  border-right: none;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
}
.signUp .child-ruleForm[data-v-29ccee94]  .el-form-item .el-form-item__content .el-input__inner {
  border: 0.005rem solid #c4c4c4;
  background: #ffffff;
}
.signUp .child-ruleForm[data-v-29ccee94]  .el-form-item .el-form-item__content .el-input-group__append {
  border: 0.005rem solid #c4c4c4;
  border-left: none;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
}
.signUp .child-ruleForm .projectShareholderList .shareholder[data-v-29ccee94] {
  width: 3rem;
  border-bottom: 0.01rem solid rgba(0, 0, 0, 0.2);
}
.signUp .child-ruleForm .projectShareholderList .shareholder[data-v-29ccee94]:nth-child(n+2)  .el-form-item:nth-child(1) {
  margin-top: 0.15rem;
}
.signUp .child-ruleForm .projectShareholderList .shareholder[data-v-29ccee94]  .el-form-item:nth-child(3),
.signUp .child-ruleForm .projectShareholderList .shareholder[data-v-29ccee94]  .el-form-item:nth-child(4) {
  margin-bottom: 0;
}
.signUp .child-ruleForm .projectShareholderList[data-v-29ccee94]  .el-form-item .el-form-item__label {
  width: 0.75rem;
  color: #999999;
  font-size: 0.14rem;
}
.signUp .child-ruleForm .projectShareholderList[data-v-29ccee94]  .el-form-item .el-form-item__content {
  width: 2.08rem;
  line-height: 0.4rem;
}
.signUp .child-ruleForm .el-upload__tip[data-v-29ccee94] {
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #999999;
}
.signUp .child-ruleForm .el-upload__tip a[data-v-29ccee94] {
  color: #7db0ea;
}
.tooltip-popper {
  width: 2.03rem;
  font-weight: 400;
  font-size: 0.12rem;
  line-height: 0.19rem;
  color: #999999;
  border: none !important;
}
.tooltip-popper span {
  color: #666666;
}
.signUp .child-ruleForm[data-v-50563a28] {
  width: 8.34rem;
  padding: 0.3rem 0 0.2rem;
  margin: 0.15rem 0 0 -1rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.signUp .child-ruleForm .el-icon-question[data-v-50563a28] {
  color: #ff7171;
}
.signUp .child-ruleForm[data-v-50563a28]  .el-form-item {
  margin-bottom: 0.32rem;
}
.signUp .child-ruleForm[data-v-50563a28]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.signUp .child-ruleForm[data-v-50563a28]  .el-form-item .el-tooltip__popper {
  width: 2.03rem;
}
.signUp .child-ruleForm[data-v-50563a28]  .el-form-item .el-form-item__label {
  width: 1.75rem;
}
.signUp .child-ruleForm[data-v-50563a28]  .el-form-item .el-form-item__content {
  width: 5.13rem;
  line-height: 0.4rem;
}
.signUp .child-ruleForm[data-v-50563a28]  .el-form-item .el-form-item__content .el-input-group--append .el-input__inner {
  border-right: none;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
}
.signUp .child-ruleForm[data-v-50563a28]  .el-form-item .el-form-item__content .el-input__inner {
  border: 0.005rem solid #c4c4c4;
  background: #ffffff;
}
.signUp .child-ruleForm[data-v-50563a28]  .el-form-item .el-form-item__content .el-input-group__append {
  border: 0.005rem solid #c4c4c4;
  border-left: none;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
}
.signUp .child-ruleForm .el-upload__tip[data-v-50563a28] {
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #999999;
}
.signUp .child-ruleForm .el-upload__tip a[data-v-50563a28] {
  color: #7db0ea;
}
.tooltip-popper {
  width: 2.03rem;
  font-weight: 400;
  font-size: 0.12rem;
  line-height: 0.19rem;
  color: #999999;
  border: none !important;
}
.tooltip-popper span {
  color: #666666;
}
dl[data-v-5d3bda60] {
  text-align: center;
}
dl dt[data-v-5d3bda60] {
  margin-bottom: 0.36rem;
}
dl dd[data-v-5d3bda60] {
  margin: 0 0 0.12rem 0;
  font-size: 0.2rem;
  line-height: 0.23rem;
  color: #333333;
}
[data-v-5d3bda60] .el-button--primary {
  color: #fff !important;
}
[data-v-5d3bda60] .custom-dialog .el-dialog__body {
  padding: 0.3rem 0.75rem 0.5rem;
}
[data-v-2b263bf3] .el-dialog__body {
  padding: 0.3rem 0.5rem 0.01rem;
  overflow-x: hidden;
}
[data-v-2b263bf3] .el-form {
  text-align: right;
}
[data-v-2b263bf3] .el-form .el-input__inner {
  background: #f9f9f9 !important;
}
[data-v-2b263bf3] .el-form .el-form-item:nth-child(1) {
  margin-right: 0.2rem;
}
[data-v-2b263bf3] .el-form .el-form-item:nth-child(1) .el-form-item__content {
  width: 2rem;
}
[data-v-2b263bf3] .el-form .el-form-item:nth-child(2) {
  margin-right: 0.2rem;
}
[data-v-2b263bf3] .el-form .el-form-item:nth-child(2) .el-form-item__content {
  width: 2rem;
}
[data-v-2b263bf3] .el-form .el-form-item:nth-child(3) {
  margin-right: 0;
}
[data-v-2b263bf3] .el-form .el-form-item:nth-child(3) .el-form-item__content {
  width: 4rem;
  width: 100%;
}
[data-v-2b263bf3] .el-form .el-form-item:nth-child(3) .el-input .el-input__inner {
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
}
[data-v-2b263bf3] .el-form .el-form-item:nth-child(3) .el-input .el-input-group__append {
  background-color: transparent;
  border: none;
}
[data-v-2b263bf3] .el-form-item .el-form-item__label {
  line-height: 0.41rem;
}
[data-v-2b263bf3] .el-form-item .el-form-item__content {
  line-height: 0.41rem;
}
[data-v-2b263bf3] .el-form-item .el-form-item__content .el-input__icon {
  line-height: 0.41rem;
}
[data-v-2b263bf3] .el-form-item .el-form-item__content .el-input__inner {
  height: 0.41rem;
  line-height: 0.41rem;
  background: #fff;
}
.icon[data-v-2b263bf3] {
  display: block;
  font-size: 0.25rem;
}
.el-pagination[data-v-2b263bf3] {
  text-align: center;
  padding: 0.1rem;
}
[data-v-39b8ebcf] .el-dialog__body {
  padding: 0.3rem 0.5rem 0.01rem;
  overflow-x: hidden;
}
[data-v-39b8ebcf] .el-form {
  text-align: right;
}
[data-v-39b8ebcf] .el-form .el-input__inner {
  background: #f9f9f9 !important;
}
[data-v-39b8ebcf] .el-form .el-form-item:nth-child(1) {
  margin-right: 0.2rem;
}
[data-v-39b8ebcf] .el-form .el-form-item:nth-child(1) .el-form-item__content {
  width: 2rem;
}
[data-v-39b8ebcf] .el-form .el-form-item:nth-child(2) {
  margin-right: 0;
}
[data-v-39b8ebcf] .el-form .el-form-item:nth-child(2) .el-form-item__content {
  width: 4rem;
  width: 100%;
}
[data-v-39b8ebcf] .el-form .el-form-item:nth-child(2) .el-input .el-input__inner {
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
}
[data-v-39b8ebcf] .el-form .el-form-item:nth-child(2) .el-input .el-input-group__append {
  background-color: transparent;
  border: none;
}
[data-v-39b8ebcf] .el-form-item .el-form-item__label {
  line-height: 0.41rem;
}
[data-v-39b8ebcf] .el-form-item .el-form-item__content {
  line-height: 0.41rem;
}
[data-v-39b8ebcf] .el-form-item .el-form-item__content .el-input__icon {
  line-height: 0.41rem;
}
[data-v-39b8ebcf] .el-form-item .el-form-item__content .el-input__inner {
  height: 0.41rem;
  line-height: 0.41rem;
  background: #fff;
}
.icon[data-v-39b8ebcf] {
  display: block;
  font-size: 0.25rem;
}
.el-pagination[data-v-39b8ebcf] {
  text-align: center;
  padding: 0.1rem;
}
[data-v-4a3c9186] .replyform {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
[data-v-4a3c9186] .replyform .el-form-item .el-form-item__content {
  width: 1rem !important;
}
[data-v-4a3c9186] .replyform .el-form-item {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin-bottom: 0.2rem !important;
}
[data-v-4a3c9186] .el-input__inner {
  padding: 0 0.1rem;
}

/* ::v-deep.el-form-item__content {
  display: flex;
  span{
    font-size:23px;
  }
} */
.tip[data-v-4a3c9186] {
  color: #ff4949;
}
.button-new-tag[data-v-4a3c9186],
.tagMember[data-v-4a3c9186] {
  margin-right: 0.2rem;
}
.x[data-v-4a3c9186] {
  color: #f56c6c;
}
.teacher-input[data-v-4a3c9186] {
  margin-top: 0.2rem;
}
.teacher-input .el-input-list[data-v-4a3c9186] {
  margin-bottom: 0.1rem;
}
.teacher-input i[data-v-4a3c9186] {
  margin-left: 0.1rem;
}
.el-input[data-v-4a3c9186] {
  width: 1.2rem;
  margin-right: 0.3rem;
}
.el-input.name[data-v-4a3c9186], .el-input.jobNumber[data-v-4a3c9186], .el-input.mobile[data-v-4a3c9186] {
  width: 1.2rem;
  font-size: 0.12rem;
}
.box .add[data-v-7acc63e7] {
  font-weight: 700;
  font-size: 0.2rem;
  line-height: 0.52rem;
  /* 28px; */
  color: #7db0ea;
  margin-bottom: 0.3rem;
  text-indent: 0.2rem;
}
.box .child-ruleForm.el-form[data-v-7acc63e7] {
  width: 8.34rem;
  margin: 0 auto 0.3rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  padding-top: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-7acc63e7]  .el-form-item {
  margin-bottom: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-7acc63e7]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.box .child-ruleForm.el-form[data-v-7acc63e7]  .el-form-item .el-tooltip__popper {
  width: 2.03rem;
}
.box .child-ruleForm.el-form[data-v-7acc63e7]  .el-form-item .el-form-item__label {
  width: 1.75rem;
}
.box .child-ruleForm.el-form[data-v-7acc63e7]  .el-form-item .el-form-item__content {
  width: 5.13rem;
  line-height: 0.4rem;
}
.box .child-ruleForm.el-form[data-v-7acc63e7]  .el-form-item .el-form-item__content .el-input-group--append .el-input__inner {
  border-right: none;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
}
.box .child-ruleForm.el-form[data-v-7acc63e7]  .el-form-item .el-form-item__content .el-input__inner {
  border: 0.005rem solid #c4c4c4;
  background: #ffffff;
}
.box .child-ruleForm.el-form[data-v-7acc63e7]  .el-form-item .el-form-item__content .el-input-group__append {
  border: 0.005rem solid #c4c4c4;
  border-left: none;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
}
.box .list[data-v-7acc63e7] {
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.box .item[data-v-7acc63e7] {
  width: 3.38rem;
  margin: 0 0.45rem 0.2rem 0.14rem;
  padding: 0.14rem 0.15rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.box .item.item[data-v-7acc63e7]:nth-child(3n) {
  margin-right: 0;
}
.box .item dt[data-v-7acc63e7] {
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #333333;
}
.box .item dd[data-v-7acc63e7] {
  margin: 0.1rem 0 0;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.box .item a[data-v-7acc63e7] {
  margin-left: 0.1rem;
  margin-top: 0.1rem;
  float: right;
  font-weight: 700;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #7db0ea;
}
.box .add[data-v-cb896e34] {
  font-weight: 700;
  font-size: 0.2rem;
  line-height: 0.52rem;
  /* 28px; */
  color: #7db0ea;
  margin-bottom: 0.3rem;
  text-indent: 0.2rem;
}
.box .child-ruleForm.el-form[data-v-cb896e34] {
  width: 8.34rem;
  margin: 0 auto 0.3rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  padding-top: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-cb896e34]  .el-form-item {
  margin-bottom: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-cb896e34]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.box .child-ruleForm.el-form[data-v-cb896e34]  .el-form-item .el-tooltip__popper {
  width: 2.03rem;
}
.box .child-ruleForm.el-form[data-v-cb896e34]  .el-form-item .el-form-item__label {
  width: 1.75rem;
}
.box .child-ruleForm.el-form[data-v-cb896e34]  .el-form-item .el-form-item__content {
  width: 5.13rem;
  line-height: 0.4rem;
}
.box .child-ruleForm.el-form[data-v-cb896e34]  .el-form-item .el-form-item__content .el-input-group--append .el-input__inner {
  border-right: none;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
}
.box .child-ruleForm.el-form[data-v-cb896e34]  .el-form-item .el-form-item__content .el-input__inner {
  border: 0.005rem solid #c4c4c4;
  background: #ffffff;
}
.box .child-ruleForm.el-form[data-v-cb896e34]  .el-form-item .el-form-item__content .el-input-group__append {
  border: 0.005rem solid #c4c4c4;
  border-left: none;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
}
.box .list[data-v-cb896e34] {
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.box .item[data-v-cb896e34] {
  width: 3.38rem;
  margin: 0 0.45rem 0.2rem 0.14rem;
  padding: 0.14rem 0.15rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.box .item.item[data-v-cb896e34]:nth-child(3n) {
  margin-right: 0;
}
.box .item dt[data-v-cb896e34] {
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #333333;
}
.box .item dd[data-v-cb896e34] {
  margin: 0.1rem 0 0;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.box .item a[data-v-cb896e34] {
  margin-left: 0.1rem;
  margin-top: 0.1rem;
  float: right;
  font-weight: 700;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #7db0ea;
}
.file[data-v-05312952] {
  width: 8rem;
  margin-bottom: 0.15rem;
}
.file dt span[data-v-05312952] {
  display: none !important;
}
.file dt div[data-v-05312952] {
  display: block !important;
}
.file dt div img[data-v-05312952] {
  display: inline-block !important;
  margin-right: 0.05rem;
}
.file dt .el-button[data-v-05312952] {
  display: inline-block !important;
}
.file dt .viewFile[data-v-05312952] {
  margin-right: 0.35rem;
}
.file .el-icon-tickets[data-v-05312952] {
  color: #e9f4ff;
  font-size: 0.54rem;
  margin-right: 0.26rem;
}
.file .info[data-v-05312952] {
  width: 100%;
  margin: 0;
}
.file .info dt[data-v-05312952] {
  margin-bottom: 0.1rem;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.file .info dt span[data-v-05312952] {
  display: inline-block;
}
.file .info dt div[data-v-05312952] {
  display: none;
}
.file .info dt .el-button[data-v-05312952] {
  padding: 0;
  display: none;
}
.file .info dd[data-v-05312952] {
  margin: 0.05rem 0 0 0;
  font-size: 0.12rem;
  line-height: 0.17rem;
  color: #999999;
}
[data-v-5040d502] .el-dialog {
  min-width: 7rem;
}
[data-v-5040d502] .el-timeline-item {
  width: 100%;
}
.file[data-v-5040d502] {
  padding-left: 0.14rem;
  margin-bottom: 0.15rem;
}
.file .el-icon-tickets[data-v-5040d502] {
  color: #e9f4ff;
  font-size: 0.54rem;
  margin-right: 0.17rem;
}
.file .info[data-v-5040d502] {
  width: 100%;
  margin: 0;
}
.file .info dt[data-v-5040d502] {
  height: 0.22rem;
}
.file .info dt .fileName[data-v-5040d502] {
  display: block;
  width: 3.5rem;
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #333333;
}
.file .info dt .ops[data-v-5040d502] {
  width: 0.8rem;
}
.file .info dt .el-button[data-v-5040d502] {
  padding: 0.02rem 0.09rem;
  background: #7DB0EA;
  color: #FFFFFF;
  margin-right: 0.2rem;
}
.file .info dd[data-v-5040d502] {
  margin: 0.05rem 0 0 0;
  font-size: 0.1rem;
  line-height: 0.14rem;
  color: #999999;
}
.uploadFile .btn[data-v-ce9de390] {
  width: 2.81rem;
  height: 0.51rem;
  padding: 0;
  line-height: 0.51rem;
  background: #d3e8fe;
  border: 0.01rem solid #649aff;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  font-size: 0.16rem;
  color: #666666;
}
.uploadFile .btn + .btn[data-v-ce9de390] {
  float: right;
}
.uploadFile[data-v-ce9de390]  .el-form-item {
  margin-bottom: 0.32rem !important;
}
.text[data-v-68041837] {
  font-size: 0.14rem;
  color: #999999;
  line-height: 0.4rem;
  font-weight: 700;
}
.avatar-uploader[data-v-68041837]  .el-upload {
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.avatar-uploader[data-v-68041837]  .el-upload:hover {
  border-color: #409eff;
}
.avatar-uploader .avatar-uploader-btn[data-v-68041837] {
  width: 1.15rem;
  height: 1.15rem;
  margin: 0;
}
.avatar-uploader .avatar-uploader-btn dt[data-v-68041837] {
  font-size: 0.18rem;
  color: #999999;
  font-weight: bold;
  margin-bottom: 0.14rem;
}
.avatar-uploader .avatar-uploader-btn dd[data-v-68041837] {
  margin: 0.1rem 0 0 0;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.avatar-uploader .avatar-uploader-btn dd[data-v-68041837]:last-child {
  font-size: 0.1rem;
  line-height: 0.14rem;
  color: #999999;
}
.avatar-uploader .avatar[data-v-68041837] {
  width: 1.92rem;
  height: 1.92rem;
  display: block;
}
.box .add[data-v-42a68437] {
  font-weight: 700;
  font-size: 0.2rem;
  line-height: 0.52rem;
  /* 28px; */
  color: #7db0ea;
  margin-bottom: 0.3rem;
  text-indent: 0.2rem;
}
.box .child-ruleForm.el-form[data-v-42a68437] {
  width: 8.34rem;
  margin: 0 auto 0.3rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  padding-top: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-42a68437]  .el-form-item {
  margin-bottom: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-42a68437]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.box .child-ruleForm.el-form[data-v-42a68437]  .el-form-item .el-tooltip__popper {
  width: 2.03rem;
}
.box .child-ruleForm.el-form[data-v-42a68437]  .el-form-item .el-form-item__label {
  width: 1.75rem;
}
.box .child-ruleForm.el-form[data-v-42a68437]  .el-form-item .el-form-item__content {
  width: 5.13rem;
  line-height: 0.4rem;
}
.box .child-ruleForm.el-form[data-v-42a68437]  .el-form-item .el-form-item__content .el-input-group--append .el-input__inner {
  border-right: none;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
}
.box .child-ruleForm.el-form[data-v-42a68437]  .el-form-item .el-form-item__content .el-input__inner {
  border: 0.005rem solid #c4c4c4;
  background: #ffffff;
}
.box .child-ruleForm.el-form[data-v-42a68437]  .el-form-item .el-form-item__content .el-input-group__append {
  border: 0.005rem solid #c4c4c4;
  border-left: none;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
}
.box .list[data-v-42a68437] {
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.box .item[data-v-42a68437] {
  width: 3.38rem;
  margin: 0 0.45rem 0.2rem 0.14rem;
  padding: 0.14rem 0.15rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.box .item.item[data-v-42a68437]:nth-child(3n) {
  margin-right: 0;
}
.box .item dt[data-v-42a68437] {
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #333333;
}
.box .item dd[data-v-42a68437] {
  margin: 0.1rem 0 0;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.box .item a[data-v-42a68437] {
  margin-left: 0.1rem;
  margin-top: 0.1rem;
  float: right;
  font-weight: 700;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #7db0ea;
}
@charset "UTF-8";
.signUp[data-v-cd9bad58] {
  padding: 0.24rem 0 0.4rem;
  background: #f5f6f9;
  position: relative;
}
.signUp[data-v-cd9bad58]  .box {
  width: 12rem;
  margin-top: 0.16rem;
  padding: 0 0.2rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0.02659rem 0.06648rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.02659rem 0.06648rem rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0.13296rem;
          border-radius: 0.13296rem;
}
.signUp[data-v-cd9bad58]  .box h2.title {
  width: 12rem;
  margin: 0 0;
  padding-left: 0.26rem;
  line-height: 0.52rem;
  background: #f6fbff;
  -webkit-border-radius: 0.13408rem 0.13408rem 0 0;
          border-radius: 0.13408rem 0.13408rem 0 0;
  font-size: 0.2rem;
  color: #333333;
}
.signUp[data-v-cd9bad58]  .box h3.title {
  width: 100%;
  padding: 0.36rem 0 0.2rem;
  margin: 0 0 0.3rem 0;
  text-indent: 0.14rem;
  font-size: 0.16rem;
  color: #999999;
  color: #666666;
  border-bottom: 0.005rem solid #ababab;
}
.signUp[data-v-cd9bad58]  .box h3.title span {
  width: 1.72rem;
  font-size: 0.18rem;
  color: #333333;
  display: inline-block;
}
.signUp[data-v-cd9bad58]  .box div.title {
  width: 100%;
  margin: 0 0 0.3rem 0;
  line-height: 0.72rem;
  text-indent: 0.14rem;
  border-bottom: 0.005rem solid #ababab;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.signUp[data-v-cd9bad58]  .box div.title span {
  font-size: 0.2rem;
  color: #333333;
  display: inline-block;
}
.signUp[data-v-cd9bad58]  .box div.title .uploadBook {
  margin-top: 0.05rem;
}
.signUp[data-v-cd9bad58]  .box div.title .text {
  font-size: 0.16rem;
  color: #999999;
  line-height: 0.22rem;
  font-weight: 400;
  text-indent: 0;
}
.signUp[data-v-cd9bad58]  .box div.title .textBook {
  padding: 0.2rem 0;
}
.signUp[data-v-cd9bad58]  .box .Member {
  width: auto;
  min-width: 2.65rem;
}
.signUp[data-v-cd9bad58]  .box .Tips {
  width: 100%;
  padding: 0.21rem 0.06rem 0.28rem;
  font-weight: 400;
  font-size: 0.18rem;
  line-height: 159.5%;
  color: #da251c;
}
.signUp[data-v-cd9bad58]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.signUp[data-v-cd9bad58]  .el-form-item .el-form-item__label {
  width: 1.9rem;
  line-height: 0.4rem;
  font-size: 0.16rem;
  color: #666666;
}
.signUp[data-v-cd9bad58]  .el-form-item.textarea .el-form-item__content {
  width: 8.34rem;
}
.signUp[data-v-cd9bad58]  .el-form-item.textarea .el-form-item__content .el-textarea__inner {
  background: #f9f9f9;
  border: none;
}
.signUp[data-v-cd9bad58]  .el-form-item .el-form-item__content {
  width: 7.22rem;
  line-height: 0.4rem;
}
.signUp[data-v-cd9bad58]  .el-form-item .el-form-item__content .el-input__icon {
  line-height: 0.4rem;
}
.signUp[data-v-cd9bad58]  .el-form-item .el-form-item__content .el-input__inner {
  height: 0.4rem;
  line-height: 0.4rem;
  border: none;
  font-size: 0.14rem;
  color: #999999;
}
.signUp[data-v-cd9bad58]  .el-form-item .el-form-item__content .el-input__inner .el-input__count .el-input__count-inner {
  background: none;
  padding: 0 0.12rem;
}
.signUp[data-v-cd9bad58]  .dialog-footer {
  margin-top: 0.3rem;
}
.signUp[data-v-cd9bad58]  .dialog-footer .el-button.nextStep {
  width: 3.54rem;
  display: block;
  margin: 0 auto;
}
.signUp[data-v-cd9bad58]  .dialog-footer .el-button {
  width: 2rem;
  height: 0.4rem;
  padding: 0;
  background: #d3e8fe;
  border: 0.01rem solid #7db0ea;
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
  line-height: 0.4rem;
  font-size: 0.18rem;
  color: #333333;
}
.signUp[data-v-cd9bad58]  .dialog-footer .el-button--primary {
  background: #53a3ff;
  color: #fff;
}
[data-v-cd9bad58] .el-dropdown-menu__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
[data-v-cd9bad58] .el-dropdown-menu__item span {
  width: 1.5rem;
}
[data-v-cd9bad58] .el-dropdown-menu__item img {
  width: 0.27rem;
  height: 0.24rem;
}
.imgTb[data-v-cd9bad58] {
  width: 0.2rem;
}
.el-header[data-v-cd9bad58] {
  width: 16rem;
  padding: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-header .img[data-v-cd9bad58] {
  width: 2.88rem;
  height: 0.62rem;
  margin-right: 0.05rem;
}
.el-header .imgs[data-v-cd9bad58] {
  width: 0.64rem;
  height: 0.32rem;
}
.el-header .headerText[data-v-cd9bad58] {
  width: 70%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0.35rem;
}
.el-header .headerText .navHeader[data-v-cd9bad58] {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4rem;
}
.el-header .headerText .navHeader a[data-v-cd9bad58] {
  position: relative;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.el-header .headerText .navHeader a.active[data-v-cd9bad58]::after {
  content: "";
  position: absolute;
  bottom: -0.3rem;
  /* 调整位置 */
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.47rem;
  height: 0.06rem;
  background: #3B5EFC;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.el-header nav a[data-v-cd9bad58],
.el-header .el-dropdown a[data-v-cd9bad58] {
  font-size: 0.2rem;
  line-height: 0.24rem;
  color: #666666;
}
.el-header .el-button[data-v-cd9bad58] {
  width: 0.84rem;
  height: 0.42rem;
  background: #1667FF;
  -webkit-border-radius: 0.21rem;
          border-radius: 0.21rem;
  padding: 0.05rem 0.2rem;
  font-size: 0.18rem;
  line-height: 0.24rem;
  color: #ffffff;
}
.el-header .sass[data-v-cd9bad58] {
  width: 1.08rem;
  height: 0.42rem;
  padding: 0.01rem 0.15rem;
  font-size: 0.18rem;
  line-height: 0.42rem;
  border-right: 0.01rem solid #000;
}
.el-header .sass[data-v-cd9bad58]:last-child {
  border-right: none;
}
.el-header .userInfo[data-v-cd9bad58] {
  margin-right: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-header .userInfo .logo[data-v-cd9bad58] {
  width: 0.46rem;
  height: 0.46rem;
}
.el-header .userInfo .userName[data-v-cd9bad58] {
  font-size: 0.18rem;
  min-width: 0.5rem;
  line-height: 0.46rem;
  margin-left: 0.15rem;
}
.el-header .userInfo .quit[data-v-cd9bad58] {
  width: 0.84rem;
  height: 0.42rem;
  background: rgba(59, 94, 252, 0.1);
  -webkit-border-radius: 0.21rem;
          border-radius: 0.21rem;
  text-align: center;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 0.18rem;
  color: #1667FF;
  line-height: 0.42rem;
  margin-left: 0.15rem;
  cursor: pointer;
}
.el-main[data-v-cd9bad58] {
  min-width: 12rem;
  padding: 0;
  overflow: hidden;
  background-size: cover;
  background-position: top center;
}
.el-main .banner[data-v-cd9bad58] {
  width: 100%;
  max-width: 19.2rem;
  margin: auto;
  position: relative;
}
.el-main .banner .apply[data-v-cd9bad58] {
  width: 3.56rem;
  height: 0.8rem;
  border: 0.01rem solid #ED880A;
  -webkit-border-radius: 0.5rem;
          border-radius: 0.5rem;
  position: absolute;
  left: 7.83rem;
  top: 2.36rem;
  z-index: 1000;
}
.el-main .banner .el-image[data-v-cd9bad58] {
  width: 100%;
  height: 100%;
}
.el-main .banner .Title[data-v-cd9bad58]:first-child {
  margin-top: 1rem !important;
  padding-top: 2rem !important;
}
.el-main .banner .el-carousel__item[data-v-cd9bad58] {
  background: #fff;
}
.el-main .martop[data-v-cd9bad58] {
  height: 1rem;
}
.el-main .cont[data-v-cd9bad58] {
  width: 12rem;
  margin: 6rem auto 2rem;
}
.el-main .cont span[data-v-cd9bad58] {
  padding: 0.14rem 0.26rem;
  background: #2c51a2;
  text-align: center;
  font-size: 0.26rem;
  color: #ffffff;
}
.myelFooter[data-v-cd9bad58] {
  background: #75161B !important;
}
.myelFooter dl[data-v-cd9bad58] {
  color: #fff !important;
}
.myelFooter a[data-v-cd9bad58] {
  color: #fff !important;
}
.el-footer[data-v-cd9bad58] {
  width: 100%;
  background: #313B59;
}
.el-footer .myFooter[data-v-cd9bad58] {
  width: 12rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.el-footer dl[data-v-cd9bad58] {
  font-size: 0.2rem;
  color: rgba(255, 255, 255, 0.5);
}
.el-footer dl dd[data-v-cd9bad58] {
  margin: 0;
}
.el-footer dl dd a[data-v-cd9bad58] {
  display: inline-block;
  margin-right: 0.3rem;
  color: rgba(255, 255, 255, 0.5);
}
[data-v-cd9bad58] .el-dialog {
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
}
[data-v-cd9bad58] .el-dialog__body {
  padding-top: 0.1rem;
}
[data-v-cd9bad58] .el-dialog__header {
  text-align: center;
  padding-top: 0.6rem;
}
.login-left[data-v-cd9bad58] {
  margin: 0 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.login-left h3[data-v-cd9bad58] {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 0.2rem;
  color: #333333;
}
.login-left .qrcodeBorder[data-v-cd9bad58] {
  width: 2.22rem;
  height: 2.22rem;
  border: 0.01rem solid #E8E8E8;
  margin-bottom: 0.13rem;
}
.login-left .qrcodeBorder .qrcode[data-v-cd9bad58] {
  width: 1.92rem;
  height: 1.92rem;
  background: #E8E8E8;
  margin: 0.15rem;
}
.login-left .qrcodeBorder .tips[data-v-cd9bad58] {
  width: 1.8rem;
  height: 0.43rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 0.18rem;
  color: #666666;
  line-height: 0.21rem;
  text-align: center;
  font-style: normal;
}
.line[data-v-cd9bad58] {
  width: 0.01rem;
  height: 3.6rem;
  border: 0.01rem solid #D8D8D8;
}
.login-weaper[data-v-cd9bad58] {
  width: 3.57rem;
  margin: 0 auto;
  background: #ffffff;
  overflow: hidden;
}
.login-weaper .title[data-v-cd9bad58] {
  font-family: PangMenZhengDao;
  font-size: 0.32rem;
  color: #1667FF;
  letter-spacing: 0.02rem;
  text-align: center;
  margin-bottom: 0.49rem;
}
.login-weaper .navbar[data-v-cd9bad58] {
  font-weight: 200;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #666666;
  text-shadow: 0 0.02rem 0.04rem rgba(0, 0, 0, 0.3);
}
.login-weaper .navbar a[data-v-cd9bad58] {
  width: 50%;
  display: inline-block;
  text-align: center;
}
.login-weaper .navbar .active[data-v-cd9bad58]::after {
  content: "";
  display: block;
  width: 15%;
  height: 0.08rem;
  background: #1667FF;
  -webkit-border-radius: 0.045rem;
          border-radius: 0.045rem;
  margin: 0.05rem auto;
}
.login-weaper[data-v-cd9bad58]  .el-input__inner {
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
}
.Title[data-v-cd9bad58] {
  position: relative;
  width: 100%;
  height: 0.32rem;
  font-family: Microsoft JhengHei;
  font-style: normal;
  font-weight: bold;
  font-size: 0.36rem;
  line-height: 0.32rem;
  text-align: center;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.2);
  margin-bottom: 1rem;
}
.TitleRed[data-v-cd9bad58] {
  color: rgba(209, 0, 1, 0.2);
}
.TitleRed span[data-v-cd9bad58] {
  color: #E31512;
}
.boxList[data-v-cd9bad58] {
  width: 12rem;
  padding-bottom: 0.32rem;
  margin: 0.32rem auto 0;
  border-bottom: 0.01rem solid #e6e5e5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.boxList .el-image[data-v-cd9bad58] {
  width: 2.73rem;
  height: 2.08rem;
  margin-right: 0.22rem;
}
.detail .back[data-v-cd9bad58] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 0.56rem;
  height: 0.17rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0.01rem 0.05rem 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.01rem 0.05rem 0 rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 0.02rem;
          border-radius: 0.02rem;
  font-size: 0.08rem;
  color: #666666;
}
.box[data-v-cd9bad58] {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.box .box1[data-v-cd9bad58] {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.box .box1 .box1_0[data-v-cd9bad58] {
  font-family: Microsoft New Tai Lue;
  font-style: normal;
  font-weight: bold;
  font-size: 0.24rem;
  color: #333333;
}
.box .box1 .box1_1[data-v-cd9bad58] {
  font-family: Microsoft New Tai Lue;
  font-style: normal;
  font-weight: normal;
  font-size: 0.18rem;
  line-height: 0.24rem;
  color: #999999;
  white-space: nowrap;
  margin-left: 0.35rem;
}
.box .box2[data-v-cd9bad58] {
  width: 100%;
  padding-top: 0.26rem;
  margin-bottom: 0.1rem;
  font-family: Microsoft New Tai Lue;
  font-style: normal;
  font-weight: normal;
  font-size: 0.18rem;
  line-height: 0.27rem;
  color: #333333;
}
.box .box3[data-v-cd9bad58] {
  width: 100%;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: bold;
  font-size: 0.2rem;
  text-align: right;
  color: #7db0ea;
}
.box .box3Red[data-v-cd9bad58] {
  color: #FF6D6B;
}
.changeCH[data-v-cd9bad58] .el-dialog {
  position: absolute;
  left: 20%;
  top: -6vh;
  padding: 0.1rem 0.1rem;
  width: 24% !important;
}
.changeCH[data-v-cd9bad58] .el-dialog .el-dialog__header {
  padding: 0 !important;
  padding-top: 0rem !important;
}
.changeCH[data-v-cd9bad58] .el-dialog .el-dialog__body .changebutton {
  padding: 0.1rem 0.2rem;
}
.changeCH[data-v-cd9bad58] .el-dialog .el-dialog__body .changebutton .el-button {
  width: 1.3rem;
  vertical-align: middle;
}
.changeCH[data-v-cd9bad58] .el-dialog .el-dialog__body .changebutton .el-button span {
  margin-left: 0.06rem;
}
.changeCH[data-v-cd9bad58] .el-dialog .el-dialog__body .changebutton .line {
  height: 0.4rem;
  width: 0.01rem;
  display: inline-block;
  background: #999;
  vertical-align: middle;
  margin-top: -0.2rem;
}
.changeCH[data-v-cd9bad58] .el-dialog .el-dialog__body .changeSth {
  padding: 0.2rem 0.1rem;
  border-top: 0.01rem solid #999;
  border-bottom: 0.01rem solid #999;
  font-size: 0.15rem;
}
.newsListDetail h1[data-v-cd9bad58] {
  width: 100%;
  text-align: center;
  margin: 1rem 0;
  font-weight: normal;
  font-size: 0.4rem;
}
.newsListDetail div[data-v-cd9bad58] {
  width: 100%;
  font-size: 0.2rem;
}
[data-v-cd9bad58] .el-tabs__nav-wrap::after {
  background-color: rgba(0, 0, 0, 0) !important;
}
.newsData[data-v-cd9bad58] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.newsData .newsBox[data-v-cd9bad58] {
  -webkit-flex-basis: 33.33%;
      -ms-flex-preferred-size: 33.33%;
          flex-basis: 33.33%;
  /* 每个元素占容器宽度的1/3 */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 确保内边距和边框不影响元素宽度 */
  /* 如果需要内容与边框的间距，可以添加内边距，但总宽度仍为33.333% */
  padding: 0;
  /* 示例内边距，不影响整体布局 */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.newsData .newsBox .newsBoxTime[data-v-cd9bad58] {
  width: 0.5rem;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #1667ff;
  margin-right: 0.1rem;
}
.newsData .newsBox .newsBoxTime .newsBoxTime-top[data-v-cd9bad58] {
  font-size: 0.2rem;
  display: block;
  margin-bottom: 0.1rem;
  margin-top: 0.03rem;
}
.newsData .newsBox .newsBoxTime .newsBoxTime-bottom[data-v-cd9bad58] {
  font-size: 0.11rem;
  display: block;
}
.newsData .newsBox .newsBoxTitle[data-v-cd9bad58] {
  -webkit-box-flex: 7;
  -webkit-flex: 7;
      -ms-flex: 7;
          flex: 7;
  font-size: 0.16rem;
  line-height: 0.28rem;
}
.newsDataMore[data-v-cd9bad58] {
  text-align: center;
  color: #1667FF;
  padding: 0.6rem 0;
}
.el-tabs__nav-scroll[data-v-cd9bad58] {
  padding-left: 2rem;
}
.Scnenure[data-v-cd9bad58] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 确保内边距和边框不影响元素宽度 */
  /* 如果需要内容与边框的间距，可以添加内边距，但总宽度仍为33.333% */
  /* 示例内边距，不影响整体布局 */
}
.Scnenure .ScnenureBox[data-v-cd9bad58] {
  margin: 0.15rem;
  padding: 0.2rem;
  border-top: 0.06rem solid #FEAC52;
  width: 30%;
}
.Scnenure .ScnenureBox .ScnenureBoxTop[data-v-cd9bad58] {
  border-bottom: 0.01rem solid #FEAC52;
}
.Scnenure .ScnenureBox .ScnenureBoxTop h1[data-v-cd9bad58] {
  color: #FEAC52;
  text-align: center;
  margin: 0.5rem 0 0.2rem 0;
  font-size: 0.3rem;
}
.Scnenure .ScnenureBox .ScnenureBoxTop p[data-v-cd9bad58] {
  text-align: center;
  padding-bottom: 0.2rem;
  color: #FEAC52;
}
.Scnenure .ScnenureBox .ScnenureBoxBottom[data-v-cd9bad58] {
  padding: 0.2rem 0.1rem;
  font-size: 0.2rem;
}
.Scnenure .green[data-v-cd9bad58] {
  border-top: 0.06rem solid #15DA93;
}
.Scnenure .green .ScnenureBoxTop[data-v-cd9bad58] {
  border-bottom: 0.01rem solid #15DA93;
}
.Scnenure .green .ScnenureBoxTop h1[data-v-cd9bad58] {
  color: #15DA93;
}
.Scnenure .green .ScnenureBoxTop p[data-v-cd9bad58] {
  color: #15DA93;
}
.Scnenure .blue[data-v-cd9bad58] {
  border-top: 0.06rem solid #0C8AFF;
}
.Scnenure .blue .ScnenureBoxTop[data-v-cd9bad58] {
  border-bottom: 0.01rem solid #0C8AFF;
}
.Scnenure .blue .ScnenureBoxTop h1[data-v-cd9bad58] {
  color: #0C8AFF;
}
.Scnenure .blue .ScnenureBoxTop p[data-v-cd9bad58] {
  color: #0C8AFF;
}
.project[data-v-cd9bad58] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.project .ProjectBox[data-v-cd9bad58] {
  margin: 0.1rem;
  -webkit-border-radius: 0.15rem;
          border-radius: 0.15rem;
  background-color: #ffffff;
  padding: 0.2rem;
  width: 30%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 确保内边距和边框不影响元素宽度 */
}
.project .ProjectBox .ProPic[data-v-cd9bad58] {
  -webkit-border-radius: 0.15rem;
          border-radius: 0.15rem;
  width: 100%;
  height: 2.5rem;
  background-color: #999;
}
.project .ProjectBox .ProAddress[data-v-cd9bad58] {
  color: #0C8AFF;
}
.project .ProjectBox .ProAddress span[data-v-cd9bad58] {
  font-size: 0.16rem;
}
.project .ProjectBox .ProAddress span[data-v-cd9bad58]:first-child {
  margin-right: 0.08rem;
}
.project .ProjectBox .ProNum[data-v-cd9bad58] {
  color: #979797;
}
.project .ProjectBox .ProNum span[data-v-cd9bad58] {
  font-size: 0.14rem;
}
.project .ProjectBox .ProNum span[data-v-cd9bad58]:first-child {
  margin-right: 0.08rem;
}
.project .ProjectBox .ProjectTime[data-v-cd9bad58] {
  margin-top: 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.project .ProjectBox .ProjectTime .ProjectTimeLeft[data-v-cd9bad58] {
  font-size: 0.14rem;
}
.project .ProjectBox .ProjectTime .ProjectTimeRight[data-v-cd9bad58] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
[data-v-cd9bad58] .v-modal {
  background: rgba(0, 0, 0, 0) !important;
}

/* 沿用之前的 .changebutton 和 .half-btn 样式，无需修改 */
.changebutton[data-v-cd9bad58] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.2rem;
  padding: 0.1rem;
}
.el-button.plain[data-v-cd9bad58] {
  width: 100%;
  max-width: 3rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
.half-btn[data-v-cd9bad58] {
  width: 40% !important;
}
.changebutton[data-v-cd9bad58] {
  padding: 0.2rem 0.1rem;
}
.btn-container[data-v-cd9bad58] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* 按钮组居中 */
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  /* 垂直居中 */
  gap: 0.4rem;
  /* 按钮间距（包含分割线空间） */
}
.el-button.plain[data-v-cd9bad58] {
  /* 基础样式 */
  border: none;
  /* 移除默认边框 */
  padding: 0.12rem 0.24rem;
  /* 内边距 */
  font-size: 0.14rem;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* 动画过渡 */
}
.el-button.el-button--primary.is-plain[data-v-cd9bad58] {
  margin-left: 0;
}

/* 中间分割线（仅当两个按钮显示时出现） */
.line[data-v-cd9bad58] {
  position: absolute;
  top: 70%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  /* 居中定位 */
  width: 0.01rem;
  /* 分割线宽度 */
  height: 60%;
  /* 分割线高度 */
  background-color: #e0e0e0;
  /* 灰色分割线 */
}
.ScnenureChangeBtn[data-v-cd9bad58] {
  width: 4rem;
  vertical-align: middle;
}
.ScnenureChangeBtn img[data-v-cd9bad58] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.05rem;
}
.ScnenureChangeBtn div[data-v-cd9bad58] {
  vertical-align: middle;
  display: inline-block;
}
.sch span[data-v-cd9bad58] {
  vertical-align: middle;
}
.sch .perName[data-v-cd9bad58] {
  height: 0.4rem;
  line-height: 0.4rem;
  -webkit-border-radius: 0.05rem;
          border-radius: 0.05rem;
  font-size: 0.18rem;
  padding-right: 0.1rem;
  max-width: 2.6rem;
  vertical-align: middle;
}
.sch .perName span[data-v-cd9bad58] {
  vertical-align: middle;
}
.sch .perName img[data-v-cd9bad58] {
  width: 0.14rem;
  height: 0.18rem;
  vertical-align: middle;
}
.ss span[data-v-cd9bad58] {
  vertical-align: middle;
  margin-top: 0.02rem;
}
.ss .perName[data-v-cd9bad58] {
  height: 0.4rem;
  line-height: 0.4rem;
  -webkit-border-radius: 0.05rem;
          border-radius: 0.05rem;
  font-size: 0.18rem;
  padding-right: 0.1rem;
  vertical-align: middle;
  max-width: 2.6rem span;
  max-width-vertical-align: middle;
}
.ss .perName img[data-v-cd9bad58] {
  width: 0.14rem;
  height: 0.18rem;
  vertical-align: middle;
}
.imgLogoSch[data-v-cd9bad58] {
  width: 80%;
}

/* 大赛相关 */
.aboutScnenureMain[data-v-cd9bad58] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.6rem 0.8rem;
}
.aboutScnenureMain .aboutScnenureTop[data-v-cd9bad58] {
  width: 100%;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox1[data-v-cd9bad58] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox1 .pic[data-v-cd9bad58] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 0.2rem;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox1 .pic img[data-v-cd9bad58] {
  width: 100%;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox1 div[data-v-cd9bad58] {
  padding: 0.06rem 0.1rem;
  -webkit-box-flex: 18;
  -webkit-flex: 18;
      -ms-flex: 18;
          flex: 18;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox1 div h3[data-v-cd9bad58] {
  font-size: 0.24rem;
  margin-top: 0.01rem;
  margin-bottom: 0.01rem;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox1 div p[data-v-cd9bad58] {
  font-size: 0.18rem;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox2[data-v-cd9bad58] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox2 .aboutScnenureTopbox2-left[data-v-cd9bad58] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox2 .aboutScnenureTopbox2-left .pic[data-v-cd9bad58] {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
      -ms-flex: 3;
          flex: 3;
  padding-top: 0.2rem;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox2 .aboutScnenureTopbox2-left .pic img[data-v-cd9bad58] {
  width: 100%;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox2 .aboutScnenureTopbox2-left div[data-v-cd9bad58] {
  padding: 0.06rem 0.1rem;
  -webkit-box-flex: 24;
  -webkit-flex: 24;
      -ms-flex: 24;
          flex: 24;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox2 .aboutScnenureTopbox2-left div h3[data-v-cd9bad58] {
  font-size: 0.24rem;
  margin-top: 0.01rem;
  margin-bottom: 0.01rem;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox2 .aboutScnenureTopbox2-left div p[data-v-cd9bad58] {
  font-size: 0.18rem;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox2 .aboutScnenureTopbox2-right[data-v-cd9bad58] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox2 .aboutScnenureTopbox2-right .pic[data-v-cd9bad58] {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
      -ms-flex: 3;
          flex: 3;
  padding-top: 0.2rem;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox2 .aboutScnenureTopbox2-right .pic img[data-v-cd9bad58] {
  width: 100%;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox2 .aboutScnenureTopbox2-right div[data-v-cd9bad58] {
  -webkit-box-flex: 24;
  -webkit-flex: 24;
      -ms-flex: 24;
          flex: 24;
  padding: 0.06rem 0.1rem;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox2 .aboutScnenureTopbox2-right div h3[data-v-cd9bad58] {
  font-size: 0.24rem;
  margin-top: 0.01rem;
  margin-bottom: 0.01rem;
}
.aboutScnenureMain .aboutScnenureTop .aboutScnenureTopbox2 .aboutScnenureTopbox2-right div p[data-v-cd9bad58] {
  font-size: 0.18rem;
}
.aboutScnenureMain .aboutScnenureBottom .SetScnenureTitle[data-v-cd9bad58] {
  font-size: 0.3rem;
  font-weight: 100;
}
.aboutScnenureMain .aboutScnenureBottom .SetScnenure[data-v-cd9bad58] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.2rem;
}
.aboutScnenureMain .aboutScnenureBottom .SetScnenure .SetScnenureBox[data-v-cd9bad58] {
  -webkit-border-radius: 0.12rem;
          border-radius: 0.12rem;
  /* 圆角半径 */
  border: 0.02rem solid transparent;
  /* 边框宽度（需与 border-image-slice 一致） */
  /* 渐变边框（重点：border-image-slice 设为边框宽度值） */
  -webkit-border-image: -webkit-gradient(linear, left top, left bottom, from(#4c66ea), to(#fff)) 2;
  -webkit-border-image: -webkit-linear-gradient(top, #4c66ea, #fff) 2;
       -o-border-image: linear-gradient(to bottom, #4c66ea, #fff) 2;
          border-image: -webkit-gradient(linear, left top, left bottom, from(#4c66ea), to(#fff)) 2;
          border-image: linear-gradient(to bottom, #4c66ea, #fff) 2;
  /* 4 对应 border-width: 4px */
  /* 背景分层（内容区白色，边框渐变） */
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) padding-box, -webkit-gradient(linear, left top, left bottom, from(#4c66ea), to(#fff)) border-box;
  background: -webkit-linear-gradient(#fff, #fff) padding-box, -webkit-linear-gradient(top, #4c66ea, #fff) border-box;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to bottom, #4c66ea, #fff) border-box;
  /* 边框渐变 */
  background-clip: padding-box, border-box;
}
.aboutScnenureMain .aboutScnenureBottom .SetScnenure .SetScnenureBox .SetScnenureBoxTop[data-v-cd9bad58] {
  padding: 0.14rem;
}
.aboutScnenureMain .aboutScnenureBottom .SetScnenure .SetScnenureBox .SetScnenureBoxTop h2[data-v-cd9bad58] {
  font-size: 0.3rem;
}
.aboutScnenureMain .aboutScnenureBottom .SetScnenure .SetScnenureBox .SetScnenureBoxTop .groupClass[data-v-cd9bad58] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0.1rem;
}
.aboutScnenureMain .aboutScnenureBottom .SetScnenure .SetScnenureBox .SetScnenureBoxTop .groupClass .groupClassbox[data-v-cd9bad58] {
  -webkit-flex-basis: -webkit-calc(40%);
      -ms-flex-preferred-size: calc(40%);
          flex-basis: calc(40%);
  /* 每个元素宽度为 50%，减去间距的一半 */
  max-width: -webkit-calc(40%);
  max-width: calc(40%);
  /* 确保最大宽度不超过 50% */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.1rem 0.2rem;
  margin: 0.1rem;
  background: rgba(59, 94, 252, 0.1);
  -webkit-border-radius: 0.21rem;
          border-radius: 0.21rem;
}
.aboutScnenureMain .aboutScnenureBottom .SetScnenure .SetScnenureBox .SetScnenureBoxBottom[data-v-cd9bad58] {
  padding: 0.14rem;
  background: #F9F9F9;
  -webkit-border-radius: 0 0 0.1rem 0.1rem;
          border-radius: 0 0 0.1rem 0.1rem;
  border: 0.01rem solid #F2F2F2;
}
.aboutScnenureMain .aboutScnenureBottom .SetScnenure .SetScnenureBox .SetScnenureBoxBottom .title[data-v-cd9bad58] {
  font-size: 0.24rem;
  font-weight: none;
}
.aboutScnenureMain .aboutScnenureBottom .SetScnenure .SetScnenureBox .SetScnenureBoxBottom .provide[data-v-cd9bad58] {
  font-size: 0.22rem;
}

/* 大赛组委会联系方式 */
.contact .contactMain[data-v-cd9bad58] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact .contactMain .contactMainLeft[data-v-cd9bad58] {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
      -ms-flex: 3;
          flex: 3;
  padding: 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.contact .contactMain .contactMainLeft .contactMainLeftQR[data-v-cd9bad58] {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
      -ms-flex: 2;
          flex: 2;
  padding-top: 0.5rem;
}
.contact .contactMain .contactMainLeft .contactMainLeftQR .qrcon[data-v-cd9bad58] {
  border-bottom: 0.1rem;
  text-align: center;
  padding: 0.1rem 0.8rem;
}
.contact .contactMain .contactMainLeft .contactMainLeftQR .qrcon img[data-v-cd9bad58] {
  width: 100%;
  text-align: center;
}
.contact .contactMain .contactMainLeft .contactMainLeftQR .wx-number[data-v-cd9bad58] {
  text-align: center;
  color: #1667ff;
  font-size: 0.18rem;
  margin-top: 0.2rem;
  margin-bottom: 0.3rem;
}
.contact .contactMain .contactMainLeft .contactMainLeftQR .wx-text[data-v-cd9bad58] {
  text-align: center;
  font-size: 0.18rem;
}
.contact .contactMain .contactMainLeft .contactMainLeftInfo[data-v-cd9bad58] {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
.contact .contactMain .contactMainLeft .contactMainLeftInfo .star[data-v-cd9bad58] {
  width: 1.6rem;
}
.contact .contactMain .contactMainLeft .contactMainLeftInfo .contactInfoBox[data-v-cd9bad58] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0.2rem 0.1rem;
}
.contact .contactMain .contactMainLeft .contactMainLeftInfo .contactInfoBox img[data-v-cd9bad58] {
  width: 0.8rem;
  height: 0.8rem;
}
.contact .contactMain .contactMainLeft .contactMainLeftInfo .contactInfoBox div[data-v-cd9bad58] {
  margin-left: 0.2rem;
}
.contact .contactMain .contactMainLeft .contactMainLeftInfo .contactInfoBox div p[data-v-cd9bad58] {
  margin: 0;
  font-size: 0.26rem;
}
.contact .contactMain .contactMainLeft .contactMainLeftInfo .contactInfoBox div p[data-v-cd9bad58]:first-child {
  font-size: 0.16rem;
  color: #979797;
}
.contact .contactMain .contactMainLeft .contactMainLeftInfo .contactInfoBox div p[data-v-cd9bad58]:nth-child(2) {
  margin: 0.1rem 0;
}
.contact .contactMain .contactMainRight[data-v-cd9bad58] {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.drop[data-v-cd9bad58] {
  position: absolute;
  left: 14.75rem !important;
}
.text[data-v-2406ab8e] {
  font-size: 0.14rem;
  color: #999999;
  line-height: 0.4rem;
  font-weight: 700;
}
.avatar-uploader[data-v-2406ab8e]  .el-upload {
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.avatar-uploader[data-v-2406ab8e]  .el-upload:hover {
  border-color: #409eff;
}
.avatar-uploader .avatar-uploader-btn[data-v-2406ab8e] {
  width: 1.15rem;
  height: 1.15rem;
  margin: 0;
}
.avatar-uploader .avatar-uploader-btn dt[data-v-2406ab8e] {
  font-size: 0.18rem;
  color: #999999;
  font-weight: bold;
  margin-bottom: 0.14rem;
}
.avatar-uploader .avatar-uploader-btn dd[data-v-2406ab8e] {
  margin: 0.1rem 0 0 0;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.avatar-uploader .avatar-uploader-btn dd[data-v-2406ab8e]:last-child {
  font-size: 0.1rem;
  line-height: 0.14rem;
  color: #999999;
}
.avatar-uploader .avatar[data-v-2406ab8e] {
  width: 1.92rem;
  height: 1.92rem;
  display: block;
}
[data-v-2db98c7a] .el-checkbox-button {
  margin: 0 0.36rem 0.17rem 0;
}
[data-v-2db98c7a] .el-checkbox-button.is-checked .el-checkbox-button__inner {
  background: #7db0ea;
  color: #ffffff;
}
[data-v-2db98c7a] .el-checkbox-button .el-checkbox-button__inner {
  padding: 0.1rem 0.19rem;
  background: #f9f9f9;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #999999;
}
.signUp .child-ruleForm[data-v-bcc8a818] {
  width: 8.34rem;
  padding: 0.3rem 0 0.2rem;
  margin: 0.15rem 0 0 -1rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.signUp .child-ruleForm .el-icon-question[data-v-bcc8a818] {
  color: #ff7171;
}
.signUp .child-ruleForm[data-v-bcc8a818]  .el-form-item {
  margin-bottom: 0.32rem;
}
.signUp .child-ruleForm[data-v-bcc8a818]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.signUp .child-ruleForm[data-v-bcc8a818]  .el-form-item .el-tooltip__popper {
  width: 2.03rem;
}
.signUp .child-ruleForm[data-v-bcc8a818]  .el-form-item .el-form-item__label {
  width: 1.75rem;
}
.signUp .child-ruleForm[data-v-bcc8a818]  .el-form-item .el-form-item__content {
  width: 5.13rem;
  line-height: 0.4rem;
}
.signUp .child-ruleForm[data-v-bcc8a818]  .el-form-item .el-form-item__content .el-input-group--append .el-input__inner {
  border-right: none;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
}
.signUp .child-ruleForm[data-v-bcc8a818]  .el-form-item .el-form-item__content .el-input__inner {
  border: 0.005rem solid #c4c4c4;
  background: #ffffff;
}
.signUp .child-ruleForm[data-v-bcc8a818]  .el-form-item .el-form-item__content .el-input-group__append {
  border: 0.005rem solid #c4c4c4;
  border-left: none;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
}
.signUp .child-ruleForm .projectShareholderList .shareholder[data-v-bcc8a818] {
  width: 3rem;
  border-bottom: 0.01rem solid rgba(0, 0, 0, 0.2);
}
.signUp .child-ruleForm .projectShareholderList .shareholder[data-v-bcc8a818]:nth-child(n+2)  .el-form-item:nth-child(1) {
  margin-top: 0.15rem;
}
.signUp .child-ruleForm .projectShareholderList .shareholder[data-v-bcc8a818]  .el-form-item:nth-child(3),
.signUp .child-ruleForm .projectShareholderList .shareholder[data-v-bcc8a818]  .el-form-item:nth-child(4) {
  margin-bottom: 0;
}
.signUp .child-ruleForm .projectShareholderList[data-v-bcc8a818]  .el-form-item .el-form-item__label {
  width: 0.75rem;
  color: #999999;
  font-size: 0.14rem;
}
.signUp .child-ruleForm .projectShareholderList[data-v-bcc8a818]  .el-form-item .el-form-item__content {
  width: 2.08rem;
  line-height: 0.4rem;
}
.signUp .child-ruleForm .el-upload__tip[data-v-bcc8a818] {
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #999999;
}
.signUp .child-ruleForm .el-upload__tip a[data-v-bcc8a818] {
  color: #7db0ea;
}
.tooltip-popper {
  width: 2.03rem;
  font-weight: 400;
  font-size: 0.12rem;
  line-height: 0.19rem;
  color: #999999;
  border: none !important;
}
.tooltip-popper span {
  color: #666666;
}
.signUp .child-ruleForm[data-v-7e7e6daa] {
  width: 8.34rem;
  padding: 0.3rem 0 0.2rem;
  margin: 0.15rem 0 0 -1rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.signUp .child-ruleForm .el-icon-question[data-v-7e7e6daa] {
  color: #ff7171;
}
.signUp .child-ruleForm[data-v-7e7e6daa]  .el-form-item {
  margin-bottom: 0.32rem;
}
.signUp .child-ruleForm[data-v-7e7e6daa]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.signUp .child-ruleForm[data-v-7e7e6daa]  .el-form-item .el-tooltip__popper {
  width: 2.03rem;
}
.signUp .child-ruleForm[data-v-7e7e6daa]  .el-form-item .el-form-item__label {
  width: 1.75rem;
}
.signUp .child-ruleForm[data-v-7e7e6daa]  .el-form-item .el-form-item__content {
  width: 5.13rem;
  line-height: 0.4rem;
}
.signUp .child-ruleForm[data-v-7e7e6daa]  .el-form-item .el-form-item__content .el-input-group--append .el-input__inner {
  border-right: none;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
}
.signUp .child-ruleForm[data-v-7e7e6daa]  .el-form-item .el-form-item__content .el-input__inner {
  border: 0.005rem solid #c4c4c4;
  background: #ffffff;
}
.signUp .child-ruleForm[data-v-7e7e6daa]  .el-form-item .el-form-item__content .el-input-group__append {
  border: 0.005rem solid #c4c4c4;
  border-left: none;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
}
.signUp .child-ruleForm .el-upload__tip[data-v-7e7e6daa] {
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #999999;
}
.signUp .child-ruleForm .el-upload__tip a[data-v-7e7e6daa] {
  color: #7db0ea;
}
.tooltip-popper {
  width: 2.03rem;
  font-weight: 400;
  font-size: 0.12rem;
  line-height: 0.19rem;
  color: #999999;
  border: none !important;
}
.tooltip-popper span {
  color: #666666;
}
.file[data-v-840fbfd6] {
  width: 8rem;
  margin-bottom: 0.15rem;
}
.file dt span[data-v-840fbfd6] {
  display: none !important;
}
.file dt div[data-v-840fbfd6] {
  display: block !important;
}
.file dt div img[data-v-840fbfd6] {
  display: inline-block !important;
  margin-right: 0.05rem;
}
.file dt .el-button[data-v-840fbfd6] {
  display: inline-block !important;
}
.file dt .viewFile[data-v-840fbfd6] {
  margin-right: 0.35rem;
}
.file .el-icon-tickets[data-v-840fbfd6] {
  color: #e9f4ff;
  font-size: 0.54rem;
  margin-right: 0.26rem;
}
.file .info[data-v-840fbfd6] {
  width: 100%;
  margin: 0;
}
.file .info dt[data-v-840fbfd6] {
  margin-bottom: 0.1rem;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.file .info dt span[data-v-840fbfd6] {
  display: inline-block;
}
.file .info dt div[data-v-840fbfd6] {
  display: none;
}
.file .info dt .el-button[data-v-840fbfd6] {
  padding: 0;
  display: none;
}
.file .info dd[data-v-840fbfd6] {
  margin: 0.05rem 0 0 0;
  font-size: 0.12rem;
  line-height: 0.17rem;
  color: #999999;
}
[data-v-10f943bd] .el-dialog {
  min-width: 7rem;
}
[data-v-10f943bd] .el-timeline-item {
  width: 100%;
}
.file[data-v-10f943bd] {
  padding-left: 0.14rem;
  margin-bottom: 0.15rem;
}
.file .el-icon-tickets[data-v-10f943bd] {
  color: #e9f4ff;
  font-size: 0.54rem;
  margin-right: 0.17rem;
}
.file .info[data-v-10f943bd] {
  width: 100%;
  margin: 0;
}
.file .info dt[data-v-10f943bd] {
  height: 0.22rem;
}
.file .info dt .fileName[data-v-10f943bd] {
  display: block;
  width: 3.5rem;
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #333333;
}
.file .info dt .ops[data-v-10f943bd] {
  width: 0.8rem;
}
.file .info dt .el-button[data-v-10f943bd] {
  padding: 0.02rem 0.09rem;
  background: #7DB0EA;
  color: #FFFFFF;
  margin-right: 0.2rem;
}
.file .info dd[data-v-10f943bd] {
  margin: 0.05rem 0 0 0;
  font-size: 0.1rem;
  line-height: 0.14rem;
  color: #999999;
}
.uploadFile .btn[data-v-5c6a8714] {
  width: 2.81rem;
  height: 0.51rem;
  padding: 0;
  line-height: 0.51rem;
  background: #d3e8fe;
  border: 0.01rem solid #649aff;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  font-size: 0.16rem;
  color: #666666;
}
.uploadFile .btn + .btn[data-v-5c6a8714] {
  float: right;
}
.uploadFile[data-v-5c6a8714]  .el-form-item {
  margin-bottom: 0.32rem !important;
}
[data-v-643fea31] .el-dialog__body {
  padding: 0.3rem 0.5rem 0.01rem;
  overflow-x: hidden;
}
[data-v-643fea31] .el-form {
  text-align: right;
}
[data-v-643fea31] .el-form .el-input__inner {
  background: #f9f9f9 !important;
}
[data-v-643fea31] .el-form .el-form-item:nth-child(1) {
  margin-right: 0.2rem;
}
[data-v-643fea31] .el-form .el-form-item:nth-child(1) .el-form-item__content {
  width: 2rem;
}
[data-v-643fea31] .el-form .el-form-item:nth-child(2) {
  margin-right: 0;
}
[data-v-643fea31] .el-form .el-form-item:nth-child(2) .el-form-item__content {
  width: 4rem;
  width: 100%;
}
[data-v-643fea31] .el-form .el-form-item:nth-child(2) .el-input .el-input__inner {
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
}
[data-v-643fea31] .el-form .el-form-item:nth-child(2) .el-input .el-input-group__append {
  background-color: transparent;
  border: none;
}
[data-v-643fea31] .el-form-item .el-form-item__label {
  line-height: 0.41rem;
}
[data-v-643fea31] .el-form-item .el-form-item__content {
  line-height: 0.41rem;
}
[data-v-643fea31] .el-form-item .el-form-item__content .el-input__icon {
  line-height: 0.41rem;
}
[data-v-643fea31] .el-form-item .el-form-item__content .el-input__inner {
  height: 0.41rem;
  line-height: 0.41rem;
  background: #fff;
}
.icon[data-v-643fea31] {
  display: block;
  font-size: 0.25rem;
}
.el-pagination[data-v-643fea31] {
  text-align: center;
  padding: 0.1rem;
}
[data-v-23d50551] .el-dialog__body {
  padding: 0.3rem 0.5rem 0.01rem;
  overflow-x: hidden;
}
[data-v-23d50551] .el-form {
  text-align: right;
}
[data-v-23d50551] .el-form .el-input__inner {
  background: #f9f9f9 !important;
}
[data-v-23d50551] .el-form .el-form-item:nth-child(1) {
  margin-right: 0.2rem;
}
[data-v-23d50551] .el-form .el-form-item:nth-child(1) .el-form-item__content {
  width: 2rem;
}
[data-v-23d50551] .el-form .el-form-item:nth-child(2) {
  margin-right: 0;
}
[data-v-23d50551] .el-form .el-form-item:nth-child(2) .el-form-item__content {
  width: 4rem;
  width: 100%;
}
[data-v-23d50551] .el-form .el-form-item:nth-child(2) .el-input .el-input__inner {
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
}
[data-v-23d50551] .el-form .el-form-item:nth-child(2) .el-input .el-input-group__append {
  background-color: transparent;
  border: none;
}
[data-v-23d50551] .el-form-item .el-form-item__label {
  line-height: 0.41rem;
}
[data-v-23d50551] .el-form-item .el-form-item__content {
  line-height: 0.41rem;
}
[data-v-23d50551] .el-form-item .el-form-item__content .el-input__icon {
  line-height: 0.41rem;
}
[data-v-23d50551] .el-form-item .el-form-item__content .el-input__inner {
  height: 0.41rem;
  line-height: 0.41rem;
  background: #fff;
}
.icon[data-v-23d50551] {
  display: block;
  font-size: 0.25rem;
}
.el-pagination[data-v-23d50551] {
  text-align: center;
  padding: 0.1rem;
}
.tip[data-v-35c8b744] {
  color: #ff4949;
}
.button-new-tag[data-v-35c8b744],
.tagMember[data-v-35c8b744] {
  margin-right: 0.2rem;
}
.x[data-v-35c8b744] {
  color: #f56c6c;
}
.teacher-input[data-v-35c8b744] {
  margin-top: 0.2rem;
}
.teacher-input .el-input-list[data-v-35c8b744] {
  margin-bottom: 0.1rem;
}
.teacher-input i[data-v-35c8b744] {
  margin-left: 0.1rem;
}
.el-input[data-v-35c8b744] {
  width: 1.6rem;
  margin-right: 0.3rem;
}
.el-input.name[data-v-35c8b744], .el-input.jobNumber[data-v-35c8b744], .el-input.mobile[data-v-35c8b744] {
  width: 1.3rem;
}
.box .add[data-v-95a26c7e] {
  font-weight: 700;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #7db0ea;
  margin-bottom: 0.3rem;
}
.box .child-ruleForm.el-form[data-v-95a26c7e] {
  width: 8.34rem;
  margin: 0 auto 0.3rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  padding-top: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-95a26c7e]  .el-form-item {
  margin-bottom: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-95a26c7e]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.box .child-ruleForm.el-form[data-v-95a26c7e]  .el-form-item .el-tooltip__popper {
  width: 2.03rem;
}
.box .child-ruleForm.el-form[data-v-95a26c7e]  .el-form-item .el-form-item__label {
  width: 1.75rem;
}
.box .child-ruleForm.el-form[data-v-95a26c7e]  .el-form-item .el-form-item__content {
  width: 5.13rem;
  line-height: 0.4rem;
}
.box .child-ruleForm.el-form[data-v-95a26c7e]  .el-form-item .el-form-item__content .el-input-group--append .el-input__inner {
  border-right: none;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
}
.box .child-ruleForm.el-form[data-v-95a26c7e]  .el-form-item .el-form-item__content .el-input__inner {
  border: 0.005rem solid #c4c4c4;
  background: #ffffff;
}
.box .child-ruleForm.el-form[data-v-95a26c7e]  .el-form-item .el-form-item__content .el-input-group__append {
  border: 0.005rem solid #c4c4c4;
  border-left: none;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
}
.box .list[data-v-95a26c7e] {
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.box .item[data-v-95a26c7e] {
  width: 3.38rem;
  margin: 0 0.45rem 0.2rem 0.14rem;
  padding: 0.14rem 0.15rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.box .item.item[data-v-95a26c7e]:nth-child(3n) {
  margin-right: 0;
}
.box .item dt[data-v-95a26c7e] {
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #333333;
}
.box .item dd[data-v-95a26c7e] {
  margin: 0.1rem 0 0;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.box .item a[data-v-95a26c7e] {
  margin-left: 0.1rem;
  margin-top: 0.1rem;
  float: right;
  font-weight: 700;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #7db0ea;
}
.box .add[data-v-5a02e125] {
  font-weight: 700;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #7db0ea;
  margin-bottom: 0.3rem;
}
.box .child-ruleForm.el-form[data-v-5a02e125] {
  width: 8.34rem;
  margin: 0 auto 0.3rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  padding-top: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-5a02e125]  .el-form-item {
  margin-bottom: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-5a02e125]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.box .child-ruleForm.el-form[data-v-5a02e125]  .el-form-item .el-tooltip__popper {
  width: 2.03rem;
}
.box .child-ruleForm.el-form[data-v-5a02e125]  .el-form-item .el-form-item__label {
  width: 1.75rem;
}
.box .child-ruleForm.el-form[data-v-5a02e125]  .el-form-item .el-form-item__content {
  width: 5.13rem;
  line-height: 0.4rem;
}
.box .child-ruleForm.el-form[data-v-5a02e125]  .el-form-item .el-form-item__content .el-input-group--append .el-input__inner {
  border-right: none;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
}
.box .child-ruleForm.el-form[data-v-5a02e125]  .el-form-item .el-form-item__content .el-input__inner {
  border: 0.005rem solid #c4c4c4;
  background: #ffffff;
}
.box .child-ruleForm.el-form[data-v-5a02e125]  .el-form-item .el-form-item__content .el-input-group__append {
  border: 0.005rem solid #c4c4c4;
  border-left: none;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
}
.box .list[data-v-5a02e125] {
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.box .item[data-v-5a02e125] {
  width: 3.38rem;
  margin: 0 0.45rem 0.2rem 0.14rem;
  padding: 0.14rem 0.15rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.box .item.item[data-v-5a02e125]:nth-child(3n) {
  margin-right: 0;
}
.box .item dt[data-v-5a02e125] {
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #333333;
}
.box .item dd[data-v-5a02e125] {
  margin: 0.1rem 0 0;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.box .item a[data-v-5a02e125] {
  margin-left: 0.1rem;
  margin-top: 0.1rem;
  float: right;
  font-weight: 700;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #7db0ea;
}
.box .add[data-v-0b9ed30f] {
  font-weight: 700;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #7db0ea;
  margin-bottom: 0.3rem;
}
.box .child-ruleForm.el-form[data-v-0b9ed30f] {
  width: 8.34rem;
  margin: 0 auto 0.3rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  padding-top: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-0b9ed30f]  .el-form-item {
  margin-bottom: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-0b9ed30f]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.box .child-ruleForm.el-form[data-v-0b9ed30f]  .el-form-item .el-tooltip__popper {
  width: 2.03rem;
}
.box .child-ruleForm.el-form[data-v-0b9ed30f]  .el-form-item .el-form-item__label {
  width: 1.75rem;
}
.box .child-ruleForm.el-form[data-v-0b9ed30f]  .el-form-item .el-form-item__content {
  width: 5.13rem;
  line-height: 0.4rem;
}
.box .child-ruleForm.el-form[data-v-0b9ed30f]  .el-form-item .el-form-item__content .el-input-group--append .el-input__inner {
  border-right: none;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
}
.box .child-ruleForm.el-form[data-v-0b9ed30f]  .el-form-item .el-form-item__content .el-input__inner {
  border: 0.005rem solid #c4c4c4;
  background: #ffffff;
}
.box .child-ruleForm.el-form[data-v-0b9ed30f]  .el-form-item .el-form-item__content .el-input-group__append {
  border: 0.005rem solid #c4c4c4;
  border-left: none;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
}
.box .list[data-v-0b9ed30f] {
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.box .item[data-v-0b9ed30f] {
  width: 3.38rem;
  margin: 0 0.45rem 0.2rem 0.14rem;
  padding: 0.14rem 0.15rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.box .item.item[data-v-0b9ed30f]:nth-child(3n) {
  margin-right: 0;
}
.box .item dt[data-v-0b9ed30f] {
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #333333;
}
.box .item dd[data-v-0b9ed30f] {
  margin: 0.1rem 0 0;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.box .item a[data-v-0b9ed30f] {
  margin-left: 0.1rem;
  margin-top: 0.1rem;
  float: right;
  font-weight: 700;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #7db0ea;
}
.box .add[data-v-0aa0ed7e] {
  font-weight: 700;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #7db0ea;
  margin-bottom: 0.3rem;
}
.box .child-ruleForm.el-form[data-v-0aa0ed7e] {
  width: 8.34rem;
  margin: 0 auto 0.3rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  padding-top: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-0aa0ed7e]  .el-form-item {
  margin-bottom: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-0aa0ed7e]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.box .child-ruleForm.el-form[data-v-0aa0ed7e]  .el-form-item .el-tooltip__popper {
  width: 2.03rem;
}
.box .child-ruleForm.el-form[data-v-0aa0ed7e]  .el-form-item .el-form-item__label {
  width: 1.75rem;
}
.box .child-ruleForm.el-form[data-v-0aa0ed7e]  .el-form-item .el-form-item__content {
  width: 5.13rem;
  line-height: 0.4rem;
}
.box .child-ruleForm.el-form[data-v-0aa0ed7e]  .el-form-item .el-form-item__content .el-input-group--append .el-input__inner {
  border-right: none;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
}
.box .child-ruleForm.el-form[data-v-0aa0ed7e]  .el-form-item .el-form-item__content .el-input__inner {
  border: 0.005rem solid #c4c4c4;
  background: #ffffff;
}
.box .child-ruleForm.el-form[data-v-0aa0ed7e]  .el-form-item .el-form-item__content .el-input-group__append {
  border: 0.005rem solid #c4c4c4;
  border-left: none;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
}
.box .list[data-v-0aa0ed7e] {
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.box .item[data-v-0aa0ed7e] {
  width: 3.38rem;
  margin: 0 0.45rem 0.2rem 0.14rem;
  padding: 0.14rem 0.15rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.box .item.item[data-v-0aa0ed7e]:nth-child(3n) {
  margin-right: 0;
}
.box .item dt[data-v-0aa0ed7e] {
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #333333;
}
.box .item dd[data-v-0aa0ed7e] {
  margin: 0.1rem 0 0;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.box .item a[data-v-0aa0ed7e] {
  margin-left: 0.1rem;
  margin-top: 0.1rem;
  float: right;
  font-weight: 700;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #7db0ea;
}
.box .add[data-v-d7a7318e] {
  font-weight: 700;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #7db0ea;
  margin-bottom: 0.3rem;
}
.box .child-ruleForm.el-form[data-v-d7a7318e] {
  width: 8.34rem;
  margin: 0 auto 0.3rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  padding-top: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-d7a7318e]  .el-form-item {
  margin-bottom: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-d7a7318e]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.box .child-ruleForm.el-form[data-v-d7a7318e]  .el-form-item .el-tooltip__popper {
  width: 2.03rem;
}
.box .child-ruleForm.el-form[data-v-d7a7318e]  .el-form-item .el-form-item__label {
  width: 1.75rem;
}
.box .child-ruleForm.el-form[data-v-d7a7318e]  .el-form-item .el-form-item__content {
  width: 5.13rem;
  line-height: 0.4rem;
}
.box .child-ruleForm.el-form[data-v-d7a7318e]  .el-form-item .el-form-item__content .el-input-group--append .el-input__inner {
  border-right: none;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
}
.box .child-ruleForm.el-form[data-v-d7a7318e]  .el-form-item .el-form-item__content .el-input__inner {
  border: 0.005rem solid #c4c4c4;
  background: #ffffff;
}
.box .child-ruleForm.el-form[data-v-d7a7318e]  .el-form-item .el-form-item__content .el-input-group__append {
  border: 0.005rem solid #c4c4c4;
  border-left: none;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
}
.box .list[data-v-d7a7318e] {
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.box .item[data-v-d7a7318e] {
  width: 3.38rem;
  margin: 0 0.45rem 0.2rem 0.14rem;
  padding: 0.14rem 0.15rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.box .item.item[data-v-d7a7318e]:nth-child(3n) {
  margin-right: 0;
}
.box .item dt[data-v-d7a7318e] {
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #333333;
}
.box .item dd[data-v-d7a7318e] {
  margin: 0.1rem 0 0;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.box .item a[data-v-d7a7318e] {
  margin-left: 0.1rem;
  margin-top: 0.1rem;
  float: right;
  font-weight: 700;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #7db0ea;
}
.box .add[data-v-2033dae8] {
  font-weight: 700;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #7db0ea;
  margin-bottom: 0.3rem;
}
.box .child-ruleForm.el-form[data-v-2033dae8] {
  width: 8.34rem;
  margin: 0 auto 0.3rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  padding-top: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-2033dae8]  .el-form-item {
  margin-bottom: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-2033dae8]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.box .child-ruleForm.el-form[data-v-2033dae8]  .el-form-item .el-tooltip__popper {
  width: 2.03rem;
}
.box .child-ruleForm.el-form[data-v-2033dae8]  .el-form-item .el-form-item__label {
  width: 1.75rem;
}
.box .child-ruleForm.el-form[data-v-2033dae8]  .el-form-item .el-form-item__content {
  width: 5.13rem;
  line-height: 0.4rem;
}
.box .child-ruleForm.el-form[data-v-2033dae8]  .el-form-item .el-form-item__content .el-input-group--append .el-input__inner {
  border-right: none;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
}
.box .child-ruleForm.el-form[data-v-2033dae8]  .el-form-item .el-form-item__content .el-input__inner {
  border: 0.005rem solid #c4c4c4;
  background: #ffffff;
}
.box .child-ruleForm.el-form[data-v-2033dae8]  .el-form-item .el-form-item__content .el-input-group__append {
  border: 0.005rem solid #c4c4c4;
  border-left: none;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
}
.box .list[data-v-2033dae8] {
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.box .item[data-v-2033dae8] {
  width: 3.38rem;
  margin: 0 0.45rem 0.2rem 0.14rem;
  padding: 0.14rem 0.15rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.box .item.item[data-v-2033dae8]:nth-child(3n) {
  margin-right: 0;
}
.box .item dt[data-v-2033dae8] {
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #333333;
}
.box .item dd[data-v-2033dae8] {
  margin: 0.1rem 0 0;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.box .item a[data-v-2033dae8] {
  margin-left: 0.1rem;
  margin-top: 0.1rem;
  float: right;
  font-weight: 700;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #7db0ea;
}
dl[data-v-30b79b62] {
  text-align: center;
}
dl dt[data-v-30b79b62] {
  margin-bottom: 0.36rem;
}
dl dd[data-v-30b79b62] {
  margin: 0 0 0.12rem 0;
  font-size: 0.2rem;
  line-height: 0.23rem;
  color: #333333;
}
[data-v-30b79b62] .el-button--primary {
  color: #fff !important;
}
.signUp[data-v-363c1392] {
  padding: 0.24rem 0 0.4rem;
  background: #f5f6f9;
  position: relative;
}
.signUp[data-v-363c1392]  .box {
  width: 12rem;
  margin-top: 0.16rem;
  padding: 0 0.2rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0.02659rem 0.06648rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.02659rem 0.06648rem rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0.13296rem;
          border-radius: 0.13296rem;
}
.signUp[data-v-363c1392]  .box h2.title {
  width: 12rem;
  margin: 0 0;
  padding-left: 0.26rem;
  line-height: 0.52rem;
  background: #f6fbff;
  -webkit-border-radius: 0.13408rem 0.13408rem 0 0;
          border-radius: 0.13408rem 0.13408rem 0 0;
  font-size: 0.2rem;
  color: #333333;
}
.signUp[data-v-363c1392]  .box h3.title {
  width: 100%;
  padding: 0.36rem 0 0.2rem;
  margin: 0 0 0.3rem 0;
  text-indent: 0.14rem;
  font-size: 0.16rem;
  color: #999999;
  color: #666666;
  border-bottom: 0.005rem solid #ababab;
}
.signUp[data-v-363c1392]  .box h3.title span {
  width: 1.72rem;
  font-size: 0.18rem;
  color: #333333;
  display: inline-block;
}
.signUp[data-v-363c1392]  .box div.title {
  width: 100%;
  margin: 0 0 0.3rem 0;
  line-height: 0.72rem;
  text-indent: 0.14rem;
  border-bottom: 0.005rem solid #ababab;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.signUp[data-v-363c1392]  .box div.title span {
  font-size: 0.2rem;
  color: #333333;
  display: inline-block;
}
.signUp[data-v-363c1392]  .box div.title .uploadBook {
  margin-top: 0.05rem;
}
.signUp[data-v-363c1392]  .box div.title .text {
  font-size: 0.16rem;
  color: #999999;
  line-height: 0.22rem;
  font-weight: 400;
  text-indent: 0;
}
.signUp[data-v-363c1392]  .box div.title .textBook {
  padding: 0.2rem 0;
}
.signUp[data-v-363c1392]  .box .Member {
  width: auto;
  min-width: 2.65rem;
}
.signUp[data-v-363c1392]  .box .Tips {
  width: 100%;
  padding: 0.21rem 0.06rem 0.28rem;
  font-weight: 400;
  font-size: 0.18rem;
  line-height: 159.5%;
  color: #da251c;
}
.signUp[data-v-363c1392]  .el-form-item {
  margin-bottom: 0.48rem;
}
.signUp[data-v-363c1392]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.signUp[data-v-363c1392]  .el-form-item .el-form-item__label {
  width: 1.9rem;
  line-height: 0.4rem;
  font-size: 0.16rem;
  color: #666666;
}
.signUp[data-v-363c1392]  .el-form-item.textarea .el-form-item__content {
  width: 8.34rem;
}
.signUp[data-v-363c1392]  .el-form-item.textarea .el-form-item__content .el-textarea__inner {
  background: #f9f9f9;
  border: none;
}
.signUp[data-v-363c1392]  .el-form-item .el-form-item__content {
  width: 7.22rem;
  line-height: 0.4rem;
}
.signUp[data-v-363c1392]  .el-form-item .el-form-item__content .el-input__icon {
  line-height: 0.4rem;
}
.signUp[data-v-363c1392]  .el-form-item .el-form-item__content .el-input__inner {
  height: 0.4rem;
  line-height: 0.4rem;
  border: none;
  font-size: 0.14rem;
  color: #999999;
}
.signUp[data-v-363c1392]  .el-form-item .el-form-item__content .el-input__inner .el-input__count .el-input__count-inner {
  background: none;
  padding: 0 0.12rem;
}
.signUp[data-v-363c1392]  .dialog-footer {
  margin-top: 0.3rem;
}
.signUp[data-v-363c1392]  .dialog-footer .el-button.nextStep {
  width: 3.54rem;
  display: block;
  margin: 0 auto;
}
.signUp[data-v-363c1392]  .dialog-footer .el-button {
  width: 2rem;
  height: 0.4rem;
  padding: 0;
  background: #d3e8fe;
  border: 0.01rem solid #7db0ea;
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
  line-height: 0.4rem;
  font-size: 0.18rem;
  color: #333333;
}
.signUp[data-v-363c1392]  .dialog-footer .el-button--primary {
  background: #53a3ff;
  color: #fff;
}
.text[data-v-712743e0] {
  font-size: 0.14rem;
  color: #999999;
  line-height: 0.4rem;
  font-weight: 700;
}
.avatar-uploader[data-v-712743e0]  .el-upload {
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.avatar-uploader[data-v-712743e0]  .el-upload:hover {
  border-color: #409eff;
}
.avatar-uploader .avatar-uploader-btn[data-v-712743e0] {
  width: 1.15rem;
  height: 1.15rem;
  margin: 0;
}
.avatar-uploader .avatar-uploader-btn dt[data-v-712743e0] {
  font-size: 0.18rem;
  color: #999999;
  font-weight: bold;
  margin-bottom: 0.14rem;
}
.avatar-uploader .avatar-uploader-btn dd[data-v-712743e0] {
  margin: 0.1rem 0 0 0;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.avatar-uploader .avatar-uploader-btn dd[data-v-712743e0]:last-child {
  font-size: 0.1rem;
  line-height: 0.14rem;
  color: #999999;
}
.avatar-uploader .avatar[data-v-712743e0] {
  width: 1.92rem;
  height: 1.92rem;
  display: block;
}
.box .add[data-v-31801a70] {
  font-weight: 700;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #7db0ea;
  margin-bottom: 0.3rem;
}
.box .child-ruleForm.el-form[data-v-31801a70] {
  width: 8.34rem;
  margin: 0 auto 0.3rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  padding-top: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-31801a70]  .el-form-item {
  margin-bottom: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-31801a70]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.box .child-ruleForm.el-form[data-v-31801a70]  .el-form-item .el-tooltip__popper {
  width: 2.03rem;
}
.box .child-ruleForm.el-form[data-v-31801a70]  .el-form-item .el-form-item__label {
  width: 1.75rem;
}
.box .child-ruleForm.el-form[data-v-31801a70]  .el-form-item .el-form-item__content {
  width: 5.13rem;
  line-height: 0.4rem;
}
.box .child-ruleForm.el-form[data-v-31801a70]  .el-form-item .el-form-item__content .el-input-group--append .el-input__inner {
  border-right: none;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
}
.box .child-ruleForm.el-form[data-v-31801a70]  .el-form-item .el-form-item__content .el-input__inner {
  border: 0.005rem solid #c4c4c4;
  background: #ffffff;
}
.box .child-ruleForm.el-form[data-v-31801a70]  .el-form-item .el-form-item__content .el-input-group__append {
  border: 0.005rem solid #c4c4c4;
  border-left: none;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
}
.box .list[data-v-31801a70] {
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.box .item[data-v-31801a70] {
  width: 3.38rem;
  margin: 0 0.45rem 0.2rem 0.14rem;
  padding: 0.14rem 0.15rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.box .item.item[data-v-31801a70]:nth-child(3n) {
  margin-right: 0;
}
.box .item dt[data-v-31801a70] {
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #333333;
}
.box .item dd[data-v-31801a70] {
  margin: 0.1rem 0 0;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.box .item a[data-v-31801a70] {
  margin-left: 0.1rem;
  margin-top: 0.1rem;
  float: right;
  font-weight: 700;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #7db0ea;
}
.box .add[data-v-e468f1b6] {
  font-weight: 700;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #7db0ea;
  margin-bottom: 0.3rem;
}
.box .child-ruleForm.el-form[data-v-e468f1b6] {
  width: 8.34rem;
  margin: 0 auto 0.3rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  padding-top: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-e468f1b6]  .el-form-item {
  margin-bottom: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-e468f1b6]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.box .child-ruleForm.el-form[data-v-e468f1b6]  .el-form-item .el-tooltip__popper {
  width: 2.03rem;
}
.box .child-ruleForm.el-form[data-v-e468f1b6]  .el-form-item .el-form-item__label {
  width: 1.75rem;
}
.box .child-ruleForm.el-form[data-v-e468f1b6]  .el-form-item .el-form-item__content {
  width: 5.13rem;
  line-height: 0.4rem;
}
.box .child-ruleForm.el-form[data-v-e468f1b6]  .el-form-item .el-form-item__content .el-input-group--append .el-input__inner {
  border-right: none;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
}
.box .child-ruleForm.el-form[data-v-e468f1b6]  .el-form-item .el-form-item__content .el-input__inner {
  border: 0.005rem solid #c4c4c4;
  background: #ffffff;
}
.box .child-ruleForm.el-form[data-v-e468f1b6]  .el-form-item .el-form-item__content .el-input-group__append {
  border: 0.005rem solid #c4c4c4;
  border-left: none;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
}
.box .list[data-v-e468f1b6] {
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.box .item[data-v-e468f1b6] {
  width: 3.38rem;
  margin: 0 0.45rem 0.2rem 0.14rem;
  padding: 0.14rem 0.15rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.box .item.item[data-v-e468f1b6]:nth-child(3n) {
  margin-right: 0;
}
.box .item dt[data-v-e468f1b6] {
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #333333;
}
.box .item dd[data-v-e468f1b6] {
  margin: 0.1rem 0 0;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.box .item a[data-v-e468f1b6] {
  margin-left: 0.1rem;
  margin-top: 0.1rem;
  float: right;
  font-weight: 700;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #7db0ea;
}
.box .add[data-v-de602d0c] {
  font-weight: 700;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #7db0ea;
  margin-bottom: 0.3rem;
}
.box .child-ruleForm.el-form[data-v-de602d0c] {
  width: 8.34rem;
  margin: 0 auto 0.3rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  padding-top: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-de602d0c]  .el-form-item {
  margin-bottom: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-de602d0c]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.box .child-ruleForm.el-form[data-v-de602d0c]  .el-form-item .el-tooltip__popper {
  width: 2.03rem;
}
.box .child-ruleForm.el-form[data-v-de602d0c]  .el-form-item .el-form-item__label {
  width: 1.75rem;
}
.box .child-ruleForm.el-form[data-v-de602d0c]  .el-form-item .el-form-item__content {
  width: 5.13rem;
  line-height: 0.4rem;
}
.box .child-ruleForm.el-form[data-v-de602d0c]  .el-form-item .el-form-item__content .el-input-group--append .el-input__inner {
  border-right: none;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
}
.box .child-ruleForm.el-form[data-v-de602d0c]  .el-form-item .el-form-item__content .el-input__inner {
  border: 0.005rem solid #c4c4c4;
  background: #ffffff;
}
.box .child-ruleForm.el-form[data-v-de602d0c]  .el-form-item .el-form-item__content .el-input-group__append {
  border: 0.005rem solid #c4c4c4;
  border-left: none;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
}
.box .list[data-v-de602d0c] {
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.box .item[data-v-de602d0c] {
  width: 3.38rem;
  margin: 0 0.45rem 0.2rem 0.14rem;
  padding: 0.14rem 0.15rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.box .item.item[data-v-de602d0c]:nth-child(3n) {
  margin-right: 0;
}
.box .item dt[data-v-de602d0c] {
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #333333;
}
.box .item dd[data-v-de602d0c] {
  margin: 0.1rem 0 0;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.box .item a[data-v-de602d0c] {
  margin-left: 0.1rem;
  margin-top: 0.1rem;
  float: right;
  font-weight: 700;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #7db0ea;
}
[data-v-28283d73] .el-checkbox-button {
  margin: 0 0.36rem 0.17rem 0;
}
[data-v-28283d73] .el-checkbox-button.is-checked .el-checkbox-button__inner {
  background: #7db0ea;
  color: #ffffff;
}
[data-v-28283d73] .el-checkbox-button .el-checkbox-button__inner {
  padding: 0.1rem 0.19rem;
  background: #f9f9f9;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #999999;
}
.signUp .child-ruleForm[data-v-4a7770ad] {
  width: 8.34rem;
  padding: 0.3rem 0 0.2rem;
  margin: 0.15rem 0 0 -1rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.signUp .child-ruleForm .el-icon-question[data-v-4a7770ad] {
  color: #ff7171;
}
.signUp .child-ruleForm[data-v-4a7770ad]  .el-form-item {
  margin-bottom: 0.32rem;
}
.signUp .child-ruleForm[data-v-4a7770ad]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.signUp .child-ruleForm[data-v-4a7770ad]  .el-form-item .el-tooltip__popper {
  width: 2.03rem;
}
.signUp .child-ruleForm[data-v-4a7770ad]  .el-form-item .el-form-item__label {
  width: 1.75rem;
}
.signUp .child-ruleForm[data-v-4a7770ad]  .el-form-item .el-form-item__content {
  width: 5.13rem;
  line-height: 0.4rem;
}
.signUp .child-ruleForm[data-v-4a7770ad]  .el-form-item .el-form-item__content .el-input-group--append .el-input__inner {
  border-right: none;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
}
.signUp .child-ruleForm[data-v-4a7770ad]  .el-form-item .el-form-item__content .el-input__inner {
  border: 0.005rem solid #c4c4c4;
  background: #ffffff;
}
.signUp .child-ruleForm[data-v-4a7770ad]  .el-form-item .el-form-item__content .el-input-group__append {
  border: 0.005rem solid #c4c4c4;
  border-left: none;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
}
.signUp .child-ruleForm .projectShareholderList .shareholder[data-v-4a7770ad] {
  width: 3rem;
  border-bottom: 0.01rem solid rgba(0, 0, 0, 0.2);
}
.signUp .child-ruleForm .projectShareholderList .shareholder[data-v-4a7770ad]:nth-child(n+2)  .el-form-item:nth-child(1) {
  margin-top: 0.15rem;
}
.signUp .child-ruleForm .projectShareholderList .shareholder[data-v-4a7770ad]  .el-form-item:nth-child(3),
.signUp .child-ruleForm .projectShareholderList .shareholder[data-v-4a7770ad]  .el-form-item:nth-child(4) {
  margin-bottom: 0;
}
.signUp .child-ruleForm .projectShareholderList[data-v-4a7770ad]  .el-form-item .el-form-item__label {
  width: 0.75rem;
  color: #999999;
  font-size: 0.14rem;
}
.signUp .child-ruleForm .projectShareholderList[data-v-4a7770ad]  .el-form-item .el-form-item__content {
  width: 2.08rem;
  line-height: 0.4rem;
}
.signUp .child-ruleForm .el-upload__tip[data-v-4a7770ad] {
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #999999;
}
.signUp .child-ruleForm .el-upload__tip a[data-v-4a7770ad] {
  color: #7db0ea;
}
.tooltip-popper {
  width: 2.03rem;
  font-weight: 400;
  font-size: 0.12rem;
  line-height: 0.19rem;
  color: #999999;
  border: none !important;
}
.tooltip-popper span {
  color: #666666;
}
.signUp .child-ruleForm[data-v-4fe496de] {
  width: 8.34rem;
  padding: 0.3rem 0 0.2rem;
  margin: 0.15rem 0 0 -1rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.signUp .child-ruleForm .el-icon-question[data-v-4fe496de] {
  color: #ff7171;
}
.signUp .child-ruleForm[data-v-4fe496de]  .el-form-item {
  margin-bottom: 0.32rem;
}
.signUp .child-ruleForm[data-v-4fe496de]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.signUp .child-ruleForm[data-v-4fe496de]  .el-form-item .el-tooltip__popper {
  width: 2.03rem;
}
.signUp .child-ruleForm[data-v-4fe496de]  .el-form-item .el-form-item__label {
  width: 1.75rem;
}
.signUp .child-ruleForm[data-v-4fe496de]  .el-form-item .el-form-item__content {
  width: 5.13rem;
  line-height: 0.4rem;
}
.signUp .child-ruleForm[data-v-4fe496de]  .el-form-item .el-form-item__content .el-input-group--append .el-input__inner {
  border-right: none;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
}
.signUp .child-ruleForm[data-v-4fe496de]  .el-form-item .el-form-item__content .el-input__inner {
  border: 0.005rem solid #c4c4c4;
  background: #ffffff;
}
.signUp .child-ruleForm[data-v-4fe496de]  .el-form-item .el-form-item__content .el-input-group__append {
  border: 0.005rem solid #c4c4c4;
  border-left: none;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
}
.signUp .child-ruleForm .el-upload__tip[data-v-4fe496de] {
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #999999;
}
.signUp .child-ruleForm .el-upload__tip a[data-v-4fe496de] {
  color: #7db0ea;
}
.tooltip-popper {
  width: 2.03rem;
  font-weight: 400;
  font-size: 0.12rem;
  line-height: 0.19rem;
  color: #999999;
  border: none !important;
}
.tooltip-popper span {
  color: #666666;
}
dl[data-v-f7c1ecee] {
  text-align: center;
}
dl dt[data-v-f7c1ecee] {
  margin-bottom: 0.36rem;
}
dl dd[data-v-f7c1ecee] {
  margin: 0 0 0.12rem 0;
  font-size: 0.2rem;
  line-height: 0.23rem;
  color: #333333;
}
[data-v-f7c1ecee] .el-button--primary {
  color: #fff !important;
}
[data-v-4668856a] .el-dialog__body {
  padding: 0.3rem 0.5rem 0.01rem;
  overflow-x: hidden;
}
[data-v-4668856a] .el-form {
  text-align: right;
}
[data-v-4668856a] .el-form .el-input__inner {
  background: #f9f9f9 !important;
}
[data-v-4668856a] .el-form .el-form-item:nth-child(1) {
  margin-right: 0.2rem;
}
[data-v-4668856a] .el-form .el-form-item:nth-child(1) .el-form-item__content {
  width: 2rem;
}
[data-v-4668856a] .el-form .el-form-item:nth-child(2) {
  margin-right: 0;
}
[data-v-4668856a] .el-form .el-form-item:nth-child(2) .el-form-item__content {
  width: 4rem;
  width: 100%;
}
[data-v-4668856a] .el-form .el-form-item:nth-child(2) .el-input .el-input__inner {
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
}
[data-v-4668856a] .el-form .el-form-item:nth-child(2) .el-input .el-input-group__append {
  background-color: transparent;
  border: none;
}
[data-v-4668856a] .el-form-item .el-form-item__label {
  line-height: 0.41rem;
}
[data-v-4668856a] .el-form-item .el-form-item__content {
  line-height: 0.41rem;
}
[data-v-4668856a] .el-form-item .el-form-item__content .el-input__icon {
  line-height: 0.41rem;
}
[data-v-4668856a] .el-form-item .el-form-item__content .el-input__inner {
  height: 0.41rem;
  line-height: 0.41rem;
  background: #fff;
}
.icon[data-v-4668856a] {
  display: block;
  font-size: 0.25rem;
}
.el-pagination[data-v-4668856a] {
  text-align: center;
  padding: 0.1rem;
}
[data-v-f2805d90] .el-dialog__body {
  padding: 0.3rem 0.5rem 0.01rem;
  overflow-x: hidden;
}
[data-v-f2805d90] .el-form {
  text-align: right;
}
[data-v-f2805d90] .el-form .el-input__inner {
  background: #f9f9f9 !important;
}
[data-v-f2805d90] .el-form .el-form-item:nth-child(1) {
  margin-right: 0.2rem;
}
[data-v-f2805d90] .el-form .el-form-item:nth-child(1) .el-form-item__content {
  width: 2rem;
}
[data-v-f2805d90] .el-form .el-form-item:nth-child(2) {
  margin-right: 0;
}
[data-v-f2805d90] .el-form .el-form-item:nth-child(2) .el-form-item__content {
  width: 4rem;
  width: 100%;
}
[data-v-f2805d90] .el-form .el-form-item:nth-child(2) .el-input .el-input__inner {
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
}
[data-v-f2805d90] .el-form .el-form-item:nth-child(2) .el-input .el-input-group__append {
  background-color: transparent;
  border: none;
}
[data-v-f2805d90] .el-form-item .el-form-item__label {
  line-height: 0.41rem;
}
[data-v-f2805d90] .el-form-item .el-form-item__content {
  line-height: 0.41rem;
}
[data-v-f2805d90] .el-form-item .el-form-item__content .el-input__icon {
  line-height: 0.41rem;
}
[data-v-f2805d90] .el-form-item .el-form-item__content .el-input__inner {
  height: 0.41rem;
  line-height: 0.41rem;
  background: #fff;
}
.icon[data-v-f2805d90] {
  display: block;
  font-size: 0.25rem;
}
.el-pagination[data-v-f2805d90] {
  text-align: center;
  padding: 0.1rem;
}
.tip[data-v-a4be6686] {
  color: #ff4949;
}
.button-new-tag[data-v-a4be6686],
.tagMember[data-v-a4be6686] {
  margin-right: 0.2rem;
}
.x[data-v-a4be6686] {
  color: #f56c6c;
}
.teacher-input[data-v-a4be6686] {
  margin-top: 0.2rem;
}
.teacher-input .el-input-list[data-v-a4be6686] {
  margin-bottom: 0.1rem;
}
.teacher-input i[data-v-a4be6686] {
  margin-left: 0.1rem;
}
.el-input[data-v-a4be6686] {
  width: 1.6rem;
  margin-right: 0.3rem;
}
.el-input.name[data-v-a4be6686], .el-input.jobNumber[data-v-a4be6686], .el-input.mobile[data-v-a4be6686] {
  width: 1.3rem;
}
.box .add[data-v-35a400de] {
  font-weight: 700;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #7db0ea;
  margin-bottom: 0.3rem;
}
.box .child-ruleForm.el-form[data-v-35a400de] {
  width: 8.34rem;
  margin: 0 auto 0.3rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  padding-top: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-35a400de]  .el-form-item {
  margin-bottom: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-35a400de]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.box .child-ruleForm.el-form[data-v-35a400de]  .el-form-item .el-tooltip__popper {
  width: 2.03rem;
}
.box .child-ruleForm.el-form[data-v-35a400de]  .el-form-item .el-form-item__label {
  width: 1.75rem;
}
.box .child-ruleForm.el-form[data-v-35a400de]  .el-form-item .el-form-item__content {
  width: 5.13rem;
  line-height: 0.4rem;
}
.box .child-ruleForm.el-form[data-v-35a400de]  .el-form-item .el-form-item__content .el-input-group--append .el-input__inner {
  border-right: none;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
}
.box .child-ruleForm.el-form[data-v-35a400de]  .el-form-item .el-form-item__content .el-input__inner {
  border: 0.005rem solid #c4c4c4;
  background: #ffffff;
}
.box .child-ruleForm.el-form[data-v-35a400de]  .el-form-item .el-form-item__content .el-input-group__append {
  border: 0.005rem solid #c4c4c4;
  border-left: none;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
}
.box .list[data-v-35a400de] {
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.box .item[data-v-35a400de] {
  width: 3.38rem;
  margin: 0 0.45rem 0.2rem 0.14rem;
  padding: 0.14rem 0.15rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.box .item.item[data-v-35a400de]:nth-child(3n) {
  margin-right: 0;
}
.box .item dt[data-v-35a400de] {
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #333333;
}
.box .item dd[data-v-35a400de] {
  margin: 0.1rem 0 0;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.box .item a[data-v-35a400de] {
  margin-left: 0.1rem;
  margin-top: 0.1rem;
  float: right;
  font-weight: 700;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #7db0ea;
}
.box .add[data-v-b94316e2] {
  font-weight: 700;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #7db0ea;
  margin-bottom: 0.3rem;
}
.box .child-ruleForm.el-form[data-v-b94316e2] {
  width: 8.34rem;
  margin: 0 auto 0.3rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  padding-top: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-b94316e2]  .el-form-item {
  margin-bottom: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-b94316e2]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.box .child-ruleForm.el-form[data-v-b94316e2]  .el-form-item .el-tooltip__popper {
  width: 2.03rem;
}
.box .child-ruleForm.el-form[data-v-b94316e2]  .el-form-item .el-form-item__label {
  width: 1.75rem;
}
.box .child-ruleForm.el-form[data-v-b94316e2]  .el-form-item .el-form-item__content {
  width: 5.13rem;
  line-height: 0.4rem;
}
.box .child-ruleForm.el-form[data-v-b94316e2]  .el-form-item .el-form-item__content .el-input-group--append .el-input__inner {
  border-right: none;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
}
.box .child-ruleForm.el-form[data-v-b94316e2]  .el-form-item .el-form-item__content .el-input__inner {
  border: 0.005rem solid #c4c4c4;
  background: #ffffff;
}
.box .child-ruleForm.el-form[data-v-b94316e2]  .el-form-item .el-form-item__content .el-input-group__append {
  border: 0.005rem solid #c4c4c4;
  border-left: none;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
}
.box .list[data-v-b94316e2] {
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.box .item[data-v-b94316e2] {
  width: 3.38rem;
  margin: 0 0.45rem 0.2rem 0.14rem;
  padding: 0.14rem 0.15rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.box .item.item[data-v-b94316e2]:nth-child(3n) {
  margin-right: 0;
}
.box .item dt[data-v-b94316e2] {
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #333333;
}
.box .item dd[data-v-b94316e2] {
  margin: 0.1rem 0 0;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.box .item a[data-v-b94316e2] {
  margin-left: 0.1rem;
  margin-top: 0.1rem;
  float: right;
  font-weight: 700;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #7db0ea;
}
.file[data-v-b6c04be4] {
  width: 8rem;
  margin-bottom: 0.15rem;
}
.file dt span[data-v-b6c04be4] {
  display: none !important;
}
.file dt div[data-v-b6c04be4] {
  display: block !important;
}
.file dt div img[data-v-b6c04be4] {
  display: inline-block !important;
  margin-right: 0.05rem;
}
.file dt .el-button[data-v-b6c04be4] {
  display: inline-block !important;
}
.file dt .viewFile[data-v-b6c04be4] {
  margin-right: 0.35rem;
}
.file .el-icon-tickets[data-v-b6c04be4] {
  color: #e9f4ff;
  font-size: 0.54rem;
  margin-right: 0.26rem;
}
.file .info[data-v-b6c04be4] {
  width: 100%;
  margin: 0;
}
.file .info dt[data-v-b6c04be4] {
  margin-bottom: 0.1rem;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.file .info dt span[data-v-b6c04be4] {
  display: inline-block;
}
.file .info dt div[data-v-b6c04be4] {
  display: none;
}
.file .info dt .el-button[data-v-b6c04be4] {
  padding: 0;
  display: none;
}
.file .info dd[data-v-b6c04be4] {
  margin: 0.05rem 0 0 0;
  font-size: 0.12rem;
  line-height: 0.17rem;
  color: #999999;
}
[data-v-19bc4214] .el-dialog {
  min-width: 7rem;
}
[data-v-19bc4214] .el-timeline-item {
  width: 100%;
}
.file[data-v-19bc4214] {
  padding-left: 0.14rem;
  margin-bottom: 0.15rem;
}
.file .el-icon-tickets[data-v-19bc4214] {
  color: #e9f4ff;
  font-size: 0.54rem;
  margin-right: 0.17rem;
}
.file .info[data-v-19bc4214] {
  width: 100%;
  margin: 0;
}
.file .info dt[data-v-19bc4214] {
  height: 0.22rem;
}
.file .info dt .fileName[data-v-19bc4214] {
  display: block;
  width: 3.5rem;
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #333333;
}
.file .info dt .ops[data-v-19bc4214] {
  width: 0.8rem;
}
.file .info dt .el-button[data-v-19bc4214] {
  padding: 0.02rem 0.09rem;
  background: #7DB0EA;
  color: #FFFFFF;
  margin-right: 0.2rem;
}
.file .info dd[data-v-19bc4214] {
  margin: 0.05rem 0 0 0;
  font-size: 0.1rem;
  line-height: 0.14rem;
  color: #999999;
}
.uploadFile .btn[data-v-981950a2] {
  width: 2.81rem;
  height: 0.51rem;
  padding: 0;
  line-height: 0.51rem;
  background: #d3e8fe;
  border: 0.01rem solid #649aff;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  font-size: 0.16rem;
  color: #666666;
}
.uploadFile .btn + .btn[data-v-981950a2] {
  float: right;
}
.uploadFile[data-v-981950a2]  .el-form-item {
  margin-bottom: 0.32rem !important;
}
.box .add[data-v-fb082740] {
  font-weight: 700;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #7db0ea;
  margin-bottom: 0.3rem;
}
.box .child-ruleForm.el-form[data-v-fb082740] {
  width: 8.34rem;
  margin: 0 auto 0.3rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  padding-top: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-fb082740]  .el-form-item {
  margin-bottom: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-fb082740]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.box .child-ruleForm.el-form[data-v-fb082740]  .el-form-item .el-tooltip__popper {
  width: 2.03rem;
}
.box .child-ruleForm.el-form[data-v-fb082740]  .el-form-item .el-form-item__label {
  width: 1.75rem;
}
.box .child-ruleForm.el-form[data-v-fb082740]  .el-form-item .el-form-item__content {
  width: 5.13rem;
  line-height: 0.4rem;
}
.box .child-ruleForm.el-form[data-v-fb082740]  .el-form-item .el-form-item__content .el-input-group--append .el-input__inner {
  border-right: none;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
}
.box .child-ruleForm.el-form[data-v-fb082740]  .el-form-item .el-form-item__content .el-input__inner {
  border: 0.005rem solid #c4c4c4;
  background: #ffffff;
}
.box .child-ruleForm.el-form[data-v-fb082740]  .el-form-item .el-form-item__content .el-input-group__append {
  border: 0.005rem solid #c4c4c4;
  border-left: none;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
}
.box .list[data-v-fb082740] {
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.box .item[data-v-fb082740] {
  width: 3.38rem;
  margin: 0 0.45rem 0.2rem 0.14rem;
  padding: 0.14rem 0.15rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.box .item.item[data-v-fb082740]:nth-child(3n) {
  margin-right: 0;
}
.box .item dt[data-v-fb082740] {
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #333333;
}
.box .item dd[data-v-fb082740] {
  margin: 0.1rem 0 0;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.box .item a[data-v-fb082740] {
  margin-left: 0.1rem;
  margin-top: 0.1rem;
  float: right;
  font-weight: 700;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #7db0ea;
}
.signUp[data-v-32e77e6a] {
  padding: 0.24rem 0 0.4rem;
  background: #f5f6f9;
  position: relative;
}
.signUp[data-v-32e77e6a]  .box {
  width: 12rem;
  margin-top: 0.16rem;
  padding: 0 0.2rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0.02659rem 0.06648rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.02659rem 0.06648rem rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0.13296rem;
          border-radius: 0.13296rem;
}
.signUp[data-v-32e77e6a]  .box h2.title {
  width: 12rem;
  margin: 0 0;
  padding-left: 0.26rem;
  line-height: 0.52rem;
  background: #f6fbff;
  -webkit-border-radius: 0.13408rem 0.13408rem 0 0;
          border-radius: 0.13408rem 0.13408rem 0 0;
  font-size: 0.2rem;
  color: #333333;
}
.signUp[data-v-32e77e6a]  .box h3.title {
  width: 100%;
  padding: 0.36rem 0 0.2rem;
  margin: 0 0 0.3rem 0;
  text-indent: 0.14rem;
  font-size: 0.16rem;
  color: #999999;
  color: #666666;
  border-bottom: 0.005rem solid #ababab;
}
.signUp[data-v-32e77e6a]  .box h3.title span {
  width: 1.72rem;
  font-size: 0.18rem;
  color: #333333;
  display: inline-block;
}
.signUp[data-v-32e77e6a]  .box div.title {
  width: 100%;
  margin: 0 0 0.3rem 0;
  line-height: 0.72rem;
  text-indent: 0.14rem;
  border-bottom: 0.005rem solid #ababab;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.signUp[data-v-32e77e6a]  .box div.title span {
  font-size: 0.2rem;
  color: #333333;
  display: inline-block;
}
.signUp[data-v-32e77e6a]  .box div.title .uploadBook {
  margin-top: 0.05rem;
}
.signUp[data-v-32e77e6a]  .box div.title .text {
  font-size: 0.16rem;
  color: #999999;
  line-height: 0.22rem;
  font-weight: 400;
  text-indent: 0;
}
.signUp[data-v-32e77e6a]  .box div.title .textBook {
  padding: 0.2rem 0;
}
.signUp[data-v-32e77e6a]  .box .Member {
  width: auto;
  min-width: 2.65rem;
}
.signUp[data-v-32e77e6a]  .box .Tips {
  width: 100%;
  padding: 0.21rem 0.06rem 0.28rem;
  font-weight: 400;
  font-size: 0.18rem;
  line-height: 159.5%;
  color: #da251c;
}
.signUp[data-v-32e77e6a]  .el-form-item {
  margin-bottom: 0.48rem;
}
.signUp[data-v-32e77e6a]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.signUp[data-v-32e77e6a]  .el-form-item .el-form-item__label {
  width: 1.9rem;
  line-height: 0.4rem;
  font-size: 0.16rem;
  color: #666666;
}
.signUp[data-v-32e77e6a]  .el-form-item.textarea .el-form-item__content {
  width: 8.34rem;
}
.signUp[data-v-32e77e6a]  .el-form-item.textarea .el-form-item__content .el-textarea__inner {
  background: #f9f9f9;
  border: none;
}
.signUp[data-v-32e77e6a]  .el-form-item .el-form-item__content {
  width: 7.22rem;
  line-height: 0.4rem;
}
.signUp[data-v-32e77e6a]  .el-form-item .el-form-item__content .el-input__icon {
  line-height: 0.4rem;
}
.signUp[data-v-32e77e6a]  .el-form-item .el-form-item__content .el-input__inner {
  height: 0.4rem;
  line-height: 0.4rem;
  border: none;
  font-size: 0.14rem;
  color: #999999;
}
.signUp[data-v-32e77e6a]  .el-form-item .el-form-item__content .el-input__inner .el-input__count .el-input__count-inner {
  background: none;
  padding: 0 0.12rem;
}
.signUp[data-v-32e77e6a]  .dialog-footer {
  margin-top: 0.3rem;
}
.signUp[data-v-32e77e6a]  .dialog-footer .el-button.nextStep {
  width: 3.54rem;
  display: block;
  margin: 0 auto;
}
.signUp[data-v-32e77e6a]  .dialog-footer .el-button {
  width: 2rem;
  height: 0.4rem;
  padding: 0;
  background: #d3e8fe;
  border: 0.01rem solid #7db0ea;
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
  line-height: 0.4rem;
  font-size: 0.18rem;
  color: #333333;
}
.signUp[data-v-32e77e6a]  .dialog-footer .el-button--primary {
  background: #53a3ff;
  color: #fff;
}
.text[data-v-18f92b34] {
  font-size: 0.14rem;
  color: #999999;
  line-height: 0.4rem;
  font-weight: 700;
}
.avatar-uploader[data-v-18f92b34]  .el-upload {
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.avatar-uploader[data-v-18f92b34]  .el-upload:hover {
  border-color: #409eff;
}
.avatar-uploader .avatar-uploader-btn[data-v-18f92b34] {
  width: 1.15rem;
  height: 1.15rem;
  margin: 0;
}
.avatar-uploader .avatar-uploader-btn dt[data-v-18f92b34] {
  font-size: 0.18rem;
  color: #999999;
  font-weight: bold;
  margin-bottom: 0.14rem;
}
.avatar-uploader .avatar-uploader-btn dd[data-v-18f92b34] {
  margin: 0.1rem 0 0 0;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.avatar-uploader .avatar-uploader-btn dd[data-v-18f92b34]:last-child {
  font-size: 0.1rem;
  line-height: 0.14rem;
  color: #999999;
}
.avatar-uploader .avatar[data-v-18f92b34] {
  width: 1.92rem;
  height: 1.92rem;
  display: block;
}
.box .add[data-v-047aca02] {
  font-weight: 700;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #7db0ea;
  margin-bottom: 0.3rem;
}
.box .child-ruleForm.el-form[data-v-047aca02] {
  width: 8.34rem;
  margin: 0 auto 0.3rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  padding-top: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-047aca02]  .el-form-item {
  margin-bottom: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-047aca02]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.box .child-ruleForm.el-form[data-v-047aca02]  .el-form-item .el-tooltip__popper {
  width: 2.03rem;
}
.box .child-ruleForm.el-form[data-v-047aca02]  .el-form-item .el-form-item__label {
  width: 1.75rem;
}
.box .child-ruleForm.el-form[data-v-047aca02]  .el-form-item .el-form-item__content {
  width: 5.13rem;
  line-height: 0.4rem;
}
.box .child-ruleForm.el-form[data-v-047aca02]  .el-form-item .el-form-item__content .el-input-group--append .el-input__inner {
  border-right: none;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
}
.box .child-ruleForm.el-form[data-v-047aca02]  .el-form-item .el-form-item__content .el-input__inner {
  border: 0.005rem solid #c4c4c4;
  background: #ffffff;
}
.box .child-ruleForm.el-form[data-v-047aca02]  .el-form-item .el-form-item__content .el-input-group__append {
  border: 0.005rem solid #c4c4c4;
  border-left: none;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
}
.box .list[data-v-047aca02] {
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.box .item[data-v-047aca02] {
  width: 3.38rem;
  margin: 0 0.45rem 0.2rem 0.14rem;
  padding: 0.14rem 0.15rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.box .item.item[data-v-047aca02]:nth-child(3n) {
  margin-right: 0;
}
.box .item dt[data-v-047aca02] {
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #333333;
}
.box .item dd[data-v-047aca02] {
  margin: 0.1rem 0 0;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.box .item a[data-v-047aca02] {
  margin-left: 0.1rem;
  margin-top: 0.1rem;
  float: right;
  font-weight: 700;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #7db0ea;
}
.box .add[data-v-1027adab] {
  font-weight: 700;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #7db0ea;
  margin-bottom: 0.3rem;
}
.box .child-ruleForm.el-form[data-v-1027adab] {
  width: 8.34rem;
  margin: 0 auto 0.3rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  padding-top: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-1027adab]  .el-form-item {
  margin-bottom: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-1027adab]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.box .child-ruleForm.el-form[data-v-1027adab]  .el-form-item .el-tooltip__popper {
  width: 2.03rem;
}
.box .child-ruleForm.el-form[data-v-1027adab]  .el-form-item .el-form-item__label {
  width: 1.75rem;
}
.box .child-ruleForm.el-form[data-v-1027adab]  .el-form-item .el-form-item__content {
  width: 5.13rem;
  line-height: 0.4rem;
}
.box .child-ruleForm.el-form[data-v-1027adab]  .el-form-item .el-form-item__content .el-input-group--append .el-input__inner {
  border-right: none;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
}
.box .child-ruleForm.el-form[data-v-1027adab]  .el-form-item .el-form-item__content .el-input__inner {
  border: 0.005rem solid #c4c4c4;
  background: #ffffff;
}
.box .child-ruleForm.el-form[data-v-1027adab]  .el-form-item .el-form-item__content .el-input-group__append {
  border: 0.005rem solid #c4c4c4;
  border-left: none;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
}
.box .list[data-v-1027adab] {
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.box .item[data-v-1027adab] {
  width: 3.38rem;
  margin: 0 0.45rem 0.2rem 0.14rem;
  padding: 0.14rem 0.15rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.box .item.item[data-v-1027adab]:nth-child(3n) {
  margin-right: 0;
}
.box .item dt[data-v-1027adab] {
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #333333;
}
.box .item dd[data-v-1027adab] {
  margin: 0.1rem 0 0;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.box .item a[data-v-1027adab] {
  margin-left: 0.1rem;
  margin-top: 0.1rem;
  float: right;
  font-weight: 700;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #7db0ea;
}
.box .add[data-v-a3ea7e98] {
  font-weight: 700;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #7db0ea;
  margin-bottom: 0.3rem;
}
.box .child-ruleForm.el-form[data-v-a3ea7e98] {
  width: 8.34rem;
  margin: 0 auto 0.3rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  padding-top: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-a3ea7e98]  .el-form-item {
  margin-bottom: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-a3ea7e98]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.box .child-ruleForm.el-form[data-v-a3ea7e98]  .el-form-item .el-tooltip__popper {
  width: 2.03rem;
}
.box .child-ruleForm.el-form[data-v-a3ea7e98]  .el-form-item .el-form-item__label {
  width: 1.75rem;
}
.box .child-ruleForm.el-form[data-v-a3ea7e98]  .el-form-item .el-form-item__content {
  width: 5.13rem;
  line-height: 0.4rem;
}
.box .child-ruleForm.el-form[data-v-a3ea7e98]  .el-form-item .el-form-item__content .el-input-group--append .el-input__inner {
  border-right: none;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
}
.box .child-ruleForm.el-form[data-v-a3ea7e98]  .el-form-item .el-form-item__content .el-input__inner {
  border: 0.005rem solid #c4c4c4;
  background: #ffffff;
}
.box .child-ruleForm.el-form[data-v-a3ea7e98]  .el-form-item .el-form-item__content .el-input-group__append {
  border: 0.005rem solid #c4c4c4;
  border-left: none;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
}
.box .list[data-v-a3ea7e98] {
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.box .item[data-v-a3ea7e98] {
  width: 3.38rem;
  margin: 0 0.45rem 0.2rem 0.14rem;
  padding: 0.14rem 0.15rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.box .item.item[data-v-a3ea7e98]:nth-child(3n) {
  margin-right: 0;
}
.box .item dt[data-v-a3ea7e98] {
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #333333;
}
.box .item dd[data-v-a3ea7e98] {
  margin: 0.1rem 0 0;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.box .item a[data-v-a3ea7e98] {
  margin-left: 0.1rem;
  margin-top: 0.1rem;
  float: right;
  font-weight: 700;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #7db0ea;
}
[data-v-49cf412d] .el-checkbox-button {
  margin: 0 0.36rem 0.17rem 0;
}
[data-v-49cf412d] .el-checkbox-button.is-checked .el-checkbox-button__inner {
  background: #7db0ea;
  color: #ffffff;
}
[data-v-49cf412d] .el-checkbox-button .el-checkbox-button__inner {
  padding: 0.1rem 0.19rem;
  background: #f9f9f9;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #999999;
}
.signUp .child-ruleForm[data-v-5d4eb9e7] {
  width: 8.34rem;
  padding: 0.3rem 0 0.2rem;
  margin: 0.15rem 0 0 -1rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.signUp .child-ruleForm .el-icon-question[data-v-5d4eb9e7] {
  color: #ff7171;
}
.signUp .child-ruleForm[data-v-5d4eb9e7]  .el-form-item {
  margin-bottom: 0.32rem;
}
.signUp .child-ruleForm[data-v-5d4eb9e7]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.signUp .child-ruleForm[data-v-5d4eb9e7]  .el-form-item .el-tooltip__popper {
  width: 2.03rem;
}
.signUp .child-ruleForm[data-v-5d4eb9e7]  .el-form-item .el-form-item__label {
  width: 1.75rem;
}
.signUp .child-ruleForm[data-v-5d4eb9e7]  .el-form-item .el-form-item__content {
  width: 5.13rem;
  line-height: 0.4rem;
}
.signUp .child-ruleForm[data-v-5d4eb9e7]  .el-form-item .el-form-item__content .el-input-group--append .el-input__inner {
  border-right: none;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
}
.signUp .child-ruleForm[data-v-5d4eb9e7]  .el-form-item .el-form-item__content .el-input__inner {
  border: 0.005rem solid #c4c4c4;
  background: #ffffff;
}
.signUp .child-ruleForm[data-v-5d4eb9e7]  .el-form-item .el-form-item__content .el-input-group__append {
  border: 0.005rem solid #c4c4c4;
  border-left: none;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
}
.signUp .child-ruleForm .projectShareholderList .shareholder[data-v-5d4eb9e7] {
  width: 3rem;
  border-bottom: 0.01rem solid rgba(0, 0, 0, 0.2);
}
.signUp .child-ruleForm .projectShareholderList .shareholder[data-v-5d4eb9e7]:nth-child(n+2)  .el-form-item:nth-child(1) {
  margin-top: 0.15rem;
}
.signUp .child-ruleForm .projectShareholderList .shareholder[data-v-5d4eb9e7]  .el-form-item:nth-child(3),
.signUp .child-ruleForm .projectShareholderList .shareholder[data-v-5d4eb9e7]  .el-form-item:nth-child(4) {
  margin-bottom: 0;
}
.signUp .child-ruleForm .projectShareholderList[data-v-5d4eb9e7]  .el-form-item .el-form-item__label {
  width: 0.75rem;
  color: #999999;
  font-size: 0.14rem;
}
.signUp .child-ruleForm .projectShareholderList[data-v-5d4eb9e7]  .el-form-item .el-form-item__content {
  width: 2.08rem;
  line-height: 0.4rem;
}
.signUp .child-ruleForm .el-upload__tip[data-v-5d4eb9e7] {
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #999999;
}
.signUp .child-ruleForm .el-upload__tip a[data-v-5d4eb9e7] {
  color: #7db0ea;
}
.tooltip-popper {
  width: 2.03rem;
  font-weight: 400;
  font-size: 0.12rem;
  line-height: 0.19rem;
  color: #999999;
  border: none !important;
}
.tooltip-popper span {
  color: #666666;
}
.signUp .child-ruleForm[data-v-2f55c0d2] {
  width: 8.34rem;
  padding: 0.3rem 0 0.2rem;
  margin: 0.15rem 0 0 -1rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.signUp .child-ruleForm .el-icon-question[data-v-2f55c0d2] {
  color: #ff7171;
}
.signUp .child-ruleForm[data-v-2f55c0d2]  .el-form-item {
  margin-bottom: 0.32rem;
}
.signUp .child-ruleForm[data-v-2f55c0d2]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.signUp .child-ruleForm[data-v-2f55c0d2]  .el-form-item .el-tooltip__popper {
  width: 2.03rem;
}
.signUp .child-ruleForm[data-v-2f55c0d2]  .el-form-item .el-form-item__label {
  width: 1.75rem;
}
.signUp .child-ruleForm[data-v-2f55c0d2]  .el-form-item .el-form-item__content {
  width: 5.13rem;
  line-height: 0.4rem;
}
.signUp .child-ruleForm[data-v-2f55c0d2]  .el-form-item .el-form-item__content .el-input-group--append .el-input__inner {
  border-right: none;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
}
.signUp .child-ruleForm[data-v-2f55c0d2]  .el-form-item .el-form-item__content .el-input__inner {
  border: 0.005rem solid #c4c4c4;
  background: #ffffff;
}
.signUp .child-ruleForm[data-v-2f55c0d2]  .el-form-item .el-form-item__content .el-input-group__append {
  border: 0.005rem solid #c4c4c4;
  border-left: none;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
}
.signUp .child-ruleForm .el-upload__tip[data-v-2f55c0d2] {
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #999999;
}
.signUp .child-ruleForm .el-upload__tip a[data-v-2f55c0d2] {
  color: #7db0ea;
}
.tooltip-popper {
  width: 2.03rem;
  font-weight: 400;
  font-size: 0.12rem;
  line-height: 0.19rem;
  color: #999999;
  border: none !important;
}
.tooltip-popper span {
  color: #666666;
}
dl[data-v-d14f05e2] {
  text-align: center;
}
dl dt[data-v-d14f05e2] {
  margin-bottom: 0.36rem;
}
dl dd[data-v-d14f05e2] {
  margin: 0 0 0.12rem 0;
  font-size: 0.2rem;
  line-height: 0.23rem;
  color: #333333;
}
[data-v-d14f05e2] .el-button--primary {
  color: #fff !important;
}
[data-v-0f912fa4] .el-dialog__body {
  padding: 0.3rem 0.5rem 0.01rem;
  overflow-x: hidden;
}
[data-v-0f912fa4] .el-form {
  text-align: right;
}
[data-v-0f912fa4] .el-form .el-input__inner {
  background: #f9f9f9 !important;
}
[data-v-0f912fa4] .el-form .el-form-item:nth-child(1) {
  margin-right: 0.2rem;
}
[data-v-0f912fa4] .el-form .el-form-item:nth-child(1) .el-form-item__content {
  width: 2rem;
}
[data-v-0f912fa4] .el-form .el-form-item:nth-child(2) {
  margin-right: 0;
}
[data-v-0f912fa4] .el-form .el-form-item:nth-child(2) .el-form-item__content {
  width: 4rem;
  width: 100%;
}
[data-v-0f912fa4] .el-form .el-form-item:nth-child(2) .el-input .el-input__inner {
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
}
[data-v-0f912fa4] .el-form .el-form-item:nth-child(2) .el-input .el-input-group__append {
  background-color: transparent;
  border: none;
}
[data-v-0f912fa4] .el-form-item .el-form-item__label {
  line-height: 0.41rem;
}
[data-v-0f912fa4] .el-form-item .el-form-item__content {
  line-height: 0.41rem;
}
[data-v-0f912fa4] .el-form-item .el-form-item__content .el-input__icon {
  line-height: 0.41rem;
}
[data-v-0f912fa4] .el-form-item .el-form-item__content .el-input__inner {
  height: 0.41rem;
  line-height: 0.41rem;
  background: #fff;
}
.icon[data-v-0f912fa4] {
  display: block;
  font-size: 0.25rem;
}
.el-pagination[data-v-0f912fa4] {
  text-align: center;
  padding: 0.1rem;
}
[data-v-3aa72384] .el-dialog__body {
  padding: 0.3rem 0.5rem 0.01rem;
  overflow-x: hidden;
}
[data-v-3aa72384] .el-form {
  text-align: right;
}
[data-v-3aa72384] .el-form .el-input__inner {
  background: #f9f9f9 !important;
}
[data-v-3aa72384] .el-form .el-form-item:nth-child(1) {
  margin-right: 0.2rem;
}
[data-v-3aa72384] .el-form .el-form-item:nth-child(1) .el-form-item__content {
  width: 2rem;
}
[data-v-3aa72384] .el-form .el-form-item:nth-child(2) {
  margin-right: 0;
}
[data-v-3aa72384] .el-form .el-form-item:nth-child(2) .el-form-item__content {
  width: 4rem;
  width: 100%;
}
[data-v-3aa72384] .el-form .el-form-item:nth-child(2) .el-input .el-input__inner {
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
}
[data-v-3aa72384] .el-form .el-form-item:nth-child(2) .el-input .el-input-group__append {
  background-color: transparent;
  border: none;
}
[data-v-3aa72384] .el-form-item .el-form-item__label {
  line-height: 0.41rem;
}
[data-v-3aa72384] .el-form-item .el-form-item__content {
  line-height: 0.41rem;
}
[data-v-3aa72384] .el-form-item .el-form-item__content .el-input__icon {
  line-height: 0.41rem;
}
[data-v-3aa72384] .el-form-item .el-form-item__content .el-input__inner {
  height: 0.41rem;
  line-height: 0.41rem;
  background: #fff;
}
.icon[data-v-3aa72384] {
  display: block;
  font-size: 0.25rem;
}
.el-pagination[data-v-3aa72384] {
  text-align: center;
  padding: 0.1rem;
}
.tip[data-v-6782bd77] {
  color: #ff4949;
}
.button-new-tag[data-v-6782bd77],
.tagMember[data-v-6782bd77] {
  margin-right: 0.2rem;
}
.x[data-v-6782bd77] {
  color: #f56c6c;
}
.teacher-input[data-v-6782bd77] {
  margin-top: 0.2rem;
}
.teacher-input .el-input-list[data-v-6782bd77] {
  margin-bottom: 0.1rem;
}
.teacher-input i[data-v-6782bd77] {
  margin-left: 0.1rem;
}
.el-input[data-v-6782bd77] {
  width: 1.6rem;
  margin-right: 0.3rem;
}
.el-input.name[data-v-6782bd77], .el-input.jobNumber[data-v-6782bd77], .el-input.mobile[data-v-6782bd77] {
  width: 1.3rem;
}
.box .add[data-v-52ded818] {
  font-weight: 700;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #7db0ea;
  margin-bottom: 0.3rem;
}
.box .child-ruleForm.el-form[data-v-52ded818] {
  width: 8.34rem;
  margin: 0 auto 0.3rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  padding-top: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-52ded818]  .el-form-item {
  margin-bottom: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-52ded818]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.box .child-ruleForm.el-form[data-v-52ded818]  .el-form-item .el-tooltip__popper {
  width: 2.03rem;
}
.box .child-ruleForm.el-form[data-v-52ded818]  .el-form-item .el-form-item__label {
  width: 1.75rem;
}
.box .child-ruleForm.el-form[data-v-52ded818]  .el-form-item .el-form-item__content {
  width: 5.13rem;
  line-height: 0.4rem;
}
.box .child-ruleForm.el-form[data-v-52ded818]  .el-form-item .el-form-item__content .el-input-group--append .el-input__inner {
  border-right: none;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
}
.box .child-ruleForm.el-form[data-v-52ded818]  .el-form-item .el-form-item__content .el-input__inner {
  border: 0.005rem solid #c4c4c4;
  background: #ffffff;
}
.box .child-ruleForm.el-form[data-v-52ded818]  .el-form-item .el-form-item__content .el-input-group__append {
  border: 0.005rem solid #c4c4c4;
  border-left: none;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
}
.box .list[data-v-52ded818] {
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.box .item[data-v-52ded818] {
  width: 3.38rem;
  margin: 0 0.45rem 0.2rem 0.14rem;
  padding: 0.14rem 0.15rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.box .item.item[data-v-52ded818]:nth-child(3n) {
  margin-right: 0;
}
.box .item dt[data-v-52ded818] {
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #333333;
}
.box .item dd[data-v-52ded818] {
  margin: 0.1rem 0 0;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.box .item a[data-v-52ded818] {
  margin-left: 0.1rem;
  margin-top: 0.1rem;
  float: right;
  font-weight: 700;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #7db0ea;
}
.box .add[data-v-25ba9b15] {
  font-weight: 700;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #7db0ea;
  margin-bottom: 0.3rem;
}
.box .child-ruleForm.el-form[data-v-25ba9b15] {
  width: 8.34rem;
  margin: 0 auto 0.3rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  padding-top: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-25ba9b15]  .el-form-item {
  margin-bottom: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-25ba9b15]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.box .child-ruleForm.el-form[data-v-25ba9b15]  .el-form-item .el-tooltip__popper {
  width: 2.03rem;
}
.box .child-ruleForm.el-form[data-v-25ba9b15]  .el-form-item .el-form-item__label {
  width: 1.75rem;
}
.box .child-ruleForm.el-form[data-v-25ba9b15]  .el-form-item .el-form-item__content {
  width: 5.13rem;
  line-height: 0.4rem;
}
.box .child-ruleForm.el-form[data-v-25ba9b15]  .el-form-item .el-form-item__content .el-input-group--append .el-input__inner {
  border-right: none;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
}
.box .child-ruleForm.el-form[data-v-25ba9b15]  .el-form-item .el-form-item__content .el-input__inner {
  border: 0.005rem solid #c4c4c4;
  background: #ffffff;
}
.box .child-ruleForm.el-form[data-v-25ba9b15]  .el-form-item .el-form-item__content .el-input-group__append {
  border: 0.005rem solid #c4c4c4;
  border-left: none;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
}
.box .list[data-v-25ba9b15] {
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.box .item[data-v-25ba9b15] {
  width: 3.38rem;
  margin: 0 0.45rem 0.2rem 0.14rem;
  padding: 0.14rem 0.15rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.box .item.item[data-v-25ba9b15]:nth-child(3n) {
  margin-right: 0;
}
.box .item dt[data-v-25ba9b15] {
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #333333;
}
.box .item dd[data-v-25ba9b15] {
  margin: 0.1rem 0 0;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.box .item a[data-v-25ba9b15] {
  margin-left: 0.1rem;
  margin-top: 0.1rem;
  float: right;
  font-weight: 700;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #7db0ea;
}
.file[data-v-09899070] {
  width: 8rem;
  margin-bottom: 0.15rem;
}
.file dt span[data-v-09899070] {
  display: none !important;
}
.file dt div[data-v-09899070] {
  display: block !important;
}
.file dt div img[data-v-09899070] {
  display: inline-block !important;
  margin-right: 0.05rem;
}
.file dt .el-button[data-v-09899070] {
  display: inline-block !important;
}
.file dt .viewFile[data-v-09899070] {
  margin-right: 0.35rem;
}
.file .el-icon-tickets[data-v-09899070] {
  color: #e9f4ff;
  font-size: 0.54rem;
  margin-right: 0.26rem;
}
.file .info[data-v-09899070] {
  width: 100%;
  margin: 0;
}
.file .info dt[data-v-09899070] {
  margin-bottom: 0.1rem;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.file .info dt span[data-v-09899070] {
  display: inline-block;
}
.file .info dt div[data-v-09899070] {
  display: none;
}
.file .info dt .el-button[data-v-09899070] {
  padding: 0;
  display: none;
}
.file .info dd[data-v-09899070] {
  margin: 0.05rem 0 0 0;
  font-size: 0.12rem;
  line-height: 0.17rem;
  color: #999999;
}
[data-v-876aeda0] .el-dialog {
  min-width: 7rem;
}
[data-v-876aeda0] .el-timeline-item {
  width: 100%;
}
.file[data-v-876aeda0] {
  padding-left: 0.14rem;
  margin-bottom: 0.15rem;
}
.file .el-icon-tickets[data-v-876aeda0] {
  color: #e9f4ff;
  font-size: 0.54rem;
  margin-right: 0.17rem;
}
.file .info[data-v-876aeda0] {
  width: 100%;
  margin: 0;
}
.file .info dt[data-v-876aeda0] {
  height: 0.22rem;
}
.file .info dt .fileName[data-v-876aeda0] {
  display: block;
  width: 3.5rem;
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #333333;
}
.file .info dt .ops[data-v-876aeda0] {
  width: 0.8rem;
}
.file .info dt .el-button[data-v-876aeda0] {
  padding: 0.02rem 0.09rem;
  background: #7DB0EA;
  color: #FFFFFF;
  margin-right: 0.2rem;
}
.file .info dd[data-v-876aeda0] {
  margin: 0.05rem 0 0 0;
  font-size: 0.1rem;
  line-height: 0.14rem;
  color: #999999;
}
.uploadFile .btn[data-v-7d1c01e9] {
  width: 2.81rem;
  height: 0.51rem;
  padding: 0;
  line-height: 0.51rem;
  background: #d3e8fe;
  border: 0.01rem solid #649aff;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  font-size: 0.16rem;
  color: #666666;
}
.uploadFile .btn + .btn[data-v-7d1c01e9] {
  float: right;
}
.uploadFile[data-v-7d1c01e9]  .el-form-item {
  margin-bottom: 0.32rem !important;
}
.box .add[data-v-01677434] {
  font-weight: 700;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #7db0ea;
  margin-bottom: 0.3rem;
}
.box .child-ruleForm.el-form[data-v-01677434] {
  width: 8.34rem;
  margin: 0 auto 0.3rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  padding-top: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-01677434]  .el-form-item {
  margin-bottom: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-01677434]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.box .child-ruleForm.el-form[data-v-01677434]  .el-form-item .el-tooltip__popper {
  width: 2.03rem;
}
.box .child-ruleForm.el-form[data-v-01677434]  .el-form-item .el-form-item__label {
  width: 1.75rem;
}
.box .child-ruleForm.el-form[data-v-01677434]  .el-form-item .el-form-item__content {
  width: 5.13rem;
  line-height: 0.4rem;
}
.box .child-ruleForm.el-form[data-v-01677434]  .el-form-item .el-form-item__content .el-input-group--append .el-input__inner {
  border-right: none;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
}
.box .child-ruleForm.el-form[data-v-01677434]  .el-form-item .el-form-item__content .el-input__inner {
  border: 0.005rem solid #c4c4c4;
  background: #ffffff;
}
.box .child-ruleForm.el-form[data-v-01677434]  .el-form-item .el-form-item__content .el-input-group__append {
  border: 0.005rem solid #c4c4c4;
  border-left: none;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
}
.box .list[data-v-01677434] {
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.box .item[data-v-01677434] {
  width: 3.38rem;
  margin: 0 0.45rem 0.2rem 0.14rem;
  padding: 0.14rem 0.15rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.box .item.item[data-v-01677434]:nth-child(3n) {
  margin-right: 0;
}
.box .item dt[data-v-01677434] {
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #333333;
}
.box .item dd[data-v-01677434] {
  margin: 0.1rem 0 0;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.box .item a[data-v-01677434] {
  margin-left: 0.1rem;
  margin-top: 0.1rem;
  float: right;
  font-weight: 700;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #7db0ea;
}
.signUp[data-v-59b49f05] {
  padding: 0.24rem 0 0.4rem;
  background: #f5f6f9;
  position: relative;
}
.signUp[data-v-59b49f05]  .box {
  width: 12rem;
  margin-top: 0.16rem;
  padding: 0 0.2rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0.02659rem 0.06648rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.02659rem 0.06648rem rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0.13296rem;
          border-radius: 0.13296rem;
}
.signUp[data-v-59b49f05]  .box h2.title {
  width: 12rem;
  margin: 0 0;
  padding-left: 0.26rem;
  line-height: 0.52rem;
  background: #f6fbff;
  -webkit-border-radius: 0.13408rem 0.13408rem 0 0;
          border-radius: 0.13408rem 0.13408rem 0 0;
  font-size: 0.2rem;
  color: #333333;
}
.signUp[data-v-59b49f05]  .box h3.title {
  width: 100%;
  padding: 0.36rem 0 0.2rem;
  margin: 0 0 0.3rem 0;
  text-indent: 0.14rem;
  font-size: 0.16rem;
  color: #999999;
  color: #666666;
  border-bottom: 0.005rem solid #ababab;
}
.signUp[data-v-59b49f05]  .box h3.title span {
  width: 1.72rem;
  font-size: 0.18rem;
  color: #333333;
  display: inline-block;
}
.signUp[data-v-59b49f05]  .box div.title {
  width: 100%;
  margin: 0 0 0.3rem 0;
  line-height: 0.72rem;
  text-indent: 0.14rem;
  border-bottom: 0.005rem solid #ababab;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.signUp[data-v-59b49f05]  .box div.title span {
  font-size: 0.2rem;
  color: #333333;
  display: inline-block;
}
.signUp[data-v-59b49f05]  .box div.title .uploadBook {
  margin-top: 0.05rem;
}
.signUp[data-v-59b49f05]  .box div.title .text {
  font-size: 0.16rem;
  color: #999999;
  line-height: 0.22rem;
  font-weight: 400;
  text-indent: 0;
}
.signUp[data-v-59b49f05]  .box div.title .textBook {
  padding: 0.2rem 0;
}
.signUp[data-v-59b49f05]  .box .Member {
  width: auto;
  min-width: 2.65rem;
}
.signUp[data-v-59b49f05]  .box .Tips {
  width: 100%;
  padding: 0.21rem 0.06rem 0.28rem;
  font-weight: 400;
  font-size: 0.18rem;
  line-height: 159.5%;
  color: #da251c;
}
.signUp[data-v-59b49f05]  .el-form-item {
  margin-bottom: 0.48rem;
}
.signUp[data-v-59b49f05]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.signUp[data-v-59b49f05]  .el-form-item .el-form-item__label {
  width: 1.9rem;
  line-height: 0.4rem;
  font-size: 0.16rem;
  color: #666666;
}
.signUp[data-v-59b49f05]  .el-form-item.textarea .el-form-item__content {
  width: 8.34rem;
}
.signUp[data-v-59b49f05]  .el-form-item.textarea .el-form-item__content .el-textarea__inner {
  background: #f9f9f9;
  border: none;
}
.signUp[data-v-59b49f05]  .el-form-item .el-form-item__content {
  width: 7.22rem;
  line-height: 0.4rem;
}
.signUp[data-v-59b49f05]  .el-form-item .el-form-item__content .el-input__icon {
  line-height: 0.4rem;
}
.signUp[data-v-59b49f05]  .el-form-item .el-form-item__content .el-input__inner {
  height: 0.4rem;
  line-height: 0.4rem;
  border: none;
  font-size: 0.14rem;
  color: #999999;
}
.signUp[data-v-59b49f05]  .el-form-item .el-form-item__content .el-input__inner .el-input__count .el-input__count-inner {
  background: none;
  padding: 0 0.12rem;
}
.signUp[data-v-59b49f05]  .dialog-footer {
  margin-top: 0.3rem;
}
.signUp[data-v-59b49f05]  .dialog-footer .el-button.nextStep {
  width: 3.54rem;
  display: block;
  margin: 0 auto;
}
.signUp[data-v-59b49f05]  .dialog-footer .el-button {
  width: 2rem;
  height: 0.4rem;
  padding: 0;
  background: #d3e8fe;
  border: 0.01rem solid #7db0ea;
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
  line-height: 0.4rem;
  font-size: 0.18rem;
  color: #333333;
}
.signUp[data-v-59b49f05]  .dialog-footer .el-button--primary {
  background: #53a3ff;
  color: #fff;
}
.text[data-v-4fd8e5c9] {
  font-size: 0.14rem;
  color: #999999;
  line-height: 0.4rem;
  font-weight: 700;
}
.avatar-uploader[data-v-4fd8e5c9]  .el-upload {
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.avatar-uploader[data-v-4fd8e5c9]  .el-upload:hover {
  border-color: #409eff;
}
.avatar-uploader .avatar-uploader-btn[data-v-4fd8e5c9] {
  width: 1.15rem;
  height: 1.15rem;
  margin: 0;
}
.avatar-uploader .avatar-uploader-btn dt[data-v-4fd8e5c9] {
  font-size: 0.18rem;
  color: #999999;
  font-weight: bold;
  margin-bottom: 0.14rem;
}
.avatar-uploader .avatar-uploader-btn dd[data-v-4fd8e5c9] {
  margin: 0.1rem 0 0 0;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.avatar-uploader .avatar-uploader-btn dd[data-v-4fd8e5c9]:last-child {
  font-size: 0.1rem;
  line-height: 0.14rem;
  color: #999999;
}
.avatar-uploader .avatar[data-v-4fd8e5c9] {
  width: 1.92rem;
  height: 1.92rem;
  display: block;
}
[data-v-4970e6ea] .el-checkbox-button {
  margin: 0 0.36rem 0.17rem 0;
}
[data-v-4970e6ea] .el-checkbox-button.is-checked .el-checkbox-button__inner {
  background: #7db0ea;
  color: #ffffff;
}
[data-v-4970e6ea] .el-checkbox-button .el-checkbox-button__inner {
  padding: 0.1rem 0.19rem;
  background: #f9f9f9;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #999999;
}
.signUp .child-ruleForm[data-v-83096b38] {
  width: 8.34rem;
  padding: 0.3rem 0 0.2rem;
  margin: 0.15rem 0 0 -1rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.signUp .child-ruleForm .el-icon-question[data-v-83096b38] {
  color: #ff7171;
}
.signUp .child-ruleForm[data-v-83096b38]  .el-form-item {
  margin-bottom: 0.32rem;
}
.signUp .child-ruleForm[data-v-83096b38]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.signUp .child-ruleForm[data-v-83096b38]  .el-form-item .el-tooltip__popper {
  width: 2.03rem;
}
.signUp .child-ruleForm[data-v-83096b38]  .el-form-item .el-form-item__label {
  width: 1.75rem;
}
.signUp .child-ruleForm[data-v-83096b38]  .el-form-item .el-form-item__content {
  width: 5.13rem;
  line-height: 0.4rem;
}
.signUp .child-ruleForm[data-v-83096b38]  .el-form-item .el-form-item__content .el-input-group--append .el-input__inner {
  border-right: none;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
}
.signUp .child-ruleForm[data-v-83096b38]  .el-form-item .el-form-item__content .el-input__inner {
  border: 0.005rem solid #c4c4c4;
  background: #ffffff;
}
.signUp .child-ruleForm[data-v-83096b38]  .el-form-item .el-form-item__content .el-input-group__append {
  border: 0.005rem solid #c4c4c4;
  border-left: none;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
}
.signUp .child-ruleForm .projectShareholderList .shareholder[data-v-83096b38] {
  width: 3rem;
  border-bottom: 0.01rem solid rgba(0, 0, 0, 0.2);
}
.signUp .child-ruleForm .projectShareholderList .shareholder[data-v-83096b38]:nth-child(n+2)  .el-form-item:nth-child(1) {
  margin-top: 0.15rem;
}
.signUp .child-ruleForm .projectShareholderList .shareholder[data-v-83096b38]  .el-form-item:nth-child(3),
.signUp .child-ruleForm .projectShareholderList .shareholder[data-v-83096b38]  .el-form-item:nth-child(4) {
  margin-bottom: 0;
}
.signUp .child-ruleForm .projectShareholderList[data-v-83096b38]  .el-form-item .el-form-item__label {
  width: 0.75rem;
  color: #999999;
  font-size: 0.14rem;
}
.signUp .child-ruleForm .projectShareholderList[data-v-83096b38]  .el-form-item .el-form-item__content {
  width: 2.08rem;
  line-height: 0.4rem;
}
.signUp .child-ruleForm .el-upload__tip[data-v-83096b38] {
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #999999;
}
.signUp .child-ruleForm .el-upload__tip a[data-v-83096b38] {
  color: #7db0ea;
}
.tooltip-popper {
  width: 2.03rem;
  font-weight: 400;
  font-size: 0.12rem;
  line-height: 0.19rem;
  color: #999999;
  border: none !important;
}
.tooltip-popper span {
  color: #666666;
}
.signUp .child-ruleForm[data-v-1c5f558c] {
  width: 8.34rem;
  padding: 0.3rem 0 0.2rem;
  margin: 0.15rem 0 0 -1rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.signUp .child-ruleForm .el-icon-question[data-v-1c5f558c] {
  color: #ff7171;
}
.signUp .child-ruleForm[data-v-1c5f558c]  .el-form-item {
  margin-bottom: 0.32rem;
}
.signUp .child-ruleForm[data-v-1c5f558c]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.signUp .child-ruleForm[data-v-1c5f558c]  .el-form-item .el-tooltip__popper {
  width: 2.03rem;
}
.signUp .child-ruleForm[data-v-1c5f558c]  .el-form-item .el-form-item__label {
  width: 1.75rem;
}
.signUp .child-ruleForm[data-v-1c5f558c]  .el-form-item .el-form-item__content {
  width: 5.13rem;
  line-height: 0.4rem;
}
.signUp .child-ruleForm[data-v-1c5f558c]  .el-form-item .el-form-item__content .el-input-group--append .el-input__inner {
  border-right: none;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
}
.signUp .child-ruleForm[data-v-1c5f558c]  .el-form-item .el-form-item__content .el-input__inner {
  border: 0.005rem solid #c4c4c4;
  background: #ffffff;
}
.signUp .child-ruleForm[data-v-1c5f558c]  .el-form-item .el-form-item__content .el-input-group__append {
  border: 0.005rem solid #c4c4c4;
  border-left: none;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
}
.signUp .child-ruleForm .el-upload__tip[data-v-1c5f558c] {
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #999999;
}
.signUp .child-ruleForm .el-upload__tip a[data-v-1c5f558c] {
  color: #7db0ea;
}
.tooltip-popper {
  width: 2.03rem;
  font-weight: 400;
  font-size: 0.12rem;
  line-height: 0.19rem;
  color: #999999;
  border: none !important;
}
.tooltip-popper span {
  color: #666666;
}
.file[data-v-2c28ea85] {
  width: 8rem;
  margin-bottom: 0.15rem;
}
.file dt span[data-v-2c28ea85] {
  display: none !important;
}
.file dt div[data-v-2c28ea85] {
  display: block !important;
}
.file dt div img[data-v-2c28ea85] {
  display: inline-block !important;
  margin-right: 0.05rem;
}
.file dt .el-button[data-v-2c28ea85] {
  display: inline-block !important;
}
.file dt .viewFile[data-v-2c28ea85] {
  margin-right: 0.35rem;
}
.file .el-icon-tickets[data-v-2c28ea85] {
  color: #e9f4ff;
  font-size: 0.54rem;
  margin-right: 0.26rem;
}
.file .info[data-v-2c28ea85] {
  width: 100%;
  margin: 0;
}
.file .info dt[data-v-2c28ea85] {
  margin-bottom: 0.1rem;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.file .info dt span[data-v-2c28ea85] {
  display: inline-block;
}
.file .info dt div[data-v-2c28ea85] {
  display: none;
}
.file .info dt .el-button[data-v-2c28ea85] {
  padding: 0;
  display: none;
}
.file .info dd[data-v-2c28ea85] {
  margin: 0.05rem 0 0 0;
  font-size: 0.12rem;
  line-height: 0.17rem;
  color: #999999;
}
[data-v-2ab70ba6] .el-dialog {
  min-width: 7rem;
}
[data-v-2ab70ba6] .el-timeline-item {
  width: 100%;
}
.file[data-v-2ab70ba6] {
  padding-left: 0.14rem;
  margin-bottom: 0.15rem;
}
.file .el-icon-tickets[data-v-2ab70ba6] {
  color: #e9f4ff;
  font-size: 0.54rem;
  margin-right: 0.17rem;
}
.file .info[data-v-2ab70ba6] {
  width: 100%;
  margin: 0;
}
.file .info dt[data-v-2ab70ba6] {
  height: 0.22rem;
}
.file .info dt .fileName[data-v-2ab70ba6] {
  display: block;
  width: 3.5rem;
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #333333;
}
.file .info dt .ops[data-v-2ab70ba6] {
  width: 0.8rem;
}
.file .info dt .el-button[data-v-2ab70ba6] {
  padding: 0.02rem 0.09rem;
  background: #7DB0EA;
  color: #FFFFFF;
  margin-right: 0.2rem;
}
.file .info dd[data-v-2ab70ba6] {
  margin: 0.05rem 0 0 0;
  font-size: 0.1rem;
  line-height: 0.14rem;
  color: #999999;
}
.uploadFile .btn[data-v-a9141a34] {
  width: 2.81rem;
  height: 0.51rem;
  padding: 0;
  line-height: 0.51rem;
  background: #d3e8fe;
  border: 0.01rem solid #649aff;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  font-size: 0.16rem;
  color: #666666;
}
.uploadFile .btn + .btn[data-v-a9141a34] {
  float: right;
}
.uploadFile[data-v-a9141a34]  .el-form-item {
  margin-bottom: 0.32rem !important;
}
[data-v-3deb20a1] .el-dialog__body {
  padding: 0.3rem 0.5rem 0.01rem;
  overflow-x: hidden;
}
[data-v-3deb20a1] .el-form {
  text-align: right;
}
[data-v-3deb20a1] .el-form .el-input__inner {
  background: #f9f9f9 !important;
}
[data-v-3deb20a1] .el-form .el-form-item:nth-child(1) {
  margin-right: 0.2rem;
}
[data-v-3deb20a1] .el-form .el-form-item:nth-child(1) .el-form-item__content {
  width: 2rem;
}
[data-v-3deb20a1] .el-form .el-form-item:nth-child(2) {
  margin-right: 0;
}
[data-v-3deb20a1] .el-form .el-form-item:nth-child(2) .el-form-item__content {
  width: 4rem;
  width: 100%;
}
[data-v-3deb20a1] .el-form .el-form-item:nth-child(2) .el-input .el-input__inner {
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
}
[data-v-3deb20a1] .el-form .el-form-item:nth-child(2) .el-input .el-input-group__append {
  background-color: transparent;
  border: none;
}
[data-v-3deb20a1] .el-form-item .el-form-item__label {
  line-height: 0.41rem;
}
[data-v-3deb20a1] .el-form-item .el-form-item__content {
  line-height: 0.41rem;
}
[data-v-3deb20a1] .el-form-item .el-form-item__content .el-input__icon {
  line-height: 0.41rem;
}
[data-v-3deb20a1] .el-form-item .el-form-item__content .el-input__inner {
  height: 0.41rem;
  line-height: 0.41rem;
  background: #fff;
}
.icon[data-v-3deb20a1] {
  display: block;
  font-size: 0.25rem;
}
.el-pagination[data-v-3deb20a1] {
  text-align: center;
  padding: 0.1rem;
}
[data-v-7f909ce1] .el-dialog__body {
  padding: 0.3rem 0.5rem 0.01rem;
  overflow-x: hidden;
}
[data-v-7f909ce1] .el-form {
  text-align: right;
}
[data-v-7f909ce1] .el-form .el-input__inner {
  background: #f9f9f9 !important;
}
[data-v-7f909ce1] .el-form .el-form-item:nth-child(1) {
  margin-right: 0.2rem;
}
[data-v-7f909ce1] .el-form .el-form-item:nth-child(1) .el-form-item__content {
  width: 2rem;
}
[data-v-7f909ce1] .el-form .el-form-item:nth-child(2) {
  margin-right: 0;
}
[data-v-7f909ce1] .el-form .el-form-item:nth-child(2) .el-form-item__content {
  width: 4rem;
  width: 100%;
}
[data-v-7f909ce1] .el-form .el-form-item:nth-child(2) .el-input .el-input__inner {
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
}
[data-v-7f909ce1] .el-form .el-form-item:nth-child(2) .el-input .el-input-group__append {
  background-color: transparent;
  border: none;
}
[data-v-7f909ce1] .el-form-item .el-form-item__label {
  line-height: 0.41rem;
}
[data-v-7f909ce1] .el-form-item .el-form-item__content {
  line-height: 0.41rem;
}
[data-v-7f909ce1] .el-form-item .el-form-item__content .el-input__icon {
  line-height: 0.41rem;
}
[data-v-7f909ce1] .el-form-item .el-form-item__content .el-input__inner {
  height: 0.41rem;
  line-height: 0.41rem;
  background: #fff;
}
.icon[data-v-7f909ce1] {
  display: block;
  font-size: 0.25rem;
}
.el-pagination[data-v-7f909ce1] {
  text-align: center;
  padding: 0.1rem;
}
.tip[data-v-30aec9b4] {
  color: #ff4949;
}
.button-new-tag[data-v-30aec9b4],
.tagMember[data-v-30aec9b4] {
  margin-right: 0.2rem;
}
.x[data-v-30aec9b4] {
  color: #f56c6c;
}
.teacher-input[data-v-30aec9b4] {
  margin-top: 0.2rem;
}
.teacher-input .el-input-list[data-v-30aec9b4] {
  margin-bottom: 0.1rem;
}
.teacher-input i[data-v-30aec9b4] {
  margin-left: 0.1rem;
}
.el-input[data-v-30aec9b4] {
  width: 1.6rem;
  margin-right: 0.3rem;
}
.el-input.name[data-v-30aec9b4], .el-input.jobNumber[data-v-30aec9b4], .el-input.mobile[data-v-30aec9b4] {
  width: 1.3rem;
}
.box .add[data-v-5a56b831] {
  font-weight: 700;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #7db0ea;
  margin-bottom: 0.3rem;
}
.box .child-ruleForm.el-form[data-v-5a56b831] {
  width: 8.34rem;
  margin: 0 auto 0.3rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  padding-top: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-5a56b831]  .el-form-item {
  margin-bottom: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-5a56b831]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.box .child-ruleForm.el-form[data-v-5a56b831]  .el-form-item .el-tooltip__popper {
  width: 2.03rem;
}
.box .child-ruleForm.el-form[data-v-5a56b831]  .el-form-item .el-form-item__label {
  width: 1.75rem;
}
.box .child-ruleForm.el-form[data-v-5a56b831]  .el-form-item .el-form-item__content {
  width: 5.13rem;
  line-height: 0.4rem;
}
.box .child-ruleForm.el-form[data-v-5a56b831]  .el-form-item .el-form-item__content .el-input-group--append .el-input__inner {
  border-right: none;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
}
.box .child-ruleForm.el-form[data-v-5a56b831]  .el-form-item .el-form-item__content .el-input__inner {
  border: 0.005rem solid #c4c4c4;
  background: #ffffff;
}
.box .child-ruleForm.el-form[data-v-5a56b831]  .el-form-item .el-form-item__content .el-input-group__append {
  border: 0.005rem solid #c4c4c4;
  border-left: none;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
}
.box .list[data-v-5a56b831] {
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.box .item[data-v-5a56b831] {
  width: 3.38rem;
  margin: 0 0.45rem 0.2rem 0.14rem;
  padding: 0.14rem 0.15rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.box .item.item[data-v-5a56b831]:nth-child(3n) {
  margin-right: 0;
}
.box .item dt[data-v-5a56b831] {
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #333333;
}
.box .item dd[data-v-5a56b831] {
  margin: 0.1rem 0 0;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.box .item a[data-v-5a56b831] {
  margin-left: 0.1rem;
  margin-top: 0.1rem;
  float: right;
  font-weight: 700;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #7db0ea;
}
.box .add[data-v-01aa60d6] {
  font-weight: 700;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #7db0ea;
  margin-bottom: 0.3rem;
}
.box .child-ruleForm.el-form[data-v-01aa60d6] {
  width: 8.34rem;
  margin: 0 auto 0.3rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  padding-top: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-01aa60d6]  .el-form-item {
  margin-bottom: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-01aa60d6]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.box .child-ruleForm.el-form[data-v-01aa60d6]  .el-form-item .el-tooltip__popper {
  width: 2.03rem;
}
.box .child-ruleForm.el-form[data-v-01aa60d6]  .el-form-item .el-form-item__label {
  width: 1.75rem;
}
.box .child-ruleForm.el-form[data-v-01aa60d6]  .el-form-item .el-form-item__content {
  width: 5.13rem;
  line-height: 0.4rem;
}
.box .child-ruleForm.el-form[data-v-01aa60d6]  .el-form-item .el-form-item__content .el-input-group--append .el-input__inner {
  border-right: none;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
}
.box .child-ruleForm.el-form[data-v-01aa60d6]  .el-form-item .el-form-item__content .el-input__inner {
  border: 0.005rem solid #c4c4c4;
  background: #ffffff;
}
.box .child-ruleForm.el-form[data-v-01aa60d6]  .el-form-item .el-form-item__content .el-input-group__append {
  border: 0.005rem solid #c4c4c4;
  border-left: none;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
}
.box .list[data-v-01aa60d6] {
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.box .item[data-v-01aa60d6] {
  width: 3.38rem;
  margin: 0 0.45rem 0.2rem 0.14rem;
  padding: 0.14rem 0.15rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.box .item.item[data-v-01aa60d6]:nth-child(3n) {
  margin-right: 0;
}
.box .item dt[data-v-01aa60d6] {
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #333333;
}
.box .item dd[data-v-01aa60d6] {
  margin: 0.1rem 0 0;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.box .item a[data-v-01aa60d6] {
  margin-left: 0.1rem;
  margin-top: 0.1rem;
  float: right;
  font-weight: 700;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #7db0ea;
}
.box .add[data-v-9e727d02] {
  font-weight: 700;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #7db0ea;
  margin-bottom: 0.3rem;
}
.box .child-ruleForm.el-form[data-v-9e727d02] {
  width: 8.34rem;
  margin: 0 auto 0.3rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  padding-top: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-9e727d02]  .el-form-item {
  margin-bottom: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-9e727d02]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.box .child-ruleForm.el-form[data-v-9e727d02]  .el-form-item .el-tooltip__popper {
  width: 2.03rem;
}
.box .child-ruleForm.el-form[data-v-9e727d02]  .el-form-item .el-form-item__label {
  width: 1.75rem;
}
.box .child-ruleForm.el-form[data-v-9e727d02]  .el-form-item .el-form-item__content {
  width: 5.13rem;
  line-height: 0.4rem;
}
.box .child-ruleForm.el-form[data-v-9e727d02]  .el-form-item .el-form-item__content .el-input-group--append .el-input__inner {
  border-right: none;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
}
.box .child-ruleForm.el-form[data-v-9e727d02]  .el-form-item .el-form-item__content .el-input__inner {
  border: 0.005rem solid #c4c4c4;
  background: #ffffff;
}
.box .child-ruleForm.el-form[data-v-9e727d02]  .el-form-item .el-form-item__content .el-input-group__append {
  border: 0.005rem solid #c4c4c4;
  border-left: none;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
}
.box .list[data-v-9e727d02] {
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.box .item[data-v-9e727d02] {
  width: 3.38rem;
  margin: 0 0.45rem 0.2rem 0.14rem;
  padding: 0.14rem 0.15rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.box .item.item[data-v-9e727d02]:nth-child(3n) {
  margin-right: 0;
}
.box .item dt[data-v-9e727d02] {
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #333333;
}
.box .item dd[data-v-9e727d02] {
  margin: 0.1rem 0 0;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.box .item a[data-v-9e727d02] {
  margin-left: 0.1rem;
  margin-top: 0.1rem;
  float: right;
  font-weight: 700;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #7db0ea;
}
.box .add[data-v-6c7d290e] {
  font-weight: 700;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #7db0ea;
  margin-bottom: 0.3rem;
}
.box .child-ruleForm.el-form[data-v-6c7d290e] {
  width: 8.34rem;
  margin: 0 auto 0.3rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  padding-top: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-6c7d290e]  .el-form-item {
  margin-bottom: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-6c7d290e]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.box .child-ruleForm.el-form[data-v-6c7d290e]  .el-form-item .el-tooltip__popper {
  width: 2.03rem;
}
.box .child-ruleForm.el-form[data-v-6c7d290e]  .el-form-item .el-form-item__label {
  width: 1.75rem;
}
.box .child-ruleForm.el-form[data-v-6c7d290e]  .el-form-item .el-form-item__content {
  width: 5.13rem;
  line-height: 0.4rem;
}
.box .child-ruleForm.el-form[data-v-6c7d290e]  .el-form-item .el-form-item__content .el-input-group--append .el-input__inner {
  border-right: none;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
}
.box .child-ruleForm.el-form[data-v-6c7d290e]  .el-form-item .el-form-item__content .el-input__inner {
  border: 0.005rem solid #c4c4c4;
  background: #ffffff;
}
.box .child-ruleForm.el-form[data-v-6c7d290e]  .el-form-item .el-form-item__content .el-input-group__append {
  border: 0.005rem solid #c4c4c4;
  border-left: none;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
}
.box .list[data-v-6c7d290e] {
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.box .item[data-v-6c7d290e] {
  width: 3.38rem;
  margin: 0 0.45rem 0.2rem 0.14rem;
  padding: 0.14rem 0.15rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.box .item.item[data-v-6c7d290e]:nth-child(3n) {
  margin-right: 0;
}
.box .item dt[data-v-6c7d290e] {
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #333333;
}
.box .item dd[data-v-6c7d290e] {
  margin: 0.1rem 0 0;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.box .item a[data-v-6c7d290e] {
  margin-left: 0.1rem;
  margin-top: 0.1rem;
  float: right;
  font-weight: 700;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #7db0ea;
}
.box .add[data-v-27d62a6e] {
  font-weight: 700;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #7db0ea;
  margin-bottom: 0.3rem;
}
.box .child-ruleForm.el-form[data-v-27d62a6e] {
  width: 8.34rem;
  margin: 0 auto 0.3rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  padding-top: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-27d62a6e]  .el-form-item {
  margin-bottom: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-27d62a6e]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.box .child-ruleForm.el-form[data-v-27d62a6e]  .el-form-item .el-tooltip__popper {
  width: 2.03rem;
}
.box .child-ruleForm.el-form[data-v-27d62a6e]  .el-form-item .el-form-item__label {
  width: 1.75rem;
}
.box .child-ruleForm.el-form[data-v-27d62a6e]  .el-form-item .el-form-item__content {
  width: 5.13rem;
  line-height: 0.4rem;
}
.box .child-ruleForm.el-form[data-v-27d62a6e]  .el-form-item .el-form-item__content .el-input-group--append .el-input__inner {
  border-right: none;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
}
.box .child-ruleForm.el-form[data-v-27d62a6e]  .el-form-item .el-form-item__content .el-input__inner {
  border: 0.005rem solid #c4c4c4;
  background: #ffffff;
}
.box .child-ruleForm.el-form[data-v-27d62a6e]  .el-form-item .el-form-item__content .el-input-group__append {
  border: 0.005rem solid #c4c4c4;
  border-left: none;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
}
.box .list[data-v-27d62a6e] {
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.box .item[data-v-27d62a6e] {
  width: 3.38rem;
  margin: 0 0.45rem 0.2rem 0.14rem;
  padding: 0.14rem 0.15rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.box .item.item[data-v-27d62a6e]:nth-child(3n) {
  margin-right: 0;
}
.box .item dt[data-v-27d62a6e] {
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #333333;
}
.box .item dd[data-v-27d62a6e] {
  margin: 0.1rem 0 0;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.box .item a[data-v-27d62a6e] {
  margin-left: 0.1rem;
  margin-top: 0.1rem;
  float: right;
  font-weight: 700;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #7db0ea;
}
.box .add[data-v-fbdfd310] {
  font-weight: 700;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #7db0ea;
  margin-bottom: 0.3rem;
}
.box .child-ruleForm.el-form[data-v-fbdfd310] {
  width: 8.34rem;
  margin: 0 auto 0.3rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  padding-top: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-fbdfd310]  .el-form-item {
  margin-bottom: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-fbdfd310]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.box .child-ruleForm.el-form[data-v-fbdfd310]  .el-form-item .el-tooltip__popper {
  width: 2.03rem;
}
.box .child-ruleForm.el-form[data-v-fbdfd310]  .el-form-item .el-form-item__label {
  width: 1.75rem;
}
.box .child-ruleForm.el-form[data-v-fbdfd310]  .el-form-item .el-form-item__content {
  width: 5.13rem;
  line-height: 0.4rem;
}
.box .child-ruleForm.el-form[data-v-fbdfd310]  .el-form-item .el-form-item__content .el-input-group--append .el-input__inner {
  border-right: none;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
}
.box .child-ruleForm.el-form[data-v-fbdfd310]  .el-form-item .el-form-item__content .el-input__inner {
  border: 0.005rem solid #c4c4c4;
  background: #ffffff;
}
.box .child-ruleForm.el-form[data-v-fbdfd310]  .el-form-item .el-form-item__content .el-input-group__append {
  border: 0.005rem solid #c4c4c4;
  border-left: none;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
}
.box .list[data-v-fbdfd310] {
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.box .item[data-v-fbdfd310] {
  width: 3.38rem;
  margin: 0 0.45rem 0.2rem 0.14rem;
  padding: 0.14rem 0.15rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.box .item.item[data-v-fbdfd310]:nth-child(3n) {
  margin-right: 0;
}
.box .item dt[data-v-fbdfd310] {
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #333333;
}
.box .item dd[data-v-fbdfd310] {
  margin: 0.1rem 0 0;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.box .item a[data-v-fbdfd310] {
  margin-left: 0.1rem;
  margin-top: 0.1rem;
  float: right;
  font-weight: 700;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #7db0ea;
}
dl[data-v-e828e21c] {
  text-align: center;
}
dl dt[data-v-e828e21c] {
  margin-bottom: 0.36rem;
}
dl dd[data-v-e828e21c] {
  margin: 0 0 0.12rem 0;
  font-size: 0.2rem;
  line-height: 0.23rem;
  color: #333333;
}
[data-v-e828e21c] .el-button--primary {
  color: #fff !important;
}
.signUp[data-v-78822a02] {
  padding: 0.24rem 0 0.4rem;
  background: #f5f6f9;
  position: relative;
}
.signUp[data-v-78822a02]  .box {
  width: 12rem;
  margin-top: 0.16rem;
  padding: 0 0.2rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0.02659rem 0.06648rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.02659rem 0.06648rem rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0.13296rem;
          border-radius: 0.13296rem;
}
.signUp[data-v-78822a02]  .box h2.title {
  width: 12rem;
  margin: 0 0;
  padding-left: 0.26rem;
  line-height: 0.52rem;
  background: #f6fbff;
  -webkit-border-radius: 0.13408rem 0.13408rem 0 0;
          border-radius: 0.13408rem 0.13408rem 0 0;
  font-size: 0.2rem;
  color: #333333;
}
.signUp[data-v-78822a02]  .box h3.title {
  width: 100%;
  padding: 0.36rem 0 0.2rem;
  margin: 0 0 0.3rem 0;
  text-indent: 0.14rem;
  font-size: 0.16rem;
  color: #999999;
  color: #666666;
  border-bottom: 0.005rem solid #ababab;
}
.signUp[data-v-78822a02]  .box h3.title span {
  width: 1.72rem;
  font-size: 0.18rem;
  color: #333333;
  display: inline-block;
}
.signUp[data-v-78822a02]  .box div.title {
  width: 100%;
  margin: 0 0 0.3rem 0;
  line-height: 0.72rem;
  text-indent: 0.14rem;
  border-bottom: 0.005rem solid #ababab;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.signUp[data-v-78822a02]  .box div.title span {
  font-size: 0.2rem;
  color: #333333;
  display: inline-block;
}
.signUp[data-v-78822a02]  .box div.title .uploadBook {
  margin-top: 0.05rem;
}
.signUp[data-v-78822a02]  .box div.title .text {
  font-size: 0.16rem;
  color: #999999;
  line-height: 0.22rem;
  font-weight: 400;
  text-indent: 0;
}
.signUp[data-v-78822a02]  .box div.title .textBook {
  padding: 0.2rem 0;
}
.signUp[data-v-78822a02]  .box .Member {
  width: auto;
  min-width: 2.65rem;
}
.signUp[data-v-78822a02]  .box .Tips {
  width: 100%;
  padding: 0.21rem 0.06rem 0.28rem;
  font-weight: 400;
  font-size: 0.18rem;
  line-height: 159.5%;
  color: #da251c;
}
.signUp[data-v-78822a02]  .el-form-item {
  margin-bottom: 0.48rem;
}
.signUp[data-v-78822a02]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.signUp[data-v-78822a02]  .el-form-item .el-form-item__label {
  width: 1.9rem;
  line-height: 0.4rem;
  font-size: 0.16rem;
  color: #666666;
}
.signUp[data-v-78822a02]  .el-form-item.textarea .el-form-item__content {
  width: 8.34rem;
}
.signUp[data-v-78822a02]  .el-form-item.textarea .el-form-item__content .el-textarea__inner {
  background: #f9f9f9;
  border: none;
}
.signUp[data-v-78822a02]  .el-form-item .el-form-item__content {
  width: 7.22rem;
  line-height: 0.4rem;
}
.signUp[data-v-78822a02]  .el-form-item .el-form-item__content .el-input__icon {
  line-height: 0.4rem;
}
.signUp[data-v-78822a02]  .el-form-item .el-form-item__content .el-input__inner {
  height: 0.4rem;
  line-height: 0.4rem;
  border: none;
  font-size: 0.14rem;
  color: #999999;
}
.signUp[data-v-78822a02]  .el-form-item .el-form-item__content .el-input__inner .el-input__count .el-input__count-inner {
  background: none;
  padding: 0 0.12rem;
}
.signUp[data-v-78822a02]  .dialog-footer {
  margin-top: 0.3rem;
}
.signUp[data-v-78822a02]  .dialog-footer .el-button.nextStep {
  width: 3.54rem;
  display: block;
  margin: 0 auto;
}
.signUp[data-v-78822a02]  .dialog-footer .el-button {
  width: 2rem;
  height: 0.4rem;
  padding: 0;
  background: #d3e8fe;
  border: 0.01rem solid #7db0ea;
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
  line-height: 0.4rem;
  font-size: 0.18rem;
  color: #333333;
}
.signUp[data-v-78822a02]  .dialog-footer .el-button--primary {
  background: #53a3ff;
  color: #fff;
}
.text[data-v-53538529] {
  font-size: 0.14rem;
  color: #999999;
  line-height: 0.4rem;
  font-weight: 700;
}
.avatar-uploader[data-v-53538529]  .el-upload {
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.avatar-uploader[data-v-53538529]  .el-upload:hover {
  border-color: #409eff;
}
.avatar-uploader .avatar-uploader-btn[data-v-53538529] {
  width: 1.15rem;
  height: 1.15rem;
  margin: 0;
}
.avatar-uploader .avatar-uploader-btn dt[data-v-53538529] {
  font-size: 0.18rem;
  color: #999999;
  font-weight: bold;
  margin-bottom: 0.14rem;
}
.avatar-uploader .avatar-uploader-btn dd[data-v-53538529] {
  margin: 0.1rem 0 0 0;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.avatar-uploader .avatar-uploader-btn dd[data-v-53538529]:last-child {
  font-size: 0.1rem;
  line-height: 0.14rem;
  color: #999999;
}
.avatar-uploader .avatar[data-v-53538529] {
  width: 1.92rem;
  height: 1.92rem;
  display: block;
}
[data-v-24298b8a] .el-checkbox-button {
  margin: 0 0.36rem 0.17rem 0;
}
[data-v-24298b8a] .el-checkbox-button.is-checked .el-checkbox-button__inner {
  background: #7db0ea;
  color: #ffffff;
}
[data-v-24298b8a] .el-checkbox-button .el-checkbox-button__inner {
  padding: 0.1rem 0.19rem;
  background: #f9f9f9;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #999999;
}
.signUp .child-ruleForm[data-v-0c500704] {
  width: 8.34rem;
  padding: 0.3rem 0 0.2rem;
  margin: 0.15rem 0 0 -1rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.signUp .child-ruleForm .el-icon-question[data-v-0c500704] {
  color: #ff7171;
}
.signUp .child-ruleForm[data-v-0c500704]  .el-form-item {
  margin-bottom: 0.32rem;
}
.signUp .child-ruleForm[data-v-0c500704]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.signUp .child-ruleForm[data-v-0c500704]  .el-form-item .el-tooltip__popper {
  width: 2.03rem;
}
.signUp .child-ruleForm[data-v-0c500704]  .el-form-item .el-form-item__label {
  width: 1.75rem;
}
.signUp .child-ruleForm[data-v-0c500704]  .el-form-item .el-form-item__content {
  width: 5.13rem;
  line-height: 0.4rem;
}
.signUp .child-ruleForm[data-v-0c500704]  .el-form-item .el-form-item__content .el-input-group--append .el-input__inner {
  border-right: none;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
}
.signUp .child-ruleForm[data-v-0c500704]  .el-form-item .el-form-item__content .el-input__inner {
  border: 0.005rem solid #c4c4c4;
  background: #ffffff;
}
.signUp .child-ruleForm[data-v-0c500704]  .el-form-item .el-form-item__content .el-input-group__append {
  border: 0.005rem solid #c4c4c4;
  border-left: none;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
}
.signUp .child-ruleForm .projectShareholderList .shareholder[data-v-0c500704] {
  width: 3rem;
  border-bottom: 0.01rem solid rgba(0, 0, 0, 0.2);
}
.signUp .child-ruleForm .projectShareholderList .shareholder[data-v-0c500704]:nth-child(n+2)  .el-form-item:nth-child(1) {
  margin-top: 0.15rem;
}
.signUp .child-ruleForm .projectShareholderList .shareholder[data-v-0c500704]  .el-form-item:nth-child(3),
.signUp .child-ruleForm .projectShareholderList .shareholder[data-v-0c500704]  .el-form-item:nth-child(4) {
  margin-bottom: 0;
}
.signUp .child-ruleForm .projectShareholderList[data-v-0c500704]  .el-form-item .el-form-item__label {
  width: 0.75rem;
  color: #999999;
  font-size: 0.14rem;
}
.signUp .child-ruleForm .projectShareholderList[data-v-0c500704]  .el-form-item .el-form-item__content {
  width: 2.08rem;
  line-height: 0.4rem;
}
.signUp .child-ruleForm .el-upload__tip[data-v-0c500704] {
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #999999;
}
.signUp .child-ruleForm .el-upload__tip a[data-v-0c500704] {
  color: #7db0ea;
}
.tooltip-popper {
  width: 2.03rem;
  font-weight: 400;
  font-size: 0.12rem;
  line-height: 0.19rem;
  color: #999999;
  border: none !important;
}
.tooltip-popper span {
  color: #666666;
}
.signUp .child-ruleForm[data-v-08987c9a] {
  width: 8.34rem;
  padding: 0.3rem 0 0.2rem;
  margin: 0.15rem 0 0 -1rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.signUp .child-ruleForm .el-icon-question[data-v-08987c9a] {
  color: #ff7171;
}
.signUp .child-ruleForm[data-v-08987c9a]  .el-form-item {
  margin-bottom: 0.32rem;
}
.signUp .child-ruleForm[data-v-08987c9a]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.signUp .child-ruleForm[data-v-08987c9a]  .el-form-item .el-tooltip__popper {
  width: 2.03rem;
}
.signUp .child-ruleForm[data-v-08987c9a]  .el-form-item .el-form-item__label {
  width: 1.75rem;
}
.signUp .child-ruleForm[data-v-08987c9a]  .el-form-item .el-form-item__content {
  width: 5.13rem;
  line-height: 0.4rem;
}
.signUp .child-ruleForm[data-v-08987c9a]  .el-form-item .el-form-item__content .el-input-group--append .el-input__inner {
  border-right: none;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
}
.signUp .child-ruleForm[data-v-08987c9a]  .el-form-item .el-form-item__content .el-input__inner {
  border: 0.005rem solid #c4c4c4;
  background: #ffffff;
}
.signUp .child-ruleForm[data-v-08987c9a]  .el-form-item .el-form-item__content .el-input-group__append {
  border: 0.005rem solid #c4c4c4;
  border-left: none;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
}
.signUp .child-ruleForm .el-upload__tip[data-v-08987c9a] {
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #999999;
}
.signUp .child-ruleForm .el-upload__tip a[data-v-08987c9a] {
  color: #7db0ea;
}
.tooltip-popper {
  width: 2.03rem;
  font-weight: 400;
  font-size: 0.12rem;
  line-height: 0.19rem;
  color: #999999;
  border: none !important;
}
.tooltip-popper span {
  color: #666666;
}
.file[data-v-d4bfa1b6] {
  width: 8rem;
  margin-bottom: 0.15rem;
}
.file dt span[data-v-d4bfa1b6] {
  display: none !important;
}
.file dt div[data-v-d4bfa1b6] {
  display: block !important;
}
.file dt div img[data-v-d4bfa1b6] {
  display: inline-block !important;
  margin-right: 0.05rem;
}
.file dt .el-button[data-v-d4bfa1b6] {
  display: inline-block !important;
}
.file dt .viewFile[data-v-d4bfa1b6] {
  margin-right: 0.35rem;
}
.file .el-icon-tickets[data-v-d4bfa1b6] {
  color: #e9f4ff;
  font-size: 0.54rem;
  margin-right: 0.26rem;
}
.file .info[data-v-d4bfa1b6] {
  width: 100%;
  margin: 0;
}
.file .info dt[data-v-d4bfa1b6] {
  margin-bottom: 0.1rem;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.file .info dt span[data-v-d4bfa1b6] {
  display: inline-block;
}
.file .info dt div[data-v-d4bfa1b6] {
  display: none;
}
.file .info dt .el-button[data-v-d4bfa1b6] {
  padding: 0;
  display: none;
}
.file .info dd[data-v-d4bfa1b6] {
  margin: 0.05rem 0 0 0;
  font-size: 0.12rem;
  line-height: 0.17rem;
  color: #999999;
}
[data-v-567dc6cd] .el-dialog {
  min-width: 7rem;
}
[data-v-567dc6cd] .el-timeline-item {
  width: 100%;
}
.file[data-v-567dc6cd] {
  padding-left: 0.14rem;
  margin-bottom: 0.15rem;
}
.file .el-icon-tickets[data-v-567dc6cd] {
  color: #e9f4ff;
  font-size: 0.54rem;
  margin-right: 0.17rem;
}
.file .info[data-v-567dc6cd] {
  width: 100%;
  margin: 0;
}
.file .info dt[data-v-567dc6cd] {
  height: 0.22rem;
}
.file .info dt .fileName[data-v-567dc6cd] {
  display: block;
  width: 3.5rem;
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #333333;
}
.file .info dt .ops[data-v-567dc6cd] {
  width: 0.8rem;
}
.file .info dt .el-button[data-v-567dc6cd] {
  padding: 0.02rem 0.09rem;
  background: #7DB0EA;
  color: #FFFFFF;
  margin-right: 0.2rem;
}
.file .info dd[data-v-567dc6cd] {
  margin: 0.05rem 0 0 0;
  font-size: 0.1rem;
  line-height: 0.14rem;
  color: #999999;
}
.uploadFile .btn[data-v-174f3f86] {
  width: 2.81rem;
  height: 0.51rem;
  padding: 0;
  line-height: 0.51rem;
  background: #d3e8fe;
  border: 0.01rem solid #649aff;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  font-size: 0.16rem;
  color: #666666;
}
.uploadFile .btn + .btn[data-v-174f3f86] {
  float: right;
}
.uploadFile[data-v-174f3f86]  .el-form-item {
  margin-bottom: 0.32rem !important;
}
[data-v-ac77257e] .el-dialog__body {
  padding: 0.3rem 0.5rem 0.01rem;
  overflow-x: hidden;
}
[data-v-ac77257e] .el-form {
  text-align: right;
}
[data-v-ac77257e] .el-form .el-input__inner {
  background: #f9f9f9 !important;
}
[data-v-ac77257e] .el-form .el-form-item:nth-child(1) {
  margin-right: 0.2rem;
}
[data-v-ac77257e] .el-form .el-form-item:nth-child(1) .el-form-item__content {
  width: 2rem;
}
[data-v-ac77257e] .el-form .el-form-item:nth-child(2) {
  margin-right: 0;
}
[data-v-ac77257e] .el-form .el-form-item:nth-child(2) .el-form-item__content {
  width: 4rem;
  width: 100%;
}
[data-v-ac77257e] .el-form .el-form-item:nth-child(2) .el-input .el-input__inner {
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
}
[data-v-ac77257e] .el-form .el-form-item:nth-child(2) .el-input .el-input-group__append {
  background-color: transparent;
  border: none;
}
[data-v-ac77257e] .el-form-item .el-form-item__label {
  line-height: 0.41rem;
}
[data-v-ac77257e] .el-form-item .el-form-item__content {
  line-height: 0.41rem;
}
[data-v-ac77257e] .el-form-item .el-form-item__content .el-input__icon {
  line-height: 0.41rem;
}
[data-v-ac77257e] .el-form-item .el-form-item__content .el-input__inner {
  height: 0.41rem;
  line-height: 0.41rem;
  background: #fff;
}
.icon[data-v-ac77257e] {
  display: block;
  font-size: 0.25rem;
}
.el-pagination[data-v-ac77257e] {
  text-align: center;
  padding: 0.1rem;
}
[data-v-e23e377e] .el-dialog__body {
  padding: 0.3rem 0.5rem 0.01rem;
  overflow-x: hidden;
}
[data-v-e23e377e] .el-form {
  text-align: right;
}
[data-v-e23e377e] .el-form .el-input__inner {
  background: #f9f9f9 !important;
}
[data-v-e23e377e] .el-form .el-form-item:nth-child(1) {
  margin-right: 0.2rem;
}
[data-v-e23e377e] .el-form .el-form-item:nth-child(1) .el-form-item__content {
  width: 2rem;
}
[data-v-e23e377e] .el-form .el-form-item:nth-child(2) {
  margin-right: 0;
}
[data-v-e23e377e] .el-form .el-form-item:nth-child(2) .el-form-item__content {
  width: 4rem;
  width: 100%;
}
[data-v-e23e377e] .el-form .el-form-item:nth-child(2) .el-input .el-input__inner {
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
}
[data-v-e23e377e] .el-form .el-form-item:nth-child(2) .el-input .el-input-group__append {
  background-color: transparent;
  border: none;
}
[data-v-e23e377e] .el-form-item .el-form-item__label {
  line-height: 0.41rem;
}
[data-v-e23e377e] .el-form-item .el-form-item__content {
  line-height: 0.41rem;
}
[data-v-e23e377e] .el-form-item .el-form-item__content .el-input__icon {
  line-height: 0.41rem;
}
[data-v-e23e377e] .el-form-item .el-form-item__content .el-input__inner {
  height: 0.41rem;
  line-height: 0.41rem;
  background: #fff;
}
.icon[data-v-e23e377e] {
  display: block;
  font-size: 0.25rem;
}
.el-pagination[data-v-e23e377e] {
  text-align: center;
  padding: 0.1rem;
}
.el-input[data-v-649a8358] {
  width: 1.6rem;
  margin-right: 0.3rem;
}
.el-input.name[data-v-649a8358], .el-input.mobile[data-v-649a8358] {
  width: 1.5rem;
}
.el-select[data-v-649a8358] {
  width: 1.8rem;
}
.teacher-input[data-v-649a8358] {
  margin-top: 0.2rem;
}
.teacher-input .el-input-list[data-v-649a8358] {
  margin-bottom: 0.1rem;
}
.teacher-input i[data-v-649a8358] {
  margin-left: 0.1rem;
}
.tip[data-v-649a8358] {
  color: #ff4949;
}
.button-new-tag[data-v-649a8358],
.tagMember[data-v-649a8358] {
  margin-right: 0.2rem;
}
.x[data-v-649a8358] {
  color: #f56c6c;
}
.box .add[data-v-430f54d1] {
  font-weight: 700;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #7db0ea;
  margin-bottom: 0.3rem;
}
.box .child-ruleForm.el-form[data-v-430f54d1] {
  width: 8.34rem;
  margin: 0 auto 0.3rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  padding-top: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-430f54d1]  .el-form-item {
  margin-bottom: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-430f54d1]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.box .child-ruleForm.el-form[data-v-430f54d1]  .el-form-item .el-tooltip__popper {
  width: 2.03rem;
}
.box .child-ruleForm.el-form[data-v-430f54d1]  .el-form-item .el-form-item__label {
  width: 1.75rem;
}
.box .child-ruleForm.el-form[data-v-430f54d1]  .el-form-item .el-form-item__content {
  width: 5.13rem;
  line-height: 0.4rem;
}
.box .child-ruleForm.el-form[data-v-430f54d1]  .el-form-item .el-form-item__content .el-input-group--append .el-input__inner {
  border-right: none;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
}
.box .child-ruleForm.el-form[data-v-430f54d1]  .el-form-item .el-form-item__content .el-input__inner {
  border: 0.005rem solid #c4c4c4;
  background: #ffffff;
}
.box .child-ruleForm.el-form[data-v-430f54d1]  .el-form-item .el-form-item__content .el-input-group__append {
  border: 0.005rem solid #c4c4c4;
  border-left: none;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
}
.box .list[data-v-430f54d1] {
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.box .item[data-v-430f54d1] {
  width: 3.38rem;
  margin: 0 0.45rem 0.2rem 0.14rem;
  padding: 0.14rem 0.15rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.box .item.item[data-v-430f54d1]:nth-child(3n) {
  margin-right: 0;
}
.box .item dt[data-v-430f54d1] {
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #333333;
}
.box .item dd[data-v-430f54d1] {
  margin: 0.1rem 0 0;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.box .item a[data-v-430f54d1] {
  margin-left: 0.1rem;
  margin-top: 0.1rem;
  float: right;
  font-weight: 700;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #7db0ea;
}
.box .add[data-v-30392796] {
  font-weight: 700;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #7db0ea;
  margin-bottom: 0.3rem;
}
.box .child-ruleForm.el-form[data-v-30392796] {
  width: 8.34rem;
  margin: 0 auto 0.3rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  padding-top: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-30392796]  .el-form-item {
  margin-bottom: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-30392796]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.box .child-ruleForm.el-form[data-v-30392796]  .el-form-item .el-tooltip__popper {
  width: 2.03rem;
}
.box .child-ruleForm.el-form[data-v-30392796]  .el-form-item .el-form-item__label {
  width: 1.75rem;
}
.box .child-ruleForm.el-form[data-v-30392796]  .el-form-item .el-form-item__content {
  width: 5.13rem;
  line-height: 0.4rem;
}
.box .child-ruleForm.el-form[data-v-30392796]  .el-form-item .el-form-item__content .el-input-group--append .el-input__inner {
  border-right: none;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
}
.box .child-ruleForm.el-form[data-v-30392796]  .el-form-item .el-form-item__content .el-input__inner {
  border: 0.005rem solid #c4c4c4;
  background: #ffffff;
}
.box .child-ruleForm.el-form[data-v-30392796]  .el-form-item .el-form-item__content .el-input-group__append {
  border: 0.005rem solid #c4c4c4;
  border-left: none;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
}
.box .list[data-v-30392796] {
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.box .item[data-v-30392796] {
  width: 3.38rem;
  margin: 0 0.45rem 0.2rem 0.14rem;
  padding: 0.14rem 0.15rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.box .item.item[data-v-30392796]:nth-child(3n) {
  margin-right: 0;
}
.box .item dt[data-v-30392796] {
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #333333;
}
.box .item dd[data-v-30392796] {
  margin: 0.1rem 0 0;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.box .item a[data-v-30392796] {
  margin-left: 0.1rem;
  margin-top: 0.1rem;
  float: right;
  font-weight: 700;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #7db0ea;
}
.box .add[data-v-cd0143c2] {
  font-weight: 700;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #7db0ea;
  margin-bottom: 0.3rem;
}
.box .child-ruleForm.el-form[data-v-cd0143c2] {
  width: 8.34rem;
  margin: 0 auto 0.3rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  padding-top: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-cd0143c2]  .el-form-item {
  margin-bottom: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-cd0143c2]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.box .child-ruleForm.el-form[data-v-cd0143c2]  .el-form-item .el-tooltip__popper {
  width: 2.03rem;
}
.box .child-ruleForm.el-form[data-v-cd0143c2]  .el-form-item .el-form-item__label {
  width: 1.75rem;
}
.box .child-ruleForm.el-form[data-v-cd0143c2]  .el-form-item .el-form-item__content {
  width: 5.13rem;
  line-height: 0.4rem;
}
.box .child-ruleForm.el-form[data-v-cd0143c2]  .el-form-item .el-form-item__content .el-input-group--append .el-input__inner {
  border-right: none;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
}
.box .child-ruleForm.el-form[data-v-cd0143c2]  .el-form-item .el-form-item__content .el-input__inner {
  border: 0.005rem solid #c4c4c4;
  background: #ffffff;
}
.box .child-ruleForm.el-form[data-v-cd0143c2]  .el-form-item .el-form-item__content .el-input-group__append {
  border: 0.005rem solid #c4c4c4;
  border-left: none;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
}
.box .list[data-v-cd0143c2] {
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.box .item[data-v-cd0143c2] {
  width: 3.38rem;
  margin: 0 0.45rem 0.2rem 0.14rem;
  padding: 0.14rem 0.15rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.box .item.item[data-v-cd0143c2]:nth-child(3n) {
  margin-right: 0;
}
.box .item dt[data-v-cd0143c2] {
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #333333;
}
.box .item dd[data-v-cd0143c2] {
  margin: 0.1rem 0 0;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.box .item a[data-v-cd0143c2] {
  margin-left: 0.1rem;
  margin-top: 0.1rem;
  float: right;
  font-weight: 700;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #7db0ea;
}
.box .add[data-v-6ff7c86e] {
  font-weight: 700;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #7db0ea;
  margin-bottom: 0.3rem;
}
.box .child-ruleForm.el-form[data-v-6ff7c86e] {
  width: 8.34rem;
  margin: 0 auto 0.3rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  padding-top: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-6ff7c86e]  .el-form-item {
  margin-bottom: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-6ff7c86e]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.box .child-ruleForm.el-form[data-v-6ff7c86e]  .el-form-item .el-tooltip__popper {
  width: 2.03rem;
}
.box .child-ruleForm.el-form[data-v-6ff7c86e]  .el-form-item .el-form-item__label {
  width: 1.75rem;
}
.box .child-ruleForm.el-form[data-v-6ff7c86e]  .el-form-item .el-form-item__content {
  width: 5.13rem;
  line-height: 0.4rem;
}
.box .child-ruleForm.el-form[data-v-6ff7c86e]  .el-form-item .el-form-item__content .el-input-group--append .el-input__inner {
  border-right: none;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
}
.box .child-ruleForm.el-form[data-v-6ff7c86e]  .el-form-item .el-form-item__content .el-input__inner {
  border: 0.005rem solid #c4c4c4;
  background: #ffffff;
}
.box .child-ruleForm.el-form[data-v-6ff7c86e]  .el-form-item .el-form-item__content .el-input-group__append {
  border: 0.005rem solid #c4c4c4;
  border-left: none;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
}
.box .list[data-v-6ff7c86e] {
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.box .item[data-v-6ff7c86e] {
  width: 3.38rem;
  margin: 0 0.45rem 0.2rem 0.14rem;
  padding: 0.14rem 0.15rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.box .item.item[data-v-6ff7c86e]:nth-child(3n) {
  margin-right: 0;
}
.box .item dt[data-v-6ff7c86e] {
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #333333;
}
.box .item dd[data-v-6ff7c86e] {
  margin: 0.1rem 0 0;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.box .item a[data-v-6ff7c86e] {
  margin-left: 0.1rem;
  margin-top: 0.1rem;
  float: right;
  font-weight: 700;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #7db0ea;
}
.box .add[data-v-9cf38bae] {
  font-weight: 700;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #7db0ea;
  margin-bottom: 0.3rem;
}
.box .child-ruleForm.el-form[data-v-9cf38bae] {
  width: 8.34rem;
  margin: 0 auto 0.3rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  padding-top: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-9cf38bae]  .el-form-item {
  margin-bottom: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-9cf38bae]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.box .child-ruleForm.el-form[data-v-9cf38bae]  .el-form-item .el-tooltip__popper {
  width: 2.03rem;
}
.box .child-ruleForm.el-form[data-v-9cf38bae]  .el-form-item .el-form-item__label {
  width: 1.75rem;
}
.box .child-ruleForm.el-form[data-v-9cf38bae]  .el-form-item .el-form-item__content {
  width: 5.13rem;
  line-height: 0.4rem;
}
.box .child-ruleForm.el-form[data-v-9cf38bae]  .el-form-item .el-form-item__content .el-input-group--append .el-input__inner {
  border-right: none;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
}
.box .child-ruleForm.el-form[data-v-9cf38bae]  .el-form-item .el-form-item__content .el-input__inner {
  border: 0.005rem solid #c4c4c4;
  background: #ffffff;
}
.box .child-ruleForm.el-form[data-v-9cf38bae]  .el-form-item .el-form-item__content .el-input-group__append {
  border: 0.005rem solid #c4c4c4;
  border-left: none;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
}
.box .list[data-v-9cf38bae] {
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.box .item[data-v-9cf38bae] {
  width: 3.38rem;
  margin: 0 0.45rem 0.2rem 0.14rem;
  padding: 0.14rem 0.15rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.box .item.item[data-v-9cf38bae]:nth-child(3n) {
  margin-right: 0;
}
.box .item dt[data-v-9cf38bae] {
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #333333;
}
.box .item dd[data-v-9cf38bae] {
  margin: 0.1rem 0 0;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.box .item a[data-v-9cf38bae] {
  margin-left: 0.1rem;
  margin-top: 0.1rem;
  float: right;
  font-weight: 700;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #7db0ea;
}
.box .add[data-v-f4ea9450] {
  font-weight: 700;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #7db0ea;
  margin-bottom: 0.3rem;
}
.box .child-ruleForm.el-form[data-v-f4ea9450] {
  width: 8.34rem;
  margin: 0 auto 0.3rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  padding-top: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-f4ea9450]  .el-form-item {
  margin-bottom: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-f4ea9450]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.box .child-ruleForm.el-form[data-v-f4ea9450]  .el-form-item .el-tooltip__popper {
  width: 2.03rem;
}
.box .child-ruleForm.el-form[data-v-f4ea9450]  .el-form-item .el-form-item__label {
  width: 1.75rem;
}
.box .child-ruleForm.el-form[data-v-f4ea9450]  .el-form-item .el-form-item__content {
  width: 5.13rem;
  line-height: 0.4rem;
}
.box .child-ruleForm.el-form[data-v-f4ea9450]  .el-form-item .el-form-item__content .el-input-group--append .el-input__inner {
  border-right: none;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
}
.box .child-ruleForm.el-form[data-v-f4ea9450]  .el-form-item .el-form-item__content .el-input__inner {
  border: 0.005rem solid #c4c4c4;
  background: #ffffff;
}
.box .child-ruleForm.el-form[data-v-f4ea9450]  .el-form-item .el-form-item__content .el-input-group__append {
  border: 0.005rem solid #c4c4c4;
  border-left: none;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
}
.box .list[data-v-f4ea9450] {
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.box .item[data-v-f4ea9450] {
  width: 3.38rem;
  margin: 0 0.45rem 0.2rem 0.14rem;
  padding: 0.14rem 0.15rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.box .item.item[data-v-f4ea9450]:nth-child(3n) {
  margin-right: 0;
}
.box .item dt[data-v-f4ea9450] {
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #333333;
}
.box .item dd[data-v-f4ea9450] {
  margin: 0.1rem 0 0;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.box .item a[data-v-f4ea9450] {
  margin-left: 0.1rem;
  margin-top: 0.1rem;
  float: right;
  font-weight: 700;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #7db0ea;
}
dl[data-v-08477e52] {
  text-align: center;
}
dl dt[data-v-08477e52] {
  margin-bottom: 0.36rem;
}
dl dd[data-v-08477e52] {
  margin: 0 0 0.12rem 0;
  font-size: 0.2rem;
  line-height: 0.23rem;
  color: #333333;
}
[data-v-08477e52] .el-button--primary {
  color: #fff !important;
}
.signUp[data-v-3e6e92bc] {
  padding: 0.24rem 0 0.4rem;
  background: #f5f6f9;
  position: relative;
}
.signUp[data-v-3e6e92bc]  .box {
  width: 12rem;
  margin-top: 0.16rem;
  padding: 0 0.2rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0.02659rem 0.06648rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.02659rem 0.06648rem rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0.13296rem;
          border-radius: 0.13296rem;
}
.signUp[data-v-3e6e92bc]  .box h2.title {
  width: 12rem;
  margin: 0 0;
  padding-left: 0.26rem;
  line-height: 0.52rem;
  background: #f6fbff;
  -webkit-border-radius: 0.13408rem 0.13408rem 0 0;
          border-radius: 0.13408rem 0.13408rem 0 0;
  font-size: 0.2rem;
  color: #333333;
}
.signUp[data-v-3e6e92bc]  .box h3.title {
  width: 100%;
  padding: 0.36rem 0 0.2rem;
  margin: 0 0 0.3rem 0;
  text-indent: 0.14rem;
  font-size: 0.16rem;
  color: #999999;
  color: #666666;
  border-bottom: 0.005rem solid #ababab;
}
.signUp[data-v-3e6e92bc]  .box h3.title span {
  width: 1.72rem;
  font-size: 0.18rem;
  color: #333333;
  display: inline-block;
}
.signUp[data-v-3e6e92bc]  .box div.title {
  width: 100%;
  margin: 0 0 0.3rem 0;
  line-height: 0.72rem;
  text-indent: 0.14rem;
  border-bottom: 0.005rem solid #ababab;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.signUp[data-v-3e6e92bc]  .box div.title span {
  font-size: 0.2rem;
  color: #333333;
  display: inline-block;
}
.signUp[data-v-3e6e92bc]  .box div.title .uploadBook {
  margin-top: 0.05rem;
}
.signUp[data-v-3e6e92bc]  .box div.title .text {
  font-size: 0.16rem;
  color: #999999;
  line-height: 0.22rem;
  font-weight: 400;
  text-indent: 0;
}
.signUp[data-v-3e6e92bc]  .box div.title .textBook {
  padding: 0.2rem 0;
}
.signUp[data-v-3e6e92bc]  .box .Member {
  width: auto;
  min-width: 2.65rem;
}
.signUp[data-v-3e6e92bc]  .box .Tips {
  width: 100%;
  padding: 0.21rem 0.06rem 0.28rem;
  font-weight: 400;
  font-size: 0.18rem;
  line-height: 159.5%;
  color: #da251c;
}
.signUp[data-v-3e6e92bc]  .el-form-item {
  margin-bottom: 0.48rem;
}
.signUp[data-v-3e6e92bc]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.signUp[data-v-3e6e92bc]  .el-form-item .el-form-item__label {
  width: 1.9rem;
  line-height: 0.4rem;
  font-size: 0.16rem;
  color: #666666;
}
.signUp[data-v-3e6e92bc]  .el-form-item.textarea .el-form-item__content {
  width: 8.34rem;
}
.signUp[data-v-3e6e92bc]  .el-form-item.textarea .el-form-item__content .el-textarea__inner {
  background: #f9f9f9;
  border: none;
}
.signUp[data-v-3e6e92bc]  .el-form-item .el-form-item__content {
  width: 7.22rem;
  line-height: 0.4rem;
}
.signUp[data-v-3e6e92bc]  .el-form-item .el-form-item__content .el-input__icon {
  line-height: 0.4rem;
}
.signUp[data-v-3e6e92bc]  .el-form-item .el-form-item__content .el-input__inner {
  height: 0.4rem;
  line-height: 0.4rem;
  border: none;
  font-size: 0.14rem;
  color: #999999;
}
.signUp[data-v-3e6e92bc]  .el-form-item .el-form-item__content .el-input__inner .el-input__count .el-input__count-inner {
  background: none;
  padding: 0 0.12rem;
}
.signUp[data-v-3e6e92bc]  .dialog-footer {
  margin-top: 0.3rem;
}
.signUp[data-v-3e6e92bc]  .dialog-footer .el-button.nextStep {
  width: 3.54rem;
  display: block;
  margin: 0 auto;
}
.signUp[data-v-3e6e92bc]  .dialog-footer .el-button {
  width: 2rem;
  height: 0.4rem;
  padding: 0;
  background: #d3e8fe;
  border: 0.01rem solid #7db0ea;
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
  line-height: 0.4rem;
  font-size: 0.18rem;
  color: #333333;
}
.signUp[data-v-3e6e92bc]  .dialog-footer .el-button--primary {
  background: #53a3ff;
  color: #fff;
}
[data-v-5288d1c2] .el-checkbox-button {
  margin: 0 0.36rem 0.17rem 0;
}
[data-v-5288d1c2] .el-checkbox-button.is-checked .el-checkbox-button__inner {
  background: #7db0ea;
  color: #ffffff;
}
[data-v-5288d1c2] .el-checkbox-button .el-checkbox-button__inner {
  padding: 0.1rem 0.19rem;
  background: #f9f9f9;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #999999;
}
.tip[data-v-5288d1c2] {
  color: #ff4949;
}
.mark[data-v-5288d1c2] {
  margin: 0;
  padding: 0;
  font-size: 0.15rem;
  color: red;
}
.box .add[data-v-7712fd74] {
  font-weight: 700;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #7db0ea;
  margin-bottom: 0.3rem;
}
.box .child-ruleForm.el-form[data-v-7712fd74] {
  width: 8.34rem;
  margin: 0 auto 0.3rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  padding-top: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-7712fd74]  .el-form-item {
  margin-bottom: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-7712fd74]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.box .child-ruleForm.el-form[data-v-7712fd74]  .el-form-item .el-tooltip__popper {
  width: 2.03rem;
}
.box .child-ruleForm.el-form[data-v-7712fd74]  .el-form-item .el-form-item__label {
  width: 1.75rem;
}
.box .child-ruleForm.el-form[data-v-7712fd74]  .el-form-item .el-form-item__content {
  width: 5.13rem;
  line-height: 0.4rem;
}
.box .child-ruleForm.el-form[data-v-7712fd74]  .el-form-item .el-form-item__content .el-input-group--append .el-input__inner {
  border-right: none;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
}
.box .child-ruleForm.el-form[data-v-7712fd74]  .el-form-item .el-form-item__content .el-input__inner {
  border: 0.005rem solid #c4c4c4;
  background: #ffffff;
}
.box .child-ruleForm.el-form[data-v-7712fd74]  .el-form-item .el-form-item__content .el-input-group__append {
  border: 0.005rem solid #c4c4c4;
  border-left: none;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
}
.box .list[data-v-7712fd74] {
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.box .item[data-v-7712fd74] {
  width: 3.38rem;
  margin: 0 0.45rem 0.2rem 0.14rem;
  padding: 0.14rem 0.15rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.box .item.item[data-v-7712fd74]:nth-child(3n) {
  margin-right: 0;
}
.box .item dt[data-v-7712fd74] {
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #333333;
}
.box .item dd[data-v-7712fd74] {
  margin: 0.1rem 0 0;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.box .item a[data-v-7712fd74] {
  margin-left: 0.1rem;
  margin-top: 0.1rem;
  float: right;
  font-weight: 700;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #7db0ea;
}
.box .add[data-v-e41b260e] {
  font-weight: 700;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #7db0ea;
  margin-bottom: 0.3rem;
}
.box .child-ruleForm.el-form[data-v-e41b260e] {
  width: 8.34rem;
  margin: 0 auto 0.3rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  padding-top: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-e41b260e]  .el-form-item {
  margin-bottom: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-e41b260e]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.box .child-ruleForm.el-form[data-v-e41b260e]  .el-form-item .el-tooltip__popper {
  width: 2.03rem;
}
.box .child-ruleForm.el-form[data-v-e41b260e]  .el-form-item .el-form-item__label {
  width: 1.75rem;
}
.box .child-ruleForm.el-form[data-v-e41b260e]  .el-form-item .el-form-item__content {
  width: 5.13rem;
  line-height: 0.4rem;
}
.box .child-ruleForm.el-form[data-v-e41b260e]  .el-form-item .el-form-item__content .el-input-group--append .el-input__inner {
  border-right: none;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
}
.box .child-ruleForm.el-form[data-v-e41b260e]  .el-form-item .el-form-item__content .el-input__inner {
  border: 0.005rem solid #c4c4c4;
  background: #ffffff;
}
.box .child-ruleForm.el-form[data-v-e41b260e]  .el-form-item .el-form-item__content .el-input-group__append {
  border: 0.005rem solid #c4c4c4;
  border-left: none;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
}
.box .list[data-v-e41b260e] {
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.box .item[data-v-e41b260e] {
  width: 3.38rem;
  margin: 0 0.45rem 0.2rem 0.14rem;
  padding: 0.14rem 0.15rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.box .item.item[data-v-e41b260e]:nth-child(3n) {
  margin-right: 0;
}
.box .item dt[data-v-e41b260e] {
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #333333;
}
.box .item dd[data-v-e41b260e] {
  margin: 0.1rem 0 0;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.box .item a[data-v-e41b260e] {
  margin-left: 0.1rem;
  margin-top: 0.1rem;
  float: right;
  font-weight: 700;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #7db0ea;
}
.box .add[data-v-20a2f426] {
  font-weight: 700;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #7db0ea;
  margin-bottom: 0.3rem;
}
.box .child-ruleForm.el-form[data-v-20a2f426] {
  width: 8.34rem;
  margin: 0 auto 0.3rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  padding-top: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-20a2f426]  .el-form-item {
  margin-bottom: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-20a2f426]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.box .child-ruleForm.el-form[data-v-20a2f426]  .el-form-item .el-tooltip__popper {
  width: 2.03rem;
}
.box .child-ruleForm.el-form[data-v-20a2f426]  .el-form-item .el-form-item__label {
  width: 1.75rem;
}
.box .child-ruleForm.el-form[data-v-20a2f426]  .el-form-item .el-form-item__content {
  width: 5.13rem;
  line-height: 0.4rem;
}
.box .child-ruleForm.el-form[data-v-20a2f426]  .el-form-item .el-form-item__content .el-input-group--append .el-input__inner {
  border-right: none;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
}
.box .child-ruleForm.el-form[data-v-20a2f426]  .el-form-item .el-form-item__content .el-input__inner {
  border: 0.005rem solid #c4c4c4;
  background: #ffffff;
}
.box .child-ruleForm.el-form[data-v-20a2f426]  .el-form-item .el-form-item__content .el-input-group__append {
  border: 0.005rem solid #c4c4c4;
  border-left: none;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
}
.box .list[data-v-20a2f426] {
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.box .item[data-v-20a2f426] {
  width: 3.38rem;
  margin: 0 0.45rem 0.2rem 0.14rem;
  padding: 0.14rem 0.15rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.box .item.item[data-v-20a2f426]:nth-child(3n) {
  margin-right: 0;
}
.box .item dt[data-v-20a2f426] {
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #333333;
}
.box .item dd[data-v-20a2f426] {
  margin: 0.1rem 0 0;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.box .item a[data-v-20a2f426] {
  margin-left: 0.1rem;
  margin-top: 0.1rem;
  float: right;
  font-weight: 700;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #7db0ea;
}
dl[data-v-b0123546] {
  text-align: center;
}
dl dt[data-v-b0123546] {
  margin-bottom: 0.36rem;
}
dl dd[data-v-b0123546] {
  margin: 0 0 0.12rem 0;
  font-size: 0.2rem;
  line-height: 0.23rem;
  color: #333333;
}
[data-v-b0123546] .el-button--primary {
  color: #fff !important;
}
[data-v-4b1e5a16] .el-dialog__body {
  padding: 0.3rem 0.5rem 0.01rem;
  overflow-x: hidden;
}
[data-v-4b1e5a16] .el-form {
  text-align: right;
}
[data-v-4b1e5a16] .el-form .el-input__inner {
  background: #f9f9f9 !important;
}
[data-v-4b1e5a16] .el-form .el-form-item:nth-child(1) {
  margin-right: 0.2rem;
}
[data-v-4b1e5a16] .el-form .el-form-item:nth-child(1) .el-form-item__content {
  width: 2rem;
}
[data-v-4b1e5a16] .el-form .el-form-item:nth-child(2) {
  margin-right: 0;
}
[data-v-4b1e5a16] .el-form .el-form-item:nth-child(2) .el-form-item__content {
  width: 4rem;
  width: 100%;
}
[data-v-4b1e5a16] .el-form .el-form-item:nth-child(2) .el-input .el-input__inner {
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
}
[data-v-4b1e5a16] .el-form .el-form-item:nth-child(2) .el-input .el-input-group__append {
  background-color: transparent;
  border: none;
}
[data-v-4b1e5a16] .el-form-item .el-form-item__label {
  line-height: 0.41rem;
}
[data-v-4b1e5a16] .el-form-item .el-form-item__content {
  line-height: 0.41rem;
}
[data-v-4b1e5a16] .el-form-item .el-form-item__content .el-input__icon {
  line-height: 0.41rem;
}
[data-v-4b1e5a16] .el-form-item .el-form-item__content .el-input__inner {
  height: 0.41rem;
  line-height: 0.41rem;
  background: #fff;
}
.icon[data-v-4b1e5a16] {
  display: block;
  font-size: 0.25rem;
}
.el-pagination[data-v-4b1e5a16] {
  text-align: center;
  padding: 0.1rem;
}
[data-v-18c4920c] .el-dialog__body {
  padding: 0.3rem 0.5rem 0.01rem;
  overflow-x: hidden;
}
[data-v-18c4920c] .el-form {
  text-align: right;
}
[data-v-18c4920c] .el-form .el-input__inner {
  background: #f9f9f9 !important;
}
[data-v-18c4920c] .el-form .el-form-item:nth-child(1) {
  margin-right: 0.2rem;
}
[data-v-18c4920c] .el-form .el-form-item:nth-child(1) .el-form-item__content {
  width: 2rem;
}
[data-v-18c4920c] .el-form .el-form-item:nth-child(2) {
  margin-right: 0;
}
[data-v-18c4920c] .el-form .el-form-item:nth-child(2) .el-form-item__content {
  width: 4rem;
  width: 100%;
}
[data-v-18c4920c] .el-form .el-form-item:nth-child(2) .el-input .el-input__inner {
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
}
[data-v-18c4920c] .el-form .el-form-item:nth-child(2) .el-input .el-input-group__append {
  background-color: transparent;
  border: none;
}
[data-v-18c4920c] .el-form-item .el-form-item__label {
  line-height: 0.41rem;
}
[data-v-18c4920c] .el-form-item .el-form-item__content {
  line-height: 0.41rem;
}
[data-v-18c4920c] .el-form-item .el-form-item__content .el-input__icon {
  line-height: 0.41rem;
}
[data-v-18c4920c] .el-form-item .el-form-item__content .el-input__inner {
  height: 0.41rem;
  line-height: 0.41rem;
  background: #fff;
}
.icon[data-v-18c4920c] {
  display: block;
  font-size: 0.25rem;
}
.el-pagination[data-v-18c4920c] {
  text-align: center;
  padding: 0.1rem;
}
.el-input[data-v-d648472e] {
  width: 1.6rem;
  margin-right: 0.3rem;
}
.el-input.name[data-v-d648472e], .el-input.jobNumber[data-v-d648472e], .el-input.mobile[data-v-d648472e] {
  width: 1.3rem;
}
.el-select[data-v-d648472e] {
  width: 1.8rem;
}
.teacher-input[data-v-d648472e] {
  margin-top: 0.2rem;
}
.teacher-input .el-input-list[data-v-d648472e] {
  margin-bottom: 0.1rem;
}
.teacher-input i[data-v-d648472e] {
  margin-left: 0.1rem;
}
.tip[data-v-d648472e] {
  color: #ff4949;
}
.button-new-tag[data-v-d648472e],
.tagMember[data-v-d648472e] {
  margin-right: 0.2rem;
}
.x[data-v-d648472e] {
  color: #f56c6c;
}
.el-input[data-v-e475d5f8] {
  width: 1.6rem;
  margin-right: 0.3rem;
}
.el-input.name[data-v-e475d5f8], .el-input.jobNumber[data-v-e475d5f8], .el-input.mobile[data-v-e475d5f8] {
  width: 1.3rem;
}
.el-select[data-v-e475d5f8] {
  width: 1.8rem;
}
.teacher-input[data-v-e475d5f8] {
  margin-top: 0.2rem;
}
.teacher-input .el-input-list[data-v-e475d5f8] {
  margin-bottom: 0.1rem;
}
.teacher-input i[data-v-e475d5f8] {
  margin-left: 0.1rem;
}
.tip[data-v-e475d5f8] {
  color: #ff4949;
}
.button-new-tag[data-v-e475d5f8],
.tagMember[data-v-e475d5f8] {
  margin-right: 0.2rem;
}
.x[data-v-e475d5f8] {
  color: #f56c6c;
}
.box .add[data-v-7511e8ec] {
  font-weight: 700;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #7db0ea;
  margin-bottom: 0.3rem;
}
.box .child-ruleForm.el-form[data-v-7511e8ec] {
  width: 8.34rem;
  margin: 0 auto 0.3rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  padding-top: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-7511e8ec]  .el-form-item {
  margin-bottom: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-7511e8ec]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.box .child-ruleForm.el-form[data-v-7511e8ec]  .el-form-item .el-tooltip__popper {
  width: 2.03rem;
}
.box .child-ruleForm.el-form[data-v-7511e8ec]  .el-form-item .el-form-item__label {
  width: 1.75rem;
}
.box .child-ruleForm.el-form[data-v-7511e8ec]  .el-form-item .el-form-item__content {
  width: 5.13rem;
  line-height: 0.4rem;
}
.box .child-ruleForm.el-form[data-v-7511e8ec]  .el-form-item .el-form-item__content .el-input-group--append .el-input__inner {
  border-right: none;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
}
.box .child-ruleForm.el-form[data-v-7511e8ec]  .el-form-item .el-form-item__content .el-input__inner {
  border: 0.005rem solid #c4c4c4;
  background: #ffffff;
}
.box .child-ruleForm.el-form[data-v-7511e8ec]  .el-form-item .el-form-item__content .el-input-group__append {
  border: 0.005rem solid #c4c4c4;
  border-left: none;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
}
.box .list[data-v-7511e8ec] {
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.box .item[data-v-7511e8ec] {
  width: 3.38rem;
  margin: 0 0.45rem 0.2rem 0.14rem;
  padding: 0.14rem 0.15rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.box .item.item[data-v-7511e8ec]:nth-child(3n) {
  margin-right: 0;
}
.box .item dt[data-v-7511e8ec] {
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #333333;
}
.box .item dd[data-v-7511e8ec] {
  margin: 0.1rem 0 0;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.box .item a[data-v-7511e8ec] {
  margin-left: 0.1rem;
  margin-top: 0.1rem;
  float: right;
  font-weight: 700;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #7db0ea;
}
.box .add[data-v-b8f54b3a] {
  font-weight: 700;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #7db0ea;
  margin-bottom: 0.3rem;
}
.box .child-ruleForm.el-form[data-v-b8f54b3a] {
  width: 8.34rem;
  margin: 0 auto 0.3rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  padding-top: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-b8f54b3a]  .el-form-item {
  margin-bottom: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-b8f54b3a]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.box .child-ruleForm.el-form[data-v-b8f54b3a]  .el-form-item .el-tooltip__popper {
  width: 2.03rem;
}
.box .child-ruleForm.el-form[data-v-b8f54b3a]  .el-form-item .el-form-item__label {
  width: 1.75rem;
}
.box .child-ruleForm.el-form[data-v-b8f54b3a]  .el-form-item .el-form-item__content {
  width: 5.13rem;
  line-height: 0.4rem;
}
.box .child-ruleForm.el-form[data-v-b8f54b3a]  .el-form-item .el-form-item__content .el-input-group--append .el-input__inner {
  border-right: none;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
}
.box .child-ruleForm.el-form[data-v-b8f54b3a]  .el-form-item .el-form-item__content .el-input__inner {
  border: 0.005rem solid #c4c4c4;
  background: #ffffff;
}
.box .child-ruleForm.el-form[data-v-b8f54b3a]  .el-form-item .el-form-item__content .el-input-group__append {
  border: 0.005rem solid #c4c4c4;
  border-left: none;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
}
.box .list[data-v-b8f54b3a] {
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.box .item[data-v-b8f54b3a] {
  width: 3.38rem;
  margin: 0 0.45rem 0.2rem 0.14rem;
  padding: 0.14rem 0.15rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.box .item.item[data-v-b8f54b3a]:nth-child(3n) {
  margin-right: 0;
}
.box .item dt[data-v-b8f54b3a] {
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #333333;
}
.box .item dd[data-v-b8f54b3a] {
  margin: 0.1rem 0 0;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.box .item a[data-v-b8f54b3a] {
  margin-left: 0.1rem;
  margin-top: 0.1rem;
  float: right;
  font-weight: 700;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #7db0ea;
}
.file[data-v-ee64c08c] {
  width: 8rem;
  margin-bottom: 0.15rem;
}
.file dt span[data-v-ee64c08c] {
  display: none !important;
}
.file dt div[data-v-ee64c08c] {
  display: block !important;
}
.file dt div img[data-v-ee64c08c] {
  display: inline-block !important;
  margin-right: 0.05rem;
}
.file dt .el-button[data-v-ee64c08c] {
  display: inline-block !important;
}
.file dt .viewFile[data-v-ee64c08c] {
  margin-right: 0.35rem;
}
.file .el-icon-tickets[data-v-ee64c08c] {
  color: #e9f4ff;
  font-size: 0.54rem;
  margin-right: 0.26rem;
}
.file .info[data-v-ee64c08c] {
  width: 100%;
  margin: 0;
}
.file .info dt[data-v-ee64c08c] {
  margin-bottom: 0.1rem;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.file .info dt span[data-v-ee64c08c] {
  display: inline-block;
}
.file .info dt div[data-v-ee64c08c] {
  display: none;
}
.file .info dt .el-button[data-v-ee64c08c] {
  padding: 0;
  display: none;
}
.file .info dd[data-v-ee64c08c] {
  margin: 0.05rem 0 0 0;
  font-size: 0.12rem;
  line-height: 0.17rem;
  color: #999999;
}
[data-v-105098bc] .el-dialog {
  min-width: 7rem;
}
[data-v-105098bc] .el-timeline-item {
  width: 100%;
}
.file[data-v-105098bc] {
  padding-left: 0.14rem;
  margin-bottom: 0.15rem;
}
.file .el-icon-tickets[data-v-105098bc] {
  color: #e9f4ff;
  font-size: 0.54rem;
  margin-right: 0.17rem;
}
.file .info[data-v-105098bc] {
  width: 100%;
  margin: 0;
}
.file .info dt[data-v-105098bc] {
  height: 0.22rem;
}
.file .info dt .fileName[data-v-105098bc] {
  display: block;
  width: 3.5rem;
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #333333;
}
.file .info dt .ops[data-v-105098bc] {
  width: 0.8rem;
}
.file .info dt .el-button[data-v-105098bc] {
  padding: 0.02rem 0.09rem;
  background: #7DB0EA;
  color: #FFFFFF;
  margin-right: 0.2rem;
}
.file .info dd[data-v-105098bc] {
  margin: 0.05rem 0 0 0;
  font-size: 0.1rem;
  line-height: 0.14rem;
  color: #999999;
}
.uploadFile .btn[data-v-8eada74a] {
  width: 2.81rem;
  height: 0.51rem;
  padding: 0;
  line-height: 0.51rem;
  background: #d3e8fe;
  border: 0.01rem solid #649aff;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  font-size: 0.16rem;
  color: #666666;
}
.uploadFile .btn + .btn[data-v-8eada74a] {
  float: right;
}
.uploadFile[data-v-8eada74a]  .el-form-item {
  margin-bottom: 0.32rem !important;
}
.mark[data-v-8eada74a] {
  margin: 0;
  padding: 0;
  font-size: 0.15rem;
  color: red;
}
.uploadFile .btn[data-v-2de5ec52] {
  width: 2.81rem;
  height: 0.51rem;
  padding: 0;
  line-height: 0.51rem;
  background: #d3e8fe;
  border: 0.01rem solid #649aff;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  font-size: 0.16rem;
  color: #666666;
}
.uploadFile .btn + .btn[data-v-2de5ec52] {
  float: right;
}
.uploadFile[data-v-2de5ec52]  .el-form-item {
  margin-bottom: 0.32rem !important;
}
.mark[data-v-2de5ec52] {
  margin: 0;
  padding: 0;
  font-size: 0.15rem;
  color: red;
}
.box .add[data-v-2406dc34] {
  font-weight: 700;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #7db0ea;
  margin-bottom: 0.3rem;
}
.box .child-ruleForm.el-form[data-v-2406dc34] {
  width: 8.34rem;
  margin: 0 auto 0.3rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  padding-top: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-2406dc34]  .el-form-item {
  margin-bottom: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-2406dc34]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.box .child-ruleForm.el-form[data-v-2406dc34]  .el-form-item .el-tooltip__popper {
  width: 2.03rem;
}
.box .child-ruleForm.el-form[data-v-2406dc34]  .el-form-item .el-form-item__label {
  width: 1.75rem;
}
.box .child-ruleForm.el-form[data-v-2406dc34]  .el-form-item .el-form-item__content {
  width: 5.13rem;
  line-height: 0.4rem;
}
.box .child-ruleForm.el-form[data-v-2406dc34]  .el-form-item .el-form-item__content .el-input-group--append .el-input__inner {
  border-right: none;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
}
.box .child-ruleForm.el-form[data-v-2406dc34]  .el-form-item .el-form-item__content .el-input__inner {
  border: 0.005rem solid #c4c4c4;
  background: #ffffff;
}
.box .child-ruleForm.el-form[data-v-2406dc34]  .el-form-item .el-form-item__content .el-input-group__append {
  border: 0.005rem solid #c4c4c4;
  border-left: none;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
}
.box .list[data-v-2406dc34] {
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.box .item[data-v-2406dc34] {
  width: 3.38rem;
  margin: 0 0.45rem 0.2rem 0.14rem;
  padding: 0.14rem 0.15rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.box .item.item[data-v-2406dc34]:nth-child(3n) {
  margin-right: 0;
}
.box .item dt[data-v-2406dc34] {
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #333333;
}
.box .item dd[data-v-2406dc34] {
  margin: 0.1rem 0 0;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.box .item a[data-v-2406dc34] {
  margin-left: 0.1rem;
  margin-top: 0.1rem;
  float: right;
  font-weight: 700;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #7db0ea;
}
.projectDesc[data-v-200e2512] {
  color: #aaaaaa;
}
.mark[data-v-200e2512] {
  margin: 0;
  padding: 0;
  font-size: 0.15rem;
  color: red;
}
.signUp[data-v-200e2512] {
  padding: 0.24rem 0 0.4rem;
  background: #f5f6f9;
  position: relative;
}
.signUp[data-v-200e2512]  .box {
  width: 12rem;
  margin-top: 0.16rem;
  padding: 0 0.2rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0.02659rem 0.06648rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.02659rem 0.06648rem rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0.13296rem;
          border-radius: 0.13296rem;
}
.signUp[data-v-200e2512]  .box h2.title {
  width: 12rem;
  margin: 0 0;
  padding-left: 0.26rem;
  line-height: 0.52rem;
  background: #f6fbff;
  -webkit-border-radius: 0.13408rem 0.13408rem 0 0;
          border-radius: 0.13408rem 0.13408rem 0 0;
  font-size: 0.2rem;
  color: #333333;
}
.signUp[data-v-200e2512]  .box h3.title {
  width: 100%;
  padding: 0.36rem 0 0.2rem;
  margin: 0 0 0.3rem 0;
  text-indent: 0.14rem;
  font-size: 0.16rem;
  color: #999999;
  color: #666666;
  border-bottom: 0.005rem solid #ababab;
}
.signUp[data-v-200e2512]  .box h3.title span {
  width: 1.72rem;
  font-size: 0.18rem;
  color: #333333;
  display: inline-block;
}
.signUp[data-v-200e2512]  .box div.title {
  width: 100%;
  margin: 0 0 0.3rem 0;
  line-height: 0.72rem;
  text-indent: 0.14rem;
  border-bottom: 0.005rem solid #ababab;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.signUp[data-v-200e2512]  .box div.title span {
  font-size: 0.2rem;
  color: #333333;
  display: inline-block;
}
.signUp[data-v-200e2512]  .box div.title .uploadBook {
  margin-top: 0.05rem;
}
.signUp[data-v-200e2512]  .box div.title .text {
  font-size: 0.16rem;
  color: #999999;
  line-height: 0.22rem;
  font-weight: 400;
  text-indent: 0;
}
.signUp[data-v-200e2512]  .box div.title .textBook {
  padding: 0.2rem 0;
}
.signUp[data-v-200e2512]  .box .Member {
  width: auto;
  min-width: 2.65rem;
}
.signUp[data-v-200e2512]  .box .Tips {
  width: 100%;
  padding: 0.21rem 0.06rem 0.28rem;
  font-weight: 400;
  font-size: 0.18rem;
  line-height: 159.5%;
  color: #da251c;
}
.signUp[data-v-200e2512]  .el-form-item {
  margin-bottom: 0.48rem;
}
.signUp[data-v-200e2512]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.signUp[data-v-200e2512]  .el-form-item .el-form-item__label {
  width: 1.9rem;
  line-height: 0.4rem;
  font-size: 0.16rem;
  color: #666666;
}
.signUp[data-v-200e2512]  .el-form-item.textarea .el-form-item__content {
  width: 8.34rem;
}
.signUp[data-v-200e2512]  .el-form-item.textarea .el-form-item__content .el-textarea__inner {
  background: #f9f9f9;
  border: none;
}
.signUp[data-v-200e2512]  .el-form-item .el-form-item__content {
  width: 7.22rem;
  line-height: 0.4rem;
}
.signUp[data-v-200e2512]  .el-form-item .el-form-item__content .el-input__icon {
  line-height: 0.4rem;
}
.signUp[data-v-200e2512]  .el-form-item .el-form-item__content .el-input__inner {
  height: 0.4rem;
  line-height: 0.4rem;
  border: none;
  font-size: 0.14rem;
  color: #999999;
}
.signUp[data-v-200e2512]  .el-form-item .el-form-item__content .el-input__inner .el-input__count .el-input__count-inner {
  background: none;
  padding: 0 0.12rem;
}
.signUp[data-v-200e2512]  .dialog-footer {
  margin-top: 0.3rem;
}
.signUp[data-v-200e2512]  .dialog-footer .el-button.nextStep {
  width: 3.54rem;
  display: block;
  margin: 0 auto;
}
.signUp[data-v-200e2512]  .dialog-footer .el-button {
  width: 2rem;
  height: 0.4rem;
  padding: 0;
  background: #d3e8fe;
  border: 0.01rem solid #7db0ea;
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
  line-height: 0.4rem;
  font-size: 0.18rem;
  color: #333333;
}
.signUp[data-v-200e2512]  .dialog-footer .el-button--primary {
  background: #53a3ff;
  color: #fff;
}
.box .add[data-v-3ae39369] {
  font-weight: 700;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #7db0ea;
  margin-bottom: 0.3rem;
}
.box .child-ruleForm.el-form[data-v-3ae39369] {
  width: 8.34rem;
  margin: 0 auto 0.3rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  padding-top: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-3ae39369]  .el-form-item {
  margin-bottom: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-3ae39369]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.box .child-ruleForm.el-form[data-v-3ae39369]  .el-form-item .el-tooltip__popper {
  width: 2.03rem;
}
.box .child-ruleForm.el-form[data-v-3ae39369]  .el-form-item .el-form-item__label {
  width: 1.75rem;
}
.box .child-ruleForm.el-form[data-v-3ae39369]  .el-form-item .el-form-item__content {
  width: 5.13rem;
  line-height: 0.4rem;
}
.box .child-ruleForm.el-form[data-v-3ae39369]  .el-form-item .el-form-item__content .el-input-group--append .el-input__inner {
  border-right: none;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
}
.box .child-ruleForm.el-form[data-v-3ae39369]  .el-form-item .el-form-item__content .el-input__inner {
  border: 0.005rem solid #c4c4c4;
  background: #ffffff;
}
.box .child-ruleForm.el-form[data-v-3ae39369]  .el-form-item .el-form-item__content .el-input-group__append {
  border: 0.005rem solid #c4c4c4;
  border-left: none;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
}
.box .list[data-v-3ae39369] {
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.box .item[data-v-3ae39369] {
  width: 3.38rem;
  margin: 0 0.45rem 0.2rem 0.14rem;
  padding: 0.14rem 0.15rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.box .item.item[data-v-3ae39369]:nth-child(3n) {
  margin-right: 0;
}
.box .item dt[data-v-3ae39369] {
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #333333;
}
.box .item dd[data-v-3ae39369] {
  margin: 0.1rem 0 0;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.box .item a[data-v-3ae39369] {
  margin-left: 0.1rem;
  margin-top: 0.1rem;
  float: right;
  font-weight: 700;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #7db0ea;
}
.box .add[data-v-8765d238] {
  font-weight: 700;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #7db0ea;
  margin-bottom: 0.3rem;
}
.box .child-ruleForm.el-form[data-v-8765d238] {
  width: 8.34rem;
  margin: 0 auto 0.3rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  padding-top: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-8765d238]  .el-form-item {
  margin-bottom: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-8765d238]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.box .child-ruleForm.el-form[data-v-8765d238]  .el-form-item .el-tooltip__popper {
  width: 2.03rem;
}
.box .child-ruleForm.el-form[data-v-8765d238]  .el-form-item .el-form-item__label {
  width: 1.75rem;
}
.box .child-ruleForm.el-form[data-v-8765d238]  .el-form-item .el-form-item__content {
  width: 5.13rem;
  line-height: 0.4rem;
}
.box .child-ruleForm.el-form[data-v-8765d238]  .el-form-item .el-form-item__content .el-input-group--append .el-input__inner {
  border-right: none;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
}
.box .child-ruleForm.el-form[data-v-8765d238]  .el-form-item .el-form-item__content .el-input__inner {
  border: 0.005rem solid #c4c4c4;
  background: #ffffff;
}
.box .child-ruleForm.el-form[data-v-8765d238]  .el-form-item .el-form-item__content .el-input-group__append {
  border: 0.005rem solid #c4c4c4;
  border-left: none;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
}
.box .list[data-v-8765d238] {
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.box .item[data-v-8765d238] {
  width: 3.38rem;
  margin: 0 0.45rem 0.2rem 0.14rem;
  padding: 0.14rem 0.15rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.box .item.item[data-v-8765d238]:nth-child(3n) {
  margin-right: 0;
}
.box .item dt[data-v-8765d238] {
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #333333;
}
.box .item dd[data-v-8765d238] {
  margin: 0.1rem 0 0;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.box .item a[data-v-8765d238] {
  margin-left: 0.1rem;
  margin-top: 0.1rem;
  float: right;
  font-weight: 700;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #7db0ea;
}
.box .add[data-v-3718ebca] {
  font-weight: 700;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #7db0ea;
  margin-bottom: 0.3rem;
}
.box .child-ruleForm.el-form[data-v-3718ebca] {
  width: 8.34rem;
  margin: 0 auto 0.3rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  padding-top: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-3718ebca]  .el-form-item {
  margin-bottom: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-3718ebca]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.box .child-ruleForm.el-form[data-v-3718ebca]  .el-form-item .el-tooltip__popper {
  width: 2.03rem;
}
.box .child-ruleForm.el-form[data-v-3718ebca]  .el-form-item .el-form-item__label {
  width: 1.75rem;
}
.box .child-ruleForm.el-form[data-v-3718ebca]  .el-form-item .el-form-item__content {
  width: 5.13rem;
  line-height: 0.4rem;
}
.box .child-ruleForm.el-form[data-v-3718ebca]  .el-form-item .el-form-item__content .el-input-group--append .el-input__inner {
  border-right: none;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
}
.box .child-ruleForm.el-form[data-v-3718ebca]  .el-form-item .el-form-item__content .el-input__inner {
  border: 0.005rem solid #c4c4c4;
  background: #ffffff;
}
.box .child-ruleForm.el-form[data-v-3718ebca]  .el-form-item .el-form-item__content .el-input-group__append {
  border: 0.005rem solid #c4c4c4;
  border-left: none;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
}
.box .list[data-v-3718ebca] {
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.box .item[data-v-3718ebca] {
  width: 3.38rem;
  margin: 0 0.45rem 0.2rem 0.14rem;
  padding: 0.14rem 0.15rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.box .item.item[data-v-3718ebca]:nth-child(3n) {
  margin-right: 0;
}
.box .item dt[data-v-3718ebca] {
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #333333;
}
.box .item dd[data-v-3718ebca] {
  margin: 0.1rem 0 0;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.box .item a[data-v-3718ebca] {
  margin-left: 0.1rem;
  margin-top: 0.1rem;
  float: right;
  font-weight: 700;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #7db0ea;
}
[data-v-1f5f2154] .el-checkbox-button {
  margin: 0 0.36rem 0.17rem 0;
}
[data-v-1f5f2154] .el-checkbox-button.is-checked .el-checkbox-button__inner {
  background: #7db0ea;
  color: #ffffff;
}
[data-v-1f5f2154] .el-checkbox-button .el-checkbox-button__inner {
  padding: 0.1rem 0.19rem;
  background: #f9f9f9;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #999999;
}
.signUp .child-ruleForm[data-v-10c90364] {
  width: 8.34rem;
  padding: 0.3rem 0 0.2rem;
  margin: 0.15rem 0 0 -1rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.signUp .child-ruleForm .el-icon-question[data-v-10c90364] {
  color: #ff7171;
}
.signUp .child-ruleForm[data-v-10c90364]  .el-form-item {
  margin-bottom: 0.32rem;
}
.signUp .child-ruleForm[data-v-10c90364]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.signUp .child-ruleForm[data-v-10c90364]  .el-form-item .el-tooltip__popper {
  width: 2.03rem;
}
.signUp .child-ruleForm[data-v-10c90364]  .el-form-item .el-form-item__label {
  width: 1.75rem;
}
.signUp .child-ruleForm[data-v-10c90364]  .el-form-item .el-form-item__content {
  width: 5.13rem;
  line-height: 0.4rem;
}
.signUp .child-ruleForm[data-v-10c90364]  .el-form-item .el-form-item__content .el-input-group--append .el-input__inner {
  border-right: none;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
}
.signUp .child-ruleForm[data-v-10c90364]  .el-form-item .el-form-item__content .el-input__inner {
  border: 0.005rem solid #c4c4c4;
  background: #ffffff;
}
.signUp .child-ruleForm[data-v-10c90364]  .el-form-item .el-form-item__content .el-input-group__append {
  border: 0.005rem solid #c4c4c4;
  border-left: none;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
}
.signUp .child-ruleForm .projectShareholderList .shareholder[data-v-10c90364] {
  width: 3rem;
  border-bottom: 0.01rem solid rgba(0, 0, 0, 0.2);
}
.signUp .child-ruleForm .projectShareholderList .shareholder[data-v-10c90364]:nth-child(n+2)  .el-form-item:nth-child(1) {
  margin-top: 0.15rem;
}
.signUp .child-ruleForm .projectShareholderList .shareholder[data-v-10c90364]  .el-form-item:nth-child(3),
.signUp .child-ruleForm .projectShareholderList .shareholder[data-v-10c90364]  .el-form-item:nth-child(4) {
  margin-bottom: 0;
}
.signUp .child-ruleForm .projectShareholderList[data-v-10c90364]  .el-form-item .el-form-item__label {
  width: 0.75rem;
  color: #999999;
  font-size: 0.14rem;
}
.signUp .child-ruleForm .projectShareholderList[data-v-10c90364]  .el-form-item .el-form-item__content {
  width: 2.08rem;
  line-height: 0.4rem;
}
.signUp .child-ruleForm .el-upload__tip[data-v-10c90364] {
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #999999;
}
.signUp .child-ruleForm .el-upload__tip a[data-v-10c90364] {
  color: #7db0ea;
}
.tooltip-popper {
  width: 2.03rem;
  font-weight: 400;
  font-size: 0.12rem;
  line-height: 0.19rem;
  color: #999999;
  border: none !important;
}
.tooltip-popper span {
  color: #666666;
}
.signUp .child-ruleForm[data-v-03260390] {
  width: 8.34rem;
  padding: 0.3rem 0 0.2rem;
  margin: 0.15rem 0 0 -1rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.signUp .child-ruleForm .el-icon-question[data-v-03260390] {
  color: #ff7171;
}
.signUp .child-ruleForm[data-v-03260390]  .el-form-item {
  margin-bottom: 0.32rem;
}
.signUp .child-ruleForm[data-v-03260390]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.signUp .child-ruleForm[data-v-03260390]  .el-form-item .el-tooltip__popper {
  width: 2.03rem;
}
.signUp .child-ruleForm[data-v-03260390]  .el-form-item .el-form-item__label {
  width: 1.75rem;
}
.signUp .child-ruleForm[data-v-03260390]  .el-form-item .el-form-item__content {
  width: 5.13rem;
  line-height: 0.4rem;
}
.signUp .child-ruleForm[data-v-03260390]  .el-form-item .el-form-item__content .el-input-group--append .el-input__inner {
  border-right: none;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
}
.signUp .child-ruleForm[data-v-03260390]  .el-form-item .el-form-item__content .el-input__inner {
  border: 0.005rem solid #c4c4c4;
  background: #ffffff;
}
.signUp .child-ruleForm[data-v-03260390]  .el-form-item .el-form-item__content .el-input-group__append {
  border: 0.005rem solid #c4c4c4;
  border-left: none;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
}
.signUp .child-ruleForm .el-upload__tip[data-v-03260390] {
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #999999;
}
.signUp .child-ruleForm .el-upload__tip a[data-v-03260390] {
  color: #7db0ea;
}
.tooltip-popper {
  width: 2.03rem;
  font-weight: 400;
  font-size: 0.12rem;
  line-height: 0.19rem;
  color: #999999;
  border: none !important;
}
.tooltip-popper span {
  color: #666666;
}
dl[data-v-73c4a1c8] {
  text-align: center;
}
dl dt[data-v-73c4a1c8] {
  margin-bottom: 0.36rem;
}
dl dd[data-v-73c4a1c8] {
  margin: 0 0 0.12rem 0;
  font-size: 0.2rem;
  line-height: 0.23rem;
  color: #333333;
}
[data-v-73c4a1c8] .el-button--primary {
  color: #fff !important;
}
[data-v-2fce24ea] .el-dialog__body {
  padding: 0.3rem 0.5rem 0.01rem;
  overflow-x: hidden;
}
[data-v-2fce24ea] .el-form {
  text-align: right;
}
[data-v-2fce24ea] .el-form .el-input__inner {
  background: #f9f9f9 !important;
}
[data-v-2fce24ea] .el-form .el-form-item:nth-child(1) {
  margin-right: 0.2rem;
}
[data-v-2fce24ea] .el-form .el-form-item:nth-child(1) .el-form-item__content {
  width: 2rem;
}
[data-v-2fce24ea] .el-form .el-form-item:nth-child(2) {
  margin-right: 0;
}
[data-v-2fce24ea] .el-form .el-form-item:nth-child(2) .el-form-item__content {
  width: 4rem;
  width: 100%;
}
[data-v-2fce24ea] .el-form .el-form-item:nth-child(2) .el-input .el-input__inner {
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
}
[data-v-2fce24ea] .el-form .el-form-item:nth-child(2) .el-input .el-input-group__append {
  background-color: transparent;
  border: none;
}
[data-v-2fce24ea] .el-form-item .el-form-item__label {
  line-height: 0.41rem;
}
[data-v-2fce24ea] .el-form-item .el-form-item__content {
  line-height: 0.41rem;
}
[data-v-2fce24ea] .el-form-item .el-form-item__content .el-input__icon {
  line-height: 0.41rem;
}
[data-v-2fce24ea] .el-form-item .el-form-item__content .el-input__inner {
  height: 0.41rem;
  line-height: 0.41rem;
  background: #fff;
}
.icon[data-v-2fce24ea] {
  display: block;
  font-size: 0.25rem;
}
.el-pagination[data-v-2fce24ea] {
  text-align: center;
  padding: 0.1rem;
}
[data-v-1b1c6d37] .el-dialog__body {
  padding: 0.3rem 0.5rem 0.01rem;
  overflow-x: hidden;
}
[data-v-1b1c6d37] .el-form {
  text-align: right;
}
[data-v-1b1c6d37] .el-form .el-input__inner {
  background: #f9f9f9 !important;
}
[data-v-1b1c6d37] .el-form .el-form-item:nth-child(1) {
  margin-right: 0.2rem;
}
[data-v-1b1c6d37] .el-form .el-form-item:nth-child(1) .el-form-item__content {
  width: 2rem;
}
[data-v-1b1c6d37] .el-form .el-form-item:nth-child(2) {
  margin-right: 0;
}
[data-v-1b1c6d37] .el-form .el-form-item:nth-child(2) .el-form-item__content {
  width: 4rem;
  width: 100%;
}
[data-v-1b1c6d37] .el-form .el-form-item:nth-child(2) .el-input .el-input__inner {
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
}
[data-v-1b1c6d37] .el-form .el-form-item:nth-child(2) .el-input .el-input-group__append {
  background-color: transparent;
  border: none;
}
[data-v-1b1c6d37] .el-form-item .el-form-item__label {
  line-height: 0.41rem;
}
[data-v-1b1c6d37] .el-form-item .el-form-item__content {
  line-height: 0.41rem;
}
[data-v-1b1c6d37] .el-form-item .el-form-item__content .el-input__icon {
  line-height: 0.41rem;
}
[data-v-1b1c6d37] .el-form-item .el-form-item__content .el-input__inner {
  height: 0.41rem;
  line-height: 0.41rem;
  background: #fff;
}
.icon[data-v-1b1c6d37] {
  display: block;
  font-size: 0.25rem;
}
.el-pagination[data-v-1b1c6d37] {
  text-align: center;
  padding: 0.1rem;
}
.el-input[data-v-b2426dc4] {
  width: 1.6rem;
  margin-right: 0.3rem;
}
.el-input.name[data-v-b2426dc4], .el-input.mobile[data-v-b2426dc4] {
  width: 1.5rem;
}
.el-select[data-v-b2426dc4] {
  width: 1.8rem;
}
.teacher-input[data-v-b2426dc4] {
  margin-top: 0.2rem;
}
.teacher-input .el-input-list[data-v-b2426dc4] {
  margin-bottom: 0.1rem;
}
.teacher-input i[data-v-b2426dc4] {
  margin-left: 0.1rem;
}
.tip[data-v-b2426dc4] {
  color: #ff4949;
}
.button-new-tag[data-v-b2426dc4],
.tagMember[data-v-b2426dc4] {
  margin-right: 0.2rem;
}
.x[data-v-b2426dc4] {
  color: #f56c6c;
}
.box .add[data-v-ed70bd02] {
  font-weight: 700;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #7db0ea;
  margin-bottom: 0.3rem;
}
.box .child-ruleForm.el-form[data-v-ed70bd02] {
  width: 8.34rem;
  margin: 0 auto 0.3rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  padding-top: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-ed70bd02]  .el-form-item {
  margin-bottom: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-ed70bd02]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.box .child-ruleForm.el-form[data-v-ed70bd02]  .el-form-item .el-tooltip__popper {
  width: 2.03rem;
}
.box .child-ruleForm.el-form[data-v-ed70bd02]  .el-form-item .el-form-item__label {
  width: 1.75rem;
}
.box .child-ruleForm.el-form[data-v-ed70bd02]  .el-form-item .el-form-item__content {
  width: 5.13rem;
  line-height: 0.4rem;
}
.box .child-ruleForm.el-form[data-v-ed70bd02]  .el-form-item .el-form-item__content .el-input-group--append .el-input__inner {
  border-right: none;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
}
.box .child-ruleForm.el-form[data-v-ed70bd02]  .el-form-item .el-form-item__content .el-input__inner {
  border: 0.005rem solid #c4c4c4;
  background: #ffffff;
}
.box .child-ruleForm.el-form[data-v-ed70bd02]  .el-form-item .el-form-item__content .el-input-group__append {
  border: 0.005rem solid #c4c4c4;
  border-left: none;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
}
.box .list[data-v-ed70bd02] {
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.box .item[data-v-ed70bd02] {
  width: 3.38rem;
  margin: 0 0.45rem 0.2rem 0.14rem;
  padding: 0.14rem 0.15rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.box .item.item[data-v-ed70bd02]:nth-child(3n) {
  margin-right: 0;
}
.box .item dt[data-v-ed70bd02] {
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #333333;
}
.box .item dd[data-v-ed70bd02] {
  margin: 0.1rem 0 0;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.box .item a[data-v-ed70bd02] {
  margin-left: 0.1rem;
  margin-top: 0.1rem;
  float: right;
  font-weight: 700;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #7db0ea;
}
.box .add[data-v-5c3ff764] {
  font-weight: 700;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #7db0ea;
  margin-bottom: 0.3rem;
}
.box .child-ruleForm.el-form[data-v-5c3ff764] {
  width: 8.34rem;
  margin: 0 auto 0.3rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  padding-top: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-5c3ff764]  .el-form-item {
  margin-bottom: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-5c3ff764]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.box .child-ruleForm.el-form[data-v-5c3ff764]  .el-form-item .el-tooltip__popper {
  width: 2.03rem;
}
.box .child-ruleForm.el-form[data-v-5c3ff764]  .el-form-item .el-form-item__label {
  width: 1.75rem;
}
.box .child-ruleForm.el-form[data-v-5c3ff764]  .el-form-item .el-form-item__content {
  width: 5.13rem;
  line-height: 0.4rem;
}
.box .child-ruleForm.el-form[data-v-5c3ff764]  .el-form-item .el-form-item__content .el-input-group--append .el-input__inner {
  border-right: none;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
}
.box .child-ruleForm.el-form[data-v-5c3ff764]  .el-form-item .el-form-item__content .el-input__inner {
  border: 0.005rem solid #c4c4c4;
  background: #ffffff;
}
.box .child-ruleForm.el-form[data-v-5c3ff764]  .el-form-item .el-form-item__content .el-input-group__append {
  border: 0.005rem solid #c4c4c4;
  border-left: none;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
}
.box .list[data-v-5c3ff764] {
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.box .item[data-v-5c3ff764] {
  width: 3.38rem;
  margin: 0 0.45rem 0.2rem 0.14rem;
  padding: 0.14rem 0.15rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.box .item.item[data-v-5c3ff764]:nth-child(3n) {
  margin-right: 0;
}
.box .item dt[data-v-5c3ff764] {
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #333333;
}
.box .item dd[data-v-5c3ff764] {
  margin: 0.1rem 0 0;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.box .item a[data-v-5c3ff764] {
  margin-left: 0.1rem;
  margin-top: 0.1rem;
  float: right;
  font-weight: 700;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #7db0ea;
}
.file[data-v-4c452eef] {
  width: 8rem;
  margin-bottom: 0.15rem;
}
.file dt span[data-v-4c452eef] {
  display: none !important;
}
.file dt div[data-v-4c452eef] {
  display: block !important;
}
.file dt div img[data-v-4c452eef] {
  display: inline-block !important;
  margin-right: 0.05rem;
}
.file dt .el-button[data-v-4c452eef] {
  display: inline-block !important;
}
.file dt .viewFile[data-v-4c452eef] {
  margin-right: 0.35rem;
}
.file .el-icon-tickets[data-v-4c452eef] {
  color: #e9f4ff;
  font-size: 0.54rem;
  margin-right: 0.26rem;
}
.file .info[data-v-4c452eef] {
  width: 100%;
  margin: 0;
}
.file .info dt[data-v-4c452eef] {
  margin-bottom: 0.1rem;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.file .info dt span[data-v-4c452eef] {
  display: inline-block;
}
.file .info dt div[data-v-4c452eef] {
  display: none;
}
.file .info dt .el-button[data-v-4c452eef] {
  padding: 0;
  display: none;
}
.file .info dd[data-v-4c452eef] {
  margin: 0.05rem 0 0 0;
  font-size: 0.12rem;
  line-height: 0.17rem;
  color: #999999;
}
[data-v-d65b71d2] .el-dialog {
  min-width: 7rem;
}
[data-v-d65b71d2] .el-timeline-item {
  width: 100%;
}
.file[data-v-d65b71d2] {
  padding-left: 0.14rem;
  margin-bottom: 0.15rem;
}
.file .el-icon-tickets[data-v-d65b71d2] {
  color: #e9f4ff;
  font-size: 0.54rem;
  margin-right: 0.17rem;
}
.file .info[data-v-d65b71d2] {
  width: 100%;
  margin: 0;
}
.file .info dt[data-v-d65b71d2] {
  height: 0.22rem;
}
.file .info dt .fileName[data-v-d65b71d2] {
  display: block;
  width: 3.5rem;
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #333333;
}
.file .info dt .ops[data-v-d65b71d2] {
  width: 0.8rem;
}
.file .info dt .el-button[data-v-d65b71d2] {
  padding: 0.02rem 0.09rem;
  background: #7DB0EA;
  color: #FFFFFF;
  margin-right: 0.2rem;
}
.file .info dd[data-v-d65b71d2] {
  margin: 0.05rem 0 0 0;
  font-size: 0.1rem;
  line-height: 0.14rem;
  color: #999999;
}
.uploadFile .btn[data-v-55a3bfd0] {
  width: 2.81rem;
  height: 0.51rem;
  padding: 0;
  line-height: 0.51rem;
  background: #d3e8fe;
  border: 0.01rem solid #649aff;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  font-size: 0.16rem;
  color: #666666;
}
.uploadFile .btn + .btn[data-v-55a3bfd0] {
  float: right;
}
.uploadFile[data-v-55a3bfd0]  .el-form-item {
  margin-bottom: 0.32rem !important;
}
.text[data-v-c0ae58c2] {
  font-size: 0.14rem;
  color: #999999;
  line-height: 0.4rem;
  font-weight: 700;
}
.avatar-uploader[data-v-c0ae58c2]  .el-upload {
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.avatar-uploader[data-v-c0ae58c2]  .el-upload:hover {
  border-color: #409eff;
}
.avatar-uploader .avatar-uploader-btn[data-v-c0ae58c2] {
  width: 1.15rem;
  height: 1.15rem;
  margin: 0;
}
.avatar-uploader .avatar-uploader-btn dt[data-v-c0ae58c2] {
  font-size: 0.18rem;
  color: #999999;
  font-weight: bold;
  margin-bottom: 0.14rem;
}
.avatar-uploader .avatar-uploader-btn dd[data-v-c0ae58c2] {
  margin: 0.1rem 0 0 0;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.avatar-uploader .avatar-uploader-btn dd[data-v-c0ae58c2]:last-child {
  font-size: 0.1rem;
  line-height: 0.14rem;
  color: #999999;
}
.avatar-uploader .avatar[data-v-c0ae58c2] {
  width: 1.92rem;
  height: 1.92rem;
  display: block;
}
.box .add[data-v-60fd98c2] {
  font-weight: 700;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #7db0ea;
  margin-bottom: 0.3rem;
}
.box .child-ruleForm.el-form[data-v-60fd98c2] {
  width: 8.34rem;
  margin: 0 auto 0.3rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  padding-top: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-60fd98c2]  .el-form-item {
  margin-bottom: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-60fd98c2]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.box .child-ruleForm.el-form[data-v-60fd98c2]  .el-form-item .el-tooltip__popper {
  width: 2.03rem;
}
.box .child-ruleForm.el-form[data-v-60fd98c2]  .el-form-item .el-form-item__label {
  width: 1.75rem;
}
.box .child-ruleForm.el-form[data-v-60fd98c2]  .el-form-item .el-form-item__content {
  width: 5.13rem;
  line-height: 0.4rem;
}
.box .child-ruleForm.el-form[data-v-60fd98c2]  .el-form-item .el-form-item__content .el-input-group--append .el-input__inner {
  border-right: none;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
}
.box .child-ruleForm.el-form[data-v-60fd98c2]  .el-form-item .el-form-item__content .el-input__inner {
  border: 0.005rem solid #c4c4c4;
  background: #ffffff;
}
.box .child-ruleForm.el-form[data-v-60fd98c2]  .el-form-item .el-form-item__content .el-input-group__append {
  border: 0.005rem solid #c4c4c4;
  border-left: none;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
}
.box .list[data-v-60fd98c2] {
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.box .item[data-v-60fd98c2] {
  width: 3.38rem;
  margin: 0 0.45rem 0.2rem 0.14rem;
  padding: 0.14rem 0.15rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.box .item.item[data-v-60fd98c2]:nth-child(3n) {
  margin-right: 0;
}
.box .item dt[data-v-60fd98c2] {
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #333333;
}
.box .item dd[data-v-60fd98c2] {
  margin: 0.1rem 0 0;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.box .item a[data-v-60fd98c2] {
  margin-left: 0.1rem;
  margin-top: 0.1rem;
  float: right;
  font-weight: 700;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #7db0ea;
}
.signUp[data-v-152b0aec] {
  padding: 0.24rem 0 0.4rem;
  background: #f5f6f9;
  position: relative;
}
.signUp[data-v-152b0aec]  .box {
  width: 12rem;
  margin-top: 0.16rem;
  padding: 0 0.2rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0.02659rem 0.06648rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.02659rem 0.06648rem rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0.13296rem;
          border-radius: 0.13296rem;
}
.signUp[data-v-152b0aec]  .box h2.title {
  width: 12rem;
  margin: 0 0;
  padding-left: 0.26rem;
  line-height: 0.52rem;
  background: #f6fbff;
  -webkit-border-radius: 0.13408rem 0.13408rem 0 0;
          border-radius: 0.13408rem 0.13408rem 0 0;
  font-size: 0.2rem;
  color: #333333;
}
.signUp[data-v-152b0aec]  .box h3.title {
  width: 100%;
  padding: 0.36rem 0 0.2rem;
  margin: 0 0 0.3rem 0;
  text-indent: 0.14rem;
  font-size: 0.16rem;
  color: #999999;
  color: #666666;
  border-bottom: 0.005rem solid #ababab;
}
.signUp[data-v-152b0aec]  .box h3.title span {
  width: 1.72rem;
  font-size: 0.18rem;
  color: #333333;
  display: inline-block;
}
.signUp[data-v-152b0aec]  .box div.title {
  width: 100%;
  margin: 0 0 0.3rem 0;
  line-height: 0.72rem;
  text-indent: 0.14rem;
  border-bottom: 0.005rem solid #ababab;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.signUp[data-v-152b0aec]  .box div.title span {
  font-size: 0.2rem;
  color: #333333;
  display: inline-block;
}
.signUp[data-v-152b0aec]  .box div.title .uploadBook {
  margin-top: 0.05rem;
}
.signUp[data-v-152b0aec]  .box div.title .text {
  font-size: 0.16rem;
  color: #999999;
  line-height: 0.22rem;
  font-weight: 400;
  text-indent: 0;
}
.signUp[data-v-152b0aec]  .box div.title .textBook {
  padding: 0.2rem 0;
}
.signUp[data-v-152b0aec]  .box .Member {
  width: auto;
  min-width: 2.65rem;
}
.signUp[data-v-152b0aec]  .box .Tips {
  width: 100%;
  padding: 0.21rem 0.06rem 0.28rem;
  font-weight: 400;
  font-size: 0.18rem;
  line-height: 159.5%;
  color: #da251c;
}
.signUp[data-v-152b0aec]  .el-form-item {
  margin-bottom: 0.48rem;
}
.signUp[data-v-152b0aec]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.signUp[data-v-152b0aec]  .el-form-item .el-form-item__label {
  width: 1.9rem;
  line-height: 0.4rem;
  font-size: 0.16rem;
  color: #666666;
}
.signUp[data-v-152b0aec]  .el-form-item.textarea .el-form-item__content {
  width: 8.34rem;
}
.signUp[data-v-152b0aec]  .el-form-item.textarea .el-form-item__content .el-textarea__inner {
  background: #f9f9f9;
  border: none;
}
.signUp[data-v-152b0aec]  .el-form-item .el-form-item__content {
  width: 7.22rem;
  line-height: 0.4rem;
}
.signUp[data-v-152b0aec]  .el-form-item .el-form-item__content .el-input__icon {
  line-height: 0.4rem;
}
.signUp[data-v-152b0aec]  .el-form-item .el-form-item__content .el-input__inner {
  height: 0.4rem;
  line-height: 0.4rem;
  border: none;
  font-size: 0.14rem;
  color: #999999;
}
.signUp[data-v-152b0aec]  .el-form-item .el-form-item__content .el-input__inner .el-input__count .el-input__count-inner {
  background: none;
  padding: 0 0.12rem;
}
.signUp[data-v-152b0aec]  .dialog-footer {
  margin-top: 0.3rem;
}
.signUp[data-v-152b0aec]  .dialog-footer .el-button.nextStep {
  width: 3.54rem;
  display: block;
  margin: 0 auto;
}
.signUp[data-v-152b0aec]  .dialog-footer .el-button {
  width: 2rem;
  height: 0.4rem;
  padding: 0;
  background: #d3e8fe;
  border: 0.01rem solid #7db0ea;
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
  line-height: 0.4rem;
  font-size: 0.18rem;
  color: #333333;
}
.signUp[data-v-152b0aec]  .dialog-footer .el-button--primary {
  background: #53a3ff;
  color: #fff;
}
[data-v-22db6108] .el-checkbox-button {
  margin: 0 0.36rem 0.17rem 0;
}
[data-v-22db6108] .el-checkbox-button.is-checked .el-checkbox-button__inner {
  background: #7db0ea;
  color: #ffffff;
}
[data-v-22db6108] .el-checkbox-button .el-checkbox-button__inner {
  padding: 0.1rem 0.19rem;
  background: #f9f9f9;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #999999;
}
.tip[data-v-22db6108] {
  color: #ff4949;
}
.mark[data-v-22db6108] {
  margin: 0;
  padding: 0;
  font-size: 0.15rem;
  color: red;
}
.box .add[data-v-fa0300de] {
  font-weight: 700;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #7db0ea;
  margin-bottom: 0.3rem;
}
.box .child-ruleForm.el-form[data-v-fa0300de] {
  width: 8.34rem;
  margin: 0 auto 0.3rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  padding-top: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-fa0300de]  .el-form-item {
  margin-bottom: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-fa0300de]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.box .child-ruleForm.el-form[data-v-fa0300de]  .el-form-item .el-tooltip__popper {
  width: 2.03rem;
}
.box .child-ruleForm.el-form[data-v-fa0300de]  .el-form-item .el-form-item__label {
  width: 1.75rem;
}
.box .child-ruleForm.el-form[data-v-fa0300de]  .el-form-item .el-form-item__content {
  width: 5.13rem;
  line-height: 0.4rem;
}
.box .child-ruleForm.el-form[data-v-fa0300de]  .el-form-item .el-form-item__content .el-input-group--append .el-input__inner {
  border-right: none;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
}
.box .child-ruleForm.el-form[data-v-fa0300de]  .el-form-item .el-form-item__content .el-input__inner {
  border: 0.005rem solid #c4c4c4;
  background: #ffffff;
}
.box .child-ruleForm.el-form[data-v-fa0300de]  .el-form-item .el-form-item__content .el-input-group__append {
  border: 0.005rem solid #c4c4c4;
  border-left: none;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
}
.box .list[data-v-fa0300de] {
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.box .item[data-v-fa0300de] {
  width: 3.38rem;
  margin: 0 0.45rem 0.2rem 0.14rem;
  padding: 0.14rem 0.15rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.box .item.item[data-v-fa0300de]:nth-child(3n) {
  margin-right: 0;
}
.box .item dt[data-v-fa0300de] {
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #333333;
}
.box .item dd[data-v-fa0300de] {
  margin: 0.1rem 0 0;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.box .item a[data-v-fa0300de] {
  margin-left: 0.1rem;
  margin-top: 0.1rem;
  float: right;
  font-weight: 700;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #7db0ea;
}
.box .add[data-v-9d664c88] {
  font-weight: 700;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #7db0ea;
  margin-bottom: 0.3rem;
}
.box .child-ruleForm.el-form[data-v-9d664c88] {
  width: 8.34rem;
  margin: 0 auto 0.3rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  padding-top: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-9d664c88]  .el-form-item {
  margin-bottom: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-9d664c88]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.box .child-ruleForm.el-form[data-v-9d664c88]  .el-form-item .el-tooltip__popper {
  width: 2.03rem;
}
.box .child-ruleForm.el-form[data-v-9d664c88]  .el-form-item .el-form-item__label {
  width: 1.75rem;
}
.box .child-ruleForm.el-form[data-v-9d664c88]  .el-form-item .el-form-item__content {
  width: 5.13rem;
  line-height: 0.4rem;
}
.box .child-ruleForm.el-form[data-v-9d664c88]  .el-form-item .el-form-item__content .el-input-group--append .el-input__inner {
  border-right: none;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
}
.box .child-ruleForm.el-form[data-v-9d664c88]  .el-form-item .el-form-item__content .el-input__inner {
  border: 0.005rem solid #c4c4c4;
  background: #ffffff;
}
.box .child-ruleForm.el-form[data-v-9d664c88]  .el-form-item .el-form-item__content .el-input-group__append {
  border: 0.005rem solid #c4c4c4;
  border-left: none;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
}
.box .list[data-v-9d664c88] {
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.box .item[data-v-9d664c88] {
  width: 3.38rem;
  margin: 0 0.45rem 0.2rem 0.14rem;
  padding: 0.14rem 0.15rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.box .item.item[data-v-9d664c88]:nth-child(3n) {
  margin-right: 0;
}
.box .item dt[data-v-9d664c88] {
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #333333;
}
.box .item dd[data-v-9d664c88] {
  margin: 0.1rem 0 0;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.box .item a[data-v-9d664c88] {
  margin-left: 0.1rem;
  margin-top: 0.1rem;
  float: right;
  font-weight: 700;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #7db0ea;
}
.box .add[data-v-2c8e7643] {
  font-weight: 700;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #7db0ea;
  margin-bottom: 0.3rem;
}
.box .child-ruleForm.el-form[data-v-2c8e7643] {
  width: 8.34rem;
  margin: 0 auto 0.3rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  padding-top: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-2c8e7643]  .el-form-item {
  margin-bottom: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-2c8e7643]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.box .child-ruleForm.el-form[data-v-2c8e7643]  .el-form-item .el-tooltip__popper {
  width: 2.03rem;
}
.box .child-ruleForm.el-form[data-v-2c8e7643]  .el-form-item .el-form-item__label {
  width: 1.75rem;
}
.box .child-ruleForm.el-form[data-v-2c8e7643]  .el-form-item .el-form-item__content {
  width: 5.13rem;
  line-height: 0.4rem;
}
.box .child-ruleForm.el-form[data-v-2c8e7643]  .el-form-item .el-form-item__content .el-input-group--append .el-input__inner {
  border-right: none;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
}
.box .child-ruleForm.el-form[data-v-2c8e7643]  .el-form-item .el-form-item__content .el-input__inner {
  border: 0.005rem solid #c4c4c4;
  background: #ffffff;
}
.box .child-ruleForm.el-form[data-v-2c8e7643]  .el-form-item .el-form-item__content .el-input-group__append {
  border: 0.005rem solid #c4c4c4;
  border-left: none;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
}
.box .list[data-v-2c8e7643] {
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.box .item[data-v-2c8e7643] {
  width: 3.38rem;
  margin: 0 0.45rem 0.2rem 0.14rem;
  padding: 0.14rem 0.15rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.box .item.item[data-v-2c8e7643]:nth-child(3n) {
  margin-right: 0;
}
.box .item dt[data-v-2c8e7643] {
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #333333;
}
.box .item dd[data-v-2c8e7643] {
  margin: 0.1rem 0 0;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.box .item a[data-v-2c8e7643] {
  margin-left: 0.1rem;
  margin-top: 0.1rem;
  float: right;
  font-weight: 700;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #7db0ea;
}
dl[data-v-ea118ec0] {
  text-align: center;
}
dl dt[data-v-ea118ec0] {
  margin-bottom: 0.36rem;
}
dl dd[data-v-ea118ec0] {
  margin: 0 0 0.12rem 0;
  font-size: 0.2rem;
  line-height: 0.23rem;
  color: #333333;
}
[data-v-ea118ec0] .el-button--primary {
  color: #fff !important;
}
[data-v-d9dcf49a] .el-dialog__body {
  padding: 0.3rem 0.5rem 0.01rem;
  overflow-x: hidden;
}
[data-v-d9dcf49a] .el-form {
  text-align: right;
}
[data-v-d9dcf49a] .el-form .el-input__inner {
  background: #f9f9f9 !important;
}
[data-v-d9dcf49a] .el-form .el-form-item:nth-child(1) {
  margin-right: 0.2rem;
}
[data-v-d9dcf49a] .el-form .el-form-item:nth-child(1) .el-form-item__content {
  width: 2rem;
}
[data-v-d9dcf49a] .el-form .el-form-item:nth-child(2) {
  margin-right: 0;
}
[data-v-d9dcf49a] .el-form .el-form-item:nth-child(2) .el-form-item__content {
  width: 4rem;
  width: 100%;
}
[data-v-d9dcf49a] .el-form .el-form-item:nth-child(2) .el-input .el-input__inner {
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
}
[data-v-d9dcf49a] .el-form .el-form-item:nth-child(2) .el-input .el-input-group__append {
  background-color: transparent;
  border: none;
}
[data-v-d9dcf49a] .el-form-item .el-form-item__label {
  line-height: 0.41rem;
}
[data-v-d9dcf49a] .el-form-item .el-form-item__content {
  line-height: 0.41rem;
}
[data-v-d9dcf49a] .el-form-item .el-form-item__content .el-input__icon {
  line-height: 0.41rem;
}
[data-v-d9dcf49a] .el-form-item .el-form-item__content .el-input__inner {
  height: 0.41rem;
  line-height: 0.41rem;
  background: #fff;
}
.icon[data-v-d9dcf49a] {
  display: block;
  font-size: 0.25rem;
}
.el-pagination[data-v-d9dcf49a] {
  text-align: center;
  padding: 0.1rem;
}
[data-v-61924be2] .el-dialog__body {
  padding: 0.3rem 0.5rem 0.01rem;
  overflow-x: hidden;
}
[data-v-61924be2] .el-form {
  text-align: right;
}
[data-v-61924be2] .el-form .el-input__inner {
  background: #f9f9f9 !important;
}
[data-v-61924be2] .el-form .el-form-item:nth-child(1) {
  margin-right: 0.2rem;
}
[data-v-61924be2] .el-form .el-form-item:nth-child(1) .el-form-item__content {
  width: 2rem;
}
[data-v-61924be2] .el-form .el-form-item:nth-child(2) {
  margin-right: 0;
}
[data-v-61924be2] .el-form .el-form-item:nth-child(2) .el-form-item__content {
  width: 4rem;
  width: 100%;
}
[data-v-61924be2] .el-form .el-form-item:nth-child(2) .el-input .el-input__inner {
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
}
[data-v-61924be2] .el-form .el-form-item:nth-child(2) .el-input .el-input-group__append {
  background-color: transparent;
  border: none;
}
[data-v-61924be2] .el-form-item .el-form-item__label {
  line-height: 0.41rem;
}
[data-v-61924be2] .el-form-item .el-form-item__content {
  line-height: 0.41rem;
}
[data-v-61924be2] .el-form-item .el-form-item__content .el-input__icon {
  line-height: 0.41rem;
}
[data-v-61924be2] .el-form-item .el-form-item__content .el-input__inner {
  height: 0.41rem;
  line-height: 0.41rem;
  background: #fff;
}
.icon[data-v-61924be2] {
  display: block;
  font-size: 0.25rem;
}
.el-pagination[data-v-61924be2] {
  text-align: center;
  padding: 0.1rem;
}
.el-input[data-v-70c56847] {
  width: 1.6rem;
  margin-right: 0.3rem;
}
.el-input.name[data-v-70c56847], .el-input.jobNumber[data-v-70c56847], .el-input.mobile[data-v-70c56847] {
  width: 1.3rem;
}
.el-select[data-v-70c56847] {
  width: 1.8rem;
}
.teacher-input[data-v-70c56847] {
  margin-top: 0.2rem;
}
.teacher-input .el-input-list[data-v-70c56847] {
  margin-bottom: 0.1rem;
}
.teacher-input i[data-v-70c56847] {
  margin-left: 0.1rem;
}
.tip[data-v-70c56847] {
  color: #ff4949;
}
.button-new-tag[data-v-70c56847],
.tagMember[data-v-70c56847] {
  margin-right: 0.2rem;
}
.x[data-v-70c56847] {
  color: #f56c6c;
}
.box .add[data-v-5d3ae4b2] {
  font-weight: 700;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #7db0ea;
  margin-bottom: 0.3rem;
}
.box .child-ruleForm.el-form[data-v-5d3ae4b2] {
  width: 8.34rem;
  margin: 0 auto 0.3rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  padding-top: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-5d3ae4b2]  .el-form-item {
  margin-bottom: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-5d3ae4b2]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.box .child-ruleForm.el-form[data-v-5d3ae4b2]  .el-form-item .el-tooltip__popper {
  width: 2.03rem;
}
.box .child-ruleForm.el-form[data-v-5d3ae4b2]  .el-form-item .el-form-item__label {
  width: 1.75rem;
}
.box .child-ruleForm.el-form[data-v-5d3ae4b2]  .el-form-item .el-form-item__content {
  width: 5.13rem;
  line-height: 0.4rem;
}
.box .child-ruleForm.el-form[data-v-5d3ae4b2]  .el-form-item .el-form-item__content .el-input-group--append .el-input__inner {
  border-right: none;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
}
.box .child-ruleForm.el-form[data-v-5d3ae4b2]  .el-form-item .el-form-item__content .el-input__inner {
  border: 0.005rem solid #c4c4c4;
  background: #ffffff;
}
.box .child-ruleForm.el-form[data-v-5d3ae4b2]  .el-form-item .el-form-item__content .el-input-group__append {
  border: 0.005rem solid #c4c4c4;
  border-left: none;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
}
.box .list[data-v-5d3ae4b2] {
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.box .item[data-v-5d3ae4b2] {
  width: 3.38rem;
  margin: 0 0.45rem 0.2rem 0.14rem;
  padding: 0.14rem 0.15rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.box .item.item[data-v-5d3ae4b2]:nth-child(3n) {
  margin-right: 0;
}
.box .item dt[data-v-5d3ae4b2] {
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #333333;
}
.box .item dd[data-v-5d3ae4b2] {
  margin: 0.1rem 0 0;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.box .item a[data-v-5d3ae4b2] {
  margin-left: 0.1rem;
  margin-top: 0.1rem;
  float: right;
  font-weight: 700;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #7db0ea;
}
.box .add[data-v-724071b4] {
  font-weight: 700;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #7db0ea;
  margin-bottom: 0.3rem;
}
.box .child-ruleForm.el-form[data-v-724071b4] {
  width: 8.34rem;
  margin: 0 auto 0.3rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  padding-top: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-724071b4]  .el-form-item {
  margin-bottom: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-724071b4]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.box .child-ruleForm.el-form[data-v-724071b4]  .el-form-item .el-tooltip__popper {
  width: 2.03rem;
}
.box .child-ruleForm.el-form[data-v-724071b4]  .el-form-item .el-form-item__label {
  width: 1.75rem;
}
.box .child-ruleForm.el-form[data-v-724071b4]  .el-form-item .el-form-item__content {
  width: 5.13rem;
  line-height: 0.4rem;
}
.box .child-ruleForm.el-form[data-v-724071b4]  .el-form-item .el-form-item__content .el-input-group--append .el-input__inner {
  border-right: none;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
}
.box .child-ruleForm.el-form[data-v-724071b4]  .el-form-item .el-form-item__content .el-input__inner {
  border: 0.005rem solid #c4c4c4;
  background: #ffffff;
}
.box .child-ruleForm.el-form[data-v-724071b4]  .el-form-item .el-form-item__content .el-input-group__append {
  border: 0.005rem solid #c4c4c4;
  border-left: none;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
}
.box .list[data-v-724071b4] {
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.box .item[data-v-724071b4] {
  width: 3.38rem;
  margin: 0 0.45rem 0.2rem 0.14rem;
  padding: 0.14rem 0.15rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.box .item.item[data-v-724071b4]:nth-child(3n) {
  margin-right: 0;
}
.box .item dt[data-v-724071b4] {
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #333333;
}
.box .item dd[data-v-724071b4] {
  margin: 0.1rem 0 0;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.box .item a[data-v-724071b4] {
  margin-left: 0.1rem;
  margin-top: 0.1rem;
  float: right;
  font-weight: 700;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #7db0ea;
}
.file[data-v-62fd0517] {
  width: 8rem;
  margin-bottom: 0.15rem;
}
.file dt span[data-v-62fd0517] {
  display: none !important;
}
.file dt div[data-v-62fd0517] {
  display: block !important;
}
.file dt div img[data-v-62fd0517] {
  display: inline-block !important;
  margin-right: 0.05rem;
}
.file dt .el-button[data-v-62fd0517] {
  display: inline-block !important;
}
.file dt .viewFile[data-v-62fd0517] {
  margin-right: 0.35rem;
}
.file .el-icon-tickets[data-v-62fd0517] {
  color: #e9f4ff;
  font-size: 0.54rem;
  margin-right: 0.26rem;
}
.file .info[data-v-62fd0517] {
  width: 100%;
  margin: 0;
}
.file .info dt[data-v-62fd0517] {
  margin-bottom: 0.1rem;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.file .info dt span[data-v-62fd0517] {
  display: inline-block;
}
.file .info dt div[data-v-62fd0517] {
  display: none;
}
.file .info dt .el-button[data-v-62fd0517] {
  padding: 0;
  display: none;
}
.file .info dd[data-v-62fd0517] {
  margin: 0.05rem 0 0 0;
  font-size: 0.12rem;
  line-height: 0.17rem;
  color: #999999;
}
[data-v-3fcadf3f] .el-dialog {
  min-width: 7rem;
}
[data-v-3fcadf3f] .el-timeline-item {
  width: 100%;
}
.file[data-v-3fcadf3f] {
  padding-left: 0.14rem;
  margin-bottom: 0.15rem;
}
.file .el-icon-tickets[data-v-3fcadf3f] {
  color: #e9f4ff;
  font-size: 0.54rem;
  margin-right: 0.17rem;
}
.file .info[data-v-3fcadf3f] {
  width: 100%;
  margin: 0;
}
.file .info dt[data-v-3fcadf3f] {
  height: 0.22rem;
}
.file .info dt .fileName[data-v-3fcadf3f] {
  display: block;
  width: 3.5rem;
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #333333;
}
.file .info dt .ops[data-v-3fcadf3f] {
  width: 0.8rem;
}
.file .info dt .el-button[data-v-3fcadf3f] {
  padding: 0.02rem 0.09rem;
  background: #7DB0EA;
  color: #FFFFFF;
  margin-right: 0.2rem;
}
.file .info dd[data-v-3fcadf3f] {
  margin: 0.05rem 0 0 0;
  font-size: 0.1rem;
  line-height: 0.14rem;
  color: #999999;
}
.uploadFile .btn[data-v-2bed6e52] {
  width: 2.81rem;
  height: 0.51rem;
  padding: 0;
  line-height: 0.51rem;
  background: #d3e8fe;
  border: 0.01rem solid #649aff;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  font-size: 0.16rem;
  color: #666666;
}
.uploadFile .btn + .btn[data-v-2bed6e52] {
  float: right;
}
.uploadFile[data-v-2bed6e52]  .el-form-item {
  margin-bottom: 0.32rem !important;
}
.mark[data-v-2bed6e52] {
  margin: 0;
  padding: 0;
  font-size: 0.15rem;
  color: red;
}
.uploadFile .btn[data-v-521e7ad5] {
  width: 2.81rem;
  height: 0.51rem;
  padding: 0;
  line-height: 0.51rem;
  background: #d3e8fe;
  border: 0.01rem solid #649aff;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  font-size: 0.16rem;
  color: #666666;
}
.uploadFile .btn + .btn[data-v-521e7ad5] {
  float: right;
}
.uploadFile[data-v-521e7ad5]  .el-form-item {
  margin-bottom: 0.32rem !important;
}
.mark[data-v-521e7ad5] {
  margin: 0;
  padding: 0;
  font-size: 0.15rem;
  color: red;
}
.box .add[data-v-e077bb12] {
  font-weight: 700;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #7db0ea;
  margin-bottom: 0.3rem;
}
.box .child-ruleForm.el-form[data-v-e077bb12] {
  width: 8.34rem;
  margin: 0 auto 0.3rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  padding-top: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-e077bb12]  .el-form-item {
  margin-bottom: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-e077bb12]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.box .child-ruleForm.el-form[data-v-e077bb12]  .el-form-item .el-tooltip__popper {
  width: 2.03rem;
}
.box .child-ruleForm.el-form[data-v-e077bb12]  .el-form-item .el-form-item__label {
  width: 1.75rem;
}
.box .child-ruleForm.el-form[data-v-e077bb12]  .el-form-item .el-form-item__content {
  width: 5.13rem;
  line-height: 0.4rem;
}
.box .child-ruleForm.el-form[data-v-e077bb12]  .el-form-item .el-form-item__content .el-input-group--append .el-input__inner {
  border-right: none;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
}
.box .child-ruleForm.el-form[data-v-e077bb12]  .el-form-item .el-form-item__content .el-input__inner {
  border: 0.005rem solid #c4c4c4;
  background: #ffffff;
}
.box .child-ruleForm.el-form[data-v-e077bb12]  .el-form-item .el-form-item__content .el-input-group__append {
  border: 0.005rem solid #c4c4c4;
  border-left: none;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
}
.box .list[data-v-e077bb12] {
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.box .item[data-v-e077bb12] {
  width: 3.38rem;
  margin: 0 0.45rem 0.2rem 0.14rem;
  padding: 0.14rem 0.15rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.box .item.item[data-v-e077bb12]:nth-child(3n) {
  margin-right: 0;
}
.box .item dt[data-v-e077bb12] {
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #333333;
}
.box .item dd[data-v-e077bb12] {
  margin: 0.1rem 0 0;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.box .item a[data-v-e077bb12] {
  margin-left: 0.1rem;
  margin-top: 0.1rem;
  float: right;
  font-weight: 700;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #7db0ea;
}
.projectDesc[data-v-4e68f314] {
  line-height: 0.20888rem;
  font-size: 0.08355rem;
  color: #aaaaaa;
}
.mark[data-v-4e68f314] {
  margin: 0;
  padding: 0;
  font-size: 0.15rem;
  color: red;
}
.signUp[data-v-4e68f314] {
  padding: 0.24rem 0 0.4rem;
  background: #f5f6f9;
  position: relative;
}
.signUp[data-v-4e68f314]  .box {
  width: 12rem;
  margin-top: 0.16rem;
  padding: 0 0.2rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0.02659rem 0.06648rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.02659rem 0.06648rem rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0.13296rem;
          border-radius: 0.13296rem;
}
.signUp[data-v-4e68f314]  .box h2.title {
  width: 12rem;
  margin: 0 0;
  padding-left: 0.26rem;
  line-height: 0.52rem;
  background: #f6fbff;
  -webkit-border-radius: 0.13408rem 0.13408rem 0 0;
          border-radius: 0.13408rem 0.13408rem 0 0;
  font-size: 0.2rem;
  color: #333333;
}
.signUp[data-v-4e68f314]  .box h3.title {
  width: 100%;
  padding: 0.36rem 0 0.2rem;
  margin: 0 0 0.3rem 0;
  text-indent: 0.14rem;
  font-size: 0.16rem;
  color: #999999;
  color: #666666;
  border-bottom: 0.005rem solid #ababab;
}
.signUp[data-v-4e68f314]  .box h3.title span {
  width: 1.72rem;
  font-size: 0.18rem;
  color: #333333;
  display: inline-block;
}
.signUp[data-v-4e68f314]  .box div.title {
  width: 100%;
  margin: 0 0 0.3rem 0;
  line-height: 0.72rem;
  text-indent: 0.14rem;
  border-bottom: 0.005rem solid #ababab;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.signUp[data-v-4e68f314]  .box div.title span {
  font-size: 0.2rem;
  color: #333333;
  display: inline-block;
}
.signUp[data-v-4e68f314]  .box div.title .uploadBook {
  margin-top: 0.05rem;
}
.signUp[data-v-4e68f314]  .box div.title .text {
  font-size: 0.16rem;
  color: #999999;
  line-height: 0.22rem;
  font-weight: 400;
  text-indent: 0;
}
.signUp[data-v-4e68f314]  .box div.title .textBook {
  padding: 0.2rem 0;
}
.signUp[data-v-4e68f314]  .box .Member {
  width: auto;
  min-width: 2.65rem;
}
.signUp[data-v-4e68f314]  .box .Tips {
  width: 100%;
  padding: 0.21rem 0.06rem 0.28rem;
  font-weight: 400;
  font-size: 0.18rem;
  line-height: 159.5%;
  color: #da251c;
}
.signUp[data-v-4e68f314]  .el-form-item {
  margin-bottom: 0.3rem;
}
.signUp[data-v-4e68f314]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.signUp[data-v-4e68f314]  .el-form-item .el-form-item__label {
  width: 1.9rem;
  line-height: 0.4rem;
  font-size: 0.16rem;
  color: #666666;
}
.signUp[data-v-4e68f314]  .el-form-item.textarea .el-form-item__content {
  width: 8.34rem;
}
.signUp[data-v-4e68f314]  .el-form-item.textarea .el-form-item__content .el-textarea__inner {
  background: #f9f9f9;
  border: none;
}
.signUp[data-v-4e68f314]  .el-form-item .el-form-item__content {
  width: 7.22rem;
  line-height: 0.4rem;
}
.signUp[data-v-4e68f314]  .el-form-item .el-form-item__content .el-input__icon {
  line-height: 0.4rem;
}
.signUp[data-v-4e68f314]  .el-form-item .el-form-item__content .el-input__inner {
  height: 0.4rem;
  line-height: 0.4rem;
  border: none;
  font-size: 0.14rem;
  color: #999999;
}
.signUp[data-v-4e68f314]  .el-form-item .el-form-item__content .el-input__inner .el-input__count .el-input__count-inner {
  background: none;
  padding: 0 0.12rem;
}
.signUp[data-v-4e68f314]  .dialog-footer {
  margin-top: 0.3rem;
}
.signUp[data-v-4e68f314]  .dialog-footer .el-button.nextStep {
  width: 3.54rem;
  display: block;
  margin: 0 auto;
}
.signUp[data-v-4e68f314]  .dialog-footer .el-button {
  width: 2rem;
  height: 0.4rem;
  padding: 0;
  background: #d3e8fe;
  border: 0.01rem solid #7db0ea;
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
  line-height: 0.4rem;
  font-size: 0.18rem;
  color: #333333;
}
.signUp[data-v-4e68f314]  .dialog-footer .el-button--primary {
  background: #53a3ff;
  color: #fff;
}
.text[data-v-7471b1a2] {
  font-size: 0.14rem;
  color: #999999;
  line-height: 0.4rem;
  font-weight: 700;
}
.avatar-uploader[data-v-7471b1a2]  .el-upload {
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.avatar-uploader[data-v-7471b1a2]  .el-upload:hover {
  border-color: #409eff;
}
.avatar-uploader .avatar-uploader-btn[data-v-7471b1a2] {
  width: 1.15rem;
  height: 1.15rem;
  margin: 0;
}
.avatar-uploader .avatar-uploader-btn dt[data-v-7471b1a2] {
  font-size: 0.18rem;
  color: #999999;
  font-weight: bold;
  margin-bottom: 0.14rem;
}
.avatar-uploader .avatar-uploader-btn dd[data-v-7471b1a2] {
  margin: 0.1rem 0 0 0;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.avatar-uploader .avatar-uploader-btn dd[data-v-7471b1a2]:last-child {
  font-size: 0.1rem;
  line-height: 0.14rem;
  color: #999999;
}
.avatar-uploader .avatar[data-v-7471b1a2] {
  width: 1.92rem;
  height: 1.92rem;
  display: block;
}
[data-v-027d63c4] .el-checkbox-button {
  margin: 0 0.36rem 0.17rem 0;
}
[data-v-027d63c4] .el-checkbox-button.is-checked .el-checkbox-button__inner {
  background: #7db0ea;
  color: #ffffff;
}
[data-v-027d63c4] .el-checkbox-button .el-checkbox-button__inner {
  padding: 0.1rem 0.19rem;
  background: #f9f9f9;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #999999;
}
.signUp .child-ruleForm[data-v-76f804be] {
  width: 8.34rem;
  padding: 0.3rem 0 0.2rem;
  margin: 0.15rem 0 0 -1rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.signUp .child-ruleForm .el-icon-question[data-v-76f804be] {
  color: #ff7171;
}
.signUp .child-ruleForm[data-v-76f804be]  .el-form-item {
  margin-bottom: 0.32rem;
}
.signUp .child-ruleForm[data-v-76f804be]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.signUp .child-ruleForm[data-v-76f804be]  .el-form-item .el-tooltip__popper {
  width: 2.03rem;
}
.signUp .child-ruleForm[data-v-76f804be]  .el-form-item .el-form-item__label {
  width: 1.75rem;
}
.signUp .child-ruleForm[data-v-76f804be]  .el-form-item .el-form-item__content {
  width: 5.13rem;
  line-height: 0.4rem;
}
.signUp .child-ruleForm[data-v-76f804be]  .el-form-item .el-form-item__content .el-input-group--append .el-input__inner {
  border-right: none;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
}
.signUp .child-ruleForm[data-v-76f804be]  .el-form-item .el-form-item__content .el-input__inner {
  border: 0.005rem solid #c4c4c4;
  background: #ffffff;
}
.signUp .child-ruleForm[data-v-76f804be]  .el-form-item .el-form-item__content .el-input-group__append {
  border: 0.005rem solid #c4c4c4;
  border-left: none;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
}
.signUp .child-ruleForm .projectShareholderList .shareholder[data-v-76f804be] {
  width: 3rem;
  border-bottom: 0.01rem solid rgba(0, 0, 0, 0.2);
}
.signUp .child-ruleForm .projectShareholderList .shareholder[data-v-76f804be]:nth-child(n+2)  .el-form-item:nth-child(1) {
  margin-top: 0.15rem;
}
.signUp .child-ruleForm .projectShareholderList .shareholder[data-v-76f804be]  .el-form-item:nth-child(3),
.signUp .child-ruleForm .projectShareholderList .shareholder[data-v-76f804be]  .el-form-item:nth-child(4) {
  margin-bottom: 0;
}
.signUp .child-ruleForm .projectShareholderList[data-v-76f804be]  .el-form-item .el-form-item__label {
  width: 0.75rem;
  color: #999999;
  font-size: 0.14rem;
}
.signUp .child-ruleForm .projectShareholderList[data-v-76f804be]  .el-form-item .el-form-item__content {
  width: 2.08rem;
  line-height: 0.4rem;
}
.signUp .child-ruleForm .el-upload__tip[data-v-76f804be] {
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #999999;
}
.signUp .child-ruleForm .el-upload__tip a[data-v-76f804be] {
  color: #7db0ea;
}
.tooltip-popper {
  width: 2.03rem;
  font-weight: 400;
  font-size: 0.12rem;
  line-height: 0.19rem;
  color: #999999;
  border: none !important;
}
.tooltip-popper span {
  color: #666666;
}
.signUp .child-ruleForm[data-v-25cc0320] {
  width: 8.34rem;
  padding: 0.3rem 0 0.2rem;
  margin: 0.15rem 0 0 -1rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.signUp .child-ruleForm .el-icon-question[data-v-25cc0320] {
  color: #ff7171;
}
.signUp .child-ruleForm[data-v-25cc0320]  .el-form-item {
  margin-bottom: 0.32rem;
}
.signUp .child-ruleForm[data-v-25cc0320]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.signUp .child-ruleForm[data-v-25cc0320]  .el-form-item .el-tooltip__popper {
  width: 2.03rem;
}
.signUp .child-ruleForm[data-v-25cc0320]  .el-form-item .el-form-item__label {
  width: 1.75rem;
}
.signUp .child-ruleForm[data-v-25cc0320]  .el-form-item .el-form-item__content {
  width: 5.13rem;
  line-height: 0.4rem;
}
.signUp .child-ruleForm[data-v-25cc0320]  .el-form-item .el-form-item__content .el-input-group--append .el-input__inner {
  border-right: none;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
}
.signUp .child-ruleForm[data-v-25cc0320]  .el-form-item .el-form-item__content .el-input__inner {
  border: 0.005rem solid #c4c4c4;
  background: #ffffff;
}
.signUp .child-ruleForm[data-v-25cc0320]  .el-form-item .el-form-item__content .el-input-group__append {
  border: 0.005rem solid #c4c4c4;
  border-left: none;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
}
.signUp .child-ruleForm .el-upload__tip[data-v-25cc0320] {
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #999999;
}
.signUp .child-ruleForm .el-upload__tip a[data-v-25cc0320] {
  color: #7db0ea;
}
.tooltip-popper {
  width: 2.03rem;
  font-weight: 400;
  font-size: 0.12rem;
  line-height: 0.19rem;
  color: #999999;
  border: none !important;
}
.tooltip-popper span {
  color: #666666;
}
.file[data-v-2b44e15f] {
  width: 8rem;
  margin-bottom: 0.15rem;
}
.file dt span[data-v-2b44e15f] {
  display: none !important;
}
.file dt div[data-v-2b44e15f] {
  display: block !important;
}
.file dt div img[data-v-2b44e15f] {
  display: inline-block !important;
  margin-right: 0.05rem;
}
.file dt .el-button[data-v-2b44e15f] {
  display: inline-block !important;
}
.file dt .viewFile[data-v-2b44e15f] {
  margin-right: 0.35rem;
}
.file .el-icon-tickets[data-v-2b44e15f] {
  color: #e9f4ff;
  font-size: 0.54rem;
  margin-right: 0.26rem;
}
.file .info[data-v-2b44e15f] {
  width: 100%;
  margin: 0;
}
.file .info dt[data-v-2b44e15f] {
  margin-bottom: 0.1rem;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.file .info dt span[data-v-2b44e15f] {
  display: inline-block;
}
.file .info dt div[data-v-2b44e15f] {
  display: none;
}
.file .info dt .el-button[data-v-2b44e15f] {
  padding: 0;
  display: none;
}
.file .info dd[data-v-2b44e15f] {
  margin: 0.05rem 0 0 0;
  font-size: 0.12rem;
  line-height: 0.17rem;
  color: #999999;
}
[data-v-327e6587] .el-dialog {
  min-width: 7rem;
}
[data-v-327e6587] .el-timeline-item {
  width: 100%;
}
.file[data-v-327e6587] {
  padding-left: 0.14rem;
  margin-bottom: 0.15rem;
}
.file .el-icon-tickets[data-v-327e6587] {
  color: #e9f4ff;
  font-size: 0.54rem;
  margin-right: 0.17rem;
}
.file .info[data-v-327e6587] {
  width: 100%;
  margin: 0;
}
.file .info dt[data-v-327e6587] {
  height: 0.22rem;
}
.file .info dt .fileName[data-v-327e6587] {
  display: block;
  width: 3.5rem;
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #333333;
}
.file .info dt .ops[data-v-327e6587] {
  width: 0.8rem;
}
.file .info dt .el-button[data-v-327e6587] {
  padding: 0.02rem 0.09rem;
  background: #7DB0EA;
  color: #FFFFFF;
  margin-right: 0.2rem;
}
.file .info dd[data-v-327e6587] {
  margin: 0.05rem 0 0 0;
  font-size: 0.1rem;
  line-height: 0.14rem;
  color: #999999;
}
.uploadFile .btn[data-v-19604380] {
  width: 2.81rem;
  height: 0.51rem;
  padding: 0;
  line-height: 0.51rem;
  background: #d3e8fe;
  border: 0.01rem solid #649aff;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  font-size: 0.16rem;
  color: #666666;
}
.uploadFile .btn + .btn[data-v-19604380] {
  float: right;
}
.uploadFile[data-v-19604380]  .el-form-item {
  margin-bottom: 0.32rem !important;
}
[data-v-f475e80a] .el-dialog__body {
  padding: 0.3rem 0.5rem 0.01rem;
  overflow-x: hidden;
}
[data-v-f475e80a] .el-form {
  text-align: right;
}
[data-v-f475e80a] .el-form .el-input__inner {
  background: #f9f9f9 !important;
}
[data-v-f475e80a] .el-form .el-form-item:nth-child(1) {
  margin-right: 0.2rem;
}
[data-v-f475e80a] .el-form .el-form-item:nth-child(1) .el-form-item__content {
  width: 2rem;
}
[data-v-f475e80a] .el-form .el-form-item:nth-child(2) {
  margin-right: 0;
}
[data-v-f475e80a] .el-form .el-form-item:nth-child(2) .el-form-item__content {
  width: 4rem;
  width: 100%;
}
[data-v-f475e80a] .el-form .el-form-item:nth-child(2) .el-input .el-input__inner {
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
}
[data-v-f475e80a] .el-form .el-form-item:nth-child(2) .el-input .el-input-group__append {
  background-color: transparent;
  border: none;
}
[data-v-f475e80a] .el-form-item .el-form-item__label {
  line-height: 0.41rem;
}
[data-v-f475e80a] .el-form-item .el-form-item__content {
  line-height: 0.41rem;
}
[data-v-f475e80a] .el-form-item .el-form-item__content .el-input__icon {
  line-height: 0.41rem;
}
[data-v-f475e80a] .el-form-item .el-form-item__content .el-input__inner {
  height: 0.41rem;
  line-height: 0.41rem;
  background: #fff;
}
.icon[data-v-f475e80a] {
  display: block;
  font-size: 0.25rem;
}
.el-pagination[data-v-f475e80a] {
  text-align: center;
  padding: 0.1rem;
}
[data-v-32f41cc7] .el-dialog__body {
  padding: 0.3rem 0.5rem 0.01rem;
  overflow-x: hidden;
}
[data-v-32f41cc7] .el-form {
  text-align: right;
}
[data-v-32f41cc7] .el-form .el-input__inner {
  background: #f9f9f9 !important;
}
[data-v-32f41cc7] .el-form .el-form-item:nth-child(1) {
  margin-right: 0.2rem;
}
[data-v-32f41cc7] .el-form .el-form-item:nth-child(1) .el-form-item__content {
  width: 2rem;
}
[data-v-32f41cc7] .el-form .el-form-item:nth-child(2) {
  margin-right: 0;
}
[data-v-32f41cc7] .el-form .el-form-item:nth-child(2) .el-form-item__content {
  width: 4rem;
  width: 100%;
}
[data-v-32f41cc7] .el-form .el-form-item:nth-child(2) .el-input .el-input__inner {
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
}
[data-v-32f41cc7] .el-form .el-form-item:nth-child(2) .el-input .el-input-group__append {
  background-color: transparent;
  border: none;
}
[data-v-32f41cc7] .el-form-item .el-form-item__label {
  line-height: 0.41rem;
}
[data-v-32f41cc7] .el-form-item .el-form-item__content {
  line-height: 0.41rem;
}
[data-v-32f41cc7] .el-form-item .el-form-item__content .el-input__icon {
  line-height: 0.41rem;
}
[data-v-32f41cc7] .el-form-item .el-form-item__content .el-input__inner {
  height: 0.41rem;
  line-height: 0.41rem;
  background: #fff;
}
.icon[data-v-32f41cc7] {
  display: block;
  font-size: 0.25rem;
}
.el-pagination[data-v-32f41cc7] {
  text-align: center;
  padding: 0.1rem;
}
.el-input[data-v-7e4078e4] {
  width: 1.6rem;
  margin-right: 0.3rem;
}
.el-input.name[data-v-7e4078e4], .el-input.jobNumber[data-v-7e4078e4], .el-input.mobile[data-v-7e4078e4] {
  width: 1.3rem;
}
.el-select[data-v-7e4078e4] {
  width: 1.8rem;
}
.teacher-input[data-v-7e4078e4] {
  margin-top: 0.2rem;
}
.teacher-input .el-input-list[data-v-7e4078e4] {
  margin-bottom: 0.1rem;
}
.teacher-input i[data-v-7e4078e4] {
  margin-left: 0.1rem;
}
.tip[data-v-7e4078e4] {
  color: #ff4949;
  font-size: 0.13rem;
}
.button-new-tag[data-v-7e4078e4],
.tagMember[data-v-7e4078e4] {
  margin-right: 0.2rem;
}
.x[data-v-7e4078e4] {
  color: #f56c6c;
}
.box .add[data-v-0250608b] {
  font-weight: 700;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #7db0ea;
  margin-bottom: 0.3rem;
}
.box .child-ruleForm.el-form[data-v-0250608b] {
  width: 8.34rem;
  margin: 0 auto 0.3rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  padding-top: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-0250608b]  .el-form-item {
  margin-bottom: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-0250608b]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.box .child-ruleForm.el-form[data-v-0250608b]  .el-form-item .el-tooltip__popper {
  width: 2.03rem;
}
.box .child-ruleForm.el-form[data-v-0250608b]  .el-form-item .el-form-item__label {
  width: 1.75rem;
}
.box .child-ruleForm.el-form[data-v-0250608b]  .el-form-item .el-form-item__content {
  width: 5.13rem;
  line-height: 0.4rem;
}
.box .child-ruleForm.el-form[data-v-0250608b]  .el-form-item .el-form-item__content .el-input-group--append .el-input__inner {
  border-right: none;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
}
.box .child-ruleForm.el-form[data-v-0250608b]  .el-form-item .el-form-item__content .el-input__inner {
  border: 0.005rem solid #c4c4c4;
  background: #ffffff;
}
.box .child-ruleForm.el-form[data-v-0250608b]  .el-form-item .el-form-item__content .el-input-group__append {
  border: 0.005rem solid #c4c4c4;
  border-left: none;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
}
.box .list[data-v-0250608b] {
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.box .item[data-v-0250608b] {
  width: 3.38rem;
  margin: 0 0.45rem 0.2rem 0.14rem;
  padding: 0.14rem 0.15rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.box .item.item[data-v-0250608b]:nth-child(3n) {
  margin-right: 0;
}
.box .item dt[data-v-0250608b] {
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #333333;
}
.box .item dd[data-v-0250608b] {
  margin: 0.1rem 0 0;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.box .item a[data-v-0250608b] {
  margin-left: 0.1rem;
  margin-top: 0.1rem;
  float: right;
  font-weight: 700;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #7db0ea;
}
.box .add[data-v-b1b71022] {
  font-weight: 700;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #7db0ea;
  margin-bottom: 0.3rem;
}
.box .child-ruleForm.el-form[data-v-b1b71022] {
  width: 8.34rem;
  margin: 0 auto 0.3rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  padding-top: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-b1b71022]  .el-form-item {
  margin-bottom: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-b1b71022]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.box .child-ruleForm.el-form[data-v-b1b71022]  .el-form-item .el-tooltip__popper {
  width: 2.03rem;
}
.box .child-ruleForm.el-form[data-v-b1b71022]  .el-form-item .el-form-item__label {
  width: 1.75rem;
}
.box .child-ruleForm.el-form[data-v-b1b71022]  .el-form-item .el-form-item__content {
  width: 5.13rem;
  line-height: 0.4rem;
}
.box .child-ruleForm.el-form[data-v-b1b71022]  .el-form-item .el-form-item__content .el-input-group--append .el-input__inner {
  border-right: none;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
}
.box .child-ruleForm.el-form[data-v-b1b71022]  .el-form-item .el-form-item__content .el-input__inner {
  border: 0.005rem solid #c4c4c4;
  background: #ffffff;
}
.box .child-ruleForm.el-form[data-v-b1b71022]  .el-form-item .el-form-item__content .el-input-group__append {
  border: 0.005rem solid #c4c4c4;
  border-left: none;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
}
.box .list[data-v-b1b71022] {
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.box .item[data-v-b1b71022] {
  width: 3.38rem;
  margin: 0 0.45rem 0.2rem 0.14rem;
  padding: 0.14rem 0.15rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.box .item.item[data-v-b1b71022]:nth-child(3n) {
  margin-right: 0;
}
.box .item dt[data-v-b1b71022] {
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #333333;
}
.box .item dd[data-v-b1b71022] {
  margin: 0.1rem 0 0;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.box .item a[data-v-b1b71022] {
  margin-left: 0.1rem;
  margin-top: 0.1rem;
  float: right;
  font-weight: 700;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #7db0ea;
}
.box .add[data-v-58c069d9] {
  font-weight: 700;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #7db0ea;
  margin-bottom: 0.3rem;
}
.box .child-ruleForm.el-form[data-v-58c069d9] {
  width: 8.34rem;
  margin: 0 auto 0.3rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  padding-top: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-58c069d9]  .el-form-item {
  margin-bottom: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-58c069d9]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.box .child-ruleForm.el-form[data-v-58c069d9]  .el-form-item .el-tooltip__popper {
  width: 2.03rem;
}
.box .child-ruleForm.el-form[data-v-58c069d9]  .el-form-item .el-form-item__label {
  width: 1.75rem;
}
.box .child-ruleForm.el-form[data-v-58c069d9]  .el-form-item .el-form-item__content {
  width: 5.13rem;
  line-height: 0.4rem;
}
.box .child-ruleForm.el-form[data-v-58c069d9]  .el-form-item .el-form-item__content .el-input-group--append .el-input__inner {
  border-right: none;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
}
.box .child-ruleForm.el-form[data-v-58c069d9]  .el-form-item .el-form-item__content .el-input__inner {
  border: 0.005rem solid #c4c4c4;
  background: #ffffff;
}
.box .child-ruleForm.el-form[data-v-58c069d9]  .el-form-item .el-form-item__content .el-input-group__append {
  border: 0.005rem solid #c4c4c4;
  border-left: none;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
}
.box .list[data-v-58c069d9] {
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.box .item[data-v-58c069d9] {
  width: 3.38rem;
  margin: 0 0.45rem 0.2rem 0.14rem;
  padding: 0.14rem 0.15rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.box .item.item[data-v-58c069d9]:nth-child(3n) {
  margin-right: 0;
}
.box .item dt[data-v-58c069d9] {
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #333333;
}
.box .item dd[data-v-58c069d9] {
  margin: 0.1rem 0 0;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.box .item a[data-v-58c069d9] {
  margin-left: 0.1rem;
  margin-top: 0.1rem;
  float: right;
  font-weight: 700;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #7db0ea;
}
.box .add[data-v-3b292b18] {
  font-weight: 700;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #7db0ea;
  margin-bottom: 0.3rem;
}
.box .child-ruleForm.el-form[data-v-3b292b18] {
  width: 8.34rem;
  margin: 0 auto 0.3rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  padding-top: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-3b292b18]  .el-form-item {
  margin-bottom: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-3b292b18]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.box .child-ruleForm.el-form[data-v-3b292b18]  .el-form-item .el-tooltip__popper {
  width: 2.03rem;
}
.box .child-ruleForm.el-form[data-v-3b292b18]  .el-form-item .el-form-item__label {
  width: 1.75rem;
}
.box .child-ruleForm.el-form[data-v-3b292b18]  .el-form-item .el-form-item__content {
  width: 5.13rem;
  line-height: 0.4rem;
}
.box .child-ruleForm.el-form[data-v-3b292b18]  .el-form-item .el-form-item__content .el-input-group--append .el-input__inner {
  border-right: none;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
}
.box .child-ruleForm.el-form[data-v-3b292b18]  .el-form-item .el-form-item__content .el-input__inner {
  border: 0.005rem solid #c4c4c4;
  background: #ffffff;
}
.box .child-ruleForm.el-form[data-v-3b292b18]  .el-form-item .el-form-item__content .el-input-group__append {
  border: 0.005rem solid #c4c4c4;
  border-left: none;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
}
.box .list[data-v-3b292b18] {
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.box .item[data-v-3b292b18] {
  width: 3.38rem;
  margin: 0 0.45rem 0.2rem 0.14rem;
  padding: 0.14rem 0.15rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.box .item.item[data-v-3b292b18]:nth-child(3n) {
  margin-right: 0;
}
.box .item dt[data-v-3b292b18] {
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #333333;
}
.box .item dd[data-v-3b292b18] {
  margin: 0.1rem 0 0;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.box .item a[data-v-3b292b18] {
  margin-left: 0.1rem;
  margin-top: 0.1rem;
  float: right;
  font-weight: 700;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #7db0ea;
}
.box .add[data-v-5f1061a2] {
  font-weight: 700;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #7db0ea;
  margin-bottom: 0.3rem;
}
.box .child-ruleForm.el-form[data-v-5f1061a2] {
  width: 8.34rem;
  margin: 0 auto 0.3rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  padding-top: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-5f1061a2]  .el-form-item {
  margin-bottom: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-5f1061a2]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.box .child-ruleForm.el-form[data-v-5f1061a2]  .el-form-item .el-tooltip__popper {
  width: 2.03rem;
}
.box .child-ruleForm.el-form[data-v-5f1061a2]  .el-form-item .el-form-item__label {
  width: 1.75rem;
}
.box .child-ruleForm.el-form[data-v-5f1061a2]  .el-form-item .el-form-item__content {
  width: 5.13rem;
  line-height: 0.4rem;
}
.box .child-ruleForm.el-form[data-v-5f1061a2]  .el-form-item .el-form-item__content .el-input-group--append .el-input__inner {
  border-right: none;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
}
.box .child-ruleForm.el-form[data-v-5f1061a2]  .el-form-item .el-form-item__content .el-input__inner {
  border: 0.005rem solid #c4c4c4;
  background: #ffffff;
}
.box .child-ruleForm.el-form[data-v-5f1061a2]  .el-form-item .el-form-item__content .el-input-group__append {
  border: 0.005rem solid #c4c4c4;
  border-left: none;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
}
.box .list[data-v-5f1061a2] {
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.box .item[data-v-5f1061a2] {
  width: 3.38rem;
  margin: 0 0.45rem 0.2rem 0.14rem;
  padding: 0.14rem 0.15rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.box .item.item[data-v-5f1061a2]:nth-child(3n) {
  margin-right: 0;
}
.box .item dt[data-v-5f1061a2] {
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #333333;
}
.box .item dd[data-v-5f1061a2] {
  margin: 0.1rem 0 0;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.box .item a[data-v-5f1061a2] {
  margin-left: 0.1rem;
  margin-top: 0.1rem;
  float: right;
  font-weight: 700;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #7db0ea;
}
.box .add[data-v-10035044] {
  font-weight: 700;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #7db0ea;
  margin-bottom: 0.3rem;
}
.box .child-ruleForm.el-form[data-v-10035044] {
  width: 8.34rem;
  margin: 0 auto 0.3rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  padding-top: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-10035044]  .el-form-item {
  margin-bottom: 0.32rem;
}
.box .child-ruleForm.el-form[data-v-10035044]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.box .child-ruleForm.el-form[data-v-10035044]  .el-form-item .el-tooltip__popper {
  width: 2.03rem;
}
.box .child-ruleForm.el-form[data-v-10035044]  .el-form-item .el-form-item__label {
  width: 1.75rem;
}
.box .child-ruleForm.el-form[data-v-10035044]  .el-form-item .el-form-item__content {
  width: 5.13rem;
  line-height: 0.4rem;
}
.box .child-ruleForm.el-form[data-v-10035044]  .el-form-item .el-form-item__content .el-input-group--append .el-input__inner {
  border-right: none;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
}
.box .child-ruleForm.el-form[data-v-10035044]  .el-form-item .el-form-item__content .el-input__inner {
  border: 0.005rem solid #c4c4c4;
  background: #ffffff;
}
.box .child-ruleForm.el-form[data-v-10035044]  .el-form-item .el-form-item__content .el-input-group__append {
  border: 0.005rem solid #c4c4c4;
  border-left: none;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
}
.box .list[data-v-10035044] {
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.box .item[data-v-10035044] {
  width: 3.38rem;
  margin: 0 0.45rem 0.2rem 0.14rem;
  padding: 0.14rem 0.15rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.box .item.item[data-v-10035044]:nth-child(3n) {
  margin-right: 0;
}
.box .item dt[data-v-10035044] {
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #333333;
}
.box .item dd[data-v-10035044] {
  margin: 0.1rem 0 0;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.box .item a[data-v-10035044] {
  margin-left: 0.1rem;
  margin-top: 0.1rem;
  float: right;
  font-weight: 700;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #7db0ea;
}
dl[data-v-1722a550] {
  text-align: center;
}
dl dt[data-v-1722a550] {
  margin-bottom: 0.36rem;
}
dl dd[data-v-1722a550] {
  margin: 0 0 0.12rem 0;
  font-size: 0.2rem;
  line-height: 0.23rem;
  color: #333333;
}
[data-v-1722a550] .el-button--primary {
  color: #fff !important;
}
.signUp[data-v-6b7bed48] {
  padding: 0.24rem 0 0.4rem;
  background: #f5f6f9;
  position: relative;
}
.signUp[data-v-6b7bed48]  .box {
  width: 12rem;
  margin-top: 0.16rem;
  padding: 0 0.2rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0.02659rem 0.06648rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.02659rem 0.06648rem rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0.13296rem;
          border-radius: 0.13296rem;
}
.signUp[data-v-6b7bed48]  .box h2.title {
  width: 12rem;
  margin: 0 0;
  padding-left: 0.26rem;
  line-height: 0.52rem;
  background: #f6fbff;
  -webkit-border-radius: 0.13408rem 0.13408rem 0 0;
          border-radius: 0.13408rem 0.13408rem 0 0;
  font-size: 0.2rem;
  color: #333333;
}
.signUp[data-v-6b7bed48]  .box h3.title {
  width: 100%;
  padding: 0.36rem 0 0.2rem;
  margin: 0 0 0.3rem 0;
  text-indent: 0.14rem;
  font-size: 0.16rem;
  color: #999999;
  color: #666666;
  border-bottom: 0.005rem solid #ababab;
}
.signUp[data-v-6b7bed48]  .box h3.title span {
  width: 1.72rem;
  font-size: 0.18rem;
  color: #333333;
  display: inline-block;
}
.signUp[data-v-6b7bed48]  .box div.title {
  width: 100%;
  margin: 0 0 0.3rem 0;
  line-height: 0.72rem;
  text-indent: 0.14rem;
  border-bottom: 0.005rem solid #ababab;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.signUp[data-v-6b7bed48]  .box div.title span {
  font-size: 0.2rem;
  color: #333333;
  display: inline-block;
}
.signUp[data-v-6b7bed48]  .box div.title .uploadBook {
  margin-top: 0.05rem;
}
.signUp[data-v-6b7bed48]  .box div.title .text {
  font-size: 0.16rem;
  color: #999999;
  line-height: 0.22rem;
  font-weight: 400;
  text-indent: 0;
}
.signUp[data-v-6b7bed48]  .box div.title .textBook {
  padding: 0.2rem 0;
}
.signUp[data-v-6b7bed48]  .box .Member {
  width: auto;
  min-width: 2.65rem;
}
.signUp[data-v-6b7bed48]  .box .Tips {
  width: 100%;
  padding: 0.21rem 0.06rem 0.28rem;
  font-weight: 400;
  font-size: 0.18rem;
  line-height: 159.5%;
  color: #da251c;
}
.signUp[data-v-6b7bed48]  .el-form-item {
  margin-bottom: 0.48rem;
}
.signUp[data-v-6b7bed48]  .el-form-item .el-icon-question {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.signUp[data-v-6b7bed48]  .el-form-item .el-form-item__label {
  width: 1.9rem;
  line-height: 0.4rem;
  font-size: 0.16rem;
  color: #666666;
}
.signUp[data-v-6b7bed48]  .el-form-item.textarea .el-form-item__content {
  width: 8.34rem;
}
.signUp[data-v-6b7bed48]  .el-form-item.textarea .el-form-item__content .el-textarea__inner {
  background: #f9f9f9;
  border: none;
}
.signUp[data-v-6b7bed48]  .el-form-item .el-form-item__content {
  width: 7.22rem;
  line-height: 0.4rem;
}
.signUp[data-v-6b7bed48]  .el-form-item .el-form-item__content .el-input__icon {
  line-height: 0.4rem;
}
.signUp[data-v-6b7bed48]  .el-form-item .el-form-item__content .el-input__inner {
  height: 0.4rem;
  line-height: 0.4rem;
  border: none;
  font-size: 0.14rem;
  color: #999999;
}
.signUp[data-v-6b7bed48]  .el-form-item .el-form-item__content .el-input__inner .el-input__count .el-input__count-inner {
  background: none;
  padding: 0 0.12rem;
}
.signUp[data-v-6b7bed48]  .dialog-footer {
  margin-top: 0.3rem;
}
.signUp[data-v-6b7bed48]  .dialog-footer .el-button.nextStep {
  width: 3.54rem;
  display: block;
  margin: 0 auto;
}
.signUp[data-v-6b7bed48]  .dialog-footer .el-button {
  width: 2rem;
  height: 0.4rem;
  padding: 0;
  background: #d3e8fe;
  border: 0.01rem solid #7db0ea;
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
  line-height: 0.4rem;
  font-size: 0.18rem;
  color: #333333;
}
.signUp[data-v-6b7bed48]  .dialog-footer .el-button--primary {
  background: #53a3ff;
  color: #fff;
}
.mar-l[data-v-6b7bed48] {
  margin-left: 0.1rem;
}
.content[data-v-edbc7560] {
  background-color: #fff;
}
.content[data-v-edbc7560]  .el-tabs .el-tabs__item {
  font-size: 0.24rem;
  color: #666;
}
.content[data-v-edbc7560]  .el-tabs .el-tabs__header {
  margin: 0;
}
.content[data-v-edbc7560]  .el-tabs .el-tabs__item.is-active {
  font-size: 0.24rem;
  color: #649aff;
  font-weight: 600;
}
.content[data-v-edbc7560]  .el-tabs #tab-activity.el-tabs__item.is-active {
  font-size: 0.26rem;
  color: #649aff;
  font-weight: 600;
}
.content[data-v-edbc7560]  .el-tabs .el-tabs__nav-wrap::after {
  width: 0;
}
.content[data-v-edbc7560]  .el-tabs .el-tabs__nav-wrap .el-tabs__nav {
  padding-bottom: 0.03rem;
  margin-bottom: 0.41rem;
}
.content[data-v-edbc7560]  .el-tabs .el-tabs__nav-wrap .el-tabs__nav .el-tabs__active-bar {
  width: 0.4rem !important;
  height: 0.03rem;
  background: #649aff;
  bottom: 0;
  left: 0.08rem;
}
.content[data-v-edbc7560]  .el-tabs .el-tabs__nav-wrap .el-tabs__nav .barMyactive {
  background: #649aff;
}
.content[data-v-edbc7560]  .el-tabs .el-tabs__nav-wrap::after {
  bottom: 0.2rem;
}
.banner[data-v-edbc7560] {
  width: 100%;
}
.banner img[data-v-edbc7560] {
  width: 100%;
  height: 100%;
}
.news[data-v-edbc7560] {
  width: 12rem;
  min-height: 7rem;
  margin: 0 auto 0;
  min-height: 10rem;
  padding-top: 0.8rem;
  margin-bottom: 0.8rem;
}
.news .text[data-v-edbc7560] {
  position: relative;
  width: 100%;
  height: 0.32rem;
  font-family: Microsoft JhengHei;
  font-style: normal;
  font-weight: bold;
  font-size: 0.36rem;
  line-height: 0.32rem;
  text-align: center;
  /* identical to box height, or 89% */
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.2);
  margin-bottom: 1rem;
}
.news .text h3[data-v-edbc7560] {
  position: absolute;
  width: 1.44rem;
  height: 0.58rem;
  left: 5.2rem;
  top: -0.6rem;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 600;
  font-size: 0.36rem;
  line-height: 160%;
  /* identical to box height, or 58px */
  color: #333333;
}
.news .boxList[data-v-edbc7560] {
  width: 12rem;
  padding-bottom: 0.48rem;
  margin: 0.4rem auto 0;
  border-bottom: 0.01rem solid #e6e5e5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  cursor: pointer;
}
.news .boxList .el-image[data-v-edbc7560] {
  width: 2.78rem;
  height: 2.03rem;
  margin-right: 0.22rem;
}
.news .boxList img[data-v-edbc7560] {
  position: absolute;
  top: 0;
  left: 0;
}
.news .boxList[data-v-edbc7560]:nth-child(1) {
  margin-top: 0;
}
.news .box[data-v-edbc7560] {
  width: 100%;
  height: 2.03rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news .box .box1[data-v-edbc7560] {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 0.34rem;
}
.news .box .box1 .box1_0[data-v-edbc7560] {
  font-family: Microsoft New Tai Lue;
  font-style: normal;
  font-weight: bold;
  font-size: 0.24rem;
  color: #333333;
}
.news .box .box1 .box1_1[data-v-edbc7560] {
  font-family: Microsoft New Tai Lue;
  font-style: normal;
  font-weight: normal;
  font-size: 0.18rem;
  line-height: 0.24rem;
  color: #999999;
  white-space: nowrap;
  margin-left: 0.35rem;
}
.news .box .box2[data-v-edbc7560] {
  width: 100%;
  padding-top: 0.1rem;
  margin-bottom: 0.1rem;
  font-family: Microsoft New Tai Lue;
  font-style: normal;
  font-weight: normal;
  font-size: 0.2rem;
  line-height: 0.27rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #333333;
}
.news .box .box3[data-v-edbc7560] {
  width: 100%;
  font-family: PingFang SC;
  font-style: normal;
  font-size: 0.2rem;
  text-align: right;
  color: #7db0ea;
}
.news .box .box3Red[data-v-edbc7560] {
  color: #7db0ea;
}
.content[data-v-5bd77dc2] {
  width: 60%;
  background-color: #fff;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin: 0.8rem auto;
  padding: 0.6rem;
}
.content .title[data-v-5bd77dc2] {
  color: #333333;
  font-size: 0.32rem;
  font-weight: 700;
  line-height: 0.42rem;
  text-align: center;
  margin: 0 auto 0.5rem;
}
.content p[data-v-5bd77dc2] {
  color: #333333;
  font-weight: 400;
  font-size: 0.18rem;
  line-height: 0.27rem;
}
[data-v-69e40832] .el-dialog__body {
  max-height: auto;
  padding: 0;
}
[data-v-69e40832] .el-dialog__body .outlined {
  background-color: transparent;
}
@media screen and (max-width: 520px) {
.DeviceDetector {
    min-width: 5.2rem;
}
}
.DeviceDetector {
  position: relative;
  width: 6rem;
  height: 4rem;
  font-size: 0.16rem;
  -webkit-box-shadow: 0.02rem 0.01rem -0.01rem rgba(0, 0, 0, 0.2), 0 0.01rem 0.01rem 0 rgba(0, 0, 0, 0.14), 0 0.01rem 0.03rem 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0.02rem 0.01rem -0.01rem rgba(0, 0, 0, 0.2), 0 0.01rem 0.01rem 0 rgba(0, 0, 0, 0.14), 0 0.01rem 0.03rem 0 rgba(0, 0, 0, 0.12);
  background-color: #ffffff;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
}
.DeviceDetector .stepper {
  -webkit-border-radius: 0.05rem 0.05rem 0 0;
          border-radius: 0.05rem 0.05rem 0 0;
  font-size: 0.36rem;
}
.DeviceDetector .close {
  color: #eeeeee;
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
  border-color: #eeeeee;
  position: absolute;
  cursor: pointer;
  top: -0.5rem;
  right: 0.02rem;
}
.DeviceDetector .device-connect {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.DeviceDetector .device-connect .testing-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.32rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #201e1ee5;
}
.DeviceDetector .device-connect .testing-prepare-info {
  max-width: 5rem;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.16rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.3rem;
  color: #585656e5;
}
.DeviceDetector .device-connect .device-display {
  width: 4.2rem;
  margin: 0.4rem auto 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  position: relative;
}
.DeviceDetector .device-connect .device-display .connect-success {
  position: relative;
}
.DeviceDetector .device-connect .device-display .connect-success::before {
  content: "";
  width: 0.28rem;
  height: 0.28rem;
  position: absolute;
  bottom: -0.34rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAACAElEQVRYR+2Vv2sUQRTH3/eOYO+f EWzmzUaSTv8CYxIUAooWAYsQJEkRRDRikUJMiiMIQRSVCNql0sqkCIFwO7NLCGm00kpEEBtzhsyT Pe5kWG9zu8p5zU658958Pnznx4L6PNBnPpUCZQJlAj1PgOu8SBW6C0HNBGYmfe17KqBCdRvA/TbU OXc+Hoq3fImeCahQLQBY8mDGahv8lwR0qOcF8sCDfSCicavtXs8F2PBNIlrxQB9dxU3EKq53evY7 boGyahDHuCRVWY04+pL3f8GGp4mo1q4H8JkcTZjAbGet0VGADUurYd8dubF4OH7fTUJZdQOCR17d t1bs707q/UNgZH/kdKPR+Oofnupx9WL9bP1T1kJseIqI1rz5HwIZjzh60008awvuQXDndzNoR0hG O20HG75ORE+8WldBZSxU4UY3eDKfeQ211UsisuAtsjlwNDC6O7z7vf1NWXUFgucp0GWr7es88BMF kklt9UMRmfUWe3t46vDCwZmDnzrUkwJZ90ECuRpx9CIvvKtAUsCWaySUnO7mEJENAC+J6JUPgmDK BOZxEXgugaZEyGsESg5a1pi22q4WhecWaEoYfkpE19IQEZmLgmj5b+CFBJJiZdU6BJNtGAS3TGD8 976wR+GfUSuJc+TomR2yi4WJqYbCAv8KTPeXAmUCZQJ9T+AXo7StIY0IqrkAAAAASUVORK5CYII=") no-repeat;
  background-size: 100% 100%;
}
.DeviceDetector .device-connect .device-display .connect-fail {
  position: relative;
}
.DeviceDetector .device-connect .device-display .connect-fail::before {
  content: "";
  width: 0.28rem;
  height: 0.28rem;
  position: absolute;
  bottom: -0.34rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAB3ElEQVRYR+2Wr08cQRTHP+8ESZOq GlKBaKhpUwWmCnG7d4giwDS5NGlVMWDAtIZfrQEDpjVF0ZC0wH/QWxr+gNrKJigSBA4J98hN7pbl 9mZnZklz5tasmPfm+5nve/t2hAE/MmB9hgBDB5wOaJVx+c2/Ms2qEc+BCznm3JZvBdBpHnPNmUlU VuWYzyEQGrGC8KmdI4m92e0AbXrhbyoqfJQmWz4QWuMDymYa2+KpzcXCEmjMOrCWEV2WhJ0iCI1Z ArbTGId77h7ohRAWpcnXfhBaYwHlS4hrTgDTAnkn5iVhNwuhMe+BbyFumf7wqakF4p0kfO+svQX2 Mie3utSr5w3QF6JCw2zY4kdm45w7RYcMArA4kd0/dcXX2WAAK0SFhvzip69wN64cQJ0XtDgEnmXq /lqaHP13AK0yQcWIj+fEhGCIIAc05iUY8bGO+EbnfTusAiG8AbTOVMf20a64JGZS5udEAIQXgEbE CAfAo17xbhlyw8oTwgmgMa/AdPdDm/h9IIp/RjXmUCM+4hIvC2H/HdeZpMWfTKdvdGvu+tRy5bji iZxw2i+v6D7wBmHf9+S9m9+BKH0fiJilwgNp3pn1LgPSdY2YQbiUhBNbkrMJvdVKBg4Bhg4M3IEb uI2UIfOyj40AAAAASUVORK5CYII=") no-repeat;
  background-size: 100% 100%;
}
.DeviceDetector .device-connect .device-display .device {
  width: 0.46rem;
  height: 0.46rem;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.38rem;
}
.DeviceDetector .device-connect .device-display .device svg {
  width: 0.4rem;
  height: 0.4rem;
}
.DeviceDetector .device-connect .device-display .outer-progress {
  width: 3.6rem;
  height: 0.04rem;
  -webkit-border-radius: 0.05rem;
          border-radius: 0.05rem;
  position: absolute;
  top: 0.7rem;
  background-color: #eeeeee;
  overflow: hidden;
}
.DeviceDetector .device-connect .device-display .outer-progress .inner-progress {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 0.04rem;
  -webkit-border-radius: 0.05rem;
          border-radius: 0.05rem;
  background-color: #bfbfbf;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.4s linear;
  transition: -webkit-transform 0.4s linear;
  transition: transform 0.4s linear;
  transition: transform 0.4s linear, -webkit-transform 0.4s linear;
}
.DeviceDetector .device-connect .text {
  margin-top: 0.6rem;
  font-size: 0.18rem;
  max-width: 4.2rem;
  text-align: center;
  height: 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.DeviceDetector .device-connect .text.gray-text {
  color: #585656e5;
}
.DeviceDetector .device-connect .text.green-text {
  color: limegreen;
}
.DeviceDetector .device-connect .text.red-text {
  color: red;
}
.DeviceDetector .device-connect .text .error-connect {
  width: 0.2rem;
  height: 0.2rem;
  margin-left: 0.08rem;
  position: relative;
}
.DeviceDetector .device-connect .text .error-connect .error-icon svg {
  width: 0.2rem;
  height: 0.2rem;
}
.DeviceDetector .device-connect .text .error-connect .connect-attention-info {
  padding: 0.08rem 0.12rem;
  min-width: 1.6rem;
  min-height: 0.5rem;
  background: rgba(0, 0, 0, 0.6);
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 100%;
  -webkit-transform: translate(0.2rem, -0.1rem);
          transform: translate(0.2rem, -0.1rem);
  display: block;
  white-space: nowrap;
  font-size: 0.12rem;
  text-align: left;
}
.DeviceDetector .device-connect .text .error-connect .connect-attention-info::after {
  content: "";
  width: 0;
  height: 0;
  border: 0.1rem transparent solid;
  border-top-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 100%;
  top: 100%;
  -webkit-transform: translateX(-0.4rem);
          transform: translateX(-0.4rem);
}
.DeviceDetector .device-connect .button-container {
  margin-top: 0.4rem;
  width: 40%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.DeviceDetector .device-select {
  width: 2.6rem;
  padding: 0.06rem 0.14rem 0.06rem 0.12rem;
  position: relative;
  font-size: 0.16rem;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
  background-color: #fff;
  cursor: pointer;
}
.DeviceDetector .device-select:focus {
  outline: none;
}
.DeviceDetector .step-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.24rem;
}
.DeviceDetector .step-container .step {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  fill: rgba(0, 0, 0, 0.54);
  color: rgba(0, 0, 0, 0.54);
}
.DeviceDetector .step-container .step:not(:first-child)::after {
  position: absolute;
  content: "";
  height: 0.01rem;
  background-color: rgba(0, 0, 0, 0.16);
  right: 100%;
  top: 30%;
  right: -webkit-calc(50% + 0.2rem);
  right: calc(50% + 0.2rem);
  left: -webkit-calc(-50% + 0.2rem);
  left: calc(-50% + 0.2rem);
  top: 0.16rem;
}
.DeviceDetector .step-container .step.active {
  fill: #006EFF;
  color: #006EFF;
  cursor: pointer;
}
.DeviceDetector .step-container .step.active::after {
  background-color: #006EFF;
}
.DeviceDetector .step-container .step.error {
  fill: red;
  color: red;
  cursor: pointer;
}
.DeviceDetector .step-container .step.error::after {
  background-color: #006EFF;
}
.DeviceDetector .step-container .step .step-label {
  margin-top: 0.12rem;
}
.DeviceDetector .testing-container {
  width: 100%;
  margin: 0.1rem auto 0.3rem;
}
.DeviceDetector .testing-container .testing-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.DeviceDetector .testing-container .testing-body.hide {
  display: none;
}
.DeviceDetector .testing-container .testing-body .device-list {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.2rem;
}
.DeviceDetector .testing-container .testing-body .device-list .device-list-title {
  margin-right: 0.1rem;
}
.DeviceDetector .testing-container .testing-body .camera-video {
  width: 3rem;
  height: 1.8rem;
}
.DeviceDetector .testing-info-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: absolute;
  bottom: 0.3rem;
}
.DeviceDetector .testing-info-container .testing-info {
  width: 100%;
  text-align: center;
  display: block;
}
.DeviceDetector .testing-info-container .button-list {
  margin-top: 0.2rem;
  width: 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.DeviceDetector .mic-testing-container {
  margin-top: 0.2rem;
}
.DeviceDetector .mic-testing-container .mic-bar-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.1rem;
}
.DeviceDetector .mic-testing-container .mic-bar-container .mic-bar {
  width: 0.08rem;
  height: 0.3rem;
  border: 0.01rem solid #cccccc;
  -webkit-border-radius: 0.01rem;
          border-radius: 0.01rem;
}
.DeviceDetector .mic-testing-container .mic-bar-container .mic-bar:not(:first-child) {
  margin-left: 0.03rem;
}
.DeviceDetector .mic-testing-container .mic-bar-container .mic-bar.active {
  background: #006EFF;
}
.DeviceDetector .audio-player-container {
  width: 3.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0.2rem auto 0;
  text-align: center;
}
.DeviceDetector .audio-player-container .audio-player-info {
  margin: 0 auto 0.16rem;
  color: #5f5f5f;
}
.DeviceDetector .testing-list {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.DeviceDetector .testing-list .testing-item-container {
  width: 70%;
  margin: 0 auto 0.1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@-webkit-keyframes loading-circle {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
25% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
}
50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}
75% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@keyframes loading-circle {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
25% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
}
50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}
75% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.DeviceDetector .network-loading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.DeviceDetector .network-loading::before {
  content: "";
  width: 0.16rem;
  height: 0.16rem;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAChElEQVRYR82WO2wTQRCGZ9YFLmmCQDRUFIgOCuhMg2QJ8OxKtpQuEggqQDz6hDIiSAg6QEo6pFi+WVsoLgkVDakgFFBAlYJ0IGRceAetdWddLF/uznacXHe38/j2n9mbRTjkB6eRn4jOWGt/jhMrMwARlRDxkogUEfETM7/zCY0xqyKyAAAe4G70PStMZgCt9WsAuBUG3mLmi5VK5ZxSajuWrM7MtazJvd1EAER0HBG/AcBcPxji8yAIHhDREiJeA4A/IvLBWruUBJUIoLX+AgC7IvLEWruZVAIimldKXXXOefstb6u1lljCbWY+nwsg3MFi6LTJzFeyyloul48Vi8V/MfvvzHw2F0Cstl6BZWvts6wA3o6I3iDizdDnBTPfzwUQGVer1bl6vb6bJ3nM92S321WtVmtHa/3QnxBE/BwEwY14vD094KXfr2HGASGiBURcjXxF5KW19l70PgDQWr8HgBIA5Kp5GpTWeh0AqjG7HWY+PUsAn9xD9J/wVA2O5YGXIGzKklJq3jn30Vq7ltgDaXJOsu7nhS+xUuqyc+6t/1/k+hNOktz7GmNYRCgWp8bM9X4JiGhZKXVCRDb8x0mTDfuPmBnepD83+gDRr3O4QaYJorX+AQC+DHuacSYKhCovIuJ1ALiAiGu9Xu9ps9n8mnkaTkuN4cvLzAGGN3J0AIjoESKuiMgda+2raUmeFmegwEED+KPom+7QSpA0aY9ODwxLY4w51el0/rbb7d9pdZxkfb9Lqb9YTvVuMAo0EcDfZAqFwq9Go7Exzg6NMStBEDxO883VA0R0e9QRTerwtOS5x3E4tPpjNAoeTrp151xt1DFLg8ilQFKwmSmQtptx1v8DVbAxMP//OLQAAAAASUVORK5CYII=") no-repeat;
  background-size: 100% 100%;
  -webkit-animation: loading-circle 2s linear infinite;
          animation: loading-circle 2s linear infinite;
}
.DeviceDetector .report-button {
  position: absolute;
  bottom: 0.6rem;
  cursor: pointer;
}
.DeviceDetector .gray-button {
  position: absolute;
  bottom: 0.6rem;
}
.DeviceDetector .device-testing-report {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.DeviceDetector .device-testing-report .testing-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.34rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.3rem;
  color: #201e1ee5;
}
.DeviceDetector .device-testing-report .device-report-list {
  display: block;
  width: 100%;
  margin-top: 0.1rem;
}
.DeviceDetector .device-testing-report .device-report-list .device-report {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin: 0.2rem auto 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.DeviceDetector .device-testing-report .device-report-list .device-report .device-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
}
.DeviceDetector .device-testing-report .device-report-list .device-report .device-info .report-icon {
  margin-right: 0.2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.22rem;
  line-height: 0.22rem;
  color: #515151;
}
.DeviceDetector .device-testing-report .device-report-list .device-report .device-info .report-icon svg {
  width: 0.24rem;
  height: 0.24rem;
}
.DeviceDetector .device-testing-report .device-report-list .device-report .device-info .device-name {
  width: 2.8rem;
  height: 0.24rem;
  line-height: 0.24rem;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.DeviceDetector .device-testing-report .device-report-list .device-report .green {
  color: green;
}
.DeviceDetector .device-testing-report .device-report-list .device-report .red {
  color: red;
}
.DeviceDetector .device-testing-report .device-report-footer {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  bottom: 0.36rem;
}
.live[data-v-533ee029] {
  width: 12rem;
  min-height: 4rem;
  margin: 0.5rem auto 0;
}
.live .text[data-v-533ee029] {
  position: relative;
  width: 100%;
  height: 0.32rem;
  font-family: Microsoft JhengHei;
  font-style: normal;
  font-weight: bold;
  font-size: 0.36rem;
  line-height: 0.32rem;
  text-align: center;
  /* identical to box height, or 89% */
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.2);
  margin-bottom: 0.4rem;
}
.live .text h3[data-v-533ee029] {
  position: absolute;
  width: 1.8rem;
  height: 0.58rem;
  left: 5.2rem;
  top: -0.6rem;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 600;
  font-size: 0.36rem;
  line-height: 160%;
  /* identical to box height, or 58px */
  color: #333333;
}
.live .content[data-v-533ee029] {
  background: #fff;
}
.live .content[data-v-533ee029]  .DeviceDetector {
  margin: 0 auto;
}
.live .content[data-v-533ee029]  .DeviceDetector .close {
  display: none;
}
.JoinMatch[data-v-2ab75398] {
  height: 100%;
  width: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
}
.JoinMatch .match[data-v-2ab75398] {
  padding: 0.21rem 0.25rem 0.18rem 0.3rem;
  border-bottom: 0.005rem solid #ababab;
  position: relative;
}
.JoinMatch .match .logo[data-v-2ab75398] {
  width: 1.85rem;
  height: 1.19rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  margin-right: 0.17rem;
}
.JoinMatch .match .title[data-v-2ab75398] {
  margin: 0 0 0.16rem 0;
  font-weight: 600;
  font-size: 0.2rem;
  color: #333333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.JoinMatch .match .title .el-tag[data-v-2ab75398] {
  height: auto;
  margin-left: 0.16rem;
  border: none;
  padding: 0.02rem 0.09rem;
  font-size: 0.11rem;
  line-height: 160%;
  color: #ffffff;
  background: #7DB0EA;
}
.JoinMatch .match .title .el-tag.stageType[data-v-2ab75398] {
  background: #06DEB7;
}
.JoinMatch .match .title .el-tag.status[data-v-2ab75398] {
  background: #FEB104;
}
.JoinMatch .match .title .el-tag.statusEnd[data-v-2ab75398] {
  background: #D8D8D8;
}
.JoinMatch .match .dosc[data-v-2ab75398] {
  width: 5.5rem;
  margin: 0 0 0.14rem 0;
  font-size: 0.14rem;
  line-height: 160%;
  color: #333333;
}
.JoinMatch .match .ops[data-v-2ab75398] {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.12rem;
  line-height: 160%;
  color: #666666;
}
.JoinMatch .match .ops li[data-v-2ab75398] {
  padding-left: 0.15rem;
  margin-right: 0.33rem;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAANCAYAAAB/9ZQ7AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACVSURBVHgBpZAvE4MwDMWzTgxZubm5yVUgcOCQfAQknxOHxOAQSCQWxwvkjlL+3vHuftde8pqkedCsL4jAC/QSK4WF2BQDbyOe2nEDEtpXAEK+KDHnB+YCfLi6khk7OhbntaLrGivzz70T4w+0T2nhg3rHaOSsuHID3jTt2ZUGf3IWwGNk8sg2urFV0pwZ7Q6JGDXd0QBEphNb4TBZqwAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 0.12rem;
}
.JoinMatch .match .ops li[data-v-2ab75398]:nth-child(2) {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAANCAYAAACdKY9CAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADMSURBVHgBnZEtEsIwEIW3xRRXFMg4JLjgiAOJQ3IEzsQRuEErcUXiikMWF4HgLfMyhNIZmL6Zr03SfdmfJvJWBhbAgDH3NTiDKgQlfOdgCzwoQcP1BMx4yYHnL+3BMsrmwKq115gsxWPO1KV8ahitC3AHVg2Wdf6SmkzKOus/DLdgUGXRB11PJWqQ0iGIGq7MEoJ3vK1oGYyepyzH8nDD4KN8S4dzCreGsebSLccYGYAHuIA1GLHWJirDsSf9cT7pSGujntRYsRQvffQEGRMofMqda8AAAAAASUVORK5CYII=);
}
.JoinMatch .match .ops li[data-v-2ab75398]:nth-child(3) {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAANCAYAAACdKY9CAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACvSURBVHgBlZGhEsJADES3HcThKpEncVTikODAIfuLfAL8BbISXHGgyoZehyXATLszb6bJJXu9JMNbgSxJTHFLbuRIGjgVpJJizW9JCedcpUMtDBKv1cy65865dLdZ894+8lR8FucC37qje0+whlYOojivyE4MLmQ2wX+dSO2TOYYrksZuuKagJgt8TueBbgeH9EuvffRjDRihfnF+Qmay0XzmmmwyUym2Cf58/GA9Ad8OGqtglZ/wAAAAAElFTkSuQmCC);
}
.JoinMatch .match .ops li[data-v-2ab75398]:last-child {
  margin: 0;
}
.JoinMatch .match .btns[data-v-2ab75398] {
  position: absolute;
  right: 0.3rem;
  top: 20%;
}
.JoinMatch .match .btns .btn[data-v-2ab75398] {
  width: 0.66rem;
  height: 0.29rem;
  line-height: 0.29rem;
  text-align: center;
  font-size: 0.11rem;
  color: #ffffff;
  -webkit-border-radius: 0.07rem;
          border-radius: 0.07rem;
}
.JoinMatch .match .btns .btn.list[data-v-2ab75398] {
  background: #7db0ea;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(125, 176, 234, 0.2);
          box-shadow: 0 0.02rem 0.1rem rgba(125, 176, 234, 0.2);
}
.JoinMatch .match .btns .btn.defence[data-v-2ab75398] {
  background: #feb104;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(254, 177, 4, 0.2);
          box-shadow: 0 0.02rem 0.1rem rgba(254, 177, 4, 0.2);
}
.JoinMatch .match .btns .btn + .btn[data-v-2ab75398] {
  margin: 0.16rem 0 0;
}
.JoinMatch .el-empty[data-v-2ab75398]  .el-empty__image {
  width: 3rem;
  height: auto;
}
.MemberSorting .lists[data-v-3ea08b43] {
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
  margin-bottom: 0.16rem;
  padding: 0.22rem 0.34rem 0.19rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
}
.MemberSorting .lists .el-image[data-v-3ea08b43] {
  width: 2.15rem;
  height: 1.36rem;
  -webkit-border-radius: 0.18rem;
          border-radius: 0.18rem;
  margin-right: 0.64rem;
  display: block;
}
.MemberSorting .lists .listContent h2[data-v-3ea08b43] {
  font-size: 0.18rem;
  margin: 0 0 0.14rem;
}
.MemberSorting .lists .listContent .conText[data-v-3ea08b43] {
  background: #d3e8fe;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
  display: inline-block;
  height: 0.26rem;
  padding: 0 0.06rem;
  color: #649aff;
  font-size: 0.12rem;
  line-height: 0.26rem;
  margin-right: 0.12rem;
}
.MemberSorting .lists .listContent .listDesc[data-v-3ea08b43] {
  display: inline-block;
  margin-right: 0.34rem;
  margin-bottom: 0.06rem;
}
.MemberSorting .lists .listContent .listDesc span[data-v-3ea08b43] {
  font-size: 0.14rem;
  color: #999999;
  line-height: 0.22rem;
}
.MemberSorting .lists .listContent .listDesc span[data-v-3ea08b43]:nth-child(2) {
  color: #333;
}
.MemberSorting .title[data-v-3ea08b43] {
  width: 95%;
  height: 0.28rem;
  padding: 0.23rem 0 0.15rem;
  border-bottom: 0.01rem solid #ababab;
  margin: 0 auto 0.18rem;
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.MemberSorting .title .title-text[data-v-3ea08b43] {
  font-size: 0.18rem;
  font-weight: bold;
  color: #333333;
  position: relative;
  z-index: 2;
}
.MemberSorting .title .title-text[data-v-3ea08b43]::after {
  content: "";
  display: block;
  width: 1.8rem;
  height: 0.07rem;
  background: -webkit-linear-gradient(359.99deg, rgba(125, 176, 234, 0.8) 39.59%, rgba(125, 176, 234, 0) 80.84%);
  background: linear-gradient(90.01deg, rgba(125, 176, 234, 0.8) 39.59%, rgba(125, 176, 234, 0) 80.84%);
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.MemberSorting .cont[data-v-3ea08b43] {
  width: 100%;
  padding: 0 0.27rem 1rem 0;
  background: #ffffff;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
}
[data-v-58660e22] .el-textarea__inner {
  height: 1.25rem;
  background: #F4F4F4;
  -webkit-border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
          border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
  border: 0.01rem solid #EEEEEE;
}
.center[data-v-58660e22] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.center .center-one[data-v-58660e22] {
  width: 0.96rem;
  height: 0.4rem;
  background: #EEEEEE;
  -webkit-border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
          border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
  text-align: center;
  line-height: 0.4rem;
  margin: 0 0.14rem 0.29rem 0;
}
.center .center-one.active[data-v-58660e22] {
  background: #ecefff;
  color: #3b5efc;
}
[data-v-58660e22] .iptPass {
  caret-color: transparent;
}
.item[data-v-58660e22] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.item p[data-v-58660e22] {
  color: #494949;
  font-family: PingFang SC;
  font-size: 0.12rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}
.item dt[data-v-58660e22] {
  -webkit-filter: drop-shadow(0 0 0.07511rem rgba(4, 4, 4, 0.1));
          filter: drop-shadow(0 0 0.07511rem rgba(4, 4, 4, 0.1));
  -webkit-border-radius: 100%;
          border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.item dt .svg-icon[data-v-58660e22] {
  width: 0.35rem;
  height: 0.35rem;
  margin: 0 0.21rem 0 0;
}
.item dt .activeClass[data-v-58660e22] {
  color: yellow;
}
.topic[data-v-58660e22] {
  font-size: 0.2rem;
  color: #333333;
}
.star[data-v-58660e22] {
  margin: 0.28rem 0 0.28rem 0.5rem;
}
[data-v-58660e22] .el-rate__icon {
  font-size: 0.35rem;
}
.evaluate[data-v-58660e22] {
  margin: 0.23rem 0 0 0.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.evaluate .img[data-v-58660e22] {
  width: 0.35rem;
  height: 0.35rem;
  margin-right: 0.21rem;
}
[data-v-58660e22] .el-dialog {
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
}
.el-dialog__title[data-v-58660e22] {
  font-weight: 500;
  font-size: 0.2rem;
  color: #333333;
}
.boxBtn[data-v-58660e22] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.15rem;
}
.btn1[data-v-58660e22] {
  width: 0.82rem;
  height: 0.35rem;
  line-height: 0.1rem;
  -webkit-border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
          border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
  border: 0.01rem solid #3B5EFC;
  background: #fff;
  color: #3B5EFC;
}
.btn[data-v-58660e22] {
  width: 0.82rem;
  height: 0.35rem;
  text-align: center;
  line-height: 0.08rem;
  background-color: #3b5efc;
  font-size: 0.14rem;
}
.bottomBtn[data-v-58660e22] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  position: absolute;
  right: 0.1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bottomBtn .btn-collect[data-v-58660e22] {
  padding: 0 0.25rem;
  height: 0.37rem;
  -webkit-border-radius: 0.06rem;
          border-radius: 0.06rem;
  border: 0.01rem solid #3b5efc;
  color: #3b5efc;
  background: #fff;
  font-family: PingFang SC;
  font-size: 0.14rem;
  font-style: normal;
  margin-right: 0.07rem;
  line-height: normal;
}
.bottomBtn .Unbtn-collect[data-v-58660e22] {
  padding: 0 0.25rem;
  height: 0.37rem;
  -webkit-border-radius: 0.06rem;
          border-radius: 0.06rem;
  border: 0.01rem solid #ededed;
  color: #666;
  background: #ededed;
  font-family: PingFang SC;
  font-size: 0.14rem;
  font-style: normal;
  margin-right: 0.07rem;
  line-height: normal;
}
.bottomBtn .btn-cls-confirm[data-v-58660e22] {
  width: 1.05rem;
  height: 0.37rem;
  color: #fff;
  font-size: 0.14rem;
  font-weight: 400;
  border: none;
  -webkit-border-radius: 0.06rem;
          border-radius: 0.06rem;
  background: #3b5efc;
  margin-right: 0.27rem;
}
.container[data-v-58660e22] {
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  padding: 0.25rem 0 0 0;
}
.container .item-body[data-v-58660e22]:hover {
  -webkit-box-shadow: 0 0 0.08rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.08rem 0 rgba(0, 0, 0, 0.1);
  border: 0.01rem solid #3B5EFC;
  -webkit-border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
          border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
}
.container .item-body[data-v-58660e22] {
  width: 8.25rem;
  height: 2.75rem;
  border: 0.01rem solid aliceblue;
  margin: 0 0.39rem 0.1rem 0.42rem;
  position: relative;
  -webkit-border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
          border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
}
.container .item-body .start[data-v-58660e22] {
  width: 1.08rem;
  height: 0.33rem;
  background: #DA251C;
  -webkit-border-radius: 0.34rem 0 0 0.34rem;
          border-radius: 0.34rem 0 0 0.34rem;
  text-align: center;
  line-height: 0.33rem;
  color: #fff;
  font-size: 0.16rem;
  position: absolute;
  right: 0;
  top: 0.15rem;
}
.container .item-body .item[data-v-58660e22] {
  -webkit-border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
          border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.container .item-body .item .item-left .img[data-v-58660e22] {
  width: 1.49rem;
  height: 1.49rem;
  margin: 0.27rem 0.39rem 0.27rem 0.28rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  -webkit-box-shadow: 0 0 0.04rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.04rem 0 rgba(0, 0, 0, 0.1);
}
.container .item-body .item .item-right[data-v-58660e22] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.container .item-body .item .item-right .written-message[data-v-58660e22] {
  margin: 0.35rem 0 0.16rem 0;
  font-weight: 800;
  font-size: 0.2rem;
  color: #333333;
}
.container .item-body .item .item-right .written-topic[data-v-58660e22] {
  font-size: 0.16rem;
  color: #666666;
  margin: 0.07rem 0;
}
.container .item-body .item .item-right .written-topics[data-v-58660e22] {
  font-size: 0.16rem;
  color: #666666;
  margin: 0.07rem 0;
}
.container .item-body .item .item-right .written-topics .sp[data-v-58660e22] {
  margin-left: 0.05rem;
}
.container .item-body .item-bottom[data-v-58660e22] {
  width: 8.24rem;
  height: 0.71rem;
  background: rgba(210, 242, 252, 0.3);
  -webkit-border-radius: 0 0 0.05rem 0.05rem;
          border-radius: 0 0 0.05rem 0.05rem;
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.container .item-body .item-bottom .left[data-v-58660e22] {
  font-weight: 600;
  font-size: 0.2rem;
  color: #FEA220;
  margin: 0.21rem 0 0.22rem 0.6rem;
}
.container .item-body .item-bgimg[data-v-58660e22] {
  position: absolute;
  right: 0.4rem;
  bottom: 0.5rem;
}
.container .item-body .item-bgimg .active[data-v-58660e22] {
  color: #333;
  font-size: 0.2rem;
}
.container .item-body .item-bgimg .active .line[data-v-58660e22] {
  background: -webkit-gradient(linear, left top, right top, color-stop(-9.08%, #52d7e0), color-stop(109.17%, rgba(71, 102, 251, 0.4)));
  background: -webkit-linear-gradient(left, #52d7e0 -9.08%, rgba(71, 102, 251, 0.4) 109.17%);
  background: linear-gradient(90deg, #52d7e0 -9.08%, rgba(71, 102, 251, 0.4) 109.17%);
}
.container .pointer[data-v-58660e22] {
  cursor: pointer;
}
.container .nav-menu[data-v-58660e22] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 0.27rem;
  border-bottom: 0.01rem solid #dfdfdf;
  padding: 0 0.37rem;
  margin-bottom: 0.3rem;
}
.container .nav-menu .menu-item[data-v-58660e22] {
  position: relative;
  color: #999;
  font-size: 0.16rem;
  width: 0.9rem;
  height: 0.24rem;
  line-height: 0.24rem;
  background: transparent;
  /* 150% */
}
.container .nav-menu .menu-item .menu-item-title[data-v-58660e22] {
  position: absolute;
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  font-size: 0.16rem;
  color: #999;
  line-height: 0.24rem;
  width: 0.9rem;
  /* fit-content; */
  text-align: center;
  height: 0.24rem;
  z-index: 1;
}
.container .nav-menu .menu-item .right-top[data-v-58660e22] {
  width: 0.31rem;
  height: 0.16rem;
  background: #DA251C;
  -webkit-border-radius: 0.06rem 0.06rem 0.06rem 0;
          border-radius: 0.06rem 0.06rem 0.06rem 0;
  position: absolute;
  bottom: 0.15rem;
  font-size: 0.12rem;
  color: #FFFFFF;
  text-align: center;
  line-height: 0.16rem;
}
.container .nav-menu .menu-item[data-v-58660e22]:hover {
  color: #333;
  background: transparent;
  font-size: 0.2rem;
}
.container .nav-menu .menu-item:hover .line[data-v-58660e22] {
  background: -webkit-gradient(linear, left top, right top, color-stop(-9.08%, #52d7e0), color-stop(109.17%, rgba(71, 102, 251, 0.4)));
  background: -webkit-linear-gradient(left, #52d7e0 -9.08%, rgba(71, 102, 251, 0.4) 109.17%);
  background: linear-gradient(90deg, #52d7e0 -9.08%, rgba(71, 102, 251, 0.4) 109.17%);
}
.container .nav-menu .menu-item.active[data-v-58660e22] {
  color: #333;
  background: transparent;
  font-size: 0.2rem;
}
.container .nav-menu .menu-item.active .line[data-v-58660e22] {
  background: -webkit-gradient(linear, left top, right top, color-stop(-9.08%, #52d7e0), color-stop(109.17%, rgba(71, 102, 251, 0.4)));
  background: -webkit-linear-gradient(left, #52d7e0 -9.08%, rgba(71, 102, 251, 0.4) 109.17%);
  background: linear-gradient(90deg, #52d7e0 -9.08%, rgba(71, 102, 251, 0.4) 109.17%);
}
.container .nav-menu .menu-item .line[data-v-58660e22] {
  position: absolute;
  bottom: -0.02rem;
  width: 0.9rem;
  height: 0.1rem;
  -webkit-border-radius: 0.05rem;
          border-radius: 0.05rem;
}
.container .initiationPass[data-v-58660e22] {
  margin: 0.25rem 0 0 0.6rem;
  position: relative;
}
.container .initiationPass .iptBorder[data-v-58660e22] {
  width: 0.41rem;
  height: 0.41rem;
  border: 0.01rem solid #ccc;
  position: absolute;
  top: 0;
  pointer-events: none;
}
.container .initiationPass .iptBorder2[data-v-58660e22] {
  width: 0.41rem;
  height: 0.41rem;
  border: 0.01rem solid #ccc;
  position: absolute;
  top: 0;
  left: 0.5rem;
}
.container .initiationPass .iptBorder3[data-v-58660e22] {
  width: 0.41rem;
  height: 0.41rem;
  border: 0.01rem solid #ccc;
  position: absolute;
  top: 0;
  left: 1rem;
  pointer-events: none;
}
.container .initiationPass .iptBorder4[data-v-58660e22] {
  width: 0.41rem;
  height: 0.41rem;
  border: 0.01rem solid #ccc;
  position: absolute;
  top: 0;
  left: 1.5rem;
  pointer-events: none;
}
.container .initiationPass .iptBorder5[data-v-58660e22] {
  width: 0.41rem;
  height: 0.41rem;
  border: 0.01rem solid #ccc;
  position: absolute;
  top: 0;
  left: 2rem;
  pointer-events: none;
}
.container .initiationPass .iptBorder6[data-v-58660e22] {
  width: 0.41rem;
  height: 0.41rem;
  border: 0.01rem solid #ccc;
  position: absolute;
  top: 0;
  left: 2.5rem;
  pointer-events: none;
}
.container[data-v-58660e22]  .el-input__inner {
  letter-spacing: 0.43rem;
  border: 0;
}
.content .header {
  width: 9.09rem;
  height: 1.46rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0.02rem 0.1rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.02rem 0.1rem 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 0 0;
          border-radius: 0 0 0 0;
}
.content .header .el-input__inner {
  width: 1.4rem;
  height: 0.32rem;
  background: none;
  -webkit-border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
          border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  border: 0.01rem solid #CACACA;
}
.content .header .el-form-item__label {
  margin-left: 0.26rem;
}
.content .header .btn {
  width: 0.67rem;
  height: 0.32rem;
  background: #7DB0EA;
  -webkit-border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
          border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  text-align: center;
  line-height: 0.08rem;
  margin-left: 0.1rem;
}
.content .header .btn2 {
  width: 0.88rem;
  height: 0.4rem;
  background: #7DB0EA;
  -webkit-border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
          border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  margin-top: -0.22rem;
  margin-left: 0.34rem;
}
.content .table {
  margin-top: 0.15rem;
}
.content .qsy[data-v-20970542] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-bottom: 3rem;
  background: #fff;
  padding: 1.09rem 3.2rem 3.16rem 3.2rem;
}
.content .qsy img[data-v-20970542] {
  width: 2.64rem;
  height: 2.64rem;
}
.content .qsy .tip[data-v-20970542] {
  text-align: center;
  font-weight: 400;
  font-size: 0.26rem;
  color: #999999;
  margin-top: 0.4rem;
}
.content .header[data-v-20970542] {
  width: 9.09rem;
  height: 1.46rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0.02rem 0.1rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.02rem 0.1rem 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 0 0;
          border-radius: 0 0 0 0;
}
.content .header .line[data-v-20970542] {
  width: 8rem;
  border: 0.01rem solid #f1f1f1;
  margin-left: 0.3rem;
  margin-top: -0.23rem;
  margin-bottom: 0.2rem;
}
.content .header .el-form-item__label[data-v-20970542] {
  margin-left: 0.26rem;
}
.content .header .btn[data-v-20970542] {
  width: 0.48rem;
  height: 0.32rem;
  background: #7db0ea;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
  text-align: center;
  line-height: 0;
  margin-left: 0.1rem;
}
.content .header .btn[data-v-20970542]  span {
  margin-left: -0.07rem;
}
.content .header .btns[data-v-20970542] {
  width: 0.48rem;
  height: 0.32rem;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
  line-height: 0;
  color: #7db0ea;
  margin-left: 0;
}
.content .header .btns[data-v-20970542]  span {
  margin-left: -0.1rem;
}
.content .header .btn2[data-v-20970542] {
  width: 1.13rem;
  height: 0.32rem;
  background: #7db0ea;
  -webkit-border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
          border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  margin-left: 0.34rem;
  line-height: 0.04rem;
}
.content .MyProject[data-v-20970542] {
  height: 100%;
  width: 100%;
  padding: 0.16rem 0.25rem 0 0.26rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-top: 0.16rem;
}
.content .MyProject .project[data-v-20970542] {
  padding: 0.22rem 0.12rem 0.25rem 0.28rem;
  border-bottom: 0.01rem solid #dedcdc !important;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content .MyProject .project .info[data-v-20970542] {
  width: 5rem;
}
.content .MyProject .project .info .title[data-v-20970542] {
  margin: 0 0 0.09rem 0;
  font-weight: bold;
  font-size: 0.2rem;
  line-height: 160%;
  color: #333333;
}
.content .MyProject .project .info .title .el-tag[data-v-20970542] {
  height: 0.24rem;
  /* auto; */
  border: none;
  font-size: 0.11rem;
  line-height: 0.24rem;
  /* 160%; */
  color: #ffffff;
  background: #feb104;
}
.content .MyProject .project .info .title .el-tag.a[data-v-20970542] {
  background: #d8d8d8;
}
.content .MyProject .project .info .title .el-tag.b[data-v-20970542] {
  margin-left: 0.15rem;
  background-color: #7db0ea;
  margin-right: 0.08rem;
}
.content .MyProject .project .info .member[data-v-20970542] {
  margin-bottom: 0.02rem;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 160%;
  color: #666666;
  margin-left: 0.02rem;
}
.content .MyProject .project .info .member div[data-v-20970542] {
  margin-bottom: 0.06rem;
}
.content .MyProject .project .info .ops[data-v-20970542] {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.12rem;
  line-height: 160%;
  color: #999999;
}
.content .MyProject .project .info .ops li[data-v-20970542] {
  white-space: nowrap;
}
.content .MyProject .project .info .ops li i[data-v-20970542] {
  margin-right: 0.04rem;
  font-size: 0.15rem;
}
.content .MyProject .project .info .ops li + li[data-v-20970542] {
  margin-top: 0.07rem;
}
.content .MyProject .project .el-button[data-v-20970542] {
  width: 0.81rem;
  height: 0.29rem;
  line-height: 0.29rem;
  padding: 0;
  font-size: 0.11rem;
  color: #ffffff;
  -webkit-border-radius: 0.07rem;
          border-radius: 0.07rem;
  border: none;
  background: #7db0ea;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(125, 176, 234, 0.5);
          box-shadow: 0 0.02rem 0.1rem rgba(125, 176, 234, 0.5);
}
.content .MyProject .el-empty[data-v-20970542]  .el-empty__image {
  width: 3rem;
  height: auto;
}
.el-tooltip__popper[data-v-20970542]  .is-light {
  border: none !important;
}
#daiso-project[data-v-20970542]  .el-input__inner {
  width: 1.4rem;
  height: 0.32rem;
  background: none;
  -webkit-border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
          border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  border: 0.01rem solid #cacaca;
}
.content .qsy[data-v-0d6b9110] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-bottom: 3rem;
  background: #fff;
  padding: 1.09rem 3.2rem 3.16rem 3.2rem;
}
.content .qsy img[data-v-0d6b9110] {
  width: 2.64rem;
  height: 2.64rem;
}
.content .qsy .tip[data-v-0d6b9110] {
  text-align: center;
  font-weight: 400;
  font-size: 0.26rem;
  color: #999999;
  margin-top: 0.4rem;
}
.content .header[data-v-0d6b9110] {
  width: 9.09rem;
  height: 0.68rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0.02rem 0.1rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.02rem 0.1rem 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 0 0;
          border-radius: 0 0 0 0;
}
.content .header .el-form-item__label[data-v-0d6b9110] {
  margin-left: 0.26rem;
}
.content .header .btn[data-v-0d6b9110] {
  width: 0.48rem;
  height: 0.32rem;
  background: #7db0ea;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
  text-align: center;
  line-height: 0.08rem;
  margin-left: 1.56rem;
}
.content .header .btn[data-v-0d6b9110]  span {
  margin-left: -0.1rem;
}
.content .header .btns[data-v-0d6b9110] {
  width: 0.48rem;
  height: 0.32rem;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
  line-height: 0.08rem;
  color: #7db0ea;
  margin-left: 0;
}
.content .header .btns[data-v-0d6b9110]  span {
  margin-left: -0.1rem;
}
.content .header .btn2[data-v-0d6b9110] {
  width: 0.88rem;
  height: 0.4rem;
  background: #7db0ea;
  -webkit-border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
          border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  margin-top: -0.22rem;
  margin-left: 0.34rem;
}
.content .MyProject[data-v-0d6b9110] {
  height: 100%;
  width: 100%;
  padding: 0.16rem 0.25rem 0 0.26rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-top: 0.16rem;
}
.content .MyProject .project[data-v-0d6b9110] {
  padding: 0.22rem 0.12rem 0.25rem 0.28rem;
  border-bottom: 0.01rem solid #dedcdc !important;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content .MyProject .project .info[data-v-0d6b9110] {
  width: 5rem;
}
.content .MyProject .project .info .title[data-v-0d6b9110] {
  margin: 0 0 0.09rem 0;
  font-weight: bold;
  font-size: 0.2rem;
  line-height: 160%;
  color: #333333;
}
.content .MyProject .project .info .title .el-tag[data-v-0d6b9110] {
  height: 0.19rem;
  /* auto; */
  border: none;
  font-size: 0.11rem;
  line-height: 0.19rem;
  /* 160%; */
  color: #ffffff;
  background: #feb104;
}
.content .MyProject .project .info .title .el-tag.a[data-v-0d6b9110] {
  background: #d8d8d8;
}
.content .MyProject .project .info .title .el-tag.b[data-v-0d6b9110] {
  margin-left: 0.15rem;
  background-color: #7db0ea;
  margin-right: 0.08rem;
}
.content .MyProject .project .info .member[data-v-0d6b9110] {
  margin-bottom: 0.02rem;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 160%;
  color: #666666;
  margin-left: 0.02rem;
}
.content .MyProject .project .info .member div[data-v-0d6b9110] {
  margin-bottom: 0.06rem;
}
.content .MyProject .project .info .ops[data-v-0d6b9110] {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.12rem;
  line-height: 160%;
  color: #999999;
}
.content .MyProject .project .info .ops li[data-v-0d6b9110] {
  white-space: nowrap;
}
.content .MyProject .project .info .ops li i[data-v-0d6b9110] {
  margin-right: 0.04rem;
  font-size: 0.15rem;
}
.content .MyProject .project .info .ops li + li[data-v-0d6b9110] {
  margin-top: 0.07rem;
}
.content .MyProject .project .el-button[data-v-0d6b9110] {
  width: 0.81rem;
  height: 0.29rem;
  line-height: 0.29rem;
  padding: 0;
  font-size: 0.11rem;
  color: #ffffff;
  -webkit-border-radius: 0.07rem;
          border-radius: 0.07rem;
  border: none;
  background: #7db0ea;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(125, 176, 234, 0.5);
          box-shadow: 0 0.02rem 0.1rem rgba(125, 176, 234, 0.5);
}
.content .MyProject .el-empty[data-v-0d6b9110]  .el-empty__image {
  width: 3rem;
  height: auto;
}
.el-tooltip__popper[data-v-0d6b9110]  .is-light {
  border: none !important;
}
#daiso-project[data-v-0d6b9110]  .el-input__inner {
  width: 1.4rem;
  height: 0.32rem;
  background: none;
  -webkit-border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
          border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  border: 0.01rem solid #cacaca;
}
.content .header[data-v-7367fce0] {
  width: 9.09rem;
  height: 0.68rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0.02rem 0.1rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.02rem 0.1rem 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 0 0;
          border-radius: 0 0 0 0;
}
.content .header .el-form-item__label[data-v-7367fce0] {
  margin-left: 0.26rem;
}
.content .header .btn[data-v-7367fce0] {
  width: 0.48rem;
  height: 0.32rem;
  background: #7db0ea;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
  text-align: center;
  line-height: 0.08rem;
  margin-left: 1.56rem;
}
.content .header .btn[data-v-7367fce0]  span {
  margin-left: -0.1rem;
}
.content .header .btns[data-v-7367fce0] {
  width: 0.48rem;
  height: 0.32rem;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
  line-height: 0.08rem;
  color: #7db0ea;
  margin-left: 0;
}
.content .header .btns[data-v-7367fce0]  span {
  margin-left: -0.1rem;
}
.content .header .btn2[data-v-7367fce0] {
  width: 0.88rem;
  height: 0.4rem;
  background: #7db0ea;
  -webkit-border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
          border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  margin-top: -0.22rem;
  margin-left: 0.34rem;
}
.content .MyProject[data-v-7367fce0] {
  height: 100%;
  width: 100%;
  padding: 0.16rem 0.25rem 0 0.26rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-top: 0.16rem;
}
.content .MyProject .project[data-v-7367fce0] {
  padding: 0.22rem 0.12rem 0.25rem 0.28rem;
  border-bottom: 0.01rem solid #dedcdc !important;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content .MyProject .project .info[data-v-7367fce0] {
  width: 5rem;
}
.content .MyProject .project .info .title[data-v-7367fce0] {
  margin: 0 0 0.09rem 0;
  font-weight: bold;
  font-size: 0.2rem;
  line-height: 160%;
  color: #333333;
}
.content .MyProject .project .info .title .el-tag[data-v-7367fce0] {
  height: 0.19rem;
  /* auto; */
  border: none;
  font-size: 0.11rem;
  line-height: 0.19rem;
  /* 160%; */
  color: #ffffff;
  background: #feb104;
}
.content .MyProject .project .info .title .el-tag.a[data-v-7367fce0] {
  background: #d8d8d8;
}
.content .MyProject .project .info .title .el-tag.b[data-v-7367fce0] {
  margin-left: 0.15rem;
  background-color: #7db0ea;
  margin-right: 0.08rem;
}
.content .MyProject .project .info .member[data-v-7367fce0] {
  margin-bottom: 0.02rem;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 160%;
  color: #666666;
  margin-left: 0.02rem;
}
.content .MyProject .project .info .member div[data-v-7367fce0] {
  margin-bottom: 0.06rem;
}
.content .MyProject .project .info .ops[data-v-7367fce0] {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.12rem;
  line-height: 160%;
  color: #999999;
}
.content .MyProject .project .info .ops li[data-v-7367fce0] {
  white-space: nowrap;
}
.content .MyProject .project .info .ops li i[data-v-7367fce0] {
  margin-right: 0.04rem;
  font-size: 0.15rem;
}
.content .MyProject .project .info .ops li + li[data-v-7367fce0] {
  margin-top: 0.07rem;
}
.content .MyProject .project .el-button[data-v-7367fce0] {
  width: 0.81rem;
  height: 0.29rem;
  line-height: 0.29rem;
  padding: 0;
  font-size: 0.11rem;
  color: #ffffff;
  -webkit-border-radius: 0.07rem;
          border-radius: 0.07rem;
  border: none;
  background: #7db0ea;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(125, 176, 234, 0.5);
          box-shadow: 0 0.02rem 0.1rem rgba(125, 176, 234, 0.5);
}
.content .MyProject .el-empty[data-v-7367fce0]  .el-empty__image {
  width: 3rem;
  height: auto;
}
.el-tooltip__popper[data-v-7367fce0]  .is-light {
  border: none !important;
}
#daiso-project[data-v-7367fce0]  .el-input__inner {
  width: 1.4rem;
  height: 0.32rem;
  background: none;
  -webkit-border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
          border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  border: 0.01rem solid #cacaca;
}
.content .header[data-v-825de99c] {
  width: 9.09rem;
  height: 0.68rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0.02rem 0.1rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.02rem 0.1rem 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 0 0;
          border-radius: 0 0 0 0;
}
.content .header .el-input__inner[data-v-825de99c] {
  width: 1.4rem;
  height: 0.32rem;
  background: none;
  -webkit-border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
          border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  border: 0.01rem solid #CACACA;
}
.content .header .el-form-item__label[data-v-825de99c] {
  margin-left: 0.26rem;
}
.content .header .btn[data-v-825de99c] {
  width: 0.67rem;
  height: 0.32rem;
  background: #7DB0EA;
  -webkit-border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
          border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  text-align: center;
  line-height: 0.08rem;
  margin-left: 0.1rem;
}
.content .header .btn2[data-v-825de99c] {
  width: 0.88rem;
  height: 0.4rem;
  background: #7DB0EA;
  -webkit-border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
          border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  margin-top: -0.22rem;
  margin-left: 0.34rem;
}
.content .table[data-v-825de99c] {
  margin-top: 0.15rem;
}
.content .tableBtn[data-v-825de99c] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.content .tableBtn[data-v-825de99c]  .el-button {
  border: none;
  background: none;
}
.content .header[data-v-1f646a51] {
  width: 9.09rem;
  height: 0.68rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0.02rem 0.1rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.02rem 0.1rem 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 0 0;
          border-radius: 0 0 0 0;
}
.content .header .el-input__inner[data-v-1f646a51] {
  width: 1.4rem;
  height: 0.32rem;
  background: none;
  -webkit-border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
          border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  border: 0.01rem solid #CACACA;
}
.content .header .el-form-item__label[data-v-1f646a51] {
  margin-left: 0.26rem;
}
.content .header .btn[data-v-1f646a51] {
  width: 0.67rem;
  height: 0.32rem;
  background: #7DB0EA;
  -webkit-border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
          border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  text-align: center;
  line-height: 0.08rem;
  margin-left: 1.56rem;
}
.content .header .btn2[data-v-1f646a51] {
  width: 0.88rem;
  height: 0.4rem;
  background: #7DB0EA;
  -webkit-border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
          border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  margin-top: -0.22rem;
  margin-left: 0.34rem;
}
.content .table[data-v-1f646a51] {
  margin-top: 0.15rem;
}
.content .tableBtn[data-v-1f646a51] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -0.05rem;
}
.content .tableBtn[data-v-1f646a51]  .el-button {
  border: none;
  background: none;
}
.con-title[data-v-9fe2acda] {
  line-height: 0.4rem;
  color: #333333;
  font-size: 0.16rem;
  font-weight: 600;
}
.con-title1[data-v-9fe2acda] {
  margin-bottom: 0.12rem;
  padding-left: 0.23rem;
}
.viewDetail[data-v-9fe2acda] {
  color: #7db0ea;
  font-size: 0.14rem;
  font-weight: 600;
}
[data-v-8ddf2f78] .contentBody {
  width: 9.09rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0.02659rem 0.06648rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.02659rem 0.06648rem rgba(0, 0, 0, 0.1);
}
[data-v-8ddf2f78] .el-input__inner {
  background: #F6FAFF !important;
  border: none;
}
[data-v-8ddf2f78] .el-collapse-item__wrap {
  background-color: transparent;
  border: none;
}
[data-v-8ddf2f78] .el-collapse-item__content {
  padding-bottom: 0;
}
.content[data-v-8ddf2f78] {
  background: #ffffff;
  -webkit-box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0.2rem 0.2rem 0 0;
          border-radius: 0.2rem 0.2rem 0 0;
  margin-bottom: 0.17rem;
}
.content .theme[data-v-8ddf2f78] {
  height: 0.52rem;
  line-height: 0.52rem;
  padding: 0 0.2rem;
  color: #333333;
  font-size: 0.2rem;
  font-weight: bold;
  background: #f6fbff;
  -webkit-border-radius: 0.2rem 0.2rem 0 0;
          border-radius: 0.2rem 0.2rem 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content .theme-desc[data-v-8ddf2f78] {
  padding: 0.24rem 0.7rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.content .theme-desc .statusName[data-v-8ddf2f78] {
  position: absolute;
  top: 0.27rem;
  left: 0.7rem;
  background: #7db0ea;
  -webkit-border-radius: 0.06rem 0.06rem 0.06rem 0;
          border-radius: 0.06rem 0.06rem 0.06rem 0;
  padding: 0 0.14rem;
  height: 0.18rem;
  line-height: 0.18rem;
  color: #ffffff;
  font-size: 0.08rem;
}
.content .theme-desc .theme-img[data-v-8ddf2f78] {
  width: 1.5rem;
  height: 1rem;
  margin-right: 0.32rem;
  -webkit-box-shadow: 0 0 0.07rem rgba(0, 0, 0, 0.21);
          box-shadow: 0 0 0.07rem rgba(0, 0, 0, 0.21);
  -webkit-border-radius: 0.06rem;
          border-radius: 0.06rem;
}
.content .theme-desc .theme-content[data-v-8ddf2f78] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.content .theme-desc .theme-content h2[data-v-8ddf2f78] {
  color: #666666;
  font-size: 0.16rem;
  margin-bottom: 0.12rem;
}
.content .theme-desc .theme-content span[data-v-8ddf2f78] {
  color: #999999;
  font-size: 0.12rem;
  margin-bottom: 0.06rem;
}
.content .summary[data-v-8ddf2f78] {
  height: 0.28rem;
  line-height: 0.56rem;
  height: 0.52rem;
  background: #F6FBFF;
  -webkit-border-radius: 0.2rem 0.2rem 0 0;
          border-radius: 0.2rem 0.2rem 0 0;
  font-weight: bold;
  font-size: 0.2rem;
  color: #333333;
}
.content .title[data-v-8ddf2f78] {
  height: 0.28rem;
  margin-bottom: 0.18rem;
  position: relative;
  padding-left: 0.6rem;
  margin-top: 0.28rem;
}
.content .title .title-text[data-v-8ddf2f78] {
  font-size: 0.18rem;
  font-weight: bold;
  color: #333333;
  position: absolute;
  top: 0;
  z-index: 2;
}
.content .title .title-line[data-v-8ddf2f78] {
  width: 1.8rem;
  height: 0.07rem;
  background: -webkit-linear-gradient(359.99deg, rgba(125, 176, 234, 0.8) 39.59%, rgba(125, 176, 234, 0) 80.84%);
  background: linear-gradient(90.01deg, rgba(125, 176, 234, 0.8) 39.59%, rgba(125, 176, 234, 0) 80.84%);
  position: absolute;
  bottom: 0.02rem;
}
.content .title2[data-v-8ddf2f78] {
  margin-top: 0;
}
.content .part-content[data-v-8ddf2f78] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #333333;
  font-size: 0.14rem;
  line-height: 0.26rem;
  padding-left: 0.61rem;
}
.content .proDetails[data-v-8ddf2f78] {
  margin-bottom: 0.2rem;
}
.content .proDetails .projectProgress[data-v-8ddf2f78] {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.content .proDetails .projectProgress .progressText[data-v-8ddf2f78] {
  width: 47%;
  margin-right: 0.72rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.content .proDetails .projectProgress .progressView[data-v-8ddf2f78] {
  cursor: default;
  width: 0.52rem;
  height: 0.19rem;
  border: 0.01rem solid #7db0ea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 0.13rem;
          border-radius: 0.13rem;
  text-align: center;
  line-height: 0.19rem;
  color: #7db0ea;
  font-size: 0.1rem;
}
.content .con-title[data-v-8ddf2f78] {
  line-height: 0.4rem;
  color: #333333;
  font-size: 0.16rem;
  font-weight: 600;
  padding-left: 0.61rem;
}
.content .con-title1[data-v-8ddf2f78] {
  margin-bottom: 0.12rem;
  padding-left: 0.61rem;
}
.content .con-desc[data-v-8ddf2f78] {
  font-size: 0.14rem;
  color: #333333;
  line-height: 0.28rem;
  padding-left: 0.61rem;
  margin-bottom: 0.3rem;
}
.content .con-desc2[data-v-8ddf2f78] {
  font-size: 0.14rem;
  color: #333333;
  padding-left: 0.61rem;
  margin-bottom: 0.1rem;
}
.content .attachmentLists[data-v-8ddf2f78] {
  margin-bottom: 0.2rem;
  padding-left: 0.23rem;
}
.content .attachmentLists .list[data-v-8ddf2f78] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.14rem;
  color: #333333;
  margin: 0.14rem 0;
}
.content .attachmentLists .list img[data-v-8ddf2f78] {
  width: 0.16rem;
  height: 0.16rem;
  margin-right: 0.15rem;
}
.content .attachmentLists .list .attachmentName[data-v-8ddf2f78] {
  width: 45%;
  margin-right: 0.72rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.content .attachmentLists .list .attachmentUser[data-v-8ddf2f78] {
  width: 4%;
  margin-right: 0.72rem;
}
.content .attachmentLists .list .attachmentTime[data-v-8ddf2f78] {
  width: 5%;
  margin-right: 0.85rem;
}
.content .attachmentLists .list .attachmentView[data-v-8ddf2f78] {
  cursor: default;
  width: 0.52rem;
  height: 0.19rem;
  border: 0.01rem solid #7db0ea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 0.13rem;
          border-radius: 0.13rem;
  text-align: center;
  line-height: 0.19rem;
  color: #7db0ea;
  font-size: 0.1rem;
}
.content .proFlag[data-v-8ddf2f78] {
  color: #333333;
  font-size: 0.14rem;
  margin-bottom: 0.24rem;
  padding-left: 0.23rem;
}
.content .proFlag div[data-v-8ddf2f78]:nth-child(1) {
  font-weight: 600;
}
.content .proFlag div[data-v-8ddf2f78] {
  line-height: 0.3rem;
}
.content .apply[data-v-8ddf2f78] {
  width: 98%;
  float: right;
  margin-top: 0.2rem;
}
.content .apply .applyCon[data-v-8ddf2f78] {
  padding-bottom: 0.44rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.content .apply .applyCon[data-v-8ddf2f78]:nth-last-child(1) {
  padding-bottom: 0;
}
.content .apply .applyCon[data-v-8ddf2f78]::before {
  content: "";
  width: 0.01rem;
  height: -webkit-fill-available;
  background: #ababab;
  position: absolute;
  top: 0;
  left: -0.29rem;
}
.content .apply .applyCon[data-v-8ddf2f78]::after {
  content: "";
  width: 0.06rem;
  height: 0.06rem;
  background: #7db0ea;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
  top: 0;
  left: -0.315rem;
  z-index: 2;
}
.content .apply h2[data-v-8ddf2f78] {
  color: #333333;
  font-size: 0.14rem;
  line-height: 0.2rem;
  margin-top: 0;
}
.content .apply .applyTime[data-v-8ddf2f78] {
  color: #666666;
  font-size: 0.08rem;
  line-height: 0.12rem;
  margin-bottom: 0.1rem;
}
.content .apply .applyDesc[data-v-8ddf2f78] {
  padding: 0.15rem 0.22rem;
  background: #f6faff;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  font-size: 0.14rem;
  line-height: 0.22rem;
}
.content .applyNull[data-v-8ddf2f78] {
  text-align: center;
  color: #666666;
  font-size: 0.18rem;
  font-weight: bold;
  margin: 2.24rem 0;
}
.contentExpert[data-v-8ddf2f78] {
  background: #ffffff;
  -webkit-box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.1);
  margin-bottom: 0.17rem;
}
.contentExpert .theme[data-v-8ddf2f78] {
  height: 0.52rem;
  line-height: 0.52rem;
  padding: 0 0.2rem;
  color: #333333;
  font-size: 0.2rem;
  font-weight: bold;
  background: #f6fbff;
  -webkit-border-radius: 0.2rem 0.2rem 0 0;
          border-radius: 0.2rem 0.2rem 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contentExpert .theme-desc[data-v-8ddf2f78] {
  padding: 0.24rem 0.7rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.contentExpert .theme-desc .statusName[data-v-8ddf2f78] {
  position: absolute;
  top: 0.27rem;
  left: 0.7rem;
  background: #7db0ea;
  -webkit-border-radius: 0.06rem 0.06rem 0.06rem 0;
          border-radius: 0.06rem 0.06rem 0.06rem 0;
  padding: 0 0.14rem;
  height: 0.18rem;
  line-height: 0.18rem;
  color: #ffffff;
  font-size: 0.08rem;
}
.contentExpert .theme-desc .theme-img[data-v-8ddf2f78] {
  width: 1.5rem;
  height: 1rem;
  margin-right: 0.32rem;
  -webkit-box-shadow: 0 0 0.07rem rgba(0, 0, 0, 0.21);
          box-shadow: 0 0 0.07rem rgba(0, 0, 0, 0.21);
  -webkit-border-radius: 0.06rem;
          border-radius: 0.06rem;
}
.contentExpert .theme-desc .theme-content[data-v-8ddf2f78] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contentExpert .theme-desc .theme-content h2[data-v-8ddf2f78] {
  color: #666666;
  font-size: 0.16rem;
  margin-bottom: 0.12rem;
}
.contentExpert .theme-desc .theme-content span[data-v-8ddf2f78] {
  color: #999999;
  font-size: 0.12rem;
  margin-bottom: 0.06rem;
}
.contentExpert .summary[data-v-8ddf2f78] {
  height: 0.28rem;
  line-height: 0.56rem;
  height: 0.52rem;
  background: #F6FBFF;
  -webkit-border-radius: 0.2rem 0.2rem 0 0;
          border-radius: 0.2rem 0.2rem 0 0;
  font-weight: bold;
  font-size: 0.2rem;
  color: #333333;
}
.contentExpert .title[data-v-8ddf2f78] {
  width: 8.36rem;
  height: 0.28rem;
  margin-bottom: 0.15rem;
  position: relative;
  padding-left: 0.6rem;
  margin-top: 0.25rem;
}
.contentExpert .title .title-text[data-v-8ddf2f78] {
  font-size: 0.18rem;
  font-weight: bold;
  color: #333333;
  position: absolute;
  top: 0;
  z-index: 2;
}
.contentExpert .title .title-line[data-v-8ddf2f78] {
  width: 1.8rem;
  height: 0.07rem;
  background: -webkit-linear-gradient(359.99deg, rgba(125, 176, 234, 0.8) 39.59%, rgba(125, 176, 234, 0) 80.84%);
  background: linear-gradient(90.01deg, rgba(125, 176, 234, 0.8) 39.59%, rgba(125, 176, 234, 0) 80.84%);
  position: absolute;
  bottom: 0.07rem;
}
.contentExpert .line[data-v-8ddf2f78] {
  width: 8.36rem;
  margin-left: 0.41rem;
  border-bottom: 0.01rem solid #D8D8D8;
  margin-bottom: 0.27rem;
}
.contentExpert .dot-content[data-v-8ddf2f78] {
  padding-left: 0.48rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.contentExpert .dot-content .left[data-v-8ddf2f78] {
  height: 0.95rem;
}
.contentExpert .dot-content .left .dot[data-v-8ddf2f78] {
  width: 0.06rem;
  height: 0.06rem;
  background: #7DB0EA;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.contentExpert .dot-content .left .dot-line[data-v-8ddf2f78] {
  height: 100%;
  border-left: 0.01rem solid #D8D8D8;
  margin-left: 0.025rem;
}
.contentExpert .dot-content .right[data-v-8ddf2f78] {
  margin-left: 0.29rem;
  margin-bottom: 0.25rem;
}
.contentExpert .dot-content .right .name[data-v-8ddf2f78] {
  font-weight: bold;
  font-size: 0.14rem;
  color: #333333;
  line-height: 0.16rem;
  margin-top: -0.17rem;
}
.contentExpert .dot-content .right .right-content[data-v-8ddf2f78] {
  background: #F6FAFF;
  -webkit-border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
          border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  font-weight: 400;
  font-size: 0.14rem;
  color: #333333;
  padding: 0.15rem 0.22rem;
}
.contentExpert .dot-content2[data-v-8ddf2f78] {
  padding-left: 0.48rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -0.35rem;
}
.contentExpert .dot-content2 .left[data-v-8ddf2f78] {
  height: 0.65rem;
}
.contentExpert .dot-content2 .left .dot[data-v-8ddf2f78] {
  width: 0.06rem;
  height: 0.06rem;
  background: #7DB0EA;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.contentExpert .dot-content2 .left .dot-line[data-v-8ddf2f78] {
  height: 100%;
  border-left: 0.01rem solid #D8D8D8;
  margin-left: 0.025rem;
}
.contentExpert .dot-content2 .right[data-v-8ddf2f78] {
  margin-left: 0.29rem;
  margin-bottom: 0.17rem;
}
.contentExpert .dot-content2 .right .name[data-v-8ddf2f78] {
  font-weight: bold;
  font-size: 0.14rem;
  color: #333333;
  line-height: 0.16rem;
  margin-top: -0.17rem;
}
.contentExpert .dot-content2 .right .right-content[data-v-8ddf2f78] {
  background: #F6FAFF;
  -webkit-border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
          border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  font-weight: 400;
  font-size: 0.14rem;
  color: #333333;
  padding: 0.15rem 0.22rem;
}
.contentExpert .title2[data-v-8ddf2f78] {
  margin-top: 0;
}
.contentExpert .part-content[data-v-8ddf2f78] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #333333;
  font-size: 0.16rem;
  line-height: 0.26rem;
  padding-left: 0.61rem;
}
.contentExpert .proDetails[data-v-8ddf2f78] {
  margin-bottom: 0.2rem;
}
.contentExpert .proDetails .projectProgress[data-v-8ddf2f78] {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.contentExpert .proDetails .projectProgress .progressText[data-v-8ddf2f78] {
  width: 47%;
  margin-right: 0.72rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.contentExpert .proDetails .projectProgress .progressView[data-v-8ddf2f78] {
  cursor: default;
  width: 0.52rem;
  height: 0.19rem;
  border: 0.01rem solid #7db0ea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 0.13rem;
          border-radius: 0.13rem;
  text-align: center;
  line-height: 0.19rem;
  color: #7db0ea;
  font-size: 0.1rem;
}
.contentExpert .con-title[data-v-8ddf2f78] {
  line-height: 0.4rem;
  color: #333333;
  font-size: 0.16rem;
  font-weight: 600;
  padding-left: 0.61rem;
}
.contentExpert .con-title1[data-v-8ddf2f78] {
  margin-bottom: 0.12rem;
  padding-left: 0.61rem;
}
.contentExpert .con-desc[data-v-8ddf2f78] {
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.28rem;
  padding-left: 0.61rem;
  margin-bottom: 0.2rem;
  padding-right: 0.61rem;
}
.contentExpert .con-desc2[data-v-8ddf2f78] {
  font-size: 0.16rem;
  color: #333333;
  padding-left: 0.61rem;
  margin-bottom: 0.1rem;
  padding-right: 0.61rem;
}
.contentExpert .attachmentLists[data-v-8ddf2f78] {
  margin-bottom: 0.2rem;
  padding-left: 0.23rem;
}
.contentExpert .attachmentLists .list[data-v-8ddf2f78] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.14rem;
  color: #333333;
  margin: 0.14rem 0;
}
.contentExpert .attachmentLists .list img[data-v-8ddf2f78] {
  width: 0.16rem;
  height: 0.16rem;
  margin-right: 0.15rem;
}
.contentExpert .attachmentLists .list .attachmentName[data-v-8ddf2f78] {
  width: 45%;
  margin-right: 0.72rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.contentExpert .attachmentLists .list .attachmentUser[data-v-8ddf2f78] {
  width: 4%;
  margin-right: 0.72rem;
}
.contentExpert .attachmentLists .list .attachmentTime[data-v-8ddf2f78] {
  width: 5%;
  margin-right: 0.85rem;
}
.contentExpert .attachmentLists .list .attachmentView[data-v-8ddf2f78] {
  cursor: default;
  width: 0.52rem;
  height: 0.19rem;
  border: 0.01rem solid #7db0ea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 0.13rem;
          border-radius: 0.13rem;
  text-align: center;
  line-height: 0.19rem;
  color: #7db0ea;
  font-size: 0.1rem;
}
.contentExpert .proFlag[data-v-8ddf2f78] {
  color: #333333;
  font-size: 0.14rem;
  margin-bottom: 0.24rem;
  padding-left: 0.23rem;
}
.contentExpert .proFlag div[data-v-8ddf2f78]:nth-child(1) {
  font-weight: 600;
}
.contentExpert .proFlag div[data-v-8ddf2f78] {
  line-height: 0.3rem;
}
.contentExpert .apply[data-v-8ddf2f78] {
  width: 98%;
  float: right;
  margin-top: 0.2rem;
}
.contentExpert .apply .applyCon[data-v-8ddf2f78] {
  padding-bottom: 0.44rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.contentExpert .apply .applyCon[data-v-8ddf2f78]:nth-last-child(1) {
  padding-bottom: 0;
}
.contentExpert .apply .applyCon[data-v-8ddf2f78]::before {
  content: "";
  width: 0.01rem;
  height: -webkit-fill-available;
  background: #ababab;
  position: absolute;
  top: 0;
  left: -0.29rem;
}
.contentExpert .apply .applyCon[data-v-8ddf2f78]::after {
  content: "";
  width: 0.06rem;
  height: 0.06rem;
  background: #7db0ea;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
  top: 0;
  left: -0.315rem;
  z-index: 2;
}
.contentExpert .apply h2[data-v-8ddf2f78] {
  color: #333333;
  font-size: 0.14rem;
  line-height: 0.2rem;
  margin-top: 0;
}
.contentExpert .apply .applyTime[data-v-8ddf2f78] {
  color: #666666;
  font-size: 0.08rem;
  line-height: 0.12rem;
  margin-bottom: 0.1rem;
}
.contentExpert .apply .applyDesc[data-v-8ddf2f78] {
  padding: 0.15rem 0.22rem;
  background: #f6faff;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  font-size: 0.14rem;
  line-height: 0.22rem;
}
.contentExpert .applyNull[data-v-8ddf2f78] {
  text-align: center;
  color: #666666;
  font-size: 0.18rem;
  font-weight: bold;
  margin: 2.24rem 0;
}
.contents[data-v-8ddf2f78] {
  background: #ffffff;
  -webkit-box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.1);
  margin-bottom: 0.17rem;
}
.contents .theme[data-v-8ddf2f78] {
  height: 0.52rem;
  line-height: 0.52rem;
  padding: 0 0.2rem;
  color: #333333;
  font-size: 0.2rem;
  font-weight: bold;
  background: #f6fbff;
  -webkit-border-radius: 0.2rem 0.2rem 0 0;
          border-radius: 0.2rem 0.2rem 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contents .theme-desc[data-v-8ddf2f78] {
  padding: 0.24rem 0.7rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.contents .theme-desc .statusName[data-v-8ddf2f78] {
  position: absolute;
  top: 0.27rem;
  left: 0.7rem;
  background: #7db0ea;
  -webkit-border-radius: 0.06rem 0.06rem 0.06rem 0;
          border-radius: 0.06rem 0.06rem 0.06rem 0;
  padding: 0 0.14rem;
  height: 0.18rem;
  line-height: 0.18rem;
  color: #ffffff;
  font-size: 0.08rem;
}
.contents .theme-desc .theme-img[data-v-8ddf2f78] {
  width: 1.5rem;
  height: 1rem;
  margin-right: 0.32rem;
  -webkit-box-shadow: 0 0 0.07rem rgba(0, 0, 0, 0.21);
          box-shadow: 0 0 0.07rem rgba(0, 0, 0, 0.21);
  -webkit-border-radius: 0.06rem;
          border-radius: 0.06rem;
}
.contents .theme-desc .theme-content[data-v-8ddf2f78] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contents .theme-desc .theme-content h2[data-v-8ddf2f78] {
  color: #666666;
  font-size: 0.16rem;
  margin-bottom: 0.12rem;
}
.contents .theme-desc .theme-content span[data-v-8ddf2f78] {
  color: #999999;
  font-size: 0.12rem;
  margin-bottom: 0.06rem;
}
.contents .summary[data-v-8ddf2f78] {
  height: 0.28rem;
  line-height: 0.56rem;
  height: 0.52rem;
  background: #F6FBFF;
  -webkit-border-radius: 0.2rem 0.2rem 0 0;
          border-radius: 0.2rem 0.2rem 0 0;
  font-weight: bold;
  font-size: 0.2rem;
  color: #333333;
}
.contents .title[data-v-8ddf2f78] {
  width: 8.36rem;
  height: 0.28rem;
  margin-bottom: 0.15rem;
  position: relative;
  padding-left: 0.6rem;
  margin-top: 0.25rem;
}
.contents .title .title-text[data-v-8ddf2f78] {
  font-size: 0.18rem;
  font-weight: bold;
  color: #333333;
  position: absolute;
  top: 0;
  z-index: 2;
}
.contents .title .title-line[data-v-8ddf2f78] {
  width: 1.8rem;
  height: 0.07rem;
  background: -webkit-linear-gradient(359.99deg, rgba(125, 176, 234, 0.8) 39.59%, rgba(125, 176, 234, 0) 80.84%);
  background: linear-gradient(90.01deg, rgba(125, 176, 234, 0.8) 39.59%, rgba(125, 176, 234, 0) 80.84%);
  position: absolute;
  bottom: 0.02rem;
}
.contents .line[data-v-8ddf2f78] {
  width: 8.36rem;
  margin-left: 0.41rem;
  border-bottom: 0.01rem solid #D8D8D8;
  margin-bottom: 0.27rem;
}
.contents .dot-content[data-v-8ddf2f78] {
  padding-left: 0.48rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.contents .dot-content .left .dot[data-v-8ddf2f78] {
  width: 0.06rem;
  height: 0.06rem;
  background: #7DB0EA;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.contents .dot-content .left .dot-line[data-v-8ddf2f78] {
  height: 100%;
  border-left: 0.01rem solid #D8D8D8;
  margin-left: 0.02rem;
}
.contents .dot-content .right[data-v-8ddf2f78] {
  margin-left: 0.29rem;
  margin-bottom: 0.25rem;
}
.contents .dot-content .right .name[data-v-8ddf2f78] {
  font-weight: bold;
  font-size: 0.14rem;
  color: #333333;
  line-height: 0.16rem;
  margin-top: -0.17rem;
}
.contents .dot-content .right .right-content[data-v-8ddf2f78] {
  background: #F6FAFF;
  -webkit-border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
          border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  font-weight: 400;
  font-size: 0.14rem;
  color: #333333;
  padding: 0.15rem 0.22rem;
}
.contents .title2[data-v-8ddf2f78] {
  margin-top: 0;
}
.contents .part-content[data-v-8ddf2f78] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #333333;
  font-size: 0.16rem;
  line-height: 0.26rem;
  padding-left: 0.61rem;
}
.contents .proDetails[data-v-8ddf2f78] {
  margin-bottom: 0.2rem;
}
.contents .proDetails .projectProgress[data-v-8ddf2f78] {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.contents .proDetails .projectProgress .progressText[data-v-8ddf2f78] {
  width: 47%;
  margin-right: 0.72rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.contents .proDetails .projectProgress .progressView[data-v-8ddf2f78] {
  cursor: default;
  width: 0.52rem;
  height: 0.19rem;
  border: 0.01rem solid #7db0ea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 0.13rem;
          border-radius: 0.13rem;
  text-align: center;
  line-height: 0.19rem;
  color: #7db0ea;
  font-size: 0.1rem;
}
.contents .con-title[data-v-8ddf2f78] {
  line-height: 0.4rem;
  color: #333333;
  font-size: 0.16rem;
  font-weight: 600;
  padding-left: 0.61rem;
}
.contents .con-title1[data-v-8ddf2f78] {
  margin-bottom: 0.12rem;
  padding-left: 0.61rem;
}
.contents .con-desc[data-v-8ddf2f78] {
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.28rem;
  padding-left: 0.61rem;
  margin-bottom: 0.3rem;
  padding-right: 0.61rem;
}
.contents .con-desc2[data-v-8ddf2f78] {
  font-size: 0.16rem;
  color: #333333;
  padding-left: 0.61rem;
  margin-bottom: 0.1rem;
  padding-right: 0.61rem;
}
.contents .attachmentLists[data-v-8ddf2f78] {
  margin-bottom: 0.2rem;
  padding-left: 0.23rem;
}
.contents .attachmentLists .list[data-v-8ddf2f78] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.14rem;
  color: #333333;
  margin: 0.14rem 0;
}
.contents .attachmentLists .list img[data-v-8ddf2f78] {
  width: 0.16rem;
  height: 0.16rem;
  margin-right: 0.15rem;
}
.contents .attachmentLists .list .attachmentName[data-v-8ddf2f78] {
  width: 45%;
  margin-right: 0.72rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.contents .attachmentLists .list .attachmentUser[data-v-8ddf2f78] {
  width: 4%;
  margin-right: 0.72rem;
}
.contents .attachmentLists .list .attachmentTime[data-v-8ddf2f78] {
  width: 5%;
  margin-right: 0.85rem;
}
.contents .attachmentLists .list .attachmentView[data-v-8ddf2f78] {
  cursor: default;
  width: 0.52rem;
  height: 0.19rem;
  border: 0.01rem solid #7db0ea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 0.13rem;
          border-radius: 0.13rem;
  text-align: center;
  line-height: 0.19rem;
  color: #7db0ea;
  font-size: 0.1rem;
}
.contents .proFlag[data-v-8ddf2f78] {
  color: #333333;
  font-size: 0.14rem;
  margin-bottom: 0.24rem;
  padding-left: 0.23rem;
}
.contents .proFlag div[data-v-8ddf2f78]:nth-child(1) {
  font-weight: 600;
}
.contents .proFlag div[data-v-8ddf2f78] {
  line-height: 0.3rem;
}
.contents .apply[data-v-8ddf2f78] {
  width: 98%;
  float: right;
  margin-top: 0.2rem;
}
.contents .apply .applyCon[data-v-8ddf2f78] {
  padding-bottom: 0.44rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.contents .apply .applyCon[data-v-8ddf2f78]:nth-last-child(1) {
  padding-bottom: 0;
}
.contents .apply .applyCon[data-v-8ddf2f78]::before {
  content: "";
  width: 0.01rem;
  height: -webkit-fill-available;
  background: #ababab;
  position: absolute;
  top: 0;
  left: -0.29rem;
}
.contents .apply .applyCon[data-v-8ddf2f78]::after {
  content: "";
  width: 0.06rem;
  height: 0.06rem;
  background: #7db0ea;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
  top: 0;
  left: -0.315rem;
  z-index: 2;
}
.contents .apply h2[data-v-8ddf2f78] {
  color: #333333;
  font-size: 0.14rem;
  line-height: 0.2rem;
  margin-top: 0;
}
.contents .apply .applyTime[data-v-8ddf2f78] {
  color: #666666;
  font-size: 0.08rem;
  line-height: 0.12rem;
  margin-bottom: 0.1rem;
}
.contents .apply .applyDesc[data-v-8ddf2f78] {
  padding: 0.15rem 0.22rem;
  background: #f6faff;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  font-size: 0.14rem;
  line-height: 0.22rem;
}
.contents .applyNull[data-v-8ddf2f78] {
  text-align: center;
  color: #666666;
  font-size: 0.18rem;
  font-weight: bold;
  margin: 2.24rem 0;
}
.content1[data-v-8ddf2f78] {
  overflow: hidden;
}
.content2[data-v-8ddf2f78] {
  overflow: hidden;
}
.content2 .summary .title[data-v-8ddf2f78] {
  padding: 0;
}
.content2 .summary .title .title-line[data-v-8ddf2f78] {
  bottom: -0.1rem;
}
[data-v-8ddf2f78] .dialog-footer {
  margin-top: 0.65rem;
}
[data-v-8ddf2f78] .dialog-footer .btnLeft {
  width: 2rem;
  height: 0.4rem;
  background: #D3E8FE;
  -webkit-border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
          border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
  border: 0.01rem solid #7DB0EA;
  font-weight: 800;
  font-size: 0.18rem;
  color: #7DB0EA;
  line-height: 0.1rem;
}
[data-v-8ddf2f78] .dialog-footer .btnRight {
  width: 2rem;
  height: 0.4rem;
  background: #7DB0EA;
  -webkit-border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
          border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
  border: 0.01rem solid #7DB0EA;
  font-weight: 800;
  font-size: 0.18rem;
  color: #FFFFFF;
  line-height: 0.1rem;
}
.content .header[data-v-0ad0bda8] {
  width: 9.09rem;
  height: 0.68rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0.02rem 0.1rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.02rem 0.1rem 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 0 0;
          border-radius: 0 0 0 0;
}
.content .header .el-form-item__label[data-v-0ad0bda8] {
  margin-left: 0.26rem;
}
.content .header .btn[data-v-0ad0bda8] {
  width: 0.48rem;
  height: 0.32rem;
  background: #7db0ea;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
  text-align: center;
  line-height: 0.08rem;
  margin-left: 0.26rem;
}
.content .header .btn[data-v-0ad0bda8]  span {
  margin-left: -0.1rem;
}
.content .header .btns[data-v-0ad0bda8] {
  width: 0.48rem;
  height: 0.32rem;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
  line-height: 0.08rem;
  color: #7db0ea;
  margin-left: 0;
}
.content .header .btns[data-v-0ad0bda8]  span {
  margin-left: -0.1rem;
}
.content .MyProject[data-v-0ad0bda8] {
  height: 100%;
  width: 100%;
  padding: 0.16rem 0.25rem 0 0.26rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-top: 0.16rem;
}
.content .MyProject .project[data-v-0ad0bda8] {
  padding: 0.22rem 0.12rem 0.25rem 0.28rem;
  border-bottom: 0.01rem solid #dedcdc !important;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content .MyProject .project .info[data-v-0ad0bda8] {
  width: 5rem;
}
.content .MyProject .project .info .title[data-v-0ad0bda8] {
  margin: 0 0 0.09rem 0;
  font-weight: bold;
  font-size: 0.2rem;
  line-height: 160%;
  color: #333333;
}
.content .MyProject .project .info .title .el-tag[data-v-0ad0bda8] {
  height: 0.19rem;
  /* auto; */
  border: none;
  font-size: 0.11rem;
  line-height: 0.19rem;
  /* 160%; */
  color: #ffffff;
  background: #feb104;
}
.content .MyProject .project .info .title .el-tag.a[data-v-0ad0bda8] {
  background: #d8d8d8;
}
.content .MyProject .project .info .title .el-tag.b[data-v-0ad0bda8] {
  margin-left: 0.15rem;
  background-color: #7db0ea;
  margin-right: 0.08rem;
}
.content .MyProject .project .info .member[data-v-0ad0bda8] {
  margin-bottom: 0.02rem;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 160%;
  color: #666666;
  margin-left: 0.02rem;
}
.content .MyProject .project .info .member div[data-v-0ad0bda8] {
  margin-bottom: 0.06rem;
}
.content .MyProject .project .info .ops[data-v-0ad0bda8] {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.12rem;
  line-height: 160%;
  color: #999999;
}
.content .MyProject .project .info .ops li[data-v-0ad0bda8] {
  white-space: nowrap;
}
.content .MyProject .project .info .ops li i[data-v-0ad0bda8] {
  margin-right: 0.04rem;
  font-size: 0.15rem;
}
.content .MyProject .project .info .ops li + li[data-v-0ad0bda8] {
  margin-top: 0.07rem;
}
.content .MyProject .project .tableBtn[data-v-0ad0bda8]  .el-button {
  width: 0.81rem;
  height: 0.29rem;
  line-height: 0.29rem;
  padding: 0;
  font-size: 0.11rem;
  color: #ffffff;
  -webkit-border-radius: 0.07rem;
          border-radius: 0.07rem;
  border: none;
  background: #7db0ea;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(125, 176, 234, 0.5);
          box-shadow: 0 0.02rem 0.1rem rgba(125, 176, 234, 0.5);
  margin-right: 0.3rem;
}
.content .MyProject .el-empty[data-v-0ad0bda8]  .el-empty__image {
  width: 3rem;
  height: auto;
}
.content .qsy[data-v-0ad0bda8] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.09rem 3.2rem 3.16rem 3.2rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background: #ffffff;
}
.content .qsy img[data-v-0ad0bda8] {
  width: 2.64rem;
  height: 2.64rem;
}
.content .qsy .tip[data-v-0ad0bda8] {
  text-align: center;
  font-weight: 400;
  font-size: 0.26rem;
  color: #999999;
  margin-top: 0.4rem;
}
#daiso-project[data-v-0ad0bda8]  .el-input__inner {
  width: 1.4rem;
  height: 0.32rem;
  background: none;
  -webkit-border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
          border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  border: 0.01rem solid #cacaca;
}
.content[data-v-35ac4f78] {
  width: 9.09rem;
}
.content .qsy[data-v-35ac4f78] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1.09rem 3.2rem 3.16rem 3.2rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.content .qsy img[data-v-35ac4f78] {
  width: 2.64rem;
  height: 2.64rem;
}
.content .qsy .tip[data-v-35ac4f78] {
  text-align: center;
  font-weight: 400;
  font-size: 0.26rem;
  color: #999999;
  margin-top: 0.4rem;
}
.content .header[data-v-35ac4f78] {
  width: 9.09rem;
  height: 0.68rem;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
          box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}
.content .header .el-form-item__label[data-v-35ac4f78] {
  margin-left: 0.26rem;
}
.content .header .btn[data-v-35ac4f78] {
  width: 0.48rem;
  height: 0.32rem;
  background: #7db0ea;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
  text-align: center;
  line-height: 0.08rem;
  margin-left: 1.56rem;
}
.content .header .btn[data-v-35ac4f78]  span {
  margin-left: -0.1rem;
}
.content .header .btns[data-v-35ac4f78] {
  width: 0.48rem;
  height: 0.32rem;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
  line-height: 0.08rem;
  color: #7db0ea;
  margin-left: 0;
}
.content .header .btns[data-v-35ac4f78]  span {
  margin-left: -0.1rem;
}
.content .header .btn2[data-v-35ac4f78] {
  width: 0.88rem;
  height: 0.4rem;
  background: #7db0ea;
  -webkit-border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
          border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  margin-top: -0.22rem;
  margin-left: 0.34rem;
}
.content .MyProject[data-v-35ac4f78] {
  width: 8.63rem;
  margin: 0 0.23rem;
  margin-bottom: 0.35rem;
  margin-top: 0.16rem;
  background: none !important;
}
.content .MyProject .project[data-v-35ac4f78] {
  background: #fff;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
          border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  padding: 0.22rem 0.12rem 0.25rem 0.28rem;
  margin-bottom: 0.16rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content .MyProject .project .info[data-v-35ac4f78] {
  width: 5rem;
}
.content .MyProject .project .info .title[data-v-35ac4f78] {
  margin: 0 0 0.09rem 0;
  font-weight: bold;
  font-size: 0.2rem;
  line-height: 160%;
  color: #333333;
}
.content .MyProject .project .info .title .el-tag[data-v-35ac4f78] {
  height: 0.19rem;
  /* auto; */
  border: none;
  font-size: 0.11rem;
  line-height: 0.19rem;
  /* 160%; */
  color: #ffffff;
  background: #feb104;
}
.content .MyProject .project .info .title .el-tag.a[data-v-35ac4f78] {
  background: #d8d8d8;
}
.content .MyProject .project .info .title .el-tag.b[data-v-35ac4f78] {
  margin-left: 0.15rem;
  background-color: #7db0ea;
  margin-right: 0.08rem;
}
.content .MyProject .project .info .member[data-v-35ac4f78] {
  margin-bottom: 0.02rem;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 160%;
  color: #666666;
  margin-left: 0.02rem;
}
.content .MyProject .project .info .member div[data-v-35ac4f78] {
  margin-bottom: 0.06rem;
}
.content .MyProject .project .info .ops[data-v-35ac4f78] {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.12rem;
  line-height: 160%;
  color: #999999;
}
.content .MyProject .project .info .ops li[data-v-35ac4f78] {
  white-space: nowrap;
}
.content .MyProject .project .info .ops li i[data-v-35ac4f78] {
  margin-right: 0.04rem;
  font-size: 0.15rem;
}
.content .MyProject .project .info .ops li + li[data-v-35ac4f78] {
  margin-top: 0.07rem;
}
.content .MyProject .project .el-empty[data-v-35ac4f78]  .el-empty__image {
  width: 3rem;
  height: auto;
}
.content .MyProject .project .el-button[data-v-35ac4f78] {
  width: 0.81rem;
  height: 0.29rem;
  line-height: 0.29rem;
  padding: 0;
  font-size: 0.11rem;
  color: #ffffff;
  -webkit-border-radius: 0.07rem;
          border-radius: 0.07rem;
  border: none;
  background: #7db0ea;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(125, 176, 234, 0.5);
          box-shadow: 0 0.02rem 0.1rem rgba(125, 176, 234, 0.5);
}
.OnlineReview .el-pagination[data-v-35ac4f78] {
  margin-top: 0.52rem;
  text-align: center;
}
.OnlineReview .el-tooltip__popper.is-light[x-placement^=left][data-v-35ac4f78]  .popper__arrow::after {
  border-left-color: #7db0ea;
}
.OnlineReview .el-tooltip__popper.is-light[x-placement^=left][data-v-35ac4f78]  .popper__arrow {
  border-left-color: #7db0ea;
}
.OnlineReview .el-tabs[data-v-35ac4f78] {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  margin-top: 0.2rem;
}
.OnlineReview .el-tabs[data-v-35ac4f78]  .el-tabs__header {
  margin: 0;
  padding: 0 0.2rem;
}
.OnlineReview .el-tabs[data-v-35ac4f78]  .el-tabs__header .el-tabs__nav-scroll {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.OnlineReview .el-tabs[data-v-35ac4f78]  .el-tabs__header .el-tabs__nav-scroll .el-tabs__item {
  height: 0.85rem;
  line-height: 0.85rem;
  font-size: 0.2rem;
  color: #666666;
}
.OnlineReview .el-tabs[data-v-35ac4f78]  .el-tabs__content {
  min-height: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
.OnlineReview .el-tabs[data-v-35ac4f78]  .el-tabs__content .el-tab-pane {
  height: 100%;
}
.OnlineReview .lists.matchList[data-v-35ac4f78] {
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
}
.OnlineReview .lists.matchList img[data-v-35ac4f78] {
  width: 1.85rem;
  height: 1.19rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  margin-right: 0.2rem;
}
.OnlineReview .lists.matchList .listContent .conText[data-v-35ac4f78] {
  color: #666666;
  font-size: 0.12rem;
  font-weight: normal;
  background: #fff;
  margin-right: 0;
}
.OnlineReview .lists.matchList .listContent .userInfo[data-v-35ac4f78] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.OnlineReview .lists.matchList .listContent .userInfo .liststatu[data-v-35ac4f78] {
  height: 0.26rem;
  line-height: 0.26rem;
  background: #06deb7;
  -webkit-border-radius: 0.07rem;
          border-radius: 0.07rem;
  padding: 0 0.1rem;
  color: #fff;
  font-size: 0.14rem;
}
.OnlineReview .lists.matchList .listContent .userInfo .line[data-v-35ac4f78] {
  width: 0.19rem;
  height: 0.02rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(2.37%, rgba(125, 176, 234, 0)), color-stop(52.7%, #7db0ea), color-stop(100.68%, rgba(125, 176, 234, 0)));
  background: -webkit-linear-gradient(left, rgba(125, 176, 234, 0) 2.37%, #7db0ea 52.7%, rgba(125, 176, 234, 0) 100.68%);
  background: linear-gradient(90deg, rgba(125, 176, 234, 0) 2.37%, #7db0ea 52.7%, rgba(125, 176, 234, 0) 100.68%);
  -webkit-border-radius: 0.01rem;
          border-radius: 0.01rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.OnlineReview .filter[data-v-35ac4f78] {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.OnlineReview .lists[data-v-35ac4f78] {
  width: 100%;
  -webkit-box-shadow: 0 0.01rem 0.02rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.01rem 0.02rem rgba(0, 0, 0, 0.1);
  padding: 0.14rem 0.5rem 0.14rem 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background: #fff;
}
.OnlineReview .lists.selectlists[data-v-35ac4f78] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAyCAYAAADx/eOPAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAJ4SURBVHgB3ddNbtNAGMbxZ5I6NIRGLQVEJRap1AVLjsQRuAHcgCNwDJYcoRIfGxZUSEDSqkBJYygJ8YsfuwE39bdnHE/+m1r1WPUvM2M3wJr07lieYh0i5M3IEwXLI8QTecZjqzFRCLMWswxhVmLiIMw6TBKEWYVJgzBrMFkQZgUmD4Q1HpMXwhqNKQJhjcW8HslzBXlS5JpGYt6O5IVAHqNgjcOUhbBGYapAWGMwVSGsERgdELZyjC4IWylGJ4StDKMbwlaCMQFhtWNMQVitGJMQVhvGNIQZxxweybbTlVcCPILhjGLqhDBjGBOQVgs4uB3e8vtTuX4eBjI1Iw/6Cp128nntGFOQez2F/g1gOgeOvkvsGK0YU5DtTR9zKzz+PBbM5vHjtGFMQRx/We31w31y4grcafJYLRiTkP0dhbZv+fpTcDJJH18ZY/Lxu9jw3CfD8+zxlTAmIdzwvU76hl+ujZJlQbhpD3a51hXcGQq1e1Ph/lZ4TMh0nu+6UjOTa0YuX8d8CnHdOzk/ts0Nf8NfQobngos/yF3hmTkcysBx5GXW0uJNcEZ6HYWuA/8doYLfzVI+ZYIH3PCt8Ml16qJQhTABRAUz8jDPeN74+DfQ3QhBO930Zbfv/6vCmfnloz/9QOFyYyKQAQrk+RecXSBYdpwlbmr+JMiL7Ou9rf9v+I9ncuVc3nJhykKi8WWXtOz45LrbA+b+H/jwTVKXYlqZGB2QRXHLzvHfiHd64fnjiWAyRelSMTohi5aXHVGszIZfLhFjAhItuuzcmeDLGJWL/XJmGhKNj2PuFc9D5a5h6oTo7grGZgj7h7EdwgLMOkCYWhcI+wsPNKaatuMGmAAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-position: right bottom;
}
.OnlineReview .lists.active[data-v-35ac4f78] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAyCAYAAADx/eOPAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAKRSURBVHgB3dc9aBRBGMbx5yIoSALBSxNBuSqxUNAIYmwUtAloCi1iGdHCzhQKNn6UFoJYCbG4xiI2FhGJjQZBtBBFIY3XiWIsPBASoibFOo/DJZvLfszszru3c38IWbJzsL/MzE4CdEmXHga3KuiCCEGA295jWhBee40JQ5i3mHYI8xITBWHeYeIgzCtMEoR5g0mDMC8wJhBWeowphJUaYwNhpcUoyD0FmbL5TCkxF6eDunqwSVhWOkxWCCsVJg+ElQaTF8JKgXEBYR3HuIKwjmJcQljHMK4hrCMYCQgrHCMFYYViJCGsMIw0hIljpupB//Ia5tXlQQgniikSwsQwEpCd24EbZ/VDX5/Zer8HAknNyORxYKAv/r5zjBTkzAhwqAY0l4C7z6LHOMVIQY4NAeOH9XX9FfBzKXqcM4wUpNoLTBzV108/AJ8X48c6wUhCrp5WG38H8GIBmH2fPD43RvL1e+GE3vDcJzNv08fnwkhCuOGHB5M3fHvbkLE0CDftTXUm8FBoLMKqk/uBc0f0NSE/fpl9LtPM2MzI+Ihe9wO9MGrPLuD8qL5+rJbW1yaMs56Zyw+C2p8Ac0iB8CE4I0Nqqeyt6jOCP2sux3+GG/7KmN7wfHPNfYJVVhhC1nowX6lgn8l4PvjHL+q3XdVfXHpJy+6amsHBfo2efgnrjDEhSA0W/V4F3jT031PDu/Wm5vfGd2BldWPcxOjGCX//+eZ7phlhskLC8bCLW3Z8c42pRbvyF7gzG3/Cp5WKcQFpFbXseI6cOqDvP3kHLHxD5hIxLiGt2pcdUSzLhm8vFiMBCRdedrx+9Bq5i/znTBoSrtqnZ4v7JW9bMEVCXLcJ4zOErWN8h7D/mG6AsEq3QNg/hyY6Qv7XuEIAAAAASUVORK5CYII=);
  -webkit-box-shadow: 0 0.06rem 0.1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.06rem 0.1rem rgba(0, 0, 0, 0.1);
  border: 0.02rem solid #7db0ea;
}
.OnlineReview .lists img[data-v-35ac4f78] {
  width: 1.69rem;
  height: 1.12rem;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  margin-right: 0.3rem;
}
.OnlineReview .lists .listContent[data-v-35ac4f78] {
  width: 100%;
  margin-left: 0.24rem;
}
.OnlineReview .lists .listContent .title[data-v-35ac4f78] {
  font-weight: bold;
  font-size: 0.2rem;
  line-height: 160%;
  color: #333333;
}
.OnlineReview .lists .listContent .title .el-tag[data-v-35ac4f78] {
  height: 0.19rem;
  /* auto; */
  border: none;
  font-size: 0.11rem;
  line-height: 0.19rem;
  /* 160%; */
  color: #ffffff;
  background: #feb104;
}
.OnlineReview .lists .listContent .title .el-tag.a[data-v-35ac4f78] {
  background: #d8d8d8;
}
.OnlineReview .lists .listContent .title .el-tag.b[data-v-35ac4f78] {
  margin-left: 0.15rem;
  background-color: #7db0ea;
  margin-right: 0.08rem;
}
.OnlineReview .lists .listContent h2[data-v-35ac4f78] {
  font-size: 0.2rem;
}
.OnlineReview .lists .listContent .member[data-v-35ac4f78] {
  margin-bottom: 0.02rem;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 160%;
  color: #666666;
  margin-left: 0.02rem;
}
.OnlineReview .lists .listContent .member div[data-v-35ac4f78] {
  margin-bottom: 0.06rem;
}
.OnlineReview .lists .listContent .conText[data-v-35ac4f78] {
  background: #d3e8fe;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
  display: inline-block;
  height: 0.26rem;
  padding: 0 0.06rem;
  color: #649aff;
  font-size: 0.12rem;
  line-height: 0.26rem;
  margin-right: 0.08rem;
}
.OnlineReview .lists .listContent .conTexts[data-v-35ac4f78] {
  display: block;
}
.OnlineReview .lists .listContent span[data-v-35ac4f78] {
  font-size: 0.14rem;
  color: #999999;
  line-height: 0.34rem;
}
.OnlineReview .lists .listContent span[data-v-35ac4f78]:nth-child(2) {
  color: #333;
}
.OnlineReview .lists .clickView[data-v-35ac4f78] {
  width: 0.89rem;
  height: 0.35rem;
  padding: 0;
  line-height: 0.35rem;
  text-align: center;
  background: #7db0ea;
  font-size: 0.16rem;
  color: #ffffff;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(125, 176, 234, 0.5);
          box-shadow: 0 0.02rem 0.1rem rgba(125, 176, 234, 0.5);
  -webkit-border-radius: 0.07rem;
          border-radius: 0.07rem;
}
.OnlineReview .BatchSubmission[data-v-35ac4f78] {
  width: 1.2rem;
  height: 0.4rem;
  display: inline-block;
  background: #06deb7;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  line-height: 0.4rem;
  text-align: center;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  color: #ffffff;
  font-size: 0.16rem;
  font-weight: 600;
  margin-left: 0.22rem;
}
.OnlineReview .BatchRefer[data-v-35ac4f78] {
  display: block;
  background: #ff8684;
  margin: 0 0 0.08rem;
}
.OnlineReview .BatchSubmissionBtn[data-v-35ac4f78] {
  line-height: 0;
  margin: 0;
  border: none;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(6, 222, 183, 0.5);
          box-shadow: 0 0.02rem 0.1rem rgba(6, 222, 183, 0.5);
}
.OnlineReview .BatchMode[data-v-35ac4f78] {
  margin-top: 0;
}
.OnlineReview .letterConfirm[data-v-35ac4f78] {
  margin-bottom: 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.OnlineReview .letterConfirm .order[data-v-35ac4f78] {
  width: 0.2rem;
  height: 0.2rem;
  line-height: 0.2rem;
  text-align: center;
  border: 0.015rem solid #7db0ea;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin-right: 0.1rem;
  color: #7db0ea;
}
.OnlineReview .letterConfirm .text[data-v-35ac4f78] {
  font-size: 0.2rem;
  font-weight: 600;
}
.OnlineReview .letterConfirm .downLetter[data-v-35ac4f78] {
  color: #7db0ea;
}
.OnlineReview .letterConfirm .uploadLetter[data-v-35ac4f78] {
  color: #333333;
}
.OnlineReview .tipLetter[data-v-35ac4f78] {
  height: 0.5rem;
  line-height: 0.5rem;
  background: #f6faff;
  padding-left: 0.2rem;
  color: #feb104;
  font-weight: 600;
  font-size: 0.16rem;
  margin: 0 0.36rem 0.28rem;
}
.OnlineReview .upload-myfile[data-v-35ac4f78] {
  margin-bottom: 0.28rem;
}
.OnlineReview .upload-myfile[data-v-35ac4f78]  .el-upload {
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.OnlineReview .upload-myfile[data-v-35ac4f78]  .el-upload .el-button {
  width: 2rem;
  height: 0.4rem;
  background: #d3e8fe;
  border: 0.01rem solid #7db0ea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
  margin-left: 0.36rem;
}
.OnlineReview .upload-myfile[data-v-35ac4f78]  .el-upload .el-button div {
  font-size: 0.18rem;
  color: #666666;
  font-weight: 600;
}
.OnlineReview .upload-myfile[data-v-35ac4f78]  .el-upload .el-button .upTip {
  font-size: 0.1rem;
  color: #999;
}
.OnlineReview .fileLists[data-v-35ac4f78] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.14rem;
}
.OnlineReview .fileLists .image[data-v-35ac4f78] {
  width: 0.16rem;
  height: 0.14rem;
  margin-right: 0.15rem;
  margin-left: 0.34rem;
}
.OnlineReview .fileLists .fileContent[data-v-35ac4f78] {
  width: 69%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-right: 0.13rem;
}
.OnlineReview .fileLists .fileContent .fileTitle[data-v-35ac4f78] {
  color: #333333;
  font-size: 0.16rem;
  line-height: 0.22rem;
  margin-bottom: 0.05rem;
}
.OnlineReview .fileLists .fileHandle[data-v-35ac4f78] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.OnlineReview .fileLists .fileHandle div[data-v-35ac4f78] {
  color: #7db0ea;
  font-size: 0.14rem;
}
.OnlineReview .fileLists .fileHandle div[data-v-35ac4f78]:nth-child(1) {
  margin-right: 0.17rem;
}
.OnlineReview .dialogMyVisible[data-v-35ac4f78] {
  text-align: center;
}
.OnlineReview .dialogMyVisible i[data-v-35ac4f78] {
  margin-bottom: 0.36rem;
}
.OnlineReview .dialogMyVisible div[data-v-35ac4f78] {
  font-size: 0.2rem;
  line-height: 0.23rem;
  text-align: center;
  color: #333333;
  margin-bottom: 0.46rem;
}
.OnlineReview .nullPage[data-v-35ac4f78] {
  width: 100%;
  background: #fff;
  margin-top: 0.4rem;
}
.OnlineReview .nullPage img[data-v-35ac4f78] {
  width: 3rem;
  margin: auto;
}
.OnlineReview .nullPage .toReviewNull[data-v-35ac4f78] {
  margin: 1rem auto 0.6rem;
}
.OnlineReview .nullPage .tip[data-v-35ac4f78] {
  color: #666666;
  font-weight: 600;
  font-size: 0.21rem;
  line-height: 160%;
  text-align: center;
}
.OnlineReview .btnff8[data-v-35ac4f78] {
  width: 1rem;
  height: 0.35rem;
  padding: 0;
  line-height: 0.35rem;
  text-align: center;
  font-size: 0.16rem;
  color: #ffffff;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(255, 134, 132, 0.5);
          box-shadow: 0 0.02rem 0.1rem rgba(255, 134, 132, 0.5);
  -webkit-border-radius: 0.07rem;
          border-radius: 0.07rem;
  background: #ff8684;
  margin: 0 0.1rem;
  cursor: pointer;
}
#daiso-project[data-v-35ac4f78]  .el-input__inner {
  width: 1.4rem;
  height: 0.32rem;
  background: none;
  -webkit-border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
          border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  border: 0.01rem solid #cacaca;
}
.con-title[data-v-06c8be80] {
  line-height: 0.4rem;
  color: #333333;
  font-size: 0.16rem;
  font-weight: 600;
}
.con-title1[data-v-06c8be80] {
  margin-bottom: 0.12rem;
  padding-left: 0.23rem;
}
.viewDetail[data-v-06c8be80] {
  color: #7db0ea;
  font-size: 0.14rem;
  font-weight: 600;
}
[data-v-0edd9c54] .el-dialog__body .mySign {
  border: 0.01rem dashed #000;
}
@charset "UTF-8";
#smallPointTable[data-v-84d28bd4] {
  width: 117%;
  margin-left: -0.7rem;
}
#smallPointTable[data-v-84d28bd4] .el-table__header tr th {
  background: #7DB0EA;
  color: #ffffff;
  border-right: 0.01rem solid #969494;
  text-align: center !important;
}
#smallPointTable[data-v-84d28bd4] .el-table td.el-table__cell {
  border: 0.01rem solid #E6E6E6;
}
#smallPointTable[data-v-84d28bd4] .el-table .el-table__header {
  margin-bottom: 0 !important;
}
#smallPointTable[data-v-84d28bd4] .three-omit .cell .el-tooltip.ellipsis {
  display: -webkit-box !important;
  /* Safari */
  -webkit-line-clamp: 3 !important;
  /* Safari and Chrome */
  -webkit-box-orient: vertical !important;
  /* Safari and Chrome */
  overflow: hidden !important;
  white-space: wrap !important;
  padding-top: 0.02rem;
  padding-bottom: 0.02rem;
  line-height: 0.3rem;
}
.content3[data-v-84d28bd4] {
  padding: 0.3rem 0.7rem 0.39rem;
  overflow: hidden;
  margin-bottom: 0.57rem;
}
.btnPro[data-v-84d28bd4] {
  position: relative;
  width: 100%;
  text-align: center;
  padding-bottom: 0.8rem;
  margin-bottom: 0.8rem;
}
.btnPro div[data-v-84d28bd4] {
  display: inline-block;
  width: 2rem;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  border: 0.01rem solid #7db0ea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  /* 20px; */
  font-weight: 600;
  font-size: 0.18rem;
  cursor: pointer;
}
.btnPro div[data-v-84d28bd4]:nth-child(1) {
  background: #d3e8fe;
  color: #0a7dff;
  /* #666666; */
  margin-right: 0.3rem;
}
.btnPro div[data-v-84d28bd4]:nth-child(2) {
  background: #7db0ea;
  color: #333333;
}
[data-v-84d28bd4] .ruleList-dialog .el-dialog__body {
  height: 60vh;
  padding: 0.22rem 0.33rem 0 0.39rem;
}
[data-v-84d28bd4] .el-input-number__decrease,[data-v-84d28bd4] .el-input-number__increase {
  background-color: #7db0ed;
}
.center-dialog[data-v-84d28bd4] {
  background-color: red;
}
[data-v-84d28bd4] .el-dialog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  /* 兼容IE */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -ms-flex-direction: column;
  /* 兼容IE */
  margin: 0 !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-height: -webkit-calc(100% - 0.3rem);
  max-height: calc(100% - 0.3rem);
  max-width: -webkit-calc(100% - 0.3rem);
  max-width: calc(100% - 0.3rem);
}
[data-v-84d28bd4] .el-dialog .el-dialog__body {
  max-height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  -ms-flex: 1 1 auto;
  /* 兼容IE */
  overflow-y: auto;
  overflow-x: hidden;
}
.el-dialog__wrapper[data-v-84d28bd4] {
  overflow: hidden;
}
.smallSumScore[data-v-84d28bd4] {
  margin-top: 0.15rem;
  font-size: 0.17rem;
  margin-bottom: 0.15rem;
}
[data-v-84d28bd4] .el-icon-minus {
  color: white;
}
[data-v-84d28bd4] .el-icon-plus {
  color: white;
}
[data-v-23322577] .contentBody {
  width: 9.09rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0.02659rem 0.06648rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.02659rem 0.06648rem rgba(0, 0, 0, 0.1);
}
[data-v-23322577] .el-input__inner {
  background: #F6FAFF !important;
  border: none;
}
[data-v-23322577] .el-collapse-item__wrap {
  background-color: transparent;
  border: none;
}
[data-v-23322577] .el-collapse-item__content {
  padding-bottom: 0;
}
.content[data-v-23322577] {
  background: #ffffff;
  -webkit-box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0.2rem 0.2rem 0 0;
          border-radius: 0.2rem 0.2rem 0 0;
  margin-bottom: 0.17rem;
}
.content .theme[data-v-23322577] {
  height: 0.52rem;
  line-height: 0.52rem;
  padding: 0 0.2rem;
  color: #333333;
  font-size: 0.2rem;
  font-weight: bold;
  background: #f6fbff;
  -webkit-border-radius: 0.2rem 0.2rem 0 0;
          border-radius: 0.2rem 0.2rem 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content .theme-desc[data-v-23322577] {
  padding: 0.24rem 0.7rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.content .theme-desc .statusName[data-v-23322577] {
  position: absolute;
  top: 0.27rem;
  left: 0.7rem;
  background: #7db0ea;
  -webkit-border-radius: 0.06rem 0.06rem 0.06rem 0;
          border-radius: 0.06rem 0.06rem 0.06rem 0;
  padding: 0 0.14rem;
  height: 0.18rem;
  line-height: 0.18rem;
  color: #ffffff;
  font-size: 0.08rem;
}
.content .theme-desc .theme-img[data-v-23322577] {
  width: 1.5rem;
  height: 1rem;
  margin-right: 0.32rem;
  -webkit-box-shadow: 0 0 0.07rem rgba(0, 0, 0, 0.21);
          box-shadow: 0 0 0.07rem rgba(0, 0, 0, 0.21);
  -webkit-border-radius: 0.06rem;
          border-radius: 0.06rem;
}
.content .theme-desc .theme-content[data-v-23322577] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.content .theme-desc .theme-content h2[data-v-23322577] {
  color: #666666;
  font-size: 0.16rem;
  margin-bottom: 0.12rem;
}
.content .theme-desc .theme-content span[data-v-23322577] {
  color: #999999;
  font-size: 0.12rem;
  margin-bottom: 0.06rem;
}
.content .summary[data-v-23322577] {
  height: 0.28rem;
  line-height: 0.56rem;
  height: 0.52rem;
  background: #F6FBFF;
  -webkit-border-radius: 0.2rem 0.2rem 0 0;
          border-radius: 0.2rem 0.2rem 0 0;
  font-weight: bold;
  font-size: 0.2rem;
  color: #333333;
}
.content .title[data-v-23322577] {
  height: 0.28rem;
  margin-bottom: 0.18rem;
  position: relative;
  padding-left: 0.6rem;
  margin-top: 0.28rem;
}
.content .title .title-text[data-v-23322577] {
  font-size: 0.18rem;
  font-weight: bold;
  color: #333333;
  position: absolute;
  top: 0;
  z-index: 2;
}
.content .title .title-line[data-v-23322577] {
  width: 1.8rem;
  height: 0.07rem;
  background: -webkit-linear-gradient(359.99deg, rgba(125, 176, 234, 0.8) 39.59%, rgba(125, 176, 234, 0) 80.84%);
  background: linear-gradient(90.01deg, rgba(125, 176, 234, 0.8) 39.59%, rgba(125, 176, 234, 0) 80.84%);
  position: absolute;
  bottom: 0.02rem;
}
.content .title2[data-v-23322577] {
  margin-top: 0;
}
.content .part-content[data-v-23322577] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #333333;
  font-size: 0.14rem;
  line-height: 0.26rem;
  padding-left: 0.61rem;
}
.content .proDetails[data-v-23322577] {
  margin-bottom: 0.2rem;
}
.content .proDetails .projectProgress[data-v-23322577] {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.content .proDetails .projectProgress .progressText[data-v-23322577] {
  width: 47%;
  margin-right: 0.72rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.content .proDetails .projectProgress .progressView[data-v-23322577] {
  cursor: default;
  width: 0.52rem;
  height: 0.19rem;
  border: 0.01rem solid #7db0ea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 0.13rem;
          border-radius: 0.13rem;
  text-align: center;
  line-height: 0.19rem;
  color: #7db0ea;
  font-size: 0.1rem;
}
.content .con-title[data-v-23322577] {
  line-height: 0.4rem;
  color: #333333;
  font-size: 0.16rem;
  font-weight: 600;
  padding-left: 0.61rem;
}
.content .con-title1[data-v-23322577] {
  margin-bottom: 0.12rem;
  padding-left: 0.61rem;
}
.content .con-desc[data-v-23322577] {
  font-size: 0.14rem;
  color: #333333;
  line-height: 0.28rem;
  padding-left: 0.61rem;
  margin-bottom: 0.2rem;
}
.content .con-desc2[data-v-23322577] {
  font-size: 0.14rem;
  color: #333333;
  padding-left: 0.61rem;
  margin-bottom: 0.1rem;
}
.content .attachmentLists[data-v-23322577] {
  margin-bottom: 0.37rem;
  padding-left: 0.23rem;
}
.content .attachmentLists .list[data-v-23322577] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.14rem;
  color: #333333;
  margin: 0.14rem 0;
  margin-left: 0.5rem;
}
.content .attachmentLists .list img[data-v-23322577] {
  width: 0.16rem;
  height: 0.16rem;
  margin-right: 0.15rem;
}
.content .attachmentLists .list a[data-v-23322577] {
  display: inline-block;
  width: 0.52rem;
  height: 0.19rem;
  background: #ffffff;
  border: 0.01rem solid #7db0ea;
  -webkit-border-radius: 0.13rem;
          border-radius: 0.13rem;
  color: #7db0ea;
  font-size: 0.1rem;
  text-align: center;
  line-height: 0.19rem;
}
.content .attachmentLists .list .attachmentName[data-v-23322577] {
  width: 45%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.content .attachmentLists .list .attachmentUser[data-v-23322577] {
  width: 4%;
  margin-right: 0.72rem;
}
.content .attachmentLists .list .attachmentTime[data-v-23322577] {
  width: 5%;
  margin-right: 0.85rem;
}
.content .attachmentLists .list .attachmentView[data-v-23322577] {
  cursor: default;
  width: 0.52rem;
  height: 0.19rem;
  border: 0.01rem solid #7db0ea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 0.13rem;
          border-radius: 0.13rem;
  text-align: center;
  line-height: 0.19rem;
  color: #7db0ea;
  font-size: 0.1rem;
}
.content .proFlag[data-v-23322577] {
  color: #333333;
  font-size: 0.14rem;
  margin-bottom: 0.24rem;
  padding-left: 0.23rem;
}
.content .proFlag div[data-v-23322577]:nth-child(1) {
  font-weight: 600;
}
.content .proFlag div[data-v-23322577] {
  line-height: 0.3rem;
}
.content .apply[data-v-23322577] {
  width: 98%;
  float: right;
  margin-top: 0.2rem;
}
.content .apply .applyCon[data-v-23322577] {
  padding-bottom: 0.44rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.content .apply .applyCon[data-v-23322577]:nth-last-child(1) {
  padding-bottom: 0;
}
.content .apply .applyCon[data-v-23322577]::before {
  content: "";
  width: 0.01rem;
  height: -webkit-fill-available;
  background: #ababab;
  position: absolute;
  top: 0;
  left: -0.29rem;
}
.content .apply .applyCon[data-v-23322577]::after {
  content: "";
  width: 0.06rem;
  height: 0.06rem;
  background: #7db0ea;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
  top: 0;
  left: -0.315rem;
  z-index: 2;
}
.content .apply h2[data-v-23322577] {
  color: #333333;
  font-size: 0.14rem;
  line-height: 0.2rem;
  margin-top: 0;
}
.content .apply .applyTime[data-v-23322577] {
  color: #666666;
  font-size: 0.08rem;
  line-height: 0.12rem;
  margin-bottom: 0.1rem;
}
.content .apply .applyDesc[data-v-23322577] {
  padding: 0.15rem 0.22rem;
  background: #f6faff;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  font-size: 0.14rem;
  line-height: 0.22rem;
}
.content .applyNull[data-v-23322577] {
  text-align: center;
  color: #666666;
  font-size: 0.18rem;
  font-weight: bold;
  margin: 2.24rem 0;
}
.contents[data-v-23322577] {
  background: #ffffff;
  -webkit-box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.1);
  margin-bottom: 0.17rem;
}
.contents .theme[data-v-23322577] {
  height: 0.52rem;
  line-height: 0.52rem;
  padding: 0 0.2rem;
  color: #333333;
  font-size: 0.2rem;
  font-weight: bold;
  background: #f6fbff;
  -webkit-border-radius: 0.2rem 0.2rem 0 0;
          border-radius: 0.2rem 0.2rem 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contents .theme-desc[data-v-23322577] {
  padding: 0.24rem 0.7rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.contents .theme-desc .statusName[data-v-23322577] {
  position: absolute;
  top: 0.27rem;
  left: 0.7rem;
  background: #7db0ea;
  -webkit-border-radius: 0.06rem 0.06rem 0.06rem 0;
          border-radius: 0.06rem 0.06rem 0.06rem 0;
  padding: 0 0.14rem;
  height: 0.18rem;
  line-height: 0.18rem;
  color: #ffffff;
  font-size: 0.08rem;
}
.contents .theme-desc .theme-img[data-v-23322577] {
  width: 1.5rem;
  height: 1rem;
  margin-right: 0.32rem;
  -webkit-box-shadow: 0 0 0.07rem rgba(0, 0, 0, 0.21);
          box-shadow: 0 0 0.07rem rgba(0, 0, 0, 0.21);
  -webkit-border-radius: 0.06rem;
          border-radius: 0.06rem;
}
.contents .theme-desc .theme-content[data-v-23322577] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contents .theme-desc .theme-content h2[data-v-23322577] {
  color: #666666;
  font-size: 0.16rem;
  margin-bottom: 0.12rem;
}
.contents .theme-desc .theme-content span[data-v-23322577] {
  color: #999999;
  font-size: 0.12rem;
  margin-bottom: 0.06rem;
}
.contents .summary[data-v-23322577] {
  height: 0.28rem;
  line-height: 0.56rem;
  height: 0.52rem;
  background: #F6FBFF;
  -webkit-border-radius: 0.2rem 0.2rem 0 0;
          border-radius: 0.2rem 0.2rem 0 0;
  font-weight: bold;
  font-size: 0.2rem;
  color: #333333;
}
.contents .title[data-v-23322577] {
  width: 8.36rem;
  height: 0.28rem;
  margin-bottom: 0.15rem;
  position: relative;
  padding-left: 0.6rem;
  margin-top: 0.25rem;
}
.contents .title .title-text[data-v-23322577] {
  font-size: 0.18rem;
  font-weight: bold;
  color: #333333;
  position: absolute;
  top: 0;
  z-index: 2;
}
.contents .title .title-line[data-v-23322577] {
  width: 1.8rem;
  height: 0.07rem;
  background: -webkit-linear-gradient(359.99deg, rgba(125, 176, 234, 0.8) 39.59%, rgba(125, 176, 234, 0) 80.84%);
  background: linear-gradient(90.01deg, rgba(125, 176, 234, 0.8) 39.59%, rgba(125, 176, 234, 0) 80.84%);
  position: absolute;
  bottom: 0.02rem;
}
.contents .line[data-v-23322577] {
  width: 8.36rem;
  margin-left: 0.41rem;
  border-bottom: 0.01rem solid #D8D8D8;
  margin-bottom: 0.27rem;
}
.contents .dot-content[data-v-23322577] {
  padding-left: 0.48rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.contents .dot-content .left .dot[data-v-23322577] {
  width: 0.06rem;
  height: 0.06rem;
  background: #7DB0EA;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.contents .dot-content .left .dot-line[data-v-23322577] {
  height: 100%;
  border-left: 0.01rem solid #D8D8D8;
  margin-left: 0.02rem;
}
.contents .dot-content .right[data-v-23322577] {
  margin-left: 0.29rem;
  margin-bottom: 0.25rem;
}
.contents .dot-content .right .name[data-v-23322577] {
  font-weight: bold;
  font-size: 0.14rem;
  color: #333333;
  line-height: 0.16rem;
  margin-top: -0.17rem;
}
.contents .dot-content .right .right-content[data-v-23322577] {
  background: #F6FAFF;
  -webkit-border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
          border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  font-weight: 400;
  font-size: 0.14rem;
  color: #333333;
  padding: 0.15rem 0.22rem;
}
.contents .title2[data-v-23322577] {
  margin-top: 0;
}
.contents .part-content[data-v-23322577] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #333333;
  font-size: 0.16rem;
  line-height: 0.26rem;
  padding-left: 0.61rem;
}
.contents .proDetails[data-v-23322577] {
  margin-bottom: 0.2rem;
}
.contents .proDetails .projectProgress[data-v-23322577] {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.contents .proDetails .projectProgress .progressText[data-v-23322577] {
  width: 47%;
  margin-right: 0.72rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.contents .proDetails .projectProgress .progressView[data-v-23322577] {
  cursor: default;
  width: 0.52rem;
  height: 0.19rem;
  border: 0.01rem solid #7db0ea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 0.13rem;
          border-radius: 0.13rem;
  text-align: center;
  line-height: 0.19rem;
  color: #7db0ea;
  font-size: 0.1rem;
}
.contents .con-title[data-v-23322577] {
  line-height: 0.4rem;
  color: #333333;
  font-size: 0.16rem;
  font-weight: 600;
  padding-left: 0.61rem;
}
.contents .con-title1[data-v-23322577] {
  margin-bottom: 0.12rem;
  padding-left: 0.61rem;
}
.contents .con-desc[data-v-23322577] {
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.28rem;
  padding-left: 0.61rem;
  margin-bottom: 0.2rem;
  padding-right: 0.61rem;
}
.contents .con-desc2[data-v-23322577] {
  font-size: 0.16rem;
  color: #333333;
  padding-left: 0.61rem;
  margin-bottom: 0.1rem;
  padding-right: 0.61rem;
}
.contents .attachmentLists[data-v-23322577] {
  margin-bottom: 0.37rem;
  padding-left: 0.23rem;
}
.contents .attachmentLists .list[data-v-23322577] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.14rem;
  color: #333333;
  margin: 0.14rem 0;
  margin-left: 0.5rem;
}
.contents .attachmentLists .list img[data-v-23322577] {
  width: 0.16rem;
  height: 0.16rem;
  margin-right: 0.15rem;
}
.contents .attachmentLists .list a[data-v-23322577] {
  display: inline-block;
  width: 0.52rem;
  height: 0.19rem;
  background: #ffffff;
  border: 0.01rem solid #7db0ea;
  -webkit-border-radius: 0.13rem;
          border-radius: 0.13rem;
  color: #7db0ea;
  font-size: 0.1rem;
  text-align: center;
  line-height: 0.19rem;
}
.contents .attachmentLists .list .attachmentName[data-v-23322577] {
  width: 83%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.contents .attachmentLists .list .attachmentUser[data-v-23322577] {
  width: 4%;
  margin-right: 0.72rem;
}
.contents .attachmentLists .list .attachmentTime[data-v-23322577] {
  width: 5%;
  margin-right: 0.85rem;
}
.contents .attachmentLists .list .attachmentView[data-v-23322577] {
  cursor: default;
  width: 0.52rem;
  height: 0.19rem;
  border: 0.01rem solid #7db0ea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 0.13rem;
          border-radius: 0.13rem;
  text-align: center;
  line-height: 0.19rem;
  color: #7db0ea;
  font-size: 0.1rem;
}
.contents .proFlag[data-v-23322577] {
  color: #333333;
  font-size: 0.14rem;
  margin-bottom: 0.24rem;
  padding-left: 0.23rem;
}
.contents .proFlag div[data-v-23322577]:nth-child(1) {
  font-weight: 600;
}
.contents .proFlag div[data-v-23322577] {
  line-height: 0.3rem;
}
.contents .apply[data-v-23322577] {
  width: 98%;
  float: right;
  margin-top: 0.2rem;
}
.contents .apply .applyCon[data-v-23322577] {
  padding-bottom: 0.44rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.contents .apply .applyCon[data-v-23322577]:nth-last-child(1) {
  padding-bottom: 0;
}
.contents .apply .applyCon[data-v-23322577]::before {
  content: "";
  width: 0.01rem;
  height: -webkit-fill-available;
  background: #ababab;
  position: absolute;
  top: 0;
  left: -0.29rem;
}
.contents .apply .applyCon[data-v-23322577]::after {
  content: "";
  width: 0.06rem;
  height: 0.06rem;
  background: #7db0ea;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
  top: 0;
  left: -0.315rem;
  z-index: 2;
}
.contents .apply h2[data-v-23322577] {
  color: #333333;
  font-size: 0.14rem;
  line-height: 0.2rem;
  margin-top: 0;
}
.contents .apply .applyTime[data-v-23322577] {
  color: #666666;
  font-size: 0.08rem;
  line-height: 0.12rem;
  margin-bottom: 0.1rem;
}
.contents .apply .applyDesc[data-v-23322577] {
  padding: 0.15rem 0.22rem;
  background: #f6faff;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  font-size: 0.14rem;
  line-height: 0.22rem;
}
.contents .applyNull[data-v-23322577] {
  text-align: center;
  color: #666666;
  font-size: 0.18rem;
  font-weight: bold;
  margin: 2.24rem 0;
}
.contentExpert[data-v-23322577] {
  background: #ffffff;
  -webkit-box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.1);
  margin-bottom: 0.17rem;
}
.contentExpert .theme[data-v-23322577] {
  height: 0.52rem;
  line-height: 0.52rem;
  padding: 0 0.2rem;
  color: #333333;
  font-size: 0.2rem;
  font-weight: bold;
  background: #f6fbff;
  -webkit-border-radius: 0.2rem 0.2rem 0 0;
          border-radius: 0.2rem 0.2rem 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contentExpert .theme-desc[data-v-23322577] {
  padding: 0.24rem 0.7rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.contentExpert .theme-desc .statusName[data-v-23322577] {
  position: absolute;
  top: 0.27rem;
  left: 0.7rem;
  background: #7db0ea;
  -webkit-border-radius: 0.06rem 0.06rem 0.06rem 0;
          border-radius: 0.06rem 0.06rem 0.06rem 0;
  padding: 0 0.14rem;
  height: 0.18rem;
  line-height: 0.18rem;
  color: #ffffff;
  font-size: 0.08rem;
}
.contentExpert .theme-desc .theme-img[data-v-23322577] {
  width: 1.5rem;
  height: 1rem;
  margin-right: 0.32rem;
  -webkit-box-shadow: 0 0 0.07rem rgba(0, 0, 0, 0.21);
          box-shadow: 0 0 0.07rem rgba(0, 0, 0, 0.21);
  -webkit-border-radius: 0.06rem;
          border-radius: 0.06rem;
}
.contentExpert .theme-desc .theme-content[data-v-23322577] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contentExpert .theme-desc .theme-content h2[data-v-23322577] {
  color: #666666;
  font-size: 0.16rem;
  margin-bottom: 0.12rem;
}
.contentExpert .theme-desc .theme-content span[data-v-23322577] {
  color: #999999;
  font-size: 0.12rem;
  margin-bottom: 0.06rem;
}
.contentExpert .summary[data-v-23322577] {
  height: 0.28rem;
  line-height: 0.56rem;
  height: 0.52rem;
  background: #F6FBFF;
  -webkit-border-radius: 0.2rem 0.2rem 0 0;
          border-radius: 0.2rem 0.2rem 0 0;
  font-weight: bold;
  font-size: 0.2rem;
  color: #333333;
}
.contentExpert .title[data-v-23322577] {
  width: 8.36rem;
  height: 0.28rem;
  margin-bottom: 0.15rem;
  position: relative;
  padding-left: 0.6rem;
  margin-top: 0.25rem;
}
.contentExpert .title .title-text[data-v-23322577] {
  font-size: 0.18rem;
  font-weight: bold;
  color: #333333;
  position: absolute;
  top: 0;
  z-index: 2;
}
.contentExpert .title .title-line[data-v-23322577] {
  width: 1.8rem;
  height: 0.07rem;
  background: -webkit-linear-gradient(359.99deg, rgba(125, 176, 234, 0.8) 39.59%, rgba(125, 176, 234, 0) 80.84%);
  background: linear-gradient(90.01deg, rgba(125, 176, 234, 0.8) 39.59%, rgba(125, 176, 234, 0) 80.84%);
  position: absolute;
  bottom: 0.07rem;
}
.contentExpert .line[data-v-23322577] {
  width: 8.36rem;
  margin-left: 0.41rem;
  border-bottom: 0.01rem solid #D8D8D8;
  margin-bottom: 0.27rem;
}
.contentExpert .dot-content[data-v-23322577] {
  padding-left: 0.48rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.contentExpert .dot-content .left[data-v-23322577] {
  height: 0.95rem;
}
.contentExpert .dot-content .left .dot[data-v-23322577] {
  width: 0.06rem;
  height: 0.06rem;
  background: #7DB0EA;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.contentExpert .dot-content .left .dot-line[data-v-23322577] {
  height: 100%;
  border-left: 0.01rem solid #D8D8D8;
  margin-left: 0.025rem;
}
.contentExpert .dot-content .right[data-v-23322577] {
  margin-left: 0.29rem;
  margin-bottom: 0.25rem;
}
.contentExpert .dot-content .right .name[data-v-23322577] {
  font-weight: bold;
  font-size: 0.14rem;
  color: #333333;
  line-height: 0.16rem;
  margin-top: -0.17rem;
}
.contentExpert .dot-content .right .right-content[data-v-23322577] {
  background: #F6FAFF;
  -webkit-border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
          border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  font-weight: 400;
  font-size: 0.14rem;
  color: #333333;
  padding: 0.15rem 0.22rem;
}
.contentExpert .dot-content2[data-v-23322577] {
  padding-left: 0.48rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -0.35rem;
}
.contentExpert .dot-content2 .left[data-v-23322577] {
  height: 0.65rem;
}
.contentExpert .dot-content2 .left .dot[data-v-23322577] {
  width: 0.06rem;
  height: 0.06rem;
  background: #7DB0EA;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.contentExpert .dot-content2 .left .dot-line[data-v-23322577] {
  height: 100%;
  border-left: 0.01rem solid #D8D8D8;
  margin-left: 0.025rem;
}
.contentExpert .dot-content2 .right[data-v-23322577] {
  margin-left: 0.29rem;
  margin-bottom: 0.17rem;
}
.contentExpert .dot-content2 .right .name[data-v-23322577] {
  font-weight: bold;
  font-size: 0.14rem;
  color: #333333;
  line-height: 0.16rem;
  margin-top: -0.17rem;
}
.contentExpert .dot-content2 .right .right-content[data-v-23322577] {
  background: #F6FAFF;
  -webkit-border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
          border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  font-weight: 400;
  font-size: 0.14rem;
  color: #333333;
  padding: 0.15rem 0.22rem;
}
.contentExpert .title2[data-v-23322577] {
  margin-top: 0;
}
.contentExpert .part-content[data-v-23322577] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #333333;
  font-size: 0.16rem;
  line-height: 0.26rem;
  padding-left: 0.61rem;
}
.contentExpert .proDetails[data-v-23322577] {
  margin-bottom: 0.2rem;
}
.contentExpert .proDetails .projectProgress[data-v-23322577] {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.contentExpert .proDetails .projectProgress .progressText[data-v-23322577] {
  width: 47%;
  margin-right: 0.72rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.contentExpert .proDetails .projectProgress .progressView[data-v-23322577] {
  cursor: default;
  width: 0.52rem;
  height: 0.19rem;
  border: 0.01rem solid #7db0ea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 0.13rem;
          border-radius: 0.13rem;
  text-align: center;
  line-height: 0.19rem;
  color: #7db0ea;
  font-size: 0.1rem;
}
.contentExpert .con-title[data-v-23322577] {
  line-height: 0.4rem;
  color: #333333;
  font-size: 0.16rem;
  font-weight: 600;
  padding-left: 0.61rem;
}
.contentExpert .con-title1[data-v-23322577] {
  margin-bottom: 0.12rem;
  padding-left: 0.61rem;
}
.contentExpert .con-desc[data-v-23322577] {
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.28rem;
  padding-left: 0.61rem;
  margin-bottom: 0.2rem;
  padding-right: 0.61rem;
}
.contentExpert .con-desc2[data-v-23322577] {
  font-size: 0.16rem;
  color: #333333;
  padding-left: 0.61rem;
  margin-bottom: 0.1rem;
  padding-right: 0.61rem;
}
.contentExpert .attachmentLists[data-v-23322577] {
  margin-bottom: 0.37rem;
  padding-left: 0.23rem;
}
.contentExpert .attachmentLists .list[data-v-23322577] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.14rem;
  color: #333333;
  margin: 0.14rem 0;
  margin-left: 0.5rem;
}
.contentExpert .attachmentLists .list img[data-v-23322577] {
  width: 0.16rem;
  height: 0.16rem;
  margin-right: 0.15rem;
}
.contentExpert .attachmentLists .list a[data-v-23322577] {
  display: inline-block;
  width: 0.52rem;
  height: 0.19rem;
  background: #ffffff;
  border: 0.01rem solid #7db0ea;
  -webkit-border-radius: 0.13rem;
          border-radius: 0.13rem;
  color: #7db0ea;
  font-size: 0.1rem;
  text-align: center;
  line-height: 0.19rem;
}
.contentExpert .attachmentLists .list .attachmentName[data-v-23322577] {
  width: 45%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.contentExpert .attachmentLists .list .attachmentUser[data-v-23322577] {
  width: 4%;
  margin-right: 0.72rem;
}
.contentExpert .attachmentLists .list .attachmentTime[data-v-23322577] {
  width: 5%;
  margin-right: 0.85rem;
}
.contentExpert .attachmentLists .list .attachmentView[data-v-23322577] {
  cursor: default;
  width: 0.52rem;
  height: 0.19rem;
  border: 0.01rem solid #7db0ea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 0.13rem;
          border-radius: 0.13rem;
  text-align: center;
  line-height: 0.19rem;
  color: #7db0ea;
  font-size: 0.1rem;
}
.contentExpert .proFlag[data-v-23322577] {
  color: #333333;
  font-size: 0.14rem;
  margin-bottom: 0.24rem;
  padding-left: 0.23rem;
}
.contentExpert .proFlag div[data-v-23322577]:nth-child(1) {
  font-weight: 600;
}
.contentExpert .proFlag div[data-v-23322577] {
  line-height: 0.3rem;
}
.contentExpert .apply[data-v-23322577] {
  width: 98%;
  float: right;
  margin-top: 0.2rem;
}
.contentExpert .apply .applyCon[data-v-23322577] {
  padding-bottom: 0.44rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.contentExpert .apply .applyCon[data-v-23322577]:nth-last-child(1) {
  padding-bottom: 0;
}
.contentExpert .apply .applyCon[data-v-23322577]::before {
  content: "";
  width: 0.01rem;
  height: -webkit-fill-available;
  background: #ababab;
  position: absolute;
  top: 0;
  left: -0.29rem;
}
.contentExpert .apply .applyCon[data-v-23322577]::after {
  content: "";
  width: 0.06rem;
  height: 0.06rem;
  background: #7db0ea;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
  top: 0;
  left: -0.315rem;
  z-index: 2;
}
.contentExpert .apply h2[data-v-23322577] {
  color: #333333;
  font-size: 0.14rem;
  line-height: 0.2rem;
  margin-top: 0;
}
.contentExpert .apply .applyTime[data-v-23322577] {
  color: #666666;
  font-size: 0.08rem;
  line-height: 0.12rem;
  margin-bottom: 0.1rem;
}
.contentExpert .apply .applyDesc[data-v-23322577] {
  padding: 0.15rem 0.22rem;
  background: #f6faff;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  font-size: 0.14rem;
  line-height: 0.22rem;
}
.contentExpert .applyNull[data-v-23322577] {
  text-align: center;
  color: #666666;
  font-size: 0.18rem;
  font-weight: bold;
  margin: 2.24rem 0;
}
.content1[data-v-23322577] {
  overflow: hidden;
}
.content2[data-v-23322577] {
  overflow: hidden;
}
.content2 .summary .title[data-v-23322577] {
  padding: 0;
}
.content2 .summary .title .title-line[data-v-23322577] {
  bottom: -0.1rem;
}
[data-v-23322577] .dialog-footer {
  margin-top: 0.65rem;
}
[data-v-23322577] .dialog-footer .btnLeft {
  width: 2rem;
  height: 0.4rem;
  background: #D3E8FE;
  -webkit-border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
          border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
  border: 0.01rem solid #7DB0EA;
  font-weight: 800;
  font-size: 0.18rem;
  color: #7DB0EA;
  line-height: 0.1rem;
}
[data-v-23322577] .dialog-footer .btnRight {
  width: 2rem;
  height: 0.4rem;
  background: #7DB0EA;
  -webkit-border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
          border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
  border: 0.01rem solid #7DB0EA;
  font-weight: 800;
  font-size: 0.18rem;
  color: #FFFFFF;
  line-height: 0.1rem;
}
.content .header[data-v-4e550cb4] {
  width: 9.09rem;
  height: 0.68rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0.02rem 0.1rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.02rem 0.1rem 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 0 0;
          border-radius: 0 0 0 0;
}
.content .header .el-form-item__label[data-v-4e550cb4] {
  margin-left: 0.26rem;
}
.content .header .btn[data-v-4e550cb4] {
  width: 0.48rem;
  height: 0.32rem;
  background: #7db0ea;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
  text-align: center;
  line-height: 0.08rem;
  margin-left: 0.26rem;
}
.content .header .btn[data-v-4e550cb4]  span {
  margin-left: -0.1rem;
}
.content .header .btns[data-v-4e550cb4] {
  width: 0.48rem;
  height: 0.32rem;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
  line-height: 0.08rem;
  color: #7db0ea;
  margin-left: 0;
}
.content .header .btns[data-v-4e550cb4]  span {
  margin-left: -0.1rem;
}
.content .header .btn2[data-v-4e550cb4] {
  width: 0.88rem;
  height: 0.4rem;
  background: #7DB0EA;
  -webkit-border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
          border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  margin-top: -0.22rem;
  margin-left: 0.34rem;
}
.content .MyProject[data-v-4e550cb4] {
  height: 100%;
  width: 100%;
  padding: 0.16rem 0.25rem 0 0.26rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-top: 0.16rem;
}
.content .MyProject .project[data-v-4e550cb4] {
  padding: 0.22rem 0.12rem 0.25rem 0.28rem;
  border-bottom: 0.01rem solid #dedcdc !important;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content .MyProject .project .info[data-v-4e550cb4] {
  width: 5rem;
}
.content .MyProject .project .info .title[data-v-4e550cb4] {
  margin: 0 0 0.09rem 0;
  font-weight: bold;
  font-size: 0.2rem;
  line-height: 160%;
  color: #333333;
}
.content .MyProject .project .info .title .el-tag[data-v-4e550cb4] {
  height: 0.19rem;
  /* auto; */
  border: none;
  font-size: 0.11rem;
  line-height: 0.19rem;
  /* 160%; */
  color: #ffffff;
  background: #feb104;
}
.content .MyProject .project .info .title .el-tag.a[data-v-4e550cb4] {
  background: #d8d8d8;
}
.content .MyProject .project .info .title .el-tag.b[data-v-4e550cb4] {
  margin-left: 0.15rem;
  background-color: #7db0ea;
  margin-right: 0.08rem;
}
.content .MyProject .project .info .member[data-v-4e550cb4] {
  margin-bottom: 0.02rem;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 160%;
  color: #666666;
  margin-left: 0.02rem;
}
.content .MyProject .project .info .member div[data-v-4e550cb4] {
  margin-bottom: 0.06rem;
}
.content .MyProject .project .info .ops[data-v-4e550cb4] {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.12rem;
  line-height: 160%;
  color: #999999;
}
.content .MyProject .project .info .ops li[data-v-4e550cb4] {
  white-space: nowrap;
}
.content .MyProject .project .info .ops li i[data-v-4e550cb4] {
  margin-right: 0.04rem;
  font-size: 0.15rem;
}
.content .MyProject .project .info .ops li + li[data-v-4e550cb4] {
  margin-top: 0.07rem;
}
.content .MyProject .project .tableBtn[data-v-4e550cb4]  .el-button {
  width: 0.81rem;
  height: 0.29rem;
  line-height: 0.29rem;
  padding: 0;
  font-size: 0.11rem;
  color: #ffffff;
  -webkit-border-radius: 0.07rem;
          border-radius: 0.07rem;
  border: none;
  background: #7db0ea;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(125, 176, 234, 0.5);
          box-shadow: 0 0.02rem 0.1rem rgba(125, 176, 234, 0.5);
  margin-right: 0.3rem;
}
.content .MyProject .el-empty[data-v-4e550cb4]  .el-empty__image {
  width: 3rem;
  height: auto;
}
.content .qsy[data-v-4e550cb4] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.09rem 3.2rem 3.16rem 3.2rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background: #ffffff;
}
.content .qsy img[data-v-4e550cb4] {
  width: 2.64rem;
  height: 2.64rem;
}
.content .qsy .tip[data-v-4e550cb4] {
  text-align: center;
  font-weight: 400;
  font-size: 0.26rem;
  color: #999999;
  margin-top: 0.4rem;
}
#daiso-project[data-v-4e550cb4]  .el-input__inner {
  width: 1.4rem;
  height: 0.32rem;
  background: none;
  -webkit-border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
          border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  border: 0.01rem solid #cacaca;
}
.content[data-v-83e6a170] {
  width: 9.09rem;
}
.content .qsy[data-v-83e6a170] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1.09rem 3.2rem 3.16rem 3.2rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.content .qsy img[data-v-83e6a170] {
  width: 2.64rem;
  height: 2.64rem;
}
.content .qsy .tip[data-v-83e6a170] {
  text-align: center;
  font-weight: 400;
  font-size: 0.26rem;
  color: #999999;
  margin-top: 0.4rem;
}
.content .header[data-v-83e6a170] {
  width: 9.09rem;
  height: 0.68rem;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
          box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}
.content .header .el-form-item__label[data-v-83e6a170] {
  margin-left: 0.26rem;
}
.content .header .btn[data-v-83e6a170] {
  width: 0.48rem;
  height: 0.32rem;
  background: #7db0ea;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
  text-align: center;
  line-height: 0.08rem;
  margin-left: 1.56rem;
}
.content .header .btn[data-v-83e6a170]  span {
  margin-left: -0.1rem;
}
.content .header .btns[data-v-83e6a170] {
  width: 0.48rem;
  height: 0.32rem;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
  line-height: 0.08rem;
  color: #7db0ea;
  margin-left: 0;
}
.content .header .btns[data-v-83e6a170]  span {
  margin-left: -0.1rem;
}
.content .header .btn2[data-v-83e6a170] {
  width: 0.88rem;
  height: 0.4rem;
  background: #7db0ea;
  -webkit-border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
          border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  margin-top: -0.22rem;
  margin-left: 0.34rem;
}
.content .MyProject[data-v-83e6a170] {
  width: 8.63rem;
  margin: 0 0.23rem;
  margin-bottom: 0.35rem;
  margin-top: 0.16rem;
  background: none !important;
}
.content .MyProject .project[data-v-83e6a170] {
  background: #fff;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
          border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  padding: 0.22rem 0.12rem 0.25rem 0.28rem;
  margin-bottom: 0.16rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content .MyProject .project .info[data-v-83e6a170] {
  width: 5rem;
}
.content .MyProject .project .info .title[data-v-83e6a170] {
  margin: 0 0 0.09rem 0;
  font-weight: bold;
  font-size: 0.2rem;
  line-height: 160%;
  color: #333333;
}
.content .MyProject .project .info .title .el-tag[data-v-83e6a170] {
  height: 0.19rem;
  /* auto; */
  border: none;
  font-size: 0.11rem;
  line-height: 0.19rem;
  /* 160%; */
  color: #ffffff;
  background: #feb104;
}
.content .MyProject .project .info .title .el-tag.a[data-v-83e6a170] {
  background: #d8d8d8;
}
.content .MyProject .project .info .title .el-tag.b[data-v-83e6a170] {
  margin-left: 0.15rem;
  background-color: #7db0ea;
  margin-right: 0.08rem;
}
.content .MyProject .project .info .member[data-v-83e6a170] {
  margin-bottom: 0.02rem;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 160%;
  color: #666666;
  margin-left: 0.02rem;
}
.content .MyProject .project .info .member div[data-v-83e6a170] {
  margin-bottom: 0.06rem;
}
.content .MyProject .project .info .ops[data-v-83e6a170] {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.12rem;
  line-height: 160%;
  color: #999999;
}
.content .MyProject .project .info .ops li[data-v-83e6a170] {
  white-space: nowrap;
}
.content .MyProject .project .info .ops li i[data-v-83e6a170] {
  margin-right: 0.04rem;
  font-size: 0.15rem;
}
.content .MyProject .project .info .ops li + li[data-v-83e6a170] {
  margin-top: 0.07rem;
}
.content .MyProject .project .el-empty[data-v-83e6a170]  .el-empty__image {
  width: 3rem;
  height: auto;
}
.content .MyProject .project .el-button[data-v-83e6a170] {
  width: 0.81rem;
  height: 0.29rem;
  line-height: 0.29rem;
  padding: 0;
  font-size: 0.11rem;
  color: #ffffff;
  -webkit-border-radius: 0.07rem;
          border-radius: 0.07rem;
  border: none;
  background: #7db0ea;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(125, 176, 234, 0.5);
          box-shadow: 0 0.02rem 0.1rem rgba(125, 176, 234, 0.5);
}
.OnlineReview .el-pagination[data-v-83e6a170] {
  margin-top: 0.52rem;
  text-align: center;
}
.OnlineReview .el-tooltip__popper.is-light[x-placement^=left][data-v-83e6a170]  .popper__arrow::after {
  border-left-color: #7db0ea;
}
.OnlineReview .el-tooltip__popper.is-light[x-placement^=left][data-v-83e6a170]  .popper__arrow {
  border-left-color: #7db0ea;
}
.OnlineReview .el-tabs[data-v-83e6a170] {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  margin-top: 0.2rem;
}
.OnlineReview .el-tabs[data-v-83e6a170]  .el-tabs__header {
  margin: 0;
  padding: 0 0.2rem;
}
.OnlineReview .el-tabs[data-v-83e6a170]  .el-tabs__header .el-tabs__nav-scroll {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.OnlineReview .el-tabs[data-v-83e6a170]  .el-tabs__header .el-tabs__nav-scroll .el-tabs__item {
  height: 0.85rem;
  line-height: 0.85rem;
  font-size: 0.2rem;
  color: #666666;
}
.OnlineReview .el-tabs[data-v-83e6a170]  .el-tabs__content {
  min-height: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
.OnlineReview .el-tabs[data-v-83e6a170]  .el-tabs__content .el-tab-pane {
  height: 100%;
}
.OnlineReview .lists.matchList[data-v-83e6a170] {
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
}
.OnlineReview .lists.matchList img[data-v-83e6a170] {
  width: 1.85rem;
  height: 1.19rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  margin-right: 0.2rem;
}
.OnlineReview .lists.matchList .listContent .conText[data-v-83e6a170] {
  color: #666666;
  font-size: 0.12rem;
  font-weight: normal;
  background: #fff;
  margin-right: 0;
}
.OnlineReview .lists.matchList .listContent .userInfo[data-v-83e6a170] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.OnlineReview .lists.matchList .listContent .userInfo .liststatu[data-v-83e6a170] {
  height: 0.26rem;
  line-height: 0.26rem;
  background: #06deb7;
  -webkit-border-radius: 0.07rem;
          border-radius: 0.07rem;
  padding: 0 0.1rem;
  color: #fff;
  font-size: 0.14rem;
}
.OnlineReview .lists.matchList .listContent .userInfo .line[data-v-83e6a170] {
  width: 0.19rem;
  height: 0.02rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(2.37%, rgba(125, 176, 234, 0)), color-stop(52.7%, #7db0ea), color-stop(100.68%, rgba(125, 176, 234, 0)));
  background: -webkit-linear-gradient(left, rgba(125, 176, 234, 0) 2.37%, #7db0ea 52.7%, rgba(125, 176, 234, 0) 100.68%);
  background: linear-gradient(90deg, rgba(125, 176, 234, 0) 2.37%, #7db0ea 52.7%, rgba(125, 176, 234, 0) 100.68%);
  -webkit-border-radius: 0.01rem;
          border-radius: 0.01rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.OnlineReview .filter[data-v-83e6a170] {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.OnlineReview .lists[data-v-83e6a170] {
  width: 100%;
  -webkit-box-shadow: 0 0.01rem 0.02rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.01rem 0.02rem rgba(0, 0, 0, 0.1);
  padding: 0.14rem 0.5rem 0.14rem 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background: #fff;
}
.OnlineReview .lists.selectlists[data-v-83e6a170] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAyCAYAAADx/eOPAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAJ4SURBVHgB3ddNbtNAGMbxZ5I6NIRGLQVEJRap1AVLjsQRuAHcgCNwDJYcoRIfGxZUSEDSqkBJYygJ8YsfuwE39bdnHE/+m1r1WPUvM2M3wJr07lieYh0i5M3IEwXLI8QTecZjqzFRCLMWswxhVmLiIMw6TBKEWYVJgzBrMFkQZgUmD4Q1HpMXwhqNKQJhjcW8HslzBXlS5JpGYt6O5IVAHqNgjcOUhbBGYapAWGMwVSGsERgdELZyjC4IWylGJ4StDKMbwlaCMQFhtWNMQVitGJMQVhvGNIQZxxweybbTlVcCPILhjGLqhDBjGBOQVgs4uB3e8vtTuX4eBjI1Iw/6Cp128nntGFOQez2F/g1gOgeOvkvsGK0YU5DtTR9zKzz+PBbM5vHjtGFMQRx/We31w31y4grcafJYLRiTkP0dhbZv+fpTcDJJH18ZY/Lxu9jw3CfD8+zxlTAmIdzwvU76hl+ujZJlQbhpD3a51hXcGQq1e1Ph/lZ4TMh0nu+6UjOTa0YuX8d8CnHdOzk/ts0Nf8NfQobngos/yF3hmTkcysBx5GXW0uJNcEZ6HYWuA/8doYLfzVI+ZYIH3PCt8Ml16qJQhTABRAUz8jDPeN74+DfQ3QhBO930Zbfv/6vCmfnloz/9QOFyYyKQAQrk+RecXSBYdpwlbmr+JMiL7Ou9rf9v+I9ncuVc3nJhykKi8WWXtOz45LrbA+b+H/jwTVKXYlqZGB2QRXHLzvHfiHd64fnjiWAyRelSMTohi5aXHVGszIZfLhFjAhItuuzcmeDLGJWL/XJmGhKNj2PuFc9D5a5h6oTo7grGZgj7h7EdwgLMOkCYWhcI+wsPNKaatuMGmAAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-position: right bottom;
}
.OnlineReview .lists.active[data-v-83e6a170] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAyCAYAAADx/eOPAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAKRSURBVHgB3dc9aBRBGMbx5yIoSALBSxNBuSqxUNAIYmwUtAloCi1iGdHCzhQKNn6UFoJYCbG4xiI2FhGJjQZBtBBFIY3XiWIsPBASoibFOo/DJZvLfszszru3c38IWbJzsL/MzE4CdEmXHga3KuiCCEGA295jWhBee40JQ5i3mHYI8xITBWHeYeIgzCtMEoR5g0mDMC8wJhBWeowphJUaYwNhpcUoyD0FmbL5TCkxF6eDunqwSVhWOkxWCCsVJg+ElQaTF8JKgXEBYR3HuIKwjmJcQljHMK4hrCMYCQgrHCMFYYViJCGsMIw0hIljpupB//Ia5tXlQQgniikSwsQwEpCd24EbZ/VDX5/Zer8HAknNyORxYKAv/r5zjBTkzAhwqAY0l4C7z6LHOMVIQY4NAeOH9XX9FfBzKXqcM4wUpNoLTBzV108/AJ8X48c6wUhCrp5WG38H8GIBmH2fPD43RvL1e+GE3vDcJzNv08fnwkhCuOGHB5M3fHvbkLE0CDftTXUm8FBoLMKqk/uBc0f0NSE/fpl9LtPM2MzI+Ihe9wO9MGrPLuD8qL5+rJbW1yaMs56Zyw+C2p8Ac0iB8CE4I0Nqqeyt6jOCP2sux3+GG/7KmN7wfHPNfYJVVhhC1nowX6lgn8l4PvjHL+q3XdVfXHpJy+6amsHBfo2efgnrjDEhSA0W/V4F3jT031PDu/Wm5vfGd2BldWPcxOjGCX//+eZ7phlhskLC8bCLW3Z8c42pRbvyF7gzG3/Cp5WKcQFpFbXseI6cOqDvP3kHLHxD5hIxLiGt2pcdUSzLhm8vFiMBCRdedrx+9Bq5i/znTBoSrtqnZ4v7JW9bMEVCXLcJ4zOErWN8h7D/mG6AsEq3QNg/hyY6Qv7XuEIAAAAASUVORK5CYII=);
  -webkit-box-shadow: 0 0.06rem 0.1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.06rem 0.1rem rgba(0, 0, 0, 0.1);
  border: 0.02rem solid #7db0ea;
}
.OnlineReview .lists img[data-v-83e6a170] {
  width: 1.69rem;
  height: 1.12rem;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  margin-right: 0.3rem;
}
.OnlineReview .lists .listContent[data-v-83e6a170] {
  width: 100%;
  margin-left: 0.24rem;
}
.OnlineReview .lists .listContent .title[data-v-83e6a170] {
  font-weight: bold;
  font-size: 0.2rem;
  line-height: 160%;
  color: #333333;
}
.OnlineReview .lists .listContent .title .el-tag[data-v-83e6a170] {
  height: 0.19rem;
  /* auto; */
  border: none;
  font-size: 0.11rem;
  line-height: 0.19rem;
  /* 160%; */
  color: #ffffff;
  background: #feb104;
}
.OnlineReview .lists .listContent .title .el-tag.a[data-v-83e6a170] {
  background: #d8d8d8;
}
.OnlineReview .lists .listContent .title .el-tag.b[data-v-83e6a170] {
  margin-left: 0.15rem;
  background-color: #7db0ea;
  margin-right: 0.08rem;
}
.OnlineReview .lists .listContent h2[data-v-83e6a170] {
  font-size: 0.2rem;
}
.OnlineReview .lists .listContent .member[data-v-83e6a170] {
  margin-bottom: 0.02rem;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 160%;
  color: #666666;
  margin-left: 0.02rem;
}
.OnlineReview .lists .listContent .member div[data-v-83e6a170] {
  margin-bottom: 0.06rem;
}
.OnlineReview .lists .listContent .conText[data-v-83e6a170] {
  background: #d3e8fe;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
  display: inline-block;
  height: 0.26rem;
  padding: 0 0.06rem;
  color: #649aff;
  font-size: 0.12rem;
  line-height: 0.26rem;
  margin-right: 0.08rem;
}
.OnlineReview .lists .listContent .conTexts[data-v-83e6a170] {
  display: block;
}
.OnlineReview .lists .listContent span[data-v-83e6a170] {
  font-size: 0.14rem;
  color: #999999;
  line-height: 0.34rem;
}
.OnlineReview .lists .listContent span[data-v-83e6a170]:nth-child(2) {
  color: #333;
}
.OnlineReview .lists .clickView[data-v-83e6a170] {
  width: 0.89rem;
  height: 0.35rem;
  padding: 0;
  line-height: 0.35rem;
  text-align: center;
  background: #7db0ea;
  font-size: 0.16rem;
  color: #ffffff;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(125, 176, 234, 0.5);
          box-shadow: 0 0.02rem 0.1rem rgba(125, 176, 234, 0.5);
  -webkit-border-radius: 0.07rem;
          border-radius: 0.07rem;
}
.OnlineReview .BatchSubmission[data-v-83e6a170] {
  width: 1.2rem;
  height: 0.4rem;
  display: inline-block;
  background: #06deb7;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  line-height: 0.4rem;
  text-align: center;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  color: #ffffff;
  font-size: 0.16rem;
  font-weight: 600;
  margin-left: 0.22rem;
}
.OnlineReview .BatchRefer[data-v-83e6a170] {
  display: block;
  background: #ff8684;
  margin: 0 0 0.08rem;
}
.OnlineReview .BatchSubmissionBtn[data-v-83e6a170] {
  line-height: 0;
  margin: 0;
  border: none;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(6, 222, 183, 0.5);
          box-shadow: 0 0.02rem 0.1rem rgba(6, 222, 183, 0.5);
}
.OnlineReview .BatchMode[data-v-83e6a170] {
  margin-top: 0;
}
.OnlineReview .letterConfirm[data-v-83e6a170] {
  margin-bottom: 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.OnlineReview .letterConfirm .order[data-v-83e6a170] {
  width: 0.2rem;
  height: 0.2rem;
  line-height: 0.2rem;
  text-align: center;
  border: 0.015rem solid #7db0ea;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin-right: 0.1rem;
  color: #7db0ea;
}
.OnlineReview .letterConfirm .text[data-v-83e6a170] {
  font-size: 0.2rem;
  font-weight: 600;
}
.OnlineReview .letterConfirm .downLetter[data-v-83e6a170] {
  color: #7db0ea;
}
.OnlineReview .letterConfirm .uploadLetter[data-v-83e6a170] {
  color: #333333;
}
.OnlineReview .tipLetter[data-v-83e6a170] {
  height: 0.5rem;
  line-height: 0.5rem;
  background: #f6faff;
  padding-left: 0.2rem;
  color: #feb104;
  font-weight: 600;
  font-size: 0.16rem;
  margin: 0 0.36rem 0.28rem;
}
.OnlineReview .upload-myfile[data-v-83e6a170] {
  margin-bottom: 0.28rem;
}
.OnlineReview .upload-myfile[data-v-83e6a170]  .el-upload {
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.OnlineReview .upload-myfile[data-v-83e6a170]  .el-upload .el-button {
  width: 2rem;
  height: 0.4rem;
  background: #d3e8fe;
  border: 0.01rem solid #7db0ea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
  margin-left: 0.36rem;
}
.OnlineReview .upload-myfile[data-v-83e6a170]  .el-upload .el-button div {
  font-size: 0.18rem;
  color: #666666;
  font-weight: 600;
}
.OnlineReview .upload-myfile[data-v-83e6a170]  .el-upload .el-button .upTip {
  font-size: 0.1rem;
  color: #999;
}
.OnlineReview .fileLists[data-v-83e6a170] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.14rem;
}
.OnlineReview .fileLists .image[data-v-83e6a170] {
  width: 0.16rem;
  height: 0.14rem;
  margin-right: 0.15rem;
  margin-left: 0.34rem;
}
.OnlineReview .fileLists .fileContent[data-v-83e6a170] {
  width: 69%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-right: 0.13rem;
}
.OnlineReview .fileLists .fileContent .fileTitle[data-v-83e6a170] {
  color: #333333;
  font-size: 0.16rem;
  line-height: 0.22rem;
  margin-bottom: 0.05rem;
}
.OnlineReview .fileLists .fileHandle[data-v-83e6a170] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.OnlineReview .fileLists .fileHandle div[data-v-83e6a170] {
  color: #7db0ea;
  font-size: 0.14rem;
}
.OnlineReview .fileLists .fileHandle div[data-v-83e6a170]:nth-child(1) {
  margin-right: 0.17rem;
}
.OnlineReview .dialogMyVisible[data-v-83e6a170] {
  text-align: center;
}
.OnlineReview .dialogMyVisible i[data-v-83e6a170] {
  margin-bottom: 0.36rem;
}
.OnlineReview .dialogMyVisible div[data-v-83e6a170] {
  font-size: 0.2rem;
  line-height: 0.23rem;
  text-align: center;
  color: #333333;
  margin-bottom: 0.46rem;
}
.OnlineReview .nullPage[data-v-83e6a170] {
  width: 100%;
  background: #fff;
  margin-top: 0.4rem;
}
.OnlineReview .nullPage img[data-v-83e6a170] {
  width: 3rem;
  margin: auto;
}
.OnlineReview .nullPage .toReviewNull[data-v-83e6a170] {
  margin: 1rem auto 0.6rem;
}
.OnlineReview .nullPage .tip[data-v-83e6a170] {
  color: #666666;
  font-weight: 600;
  font-size: 0.21rem;
  line-height: 160%;
  text-align: center;
}
.OnlineReview .btnff8[data-v-83e6a170] {
  width: 1rem;
  height: 0.35rem;
  padding: 0;
  line-height: 0.35rem;
  text-align: center;
  font-size: 0.16rem;
  color: #ffffff;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(255, 134, 132, 0.5);
          box-shadow: 0 0.02rem 0.1rem rgba(255, 134, 132, 0.5);
  -webkit-border-radius: 0.07rem;
          border-radius: 0.07rem;
  background: #ff8684;
  margin: 0 0.1rem;
  cursor: pointer;
}
#daiso-project[data-v-83e6a170]  .el-input__inner {
  width: 1.4rem;
  height: 0.32rem;
  background: none;
  -webkit-border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
          border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  border: 0.01rem solid #cacaca;
}
.con-title[data-v-0e1b2408] {
  line-height: 0.4rem;
  color: #333333;
  font-size: 0.16rem;
  font-weight: 600;
}
.con-title1[data-v-0e1b2408] {
  margin-bottom: 0.12rem;
  padding-left: 0.23rem;
}
.viewDetail[data-v-0e1b2408] {
  color: #7db0ea;
  font-size: 0.14rem;
  font-weight: 600;
}
[data-v-4ebb4b7b] .contentBody {
  width: 9.09rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0.02659rem 0.06648rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.02659rem 0.06648rem rgba(0, 0, 0, 0.1);
}
[data-v-4ebb4b7b] .el-input__inner {
  background: #F6FAFF !important;
  border: none;
}
[data-v-4ebb4b7b] .el-collapse-item__wrap {
  background-color: transparent;
  border: none;
}
[data-v-4ebb4b7b] .el-collapse-item__content {
  padding-bottom: 0;
}
.content[data-v-4ebb4b7b] {
  background: #ffffff;
  -webkit-box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0.2rem 0.2rem 0 0;
          border-radius: 0.2rem 0.2rem 0 0;
  margin-bottom: 0.17rem;
}
.content .theme[data-v-4ebb4b7b] {
  height: 0.52rem;
  line-height: 0.52rem;
  padding: 0 0.2rem;
  color: #333333;
  font-size: 0.2rem;
  font-weight: bold;
  background: #f6fbff;
  -webkit-border-radius: 0.2rem 0.2rem 0 0;
          border-radius: 0.2rem 0.2rem 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content .theme-desc[data-v-4ebb4b7b] {
  padding: 0.24rem 0.7rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.content .theme-desc .statusName[data-v-4ebb4b7b] {
  position: absolute;
  top: 0.27rem;
  left: 0.7rem;
  background: #7db0ea;
  -webkit-border-radius: 0.06rem 0.06rem 0.06rem 0;
          border-radius: 0.06rem 0.06rem 0.06rem 0;
  padding: 0 0.14rem;
  height: 0.18rem;
  line-height: 0.18rem;
  color: #ffffff;
  font-size: 0.08rem;
}
.content .theme-desc .theme-img[data-v-4ebb4b7b] {
  width: 1.5rem;
  height: 1rem;
  margin-right: 0.32rem;
  -webkit-box-shadow: 0 0 0.07rem rgba(0, 0, 0, 0.21);
          box-shadow: 0 0 0.07rem rgba(0, 0, 0, 0.21);
  -webkit-border-radius: 0.06rem;
          border-radius: 0.06rem;
}
.content .theme-desc .theme-content[data-v-4ebb4b7b] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.content .theme-desc .theme-content h2[data-v-4ebb4b7b] {
  color: #666666;
  font-size: 0.16rem;
  margin-bottom: 0.12rem;
}
.content .theme-desc .theme-content span[data-v-4ebb4b7b] {
  color: #999999;
  font-size: 0.12rem;
  margin-bottom: 0.06rem;
}
.content .summary[data-v-4ebb4b7b] {
  height: 0.28rem;
  line-height: 0.56rem;
  height: 0.52rem;
  background: #F6FBFF;
  -webkit-border-radius: 0.2rem 0.2rem 0 0;
          border-radius: 0.2rem 0.2rem 0 0;
  font-weight: bold;
  font-size: 0.2rem;
  color: #333333;
}
.content .title[data-v-4ebb4b7b] {
  height: 0.28rem;
  margin-bottom: 0.18rem;
  position: relative;
  padding-left: 0.6rem;
  margin-top: 0.28rem;
}
.content .title .title-text[data-v-4ebb4b7b] {
  font-size: 0.18rem;
  font-weight: bold;
  color: #333333;
  position: absolute;
  top: 0;
  z-index: 2;
}
.content .title .title-line[data-v-4ebb4b7b] {
  width: 1.8rem;
  height: 0.07rem;
  background: -webkit-linear-gradient(359.99deg, rgba(125, 176, 234, 0.8) 39.59%, rgba(125, 176, 234, 0) 80.84%);
  background: linear-gradient(90.01deg, rgba(125, 176, 234, 0.8) 39.59%, rgba(125, 176, 234, 0) 80.84%);
  position: absolute;
  bottom: 0.02rem;
}
.content .title2[data-v-4ebb4b7b] {
  margin-top: 0;
}
.content .part-content[data-v-4ebb4b7b] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #333333;
  font-size: 0.14rem;
  line-height: 0.26rem;
  padding-left: 0.61rem;
}
.content .proDetails[data-v-4ebb4b7b] {
  margin-bottom: 0.2rem;
}
.content .proDetails .projectProgress[data-v-4ebb4b7b] {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.content .proDetails .projectProgress .progressText[data-v-4ebb4b7b] {
  width: 47%;
  margin-right: 0.72rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.content .proDetails .projectProgress .progressView[data-v-4ebb4b7b] {
  cursor: default;
  width: 0.52rem;
  height: 0.19rem;
  border: 0.01rem solid #7db0ea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 0.13rem;
          border-radius: 0.13rem;
  text-align: center;
  line-height: 0.19rem;
  color: #7db0ea;
  font-size: 0.1rem;
}
.content .con-title[data-v-4ebb4b7b] {
  line-height: 0.4rem;
  color: #333333;
  font-size: 0.16rem;
  font-weight: 600;
  padding-left: 0.61rem;
}
.content .con-title1[data-v-4ebb4b7b] {
  margin-bottom: 0.12rem;
  padding-left: 0.61rem;
}
.content .con-desc[data-v-4ebb4b7b] {
  font-size: 0.14rem;
  color: #333333;
  line-height: 0.28rem;
  padding-left: 0.61rem;
  margin-bottom: 0.3rem;
}
.content .con-desc2[data-v-4ebb4b7b] {
  font-size: 0.14rem;
  color: #333333;
  padding-left: 0.61rem;
  margin-bottom: 0.1rem;
}
.content .attachmentLists[data-v-4ebb4b7b] {
  margin-bottom: 0.2rem;
  padding-left: 0.23rem;
}
.content .attachmentLists .list[data-v-4ebb4b7b] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.14rem;
  color: #333333;
  margin: 0.14rem 0;
}
.content .attachmentLists .list img[data-v-4ebb4b7b] {
  width: 0.16rem;
  height: 0.16rem;
  margin-right: 0.15rem;
}
.content .attachmentLists .list .attachmentName[data-v-4ebb4b7b] {
  width: 45%;
  margin-right: 0.72rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.content .attachmentLists .list .attachmentUser[data-v-4ebb4b7b] {
  width: 4%;
  margin-right: 0.72rem;
}
.content .attachmentLists .list .attachmentTime[data-v-4ebb4b7b] {
  width: 5%;
  margin-right: 0.85rem;
}
.content .attachmentLists .list .attachmentView[data-v-4ebb4b7b] {
  cursor: default;
  width: 0.52rem;
  height: 0.19rem;
  border: 0.01rem solid #7db0ea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 0.13rem;
          border-radius: 0.13rem;
  text-align: center;
  line-height: 0.19rem;
  color: #7db0ea;
  font-size: 0.1rem;
}
.content .proFlag[data-v-4ebb4b7b] {
  color: #333333;
  font-size: 0.14rem;
  margin-bottom: 0.24rem;
  padding-left: 0.23rem;
}
.content .proFlag div[data-v-4ebb4b7b]:nth-child(1) {
  font-weight: 600;
}
.content .proFlag div[data-v-4ebb4b7b] {
  line-height: 0.3rem;
}
.content .apply[data-v-4ebb4b7b] {
  width: 98%;
  float: right;
  margin-top: 0.2rem;
}
.content .apply .applyCon[data-v-4ebb4b7b] {
  padding-bottom: 0.44rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.content .apply .applyCon[data-v-4ebb4b7b]:nth-last-child(1) {
  padding-bottom: 0;
}
.content .apply .applyCon[data-v-4ebb4b7b]::before {
  content: "";
  width: 0.01rem;
  height: -webkit-fill-available;
  background: #ababab;
  position: absolute;
  top: 0;
  left: -0.29rem;
}
.content .apply .applyCon[data-v-4ebb4b7b]::after {
  content: "";
  width: 0.06rem;
  height: 0.06rem;
  background: #7db0ea;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
  top: 0;
  left: -0.315rem;
  z-index: 2;
}
.content .apply h2[data-v-4ebb4b7b] {
  color: #333333;
  font-size: 0.14rem;
  line-height: 0.2rem;
  margin-top: 0;
}
.content .apply .applyTime[data-v-4ebb4b7b] {
  color: #666666;
  font-size: 0.08rem;
  line-height: 0.12rem;
  margin-bottom: 0.1rem;
}
.content .apply .applyDesc[data-v-4ebb4b7b] {
  padding: 0.15rem 0.22rem;
  background: #f6faff;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  font-size: 0.14rem;
  line-height: 0.22rem;
}
.content .applyNull[data-v-4ebb4b7b] {
  text-align: center;
  color: #666666;
  font-size: 0.18rem;
  font-weight: bold;
  margin: 2.24rem 0;
}
.contentsExpert[data-v-4ebb4b7b] {
  background: #ffffff;
  -webkit-box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.1);
  margin-bottom: 0.17rem;
}
.contentsExpert .theme[data-v-4ebb4b7b] {
  height: 0.52rem;
  line-height: 0.52rem;
  padding: 0 0.2rem;
  color: #333333;
  font-size: 0.2rem;
  font-weight: bold;
  background: #f6fbff;
  -webkit-border-radius: 0.2rem 0.2rem 0 0;
          border-radius: 0.2rem 0.2rem 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contentsExpert .theme-desc[data-v-4ebb4b7b] {
  padding: 0.24rem 0.7rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.contentsExpert .theme-desc .statusName[data-v-4ebb4b7b] {
  position: absolute;
  top: 0.27rem;
  left: 0.7rem;
  background: #7db0ea;
  -webkit-border-radius: 0.06rem 0.06rem 0.06rem 0;
          border-radius: 0.06rem 0.06rem 0.06rem 0;
  padding: 0 0.14rem;
  height: 0.18rem;
  line-height: 0.18rem;
  color: #ffffff;
  font-size: 0.08rem;
}
.contentsExpert .theme-desc .theme-img[data-v-4ebb4b7b] {
  width: 1.5rem;
  height: 1rem;
  margin-right: 0.32rem;
  -webkit-box-shadow: 0 0 0.07rem rgba(0, 0, 0, 0.21);
          box-shadow: 0 0 0.07rem rgba(0, 0, 0, 0.21);
  -webkit-border-radius: 0.06rem;
          border-radius: 0.06rem;
}
.contentsExpert .theme-desc .theme-content[data-v-4ebb4b7b] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contentsExpert .theme-desc .theme-content h2[data-v-4ebb4b7b] {
  color: #666666;
  font-size: 0.16rem;
  margin-bottom: 0.12rem;
}
.contentsExpert .theme-desc .theme-content span[data-v-4ebb4b7b] {
  color: #999999;
  font-size: 0.12rem;
  margin-bottom: 0.06rem;
}
.contentsExpert .summary[data-v-4ebb4b7b] {
  height: 0.28rem;
  line-height: 0.56rem;
  height: 0.52rem;
  background: #F6FBFF;
  -webkit-border-radius: 0.2rem 0.2rem 0 0;
          border-radius: 0.2rem 0.2rem 0 0;
  font-weight: bold;
  font-size: 0.2rem;
  color: #333333;
}
.contentsExpert .title[data-v-4ebb4b7b] {
  width: 8.36rem;
  height: 0.28rem;
  margin-bottom: 0.15rem;
  position: relative;
  padding-left: 0.6rem;
  margin-top: 0.25rem;
}
.contentsExpert .title .title-text[data-v-4ebb4b7b] {
  font-size: 0.18rem;
  font-weight: bold;
  color: #333333;
  position: absolute;
  top: 0;
  z-index: 2;
}
.contentsExpert .title .title-line[data-v-4ebb4b7b] {
  width: 1.8rem;
  height: 0.07rem;
  background: -webkit-linear-gradient(359.99deg, rgba(125, 176, 234, 0.8) 39.59%, rgba(125, 176, 234, 0) 80.84%);
  background: linear-gradient(90.01deg, rgba(125, 176, 234, 0.8) 39.59%, rgba(125, 176, 234, 0) 80.84%);
  position: absolute;
  bottom: 0.07rem;
}
.contentsExpert .line[data-v-4ebb4b7b] {
  width: 8.36rem;
  margin-left: 0.41rem;
  border-bottom: 0.01rem solid #D8D8D8;
  margin-bottom: 0.27rem;
}
.contentsExpert .dot-content[data-v-4ebb4b7b] {
  padding-left: 0.48rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.contentsExpert .dot-content .left[data-v-4ebb4b7b] {
  height: 0.95rem;
}
.contentsExpert .dot-content .left .dot[data-v-4ebb4b7b] {
  width: 0.06rem;
  height: 0.06rem;
  background: #7DB0EA;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.contentsExpert .dot-content .left .dot-line[data-v-4ebb4b7b] {
  height: 100%;
  border-left: 0.01rem solid #D8D8D8;
  margin-left: 0.025rem;
}
.contentsExpert .dot-content .right[data-v-4ebb4b7b] {
  margin-left: 0.29rem;
  margin-bottom: 0.25rem;
}
.contentsExpert .dot-content .right .name[data-v-4ebb4b7b] {
  font-weight: bold;
  font-size: 0.14rem;
  color: #333333;
  line-height: 0.16rem;
  margin-top: -0.17rem;
}
.contentsExpert .dot-content .right .right-content[data-v-4ebb4b7b] {
  background: #F6FAFF;
  -webkit-border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
          border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  font-weight: 400;
  font-size: 0.14rem;
  color: #333333;
  padding: 0.15rem 0.22rem;
}
.contentsExpert .dot-content2[data-v-4ebb4b7b] {
  padding-left: 0.48rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -0.35rem;
}
.contentsExpert .dot-content2 .left[data-v-4ebb4b7b] {
  height: 0.65rem;
}
.contentsExpert .dot-content2 .left .dot[data-v-4ebb4b7b] {
  width: 0.06rem;
  height: 0.06rem;
  background: #7DB0EA;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.contentsExpert .dot-content2 .left .dot-line[data-v-4ebb4b7b] {
  height: 100%;
  border-left: 0.01rem solid #D8D8D8;
  margin-left: 0.025rem;
}
.contentsExpert .dot-content2 .right[data-v-4ebb4b7b] {
  margin-left: 0.29rem;
  margin-bottom: 0.17rem;
}
.contentsExpert .dot-content2 .right .name[data-v-4ebb4b7b] {
  font-weight: bold;
  font-size: 0.14rem;
  color: #333333;
  line-height: 0.16rem;
  margin-top: -0.17rem;
}
.contentsExpert .dot-content2 .right .right-content[data-v-4ebb4b7b] {
  background: #F6FAFF;
  -webkit-border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
          border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  font-weight: 400;
  font-size: 0.14rem;
  color: #333333;
  padding: 0.15rem 0.22rem;
}
.contentsExpert .title2[data-v-4ebb4b7b] {
  margin-top: 0;
}
.contentsExpert .part-content[data-v-4ebb4b7b] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #333333;
  font-size: 0.16rem;
  line-height: 0.26rem;
  padding-left: 0.61rem;
}
.contentsExpert .proDetails[data-v-4ebb4b7b] {
  margin-bottom: 0.2rem;
}
.contentsExpert .proDetails .projectProgress[data-v-4ebb4b7b] {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.contentsExpert .proDetails .projectProgress .progressText[data-v-4ebb4b7b] {
  width: 47%;
  margin-right: 0.72rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.contentsExpert .proDetails .projectProgress .progressView[data-v-4ebb4b7b] {
  cursor: default;
  width: 0.52rem;
  height: 0.19rem;
  border: 0.01rem solid #7db0ea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 0.13rem;
          border-radius: 0.13rem;
  text-align: center;
  line-height: 0.19rem;
  color: #7db0ea;
  font-size: 0.1rem;
}
.contentsExpert .con-title[data-v-4ebb4b7b] {
  line-height: 0.4rem;
  color: #333333;
  font-size: 0.16rem;
  font-weight: 600;
  padding-left: 0.61rem;
}
.contentsExpert .con-title1[data-v-4ebb4b7b] {
  margin-bottom: 0.12rem;
  padding-left: 0.61rem;
}
.contentsExpert .con-desc[data-v-4ebb4b7b] {
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.28rem;
  padding-left: 0.61rem;
  margin-bottom: 0.2rem;
  padding-right: 0.61rem;
}
.contentsExpert .con-desc2[data-v-4ebb4b7b] {
  font-size: 0.16rem;
  color: #333333;
  padding-left: 0.61rem;
  margin-bottom: 0.1rem;
  padding-right: 0.61rem;
}
.contentsExpert .attachmentLists[data-v-4ebb4b7b] {
  margin-bottom: 0.2rem;
  padding-left: 0.23rem;
}
.contentsExpert .attachmentLists .list[data-v-4ebb4b7b] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.14rem;
  color: #333333;
  margin: 0.14rem 0;
}
.contentsExpert .attachmentLists .list img[data-v-4ebb4b7b] {
  width: 0.16rem;
  height: 0.16rem;
  margin-right: 0.15rem;
}
.contentsExpert .attachmentLists .list .attachmentName[data-v-4ebb4b7b] {
  width: 45%;
  margin-right: 0.72rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.contentsExpert .attachmentLists .list .attachmentUser[data-v-4ebb4b7b] {
  width: 4%;
  margin-right: 0.72rem;
}
.contentsExpert .attachmentLists .list .attachmentTime[data-v-4ebb4b7b] {
  width: 5%;
  margin-right: 0.85rem;
}
.contentsExpert .attachmentLists .list .attachmentView[data-v-4ebb4b7b] {
  cursor: default;
  width: 0.52rem;
  height: 0.19rem;
  border: 0.01rem solid #7db0ea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 0.13rem;
          border-radius: 0.13rem;
  text-align: center;
  line-height: 0.19rem;
  color: #7db0ea;
  font-size: 0.1rem;
}
.contentsExpert .proFlag[data-v-4ebb4b7b] {
  color: #333333;
  font-size: 0.14rem;
  margin-bottom: 0.24rem;
  padding-left: 0.23rem;
}
.contentsExpert .proFlag div[data-v-4ebb4b7b]:nth-child(1) {
  font-weight: 600;
}
.contentsExpert .proFlag div[data-v-4ebb4b7b] {
  line-height: 0.3rem;
}
.contentsExpert .apply[data-v-4ebb4b7b] {
  width: 98%;
  float: right;
  margin-top: 0.2rem;
}
.contentsExpert .apply .applyCon[data-v-4ebb4b7b] {
  padding-bottom: 0.44rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.contentsExpert .apply .applyCon[data-v-4ebb4b7b]:nth-last-child(1) {
  padding-bottom: 0;
}
.contentsExpert .apply .applyCon[data-v-4ebb4b7b]::before {
  content: "";
  width: 0.01rem;
  height: -webkit-fill-available;
  background: #ababab;
  position: absolute;
  top: 0;
  left: -0.29rem;
}
.contentsExpert .apply .applyCon[data-v-4ebb4b7b]::after {
  content: "";
  width: 0.06rem;
  height: 0.06rem;
  background: #7db0ea;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
  top: 0;
  left: -0.315rem;
  z-index: 2;
}
.contentsExpert .apply h2[data-v-4ebb4b7b] {
  color: #333333;
  font-size: 0.14rem;
  line-height: 0.2rem;
  margin-top: 0;
}
.contentsExpert .apply .applyTime[data-v-4ebb4b7b] {
  color: #666666;
  font-size: 0.08rem;
  line-height: 0.12rem;
  margin-bottom: 0.1rem;
}
.contentsExpert .apply .applyDesc[data-v-4ebb4b7b] {
  padding: 0.15rem 0.22rem;
  background: #f6faff;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  font-size: 0.14rem;
  line-height: 0.22rem;
}
.contentsExpert .applyNull[data-v-4ebb4b7b] {
  text-align: center;
  color: #666666;
  font-size: 0.18rem;
  font-weight: bold;
  margin: 2.24rem 0;
}
.contents[data-v-4ebb4b7b] {
  background: #ffffff;
  -webkit-box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.1);
  margin-bottom: 0.17rem;
}
.contents .theme[data-v-4ebb4b7b] {
  height: 0.52rem;
  line-height: 0.52rem;
  padding: 0 0.2rem;
  color: #333333;
  font-size: 0.2rem;
  font-weight: bold;
  background: #f6fbff;
  -webkit-border-radius: 0.2rem 0.2rem 0 0;
          border-radius: 0.2rem 0.2rem 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contents .theme-desc[data-v-4ebb4b7b] {
  padding: 0.24rem 0.7rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.contents .theme-desc .statusName[data-v-4ebb4b7b] {
  position: absolute;
  top: 0.27rem;
  left: 0.7rem;
  background: #7db0ea;
  -webkit-border-radius: 0.06rem 0.06rem 0.06rem 0;
          border-radius: 0.06rem 0.06rem 0.06rem 0;
  padding: 0 0.14rem;
  height: 0.18rem;
  line-height: 0.18rem;
  color: #ffffff;
  font-size: 0.08rem;
}
.contents .theme-desc .theme-img[data-v-4ebb4b7b] {
  width: 1.5rem;
  height: 1rem;
  margin-right: 0.32rem;
  -webkit-box-shadow: 0 0 0.07rem rgba(0, 0, 0, 0.21);
          box-shadow: 0 0 0.07rem rgba(0, 0, 0, 0.21);
  -webkit-border-radius: 0.06rem;
          border-radius: 0.06rem;
}
.contents .theme-desc .theme-content[data-v-4ebb4b7b] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contents .theme-desc .theme-content h2[data-v-4ebb4b7b] {
  color: #666666;
  font-size: 0.16rem;
  margin-bottom: 0.12rem;
}
.contents .theme-desc .theme-content span[data-v-4ebb4b7b] {
  color: #999999;
  font-size: 0.12rem;
  margin-bottom: 0.06rem;
}
.contents .summary[data-v-4ebb4b7b] {
  height: 0.28rem;
  line-height: 0.56rem;
  height: 0.52rem;
  background: #F6FBFF;
  -webkit-border-radius: 0.2rem 0.2rem 0 0;
          border-radius: 0.2rem 0.2rem 0 0;
  font-weight: bold;
  font-size: 0.2rem;
  color: #333333;
}
.contents .title[data-v-4ebb4b7b] {
  width: 8.36rem;
  height: 0.28rem;
  margin-bottom: 0.15rem;
  position: relative;
  padding-left: 0.6rem;
  margin-top: 0.25rem;
}
.contents .title .title-text[data-v-4ebb4b7b] {
  font-size: 0.18rem;
  font-weight: bold;
  color: #333333;
  position: absolute;
  top: 0;
  z-index: 2;
}
.contents .title .title-line[data-v-4ebb4b7b] {
  width: 1.8rem;
  height: 0.07rem;
  background: -webkit-linear-gradient(359.99deg, rgba(125, 176, 234, 0.8) 39.59%, rgba(125, 176, 234, 0) 80.84%);
  background: linear-gradient(90.01deg, rgba(125, 176, 234, 0.8) 39.59%, rgba(125, 176, 234, 0) 80.84%);
  position: absolute;
  bottom: 0.02rem;
}
.contents .line[data-v-4ebb4b7b] {
  width: 8.36rem;
  margin-left: 0.41rem;
  border-bottom: 0.01rem solid #D8D8D8;
  margin-bottom: 0.27rem;
}
.contents .dot-content[data-v-4ebb4b7b] {
  padding-left: 0.48rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.contents .dot-content .left .dot[data-v-4ebb4b7b] {
  width: 0.06rem;
  height: 0.06rem;
  background: #7DB0EA;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.contents .dot-content .left .dot-line[data-v-4ebb4b7b] {
  height: 100%;
  border-left: 0.01rem solid #D8D8D8;
  margin-left: 0.02rem;
}
.contents .dot-content .right[data-v-4ebb4b7b] {
  margin-left: 0.29rem;
  margin-bottom: 0.25rem;
}
.contents .dot-content .right .name[data-v-4ebb4b7b] {
  font-weight: bold;
  font-size: 0.14rem;
  color: #333333;
  line-height: 0.16rem;
  margin-top: -0.17rem;
}
.contents .dot-content .right .right-content[data-v-4ebb4b7b] {
  background: #F6FAFF;
  -webkit-border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
          border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  font-weight: 400;
  font-size: 0.14rem;
  color: #333333;
  padding: 0.15rem 0.22rem;
}
.contents .title2[data-v-4ebb4b7b] {
  margin-top: 0;
}
.contents .part-content[data-v-4ebb4b7b] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #333333;
  font-size: 0.16rem;
  line-height: 0.26rem;
  padding-left: 0.61rem;
}
.contents .proDetails[data-v-4ebb4b7b] {
  margin-bottom: 0.2rem;
}
.contents .proDetails .projectProgress[data-v-4ebb4b7b] {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.contents .proDetails .projectProgress .progressText[data-v-4ebb4b7b] {
  width: 47%;
  margin-right: 0.72rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.contents .proDetails .projectProgress .progressView[data-v-4ebb4b7b] {
  cursor: default;
  width: 0.52rem;
  height: 0.19rem;
  border: 0.01rem solid #7db0ea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 0.13rem;
          border-radius: 0.13rem;
  text-align: center;
  line-height: 0.19rem;
  color: #7db0ea;
  font-size: 0.1rem;
}
.contents .con-title[data-v-4ebb4b7b] {
  line-height: 0.4rem;
  color: #333333;
  font-size: 0.16rem;
  font-weight: 600;
  padding-left: 0.61rem;
}
.contents .con-title1[data-v-4ebb4b7b] {
  margin-bottom: 0.12rem;
  padding-left: 0.61rem;
}
.contents .con-desc[data-v-4ebb4b7b] {
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.28rem;
  padding-left: 0.61rem;
  margin-bottom: 0.2rem;
  padding-right: 0.61rem;
}
.contents .con-desc2[data-v-4ebb4b7b] {
  font-size: 0.16rem;
  color: #333333;
  padding-left: 0.61rem;
  margin-bottom: 0.1rem;
  padding-right: 0.61rem;
}
.contents .attachmentLists[data-v-4ebb4b7b] {
  margin-bottom: 0.2rem;
  padding-left: 0.23rem;
}
.contents .attachmentLists .list[data-v-4ebb4b7b] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.14rem;
  color: #333333;
  margin: 0.14rem 0;
}
.contents .attachmentLists .list img[data-v-4ebb4b7b] {
  width: 0.16rem;
  height: 0.16rem;
  margin-right: 0.15rem;
}
.contents .attachmentLists .list .attachmentName[data-v-4ebb4b7b] {
  width: 45%;
  margin-right: 0.72rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.contents .attachmentLists .list .attachmentUser[data-v-4ebb4b7b] {
  width: 4%;
  margin-right: 0.72rem;
}
.contents .attachmentLists .list .attachmentTime[data-v-4ebb4b7b] {
  width: 5%;
  margin-right: 0.85rem;
}
.contents .attachmentLists .list .attachmentView[data-v-4ebb4b7b] {
  cursor: default;
  width: 0.52rem;
  height: 0.19rem;
  border: 0.01rem solid #7db0ea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 0.13rem;
          border-radius: 0.13rem;
  text-align: center;
  line-height: 0.19rem;
  color: #7db0ea;
  font-size: 0.1rem;
}
.contents .proFlag[data-v-4ebb4b7b] {
  color: #333333;
  font-size: 0.14rem;
  margin-bottom: 0.24rem;
  padding-left: 0.23rem;
}
.contents .proFlag div[data-v-4ebb4b7b]:nth-child(1) {
  font-weight: 600;
}
.contents .proFlag div[data-v-4ebb4b7b] {
  line-height: 0.3rem;
}
.contents .apply[data-v-4ebb4b7b] {
  width: 98%;
  float: right;
  margin-top: 0.2rem;
}
.contents .apply .applyCon[data-v-4ebb4b7b] {
  padding-bottom: 0.44rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.contents .apply .applyCon[data-v-4ebb4b7b]:nth-last-child(1) {
  padding-bottom: 0;
}
.contents .apply .applyCon[data-v-4ebb4b7b]::before {
  content: "";
  width: 0.01rem;
  height: -webkit-fill-available;
  background: #ababab;
  position: absolute;
  top: 0;
  left: -0.29rem;
}
.contents .apply .applyCon[data-v-4ebb4b7b]::after {
  content: "";
  width: 0.06rem;
  height: 0.06rem;
  background: #7db0ea;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
  top: 0;
  left: -0.315rem;
  z-index: 2;
}
.contents .apply h2[data-v-4ebb4b7b] {
  color: #333333;
  font-size: 0.14rem;
  line-height: 0.2rem;
  margin-top: 0;
}
.contents .apply .applyTime[data-v-4ebb4b7b] {
  color: #666666;
  font-size: 0.08rem;
  line-height: 0.12rem;
  margin-bottom: 0.1rem;
}
.contents .apply .applyDesc[data-v-4ebb4b7b] {
  padding: 0.15rem 0.22rem;
  background: #f6faff;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  font-size: 0.14rem;
  line-height: 0.22rem;
}
.contents .applyNull[data-v-4ebb4b7b] {
  text-align: center;
  color: #666666;
  font-size: 0.18rem;
  font-weight: bold;
  margin: 2.24rem 0;
}
.content1[data-v-4ebb4b7b] {
  overflow: hidden;
}
.content2[data-v-4ebb4b7b] {
  overflow: hidden;
}
.content2 .summary .title[data-v-4ebb4b7b] {
  padding: 0;
}
.content2 .summary .title .title-line[data-v-4ebb4b7b] {
  bottom: -0.1rem;
}
[data-v-4ebb4b7b] .dialog-footer {
  margin-top: 0.65rem;
}
[data-v-4ebb4b7b] .dialog-footer .btnLeft {
  width: 2rem;
  height: 0.4rem;
  background: #D3E8FE;
  -webkit-border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
          border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
  border: 0.01rem solid #7DB0EA;
  font-weight: 800;
  font-size: 0.18rem;
  color: #7DB0EA;
  line-height: 0.1rem;
}
[data-v-4ebb4b7b] .dialog-footer .btnRight {
  width: 2rem;
  height: 0.4rem;
  background: #7DB0EA;
  -webkit-border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
          border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
  border: 0.01rem solid #7DB0EA;
  font-weight: 800;
  font-size: 0.18rem;
  color: #FFFFFF;
  line-height: 0.1rem;
}
.content .header[data-v-23fe9457] {
  width: 9.09rem;
  height: 0.68rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0.02rem 0.1rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.02rem 0.1rem 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 0 0;
          border-radius: 0 0 0 0;
}
.content .header .el-form-item__label[data-v-23fe9457] {
  margin-left: 0.26rem;
}
.content .header .btn[data-v-23fe9457] {
  width: 0.48rem;
  height: 0.32rem;
  background: #7db0ea;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
  text-align: center;
  line-height: 0.08rem;
  margin-left: 0.26rem;
}
.content .header .btn[data-v-23fe9457]  span {
  margin-left: -0.1rem;
}
.content .header .btns[data-v-23fe9457] {
  width: 0.48rem;
  height: 0.32rem;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
  line-height: 0.08rem;
  color: #7db0ea;
  margin-left: 0;
}
.content .header .btns[data-v-23fe9457]  span {
  margin-left: -0.1rem;
}
.content .header .btn2[data-v-23fe9457] {
  width: 0.88rem;
  height: 0.4rem;
  background: #7DB0EA;
  -webkit-border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
          border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  margin-top: -0.22rem;
  margin-left: 0.34rem;
}
.content .MyProject[data-v-23fe9457] {
  height: 100%;
  width: 100%;
  padding: 0.16rem 0.25rem 0 0.26rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-top: 0.16rem;
}
.content .MyProject .project[data-v-23fe9457] {
  padding: 0.22rem 0.12rem 0.25rem 0.28rem;
  border-bottom: 0.01rem solid #dedcdc !important;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content .MyProject .project .info[data-v-23fe9457] {
  width: 5rem;
}
.content .MyProject .project .info .title[data-v-23fe9457] {
  margin: 0 0 0.09rem 0;
  font-weight: bold;
  font-size: 0.2rem;
  line-height: 160%;
  color: #333333;
}
.content .MyProject .project .info .title .el-tag[data-v-23fe9457] {
  height: 0.19rem;
  /* auto; */
  border: none;
  font-size: 0.11rem;
  line-height: 0.19rem;
  /* 160%; */
  color: #ffffff;
  background: #feb104;
}
.content .MyProject .project .info .title .el-tag.a[data-v-23fe9457] {
  background: #d8d8d8;
}
.content .MyProject .project .info .title .el-tag.b[data-v-23fe9457] {
  margin-left: 0.15rem;
  background-color: #7db0ea;
  margin-right: 0.08rem;
}
.content .MyProject .project .info .member[data-v-23fe9457] {
  margin-bottom: 0.02rem;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 160%;
  color: #666666;
  margin-left: 0.02rem;
}
.content .MyProject .project .info .member div[data-v-23fe9457] {
  margin-bottom: 0.06rem;
}
.content .MyProject .project .info .ops[data-v-23fe9457] {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.12rem;
  line-height: 160%;
  color: #999999;
}
.content .MyProject .project .info .ops li[data-v-23fe9457] {
  white-space: nowrap;
}
.content .MyProject .project .info .ops li i[data-v-23fe9457] {
  margin-right: 0.04rem;
  font-size: 0.15rem;
}
.content .MyProject .project .info .ops li + li[data-v-23fe9457] {
  margin-top: 0.07rem;
}
.content .MyProject .project .tableBtn[data-v-23fe9457]  .el-button {
  width: 0.81rem;
  height: 0.29rem;
  line-height: 0.29rem;
  padding: 0;
  font-size: 0.11rem;
  color: #ffffff;
  -webkit-border-radius: 0.07rem;
          border-radius: 0.07rem;
  border: none;
  background: #7db0ea;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(125, 176, 234, 0.5);
          box-shadow: 0 0.02rem 0.1rem rgba(125, 176, 234, 0.5);
  margin-right: 0.3rem;
}
.content .MyProject .el-empty[data-v-23fe9457]  .el-empty__image {
  width: 3rem;
  height: auto;
}
.content .qsy[data-v-23fe9457] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.09rem 3.2rem 3.16rem 3.2rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background: #ffffff;
}
.content .qsy img[data-v-23fe9457] {
  width: 2.64rem;
  height: 2.64rem;
}
.content .qsy .tip[data-v-23fe9457] {
  text-align: center;
  font-weight: 400;
  font-size: 0.26rem;
  color: #999999;
  margin-top: 0.4rem;
}
#daiso-project[data-v-23fe9457]  .el-input__inner {
  width: 1.4rem;
  height: 0.32rem;
  background: none;
  -webkit-border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
          border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  border: 0.01rem solid #cacaca;
}
.content[data-v-9edea6b0] {
  width: 9.09rem;
}
.content .qsy[data-v-9edea6b0] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1.09rem 3.2rem 3.16rem 3.2rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.content .qsy img[data-v-9edea6b0] {
  width: 2.64rem;
  height: 2.64rem;
}
.content .qsy .tip[data-v-9edea6b0] {
  text-align: center;
  font-weight: 400;
  font-size: 0.26rem;
  color: #999999;
  margin-top: 0.4rem;
}
.content .header[data-v-9edea6b0] {
  width: 9.09rem;
  height: 0.68rem;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
          box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}
.content .header .el-form-item__label[data-v-9edea6b0] {
  margin-left: 0.26rem;
}
.content .header .btn[data-v-9edea6b0] {
  width: 0.48rem;
  height: 0.32rem;
  background: #7db0ea;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
  text-align: center;
  line-height: 0.08rem;
  margin-left: 1.56rem;
}
.content .header .btn[data-v-9edea6b0]  span {
  margin-left: -0.1rem;
}
.content .header .btns[data-v-9edea6b0] {
  width: 0.48rem;
  height: 0.32rem;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
  line-height: 0.08rem;
  color: #7db0ea;
  margin-left: 0;
}
.content .header .btns[data-v-9edea6b0]  span {
  margin-left: -0.1rem;
}
.content .header .btn2[data-v-9edea6b0] {
  width: 0.88rem;
  height: 0.4rem;
  background: #7db0ea;
  -webkit-border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
          border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  margin-top: -0.22rem;
  margin-left: 0.34rem;
}
.content .MyProject[data-v-9edea6b0] {
  width: 8.63rem;
  margin: 0 0.23rem;
  margin-bottom: 0.35rem;
  margin-top: 0.16rem;
  background: none !important;
}
.content .MyProject .project[data-v-9edea6b0] {
  background: #fff;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
          border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  padding: 0.22rem 0.12rem 0.25rem 0.28rem;
  margin-bottom: 0.16rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content .MyProject .project .info[data-v-9edea6b0] {
  width: 5rem;
}
.content .MyProject .project .info .title[data-v-9edea6b0] {
  margin: 0 0 0.09rem 0;
  font-weight: bold;
  font-size: 0.2rem;
  line-height: 160%;
  color: #333333;
}
.content .MyProject .project .info .title .el-tag[data-v-9edea6b0] {
  height: 0.19rem;
  /* auto; */
  border: none;
  font-size: 0.11rem;
  line-height: 0.19rem;
  /* 160%; */
  color: #ffffff;
  background: #feb104;
}
.content .MyProject .project .info .title .el-tag.a[data-v-9edea6b0] {
  background: #d8d8d8;
}
.content .MyProject .project .info .title .el-tag.b[data-v-9edea6b0] {
  margin-left: 0.15rem;
  background-color: #7db0ea;
  margin-right: 0.08rem;
}
.content .MyProject .project .info .member[data-v-9edea6b0] {
  margin-bottom: 0.02rem;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 160%;
  color: #666666;
  margin-left: 0.02rem;
}
.content .MyProject .project .info .member div[data-v-9edea6b0] {
  margin-bottom: 0.06rem;
}
.content .MyProject .project .info .ops[data-v-9edea6b0] {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.12rem;
  line-height: 160%;
  color: #999999;
}
.content .MyProject .project .info .ops li[data-v-9edea6b0] {
  white-space: nowrap;
}
.content .MyProject .project .info .ops li i[data-v-9edea6b0] {
  margin-right: 0.04rem;
  font-size: 0.15rem;
}
.content .MyProject .project .info .ops li + li[data-v-9edea6b0] {
  margin-top: 0.07rem;
}
.content .MyProject .project .el-empty[data-v-9edea6b0]  .el-empty__image {
  width: 3rem;
  height: auto;
}
.content .MyProject .project .el-button[data-v-9edea6b0] {
  width: 0.81rem;
  height: 0.29rem;
  line-height: 0.29rem;
  padding: 0;
  font-size: 0.11rem;
  color: #ffffff;
  -webkit-border-radius: 0.07rem;
          border-radius: 0.07rem;
  border: none;
  background: #7db0ea;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(125, 176, 234, 0.5);
          box-shadow: 0 0.02rem 0.1rem rgba(125, 176, 234, 0.5);
}
.OnlineReview .el-pagination[data-v-9edea6b0] {
  margin-top: 0.52rem;
  text-align: center;
}
.OnlineReview .el-tooltip__popper.is-light[x-placement^=left][data-v-9edea6b0]  .popper__arrow::after {
  border-left-color: #7db0ea;
}
.OnlineReview .el-tooltip__popper.is-light[x-placement^=left][data-v-9edea6b0]  .popper__arrow {
  border-left-color: #7db0ea;
}
.OnlineReview .el-tabs[data-v-9edea6b0] {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  margin-top: 0.2rem;
}
.OnlineReview .el-tabs[data-v-9edea6b0]  .el-tabs__header {
  margin: 0;
  padding: 0 0.2rem;
}
.OnlineReview .el-tabs[data-v-9edea6b0]  .el-tabs__header .el-tabs__nav-scroll {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.OnlineReview .el-tabs[data-v-9edea6b0]  .el-tabs__header .el-tabs__nav-scroll .el-tabs__item {
  height: 0.85rem;
  line-height: 0.85rem;
  font-size: 0.2rem;
  color: #666666;
}
.OnlineReview .el-tabs[data-v-9edea6b0]  .el-tabs__content {
  min-height: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
.OnlineReview .el-tabs[data-v-9edea6b0]  .el-tabs__content .el-tab-pane {
  height: 100%;
}
.OnlineReview .lists.matchList[data-v-9edea6b0] {
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
}
.OnlineReview .lists.matchList img[data-v-9edea6b0] {
  width: 1.85rem;
  height: 1.19rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  margin-right: 0.2rem;
}
.OnlineReview .lists.matchList .listContent .conText[data-v-9edea6b0] {
  color: #666666;
  font-size: 0.12rem;
  font-weight: normal;
  background: #fff;
  margin-right: 0;
}
.OnlineReview .lists.matchList .listContent .userInfo[data-v-9edea6b0] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.OnlineReview .lists.matchList .listContent .userInfo .liststatu[data-v-9edea6b0] {
  height: 0.26rem;
  line-height: 0.26rem;
  background: #06deb7;
  -webkit-border-radius: 0.07rem;
          border-radius: 0.07rem;
  padding: 0 0.1rem;
  color: #fff;
  font-size: 0.14rem;
}
.OnlineReview .lists.matchList .listContent .userInfo .line[data-v-9edea6b0] {
  width: 0.19rem;
  height: 0.02rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(2.37%, rgba(125, 176, 234, 0)), color-stop(52.7%, #7db0ea), color-stop(100.68%, rgba(125, 176, 234, 0)));
  background: -webkit-linear-gradient(left, rgba(125, 176, 234, 0) 2.37%, #7db0ea 52.7%, rgba(125, 176, 234, 0) 100.68%);
  background: linear-gradient(90deg, rgba(125, 176, 234, 0) 2.37%, #7db0ea 52.7%, rgba(125, 176, 234, 0) 100.68%);
  -webkit-border-radius: 0.01rem;
          border-radius: 0.01rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.OnlineReview .filter[data-v-9edea6b0] {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.OnlineReview .lists[data-v-9edea6b0] {
  width: 100%;
  -webkit-box-shadow: 0 0.01rem 0.02rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.01rem 0.02rem rgba(0, 0, 0, 0.1);
  padding: 0.14rem 0.5rem 0.14rem 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background: #fff;
}
.OnlineReview .lists.selectlists[data-v-9edea6b0] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAyCAYAAADx/eOPAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAJ4SURBVHgB3ddNbtNAGMbxZ5I6NIRGLQVEJRap1AVLjsQRuAHcgCNwDJYcoRIfGxZUSEDSqkBJYygJ8YsfuwE39bdnHE/+m1r1WPUvM2M3wJr07lieYh0i5M3IEwXLI8QTecZjqzFRCLMWswxhVmLiIMw6TBKEWYVJgzBrMFkQZgUmD4Q1HpMXwhqNKQJhjcW8HslzBXlS5JpGYt6O5IVAHqNgjcOUhbBGYapAWGMwVSGsERgdELZyjC4IWylGJ4StDKMbwlaCMQFhtWNMQVitGJMQVhvGNIQZxxweybbTlVcCPILhjGLqhDBjGBOQVgs4uB3e8vtTuX4eBjI1Iw/6Cp128nntGFOQez2F/g1gOgeOvkvsGK0YU5DtTR9zKzz+PBbM5vHjtGFMQRx/We31w31y4grcafJYLRiTkP0dhbZv+fpTcDJJH18ZY/Lxu9jw3CfD8+zxlTAmIdzwvU76hl+ujZJlQbhpD3a51hXcGQq1e1Ph/lZ4TMh0nu+6UjOTa0YuX8d8CnHdOzk/ts0Nf8NfQobngos/yF3hmTkcysBx5GXW0uJNcEZ6HYWuA/8doYLfzVI+ZYIH3PCt8Ml16qJQhTABRAUz8jDPeN74+DfQ3QhBO930Zbfv/6vCmfnloz/9QOFyYyKQAQrk+RecXSBYdpwlbmr+JMiL7Ou9rf9v+I9ncuVc3nJhykKi8WWXtOz45LrbA+b+H/jwTVKXYlqZGB2QRXHLzvHfiHd64fnjiWAyRelSMTohi5aXHVGszIZfLhFjAhItuuzcmeDLGJWL/XJmGhKNj2PuFc9D5a5h6oTo7grGZgj7h7EdwgLMOkCYWhcI+wsPNKaatuMGmAAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-position: right bottom;
}
.OnlineReview .lists.active[data-v-9edea6b0] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAyCAYAAADx/eOPAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAKRSURBVHgB3dc9aBRBGMbx5yIoSALBSxNBuSqxUNAIYmwUtAloCi1iGdHCzhQKNn6UFoJYCbG4xiI2FhGJjQZBtBBFIY3XiWIsPBASoibFOo/DJZvLfszszru3c38IWbJzsL/MzE4CdEmXHga3KuiCCEGA295jWhBee40JQ5i3mHYI8xITBWHeYeIgzCtMEoR5g0mDMC8wJhBWeowphJUaYwNhpcUoyD0FmbL5TCkxF6eDunqwSVhWOkxWCCsVJg+ElQaTF8JKgXEBYR3HuIKwjmJcQljHMK4hrCMYCQgrHCMFYYViJCGsMIw0hIljpupB//Ia5tXlQQgniikSwsQwEpCd24EbZ/VDX5/Zer8HAknNyORxYKAv/r5zjBTkzAhwqAY0l4C7z6LHOMVIQY4NAeOH9XX9FfBzKXqcM4wUpNoLTBzV108/AJ8X48c6wUhCrp5WG38H8GIBmH2fPD43RvL1e+GE3vDcJzNv08fnwkhCuOGHB5M3fHvbkLE0CDftTXUm8FBoLMKqk/uBc0f0NSE/fpl9LtPM2MzI+Ihe9wO9MGrPLuD8qL5+rJbW1yaMs56Zyw+C2p8Ac0iB8CE4I0Nqqeyt6jOCP2sux3+GG/7KmN7wfHPNfYJVVhhC1nowX6lgn8l4PvjHL+q3XdVfXHpJy+6amsHBfo2efgnrjDEhSA0W/V4F3jT031PDu/Wm5vfGd2BldWPcxOjGCX//+eZ7phlhskLC8bCLW3Z8c42pRbvyF7gzG3/Cp5WKcQFpFbXseI6cOqDvP3kHLHxD5hIxLiGt2pcdUSzLhm8vFiMBCRdedrx+9Bq5i/znTBoSrtqnZ4v7JW9bMEVCXLcJ4zOErWN8h7D/mG6AsEq3QNg/hyY6Qv7XuEIAAAAASUVORK5CYII=);
  -webkit-box-shadow: 0 0.06rem 0.1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.06rem 0.1rem rgba(0, 0, 0, 0.1);
  border: 0.02rem solid #7db0ea;
}
.OnlineReview .lists img[data-v-9edea6b0] {
  width: 1.69rem;
  height: 1.12rem;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  margin-right: 0.3rem;
}
.OnlineReview .lists .listContent[data-v-9edea6b0] {
  width: 100%;
  margin-left: 0.24rem;
}
.OnlineReview .lists .listContent .title[data-v-9edea6b0] {
  font-weight: bold;
  font-size: 0.2rem;
  line-height: 160%;
  color: #333333;
}
.OnlineReview .lists .listContent .title .el-tag[data-v-9edea6b0] {
  height: 0.19rem;
  /* auto; */
  border: none;
  font-size: 0.11rem;
  line-height: 0.19rem;
  /* 160%; */
  color: #ffffff;
  background: #feb104;
}
.OnlineReview .lists .listContent .title .el-tag.a[data-v-9edea6b0] {
  background: #d8d8d8;
}
.OnlineReview .lists .listContent .title .el-tag.b[data-v-9edea6b0] {
  margin-left: 0.15rem;
  background-color: #7db0ea;
  margin-right: 0.08rem;
}
.OnlineReview .lists .listContent h2[data-v-9edea6b0] {
  font-size: 0.2rem;
}
.OnlineReview .lists .listContent .member[data-v-9edea6b0] {
  margin-bottom: 0.02rem;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 160%;
  color: #666666;
  margin-left: 0.02rem;
}
.OnlineReview .lists .listContent .member div[data-v-9edea6b0] {
  margin-bottom: 0.06rem;
}
.OnlineReview .lists .listContent .conText[data-v-9edea6b0] {
  background: #d3e8fe;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
  display: inline-block;
  height: 0.26rem;
  padding: 0 0.06rem;
  color: #649aff;
  font-size: 0.12rem;
  line-height: 0.26rem;
  margin-right: 0.08rem;
}
.OnlineReview .lists .listContent .conTexts[data-v-9edea6b0] {
  display: block;
}
.OnlineReview .lists .listContent span[data-v-9edea6b0] {
  font-size: 0.14rem;
  color: #999999;
  line-height: 0.34rem;
}
.OnlineReview .lists .listContent span[data-v-9edea6b0]:nth-child(2) {
  color: #333;
}
.OnlineReview .lists .clickView[data-v-9edea6b0] {
  width: 0.89rem;
  height: 0.35rem;
  padding: 0;
  line-height: 0.35rem;
  text-align: center;
  background: #7db0ea;
  font-size: 0.16rem;
  color: #ffffff;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(125, 176, 234, 0.5);
          box-shadow: 0 0.02rem 0.1rem rgba(125, 176, 234, 0.5);
  -webkit-border-radius: 0.07rem;
          border-radius: 0.07rem;
}
.OnlineReview .BatchSubmission[data-v-9edea6b0] {
  width: 1.2rem;
  height: 0.4rem;
  display: inline-block;
  background: #06deb7;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  line-height: 0.4rem;
  text-align: center;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  color: #ffffff;
  font-size: 0.16rem;
  font-weight: 600;
  margin-left: 0.22rem;
}
.OnlineReview .BatchRefer[data-v-9edea6b0] {
  display: block;
  background: #ff8684;
  margin: 0 0 0.08rem;
}
.OnlineReview .BatchSubmissionBtn[data-v-9edea6b0] {
  line-height: 0;
  margin: 0;
  border: none;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(6, 222, 183, 0.5);
          box-shadow: 0 0.02rem 0.1rem rgba(6, 222, 183, 0.5);
}
.OnlineReview .BatchMode[data-v-9edea6b0] {
  margin-top: 0;
}
.OnlineReview .letterConfirm[data-v-9edea6b0] {
  margin-bottom: 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.OnlineReview .letterConfirm .order[data-v-9edea6b0] {
  width: 0.2rem;
  height: 0.2rem;
  line-height: 0.2rem;
  text-align: center;
  border: 0.015rem solid #7db0ea;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin-right: 0.1rem;
  color: #7db0ea;
}
.OnlineReview .letterConfirm .text[data-v-9edea6b0] {
  font-size: 0.2rem;
  font-weight: 600;
}
.OnlineReview .letterConfirm .downLetter[data-v-9edea6b0] {
  color: #7db0ea;
}
.OnlineReview .letterConfirm .uploadLetter[data-v-9edea6b0] {
  color: #333333;
}
.OnlineReview .tipLetter[data-v-9edea6b0] {
  height: 0.5rem;
  line-height: 0.5rem;
  background: #f6faff;
  padding-left: 0.2rem;
  color: #feb104;
  font-weight: 600;
  font-size: 0.16rem;
  margin: 0 0.36rem 0.28rem;
}
.OnlineReview .upload-myfile[data-v-9edea6b0] {
  margin-bottom: 0.28rem;
}
.OnlineReview .upload-myfile[data-v-9edea6b0]  .el-upload {
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.OnlineReview .upload-myfile[data-v-9edea6b0]  .el-upload .el-button {
  width: 2rem;
  height: 0.4rem;
  background: #d3e8fe;
  border: 0.01rem solid #7db0ea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
  margin-left: 0.36rem;
}
.OnlineReview .upload-myfile[data-v-9edea6b0]  .el-upload .el-button div {
  font-size: 0.18rem;
  color: #666666;
  font-weight: 600;
}
.OnlineReview .upload-myfile[data-v-9edea6b0]  .el-upload .el-button .upTip {
  font-size: 0.1rem;
  color: #999;
}
.OnlineReview .fileLists[data-v-9edea6b0] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.14rem;
}
.OnlineReview .fileLists .image[data-v-9edea6b0] {
  width: 0.16rem;
  height: 0.14rem;
  margin-right: 0.15rem;
  margin-left: 0.34rem;
}
.OnlineReview .fileLists .fileContent[data-v-9edea6b0] {
  width: 69%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-right: 0.13rem;
}
.OnlineReview .fileLists .fileContent .fileTitle[data-v-9edea6b0] {
  color: #333333;
  font-size: 0.16rem;
  line-height: 0.22rem;
  margin-bottom: 0.05rem;
}
.OnlineReview .fileLists .fileHandle[data-v-9edea6b0] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.OnlineReview .fileLists .fileHandle div[data-v-9edea6b0] {
  color: #7db0ea;
  font-size: 0.14rem;
}
.OnlineReview .fileLists .fileHandle div[data-v-9edea6b0]:nth-child(1) {
  margin-right: 0.17rem;
}
.OnlineReview .dialogMyVisible[data-v-9edea6b0] {
  text-align: center;
}
.OnlineReview .dialogMyVisible i[data-v-9edea6b0] {
  margin-bottom: 0.36rem;
}
.OnlineReview .dialogMyVisible div[data-v-9edea6b0] {
  font-size: 0.2rem;
  line-height: 0.23rem;
  text-align: center;
  color: #333333;
  margin-bottom: 0.46rem;
}
.OnlineReview .nullPage[data-v-9edea6b0] {
  width: 100%;
  background: #fff;
  margin-top: 0.4rem;
}
.OnlineReview .nullPage img[data-v-9edea6b0] {
  width: 3rem;
  margin: auto;
}
.OnlineReview .nullPage .toReviewNull[data-v-9edea6b0] {
  margin: 1rem auto 0.6rem;
}
.OnlineReview .nullPage .tip[data-v-9edea6b0] {
  color: #666666;
  font-weight: 600;
  font-size: 0.21rem;
  line-height: 160%;
  text-align: center;
}
.OnlineReview .btnff8[data-v-9edea6b0] {
  width: 1rem;
  height: 0.35rem;
  padding: 0;
  line-height: 0.35rem;
  text-align: center;
  font-size: 0.16rem;
  color: #ffffff;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(255, 134, 132, 0.5);
          box-shadow: 0 0.02rem 0.1rem rgba(255, 134, 132, 0.5);
  -webkit-border-radius: 0.07rem;
          border-radius: 0.07rem;
  background: #ff8684;
  margin: 0 0.1rem;
  cursor: pointer;
}
#daiso-project[data-v-9edea6b0]  .el-input__inner {
  width: 1.4rem;
  height: 0.32rem;
  background: none;
  -webkit-border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
          border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  border: 0.01rem solid #cacaca;
}
.con-title[data-v-56bd2c9c] {
  line-height: 0.4rem;
  color: #333333;
  font-size: 0.16rem;
  font-weight: 600;
}
.con-title1[data-v-56bd2c9c] {
  margin-bottom: 0.12rem;
  padding-left: 0.23rem;
}
.viewDetail[data-v-56bd2c9c] {
  color: #7db0ea;
  font-size: 0.14rem;
  font-weight: 600;
}
[data-v-56bd2c9c] .el-table .el-table__header {
  -webkit-border-radius: 0;
          border-radius: 0;
}
[data-v-56bd2c9c] .el-table .has-gutter th {
  background: #f6fbff;
}
[data-v-56bd2c9c] .el-table td.el-table__cell {
  padding: 0.28rem 0;
}
[data-v-5ed20a70] .el-dialog__body .mySign {
  border: 0.01rem dashed #000;
}
@charset "UTF-8";
#smallPointTable[data-v-6c300f7a] {
  width: 117%;
  margin-left: -0.7rem;
}
#smallPointTable[data-v-6c300f7a] .el-table__header tr th {
  background: #7DB0EA;
  color: #ffffff;
  border-right: 0.01rem solid #969494;
  text-align: center !important;
}
#smallPointTable[data-v-6c300f7a] .el-table td.el-table__cell {
  border: 0.01rem solid #E6E6E6;
}
#smallPointTable[data-v-6c300f7a] .el-table .el-table__header {
  margin-bottom: 0 !important;
}
#smallPointTable[data-v-6c300f7a] .three-omit .cell .el-tooltip.ellipsis {
  display: -webkit-box !important;
  /* Safari */
  -webkit-line-clamp: 3 !important;
  /* Safari and Chrome */
  -webkit-box-orient: vertical !important;
  /* Safari and Chrome */
  overflow: hidden !important;
  white-space: wrap !important;
  padding-top: 0.02rem;
  padding-bottom: 0.02rem;
  line-height: 0.3rem;
}
.content3[data-v-6c300f7a] {
  padding: 0.3rem 0.7rem 0.39rem;
  overflow: hidden;
  margin-bottom: 0.57rem;
}
.btnPro[data-v-6c300f7a] {
  position: relative;
  width: 100%;
  text-align: center;
  padding-bottom: 0.8rem;
  margin-bottom: 0.8rem;
}
.btnPro div[data-v-6c300f7a] {
  display: inline-block;
  width: 2rem;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  border: 0.01rem solid #7db0ea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  /* 20px; */
  font-weight: 600;
  font-size: 0.18rem;
  cursor: pointer;
}
.btnPro div[data-v-6c300f7a]:nth-child(1) {
  background: #d3e8fe;
  color: #0a7dff;
  /* #666666; */
  margin-right: 0.3rem;
}
.btnPro div[data-v-6c300f7a]:nth-child(2) {
  background: #7db0ea;
  color: #333333;
}
[data-v-6c300f7a] .ruleList-dialog .el-dialog__body {
  height: 60vh;
  padding: 0.22rem 0.33rem 0 0.39rem;
}
[data-v-6c300f7a] .el-input-number__decrease,[data-v-6c300f7a] .el-input-number__increase {
  background-color: #7db0ed;
}
.center-dialog[data-v-6c300f7a] {
  background-color: red;
}
[data-v-6c300f7a] .el-dialog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  /* 兼容IE */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -ms-flex-direction: column;
  /* 兼容IE */
  margin: 0 !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-height: -webkit-calc(100% - 0.3rem);
  max-height: calc(100% - 0.3rem);
  max-width: -webkit-calc(100% - 0.3rem);
  max-width: calc(100% - 0.3rem);
}
[data-v-6c300f7a] .el-dialog .el-dialog__body {
  max-height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  -ms-flex: 1 1 auto;
  /* 兼容IE */
  overflow-y: auto;
  overflow-x: hidden;
}
.el-dialog__wrapper[data-v-6c300f7a] {
  overflow: hidden;
}
.smallSumScore[data-v-6c300f7a] {
  margin-top: 0.15rem;
  font-size: 0.17rem;
  margin-bottom: 0.15rem;
}
[data-v-6c300f7a] .el-icon-minus {
  color: white;
}
[data-v-6c300f7a] .el-icon-plus {
  color: white;
}
[data-v-9f951e4a] .contentBody {
  width: 9.09rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0.02659rem 0.06648rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.02659rem 0.06648rem rgba(0, 0, 0, 0.1);
}
[data-v-9f951e4a] .el-input__inner {
  background: #f6faff !important;
  border: none;
}
[data-v-9f951e4a] .el-collapse-item__wrap {
  background-color: transparent;
  border: none;
}
[data-v-9f951e4a] .el-collapse-item__content {
  padding-bottom: 0;
}
.content[data-v-9f951e4a] {
  background: #ffffff;
  -webkit-box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0.2rem 0.2rem 0 0;
          border-radius: 0.2rem 0.2rem 0 0;
  margin-bottom: 0.17rem;
}
.content .theme[data-v-9f951e4a] {
  height: 0.52rem;
  line-height: 0.52rem;
  padding: 0 0.2rem;
  color: #333333;
  font-size: 0.2rem;
  font-weight: bold;
  background: #f6fbff;
  -webkit-border-radius: 0.2rem 0.2rem 0 0;
          border-radius: 0.2rem 0.2rem 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content .theme-desc[data-v-9f951e4a] {
  padding: 0.24rem 0.7rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.content .theme-desc .statusName[data-v-9f951e4a] {
  position: absolute;
  top: 0.27rem;
  left: 0.7rem;
  background: #7db0ea;
  -webkit-border-radius: 0.06rem 0.06rem 0.06rem 0;
          border-radius: 0.06rem 0.06rem 0.06rem 0;
  padding: 0 0.14rem;
  height: 0.18rem;
  line-height: 0.18rem;
  color: #ffffff;
  font-size: 0.08rem;
}
.content .theme-desc .theme-img[data-v-9f951e4a] {
  width: 1.5rem;
  height: 1rem;
  margin-right: 0.32rem;
  -webkit-box-shadow: 0 0 0.07rem rgba(0, 0, 0, 0.21);
          box-shadow: 0 0 0.07rem rgba(0, 0, 0, 0.21);
  -webkit-border-radius: 0.06rem;
          border-radius: 0.06rem;
}
.content .theme-desc .theme-content[data-v-9f951e4a] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.content .theme-desc .theme-content h2[data-v-9f951e4a] {
  color: #666666;
  font-size: 0.16rem;
  margin-bottom: 0.12rem;
}
.content .theme-desc .theme-content span[data-v-9f951e4a] {
  color: #999999;
  font-size: 0.12rem;
  margin-bottom: 0.06rem;
}
.content .summary[data-v-9f951e4a] {
  height: 0.28rem;
  line-height: 0.56rem;
  height: 0.52rem;
  background: #f6fbff;
  -webkit-border-radius: 0.2rem 0.2rem 0 0;
          border-radius: 0.2rem 0.2rem 0 0;
  font-weight: bold;
  font-size: 0.2rem;
  color: #333333;
}
.content .title[data-v-9f951e4a] {
  height: 0.28rem;
  margin-bottom: 0.18rem;
  position: relative;
  padding-left: 0.6rem;
  margin-top: 0.28rem;
}
.content .title .title-text[data-v-9f951e4a] {
  font-size: 0.18rem;
  font-weight: bold;
  color: #333333;
  position: absolute;
  top: 0;
  z-index: 2;
}
.content .title .title-line[data-v-9f951e4a] {
  width: 1.8rem;
  height: 0.07rem;
  background: -webkit-linear-gradient(359.99deg, rgba(125, 176, 234, 0.8) 39.59%, rgba(125, 176, 234, 0) 80.84%);
  background: linear-gradient(90.01deg, rgba(125, 176, 234, 0.8) 39.59%, rgba(125, 176, 234, 0) 80.84%);
  position: absolute;
  bottom: 0.02rem;
}
.content .title2[data-v-9f951e4a] {
  margin-top: 0;
}
.content .part-content[data-v-9f951e4a] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #333333;
  font-size: 0.14rem;
  line-height: 0.26rem;
  padding-left: 0.61rem;
}
.content .proDetails[data-v-9f951e4a] {
  margin-bottom: 0.2rem;
}
.content .proDetails .projectProgress[data-v-9f951e4a] {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.content .proDetails .projectProgress .progressText[data-v-9f951e4a] {
  width: 47%;
  margin-right: 0.72rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.content .proDetails .projectProgress .progressView[data-v-9f951e4a] {
  cursor: default;
  width: 0.52rem;
  height: 0.19rem;
  border: 0.01rem solid #7db0ea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 0.13rem;
          border-radius: 0.13rem;
  text-align: center;
  line-height: 0.19rem;
  color: #7db0ea;
  font-size: 0.1rem;
}
.content .con-title[data-v-9f951e4a] {
  line-height: 0.4rem;
  color: #333333;
  font-size: 0.16rem;
  font-weight: 600;
  padding-left: 0.61rem;
}
.content .con-title1[data-v-9f951e4a] {
  margin-bottom: 0.12rem;
  padding-left: 0.61rem;
}
.content .con-desc[data-v-9f951e4a] {
  font-size: 0.14rem;
  color: #333333;
  line-height: 0.28rem;
  padding-left: 0.61rem;
  margin-bottom: 0.3rem;
}
.content .con-desc2[data-v-9f951e4a] {
  font-size: 0.14rem;
  color: #333333;
  padding-left: 0.61rem;
  margin-bottom: 0.1rem;
}
.content .attachmentLists[data-v-9f951e4a] {
  margin-bottom: 0.2rem;
  padding-left: 0.23rem;
}
.content .attachmentLists .list[data-v-9f951e4a] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.14rem;
  color: #333333;
  margin: 0.14rem 0;
}
.content .attachmentLists .list img[data-v-9f951e4a] {
  width: 0.16rem;
  height: 0.16rem;
  margin-right: 0.15rem;
}
.content .attachmentLists .list .attachmentName[data-v-9f951e4a] {
  width: 45%;
  margin-right: 0.72rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.content .attachmentLists .list .attachmentUser[data-v-9f951e4a] {
  width: 4%;
  margin-right: 0.72rem;
}
.content .attachmentLists .list .attachmentTime[data-v-9f951e4a] {
  width: 5%;
  margin-right: 0.85rem;
}
.content .attachmentLists .list .attachmentView[data-v-9f951e4a] {
  cursor: default;
  width: 0.52rem;
  height: 0.19rem;
  border: 0.01rem solid #7db0ea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 0.13rem;
          border-radius: 0.13rem;
  text-align: center;
  line-height: 0.19rem;
  color: #7db0ea;
  font-size: 0.1rem;
}
.content .proFlag[data-v-9f951e4a] {
  color: #333333;
  font-size: 0.14rem;
  margin-bottom: 0.24rem;
  padding-left: 0.23rem;
}
.content .proFlag div[data-v-9f951e4a]:nth-child(1) {
  font-weight: 600;
}
.content .proFlag div[data-v-9f951e4a] {
  line-height: 0.3rem;
}
.content .apply[data-v-9f951e4a] {
  width: 98%;
  float: right;
  margin-top: 0.2rem;
}
.content .apply .applyCon[data-v-9f951e4a] {
  padding-bottom: 0.44rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.content .apply .applyCon[data-v-9f951e4a]:nth-last-child(1) {
  padding-bottom: 0;
}
.content .apply .applyCon[data-v-9f951e4a]::before {
  content: "";
  width: 0.01rem;
  height: -webkit-fill-available;
  background: #ababab;
  position: absolute;
  top: 0;
  left: -0.29rem;
}
.content .apply .applyCon[data-v-9f951e4a]::after {
  content: "";
  width: 0.06rem;
  height: 0.06rem;
  background: #7db0ea;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
  top: 0;
  left: -0.315rem;
  z-index: 2;
}
.content .apply h2[data-v-9f951e4a] {
  color: #333333;
  font-size: 0.14rem;
  line-height: 0.2rem;
  margin-top: 0;
}
.content .apply .applyTime[data-v-9f951e4a] {
  color: #666666;
  font-size: 0.08rem;
  line-height: 0.12rem;
  margin-bottom: 0.1rem;
}
.content .apply .applyDesc[data-v-9f951e4a] {
  padding: 0.15rem 0.22rem;
  background: #f6faff;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  font-size: 0.14rem;
  line-height: 0.22rem;
}
.content .applyNull[data-v-9f951e4a] {
  text-align: center;
  color: #666666;
  font-size: 0.18rem;
  font-weight: bold;
  margin: 2.24rem 0;
}
.contentsExpert[data-v-9f951e4a] {
  background: #ffffff;
  -webkit-box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.1);
  margin-bottom: 0.17rem;
}
.contentsExpert .theme[data-v-9f951e4a] {
  height: 0.52rem;
  line-height: 0.52rem;
  padding: 0 0.2rem;
  color: #333333;
  font-size: 0.2rem;
  font-weight: bold;
  background: #f6fbff;
  -webkit-border-radius: 0.2rem 0.2rem 0 0;
          border-radius: 0.2rem 0.2rem 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contentsExpert .theme-desc[data-v-9f951e4a] {
  padding: 0.24rem 0.7rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.contentsExpert .theme-desc .statusName[data-v-9f951e4a] {
  position: absolute;
  top: 0.27rem;
  left: 0.7rem;
  background: #7db0ea;
  -webkit-border-radius: 0.06rem 0.06rem 0.06rem 0;
          border-radius: 0.06rem 0.06rem 0.06rem 0;
  padding: 0 0.14rem;
  height: 0.18rem;
  line-height: 0.18rem;
  color: #ffffff;
  font-size: 0.08rem;
}
.contentsExpert .theme-desc .theme-img[data-v-9f951e4a] {
  width: 1.5rem;
  height: 1rem;
  margin-right: 0.32rem;
  -webkit-box-shadow: 0 0 0.07rem rgba(0, 0, 0, 0.21);
          box-shadow: 0 0 0.07rem rgba(0, 0, 0, 0.21);
  -webkit-border-radius: 0.06rem;
          border-radius: 0.06rem;
}
.contentsExpert .theme-desc .theme-content[data-v-9f951e4a] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contentsExpert .theme-desc .theme-content h2[data-v-9f951e4a] {
  color: #666666;
  font-size: 0.16rem;
  margin-bottom: 0.12rem;
}
.contentsExpert .theme-desc .theme-content span[data-v-9f951e4a] {
  color: #999999;
  font-size: 0.12rem;
  margin-bottom: 0.06rem;
}
.contentsExpert .summary[data-v-9f951e4a] {
  height: 0.28rem;
  line-height: 0.56rem;
  height: 0.52rem;
  background: #f6fbff;
  -webkit-border-radius: 0.2rem 0.2rem 0 0;
          border-radius: 0.2rem 0.2rem 0 0;
  font-weight: bold;
  font-size: 0.2rem;
  color: #333333;
}
.contentsExpert .title[data-v-9f951e4a] {
  width: 8.36rem;
  height: 0.28rem;
  margin-bottom: 0.15rem;
  position: relative;
  padding-left: 0.6rem;
  margin-top: 0.25rem;
}
.contentsExpert .title .title-text[data-v-9f951e4a] {
  font-size: 0.18rem;
  font-weight: bold;
  color: #333333;
  position: absolute;
  top: 0;
  z-index: 2;
}
.contentsExpert .title .title-line[data-v-9f951e4a] {
  width: 1.8rem;
  height: 0.07rem;
  background: -webkit-linear-gradient(359.99deg, rgba(125, 176, 234, 0.8) 39.59%, rgba(125, 176, 234, 0) 80.84%);
  background: linear-gradient(90.01deg, rgba(125, 176, 234, 0.8) 39.59%, rgba(125, 176, 234, 0) 80.84%);
  position: absolute;
  bottom: 0.07rem;
}
.contentsExpert .line[data-v-9f951e4a] {
  width: 8.36rem;
  margin-left: 0.41rem;
  border-bottom: 0.01rem solid #ababab;
  margin-bottom: 0.27rem;
}
.contentsExpert .dot-content[data-v-9f951e4a] {
  padding-left: 0.48rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.contentsExpert .dot-content .left[data-v-9f951e4a] {
  height: 0.95rem;
}
.contentsExpert .dot-content .left .dot[data-v-9f951e4a] {
  width: 0.06rem;
  height: 0.06rem;
  background: #7db0ea;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.contentsExpert .dot-content .left .dot-line[data-v-9f951e4a] {
  height: 100%;
  border-left: 0.01rem solid #ababab;
  margin-left: 0.025rem;
}
.contentsExpert .dot-content .right[data-v-9f951e4a] {
  margin-left: 0.29rem;
  margin-bottom: 0.25rem;
}
.contentsExpert .dot-content .right .name[data-v-9f951e4a] {
  font-weight: bold;
  font-size: 0.14rem;
  color: #333333;
  line-height: 0.16rem;
  margin-top: -0.17rem;
}
.contentsExpert .dot-content .right .right-content[data-v-9f951e4a] {
  background: #f6faff;
  -webkit-border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
          border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  font-weight: 400;
  font-size: 0.14rem;
  color: #333333;
  padding: 0.15rem 0.22rem;
}
.contentsExpert .dot-content2[data-v-9f951e4a] {
  padding-left: 0.48rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -0.35rem;
}
.contentsExpert .dot-content2 .left[data-v-9f951e4a] {
  height: 0.65rem;
}
.contentsExpert .dot-content2 .left .dot[data-v-9f951e4a] {
  width: 0.06rem;
  height: 0.06rem;
  background: #7db0ea;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.contentsExpert .dot-content2 .left .dot-line[data-v-9f951e4a] {
  height: 100%;
  border-left: 0.01rem solid #ababab;
  margin-left: 0.025rem;
}
.contentsExpert .dot-content2 .right[data-v-9f951e4a] {
  margin-left: 0.29rem;
  margin-bottom: 0.17rem;
}
.contentsExpert .dot-content2 .right .name[data-v-9f951e4a] {
  font-weight: bold;
  font-size: 0.14rem;
  color: #333333;
  line-height: 0.16rem;
  margin-top: -0.17rem;
  margin-left: 0.01rem;
}
.contentsExpert .dot-content2 .right .right-content[data-v-9f951e4a] {
  background: #f6faff;
  -webkit-border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
          border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  font-weight: 400;
  font-size: 0.14rem;
  color: #333333;
  padding: 0.15rem 0.22rem;
}
.contentsExpert .title2[data-v-9f951e4a] {
  margin-top: 0;
}
.contentsExpert .part-content[data-v-9f951e4a] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #333333;
  font-size: 0.16rem;
  line-height: 0.26rem;
  padding-left: 0.61rem;
}
.contentsExpert .proDetails[data-v-9f951e4a] {
  margin-bottom: 0.2rem;
}
.contentsExpert .proDetails .projectProgress[data-v-9f951e4a] {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.contentsExpert .proDetails .projectProgress .progressText[data-v-9f951e4a] {
  width: 47%;
  margin-right: 0.72rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.contentsExpert .proDetails .projectProgress .progressView[data-v-9f951e4a] {
  cursor: default;
  width: 0.52rem;
  height: 0.19rem;
  border: 0.01rem solid #7db0ea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 0.13rem;
          border-radius: 0.13rem;
  text-align: center;
  line-height: 0.19rem;
  color: #7db0ea;
  font-size: 0.1rem;
}
.contentsExpert .con-title[data-v-9f951e4a] {
  line-height: 0.4rem;
  color: #333333;
  font-size: 0.16rem;
  font-weight: 600;
  padding-left: 0.61rem;
}
.contentsExpert .con-title1[data-v-9f951e4a] {
  margin-bottom: 0.12rem;
  padding-left: 0.61rem;
}
.contentsExpert .con-desc[data-v-9f951e4a] {
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.28rem;
  padding-left: 0.61rem;
  margin-bottom: 0.2rem;
  padding-right: 0.61rem;
}
.contentsExpert .con-desc2[data-v-9f951e4a] {
  font-size: 0.16rem;
  color: #333333;
  padding-left: 0.61rem;
  margin-bottom: 0.1rem;
  padding-right: 0.61rem;
}
.contentsExpert .attachmentLists[data-v-9f951e4a] {
  margin-bottom: 0.2rem;
  padding-left: 0.23rem;
}
.contentsExpert .attachmentLists .list[data-v-9f951e4a] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.14rem;
  color: #333333;
  margin: 0.14rem 0;
}
.contentsExpert .attachmentLists .list img[data-v-9f951e4a] {
  width: 0.16rem;
  height: 0.16rem;
  margin-right: 0.15rem;
}
.contentsExpert .attachmentLists .list .attachmentName[data-v-9f951e4a] {
  width: 45%;
  margin-right: 0.72rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.contentsExpert .attachmentLists .list .attachmentUser[data-v-9f951e4a] {
  width: 4%;
  margin-right: 0.72rem;
}
.contentsExpert .attachmentLists .list .attachmentTime[data-v-9f951e4a] {
  width: 5%;
  margin-right: 0.85rem;
}
.contentsExpert .attachmentLists .list .attachmentView[data-v-9f951e4a] {
  cursor: default;
  width: 0.52rem;
  height: 0.19rem;
  border: 0.01rem solid #7db0ea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 0.13rem;
          border-radius: 0.13rem;
  text-align: center;
  line-height: 0.19rem;
  color: #7db0ea;
  font-size: 0.1rem;
}
.contentsExpert .proFlag[data-v-9f951e4a] {
  color: #333333;
  font-size: 0.14rem;
  margin-bottom: 0.24rem;
  padding-left: 0.23rem;
}
.contentsExpert .proFlag div[data-v-9f951e4a]:nth-child(1) {
  font-weight: 600;
}
.contentsExpert .proFlag div[data-v-9f951e4a] {
  line-height: 0.3rem;
}
.contentsExpert .apply[data-v-9f951e4a] {
  width: 98%;
  float: right;
  margin-top: 0.2rem;
}
.contentsExpert .apply .applyCon[data-v-9f951e4a] {
  padding-bottom: 0.44rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.contentsExpert .apply .applyCon[data-v-9f951e4a]:nth-last-child(1) {
  padding-bottom: 0;
}
.contentsExpert .apply .applyCon[data-v-9f951e4a]::before {
  content: "";
  width: 0.01rem;
  height: -webkit-fill-available;
  background: #ababab;
  position: absolute;
  top: 0;
  left: -0.29rem;
}
.contentsExpert .apply .applyCon[data-v-9f951e4a]::after {
  content: "";
  width: 0.06rem;
  height: 0.06rem;
  background: #7db0ea;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
  top: 0;
  left: -0.315rem;
  z-index: 2;
}
.contentsExpert .apply h2[data-v-9f951e4a] {
  color: #333333;
  font-size: 0.14rem;
  line-height: 0.2rem;
  margin-top: 0;
}
.contentsExpert .apply .applyTime[data-v-9f951e4a] {
  color: #666666;
  font-size: 0.08rem;
  line-height: 0.12rem;
  margin-bottom: 0.1rem;
}
.contentsExpert .apply .applyDesc[data-v-9f951e4a] {
  padding: 0.15rem 0.22rem;
  background: #f6faff;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  font-size: 0.14rem;
  line-height: 0.22rem;
}
.contentsExpert .applyNull[data-v-9f951e4a] {
  text-align: center;
  color: #666666;
  font-size: 0.18rem;
  font-weight: bold;
  margin: 2.24rem 0;
}
.contents[data-v-9f951e4a] {
  background: #ffffff;
  -webkit-box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.1);
  margin-bottom: 0.17rem;
}
.contents .theme[data-v-9f951e4a] {
  height: 0.52rem;
  line-height: 0.52rem;
  padding: 0 0.2rem;
  color: #333333;
  font-size: 0.2rem;
  font-weight: bold;
  background: #f6fbff;
  -webkit-border-radius: 0.2rem 0.2rem 0 0;
          border-radius: 0.2rem 0.2rem 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contents .theme-desc[data-v-9f951e4a] {
  padding: 0.24rem 0.7rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.contents .theme-desc .statusName[data-v-9f951e4a] {
  position: absolute;
  top: 0.27rem;
  left: 0.7rem;
  background: #7db0ea;
  -webkit-border-radius: 0.06rem 0.06rem 0.06rem 0;
          border-radius: 0.06rem 0.06rem 0.06rem 0;
  padding: 0 0.14rem;
  height: 0.18rem;
  line-height: 0.18rem;
  color: #ffffff;
  font-size: 0.08rem;
}
.contents .theme-desc .theme-img[data-v-9f951e4a] {
  width: 1.5rem;
  height: 1rem;
  margin-right: 0.32rem;
  -webkit-box-shadow: 0 0 0.07rem rgba(0, 0, 0, 0.21);
          box-shadow: 0 0 0.07rem rgba(0, 0, 0, 0.21);
  -webkit-border-radius: 0.06rem;
          border-radius: 0.06rem;
}
.contents .theme-desc .theme-content[data-v-9f951e4a] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contents .theme-desc .theme-content h2[data-v-9f951e4a] {
  color: #666666;
  font-size: 0.16rem;
  margin-bottom: 0.12rem;
}
.contents .theme-desc .theme-content span[data-v-9f951e4a] {
  color: #999999;
  font-size: 0.12rem;
  margin-bottom: 0.06rem;
}
.contents .summary[data-v-9f951e4a] {
  height: 0.28rem;
  line-height: 0.56rem;
  height: 0.52rem;
  background: #f6fbff;
  -webkit-border-radius: 0.2rem 0.2rem 0 0;
          border-radius: 0.2rem 0.2rem 0 0;
  font-weight: bold;
  font-size: 0.2rem;
  color: #333333;
}
.contents .title[data-v-9f951e4a] {
  width: 8.36rem;
  height: 0.28rem;
  margin-bottom: 0.15rem;
  position: relative;
  padding-left: 0.6rem;
  margin-top: 0.25rem;
}
.contents .title .title-text[data-v-9f951e4a] {
  font-size: 0.18rem;
  font-weight: bold;
  color: #333333;
  position: absolute;
  top: 0;
  z-index: 2;
}
.contents .title .title-line[data-v-9f951e4a] {
  width: 1.8rem;
  height: 0.07rem;
  background: -webkit-linear-gradient(359.99deg, rgba(125, 176, 234, 0.8) 39.59%, rgba(125, 176, 234, 0) 80.84%);
  background: linear-gradient(90.01deg, rgba(125, 176, 234, 0.8) 39.59%, rgba(125, 176, 234, 0) 80.84%);
  position: absolute;
  bottom: 0.02rem;
}
.contents .line[data-v-9f951e4a] {
  width: 8.36rem;
  margin-left: 0.41rem;
  border-bottom: 0.01rem solid #ababab;
  margin-bottom: 0.27rem;
}
.contents .dot-content[data-v-9f951e4a] {
  padding-left: 0.48rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.contents .dot-content .left .dot[data-v-9f951e4a] {
  width: 0.06rem;
  height: 0.06rem;
  background: #7db0ea;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.contents .dot-content .left .dot-line[data-v-9f951e4a] {
  height: 100%;
  border-left: 0.01rem solid #ababab;
  margin-left: 0.02rem;
}
.contents .dot-content .right[data-v-9f951e4a] {
  margin-left: 0.29rem;
  margin-bottom: 0.25rem;
}
.contents .dot-content .right .name[data-v-9f951e4a] {
  font-weight: bold;
  font-size: 0.14rem;
  color: #333333;
  line-height: 0.16rem;
  margin-top: -0.17rem;
}
.contents .dot-content .right .right-content[data-v-9f951e4a] {
  background: #f6faff;
  -webkit-border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
          border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  font-weight: 400;
  font-size: 0.14rem;
  color: #333333;
  padding: 0.15rem 0.22rem;
}
.contents .title2[data-v-9f951e4a] {
  margin-top: 0;
}
.contents .part-content[data-v-9f951e4a] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #333333;
  font-size: 0.16rem;
  line-height: 0.26rem;
  padding-left: 0.61rem;
}
.contents .proDetails[data-v-9f951e4a] {
  margin-bottom: 0.2rem;
}
.contents .proDetails .projectProgress[data-v-9f951e4a] {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.contents .proDetails .projectProgress .progressText[data-v-9f951e4a] {
  width: 47%;
  margin-right: 0.72rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.contents .proDetails .projectProgress .progressView[data-v-9f951e4a] {
  cursor: default;
  width: 0.52rem;
  height: 0.19rem;
  border: 0.01rem solid #7db0ea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 0.13rem;
          border-radius: 0.13rem;
  text-align: center;
  line-height: 0.19rem;
  color: #7db0ea;
  font-size: 0.1rem;
}
.contents .con-title[data-v-9f951e4a] {
  line-height: 0.4rem;
  color: #333333;
  font-size: 0.16rem;
  font-weight: 600;
  padding-left: 0.61rem;
}
.contents .con-title1[data-v-9f951e4a] {
  margin-bottom: 0.12rem;
  padding-left: 0.61rem;
}
.contents .con-desc[data-v-9f951e4a] {
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.28rem;
  padding-left: 0.61rem;
  margin-bottom: 0.3rem;
  padding-right: 0.61rem;
}
.contents .con-desc2[data-v-9f951e4a] {
  font-size: 0.16rem;
  color: #333333;
  padding-left: 0.61rem;
  margin-bottom: 0.1rem;
  padding-right: 0.61rem;
}
.contents .attachmentLists[data-v-9f951e4a] {
  margin-bottom: 0.2rem;
  padding-left: 0.23rem;
}
.contents .attachmentLists .list[data-v-9f951e4a] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.14rem;
  color: #333333;
  margin: 0.14rem 0;
}
.contents .attachmentLists .list img[data-v-9f951e4a] {
  width: 0.16rem;
  height: 0.16rem;
  margin-right: 0.15rem;
}
.contents .attachmentLists .list .attachmentName[data-v-9f951e4a] {
  width: 45%;
  margin-right: 0.72rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.contents .attachmentLists .list .attachmentUser[data-v-9f951e4a] {
  width: 4%;
  margin-right: 0.72rem;
}
.contents .attachmentLists .list .attachmentTime[data-v-9f951e4a] {
  width: 5%;
  margin-right: 0.85rem;
}
.contents .attachmentLists .list .attachmentView[data-v-9f951e4a] {
  cursor: default;
  width: 0.52rem;
  height: 0.19rem;
  border: 0.01rem solid #7db0ea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 0.13rem;
          border-radius: 0.13rem;
  text-align: center;
  line-height: 0.19rem;
  color: #7db0ea;
  font-size: 0.1rem;
}
.contents .proFlag[data-v-9f951e4a] {
  color: #333333;
  font-size: 0.14rem;
  margin-bottom: 0.24rem;
  padding-left: 0.23rem;
}
.contents .proFlag div[data-v-9f951e4a]:nth-child(1) {
  font-weight: 600;
}
.contents .proFlag div[data-v-9f951e4a] {
  line-height: 0.3rem;
}
.contents .apply[data-v-9f951e4a] {
  width: 98%;
  float: right;
  margin-top: 0.2rem;
}
.contents .apply .applyCon[data-v-9f951e4a] {
  padding-bottom: 0.44rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.contents .apply .applyCon[data-v-9f951e4a]:nth-last-child(1) {
  padding-bottom: 0;
}
.contents .apply .applyCon[data-v-9f951e4a]::before {
  content: "";
  width: 0.01rem;
  height: -webkit-fill-available;
  background: #ababab;
  position: absolute;
  top: 0;
  left: -0.29rem;
}
.contents .apply .applyCon[data-v-9f951e4a]::after {
  content: "";
  width: 0.06rem;
  height: 0.06rem;
  background: #7db0ea;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
  top: 0;
  left: -0.315rem;
  z-index: 2;
}
.contents .apply h2[data-v-9f951e4a] {
  color: #333333;
  font-size: 0.14rem;
  line-height: 0.2rem;
  margin-top: 0;
}
.contents .apply .applyTime[data-v-9f951e4a] {
  color: #666666;
  font-size: 0.08rem;
  line-height: 0.12rem;
  margin-bottom: 0.1rem;
}
.contents .apply .applyDesc[data-v-9f951e4a] {
  padding: 0.15rem 0.22rem;
  background: #f6faff;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  font-size: 0.14rem;
  line-height: 0.22rem;
}
.contents .applyNull[data-v-9f951e4a] {
  text-align: center;
  color: #666666;
  font-size: 0.18rem;
  font-weight: bold;
  margin: 2.24rem 0;
}
.content1[data-v-9f951e4a] {
  overflow: hidden;
}
.content2[data-v-9f951e4a] {
  overflow: hidden;
}
.content2 .summary .title[data-v-9f951e4a] {
  padding: 0;
}
.content2 .summary .title .title-line[data-v-9f951e4a] {
  bottom: -0.1rem;
}
[data-v-9f951e4a] .dialog-footer {
  margin-top: 0.65rem;
}
[data-v-9f951e4a] .dialog-footer .btnLeft {
  width: 2rem;
  height: 0.4rem;
  background: #d3e8fe;
  -webkit-border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
          border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
  border: 0.01rem solid #7db0ea;
  font-weight: 800;
  font-size: 0.18rem;
  color: #7db0ea;
  line-height: 0.1rem;
}
[data-v-9f951e4a] .dialog-footer .btnRight {
  width: 2rem;
  height: 0.4rem;
  background: #7db0ea;
  -webkit-border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
          border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
  border: 0.01rem solid #7db0ea;
  font-weight: 800;
  font-size: 0.18rem;
  color: #ffffff;
  line-height: 0.1rem;
}
.content .header[data-v-45f9a21b] {
  width: 9.09rem;
  height: 0.68rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0.02rem 0.1rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.02rem 0.1rem 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 0 0;
          border-radius: 0 0 0 0;
}
.content .header .el-form-item__label[data-v-45f9a21b] {
  margin-left: 0.26rem;
}
.content .header .btn[data-v-45f9a21b] {
  width: 0.67rem;
  height: 0.32rem;
  background: #7DB0EA;
  -webkit-border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
          border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  text-align: center;
  line-height: 0.08rem;
  margin-left: 0.1rem;
}
.content .header .btn[data-v-45f9a21b] {
  width: 0.48rem;
  height: 0.32rem;
  background: #7db0ea;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
  text-align: center;
  line-height: 0.08rem;
  margin-left: 0.26rem;
}
.content .header .btn[data-v-45f9a21b]  span {
  margin-left: -0.1rem;
}
.content .header .btns[data-v-45f9a21b] {
  width: 0.48rem;
  height: 0.32rem;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
  line-height: 0.08rem;
  color: #7db0ea;
  margin-left: 0;
}
.content .header .btns[data-v-45f9a21b]  span {
  margin-left: -0.1rem;
}
.content .header .btn2[data-v-45f9a21b] {
  width: 0.88rem;
  height: 0.4rem;
  background: #7DB0EA;
  -webkit-border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
          border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  margin-top: -0.22rem;
  margin-left: 0.34rem;
}
.content .MyProject[data-v-45f9a21b] {
  height: 100%;
  width: 100%;
  padding: 0.16rem 0.25rem 0 0.26rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-top: 0.16rem;
}
.content .MyProject .project[data-v-45f9a21b] {
  padding: 0.22rem 0.12rem 0.25rem 0.28rem;
  border-bottom: 0.01rem solid #dedcdc !important;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content .MyProject .project .info[data-v-45f9a21b] {
  width: 5rem;
}
.content .MyProject .project .info .title[data-v-45f9a21b] {
  margin: 0 0 0.09rem 0;
  font-weight: bold;
  font-size: 0.2rem;
  line-height: 160%;
  color: #333333;
}
.content .MyProject .project .info .title .el-tag[data-v-45f9a21b] {
  height: 0.19rem;
  /* auto; */
  border: none;
  font-size: 0.11rem;
  line-height: 0.19rem;
  /* 160%; */
  color: #ffffff;
  background: #feb104;
}
.content .MyProject .project .info .title .el-tag.a[data-v-45f9a21b] {
  background: #d8d8d8;
}
.content .MyProject .project .info .title .el-tag.b[data-v-45f9a21b] {
  margin-left: 0.15rem;
  background-color: #7db0ea;
  margin-right: 0.08rem;
}
.content .MyProject .project .info .member[data-v-45f9a21b] {
  margin-bottom: 0.02rem;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 160%;
  color: #666666;
  margin-left: 0.02rem;
}
.content .MyProject .project .info .member div[data-v-45f9a21b] {
  margin-bottom: 0.06rem;
}
.content .MyProject .project .info .ops[data-v-45f9a21b] {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.12rem;
  line-height: 160%;
  color: #999999;
}
.content .MyProject .project .info .ops li[data-v-45f9a21b] {
  white-space: nowrap;
}
.content .MyProject .project .info .ops li i[data-v-45f9a21b] {
  margin-right: 0.04rem;
  font-size: 0.15rem;
}
.content .MyProject .project .info .ops li + li[data-v-45f9a21b] {
  margin-top: 0.07rem;
}
.content .MyProject .project .tableBtn[data-v-45f9a21b]  .el-button {
  width: 0.81rem;
  height: 0.29rem;
  line-height: 0.29rem;
  padding: 0;
  font-size: 0.11rem;
  color: #ffffff;
  -webkit-border-radius: 0.07rem;
          border-radius: 0.07rem;
  border: none;
  background: #7db0ea;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(125, 176, 234, 0.5);
          box-shadow: 0 0.02rem 0.1rem rgba(125, 176, 234, 0.5);
  margin-right: 0.3rem;
}
.content .MyProject .el-empty[data-v-45f9a21b]  .el-empty__image {
  width: 3rem;
  height: auto;
}
.content .qsy[data-v-45f9a21b] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.09rem 3.2rem 3.16rem 3.2rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background: #ffffff;
}
.content .qsy img[data-v-45f9a21b] {
  width: 2.64rem;
  height: 2.64rem;
}
.content .qsy .tip[data-v-45f9a21b] {
  text-align: center;
  font-weight: 400;
  font-size: 0.26rem;
  color: #999999;
  margin-top: 0.4rem;
}
#daiso-project[data-v-45f9a21b]  .el-input__inner {
  width: 1.4rem;
  height: 0.32rem;
  background: none;
  -webkit-border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
          border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  border: 0.01rem solid #cacaca;
}
.content[data-v-2d86c940] {
  width: 9.09rem;
}
.content .qsy[data-v-2d86c940] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1.09rem 3.2rem 3.16rem 3.2rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.content .qsy img[data-v-2d86c940] {
  width: 2.64rem;
  height: 2.64rem;
}
.content .qsy .tip[data-v-2d86c940] {
  text-align: center;
  font-weight: 400;
  font-size: 0.26rem;
  color: #999999;
  margin-top: 0.4rem;
}
.content .header[data-v-2d86c940] {
  width: 9.09rem;
  height: 0.68rem;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
          box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}
.content .header .el-form-item__label[data-v-2d86c940] {
  margin-left: 0.26rem;
}
.content .header .btn[data-v-2d86c940] {
  width: 0.48rem;
  height: 0.32rem;
  background: #7db0ea;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
  text-align: center;
  line-height: 0.08rem;
  margin-left: 1.56rem;
}
.content .header .btn[data-v-2d86c940]  span {
  margin-left: -0.1rem;
}
.content .header .btns[data-v-2d86c940] {
  width: 0.48rem;
  height: 0.32rem;
  background: #ffffff;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
  line-height: 0.08rem;
  color: #7db0ea;
  margin-left: 0;
}
.content .header .btns[data-v-2d86c940]  span {
  margin-left: -0.1rem;
}
.content .header .btn2[data-v-2d86c940] {
  width: 0.88rem;
  height: 0.4rem;
  background: #7db0ea;
  -webkit-border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
          border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  margin-top: -0.22rem;
  margin-left: 0.34rem;
}
.content .MyProject[data-v-2d86c940] {
  width: 8.63rem;
  margin: 0 0.23rem;
  margin-bottom: 0.35rem;
  margin-top: 0.16rem;
  background: none !important;
}
.content .MyProject .project[data-v-2d86c940] {
  background: #fff;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
          border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  padding: 0.22rem 0.12rem 0.25rem 0.28rem;
  margin-bottom: 0.16rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content .MyProject .project .info[data-v-2d86c940] {
  width: 5rem;
}
.content .MyProject .project .info .title[data-v-2d86c940] {
  margin: 0 0 0.09rem 0;
  font-weight: bold;
  font-size: 0.2rem;
  line-height: 160%;
  color: #333333;
}
.content .MyProject .project .info .title .el-tag[data-v-2d86c940] {
  height: 0.19rem;
  /* auto; */
  border: none;
  font-size: 0.11rem;
  line-height: 0.19rem;
  /* 160%; */
  color: #ffffff;
  background: #feb104;
}
.content .MyProject .project .info .title .el-tag.a[data-v-2d86c940] {
  background: #d8d8d8;
}
.content .MyProject .project .info .title .el-tag.b[data-v-2d86c940] {
  margin-left: 0.15rem;
  background-color: #7db0ea;
  margin-right: 0.08rem;
}
.content .MyProject .project .info .member[data-v-2d86c940] {
  margin-bottom: 0.02rem;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 160%;
  color: #666666;
  margin-left: 0.02rem;
}
.content .MyProject .project .info .member div[data-v-2d86c940] {
  margin-bottom: 0.06rem;
}
.content .MyProject .project .info .ops[data-v-2d86c940] {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.12rem;
  line-height: 160%;
  color: #999999;
}
.content .MyProject .project .info .ops li[data-v-2d86c940] {
  white-space: nowrap;
}
.content .MyProject .project .info .ops li i[data-v-2d86c940] {
  margin-right: 0.04rem;
  font-size: 0.15rem;
}
.content .MyProject .project .info .ops li + li[data-v-2d86c940] {
  margin-top: 0.07rem;
}
.content .MyProject .project .el-empty[data-v-2d86c940]  .el-empty__image {
  width: 3rem;
  height: auto;
}
.content .MyProject .project .el-button[data-v-2d86c940] {
  width: 0.81rem;
  height: 0.29rem;
  line-height: 0.29rem;
  padding: 0;
  font-size: 0.11rem;
  color: #ffffff;
  -webkit-border-radius: 0.07rem;
          border-radius: 0.07rem;
  border: none;
  background: #7db0ea;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(125, 176, 234, 0.5);
          box-shadow: 0 0.02rem 0.1rem rgba(125, 176, 234, 0.5);
}
.OnlineReview .el-pagination[data-v-2d86c940] {
  margin-top: 0.52rem;
  text-align: center;
}
.OnlineReview .el-tooltip__popper.is-light[x-placement^=left][data-v-2d86c940]  .popper__arrow::after {
  border-left-color: #7db0ea;
}
.OnlineReview .el-tooltip__popper.is-light[x-placement^=left][data-v-2d86c940]  .popper__arrow {
  border-left-color: #7db0ea;
}
.OnlineReview .el-tabs[data-v-2d86c940] {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  margin-top: 0.2rem;
}
.OnlineReview .el-tabs[data-v-2d86c940]  .el-tabs__header {
  margin: 0;
  padding: 0 0.2rem;
}
.OnlineReview .el-tabs[data-v-2d86c940]  .el-tabs__header .el-tabs__nav-scroll {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.OnlineReview .el-tabs[data-v-2d86c940]  .el-tabs__header .el-tabs__nav-scroll .el-tabs__item {
  height: 0.85rem;
  line-height: 0.85rem;
  font-size: 0.2rem;
  color: #666666;
}
.OnlineReview .el-tabs[data-v-2d86c940]  .el-tabs__content {
  min-height: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
.OnlineReview .el-tabs[data-v-2d86c940]  .el-tabs__content .el-tab-pane {
  height: 100%;
}
.OnlineReview .lists.matchList[data-v-2d86c940] {
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
}
.OnlineReview .lists.matchList img[data-v-2d86c940] {
  width: 1.85rem;
  height: 1.19rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  margin-right: 0.2rem;
}
.OnlineReview .lists.matchList .listContent .conText[data-v-2d86c940] {
  color: #666666;
  font-size: 0.12rem;
  font-weight: normal;
  background: #fff;
  margin-right: 0;
}
.OnlineReview .lists.matchList .listContent .userInfo[data-v-2d86c940] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.OnlineReview .lists.matchList .listContent .userInfo .liststatu[data-v-2d86c940] {
  height: 0.26rem;
  line-height: 0.26rem;
  background: #06deb7;
  -webkit-border-radius: 0.07rem;
          border-radius: 0.07rem;
  padding: 0 0.1rem;
  color: #fff;
  font-size: 0.14rem;
}
.OnlineReview .lists.matchList .listContent .userInfo .line[data-v-2d86c940] {
  width: 0.19rem;
  height: 0.02rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(2.37%, rgba(125, 176, 234, 0)), color-stop(52.7%, #7db0ea), color-stop(100.68%, rgba(125, 176, 234, 0)));
  background: -webkit-linear-gradient(left, rgba(125, 176, 234, 0) 2.37%, #7db0ea 52.7%, rgba(125, 176, 234, 0) 100.68%);
  background: linear-gradient(90deg, rgba(125, 176, 234, 0) 2.37%, #7db0ea 52.7%, rgba(125, 176, 234, 0) 100.68%);
  -webkit-border-radius: 0.01rem;
          border-radius: 0.01rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.OnlineReview .filter[data-v-2d86c940] {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.OnlineReview .lists[data-v-2d86c940] {
  width: 100%;
  -webkit-box-shadow: 0 0.01rem 0.02rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.01rem 0.02rem rgba(0, 0, 0, 0.1);
  padding: 0.14rem 0.5rem 0.14rem 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background: #fff;
}
.OnlineReview .lists.selectlists[data-v-2d86c940] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAyCAYAAADx/eOPAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAJ4SURBVHgB3ddNbtNAGMbxZ5I6NIRGLQVEJRap1AVLjsQRuAHcgCNwDJYcoRIfGxZUSEDSqkBJYygJ8YsfuwE39bdnHE/+m1r1WPUvM2M3wJr07lieYh0i5M3IEwXLI8QTecZjqzFRCLMWswxhVmLiIMw6TBKEWYVJgzBrMFkQZgUmD4Q1HpMXwhqNKQJhjcW8HslzBXlS5JpGYt6O5IVAHqNgjcOUhbBGYapAWGMwVSGsERgdELZyjC4IWylGJ4StDKMbwlaCMQFhtWNMQVitGJMQVhvGNIQZxxweybbTlVcCPILhjGLqhDBjGBOQVgs4uB3e8vtTuX4eBjI1Iw/6Cp128nntGFOQez2F/g1gOgeOvkvsGK0YU5DtTR9zKzz+PBbM5vHjtGFMQRx/We31w31y4grcafJYLRiTkP0dhbZv+fpTcDJJH18ZY/Lxu9jw3CfD8+zxlTAmIdzwvU76hl+ujZJlQbhpD3a51hXcGQq1e1Ph/lZ4TMh0nu+6UjOTa0YuX8d8CnHdOzk/ts0Nf8NfQobngos/yF3hmTkcysBx5GXW0uJNcEZ6HYWuA/8doYLfzVI+ZYIH3PCt8Ml16qJQhTABRAUz8jDPeN74+DfQ3QhBO930Zbfv/6vCmfnloz/9QOFyYyKQAQrk+RecXSBYdpwlbmr+JMiL7Ou9rf9v+I9ncuVc3nJhykKi8WWXtOz45LrbA+b+H/jwTVKXYlqZGB2QRXHLzvHfiHd64fnjiWAyRelSMTohi5aXHVGszIZfLhFjAhItuuzcmeDLGJWL/XJmGhKNj2PuFc9D5a5h6oTo7grGZgj7h7EdwgLMOkCYWhcI+wsPNKaatuMGmAAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-position: right bottom;
}
.OnlineReview .lists.active[data-v-2d86c940] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAyCAYAAADx/eOPAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAKRSURBVHgB3dc9aBRBGMbx5yIoSALBSxNBuSqxUNAIYmwUtAloCi1iGdHCzhQKNn6UFoJYCbG4xiI2FhGJjQZBtBBFIY3XiWIsPBASoibFOo/DJZvLfszszru3c38IWbJzsL/MzE4CdEmXHga3KuiCCEGA295jWhBee40JQ5i3mHYI8xITBWHeYeIgzCtMEoR5g0mDMC8wJhBWeowphJUaYwNhpcUoyD0FmbL5TCkxF6eDunqwSVhWOkxWCCsVJg+ElQaTF8JKgXEBYR3HuIKwjmJcQljHMK4hrCMYCQgrHCMFYYViJCGsMIw0hIljpupB//Ia5tXlQQgniikSwsQwEpCd24EbZ/VDX5/Zer8HAknNyORxYKAv/r5zjBTkzAhwqAY0l4C7z6LHOMVIQY4NAeOH9XX9FfBzKXqcM4wUpNoLTBzV108/AJ8X48c6wUhCrp5WG38H8GIBmH2fPD43RvL1e+GE3vDcJzNv08fnwkhCuOGHB5M3fHvbkLE0CDftTXUm8FBoLMKqk/uBc0f0NSE/fpl9LtPM2MzI+Ihe9wO9MGrPLuD8qL5+rJbW1yaMs56Zyw+C2p8Ac0iB8CE4I0Nqqeyt6jOCP2sux3+GG/7KmN7wfHPNfYJVVhhC1nowX6lgn8l4PvjHL+q3XdVfXHpJy+6amsHBfo2efgnrjDEhSA0W/V4F3jT031PDu/Wm5vfGd2BldWPcxOjGCX//+eZ7phlhskLC8bCLW3Z8c42pRbvyF7gzG3/Cp5WKcQFpFbXseI6cOqDvP3kHLHxD5hIxLiGt2pcdUSzLhm8vFiMBCRdedrx+9Bq5i/znTBoSrtqnZ4v7JW9bMEVCXLcJ4zOErWN8h7D/mG6AsEq3QNg/hyY6Qv7XuEIAAAAASUVORK5CYII=);
  -webkit-box-shadow: 0 0.06rem 0.1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.06rem 0.1rem rgba(0, 0, 0, 0.1);
  border: 0.02rem solid #7db0ea;
}
.OnlineReview .lists img[data-v-2d86c940] {
  width: 1.69rem;
  height: 1.12rem;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  margin-right: 0.3rem;
}
.OnlineReview .lists .listContent[data-v-2d86c940] {
  width: 100%;
  margin-left: 0.24rem;
}
.OnlineReview .lists .listContent .title[data-v-2d86c940] {
  font-weight: bold;
  font-size: 0.2rem;
  line-height: 160%;
  color: #333333;
}
.OnlineReview .lists .listContent .title .el-tag[data-v-2d86c940] {
  height: 0.19rem;
  /* auto; */
  border: none;
  font-size: 0.11rem;
  line-height: 0.19rem;
  /* 160%; */
  color: #ffffff;
  background: #feb104;
}
.OnlineReview .lists .listContent .title .el-tag.a[data-v-2d86c940] {
  background: #d8d8d8;
}
.OnlineReview .lists .listContent .title .el-tag.b[data-v-2d86c940] {
  margin-left: 0.15rem;
  background-color: #7db0ea;
  margin-right: 0.08rem;
}
.OnlineReview .lists .listContent h2[data-v-2d86c940] {
  font-size: 0.2rem;
}
.OnlineReview .lists .listContent .member[data-v-2d86c940] {
  margin-bottom: 0.02rem;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 160%;
  color: #666666;
  margin-left: 0.02rem;
}
.OnlineReview .lists .listContent .member div[data-v-2d86c940] {
  margin-bottom: 0.06rem;
}
.OnlineReview .lists .listContent .conText[data-v-2d86c940] {
  background: #d3e8fe;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
  display: inline-block;
  height: 0.26rem;
  padding: 0 0.06rem;
  color: #649aff;
  font-size: 0.12rem;
  line-height: 0.26rem;
  margin-right: 0.08rem;
}
.OnlineReview .lists .listContent .conTexts[data-v-2d86c940] {
  display: block;
}
.OnlineReview .lists .listContent span[data-v-2d86c940] {
  font-size: 0.14rem;
  color: #999999;
  line-height: 0.34rem;
}
.OnlineReview .lists .listContent span[data-v-2d86c940]:nth-child(2) {
  color: #333;
}
.OnlineReview .lists .clickView[data-v-2d86c940] {
  width: 0.89rem;
  height: 0.35rem;
  padding: 0;
  line-height: 0.35rem;
  text-align: center;
  background: #7db0ea;
  font-size: 0.16rem;
  color: #ffffff;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(125, 176, 234, 0.5);
          box-shadow: 0 0.02rem 0.1rem rgba(125, 176, 234, 0.5);
  -webkit-border-radius: 0.07rem;
          border-radius: 0.07rem;
}
.OnlineReview .BatchSubmission[data-v-2d86c940] {
  width: 1.2rem;
  height: 0.4rem;
  display: inline-block;
  background: #06deb7;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  line-height: 0.4rem;
  text-align: center;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  color: #ffffff;
  font-size: 0.16rem;
  font-weight: 600;
  margin-left: 0.22rem;
}
.OnlineReview .BatchRefer[data-v-2d86c940] {
  display: block;
  background: #ff8684;
  margin: 0 0 0.08rem;
}
.OnlineReview .BatchSubmissionBtn[data-v-2d86c940] {
  line-height: 0;
  margin: 0;
  border: none;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(6, 222, 183, 0.5);
          box-shadow: 0 0.02rem 0.1rem rgba(6, 222, 183, 0.5);
}
.OnlineReview .BatchMode[data-v-2d86c940] {
  margin-top: 0;
}
.OnlineReview .letterConfirm[data-v-2d86c940] {
  margin-bottom: 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.OnlineReview .letterConfirm .order[data-v-2d86c940] {
  width: 0.2rem;
  height: 0.2rem;
  line-height: 0.2rem;
  text-align: center;
  border: 0.015rem solid #7db0ea;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin-right: 0.1rem;
  color: #7db0ea;
}
.OnlineReview .letterConfirm .text[data-v-2d86c940] {
  font-size: 0.2rem;
  font-weight: 600;
}
.OnlineReview .letterConfirm .downLetter[data-v-2d86c940] {
  color: #7db0ea;
}
.OnlineReview .letterConfirm .uploadLetter[data-v-2d86c940] {
  color: #333333;
}
.OnlineReview .tipLetter[data-v-2d86c940] {
  height: 0.5rem;
  line-height: 0.5rem;
  background: #f6faff;
  padding-left: 0.2rem;
  color: #feb104;
  font-weight: 600;
  font-size: 0.16rem;
  margin: 0 0.36rem 0.28rem;
}
.OnlineReview .upload-myfile[data-v-2d86c940] {
  margin-bottom: 0.28rem;
}
.OnlineReview .upload-myfile[data-v-2d86c940]  .el-upload {
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.OnlineReview .upload-myfile[data-v-2d86c940]  .el-upload .el-button {
  width: 2rem;
  height: 0.4rem;
  background: #d3e8fe;
  border: 0.01rem solid #7db0ea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
  margin-left: 0.36rem;
}
.OnlineReview .upload-myfile[data-v-2d86c940]  .el-upload .el-button div {
  font-size: 0.18rem;
  color: #666666;
  font-weight: 600;
}
.OnlineReview .upload-myfile[data-v-2d86c940]  .el-upload .el-button .upTip {
  font-size: 0.1rem;
  color: #999;
}
.OnlineReview .fileLists[data-v-2d86c940] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.14rem;
}
.OnlineReview .fileLists .image[data-v-2d86c940] {
  width: 0.16rem;
  height: 0.14rem;
  margin-right: 0.15rem;
  margin-left: 0.34rem;
}
.OnlineReview .fileLists .fileContent[data-v-2d86c940] {
  width: 69%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-right: 0.13rem;
}
.OnlineReview .fileLists .fileContent .fileTitle[data-v-2d86c940] {
  color: #333333;
  font-size: 0.16rem;
  line-height: 0.22rem;
  margin-bottom: 0.05rem;
}
.OnlineReview .fileLists .fileHandle[data-v-2d86c940] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.OnlineReview .fileLists .fileHandle div[data-v-2d86c940] {
  color: #7db0ea;
  font-size: 0.14rem;
}
.OnlineReview .fileLists .fileHandle div[data-v-2d86c940]:nth-child(1) {
  margin-right: 0.17rem;
}
.OnlineReview .dialogMyVisible[data-v-2d86c940] {
  text-align: center;
}
.OnlineReview .dialogMyVisible i[data-v-2d86c940] {
  margin-bottom: 0.36rem;
}
.OnlineReview .dialogMyVisible div[data-v-2d86c940] {
  font-size: 0.2rem;
  line-height: 0.23rem;
  text-align: center;
  color: #333333;
  margin-bottom: 0.46rem;
}
.OnlineReview .nullPage[data-v-2d86c940] {
  width: 100%;
  background: #fff;
  margin-top: 0.4rem;
}
.OnlineReview .nullPage img[data-v-2d86c940] {
  width: 3rem;
  margin: auto;
}
.OnlineReview .nullPage .toReviewNull[data-v-2d86c940] {
  margin: 1rem auto 0.6rem;
}
.OnlineReview .nullPage .tip[data-v-2d86c940] {
  color: #666666;
  font-weight: 600;
  font-size: 0.21rem;
  line-height: 160%;
  text-align: center;
}
.OnlineReview .btnff8[data-v-2d86c940] {
  width: 1rem;
  height: 0.35rem;
  padding: 0;
  line-height: 0.35rem;
  text-align: center;
  font-size: 0.16rem;
  color: #ffffff;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(255, 134, 132, 0.5);
          box-shadow: 0 0.02rem 0.1rem rgba(255, 134, 132, 0.5);
  -webkit-border-radius: 0.07rem;
          border-radius: 0.07rem;
  background: #ff8684;
  margin: 0 0.1rem;
  cursor: pointer;
}
#daiso-project[data-v-2d86c940]  .el-input__inner {
  width: 1.4rem;
  height: 0.32rem;
  background: none;
  -webkit-border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
          border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  border: 0.01rem solid #cacaca;
}
.con-title[data-v-77444704] {
  line-height: 0.4rem;
  color: #333333;
  font-size: 0.16rem;
  font-weight: 600;
}
.con-title1[data-v-77444704] {
  margin-bottom: 0.12rem;
  padding-left: 0.23rem;
}
.viewDetail[data-v-77444704] {
  color: #7db0ea;
  font-size: 0.14rem;
  font-weight: 600;
}
[data-v-7f5924d8] .el-dialog__body .mySign {
  border: 0.01rem dashed #000;
}
@charset "UTF-8";
#smallPointTable[data-v-5c8c4212] {
  width: 117%;
  margin-left: -0.7rem;
}
#smallPointTable[data-v-5c8c4212] .el-table__header tr th {
  background: #7DB0EA;
  color: #ffffff;
  border-right: 0.01rem solid #969494;
  text-align: center !important;
}
#smallPointTable[data-v-5c8c4212] .el-table td.el-table__cell {
  border: 0.01rem solid #E6E6E6;
}
#smallPointTable[data-v-5c8c4212] .el-table .el-table__header {
  margin-bottom: 0 !important;
}
#smallPointTable[data-v-5c8c4212] .three-omit .cell .el-tooltip.ellipsis {
  display: -webkit-box !important;
  /* Safari */
  -webkit-line-clamp: 3 !important;
  /* Safari and Chrome */
  -webkit-box-orient: vertical !important;
  /* Safari and Chrome */
  overflow: hidden !important;
  white-space: wrap !important;
  padding-top: 0.02rem;
  padding-bottom: 0.02rem;
  line-height: 0.3rem;
}
.content3[data-v-5c8c4212] {
  padding: 0.3rem 0.7rem 0.39rem;
  overflow: hidden;
  margin-bottom: 0.57rem;
}
.btnPro[data-v-5c8c4212] {
  position: relative;
  width: 100%;
  text-align: center;
  padding-bottom: 0.8rem;
  margin-bottom: 0.8rem;
}
.btnPro div[data-v-5c8c4212] {
  display: inline-block;
  width: 2rem;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  border: 0.01rem solid #7db0ea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  /* 20px; */
  font-weight: 600;
  font-size: 0.18rem;
  cursor: pointer;
}
.btnPro div[data-v-5c8c4212]:nth-child(1) {
  background: #d3e8fe;
  color: #0a7dff;
  /* #666666; */
  margin-right: 0.3rem;
}
.btnPro div[data-v-5c8c4212]:nth-child(2) {
  background: #7db0ea;
  color: #333333;
}
[data-v-5c8c4212] .ruleList-dialog .el-dialog__body {
  height: 60vh;
  padding: 0.22rem 0.33rem 0 0.39rem;
}
[data-v-5c8c4212] .el-input-number__decrease,[data-v-5c8c4212] .el-input-number__increase {
  background-color: #7db0ed;
}
.center-dialog[data-v-5c8c4212] {
  background-color: red;
}
[data-v-5c8c4212] .el-dialog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  /* 兼容IE */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -ms-flex-direction: column;
  /* 兼容IE */
  margin: 0 !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-height: -webkit-calc(100% - 0.3rem);
  max-height: calc(100% - 0.3rem);
  max-width: -webkit-calc(100% - 0.3rem);
  max-width: calc(100% - 0.3rem);
}
[data-v-5c8c4212] .el-dialog .el-dialog__body {
  max-height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  -ms-flex: 1 1 auto;
  /* 兼容IE */
  overflow-y: auto;
  overflow-x: hidden;
}
.el-dialog__wrapper[data-v-5c8c4212] {
  overflow: hidden;
}
.smallSumScore[data-v-5c8c4212] {
  margin-top: 0.15rem;
  font-size: 0.17rem;
  margin-bottom: 0.15rem;
}
[data-v-5c8c4212] .el-icon-minus {
  color: white;
}
[data-v-5c8c4212] .el-icon-plus {
  color: white;
}
[data-v-6fd2711a] .contentBody {
  width: 9.09rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0.02659rem 0.06648rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.02659rem 0.06648rem rgba(0, 0, 0, 0.1);
}
[data-v-6fd2711a] .el-input__inner {
  background: #F6FAFF !important;
  border: none;
}
[data-v-6fd2711a] .el-collapse-item__wrap {
  background-color: transparent;
  border: none;
}
[data-v-6fd2711a] .el-collapse-item__content {
  padding-bottom: 0;
}
.content[data-v-6fd2711a] {
  background: #ffffff;
  -webkit-box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0.2rem 0.2rem 0 0;
          border-radius: 0.2rem 0.2rem 0 0;
  margin-bottom: 0.17rem;
}
.content .theme[data-v-6fd2711a] {
  height: 0.52rem;
  line-height: 0.52rem;
  padding: 0 0.2rem;
  color: #333333;
  font-size: 0.2rem;
  font-weight: bold;
  background: #f6fbff;
  -webkit-border-radius: 0.2rem 0.2rem 0 0;
          border-radius: 0.2rem 0.2rem 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content .theme-desc[data-v-6fd2711a] {
  padding: 0.24rem 0.7rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.content .theme-desc .statusName[data-v-6fd2711a] {
  position: absolute;
  top: 0.27rem;
  left: 0.7rem;
  background: #7db0ea;
  -webkit-border-radius: 0.06rem 0.06rem 0.06rem 0;
          border-radius: 0.06rem 0.06rem 0.06rem 0;
  padding: 0 0.14rem;
  height: 0.18rem;
  line-height: 0.18rem;
  color: #ffffff;
  font-size: 0.08rem;
}
.content .theme-desc .theme-img[data-v-6fd2711a] {
  width: 1.5rem;
  height: 1rem;
  margin-right: 0.32rem;
  -webkit-box-shadow: 0 0 0.07rem rgba(0, 0, 0, 0.21);
          box-shadow: 0 0 0.07rem rgba(0, 0, 0, 0.21);
  -webkit-border-radius: 0.06rem;
          border-radius: 0.06rem;
}
.content .theme-desc .theme-content[data-v-6fd2711a] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.content .theme-desc .theme-content h2[data-v-6fd2711a] {
  color: #666666;
  font-size: 0.16rem;
  margin-bottom: 0.12rem;
}
.content .theme-desc .theme-content span[data-v-6fd2711a] {
  color: #999999;
  font-size: 0.12rem;
  margin-bottom: 0.06rem;
}
.content .summary[data-v-6fd2711a] {
  height: 0.28rem;
  line-height: 0.56rem;
  height: 0.52rem;
  background: #F6FBFF;
  -webkit-border-radius: 0.2rem 0.2rem 0 0;
          border-radius: 0.2rem 0.2rem 0 0;
  font-weight: bold;
  font-size: 0.2rem;
  color: #333333;
}
.content .title[data-v-6fd2711a] {
  height: 0.28rem;
  margin-bottom: 0.18rem;
  position: relative;
  padding-left: 0.6rem;
  margin-top: 0.28rem;
}
.content .title .title-text[data-v-6fd2711a] {
  font-size: 0.18rem;
  font-weight: bold;
  color: #333333;
  position: absolute;
  top: 0;
  z-index: 2;
}
.content .title .title-line[data-v-6fd2711a] {
  width: 1.8rem;
  height: 0.07rem;
  background: -webkit-linear-gradient(359.99deg, rgba(125, 176, 234, 0.8) 39.59%, rgba(125, 176, 234, 0) 80.84%);
  background: linear-gradient(90.01deg, rgba(125, 176, 234, 0.8) 39.59%, rgba(125, 176, 234, 0) 80.84%);
  position: absolute;
  bottom: 0.02rem;
}
.content .title2[data-v-6fd2711a] {
  margin-top: 0;
}
.content .part-content[data-v-6fd2711a] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #333333;
  font-size: 0.14rem;
  line-height: 0.26rem;
  padding-left: 0.61rem;
}
.content .proDetails[data-v-6fd2711a] {
  margin-bottom: 0.2rem;
}
.content .proDetails .projectProgress[data-v-6fd2711a] {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.content .proDetails .projectProgress .progressText[data-v-6fd2711a] {
  width: 47%;
  margin-right: 0.72rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.content .proDetails .projectProgress .progressView[data-v-6fd2711a] {
  cursor: default;
  width: 0.52rem;
  height: 0.19rem;
  border: 0.01rem solid #7db0ea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 0.13rem;
          border-radius: 0.13rem;
  text-align: center;
  line-height: 0.19rem;
  color: #7db0ea;
  font-size: 0.1rem;
}
.content .con-title[data-v-6fd2711a] {
  line-height: 0.4rem;
  color: #333333;
  font-size: 0.16rem;
  font-weight: 600;
  padding-left: 0.61rem;
}
.content .con-title1[data-v-6fd2711a] {
  margin-bottom: 0.12rem;
  padding-left: 0.61rem;
}
.content .con-desc[data-v-6fd2711a] {
  font-size: 0.14rem;
  color: #333333;
  line-height: 0.28rem;
  padding-left: 0.61rem;
  margin-bottom: 0.3rem;
}
.content .con-desc2[data-v-6fd2711a] {
  font-size: 0.14rem;
  color: #333333;
  padding-left: 0.61rem;
  margin-bottom: 0.1rem;
}
.content .attachmentLists[data-v-6fd2711a] {
  margin-bottom: 0.2rem;
  padding-left: 0.23rem;
}
.content .attachmentLists .list[data-v-6fd2711a] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.14rem;
  color: #333333;
  margin: 0.14rem 0;
}
.content .attachmentLists .list img[data-v-6fd2711a] {
  width: 0.16rem;
  height: 0.16rem;
  margin-right: 0.15rem;
}
.content .attachmentLists .list .attachmentName[data-v-6fd2711a] {
  width: 45%;
  margin-right: 0.72rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.content .attachmentLists .list .attachmentUser[data-v-6fd2711a] {
  width: 4%;
  margin-right: 0.72rem;
}
.content .attachmentLists .list .attachmentTime[data-v-6fd2711a] {
  width: 5%;
  margin-right: 0.85rem;
}
.content .attachmentLists .list .attachmentView[data-v-6fd2711a] {
  cursor: default;
  width: 0.52rem;
  height: 0.19rem;
  border: 0.01rem solid #7db0ea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 0.13rem;
          border-radius: 0.13rem;
  text-align: center;
  line-height: 0.19rem;
  color: #7db0ea;
  font-size: 0.1rem;
}
.content .proFlag[data-v-6fd2711a] {
  color: #333333;
  font-size: 0.14rem;
  margin-bottom: 0.24rem;
  padding-left: 0.23rem;
}
.content .proFlag div[data-v-6fd2711a]:nth-child(1) {
  font-weight: 600;
}
.content .proFlag div[data-v-6fd2711a] {
  line-height: 0.3rem;
}
.content .apply[data-v-6fd2711a] {
  width: 98%;
  float: right;
  margin-top: 0.2rem;
}
.content .apply .applyCon[data-v-6fd2711a] {
  padding-bottom: 0.44rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.content .apply .applyCon[data-v-6fd2711a]:nth-last-child(1) {
  padding-bottom: 0;
}
.content .apply .applyCon[data-v-6fd2711a]::before {
  content: "";
  width: 0.01rem;
  height: -webkit-fill-available;
  background: #ababab;
  position: absolute;
  top: 0;
  left: -0.29rem;
}
.content .apply .applyCon[data-v-6fd2711a]::after {
  content: "";
  width: 0.06rem;
  height: 0.06rem;
  background: #7db0ea;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
  top: 0;
  left: -0.315rem;
  z-index: 2;
}
.content .apply h2[data-v-6fd2711a] {
  color: #333333;
  font-size: 0.14rem;
  line-height: 0.2rem;
  margin-top: 0;
}
.content .apply .applyTime[data-v-6fd2711a] {
  color: #666666;
  font-size: 0.08rem;
  line-height: 0.12rem;
  margin-bottom: 0.1rem;
}
.content .apply .applyDesc[data-v-6fd2711a] {
  padding: 0.15rem 0.22rem;
  background: #f6faff;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  font-size: 0.14rem;
  line-height: 0.22rem;
}
.content .applyNull[data-v-6fd2711a] {
  text-align: center;
  color: #666666;
  font-size: 0.18rem;
  font-weight: bold;
  margin: 2.24rem 0;
}
.contentsExpert[data-v-6fd2711a] {
  background: #ffffff;
  -webkit-box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.1);
  margin-bottom: 0.17rem;
}
.contentsExpert .theme[data-v-6fd2711a] {
  height: 0.52rem;
  line-height: 0.52rem;
  padding: 0 0.2rem;
  color: #333333;
  font-size: 0.2rem;
  font-weight: bold;
  background: #f6fbff;
  -webkit-border-radius: 0.2rem 0.2rem 0 0;
          border-radius: 0.2rem 0.2rem 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contentsExpert .theme-desc[data-v-6fd2711a] {
  padding: 0.24rem 0.7rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.contentsExpert .theme-desc .statusName[data-v-6fd2711a] {
  position: absolute;
  top: 0.27rem;
  left: 0.7rem;
  background: #7db0ea;
  -webkit-border-radius: 0.06rem 0.06rem 0.06rem 0;
          border-radius: 0.06rem 0.06rem 0.06rem 0;
  padding: 0 0.14rem;
  height: 0.18rem;
  line-height: 0.18rem;
  color: #ffffff;
  font-size: 0.08rem;
}
.contentsExpert .theme-desc .theme-img[data-v-6fd2711a] {
  width: 1.5rem;
  height: 1rem;
  margin-right: 0.32rem;
  -webkit-box-shadow: 0 0 0.07rem rgba(0, 0, 0, 0.21);
          box-shadow: 0 0 0.07rem rgba(0, 0, 0, 0.21);
  -webkit-border-radius: 0.06rem;
          border-radius: 0.06rem;
}
.contentsExpert .theme-desc .theme-content[data-v-6fd2711a] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contentsExpert .theme-desc .theme-content h2[data-v-6fd2711a] {
  color: #666666;
  font-size: 0.16rem;
  margin-bottom: 0.12rem;
}
.contentsExpert .theme-desc .theme-content span[data-v-6fd2711a] {
  color: #999999;
  font-size: 0.12rem;
  margin-bottom: 0.06rem;
}
.contentsExpert .summary[data-v-6fd2711a] {
  height: 0.28rem;
  line-height: 0.56rem;
  height: 0.52rem;
  background: #F6FBFF;
  -webkit-border-radius: 0.2rem 0.2rem 0 0;
          border-radius: 0.2rem 0.2rem 0 0;
  font-weight: bold;
  font-size: 0.2rem;
  color: #333333;
}
.contentsExpert .title[data-v-6fd2711a] {
  width: 8.36rem;
  height: 0.28rem;
  margin-bottom: 0.15rem;
  position: relative;
  padding-left: 0.6rem;
  margin-top: 0.25rem;
}
.contentsExpert .title .title-text[data-v-6fd2711a] {
  font-size: 0.18rem;
  font-weight: bold;
  color: #333333;
  position: absolute;
  top: 0;
  z-index: 2;
}
.contentsExpert .title .title-line[data-v-6fd2711a] {
  width: 1.8rem;
  height: 0.07rem;
  background: -webkit-linear-gradient(359.99deg, rgba(125, 176, 234, 0.8) 39.59%, rgba(125, 176, 234, 0) 80.84%);
  background: linear-gradient(90.01deg, rgba(125, 176, 234, 0.8) 39.59%, rgba(125, 176, 234, 0) 80.84%);
  position: absolute;
  bottom: 0.07rem;
}
.contentsExpert .line[data-v-6fd2711a] {
  width: 8.36rem;
  margin-left: 0.41rem;
  border-bottom: 0.01rem solid #D8D8D8;
  margin-bottom: 0.27rem;
}
.contentsExpert .dot-content[data-v-6fd2711a] {
  padding-left: 0.48rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.contentsExpert .dot-content .left[data-v-6fd2711a] {
  height: 0.95rem;
}
.contentsExpert .dot-content .left .dot[data-v-6fd2711a] {
  width: 0.06rem;
  height: 0.06rem;
  background: #7DB0EA;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.contentsExpert .dot-content .left .dot-line[data-v-6fd2711a] {
  height: 100%;
  border-left: 0.01rem solid #D8D8D8;
  margin-left: 0.025rem;
}
.contentsExpert .dot-content .right[data-v-6fd2711a] {
  margin-left: 0.29rem;
  margin-bottom: 0.25rem;
}
.contentsExpert .dot-content .right .name[data-v-6fd2711a] {
  font-weight: bold;
  font-size: 0.14rem;
  color: #333333;
  line-height: 0.16rem;
  margin-top: -0.17rem;
}
.contentsExpert .dot-content .right .right-content[data-v-6fd2711a] {
  background: #F6FAFF;
  -webkit-border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
          border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  font-weight: 400;
  font-size: 0.14rem;
  color: #333333;
  padding: 0.15rem 0.22rem;
}
.contentsExpert .dot-content2[data-v-6fd2711a] {
  padding-left: 0.48rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -0.35rem;
}
.contentsExpert .dot-content2 .left[data-v-6fd2711a] {
  height: 0.65rem;
}
.contentsExpert .dot-content2 .left .dot[data-v-6fd2711a] {
  width: 0.06rem;
  height: 0.06rem;
  background: #7DB0EA;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.contentsExpert .dot-content2 .left .dot-line[data-v-6fd2711a] {
  height: 100%;
  border-left: 0.01rem solid #D8D8D8;
  margin-left: 0.025rem;
}
.contentsExpert .dot-content2 .right[data-v-6fd2711a] {
  margin-left: 0.29rem;
  margin-bottom: 0.17rem;
}
.contentsExpert .dot-content2 .right .name[data-v-6fd2711a] {
  font-weight: bold;
  font-size: 0.14rem;
  color: #333333;
  line-height: 0.16rem;
  margin-top: -0.17rem;
}
.contentsExpert .dot-content2 .right .right-content[data-v-6fd2711a] {
  background: #F6FAFF;
  -webkit-border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
          border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  font-weight: 400;
  font-size: 0.14rem;
  color: #333333;
  padding: 0.15rem 0.22rem;
}
.contentsExpert .title2[data-v-6fd2711a] {
  margin-top: 0;
}
.contentsExpert .part-content[data-v-6fd2711a] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #333333;
  font-size: 0.16rem;
  line-height: 0.26rem;
  padding-left: 0.61rem;
}
.contentsExpert .proDetails[data-v-6fd2711a] {
  margin-bottom: 0.2rem;
}
.contentsExpert .proDetails .projectProgress[data-v-6fd2711a] {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.contentsExpert .proDetails .projectProgress .progressText[data-v-6fd2711a] {
  width: 47%;
  margin-right: 0.72rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.contentsExpert .proDetails .projectProgress .progressView[data-v-6fd2711a] {
  cursor: default;
  width: 0.52rem;
  height: 0.19rem;
  border: 0.01rem solid #7db0ea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 0.13rem;
          border-radius: 0.13rem;
  text-align: center;
  line-height: 0.19rem;
  color: #7db0ea;
  font-size: 0.1rem;
}
.contentsExpert .con-title[data-v-6fd2711a] {
  line-height: 0.4rem;
  color: #333333;
  font-size: 0.16rem;
  font-weight: 600;
  padding-left: 0.61rem;
}
.contentsExpert .con-title1[data-v-6fd2711a] {
  margin-bottom: 0.12rem;
  padding-left: 0.61rem;
}
.contentsExpert .con-desc[data-v-6fd2711a] {
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.28rem;
  padding-left: 0.61rem;
  margin-bottom: 0.2rem;
  padding-right: 0.61rem;
}
.contentsExpert .con-desc2[data-v-6fd2711a] {
  font-size: 0.16rem;
  color: #333333;
  padding-left: 0.61rem;
  margin-bottom: 0.1rem;
  padding-right: 0.61rem;
}
.contentsExpert .attachmentLists[data-v-6fd2711a] {
  margin-bottom: 0.2rem;
  padding-left: 0.23rem;
}
.contentsExpert .attachmentLists .list[data-v-6fd2711a] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.14rem;
  color: #333333;
  margin: 0.14rem 0;
}
.contentsExpert .attachmentLists .list img[data-v-6fd2711a] {
  width: 0.16rem;
  height: 0.16rem;
  margin-right: 0.15rem;
}
.contentsExpert .attachmentLists .list .attachmentName[data-v-6fd2711a] {
  width: 45%;
  margin-right: 0.72rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.contentsExpert .attachmentLists .list .attachmentUser[data-v-6fd2711a] {
  width: 4%;
  margin-right: 0.72rem;
}
.contentsExpert .attachmentLists .list .attachmentTime[data-v-6fd2711a] {
  width: 5%;
  margin-right: 0.85rem;
}
.contentsExpert .attachmentLists .list .attachmentView[data-v-6fd2711a] {
  cursor: default;
  width: 0.52rem;
  height: 0.19rem;
  border: 0.01rem solid #7db0ea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 0.13rem;
          border-radius: 0.13rem;
  text-align: center;
  line-height: 0.19rem;
  color: #7db0ea;
  font-size: 0.1rem;
}
.contentsExpert .proFlag[data-v-6fd2711a] {
  color: #333333;
  font-size: 0.14rem;
  margin-bottom: 0.24rem;
  padding-left: 0.23rem;
}
.contentsExpert .proFlag div[data-v-6fd2711a]:nth-child(1) {
  font-weight: 600;
}
.contentsExpert .proFlag div[data-v-6fd2711a] {
  line-height: 0.3rem;
}
.contentsExpert .apply[data-v-6fd2711a] {
  width: 98%;
  float: right;
  margin-top: 0.2rem;
}
.contentsExpert .apply .applyCon[data-v-6fd2711a] {
  padding-bottom: 0.44rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.contentsExpert .apply .applyCon[data-v-6fd2711a]:nth-last-child(1) {
  padding-bottom: 0;
}
.contentsExpert .apply .applyCon[data-v-6fd2711a]::before {
  content: "";
  width: 0.01rem;
  height: -webkit-fill-available;
  background: #ababab;
  position: absolute;
  top: 0;
  left: -0.29rem;
}
.contentsExpert .apply .applyCon[data-v-6fd2711a]::after {
  content: "";
  width: 0.06rem;
  height: 0.06rem;
  background: #7db0ea;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
  top: 0;
  left: -0.315rem;
  z-index: 2;
}
.contentsExpert .apply h2[data-v-6fd2711a] {
  color: #333333;
  font-size: 0.14rem;
  line-height: 0.2rem;
  margin-top: 0;
}
.contentsExpert .apply .applyTime[data-v-6fd2711a] {
  color: #666666;
  font-size: 0.08rem;
  line-height: 0.12rem;
  margin-bottom: 0.1rem;
}
.contentsExpert .apply .applyDesc[data-v-6fd2711a] {
  padding: 0.15rem 0.22rem;
  background: #f6faff;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  font-size: 0.14rem;
  line-height: 0.22rem;
}
.contentsExpert .applyNull[data-v-6fd2711a] {
  text-align: center;
  color: #666666;
  font-size: 0.18rem;
  font-weight: bold;
  margin: 2.24rem 0;
}
.contents[data-v-6fd2711a] {
  background: #ffffff;
  -webkit-box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.1);
  margin-bottom: 0.17rem;
}
.contents .theme[data-v-6fd2711a] {
  height: 0.52rem;
  line-height: 0.52rem;
  padding: 0 0.2rem;
  color: #333333;
  font-size: 0.2rem;
  font-weight: bold;
  background: #f6fbff;
  -webkit-border-radius: 0.2rem 0.2rem 0 0;
          border-radius: 0.2rem 0.2rem 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contents .theme-desc[data-v-6fd2711a] {
  padding: 0.24rem 0.7rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.contents .theme-desc .statusName[data-v-6fd2711a] {
  position: absolute;
  top: 0.27rem;
  left: 0.7rem;
  background: #7db0ea;
  -webkit-border-radius: 0.06rem 0.06rem 0.06rem 0;
          border-radius: 0.06rem 0.06rem 0.06rem 0;
  padding: 0 0.14rem;
  height: 0.18rem;
  line-height: 0.18rem;
  color: #ffffff;
  font-size: 0.08rem;
}
.contents .theme-desc .theme-img[data-v-6fd2711a] {
  width: 1.5rem;
  height: 1rem;
  margin-right: 0.32rem;
  -webkit-box-shadow: 0 0 0.07rem rgba(0, 0, 0, 0.21);
          box-shadow: 0 0 0.07rem rgba(0, 0, 0, 0.21);
  -webkit-border-radius: 0.06rem;
          border-radius: 0.06rem;
}
.contents .theme-desc .theme-content[data-v-6fd2711a] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contents .theme-desc .theme-content h2[data-v-6fd2711a] {
  color: #666666;
  font-size: 0.16rem;
  margin-bottom: 0.12rem;
}
.contents .theme-desc .theme-content span[data-v-6fd2711a] {
  color: #999999;
  font-size: 0.12rem;
  margin-bottom: 0.06rem;
}
.contents .summary[data-v-6fd2711a] {
  height: 0.28rem;
  line-height: 0.56rem;
  height: 0.52rem;
  background: #F6FBFF;
  -webkit-border-radius: 0.2rem 0.2rem 0 0;
          border-radius: 0.2rem 0.2rem 0 0;
  font-weight: bold;
  font-size: 0.2rem;
  color: #333333;
}
.contents .title[data-v-6fd2711a] {
  width: 8.36rem;
  height: 0.28rem;
  margin-bottom: 0.15rem;
  position: relative;
  padding-left: 0.6rem;
  margin-top: 0.25rem;
}
.contents .title .title-text[data-v-6fd2711a] {
  font-size: 0.18rem;
  font-weight: bold;
  color: #333333;
  position: absolute;
  top: 0;
  z-index: 2;
}
.contents .title .title-line[data-v-6fd2711a] {
  width: 1.8rem;
  height: 0.07rem;
  background: -webkit-linear-gradient(359.99deg, rgba(125, 176, 234, 0.8) 39.59%, rgba(125, 176, 234, 0) 80.84%);
  background: linear-gradient(90.01deg, rgba(125, 176, 234, 0.8) 39.59%, rgba(125, 176, 234, 0) 80.84%);
  position: absolute;
  bottom: 0.02rem;
}
.contents .line[data-v-6fd2711a] {
  width: 8.36rem;
  margin-left: 0.41rem;
  border-bottom: 0.01rem solid #D8D8D8;
  margin-bottom: 0.27rem;
}
.contents .dot-content[data-v-6fd2711a] {
  padding-left: 0.48rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.contents .dot-content .left .dot[data-v-6fd2711a] {
  width: 0.06rem;
  height: 0.06rem;
  background: #7DB0EA;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.contents .dot-content .left .dot-line[data-v-6fd2711a] {
  height: 100%;
  border-left: 0.01rem solid #D8D8D8;
  margin-left: 0.02rem;
}
.contents .dot-content .right[data-v-6fd2711a] {
  margin-left: 0.29rem;
  margin-bottom: 0.25rem;
}
.contents .dot-content .right .name[data-v-6fd2711a] {
  font-weight: bold;
  font-size: 0.14rem;
  color: #333333;
  line-height: 0.16rem;
  margin-top: -0.17rem;
}
.contents .dot-content .right .right-content[data-v-6fd2711a] {
  background: #F6FAFF;
  -webkit-border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
          border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  font-weight: 400;
  font-size: 0.14rem;
  color: #333333;
  padding: 0.15rem 0.22rem;
}
.contents .title2[data-v-6fd2711a] {
  margin-top: 0;
}
.contents .part-content[data-v-6fd2711a] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #333333;
  font-size: 0.16rem;
  line-height: 0.26rem;
  padding-left: 0.61rem;
}
.contents .proDetails[data-v-6fd2711a] {
  margin-bottom: 0.2rem;
}
.contents .proDetails .projectProgress[data-v-6fd2711a] {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.contents .proDetails .projectProgress .progressText[data-v-6fd2711a] {
  width: 47%;
  margin-right: 0.72rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.contents .proDetails .projectProgress .progressView[data-v-6fd2711a] {
  cursor: default;
  width: 0.52rem;
  height: 0.19rem;
  border: 0.01rem solid #7db0ea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 0.13rem;
          border-radius: 0.13rem;
  text-align: center;
  line-height: 0.19rem;
  color: #7db0ea;
  font-size: 0.1rem;
}
.contents .con-title[data-v-6fd2711a] {
  line-height: 0.4rem;
  color: #333333;
  font-size: 0.16rem;
  font-weight: 600;
  padding-left: 0.61rem;
}
.contents .con-title1[data-v-6fd2711a] {
  margin-bottom: 0.12rem;
  padding-left: 0.61rem;
}
.contents .con-desc[data-v-6fd2711a] {
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.28rem;
  padding-left: 0.61rem;
  margin-bottom: 0.3rem;
  padding-right: 0.61rem;
}
.contents .con-desc2[data-v-6fd2711a] {
  font-size: 0.16rem;
  color: #333333;
  padding-left: 0.61rem;
  margin-bottom: 0.1rem;
  padding-right: 0.61rem;
}
.contents .attachmentLists[data-v-6fd2711a] {
  margin-bottom: 0.2rem;
  padding-left: 0.23rem;
}
.contents .attachmentLists .list[data-v-6fd2711a] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.14rem;
  color: #333333;
  margin: 0.14rem 0;
}
.contents .attachmentLists .list img[data-v-6fd2711a] {
  width: 0.16rem;
  height: 0.16rem;
  margin-right: 0.15rem;
}
.contents .attachmentLists .list .attachmentName[data-v-6fd2711a] {
  width: 45%;
  margin-right: 0.72rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.contents .attachmentLists .list .attachmentUser[data-v-6fd2711a] {
  width: 4%;
  margin-right: 0.72rem;
}
.contents .attachmentLists .list .attachmentTime[data-v-6fd2711a] {
  width: 5%;
  margin-right: 0.85rem;
}
.contents .attachmentLists .list .attachmentView[data-v-6fd2711a] {
  cursor: default;
  width: 0.52rem;
  height: 0.19rem;
  border: 0.01rem solid #7db0ea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 0.13rem;
          border-radius: 0.13rem;
  text-align: center;
  line-height: 0.19rem;
  color: #7db0ea;
  font-size: 0.1rem;
}
.contents .proFlag[data-v-6fd2711a] {
  color: #333333;
  font-size: 0.14rem;
  margin-bottom: 0.24rem;
  padding-left: 0.23rem;
}
.contents .proFlag div[data-v-6fd2711a]:nth-child(1) {
  font-weight: 600;
}
.contents .proFlag div[data-v-6fd2711a] {
  line-height: 0.3rem;
}
.contents .apply[data-v-6fd2711a] {
  width: 98%;
  float: right;
  margin-top: 0.2rem;
}
.contents .apply .applyCon[data-v-6fd2711a] {
  padding-bottom: 0.44rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.contents .apply .applyCon[data-v-6fd2711a]:nth-last-child(1) {
  padding-bottom: 0;
}
.contents .apply .applyCon[data-v-6fd2711a]::before {
  content: "";
  width: 0.01rem;
  height: -webkit-fill-available;
  background: #ababab;
  position: absolute;
  top: 0;
  left: -0.29rem;
}
.contents .apply .applyCon[data-v-6fd2711a]::after {
  content: "";
  width: 0.06rem;
  height: 0.06rem;
  background: #7db0ea;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
  top: 0;
  left: -0.315rem;
  z-index: 2;
}
.contents .apply h2[data-v-6fd2711a] {
  color: #333333;
  font-size: 0.14rem;
  line-height: 0.2rem;
  margin-top: 0;
}
.contents .apply .applyTime[data-v-6fd2711a] {
  color: #666666;
  font-size: 0.08rem;
  line-height: 0.12rem;
  margin-bottom: 0.1rem;
}
.contents .apply .applyDesc[data-v-6fd2711a] {
  padding: 0.15rem 0.22rem;
  background: #f6faff;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  font-size: 0.14rem;
  line-height: 0.22rem;
}
.contents .applyNull[data-v-6fd2711a] {
  text-align: center;
  color: #666666;
  font-size: 0.18rem;
  font-weight: bold;
  margin: 2.24rem 0;
}
.content1[data-v-6fd2711a] {
  overflow: hidden;
}
.content2[data-v-6fd2711a] {
  overflow: hidden;
}
.content2 .summary .title[data-v-6fd2711a] {
  padding: 0;
}
.content2 .summary .title .title-line[data-v-6fd2711a] {
  bottom: -0.1rem;
}
[data-v-6fd2711a] .dialog-footer {
  margin-top: 0.65rem;
}
[data-v-6fd2711a] .dialog-footer .btnLeft {
  width: 2rem;
  height: 0.4rem;
  background: #D3E8FE;
  -webkit-border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
          border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
  border: 0.01rem solid #7DB0EA;
  font-weight: 800;
  font-size: 0.18rem;
  color: #7DB0EA;
  line-height: 0.1rem;
}
[data-v-6fd2711a] .dialog-footer .btnRight {
  width: 2rem;
  height: 0.4rem;
  background: #7DB0EA;
  -webkit-border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
          border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
  border: 0.01rem solid #7DB0EA;
  font-weight: 800;
  font-size: 0.18rem;
  color: #FFFFFF;
  line-height: 0.1rem;
}
.con-title[data-v-027ef545] {
  line-height: 0.4rem;
  color: #333333;
  font-size: 0.16rem;
  font-weight: 600;
}
.con-title1[data-v-027ef545] {
  margin-bottom: 0.12rem;
  padding-left: 0.23rem;
}
.viewDetail[data-v-027ef545] {
  color: #7db0ea;
  font-size: 0.14rem;
  font-weight: 600;
}
[data-v-027ef545] .el-table .el-table__header {
  -webkit-border-radius: 0;
          border-radius: 0;
}
[data-v-027ef545] .el-table .has-gutter th {
  background: #f6fbff;
}
[data-v-027ef545] .el-table td.el-table__cell {
  padding: 0.28rem 0;
}
[data-v-399a77d2] .contentBody {
  width: 9.09rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0.02659rem 0.06648rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.02659rem 0.06648rem rgba(0, 0, 0, 0.1);
  margin-bottom: 0.17rem;
  position: relative;
}
.step[data-v-399a77d2] {
  margin: auto;
  font-size: 0.18rem;
  margin-bottom: 0.26rem;
}
.step .stepLists[data-v-399a77d2] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0.3rem 0 0.06rem;
  position: relative;
  z-index: 10000;
}
.step .stepTip[data-v-399a77d2] {
  font-weight: 500;
  font-size: 0.15rem;
  color: #7DB0EA;
  line-height: 0.32rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0 0.1rem;
}
.step .stepTip .stepOrder[data-v-399a77d2] {
  width: 0.31rem;
  height: 0.31rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  text-align: center;
  border-width: 0.01rem;
  border-style: solid;
  margin-right: 0.08rem;
}
.step .stepTip .stepCon[data-v-399a77d2] {
  margin-top: 0.23rem;
  font-size: 0.2rem;
  font-weight: 500;
  padding-right: 0.2rem;
}
.step .stepTip .stepCon .active[data-v-399a77d2] {
  font-weight: 500;
  font-size: 0.2rem;
  color: #7DB0EA;
}
.step .stepTip .dateTime[data-v-399a77d2] {
  color: #666666;
  font-size: 0.16rem;
}
.wire[data-v-399a77d2] {
  width: 6.3rem;
  border-bottom: 0.01rem solid #F1F1F1;
  position: absolute;
  top: 1.5rem;
  right: 5rem;
  z-index: 0;
}
.content[data-v-399a77d2] {
  background: #ffffff;
  -webkit-box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0.2rem 0.2rem 0 0;
          border-radius: 0.2rem 0.2rem 0 0;
  margin-bottom: 0.17rem;
}
.content .theme[data-v-399a77d2] {
  height: 0.52rem;
  line-height: 0.52rem;
  padding: 0 0.2rem;
  color: #333333;
  font-size: 0.2rem;
  font-weight: bold;
  background: #f6fbff;
  -webkit-border-radius: 0.2rem 0.2rem 0 0;
          border-radius: 0.2rem 0.2rem 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content .theme-desc[data-v-399a77d2] {
  padding: 0.24rem 0.7rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.content .theme-desc .statusName[data-v-399a77d2] {
  position: absolute;
  top: 0.27rem;
  left: 0.7rem;
  background: #7db0ea;
  -webkit-border-radius: 0.06rem 0.06rem 0.06rem 0;
          border-radius: 0.06rem 0.06rem 0.06rem 0;
  padding: 0 0.14rem;
  height: 0.18rem;
  line-height: 0.18rem;
  color: #ffffff;
  font-size: 0.08rem;
}
.content .theme-desc .theme-img[data-v-399a77d2] {
  width: 1.5rem;
  height: 1rem;
  margin-right: 0.32rem;
  -webkit-box-shadow: 0 0 0.07rem rgba(0, 0, 0, 0.21);
          box-shadow: 0 0 0.07rem rgba(0, 0, 0, 0.21);
  -webkit-border-radius: 0.06rem;
          border-radius: 0.06rem;
}
.content .theme-desc .theme-content[data-v-399a77d2] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.content .theme-desc .theme-content h2[data-v-399a77d2] {
  color: #666666;
  font-size: 0.16rem;
  margin-bottom: 0.12rem;
}
.content .theme-desc .theme-content span[data-v-399a77d2] {
  color: #999999;
  font-size: 0.12rem;
  margin-bottom: 0.06rem;
}
.content .summary[data-v-399a77d2] {
  height: 0.28rem;
  line-height: 0.56rem;
  height: 0.52rem;
  background: #F6FBFF;
  -webkit-border-radius: 0.2rem 0.2rem 0 0;
          border-radius: 0.2rem 0.2rem 0 0;
  font-weight: bold;
  font-size: 0.2rem;
  color: #333333;
}
.content .title[data-v-399a77d2] {
  width: 8.36rem;
  height: 0.28rem;
  margin-bottom: 0.18rem;
  position: relative;
  padding-left: 0.6rem;
  margin-top: 0.28rem;
}
.content .title .title-text[data-v-399a77d2] {
  font-size: 0.18rem;
  font-weight: bold;
  color: #333333;
  position: absolute;
  top: 0;
  z-index: 2;
}
.content .title .title-line[data-v-399a77d2] {
  width: 1.8rem;
  height: 0.07rem;
  background: -webkit-linear-gradient(359.99deg, rgba(125, 176, 234, 0.8) 39.59%, rgba(125, 176, 234, 0) 80.84%);
  background: linear-gradient(90.01deg, rgba(125, 176, 234, 0.8) 39.59%, rgba(125, 176, 234, 0) 80.84%);
  position: absolute;
  bottom: 0.07rem;
}
.content .title2[data-v-399a77d2] {
  margin-top: 0;
}
.content .part-content[data-v-399a77d2] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #333333;
  font-size: 0.14rem;
  line-height: 0.26rem;
  padding-left: 0.61rem;
}
.content .proDetails[data-v-399a77d2] {
  margin-bottom: 0.2rem;
}
.content .proDetails .projectProgress[data-v-399a77d2] {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.content .proDetails .projectProgress .progressText[data-v-399a77d2] {
  width: 47%;
  margin-right: 0.72rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.content .proDetails .projectProgress .progressView[data-v-399a77d2] {
  cursor: default;
  width: 0.52rem;
  height: 0.19rem;
  border: 0.01rem solid #7db0ea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 0.13rem;
          border-radius: 0.13rem;
  text-align: center;
  line-height: 0.19rem;
  color: #7db0ea;
  font-size: 0.1rem;
}
.content .con-title[data-v-399a77d2] {
  line-height: 0.4rem;
  color: #333333;
  font-size: 0.16rem;
  font-weight: 600;
  padding-left: 0.61rem;
}
.content .con-title1[data-v-399a77d2] {
  margin-bottom: 0.12rem;
  padding-left: 0.61rem;
}
.content .con-desc[data-v-399a77d2] {
  font-size: 0.14rem;
  color: #333333;
  line-height: 0.28rem;
  padding-left: 0.61rem;
  margin-bottom: 0.2rem;
  padding-right: 0.61rem;
}
.content .con-desc2[data-v-399a77d2] {
  font-size: 0.14rem;
  color: #333333;
  padding-left: 0.61rem;
  margin-bottom: 0.1rem;
  padding-right: 0.61rem;
}
.content .attachmentLists[data-v-399a77d2] {
  margin-bottom: 0.37rem;
  padding-left: 0.23rem;
}
.content .attachmentLists .list[data-v-399a77d2] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.14rem;
  color: #333333;
  margin: 0.14rem 0;
  margin-left: 0.5rem;
}
.content .attachmentLists .list img[data-v-399a77d2] {
  width: 0.16rem;
  height: 0.16rem;
  margin-right: 0.15rem;
}
.content .attachmentLists .list a[data-v-399a77d2] {
  display: inline-block;
  width: 0.52rem;
  height: 0.19rem;
  background: #ffffff;
  border: 0.01rem solid #7db0ea;
  -webkit-border-radius: 0.13rem;
          border-radius: 0.13rem;
  color: #7db0ea;
  font-size: 0.1rem;
  text-align: center;
  line-height: 0.19rem;
}
.content .attachmentLists .list .attachmentName[data-v-399a77d2] {
  width: 83%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.content .attachmentLists .list .attachmentUser[data-v-399a77d2] {
  width: 4%;
  margin-right: 0.72rem;
}
.content .attachmentLists .list .attachmentTime[data-v-399a77d2] {
  width: 5%;
  margin-right: 0.85rem;
}
.content .attachmentLists .list .attachmentView[data-v-399a77d2] {
  cursor: default;
  width: 0.52rem;
  height: 0.19rem;
  border: 0.01rem solid #7db0ea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 0.13rem;
          border-radius: 0.13rem;
  text-align: center;
  line-height: 0.19rem;
  color: #7db0ea;
  font-size: 0.1rem;
}
.content .proFlag[data-v-399a77d2] {
  color: #333333;
  font-size: 0.14rem;
  margin-bottom: 0.24rem;
  padding-left: 0.23rem;
}
.content .proFlag div[data-v-399a77d2]:nth-child(1) {
  font-weight: 600;
}
.content .proFlag div[data-v-399a77d2] {
  line-height: 0.3rem;
}
.content .apply[data-v-399a77d2] {
  width: 98%;
  float: right;
  margin-top: 0.2rem;
}
.content .apply .applyCon[data-v-399a77d2] {
  padding-bottom: 0.44rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.content .apply .applyCon[data-v-399a77d2]:nth-last-child(1) {
  padding-bottom: 0;
}
.content .apply .applyCon[data-v-399a77d2]::before {
  content: "";
  width: 0.01rem;
  height: -webkit-fill-available;
  background: #ababab;
  position: absolute;
  top: 0;
  left: -0.29rem;
}
.content .apply .applyCon[data-v-399a77d2]::after {
  content: "";
  width: 0.06rem;
  height: 0.06rem;
  background: #7db0ea;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
  top: 0;
  left: -0.315rem;
  z-index: 2;
}
.content .apply h2[data-v-399a77d2] {
  color: #333333;
  font-size: 0.14rem;
  line-height: 0.2rem;
  margin-top: 0;
}
.content .apply .applyTime[data-v-399a77d2] {
  color: #666666;
  font-size: 0.08rem;
  line-height: 0.12rem;
  margin-bottom: 0.1rem;
}
.content .apply .applyDesc[data-v-399a77d2] {
  padding: 0.15rem 0.22rem;
  background: #f6faff;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  font-size: 0.14rem;
  line-height: 0.22rem;
}
.content .applyNull[data-v-399a77d2] {
  text-align: center;
  color: #666666;
  font-size: 0.18rem;
  font-weight: bold;
  margin: 2.24rem 0;
}
.contents[data-v-399a77d2] {
  background: #ffffff;
  -webkit-box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.1);
  margin-bottom: 0.17rem;
}
.contents .theme[data-v-399a77d2] {
  height: 0.52rem;
  line-height: 0.52rem;
  padding: 0 0.2rem;
  color: #333333;
  font-size: 0.2rem;
  font-weight: bold;
  background: #f6fbff;
  -webkit-border-radius: 0.2rem 0.2rem 0 0;
          border-radius: 0.2rem 0.2rem 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contents .theme-desc[data-v-399a77d2] {
  padding: 0.24rem 0.7rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.contents .theme-desc .statusName[data-v-399a77d2] {
  position: absolute;
  top: 0.27rem;
  left: 0.7rem;
  background: #7db0ea;
  -webkit-border-radius: 0.06rem 0.06rem 0.06rem 0;
          border-radius: 0.06rem 0.06rem 0.06rem 0;
  padding: 0 0.14rem;
  height: 0.18rem;
  line-height: 0.18rem;
  color: #ffffff;
  font-size: 0.08rem;
}
.contents .theme-desc .theme-img[data-v-399a77d2] {
  width: 1.5rem;
  height: 1rem;
  margin-right: 0.32rem;
  -webkit-box-shadow: 0 0 0.07rem rgba(0, 0, 0, 0.21);
          box-shadow: 0 0 0.07rem rgba(0, 0, 0, 0.21);
  -webkit-border-radius: 0.06rem;
          border-radius: 0.06rem;
}
.contents .theme-desc .theme-content[data-v-399a77d2] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contents .theme-desc .theme-content h2[data-v-399a77d2] {
  color: #666666;
  font-size: 0.16rem;
  margin-bottom: 0.12rem;
}
.contents .theme-desc .theme-content span[data-v-399a77d2] {
  color: #999999;
  font-size: 0.12rem;
  margin-bottom: 0.06rem;
}
.contents .summary[data-v-399a77d2] {
  height: 0.28rem;
  line-height: 0.56rem;
  height: 0.52rem;
  background: #F6FBFF;
  -webkit-border-radius: 0.2rem 0.2rem 0 0;
          border-radius: 0.2rem 0.2rem 0 0;
  font-weight: bold;
  font-size: 0.2rem;
  color: #333333;
}
.contents .title[data-v-399a77d2] {
  width: 8.36rem;
  height: 0.28rem;
  margin-bottom: 0.15rem;
  position: relative;
  padding-left: 0.6rem;
  margin-top: 0.25rem;
}
.contents .title .title-text[data-v-399a77d2] {
  font-size: 0.18rem;
  font-weight: bold;
  color: #333333;
  position: absolute;
  top: 0;
  z-index: 2;
}
.contents .title .title-line[data-v-399a77d2] {
  width: 1.8rem;
  height: 0.07rem;
  background: -webkit-linear-gradient(359.99deg, rgba(125, 176, 234, 0.8) 39.59%, rgba(125, 176, 234, 0) 80.84%);
  background: linear-gradient(90.01deg, rgba(125, 176, 234, 0.8) 39.59%, rgba(125, 176, 234, 0) 80.84%);
  position: absolute;
  bottom: 0.07rem;
}
.contents .line[data-v-399a77d2] {
  width: 8.36rem;
  margin-left: 0.41rem;
  border-bottom: 0.01rem solid #D8D8D8;
  margin-bottom: 0.27rem;
}
.contents .dot-content[data-v-399a77d2] {
  padding-left: 0.48rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.contents .dot-content .left .dot[data-v-399a77d2] {
  width: 0.06rem;
  height: 0.06rem;
  background: #7DB0EA;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.contents .dot-content .left .dot-line[data-v-399a77d2] {
  height: 100%;
  border-left: 0.01rem solid #D8D8D8;
  margin-left: 0.02rem;
}
.contents .dot-content .right[data-v-399a77d2] {
  margin-left: 0.29rem;
}
.contents .dot-content .right .name[data-v-399a77d2] {
  font-weight: bold;
  font-size: 0.14rem;
  color: #333333;
  line-height: 0.16rem;
  margin-top: -0.12rem;
}
.contents .dot-content .right .right-content[data-v-399a77d2] {
  background: #F6FAFF;
  -webkit-border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
          border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  font-weight: 400;
  font-size: 0.14rem;
  color: #333333;
  margin-top: 0.13rem;
  padding: 0.15rem 0.22rem;
}
.contents .title2[data-v-399a77d2] {
  margin-top: 0;
}
.contents .part-content[data-v-399a77d2] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #333333;
  font-size: 0.16rem;
  line-height: 0.26rem;
  padding-left: 0.61rem;
}
.contents .proDetails[data-v-399a77d2] {
  margin-bottom: 0.2rem;
}
.contents .proDetails .projectProgress[data-v-399a77d2] {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.contents .proDetails .projectProgress .progressText[data-v-399a77d2] {
  width: 47%;
  margin-right: 0.72rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.contents .proDetails .projectProgress .progressView[data-v-399a77d2] {
  cursor: default;
  width: 0.52rem;
  height: 0.19rem;
  border: 0.01rem solid #7db0ea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 0.13rem;
          border-radius: 0.13rem;
  text-align: center;
  line-height: 0.19rem;
  color: #7db0ea;
  font-size: 0.1rem;
}
.contents .con-title[data-v-399a77d2] {
  line-height: 0.4rem;
  color: #333333;
  font-size: 0.16rem;
  font-weight: 600;
  padding-left: 0.61rem;
}
.contents .con-title1[data-v-399a77d2] {
  margin-bottom: 0.12rem;
  padding-left: 0.61rem;
}
.contents .con-desc[data-v-399a77d2] {
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.28rem;
  padding-left: 0.61rem;
  margin-bottom: 0.39rem;
  padding-right: 0.61rem;
}
.contents .con-desc2[data-v-399a77d2] {
  font-size: 0.16rem;
  color: #333333;
  padding-left: 0.61rem;
  margin-bottom: 0.1rem;
  padding-right: 0.61rem;
}
.contents .attachmentLists[data-v-399a77d2] {
  margin-bottom: 0.2rem;
  padding-left: 0.23rem;
}
.contents .attachmentLists .list[data-v-399a77d2] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.14rem;
  color: #333333;
  margin: 0.14rem 0;
}
.contents .attachmentLists .list img[data-v-399a77d2] {
  width: 0.16rem;
  height: 0.16rem;
  margin-right: 0.15rem;
}
.contents .attachmentLists .list .attachmentName[data-v-399a77d2] {
  width: 45%;
  margin-right: 0.72rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.contents .attachmentLists .list .attachmentUser[data-v-399a77d2] {
  width: 4%;
  margin-right: 0.72rem;
}
.contents .attachmentLists .list .attachmentTime[data-v-399a77d2] {
  width: 5%;
  margin-right: 0.85rem;
}
.contents .attachmentLists .list .attachmentView[data-v-399a77d2] {
  cursor: default;
  width: 0.52rem;
  height: 0.19rem;
  border: 0.01rem solid #7db0ea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 0.13rem;
          border-radius: 0.13rem;
  text-align: center;
  line-height: 0.19rem;
  color: #7db0ea;
  font-size: 0.1rem;
}
.contents .proFlag[data-v-399a77d2] {
  color: #333333;
  font-size: 0.14rem;
  margin-bottom: 0.24rem;
  padding-left: 0.23rem;
}
.contents .proFlag div[data-v-399a77d2]:nth-child(1) {
  font-weight: 600;
}
.contents .proFlag div[data-v-399a77d2] {
  line-height: 0.3rem;
}
.contents .apply[data-v-399a77d2] {
  width: 98%;
  float: right;
  margin-top: 0.2rem;
}
.contents .apply .applyCon[data-v-399a77d2] {
  padding-bottom: 0.44rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.contents .apply .applyCon[data-v-399a77d2]:nth-last-child(1) {
  padding-bottom: 0;
}
.contents .apply .applyCon[data-v-399a77d2]::before {
  content: "";
  width: 0.01rem;
  height: -webkit-fill-available;
  background: #ababab;
  position: absolute;
  top: 0;
  left: -0.29rem;
}
.contents .apply .applyCon[data-v-399a77d2]::after {
  content: "";
  width: 0.06rem;
  height: 0.06rem;
  background: #7db0ea;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
  top: 0;
  left: -0.315rem;
  z-index: 2;
}
.contents .apply h2[data-v-399a77d2] {
  color: #333333;
  font-size: 0.14rem;
  line-height: 0.2rem;
  margin-top: 0;
}
.contents .apply .applyTime[data-v-399a77d2] {
  color: #666666;
  font-size: 0.08rem;
  line-height: 0.12rem;
  margin-bottom: 0.1rem;
}
.contents .apply .applyDesc[data-v-399a77d2] {
  padding: 0.15rem 0.22rem;
  background: #f6faff;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  font-size: 0.14rem;
  line-height: 0.22rem;
}
.contents .applyNull[data-v-399a77d2] {
  text-align: center;
  color: #666666;
  font-size: 0.18rem;
  font-weight: bold;
  margin: 2.24rem 0;
}
.content1[data-v-399a77d2] {
  overflow: hidden;
}
.content2[data-v-399a77d2] {
  overflow: hidden;
}
.content2 .summary .title[data-v-399a77d2] {
  padding: 0;
}
.content2 .summary .title .title-line[data-v-399a77d2] {
  bottom: -0.1rem;
}
@charset "UTF-8";
.dialogTitle[data-v-3f8be5a5] {
  font-weight: 500;
  font-size: 0.29rem;
  color: #333333;
  text-align: center;
  margin-top: -0.35rem;
}
.dialogCenter[data-v-3f8be5a5] {
  padding: 0 0.05rem;
}
.dialogCenter .dialogBody[data-v-3f8be5a5] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0.2rem 0 0.13rem 0;
}
.dialogCenter .dialogBody .left[data-v-3f8be5a5] {
  width: 0.9rem;
  font-weight: 400;
  font-size: 0.18rem;
  color: #666666;
}
.dialogCenter .dialogBody .right[data-v-3f8be5a5] {
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  padding-left: 0.35rem;
}
.dialogCenter .dialogBodyMember[data-v-3f8be5a5] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.dialogCenter .dialogBodyMember .left[data-v-3f8be5a5] {
  width: 1.2rem;
  font-size: 0.18rem;
  color: #666666;
}
.dialogCenter .dialogBodyMember .right[data-v-3f8be5a5] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
}
.dialogCenter .dialogBodyTwo[data-v-3f8be5a5] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0.2rem 0 0.13rem 0;
}
.dialogCenter .dialogBodyTwo .left[data-v-3f8be5a5] {
  font-weight: 400;
  font-size: 0.18rem;
  color: #666666;
}
.dialogCenter .dialogBodyTwo .right[data-v-3f8be5a5] {
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  padding-left: 0.16rem;
}
.dialogCenter .dialogBodys[data-v-3f8be5a5] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0.2rem 0 0.12rem 0;
}
.dialogCenter .dialogBodys .left[data-v-3f8be5a5] {
  width: 1.2rem;
  font-weight: 400;
  font-size: 0.18rem;
  color: #666666;
}
.dialogCenter .dialogBodys .right[data-v-3f8be5a5] {
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
}
.VedioMp4[data-v-3f8be5a5]  .el-dialog__wrapper {
  background: rgba(0, 0, 0, 0.8);
}
.VedioMp4[data-v-3f8be5a5]  .el-dialog {
  background: black;
}
.VedioMp4[data-v-3f8be5a5]  .el-dialog__close {
  display: block;
  color: #fff;
}
.dialogBottom[data-v-3f8be5a5] {
  width: 2.16rem;
  height: 0.5rem;
  margin-top: 0.57rem;
}
.dialogBottom .top[data-v-3f8be5a5] {
  font-weight: 400;
  font-size: 0.18rem;
  color: #333333;
}
.dialogBottom .topTime[data-v-3f8be5a5] {
  font-weight: 400;
  font-size: 0.18rem;
  color: #333333;
  text-align: center;
  margin-top: 0.1rem;
}
.img[data-v-3f8be5a5] {
  position: relative;
}
.img .imgs[data-v-3f8be5a5] {
  width: 1.59rem;
  height: 1.57rem;
  position: absolute;
  bottom: 0.36rem;
  right: 0.2rem;
}
.btns[data-v-3f8be5a5] {
  width: 1.66rem;
  height: 0.34rem;
  text-align: center;
  line-height: 0.08rem;
  background-color: #3b5efc;
  font-size: 0.14rem;
  margin-top: 2.5rem;
  -webkit-border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
          border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
}
.gray-bg[data-v-3f8be5a5] {
  background-color: #f6faff;
}
[data-v-3f8be5a5] .iptPass {
  caret-color: transparent;
}
.initiationPass[data-v-3f8be5a5] {
  margin: 0.25rem 0 0 0.6rem;
  position: relative;
}
.initiationPass .iptBorder[data-v-3f8be5a5] {
  width: 0.41rem;
  height: 0.41rem;
  border: 0.01rem solid #ccc;
  position: absolute;
  top: 0;
  pointer-events: none;
}
.initiationPass .iptBorder2[data-v-3f8be5a5] {
  width: 0.41rem;
  height: 0.41rem;
  border: 0.01rem solid #ccc;
  position: absolute;
  top: 0;
  left: 0.5rem;
}
.initiationPass .iptBorder3[data-v-3f8be5a5] {
  width: 0.41rem;
  height: 0.41rem;
  border: 0.01rem solid #ccc;
  position: absolute;
  top: 0;
  left: 1rem;
  pointer-events: none;
}
.initiationPass .iptBorder4[data-v-3f8be5a5] {
  width: 0.41rem;
  height: 0.41rem;
  border: 0.01rem solid #ccc;
  position: absolute;
  top: 0;
  left: 1.5rem;
  pointer-events: none;
}
.initiationPass .iptBorder5[data-v-3f8be5a5] {
  width: 0.41rem;
  height: 0.41rem;
  border: 0.01rem solid #ccc;
  position: absolute;
  top: 0;
  left: 2rem;
  pointer-events: none;
}
.initiationPass .iptBorder6[data-v-3f8be5a5] {
  width: 0.41rem;
  height: 0.41rem;
  border: 0.01rem solid #ccc;
  position: absolute;
  top: 0;
  left: 2.5rem;
  pointer-events: none;
}
[data-v-3f8be5a5] .el-dialog__close {
  display: none;
}
[data-v-3f8be5a5] .el-input__inner {
  letter-spacing: 0.43rem;
  border: 0;
}
[data-v-3f8be5a5] .el-input__inner::after {
  content: "";
}
[data-v-3f8be5a5] .el-textarea__inner {
  width: 4.08rem;
  height: 1.19rem;
}
[data-v-3f8be5a5] .right .el-input__inner {
  width: 2.92rem;
}
.boxBtn[data-v-3f8be5a5] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.24rem;
}
[data-v-3f8be5a5] .el-dialog {
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
}
.el-dialog__title[data-v-3f8be5a5] {
  font-weight: 500;
  font-size: 0.2rem;
  color: #333333;
}
.btn1[data-v-3f8be5a5] {
  width: 0.82rem;
  height: 0.35rem;
  line-height: 0.1rem;
  -webkit-border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
          border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
  border: 0.01rem solid #3B5EFC;
  background: #fff;
  color: #3B5EFC;
}
.btn[data-v-3f8be5a5] {
  width: 0.82rem;
  height: 0.35rem;
  text-align: center;
  line-height: 0.08rem;
  background-color: #3b5efc;
  font-size: 0.14rem;
}
.personal-info-bottom[data-v-3f8be5a5] {
  height: 0.53rem;
  color: #666;
  font-size: 0.16rem;
  line-height: 0.46rem;
  margin-bottom: 0.17rem;
  border-bottom: 0.01rem solid #dfdfdf;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.pdContainer[data-v-3f8be5a5] {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-y: auto;
  padding: 0.1rem;
}
dt[data-v-3f8be5a5] {
  width: 0.56rem;
  height: 0.56rem;
  background: #ffff;
  fill: #fff;
  -webkit-filter: drop-shadow(0 0 0.07511rem rgba(4, 4, 4, 0.1));
          filter: drop-shadow(0 0 0.07511rem rgba(4, 4, 4, 0.1));
  -webkit-border-radius: 100%;
          border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
dt[data-v-3f8be5a5]:hover {
  background: #1d30ff;
}
dt .svg-icon[data-v-3f8be5a5] {
  width: 0.2rem;
  height: 0.2rem;
}
.sdiv[data-v-3f8be5a5] {
  padding: 0 0.1rem 0 0.28rem;
}
.project-title[data-v-3f8be5a5] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  width: 100%;
  padding-right: 0.1rem;
  border-bottom: 0.01rem solid #dfdfdf;
  margin-top: 0.2rem;
}
.project-info[data-v-3f8be5a5] {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
}
.project-info .frame[data-v-3f8be5a5] {
  margin: 0 0 0.23rem 0.1rem;
}
.project-info .frame img[data-v-3f8be5a5] {
  width: 0.22rem;
  height: 0.22rem;
}
.project-info .bottomBtn[data-v-3f8be5a5] {
  cursor: pointer;
  position: absolute;
  right: 0.1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 0.1rem;
}
.project-info .bottomBtn .btn-collect[data-v-3f8be5a5] {
  padding: 0 0.25rem;
  height: 0.37rem;
  -webkit-border-radius: 0.06rem;
          border-radius: 0.06rem;
  border: 0.01rem solid #3b5efc;
  color: #3b5efc;
  background: #fff;
  font-family: PingFang SC;
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 700;
  margin-right: 0.07rem;
}
.project-info .bottomBtn .Unbtn-collect[data-v-3f8be5a5] {
  padding: 0 0.25rem;
  height: 0.37rem;
  -webkit-border-radius: 0.06rem;
          border-radius: 0.06rem;
  border: 0.01rem solid #ededed;
  color: #666;
  background: #ededed;
  font-family: PingFang SC;
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 700;
  margin-right: 0.07rem;
  line-height: normal;
}
.project-info .bottomBtn .btn-cls-confirm[data-v-3f8be5a5] {
  width: 1.05rem;
  height: 0.37rem;
  color: #fff;
  font-size: 0.14rem;
  font-weight: 400;
  border: none;
  -webkit-border-radius: 0.06rem;
          border-radius: 0.06rem;
}
.project-info-title[data-v-3f8be5a5] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.2rem;
  font-weight: bold;
  color: #333;
  white-space: nowrap;
  /* 不换行 */
  overflow: hidden;
  /* 超出部分隐藏 */
  text-overflow: ellipsis;
  /* 显示省略号 /*/
  margin-bottom: -0.05rem;
}
.info-type[data-v-3f8be5a5] {
  height: 0.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.1rem;
  color: #999999;
}
.info-type div[data-v-3f8be5a5] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0.1rem;
  color: #999;
  font-family: PingFang SC;
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.info-type div img[data-v-3f8be5a5] {
  width: 0.15rem;
  height: 0.15rem;
  margin-right: 0.04rem;
}
.schoolName[data-v-3f8be5a5] {
  font-size: 0.14rem;
  font-weight: 400;
  line-height: 0.2rem;
  text-align: left;
}
.decamd-desc[data-v-3f8be5a5] {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.titles[data-v-3f8be5a5] {
  color: #333;
  font-family: PingFang SC;
  font-size: 0.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 0.25rem;
}
.underpainting[data-v-3f8be5a5] {
  width: 1.19rem;
  height: 0.07rem;
  -webkit-border-radius: 0.01rem;
          border-radius: 0.01rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.05%, rgba(53, 160, 254, 0.3)), color-stop(101.07%, rgba(53, 160, 254, 0)));
  background: -webkit-linear-gradient(left, rgba(53, 160, 254, 0.3) 0.05%, rgba(53, 160, 254, 0) 101.07%);
  background: linear-gradient(90deg, rgba(53, 160, 254, 0.3) 0.05%, rgba(53, 160, 254, 0) 101.07%);
}
.headline[data-v-3f8be5a5] {
  position: relative;
}
.headline .title[data-v-3f8be5a5] {
  color: #333;
  margin-top: 0.25rem;
  font-family: PingFang SC;
  font-size: 0.18rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.headline .underpainting[data-v-3f8be5a5] {
  position: absolute;
  top: 0.42rem;
  height: 0.07rem;
  -webkit-border-radius: 0.01rem;
          border-radius: 0.01rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.05%, rgba(53, 160, 254, 0.3)), color-stop(101.07%, rgba(53, 160, 254, 0)));
  background: -webkit-linear-gradient(left, rgba(53, 160, 254, 0.3) 0.05%, rgba(53, 160, 254, 0) 101.07%);
  background: linear-gradient(90deg, rgba(53, 160, 254, 0.3) 0.05%, rgba(53, 160, 254, 0) 101.07%);
}
.title[data-v-3f8be5a5] {
  color: #333;
  font-size: 0.2rem;
  font-weight: 700;
  margin-bottom: 0.15rem;
  margin-top: 0.05rem;
}
.tag-list[data-v-3f8be5a5] {
  height: 0.19rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.23rem;
}
.tag-items[data-v-3f8be5a5] {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 0.3rem;
  padding: 0.03rem 0.14056rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-border-radius: 0.02rem;
          border-radius: 0.02rem;
  background: #ededed;
  color: #666;
  font-size: 0.16rem;
  font-weight: 400;
  margin: 0 0.11rem 0.1rem 0;
  width: auto;
}
.wirs[data-v-3f8be5a5] {
  width: 7.01rem;
  border-bottom: 0.01rem solid #F3F3F3;
  margin: 0.14rem 0 0.1rem 0;
}
.desc[data-v-3f8be5a5] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  color: #333;
  font-family: PingFang SC;
  font-size: 0.16rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.25rem;
  /* 156.25% */
  word-break: break-word;
}
.desc .desc-left[data-v-3f8be5a5] {
  margin-left: 0.1rem;
}
.desc .box[data-v-3f8be5a5] {
  font-size: 0.12rem;
  color: #666666;
}
.desc .desc-right[data-v-3f8be5a5] {
  margin-left: 3.34rem;
}
.desc .desc-right .sp[data-v-3f8be5a5] {
  font-size: 0.16rem;
  color: #FEA220;
}
.desc .desc-right .sp2[data-v-3f8be5a5] {
  font-size: 0.16rem;
  color: #333333;
  margin-left: 1.3rem;
}
.business[data-v-3f8be5a5] {
  margin-bottom: 24rpx;
}
.business-title[data-v-3f8be5a5] {
  color: #333;
  font-family: PingFang SC;
  font-size: 0.16rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.25rem;
  /* 156.25% */
}
.business-container[data-v-3f8be5a5] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 0.48rem;
  margin: 0.1rem 0.1rem 0 0;
}
.business-container-l[data-v-3f8be5a5] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.business-container-l-c[data-v-3f8be5a5] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin-left: 0.05rem;
}
.business-container-l-c-desc[data-v-3f8be5a5] {
  font-size: 0.1rem;
  color: #999;
  font-weight: 400;
}
.business-image[data-v-3f8be5a5] {
  width: 0.36rem;
  height: 0.36rem;
}
.business-div[data-v-3f8be5a5] {
  width: 0.56rem;
  height: 0.26rem;
  color: #5c9ffd;
  -webkit-border-radius: 0.13rem;
          border-radius: 0.13rem;
  border: 0.005rem solid #475ffd;
  text-align: center;
  color: #475ffd;
  font-size: 0.1rem;
  font-weight: 400;
  margin-right: 0.41rem;
  line-height: 0.26rem;
}
.bottom-item-image[data-v-3f8be5a5] {
  width: 70rpx;
  height: 70rpx;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.project_h2[data-v-3f8be5a5] {
  margin-left: 15rpx;
  color: #333;
  font-size: 30rpx;
  font-weight: 400;
  word-wrap: break-word;
}
.bottom[data-v-3f8be5a5] {
  z-index: 2;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 144rpx;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1rpx solid #dfdfdf;
  background-color: #ffffff;
}
.content-container[data-v-3f8be5a5] {
  width: 100%;
  margin: 10rpx auto;
  -webkit-border-radius: 0;
          border-radius: 0;
  background-color: #f5f6f8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.popup-container[data-v-3f8be5a5] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 540rpx;
  background: #fff;
}
.popup-container-title[data-v-3f8be5a5] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 40rpx;
  font-size: 32rpx;
  font-weight: 600;
  margin: 20rpx;
}
.popup-container-tag[data-v-3f8be5a5] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 60rpx;
}
.popup-container-tag-item[data-v-3f8be5a5] {
  width: 160rpx;
  height: 40rpx;
  margin-left: 20rpx;
  text-align: center;
}
.textarea[data-v-3f8be5a5] {
  margin: 20rpx;
  width: 700rpx;
}
.btn-cls[data-v-3f8be5a5] {
  margin: 20rpx;
  width: 700rpx;
}
.btn-cls-confirm[data-v-3f8be5a5] {
  width: 472rpx;
  height: 70rpx;
  color: #ffffff;
  background-color: #3b5efc;
}
.tag-div[data-v-3f8be5a5] {
  width: 140rpx;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.faceNucleus dl dt[data-v-70d0b14e] {
  width: 3rem;
  height: 3rem;
  overflow: hidden;
  position: relative;
}
.faceNucleus dl dt .camera-video[data-v-70d0b14e] {
  width: 2.7rem;
  height: 2.7rem;
  position: absolute;
  top: 0.15rem;
  left: 0.15rem;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  overflow: hidden;
}
.faceNucleus dl dt[data-v-70d0b14e]  .el-progress {
  width: 100%;
  height: 100%;
}
.faceNucleus dl dt[data-v-70d0b14e]  .el-progress .el-progress-circle {
  width: 100% !important;
  height: 100% !important;
}
.faceNucleus dl dd[data-v-70d0b14e] {
  font-size: 0.2rem;
  line-height: 0.5rem;
  margin: 0 0 0.2rem;
}
[data-v-67652690] .el-form-item .el-form-item__label {
  line-height: 0.41rem;
}
[data-v-67652690] .el-form-item .el-form-item__content {
  line-height: 0.41rem;
}
[data-v-67652690] .el-form-item .el-form-item__content .el-input__icon {
  line-height: 0.41rem;
}
[data-v-67652690] .el-form-item .el-form-item__content .el-input__inner {
  height: 0.41rem;
  line-height: 0.41rem;
  background: #fff;
}
.title[data-v-48a2b5fd] {
  text-align: center;
  font-size: 0.22rem;
  font-weight: bold;
  margin-bottom: 0.2rem;
}
.content[data-v-48a2b5fd] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0.1rem 0 0 0.4rem;
}
.content .right-top[data-v-48a2b5fd] {
  line-height: 0.3rem;
  margin-left: 0.1rem;
  font-size: 0.18rem;
}
.content .next-right-top[data-v-48a2b5fd] {
  line-height: 0.3rem;
  font-size: 0.18rem;
}
.dialogMyVisible[data-v-1ff83fb2] {
  text-align: center;
}
.dialogMyVisible i[data-v-1ff83fb2] {
  margin-bottom: 0.36rem;
}
.dialogMyVisible img[data-v-1ff83fb2] {
  width: 0.46rem;
  height: 0.46rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin: 0 auto 0.34rem;
}
.dialogMyVisible div[data-v-1ff83fb2] {
  font-size: 0.2rem;
  line-height: 0.23rem;
  text-align: center;
  color: #333333;
  margin-bottom: 0.46rem;
}
.dialogMyVisible h2[data-v-1ff83fb2] {
  font-weight: 400;
  font-size: 0.2rem;
  margin-bottom: 0.24rem;
}
.dialogMyVisible .content[data-v-1ff83fb2] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0;
}
.dialogMyVisible .content img[data-v-1ff83fb2] {
  height: 0.36rem;
  margin: 0 0.2rem 0 0;
  -webkit-border-radius: 0;
          border-radius: 0;
}
.dialogMyVisible .content .context[data-v-1ff83fb2] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0.3rem;
}
.dialogMyVisible .content .context div[data-v-1ff83fb2] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.2rem;
}
.dialogMyVisible .content .context span[data-v-1ff83fb2] {
  display: inline-block;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #333333;
  margin-bottom: 0.2rem;
}
.dialogMyVisible .content .context span[data-v-1ff83fb2]:nth-child(2) {
  margin-left: 0.4rem;
}
.dialogMyVisible .content .tip[data-v-1ff83fb2] {
  width: 4.38rem;
  height: 0.52rem;
  line-height: 0.52rem;
  padding-left: 0.17rem;
  background: #f6fbff;
  font-weight: 400;
  font-size: 0.14rem;
  color: #333333;
}
.dialogMyVisible .content .tip span[data-v-1ff83fb2] {
  color: #fb8326;
  margin: 0;
}
[data-v-1ff83fb2] .el-dialog__footer .el-button:nth-child(1) {
  background: #7db0ea;
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
  color: #fff;
}
[data-v-1d59e876] .el-dialog__body {
  padding: 0.54rem 0 1.47rem 0;
}
[data-v-1d59e876] .el-dialog__body .box {
  width: 100%;
  height: 100%;
}
[data-v-1d59e876] .el-dialog__body .Interval {
  font-size: 0.5rem;
}
[data-v-1d59e876] .el-dialog__body .el-button {
  width: 1.86rem;
  height: 1.86rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #FFA724;
  color: #FFFFFF;
  font-size: 0.31rem;
}
.MyProject[data-v-45b420f2] {
  height: 100%;
  width: 100%;
  padding: 0.16rem 0.25rem 0 0.26rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  overflow: hidden;
  background: #ffffff;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
}
.MyProject .project[data-v-45b420f2] {
  padding: 0.22rem 0.12rem 0.25rem 0.29rem;
  border-bottom: 0.005rem solid #ababab;
  position: relative;
  position: relative;
}
.MyProject .project .logo[data-v-45b420f2] {
  width: 1.86rem;
  height: 1.19rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  margin-right: 0.27rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.MyProject .project .ai[data-v-45b420f2] {
  width: 0.81rem;
  height: 0.29rem;
  line-height: 0.29rem;
  padding: 0;
  font-size: 0.11rem;
  -webkit-box-shadow: 0 0.02rem 0.1rem 0 rgba(125, 176, 234, 0.5);
          box-shadow: 0 0.02rem 0.1rem 0 rgba(125, 176, 234, 0.5);
  -webkit-border-radius: 0.07rem 0.07rem 0.07rem 0.07rem;
          border-radius: 0.07rem 0.07rem 0.07rem 0.07rem;
  border: 0.01rem solid #7db0ea;
  margin-bottom: 0.09rem;
}
.MyProject .project .btn[data-v-45b420f2] {
  width: 0.81rem;
  height: 0.29rem;
  line-height: 0.29rem;
  padding: 0;
  font-size: 0.11rem;
  color: #ffffff;
  -webkit-border-radius: 0.07rem;
          border-radius: 0.07rem;
  border: none;
  background: #7db0ea;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(125, 176, 234, 0.5);
          box-shadow: 0 0.02rem 0.1rem rgba(125, 176, 234, 0.5);
}
.MyProject .project .drawOrder[data-v-45b420f2] {
  width: 1.86rem;
  line-height: 1.19rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  background: rgba(0, 0, 0, 0.5);
  font-size: 0.18rem;
  text-align: center;
  color: #ffffff;
  position: absolute;
}
.MyProject .project .info[data-v-45b420f2] {
  width: 5rem;
}
.MyProject .project .info .title[data-v-45b420f2] {
  margin: 0 0 0.09rem 0;
  font-weight: 600;
  font-size: 0.2rem;
  color: #333333;
}
.MyProject .project .info .title .el-tag[data-v-45b420f2] {
  height: 0.24rem;
  line-height: 0.24rem;
  margin-left: 0.07rem;
  border: none;
  font-size: 0.11rem;
  color: #ffffff;
  background: #feb104;
}
.MyProject .project .info .title .el-tag.a[data-v-45b420f2] {
  background: #d8d8d8;
}
.MyProject .project .info .title .el-tag.b[data-v-45b420f2] {
  background-color: #06deb7;
}
.MyProject .project .info .title .el-tag.c[data-v-45b420f2] {
  background-color: #88B1FF;
}
.MyProject .project .info .member[data-v-45b420f2] {
  margin-bottom: 0.02rem;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 160%;
  color: #666666;
}
.MyProject .project .info .member div[data-v-45b420f2] {
  margin-bottom: 0.06rem;
}
.MyProject .project .info .ops[data-v-45b420f2] {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.12rem;
  line-height: 160%;
  color: #999999;
}
.MyProject .project .info .ops li[data-v-45b420f2] {
  white-space: nowrap;
}
.MyProject .project .info .ops li i[data-v-45b420f2] {
  margin-right: 0.04rem;
  font-size: 0.15rem;
}
.MyProject .project .info .ops li + li[data-v-45b420f2] {
  margin-top: 0.07rem;
}
.MyProject .el-empty[data-v-45b420f2]  .el-empty__image {
  width: 3rem;
  height: auto;
}
.GroupList[data-v-ffe16f66] {
  height: 100%;
  width: 100%;
  padding-top: 0.16rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
}
.GroupList .group[data-v-ffe16f66] {
  width: 8.19rem;
  height: 1.29rem;
  padding: 0 0.67rem 0 0.7rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  margin: 0.16rem auto;
}
.GroupList .group .title[data-v-ffe16f66] {
  margin: 0 0.13rem 0 0;
  font-weight: 600;
  font-size: 0.18rem;
  line-height: 160%;
  color: #333333;
}
.GroupList .group .time[data-v-ffe16f66] {
  margin: 0;
  font-size: 0.14rem;
  line-height: 160%;
  color: #999999;
}
.GroupList .group .time time[data-v-ffe16f66] {
  color: #333333;
}
.GroupList .group .tags[data-v-ffe16f66] {
  margin-top: 0.14rem;
}
.GroupList .group .tags .el-tag[data-v-ffe16f66] {
  height: 0.26rem;
  line-height: 0.26rem;
  background-color: #d3e8fe;
}
.GroupList .group .tags .el-tag + .el-tag[data-v-ffe16f66] {
  margin-left: 0.12rem;
}
.GroupList .group .btn[data-v-ffe16f66] {
  width: 1.12rem;
  height: 0.3rem;
  line-height: 0.3rem;
  text-align: center;
  font-size: 0.11rem;
  color: #ffffff;
  background: #7db0ea;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.GroupList .group .btn.defence[data-v-ffe16f66] {
  background: #feb104;
}
.GroupList .group .btn + .btn[data-v-ffe16f66] {
  margin: 0.16rem 0 0;
}
.GroupList .el-empty[data-v-ffe16f66]  .el-empty__image {
  width: 3rem;
  height: auto;
}
.GroupInfo[data-v-d9e82b32] {
  height: 100%;
  overflow: auto;
}
.GroupInfo .lists[data-v-d9e82b32] {
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
  margin-bottom: 0.16rem;
  padding: 0.22rem 0.54rem 0.19rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.GroupInfo .lists .el-image[data-v-d9e82b32] {
  width: 2.15rem;
  height: 1.36rem;
  -webkit-border-radius: 0.18rem;
          border-radius: 0.18rem;
  margin-right: 0.58rem;
  display: block;
}
.GroupInfo .lists .listContent h2[data-v-d9e82b32] {
  font-size: 0.18rem;
  margin: 0 0 0.14rem;
}
.GroupInfo .lists .listContent .listDesc[data-v-d9e82b32] {
  display: inline-block;
  margin-right: 0.34rem;
  margin-bottom: 0.06rem;
}
.GroupInfo .lists .listContent .listDesc span[data-v-d9e82b32] {
  font-size: 0.14rem;
  color: #999999;
  line-height: 0.22rem;
}
.GroupInfo .lists .listContent .listDesc span[data-v-d9e82b32]:nth-child(2) {
  color: #333;
}
.GroupInfo[data-v-d9e82b32]  .content {
  padding: 0.3rem 0;
  background: #ffffff;
  -webkit-box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.1);
  margin-bottom: 0.16rem;
}
.GroupInfo[data-v-d9e82b32]  .content .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.45rem;
  margin-bottom: 0.22rem;
}
.GroupInfo[data-v-d9e82b32]  .content .btn div {
  width: 1.17rem;
  height: 0.4rem;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  color: #FFFFFF;
  font-size: 0.16rem;
  font-weight: 600;
  line-height: 0.4rem;
  text-align: center;
  background: #06DEB7;
}
.GroupInfo[data-v-d9e82b32]  .content .btn div:nth-child(2) {
  background: #FF8684;
  margin-left: 0.2rem;
}
.GroupInfo[data-v-d9e82b32]  .content .title {
  height: 0.28rem;
  margin-bottom: 0.18rem;
  position: relative;
  padding: 0 0.32rem 0 0.6rem;
}
.GroupInfo[data-v-d9e82b32]  .content .title .title-text {
  font-size: 0.18rem;
  font-weight: bold;
  color: #333333;
  position: relative;
  z-index: 2;
}
.GroupInfo[data-v-d9e82b32]  .content .title .title-text::after {
  content: "";
  display: block;
  width: 1.8rem;
  height: 0.07rem;
  background: -webkit-linear-gradient(359.99deg, rgba(125, 176, 234, 0.8) 39.59%, rgba(125, 176, 234, 0) 80.84%);
  background: linear-gradient(90.01deg, rgba(125, 176, 234, 0.8) 39.59%, rgba(125, 176, 234, 0) 80.84%);
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.GroupInfo[data-v-d9e82b32]  .content .part-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 0.6rem;
  color: #333333;
  font-size: 0.16rem;
  line-height: 0.26rem;
  margin-bottom: 0.15rem;
}
.GroupInfo[data-v-d9e82b32]  .content .partNum {
  padding-left: 0.6rem;
  color: #333333;
  font-size: 0.16rem;
}
.GroupInfo[data-v-d9e82b32]  .content .partNum span {
  color: #DA251C;
  font-size: 0.24rem;
  font-weight: 600;
}
.GroupInfo[data-v-d9e82b32]  .content .con-title {
  padding-left: 0.54rem;
  line-height: 0.4rem;
  color: #333333;
  font-size: 0.16rem;
  font-weight: 600;
}
.GroupInfo[data-v-d9e82b32]  .content .con-text {
  color: #333333;
  font-size: 0.14rem;
}
.GroupInfo[data-v-d9e82b32]  .el-table.custom-table2 {
  padding: 0 0.2rem;
}
.GroupInfo[data-v-d9e82b32]  .el-table.custom-table2 .has-gutter th {
  background: #F6FBFF;
  -webkit-box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.05);
}
.GroupInfo[data-v-d9e82b32]  .el-table.custom-table2 .el-table__body {
  margin-top: 0.05rem;
}
.GroupInfo[data-v-d9e82b32]  .el-table.custom-table2 .el-icon {
  font-size: 0.25rem;
  cursor: pointer;
}
.GroupInfo[data-v-d9e82b32]  .el-table.custom-table2 .el-icon + .el-icon {
  margin-left: 0.1rem;
  cursor: move;
}
.GroupInfo[data-v-d9e82b32]  .el-table.custom-table {
  width: -webkit-calc(100% - 0.54rem);
  width: calc(100% - 0.54rem);
  margin: 0 auto 0.1rem;
}
.GroupInfo[data-v-d9e82b32]  .el-table.custom-table .has-gutter th {
  background: #f6fbff;
}
.GroupInfo[data-v-d9e82b32]  .el-table .el-table__header {
  -webkit-border-radius: 0;
          border-radius: 0;
}
.GroupInfo[data-v-d9e82b32]  .el-table td.el-table__cell {
  height: 0.42rem;
  padding: 0;
}
.GroupInfo .custom-dialog .el-dialog__footer .el-button[data-v-d9e82b32]:nth-child(1) {
  background: #D3E8FE;
  color: #666666;
}
.GroupInfo[data-v-d9e82b32]  .dialogMyVisible {
  text-align: center;
}
.GroupInfo[data-v-d9e82b32]  .dialogMyVisible div {
  padding: 0.36rem;
  font-size: 0.2rem;
  line-height: 0.28rem;
}
.GroupInfo[data-v-51ead510] {
  height: 100%;
  overflow: auto;
}
.GroupInfo .lists[data-v-51ead510] {
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
  margin-bottom: 0.16rem;
  padding: 0.22rem 0.54rem 0.19rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.GroupInfo .lists .el-image[data-v-51ead510] {
  width: 2.15rem;
  height: 1.36rem;
  -webkit-border-radius: 0.18rem;
          border-radius: 0.18rem;
  margin-right: 0.58rem;
  display: block;
}
.GroupInfo .lists .listContent h2[data-v-51ead510] {
  font-size: 0.18rem;
  margin: 0 0 0.14rem;
}
.GroupInfo .lists .listContent .listDesc[data-v-51ead510] {
  display: inline-block;
  margin-right: 0.34rem;
  margin-bottom: 0.06rem;
}
.GroupInfo .lists .listContent .listDesc span[data-v-51ead510] {
  font-size: 0.14rem;
  color: #999999;
  line-height: 0.22rem;
}
.GroupInfo .lists .listContent .listDesc span[data-v-51ead510]:nth-child(2) {
  color: #333;
}
.GroupInfo[data-v-51ead510]  .content {
  padding: 0.3rem 0;
  background: #ffffff;
  -webkit-box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.1);
  margin-bottom: 0.16rem;
}
.GroupInfo[data-v-51ead510]  .content .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.45rem;
  margin-bottom: 0.22rem;
}
.GroupInfo[data-v-51ead510]  .content .btn div {
  width: 1.17rem;
  height: 0.4rem;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  color: #FFFFFF;
  font-size: 0.16rem;
  font-weight: 600;
  line-height: 0.4rem;
  text-align: center;
  background: #06DEB7;
}
.GroupInfo[data-v-51ead510]  .content .btn div:nth-child(2) {
  background: #FF8684;
  margin-left: 0.2rem;
}
.GroupInfo[data-v-51ead510]  .content .title {
  height: 0.28rem;
  margin-bottom: 0.18rem;
  position: relative;
  padding: 0 0.32rem 0 0.6rem;
}
.GroupInfo[data-v-51ead510]  .content .title .title-text {
  font-size: 0.18rem;
  font-weight: bold;
  color: #333333;
  position: relative;
  z-index: 2;
}
.GroupInfo[data-v-51ead510]  .content .title .title-text::after {
  content: "";
  display: block;
  width: 1.8rem;
  height: 0.07rem;
  background: -webkit-linear-gradient(359.99deg, rgba(125, 176, 234, 0.8) 39.59%, rgba(125, 176, 234, 0) 80.84%);
  background: linear-gradient(90.01deg, rgba(125, 176, 234, 0.8) 39.59%, rgba(125, 176, 234, 0) 80.84%);
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.GroupInfo[data-v-51ead510]  .content .part-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 0.6rem;
  color: #333333;
  font-size: 0.16rem;
  line-height: 0.26rem;
  margin-bottom: 0.15rem;
}
.GroupInfo[data-v-51ead510]  .content .partNum {
  padding-left: 0.6rem;
  color: #333333;
  font-size: 0.16rem;
}
.GroupInfo[data-v-51ead510]  .content .partNum span {
  color: #DA251C;
  font-size: 0.24rem;
  font-weight: 600;
}
.GroupInfo[data-v-51ead510]  .content .con-title {
  padding-left: 0.54rem;
  line-height: 0.4rem;
  color: #333333;
  font-size: 0.16rem;
  font-weight: 600;
}
.GroupInfo[data-v-51ead510]  .content .con-text {
  color: #333333;
  font-size: 0.14rem;
}
.GroupInfo[data-v-51ead510]  .el-table.custom-table2 {
  padding: 0 0.2rem;
}
.GroupInfo[data-v-51ead510]  .el-table.custom-table2 .has-gutter th {
  background: #F6FBFF;
  -webkit-box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.05);
}
.GroupInfo[data-v-51ead510]  .el-table.custom-table2 .el-table__body {
  margin-top: 0.05rem;
}
.GroupInfo[data-v-51ead510]  .el-table.custom-table2 .el-icon {
  font-size: 0.25rem;
  cursor: pointer;
}
.GroupInfo[data-v-51ead510]  .el-table.custom-table2 .el-icon + .el-icon {
  margin-left: 0.1rem;
  cursor: move;
}
.GroupInfo[data-v-51ead510]  .el-table.custom-table {
  width: -webkit-calc(100% - 0.54rem);
  width: calc(100% - 0.54rem);
  margin: 0 auto 0.1rem;
}
.GroupInfo[data-v-51ead510]  .el-table.custom-table .has-gutter th {
  background: #f6fbff;
}
.GroupInfo[data-v-51ead510]  .el-table .el-table__header {
  -webkit-border-radius: 0;
          border-radius: 0;
}
.GroupInfo[data-v-51ead510]  .el-table td.el-table__cell {
  height: 0.42rem;
  padding: 0;
}
.GroupInfo .custom-dialog .el-dialog__footer .el-button[data-v-51ead510]:nth-child(1) {
  background: #D3E8FE;
  color: #666666;
}
.Information[data-v-50070bd0] {
  background: #fff;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
  padding: 0.26rem 0.36rem 0.49rem;
}
.Information .title[data-v-50070bd0] {
  font-weight: 600;
  font-size: 0.2rem;
  color: #333333;
  margin-bottom: 0.48rem;
}
.Information[data-v-50070bd0]  .el-form .el-form-item {
  width: 48%;
  margin: 0 auto 0.31rem;
}
.Information[data-v-50070bd0]  .el-form .el-form-item .el-form-item__label {
  font-weight: normal;
  color: #666666;
  font-size: 0.16rem;
  padding: 0 0.22rem 0 0;
}
.Information[data-v-50070bd0]  .el-form .el-form-item div {
  color: #333333;
  font-size: 0.16rem;
}
.Information[data-v-50070bd0]  .el-form .el-form-item .el-input {
  width: 3.01rem;
  height: 0.5rem;
}
.Information[data-v-50070bd0]  .el-form .el-form-item .el-input .el-input__inner {
  height: 0.5rem;
  border: none;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.Information[data-v-50070bd0]  .el-form .el-form-item .el-form-item__error {
  color: #da251c;
  font-size: 0.12rem;
}
.Information[data-v-50070bd0]  .el-form .el-button {
  width: 1.86rem;
  height: 0.4rem;
  padding: 0;
  background: #7db0ea;
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.18rem;
  margin: 0.34rem 0 0.27rem;
}
.dialog[data-v-7de9e108] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.22rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
}
.dialog .dialog-head[data-v-7de9e108] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.16rem;
}
.dialog .dialog-head img[data-v-7de9e108] {
  width: 0.225rem;
  height: 0.225rem;
  margin-right: 0.1rem;
}
.dialog .dialog-head .title[data-v-7de9e108] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.2rem;
  color: #333333;
}
[data-v-7de9e108] .el-dialog__body {
  padding: 0.32rem 0.32rem 0 0.5rem;
}
[data-v-7de9e108] .el-dialog {
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
}
[data-v-7de9e108] div.el-dialog__footer {
  padding: 0 0 0.32rem 0.32rem;
}
[data-v-7de9e108] div.el-dialog__footer .dialog-footer .el-button {
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 400;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
  margin-left: 2rem;
}
[data-v-7de9e108] div.el-dialog__footer .dialog-footer .el-button.el-button--default {
  background: #fff;
  border: 0.01rem solid #3b5efc;
  color: #3b5efc;
}
[data-v-7de9e108] div.el-dialog__footer .dialog-footer .el-button.el-button--primary {
  background: #3b5efc;
  color: #fff;
}
.dialog[data-v-e0e8ae22] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.22rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
}
.dialog .dialog-head[data-v-e0e8ae22] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.16rem;
}
.dialog .dialog-head img[data-v-e0e8ae22] {
  width: 0.225rem;
  height: 0.225rem;
  margin-right: 0.1rem;
}
.dialog .dialog-head .title[data-v-e0e8ae22] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.2rem;
  color: #333333;
}
[data-v-e0e8ae22] .el-dialog__body {
  padding: 0.32rem 0.32rem 0 0.5rem;
}
[data-v-e0e8ae22] .el-dialog {
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
}
[data-v-e0e8ae22] div.el-dialog__footer {
  padding: 0 0 0.32rem 0.32rem;
}
[data-v-e0e8ae22] div.el-dialog__footer .dialog-footer .el-button {
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 400;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
}
[data-v-e0e8ae22] div.el-dialog__footer .dialog-footer .el-button.el-button--default {
  background: #fff;
  border: 0.01rem solid #3b5efc;
  color: #3b5efc;
}
[data-v-e0e8ae22] div.el-dialog__footer .dialog-footer .el-button.el-button--primary {
  background: #3b5efc;
  color: #fff;
}
.dialog[data-v-015f0778] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.22rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
}
.dialog .dialog-head[data-v-015f0778] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.16rem;
}
.dialog .dialog-head img[data-v-015f0778] {
  width: 0.225rem;
  height: 0.225rem;
  margin-right: 0.1rem;
}
.dialog .dialog-head .title[data-v-015f0778] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.2rem;
  color: #333333;
}
[data-v-015f0778] .el-dialog__body {
  padding: 0.32rem 0.32rem 0 0.5rem;
}
[data-v-015f0778] .el-dialog {
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
}
[data-v-015f0778] div.el-dialog__footer {
  padding: 0 0 0.32rem 0.32rem;
}
[data-v-015f0778] div.el-dialog__footer .dialog-footer .el-button {
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 400;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
}
[data-v-015f0778] div.el-dialog__footer .dialog-footer .el-button.el-button--default {
  background: #fff;
  border: 0.01rem solid #3b5efc;
  color: #3b5efc;
}
[data-v-015f0778] div.el-dialog__footer .dialog-footer .el-button.el-button--primary {
  background: #3b5efc;
  color: #fff;
}
@charset "UTF-8";
[data-v-52bb9147] .el-dialog {
  height: 3.46rem;
  z-index: 20000;
}
[data-v-52bb9147] .el-dialog__title {
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  font-size: 0.2rem;
}
[data-v-52bb9147] .el-dialog__header {
  padding: 0.1rem 0 0 0.28rem !important;
  border-bottom: 0.01rem solid #dfdfdf;
  position: relative;
}
[data-v-52bb9147] .el-dialog__header .el-carousel__item h3 {
  width: 1.6rem;
  height: 0.5rem;
  color: #333;
  position: absolute;
  top: 0;
}
[data-v-52bb9147] .el-dialog__header ::v-deep .el-carousel__container {
  width: 1.6rem;
}
[data-v-52bb9147] .el-loading-spinner {
  margin-top: 0.2rem !important;
}
[data-v-52bb9147] .el-dialog__body {
  padding: 0.25rem 0.32rem 0 0.5rem !important;
}
.buy[data-v-52bb9147] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.buy .buy-left .buy-left-1[data-v-52bb9147] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.buy .buy-left .buy-left-1 .buy-left-1-1 img[data-v-52bb9147] {
  width: 2.4rem;
  height: 1.35rem;
  background: #d9d9d9;
  -webkit-border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
          border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
}
.buy .buy-left .buy-left-1 .buy-left-1-2[data-v-52bb9147] {
  margin-left: 0.17rem;
  width: 2.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.16rem;
  color: #333333;
}
.buy .buy-left .buy-left-1 .buy-left-1-2 .title[data-v-52bb9147] {
  font-size: 0.16rem;
  margin: 0;
  padding: 0;
  color: #333333;
}
.buy .buy-left .buy-left-1 .buy-left-1-2 .buy-price[data-v-52bb9147] {
  margin: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 0.12rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.12rem;
  color: #333333;
  line-height: 0.12rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.buy .buy-left .buy-left-1 .buy-left-1-2 .buy-price .buy-price-1[data-v-52bb9147] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 0.2rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.2rem;
  color: #3b5efc;
  line-height: 0.26rem;
  margin-right: 0.06rem;
}
.buy .buy-left .buy-left-1 .buy-left-1-2 .buy-price .buy-price-2[data-v-52bb9147] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 0.12rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.12rem;
  color: #999999;
  line-height: 0.12rem;
  font-style: normal;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}
.buy .buy-left .buy-left-1 .buy-left-1-2 .pr[data-v-52bb9147] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.buy .buy-left .buy-left-1 .buy-left-1-2 .pr p[data-v-52bb9147] {
  margin: 0;
  padding: 0;
}
.buy .buy-left .buy-left-2[data-v-52bb9147] {
  margin-top: 0.4rem;
}
.buy .buy-left .buy-left-2[data-v-52bb9147]  .el-checkbox .el-checkbox__input.is-checked + .el-checkbox__label {
  color: #333333 !important;
}
.buy .buy-left .buy-left-2[data-v-52bb9147]  .el-checkbox .el-checkbox__label {
  font-size: 0.16rem;
  color: #333333 !important;
}
.buy .buy-left .buy-left-2[data-v-52bb9147]  .el-checkbox .el-checkbox__label a {
  font-size: 0.16rem;
  color: #3b5efcff !important;
}
.buy .buy-left .buy-left-2 .readme[data-v-52bb9147] {
  color: #999;
}
.buy .buy-right[data-v-52bb9147] {
  height: 2.26rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border-left: 0.01rem solid #dfdfdf;
  margin-right: 0.82rem;
  padding-left: 0.15rem;
}
.buy .buy-right .payWay[data-v-52bb9147] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 0.16rem;
  color: #333333;
}
.buy .buy-right .payWay-1[data-v-52bb9147] {
  margin: 0.16rem 0 0 0.28rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.buy .buy-right .payWay-1 .left[data-v-52bb9147] {
  width: 0.9rem;
  height: 0.25rem;
  border: 0.01rem solid #efeded;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
  /* 对号图标样式 */
}
.buy .buy-right .payWay-1 .left img[data-v-52bb9147] {
  width: 0.16rem;
  height: 0.14rem;
  margin-top: 0 !important;
  margin-right: 0.05rem;
}
.buy .buy-right .payWay-1 .left .sp[data-v-52bb9147] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.12rem;
  color: #333333;
}
.buy .buy-right .payWay-1 .left .check-icon[data-v-52bb9147] {
  position: absolute;
  top: -0.01rem;
  /* 调整位置 */
  right: -0.05rem;
  /* 调整位置 */
}
.buy .buy-right .payWay-1 .right[data-v-52bb9147] {
  width: 0.9rem;
  height: 0.25rem;
  border: 0.01rem solid #efeded;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0.24rem;
  position: relative;
  cursor: pointer;
  /* 对号图标样式 */
}
.buy .buy-right .payWay-1 .right img[data-v-52bb9147] {
  width: 0.16rem;
  height: 0.14rem;
  margin-top: 0 !important;
  margin-right: 0.05rem;
}
.buy .buy-right .payWay-1 .right .sp[data-v-52bb9147] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.12rem;
  color: #333333;
}
.buy .buy-right .payWay-1 .right .check-icon[data-v-52bb9147] {
  position: absolute;
  top: -0.01rem;
  /* 调整位置 */
  right: -0.05rem;
  /* 调整位置 */
}
.buy .buy-right .payWay-1 .left.active[data-v-52bb9147],
.buy .buy-right .payWay-1 .right.active[data-v-52bb9147] {
  border-color: #3b5efc;
  /* 蓝色边框 */
}
.buy .buy-right .tip[data-v-52bb9147] {
  width: 1.47rem;
  height: 0.3rem;
  -webkit-border-radius: 0.15rem 0.15rem 0.15rem 0.15rem;
          border-radius: 0.15rem 0.15rem 0.15rem 0.15rem;
  border: 0.01rem solid #3b5efc;
  text-align: center;
  color: #3b5efc;
  line-height: 0.3rem;
  margin-left: 0.25rem;
  cursor: pointer;
}
.buy .buy-right p[data-v-52bb9147] {
  padding: 0;
  margin: 0;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.1rem;
  color: #333333;
  line-height: 0.21rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-top: 0.16rem;
}
.buy .buy-right p span[data-v-52bb9147] {
  color: #333333;
  font-size: 0.15rem;
}
.buy .buy-right .buy-right-1[data-v-52bb9147] {
  margin-top: 0.1rem;
  width: 1.2rem;
  height: 1.2rem;
  background: #f6f7f8;
  -webkit-border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
          border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
  border: 0.01rem solid #b2b2b2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.buy .buy-right .buy-right-1 p[data-v-52bb9147] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.14rem;
  color: #000000;
  line-height: 0.16rem;
}
.buy .buy-right #qrcode[data-v-52bb9147] {
  margin-top: 0.1rem;
  width: 100%;
  /* 或者你想要的具体宽度 */
  height: auto;
  /* 高度自动调整 */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0.25rem;
}
.buy .buy-right #qrcode img[data-v-52bb9147] {
  width: 1.46rem;
  height: 1.45rem;
}
.buy .buy-right img[data-v-52bb9147] {
  margin-top: 0.25rem;
  width: 1.46rem;
  height: 1.45rem;
}
.dialog[data-v-2dcea8f1] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.22rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
}
.dialog .dialog-head[data-v-2dcea8f1] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.16rem;
}
.dialog .dialog-head img[data-v-2dcea8f1] {
  width: 0.225rem;
  height: 0.225rem;
  margin-right: 0.1rem;
}
.dialog .dialog-head .title[data-v-2dcea8f1] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.2rem;
  color: #333333;
}
[data-v-2dcea8f1] .el-dialog__body {
  padding: 0.32rem 0.32rem 0 0.5rem;
}
[data-v-2dcea8f1] .el-dialog {
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
}
[data-v-2dcea8f1] div.el-dialog__footer {
  padding: 0 0 0.32rem 0.32rem;
}
[data-v-2dcea8f1] div.el-dialog__footer .dialog-footer .el-button {
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 400;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
}
[data-v-2dcea8f1] div.el-dialog__footer .dialog-footer .el-button.el-button--default {
  background: #fff;
  border: 0.01rem solid #3b5efc;
  color: #3b5efc;
}
[data-v-2dcea8f1] div.el-dialog__footer .dialog-footer .el-button.el-button--primary {
  background: #3b5efc;
  color: #fff;
}
[data-v-6f6ebabc] .dialogMyVisible {
  text-align: left;
}
[data-v-6f6ebabc] .dialogMyVisible .tip {
  color: #333333;
  padding: 0 0 0.65rem;
  font-size: 0.2rem;
  line-height: 0.36rem;
  color: #333333;
  text-indent: 2em;
}
[data-v-6f6ebabc] .dialogMyVisible .tip .title {
  font-weight: 600;
  font-size: 0.26rem;
  line-height: 0.3rem;
  text-align: center;
  margin-bottom: 0.32rem;
  text-indent: 0em;
}
[data-v-6f6ebabc] .dialogMyVisible .tip .user {
  text-indent: 0em;
}
.OnlineReview .el-pagination[data-v-3e300d62] {
  margin-top: 0.52rem;
  text-align: center;
}
.OnlineReview .el-tooltip__popper.is-light[x-placement^=left][data-v-3e300d62]  .popper__arrow::after {
  border-left-color: #7db0ea;
}
.OnlineReview .el-tooltip__popper.is-light[x-placement^=left][data-v-3e300d62]  .popper__arrow {
  border-left-color: #7db0ea;
}
.OnlineReview .el-tabs[data-v-3e300d62] {
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
}
.OnlineReview .el-tabs[data-v-3e300d62]  .el-tabs__header {
  margin: 0;
}
.OnlineReview .el-tabs[data-v-3e300d62]  .el-tabs__header .el-tabs__nav-scroll {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.OnlineReview .el-tabs[data-v-3e300d62]  .el-tabs__header .el-tabs__nav-scroll .el-tabs__item {
  height: 0.85rem;
  line-height: 0.85rem;
  font-size: 0.2rem;
  color: #666666;
}
.OnlineReview .el-tabs[data-v-3e300d62]  .el-tabs__content {
  min-height: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
.OnlineReview .el-tabs[data-v-3e300d62]  .el-tabs__content .el-tab-pane {
  height: 100%;
}
.OnlineReview .lists.matchList[data-v-3e300d62] {
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
}
.OnlineReview .lists.matchList img[data-v-3e300d62] {
  width: 1.85rem;
  height: 1.19rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  margin-right: 0.2rem;
}
.OnlineReview .lists.matchList .listContent .conText[data-v-3e300d62] {
  color: #666666;
  font-size: 0.12rem;
  font-weight: normal;
  background: #fff;
  margin-right: 0;
}
.OnlineReview .lists.matchList .listContent .userInfo[data-v-3e300d62] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.OnlineReview .lists.matchList .listContent .userInfo .liststatu[data-v-3e300d62] {
  height: 0.26rem;
  line-height: 0.26rem;
  background: #06deb7;
  -webkit-border-radius: 0.07rem;
          border-radius: 0.07rem;
  padding: 0 0.1rem;
  color: #fff;
  font-size: 0.14rem;
}
.OnlineReview .lists.matchList .listContent .userInfo .line[data-v-3e300d62] {
  width: 0.19rem;
  height: 0.02rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(2.37%, rgba(125, 176, 234, 0)), color-stop(52.7%, #7db0ea), color-stop(100.68%, rgba(125, 176, 234, 0)));
  background: -webkit-linear-gradient(left, rgba(125, 176, 234, 0) 2.37%, #7db0ea 52.7%, rgba(125, 176, 234, 0) 100.68%);
  background: linear-gradient(90deg, rgba(125, 176, 234, 0) 2.37%, #7db0ea 52.7%, rgba(125, 176, 234, 0) 100.68%);
  -webkit-border-radius: 0.01rem;
          border-radius: 0.01rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.OnlineReview .filter[data-v-3e300d62] {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.OnlineReview .ulLists[data-v-3e300d62] {
  width: 100%;
  background: #fff;
  padding: 0.2rem 0.23rem 0.2rem;
  min-height: 6.3rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
}
.OnlineReview .ulLists[data-v-3e300d62]  .el-checkbox {
  margin-right: 0.1rem;
}
.OnlineReview .ulLists .ulBtn[data-v-3e300d62] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.OnlineReview .ulLists .contentRight[data-v-3e300d62] {
  width: 73%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.OnlineReview .listBtn[data-v-3e300d62] {
  position: absolute;
  right: 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.OnlineReview .listBtn .grade[data-v-3e300d62] {
  color: #da251c;
  font-size: 0.18rem;
  font-weight: 600;
  margin-right: 0.3rem;
}
.OnlineReview .listBtn .gradeSure[data-v-3e300d62] {
  color: #7db0ea;
  opacity: 0.3;
  font-size: 0.24rem;
  font-weight: 600;
  margin-right: 0.3rem;
}
.OnlineReview .listBtn .gradeDetails[data-v-3e300d62] {
  font-size: 0.12rem;
  color: #666666;
  margin-right: 0.18rem;
}
.OnlineReview .matchlistBtn[data-v-3e300d62] {
  display: block;
}
.OnlineReview .lists[data-v-3e300d62] {
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0.01rem 0.02rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.01rem 0.02rem rgba(0, 0, 0, 0.1);
  margin-bottom: 0.16rem;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  padding: 0.14rem 0.5rem 0.14rem 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.OnlineReview .lists.selectlists[data-v-3e300d62] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAyCAYAAADx/eOPAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAJ4SURBVHgB3ddNbtNAGMbxZ5I6NIRGLQVEJRap1AVLjsQRuAHcgCNwDJYcoRIfGxZUSEDSqkBJYygJ8YsfuwE39bdnHE/+m1r1WPUvM2M3wJr07lieYh0i5M3IEwXLI8QTecZjqzFRCLMWswxhVmLiIMw6TBKEWYVJgzBrMFkQZgUmD4Q1HpMXwhqNKQJhjcW8HslzBXlS5JpGYt6O5IVAHqNgjcOUhbBGYapAWGMwVSGsERgdELZyjC4IWylGJ4StDKMbwlaCMQFhtWNMQVitGJMQVhvGNIQZxxweybbTlVcCPILhjGLqhDBjGBOQVgs4uB3e8vtTuX4eBjI1Iw/6Cp128nntGFOQez2F/g1gOgeOvkvsGK0YU5DtTR9zKzz+PBbM5vHjtGFMQRx/We31w31y4grcafJYLRiTkP0dhbZv+fpTcDJJH18ZY/Lxu9jw3CfD8+zxlTAmIdzwvU76hl+ujZJlQbhpD3a51hXcGQq1e1Ph/lZ4TMh0nu+6UjOTa0YuX8d8CnHdOzk/ts0Nf8NfQobngos/yF3hmTkcysBx5GXW0uJNcEZ6HYWuA/8doYLfzVI+ZYIH3PCt8Ml16qJQhTABRAUz8jDPeN74+DfQ3QhBO930Zbfv/6vCmfnloz/9QOFyYyKQAQrk+RecXSBYdpwlbmr+JMiL7Ou9rf9v+I9ncuVc3nJhykKi8WWXtOz45LrbA+b+H/jwTVKXYlqZGB2QRXHLzvHfiHd64fnjiWAyRelSMTohi5aXHVGszIZfLhFjAhItuuzcmeDLGJWL/XJmGhKNj2PuFc9D5a5h6oTo7grGZgj7h7EdwgLMOkCYWhcI+wsPNKaatuMGmAAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-position: right bottom;
}
.OnlineReview .lists.active[data-v-3e300d62] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAyCAYAAADx/eOPAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAKRSURBVHgB3dc9aBRBGMbx5yIoSALBSxNBuSqxUNAIYmwUtAloCi1iGdHCzhQKNn6UFoJYCbG4xiI2FhGJjQZBtBBFIY3XiWIsPBASoibFOo/DJZvLfszszru3c38IWbJzsL/MzE4CdEmXHga3KuiCCEGA295jWhBee40JQ5i3mHYI8xITBWHeYeIgzCtMEoR5g0mDMC8wJhBWeowphJUaYwNhpcUoyD0FmbL5TCkxF6eDunqwSVhWOkxWCCsVJg+ElQaTF8JKgXEBYR3HuIKwjmJcQljHMK4hrCMYCQgrHCMFYYViJCGsMIw0hIljpupB//Ia5tXlQQgniikSwsQwEpCd24EbZ/VDX5/Zer8HAknNyORxYKAv/r5zjBTkzAhwqAY0l4C7z6LHOMVIQY4NAeOH9XX9FfBzKXqcM4wUpNoLTBzV108/AJ8X48c6wUhCrp5WG38H8GIBmH2fPD43RvL1e+GE3vDcJzNv08fnwkhCuOGHB5M3fHvbkLE0CDftTXUm8FBoLMKqk/uBc0f0NSE/fpl9LtPM2MzI+Ihe9wO9MGrPLuD8qL5+rJbW1yaMs56Zyw+C2p8Ac0iB8CE4I0Nqqeyt6jOCP2sux3+GG/7KmN7wfHPNfYJVVhhC1nowX6lgn8l4PvjHL+q3XdVfXHpJy+6amsHBfo2efgnrjDEhSA0W/V4F3jT031PDu/Wm5vfGd2BldWPcxOjGCX//+eZ7phlhskLC8bCLW3Z8c42pRbvyF7gzG3/Cp5WKcQFpFbXseI6cOqDvP3kHLHxD5hIxLiGt2pcdUSzLhm8vFiMBCRdedrx+9Bq5i/znTBoSrtqnZ4v7JW9bMEVCXLcJ4zOErWN8h7D/mG6AsEq3QNg/hyY6Qv7XuEIAAAAASUVORK5CYII=);
  -webkit-box-shadow: 0 0.06rem 0.1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.06rem 0.1rem rgba(0, 0, 0, 0.1);
  border: 0.02rem solid #7db0ea;
}
.OnlineReview .lists img[data-v-3e300d62] {
  width: 1.69rem;
  height: 1.12rem;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  margin-right: 0.3rem;
}
.OnlineReview .lists .reviewLoding[data-v-3e300d62] {
  position: relative;
}
.OnlineReview .lists .reviewLoding .tips[data-v-3e300d62] {
  position: absolute;
  left: 0.1rem;
  top: 0.4rem;
  width: 1.49rem;
  height: 0.38rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 0.12rem;
  color: #FFFFFF;
  text-align: center;
  z-index: 100000;
}
.OnlineReview .lists .reviewLoding .tc[data-v-3e300d62] {
  width: 1.7rem;
  height: 100%;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
}
.OnlineReview .lists .listContent[data-v-3e300d62] {
  width: 100%;
}
.OnlineReview .lists .listContent h2[data-v-3e300d62] {
  font-size: 0.2rem;
  margin: 0 0 0.14rem;
}
.OnlineReview .lists .listContent .conText[data-v-3e300d62] {
  background: #d3e8fe;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
  display: inline-block;
  height: 0.26rem;
  padding: 0 0.06rem;
  color: #649aff;
  font-size: 0.12rem;
  line-height: 0.26rem;
  margin-right: 0.08rem;
}
.OnlineReview .lists .listContent .conTexts[data-v-3e300d62] {
  display: block;
}
.OnlineReview .lists .listContent span[data-v-3e300d62] {
  font-size: 0.14rem;
  color: #999999;
  line-height: 0.34rem;
}
.OnlineReview .lists .listContent span[data-v-3e300d62]:nth-child(2) {
  color: #333;
}
.OnlineReview .lists .clickView[data-v-3e300d62] {
  width: 0.89rem;
  height: 0.35rem;
  padding: 0;
  line-height: 0.35rem;
  text-align: center;
  background: #7db0ea;
  font-size: 0.16rem;
  color: #ffffff;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(125, 176, 234, 0.5);
          box-shadow: 0 0.02rem 0.1rem rgba(125, 176, 234, 0.5);
  -webkit-border-radius: 0.07rem;
          border-radius: 0.07rem;
}
.OnlineReview .lists .clickAI[data-v-3e300d62] {
  margin-top: 0.08rem;
  width: 100%;
  height: 0.35rem;
  padding: 0 0.1rem;
  line-height: 0.35rem;
  text-align: center;
  background: #EE9510;
  font-size: 0.12rem;
  color: #ffffff;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(125, 176, 234, 0.5);
          box-shadow: 0 0.02rem 0.1rem rgba(125, 176, 234, 0.5);
  -webkit-border-radius: 0.07rem;
          border-radius: 0.07rem;
  margin-left: 0;
}
.OnlineReview .BatchSubmission[data-v-3e300d62] {
  width: 1.2rem;
  height: 0.4rem;
  display: inline-block;
  background: #7db0ea;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  line-height: 0.4rem;
  text-align: center;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  color: #ffffff;
  font-size: 0.16rem;
  font-weight: 600;
  margin-left: 0.22rem;
}
.OnlineReview .BatchRefer[data-v-3e300d62] {
  display: block;
  background: #ff8684;
  margin: 0 0 0.08rem;
}
.OnlineReview .BatchSubmissionBtn[data-v-3e300d62] {
  line-height: 0;
  margin: 0;
  border: none;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(6, 222, 183, 0.5);
          box-shadow: 0 0.02rem 0.1rem rgba(6, 222, 183, 0.5);
}
.OnlineReview .BatchMode[data-v-3e300d62] {
  margin-top: 0;
}
.OnlineReview .letterConfirm[data-v-3e300d62] {
  margin-bottom: 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.OnlineReview .letterConfirm .order[data-v-3e300d62] {
  width: 0.2rem;
  height: 0.2rem;
  line-height: 0.2rem;
  text-align: center;
  border: 0.015rem solid #7db0ea;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin-right: 0.1rem;
  color: #7db0ea;
}
.OnlineReview .letterConfirm .text[data-v-3e300d62] {
  font-size: 0.2rem;
  font-weight: 600;
}
.OnlineReview .letterConfirm .downLetter[data-v-3e300d62] {
  color: #7db0ea;
}
.OnlineReview .letterConfirm .uploadLetter[data-v-3e300d62] {
  color: #333333;
}
.OnlineReview .tipLetter[data-v-3e300d62] {
  height: 0.5rem;
  line-height: 0.5rem;
  background: #f6faff;
  padding-left: 0.2rem;
  color: #feb104;
  font-weight: 600;
  font-size: 0.16rem;
  margin: 0 0.36rem 0.28rem;
}
.OnlineReview .upload-myfile[data-v-3e300d62] {
  margin-bottom: 0.28rem;
}
.OnlineReview .upload-myfile[data-v-3e300d62]  .el-upload {
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.OnlineReview .upload-myfile[data-v-3e300d62]  .el-upload .el-button {
  width: 2rem;
  height: 0.4rem;
  background: #d3e8fe;
  border: 0.01rem solid #7db0ea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
  margin-left: 0.36rem;
}
.OnlineReview .upload-myfile[data-v-3e300d62]  .el-upload .el-button div {
  font-size: 0.18rem;
  color: #666666;
  font-weight: 600;
}
.OnlineReview .upload-myfile[data-v-3e300d62]  .el-upload .el-button .upTip {
  font-size: 0.1rem;
  color: #999;
}
.OnlineReview .fileLists[data-v-3e300d62] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.14rem;
}
.OnlineReview .fileLists .image[data-v-3e300d62] {
  width: 0.16rem;
  height: 0.14rem;
  margin-right: 0.15rem;
  margin-left: 0.34rem;
}
.OnlineReview .fileLists .fileContent[data-v-3e300d62] {
  width: 69%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-right: 0.13rem;
}
.OnlineReview .fileLists .fileContent .fileTitle[data-v-3e300d62] {
  color: #333333;
  font-size: 0.16rem;
  line-height: 0.22rem;
  margin-bottom: 0.05rem;
}
.OnlineReview .fileLists .fileHandle[data-v-3e300d62] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.OnlineReview .fileLists .fileHandle div[data-v-3e300d62] {
  color: #7db0ea;
  font-size: 0.14rem;
}
.OnlineReview .fileLists .fileHandle div[data-v-3e300d62]:nth-child(1) {
  margin-right: 0.17rem;
}
.OnlineReview .dialogMyVisible[data-v-3e300d62] {
  text-align: center;
}
.OnlineReview .dialogMyVisible i[data-v-3e300d62] {
  margin-bottom: 0.36rem;
}
.OnlineReview .dialogMyVisible div[data-v-3e300d62] {
  font-size: 0.2rem;
  line-height: 0.23rem;
  text-align: center;
  color: #333333;
  margin-bottom: 0.46rem;
}
.OnlineReview .nullPage[data-v-3e300d62] {
  width: 100%;
  background: #fff;
  margin-top: 0.4rem;
}
.OnlineReview .nullPage img[data-v-3e300d62] {
  width: 3rem;
  margin: auto;
}
.OnlineReview .nullPage .toReviewNull[data-v-3e300d62] {
  margin: 1rem auto 0.6rem;
}
.OnlineReview .nullPage .tip[data-v-3e300d62] {
  color: #666666;
  font-weight: 600;
  font-size: 0.21rem;
  line-height: 160%;
  text-align: center;
}
.OnlineReview .btnff8[data-v-3e300d62] {
  width: 1rem;
  height: 0.35rem;
  padding: 0;
  line-height: 0.35rem;
  text-align: center;
  font-size: 0.16rem;
  color: #ffffff;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(255, 134, 132, 0.5);
          box-shadow: 0 0.02rem 0.1rem rgba(255, 134, 132, 0.5);
  -webkit-border-radius: 0.07rem;
          border-radius: 0.07rem;
  background: #ff8684;
  margin: 0 0.1rem;
  cursor: pointer;
}
.OnlineReview .dialog[data-v-3e300d62] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.22rem;
}
.OnlineReview .dialog .dialog-head[data-v-3e300d62] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.16rem;
}
.OnlineReview .dialog .dialog-head img[data-v-3e300d62] {
  width: 0.225rem;
  height: 0.225rem;
  margin-right: 0.1rem;
}
.OnlineReview .dialog .dialog-head .title[data-v-3e300d62] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.2rem;
  color: #333333;
}
.OnlineReview[data-v-3e300d62]  .el-dialog__body {
  padding: 0 0.32rem 0 0.5rem;
}
.OnlineReview[data-v-3e300d62]  div.el-dialog__footer {
  padding: 0 0.32rem 0.32rem 0.32rem;
}
.OnlineReview[data-v-3e300d62]  div.el-dialog__footer .dialog-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.OnlineReview[data-v-3e300d62]  div.el-dialog__footer .dialog-footer .el-button {
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 400;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
}
.OnlineReview[data-v-3e300d62]  div.el-dialog__footer .dialog-footer .el-button.el-button--default {
  background: #fff;
  border: 0.01rem solid #3b5efc;
  color: #3b5efc;
}
.OnlineReview[data-v-3e300d62]  div.el-dialog__footer .dialog-footer .el-button.el-button--primary {
  background: #3b5efc;
  color: #fff;
}
.btnff8[data-v-59ae08b2] {
  width: 1rem;
  height: 0.35rem;
  padding: 0;
  line-height: 0.35rem;
  text-align: center;
  font-size: 0.16rem;
  color: #ffffff;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(255, 134, 132, 0.5);
          box-shadow: 0 0.02rem 0.1rem rgba(255, 134, 132, 0.5);
  -webkit-border-radius: 0.07rem;
          border-radius: 0.07rem;
  background: #ff8684;
  margin: 0 0.1rem;
  cursor: pointer;
}
.OnlineReview .el-pagination[data-v-59ae08b2] {
  margin-top: 0.52rem;
  text-align: center;
}
.OnlineReview .el-tabs[data-v-59ae08b2] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
}
.OnlineReview .el-tabs[data-v-59ae08b2]  .el-tabs__header {
  margin: 0;
}
.OnlineReview .el-tabs[data-v-59ae08b2]  .el-tabs__header .el-tabs__nav-scroll {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.OnlineReview .el-tabs[data-v-59ae08b2]  .el-tabs__header .el-tabs__nav-scroll .el-tabs__item {
  height: 0.85rem;
  line-height: 0.85rem;
  font-size: 0.2rem;
  color: #666666;
}
.OnlineReview .el-tabs[data-v-59ae08b2]  .el-tabs__content {
  min-height: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
.OnlineReview .el-tabs[data-v-59ae08b2]  .el-tabs__content .el-tab-pane {
  height: 100%;
}
.OnlineReview .lists.matchInfo[data-v-59ae08b2] {
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
}
.OnlineReview .lists.matchInfo img[data-v-59ae08b2] {
  width: 1.85rem;
  height: 1.19rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  margin-right: 0.2rem;
}
.OnlineReview .lists.matchInfo .listContent[data-v-59ae08b2] {
  width: 48%;
}
.OnlineReview .lists.matchInfo .listContent .conText[data-v-59ae08b2] {
  color: #666666;
  font-size: 0.12rem;
  font-weight: normal;
  background: #fff;
  margin-right: 0;
}
.OnlineReview .lists.matchInfo .listContent .userInfo[data-v-59ae08b2] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.OnlineReview .lists.matchInfo .listContent .userInfo .liststatu[data-v-59ae08b2] {
  height: 0.26rem;
  line-height: 0.26rem;
  background: #06deb7;
  -webkit-border-radius: 0.07rem;
          border-radius: 0.07rem;
  padding: 0 0.1rem;
  color: #fff;
  font-size: 0.14rem;
}
.OnlineReview .lists.matchInfo .listContent .userInfo .line[data-v-59ae08b2] {
  width: 0.19rem;
  height: 0.02rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(2.37%, rgba(125, 176, 234, 0)), color-stop(52.7%, #7db0ea), color-stop(100.68%, rgba(125, 176, 234, 0)));
  background: -webkit-linear-gradient(left, rgba(125, 176, 234, 0) 2.37%, #7db0ea 52.7%, rgba(125, 176, 234, 0) 100.68%);
  background: linear-gradient(90deg, rgba(125, 176, 234, 0) 2.37%, #7db0ea 52.7%, rgba(125, 176, 234, 0) 100.68%);
  -webkit-border-radius: 0.01rem;
          border-radius: 0.01rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.OnlineReview .filter[data-v-59ae08b2] {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.OnlineReview .ulLists[data-v-59ae08b2] {
  width: 100%;
  background: #fff;
  padding: 0 0.23rem 0.2rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
}
.OnlineReview .ulLists .ulBtn[data-v-59ae08b2] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.OnlineReview .ulLists .contentRight[data-v-59ae08b2] {
  width: 73%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.OnlineReview .ulLists .emptyBox[data-v-59ae08b2] {
  text-align: center;
  font-size: 0.18rem;
  color: gray;
  height: 1rem;
  line-height: 1rem;
}
.OnlineReview .ulLists .title-text[data-v-59ae08b2] {
  position: relative;
  z-index: 2;
}
.OnlineReview .ulLists .title-text[data-v-59ae08b2]::after {
  content: "";
  display: block;
  width: 1.8rem;
  height: 0.07rem;
  background: -webkit-linear-gradient(359.99deg, rgba(125, 176, 234, 0.8) 39.59%, rgba(125, 176, 234, 0) 80.84%);
  background: linear-gradient(90.01deg, rgba(125, 176, 234, 0.8) 39.59%, rgba(125, 176, 234, 0) 80.84%);
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.OnlineReview .listBtn[data-v-59ae08b2] {
  position: absolute;
  right: 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.OnlineReview .listBtn .grade[data-v-59ae08b2] {
  color: #da251c;
  font-size: 0.18rem;
  font-weight: 600;
  margin-right: 0.3rem;
}
.OnlineReview .listBtn .gradeSure[data-v-59ae08b2] {
  color: #7db0ea;
  opacity: 0.3;
  font-size: 0.24rem;
  font-weight: 600;
  margin-right: 0.3rem;
}
.OnlineReview .listBtn .gradeDetails[data-v-59ae08b2] {
  font-size: 0.12rem;
  color: #666666;
  margin-right: 0.18rem;
}
.OnlineReview .matchlistBtn[data-v-59ae08b2] {
  display: block;
}
.OnlineReview .lists[data-v-59ae08b2] {
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0.01rem 0.02rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.01rem 0.02rem rgba(0, 0, 0, 0.1);
  margin-bottom: 0.16rem;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  padding: 0.14rem 0.5rem 0.14rem 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.OnlineReview .lists.selectlists[data-v-59ae08b2] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAyCAYAAADx/eOPAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAJ4SURBVHgB3ddNbtNAGMbxZ5I6NIRGLQVEJRap1AVLjsQRuAHcgCNwDJYcoRIfGxZUSEDSqkBJYygJ8YsfuwE39bdnHE/+m1r1WPUvM2M3wJr07lieYh0i5M3IEwXLI8QTecZjqzFRCLMWswxhVmLiIMw6TBKEWYVJgzBrMFkQZgUmD4Q1HpMXwhqNKQJhjcW8HslzBXlS5JpGYt6O5IVAHqNgjcOUhbBGYapAWGMwVSGsERgdELZyjC4IWylGJ4StDKMbwlaCMQFhtWNMQVitGJMQVhvGNIQZxxweybbTlVcCPILhjGLqhDBjGBOQVgs4uB3e8vtTuX4eBjI1Iw/6Cp128nntGFOQez2F/g1gOgeOvkvsGK0YU5DtTR9zKzz+PBbM5vHjtGFMQRx/We31w31y4grcafJYLRiTkP0dhbZv+fpTcDJJH18ZY/Lxu9jw3CfD8+zxlTAmIdzwvU76hl+ujZJlQbhpD3a51hXcGQq1e1Ph/lZ4TMh0nu+6UjOTa0YuX8d8CnHdOzk/ts0Nf8NfQobngos/yF3hmTkcysBx5GXW0uJNcEZ6HYWuA/8doYLfzVI+ZYIH3PCt8Ml16qJQhTABRAUz8jDPeN74+DfQ3QhBO930Zbfv/6vCmfnloz/9QOFyYyKQAQrk+RecXSBYdpwlbmr+JMiL7Ou9rf9v+I9ncuVc3nJhykKi8WWXtOz45LrbA+b+H/jwTVKXYlqZGB2QRXHLzvHfiHd64fnjiWAyRelSMTohi5aXHVGszIZfLhFjAhItuuzcmeDLGJWL/XJmGhKNj2PuFc9D5a5h6oTo7grGZgj7h7EdwgLMOkCYWhcI+wsPNKaatuMGmAAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-position: right bottom;
}
.OnlineReview .lists.active[data-v-59ae08b2] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAyCAYAAADx/eOPAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAKRSURBVHgB3dc9aBRBGMbx5yIoSALBSxNBuSqxUNAIYmwUtAloCi1iGdHCzhQKNn6UFoJYCbG4xiI2FhGJjQZBtBBFIY3XiWIsPBASoibFOo/DJZvLfszszru3c38IWbJzsL/MzE4CdEmXHga3KuiCCEGA295jWhBee40JQ5i3mHYI8xITBWHeYeIgzCtMEoR5g0mDMC8wJhBWeowphJUaYwNhpcUoyD0FmbL5TCkxF6eDunqwSVhWOkxWCCsVJg+ElQaTF8JKgXEBYR3HuIKwjmJcQljHMK4hrCMYCQgrHCMFYYViJCGsMIw0hIljpupB//Ia5tXlQQgniikSwsQwEpCd24EbZ/VDX5/Zer8HAknNyORxYKAv/r5zjBTkzAhwqAY0l4C7z6LHOMVIQY4NAeOH9XX9FfBzKXqcM4wUpNoLTBzV108/AJ8X48c6wUhCrp5WG38H8GIBmH2fPD43RvL1e+GE3vDcJzNv08fnwkhCuOGHB5M3fHvbkLE0CDftTXUm8FBoLMKqk/uBc0f0NSE/fpl9LtPM2MzI+Ihe9wO9MGrPLuD8qL5+rJbW1yaMs56Zyw+C2p8Ac0iB8CE4I0Nqqeyt6jOCP2sux3+GG/7KmN7wfHPNfYJVVhhC1nowX6lgn8l4PvjHL+q3XdVfXHpJy+6amsHBfo2efgnrjDEhSA0W/V4F3jT031PDu/Wm5vfGd2BldWPcxOjGCX//+eZ7phlhskLC8bCLW3Z8c42pRbvyF7gzG3/Cp5WKcQFpFbXseI6cOqDvP3kHLHxD5hIxLiGt2pcdUSzLhm8vFiMBCRdedrx+9Bq5i/znTBoSrtqnZ4v7JW9bMEVCXLcJ4zOErWN8h7D/mG6AsEq3QNg/hyY6Qv7XuEIAAAAASUVORK5CYII=);
  -webkit-box-shadow: 0 0.06rem 0.1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.06rem 0.1rem rgba(0, 0, 0, 0.1);
  border: 0.02rem solid #7db0ea;
}
.OnlineReview .lists img[data-v-59ae08b2] {
  width: 1.69rem;
  height: 1.12rem;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  margin-right: 0.3rem;
}
.OnlineReview .lists .listContent[data-v-59ae08b2] {
  width: 100%;
}
.OnlineReview .lists .listContent h2[data-v-59ae08b2] {
  font-size: 0.2rem;
  margin: 0 0 0.14rem;
}
.OnlineReview .lists .listContent .conText[data-v-59ae08b2] {
  background: #d3e8fe;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
  display: inline-block;
  height: 0.26rem;
  padding: 0 0.06rem;
  color: #649aff;
  font-size: 0.12rem;
  line-height: 0.26rem;
  margin-right: 0.08rem;
}
.OnlineReview .lists .listContent .conTexts[data-v-59ae08b2] {
  display: block;
}
.OnlineReview .lists .listContent span[data-v-59ae08b2] {
  font-size: 0.14rem;
  color: #999999;
  line-height: 0.34rem;
}
.OnlineReview .lists .listContent span[data-v-59ae08b2]:nth-child(2) {
  color: #333;
}
.OnlineReview .lists[data-v-59ae08b2]  .clickView {
  width: 1rem;
  height: 0.35rem;
  padding: 0;
  line-height: 0.35rem;
  text-align: center;
  background: #7db0ea;
  font-size: 0.16rem;
  color: #ffffff;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(125, 176, 234, 0.5);
          box-shadow: 0 0.02rem 0.1rem rgba(125, 176, 234, 0.5);
  -webkit-border-radius: 0.07rem;
          border-radius: 0.07rem;
}
.OnlineReview .BatchSubmission[data-v-59ae08b2] {
  width: 1.3rem;
  height: 0.35rem;
  padding: 0;
  background: #06deb7;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(6, 222, 183, 0.5);
          box-shadow: 0 0.02rem 0.1rem rgba(6, 222, 183, 0.5);
  -webkit-border-radius: 0.07rem;
          border-radius: 0.07rem;
  line-height: 0.35rem;
  text-align: center;
  color: #ffffff;
  font-size: 0.16rem;
}
.OnlineReview .BatchSubmissionDisabled[data-v-59ae08b2] {
  background: #aeaeae !important;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(193, 193, 193, 0.5) !important;
          box-shadow: 0 0.02rem 0.1rem rgba(193, 193, 193, 0.5) !important;
  cursor: not-allowed;
}
.OnlineReview .BatchSubmissionBlue[data-v-59ae08b2] {
  background: #6fa2ff !important;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(112, 162, 255, 0.5) !important;
          box-shadow: 0 0.02rem 0.1rem rgba(112, 162, 255, 0.5) !important;
}
.OnlineReview .BatchRefer[data-v-59ae08b2] {
  width: 1.3rem;
  height: 0.35rem;
  padding: 0;
  line-height: 0.35rem;
  text-align: center;
  font-size: 0.16rem;
  color: #ffffff;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(255, 134, 132, 0.5);
          box-shadow: 0 0.02rem 0.1rem rgba(255, 134, 132, 0.5);
  -webkit-border-radius: 0.07rem;
          border-radius: 0.07rem;
  background: #ff8684;
  margin: 0 0.1rem;
  cursor: pointer;
}
.OnlineReview .BatchMode[data-v-59ae08b2] {
  margin-top: 0;
}
.OnlineReview .letterConfirm[data-v-59ae08b2] {
  margin-bottom: 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.OnlineReview .letterConfirm .order[data-v-59ae08b2] {
  width: 0.2rem;
  height: 0.2rem;
  line-height: 0.2rem;
  text-align: center;
  border: 0.015rem solid #7db0ea;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin-right: 0.1rem;
  color: #7db0ea;
}
.OnlineReview .letterConfirm .text[data-v-59ae08b2] {
  font-size: 0.2rem;
  font-weight: 600;
}
.OnlineReview .letterConfirm .downLetter[data-v-59ae08b2] {
  color: #7db0ea;
}
.OnlineReview .letterConfirm .uploadLetter[data-v-59ae08b2] {
  color: #333333;
}
.OnlineReview .tipLetter[data-v-59ae08b2] {
  height: 0.5rem;
  line-height: 0.5rem;
  background: #f6faff;
  padding-left: 0.2rem;
  color: #feb104;
  font-weight: 600;
  font-size: 0.16rem;
  margin: 0 0.36rem 0.28rem;
}
.OnlineReview .upload-myfile[data-v-59ae08b2] {
  margin-bottom: 0.28rem;
}
.OnlineReview .upload-myfile[data-v-59ae08b2]  .el-upload {
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.OnlineReview .upload-myfile[data-v-59ae08b2]  .el-upload .el-button {
  width: 2rem;
  height: 0.4rem;
  background: #d3e8fe;
  border: 0.01rem solid #7db0ea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
  margin-left: 0.36rem;
}
.OnlineReview .upload-myfile[data-v-59ae08b2]  .el-upload .el-button div {
  font-size: 0.18rem;
  color: #666666;
  font-weight: 600;
}
.OnlineReview .upload-myfile[data-v-59ae08b2]  .el-upload .el-button .upTip {
  font-size: 0.1rem;
  color: #999;
}
.OnlineReview .fileLists[data-v-59ae08b2] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.14rem;
}
.OnlineReview .fileLists .image[data-v-59ae08b2] {
  width: 0.16rem;
  height: 0.14rem;
  margin-right: 0.15rem;
  margin-left: 0.34rem;
}
.OnlineReview .fileLists .fileContent[data-v-59ae08b2] {
  width: 69%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-right: 0.13rem;
}
.OnlineReview .fileLists .fileContent .fileTitle[data-v-59ae08b2] {
  color: #333333;
  font-size: 0.16rem;
  line-height: 0.22rem;
  margin-bottom: 0.05rem;
}
.OnlineReview .fileLists .fileHandle[data-v-59ae08b2] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.OnlineReview .fileLists .fileHandle div[data-v-59ae08b2] {
  color: #7db0ea;
  font-size: 0.14rem;
}
.OnlineReview .fileLists .fileHandle div[data-v-59ae08b2]:nth-child(1) {
  margin-right: 0.17rem;
}
.OnlineReview .dialogMyVisible[data-v-59ae08b2] {
  text-align: center;
}
.OnlineReview .dialogMyVisible i[data-v-59ae08b2] {
  margin-bottom: 0.36rem;
}
.OnlineReview .dialogMyVisible div[data-v-59ae08b2] {
  font-size: 0.2rem;
  line-height: 0.23rem;
  text-align: center;
  color: #333333;
  margin-bottom: 0.46rem;
}
.OnlineReview .nullPage[data-v-59ae08b2] {
  width: 100%;
  background: #fff;
  margin-top: 0.4rem;
}
.OnlineReview .nullPage img[data-v-59ae08b2] {
  width: 3rem;
  margin: auto;
}
.OnlineReview .nullPage .toReviewNull[data-v-59ae08b2] {
  margin: 1rem auto 0.6rem;
}
.OnlineReview .nullPage .tip[data-v-59ae08b2] {
  color: #666666;
  font-weight: 600;
  font-size: 0.21rem;
  line-height: 160%;
  text-align: center;
}
[data-v-59ae08b2] .el-dropdown {
  cursor: pointer;
  width: 1rem;
  height: 0.35rem;
  padding: 0;
  line-height: 0.35rem;
  text-align: center;
  background: #7db0ea;
  font-size: 0.16rem;
  color: #ffffff;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(125, 176, 234, 0.5);
          box-shadow: 0 0.02rem 0.1rem rgba(125, 176, 234, 0.5);
  -webkit-border-radius: 0.07rem;
          border-radius: 0.07rem;
}
[data-v-59ae08b2] .el-button {
  border: none;
}
[data-v-59ae08b2] .el-radio {
  margin-bottom: 0.18rem;
}
[data-v-59ae08b2] .el-radio .el-radio__label {
  color: #333;
  font-size: 0.2rem;
  font-weight: 400;
}
[data-v-59ae08b2] .el-dialog {
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
}
[data-v-59ae08b2] .el-dialog__header .el-dialog__title {
  color: #333;
  font-size: 0.2rem;
  font-weight: 700;
}
[data-v-59ae08b2] .el-dialog__footer {
  text-align: center;
}
.el-radio-group[data-v-59ae08b2] {
  width: 100%;
}
.dialog-footer .el-button[data-v-59ae08b2] {
  width: 2rem;
  height: 0.45rem;
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
  border: 0.01rem solid #7db0ea;
  background: #d3e8fe;
  color: #7db0ea;
  font-size: 0.18rem;
  font-weight: 700;
}
.dialog-footer .el-button.el-button--primary[data-v-59ae08b2] {
  background: #7db0ea;
  color: #fff;
}
.GroupList[data-v-623cd13c] {
  height: 100%;
  width: 100%;
  padding-top: 0.16rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
}
.GroupList .group[data-v-623cd13c] {
  width: 8.19rem;
  height: 1.29rem;
  padding: 0 0.67rem 0 0.7rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  margin: 0.16rem auto;
}
.GroupList .group .title[data-v-623cd13c] {
  margin: 0 0 0.14rem 0;
  font-weight: 600;
  font-size: 0.18rem;
  line-height: 160%;
  color: #333333;
}
.GroupList .group .time[data-v-623cd13c] {
  margin: 0;
  font-size: 0.14rem;
  line-height: 160%;
  color: #999999;
}
.GroupList .group .time time[data-v-623cd13c] {
  color: #333333;
}
.GroupList .group .tags[data-v-623cd13c] {
  margin-top: 0.14rem;
}
.GroupList .group .tags .el-tag[data-v-623cd13c] {
  height: 0.26rem;
  line-height: 0.26rem;
  background-color: #d3e8fe;
}
.GroupList .group .tags .el-tag + .el-tag[data-v-623cd13c] {
  margin-left: 0.12rem;
}
.GroupList .group .btn[data-v-623cd13c] {
  width: 1.12rem;
  height: 0.3rem;
  line-height: 0.3rem;
  text-align: center;
  font-size: 0.11rem;
  color: #ffffff;
  background: #7db0ea;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.GroupList .group .btn.defence[data-v-623cd13c] {
  background: #feb104;
}
.GroupList .group .btn + .btn[data-v-623cd13c] {
  margin: 0.16rem 0 0;
}
.GroupList .el-empty[data-v-623cd13c]  .el-empty__image {
  width: 3rem;
  height: auto;
}
.GroupInfo[data-v-1ca2fd4c] {
  height: 100%;
  overflow: auto;
}
.GroupInfo .lists[data-v-1ca2fd4c] {
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
  margin-bottom: 0.16rem;
  padding: 0.22rem 0.54rem 0.19rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.GroupInfo .lists .el-image[data-v-1ca2fd4c] {
  width: 2.15rem;
  height: 1.36rem;
  -webkit-border-radius: 0.18rem;
          border-radius: 0.18rem;
  margin-right: 0.58rem;
  display: block;
}
.GroupInfo .lists .listContent h2[data-v-1ca2fd4c] {
  font-size: 0.18rem;
  margin: 0 0 0.14rem;
}
.GroupInfo .lists .listContent .listDesc[data-v-1ca2fd4c] {
  display: inline-block;
  margin-right: 0.34rem;
  margin-bottom: 0.06rem;
}
.GroupInfo .lists .listContent .listDesc span[data-v-1ca2fd4c] {
  font-size: 0.14rem;
  color: #999999;
  line-height: 0.22rem;
}
.GroupInfo .lists .listContent .listDesc span[data-v-1ca2fd4c]:nth-child(2) {
  color: #333;
}
.GroupInfo[data-v-1ca2fd4c]  .content {
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  padding: 0.3rem 0;
  background: #ffffff;
  -webkit-box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.1);
  margin-bottom: 0.16rem;
}
.GroupInfo[data-v-1ca2fd4c]  .content .title {
  height: 0.28rem;
  margin-bottom: 0.18rem;
  position: relative;
  padding: 0 0.32rem 0 0.6rem;
}
.GroupInfo[data-v-1ca2fd4c]  .content .title .title-text {
  font-size: 0.18rem;
  font-weight: bold;
  color: #333333;
  position: relative;
  z-index: 2;
}
.GroupInfo[data-v-1ca2fd4c]  .content .title .title-text::after {
  content: "";
  display: block;
  width: 1.8rem;
  height: 0.07rem;
  background: -webkit-linear-gradient(359.99deg, rgba(125, 176, 234, 0.8) 39.59%, rgba(125, 176, 234, 0) 80.84%);
  background: linear-gradient(90.01deg, rgba(125, 176, 234, 0.8) 39.59%, rgba(125, 176, 234, 0) 80.84%);
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.GroupInfo[data-v-1ca2fd4c]  .content .part-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 0.6rem;
  color: #333333;
  font-size: 0.14rem;
  line-height: 0.26rem;
}
.GroupInfo[data-v-1ca2fd4c]  .content .con-title {
  padding-left: 0.54rem;
  line-height: 0.4rem;
  color: #333333;
  font-size: 0.16rem;
  font-weight: 600;
}
.GroupInfo[data-v-1ca2fd4c]  .content .con-text {
  color: #333333;
  font-size: 0.14rem;
}
.GroupInfo[data-v-1ca2fd4c]  .el-table.custom-table2 {
  padding: 0 0.2rem;
}
.GroupInfo[data-v-1ca2fd4c]  .el-table.custom-table2 .el-table__header {
  margin-bottom: 0.1rem;
}
.GroupInfo[data-v-1ca2fd4c]  .el-table.custom-table2 .el-table__body {
  margin-top: 0.05rem;
}
.GroupInfo[data-v-1ca2fd4c]  .el-table.custom-table2 .el-icon {
  font-size: 0.25rem;
  cursor: pointer;
  display: inline;
}
.GroupInfo[data-v-1ca2fd4c]  .el-table.custom-table2 .el-icon + .el-icon {
  margin-left: 0.1rem;
  cursor: move;
}
.GroupInfo[data-v-1ca2fd4c]  .el-table.custom-table {
  width: -webkit-calc(100% - 0.54rem);
  width: calc(100% - 0.54rem);
  margin: 0 auto 0.1rem;
}
.GroupInfo[data-v-1ca2fd4c]  .el-table.custom-table .has-gutter th {
  background: #f6fbff;
}
.GroupInfo[data-v-1ca2fd4c]  .el-table .el-table__header {
  -webkit-border-radius: 0;
          border-radius: 0;
}
.GroupInfo[data-v-1ca2fd4c]  .el-table td.el-table__cell {
  height: 0.42rem;
  padding: 0;
}
.container[data-v-f2ad7834] {
  height: 100%;
  width: 100%;
  padding-top: 0.16rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
}
.list[data-v-f2ad7834] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.list .el-col[data-v-f2ad7834] {
  width: 43%;
  margin: 0.2rem 0.1rem 0.2rem 0.4rem;
}
.time[data-v-f2ad7834] {
  font-size: 0.13rem;
  color: #999;
}
.bottom[data-v-f2ad7834] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.button[data-v-f2ad7834] {
  padding: 0;
  float: right;
}
.image[data-v-f2ad7834] {
  width: 100%;
  display: block;
}
.clearfix[data-v-f2ad7834]:before,
.clearfix[data-v-f2ad7834]:after {
  display: table;
  content: "";
}
.clearfix[data-v-f2ad7834]:after {
  clear: both;
}
.GroupList[data-v-80750834] {
  height: 100%;
  width: 100%;
  padding-top: 0.16rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
}
.GroupList .group[data-v-80750834] {
  width: 8.19rem;
  height: 1.29rem;
  padding: 0 0.67rem 0 0.7rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  margin: 0.16rem auto;
}
.GroupList .group .title[data-v-80750834] {
  margin: 0 0 0.14rem 0;
  font-weight: 600;
  font-size: 0.18rem;
  line-height: 160%;
  color: #333333;
}
.GroupList .group .time[data-v-80750834] {
  margin: 0;
  font-size: 0.14rem;
  line-height: 160%;
  color: #999999;
}
.GroupList .group .time time[data-v-80750834] {
  color: #333333;
}
.GroupList .group .tags[data-v-80750834] {
  margin-top: 0.14rem;
}
.GroupList .group .tags .el-tag[data-v-80750834] {
  height: 0.26rem;
  line-height: 0.26rem;
  background-color: #d3e8fe;
}
.GroupList .group .tags .el-tag + .el-tag[data-v-80750834] {
  margin-left: 0.12rem;
}
.GroupList .group .btn[data-v-80750834] {
  width: 1.12rem;
  height: 0.3rem;
  line-height: 0.3rem;
  text-align: center;
  font-size: 0.11rem;
  color: #ffffff;
  background: #7db0ea;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.GroupList .group .btn.defence[data-v-80750834] {
  cursor: pointer;
  background: #feb104;
}
.GroupList .group .btn + .btn[data-v-80750834] {
  margin: 0.16rem 0 0;
}
.GroupList .el-empty[data-v-80750834]  .el-empty__image {
  width: 3rem;
  height: auto;
}
.list-container .list[data-v-06419a5e] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.list-container .list .el-col[data-v-06419a5e] {
  width: 43%;
  margin: 0.2rem 0.1rem 0.2rem 0.4rem;
}
.list-container .time[data-v-06419a5e] {
  font-size: 0.13rem;
  color: #999;
}
.list-container .bottom[data-v-06419a5e] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.list-container .button[data-v-06419a5e] {
  padding: 0;
  float: right;
}
.list-container .image[data-v-06419a5e] {
  width: 100%;
  display: block;
}
.list-container .clearfix[data-v-06419a5e]:before,
.list-container .clearfix[data-v-06419a5e]:after {
  display: table;
  content: "";
}
.list-container .clearfix[data-v-06419a5e]:after {
  clear: both;
}
.content[data-v-04285568] {
  width: 12rem;
  background-color: #fff;
  margin: auto;
  overflow: hidden;
  margin-top: 0.26rem;
  margin-bottom: 0.15rem;
  padding: 0 0.75rem;
}
.content img[data-v-04285568] {
  width: 100%;
}
.content .tip[data-v-04285568] {
  text-align: center;
  font-size: 0.2rem;
  margin: 1rem auto 4.2rem;
}
.content[data-v-04285568]  .el-table {
  margin-bottom: 0.46rem;
}
.content[data-v-04285568]  .el-pagination {
  text-align: center;
  margin-bottom: 0.67rem;
}
.content[data-v-04285568]  .el-table .el-table__header {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
}
.content[data-v-04285568]  .el-table th {
  border: 0.01rem solid #333;
}
.content[data-v-04285568]  .el-table td {
  padding: 0;
  border: 0.01rem solid #333;
}
.content[data-v-04285568]  .el-table .cell {
  height: 0.5rem;
  line-height: 0.5rem;
}
.content[data-v-04285568]  .el-table .el-table__cell {
  text-align: center;
}
.content[data-v-04285568]  .el-table--border {
  border: 0.01rem solid #333;
}
.content .box[data-v-04285568] {
  padding: 0.4rem 0 0.68rem;
}
.content h3[data-v-04285568] {
  color: #333333;
  font-size: 0.36rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0.37rem;
}
.content .tipContent[data-v-04285568] {
  padding: 0 0.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #666666;
  font-size: 0.22rem;
  margin-bottom: 0.3rem;
}
.content .bottomTip[data-v-04285568] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.content .bottomTip .sign[data-v-04285568] {
  width: 25%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000;
  font-size: 0.21rem;
  margin-bottom: 0.28rem;
}
.content .bottomTip .sign .tipSignSubmit[data-v-04285568] {
  color: #649aff;
  font-size: 0.21rem;
  margin-left: 0.12rem;
  cursor: pointer;
}
.content .bottomTip .sign img[data-v-04285568] {
  width: 1.5rem;
}
.content .mybutton[data-v-04285568] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.content .mybutton div[data-v-04285568] {
  cursor: pointer;
  width: 3.02rem;
  height: 0.6rem;
  text-align: center;
  font-size: 0.18rem;
  line-height: 0.6rem;
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
  margin-left: 0.2rem;
  border: 0.01rem solid #eee;
}
.content .mybutton .sureButton[data-v-04285568] {
  cursor: pointer;
  background: #7db0ea;
  margin-bottom: 0.14rem;
  color: #fff;
  border: none;
}
.content[data-v-be570af2] {
  width: 12rem;
  background-color: #fff;
  margin: auto;
  overflow: hidden;
  margin-top: 0.26rem;
  margin-bottom: 0.15rem;
  padding: 0 0.75rem;
}
.content img[data-v-be570af2] {
  width: 100%;
}
.content .tip[data-v-be570af2] {
  text-align: center;
  font-size: 0.2rem;
  margin: 1rem auto 4.2rem;
}
.content[data-v-be570af2]  .el-table {
  margin-bottom: 0.46rem;
}
.content[data-v-be570af2]  .el-pagination {
  text-align: center;
  margin-bottom: 0.67rem;
}
.content[data-v-be570af2]  .el-table .el-table__header {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
}
.content[data-v-be570af2]  .el-table th {
  border: 0.01rem solid #333;
}
.content[data-v-be570af2]  .el-table td {
  padding: 0;
  border: 0.01rem solid #333;
}
.content[data-v-be570af2]  .el-table .cell {
  height: 0.5rem;
  line-height: 0.5rem;
}
.content[data-v-be570af2]  .el-table .el-table__cell {
  text-align: center;
}
.content[data-v-be570af2]  .el-table--border {
  border: 0.01rem solid #333;
}
.content .box[data-v-be570af2] {
  padding: 0.4rem 0 0.68rem;
}
.content h3[data-v-be570af2] {
  color: #333333;
  font-size: 0.36rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0.37rem;
}
.content .tipContent[data-v-be570af2] {
  padding: 0 0.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #666666;
  font-size: 0.22rem;
  margin-bottom: 0.3rem;
}
.content .bottomTip[data-v-be570af2] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.content .bottomTip .sign[data-v-be570af2] {
  width: 25%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000;
  font-size: 0.21rem;
  margin-bottom: 0.28rem;
}
.content .bottomTip .sign .tipSignSubmit[data-v-be570af2] {
  color: #649aff;
  font-size: 0.18rem;
  margin-left: 0.12rem;
  cursor: pointer;
}
.content .bottomTip .sign img[data-v-be570af2] {
  width: 1.5rem;
}
.content .mybutton[data-v-be570af2] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  cursor: pointer;
}
.content .mybutton div[data-v-be570af2] {
  width: 3.02rem;
  height: 0.4rem;
  text-align: center;
  font-size: 0.18rem;
  line-height: 0.4rem;
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
}
.content .mybutton .sureButton[data-v-be570af2] {
  background: #7db0ea;
  margin-bottom: 0.14rem;
  color: #fff;
}
.filter[data-v-76dfcf39] {
  height: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.27rem;
}
.filter[data-v-76dfcf39]  .el-form-item {
  margin: 0 0.15rem 0 0;
}
.filter[data-v-76dfcf39]  .el-form-item .el-input__inner {
  width: 1.86rem;
  height: 0.4rem !important;
  border: 0.01rem solid #cacaca;
  text-align: center;
}
.filter[data-v-76dfcf39]  .el-form-item .el-input__inner::-webkit-input-placeholder {
  color: #666;
  font-size: 0.14rem;
}
.filter[data-v-76dfcf39]  .el-form-item .el-input__inner::-moz-placeholder {
  color: #666;
  font-size: 0.14rem;
}
.filter[data-v-76dfcf39]  .el-form-item .el-input__inner:-ms-input-placeholder {
  color: #666;
  font-size: 0.14rem;
}
.filter[data-v-76dfcf39]  .el-form-item .el-input__inner::-ms-input-placeholder {
  color: #666;
  font-size: 0.14rem;
}
.filter[data-v-76dfcf39]  .el-form-item .el-input__inner::placeholder {
  color: #666;
  font-size: 0.14rem;
}
.filter div .el-form-item[data-v-76dfcf39]:nth-last-child(1) {
  margin-right: 0;
}
.filter[data-v-76dfcf39]  .itemBtn {
  width: 1.96rem;
  height: 0.4rem;
  line-height: 0.4rem;
  border: 0.01rem solid #7db0ea;
  color: #7db0ea;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  margin: 0;
}
.filter[data-v-76dfcf39]  .itemBtn .el-form-item__content {
  width: 1.96rem;
  line-height: 0.4rem;
}
.filter[data-v-76dfcf39]  .itemBtn .btnText {
  display: inline-block;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  width: 50%;
  height: 100%;
  text-align: center;
  font-size: 0.16rem;
  font-weight: 700;
}
.filter[data-v-76dfcf39]  .itemBtn .active {
  background: #7db0ea;
  color: #ffffff;
}
.filter[data-v-76dfcf39]  .itemInput .el-input__inner {
  width: 1.86rem;
  height: 0.4rem !important;
  background: #fff;
  border: 0.01rem solid #cacaca;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  text-align: left;
  padding-right: 0.32rem;
}
.filter[data-v-76dfcf39]  .itemInput .el-input__inner::-webkit-input-placeholder {
  color: rgba(153, 153, 153, 0.7);
  font-size: 0.14rem;
  font-weight: 400;
}
.filter[data-v-76dfcf39]  .itemInput .el-input__inner::-moz-placeholder {
  color: rgba(153, 153, 153, 0.7);
  font-size: 0.14rem;
  font-weight: 400;
}
.filter[data-v-76dfcf39]  .itemInput .el-input__inner:-ms-input-placeholder {
  color: rgba(153, 153, 153, 0.7);
  font-size: 0.14rem;
  font-weight: 400;
}
.filter[data-v-76dfcf39]  .itemInput .el-input__inner::-ms-input-placeholder {
  color: rgba(153, 153, 153, 0.7);
  font-size: 0.14rem;
  font-weight: 400;
}
.filter[data-v-76dfcf39]  .itemInput .el-input__inner::placeholder {
  color: rgba(153, 153, 153, 0.7);
  font-size: 0.14rem;
  font-weight: 400;
}
.filter[data-v-76dfcf39]  .itemInput .query {
  width: 1.82rem;
  height: 0.4rem;
  line-height: 0.4rem;
  background: #7db0ea;
  -webkit-box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  text-align: center;
  font-size: 0.16rem;
  font-weight: 700;
  color: #fff;
  position: absolute;
  right: 0.14rem;
  bottom: 0.04rem;
}
.mytable {
  padding-bottom: 1rem;
}
.mytable .el-table th.el-table__cell {
  background: #c9e2ff;
  color: #000000;
  font-size: 0.18rem;
  font-weight: 400;
}
.mytable .el-table .el-table__header {
  -webkit-border-radius: 0;
          border-radius: 0;
  margin-bottom: 0;
}
.mytable .el-table td.el-table__cell {
  height: 0.66rem;
  border-bottom: 0.01rem solid #d8d8d8;
  padding: 0;
}
.mytable .details {
  width: 100%;
  background: rgba(201, 226, 255, 0.2);
  padding: 0.33rem 0.33rem 0.24rem 0.83rem;
}
.mytable .details .info {
  color: #666;
  font-size: 0.18rem;
  font-weight: 400;
  margin-bottom: 0.12rem;
  line-height: 0.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.mytable .details .info span {
  color: #333;
  font-weight: 500;
}
.mytable .details .info:nth-child(1) span {
  display: block;
  width: 0.9rem;
}
.el-pagination {
  text-align: center;
  padding-top: 0.4rem;
}
.champion[data-v-0f8a5a66] {
  padding-top: 0.62rem;
  padding-bottom: 0.6rem;
  background: #fff;
}
.champion .content[data-v-0f8a5a66] {
  width: 12rem;
  margin: auto;
}
.champion .content .card[data-v-0f8a5a66] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0.67rem;
}
.champion .content .card img[data-v-0f8a5a66] {
  width: 2.8rem;
  height: 1.3rem;
}
.champion .content .totalData[data-v-0f8a5a66] {
  font-weight: 500;
  font-size: 0.18rem;
  color: #666666;
  margin-bottom: 0.26rem;
  line-height: 0.25rem;
}
.champion .content .totalData span[data-v-0f8a5a66] {
  color: red;
}
[data-v-46eefe02] .el-dialog {
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
}
.bg .headerTop[data-v-46eefe02] {
  font-size: 0.2rem;
  padding: 0.26rem 0 0 0.2rem;
  color: #333333;
}
.bg .headerBody[data-v-46eefe02] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.bg .headerBody .bodyLeft .leftTime[data-v-46eefe02] {
  width: 0.81rem;
  height: 0.42rem;
  margin: 0.38rem 0.49rem 0.07rem 0.35rem;
  font-weight: 500;
  font-size: 0.3rem;
  color: #333333;
  text-align: center;
}
.bg .headerBody .bodyLeft .leftDate[data-v-46eefe02] {
  font-weight: 400;
  font-size: 0.14rem;
  color: #333333;
  text-align: center;
}
.bg .headerBody .bodyCenter .centerTop[data-v-46eefe02] {
  width: 0.67rem;
  height: 0.27rem;
  background: #EBEDF2;
  -webkit-border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
          border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
  line-height: 0.27rem;
  font-weight: 400;
  font-size: 0.14rem;
  color: #333333;
  text-align: center;
  margin: 0.4rem 0.49rem 0.12rem 0.15rem;
}
.bg .headerBody .bodyCenter .wire[data-v-46eefe02] {
  width: 1rem;
  border: 0.01rem solid #EFEFEF;
}
.bg .headerBody .bodyCenter .centerBottom[data-v-46eefe02] {
  font-weight: 400;
  font-size: 0.13rem;
  color: #3B5EFC;
  line-height: 0.21rem;
  text-align: center;
  margin: 0.07rem 0.48rem 0 0.2rem;
}
.bg .headerBody .bodyRight .rightTime[data-v-46eefe02] {
  width: 0.81rem;
  height: 0.42rem;
  margin: 0.38rem 0.49rem 0.07rem 0.1rem;
  font-weight: 500;
  font-size: 0.3rem;
  color: #333333;
}
.bg .headerBody .bodyRight .rightDate[data-v-46eefe02] {
  font-weight: 400;
  font-size: 0.14rem;
  color: #333333;
}
.bg .wires[data-v-46eefe02] {
  width: 3.86rem;
  height: 0.01rem;
  -webkit-border-radius: 0 0 0 0;
          border-radius: 0 0 0 0;
  border: 0.01rem dashed #D7D7D7;
  margin: 0.25rem 0.2rem 0.2rem 0.2rem;
}
.bg .testMessage .testTop[data-v-46eefe02] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.bg .testMessage .testTop .left[data-v-46eefe02] {
  width: 0.48rem;
  height: 0.22rem;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.33rem;
  text-align: center;
  margin: 0 0.16rem 0.18rem 0.35rem;
}
.bg .testMessage .testTop .right[data-v-46eefe02] {
  width: 0.48rem;
  height: 0.22rem;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.33rem;
  text-align: center;
}
.bg .testMessages .testTop[data-v-46eefe02] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.bg .testMessages .testTop .left[data-v-46eefe02] {
  height: 0.22rem;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.33rem;
  text-align: center;
  margin: 0 0.16rem 0.18rem 0.35rem;
}
.bg .testMessages .testTop .right[data-v-46eefe02] {
  height: 0.22rem;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.33rem;
  text-align: center;
}
.btns[data-v-46eefe02] {
  width: 1.66rem;
  height: 0.34rem;
  text-align: center;
  line-height: 0.08rem;
  background-color: #3b5efc;
  font-size: 0.14rem;
  margin-top: 2.5rem;
  -webkit-border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
          border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
}
[data-v-46eefe02] .right .el-input__inner {
  width: 2.92rem;
}
.boxBtn[data-v-46eefe02] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-dialog__title[data-v-46eefe02] {
  font-weight: 500;
  font-size: 0.2rem;
  color: #333333;
}
.btn[data-v-46eefe02] {
  width: 1.86rem;
  height: 0.34rem;
  text-align: center;
  line-height: 0.08rem;
  background-color: #3b5efc;
  font-size: 0.14rem;
}
.s[data-v-46eefe02] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 0.25rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
[data-v-46eefe02] #sidebar .item dt .svg-icon {
  width: 0.26rem !important;
  height: 0.26rem !important;
}
#sidebar[data-v-46eefe02] {
  padding: 0.3rem 0;
  position: fixed;
  z-index: 100;
  right: 0.25rem;
  /* 35px; */
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.86rem;
  height: 4rem;
  -webkit-border-radius: 0.22rem;
          border-radius: 0.22rem;
  background: #fff;
  -webkit-box-shadow: 0 0 0.05571rem 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 0.05571rem 0 rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 0 0.2rem 0 #0000001a;
          box-shadow: 0 0 0.2rem 0 #0000001a;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#sidebar .item[data-v-46eefe02] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#sidebar .item p[data-v-46eefe02] {
  color: #494949;
  font-family: PingFang SC;
  font-size: 0.12rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}
#sidebar .item dt[data-v-46eefe02] {
  width: 0.56rem;
  height: 0.56rem;
  background: #ffff;
  -webkit-filter: drop-shadow(0 0 0.07511rem rgba(4, 4, 4, 0.1));
          filter: drop-shadow(0 0 0.07511rem rgba(4, 4, 4, 0.1));
  -webkit-border-radius: 100%;
          border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#sidebar .item dt[data-v-46eefe02]:hover {
  background: #1d30ff;
}
#sidebar .item dt .svg-icon[data-v-46eefe02] {
  width: 0.2rem;
  height: 0.2rem;
}
.posiImg[data-v-46eefe02] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  color: #ffffff;
  font-family: PingFang SC;
  font-size: 0.12rem;
  font-weight: 400;
  line-height: 0.21rem;
  text-align: center;
  position: absolute;
  top: 16%;
  right: 0.48rem;
  width: 0.53rem;
  height: 0.22rem;
  -webkit-border-radius: 0.03rem;
          border-radius: 0.03rem;
  background: #707070;
}
.manual[data-v-46eefe02] {
  width: 7.4rem;
  padding: 0.25rem 0;
  margin: 0.15rem 0;
  position: relative;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.manual a.el-button[data-v-46eefe02] {
  width: 3rem;
  height: 0.56rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0 0.22rem 0 0.23rem;
  background: #ffffff;
  border: 0.005rem solid #1d30ff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  font-weight: 400;
  font-size: 0.16rem;
  text-align: left;
}
.manual a.el-button .el-button[data-v-46eefe02] {
  width: 0.92rem;
  height: 0.24rem;
  padding: 0;
  border-color: #b1cbff;
  background: #b1cbff;
  -webkit-border-radius: 0.12rem;
          border-radius: 0.12rem;
  font-size: 0.12rem;
  color: #ffffff;
}
.manual a.el-button[data-v-46eefe02]:nth-child(3), .manual a.el-button[data-v-46eefe02]:nth-child(4) {
  margin-top: 0.26rem;
}
.manual a.el-button[data-v-46eefe02]:hover {
  background: #b1cbff;
  border-color: #b1cbff;
  -webkit-box-shadow: 0 0.04rem 0.2rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.04rem 0.2rem rgba(0, 0, 0, 0.1);
  color: #fff;
}
.manual a.el-button:hover .el-button[data-v-46eefe02] {
  color: #b1cbff;
  background: #ffffff;
}
.posiBox[data-v-46eefe02] {
  min-height: 1.6rem;
  position: absolute;
  left: -7.4rem;
  right: -0.01rem;
  background: #fff;
  top: -0.36rem;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
  border: 0.01rem solid #ebeef5;
  -webkit-box-shadow: 0 0.02rem 0.12rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.02rem 0.12rem 0 rgba(0, 0, 0, 0.1);
}
.phoneBox[data-v-46eefe02] {
  position: absolute;
  padding: 0.18rem 0.2rem;
  left: -1.18rem;
  bottom: 0.7rem;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
  background: #fff;
  border: 0.01rem solid #ebeef5;
  -webkit-box-shadow: 0 0.02rem 0.12rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.02rem 0.12rem 0 rgba(0, 0, 0, 0.1);
}
.accountImg[data-v-46eefe02] {
  bottom: 1.4rem !important;
}
.expansion[data-v-46eefe02] {
  position: fixed;
  width: 0.4rem;
  height: 0.4rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  z-index: 100;
  right: 0.4rem;
  bottom: 1.1rem;
  background: #ffffff;
  text-align: center;
  -webkit-box-shadow: 0 0 0.2rem 0 #0000001a;
          box-shadow: 0 0 0.2rem 0 #0000001a;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.expansion .expansion_img[data-v-46eefe02] {
  width: 0.22rem;
  height: 0.24rem;
}
.gotop[data-v-46eefe02] {
  bottom: 0.5rem !important;
  font-size: 0.22rem;
}
.zzz[data-v-46eefe02] {
  height: 3rem;
  overflow-y: scroll;
}
.zzz .popup-checkBox[data-v-46eefe02] {
  width: 100%;
  padding-top: 0.1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.zzz .popup-checkBox .checkBox-item[data-v-46eefe02] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  /* start; */
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 0.62rem;
  -webkit-border-radius: 0.09rem;
          border-radius: 0.09rem;
  background: #f7f7f7;
  margin-bottom: 0.12rem;
  padding: 0.17rem 0.15rem;
  position: relative;
}
.zzz .popup-checkBox .checkBox-item.active[data-v-46eefe02] {
  background: #ecefff;
}
.zzz .popup-checkBox .checkBox-item .info[data-v-46eefe02] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.zzz .popup-checkBox .checkBox-item .info .project-name[data-v-46eefe02] {
  height: 0.21rem;
  color: #333;
  font-size: 0.15rem;
}
.zzz .popup-checkBox .checkBox-item .info .projectType-list[data-v-46eefe02] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  /* start; */
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 0.15rem;
}
.zzz .popup-checkBox .checkBox-item .info .projectType-list .projectType-item[data-v-46eefe02] {
  color: #666;
  font-size: 0.11rem;
  font-weight: 400;
  margin-right: 0.03rem;
}
.zzz .popup-checkBox .checkBox-item .project[data-v-46eefe02] {
  position: absolute;
  left: 0;
  top: -0.05rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  height: 0.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.06rem;
  font-weight: 400;
  line-height: 0.07rem;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  -webkit-border-radius: 0.05rem 0.1rem 0.1rem 0;
          border-radius: 0.05rem 0.1rem 0.1rem 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#c1c1c1), to(#c1c1c1)), -webkit-gradient(linear, left bottom, left top, from(#d1d1d6), to(#d1d1d6));
  background: -webkit-linear-gradient(bottom, #c1c1c1, #c1c1c1), -webkit-linear-gradient(bottom, #d1d1d6, #d1d1d6);
  background: linear-gradient(0deg, #c1c1c1, #c1c1c1), linear-gradient(0deg, #d1d1d6, #d1d1d6);
}
.zzz .popup-checkBox .checkBox-item .project.active[data-v-46eefe02] {
  background: #899eff;
}
[data-v-46eefe02] div.el-dialog__footer .dialog-footer .el-button {
  width: 0.82rem;
  height: 0.35rem;
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 400;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
}
[data-v-46eefe02] div.el-dialog__footer .dialog-footer .el-button.el-button--default {
  background: #fff;
  border: 0.01rem solid #3b5efc;
  color: #3b5efc;
}
[data-v-46eefe02] div.el-dialog__footer .dialog-footer .el-button.el-button--primary {
  background: #3b5efc;
  color: #fff;
}
.el-dialog__wrapper[data-v-46eefe02]  .el-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -65%);
          transform: translate(-50%, -65%);
}
.specialist[data-v-46eefe02]  .el-dialog {
  height: 7.5rem;
}
.specialist[data-v-46eefe02]  .el-dialog__body {
  padding: 0;
  margin-top: 0.28rem;
}
.specialist[data-v-46eefe02]  .el-form-item {
  margin-bottom: 0.26rem;
}
.specialist[data-v-46eefe02]  .el-dialog__title {
  margin-left: 0.1rem;
}
.specialist[data-v-46eefe02]  .el-input__suffix {
  display: block;
}
.btn-close[data-v-91023ce0] {
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
}
.avatar-uploader[data-v-91023ce0] {
  height: 1.73rem;
  width: 1.73rem;
  border: 0.01rem dashed #d9d9d9;
  -webkit-border-radius: 0.06rem;
          border-radius: 0.06rem;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.avatar-uploader .el-upload[data-v-91023ce0]:hover {
  border-color: #409eff;
}
.avatar-uploader-icon[data-v-91023ce0] {
  font-size: 0.28rem;
  color: #8c939d;
  width: 1.78rem;
  height: 1.78rem;
  line-height: 1.78rem;
  text-align: center;
}
.avatar[data-v-91023ce0] {
  width: 1.78rem;
  height: 1.78rem;
  display: block;
}
.content[data-v-91023ce0] {
  position: relative;
  min-height: 8.95rem;
  padding: 0.7rem 1rem 0;
  overflow-y: hidden;
}
.content .el-form-row[data-v-91023ce0] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.content .el-form-col[data-v-91023ce0] {
  width: 3.2rem;
}
.content .el-form-col.margin-right[data-v-91023ce0] {
  margin-right: 0.65rem;
}
.content .business-card[data-v-91023ce0] {
  min-width: 3.36rem;
  min-height: 1.42rem;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
  border: 0.01rem solid #f2f2f2;
  padding: 0.16rem 0.28rem 0;
  margin-bottom: 0.2rem;
}
.content .business-card .card-button[data-v-91023ce0] {
  cursor: pointer;
  width: 2.8rem;
  height: 0.5rem;
  line-height: 0.5rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  background: #ecefff;
  color: #3b5efc;
  text-align: center;
  font-size: 0.16rem;
  border: none;
}
.content .business-card .card-portfolio-list[data-v-91023ce0] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 0.36rem;
}
.content .business-card .card-portfolio-list .card-img[data-v-91023ce0] {
  width: 0.3rem;
  height: 0.36rem;
  margin-right: 0.09rem;
}
.content .business-card .card-portfolio-list .card-img img[data-v-91023ce0] {
  width: 100%;
  height: 100%;
}
.content .business-card .card-portfolio-list .card-info[data-v-91023ce0] {
  width: 1.52rem;
  height: 0.36rem;
  line-height: 0.36rem;
  margin-right: 0.15rem;
}
.content .business-card .card-portfolio-list .card-info .card-title[data-v-91023ce0] {
  width: 1.52rem;
  color: #333;
  font-size: 0.14rem;
  margin-bottom: 0.05rem;
}
.content .business-card .card-portfolio-list .card-info .card-date[data-v-91023ce0] {
  color: #999;
  font-size: 0.1rem;
}
.content .el-select[data-v-91023ce0] {
  width: 100%;
}
.content .el-cascader[data-v-91023ce0] {
  width: 100%;
}
.content[data-v-91023ce0] .el-textarea__inner {
  min-height: 1.13rem !important;
  resize: none;
}
.content[data-v-91023ce0] .el-switch__label {
  color: #3b5efc;
  font-size: 0.11rem;
  margin-top: 0.04rem;
  margin-right: 0.9rem;
}
.content .footer-button[data-v-91023ce0] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2.84rem;
  margin: 0.25rem auto 0.61rem;
}
.content .footer-button .btn-left[data-v-91023ce0],
.content .footer-button .btn-right[data-v-91023ce0] {
  cursor: pointer;
  width: 1.32rem;
  height: 0.37rem;
  -webkit-border-radius: 0.06rem;
          border-radius: 0.06rem;
  font-size: 0.14rem;
  font-weight: 700;
  border: none;
}
.content .footer-button .btn-left.btn-left[data-v-91023ce0],
.content .footer-button .btn-right.btn-left[data-v-91023ce0] {
  color: #333;
  background: #f7f7f7;
}
.content .footer-button .btn-left.btn-right[data-v-91023ce0],
.content .footer-button .btn-right.btn-right[data-v-91023ce0] {
  color: #fff;
  background: #3b5efc;
}
.content .content-title[data-v-91023ce0] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.22rem;
}
.content .content-title .title-line[data-v-91023ce0] {
  display: inline-block;
  width: 0.03rem;
  height: 0.16rem;
  -webkit-border-radius: 0.015rem;
          border-radius: 0.015rem;
  background: #3b5efc;
  margin-top: -0.02rem;
  margin-right: 0.07rem;
}
.content .content-title .title-text[data-v-91023ce0] {
  height: 0.2rem;
  color: #333;
  text-align: left;
  font-size: 0.18rem;
  font-weight: 700;
  line-height: 0.2rem;
}
.business-label[data-v-91023ce0] {
  font-weight: 700;
  line-height: 0.5rem;
  font-size: 0.16rem;
  color: #666666;
}
.members[data-v-91023ce0] {
  cursor: pointer;
  color: #3b5efc;
  text-align: left;
  font-size: 0.16rem;
  font-weight: 400;
  line-height: 0.5rem;
  /* 125% */
  margin: 0 0 0 0.1rem;
}
[data-v-91023ce0] .member-dialog .el-dialog {
  width: 4.74rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
}
[data-v-91023ce0] .member-dialog .el-dialog .el-dialog__header {
  padding: 0.27rem 0.2rem;
}
[data-v-91023ce0] .member-dialog .el-dialog .el-dialog__body {
  position: relative;
  padding: 0 0.17rem 0 0.18rem;
  max-height: 3.5rem;
  overflow-y: auto;
}
[data-v-91023ce0] .member-dialog .el-dialog .el-dialog__body .memeber-search {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  height: 0.4rem;
  margin-bottom: 0.16rem;
}
[data-v-91023ce0] .member-dialog .el-dialog .el-dialog__body .memeber-search .el-button {
  height: 0.4rem;
  background: #3b5efc;
  color: #fff;
  -webkit-border-radius: 0 0.05rem 0.05rem 0;
          border-radius: 0 0.05rem 0.05rem 0;
}
[data-v-91023ce0] .member-dialog .el-dialog .el-dialog__body .memeber-search .el-input__inner {
  border: 0.01rem solid #3b5efc;
  border-right: none;
}
[data-v-91023ce0] .member-dialog .el-dialog .el-dialog__body .el-button {
  background: #3b5efc;
  color: #fff;
}
[data-v-91023ce0] .member-dialog .el-dialog .el-dialog__body .member-list .member-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 0.01rem solid #dfdfdf;
}
[data-v-91023ce0] .member-dialog .el-dialog .el-dialog__body .member-list .member-list-item .radio {
  width: 0.17rem;
  height: 0.17rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 0.01rem solid #000;
  margin-right: 0.15rem;
}
[data-v-91023ce0] .member-dialog .el-dialog .el-dialog__body .member-list .member-list-item .member-name {
  color: #333;
  font-size: 0.18rem;
}
[data-v-91023ce0] .member-dialog .el-dialog .el-dialog__body .member-list .member-list-item .member-info {
  color: #666;
  font-size: 0.16rem;
}
[data-v-91023ce0] .member-dialog .el-dialog .el-dialog__body .member-list .member-list-item .member-colloge {
  margin-right: 0.16rem;
}
[data-v-91023ce0] .member-dialog .el-dialog .el-dialog__body .member-list .member-list-item .member-colloge,[data-v-91023ce0] .member-dialog .el-dialog .el-dialog__body .member-list .member-list-item .member-phone {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
[data-v-91023ce0] .member-dialog .el-dialog .el-dialog__footer {
  padding: 0.21rem 0;
}
[data-v-91023ce0] .member-dialog .el-dialog .el-dialog__footer .el-button {
  -webkit-border-radius: 0.02rem;
          border-radius: 0.02rem;
  background: #3b5efc;
}
.member-dialog-title[data-v-91023ce0] {
  color: #333;
  font-size: 0.2rem;
}
[data-v-91023ce0] .el-table .el-table__header {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.btn-close[data-v-5b98864b] {
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
}
.content[data-v-5b98864b] {
  position: relative;
  padding: 0.7rem 1rem 0;
  overflow-y: auto;
}
.content .el-form-row[data-v-5b98864b] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.content .el-form-col[data-v-5b98864b] {
  width: 3.2rem;
}
.content .el-form-col.margin-right[data-v-5b98864b] {
  margin-right: 0.65rem;
}
.content .business-card[data-v-5b98864b] {
  width: 3.36rem;
  height: 1.42rem;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
  border: 0.01rem solid #f2f2f2;
  padding: 0.16rem 0.28rem 0;
  margin-bottom: 0.2rem;
}
.content .business-card .card-button[data-v-5b98864b] {
  cursor: pointer;
  width: 2.8rem;
  height: 0.5rem;
  line-height: 0.5rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  background: #ecefff;
  color: #3b5efc;
  text-align: center;
  font-size: 0.16rem;
  border: none;
}
.content .business-card .card-portfolio-list[data-v-5b98864b] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 0.36rem;
}
.content .business-card .card-portfolio-list .card-img[data-v-5b98864b] {
  width: 0.3rem;
  height: 0.36rem;
  margin-right: 0.09rem;
}
.content .business-card .card-portfolio-list .card-img img[data-v-5b98864b] {
  width: 100%;
  height: 100%;
}
.content .business-card .card-portfolio-list .card-info[data-v-5b98864b] {
  width: 1.52rem;
  height: 0.36rem;
  line-height: 0.36rem;
  margin-right: 0.15rem;
}
.content .business-card .card-portfolio-list .card-info .card-title[data-v-5b98864b] {
  width: 1.52rem;
  color: #333;
  font-size: 0.14rem;
  margin-bottom: 0.05rem;
}
.content .business-card .card-portfolio-list .card-info .card-date[data-v-5b98864b] {
  color: #999;
  font-size: 0.1rem;
}
.content .el-select[data-v-5b98864b] {
  width: 100%;
}
.content[data-v-5b98864b] .el-textarea__inner {
  min-height: 1.13rem !important;
  resize: none;
}
.content[data-v-5b98864b] .el-switch__label {
  color: #3b5efc;
  font-size: 0.11rem;
  margin-top: 0.04rem;
  margin-right: 0.9rem;
}
.content .footer-button[data-v-5b98864b] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2.84rem;
  margin: 0.25rem auto 0.61rem;
}
.content .footer-button .btn-left[data-v-5b98864b],
.content .footer-button .btn-right[data-v-5b98864b] {
  cursor: pointer;
  width: 1.32rem;
  height: 0.37rem;
  -webkit-border-radius: 0.06rem;
          border-radius: 0.06rem;
  font-size: 0.14rem;
  font-weight: 700;
  border: none;
}
.content .footer-button .btn-left.btn-left[data-v-5b98864b],
.content .footer-button .btn-right.btn-left[data-v-5b98864b] {
  color: #333;
  background: #f7f7f7;
}
.content .footer-button .btn-left.btn-right[data-v-5b98864b],
.content .footer-button .btn-right.btn-right[data-v-5b98864b] {
  color: #fff;
  background: #3b5efc;
}
.content .content-title[data-v-5b98864b] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.22rem;
}
.content .content-title .title-line[data-v-5b98864b] {
  display: inline-block;
  width: 0.03rem;
  height: 0.16rem;
  -webkit-border-radius: 0.015rem;
          border-radius: 0.015rem;
  background: #3b5efc;
  margin-top: -0.02rem;
  margin-right: 0.07rem;
}
.content .content-title .title-text[data-v-5b98864b] {
  height: 0.2rem;
  color: #333;
  text-align: left;
  font-size: 0.18rem;
  font-weight: 700;
  line-height: 0.2rem;
}
.headline[data-v-f94fa71e] {
  margin-bottom: -0.2rem;
  position: relative;
  padding-right: 0.1rem;
  height: 0.8rem;
}
.headline .title[data-v-f94fa71e] {
  color: #333;
  font-family: PingFang SC;
  font-size: 0.18rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.headline .underpainting[data-v-f94fa71e] {
  position: absolute;
  top: 0.18rem;
  width: 100%;
  height: 0.07rem;
  -webkit-border-radius: 0.01rem;
          border-radius: 0.01rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.05%, rgba(53, 160, 254, 0.3)), color-stop(101.07%, rgba(53, 160, 254, 0)));
  background: -webkit-linear-gradient(left, rgba(53, 160, 254, 0.3) 0.05%, rgba(53, 160, 254, 0) 101.07%);
  background: linear-gradient(90deg, rgba(53, 160, 254, 0.3) 0.05%, rgba(53, 160, 254, 0) 101.07%);
}
.content[data-v-f94fa71e] {
  padding: 0.4rem 0.28rem 0;
}
.content .activeBtn[data-v-f94fa71e] {
  padding: 0 0.25rem;
  display: inline-block;
  height: 0.37rem;
  line-height: 0.37rem;
  -webkit-border-radius: 0.06rem;
          border-radius: 0.06rem;
  background: #3b5efc;
  font-weight: 400 !important;
  color: #fff;
  font-size: 0.14rem;
  text-align: center;
  cursor: pointer;
  position: absolute;
  right: 0;
}
.content .content-title[data-v-f94fa71e] {
  color: #333;
  font-family: PingFang SC;
  font-size: 0.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0.26rem;
}
.content .card-body[data-v-f94fa71e] {
  color: #333;
  word-wrap: break-word;
  font-family: PingFang SC;
  font-size: 0.16rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.25rem;
  /* 156.25% */
}
.content .content-margin-bottom[data-v-f94fa71e] {
  margin-bottom: 0.31rem;
}
.content .content-list[data-v-f94fa71e] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.content .content-list-item[data-v-f94fa71e] {
  height: 0.21rem;
  color: #666;
  font-size: 0.18rem;
  line-height: 0.205rem;
  margin-right: 0.15rem;
}
.content .personal-info[data-v-f94fa71e] {
  border-bottom: 0.01rem solid #dfdfdf;
  margin-bottom: 0.15rem;
}
.content .personal-info .personal-info-top[data-v-f94fa71e] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 0.58rem;
}
.content .personal-info .personal-info-top .info-top[data-v-f94fa71e] {
  margin-bottom: 0.1rem;
  width: 100%;
}
.content .personal-info .personal-info-top .info-top .info-top-name[data-v-f94fa71e] {
  color: #333;
  font-size: 0.24rem;
  font-weight: 700;
  margin-bottom: 0.1rem;
  position: relative;
}
.content .personal-info .personal-info-top .info-top .info-top-list[data-v-f94fa71e] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #999;
  font-size: 0.16rem;
}
.content .personal-info .personal-info-top .info-top .info-top-list span[data-v-f94fa71e] {
  margin: 0 0.07rem;
}
.content .personal-info .personal-info-top .chat-button[data-v-f94fa71e] {
  width: 1.05rem;
  height: 0.37rem;
  line-height: 0.37rem;
  text-align: center;
  -webkit-border-radius: 0.06rem;
          border-radius: 0.06rem;
  background: #3b5efc;
  color: #fff;
  font-size: 0.14rem;
  font-weight: 700;
}
.content .personal-info .personal-info-bottom[data-v-f94fa71e] {
  margin-top: 0.12rem;
  margin-bottom: 0.17rem;
  color: #333;
  font-family: PingFang SC;
  font-size: 0.16rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.25rem;
  /* 156.25% */
}
.content .personal-experience[data-v-f94fa71e] {
  margin-bottom: 0.31rem;
}
.content .personal-experience .personal-experience-card[data-v-f94fa71e] {
  margin-bottom: 0.17rem;
}
.content .personal-experience .personal-experience-card .card-header[data-v-f94fa71e] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
  height: 0.25rem;
  margin-bottom: 0.05rem;
}
.content .personal-experience .personal-experience-card .card-header .card-header-title[data-v-f94fa71e] {
  color: #333;
  font-size: 0.2rem;
  font-weight: 700;
}
.content .personal-experience .personal-experience-card .card-header .card-header-date[data-v-f94fa71e] {
  color: #666;
  font-family: PingFang SC;
  font-size: 0.16rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.content .personal-portfolio[data-v-f94fa71e] {
  margin-bottom: 0.65rem;
}
.content .personal-portfolio .personal-portfolio-list[data-v-f94fa71e] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 0.36rem;
  margin-bottom: 0.1rem;
}
.content .personal-portfolio .personal-portfolio-list .portfolio-img[data-v-f94fa71e] {
  width: 0.27rem;
  height: 0.36rem;
  margin-right: 0.17rem;
}
.content .personal-portfolio .personal-portfolio-list .portfolio-img img[data-v-f94fa71e] {
  width: 100%;
  height: 100%;
}
.content .personal-portfolio .personal-portfolio-list .portfolio-info .portfolio-title[data-v-f94fa71e] {
  color: #333;
  font-size: 0.14rem;
  margin-bottom: 0.15rem;
}
.content .personal-portfolio .personal-portfolio-list .portfolio-info .portfolio-date[data-v-f94fa71e] {
  color: #999;
  font-size: 0.1rem;
}
.content .personal-showMore[data-v-f94fa71e] {
  cursor: pointer;
  width: 1.93rem;
  height: 0.37rem;
  line-height: 0.37rem;
  text-align: center;
  -webkit-border-radius: 0.06rem;
          border-radius: 0.06rem;
  border: 0.01rem solid #3b5efc;
  color: #3b5efc;
  font-size: 0.14rem;
  font-weight: 700;
  margin: 0 auto;
}
.tag[data-v-0812e050] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.tag-item[data-v-0812e050] {
  width: auto;
  height: 0.3rem;
  padding: 0.03rem 0.14rem;
  -webkit-border-radius: 0.02rem;
          border-radius: 0.02rem;
  background: #ededed;
  color: #666;
  font-size: 0.16rem;
  font-weight: 400;
  margin: 0 0.11rem 0.01rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.headline[data-v-0812e050] {
  position: relative;
}
.headline .title[data-v-0812e050] {
  color: #333;
  font-family: PingFang SC;
  font-size: 0.18rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.headline .underpainting[data-v-0812e050] {
  position: absolute;
  top: 0.18rem;
  width: 1.19rem;
  height: 0.07rem;
  -webkit-border-radius: 0.01rem;
          border-radius: 0.01rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.05%, rgba(53, 160, 254, 0.3)), color-stop(101.07%, rgba(53, 160, 254, 0)));
  background: -webkit-linear-gradient(left, rgba(53, 160, 254, 0.3) 0.05%, rgba(53, 160, 254, 0) 101.07%);
  background: linear-gradient(90deg, rgba(53, 160, 254, 0.3) 0.05%, rgba(53, 160, 254, 0) 101.07%);
}
.info-type[data-v-0812e050] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.1rem;
}
.info-type div[data-v-0812e050] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0.1rem;
  color: #999;
  font-family: PingFang SC;
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.info-type div img[data-v-0812e050] {
  width: 0.15rem;
  height: 0.15rem;
  margin-right: 0.04rem;
}
.bottomBtn[data-v-0812e050] {
  cursor: pointer;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bottomBtn .btn-collect[data-v-0812e050] {
  padding: 0 0.25rem;
  height: 0.37rem;
  -webkit-border-radius: 0.06rem;
          border-radius: 0.06rem;
  border: 0.01rem solid #3b5efc;
  color: #3b5efc;
  background: #fff;
  font-family: PingFang SC;
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 700;
  margin-right: 0.07rem;
  line-height: normal;
}
.bottomBtn .Unbtn-collect[data-v-0812e050] {
  padding: 0 0.25rem;
  height: 0.37rem;
  -webkit-border-radius: 0.06rem;
          border-radius: 0.06rem;
  border: 0.01rem solid #ededed;
  color: #666;
  background: #ededed;
  font-family: PingFang SC;
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 700;
  margin-right: 0.07rem;
  line-height: normal;
}
.bottomBtn .btn-cls-confirm[data-v-0812e050] {
  width: 1.05rem;
  height: 0.37rem;
  color: #fff;
  font-size: 0.14rem;
  font-weight: 400;
  border: none;
  -webkit-border-radius: 0.06rem;
          border-radius: 0.06rem;
}
.btn-cls-confirm[data-v-0812e050] {
  width: 472rpx;
  height: 70rpx;
  color: #ffffff;
  background-color: #3b5efc;
}
.content[data-v-0812e050] {
  padding: 0.22rem 0.28rem 0;
}
.content .content-title[data-v-0812e050] {
  color: #333;
  font-size: 0.16rem;
  font-weight: 700;
  margin-bottom: 0.16rem;
}
.content .card-body[data-v-0812e050] {
  color: #333;
  font-size: 0.16rem;
  margin-top: 0.17rem;
  word-wrap: break-word;
  line-height: 0.25rem;
}
.content .content-margin-bottom[data-v-0812e050] {
  margin-bottom: 0.31rem;
}
.content .content-list[data-v-0812e050] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.content .content-list-item[data-v-0812e050] {
  height: 0.21rem;
  color: #666;
  font-size: 0.14rem;
  line-height: 0.205rem;
  margin-right: 0.15rem;
}
.content .personal-info[data-v-0812e050] {
  margin-bottom: 0.15rem;
}
.content .personal-info .personal-info-top[data-v-0812e050] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 1rem;
}
.content .personal-info .personal-info-top .info-top[data-v-0812e050] {
  margin-bottom: 0.1rem;
}
.content .personal-info .personal-info-top .info-top .info-top-name[data-v-0812e050] {
  color: #333;
  width: 4.44rem;
  font-size: 0.2rem;
  font-weight: 700;
}
.content .personal-info .personal-info-top .info-top .info-top-list[data-v-0812e050] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #999;
  font-size: 0.14rem;
}
.content .personal-info .personal-info-top .info-top .info-top-list span[data-v-0812e050] {
  margin: 0 0.07rem;
}
.content .personal-info .personal-info-top .chat-button[data-v-0812e050] {
  width: 1.05rem;
  height: 0.37rem;
  line-height: 0.37rem;
  text-align: center;
  -webkit-border-radius: 0.06rem;
          border-radius: 0.06rem;
  background: #3b5efc;
  color: #fff;
  font-size: 0.14rem;
  font-weight: 700;
}
.content .personal-info .personal-info-bottom[data-v-0812e050] {
  height: 0.53rem;
  color: #666;
  font-size: 0.14rem;
  line-height: 0.46rem;
  margin-bottom: 0.17rem;
  border-top: 0.01rem solid #dfdfdf;
  border-bottom: 0.01rem solid #dfdfdf;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.content .personal-experience[data-v-0812e050] {
  margin-bottom: 0.31rem;
}
.content .personal-experience .personal-experience-card[data-v-0812e050] {
  margin-bottom: 0.17rem;
}
.content .personal-experience .personal-experience-card .card-header[data-v-0812e050] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 0.25rem;
  margin-bottom: 0.22rem;
}
.content .personal-experience .personal-experience-card .card-header .card-header-title[data-v-0812e050] {
  color: #333;
  font-size: 0.18rem;
  font-weight: 700;
}
.content .personal-experience .personal-experience-card .card-header .card-header-date[data-v-0812e050] {
  color: #333;
  font-size: 0.14rem;
}
.content .personal-portfolio[data-v-0812e050] {
  margin-bottom: 0.65rem;
}
.content .personal-portfolio .personal-portfolio-list[data-v-0812e050] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 0.36rem;
  margin-bottom: 0.1rem;
}
.content .personal-portfolio .personal-portfolio-list .portfolio-img[data-v-0812e050] {
  width: 0.27rem;
  height: 0.36rem;
  margin-right: 0.17rem;
}
.content .personal-portfolio .personal-portfolio-list .portfolio-img img[data-v-0812e050] {
  width: 100%;
  height: 100%;
}
.content .personal-portfolio .personal-portfolio-list .portfolio-info .portfolio-title[data-v-0812e050] {
  color: #333;
  font-size: 0.14rem;
  margin-bottom: 0.15rem;
}
.content .personal-portfolio .personal-portfolio-list .portfolio-info .portfolio-date[data-v-0812e050] {
  color: #999;
  font-size: 0.1rem;
}
.content .personal-showMore[data-v-0812e050] {
  cursor: pointer;
  width: 1.93rem;
  height: 0.37rem;
  line-height: 0.37rem;
  text-align: center;
  -webkit-border-radius: 0.06rem;
          border-radius: 0.06rem;
  border: 0.01rem solid #3b5efc;
  color: #3b5efc;
  font-size: 0.14rem;
  font-weight: 700;
  margin: 0 auto;
}
.projectCardContainer[data-v-18e9d9f2] {
  border: 0.01rem solid rgba(0, 0, 0, 0.04);
  /* transparent; */
  cursor: pointer !important;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  background-color: #ffffff;
  overflow: hidden;
  width: 3.74rem;
  height: 1.9rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 0.12rem;
  -webkit-transition: border 0.2s linear;
  transition: border 0.2s linear;
  /* box-shadow .2s linear; */
}
.projectCardContainer[data-v-18e9d9f2]:hover {
  border: 0.01rem solid #3b5efc;
  z-index: 1;
}
.projectCardContainer.active[data-v-18e9d9f2] {
  border: 0.01rem solid #3b5efc;
}
.title[data-v-18e9d9f2] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.16rem;
  font-weight: 700;
  margin: 0.2rem 0 0 0.15rem;
}
.title-text[data-v-18e9d9f2] {
  width: 2.8rem;
  line-height: 0.28rem;
  font-size: 0.16rem;
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.categorize[data-v-18e9d9f2] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0.15rem 0 0 0.15rem;
}
.categorize-text-card[data-v-18e9d9f2] {
  color: #666;
  font-size: 0.15rem;
  font-weight: 400;
  margin-right: 0.09rem;
}
.tag[data-v-18e9d9f2] {
  margin: 0.15rem 0 0 0.15rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.tag-item[data-v-18e9d9f2] {
  width: auto;
  height: 0.2rem;
  padding: 0.03rem 0.11rem;
  -webkit-border-radius: 0.02rem;
          border-radius: 0.02rem;
  background: #ededed;
  color: #666;
  font-size: 0.13rem;
  font-weight: 400;
  margin: 0 0.09rem 0 0;
}
.box-bottom[data-v-18e9d9f2] {
  position: absolute;
  bottom: 0;
  width: 3.82rem;
  padding: 0.12rem;
  background: #fafbff;
}
.pc-bottom[data-v-18e9d9f2] {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.pc-bottom-item[data-v-18e9d9f2] {
  width: auto;
  height: 0.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-right: 0.3rem;
}
.pc-bottom-item-text-list[data-v-18e9d9f2] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pc-bottom-item-text-list-small[data-v-18e9d9f2] {
  font-size: 0.28rem;
}
.pc-bottom-item-text[data-v-18e9d9f2] {
  margin-top: 0.12rem;
  color: #666;
  font-size: 0.13rem;
  font-style: normal;
  font-weight: 400;
}
.pc-bottom-item-image[data-v-18e9d9f2] {
  width: 0.32rem;
  height: 0.32rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin: 0 0.1rem 0 0 !important;
}
.project_h2[data-v-18e9d9f2] {
  color: #333;
  font-size: 0.16rem;
  line-height: 0.224rem;
  font-style: normal;
  font-weight: 400;
  margin-top: 0.05rem;
  word-wrap: break-word;
}
@charset "UTF-8";
.personal-info-bottom[data-v-60470433] {
  height: 0.53rem;
  color: #666;
  font-size: 0.16rem;
  line-height: 0.46rem;
  margin-bottom: 0.17rem;
  border-bottom: 0.01rem solid #dfdfdf;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.personal-info-bottom .personal-avater[data-v-60470433] {
  width: 0.29rem;
  height: 0.29rem;
  -webkit-border-radius: 0.29rem;
          border-radius: 0.29rem;
  margin-right: 0.1rem;
}
.pdContainer[data-v-60470433] {
  background-color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-y: auto;
  padding: 0.1rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
}
dt[data-v-60470433] {
  width: 0.56rem;
  height: 0.56rem;
  background: #ffff;
  fill: #fff;
  -webkit-filter: drop-shadow(0 0 0.07511rem rgba(4, 4, 4, 0.1));
          filter: drop-shadow(0 0 0.07511rem rgba(4, 4, 4, 0.1));
  -webkit-border-radius: 100%;
          border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
dt[data-v-60470433]:hover {
  background: #1d30ff;
}
dt .svg-icon[data-v-60470433] {
  width: 0.2rem;
  height: 0.2rem;
}
.sdiv[data-v-60470433] {
  padding: 0 0.28rem 0 0.28rem;
  width: 100%;
}
.project-title[data-v-60470433] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  height: 1rem;
  width: 100%;
  border-bottom: 0.01rem solid #dfdfdf;
}
.project-info[data-v-60470433] {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.28rem 0;
}
.project-info .project-info-content[data-v-60470433] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* flex-wrap: wrap; */
  position: relative;
  height: 0.7rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.project-info .bottomBtn[data-v-60470433] {
  cursor: pointer;
  position: absolute;
  right: 0;
  /* 10px; */
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.project-info .bottomBtn .btn-collect[data-v-60470433] {
  padding: 0 0.25rem;
  height: 0.37rem;
  -webkit-border-radius: 0.06rem;
          border-radius: 0.06rem;
  border: 0.01rem solid #3b5efc;
  color: #3b5efc;
  background: #fff;
  font-family: PingFang SC;
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 700;
  margin-right: 0.07rem;
  line-height: normal;
}
.project-info .bottomBtn .Unbtn-collect[data-v-60470433] {
  padding: 0 0.25rem;
  height: 0.37rem;
  -webkit-border-radius: 0.06rem;
          border-radius: 0.06rem;
  border: 0.01rem solid #ededed;
  color: #666;
  background: #ededed;
  font-family: PingFang SC;
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 700;
  margin-right: 0.07rem;
  line-height: normal;
}
.project-info .bottomBtn .btn-cls-confirm[data-v-60470433] {
  width: 1.05rem;
  height: 0.37rem;
  color: #fff;
  font-size: 0.14rem;
  font-weight: 400;
  border: none;
  -webkit-border-radius: 0.06rem;
          border-radius: 0.06rem;
}
.project-info-title[data-v-60470433] {
  width: 4.6rem;
  font-size: 0.24rem;
  font-weight: 700;
  color: #333;
  white-space: nowrap;
  /* 不换行 */
  overflow: hidden;
  /* 超出部分隐藏 */
  text-overflow: ellipsis;
  /* 显示省略号 /*/
  margin-bottom: -0.05rem;
}
.info-type[data-v-60470433] {
  height: 0.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.info-type div[data-v-60470433] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0.1rem;
  color: #999;
  font-family: PingFang SC;
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.info-type div img[data-v-60470433] {
  width: 0.15rem;
  height: 0.15rem;
  margin-right: 0.04rem;
}
.schoolName[data-v-60470433] {
  font-size: 0.14rem;
  font-weight: 400;
  line-height: 0.2rem;
  text-align: left;
}
.decamd-desc[data-v-60470433] {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.titles[data-v-60470433] {
  color: #333;
  font-family: PingFang SC;
  font-size: 0.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 0.25rem;
}
.underpainting[data-v-60470433] {
  width: 1.19rem;
  height: 0.07rem;
  -webkit-border-radius: 0.01rem;
          border-radius: 0.01rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.05%, rgba(53, 160, 254, 0.3)), color-stop(101.07%, rgba(53, 160, 254, 0)));
  background: -webkit-linear-gradient(left, rgba(53, 160, 254, 0.3) 0.05%, rgba(53, 160, 254, 0) 101.07%);
  background: linear-gradient(90deg, rgba(53, 160, 254, 0.3) 0.05%, rgba(53, 160, 254, 0) 101.07%);
}
.headline[data-v-60470433] {
  position: relative;
}
.headline .title[data-v-60470433] {
  color: #333;
  margin-top: 0.25rem;
  font-family: PingFang SC;
  font-size: 0.18rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.headline .underpainting[data-v-60470433] {
  position: absolute;
  top: 0.42rem;
  height: 0.07rem;
  -webkit-border-radius: 0.01rem;
          border-radius: 0.01rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.05%, rgba(53, 160, 254, 0.3)), color-stop(101.07%, rgba(53, 160, 254, 0)));
  background: -webkit-linear-gradient(left, rgba(53, 160, 254, 0.3) 0.05%, rgba(53, 160, 254, 0) 101.07%);
  background: linear-gradient(90deg, rgba(53, 160, 254, 0.3) 0.05%, rgba(53, 160, 254, 0) 101.07%);
}
.title[data-v-60470433] {
  color: #333;
  font-size: 0.2rem;
  font-weight: 700;
  margin-bottom: 0.15rem;
  margin-top: 0.05rem;
}
.tag-list[data-v-60470433] {
  height: 0.19rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.23rem;
}
.tag-items[data-v-60470433] {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 0.3rem;
  padding: 0.03rem 0.14056rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-border-radius: 0.02rem;
          border-radius: 0.02rem;
  background: #ededed;
  color: #666;
  font-size: 0.16rem;
  font-weight: 400;
  margin: 0 0.11rem 0.1rem 0;
  width: auto;
}
.desc[data-v-60470433] {
  padding: 0;
  color: #333;
  font-family: PingFang SC;
  font-size: 0.16rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.25rem;
  /* 156.25% */
  word-break: break-word;
}
.business[data-v-60470433] {
  margin-bottom: 24rpx;
}
.business-title[data-v-60470433] {
  color: #333;
  font-family: PingFang SC;
  font-size: 0.16rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.25rem;
  /* 156.25% */
}
.business-container[data-v-60470433] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 0.48rem;
  margin: 0.1rem;
}
.business-container-l[data-v-60470433] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.business-container-l-c[data-v-60470433] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin-left: 0.05rem;
}
.business-container-l-c-desc[data-v-60470433] {
  font-size: 0.1rem;
  color: #999;
  font-weight: 400;
}
.business-image[data-v-60470433] {
  width: 0.36rem;
  height: 0.36rem;
}
.business-div[data-v-60470433] {
  width: 0.56rem;
  height: 0.26rem;
  color: #5c9ffd;
  -webkit-border-radius: 0.13rem;
          border-radius: 0.13rem;
  border: 0.005rem solid #475ffd;
  text-align: center;
  color: #475ffd;
  font-size: 0.1rem;
  font-weight: 400;
  margin-right: 0.41rem;
  line-height: 0.26rem;
}
.bottom-item-image[data-v-60470433] {
  width: 70rpx;
  height: 70rpx;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.project_h2[data-v-60470433] {
  margin-left: 15rpx;
  color: #333;
  font-size: 30rpx;
  font-weight: 400;
  word-wrap: break-word;
}
.bottom[data-v-60470433] {
  z-index: 2;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 144rpx;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1rpx solid #dfdfdf;
  background-color: #ffffff;
}
.content-container[data-v-60470433] {
  width: 100%;
  margin: 10rpx auto;
  -webkit-border-radius: 0;
          border-radius: 0;
  background-color: #f5f6f8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.popup-container[data-v-60470433] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 540rpx;
  background: #fff;
}
.popup-container-title[data-v-60470433] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 40rpx;
  font-size: 32rpx;
  font-weight: 600;
  margin: 20rpx;
}
.popup-container-tag[data-v-60470433] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 60rpx;
}
.popup-container-tag-item[data-v-60470433] {
  width: 160rpx;
  height: 40rpx;
  margin-left: 20rpx;
  text-align: center;
}
.textarea[data-v-60470433] {
  margin: 20rpx;
  width: 700rpx;
}
.btn-cls[data-v-60470433] {
  margin: 20rpx;
  width: 700rpx;
}
.btn-cls-confirm[data-v-60470433] {
  width: 472rpx;
  height: 70rpx;
  color: #ffffff;
  background-color: #3b5efc;
}
.tag-div[data-v-60470433] {
  width: 140rpx;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.projectSourceContainer[data-v-4a8d3a3b] {
  cursor: pointer !important;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  background-color: #ffffff;
  overflow: hidden;
  width: 3.74rem;
  height: 1.72rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 0.12rem;
  margin-right: 0.1rem;
  border: 0.01rem solid rgba(0, 0, 0, 0.04);
  -webkit-transition: border 0.2s linear;
  transition: border 0.2s linear;
}
.projectSourceContainer[data-v-4a8d3a3b]:hover {
  z-index: 1;
  border: 0.01rem solid #3b5efc;
}
.projectSourceContainer.active[data-v-4a8d3a3b] {
  border: 0.01rem solid #3b5efc;
}
.title[data-v-4a8d3a3b] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* width: 384px; */
  font-size: 0.16rem;
  font-weight: 700;
  margin: 0.2rem 0 0 0.15rem;
}
.title-text[data-v-4a8d3a3b] {
  width: 3.75rem;
  color: #333;
  font-size: 0.16rem;
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.categorize[data-v-4a8d3a3b] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0.09rem 0 0.03rem 0.15rem;
}
.categorize-text-card[data-v-4a8d3a3b] {
  color: #666;
  font-family: PingFang SC;
  font-size: 0.13rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.tag[data-v-4a8d3a3b] {
  margin: 0.05rem 0 0 0.15rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.tag-item[data-v-4a8d3a3b] {
  width: auto;
  height: 0.2rem;
  padding: 0.03rem 0.11rem;
  -webkit-border-radius: 0.02rem;
          border-radius: 0.02rem;
  background: #ededed;
  color: #666;
  font-size: 0.13rem;
  font-weight: 400;
  margin: 0 0.09rem 0 0;
}
.ps-bottom[data-v-4a8d3a3b] {
  width: 100%;
  margin: 0.05rem 0 0 0.15rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.pc-bottom-item[data-v-4a8d3a3b] {
  width: auto;
  height: 0.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-right: 0.3rem;
}
.pc-bottom-item-text-list[data-v-4a8d3a3b] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.project_h2[data-v-4a8d3a3b] {
  width: 3.34rem;
  height: 0.45rem;
  /* background: red; */
  color: #333;
  font-size: 0.13rem;
  font-style: normal;
  font-weight: 400;
  margin-top: 0.05rem;
  line-height: 0.25rem;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
}






























































/* .talentsCardContainer {
  background-color: #ffffff;
  overflow: hidden;
  width: 374px;
  height: 145px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 20rpx;
  padding: 25rpx;
  border-radius: 8px;
  border: 0.823px solid #fff;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 12px;
  margin-right: 10px;
} */
.first-column[data-v-6f422de0] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 90%;
  height: 0.56rem;
  margin: 0.2rem 0 0 0.14rem;
  overflow-x: hidden;
}
.head .head-image[data-v-6f422de0] {
  width: 0.56rem;
  height: 0.56rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-box-shadow: 0 0.01rem 0.08rem 0 rgba(0, 0, 0, 0.10);
          box-shadow: 0 0.01rem 0.08rem 0 rgba(0, 0, 0, 0.10);
}
.name[data-v-6f422de0] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 0.56rem;
  padding-left: 0.1rem;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  width: 0;
}
.name-item[data-v-6f422de0] {
  margin-bottom: 0.1rem;
}
.name-item-d[data-v-6f422de0] {
  font-size: 18rpx;
  margin: 20rpx;
}
.name-item-n[data-v-6f422de0] {
  color: #333;
  font-size: 0.16rem;
  font-style: normal;
  font-weight: 700;
}
.categorize-text[data-v-6f422de0] {
  color: #666;
  font-size: 0.13rem;
  font-style: normal;
  font-weight: 400;
  padding: 0.04rem;
  -webkit-border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
          border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
  background-image: -webkit-gradient(linear, left top, right top, from(#c7e5ff), to(white));
  background-image: -webkit-linear-gradient(left, #c7e5ff, white);
  background-image: linear-gradient(to right, #c7e5ff, white);
}
.second-column[data-v-6f422de0] {
  margin-left: 0.8rem;
  width: (100% - 0.8rem);
  height: 0.6rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
.second-column-text[data-v-6f422de0] {
  font-size: 0.13rem;
  margin-right: 0.1rem;
  color: #666;
  font-style: normal;
  font-weight: 400;
  line-height: 0.2rem;
}
.blur[data-v-6f422de0] {
  -webkit-filter: grayscale(0.4) blur(0.05rem);
          filter: grayscale(0.4) blur(0.05rem);
}
.text-clamp[data-v-6f422de0] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
.text-clamp-1[data-v-6f422de0] {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-line-clamp: 1;
}

.talentsCardContainer {
  cursor: pointer !important;
  background-color: #ffffff;
  overflow: hidden;
  width: 3.74rem;
  height: 1.45rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20rpx;
  padding: 25rpx;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  border: 0.01rem solid rgba(0, 0, 0, 0.04);
  /* box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.1); */
  margin-bottom: 0.12rem;
  margin-right: 0.1rem;
  -webkit-transition: border 0.2s linear;
  transition: border 0.2s linear;
}
.talentsCardContainer:hover {
  z-index: 1;
  border: 0.01rem solid #3b5efc;
}
.talentsCardContainer.active {
  border: 0.01rem solid #3b5efc;
}
@charset "UTF-8";
.sss[data-v-69b30a84] {
  display: inline-block;
  position: relative;
  margin: 0.15rem;
}
.sss .el-cascader[data-v-69b30a84] {
  width: 1.1rem;
  color: red;
  border: 0;
  /* position: absolute;
  left: 690px;770px;
  top: 152px;  */
}
.sss .el-icon[data-v-69b30a84] {
  position: absolute;
  left: 0.85rem;
  /* 855px; */
  top: 0.13rem;
  /* 166px; */
}
.sss[data-v-69b30a84]  .el-input__inner {
  height: 0.33rem;
  border: none;
  background: #f8f8f8;
}
.sss[data-v-69b30a84]  .el-input__inner:hover {
  background: #ecefff;
  color: #3b5efc;
}

/* 谷歌 */
.sss[data-v-69b30a84]  .el-input__inner::-webkit-input-placeholder {
  color: #666;
  font-size: 0.16rem;
  text-align: center;
}
.el-icon-arrow-down[data-v-69b30a84] {
  color: #cacfd2;
  font-size: 0.14rem;
}
[data-v-69b30a84] .el-input__suffix {
  display: none;
}
.ItemSource-item[data-v-69b30a84] {
  margin-left: -0.14rem;
}
.loseinterestin[data-v-69b30a84] .el-dialog__header {
  padding: 0 !important;
}
.loseinterestin[data-v-69b30a84] .el-dialog__body {
  padding: 0.3rem 0.6rem;
}
.loseinterestin .loseinterestin-item .loseinterestin-title[data-v-69b30a84] {
  color: #333;
  font-family: PingFang SC;
  font-size: 0.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0.1rem;
}
.loseinterestin .loseinterestin-item .loseinterestin-text[data-v-69b30a84] {
  color: #666;
  font-family: PingFang SC;
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.loseinterestin .loseinterestin-item .feedback[data-v-69b30a84] {
  width: 4.1rem;
  height: 1.25rem;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
}
.loseinterestin .loseinterestin-item .feedback[data-v-69b30a84]  .el-textarea__inner {
  width: 100%;
  height: 1.22rem;
  border: none;
  resize: none;
  cursor: pointer;
  border: 0.01rem solid #eee;
  background: #f4f4f4;
}
.loseinterestin .loseinterestin-item .btnsz .btz[data-v-69b30a84] {
  margin: 0.2rem 0.1rem 0 0;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.09rem 0.16rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  gap: 0.1rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-border-radius: 0.2038rem;
          border-radius: 0.2038rem;
  background: #eee;
}
.loseinterestin .loseinterestin-item .btnsz .btz[data-v-69b30a84]:hover {
  color: #3b5efc;
  background: #c4e3ff;
}
.loseinterestin .loseinterestin-item .btnsz .btz.active[data-v-69b30a84] {
  color: #3b5efc;
  background: #c4e3ff;
}
[data-v-69b30a84] div.el-dialog__footer {
  margin-right: 0.4rem;
}
[data-v-69b30a84] div.el-dialog__footer .dialog-footer .el-button {
  width: 0.82rem;
  height: 0.35rem;
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.11rem;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
}
[data-v-69b30a84] div.el-dialog__footer .dialog-footer .el-button.el-button--default {
  background: #fff;
  border: 0.01rem solid #3b5efc;
  color: #3b5efc;
}
[data-v-69b30a84] div.el-dialog__footer .dialog-footer .el-button.el-button--primary {
  background: #3b5efc;
  color: #fff;
}
.pointer[data-v-69b30a84] {
  cursor: pointer;
}
.nav-menus[data-v-69b30a84] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 0.6rem;
  border-bottom: 0.01rem solid #dfdfdf;
}
.nav-menus .menu-item[data-v-69b30a84] {
  position: relative;
  color: #999;
  font-size: 0.2rem;
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  /* s90px; */
  height: 0.24rem;
  line-height: 0.24rem;
  /* 150% */
  margin-right: 0.5rem;
}
.nav-menus .menu-item span[data-v-69b30a84] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  /* 100px; */
  height: 0.24rem;
}
.nav-menus .menu-item.active[data-v-69b30a84] {
  color: #333;
  font-size: 0.22rem;
}
.nav-menus .menu-item.active .line[data-v-69b30a84] {
  background: -webkit-gradient(linear, left top, right top, color-stop(-9.08%, #52d7e0), color-stop(109.17%, rgba(71, 102, 251, 0.4)));
  background: -webkit-linear-gradient(left, #52d7e0 -9.08%, rgba(71, 102, 251, 0.4) 109.17%);
  background: linear-gradient(90deg, #52d7e0 -9.08%, rgba(71, 102, 251, 0.4) 109.17%);
}
.nav-menus .menu-item .line[data-v-69b30a84] {
  position: absolute;
  left: 0;
  bottom: -0.05rem;
  width: 0.7rem;
  height: 0.1rem;
  -webkit-border-radius: 0.05rem;
          border-radius: 0.05rem;
}
.region-item-style[data-v-69b30a84] {
  max-height: 2rem;
  overflow-y: auto;
}
.region-item-style[data-v-69b30a84]::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background-color: none;
}

/*滚动条的样式*/
.region-item-style[data-v-69b30a84]::-webkit-scrollbar-thumb {
  background: #f8f8f8;
}
.region-item-style[data-v-69b30a84]::-webkit-scrollbar {
  width: 0.03rem;
  /* 设置滚动条宽度 */
  height: 0.03rem;
}
.btns[data-v-69b30a84] {
  margin: 0.15rem;
  border: none;
  padding: 0.06rem 0.1rem;
  background: #f8f8f8;
  color: #666;
  font-family: PingFang SC;
  font-size: 0.16rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.btns2[data-v-69b30a84] {
  margin: 0.15rem;
  border: none;
  padding: 0.06rem 0.1rem;
  background: #ecefff;
  color: #3b5efc;
  font-family: PingFang SC;
  font-size: 0.16rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.btns[data-v-69b30a84]:hover {
  background: #ecefff;
  color: #3b5efc;
}
.ItemSource[data-v-69b30a84] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ItemSource .Filter[data-v-69b30a84] {
  cursor: pointer;
  /* 设置鼠标样式为小手 */
  margin: 0.22rem 0 0.22rem 0.22rem;
}
.ItemSource .Filter .cleartj[data-v-69b30a84] {
  color: #999;
  font-family: PingFang SC;
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.ItemSource .Filter .cleartj[data-v-69b30a84]:hover {
  color: #409eff;
}
.el-menu-demo-1[data-v-69b30a84] {
  height: 0.6rem;
  border-bottom: 0.005rem solid #dfdfdf;
}
.el-menu-demo-1 .el-menu-item[data-v-69b30a84] {
  position: relative;
  color: #999;
  font-size: 0.24rem !important;
  font-weight: 700;
  width: 0.9rem;
  margin-right: 0.78rem;
}
.container .el-header[data-v-69b30a84] {
  width: 11.89rem;
  /* 1200px; */
  margin: 0 auto;
  /* 160px; */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.container .el-header .nav-menu[data-v-69b30a84] {
  height: 0.55rem !important;
  margin: 0 0 0.1rem;
}
.container .el-body[data-v-69b30a84] {
  min-height: 8.95rem;
  padding-top: 0.21rem;
  padding-bottom: 0.21rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#c7effc), color-stop(41.85%, #fff));
  background: -webkit-linear-gradient(top, #c7effc 0%, #fff 41.85%);
  background: linear-gradient(180deg, #c7effc 0%, #fff 41.85%);
  overflow-y: hidden;
}
.container .el-body .el-body-content[data-v-69b30a84] {
  width: 11.89rem;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: row nowrap;
  -webkit-flex-grow: row nowrap;
      -ms-flex-positive: row nowrap;
          flex-grow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  /*定义滑块 内阴影+圆角*/
}
.container .el-body .el-body-content .el-aside[data-v-69b30a84] {
  width: 3.74rem !important;
  margin-right: 0.16rem;
  overflow-x: hidden;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE10+ */
}
.container .el-body .el-body-content .el-aside[data-v-69b30a84]::-webkit-scrollbar {
  display: none;
  /* ChromeSafari */
}
.container .el-body .el-body-content .el-aside .el-aside-add[data-v-69b30a84] {
  width: 3.74rem;
  height: 1.35rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  margin-bottom: 0.12rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.26%, #c5effc), color-stop(62.91%, #fff));
  background: -webkit-linear-gradient(top, #c5effc 0.26%, #fff 62.91%);
  background: linear-gradient(180deg, #c5effc 0.26%, #fff 62.91%);
  -webkit-box-shadow: 0 0 0.05rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.05rem 0 rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 0.1rem;
}
.container .el-body .el-body-content .el-aside .el-aside-add .el-aside-add-title[data-v-69b30a84] {
  width: 100%;
  height: 0.24rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #333;
  font-size: 0.16rem;
  font-weight: 700;
  margin-left: 0.16rem;
}
.container .el-body .el-body-content .el-aside .el-aside-add .el-aside-add-btn[data-v-69b30a84] {
  cursor: pointer !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.26rem;
  height: 0.43rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  background: #3b5efc;
  -webkit-box-shadow: 0 0 0.02rem 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 0.02rem 0 rgba(0, 0, 0, 0.15);
  color: #fff;
  text-align: center;
  font-size: 0.16rem;
  font-weight: 700;
  line-height: 0.43rem;
  margin-left: 0.79rem;
  margin-top: 0.15rem;
}
.container .el-body .el-body-content .el-aside .el-aside-create[data-v-69b30a84] {
  cursor: pointer !important;
  margin-right: 0.1rem;
  width: 3.74rem;
  height: auto;
  padding-bottom: 0.2rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  margin-bottom: 0.12rem;
  background: #fff;
  -webkit-box-shadow: 0 0 0.08rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.08rem 0 rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.container .el-body .el-body-content .el-aside .el-aside-create .CreativeCenter[data-v-69b30a84] {
  width: 3.48rem;
}
.container .el-body .el-body-content .el-aside .el-aside-create .CreativeCenter .CreativeCenter-title[data-v-69b30a84] {
  margin-top: 0.12rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 0.4rem;
}
.container .el-body .el-body-content .el-aside .el-aside-create .CreativeCenter .CreativeCenter-title span[data-v-69b30a84] {
  color: #333;
  text-align: center;
  font-family: PingFang SC;
  font-size: 0.16rem;
  font-style: normal;
  font-weight: 700;
}
.container .el-body .el-body-content .el-aside .el-aside-create .CreativeCenter .CreativeCenter-title p[data-v-69b30a84] {
  color: #999;
  text-align: center;
  font-family: PingFang SC;
  font-size: 0.16rem;
  font-style: normal;
  font-weight: 400;
}
.container .el-body .el-body-content .el-aside .el-aside-create .CreativeCenter .detailed-information[data-v-69b30a84] {
  margin: 0.09rem 0 0.2rem 0;
  width: 100%;
  height: 1.42rem;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
  background: #f9f9fa;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.container .el-body .el-body-content .el-aside .el-aside-create .CreativeCenter .detailed-information p[data-v-69b30a84] {
  color: #8f9dad;
  text-align: center;
  font-family: PingFang SC;
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.container .el-body .el-body-content .el-aside .el-aside-create .CreativeCenter .detailed-information .dotted[data-v-69b30a84] {
  height: 0.8rem;
  line-height: 0.01rem;
  border-right: 0.02rem dotted #d1d1d6;
}
.container .el-body .el-body-content .el-aside .el-aside-create span[data-v-69b30a84] {
  cursor: pointer;
  color: #3b5efc;
  font-size: 0.16rem;
  font-weight: 700;
}
.container .el-body .el-body-content .el-aside .el-aside-list .el-aside-list-item[data-v-69b30a84] {
  width: 3.82rem;
  height: 6.6rem;
}
.container .el-body .el-body-content .el-main[data-v-69b30a84] {
  width: 7.84rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  background: #fff;
  padding: 0 !important;
  -webkit-box-shadow: 0 0 0.08rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.08rem 0 rgba(0, 0, 0, 0.1);
}
.container .el-body .el-body-content .el-main[data-v-69b30a84]::-webkit-scrollbar {
  width: 0.06rem;
  height: 0.03rem !important;
  background-color: #f5f5f5;
}
.container .el-body .el-body-content .el-main[data-v-69b30a84]::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  -webkit-box-shadow: inset 0 0 0.06rem rgba(0, 0, 0, 0.3);
  background-color: #fafafa;
}
.filter-btn[data-v-69b30a84] {
  margin: 0.2rem 0 0 0.1rem;
}
.search-header[data-v-69b30a84] {
  position: relative;
}
.search-header .search[data-v-69b30a84] {
  position: absolute;
  right: 0;
  /* 24px; */
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3.87rem;
}
.search-header .search .search-box[data-v-69b30a84] {
  position: relative;
}
.search-header .search .search-box span[data-v-69b30a84] {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #999;
  font-size: 0.11667rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.search-header .search .search-box .search-input[data-v-69b30a84] {
  padding: 0.15rem;
  width: 3rem;
  height: 0.38rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-border-radius: 0.21rem;
          border-radius: 0.21rem;
  border: 0.01rem solid #d1d1d6;
  outline: none;
  margin-right: 0.13rem;
  padding-left: 0.15rem;
}
.search-header .search .search-btn[data-v-69b30a84] {
  cursor: pointer;
  width: 0.74rem;
  height: 0.3rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-border-radius: 0.03rem;
          border-radius: 0.03rem;
  background: rgba(59, 94, 252, 0.1);
  color: #3b5efc;
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 700;
  line-height: 0.3rem;
  text-align: center;
}
.project-manage-btn[data-v-69b30a84] {
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  font-size: 0.2rem;
  color: #3B5EFC;
  line-height: 0.23rem;
}
.btn-close[data-v-640b9994] {
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  z-index: 2;
}
.content[data-v-640b9994] {
  position: relative;
  width: 100%;
  padding: 0.32rem;
  overflow: hidden;
}
.content[data-v-640b9994] .title {
  border-bottom: 0.01rem solid #dfdfdf;
}
.content[data-v-640b9994] .title .title-input {
  height: 0.7rem;
  border: none;
  outline: none;
  font-size: 0.2rem;
  font-weight: 400;
}
.content[data-v-640b9994] .title .title-input .el-input__inner {
  color: #333;
  background: #fff;
}
.content[data-v-640b9994] .title .title-input .el-input__inner::-webkit-input-placeholder {
  color: #999;
  font-size: 0.2rem;
  font-weight: 400;
}
.content[data-v-640b9994] .title .title-input .el-input__inner::-moz-placeholder {
  color: #999;
  font-size: 0.2rem;
  font-weight: 400;
}
.content[data-v-640b9994] .title .title-input .el-input__inner:-ms-input-placeholder {
  color: #999;
  font-size: 0.2rem;
  font-weight: 400;
}
.content[data-v-640b9994] .title .title-input .el-input__inner::-ms-input-placeholder {
  color: #999;
  font-size: 0.2rem;
  font-weight: 400;
}
.content[data-v-640b9994] .title .title-input .el-input__inner::placeholder {
  color: #999;
  font-size: 0.2rem;
  font-weight: 400;
}
.content .el-form-item[data-v-640b9994] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.2rem;
}
.content .el-form-item .form-item-label[data-v-640b9994] {
  width: 0.99rem;
  color: #333;
  text-align: left;
  margin-right: 0.26rem;
  font-size: 0.16rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 0.19rem;
}
.content .el-form-item .label-switch[data-v-640b9994] {
  width: 1.65rem;
}
.content .el-form-item .label-input[data-v-640b9994] {
  width: 1.15rem;
  margin-right: 0.11rem;
}
.content .el-form-item[data-v-640b9994] .el-form-item__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.content .el-form-item[data-v-640b9994] .el-form-item__content .el-upload--picture-card {
  margin-bottom: 0.4rem;
}
.content .el-form-item[data-v-640b9994] .el-form-item__content .el-switch {
  float: right;
}
.content .el-form-item[data-v-640b9994] .el-form-item__content .el-select {
  width: 100%;
}
.content .el-form-item[data-v-640b9994] .el-form-item__content .el-input__inner,
.content .el-form-item[data-v-640b9994] .el-form-item__content .el-textarea__inner {
  border: none;
  resize: none;
}
.content .el-form-item[data-v-640b9994] .el-select .el-input__inner {
  border: 0.01rem solid #d1d1d6;
  background: #fff;
}
.content .el-form-item[data-v-640b9994] .el-select .el-input__inner::-webkit-input-placeholder {
  color: #999;
  font-size: 0.16rem;
  font-weight: 400;
}
.content .el-form-item[data-v-640b9994] .el-select .el-input__inner::-moz-placeholder {
  color: #999;
  font-size: 0.16rem;
  font-weight: 400;
}
.content .el-form-item[data-v-640b9994] .el-select .el-input__inner:-ms-input-placeholder {
  color: #999;
  font-size: 0.16rem;
  font-weight: 400;
}
.content .el-form-item[data-v-640b9994] .el-select .el-input__inner::-ms-input-placeholder {
  color: #999;
  font-size: 0.16rem;
  font-weight: 400;
}
.content .el-form-item[data-v-640b9994] .el-select .el-input__inner::placeholder {
  color: #999;
  font-size: 0.16rem;
  font-weight: 400;
}
.content .el-form-item[data-v-640b9994] .textarea-input .el-textarea__inner,
.content .el-form-item[data-v-640b9994] .textarea-input .el-input__inner {
  background: #fff;
}
.content .el-form-item[data-v-640b9994] .textarea-input .el-textarea__inner::-webkit-input-placeholder,
.content .el-form-item[data-v-640b9994] .textarea-input .el-input__inner::-webkit-input-placeholder {
  color: #999;
  font-size: 0.16rem;
  font-weight: 400;
}
.content .el-form-item[data-v-640b9994] .textarea-input .el-textarea__inner::-moz-placeholder,
.content .el-form-item[data-v-640b9994] .textarea-input .el-input__inner::-moz-placeholder {
  color: #999;
  font-size: 0.16rem;
  font-weight: 400;
}
.content .el-form-item[data-v-640b9994] .textarea-input .el-textarea__inner:-ms-input-placeholder,
.content .el-form-item[data-v-640b9994] .textarea-input .el-input__inner:-ms-input-placeholder {
  color: #999;
  font-size: 0.16rem;
  font-weight: 400;
}
.content .el-form-item[data-v-640b9994] .textarea-input .el-textarea__inner::-ms-input-placeholder,
.content .el-form-item[data-v-640b9994] .textarea-input .el-input__inner::-ms-input-placeholder {
  color: #999;
  font-size: 0.16rem;
  font-weight: 400;
}
.content .el-form-item[data-v-640b9994] .textarea-input .el-textarea__inner::placeholder,
.content .el-form-item[data-v-640b9994] .textarea-input .el-input__inner::placeholder {
  color: #999;
  font-size: 0.16rem;
  font-weight: 400;
}
.content .el-form-item[data-v-640b9994] .textarea-input .el-textarea__inner {
  min-height: 2.5rem !important;
}
.content .content-title[data-v-640b9994] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.3rem;
  margin-top: 0.3rem;
}
.content .content-title .title-text[data-v-640b9994] {
  font-size: 0.2rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 0.23rem;
}
.content .el-select .el-input__inner[data-v-640b9994] {
  background: red;
}
.content .footer-btn[data-v-640b9994] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.content .footer-btn .btn[data-v-640b9994] {
  cursor: pointer;
  height: 0.36rem;
  line-height: 0.36rem;
  padding: 0 0.2rem;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
  background: #3b5efc;
  color: #fff;
  font-size: 0.18rem;
  margin-right: 0.16rem;
}
.content .footer-btn .btn.draft[data-v-640b9994] {
  background: transparent;
  color: #3b5efc;
  border: 0.01rem solid #3b5efc;
}
.message[data-v-187557b4] {
  width: 88%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.message .s[data-v-187557b4] {
  height: 0.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.message .content[data-v-187557b4] {
  margin-left: 0.1rem;
  margin-top: 0.05rem;
  color: #333;
  font-family: "PingFang SC";
  font-size: 0.16rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.22rem;
  /* 137.5% */
}
.message .interaction[data-v-187557b4] {
  cursor: pointer;
  margin: 0.05rem 0.1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.message .interaction .zhan[data-v-187557b4] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 0.24rem;
  width: 0.6rem;
  margin-right: 0.2rem;
}
.message .interaction .zhan[data-v-187557b4]:hover {
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
  background: #f2f4f5;
}
.message .interaction .zhan p[data-v-187557b4] {
  margin-left: 0.05rem;
  color: #666;
  font-family: "PingFang SC";
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.message .interaction .hui[data-v-187557b4] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 0.24rem;
  padding: 0 0.1rem;
}
.message .interaction .hui[data-v-187557b4]:hover {
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
  background: #f2f4f5;
}
.message .interaction .hui p[data-v-187557b4] {
  margin-left: 0.05rem;
  color: #666;
  font-family: "PingFang SC";
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.message .chitchat-input[data-v-187557b4] {
  margin-left: 0.1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.message .chitchat-input .b-input[data-v-187557b4] {
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
}
.message .chitchat-input .replyBtn[data-v-187557b4] {
  margin: 0.06rem 0;
}
.message .chitchat-input .el-button--primary[data-v-187557b4] {
  width: 0.6rem;
  height: 0.3rem;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
  color: #fff;
  font-family: "PingFang SC";
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #3b5efc;
}
.chitchat[data-v-187557b4] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.2rem 0 0 0.3rem;
}
.chitchat .chitchat-portrait img[data-v-187557b4] {
  width: 0.36rem;
  height: 0.36rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-border-radius: 0.36rem;
          border-radius: 0.36rem;
}
.chitchat .chitchat-input[data-v-187557b4] {
  width: 90%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.chitchat .chitchat-input .b-input[data-v-187557b4] {
  margin-left: 0.2rem;
  width: 98%;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
}
.chitchat .chitchat-input .replyBtn[data-v-187557b4] {
  margin: 0.06rem 0;
}
.chitchat .chitchat-input .el-button--primary[data-v-187557b4] {
  width: 0.6rem;
  height: 0.3rem;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
  color: #fff;
  font-family: "PingFang SC";
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #3b5efc;
}
.goback[data-v-187557b4] {
  height: 0.13rem;
  margin: 0.3rem 0.25rem 0 0;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.goback div[data-v-187557b4] {
  color: #999;
  font-family: "PingFang SC";
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.goback div[data-v-187557b4]:hover {
  color: #3b5efc;
}
.community-detail-container[data-v-187557b4] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.image-list-bottom[data-v-187557b4] {
  padding-left: 0.3rem;
  margin-top: 0.12rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.project-owner[data-v-187557b4] {
  height: 0.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0.25rem;
}
.bottom-item-image[data-v-187557b4] {
  width: 0.4rem;
  height: 0.4rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.project-info[data-v-187557b4] {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.15rem;
}
.project-info-title[data-v-187557b4] {
  color: #333;
  font-size: 0.16rem;
  font-weight: 700;
}
.schoolName[data-v-187557b4] {
  color: #999;
  font-size: 0.14rem;
  font-weight: 400;
  margin: 0.05rem 0 0 0;
}
.decamd-desc[data-v-187557b4] {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 0 0.2rem;
  margin-top: 0;
}
.h3[data-v-187557b4] {
  color: #333;
  font-size: 0.18rem;
  font-weight: 700;
  padding-left: 0.3rem;
}
.desc[data-v-187557b4] {
  color: #666;
  font-size: 0.15rem;
  font-weight: 400;
  line-height: 0.25rem;
  margin-top: 0.18rem;
  font-weight: 400;
  padding-left: 0.3rem;
  padding-right: 0.2rem;
  color: #333;
}
.time[data-v-187557b4] {
  color: #777777;
}
.reply[data-v-187557b4] {
  border-top: 0.01rem solid #ddd;
}
.reply-times[data-v-187557b4] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  margin: 0 0 0 0.3rem;
}
.reply-times-title[data-v-187557b4] {
  color: #333;
  font-family: "PingFang SC";
  font-size: 0.16rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.reply-times-num[data-v-187557b4] {
  margin-left: 0.06rem;
  font-family: PingFangSC-Semibold;
  font-size: 0.18rem;
  line-height: 1;
  color: #000;
}
.read-more[data-v-187557b4] {
  height: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.read-more-text[data-v-187557b4] {
  color: #3b5efc;
  font-size: 0.12rem;
  font-weight: 400;
}
.reply-content[data-v-187557b4] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 0.1rem;
}
.rc-header[data-v-187557b4] {
  width: 100%;
  margin: 0.2rem 0.3rem 0 0.3rem;
}
.rc-headers[data-v-187557b4] {
  width: 90%;
}
.rc-header-h[data-v-187557b4] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
.rc-header-t[data-v-187557b4] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 0.1rem;
  color: #333;
  font-size: 0.14rem;
  font-weight: 400;
}
.bottom-item-image-sl[data-v-187557b4] {
  width: 0.48rem;
  height: 0.48rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.rc-content[data-v-187557b4] {
  width: 5.8rem;
  margin-left: 1.1rem;
  color: #333;
  font-size: 0.16rem;
  font-weight: 400;
  line-height: 0.22rem;
}
.rc-bottom[data-v-187557b4] {
  width: 5.8rem;
  margin-left: 1.1rem;
}
.rc-bottom-text[data-v-187557b4] {
  font-size: 0.14rem;
  color: #aaa;
  margin-right: 0.2rem;
}
.second-lev[data-v-187557b4] {
  margin-left: 0.8rem;
  background: #fbfcff;
  padding: 0.2rem;
  min-height: 1.2rem;
}
.second-level[data-v-187557b4] {
  padding-bottom: 0 !important;
}
.replyBtn[data-v-187557b4] {
  width: 1rem;
  margin: 0 0 0 0.2rem;
}
.swiper-list[data-v-187557b4] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* flex-flow: row wrap; */
  /* justify-content: space-around; */
}
.swiper-image[data-v-187557b4] {
  /* width: 204px; */
  height: 2.06rem;
  margin: 0.2rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.reply-btn[data-v-187557b4] {
  color: #5c9ffd !important;
}
.reply-content-selected[data-v-187557b4] {
  background-color: #ecf4ff;
}
.sub-title[data-v-187557b4] {
  color: #aaa;
  font-size: 0.1rem;
}
.bottom[data-v-187557b4] {
  z-index: 2;
  bottom: 0;
  width: 100%;
  height: 1.44rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 0.01rem solid #dfdfdf;
  background-color: #ffffff;
  padding: 0 0.3rem 0 0.3rem;
}
.el-dropdown-menu__item {
  text-align: center;
}
.icon-seleced {
  color: blue !important;
}
.postcard-container {
  -webkit-border-radius: 0;
          border-radius: 0;
  /* background-color: #ffffff; */
  overflow: hidden;
  /* width: 784px; */
  height: auto;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 0;
  padding: 0.17rem;
  border-bottom: 0.01rem solid #dfdfdf;
}
.first-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.head .head-image {
  width: 0.4rem;
  height: 0.4rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-box-shadow: 0 0.01rem 0.08rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.01rem 0.08rem 0 rgba(0, 0, 0, 0.1);
  margin-left: 0 !important;
}
.name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 0.4rem;
  margin-left: 0.1rem;
}
.name-item-d {
  font-size: 0.09rem;
  margin: 0.1rem;
}
.name-item-n {
  color: #333;
  font-size: 0.14rem;
  font-weight: 700;
  line-height: 0.24rem;
}
.categorize-text {
  color: #333;
  font-size: 0.12rem;
  font-weight: 400;
}
.second-column {
  /* width: 320px; */
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sc-title {
  color: #333;
  font-size: 0.2rem;
  font-weight: 700;
  line-height: 0.24rem;
  margin: 0.22rem 0 0.11rem 0;
}
.content-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 8.2rem;
}
.sc-content {
  width: 7.8rem;
  color: #666;
  font-size: 0.16rem;
  font-weight: 400;
  line-height: 0.25rem;
  /* 166.667% */
  height: auto;
}
.content-all {
  padding-top: 0.24rem;
  color: #3b5efc;
  font-size: 0.15rem;
  font-weight: 400;
  line-height: 0.25rem;
}
.text-clamp {
  /* width: 280px !important; */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
.image-list {
  margin-top: 0.06rem;
  /* display: grid;
  			grid-template-columns: auto auto auto ; */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.image-list-bottom {
  margin-top: 0.12rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.icon-div {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.1rem;
  height: 0.24rem;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
  margin-right: 0.37rem;
}
.icon-div:hover {
  background: #f2f4f5;
}
.head-image {
  height: 2.06rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
}
.margin-r-40 {
  margin-right: 0.22rem;
}
.icon-text {
  margin-left: 0.1rem;
  color: #666;
  font-size: 0.14rem;
  font-weight: 400;
  height: 0.2rem;
  line-height: 0.2rem;
}
.icon-style {
  font-size: 0.17rem;
}
.icon-selected {
  color: #3b5efc;
}
.btn-close[data-v-796d69eb] {
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  z-index: 2;
}
.personalcenter[data-v-796d69eb] {
  position: relative;
  padding: 0.18rem 0.3rem;
}
.personalcenter .nav[data-v-796d69eb] {
  height: 0.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 0.01rem solid #dfdfdf;
}
.personalcenter .nav .z[data-v-796d69eb] {
  cursor: pointer;
  width: 3.16rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.personalcenter .nav .title[data-v-796d69eb] {
  width: 0.4rem;
  font-size: 0.2rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  color: #666666;
  line-height: 0.23rem;
}
.personalcenter .nav .titles[data-v-796d69eb] {
  width: 0.4rem;
  height: 0.28rem;
  font-size: 0.2rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  color: #333333;
  line-height: 0.23rem;
  position: relative;
}
.personalcenter .nav .titles div[data-v-796d69eb] {
  position: absolute;
  bottom: -0.05rem;
  left: 0.1rem;
  width: 0.18rem;
  height: 0.03rem;
  background: -webkit-linear-gradient(352deg, #52d7e0 0%, #4766fb 100%);
  background: linear-gradient(98deg, #52d7e0 0%, #4766fb 100%);
  -webkit-border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
          border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
}
.personalcenter .content .works .tab[data-v-796d69eb] {
  padding: 0.25rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.personalcenter .content .works .tab div[data-v-796d69eb] {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1rem;
  height: 0.36rem;
  margin-right: 0.15rem;
  -webkit-border-radius: 0.03rem;
          border-radius: 0.03rem;
  background: #f8f8f8;
  font-family: PingFang SC;
  font-size: 0.16rem;
  font-weight: 400;
  line-height: 0.22rem;
  letter-spacing: 0em;
  text-align: left;
}
.personalcenter .content .works .tab div[data-v-796d69eb]:hover {
  color: #3b5efc;
  background: #ecefff;
}
.personalcenter .content .works .tab .type[data-v-796d69eb] {
  color: #3b5efc;
  background: #ecefff;
}
@charset "UTF-8";
.search-btn[data-v-20f11ae2] {
  cursor: pointer;
  width: 0.74rem;
  height: 0.3rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-border-radius: 0.03rem;
          border-radius: 0.03rem;
  background: rgba(59, 94, 252, 0.1);
  color: #3b5efc;
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 700;
  line-height: 0.3rem;
  text-align: center;
}
.expansion[data-v-20f11ae2] {
  position: fixed;
  width: 0.4rem;
  height: 0.4rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  z-index: 100;
  right: 0.4rem;
  bottom: 1.1rem;
  background: #ffffff;
  text-align: center;
  -webkit-box-shadow: 0 0.02rem 0.08rem rgba(28, 31, 35, 0.03), 0 0.16rem 0.48rem 0.08rem rgba(28, 31, 35, 0.08);
          box-shadow: 0 0.02rem 0.08rem rgba(28, 31, 35, 0.03), 0 0.16rem 0.48rem 0.08rem rgba(28, 31, 35, 0.08);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.expansion .expansion_img[data-v-20f11ae2] {
  width: 0.22rem;
  height: 0.24rem;
}
.gotop[data-v-20f11ae2] {
  bottom: 0.5rem !important;
  font-size: 0.22rem;
}
.search[data-v-20f11ae2] {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  /* 300px; */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.search span[data-v-20f11ae2] {
  position: absolute;
  left: 20%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #999;
  font-size: 0.11667rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.search .search-input[data-v-20f11ae2] {
  padding: 0.15rem;
  width: 3rem;
  height: 0.38rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-border-radius: 0.21rem;
          border-radius: 0.21rem;
  border: 0.01rem solid #d1d1d6;
  outline: none;
  margin-right: 0.13rem;
  padding-left: 0.15rem;
}
#click-scroll-X[data-v-20f11ae2] {
  width: 7.5rem;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
#click-scroll-X .arrow[data-v-20f11ae2] {
  margin-left: 0.1rem;
  width: 0.74rem;
  height: 0.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
  border: 0.01rem solid #d1d1d6;
}
#click-scroll-X .arrow .left[data-v-20f11ae2] {
  width: 0.36rem;
  height: 100%;
  /* 28px; */
  -webkit-border-radius: 0.03rem 0 0 0.03rem;
          border-radius: 0.03rem 0 0 0.03rem;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#click-scroll-X .arrow .left[data-v-20f11ae2]:hover {
  background: #f2f3f7;
}
#click-scroll-X .arrow .left.active[data-v-20f11ae2] {
  background: #f2f3f7;
}
#click-scroll-X .arrow .right[data-v-20f11ae2] {
  width: 0.36rem;
  height: 100%;
  /* 28px; */
  -webkit-border-radius: 0 0.03rem 0.03rem 0;
          border-radius: 0 0.03rem 0.03rem 0;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#click-scroll-X .arrow .right[data-v-20f11ae2]:hover {
  background: #f2f3f7;
}
#click-scroll-X .arrow .right.active[data-v-20f11ae2] {
  background: #f2f3f7;
}
#click-scroll-X .scroll_wrapper[data-v-20f11ae2] {
  width: 90%;
  height: 100%;
  overflow-x: scroll;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#click-scroll-X .scroll_wrapper .scroll_list[data-v-20f11ae2] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#click-scroll-X .scroll_wrapper .scroll_list .item[data-v-20f11ae2] {
  cursor: pointer;
  height: 0.24rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0.02rem;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #999;
  z-index: 1;
  font-family: "PingFang SC";
  font-size: 0.16rem;
  /* 20px; */
  font-style: normal;
  line-height: 0.24rem;
  /* 120% */
  margin-right: 0.2rem;
}
#click-scroll-X .scroll_wrapper .scroll_list .item.active[data-v-20f11ae2] {
  color: #333;
  font-size: 0.2rem;
  font-weight: 700;
}
#click-scroll-X .scroll_wrapper .scroll_list .item.active .line[data-v-20f11ae2] {
  background: -webkit-gradient(linear, left top, right top, color-stop(-9.08%, #52d7e0), color-stop(109.17%, rgba(71, 102, 251, 0.4)));
  background: -webkit-linear-gradient(left, #52d7e0 -9.08%, rgba(71, 102, 251, 0.4) 109.17%);
  background: linear-gradient(90deg, #52d7e0 -9.08%, rgba(71, 102, 251, 0.4) 109.17%);
}
#click-scroll-X .scroll_wrapper .scroll_list .item .line[data-v-20f11ae2] {
  z-index: -99999992;
  position: absolute;
  left: 0;
  bottom: -0.03rem;
  width: 110%;
  height: 0.1rem;
  -webkit-border-radius: 0.05rem;
          border-radius: 0.05rem;
}

/*隐藏滚动条*/
.scroll_wrapper[data-v-20f11ae2]::-webkit-scrollbar {
  display: none;
}
.nav-menus[data-v-20f11ae2] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 0.6rem;
  padding: 0.2rem 0;
}
.nav-menus .menu-item[data-v-20f11ae2] {
  position: relative;
  color: #999;
  font-size: 0.22rem;
  font-weight: 700;
  height: 0.24rem;
  line-height: 0.24rem;
  /* 150% */
  margin-right: 0.78rem;
  width: 0.2rem;
}
.nav-menus .menu-item div[data-v-20f11ae2] {
  position: absolute;
  width: 1.7rem;
  height: 0.24rem;
  z-index: 1 !important;
}
.nav-menus .menu-item.active[data-v-20f11ae2] {
  color: #333;
  font-size: 0.22rem;
}
.nav-menus .menu-item.active .line[data-v-20f11ae2] {
  background: -webkit-gradient(linear, left top, right top, color-stop(-9.08%, #52d7e0), color-stop(109.17%, rgba(71, 102, 251, 0.4)));
  background: -webkit-linear-gradient(left, #52d7e0 -9.08%, rgba(71, 102, 251, 0.4) 109.17%);
  background: linear-gradient(90deg, #52d7e0 -9.08%, rgba(71, 102, 251, 0.4) 109.17%);
}
.nav-menus .menu-item .line[data-v-20f11ae2] {
  position: absolute;
  left: 0;
  bottom: -0.03rem;
  width: 0.9rem;
  height: 0.1rem;
  -webkit-border-radius: 0.05rem;
          border-radius: 0.05rem;
}
.container .el-header[data-v-20f11ae2] {
  width: 12.1rem;
  /* 80px; */
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}
.container .el-header .nav-menu[data-v-20f11ae2] {
  height: 0.55rem !important;
  margin: 0 0 0.1rem;
}
.container .el-body[data-v-20f11ae2] {
  padding-top: 0.21rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#c7effc), color-stop(41.85%, #fff));
  background: -webkit-linear-gradient(top, #c7effc 0%, #fff 41.85%);
  background: linear-gradient(180deg, #c7effc 0%, #fff 41.85%);
}
.container .el-body .el-body-content[data-v-20f11ae2] {
  width: 12.1rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: row nowrap;
  -webkit-flex-grow: row nowrap;
      -ms-flex-positive: row nowrap;
          flex-grow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.container .el-body .el-body-content .el-aside[data-v-20f11ae2] {
  width: 3rem !important;
  margin-right: 0.16rem;
  overflow-x: hidden;
  margin-bottom: 0.2rem;
}
.container .el-body .el-body-content .el-aside .el-aside-add[data-v-20f11ae2] {
  width: 3rem;
  height: 1.42rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  margin-bottom: 0.12rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.26%, #c5effc), color-stop(62.91%, #fff));
  background: -webkit-linear-gradient(top, #c5effc 0.26%, #fff 62.91%);
  background: linear-gradient(180deg, #c5effc 0.26%, #fff 62.91%);
  -webkit-box-shadow: 0 0 0.05rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.05rem 0 rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.container .el-body .el-body-content .el-aside .el-aside-add .el-aside-add-title[data-v-20f11ae2] {
  width: 100%;
  height: 0.24rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #333;
  font-size: 0.16rem;
  font-weight: 700;
  margin-left: 0.16rem;
}
.container .el-body .el-body-content .el-aside .el-aside-add .el-aside-add-desc[data-v-20f11ae2] {
  width: 100%;
  height: 0.24rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0.07rem 0 0 0.16rem;
  color: #666;
  font-size: 0.14rem;
  font-weight: 400;
}
.container .el-body .el-body-content .el-aside .el-aside-add .el-aside-add-btn[data-v-20f11ae2] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  cursor: pointer;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  width: 100%;
  height: 0.43rem;
  color: #3b5efc;
  font-family: "PingFang SC";
  font-size: 0.16rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-top: 0.01rem solid #dfdfdf;
}
.container .el-body .el-body-content .el-aside .el-aside-create[data-v-20f11ae2] {
  width: 3.82rem;
  height: 2.1rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  margin-bottom: 0.12rem;
  background: #fff;
  -webkit-box-shadow: 0 0 0.08rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.08rem 0 rgba(0, 0, 0, 0.1);
}
.container .el-body .el-body-content .el-aside .el-aside-list .el-aside-list-item[data-v-20f11ae2] {
  width: 3.82rem;
  height: 1.72rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  margin-bottom: 0.17rem;
  background: #fff;
  -webkit-box-shadow: 0 0 0.05rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.05rem 0 rgba(0, 0, 0, 0.1);
}
.container .el-body .el-body-content .el-aside .personalCenter[data-v-20f11ae2] {
  width: 3rem;
  height: 3.62rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  background: #fff;
  -webkit-box-shadow: 0 0 0.08rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.08rem 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 0.12rem;
}
.container .el-body .el-body-content .el-aside .personalCenter .personalCenter-profilePhoto[data-v-20f11ae2] {
  height: 1.92rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
.container .el-body .el-body-content .el-aside .personalCenter .personalCenter-profilePhoto img[data-v-20f11ae2] {
  width: 0.96rem;
  height: 0.96rem;
  -webkit-border-radius: 0.96rem;
          border-radius: 0.96rem;
  background: url(<path-to-image>), lightgray 50%/cover no-repeat;
}
.container .el-body .el-body-content .el-aside .personalCenter .personalCenter-profilePhoto span[data-v-20f11ae2] {
  margin-top: 0.15rem;
  color: #333;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 0.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.container .el-body .el-body-content .el-aside .personalCenter .personalCenter-data[data-v-20f11ae2] {
  height: 1.05rem;
  border-bottom: 0.01rem solid #dfdfdf;
  border-top: 0.01rem solid #dfdfdf;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: space-around;
      -ms-flex-line-pack: distribute;
          align-content: space-around;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.container .el-body .el-body-content .el-aside .personalCenter .personalCenter-data div[data-v-20f11ae2] {
  text-align: center;
}
.container .el-body .el-body-content .el-aside .personalCenter .personalCenter-data p[data-v-20f11ae2] {
  color: #666;
  font-family: "PingFang SC";
  font-size: 0.16rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.05rem;
}
.container .el-body .el-body-content .el-aside .personalCenter .personalCenter-data span[data-v-20f11ae2] {
  color: #333;
  font-family: "PingFang SC";
  font-size: 0.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.container .el-body .el-body-content .el-aside .personalCenter .personalCenter-xin[data-v-20f11ae2] {
  height: 0.7rem;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.container .el-body .el-body-content .el-aside .personalCenter .personalCenter-xin p[data-v-20f11ae2] {
  color: #3b5efc;
  font-family: "PingFang SC";
  font-size: 0.16rem !important;
  font-style: normal;
  font-weight: 700;
  line-height: 0.33rem;
}
.container .el-body .el-body-content .el-aside .topPost[data-v-20f11ae2] {
  width: 3rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  background: #fff;
  -webkit-box-shadow: 0 0 0.08rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.08rem 0 rgba(0, 0, 0, 0.1);
}
.container .el-body .el-body-content .el-aside .topPost .topPost-nav[data-v-20f11ae2] {
  padding-top: 0.25rem;
  margin-left: 0.15rem;
  height: 0.5rem;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
}
.container .el-body .el-body-content .el-aside .topPost .topPost-nav p[data-v-20f11ae2] {
  color: #333;
  margin-left: 0.05rem;
  font-family: "PingFang SC";
  font-size: 0.18rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.container .el-body .el-body-content .el-aside .topPost .invitation[data-v-20f11ae2] {
  padding: 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
.container .el-body .el-body-content .el-aside .topPost .invitation .box[data-v-20f11ae2] {
  cursor: pointer;
  padding: 0.12rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.container .el-body .el-body-content .el-aside .topPost .invitation .box[data-v-20f11ae2]:hover {
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  background: #f7f8fa;
}
.container .el-body .el-body-content .el-aside .topPost .invitation .index[data-v-20f11ae2] {
  color: #da251c;
  margin-right: 0.06rem;
  /* 12px; */
  font-family: "PingFang SC";
  font-size: 0.16rem;
  font-style: normal;
  font-weight: 700;
  width: 0.3rem;
  text-align: center;
  height: 0.2rem;
  line-height: 0.2rem;
}
.container .el-body .el-body-content .el-aside .topPost .invitation .item[data-v-20f11ae2] {
  width: 2.24rem;
  color: #666;
  font-family: "PingFang SC";
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 400;
  min-height: 0.2rem;
  line-height: 0.2rem;
}
.container .el-body .el-body-content .el-main[data-v-20f11ae2] {
  width: 7.84rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  background: #fff;
  padding: 0 !important;
  overflow-x: hidden;
  margin-bottom: 0.2rem;
  -webkit-box-shadow: 0 0 0.08rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.08rem 0 rgba(0, 0, 0, 0.1);
}
.container .el-body .el-body-content .el-main .my-project-post[data-v-20f11ae2] {
  padding: 0.16rem 0 0;
}
.container .el-body .el-body-content .el-main .post-header[data-v-20f11ae2]::-webkit-scrollbar {
  height: 0.01rem;
}
.container .el-body .el-body-content .el-main .post-header[data-v-20f11ae2] {
  width: auto;
  height: 0.5rem;
  padding: 0 0.24rem;
}
.container .el-body .el-body-content .el-main .post-header #click-scroll-X[data-v-20f11ae2] {
  width: 8.5rem;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.container .el-body .el-body-content .el-main .post-header #click-scroll-X .arrow[data-v-20f11ae2] {
  margin-left: 0.1rem;
  width: 0.74rem;
  height: 0.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
  border: 0.01rem solid #d1d1d6;
}
.container .el-body .el-body-content .el-main .post-header #click-scroll-X .arrow .left[data-v-20f11ae2] {
  width: 0.36rem;
  height: 0.28rem;
  -webkit-border-radius: 0.03rem 0 0 0.03rem;
          border-radius: 0.03rem 0 0 0.03rem;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.container .el-body .el-body-content .el-main .post-header #click-scroll-X .arrow .left[data-v-20f11ae2]:hover {
  background: #f2f3f7;
}
.container .el-body .el-body-content .el-main .post-header #click-scroll-X .arrow .left.active[data-v-20f11ae2] {
  background: #f2f3f7;
}
.container .el-body .el-body-content .el-main .post-header #click-scroll-X .arrow .right[data-v-20f11ae2] {
  width: 0.36rem;
  height: 0.28rem;
  -webkit-border-radius: 0 0.03rem 0.03rem 0;
          border-radius: 0 0.03rem 0.03rem 0;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.container .el-body .el-body-content .el-main .post-header #click-scroll-X .arrow .right[data-v-20f11ae2]:hover {
  background: #f2f3f7;
}
.container .el-body .el-body-content .el-main .post-header #click-scroll-X .arrow .right.active[data-v-20f11ae2] {
  background: #f2f3f7;
}
.container .el-body .el-body-content .el-main .post-header #click-scroll-X .scroll_wrapper[data-v-20f11ae2] {
  width: 90%;
  height: 100%;
  overflow-x: scroll;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.container .el-body .el-body-content .el-main .post-header #click-scroll-X .scroll_wrapper .scroll_list[data-v-20f11ae2] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.container .el-body .el-body-content .el-main .post-header #click-scroll-X .scroll_wrapper .scroll_list .item[data-v-20f11ae2] {
  cursor: pointer;
  height: 0.24rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0.02rem;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #999;
  z-index: 1;
  font-family: "PingFang SC";
  font-size: 0.2rem;
  font-style: normal;
  line-height: 0.24rem;
  /* 120% */
  margin-right: 0.2rem;
}
.container .el-body .el-body-content .el-main .post-header #click-scroll-X .scroll_wrapper .scroll_list .item.active[data-v-20f11ae2] {
  color: #333;
  font-size: 0.2rem;
  font-weight: 700;
}
.container .el-body .el-body-content .el-main .post-header #click-scroll-X .scroll_wrapper .scroll_list .item.active .line[data-v-20f11ae2] {
  background: -webkit-gradient(linear, left top, right top, color-stop(-9.08%, #52d7e0), color-stop(109.17%, rgba(71, 102, 251, 0.4)));
  background: -webkit-linear-gradient(left, #52d7e0 -9.08%, rgba(71, 102, 251, 0.4) 109.17%);
  background: linear-gradient(90deg, #52d7e0 -9.08%, rgba(71, 102, 251, 0.4) 109.17%);
}
.container .el-body .el-body-content .el-main .post-header #click-scroll-X .scroll_wrapper .scroll_list .item .line[data-v-20f11ae2] {
  z-index: -99999992;
  position: absolute;
  left: 0;
  bottom: -0.03rem;
  width: 110%;
  height: 0.1rem;
  -webkit-border-radius: 0.05rem;
          border-radius: 0.05rem;
}
.container .el-body .el-body-content .el-main .post-body[data-v-20f11ae2] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 0.99rem;
  padding: 0 0.24rem;
}
.container .el-body .el-body-content .el-main .post-body .post-body-left[data-v-20f11ae2] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.container .el-body .el-body-content .el-main .post-body .post-body-left .post-body-avatar[data-v-20f11ae2] {
  width: 0.53rem;
  height: 0.53rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  overflow: hidden;
  margin-right: 0.08rem;
}
.container .el-body .el-body-content .el-main .post-body .post-body-left .post-body-avatar img[data-v-20f11ae2] {
  width: 100%;
  height: 100%;
}
.container .el-body .el-body-content .el-main .post-body .post-body-left .post-body-info .post-body-title[data-v-20f11ae2] {
  width: 3rem;
  color: #333;
  font-size: 0.16rem;
  font-weight: 700;
  margin-bottom: 0.05rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.container .el-body .el-body-content .el-main .post-body .post-body-left .post-body-info .post-body-hot[data-v-20f11ae2] {
  color: #999;
  font-size: 0.14rem;
  font-weight: 400;
}
.container .el-body .el-body-content .el-main .post-body .post-body-right[data-v-20f11ae2] {
  color: #3b5efc;
  font-size: 0.16rem;
  font-weight: 700;
  margin-right: 0.15rem;
}
.container .el-body .el-body-content .el-main .post-footer[data-v-20f11ae2] {
  min-height: 2.27rem;
  padding: 0.24rem 0.24rem;
}
.container .el-body .el-body-content .el-main .bottom-line[data-v-20f11ae2] {
  border-bottom: 0.01rem solid #dfdfdf;
}
[data-v-c43a45ec] .custom-dialog .el-dialog__body {
  padding: 0.2rem 0.2rem 0;
}
[data-v-c43a45ec] .custom-dialog .mycontent {
  width: 80%;
  margin-bottom: 0.39rem;
  margin: 0.3rem auto 0.39rem;
}
[data-v-c43a45ec] .custom-dialog .mycontent .label {
  width: 30%;
  display: inline-block;
  color: #666666;
  font-size: 0.16rem;
}
[data-v-c43a45ec] .custom-dialog .mycontent .text {
  display: inline-block;
  color: #333333;
  font-size: 0.14rem;
}
#offer-content[data-v-37e500be] {
  padding-top: 0.22rem;
}
.pointer[data-v-37e500be] {
  cursor: pointer;
}
.offer-card[data-v-37e500be] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 1.4rem;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  border: 0.01rem solid #f6f6f6;
  padding-left: 0.18rem;
  margin-bottom: 0.1rem;
}
.offer-card .avatar[data-v-37e500be] {
  width: 0.5rem;
  height: 0.5rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
  overflow: hidden;
  margin-right: 0.19rem;
}
.offer-card .company[data-v-37e500be] {
  margin-right: 0.54rem;
  width: 2.16rem;
}
.offer-card .company .name[data-v-37e500be] {
  color: #333;
  font-size: 0.18rem;
  font-weight: 700;
  line-height: 160%;
  /* 28.8px */
}
.offer-card .company .info[data-v-37e500be] {
  color: #666;
  font-size: 0.14rem;
  line-height: 160%;
  /* 22.4px */
}
.offer-card .company .chat[data-v-37e500be] {
  color: #7db0ea;
  font-size: 0.14rem;
  line-height: 160%;
  /* 16px */
}
.offer-card .company .chat > i[data-v-37e500be] {
  font-size: 0.25rem;
  margin-right: 0.05rem;
}
.offer-card .offer[data-v-37e500be] {
  width: 2.4rem;
  margin-right: 0.61rem;
  color: #333;
  font-size: 0.16rem;
  line-height: 160%;
  /* 25.6px */
}
.offer-card .button-list .button[data-v-37e500be] {
  display: block;
  padding: 0;
  margin: 0;
  width: 0.9rem;
  height: 0.3rem;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  background: #7db0ea;
  color: #fff;
  font-size: 0.12rem;
  font-weight: 700;
  line-height: 160%;
  margin-bottom: 0.05rem;
}
.offer-card .button-list .button.b[data-v-37e500be] {
  border: 0.01rem solid #7db0ea;
  background: rgba(125, 176, 234, 0.3);
  color: #7db0ea;
}
.offer-card .button-list .button.c[data-v-37e500be] {
  background: #f2f2f2;
  color: #999;
}
.offer-card .button-list .button.d[data-v-37e500be] {
  background: #f2f2f2;
  color: #999;
}
[data-v-37e500be] .el-dialog {
  color: #333;
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
}
[data-v-37e500be] .el-dialog .el-dialog__body {
  padding: 0.3rem 0.8rem;
}
[data-v-37e500be] .el-dialog .d-title {
  font-size: 0.14rem;
  font-weight: 700;
  margin-bottom: 0.09rem;
}
[data-v-37e500be] .el-dialog .d-text {
  font-size: 0.14rem;
  line-height: 180%;
  /* 25.2px */
  margin-bottom: 0.12rem;
}
[data-v-37e500be] .el-dialog .header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.14rem;
  margin-bottom: 0.36rem;
}
[data-v-37e500be] .el-dialog .header .header-title {
  font-size: 0.18rem;
  font-weight: 700;
}
[data-v-37e500be] .el-dialog .header .header-text {
  font-size: 0.14rem;
}
[data-v-5ed920d2] .custom-dialog .el-dialog__body {
  padding: 0.2rem 0.2rem 0;
}
[data-v-5ed920d2] .custom-dialog .mycontent {
  width: 80%;
  margin-bottom: 0.39rem;
  margin: 0.3rem auto 0.39rem;
}
[data-v-5ed920d2] .custom-dialog .mycontent .label {
  width: 30%;
  display: inline-block;
  color: #666666;
  font-size: 0.16rem;
}
[data-v-5ed920d2] .custom-dialog .mycontent .text {
  display: inline-block;
  color: #333333;
  font-size: 0.14rem;
}
[data-v-5ed920d2] .custom-dialog .mycontent .uploadTable {
  color: #7DB0EA;
  font-weight: 600;
  font-size: 0.14rem;
}
[data-v-6acbebca] .custom-dialog .el-dialog__body {
  padding: 0.2rem 0.2rem 0;
}
[data-v-6acbebca] .custom-dialog .mycontent {
  width: 80%;
  margin-bottom: 0.39rem;
  margin: 0.3rem auto 0.39rem;
}
[data-v-6acbebca] .custom-dialog .mycontent .label {
  width: 30%;
  display: inline-block;
  color: #666666;
  font-size: 0.16rem;
}
[data-v-6acbebca] .custom-dialog .mycontent .text {
  display: inline-block;
  color: #333333;
  font-size: 0.14rem;
}
[data-v-01b475e7] .el-dialog__body .mySign {
  border: 0.01rem dashed #000;
}
#smallPointTable[data-v-259b12e3] {
  width: 117%;
  margin-left: -0.7rem;
}
#smallPointTable[data-v-259b12e3] .el-table__header tr th {
  background: #7DB0EA;
  color: #ffffff;
  border-right: 0.01rem solid #969494;
  text-align: center !important;
}
#smallPointTable[data-v-259b12e3] .el-table td.el-table__cell {
  border: 0.01rem solid #E6E6E6;
}
#smallPointTable[data-v-259b12e3] .el-table .el-table__header {
  margin-bottom: 0 !important;
}
#smallPointTable[data-v-259b12e3] .three-omit .cell .el-tooltip.ellipsis {
  display: -webkit-box !important;
  /* Safari */
  -webkit-line-clamp: 3 !important;
  /* Safari and Chrome */
  -webkit-box-orient: vertical !important;
  /* Safari and Chrome */
  overflow: hidden !important;
  white-space: wrap !important;
  padding-top: 0.02rem;
  padding-bottom: 0.02rem;
  line-height: 0.3rem;
}
.content3[data-v-259b12e3] {
  padding: 0.3rem 0.7rem 0.39rem;
  overflow: hidden;
  margin-bottom: 0.57rem;
}
.btnPro[data-v-259b12e3] {
  position: relative;
  width: 100%;
  text-align: center;
  padding-bottom: 0.8rem;
  margin-bottom: 0.8rem;
}
.btnPro div[data-v-259b12e3] {
  display: inline-block;
  width: 2rem;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  border: 0.01rem solid #7db0ea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  /* 20px; */
  font-weight: 600;
  font-size: 0.18rem;
  cursor: pointer;
}
.btnPro div[data-v-259b12e3]:nth-child(1) {
  background: #d3e8fe;
  color: #0a7dff;
  /* #666666; */
  margin-right: 0.3rem;
}
.btnPro div[data-v-259b12e3]:nth-child(2) {
  background: #7db0ea;
  color: #333333;
}
[data-v-259b12e3] .ruleList-dialog .el-dialog__body {
  height: 60vh;
  padding: 0.22rem 0.33rem 0 0.39rem;
}
[data-v-259b12e3] .el-input-number__decrease,[data-v-259b12e3] .el-input-number__increase {
  background-color: #7db0ed;
}
.center-dialog[data-v-259b12e3] {
  background-color: red;
}
[data-v-259b12e3] .el-dialog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-height: -webkit-calc(100% - 0.3rem);
  max-height: calc(100% - 0.3rem);
  max-width: -webkit-calc(100% - 0.3rem);
  max-width: calc(100% - 0.3rem);
}
[data-v-259b12e3] .el-dialog .el-dialog__body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: auto;
}
.smallSumScore[data-v-259b12e3] {
  margin-top: 0.15rem;
  font-size: 0.17rem;
  margin-bottom: 0.15rem;
}
[data-v-259b12e3] .el-icon-minus {
  color: white;
}
[data-v-259b12e3] .el-icon-plus {
  color: white;
}
[data-v-48d8d24c] .custom-dialog .el-dialog__body {
  padding: 0.2rem 0.2rem 0;
}
[data-v-48d8d24c] .custom-dialog .mycontent {
  width: 80%;
  margin-bottom: 0.39rem;
  margin: 0.3rem auto 0.39rem;
}
[data-v-48d8d24c] .custom-dialog .mycontent .label {
  width: 30%;
  display: inline-block;
  color: #666666;
  font-size: 0.16rem;
}
[data-v-48d8d24c] .custom-dialog .mycontent .text {
  display: inline-block;
  color: #333333;
  font-size: 0.14rem;
}
.con-title[data-v-0cc0cfda] {
  line-height: 0.4rem;
  color: #333333;
  font-size: 0.16rem;
  font-weight: 600;
}
.con-title1[data-v-0cc0cfda] {
  margin-bottom: 0.12rem;
  padding-left: 0.23rem;
}
.viewDetail[data-v-0cc0cfda] {
  color: #7db0ea;
  font-size: 0.14rem;
  font-weight: 600;
}
[data-v-4c9ff302] .custom-dialog .el-dialog__body {
  padding: 0.2rem 0.2rem 0;
}
[data-v-4c9ff302] .custom-dialog .mycontent {
  width: 80%;
  margin-bottom: 0.39rem;
  margin: 0.3rem auto 0.39rem;
}
[data-v-4c9ff302] .custom-dialog .mycontent .label {
  width: 30%;
  display: inline-block;
  color: #666666;
  font-size: 0.16rem;
}
[data-v-4c9ff302] .custom-dialog .mycontent .text {
  display: inline-block;
  color: #333333;
  font-size: 0.14rem;
}
[data-v-547ddd44] .custom-dialog .el-dialog__body {
  padding: 0.2rem 0.2rem 0;
}
[data-v-547ddd44] .custom-dialog .mycontent {
  width: 80%;
  margin-bottom: 0.39rem;
  margin: 0.3rem auto 0.39rem;
}
[data-v-547ddd44] .custom-dialog .mycontent .label {
  width: 30%;
  display: inline-block;
  color: #666666;
  font-size: 0.16rem;
}
[data-v-547ddd44] .custom-dialog .mycontent .text {
  display: inline-block;
  color: #333333;
  font-size: 0.14rem;
}
[data-v-bbe3d822] .custom-dialog .el-dialog__body {
  padding: 0.2rem 0.2rem 0;
}
[data-v-bbe3d822] .custom-dialog .mycontent {
  width: 80%;
  margin-bottom: 0.39rem;
  margin: 0.3rem auto 0.39rem;
}
[data-v-bbe3d822] .custom-dialog .mycontent .label {
  width: 30%;
  display: inline-block;
  color: #666666;
  font-size: 0.16rem;
}
[data-v-bbe3d822] .custom-dialog .mycontent .text {
  display: inline-block;
  color: #333333;
  font-size: 0.14rem;
}
@charset "UTF-8";
.dialog[data-v-06fd777a] {
  margin-left: 4rem;
}
.el-dialog__wrapper[data-v-06fd777a]  .el-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.msg-date[data-v-06fd777a] {
  height: 0.25rem;
  line-height: 0.25rem;
  text-align: center;
  color: #999;
  font-size: 0.12rem;
}
.btns[data-v-06fd777a] {
  width: 1.66rem;
  height: 0.34rem;
  text-align: center;
  line-height: 0.08rem;
  background-color: #3b5efc;
  font-size: 0.14rem;
  margin-top: 2.5rem;
  -webkit-border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
          border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
}
[data-v-06fd777a] .el-textarea__inner {
  width: 4.08rem;
  height: 1.19rem;
  resize: none !important;
  padding: 0;
}
[data-v-06fd777a] .right .el-input__inner {
  width: 2.92rem;
}
[data-v-06fd777a] .el-form-item {
  margin: 0.2rem 0 0 0;
}
.boxBtn[data-v-06fd777a] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.2rem;
}
.el-dialog__title[data-v-06fd777a] {
  font-weight: 500;
  font-size: 0.2rem;
  color: #333333;
}
.btn[data-v-06fd777a] {
  width: 1.86rem;
  height: 0.34rem;
  text-align: center;
  line-height: 0.08rem;
  background-color: #3b5efc;
  font-size: 0.14rem;
}
.rightBox[data-v-06fd777a] {
  width: 7.84rem;
  height: -webkit-calc(100vh - 1.8rem);
  height: calc(100vh - 1.8rem);
  /* calc(100vh - 220px); */
  margin-bottom: 0.17rem;
  background: #ffffff;
  -webkit-border-radius: 0.05rem;
          border-radius: 0.05rem;
  position: relative;
  -webkit-box-shadow: 0 0 0.08rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.08rem 0 rgba(0, 0, 0, 0.1);
}
.rightBox .top[data-v-06fd777a] {
  width: -webkit-calc(100% - 0.56rem);
  width: calc(100% - 0.56rem);
  margin-left: 0.28rem;
  /* position: absolute;
  left: 28px;
  top: 22px; */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.rightBox .top > P[data-v-06fd777a] {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.07rem;
}
.rightBox .top > P > span[data-v-06fd777a]:nth-child(1) {
  cursor: pointer;
  display: inline-block;
  width: 1.05rem;
  height: 0.37rem;
  line-height: 0.37rem;
  -webkit-border-radius: 0.06rem;
          border-radius: 0.06rem;
  text-align: center;
  border: 0.01rem solid #3b5efc;
  color: #3b5efc;
  font-size: 0.16rem;
}
.rightBox .top > P > span[data-v-06fd777a]:nth-child(2) {
  cursor: pointer;
  display: inline-block;
  width: 1.05rem;
  height: 0.37rem;
  line-height: 0.37rem;
  -webkit-border-radius: 0.06rem;
          border-radius: 0.06rem;
  background: #3b5efc;
  color: #fff;
  font-size: 0.16rem;
  text-align: center;
}
.rightBox .content[data-v-06fd777a] {
  padding-right: 0.28rem;
  padding-left: 0.28rem;
  height: -webkit-calc(100vh - 4.18rem);
  height: calc(100vh - 4.18rem);
  /* 390px;338 */
  overflow-y: scroll;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.24rem;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 0, 0, 0)), color-stop(10%, red), to(red));
  -webkit-mask-image: -webkit-linear-gradient(top, rgba(255, 0, 0, 0) 0%, red 10%, red 100%);
  mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 0, 0, 0)), color-stop(10%, red), to(red));
  mask-image: linear-gradient(180deg, rgba(255, 0, 0, 0) 0%, red 10%, red 100%);
}
.rightBox .content .content-item[data-v-06fd777a] {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.rightBox .content .center[data-v-06fd777a] {
  width: 100%;
  text-align: center;
  color: #999;
  font-family: PingFang SC;
  font-size: 0.12rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0.2rem;
}
.rightBox .content .left[data-v-06fd777a] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.1rem;
}
.rightBox .content .left > img[data-v-06fd777a] {
  width: 0.37rem;
  height: 0.37rem;
}
.rightBox .content .left > div[data-v-06fd777a] {
  width: auto;
  max-width: 3.42rem;
  height: auto;
  padding: 0.06rem 0.11rem;
  word-wrap: break-word;
  padding: 6px 11px;
  font-size: 0.14rem;
  color: #333;
  -webkit-border-radius: 0 0.05rem 0.05rem 0.05rem;
          border-radius: 0 0.05rem 0.05rem 0.05rem;
  background: #ecefff;
  line-height: 0.27rem;
  background: #f8f8f8;
}
.rightBox .content .leftApply[data-v-06fd777a] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.1rem;
}
.rightBox .content .leftApply > img[data-v-06fd777a] {
  width: 0.37rem;
  height: 0.37rem;
}
.rightBox .content .leftApply > div[data-v-06fd777a] {
  width: 2.84rem;
  padding: 0.05rem 0.11rem 0 0.11rem;
  font-size: 0.16rem;
  -webkit-border-radius: 0.05rem;
          border-radius: 0.05rem;
  background: #ecefff;
  line-height: 0.27rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#e0e6ff), color-stop(68.38%, #fff));
  background: -webkit-linear-gradient(top, #e0e6ff 0%, #fff 68.38%);
  background: linear-gradient(180deg, #e0e6ff 0%, #fff 68.38%);
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  border: 0.005rem solid #3b5efc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.rightBox .content .leftApply > div > p[data-v-06fd777a] {
  color: #333;
  font-size: 0.15rem;
  font-weight: 400;
}
.rightBox .content .leftApply > div > div[data-v-06fd777a] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.rightBox .content .leftApply > div > div .btn[data-v-06fd777a] {
  width: 1.26rem;
  height: 0.33rem;
}
.rightBox .content .centerApply[data-v-06fd777a] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.rightBox .content .centerApply > div[data-v-06fd777a],
.rightBox .content .centerApply > p[data-v-06fd777a] {
  width: 2.84rem;
  min-height: 0.92rem;
  padding: 0.05rem 0.11rem 0 0.11rem;
  font-size: 0.16rem;
  color: #333;
  -webkit-border-radius: 0.05rem;
          border-radius: 0.05rem;
  background: #ecefff;
  line-height: 0.27rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#e0e6ff), color-stop(68.38%, #fff));
  background: -webkit-linear-gradient(top, #e0e6ff 0%, #fff 68.38%);
  background: linear-gradient(180deg, #e0e6ff 0%, #fff 68.38%);
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  border: 0.005rem solid #3b5efc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.rightBox .content .right[data-v-06fd777a] {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.rightBox .content .right > div[data-v-06fd777a] {
  width: auto;
  max-width: 3.42rem;
  height: auto;
  padding: 0.06rem 0.11rem;
  word-wrap: break-word;
  padding: 6px 11px;
  font-size: 0.14rem;
  color: #000;
  -webkit-border-radius: 0.05rem 0 0.05rem 0.05rem;
          border-radius: 0.05rem 0 0.05rem 0.05rem;
  background: #ecefff;
  line-height: 0.27rem;
}
.rightBox .content .rightApply[data-v-06fd777a] {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.rightBox .content .rightApply > div[data-v-06fd777a] {
  width: auto;
  max-width: 3.42rem;
  height: auto;
  padding: 0.06rem 0.11rem;
  word-wrap: break-word;
  padding: 6px 11px;
  font-size: 0.18rem;
  -webkit-border-radius: 0.05rem;
          border-radius: 0.05rem;
  background: #ecefff;
  line-height: 0.27rem;
}
.rightBox .textarea[data-v-06fd777a] {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 2.25rem;
  /* 245px; */
  /* background-color: #fff;
  box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.1); 
  border-radius: 0px 0px 8px 8px; */
}
.rightBox .textarea .textareaTopButton[data-v-06fd777a] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
      -ms-flex-pack: right;
          justify-content: right;
  margin-top: 0.14rem;
  margin-right: 0.22rem;
}
.rightBox .textarea .textareaTopButton .topic[data-v-06fd777a] {
  margin: 0 0 0.15rem 0.15rem;
  width: 0.89rem;
  height: 0.32rem;
  line-height: 0.28rem;
  color: #999999;
  background: #fff;
  -webkit-border-radius: 0.06rem;
          border-radius: 0.06rem;
  border: 0.01rem solid #C2C2C2;
  text-align: center;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.14rem;
}
.rightBox .textarea .textareaTopButton .topic[data-v-06fd777a]:hover {
  background: rgba(59, 94, 252, 0.2);
  color: #3b5efc;
}
.rightBox .textarea[data-v-06fd777a]  .textareaContent {
  width: 100%;
  height: auto;
  /* 131px; */
  overflow: hidden;
  border-top: 0.01rem #DFDFDF solid;
}
.rightBox .textarea[data-v-06fd777a]  .textareaContent .el-textarea__inner {
  margin-left: 0.16rem;
  margin-top: 0.16rem;
  border: none !important;
  min-height: 0.86rem !important;
  width: -webkit-calc(100% - 0.32rem);
  width: calc(100% - 0.32rem);
  /* 800px; */
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.14rem;
  color: #999999;
  line-height: 0.24rem;
}
.rightBox .textarea .textareaBtnBox[data-v-06fd777a] {
  margin-top: 0.1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.rightBox .textarea .textareaBtnBox .addBtn[data-v-06fd777a] {
  cursor: pointer;
  display: inline-block;
  width: 1.27rem;
  height: 0.37rem;
  line-height: 0.37rem;
  -webkit-border-radius: 0.06rem;
          border-radius: 0.06rem;
  background: #3b5efc;
  color: #fff;
  text-align: center;
  margin-right: 0.22rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  font-size: 0.14rem;
}
.rightBox .plain[data-v-06fd777a] {
  display: inline-block;
  width: 1.26rem;
  height: 0.33rem;
  line-height: 0.33rem;
  -webkit-border-radius: 0.06rem;
          border-radius: 0.06rem;
  text-align: center;
  border: none;
  margin-right: 0.08rem;
  color: #666;
  background: #f3f3f3;
  font-size: 0.15rem;
  cursor: pointer;
}
.rightBox .activeBtn[data-v-06fd777a] {
  display: inline-block;
  width: 1.26rem;
  height: 0.33rem;
  line-height: 0.33rem;
  -webkit-border-radius: 0.06rem;
          border-radius: 0.06rem;
  background: #9cafff;
  color: #333;
  font-size: 0.15rem;
  text-align: center;
  cursor: pointer;
}
.rightBox .msg-state[data-v-06fd777a] {
  display: inline-block;
  line-height: 0.33rem;
  -webkit-border-radius: 0.06rem;
          border-radius: 0.06rem;
  color: #C9C9C9;
  font-size: 0.13rem;
  text-align: center;
  margin-bottom: 0.14rem;
  margin-left: 0.63rem;
  width: 1.26rem;
  height: 0.33rem;
  background: #F3F3F3;
  -webkit-border-radius: 0.07rem 0.07rem 0.07rem 0.07rem;
          border-radius: 0.07rem 0.07rem 0.07rem 0.07rem;
}
[data-v-06fd777a] div.el-dialog {
  width: 4.74rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
}
[data-v-06fd777a] div.el-dialog__body {
  padding-top: 0;
}
[data-v-06fd777a] div.el-dialog__body .popup-title {
  color: #666;
  font-size: 0.14rem;
  font-weight: 400;
  margin-bottom: 0.15rem;
}
[data-v-06fd777a] div.el-dialog__body .checkBox-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 4.1rem;
  height: 0.62rem;
  -webkit-border-radius: 0.09rem;
          border-radius: 0.09rem;
  background: #f7f7f7;
  margin-bottom: 0.12rem;
  padding: 0 0.15rem;
}
[data-v-06fd777a] div.el-dialog__body .checkBox-item.active {
  background: #ecefff;
}
[data-v-06fd777a] div.el-dialog__body .checkBox-item .project-name {
  height: 0.21rem;
  color: #333;
  font-size: 0.15rem;
}
[data-v-06fd777a] div.el-dialog__body .checkBox-item .projectType-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 0.15rem;
}
[data-v-06fd777a] div.el-dialog__body .checkBox-item .projectType-list .projectType-item {
  color: #666;
  font-size: 0.11rem;
  font-weight: 400;
  margin-right: 0.03rem;
}
[data-v-06fd777a] div.el-dialog__footer .dialog-footer .el-button {
  width: 0.82rem;
  height: 0.35rem;
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 400;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
}
[data-v-06fd777a] div.el-dialog__footer .dialog-footer .el-button.el-button--default {
  background: #fff;
  border: 0.01rem solid #3b5efc;
  color: #3b5efc;
}
[data-v-06fd777a] div.el-dialog__footer .dialog-footer .el-button.el-button--primary {
  background: #3b5efc;
  color: #fff;
}
.btns[data-v-06fd777a] {
  width: 1.66rem;
  height: 0.34rem;
  text-align: center;
  line-height: 0.08rem;
  background-color: #3b5efc;
  font-size: 0.14rem;
  margin-top: 2.5rem;
  -webkit-border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
          border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
}
[data-v-06fd777a] .el-textarea__inner {
  width: 4.08rem;
  height: 1.19rem;
}
[data-v-06fd777a] .right .el-input__inner {
  width: 2.92rem;
}
.boxBtn[data-v-06fd777a] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-dialog__title[data-v-06fd777a] {
  font-weight: 500;
  font-size: 0.2rem;
  color: #333333;
}
.btn[data-v-06fd777a] {
  width: 1.86rem;
  height: 0.34rem;
  text-align: center;
  line-height: 0.08rem;
  background-color: #3b5efc;
  font-size: 0.14rem;
}
.personal-info-bottom[data-v-06fd777a] {
  height: 0.53rem;
  color: #666;
  font-size: 0.16rem;
  line-height: 0.46rem;
  margin-bottom: 0.17rem;
  border-bottom: 0.01rem solid #dfdfdf;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.pdContainer[data-v-06fd777a] {
  height: 6rem;
  background-color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-y: auto;
  padding: 0.1rem;
}
[data-v-06fd777a]::-webkit-scrollbar {
  width: 0.03rem;
  height: 0.03rem;
}
dt[data-v-06fd777a] {
  width: 0.56rem;
  height: 0.56rem;
  background: #ffff;
  fill: #fff;
  -webkit-filter: drop-shadow(0 0 0.07511rem rgba(4, 4, 4, 0.1));
          filter: drop-shadow(0 0 0.07511rem rgba(4, 4, 4, 0.1));
  -webkit-border-radius: 100%;
          border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
dt[data-v-06fd777a]:hover {
  background: #1d30ff;
}
dt .svg-icon[data-v-06fd777a] {
  width: 0.2rem;
  height: 0.2rem;
}
.sdiv[data-v-06fd777a] {
  padding: 0 0.1rem 0 0.28rem;
}
.project-title[data-v-06fd777a] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  height: 1rem;
  width: 100%;
  padding-right: 0.1rem;
  border-bottom: 0.01rem solid #dfdfdf;
}
.project-info[data-v-06fd777a] {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.28rem 0;
}
.project-info .bottomBtn[data-v-06fd777a] {
  cursor: pointer;
  position: absolute;
  right: 0.1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.project-info .bottomBtn .btn-collect[data-v-06fd777a] {
  padding: 0 0.25rem;
  height: 0.37rem;
  -webkit-border-radius: 0.06rem;
          border-radius: 0.06rem;
  border: 0.01rem solid #3b5efc;
  color: #3b5efc;
  background: #fff;
  font-family: PingFang SC;
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 700;
  margin-right: 0.07rem;
  line-height: normal;
}
.project-info .bottomBtn .Unbtn-collect[data-v-06fd777a] {
  padding: 0 0.25rem;
  height: 0.37rem;
  -webkit-border-radius: 0.06rem;
          border-radius: 0.06rem;
  border: 0.01rem solid #ededed;
  color: #666;
  background: #ededed;
  font-family: PingFang SC;
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 700;
  margin-right: 0.07rem;
  line-height: normal;
}
.project-info .bottomBtn .btn-cls-confirm[data-v-06fd777a] {
  width: 1.05rem;
  height: 0.37rem;
  color: #fff;
  font-size: 0.14rem;
  font-weight: 400;
  border: none;
  -webkit-border-radius: 0.06rem;
          border-radius: 0.06rem;
}
.project-info-title[data-v-06fd777a] {
  width: 4.6rem;
  font-size: 0.24rem;
  font-weight: 700;
  margin: 0 0 0.1rem 0;
  color: #333;
  white-space: nowrap;
  /* 不换行 */
  overflow: hidden;
  /* 超出部分隐藏 */
  text-overflow: ellipsis;
  /* 显示省略号 /*/
  margin-bottom: -0.05rem;
}
.info-type[data-v-06fd777a] {
  height: 0.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.15rem;
  color: #999999;
}
.info-type div[data-v-06fd777a] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0.1rem;
  color: #999;
  font-family: PingFang SC;
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.info-type div img[data-v-06fd777a] {
  width: 0.15rem;
  height: 0.15rem;
  margin-right: 0.04rem;
}
.schoolName[data-v-06fd777a] {
  font-size: 0.14rem;
  font-weight: 400;
  line-height: 0.2rem;
  text-align: left;
}
.decamd-desc[data-v-06fd777a] {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.titles[data-v-06fd777a] {
  color: #333;
  font-family: PingFang SC;
  font-size: 0.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 0.25rem;
}
.underpainting[data-v-06fd777a] {
  width: 1.19rem;
  height: 0.07rem;
  -webkit-border-radius: 0.01rem;
          border-radius: 0.01rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.05%, rgba(53, 160, 254, 0.3)), color-stop(101.07%, rgba(53, 160, 254, 0)));
  background: -webkit-linear-gradient(left, rgba(53, 160, 254, 0.3) 0.05%, rgba(53, 160, 254, 0) 101.07%);
  background: linear-gradient(90deg, rgba(53, 160, 254, 0.3) 0.05%, rgba(53, 160, 254, 0) 101.07%);
}
.headline[data-v-06fd777a] {
  position: relative;
}
.headline .title[data-v-06fd777a] {
  color: #333;
  margin-top: 0.25rem;
  font-family: PingFang SC;
  font-size: 0.18rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.headline .underpainting[data-v-06fd777a] {
  position: absolute;
  top: 0.42rem;
  height: 0.07rem;
  -webkit-border-radius: 0.01rem;
          border-radius: 0.01rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.05%, rgba(53, 160, 254, 0.3)), color-stop(101.07%, rgba(53, 160, 254, 0)));
  background: -webkit-linear-gradient(left, rgba(53, 160, 254, 0.3) 0.05%, rgba(53, 160, 254, 0) 101.07%);
  background: linear-gradient(90deg, rgba(53, 160, 254, 0.3) 0.05%, rgba(53, 160, 254, 0) 101.07%);
}
.title[data-v-06fd777a] {
  color: #333;
  font-size: 0.2rem;
  font-weight: 700;
  margin-bottom: 0.15rem;
  margin-top: 0.05rem;
}
.tag-list[data-v-06fd777a] {
  height: 0.19rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.23rem;
}
.tag-items[data-v-06fd777a] {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 0.3rem;
  padding: 0.03rem 0.14056rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-border-radius: 0.02rem;
          border-radius: 0.02rem;
  background: #ededed;
  color: #666;
  font-size: 0.16rem;
  font-weight: 400;
  margin: 0 0.11rem 0.1rem 0;
  width: auto;
}
.wirs[data-v-06fd777a] {
  width: 7.01rem;
  border-bottom: 0.01rem solid #F3F3F3;
  margin: 0.14rem 0 0.1rem 0;
}
.desc[data-v-06fd777a] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  color: #333;
  font-family: PingFang SC;
  font-size: 0.16rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.25rem;
  /* 156.25% */
  word-break: break-word;
}
.desc .desc-left[data-v-06fd777a] {
  width: 4rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.desc .box[data-v-06fd777a] {
  font-size: 0.12rem;
  color: #666666;
}
.desc .desc-right .sp[data-v-06fd777a] {
  font-size: 0.16rem;
  color: #FEA220;
}
.desc .desc-right .sp2[data-v-06fd777a] {
  font-size: 0.16rem;
  color: #333333;
  margin-left: 1.3rem;
}
.business[data-v-06fd777a] {
  margin-bottom: 24rpx;
}
.business-title[data-v-06fd777a] {
  color: #333;
  font-family: PingFang SC;
  font-size: 0.16rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.25rem;
  /* 156.25% */
}
.business-container[data-v-06fd777a] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 0.48rem;
  margin: 0.1rem 0.1rem 0 0;
}
.business-container-l[data-v-06fd777a] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.business-container-l-c[data-v-06fd777a] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin-left: 0.05rem;
}

/* .business-container-l-c-name {
  font-size: 16px;
} */
.business-container-l-c-desc[data-v-06fd777a] {
  font-size: 0.1rem;
  color: #999;
  font-weight: 400;
}
.business-image[data-v-06fd777a] {
  width: 0.36rem;
  height: 0.36rem;
}
.business-div[data-v-06fd777a] {
  width: 0.56rem;
  height: 0.26rem;
  color: #5c9ffd;
  -webkit-border-radius: 0.13rem;
          border-radius: 0.13rem;
  border: 0.005rem solid #475ffd;
  text-align: center;
  color: #475ffd;
  font-size: 0.1rem;
  font-weight: 400;
  margin-right: 0.41rem;
  line-height: 0.26rem;
}
.bottom-item-image[data-v-06fd777a] {
  width: 70rpx;
  height: 70rpx;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.project_h2[data-v-06fd777a] {
  margin-left: 15rpx;
  color: #333;
  font-size: 30rpx;
  font-weight: 400;
  word-wrap: break-word;
}
.bottom[data-v-06fd777a] {
  z-index: 2;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 144rpx;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1rpx solid #dfdfdf;
  background-color: #ffffff;
}
.content-container[data-v-06fd777a] {
  width: 100%;
  margin: 10rpx auto;
  -webkit-border-radius: 0;
          border-radius: 0;
  background-color: #f5f6f8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.popup-container[data-v-06fd777a] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 540rpx;
  background: #fff;
}
.popup-container-title[data-v-06fd777a] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 40rpx;
  font-size: 32rpx;
  font-weight: 600;
  margin: 20rpx;
}
.popup-container-tag[data-v-06fd777a] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 60rpx;
}
.popup-container-tag-item[data-v-06fd777a] {
  width: 160rpx;
  height: 40rpx;
  margin-left: 20rpx;
  text-align: center;
}
.textarea[data-v-06fd777a] {
  margin: 20rpx;
  width: 700rpx;
}
.btn-cls[data-v-06fd777a] {
  margin: 20rpx;
  width: 700rpx;
}
.btn-cls-confirm[data-v-06fd777a] {
  width: 472rpx;
  height: 70rpx;
  color: #ffffff;
  background-color: #3b5efc;
}
.tag-div[data-v-06fd777a] {
  width: 140rpx;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.msgTitle[data-v-06fd777a] {
  width: 7.84rem;
  height: 0.61rem;
  /* 75px; */
  background: #FAFBFF;
  -webkit-border-radius: 0.08rem 0.08rem 0 0;
          border-radius: 0.08rem 0.08rem 0 0;
}
.msgTitle span[data-v-06fd777a] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 0.61rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  font-size: 0.18rem;
  color: #333333;
  line-height: 0.61rem;
}
.headBox[data-v-06fd777a] {
  width: 0.37rem;
  height: 0.37rem;
  overflow: hidden;
}
.headBox img[data-v-06fd777a] {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.OnlineReview .mar-b60[data-v-06fd777a] {
  margin-bottom: 0.6rem;
}
.OnlineReview .backBox[data-v-06fd777a] {
  text-align: left;
  font-size: 0.16rem;
  position: fixed;
  top: 0;
  width: 100%;
  height: 0.6rem;
  background: #ffffff;
  z-index: 999;
}
.OnlineReview .backBox .back[data-v-06fd777a] {
  position: fixed;
  padding: 0.2rem;
}
.OnlineReview .lists[data-v-06fd777a] {
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
  margin-bottom: 0.16rem;
  padding: 0.22rem 0.34rem 0.19rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
}
.OnlineReview .lists .el-image[data-v-06fd777a] {
  width: 2.15rem;
  height: 1.36rem;
  -webkit-border-radius: 0.18rem;
          border-radius: 0.18rem;
  margin-right: 0.64rem;
  display: block;
}
.OnlineReview .lists .listContent h2[data-v-06fd777a] {
  font-size: 0.22rem;
  margin: 0 0 0.14rem;
}
.OnlineReview .lists .listContent .conText[data-v-06fd777a] {
  background: #d3e8fe;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
  display: inline-block;
  height: 0.26rem;
  padding: 0 0.06rem;
  color: #649aff;
  font-size: 0.12rem;
  line-height: 0.26rem;
  margin-right: 0.12rem;
  font-size: 0.18rem;
}
.OnlineReview .lists .listContent .listDesc[data-v-06fd777a] {
  display: inline-block;
  margin-right: 0.34rem;
  margin-bottom: 0.06rem;
}
.OnlineReview .lists .listContent .listDesc span[data-v-06fd777a] {
  font-size: 0.2rem;
  color: #999999;
  line-height: 0.22rem;
}
.OnlineReview .lists .listContent .listDesc span[data-v-06fd777a]:nth-child(2) {
  color: #333;
}
.OnlineReview[data-v-06fd777a]  .content {
  background: #ffffff;
  -webkit-box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.1);
  margin-bottom: 0.16rem;
}
.OnlineReview[data-v-06fd777a]  .content .title {
  height: 0.28rem;
  margin-bottom: 0.18rem;
  position: relative;
}
.OnlineReview[data-v-06fd777a]  .content .title .title-text {
  font-size: 0.24rem;
  font-weight: bold;
  color: #333333;
  position: relative;
  z-index: 2;
}
.OnlineReview[data-v-06fd777a]  .content .title .title-text::after {
  content: "";
  display: block;
  width: 1.8rem;
  height: 0.07rem;
  background: -webkit-linear-gradient(359.99deg, rgba(125, 176, 234, 0.8) 39.59%, rgba(125, 176, 234, 0) 80.84%);
  background: linear-gradient(90.01deg, rgba(125, 176, 234, 0.8) 39.59%, rgba(125, 176, 234, 0) 80.84%);
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.OnlineReview[data-v-06fd777a]  .content .title .title-line {
  font-size: 0.2rem;
}
.OnlineReview[data-v-06fd777a]  .content .part-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #333333;
  font-size: 0.2rem;
  line-height: 0.26rem;
}
.OnlineReview[data-v-06fd777a]  .content .proDetails {
  margin-bottom: 0.2rem;
}
.OnlineReview[data-v-06fd777a]  .content .proDetails .projectProgress {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.OnlineReview[data-v-06fd777a]  .content .proDetails .projectProgress .progressText {
  width: 47%;
  margin-right: 0.72rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.OnlineReview[data-v-06fd777a]  .content .proDetails .projectProgress .progressView {
  cursor: default;
  width: 0.52rem;
  height: 0.19rem;
  border: 0.01rem solid #7db0ea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 0.13rem;
          border-radius: 0.13rem;
  text-align: center;
  line-height: 0.19rem;
  color: #7db0ea;
  font-size: 0.1rem;
}
.OnlineReview[data-v-06fd777a]  .content .con-title {
  line-height: 0.4rem;
  color: #333333;
  font-size: 0.22rem;
  font-weight: 600;
}
.OnlineReview[data-v-06fd777a]  .content .con-title1 {
  margin-bottom: 0.12rem;
}
.OnlineReview[data-v-06fd777a]  .content .con-desc {
  font-size: 0.2rem;
  color: #333333;
  line-height: 0.28rem;
  margin-bottom: 0.28rem;
  white-space: pre-line;
}
.OnlineReview[data-v-06fd777a]  .content .attachmentLists {
  margin-bottom: 0.2rem;
}
.OnlineReview[data-v-06fd777a]  .content .attachmentLists .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.14rem;
  color: #333333;
  margin: 0.14rem 0;
}
.OnlineReview[data-v-06fd777a]  .content .attachmentLists .list img {
  width: 0.16rem;
  height: 0.16rem;
  margin-right: 0.15rem;
}
.OnlineReview[data-v-06fd777a]  .content .attachmentLists .list .attachmentName {
  width: 60%;
  margin-right: 0.3rem;
}
.OnlineReview[data-v-06fd777a]  .content .attachmentLists .list a {
  display: inline-block;
  width: 0.52rem;
  height: 0.19rem;
  background: #ffffff;
  border: 0.01rem solid #7db0ea;
  -webkit-border-radius: 0.13rem;
          border-radius: 0.13rem;
  color: #7db0ea;
  font-size: 0.1rem;
  text-align: center;
  line-height: 0.19rem;
}
.OnlineReview[data-v-06fd777a]  .content .proFlag {
  color: #333333;
  font-size: 0.14rem;
  margin-bottom: 0.24rem;
  margin-left: 0.32rem;
}
.OnlineReview[data-v-06fd777a]  .content .proFlag div {
  line-height: 0.3rem;
}
.OnlineReview[data-v-06fd777a]  .content .con-text {
  color: #333333;
  font-size: 0.14rem;
  margin-bottom: 0.1rem;
}
.OnlineReview[data-v-06fd777a]  .content .apply {
  width: 98%;
  float: right;
  margin-top: 0.2rem;
}
.OnlineReview[data-v-06fd777a]  .content .apply .applyCon {
  padding-bottom: 0.44rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.OnlineReview[data-v-06fd777a]  .content .apply .applyCon .prompt {
  margin: 0.16rem 0;
  color: #da251c;
  font-size: 0.2rem;
}
.OnlineReview[data-v-06fd777a]  .content .apply .applyCon .prompt span {
  color: #999999;
}
.OnlineReview[data-v-06fd777a]  .content .apply .reviewResult {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0.24rem !important;
}
.OnlineReview[data-v-06fd777a]  .content .apply .reviewResult h2 {
  margin-right: 0.3rem;
  margin-bottom: 0 !important;
}
.OnlineReview[data-v-06fd777a]  .content .apply .applyCon:nth-last-child(1) {
  padding-bottom: 0;
}
.OnlineReview[data-v-06fd777a]  .content .apply .applyCon::before {
  content: "";
  width: 0.01rem;
  height: -webkit-fill-available;
  background: #ababab;
  position: absolute;
  top: 0.07rem;
  left: -0.29rem;
}
.OnlineReview[data-v-06fd777a]  .content .apply .applyCon::after {
  content: "";
  width: 0.06rem;
  height: 0.06rem;
  background: #7db0ea;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
  top: 0.07rem;
  left: -0.305rem;
  /* -31.5px; */
  z-index: 2;
}
.OnlineReview[data-v-06fd777a]  .content .apply h2 {
  color: #333333;
  font-size: 0.14rem;
  line-height: 0.2rem;
  margin: 0;
}
.OnlineReview[data-v-06fd777a]  .content .apply h2 span {
  font-size: 0.2rem;
  color: #ff1e1e;
}
.OnlineReview[data-v-06fd777a]  .content .apply .applyTime {
  color: #666666;
  font-size: 0.12rem;
  line-height: 0.12rem;
  margin-bottom: 0.1rem;
  -webkit-transform-origin-x: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.OnlineReview[data-v-06fd777a]  .content .apply .applyDesc {
  padding: 0.15rem 0.22rem;
  background: #f6faff;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  font-size: 0.14rem;
  line-height: 0.22rem;
}
.OnlineReview[data-v-06fd777a]  .content .apply .comment {
  padding-top: 0.3rem;
  padding-left: 0.17rem;
}
.OnlineReview[data-v-06fd777a]  .content .apply .comment h2 {
  font-size: 0.12rem;
  color: #666666;
  margin-bottom: 0.03rem;
}
.OnlineReview[data-v-06fd777a]  .content .apply .comment .applyTime {
  font-size: 0.08rem;
}
.OnlineReview[data-v-06fd777a]  .content .applyNull {
  text-align: center;
  color: #666666;
  font-size: 0.18rem;
  font-weight: bold;
  margin: 2.24rem 0;
}
.OnlineReview[data-v-06fd777a]  .content .applyGrade {
  padding: 0.13rem 1.34rem 0.13rem 0.54rem;
  border: 0.01rem solid #e8e8e8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333333;
  font-size: 0.14rem;
  font-weight: bold;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  margin-bottom: 0.18rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.OnlineReview[data-v-06fd777a]  .content .applyGrade .point {
  display: inline-block;
  width: 1.2rem;
}
.OnlineReview[data-v-06fd777a]  .content .applyGrade .score {
  font-weight: bold;
  font-size: 0.12rem;
  color: #7db0ea;
}
.OnlineReview[data-v-06fd777a]  .content .applyGrade .applyGradeText {
  margin-left: 0.21rem;
  color: #999999;
  font-size: 0.12rem;
  font-weight: normal;
}
.OnlineReview .content1[data-v-06fd777a] {
  overflow: hidden;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
}
.OnlineReview .content3[data-v-06fd777a] {
  overflow: hidden;
}
.OnlineReview .content2[data-v-06fd777a] {
  overflow: hidden;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
}
.OnlineReview .content2 .summary .title[data-v-06fd777a] {
  padding: 0;
}
.OnlineReview .content2 .summary .title .title-line[data-v-06fd777a] {
  bottom: -0.07rem;
}
.OnlineReview[data-v-06fd777a]  .el-collapse-item__arrow {
  display: none;
}
.OnlineReview[data-v-06fd777a]  .el-table .el-table__header {
  -webkit-border-radius: 0;
          border-radius: 0;
}
.OnlineReview[data-v-06fd777a]  .el-table .has-gutter th {
  background: #f6fbff;
}
.OnlineReview[data-v-06fd777a]  .el-table td.el-table__cell {
  padding: 0.28rem 0;
}
.OnlineReview .dialogMyVisible[data-v-06fd777a] {
  text-align: center;
}
.OnlineReview .dialogMyVisible div[data-v-06fd777a] {
  padding: 0.36rem;
  font-size: 0.2rem;
  line-height: 0.28rem;
}
[data-v-06fd777a] .el-image__inner {
  -o-object-fit: contain;
     object-fit: contain;
}
.el-tag[data-v-06fd777a] {
  margin-top: -0.05rem;
  margin-left: 0.2rem;
}
.titleCss[data-v-06fd777a] {
  padding: 0 0.2rem;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0.18rem;
}
[data-v-06fd777a] .el-collapse-item__header {
  -webkit-border-radius: 0.08rem 0.08rem 0 0;
          border-radius: 0.08rem 0.08rem 0 0;
}
[data-v-06fd777a] .el-collapse-item__wrap {
  background-color: transparent;
  border: none;
}
[data-v-06fd777a] .el-collapse {
  border: none;
}
.custom-error[data-v-06fd777a] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
[data-v-06fd777a] .el-collapse-item__content {
  padding-bottom: 0;
}
.specialist[data-v-06fd777a]  .el-dialog {
  height: 7.6rem;
}
.specialist[data-v-06fd777a]  .el-dialog__body {
  padding: 0;
}
.specialist[data-v-06fd777a]  .el-form-item {
  margin-bottom: 0;
}
.specialist[data-v-06fd777a]  .el-dialog__title {
  margin-left: 0.1rem;
}
@charset "UTF-8";
/* 设置滚动条宽度 */
[data-v-0cdae6e4]::-webkit-scrollbar {
  width: 0.03rem;
}
*[data-v-0cdae6e4] {
  margin: 0;
  padding: 0;
}
.chart[data-v-0cdae6e4] {
  width: 100%;
  max-height: 100vh;
  background: -webkit-gradient(linear, left top, left bottom, from(#c7effc), color-stop(81.85%, #fff));
  background: -webkit-linear-gradient(top, #c7effc 0%, #fff 81.85%);
  background: linear-gradient(180deg, #c7effc 0%, #fff 81.85%);
}
.chart .container[data-v-0cdae6e4] {
  width: 11.8rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0.24rem;
  padding-top: 0.2rem;
}
.chart .container > .left[data-v-0cdae6e4] {
  width: 3.84rem;
  height: auto;
  /* 840px; */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffffff;
  -webkit-border-radius: 0.05rem;
          border-radius: 0.05rem;
  /* overflow-y: auto; */
  -webkit-box-shadow: 0 0.08rem 0.08rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.08rem 0.08rem 0 rgba(0, 0, 0, 0.1);
  /* 针对Safari浏览器 */
  /* 针对IE和Edge浏览器 */
}
.chart .container > .left .searchBox[data-v-0cdae6e4] {
  width: 100%;
  -webkit-border-radius: 0.05rem;
          border-radius: 0.05rem;
  padding: 0.14rem 0.21rem 0.14rem 0.21rem;
  background: #FAFBFF;
}
.chart .container > .left .searchBox .el-input[data-v-0cdae6e4]  .el-input__inner {
  width: 3.42rem;
  height: 0.3rem;
  -webkit-border-radius: 0.05rem;
          border-radius: 0.05rem;
  border: 0.01rem solid #D1D1D6;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.12rem;
  color: #999999;
  line-height: 0.3rem;
}
.chart .container > .left .searchBox[data-v-0cdae6e4]  .el-input__icon {
  line-height: 0.3rem;
}
.chart .container > .left .tab[data-v-0cdae6e4] {
  padding: 0.17rem 0 0.16rem 0.22rem;
  position: relative;
}
.chart .container > .left .tab .unreadMsg[data-v-0cdae6e4] {
  width: 0.14rem;
  height: 0.14rem;
  font-size: 0.09rem;
  color: #FFFFFF;
  text-align: center;
  line-height: 0.14rem;
  background: #DA251C;
  -webkit-border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
          border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
  position: absolute;
  top: 0.15rem;
  left: 0.55rem;
}
.chart .container > .left .tab .tabItem[data-v-0cdae6e4] {
  display: inline-block;
  cursor: pointer;
  padding: 0.08rem 0.09rem;
  font-size: 0.14rem;
  color: #666;
  margin-right: 0.15rem;
  -webkit-border-radius: 0.05rem;
          border-radius: 0.05rem;
}
.chart .container > .left .tab .actived[data-v-0cdae6e4] {
  background: #ecefff;
  color: #3b5efc;
  font-weight: bold;
}
.chart .container > .left[data-v-0cdae6e4] ::-webkit-scrollbar {
  display: none;
  /* 隐藏滚动条 */
}
.chart .container > .left[data-v-0cdae6e4] ::-webkit-scrollbar {
  display: none;
  /* 隐藏滚动条 */
}
.chart .container > .left body[data-v-0cdae6e4] {
  -ms-overflow-style: none;
  /* 隐藏滚动条 */
}
.chart .container > .left .chartBox[data-v-0cdae6e4] {
  height: -webkit-calc(100vh - 2.21rem);
  height: calc(100vh - 2.21rem);
  /* 929px; */
  padding: 0 0.2rem;
  overflow-y: scroll;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 0, 0, 0)), color-stop(5%, red), to(red));
  -webkit-mask-image: -webkit-linear-gradient(top, rgba(255, 0, 0, 0) 0%, red 5%, red 100%);
  mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 0, 0, 0)), color-stop(5%, red), to(red));
  mask-image: linear-gradient(180deg, rgba(255, 0, 0, 0) 0%, red 5%, red 100%);
}
.chart .container > .left .chartBox .item[data-v-0cdae6e4] {
  cursor: pointer;
  height: 0.79rem;
  padding: 0.17rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 0.01rem solid #f4f4f4;
  position: relative;
}
.chart .container > .left .chartBox .item .unread[data-v-0cdae6e4] {
  width: 0.15rem;
  height: 0.15rem;
  background: #DA251C;
  -webkit-border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
          border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
  position: absolute;
  left: 0.35rem;
  top: 0.18rem;
  font-weight: 500;
  font-size: 0.1rem;
  color: #FFFFFF;
  line-height: 0.14rem;
  text-align: center;
}
.chart .container > .left .chartBox .item .imgBox[data-v-0cdae6e4] {
  width: 0.47rem;
  height: 0.47rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  overflow: hidden;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 0.04rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.04rem 0 rgba(0, 0, 0, 0.1);
}
.chart .container > .left .chartBox .item .imgBox img[data-v-0cdae6e4] {
  width: 100%;
  height: 100%;
}
.chart .container > .left .chartBox .item .textBox[data-v-0cdae6e4] {
  width: -webkit-calc(100% - 0.58rem);
  width: calc(100% - 0.58rem);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.06rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.chart .container > .left .chartBox .item .textBox > P[data-v-0cdae6e4]:nth-child(1) {
  margin: 0;
  font-weight: 700;
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #333;
  width: 70%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.chart .container > .left .chartBox .item .textBox > P[data-v-0cdae6e4]:nth-child(2) {
  margin: 0;
  font-size: 0.13rem;
  line-height: 0.18rem;
  color: #333;
  width: 90%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #666;
}
.chart .container > .left .chartBox .item .textBox .time[data-v-0cdae6e4] {
  position: absolute;
  font-size: 0.13rem;
  top: 0.03rem;
  right: 0;
  color: #999;
}
.chart .container > .right[data-v-0cdae6e4] {
  width: 7.84rem;
  height: 9.68rem;
  background: #ffffff;
  -webkit-border-radius: 0.05rem;
          border-radius: 0.05rem;
  padding: 0.19rem 0 0 0;
  position: relative;
  -webkit-box-shadow: 0 0 0.08rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.08rem 0 rgba(0, 0, 0, 0.1);
}
.chart .container > .right .top[data-v-0cdae6e4] {
  width: -webkit-calc(100% - 0.56rem);
  width: calc(100% - 0.56rem);
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding-bottom: 0.25rem;
  position: absolute;
  left: 0.28rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.chart .container > .right .top > P[data-v-0cdae6e4] {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  gap: 0.07rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
}
.chart .container > .right .top > P > span[data-v-0cdae6e4]:nth-child(1) {
  display: inline-block;
  width: 1.05rem;
  height: 0.37rem;
  line-height: 0.37rem;
  -webkit-border-radius: 0.06rem;
          border-radius: 0.06rem;
  text-align: center;
  border: 0.01rem solid #3b5efc;
  color: #3b5efc;
  font-size: 0.16rem;
}
.chart .container > .right .top > P > span[data-v-0cdae6e4]:nth-child(2) {
  display: inline-block;
  width: 1.05rem;
  height: 0.37rem;
  line-height: 0.37rem;
  -webkit-border-radius: 0.06rem;
          border-radius: 0.06rem;
  background: #3b5efc;
  color: #fff;
  font-size: 0.16rem;
  text-align: center;
}
.chart .container > .right .content[data-v-0cdae6e4] {
  padding-right: 0.28rem;
  padding-left: 0.28rem;
  height: -webkit-calc(100% - 1.68rem - 0.63rem);
  height: calc(100% - 1.68rem - 0.63rem);
  margin-top: 0.63rem;
  overflow: auto;
  overflow-x: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.24rem;
}
.chart .container > .right .content .center[data-v-0cdae6e4] {
  width: 100%;
  text-align: center;
  color: #666;
  font-family: PingFang SC;
  font-size: 0.16rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.chart .container > .right .content .left[data-v-0cdae6e4] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.1rem;
}
.chart .container > .right .content .left > img[data-v-0cdae6e4] {
  width: 0.37rem;
  height: 0.37rem;
}
.chart .container > .right .content .left > div[data-v-0cdae6e4] {
  width: auto;
  max-width: 3.42rem;
  height: auto;
  padding: 0.06rem 0.11rem;
  word-wrap: break-word;
  padding: 6px 11px;
  font-size: 0.18rem;
  -webkit-border-radius: 0.05rem;
          border-radius: 0.05rem;
  background: #ecefff;
  line-height: 0.27rem;
  background: #f8f8f8;
}
.chart .container > .right .content .right[data-v-0cdae6e4] {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.chart .container > .right .content .right > div[data-v-0cdae6e4] {
  width: auto;
  max-width: 3.42rem;
  height: auto;
  padding: 0.06rem 0.11rem;
  word-wrap: break-word;
  padding: 6px 11px;
  font-size: 0.18rem;
  -webkit-border-radius: 0.05rem;
          border-radius: 0.05rem;
  background: #ecefff;
  line-height: 0.27rem;
}
.chart .container > .right .textarea[data-v-0cdae6e4] {
  height: 1.68rem;
}
.chart .container > .right .textarea[data-v-0cdae6e4]  .textareaContent {
  height: -webkit-calc(100% - 0.5rem);
  height: calc(100% - 0.5rem);
  overflow: hidden;
  border-top: 0.005rem #dfdfdf solid;
}
.chart .container > .right .textarea[data-v-0cdae6e4]  .textareaContent .el-textarea__inner {
  border: none !important;
}
.chart .container > .right .textarea[data-v-0cdae6e4]  .textareaContent .el-textarea {
  padding-top: 0.05rem;
}
.chart .container > .right .textarea .textareaBtnBox[data-v-0cdae6e4] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.chart .container > .right .textarea .textareaBtnBox .addBtn[data-v-0cdae6e4] {
  display: inline-block;
  width: 1.27rem;
  height: 0.37rem;
  line-height: 0.37rem;
  -webkit-border-radius: 0.06rem;
          border-radius: 0.06rem;
  background: #3b5efc;
  color: #fff;
  font-size: 0.16rem;
  text-align: center;
  margin-right: 0.28rem;
}
.el-popup-parent--hidden[data-v-0cdae6e4] {
  padding-right: 0 !important;
  overflow: hidden !important;
}
.container[data-v-0dc3ca23] {
  width: 9.09rem;
  /* 812px; */
  min-height: 9.78rem;
  background: #fff;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  padding: 0.25rem 0 0;
}
.container .pointer[data-v-0dc3ca23] {
  cursor: pointer;
}
.container .nav-menu[data-v-0dc3ca23] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  height: 0.27rem;
  border-bottom: 0.01rem solid #dfdfdf;
  padding: 0 0.4rem;
}
.container .nav-menu .menu-item[data-v-0dc3ca23] {
  position: relative;
  color: #999;
  font-size: 0.2rem;
  font-weight: 700;
  width: 0.9rem;
  height: 0.24rem;
  background-color: transparent;
  line-height: 0.24rem;
  /* 150% */
  margin-right: 0.78rem;
}
.container .nav-menu .menu-item span[data-v-0dc3ca23] {
  position: absolute;
  width: 1rem;
  height: 0.24rem;
  z-index: 1;
}
.container .nav-menu .menu-item.active[data-v-0dc3ca23] {
  color: #333;
  font-size: 0.2rem;
}
.container .nav-menu .menu-item.active .line[data-v-0dc3ca23] {
  background: -webkit-gradient(linear, left top, right top, color-stop(-9.08%, #52d7e0), color-stop(109.17%, rgba(71, 102, 251, 0.4)));
  background: -webkit-linear-gradient(left, #52d7e0 -9.08%, rgba(71, 102, 251, 0.4) 109.17%);
  background: linear-gradient(90deg, #52d7e0 -9.08%, rgba(71, 102, 251, 0.4) 109.17%);
}
.container .nav-menu .menu-item .line[data-v-0dc3ca23] {
  position: absolute;
  left: 0;
  bottom: -0.02rem;
  width: 0.9rem;
  height: 0.1rem;
  -webkit-border-radius: 0.05rem;
          border-radius: 0.05rem;
}
.container .filter-status[data-v-0dc3ca23] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.25rem 0.4rem 0;
}
.container .filter-status .status-item[data-v-0dc3ca23] {
  display: inline-block;
  height: 0.3rem;
  line-height: 0.3rem;
  padding: 0 0.09rem;
  -webkit-border-radius: 0.03rem;
          border-radius: 0.03rem;
  background: #f8f8f8;
  color: #999;
  font-size: 0.16rem;
  font-weight: 700;
  margin-right: 0.16rem;
}
.container .filter-status .status-item.active[data-v-0dc3ca23] {
  background: #ecefff;
  color: #3b5efc;
}
.container .list[data-v-0dc3ca23] {
  height: 9.78rem;
  overflow: auto;
  padding: 0 0.4rem;
}
.container .list .list-card[data-v-0dc3ca23] {
  max-height: 2.89rem;
  padding-top: 0.22rem;
  padding-bottom: 0.2rem;
  border-bottom: 0.01rem solid #dfdfdf;
}
.container .list .list-card .card-header[data-v-0dc3ca23] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 0.49rem;
  margin-bottom: 0.17rem;
}
.container .list .list-card .card-header .card-header-left .card-header-title[data-v-0dc3ca23] {
  max-width: 6rem;
  color: #333;
  font-size: 0.24rem;
  font-weight: 700;
  margin-bottom: 0.09rem;
}
.container .list .list-card .card-header .card-header-left .card-header-list .card-header-tag[data-v-0dc3ca23] {
  color: #666;
  font-size: 0.16rem;
  font-weight: 700;
  margin-right: 0.09rem;
}
.container .list .list-card .card-header .card-header-right .card-header-edit[data-v-0dc3ca23],
.container .list .list-card .card-header .card-header-right .card-header-del[data-v-0dc3ca23],
.container .list .list-card .card-header .card-header-right .card-header-exit[data-v-0dc3ca23],
.container .list .list-card .card-header .card-header-right .card-header-cancelFavorite[data-v-0dc3ca23] {
  min-width: 0.75rem;
  height: 0.3rem;
  line-height: 0.3rem;
  -webkit-border-radius: 0.03rem;
          border-radius: 0.03rem;
  border: 0.01rem solid #8493a5;
  margin-left: 0.1rem;
  padding: 0 0.1rem;
}
.container .list .list-card .card-header .card-header-right .card-header-exit[data-v-0dc3ca23],
.container .list .list-card .card-header .card-header-right .card-header-cancelFavorite[data-v-0dc3ca23] {
  width: 1.04rem;
  height: 0.3rem;
}
.container .list .list-card .card-industry[data-v-0dc3ca23] {
  max-height: 0.2rem;
  margin-bottom: 0.17rem;
}
.container .list .list-card .card-industry .industry-item[data-v-0dc3ca23] {
  display: inline-block;
  height: 0.26rem;
  line-height: 0.26rem;
  padding: 0 0.11rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-border-radius: 0.02rem;
          border-radius: 0.02rem;
  background: #ededed;
  color: #666;
  font-size: 0.16rem;
  font-weight: 700;
  margin-right: 0.11rem;
}
.container .list .list-card .card-title[data-v-0dc3ca23] {
  position: relative;
  height: 0.2rem;
  margin-bottom: 0.14rem;
}
.container .list .list-card .card-title span[data-v-0dc3ca23] {
  position: absolute;
  display: inline-block;
  color: #333;
  font-size: 0.16rem;
  font-weight: 700;
}
.container .list .list-card .card-title .card-title-line[data-v-0dc3ca23] {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1.19rem;
  height: 0.07rem;
  -webkit-border-radius: 0.01rem;
          border-radius: 0.01rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.05%, rgba(53, 160, 254, 0.3)), color-stop(101.07%, rgba(53, 160, 254, 0)));
  background: -webkit-linear-gradient(left, rgba(53, 160, 254, 0.3) 0.05%, rgba(53, 160, 254, 0) 101.07%);
  background: linear-gradient(90deg, rgba(53, 160, 254, 0.3) 0.05%, rgba(53, 160, 254, 0) 101.07%);
}
.container .list .list-card .card-info[data-v-0dc3ca23] {
  color: #666;
  font-size: 0.15rem;
  font-weight: 700;
  line-height: 0.25rem;
  /* 192.308% */
}
@charset "UTF-8";
#click-scroll-X[data-v-15c8493c] {
  width: 7.5rem;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
#click-scroll-X .arrow[data-v-15c8493c] {
  margin-left: 0.1rem;
  width: 0.74rem;
  height: 0.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
  border: 0.01rem solid #d1d1d6;
}
#click-scroll-X .arrow .left[data-v-15c8493c] {
  width: 0.36rem;
  height: 0.28rem;
  -webkit-border-radius: 0.03rem 0 0 0.03rem;
          border-radius: 0.03rem 0 0 0.03rem;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#click-scroll-X .arrow .left[data-v-15c8493c]:hover {
  background: #f2f3f7;
}
#click-scroll-X .arrow .left.active[data-v-15c8493c] {
  background: #f2f3f7;
}
#click-scroll-X .arrow .right[data-v-15c8493c] {
  width: 0.36rem;
  height: 0.28rem;
  -webkit-border-radius: 0 0.03rem 0.03rem 0;
          border-radius: 0 0.03rem 0.03rem 0;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#click-scroll-X .arrow .right[data-v-15c8493c]:hover {
  background: #f2f3f7;
}
#click-scroll-X .arrow .right.active[data-v-15c8493c] {
  background: #f2f3f7;
}
#click-scroll-X .scroll_wrapper[data-v-15c8493c] {
  width: 90%;
  height: 100%;
  overflow-x: scroll;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#click-scroll-X .scroll_wrapper .scroll_list[data-v-15c8493c] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#click-scroll-X .scroll_wrapper .scroll_list .item[data-v-15c8493c] {
  cursor: pointer;
  height: 0.24rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0.02rem;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #999;
  z-index: 1;
  font-family: "PingFang SC";
  font-size: 0.2rem;
  font-style: normal;
  line-height: 0.24rem;
  /* 120% */
  margin-right: 0.2rem;
}
#click-scroll-X .scroll_wrapper .scroll_list .item.active[data-v-15c8493c] {
  color: #333;
  font-size: 0.2rem;
  font-weight: 700;
}
#click-scroll-X .scroll_wrapper .scroll_list .item.active .line[data-v-15c8493c] {
  background: -webkit-gradient(linear, left top, right top, color-stop(-9.08%, #52d7e0), color-stop(109.17%, rgba(71, 102, 251, 0.4)));
  background: -webkit-linear-gradient(left, #52d7e0 -9.08%, rgba(71, 102, 251, 0.4) 109.17%);
  background: linear-gradient(90deg, #52d7e0 -9.08%, rgba(71, 102, 251, 0.4) 109.17%);
}
#click-scroll-X .scroll_wrapper .scroll_list .item .line[data-v-15c8493c] {
  z-index: -99999992;
  position: absolute;
  left: 0;
  bottom: -0.03rem;
  width: 110%;
  height: 0.1rem;
  -webkit-border-radius: 0.05rem;
          border-radius: 0.05rem;
}

/*隐藏滚动条*/
.scroll_wrapper[data-v-15c8493c]::-webkit-scrollbar {
  display: none;
}
.container[data-v-15c8493c] {
  width: 8.12rem;
  min-height: 9.78rem;
  background: #fff;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  padding: 0.25rem 0 0;
}
.container .pointer[data-v-15c8493c] {
  cursor: pointer;
}
.container .nav-menu[data-v-15c8493c]::-webkit-scrollbar {
  height: 0.01rem;
}
.container webkit-scrollbar[data-v-15c8493c] {
  width: 0.05rem;
  height: 0.05rem;
}
.container .nav-menu[data-v-15c8493c] {
  width: 100%;
  height: 0.5rem;
  border-bottom: 0.01rem solid #dfdfdf;
  margin-bottom: 0.15rem;
  padding: 0 0.24rem;
  /*滚动条的样式*/
}
.container .nav-menu .menu-item[data-v-15c8493c] {
  position: relative;
  color: #999;
  font-size: 0.2rem;
  font-weight: 700;
  height: 0.24rem;
  line-height: 0.24rem;
  margin-right: 2rem;
}
.container .nav-menu .menu-item span[data-v-15c8493c] {
  position: relative;
  height: 0.24rem;
  z-index: 1 !important;
}
.container .nav-menu .menu-item.active[data-v-15c8493c] {
  color: #333;
  font-size: 0.2rem;
}
.container .nav-menu .menu-item.active .line[data-v-15c8493c] {
  background: -webkit-gradient(linear, left top, right top, color-stop(-9.08%, #52d7e0), color-stop(109.17%, rgba(71, 102, 251, 0.4)));
  background: -webkit-linear-gradient(left, #52d7e0 -9.08%, rgba(71, 102, 251, 0.4) 109.17%);
  background: linear-gradient(90deg, #52d7e0 -9.08%, rgba(71, 102, 251, 0.4) 109.17%);
}
.container .nav-menu .menu-item .line[data-v-15c8493c] {
  position: absolute;
  left: 0;
  bottom: -0.02rem;
  width: 110%;
  height: 0.1rem;
  -webkit-border-radius: 0.05rem;
          border-radius: 0.05rem;
}
.container .memberList[data-v-15c8493c] {
  padding: 0 0.43rem;
}
.container .memberList .memberList-item[data-v-15c8493c] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1.6rem;
  padding: 0.25rem 0 0 0.11rem;
  border-bottom: 0.01rem solid #dfdfdf;
}
.container .memberList .memberList-item .avatar[data-v-15c8493c] {
  width: 0.56rem;
  height: 0.56rem;
  -webkit-border-radius: 0.28rem;
          border-radius: 0.28rem;
  overflow: hidden;
  -webkit-box-shadow: 0 0.01rem 0.08rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.01rem 0.08rem 0 rgba(0, 0, 0, 0.1);
  margin-right: 0.12rem;
}
.container .memberList .memberList-item .avatar img[data-v-15c8493c] {
  width: 100%;
  height: 100%;
}
.container .memberList .memberList-item .info[data-v-15c8493c] {
  width: 6.17rem;
}
.container .memberList .memberList-item .info .info-header[data-v-15c8493c] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 0.54rem;
  margin-bottom: 0.15rem;
}
.container .memberList .memberList-item .info .info-header .info-header-left .info-header-name[data-v-15c8493c] {
  color: #333;
  font-size: 0.2rem;
  font-weight: 700;
  margin-bottom: 0.09rem;
}
.container .memberList .memberList-item .info .info-header .info-header-left .info-header-name span[data-v-15c8493c] {
  color: #666;
  font-size: 0.11rem;
  font-weight: 400;
  margin-left: 0.08rem;
}
.container .memberList .memberList-item .info .info-header .info-header-left .info-header-tag[data-v-15c8493c] {
  height: 0.24rem;
  line-height: 0.24rem;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
  padding: 0 0.07rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.05%, rgba(53, 160, 254, 0.3)), color-stop(101.07%, rgba(53, 160, 254, 0)));
  background: -webkit-linear-gradient(left, rgba(53, 160, 254, 0.3) 0.05%, rgba(53, 160, 254, 0) 101.07%);
  background: linear-gradient(90deg, rgba(53, 160, 254, 0.3) 0.05%, rgba(53, 160, 254, 0) 101.07%);
}
.container .memberList .memberList-item .info .info-header .info-header-left .info-header-tag span[data-v-15c8493c] {
  color: #666;
  font-size: 0.16rem;
  margin-right: 0.13rem;
}
.container .memberList .memberList-item .info .info-header .info-header-right .card-header-exit[data-v-15c8493c] {
  width: 0.75rem;
  height: 0.3rem;
  line-height: 0.3rem;
  -webkit-border-radius: 0.03rem;
          border-radius: 0.03rem;
  border: 0.01rem solid #8493a5;
  margin-left: 0.1rem;
  padding: 0;
}
.container .memberList .memberList-item .info .info-text[data-v-15c8493c] {
  height: 0.4rem;
  color: #333;
  font-size: 0.16rem;
  line-height: 0.2rem;
}
.container[data-v-37d357c4] {
  width: 8.12rem;
  min-height: 9.78rem;
  background: #fff;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  padding: 0.25rem 0 0;
}
.container .pointer[data-v-37d357c4] {
  cursor: pointer;
}
.container .nav-menu[data-v-37d357c4] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  height: 0.27rem;
  border-bottom: 0.01rem solid #dfdfdf;
  padding: 0 0.4rem;
}
.container .nav-menu .menu-item[data-v-37d357c4] {
  position: relative;
  color: #999;
  font-size: 0.2rem;
  font-weight: 700;
  width: 0.9rem;
  height: 0.24rem;
  line-height: 0.24rem;
  /* 150% */
  margin-right: 0.78rem;
}
.container .nav-menu .menu-item span[data-v-37d357c4] {
  position: absolute;
  width: 1rem;
  height: 0.24rem;
  z-index: 1;
}
.container .nav-menu .menu-item.active[data-v-37d357c4] {
  color: #333;
  font-size: 0.2rem;
}
.container .nav-menu .menu-item.active .line[data-v-37d357c4] {
  background: -webkit-gradient(linear, left top, right top, color-stop(-9.08%, #52d7e0), color-stop(109.17%, rgba(71, 102, 251, 0.4)));
  background: -webkit-linear-gradient(left, #52d7e0 -9.08%, rgba(71, 102, 251, 0.4) 109.17%);
  background: linear-gradient(90deg, #52d7e0 -9.08%, rgba(71, 102, 251, 0.4) 109.17%);
}
.container .nav-menu .menu-item .line[data-v-37d357c4] {
  position: absolute;
  left: 0;
  bottom: -0.02rem;
  width: 0.9rem;
  height: 0.1rem;
  -webkit-border-radius: 0.05rem;
          border-radius: 0.05rem;
}
.container .filter-status[data-v-37d357c4] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.25rem 0.4rem 0;
}
.container .filter-status .status-item[data-v-37d357c4] {
  display: inline-block;
  height: 0.3rem;
  line-height: 0.3rem;
  padding: 0 0.09rem;
  -webkit-border-radius: 0.03rem;
          border-radius: 0.03rem;
  background: #f8f8f8;
  color: #999;
  font-size: 0.16rem;
  font-weight: 700;
  margin-right: 0.16rem;
}
.container .filter-status .status-item.active[data-v-37d357c4] {
  background: #ecefff;
  color: #3b5efc;
}
.container .list[data-v-37d357c4] {
  max-height: 9.78rem;
  overflow: auto;
  padding: 0 0.4rem;
}
.container .list .list-card[data-v-37d357c4] {
  padding-top: 0.22rem;
  padding-bottom: 0.22rem;
  border-bottom: 0.01rem solid #dfdfdf;
}
.container .list .list-card .card-header[data-v-37d357c4] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 0.49rem;
  margin-bottom: 0.17rem;
}
.container .list .list-card .card-header .card-header-left .card-header-title[data-v-37d357c4] {
  max-width: 3rem;
  color: #333;
  font-size: 0.24rem;
  font-weight: 700;
  margin-bottom: 0.09rem;
}
.container .list .list-card .card-header .card-header-left .card-header-list .card-header-tag[data-v-37d357c4] {
  color: #666;
  font-size: 0.16rem;
  font-weight: 700;
  margin-right: 0.15rem;
}
.container .list .list-card .card-header .card-header-right .card-header-edit[data-v-37d357c4],
.container .list .list-card .card-header .card-header-right .card-header-del[data-v-37d357c4],
.container .list .list-card .card-header .card-header-right .card-header-cancelFavorite[data-v-37d357c4] {
  min-width: 0.75rem;
  height: 0.3rem;
  line-height: 0.3rem;
  -webkit-border-radius: 0.03rem;
          border-radius: 0.03rem;
  border: 0.01rem solid #8493a5;
  margin-left: 0.1rem;
  padding: 0 0.1rem;
}
.container .list .list-card .card-header .card-header-right .card-header-cancelFavorite[data-v-37d357c4] {
  width: 1.04rem;
  height: 0.3rem;
}
.container .list .list-card .card-industry[data-v-37d357c4] {
  height: 0.2rem;
  margin-bottom: 0.17rem;
}
.container .list .list-card .card-industry .industry-item[data-v-37d357c4] {
  display: inline-block;
  height: 0.26rem;
  line-height: 0.26rem;
  padding: 0 0.11rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-border-radius: 0.02rem;
          border-radius: 0.02rem;
  background: #ededed;
  color: #666;
  font-size: 0.16rem;
  font-weight: 700;
  margin-right: 0.11rem;
}
.container .list .list-card .card-title[data-v-37d357c4] {
  position: relative;
  height: 0.2rem;
  margin-bottom: 0.14rem;
}
.container .list .list-card .card-title span[data-v-37d357c4] {
  position: absolute;
  display: inline-block;
  color: #333;
  font-size: 0.16rem;
  font-weight: 700;
}
.container .list .list-card .card-title .card-title-line[data-v-37d357c4] {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1.19rem;
  height: 0.07rem;
  -webkit-border-radius: 0.01rem;
          border-radius: 0.01rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.05%, rgba(53, 160, 254, 0.3)), color-stop(101.07%, rgba(53, 160, 254, 0)));
  background: -webkit-linear-gradient(left, rgba(53, 160, 254, 0.3) 0.05%, rgba(53, 160, 254, 0) 101.07%);
  background: linear-gradient(90deg, rgba(53, 160, 254, 0.3) 0.05%, rgba(53, 160, 254, 0) 101.07%);
}
.container .list .list-card .card-info[data-v-37d357c4] {
  color: #666;
  font-size: 0.15rem;
  font-weight: 700;
  line-height: 0.25rem;
  /* 192.308% */
}
.container .pointer[data-v-a767d678] {
  cursor: pointer;
}
.container .el-body[data-v-a767d678] {
  min-height: 8.95rem;
  padding-top: 0.21rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#c7effc), color-stop(41.85%, #fff));
  background: -webkit-linear-gradient(top, #c7effc 0%, #fff 41.85%);
  background: linear-gradient(180deg, #c7effc 0%, #fff 41.85%);
  overflow: auto;
}
.container .el-body .el-body-content[data-v-a767d678] {
  padding: 0 0 0.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: row nowrap;
  -webkit-flex-grow: row nowrap;
      -ms-flex-positive: row nowrap;
          flex-grow: row nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.container .el-body .el-body-content .el-aside[data-v-a767d678] {
  margin-right: 0.16rem;
  overflow-x: hidden;
}
.container .el-body .el-body-content .el-aside .manage-card[data-v-a767d678] {
  width: 3rem;
  height: 1.45rem;
  padding-top: 0.13rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  background: #fff;
  margin-bottom: 0.12rem;
}
.container .el-body .el-body-content .el-aside .manage-card .manage-card-item[data-v-a767d678] {
  position: relative;
  width: 100%;
  color: #333;
  font-size: 0.16rem;
  height: 0.4rem;
  line-height: 0.4rem;
  padding-left: 0.48rem;
}
.container .el-body .el-body-content .el-aside .manage-card .manage-card-item.active[data-v-a767d678] {
  background: #FAFBFF;
  font-size: 0.18rem;
  font-weight: 700;
}
.container .el-body .el-body-content .el-aside .manage-card .manage-card-item.active .line[data-v-a767d678] {
  background: #3b5efc;
}
.container .el-body .el-body-content .el-aside .manage-card .manage-card-item .line[data-v-a767d678] {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.05rem;
  height: 0.3rem;
  -webkit-border-radius: 0.02rem 0 0 0.02rem;
          border-radius: 0.02rem 0 0 0.02rem;
}
.container .el-body .el-body-content .el-aside .el-aside-add[data-v-a767d678] {
  width: 3rem;
  height: 1.35rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.26%, #c5effc), color-stop(62.91%, #fff));
  background: -webkit-linear-gradient(top, #c5effc 0.26%, #fff 62.91%);
  background: linear-gradient(180deg, #c5effc 0.26%, #fff 62.91%);
  -webkit-box-shadow: 0 0 0.05rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.05rem 0 rgba(0, 0, 0, 0.1);
  padding-top: 0.17rem;
}
.container .el-body .el-body-content .el-aside .el-aside-add .el-aside-add-title[data-v-a767d678] {
  color: #333;
  font-size: 0.16rem;
  font-weight: 700;
  padding-left: 0.16rem;
  margin-bottom: 0.23rem;
}
.container .el-body .el-body-content .el-aside .el-aside-add .el-aside-add-btn[data-v-a767d678] {
  cursor: pointer;
  width: 2.26rem;
  height: 0.43rem;
  line-height: 0.43rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  background: #3b5efc;
  -webkit-box-shadow: 0 0 0.02rem 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 0.02rem 0 rgba(0, 0, 0, 0.15);
  color: #fff;
  text-align: center;
  font-size: 0.15rem;
  font-weight: 700;
  margin: 0 auto;
}
.container .el-body .el-main[data-v-a767d678] {
  -webkit-box-flex: 0 !important;
  -webkit-flex: none !important;
      -ms-flex: none !important;
          flex: none !important;
}
#Project[data-v-d6d57dec] {
  min-height: -webkit-calc(100vh - 4.54rem);
  min-height: calc(100vh - 4.54rem);
}
#Project .list .list-item[data-v-d6d57dec] {
  padding: 0.2rem;
  margin-bottom: 0.1rem;
}
#Project .list .list-item[data-v-d6d57dec]:hover {
  padding: 0.2rem;
  background: #f8f9fb;
}
#Project .list .list-item .flex-box[data-v-d6d57dec] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.1rem;
  line-height: 0.28rem;
}
#Project .list .list-item .flex-box .title[data-v-d6d57dec] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #333;
  font-size: 0.2rem;
  font-weight: 700;
}
#Project .list .list-item .flex-box .views[data-v-d6d57dec] {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.05rem 0.13rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.04rem;
  color: #8493a5;
  font-size: 0.14rem;
  font-weight: 400;
  line-height: normal;
  -webkit-border-radius: 0.03rem;
          border-radius: 0.03rem;
  border: 0.01rem solid #8493a5;
}
#Project .list .list-item .type[data-v-d6d57dec] {
  margin-bottom: 0.13rem;
}
#Project .list .list-item .type .type-item[data-v-d6d57dec] {
  color: #666;
  font-size: 0.16rem;
  font-weight: 400;
  margin-right: 0.08rem;
}
#Project .list .list-item .industry[data-v-d6d57dec] {
  margin-bottom: 0.2rem;
}
#Project .list .list-item .industry .industry-item[data-v-d6d57dec] {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 0.28rem;
  padding: 0.02rem 0.11rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
  gap: 0.1rem;
  -webkit-border-radius: 0.02rem;
          border-radius: 0.02rem;
  background: #ededed;
  margin-right: 0.1rem;
  color: #666;
  font-size: 0.16rem;
}
#Project .list .list-item .title-text[data-v-d6d57dec] {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #333;
  font-size: 0.2rem;
  font-weight: 700;
  margin-bottom: 0.15rem;
}
#Project .list .list-item .title-text[data-v-d6d57dec]::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.03rem;
  width: -webkit-calc(100% + 0.39rem);
  width: calc(100% + 0.39rem);
  height: 0.07rem;
  -webkit-border-radius: 0.01rem;
          border-radius: 0.01rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.05%, rgba(53, 160, 254, 0.3)), color-stop(101.07%, rgba(53, 160, 254, 0)));
  background: -webkit-linear-gradient(left, rgba(53, 160, 254, 0.3) 0.05%, rgba(53, 160, 254, 0) 101.07%);
  background: linear-gradient(90deg, rgba(53, 160, 254, 0.3) 0.05%, rgba(53, 160, 254, 0) 101.07%);
}
#Project .list .list-item .info[data-v-d6d57dec] {
  color: #333;
  font-size: 0.16rem;
  font-weight: 400;
  line-height: 0.25rem;
  /* 156.25% */
  margin-bottom: 0.3rem;
}
#ProjectSource[data-v-35e3e245] {
  min-height: -webkit-calc(100vh - 4.54rem);
  min-height: calc(100vh - 4.54rem);
}
#ProjectSource .list .list-item[data-v-35e3e245] {
  margin-bottom: 0.1rem;
  padding: 0.2rem;
}
#ProjectSource .list .list-item[data-v-35e3e245]:hover {
  padding: 0.2rem;
  background: #f8f9fb;
}
#ProjectSource .list .list-item .flex-box[data-v-35e3e245] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.1rem;
  line-height: 0.28rem;
}
#ProjectSource .list .list-item .flex-box .title[data-v-35e3e245] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #333;
  font-size: 0.2rem;
  font-weight: 700;
}
#ProjectSource .list .list-item .flex-box .views[data-v-35e3e245] {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.05rem 0.13rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.04rem;
  color: #8493A5;
  font-size: 0.14rem;
  font-weight: 400;
  line-height: normal;
  -webkit-border-radius: 0.03rem;
          border-radius: 0.03rem;
  border: 0.01rem solid #8493A5;
}
#ProjectSource .list .list-item .type[data-v-35e3e245] {
  margin-bottom: 0.13rem;
}
#ProjectSource .list .list-item .type .type-item[data-v-35e3e245] {
  color: #666;
  font-size: 0.16rem;
  font-weight: 400;
  line-height: 0.22rem;
  margin-right: 0.08rem;
}
#ProjectSource .list .list-item .industry[data-v-35e3e245] {
  margin-bottom: 0.2rem;
}
#ProjectSource .list .list-item .industry .industry-item[data-v-35e3e245] {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 0.28rem;
  padding: 0.02rem 0.11rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
  gap: 0.1rem;
  -webkit-border-radius: 0.02rem;
          border-radius: 0.02rem;
  background: #EDEDED;
  margin-right: 0.1rem;
  color: #666;
  font-size: 0.16rem;
}
#ProjectSource .list .list-item .title-text[data-v-35e3e245] {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #333;
  font-size: 0.2rem;
  font-weight: 700;
  margin-bottom: 0.15rem;
}
#ProjectSource .list .list-item .title-text[data-v-35e3e245]::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.03rem;
  width: -webkit-calc(100% + 0.39rem);
  width: calc(100% + 0.39rem);
  height: 0.07rem;
  -webkit-border-radius: 0.01rem;
          border-radius: 0.01rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.05%, rgba(53, 160, 254, 0.3)), color-stop(101.07%, rgba(53, 160, 254, 0)));
  background: -webkit-linear-gradient(left, rgba(53, 160, 254, 0.3) 0.05%, rgba(53, 160, 254, 0) 101.07%);
  background: linear-gradient(90deg, rgba(53, 160, 254, 0.3) 0.05%, rgba(53, 160, 254, 0) 101.07%);
}
#ProjectSource .list .list-item .info[data-v-35e3e245] {
  color: #333;
  font-size: 0.16rem;
  font-weight: 400;
  line-height: 0.25rem;
  /* 156.25% */
  margin-bottom: 0.3rem;
}
#Specialist[data-v-78c61e60] {
  min-height: -webkit-calc(100vh - 4.54rem);
  min-height: calc(100vh - 4.54rem);
}
#Specialist .list .headline[data-v-78c61e60] {
  position: relative;
}
#Specialist .list .headline .title[data-v-78c61e60] {
  color: #333;
  font-family: PingFang SC;
  font-size: 0.18rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#Specialist .list .headline .underpainting[data-v-78c61e60] {
  width: 1.19rem;
  position: absolute;
  top: 0.18rem;
  height: 0.07rem;
  -webkit-border-radius: 0.01rem;
          border-radius: 0.01rem;
  background: -webkit-linear-gradient(357deg, rgba(53, 160, 254, 0.3) 0%, rgba(53, 160, 254, 0) 100%);
  background: linear-gradient(93deg, rgba(53, 160, 254, 0.3) 0%, rgba(53, 160, 254, 0) 100%);
}
#Specialist .list .categorize[data-v-78c61e60] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0.13rem 0 0.09rem 0;
}
#Specialist .list .categorize-text-card[data-v-78c61e60] {
  color: #666;
  font-size: 0.13rem;
  font-weight: 400;
}
#Specialist .list .tag[data-v-78c61e60] {
  margin: 0 0 0.15rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#Specialist .list .tag-item[data-v-78c61e60] {
  padding: 0.03rem 0.11rem;
  -webkit-border-radius: 0.02rem;
          border-radius: 0.02rem;
  background: #ededed;
  color: #666;
  font-size: 0.12rem;
  font-weight: 400;
  margin: 0 0.09rem 0 0;
}
#Specialist .list .list-item[data-v-78c61e60] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0.1rem;
  padding: 0.2rem;
}
#Specialist .list .list-item[data-v-78c61e60]:hover {
  padding: 0.2rem;
  background: #f8f9fb;
}
#Specialist .list .list-item .avatar[data-v-78c61e60] {
  width: 0.56rem;
  height: 0.56rem;
  margin-right: 0.12rem;
}
#Specialist .list .list-item .avatar .el-avatar[data-v-78c61e60] {
  width: 100%;
  height: 100%;
}
#Specialist .list .list-item .talent-info[data-v-78c61e60] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#Specialist .list .list-item .talent-info .talent-title[data-v-78c61e60] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.06rem;
}
#Specialist .list .list-item .talent-info .talent-title .title-left[data-v-78c61e60] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  font-size: 0.2rem;
  font-weight: 700;
  line-height: normal;
}
#Specialist .list .list-item .talent-info .talent-title .title-left span[data-v-78c61e60] {
  margin-right: 0.07rem;
}
#Specialist .list .list-item .talent-info .talent-title .title-left .active-user[data-v-78c61e60] {
  color: #666;
  font-size: 0.14rem;
  font-weight: 400;
  line-height: normal;
}
#Specialist .list .list-item .talent-info .talent-title .views[data-v-78c61e60] {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.05rem 0.13rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.04rem;
  color: #8493A5;
  font-size: 0.14rem;
  font-weight: 400;
  line-height: normal;
  -webkit-border-radius: 0.03rem;
          border-radius: 0.03rem;
  border: 0.01rem solid #8493A5;
}
#Specialist .list .list-item .talent-info .talent-tags[data-v-78c61e60] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.05rem 0.07rem;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.05%, rgba(53, 160, 254, 0.3)), color-stop(101.07%, rgba(53, 160, 254, 0)));
  background: -webkit-linear-gradient(left, rgba(53, 160, 254, 0.3) 0.05%, rgba(53, 160, 254, 0) 101.07%);
  background: linear-gradient(90deg, rgba(53, 160, 254, 0.3) 0.05%, rgba(53, 160, 254, 0) 101.07%);
  margin-bottom: 0.12rem;
}
#Specialist .list .list-item .talent-info .talent-tags span[data-v-78c61e60] {
  color: #666;
  font-size: 0.17rem;
}
#Specialist .list .list-item .talent-info .talent-tags .align-text[data-v-78c61e60] {
  vertical-align: text-bottom;
}
#Specialist .list .list-item .talent-info .info-text[data-v-78c61e60] {
  color: #333;
  font-size: 0.16rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.25rem;
  /* 156.25% */
}
#Talent[data-v-17c1b68b] {
  min-height: -webkit-calc(100vh - 4.54rem);
  min-height: calc(100vh - 4.54rem);
}
#Talent .list .list-item[data-v-17c1b68b] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0.1rem;
  padding: 0.2rem;
}
#Talent .list .list-item[data-v-17c1b68b]:hover {
  padding: 0.2rem;
  background: #f8f9fb;
}
#Talent .list .list-item .avatar[data-v-17c1b68b] {
  width: 0.56rem;
  height: 0.56rem;
  margin-right: 0.12rem;
}
#Talent .list .list-item .avatar .el-avatar[data-v-17c1b68b] {
  width: 100%;
  height: 100%;
}
#Talent .list .list-item .talent-info[data-v-17c1b68b] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#Talent .list .list-item .talent-info .talent-title[data-v-17c1b68b] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.06rem;
}
#Talent .list .list-item .talent-info .talent-title .title-left[data-v-17c1b68b] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  font-size: 0.2rem;
  font-weight: 700;
  line-height: normal;
}
#Talent .list .list-item .talent-info .talent-title .title-left span[data-v-17c1b68b] {
  margin-right: 0.07rem;
}
#Talent .list .list-item .talent-info .talent-title .title-left .active-user[data-v-17c1b68b] {
  color: #666;
  font-size: 0.14rem;
  font-weight: 400;
  line-height: normal;
}
#Talent .list .list-item .talent-info .talent-title .views[data-v-17c1b68b] {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.05rem 0.13rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.04rem;
  color: #8493A5;
  font-size: 0.14rem;
  font-weight: 400;
  line-height: normal;
  -webkit-border-radius: 0.03rem;
          border-radius: 0.03rem;
  border: 0.01rem solid #8493A5;
}
#Talent .list .list-item .talent-info .talent-tags[data-v-17c1b68b] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.05rem 0.07rem;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.05%, rgba(53, 160, 254, 0.3)), color-stop(101.07%, rgba(53, 160, 254, 0)));
  background: -webkit-linear-gradient(left, rgba(53, 160, 254, 0.3) 0.05%, rgba(53, 160, 254, 0) 101.07%);
  background: linear-gradient(90deg, rgba(53, 160, 254, 0.3) 0.05%, rgba(53, 160, 254, 0) 101.07%);
  margin-bottom: 0.12rem;
}
#Talent .list .list-item .talent-info .talent-tags span[data-v-17c1b68b] {
  color: #666;
  font-size: 0.17rem;
}
#Talent .list .list-item .talent-info .talent-tags .align-text[data-v-17c1b68b] {
  vertical-align: text-bottom;
}
#Talent .list .list-item .talent-info .info-text[data-v-17c1b68b] {
  color: #333;
  font-size: 0.16rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.25rem;
  /* 156.25% */
  margin-bottom: 0.3rem;
}
.pointer[data-v-526a4850] {
  cursor: pointer;
}
#Search[data-v-526a4850] {
  background: -webkit-gradient(linear, left top, left bottom, from(#c7effc), color-stop(41.85%, #fff));
  background: -webkit-linear-gradient(top, #c7effc 0%, #fff 41.85%);
  background: linear-gradient(180deg, #c7effc 0%, #fff 41.85%);
  min-height: 100vh;
  min-height: -webkit-calc(100vh - 2.12rem);
  min-height: calc(100vh - 2.12rem);
  padding-top: 0.21rem;
}
#Search .content[data-v-526a4850] {
  width: 12rem;
  margin: 0 auto;
}
#Search .content .search-header[data-v-526a4850] {
  width: 100%;
  height: 1.22rem;
  padding-top: 0.3rem;
  background-color: #FFF;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  -webkit-box-shadow: 0 0 0.08rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.08rem 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 0.08rem;
}
#Search .content .search-header .search-input[data-v-526a4850] {
  width: 8.84rem;
  margin: 0 auto;
  border: 0.01rem solid #3B5EFC;
  -webkit-border-radius: 0.11rem;
          border-radius: 0.11rem;
  overflow: hidden;
  background: #3B5EFC;
}
#Search .content .search-header .search-input[data-v-526a4850]  .el-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#Search .content .search-header .search-input[data-v-526a4850]  .el-input .el-input__inner {
  width: 7.58rem;
  height: 0.54rem;
  -webkit-border-radius: 0.09rem;
          border-radius: 0.09rem;
  background: #FFF;
}
#Search .content .search-header .search-input[data-v-526a4850]  .el-input .el-input__inner:focus {
  border-color: transparent;
}
#Search .content .search-header .search-input[data-v-526a4850]  .el-input .el-input-group__append {
  cursor: pointer;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  border: none;
  background-color: transparent;
  color: #FFF;
  font-size: 0.18rem;
  font-weight: 700;
  line-height: 0.54rem;
}
#Search .content .search-header .search-input[data-v-526a4850]  .el-input .el-input-group__append .search-btn {
  display: inline-block;
  width: 100%;
}
#Search .content .search-body[data-v-526a4850] {
  padding: 0.35rem 1.59rem 0;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  background: #FFF;
  -webkit-box-shadow: 0 0 0.08rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.08rem 0 rgba(0, 0, 0, 0.1);
}
#Search .content .search-body .tab[data-v-526a4850] {
  margin-bottom: 0.37rem;
}
#Search .content .search-body .tab .tab-item[data-v-526a4850] {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #999;
  font-size: 0.2rem;
  font-weight: 700;
  line-height: 0.24rem;
  /* 120% */
  margin-right: 0.8rem;
  z-index: 2;
}
#Search .content .search-body .tab .tab-item.active[data-v-526a4850] {
  color: #333;
}
#Search .content .search-body .tab .tab-item.active[data-v-526a4850]::before {
  position: absolute;
  left: 0;
  bottom: -0.04rem;
  display: block;
  content: "";
  height: 0.1rem;
  width: 100%;
  -webkit-border-radius: 0.05rem;
          border-radius: 0.05rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(-9.08%, #52D7E0), color-stop(109.17%, rgba(71, 102, 251, 0.4)));
  background: -webkit-linear-gradient(left, #52D7E0 -9.08%, rgba(71, 102, 251, 0.4) 109.17%);
  background: linear-gradient(90deg, #52D7E0 -9.08%, rgba(71, 102, 251, 0.4) 109.17%);
  z-index: -1;
}
.box[data-v-0d143a90] {
  width: 100%;
  height: 10.1rem;
  background-image: url(../static/img/astrolabe.c3a458a9.jpg);
  background-size: 100% 100%;
  background-attachment: fixed;
  position: relative;
}
.box .message[data-v-0d143a90] {
  padding: 0.2rem;
  width: 2.95rem;
  height: 100%;
}
.box .message .personage[data-v-0d143a90] {
  width: 2.95rem;
  height: 1.79rem;
  background: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 0 0.04rem 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0.04rem 0 rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.box .message .personage div[data-v-0d143a90] {
  width: 94%;
  height: 0.45rem;
  padding-top: 0.1rem;
  margin-left: 0.15rem;
  color: #fff;
  font-family: PingFang SC;
  font-size: 0.16rem;
  font-style: normal;
  font-weight: 700;
  line-height: 0.1rem;
  -webkit-line-clamp: 3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.box .message .set[data-v-0d143a90] {
  width: 2.95rem;
  margin-top: 5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
.box .message .set .set-1[data-v-0d143a90] {
  cursor: pointer !important;
  width: 2.38rem;
  height: 0.6rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  background: -webkit-linear-gradient(359deg, #1163ff 14.37%, #3da2ff 85.02%);
  background: linear-gradient(91deg, #1163ff 14.37%, #3da2ff 85.02%);
  -webkit-box-shadow: 0 0.04rem 0.1rem 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.04rem 0.1rem 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 0.16rem;
}
.box .message .set .set-1 p[data-v-0d143a90] {
  color: #fff;
  font-family: PingFang SC;
  font-size: 0.24rem;
  font-weight: 700;
  text-align: center;
  line-height: 0.24rem;
}
.box .astrolabe[data-v-0d143a90] {
  width: 8.13rem;
  height: 7.9rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.box .astrolabe .astrolabe-1[data-v-0d143a90] {
  width: 8.13173rem;
  height: 7.9048rem;
  -webkit-border-radius: 8.13173rem;
          border-radius: 8.13173rem;
  border: 0.01rem solid rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0.01rem 0.01rem 0.01rem 0.01rem rgba(255, 255, 255, 0.6);
          box-shadow: 0.01rem 0.01rem 0.01rem 0.01rem rgba(255, 255, 255, 0.6);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.box .astrolabe .astrolabe-1 .astrolabe-1-item[data-v-0d143a90] {
  position: absolute;
  left: 0.25rem;
  top: 1.1rem;
  width: 1.1rem;
  height: 1rem;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  background-image: url(../static/img/beg.bb9b0fa7.png);
  background-size: 1.1rem auto;
  background-repeat: no-repeat;
  border-radius: 100%;
}
.box .astrolabe .astrolabe-1 .astrolabe-1-item p[data-v-0d143a90] {
  color: #fff;
  font-family: PingFang SC;
  font-size: 0.15rem;
  text-align: center;
  font-style: normal;
  line-height: 0.45rem;
  font-weight: 800;
}
.box .astrolabe .astrolabe-1 .astrolabe-1-item .liang[data-v-0d143a90] {
  position: absolute;
  top: -0.01rem;
  right: 0.11rem;
  width: 0.2869rem;
  height: 0.2869rem;
  -webkit-border-radius: 0.2286rem;
          border-radius: 0.2286rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#ecff79), to(#ecff79)), -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#ffffff));
  background: -webkit-linear-gradient(bottom, #ecff79, #ecff79), -webkit-linear-gradient(bottom, #ffffff, #ffffff);
  background: linear-gradient(0deg, #ecff79, #ecff79), linear-gradient(0deg, #ffffff, #ffffff);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
.box .astrolabe .astrolabe-1 .astrolabe-1-item .liang div[data-v-0d143a90] {
  width: 0.13rem;
  height: 0.13rem;
}
.box .astrolabe .astrolabe-1 .astrolabe-1-item .liang div img[data-v-0d143a90] {
  width: 0.13rem;
  height: 0.13rem;
}
.box .astrolabe .astrolabe-1 .astrolabe-2-item[data-v-0d143a90] {
  position: absolute;
  left: 3rem;
  top: -0.32rem;
  width: 0.9rem;
  height: 0.7rem;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  background-image: url(../static/img/beg.bb9b0fa7.png);
  background-size: 0.9rem auto;
  background-repeat: no-repeat;
}
.box .astrolabe .astrolabe-1 .astrolabe-2-item p[data-v-0d143a90] {
  color: #fff;
  font-family: PingFang SC;
  font-size: 0.13rem;
  text-align: center;
  font-style: normal;
  line-height: 0.4rem;
  font-weight: 800;
}
.box .astrolabe .astrolabe-1 .astrolabe-2-item .liang[data-v-0d143a90] {
  position: absolute;
  top: -0.01rem;
  right: 0.13rem;
  width: 0.2069rem;
  height: 0.2069rem;
  -webkit-border-radius: 0.2286rem;
          border-radius: 0.2286rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#ecff79), to(#ecff79)), -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#ffffff));
  background: -webkit-linear-gradient(bottom, #ecff79, #ecff79), -webkit-linear-gradient(bottom, #ffffff, #ffffff);
  background: linear-gradient(0deg, #ecff79, #ecff79), linear-gradient(0deg, #ffffff, #ffffff);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
.box .astrolabe .astrolabe-1 .astrolabe-2-item .liang div[data-v-0d143a90] {
  width: 0.1rem;
  height: 0.1rem;
}
.box .astrolabe .astrolabe-1 .astrolabe-2-item .liang div img[data-v-0d143a90] {
  width: 0.1rem;
  height: 0.1rem;
}
.box .astrolabe .astrolabe-1 .astrolabe-3-item[data-v-0d143a90] {
  position: absolute;
  left: 1.15rem;
  top: 6rem;
  width: 0.9rem;
  height: 0.7rem;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  background-image: url(../static/img/beg.bb9b0fa7.png);
  background-size: 0.9rem auto;
  background-repeat: no-repeat;
  border-radius: 100%;
}
.box .astrolabe .astrolabe-1 .astrolabe-3-item p[data-v-0d143a90] {
  color: #fff;
  font-family: PingFang SC;
  font-size: 0.13rem;
  text-align: center;
  font-style: normal;
  line-height: 0.4rem;
  font-weight: 700;
}
.box .astrolabe .astrolabe-1 .astrolabe-3-item .liang[data-v-0d143a90] {
  position: absolute;
  top: -0.01rem;
  right: 0.13rem;
  width: 0.2069rem;
  height: 0.2069rem;
  -webkit-border-radius: 0.2286rem;
          border-radius: 0.2286rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#ecff79), to(#ecff79)), -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#ffffff));
  background: -webkit-linear-gradient(bottom, #ecff79, #ecff79), -webkit-linear-gradient(bottom, #ffffff, #ffffff);
  background: linear-gradient(0deg, #ecff79, #ecff79), linear-gradient(0deg, #ffffff, #ffffff);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
.box .astrolabe .astrolabe-1 .astrolabe-3-item .liang div[data-v-0d143a90] {
  width: 0.1rem;
  height: 0.1rem;
}
.box .astrolabe .astrolabe-1 .astrolabe-3-item .liang div img[data-v-0d143a90] {
  width: 0.1rem;
  height: 0.1rem;
}
.box .astrolabe .astrolabe-1 .astrolabe-4-item[data-v-0d143a90] {
  position: absolute;
  left: 1.57rem;
  top: 2.9rem;
  width: 0.9rem;
  height: 0.7rem;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  background-image: url(../static/img/beg.bb9b0fa7.png);
  background-size: 0.9rem auto;
  background-repeat: no-repeat;
  border-radius: 100%;
}
.box .astrolabe .astrolabe-1 .astrolabe-4-item p[data-v-0d143a90] {
  color: #fff;
  font-family: PingFang SC;
  font-size: 0.13rem;
  text-align: center;
  font-style: normal;
  line-height: 0.4rem;
  font-weight: 700;
}
.box .astrolabe .astrolabe-1 .astrolabe-4-item .liang[data-v-0d143a90] {
  position: absolute;
  top: -0.01rem;
  right: 0.13rem;
  width: 0.2069rem;
  height: 0.2069rem;
  -webkit-border-radius: 0.2286rem;
          border-radius: 0.2286rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#ecff79), to(#ecff79)), -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#ffffff));
  background: -webkit-linear-gradient(bottom, #ecff79, #ecff79), -webkit-linear-gradient(bottom, #ffffff, #ffffff);
  background: linear-gradient(0deg, #ecff79, #ecff79), linear-gradient(0deg, #ffffff, #ffffff);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
.box .astrolabe .astrolabe-1 .astrolabe-4-item .liang div[data-v-0d143a90] {
  width: 0.1rem;
  height: 0.1rem;
}
.box .astrolabe .astrolabe-1 .astrolabe-4-item .liang div img[data-v-0d143a90] {
  width: 0.1rem;
  height: 0.1rem;
}
.box .astrolabe .astrolabe-1 .astrolabe-5-item[data-v-0d143a90] {
  position: absolute;
  left: 4.2rem;
  top: 1rem;
  width: 0.9rem;
  height: 0.7rem;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  background-image: url(../static/img/beg.bb9b0fa7.png);
  background-size: 0.9rem auto;
  background-repeat: no-repeat;
  border-radius: 100%;
}
.box .astrolabe .astrolabe-1 .astrolabe-5-item p[data-v-0d143a90] {
  color: #fff;
  font-family: PingFang SC;
  font-size: 0.13rem;
  text-align: center;
  font-style: normal;
  line-height: 0.4rem;
  font-weight: 700;
}
.box .astrolabe .astrolabe-1 .astrolabe-5-item .liang[data-v-0d143a90] {
  position: absolute;
  top: -0.01rem;
  right: 0.13rem;
  width: 0.2069rem;
  height: 0.2069rem;
  -webkit-border-radius: 0.2286rem;
          border-radius: 0.2286rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#ecff79), to(#ecff79)), -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#ffffff));
  background: -webkit-linear-gradient(bottom, #ecff79, #ecff79), -webkit-linear-gradient(bottom, #ffffff, #ffffff);
  background: linear-gradient(0deg, #ecff79, #ecff79), linear-gradient(0deg, #ffffff, #ffffff);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
.box .astrolabe .astrolabe-1 .astrolabe-5-item .liang div[data-v-0d143a90] {
  width: 0.1rem;
  height: 0.1rem;
}
.box .astrolabe .astrolabe-1 .astrolabe-5-item .liang div img[data-v-0d143a90] {
  width: 0.1rem;
  height: 0.1rem;
}
.box .astrolabe .astrolabe-1 .astrolabe-6-item[data-v-0d143a90] {
  position: absolute;
  left: -0.5rem;
  top: 4rem;
  width: 1.1rem;
  height: 1rem;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  background-image: url(../static/img/beg.bb9b0fa7.png);
  background-size: 1.1rem auto;
  background-repeat: no-repeat;
  border-radius: 100%;
}
.box .astrolabe .astrolabe-1 .astrolabe-6-item p[data-v-0d143a90] {
  color: #fff;
  font-family: PingFang SC;
  font-size: 0.15rem;
  text-align: center;
  font-style: normal;
  line-height: 0.45rem;
  font-weight: 800;
}
.box .astrolabe .astrolabe-1 .astrolabe-6-item .liang[data-v-0d143a90] {
  position: absolute;
  top: -0.01rem;
  right: 0.11rem;
  width: 0.2869rem;
  height: 0.2869rem;
  -webkit-border-radius: 0.2286rem;
          border-radius: 0.2286rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#ecff79), to(#ecff79)), -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#ffffff));
  background: -webkit-linear-gradient(bottom, #ecff79, #ecff79), -webkit-linear-gradient(bottom, #ffffff, #ffffff);
  background: linear-gradient(0deg, #ecff79, #ecff79), linear-gradient(0deg, #ffffff, #ffffff);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
.box .astrolabe .astrolabe-1 .astrolabe-6-item .liang div[data-v-0d143a90] {
  width: 0.13rem;
  height: 0.13rem;
}
.box .astrolabe .astrolabe-1 .astrolabe-6-item .liang div img[data-v-0d143a90] {
  width: 0.13rem;
  height: 0.13rem;
}
.box .astrolabe .astrolabe-1 .astrolabe-7-item[data-v-0d143a90] {
  position: absolute;
  left: 3.96rem;
  top: 5.55rem;
  width: 1.1rem;
  height: 1rem;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  background-image: url(../static/img/beg.bb9b0fa7.png);
  background-size: 1.1rem auto;
  background-repeat: no-repeat;
  border-radius: 100%;
}
.box .astrolabe .astrolabe-1 .astrolabe-7-item p[data-v-0d143a90] {
  color: #fff;
  font-family: PingFang SC;
  font-size: 0.15rem;
  text-align: center;
  font-style: normal;
  line-height: 0.45rem;
  font-weight: 800;
}
.box .astrolabe .astrolabe-1 .astrolabe-7-item .liang[data-v-0d143a90] {
  position: absolute;
  top: -0.01rem;
  right: 0.11rem;
  width: 0.2869rem;
  height: 0.2869rem;
  -webkit-border-radius: 0.2286rem;
          border-radius: 0.2286rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#ecff79), to(#ecff79)), -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#ffffff));
  background: -webkit-linear-gradient(bottom, #ecff79, #ecff79), -webkit-linear-gradient(bottom, #ffffff, #ffffff);
  background: linear-gradient(0deg, #ecff79, #ecff79), linear-gradient(0deg, #ffffff, #ffffff);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
.box .astrolabe .astrolabe-1 .astrolabe-7-item .liang div[data-v-0d143a90] {
  width: 0.13rem;
  height: 0.13rem;
}
.box .astrolabe .astrolabe-1 .astrolabe-7-item .liang div img[data-v-0d143a90] {
  width: 0.13rem;
  height: 0.13rem;
}
.box .astrolabe .astrolabe-1 .astrolabe-8-item[data-v-0d143a90] {
  position: absolute;
  left: 4.8rem;
  top: 7.5rem;
  width: 0.9rem;
  height: 0.7rem;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  background-image: url(../static/img/beg.bb9b0fa7.png);
  background-size: 0.9rem auto;
  background-repeat: no-repeat;
}
.box .astrolabe .astrolabe-1 .astrolabe-8-item p[data-v-0d143a90] {
  color: #fff;
  font-family: PingFang SC;
  font-size: 0.13rem;
  text-align: center;
  font-style: normal;
  line-height: 0.4rem;
  font-weight: 800;
}
.box .astrolabe .astrolabe-1 .astrolabe-8-item .liang[data-v-0d143a90] {
  position: absolute;
  top: -0.01rem;
  right: 0.13rem;
  width: 0.2069rem;
  height: 0.2069rem;
  -webkit-border-radius: 0.2286rem;
          border-radius: 0.2286rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#ecff79), to(#ecff79)), -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#ffffff));
  background: -webkit-linear-gradient(bottom, #ecff79, #ecff79), -webkit-linear-gradient(bottom, #ffffff, #ffffff);
  background: linear-gradient(0deg, #ecff79, #ecff79), linear-gradient(0deg, #ffffff, #ffffff);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
.box .astrolabe .astrolabe-1 .astrolabe-8-item .liang div[data-v-0d143a90] {
  width: 0.1rem;
  height: 0.1rem;
}
.box .astrolabe .astrolabe-1 .astrolabe-8-item .liang div img[data-v-0d143a90] {
  width: 0.1rem;
  height: 0.1rem;
}
.box .astrolabe .astrolabe-1 .astrolabe-9-item[data-v-0d143a90] {
  position: absolute;
  left: 6.15rem;
  top: 5.8rem;
  width: 0.9rem;
  height: 0.7rem;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  background-image: url(../static/img/beg.bb9b0fa7.png);
  background-size: 0.9rem auto;
  background-repeat: no-repeat;
}
.box .astrolabe .astrolabe-1 .astrolabe-9-item p[data-v-0d143a90] {
  color: #fff;
  font-family: PingFang SC;
  font-size: 0.13rem;
  text-align: center;
  font-style: normal;
  line-height: 0.4rem;
  font-weight: 800;
}
.box .astrolabe .astrolabe-1 .astrolabe-9-item .liang[data-v-0d143a90] {
  position: absolute;
  top: -0.01rem;
  right: 0.13rem;
  width: 0.2069rem;
  height: 0.2069rem;
  -webkit-border-radius: 0.2286rem;
          border-radius: 0.2286rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#ecff79), to(#ecff79)), -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#ffffff));
  background: -webkit-linear-gradient(bottom, #ecff79, #ecff79), -webkit-linear-gradient(bottom, #ffffff, #ffffff);
  background: linear-gradient(0deg, #ecff79, #ecff79), linear-gradient(0deg, #ffffff, #ffffff);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
.box .astrolabe .astrolabe-1 .astrolabe-9-item .liang div[data-v-0d143a90] {
  width: 0.1rem;
  height: 0.1rem;
}
.box .astrolabe .astrolabe-1 .astrolabe-9-item .liang div img[data-v-0d143a90] {
  width: 0.1rem;
  height: 0.1rem;
}
.box .astrolabe .astrolabe-1 .astrolabe-10-item[data-v-0d143a90] {
  position: absolute;
  left: 5.7rem;
  top: 3.2rem;
  width: 0.9rem;
  height: 0.7rem;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  background-image: url(../static/img/beg.bb9b0fa7.png);
  background-size: 0.9rem auto;
  background-repeat: no-repeat;
}
.box .astrolabe .astrolabe-1 .astrolabe-10-item p[data-v-0d143a90] {
  color: #fff;
  font-family: PingFang SC;
  font-size: 0.13rem;
  text-align: center;
  font-style: normal;
  line-height: 0.4rem;
  font-weight: 800;
}
.box .astrolabe .astrolabe-1 .astrolabe-10-item .liang[data-v-0d143a90] {
  position: absolute;
  top: -0.01rem;
  right: 0.13rem;
  width: 0.2069rem;
  height: 0.2069rem;
  -webkit-border-radius: 0.2286rem;
          border-radius: 0.2286rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#ecff79), to(#ecff79)), -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#ffffff));
  background: -webkit-linear-gradient(bottom, #ecff79, #ecff79), -webkit-linear-gradient(bottom, #ffffff, #ffffff);
  background: linear-gradient(0deg, #ecff79, #ecff79), linear-gradient(0deg, #ffffff, #ffffff);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
.box .astrolabe .astrolabe-1 .astrolabe-10-item .liang div[data-v-0d143a90] {
  width: 0.1rem;
  height: 0.1rem;
}
.box .astrolabe .astrolabe-1 .astrolabe-10-item .liang div img[data-v-0d143a90] {
  width: 0.1rem;
  height: 0.1rem;
}
.box .astrolabe .astrolabe-1 .astrolabe-11-item[data-v-0d143a90] {
  position: absolute;
  left: 6.7rem;
  top: 1rem;
  width: 1.1rem;
  height: 1rem;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  background-image: url(../static/img/beg.bb9b0fa7.png);
  background-size: 1.1rem auto;
  background-repeat: no-repeat;
  border-radius: 100%;
}
.box .astrolabe .astrolabe-1 .astrolabe-11-item p[data-v-0d143a90] {
  color: #fff;
  font-family: PingFang SC;
  font-size: 0.15rem;
  text-align: center;
  font-style: normal;
  line-height: 0.45rem;
  font-weight: 800;
}
.box .astrolabe .astrolabe-1 .astrolabe-11-item .liang[data-v-0d143a90] {
  position: absolute;
  top: -0.01rem;
  right: 0.11rem;
  width: 0.2869rem;
  height: 0.2869rem;
  -webkit-border-radius: 0.2286rem;
          border-radius: 0.2286rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#ecff79), to(#ecff79)), -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#ffffff));
  background: -webkit-linear-gradient(bottom, #ecff79, #ecff79), -webkit-linear-gradient(bottom, #ffffff, #ffffff);
  background: linear-gradient(0deg, #ecff79, #ecff79), linear-gradient(0deg, #ffffff, #ffffff);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
.box .astrolabe .astrolabe-1 .astrolabe-11-item .liang div[data-v-0d143a90] {
  width: 0.13rem;
  height: 0.13rem;
}
.box .astrolabe .astrolabe-1 .astrolabe-11-item .liang div img[data-v-0d143a90] {
  width: 0.13rem;
  height: 0.13rem;
}
.box .astrolabe .astrolabe-1 .astrolabe-12-item[data-v-0d143a90] {
  position: absolute;
  left: 7.66rem;
  top: 3.8rem;
  width: 0.9rem;
  height: 0.7rem;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  background-image: url(../static/img/beg.bb9b0fa7.png);
  background-size: 0.9rem auto;
  background-repeat: no-repeat;
}
.box .astrolabe .astrolabe-1 .astrolabe-12-item p[data-v-0d143a90] {
  color: #fff;
  font-family: PingFang SC;
  font-size: 0.13rem;
  text-align: center;
  font-style: normal;
  line-height: 0.4rem;
  font-weight: 800;
}
.box .astrolabe .astrolabe-1 .astrolabe-12-item .liang[data-v-0d143a90] {
  position: absolute;
  top: -0.01rem;
  right: 0.13rem;
  width: 0.2069rem;
  height: 0.2069rem;
  -webkit-border-radius: 0.2286rem;
          border-radius: 0.2286rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#ecff79), to(#ecff79)), -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#ffffff));
  background: -webkit-linear-gradient(bottom, #ecff79, #ecff79), -webkit-linear-gradient(bottom, #ffffff, #ffffff);
  background: linear-gradient(0deg, #ecff79, #ecff79), linear-gradient(0deg, #ffffff, #ffffff);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
.box .astrolabe .astrolabe-1 .astrolabe-12-item .liang div[data-v-0d143a90] {
  width: 0.1rem;
  height: 0.1rem;
}
.box .astrolabe .astrolabe-1 .astrolabe-12-item .liang div img[data-v-0d143a90] {
  width: 0.1rem;
  height: 0.1rem;
}
.box .astrolabe .astrolabe-1 .astrolabe-13-item[data-v-0d143a90] {
  position: absolute;
  left: 2.76rem;
  top: 7.5rem;
  width: 0.9rem;
  height: 0.7rem;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  background-image: url(../static/img/beg.bb9b0fa7.png);
  background-size: 0.9rem auto;
  background-repeat: no-repeat;
}
.box .astrolabe .astrolabe-1 .astrolabe-13-item p[data-v-0d143a90] {
  color: #fff;
  font-family: PingFang SC;
  font-size: 0.13rem;
  text-align: center;
  font-style: normal;
  line-height: 0.4rem;
  font-weight: 800;
}
.box .astrolabe .astrolabe-1 .astrolabe-13-item .liang[data-v-0d143a90] {
  position: absolute;
  top: -0.01rem;
  right: 0.13rem;
  width: 0.2069rem;
  height: 0.2069rem;
  -webkit-border-radius: 0.2286rem;
          border-radius: 0.2286rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#ecff79), to(#ecff79)), -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#ffffff));
  background: -webkit-linear-gradient(bottom, #ecff79, #ecff79), -webkit-linear-gradient(bottom, #ffffff, #ffffff);
  background: linear-gradient(0deg, #ecff79, #ecff79), linear-gradient(0deg, #ffffff, #ffffff);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
.box .astrolabe .astrolabe-1 .astrolabe-13-item .liang div[data-v-0d143a90] {
  width: 0.1rem;
  height: 0.1rem;
}
.box .astrolabe .astrolabe-1 .astrolabe-13-item .liang div img[data-v-0d143a90] {
  width: 0.1rem;
  height: 0.1rem;
}
.box .astrolabe .astrolabe-1 .astrolabe-2[data-v-0d143a90] {
  width: 6.80796rem;
  height: 6.61885rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-border-radius: 6.80796rem;
          border-radius: 6.80796rem;
  border: 0.01rem solid rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0 0.04rem 0.04rem 0 rgba(255, 255, 255, 0.6);
          box-shadow: 0 0.04rem 0.04rem 0 rgba(255, 255, 255, 0.6);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.box .astrolabe .astrolabe-1 .astrolabe-2 .astrolabe-3[data-v-0d143a90] {
  width: 5.57874rem;
  height: 5.40854rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-border-radius: 5.57874rem;
          border-radius: 5.57874rem;
  border: 0.01rem solid rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0 0.04rem 0.04rem 0 rgba(255, 255, 255, 0.6);
          box-shadow: 0 0.04rem 0.04rem 0 rgba(255, 255, 255, 0.6);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.box .astrolabe .astrolabe-1 .astrolabe-2 .astrolabe-3 .astrolabe-4[data-v-0d143a90] {
  width: 4.27388rem;
  height: 4.14151rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-border-radius: 5.57874rem;
          border-radius: 5.57874rem;
  border: 0.01rem solid rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0 0.04rem 0.04rem 0 rgba(255, 255, 255, 0.6);
          box-shadow: 0 0.04rem 0.04rem 0 rgba(255, 255, 255, 0.6);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.box .astrolabe .astrolabe-1 .astrolabe-2 .astrolabe-3 .astrolabe-4 .astrolabe-5[data-v-0d143a90] {
  width: 3.15814rem;
  height: 3.06358rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-border-radius: 5.57874rem;
          border-radius: 5.57874rem;
  border: 0.01rem solid rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0 0.04rem 0.04rem 0 rgba(255, 255, 255, 0.6);
          box-shadow: 0 0.04rem 0.04rem 0 rgba(255, 255, 255, 0.6);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.box .astrolabe .astrolabe-1 .astrolabe-2 .astrolabe-3 .astrolabe-4 .astrolabe-5 .astrolabe-6[data-v-0d143a90] {
  width: 1.66417rem;
  height: 1.66417rem;
  background: rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: 0 0.07564rem 0.07564rem 0 rgba(255, 255, 255, 0.25) inset;
          box-shadow: 0 0.07564rem 0.07564rem 0 rgba(255, 255, 255, 0.25) inset;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.box .astrolabe .astrolabe-1 .astrolabe-2 .astrolabe-3 .astrolabe-4 .astrolabe-5 .astrolabe-6 .astrolabe-7[data-v-0d143a90] {
  width: 1.32377rem;
  height: 1.32377rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#1563ff), to(#63b4ff));
  background: -webkit-linear-gradient(top, #1563ff 0%, #63b4ff 100%);
  background: linear-gradient(180deg, #1563ff 0%, #63b4ff 100%);
  -webkit-border-radius: 100%;
          border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.box .astrolabe .astrolabe-1 .astrolabe-2 .astrolabe-3 .astrolabe-4 .astrolabe-5 .astrolabe-6 .astrolabe-7 p[data-v-0d143a90] {
  color: #fff;
  text-shadow: 0 0 0.04rem rgba(0, 0, 0, 0.25);
  font-family: Post No Bills Colombo ExtraBold;
  font-size: 0.32rem;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.aa[data-v-44e4b6d8] {
  left: 14.16rem !important;
}
.box[data-v-44e4b6d8] {
  width: 100%;
  height: 11rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.box .left[data-v-44e4b6d8] {
  width: 3.33rem;
  height: 100%;
  background: #ecf1fc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  padding: 0.2rem;
}
.box .left .personage[data-v-44e4b6d8] {
  margin-top: 0.3rem;
  width: 2.95rem;
  height: 1.79rem;
  -webkit-border-radius: 0.05rem;
          border-radius: 0.05rem;
  background: #dbe4fd;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.box .left .personage div[data-v-44e4b6d8] {
  width: 94%;
  height: 0.45rem;
  padding-top: 0.1rem;
  margin-left: 0.15rem;
  font-size: 0.16rem;
  font-style: normal;
  font-weight: 700;
  line-height: 0.1rem;
  -webkit-line-clamp: 3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #296ce3;
}
.box .left .set[data-v-44e4b6d8] {
  width: 2.95rem;
  margin-top: 5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
.box .left .set .set-1[data-v-44e4b6d8] {
  cursor: pointer !important;
  width: 2.38rem;
  height: 0.6rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  background: -webkit-linear-gradient(358deg, #1163ff 5.82%, #6164ff 66.22%);
  background: linear-gradient(92deg, #1163ff 5.82%, #6164ff 66.22%);
  -webkit-box-shadow: 0 0.04rem 0.1rem 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.04rem 0.1rem 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 0.16rem;
}
.box .left .set .set-1 p[data-v-44e4b6d8] {
  color: #fff;
  font-family: PingFang SC;
  font-size: 0.24rem;
  font-weight: 700;
  text-align: center;
  line-height: 0.19rem;
}
.box .right[data-v-44e4b6d8] {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.box .right .title[data-v-44e4b6d8] {
  margin-top: 0.35rem;
  width: 9.7rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.box .right .title span[data-v-44e4b6d8] {
  color: #296ce3;
  font-family: PingFang SC;
  font-size: 0.24rem;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  /* 26.4px */
}
.box .right .section-content[data-v-44e4b6d8] {
  margin-top: 0.2rem;
  width: 9.7rem;
}
.box .right .section-content div .content[data-v-44e4b6d8] {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin-bottom: 0.2rem;
}
.box .right .section-content div .content .section[data-v-44e4b6d8] {
  width: 3.88rem;
  height: 0.53rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  background: #dbe4fd;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
.box .right .section-content div .content .section p[data-v-44e4b6d8] {
  color: #333;
  font-family: PingFang SC;
  font-size: 0.18rem;
  font-style: normal;
  font-weight: 400;
}
.box .right .section-content div .content .compiler[data-v-44e4b6d8] {
  width: 3.88rem;
  height: 0.53rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  background: #dbe4fd;
}
.box .right .section-content div .content .compiler .el-dropdown[data-v-44e4b6d8] {
  width: 100%;
  height: 100%;
  position: relative;
}
.box .right .section-content div .content .compiler .el-dropdown .el-dropdown-link[data-v-44e4b6d8] {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.box .right .section-content div .content .compiler .el-dropdown p[data-v-44e4b6d8] {
  color: #333;
  font-family: PingFang SC;
  font-size: 0.18rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 0.4rem;
}
.box .right .section-content div .content .compiler .el-dropdown div[data-v-44e4b6d8] {
  margin-left: 0.4rem;
}
.box .right .section-content div .content .compiler .el-dropdown div .el-icon-caret-bottom[data-v-44e4b6d8] {
  font-size: 0.23rem;
  color: #999999;
}
.box .right .section-content div .content:hover p[data-v-44e4b6d8] {
  color: #296ce3 !important;
}
.box .right .section-content div .content:hover i[data-v-44e4b6d8] {
  color: #296ce3 !important;
}
@charset "UTF-8";
.aa[data-v-40f10308] {
  left: 14.16rem !important;
}
.box[data-v-40f10308] {
  width: 100%;
  height: 10.1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.box .left[data-v-40f10308] {
  width: 3.33rem;
  height: 100%;
  background: #ecf1fc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  padding: 0.2rem;
}
.box .left .personage[data-v-40f10308] {
  margin-top: 0.3rem;
  width: 2.95rem;
  height: 1.79rem;
  -webkit-border-radius: 0.05rem;
          border-radius: 0.05rem;
  background: #dbe4fd;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.box .left .personage div[data-v-40f10308] {
  width: 94%;
  height: 0.45rem;
  padding-top: 0.1rem;
  margin-left: 0.15rem;
  color: #296ce3;
  font-family: PingFang SC;
  font-size: 0.16rem;
  font-style: normal;
  font-weight: 700;
  line-height: 0.1rem;
  -webkit-line-clamp: 3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.box .left .set[data-v-40f10308] {
  width: 2.95rem;
  margin-top: 5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
.box .left .set .set-1[data-v-40f10308] {
  cursor: pointer !important;
  width: 2.38rem;
  height: 0.6rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  background: -webkit-linear-gradient(358deg, #1163ff 5.82%, #6164ff 66.22%);
  background: linear-gradient(92deg, #1163ff 5.82%, #6164ff 66.22%);
  -webkit-box-shadow: 0 0.04rem 0.1rem 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.04rem 0.1rem 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 0.16rem;
}
.box .left .set .set-1 p[data-v-40f10308] {
  color: #fff;
  font-family: PingFang SC;
  font-size: 0.24rem;
  font-weight: 700;
  text-align: center;
  line-height: 0.19rem;
}
.box .right[data-v-40f10308] {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.box .right .ppt-content[data-v-40f10308] {
  width: 14.59rem;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.box .right .ppt-content .ppt-title[data-v-40f10308] {
  width: 14.59rem;
  height: 0.6rem;
  border-bottom: 0.005rem #dfdfdf solid;
  position: relative;
}
.box .right .ppt-content .ppt-title p[data-v-40f10308] {
  position: absolute;
  top: 0.03rem;
  left: 0.49rem;
  color: #333;
  font-family: PingFang SC;
  font-size: 0.24rem;
  font-style: normal;
  font-weight: 700;
  z-index: 99999;
}
.box .right .ppt-content .ppt-title div[data-v-40f10308] {
  position: absolute;
  top: 0.5rem;
  left: 0.49rem;
  width: 1.08rem;
  height: 0.1rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-border-radius: 0.05rem;
          border-radius: 0.05rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(-9.08%, #52d7e0), color-stop(109.17%, rgba(71, 102, 251, 0.4)));
  background: -webkit-linear-gradient(left, #52d7e0 -9.08%, rgba(71, 102, 251, 0.4) 109.17%);
  background: linear-gradient(90deg, #52d7e0 -9.08%, rgba(71, 102, 251, 0.4) 109.17%);
}
.box .right .ppt-content .template-content[data-v-40f10308] {
  margin-top: 0.36rem;
  width: 13.79rem;
  height: 9rem;
  display: grid;
  /*  声明列的宽度  */
  grid-template-columns: auto auto auto;
  /*  声明行间距和列间距  */
  grid-gap: 0.1rem;
  overflow-y: scroll;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE10+ */
}
.box .right .ppt-content .template-content[data-v-40f10308]::-webkit-scrollbar {
  display: none;
  /* ChromeSafari */
}
.box .right .ppt-content .template-content .template[data-v-40f10308] {
  cursor: pointer !important;
  width: 4.34rem;
  height: 6.09rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  margin-bottom: 0.23rem;
}
[data-v-357347e2] .el-loading-mask {
  background: none;
}
[data-v-357347e2] .el-textarea__inner {
  width: 100%;
  height: 1.3rem;
  border: none;
  resize: none;
  cursor: pointer;
  margin: 0.1rem;
}
.box[data-v-357347e2] {
  position: absolute;
  right: 0.2rem;
  width: 4.02rem;
  height: 10rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.box #sidebar[data-v-357347e2] {
  width: 3.93rem;
  height: 9.51rem;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
  background: #f8f9fb;
  -webkit-box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.box #sidebar .x[data-v-357347e2] {
  position: absolute;
  right: 0.03rem;
  width: 0.4rem;
  height: 0.4rem;
  fill: rgba(59, 94, 252, 0.25);
  background: #3b5efc40;
  -webkit-border-bottom-left-radius: 0.5rem;
          border-bottom-left-radius: 0.5rem;
  text-align: center;
}
.box #sidebar .x i[data-v-357347e2] {
  line-height: 0.35rem;
  font-size: 0.2rem;
  color: #fff;
}
.box #sidebar .x i[data-v-357347e2]:hover {
  color: #3b5efc !important;
}
.box #sidebar .AIContent[data-v-357347e2] {
  width: 100%;
  height: 6.8rem;
  padding: 0.35rem 0.2rem;
}
.box #sidebar .AIContent p[data-v-357347e2] {
  white-space: pre-line;
  letter-spacing: 0.05rem;
  word-spacing: 0.35rem;
  color: #333;
  font-size: 0.18rem;
  font-weight: 400;
  line-height: 0.2rem;
  /* 177.778% */
}
.box #sidebar .search[data-v-357347e2] {
  position: absolute;
  bottom: 0.5rem;
  width: 3.6rem;
  height: 2rem;
  background: #fff;
}
.box #sidebar .search .sends[data-v-357347e2] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.box #sidebar .search .send[data-v-357347e2] {
  cursor: pointer !important;
  width: 0.72rem;
  height: 0.28rem;
  background: #3b5efc;
  color: #fff;
  font-family: PingFang SC;
  font-size: 0.12rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.28rem;
  /* 170.833% */
  text-align: center;
  margin-right: 0.15rem;
}
.expansion[data-v-357347e2] {
  cursor: pointer !important;
  position: fixed;
  width: 1rem;
  height: 1rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  z-index: 100;
  right: 0.4rem;
  bottom: 1.1rem;
  -webkit-border-radius: 0.5rem;
          border-radius: 0.5rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(7.98%, #1163ff), color-stop(93.07%, #6164ff));
  background: -webkit-linear-gradient(left, #1163ff 7.98%, #6164ff 93.07%);
  background: linear-gradient(90deg, #1163ff 7.98%, #6164ff 93.07%);
  -webkit-box-shadow: 0 0 0.15rem 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 0.15rem 0 rgba(0, 0, 0, 0.15);
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.expansion p[data-v-357347e2] {
  color: #fff;
  text-shadow: 0 0.04rem 0.04rem rgba(0, 0, 0, 0.25);
  font-family: PingFang SC;
  font-size: 0.45rem;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
[data-v-357347e2] div.el-dialog__footer .dialog-footer .el-button {
  width: 0.82rem;
  height: 0.35rem;
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 400;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
}
[data-v-357347e2] div.el-dialog__footer .dialog-footer .el-button.el-button--default {
  background: #fff;
  border: 0.01rem solid #3b5efc;
  color: #3b5efc;
}
[data-v-357347e2] div.el-dialog__footer .dialog-footer .el-button.el-button--primary {
  background: #3b5efc;
  color: #fff;
}
@charset "UTF-8";
[data-v-2f3c6138] .el-loading-mask {
  background: none;
}
.aa[data-v-2f3c6138] {
  left: 14.16rem !important;
}
.box[data-v-2f3c6138] {
  width: 100%;
  height: 10.1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.box .left[data-v-2f3c6138] {
  width: 3.33rem;
  height: 100%;
  background: #ecf1fc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  padding: 0.2rem;
}
.box .left .personage[data-v-2f3c6138] {
  margin-top: 0.3rem;
  width: 2.95rem;
  height: 1.79rem;
  -webkit-border-radius: 0.05rem;
          border-radius: 0.05rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.box .left .personage p[data-v-2f3c6138] {
  margin-left: 0.15rem;
  color: #296ce3;
  font-family: PingFang SC;
  font-size: 0.16rem;
  font-style: normal;
  font-weight: 700;
  line-height: 0.1rem;
  /* 17.6px */
}
.box .left .set[data-v-2f3c6138] {
  width: 2.95rem;
  margin-top: 4.1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
.box .left .set .set-1[data-v-2f3c6138] {
  cursor: pointer !important;
  width: 2.38rem;
  height: 0.6rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  background: -webkit-linear-gradient(358deg, #1163ff 5.82%, #6164ff 66.22%);
  background: linear-gradient(92deg, #1163ff 5.82%, #6164ff 66.22%);
  -webkit-box-shadow: 0 0.04rem 0.1rem 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.04rem 0.1rem 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 0.16rem;
}
.box .left .set .set-1 p[data-v-2f3c6138] {
  color: #fff;
  font-family: PingFang SC;
  font-size: 0.24rem;
  font-weight: 700;
  text-align: center;
  line-height: 0.19rem;
}
.box .right[data-v-2f3c6138] {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.box .right .content[data-v-2f3c6138] {
  height: 9.76rem;
  overflow-y: scroll;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE10+ */
  margin-left: -1rem;
}
.box .right .content[data-v-2f3c6138]::-webkit-scrollbar {
  display: none;
  /* ChromeSafari */
}
.box .right .content .father[data-v-2f3c6138] {
  width: 100%;
}
.box .right .content .father .title[data-v-2f3c6138] {
  border-bottom: 0.01rem solid #dfdfdf;
}
.box .right .content .father .title p[data-v-2f3c6138] {
  color: #333;
  font-family: PingFang SC;
  font-size: 0.24rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.box .right .content .father .item[data-v-2f3c6138]:hover {
  background: #f8f9fb;
}
.box .right .content .father .item[data-v-2f3c6138] {
  margin-top: 0.2rem;
  width: 10.55rem;
  height: 5.13rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
}
.box .right .content .father .item .item-title[data-v-2f3c6138] {
  width: 9.53rem;
  height: 0.7rem;
  color: #333;
  font-family: PingFang SC;
  font-size: 0.2rem;
  font-style: normal;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 0.6rem;
}
.box .right .content .father .item .item-title span[data-v-2f3c6138] {
  margin-left: 0.44rem;
}
.box .right .content .father .item .item-title .del[data-v-2f3c6138] {
  margin-left: 0.1rem;
}
.box .right .content .father .item .item-title .del[data-v-2f3c6138] :hover {
  color: red;
}
.box .right .content .father .item[data-v-2f3c6138]  .el-textarea__inner {
  width: 97%;
  height: 3rem;
  border: none;
  resize: none;
  cursor: pointer;
  margin: 0.1rem;
}
.box .right .content .father .item .item-content[data-v-2f3c6138] {
  margin: 0 0.44rem;
  width: 9.53rem;
  height: 3.76rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  background: #fff;
  -webkit-box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.15);
}
.box .el-tooltip__popper[data-v-2f3c6138] {
  border: 0.01rem solid white;
  /* 设置边框颜色为白色 */
}
.aa[data-v-665f7d50] {
  left: 14.16rem !important;
}
.box[data-v-665f7d50] {
  width: 100%;
  height: 11rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.box .left[data-v-665f7d50] {
  width: 3.33rem;
  height: 100%;
  background: #ecf1fc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  padding: 0.2rem;
}
.box .left .personage[data-v-665f7d50] {
  margin-top: 0.3rem;
  width: 2.95rem;
  height: 1.79rem;
  -webkit-border-radius: 0.05rem;
          border-radius: 0.05rem;
  background: #dbe4fd;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.box .left .personage div[data-v-665f7d50] {
  width: 94%;
  height: 0.45rem;
  padding-top: 0.1rem;
  margin-left: 0.15rem;
  font-size: 0.16rem;
  font-style: normal;
  font-weight: 700;
  line-height: 0.1rem;
  -webkit-line-clamp: 3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #296ce3;
}
.box .left .set[data-v-665f7d50] {
  width: 2.95rem;
  margin-top: 5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
.box .left .set .set-1[data-v-665f7d50] {
  cursor: pointer !important;
  width: 2.38rem;
  height: 0.6rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  background: -webkit-linear-gradient(358deg, #1163ff 5.82%, #6164ff 66.22%);
  background: linear-gradient(92deg, #1163ff 5.82%, #6164ff 66.22%);
  -webkit-box-shadow: 0 0.04rem 0.1rem 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.04rem 0.1rem 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 0.16rem;
}
.box .left .set .set-1 p[data-v-665f7d50] {
  color: #fff;
  font-family: PingFang SC;
  font-size: 0.24rem;
  font-weight: 700;
  text-align: center;
  line-height: 0.19rem;
}
.box .right[data-v-665f7d50] {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.box .right .title[data-v-665f7d50] {
  margin-top: 0.35rem;
  width: 9.7rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.box .right .title span[data-v-665f7d50] {
  color: #296ce3;
  font-family: PingFang SC;
  font-size: 0.24rem;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  /* 26.4px */
}
.box .right .section-content[data-v-665f7d50] {
  margin-top: 0.2rem;
  width: 9.7rem;
}
.box .right .section-content div .content[data-v-665f7d50] {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin-bottom: 0.2rem;
}
.box .right .section-content div .content .section[data-v-665f7d50] {
  width: 3.88rem;
  height: 0.53rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  background: #dbe4fd;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
.box .right .section-content div .content .section p[data-v-665f7d50] {
  color: #333;
  font-family: PingFang SC;
  font-size: 0.18rem;
  font-style: normal;
  font-weight: 400;
}
.box .right .section-content div .content .compiler[data-v-665f7d50] {
  width: 3.88rem;
  height: 0.53rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  background: #dbe4fd;
}
.box .right .section-content div .content .compiler .el-dropdown[data-v-665f7d50] {
  width: 100%;
  height: 100%;
  position: relative;
}
.box .right .section-content div .content .compiler .el-dropdown .el-dropdown-link[data-v-665f7d50] {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.box .right .section-content div .content .compiler .el-dropdown p[data-v-665f7d50] {
  color: #333;
  font-family: PingFang SC;
  font-size: 0.18rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 0.4rem;
}
.box .right .section-content div .content .compiler .el-dropdown div[data-v-665f7d50] {
  margin-left: 0.4rem;
}
.box .right .section-content div .content .compiler .el-dropdown div .el-icon-caret-bottom[data-v-665f7d50] {
  font-size: 0.23rem;
  color: #999999;
}
.box .right .section-content div .content:hover p[data-v-665f7d50] {
  color: #296ce3 !important;
}
.box .right .section-content div .content:hover i[data-v-665f7d50] {
  color: #296ce3 !important;
}
.create-button > span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.create-button[data-v-3f4415c9] {
  width: 2.96rem;
  height: 0.6rem;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
  border: 0.01rem solid #0B2BD7;
  font-size: 0.18rem;
  line-height: 0.18rem;
  color: #0B2BD7;
  background-color: transparent;
}
.create-button .at__icon[data-v-3f4415c9] {
  margin-right: 0.14rem;
}
.create-button .at__icon > path[data-v-3f4415c9] {
  fill: #0B2BD7;
}
.create-button[data-v-3f4415c9]:hover {
  border: none;
  color: #FFFFFF;
  background: -webkit-linear-gradient(359deg, #0B2BD7 12.27%, #D1BAFE 87.67%);
  background: linear-gradient(91deg, #0B2BD7 12.27%, #D1BAFE 87.67%);
}
.create-button:hover .at__icon > path[data-v-3f4415c9] {
  fill: #FFFFFF;
}
.create-button[data-v-3f4415c9]:active {
  opacity: 0.7;
}
.maker-smart-disk__create-dialog .el-dialog {
  width: 4.8rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
}
.maker-smart-disk__create-dialog .el-dialog .el-dialog__header {
  padding: 0.28rem 0.32rem 0 0.32rem;
  font-size: 0.2rem;
  line-height: 0.2rem;
  color: #333333;
}
.maker-smart-disk__create-dialog .el-dialog .el-dialog__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.2rem 0.32rem;
  font-size: 0.14rem;
  line-height: 0.24rem;
  color: #333333;
}
.maker-smart-disk__create-dialog .el-dialog .el-dialog__body .create-dialog-item + .create-dialog-item {
  margin-top: 0.16rem;
}
.maker-smart-disk__create-dialog .el-dialog .el-dialog__footer {
  padding: 0 0.32rem 0.24rem 0.32rem;
}
.maker-smart-disk__create-dialog .el-dialog .el-dialog__footer .el-button {
  width: 0.82rem;
  height: 0.36rem;
  padding: 0;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
}
.maker-smart-disk__create-dialog .el-dialog .el-dialog__footer .el-button.el-button--default {
  color: #3B5EFC;
  border-color: #3B5EFC;
  background-color: #FFFFFF;
}
.maker-smart-disk__create-dialog .el-dialog .el-dialog__footer .el-button.el-button--primary {
  color: #FFFFFF;
  border-color: #3B5EFC;
  background-color: #3B5EFC;
}
.create-dialog-item[data-v-4c848571] {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 0.62rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  background-color: #F7F7F7;
  cursor: pointer;
}
.create-dialog-item .at__subscript[data-v-4c848571] {
  position: absolute;
  left: 0;
  top: -0.08rem;
  padding: 0.06rem 0.08rem;
  -webkit-border-radius: 0.08rem 0.08rem 0.08rem 0;
          border-radius: 0.08rem 0.08rem 0.08rem 0;
  font-size: 0.12rem;
  line-height: 0.12rem;
  color: #FFFFFF;
  background-color: #D1D1D6;
  -webkit-transform: scale(0.84);
          transform: scale(0.84);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.create-dialog-item .at__label[data-v-4c848571] {
  position: relative;
  padding-left: 0.4rem;
  font-size: 0.2rem;
  line-height: 0.2rem;
  color: #333333;
}
.create-dialog-item .at__label > i[data-v-4c848571] {
  position: absolute;
  left: 0.14rem;
  top: 0.03rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 0.14rem;
  height: 0.14rem;
  -webkit-border-radius: 0.14rem;
          border-radius: 0.14rem;
  background-color: #D1D1D6;
}
.create-dialog-item.__checked[data-v-4c848571] {
  -webkit-box-shadow: 0 0 0 0.01rem #3B5EFC inset;
          box-shadow: 0 0 0 0.01rem #3B5EFC inset;
  background-color: #ECEFFF;
}
.create-dialog-item.__checked .at__subscript[data-v-4c848571] {
  background-color: #899EFF;
}
.create-dialog-item.__checked .at__label > i[data-v-4c848571] {
  background-color: #3B5EFC;
}
.btnType {
  margin-left: 0.07rem;
  width: 0.2rem;
  height: 0.2rem;
  font-size: 0.16rem;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
  /* background: #ff0000 100%; */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btnType :hover {
  padding: 0.04rem;
  font-size: 0.16rem;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
  background: #b4c1ff 100%;
}
.el-main {
  overflow: unset !important;
}
.dialogListLL {
  height: 5rem;
  overflow: hidden;
  overflow-y: auto;
  padding-top: 0.1rem;
}
@charset "UTF-8";
.project-ver[data-v-6f9bc010] {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.64rem;
  height: 0.29rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.14rem;
  color: #FFFFFF;
  line-height: 0.29rem;
  text-align: center;
  background: #3B5EFC;
  -webkit-border-radius: 0.08rem 0 0 0;
          border-radius: 0.08rem 0 0 0;
}
.edit-project-input[data-v-6f9bc010] {
  padding-left: 0;
  height: 0.28rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 300;
  font-size: 0.2rem;
  color: #999;
  line-height: 0.28rem;
  width: 2.25rem;
  border: none;
  outline: none;
}
.maker-smart-disk__list[data-v-6f9bc010] {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: -webkit-calc(100vh - 0.8rem);
  min-height: calc(100vh - 0.8rem);
}

/**
     * 项目面板
     */
.project-panel[data-v-6f9bc010] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 3.3rem;
  padding: 0.18rem;
  background-color: #ecf1fc;
}
.project-panel .project-panel__button[data-v-6f9bc010] {
  position: -webkit-sticky;
  position: sticky;
  top: 0.18rem;
}
.project-panel .backParentPage[data-v-6f9bc010] {
  margin-top: 0.5rem;
  cursor: pointer;
}

/**
     * 项目列表
     */
.project-list[data-v-6f9bc010] {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: -webkit-linear-gradient(89deg, #f5f4f6 0.83%, #dbe4fd 95.14%);
  background: linear-gradient(1deg, #f5f4f6 0.83%, #dbe4fd 95.14%);
}
.project-list .fold[data-v-6f9bc010] {
  padding: 0.22rem;
  margin: 0.2rem;
}
.project-list .fold .txt[data-v-6f9bc010] {
  position: relative;
  margin-bottom: 0.2rem;
}
.project-list .fold .txt .titleText[data-v-6f9bc010] {
  font-size: 0.18rem;
}
.project-list .fold .txt .unFoldText[data-v-6f9bc010] {
  white-space: nowrap;
  /* 不换行 */
  overflow: hidden;
  /* 超出部分隐藏 */
  text-overflow: ellipsis;
  /* 显示省略号 */
}
.project-list .project-list__header[data-v-6f9bc010] {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
  height: 0.86rem;
  background-color: #dee6fc;
}
.project-list .project-list__header > span[data-v-6f9bc010] {
  position: absolute;
  left: 0.76rem;
  top: 0.4rem;
  font-size: 0.24rem;
  line-height: 0.24rem;
  color: #333333;
}
.project-list .project-list__body[data-v-6f9bc010] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0 0.6rem 0.6rem 0.6rem;
}
.project-list .project-list__body .at__item[data-v-6f9bc010] {
  position: relative;
  overflow: hidden;
  width: 2.93rem;
  margin: 0.1rem 0.16rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  background-color: #ffffff;
  cursor: pointer;
}
.project-list .project-list__body .at__item .at__thumbnail > img[data-v-6f9bc010] {
  aspect-ratio: 1/0.56;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 -0.1rem;
     object-position: 0 -0.1rem;
  width: 100%;
  border-width: 0;
}
.project-list .project-list__body .at__item .at__bar[data-v-6f9bc010] {
  aspect-ratio: 1/0.17;
  font-size: 0.2rem;
  white-space: nowrap;
  color: #333;
}
.project-list .project-list__body .at__item .at__bar .project-title[data-v-6f9bc010] {
  position: relative;
  margin-left: 0.1rem;
  float: left;
  width: 2.25rem;
  height: 0.28rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  font-size: 0.2rem;
  color: #333;
  line-height: 0.28rem;
}
.project-list .project-list__body .at__item .at__bar .edit-project-input[data-v-6f9bc010] {
  position: absolute;
  left: 0;
  padding-left: 0;
  height: 0.28rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 300;
  font-size: 0.2rem;
  color: #999;
  line-height: 0.28rem;
  width: 2.25rem;
  border: none;
  outline: none;
}
.project-list .project-list__body .at__item .at__title[data-v-6f9bc010] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 0.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 0.5rem;
  color: #333333;
  font-size: 0.2rem;
  aspect-ratio: 1/0.17;
}
.project-list .project-list__body .at__item .at__title .projectTitle[data-v-6f9bc010] {
  width: 1.5rem;
  /* 或者 max-width: 200px; */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  font-size: 0.2rem;
  color: #333;
  line-height: 0.28rem;
  padding-left: 0.1rem;
}
.project-list .project-list__body .at__item .at__title span[data-v-6f9bc010] {
  padding-left: 0.1rem;
  display: inline-block;
}
.project-list .project-list__body .at__item[data-v-6f9bc010]:hover {
  -webkit-box-shadow: 0 0 0 0.02rem #1163ff;
          box-shadow: 0 0 0 0.02rem #1163ff;
}
.project-list .project-list__body.__empty[data-v-6f9bc010] {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: -webkit-calc(100% - 0.86rem);
  height: calc(100% - 0.86rem);
  font-size: 0.24rem;
  line-height: 0.24rem;
  color: #333333;
}
.project-list .BPtitleEdit[data-v-6f9bc010]  .el-input {
  width: 1.5rem;
}
.add {
  width: 3.9rem;
  height: 0.52rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  background: #e0eaff;
  border: 0.01rem solid #7db0ea;
  font-size: 0.18rem;
  color: #333333;
}
.el-main {
  overflow: unset !important;
}
.maker-smart-disk__assign-tasks .prev-button .el-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
.maker-smart-disk__assign-tasks .chapter-list__body .at__row .el-input__inner {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 1.2rem;
  padding: 0;
  border: none;
  font-size: 0.18rem;
  line-height: 0.18rem;
  color: #333333;
  background-color: transparent;
}
.maker-smart-disk__assign-tasks .chapter-list__body .at__row .el-input__inner::-webkit-input-placeholder {
  color: #333333;
}
.maker-smart-disk__assign-tasks .chapter-list__body .at__row .el-input__inner::-moz-placeholder {
  color: #333333;
}
.maker-smart-disk__assign-tasks .chapter-list__body .at__row .el-input__inner:-ms-input-placeholder {
  color: #333333;
}
.maker-smart-disk__assign-tasks .chapter-list__body .at__row .el-input__inner::-ms-input-placeholder {
  color: #333333;
}
.maker-smart-disk__assign-tasks .chapter-list__body .at__row .el-input__inner::placeholder {
  color: #333333;
}
.maker-smart-disk__assign-tasks .chapter-list__body .at__row .el-select__caret {
  color: #999999;
}
.maker-smart-disk__assign-tasks .chapter-list__body .at__row.__light .at__cell,
.maker-smart-disk__assign-tasks .chapter-list__body .at__row.__light .el-input__inner,
.maker-smart-disk__assign-tasks .chapter-list__body .at__row.__light .el-input__inner::-webkit-input-placeholder,
.maker-smart-disk__assign-tasks .chapter-list__body .at__row.__light .el-select__caret {
  color: #296ce3 !important;
}
.maker-smart-disk__assign-tasks .chapter-list__body .at__row.__light .at__cell,
.maker-smart-disk__assign-tasks .chapter-list__body .at__row.__light .el-input__inner,
.maker-smart-disk__assign-tasks .chapter-list__body .at__row.__light .el-input__inner::-moz-placeholder,
.maker-smart-disk__assign-tasks .chapter-list__body .at__row.__light .el-select__caret {
  color: #296ce3 !important;
}
.maker-smart-disk__assign-tasks .chapter-list__body .at__row.__light .at__cell,
.maker-smart-disk__assign-tasks .chapter-list__body .at__row.__light .el-input__inner,
.maker-smart-disk__assign-tasks .chapter-list__body .at__row.__light .el-input__inner:-ms-input-placeholder,
.maker-smart-disk__assign-tasks .chapter-list__body .at__row.__light .el-select__caret {
  color: #296ce3 !important;
}
.maker-smart-disk__assign-tasks .chapter-list__body .at__row.__light .at__cell,
.maker-smart-disk__assign-tasks .chapter-list__body .at__row.__light .el-input__inner,
.maker-smart-disk__assign-tasks .chapter-list__body .at__row.__light .el-input__inner::-ms-input-placeholder,
.maker-smart-disk__assign-tasks .chapter-list__body .at__row.__light .el-select__caret {
  color: #296ce3 !important;
}
.maker-smart-disk__assign-tasks .chapter-list__body .at__row.__light .at__cell,
.maker-smart-disk__assign-tasks .chapter-list__body .at__row.__light .el-input__inner,
.maker-smart-disk__assign-tasks .chapter-list__body .at__row.__light .el-input__inner::placeholder,
.maker-smart-disk__assign-tasks .chapter-list__body .at__row.__light .el-select__caret {
  color: #296ce3 !important;
}
.maker-smart-disk__assign-tasks .chapter-list__body .at__row.__light .el-input {
  width: 1.5rem;
}
.maker-smart-disk__assign-tasks .chapter-list__body .at__row .el-input__inner {
  width: 1.2rem;
  padding: 0;
  border: none;
  font-size: 0.18rem;
  line-height: 0.18rem;
  color: #333333;
  background-color: transparent;
}
.maker-smart-disk__assign-tasks .chapter-list__body .at__row .el-input__inner::-webkit-input-placeholder {
  color: #333333;
}
.maker-smart-disk__assign-tasks .chapter-list__body .at__row .el-input__inner::-moz-placeholder {
  color: #333333;
}
.maker-smart-disk__assign-tasks .chapter-list__body .at__row .el-input__inner:-ms-input-placeholder {
  color: #333333;
}
.maker-smart-disk__assign-tasks .chapter-list__body .at__row .el-input__inner::-ms-input-placeholder {
  color: #333333;
}
.maker-smart-disk__assign-tasks .chapter-list__body .at__row .el-input__inner::placeholder {
  color: #333333;
}
.maker-smart-disk__assign-tasks .chapter-list__body .at__row .el-select__caret {
  color: #999999;
}
.maker-smart-disk__assign-tasks .chapter-list__body .at__row.__light .at__cell,
.maker-smart-disk__assign-tasks .chapter-list__body .at__row.__light .el-input__inner,
.maker-smart-disk__assign-tasks .chapter-list__body .at__row.__light .el-input__inner::-webkit-input-placeholder,
.maker-smart-disk__assign-tasks .chapter-list__body .at__row.__light .el-select__caret {
  color: #296ce3 !important;
}
.maker-smart-disk__assign-tasks .chapter-list__body .at__row.__light .at__cell,
.maker-smart-disk__assign-tasks .chapter-list__body .at__row.__light .el-input__inner,
.maker-smart-disk__assign-tasks .chapter-list__body .at__row.__light .el-input__inner::-moz-placeholder,
.maker-smart-disk__assign-tasks .chapter-list__body .at__row.__light .el-select__caret {
  color: #296ce3 !important;
}
.maker-smart-disk__assign-tasks .chapter-list__body .at__row.__light .at__cell,
.maker-smart-disk__assign-tasks .chapter-list__body .at__row.__light .el-input__inner,
.maker-smart-disk__assign-tasks .chapter-list__body .at__row.__light .el-input__inner:-ms-input-placeholder,
.maker-smart-disk__assign-tasks .chapter-list__body .at__row.__light .el-select__caret {
  color: #296ce3 !important;
}
.maker-smart-disk__assign-tasks .chapter-list__body .at__row.__light .at__cell,
.maker-smart-disk__assign-tasks .chapter-list__body .at__row.__light .el-input__inner,
.maker-smart-disk__assign-tasks .chapter-list__body .at__row.__light .el-input__inner::-ms-input-placeholder,
.maker-smart-disk__assign-tasks .chapter-list__body .at__row.__light .el-select__caret {
  color: #296ce3 !important;
}
.maker-smart-disk__assign-tasks .chapter-list__body .at__row.__light .at__cell,
.maker-smart-disk__assign-tasks .chapter-list__body .at__row.__light .el-input__inner,
.maker-smart-disk__assign-tasks .chapter-list__body .at__row.__light .el-input__inner::placeholder,
.maker-smart-disk__assign-tasks .chapter-list__body .at__row.__light .el-select__caret {
  color: #296ce3 !important;
}
.maker-smart-disk__assign-tasks .chapter-list__body .at__row.__light .el-input {
  width: 1.5rem;
}
@charset "UTF-8";
.maker-smart-disk__assign-tasks[data-v-3eb33f96] {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: -webkit-calc(100vh - 0.8rem);
  min-height: calc(100vh - 0.8rem);
}
.maker-smart-disk__assign-tasks .page-view__top[data-v-3eb33f96] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-bottom: 0.45rem;
}
.maker-smart-disk__assign-tasks .page-view__center[data-v-3eb33f96] {
  margin-top: 0.2rem;
  margin-left: 0.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.maker-smart-disk__assign-tasks .page-view__bottom[data-v-3eb33f96] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding-bottom: 0.45rem;
}

/**
     * 按钮
     */
.prev-button[data-v-3eb33f96] {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 3.34rem;
  padding: 0.5rem 0 0 0.9rem;
}
.prev-button .el-button[data-v-3eb33f96] {
  position: -webkit-sticky;
  position: sticky;
  left: 0.9rem;
  top: 0.5rem;
  width: 0.74rem;
  height: 0.74rem;
  -webkit-border-radius: 0.74rem;
          border-radius: 0.74rem;
  border: none;
  -webkit-box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
.prev-button .el-button svg[data-v-3eb33f96] {
  width: 0.44rem;
  height: 0.44rem;
}
.next-button[data-v-3eb33f96] {
  width: 4.5rem;
  height: 0.6rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  border: 0.01rem solid #1163ff;
  -webkit-box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.15);
  font-size: 0.24rem;
  line-height: 0.24rem;
  color: #3b5efc;
  background: #ffffff;
}
.next-button[data-v-3eb33f96]:hover {
  border: none;
  color: #ffffff;
  background: -webkit-linear-gradient(359deg, #1163ff 14.37%, #3da2ff 85.02%);
  background: linear-gradient(91deg, #1163ff 14.37%, #3da2ff 85.02%);
}
.next-button[data-v-3eb33f96]:active {
  opacity: 0.7;
}

/**
     * 章节列表
     */
.chapter-list[data-v-3eb33f96] {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 3.34rem 0 0;
}
.chapter-list .chapter-list__header[data-v-3eb33f96] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 12rem;
  min-width: 8rem;
  width: 100%;
  height: 0.8rem;
}
.chapter-list .chapter-list__header > span[data-v-3eb33f96] {
  width: 3.9rem;
  font-size: 0.24rem;
  line-height: 0.24rem;
  text-align: center;
  color: #296ce3;
}
.chapter-list .chapter-list__body[data-v-3eb33f96] {
  max-width: 12rem;
  min-width: 8rem;
  width: 100%;
}
.chapter-list .chapter-list__body .at__row[data-v-3eb33f96] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.chapter-list .chapter-list__body .at__row .at__cell[data-v-3eb33f96] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3.9rem;
  height: 0.52rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  font-size: 0.18rem;
  line-height: 0.18rem;
  color: #333333;
  background-color: #dbe4fd;
}
.chapter-list .chapter-list__body .at__row:focus-within .at__cell[data-v-3eb33f96] {
  -webkit-box-shadow: 0 0 0 0.01rem #296ce3;
          box-shadow: 0 0 0 0.01rem #296ce3;
}
.chapter-list .chapter-list__body .at__row.__light .at__cell[data-v-3eb33f96] {
  color: #296ce3;
}
.chapter-list .chapter-list__body .at__row + .at__row[data-v-3eb33f96] {
  margin-top: 0.2rem;
}
#business[data-v-17c14e46] {
  position: relative;
  background: #fafafa;
}
.tj[data-v-8d48935a] {
  text-align: justify;
  line-height: 1.8em;
  display: inline-block;
}
.btnWord[data-v-8d48935a] {
  color: cornflowerblue;
  cursor: pointer;
  word-break: keep-all;
}
@charset "UTF-8";
input[data-v-cc10fca6]::-webkit-input-placeholder {
  color: #c4c4d6;
  /* 您想要的颜色 */
}
input[data-v-cc10fca6]::-moz-placeholder {
  color: #c4c4d6;
  /* 您想要的颜色 */
}
input[data-v-cc10fca6]:-ms-input-placeholder {
  color: #c4c4d6;
  /* 您想要的颜色 */
}
input[data-v-cc10fca6]::-ms-input-placeholder {
  color: #c4c4d6;
  /* 您想要的颜色 */
}
input[data-v-cc10fca6]::placeholder {
  color: #c4c4d6;
  /* 您想要的颜色 */
}
.aiDiv[data-v-cc10fca6] {
  position: fixed;
  bottom: 0.2rem;
  left: 4.23rem;
  z-index: 100003;
  width: 10.3rem;
  background-color: #f7f7f7;
  padding: 0.2rem;
  -webkit-border-radius: 0.05rem;
          border-radius: 0.05rem;
}
.aiDiv[data-v-cc10fca6]  .el-input__inner {
  border: none;
}
.aiDiv .aiList[data-v-cc10fca6] {
  margin-bottom: 0.3rem;
  max-height: 4rem;
  overflow-y: auto;
}
.aiDiv .aiInputDiv[data-v-cc10fca6] {
  width: 96%;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 0.05rem;
          border-radius: 0.05rem;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.aiDiv .aiInputDiv textarea[data-v-cc10fca6] {
  width: 94%;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  border: none;
  outline: none;
  font-size: 0.16rem;
  resize: none;
}
.aiDiv .aiInputDiv .aiSearchImg[data-v-cc10fca6] {
  display: inline-block;
}
.aiDiv .aiMessaageBox[data-v-cc10fca6] {
  width: 96%;
  margin: 0 auto;
}
.aiDiv .aiMessaageBox .askDiv[data-v-cc10fca6] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.2rem 0;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.aiDiv .aiMessaageBox .replyDiv[data-v-cc10fca6] {
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
}
.aiDiv .closeDiv[data-v-cc10fca6] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
      -ms-flex-pack: right;
          justify-content: right;
  margin-right: 0.1rem;
  margin-top: 0.05rem;
  margin-bottom: 0.05rem;
  cursor: pointer;
}
.aiDiv .wrapper[data-v-cc10fca6] {
  margin: 0 auto;
  overflow: hidden;
  background-color: #fff;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}

.drawer-transition[data-v-33912972] {
  -webkit-transition: 0.3s width ease-in-out, 0.3s padding-left ease-in-out, 0.3s padding-right ease-in-out;
  transition: 0.3s width ease-in-out, 0.3s padding-left ease-in-out, 0.3s padding-right ease-in-out;
}
@charset "UTF-8";
.historyDateList .historyDate[data-v-39544036] {
  font-weight: 500;
  font-size: 0.16rem;
}
.historyDateList .historyTimeList[data-v-39544036] {
  font-size: 0.13rem;
  color: #333333;
  border-bottom: 0.01rem solid #EDEDED;
}
.historyDateList .historyTimeList .oneRow[data-v-39544036] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.historyDateList .historyTimeList .oneRow .historyBack[data-v-39544036] {
  color: #3B5EFC;
  cursor: pointer;
}
.historyDateList .historyTimeList .twoRow[data-v-39544036] {
  white-space: nowrap;
  /* 不换行 */
  overflow: hidden;
  /* 超出部分隐藏 */
  text-overflow: ellipsis;
  /* 显示省略号 */
  cursor: pointer;
}
@charset "UTF-8";
#tips {
  width: 4.31rem;
  min-height: 17.78rem;
  padding: 1.26rem 0 0;
  background: #ffffff;
  -webkit-box-shadow: -0.06rem 0.04rem 0.08rem rgba(0, 0, 0, 0.14);
          box-shadow: -0.06rem 0.04rem 0.08rem rgba(0, 0, 0, 0.14);
  font-size: 0.16rem;
  line-height: 0.37rem;
  overflow: hidden;
  word-wrap: break-word;
}
#tips .red {
  color: #da251c;
  display: block;
}
#tips .yellow {
  color: yellow;
}
#tips .openComment {
  margin: 0 auto;
  display: block;
  cursor: pointer;
}
#tips .commentTitle {
  padding-left: 0.2rem;
  font-size: 0.2rem;
  line-height: 0.37rem;
  color: #da251c;
}
#tips .comment {
  width: 2.99rem;
  background: #ffffff;
  -webkit-border-radius: 0.05rem;
          border-radius: 0.05rem;
  margin: 0.2rem;
  -webkit-box-shadow: 0.01rem 0.02rem 0.1rem rgba(0, 0, 0, 0.2);
          box-shadow: 0.01rem 0.02rem 0.1rem rgba(0, 0, 0, 0.2);
}
#tips .comment .dosc {
  padding: 0.27rem 0.26rem 0.13rem 0.33rem;
  font-size: 0.14rem;
  line-height: 136.5%;
  color: #666666;
}
#tips .comment .info {
  width: 2.66rem;
  height: 0.91rem;
  margin-left: 0.15rem;
  border-top: 0.01rem solid #d2d2d2;
}
#tips .comment .info .icon {
  float: left;
  margin: 0.08rem;
}
#tips .comment .info .icon img {
  width: 0.46rem;
  height: 0.46rem;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
#tips .comment .info dd {
  width: 100%;
  margin: 0;
  font-size: 0.12rem;
  line-height: 0.17rem;
  color: #666666;
}
#tips .comment .info dd p {
  margin: 0;
}
#tips .comment .info dd .name {
  font-size: 0.16rem;
  line-height: 136.5%;
  color: #333333;
}
#tips .content {
  padding: 0 0.43rem 0 0.56rem;
}
#tips .content div {
  margin-top: 0.46rem;
}
#tips .content img {
  width: 100%;
}
#tips .content a {
  color: #67c23a;
  word-break: break-word;
}
#tips .comment-dialog .el-textarea {
  width: 6.61rem;
  height: 3.56rem;
  margin: 0.25rem 0.26rem 0.27rem 0.27rem;
}
#tips .comment-dialog .el-textarea .el-textarea__inner {
  width: 6.61rem;
  height: 3.56rem;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
#tips .comment-dialog .dialog-footer {
  text-align: center;
  padding-bottom: 0.36rem;
}
#tips .comment-dialog .dialog-footer button {
  width: 1.43rem;
  height: 0.4rem;
  padding: 0;
  background: #e0eaff;
  border: 0.01rem solid #7db0ea;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  font-size: 0.16rem;
  line-height: 0.4rem;
  color: #333;
}
#tips .comment-dialog .dialog-footer button.el-button--default {
  background: #7db0ea;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  color: #fff;
}
#tips .verManage {
  padding: 0 0.43rem 0 0.56rem;
  color: #3B5EFC;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#tips .verManage span {
  display: inline-block;
  margin-right: 0.05rem;
}
#tips .versionList {
  padding: 0 0.43rem 0 0.23rem;
}
#tips .versionList .closeVersionList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
      -ms-flex-pack: right;
          justify-content: right;
}
#tips .versionList .historyName {
  font-weight: 700;
  font-size: 0.17rem;
}
#tips .versionList .historyDateList .historyDate {
  font-weight: 500;
  font-size: 0.16rem;
}
#tips .versionList .historyDateList .historyTimeList {
  font-size: 0.13rem;
  color: #333333;
  border-bottom: 0.01rem solid #EDEDED;
}
#tips .versionList .historyDateList .historyTimeList .oneRow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#tips .versionList .historyDateList .historyTimeList .oneRow .historyBack {
  color: #3B5EFC;
}
#tips .versionList .historyDateList .historyTimeList .twoRow {
  white-space: nowrap;
  /* 不换行 */
  overflow: hidden;
  /* 超出部分隐藏 */
  text-overflow: ellipsis;
  /* 显示省略号 */
  cursor: pointer;
}
.navigation[data-v-a72baac4] {
  width: 3.88rem;
  min-height: 15.78rem;
  padding: 1rem 0.32rem 0.48rem 0.48rem;
  background: #ffffff;
  -webkit-box-shadow: 0.06rem 0 0.08rem rgba(0, 0, 0, 0.14);
          box-shadow: 0.06rem 0 0.08rem rgba(0, 0, 0, 0.14);
  z-index: 99;
  position: relative;
}
.navigation p[data-v-a72baac4] {
  font-weight: bold;
  font-size: 0.2rem;
  letter-spacing: 0.005em;
  color: #333333;
  cursor: pointer;
}
.navigation p i[data-v-a72baac4] {
  color: #7DB0EA;
  padding-right: 0.09rem;
}
.navigation .el-tree[data-v-a72baac4] {
  color: #333;
}
.navigation .el-tree .read-only[data-v-a72baac4] {
  color: #999;
}
.navigation .chapter[data-v-a72baac4] {
  padding-left: 0.1rem;
}
.catalogue[data-v-5ebddb38]  .tox-tinymce {
  border: none;
}
.catalogue[data-v-5ebddb38]  .tox-tinymce .tox-editor-container {
  width: 11rem;
  position: relative;
}
.catalogue[data-v-5ebddb38]  .tox-tinymce .tox-editor-container .tox-editor-header {
  width: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0 0.07rem 0.18rem rgba(0, 0, 0, 0.14) !important;
          box-shadow: 0 0.07rem 0.18rem rgba(0, 0, 0, 0.14) !important;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
}
.catalogue[data-v-5ebddb38]  .tox-tinymce .tox-editor-container .tox-sidebar-wrap {
  width: 10.48rem;
  height: 18.78rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0.04rem 0.08rem rgba(0, 0, 0, 0.12);
          box-shadow: 0 0.04rem 0.08rem rgba(0, 0, 0, 0.12);
  margin: 1rem auto 0;
  padding: 0.64rem 0.76rem;
  -webkit-box-flex: initial;
  -webkit-flex: initial;
      -ms-flex: initial;
          flex: initial;
}
.catalogue .expansion[data-v-5ebddb38] {
  cursor: pointer !important;
  position: fixed;
  width: 1rem;
  height: 1rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  z-index: 100;
  right: 0.8rem;
  bottom: 1.1rem;
  -webkit-border-radius: 0.5rem;
          border-radius: 0.5rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(7.98%, #1163ff), color-stop(93.07%, #6164ff));
  background: -webkit-linear-gradient(left, #1163ff 7.98%, #6164ff 93.07%);
  background: linear-gradient(90deg, #1163ff 7.98%, #6164ff 93.07%);
  -webkit-box-shadow: 0 0 0.15rem 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 0.15rem 0 rgba(0, 0, 0, 0.15);
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.catalogue .expansion p[data-v-5ebddb38] {
  color: #fff;
  text-shadow: 0 0.04rem 0.04rem rgba(0, 0, 0, 0.25);
  font-family: PingFang SC;
  font-size: 0.45rem;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.catalogue .leftIcon[data-v-5ebddb38] {
  position: absolute;
  left: 2.3rem;
  top: 1.25rem;
  z-index: 999;
  cursor: pointer;
}
.catalogue .leftExpandIcon[data-v-5ebddb38] {
  position: fixed;
  left: 0;
  top: 1.95rem;
  z-index: 999;
  background-color: #6164FF;
  height: 0.3rem;
  line-height: 0.3rem;
  color: #fff;
  width: 0.5rem;
  font-size: 0.16rem;
  -webkit-border-radius: 0 0.5rem 0.5rem 0;
          border-radius: 0 0.5rem 0.5rem 0;
  cursor: pointer;
}
.catalogue nav[data-v-5ebddb38] {
  position: fixed;
  bottom: 0.3rem;
  left: 0.2rem;
  z-index: 999;
}
.catalogue nav .el-button[data-v-5ebddb38] {
  width: 0.72rem;
  height: 0.72rem;
  margin: 0.18rem 0 0 0;
  background: #ffffff;
  -webkit-box-shadow: 0 0.01rem 0.08rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.01rem 0.08rem rgba(0, 0, 0, 0.15);
  display: block;
  padding: 0.05rem 0 0 0;
  font-size: 0.1rem;
  line-height: 0.14rem;
  color: #7DB0EA;
}
.catalogue nav .el-button[data-v-5ebddb38]  i {
  font-size: 0.3rem;
  color: #7DB0EA;
  display: block;
  margin-bottom: 0.1rem;
}
.catalogue .slideLeft-enter-active[data-v-5ebddb38], .catalogue .slideLeft-leave-active[data-v-5ebddb38] {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.catalogue .slideLeft-enter[data-v-5ebddb38], .catalogue .slideLeft-leave-to[data-v-5ebddb38] {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.catalogue .slide-enter-active[data-v-5ebddb38], .catalogue .slide-leave-active[data-v-5ebddb38] {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.catalogue .slide-enter[data-v-5ebddb38], .catalogue .slide-leave-to[data-v-5ebddb38] {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.catalogue .menu-content[data-v-5ebddb38] {
  width: 2rem;
  height: 100%;
  background-color: #303030;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 998;
}
.navigation[data-v-1477f8e0] {
  width: 3.62rem;
  min-height: 15.78rem;
  padding: 0.3rem 0.4rem;
  background: #ffffff;
  -webkit-box-shadow: 0.06rem 0 0.08rem rgba(0, 0, 0, 0.14);
          box-shadow: 0.06rem 0 0.08rem rgba(0, 0, 0, 0.14);
  z-index: 99;
}
.navigation .template[data-v-1477f8e0] {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.navigation .template li[data-v-1477f8e0] {
  margin-bottom: 0.15rem;
  cursor: pointer;
}
.navigation .template li[data-v-1477f8e0],
.navigation .template img[data-v-1477f8e0] {
  width: 1.2rem;
  height: 1.6962rem;
}
.navigation nav[data-v-1477f8e0] {
  position: fixed;
  bottom: 0.3rem;
  left: 0.2rem;
}
.navigation nav .el-button[data-v-1477f8e0] {
  width: 0.72rem;
  height: 0.72rem;
  margin: 0.18rem 0 0 0;
  background: #ffffff;
  -webkit-box-shadow: 0 0.01rem 0.08rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.01rem 0.08rem rgba(0, 0, 0, 0.15);
  display: block;
  padding: 0.05rem 0 0 0;
  font-size: 0.1rem;
  line-height: 0.14rem;
  color: #7DB0EA;
}
.navigation nav .el-button[data-v-1477f8e0]  i {
  font-size: 0.3rem;
  color: #7DB0EA;
  display: block;
  margin-bottom: 0.1rem;
}
.canvas[data-v-7f18b306] {
  width: 10.48rem;
  height: 14.78rem;
  background-color: #ffffff;
  background-size: cover;
  -webkit-box-shadow: 0 0.04rem 0.08rem rgba(0, 0, 0, 0.12);
          box-shadow: 0 0.04rem 0.08rem rgba(0, 0, 0, 0.12);
  margin: 0.5rem auto 0;
  padding: 0.64rem 0.76rem;
  position: relative;
  overflow: hidden;
}
.canvas .bj[data-v-7f18b306] {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.canvas .drag[data-v-7f18b306] {
  position: absolute;
  text-align: center;
  padding-bottom: 0.5rem;
}
.canvas .drag:hover .el-icon-setting[data-v-7f18b306] {
  display: block;
}
.canvas .drag .el-icon-setting[data-v-7f18b306] {
  display: none;
}
.canvas[data-v-7f18b306] .tinymce-box {
  display: inline-block;
  left: 0.6rem;
}
.create-button > span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.create-button[data-v-204fd956] {
  width: 2.96rem;
  height: 0.6rem;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
  border: 0.01rem solid #0B2BD7;
  font-size: 0.18rem;
  line-height: 0.18rem;
  color: #0B2BD7;
  background-color: transparent;
}
.create-button .at__icon[data-v-204fd956] {
  margin-right: 0.14rem;
}
.create-button .at__icon > path[data-v-204fd956] {
  fill: #0B2BD7;
}
.create-button[data-v-204fd956]:hover {
  border: none;
  color: #FFFFFF;
  background: -webkit-linear-gradient(359deg, #0B2BD7 12.27%, #D1BAFE 87.67%);
  background: linear-gradient(91deg, #0B2BD7 12.27%, #D1BAFE 87.67%);
}
.create-button:hover .at__icon > path[data-v-204fd956] {
  fill: #FFFFFF;
}
.create-button[data-v-204fd956]:active {
  opacity: 0.7;
}
.maker-smart-disk__create-dialog .el-dialog {
  width: 4.8rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
}
.maker-smart-disk__create-dialog .el-dialog .el-dialog__header {
  padding: 0.28rem 0.32rem 0 0.32rem;
  font-size: 0.2rem;
  line-height: 0.2rem;
  color: #333333;
}
.maker-smart-disk__create-dialog .el-dialog .el-dialog__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.2rem 0.32rem;
  font-size: 0.14rem;
  line-height: 0.24rem;
  color: #333333;
}
.maker-smart-disk__create-dialog .el-dialog .el-dialog__body .create-dialog-item + .create-dialog-item {
  margin-top: 0.16rem;
}
.maker-smart-disk__create-dialog .el-dialog .el-dialog__footer {
  padding: 0 0.32rem 0.24rem 0.32rem;
}
.maker-smart-disk__create-dialog .el-dialog .el-dialog__footer .el-button {
  width: 0.82rem;
  height: 0.36rem;
  padding: 0;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
}
.maker-smart-disk__create-dialog .el-dialog .el-dialog__footer .el-button.el-button--default {
  color: #3B5EFC;
  border-color: #3B5EFC;
  background-color: #FFFFFF;
}
.maker-smart-disk__create-dialog .el-dialog .el-dialog__footer .el-button.el-button--primary {
  color: #FFFFFF;
  border-color: #3B5EFC;
  background-color: #3B5EFC;
}
.create-dialog-item[data-v-ae65c136] {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 0.62rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  background-color: #F7F7F7;
  cursor: pointer;
}
.create-dialog-item .at__subscript[data-v-ae65c136] {
  position: absolute;
  left: 0;
  top: -0.08rem;
  padding: 0.06rem 0.08rem;
  -webkit-border-radius: 0.08rem 0.08rem 0.08rem 0;
          border-radius: 0.08rem 0.08rem 0.08rem 0;
  font-size: 0.12rem;
  line-height: 0.12rem;
  color: #FFFFFF;
  background-color: #D1D1D6;
  -webkit-transform: scale(0.84);
          transform: scale(0.84);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.create-dialog-item .at__label[data-v-ae65c136] {
  position: relative;
  padding-left: 0.4rem;
  font-size: 0.2rem;
  line-height: 0.2rem;
  color: #333333;
}
.create-dialog-item .at__label > i[data-v-ae65c136] {
  position: absolute;
  left: 0.14rem;
  top: 0.03rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 0.14rem;
  height: 0.14rem;
  -webkit-border-radius: 0.14rem;
          border-radius: 0.14rem;
  background-color: #D1D1D6;
}
.create-dialog-item.__checked[data-v-ae65c136] {
  -webkit-box-shadow: 0 0 0 0.01rem #3B5EFC inset;
          box-shadow: 0 0 0 0.01rem #3B5EFC inset;
  background-color: #ECEFFF;
}
.create-dialog-item.__checked .at__subscript[data-v-ae65c136] {
  background-color: #899EFF;
}
.create-dialog-item.__checked .at__label > i[data-v-ae65c136] {
  background-color: #3B5EFC;
}
.el-main {
  overflow: unset !important;
}
@charset "UTF-8";
.btntype[data-v-5fb26984] {
  margin-left: 0.07rem;
  /* padding: 4px; */
  width: 0.2rem;
  height: 0.2rem;
  font-size: 0.16rem;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
  /* background: #ff0000 100%; */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btntype[data-v-5fb26984] :hover {
  padding: 0.04rem;
  font-size: 0.16rem;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
  background: #b4c1ff 100%;
}
.maker-smart-disk__list[data-v-5fb26984] {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: -webkit-calc(100vh - 0.8rem);
  min-height: calc(100vh - 0.8rem);
}

/**
     * 项目面板
     */
.project-panel[data-v-5fb26984] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 3.3rem;
  padding: 0.18rem;
  background-color: #ecf1fc;
}
.project-panel .project-panel__button[data-v-5fb26984] {
  position: -webkit-sticky;
  position: sticky;
  top: 0.18rem;
}

/**
     * 项目列表
     */
.project-list[data-v-5fb26984] {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: -webkit-linear-gradient(89deg, #f5f4f6 0.83%, #dbe4fd 95.14%);
  background: linear-gradient(1deg, #f5f4f6 0.83%, #dbe4fd 95.14%);
}
.project-list .project-list__header[data-v-5fb26984] {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
  height: 0.86rem;
  background-color: #dee6fc;
}
.project-list .project-list__header > span[data-v-5fb26984] {
  position: absolute;
  left: 0.76rem;
  top: 0.4rem;
  font-size: 0.24rem;
  line-height: 0.24rem;
  color: #333333;
}
.project-list .project-list__body[data-v-5fb26984] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0 0.6rem 0.6rem 0.6rem;
}
.project-list .project-list__body .at__item[data-v-5fb26984] {
  position: relative;
  overflow: hidden;
  width: 2.93rem;
  /* calc(100% / 4 - 32px); */
  margin: 0.1rem 0.16rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0.1rem 0 #E4E4E4;
          box-shadow: 0 0 0.1rem 0 #E4E4E4;
  cursor: pointer;
}
.project-list .project-list__body .at__item .at__thumbnail > img[data-v-5fb26984] {
  aspect-ratio: 1/0.56;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 -0.1rem;
     object-position: 0 -0.1rem;
  width: 100%;
  border-width: 0;
}
.project-list .project-list__body .at__item .at__bar[data-v-5fb26984] {
  aspect-ratio: 1/0.17;
  font-size: 0.2rem;
  white-space: nowrap;
  color: #333;
}
.project-list .project-list__body .at__item .at__bar .project-title[data-v-5fb26984] {
  width: 1rem;
  /* 或者 max-width: 200px; */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  margin-left: 0.1rem;
  float: left;
  width: 2.25rem;
  height: 0.28rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  font-size: 0.2rem;
  color: #333;
  line-height: 0.28rem;
}
.project-list .project-list__body .at__item .at__bar .edit-project-input[data-v-5fb26984] {
  position: absolute;
  left: 0;
  padding-left: 0;
  height: 0.28rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 300;
  font-size: 0.2rem;
  color: #999;
  line-height: 0.28rem;
  width: 2.25rem;
  border: none;
  outline: none;
}
.project-list .project-list__body .at__item[data-v-5fb26984]:hover {
  -webkit-box-shadow: 0 0 0 0.02rem #1163ff;
          box-shadow: 0 0 0 0.02rem #1163ff;
}
.project-list .project-list__body.__empty[data-v-5fb26984] {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: -webkit-calc(100% - 0.86rem);
  height: calc(100% - 0.86rem);
  font-size: 0.24rem;
  line-height: 0.24rem;
  color: #333333;
}
.project-list .project-ver[data-v-5fb26984] {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.64rem;
  height: 0.29rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.14rem;
  color: #FFFFFF;
  line-height: 0.29rem;
  text-align: center;
  background: #3B5EFC;
  -webkit-border-radius: 0.08rem 0 0 0;
          border-radius: 0.08rem 0 0 0;
}
@-webkit-keyframes blink-data-v-146d4c88 {
0% {
    opacity: 1;
}
50% {
    opacity: 0.3;
}
100% {
    opacity: 1;
}
}
@keyframes blink-data-v-146d4c88 {
0% {
    opacity: 1;
}
50% {
    opacity: 0.3;
}
100% {
    opacity: 1;
}
}
.planet[data-v-146d4c88] {
  position: absolute;
  z-index: 1;
  cursor: default;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.planet .at__text[data-v-146d4c88] {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  height: 50%;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  white-space: nowrap;
  color: #FFFFFF;
}
.planet .at__text .at__mark[data-v-146d4c88] {
  position: absolute;
  right: -3%;
  top: -3%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 36%;
  height: 36%;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  border: 0.03rem solid #FFFFFF;
  background-color: #ECFF79;
}
.planet .at__star[data-v-146d4c88] {
  position: absolute;
  left: 0;
  top: 6.5%;
  width: 100%;
  height: 87%;
}
.planet .at__star > svg[data-v-146d4c88] {
  width: 100%;
  height: 100%;
}
.planet .at__star > svg .blink[data-v-146d4c88] {
  -webkit-animation: blink-data-v-146d4c88 2s infinite;
          animation: blink-data-v-146d4c88 2s infinite;
}
.planet.__active .at__text[data-v-146d4c88] {
  cursor: pointer;
}
.planet-orbit[data-v-b8897376] {
  position: relative;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.planet-orbit > svg[data-v-b8897376] {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.star[data-v-b1edab7c] {
  position: absolute;
  z-index: 1;
}
.star .at__text[data-v-b1edab7c] {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: 800;
  text-shadow: 0 0 0.04rem rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  color: #FFFFFF;
  cursor: default;
}
.star .at__circle[data-v-b1edab7c] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.star .at__circle > svg[data-v-b1edab7c] {
  width: 100%;
  height: 100%;
}
.el-main {
  overflow: unset !important;
}
.maker-smart-disk__start .prev-button .el-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
@charset "UTF-8";
.maker-smart-disk__start[data-v-e6c2f9dc] {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: -webkit-calc(100vh - 0.8rem);
  min-height: calc(100vh - 0.8rem);
  background-image: url(../static/img/bg.fad2c960.png);
  background-position: center;
  background-size: cover;
}

/**
     * 上一步
     */
.prev-button[data-v-e6c2f9dc] {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 3.34rem;
  padding: 0.5rem 0 0 0.9rem;
}
.prev-button .el-button[data-v-e6c2f9dc] {
  position: -webkit-sticky;
  position: sticky;
  left: 0.9rem;
  top: 0.5rem;
  width: 0.74rem;
  height: 0.74rem;
  -webkit-border-radius: 0.74rem;
          border-radius: 0.74rem;
  border: none;
  -webkit-box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.5);
}
.prev-button .el-button svg[data-v-e6c2f9dc] {
  width: 0.44rem;
  height: 0.44rem;
}

/**
     * 项目星盘
     */
.project-star[data-v-e6c2f9dc] {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.project-star .planet-orbit[data-v-e6c2f9dc] {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/**
     * 项目面板
     */
.project-panel[data-v-e6c2f9dc] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 3.34rem;
  padding: 0.3rem 0.4rem 0.6rem 0;
}
.project-panel .project-panel__info[data-v-e6c2f9dc] {
  position: -webkit-sticky;
  position: sticky;
  top: 0.3rem;
  padding: 0.16rem 0.28rem;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
  -webkit-box-shadow: 0 0 0.04rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0.04rem rgba(0, 0, 0, 0.5);
  background-color: rgba(255, 255, 255, 0.5);
}
.project-panel .project-panel__info .at__item[data-v-e6c2f9dc] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.16rem;
  line-height: 0.32rem;
  color: #ffffff;
}
.project-panel .project-panel__info .at__label[data-v-e6c2f9dc] {
  white-space: nowrap;
}
.project-panel .project-panel__button[data-v-e6c2f9dc] {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.project-panel .project-panel__button .el-button[data-v-e6c2f9dc] {
  width: 2.4rem;
  height: 0.6rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  border: 0.01rem solid #ffffff;
  -webkit-box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.15);
  font-size: 0.24rem;
  line-height: 0.24rem;
  color: #ffffff;
  background: transparent;
}
.project-panel .project-panel__button .el-button[data-v-e6c2f9dc]:hover {
  border: none;
  background: -webkit-linear-gradient(359deg, #1163ff 14.37%, #3da2ff 85.02%);
  background: linear-gradient(91deg, #1163ff 14.37%, #3da2ff 85.02%);
}
.project-panel .project-panel__button .el-button[data-v-e6c2f9dc]:active {
  opacity: 0.7;
}
.project-panel .project-panel__button .el-button + .el-button[data-v-e6c2f9dc] {
  margin: 0.16rem 0 0 0;
}
.el-main {
  overflow: unset !important;
}
.maker-smart-disk__assign-tasks .prev-button .el-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
.maker-smart-disk__assign-tasks .chapter-list__body .at__row .el-input__inner {
  width: 1.2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0;
  border: none;
  font-size: 0.18rem;
  line-height: 0.18rem;
  color: #333333;
  background-color: transparent;
}
.maker-smart-disk__assign-tasks .chapter-list__body .at__row .el-input__inner::-webkit-input-placeholder {
  color: #333333;
}
.maker-smart-disk__assign-tasks .chapter-list__body .at__row .el-input__inner::-moz-placeholder {
  color: #333333;
}
.maker-smart-disk__assign-tasks .chapter-list__body .at__row .el-input__inner:-ms-input-placeholder {
  color: #333333;
}
.maker-smart-disk__assign-tasks .chapter-list__body .at__row .el-input__inner::-ms-input-placeholder {
  color: #333333;
}
.maker-smart-disk__assign-tasks .chapter-list__body .at__row .el-input__inner::placeholder {
  color: #333333;
}
.maker-smart-disk__assign-tasks .chapter-list__body .at__row .el-select__caret {
  color: #999999;
}
.maker-smart-disk__assign-tasks .chapter-list__body .at__row.__light .at__cell,
.maker-smart-disk__assign-tasks .chapter-list__body .at__row.__light .el-input__inner,
.maker-smart-disk__assign-tasks .chapter-list__body .at__row.__light .el-input__inner::-webkit-input-placeholder,
.maker-smart-disk__assign-tasks .chapter-list__body .at__row.__light .el-select__caret {
  color: #296ce3 !important;
}
.maker-smart-disk__assign-tasks .chapter-list__body .at__row.__light .at__cell,
.maker-smart-disk__assign-tasks .chapter-list__body .at__row.__light .el-input__inner,
.maker-smart-disk__assign-tasks .chapter-list__body .at__row.__light .el-input__inner::-moz-placeholder,
.maker-smart-disk__assign-tasks .chapter-list__body .at__row.__light .el-select__caret {
  color: #296ce3 !important;
}
.maker-smart-disk__assign-tasks .chapter-list__body .at__row.__light .at__cell,
.maker-smart-disk__assign-tasks .chapter-list__body .at__row.__light .el-input__inner,
.maker-smart-disk__assign-tasks .chapter-list__body .at__row.__light .el-input__inner:-ms-input-placeholder,
.maker-smart-disk__assign-tasks .chapter-list__body .at__row.__light .el-select__caret {
  color: #296ce3 !important;
}
.maker-smart-disk__assign-tasks .chapter-list__body .at__row.__light .at__cell,
.maker-smart-disk__assign-tasks .chapter-list__body .at__row.__light .el-input__inner,
.maker-smart-disk__assign-tasks .chapter-list__body .at__row.__light .el-input__inner::-ms-input-placeholder,
.maker-smart-disk__assign-tasks .chapter-list__body .at__row.__light .el-select__caret {
  color: #296ce3 !important;
}
.maker-smart-disk__assign-tasks .chapter-list__body .at__row.__light .at__cell,
.maker-smart-disk__assign-tasks .chapter-list__body .at__row.__light .el-input__inner,
.maker-smart-disk__assign-tasks .chapter-list__body .at__row.__light .el-input__inner::placeholder,
.maker-smart-disk__assign-tasks .chapter-list__body .at__row.__light .el-select__caret {
  color: #296ce3 !important;
}
@charset "UTF-8";
.maker-smart-disk__assign-tasks[data-v-4f45ea8f] {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: -webkit-calc(100vh - 0.8rem);
  min-height: calc(100vh - 0.8rem);
}
.maker-smart-disk__assign-tasks .page-view__top[data-v-4f45ea8f] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-bottom: 0.45rem;
}
.maker-smart-disk__assign-tasks .page-view__bottom[data-v-4f45ea8f] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding-bottom: 0.45rem;
}

/**
     * 按钮
     */
.prev-button[data-v-4f45ea8f] {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 3.34rem;
  padding: 0.5rem 0 0 0.9rem;
}
.prev-button .el-button[data-v-4f45ea8f] {
  position: -webkit-sticky;
  position: sticky;
  left: 0.9rem;
  top: 0.5rem;
  width: 0.74rem;
  height: 0.74rem;
  -webkit-border-radius: 0.74rem;
          border-radius: 0.74rem;
  border: none;
  -webkit-box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
.prev-button .el-button svg[data-v-4f45ea8f] {
  width: 0.44rem;
  height: 0.44rem;
}
.next-button[data-v-4f45ea8f] {
  width: 4.5rem;
  height: 0.6rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  border: 0.01rem solid #1163ff;
  -webkit-box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.15);
  font-size: 0.24rem;
  line-height: 0.24rem;
  color: #3b5efc;
  background: #ffffff;
}
.next-button[data-v-4f45ea8f]:hover {
  border: none;
  color: #ffffff;
  background: -webkit-linear-gradient(359deg, #1163ff 14.37%, #3da2ff 85.02%);
  background: linear-gradient(91deg, #1163ff 14.37%, #3da2ff 85.02%);
}
.next-button[data-v-4f45ea8f]:active {
  opacity: 0.7;
}

/**
     * 章节列表
     */
.chapter-list[data-v-4f45ea8f] {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 3.34rem 0 0;
}
.chapter-list .chapter-list__header[data-v-4f45ea8f] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 12rem;
  min-width: 8rem;
  width: 100%;
  height: 0.8rem;
}
.chapter-list .chapter-list__header > span[data-v-4f45ea8f] {
  width: 3.9rem;
  font-size: 0.24rem;
  line-height: 0.24rem;
  text-align: center;
  color: #296ce3;
}
.chapter-list .chapter-list__body[data-v-4f45ea8f] {
  max-width: 12rem;
  min-width: 8rem;
  width: 100%;
}
.chapter-list .chapter-list__body .at__row[data-v-4f45ea8f] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.chapter-list .chapter-list__body .at__row .at__cell[data-v-4f45ea8f] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3.9rem;
  height: 0.52rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  font-size: 0.18rem;
  line-height: 0.18rem;
  color: #333333;
  background-color: #dbe4fd;
}
.chapter-list .chapter-list__body .at__row .at__cell .el-select[data-v-4f45ea8f] {
  width: 2rem;
}
.chapter-list .chapter-list__body .at__row:focus-within .at__cell[data-v-4f45ea8f] {
  -webkit-box-shadow: 0 0 0 0.01rem #296ce3;
          box-shadow: 0 0 0 0.01rem #296ce3;
}
.chapter-list .chapter-list__body .at__row.__light .at__cell[data-v-4f45ea8f] {
  color: #296ce3;
}
.chapter-list .chapter-list__body .at__row + .at__row[data-v-4f45ea8f] {
  margin-top: 0.2rem;
}
.template-item[data-v-bd497fd6] {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1/1.4;
  width: -webkit-calc(100% / 3 - 0.62rem);
  width: calc(100% / 3 - 0.62rem);
  margin: 0.16rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
}
.template-item .at__thumbnail > img[data-v-bd497fd6] {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left top;
     object-position: left top;
  width: 100%;
  border-width: 0;
}
.template-item .at__active[data-v-bd497fd6] {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.template-item .at__active svg[data-v-bd497fd6] {
  width: 18%;
  height: 10%;
  stroke-width: 0.14558rem;
  -webkit-filter: drop-shadow(0 0.03397rem 0.01941rem rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0 0.03397rem 0.01941rem rgba(0, 0, 0, 0.15));
}
.template-item[data-v-bd497fd6]:hover {
  -webkit-box-shadow: 0 0 0 0.02rem #1163FF;
          box-shadow: 0 0 0 0.02rem #1163FF;
}
.template-item[data-v-bd497fd6]:not(.__active) {
  cursor: pointer;
}
.el-main {
  overflow: unset !important;
}
.maker-smart-disk__pick-template .prev-button .el-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
@charset "UTF-8";
.maker-smart-disk__pick-template[data-v-6e0abd61] {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: -webkit-calc(100vh - 1rem);
  min-height: calc(100vh - 1rem);
}
.maker-smart-disk__pick-template .page-view__top[data-v-6e0abd61] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.maker-smart-disk__pick-template .page-view__bottom[data-v-6e0abd61] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

/**
     * 按钮
     */
.prev-button[data-v-6e0abd61] {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 3.34rem;
  padding: 0.5rem 0 0 0.9rem;
}
.prev-button .el-button[data-v-6e0abd61] {
  position: -webkit-sticky;
  position: sticky;
  left: 0.9rem;
  top: 0.5rem;
  width: 0.74rem;
  height: 0.74rem;
  -webkit-border-radius: 0.74rem;
          border-radius: 0.74rem;
  border: none;
  -webkit-box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
.prev-button .el-button svg[data-v-6e0abd61] {
  height: 0.44rem;
}
.next-button[data-v-6e0abd61] {
  width: 4.5rem;
  height: 0.6rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  border: 0.01rem solid #1163ff;
  -webkit-box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.15);
  font-size: 0.24rem;
  line-height: 0.24rem;
  color: #3b5efc;
  background: #ffffff;
}
.next-button[data-v-6e0abd61]:hover {
  border: none;
  color: #ffffff;
  background: -webkit-linear-gradient(359deg, #1163ff 14.37%, #3da2ff 85.02%);
  background: linear-gradient(91deg, #1163ff 14.37%, #3da2ff 85.02%);
}
.next-button[data-v-6e0abd61]:active {
  opacity: 0.7;
}

/**
     * 模板列表
     */
.template-list[data-v-6e0abd61] {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 3.34rem;
}
.template-list .template-list__header[data-v-6e0abd61] {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
  height: 0.52rem;
  background-color: #ffffff;
}
.template-list .template-list__header[data-v-6e0abd61]:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0.01rem;
  background-color: #dfdfdf;
}
.template-list .template-list__header[data-v-6e0abd61]:after {
  content: "";
  position: absolute;
  left: 0.5rem;
  bottom: 0;
  width: 1.09rem;
  height: 0.1rem;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(-9.08%, #52d7e0), color-stop(109.17%, rgba(71, 102, 251, 0.4)));
  background: -webkit-linear-gradient(left, #52d7e0 -9.08%, rgba(71, 102, 251, 0.4) 109.17%);
  background: linear-gradient(90deg, #52d7e0 -9.08%, rgba(71, 102, 251, 0.4) 109.17%);
}
.template-list .template-list__header > span[data-v-6e0abd61] {
  position: absolute;
  z-index: 1;
  left: 0.51rem;
  bottom: 0.05rem;
  font-size: 0.24rem;
  line-height: 0.24rem;
  color: #333333;
}
.template-list .template-list__body[data-v-6e0abd61] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
input[data-v-61b3cd94]::-webkit-input-placeholder {
  color: #c4c4d6;
}
input[data-v-61b3cd94]::-moz-placeholder {
  color: #c4c4d6;
}
input[data-v-61b3cd94]:-ms-input-placeholder {
  color: #c4c4d6;
}
input[data-v-61b3cd94]::-ms-input-placeholder {
  color: #c4c4d6;
}
input[data-v-61b3cd94]::placeholder {
  color: #c4c4d6;
}
.chapterPage-content[data-v-61b3cd94] ::-webkit-scrollbar {
  display: none;
}
.chapterPage[data-v-61b3cd94] ::-webkit-scrollbar {
  display: none;
}
.chapterPage[data-v-61b3cd94] {
  margin-bottom: 0.2rem;
  width: 100%;
  height: 8.42rem;
  min-height: 8.42rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.chapterPage .chapterPage-content[data-v-61b3cd94] {
  width: 100%;
  height: 8.42rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-y: scroll;
  overflow-x: hidden;
}
.chapterPage .chapterPage-content .chapterPage-content-home[data-v-61b3cd94] {
  width: 100%;
  height: 13.47rem;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.chapterPage .chapterPage-content .chapterPage-content-home .chapterPage-content-top[data-v-61b3cd94] {
  margin-top: 1.58rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.chapterPage .chapterPage-content .chapterPage-content-home .chapterPage-content-logo[data-v-61b3cd94] {
  width: 1.16rem;
  height: auto;
  overflow: hidden;
}
.chapterPage .chapterPage-content .chapterPage-content-home .chapterPage-content-logo .chapterPage-content-logo-img[data-v-61b3cd94] {
  display: block;
  width: 100%;
  height: auto;
}
.chapterPage .chapterPage-content .chapterPage-content-home .chapterPage-content-home-title[data-v-61b3cd94] {
  margin-top: 0.33rem;
  width: 4.38rem;
  height: auto;
  min-height: 0.96rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 0.3rem;
  color: #000000;
  line-height: 0.48rem;
  text-align: center;
}
.chapterPage .chapterPage-content .chapterPage-content-home .chapterPage-content-info[data-v-61b3cd94] {
  padding-bottom: 6.15rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.chapterPage .chapterPage-content .chapterPage-content-home .chapterPage-content-info p[data-v-61b3cd94] {
  width: 5.8rem;
  height: 0.4rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.16rem;
  color: #000000;
  line-height: 0.4rem;
  text-align: center;
}
.chapterPage .chapterPage-content .chapterPage-content-item[data-v-61b3cd94] {
  height: 13.47rem;
  overflow: auto;
  background: #fff;
  margin-top: 0.2rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.chapterPage .chapterPage-content .chapterPage-content-item .chapterPage-content-item-title[data-v-61b3cd94] {
  margin-top: 0.31rem;
  margin-left: 0.31rem;
  width: 5.33rem;
  height: 0.28rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.24rem;
  color: #333333;
  line-height: 0.28rem;
}
.chapterPage .chapterPage-content .chapterPage-content-item .chapterPage-content-item-sub[data-v-61b3cd94] {
  margin-left: 0.43rem;
  margin-top: 0.1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.chapterPage .chapterPage-content .chapterPage-content-item .chapterPage-content-item-sub .chapterPage-content-item-top[data-v-61b3cd94] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.chapterPage .chapterPage-content .chapterPage-content-item .chapterPage-content-item-sub .chapterPage-content-item-top .chapterPage-content-item-point[data-v-61b3cd94] {
  width: 0.04rem;
  height: 0.04rem;
  background: #333;
}
.chapterPage .chapterPage-content .chapterPage-content-item .chapterPage-content-item-sub .chapterPage-content-item-top .chapterPage-content-item-sub-title[data-v-61b3cd94] {
  margin-left: 0.13rem;
  width: 5.33rem;
  height: 0.4rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.2rem;
  color: #333;
  line-height: 0.4rem;
}
.chapterPage .chapterPage-content .chapterPage-content-item .chapterPage-content-item-sub .chapterPage-content-item-content[data-v-61b3cd94] {
  margin-top: 0.07rem;
  margin-left: 0.17rem;
  width: 90%;
  min-height: 0.22rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333;
  line-height: 0.29rem;
}
.chapterPage .chapterPage-content .chapterPage-content-item .chapterPage-content-item-sub .noData[data-v-61b3cd94] {
  color: #999;
}
[data-v-61b3cd94] .el-textarea.is-disabled .el-textarea__inner {
  color: #333333;
  background: #fff;
}
.ant-spin[data-v-61b3cd94] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #000000d9;
  font-size: 0.14rem;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  position: absolute;
  display: none;
  color: #1890ff;
  text-align: center;
  vertical-align: middle;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: -webkit-transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-spin-spinning[data-v-61b3cd94] {
  position: static;
  display: inline-block;
  opacity: 1;
}
.ant-spin-container[data-v-61b3cd94] {
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.ant-spin-container[data-v-61b3cd94]:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: none;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
  pointer-events: none;
}
.ant-spin-blur[data-v-61b3cd94] {
  clear: both;
  opacity: 0.5;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  pointer-events: none;
}
.ant-spin-blur[data-v-61b3cd94]:after {
  opacity: 0.4;
  pointer-events: auto;
}
.ant-spin-tip[data-v-61b3cd94] {
  color: #00000073;
}
.ant-spin-dot[data-v-61b3cd94] {
  position: relative;
  display: inline-block;
  font-size: 0.2rem;
  width: 1em;
  height: 1em;
}
.ant-spin-dot-item[data-v-61b3cd94] {
  position: absolute;
  display: block;
  width: 0.09rem;
  height: 0.09rem;
  background-color: #1890ff;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  opacity: 0.3;
  -webkit-animation: antSpinMove-data-v-61b3cd94 1s infinite linear alternate;
          animation: antSpinMove-data-v-61b3cd94 1s infinite linear alternate;
}
.ant-spin-dot-item[data-v-61b3cd94]:nth-child(1) {
  top: 0;
  left: 0;
}
.ant-spin-dot-item[data-v-61b3cd94]:nth-child(2) {
  top: 0;
  right: 0;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.ant-spin-dot-item[data-v-61b3cd94]:nth-child(3) {
  right: 0;
  bottom: 0;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.ant-spin-dot-item[data-v-61b3cd94]:nth-child(4) {
  bottom: 0;
  left: 0;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.ant-spin-dot-spin[data-v-61b3cd94] {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-animation: antRotate-data-v-61b3cd94 1.2s infinite linear;
          animation: antRotate-data-v-61b3cd94 1.2s infinite linear;
}
.ant-spin-sm .ant-spin-dot[data-v-61b3cd94] {
  font-size: 0.14rem;
}
.ant-spin-sm .ant-spin-dot i[data-v-61b3cd94] {
  width: 0.06rem;
  height: 0.06rem;
}
.ant-spin-lg .ant-spin-dot[data-v-61b3cd94] {
  font-size: 0.32rem;
}
.ant-spin-lg .ant-spin-dot i[data-v-61b3cd94] {
  width: 0.14rem;
  height: 0.14rem;
}
.ant-spin.ant-spin-show-text .ant-spin-text[data-v-61b3cd94] {
  display: block;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.ant-spin-blur[data-v-61b3cd94] {
    background: #fff;
    opacity: 0.5;
}
}
.ant-spin-rtl[data-v-61b3cd94] {
  direction: rtl;
}
.ant-spin-rtl .ant-spin-dot-spin[data-v-61b3cd94] {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-animation-name: antRotateRtl;
          animation-name: antRotateRtl;
}
@-webkit-keyframes antSpinMove-data-v-61b3cd94 {
to {
    opacity: 1;
}
}
@keyframes antSpinMove-data-v-61b3cd94 {
to {
    opacity: 1;
}
}
@-webkit-keyframes antRotate-data-v-61b3cd94 {
to {
    -webkit-transform: rotate(405deg);
            transform: rotate(405deg);
}
}
@keyframes antRotate-data-v-61b3cd94 {
to {
    -webkit-transform: rotate(405deg);
            transform: rotate(405deg);
}
}
.project-panel__button[data-v-61b3cd94] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.project-panel__button .el-button[data-v-61b3cd94] {
  width: 2.4rem;
  height: 0.6rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  border: 0.01rem solid #1163ff;
  -webkit-box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.15);
  font-size: 0.24rem;
  line-height: 0.24rem;
  color: #1163ff;
  background: transparent;
}
.project-panel__button .el-button[data-v-61b3cd94]:hover {
  border: none;
  color: #fff;
  background: -webkit-linear-gradient(359deg, #1163ff 14.37%, #3da2ff 85.02%);
  background: linear-gradient(91deg, #1163ff 14.37%, #3da2ff 85.02%);
}
.project-panel__button .el-button[data-v-61b3cd94]:active {
  opacity: 0.7;
}
.project-panel__button .el-button + .el-button[data-v-61b3cd94] {
  margin: 0.16rem 0 0 0;
}
.project-panel__button2[data-v-61b3cd94] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.project-panel__button2 .el-button[data-v-61b3cd94] {
  width: 2.4rem;
  height: 0.6rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  -webkit-box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.15);
  font-size: 0.24rem;
  line-height: 0.24rem;
  color: #b0b2ff;
  background: transparent;
  border: 0.01rem solid #b0b2ff;
}
.project-panel__button2 .el-button + .el-button[data-v-61b3cd94] {
  margin: 0.16rem 0 0 0;
}
.project-panel__button1[data-v-61b3cd94] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.project-panel__button1 .el-button[data-v-61b3cd94] {
  width: 2.4rem;
  height: 0.6rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  font-size: 0.24rem;
  line-height: 0.24rem;
  color: #6164ff;
  background: none;
}
.project-panel__button1 .el-button[data-v-61b3cd94]:hover {
  border: none;
  color: #fff;
  background: -webkit-linear-gradient(359deg, #1163ff 14.37%, #3da2ff 85.02%);
  background: linear-gradient(91deg, #1163ff 14.37%, #3da2ff 85.02%);
}
.project-panel__button1 .el-button[data-v-61b3cd94]:active {
  opacity: 0.7;
}
.project-panel__button1 .el-button + .el-button[data-v-61b3cd94] {
  margin: 0.16rem 0 0 0;
}
.blankPage[data-v-61b3cd94] {
  min-width: 9.53rem;
  max-width: 9.53rem;
  margin-top: 0.1rem;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.blankPage .blankPage-content[data-v-61b3cd94] {
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  padding: 0.2rem;
  width: 9.53rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
          border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
}
.blankPage .blankPage-content .xi[data-v-61b3cd94] {
  -webkit-box-shadow: 0 0 0.069rem 0 #0000001a;
          box-shadow: 0 0 0.069rem 0 #0000001a;
  padding: 0.13rem;
}
.blankPage .blankPage-content .sb[data-v-61b3cd94] {
  margin-top: 0.4rem;
}
.blankPage .blankPage-content .sb h2[data-v-61b3cd94] {
  font-family: PingFang SC;
  font-size: 0.24rem;
  font-weight: 400;
  line-height: 0.336rem;
  text-align: left;
  color: #333333;
}
.blankPage .blankPage-content .sb h3[data-v-61b3cd94] {
  font-family: PingFang SC;
  font-size: 0.15rem;
  line-height: 0.336rem;
  text-align: left;
  color: #333333;
}
.blankPage .blankPage-content .sb p[data-v-61b3cd94] {
  font-family: PingFang SC;
  font-size: 0.16rem;
  font-weight: 400;
  line-height: 0.224rem;
  text-align: left;
}
.blankPage .blankPage-content .projectName[data-v-61b3cd94] {
  margin: 2.5rem 0;
  font-family: PingFang SC;
  font-size: 0.31rem;
  font-weight: 600;
  line-height: 0.56rem;
  text-align: center;
}
.blankPage .blankPage-content .project-info[data-v-61b3cd94] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.blankPage .blankPage-content .project-info p[data-v-61b3cd94] {
  margin-right: 0.52rem;
  font-size: 0.16rem;
}
.blankPage .next-button[data-v-61b3cd94] {
  margin-top: 0.45rem;
  width: 4.5rem;
  height: 0.6rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  border: 0.01rem solid #1163ff;
  -webkit-box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.15);
  font-size: 0.24rem;
  line-height: 0.24rem;
  color: #3b5efc;
  background: #ffffff;
}
.blankPage .next-button[data-v-61b3cd94]:hover {
  border: none;
  color: #ffffff;
  background: -webkit-linear-gradient(359deg, #1163ff 14.37%, #3da2ff 85.02%);
  background: linear-gradient(91deg, #1163ff 14.37%, #3da2ff 85.02%);
}
.blankPage .next-button[data-v-61b3cd94]:active {
  opacity: 0.7;
}
.reference[data-v-61b3cd94] {
  min-width: 9.53rem;
  max-width: 9.53rem;
  padding: 0.1rem 0.25rem;
  background: #eef1fd;
  margin-bottom: 0.2rem;
  -webkit-border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
          border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
  min-height: 3.5rem;
}
.reference .reference-title[data-v-61b3cd94] {
  border-bottom: 0.01rem solid #ffffff;
  height: 0.51rem;
  font-weight: 500;
  font-size: 0.22rem;
  color: #3b5efc;
  line-height: 0.26rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.reference .reference-content[data-v-61b3cd94] {
  margin: 0.2rem 0;
}
.reference .reference-content .reference-content-item[data-v-61b3cd94] {
  margin: 0.2rem 0;
  font-weight: 500;
  font-size: 0.18rem;
  color: #333333;
  line-height: 0.21rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.reference .reference-content .reference-content-z[data-v-61b3cd94] {
  font-weight: 400;
  white-space: pre-line;
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.19rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.content1[data-v-61b3cd94] {
  min-width: 9.55rem;
  max-width: 9.55rem;
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.content1 .chapter-content[data-v-61b3cd94] {
  padding-top: 0.45rem;
  padding-bottom: 0.25rem;
  background: #dde5fd;
}
.content1 .chapter-content .title[data-v-61b3cd94] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content1 .chapter-content .title div[data-v-61b3cd94] {
  width: 1.44rem;
  height: 0.34rem;
  font-weight: 500;
  font-size: 0.24rem;
  color: #333333;
  line-height: 0.28rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.content1 .chapter-content .title span[data-v-61b3cd94] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  margin-right: 0.1rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 0.16rem;
  color: #3b5efc;
  line-height: 0.19rem;
  text-align: right;
  font-style: normal;
  text-transform: none;
}
.content1 .chapter-content .at__input[data-v-61b3cd94] {
  padding: 0.25rem;
  margin-top: 0.14rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  -webkit-box-shadow: 0 0 0.1rem #f1f1f1;
          box-shadow: 0 0 0.1rem #f1f1f1;
  background-color: #ffffff;
}
[data-v-61b3cd94] .el-input.is-disabled .el-input__inner {
  background: none;
}
.message-line[data-v-61b3cd94] {
  padding: 0.15rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #969799;
  font-size: 0.14rem;
}
.line[data-v-61b3cd94] {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-top: 0.01rem solid #f5f5f5;
}
.text[data-v-61b3cd94] {
  padding: 0 0.1rem;
}
.content[data-v-61b3cd94] {
  min-width: 9.53rem;
  max-width: 9.53rem;
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.content .chapter-content[data-v-61b3cd94] {
  padding-top: 0.45rem;
  padding-bottom: 0.25rem;
  background: #dde5fd;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.content .chapter-content .title[data-v-61b3cd94] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content .chapter-content .title div[data-v-61b3cd94] {
  width: 1.44rem;
  height: 0.34rem;
  font-weight: 500;
  font-size: 0.24rem;
  color: #333333;
  line-height: 0.28rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.content .chapter-content .title span[data-v-61b3cd94] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  margin-right: 0.1rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 0.16rem;
  color: #3b5efc;
  line-height: 0.19rem;
  text-align: right;
  font-style: normal;
  text-transform: none;
}
.content .chapter-content .at__input[data-v-61b3cd94] {
  padding: 0.12rem;
  height: 1.77rem;
  margin-top: 0.14rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  -webkit-box-shadow: 0 0 0.1rem #f1f1f1;
          box-shadow: 0 0 0.1rem #f1f1f1;
  background-color: #ffffff;
}
.content .chapter-content .at__input[data-v-61b3cd94]  .el-textarea__inner {
  border: none;
}
.content .chapter-content .at__input1[data-v-61b3cd94] {
  padding: 0.25rem;
  height: 6rem;
  margin-top: 0.14rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  -webkit-box-shadow: 0 0 0.1rem #f1f1f1;
          box-shadow: 0 0 0.1rem #f1f1f1;
  background-color: #ffffff;
}
.content .chapter-content .at__input1[data-v-61b3cd94]  .el-textarea__inner {
  border: none;
}
.content .consult[data-v-61b3cd94] {
  margin-bottom: 2rem;
  margin-top: 0.1rem;
}
.content .consult .consult-content[data-v-61b3cd94] {
  margin-bottom: 0.15rem;
}
.content .consult .consult-content .inquire[data-v-61b3cd94] {
  font-family: PingFang SC;
  font-size: 0.16rem;
  font-weight: 500;
  text-align: left;
  color: #333333;
  padding: 0.06rem 0.23rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #f7faff;
  -webkit-border-radius: 0.08rem 0.08rem 0 0;
          border-radius: 0.08rem 0.08rem 0 0;
}
.content .consult .consult-content .inquire .answerTime[data-v-61b3cd94] {
  padding-bottom: 0.1rem;
}
.content .consult .answer[data-v-61b3cd94] {
  padding: 0 0.5rem 0.1rem 0.5rem;
  background: #f7faff;
  -webkit-border-radius: 0 0 0.08rem 0.08rem;
          border-radius: 0 0 0.08rem 0.08rem;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.19rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.content .consult .answer .AIanswer[data-v-61b3cd94] {
  border-top: 0.01rem solid #ededed;
}
.content .consult .answer .AIanswer .AIanswer-top[data-v-61b3cd94] {
  padding: 0.2rem 0.1rem 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: PingFang SC;
  font-size: 0.16rem;
  font-weight: 600;
  line-height: 0.224rem;
  text-align: left;
  color: #3b5efc;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0.1rem;
}
.content .consult .answer .AIanswer .AIanswer-top .AIanswer-top-right[data-v-61b3cd94] {
  font-family: PingFang SC;
  font-size: 0.12rem;
  font-weight: 400;
  line-height: 0.168rem;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  color: #0e248b;
}
.content .consult .answer .AIanswer .AIanswer-top .AIanswer-top-right[data-v-61b3cd94]:hover {
  color: #0084ff;
}
.content .consult .answer .AIanswer .AIanswer-top .AIanswer-top-right img[data-v-61b3cd94] {
  margin-right: 0.05rem;
}
.content .consult .answer .AIanswer .AIanswer-bottom[data-v-61b3cd94] {
  line-height: 0.25rem;
  padding-right: 0.13rem;
  font-size: 0.16rem;
  margin-bottom: 0.2rem;
  min-height: auto;
  max-height: 1rem;
  overflow-y: auto;
}
.content .consult1[data-v-61b3cd94] {
  margin-top: 0.3rem;
}
.content .consult1 .consult-content[data-v-61b3cd94] {
  margin-bottom: 0.15rem;
}
.content .consult1 .consult-content .inquire[data-v-61b3cd94] {
  font-family: PingFang SC;
  font-size: 0.16rem;
  font-weight: 500;
  text-align: left;
  color: #333333;
  padding: 0.06rem 0.1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #f7faff;
}
.content .consult1 .consult-content .inquire .answerTime[data-v-61b3cd94] {
  padding-bottom: 0.1rem;
}
.content .consult1 .answer[data-v-61b3cd94] {
  padding: 0.06rem 0.46rem;
  background: #f7faff63;
  -webkit-border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
          border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.19rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.content .consult1 .answer .AIanswer[data-v-61b3cd94] {
  border-top: 0.01rem solid #ededed;
}
.content .consult1 .answer .AIanswer .AIanswer-top[data-v-61b3cd94] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: PingFang SC;
  font-size: 0.16rem;
  font-weight: 600;
  line-height: 0.224rem;
  text-align: left;
  color: #3b5efc;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0.1rem;
}
.content .consult1 .answer .AIanswer .AIanswer-top .AIanswer-top-right[data-v-61b3cd94] {
  font-family: PingFang SC;
  font-size: 0.12rem;
  font-weight: 400;
  line-height: 0.168rem;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.content .consult1 .answer .AIanswer .AIanswer-top .AIanswer-top-right img[data-v-61b3cd94] {
  margin-right: 0.05rem;
}
.content .consult1 .answer .AIanswer .AIanswer-bottom[data-v-61b3cd94] {
  line-height: 0.25rem;
  font-size: 0.16rem;
  margin-bottom: 0.15rem;
  min-height: auto;
  max-height: 1rem;
  overflow-y: auto;
}
.content .AIanswers[data-v-61b3cd94] {
  position: fixed;
  bottom: 0;
  padding: 0.24rem 0;
  background: #dde5fd;
}
.content .AIanswers .AIsearch[data-v-61b3cd94] {
  min-width: 9.53rem;
  max-width: 9.53rem;
  margin-bottom: 0.25rem;
  height: 0.77rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
          border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.content .AIanswers .AIsearch[data-v-61b3cd94]  .el-input__inner {
  border: none;
}
.content .AIanswers .AIsearch textarea[data-v-61b3cd94] {
  width: 94%;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  border: none;
  outline: none;
  font-size: 0.16rem;
  resize: none;
}
.content .AIanswers .AIsearch .search-btn[data-v-61b3cd94] {
  cursor: pointer;
}
.el-main {
  overflow: unset !important;
}
.maker-smart-disk__write {
  background: #dde5fd;
  -webkit-border-radius: 0 0 0 0;
          border-radius: 0 0 0 0;
}
.maker-smart-disk__write .prev-button .el-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
@charset "UTF-8";
.maker-smart-disk__write[data-v-0b34c362] {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: -webkit-calc(100vh);
  min-height: calc(100vh);
}
.maker-smart-disk__write .page-view__top[data-v-0b34c362] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.maker-smart-disk__write .page-view__bottom[data-v-0b34c362] {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0.45rem;
}

/**
     * 按钮
     */
.zbyi[data-v-0b34c362] {
  width: 0.2rem;
  height: 0.2rem;
  cursor: pointer;
  margin-right: 0.06rem;
}
.zbyi[data-v-0b34c362]:hover {
  width: 0.26rem;
  height: 0.26rem;
  padding: 0.05rem;
  background: #e1e2ff;
}
.prev-button .el-button[data-v-0b34c362] {
  position: -webkit-sticky;
  position: sticky;
  left: 0.9rem;
  top: 0.5rem;
  width: 0.74rem;
  height: 0.74rem;
  -webkit-border-radius: 0.74rem;
          border-radius: 0.74rem;
  border: none;
  -webkit-box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
.prev-button .el-button svg[data-v-0b34c362] {
  width: 0.44rem;
  height: 0.44rem;
}
.next-button[data-v-0b34c362] {
  width: 2.4rem;
  height: 0.6rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  border: 0.01rem solid #1163ff;
  -webkit-box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.15);
  font-size: 0.24rem;
  line-height: 0.24rem;
  color: #3b5efc;
  background-color: #ffffff;
}
.next-button[data-v-0b34c362]:hover {
  border: none;
  color: #ffffff;
  background: -webkit-linear-gradient(359deg, #1163ff 14.37%, #3da2ff 85.02%);
  background: linear-gradient(91deg, #1163ff 14.37%, #3da2ff 85.02%);
}
.next-button[data-v-0b34c362]:active {
  opacity: 0.7;
}
.next-button + .next-button[data-v-0b34c362] {
  margin-left: 0.6rem;
}
.catalogue[data-v-0b34c362] {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: 0;
  padding: 0.33rem;
  min-width: 2.05rem;
  height: 10rem;
  overflow-y: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ecf1fc;
  -webkit-border-radius: 0 0 0 0;
          border-radius: 0 0 0 0;
}
.catalogue .item[data-v-0b34c362] {
  -webkit-border-radius: 0.07rem;
          border-radius: 0.07rem;
  min-width: 2.05rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  /* 设置过渡效果 */
  opacity: 1;
  /* 初始透明度为不透明 */
  cursor: pointer;
}
.catalogue .item .title[data-v-0b34c362] {
  color: #333;
  font-family: "PingFang SC";
  font-size: 0.24rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.5rem;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.08rem;
}
.catalogue .item .title[data-v-0b34c362]:hover {
  -webkit-border-radius: 0.06rem;
          border-radius: 0.06rem;
  color: #3b5efc;
  background: #dee8ff;
}
.catalogue .item .children[data-v-0b34c362] {
  cursor: pointer;
  margin-top: 0.1rem;
  color: #333;
  font-family: "PingFang SC";
  font-size: 0.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.catalogue .item .children .knobble[data-v-0b34c362] {
  height: 0.6rem;
  -webkit-border-radius: 0.07rem 0 0 0;
          border-radius: 0.07rem 0 0 0;
  margin-bottom: 0.1rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.05rem 0.3rem;
  -webkit-border-radius: 0.06rem;
          border-radius: 0.06rem;
}
.catalogue .item .children .knobble[data-v-0b34c362]:hover {
  background: #dee8ff;
  color: #3b5efc;
}

/* 隐藏滚动条样式 */
.catalogue[data-v-0b34c362]::-webkit-scrollbar {
  display: none;
  /* 隐藏Chrome和Safari的滚动条 */
}
.catalogue[data-v-0b34c362] {
  -ms-overflow-style: none;
  /* 隐藏IE和Edge的滚动条 */
}
.g-is-fold[data-v-0b34c362] {
  min-height: -webkit-calc(100vh);
  min-height: calc(100vh);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.is-fold[data-v-0b34c362] {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  width: 0;
}
.element[data-v-0b34c362] {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.25s;
  transition: max-height 0.25s;
}
.packupCatalogue1[data-v-0b34c362] {
  cursor: pointer;
  width: 0.66rem;
  height: 0.54rem;
  -webkit-border-radius: 0 0.32rem 0.32rem 0;
          border-radius: 0 0.32rem 0.32rem 0;
  background: #fff;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: 1.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.packupCatalogue1 .zbc[data-v-0b34c362] {
  width: 0.3rem;
}
.packupCatalogue2[data-v-0b34c362] {
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  /* 设置过渡效果 */
  opacity: 1;
  /* 初始透明度为1（不透明） */
  cursor: pointer;
  height: 0.54rem;
  -webkit-border-radius: 0 0.32rem 0.32rem 0;
          border-radius: 0 0.32rem 0.32rem 0;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: 1.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1.1rem;
  background: #3b5efc 100%;
}
.packupCatalogue2 .zbc[data-v-0b34c362] {
  width: 0.3rem;
}
[data-v-0b34c362] .el-drawer__wrapper .el-drawer {
  background: #ecf1fc;
}
[data-v-0b34c362] .el-drawer__header {
  font-weight: 600;
  font-size: 0.24rem;
  color: #333333;
  line-height: 0.28rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin: 0;
  padding-top: 0.3rem;
}
.history[data-v-0b34c362] {
  margin: 0.29rem;
  padding: 0.1rem 0.2rem;
  border-top: 0.01rem solid #ffffff;
}
.history .item .message[data-v-0b34c362] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.history .item .message p[data-v-0b34c362] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.16rem;
  color: #3b5efc;
  line-height: 0.19rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  cursor: pointer;
}
.history .item .content[data-v-0b34c362] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.19rem;
  text-align: left;
  font-style: normal;
  margin-left: 0.18rem;
  text-transform: none;
}
#wrap[data-v-33a99e65] {
  width: 100vw;
  height: 100vh;
}
#wrap .empty[data-v-33a99e65] {
  padding-top: 0.3rem;
  font-size: 0.22rem;
  text-align: center;
}
[data-v-03271e4d] .el-dialog {
  -webkit-border-radius: 0.23rem;
          border-radius: 0.23rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
[data-v-03271e4d] .el-dialog .el-dialog__header {
  padding: 0.5rem 0 0.36rem;
}
[data-v-03271e4d] .el-dialog .el-dialog__header .el-dialog__title {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 600;
  font-size: 0.36rem;
  line-height: 0.5rem;
  color: #f27a12;
  text-shadow: 0 0.02rem 0.04rem rgba(0, 0, 0, 0.3);
}
[data-v-03271e4d] .el-dialog .el-dialog__body {
  max-height: 60vh;
  padding: 0;
  overflow: auto;
}
[data-v-03271e4d] .el-dialog .el-form-item {
  width: 3.5739rem;
  height: 0.4255rem;
  margin: 0.24rem auto;
}
[data-v-03271e4d] .el-dialog .el-form-item .el-input__inner {
  height: 0.42rem;
  line-height: 0.42rem;
}
[data-v-03271e4d] .el-dialog .el-form-item .el-input-group__append {
  padding-left: 0.17rem;
}
[data-v-03271e4d] .el-dialog .el-form-item .el-input-group__append .el-button {
  width: 1.36rem;
  height: 0.43rem;
  margin: 0;
  background: #fff5d8;
  border: 0.01rem solid #f27a12;
  -webkit-border-radius: 0.21273rem;
          border-radius: 0.21273rem;
  font-size: 0.14rem;
  color: #333333;
}
[data-v-03271e4d] .el-dialog .el-dialog__footer {
  padding: 0.1rem 0 1rem;
}
[data-v-03271e4d] .el-dialog .saveBtn {
  width: 3.5739rem;
  height: 0.4255rem;
  line-height: 0.4255rem;
  border-color: #f27a12;
  background: #f27a12;
  -webkit-border-radius: 0.14rem;
          border-radius: 0.14rem;
  padding: 0;
  font-weight: 600;
  font-size: 0.16rem;
  color: #ffffff;
}
[data-v-03271e4d] .el-dialog .el-button.is-disabled,[data-v-03271e4d] .el-dialog .el-button.is-disabled:focus,[data-v-03271e4d] .el-dialog .el-button.is-disabled:hover {
  color: #c0c4cc;
  cursor: not-allowed;
  background-image: none;
  background: #7db0ea;
  border-color: #ebeef5;
}
.custom2-msgbox {
  width: 4.91rem;
  -webkit-border-radius: 0.28353rem;
          border-radius: 0.28353rem;
}
.custom2-msgbox .el-message-box__header {
  padding: 0.59rem 0 0;
}
.custom2-msgbox .el-message-box__header .el-message-box__title {
  font-weight: 600;
  font-size: 0.28rem;
  line-height: 0.39rem;
  color: #333333;
  text-align: center;
}
.custom2-msgbox .el-message-box__message {
  font-weight: 400;
  font-size: 0.18rem;
  line-height: 0.25rem;
  color: #333333;
  text-align: center;
}
.custom2-msgbox .el-message-box__btns {
  padding: 0.2rem 0 0.56rem;
  text-align: center;
}
.custom2-msgbox .el-message-box__btns .el-button {
  width: 3.57rem;
  height: 0.42rem;
  line-height: 0.53rem;
  padding: 0;
  background: #f27a12;
  border-color: #f27a12;
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
  font-size: 0.15317rem;
  line-height: 0.31rem;
  /* identical to box height */
  text-align: center;
  color: #ffffff;
}
@charset "UTF-8";
[data-v-083989df] .el-dialog {
  -webkit-border-radius: 0.32rem;
          border-radius: 0.32rem;
  height: 5.96rem;
}
.check-title[data-v-083989df] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.22rem;
  color: #999999;
  line-height: 0.13rem;
}
.title[data-v-083989df] {
  margin: 0.45rem 0;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.26rem;
  color: #333333;
  line-height: 0.13rem;
}
.progress-bar[data-v-083989df] {
  width: -webkit-calc(0.76rem + var(--slid-move));
  width: calc(0.76rem + var(--slid-move));
  /* 动态计算宽度 */
  height: 100%;
  -webkit-border-radius: 0.42rem;
          border-radius: 0.42rem;
  --move: 0;
  -webkit-transform: translateX(var(--move));
          transform: translateX(var(--move));
}
#rotation[data-v-083989df] {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.check[data-v-083989df] {
  --slider-size: 0.42rem;
  background: white;
  -webkit-border-radius: 0.16rem;
          border-radius: 0.16rem;
  padding: 0.2rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.check .img-con[data-v-083989df] {
  position: relative;
  overflow: hidden;
  width: 1.92rem;
  height: 1.92rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.check .img-con img[data-v-083989df] {
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.check .slider-con[data-v-083989df] {
  width: 4.14rem;
  height: 0.78rem;
  -webkit-border-radius: 0.42rem;
          border-radius: 0.42rem;
  margin-top: 0.52rem;
  position: relative;
  background: #f5f5f5;
  -webkit-box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.1) inset;
}
.slider-con .slider[data-v-083989df] {
  background: url(../static/img/slider.f4d0c20e.png) no-repeat;
  width: 0.78rem;
  height: 0.78rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.2);
  cursor: move;
  background-size: contain;
  --move: 0;
  -webkit-transform: translateX(var(--move));
          transform: translateX(var(--move));
}
.slider-con .slider.sliding[data-v-083989df] {
  background: url(../static/img/slider.f4d0c20e.png) no-repeat;
  background-size: contain;
}
.check-state[data-v-083989df] {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
body[data-v-083989df] {
  padding: 0;
  margin: 0;
  background: #fef5e0;
}
.refresh[data-v-083989df] {
  margin-top: 0.15rem;
  height: 0.22rem;
  vertical-align: middle;
  cursor: pointer;
}
.slider-con.err-anim[data-v-083989df] {
  -webkit-animation: jitter-data-v-083989df 0.5s;
          animation: jitter-data-v-083989df 0.5s;
}
@-webkit-keyframes jitter-data-v-083989df {
0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
25% {
    -webkit-transform: translateX(-0.05rem);
            transform: translateX(-0.05rem);
}
50% {
    -webkit-transform: translateX(0.05rem);
            transform: translateX(0.05rem);
}
75% {
    -webkit-transform: translateX(-0.05rem);
            transform: translateX(-0.05rem);
}
100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
}
@keyframes jitter-data-v-083989df {
0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
25% {
    -webkit-transform: translateX(-0.05rem);
            transform: translateX(-0.05rem);
}
50% {
    -webkit-transform: translateX(0.05rem);
            transform: translateX(0.05rem);
}
75% {
    -webkit-transform: translateX(-0.05rem);
            transform: translateX(-0.05rem);
}
100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
}
.bind-mobile-container {
  padding: 0.2rem;
}
.bind-mobile-container .bind-header {
  text-align: center;
  margin-bottom: 0.3rem;
}
.bind-mobile-container .bind-header .bind-icon {
  width: 0.6rem;
  height: 0.6rem;
  background: -webkit-linear-gradient(315deg, #667eea 0%, #764ba2 100%);
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-border-radius: 50%;
          border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 0.15rem;
}
.bind-mobile-container .bind-header .bind-icon i {
  font-size: 0.28rem;
  color: white;
}
.bind-mobile-container .bind-header .bind-title {
  font-size: 0.24rem;
  font-weight: 600;
  color: #333;
  margin: 0 0 0.1rem 0;
}
.bind-mobile-container .bind-header .bind-desc {
  font-size: 0.14rem;
  color: #666;
  margin: 0;
  line-height: 1.5;
}
.bind-mobile-container .bind-tips {
  margin-top: 0.2rem;
  padding: 0.15rem;
  background: #f8f9fa;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  border-left: 0.04rem solid #4967FD;
}
.bind-mobile-container .bind-tips p {
  margin: 0.05rem 0;
  font-size: 0.12rem;
  color: #666;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.bind-mobile-container .bind-tips p i {
  margin-right: 0.08rem;
  color: #4967FD;
}
.bind-mobile-container .bind-submit-btn {
  margin-top: 0.1rem;
  background: -webkit-linear-gradient(315deg, #4967FD 0%, #667eea 100%);
  background: linear-gradient(135deg, #4967FD 0%, #667eea 100%);
  border: none;
  font-weight: 500;
}
.bind-mobile-container .bind-submit-btn:hover {
  background: -webkit-linear-gradient(315deg, #3a5ce8 0%, #5a6fd8 100%);
  background: linear-gradient(135deg, #3a5ce8 0%, #5a6fd8 100%);
}
.code .el-input__inner {
  width: 2rem;
}
.smsLogin {
  margin-top: 0.3rem;
  padding-bottom: 0.2rem;
}
.smsLogin .el-select {
  width: 100%;
}
.smsLogin .el-input__inner {
  border-color: #f8f8f8;
  background: #f8f8f8;
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
}
.smsLogin .el-button {
  width: 100%;
  border-color: #4967FD;
  background: #4967FD;
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
}
.smsLogin .el-input-group__append {
  background: #d3e8fe;
  border: 0.01rem solid #7db0ea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
  font-size: 0.14rem;
  color: #333333;
}
.smsLogin .el-input-group__append .el-button {
  padding: 0;
  margin: 0;
}
.smsLogin .ops {
  margin-top: 0.16rem;
  color: #4967FD;
  font-family: PingFang SC;
  font-size: 0.12rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@charset "UTF-8";
@-webkit-keyframes fadeLoop-data-v-7469d7b0 {
0% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
}
40%, 100% {
    opacity: 0;
    -webkit-transform: scale(1.1, 1.22);
            transform: scale(1.1, 1.22);
}
}
@keyframes fadeLoop-data-v-7469d7b0 {
0% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
}
40%, 100% {
    opacity: 0;
    -webkit-transform: scale(1.1, 1.22);
            transform: scale(1.1, 1.22);
}
}
.html[data-v-7469d7b0] {
  scroll-behavior: smooth;
}
[data-v-7469d7b0] .el-dropdown-menu__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
[data-v-7469d7b0] .el-dropdown-menu__item span {
  width: 1.5rem;
}
[data-v-7469d7b0] .el-dropdown-menu__item img {
  width: 0.27rem;
  height: 0.24rem;
}
.imgTb[data-v-7469d7b0] {
  width: 0.2rem;
}
.el-header[data-v-7469d7b0] {
  width: 16rem;
  padding: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-header .img[data-v-7469d7b0] {
  width: 2.88rem;
  height: 0.62rem;
  margin-right: 0.05rem;
}
.el-header .imgs[data-v-7469d7b0] {
  width: 0.64rem;
  height: 0.32rem;
}
.el-header .headerText[data-v-7469d7b0] {
  width: 70%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0.35rem;
}
.el-header .headerText .navHeader[data-v-7469d7b0] {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4rem;
}
.el-header .headerText .navHeader .link[data-v-7469d7b0] {
  position: relative;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.el-header .headerText .navHeader .link.active[data-v-7469d7b0] {
  color: #5884f4;
}
.el-header .headerText .navHeader .link.active[data-v-7469d7b0]::after {
  content: "";
  position: absolute;
  bottom: -0.3rem;
  /* 调整位置 */
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.47rem;
  height: 0.06rem;
  background: #3b5efc;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.el-header nav a[data-v-7469d7b0],
.el-header .el-dropdown a[data-v-7469d7b0] {
  font-size: 0.2rem;
  line-height: 0.24rem;
  color: #666666;
}
.el-header .el-button[data-v-7469d7b0] {
  width: 0.84rem;
  height: 0.42rem;
  -webkit-border-radius: 0.21rem;
          border-radius: 0.21rem;
  padding: 0 0.2rem;
  font-size: 0.18rem;
  line-height: 0.42rem;
  border: 0.01rem solid transparent;
  color: #000;
}
.el-header .sass[data-v-7469d7b0] {
  width: 1.08rem;
  height: 0.42rem;
  padding: 0.01rem 0.15rem;
  font-size: 0.18rem;
  line-height: 0.42rem;
  border-right: 0.01rem solid #000;
}
.el-header .sass[data-v-7469d7b0]:last-child {
  border-right: none;
}
.el-header .userInfo[data-v-7469d7b0] {
  margin-right: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-header .userInfo .logo[data-v-7469d7b0] {
  width: 0.46rem;
  height: 0.46rem;
}
.el-header .userInfo .userName[data-v-7469d7b0] {
  font-size: 0.18rem;
  min-width: 0.5rem;
  line-height: 0.46rem;
  margin-left: 0.15rem;
}
.el-header .userInfo .quit[data-v-7469d7b0] {
  width: 0.84rem;
  height: 0.42rem;
  background: rgba(59, 94, 252, 0.1);
  -webkit-border-radius: 0.21rem;
          border-radius: 0.21rem;
  text-align: center;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 0.18rem;
  color: #1667ff;
  line-height: 0.42rem;
  margin-left: 0.15rem;
  cursor: pointer;
}
.el-main[data-v-7469d7b0] {
  min-width: 12rem;
  padding: 0;
  overflow: hidden;
  background-size: cover;
  background-position: top center;
}
.el-main[data-v-7469d7b0]  .banner {
  width: 19.2rem;
  max-width: 19.2rem;
  height: 6rem !important;
  margin: auto;
  position: relative;
}
.el-main[data-v-7469d7b0]  .banner .btn-folder {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 3.47rem;
  width: 2.4rem;
  height: 0.8rem;
  z-index: 1000;
}
.el-main[data-v-7469d7b0]  .banner .apply {
  width: 2.4rem;
  height: 0.8rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 3.47rem;
  z-index: 2000;
}
.el-main[data-v-7469d7b0]  .banner .btn-folder-bg {
  position: absolute;
  top: 0;
  top: 3.36rem;
  width: 2.4rem;
  z-index: 1000;
}
.el-main[data-v-7469d7b0]  .banner .apply-bg {
  width: 2.4rem;
  height: 0.8rem;
  -webkit-animation: fadeLoop-data-v-7469d7b0 2.5s ease-out infinite;
          animation: fadeLoop-data-v-7469d7b0 2.5s ease-out infinite;
  z-index: 1000;
}
.el-main[data-v-7469d7b0]  .banner .el-image {
  width: 100%;
  height: 100%;
}
.el-main[data-v-7469d7b0]  .banner .Title:first-child {
  margin-top: 1rem !important;
  padding-top: 2rem !important;
}
.el-main[data-v-7469d7b0]  .banner .el-carousel__item {
  background: #fff;
}
.el-main .martop[data-v-7469d7b0] {
  height: 1rem;
}
.el-main .cont[data-v-7469d7b0] {
  width: 12rem;
  margin: 6rem auto 2rem;
}
.el-main .cont span[data-v-7469d7b0] {
  padding: 0.14rem 0.26rem;
  background: #2c51a2;
  text-align: center;
  font-size: 0.26rem;
  color: #ffffff;
}
.footer[data-v-7469d7b0] {
  background-color: #333333;
  width: 100%;
  padding: 0.3rem;
}
.footer .footer-content[data-v-7469d7b0] {
  width: 12rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.footer .footer-content .footer-center[data-v-7469d7b0] {
  background-color: #333333;
  color: white;
  width: 100%;
  padding-left: 0.3rem;
}
.footer .footer-content .footer-center .guishu[data-v-7469d7b0] {
  font-size: 0.16rem;
}
.footer .footer-content .footer-center .guishu span[data-v-7469d7b0] {
  margin-right: 0.1rem;
}
.footer .footer-content .footer-center .banquan[data-v-7469d7b0] {
  margin: 0.2rem 0;
  font-size: 0.16rem;
}
.footer .footer-content .footer-center .gongan[data-v-7469d7b0] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.16rem;
}
.footer .footer-content .leftimg[data-v-7469d7b0] {
  width: 1rem;
}
.footer .footer-content .rightimg[data-v-7469d7b0] {
  width: 1rem;
}
[data-v-7469d7b0] .el-dialog {
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
}
[data-v-7469d7b0] .el-dialog__body {
  padding-top: 0.1rem;
}
[data-v-7469d7b0] .el-dialog__header {
  text-align: center;
  padding-top: 0.6rem;
}
.login-left[data-v-7469d7b0] {
  margin: 0 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.login-left h3[data-v-7469d7b0] {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 0.2rem;
  color: #333333;
}
.login-left .qrcodeBorder[data-v-7469d7b0] {
  width: 2.22rem;
  height: 2.22rem;
  border: 0.01rem solid #e8e8e8;
  margin-bottom: 0.13rem;
}
.login-left .qrcodeBorder .qrcode[data-v-7469d7b0] {
  width: 1.92rem;
  height: 1.92rem;
  background: #e8e8e8;
  margin: 0.15rem;
}
.login-left .qrcodeBorder .tips[data-v-7469d7b0] {
  width: 1.8rem;
  height: 0.43rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 0.18rem;
  color: #666666;
  line-height: 0.21rem;
  text-align: center;
  font-style: normal;
}
.line[data-v-7469d7b0] {
  width: 0.01rem;
  height: 3.6rem;
  border: 0.01rem solid #d8d8d8;
}
.login-weaper[data-v-7469d7b0] {
  width: 3.57rem;
  margin: 0 auto;
  background: #ffffff;
  overflow: hidden;
}
.login-weaper .title[data-v-7469d7b0] {
  font-family: PangMenZhengDao;
  font-size: 0.32rem;
  color: #1667ff;
  letter-spacing: 0.02rem;
  text-align: center;
  margin-bottom: 0.49rem;
}
.login-weaper .navbar[data-v-7469d7b0] {
  font-weight: 200;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #666666;
  text-shadow: 0 0.02rem 0.04rem rgba(0, 0, 0, 0.3);
}
.login-weaper .navbar a[data-v-7469d7b0] {
  width: 50%;
  display: inline-block;
  text-align: center;
}
.login-weaper .navbar .active[data-v-7469d7b0]::after {
  content: "";
  display: block;
  width: 15%;
  height: 0.08rem;
  background: #1667ff;
  -webkit-border-radius: 0.045rem;
          border-radius: 0.045rem;
  margin: 0.05rem auto;
}
.login-weaper[data-v-7469d7b0]  .el-input__inner {
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
}
.Title[data-v-7469d7b0] {
  position: relative;
  width: 100%;
  height: 0.32rem;
  font-family: Microsoft JhengHei;
  font-style: normal;
  font-weight: bold;
  font-size: 0.36rem;
  line-height: 0.32rem;
  text-align: center;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.2);
  margin-bottom: 1rem;
}
.TitleRed[data-v-7469d7b0] {
  color: rgba(209, 0, 1, 0.2);
}
.TitleRed span[data-v-7469d7b0] {
  color: #e31512;
}
.boxList[data-v-7469d7b0] {
  width: 12rem;
  padding-bottom: 0.32rem;
  margin: 0.32rem auto 0;
  border-bottom: 0.01rem solid #e6e5e5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.boxList .el-image[data-v-7469d7b0] {
  width: 2.73rem;
  height: 2.08rem;
  margin-right: 0.22rem;
}
.detail .back[data-v-7469d7b0] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 0.56rem;
  height: 0.17rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0.01rem 0.05rem 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.01rem 0.05rem 0 rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 0.02rem;
          border-radius: 0.02rem;
  font-size: 0.08rem;
  color: #666666;
}
.box[data-v-7469d7b0] {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.box .box1[data-v-7469d7b0] {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.box .box1 .box1_0[data-v-7469d7b0] {
  font-family: Microsoft New Tai Lue;
  font-style: normal;
  font-weight: bold;
  font-size: 0.24rem;
  color: #333333;
}
.box .box1 .box1_1[data-v-7469d7b0] {
  font-family: Microsoft New Tai Lue;
  font-style: normal;
  font-weight: normal;
  font-size: 0.18rem;
  line-height: 0.24rem;
  color: #999999;
  white-space: nowrap;
  margin-left: 0.35rem;
}
.box .box2[data-v-7469d7b0] {
  width: 100%;
  padding-top: 0.26rem;
  margin-bottom: 0.1rem;
  font-family: Microsoft New Tai Lue;
  font-style: normal;
  font-weight: normal;
  font-size: 0.18rem;
  line-height: 0.27rem;
  color: #333333;
}
.box .box3[data-v-7469d7b0] {
  width: 100%;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: bold;
  font-size: 0.2rem;
  text-align: right;
  color: #7db0ea;
}
.box .box3Red[data-v-7469d7b0] {
  color: #ff6d6b;
}
.changeCH-title[data-v-7469d7b0] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 0.36rem;
  font-family: AppleSystemUIFont;
  font-size: 0.2rem;
  color: #333333;
  line-height: 0.36rem;
}
.linech[data-v-7469d7b0] {
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.01rem;
  height: 30%;
  background-color: #e0e0e0;
}
.changeCH[data-v-7469d7b0] .el-dialog {
  position: absolute;
  left: 10%;
  top: -3vh;
  padding: 0.1rem 0.1rem;
  width: 24% !important;
}
.changeCH[data-v-7469d7b0] .el-dialog .el-dialog__header {
  padding: 0 !important;
  padding-top: 0rem !important;
}
.changeCH[data-v-7469d7b0] .el-dialog .el-dialog__body .changebutton {
  margin-top: 0.1rem;
  padding: 0.1rem 0.2rem;
}
.changeCH[data-v-7469d7b0] .el-dialog .el-dialog__body .changebutton .el-button {
  width: 1.3rem;
  vertical-align: middle;
}
.changeCH[data-v-7469d7b0] .el-dialog .el-dialog__body .changebutton .el-button span {
  margin-left: 0.06rem;
}
.changeCH[data-v-7469d7b0] .el-dialog .el-dialog__body .changebutton .line {
  height: 0.4rem;
  width: 0.01rem;
  display: inline-block;
  background: #999;
  vertical-align: middle;
  margin-top: -0.2rem;
}
.changeCH[data-v-7469d7b0] .el-dialog .el-dialog__body .changeSth {
  padding: 0.2rem 0.1rem;
  border-top: 0.01rem solid #999;
  border-bottom: 0.01rem solid #999;
  font-size: 0.15rem;
}
.newsListDetail h1[data-v-7469d7b0] {
  width: 100%;
  text-align: center;
  margin: 1rem 0;
  font-weight: normal;
  font-size: 0.4rem;
}
.newsListDetail div[data-v-7469d7b0] {
  width: 100%;
  font-size: 0.2rem;
}
[data-v-7469d7b0] .el-tabs__nav-wrap::after {
  background-color: rgba(0, 0, 0, 0) !important;
}
[data-v-7469d7b0] .el-tabs {
  font-size: 0.18rem !important;
  /* 自定义大小 */
}
[data-v-7469d7b0] .el-tabs .el-tabs__item {
  font-size: 0.18rem !important;
  /* 自定义大小 */
  font-weight: bold !important;
}
.newsData[data-v-7469d7b0] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.newsData .newsBox[data-v-7469d7b0] {
  width: 32%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.newsData .newsBox:hover .newsBoxTitle[data-v-7469d7b0] {
  color: #1667ff;
}
.newsData .newsBox .newsBoxTime[data-v-7469d7b0] {
  width: 0.5rem;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #1667ff;
  margin-right: 0.1rem;
}
.newsData .newsBox .newsBoxTime .newsBoxTime-top[data-v-7469d7b0] {
  font-size: 0.2rem;
  display: block;
  margin-bottom: 0.1rem;
  margin-top: 0.03rem;
}
.newsData .newsBox .newsBoxTime .newsBoxTime-bottom[data-v-7469d7b0] {
  font-size: 0.11rem;
  display: block;
}
.newsData .newsBox .newsBoxTitle[data-v-7469d7b0] {
  -webkit-box-flex: 7;
  -webkit-flex: 7;
      -ms-flex: 7;
          flex: 7;
  font-size: 0.18rem;
  line-height: 0.28rem;
  display: -webkit-box;
  /* 必须结合的属性 */
  -webkit-box-orient: vertical;
  /* 必须结合的属性 */
  -webkit-line-clamp: 2;
  /* 限制显示的行数 */
  overflow: hidden;
  /* 超出内容隐藏 */
  text-overflow: ellipsis;
  /* 超出部分显示省略号 */
  /* 容器宽度 */
}
.newsData .newsBox:first-child .newsBoxTitle[data-v-7469d7b0]::after {
  content: "";
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAWdJREFUOE+lk01LAkEch5/xHQVTIUFPpZuJ1KE8RPeC6Fyfozp0iK5phw7Rl4hOEXite5SuQX0ENTHxBTIMxYllIFtXE2ouu8zyf3jmt78RUkrBaWYPxCHICCD4fUkQryDPODq+EDJ7sg+cTxma9PlAyGymDDL6N4CoGAYDi/ZsGN5qVqYQIOXPfWkAhjt+P4TDsLYOT0X47EKrDYkEhELg80EuBx+db4gZEAhCOg3VKnjcaqDRVM9CHvp9i5UZYChubEL+EeIaNBrgcoHDAS/PY2MyA7QFSCyqYxia7x2o1WB5CbpdmAnAwz3o+oQjeL1gBJhKQb2uhj0ecDqhUoaVVbi7NZmMZBCAuXmIxaDdhlZLpd5qqvepAIO9swulEvR64HYrg6IORj5TAZoGwRDY7Uo5FodIFK4uIRicCBgWKZlU6lvbcHMNg4H6G3pB9cBqYBRpTJVtNjU8uixNVFX+52X653X+AoHVnytdLt2xAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  position: relative;
  top: 0.04rem;
}
.newsData .newsBox:nth-child(2) .newsBoxTitle[data-v-7469d7b0]::after {
  content: "";
  display: inline-block;
  width: 0.4rem;
  height: 0.2rem;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAQCAYAAACYwhZnAAAAAXNSR0IArs4c6QAAAj9JREFUSEvNlUtIVFEYx3/nzswd78wog2FU6qIHUmFQQUTh9JAei8BFRS2UaJEWhIEEBVJJFIWryl3YIiIXEUUZimGZ0iIyKASJTCoiK8usYWbunfe5MTcaI19hmXM2h7M43/f7/t9LhA1pSv8rYp01yIGHIONM+1EcKAU+1A3nULwLEcY3vxlpWoUZej/tvn93IDz5ZJU/QQS7L5mxjkP/HeCnQ7W0ARF4cNqMPz4zYxCO1bUTQwj3bFybzyO/9mPLW0py6Hn6VnIXYbTXYOqfcZddQajZgEn8bSeOQt+PoOxOSEQx4zr6nb1jBjophJJTiHtbI7GXt1GLy4n1NuEsriDaexW1qAy9pQoZeGcZdy7fhwx/Id53y3oLpxfX1gb05j0TqjwphH3+JmzeBWkjzpX7iT69mH4n/a9JvLk3CiK7ogMZ/ABCIBQVqQ9i3K2eohKzFmPLLULJngc2B87icqI9ly1jMvSR5HAfcvjFKAjPjuuEbuxCKzlG5Fkjmu84RtvBqUGkfmm+OsxEGBkYSBtRcgoQqptwV92ISr+kw4K4uRvP9mvobdUzB6G3HsC18SxG14l/A5GqcjM0mI5aeOZYk3U8JbT1p0h+6kG48oj1N6Mu2Um0+8LfpeOPIFZUIo0hqzvshT60klr0lkpcWxqsopTBsSfypN2hldaTalMz4odEeCQSu4bI8iKDA4TvHyFr7VHs+Wsw2g+jLqtA2FQij+oxowGEZy6udSfRW6vGVyIjxnZGLLBMWOXfAcljV1SmRJ0sAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  position: relative;
  top: 0.04rem;
}
.newsDataMore[data-v-7469d7b0] {
  text-align: center;
  color: #1667ff;
  padding: 0.5rem 0;
}
.newsDataMore div[data-v-7469d7b0] {
  font-size: 0.18rem;
  padding: 0.08rem 0.14rem;
  border: 0.01rem solid #1667ff;
  -webkit-border-radius: 0.3rem;
          border-radius: 0.3rem;
  display: inline-block;
  cursor: pointer;
  margin: auto;
}
.newsDataMore div[data-v-7469d7b0]:hover {
  background-color: #1667ff;
  color: white;
}
.el-tabs__nav-scroll[data-v-7469d7b0] {
  padding-left: 2rem;
}
.Scnenure[data-v-7469d7b0] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 确保内边距和边框不影响元素宽度 */
  /* 如果需要内容与边框的间距，可以添加内边距，但总宽度仍为33.333% */
  /* 示例内边距，不影响整体布局 */
}
.Scnenure .ScnenureBox[data-v-7469d7b0] {
  margin: 0.15rem;
  padding: 0.2rem;
  border-top: 0.06rem solid #feac52;
  width: 30%;
}
.Scnenure .ScnenureBox .ScnenureBoxTop[data-v-7469d7b0] {
  border-bottom: 0.01rem solid #feac52;
}
.Scnenure .ScnenureBox .ScnenureBoxTop h1[data-v-7469d7b0] {
  color: #feac52;
  text-align: center;
  margin: 0.5rem 0 0.2rem 0;
  font-size: 0.3rem;
  vertical-align: middle;
}
.Scnenure .ScnenureBox .ScnenureBoxTop h1 img[data-v-7469d7b0] {
  display: inline-block;
  width: 0.5rem;
  vertical-align: middle;
}
.Scnenure .ScnenureBox .ScnenureBoxTop h1 span[data-v-7469d7b0] {
  vertical-align: middle;
}
.Scnenure .ScnenureBox .ScnenureBoxTop p[data-v-7469d7b0] {
  text-align: center;
  padding-bottom: 0.2rem;
  color: #feac52;
}
.Scnenure .ScnenureBox .ScnenureBoxBottom[data-v-7469d7b0] {
  padding: 0.2rem 0.1rem;
  font-size: 0.2rem;
}
.Scnenure .green[data-v-7469d7b0] {
  border-top: 0.06rem solid #15da93;
}
.Scnenure .green .ScnenureBoxTop[data-v-7469d7b0] {
  border-bottom: 0.01rem solid #15da93;
}
.Scnenure .green .ScnenureBoxTop h1[data-v-7469d7b0] {
  color: #15da93;
}
.Scnenure .green .ScnenureBoxTop p[data-v-7469d7b0] {
  color: #15da93;
}
.Scnenure .blue[data-v-7469d7b0] {
  border-top: 0.06rem solid #0c8aff;
}
.Scnenure .blue .ScnenureBoxTop[data-v-7469d7b0] {
  border-bottom: 0.01rem solid #0c8aff;
}
.Scnenure .blue .ScnenureBoxTop h1[data-v-7469d7b0] {
  color: #0c8aff;
}
.Scnenure .blue .ScnenureBoxTop p[data-v-7469d7b0] {
  color: #0c8aff;
}
.project[data-v-7469d7b0] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.project .ProjectBox[data-v-7469d7b0] {
  margin: 0.1rem;
  -webkit-border-radius: 0.15rem;
          border-radius: 0.15rem;
  background-color: #ffffff;
  padding: 0.2rem;
  width: 30%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 确保内边距和边框不影响元素宽度 */
}
.project .ProjectBox .ProPic[data-v-7469d7b0] {
  -webkit-border-radius: 0.15rem;
          border-radius: 0.15rem;
  width: 100%;
  height: 2.5rem;
  background-color: #f6f9ff;
  text-align: center;
}
.project .ProjectBox .ProPic img[data-v-7469d7b0] {
  margin: auto;
}
.project .ProjectBox .ProAddress[data-v-7469d7b0] {
  color: #0c8aff;
}
.project .ProjectBox .ProAddress span[data-v-7469d7b0] {
  font-size: 0.16rem;
}
.project .ProjectBox .ProAddress span[data-v-7469d7b0]:first-child {
  margin-right: 0.08rem;
}
.project .ProjectBox .ProNum[data-v-7469d7b0] {
  color: #979797;
}
.project .ProjectBox .ProNum span[data-v-7469d7b0] {
  font-size: 0.14rem;
}
.project .ProjectBox .ProNum span[data-v-7469d7b0]:first-child {
  margin-right: 0.08rem;
}
.project .ProjectBox .ProjectTime[data-v-7469d7b0] {
  margin-top: 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.project .ProjectBox .ProjectTime .ProjectTimeLeft[data-v-7469d7b0] {
  font-size: 0.14rem;
}
.project .ProjectBox .ProjectTime .ProjectTimeRight[data-v-7469d7b0] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.project .ProjectBox .ProjectTime .ProjectTimeRight img[data-v-7469d7b0] {
  width: 0.2rem;
  margin: 0 0.08rem;
}
[data-v-7469d7b0] .v-modal {
  background: rgba(0, 0, 0, 0) !important;
}

/* 沿用之前的 .changebutton 和 .half-btn 样式，无需修改 */
.changebutton[data-v-7469d7b0] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.2rem;
  padding: 0.1rem;
}
.el-button.plain[data-v-7469d7b0] {
  width: 100%;
  max-width: 3rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
.half-btn[data-v-7469d7b0] {
  width: 40% !important;
}
.changebutton[data-v-7469d7b0] {
  padding: 0.2rem 0.1rem;
}
.btn-container[data-v-7469d7b0] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* 按钮组居中 */
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  /* 垂直居中 */
  gap: 0.4rem;
  /* 按钮间距（包含分割线空间） */
}
.el-button.plain[data-v-7469d7b0] {
  /* 基础样式 */
  border: none;
  /* 移除默认边框 */
  padding: 0.12rem 0.24rem;
  /* 内边距 */
  font-size: 0.14rem;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* 动画过渡 */
}
.el-button.el-button--primary.is-plain[data-v-7469d7b0] {
  margin-left: 0;
}

/* 中间分割线（仅当两个按钮显示时出现） */
.linech[data-v-7469d7b0] {
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  /* 居中定位 */
  width: 0.01rem;
  /* 分割线宽度 */
  height: 30%;
  /* 分割线高度 */
  background-color: #e0e0e0;
  /* 灰色分割线 */
}
.linelo[data-v-7469d7b0] {
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  /* 居中定位 */
  width: 0.01rem;
  /* 分割线宽度 */
  height: 60%;
  /* 分割线高度 */
  background-color: #e0e0e0;
  /* 灰色分割线 */
}
.ScnenureChangeBtn[data-v-7469d7b0] {
  width: 4rem;
  vertical-align: middle;
}
.ScnenureChangeBtn img[data-v-7469d7b0] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.05rem;
}
.ScnenureChangeBtn div[data-v-7469d7b0] {
  vertical-align: middle;
  display: inline-block;
}
.sch span[data-v-7469d7b0] {
  vertical-align: middle;
}
.sch .perName[data-v-7469d7b0] {
  height: 0.4rem;
  line-height: 0.4rem;
  -webkit-border-radius: 0.05rem;
          border-radius: 0.05rem;
  font-size: 0.18rem;
  padding-right: 0.1rem;
  max-width: 2.6rem;
  vertical-align: middle;
}
.sch .perName span[data-v-7469d7b0] {
  vertical-align: middle;
}
.sch .perName img[data-v-7469d7b0] {
  width: 0.14rem;
  height: 0.18rem;
  vertical-align: middle;
}
.ss span[data-v-7469d7b0] {
  vertical-align: middle;
  margin-top: 0.02rem;
}
.ss .perName[data-v-7469d7b0] {
  height: 0.4rem;
  line-height: 0.4rem;
  -webkit-border-radius: 0.05rem;
          border-radius: 0.05rem;
  font-size: 0.18rem;
  padding-right: 0.1rem;
  vertical-align: middle;
  max-width: 2.6rem span;
  max-width-vertical-align: middle;
}
.ss .perName img[data-v-7469d7b0] {
  width: 0.14rem;
  height: 0.18rem;
  vertical-align: middle;
}
.imgLogoSch[data-v-7469d7b0] {
  width: 80%;
}

/* 大赛相关 */
#ProvaboutScnenure .aboutScnenureMain[data-v-7469d7b0] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.6rem 0.8rem;
  position: relative;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureTop[data-v-7469d7b0] {
  padding-top: 1.4rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABK4AAAE3CAMAAAC0FflhAAAA+VBMVEUAAAByqf93rv////////////+51P+Es//29vqLuP+Uvf+hyP+cw/+40vauz/+pyv+81/+10f+/1/7I2/7h6/3H3f+/1/+30/94qP/F3P/K3//a5/+50vvN4f/O4fzD2v/E2/+51f/P4P+81P/0+P/M4P/J3v+ty//t8/7Q4/+1zv34+vv5+/75+/+qx/3P4v/+/v/O4f/s8//4+v7i6/+kx//t9f/s9f/s9P/1+f/s9P/r8v/t9f+72f+Vvf/////K4f/o8//n8v/m8f+v0f/////t9P/u9v/9/v/8/f/0+f/6/P/x9//2+v/4+//w9//y+P/5+//7/P/j4dl5AAAARXRSTlMALy+tGyhYLzYvLy8vBi4uLi4PEwciJSsvLhoMChULHSooGCAZHicsECoYFyMfEy4TWS4rVCiX9enSiENhQiHuTsWwcToRvjX5AAANg0lEQVR42uzd2W7aQBgF4ClyhFjMYoxZxtgETDBewGrFbd7/sTob2O5gmqaQsJyvUqUu10f/mZn8JgAAAAAAAAAAAAAA8C1MOlhMV8PhcLVaLGazwcDyXJMAANwU0xos/OXQcV4Fx3FEbPm+P51OF4uIh5dlUep5rm0iwwDg27jW1JlPev1OV+p0+v0eM5lMdpNJbz5/c4Ysu1hw8dyinm1yyC0A+FqmtXrtdbrtZrPRaNSFhtBsNttcq9XqMDzCZIZthDdH9UYVYQgvALgq04qWr2sWVjypajkZW0qTUcHV7Yrg6rPfRiNVG5eMmL1EdvHeSEVvdDGAAcAF08of9Vs8q2pn1I9keqn4EuGVF8fdjpVHWRzFkddssLUs10VxBIALcH1n3W5qWXWePn4d46slT77WI24usNb4VuqNKI4A8InRauF024167X/UlUNw5Sdeqjb2WHMc8eLIa+NK1MZpNBOtUYYX49q4cASAM6jfb2mj1QWyS5+78t7YF71RFcc3XhynUzF2WXjmBQAVTMtZNytGq6slWN4bVXNcd0bSnHljHGcoIkwVRxfFEQAsf82L4JcqT15cuzh79Vhx7KviKC4cfX7hWCiOVBZHRBjAU3GjNS+C36iuHXvlJ/advsCKo7DhkxefuhbypaqF03qA52H6e55WN6TcGaX8tpH3RjZ2SQ4zZFbiqb146sV7o4vjeoAHZFr7dqN2q+pVD73E4CVqo8SOvFhvXK5WK3nfOLBCS/5wo+vZjIkLR4C7Zy3bjZuarf65OObPJcrFcaeKozqu31oWTusB7pkZ7Zv3lFZ/qn4tIc7s1+tjcZS1UfVGURyt0KKei0cTAHdi+96+57Q6M3k1T7z0Yia9HuuNojj6IrcilluUkXeNHH5QCOAWmcv97R5cXTK+ys8lutpiibl4qTr05UvVAZ55AdwAm4ZZHAeGEKzuuwp+tjU2hcJPCLFf4ucbD1eNcrPEUXBkAMBnBUGchaFtfjysYiNNkuRF+LVrPfBw9U/3jW1tsYS0436e8Cv3AgAfkSSpEWcfC6wwSF4S/r8Pbyu3y7u6FbymPL/0g6+8Nu6kzUZcOQb5VlUCAH9j83JnsGkpjW1yFs0Mg49iIquU7SOfXP2Hijf2Kro6ojgeLxuX4q6ROe7FkavsEWEApxOLn0bFIanmZSmLNI+URA90LVhy5Z8QOkxd+dwlFxKqxRJi6NryoQsLCQF0dhi8JAG1yWk0TlL9X933Zg3+mf5cQttIOJc2c7WRUD70wm4cAMVmpdAIKw6tDCOj2l9b7+iCl75wbOfZJVfZ90fFVfa+XGU/O66y9/AJNHhKNk+l0CYaaiQpJbot4oq55kbCtnbhKDcSbjZz9cxLHdbjcT08HZt1vkz72zhNeYjpoj2Orq7t1LkXV1xlPyqtsvfzVfaIMHhonpEaHikyQ1YET6aV+Y64uj69NmpnXnL06quNhLI2llfZi+USWGUPjyYM0vIpFU3TmJxkvuPV1dc6vxinvFiil28kVJ9AW2CxBDya0CjFU2akITnN3N/WWr6ndm6xV7cjVhIqh1X2QxFhs8ONI555wT2yg8KTUdvgfzjNRBe8QdU/IdQqvvTivTFfLCFiy+IopdgsAXekMFDZWWIQgri6a/XqLziK+Mp/xnEjv529XKkX9iiOcPvCJA5VciUZPRtXP+AO1Eoqf7qRt8ZTq+xXq5XcSBgOQsuieKoKt8TOUsMkjBcn1KyOqybi6m78bfTSv/kvi6Mwn8viKL/AEYm567CRkF82ojfCN7JT+Sw0MAKTVHIRV/dvzPx9JWH5G2i9iSBvHI/FkeL7QfA9MoO/vrITgxLE1bOpGL606Yv3xvVorX0B7bDKnvdGDxkGV2dnSUhMmsSkmmk16uMf8Kiqq+OJQ6/jLvv+XN44yh9vjFhx3Mo3qqo42tgxARcXJhmhgREirqDoQx/j6DKdwmvVzZz3RvlUVcxd+BlHuCg7CPi1oEequdt6DXH13IoHX6fXeqm9Xqo2Okz+I0IsvKLZoTa6+HY2fJYZpiR+oeRsXOHoCgrGXMVWL07/Bhorjrw3yg+gRbw2qr6ItYTwT+yUBImNuILLRVhdKRRHuZOQUZ/PlsWRP1VVPyC0xUZC+ACDBKlJzvAixBV83FipmL3yQ3t+4ciK495hCsUx4sVxq+4bXQxfUBSTICDnWBFO2uHTxqcGr3Jv1Iujw6MrYrZi6jJRG0HKSBAiruDrjA+02ihnrzYbu5TDOvvXN0ecfcneiFX2z4uSgJJztogruBo9ulR25cOXXIzDvO5ZcVwKvh8JrDZuZW3EjeNT8Ehgn4+r9zHiCq5Mb4764NUq3DgK6kcc+TMv0RstJNZv9u62J20gAOB4E81cUluLliiCxpnStbNNBQxQpJOnXDXozPb9P8yOOvEBHZtvuCP/X2J8dzne/HN3vcK6cw3PWJIraoVVOZhbfOD4eFe12DYW5GtCfnFwLxMmV17F0oubquuFXEELBw+eL70W1l5S8cDxadsow1WUS5LxKraNPHDU2JJcffu+tTXJPgFqa7zp4qXLuc9QSTM6q304V1Y1OPPiOGr1exvp1Q9AXT8fTZ/8mrlZdH19Lf/kf6jnKt3o9VuRFMeb3vlu7Z9yZR0H54d1P7xop3fTZ25UMH2kx8ym0w8Po+YnVWZWU6ylu7R90WwmoV/2ToNqbWmuakdxq9m87KW393ku5vL8VgXzGekwM+n+v4fJxbtyOdoKLJveSmZ1nwuspzztZY6TNJutyDu2/pYrK/CiMHQGo1x6PYoKREGbmQnx4WHU/KTKzEpgnY0Gtl1yKmEUn7vv5cqqBXU/SQYjAQArNBqYZslJwvioar14a3Au8FpJZdLuCABYqU57YpqmU2nFR9YbuXLP4tCx+10BACvX7cte2U7oe7sLubKCKKzYbQEASmibkpNEp+6rXLmejFU2FACgiGFWBCuMqy9y5Z76FXvARhCAMnLRHTxsCOvBs1xZQeTYDc7YASil05C92nHCTfcpV57vmH1qBUAxnb4plU7i2p9cWdXyCWsrAAoq1ld2yd9zH3JVPTwpcW4FQEF5d1DsB+tBkSvrKNzJqBUAFeXdzJQqZXeWq6BeMbnBAEBRQ1Ny/D1L5qr+ZacnAEBRPVPaLx8b3rFfaggAUFZxneFkz4j39u1UAICyUlMqHRpR/StbQQBK65lS2Uj8jBtXAJTWyWanV0ZS4lsYACiuLXNlGwmLKwCq60xkrwyHxRUA5bVnuapwnx2A8rqzXI0FAChvLHPF6zcANDDc3jYEAGhgsm3wA5MAdDAmVwD0MDKNHAA00CVXADSRcdQOQA9jcgVADz1yBUAPI3IFQAv5kFwB0ENKrgDooUuuAOihQ64A6CAXglwB0AS5AqCFXPASDgBNkCsAmiBXADRBrgBoglwB0AS5An6zawemEQUhFEXtbuEzMPZfTUpYAwH3Zc8p4qIiITwyACHkCgghV0AItysghFwBIeQKCCFXQAi5AkLIFRBCroAQcgWEkCsghFwBIeQKCCFXQAi5AkLIFRBCroAQcgWEkCsgxCxX974AdtVrRK6AvydXwL8kV0AItysgRN2RcwF2Daer8wLYJVdACLkCQrhdASHkCgghV0CIOiN9AHbVHTjHdAVskysgxCxXegWsqzPQ7XYFbBtOV30BdtVsF2zLIPBLlkHgS01y5e0K+AB1JkxXwDrLIBBCroAQcgWEqAaIYLoCQlQPPM/TALvqvNVtugL21XlProAPYBmEH3bt6ARAGIiC4LWnoqD9F2ML+QsLM0Us70KIWMqVWgH7zQmQMEvjyrwCtnMMAhF+tQMR3q6ACOsKiLCugAi5AiLkCoiQKyBCroAIuQIi5AqIkCsgQq6AiLkBEqwrIMK6AiLkCoiQKyBCroAIuQIi5AqIkCsgYh6ABOsKiJArIMIxCETIFRAhV0CEXAERcgVEyBUQMRdAgnUFRMgVEDEvQIK3KyBCroAIuQIi5AqIkCsgQq6ACLkCIuQKiJgDIMG6AiLkCohwDAIR8wE/u3ZAAgAAAjDMcoL9E5njsIU4KpJgugIi5AqIkCsgQq6ACLkCIuQKiJgDSDBdARFyBUTIFRAhV0CEXAERcgVEeGQAIuQKiJArIEKugAi5AiLkCoiQKyBCroAIuQIi5AqIkCsgQq6ACLkCIuQKiJgFSJArIMIyCETIFRBhGQQiTFdAhFwBEXIFRLhdARFyBUTIFRAhV0CEXAERcgVEeGQAIuQKiJArIEKugAindiBCroAIuQIi5AqIkCsgQq7g2aljIgBAGABitQULU/1bQsffJSJChK6ACF0BEboCInQFROgKiNAVEKErIEJXQISugAhdARG6AiJ0BUToCojQFRChKyBCV0CEroAIXQERugIidAVE6AqI0BUQoSsgQldAhK6ACF0BEboCInQFROgKiNAVEKErIEJXQISugAhdARG6AiJ0BUToCojQFRChKyBCV0CEroAIXQERugIidAVE6AqI0BUQoSsgQldAxLwFCHhzFiDgzF3gt1/HJgCAMBQFPziGrTOkkICFuP9KBnGIBN5tcShgarBBAAWsIe0DAOltBTsAkJzpcT4IILXl+rpbA4CkzLvCBVsGNK6lSltlAAAAAElFTkSuQmCC);
  color: #333333;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -2;
  width: 100%;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureTop .SetScnenureTitle[data-v-7469d7b0] {
  z-index: 9999;
  font-size: 0.3rem;
  font-weight: bold;
  margin: 0;
  padding-left: 0.3rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureTop .SetScnenure[data-v-7469d7b0] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0.4rem;
  position: relative;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureTop .SetScnenure .scnbcc[data-v-7469d7b0] {
  position: absolute;
  width: -webkit-calc(100%);
  width: calc(100%);
  height: 1.7rem;
  background-color: white;
  z-index: 1;
  top: 1.8rem;
  left: 0rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureTop .SetScnenure .SetScnenureBox[data-v-7469d7b0] {
  z-index: 2;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #f6f9ff;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureTop .SetScnenure .SetScnenureBox[data-v-7469d7b0]:nth-child(2) {
  margin-right: 0.1rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureTop .SetScnenure .SetScnenureBox[data-v-7469d7b0]:nth-child(3) {
  margin-right: 0.1rem;
  margin-left: 0.1rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureTop .SetScnenure .SetScnenureBox[data-v-7469d7b0]:nth-child(4) {
  margin-left: 0.1rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureTop .SetScnenure .SetScnenureBox .SetScnenureBoxTop[data-v-7469d7b0] {
  padding: 0.14rem;
  height: 1.72rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureTop .SetScnenure .SetScnenureBox .SetScnenureBoxTop h2[data-v-7469d7b0] {
  font-size: 0.24rem;
  font-weight: normal;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureTop .SetScnenure .SetScnenureBox .SetScnenureBoxTop .group[data-v-7469d7b0] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureTop .SetScnenure .SetScnenureBox .SetScnenureBoxTop .group .grouptitle[data-v-7469d7b0] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.18rem;
  font-weight: normal;
  margin-top: 0;
  padding-top: 0.1rem;
  text-align: center;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureTop .SetScnenure .SetScnenureBox .SetScnenureBoxTop .group .groupClass[data-v-7469d7b0] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0.1rem;
  -webkit-box-flex: 2;
  -webkit-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureTop .SetScnenure .SetScnenureBox .SetScnenureBoxTop .group .groupClass .groupClassbox[data-v-7469d7b0] {
  -webkit-flex-basis: -webkit-calc( 50% );
      -ms-flex-preferred-size: calc( 50% );
          flex-basis: calc( 50% );
  /* 每个元素宽度为 50%，减去间距的一半 */
  max-width: -webkit-calc(50%);
  max-width: calc(50%);
  /* 确保最大宽度不超过 50% */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.18rem;
  width: 1.14rem;
  padding-bottom: 0.2rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureTop .SetScnenure .SetScnenureBox .SetScnenureBoxBottom[data-v-7469d7b0] {
  padding: 0.14rem;
  background: #f6f9ff;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureTop .SetScnenure .SetScnenureBox .SetScnenureBoxBottom h3[data-v-7469d7b0] {
  margin: 0;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureTop .SetScnenure .SetScnenureBox .SetScnenureBoxBottom .title[data-v-7469d7b0] {
  font-size: 0.24rem;
  font-weight: normal;
  margin-bottom: 0.16rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureTop .SetScnenure .SetScnenureBox .SetScnenureBoxBottom .provide[data-v-7469d7b0] {
  font-size: 0.18rem;
  font-weight: normal;
  margin: 0.03rem;
  line-height: 0.25rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureTop .SetScnenure .SetScnenureBox .SetScnenureBoxBottom p[data-v-7469d7b0] {
  font-size: 0.18rem;
  margin: 0;
  line-height: 0.25rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureTop .SetScnenuretype[data-v-7469d7b0] {
  z-index: 9999;
  background-color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0.1rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureTop .SetScnenuretype .groupClassbox[data-v-7469d7b0] {
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.1rem 0.2rem;
  margin: 0.1rem 0.3rem;
  background: rgba(59, 94, 252, 0.1);
  -webkit-border-radius: 0.21rem;
          border-radius: 0.21rem;
  font-size: 0.18rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureTop .SetScnenuretypeTitle[data-v-7469d7b0] {
  font-size: 0.24rem;
  font-weight: normal;
  background-color: white;
  margin: 0;
  font-weight: bold;
  padding-left: 0.4rem;
  padding-top: 0.4rem;
  z-index: 9999;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScQr[data-v-7469d7b0] {
  background-color: white;
  padding: 0.16rem 1.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScQr .aboutScQrleft[data-v-7469d7b0] {
  padding-right: 0.19rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScQr .aboutScQrleft img[data-v-7469d7b0] {
  width: 1.8rem;
  border: 0.01rem solid #f6f9ff;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScQr .aboutScQrright p[data-v-7469d7b0] {
  font-size: 0.18rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScQr .aboutScQrright p[data-v-7469d7b0]:nth-child(2) {
  margin: 0.42rem 0;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScQr .aboutScQrright p span[data-v-7469d7b0] {
  margin-right: 0.2rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScQr .aboutScQrright p span[data-v-7469d7b0]:first-child {
  display: inline-block;
  width: 1.2rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom[data-v-7469d7b0] {
  background-color: white;
  padding: 0.39rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox1[data-v-7469d7b0] {
  margin-top: 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox1 .asbox1-left[data-v-7469d7b0] {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
      -ms-flex: 3;
          flex: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0.6rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox1 .asbox1-left .pic[data-v-7469d7b0] {
  width: 0.64rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox1 .asbox1-left .pic img[data-v-7469d7b0] {
  width: 100%;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox1 .asbox1-left .asboxtext[data-v-7469d7b0] {
  padding: 0 0.1rem;
  -webkit-box-flex: 18;
  -webkit-flex: 18;
      -ms-flex: 18;
          flex: 18;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox1 .asbox1-left .asboxtext h3[data-v-7469d7b0] {
  font-size: 0.24rem;
  margin-top: 0.01rem;
  margin-bottom: 0.01rem;
  line-height: 0.32rem;
  font-weight: normal;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox1 .asbox1-left .asboxtext p[data-v-7469d7b0] {
  font-size: 0.18rem;
  line-height: 0.25rem;
  margin-top: 0.01rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox2[data-v-7469d7b0] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox2 .asbox1-right[data-v-7469d7b0] {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
      -ms-flex: 2;
          flex: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox2 .asbox1-right .pic[data-v-7469d7b0] {
  width: 0.64rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox2 .asbox1-right .pic img[data-v-7469d7b0] {
  width: 100%;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox2 .asbox1-right .asboxtext[data-v-7469d7b0] {
  padding: 0 0.1rem;
  -webkit-box-flex: 18;
  -webkit-flex: 18;
      -ms-flex: 18;
          flex: 18;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox2 .asbox1-right .asboxtext h3[data-v-7469d7b0] {
  font-size: 0.24rem;
  margin-top: 0.01rem;
  margin-bottom: 0.01rem;
  line-height: 0.32rem;
  font-weight: normal;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox2 .asbox1-right .asboxtext p[data-v-7469d7b0] {
  font-size: 0.18rem;
  line-height: 0.25rem;
  margin-top: 0.01rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox2 .asbox2[data-v-7469d7b0] {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox2 .asbox2 .asQr[data-v-7469d7b0] {
  padding-top: 0.15rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox2 .asbox2 .asQr .qr[data-v-7469d7b0] {
  width: 1.9rem;
  height: 1.9rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox2 .asbox2 .asQr .qr img[data-v-7469d7b0] {
  width: 100%;
  height: 100%;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox2 .asbox2 .asQr .qrtext[data-v-7469d7b0] {
  font-size: 0.18rem;
  padding-top: 0.07rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox2 .asbox2 .asQr .qrtext p[data-v-7469d7b0] {
  margin: 0;
  line-height: 0.25rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox2 .asbox2 .asQr .qrtext .qrtextbox[data-v-7469d7b0] {
  margin-bottom: 0.1rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox2 .asbox2-left[data-v-7469d7b0] {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
      -ms-flex: 3;
          flex: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.4rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox2 .asbox2-left .pic[data-v-7469d7b0] {
  width: 0.64rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox2 .asbox2-left .pic img[data-v-7469d7b0] {
  width: 100%;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox2 .asbox2-left .asboxtext[data-v-7469d7b0] {
  padding: 0 0.1rem;
  -webkit-box-flex: 18;
  -webkit-flex: 18;
      -ms-flex: 18;
          flex: 18;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox2 .asbox2-left .asboxtext h3[data-v-7469d7b0] {
  font-size: 0.24rem;
  margin-top: 0.01rem;
  margin-bottom: 0.01rem;
  line-height: 0.32rem;
  font-weight: normal;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox2 .asbox2-left .asboxtext p[data-v-7469d7b0] {
  font-size: 0.18rem;
  line-height: 0.25rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox2 .asbox2-left .asboxtext p[data-v-7469d7b0]:nth-child(2) {
  margin-top: 0.04rem;
  margin-bottom: 0.05rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox2 .asbox2-left .asboxtext p[data-v-7469d7b0]:nth-child(3) {
  margin-top: 0;
  margin-bottom: 0;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox2 .asbox2-right[data-v-7469d7b0] {
  padding-top: 0.4rem;
  padding-left: 0.6rem;
  width: 4.15rem;
  -webkit-box-flex: 2;
  -webkit-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox2 .asbox2-right .pic[data-v-7469d7b0] {
  width: 0.64rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox2 .asbox2-right .pic img[data-v-7469d7b0] {
  width: 100%;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox2 .asbox2-right .asboxtext[data-v-7469d7b0] {
  padding: 0 0.1rem;
  -webkit-box-flex: 18;
  -webkit-flex: 18;
      -ms-flex: 18;
          flex: 18;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox2 .asbox2-right .asboxtext h3[data-v-7469d7b0] {
  font-size: 0.24rem;
  margin-top: 0.01rem;
  margin-bottom: 0.01rem;
  line-height: 0.32rem;
  font-weight: normal;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox2 .asbox2-right .asboxtext p[data-v-7469d7b0] {
  font-size: 0.18rem;
  line-height: 0.25rem;
  margin-top: 0.01rem;
}

/* 大赛组委会联系方式 */
.contact .contactMain[data-v-7469d7b0] {
  background-color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact .contactMain .contactMainLeft[data-v-7469d7b0] {
  -webkit-box-flex: 4;
  -webkit-flex: 4;
      -ms-flex: 4;
          flex: 4;
  padding: 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.contact .contactMain .contactMainLeft .contactMainLeftQR[data-v-7469d7b0] {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
      -ms-flex: 2;
          flex: 2;
  padding-top: 0.5rem;
}
.contact .contactMain .contactMainLeft .contactMainLeftQR .qrcon[data-v-7469d7b0] {
  width: 2.4rem;
  height: 2.4rem;
  margin: auto;
  border: 0.01rem solid #999999;
  background-color: #f6f9ff;
  text-align: center;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
}
.contact .contactMain .contactMainLeft .contactMainLeftQR .qrcon img[data-v-7469d7b0] {
  width: 100%;
  text-align: center;
  margin: auto;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
}
.contact .contactMain .contactMainLeft .contactMainLeftQR .wx-number[data-v-7469d7b0] {
  text-align: center;
  color: #1667ff;
  font-size: 0.18rem;
  margin-top: 0.2rem;
  margin-bottom: 0.3rem;
}
.contact .contactMain .contactMainLeft .contactMainLeftQR .wx-text[data-v-7469d7b0] {
  text-align: center;
  font-size: 0.18rem;
}
.contact .contactMain .contactMainLeft .contactMainLeftInfo[data-v-7469d7b0] {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
.contact .contactMain .contactMainLeft .contactMainLeftInfo .star[data-v-7469d7b0] {
  width: 1.6rem;
}
.contact .contactMain .contactMainLeft .contactMainLeftInfo .contactInfoBox[data-v-7469d7b0] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0.2rem 0.1rem;
}
.contact .contactMain .contactMainLeft .contactMainLeftInfo .contactInfoBox img[data-v-7469d7b0] {
  width: 0.8rem;
  height: 0.8rem;
}
.contact .contactMain .contactMainLeft .contactMainLeftInfo .contactInfoBox div[data-v-7469d7b0] {
  margin-left: 0.2rem;
}
.contact .contactMain .contactMainLeft .contactMainLeftInfo .contactInfoBox div p[data-v-7469d7b0] {
  margin: 0;
  font-size: 0.22rem;
}
.contact .contactMain .contactMainLeft .contactMainLeftInfo .contactInfoBox div p[data-v-7469d7b0]:first-child {
  font-size: 0.18rem;
  color: #979797;
}
.contact .contactMain .contactMainLeft .contactMainLeftInfo .contactInfoBox div p[data-v-7469d7b0]:nth-child(2) {
  margin: 0.1rem 0;
}
.contact .contactMain .contactMainLeft .contactMainLeftInfo .contactInfoBox[data-v-7469d7b0]:nth-child(1) {
  margin-top: 0.2rem;
}
.contact .contactMain .contactMainRight[data-v-7469d7b0] {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.contact .contactMain .contactMainRight img[data-v-7469d7b0] {
  width: 100%;
}
.drop[data-v-7469d7b0] {
  position: absolute;
  left: 14.75rem !important;
}
.demo-table-expand[data-v-7469d7b0] {
  font-size: 0;
}
.demo-table-expand label[data-v-7469d7b0] {
  width: 0.9rem;
  color: #99a9bf;
}
.demo-table-expand .el-form-item[data-v-7469d7b0] {
  margin-right: 0;
  margin-bottom: 0;
  width: 50%;
}
[data-v-7469d7b0] .el-table__header th {
  background-color: #c9e2ff;
}

/* 使用/deep/或::v-deep穿透scoped样式 */
[data-v-7469d7b0] .custom-carousel {
  height: 6rem !important;
}
[data-v-7469d7b0] .custom-carousel .el-carousel__item {
  height: 100%;
}
[data-v-7469d7b0] .custom-carousel .el-carousel__item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.box1_0[data-v-7469d7b0] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.box1_0 div[data-v-7469d7b0]:nth-child(2) {
  text-align: right;
  font-size: 0.18rem;
  font-weight: 100;
}
.banner[data-v-7469d7b0] {
  display: block;
  /* 使用 block 布局 */
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 19.2rem;
  height: 6rem;
  /* 根据你的设计调整高度 */
  overflow: hidden;
  /* 防止内容溢出产生滚动条 */
}
[data-v-7469d7b0] .custom-carousel {
  width: 100%;
  height: 100% !important;
  /* 使轮播图高度与父容器一致 */
  overflow: hidden;
}
.list-wrapper[data-v-2bcf23a0] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.3rem 0;
  min-height: 78vh;
  background-color: #f4f4f4;
}
.list-wrapper .content[data-v-2bcf23a0] {
  margin: 0 auto;
  width: 12rem;
}
.list-wrapper .content .search[data-v-2bcf23a0] {
  padding-bottom: 0.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.18rem;
}
.list-wrapper .content .search .inp[data-v-2bcf23a0] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0.2rem;
  width: 4.2rem;
  height: 0.5rem;
  border: 0.01rem solid #e2e2e2;
  -webkit-border-radius: 0.1rem 0 0 0.1rem;
          border-radius: 0.1rem 0 0 0.1rem;
}
.list-wrapper .content .search .btn[data-v-2bcf23a0] {
  width: 1rem;
  height: 0.5rem;
  color: white;
  background-color: #5884f4;
  border: none;
  outline: none;
  -webkit-border-radius: 0 0.1rem 0.1rem 0;
          border-radius: 0 0.1rem 0.1rem 0;
}
.list-wrapper .content .text-search[data-v-2bcf23a0] {
  width: 100%;
  border-top: 0.01rem solid #e2e2e2;
}
.list-wrapper .content .text-search .item[data-v-2bcf23a0] {
  padding: 0.14rem 0 0.12rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 0.01rem solid #e2e2e2;
}
.list-wrapper .content .text-search .item .left[data-v-2bcf23a0] {
  width: 1.7rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 1.7rem;
      -ms-flex: 0 0 1.7rem;
          flex: 0 0 1.7rem;
  line-height: 0.3rem;
  font-size: 0.16rem;
  font-weight: bold;
  color: black;
}
.list-wrapper .content .text-search .item .right[data-v-2bcf23a0] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: nowrap row;
      -ms-flex-flow: nowrap row;
          flex-flow: nowrap row;
  overflow: hidden;
}
.list-wrapper .content .text-search .item .right .all-text[data-v-2bcf23a0] {
  margin-right: 0.38rem;
  display: block;
  width: 0.6rem;
  height: 0.3rem;
  line-height: 0.3rem;
  text-align: center;
  font-size: 0.16rem;
  color: black;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
  cursor: pointer;
}
.list-wrapper .content .text-search .item .right .all-text.active[data-v-2bcf23a0] {
  color: #5884f4;
  background-color: #e1e9fd;
}
.list-wrapper .content .text-search .item .right .content[data-v-2bcf23a0] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: inline-grid;
  grid-template-rows: auto;
  gap: 0.12rem 0;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}
.list-wrapper .content .text-search .item .right .content.fr4[data-v-2bcf23a0] {
  grid-template-columns: repeat(4, 1fr);
}
.list-wrapper .content .text-search .item .right .content.fr10[data-v-2bcf23a0] {
  grid-template-columns: repeat(10, 1fr);
}
.list-wrapper .content .text-search .item .right .content.fold[data-v-2bcf23a0] {
  height: 0.28rem;
}
.list-wrapper .content .text-search .item .right .content .text[data-v-2bcf23a0] {
  display: block;
  height: 0.3rem;
  line-height: 0.3rem;
  font-size: 0.16rem;
  color: black;
  white-space: nowrap;
  cursor: pointer;
}
.list-wrapper .content .text-search .item .right .content .text.active[data-v-2bcf23a0] {
  color: #5884f4;
}
.list-wrapper .content .text-search .item .right .icon-wrap[data-v-2bcf23a0] {
  margin-left: 0.3rem;
}
.list-wrapper .content .text-search .item .right .icon-wrap .icon[data-v-2bcf23a0] {
  display: block;
  padding: 0.02rem;
  font-size: 0.14rem;
  color: #9b9b9b;
  border: 0.01rem solid #9b9b9b;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  cursor: pointer;
}
.list-wrapper .content .list-wrap[data-v-2bcf23a0] {
  margin-top: 0.3rem;
  border: 0.01rem solid #e7e7e7;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  overflow: hidden;
}
.list-wrapper .content .list-wrap .list-header[data-v-2bcf23a0] {
  padding: 0 0.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: nowrap row;
      -ms-flex-flow: nowrap row;
          flex-flow: nowrap row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  height: 0.47rem;
  background-color: #ececec;
}
.list-wrapper .content .list-wrap .list-header .text[data-v-2bcf23a0] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  font-size: 0.14rem;
  color: black;
}
.list-wrapper .content .list-wrap .list-content[data-v-2bcf23a0] {
  background-color: white;
}
.list-wrapper .content .list-wrap .list-content .no-data[data-v-2bcf23a0] {
  padding: 0.1rem 0;
  text-align: center;
  line-height: 0.3rem;
  font-size: 0.16rem;
  background-color: #f4f4f4;
}
.list-wrapper .content .list-wrap .list-content .item[data-v-2bcf23a0] {
  padding: 0.16rem 0.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: nowrap row;
      -ms-flex-flow: nowrap row;
          flex-flow: nowrap row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}
.list-wrapper .content .list-wrap .list-content .item[data-v-2bcf23a0]:hover {
  background-color: #f6f9ff;
}
.list-wrapper .content .list-wrap .list-content .item .text[data-v-2bcf23a0] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  line-height: 0.24rem;
  font-size: 0.14rem;
  color: black;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.list-wrapper .content .list-wrap .list-content .item .text.avatar-wrap[data-v-2bcf23a0] {
  display: grid;
  grid-template-columns: 0.43rem auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.23rem;
}
.list-wrapper .content .list-wrap .list-content .item .text .avatar[data-v-2bcf23a0] {
  display: block;
  width: 0.43rem;
  height: 0.43rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.list-wrapper .content .list-wrap .list-content .item .text .txt[data-v-2bcf23a0] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-wrapper .content .pagination-wrap[data-v-2bcf23a0] {
  padding-top: 0.2rem;
  text-align: right;
}
.list-wrapper .content .pagination-wrap[data-v-2bcf23a0]  .el-pagination__total,
.list-wrapper .content .pagination-wrap[data-v-2bcf23a0]  .el-input__inner,
.list-wrapper .content .pagination-wrap[data-v-2bcf23a0]  .el-pagination__jump {
  font-size: 0.14rem;
  color: black;
}
.list-wrapper .content .pagination-wrap[data-v-2bcf23a0]  button:disabled,
.list-wrapper .content .pagination-wrap[data-v-2bcf23a0]  .btn-prev,
.list-wrapper .content .pagination-wrap[data-v-2bcf23a0]  .el-pager li,
.list-wrapper .content .pagination-wrap[data-v-2bcf23a0]  .btn-next {
  font-size: 0.14rem;
  background-color: #f4f4f4;
}
.dialog-message[data-v-300cb3dd] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.dialog-message .dialog-mask[data-v-300cb3dd] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.dialog-message .dialog-content[data-v-300cb3dd] {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: white;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.dialog-message .dialog-content .title-wrap[data-v-300cb3dd] {
  padding: 0 0.3rem;
  height: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.2rem;
  color: #C6C6C6;
}
.dialog-message .dialog-content .title-wrap .icon[data-v-300cb3dd] {
  cursor: pointer;
}
.dialog-message .dialog-content .form-wrap[data-v-300cb3dd] {
  padding: 0.22rem 0.3rem 0.3rem;
}
.dialog-message .dialog-content .form-wrap .item[data-v-300cb3dd] {
  margin-top: 0.32rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: nowrap row;
      -ms-flex-flow: nowrap row;
          flex-flow: nowrap row;
  gap: 0.2rem;
}
.dialog-message .dialog-content .form-wrap .item[data-v-300cb3dd]:first-child {
  margin-top: 0;
}
.dialog-message .dialog-content .form-wrap .item .label[data-v-300cb3dd] {
  line-height: 0.38rem;
  font-size: 0.14rem;
  color: black;
}
.dialog-message .dialog-content .form-wrap .item .input[data-v-300cb3dd], .dialog-message .dialog-content .form-wrap .item .textarea[data-v-300cb3dd] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.12rem 0.2rem 0.2rem;
  width: 5rem;
  line-height: 0.2rem;
  font-size: 0.14rem;
  border: 0.01rem solid #E1E1E1;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
  outline: none;
  color: #151515;
}
.dialog-message .dialog-content .form-wrap .item .textarea-wrap[data-v-300cb3dd] {
  position: relative;
}
.dialog-message .dialog-content .form-wrap .item .textarea-wrap .num[data-v-300cb3dd] {
  position: absolute;
  right: 0.2rem;
  bottom: 0.1rem;
  font-size: 0.14rem;
  color: #C0C0C0;
}
.dialog-message .dialog-content .btn-wrap[data-v-300cb3dd] {
  padding: 0 0.3rem;
  height: 0.68rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
  -webkit-border-radius: 0 0 0.06rem 0.06rem;
          border-radius: 0 0 0.06rem 0.06rem;
}
.dialog-message .dialog-content .btn-wrap .btn[data-v-300cb3dd] {
  width: 0.62rem;
  height: 0.38rem;
  text-align: center;
  line-height: 0.38rem;
  font-size: 0.14rem;
  color: white;
  background-color: #5884F4;
  outline: none;
  border: none;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
  cursor: pointer;
}
.dialog-message[data-v-01586c00] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.dialog-message .dialog-mask[data-v-01586c00] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.dialog-message .dialog-content[data-v-01586c00] {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: white;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.dialog-message .dialog-content .title-wrap[data-v-01586c00] {
  padding: 0 0.3rem;
  height: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.2rem;
  color: #C6C6C6;
}
.dialog-message .dialog-content .title-wrap .icon[data-v-01586c00] {
  cursor: pointer;
}
.dialog-message .dialog-content .pay-tips[data-v-01586c00] {
  padding: 0.15rem 0.3rem 0;
  width: 6.5rem;
  line-height: 0.3rem;
  font-size: 0.16rem;
  color: black;
}
.dialog-message .dialog-content .radio-wrap[data-v-01586c00] {
  padding: 0.15rem 0.5rem 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: nowrap column;
      -ms-flex-flow: nowrap column;
          flex-flow: nowrap column;
  gap: 0.2rem;
  font-size: 0.14rem;
}
.dialog-message .dialog-content .radio-wrap[data-v-01586c00]  .el-radio .el-radio__input.is-checked .el-radio__inner {
  width: 0.2rem;
  height: 0.2rem;
  border-color: #5884F4;
  background: #5884F4;
}
.dialog-message .dialog-content .radio-wrap[data-v-01586c00]  .el-radio .el-radio__input.is-checked .el-radio__inner::after {
  width: 0.1rem;
  height: 0.1rem;
}
.dialog-message .dialog-content .radio-wrap[data-v-01586c00]  .el-radio .el-radio__input .el-radio__inner {
  width: 0.2rem;
  height: 0.2rem;
  border-color: #999999;
}
.dialog-message .dialog-content .radio-wrap[data-v-01586c00]  .el-radio .el-radio__label {
  color: black;
}
.dialog-message .dialog-content .btn-wrap[data-v-01586c00] {
  padding: 0 0.3rem;
  height: 0.68rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.2rem;
  border-top: 0.01rem solid #cccccc;
}
.dialog-message .dialog-content .btn-wrap .btn[data-v-01586c00] {
  width: 0.62rem;
  height: 0.38rem;
  text-align: center;
  line-height: 0.38rem;
  font-size: 0.14rem;
  color: black;
  background-color: rgba(118, 183, 251, 0);
  outline: none;
  border: 0.01rem solid #E1E1E1;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
  cursor: pointer;
}
.dialog-message .dialog-content .btn-wrap .btn.primary[data-v-01586c00] {
  color: white;
  background-color: #5884F4;
  border: none;
}
.dialog-message[data-v-36e03afe] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.dialog-message .dialog-mask[data-v-36e03afe] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.dialog-message .dialog-content[data-v-36e03afe] {
  position: absolute;
  left: 50%;
  top: 50%;
  padding-bottom: 0.34rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #F6F6F6;
  -webkit-border-radius: 0.06rem;
          border-radius: 0.06rem;
}
.dialog-message .dialog-content .title-wrap[data-v-36e03afe] {
  padding: 0 0.3rem;
  height: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.2rem;
  color: white;
  background-color: #5884F4;
  -webkit-border-radius: 0.06rem 0.06rem 0 0;
          border-radius: 0.06rem 0.06rem 0 0;
}
.dialog-message .dialog-content .title-wrap .icon[data-v-36e03afe] {
  cursor: pointer;
}
.dialog-message .dialog-content .content[data-v-36e03afe] {
  padding: 0.14rem 0 0.34rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: nowrap row;
      -ms-flex-flow: nowrap row;
          flex-flow: nowrap row;
}
.dialog-message .dialog-content .content .left[data-v-36e03afe] {
  padding: 0 0.3rem;
  border-right: 0.01rem solid #E1E1E1;
}
.dialog-message .dialog-content .content .left .text[data-v-36e03afe] {
  padding-top: 0.4rem;
  display: block;
  text-align: center;
  font-size: 0.16rem;
  color: black;
}
.dialog-message .dialog-content .content .left .img[data-v-36e03afe] {
  margin-top: 0.32rem;
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  border: 0.01rem solid #E1E1E1;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.dialog-message .dialog-content .content .right[data-v-36e03afe] {
  padding: 0 0.2rem;
}
.dialog-message .dialog-content .content .right .text[data-v-36e03afe] {
  padding: 0.09rem 0 0.25rem;
  display: block;
  text-align: center;
  font-size: 0.16rem;
  color: black;
}
.dialog-message .dialog-content .content .right .text .price[data-v-36e03afe] {
  font-size: 0.22rem;
  color: #DF3636;
}
.dialog-message .dialog-content .content .right .tab-wrap[data-v-36e03afe] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: nowrap row;
      -ms-flex-flow: nowrap row;
          flex-flow: nowrap row;
  gap: 0.12rem;
}
.dialog-message .dialog-content .content .right .tab-wrap .tab[data-v-36e03afe] {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 0.1rem;
  height: 0.38rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: nowrap row;
      -ms-flex-flow: nowrap row;
          flex-flow: nowrap row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.06rem;
  font-size: 0.14rem;
  color: black;
  border: 0.02rem solid #E1E1E1;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
  cursor: pointer;
}
.dialog-message .dialog-content .content .right .tab-wrap .tab.active[data-v-36e03afe] {
  border-color: #5884F4;
}
.dialog-message .dialog-content .content .right .tab-wrap .tab.active[data-v-36e03afe]::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0.2rem;
  height: 0.2rem;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAKtWlDQ1BJQ0MgcHJvZmlsZQAAeNqtl2dQU2kXx8+96SGhJURASuhNkE4AKSG0AArSwUZIQgiEEEOCig2RxRVcCyoiWNFVEQXXAshaEFFsi4IN6wZZRJR1sWBD5f3AEHZ33i/vzHtm7jy/+c95TrlzP/wvAFWbJ5NJUG2AHKlCHhsWxExOSWUSBgALdCCBHljw+HkydkxMFADAxPnP+HAPEACA2448mUwC/1voCIR5fAAkBgDSBXn8HADkJADyki+TKwAwewDAYpFCpgDAtAMAXZ6ckgqA6QEAumichwCAnp6ckgqABQCgy+NjOQBYOgCRwuPJRQAUJgAw8/kiBQAlEACcpQKxFIAiAwD/nJxcAQDlGADY5vNFMgBKDwCw0v9WR/SPmunqmjyeSM3juwAAADFYnCeT8JbA/ztyJMqJHtYAQMmUh8cCgC4A0pOdG6lmafqs6AkWCwAmOFMZnjDB/DxO6gQLeMGR6ruSWVETnCEO5arrKLjxEyzMC4mbYHlurLpXhpzDnmCefLKvMjtBrWcKuer6BZnxSROcL06cNcF52XGRkzkctS5XxqrnF0rDgib7hqp3z8n7275irvquIjM+XL07b3J+oZQ9WTMvWT2bQBgcMpmToM6XKYLUvWSSGHW+UBKm1vPy49R3FfL4yXxFjPodZvEiYiYYOJALEsgFOTAhCjgQDKAQLlYAAHByZUvkYlGmgsmWySRCJlfKd5rGdHV2dQNITklljn8O7xiAAADCuDaprSYD+EnHxsbOTGqRXwBOmgGQVZOaTTeApgzgyia+Up4/rmEBAHBABi2ggwGYgAXYgiO4gif4QiCEQAREQzykwHzgQybkgBwWwTJYBSVQBhthK1TBbtgHh+AoHIcmOAMX4DJch1twFx6BCvrhFQzDBxhFEISAUBEaYoCYIlaIA+KKsBB/JASJQmKRFCQNESFSRIksQ1YjZUg5UoXsRWqRX5DTyAXkKtKFPEB6kUHkLfIFxaAUlI4ao9bodJSFstFINB6dh4rQhWgBWoyuRyvRGvQI2oheQK+jd1EV+godwQBGA8PAmGEcMSwMBxONScVkYOSYFZhSTAWmBlOPacF0YG5jVJghzGcsHkvDMrGOWF9sODYBy8cuxK7ArsNWYQ9hG7Ht2NvYXuww9juOijPCOeB8cFxcMk6EW4QrwVXgDuBO4S7h7uL6cR/weDwDb4P3wofjU/BZ+KX4dfid+AZ8K74L34cfIRAIBgQHgh8hmsAjKAglhO2EI4TzhG5CP+ETUYNoSnQlhhJTiVJiEbGCeJh4jthNHCCOkrRJViQfUjRJQFpC2kDaT2oh3ST1k0bJOmQbsh85npxFXkWuJNeTL5Efk99paGiYa3hrzNYQaxRqVGoc07ii0avxmaJLsadwKHMpSsp6ykFKK+UB5R2VSrWmBlJTqQrqemot9SL1KfWTJk3TSZOrKdBcqVmt2ajZrflai6RlpcXWmq9VoFWhdULrptaQNknbWpujzdNeoV2tfVr7vvaIDk3HRSdaJ0dnnc5hnas6L3QJuta6IboC3WLdfboXdftoGJoFjUPj01bT9tMu0frpeLoNnUvPopfRj9I76cN6unrueol6i/Wq9c7qqRgYhjWDy5AwNjCOM+4xvkwxnsKeIpyydkr9lO4pH/Wn6gfqC/VL9Rv07+p/MWAahBhkG2wyaDJ4Yog1tDecbbjIcJfhJcOhqfSpvlP5U0unHp/60Ag1sjeKNVpqtM/ohtGIsYlxmLHMeLvxReMhE4ZJoEmWyRaTcyaDpjRTf1Ox6RbT86YvmXpMNlPCrGS2M4fNjMzCzZRme806zUbNbcwTzIvMG8yfWJAtWBYZFlss2iyGLU0tZ1ous6yzfGhFsmJZZVpts+qw+mhtY51kvca6yfqFjb4N16bAps7msS3VNsB2oW2N7R07vB3LLttup90te9Tewz7Tvtr+pgPq4Okgdtjp0DUNN817mnRazbT7jhRHtmO+Y51jrxPDKcqpyKnJ6fV0y+mp0zdN75j+3dnDWeK83/mRi65LhEuRS4vLW1d7V75rtesdN6pbqNtKt2a3N+4O7kL3Xe49HjSPmR5rPNo8vnl6eco96z0HvSy90rx2eN1n0VkxrHWsK9447yDvld5nvD/7ePoofI77/OXr6Jvte9j3xQybGcIZ+2f0+Zn78fz2+qn8mf5p/nv8VQFmAbyAmoBngRaBgsADgQNsO3YW+wj7dZBzkDzoVNBHjg9nOac1GBMcFlwa3BmiG5IQUhXyNNQ8VBRaFzoc5hG2NKw1HBceGb4p/D7XmMvn1nKHI7wilke0R1Ii4yKrIp9F2UfJo1pmojMjZm6e+XiW1SzprKZoiOZGb45+EmMTszDm19n42TGzq2c/j3WJXRbbEUeLWxB3OO5DfFD8hvhHCbYJyoS2RK3EuYm1iR+TgpPKk1TJ05OXJ19PMUwRpzSnElITUw+kjswJmbN1Tv9cj7klc+/Ns5m3eN7V+YbzJfPPLtBawFtwIg2XlpR2OO0rL5pXwxtJ56bvSB/mc/jb+K8EgYItgkGhn7BcOJDhl1Ge8ULkJ9osGswMyKzIHBJzxFXiN1nhWbuzPmZHZx/MHpMkSRpyiDlpOaelutJsaXuuSe7i3C6Zg6xEplros3DrwmF5pPxAHpI3L69ZQVfIFDeUtsoflL35/vnV+Z8WJS46sVhnsXTxjSX2S9YuGSgILfh5KXYpf2nbMrNlq5b1Lmcv37sCWZG+om2lxcrilf2FYYWHVpFXZa/6rci5qLzo/eqk1S3FxsWFxX0/hP1QV6JZIi+5v8Z3ze4fsT+Kf+xc67Z2+9rvpYLSa2XOZRVlX9fx1137yeWnyp/G1mes79zguWHXRvxG6cZ7mwI2HSrXKS8o79s8c3PjFuaW0i3vty7YerXCvWL3NvI25TZVZVRl83bL7Ru3f63KrLpbHVTdsMNox9odH3cKdnbvCtxVv9t4d9nuL3vEe3r2hu1trLGuqdiH35e/7/n+xP0dP7N+rj1geKDswLeD0oOqQ7GH2mu9amsPGx3eUIfWKesGj8w9cuto8NHmesf6vQ2MhrJjcEx57OUvab/cOx55vO0E60T9SauTO07RTpU2Io1LGoebMptUzSnNXacjTre1+Lac+tXp14NnzM5Un9U7u+Ec+VzxubHzBedHWmWtQxdEF/raFrQ9uph88U777PbOS5GXrlwOvXyxg91x/orflTNXfa6evsa61nTd83rjDY8bp37z+O1Up2dn402vm823vG+1dM3oOtcd0H3hdvDty3e4d67fnXW3617CvZ77c++regQ9Lx5IHrx5mP9w9FHhY9zj0ifaTyqeGj2t+d3u9waVp+psb3DvjWdxzx718fte/ZH3x9f+4ufU5xUDpgO1L1xfnBkMHbz1cs7L/leyV6NDJX/q/Lnjte3rk38F/nVjOHm4/438zdjbde8M3h187/6+bSRm5OmHnA+jH0s/GXw69Jn1ueNL0peB0UVfCV8rv9l9a/ke+f3xWM7YmIwn5wEAAAYA0IwMgLcHAagpALRbAOQ5434aAACQ8X8AgHEP8t953HMDAIAnQD0AxAIApxXgWCuAdSEAtRAgBgDiAwF1c1M/E943J3fcyQJeG2BPMADAg83zCv/tkcc9/N/m/vcJgLq5ucO/z/8AviUHGxNa0wcAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAADg2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNi4wLWMwMDIgNzkuMTY0NDYwLCAyMDIwLzA1LzEyLTE2OjA0OjE3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjY1ODMzZTY1LTA2ZDgtNGFjZS04NDc3LTBjMDQzY2EwOTk1OCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo3QjVCRDgyRjhGRDExMUYwODY2MEIxOTVEQ0Y0OUFGNiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3QjVCRDgyRThGRDExMUYwODY2MEIxOTVEQ0Y0OUFGNiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjEuMCAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjkwYTg3NWZjLWE3NGYtNDMyNy1iYTgyLTMzMGRkOTUxMmUwOCIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOmY5M2ZmZDRmLTBlMWQtYzk0Yy1hOTY2LTZlNDEyY2I1N2U2MyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pi/XfXoAAAEzSURBVHjaYoxo+dLAwMBQz0BlwATEIIMbaWEwAy0MZ0JiU9VwJjQ+2YbrKTEzOOiz4DSYLMNlRJkY8oPYGRgZGfAajNNwUX5GBk52RhQxHk5GhuJQdobDl/4w7L/wh6DBWA33tWRlaIzjYODjghjODNRdAHTpy3f/GRbt/oU3jPEavnTvL4b3X/4z1ERDDI9zZWPg52ZkmLT+J8O//6gamXWcqggF4QEgBjnR4e8/BoZTN/4wGKqyMATbsjHIiTMxtC37CbYMHRBjMFbDxQWZGFYd/M3w4OU/opIbTrC8mhseLL+AcTR720+G64/+Ep2OcYLI1q8kJUUmMvICUYYzkZljCRrOREFxgNdwJgrLGpyGM1GhIMNqOBOVSkkMw6llMIbh1DQYxXAWBuoDkOEMAAEGAOM+UsHKVx7nAAAAAElFTkSuQmCC);
  background-size: 100% 100%;
}
.dialog-message .dialog-content .content .right .tab-wrap .tab .icon[data-v-36e03afe] {
  display: block;
  background-size: 100% 100%;
}
.dialog-message .dialog-content .content .right .tab-wrap .tab .icon.wechat[data-v-36e03afe] {
  width: 0.25rem;
  height: 0.21rem;
  background-image: url(../static/img/wechat-icon.e1014201.png);
}
.dialog-message .dialog-content .content .right .tab-wrap .tab .icon.ali[data-v-36e03afe] {
  width: 0.23rem;
  height: 0.23rem;
  background-image: url(../static/img/ali-icon.a16a368c.png);
}
.dialog-message .dialog-content .content .right .tab-wrap .tab .way[data-v-36e03afe] {
  white-space: nowrap;
}
.dialog-message .dialog-content .content .right .qrcode-wrap[data-v-36e03afe] {
  margin: 0.16rem auto 0;
  width: 1.8rem;
  height: 1.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0.01rem solid #E1E1E1;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.dialog-message .dialog-content .content .right .qrcode-wrap .pay-text[data-v-36e03afe] {
  font-size: 0.16rem;
  color: black;
}
.dialog-message .dialog-content .content .right .qrcode-wrap .qrcode[data-v-36e03afe] {
  width: 1.5rem;
  height: 1.5rem;
}
.dialog-message .dialog-content .footer[data-v-36e03afe] {
  padding-left: 0.4rem;
}
.detail-wrap[data-v-9db7a43a] {
  background-color: #F4F4F4;
}
.detail-wrap .detail-content[data-v-9db7a43a] {
  margin: 0 auto;
  padding-bottom: 0.3rem;
  width: 12rem;
}
.detail-wrap .detail-content .header[data-v-9db7a43a] {
  padding: 0.55rem 0 0.29rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: nowrap row;
      -ms-flex-flow: nowrap row;
          flex-flow: nowrap row;
}
.detail-wrap .detail-content .header .img[data-v-9db7a43a] {
  display: block;
  width: 2.1rem;
  height: 2.1rem;
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
}
.detail-wrap .detail-content .header .desc-wrap[data-v-9db7a43a] {
  margin-left: 0.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: nowrap column;
      -ms-flex-flow: nowrap column;
          flex-flow: nowrap column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.24rem;
}
.detail-wrap .detail-content .header .desc-wrap .title[data-v-9db7a43a] {
  font-size: 0.3rem;
  font-weight: bold;
  color: black;
}
.detail-wrap .detail-content .header .desc-wrap .desc[data-v-9db7a43a] {
  font-size: 0.16rem;
  color: black;
}
.detail-wrap .detail-content .header .desc-wrap .btns[data-v-9db7a43a] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: nowrap row;
      -ms-flex-flow: nowrap row;
          flex-flow: nowrap row;
  gap: 0.3rem;
}
.detail-wrap .detail-content .header .desc-wrap .btns .btn[data-v-9db7a43a] {
  padding: 0.11rem 0.12rem;
  font-size: 0.16rem;
  color: #5884F4;
  background-color: #E1E9FD;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
}
.detail-wrap .detail-content .header .desc-wrap .btns .btn.last[data-v-9db7a43a] {
  color: white;
  background-color: #5884F4;
  cursor: pointer;
}
.detail-wrap .detail-content .tabs-wrap.mt30[data-v-9db7a43a] {
  margin-top: 0.3rem;
}
.detail-wrap .detail-content .tabs-wrap .tab-header[data-v-9db7a43a] {
  padding: 0 0.4rem;
  height: 0.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: nowrap row;
      -ms-flex-flow: nowrap row;
          flex-flow: nowrap row;
  gap: 0.44rem;
  background-color: white;
  border-bottom: 0.01rem solid #E2E2E2;
  -webkit-border-radius: 0.2rem 0.2rem 0 0;
          border-radius: 0.2rem 0.2rem 0 0;
}
.detail-wrap .detail-content .tabs-wrap .tab-header .text[data-v-9db7a43a] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: 0.16rem;
  font-weight: bold;
  color: black;
}
.detail-wrap .detail-content .tabs-wrap .tab-header .text.active[data-v-9db7a43a] {
  color: #5884F4;
  border-bottom: 0.05rem solid #5884F4;
}
.detail-wrap .detail-content .tabs-wrap .tab-content[data-v-9db7a43a] {
  position: relative;
  padding: 0.3rem 0;
  background-color: white;
  -webkit-border-radius: 0 0 0.2rem 0.2rem;
          border-radius: 0 0 0.2rem 0.2rem;
}
.detail-wrap .detail-content .tabs-wrap .tab-content .mt40[data-v-9db7a43a] {
  margin-top: 0.4rem;
}
.detail-wrap .detail-content .tabs-wrap .tab-content .title[data-v-9db7a43a] {
  padding: 0 0.4rem;
  font-size: 0.2rem;
  font-weight: bold;
  color: black;
}
.detail-wrap .detail-content .tabs-wrap .tab-content .sub-title[data-v-9db7a43a] {
  margin-top: 0.2rem;
  padding: 0 0.4rem;
  font-size: 0.16rem;
  color: black;
}
.detail-wrap .detail-content .tabs-wrap .tab-content .desc[data-v-9db7a43a] {
  margin-top: 0.2rem;
  padding: 0 0.4rem;
  line-height: 0.3rem;
  font-size: 0.16rem;
  color: #5C5C5C;
}
.detail-wrap .detail-content .tabs-wrap .tab-content .desc.files .file[data-v-9db7a43a] {
  padding-top: 0.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: nowrap row;
      -ms-flex-flow: nowrap row;
          flex-flow: nowrap row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.2rem;
}
.detail-wrap .detail-content .tabs-wrap .tab-content .desc.files .file[data-v-9db7a43a]:first-child {
  padding-top: 0;
}
.detail-wrap .detail-content .tabs-wrap .tab-content .desc.files .file .icon[data-v-9db7a43a] {
  display: block;
  width: 0.2rem;
  height: 0.2rem;
  background-image: url("https://www.dazch.com/fed/public/dazch/app/assets/competition/fujian.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.detail-wrap .detail-content .tabs-wrap .tab-content .desc.files .file .file-name[data-v-9db7a43a] {
  font-size: 0.16rem;
  color: #5C5C5C;
}
.detail-wrap .detail-content .tabs-wrap .tab-content .desc.files .file .btn[data-v-9db7a43a] {
  display: block;
  width: 0.86rem;
  height: 0.38rem;
  line-height: 0.38rem;
  text-align: center;
  font-size: 0.16rem;
  color: white;
  background-color: #5884F4;
  border: none;
  outline: none;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  cursor: pointer;
}
.detail-wrap .detail-content .tabs-wrap .tab-content .pay-footer[data-v-9db7a43a] {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 1rem 0 0.3rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(70%, #fff));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 70%);
  background: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, #fff 70%);
}
.detail-wrap .detail-content .tabs-wrap .tab-content .pay-footer .pay-btn[data-v-9db7a43a] {
  margin: 0 auto;
  width: 3rem;
  line-height: 0.4rem;
  text-align: center;
  font-size: 0.16rem;
  color: white;
  background: -webkit-linear-gradient(339deg, #1163ff 0%, #6164ff 100%);
  background: linear-gradient(111deg, #1163ff 0%, #6164ff 100%);
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  cursor: pointer;
}
.detail-wrap .detail-content .team-wrap[data-v-9db7a43a] {
  padding-top: 0.14rem;
}
.detail-wrap .detail-content .team-wrap .title[data-v-9db7a43a] {
  padding: 0.16rem 0;
  font-size: 0.2rem;
  font-weight: bold;
  color: black;
  border-bottom: 0.01rem solid #E2E2E2;
}
.detail-wrap .detail-content .team-wrap .sub-title[data-v-9db7a43a] {
  padding: 0.16rem 0;
  font-size: 0.16rem;
  color: #5C5C5C;
}
.detail-wrap .detail-content .team-wrap .table-wrap .table-header[data-v-9db7a43a] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #ECECEC;
}
.detail-wrap .detail-content .team-wrap .table-wrap .table-header .text[data-v-9db7a43a] {
  padding: 0.16rem 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  font-size: 0.14rem;
  color: black;
}
.detail-wrap .detail-content .team-wrap .table-wrap .table-content .no-data[data-v-9db7a43a] {
  padding: 0.1rem 0;
  line-height: 0.3rem;
  text-align: center;
  font-size: 0.16rem;
  color: #5C5C5C;
}
.detail-wrap .detail-content .team-wrap .table-wrap .table-content .item[data-v-9db7a43a] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  cursor: pointer;
}
.detail-wrap .detail-content .team-wrap .table-wrap .table-content .item[data-v-9db7a43a]:hover {
  background-color: #F5F9FF;
}
.detail-wrap .detail-content .team-wrap .table-wrap .table-content .item .text[data-v-9db7a43a] {
  padding: 0.16rem 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  font-size: 0.14rem;
  color: black;
}
.wscn-http404-container[data-v-6b3aeb0e] {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  top: 40%;
  left: 50%;
}
.wscn-http404[data-v-6b3aeb0e] {
  position: relative;
  width: 12rem;
  padding: 0 0.5rem;
  overflow: hidden;
}
.wscn-http404 .pic-404[data-v-6b3aeb0e] {
  position: relative;
  float: left;
  width: 6rem;
  overflow: hidden;
}
.wscn-http404 .pic-404__parent[data-v-6b3aeb0e] {
  width: 100%;
}
.wscn-http404 .pic-404__child[data-v-6b3aeb0e] {
  position: absolute;
}
.wscn-http404 .pic-404__child.left[data-v-6b3aeb0e] {
  width: 0.8rem;
  top: 0.17rem;
  left: 2.2rem;
  opacity: 0;
  -webkit-animation-name: cloudLeft-data-v-6b3aeb0e;
          animation-name: cloudLeft-data-v-6b3aeb0e;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.wscn-http404 .pic-404__child.mid[data-v-6b3aeb0e] {
  width: 0.46rem;
  top: 0.1rem;
  left: 4.2rem;
  opacity: 0;
  -webkit-animation-name: cloudMid-data-v-6b3aeb0e;
          animation-name: cloudMid-data-v-6b3aeb0e;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.wscn-http404 .pic-404__child.right[data-v-6b3aeb0e] {
  width: 0.62rem;
  top: 1rem;
  left: 5rem;
  opacity: 0;
  -webkit-animation-name: cloudRight-data-v-6b3aeb0e;
          animation-name: cloudRight-data-v-6b3aeb0e;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@-webkit-keyframes cloudLeft-data-v-6b3aeb0e {
0% {
    top: 0.17rem;
    left: 2.2rem;
    opacity: 0;
}
20% {
    top: 0.33rem;
    left: 1.88rem;
    opacity: 1;
}
80% {
    top: 0.81rem;
    left: 0.92rem;
    opacity: 1;
}
100% {
    top: 0.97rem;
    left: 0.6rem;
    opacity: 0;
}
}
@keyframes cloudLeft-data-v-6b3aeb0e {
0% {
    top: 0.17rem;
    left: 2.2rem;
    opacity: 0;
}
20% {
    top: 0.33rem;
    left: 1.88rem;
    opacity: 1;
}
80% {
    top: 0.81rem;
    left: 0.92rem;
    opacity: 1;
}
100% {
    top: 0.97rem;
    left: 0.6rem;
    opacity: 0;
}
}
@-webkit-keyframes cloudMid-data-v-6b3aeb0e {
0% {
    top: 0.1rem;
    left: 4.2rem;
    opacity: 0;
}
20% {
    top: 0.4rem;
    left: 3.6rem;
    opacity: 1;
}
70% {
    top: 1.3rem;
    left: 1.8rem;
    opacity: 1;
}
100% {
    top: 1.6rem;
    left: 1.2rem;
    opacity: 0;
}
}
@keyframes cloudMid-data-v-6b3aeb0e {
0% {
    top: 0.1rem;
    left: 4.2rem;
    opacity: 0;
}
20% {
    top: 0.4rem;
    left: 3.6rem;
    opacity: 1;
}
70% {
    top: 1.3rem;
    left: 1.8rem;
    opacity: 1;
}
100% {
    top: 1.6rem;
    left: 1.2rem;
    opacity: 0;
}
}
@-webkit-keyframes cloudRight-data-v-6b3aeb0e {
0% {
    top: 1rem;
    left: 5rem;
    opacity: 0;
}
20% {
    top: 1.2rem;
    left: 4.6rem;
    opacity: 1;
}
80% {
    top: 1.8rem;
    left: 3.4rem;
    opacity: 1;
}
100% {
    top: 2rem;
    left: 3rem;
    opacity: 0;
}
}
@keyframes cloudRight-data-v-6b3aeb0e {
0% {
    top: 1rem;
    left: 5rem;
    opacity: 0;
}
20% {
    top: 1.2rem;
    left: 4.6rem;
    opacity: 1;
}
80% {
    top: 1.8rem;
    left: 3.4rem;
    opacity: 1;
}
100% {
    top: 2rem;
    left: 3rem;
    opacity: 0;
}
}
.wscn-http404 .bullshit[data-v-6b3aeb0e] {
  position: relative;
  float: left;
  width: 3rem;
  padding: 0.3rem 0;
  overflow: hidden;
}
.wscn-http404 .bullshit__oops[data-v-6b3aeb0e] {
  font-size: 0.32rem;
  font-weight: bold;
  line-height: 0.4rem;
  color: #1482f0;
  opacity: 0;
  margin-bottom: 0.2rem;
  -webkit-animation-name: slideUp-data-v-6b3aeb0e;
          animation-name: slideUp-data-v-6b3aeb0e;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.wscn-http404 .bullshit__headline[data-v-6b3aeb0e] {
  font-size: 0.2rem;
  line-height: 0.24rem;
  color: #222;
  font-weight: bold;
  opacity: 0;
  margin-bottom: 0.1rem;
  -webkit-animation-name: slideUp-data-v-6b3aeb0e;
          animation-name: slideUp-data-v-6b3aeb0e;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.wscn-http404 .bullshit__info[data-v-6b3aeb0e] {
  font-size: 0.13rem;
  line-height: 0.21rem;
  color: grey;
  opacity: 0;
  margin-bottom: 0.3rem;
  -webkit-animation-name: slideUp-data-v-6b3aeb0e;
          animation-name: slideUp-data-v-6b3aeb0e;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.wscn-http404 .bullshit__return-home[data-v-6b3aeb0e] {
  display: block;
  float: left;
  width: 1.1rem;
  height: 0.36rem;
  background: #1482f0;
  -webkit-border-radius: 1rem;
          border-radius: 1rem;
  text-align: center;
  color: #ffffff;
  opacity: 0;
  font-size: 0.14rem;
  line-height: 0.36rem;
  cursor: pointer;
  -webkit-animation-name: slideUp-data-v-6b3aeb0e;
          animation-name: slideUp-data-v-6b3aeb0e;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes slideUp-data-v-6b3aeb0e {
0% {
    -webkit-transform: translateY(0.6rem);
            transform: translateY(0.6rem);
    opacity: 0;
}
100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
}
}
@keyframes slideUp-data-v-6b3aeb0e {
0% {
    -webkit-transform: translateY(0.6rem);
            transform: translateY(0.6rem);
    opacity: 0;
}
100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
}
}
.header_log[data-v-4236dcdf]  .el-form .el-form-item {
  width: 100% !important;
}
.header_log[data-v-4236dcdf]  .el-form-item .el-form-item__label {
  font-size: 0.2rem;
  font-weight: 100;
}
.header_log[data-v-4236dcdf]  .el-dialog__header .el-dialog__title {
  text-align: center;
  font-size: 0.24rem;
}
.header_log[data-v-4236dcdf]  .el-dialog__body {
  padding-bottom: 0;
}
.header_log[data-v-4236dcdf]  .el-dialog__footer {
  padding-top: 0;
}
.header_log .info_mess[data-v-4236dcdf] {
  margin-left: 0.5rem;
  color: #999;
}
.Information[data-v-37806be5] {
  background: #fff;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
  padding: 0.26rem 0.36rem 0.49rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
}
.Information .title[data-v-37806be5] {
  font-weight: 600;
  font-size: 0.2rem;
  color: #333333;
  margin-bottom: 0.28rem;
}
.Information .title1[data-v-37806be5] {
  margin-bottom: 0.48rem;
}
.Information .editAvatar[data-v-37806be5] {
  width: 1rem;
  height: 1rem;
  margin: 0 auto 0.57rem;
  position: relative;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.Information .editAvatar .logo[data-v-37806be5] {
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
}
.Information .editAvatar .replaceImg[data-v-37806be5] {
  display: none;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  position: absolute;
  top: 0;
  left: 0;
}
.Information .editAvatar .replaceImg .replace[data-v-37806be5] {
  font-size: 0.12rem;
  color: #cdcdcd;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
}
.Information .el-date-editor[data-v-37806be5] {
  border: none;
}
.Information .el-date-editor[data-v-37806be5]  .el-range-input {
  background: #f9f9f9;
}
.Information .el-date-editor[data-v-37806be5]  .el-range-separator {
  line-height: 0.42rem;
}
.Information .editAvatar:hover .replaceImg[data-v-37806be5] {
  display: block;
}
.Information[data-v-37806be5]  .custom-dialog .el-dialog {
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
}
.Information[data-v-37806be5]  .custom-dialog .el-dialog .el-dialog__header {
  -webkit-border-radius: 0.2rem 0.2rem 0 0;
          border-radius: 0.2rem 0.2rem 0 0;
}
.Information[data-v-37806be5]  .custom-dialog .el-dialog .el-dialog__body {
  padding: 0.82rem 1.08rem 0.61rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.Information[data-v-37806be5]  .custom-dialog .el-dialog .el-dialog__body .addAvatar {
  text-align: center;
}
.Information[data-v-37806be5]  .custom-dialog .el-dialog .el-dialog__body .addAvatar .tipImg {
  color: #666666;
  font-size: 0.18rem;
  margin-bottom: 0.11rem;
  text-align: center;
  font-weight: 600;
}
.Information[data-v-37806be5]  .custom-dialog .el-dialog .el-dialog__body .addAvatar .addimg {
  width: 2.25rem;
  height: 2.25rem;
  background: #eeeeee;
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
  border: 0.01rem solid #eae8e8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0.3rem;
}
.Information[data-v-37806be5]  .custom-dialog .el-dialog .el-dialog__body .addAvatar .addimg img {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
}
.Information[data-v-37806be5]  .custom-dialog .el-dialog .el-dialog__body .addAvatar .seeimg {
  border: 0.02rem solid #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.Information[data-v-37806be5]  .custom-dialog .el-dialog .el-dialog__body .addAvatar .seeimg img {
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.Information[data-v-37806be5]  .custom-dialog .el-dialog .el-dialog__body .addAvatar .avatar-uploader {
  display: inline-block;
  width: 2rem;
  height: 0.4rem;
  background: #7db0ea;
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
  text-align: center;
  line-height: 0.4rem;
  color: #333333;
  font-weight: 600;
  font-size: 0.18rem;
  cursor: pointer;
}
.Information[data-v-37806be5]  .custom-dialog .el-dialog .el-dialog__body .addAvatar .submitImg {
  background: #d3e8fe;
}
.Information[data-v-37806be5]  .custom-dialog .el-form .el-form-item {
  width: 100%;
}
.Information[data-v-37806be5]  .custom-dialog .el-form .el-form-item .el-input {
  width: 100%;
  height: 0.6rem;
  margin-bottom: 0.23rem;
}
.Information[data-v-37806be5]  .custom-dialog .el-form .el-form-item .el-input .el-input__inner {
  height: 0.6rem;
  background: #ffffff;
  border: 0.01rem solid #cacaca;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.Information[data-v-37806be5]  .custom-dialog .el-input-group__append {
  background: #7db0ea;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.16rem;
  color: #ffffff;
  margin-left: 0.28rem;
}
.Information[data-v-37806be5]  .custom-dialog .el-input-group__append .el-button {
  width: 1.6rem;
  padding: 0;
  margin: 0;
}
.Information .handleTip[data-v-37806be5] {
  color: #649aff;
  font-size: 0.12rem;
  margin-left: 0.14rem;
  cursor: pointer;
}
.Information .line[data-v-37806be5] {
  border: 0.01rem solid #ececec;
  margin-bottom: 0.29rem;
}
.Information[data-v-37806be5]  .el-form .el-form-item {
  width: 48%;
  margin: 0 auto 0.2rem;
}
.Information[data-v-37806be5]  .el-form .el-form-item .el-form-item__label {
  font-weight: normal;
  color: #666666;
  font-size: 0.16rem;
  padding: 0 0.22rem 0 0;
}
.Information[data-v-37806be5]  .el-form .el-form-item div {
  color: #333333;
  font-size: 0.16rem;
}
.Information[data-v-37806be5]  .el-form .el-form-item .el-input {
  width: 3rem;
  height: 0.5rem;
}
.Information[data-v-37806be5]  .el-form .el-form-item .el-input .el-input__inner {
  height: 0.5rem;
  border: none;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.Information[data-v-37806be5]  .el-form .el-form-item .el-form-item__error {
  color: #da251c;
  font-size: 0.12rem;
}
.Information[data-v-37806be5]  .el-form .el-button {
  width: 1.86rem;
  height: 0.4rem;
  padding: 0;
  background: #7db0ea;
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.18rem;
  margin: 0.34rem 0 0.27rem;
}
.Information .dialogMyVisible[data-v-37806be5] {
  text-align: center;
}
.Information .dialogMyVisible div[data-v-37806be5] {
  padding: 0.36rem;
  font-size: 0.2rem;
  line-height: 0.28rem;
}
.Information[data-v-37806be5]  .el-input__inner {
  padding-left: 0.15rem;
}
.Information[data-v-6f962bec] {
  background: #fff;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  padding: 0.26rem 0.36rem 0.49rem;
}
.Information .title[data-v-6f962bec] {
  font-weight: 600;
  font-size: 0.2rem;
  color: #333333;
  margin-bottom: 0.28rem;
}
.Information .title1[data-v-6f962bec] {
  margin-bottom: 0.48rem;
}
.Information .editAvatar[data-v-6f962bec] {
  width: 1rem;
  height: 1rem;
  margin: 0 auto 0.57rem;
  position: relative;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.Information .editAvatar .logo[data-v-6f962bec] {
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
}
.Information .editAvatar .replaceImg[data-v-6f962bec] {
  display: none;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  position: absolute;
  top: 0;
  left: 0;
}
.Information .editAvatar .replaceImg .replace[data-v-6f962bec] {
  font-size: 0.12rem;
  color: #cdcdcd;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
}
.Information .editAvatar:hover .replaceImg[data-v-6f962bec] {
  display: block;
}
.Information[data-v-6f962bec]  .custom-dialog .el-dialog {
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
}
.Information[data-v-6f962bec]  .custom-dialog .el-dialog .el-dialog__header {
  -webkit-border-radius: 0.2rem 0.2rem 0 0;
          border-radius: 0.2rem 0.2rem 0 0;
}
.Information[data-v-6f962bec]  .custom-dialog .el-dialog .el-dialog__body {
  padding: 0.82rem 1.08rem 0.61rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.Information[data-v-6f962bec]  .custom-dialog .el-dialog .el-dialog__body .addAvatar {
  text-align: center;
}
.Information[data-v-6f962bec]  .custom-dialog .el-dialog .el-dialog__body .addAvatar .tipImg {
  color: #666666;
  font-size: 0.18rem;
  margin-bottom: 0.11rem;
  text-align: center;
  font-weight: 600;
}
.Information[data-v-6f962bec]  .custom-dialog .el-dialog .el-dialog__body .addAvatar .addimg {
  width: 2.25rem;
  height: 2.25rem;
  background: #eeeeee;
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
  border: 0.01rem solid #eae8e8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0.3rem;
}
.Information[data-v-6f962bec]  .custom-dialog .el-dialog .el-dialog__body .addAvatar .addimg img {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
}
.Information[data-v-6f962bec]  .custom-dialog .el-dialog .el-dialog__body .addAvatar .seeimg {
  border: 0.02rem solid #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.Information[data-v-6f962bec]  .custom-dialog .el-dialog .el-dialog__body .addAvatar .seeimg img {
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.Information[data-v-6f962bec]  .custom-dialog .el-dialog .el-dialog__body .addAvatar .avatar-uploader {
  display: inline-block;
  width: 2rem;
  height: 0.4rem;
  background: #7db0ea;
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
  text-align: center;
  line-height: 0.4rem;
  color: #333333;
  font-weight: 600;
  font-size: 0.18rem;
  cursor: pointer;
}
.Information[data-v-6f962bec]  .custom-dialog .el-dialog .el-dialog__body .addAvatar .submitImg {
  background: #7db0ea;
}
.Information[data-v-6f962bec]  .custom-dialog .el-input {
  height: 0.6rem;
  margin-bottom: 0.23rem;
}
.Information[data-v-6f962bec]  .custom-dialog .el-input .el-input__inner {
  height: 0.6rem;
  background: #FFFFFF;
  border: 0.01rem solid #CACACA;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.Information[data-v-6f962bec]  .custom-dialog .getVerify {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.7rem;
}
.Information[data-v-6f962bec]  .custom-dialog .getVerify .el-input {
  margin-right: 0.28rem;
  margin-bottom: 0;
}
.Information[data-v-6f962bec]  .custom-dialog .getVerify .verify {
  width: 2.15rem;
  height: 0.6rem;
  color: #FFFFFF;
  font-size: 0.16rem;
  background: #7DB0EA;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.Information .AllIdentity[data-v-6f962bec] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.Information .AllIdentity .expertIdentity[data-v-6f962bec] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 0.5rem;
  line-height: 0.5rem;
  padding: 0 0.22rem;
  margin-bottom: 0.2rem;
  margin-right: 0.22rem;
  background: #F9F9F9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  font-size: 0.14rem;
  color: #999999;
}
.Information .AllIdentity .active[data-v-6f962bec] {
  background: #D3E8FE;
  border: 0.01rem solid #7DB0EA;
}
.Information .handleTip[data-v-6f962bec] {
  color: #649aff;
  font-size: 0.12rem;
  margin-left: 0.14rem;
  cursor: pointer;
}
.Information .line[data-v-6f962bec] {
  border: 0.01rem solid #ececec;
  margin-bottom: 0.29rem;
}
.Information[data-v-6f962bec]  .el-form .el-form-item {
  width: 48%;
  margin: 0 auto 0.2rem;
}
.Information[data-v-6f962bec]  .el-form .el-form-item .el-form-item__label {
  font-weight: normal;
  color: #666666;
  font-size: 0.16rem;
}
.Information[data-v-6f962bec]  .el-form .el-form-item div {
  color: #333333;
  font-size: 0.16rem;
}
.Information[data-v-6f962bec]  .el-form .el-form-item .el-input {
  width: 3rem;
  height: 0.5rem;
}
.Information[data-v-6f962bec]  .el-form .el-form-item .el-input .el-input__inner {
  height: 0.5rem;
  border: none;
  background: #f9f9f9;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.Information[data-v-6f962bec]  .el-form .el-form-item .el-textarea__inner {
  border: none;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
}
.Information[data-v-6f962bec]  .el-form .el-form-item .el-form-item__error {
  color: #DA251C;
  font-size: 0.12rem;
}
.Information[data-v-6f962bec]  .el-form .el-form-item .el-textarea .el-input__count {
  background: #f9f9f9;
  bottom: 0;
}
.Information[data-v-6f962bec]  .el-form .el-button {
  width: 1.86rem;
  height: 0.4rem;
  background: #7db0ea;
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.18rem;
  margin: 0.34rem 0 0.27rem;
}
.Information .dialogMyVisible[data-v-6f962bec] {
  text-align: center;
}
.Information .dialogMyVisible div[data-v-6f962bec] {
  padding: 0.36rem;
  font-size: 0.2rem;
  line-height: 0.28rem;
}
.HostManage[data-v-37d45cac] {
  height: 100%;
  width: 100%;
}
.HostManage .matchList[data-v-37d45cac] {
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  height: 100%;
  width: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
}
.HostManage .match[data-v-37d45cac] {
  padding: 0.21rem 0.25rem 0.18rem 0.3rem;
  border-bottom: 0.005rem solid #ababab;
  position: relative;
}
.HostManage .match .logo[data-v-37d45cac] {
  width: 1.85rem;
  height: 1.19rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  margin-right: 0.17rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.HostManage .match .title[data-v-37d45cac] {
  margin: 0 0 0.16rem 0;
  width: 5.4rem;
  font-weight: 600;
  font-size: 0.2rem;
  line-height: 0.36rem;
  color: #333333;
}
.HostManage .match .title .el-tag[data-v-37d45cac] {
  height: 0.28rem;
  margin-left: 0.07rem;
  border: none;
  padding: 0.02rem 0.09rem;
  font-size: 0.11rem;
  line-height: 0.28rem;
  color: #ffffff;
  background: #feb104;
}
.HostManage .match .title .el-tag.s[data-v-37d45cac] {
  background: #06deb7;
}
.HostManage .match .title .el-tag.s[data-v-37d45cac] {
  background: #d8d8d8;
}
.HostManage .match .dosc[data-v-37d45cac] {
  width: 5.5rem;
  margin: 0 0 0.14rem 0;
  font-size: 0.14rem;
  line-height: 160%;
  color: #333333;
}
.HostManage .match .ops[data-v-37d45cac] {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.12rem;
  line-height: 160%;
  color: #666666;
}
.HostManage .match .ops li[data-v-37d45cac] {
  padding-left: 0.15rem;
  margin-right: 0.33rem;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAANCAYAAAB/9ZQ7AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACVSURBVHgBpZAvE4MwDMWzTgxZubm5yVUgcOCQfAQknxOHxOAQSCQWxwvkjlL+3vHuftde8pqkedCsL4jAC/QSK4WF2BQDbyOe2nEDEtpXAEK+KDHnB+YCfLi6khk7OhbntaLrGivzz70T4w+0T2nhg3rHaOSsuHID3jTt2ZUGf3IWwGNk8sg2urFV0pwZ7Q6JGDXd0QBEphNb4TBZqwAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 0.12rem;
  white-space: nowrap;
}
.HostManage .match .ops li[data-v-37d45cac]:nth-child(2) {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAANCAYAAACdKY9CAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADMSURBVHgBnZEtEsIwEIW3xRRXFMg4JLjgiAOJQ3IEzsQRuEErcUXiikMWF4HgLfMyhNIZmL6Zr03SfdmfJvJWBhbAgDH3NTiDKgQlfOdgCzwoQcP1BMx4yYHnL+3BMsrmwKq115gsxWPO1KV8ahitC3AHVg2Wdf6SmkzKOus/DLdgUGXRB11PJWqQ0iGIGq7MEoJ3vK1oGYyepyzH8nDD4KN8S4dzCreGsebSLccYGYAHuIA1GLHWJirDsSf9cT7pSGujntRYsRQvffQEGRMofMqda8AAAAAASUVORK5CYII=);
}
.HostManage .match .ops li[data-v-37d45cac]:nth-child(3) {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAANCAYAAACdKY9CAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACvSURBVHgBlZGhEsJADES3HcThKpEncVTikODAIfuLfAL8BbISXHGgyoZehyXATLszb6bJJXu9JMNbgSxJTHFLbuRIGjgVpJJizW9JCedcpUMtDBKv1cy65865dLdZ894+8lR8FucC37qje0+whlYOojivyE4MLmQ2wX+dSO2TOYYrksZuuKagJgt8TueBbgeH9EuvffRjDRihfnF+Qmay0XzmmmwyUym2Cf58/GA9Ad8OGqtglZ/wAAAAAElFTkSuQmCC);
}
.HostManage .match .ops li[data-v-37d45cac]:last-child {
  margin: 0;
}
.HostManage .match .btn[data-v-37d45cac] {
  width: 1rem;
  padding: 0.06rem 0.11rem;
  font-size: 0.11rem;
  line-height: 160%;
  color: #ffffff;
  background: #7db0ea;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(125, 176, 234, 0.5);
          box-shadow: 0 0.02rem 0.1rem rgba(125, 176, 234, 0.5);
  -webkit-border-radius: 0.07rem;
          border-radius: 0.07rem;
  position: absolute;
  right: 0.3rem;
  top: 40%;
}
.HostManage .match .Scanning[data-v-37d45cac] {
  width: 1rem;
  padding: 0.06rem 0.11rem;
  font-size: 0.11rem;
  line-height: 160%;
  color: #ffffff;
  background: #7db0ea;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(125, 176, 234, 0.5);
          box-shadow: 0 0.02rem 0.1rem rgba(125, 176, 234, 0.5);
  -webkit-border-radius: 0.07rem;
          border-radius: 0.07rem;
  position: absolute;
  right: 0.3rem;
  top: 15%;
}
.HostManage .el-empty[data-v-37d45cac]  .el-empty__image {
  width: 3rem;
  height: auto;
}
.HostManage .qrcode[data-v-37d45cac]  img {
  width: 3rem;
  height: 3rem;
}
.HostManage[data-v-4c066840] {
  height: 100%;
  width: 100%;
}
.HostManage .matchList[data-v-4c066840] {
  height: 100%;
  width: 100%;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
}
.HostManage .match[data-v-4c066840] {
  padding: 0.21rem 0.25rem 0.18rem 0.3rem;
  border-bottom: 0.005rem solid #ababab;
  position: relative;
}
.HostManage .match .logo[data-v-4c066840] {
  width: 1.85rem;
  height: 1.19rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  margin-right: 0.17rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.HostManage .match .title[data-v-4c066840] {
  margin: 0 0 0.16rem 0;
  font-weight: 600;
  font-size: 0.2rem;
  line-height: 160%;
  color: #333333;
}
.HostManage .match .title .el-tag[data-v-4c066840] {
  height: auto;
  margin-left: 0.07rem;
  border: none;
  padding: 0.02rem 0.09rem;
  font-size: 0.11rem;
  line-height: 160%;
  color: #ffffff;
  background: #feb104;
}
.HostManage .match .title .el-tag.s[data-v-4c066840] {
  background: #06deb7;
}
.HostManage .match .title .el-tag.s[data-v-4c066840] {
  background: #d8d8d8;
}
.HostManage .match .dosc[data-v-4c066840] {
  width: 5.5rem;
  margin: 0 0 0.14rem 0;
  font-size: 0.14rem;
  line-height: 160%;
  color: #333333;
}
.HostManage .match .ops[data-v-4c066840] {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.12rem;
  line-height: 160%;
  color: #666666;
}
.HostManage .match .ops li[data-v-4c066840] {
  padding-left: 0.15rem;
  margin-right: 0.33rem;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAANCAYAAAB/9ZQ7AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACVSURBVHgBpZAvE4MwDMWzTgxZubm5yVUgcOCQfAQknxOHxOAQSCQWxwvkjlL+3vHuftde8pqkedCsL4jAC/QSK4WF2BQDbyOe2nEDEtpXAEK+KDHnB+YCfLi6khk7OhbntaLrGivzz70T4w+0T2nhg3rHaOSsuHID3jTt2ZUGf3IWwGNk8sg2urFV0pwZ7Q6JGDXd0QBEphNb4TBZqwAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 0.12rem;
  white-space: nowrap;
}
.HostManage .match .ops li[data-v-4c066840]:nth-child(2) {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAANCAYAAACdKY9CAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADMSURBVHgBnZEtEsIwEIW3xRRXFMg4JLjgiAOJQ3IEzsQRuEErcUXiikMWF4HgLfMyhNIZmL6Zr03SfdmfJvJWBhbAgDH3NTiDKgQlfOdgCzwoQcP1BMx4yYHnL+3BMsrmwKq115gsxWPO1KV8ahitC3AHVg2Wdf6SmkzKOus/DLdgUGXRB11PJWqQ0iGIGq7MEoJ3vK1oGYyepyzH8nDD4KN8S4dzCreGsebSLccYGYAHuIA1GLHWJirDsSf9cT7pSGujntRYsRQvffQEGRMofMqda8AAAAAASUVORK5CYII=);
}
.HostManage .match .ops li[data-v-4c066840]:nth-child(3) {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAANCAYAAACdKY9CAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACvSURBVHgBlZGhEsJADES3HcThKpEncVTikODAIfuLfAL8BbISXHGgyoZehyXATLszb6bJJXu9JMNbgSxJTHFLbuRIGjgVpJJizW9JCedcpUMtDBKv1cy65865dLdZ894+8lR8FucC37qje0+whlYOojivyE4MLmQ2wX+dSO2TOYYrksZuuKagJgt8TueBbgeH9EuvffRjDRihfnF+Qmay0XzmmmwyUym2Cf58/GA9Ad8OGqtglZ/wAAAAAElFTkSuQmCC);
}
.HostManage .match .ops li[data-v-4c066840]:last-child {
  margin: 0;
}
.HostManage .match .btn[data-v-4c066840] {
  padding: 0.06rem 0.11rem;
  font-size: 0.11rem;
  line-height: 160%;
  color: #ffffff;
  background: #7db0ea;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(125, 176, 234, 0.5);
          box-shadow: 0 0.02rem 0.1rem rgba(125, 176, 234, 0.5);
  -webkit-border-radius: 0.07rem;
          border-radius: 0.07rem;
  position: absolute;
  right: 0.3rem;
  top: 40%;
}
.HostManage .match .Scanning[data-v-4c066840] {
  padding: 0.06rem 0.11rem;
  font-size: 0.11rem;
  line-height: 160%;
  color: #ffffff;
  background: #7db0ea;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(125, 176, 234, 0.5);
          box-shadow: 0 0.02rem 0.1rem rgba(125, 176, 234, 0.5);
  -webkit-border-radius: 0.07rem;
          border-radius: 0.07rem;
  position: absolute;
  right: 0.3rem;
  top: 15%;
}
.HostManage .el-empty[data-v-4c066840]  .el-empty__image {
  width: 3rem;
  height: auto;
}
.HostManage[data-v-4d25bf0a] {
  height: 100%;
  width: 100%;
}
.HostManage .matchList[data-v-4d25bf0a] {
  height: 100%;
  width: 100%;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
}
.HostManage .match[data-v-4d25bf0a] {
  padding: 0.21rem 0.25rem 0.18rem 0.3rem;
  border-bottom: 0.005rem solid #ababab;
  position: relative;
}
.HostManage .match .logo[data-v-4d25bf0a] {
  width: 1.85rem;
  height: 1.19rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  margin-right: 0.17rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.HostManage .match .title[data-v-4d25bf0a] {
  margin: 0 0 0.16rem 0;
  font-weight: 600;
  font-size: 0.2rem;
  line-height: 160%;
  color: #333333;
}
.HostManage .match .title .el-tag[data-v-4d25bf0a] {
  height: auto;
  margin-left: 0.07rem;
  border: none;
  padding: 0.02rem 0.09rem;
  font-size: 0.11rem;
  line-height: 160%;
  color: #ffffff;
  background: #feb104;
}
.HostManage .match .title .el-tag.s[data-v-4d25bf0a] {
  background: #06deb7;
}
.HostManage .match .title .el-tag.s[data-v-4d25bf0a] {
  background: #d8d8d8;
}
.HostManage .match .dosc[data-v-4d25bf0a] {
  width: 5.5rem;
  margin: 0 0 0.14rem 0;
  font-size: 0.14rem;
  line-height: 160%;
  color: #333333;
}
.HostManage .match .ops[data-v-4d25bf0a] {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.12rem;
  line-height: 160%;
  color: #666666;
}
.HostManage .match .ops li[data-v-4d25bf0a] {
  padding-left: 0.15rem;
  margin-right: 0.33rem;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAANCAYAAAB/9ZQ7AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACVSURBVHgBpZAvE4MwDMWzTgxZubm5yVUgcOCQfAQknxOHxOAQSCQWxwvkjlL+3vHuftde8pqkedCsL4jAC/QSK4WF2BQDbyOe2nEDEtpXAEK+KDHnB+YCfLi6khk7OhbntaLrGivzz70T4w+0T2nhg3rHaOSsuHID3jTt2ZUGf3IWwGNk8sg2urFV0pwZ7Q6JGDXd0QBEphNb4TBZqwAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 0.12rem;
  white-space: nowrap;
  line-height: 0.42rem;
}
.HostManage .match .ops li[data-v-4d25bf0a]:nth-child(2) {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAANCAYAAACdKY9CAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADMSURBVHgBnZEtEsIwEIW3xRRXFMg4JLjgiAOJQ3IEzsQRuEErcUXiikMWF4HgLfMyhNIZmL6Zr03SfdmfJvJWBhbAgDH3NTiDKgQlfOdgCzwoQcP1BMx4yYHnL+3BMsrmwKq115gsxWPO1KV8ahitC3AHVg2Wdf6SmkzKOus/DLdgUGXRB11PJWqQ0iGIGq7MEoJ3vK1oGYyepyzH8nDD4KN8S4dzCreGsebSLccYGYAHuIA1GLHWJirDsSf9cT7pSGujntRYsRQvffQEGRMofMqda8AAAAAASUVORK5CYII=);
}
.HostManage .match .ops li[data-v-4d25bf0a]:nth-child(3) {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAANCAYAAACdKY9CAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACvSURBVHgBlZGhEsJADES3HcThKpEncVTikODAIfuLfAL8BbISXHGgyoZehyXATLszb6bJJXu9JMNbgSxJTHFLbuRIGjgVpJJizW9JCedcpUMtDBKv1cy65865dLdZ894+8lR8FucC37qje0+whlYOojivyE4MLmQ2wX+dSO2TOYYrksZuuKagJgt8TueBbgeH9EuvffRjDRihfnF+Qmay0XzmmmwyUym2Cf58/GA9Ad8OGqtglZ/wAAAAAElFTkSuQmCC);
}
.HostManage .match .ops li[data-v-4d25bf0a]:last-child {
  margin: 0;
}
.HostManage .match .btn[data-v-4d25bf0a] {
  padding: 0.06rem 0.11rem;
  font-size: 0.11rem;
  line-height: 160%;
  color: #ffffff;
  background: #2a8cfd;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(38, 137, 250, 0.5);
          box-shadow: 0 0.02rem 0.1rem rgba(38, 137, 250, 0.5);
  -webkit-border-radius: 0.07rem;
          border-radius: 0.07rem;
}
.HostManage .match .Scanning[data-v-4d25bf0a] {
  padding: 0.06rem 0.11rem;
  font-size: 0.11rem;
  line-height: 160%;
  color: #ffffff;
  background: #7db0ea;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(125, 176, 234, 0.5);
          box-shadow: 0 0.02rem 0.1rem rgba(125, 176, 234, 0.5);
  -webkit-border-radius: 0.07rem;
          border-radius: 0.07rem;
  position: absolute;
  right: 0.3rem;
  top: 15%;
}
.HostManage .el-empty[data-v-4d25bf0a]  .el-empty__image {
  width: 3rem;
  height: auto;
}
#LiveList[data-v-58a5b38c] {
  padding-bottom: 0.32rem;
}
.el-pagination[data-v-58a5b38c] {
  text-align: center;
  padding-top: 0.4rem;
}
.dialogMyVisible[data-v-0a43ecb0] {
  text-align: center;
}
.dialogMyVisible i[data-v-0a43ecb0] {
  margin-bottom: 0.36rem;
}
.dialogMyVisible img[data-v-0a43ecb0] {
  width: 0.46rem;
  height: 0.46rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin: 0 auto 0.34rem;
}
.dialogMyVisible div[data-v-0a43ecb0] {
  font-size: 0.2rem;
  line-height: 0.23rem;
  text-align: center;
  color: #333333;
  margin-bottom: 0.46rem;
}
.dialogMyVisible h2[data-v-0a43ecb0] {
  font-weight: 400;
  font-size: 0.2rem;
  margin-bottom: 0.24rem;
}
.dialogMyVisible .content[data-v-0a43ecb0] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0;
}
.dialogMyVisible .content img[data-v-0a43ecb0] {
  height: 0.36rem;
  margin: 0 0.2rem 0 0;
  -webkit-border-radius: 0;
          border-radius: 0;
}
.dialogMyVisible .content .context[data-v-0a43ecb0] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0.3rem;
}
.dialogMyVisible .content .context div[data-v-0a43ecb0] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.2rem;
}
.dialogMyVisible .content .context span[data-v-0a43ecb0] {
  display: inline-block;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #333333;
  margin-bottom: 0.2rem;
}
.dialogMyVisible .content .context span[data-v-0a43ecb0]:nth-child(2) {
  margin-left: 0.4rem;
}
.dialogMyVisible .content .tip[data-v-0a43ecb0] {
  width: 4.38rem;
  height: 0.52rem;
  line-height: 0.52rem;
  padding-left: 0.17rem;
  background: #F6FBFF;
  font-weight: 400;
  font-size: 0.14rem;
  color: #333333;
}
.dialogMyVisible .content .tip span[data-v-0a43ecb0] {
  color: #FB8326;
  margin: 0;
}
[data-v-0a43ecb0] .el-dialog__footer .el-button:nth-child(1) {
  background: #7DB0EA;
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
  color: #fff;
}
.dialogMyVisible[data-v-3202f832] {
  text-align: center;
}
.dialogMyVisible i[data-v-3202f832] {
  margin-bottom: 0.36rem;
}
.dialogMyVisible img[data-v-3202f832] {
  width: 0.46rem;
  height: 0.46rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin: 0 auto 0.34rem;
}
.dialogMyVisible div[data-v-3202f832] {
  font-size: 0.2rem;
  line-height: 0.23rem;
  text-align: center;
  color: #333333;
  margin-bottom: 0.46rem;
}
.dialogMyVisible h2[data-v-3202f832] {
  font-weight: 400;
  font-size: 0.2rem;
  margin-bottom: 0.24rem;
}
.dialogMyVisible .content[data-v-3202f832] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0;
}
.dialogMyVisible .content img[data-v-3202f832] {
  height: 0.36rem;
  margin: 0 0.2rem 0 0;
  -webkit-border-radius: 0;
          border-radius: 0;
}
.dialogMyVisible .content .context[data-v-3202f832] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0.3rem;
}
.dialogMyVisible .content .context div[data-v-3202f832] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.2rem;
}
.dialogMyVisible .content .context span[data-v-3202f832] {
  display: inline-block;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #333333;
  margin-bottom: 0.2rem;
}
.dialogMyVisible .content .context span[data-v-3202f832]:nth-child(2) {
  margin-left: 0.4rem;
}
.dialogMyVisible .content .tip[data-v-3202f832] {
  width: 4.38rem;
  height: 0.52rem;
  line-height: 0.52rem;
  padding-left: 0.17rem;
  background: #F6FBFF;
  font-weight: 400;
  font-size: 0.14rem;
  color: #333333;
}
.dialogMyVisible .content .tip span[data-v-3202f832] {
  color: #FB8326;
  margin: 0;
}
[data-v-3202f832] .el-dialog__footer .el-button:nth-child(1) {
  background: #7DB0EA;
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
  color: #fff;
}
#Defence[data-v-5e2b3a72] {
  padding-bottom: 0.32rem;
}
.el-pagination[data-v-5e2b3a72] {
  text-align: center;
  padding-top: 0.4rem;
}
#LiveList[data-v-57390f32] {
  height: 100%;
  width: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
}
#LiveList[data-v-57390f32]  .el-tabs .el-tabs__nav-wrap::after {
  background-color: #d8d8d8;
}
#LiveList[data-v-57390f32]  .el-tabs .el-tabs__nav-scroll {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#LiveList[data-v-57390f32]  .el-tabs .el-tabs__nav-scroll .el-tabs__active-bar {
  height: 0.04rem;
  bottom: 0.02rem;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
  background-color: #7db0ea;
}
#LiveList[data-v-57390f32]  .el-tabs .el-tabs__nav-scroll .el-tabs__item {
  height: 0.78rem;
  line-height: 0.78rem;
  font-weight: 600;
  font-size: 0.2rem;
  color: #666666;
}
#LiveList[data-v-57390f32]  .btn {
  width: 0.74rem;
  height: 0.25rem;
  padding: 0;
  -webkit-border-radius: 0.05rem;
          border-radius: 0.05rem;
  font-family: "PingFang SC";
  font-size: 0.1rem;
  line-height: 0.12rem;
  color: #ffffff;
  background: #D8D8D8;
}
#LiveList[data-v-57390f32]  .btn.defenceBtn {
  border-color: #ee9510;
  background: #ee9510;
}
#LiveList[data-v-57390f32]  .btn.liveBtn {
  border-color: #06deb7;
  background: #06deb7;
}
#LiveList[data-v-57390f32]  .btn.playback {
  border-color: #649aff;
  background: #649aff;
}
#LiveList[data-v-57390f32]  .btn.is-disabled, #LiveList[data-v-57390f32]  .btn.is-disabled:focus, #LiveList[data-v-57390f32]  .btn.is-disabled:hover {
  border-color: #d8d8d8;
  background: #d8d8d8;
}
#LiveList[data-v-717d55ec] {
  padding-bottom: 0.32rem;
}
.el-pagination[data-v-717d55ec] {
  text-align: center;
  padding-top: 0.4rem;
}
.dialogMyVisible[data-v-22510e50] {
  text-align: center;
}
.dialogMyVisible i[data-v-22510e50] {
  margin-bottom: 0.36rem;
}
.dialogMyVisible img[data-v-22510e50] {
  width: 0.46rem;
  height: 0.46rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin: 0 auto 0.34rem;
}
.dialogMyVisible div[data-v-22510e50] {
  font-size: 0.2rem;
  line-height: 0.23rem;
  text-align: center;
  color: #333333;
  margin-bottom: 0.46rem;
}
.dialogMyVisible h2[data-v-22510e50] {
  font-weight: 400;
  font-size: 0.2rem;
  margin-bottom: 0.24rem;
}
.dialogMyVisible .content[data-v-22510e50] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0;
}
.dialogMyVisible .content img[data-v-22510e50] {
  height: 0.36rem;
  margin: 0 0.2rem 0 0;
  -webkit-border-radius: 0;
          border-radius: 0;
}
.dialogMyVisible .content .context[data-v-22510e50] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0.3rem;
}
.dialogMyVisible .content .context div[data-v-22510e50] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.2rem;
}
.dialogMyVisible .content .context span[data-v-22510e50] {
  display: inline-block;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #333333;
  margin-bottom: 0.2rem;
}
.dialogMyVisible .content .context span[data-v-22510e50]:nth-child(2) {
  margin-left: 0.4rem;
}
.dialogMyVisible .content .tip[data-v-22510e50] {
  width: 4.38rem;
  height: 0.52rem;
  line-height: 0.52rem;
  padding-left: 0.17rem;
  background: #F6FBFF;
  font-weight: 400;
  font-size: 0.14rem;
  color: #333333;
}
.dialogMyVisible .content .tip span[data-v-22510e50] {
  color: #FB8326;
  margin: 0;
}
[data-v-22510e50] .el-dialog__footer .el-button:nth-child(1) {
  background: #7DB0EA;
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
  color: #fff;
}
.dialogMyVisible[data-v-6bc23a92] {
  text-align: center;
}
.dialogMyVisible i[data-v-6bc23a92] {
  margin-bottom: 0.36rem;
}
.dialogMyVisible img[data-v-6bc23a92] {
  width: 0.46rem;
  height: 0.46rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin: 0 auto 0.34rem;
}
.dialogMyVisible div[data-v-6bc23a92] {
  font-size: 0.2rem;
  line-height: 0.23rem;
  text-align: center;
  color: #333333;
  margin-bottom: 0.46rem;
}
.dialogMyVisible h2[data-v-6bc23a92] {
  font-weight: 400;
  font-size: 0.2rem;
  margin-bottom: 0.24rem;
}
.dialogMyVisible .content[data-v-6bc23a92] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0;
}
.dialogMyVisible .content img[data-v-6bc23a92] {
  height: 0.36rem;
  margin: 0 0.2rem 0 0;
  -webkit-border-radius: 0;
          border-radius: 0;
}
.dialogMyVisible .content .context[data-v-6bc23a92] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0.3rem;
}
.dialogMyVisible .content .context div[data-v-6bc23a92] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.2rem;
}
.dialogMyVisible .content .context span[data-v-6bc23a92] {
  display: inline-block;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #333333;
  margin-bottom: 0.2rem;
}
.dialogMyVisible .content .context span[data-v-6bc23a92]:nth-child(2) {
  margin-left: 0.4rem;
}
.dialogMyVisible .content .tip[data-v-6bc23a92] {
  width: 4.38rem;
  height: 0.52rem;
  line-height: 0.52rem;
  padding-left: 0.17rem;
  background: #F6FBFF;
  font-weight: 400;
  font-size: 0.14rem;
  color: #333333;
}
.dialogMyVisible .content .tip span[data-v-6bc23a92] {
  color: #FB8326;
  margin: 0;
}
[data-v-6bc23a92] .el-dialog__footer .el-button:nth-child(1) {
  background: #7DB0EA;
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
  color: #fff;
}
#Defence[data-v-31424cbc] {
  padding-bottom: 0.32rem;
}
.el-pagination[data-v-31424cbc] {
  text-align: center;
  padding-top: 0.4rem;
}
#LiveList[data-v-34662992] {
  height: 100%;
  width: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
}
#LiveList[data-v-34662992]  .el-tabs .el-tabs__nav-wrap::after {
  background-color: #d8d8d8;
}
#LiveList[data-v-34662992]  .el-tabs .el-tabs__nav-scroll {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#LiveList[data-v-34662992]  .el-tabs .el-tabs__nav-scroll .el-tabs__active-bar {
  height: 0.04rem;
  bottom: 0.02rem;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
  background-color: #7db0ea;
}
#LiveList[data-v-34662992]  .el-tabs .el-tabs__nav-scroll .el-tabs__item {
  height: 0.78rem;
  line-height: 0.78rem;
  font-weight: 600;
  font-size: 0.2rem;
  color: #666666;
}
#LiveList[data-v-34662992]  .btn {
  width: 0.74rem;
  height: 0.25rem;
  padding: 0;
  -webkit-border-radius: 0.05rem;
          border-radius: 0.05rem;
  font-family: "PingFang SC";
  font-size: 0.1rem;
  line-height: 0.12rem;
  color: #ffffff;
  background: #D8D8D8;
}
#LiveList[data-v-34662992]  .btn.defenceBtn {
  border-color: #ee9510;
  background: #ee9510;
}
#LiveList[data-v-34662992]  .btn.liveBtn {
  border-color: #06deb7;
  background: #06deb7;
}
#LiveList[data-v-34662992]  .btn.playback {
  border-color: #649aff;
  background: #649aff;
}
#LiveList[data-v-34662992]  .btn.is-disabled, #LiveList[data-v-34662992]  .btn.is-disabled:focus, #LiveList[data-v-34662992]  .btn.is-disabled:hover {
  border-color: #d8d8d8;
  background: #d8d8d8;
}
[data-v-314f9e64] .el-form-item .el-form-item__label {
  line-height: 0.41rem;
}
[data-v-314f9e64] .el-form-item .el-form-item__content {
  line-height: 0.41rem;
}
[data-v-314f9e64] .el-form-item .el-form-item__content .el-input__icon {
  line-height: 0.41rem;
}
[data-v-314f9e64] .el-form-item .el-form-item__content .el-input__inner {
  height: 0.41rem;
  line-height: 0.41rem;
  background: #fff;
}
.title[data-v-002bf6a9] {
  text-align: center;
  font-size: 0.22rem;
  font-weight: bold;
  margin-bottom: 0.2rem;
}
.content[data-v-002bf6a9] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0.1rem 0 0 0.4rem;
}
.content .right-top[data-v-002bf6a9] {
  line-height: 0.3rem;
  margin-left: 0.1rem;
  font-size: 0.18rem;
}
.content .next-right-top[data-v-002bf6a9] {
  line-height: 0.3rem;
  font-size: 0.18rem;
}
.dialogMyVisible[data-v-cb6ac2f4] {
  text-align: center;
}
.dialogMyVisible i[data-v-cb6ac2f4] {
  margin-bottom: 0.36rem;
}
.dialogMyVisible img[data-v-cb6ac2f4] {
  width: 0.46rem;
  height: 0.46rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin: 0 auto 0.34rem;
}
.dialogMyVisible div[data-v-cb6ac2f4] {
  font-size: 0.2rem;
  line-height: 0.23rem;
  text-align: center;
  color: #333333;
  margin-bottom: 0.46rem;
}
.dialogMyVisible h2[data-v-cb6ac2f4] {
  font-weight: 400;
  font-size: 0.2rem;
  margin-bottom: 0.24rem;
}
.dialogMyVisible .content[data-v-cb6ac2f4] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0;
}
.dialogMyVisible .content img[data-v-cb6ac2f4] {
  height: 0.36rem;
  margin: 0 0.2rem 0 0;
  -webkit-border-radius: 0;
          border-radius: 0;
}
.dialogMyVisible .content .context[data-v-cb6ac2f4] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0.3rem;
}
.dialogMyVisible .content .context div[data-v-cb6ac2f4] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.2rem;
}
.dialogMyVisible .content .context span[data-v-cb6ac2f4] {
  display: inline-block;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #333333;
  margin-bottom: 0.2rem;
}
.dialogMyVisible .content .context span[data-v-cb6ac2f4]:nth-child(2) {
  margin-left: 0.4rem;
}
.dialogMyVisible .content .tip[data-v-cb6ac2f4] {
  width: 4.38rem;
  height: 0.52rem;
  line-height: 0.52rem;
  padding-left: 0.17rem;
  background: #f6fbff;
  font-weight: 400;
  font-size: 0.14rem;
  color: #333333;
}
.dialogMyVisible .content .tip span[data-v-cb6ac2f4] {
  color: #fb8326;
  margin: 0;
}
[data-v-cb6ac2f4] .el-dialog__footer .el-button:nth-child(1) {
  background: #7db0ea;
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
  color: #fff;
}
[data-v-fb47cbbc] .el-dialog__body {
  padding: 0.54rem 0 1.47rem 0;
}
[data-v-fb47cbbc] .el-dialog__body .box {
  width: 100%;
  height: 100%;
}
[data-v-fb47cbbc] .el-dialog__body .Interval {
  font-size: 0.5rem;
}
[data-v-fb47cbbc] .el-dialog__body .el-button {
  width: 1.86rem;
  height: 1.86rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #FFA724;
  color: #FFFFFF;
  font-size: 0.31rem;
}
.MyProject[data-v-effb6674] {
  height: 100%;
  width: 100%;
  padding: 0.16rem 0.25rem 0 0.26rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  overflow: hidden;
  background: #ffffff;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
}
.MyProject .project[data-v-effb6674] {
  padding: 0.22rem 0.12rem 0.25rem 0.29rem;
  border-bottom: 0.005rem solid #ababab;
  position: relative;
  position: relative;
}
.MyProject .project .logo[data-v-effb6674] {
  width: 1.86rem;
  height: 1.19rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  margin-right: 0.27rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.MyProject .project .ai[data-v-effb6674] {
  width: 0.81rem;
  height: 0.29rem;
  line-height: 0.29rem;
  padding: 0;
  font-size: 0.11rem;
  -webkit-box-shadow: 0 0.02rem 0.1rem 0 rgba(125, 176, 234, 0.5);
          box-shadow: 0 0.02rem 0.1rem 0 rgba(125, 176, 234, 0.5);
  -webkit-border-radius: 0.07rem 0.07rem 0.07rem 0.07rem;
          border-radius: 0.07rem 0.07rem 0.07rem 0.07rem;
  border: 0.01rem solid #7db0ea;
  margin-bottom: 0.09rem;
}
.MyProject .project .btn[data-v-effb6674] {
  width: 0.81rem;
  height: 0.29rem;
  line-height: 0.29rem;
  padding: 0;
  font-size: 0.11rem;
  color: #ffffff;
  -webkit-border-radius: 0.07rem;
          border-radius: 0.07rem;
  border: none;
  background: #7db0ea;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(125, 176, 234, 0.5);
          box-shadow: 0 0.02rem 0.1rem rgba(125, 176, 234, 0.5);
}
.MyProject .project .drawOrder[data-v-effb6674] {
  width: 1.86rem;
  line-height: 1.19rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  background: rgba(0, 0, 0, 0.5);
  font-size: 0.18rem;
  text-align: center;
  color: #ffffff;
  position: absolute;
}
.MyProject .project .info[data-v-effb6674] {
  width: 5rem;
}
.MyProject .project .info .title[data-v-effb6674] {
  margin: 0 0 0.09rem 0;
  font-weight: 600;
  font-size: 0.2rem;
  color: #333333;
}
.MyProject .project .info .title .el-tag[data-v-effb6674] {
  height: 0.24rem;
  line-height: 0.24rem;
  margin-left: 0.07rem;
  border: none;
  font-size: 0.11rem;
  color: #ffffff;
  background: #feb104;
}
.MyProject .project .info .title .el-tag.a[data-v-effb6674] {
  background: #d8d8d8;
}
.MyProject .project .info .title .el-tag.b[data-v-effb6674] {
  background-color: #06deb7;
}
.MyProject .project .info .title .el-tag.c[data-v-effb6674] {
  background-color: #88B1FF;
}
.MyProject .project .info .member[data-v-effb6674] {
  margin-bottom: 0.02rem;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 160%;
  color: #666666;
}
.MyProject .project .info .member div[data-v-effb6674] {
  margin-bottom: 0.06rem;
}
.MyProject .project .info .ops[data-v-effb6674] {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.12rem;
  line-height: 160%;
  color: #999999;
}
.MyProject .project .info .ops li[data-v-effb6674] {
  white-space: nowrap;
}
.MyProject .project .info .ops li i[data-v-effb6674] {
  margin-right: 0.04rem;
  font-size: 0.15rem;
}
.MyProject .project .info .ops li + li[data-v-effb6674] {
  margin-top: 0.07rem;
}
.MyProject .el-empty[data-v-effb6674]  .el-empty__image {
  width: 3rem;
  height: auto;
}
.dialogMyVisible[data-v-23293606] {
  text-align: center;
}
.dialogMyVisible i[data-v-23293606] {
  margin-bottom: 0.36rem;
}
.dialogMyVisible img[data-v-23293606] {
  width: 0.46rem;
  height: 0.46rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin: 0 auto 0.34rem;
}
.dialogMyVisible div[data-v-23293606] {
  font-size: 0.15rem;
  line-height: 0.23rem;
  text-align: center;
  color: #333333;
  margin-bottom: 0.46rem;
}
.dialogMyVisible h2[data-v-23293606] {
  font-weight: 400;
  font-size: 0.2rem;
  margin-bottom: 0.24rem;
}
.dialogMyVisible .content[data-v-23293606] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0;
}
.dialogMyVisible .content img[data-v-23293606] {
  margin: 0 0.36rem 0 0;
  -webkit-border-radius: 0;
          border-radius: 0;
}
.dialogMyVisible .content .img1[data-v-23293606] {
  width: 0.52rem;
  height: 0.49rem;
  margin-top: -0.1rem;
}
.dialogMyVisible .content .img2[data-v-23293606] {
  width: 0.57rem;
  height: 0.57rem;
  margin-top: -0.05rem;
}
.dialogMyVisible .content .gifImg[data-v-23293606] {
  width: 0.3rem;
  height: 0.19rem;
  margin-right: 0.2rem;
}
.dialogMyVisible .content .context[data-v-23293606] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0.3rem;
}
.dialogMyVisible .content .context div[data-v-23293606] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.2rem;
}
.dialogMyVisible .content .context span[data-v-23293606] {
  display: inline-block;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #333333;
  margin-bottom: 0.2rem;
}
.dialogMyVisible .content .context span[data-v-23293606]:nth-child(2) {
  margin-left: 0.4rem;
}
.dialogMyVisible .content .tip[data-v-23293606] {
  width: 4.38rem;
  height: 0.52rem;
  line-height: 0.52rem;
  padding-left: 0.17rem;
  background: #F6FBFF;
  font-weight: 400;
  font-size: 0.14rem;
  color: #333333;
}
.dialogMyVisible .content .tip span[data-v-23293606] {
  color: #FB8326;
  margin: 0;
}
[data-v-23293606] .el-dialog__footer .el-button:nth-child(1) {
  background: #7DB0EA;
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
  color: #fff;
}
.dialogMyVisible[data-v-9738376e] {
  text-align: center;
}
.dialogMyVisible i[data-v-9738376e] {
  margin-bottom: 0.36rem;
}
.dialogMyVisible img[data-v-9738376e] {
  width: 0.46rem;
  height: 0.46rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin: 0 auto 0.34rem;
}
.dialogMyVisible div[data-v-9738376e] {
  font-size: 0.2rem;
  line-height: 0.23rem;
  text-align: center;
  color: #333333;
  margin-bottom: 0.46rem;
}
.dialogMyVisible h2[data-v-9738376e] {
  font-weight: 400;
  font-size: 0.2rem;
  margin-bottom: 0.24rem;
}
.dialogMyVisible .content[data-v-9738376e] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0;
}
.dialogMyVisible .content img[data-v-9738376e] {
  height: 0.36rem;
  margin: 0 0.2rem 0 0;
  -webkit-border-radius: 0;
          border-radius: 0;
}
.dialogMyVisible .content .context[data-v-9738376e] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0.3rem;
}
.dialogMyVisible .content .context div[data-v-9738376e] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.2rem;
}
.dialogMyVisible .content .context span[data-v-9738376e] {
  display: inline-block;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #333333;
  margin-bottom: 0.2rem;
}
.dialogMyVisible .content .context span[data-v-9738376e]:nth-child(2) {
  margin-left: 0.4rem;
}
.dialogMyVisible .content .tip[data-v-9738376e] {
  width: 4.38rem;
  height: 0.52rem;
  line-height: 0.52rem;
  padding-left: 0.17rem;
  background: #F6FBFF;
  font-weight: 400;
  font-size: 0.14rem;
  color: #333333;
}
.dialogMyVisible .content .tip span[data-v-9738376e] {
  color: #FB8326;
  margin: 0;
}
[data-v-9738376e] .el-dialog__footer .el-button:nth-child(1) {
  background: #7DB0EA;
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
  color: #fff;
}
.el-dropdown-menu[data-v-3088e56e] {
  white-space: nowrap;
}
.MyProject[data-v-3088e56e] {
  height: 100%;
  width: 100%;
  padding: 0.16rem 0.25rem 0 0.26rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.MyProject .project[data-v-3088e56e] {
  padding: 0.22rem 0.12rem 0.25rem 0.29rem;
  border-bottom: 0.01rem solid #ababab;
  position: relative;
}
.MyProject .project .logo[data-v-3088e56e] {
  width: 1.86rem;
  height: 1.19rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  margin-right: 0.27rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.MyProject .project .info[data-v-3088e56e] {
  width: 5rem;
}
.MyProject .project .info .title[data-v-3088e56e] {
  margin: 0 0 0.09rem 0;
  font-weight: 600;
  font-size: 0.2rem;
  line-height: 160%;
  color: #333333;
}
.MyProject .project .info .title .el-tag[data-v-3088e56e] {
  height: 0.24rem;
  /* auto; */
  margin-left: 0.07rem;
  border: none;
  font-size: 0.11rem;
  line-height: 0.24rem;
  /* 160%; */
  color: #ffffff;
  background: #feb104;
}
.MyProject .project .info .title .el-tag.a[data-v-3088e56e] {
  background: #d8d8d8;
}
.MyProject .project .info .title .el-tag.b[data-v-3088e56e] {
  background-color: #06deb7;
}
.MyProject .project .info .member[data-v-3088e56e] {
  margin-bottom: 0.02rem;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 160%;
  color: #666666;
}
.MyProject .project .info .member div[data-v-3088e56e] {
  margin-bottom: 0.06rem;
}
.MyProject .project .info .ops[data-v-3088e56e] {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.12rem;
  line-height: 160%;
  color: #999999;
}
.MyProject .project .info .ops li[data-v-3088e56e] {
  white-space: nowrap;
}
.MyProject .project .info .ops li i[data-v-3088e56e] {
  margin-right: 0.04rem;
  font-size: 0.15rem;
}
.MyProject .project .info .ops li + li[data-v-3088e56e] {
  margin-top: 0.07rem;
}
.MyProject .project .btn[data-v-3088e56e] {
  width: 0.81rem;
  height: 0.29rem;
  line-height: 0.29rem;
  padding: 0;
  font-size: 0.11rem;
  color: #ffffff;
  -webkit-border-radius: 0.07rem;
          border-radius: 0.07rem;
  border: none;
  background: #7db0ea;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(125, 176, 234, 0.5);
          box-shadow: 0 0.02rem 0.1rem rgba(125, 176, 234, 0.5);
}
.MyProject .project .ai[data-v-3088e56e] {
  width: 0.81rem;
  height: 0.29rem;
  line-height: 0.29rem;
  padding: 0;
  font-size: 0.11rem;
  -webkit-box-shadow: 0 0.02rem 0.1rem 0 rgba(125, 176, 234, 0.5);
          box-shadow: 0 0.02rem 0.1rem 0 rgba(125, 176, 234, 0.5);
  -webkit-border-radius: 0.07rem 0.07rem 0.07rem 0.07rem;
          border-radius: 0.07rem 0.07rem 0.07rem 0.07rem;
  border: 0.01rem solid #7db0ea;
  margin-bottom: 0.09rem;
}
.MyProject .el-empty[data-v-3088e56e]  .el-empty__image {
  width: 3rem;
  height: auto;
}
.filter[data-v-a0bafe12] {
  height: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.Audit[data-v-6d89db58] {
  height: 100%;
  overflow: hidden;
  padding: 0 0.2rem;
  background: #fff;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
}
.Audit .el-tabs[data-v-6d89db58] {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.Audit .el-tabs[data-v-6d89db58]  .el-tabs__header .el-tabs__nav-scroll {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.Audit .el-tabs[data-v-6d89db58]  .el-tabs__header .el-tabs__nav-scroll .el-tabs__item {
  height: 0.85rem;
  line-height: 0.85rem;
  font-size: 0.2rem;
  color: #666666;
}
.Audit .el-tabs[data-v-6d89db58]  .el-tabs__content {
  min-height: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
.Audit .el-tabs[data-v-6d89db58]  .el-tabs__content .el-tab-pane {
  height: 100%;
  overflow: auto;
}
.Audit .el-pagination[data-v-6d89db58] {
  text-align: center;
}
.Audit .el-empty[data-v-6d89db58]  .el-empty__image {
  width: 3rem;
  height: auto;
}
.approved[data-v-6d89db58],
.failed[data-v-6d89db58] {
  width: 1.2rem;
  height: 0.4rem;
  margin: 0 0.3rem;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  line-height: 0.1rem;
  border: 0;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 600;
  font-size: 0.16rem;
  color: #ffffff;
  cursor: pointer;
}
.approved[data-v-6d89db58] {
  background: #06deb7;
}
.failed[data-v-6d89db58] {
  background: #ff8684;
  margin-left: 0.2rem;
}
.project[data-v-6d89db58] {
  height: 1.4rem;
  padding-right: 0.5rem;
  margin: 0.16rem 0.25rem 0.16rem 0.25rem;
  -webkit-box-shadow: 0 0.01rem 0.02rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.01rem 0.02rem rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAyCAYAAADx/eOPAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAJ4SURBVHgB3ddNbtNAGMbxZ5I6NIRGLQVEJRap1AVLjsQRuAHcgCNwDJYcoRIfGxZUSEDSqkBJYygJ8YsfuwE39bdnHE/+m1r1WPUvM2M3wJr07lieYh0i5M3IEwXLI8QTecZjqzFRCLMWswxhVmLiIMw6TBKEWYVJgzBrMFkQZgUmD4Q1HpMXwhqNKQJhjcW8HslzBXlS5JpGYt6O5IVAHqNgjcOUhbBGYapAWGMwVSGsERgdELZyjC4IWylGJ4StDKMbwlaCMQFhtWNMQVitGJMQVhvGNIQZxxweybbTlVcCPILhjGLqhDBjGBOQVgs4uB3e8vtTuX4eBjI1Iw/6Cp128nntGFOQez2F/g1gOgeOvkvsGK0YU5DtTR9zKzz+PBbM5vHjtGFMQRx/We31w31y4grcafJYLRiTkP0dhbZv+fpTcDJJH18ZY/Lxu9jw3CfD8+zxlTAmIdzwvU76hl+ujZJlQbhpD3a51hXcGQq1e1Ph/lZ4TMh0nu+6UjOTa0YuX8d8CnHdOzk/ts0Nf8NfQobngos/yF3hmTkcysBx5GXW0uJNcEZ6HYWuA/8doYLfzVI+ZYIH3PCt8Ml16qJQhTABRAUz8jDPeN74+DfQ3QhBO930Zbfv/6vCmfnloz/9QOFyYyKQAQrk+RecXSBYdpwlbmr+JMiL7Ou9rf9v+I9ncuVc3nJhykKi8WWXtOz45LrbA+b+H/jwTVKXYlqZGB2QRXHLzvHfiHd64fnjiWAyRelSMTohi5aXHVGszIZfLhFjAhItuuzcmeDLGJWL/XJmGhKNj2PuFc9D5a5h6oTo7grGZgj7h7EdwgLMOkCYWhcI+wsPNKaatuMGmAAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-position: right bottom;
  cursor: pointer;
}
.project.active[data-v-6d89db58] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAyCAYAAADx/eOPAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAKRSURBVHgB3dc9aBRBGMbx5yIoSALBSxNBuSqxUNAIYmwUtAloCi1iGdHCzhQKNn6UFoJYCbG4xiI2FhGJjQZBtBBFIY3XiWIsPBASoibFOo/DJZvLfszszru3c38IWbJzsL/MzE4CdEmXHga3KuiCCEGA295jWhBee40JQ5i3mHYI8xITBWHeYeIgzCtMEoR5g0mDMC8wJhBWeowphJUaYwNhpcUoyD0FmbL5TCkxF6eDunqwSVhWOkxWCCsVJg+ElQaTF8JKgXEBYR3HuIKwjmJcQljHMK4hrCMYCQgrHCMFYYViJCGsMIw0hIljpupB//Ia5tXlQQgniikSwsQwEpCd24EbZ/VDX5/Zer8HAknNyORxYKAv/r5zjBTkzAhwqAY0l4C7z6LHOMVIQY4NAeOH9XX9FfBzKXqcM4wUpNoLTBzV108/AJ8X48c6wUhCrp5WG38H8GIBmH2fPD43RvL1e+GE3vDcJzNv08fnwkhCuOGHB5M3fHvbkLE0CDftTXUm8FBoLMKqk/uBc0f0NSE/fpl9LtPM2MzI+Ihe9wO9MGrPLuD8qL5+rJbW1yaMs56Zyw+C2p8Ac0iB8CE4I0Nqqeyt6jOCP2sux3+GG/7KmN7wfHPNfYJVVhhC1nowX6lgn8l4PvjHL+q3XdVfXHpJy+6amsHBfo2efgnrjDEhSA0W/V4F3jT031PDu/Wm5vfGd2BldWPcxOjGCX//+eZ7phlhskLC8bCLW3Z8c42pRbvyF7gzG3/Cp5WKcQFpFbXseI6cOqDvP3kHLHxD5hIxLiGt2pcdUSzLhm8vFiMBCRdedrx+9Bq5i/znTBoSrtqnZ4v7JW9bMEVCXLcJ4zOErWN8h7D/mG6AsEq3QNg/hyY6Qv7XuEIAAAAASUVORK5CYII=);
  -webkit-box-shadow: 0 0.06rem 0.1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.06rem 0.1rem rgba(0, 0, 0, 0.1);
  border: 0.02rem solid #7DB0EA;
}
.project .content1[data-v-6d89db58] {
  height: 1.2rem;
  padding-left: 0.28rem;
}
.project .content1 .content1_0[data-v-6d89db58] {
  max-width: 3rem;
  margin-bottom: 0.14rem;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 600;
  font-size: 0.2rem;
  color: #333333;
}
.project .content1 .content1_1[data-v-6d89db58] {
  margin-bottom: 0.09rem;
}
.project .content1 .content1_1 .sp1[data-v-6d89db58] {
  font-family: PingFang SC;
  font-style: normal;
  font-size: 0.12rem;
  /* or 22px */
  color: #999999;
}
.project .content1 .content1_1 .sp2[data-v-6d89db58] {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 0.16rem;
  /* or 22px */
  color: #000;
}
.project .content1 .content1_2 .tag[data-v-6d89db58] {
  height: 0.26rem;
  display: inline-block;
  padding: 0 0.06rem;
  background: #d3e8fe;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
  font-family: PingFang SC;
  font-style: normal;
  line-height: 0.26rem;
  font-weight: normal;
  font-size: 0.12rem;
  color: #649aff;
  overflow: hidden;
}
.project .content1 .content1_2 .tag + .tag[data-v-6d89db58] {
  margin-left: 0.12rem;
}
.project .dl[data-v-6d89db58] {
  font-size: 0.12rem;
  line-height: 160%;
  text-align: center;
}
.project .dl dd[data-v-6d89db58] {
  margin: 0;
  color: #999999;
}
.project .dl dt[data-v-6d89db58] {
  color: #333333;
  margin-top: 0.05rem;
}
.project .dl + .dl[data-v-6d89db58] {
  margin-left: 0.22rem;
}
.project .btn[data-v-6d89db58] {
  width: 0.64rem;
  height: 0.3rem;
  background: #7db0ea;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  border: 0;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 600;
  font-size: 0.12rem;
  /* or 19px */
  color: #ffffff;
}
.project .content4[data-v-6d89db58] {
  width: 0;
  height: 0;
  border-bottom: 0.5rem solid #d3e8fe;
  border-left: 0.5rem solid transparent;
  position: relative;
  top: 0.45rem;
  left: 0.24rem;
}
.project .content4 img[data-v-6d89db58] {
  width: 0.22rem;
  height: 0.15rem;
  position: absolute;
  left: -0.26rem;
  top: 0.3rem;
}
.OnlineReview .filter[data-v-6434c208] {
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
}
.OnlineReview .ulLists[data-v-6434c208] {
  width: 100%;
  min-height: 7.1rem;
  background: #fff;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  padding: 0 0.25rem 0.52rem;
}
.OnlineReview .lists[data-v-6434c208] {
  width: 100%;
  background: #fff;
  margin: auto;
  padding: 0.32rem 0.65rem 0.28rem 0.08rem;
  border-bottom: 0.01rem solid #e1e1e1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.OnlineReview .lists img[data-v-6434c208] {
  width: 1.85rem;
  height: 1.19rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  margin-right: 0.2rem;
  -webkit-box-shadow: 0.05rem 0.05rem 0 #d6e9ff;
          box-shadow: 0.05rem 0.05rem 0 #d6e9ff;
}
.OnlineReview .lists .listContent[data-v-6434c208] {
  width: 60%;
  margin-right: 0.15rem;
}
.OnlineReview .lists .listContent h2[data-v-6434c208] {
  font-size: 0.2rem;
  margin: 0 0.24rem 0 0;
}
.OnlineReview .lists .listContent .liststatu[data-v-6434c208] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 0.26rem;
  line-height: 0.26rem;
  background: #06deb7;
  -webkit-border-radius: 0.07rem;
          border-radius: 0.07rem;
  padding: 0 0.1rem;
  color: #fff;
  font-size: 0.14rem;
  margin-bottom: 0.08rem;
}
.OnlineReview .lists .listContent .userInfo[data-v-6434c208] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.OnlineReview .lists .listContent .userInfo .line[data-v-6434c208] {
  width: 0.19rem;
  height: 0.02rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(2.37%, rgba(125, 176, 234, 0)), color-stop(52.7%, #7db0ea), color-stop(100.68%, rgba(125, 176, 234, 0)));
  background: -webkit-linear-gradient(left, rgba(125, 176, 234, 0) 2.37%, #7db0ea 52.7%, rgba(125, 176, 234, 0) 100.68%);
  background: linear-gradient(90deg, rgba(125, 176, 234, 0) 2.37%, #7db0ea 52.7%, rgba(125, 176, 234, 0) 100.68%);
  -webkit-border-radius: 0.01rem;
          border-radius: 0.01rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.OnlineReview .lists .listContent .conText[data-v-6434c208] {
  color: #666666;
  font-size: 0.12rem;
  line-height: 0.24rem;
}
.OnlineReview .lists .listContent span[data-v-6434c208] {
  font-size: 0.18rem;
  color: #333333;
  margin-right: 0.34rem;
  line-height: 0.32rem;
}
.OnlineReview .lists .clickView[data-v-6434c208] {
  width: 0.89rem;
  height: 0.35rem;
  line-height: 0.35rem;
  padding: 0;
  text-align: center;
  background: #7db0ea;
  font-size: 0.16rem;
  color: #ffffff;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(125, 176, 234, 0.5);
          box-shadow: 0 0.02rem 0.1rem rgba(125, 176, 234, 0.5);
  -webkit-border-radius: 0.07rem;
          border-radius: 0.07rem;
}
.OnlineReview .nullPage[data-v-6434c208] {
  width: 100%;
  background: #fff;
}
.OnlineReview .nullPage img[data-v-6434c208] {
  width: 3rem;
  margin: auto;
}
.OnlineReview .filter[data-v-256ef540] {
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
}
.OnlineReview .ulLists[data-v-256ef540] {
  width: 100%;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  background: #fff;
  padding: 0 0.25rem 0.52rem;
}
.OnlineReview .lists[data-v-256ef540] {
  width: 100%;
  background: #fff;
  margin: auto;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  padding: 0.32rem 0.65rem 0.28rem 0.08rem;
  border-bottom: 0.005rem solid #E1E1E1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.OnlineReview .lists img[data-v-256ef540] {
  width: 1.85rem;
  height: 1.19rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  margin-right: 0.2rem;
  -webkit-box-shadow: 0.05rem 0.05rem 0 #d6e9ff;
          box-shadow: 0.05rem 0.05rem 0 #d6e9ff;
}
.OnlineReview .lists .listContent[data-v-256ef540] {
  width: 60%;
  margin-right: 0.15rem;
}
.OnlineReview .lists .listContent h2[data-v-256ef540] {
  font-size: 0.2rem;
  margin: 0 0.24rem 0 0;
}
.OnlineReview .lists .listContent .liststatu[data-v-256ef540] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 0.26rem;
  line-height: 0.26rem;
  background: #06DEB7;
  -webkit-border-radius: 0.07rem;
          border-radius: 0.07rem;
  padding: 0 0.1rem;
  color: #fff;
  font-size: 0.14rem;
  margin-bottom: 0.08rem;
}
.OnlineReview .lists .listContent .userInfo[data-v-256ef540] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.OnlineReview .lists .listContent .userInfo .line[data-v-256ef540] {
  width: 0.19rem;
  height: 0.02rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(2.37%, rgba(125, 176, 234, 0)), color-stop(52.7%, #7DB0EA), color-stop(100.68%, rgba(125, 176, 234, 0)));
  background: -webkit-linear-gradient(left, rgba(125, 176, 234, 0) 2.37%, #7DB0EA 52.7%, rgba(125, 176, 234, 0) 100.68%);
  background: linear-gradient(90deg, rgba(125, 176, 234, 0) 2.37%, #7DB0EA 52.7%, rgba(125, 176, 234, 0) 100.68%);
  -webkit-border-radius: 0.01rem;
          border-radius: 0.01rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.OnlineReview .lists .listContent .conText[data-v-256ef540] {
  color: #666666;
  font-size: 0.12rem;
  line-height: 0.24rem;
}
.OnlineReview .lists .listContent span[data-v-256ef540] {
  font-size: 0.18rem;
  color: #333333;
  margin-right: 0.34rem;
  line-height: 0.32rem;
}
.OnlineReview .lists .clickView[data-v-256ef540] {
  width: 0.89rem;
  height: 0.35rem;
  line-height: 0.35rem;
  padding: 0;
  text-align: center;
  background: #7DB0EA;
  font-size: 0.16rem;
  color: #FFFFFF;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(125, 176, 234, 0.5);
          box-shadow: 0 0.02rem 0.1rem rgba(125, 176, 234, 0.5);
  -webkit-border-radius: 0.07rem;
          border-radius: 0.07rem;
}
.OnlineReview .el-empty[data-v-256ef540]  .el-empty__image {
  width: 3rem;
  height: auto;
}
.OnlineReview .nullPage[data-v-256ef540] {
  width: 100%;
  background: #fff;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
}
.OnlineReview .nullPage img[data-v-256ef540] {
  width: 3rem;
  margin: auto;
}
.title[data-v-3f1eb6d4] {
  text-align: center;
  font-size: 0.22rem;
  font-weight: bold;
  margin-bottom: 0.2rem;
}
.content[data-v-3f1eb6d4] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0.1rem 0 0 0.4rem;
}
.content .right-top[data-v-3f1eb6d4] {
  line-height: 0.3rem;
  margin-left: 0.1rem;
  font-size: 0.18rem;
}
.content .next-right-top[data-v-3f1eb6d4] {
  line-height: 0.3rem;
  font-size: 0.18rem;
}
.dialogMyVisible[data-v-0724c63b] {
  text-align: center;
}
.dialogMyVisible i[data-v-0724c63b] {
  margin-bottom: 0.36rem;
}
.dialogMyVisible img[data-v-0724c63b] {
  width: 0.46rem;
  height: 0.46rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin: 0 auto 0.34rem;
}
.dialogMyVisible div[data-v-0724c63b] {
  font-size: 0.2rem;
  line-height: 0.23rem;
  text-align: center;
  color: #333333;
  margin-bottom: 0.46rem;
}
.dialogMyVisible h2[data-v-0724c63b] {
  font-weight: 400;
  font-size: 0.2rem;
  margin-bottom: 0.24rem;
}
.dialogMyVisible .content[data-v-0724c63b] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0;
}
.dialogMyVisible .content img[data-v-0724c63b] {
  height: 0.36rem;
  margin: 0 0.2rem 0 0;
  -webkit-border-radius: 0;
          border-radius: 0;
}
.dialogMyVisible .content .context[data-v-0724c63b] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0.3rem;
}
.dialogMyVisible .content .context div[data-v-0724c63b] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.2rem;
}
.dialogMyVisible .content .context span[data-v-0724c63b] {
  display: inline-block;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #333333;
  margin-bottom: 0.2rem;
}
.dialogMyVisible .content .context span[data-v-0724c63b]:nth-child(2) {
  margin-left: 0.4rem;
}
.dialogMyVisible .content .tip[data-v-0724c63b] {
  width: 4.38rem;
  height: 0.52rem;
  line-height: 0.52rem;
  padding-left: 0.17rem;
  background: #f6fbff;
  font-weight: 400;
  font-size: 0.14rem;
  color: #333333;
}
.dialogMyVisible .content .tip span[data-v-0724c63b] {
  color: #fb8326;
  margin: 0;
}
[data-v-0724c63b] .el-dialog__footer .el-button:nth-child(1) {
  background: #7db0ea;
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
  color: #fff;
}
[data-v-1dc1168d] .el-dialog__body {
  padding: 0.54rem 0 1.47rem 0;
}
[data-v-1dc1168d] .el-dialog__body .box {
  width: 100%;
  height: 100%;
}
[data-v-1dc1168d] .el-dialog__body .Interval {
  font-size: 0.5rem;
}
[data-v-1dc1168d] .el-dialog__body .el-button {
  width: 1.86rem;
  height: 1.86rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #FFA724;
  color: #FFFFFF;
  font-size: 0.31rem;
}
.MyProject[data-v-7fc1308a] {
  height: 100%;
  width: 100%;
  padding: 0.16rem 0.25rem 0 0.26rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
}
.MyProject .project[data-v-7fc1308a] {
  padding: 0.22rem 0.12rem 0.25rem 0.29rem;
  border-bottom: 0.005rem solid #ababab;
  position: relative;
  position: relative;
}
.MyProject .project .logo[data-v-7fc1308a] {
  width: 1.86rem;
  height: 1.19rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  margin-right: 0.27rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.MyProject .project .drawOrder[data-v-7fc1308a] {
  width: 1.86rem;
  line-height: 1.19rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  background: rgba(0, 0, 0, 0.5);
  font-size: 0.18rem;
  text-align: center;
  color: #ffffff;
  position: absolute;
}
.MyProject .project .info[data-v-7fc1308a] {
  width: 5rem;
}
.MyProject .project .info .title[data-v-7fc1308a] {
  margin: 0 0 0.09rem 0;
  font-weight: 600;
  font-size: 0.2rem;
  line-height: 160%;
  color: #333333;
}
.MyProject .project .info .title .el-tag[data-v-7fc1308a] {
  height: auto;
  margin-left: 0.07rem;
  border: none;
  padding: 0.02rem 0.09rem;
  font-size: 0.11rem;
  line-height: 160%;
  color: #ffffff;
  background: #feb104;
}
.MyProject .project .info .title .el-tag.a[data-v-7fc1308a] {
  background: #d8d8d8;
}
.MyProject .project .info .title .el-tag.b[data-v-7fc1308a] {
  background-color: #06deb7;
}
.MyProject .project .info .title .el-tag.c[data-v-7fc1308a] {
  background-color: #7DB0EA;
  position: relative;
}
.MyProject .project .info .title .el-tag.c span[data-v-7fc1308a] {
  position: absolute;
  left: 100%;
  top: 0;
  height: 0.15rem;
  font-weight: 700;
  background-color: #06deb7;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  color: red;
  padding: 0 0.05rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.MyProject .project .info .member[data-v-7fc1308a] {
  margin-bottom: 0.02rem;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 160%;
  color: #666666;
}
.MyProject .project .info .member div[data-v-7fc1308a] {
  margin-bottom: 0.06rem;
}
.MyProject .project .info .ops[data-v-7fc1308a] {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.12rem;
  line-height: 160%;
  color: #999999;
}
.MyProject .project .info .ops li[data-v-7fc1308a] {
  white-space: nowrap;
}
.MyProject .project .info .ops li i[data-v-7fc1308a] {
  margin-right: 0.04rem;
  font-size: 0.15rem;
}
.MyProject .project .info .ops li + li[data-v-7fc1308a] {
  margin-top: 0.07rem;
}
.MyProject .project .el-button[data-v-7fc1308a] {
  width: 0.81rem;
  height: 0.29rem;
  line-height: 0.29rem;
  padding: 0;
  font-size: 0.11rem;
  color: #ffffff;
  -webkit-border-radius: 0.07rem;
          border-radius: 0.07rem;
  border: none;
  background: #7db0ea;
  -webkit-box-shadow: 0 0.02rem 0.1rem rgba(125, 176, 234, 0.5);
          box-shadow: 0 0.02rem 0.1rem rgba(125, 176, 234, 0.5);
}
.MyProject .el-empty[data-v-7fc1308a]  .el-empty__image {
  width: 3rem;
  height: auto;
}
[data-v-6162c8db] .el-dialog__body {
  max-height: auto;
  padding: 0;
}
[data-v-6162c8db] .el-dialog__body .outlined {
  background-color: transparent;
}
@media screen and (max-width: 520px) {
.DeviceDetector {
    min-width: 5.2rem;
}
}
.DeviceDetector {
  position: relative;
  width: 6rem;
  height: 4rem;
  font-size: 0.16rem;
  -webkit-box-shadow: 0.02rem 0.01rem -0.01rem rgba(0, 0, 0, 0.2), 0 0.01rem 0.01rem 0 rgba(0, 0, 0, 0.14), 0 0.01rem 0.03rem 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0.02rem 0.01rem -0.01rem rgba(0, 0, 0, 0.2), 0 0.01rem 0.01rem 0 rgba(0, 0, 0, 0.14), 0 0.01rem 0.03rem 0 rgba(0, 0, 0, 0.12);
  background-color: #ffffff;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
}
.DeviceDetector .stepper {
  -webkit-border-radius: 0.05rem 0.05rem 0 0;
          border-radius: 0.05rem 0.05rem 0 0;
  font-size: 0.36rem;
}
.DeviceDetector .close {
  color: #eeeeee;
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
  border-color: #eeeeee;
  position: absolute;
  cursor: pointer;
  top: -0.5rem;
  right: 0.02rem;
}
.DeviceDetector .device-connect {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.DeviceDetector .device-connect .testing-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.32rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #201e1ee5;
}
.DeviceDetector .device-connect .testing-prepare-info {
  max-width: 5rem;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.16rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.3rem;
  color: #585656e5;
}
.DeviceDetector .device-connect .device-display {
  width: 4.2rem;
  margin: 0.4rem auto 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  position: relative;
}
.DeviceDetector .device-connect .device-display .connect-success {
  position: relative;
}
.DeviceDetector .device-connect .device-display .connect-success::before {
  content: "";
  width: 0.28rem;
  height: 0.28rem;
  position: absolute;
  bottom: -0.34rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAACAElEQVRYR+2Vv2sUQRTH3/eOYO+f EWzmzUaSTv8CYxIUAooWAYsQJEkRRDRikUJMiiMIQRSVCNql0sqkCIFwO7NLCGm00kpEEBtzhsyT Pe5kWG9zu8p5zU658958Pnznx4L6PNBnPpUCZQJlAj1PgOu8SBW6C0HNBGYmfe17KqBCdRvA/TbU OXc+Hoq3fImeCahQLQBY8mDGahv8lwR0qOcF8sCDfSCicavtXs8F2PBNIlrxQB9dxU3EKq53evY7 boGyahDHuCRVWY04+pL3f8GGp4mo1q4H8JkcTZjAbGet0VGADUurYd8dubF4OH7fTUJZdQOCR17d t1bs707q/UNgZH/kdKPR+Oofnupx9WL9bP1T1kJseIqI1rz5HwIZjzh60008awvuQXDndzNoR0hG O20HG75ORE+8WldBZSxU4UY3eDKfeQ211UsisuAtsjlwNDC6O7z7vf1NWXUFgucp0GWr7es88BMF kklt9UMRmfUWe3t46vDCwZmDnzrUkwJZ90ECuRpx9CIvvKtAUsCWaySUnO7mEJENAC+J6JUPgmDK BOZxEXgugaZEyGsESg5a1pi22q4WhecWaEoYfkpE19IQEZmLgmj5b+CFBJJiZdU6BJNtGAS3TGD8 976wR+GfUSuJc+TomR2yi4WJqYbCAv8KTPeXAmUCZQJ9T+AXo7StIY0IqrkAAAAASUVORK5CYII=") no-repeat;
  background-size: 100% 100%;
}
.DeviceDetector .device-connect .device-display .connect-fail {
  position: relative;
}
.DeviceDetector .device-connect .device-display .connect-fail::before {
  content: "";
  width: 0.28rem;
  height: 0.28rem;
  position: absolute;
  bottom: -0.34rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAB3ElEQVRYR+2Wr08cQRTHP+8ESZOq GlKBaKhpUwWmCnG7d4giwDS5NGlVMWDAtIZfrQEDpjVF0ZC0wH/QWxr+gNrKJigSBA4J98hN7pbl 9mZnZklz5tasmPfm+5nve/t2hAE/MmB9hgBDB5wOaJVx+c2/Ms2qEc+BCznm3JZvBdBpHnPNmUlU VuWYzyEQGrGC8KmdI4m92e0AbXrhbyoqfJQmWz4QWuMDymYa2+KpzcXCEmjMOrCWEV2WhJ0iCI1Z ArbTGId77h7ohRAWpcnXfhBaYwHlS4hrTgDTAnkn5iVhNwuhMe+BbyFumf7wqakF4p0kfO+svQX2 Mie3utSr5w3QF6JCw2zY4kdm45w7RYcMArA4kd0/dcXX2WAAK0SFhvzip69wN64cQJ0XtDgEnmXq /lqaHP13AK0yQcWIj+fEhGCIIAc05iUY8bGO+EbnfTusAiG8AbTOVMf20a64JGZS5udEAIQXgEbE CAfAo17xbhlyw8oTwgmgMa/AdPdDm/h9IIp/RjXmUCM+4hIvC2H/HdeZpMWfTKdvdGvu+tRy5bji iZxw2i+v6D7wBmHf9+S9m9+BKH0fiJilwgNp3pn1LgPSdY2YQbiUhBNbkrMJvdVKBg4Bhg4M3IEb uI2UIfOyj40AAAAASUVORK5CYII=") no-repeat;
  background-size: 100% 100%;
}
.DeviceDetector .device-connect .device-display .device {
  width: 0.46rem;
  height: 0.46rem;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.38rem;
}
.DeviceDetector .device-connect .device-display .device svg {
  width: 0.4rem;
  height: 0.4rem;
}
.DeviceDetector .device-connect .device-display .outer-progress {
  width: 3.6rem;
  height: 0.04rem;
  -webkit-border-radius: 0.05rem;
          border-radius: 0.05rem;
  position: absolute;
  top: 0.7rem;
  background-color: #eeeeee;
  overflow: hidden;
}
.DeviceDetector .device-connect .device-display .outer-progress .inner-progress {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 0.04rem;
  -webkit-border-radius: 0.05rem;
          border-radius: 0.05rem;
  background-color: #bfbfbf;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.4s linear;
  transition: -webkit-transform 0.4s linear;
  transition: transform 0.4s linear;
  transition: transform 0.4s linear, -webkit-transform 0.4s linear;
}
.DeviceDetector .device-connect .text {
  margin-top: 0.6rem;
  font-size: 0.18rem;
  max-width: 4.2rem;
  text-align: center;
  height: 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.DeviceDetector .device-connect .text.gray-text {
  color: #585656e5;
}
.DeviceDetector .device-connect .text.green-text {
  color: limegreen;
}
.DeviceDetector .device-connect .text.red-text {
  color: red;
}
.DeviceDetector .device-connect .text .error-connect {
  width: 0.2rem;
  height: 0.2rem;
  margin-left: 0.08rem;
  position: relative;
}
.DeviceDetector .device-connect .text .error-connect .error-icon svg {
  width: 0.2rem;
  height: 0.2rem;
}
.DeviceDetector .device-connect .text .error-connect .connect-attention-info {
  padding: 0.08rem 0.12rem;
  min-width: 1.6rem;
  min-height: 0.5rem;
  background: rgba(0, 0, 0, 0.6);
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 100%;
  -webkit-transform: translate(0.2rem, -0.1rem);
          transform: translate(0.2rem, -0.1rem);
  display: block;
  white-space: nowrap;
  font-size: 0.12rem;
  text-align: left;
}
.DeviceDetector .device-connect .text .error-connect .connect-attention-info::after {
  content: "";
  width: 0;
  height: 0;
  border: 0.1rem transparent solid;
  border-top-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 100%;
  top: 100%;
  -webkit-transform: translateX(-0.4rem);
          transform: translateX(-0.4rem);
}
.DeviceDetector .device-connect .button-container {
  margin-top: 0.4rem;
  width: 40%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.DeviceDetector .device-select {
  width: 2.6rem;
  padding: 0.06rem 0.14rem 0.06rem 0.12rem;
  position: relative;
  font-size: 0.16rem;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
  background-color: #fff;
  cursor: pointer;
}
.DeviceDetector .device-select:focus {
  outline: none;
}
.DeviceDetector .step-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.24rem;
}
.DeviceDetector .step-container .step {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  fill: rgba(0, 0, 0, 0.54);
  color: rgba(0, 0, 0, 0.54);
}
.DeviceDetector .step-container .step:not(:first-child)::after {
  position: absolute;
  content: "";
  height: 0.01rem;
  background-color: rgba(0, 0, 0, 0.16);
  right: 100%;
  top: 30%;
  right: -webkit-calc(50% + 0.2rem);
  right: calc(50% + 0.2rem);
  left: -webkit-calc(-50% + 0.2rem);
  left: calc(-50% + 0.2rem);
  top: 0.16rem;
}
.DeviceDetector .step-container .step.active {
  fill: #006EFF;
  color: #006EFF;
  cursor: pointer;
}
.DeviceDetector .step-container .step.active::after {
  background-color: #006EFF;
}
.DeviceDetector .step-container .step.error {
  fill: red;
  color: red;
  cursor: pointer;
}
.DeviceDetector .step-container .step.error::after {
  background-color: #006EFF;
}
.DeviceDetector .step-container .step .step-label {
  margin-top: 0.12rem;
}
.DeviceDetector .testing-container {
  width: 100%;
  margin: 0.1rem auto 0.3rem;
}
.DeviceDetector .testing-container .testing-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.DeviceDetector .testing-container .testing-body.hide {
  display: none;
}
.DeviceDetector .testing-container .testing-body .device-list {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.2rem;
}
.DeviceDetector .testing-container .testing-body .device-list .device-list-title {
  margin-right: 0.1rem;
}
.DeviceDetector .testing-container .testing-body .camera-video {
  width: 3rem;
  height: 1.8rem;
}
.DeviceDetector .testing-info-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: absolute;
  bottom: 0.3rem;
}
.DeviceDetector .testing-info-container .testing-info {
  width: 100%;
  text-align: center;
  display: block;
}
.DeviceDetector .testing-info-container .button-list {
  margin-top: 0.2rem;
  width: 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.DeviceDetector .mic-testing-container {
  margin-top: 0.2rem;
}
.DeviceDetector .mic-testing-container .mic-bar-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.1rem;
}
.DeviceDetector .mic-testing-container .mic-bar-container .mic-bar {
  width: 0.08rem;
  height: 0.3rem;
  border: 0.01rem solid #cccccc;
  -webkit-border-radius: 0.01rem;
          border-radius: 0.01rem;
}
.DeviceDetector .mic-testing-container .mic-bar-container .mic-bar:not(:first-child) {
  margin-left: 0.03rem;
}
.DeviceDetector .mic-testing-container .mic-bar-container .mic-bar.active {
  background: #006EFF;
}
.DeviceDetector .audio-player-container {
  width: 3.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0.2rem auto 0;
  text-align: center;
}
.DeviceDetector .audio-player-container .audio-player-info {
  margin: 0 auto 0.16rem;
  color: #5f5f5f;
}
.DeviceDetector .testing-list {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.DeviceDetector .testing-list .testing-item-container {
  width: 70%;
  margin: 0 auto 0.1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@-webkit-keyframes loading-circle {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
25% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
}
50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}
75% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@keyframes loading-circle {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
25% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
}
50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}
75% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.DeviceDetector .network-loading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.DeviceDetector .network-loading::before {
  content: "";
  width: 0.16rem;
  height: 0.16rem;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAChElEQVRYR82WO2wTQRCGZ9YFLmmCQDRUFIgOCuhMg2QJ8OxKtpQuEggqQDz6hDIiSAg6QEo6pFi+WVsoLgkVDakgFFBAlYJ0IGRceAetdWddLF/uznacXHe38/j2n9mbRTjkB6eRn4jOWGt/jhMrMwARlRDxkogUEfETM7/zCY0xqyKyAAAe4G70PStMZgCt9WsAuBUG3mLmi5VK5ZxSajuWrM7MtazJvd1EAER0HBG/AcBcPxji8yAIHhDREiJeA4A/IvLBWruUBJUIoLX+AgC7IvLEWruZVAIimldKXXXOefstb6u1lljCbWY+nwsg3MFi6LTJzFeyyloul48Vi8V/MfvvzHw2F0Cstl6BZWvts6wA3o6I3iDizdDnBTPfzwUQGVer1bl6vb6bJ3nM92S321WtVmtHa/3QnxBE/BwEwY14vD094KXfr2HGASGiBURcjXxF5KW19l70PgDQWr8HgBIA5Kp5GpTWeh0AqjG7HWY+PUsAn9xD9J/wVA2O5YGXIGzKklJq3jn30Vq7ltgDaXJOsu7nhS+xUuqyc+6t/1/k+hNOktz7GmNYRCgWp8bM9X4JiGhZKXVCRDb8x0mTDfuPmBnepD83+gDRr3O4QaYJorX+AQC+DHuacSYKhCovIuJ1ALiAiGu9Xu9ps9n8mnkaTkuN4cvLzAGGN3J0AIjoESKuiMgda+2raUmeFmegwEED+KPom+7QSpA0aY9ODwxLY4w51el0/rbb7d9pdZxkfb9Lqb9YTvVuMAo0EcDfZAqFwq9Go7Exzg6NMStBEDxO883VA0R0e9QRTerwtOS5x3E4tPpjNAoeTrp151xt1DFLg8ilQFKwmSmQtptx1v8DVbAxMP//OLQAAAAASUVORK5CYII=") no-repeat;
  background-size: 100% 100%;
  -webkit-animation: loading-circle 2s linear infinite;
          animation: loading-circle 2s linear infinite;
}
.DeviceDetector .report-button {
  position: absolute;
  bottom: 0.6rem;
  cursor: pointer;
}
.DeviceDetector .gray-button {
  position: absolute;
  bottom: 0.6rem;
}
.DeviceDetector .device-testing-report {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.DeviceDetector .device-testing-report .testing-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.34rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.3rem;
  color: #201e1ee5;
}
.DeviceDetector .device-testing-report .device-report-list {
  display: block;
  width: 100%;
  margin-top: 0.1rem;
}
.DeviceDetector .device-testing-report .device-report-list .device-report {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin: 0.2rem auto 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.DeviceDetector .device-testing-report .device-report-list .device-report .device-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
}
.DeviceDetector .device-testing-report .device-report-list .device-report .device-info .report-icon {
  margin-right: 0.2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.22rem;
  line-height: 0.22rem;
  color: #515151;
}
.DeviceDetector .device-testing-report .device-report-list .device-report .device-info .report-icon svg {
  width: 0.24rem;
  height: 0.24rem;
}
.DeviceDetector .device-testing-report .device-report-list .device-report .device-info .device-name {
  width: 2.8rem;
  height: 0.24rem;
  line-height: 0.24rem;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.DeviceDetector .device-testing-report .device-report-list .device-report .green {
  color: green;
}
.DeviceDetector .device-testing-report .device-report-list .device-report .red {
  color: red;
}
.DeviceDetector .device-testing-report .device-report-footer {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  bottom: 0.36rem;
}
@charset "UTF-8";
.vertical-center-dialog .el-dialog[data-v-61dd7a3d] {
  margin: 0 !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.html[data-v-61dd7a3d] {
  scroll-behavior: smooth;
}
[data-v-61dd7a3d] .el-dropdown-menu__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
[data-v-61dd7a3d] .el-dropdown-menu__item span {
  width: 1.5rem;
}
[data-v-61dd7a3d] .el-dropdown-menu__item img {
  width: 0.27rem;
  height: 0.24rem;
}
.imgTb[data-v-61dd7a3d] {
  width: 0.2rem;
}
.el-header[data-v-61dd7a3d] {
  width: 16rem;
  padding: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-header .img[data-v-61dd7a3d] {
  width: 2.88rem;
  height: 0.62rem;
  margin-right: 0.05rem;
}
.el-header .imgs[data-v-61dd7a3d] {
  width: 0.64rem;
  height: 0.32rem;
}
.el-header .headerText[data-v-61dd7a3d] {
  width: 70%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0.35rem;
}
.el-header .headerText .navHeader[data-v-61dd7a3d] {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4rem;
}
.el-header .headerText .navHeader a[data-v-61dd7a3d] {
  position: relative;
  background: white;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.el-header .headerText .navHeader a.active[data-v-61dd7a3d]::after {
  content: "";
  position: absolute;
  bottom: -0.3rem;
  /* 调整位置 */
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.47rem;
  height: 0.06rem;
  background: #3B5EFC;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
}
.el-header nav a[data-v-61dd7a3d],
.el-header .el-dropdown a[data-v-61dd7a3d] {
  font-size: 0.2rem;
  line-height: 0.24rem;
  color: #666666;
}
.el-header .el-button[data-v-61dd7a3d] {
  width: 0.84rem;
  height: 0.42rem;
  -webkit-border-radius: 0.21rem;
          border-radius: 0.21rem;
  padding: 0 0.2rem;
  font-size: 0.18rem;
  line-height: 0.42rem;
  border: 0.01rem solid transparent;
  color: #000;
}
.el-header .sass[data-v-61dd7a3d] {
  width: 1.08rem;
  height: 0.42rem;
  padding: 0.01rem 0.15rem;
  font-size: 0.18rem;
  line-height: 0.42rem;
  border-right: 0.01rem solid #000;
}
.el-header .sass[data-v-61dd7a3d]:last-child {
  border-right: none;
}
.el-header .userInfo[data-v-61dd7a3d] {
  margin-right: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-header .userInfo .logo[data-v-61dd7a3d] {
  width: 0.46rem;
  height: 0.46rem;
}
.el-header .userInfo .userName[data-v-61dd7a3d] {
  font-size: 0.18rem;
  min-width: 0.5rem;
  line-height: 0.46rem;
  margin-left: 0.15rem;
}
.el-header .userInfo .quit[data-v-61dd7a3d] {
  width: 0.84rem;
  height: 0.42rem;
  background: rgba(59, 94, 252, 0.1);
  -webkit-border-radius: 0.21rem;
          border-radius: 0.21rem;
  text-align: center;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 0.18rem;
  color: #1667FF;
  line-height: 0.42rem;
  margin-left: 0.15rem;
  cursor: pointer;
}
.login-left[data-v-61dd7a3d] {
  margin: 0 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.login-left h3[data-v-61dd7a3d] {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 0.2rem;
  color: #333333;
}
.login-left .qrcodeBorder[data-v-61dd7a3d] {
  width: 2.22rem;
  height: 2.22rem;
  border: 0.01rem solid #E8E8E8;
  margin-bottom: 0.13rem;
}
.login-left .qrcodeBorder .qrcode[data-v-61dd7a3d] {
  width: 1.92rem;
  height: 1.92rem;
  background: #E8E8E8;
  margin: 0.15rem;
}
.login-left .qrcodeBorder .tips[data-v-61dd7a3d] {
  width: 1.8rem;
  height: 0.43rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 0.18rem;
  color: #666666;
  line-height: 0.21rem;
  text-align: center;
  font-style: normal;
}
.line[data-v-61dd7a3d] {
  width: 0.01rem;
  height: 3.6rem;
  border: 0.01rem solid #D8D8D8;
}
.login-weaper[data-v-61dd7a3d] {
  width: 3.57rem;
  margin: 0 auto;
  background: #ffffff;
  overflow: hidden;
}
.login-weaper .title[data-v-61dd7a3d] {
  font-family: PangMenZhengDao;
  font-size: 0.32rem;
  color: #1667FF;
  letter-spacing: 0.02rem;
  text-align: center;
  margin-bottom: 0.49rem;
}
.login-weaper .navbar[data-v-61dd7a3d] {
  font-weight: 200;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #666666;
  text-shadow: 0 0.02rem 0.04rem rgba(0, 0, 0, 0.3);
}
.login-weaper .navbar a[data-v-61dd7a3d] {
  width: 50%;
  display: inline-block;
  text-align: center;
}
.login-weaper .navbar .active[data-v-61dd7a3d]::after {
  content: "";
  display: block;
  width: 15%;
  height: 0.08rem;
  background: #1667FF;
  -webkit-border-radius: 0.045rem;
          border-radius: 0.045rem;
  margin: 0.05rem auto;
}
.login-weaper[data-v-61dd7a3d]  .el-input__inner {
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
}
.Title[data-v-61dd7a3d] {
  position: relative;
  width: 100%;
  height: 0.32rem;
  font-family: Microsoft JhengHei;
  font-style: normal;
  font-weight: bold;
  font-size: 0.36rem;
  line-height: 0.32rem;
  text-align: center;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.2);
  margin-bottom: 1rem;
}
.TitleRed[data-v-61dd7a3d] {
  color: rgba(209, 0, 1, 0.2);
}
.TitleRed span[data-v-61dd7a3d] {
  color: #E31512;
}
.boxList[data-v-61dd7a3d] {
  width: 12rem;
  padding-bottom: 0.32rem;
  margin: 0.32rem auto 0;
  border-bottom: 0.01rem solid #e6e5e5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.boxList .el-image[data-v-61dd7a3d] {
  width: 2.73rem;
  height: 2.08rem;
  margin-right: 0.22rem;
}
.detail .back[data-v-61dd7a3d] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 0.56rem;
  height: 0.17rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0.01rem 0.05rem 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.01rem 0.05rem 0 rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 0.02rem;
          border-radius: 0.02rem;
  font-size: 0.08rem;
  color: #666666;
}
.box[data-v-61dd7a3d] {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.box .box1[data-v-61dd7a3d] {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.box .box1 .box1_0[data-v-61dd7a3d] {
  font-family: Microsoft New Tai Lue;
  font-style: normal;
  font-weight: bold;
  font-size: 0.24rem;
  color: #333333;
}
.box .box1 .box1_1[data-v-61dd7a3d] {
  font-family: Microsoft New Tai Lue;
  font-style: normal;
  font-weight: normal;
  font-size: 0.18rem;
  line-height: 0.24rem;
  color: #999999;
  white-space: nowrap;
  margin-left: 0.35rem;
}
.box .box2[data-v-61dd7a3d] {
  width: 100%;
  padding-top: 0.26rem;
  margin-bottom: 0.1rem;
  font-family: Microsoft New Tai Lue;
  font-style: normal;
  font-weight: normal;
  font-size: 0.18rem;
  line-height: 0.27rem;
  color: #333333;
}
.box .box3[data-v-61dd7a3d] {
  width: 100%;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: bold;
  font-size: 0.2rem;
  text-align: right;
  color: #7db0ea;
}
.box .box3Red[data-v-61dd7a3d] {
  color: #FF6D6B;
}
.changeCH[data-v-61dd7a3d] .el-dialog {
  position: absolute;
  left: 20%;
  top: -6vh;
  padding: 0.1rem 0.1rem;
  width: 24% !important;
}
.changeCH[data-v-61dd7a3d] .el-dialog .el-dialog__header {
  padding: 0 !important;
  padding-top: 0rem !important;
}
.changeCH[data-v-61dd7a3d] .el-dialog .el-dialog__body .changebutton {
  padding: 0.1rem 0.2rem;
}
.changeCH[data-v-61dd7a3d] .el-dialog .el-dialog__body .changebutton .el-button {
  width: 1.3rem;
  vertical-align: middle;
}
.changeCH[data-v-61dd7a3d] .el-dialog .el-dialog__body .changebutton .el-button span {
  margin-left: 0.06rem;
}
.changeCH[data-v-61dd7a3d] .el-dialog .el-dialog__body .changebutton .line {
  height: 0.4rem;
  width: 0.01rem;
  display: inline-block;
  background: #999;
  vertical-align: middle;
  margin-top: -0.2rem;
}
.changeCH[data-v-61dd7a3d] .el-dialog .el-dialog__body .changeSth {
  padding: 0.2rem 0.1rem;
  border-top: 0.01rem solid #999;
  border-bottom: 0.01rem solid #999;
  font-size: 0.15rem;
}
.newsListDetail h1[data-v-61dd7a3d] {
  width: 100%;
  text-align: center;
  margin: 1rem 0;
  font-weight: normal;
  font-size: 0.4rem;
}
.newsListDetail div[data-v-61dd7a3d] {
  width: 100%;
  font-size: 0.2rem;
}
[data-v-61dd7a3d] .el-tabs__nav-wrap::after {
  background-color: rgba(0, 0, 0, 0) !important;
}
.newsData[data-v-61dd7a3d] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.newsData .newsBox[data-v-61dd7a3d] {
  width: 32%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.newsData .newsBox:hover .newsBoxTitle[data-v-61dd7a3d] {
  color: #1667ff;
}
.newsData .newsBox .newsBoxTime[data-v-61dd7a3d] {
  width: 0.5rem;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #1667ff;
  margin-right: 0.1rem;
}
.newsData .newsBox .newsBoxTime .newsBoxTime-top[data-v-61dd7a3d] {
  font-size: 0.2rem;
  display: block;
  margin-bottom: 0.1rem;
  margin-top: 0.03rem;
}
.newsData .newsBox .newsBoxTime .newsBoxTime-bottom[data-v-61dd7a3d] {
  font-size: 0.11rem;
  display: block;
}
.newsData .newsBox .newsBoxTitle[data-v-61dd7a3d] {
  -webkit-box-flex: 7;
  -webkit-flex: 7;
      -ms-flex: 7;
          flex: 7;
  font-size: 0.18rem;
  line-height: 0.28rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsData .newsBox:first-child .newsBoxTitle[data-v-61dd7a3d]::after {
  content: "";
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAWdJREFUOE+lk01LAkEch5/xHQVTIUFPpZuJ1KE8RPeC6Fyfozp0iK5phw7Rl4hOEXite5SuQX0ENTHxBTIMxYllIFtXE2ouu8zyf3jmt78RUkrBaWYPxCHICCD4fUkQryDPODq+EDJ7sg+cTxma9PlAyGymDDL6N4CoGAYDi/ZsGN5qVqYQIOXPfWkAhjt+P4TDsLYOT0X47EKrDYkEhELg80EuBx+db4gZEAhCOg3VKnjcaqDRVM9CHvp9i5UZYChubEL+EeIaNBrgcoHDAS/PY2MyA7QFSCyqYxia7x2o1WB5CbpdmAnAwz3o+oQjeL1gBJhKQb2uhj0ecDqhUoaVVbi7NZmMZBCAuXmIxaDdhlZLpd5qqvepAIO9swulEvR64HYrg6IORj5TAZoGwRDY7Uo5FodIFK4uIRicCBgWKZlU6lvbcHMNg4H6G3pB9cBqYBRpTJVtNjU8uixNVFX+52X653X+AoHVnytdLt2xAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  position: relative;
  top: 0.04rem;
}
.newsData .newsBox:nth-child(2) .newsBoxTitle[data-v-61dd7a3d]::after {
  content: "";
  display: inline-block;
  width: 0.4rem;
  height: 0.2rem;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAQCAYAAACYwhZnAAAAAXNSR0IArs4c6QAAAj9JREFUSEvNlUtIVFEYx3/nzswd78wog2FU6qIHUmFQQUTh9JAei8BFRS2UaJEWhIEEBVJJFIWryl3YIiIXEUUZimGZ0iIyKASJTCoiK8usYWbunfe5MTcaI19hmXM2h7M43/f7/t9LhA1pSv8rYp01yIGHIONM+1EcKAU+1A3nULwLEcY3vxlpWoUZej/tvn93IDz5ZJU/QQS7L5mxjkP/HeCnQ7W0ARF4cNqMPz4zYxCO1bUTQwj3bFybzyO/9mPLW0py6Hn6VnIXYbTXYOqfcZddQajZgEn8bSeOQt+PoOxOSEQx4zr6nb1jBjophJJTiHtbI7GXt1GLy4n1NuEsriDaexW1qAy9pQoZeGcZdy7fhwx/Id53y3oLpxfX1gb05j0TqjwphH3+JmzeBWkjzpX7iT69mH4n/a9JvLk3CiK7ogMZ/ABCIBQVqQ9i3K2eohKzFmPLLULJngc2B87icqI9ly1jMvSR5HAfcvjFKAjPjuuEbuxCKzlG5Fkjmu84RtvBqUGkfmm+OsxEGBkYSBtRcgoQqptwV92ISr+kw4K4uRvP9mvobdUzB6G3HsC18SxG14l/A5GqcjM0mI5aeOZYk3U8JbT1p0h+6kG48oj1N6Mu2Um0+8LfpeOPIFZUIo0hqzvshT60klr0lkpcWxqsopTBsSfypN2hldaTalMz4odEeCQSu4bI8iKDA4TvHyFr7VHs+Wsw2g+jLqtA2FQij+oxowGEZy6udSfRW6vGVyIjxnZGLLBMWOXfAcljV1SmRJ0sAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  position: relative;
  top: 0.04rem;
}
.newsDataMore[data-v-61dd7a3d] {
  text-align: center;
  color: #1667FF;
  padding: 0.5rem 0;
}
.newsDataMore div[data-v-61dd7a3d] {
  font-size: 0.18rem;
  padding: 0.08rem 0.14rem;
  border: 0.01rem solid #1667FF;
  -webkit-border-radius: 0.3rem;
          border-radius: 0.3rem;
  display: inline-block;
  cursor: pointer;
  margin: auto;
}
.newsDataMore div[data-v-61dd7a3d]:hover {
  background-color: #1667FF;
  color: white;
}
.el-tabs__nav-scroll[data-v-61dd7a3d] {
  padding-left: 2rem;
}
.Scnenure[data-v-61dd7a3d] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.Scnenure .ScnenureBox[data-v-61dd7a3d] {
  margin: 0.15rem;
  padding: 0.2rem;
  border-top: 0.06rem solid #FEAC52;
  width: 30%;
}
.Scnenure .ScnenureBox .ScnenureBoxTop[data-v-61dd7a3d] {
  border-bottom: 0.01rem solid #FEAC52;
}
.Scnenure .ScnenureBox .ScnenureBoxTop h1[data-v-61dd7a3d] {
  color: #FEAC52;
  text-align: center;
  margin: 0.5rem 0 0.2rem 0;
  font-size: 0.3rem;
  vertical-align: middle;
}
.Scnenure .ScnenureBox .ScnenureBoxTop h1 img[data-v-61dd7a3d] {
  display: inline-block;
  width: 0.5rem;
  vertical-align: middle;
}
.Scnenure .ScnenureBox .ScnenureBoxTop h1 span[data-v-61dd7a3d] {
  vertical-align: middle;
}
.Scnenure .ScnenureBox .ScnenureBoxTop p[data-v-61dd7a3d] {
  text-align: center;
  padding-bottom: 0.2rem;
  color: #FEAC52;
}
.Scnenure .ScnenureBox .ScnenureBoxBottom[data-v-61dd7a3d] {
  padding: 0.2rem 0.1rem;
  font-size: 0.2rem;
}
.Scnenure .green[data-v-61dd7a3d] {
  border-top: 0.06rem solid #15DA93;
}
.Scnenure .green .ScnenureBoxTop[data-v-61dd7a3d] {
  border-bottom: 0.01rem solid #15DA93;
}
.Scnenure .green .ScnenureBoxTop h1[data-v-61dd7a3d] {
  color: #15DA93;
}
.Scnenure .green .ScnenureBoxTop p[data-v-61dd7a3d] {
  color: #15DA93;
}
.Scnenure .blue[data-v-61dd7a3d] {
  border-top: 0.06rem solid #0C8AFF;
}
.Scnenure .blue .ScnenureBoxTop[data-v-61dd7a3d] {
  border-bottom: 0.01rem solid #0C8AFF;
}
.Scnenure .blue .ScnenureBoxTop h1[data-v-61dd7a3d] {
  color: #0C8AFF;
}
.Scnenure .blue .ScnenureBoxTop p[data-v-61dd7a3d] {
  color: #0C8AFF;
}
.project[data-v-61dd7a3d] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.project .ProjectBox[data-v-61dd7a3d] {
  margin: 0.1rem;
  -webkit-border-radius: 0.15rem;
          border-radius: 0.15rem;
  background-color: #ffffff;
  padding: 0.2rem;
  width: 30%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.project .ProjectBox .ProPic[data-v-61dd7a3d] {
  -webkit-border-radius: 0.15rem;
          border-radius: 0.15rem;
  width: 100%;
  height: 2.5rem;
  background-color: #f6f9ff;
  text-align: center;
}
.project .ProjectBox .ProPic img[data-v-61dd7a3d] {
  margin: auto;
}
.project .ProjectBox .ProAddress[data-v-61dd7a3d] {
  color: #0C8AFF;
}
.project .ProjectBox .ProAddress span[data-v-61dd7a3d] {
  font-size: 0.16rem;
}
.project .ProjectBox .ProAddress span[data-v-61dd7a3d]:first-child {
  margin-right: 0.08rem;
}
.project .ProjectBox .ProNum[data-v-61dd7a3d] {
  color: #979797;
}
.project .ProjectBox .ProNum span[data-v-61dd7a3d] {
  font-size: 0.14rem;
}
.project .ProjectBox .ProNum span[data-v-61dd7a3d]:first-child {
  margin-right: 0.08rem;
}
.project .ProjectBox .ProjectTime[data-v-61dd7a3d] {
  margin-top: 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.project .ProjectBox .ProjectTime .ProjectTimeLeft[data-v-61dd7a3d] {
  font-size: 0.14rem;
}
.project .ProjectBox .ProjectTime .ProjectTimeRight[data-v-61dd7a3d] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.project .ProjectBox .ProjectTime .ProjectTimeRight img[data-v-61dd7a3d] {
  width: 0.2rem;
  margin: 0 0.08rem;
}
[data-v-61dd7a3d] .v-modal {
  background: rgba(0, 0, 0, 0) !important;
}
.changebutton[data-v-61dd7a3d] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.2rem;
  padding: 0.1rem;
}
.el-button.plain[data-v-61dd7a3d] {
  width: 100%;
  max-width: 3rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
.half-btn[data-v-61dd7a3d] {
  width: 40% !important;
}
.changebutton[data-v-61dd7a3d] {
  padding: 0.2rem 0.1rem;
}
.btn-container[data-v-61dd7a3d] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
}
.el-button.plain[data-v-61dd7a3d] {
  border: none;
  padding: 0.12rem 0.24rem;
  font-size: 0.14rem;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.el-button.el-button--primary.is-plain[data-v-61dd7a3d] {
  margin-left: 0;
}
.linech[data-v-61dd7a3d] {
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.01rem;
  height: 30%;
  background-color: #e0e0e0;
}
.linelo[data-v-61dd7a3d] {
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.01rem;
  height: 60%;
  background-color: #e0e0e0;
}
.ScnenureChangeBtn[data-v-61dd7a3d] {
  width: 4rem;
  vertical-align: middle;
}
.ScnenureChangeBtn img[data-v-61dd7a3d] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.05rem;
}
.ScnenureChangeBtn div[data-v-61dd7a3d] {
  vertical-align: middle;
  display: inline-block;
}
.sch span[data-v-61dd7a3d] {
  vertical-align: middle;
}
.sch .perName[data-v-61dd7a3d] {
  height: 0.4rem;
  line-height: 0.4rem;
  -webkit-border-radius: 0.05rem;
          border-radius: 0.05rem;
  font-size: 0.18rem;
  padding-right: 0.1rem;
  max-width: 2.6rem;
  vertical-align: middle;
}
.sch .perName span[data-v-61dd7a3d] {
  vertical-align: middle;
}
.sch .perName img[data-v-61dd7a3d] {
  width: 0.14rem;
  height: 0.18rem;
  vertical-align: middle;
}
.ss span[data-v-61dd7a3d] {
  vertical-align: middle;
  margin-top: 0.02rem;
}
.ss .perName[data-v-61dd7a3d] {
  height: 0.4rem;
  line-height: 0.4rem;
  -webkit-border-radius: 0.05rem;
          border-radius: 0.05rem;
  font-size: 0.18rem;
  padding-right: 0.1rem;
  vertical-align: middle;
  max-width: 2.6rem span;
  max-width-vertical-align: middle;
}
.ss .perName img[data-v-61dd7a3d] {
  width: 0.14rem;
  height: 0.18rem;
  vertical-align: middle;
}
.imgLogoSch[data-v-61dd7a3d] {
  width: 80%;
}

/* 大赛相关 */
#ProvaboutScnenure .aboutScnenureMain[data-v-61dd7a3d] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.6rem 0.8rem;
  position: relative;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureTop[data-v-61dd7a3d] {
  padding-top: 1.4rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABK4AAAE3CAMAAAC0FflhAAAA+VBMVEUAAAByqf93rv////////////+51P+Es//29vqLuP+Uvf+hyP+cw/+40vauz/+pyv+81/+10f+/1/7I2/7h6/3H3f+/1/+30/94qP/F3P/K3//a5/+50vvN4f/O4fzD2v/E2/+51f/P4P+81P/0+P/M4P/J3v+ty//t8/7Q4/+1zv34+vv5+/75+/+qx/3P4v/+/v/O4f/s8//4+v7i6/+kx//t9f/s9f/s9P/1+f/s9P/r8v/t9f+72f+Vvf/////K4f/o8//n8v/m8f+v0f/////t9P/u9v/9/v/8/f/0+f/6/P/x9//2+v/4+//w9//y+P/5+//7/P/j4dl5AAAARXRSTlMALy+tGyhYLzYvLy8vBi4uLi4PEwciJSsvLhoMChULHSooGCAZHicsECoYFyMfEy4TWS4rVCiX9enSiENhQiHuTsWwcToRvjX5AAANg0lEQVR42uzd2W7aQBgF4ClyhFjMYoxZxtgETDBewGrFbd7/sTob2O5gmqaQsJyvUqUu10f/mZn8JgAAAAAAAAAAAAAA8C1MOlhMV8PhcLVaLGazwcDyXJMAANwU0xos/OXQcV4Fx3FEbPm+P51OF4uIh5dlUep5rm0iwwDg27jW1JlPev1OV+p0+v0eM5lMdpNJbz5/c4Ysu1hw8dyinm1yyC0A+FqmtXrtdbrtZrPRaNSFhtBsNttcq9XqMDzCZIZthDdH9UYVYQgvALgq04qWr2sWVjypajkZW0qTUcHV7Yrg6rPfRiNVG5eMmL1EdvHeSEVvdDGAAcAF08of9Vs8q2pn1I9keqn4EuGVF8fdjpVHWRzFkddssLUs10VxBIALcH1n3W5qWXWePn4d46slT77WI24usNb4VuqNKI4A8InRauF024167X/UlUNw5Sdeqjb2WHMc8eLIa+NK1MZpNBOtUYYX49q4cASAM6jfb2mj1QWyS5+78t7YF71RFcc3XhynUzF2WXjmBQAVTMtZNytGq6slWN4bVXNcd0bSnHljHGcoIkwVRxfFEQAsf82L4JcqT15cuzh79Vhx7KviKC4cfX7hWCiOVBZHRBjAU3GjNS+C36iuHXvlJ/advsCKo7DhkxefuhbypaqF03qA52H6e55WN6TcGaX8tpH3RjZ2SQ4zZFbiqb146sV7o4vjeoAHZFr7dqN2q+pVD73E4CVqo8SOvFhvXK5WK3nfOLBCS/5wo+vZjIkLR4C7Zy3bjZuarf65OObPJcrFcaeKozqu31oWTusB7pkZ7Zv3lFZ/qn4tIc7s1+tjcZS1UfVGURyt0KKei0cTAHdi+96+57Q6M3k1T7z0Yia9HuuNojj6IrcilluUkXeNHH5QCOAWmcv97R5cXTK+ys8lutpiibl4qTr05UvVAZ55AdwAm4ZZHAeGEKzuuwp+tjU2hcJPCLFf4ucbD1eNcrPEUXBkAMBnBUGchaFtfjysYiNNkuRF+LVrPfBw9U/3jW1tsYS0436e8Cv3AgAfkSSpEWcfC6wwSF4S/r8Pbyu3y7u6FbymPL/0g6+8Nu6kzUZcOQb5VlUCAH9j83JnsGkpjW1yFs0Mg49iIquU7SOfXP2Hijf2Kro6ojgeLxuX4q6ROe7FkavsEWEApxOLn0bFIanmZSmLNI+URA90LVhy5Z8QOkxd+dwlFxKqxRJi6NryoQsLCQF0dhi8JAG1yWk0TlL9X933Zg3+mf5cQttIOJc2c7WRUD70wm4cAMVmpdAIKw6tDCOj2l9b7+iCl75wbOfZJVfZ90fFVfa+XGU/O66y9/AJNHhKNk+l0CYaaiQpJbot4oq55kbCtnbhKDcSbjZz9cxLHdbjcT08HZt1vkz72zhNeYjpoj2Orq7t1LkXV1xlPyqtsvfzVfaIMHhonpEaHikyQ1YET6aV+Y64uj69NmpnXnL06quNhLI2llfZi+USWGUPjyYM0vIpFU3TmJxkvuPV1dc6vxinvFiil28kVJ9AW2CxBDya0CjFU2akITnN3N/WWr6ndm6xV7cjVhIqh1X2QxFhs8ONI555wT2yg8KTUdvgfzjNRBe8QdU/IdQqvvTivTFfLCFiy+IopdgsAXekMFDZWWIQgri6a/XqLziK+Mp/xnEjv529XKkX9iiOcPvCJA5VciUZPRtXP+AO1Eoqf7qRt8ZTq+xXq5XcSBgOQsuieKoKt8TOUsMkjBcn1KyOqybi6m78bfTSv/kvi6Mwn8viKL/AEYm567CRkF82ojfCN7JT+Sw0MAKTVHIRV/dvzPx9JWH5G2i9iSBvHI/FkeL7QfA9MoO/vrITgxLE1bOpGL606Yv3xvVorX0B7bDKnvdGDxkGV2dnSUhMmsSkmmk16uMf8Kiqq+OJQ6/jLvv+XN44yh9vjFhx3Mo3qqo42tgxARcXJhmhgREirqDoQx/j6DKdwmvVzZz3RvlUVcxd+BlHuCg7CPi1oEequdt6DXH13IoHX6fXeqm9Xqo2Okz+I0IsvKLZoTa6+HY2fJYZpiR+oeRsXOHoCgrGXMVWL07/Bhorjrw3yg+gRbw2qr6ItYTwT+yUBImNuILLRVhdKRRHuZOQUZ/PlsWRP1VVPyC0xUZC+ACDBKlJzvAixBV83FipmL3yQ3t+4ciK495hCsUx4sVxq+4bXQxfUBSTICDnWBFO2uHTxqcGr3Jv1Iujw6MrYrZi6jJRG0HKSBAiruDrjA+02ihnrzYbu5TDOvvXN0ecfcneiFX2z4uSgJJztogruBo9ulR25cOXXIzDvO5ZcVwKvh8JrDZuZW3EjeNT8Ehgn4+r9zHiCq5Mb4764NUq3DgK6kcc+TMv0RstJNZv9u62J20gAOB4E81cUluLliiCxpnStbNNBQxQpJOnXDXozPb9P8yOOvEBHZtvuCP/X2J8dzne/HN3vcK6cw3PWJIraoVVOZhbfOD4eFe12DYW5GtCfnFwLxMmV17F0oubquuFXEELBw+eL70W1l5S8cDxadsow1WUS5LxKraNPHDU2JJcffu+tTXJPgFqa7zp4qXLuc9QSTM6q304V1Y1OPPiOGr1exvp1Q9AXT8fTZ/8mrlZdH19Lf/kf6jnKt3o9VuRFMeb3vlu7Z9yZR0H54d1P7xop3fTZ25UMH2kx8ym0w8Po+YnVWZWU6ylu7R90WwmoV/2ToNqbWmuakdxq9m87KW393ku5vL8VgXzGekwM+n+v4fJxbtyOdoKLJveSmZ1nwuspzztZY6TNJutyDu2/pYrK/CiMHQGo1x6PYoKREGbmQnx4WHU/KTKzEpgnY0Gtl1yKmEUn7vv5cqqBXU/SQYjAQArNBqYZslJwvioar14a3Au8FpJZdLuCABYqU57YpqmU2nFR9YbuXLP4tCx+10BACvX7cte2U7oe7sLubKCKKzYbQEASmibkpNEp+6rXLmejFU2FACgiGFWBCuMqy9y5Z76FXvARhCAMnLRHTxsCOvBs1xZQeTYDc7YASil05C92nHCTfcpV57vmH1qBUAxnb4plU7i2p9cWdXyCWsrAAoq1ld2yd9zH3JVPTwpcW4FQEF5d1DsB+tBkSvrKNzJqBUAFeXdzJQqZXeWq6BeMbnBAEBRQ1Ny/D1L5qr+ZacnAEBRPVPaLx8b3rFfaggAUFZxneFkz4j39u1UAICyUlMqHRpR/StbQQBK65lS2Uj8jBtXAJTWyWanV0ZS4lsYACiuLXNlGwmLKwCq60xkrwyHxRUA5bVnuapwnx2A8rqzXI0FAChvLHPF6zcANDDc3jYEAGhgsm3wA5MAdDAmVwD0MDKNHAA00CVXADSRcdQOQA9jcgVADz1yBUAPI3IFQAv5kFwB0ENKrgDooUuuAOihQ64A6CAXglwB0AS5AqCFXPASDgBNkCsAmiBXADRBrgBoglwB0AS5An6zawemEQUhFEXtbuEzMPZfTUpYAwH3Zc8p4qIiITwyACHkCgghV0AItysghFwBIeQKCCFXQAi5AkLIFRBCroAQcgWEkCsghFwBIeQKCCFXQAi5AkLIFRBCroAQcgWEkCsgxCxX974AdtVrRK6AvydXwL8kV0AItysgRN2RcwF2Daer8wLYJVdACLkCQrhdASHkCgghV0CIOiN9AHbVHTjHdAVskysgxCxXegWsqzPQ7XYFbBtOV30BdtVsF2zLIPBLlkHgS01y5e0K+AB1JkxXwDrLIBBCroAQcgWEqAaIYLoCQlQPPM/TALvqvNVtugL21XlProAPYBmEH3bt6ARAGIiC4LWnoqD9F2ML+QsLM0Us70KIWMqVWgH7zQmQMEvjyrwCtnMMAhF+tQMR3q6ACOsKiLCugAi5AiLkCoiQKyBCroAIuQIi5AqIkCsgQq6AiLkBEqwrIMK6AiLkCoiQKyBCroAIuQIi5AqIkCsgYh6ABOsKiJArIMIxCETIFRAhV0CEXAERcgVEyBUQMRdAgnUFRMgVEDEvQIK3KyBCroAIuQIi5AqIkCsgQq6ACLkCIuQKiJgDIMG6AiLkCohwDAIR8wE/u3ZAAgAAAjDMcoL9E5njsIU4KpJgugIi5AqIkCsgQq6ACLkCIuQKiJgDSDBdARFyBUTIFRAhV0CEXAERcgVEeGQAIuQKiJArIEKugAi5AiLkCoiQKyBCroAIuQIi5AqIkCsgQq6ACLkCIuQKiJgFSJArIMIyCETIFRBhGQQiTFdAhFwBEXIFRLhdARFyBUTIFRAhV0CEXAERcgVEeGQAIuQKiJArIEKugAindiBCroAIuQIi5AqIkCsgQq7g2aljIgBAGABitQULU/1bQsffJSJChK6ACF0BEboCInQFROgKiNAVEKErIEJXQISugAhdARG6AiJ0BUToCojQFRChKyBCV0CEroAIXQERugIidAVE6AqI0BUQoSsgQldAhK6ACF0BEboCInQFROgKiNAVEKErIEJXQISugAhdARG6AiJ0BUToCojQFRChKyBCV0CEroAIXQERugIidAVE6AqI0BUQoSsgQldAxLwFCHhzFiDgzF3gt1/HJgCAMBQFPziGrTOkkICFuP9KBnGIBN5tcShgarBBAAWsIe0DAOltBTsAkJzpcT4IILXl+rpbA4CkzLvCBVsGNK6lSltlAAAAAElFTkSuQmCC);
  color: #333333;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -2;
  width: 100%;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureTop .SetScnenureTitle[data-v-61dd7a3d] {
  z-index: 9999;
  font-size: 0.3rem;
  font-weight: bold;
  margin: 0;
  padding-left: 0.3rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureTop .SetScnenure[data-v-61dd7a3d] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0.4rem;
  position: relative;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureTop .SetScnenure .scnbcc[data-v-61dd7a3d] {
  position: absolute;
  width: -webkit-calc(100%);
  width: calc(100%);
  height: 1.7rem;
  background-color: white;
  z-index: 1;
  top: 1.8rem;
  left: 0rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureTop .SetScnenure .SetScnenureBox[data-v-61dd7a3d] {
  z-index: 2;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #F6F9FF;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureTop .SetScnenure .SetScnenureBox[data-v-61dd7a3d]:nth-child(2) {
  margin-right: 0.1rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureTop .SetScnenure .SetScnenureBox[data-v-61dd7a3d]:nth-child(3) {
  margin-right: 0.1rem;
  margin-left: 0.1rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureTop .SetScnenure .SetScnenureBox[data-v-61dd7a3d]:nth-child(4) {
  margin-left: 0.1rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureTop .SetScnenure .SetScnenureBox .SetScnenureBoxTop[data-v-61dd7a3d] {
  padding: 0.14rem;
  height: 1.72rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureTop .SetScnenure .SetScnenureBox .SetScnenureBoxTop h2[data-v-61dd7a3d] {
  font-size: 0.24rem;
  font-weight: normal;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureTop .SetScnenure .SetScnenureBox .SetScnenureBoxTop .group[data-v-61dd7a3d] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureTop .SetScnenure .SetScnenureBox .SetScnenureBoxTop .group .grouptitle[data-v-61dd7a3d] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.18rem;
  font-weight: normal;
  margin-top: 0;
  padding-top: 0.1rem;
  text-align: center;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureTop .SetScnenure .SetScnenureBox .SetScnenureBoxTop .group .groupClass[data-v-61dd7a3d] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0.1rem;
  -webkit-box-flex: 2;
  -webkit-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureTop .SetScnenure .SetScnenureBox .SetScnenureBoxTop .group .groupClass .groupClassbox[data-v-61dd7a3d] {
  -webkit-flex-basis: -webkit-calc(50%);
      -ms-flex-preferred-size: calc(50%);
          flex-basis: calc(50%);
  /* 每个元素宽度为 50%，减去间距的一半 */
  max-width: -webkit-calc(50%);
  max-width: calc(50%);
  /* 确保最大宽度不超过 50% */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.18rem;
  width: 1.14rem;
  padding-bottom: 0.2rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureTop .SetScnenure .SetScnenureBox .SetScnenureBoxBottom[data-v-61dd7a3d] {
  padding: 0.14rem;
  background: #F6F9FF;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureTop .SetScnenure .SetScnenureBox .SetScnenureBoxBottom h3[data-v-61dd7a3d] {
  margin: 0;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureTop .SetScnenure .SetScnenureBox .SetScnenureBoxBottom .title[data-v-61dd7a3d] {
  font-size: 0.24rem;
  font-weight: normal;
  margin-bottom: 0.16rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureTop .SetScnenure .SetScnenureBox .SetScnenureBoxBottom .provide[data-v-61dd7a3d] {
  font-size: 0.18rem;
  font-weight: normal;
  margin: 0.03rem;
  line-height: 0.25rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureTop .SetScnenure .SetScnenureBox .SetScnenureBoxBottom p[data-v-61dd7a3d] {
  font-size: 0.18rem;
  margin: 0;
  line-height: 0.25rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureTop .SetScnenuretype[data-v-61dd7a3d] {
  z-index: 9999;
  background-color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0.1rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureTop .SetScnenuretype .groupClassbox[data-v-61dd7a3d] {
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.1rem 0.2rem;
  margin: 0.1rem 0.3rem;
  background: rgba(59, 94, 252, 0.1);
  -webkit-border-radius: 0.21rem;
          border-radius: 0.21rem;
  font-size: 0.18rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureTop .SetScnenuretypeTitle[data-v-61dd7a3d] {
  font-size: 0.24rem;
  font-weight: normal;
  background-color: white;
  margin: 0;
  font-weight: bold;
  padding-left: 0.4rem;
  padding-top: 0.4rem;
  z-index: 9999;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScQr[data-v-61dd7a3d] {
  background-color: white;
  padding: 0.16rem 1.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScQr .aboutScQrleft[data-v-61dd7a3d] {
  padding-right: 0.19rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScQr .aboutScQrleft img[data-v-61dd7a3d] {
  width: 1.8rem;
  border: 0.01rem solid #f6f9ff;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScQr .aboutScQrright p[data-v-61dd7a3d] {
  font-size: 0.18rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScQr .aboutScQrright p[data-v-61dd7a3d]:nth-child(2) {
  margin: 0.42rem 0;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScQr .aboutScQrright p span[data-v-61dd7a3d] {
  margin-right: 0.2rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScQr .aboutScQrright p span[data-v-61dd7a3d]:first-child {
  display: inline-block;
  width: 1.2rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom[data-v-61dd7a3d] {
  background-color: white;
  padding: 0.39rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox1[data-v-61dd7a3d] {
  margin-top: 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox1 .asbox1-left[data-v-61dd7a3d] {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
      -ms-flex: 3;
          flex: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0.6rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox1 .asbox1-left .pic[data-v-61dd7a3d] {
  width: 0.64rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox1 .asbox1-left .pic img[data-v-61dd7a3d] {
  width: 100%;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox1 .asbox1-left .asboxtext[data-v-61dd7a3d] {
  padding: 0 0.1rem;
  -webkit-box-flex: 18;
  -webkit-flex: 18;
      -ms-flex: 18;
          flex: 18;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox1 .asbox1-left .asboxtext h3[data-v-61dd7a3d] {
  font-size: 0.24rem;
  margin-top: 0.01rem;
  margin-bottom: 0.01rem;
  line-height: 0.32rem;
  font-weight: normal;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox1 .asbox1-left .asboxtext p[data-v-61dd7a3d] {
  font-size: 0.18rem;
  line-height: 0.25rem;
  margin-top: 0.01rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox2[data-v-61dd7a3d] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox2 .asbox1-right[data-v-61dd7a3d] {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
      -ms-flex: 2;
          flex: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox2 .asbox1-right .pic[data-v-61dd7a3d] {
  width: 0.64rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox2 .asbox1-right .pic img[data-v-61dd7a3d] {
  width: 100%;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox2 .asbox1-right .asboxtext[data-v-61dd7a3d] {
  padding: 0 0.1rem;
  -webkit-box-flex: 18;
  -webkit-flex: 18;
      -ms-flex: 18;
          flex: 18;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox2 .asbox1-right .asboxtext h3[data-v-61dd7a3d] {
  font-size: 0.24rem;
  margin-top: 0.01rem;
  margin-bottom: 0.01rem;
  line-height: 0.32rem;
  font-weight: normal;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox2 .asbox1-right .asboxtext p[data-v-61dd7a3d] {
  font-size: 0.18rem;
  line-height: 0.25rem;
  margin-top: 0.01rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox2 .asbox2[data-v-61dd7a3d] {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox2 .asbox2 .asQr[data-v-61dd7a3d] {
  padding-top: 0.15rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox2 .asbox2 .asQr .qr[data-v-61dd7a3d] {
  width: 1.9rem;
  height: 1.9rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox2 .asbox2 .asQr .qr img[data-v-61dd7a3d] {
  width: 100%;
  height: 100%;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox2 .asbox2 .asQr .qrtext[data-v-61dd7a3d] {
  font-size: 0.18rem;
  padding-top: 0.07rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox2 .asbox2 .asQr .qrtext p[data-v-61dd7a3d] {
  margin: 0;
  line-height: 0.25rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox2 .asbox2 .asQr .qrtext .qrtextbox[data-v-61dd7a3d] {
  margin-bottom: 0.1rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox2 .asbox2-left[data-v-61dd7a3d] {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
      -ms-flex: 3;
          flex: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.4rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox2 .asbox2-left .pic[data-v-61dd7a3d] {
  width: 0.64rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox2 .asbox2-left .pic img[data-v-61dd7a3d] {
  width: 100%;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox2 .asbox2-left .asboxtext[data-v-61dd7a3d] {
  padding: 0 0.1rem;
  -webkit-box-flex: 18;
  -webkit-flex: 18;
      -ms-flex: 18;
          flex: 18;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox2 .asbox2-left .asboxtext h3[data-v-61dd7a3d] {
  font-size: 0.24rem;
  margin-top: 0.01rem;
  margin-bottom: 0.01rem;
  line-height: 0.32rem;
  font-weight: normal;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox2 .asbox2-left .asboxtext p[data-v-61dd7a3d] {
  font-size: 0.18rem;
  line-height: 0.25rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox2 .asbox2-left .asboxtext p[data-v-61dd7a3d]:nth-child(2) {
  margin-top: 0.04rem;
  margin-bottom: 0.05rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox2 .asbox2-left .asboxtext p[data-v-61dd7a3d]:nth-child(3) {
  margin-top: 0;
  margin-bottom: 0;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox2 .asbox2-right[data-v-61dd7a3d] {
  padding-top: 0.4rem;
  padding-left: 0.6rem;
  width: 4.15rem;
  -webkit-box-flex: 2;
  -webkit-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox2 .asbox2-right .pic[data-v-61dd7a3d] {
  width: 0.64rem;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox2 .asbox2-right .pic img[data-v-61dd7a3d] {
  width: 100%;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox2 .asbox2-right .asboxtext[data-v-61dd7a3d] {
  padding: 0 0.1rem;
  -webkit-box-flex: 18;
  -webkit-flex: 18;
      -ms-flex: 18;
          flex: 18;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox2 .asbox2-right .asboxtext h3[data-v-61dd7a3d] {
  font-size: 0.24rem;
  margin-top: 0.01rem;
  margin-bottom: 0.01rem;
  line-height: 0.32rem;
  font-weight: normal;
}
#ProvaboutScnenure .aboutScnenureMain .aboutScnenureBottom .aboutScnenureTopbox2 .asbox2-right .asboxtext p[data-v-61dd7a3d] {
  font-size: 0.18rem;
  line-height: 0.25rem;
  margin-top: 0.01rem;
}

/* 大赛组委会联系方式 */
.contact .contactMain[data-v-61dd7a3d] {
  background-color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact .contactMain .contactMainLeft[data-v-61dd7a3d] {
  -webkit-box-flex: 4;
  -webkit-flex: 4;
      -ms-flex: 4;
          flex: 4;
  padding: 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.contact .contactMain .contactMainLeft .contactMainLeftQR[data-v-61dd7a3d] {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
      -ms-flex: 2;
          flex: 2;
  padding-top: 0.5rem;
}
.contact .contactMain .contactMainLeft .contactMainLeftQR .qrcon[data-v-61dd7a3d] {
  width: 2.4rem;
  height: 2.4rem;
  margin: auto;
  border: 0.01rem solid #999999;
  background-color: #f6f9ff;
  text-align: center;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
}
.contact .contactMain .contactMainLeft .contactMainLeftQR .qrcon img[data-v-61dd7a3d] {
  width: 100%;
  text-align: center;
  margin: auto;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
}
.contact .contactMain .contactMainLeft .contactMainLeftQR .wx-number[data-v-61dd7a3d] {
  text-align: center;
  color: #1667ff;
  font-size: 0.18rem;
  margin-top: 0.2rem;
  margin-bottom: 0.3rem;
}
.contact .contactMain .contactMainLeft .contactMainLeftQR .wx-text[data-v-61dd7a3d] {
  text-align: center;
  font-size: 0.18rem;
}
.contact .contactMain .contactMainLeft .contactMainLeftInfo[data-v-61dd7a3d] {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
.contact .contactMain .contactMainLeft .contactMainLeftInfo .star[data-v-61dd7a3d] {
  width: 1.6rem;
}
.contact .contactMain .contactMainLeft .contactMainLeftInfo .contactInfoBox[data-v-61dd7a3d] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0.2rem 0.1rem;
}
.contact .contactMain .contactMainLeft .contactMainLeftInfo .contactInfoBox img[data-v-61dd7a3d] {
  width: 0.8rem;
  height: 0.8rem;
}
.contact .contactMain .contactMainLeft .contactMainLeftInfo .contactInfoBox div[data-v-61dd7a3d] {
  margin-left: 0.2rem;
}
.contact .contactMain .contactMainLeft .contactMainLeftInfo .contactInfoBox div p[data-v-61dd7a3d] {
  margin: 0;
  font-size: 0.22rem;
}
.contact .contactMain .contactMainLeft .contactMainLeftInfo .contactInfoBox div p[data-v-61dd7a3d]:first-child {
  font-size: 0.18rem;
  color: #979797;
}
.contact .contactMain .contactMainLeft .contactMainLeftInfo .contactInfoBox div p[data-v-61dd7a3d]:nth-child(2) {
  margin: 0.1rem 0;
}
.contact .contactMain .contactMainLeft .contactMainLeftInfo .contactInfoBox[data-v-61dd7a3d]:nth-child(1) {
  margin-top: 0.2rem;
}
.contact .contactMain .contactMainRight[data-v-61dd7a3d] {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.contact .contactMain .contactMainRight img[data-v-61dd7a3d] {
  width: 100%;
}
.drop[data-v-61dd7a3d] {
  position: absolute;
  left: 14.75rem !important;
}
[data-v-61dd7a3d] .el-table__header th {
  background-color: #c9e2ff;
}

/* 隐藏水平菜单底部边框 */
.el-menu--horizontal[data-v-61dd7a3d] {
  border-bottom: none !important;
}
.custom-menu .el-menu-item[data-v-61dd7a3d] {
  min-width: 1rem;
  font-size: 0.2rem !important;
  font-weight: 600;
  text-align: center;
}
.el-menu--horizontal > .el-menu-item.is-active[data-v-61dd7a3d] {
  border-bottom: 0.04rem solid #409EFF;
}
@charset "UTF-8";
html[data-v-7ba5bd90], body[data-v-7ba5bd90] {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  /* 禁止双击放大等触摸行为 */
  -webkit-user-scaleable: 0;
  /* 禁止iOS设备缩放 */
  user-scalable: no;
  /* 禁止其他设备缩放 */
}
html > div[data-v-7ba5bd90], body > div[data-v-7ba5bd90] {
  overflow-x: hidden;
  overflow-y: auto;
}
.dialogMyVisible[data-v-7ba5bd90] {
  text-align: center;
}
.dialogMyVisible img[data-v-7ba5bd90] {
  width: 0.46rem;
  height: 0.46rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin: 0 auto 0.34rem;
}
.dialogMyVisible div[data-v-7ba5bd90] {
  font-size: 0.2rem;
  line-height: 0.23rem;
  text-align: center;
  color: #333333;
  margin-bottom: 0.46rem;
}
[data-v-7ba5bd90] .el-dialog__footer .el-button {
  background: #7db0ea;
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
  color: #fff;
}

/*# sourceMappingURL=chunk-common.css.map?ver=1765615905212-1.0.0.2*/