* {
  font-family: "PingFang SC", "Microsoft YaHei", "微软雅黑", "Helvetica Neue", Helvetica, "Hiragino Sans GB", "Arial", "sans-serif";
  margin: 0px;
  padding: 0px;
}
a {
  text-decoration: none;
  color: inherit;
}
ul,
li {
  list-style: none;
}
[v-cloak] {
  display: none;
}
body {
  overflow-anchor: auto;
}
.el-button:focus,
.el-button:hover {
  color: #333;
  border-color: #333;
  background-color: #fff;
}
.el-button--primary {
  background: #5F8AD8 !important;
  border-color: #5F8AD8 !important;
  color: #fff !important;
}
.el-message-box__headerbtn:focus .el-message-box__close,
.el-message-box__headerbtn:hover .el-message-box__close {
  color: #000;
}
/*弹窗*/
.alert-form {
  display: block;
  position: fixed;
  z-index: 91;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
}
.alert-form .head {
  padding: 0 18px 0 30px;
  display: flex;
  height: 56px;
  align-items: center;
  justify-content: space-between;
  background: #233160;
  color: #fff;
  font-size: 17px;
  border-radius: 6px 6px 0 0;
}
.alert-form .head .close {
  color: #b3b3b3;
  font-size: 14px;
  cursor: pointer;
}
.alert-form .footer {
  display: flex;
  justify-content: center;
  align-items: center;
}
.alert-form .footer button {
  border: 1px #999999 solid;
  border-radius: 5px;
  background-color: #ffffff;
  width: 128px;
  height: 38px;
  color: #333;
  font-size: 14px;
  outline: none;
  cursor: pointer;
}
.alert-form .footer button[type=submit] {
  background-color: #5f8ad8;
  border-color: #5f8ad8;
  color: #fff;
}
.alert-form .footer button[type=button] {
  margin-right: 20px;
}
.alert-form .footer button[type=button]:not(:disabled):hover {
  border-color: #333;
}
.alert-form .footer button[type=submit]:not(:disabled):hover {
  background: #4071cb;
}
.alert-form .footer button:disabled {
  background: #f7f7f7;
  border-color: #f7f7f7;
  color: #ccc;
}
.alert-form .alert-confirm {
  display: block;
  position: fixed;
  z-index: 11;
  left: 50%;
  top: 50%;
  width: 400px;
  height: 200px;
  padding-bottom: 40px;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  border: none;
  border-radius: 5px;
  overflow: hidden;
}
.alert-form .alert-confirm .msg {
  font-size: 16px;
  color: #333;
  padding: 50px 20px;
  text-align: center;
}
.alert-form .comments {
  display: block;
  position: fixed;
  z-index: 11;
  left: 50%;
  top: 50%;
  width: 740px;
  height: 440px;
  max-width: 90vw;
  max-height: 90vh;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  border: none;
  border-radius: 8px 8px 6px 6px;
}
.alert-form .comments .text-box {
  position: relative;
}
.alert-form .comments .text-num {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #999;
  font-size: 12px;
}
.alert-form .comments form {
  display: block;
  width: 100%;
  padding: 34px 30px 40px;
}
.alert-form .comments form textarea {
  margin-bottom: 30px;
  display: block;
  width: 100%;
  height: 240px;
  background: #f7f7f7;
  padding: 18px;
  font-size: 14px;
  border: 1px solid #F7F7F7;
  border-radius: 5px;
  outline: none;
  resize: none;
  line-height: 22px;
}
.alert-form .comments form textarea:focus {
  border: 1px #5f8ad8 solid;
  border-radius: 10px;
  background-color: #ffffff;
}
.alert-form .reports {
  height: 440px;
}
.alert-form .reports form textarea {
  height: 172px;
}
.alert-form .reports .radio-area {
  margin-bottom: 40px;
}
.alert-form .reports .radio-area .el-checkbox__input.is-checked .el-checkbox__inner,
.alert-form .reports .radio-area .el-checkbox__input.is-indeterminate .el-checkbox__inner {
  border: none;
  background: #5f8ad8;
  background-size: 100%;
  box-shadow: 0 5px 8px -2px rgba(95, 138, 216, 0.4);
}
.alert-form .reports .el-checkbox__input.is-checked + .el-checkbox__label {
  color: #5f8ad8;
}
.alert-form .experience {
  width: 964px;
  height: 750px;
}
.alert-form .experience form {
  padding: 0;
}
.alert-form .experience .scroll {
  height: 616px;
  max-height: calc(90vh - 100px);
  overflow-y: scroll;
  padding: 34px 30px 10px;
}
.alert-form .experience .footer {
  padding-bottom: 40px;
}
.alert-form .experience .input-items {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.alert-form .experience .input-items .name {
  display: inline-flex;
  flex: 0 0 84px;
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  line-height: 48px;
}
.alert-form .experience .input-items .input-content {
  display: inline-flex;
  flex-direction: column;
}
.alert-form .experience .input-items .input-content .i {
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
}
.alert-form .experience .input-items .input-content .input-text,
.alert-form .experience .input-items .input-content .el-input__inner {
  width: 508px;
  height: 48px;
  padding: 0 20px;
  display: inline-block;
  border: 1px solid #EDEDED;
  border-radius: 5px;
  outline: none;
  box-sizing: border-box;
}
.alert-form .experience .input-items .input-content input:focus {
  border: 1px #5f8ad8 solid;
}
.alert-form .experience .del {
  margin-left: 10px;
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff0ef;
  color: #ff6f66;
  cursor: pointer;
}
.alert-form .experience .plus {
  margin-left: 10px;
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #eff3fb;
  color: #749add;
  cursor: pointer;
  font-size: 14px;
}
.alert-form .experience .input-title {
  margin: 10px 0 10px;
  display: block;
  width: 100%;
  height: 48px;
  padding: 0 20px;
  display: inline-block;
  border: 1px solid #EDEDED;
  border-radius: 5px;
  outline: none;
  box-sizing: border-box;
}
.alert-form .experience input:focus {
  border: 1px #5f8ad8 solid;
}
.el-autocomplete-suggestion {
  border-color: #5f8ad8;
}
.el-popper[x-placement^=bottom] {
  margin-top: 0;
}
.el-popper[x-placement^=top] {
  margin-bottom: 0;
}
.el-popper[x-placement^=top] .popper__arrow {
  display: none;
}
.el-autocomplete-suggestion li {
  font-size: 12px;
  color: #333;
  line-height: 43px;
  position: relative;
}
.el-autocomplete-suggestion li[role=options]:after {
  content: "";
  width: calc(100% - 36px);
  height: 1px;
  background: #ededed;
  position: absolute;
  left: 18px;
  bottom: 0;
}
.el-autocomplete-suggestion li.highlighted,
.el-autocomplete-suggestion li:hover {
  background: #5f8ad8;
  color: #fff;
}
.el-autocomplete-suggestion li.highlighted:after,
.el-autocomplete-suggestion li:hover:after {
  background: #5f8ad8;
}
.el-popper[x-placement^=bottom] .popper__arrow {
  display: none;
}
.el-select .el-input.is-focus .el-input__inner {
  border-color: #5F8AD8 !important;
}
.el-select-dropdown {
  border-color: #E1E1E1;
}
.el-select-dropdown__item.selected {
  color: #5F8AD8;
}
.el-popper[x-placement^=bottom] {
  margin-top: 0;
}
.el-popper[x-placement^=top] {
  margin-bottom: 0;
}
.popper__arrow {
  display: none !important;
}
.el-popper[x-placement^=top] .popper__arrow {
  bottom: -7px;
}
.el-popper[x-placement^=bottom] .popper__arrow {
  top: -7px;
}
.el-popper[x-placement^=bottom] .popper__arrow {
  border-bottom-color: #E1E1E1;
}
.el-popper[x-placement^=top] .popper__arrow {
  border-top-color: #E1E1E1;
}
.el-select-dropdown__item {
  color: #333;
  line-height: 24px;
  padding: 4px 12px;
  border-radius: 4px;
}
.el-select-dropdown__list {
  padding: 0;
}
.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  background: #5F8AD8;
  color: #fff;
}
.color-green {
  color: #02d7b5 !important;
}
.color-3 {
  color: #333 !important;
}
.color-c {
  color: #ccc !important;
}
.color-9 {
  color: #999 !important;
}
.bg-f2 {
  background: #F2F2F2;
  transition: all 0.25s;
}
.bg-f2:hover {
  background: #e6e6e6;
}
.page-content .left-tabs .sub-name {
  display: block;
}
.page-content .left-tabs .name {
  display: block;
}
.t_l,
.t_c,
.t_r,
.m_l,
.m_r,
.b_l,
.b_c,
.b_r {
  overflow: hidden;
  background: #000;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.t_l,
.t_r,
.b_l,
.b_r {
  width: 8px;
  height: 8px;
}
.t_c,
.b_c {
  height: 8px;
}
.m_l,
.m_r {
  width: 8px;
}
.t_l {
  -moz-border-radius: 8px 0 0 0;
  -webkit-border-radius: 8px 0 0 0;
  border-radius: 8px 0 0 0;
}
.t_r {
  -moz-border-radius: 0 8px 0 0;
  -webkit-border-radius: 0 8px 0 0;
  border-radius: 0 8px 0 0;
}
.b_l {
  -moz-border-radius: 0 0 0 8px;
  -webkit-border-radius: 0 0 0 8px;
  border-radius: 0 0 0 8px;
}
.b_r {
  -moz-border-radius: 0 0 8px 0;
  -webkit-border-radius: 0 0 8px 0;
  border-radius: 0 0 8px 0;
}
.m_c {
  background: #FFF;
}
.m_c .tb {
  margin: 0 0 10px;
  padding: 0 10px;
}
.m_c .c {
  padding: 0 10px 10px;
}
.m_c .o {
  padding: 8px 10px;
  height: 26px;
  text-align: right;
  border-top: 1px solid #CCC;
  background: #F2F2F2;
}
.m_c .el {
  width: 420px;
}
.m_c .el li {
  padding: 0;
  border: none;
}
/*左边栏*/
.left-side-bar {
  position: fixed;
  left: 0;
  top: 20%;
  width: 72px;
  height: 325px;
  background: rgba(242, 242, 242, 0.94);
  border-radius: 0px 8px 8px 0px;
  z-index: 8;
  display: flex;
  flex-direction: column;
}
.left-side-bar .item {
  display: inline-flex;
  height: 65px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-bottom: 1px solid #D4D4D4;
  font-size: 13px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #3A5D79;
  line-height: 18px;
  cursor: pointer;
  position: relative;
}
.left-side-bar .item a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.left-side-bar .item .qrcode-box {
  display: none;
  position: absolute;
  right: -192px;
  top: 0;
}
.left-side-bar .item .qrcode-box .inner {
  position: relative;
}
.left-side-bar .item .qrcode-box .inner .box {
  background: #fff;
  width: 180px;
  padding: 24px 10px;
  background: #FFFFFF;
  box-shadow: 0px 2px 11px 0px rgba(36, 51, 92, 0.5);
  border-radius: 8px;
  border: 1px solid #E1E1E1;
  text-align: center;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 20px;
}
.left-side-bar .item .qrcode-box .inner .box:not(:first-child) {
  margin-left: 8px;
}
.left-side-bar .item .qrcode-box .inner .qrcode {
  width: 120px;
  height: 120px;
  display: block;
  margin: 0 auto 12px;
}
.left-side-bar .item .qrcode-box .inner .info {
  color: #666;
  font-size: 13px;
}
.left-side-bar .item .qrcode-box .inner .f13 {
  font-size: 13px;
}
.left-side-bar .item .qrcode-box .inner:after {
  content: "";
  position: absolute;
  left: -14px;
  top: 26px;
  border: 7px solid transparent;
  transform: scaleY(0.86);
  border-left-color: #f4f4f4;
}
.left-side-bar .item .qrcode-box2 {
  right: -380px;
}
.left-side-bar .item .qrcode-box2 .inner {
  display: flex;
}
.left-side-bar .item:last-child {
  border-bottom: none;
  border-radius: 0 0 8px 0;
}
.left-side-bar .item:first-child {
  border-radius: 0 8px 0 0;
}
.left-side-bar .item:hover {
  background: #f4f4f4;
}
.left-side-bar .item:hover .qrcode-box {
  display: block;
}
.left-side-bar .group {
  background: url(../img/icon_group.png) no-repeat;
}
.left-side-bar .mini_program {
  background: url(../img/icon_mini_program.png) no-repeat;
}
.left-side-bar .qr_code {
  background: url(../img/icon_qr_code.png) no-repeat;
}
.left-side-bar .feedback {
  background: url(../img/icon_feedback.png) no-repeat;
}
.left-side-bar .icon {
  margin-bottom: 4px;
  width: 18px;
  height: 18px;
  display: inline-flex;
  flex: 0 0 18px;
  background-size: 100%;
}
/*右边栏*/
.right-side-bar {
  position: fixed;
  right: 0;
  top: 20%;
  z-index: 8;
}
.right-side-bar .item {
  width: 44px;
  height: 44px;
  display: block;
  /*flex-direction: row-reverse;*/
  cursor: pointer;
  margin-bottom: 16px;
  align-items: center;
  justify-content: center;
  position: relative;
}
.right-side-bar .item .fav {
  background: url(../img/fav.png) no-repeat;
}
.right-side-bar .item .dynamic {
  background: url(../img/dynamic.png) no-repeat;
}
.right-side-bar .item .statistical {
  background: url(../img/statistical.png) no-repeat;
}
.right-side-bar .item .like {
  background: url(../img/like.png) no-repeat;
}
.right-side-bar .item .addlike {
  animation: like 0.8s forwards;
}
.right-side-bar .item .icon {
  display: inline-block;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: rgba(242, 242, 242, 0.7);
  background-size: 24px 24px;
  background-position: center;
  transition: background 0.1s;
}
.right-side-bar .item .name {
  display: none;
  margin-right: 8px;
  position: absolute;
  left: -94px;
  top: 0;
  width: 80px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: #04D7B5;
  border-radius: 4px;
  font-size: 14px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #233160;
}
.right-side-bar .item .name:after {
  content: "";
  display: block;
  position: absolute;
  right: -4px;
  top: 16px;
  background: #04D7B5;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  transform: rotateZ(45deg);
  transform-origin: center;
}
.right-side-bar .item .name:before {
  width: 20px;
  height: 44px;
  right: -18px;
  top: 0;
  display: block;
  content: "";
  position: absolute;
}
.right-side-bar .item .num {
  position: absolute;
  z-index: 10;
  right: 22px;
  top: -10px;
  min-width: 28px;
  height: 20px;
  padding: 0 4px;
  text-align: center;
  background: #04D7B5;
  border-radius: 10px;
  font-size: 14px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #233160;
  line-height: 20px;
}
.right-side-bar .item:hover .name {
  display: inline-block;
}
.right-side-bar .item:hover .fav {
  background: url(../img/fav-green.png) no-repeat;
}
.right-side-bar .item:hover .dynamic {
  background: url(../img/dynamic-green.png) no-repeat;
}
.right-side-bar .item:hover .statistical {
  background: url(../img/statistical-green.png) no-repeat;
}
.right-side-bar .item:hover .like {
  background: url(../img/like-green.png) no-repeat;
}
.right-side-bar .item:hover .icon {
  background-size: 24px 24px;
  background-position: center;
  background-color: #fff;
}
@keyframes like {
  0%,
  80% {
    background-size: 24px 24px;
  }
  30% {
    background-size: 20px 20px;
  }
  40% {
    background-size: 32px 32px;
  }
}
/*学校状态*/
.school-classification-check {
  display: block;
  position: relative;
}
.school-classification-check .text {
  position: relative;
  z-index: 2;
  display: block;
  width: 80px;
  height: 29px;
  background: #5F8AD8;
  border-radius: 4px;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  line-height: 29px;
}
.school-classification-check .text .icon-triangle {
  margin-left: 2px;
  font-size: 16px;
  display: inline-block;
  transform: scale(0.5);
}
.school-classification-check .text:hover {
  background: #5A82CC;
}
.school-classification-check .is-wait {
  background: #EC8189;
}
.school-classification-check .is-wait:hover {
  background: #DF7A82;
}
.school-classification-check .classification-list {
  display: none;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 29px;
  width: 80px;
  background: #FFFFFF;
  box-shadow: 0px 2px 20px 0px #D9EAFF;
  border-radius: 4px;
  border: 1px solid #E1E1E1;
  line-height: 32px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  text-shadow: 0px 2px 20px #D9EAFF;
  animation: toheight 0.15s ease-out forwards;
  transform-origin: top;
}
.school-classification-check .classification-list .i {
  padding-left: 8px;
}
.school-classification-check .classification-list .active {
  color: #5F8AD8;
}
.school-classification-check .classification-list .i:hover {
  background: #F2F2F2;
  /*box-shadow: 0px 2px 20px 0px #D9EAFF;*/
}
.school-classification-check .classification-list .cancle {
  border-top: 1px solid #E1E1E1;
  color: #999;
  font-size: 14px;
}
.school-classification-check:hover .classification-list {
  display: block;
}
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently

not supported by any browser */
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #999;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #999;
}
input:-internal-autofill-selected {
  background: transparent !important;
}
.center {
  justify-content: center;
  align-items: center;
}
.crumbs {
  padding-left: 20px;
  z-index: 2;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333;
  line-height: 54px;
  border-bottom: 1px solid #e1e1e1;
}
.crumbs .icon-you {
  margin: 0 6px;
  font-size: 12px;
  transform: scale(0.8);
  display: inline-block;
  transform-origin: center;
}
.search-form-rectangle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 520px;
  height: 48px;
  border-radius: 8px;
  border: 1px solid #333333;
  padding: 0 0 0 24px;
}
.search-form-rectangle .input {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333;
  line-height: 46px;
  background: transparent;
  outline: none;
  border: none;
  display: inline-flex;
  flex: 1;
}
.search-form-rectangle .kw {
  display: none;
}
.search-form-rectangle .close {
  display: none;
  font-size: 18px;
  margin: 0 12px 0 24px;
  color: #ccc;
  cursor: pointer;
}
.search-form-rectangle .btn {
  display: inline-flex;
  height: 32px;
  align-items: center;
  font-weight: 600;
  color: #333;
  background: transparent;
  outline: none;
  border: none;
  cursor: pointer;
  padding: 0 24px 0 12px;
}
.search-form-circle {
  width: 260px;
  height: 40px;
  padding-left: 20px;
  border-radius: 20px;
  border: 1px solid #E1E1E1;
}
.search-form-circle .btn {
  height: 24px;
  padding: 0 16px 0 8px;
}
.search-form-circle .close {
  margin: 0 8px 0 12px;
}
.search-form-rectangle.is-submit .input {
  /*display: none;*/
}
.search-form-rectangle.is-submit .kw {
  display: block;
  width: 400px;
  font-size: 14px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #333333;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-form-rectangle.is-submit .close {
  display: inline-flex;
}
.search-form-rectangle.is-submit .btn {
  border-left: 1px solid #e1e1e1;
}
.my-attention-list-alert .mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background: rgba(0, 0, 0, 0.5);
}
.my-attention-list-alert .inner {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 718px;
  max-width: 90vw;
  max-height: 90vh;
  background: #FFFFFF;
  border-radius: 8px;
  transform: translate(-50%, -50%);
  z-index: 101;
}
.my-attention-list-alert .inner .head {
  height: 54px;
  line-height: 54px;
  padding-left: 24px;
  background: #F6F9FD;
  border-radius: 8px 8px 0px 0px;
  position: relative;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.my-attention-list-alert .inner .head .pointer {
  display: inline-block;
  background: url(../img/icon_pointer.png) no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  vertical-align: middle;
}
.my-attention-list-alert .inner .head .close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0px 15px;
  cursor: pointer;
}
.my-attention-list-alert .inner .head .icon-close1 {
  font-size: 14px;
  color: #999;
}
.my-attention-list-alert .inner .list {
  padding: 23px 16px 46px 22px;
  font-size: 0;
  max-height: 365px;
  overflow-y: scroll;
}
.my-attention-list-alert .inner .list .item {
  margin-right: 6px;
  display: inline-block;
  text-align: center;
  width: 62px;
  height: 147px;
  padding: 22px 0px 17px;
  border-radius: 31px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}
