@font-face {
  font-family: 'RanyMedium';
  src: url(../img/RanyMedium.otf);
}

@font-face {
  font-family: 'RanyBold';
  src: url(../img/RanyBold.otf);
}

* {
  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;
}

.color-3 {
  color: #333 !important;
}

.inner-block {
  margin: 0 auto;
  width: 1200px;
  max-width: 90vw;
  min-width: 1200px;
}

.el-loading-spinner .path {
  stroke: #06CBA7;
}

::-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;
}

.el-message-box__headerbtn:focus .el-message-box__close,
.el-message-box__headerbtn:hover .el-message-box__close {
  color: #000;
}

.el-button--primary {
  background: #06CBA7;
  border-color: #06CBA7;
}

.el-button:focus,
.el-button:hover {
  background: #F2F2F2;
  border-color: #E8EFF9;
  color: #333;
}

.el-button:active {
  background: #E5E5E5;
  border-color: #E8EFF9;
}

.el-message-box__status.el-icon-warning {
  color: #FF6B59;
}

.el-button--primary:focus,
.el-button--primary:hover {
  background: #05C09E;
  border-color: #05C09E;
  color: #fff;
}

.el-button--primary.is-active,
.el-button--primary:active {
  background: #04B695;
  border-color: #04B695;
  color: #fff;
}

.el-tooltip__popper.is-light {
  border-color: #fff;
  color: #68AAFF;
}

.el-tooltip__popper[x-placement^=right] .popper__arrow::after {
  border-right-color: #fff !important;
}

.el-tooltip__popper[x-placement^=right] .popper__arrow {
  border-right-color: #fff !important;
}

.el-pagination {
  text-align: center;
  margin-top: 20px;
  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;
}

#loading {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
}

.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 */
}

.el-select-dropdown {
  border-color: #E1E1E1;
}

.el-select .el-input.is-focus .el-input__inner,
.el-select .el-input.is-focus .el-input__inner {
  border-color: #333;
}

.el-select-dropdown__list {
  padding: 0;
}

.el-select-dropdown__item.selected {
  background: #E8EFF9;
  font-weight: 600;
  color: #333;
  border-radius: 0;
}

.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  background: #F2F2F2;
  color: #333;
  border-radius: 0;
}

.el-select-dropdown__item {
  color: #333;
  line-height: 24px;
  padding: 4px 12px;
  border-radius: 4px;
}

.select-container {
  width: 100%;
}

.select-container .text,
.select-container .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;
}

.select-container .placeholder {
  color: #999;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 30px;
  min-width: 86px;
}

.select-container .select-box {
  position: relative;
  height: 36px;
  cursor: pointer;
}

.select-container .select-box .icon-down {
  position: absolute;
  right: 16px;
  top: 0;
  z-index: 4;
  color: #999;
  font-size: 12px;
  line-height: 36px;
}

.select-container .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;
}

.select-container .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;
}

.select-container .select-box .spin-btn .btn .icon-down {
  line-height: 18px;
  position: static;
  transform: scale(0.8);
  display: block;
  transform-origin: center;
}

.select-container .select-box .spin-btn .btn.top {
  transform: rotateZ(180deg);
  border-top: 1px solid #E1E1E1;
}

.select-container .select-box .spin-btn .btn:hover {
  background: #f2f2f2;
}

.select-container .select-box .icon-close-o {
  position: absolute;
  right: 16px;
  z-index: 4;
  color: #999;
  font-size: 12px;
  line-height: 36px;
}

.select-container .select-box .select-list {
  position: absolute;
  z-index: 6;
  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;
}

.select-container .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;
}

.select-container .select-box .select-list p {
  max-width: 500px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.select-container .select-box .select-list .select-item:hover {
  background: #F2F2F2;
}

.select-container .select-box .select-list .select-item.is-select {
  font-weight: 500;
  background: #E8EFF9;
}

.select-container .select-box:hover .spin-btn {
  display: block;
}

.select-container .select-box:active .text,
.select-container .select-box:focus-within .text {
  border-color: #333;
}

.nav-tab {
  background-color: #0C142D;
}

.nav-tab * {
  box-sizing: border-box;
}

.nav-tab .url-list {
  margin: 0 auto;
  width: 1200px;
  max-width: 90vw;
  min-width: 1200px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #ccc;
  font-size: 14px;
  list-style: none;
  padding: 7px 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;
  height: 30px;
  box-sizing: border-box;
}

.nav-tab .url-list .active {
  color: #06CBA7;
  border-bottom-color: #06CBA7;
}

.nav-tab .url-list .user {
  margin-left: 40px;
  display: inline-flex;
  width: 32px;
  height: 32px;
  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: 30px;
  height: 30px;
}

.nav-tab .url-list .user img {
  width: 30px;
  height: 30px;
  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;
}

.offer-header {
  background: linear-gradient(90deg, #020002, #020002 40%, #D4DA10 60%, #D4DA10);
  width: 100%;
  height: 326px;
  background-size: cover;
  background-position: center;
}

.offer-header * {
  box-sizing: border-box;
}

.offer-header .img {
  background: url(../img/offer-header-bg.png) no-repeat;
  width: 100%;
  height: 326px;
  background-size: cover;
  background-position: center;
}

.div-scrollbar {
  scrollbar-color: rgba(233, 233, 233), transparent;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  overflow-y: auto;
}

.div-scrollbar::-webkit-scrollbar {
  width: 5px;
  height: 16px;
}

.div-scrollbar::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #e9e9e9;
}

.div-scrollbar::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px transparent;
  border-radius: 10px;
  background: transparent;
}

.div-scrollbar::-webkit-input-placeholder {
  color: #C0C4CC;
}

.div-scrollbar:-moz-placeholder {
  color: #C0C4CC;
}

.div-scrollbar:-ms-input-placeholder {
  color: #C0C4CC;
}

.div-scrollbar:-moz-placeholder {
  color: #C0C4CC;
}

.school-index {
  padding-bottom: 100px;
  background: #EEF2F5;
  border-top: 1px solid #EEF2F5;
}

@media screen and (max-width: 1360px) {
  .school-index .returnTop {
    right: 0 !important;
  }
}

.school-index * {
  box-sizing: border-box;
}

.school-index .page-header {
  margin-top: -88px;
  margin-bottom: 20px;
}

.school-index .page-header .bg {
  border-radius: 28px 28px 0 0;
  background: rgba(51, 51, 51, 0.19);
  padding-top: 5px;
}

.school-index .page-header .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  padding: 20px 24px;
  border-radius: 32px 32px 0 0;
}

.school-index .page-header .top .left {
  width: 350px;
  height: 45px;
  background-size: 100%;
}

.school-index .page-header .top .left .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 129px;
  height: 44px;
  background: #e93b45;
  border-radius: 22px;
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  color: #fbe5ca;
  margin-right: 8px;
  cursor: pointer;
}

.school-index .page-header .top .right {
  display: inline-flex;
}

.school-index .page-header .top .right .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 129px;
  height: 44px;
  background: #FFFFFF;
  border-radius: 22px;
  border: 1px solid #E8EFF9;
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  margin-right: 8px;
  cursor: pointer;
}

.school-index .page-header .top .right .btn.user {
  position: relative;
}

.school-index .page-header .top .right .btn.user:hover {
  background-color: #f2f7f9;
}

.school-index .page-header .top .right .btn.user .user-menu-box {
  top: 44px;
  left: 0;
  z-index: 11;
  padding-top: 12px;
}

.school-index .page-header .top .right .btn.user .user-menu-box .user-menu {
  width: 128px;
  height: 94px;
  border: 1px solid #bfd4e4;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  background: #ffffff;
  padding: 0 7.5px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.school-index .page-header .top .right .btn.user .user-menu-box .user-menu .transverse-line {
  width: 100px;
  background: #bfd4e4;
  height: 1px;
}

.school-index .page-header .top .right .btn.user .user-menu-box .user-menu .menu-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  width: 100%;
  margin-top: 3px;
  margin-bottom: 8px;
}

.school-index .page-header .top .right .btn.user .user-menu-box .user-menu .menu-item.menu-item1 {
  margin-top: 8px;
  margin-bottom: 3px;
}

.school-index .page-header .top .right .btn.user .user-menu-box .user-menu .menu-item:hover {
  border-radius: 5px;
  background: #f2f7f9;
}

.school-index .page-header .top .right .btn .icon {
  margin-right: 8px;
}

.school-index .page-header .top .right .btn .qifu {
  background: url(../img/icon_qifu.png) no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
}

.school-index .page-header .top .right .btn .user {
  background: url(../img/icon_user.png) no-repeat;
  background-size: 100%;
  width: 18px;
  height: 18px;
}

.school-index .page-header .top .right .btn .plus {
  background: url(../img/icon_plus.png) no-repeat;
  background-size: 100%;
  width: 18px;
  height: 18px;
}

.school-index .page-header .top .right .btn:hover {
  background: #F2F2F2;
}

.school-index .page-header .top .right .btn:active {
  background: #E5E5E5;
}

.school-index .page-header .top .right .tooffer {
  width: 190px;
  height: 44px;
  background: #08DBB4;
  box-shadow: inset 0px 1px 3px 0px #61FFE2;
  border-radius: 22px;
  position: relative;
  overflow: hidden;
  padding-bottom: 3px;
}

.school-index .page-header .top .right .tooffer .blur {
  position: absolute;
  filter: blur(2px);
  width: 190px;
  height: 3px;
  left: 0;
  bottom: 0;
  background: #29B99D;
  overflow: hidden;
}

.school-index .page-header .top .right .tooffer:hover {
  background: #05CEAC;
  border: 1px solid #E8EFF9;
}

.school-index .page-header .top .right .tooffer:active {
  background: #07CAA6;
  border: 1px solid #E8EFF9;
}

.school-index .page-header .top .right .add {
  width: 152px;
  height: 44px;
  background: #6fb0fc;
  border-radius: 22px;
  color: #fff;
  font-size: 16px;
  border: 3px solid #6fb0fc;
  border-bottom: 3px solid #85b8f8;
  position: relative;
}

.school-index .page-header .top .right .add .icon-add {
  font-weight: 400;
  margin-right: 7px;
}

.school-index .page-header .top .right .add:hover {
  background: #76acf7;
  border-color: #76acf7;
  border-bottom-color: #87b8f8;
}

.school-index .page-header .top .right .add:active {
  background: #76a8eb;
  border-color: #76a8eb;
  border-bottom-color: #85b8f8;
}

.school-index .page-header .bottom {
  background: #fff;
  border-radius: 0px 0px 8px 8px;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.school-index .page-header .bottom .left {
  display: inline-flex;
  width: 360px;
  height: 84px;
  margin-right: 20px;
  background: #F9F9F9;
  border-radius: 20px;
  padding: 0 30px;
  align-items: center;
  justify-content: space-between;
}

.school-index .page-header .bottom .left .item {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
}

.school-index .page-header .bottom .left .item .num {
  margin-right: 5px;
  font-size: 24px;
  font-family: RanyBold;
  color: #333333;
  font-weight: 600;
}

.school-index .page-header .bottom .left .item .b {
  margin-top: 4px;
}

.school-index .page-header .bottom .left .divide {
  display: inline-flex;
  width: 1px;
  height: 40px;
  background: #E1E1E1;
}

.school-index .page-header .bottom .right {
  display: inline-flex;
  flex: 1;
  height: 84px;
  padding: 0 24px;
  background: #F9F9F9;
  border-radius: 20px;
  padding-right: 0;
}

.school-index .page-header .bottom .right .item {
  display: inline-flex;
  align-items: center;
  flex: 1;
}

.school-index .page-header .bottom .right .item .avatar {
  margin-right: 12px;
  width: 40px;
  height: 40px;
  border: 1px solid #E1E1E1;
  border-radius: 50%;
}

.school-index .page-header .bottom .right .item .avatar img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
}

.school-index .page-header .bottom .right .item .contents {
  display: inline-flex;
  font-size: 13px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  flex-direction: column;
}

.school-index .page-header .bottom .right .item .contents p {
  display: inline-flex;
  align-items: flex-start;
}

.school-index .page-header .bottom .right .item .contents .time {
  margin-right: 8px;
  font-size: 13px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
}

.school-index .page-header .bottom .right .item .contents .circle {
  display: inline-flex;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #06CBA7;
  position: relative;
  top: 3px;
  margin-left: 5px;
}

.school-index .page-header .bottom .right .item .contents .name {
  cursor: pointer;
  margin-top: 5px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 237px;
  display: block;
}

.school-index .page-header .bottom .right .item .contents .name:hover {
  font-weight: 650;
}

.school-index .page-header .bottom .el-carousel {
  width: 100%;
}

.school-index .page-header .bottom .el-carousel__item {
  display: flex;
  height: 84px;
  align-items: center;
}

.school-index .former-years-echarts {
  margin-top: 20px;
  border-radius: 8px;
  background: #fff;
  position: relative;
}

.school-index .former-years-echarts .legend {
  padding-right: 26px;
  height: 46px;
  border-bottom: 1px solid #ECEEF0;
  /* justify-content: flex-end; */
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
}

.school-index .former-years-echarts .legend .item {
  display: inline-flex;
  margin-left: 27px;
  align-items: center;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
}

.school-index .former-years-echarts .legend .item .bar {
  margin-right: 9px;
  width: 16px;
  height: 4px;
  background: #FFE03E;
  border-radius: 2px;
}

.school-index .former-years-echarts .legend .item:nth-child(2) .bar {
  background: #68AAFF;
}

.school-index .former-years-echarts .legend .item:nth-child(3) .bar {
  background: #06CBA7;
}

.school-index .former-years-echarts .echarts-box {
  display: block;
  flex-wrap: wrap;
  transition: height 0.3s;
}

.school-index .former-years-echarts .echarts-box .item {
  display: inline-flex;
  width: 25%;
  height: 314px;
  padding: 9px 0 38px;
  flex-direction: column;
  border-bottom: 1px solid #ECEEF0;
  border-right: 1px solid #ECEEF0;
}

.school-index .former-years-echarts .echarts-box .item:nth-child(4n) {
  border-right: none;
}

.school-index .former-years-echarts .echarts-box .title {
  text-align: center;
  height: 33px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  align-items: center;
  display: inline-flex;
  justify-content: center;
}

.school-index .former-years-echarts .echarts-box .title .icon {
  display: inline-flex;
  flex: 0 0 20px;
  background: url(../img/icon_location.png) no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.school-index .former-years-echarts .echarts-box .echarts {
  height: 170px;
}

.school-index .former-years-echarts .echarts-box .explain {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 36px 0;
}

.school-index .former-years-echarts .echarts-box .explain .left {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
}

.school-index .former-years-echarts .echarts-box .explain .left .icon {
  margin-right: 8px;
  display: inline-flex;
  background: url(../img/icon_echarts.png) no-repeat;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  flex: 0 0 20px;
}

.school-index .former-years-echarts .echarts-box .explain .left .num {
  display: block;
  margin-top: 4px;
  font-size: 16px;
  font-family: RanyMedium;
  color: #666666;
}

.school-index .former-years-echarts .echarts-box .explain .right {
  display: inline-flex;
  flex-direction: column;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
}

.school-index .former-years-echarts .echarts-box .explain .right p {
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
}

.school-index .former-years-echarts .echarts-box .explain .right p .num {
  font-size: 16px;
  font-family: RanyMedium;
  color: #333333;
}

.school-index .former-years-echarts .echarts-box .explain .right p:nth-child(2) {
  margin-top: 6px;
}

.school-index .former-years-echarts .echarts-box .explain .right .top {
  margin-left: 8px;
  display: inline-flex;
  background: url(../img/icon_top.png) no-repeat;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  flex: 0 0 20px;
}

.school-index .former-years-echarts .echarts-box.hide {
  height: 470px;
  overflow: hidden;
}

.school-index .former-years-echarts .echarts-box.hide .more {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 157px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  border-radius: 0px 0px 8px 8px;
  padding: 100px 0 15px;
  z-index: 10;
}

.school-index .former-years-echarts .echarts-box.hide .more .icon_more {
  transform: rotateZ(0);
}

.school-index .former-years-echarts .more {
  position: relative;
  z-index: 10;
  padding: 20px 0;
  width: 100%;
  text-align: center;
  transition: all 0.3s;
}

.school-index .former-years-echarts .more .text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 136px;
  height: 41px;
  background: #FFFFFF;
  box-shadow: 0px 2px 11px 0px rgba(230, 228, 228, 0.5);
  border-radius: 21px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  cursor: pointer;
  margin: 0 auto;
}

.school-index .former-years-echarts .more .text:hover {
  background: #F2F2F2;
}

.school-index .former-years-echarts .more .text:active {
  background: #E5E5E5;
}

.school-index .former-years-echarts .more .icon_more {
  display: inline-block;
  margin-left: 13px;
  background: url(../img/icon_more.png) no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
  transform-origin: center;
  transform: rotateZ(180deg);
  transition: all 0.3s;
}

.school-index .ptea-offer-page {
  background-color: #fff;
  border-radius: 8px;
  margin-top: 20px;
  padding: 0 40px 15px 48px;
  position: relative;
  overflow: hidden;
  font-family: microsoft yahei;
}

.school-index .ptea-offer-page .tips {
  margin-right: 12px;
  display: inline-block;
  width: 36px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid #E1E1E1;
  text-align: center;
  line-height: 18px;
  color: #666666;
  font-size: 12px;
  font-weight: 400;
}

.school-index .ptea-offer-page .item .chname:hover {
  text-decoration: underline;
}

.school-index .ptea-offer-page .ptea-header {
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 6px 0 0 0;
  margin-bottom: 10px;
}

.school-index .ptea-offer-page .ptea-header .left {
  color: #333;
  font-size: 18px;
  font-weight: bold;
}

.school-index .ptea-offer-page .ptea-header .right {
  color: #5f8ad8;
  font-size: 14px;
}

.school-index .ptea-offer-page .ptea-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}

.school-index .ptea-offer-page .ptea-list .item {
  display: inline-flex;
  align-items: flex-start;
  width: 28%;
}

.school-index .ptea-offer-page .ptea-list .item:nth-child(3n) {
  margin-right: 0;
}

.school-index .ptea-offer-page .ptea-list .text {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  padding: 16px 0;
}

.school-index .ptea-offer-page .ptea-list .item:not(:nth-last-child(-n + 3)) .text {
  border-bottom: 1px solid #f4f8fd;
}

.school-index .ptea-offer-page .ptea-list .avatar {
  width: 32px;
  margin-right: 12px;
  padding-top: 16px;
  text-decoration: none;
  cursor: pointer;
}

.school-index .ptea-offer-page .ptea-list .avatar .img {
  display: block;
  width: 32px;
}

.school-index .ptea-offer-page .ptea-list .school-name {
  display: inline-flex;
  flex-direction: column;
  text-decoration: none;
  /*cursor: pointer;*/
}

.school-index .ptea-offer-page .ptea-list .enname {
  color: #999;
  font-size: 12px;
  margin-top: 4px;
}

.school-index .ptea-offer-page .ptea-list .chname {
  color: #333;
  font-size: 14px;
  font-weight: 600;
  text-underline-offset: 3px;
}

.school-index .ptea-offer-page .ptea-list .score {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: bold;
  height: 18px;
  flex: 0 0 30px;
  border-radius: 9px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #B2B2B2;
}

.school-index .ptea-offer-page .ptea-list .score .num {
  margin-right: 4px;
  font-size: 18px;
  font-family: RanyRegular;
  color: #333333;
  white-space: nowrap;
}

.school-index .ptea-offer-page .more {
  display: block;
  width: 110px;
  height: 30px;
  border-radius: 3px;
  background: #e0e8f0;
  color: #8794ab;
  text-decoration: none;
  text-align: center;
  line-height: 30px;
  margin: 20px auto 0;
  font-size: 14px;
  cursor: pointer;
}

.school-index .ptea-area {
  margin-top: 50px;
  padding: 20px 24px;
  border-top: 1px dashed #e4e4e4;
}

.school-index .ptea-area .ptea-text {
  color: #666;
  font-size: 14px;
}

.school-index .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;
}

.school-index .ptea-area .score {
  margin-top: 14px;
}

.school-index .ptea-area .score .score-item {
  display: inline-block;
  margin-right: 20px;
  width: 300px;
  height: 40px;
  line-height: 40px;
  background: #f8f8f8;
  border-radius: 4px;
  padding: 0 8px;
  color: #333;
  font-size: 13px;
}

.school-index .ptea-area .score .score-item .num {
  font-weight: bold;
  color: #000;
  margin-left: 6px;
}

.school-index .result-area .list .item .jituo-data .data-list.ptea-list .li {
  flex-direction: row;
  justify-content: flex-start;
  padding-left: 20px;
}

.school-index .result-area .list .item .jituo-data .data-list.ptea-list .li .num {
  margin-left: 28px;
}

.school-index .offer-ranking {
  background-color: #fff;
  border-radius: 8px;
  margin-top: 20px;
  padding: 16px 24px 12px;
}

.school-index .offer-ranking .title {
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 25px;
}

.school-index .offer-ranking .content {
  display: flex;
  align-items: flex-end;
  padding: 40px 24px 30px 12px;
}

.school-index .offer-ranking .content .order {
  display: inline-flex;
  flex: 0 0 60px;
  flex-direction: column;
  font-size: 13px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #B2B2B2;
  text-align: center;
  justify-content: center;
  line-height: 28px;
}

.school-index .offer-ranking .content .order .i {
  width: 27px;
}

.school-index .offer-ranking .content .school-item:not(:last-child) {
  margin-right: 70px;
}

.school-index .offer-ranking .content .school-list .name {
  width: calc(100% - 38px);
  max-width: 84px;
}

.school-index .offer-ranking .content .school-item {
  display: inline-flex;
  flex-direction: column;
  flex: 1;
}

.school-index .offer-ranking .content .school-item .area {
  align-items: center;
  display: inline-flex;
  padding-left: 0px;
}

.school-index .offer-ranking .content .school-item .area .logo {
  width: 24px;
  margin-right: 5px;
}