.my-attention-list-alert .inner .list .item:hover {
  box-shadow: 0px 2px 17px -1px #D9EAFF;
  border: 1px solid #F2F2F2;
}
.my-attention-list-alert .inner .list .name {
  margin: 8px 0 16px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #3E518F;
}
.my-attention-list-alert .inner .list .avatar {
  margin: 0 auto;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  border: 1px solid #F2F2F2;
}
.my-attention-list-alert .inner .list .types {
  margin: 0 auto;
  width: 44px;
  height: 20px;
  background: #F6F9FD;
  border-radius: 10px;
  border: 1px solid #E8EFF9;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 18px;
}
.my-attention-list-alert .inner .footer {
  height: 60px;
  border-top: 1px solid #f2f2f2;
  padding: 12px 24px;
}
.my-attention-list-alert .inner .footer .btn {
  float: right;
  width: 88px;
  height: 36px;
  background: #02D7B5;
  border-radius: 22px;
  font-size: 16px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
}
.el-slider__button-wrapper {
  z-index: 10;
}
body {
  min-height: 100vh;
  box-sizing: border-box;
  /* overflow: hidden; */
  position: relative;
  scroll-behavior: smooth;
  background: #233160;
  font-size: 14px;
}
#schoolapp {
  background: #233160;
  box-sizing: border-box;
}
#schoolapp * {
  box-sizing: border-box;
}
.inner-block {
  margin: 0 auto;
  width: 1200px;
  max-width: 90vw;
  min-width: 1100px;
}
.nav-tab {
  /*.nav-line{
  	width: 100%;
	height: 1px;
	background: #FFFFFF;
	opacity: 0.2;
	}*/
}
.nav-tab {
  background-color: #0C142D;
}
.nav-tab .url-list {
  margin: 0 auto;
  width: 1200px;
  max-width: 90vw;
  min-width: 1100px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #ccc;
  font-size: 13px;
  list-style: none;
  padding: 14px 0;
  background-color: #0C142D;
}
.nav-tab .url-list .item {
  margin-left: 30px;
  display: inline-flex;
  border-bottom: 2px solid transparent;
}
.nav-tab .url-list .item a {
  display: inline-flex;
  padding: 6px 0;
  cursor: pointer;
  color: inherit;
}
.nav-tab .url-list .active {
  color: #5F8AD8;
  border-bottom-color: #5F8AD8;
}
.nav-tab .url-list .user {
  margin-left: 40px;
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  border-radius: 50%;
  color: #ccc;
  cursor: pointer;
  position: relative;
}
.nav-tab .url-list .user .a-avatar {
  display: block;
  width: 28px;
  height: 28px;
}
.nav-tab .url-list .user img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  overflow: hidden;
}
.nav-tab .url-list .user:hover .quit {
  display: block;
}
.nav-tab .quit {
  display: none;
  position: absolute;
  bottom: -40px;
  left: calc(50% - 22px);
  z-index: 10;
  text-align: center;
  width: 45px;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
  background: #02d7b5;
  color: #233160;
  font-size: 13px;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently

not supported by any browser */
}
.nav-tab .quit:after {
  position: absolute;
  left: calc(50% - 4px);
  top: -8px;
  content: "";
  border: 4px solid transparent;
  border-bottom-color: #02d7b5;
}
.nav-tab .quit:before {
  position: absolute;
  content: "";
  display: block;
  background: transparent;
  left: -5px;
  top: -10px;
  width: 55px;
  height: 40px;
}
.nav-tab .quit:active {
  background: #09b6a4;
}
.nav-tab .quit:active:after {
  border-bottom-color: #09b6a4;
}
.page-search {
  margin: 0 auto;
  width: 1200px;
  max-width: 90vw;
  min-width: 1100px;
  display: flex;
  justify-content: space-between;
  padding: 38px 0 38px;
  position: relative;
}
.page-search .search-left {
  display: inline-flex;
}
.page-search .search-left .logo {
  margin-right: 30px;
  display: inline-flex;
  width: 150px;
  height: 28px;
  background: url(../img/logo.png) no-repeat 100%;
  background-size: 100%;
}
.page-search .search-left .search-form {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 240px;
  height: 30px;
  padding: 0 20px;
  border-radius: 18px;
  border: 1px solid #4E597F;
}
.page-search .search-left .search-form .input {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 20px;
  background: transparent;
  outline: none;
  border: none;
  caret-color: white;
}
.page-search .search-left .search-form .input:-webkit-autofill {
  -webkit-text-fill-color: #fff !important;
  transition: background-color 5000s ease-in-out 0s;
}
.page-search .search-left .search-form .btn {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  color: #5F8AD8;
  background: transparent;
  outline: none;
  border: none;
  cursor: pointer;
}
.page-search .produce-url {
  display: inline-flex;
  justify-content: flex-end;
}
.page-search .produce-url .item {
  display: inline-flex;
  margin-left: 10px;
}
.page-search .produce-url .item .column {
  display: inline-flex;
  align-items: center;
  height: 30px;
  background: #3C4A81;
  border-radius: 20px;
  padding: 0 10px;
  font-size: 14px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 20px;
  white-space: nowrap;
}
.page-search .produce-url .item .column .quankudongtai {
  background: url(../img/quankudongtai.png) no-repeat;
}
.page-search .produce-url .item .column .bangdan {
  background: url(../img/bangdan.png) no-repeat;
}
.page-search .produce-url .item .column .xuanxiaoshuoming {
  background: url(../img/xuanxiaoshuoming.png) no-repeat;
}
.page-search .produce-url .item .column .dingweiqiang {
  background: url(../img/dingweiqiang.png) no-repeat;
}
.page-search .produce-url .item .column .dingweizhinan {
  background: url(../img/dingweizhinan.png) no-repeat;
}
.page-search .produce-url .item .column .qiudingwei {
  background: url(../img/qiudingwei.png) no-repeat;
}
.page-search .produce-url .item .column .icon {
  margin-right: 6px;
  width: 18px;
  height: 18px;
  background-size: 100%;
}
.page-search .produce-url .item .column:hover {
  background: #5F8AD8;
  color: #fff;
}
.page-search .produce-url .item .column:hover .quankudongtai {
  background: url(../img/quankudongtai-f.png) no-repeat;
}
.page-search .produce-url .item .column:hover .bangdan {
  background: url(../img/bangdan-f.png) no-repeat;
}
.page-search .produce-url .item .column:hover .xuanxiaoshuoming {
  background: url(../img/xuanxiaoshuoming-f.png) no-repeat;
}
.page-search .produce-url .item .column:hover .dingweiqiang {
  background: url(../img/dingweiqiang-f.png) no-repeat;
}
.page-search .produce-url .item .column:hover .dingweizhinan {
  background: url(../img/dingweizhinan-f.png) no-repeat;
}
.page-search .produce-url .item .column:hover .qiudingwei {
  background: url(../img/qiudingwei-f.png) no-repeat;
}
.page-search .produce-url .item .column:hover .icon {
  background-size: 100%;
}
.page-search .produce-url .item .dingweizhinan-content:before {
  content: "";
  display: block;
  border: 8px solid transparent;
  position: absolute;
  top: -16px;
  right: 138px;
  border-bottom-color: #fff;
}
.page-search .produce-url .item .dingweizhinan-content {
  display: none;
  z-index: 100;
  position: absolute;
  right: 0;
  top: 82px;
  width: 100%;
  transform: scaleY(0);
  opacity: 0;
  transform-origin: top;
  /*height: 446px;*/
  background: #FFFFFF;
  box-shadow: 0px 10px 40px 0px #233160;
  border: 1px solid #E1E1E1;
  background: #fff;
  border-radius: 5px;
}
.page-search .produce-url .item .dingweizhinan-content .title {
  padding: 0 20px;
  height: 52px;
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 52px;
  border-bottom: 1px solid #D8D8D8;
}
.page-search .produce-url .item .dingweizhinan-content .article-list {
  display: block;
  font-size: 0;
  padding: 16px 50px;
}
.page-search .produce-url .item .dingweizhinan-content .article-list .i {
  display: inline-block;
  width: calc(50% - 55px);
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333;
  line-height: 32px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.25s;
}
.page-search .produce-url .item .dingweizhinan-content .article-list .i:nth-child(2n+1) {
  margin-right: 110px;
}
.page-search .produce-url .item .dingweizhinan-content .article-list .icon {
  margin-right: 20px;
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 16px;
  background: url(../img/tiezi.png) no-repeat;
  background-size: 100%;
}
.page-search .produce-url .item .dingweizhinan-content .article-list .i:hover {
  color: #5F8AD8;
}
.page-search .produce-url .item .dingweizhinan-content .article-list .i:hover .icon {
  background: url(../img/tiezi-blue.png) no-repeat;
  background-size: 100%;
}
.page-search .produce-url .item .bangdan-content:before {
  content: "";
  display: block;
  border: 8px solid transparent;
  position: absolute;
  top: -16px;
  right: 482px;
  border-bottom-color: #fff;
}
.page-search .produce-url .item .bangdan-content:after,
.page-search .produce-url .item .dingweizhinan-content:after {
  content: "";
  position: absolute;
  top: -20px;
  right: 0px;
  width: 100%;
  height: 20px;
  background: transparent;
}
.page-search .produce-url .item .list:after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background: #E1E1E1;
  position: absolute;
  left: 0;
  top: 60px;
}
.page-search .produce-url .item .bangdan-content {
  display: none;
  z-index: 100;
  position: absolute;
  right: 0;
  top: 82px;
  width: 100%;
  transform: scaleY(0);
  opacity: 0;
  transform-origin: top;
  /*height: 446px;*/
  background: #FFFFFF;
  box-shadow: 0px 10px 40px 0px #233160;
  border: 1px solid #E1E1E1;
  background: #fff;
  border-radius: 5px;
}
.page-search .produce-url .item .bangdan-content .list {
  display: flex;
  padding: 0 62px 16px;
  justify-content: space-between;
}
.page-search .produce-url .item .bangdan-content .list .li {
  display: inline-flex;
  flex-direction: column;
}
.page-search .produce-url .item .bangdan-content .list .order {
  padding-top: 10px;
}
.page-search .produce-url .item .bangdan-content .list .name {
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 60px;
}
.page-search .produce-url .item .bangdan-content .list .i {
  display: block;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333;
  line-height: 32px;
  cursor: pointer;
}
.page-search .produce-url .item .bangdan-content .list .i:hover {
  color: #5F8AD8;
}
.page-search .produce-url .item:hover .dingweizhinan-content,
.page-search .produce-url .item:hover .bangdan-content {
  display: block;
  animation: toheight 0.15s ease-out forwards;
}
@keyframes toheight {
  from {
    transform: scaleY(0);
    opacity: 0;
  }
  to {
    transform: scaleY(1);
    opacity: 1;
  }
}
.application-positioning-right {
  margin-left: 20px;
  margin-bottom: 20px;
  width: 480px;
  height: 297px;
  background: #FFFFFF;
  border-radius: 8px;
  display: inline-flex;
  flex-direction: column;
}
.application-positioning-right .head {
  display: inline-flex;
  height: 58px;
  padding: 0 20px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #E1E1E1;
}
.application-positioning-right .head .name {
  font-size: 18px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #333333;
}
.application-positioning-right .head .more {
  font-size: 14px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #02D7B5;
}
.application-positioning-right .head .more .icon-right {
  font-weight: bold;
  color: #999;
  font-size: 12px;
}
.application-positioning-right .content {
  padding: 20px 30px 0 20px;
  padding-bottom: 12px;
  max-height: 242px;
  overflow: hidden;
  display: block;
}
.application-positioning-right .content .item {
  /*margin-bottom: 25px;*/
  display: flex;
  height: 75px;
  justify-content: flex-start;
  align-items: flex-start;
  /*a{
				
				height: 40px;
				min-width: 0;
			}*/
}
.application-positioning-right .content .item .avatar {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  margin-right: 16px;
}
.application-positioning-right .content .item .text {
  display: inline-flex;
  flex-direction: column;
  margin-top: -2px;
}
.application-positioning-right .content .item .time {
  font-size: 13px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 18px;
}
.application-positioning-right .content .item .state {
  margin-left: 4px;
  color: #333333;
}
.application-positioning-right .content .item .title {
  display: inline-flex;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #233160;
  line-height: 20px;
  height: 40px;
  align-items: center;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.el-backtop,
.el-calendar-table td.is-today {
  color: #3A5D79;
}
.el-backtop {
  background: rgba(242, 242, 242, 0.7);
}
.el-backtop:hover {
  background: #fff;
  /*color: #04D7B5;*/
}
.schools-index {
  min-width: 1200px;
}
.schools-index .page-scrolling-advertisement {
  margin: 0 auto;
  width: 1200px;
  max-width: 90vw;
  min-width: 1100px;
  display: flex;
  justify-content: space-between;
}
.schools-index .page-scrolling-advertisement .img-left {
  width: 700px;
  height: 297px;
  flex: 0 0 700px;
}
.schools-index .page-scrolling-advertisement .img-left img {
  border-radius: 8px;
  display: block;
  width: 100%;
}
.schools-index .page-scrolling-advertisement .img-left .el-carousel__indicators--horizontal {
  bottom: 8px;
}
.schools-index .page-scrolling-advertisement .img-left .el-carousel__indicator--horizontal {
  vertical-align: top;
}
.schools-index .page-scrolling-advertisement .img-left .el-carousel__button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(251, 251, 251, 0.2);
  opacity: 1;
  box-sizing: border-box;
  transition: 0.12s;
}
.schools-index .page-scrolling-advertisement .img-left .el-carousel__indicator.is-active button {
  border: 2px solid #02D7B5;
  background: transparent;
}
.schools-index .page-scrolling-advertisement .img-left .el-carousel__arrow {
  display: none;
  background: rgba(0, 0, 0, 0.2);
  color: #ccc;
}
.schools-index .page-scrolling-advertisement .img-left .el-carousel__arrow i {
  font-size: 20px;
  font-weight: bold;
}
.schools-index .page-scrolling-advertisement .img-left .el-carousel__arrow:hover {
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
}
.schools-index .page-scrolling-advertisement .img-left .el-carousel__arrow--left {
  left: 20px;
}
.schools-index .page-scrolling-advertisement .img-left .el-carousel__arrow--right {
  right: 20px;
}
.schools-index .page-scrolling-advertisement .el-carousel__container:hover .el-carousel__arrow {
  display: block;
}
.schools-index .other-product {
  margin: 0 auto;
  width: 1200px;
  max-width: 90vw;
  min-width: 1100px;
  display: flex;
  justify-content: space-between;
  /*background: #FFFFFF;
		border-radius: 8px;*/
  margin-top: 20px;
}
.schools-index .other-product .article-list {
  padding: 20px;
}
.schools-index .other-product .item {
  display: inline-flex;
  background: #FFFFFF;
  border-radius: 8px;
  flex-direction: column;
}
.schools-index .other-product .item:first-child {
  flex: 1;
}
.schools-index .other-product .item:not(:last-child) {
  margin-right: 20px;
}
.schools-index .other-product .head {
  display: inline-flex;
  height: 59px;
  padding: 0 20px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #E1E1E1;
}
.schools-index .other-product .head .name {
  font-size: 18px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #333333;
}
.schools-index .other-product .head .more {
  font-size: 14px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #02D7B5;
  cursor: pointer;
}
.schools-index .other-product .head .more .icon-right {
  font-weight: bold;
  color: #999;
  font-size: 12px;
}
.schools-index .other-product .school-list {
  width: 280px;
  padding: 20px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 14px;
}
.schools-index .other-product .school-list .i {
  display: inline-flex;
  margin-bottom: 14px;
  align-items: center;
  width: 100%;
}
.schools-index .other-product .school-list .i a {
  width: calc(100% - 12px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.schools-index .other-product .school-list .i:last-child {
  margin-bottom: 0px;
}
.schools-index .other-product .school-list .i:before {
  content: "";
  margin-right: 8px;
  display: inline-block;
  flex: 0 0 4px;
  width: 4px;
  height: 4px;
  background: #02D7B5;
  border-radius: 50%;
}
.schools-index .other-product .school-list .i:hover a {
  color: #5F8AD8;
}
.schools-index .other-product .school-list .i:hover:before {
  background: #5F8AD8;
}
.schools-index .other-product .item:nth-child(2) .article-list {
  width: 400px;
}
.schools-index .other-product .article-list .i {
  height: 40px;
}
.schools-index .other-product .article-list .i:not(:last-child) {
  margin-bottom: 10px;
}
.schools-index .other-product .article-list a {
  display: flex;
  justify-content: space-between;
}
.schools-index .other-product .article-list a .avatar {
  width: 34px;
  flex: 0 0 34px;
  height: 34px;
  border-radius: 50%;
  margin-right: 16px;
}
.schools-index .other-product .article-list a .info {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  flex: 1;
}
.schools-index .other-product .article-list a .info .title {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  align-items: center;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  /*max-width: 300px;*/
}
.schools-index .other-product .article-list a .info .title:hover {
  color: #5F8AD8;
  text-shadow: 0px 2px 29px rgba(225, 225, 225, 0.5);
}
.schools-index .other-product .article-list a .time {
  margin-left: 28px;
  white-space: nowrap;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
}
.schools-index .other-product .block-list {
  padding: 20px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 14px;
}
.schools-index .other-product .block-list .i {
  display: inline-flex;
  margin-bottom: 10px;
  margin-right: 20px;
  align-items: center;
}
.schools-index .other-product .block-list .i a {
  display: block;
  max-width: 328px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.schools-index .other-product .block-list .i:last-child {
  margin-bottom: 0px;
}
.schools-index .other-product .block-list .i:before {
  content: "";
  margin-right: 8px;
  display: inline-block;
  flex: 0 0 4px;
  width: 4px;
  height: 4px;
  background: #02D7B5;
  border-radius: 50%;
  transition: all 0.25s;
}
.schools-index .other-product .block-list .i:hover {
  color: #5F8AD8;
}
.schools-index .other-product .block-list .i:hover:before {
  background: #5F8AD8;
}
.schools-index .bangdan-list {
  margin: 0 auto;
  width: 1200px;
  max-width: 90vw;
  min-width: 1100px;
  /*overflow:hidden;*/
  margin-top: 20px;
  display: flex;
  height: 388px;
  background: #FFFFFF;
  border-radius: 8px;
}
.schools-index .bangdan-list .head {
  display: inline-flex;
  height: 59px;
  padding: 0 16px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #E1E1E1;
}
.schools-index .bangdan-list .head .name {
  font-size: 18px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #333333;
}
.schools-index .bangdan-list .head .more {
  font-size: 14px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #02D7B5;
  cursor: pointer;
}
.schools-index .bangdan-list .head .more .icon-right {
  font-weight: bold;
  color: #999;
  font-size: 12px;
}
.schools-index .bangdan-list .content {
  display: inline-flex;
  align-items: flex-end;
  padding: 22px 30px 30px;
}
.schools-index .bangdan-list .school-item {
  display: inline-flex;
  flex-direction: column;
  flex: 1;
}
.schools-index .bangdan-list .school-item .area {
  align-items: center;
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}
.schools-index .bangdan-list .school-item .area .logo {
  width: 38px;
  height: 26px;
  margin-bottom: 17px;
}
.schools-index .bangdan-list .school-item .area .name {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 16px;
}
.schools-index .bangdan-list .school-item .school-list {
  margin-top: 10px;
}
.schools-index .bangdan-list .school-item .school-list .i a {
  display: flex;
  justify-content: space-between;
}
.schools-index .bangdan-list .school-item .school-list .name {
  font-size: 13px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.schools-index .bangdan-list .school-item .school-list .num {
  margin-left: 10px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 26px;
}
.schools-index .bangdan-list .guanzhu {
  display: inline-flex;
  width: 770px;
  flex-direction: column;
}
.schools-index .bangdan-list .guanzhu .order {
  display: inline-flex;
  flex: 0 0 27px;
  flex-direction: column;
  font-size: 13px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #B2B2B2;
  line-height: 26px;
}
.schools-index .bangdan-list .guanzhu .order .i:nth-child(1) {
  color: #EC8189;
}
.schools-index .bangdan-list .guanzhu .order .i:nth-child(2) {
  color: #F1B23D;
}
.schools-index .bangdan-list .guanzhu .order .i:nth-child(3) {
  color: #F1B23D;
}
.schools-index .bangdan-list .guanzhu .school-item:not(:last-child) {
  margin-right: 40px;
}
.schools-index .bangdan-list .guanzhu .school-list .name {
  width: calc(100% - 38px);
  max-width: 104px;
}
.schools-index .bangdan-list .fendang {
  display: inline-flex;
  width: 430px;
  /*flex:0 0 430px;*/
  flex-direction: column;
  border-left: 1px solid #E1E1E1;
}
.schools-index .bangdan-list .fendang .school-item:not(:last-child) {
  margin-right: 28px;
}
.schools-index .bangdan-list .fendang .name {
  width: 100%;
  max-width: 150px;
}
.schools-index .school-bangdan {
  margin: 0 auto;
  width: 1200px;
  max-width: 90vw;
  min-width: 1100px;
  margin-top: 20px;
  /*background: #fff;*/
  /*border-radius: 10px;*/
}
.schools-index .school-bangdan .head {
  height: 111px;
  border-bottom: 1px solid #E1E1E1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 10px 10px 0 0;
  font-size: 30px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #333333;
  position: relative;
}
.schools-index .school-bangdan .head .icon {
  margin-right: 16px;
  width: 40px;
  height: 40px;
  background: url(../img/yuanxiaobangdan.png) no-repeat;
  background-size: 100%;
}
.schools-index .school-bangdan .head .more {
  position: absolute;
  right: 40px;
  /*top: 40px;*/
  width: 90px;
  height: 21px;
  font-size: 15px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  white-space: nowrap;
  color: #02D7B5;
}
.schools-index .school-bangdan .head .more .icon-right {
  margin-left: 4px;
  font-size: 12px;
  color: #999;
  font-weight: 900;
}
.schools-index .school-bangdan .content-main {
  display: flex;
}
.schools-index .school-bangdan .content-main .left {
  display: inline-flex;
  width: 220px;
  flex: 0 0 220px;
  padding-top: 42px;
  background: #3E518F;
  font-size: 14px;
  color: #fff;
  border-radius: 0 0 0 10px;
}
.schools-index .school-bangdan .content-main .left .title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
  text-align: center;
  font-weight: 650;
  font-size: 18px;
  color: #333;
}
.schools-index .school-bangdan .content-main .left .title i {
  color: #02d7b5 !important;
  margin-left: 4px;
}
.schools-index .school-bangdan .content-main .left .order-list {
  display: block;
  width: 100%;
}
.schools-index .school-bangdan .content-main .left .order-list .classify {
  padding: 0 20px;
  height: 36px;
  line-height: 36px;
  background: #324688;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.schools-index .school-bangdan .content-main .left .order-list .list {
  list-style: none;
  padding-bottom: 20px;
  border-bottom: 1px solid #4B60A4;
}
.schools-index .school-bangdan .content-main .left .order-list .item {
  padding: 0 20px;
  position: relative;
  line-height: 36px;
  cursor: pointer;
}
.schools-index .school-bangdan .content-main .left .order-list .item.active {
  color: #02D7B5;
}
.schools-index .school-bangdan .content-main .left .order-list .item.active:after {
  content: '';
  position: absolute;
  right: -6px;
  top: 12px;
  display: block;
  width: 0px;
  height: 0px;
  border: 6px solid #fff;
  transform: rotateZ(45deg);
}
.schools-index .school-bangdan .content-main .left .order-list .item:hover {
  color: #02D7B5;
}
.schools-index .school-bangdan .content-main .left .order-list > div:last-child .list {
  border-bottom: none;
}
.schools-index .school-bangdan .content-main .left .info {
  margin-top: 70px;
  display: block;
  color: #333;
  font-size: 14px;
  padding: 0 30px;
  vertical-align: middle;
  cursor: pointer;
}
.schools-index .school-bangdan .content-main .left .info .info-title {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.schools-index .school-bangdan .content-main .left .info .info-title i {
  font-size: 20px;
  margin-right: 8px;
}
.schools-index .school-bangdan .content-main .left .info ul {
  list-style: none;
  color: #999;
  font-size: 12px;
}
.schools-index .school-bangdan .content-main .left .info ul li {
  margin-bottom: 10px;
}
.schools-index .school-bangdan .content-main .left .info .tips {
  display: block;
  margin-top: 20px;
  color: #333;
  cursor: pointer;
}
.schools-index .school-bangdan .content-main .left .info .tips i {
  font-size: 12px;
  margin-left: 8px;
}
.schools-index .school-bangdan .content-main .left .show-alert {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background: rgba(0, 0, 0, 0.5);
}
.schools-index .school-bangdan .content-main .left .show-alert .contents {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1320px;
  max-width: 98vw;
  min-width: 1200px;
}
.schools-index .school-bangdan .content-main .left .show-alert .contents img {
  display: block;
  width: 100%;
}
.schools-index .school-bangdan .content-main .left .show-alert .contents .content {
  display: block;
  position: relative;
}
.schools-index .school-bangdan .content-main .left .show-alert .contents .content .link {
  display: block;
  position: absolute;
  left: 222px;
  top: 536px;
  width: 150px;
  height: 66px;
}
.schools-index .school-bangdan .content-main .right {
  display: inline-flex;
  flex: 1;
  padding: 42px 40px 36px;
  width: 0;
  border-radius: 0 0 10px 0px;
  background: #fff;
}
.schools-index .school-bangdan .content-main .right .bangdan-name {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.schools-index .school-bangdan .content-main .right .bangdan-name span {
  font-size: 24px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 33px;
}
.schools-index .school-bangdan .content-main .right .bangdan-name .search-form {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 260px;
  height: 40px;
  padding: 0 20px;
  border-radius: 20px;
  border: 1px solid #E1E1E1;
}
.schools-index .school-bangdan .content-main .right .bangdan-name .search-form .input {
  font-size: 14px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  line-height: 20px;
  background: transparent;
  outline: none;
  border: none;
}
.schools-index .school-bangdan .content-main .right .bangdan-name .search-form .btn {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  color: #333;
  background: transparent;
  outline: none;
  border: none;
  cursor: pointer;
}
.schools-index .school-bangdan .content-main .right .search-kw {
  padding: 0 0 24px;
  color: #999;
  font-size: 13px;
}
.schools-index .school-bangdan .content-main .right .search-kw .kw {
  margin-bottom: 10px;
  display: inline-block;
  padding: 0 10px;
  height: 30px;
  line-height: 28px;
  box-sizing: border-box;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  font-size: 14px;
  color: #666666;
}
.schools-index .school-bangdan .content-main .right .search-kw .kw .icon-close {
  color: #ccc;
  margin-left: 10px;
  cursor: pointer;
}
.schools-index .school-bangdan .content-main .right .center {
  margin-top: -10px;
  text-align: center;
}
.schools-index .school-bangdan .content-main .right .select-area {
  background: #F6F9FD;
  border-radius: 5px;
}
.schools-index .school-bangdan .content-main .right .select-area .item {
  display: flex;
  border-bottom: 1px solid #E8EBF0;
}
.schools-index .school-bangdan .content-main .right .select-area .item .name {
  display: inline-flex;
  flex: 0 0 84px;
  width: 84px;
  line-height: 56px;
  justify-content: flex-start;
  border-right: 1px solid #E8EBF0;
  padding-left: 20px;
  font-size: 14px;
  text-align: center;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
}
.schools-index .school-bangdan .content-main .right .select-area .item .radio-area {
  padding: 18px 14px 8px;
  margin: 0;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  /*line-height: 14px;*/
}
.schools-index .school-bangdan .content-main .right .select-area .item .radio-area .el-checkbox-group {
  margin-right: -20px;
}
.schools-index .school-bangdan .content-main .right .select-area .item .radio-area .el-checkbox {
  color: #333;
  margin-bottom: 10px;
}
.schools-index .school-bangdan .content-main .right .select-area .item .radio-area .el-checkbox__inner {
  border-color: #ccc;
  background: transparent;
}
.schools-index .school-bangdan .content-main .right .select-area .item .radio-area .is-checked .el-checkbox__inner {
  border-color: #5F8AD8;
  background: #5F8AD8;
}
.schools-index .school-bangdan .content-main .right .select-area .item .radio-area .el-checkbox__input.is-checked + .el-checkbox__label {
  color: #333;
}
.schools-index .school-bangdan .content-main .right .select-area .item .radio-area .el-radio {
  color: #333;
}
.schools-index .school-bangdan .content-main .right .select-area .item .radio-area .el-radio__label {
  padding-left: 6px;
}
.schools-index .school-bangdan .content-main .right .select-area .item .radio-area .el-checkbox__label {
  padding-left: 6px;
}
.schools-index .school-bangdan .content-main .right .select-area .item .radio-area .el-radio__input.is-checked + .el-radio__label {
  color: #333;
}
.schools-index .school-bangdan .content-main .right .select-area .item .radio-area .el-radio__inner {
  background: transparent;
}
.schools-index .school-bangdan .content-main .right .select-area .item .radio-area .el-radio__input.is-checked .el-radio__inner {
  background: transparent;
  border-color: #5F8AD8;
}
.schools-index .school-bangdan .content-main .right .select-area .item .radio-area .el-radio__inner::after {
  background-color: #5F8AD8;
  width: 8px;
  height: 8px;
}
.schools-index .school-bangdan .content-main .right .select-area .item .project-list {
  display: block;
  list-style: none;
}
.schools-index .school-bangdan .content-main .right .select-area .item .project-list li {
  margin: 0 12px 10px 0;
  display: inline-block;
  height: 30px;
  line-height: 28px;
  padding: 0 10px;
  cursor: pointer;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  color: #666;
  font-size: 14px;
}
.schools-index .school-bangdan .content-main .right .select-area .item .project-list li:hover {
  color: #5F8AD8;
}
.schools-index .school-bangdan .content-main .right .select-area .item .project-list li.active {
  color: #5F8AD8;
  border-color: #5f8ad8;
}
.schools-index .school-bangdan .content-main .right .select-area .item:last-child {
  border-bottom: none;
}
.schools-index .school-bangdan .content-main .block {
  display: block;
  width: 100%;
}
.schools-index .bbs-block {
  margin: 0 auto;
  width: 1200px;
  max-width: 90vw;
  min-width: 1100px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.schools-index .bbs-block .item {
  display: inline-flex;
  flex: 1;
  background: #FFFFFF;
  border-radius: 8px;
}
.schools-index .bbs-block .item .name {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 196px;
  flex: 0 0 196px;
  height: 110px;
  font-size: 18px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #FFFFFF;
}
.schools-index .bbs-block .item .link-list {
  height: 110px;
  padding: 15px 18px;
}
.schools-index .bbs-block .item .link-list li {
  display: inline-block;
  margin: 0 30px 11px 0;
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
}
.schools-index .bbs-block .left-major {
  margin-right: 20px;
}
.schools-index .bbs-block .left-major .name {
  background: url(../img/zhuanyelianmeng.png);
  background-size: 100%;
}
.schools-index .bbs-block .right-apply .name {
  background: url(../img/liuxueshenqing.png);
  background-size: 100%;
}
.bangdan-page .school-bangdan {
  margin-top: 0;
}
.page-footer-container {
  background: #172146;
  padding-top: 50px;
  margin-top: 100px;
}
.page-footer {
  padding: 80px 0 36px;
  text-align: center;
}
.page-footer .link {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 536px;
  height: 45px;
  background: #3E518F;
  border-radius: 23px;
}
.page-footer .link .item {
  display: inline-flex;
  cursor: pointer;
  margin-right: 30px;
  color: #B8BFD6;
  font-size: 14px;
}
.page-footer .link .item:last-child {
  margin-right: 0;
}
.page-footer .link .item:hover {
  color: #fff;
}
.page-footer .company {
  margin-top: 24px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.702);
  text-align: center;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
}
.page-footer .divide {
  display: inline-block;
  width: 24px;
}
.footer-ranking-list {
  margin: 0 auto;
  width: 1200px;
  max-width: 90vw;
  min-width: 1100px;
  display: flex;
  /*padding-top: 74px;*/
  justify-content: space-between;
}
.footer-ranking-list .item {
  display: inline-flex;
  flex-direction: column;
}
.footer-ranking-list .item .list-name {
  display: block;
  margin-top: -10px;
  margin-bottom: 16px;
  width: 108px;
  height: 40px;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 40px;
  white-space: nowrap;
}
.footer-ranking-list .item .name {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  color: #D0D2DA;
  line-height: 32px;
  white-space: nowrap;
}
.footer-ranking-list .item .name:hover {
  color: #fff;
}
.footer-ranking-list .item .list {
  margin-bottom: -10px;
  height: 192px;
  display: inline-flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.footer-ranking-list .item .list .i {
  height: 32px;
}
.footer-ranking-list .item .more {
  writing-mode: horizontal-tb;
}
.footer-ranking-list .item .more a {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  line-height: 32px;
  color: #4D70B4;
  white-space: nowrap;
  writing-mode: horizontal-tb;
}
.footer-ranking-list .item .more a:hover {
  color: #5F8AD8;
}
.footer-ranking-list .item:nth-child(3),
.footer-ranking-list .item:nth-child(5) {
  width: 184px;
}
.footer-ranking-list .item:nth-child(3) .list,
.footer-ranking-list .item:nth-child(5) .list {
  margin-right: -30px;
  flex-direction: row;
  flex-wrap: wrap;
  writing-mode: vertical-lr;
}
.footer-ranking-list .item:nth-child(3) .i,
.footer-ranking-list .item:nth-child(5) .i {
  margin-right: 30px;
  writing-mode: horizontal-tb;
}
.footer-ranking-list .border {
  width: 1px;
  background: #D8D8D8;
  opacity: 0.2;
  /*margin: 0 34px;*/
}
.page-right-product {
  width: 0;
}
.page-right-product .more:hover .icon-right {
  color: #02D7B5 !important;
}
.page-right-product .other-product {
  display: inline-flex;
  flex-direction: column;
  width: 100%;
  background: #FFFFFF;
  border-radius: 8px;
  margin-bottom: 20px;
}
.page-right-product .other-product .article-list {
  padding: 20px;
}
.page-right-product .other-product .head {
  display: inline-flex;
  height: 59px;
  padding: 0 20px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #E1E1E1;
}
.page-right-product .other-product .head .name {
  font-size: 18px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #333333;
}
.page-right-product .other-product .head .more {
  font-size: 14px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #02D7B5;
  cursor: pointer;
}
.page-right-product .other-product .head .more .icon-right {
  font-weight: bold;
  color: #999;
  font-size: 12px;
}
.page-right-product .other-product .school-list {
  padding: 20px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 14px;
}
.page-right-product .other-product .school-list .i {
  display: inline-flex;
  margin-bottom: 14px;
  align-items: center;
  width: 100%;
}
.page-right-product .other-product .school-list .i a {
  width: calc(100% - 12px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-right-product .other-product .school-list .i:last-child {
  margin-bottom: 0px;
}
.page-right-product .other-product .school-list .i:before {
  content: "";
  margin-right: 8px;
  display: inline-block;
  flex: 0 0 4px;
  width: 4px;
  height: 4px;
  background: #02D7B5;
  border-radius: 50%;
}
.page-right-product .other-product .school-list .i:hover a {
  color: #5F8AD8;
}
.page-right-product .other-product .school-list .i:hover:before {
  background: #5F8AD8;
}
.page-right-product .other-product .article-list .i {
  height: 40px;
}
.page-right-product .other-product .article-list .i:not(:last-child) {
  margin-bottom: 10px;
}
.page-right-product .other-product .article-list a {
  display: flex;
  justify-content: space-between;
}
.page-right-product .other-product .article-list a .avatar {
  width: 34px;
  flex: 0 0 34px;
  height: 34px;
  border-radius: 50%;
  margin-right: 16px;
}
.page-right-product .other-product .article-list a .info {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  flex: 1;
}
.page-right-product .other-product .article-list a .info .title {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  align-items: center;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  /*max-width: 300px;*/
}
.page-right-product .other-product .article-list a .info .title:hover {
  color: #5F8AD8;
  text-shadow: 0px 2px 29px rgba(225, 225, 225, 0.5);
}
.page-right-product .other-product .article-list a .time {
  margin-left: 28px;
  white-space: nowrap;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
}
.page-right-product .other-product .block-list {
  padding: 20px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 14px;
}
.page-right-product .other-product .block-list .i {
  display: inline-flex;
  margin-bottom: 10px;
  margin-right: 20px;
  align-items: center;
}
.page-right-product .other-product .block-list .i a {
  display: block;
  max-width: 328px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-right-product .other-product .block-list .i:last-child {
  margin-bottom: 0px;
}
.page-right-product .other-product .block-list .i:before {
  content: "";
  margin-right: 8px;
  display: inline-block;
  flex: 0 0 4px;
  width: 4px;
  height: 4px;
  background: #02D7B5;
  border-radius: 50%;
  transition: all 0.25s;
}
.page-right-product .other-product .block-list .i:hover {
  color: #5F8AD8;
}
.page-right-product .other-product .block-list .i:hover:before {
  background: #5F8AD8;
}
.page-right-product .other-product:last-child {
  margin-bottom: 0;
}
.red-point {
  position: fixed;
  left: 10000px;
  top: 10000px;
  z-index: 109;
}
.red-point .i {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ec8189;
  border-radius: 15px;
  position: relative;
  z-index: 110;
}
.red-point.animate {
  transition: transform 0.3s cubic-bezier(0.11, 0.28, 0.57, 0.83);
}
.red-point.animate .i {
  transition: transform 0.3s ease;
  background: #ec8189;
}
.result-area {
  padding-top: 50px;
}
.result-area .play {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.result-area .play .l {
  display: inline-flex;
  font-size: 16px;
  color: #999;
}
.result-area .play .l .num {
  margin: 0 4px;
  /*font-weight: 650;*/
  color: #333;
}
.result-area .play .r {
  display: inline-flex;
  align-items: center;
}
.result-area .play .r i {
  cursor: pointer;
}
.result-area .play .r .icon-list {
  font-weight: bold;
}
.result-area .play .r .btn {
  display: flex;
  align-items: center;
  padding-right: 50px;
}
.result-area .play .r .btn i {
  display: inline-flex;
  align-items: center;
  font-size: 20px;
  margin-left: 22px;
  color: #ccc;
  position: relative;
}
.result-area .play .r .btn i:before {
  position: relative;
  z-index: 2;
}
.result-area .play .r .btn i:hover:after {
  content: "";
  display: block;
  z-index: 1;
  width: 40px;
  height: 40px;
  background: #f2f2f2;
  border-radius: 50%;
  position: absolute;
  left: -10px;
  top: -10px;
}
.result-area .play .r .btn .icon-list {
  margin-right: 6px;
  font-size: 12px;
}
.result-area .play .r .page {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  display: flex;
  align-items: center;
}
.result-area .play .r .page i {
  font-weight: 650;
  font-size: 12px;
  color: #333;
}
.result-area .play .r .page .num {
  font-size: 16px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #02D7B5;
}
.result-area .play .r .page .icon {
  display: inline-flex;
  width: 16px;
  height: 16px;
}
.result-area .play .r .page .icon-zuo {
  margin-right: 14px;
  /*background: url(../img/you.png) no-repeat; */
  background-size: 100%;
}
.result-area .play .r .page .icon-zuo.color-c {
  /*background: url(../img/zuo.png) no-repeat; */
  background-size: 100%;
}
.result-area .play .r .page .icon-you {
  margin-left: 14px;
  background-size: 100%;
}
.result-area .play .r .page .icon-you.color-c {
  background-size: 100%;
}
.result-area .play .r .page .iconfont {
  position: relative;
}
.result-area .play .r .page .iconfont:before {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.result-area .play .r .page .iconfont:hover:after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #f2f2f2;
  left: -10px;
  top: -10px;
  position: absolute;
  z-index: 1;
}
.result-area .list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.result-area .list .item {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0px 0px 12px -2px #E1EBF9;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  position: relative;
  transition: all 0.2s;
  cursor: pointer;
}
.result-area .list .item .school-area {
  display: inline-flex;
  align-items: flex-start;
  width: 45%;
  flex: 0 0 45%;
  padding-left: 20px;
  padding-top: 26px;
}
.result-area .list .item .school-area .order {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 50px;
  background: #F6F9FD;
  border-radius: 8px 8px 0px 8px;
  flex: 0 0 60px;
  text-align: center;
  flex-direction: column;
  cursor: pointer;
}
.result-area .list .item .school-area .order .num {
  display: inline-flex;
  width: 100%;
  height: 28px;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-family: SFUIDisplay-Medium, SFUIDisplay;
  font-weight: 500;
  color: #333333;
}
.result-area .list .item .school-area .order .name {
  display: inline-flex;
  width: 100%;
  height: 22px;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #fff;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  position: relative;
}
.result-area .list .item .school-area .order .num:after {
  content: '';
  display: inline-block;
  background: url(../img/sanjiao.png) no-repeat;
  background-size: 100%;
  width: 0px;
  height: 0px;
  position: absolute;
  right: 0;
  bottom: 0;
  border: 4px solid #02D7B5;
  border-left-color: transparent;
  border-top-color: transparent;
}
.result-area .list .item .school-area .order .no-num:after {
  content: none;
}
.result-area .list .item .school-area .order .ranking-list:after {
  content: "";
  display: block;
  position: absolute;
  left: 24px;
  top: -12px;
  border: 6px solid transparent;
  border-bottom-color: #233160;
}
.result-area .list .item .school-area .order .ranking-list {
  /*display: flex;*/
  display: none;
  position: absolute;
  left: 0px;
  top: 62px;
  height: 44px;
  border-radius: 5px;
  box-shadow: 0px 4px 12px 0px #A8ACBC;
  background: #233160;
  padding: 10px;
  /*overflow: hidden;*/
  align-items: center;
  justify-content: flex-end;
  border-radius: 10px;
  box-sizing: border-box;
  z-index: 10;
}
.result-area .list .item .school-area .order .ranking-list .li {
  display: inline-flex;
  /*padding: 0 26px;*/
  align-items: center;
  font-size: 14px;
  color: #fff;
}
.result-area .list .item .school-area .order .ranking-list .li .ranking {
  display: inline-flex;
  margin-left: 10px;
  min-width: 50px;
  padding: 0 5px;
  height: 24px;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background-color: #46d4ba;
  font-size: 16px;
  font-family: "DIN";
  font-weight: 600;
  color: #fff;
}
.result-area .list .item .school-area .order .ranking-list .li .ranking.current {
  background: #060C22;
}
.result-area .list .item .school-area .order .ranking-list .li:not(:last-child) {
  margin-right: 30px /*border-right: 1px solid #5F8AD8;*/;
}
.result-area .list .item .school-area .order:hover .ranking-list {
  display: flex;
}
.result-area .list .item .school-area .school {
  display: inline-flex;
  padding: 0 0 26px 26px;
  min-width: 0;
}
.result-area .list .item .school-area .school .l {
  margin-right: 14px;
}
.result-area .list .item .school-area .school .l .avatar {
  width: 44px;
}
.result-area .list .item .school-area .school .r {
  display: inline-flex;
  flex-direction: column;
  min-width: 0;
  padding-right: 20px;
}
.result-area .list .item .school-area .school .r .school-name {
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.result-area .list .item .school-area .school .r .enname {
  margin: 2px 0 18px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.result-area .list .item .school-area .school .r .tips {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 14px;
}
.result-area .list .item .school-area .school .r .tips .divide {
  margin: 0 10px;
  color: #E1E1E1;
}
.result-area .list .item .school-area .school .r .tips .tag {
  display: inline-block;
  width: 46px;
  height: 20px;
  line-height: 20px;
  background: #F0F5FB;
  border-radius: 10px;
  cursor: pointer;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  text-align: center;
}
.result-area .list .item .school-area .school .r .tips .tag:hover {
  color: #5F8AD8;
}
.result-area .list .item .school-area .btn {
  display: none;
}
.result-area .list .item .jituo-data {
  display: inline-flex;
  width: 530px;
  flex: 0 0 55%;
  padding-right: 30px;
  align-items: center;
  /*justify-content:space-between;*/
}
.result-area .list .item .jituo-data .data-list {
  display: inline-flex;
  width: 354px;
  padding: 20px 0;
  box-sizing: border-box;
  align-items: flex-end;
  justify-content: center;
  background: #F6F9FD;
  border-radius: 5px;
  list-style: none;
}
.result-area .list .item .jituo-data .data-list .li {
  display: inline-flex;
  height: 40px;
  flex: 1;
  flex-direction: column;
  align-items: center;
}
.result-area .list .item .jituo-data .data-list .li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: space-between;
}
.result-area .list .item .jituo-data .data-list .li .num {
  font-size: 16px;
  font-family: SFUIDisplay-Semibold, SFUIDisplay;
  font-weight: 600;
  color: #5F8AD8;
  line-height: 14px;
  /*margin-bottom: 4px;*/
}
.result-area .list .item .jituo-data .data-list .li .name {
  font-size: 14px;
  line-height: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.result-area .list .item .jituo-data .data-list .li .icon.file {
  width: 13px;
  height: 16px;
  /*margin-bottom: 4px;*/
  background: url(../img/file.png) no-repeat;
  background-size: 100%;
}
.result-area .list .item .jituo-data .data-list li:not(:last-child) {
  border-right: 1px solid #e4e4e4;
}
.result-area .list .item .jituo-data .apply-data .li {
  justify-content: space-between;
}
.result-area .list .item .jituo-data .apply-data + .data-list {
  display: none;
}
.result-area .list .item .jituo-data:hover .apply-data {
  display: none;
}
.result-area .list .item .jituo-data:hover .apply-data + .data-list {
  display: inline-flex;
}
.result-area .list .item .btn {
  margin-left: 30px;
  display: inline-flex;
  height: 30px;
  border-radius: 15px;
  border: 1px solid #E1E1E1;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #333;
  font-size: 14px;
  transition: all 0.2s;
  position: relative;
  width: 80px;
  height: 36px;
  border-radius: 18px;
}
.result-area .list .item .btn:hover {
  background: #17d6b6;
  border-color: #17d6b6;
  color: #fff;
}
.result-area .list .item .btn.isattention,
.result-area .list .item .btn.isattention:hover {
  color: #ccc;
  background: #fff;
  border-color: #E1E1E1;
}
.result-area .list .item:hover {
  box-shadow: 0px 13px 46px -13px rgba(164, 175, 214, 0.61);
}
.result-area .list-block {
  display: flex;
  justify-content: space-between;
}
.result-area .list-block .item {
  width: calc(50% - 10px);
  flex: 0 0 calc(50% - 10px);
  flex-direction: column;
  justify-content: space-between;
}
.result-area .list-block .item .school-area {
  flex: 1;
  width: 100%;
}
.result-area .list-block .item .school-area .school {
  padding: 0 0 24px 20px;
  height: 124px;
  width: calc(100% - 60px);
}
.result-area .list-block .item .school-area .school .r {
  width: calc(100% - 58px);
}
.result-area .list-block .item .jituo-data {
  padding-right: 0;
  width: 100%;
  flex: unset;
}
.result-area .list-block .item .jituo-data .data-list {
  width: 100%;
}
.result-area .list-block .item .jituo-data .btn {
  display: none;
  /*padding:0 10px;*/
}
.result-area .list-block .item .r .enname {
  margin-bottom: 15px;
}
.result-area .list-block .item .tips {
  position: relative;
}
.result-area .list-block .item .tips .btn {
  display: block;
  position: absolute;
  right: 0px;
  top: -3px;
  width: 60px;
  height: 26px;
  line-height: 26px;
  text-align: center;
}
.result-area .list-block .item:nth-of-type(2n) {
  margin-left: 20px;
}
.result-area .el-pagination {
  margin-top: 36px;
}
.experience-list {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 50px;
  width: 183px;
  background-color: #ffffff;
  box-shadow: 0px 0px 24px 0px rgba(94, 94, 116, 0.25);
  border-radius: 5px;
  z-index: 12;
  list-style: none;
  font-size: 14px;
  font-family: "PingFang";
  color: #333333;
  line-height: 42px;
  font-weight: normal;
  cursor: pointer;
  text-align: center;
  background: #fff;
  transition: all 1s;
  border: 1px solid #d7d7d7;
}
.experience-list .option {
  height: 42px;
}
.experience-list .option:last-child {
  border-radius: 0 0 5px 5px;
}
.experience-list .name {
  background: #f4f5f7;
  color: #999;
  line-height: 50px;
  border-radius: 5px 5px 0 0;
  position: relative;
}
.experience-list .name:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: -6px;
  transform: translateX(-50%) rotateZ(45deg);
  width: 10px;
  height: 10px;
  border: 1px solid transparent;
  background: #f4f5f7;
  border-left-color: #d7d7d7;
  border-top-color: #d7d7d7;
}
.experience-list .option:hover {
  background: #6c92d9;
  color: #fff;
}
.experience-mask {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 11;
}
.no-content-img {
  display: flex;
  flex-direction: column;
  padding: 40px 0;
  align-items: center;
  font-size: 14px;
  color: #666;
}
.no-content-img .icon {
  background: url(../img/nocontent.png) no-repeat;
  width: 100px;
  height: 70px;
  margin-bottom: 20px;
}
.el-pagination {
  text-align: center;
  margin-top: 16px;
  padding: 0;
  color: #333;
  font-weight: normal;
}
.el-pagination .el-pager {
  padding-left: 4px;
}
.el-pagination .el-pager li {
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  width: auto;
  min-width: 32px;
  margin-right: 4px;
}
.el-pagination .el-pager li.active {
  font-family: "PingFang";
  color: #02D7B5;
}
.el-pagination .el-pager li:hover {
  background: #F2F2F2;
  border-radius: 16px;
  color: #333;
}
.el-pagination .btn-next,
.el-pagination .btn-prev {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  padding: 0;
  margin: 0 6px;
}
.el-pagination button,
.el-pagination span:not([class*=suffix]) {
  min-width: 32px;
}
.el-pagination .el-icon-arrow-right {
  width: 16px;
  height: 16px;
  margin: 0 auto;
  background: url(../img/icon_next_black.png);
  background-size: 100%;
}
.el-pagination .el-icon-arrow-left {
  width: 16px;
  height: 16px;
  margin: 0 auto;
  background: url(../img/icon_previous_black.png);
  /*transform: rotateZ(180deg);*/
  background-size: 100%;
}
.el-pagination button:disabled {
  background: transparent;
  /*background-color: rgb(247, 247, 247);*/
  color: #ccc;
}
.el-pagination button:disabled .el-icon-arrow-left {
  background: url(../img/icon_previous_gray.png);
  /*transform: rotateZ(0deg);*/
  background-size: 100%;
}
.el-pagination button:disabled .el-icon-arrow-right {
  background: url(../img/icon_next_gray.png);
  /*transform: rotateZ(180deg);*/
  background-size: 100%;
}
.el-pagination button:hover {
  color: #333;
  background: #F2F2F2;
}
.el-pagination button:disabled:hover {
  color: #333;
  background: transparent;
}
.el-pagination .el-icon-arrow-left:before {
  content: none;
}
.el-pagination .el-icon-arrow-right:before {
  content: none;
}
.bangdan-container {
  margin: 0 auto;
  width: 1200px;
  max-width: 90vw;
  min-width: 1100px;
  display: flex;
  justify-content: space-between;
}
.bangdan-container .bangdan-all {
  display: inline-flex;
  flex-direction: column;
  flex: 1;
  background: #FFFFFF;
  border-radius: 8px;
}
.bangdan-container .bangdan-all .pagename {
  margin-bottom: 16px;
  font-size: 18px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #333333;
  line-height: 25px;
  text-align: center;
  position: relative;
}
.bangdan-container .bangdan-all .pagename .right {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  color: #02d7b5 !important;
}
.bangdan-container .bangdan-all .pagename .right .icon-right {
  font-size: 12px;
  color: #ccc;
  margin-left: 0px;
}
.bangdan-container .bangdan-all .page-inner {
  padding: 24px 40px 36px;
}
.bangdan-container .bangdan-all .page-inner .el-pagination {
  margin-top: 36px;
}
.bangdan-container .bangdan-all .ranking-classify:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -6px;
  left: 50%;
  width: 10px;
  height: 10px;
  border: 1px solid #E8EFF9;
  transform: translateX(-50%) rotateZ(45deg);
  z-index: 1;
  background: #F6F9FD;
  border-left-color: transparent;
  border-top-color: transparent;
  transform-origin: center;
}
.bangdan-container .bangdan-all .ranking-classify {
  position: relative;
  width: 100%;
  padding: 20px 10px 20px 20px;
  background: #F6F9FD;
  border: 1px solid #E8EFF9;
  border-radius: 6px;
}
.bangdan-container .bangdan-all .ranking-classify .item {
  display: flex;
  align-items: flex-start;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  line-height: 30px;
  /*margin-bottom: 8px;*/
}
.bangdan-container .bangdan-all .ranking-classify .item .name {
  color: #999999;
  width: 84px;
  flex: 0 0 84px;
}
.bangdan-container .bangdan-all .ranking-classify .item .list {
  display: inline-flex;
  color: #333;
  flex-wrap: wrap;
  padding-left: 9px;
}
.bangdan-container .bangdan-all .ranking-classify .item .list .li {
  margin: 0 8px 6px 0;
  padding: 0 10px;
  cursor: pointer;
  border-radius: 18px;
}
.bangdan-container .bangdan-all .ranking-classify .item .list .li:hover {
  background: #E9ECF0;
  box-shadow: 0px 2px 44px 0px rgba(239, 239, 239, 0.5);
  color: #333;
}
.bangdan-container .bangdan-all .ranking-classify .item .list .active {
  background: #02D7B5 !important;
  color: #fff !important;
}
.bangdan-container .bangdan-all .the-second-ranking {
  margin-top: 18px;
  padding-top: 0;
  padding-bottom: 0;
}
.bangdan-container .bangdan-all .the-second-ranking .item {
  align-items: center;
}
.bangdan-container .bangdan-all .the-second-ranking .item .list {
  border-left: 1px solid #E8EBF0;
  padding-left: 20px;
  padding-top: 16px;
  padding-bottom: 8px;
}
.bangdan-container .bangdan-all .the-second-ranking .item .list .li {
  margin-bottom: 8px;
  margin-right: 8px;
  padding: 0 10px;
  height: 26px;
  line-height: 24px;
  border-radius: 4px;
  border: 1px solid #E1E1E1;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.bangdan-container .bangdan-all .the-second-ranking .item .list .li.active {
  background: transparent !important;
  border-color: #5F8AD8;
  color: #5F8AD8 !important;
  font-weight: 500;
}
.bangdan-container .bangdan-all .the-second-ranking:after {
  content: none;
}
.bangdan-container .bangdan-all .rangking-list {
  margin-top: 50px;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.bangdan-container .bangdan-all .rangking-list caption {
  padding-bottom: 25px;
  height: 58px;
  font-size: 24px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 33px;
}
.bangdan-container .bangdan-all .rangking-list thead {
  height: 50px;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  text-align: left;
}
.bangdan-container .bangdan-all .rangking-list tr td:nth-child(1),
.bangdan-container .bangdan-all .rangking-list tr th:nth-child(1) {
  text-align: center;
}
.bangdan-container .bangdan-all .rangking-list tbody tr {
  height: 60px;
  border: 1px solid #F1F1F1;
}
.bangdan-container .bangdan-all .rangking-list tbody tr td:nth-child(1) {
  font-size: 16px;
  font-family: SFUIDisplay-Semibold, SFUIDisplay;
  font-weight: 600;
  color: #B2B2B2;
}
.bangdan-container .bangdan-all .rangking-list tbody tr td:nth-child(3) {
  padding-right: 20px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bangdan-container .bangdan-all .rangking-list tbody tr td:nth-child(2) {
  padding-right: 40px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.bangdan-container .bangdan-all .rangking-list tbody tr td:nth-child(2) .name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bangdan-container .bangdan-all .rangking-list tbody tr td:nth-child(2) .enname {
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bangdan-container .bangdan-all .rangking-list tbody tr td.order1 {
  color: #EC8189;
}
.bangdan-container .bangdan-all .rangking-list tbody tr td.order2,
.bangdan-container .bangdan-all .rangking-list tbody tr td.order3 {
  color: #F1B23D;
}
.bangdan-container .bangdan-all .rangking-list tbody tr:hover {
  background: #5F8AD8;
}
.bangdan-container .bangdan-all .rangking-list tbody tr:hover td:nth-child(1),
.bangdan-container .bangdan-all .rangking-list tbody tr:hover td:nth-child(2),
.bangdan-container .bangdan-all .rangking-list tbody tr:hover td:nth-child(3) {
  color: #fff;
}
.bangdan-container .bangdan-all .rangking-list tbody tr:hover td:nth-child(1) .enname,
.bangdan-container .bangdan-all .rangking-list tbody tr:hover td:nth-child(2) .enname,
.bangdan-container .bangdan-all .rangking-list tbody tr:hover td:nth-child(3) .enname {
  color: #fff;
}
.bangdan-container .other-recommend {
  display: inline-flex;
  flex-direction: column;
  flex: 0 0 388px;
  margin-left: 20px;
  align-items: flex-end;
}
.bangdan-container .other-recommend .application-positioning-right {
  width: 388px;
}
.bangdan-container .other-recommend .application-positioning-right .head {
  padding: 0 20px;
}
.bangdan-container .other-recommend .top-of-the-year {
  margin-bottom: 20px;
  display: inline-flex;
  flex-direction: column;
  /*height: 240px;*/
  width: 388px;
  background: #FFFFFF;
  border-radius: 8px;
  /*margin-top: 20px;*/
}
.bangdan-container .other-recommend .top-of-the-year .article-list {
  padding: 20px;
}
.bangdan-container .other-recommend .top-of-the-year .head {
  display: inline-flex;
  height: 59px;
  padding: 0 20px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #E1E1E1;
}
.bangdan-container .other-recommend .top-of-the-year .head .name {
  font-size: 18px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #333333;
}
.bangdan-container .other-recommend .top-of-the-year .tab {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 348px;
  height: 36px;
  background: #F6F9FD;
  border-radius: 18px;
  margin: 16px 20px 0px;
  padding: 3px;
}
.bangdan-container .other-recommend .top-of-the-year .tab .i {
  display: inline-flex;
  width: fit-content;
  height: 30px;
  padding: 0 12px;
  margin-right: 6px;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #999999;
  line-height: 30px;
  cursor: pointer;
  border-radius: 16px;
}
.bangdan-container .other-recommend .top-of-the-year .tab .active {
  color: #fff;
  background: #5F8AD8;
}
.bangdan-container .other-recommend .top-of-the-year .tab .i:hover {
  background: rgba(0, 0, 0, 0.05);
  box-shadow: 0px 2px 33px 0px rgba(229, 226, 226, 0.5);
  color: #000;
}
.bangdan-container .other-recommend .top-of-the-year .tab .i:last-child {
  margin-right: 0;
}
.bangdan-container .other-recommend .top-of-the-year .school-list {
  padding: 20px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 14px;
}
.bangdan-container .other-recommend .top-of-the-year .school-list .i {
  display: inline-flex;
  width: 50%;
  margin-bottom: 14px;
  align-items: center;
}
.bangdan-container .other-recommend .top-of-the-year .school-list .i a {
  display: block;
  max-width: 328px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bangdan-container .other-recommend .top-of-the-year .school-list .i:nth-child(2n+1) {
  padding-right: 22px;
}
.bangdan-container .other-recommend .top-of-the-year .school-list .i:nth-child(2n) {
  padding-left: 22px;
}
.bangdan-container .other-recommend .top-of-the-year .school-list .i:last-child {
  margin-bottom: 0px;
}
.bangdan-container .other-recommend .top-of-the-year .school-list .i:before {
  content: "";
  margin-right: 8px;
  display: inline-block;
  flex: 0 0 4px;
  width: 4px;
  height: 4px;
  background: #02D7B5;
  border-radius: 50%;
}
.bangdan-container .other-recommend .top-of-the-year .school-list .i:hover a {
  color: #5F8AD8;
}
.bangdan-container .other-recommend .top-of-the-year .school-list .i:hover:before {
  background: #5F8AD8;
}
.bangdan-container .other-recommend .top-of-the-year .more {
  cursor: pointer;
  display: block;
  padding: 17px 20px;
  text-align: right;
  font-size: 14px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #02D7B5;
}
.bangdan-container .other-recommend .top-of-the-year .more .icon-right {
  font-weight: bold;
  color: #999;
  font-size: 12px;
}
.echarts-area {
  display: block;
  padding: 50px 24px 0 84px;
  white-space: nowrap;
}
.echarts-area .echarts-box {
  border: 1px solid #e4e4e4;
  display: flex;
}
.echarts-area .echarts {
  margin-right: 30px;
  display: inline-block;
  height: 262px;
}
.echarts-area .echarts .name {
  text-align: center;
  line-height: 50px;
  font-size: 14px;
  color: #333;
}
.echarts-area .echarts-result {
  position: relative;
  border-right: 1px solid #e4e4e4;
  padding: 34px 48px 0px 30px;
  background-size: 100%;
  max-width: 40%;
}
.echarts-area .echarts-result .i {
  margin-bottom: 17px;
  display: flex;
  padding-left: 2px;
  align-items: center;
  color: #666;
  font-size: 12px;
}
.echarts-area .echarts-result .i .l {
  display: inline-flex;
  width: 134px;
  height: 8px;
  align-items: center;
  border-radius: 5px;
  background: #e9eaef;
}
.echarts-area .echarts-result .i .l .bar {
  display: inline-flex;
  width: 0;
  height: 8px;
  transition: width 0.3s;
  border-radius: 5px;
  background: #656c83;
}
.echarts-area .echarts-result .i .l .num {
  margin-left: 4px;
}
.echarts-area .echarts-result .i .text {
  display: inline-flex;
  width: 46px;
  justify-content: flex-end;
  color: #999;
  transform: scale(0.9);
  transform-origin: right;
}
.echarts-area .echarts-result .i:nth-child(1) .bar {
  background-image: -moz-linear-gradient(24deg, #02d7b5 0%, #10c2fb 100%);
  background-image: -webkit-linear-gradient(24deg, #02d7b5 0%, #10c2fb 100%);
  background-image: -ms-linear-gradient(24deg, #02d7b5 0%, #10c2fb 100%);
  background-image: linear-gradient(24deg, #02d7b5 0%, #10c2fb 100%);
}
.echarts-area .time-score-result {
  position: relative;
  display: inline-flex;
  padding: 50px 0 12px;
  flex: 1;
}
.echarts-area .time-score-result .score-box {
  position: relative;
  display: inline-flex;
  flex: 0 0 62%;
  padding: 0 18px;
}
.echarts-area .time-score-result .score-box .i {
  display: inline-flex;
  flex: 1;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
}
.echarts-area .time-score-result .score-box .data {
  display: inline-flex;
  justify-content: space-between;
  width: 40px;
  margin-bottom: 12px;
  align-items: flex-end;
  max-width: 40%;
}
.echarts-area .time-score-result .score-box .data .data-i {
  width: 6px;
  border-radius: 6px;
  height: 0px;
  position: relative;
  transition: height 0.3s;
}
.echarts-area .time-score-result .score-box .data .data-i .num {
  position: absolute;
  top: -18px;
  color: #999;
  font-size: 12px;
  left: 50%;
  transform: translateX(-50%);
}
.echarts-area .time-score-result .score-box .data-name {
  color: #999;
  font-size: 13px;
}
.echarts-area .time-score-result .score-box .name {
  bottom: -44px;
}
.echarts-area .time-score-result .time-box {
  position: relative;
  margin-bottom: 10px;
  display: inline-flex;
  flex: 0 0 38%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-left: 1px solid #e4e4e4;
}
.echarts-area .time-score-result .time-box .el-button {
  padding: 0 !important;
  margin: 0;
  border: none;
  box-shadow: unset !important;
}
.echarts-area .time-score-result .time-box .i {
  display: inline-flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.echarts-area .time-score-result .time-box .i .num {
  color: #999;
  font-size: 12px;
  margin-bottom: 4px;
}
.echarts-area .time-score-result .time-box .i .bar {
  position: relative;
  width: 116px;
  height: 6px;
  border-radius: 6px;
  background-color: #e8e9ee;
}
.echarts-area .time-score-result .time-box .i .bar:before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f2c172;
}
.echarts-area .time-score-result .time-box .i .bar:after {
  content: "";
  position: absolute;
  right: 0;
  top: -1px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #815cf9;
}
.echarts-area .time-score-result .time-box .zanwu {
  background: url(../img/zanwu.png) no-repeat;
  width: 32px;
  height: 32px;
  background-size: 100%;
}
.echarts-area .time-score-result .time-box .name {
  bottom: -54px;
}
.echarts-area .violet {
  background: #815cf9;
}
.echarts-area .yellow {
  background: #f2c172;
}
.echarts-area .tips {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  padding: 4px 30px;
  border-radius: 15px;
  height: 28px;
  color: #333;
  font-size: 13px;
  background: #fff;
  border: 1px solid #e4e4e4;
  display: flex;
  align-items: center;
}
.echarts-area .tips .point-violet {
  margin-right: 39px;
  width: 10px;
  height: 10px;
  display: inline-flex;
  border-radius: 50%;
  margin-left: 7px;
  background: #815cf9;
}
.echarts-area .tips .point-yellow {
  width: 10px;
  height: 10px;
  display: inline-flex;
  border-radius: 50%;
  margin-left: 7px;
  background: #f2c172;
}
.echarts-area .name {
  color: #666;
  font-size: 14px;
  position: absolute;
  left: 50%;
  bottom: -32px;
  transform: translateX(-50%);
}
.slider-area {
  margin-top: 90px;
  margin-bottom: -32px;
  position: relative;
}
.slider-area .demonstration {
  font-weight: 650;
  font-size: 14px;
  color: #000000;
  margin-right: 20px;
}
.slider-area .demonstration + .el-slider {
  width: 600px;
}
.slider-area .el-slider__runway {
  margin: 0;
  background: #d8d8d8;
  height: 6px;
  border-radius: 0 0 8px 8px;
}
.slider-area .el-slider__bar {
  background: #02d7b5;
  /*border-top: 1px solid #49b6a3;
		border-bottom: 1px solid #49b6a3;*/
  border-radius: 0 0 0px 8px;
}
.slider-area .el-slider__button {
  position: relative;
  top: -4px;
  width: 14px;
  height: 20px;
  border: none;
  background: url(../img/wubianxing.png) no-repeat;
  background-size: 100%;
  border-radius: 0;
}
.slider-area .text {
  position: absolute;
  top: -37px;
  transform: translateX(-50%);
  padding: 0 5px;
  height: 18px;
  line-height: 18px;
  background: #02d7b5;
  color: #fff;
  font-size: 12px;
  border-radius: 5px;
  white-space: nowrap;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently

not supported by any browser */
}
.slider-area .text:after {
  content: "";
  position: absolute;
  left: calc(50% - 4px);
  bottom: -4px;
  display: block;
  background: url(../img/green-sanjiao.png) no-repeat;
  background-size: 100%;
  width: 8px;
  height: 4px;
}
.offer-list .table {
  padding: 0 30px;
}
.offer-list table {
  width: 100%;
  border-radius: 5px;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #F2F2F2;
  font-size: 13px;
  line-height: 18px;
  font-family: "PingFang";
  color: #333333;
}
.offer-list td {
  height: 56px;
  padding: 0 4px 0 10px;
  cursor: pointer;
}
.offer-list td .text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.offer-list tr:nth-child(2n+1) {
  background: #f7f7f7;
}
.offer-list tr:hover {
  background: #5F8AD8;
  color: #fff;
}
.offer-list tr:hover .content-alert {
  display: block;
}
.offer-list .open-tr .open {
  margin: 0 auto;
}
.offer-list .open-tr:hover {
  background: transparent;
}
.offer-list .caption {
  background: #f7f7f7 !important;
}
.offer-list .caption td {
  font-size: 14px;
  font-family: "PingFang";
  color: #333333;
  font-weight: bold;
  border-bottom: 1px solid #ededed;
}
.offer-list .line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
  overflow: hidden;
}
.offer-list .user {
  position: relative;
  cursor: pointer;
}
.offer-list .user .content-alert {
  display: none;
  position: absolute;
  left: 50%;
  top: 38px;
  transform: translateX(-50%);
  width: 352px;
  background-color: #233160;
  border-radius: 10px;
  z-index: 2;
  font-size: 12px;
  font-family: "PingFang";
  color: #ffffff;
  box-shadow: 0 10px 40px 0px rgba(35, 49, 96, 0.4), 0px 10px 73px 0px rgba(139, 159, 197, 0.71);
}
.offer-list .user .content-alert ul {
  position: relative;
  list-style: none;
  padding: 16px 20px;
  line-height: 1.5;
}
.offer-list .user .content-alert ul:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -14px;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-bottom-color: #233160;
}
.offer-list .user .content-alert li {
  display: flex;
  margin-bottom: 10px;
}
.offer-list .user .content-alert .name {
  display: inline-flex;
  width: 84px;
}
.offer-list .user .content-alert .sub {
  display: inline-flex;
  flex: 1;
  flex-direction: column;
}
.offer-list .school {
  position: relative;
  cursor: pointer;
}
.offer-list .school:hover {
  text-decoration: underline;
}
.offer-list .link-more {
  display: none;
  position: absolute;
  left: 50%;
  top: 42px;
  transform: translateX(-50%);
  width: 97px;
  height: 90px;
  background-color: #233160;
  border-radius: 8px;
  z-index: 2;
  font-size: 12px;
  font-family: "PingFang";
  color: #ffffff;
}
.offer-list .link-more .alert {
  position: relative;
  list-style: none;
  padding: 16px 20px;
  width: 100px;
  height: 90px;
}
.offer-list .link-more .alert a {
  display: block;
  font-size: 13px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 30px;
}
.offer-list .link-more .alert:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -10px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: #233160;
}
.offer-list .school:hover .link-more {
  display: block;
}
.offer-echarts .el-scrollbar__wrap {
  overflow: hidden;
}
.offer-echarts .el-scrollbar .el-scrollbar__wrap .el-scrollbar__view {
  white-space: nowrap;
}
.no-content {
  padding: 40px 0;
  font-size: 14px;
  color: #666;
  text-align: center;
}
.school-header {
  margin: 0 auto;
  width: 1200px;
  max-width: 90vw;
  min-width: 1100px;
  margin-bottom: 20px;
  position: relative;
  padding: 20px;
  height: 276px;
  border-radius: 8px;
}
.school-header .bg-img {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 276px;
  object-fit: cover;
  border-radius: 8px;
}
.school-header .mask {
  position: absolute;
  width: 100%;
  height: 276px;
  z-index: 2;
  border-radius: 8px;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}
.school-header .inner {
  position: relative;
  z-index: 2;
}
.school-header .crumbs {
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  padding-left: 0;
  line-height: inherit;
  border-bottom: none;
}
.school-header .crumbs .icon-you {
  margin: 0 6px;
  font-size: 12px;
  transform: scale(0.8);
  display: inline-block;
  transform-origin: center;
}
.school-header .school-info {
  display: flex;
}
.school-header .school-info .avatar-container {
  margin-right: 30px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  width: 120px;
  height: 120px;
  background: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #E1E1E1;
  margin-left: 20px;
}
.school-header .school-info .avatar-container .avatar-inner {
  display: block;
  max-width: 100px;
  max-height: 100px;
}
.school-header .school-info .info {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
}
.school-header .school-info .avatar {
  width: 64px;
  display: block;
}
.school-header .school-info .avatar img {
  margin: 0 auto;
  max-width: 44px;
  max-height: 44px;
}
.school-header .school-info .name-line {
  display: inline-flex;
  align-items: center;
}
.school-header .school-info .name {
  line-height: 30px;
  font-size: 30px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
}
.school-header .school-info .attention {
  margin-left: 10px;
  width: 80px;
  height: 30px;
  background: #02D7B5;
  border-radius: 18px;
  font-size: 16px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  user-select: none;
}
.school-header .school-info .is-attention {
  margin-left: 10px;
  width: 80px;
  height: 30px;
  background: transparent;
  border-radius: 18px;
  border: 1px solid #999;
  font-size: 16px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  color: #FFFFFF;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
  user-select: none;
}
.school-header .school-info .enname {
  margin: 8px 0 24px;
  font-size: 16px;
  line-height: 24px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
}
.school-header .school-info .address {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
}
.school-header .school-info .address .icon-location {
  margin-right: 4px;
  font-size: 12px;
}
.school-header .school-info .address .divide {
  margin: 0 16px;
  color: #999;
}
.school-header .school-info .address .tag {
  display: inline-block;
  width: 36px;
  height: 17px;
  border-radius: 9px;
  text-align: center;
  color: #333;
  font-size: 13px;
  background: #f2f2f2;
  cursor: pointer;
}
.school-header .school-info .address .tag:hover {
  color: #5F8AD8;
}
.school-header .play-herf {
  position: absolute;
  right: 40px;
  bottom: 30px;
  display: flex;
}
.school-header .play-herf .btn {
  display: inline-flex;
  margin-left: 10px;
  width: 88px;
  height: 36px;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border-radius: 8px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  z-index: 2;
  transition: all 0.25s;
  cursor: pointer;
}
.school-header .play-herf .btn:hover {
  background: #5F8AD8;
  font-weight: 500;
  color: #FFFFFF;
}
.school-header .play-herf .experience-btn-container {
  display: inline-flex;
  position: relative;
}
.main-right {
  display: inline-flex;
  width: 0px;
  flex: 0 0 260px;
  flex-direction: column;
}
.main-right .other-product .article-list .i {
  height: auto;
}
.main-right .other-product .article-list a .info {
  align-items: flex-start;
  flex: 1;
}
.main-right .other-product .article-list a .info .title {
  -webkit-line-clamp: 3;
}
.main-right .other-product .article-list .time {
  margin-left: 0 !important;
  margin-bottom: 4px;
}
.main-right .longitudinal a .info {
  flex-direction: column;
}
.main-right .block-list {
  flex-direction: column;
}
.main-right .block-list .i {
  width: 100%;
}
.main-right .attentions {
  margin-bottom: 20px;
  display: block;
  width: 100%;
  background: #FFFFFF;
  border-radius: 8px;
  padding-bottom: 30px;
}
.main-right .attentions .head {
  height: 59px;
  line-height: 58px;
  padding: 0 20px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #E1E1E1;
  font-size: 18px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #333333;
}
.main-right .attentions .inner {
  padding: 30px 30px 0px;
}
.main-right .attentions .num {
  margin-bottom: 30px;
  height: 14px;
  font-size: 26px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 14px;
  text-align: center;
}
.main-right .attentions .text {
  margin-bottom: 16px;
  height: 14px;
  font-size: 13px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 14px;
  text-align: center;
}
.main-right .attentions .list .i {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
}
.main-right .attentions .list .i .number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 51px;
  padding: 0 4px;
  height: 24px;
  background: #F6F9FD;
  border-radius: 4px;
  border: 1px solid #E8EFF9;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
}
.main-right .attentions .list .i .ren {
  margin: 0 6px;
  display: inline-flex;
  width: 16px;
  flex: 0 0 16px;
  height: 17px;
  background: url(../img/friend.png) no-repeat;
  background-size: 100%;
}
.main-right .attentions .list .i .name {
  color: #333;
  margin-left: 6px;
}
.main-right .attentions .new-attention {
  margin-top: 20px;
  border-top: 1px solid #E8EFF9;
}
.main-right .attentions .new-attention .name {
  padding: 20px 0;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
}
.main-right .attentions .new-attention .attention-list {
  list-style: none;
  font-size: 0;
  position: relative;
  /*.li:nth-child(4){
					margin-right: 12px;
				}
				.li:nth-child(5){
					margin-right:10px;
				}
				.li:nth-child(6){
					margin-right:8px;
				}
				.li:nth-child(7){
					z-index: 10;
				}
				.li:nth-child(8){
					z-index: 9;
				}*/
}
.main-right .attentions .new-attention .attention-list .li {
  position: relative;
  margin-right: -20px;
  display: inline-block;
  font-size: 12px;
  cursor: pointer;
  vertical-align: top;
}
.main-right .attentions .new-attention .attention-list .li .avatar {
  border-radius: 50%;
  width: 26px;
  height: 26px;
  border: 2px solid #fff;
}
.main-right .attentions .new-attention .attention-list .li .tips-text {
  display: none;
  position: absolute;
  bottom: -10px;
  height: 24px;
  padding: 0 4px;
  border-radius: 4px;
  border: 1px solid #666;
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
  bottom: -24px;
  color: #777;
  line-height: 22px;
  background: #fff;
}
.main-right .attentions .new-attention .attention-list .li .tips-text:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border: 1px solid #666;
  border-left-color: transparent;
  border-top-color: transparent;
  transform: rotateZ(225deg);
  background: #fff;
  font-size: 12px;
  top: -4px;
  position: absolute;
  left: calc(50% - 5px);
}
.main-right .attentions .new-attention .attention-list .li:hover .tips-text {
  display: block;
}
.main-right .attentions .new-attention .attention-list .li:nth-child(1) {
  margin-right: 4px;
}
.main-right .attentions .new-attention .attention-list .li:nth-child(1) .avatar {
  margin: 0 auto;
  display: BLOCK;
}
.main-right .attentions .new-attention .attention-list .li:nth-child(1) .tips-text {
  display: block;
  position: relative;
  margin: 7px auto 0;
  height: 24px;
  padding: 0 4px;
  border-radius: 4px;
  border: 1px solid #666;
  white-space: nowrap;
  color: #777;
  line-height: 22px;
  /*background: #f7f7f7;*/
  left: unset;
  bottom: unset;
  transform: unset;
}
.main-right .attentions .new-attention .attention-list .li:nth-child(2) {
  margin-right: 4px;
}
.main-right .attentions .new-attention .attention-list .li:nth-child(2) .avatar {
  margin: 0 auto;
  display: BLOCK;
}
.main-right .attentions .new-attention .attention-list .li:nth-child(2) .tips-text {
  display: block;
  position: relative;
  margin: 7px auto 0;
  height: 24px;
  padding: 0 4px;
  border-radius: 4px;
  border: 1px solid #666;
  white-space: nowrap;
  color: #777;
  line-height: 22px;
  /*background: #f7f7f7;*/
  left: unset;
  bottom: unset;
  transform: unset;
}
.main-right .attentions .new-attention .attention-list .li:nth-child(3) {
  margin-right: 4px;
}
.main-right .attentions .new-attention .attention-list .li:nth-child(3) .avatar {
  margin: 0 auto;
  display: BLOCK;
  z-index: 9;
  position: relative;
}
.main-right .attentions .new-attention .attention-list .li:nth-child(3) .tips-text {
  display: block;
  position: relative;
  margin: 7px auto 0;
  height: 24px;
  padding: 0 4px;
  border-radius: 4px;
  border: 1px solid #666;
  white-space: nowrap;
  color: #777;
  line-height: 22px;
  /*background: #f7f7f7;*/
  left: unset;
  bottom: unset;
  transform: unset;
}
.main-right .attentions .new-attention .attention-list .li:nth-child(4) {
  z-index: 8;
  position: absolute;
  right: 30px;
}
.main-right .attentions .new-attention .attention-list .li:nth-child(5) {
  z-index: 7;
  position: absolute;
  right: 20px;
}
.main-right .attentions .new-attention .attention-list .li:nth-child(6) {
  z-index: 6;
  position: absolute;
  right: 10px;
}
.main-right .attentions .new-attention .attention-list .li:nth-child(7) {
  z-index: 5;
  position: absolute;
  right: 0;
}
.main-right .attention-other-school {
  display: block;
  width: 100%;
  background: #FFFFFF;
  border-radius: 8px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.main-right .attention-other-school .head {
  height: 59px;
  line-height: 58px;
  padding: 0 20px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #E1E1E1;
  font-size: 18px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #333333;
}
.main-right .attention-other-school .list {
  padding-bottom: 20px;
}
.main-right .attention-other-school .list .i {
  margin-top: 20px;
  padding: 0 20px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.main-right .attention-other-school .list .i .info {
  display: inline-flex;
  width: calc(100% - 63px);
}
.main-right .attention-other-school .list .i .info .avatar {
  margin-right: 6px;
  width: 36px;
  height: 36px;
}
.main-right .attention-other-school .list .i .info .name {
  display: inline-flex;
  flex-direction: column;
  width: calc(100% - 42px);
  justify-content: center;
}
.main-right .attention-other-school .list .i .info .name .chname {
  font-size: 14px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #333333;
  line-height: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main-right .attention-other-school .list .i .info .name .enname {
  margin-top: 6px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main-right .attention-other-school .list .i .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 30px;
  border-radius: 15px;
  border: 1px solid #E1E1E1;
  font-size: 13px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  cursor: pointer;
}
.main-right .attention-other-school .list .i .btn.isattention {
  font-weight: bold;
  color: #CCCCCC;
}
.main-right .attention-other-school .more {
  display: block;
  margin: 0px auto 0;
  width: 220px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #E1E1E1;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 38px;
  text-align: center;
}
.main-right .attention-other-school .more .el-icon-arrow-right {
  margin-left: 2px;
  color: #999;
  font-weight: bold;
}
.schools-homepage .open {
  background: #fff !important;
  cursor: pointer;
  height: 58px;
  line-height: 58px;
  font-size: 13px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  text-align: center;
}
.schools-homepage .open .icon-triangle {
  font-size: 12px;
  transform: scale(0.6, 0.5);
  display: inline-block;
  transform-origin: center;
  margin-left: 6px;
}
.schools-homepage .open .up {
  transform: rotateZ(180deg);
}
.schools-homepage .open:hover {
  color: #333;
}
.schools-homepage .el-pagination {
  margin: 0px;
  padding: 0px;
}
.schools-homepage .school-main {
  margin: 0 auto;
  width: 1200px;
  max-width: 90vw;
  min-width: 1100px;
  display: flex;
  justify-content: space-between;
}
.schools-homepage .school-main .left-tabs {
  width: 124px;
  flex: 0 0 124px;
  background: #3E518F;
  border-radius: 8px 0px 0px 8px;
}
.schools-homepage .school-main .left-tabs .item {
  padding: 20px 0 20px 20px;
  line-height: 20px;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  text-align: left;
  cursor: pointer;
  position: relative;
}
.schools-homepage .school-main .left-tabs .item:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 124px;
  height: 1px;
  opacity: 0.2;
  border-bottom: 1px solid #233160;
}
.schools-homepage .school-main .left-tabs .item:hover {
  color: #fff;
}
.schools-homepage .school-main .left-tabs .item.is-active {
  color: #fff;
  position: relative;
}
.schools-homepage .school-main .left-tabs .item.is-active:before {
  content: "";
  display: block;
  position: absolute;
  right: -6px;
  top: 22px;
  border: 9px solid transparent;
  border-right-color: #fff;
  transform: scaleY(0.85);
  transform-origin: center;
}
.schools-homepage .school-main .main-left {
  flex: 0 0 calc(100% - 410px);
  margin: 0 20px 0 6px;
  width: 0;
  /*.el-pagination{
				padding: 6px 0;
				margin-top: 20px;
			}*/
}
.schools-homepage .school-main .main-left .item-card {
  margin-bottom: 20px;
  background: #fff;
  border-radius: 5px;
}
.schools-homepage .school-main .main-left .item-card .title {
  display: flex;
  padding: 0 20px;
  height: 58px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ededed;
  font-family: "PingFang";
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  /*.experience-btn .btn:hover{
						color: rgb(108, 146, 217);
					}*/
}
.schools-homepage .school-main .main-left .item-card .title .more {
  font-size: 14px;
  color: #333;
  cursor: pointer;
}
.schools-homepage .school-main .main-left .item-card .title .more .el-icon-arrow-right {
  color: #999;
  font-weight: bold;
  margin-left: 2px;
}
.schools-homepage .school-main .main-left .item-card .title .experience-btn {
  display: inline-flex;
  position: relative;
}
.schools-homepage .school-main .main-left .item-card .title .btn {
  display: inline-flex;
  min-width: 89px;
  padding: 0 16px;
  height: 33px;
  align-items: center;
  justify-content: center;
  border: 1px #d7d7d7 solid;
  border-radius: 16px;
  font-size: 14px;
  font-family: "PingFang";
  color: #333333;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s;
}
.schools-homepage .school-main .main-left .item-card .title .btn:hover {
  background: #F2F2F2;
  border: 1px solid #D7D7D7;
}
.schools-homepage .school-main .main-left .item-card .title .search {
  display: flex;
  width: 240px;
  height: 40px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #666;
  color: #333;
  font-size: 14px;
}
.schools-homepage .school-main .main-left .item-card .title .search input {
  border: none;
  outline: none;
  flex: 1;
}
.schools-homepage .school-main .main-left .item-card .title .search button {
  background: transparent;
  border: none;
  outline: none;
  margin-left: 10px;
  font-size: 20px;
}
.schools-homepage .school-main .main-left .content {
  padding: 32px 30px 30px;
}
.schools-homepage .school-main .main-left .intro .el-icon-arrow-right {
  font-size: 14px;
  font-weight: bold;
  color: #999;
  margin-left: 2px;
}
.schools-homepage .school-main .main-left .intro .ranking {
  margin-bottom: 30px;
  position: relative;
}
.schools-homepage .school-main .main-left .intro .ranking .header-tab {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.schools-homepage .school-main .main-left .intro .ranking .header-tab .tab {
  display: inline-flex;
  align-items: flex-end;
  position: relative;
  top: 1px;
}
.schools-homepage .school-main .main-left .intro .ranking .header-tab .tab .i {
  display: inline-flex;
  flex: 0 0 120px;
  width: 120px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid #E8EFF9;
  background: #F6F9FD;
  border-radius: 8px 8px 0px 8px;
  position: relative;
  z-index: 3;
  cursor: pointer;
}
.schools-homepage .school-main .main-left .intro .ranking .header-tab .tab .i:nth-child(2) {
  position: relative;
  left: -1px;
}
.schools-homepage .school-main .main-left .intro .ranking .header-tab .tab .i:nth-child(1) {
  border-radius: 8px 8px 8px 0;
}
.schools-homepage .school-main .main-left .intro .ranking .header-tab .tab .i:nth-child(1).active {
  border-radius: 8px 8px 0px 0;
}
.schools-homepage .school-main .main-left .intro .ranking .header-tab .tab .active {
  height: 50px;
  background: #fff;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #5F8AD8;
  border-bottom: none;
  z-index: 1;
}
.schools-homepage .school-main .main-left .intro .ranking .header-tab .tab .active + .i {
  /*border-radius-left*/
}
.schools-homepage .school-main .main-left .intro .ranking .header-tab .tab .i:hover {
  background: #E9ECF0;
  /*border-radius: 8px 8px 0px 8px;*/
  border-color: #E9ECF0;
}
.schools-homepage .school-main .main-left .intro .ranking .header-tab .tab .active:hover {
  height: 50px;
  background: #fff;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #5F8AD8;
  border-bottom: none;
  z-index: 1;
}
.schools-homepage .school-main .main-left .intro .ranking .header-tab .tab:after {
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  bottom: -1px;
  width: calc(100% - 3px);
  height: 8px;
  background: #fff;
  z-index: 2;
}
.schools-homepage .school-main .main-left .intro .ranking .header-tab .more {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 42px;
}
.schools-homepage .school-main .main-left .intro .ranking .header-tab .more:hover {
  color: #5F8AD8;
}
.schools-homepage .school-main .main-left .intro .ranking .ranking-table {
  border: 1px solid #E8EFF9;
  border-radius: 0 8px 8px 8px;
  padding-bottom: 13px;
}
.schools-homepage .school-main .main-left .intro .ranking .ranking-table table {
  width: 100%;
  border-collapse: collapse;
}
.schools-homepage .school-main .main-left .intro .ranking .ranking-table .item {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.schools-homepage .school-main .main-left .intro .ranking .ranking-table .item td {
  padding: 8px 0 8px 30px;
}
.schools-homepage .school-main .main-left .intro .ranking .ranking-table .item .order {
  border-radius: 5px;
  background-color: #46d4ba;
  min-width: 35px;
  height: 24px;
  line-height: 24px;
  padding: 0 17px;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  color: #fff;
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  white-space: nowrap;
}
.schools-homepage .school-main .main-left .intro .ranking .ranking-table .item td:nth-child(1) {
  /*padding-left: */
}
.schools-homepage .school-main .main-left .intro .ranking .ranking-table .item td:last-child {
  padding: 8px 30px 8px 50px;
}
.schools-homepage .school-main .main-left .intro .ranking .ranking-table .item:not(.caption):hover {
  background: #daf6f1;
}
.schools-homepage .school-main .main-left .intro .ranking .ranking-table .caption {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
}
.schools-homepage .school-main .main-left .intro .ranking .ranking-table .caption td {
  padding: 18px 0px 10px 30px;
  white-space: nowrap;
}
.schools-homepage .school-main .main-left .intro .ranking .el-pagination {
  margin-top: 13px;
  padding: 10px 0;
}
.schools-homepage .school-main .main-left .intro .num-list {
  margin: 0px;
  height: 85px;
  padding: 20px 0;
  list-style: none;
  border-radius: 10px;
  background-color: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.schools-homepage .school-main .main-left .intro .num-list li {
  height: 45px;
  list-style: none;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-family: "PingFang";
  color: #666666;
}
.schools-homepage .school-main .main-left .intro .num-list li .name {
  line-height: 14px;
}
.schools-homepage .school-main .main-left .intro .num-list li .num {
  font-size: 17px;
  line-height: 17px;
  font-family: "DIN";
  color: #333333;
  font-weight: bold;
}
.schools-homepage .school-main .main-left .intro .info {
  margin-top: 40px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
}
.schools-homepage .school-main .main-left .intro .info .img {
  display: inline-flex;
  max-width: 300px;
  margin-right: 36px;
  border-radius: 10px;
  border: 1px solid #f2f2f2;
}
.schools-homepage .school-main .main-left .intro .info .text {
  width: calc(100% - 336px);
  float: right;
  word-break: break-word;
  font-size: 14px;
  font-family: "PingFang";
  color: #333333;
  line-height: 2;
  overflow: hidden;
}
.schools-homepage .school-main .main-left .intro .info .more-intro {
  color: #5f8ad8;
}
.schools-homepage .school-main .main-left .intro .info .more-intro .m {
  color: #5f8ad8;
  cursor: pointer;
}
.schools-homepage .school-main .main-left .intro .positionMore {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 20px 0 30px;
  background: linear-gradient(to right, transparent 0%, #fff 20%, #fff);
}
.schools-homepage .school-main .main-left .open {
  margin: 13px auto 0;
  width: 103px;
  height: 32px;
  line-height: 32px;
  background: transparent !important;
  color: #333;
}
.schools-homepage .school-main .main-left .open:hover {
  background: #F2F2F2 !important;
  border-radius: 8px;
}
.schools-homepage .school-main .main-left .open .rotate {
  position: relative;
  transform: rotateZ(180deg) scale(0.6, 0.5);
}
.schools-homepage .school-main .main-left .contact {
  margin-top: 30px;
  padding: 20px 30px 10px;
  background: #F7F7F7;
  border-radius: 8px;
}
.schools-homepage .school-main .main-left .contact .i {
  display: flex;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  margin-bottom: 10px;
  justify-content: center;
  align-items: flex-start;
}
.schools-homepage .school-main .main-left .contact .i .name {
  display: inline-flex;
  width: 144px;
  align-items: center;
}
.schools-homepage .school-main .main-left .contact .i .contents {
  display: inline-flex;
  word-break: break-word;
  width: calc(100% - 144px);
  vertical-align: top;
}
.schools-homepage .school-main .main-left .contact .i .ditu {
  background: url(../img/ditu.png) no-repeat;
}
.schools-homepage .school-main .main-left .contact .i .dianhua {
  background: url(../img/dianhua.png) no-repeat;
}
.schools-homepage .school-main .main-left .contact .i .chuanzhen {
  background: url(../img/chuanzhen.png) no-repeat;
}
.schools-homepage .school-main .main-left .contact .i .guanwang {
  background: url(../img/guanwang.png) no-repeat;
}
.schools-homepage .school-main .main-left .contact .i .shenqing {
  background: url(../img/shenqing.png) no-repeat;
}
.schools-homepage .school-main .main-left .contact .i .icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  background-size: 100%;
}
.schools-homepage .school-main .main-left .offer .title-offer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 30px;
  font-size: 17px;
  font-family: "PingFang";
  color: #666;
  font-weight: bold;
}
.schools-homepage .school-main .main-left .offer .title-offer .name {
  display: inline-flex;
  align-items: center;
}
.schools-homepage .school-main .main-left .offer .title-offer .r {
  display: flex;
  align-items: center;
}
.schools-homepage .school-main .main-left .offer .title-offer .r .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  width: 89px;
  height: 33px;
  border: 1px #d7d7d7 solid;
  border-radius: 16px;
  font-size: 14px;
  font-family: "PingFang";
  color: #333333;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.25s;
}
.schools-homepage .school-main .main-left .offer .title-offer .r .btn:hover {
  background: #F2F2F2;
  border: 1px solid #D7D7D7;
}
.schools-homepage .school-main .main-left .offer .title-offer .name:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #02d7b5;
}
.schools-homepage .school-main .main-left .offer .echart-content {
  border-bottom: 1px solid #ededed;
  padding-bottom: 40px;
  height: 300PX;
  position: relative;
  overflow: hidden;
}
.schools-homepage .school-main .main-left .offer .list {
  padding-bottom: 36px;
}
.schools-homepage .school-main .main-left .offer .list .el-pagination {
  margin: 36px 0 0;
  padding: 0;
}
/* .schools-homepage .school-main .main-left .offer .list .open { */
.school-main .offer .list .open {
  margin: 0 auto;
}
/* .schools-homepage .open .icon-triangle { */
.open .icon-triangle {
  font-size: 12px;
  transform: scale(0.6, 0.5);
  display: inline-block;
  transform-origin: center;
  margin-left: 6px;
}

/* .schools-homepage .school-main .main-left .open:hover { */
.school-main .open:hover {
  background: #F2F2F2 !important;
  border-radius: 8px;
}

/* .schools-homepage .school-main .main-left .open { */
.school-main .open {
  margin: 13px auto 0;
  width: 103px;
  height: 32px;
  line-height: 32px;
  background: transparent !important;
  color: #333;
  text-align: center;
}

.schools-homepage .school-main .main-left .offer .echarts-area {
  padding-left: 24px;
}
.schools-homepage .school-main .main-left .offer .echarts-shadow-box {
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0px 0px 8px 0px rgba(213, 213, 213, 0.9964);
  margin: 0 30px 22px;
  padding-bottom: 50px;
}
.schools-homepage .school-main .main-left .experience {
  padding: 32px 30px 36px;
}
.schools-homepage .school-main .main-left .experience .tab {
  display: flex;
  align-items: center;
  justify-content: center;
}
.schools-homepage .school-main .main-left .experience .tab .i {
  margin-right: 10px;
  display: inline-flex;
  height: 34px;
  padding: 0 18px;
  align-items: center;
  justify-content: center;
  background-color: #f2f2f2;
  border-radius: 17px;
  cursor: pointer;
  font-size: 14px;
  font-family: "PingFang";
  color: #333333;
}
.schools-homepage .school-main .main-left .experience .tab .i:hover,
.schools-homepage .school-main .main-left .experience .tab .i.active {
  background: #233160;
  color: #fff;
}
.schools-homepage .school-main .main-left .experience .tab .i:last-child {
  margin-right: 0;
}
.schools-homepage .school-main .main-left .experience .list {
  display: flex;
  list-style: none;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 30px;
}
.schools-homepage .school-main .main-left .experience .list .item:hover {
  border-width: 2px;
  border-color: #6c92d9;
  border-style: solid;
  border-radius: 10px;
  background-color: #eff3fb;
  padding: 13px 29px;
  box-shadow: 0 10px 10px 0px #eff3fb;
}
.schools-homepage .school-main .main-left .experience .list .item {
  margin-bottom: 20px;
  display: inline-flex;
  flex-direction: column;
  width: 408px;
  flex: 0 0 calc(50% - 10px);
  padding: 14px 30px;
  border: 1px solid #ededed;
  border-radius: 10px;
  cursor: pointer;
}
.schools-homepage .school-main .main-left .experience .list .item .headline {
  height: 38px;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
}
.schools-homepage .school-main .main-left .experience .list .item:nth-of-type(2n) {
  margin-left: 20px;
}
.schools-homepage .school-main .main-left .experience .list .footer {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #999999;
}
.schools-homepage .school-main .main-left .experience .list .footer .userinfo {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}
.schools-homepage .school-main .main-left .experience .list .footer .userinfo .avatar {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.schools-homepage .school-main .main-left .experience .open {
  /*border-top: 1px solid #ededed;*/
  /*margin-bottom: -22px;*/
}
.schools-homepage .school-main .main-left .experience .el-pagination {
  padding: 0;
  margin-top: 20px;
}
.schools-homepage .school-main .main-left #comments {
  margin-bottom: 0;
}
.schools-homepage .school-main .main-left .comment {
  padding-bottom: 30px;
  padding-top: 30px;
}
.schools-homepage .school-main .main-left .comment .list {
  list-style: none;
  padding-left: 60px;
}
.schools-homepage .school-main .main-left .comment .list .item {
  margin-bottom: 30px;
  padding: 20px 60px 20px 0;
  border-bottom: 1px solid #ededed;
}
.schools-homepage .school-main .main-left .comment .list .item .info {
  font-size: 16px;
  color: #333333;
  line-height: 2;
  padding-right: 184px;
}
.schools-homepage .school-main .main-left .comment .list .item .more {
  background: #fff;
  color: #5f8ad8;
  cursor: pointer;
  font-size: 14px;
  white-space: nowrap;
}
.schools-homepage .school-main .main-left .comment .list .item .quote-l,
.schools-homepage .school-main .main-left .comment .list .item .quote-r {
  display: inline-block;
  width: 30px;
  height: 24px;
  background: url(../img/quote-r.png) no-repeat;
  background-size: 100%;
  margin-left: 12px;
}
.schools-homepage .school-main .main-left .comment .list .item .quote-l {
  margin-left: 0;
  margin-right: 12px;
  background: url(../img/quote-l.png) no-repeat;
  background-size: 100%;
}
.schools-homepage .school-main .main-left .comment .list .item .quote-r {
  vertical-align: bottom;
}
.schools-homepage .school-main .main-left .comment .list .hidden-info {
  position: relative;
  height: 128px;
  overflow: hidden;
}
.schools-homepage .school-main .main-left .comment .list .hidden-info .quote-r {
  position: absolute;
  right: 184px;
  bottom: 0;
  background-color: #fff;
}
.schools-homepage .school-main .main-left .comment .list .hidden-info .more {
  position: absolute;
  right: 212px;
  bottom: -1px;
  padding: 0 10px;
}
.schools-homepage .school-main .main-left .comment .list .hidden-info .more:before {
  content: "...";
  color: #333;
}
.schools-homepage .school-main .main-left .comment .list .footer {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #999999;
}
.schools-homepage .school-main .main-left .comment .list .footer .userinfo {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}
.schools-homepage .school-main .main-left .comment .list .footer .userinfo .avatar {
  border-radius: 50%;
  width: 36px;
  height: 36px;
  margin-right: 10px;
}
.schools-homepage .school-main .main-left .comment .list .footer .userinfo .name {
  margin-bottom: 5px;
  color: #333;
  font-size: 14px;
  font-weight: bold;
}
.schools-homepage .school-main .main-left .comment .list .footer .report {
  position: relative;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.schools-homepage .school-main .main-left .comment .list .footer .report .text {
  display: none;
  position: absolute;
  left: 42px;
  top: 7px;
  width: 82px;
  height: 22px;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  background: #fff;
  z-index: 10;
  color: #333;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
}
.schools-homepage .school-main .main-left .comment .list .footer .report .iconfont {
  vertical-align: middle;
  font-size: 14px;
  position: relative;
  top: -1px;
}
.schools-homepage .school-main .main-left .comment .list .footer .report:hover {
  background: #f7f7f7;
}
.schools-homepage .school-main .main-left .comment .list .footer .report:hover .text {
  display: block;
}
.schools-homepage .school-main .main-left .comment .to-commont {
  margin: 0 30px;
  display: flex;
  height: 48px;
  align-items: center;
  padding-left: 18px;
  border: 1px #e0e0e0 solid;
  border-radius: 10px;
  background-color: rgba(35, 49, 96, 0.078);
  cursor: pointer;
}
.schools-homepage .school-main .main-left .comment .to-commont .avatar {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: 8px;
}
.schools-homepage .school-main .main-left .comment .no-content {
  padding-bottom: 70px;
}
.schools-homepage .school-main .main-left .comment .el-pagination {
  margin-bottom: 20px;
}
.schools-homepage .school-main .main-left .project .content {
  padding: 30px;
}
.schools-homepage .school-main .main-left .project .content .list {
  display: flex;
  margin: 0 -10px -10px 0;
  flex-wrap: wrap;
}
.schools-homepage .school-main .main-left .project .content .list .i {
  margin: 0 10px 10px 0;
  display: inline-flex;
  height: 44px;
  padding: 0 16px;
  align-items: center;
  background: #F6F9FD;
  border-radius: 8px;
  border: 1px solid #E8EFF9;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  transition: all 0.25s;
}
.schools-homepage .school-main .main-left .project .content .list .i:hover {
  color: #FFFFFF;
  background: #5F8AD8;
  box-shadow: 0px 2px 9px 0px rgba(219, 217, 217, 0.5);
  border-radius: 8px;
  border: 1px solid #E8EFF9;
}
.schools-homepage .school-main .main-left .project .content .more {
  margin: 0 10px 10px 0;
  display: inline-flex;
  width: 103px;
  height: 44px;
  justify-content: center;
  align-items: center;
  border-radius: 22px;
  border: 1px solid #E1E1E1;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.schools-homepage .school-main .main-left .project .content .more .icon-you {
  font-size: 12px;
  font-weight: bold;
  color: #999;
  margin-left: 5px;
}
.schools-homepage .school-main .main-left .project .content .more:hover {
  width: 103px;
  height: 44px;
  background: #F2F2F2;
  border-radius: 22px;
  border: 1px solid #E1E1E1;
}
.schools-homepage .school-main .main-right {
  display: inline-flex;
  width: 0px;
  flex: 0 0 260px;
  flex-direction: column;
}
.schools-homepage .school-main .main-right .right-top {
  width: 258px;
  height: 481px;
  padding: 14px 30px 30px;
  background-color: #fff;
  box-shadow: 0px 0px 1px 0px rgba(94, 94, 116, 0.25);
  border-radius: 10px;
}
.schools-homepage .school-main .main-right .right-top .title {
  font-size: 20px;
  color: #333333;
  line-height: 1.667;
}
.schools-homepage .school-main .main-right .right-top .status {
  margin: 30px 0 20px;
  background-color: #46d4ba;
  border: 1px solid #46d4ba;
  width: 95px;
  height: 33px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 32px;
  border-radius: 17px;
  cursor: pointer;
}
.schools-homepage .school-main .main-right .right-top .status i {
  margin-right: 5px;
}
.schools-homepage .school-main .main-right .right-top .status.isattention {
  background-color: #fff;
  border: 1px solid #EDEDED;
  color: #333;
}
.schools-homepage .school-main .main-right .right-top .status.isattention i {
  display: none;
}
.schools-homepage .school-main .main-right .right-top .function {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
  padding: 20px 0 10px;
}
.schools-homepage .school-main .main-right .right-top .function .item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 95px;
  height: 33px;
  background: #EDEDED;
  color: #333;
  font-size: 14px;
  cursor: pointer;
  border-radius: 17px;
  margin-bottom: 10px;
}
.schools-homepage .school-main .main-right .right-top .function .item:hover {
  background: #233160;
  color: #fff;
}
.schools-homepage .school-main .main-right .right-top .comments-box {
  padding: 20px 0 0;
}
.schools-homepage .school-main .main-right .right-top .comments-box textarea {
  width: 100%;
  display: block;
  height: 128px;
  padding: 16px;
  border-radius: 10px;
  border: 1px solid #EDEDED;
  resize: none;
  outline: none;
}
.schools-homepage .school-main .main-right .right-top .comments-box button {
  margin-top: 5px;
  outline: none;
  cursor: pointer;
  width: 100%;
  display: block;
  height: 42px;
  background: #ededed;
  color: #333;
  font-size: 14px;
  border: none;
  border-radius: 10px;
}
.schools-homepage .school-main .main-right .right-bottom {
  margin-top: 28px;
  width: 258px;
  background-color: #fff;
  box-shadow: 0px 0px 1px 0px rgba(94, 94, 116, 0.25);
  border-radius: 10px;
}
.schools-homepage .school-main .main-right .right-bottom .title {
  border-bottom: 1px solid #EDEDED;
  line-height: 55px;
  height: 56px;
  padding-left: 30px;
  font-size: 17px;
  color: #333;
  font-weight: bold;
}
.schools-homepage .school-main .main-right .right-bottom .list {
  padding: 14px 30px 10px 60px;
  color: #666;
  font-size: 12px;
  list-style: none;
  position: relative;
  word-break: break-word;
}
.schools-homepage .school-main .main-right .right-bottom .list li {
  position: relative;
  margin-bottom: 20px;
}
.schools-homepage .school-main .main-right .right-bottom .list li .info {
  display: block;
  color: inherit;
}
.schools-homepage .school-main .main-right .right-bottom .list li a.info:hover {
  color: #233160;
}
.schools-homepage .school-main .main-right .right-bottom .list .name {
  font-size: 14px;
  color: #333333;
  line-height: 1.714;
  margin-bottom: 2px;
}
.schools-homepage .school-main .main-right .right-bottom .list .icon {
  position: absolute;
  left: -30px;
  top: 13px;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
}
.schools-homepage .school-main .main-right .right-bottom .list .icon.website {
  width: 23px;
  height: 18px;
}
.schools-homepage .school-main .main-right .right-bottom .list .icon.address {
  width: 15px;
  height: 20px;
}
.schools-homepage .school-main .main-right .right-bottom .list .icon.file {
  width: 16px;
}
.schools-homepage .school-main .main-right .pet-bottom {
  margin-top: 28px;
  width: 258px;
  background-color: #fff;
  box-shadow: 0px 0px 1px 0px rgba(94, 94, 116, 0.25);
  border-radius: 10px;
}
.schools-homepage .school-main .main-right .pet-bottom .title {
  border-bottom: 1px solid #EDEDED;
  line-height: 55px;
  height: 56px;
  padding-left: 30px;
  font-size: 17px;
  color: #333;
  font-weight: bold;
}
.schools-homepage .school-main .main-right .pet-bottom .list {
  padding: 10px 22px 0;
}
.schools-homepage .school-main .main-right .pet-bottom .list .item {
  margin-bottom: 10px;
  display: flex;
  padding: 6px 8px 4px;
  border-radius: 2px;
  background: #f9f9f9;
}
.schools-homepage .school-main .main-right .pet-bottom .list .item .point {
  margin-right: 10px;
  border-radius: 50%;
  background-color: #02d7b5;
  width: 6px;
  height: 6px;
  position: relative;
  top: 5px;
}
.schools-homepage .school-main .main-right .pet-bottom .list .item .cont {
  color: #666;
  font-size: 12px;
}
.schools-homepage .school-main .main-right .pet-bottom .list .item .cont .num {
  margin-top: 7px;
  font-size: 16px;
  font-family: "PingFang";
  color: #333333;
  font-weight: bold;
  line-height: 1.5;
}
.schools-homepage .school-main .main-right .pet-bottom .tips {
  padding: 18px 22px;
  display: flex;
  font-size: 12px;
  color: #999;
  border-top: 1px solid #EDEDED;
  line-height: 18px;
}
.schools-homepage .school-main .main-right .pet-bottom .tips i {
  width: 24px;
  display: inline-flex;
  flex: 0 0 24px;
  font-weight: bold;
  font-size: 15px;
  position: relative;
  top: 2px;
}
.schools-item-search .page-main {
  margin: 0 auto;
  width: 1200px;
  max-width: 90vw;
  min-width: 1100px;
  display: flex;
  justify-content: space-between;
}
.schools-item-search .left-tabs {
  width: 124px;
  flex: 0 0 124px;
  background: #3E518F;
  border-radius: 8px 0px 0px 8px;
}
.schools-item-search .left-tabs .item {
  padding: 20px 0 20px 20px;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  text-align: left;
  cursor: pointer;
  position: relative;
}
.schools-item-search .left-tabs .item .name {
  line-height: 20px;
}
.schools-item-search .left-tabs .item:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 124px;
  height: 1px;
  opacity: 0.2;
  border-bottom: 1px solid #233160;
}
.schools-item-search .left-tabs .is-active {
  color: #fff !important;
  position: relative;
}
.schools-item-search .left-tabs .sub {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  line-height: 20px;
}
.schools-item-search .left-tabs .sub .i {
  display: flex;
  align-items: center;
}
.schools-item-search .left-tabs .sub .icon-right {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  transform: scale(0.5);
  transform-origin: center;
  display: inline-block;
  vertical-align: middle;
}
.schools-item-search .left-tabs .sub .i.is-active:before {
  content: "";
  display: block;
  position: absolute;
  right: -6px;
  top: 1px;
  border: 9px solid transparent;
  border-right-color: #fff;
  transform: scaleY(0.85);
  transform-origin: center;
}
.schools-item-search .main-left {
  flex: 0 0 calc(100% - 130px);
  margin: 0 0px 0 6px;
  padding: 32px 30px;
  width: 0;
  background: #FFFFFF;
  border-radius: 0px 8px 8px 0px;
}
.schools-item-search .main-left .search-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 520px;
  height: 48px;
  border-radius: 8px;
  border: 1px solid #333333;
  padding: 0 0 0 24px;
}
.schools-item-search .main-left .search-form .input {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 46px;
  background: transparent;
  outline: none;
  border: none;
  display: inline-flex;
  flex: 1;
}
.schools-item-search .main-left .search-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #666;
}
.schools-item-search .main-left .search-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #666;
}
.schools-item-search .main-left .search-form :-ms-input-placeholder {
  /* IE 10+ */
  color: #666;
}
.schools-item-search .main-left .search-form :-moz-placeholder {
  /* Firefox 18- */
  color: #666;
}
.schools-item-search .main-left .search-form .btn {
  display: inline-flex;
  height: 48px;
  align-items: center;
  font-weight: 600;
  color: #333;
  background: transparent;
  outline: none;
  border: none;
  cursor: pointer;
  padding: 0 24px;
}
.schools-item-search .main-left .line {
  background: #E8EFF9;
  margin: 32px 0 0px;
  height: 1px;
  width: 100%;
  display: block;
  border: none;
}
.schools-item-search .main-left .list-container {
  border-radius: 8px;
  border: 1px solid #E1E1E1;
  overflow: hidden;
}
.schools-item-search .main-left .history-search-list li {
  display: inline-block;
  margin: 16px 10px 0 0;
  padding: 0 8px 0 12px;
  height: 32px;
  line-height: 32px;
  background: #5F8AD8;
  border-radius: 8px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
}
.schools-item-search .main-left .history-search-list li .icon-close1 {
  display: inline-block;
  padding: 0 2px;
  margin-left: 8px;
  font-size: 16px;
  cursor: pointer;
  transform: scale(0.5);
}
.schools-item-search .main-left .section-num {
  margin: 16px 0;
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
}
.schools-item-search .main-left .section-num .num {
  color: #333;
}
.schools-item-search .main-left .list {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  border-collapse: collapse;
  width: 100%;
}
.schools-item-search .main-left .list .thead {
  background: #F6F9FD;
  border-radius: 0px 8px 0px 0px;
  text-align: left;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently

not supported by any browser */
}
.schools-item-search .main-left .list .thead .item {
  height: 52px;
}
.schools-item-search .main-left .list .thead .item .i:nth-child(3),
.schools-item-search .main-left .list .thead .item .i:nth-child(6) {
  cursor: pointer;
  line-height: 52px;
  height: 52px;
}
.schools-item-search .main-left .list .thead .item .i:nth-child(3) .sort,
.schools-item-search .main-left .list .thead .item .i:nth-child(6) .sort {
  display: inline-block;
  width: 18px;
  height: 52px;
  background: url(../img/sorting.png) no-repeat;
  background-size: 18px 18px;
  background-position: center;
  vertical-align: middle;
}
.schools-item-search .main-left .list .thead .item .i:nth-child(3) .sort.up,
.schools-item-search .main-left .list .thead .item .i:nth-child(6) .sort.up {
  background: url(../img/sorting_up.png) no-repeat;
  background-size: 18px 18px;
  background-position: center;
}
.schools-item-search .main-left .list .thead .item .i:nth-child(3) .sort.down,
.schools-item-search .main-left .list .thead .item .i:nth-child(6) .sort.down {
  background: url(../img/sorting_down.png) no-repeat;
  background-size: 18px 18px;
  background-position: center;
}
.schools-item-search .main-left .list .thead .item .select {
  color: #5F8AD8;
}
.schools-item-search .main-left .list .thead .el-icon-arrow-up:before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  background: url(../img/drop-down.png) no-repeat;
  background-size: 100%;
  background-position: center;
  transform: rotateZ(180deg);
  transform-origin: center;
  position: relative;
}
.schools-item-search .main-left .list .thead .el-select .el-input .el-select__caret {
  height: 34px;
}
.schools-item-search .main-left .list .item:hover {
  background: rgba(2, 215, 181, 0.1);
}
.schools-item-search .main-left .list .thead .item:hover {
  background: #F6F9FD;
}
.schools-item-search .main-left .list .item {
  /*display: flex;*/
  align-items: center;
  justify-content: space-between;
}
.schools-item-search .main-left .list .item .chname {
  margin-top: 4px;
}
.schools-item-search .main-left .list .item .i {
  /*display: inline-flex;*/
  flex-direction: column;
}
.schools-item-search .main-left .list .item .el-input__inner {
  height: 36px;
  font-size: 14px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #333333;
}
.schools-item-search .main-left .list .item .i:nth-child(2) {
  width: 180px;
}
.schools-item-search .main-left .list .item .i:nth-child(2) .el-input__inner {
  width: 204px;
}
.schools-item-search .main-left .list .item .i:nth-child(3) {
  padding-left: 16px;
}
.schools-item-search .main-left .list .item .i:nth-child(4) {
  padding-left: 16px;
  white-space: nowrap;
}
.schools-item-search .main-left .list .item .i:nth-child(4) .el-input__inner {
  width: 120px;
}
.schools-item-search .main-left .list .item .i:nth-child(5) {
  padding-left: 16px;
  white-space: nowrap;
}
.schools-item-search .main-left .list .item .i:nth-child(5) .el-input__inner {
  width: 120px;
}
.schools-item-search .main-left .list .item .i:nth-child(6) {
  padding-left: 16px;
  white-space: nowrap;
}
.schools-item-search .main-left .list .item .i:nth-child(7) {
  padding-left: 16px;
  white-space: nowrap;
}
.schools-item-search .main-left .list .item .i:last-child,
.schools-item-search .main-left .list .item .i:first-child {
  width: 24px;
}
.schools-item-search .main-left .list .item .el-input__inner {
  padding: 0 8px;
  border-radius: 8px;
  border: 1px solid #E8EFF9;
}
.schools-item-search .main-left .list .item ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #333;
}
.schools-item-search .main-left .list .item ::-moz-placeholder {
  /* Firefox 19+ */
  color: #333;
}
.schools-item-search .main-left .list .item :-ms-input-placeholder {
  /* IE 10+ */
  color: #333;
}
.schools-item-search .main-left .list .item :-moz-placeholder {
  /* Firefox 18- */
  color: #333;
}
.schools-item-search .main-left .list .item .btn {
  width: 64px;
  height: 28px;
  border-radius: 18px;
  border: 1px solid #333333;
  outline: none;
  background: transparent;
  cursor: pointer;
  transition: all 0.2s;
}
.schools-item-search .main-left .list .item .btn:hover {
  background: #02D7B5;
  color: #fff;
  border-color: #02D7B5;
}
.schools-item-search .main-left .list .item .btn:active {
  background: #00C1A2;
}
.schools-item-search .main-left .list .item .btn.is-attention {
  border: 1px solid #E1E1E1;
  color: #999;
  background: transparent;
}
.schools-item-search .main-left .list .item .btn.is-attention:hover {
  background: #F2F2F2;
  color: #999;
}
.schools-item-search .main-left .list .item .btn.is-attention:active {
  background: #e5e5e5;
}
.schools-item-search .main-left .list .content .item .i {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #E8EFF9;
}
.schools-item-search .main-left .list .content .item .i:last-child,
.schools-item-search .main-left .list .content .item .i:first-child {
  border-bottom: none;
}
.schools-item-search .main-left .list .content .item .i:first-child {
  padding-left: 16px;
}
.schools-item-search .main-left .list .content .item .i:last-child {
  padding-right: 16px;
}
.schools-item-search .main-left .list .content .item:last-child .i {
  border-bottom: none;
}
.schools-item-search .el-pagination {
  padding: 0;
  margin: 40px 0 0;
}
.schools-item-detail .school-header {
  /*.mask{

			background: #0B1840;
			border-radius: 8px;
			opacity: 0.62;
			filter: blur(0px);
		}*/
}
.schools-item-detail .school-header .bg {
  background: url(../img/bg_banner_item.png) no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 276px;
  object-fit: cover;
  border-radius: 8px;
}
.schools-item-detail .school-header .avatar-container {
  width: 120px;
  height: 120px;
  background: #EEF7F5;
  border-radius: 60px;
  border: 1px solid #E1E1E1;
}
.schools-item-detail .school-header .avatar-container .avatar-inner {
  background: url(../img/project.png) no-repeat;
  background-size: 100%;
  width: 77px;
  height: 77px;
}
.schools-item-detail .school-header .school-info .info {
  padding-top: 9px;
}
.schools-item-detail .school-header .school-info .enname {
  font-size: 26px;
  margin: 12px 0 24px;
}
.schools-item-detail .school-header .school-info .other-info {
  display: block;
  align-items: center;
  font-size: 16px;
  font-family: SFProDisplay-Regular, SFProDisplay;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 32px;
}
.schools-item-detail .school-header .school-info .other-info .i {
  display: inline-block;
}
.schools-item-detail .school-header .school-info .other-info .i:nth-child(2) {
  margin-left: 60px;
}
.schools-item-detail .school-header .school-info .other-info .hat {
  margin-right: 4px;
  display: inline-block;
  background: url(../img/hat.png) no-repeat;
  background-size: 100%;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  vertical-align: top;
}
.schools-item-detail .school-header .school-info .other-info .date {
  margin: 0 4px 0 60px;
  display: inline-block;
  background: url(../img/date.png) no-repeat;
  background-size: 100%;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  vertical-align: top;
}
.schools-item-detail .school-header .school-info .other-info .divide {
  margin: 0 16px;
  color: #999;
}
.schools-item-detail .page-main {
  margin: 0 auto;
  width: 1200px;
  max-width: 90vw;
  min-width: 1100px;
  display: flex;
  justify-content: space-between;
}
.schools-item-detail .page-main .main-left {
  margin-right: 20px;
  display: inline-flex;
  width: 0;
  flex: 1;
  flex-direction: column;
}
.schools-item-detail .page-main .main-left .header-tab {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.schools-item-detail .page-main .main-left .header-tab .tab {
  display: inline-flex;
  align-items: flex-end;
  position: relative;
  /*top: 1px;*/
}
.schools-item-detail .page-main .main-left .header-tab .tab .i {
  display: inline-flex;
  flex: 0 0 140px;
  width: 140px;
  height: 54px;
  align-items: center;
  justify-content: center;
  background: #3E518F;
  border-radius: 8px 8px 0px 8px;
  position: relative;
  z-index: 3;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  font-size: 16px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
}
.schools-item-detail .page-main .main-left .header-tab .tab .i:nth-child(2) {
  position: relative;
  left: 0px;
}
.schools-item-detail .page-main .main-left .header-tab .tab .i:nth-child(1) {
  border-radius: 8px 8px 8px 0;
}
.schools-item-detail .page-main .main-left .header-tab .tab .i:nth-child(1).active {
  border-radius: 8px 8px 0px 0;
  background: #fff;
}
.schools-item-detail .page-main .main-left .header-tab .tab .active {
  height: 63px;
  background: #fff;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #5F8AD8;
  border-bottom: none;
  z-index: 1;
}
.schools-item-detail .page-main .main-left .header-tab .tab .active + .i {
  /*border-radius-left*/
}
.schools-item-detail .page-main .main-left .header-tab .tab:after {
  content: '';
  display: block;
  position: absolute;
  left: 1px;
  bottom: -1px;
  width: calc(100% - 3px);
  height: 8px;
  background: #fff;
  z-index: 2;
}
.schools-item-detail .page-main .main-left .header-tab .more {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 42px;
}
.schools-item-detail .page-main .main-left .main-container {
  background: #fff;
  border-radius: 0 8px 8px 8px;
}
.schools-item-detail .page-main .item-details {
  display: block;
  padding: 44px 30px;
}
.schools-item-detail .page-main .item-details .link {
  padding-bottom: 36px;
  border-bottom: 1px solid #E8EFF9;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 20px;
}
.schools-item-detail .page-main .item-details .link .i {
  margin-left: 16px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  height: 32px;
  background: #F6F9FD;
  border-radius: 16px;
  border: 1px solid #E8EFF9;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  transition: all 0.25s;
}
.schools-item-detail .page-main .item-details .link .i:hover {
  background: #E9ECF0;
  border: 1px solid #E8EFF9;
}
.schools-item-detail .page-main .item-details .link .i:nth-of-type(1) {
  margin-left: 8px;
}
.schools-item-detail .page-main .item-details .link .shenqing {
  background: url(../img/shenqing.png) no-repeat;
}
.schools-item-detail .page-main .item-details .link .guanwang {
  background: url(../img/guanwang.png) no-repeat;
}
.schools-item-detail .page-main .item-details .link .list {
  background: url(../img/list.png) no-repeat;
}
.schools-item-detail .page-main .item-details .link .icon {
  margin-right: 2px;
  width: 18px;
  height: 18px;
  background-size: 100%;
}
.schools-item-detail .page-main .item-details .detail-list {
  padding-top: 32px;
  padding-right: 120px;
  position: relative;
}
.schools-item-detail .page-main .item-details .detail-list .item {
  display: flex;
}
.schools-item-detail .page-main .item-details .detail-list .item .name {
  display: inline-flex;
  width: 200px;
  flex: 0 0 200px;
  padding-right: 24px;
  margin-right: 24px;
  justify-content: flex-end;
  border-right: 1px solid #E8EFF9;
  line-height: 24px;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  white-space: nowrap;
  position: relative;
}
.schools-item-detail .page-main .item-details .detail-list .item .name .icon {
  position: absolute;
  z-index: 2;
  right: -9px;
  top: 3px;
  width: 18px;
  height: 18px;
  background: url(../img/you.png) no-repeat;
  background-size: 100%;
}
.schools-item-detail .page-main .item-details .detail-list .item .content {
  padding-bottom: 48px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #6F6F6F;
  line-height: 24px;
  word-break: break-word;
}
.schools-item-detail .page-main .item-details .detail-list .item .content p:not(:last-of-type) {
  margin-bottom: 10px;
}
.schools-item-detail .page-main .item-details .detail-list .item:nth-child(1) .name:after {
  content: "";
  position: absolute;
  right: -1px;
  top: 0px;
  width: 2px;
  height: 3px;
  background: #fff;
  z-index: 1;
}
.schools-item-detail .page-main .item-details .detail-list .item:last-child .content {
  padding-bottom: 0;
}
.schools-item-detail .page-main .information-exchange {
  display: block;
  padding: 56px 0 32px;
}
.schools-item-detail .page-main .information-exchange .reply-form {
  display: flex;
  padding: 0 70px 24px;
}
.schools-item-detail .page-main .information-exchange .reply-form .left {
  display: inline-flex;
  padding-right: 18px;
}
.schools-item-detail .page-main .information-exchange .reply-form .left .avatar {
  width: 44px;
  height: 44px;
  border-radius: 22px;
}
.schools-item-detail .page-main .information-exchange .reply-form .right {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  flex: 1;
  position: relative;
}
.schools-item-detail .page-main .information-exchange .reply-form .right .textarea {
  margin-bottom: 12px;
  display: block;
  width: 100%;
  height: 120px;
  background: #EFF0F4;
  border-radius: 8px;
  border: 1px solid #E1E1E1;
  resize: none;
  outline: none;
  padding: 12px 14px;
  font-size: 14px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #666666;
  line-height: 20px;
}
.schools-item-detail .page-main .information-exchange .reply-form .right .remaining-words {
  position: absolute;
  top: 98px;
  right: 14px;
  font-size: 12px;
  font-family: SFProDisplay-Regular, SFProDisplay;
  font-weight: 400;
  color: #999999;
  line-height: 14px;
}
.schools-item-detail .page-main .information-exchange .reply-form .right button {
  border: none;
  width: 88px;
  height: 32px;
  background: #5F8AD8;
  border-radius: 8px;
  font-size: 14px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
}
.schools-item-detail .page-main .information-exchange .after {
  display: none;
}
.schools-item-detail .page-main .information-exchange .not-login {
  position: relative;
}
.schools-item-detail .page-main .information-exchange .not-login .after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.schools-item-detail .page-main .information-exchange .not-login button {
  opacity: 0.5;
}
.schools-item-detail .page-main .information-exchange .container {
  padding: 0 70px;
}
.schools-item-detail .page-main .information-exchange .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 8px;
}
.schools-item-detail .page-main .information-exchange .header .name {
  font-size: 18px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
}
.schools-item-detail .page-main .information-exchange .header .order {
  display: inline-flex;
  width: 103px;
  height: 36px;
  background: #F2F2F2;
  border-radius: 18px;
  align-items: center;
  justify-content: center;
}
.schools-item-detail .page-main .information-exchange .header .order .i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 30px;
  font-size: 13px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #666666;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 6px;
}
.schools-item-detail .page-main .information-exchange .header .order .active {
  width: 48px;
  height: 30px;
  background: #FFFFFF;
  border-radius: 16px;
  font-size: 13px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #333333;
}
.schools-item-detail .page-main .information-exchange .list {
  word-break: break-word;
}
.schools-item-detail .page-main .information-exchange .list .item {
  padding-top: 32px;
  display: flex;
}
.schools-item-detail .page-main .information-exchange .list .item .left {
  display: inline-flex;
}
.schools-item-detail .page-main .information-exchange .list .item .left .avatar {
  margin-right: 16px;
  border-radius: 50%;
  width: 44px;
  height: 44px;
}
.schools-item-detail .page-main .information-exchange .list .item .master {
  width: 34px;
  height: 18px;
  background: #02D7B5;
  border-radius: 4px;
  font-size: 13px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 18px;
  text-align: center;
  flex: 0 0 34px;
  display: inline-flex;
  justify-content: center;
  margin-left: 4px;
}
.schools-item-detail .page-main .information-exchange .list .item .right {
  display: inline-flex;
  flex-direction: column;
  flex: 1;
}
.schools-item-detail .page-main .information-exchange .list .item .right .nickname {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 22px;
}
.schools-item-detail .page-main .information-exchange .list .item .right .time {
  margin: 4px 0 9px;
  font-size: 12px;
  font-family: SFProDisplay-Regular, SFProDisplay;
  font-weight: 400;
  color: #999999;
  line-height: 14px;
}
.schools-item-detail .page-main .information-exchange .list .item .right .content {
  padding-bottom: 16px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
  white-space: pre;
  white-space: pre-wrap;
  /* css3.0 */
  white-space: -moz-pre-wrap;
  /* Firefox */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
}
.schools-item-detail .page-main .information-exchange .list .item .more {
  margin-left: 50px;
  width: 149px;
  height: 24px;
  background: #F1F1F1;
  border-radius: 12px;
  font-size: 13px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
}
.schools-item-detail .page-main .information-exchange .list .item .more .icon-you {
  margin-left: 4px;
  display: inline-block;
  font-weight: bold;
  font-size: 12px;
  transform: scale(0.7);
  transform-origin: center;
}
.schools-item-detail .page-main .information-exchange .list .first-floor {
  position: relative;
}
.schools-item-detail .page-main .information-exchange .list .play-btn {
  position: absolute;
  right: 0;
  height: 40px;
  top: 3px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.schools-item-detail .page-main .information-exchange .list .play-btn .hidden {
  display: none;
}
.schools-item-detail .page-main .information-exchange .list .play-btn .hidden .icon {
  cursor: pointer;
}
.schools-item-detail .page-main .information-exchange .list .play-btn .hidden .msg {
  width: 40px;
  height: 40px;
  background: url(../img/icon_comment.png) no-repeat;
  background-size: 17px 17px;
  background-position: center;
  border-radius: 50%;
}
.schools-item-detail .page-main .information-exchange .list .play-btn .hidden .report {
  margin-left: 4px;
  width: 40px;
  height: 40px;
  background: url(../img/icon_report.png) no-repeat;
  background-size: 18px 16px;
  background-position: center;
  border-radius: 50%;
}
.schools-item-detail .page-main .information-exchange .list .play-btn .hidden .icon:hover {
  background-color: #F2F2F2;
}
.schools-item-detail .page-main .information-exchange .list .play-btn .hidden .el-icon-delete {
  margin-right: 4px;
  width: 40px;
  height: 40px;
  font-weight: 650;
  color: #aaa;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
}
.schools-item-detail .page-main .information-exchange .list .play-btn .like {
  margin-left: 46px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.schools-item-detail .page-main .information-exchange .list .play-btn .like .icon {
  width: 20px;
  height: 20px;
  background: url(../img/icon_like1.png) no-repeat;
  background-size: 17px 16px;
  background-position: center;
  transition: all 0.3s;
}
.schools-item-detail .page-main .information-exchange .list .play-btn .like .num {
  margin-left: 6px;
  font-size: 13px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 18px;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently

not supported by any browser */
}
.schools-item-detail .page-main .information-exchange .list .play-btn .like:hover .icon {
  width: 20px;
  height: 20px;
  background: url(../img/icon_like-3.png) no-repeat;
  background-size: 17px 16px;
  background-position: center;
}
.schools-item-detail .page-main .information-exchange .list .play-btn .islike .icon {
  background: url(../img/icon_like.png) no-repeat;
  background-size: 17px 16px;
  background-position: center;
}
.schools-item-detail .page-main .information-exchange .list .play-btn .islike:hover .icon {
  background: url(../img/icon_like-6.png) no-repeat;
  background-size: 17px 16px;
  background-position: center;
}
.schools-item-detail .page-main .information-exchange .list .first-floor:hover .hidden {
  display: inline-flex;
}
.schools-item-detail .page-main .information-exchange .list .second-floor {
  padding-bottom: 16px;
}
.schools-item-detail .page-main .information-exchange .list .second-floor .i {
  display: flex;
  padding-top: 24px;
  border-top: 1px solid #E8EFF9;
}
.schools-item-detail .page-main .information-exchange .list .second-floor .i .r {
  position: relative;
}
.schools-item-detail .page-main .information-exchange .list .second-floor .i .avatar {
  margin-right: 16px;
  border-radius: 50%;
  width: 36px;
  height: 36px;
}
.schools-item-detail .page-main .information-exchange .list .second-floor .i:last-child .content {
  padding-bottom: 0;
}
.schools-item-detail .page-main .information-exchange .list .second-floor .i:hover .hidden {
  display: inline-flex;
}
.schools-item-detail .page-main .information-exchange .list .item > .right {
  border-bottom: 1px solid #E8EFF9;
}
.schools-item-detail .page-main .information-exchange .el-pagination {
  margin-top: 44px;
  padding: 0;
}
.schools-item-detail .page-main .information-exchange .comments-alert .mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  background: rgba(0, 0, 0, 0.4);
}
.schools-item-detail .page-main .information-exchange .comments-alert .inner {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 720px;
  max-width: 90vw;
  max-height: 90vh;
  transform: translate(-50%, -50%);
  background: #FFFFFF;
  border-radius: 8px;
  z-index: 10;
}
.schools-item-detail .page-main .information-exchange .comments-alert .list {
  max-height: calc(90vh - 100px);
  height: 562px;
  padding: 0 30px 30px;
  overflow-y: scroll;
}
.schools-item-detail .page-main .information-exchange .comments-alert .list::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 0px;
}
.schools-item-detail .page-main .information-exchange .comments-alert .list::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 3px;
  box-shadow: inset 0 0 5px #ccc;
  background: transparent;
}
.schools-item-detail .page-main .information-exchange .comments-alert .list::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px transparent;
  border-radius: 10px;
  background: transparent;
}
.schools-item-detail .page-main .information-exchange .comments-alert .close {
  text-align: right;
  color: #999;
}
.schools-item-detail .page-main .information-exchange .comments-alert .close .icon-close1 {
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
  padding: 17px 17px 6px;
}
.schools-item-detail .page-main .information-exchange .comments-alert .footer {
  display: block;
  border-top: 1px solid #E1E1E1;
  width: 100%;
  height: 80px;
  padding: 16px 30px;
  background: #FFFFFF;
  border-radius: 0px 0px 8px 8px;
}
.schools-item-detail .page-main .information-exchange .comments-alert .footer .form {
  display: flex;
  width: 100%;
  height: 48px;
  padding: 4px 6px;
  background: #F1F2F5;
  align-items: center;
  border-radius: 28px;
  border: 1px solid #E1E1E1;
}
.schools-item-detail .page-main .information-exchange .comments-alert .footer .form .avatar {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: 1px solid #E1E1E1;
}
.schools-item-detail .page-main .information-exchange .comments-alert .footer .form .input {
  padding: 0 12px;
  flex: 1;
  border: none;
  outline: none;
  height: 40px;
  background: transparent;
  font-size: 14px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #333333;
}
.schools-item-detail .page-main .information-exchange .comments-alert .footer .form .btn {
  width: 68px;
  height: 32px;
  background: #5F8AD8;
  border-radius: 16px;
  font-size: 14px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #FFFFFF;
  border: none;
  outline: none;
  cursor: pointer;
}
.schools-item-detail .page-right-product {
  padding-top: 63px;
}
.page-search-index .page-main {
  margin: 0 auto;
  width: 1200px;
  max-width: 90vw;
  min-width: 1100px;
  display: flex;
  min-width: 1200px;
  justify-content: space-between;
  align-items: flex-start;
}
.page-search-index .page-main .main-left {
  flex: 0 0 calc(100% - 280px);
  margin: 0 20px 0 0px;
  padding: 0px 0px 40px;
  width: 0;
  background: #FFFFFF;
  border-radius: 8px;
}
.page-search-index .crumbs {
  margin-bottom: 20px;
  margin-left: 20px;
  position: relative;
  z-index: 2;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333;
  border-bottom: none;
}
.page-search-index .crumbs .icon-you {
  margin: 0 6px;
  font-size: 12px;
  transform: scale(0.8);
  display: inline-block;
  transform-origin: center;
}
.page-search-index .search-form-rectangle {
  margin: 20px 30px 38px;
}
.page-search-index .tab {
  border-bottom: 1px solid #E1E1E1;
  font-size: 0;
  padding: 0 42px;
}
.page-search-index .tab .item {
  margin-right: 32PX;
  display: inline-block;
  padding: 8px;
  font-size: 18px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #999999;
  line-height: 25px;
  cursor: pointer;
}
.page-search-index .tab .cannotclick {
  color: #ccc !important;
}
.page-search-index .tab .item.active {
  font-size: 18px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #333333;
  line-height: 25px;
  position: relative;
}
.page-search-index .tab .item.active:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 4px;
  background: #02D7B5;
  border-radius: 2px;
}
.page-search-index .tab .item.active.cannotclick:after {
  background: #d3d3d3;
}
.page-search-index .container {
  padding: 30px 30px 32px;
  min-height: 250px;
}
.page-search-index .result-area {
  padding-top: 10px;
}
.page-search-index .el-pagination {
  margin: 0;
  padding: 0;
}
/*经验收藏*/
.page-experience-collection .page-main {
  margin: 0 auto;
  width: 1200px;
  max-width: 90vw;
  min-width: 1100px;
  /*display: flex;
		justify-content: space-between;
		align-items: flex-start;*/
  border-radius: 8px;
  background: #fff;
}
.page-experience-collection .page-main .main-left {
  flex: 0 0 calc(100% - 280px);
  margin: 0;
  width: 0;
  background: #FFFFFF;
  /*border-radius: 8px  8px 8px 0;*/
}
.page-experience-collection .crumbs {
  padding-left: 20px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333;
  line-height: 55px;
  border-bottom: 1px solid #f2f2f2;
}
.page-experience-collection .crumbs .icon-you {
  margin: 0 6px;
  font-size: 12px;
  transform: scale(0.8);
  display: inline-block;
  transform-origin: center;
}
.page-experience-collection .page-content {
  display: flex;
}
.page-experience-collection .page-content .left-tabs {
  display: inline-flex;
  width: 160px;
  background: #3E518F;
  padding: 40px 0;
  border-radius: 0 0 0 8px;
  /*.name:hover,.sub-name:hover{
				color: #F2F2F2;
			}*/
}
.page-experience-collection .page-content .left-tabs .list {
  line-height: 44px;
  display: block;
  width: 160px;
  padding-left: 32px;
}
.page-experience-collection .page-content .left-tabs .item {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  cursor: pointer;
  position: relative;
}
.page-experience-collection .page-content .left-tabs .item:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #FFFFFF;
  opacity: 0.5;
  position: absolute;
  left: -12px;
  top: 20px;
}
.page-experience-collection .page-content .left-tabs .is-active {
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #02D7B5;
  position: relative;
}
.page-experience-collection .page-content .left-tabs .is-active:after {
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  top: 15px;
  border: 9px solid transparent;
  border-right-color: #fff;
  transform: scaleY(0.85);
  transform-origin: center;
}
.page-experience-collection .page-content .left-tabs .sub {
  padding-left: 18px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
}
.page-experience-collection .page-content .left-tabs .sub-item {
  padding: 0 20px 20px;
  font-size: 14px;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.502);
}
.page-experience-collection .page-content .left-tabs .icon-right {
  display: inline-block;
  margin-left: 4px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  transform: scale(0.8);
}
.page-experience-collection .page-content .left-tabs.fixed > div {
  position: fixed;
  top: 100px;
  z-index: 5;
}
.page-experience-collection .page-content .left-tabs.fixed2 {
  display: inline-flex;
  background: transparent;
  padding-bottom: 0;
  align-items: flex-end;
}
.page-experience-collection .page-content .left-tabs.fixed2 > div {
  position: static;
}
.page-experience-collection .collection-experience-area {
  width: 100%;
  margin: 0 auto;
  padding: 0 30px 36px;
  min-height: 396px;
  box-sizing: border-box;
  background: #fff;
  display: inline-flex;
  flex-direction: column;
  border-radius: 0 0 8px 0;
}
.page-experience-collection .collection-experience-area .page-title {
  padding: 44px 0 24px;
  text-align: center;
  font-size: 22px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
  position: relative;
}
.page-experience-collection .collection-experience-area .page-title .more {
  position: absolute;
  right: 0;
  top: 44px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
}
.page-experience-collection .collection-experience-area .page-title .more .icon-right {
  font-size: 16px;
  display: inline-block;
  transform: scale(0.6);
  transform-origin: center;
  color: #999;
}
.page-experience-collection .collection-experience-area .tab-list {
  text-align: center;
  padding-left: 32px;
  list-style: none;
}
.page-experience-collection .collection-experience-area .tab-list .i {
  display: inline-block;
  margin-right: 32px;
  height: 28px;
  padding: 0 8px;
  line-height: 26px;
  /*border:1px solid #e1e1e1;
				border-radius: 4px;*/
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  cursor: pointer;
  transition: all 0.25s;
  border-bottom: 3px solid transparent;
}
.page-experience-collection .collection-experience-area .tab-list .i.active {
  color: #5F8AD8;
  border-color: #02D7B5;
  font-weight: bold;
  color: #02D7B5;
}
.page-experience-collection .collection-experience-area .tab-list .i:hover {
  /*border-color: #5A82CC;
				background: #5A82CC;
				color: #fff;*/
  color: #333;
}
.page-experience-collection .collection-experience-area .list {
  list-style: none;
  margin-top: 44px;
}
.page-experience-collection .collection-experience-area .list .item {
  margin-bottom: 16px;
  display: flex;
  width: 100%;
  height: 104px;
  padding: 24px;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #F2F2F2;
  transition: all 0.25s;
  /*box-shadow: 0px 2px 24px 0px rgba(225, 225, 225, 0.5);*/
}
.page-experience-collection .collection-experience-area .list .item .l {
  display: inline-flex;
  align-items: flex-start;
  width: 0;
  flex: 1;
}
.page-experience-collection .collection-experience-area .list .item .l .avatar {
  margin-right: 12px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
}
.page-experience-collection .collection-experience-area .list .item .l .text {
  display: inline-flex;
  flex-direction: column;
  width: calc(100% - 56px);
}
.page-experience-collection .collection-experience-area .list .item .l .article {
  margin-bottom: 10px;
  display: block;
  /*width: 710px;*/
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #333333;
  line-height: 28px;
}
.page-experience-collection .collection-experience-area .list .item .l .footer {
  display: inline-flex;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #233160;
  line-height: 20px;
}
.page-experience-collection .collection-experience-area .list .item .l .footer .type {
  margin-left: 4px;
  display: inline-block;
  width: 60px;
  flex: 0 0 60px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: rgba(95, 138, 216, 0.1);
  border-radius: 3px;
  vertical-align: middle;
  font-size: 13px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333;
}
.page-experience-collection .collection-experience-area .list .item .l .footer .type:nth-of-type(1) {
  margin-left: 0;
}
.page-experience-collection .collection-experience-area .list .item .l .footer .username {
  white-space: nowrap;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  font-size: 14px;
}
.page-experience-collection .collection-experience-area .list .item .l .footer .time {
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  font-size: 14px;
  white-space: nowrap;
}
.page-experience-collection .collection-experience-area .list .item .l .footer .username:before,
.page-experience-collection .collection-experience-area .list .item .l .footer .username:after,
.page-experience-collection .collection-experience-area .list .item .l .footer .time:after {
  content: '|';
  display: inline-block;
  margin: 0 12px;
  color: #e1e1e1;
}
.page-experience-collection .collection-experience-area .list .item .l .footer .school {
  /*display: inline-block;*/
  vertical-align: middle;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #233160;
  /*color: red;*/
}
.page-experience-collection .collection-experience-area .list .item .l .footer .school .i {
  display: inline-block;
  cursor: pointer;
  font-size: 13px;
}
.page-experience-collection .collection-experience-area .list .item .l .footer .school .i:not(:first-child):before {
  content: "、";
}
.page-experience-collection .collection-experience-area .list .item .r {
  display: inline-flex;
  display: none;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  border-radius: 50%;
  cursor: pointer;
  background: #F2F2F2;
  transition: all 0.25s;
}
.page-experience-collection .collection-experience-area .list .item .r i {
  font-size: 18px;
  color: #999;
}
.page-experience-collection .collection-experience-area .list .item .r:hover {
  background: #e6e6e6;
}
.page-experience-collection .collection-experience-area .list .item:hover {
  box-shadow: 0px 0px 8px 0px #D9EAFF;
  border-radius: 8px;
  border: 1px solid #F2F2F2;
}
.page-experience-collection .collection-experience-area .list .item:hover .r {
  display: inline-flex;
}
.page-experience-collection .collection-experience-area .el-pagination {
  margin-top: 20px;
}
/*全库动态*/
.full-library-dynamics .page-main {
  margin: 0 auto;
  width: 1200px;
  max-width: 90vw;
  min-width: 1100px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.full-library-dynamics .page-main .main-left {
  flex: 0 0 calc(100% - 280px);
  margin: 0;
  width: 0;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 0;
}
.full-library-dynamics .page-title {
  text-align: center;
  line-height: 100px;
  font-weight: 650;
  font-size: 26px;
  color: #333;
}
.full-library-dynamics .tab-container {
  display: flex;
  padding: 20px 0 20px 6px;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  background: #f9f9f9;
  font-size: 15px;
  cursor: pointer;
}
.full-library-dynamics .tab-container .item {
  padding: 0 24px;
  height: 20px;
  line-height: 20px;
  color: #666;
  border-right: 1px solid #e4e4e4;
}
.full-library-dynamics .tab-container .item:last-child {
  border-right: none;
}
.full-library-dynamics .tab-container .active {
  font-weight: 650;
  color: #333;
}
.full-library-dynamics .content-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: -5px;
  width: 10px;
  height: 3px;
  background: #fff;
}
.full-library-dynamics .content-container.noline {
  border-left: none;
  margin-left: 0;
}
.full-library-dynamics .noline.content-container:before {
  content: none;
}
.full-library-dynamics .content-container {
  margin-left: 52px;
  margin-top: 30px;
  padding-bottom: 20px;
  border-left: 1px dashed #e4e4e4;
  position: relative;
}
.full-library-dynamics .content-container .item {
  position: relative;
  padding: 0 108px 26px 40px;
}
.full-library-dynamics .content-container .item .time {
  position: absolute;
  left: 0;
  transform: translateX(-50%);
  top: 3px;
  min-width: 46px;
  padding: 0 6px;
  height: 20px;
  border-radius: 10px;
  background: #00d5b8;
  color: #fff;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
}
.full-library-dynamics .content-container .item .list {
  position: relative;
  list-style: none;
}
.full-library-dynamics .content-container .item .li {
  margin-bottom: 14px;
  display: block;
  height: 26px;
  line-height: 26px;
  vertical-align: middle;
}
.full-library-dynamics .content-container .item .li .t {
  display: inline-block;
  color: #ccc;
  font-size: 12px;
}
.full-library-dynamics .content-container .item .li .avatar {
  display: inline-block;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  margin: 0 10px 0 12px;
  vertical-align: top;
}
.full-library-dynamics .content-container .item .li .status {
  margin-right: 13px;
  color: #666;
  font-size: 13px;
}
.full-library-dynamics .content-container .item .li .subject {
  display: inline-block;
  max-width: calc(100% - 84px);
  font-size: 13px;
  color: #5F8AD8;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.full-library-dynamics .content-container .item .li .subject.no-btn {
  max-width: 100%;
}
.full-library-dynamics .content-container .item .li .btn {
  margin-left: 18px;
  display: inline-block;
  cursor: pointer;
  padding: 0 10px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  color: #666;
  font-size: 13px;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  vertical-align: top;
  margin-top: 3px;
}
.full-library-dynamics .content-container .item .li .btn:hover {
  border-color: #666;
  color: #333;
}
.full-library-dynamics .content-container .item .li .btn.is-attention {
  min-width: 44px;
  width: auto;
  color: #ccc;
}
.full-library-dynamics .content-container .item .page {
  padding: 0;
  font-size: 13px;
  color: #999;
  text-align: center;
}
.full-library-dynamics .content-container .item .page i {
  font-weight: 650;
  font-size: 12px;
  display: inline-block;
  cursor: pointer;
  color: #333;
}
.full-library-dynamics .content-container .item .page .num {
  color: #00d5b8;
  font-weight: 650;
}
.full-library-dynamics .content-container .tobottom {
  text-align: center;
  padding: 20px 0;
  margin: 0 108px 0 40px;
}
.full-library-dynamics .content-container .tobottom i {
  font-size: 22px;
  display: inline-block;
  position: relative;
  transform: rotateZ(-90deg);
  cursor: pointer;
}
/*院校动态*/
.page-institutional-dynamics .page-main {
  margin: 0 auto;
  width: 1200px;
  max-width: 90vw;
  min-width: 1100px;
  background: #fff;
  border-radius: 8px;
  /*	display: flex;
		justify-content: space-between;
		align-items: flex-start;*/
}
.page-institutional-dynamics .page-main .main-left {
  flex: 0 0 calc(100% - 280px);
  margin: 0;
  width: 0;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 0;
}
.page-institutional-dynamics .page-title {
  text-align: center;
  line-height: 100px;
  font-weight: 650;
  font-size: 26px;
  color: #333;
}
.page-institutional-dynamics .page-content {
  display: flex;
}
.page-institutional-dynamics .page-content .left-tabs {
  display: inline-flex;
  width: 160px;
  background: #3E518F;
  padding: 40px 0;
  border-radius: 0 0 0 8px;
  /*.name:hover,.sub-name:hover{
				color: #F2F2F2;
			}*/
}
.page-institutional-dynamics .page-content .left-tabs .list {
  line-height: 44px;
  display: block;
  width: 160px;
  padding-left: 32px;
}
.page-institutional-dynamics .page-content .left-tabs .item {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  cursor: pointer;
  position: relative;
}
.page-institutional-dynamics .page-content .left-tabs .item:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #FFFFFF;
  opacity: 0.5;
  position: absolute;
  left: -12px;
  top: 20px;
}
.page-institutional-dynamics .page-content .left-tabs .is-active {
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #02D7B5;
  position: relative;
}
.page-institutional-dynamics .page-content .left-tabs .is-active:after {
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  top: 15px;
  border: 9px solid transparent;
  border-right-color: #fff;
  transform: scaleY(0.85);
  transform-origin: center;
}
.page-institutional-dynamics .page-content .left-tabs .sub {
  padding-left: 18px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
}
.page-institutional-dynamics .page-content .left-tabs .sub-item {
  padding: 0 20px 20px;
  font-size: 14px;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.502);
}
.page-institutional-dynamics .page-content .left-tabs .icon-right {
  display: inline-block;
  margin-left: 4px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  transform: scale(0.8);
}
.page-institutional-dynamics .page-content .left-tabs.fixed > div {
  position: fixed;
  top: 100px;
  z-index: 5;
}
.page-institutional-dynamics .page-content .left-tabs.fixed2 {
  display: inline-flex;
  background: transparent;
  padding-bottom: 0;
  align-items: flex-end;
}
.page-institutional-dynamics .page-content .left-tabs.fixed2 > div {
  position: static;
}
.page-institutional-dynamics .content-area {
  display: inline-flex;
  flex: 1;
  flex-direction: column;
  width: 0;
  min-height: 414px;
  padding: 0 30px 36px;
}
.page-institutional-dynamics .content-area .attention-num {
  margin: 44px 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-institutional-dynamics .content-area .attention-num .left {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
}
.page-institutional-dynamics .content-area .attention-num .left .num {
  color: #333;
  font-weight: bold;
  margin: 0 4px;
}
.page-institutional-dynamics .content-area .attention-num .right {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  cursor: pointer;
}
.page-institutional-dynamics .content-area .attention-num .right .icon-paixu {
  font-size: 12px;
  margin-right: 4px;
  color: #666;
}
.page-institutional-dynamics .data-list .item {
  margin-bottom: 20px;
  border-radius: 8px;
  padding: 28px 0;
  border: 1px solid #F2F2F2;
}
.page-institutional-dynamics .data-list .item .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px 14px 32px;
  border-bottom: 1px solid #f2f2f2;
}
.page-institutional-dynamics .data-list .item .header .school-info {
  display: inline-flex;
}
.page-institutional-dynamics .data-list .item .header .school-info .avatar {
  width: 64px;
  align-items: center;
  display: inline-flex;
}
.page-institutional-dynamics .data-list .item .header .school-info .avatar img {
  margin: 0 auto;
  max-width: 44px;
  max-height: 44px;
}
.page-institutional-dynamics .data-list .item .header .school-info .name {
  font-size: 20px;
  font-weight: 500;
  color: #333;
}
.page-institutional-dynamics .data-list .item .header .school-info .enname {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  margin-top: 2px;
}
.page-institutional-dynamics .data-list .item .header .school-info .tips .divide {
  margin: 0 10px;
  color: #e4e4e4;
}
.page-institutional-dynamics .data-list .item .header .school-info .tips .tag {
  display: inline-block;
  width: 36px;
  height: 17px;
  border-radius: 9px;
  text-align: center;
  color: #333;
  font-size: 13px;
  background: #f2f2f2;
  cursor: pointer;
}
.page-institutional-dynamics .data-list .item .header .school-info .tips .tag:hover {
  color: #5F8AD8;
}
.page-institutional-dynamics .data-list .item .header .r {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
}
.page-institutional-dynamics .data-list .item .content-box {
  margin: 24px 30px 0 96px;
  padding: 22px 20px 12px;
  background-color: #f7f7f7;
  border-radius: 8px;
}
.page-institutional-dynamics .data-list .item .content-box .title {
  margin-bottom: 16px;
  font-weight: 650;
  font-size: 13px;
  color: #333333;
}
.page-institutional-dynamics .data-list .item .content-box .list .li {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
.page-institutional-dynamics .data-list .item .content-box .list .li .time {
  display: inline-flex;
  width: 70px;
  flex: 0 0 70px;
  color: #999;
  font-size: 13px;
  vertical-align: middle;
  white-space: nowrap;
}
.page-institutional-dynamics .data-list .item .content-box .list .li .status {
  display: inline-flex;
  padding: 0 2px;
  min-width: 64px;
  height: 22px;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  background: #02d7b5;
  border-radius: 3px;
  vertical-align: middle;
}
.page-institutional-dynamics .data-list .item .content-box .list .li .experience {
  background: #5f8ad8;
}
.page-institutional-dynamics .data-list .item .content-box .list .li .refused {
  background: #ff6f66;
}
.page-institutional-dynamics .data-list .item .content-box .list .li .attention {
  background: #eeac2e;
}
.page-institutional-dynamics .data-list .item .content-box .list .li .avatar {
  border-radius: 50%;
  width: 26px;
  height: 26px;
  margin: 0 13px 0 15px;
  vertical-align: middle;
}
.page-institutional-dynamics .data-list .item .content-box .list .li .article {
  vertical-align: middle;
  display: inline-block;
  /*width: 648px;
				    		max-width: calc(~'98vw - 672px');*/
  color: #666;
  font-size: 13px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-institutional-dynamics .data-list .item .content-box .list .li .article span:before {
  display: inline-block;
  content: "|";
  color: #ccc;
  margin: 0 12px;
}
.page-institutional-dynamics .data-list .item .content-box .list .li .article:hover {
  color: #000;
}
.page-institutional-dynamics .data-list .item .content-box .list .li .article:hover span:before {
  color: #000;
}
.page-institutional-dynamics .data-list .item .content-box .attention-list {
  list-style: none;
  padding: 0 0 50px 0px;
  font-size: 0;
}
.page-institutional-dynamics .data-list .item .content-box .attention-list .li {
  position: relative;
  margin-right: -6px;
  display: inline-block;
  font-size: 12px;
  cursor: pointer;
  vertical-align: top;
}
.page-institutional-dynamics .data-list .item .content-box .attention-list .li .avatar {
  border-radius: 50%;
  width: 26px;
  height: 26px;
  border: 1px solid #fff;
}
.page-institutional-dynamics .data-list .item .content-box .attention-list .li .tips-text {
  display: none;
  position: absolute;
  bottom: -10px;
  height: 20px;
  padding: 0 4px;
  border-radius: 4px;
  border: 1px solid #666;
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
  bottom: -24px;
  color: #777;
  line-height: 18px;
  background: #f7f7f7;
}
.page-institutional-dynamics .data-list .item .content-box .attention-list .li .tips-text:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border: 1px solid #666;
  border-left-color: transparent;
  border-top-color: transparent;
  transform: rotateZ(225deg);
  background: #f7f7f7;
  font-size: 12px;
  top: -4px;
  position: absolute;
  left: calc(50% - 5px);
}
.page-institutional-dynamics .data-list .item .content-box .attention-list .li:hover .tips-text {
  display: block;
}
.page-institutional-dynamics .data-list .item .content-box .attention-list .li:nth-child(1) {
  margin-right: 4px;
}
.page-institutional-dynamics .data-list .item .content-box .attention-list .li:nth-child(1) .avatar {
  margin: 0 auto;
  display: BLOCK;
}
.page-institutional-dynamics .data-list .item .content-box .attention-list .li:nth-child(1) .tips-text {
  display: block;
  position: relative;
  margin: 7px auto 0;
  height: 20px;
  padding: 0 4px;
  border-radius: 4px;
  border: 1px solid #666;
  white-space: nowrap;
  color: #777;
  line-height: 18px;
  background: #f7f7f7;
  left: unset;
  bottom: unset;
  transform: unset;
}
.page-institutional-dynamics .data-list .item .content-box .attention-list .li:nth-child(2) {
  margin-right: 4px;
}
.page-institutional-dynamics .data-list .item .content-box .attention-list .li:nth-child(2) .avatar {
  margin: 0 auto;
  display: BLOCK;
}
.page-institutional-dynamics .data-list .item .content-box .attention-list .li:nth-child(2) .tips-text {
  display: block;
  position: relative;
  margin: 7px auto 0;
  height: 20px;
  padding: 0 4px;
  border-radius: 4px;
  border: 1px solid #666;
  white-space: nowrap;
  color: #777;
  line-height: 18px;
  background: #f7f7f7;
  left: unset;
  bottom: unset;
  transform: unset;
}
.page-institutional-dynamics .data-list .item .content-box .attention-list .li:nth-child(3) {
  margin-right: 4px;
}
.page-institutional-dynamics .data-list .item .content-box .attention-list .li:nth-child(3) .avatar {
  margin: 0 auto;
  display: BLOCK;
}
.page-institutional-dynamics .data-list .item .content-box .attention-list .li:nth-child(3) .tips-text {
  display: block;
  position: relative;
  margin: 7px auto 0;
  height: 20px;
  padding: 0 4px;
  border-radius: 4px;
  border: 1px solid #666;
  white-space: nowrap;
  color: #777;
  line-height: 18px;
  background: #f7f7f7;
  left: unset;
  bottom: unset;
  transform: unset;
}
.page-institutional-dynamics .data-list .item .content-box .attention-list .li:nth-child(4) {
  margin-right: 12px;
}
.page-institutional-dynamics .data-list .item .content-box .attention-list .li:nth-child(5) {
  margin-right: 10px;
}
.page-institutional-dynamics .data-list .item .content-box .attention-list .li:nth-child(6) {
  margin-right: 8px;
}
.page-institutional-dynamics .data-list .item .content-box .attention-list .li:nth-child(7) {
  z-index: 10;
}
.page-institutional-dynamics .data-list .item .content-box .attention-list .li:nth-child(8) {
  z-index: 9;
}
.page-institutional-dynamics .data-list .item .content-box .attention-list .li:nth-child(9) {
  z-index: 8;
}
.page-institutional-dynamics .data-list .item .content-box .attention-list .li:nth-child(10) {
  z-index: 7;
}
.page-institutional-dynamics .data-list .item .content-box .attention-list .li:nth-child(11) {
  z-index: 6;
}
.page-institutional-dynamics .data-list .item .content-box .attention-list .li:nth-child(12) {
  z-index: 5;
}
.page-institutional-dynamics .data-list .item .content-box .more {
  text-align: center;
  padding: 2px 0;
  color: #999;
  font-weight: bold;
  cursor: pointer;
}
.page-institutional-dynamics .data-list .item .content-box .more i {
  margin: 0 5px;
  font-size: 12px;
  position: relative;
  display: inline-block;
  transform-origin: center;
  transition: all 0.1s;
}
.page-institutional-dynamics .data-list .item .content-box .more .up {
  transform: rotateZ(180deg);
}
.page-institutional-dynamics .data-list .item .content-box .more .el-loading-mask {
  background: transparent;
}
.page-institutional-dynamics .data-list .item .other-info {
  padding: 10px 30px 20px 96px;
  display: flex;
  align-items: center;
}
.page-institutional-dynamics .data-list .item .other-info .order {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
}
.page-institutional-dynamics .data-list .item .other-info .order .i {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.page-institutional-dynamics .data-list .item .other-info .order .i .num {
  margin-left: 4px;
  font-size: 14px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #02D7B5;
}
.page-institutional-dynamics .data-list .item .other-info .order .i:not(:last-child):after {
  display: inline-flex;
  margin: 0 8px;
  content: "";
  width: 3px;
  height: 3px;
  background: #D8D8D8;
  border-radius: 50%;
}
.page-institutional-dynamics .data-list .item .other-info .address {
  display: inline-flex;
  align-items: center;
}
.page-institutional-dynamics .data-list .item .other-info .address .i {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.page-institutional-dynamics .data-list .item .other-info .address .i .icon-share {
  margin-left: 4px;
  color: inherit;
}
.page-institutional-dynamics .data-list .item .other-info .address .i:before {
  display: inline-flex;
  margin: 0 8px;
  content: "";
  width: 3px;
  height: 3px;
  background: #D8D8D8;
  border-radius: 50%;
}
.page-institutional-dynamics .data-list .item .other-info .address:before {
  display: inline-flex;
  content: "|";
  margin: 0 20px;
  color: #E1E1E1;
}
.page-institutional-dynamics .data-list .item .other-info .link {
  display: inline-flex;
  margin-left: 20px;
}
.page-institutional-dynamics .data-list .item .other-info .link .i {
  display: inline-flex;
  margin-left: 12px;
  width: 66px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  border: 1px solid #E1E1E1;
  font-size: 14px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #3E518F;
}
.page-institutional-dynamics .data-list .item:hover {
  box-shadow: 0px 0px 16px 0px #D9EAFF;
}
.page-institutional-dynamics .content-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: -5px;
  width: 10px;
  height: 3px;
  background: #fff;
}
.page-institutional-dynamics .content-container.noline {
  border-left: none;
  margin-left: 0;
}
.page-institutional-dynamics .noline.content-container:before {
  content: none;
}
.page-institutional-dynamics .content-container {
  margin-left: 52px;
  margin-top: 30px;
  padding-bottom: 20px;
  border-left: 1px dashed #e4e4e4;
  position: relative;
}
.page-institutional-dynamics .content-container .item {
  position: relative;
  padding: 0 108px 26px 40px;
}
.page-institutional-dynamics .content-container .item .time {
  position: absolute;
  left: 0;
  transform: translateX(-50%);
  top: 3px;
  min-width: 46px;
  padding: 0 6px;
  height: 20px;
  border-radius: 10px;
  background: #00d5b8;
  color: #fff;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
}
.page-institutional-dynamics .content-container .item .list {
  position: relative;
  list-style: none;
}
.page-institutional-dynamics .content-container .item .li {
  margin-bottom: 14px;
  display: block;
  height: 26px;
  line-height: 26px;
  vertical-align: middle;
}
.page-institutional-dynamics .content-container .item .li .t {
  display: inline-block;
  color: #ccc;
  font-size: 12px;
}
.page-institutional-dynamics .content-container .item .li .avatar {
  display: inline-block;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  margin: 0 10px 0 12px;
  vertical-align: top;
}
.page-institutional-dynamics .content-container .item .li .status {
  margin-right: 13px;
  color: #666;
  font-size: 13px;
}
.page-institutional-dynamics .content-container .item .li .subject {
  display: inline-block;
  max-width: calc(100% - 62px);
  font-size: 13px;
  color: #5F8AD8;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.page-institutional-dynamics .content-container .item .li .subject.no-btn {
  max-width: 100%;
}
.page-institutional-dynamics .content-container .item .li .btn {
  margin-left: 18px;
  display: inline-block;
  cursor: pointer;
  width: 44px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  color: #666;
  font-size: 13px;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  vertical-align: top;
  margin-top: 3px;
}
.page-institutional-dynamics .content-container .item .li .btn:hover {
  border-color: #666;
  color: #333;
}
.page-institutional-dynamics .content-container .item .page {
  padding: 0;
  font-size: 13px;
  color: #999;
  text-align: center;
}
.page-institutional-dynamics .content-container .item .page i {
  font-weight: 650;
  font-size: 12px;
  display: inline-block;
  cursor: pointer;
  color: #333;
}
.page-institutional-dynamics .content-container .item .page .num {
  color: #00d5b8;
  font-weight: 650;
}
.page-institutional-dynamics .content-container .tobottom {
  text-align: center;
  padding: 20px 0;
  margin: 0 108px 0 40px;
}
.page-institutional-dynamics .content-container .tobottom i {
  font-size: 22px;
  display: inline-block;
  position: relative;
  transform: rotateZ(-90deg);
  cursor: pointer;
}
/*offer统计*/
.page-offer-statistics .page-main {
  margin: 0 auto;
  width: 1200px;
  max-width: 90vw;
  min-width: 1100px;
  background: #fff;
  border-radius: 8px;
  /*	display: flex;
		justify-content: space-between;
		align-items: flex-start;*/
}
.page-offer-statistics .page-main .main-left {
  flex: 0 0 calc(100% - 280px);
  margin: 0;
  width: 0;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 0;
}
.page-offer-statistics .page-title {
  text-align: center;
  line-height: 100px;
  font-weight: 650;
  font-size: 26px;
  color: #333;
}
.page-offer-statistics .page-content {
  display: flex;
}
.page-offer-statistics .page-content .left-tabs {
  display: inline-flex;
  width: 160px;
  background: #3E518F;
  padding: 40px 0;
  border-radius: 0 0 0 8px;
  /*.name:hover,.sub-name:hover{
				color: #F2F2F2;
			}*/
}
.page-offer-statistics .page-content .left-tabs .list {
  line-height: 44px;
  display: block;
  width: 160px;
  padding-left: 32px;
}
.page-offer-statistics .page-content .left-tabs .item {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  cursor: pointer;
  position: relative;
}
.page-offer-statistics .page-content .left-tabs .item:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #FFFFFF;
  opacity: 0.5;
  position: absolute;
  left: -12px;
  top: 20px;
}
.page-offer-statistics .page-content .left-tabs .is-active {
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #02D7B5;
  position: relative;
}
.page-offer-statistics .page-content .left-tabs .is-active:after {
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  top: 15px;
  border: 9px solid transparent;
  border-right-color: #fff;
  transform: scaleY(0.85);
  transform-origin: center;
}
.page-offer-statistics .page-content .left-tabs .sub {
  padding-left: 18px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
}
.page-offer-statistics .page-content .left-tabs .sub-item {
  padding: 0 20px 20px;
  font-size: 14px;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.502);
}
.page-offer-statistics .page-content .left-tabs .icon-right {
  display: inline-block;
  margin-left: 4px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  transform: scale(0.8);
}
.page-offer-statistics .page-content .left-tabs.fixed > div {
  position: fixed;
  top: 100px;
  z-index: 5;
}
.page-offer-statistics .content-area {
  display: inline-flex;
  flex: 1;
  flex-direction: column;
  width: 0;
  padding: 0 30px 36px;
  min-height: 370px;
}
.page-offer-statistics .content-area .attention-num {
  margin: 0px 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-offer-statistics .content-area .attention-num .left {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
}
.page-offer-statistics .content-area .attention-num .left .num {
  color: #333;
  font-weight: bold;
  margin: 0 4px;
}
.page-offer-statistics .content-area .attention-num .right {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  cursor: pointer;
}
.page-offer-statistics .content-area .attention-num .right .icon-paixu {
  font-size: 12px;
  margin-right: 4px;
  color: #666;
}
.page-offer-statistics .data-list .item {
  margin-bottom: 20px;
  border-radius: 8px;
  padding: 28px 0;
  border: 1px solid #F2F2F2;
}
.page-offer-statistics .data-list .item .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px 14px 32px;
  border-bottom: 1px solid #f2f2f2;
}
.page-offer-statistics .data-list .item .header .school-info {
  display: inline-flex;
}
.page-offer-statistics .data-list .item .header .school-info .avatar {
  width: 64px;
  align-items: center;
  display: inline-flex;
}
.page-offer-statistics .data-list .item .header .school-info .avatar img {
  margin: 0 auto;
  max-width: 44px;
  max-height: 44px;
}
.page-offer-statistics .data-list .item .header .school-info .name {
  font-size: 20px;
  font-weight: 500;
  color: #333;
}
.page-offer-statistics .data-list .item .header .school-info .enname {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  margin-top: 2px;
}
.page-offer-statistics .data-list .item .header .school-info .tips .divide {
  margin: 0 10px;
  color: #e4e4e4;
}
.page-offer-statistics .data-list .item .header .school-info .tips .tag {
  display: inline-block;
  width: 36px;
  height: 17px;
  border-radius: 9px;
  text-align: center;
  color: #333;
  font-size: 13px;
  background: #f2f2f2;
  cursor: pointer;
}
.page-offer-statistics .data-list .item .header .school-info .tips .tag:hover {
  color: #5F8AD8;
}
.page-offer-statistics .data-list .item .header .r {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
}
.page-offer-statistics .data-list .item .content-box {
  margin: 0px 30px 0 96px;
  /*padding: 22px 20px 12px;*/
  background: #F6F9FD;
  border-radius: 8px;
}
.page-offer-statistics .data-list .item .content-box .slider-area {
  margin-bottom: 0;
}
.page-offer-statistics .data-list .item .content-box .echarts-area {
  padding: 34px 0 0;
}
.page-offer-statistics .data-list .item .content-box .echarts-area .tips {
  background: #F6F9FD;
}
.page-offer-statistics .data-list .item .content-box .echarts-area .echarts-box {
  border-left: none;
  border-right: none;
}
.page-offer-statistics .data-list .item .other-info {
  padding: 10px 30px 20px 96px;
  display: flex;
  align-items: center;
}
.page-offer-statistics .data-list .item .other-info .order {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
}
.page-offer-statistics .data-list .item .other-info .order .i {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.page-offer-statistics .data-list .item .other-info .order .i .num {
  margin-left: 4px;
  font-size: 14px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #02D7B5;
}
.page-offer-statistics .data-list .item .other-info .order .i:not(:last-child):after {
  display: inline-flex;
  margin: 0 8px;
  content: "";
  width: 3px;
  height: 3px;
  background: #D8D8D8;
  border-radius: 50%;
}
.page-offer-statistics .data-list .item .other-info .address {
  display: inline-flex;
  align-items: center;
}
.page-offer-statistics .data-list .item .other-info .address .i {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.page-offer-statistics .data-list .item .other-info .address .i .icon-share {
  margin-left: 4px;
  color: inherit;
}
.page-offer-statistics .data-list .item .other-info .address .i:before {
  display: inline-flex;
  margin: 0 8px;
  content: "";
  width: 3px;
  height: 3px;
  background: #D8D8D8;
  border-radius: 50%;
}
.page-offer-statistics .data-list .item .other-info .address:before {
  display: inline-flex;
  content: "|";
  margin: 0 20px;
  color: #E1E1E1;
}
.page-offer-statistics .data-list .item .other-info .link {
  display: inline-flex;
  margin-left: 20px;
}
.page-offer-statistics .data-list .item .other-info .link .i {
  display: inline-flex;
  margin-left: 12px;
  width: 66px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  border: 1px solid #E1E1E1;
  font-size: 14px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #3E518F;
}
.page-offer-statistics .data-list .item:hover {
  box-shadow: 0px 0px 16px 0px #D9EAFF;
}
.page-my-attention .tab-list {
  text-align: center;
  padding-left: 32px;
  list-style: none;
}
.page-my-attention .tab-list .i {
  display: inline-block;
  margin-right: 32px;
  height: 28px;
  padding: 0 8px;
  line-height: 26px;
  /*border:1px solid #e1e1e1;
			border-radius: 4px;*/
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  cursor: pointer;
  transition: all 0.25s;
  border-bottom: 3px solid transparent;
}
.page-my-attention .tab-list .i.active {
  color: #5F8AD8;
  border-color: #02D7B5;
  font-weight: bold;
  color: #02D7B5;
}
.page-my-attention .tab-list .i:hover {
  /*border-color: #5A82CC;
			background: #5A82CC;
			color: #fff;*/
  color: #333;
}
.page-my-attention .page-main {
  margin: 0 auto;
  width: 1200px;
  max-width: 90vw;
  min-width: 1100px;
  background: #fff;
  border-radius: 8px;
  /*	display: flex;
		justify-content: space-between;
		align-items: flex-start;*/
}
.page-my-attention .page-main .main-left {
  flex: 0 0 calc(100% - 280px);
  margin: 0;
  width: 0;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 0;
}
.page-my-attention .page-title {
  text-align: center;
  line-height: 100px;
  font-weight: 650;
  font-size: 26px;
  color: #333;
}
.page-my-attention .page-content {
  display: flex;
}
.page-my-attention .page-content .left-tabs {
  display: inline-flex;
  width: 160px;
  background: #3E518F;
  padding: 40px 0;
  border-radius: 0 0 0 8px;
  /*.name:hover,.sub-name:hover{
				color: #F2F2F2;
			}*/
}
.page-my-attention .page-content .left-tabs .list {
  line-height: 44px;
  display: block;
  width: 160px;
  padding-left: 32px;
}
.page-my-attention .page-content .left-tabs .item {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  cursor: pointer;
  position: relative;
}
.page-my-attention .page-content .left-tabs .item:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #FFFFFF;
  opacity: 0.5;
  position: absolute;
  left: -12px;
  top: 20px;
}
.page-my-attention .page-content .left-tabs .is-active {
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #02D7B5;
  position: relative;
}
.page-my-attention .page-content .left-tabs .is-active:after {
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  top: 15px;
  border: 9px solid transparent;
  border-right-color: #fff;
  transform: scaleY(0.85);
  transform-origin: center;
}
.page-my-attention .page-content .left-tabs .sub {
  padding-left: 18px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
}
.page-my-attention .page-content .left-tabs .sub-item {
  padding: 0 20px 20px;
  font-size: 14px;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.502);
}
.page-my-attention .page-content .left-tabs .icon-right {
  display: inline-block;
  margin-left: 4px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  transform: scale(0.8);
}
.page-my-attention .page-content .left-tabs.fixed > div {
  position: fixed;
  top: 100px;
  z-index: 5;
}
.page-my-attention .content-area {
  display: inline-flex;
  flex: 1;
  flex-direction: column;
  width: 0;
  min-height: 442px;
  padding: 0 30px 36px;
}
.page-my-attention .content-area .attention-num {
  margin: 44px 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-my-attention .content-area .attention-num .left {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
}
.page-my-attention .content-area .attention-num .left .num {
  color: #333;
  font-weight: bold;
  margin: 0 4px;
}
.page-my-attention .content-area .attention-num .right {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  cursor: pointer;
}
.page-my-attention .content-area .attention-num .right .icon-paixu {
  font-size: 12px;
  margin-right: 4px;
  color: #666;
}
.page-my-attention .data-list .item {
  margin-bottom: 20px;
  border-radius: 8px;
  padding: 28px 0;
  border: 1px solid #F2F2F2;
}
.page-my-attention .data-list .item .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px 14px 32px;
  border-bottom: 1px solid #f2f2f2;
}
.page-my-attention .data-list .item .header .school-info {
  display: inline-flex;
}
.page-my-attention .data-list .item .header .school-info .avatar {
  width: 64px;
  align-items: center;
  display: inline-flex;
}
.page-my-attention .data-list .item .header .school-info .avatar img {
  margin: 0 auto;
  max-width: 44px;
  max-height: 44px;
}
.page-my-attention .data-list .item .header .school-info .name {
  font-size: 20px;
  font-weight: 500;
  color: #333;
}
.page-my-attention .data-list .item .header .school-info .enname {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  margin-top: 2px;
}
.page-my-attention .data-list .item .header .school-info .tips .divide {
  margin: 0 10px;
  color: #e4e4e4;
}
.page-my-attention .data-list .item .header .school-info .tips .tag {
  display: inline-block;
  width: 36px;
  height: 17px;
  border-radius: 9px;
  text-align: center;
  color: #333;
  font-size: 13px;
  background: #f2f2f2;
  cursor: pointer;
}
.page-my-attention .data-list .item .header .school-info .tips .tag:hover {
  color: #5F8AD8;
}
.page-my-attention .data-list .item .header .r {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
}
.page-my-attention .data-list .item .content-box {
  margin: 0px 30px 0px 96px;
}
.page-my-attention .data-list .item .content-box .project-list .li {
  margin-bottom: 8px;
  background: #F6F9FD;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px;
}
.page-my-attention .data-list .item .content-box .project-list .li .left {
  display: inline-flex;
  width: calc(100% - 50px);
  padding: 16px 0;
}
.page-my-attention .data-list .item .content-box .project-list .li .left .icon {
  margin-right: 16px;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border-radius: 20px;
  background: #E0F6F2 url(../img/icon_project.png) no-repeat;
  background-position: center;
  background-size: 18px 18px;
}
.page-my-attention .data-list .item .content-box .project-list .li .left .text {
  display: inline-flex;
  flex-direction: column;
  width: calc(100% - 60px);
}
.page-my-attention .data-list .item .content-box .project-list .li .left .text .name {
  margin-bottom: 4px;
  font-size: 16px;
  font-family: SFProDisplay-Semibold, SFProDisplay;
  font-weight: 600;
  color: #333333;
  line-height: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.page-my-attention .data-list .item .content-box .project-list .li .left .text .f {
  /*width: 25px;*/
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-my-attention .data-list .item .content-box .project-list .li .left .text .f .subject {
  display: inline-flex;
  white-space: nowrap;
}
.page-my-attention .data-list .item .content-box .project-list .li .left .text .f .i {
  display: inline-block;
}
.page-my-attention .data-list .item .content-box .project-list .li .left .text .f .i:before {
  display: inline-block;
  margin: 0 15px;
  content: "|";
  color: #E1E1E1;
}
.page-my-attention .data-list .item .content-box .project-list .li .left .text .f .i:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-my-attention .data-list .item .content-box .project-list .li .del {
  display: none;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.page-my-attention .data-list .item .content-box .project-list .li .del:hover {
  background: #FFFFFF;
}
.page-my-attention .data-list .item .content-box .project-list .li:last-child {
  margin-bottom: 0;
}
.page-my-attention .data-list .item .content-box .li:hover {
  background: #EFF3FB;
}
.page-my-attention .data-list .item .content-box .li:hover .del {
  display: inline-flex;
}
.page-my-attention .data-list .item .content-box .no-content {
  height: 80px;
  background: #F6F9FD;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
}
.page-my-attention .data-list .item .content-box .no-content .empty {
  margin-right: 16px;
  display: inline-flex;
  width: 24px;
  height: 24px;
  background: url(../img/icon_empty.png) no-repeat;
  background-size: 100%;
}
.page-my-attention .data-list .item .content-box .no-content .link {
  margin-left: 8px;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #02D7B5;
}
.page-my-attention .data-list .item .content-box .no-content .you {
  margin-left: 6px;
  display: inline-flex;
  width: 14px;
  height: 14px;
  background: url(../img/page-you.png) no-repeat;
  background-size: 100%;
}
.page-my-attention .data-list .item .other-info {
  padding: 10px 30px 20px 96px;
  display: flex;
  align-items: center;
}
.page-my-attention .data-list .item .other-info .order {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
}
.page-my-attention .data-list .item .other-info .order .i {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.page-my-attention .data-list .item .other-info .order .i .num {
  margin-left: 4px;
  font-size: 14px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #02D7B5;
}
.page-my-attention .data-list .item .other-info .order .i:not(:last-child):after {
  display: inline-flex;
  margin: 0 8px;
  content: "";
  width: 3px;
  height: 3px;
  background: #D8D8D8;
  border-radius: 50%;
}
.page-my-attention .data-list .item .other-info .address {
  display: inline-flex;
  align-items: center;
}
.page-my-attention .data-list .item .other-info .address .i {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.page-my-attention .data-list .item .other-info .address .i .icon-share {
  margin-left: 4px;
  color: inherit;
}
.page-my-attention .data-list .item .other-info .address .i:before {
  display: inline-flex;
  margin: 0 8px;
  content: "";
  width: 3px;
  height: 3px;
  background: #D8D8D8;
  border-radius: 50%;
}
.page-my-attention .data-list .item .other-info .address:before {
  display: inline-flex;
  content: "|";
  margin: 0 20px;
  color: #E1E1E1;
}
.page-my-attention .data-list .item .other-info .link {
  display: inline-flex;
  margin-left: 20px;
}
.page-my-attention .data-list .item .other-info .link .i {
  display: inline-flex;
  margin-left: 12px;
  min-width: 66px;
  height: 32px;
  padding: 0 10px;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  border: 1px solid #E1E1E1;
  font-size: 14px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #3E518F;
}
.page-my-attention .data-list .item:hover {
  box-shadow: 0px 0px 16px 0px #D9EAFF;
}
.about-school .left-tabs {
  width: 124px;
  flex: 0 0 124px;
  padding-bottom: 20px;
  background: #3E518F;
  border-radius: 8px 0px 0px 8px;
}
.about-school .left-tabs .item {
  padding: 20px 0 20px 20px;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  text-align: left;
  cursor: pointer;
  position: relative;
}
.about-school .left-tabs .item .name {
  line-height: 20px;
}
.about-school .left-tabs .item:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 124px;
  height: 1px;
  opacity: 0.2;
  border-bottom: 1px solid #233160;
}
.about-school .left-tabs .is-active {
  color: #fff !important;
  position: relative;
}
.about-school .left-tabs .sub {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  line-height: 20px;
}
.about-school .left-tabs .sub .i {
  display: flex;
  align-items: center;
}
.about-school .left-tabs .sub .icon-right {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  transform: scale(0.5);
  transform-origin: center;
  display: inline-block;
  vertical-align: middle;
}
.about-school .left-tabs .sub .i.is-active:before {
  content: "";
  display: block;
  position: absolute;
  right: -6px;
  top: 1px;
  border: 9px solid transparent;
  border-right-color: #fff;
  transform: scaleY(0.85);
  transform-origin: center;
}
.about-school .left-tabs .sub-item {
  padding: 0 20px 20px;
  font-size: 14px;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.502);
}
.about-school .left-tabs .icon-right {
  display: inline-block;
  margin-left: 4px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  transform: scale(0.8);
}
.about-school .page-main {
  margin: 0 auto;
  width: 1200px;
  max-width: 90vw;
  min-width: 1100px;
  display: flex;
  justify-content: space-between;
}
.about-school .main-left {
  flex: 0 0 calc(100% - 410px);
  margin: 0 20px 0 6px;
  padding: 32px 30px;
  width: 0;
  background: #FFFFFF;
  border-radius: 0px 8px 8px 0px;
}
.about-school .article {
  padding: 26px 100px 40px;
  line-height: 1.6;
  color: #333;
  font-size: 14px;
}
.about-school .article p {
  margin-bottom: 15px;
}
.about-school .content .el-carousel__arrow {
  font-size: 30px;
}
.about-school .content .el-carousel__arrow {
  color: #acacac;
  background: #f2f2f2;
  font-size: 30px;
  width: 50px;
  height: 50px;
  font-weight: bold;
  right: 30px;
  z-index: 20;
}
.about-school .content .el-carousel__arrow--left {
  left: 30px;
}
.about-school .el-image-viewer__close {
  color: #fff;
}
.about-school .card {
  display: flex;
  flex-direction: row;
  padding: 40px 100px;
}
.about-school .card .img {
  width: 120px;
  height: 120px;
  flex: 0 0 120px;
  margin-right: 10px;
  border-radius: 10px;
  cursor: pointer;
}
.school-ranking .ranking {
  margin-bottom: 30px;
  position: relative;
}
.school-ranking .ranking .header-tab {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.school-ranking .ranking .header-tab .tab {
  display: inline-flex;
  align-items: flex-end;
  position: relative;
  top: 1px;
}
.school-ranking .ranking .header-tab .tab .i {
  display: inline-flex;
  flex: 0 0 120px;
  width: 120px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid #E8EFF9;
  background: #F6F9FD;
  border-radius: 8px 8px 0px 8px;
  position: relative;
  z-index: 3;
  cursor: pointer;
}
.school-ranking .ranking .header-tab .tab .i:nth-child(2) {
  position: relative;
  left: -1px;
}
.school-ranking .ranking .header-tab .tab .i:nth-child(1) {
  border-radius: 8px 8px 8px 0;
}
.school-ranking .ranking .header-tab .tab .i:nth-child(1).active {
  border-radius: 8px 8px 0px 0;
}
.school-ranking .ranking .header-tab .tab .active {
  height: 50px;
  background: #fff;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #5F8AD8;
  border-bottom: none;
  z-index: 1;
}
.school-ranking .ranking .header-tab .tab .active + .i {
  /*border-radius-left*/
}
.school-ranking .ranking .header-tab .tab .i:hover {
  background: #E9ECF0;
  /*border-radius: 8px 8px 0px 8px;*/
  border-color: #E9ECF0;
}
.school-ranking .ranking .header-tab .tab .active:hover {
  height: 50px;
  background: #fff;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #5F8AD8;
  border-bottom: none;
  z-index: 1;
}
.school-ranking .ranking .header-tab .tab:after {
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  bottom: -1px;
  width: calc(100% - 3px);
  height: 8px;
  background: #fff;
  z-index: 2;
}
.school-ranking .ranking .header-tab .more {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 42px;
}
.school-ranking .ranking .header-tab .more:hover {
  color: #5F8AD8;
}
.school-ranking .ranking .ranking-table {
  border: 1px solid #E8EFF9;
  border-radius: 0 8px 8px 8px;
  padding-bottom: 13px;
}
.school-ranking .ranking .ranking-table table {
  width: 100%;
  border-collapse: collapse;
}
.school-ranking .ranking .ranking-table .item {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.school-ranking .ranking .ranking-table .item td {
  padding: 8px 0 8px 30px;
}
.school-ranking .ranking .ranking-table .item .order {
  border-radius: 5px;
  background-color: #46d4ba;
  min-width: 35px;
  height: 24px;
  line-height: 24px;
  padding: 0 17px;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  color: #fff;
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  white-space: nowrap;
}
.school-ranking .ranking .ranking-table .item td:nth-child(1) {
  /*padding-left: */
}
.school-ranking .ranking .ranking-table .item td:last-child {
  padding: 8px 30px 8px 50px;
}
.school-ranking .ranking .ranking-table .item:not(.caption):hover {
  background: #daf6f1;
}
.school-ranking .ranking .ranking-table .caption {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
}
.school-ranking .ranking .ranking-table .caption td {
  padding: 18px 0px 10px 30px;
  white-space: nowrap;
}
.school-ranking .ranking .el-pagination {
  margin-top: 13px;
  padding: 10px 0;
}
.left-tabs.fixed > div {
  position: fixed;
  top: 10px;
  background: #3E518F;
  width: 124px;
  border-radius: 8px 0 0 8px;
}
.left-tabs .is-active {
  color: #fff;
}
.left-tabs .is-active .icon-right {
  color: #02d7b5 !important;
}
.left-tabs.fixed2 {
  display: inline-flex;
  background: transparent;
  padding-bottom: 0;
  align-items: flex-end;
}
.left-tabs.fixed2 > div {
  position: static;
}
.offer-index {
  min-height: 100vh;
  background: #233160;
  position: relative;
}
.offer-index .main {
  width: 1250px;
  max-width: 90vw;
  min-width: 1000px;
  margin: 0 auto;
  padding-top: 30px;
  display: flex;
}
.offer-index .content {
  background: #fff;
  margin: 0 auto;
  border-radius: 10px;
  display: flex;
  width: 100%;
}
.offer-index .content .echarts {
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0px 0px 8px 0px rgba(213, 213, 213, 0.9964);
  margin: 0 40px;
  padding-bottom: 50px;
}
.offer-index .content .echarts .echarts-area {
  padding-left: 24px;
}
.offer-index .content .table {
  padding: 30px 40px 0;
}
.offer-index .search-header {
  padding: 30px 40px;
  border-bottom: 1px solid #ededed;
  display: flex;
}
.offer-index .search-header .search-box {
  display: inline-flex;
  border: 1px #333333 solid;
  border-radius: 5px;
  width: 518px;
  height: 48px;
  color: #333;
  align-items: center;
}
.offer-index .search-header .search-box .abbreviation {
  display: inline-flex;
  min-width: 64px;
  padding: 0 8px;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  border-right: 1px solid #ededed;
  height: 30px;
  align-items: center;
  justify-content: center;
}
.offer-index .search-header .search-box input {
  display: inline-flex;
  flex: 1;
  outline: none;
  border: none;
  padding: 0 20px;
  height: 30px;
}
.offer-index .search-header .search-box button {
  height: 30px;
  align-items: center;
  display: inline-flex;
  background: transparent;
  border: none;
  outline: none;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  padding: 0 18px;
  cursor: pointer;
}
.offer-index .search-header .tooffer {
  margin-left: 20px;
  display: inline-flex;
  border: 1px #333333 solid;
  background-color: #ffffff;
  width: 98px;
  height: 48px;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  cursor: pointer;
}
.offer-index .keyword-list {
  padding: 20px 30px 20px 40px;
  display: flex;
}
.offer-index .keyword-list .item {
  display: inline-flex;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px #e0e0e0 solid;
  border-radius: 5px;
  height: 33px;
  padding: 0 10px;
  font-size: 14px;
  color: #666666;
  align-items: center;
  line-height: 30px;
  cursor: pointer;
}
.offer-index .keyword-list .item .icon-close {
  margin-left: 4px;
  color: #b3b3b3;
  font-size: 12px;
}
.offer-index .keyword-list .item.active,
.offer-index .keyword-list .item:hover {
  background: #f7f7f7;
}
.offer-index .search-result {
  padding: 0px 40px 30px;
  font-size: 14px;
  font-family: "PingFang";
  color: #999999;
}
.offer-index .search-result .num {
  color: #333;
  margin: 0 4px;
}
.offer-index .left-content {
  display: inline-flex;
  transition: width 0.3s;
  flex: 1;
  width: 100%;
}
.offer-index .left-content .inner-content {
  display: block;
  width: 100%;
  padding-bottom: 32px;
}
.offer-index .right-content {
  position: relative;
  display: inline-flex;
  width: 0px;
  background: #f7f7f7;
  border-radius: 0 10px 10px 0;
  transition: width 0.3s;
}
.offer-index .right-content .open-btn {
  position: absolute;
  left: -48px;
  top: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #46d4ba;
  box-shadow: 0px 0px 8px -4px rgba(213, 213, 213, 0.996);
  width: 48px;
  height: 106px;
  border-radius: 10px 0 0 10px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
  cursor: pointer;
}
.offer-index .right-content .open-btn .icon {
  margin-bottom: 6px;
  border-radius: 50%;
  background: #3ec4ab url(../img/open.png) no-repeat center;
  background-size: 18px 17px;
  width: 33px;
  height: 33px;
}
.offer-index .right-content .open-btn:hover .icon {
  background-color: #2cbda2;
}
.offer-index .right-content .translate-box {
  width: 260px;
  overflow: hidden;
}
.offer-index .right-content .inner-content {
  display: block;
  width: 260px;
  padding-bottom: 40px;
  overflow: hidden;
}
.offer-index .right-content .inner-content .title {
  text-align: center;
  font-size: 18px;
  color: #333;
  line-height: 70px;
  font-weight: bold;
}
.offer-index .right-content .inner-content .item:last-child {
  border-bottom: 1px solid #ededed;
}
.offer-index .right-content .inner-content .name {
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  background: #ededed;
  padding-left: 20px;
  line-height: 34px;
}
.offer-index .right-content .inner-content .check-box {
  padding: 20px 0 10px 20px;
}
.offer-index .right-content .inner-content .el-checkbox {
  margin-bottom: 10px;
  margin-right: 20px;
}
.offer-index .right-content .inner-content .el-checkbox {
  color: #666666;
  font-size: 14px;
}
.offer-index .right-content .inner-content .el-checkbox__inner {
  background: transparent;
  border-color: #ccc;
}
.offer-index .right-content .inner-content .el-checkbox__input.is-checked + .el-checkbox__label {
  color: #666;
}
.offer-index .right-content .inner-content .el-checkbox__input.is-checked .el-checkbox__inner,
.offer-index .right-content .inner-content .el-checkbox__input.is-indeterminate .el-checkbox__inner {
  background: #5f8ad8;
  border-color: #5f8ad8;
}
.offer-index .open-content .left-content {
  width: calc(100% - 260px);
}
.offer-index .open-content .right-content {
  width: 260px;
  border-left: 1px solid #ededed;
}
.offer-index .open-content .open-btn {
  left: -49px;
  box-shadow: 0px 0px 8px 0px rgba(213, 213, 213, 0.996);
}
.offer-index .open-content .open-btn .icon {
  background-image: url(../img/pack.png);
}
.offer-index .left-tabs {
  width: 124px;
  flex: 0 0 124px;
  background: #3E518F;
  border-radius: 8px 0px 0px 8px;
}
.offer-index .left-tabs .item {
  padding: 20px 0 20px 20px;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  text-align: left;
  cursor: pointer;
  position: relative;
}
.offer-index .left-tabs .item .name {
  line-height: 20px;
}
.offer-index .left-tabs .item:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 124px;
  height: 1px;
  opacity: 0.2;
  border-bottom: 1px solid #233160;
}
.offer-index .left-tabs .is-active {
  color: #fff !important;
  position: relative;
}
.offer-index .left-tabs .sub {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  line-height: 20px;
}
.offer-index .left-tabs .sub .i {
  display: flex;
  align-items: center;
}
.offer-index .left-tabs .sub .icon-right {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  transform: scale(0.5);
  transform-origin: center;
  display: inline-block;
  vertical-align: middle;
}
.offer-index .left-tabs .sub .i.is-active:before {
  content: "";
  display: block;
  position: absolute;
  right: -6px;
  top: 1px;
  border: 9px solid transparent;
  border-right-color: #fff;
  transform: scaleY(0.85);
  transform-origin: center;
}
.offer-index .left-tabs .sub-item {
  padding: 0 20px 20px;
  font-size: 14px;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.502);
}
.offer-index .left-tabs .icon-right {
  display: inline-block;
  margin-left: 4px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  transform: scale(0.8);
}
.offer-index .school-main {
  margin: 0 auto;
  width: 1200px;
  max-width: 90vw;
  min-width: 1100px;
  display: flex;
  justify-content: space-between;
}
.offer-index .main-content {
  display: inline-flex;
  width: 0;
  flex: 1;
  margin-left: 6px;
}
.bind-wechart-alert .mask {
  z-index: 1009;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
}
.bind-wechart-alert .inner {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  height: 600px;
  padding: 20px 20px 160px;
  background: inherit;
  background-color: #ffffff;
  border: none;
  border-radius: 10px;
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.34901961);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.34901961);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.34901961);
  box-sizing: border-box;
  user-select: none;
  z-index: 1010;
}
.bind-wechart-alert .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #000;
}
.bind-wechart-alert .header .close {
  width: 16px;
  height: 16px;
  position: relative;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAA3lJREFUWEfdV81rE0EUf2+bpCjVQwU99NAePPQibbIzSxpBQUUFP5OaHPSoVwX/EsFe9aiHttZvUFFBwW3Y2WlavPTgQQ89KOhBi9Ik3ScPtyXZTrNJqhScS9iZ9/F7v5n5zQvCNg/c5vzQBEBrXSCiqwDwAgC0EIJ/tzx83z8OADYAHEfECdu2Z9aCrgPwfZ8T32zIRog4btv2/a0g0FrniegeQFOx14QQExy3EQAnOh9JVguCYNxxnMfdgPA874xlWZw8GfF/IITIRwFcBIA7hkQ/QyaedQJCa30yrHynwe+SEOJuEwD+8H1/CgAuGBy+E9G4lPJlOyCUUscQkSvfbbCfFkIUN5wBniCihNZ6GgDORR2J6BsRFRzHedMKhOd5hxFxBhH7DXYPbdu+gIh1IwCedF13RyqVYiZOGQJ8Dpl4ZwKhlDoYVr7PsP60Wq0Wc7ncr8Y1ow4sLi7uWl5eZhAnDIGWmAkppde4ppRyuHIAGDD4PO/r6ysODw//iK5tKkSu6/aHTBwxBPxERHkpZYXXlFJpRORbNGiwfR1W/s3EWkslXFhY2FutVqcQ8ZDB+QMAFMJ5rny/4dy8TaVSxZGRkS+bnZtYKXZdd6C3t3eSiHKGIIvh3PAGahHdlZWVUi6XW2p1aGMBsPPc3NxgEASTAOC0cw0BwLMsq5TJZD7F2bcFgINorfcTEYNIxwStIGLJtm3eotjRNgCO5Ps+U80gDmwS+T0AlIQQa1vzHwHY1i2YnZ0dSiQSk4goYzn9I+mqXq+XxsbGPsbZx56B+fn5gVqtxlow1sk1JKLZZDJZHB0d7f4alsvlfclkkjWgKyFCxLe1Wq2UzWY/dyxEraQYET8GQcDvwboUW5Y1Q0RDf0WKy+Xy7kQiwY8R93LRsdTT05NPp9OqcaFSqcjV1VV+D0yP0Yt6vV7MZrPfNyhmdCLuOebKHcdxTZR6npdjJgCgu+e4VUMCAF/D/jC2IQn7wD0GkK0bklYtmWVZhUwm8yruWoVvx9EgCJiJ9lsyQ1u+lutnWHlHTanneSdDJkxNqbEtZ41fbxbD7DVELNi2/aSdyqM2WuvTRMRMRNvyKSFEie3XhUgpdRkRbzUE+Wd/TIjoipTydhMA/lBKnUXE6wBQDoLgjeM4HdG+GUvhdhwGgCwR3ZBSPlqzjZXibqjvxGfbAfwG42ORMP37s2EAAAAASUVORK5CYII=) no-repeat;
  background-size: 100%;
  cursor: pointer;
}
.bind-wechart-alert .header .miu-icon-close {
  font-size: 16px;
  cursor: pointer;
}
.bind-wechart-alert .title {
  font-family: 'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC', sans-serif;
  font-weight: 650;
  font-style: normal;
  font-size: 24px;
  text-align: center;
  padding: 100px 0 34px;
}
.bind-wechart-alert .tips {
  font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bind-wechart-alert .tips .i {
  margin-left: 10px;
  display: inline-flex;
  width: 16px;
  height: 16px;
  background: url(../img/scan.png) no-repeat;
  background-size: 100%;
}
.bind-wechart-alert .qrcode {
  width: 176px;
  height: 176px;
  display: block;
  margin: 32px auto 0;
}
.bind-wechart-alert .qrcode img {
  width: 176px;
  height: 176px;
  display: block;
}
.bind-wechart-alert .el-loading-spinner .path {
  stroke: #02D7B5;
}
.is-bing-other-alert .mask {
  z-index: 1009;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
}
.is-bing-other-alert .inner {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  height: 600px;
  padding: 20px 20px 40px;
  background: inherit;
  background-color: #ffffff;
  border: none;
  border-radius: 10px;
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.34901961);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.34901961);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.34901961);
  box-sizing: border-box;
  user-select: none;
  z-index: 1010;
}
.is-bing-other-alert .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #000;
}
.is-bing-other-alert .header .close {
  width: 16px;
  height: 16px;
  position: relative;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAA3lJREFUWEfdV81rE0EUf2+bpCjVQwU99NAePPQibbIzSxpBQUUFP5OaHPSoVwX/EsFe9aiHttZvUFFBwW3Y2WlavPTgQQ89KOhBi9Ik3ScPtyXZTrNJqhScS9iZ9/F7v5n5zQvCNg/c5vzQBEBrXSCiqwDwAgC0EIJ/tzx83z8OADYAHEfECdu2Z9aCrgPwfZ8T32zIRog4btv2/a0g0FrniegeQFOx14QQExy3EQAnOh9JVguCYNxxnMfdgPA874xlWZw8GfF/IITIRwFcBIA7hkQ/QyaedQJCa30yrHynwe+SEOJuEwD+8H1/CgAuGBy+E9G4lPJlOyCUUscQkSvfbbCfFkIUN5wBniCihNZ6GgDORR2J6BsRFRzHedMKhOd5hxFxBhH7DXYPbdu+gIh1IwCedF13RyqVYiZOGQJ8Dpl4ZwKhlDoYVr7PsP60Wq0Wc7ncr8Y1ow4sLi7uWl5eZhAnDIGWmAkppde4ppRyuHIAGDD4PO/r6ysODw//iK5tKkSu6/aHTBwxBPxERHkpZYXXlFJpRORbNGiwfR1W/s3EWkslXFhY2FutVqcQ8ZDB+QMAFMJ5rny/4dy8TaVSxZGRkS+bnZtYKXZdd6C3t3eSiHKGIIvh3PAGahHdlZWVUi6XW2p1aGMBsPPc3NxgEASTAOC0cw0BwLMsq5TJZD7F2bcFgINorfcTEYNIxwStIGLJtm3eotjRNgCO5Ps+U80gDmwS+T0AlIQQa1vzHwHY1i2YnZ0dSiQSk4goYzn9I+mqXq+XxsbGPsbZx56B+fn5gVqtxlow1sk1JKLZZDJZHB0d7f4alsvlfclkkjWgKyFCxLe1Wq2UzWY/dyxEraQYET8GQcDvwboUW5Y1Q0RDf0WKy+Xy7kQiwY8R93LRsdTT05NPp9OqcaFSqcjV1VV+D0yP0Yt6vV7MZrPfNyhmdCLuOebKHcdxTZR6npdjJgCgu+e4VUMCAF/D/jC2IQn7wD0GkK0bklYtmWVZhUwm8yruWoVvx9EgCJiJ9lsyQ1u+lutnWHlHTanneSdDJkxNqbEtZ41fbxbD7DVELNi2/aSdyqM2WuvTRMRMRNvyKSFEie3XhUgpdRkRbzUE+Wd/TIjoipTydhMA/lBKnUXE6wBQDoLgjeM4HdG+GUvhdhwGgCwR3ZBSPlqzjZXibqjvxGfbAfwG42ORMP37s2EAAAAASUVORK5CYII=) no-repeat;
  background-size: 100%;
  cursor: pointer;
}
.is-bing-other-alert .header .miu-icon-close {
  font-size: 16px;
  cursor: pointer;
}
.is-bing-other-alert .title {
  margin-bottom: 62px;
  font-family: 'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC', sans-serif;
  font-weight: 650;
  font-style: normal;
  font-size: 24px;
  padding-left: 40px;
  text-align: center;
}
.is-bing-other-alert .item {
  margin: 20px 30px 0;
  width: 400px;
  height: 50px;
  background: inherit;
  background-color: #f2f2f2;
  border: none;
  border-radius: 5px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: flex;
  padding: 0 20px;
  box-sizing: border-box;
  align-items: center;
}
.is-bing-other-alert .item input {
  flex: 1;
  height: 50px;
  border: none;
  background: transparent;
  outline: none;
  font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #000000;
}
.is-bing-other-alert .item .btn {
  font-family: 'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC', sans-serif;
  font-weight: 650;
  font-style: normal;
  font-size: 16px;
  color: #555555;
  text-align: right;
  cursor: pointer;
}
.is-bing-other-alert .item .count-down {
  font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #AAAAAA;
  text-align: right;
}
.is-bing-other-alert .submit {
  margin: 64px 30px 92px;
  width: 400px;
  height: 50px;
  background: inherit;
  background-color: #26d79f;
  border: none;
  border-radius: 5px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}