.school-index .offer-ranking .content .school-item .area .name {
  font-weight: 650;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  color: #333333;
  line-height: 16px;
}

.school-index .offer-ranking .content .school-item .school-list {
  margin-top: 20px;
}

.school-index .offer-ranking .content .school-item .school-list .i:hover .name {
  font-weight: 600;
}

.school-index .offer-ranking .content .school-item .school-list .i a {
  display: flex;
  align-items: center;
}

.school-index .offer-ranking .content .school-item .school-list .avatar {
  margin-right: 8px;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}

.school-index .offer-ranking .content .school-item .school-list .name {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.school-index .offer-ranking .content .school-item .school-list .num {
  margin-left: 10px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 28px;
}

.school-index .my-attention-alert .bg {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}

.school-index .my-attention-alert .inner {
  position: fixed;
  z-index: 11;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 8px;
  width: 720px;
}

.school-index .my-attention-alert .inner .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 54px;
  background: #333333;
  border-radius: 8px 8px 0 0;
  color: #fff;
  font-size: 16px;
  padding: 0 24px;
}

.school-index .my-attention-alert .inner .head .icon-close1 {
  font-size: 15px;
  color: #ccc;
  cursor: pointer;
}

.school-index .my-attention-alert .inner .contents {
  background: #fff;
  border-radius: 0 0 8px 8px;
  width: 100%;
  padding: 40px 0 0;
}

.school-index .my-attention-alert .inner .form {
  display: flex;
  margin: 0 auto;
  width: 360px;
  height: 44px;
  background: #F8F8F8;
  border-radius: 18px;
  padding: 0 12px;
  align-items: center;
}

.school-index .my-attention-alert .inner .form input {
  display: inline-flex;
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  height: 44px;
  font-size: 14px;
}

.school-index .my-attention-alert .inner .form .search {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 4px;
  background: url(../img/icon_search.png) no-repeat;
  background-size: 100%;
}

.school-index .my-attention-alert .inner .list {
  margin: 28px 0;
  max-height: calc(95vh - 260px);
  overflow-y: scroll;
  -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 */
}

.school-index .my-attention-alert .inner .list .item {
  display: flex;
  justify-content: space-between;
  height: 56px;
  padding: 0 40px;
}

.school-index .my-attention-alert .inner .list .item:hover {
  background: #F2F2F2;
}

.school-index .my-attention-alert .inner .list .left {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}

.school-index .my-attention-alert .inner .list .left .order {
  width: 30px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
}

.school-index .my-attention-alert .inner .list .left .avatar {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  border-radius: 50%;
}

.school-index .my-attention-alert .inner .list .right {
  display: inline-flex;
  align-items: center;
}

.school-index .my-attention-alert .inner .list .right .el-select .el-input__inner:focus {
  border-color: #E1E1E1;
}

.school-index .my-attention-alert .inner .list .right .el-input__icon {
  line-height: 34px;
}

.school-index .my-attention-alert .inner .list .right .el-select .el-input .el-select__caret {
  color: #999;
}

.school-index .my-attention-alert .inner .list .btn {
  display: inline-flex;
  align-items: center;
  color: #ccc;
  cursor: pointer;
  flex: 0 0 24px;
}

.school-index .my-attention-alert .inner .list .btn.del {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  flex: 0 0 24px;
  align-items: center;
  justify-content: center;
}

.school-index .my-attention-alert .inner .list .btn.del .icon-del {
  font-size: 14px;
}

.school-index .my-attention-alert .inner .list .btn.del:hover {
  background: #E5E5E5;
}

.school-index .my-attention-alert .inner .list .btn.del:active {
  background: #D9D9D9;
}

.school-index .my-attention-alert .inner .list .drag.btn {
  margin: 0 40px;
  position: relative;
  line-height: 56px;
}

.school-index .my-attention-alert .inner .list::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 0px;
}

.school-index .my-attention-alert .inner .list::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 3px;
  box-shadow: inset 0 0 5px #ccc;
  background: transparent;
}

.school-index .my-attention-alert .inner .list::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px transparent;
  border-radius: 10px;
  background: transparent;
}

.school-index .my-attention-alert .inner .footer {
  border-top: 1px solid #F2F2F2;
  height: 64px;
  display: flex;
  padding: 0 24px;
  align-items: center;
  justify-content: flex-end;
}

.school-index .my-attention-alert .inner .footer .btn {
  display: inline-flex;
  width: 88px;
  height: 36px;
  background: #08DBB4;
  border-radius: 22px;
  font-size: 16px;
  color: #fff;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.school-index .my-attention-alert .inner .footer .btn:hover {
  background: #05CEAC;
}

.school-index .my-attention-alert .inner .footer .btn:active {
  background: #07CAA6;
}

.school-index .myoffer-pop {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2002;
}

.school-index .myoffer-pop .myoffer-pop-box {
  width: 720px;
  max-height: 680px;
  background-color: #fff;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  padding-left: 40px;
  position: relative;
}

.school-index .myoffer-pop .myoffer-pop-box .myoffer-pop-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  padding: 16px;
  cursor: pointer;
}

.school-index .myoffer-pop .myoffer-pop-box .myoffer-pop-title {
  color: #333;
  font-weight: 550;
  height: 28px;
  line-height: 28px;
  font-size: 20px;
  text-align: center;
  padding-right: 40px;
  margin-top: 30px;
  margin-bottom: 22px;
  font-weight: 650;
}

.school-index .myoffer-pop .myoffer-pop-box .myoffer-pop-total {
  font-size: 14px;
  color: #575757;
  margin-bottom: 15px;
}

.school-index .myoffer-pop .myoffer-pop-box .myoffer-pop-total .myoffer-pop-total-num {
  font-weight: 550;
  margin: 0 3px;
}

.school-index .myoffer-pop .myoffer-pop-box .myoffer-pop-content-box {
  max-height: 510px;
  display: flex;
  position: relative;
  margin-bottom: 57px;
  padding-right: 40px;
}

.school-index .myoffer-pop .myoffer-pop-box .myoffer-pop-content-box .myoffer-pop-content-box-box-div {
  border: 1px solid #e8e8e8;
  border-radius: 15px;
  position: absolute;
  top: 0;
  left: 0;
  height: 510px;
  width: 638px;
}

.school-index .myoffer-pop .myoffer-pop-box .myoffer-pop-content-box .myoffer-pop-content {
  max-height: 510px;
  width: 668px;
  overflow-y: auto;
}

.school-index .myoffer-pop .myoffer-pop-box .myoffer-pop-content-box .myoffer-pop-content .myoffer-pop-content-no {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 510px;
}

.school-index .myoffer-pop .myoffer-pop-box .myoffer-pop-content-box .myoffer-pop-content .myoffer-pop-content-no .myoffer-pop-content-no-icom {
  height: 120px;
  width: 101px;
  margin-top: 118px;
}

.school-index .myoffer-pop .myoffer-pop-box .myoffer-pop-content-box .myoffer-pop-content .myoffer-pop-content-no .myoffer-pop-content-hint {
  font-size: 14px;
  color: #4b4b4b;
  margin: 0;
}

.school-index .myoffer-pop .myoffer-pop-box .myoffer-pop-content-box .myoffer-pop-content .myoffer-pop-content-no .myoffer-pop-content-hint:first-of-type {
  margin-top: 28px;
}

.school-index .myoffer-pop .myoffer-pop-box .myoffer-pop-content-box .myoffer-pop-content .myoffer-pop-content-no .myoffer-pop-content-hint:last-of-type {
  margin-top: 10px;
}

.school-index .myoffer-pop .myoffer-pop-box .myoffer-pop-content-box .myoffer-pop-content .myoffer-pop-content-no .myoffer-pop-baooffer-btn {
  height: 48px;
  width: 200px;
  border-radius: 30px;
  background: #46dfba;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 650;
  margin-top: 50px;
  cursor: pointer;
  pointer-events: auto;
  font-size: 18px;
  z-index: 1;
}

.school-index .myoffer-pop .myoffer-pop-box .myoffer-pop-content-box .myoffer-pop-content .myoffer-pop-content-no .myoffer-pop-baooffer-btn .myoffer-pop-baooffer-btn-icom {
  width: 22px;
  margin-left: 9px;
}

.school-index .myoffer-pop .myoffer-pop-box .myoffer-pop-content-box .myoffer-pop-content .myoffer-pop-content-box-box {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 638px;
}

.school-index .myoffer-pop .myoffer-pop-box .myoffer-pop-content-box .myoffer-pop-content .myoffer-pop-content-box-box .myoffer-pop-content-item {
  display: flex;
  align-items: flex-start;
  padding: 24px 0px 0px 24px;
}

.school-index .myoffer-pop .myoffer-pop-box .myoffer-pop-content-box .myoffer-pop-content .myoffer-pop-content-box-box .myoffer-pop-content-item:not(:last-of-type) .myoffer-pop-school-content {
  border-bottom: 1px solid #f2f2f2;
}

.school-index .myoffer-pop .myoffer-pop-box .myoffer-pop-content-box .myoffer-pop-content .myoffer-pop-content-box-box .myoffer-pop-content-item .myoffer-pop-school-icom {
  width: 32px;
  margin-right: 12px;
}

.school-index .myoffer-pop .myoffer-pop-box .myoffer-pop-content-box .myoffer-pop-content .myoffer-pop-content-box-box .myoffer-pop-content-item .myoffer-pop-school-content {
  display: flex;
  flex: 1;
  padding-bottom: 24px;
  justify-content: space-between;
  align-items: center;
}

.school-index .myoffer-pop .myoffer-pop-box .myoffer-pop-content-box .myoffer-pop-content .myoffer-pop-content-box-box .myoffer-pop-content-item .myoffer-pop-school-content .myoffer-pop-school-header {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 13px;
}

.school-index .myoffer-pop .myoffer-pop-box .myoffer-pop-content-box .myoffer-pop-content .myoffer-pop-content-box-box .myoffer-pop-content-item .myoffer-pop-school-content .myoffer-pop-school-item {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #7f7f7f;
}

.school-index .myoffer-pop .myoffer-pop-box .myoffer-pop-content-box .myoffer-pop-content .myoffer-pop-content-box-box .myoffer-pop-content-item .myoffer-pop-school-content .myoffer-pop-school-item .myoffer-pop-school-major {
  margin-right: 14px;
}

.school-index .myoffer-pop .myoffer-pop-box .myoffer-pop-content-box .myoffer-pop-content .myoffer-pop-content-box-box .myoffer-pop-content-item .myoffer-pop-school-content .myoffer-pop-school-item .myoffer-pop-school-major-value {
  color: #333;
}

.school-index .myoffer-pop .myoffer-pop-box .myoffer-pop-content-box .myoffer-pop-content .myoffer-pop-content-box-box .myoffer-pop-content-item .myoffer-pop-school-content .myoffer-pop-school-item .line-between {
  width: 1px;
  height: 14px;
  background-color: #d7d7d7;
  margin: 0 10px;
}

.school-index .myoffer-pop .myoffer-pop-box .myoffer-pop-content-box .myoffer-pop-content .myoffer-pop-content-box-box .myoffer-pop-content-item .myoffer-pop-school-content .myoffer-pop-school-edit {
  width: 32px;
  height: 32px;
  background-color: #f0f0f0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-right: 20px;
}

.school-index .myoffer-pop .myoffer-pop-box .myoffer-pop-content-box .myoffer-pop-content .myoffer-pop-content-box-box .myoffer-pop-content-item .myoffer-pop-school-content .myoffer-pop-school-edit .myoffer-pop-s-edit-icom {
  width: 20px;
  height: 20px;
}

.school-index .myoffer-pop .myoffer-pop-box .summary-edit-icom {
  width: 20px;
  height: 20;
}

.school-index .myoffer-pop .myoffer-pop-box .summary-box {
  padding-right: 20px;
  width: 660px;
  overflow: auto;
  margin-top: 9px;
  padding-bottom: 30px;
}

.school-index .myoffer-pop .myoffer-pop-box .summary-box .summary-item {
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 12px;
  margin-bottom: 20px;
}

.school-index .myoffer-pop .myoffer-pop-box .summary-box .summary-item .summary-header {
  display: flex;
  align-items: center;
  height: 56px;
  padding: 0 24px;
  border-bottom: 1px solid #ebebeb;
  justify-content: space-between;
}

.school-index .myoffer-pop .myoffer-pop-box .summary-box .summary-item .summary-header .summary-state {
  font-size: 14px;
  color: #AAAAAA;
  line-height: 24px;
}

.school-index .myoffer-pop .myoffer-pop-box .summary-box .summary-item .summary-header .summary-state.summary-draft {
  width: 40px;
  height: 24px;
  border-radius: 7px;
  border: 1px solid #ebebeb;
  text-align: center;
}

.school-index .myoffer-pop .myoffer-pop-box .summary-box .summary-item .summary-header .summary-edit {
  background-color: #f2f2f2;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.school-index .myoffer-pop .myoffer-pop-box .summary-box .summary-item .summary-title {
  padding: 23px 24px 16px;
  font-weight: 650;
  font-style: normal;
  font-size: 18px;
  color: #000000;
  line-height: 24px;
}

.school-index .myoffer-pop .myoffer-pop-box .summary-box .summary-item .summary-message {
  margin: 0 24px;
  padding: 12px;
  font-size: 14px;
  line-height: 24px;
  color: #333;
  background-color: #f6f6f6;
  border-radius: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
  cursor: pointer;
  word-break: break-word;
  margin-bottom: 14px;
}

.school-index .myoffer-pop .myoffer-pop-box .summary-box .summary-item .summary-message .summary-message-img {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0;
  left: 0;
}

.school-index .myoffer-pop .myoffer-pop-box .summary-box .summary-item .summary-offer-total {
  margin: 0 24px;
  font-size: 13px;
  color: #555;
  display: flex;
  align-items: center;
  margin-top: 4px;
  margin-bottom: 8px;
}

.school-index .myoffer-pop .myoffer-pop-box .summary-box .summary-item .summary-offer-total .summary-offer-total-num {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  margin: 0 4px;
}

.school-index .myoffer-pop .myoffer-pop-box .summary-box .summary-item .summary-offer-box {
  margin: 0 24px;
}

.school-index .myoffer-pop .myoffer-pop-box .summary-box .summary-item .summary-offer-box .summary-offer-item {
  display: flex;
  align-items: center;
  padding: 12px 0;
}

.school-index .myoffer-pop .myoffer-pop-box .summary-box .summary-item .summary-offer-box .summary-offer-item:not(:last-of-type) {
  border-bottom: 1px solid #f2f2f2;
}

.school-index .myoffer-pop .myoffer-pop-box .summary-box .summary-item .summary-offer-box .summary-offer-item .summary-offer-img {
  width: 32px;
  height: 32px;
}

.school-index .myoffer-pop .myoffer-pop-box .summary-box .summary-item .summary-offer-box .summary-offer-item .summary-offer-avatar {
  width: 32px;
  height: 32px;
}

.school-index .myoffer-pop .myoffer-pop-box .summary-box .summary-item .summary-offer-box .summary-offer-item .summary-offer-info {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}

.school-index .myoffer-pop .myoffer-pop-box .summary-box .summary-item .summary-offer-box .summary-offer-item .summary-offer-info .summary-offer-info-name {
  font-size: 14px;
  color: #000;
  word-break: break-word;
}

.school-index .myoffer-pop .myoffer-pop-box .summary-box .summary-item .summary-offer-box .summary-offer-item .summary-offer-info .summary-offer-info-synopsis {
  font-size: 13px;
  color: #7F7F7F;
  display: flex;
  align-items: center;
}

.school-index .myoffer-pop .myoffer-pop-box .summary-box .summary-item .summary-offer-box .summary-offer-item .summary-offer-info .summary-offer-info-synopsis .line-between {
  width: 1px;
  height: 13px;
  margin: 0 8px;
  background-color: #d7d7d7;
}

.school-index .myoffer-pop .myoffer-pop-box .summary-box .summary-no {
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #ebebeb;
  border-radius: 12px;
}

.school-index .myoffer-pop .myoffer-pop-box .summary-box .summary-no .summary-no-icom {
  width: 101px;
  height: 120px;
  margin-top: 118px;
}

.school-index .myoffer-pop .myoffer-pop-box .summary-box .summary-no .summary-hint {
  margin-top: 28px;
  font-size: 14px;
  color: #4b4b4b;
}

.school-index .myoffer-pop .myoffer-pop-box .summary-box .summary-no .summary-btn {
  height: 48px;
  width: 200px;
  border-radius: 30px;
  background: #6fb0fc;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 650;
  margin-top: 50px;
  cursor: pointer;
  pointer-events: auto;
  font-size: 18px;
  z-index: 1;
  color: #fff;
  margin-bottom: 140px;
}

.school-index .myoffer-pop .myoffer-pop-box .summary-box .summary-no .summary-btn .summary-btn-icom {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

#append_parent {
  position: relative;
  z-index: 9999;
}

.index-footer {
  background: #333;
  text-align: center;
  height: 240px;
  padding: 56px 0;
  min-width: 1200px;
  box-sizing: border-box;
  color: #fff;
}

.index-footer * {
  box-sizing: border-box;
  color: inherit !important;
}

.index-footer .footer-link {
  /* width: 622px;
  height: 45px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 23px;
  font-size: 14px;
  line-height: 45px;
  padding: 0 25px;
  width: fit-content;
  margin: 0 auto; */
}

.index-footer .footer-link a:not(:last-child) {
  display: inline-block;
  margin-right: 30px;
}

.index-footer .line-two {
  font-size: 14px;
  margin: 26px 0 0px;
}

.index-footer .line-two span {
  display: inline-block;
  margin: 0 15px;
}

.school-offer-victory {
  background: #fff;
  margin-top: 20px;
  border-radius: 8px;
}

.school-offer-victory .title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 88px;
  font-size: 28px;
  font-family: PingFangSC-Semibold, PingFang SC;
  text-align: center;
  border-bottom: 1px solid #E9EFF4;
  color: #AAAAAA;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  background-color: #fff;
  z-index: 10;
  border-radius: 8px 8px 0 0;
}

.school-offer-victory .title .school-offer-victory-tabname {
  line-height: 87px;
}

.school-offer-victory .title .school-victory-filtrate-icon {
  width: 14px;
  height: 14px;
  margin-right: 4px;
}

.school-offer-victory .title .school-victory-filtrate-btn {
  position: absolute;
  right: 32px;
  width: 140px;
  height: 40px;
  font-size: 14px;
  background-color: #f2f2f2;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333333;
}

.school-offer-victory .title .offer-victory-screen-top .victory-screen-top-btn {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 140px;
  height: 40px;
  font-size: 14px;
  background-color: #f2f2f2;
  display: flex;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  color: #333;
  border: 1px solid #f2f2f2;
}

.school-offer-victory .title .offer-victory-screen-top .victory-screen-top-btn .victory-screen-icon {
  width: 14px;
  height: 14px;
  margin-right: 8px;
}

.school-offer-victory .title .offer-victory-screen-top .victory-screen-top-btn .screen-quantity {
  font-size: 12px;
  color: #555555;
  border: 1px solid #555555;
  border-radius: 12px;
  min-width: 17px;
  margin-left: 4px;
  height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}

.school-offer-victory .title .line-between {
  width: 1px;
  height: 31px;
  background-color: #d7d7d7;
  margin: 0 23px;
}

.school-offer-victory .title .active {
  color: #333333;
  font-weight: 600;
}

.school-offer-victory .title>div {
  cursor: pointer;
}

.school-offer-victory .contents {
  display: flex;
}

.school-offer-victory .contents .left {
  display: inline-flex;
  border-right: 1px solid #E9EFF4;
  width: 240px;
  flex: 0 0 240px;
  flex-direction: column;
  padding: 24px 0 24px 12px;
}

.school-offer-victory .contents .left .usercollect .item {
  color: #555555;
  font-size: 14px;
}

.school-offer-victory .contents .left .usercollect .item:nth-of-type(2) .usercollect-avatar {
  background-color: #cae5ff;
}

.school-offer-victory .contents .left .usercollect .item.pitch {
  background-color: #333 !important;
}

.school-offer-victory .contents .left .usercollect .item:hover {
  background-color: none !important;
}

.school-offer-victory .contents .left .usercollect .item .usercollect-avatar {
  width: 24px;
  height: 24px;
  background-color: #c3f5ea;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
}

.school-offer-victory .contents .left .usercollect .item .usercollect-avatar .usercollect-avatar-img {
  width: 16px;
  height: 16px;
}

.school-offer-victory .contents .left .name {
  padding-left: 12px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
}

.school-offer-victory .contents .left .country-list {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 15px 0 24px;
  margin-right: -16px;
}

.school-offer-victory .contents .left .country-list .item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  height: 32px;
  min-width: 68px;
  background: #FAFAFA;
  border-radius: 46px;
  margin: 0 6px 16px 0;
  color: #333;
  font-size: 14px;
  cursor: pointer;
}

.school-offer-victory .contents .left .country-list .item:hover {
  background: #F2F2F2;
}

.school-offer-victory .contents .left .country-list .item.active,
.school-offer-victory .contents .left .country-list .item:active {
  background: #333;
  color: #fff;
}

.school-offer-victory .contents .left .school-list {
  padding: 8px 0px 30px;
  display: inline-flex;
  flex-direction: column;
}

.school-offer-victory .contents .left .school-list .item {
  margin-bottom: 4px;
  display: inline-flex;
  padding: 0 12px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  cursor: pointer;
  align-items: center;
  width: 204px;
  height: 44px;
  border-radius: 8px;
}

.school-offer-victory .contents .left .school-list .item.pitch {
  background-color: #333333;
  color: #fff;
}

.school-offer-victory .contents .left .school-list .item .text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 156px;
}

.school-offer-victory .contents .left .school-list .item .avatar {
  width: 24px;
  height: 24px;
  /* border-radius: 50%; */
  margin-right: 12px;
  object-fit: contain;
}

.school-offer-victory .contents .left .school-list .item:hover {
  background: #F2F2F2;
}