.is-bing-other-alert .tips {
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  letter-spacing: normal;
  text-align: center;
  font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif;
  color: #7F7F7F;
}
.is-bing-other-alert .tips .service {
  font-family: 'ArialMT', 'Arial', sans-serif;
  color: #26D79F;
}
.is-bing-other-alert .inner {
  height: auto;
  padding-bottom: 100px;
}
.is-bing-other-alert .is-bind {
  font-style: normal;
  font-size: 16px;
  text-align: center;
  line-height: 26px;
  padding: 60px 0 20px;
}
.is-bing-other-alert .is-bind .user-name {
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #555555;
  background-color: #f2f2f2;
  border: none;
  border-radius: 3px;
  height: 26px;
  padding: 0 10px;
  display: inline-block;
  line-height: 26px;
}
.is-bing-other-alert .confirm {
  margin-bottom: 54px;
  font-family: PingFangSC-Semibold, "PingFang SC Semibold", "PingFang SC", sans-serif;
  font-weight: 650;
  font-style: normal;
  font-size: 20px;
  text-align: center;
}
.is-bing-other-alert .item {
  height: 130px;
  border: 1px dotted #e4e4e4;
  border-radius: 5px;
  background: transparent;
  display: flex;
  justify-content: space-between;
}
.is-bing-other-alert .item .left {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
}
.is-bing-other-alert .item .left .avatar {
  margin-right: 10px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0 2px 7px 0px #bbb;
}
.is-bing-other-alert .item .left .avatar img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.is-bing-other-alert .item .right {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 40px;
  background-color: #26d79f;
  border: none;
  border-radius: 10px;
  box-shadow: none;
  font-family: PingFangSC-Regular, "PingFang SC", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
}
.is-bing-other-alert .item .right .icon {
  display: inline-flex;
  align-items: center;
  margin-right: 8px;
  width: 16px;
  height: 16px;
  background: url(../img/u566.svg) no-repeat;
  background-size: 100%;
}
.is-bing-other-alert .item .right:hover {
  font-size: 15px;
  background: #21be8f;
}
.is-bing-other-alert .item .black {
  background: #333;
}
.is-bing-other-alert .item .black:hover {
  background: #333;
}
.not-bing-other-alert .mask {
  z-index: 1009;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
}
.not-bing-other-alert .inner {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  height: 600px;
  padding: 20px 20px 40px;
  background: inherit;
  background-color: #ffffff;
  border: none;
  border-radius: 10px;
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.34901961);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.34901961);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.34901961);
  box-sizing: border-box;
  user-select: none;
  z-index: 1010;
}
.not-bing-other-alert .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #000;
}
.not-bing-other-alert .header .close {
  width: 16px;
  height: 16px;
  position: relative;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAA3lJREFUWEfdV81rE0EUf2+bpCjVQwU99NAePPQibbIzSxpBQUUFP5OaHPSoVwX/EsFe9aiHttZvUFFBwW3Y2WlavPTgQQ89KOhBi9Ik3ScPtyXZTrNJqhScS9iZ9/F7v5n5zQvCNg/c5vzQBEBrXSCiqwDwAgC0EIJ/tzx83z8OADYAHEfECdu2Z9aCrgPwfZ8T32zIRog4btv2/a0g0FrniegeQFOx14QQExy3EQAnOh9JVguCYNxxnMfdgPA874xlWZw8GfF/IITIRwFcBIA7hkQ/QyaedQJCa30yrHynwe+SEOJuEwD+8H1/CgAuGBy+E9G4lPJlOyCUUscQkSvfbbCfFkIUN5wBniCihNZ6GgDORR2J6BsRFRzHedMKhOd5hxFxBhH7DXYPbdu+gIh1IwCedF13RyqVYiZOGQJ8Dpl4ZwKhlDoYVr7PsP60Wq0Wc7ncr8Y1ow4sLi7uWl5eZhAnDIGWmAkppde4ppRyuHIAGDD4PO/r6ysODw//iK5tKkSu6/aHTBwxBPxERHkpZYXXlFJpRORbNGiwfR1W/s3EWkslXFhY2FutVqcQ8ZDB+QMAFMJ5rny/4dy8TaVSxZGRkS+bnZtYKXZdd6C3t3eSiHKGIIvh3PAGahHdlZWVUi6XW2p1aGMBsPPc3NxgEASTAOC0cw0BwLMsq5TJZD7F2bcFgINorfcTEYNIxwStIGLJtm3eotjRNgCO5Ps+U80gDmwS+T0AlIQQa1vzHwHY1i2YnZ0dSiQSk4goYzn9I+mqXq+XxsbGPsbZx56B+fn5gVqtxlow1sk1JKLZZDJZHB0d7f4alsvlfclkkjWgKyFCxLe1Wq2UzWY/dyxEraQYET8GQcDvwboUW5Y1Q0RDf0WKy+Xy7kQiwY8R93LRsdTT05NPp9OqcaFSqcjV1VV+D0yP0Yt6vV7MZrPfNyhmdCLuOebKHcdxTZR6npdjJgCgu+e4VUMCAF/D/jC2IQn7wD0GkK0bklYtmWVZhUwm8yruWoVvx9EgCJiJ9lsyQ1u+lutnWHlHTanneSdDJkxNqbEtZ41fbxbD7DVELNi2/aSdyqM2WuvTRMRMRNvyKSFEie3XhUgpdRkRbzUE+Wd/TIjoipTydhMA/lBKnUXE6wBQDoLgjeM4HdG+GUvhdhwGgCwR3ZBSPlqzjZXibqjvxGfbAfwG42ORMP37s2EAAAAASUVORK5CYII=) no-repeat;
  background-size: 100%;
  cursor: pointer;
}
.not-bing-other-alert .header .miu-icon-close {
  font-size: 16px;
  cursor: pointer;
}
.not-bing-other-alert .title {
  margin-bottom: 62px;
  font-family: 'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC', sans-serif;
  font-weight: 650;
  font-style: normal;
  font-size: 24px;
  padding-left: 40px;
  text-align: center;
}
.not-bing-other-alert .inner {
  height: auto;
  padding-bottom: 36px;
}
.not-bing-other-alert .item {
  margin: 20px 30px 0;
  width: 400px;
  height: 50px;
  background: inherit;
  background-color: #f2f2f2;
  border: none;
  border-radius: 5px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: flex;
  padding: 0 20px;
  box-sizing: border-box;
  align-items: center;
}
.not-bing-other-alert .item input {
  flex: 1;
  height: 50px;
  border: none;
  background: transparent;
  outline: none;
  font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #000000;
}
.not-bing-other-alert .item .btn {
  font-family: 'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC', sans-serif;
  font-weight: 650;
  font-style: normal;
  font-size: 16px;
  color: #555555;
  text-align: right;
  cursor: pointer;
}
.not-bing-other-alert .item .count-down {
  font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #AAAAAA;
  text-align: right;
}
.not-bing-other-alert .item {
  margin: 40px 0 20px;
  width: 100%;
  height: 130px;
  border-radius: 5px;
  background: #f2f2f2;
  display: flex;
  justify-content: space-between;
}
.not-bing-other-alert .item .left {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
}
.not-bing-other-alert .item .left .avatar {
  margin-right: 10px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0 2px 7px 0px #bbb;
}
.not-bing-other-alert .item .left .avatar img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.not-bing-other-alert .item .right {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 650;
  font-style: normal;
  font-size: 16px;
  color: #000000;
  text-align: center;
}
.not-bing-other-alert .item .right .icon {
  display: inline-flex;
  align-items: center;
  margin-right: 8px;
  width: 21px;
  height: 16px;
  background: url(../img/dui.svg) no-repeat;
  vertical-align: middle;
}
.not-bing-other-alert .item .black {
  background: #333;
}
.not-bing-other-alert .other-tips {
  border-radius: 5px;
  background: #f2f2f2;
  color: #333;
  text-align: left;
  user-select: text;
}
.not-bing-other-alert .other-tips .tips {
  padding: 0 20px;
  border-bottom: 1px dotted #e4e4e4;
  height: 60px;
  line-height: 60px;
  font-size: 14px;
  text-align: left;
  color: #333;
}
.not-bing-other-alert .other-tips .tips .icon {
  display: inline-block;
  margin-right: 6px;
  width: 20px;
  height: 18px;
  background: url(../img/tishi.svg) no-repeat;
  vertical-align: middle;
}
.not-bing-other-alert .other-tips .user-info {
  padding: 16px 0 14px;
}
.not-bing-other-alert .other-tips .user-info .avatar {
  margin: 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 2px 7px 0px #bbb;
}
.not-bing-other-alert .other-tips .user-info .avatar img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.not-bing-other-alert .other-tips .user-info .user-name {
  font-size: 14px;
  color: #333;
  margin: 8px 0 20px;
  text-align: center;
}
.not-bing-other-alert .other-tips .user-info .user-copy {
  margin: 0 auto;
  width: 433px;
  height: 77px;
  text-align: center;
  line-height: 77px;
  background: url(../img/u588.png) no-repeat;
  background-size: 100% 100%;
  font-size: 14px;
  color: #555;
}
.not-bing-other-alert .other-tips .user-info .user-copy .name {
  display: inline-block;
}
.not-bing-other-alert .other-tips .user-info .user-copy .name:not(:last-child) {
  margin-right: 30px;
}
.not-bing-other-alert .other-tips .user-info .user-copy bold {
  font-weight: 650;
  color: #000000;
}
.not-bing-other-alert .footer-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 34px;
}
.not-bing-other-alert .footer-btn .btn {
  margin-right: 20px;
  display: inline-flex;
  width: 120px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  color: #333;
  font-size: 14px;
  cursor: pointer;
}
.not-bing-other-alert .footer-btn .copy {
  margin-right: 0px;
  background: #333;
  border: none;
  color: #fff;
}
.page-personal-background .form-item {
  display: flex;
  padding: 12px 0;
}
.page-personal-background .form-item .form-i {
  display: inline-flex;
  flex: 1;
  width: 0;
  flex-direction: column;
  position: relative;
}
.page-personal-background .form-item .form-i.form-grade-input .input-grade-box {
  display: flex;
}
.page-personal-background .form-item .form-i.form-grade-input .input-grade-box .input-grade-item {
  display: flex;
  height: 36px;
  line-height: 36px;
  border: 1px solid #DCDFE6;
  border-radius: 4px;
  flex: 1;
  color: #333;
}
.page-personal-background .form-item .form-i.form-grade-input .input-grade-box .input-grade-item:not(:last-of-type) {
  margin-right: 20px;
}
.page-personal-background .form-item .form-i.form-grade-input .input-grade-box .input-grade-item .input-grade-name {
  width: 68px;
  height: 100%;
  background-color: #f2f2f2;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 4px 0 0 4px;
  font-size: 14px;
  color: rgba(51, 51, 51, 0.9);
}
.page-personal-background .form-item .form-i.form-grade-input .input-grade-box .input-grade-item .input-unit {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 10px;
  width: 48px;
  word-break: keep-all;
  white-space: nowrap;
}
.page-personal-background .form-item .form-i.form-grade-input .input-grade-box .input-grade-item .input-grade-input {
  outline: none;
  border: none;
  border-radius: 4px;
  border-left: 1px solid transparent;
  width: calc(100% - 98px);
  padding-left: 12px;
}
.page-personal-background .form-item .form-i .el-select .el-input.is-focus .el-input__inner {
  border-color: #333 !important;
}
.page-personal-background .form-item .form-i .el-input__inner {
  color: inherit;
}
.page-personal-background .form-item .form-i .name {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  margin-bottom: 8px;
}
.page-personal-background .form-item .form-i .name .required {
  color: #DA424D;
  margin-right: 5px;
}
.page-personal-background .form-item .form-i .text,
.page-personal-background .form-item .form-i .textarea {
  display: block;
  width: 100%;
  height: 36px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #E1E1E1;
  box-sizing: border-box;
  line-height: 34px;
  padding: 0 12px;
  outline: #333;
}
.page-personal-background .form-item .form-i .text:focus,
.page-personal-background .form-item .form-i .textarea:focus {
  border-color: #333;
}
.page-personal-background .form-item .form-i .textarea {
  height: 120px;
  resize: none;
  line-height: 20px;
  padding: 6px 12px;
}
.page-personal-background .form-item .form-i .text:disabled {
  background: #f8f8f8;
  border: 1px solid #E1E1E1;
}
.page-personal-background .form-item .form-i .text[type=number] {
  -moz-appearance: textfield;
  padding-right: 50px;
}
.page-personal-background .form-item .form-i input[type=number]::-webkit-inner-spin-button,
.page-personal-background .form-item .form-i input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.page-personal-background .form-item .form-i .is-required {
  border: 1px solid #DA424D;
}
.page-personal-background .form-item .form-i .tips {
  position: absolute;
  left: 12px;
  top: 65px;
  height: 18px;
  font-size: 13px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #DA424D;
  line-height: 18px;
}
.page-personal-background .form-item .form-i .select-box {
  position: relative;
  height: 36px;
  cursor: pointer;
}
.page-personal-background .form-item .form-i .select-box .icon-down {
  position: absolute;
  right: 16px;
  top: 0;
  z-index: 4;
  color: #999;
  font-size: 12px;
  line-height: 36px;
}
.page-personal-background .form-item .form-i .select-box .el-input__inner {
  border: none;
  height: 34px;
  padding: 0;
  color: inherit;
}
.page-personal-background .form-item .form-i .select-box .spin-btn {
  position: absolute;
  right: 1px;
  top: 1px;
  height: 34px;
  border-left: 1px solid #E1E1E1;
  border-radius: 0 4px 4px 0;
  overflow: hidden;
  display: none;
}
.page-personal-background .form-item .form-i .select-box .spin-btn .btn {
  display: block;
  width: 36px;
  height: 18px;
  font-size: 12px;
  position: static;
  background: transparent;
  border: none;
  line-height: 18px;
  cursor: pointer;
}
.page-personal-background .form-item .form-i .select-box .spin-btn .btn .icon-down {
  line-height: 18px;
  position: static;
  transform: scale(0.8);
  display: block;
  transform-origin: center;
}
.page-personal-background .form-item .form-i .select-box .spin-btn .btn.top {
  transform: rotateZ(180deg);
  border-top: 1px solid #E1E1E1;
}
.page-personal-background .form-item .form-i .select-box .spin-btn .btn:hover {
  background: #f2f2f2;
}
.page-personal-background .form-item .form-i .select-box .icon-close-o {
  position: absolute;
  right: 16px;
  z-index: 4;
  color: #999;
  font-size: 12px;
  line-height: 36px;
}
.page-personal-background .form-item .form-i .select-box .select-list {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 38px;
  min-width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 17px 17px -7px rgba(207, 207, 207, 0.5);
  border-radius: 4px;
  border: 1px solid #E1E1E1;
}
.page-personal-background .form-item .form-i .select-box .select-list .select-item {
  padding: 6px 12px;
  line-height: 24px;
  cursor: pointer;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.page-personal-background .form-item .form-i .select-box .select-list p {
  max-width: 500px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.page-personal-background .form-item .form-i .select-box .select-list .select-item:hover {
  background: #F2F2F2;
}
.page-personal-background .form-item .form-i .select-box .select-list .select-item.is-select {
  font-weight: 500;
  background: #E8EFF9;
}
.page-personal-background .form-item .form-i .select-box:hover .spin-btn {
  display: block;
}
.page-personal-background .form-item .form-i .select-box:active .text,
.page-personal-background .form-item .form-i .select-box:focus-within .text {
  border-color: #333;
}
.page-personal-background .form-item .form-i .label-select {
  display: flex;
  align-items: center;
}
.page-personal-background .form-item .form-i .label-select .text {
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  padding: 0 28px 0 4px;
}
.page-personal-background .form-item .form-i .label-select input {
  display: inline-flex;
  border: none;
  flex: 1;
  outline: none;
  width: 30px;
  height: 34px;
}
.page-personal-background .form-item .form-i .label-select .label {
  margin-right: 4px;
  display: inline-flex;
  padding: 5px;
  height: 28px;
  background: #E8EFF9;
  border-radius: 4px;
  font-size: 14px;
  color: #333;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.page-personal-background .form-item .form-i .label-select .label .icon-close-o {
  position: static;
  font-size: 12px;
  color: #70809C;
  margin-left: 4px;
  cursor: pointer;
}
.page-personal-background .form-item .form-i .el-input.is-active .el-input__inner,
.page-personal-background .form-item .form-i .el-input__inner:focus {
  border-color: #333;
}
.page-personal-background .form-item .form-i .el-input--prefix .el-input__inner {
  padding-left: 12px;
}
.page-personal-background .form-item .form-i .el-date-editor.el-input,
.page-personal-background .form-item .form-i .el-date-editor.el-input__inner {
  width: 100%;
}
.page-personal-background .form-item .form-i .el-input__inner {
  height: 36px;
  line-height: 34px;
}
.page-personal-background .form-item .form-i .el-input__prefix {
  right: 5px;
  width: 25px;
  position: absolute;
  left: unset;
}
.page-personal-background .form-item .form-i .el-input__suffix .el-input__icon {
  line-height: 34px;
}
.page-personal-background .form-item .form-i .text .select-box {
  display: inline-flex;
  height: 34px;
  width: 130px;
  border-right: 1px solid #E1E1E1;
}
.page-personal-background .form-item .form-i .el-checkbox {
  color: #333;
  font-size: 14px;
}
.page-personal-background .form-item .form-i .el-checkbox__input.is-checked + .el-checkbox__label {
  color: #333;
  font-weight: 500;
}
.page-personal-background .form-item .form-i .el-checkbox__input {
  transform: scale(1.4);
}
.page-personal-background .form-item .form-i .el-checkbox__label {
  padding-left: 8px;
}
.page-personal-background .form-item .form-i .el-checkbox__inner {
  border-color: #e1e1e1;
}
.page-personal-background .form-item .form-i .el-checkbox__input.is-checked .el-checkbox__inner,
.page-personal-background .form-item .form-i .el-checkbox__input.is-indeterminate .el-checkbox__inner {
  background: #333;
}
.page-personal-background .form-item .form-i .el-checkbox__input.is-checked .el-checkbox__inner,
.page-personal-background .form-item .form-i .el-checkbox__input.is-indeterminate .el-checkbox__inner {
  border-color: #333;
}
.page-personal-background .form-item .form-i .el-checkbox__input.is-focus .el-checkbox__inner {
  border-color: #E1E1E1;
}
.page-personal-background .form-item .form-i .el-checkbox-group {
  margin-right: -10px;
}
.page-personal-background .form-item .form-i .el-checkbox-group .el-checkbox:last-child {
  margin-right: 0;
}
.page-personal-background .form-item .placeholder {
  color: #999;
  font-size: 14px;
}
.page-personal-background .form-item ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999;
}
.page-personal-background .form-item ::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
}
.page-personal-background .form-item :-ms-input-placeholder {
  /* IE 10+ */
  color: #999;
}
.page-personal-background .form-item :-moz-placeholder {
  /* Firefox 18- */
  color: #999;
}
.page-personal-background .form-item input {
  font-size: inherit;
}
.page-personal-background .form-item .form-i2 {
  flex: 0 0 calc((100% - 10px) *2 / 3);
}
.page-personal-background .form-item .form-i1 {
  flex: 0 0 calc((100% - 40px) *1 / 3);
}
.page-personal-background .form-item .form-select-input .el-select {
  width: 100%;
}
.page-personal-background .form-item .form-select-input .text {
  display: flex;
  overflow: hidden;
  padding-right: 0;
}
.page-personal-background .form-item .form-select-input .text .select-box {
  border-right: none;
  flex: 1;
}
.page-personal-background .form-item .form-select-input .text .select-box + input {
  border-left: 1px solid #e1e1e1;
  padding-right: 12px;
}
.page-personal-background .form-item .form-select-input .text .majorinput {
  width: 120px;
}
.page-personal-background .form-item .form-select-input .text:focus,
.page-personal-background .form-item .form-select-input .text:active,
.page-personal-background .form-item .form-select-input .text:focus-within,
.page-personal-background .form-item .form-select-input .text:focus-visible {
  border: 1PX SOLID #333;
}
.page-personal-background .form-item .form-select-input .select-box + input {
  display: inline-flex;
  flex: 1;
  border: none;
  outline: none;
  padding-left: 12px;
}
.page-personal-background .form-item .form-i + .form-i {
  margin-left: 20px;
}
.page-personal-background .page-main .page-right {
  display: inline-flex;
  flex: 1;
  width: 0;
  flex-direction: column;
  padding-bottom: 64px;
}
.page-personal-background .page-main .page-right .el-loading-mask {
  z-index: 700;
}
.page-personal-background .page-main .page-right .step-bar {
  padding: 66px 0 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.page-personal-background .page-main .page-right .step-bar .item {
  display: inline-flex;
  align-items: center;
  font-size: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
}
.page-personal-background .page-main .page-right .step-bar .item .order {
  width: 32px;
  height: 32px;
  background: #CFD8E5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 18px;
  border-radius: 50%;
  margin: 0 12px 0 24px;
}
.page-personal-background .page-main .page-right .step-bar .item + .item:before {
  margin-left: 24px;
  content: "";
  display: inline-flex;
  width: 48px;
  height: 1px;
  background: #E1E1E1;
}
.page-personal-background .page-main .page-right .step-bar .item.active {
  color: #333;
}
.page-personal-background .page-main .page-right .step-bar .item.active .order {
  position: relative;
  background: #02D7B5;
}
.page-personal-background .page-main .page-right .step-bar .item.active .order:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 38px;
  height: 38px;
  opacity: 0.5;
  border-radius: 50%;
  border: 1px solid #02D7B5;
  box-sizing: border-box;
  animation: orderbeforebig 1.5s infinite;
}
.page-personal-background .page-main .page-right .step-bar .item.done {
  color: #333;
}
.page-personal-background .page-main .page-right .step-bar .item.done .order {
  position: relative;
  background: #02D7B5;
  font-weight: 200;
}
.page-personal-background .page-main .page-right .personal-bg-form {
  margin: 0 60px;
  background: #FFFFFF;
  box-shadow: 0px 2px 11px -2px #DCEBEF;
  border-radius: 8px;
  border: 1px solid #F3F3F3;
}
.page-personal-background .page-main .page-right .progress {
  padding-bottom: 10px;
}
.page-personal-background .page-main .page-right .progress .bar {
  height: 8px;
  background: #F2F2F2;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.page-personal-background .page-main .page-right .progress .bar .percent {
  display: block;
  width: 50%;
  height: 8px;
  background: #02D7B5;
  border-radius: 8px 0px 0 0;
  transition: width 0.3s;
}
.page-personal-background .page-main .page-right .progress .tips {
  margin: 12px 0 0 50px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
}
.page-personal-background .page-main .page-right .bg-school,
.page-personal-background .page-main .page-right .bg-language,
.page-personal-background .page-main .page-right .bg-software,
.page-personal-background .page-main .page-right .bg-target {
  padding: 30px 50px 0;
}
.page-personal-background .page-main .page-right .bg-school .title,
.page-personal-background .page-main .page-right .bg-language .title,
.page-personal-background .page-main .page-right .bg-software .title,
.page-personal-background .page-main .page-right .bg-target .title {
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 28px;
  display: flex;
  align-items: center;
  padding-bottom: 12px;
  position: relative;
}
.page-personal-background .page-main .page-right .bg-school .title .del,
.page-personal-background .page-main .page-right .bg-language .title .del,
.page-personal-background .page-main .page-right .bg-software .title .del,
.page-personal-background .page-main .page-right .bg-target .title .del {
  position: absolute;
  right: -7px;
  top: -2px;
  line-height: 32px;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  color: #666;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.page-personal-background .page-main .page-right .bg-school .title .del:hover,
.page-personal-background .page-main .page-right .bg-language .title .del:hover,
.page-personal-background .page-main .page-right .bg-software .title .del:hover,
.page-personal-background .page-main .page-right .bg-target .title .del:hover {
  background: #F2F2F2;
}
.page-personal-background .page-main .page-right .bg-school .title:before,
.page-personal-background .page-main .page-right .bg-language .title:before,
.page-personal-background .page-main .page-right .bg-software .title:before,
.page-personal-background .page-main .page-right .bg-target .title:before {
  content: "";
  display: inline-flex;
  width: 6px;
  height: 20px;
  background: #02D7B5;
  border-radius: 3px;
  margin-right: 12px;
}
.page-personal-background .page-main .page-right .bg-language {
  margin-bottom: 94px;
}
.page-personal-background .page-main .page-right .bg-language .form-item.form-check {
  white-space: nowrap;
  flex-wrap: nowrap;
}
.page-personal-background .page-main .page-right .bg-language .form-item {
  align-items: end;
  padding: 10px 0;
}
.page-personal-background .page-main .page-right .bg-language .form-item:not(.form-check) .form-i {
  flex: 0 0 calc(20% - 16px);
}
.page-personal-background .page-main .page-right .bg-language .el-input__inner {
  border-color: #e1e1e1;
}
.page-personal-background .page-main .page-right .bg-language .el-input-number {
  max-width: 148px;
  width: 100%;
  line-height: 34px;
}
.page-personal-background .page-main .page-right .bg-language .el-input-number .el-input-number__decrease,
.page-personal-background .page-main .page-right .bg-language .el-input-number .el-input-number__increase {
  width: 34px;
  display: none;
  background: #fff;
  color: #999;
}
.page-personal-background .page-main .page-right .bg-language .el-input-number__decrease:hover:not(.is-disabled) ~ .el-input .el-input__inner:not(.is-disabled),
.page-personal-background .page-main .page-right .bg-language .el-input-number__increase:hover:not(.is-disabled) ~ .el-input .el-input__inner:not(.is-disabled) {
  border-color: #333;
}
.page-personal-background .page-main .page-right .bg-language .el-input-number:hover .el-input-number__decrease,
.page-personal-background .page-main .page-right .bg-language .el-input-number:hover .el-input-number__increase {
  display: block;
}
.page-personal-background .page-main .page-right .bg-language .el-input-number:hover .el-input__inner {
  border-color: #333;
}
.page-personal-background .page-main .page-right .bg-language .el-input-number:hover .el-input-number__decrease:hover,
.page-personal-background .page-main .page-right .bg-language .el-input-number:hover .el-input-number__increase:hover {
  background: #F2F2F2;
  color: #333;
}
.page-personal-background .page-main .page-right .bg-software {
  margin-bottom: 42px;
}
.page-personal-background .page-main .page-right .bg-software .form-item.form-check {
  margin-bottom: 0px;
  padding-bottom: 0;
}
.page-personal-background .page-main .page-right .bg-software .form-item.form-check .el-checkbox {
  margin-bottom: 14px;
}
.page-personal-background .page-main .page-right .bg-software .form-item.form-check .form-i {
  margin-bottom: 0px;
}
.page-personal-background .page-main .page-right .bg-software .form-item {
  flex-wrap: wrap;
}
.page-personal-background .page-main .page-right .bg-software .form-item .form-i {
  margin-right: 20px;
  margin-left: 0;
  margin-bottom: 10px;
}
.page-personal-background .page-main .page-right .bg-software .form-item .form-i:nth-child(3n) {
  margin-right: 0;
}
.page-personal-background .page-main .page-right .bg-software .form-item:not(.form-check) .form-i {
  flex: 0 0 calc(100% / 3 - 14px);
}
.page-personal-background .page-main .page-right .school {
  padding-bottom: 70px;
}
.page-personal-background .page-main .page-right .form-footer {
  display: flex;
  justify-content: flex-end;
  border-top: 1px solid #E8EFF9;
  height: 80px;
  padding: 20px 50px;
}
.page-personal-background .page-main .page-right .form-footer .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  height: 40px;
  padding: 0 16px;
  border-radius: 20px;
  border: 1px solid #333333;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  cursor: pointer;
  background: #fff;
}
.page-personal-background .page-main .page-right .form-footer .btn .icon-plus {
  font-size: 12px;
  margin-right: 8px;
  font-weight: 600;
}
.page-personal-background .page-main .page-right .form-footer .btn:hover {
  background: #F2F2F2;
}
.page-personal-background .page-main .page-right .form-footer .btn:active {
  background: #E5E5E5;
}
.page-personal-background .page-main .page-right .form-footer .btn[disabled] {
  background: #F2F2F2;
  border: 1px solid #E1E1E1;
  color: #ccc;
}
.page-personal-background .page-main .page-right .form-footer .btn.submit {
  height: 40px;
  background: #02D7B5;
  border-radius: 20px;
  box-shadow: none;
  border: none;
  margin-left: 16px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 600;
  color: #fff;
}
.page-personal-background .page-main .page-right .form-footer .btn.submit:hover {
  background: #01CCAB;
}
.page-personal-background .page-main .page-right .form-footer .btn.submit:active {
  background: #00C1A2;
}
.page-personal-background .page-main .page-right .form-footer .btn.submit[disabled] {
  background: #9AEFE1;
}
.page-matching-localization .page-right-inner {
  padding: 40px 60px 0px;
  display: block;
}
.page-matching-localization .page-right-inner .top-tips {
  display: flex;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  justify-content: space-between;
  align-items: center;
}
.page-matching-localization .page-right-inner .top-tips .l {
  display: inline-flex;
  color: #333333;
  align-items: center;
}
.page-matching-localization .page-right-inner .top-tips .r {
  display: inline-flex;
  color: #3E518F;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0 10px;
  height: 28px;
  border-radius: 14px;
}
.page-matching-localization .page-right-inner .top-tips .r .icon-file2 {
  margin-right: 8px;
}
.page-matching-localization .page-right-inner .top-tips .r:hover {
  background: #F2F2F2;
}
.page-matching-localization .page-right-inner .top-tips .r:active {
  background: #E5E5E5;
}
.page-matching-localization .page-right-inner .matching-box {
  background: #F6F9FD;
  border-radius: 8px;
  margin: 24px 0 40px;
  padding: 16px 24px;
}
.page-matching-localization .page-right-inner .matching-box .mathing-item {
  display: flex;
  flex-wrap: wrap;
}
.page-matching-localization .page-right-inner .matching-box .mathing-item .name {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
}
.page-matching-localization .page-right-inner .matching-box .mathing-item .labels {
  display: inline-flex;
  flex: 1;
  flex-wrap: wrap;
  color: #333;
  font-size: 14px;
}
.page-matching-localization .page-right-inner .matching-box .mathing-item .labels .label {
  padding: 0 8px;
  height: 28px;
  border-radius: 4px;
  border: 1px solid #E8EBF0;
  display: inline-flex;
  align-items: center;
  margin: 0 8px 8px 0;
  user-select: none;
}
.page-matching-localization .page-right-inner .matching-box .mathing-item .labels .icon-close1 {
  font-size: 12px;
  color: #ccc;
  cursor: pointer;
  transform: scale(0.9);
  transform-origin: center;
  margin-left: 6px;
}
.page-matching-localization .page-right-inner .matching-box .mathing-item .labels .label:not(.all):hover {
  border-color: #DA424D;
}
.page-matching-localization .page-right-inner .matching-box .mathing-item .labels .label:not(.all):hover .icon-close1 {
  color: #DA424D;
}
.page-matching-localization .page-right-inner .matching-box .mathing-item .labels .label:not(.all):active {
  background: #FDF5F6;
}
.page-matching-localization .page-right-inner .matching-box .mathing-item .labels .label.all {
  background: #E6EEF8;
}
.page-matching-localization .page-right-inner .matching-box .mathing-item + .mathing-result {
  margin-top: 24px;
}
.page-matching-localization .page-right-inner .matching-box .mathing-result {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-matching-localization .page-right-inner .matching-box .mathing-result .l {
  display: inline-flex;
  color: #333333;
  align-items: center;
  font-size: 14px;
}
.page-matching-localization .page-right-inner .matching-box .mathing-result .l .num {
  color: #3E518F;
  font-size: 20px;
  margin: 0 6px;
}
.page-matching-localization .page-right-inner .matching-box .mathing-result .l .iconfont {
  font-size: 20px;
  color: #333;
  margin-right: 8px;
}
.page-matching-localization .page-right-inner .matching-box .mathing-result .l .divide {
  display: inline-flex;
  margin: 0 16px;
  width: 1px;
  height: 33px;
  background: #D8D8D8;
}
.page-matching-localization .page-right-inner .matching-box .mathing-result .r {
  display: inline-flex;
  width: 172px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #E1E1E1;
  overflow: hidden;
  position: relative;
}
.page-matching-localization .page-right-inner .matching-box .mathing-result .r .btn {
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 85px;
  height: 38px;
  background: transparent;
  border-radius: 20px;
  border: none;
  outline: none;
  font-size: 14px;
  cursor: pointer;
}
.page-matching-localization .page-right-inner .matching-box .mathing-result .r .btn:hover {
  background: #F2F2F2;
}
.page-matching-localization .page-right-inner .matching-box .mathing-result .r .btn:active {
  background: #E5E5E5;
}
.page-matching-localization .page-right-inner .matching-box .mathing-result .r .btn.active {
  background: transparent;
  color: #fff;
  font-weight: 600;
}
.page-matching-localization .page-right-inner .matching-box .mathing-result .r .iconfont {
  margin-right: 5px;
}
.page-matching-localization .page-right-inner .matching-box .mathing-result .r .icon-list {
  font-size: 12px;
}
.page-matching-localization .page-right-inner .matching-box .mathing-result .r .bg {
  display: block;
  background: #5F8AD8;
  width: 84px;
  height: 36px;
  border-radius: 20px;
  position: absolute;
  z-index: 1;
  left: 1px;
  top: 1px;
  transition: left 0.2s;
}
.page-matching-localization .page-right-inner .matching-box .mathing-result .r .btn:nth-child(2).active + .bg {
  left: 85px;
}
.page-matching-localization .page-right-inner .table-box {
  border-radius: 8px;
  border: 1px solid #F3F3F3;
  overflow: hidden;
  padding-bottom: 24px;
}
.page-matching-localization .page-right-inner .table-box table {
  border-collapse: collapse;
  width: 100%;
  font-size: 14px;
  color: #333;
  table-layout: fixed;
}
.page-matching-localization .page-right-inner .table-box table .btn {
  width: 64px;
  height: 28px;
  line-height: 26px;
  border-radius: 18px;
  border: 1px solid #333333;
  outline: none;
  background: transparent;
  cursor: pointer;
  transition: all 0.2s;
}
.page-matching-localization .page-right-inner .table-box table .btn[disabled] {
  opacity: 0.5;
}
.page-matching-localization .page-right-inner .table-box table .btn.is-attention {
  border: 1px solid #E1E1E1;
  color: #999;
}
.page-matching-localization .page-right-inner .table-box table tr td {
  border-bottom: 1px solid #E8EFF9;
  height: 62px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-matching-localization .page-right-inner .table-box table tr td:nth-child(1),
.page-matching-localization .page-right-inner .table-box table tr td:last-child {
  width: 25px;
  border-bottom: none;
}
.page-matching-localization .page-right-inner .table-box table tr td:nth-child(2) {
  text-align: left;
}
.page-matching-localization .page-right-inner .table-box table tr .sort {
  display: inline-block;
  width: 24px;
  height: 48px;
  background: url(../img/sorting_blue.png) no-repeat;
  background-size: 24px 24px;
  background-position: center;
  vertical-align: middle;
  cursor: pointer;
}
.page-matching-localization .page-right-inner .table-box table tr .sort.down {
  background: url(../img/sorting_down_blue.png) no-repeat;
  background-size: 24px 24px;
  background-position: center;
}
.page-matching-localization .page-right-inner .table-box table tr .sort.up {
  background: url(../img/sorting_up_blue.png) no-repeat;
  background-size: 24px 24px;
  background-position: center;
}
.page-matching-localization .page-right-inner .table-box table tr .logo {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 16px;
  vertical-align: middle;
}
.page-matching-localization .page-right-inner .table-box table tr:hover {
  background: rgba(2, 215, 181, 0.1);
}
.page-matching-localization .page-right-inner .table-box table tr:hover td:nth-child(1),
.page-matching-localization .page-right-inner .table-box table tr:hover td:last-child {
  border-bottom: 1px solid rgba(2, 215, 181, 0.1);
}
.page-matching-localization .page-right-inner .table-box table tr:hover .btn:not(:disabled):hover {
  background: #02D7B5;
  color: #fff;
  border-color: #02D7B5;
}
.page-matching-localization .page-right-inner .table-box table tr:hover .btn:not(:disabled):active {
  background: #00C1A2;
}
.page-matching-localization .page-right-inner .table-box table tr:hover .btn.is-attention {
  border: 1px solid #E1E1E1;
  color: #999;
  background: transparent;
}
.page-matching-localization .page-right-inner .table-box table tr:hover .btn.is-attention:not(:disabled):hover {
  background: #F2F2F2;
  color: #999;
}
.page-matching-localization .page-right-inner .table-box table tr:hover .btn.is-attention:not(:disabled):active {
  background: #E5E5E5;
}
.page-matching-localization .page-right-inner .table-box table tr:last-of-type td {
  border-bottom-color: transparent;
}
.page-matching-localization .page-right-inner .table-box table tr:last-of-type:hover td {
  border-bottom-color: rgba(2, 215, 181, 0.1);
}
.page-matching-localization .page-right-inner .table-box table .caption td {
  height: 48px;
  background: #EFF2F8;
  border: none;
  font-weight: 600;
}
.page-matching-localization .page-right-inner .table-box table .caption td:hover {
  color: #5F8AD8;
}
.page-matching-localization .page-right-inner .table-box table .caption td.active {
  color: #5F8AD8;
}
.page-matching-localization .page-right-inner .table-box .no-content-img {
  height: 374px;
  padding-top: 108px;
}
.page-matching-localization .page-right-inner .table-box .no-content-img .tips {
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  margin: 0px 0 12px;
}
.page-matching-localization .page-right-inner .table-box .no-content-img .play {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.page-matching-localization .page-right-inner .table-box .no-content-img .play .btn {
  height: 28px;
  background: transparent;
  border: none;
  outline: none;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #5F8AD8;
  padding: 0 8px;
  cursor: pointer;
  border-radius: 14px;
  margin: 0 8px;
  border: 1px solid #fff;
}
.page-matching-localization .page-right-inner .table-box .no-content-img .play .btn + .btn {
  position: relative;
  margin-left: 9px;
}
.page-matching-localization .page-right-inner .table-box .no-content-img .play .btn + .btn:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 16px;
  left: -9px;
  top: 6px;
  background: #E8EFF9;
}
.page-matching-localization .page-right-inner .table-box .no-content-img .play .btn:hover {
  background: #F2F2F2;
  border-color: #F2F2F2;
}
.page-matching-localization .page-right-inner .table-box .no-content-img .play .btn:active {
  background: #E5E5E5;
  border-color: #E5E5E5;
}
.page-matching-localization .page-right-inner .table-box .el-pagination {
  margin-top: 30px;
}
.page-matching-localization .alert-filtrate .bg {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.page-matching-localization .alert-filtrate .el-radio__label {
  vertical-align: middle;
  padding-left: 7px;
  font-size: 12px;
  color: #333;
}
.page-matching-localization .alert-filtrate .el-radio__input.is-disabled.is-checked .el-radio__inner::after {
  background: #fff;
}
.page-matching-localization .alert-filtrate .alert-content {
  width: 920px;
  background: #FFFFFF;
  box-shadow: 0px 2px 11px -2px #DCEBEF;
  border-radius: 8px;
  border: 1px solid #F3F3F3;
  z-index: 11;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.page-matching-localization .alert-filtrate .alert-content .school,
.page-matching-localization .alert-filtrate .alert-content .bg-target {
  padding-bottom: 20px;
}
.page-matching-localization .alert-filtrate .alert-content .bg-language {
  margin-bottom: 20px;
}
.page-matching-localization .alert-filtrate .alert-content .form-item {
  padding: 8px 0;
}
.page-matching-localization .alert-filtrate .title {
  font-size: 22px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 30px;
  position: relative;
  padding: 30px 0 22px;
  text-align: center;
}
.page-matching-localization .alert-filtrate .title .icon-close-o {
  position: absolute;
  right: 6px;
  top: -44px;
  color: #fff;
  cursor: pointer;
  font-size: 27px;
}
.page-matching-localization .alert-filtrate .form-content {
  margin: 0 50px 40px;
  width: 820px;
  padding-left: 20px;
  border-radius: 4px;
  border: 1px solid #E8EFF9;
}
.page-matching-localization .alert-filtrate .form-content .item-name {
  font-size: 14px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 20px;
  margin-bottom: 6px;
}
.page-matching-localization .alert-filtrate .form-content .item {
  padding: 17px 0 0;
}
.page-matching-localization .alert-filtrate .form-content .item + .item {
  margin-top: 2px;
}
.page-matching-localization .alert-filtrate .form-content .el-checkbox__label {
  padding-left: 7px;
}
.page-matching-localization .alert-filtrate .form-content .el-radio__inner {
  width: 16px;
  height: 16px;
}
.page-matching-localization .alert-filtrate .form-content .el-radio__inner::after {
  width: 8px;
  height: 8px;
}
.page-matching-localization .alert-filtrate .form-content .el-checkbox__label,
.page-matching-localization .alert-filtrate .form-content .el-checkbox,
.page-matching-localization .alert-filtrate .form-content .el-radio {
  font-size: 12px;
  line-height: 20px;
}
.page-matching-localization .alert-filtrate .form-content .el-checkbox__input.is-checked + .el-checkbox__label,
.page-matching-localization .alert-filtrate .form-content .el-radio__input.is-checked + .el-radio__label {
  color: #333;
}
.page-matching-localization .alert-filtrate .form-content .el-checkbox__input.is-checked .el-checkbox__inner,
.page-matching-localization .alert-filtrate .form-content .el-checkbox__input.is-indeterminate .el-checkbox__inner,
.page-matching-localization .alert-filtrate .form-content .el-radio__input.is-checked .el-radio__inner,
.page-matching-localization .alert-filtrate .form-content .el-radio__input.is-indeterminate .el-radio__inner {
  background-color: #02D7B5;
  border-color: #02D7B5;
}
.page-matching-localization .alert-filtrate .form-content .el-checkbox__input.is-focus .el-checkbox__inner,
.page-matching-localization .alert-filtrate .form-content .el-radio__input.is-focus .el-radio__inner {
  border-color: #e1e1e1;
}
.page-matching-localization .alert-filtrate .form-content .el-checkbox__inner {
  transform: scale(1.15);
  transform-origin: center;
}
.page-matching-localization .alert-filtrate .form-content .el-checkbox,
.page-matching-localization .alert-filtrate .form-content .el-radio {
  margin: 4px 24px 4px 0;
}
.page-matching-localization .alert-filtrate .form-content .form-i {
  display: flex;
  padding: 2px 0;
  border-bottom: 1px solid #E8EFF9;
  font-size: 12px;
}
.page-matching-localization .alert-filtrate .form-content .form-i .i-name {
  display: inline-flex;
  flex: 0 0 192px;
  justify-content: space-between;
  color: #333;
  padding: 2px 0px 2px 0;
  margin-right: 24px;
}
.page-matching-localization .alert-filtrate .form-content .form-i .i-name .el-checkbox,
.page-matching-localization .alert-filtrate .form-content .form-i .i-name .el-radio {
  margin-top: 0;
  margin-bottom: 0;
}
.page-matching-localization .alert-filtrate .form-content .form-i .i-name .l {
  display: inline-flex;
  align-items: center;
  flex: 0 0 92px;
}
.page-matching-localization .alert-filtrate .form-content .form-i .r {
  display: inline-flex;
  align-items: center;
  border-right: 1px solid #E8EFF9;
}
.page-matching-localization .alert-filtrate .form-content .form-i .el-checkbox__inner {
  border-color: #E1E1E1;
}
.page-matching-localization .alert-filtrate .form-content .form-i .el-checkbox__inner:hover,
.page-matching-localization .alert-filtrate .form-content .form-i .el-radio__inner:hover {
  border-color: #E1E1E1;
}
.page-matching-localization .alert-filtrate .form-content .item:last-child .form-i:last-child {
  border-bottom: none;
}
.page-matching-localization .alert-filtrate .footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-top: 1px solid #E8EFF9;
  height: 80px;
  padding-right: 50px;
}
.page-matching-localization .alert-filtrate .footer .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #333333;
  color: #333;
  font-size: 14px;
  background: transparent;
  cursor: pointer;
  outline: none;
  padding: 0 12px;
  margin-left: 16px;
}
.page-matching-localization .alert-filtrate .footer .btn .icon-plus {
  font-size: 12px;
  margin-right: 8px;
  font-weight: 600;
}
.page-matching-localization .alert-filtrate .footer .btn.submit {
  background: #02D7B5;
  border: none;
  color: #fff;
}
.page-matching-localization .alert-bg-personal .title {
  margin: 0;
  padding: 0;
}
.page-matching-localization .alert-bg-personal .tips {
  display: flex;
  justify-content: space-between;
  padding-right: 50px;
}
.page-matching-localization .alert-bg-personal .tips .icon-tips {
  color: #5F8AD8;
  margin-right: 7px;
}
.page-matching-localization .alert-bg-personal .form-scroll {
  max-height: calc(92vh - 160px);
  overflow-y: scroll;
}
.page-matching-localization .alert-bg-personal .form-scroll::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 0px;
}
.page-matching-localization .alert-bg-personal .form-scroll::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 3px;
  box-shadow: inset 0 0 5px #ccc;
  background: transparent;
}
.page-matching-localization .alert-bg-personal .form-scroll::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px transparent;
  border-radius: 10px;
  background: transparent;
}
.page-matching-school .page-main {
  margin: 0 auto;
  width: 1200px;
  max-width: 90vw;
  min-width: 1100px;
  background: #fff;
  padding: 40px 60px 64px;
  border-radius: 8px;
}
.page-matching-school .page-tips {
  margin-bottom: 40px;
  background: #F6F9FD;
  border-radius: 8px;
  border: 1px solid #F6F9FD;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  padding: 20px 24px;
}
.page-matching-school .page-tips .divide {
  display: inline-block;
  width: 1px;
  height: 33px;
  background: #D8D8D8;
  vertical-align: middle;
  margin: 0 16px;
}
.page-matching-school .page-tips .item {
  display: inline;
}
.page-matching-school .page-tips .num {
  color: #3E518F;
  font-size: 20px;
  margin: 0 4px;
}
.page-matching-school .page-tips .item:not(:last-child):after {
  content: "，";
}
.page-matching-school .page-tips .icon-renshu {
  font-size: 19px;
  margin-right: 9px;
}
.page-matching-school .offer-list .table {
  padding: 0;
}
.page-matching-school .offer-list .table td {
  padding-top: 14px;
  padding-bottom: 14px;
  line-height: 20px;
}
.page-matching-school .offer-list .table td .text {
  white-space: pre-wrap;
}
.page-matching-school .offer-list .caption td {
  height: 48px;
  background: #EFF2F8;
}
.page-matching-school .offer-list .user .content-alert ul {
  padding-bottom: 6px;
}
.page-matching-school .offer-list .content-alert {
  box-shadow: none;
}
.page-matching-school .offer-list .link {
  margin: 0 16px 16px;
  width: 113px;
  height: 32px;
  background: #02D7B5;
  border-radius: 17px;
  display: block;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
  font-size: 12px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
}
.el-date-table td.current:not(.disabled) span {
  background: #02D7B5;
}
.el-date-table td.today span,
.el-date-table td.available:hover {
  color: #02D7B5;
}
@keyframes orderbig {
  0,
  100% {
    box-shadow: 0 0 0 #02d7b5;
  }
  60% {
    box-shadow: 0 0 2px 2px #02d7b5;
  }
}
@keyframes orderbeforebig {
  0,
  100% {
    width: 38px;
    height: 38px;
  }
  60% {
    width: 32px;
    height: 32px;
  }
}
.flbc {
  display: none;
}
.flb {
  padding: 10px 10px 8px;
  height: 20px;
  line-height: 20px;
}
.flb img {
  vertical-align: middle;
}
.flb em {
  float: left;
  font-size: 14px;
  font-weight: 700;
  color: #369;
}
.el-message {
  min-width: 280px;
  padding: 14px 62px;
  border-radius: 6px;
  text-align: center;
  justify-content: center;
}
.el-message--success {
  background: #E0F6F2;
  color: #02D7B5;
}
.el-message--success .el-icon-success,
.el-message--success .el-message__content {
  color: #02D7B5;
}
.el-message--error {
  background: #FBECED;
  color: #DA424D;
}
.el-message--error .el-icon-success,
.el-message--error .el-message__content {
  color: #DA424D;
}
.ptea-area {
  margin-top: 50px;
  padding: 20px 0px 10px;
  border-top: 1px dashed #e4e4e4;
}
.ptea-area .ptea-text {
  color: #666;
  font-size: 14px;
}
.ptea-area .ptea-text .ptea {
  margin: 0 6px;
  display: inline-block;
  width: 50px;
  height: 20px;
  color: #fff;
  background: #333;
  border-radius: 3px;
  text-align: center;
}
.ptea-area .score {
  margin-top: 14px;
}
.ptea-area .score .score-item {
  display: inline-block;
  margin-right: 20px;
  width: calc(50% - 10px);
  height: 40px;
  line-height: 40px;
  background: #f8f8f8;
  border-radius: 4px;
  padding: 0 20px 0 8px;
  color: #333;
  font-size: 13px;
}
.ptea-area .score .score-item .icon-youjiantou {
  color: #02D7B5;
  font-size: 14px;
  margin-right: 5px;
}
.ptea-area .score .score-item .icon {
  display: inline-block;
  margin-right: 10px;
  width: 16px;
  height: 16px;
  background: url(https://schools.gter.net/image/gter/school/img/page-you.png) no-repeat 100%;
  background-size: 100%;
  vertical-align: middle;
}
.ptea-area .score .score-item .num {
  font-weight: bold;
  color: #000;
  margin-left: 6px;
  float: right;
}
.ptea-area .tip {
  padding: 18px 0px;
  display: flex;
  font-size: 12px;
  color: #999;
  line-height: 18px;
}
.ptea-area .tip i {
  width: 24px;
  display: inline-flex;
  flex: 0 0 24px;
  font-weight: bold;
  font-size: 15px;
  position: relative;
  top: 2px;
}