.school-offer-victory .contents .left .school-list .item.active,
.school-offer-victory .contents .left .school-list .item:active {
  background: #333;
  color: #fff;
}

.school-offer-victory .contents .left .login-btn {
  display: block;
  width: 192px;
  height: 40px;
  background: #06CBA7;
  border-radius: 28px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #fff;
  outline: none;
  border: none;
  margin-top: 15px;
  cursor: pointer;
}

.school-offer-victory .contents .left .login-btn:hover {
  background: #05C09E;
}

.school-offer-victory .contents .left .login-btn:active {
  background: #04B695;
}

.school-offer-victory .contents .left .gear {
  display: inline-flex;
  margin: 0 auto;
  width: 112px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 28px;
  border: 1px solid #E8EDF3;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  cursor: pointer;
}

.school-offer-victory .contents .left .gear .icon {
  background: url(../img/icon_gear.png) no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
  margin-right: 7px;
}

.school-offer-victory .contents .left .gear:hover {
  background: #F2F2F2;
  border-color: #F2F2F2;
}

.school-offer-victory .contents .left .gear:active {
  background: #E5E5E5;
  border-color: #E5E5E5;
}

.school-offer-victory .contents .right {
  display: inline-flex;
  flex-direction: column;
  flex: 1;
  padding: 40px 34px;
}

.school-offer-victory .contents .right .condition-bar {
  display: inline-flex;
  justify-content: space-between;
  padding: 0 0 20px;
}

.school-offer-victory .contents .right .condition-bar .el-input__inner {
  border-radius: 46px;
}

.school-offer-victory .contents .right .condition-bar .form {
  display: inline-flex;
  width: 220px;
  height: 32px;
  background: #F8F8F8;
  border-radius: 18px;
  padding: 0 12px;
  align-items: center;
}

.school-offer-victory .contents .right .condition-bar .form input {
  display: inline-flex;
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  height: 32px;
  font-size: 14px;
}

.school-offer-victory .contents .right .condition-bar .form .search {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 4px;
  background: url(../img/icon_search.png) no-repeat;
  background-size: 100%;
}

.school-offer-victory .contents .right .condition-bar .l {
  display: inline-flex;
  flex: 1;
}

.school-offer-victory .contents .right .condition-bar .l .el-input__inner {
  border-color: #e1e1e1;
  height: 36px;
}

.school-offer-victory .contents .right .condition-bar .l .el-select .el-input.is-focus .el-input__inner {
  border-color: #333 !important;
}

.school-offer-victory .contents .right .condition-bar .l .item {
  margin-right: 8px;
  display: inline-flex;
  max-width: initial;
  flex: initial;
}

.school-offer-victory .contents .right .condition-bar .l .item .el-input__suffix {
  display: flex;
  align-items: center;
}

.school-offer-victory .contents .right .condition-bar .l .item .screen-btn {
  width: 160px;
  height: 32px;
  border-radius: 46px;
  border: 1px solid #f2f2f2;
  font-size: 14px;
  color: #555555;
  display: flex;
  align-items: center;
  padding: 0 12px 0 12px;
}

.school-offer-victory .contents .right .condition-bar .l .item .screen-btn>span {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
}

.school-offer-victory .contents .right .condition-bar .l .item .screen-btn .screen-btn-img {
  width: 10px;
  height: 6px;
  transition: all 0.3s;
  transform: rotate(0deg);
}

.school-offer-victory .contents .right .condition-bar .l .item .screen-btn .screen-quantity {
  font-size: 12px;
  padding: 2px;
  border: 1px solid #555555;
  border-radius: 50%;
  min-width: 17px;
  display: inline-block;
  margin-left: 4px;
  height: 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.school-offer-victory .contents .right .result-bar {
  padding: 20px 0;
  display: flex;
  height: 55px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 22px;
  align-items: center;
  margin-bottom: 8px;
}

.school-offer-victory .contents .right .result-bar .num {
  font-size: 16px;
  color: #333;
  margin: 0 4px;
  font-weight: 600;
}

.school-offer-victory .contents .right .result-bar .select-result {
  display: inline-flex;
  align-items: center;
}

.school-offer-victory .contents .right .result-bar .select-result .item {
  display: inline-flex;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  cursor: pointer;
  margin-right: 20px;
  white-space: nowrap;
  align-items: center;
}

.school-offer-victory .contents .right .result-bar .select-result .item .icon-close1 {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  margin-left: 4px;
  color: #ADA8AC;
  font-size: 12px;
  text-align: center;
  transform: scale(0.8);
  transform-origin: center;
  display: inline-flex;
  flex: 0 0 26px;
  justify-content: center;
  align-items: center;
}

.school-offer-victory .contents .right .result-bar .select-result .item:hover .icon-close1 {
  background: #F2F2F2;
}

.school-offer-victory .contents .right .result-bar .select-result .icon-close1:active {
  background: #E5E5E5;
}

.school-offer-victory .contents .right .result-bar .select-result:before {
  content: "";
  width: 1px;
  height: 16px;
  background: #E1E1E1;
  margin: 0 20px;
}

.school-offer-victory .contents .right .offer-victory-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.school-offer-victory .contents .right .offer-victory-list .item {
  display: inline-flex;
  flex: 0 0 calc(50% - 10px);
  width: calc(50% - 10px);
  margin: 0 0px 20px 0;
  background: #FFFFFF;
  border-radius: 8px;
}

.school-offer-victory .contents .right .offer-victory-list .item .offer-victory-user-avatar {
  width: 20px;
  margin-right: 12px;
}

.school-offer-victory .contents .right .offer-victory-list .item .offer-victory-user-avatar .offer-victory-user-avatar-img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.school-offer-victory .contents .right .offer-victory-list .item .offer-victory-contents {
  flex: 1;
}

.school-offer-victory .contents .right .offer-victory-list .item .offer-victory-contents .offer-victory-head {
  display: flex;
  margin-bottom: 12px;
  align-items: center;
}

.school-offer-victory .contents .right .offer-victory-list .item .offer-victory-contents .offer-victory-head .offer-victory-head-username {
  color: #333333;
  font-size: 13px;
}

.school-offer-victory .contents .right .offer-victory-list .item .offer-victory-contents .offer-victory-head .offer-victory-head-time {
  color: #7F7F7F;
  font-size: 13px;
  margin-left: 10px;
}

.school-offer-victory .contents .right .offer-victory-list .item .offer-victory-contents .offer-victory-school-box {
  cursor: pointer;
  display: flex;
  flex: 1;
  background-color: #ffffff;
  padding: 16px 16px 25px 16px;
  border: none;
  border-radius: 16px;
  -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.129411764705882);
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.129411764705882);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.129411764705882);
  transition: all 0.3s;
}

.school-offer-victory .contents .right .offer-victory-list .item .offer-victory-contents .offer-victory-school-box:hover {
  -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.229411764705882);
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.229411764705882);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.229411764705882);
}

.school-offer-victory .contents .right .offer-victory-list .item .offer-victory-contents .offer-victory-school-box:visited .offer-victory-school-item .offer-victory-school-name {
  color: #aaaaaa !important;
}

.school-offer-victory .contents .right .offer-victory-list .item .offer-victory-contents .offer-victory-school-box .offer-victory-school-avatar {
  width: 30px;
  margin-right: 8px;
}

.school-offer-victory .contents .right .offer-victory-list .item .offer-victory-contents .offer-victory-school-box .offer-victory-school-avatar .offer-victory-school-avatar-img {
  width: 30px;
}

.school-offer-victory .contents .right .offer-victory-list .item .offer-victory-contents .offer-victory-school-box .offer-victory-school-contents {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.school-offer-victory .contents .right .offer-victory-list .item .offer-victory-contents .offer-victory-school-box .offer-victory-school-contents .offer-victory-school-item {
  display: flex;
  align-items: center;
  margin-bottom: 13px;
  color: #7F7F7F;
  font-size: 13px;
}

.school-offer-victory .contents .right .offer-victory-list .item .offer-victory-contents .offer-victory-school-box .offer-victory-school-contents .offer-victory-school-item:last-of-type {
  margin-bottom: 0;
}

.school-offer-victory .contents .right .offer-victory-list .item .offer-victory-contents .offer-victory-school-box .offer-victory-school-contents .offer-victory-school-item .line-between {
  width: 1px;
  height: 14px;
  background-color: #d7d7d7;
  margin: 0 9px;
}

.school-offer-victory .contents .right .offer-victory-list .item .offer-victory-contents .offer-victory-school-box .offer-victory-school-contents .offer-victory-school-item .offer-victory-school-name {
  font-weight: 650;
  color: #000;
  font-size: 16px;
  max-width: 100%;
  word-break: break-word;
  margin-bottom: 13px;
}

.school-offer-victory .contents .right .offer-victory-list .item .offer-victory-contents .offer-victory-school-box .offer-victory-school-contents .offer-victory-school-item .offer-victory-school-attention {
  width: 60px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 33px;
  border: 1px solid #d7d7d7;
  margin-left: 15px;
  color: #333;
  font-size: 13px;
  cursor: pointer;
}

.school-offer-victory .contents .right .offer-victory-list .item .offer-victory-contents .offer-victory-school-box .offer-victory-school-contents .offer-victory-school-item .offer-victory-school-attention.is-attention {
  border: 1px solid #E1E1E1;
  color: #999;
}

.school-offer-victory .contents .right .offer-victory-list .item .offer-victory-contents .offer-victory-school-box .offer-victory-school-contents .offer-victory-school-item .offer-victory-school-key {
  margin-right: 14px;
}

.school-offer-victory .contents .right .offer-victory-list .item .offer-victory-contents .offer-victory-school-box .offer-victory-school-contents .offer-victory-school-item .offer-victory-school-value {
  color: #333333;
  font-family: 'ArialMT', 'Arial', sans-serif;
  word-break: break-word;
  max-width: 230px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.school-offer-victory .contents .right .offer-victory-list .item .offer-victory-contents .offer-victory-school-box .offer-victory-school-contents .offer-victory-school-item .offer-victory-offer-result {
  color: #50E3C2;
  height: 20px;
  line-height: 20px;
  padding: 0 7px;
  background-color: #e5fbf8;
  border-radius: 37px;
}

.school-offer-victory .contents .right .offer-victory-list .item .offer-victory-contents .offer-victory-school-box .offer-victory-school-contents .offer-victory-school-item .offer-victory-offer-result.reject {
  color: #FF6B59 !important;
  background: rgba(248, 118, 100, 0.1) !important;
}

.school-offer-victory .contents .right .offer-victory-list .item .offer-victory-contents .offer-victory-school-box .offer-victory-school-contents .offer-victory-school-item .offer-victory-offer-result.ab {
  color: #008cff;
  background-color: rgba(2, 86, 255, 0.1);
}

.school-offer-victory .contents .right .offer-victory-list .item .offer-victory-contents .offer-victory-school-box .offer-victory-school-contents .offer-victory-offer-experience {
  padding: 12px;
  background-color: #f6f6f6;
  border-radius: 8px;
  cursor: pointer;
  width: 100%;
}

.school-offer-victory .contents .right .offer-victory-list .item .offer-victory-contents .offer-victory-school-box .offer-victory-school-contents .offer-victory-offer-experience .offer-victory-offer-experience-title {
  line-height: 24px;
  color: #000;
  font-size: 16px;
  font-family: 'ArialMT', 'Arial', sans-serif;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
}

.school-offer-victory .contents .right .offer-victory-list .item .offer-victory-contents .offer-victory-school-box .offer-victory-school-contents .offer-victory-offer-experience .offer-victory-offer-experience-supplement {
  color: #7F7F7F;
  font-size: 14px;
  line-height: 24px;
  align-items: flex-start;
  display: flex;
  margin-top: 9px;
}

.school-offer-victory .contents .right .offer-victory-list .item .offer-victory-contents .offer-victory-school-box .offer-victory-school-contents .offer-victory-offer-experience .offer-victory-offer-experience-supplement img {
  width: 18px;
  height: 18px;
}

.school-offer-victory .contents .right .offer-victory-list .item .offer-victory-contents .offer-victory-school-box .offer-victory-school-contents .offer-victory-offer-experience .offer-victory-offer-experience-supplement .offer-victory-offer-experience-text {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
}

.school-offer-victory .contents .right .offer-victory-list .item .offer-victory-contents .offer-victory-school-box .offer-victory-school-contents .offer-victory-offer-value {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 22px;
  width: 100%;

}

.school-offer-victory .contents .right .offer-victory-list .item .offer-victory-contents .offer-victory-school-box .offer-victory-school-contents .offer-victory-offer-value .offer-victory-offer-value-item {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #AAAAAA;
  margin-right: 12px;
}

.school-offer-victory .contents .right .offer-victory-list .item .offer-victory-contents .offer-victory-school-box .offer-victory-school-contents .offer-victory-offer-value .offer-victory-offer-value-item .offer-victory-offer-icon {
  width: 14px;
  margin-right: 5px;
}

.school-offer-victory .contents .right .offer-victory-list .item .head {
  display: inline-flex;
  align-items: center;
}

.school-offer-victory .contents .right .offer-victory-list .item .head .logo {
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  margin-right: 12px;
}

.school-offer-victory .contents .right .offer-victory-list .item .head .logo img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
}

.school-offer-victory .contents .right .offer-victory-list .item .head .name {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #333333;
  margin-right: 8px;
}

.school-offer-victory .contents .right .offer-victory-list .item .head .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 24px;
  border-radius: 15px;
  border: 1px solid #E1E1E1;
  cursor: pointer;
  font-size: 13px;
  transition: all 0.2s;
}

.school-offer-victory .contents .right .offer-victory-list .item .head .btn.is-attention {
  border: 1px solid #E1E1E1;
  color: #999;
}

.school-offer-victory .contents .right .offer-victory-list .item .contents {
  padding: 6px 0 0 40px;
  display: inline-flex;
  flex-direction: column;
}

.school-offer-victory .contents .right .offer-victory-list .item .contents .topic-title {
  font-size: 13px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.school-offer-victory .contents .right .offer-victory-list .item .contents .info {
  display: inline-flex;
  align-items: center;
  margin: 8px 0 12px;
  font-size: 13px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 18px;
  flex-wrap: wrap;
}

.school-offer-victory .contents .right .offer-victory-list .item .contents .info .i {
  white-space: nowrap;
}

.school-offer-victory .contents .right .offer-victory-list .item .contents .info .i:not(:first-child):before {
  margin: 0 14px;
  display: inline-flex;
  content: "";
  width: 1px;
  height: 12px;
  background: #E1E1E1;
}

.school-offer-victory .contents .right .offer-victory-list .item .contents .info .result {
  margin-left: 12px;
  display: inline-flex;
  padding: 0 7px;
  height: 20px;
  align-items: center;
  background: rgba(1, 220, 189, 0.1);
  border-radius: 10px;
  color: #02D7B5;
}

.school-offer-victory .contents .right .offer-victory-list .item .contents .info .reject {
  color: #FF6B59;
  background: rgba(248, 118, 100, 0.1);
}

.school-offer-victory .contents .right .offer-victory-list .item .contents .topic {
  display: inline-flex;
  background: #F9F9F9;
  border-radius: 10px;
  padding: 8px 12px;
  width: 100%;
}

.school-offer-victory .contents .right .offer-victory-list .item .contents .topic .avatar {
  margin-right: 9px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #E1E1E1;
}

.school-offer-victory .contents .right .offer-victory-list .item .contents .topic .text {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 16px;
  padding-top: 2px;
  width: calc(100% - 30px);
}

.school-offer-victory .contents .right .offer-victory-list .item .contents .topic .text .name {
  margin-bottom: 4px;
  height: 16px;
  font-size: 13px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.school-offer-victory .contents .right .offer-victory-list .item .contents .topic .text .author {
  margin-right: 8px;
}

.school-offer-victory .contents .right .offer-victory-list .item .contents .topic:hover+.user-content .content-alert {
  display: block;
}

.school-offer-victory .contents .right .offer-victory-list li:nth-of-type(2n) {
  margin-right: 0;
}

.school-offer-victory .contents .right .offer-victory-list .user-content {
  position: relative;
  cursor: pointer;
}

.school-offer-victory .contents .right .offer-victory-list .user-content .content-alert {
  display: none;
  position: absolute;
  left: calc(50% - 20px);
  top: 12px;
  transform: translateX(-50%);
  background-color: #233160;
  border-radius: 10px;
  padding: 16px 20px;
  z-index: 2;
  font-size: 12px;
  font-family: "PingFang";
  width: 420px;
  color: #333;
  background: #333333;
  box-shadow: 0px 6px 35px 0px rgba(52, 52, 52, 0.58);
}

.school-offer-victory .contents .right .offer-victory-list .user-content .content-alert ul {
  padding: 12px 0 8px;
  position: relative;
  list-style: none;
  border-bottom: 1px solid #454246;
  line-height: 1.5;
}

.school-offer-victory .contents .right .offer-victory-list .user-content .content-alert ul:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -38px;
  height: 40px;
  width: 100%;
}

.school-offer-victory .contents .right .offer-victory-list .user-content .content-alert ul:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -38px;
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-bottom-color: #333;
}

.school-offer-victory .contents .right .offer-victory-list .user-content .content-alert li {
  display: flex;
  margin-bottom: 4px;
}

.school-offer-victory .contents .right .offer-victory-list .user-content .content-alert .name {
  display: inline-flex;
  width: 136px;
  font-size: 12px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 20px;
  text-shadow: 0px 6px 35px rgba(52, 52, 52, 0.58);
}

.school-offer-victory .contents .right .offer-victory-list .user-content .content-alert .sub {
  display: inline-flex;
  flex: 1;
  flex-direction: column;
  font-size: 12px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 20px;
  text-shadow: 0px 6px 35px rgba(52, 52, 52, 0.58);
}

.school-offer-victory .contents .right .offer-victory-list .user-content .content-alert .num,
.school-offer-victory .contents .right .offer-victory-list .user-content .content-alert .color-green {
  color: #06CBA7;
}

.school-offer-victory .contents .right .offer-victory-list .user-content .content-alert .user-info {
  padding: 13px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  text-shadow: 0px 6px 35px rgba(52, 52, 52, 0.58);
}

.school-offer-victory .contents .right .offer-victory-list .user-content .content-alert .user-info .avatar {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 8px;
}

.school-offer-victory .contents .right .offer-victory-list .user-content .content-alert .user-info .r {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 99px;
  height: 26px;
  box-shadow: 0px 6px 35px 0px rgba(52, 52, 52, 0.58);
  border-radius: 13px;
  border: 1px solid #06CBA7;
  font-size: 12px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #06CBA7;
  text-shadow: 0px 6px 35px rgba(52, 52, 52, 0.58);
}

.school-offer-victory .contents .right .offer-victory-list .user-content:hover .content-alert {
  display: block;
}

.school-offer-victory .apply-summarize {
  display: flex;
  min-height: 500px;
}

.school-offer-victory .apply-summarize .apply-summarize-head {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
}

.school-offer-victory .apply-summarize .apply-summarize-head .apply-summarize-total {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #aaa;
  font-family: 'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC', sans-serif;
}

.school-offer-victory .apply-summarize .apply-summarize-head .apply-summarize-total .apply-summarize-total-num {
  font-weight: 650;
  font-size: 16px;
  color: #000;
  margin: 0 9px;
}

.school-offer-victory .apply-summarize .apply-summarize-head .apply-summarize-type {
  width: 200px;
  height: 36px;
  border: 1px solid #e7e7e7;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  font-size: 14px;
  color: #333;
  background-color: #fff;
  cursor: pointer;
}

.school-offer-victory .apply-summarize .apply-summarize-head .apply-summarize-type .apply-summarize-type-item {
  width: 98px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 40px;
}

.school-offer-victory .apply-summarize .apply-summarize-head .apply-summarize-type .apply-summarize-type-item.active {
  background-color: #333;
  color: #fff;
}

.school-offer-victory .apply-summarize .apply-summarize-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

.school-offer-victory .apply-summarize .apply-summarize-box .apply-summarize-item {
  position: absolute;
  width: calc(50% - 10px);
  display: flex;
  align-items: flex-start;
}

.school-offer-victory .apply-summarize .apply-summarize-box .apply-summarize-item .apply-summarize-avatar {
  width: 20px;
  margin-right: 12px;
}

.school-offer-victory .apply-summarize .apply-summarize-box .apply-summarize-item .apply-summarize-avatar .apply-summarize-avatar-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.school-offer-victory .apply-summarize .apply-summarize-box .apply-summarize-item .apply-summarize-contents {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-bottom: 40px;
}

.school-offer-victory .apply-summarize .apply-summarize-box .apply-summarize-item .apply-summarize-contents .apply-summarize-info {
  font-size: 13px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}

.school-offer-victory .apply-summarize .apply-summarize-box .apply-summarize-item .apply-summarize-contents .apply-summarize-info .apply-summarize-username {
  color: #333;
}

.school-offer-victory .apply-summarize .apply-summarize-box .apply-summarize-item .apply-summarize-contents .apply-summarize-info .apply-summarize-time {
  color: #7f7f7f;
  margin-left: 10px;
}

.school-offer-victory .apply-summarize .apply-summarize-box .apply-summarize-item .apply-summarize-case {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border: none;
  border-radius: 8px;
  -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.129411764705882);
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.129411764705882);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.129411764705882);
  padding: 19px 24px;
  cursor: pointer;
}

.school-offer-victory .apply-summarize .apply-summarize-box .apply-summarize-item .apply-summarize-case:hover {
  -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.229411764705882);
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.229411764705882);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.229411764705882);
}

.school-offer-victory .apply-summarize .apply-summarize-box .apply-summarize-item .apply-summarize-case .apply-summarize-title {
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 650;
  margin-bottom: 12px;
  word-break: break-word;
}

.school-offer-victory .apply-summarize .apply-summarize-box .apply-summarize-item .apply-summarize-case .apply-summarize-message {
  padding: 5px 12px;
  font-size: 14px;
  line-height: 24px;
  color: #333;
  background-color: #f6f6f6;
  border-radius: 8px;

  position: relative;
  cursor: pointer;
  /* max-height: 64px; */
  word-break: break-word;
}

.school-offer-victory .apply-summarize .apply-summarize-box .apply-summarize-item .apply-summarize-case .apply-summarize-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.school-offer-victory .apply-summarize .apply-summarize-box .apply-summarize-item .apply-summarize-case .apply-summarize-message .apply-summarize-message-img {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0;
  left: 0;
}

.school-offer-victory .apply-summarize .apply-summarize-box .apply-summarize-item .apply-summarize-case .apply-summarize-offer-total {
  font-size: 13px;
  color: #555;
  display: flex;
  align-items: center;
  margin-top: 4px;
  margin-bottom: 8px;
}

.school-offer-victory .apply-summarize .apply-summarize-box .apply-summarize-item .apply-summarize-case .apply-summarize-offer-total .apply-summarize-offer-total-num {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  margin: 0 4px;
  font-family: 'Arial-BoldMT', 'Arial Bold', 'Arial', sans-serif;
}

.school-offer-victory .apply-summarize .apply-summarize-box .apply-summarize-item .apply-summarize-case .apply-summarize-offer-box {
  display: flex;
  flex-direction: column;
}

.school-offer-victory .apply-summarize .apply-summarize-box .apply-summarize-item .apply-summarize-case .apply-summarize-offer-box .apply-summarize-offer-item {
  display: flex;
  align-items: center;
  padding: 12px 0;
  width: 356px;
}

.school-offer-victory .apply-summarize .apply-summarize-box .apply-summarize-item .apply-summarize-case .apply-summarize-offer-box .apply-summarize-offer-item:not(:last-of-type) {
  border-bottom: 1px solid #f2f2f2;
}

.school-offer-victory .apply-summarize .apply-summarize-box .apply-summarize-item .apply-summarize-case .apply-summarize-offer-box .apply-summarize-offer-item .apply-summarize-offer-img,
.school-offer-victory .apply-summarize .apply-summarize-box .apply-summarize-item .apply-summarize-case .apply-summarize-offer-box .apply-summarize-offer-item .apply-summarize-offer-avatar {
  width: 32px;
  max-height: 32px;
}

.school-offer-victory .apply-summarize .apply-summarize-box .apply-summarize-item .apply-summarize-case .apply-summarize-offer-box .apply-summarize-offer-item .apply-summarize-offer-info {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}

.school-offer-victory .apply-summarize .apply-summarize-box .apply-summarize-item .apply-summarize-case .apply-summarize-offer-box .apply-summarize-offer-item .apply-summarize-offer-info .apply-summarize-offer-info-name {
  font-size: 14px;
  color: #000;
  word-break: break-word;
}

.school-offer-victory .apply-summarize .apply-summarize-box .apply-summarize-item .apply-summarize-case .apply-summarize-offer-box .apply-summarize-offer-item .apply-summarize-offer-info .apply-summarize-offer-info-synopsis {
  font-size: 13px;
  color: #7F7F7F;
  display: flex;
  align-items: center;
}

.school-offer-victory .apply-summarize .apply-summarize-box .apply-summarize-item .apply-summarize-case .apply-summarize-offer-box .apply-summarize-offer-item .apply-summarize-offer-info .apply-summarize-offer-info-synopsis .line-between {
  width: 1px;
  height: 13px;
  margin: 0 8px;
  background-color: #d7d7d7;
}

.school-offer-victory .bottomOperation {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  border-radius: 0 0 8px 8px;
}

.school-offer-victory .bottomOperation .circular {
  height: 42px;
  width: 42px;
  -webkit-animation: loading-rotate 2s linear infinite;
  animation: loading-rotate 2s linear infinite;
}

.school-offer-victory .bottomOperation .path {
  -webkit-animation: loading-dash 1.5s ease-in-out infinite;
  animation: loading-dash 1.5s ease-in-out infinite;
  stroke-dasharray: 90, 150;
  stroke-dashoffset: 0;
  stroke-width: 2;
  stroke: #06CBA7;
  stroke-linecap: round;
}

.school-offer-victory .eliminate {
  user-select: none;
  cursor: pointer;
  color: #8c8c8c;
  font-size: 14px;
  display: flex;
  align-items: center;
  margin-left: 8px;
}

.school-offer-victory .eliminate .eliminate-icom {
  margin-right: 3px;
  width: 9px;
  height: 9px;
}

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

.enrollment-year {
  width: 400px;
  border: 1px solid #e9e9e9;
  border-radius: 8px;
}

.enrollment-year .enrollment-year-head {
  height: 38px;
  line-height: 38px;
  border-radius: 8px 8px 0 0;
  background-color: #f6f6f6;
  color: #000;
  font-size: 15px;
  font-weight: 650;
  padding-left: 15px;
  font-family: 'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC', sans-serif;
}

.enrollment-year .enrollment-year-item:nth-last-child(-n + 3) {
  margin-bottom: 0 !important;
}

.enrollment-year .enrollment-year-content {
  display: flex;
  flex-wrap: wrap;
  padding: 25px 16px;
  border-bottom: 1px solid #f2f2f2;
  background-color: #fff;
}

.enrollment-year .enrollment-year-content .enrollment-year-item {
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  margin-bottom: 17px;
  cursor: pointer;
  color: #7f7f7f;
  width: 100px;
  margin-right: 10px;
  user-select: none;
}

.enrollment-year .enrollment-year-content .enrollment-year-item:nth-last-child(3n + 1) {
  margin-right: 0;
  width: 126px;
}

.enrollment-year .enrollment-year-content .enrollment-year-item:nth-last-child(3n + 2) {
  margin-right: 26px;
}

.enrollment-year .enrollment-year-content .enrollment-year-item:nth-last-child(-n + 3) {
  margin-bottom: 0;
}

.enrollment-year .degree-content {
  display: flex;
  flex-wrap: wrap;
  padding: 25px 16px;
  border-bottom: 1px solid #f2f2f2;
  background-color: #fff;
  justify-content: space-between;
  padding-right: 4px;
}

.enrollment-year .degree-content .enrollment-year-item {
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  margin-bottom: 17px;
  cursor: pointer;
  color: #7f7f7f;
  width: 100px;
  margin-right: 10px;
  user-select: none;
  margin-right: 2px;
}

.enrollment-year .enrollment-year-item .enrollment-year-optins-state {
  width: 12px;
  height: 12px;
  margin-right: 5px;
}

.enrollment-year .operation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  color: #333;
  padding: 0 16px;
  background-color: #fff;
  border-radius: 0 0 8px 8px;
}

.enrollment-year .operation .operation-unlimited {
  font-size: 14px;
  cursor: pointer;
}

.enrollment-year .operation .operation-unlimited .operation-unlimited-state {
  width: 12px;
  height: 12px;
  margin-right: 5px;
}

.enrollment-year .operation .operation-finish-btn {
  width: 80px;
  height: 40px;
  line-height: 40px;
  border-radius: 30px;
  font-size: 15px;
  background-color: #50e3c2;
  text-align: center;
  cursor: pointer;
}

.el-popover {
  padding: 10px;
  background-color: #f0f2f5;
}

.el-popover .el-button {
  background-color: #FF6B59;
}

.el-popover__reference:focus:not(.focusing) {
  background-color: #fff;
  border: 1px solid #555555;
}

.el-popover__reference:hover {
  background-color: #fff;
}

.el-popper[x-placement^=bottom] .popper__arrow,
.el-popper[x-placement^=bottom] .popper__arrow::after {
  border-bottom-color: #f0f2f5;
}

.el-popper[x-placement^=top] .popper__arrow::after {
  border-top-color: #f0f2f5;
}

.el-popover.victory-screen-popover-box {
  padding: 0;
  background-color: #f0f2f5;
  border-radius: 12px;
}

.el-popover.victory-screen-popover-box * {
  box-sizing: border-box;
}

.el-popover.victory-screen-popover-box .victory-screen-top-box {
  padding-top: 15px;
  display: flex;
  flex-direction: column;
}

.el-popover.victory-screen-popover-box .victory-screen-top-box .screen-quantity {
  font-size: 12px;
  color: #555555;
  border: 1px solid #555555;
  border-radius: 12px;
  min-width: 23px;
  margin-left: 4px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.el-popover.victory-screen-popover-box .victory-screen-top-box .victory-screen-content {
  background-color: #f0f2f5;
  overflow: auto;
  padding-right: 9px;
  width: 869px;
}

.el-popover.victory-screen-popover-box .victory-screen-top-box .victory-screen-content::-webkit-scrollbar {
  width: 8px;
  height: 0px;
}

.el-popover.victory-screen-popover-box .victory-screen-top-box .victory-screen-content::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #d7d7d7;
}

.el-popover.victory-screen-popover-box .victory-screen-top-box .victory-screen-content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px transparent;
  border-radius: 10px;
  background: transparent;
}

.el-popover.victory-screen-popover-box .victory-screen-top-box .victory-screen-content .victory-screen-option-box {
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 15px;
  display: flex;
  flex-wrap: wrap;
  width: 869px;
}

.el-popover.victory-screen-popover-box .victory-screen-top-box .victory-screen-content .victory-screen-option-box .victory-screen-option-item {
  padding: 12px 12px 23px 12px;
  display: flex;
  flex-direction: column;
  width: 433px;
}

.el-popover.victory-screen-popover-box .victory-screen-top-box .victory-screen-content .victory-screen-option-box .victory-screen-option-item .victory-screen-option-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 38px;
  border-radius: 8px;
  background-color: #f6f6f6;
  padding: 0 15px;
}

.el-popover.victory-screen-popover-box .victory-screen-top-box .victory-screen-content .victory-screen-option-box .victory-screen-option-item .victory-screen-option-head .victory-screen-option-head-left {
  font-size: 15px;
  line-height: 24px;
  font-weight: 650;
  color: #000;
}

.el-popover.victory-screen-popover-box .victory-screen-top-box .victory-screen-content .victory-screen-option-box .victory-screen-option-item .victory-screen-option-head .victory-screen-option-head-right {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #000;
  cursor: pointer;
}

.el-popover.victory-screen-popover-box .victory-screen-top-box .victory-screen-content .victory-screen-option-box .victory-screen-option-item .victory-screen-option-head .victory-screen-option-head-right .victory-screen-option-head-icon {
  width: 12px;
  height: 12px;
  margin-right: 5px;
}

.el-popover.victory-screen-popover-box .victory-screen-top-box .victory-screen-content .victory-screen-option-box .victory-screen-option-item .content {
  padding: 23px 0 0 15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.el-popover.victory-screen-popover-box .victory-screen-top-box .victory-screen-content .victory-screen-option-box .victory-screen-option-item .content .item {
  display: flex;
  color: #7f7f7f;
  font-size: 14px;
  cursor: pointer;
  width: 100px;
  height: 20px;
  align-items: center;
  margin-bottom: 17px;
}

.el-popover.victory-screen-popover-box .victory-screen-top-box .victory-screen-content .victory-screen-option-box .victory-screen-option-item .content .item .icon {
  width: 12px;
  height: 12px;
  margin-right: 5px;
}

.el-popover.victory-screen-popover-box .victory-screen-top-box .victory-screen-content .victory-screen-option-box .victory-screen-option-item .content .item:nth-last-child(-n + 3) {
  margin-bottom: 0;
}

.el-popover.victory-screen-popover-box .victory-screen-top-box .victory-screen-content .victory-screen-option-box .victory-screen-option-item .content .item.year {
  margin-right: 10px;
}

.el-popover.victory-screen-popover-box .victory-screen-top-box .victory-screen-content .victory-screen-option-box .victory-screen-option-item .content .item.year:nth-last-child(3n + 2) {
  margin-right: 26px;
}

.el-popover.victory-screen-popover-box .victory-screen-top-box .victory-screen-content .victory-screen-option-box .victory-screen-option-item .content .item.year:nth-last-child(3n + 1) {
  margin-right: 0;
  width: 126px;
}

.el-popover.victory-screen-popover-box .victory-screen-top-box .victory-screen-content .victory-screen-option-box .victory-screen-option-item .content .item.degree {
  margin-right: 40px;
}

.el-popover.victory-screen-popover-box .victory-screen-top-box .victory-screen-content .victory-screen-option-box .victory-screen-option-item .content .item.degree:nth-last-child(3n + 1) {
  margin-right: 0;
  width: 96px;
}

.el-popover.victory-screen-popover-box .victory-screen-top-box .victory-screen-buttom {
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.el-popover.victory-screen-popover-box .victory-screen-top-box .victory-screen-buttom .victory-screen-buttom-btn {
  width: 160px;
  height: 40px;
  font-size: 15px;
  background-color: #50e3c2;
  border-radius: 33px;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.el-popover.user-popover {
  color: #000;
  padding: 0;
  font-size: 18px;
  background: transparent;
  border: none;
  box-shadow: none;
}

.el-popover.user-popover .user-menu-box {
  top: 44px;
  left: 0;
  z-index: 11;
}

.el-popover.user-popover .user-menu-box .user-menu {
  width: 85px;
  height: 94px;
  border: 1px solid #bfd4e4;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  background: #ffffff;
  padding: 0 7.5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}

.el-popover.user-popover .user-menu-box .user-menu .transverse-line {
  width: 100px;
  background: #bfd4e4;
  height: 1px;
}

.el-popover.user-popover .user-menu-box .user-menu .menu-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  width: 100%;
  margin-top: 3px;
  margin-bottom: 8px;
  cursor: pointer;
  font-size: 16px;
  line-height: 3;
}

.el-popover.user-popover .user-menu-box .user-menu .menu-item.menu-item1 {
  margin-top: 8px;
  margin-bottom: 3px;
}

.el-popover.user-popover .user-menu-box .user-menu .menu-item:hover {
  border-radius: 5px;
  background: #f2f7f9;
}

.el-popover.user-popover .popper__arrow {
  display: none !important;
}

.victory-screen-top-box1::before {
  right: 58px;
}

.victory-screen-top-box2::before {
  left: 58px;
}

.victory-screen-top-box {
  z-index: 2100;
  padding: 15px;
  display: flex;
  flex-direction: column;
  background-color: #f0f2f5;
  border-radius: 12px;
  box-shadow: 0 0px 3px 3px rgba(0, 0, 0, 0.11);
  position: absolute;
}

.victory-screen-top-box::before {
  content: "";
  width: 0;
  height: 0;
  border: 10px solid transparent;
  position: absolute;
  top: -16px;
  border-bottom-color: #f0f2f5;
}

.victory-screen-top-box .screen-quantity {
  font-size: 12px;
  color: #555555;
  border: 1px solid #555555;
  border-radius: 12px;
  min-width: 23px;
  margin-left: 4px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.victory-screen-top-box .victory-screen-content {
  background-color: #f0f2f5;
  overflow: auto;
  padding-right: 9px;
  width: 869px;
}

.victory-screen-top-box .victory-screen-content::-webkit-scrollbar {
  width: 8px;
  height: 0px;
}

.victory-screen-top-box .victory-screen-content::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #d7d7d7;
}

.victory-screen-top-box .victory-screen-content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px transparent;
  border-radius: 10px;
  background: transparent;
}

.victory-screen-top-box .victory-screen-content .victory-screen-option-box {
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 15px;
  display: flex;
  flex-wrap: wrap;
  width: 869px;
}

.victory-screen-top-box .victory-screen-content .victory-screen-option-box .victory-screen-option-item {
  padding: 12px 12px 23px 12px;
  display: flex;
  flex-direction: column;
  width: 433px;
}

.victory-screen-top-box .victory-screen-content .victory-screen-option-box .victory-screen-option-item .victory-screen-option-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 38px;
  border-radius: 8px;
  background-color: #f6f6f6;
  padding: 0 15px;
}

.victory-screen-top-box .victory-screen-content .victory-screen-option-box .victory-screen-option-item .victory-screen-option-head .victory-screen-option-head-left {
  font-size: 15px;
  line-height: 24px;
  font-weight: 650;
  color: #000;
}

.victory-screen-top-box .victory-screen-content .victory-screen-option-box .victory-screen-option-item .victory-screen-option-head .victory-screen-option-head-right {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #000;
  cursor: pointer;
}

.victory-screen-top-box .victory-screen-content .victory-screen-option-box .victory-screen-option-item .victory-screen-option-head .victory-screen-option-head-right .victory-screen-option-head-icon {
  width: 12px;
  height: 12px;
  margin-right: 5px;
}

.victory-screen-top-box .victory-screen-content .victory-screen-option-box .victory-screen-option-item .content {
  padding: 23px 0 0 15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.victory-screen-top-box .victory-screen-content .victory-screen-option-box .victory-screen-option-item .content .item {
  display: flex;
  color: #7f7f7f;
  font-size: 14px;
  cursor: pointer;
  width: 100px;
  height: 20px;
  align-items: center;
  margin-bottom: 17px;
}

.victory-screen-top-box .victory-screen-content .victory-screen-option-box .victory-screen-option-item .content .item .icon {
  width: 12px;
  height: 12px;
  margin-right: 5px;
}

.victory-screen-top-box .victory-screen-content .victory-screen-option-box .victory-screen-option-item .content .item:nth-last-child(-n + 3) {
  margin-bottom: 0;
}

.victory-screen-top-box .victory-screen-content .victory-screen-option-box .victory-screen-option-item .content .item.year {
  margin-right: 10px;
}

.victory-screen-top-box .victory-screen-content .victory-screen-option-box .victory-screen-option-item .content .item.year:nth-last-child(3n + 2) {
  margin-right: 26px;
}

.victory-screen-top-box .victory-screen-content .victory-screen-option-box .victory-screen-option-item .content .item.year:nth-last-child(3n + 1) {
  margin-right: 0;
  width: 126px;
}

.victory-screen-top-box .victory-screen-content .victory-screen-option-box .victory-screen-option-item .content .item.degree {
  margin-right: 40px;
}

.victory-screen-top-box .victory-screen-content .victory-screen-option-box .victory-screen-option-item .content .item.degree:nth-last-child(3n + 1) {
  margin-right: 0;
  width: 96px;
}

.victory-screen-top-box .victory-screen-buttom {
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 16px;
}

.victory-screen-top-box .victory-screen-buttom .victory-screen-buttom-btn {
  width: 160px;
  height: 40px;
  font-size: 15px;
  background-color: #50e3c2;
  border-radius: 33px;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.right-fixed {
  position: fixed;
  right: calc((100vw - 1200px) / 2 - 75px);
  width: 50px;
  height: 50px;
  background-color: #323232;
  bottom: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 10;
  cursor: pointer;
}

.right-fixed.right-fixed-offer {
  height: 125px;
  background: #50e3c2;
  font-size: 18px;
  font-weight: 650;
  color: #000;
  border-radius: 25px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  padding-top: 15px;
}

.right-fixed.right-fixed-offer img {
  width: 20px;
  height: 20px;
  margin-bottom: 7px;
}

.right-fixed.right-fixed-summary {
  height: 125px;
  background: #67a5f5;
  font-size: 18px;
  font-weight: 650;
  color: #fff;
  border-radius: 25px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  padding-top: 15px;
  line-height: 22px;
}

.right-fixed.right-fixed-summary img {
  width: 20px;
  height: 20px;
  margin-bottom: 7px;
}

.ads-box {
  /* display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px; */
  display: flex;
  justify-content: space-between;
}

.ads-box a {
  width: 590px;
  height: 84px;
  border-radius: 10px;
  margin-bottom: 20px;
  display: block;
}

.ads-box a img{
  width: 590px;
  height: 84px;
  border-radius: 10px;
}

.seer-box {
  width: 1200px;
  height: 206px;
  background-color: #ffffff;
  box-sizing: border-box;
  border: 1px solid #f2f2f2;
  border-radius: 9px;
}
.seer-box .head-left {
  margin-left: 30px;
  margin-right: 43px;
}
.seer-box .head-left .ok-icon {
  width: 100px;
  height: 124px;
  margin-right: 13px;
}
.seer-box .head-left .head-right .title-icon {
  width: 218px;
  height: 48px;
}
.seer-box .head-left .head-right .title-text {
  font-size: 15px;
  font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif;
  height: 32px;
  border-top: 1px dotted #d7d7d7;
  border-bottom: 1px dotted #d7d7d7;
  color: #333333;
}
.seer-box .head-left .head-right .title-text .sum {
  font-family: "Arial", "Arial-Black", "Arial Black", sans-serif;
  color: #f25d11;
  font-weight: 900;
}
.seer-box .seer-content {
  width: 772px;
  height: 160px;
  overflow: hidden;
  background: inherit;
  background-color: #f9f9f9;
  border-radius: 18px;
  padding-left: 50px;
  padding-right: 50px;
}
.seer-box .seer-content .seer-list {
  padding-top: 14px;
  align-items: flex-start;
}
.seer-box .seer-content .seer-list .steps {
  margin-right: 9px;
  position: relative;
  width: 13px;
}
.seer-box .seer-content .seer-list .steps .dot {
  position: absolute;
  top: 6px;
  width: 13px;
  height: 13px;
}
.seer-box .seer-content .seer-list .steps::before {
  content: "";
  display: block;
  position: absolute;
  top: 19px;
  width: 1px;
  height: calc(100% - 14px);
  border-left: 1px dotted #aaaaaa;
}
.seer-box .seer-content .seer-list .content {
  margin-bottom: 12px;
}
.seer-box .seer-content .seer-list .content .time {
  font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
  font-weight: 650;
  font-style: normal;
  font-size: 16px;
  color: #000000;
  margin-bottom: 12px;
}
.seer-box .seer-content .seer-list .content .item {
  font-size: 14px;
  color: #555555;
  margin-bottom: 9px;
}
.seer-box .seer-content .seer-list .content .item .dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: 2px solid #6fc16d;
  margin-right: 10px;
}
.seer-box .seer-content .seer-list .content .item .name {
  font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
  font-weight: 650;
  color: #000000;
  margin: 0 5px;
  display: inline;
}
.seer-box .seer-content .seer-more {
  /* width: 106px; */
  height: 20px;
  margin-top: 71px;
  cursor: pointer;
}
