* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Microsoft YaHei", "微软雅黑", "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", Arial, sans-serif;
}
html {
  font-size: 14px;
  color: #333;
  font-family: "Microsoft YaHei", "微软雅黑", "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", Arial, sans-serif;
}
body {
  min-height: 100vh;
  box-sizing: border-box;
  /*overflow: hidden;*/
  position: relative;
  scroll-behavior: smooth;
  background: #233160;
}
.el-tooltip__popper {
  line-height: 1.5;
}
[v-cloak] {
  display: none;
}
.color-green {
  color: #02d7b5 !important;
}
.color-3 {
  color: #333 !important;
}
.color-c {
  color: #cccccc !important;
}
.body {
  overflow: hidden;
  white-space: pre-line;
  background: #233160;
}
#app {
  min-height: 100vh;
}
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently

not supported by any browser */
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #999;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #999;
}
input:-internal-autofill-selected {
  background: transparent !important;
}
@font-face {
  font-family: 'iconfont';
  src: url('//at.alicdn.com/t/font_1909202_adja4yv21il.eot');
  src: url('//at.alicdn.com/t/font_1909202_adja4yv21il.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_1909202_adja4yv21il.woff2') format('woff2'), url('//at.alicdn.com/t/font_1909202_adja4yv21il.woff') format('woff'), url('//at.alicdn.com/t/font_1909202_adja4yv21il.ttf') format('truetype'), url('//at.alicdn.com/t/font_1909202_adja4yv21il.svg#iconfont') format('svg');
  
  /* project id 1909202 */
}
.overflow {
  scrollbar-color: #02d7b5 rgba(255, 255, 255, 0.4);
  scrollbar-track-color: transparent;
  -ms-scrollbar-track-color: transparent;
  scrollbar-width: thin;
}
.overflow::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.overflow::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.4);
}
.overflow::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: none;
  border-radius: 10px;
  background: #02d7b5;
}
.iconfont {
  vertical-align: middle;
}
.center {
  justify-content: center;
  align-items: center;
}
.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
a {
  text-decoration: none;
}
.school-list-i {
  -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 */
  margin-top: 12px;
  display: block;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.school-list-i .avatar {
  margin: 0 auto 2px;
  width: 36px;
  height: 36px;
  border-radius: 5px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 91;
  position: relative;
}
.school-list-i .avatar img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  border-radius: 5px;
}
.school-list-i .name {
  font-size: 12px;
  color: #305d7c;
  text-align: center;
  z-index: 91;
  position: relative;
}
#big-del .school-list-i {
  position: fixed;
  left: 0;
  top: 0;
  visibility: hidden;
}
.el-pagination {
  text-align: center;
  margin-top: 16px;
  color: #333;
  font-weight: normal;
}
.el-pagination .el-pager li {
  font-size: 14px;
  height: 36px;
  line-height: 35px;
  padding: 0 14px;
  width: auto;
}
.el-pagination .el-pager li.active {
  font-family: "PingFang";
  color: #02d7b5;
}
.el-pagination .el-pager li:hover {
  color: #02d7b5;
}
.el-pagination .btn-next,
.el-pagination .btn-prev {
  border-radius: 50%;
  background-color: #f7f7f7;
  width: 35px;
  height: 36px;
  padding: 0;
  margin: 0 14px;
}
.el-pagination .el-icon-arrow-right {
  width: 16px;
  height: 12px;
  margin: 0 auto;
  background: url(../img/toright3.png);
}
.el-pagination .el-icon-arrow-left {
  width: 16px;
  height: 12px;
  margin: 0 auto;
  background: url(../img/toright3.png);
  transform: rotateZ(180deg);
}
.el-pagination button:disabled {
  background-color: #f7f7f7;
  color: #ccc;
}
.el-pagination button:disabled .el-icon-arrow-left {
  background: url(../img/toleftc.png);
  transform: rotateZ(0deg);
}
.el-pagination button:disabled .el-icon-arrow-right {
  background: url(../img/toleftc.png);
  transform: rotateZ(180deg);
}
.el-pagination button:hover {
  color: #333;
}
.el-pagination .el-icon-arrow-left:before {
  content: none;
}
.el-pagination .el-icon-arrow-right:before {
  content: none;
}
.school-header {
  position: relative;
  overflow: hidden;
}
.school-header .bg-img {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.school-header .bg {
  position: absolute;
  width: 100%;
  height: 250px;
  z-index: 2;
  bottom: 0;
  background: rgba(4, 6, 14, 0.761);
}
.school-header .header-search {
  margin: 0 0 30px 0;
  display: flex;
}
.school-header .header-search .logo {
  display: inline-flex;
  width: 150px;
  height: 28px;
  background: url(../img/logo.png) no-repeat 100%;
  background-size: 100%;
}
.school-header .header-search form {
  margin-left: 36px;
  display: inline-flex;
  width: 284px;
  height: 31px;
  background: #3b4a81;
  border-radius: 16px;
}
.school-header .header-search form input {
  display: inline-flex;
  background: transparent;
  border: none;
  outline: none;
  text-align: center;
  flex: 1;
  color: #fff;
  cursor: pointer;
}
.school-header .header-search form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #5F8AD8;
}
.school-header .header-search form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #5F8AD8;
}
.school-header .header-search form :-ms-input-placeholder {
  /* IE 10+ */
  color: #5F8AD8;
}
.school-header .header-search form :-moz-placeholder {
  /* Firefox 18- */
  color: #5F8AD8;
}
.school-header .header-search form button {
  display: inline-flex;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  width: 50px;
  color: #5F8AD8;
  font-size: 26px;
  font-weight: bold;
  justify-content: center;
}
.school-header .inner {
  position: relative;
  z-index: 3;
  margin: 0 auto;
  width: 1250px;
}
.school-header .inner .school-info {
  display: flex;
  align-items: center;
  color: #fff;
  height: 250px;
}
.school-header .inner .avatar-container {
  margin-right: 30px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  /* padding: 10px; */
  width: 140px;
  height: 140px;
  margin-left: 140px;
}
.school-header .inner a {
  color: inherit;
}
.school-header .inner .avatar-inner {
  display: block;
  max-width: 120px;
  max-height: 120px;
}
.school-header .inner .avatar {
  background: #fff;
  max-width: 120px;
  max-height: 120px;
}
.school-header .inner .name {
  margin-top: -4px;
  font-size: 30px;
}
.school-header .inner .enname {
  margin: 7px 0 22px;
  font-size: 17px;
  color: #ccc;
}
.school-header .inner .address {
  font-size: 14px;
}
.school-header .inner .divide {
  color: #999999;
  margin: 0 20px;
}
.school-header .inner .el-icon-location {
  margin-right: 8px;
  color: #d5d4d4;
}
.radio-area {
  margin-bottom: 40px;
  padding-top: 6px;
}
.radio-area .el-checkbox {
  color: #333;
  font-size: 14px;
}
.radio-area .el-checkbox__inner {
  width: 14px;
  height: 14px;
  border-color: #ccc;
  border-radius: 3px;
  background: transparent;
}
.radio-area .el-checkbox__input.is-checked + .el-checkbox__label {
  color: #5f8ad8;
}
.radio-area .el-checkbox__label {
  font-weight: 400;
}
.radio-area .el-checkbox__input.is-checked .el-checkbox__inner,
.radio-area .el-checkbox__input.is-indeterminate .el-checkbox__inner {
  border: none;
  background: #5f8ad8;
  background-size: 100%;
  box-shadow: 0 5px 8px -2px rgba(95, 138, 216, 0.4);
}
.radio-area .el-checkbox__inner::after {
  left: 5px;
  top: 2px;
}
.school-index {
  min-height: 100vh;
  background: #233160;
  position: relative;
}
.school-index .school-header .inner .avatar-container {
  margin-left: 120px;
}
.school-index .nav-tab,
.school-index .school-header .inner {
  margin: 0 auto;
  width: 1250px;
  max-width: 90vw;
  min-width: 1000px;
}
.school-index .open {
  background: #fff !important;
  cursor: pointer;
  height: 75px;
  line-height: 75px;
  color: #999;
  padding: 0;
  text-align: center;
  font-size: 16px;
}
.school-index .open i {
  transform-origin: center;
  position: relative;
  display: block;
}
.school-index .open .up {
  transform: rotateZ(180deg);
}
.school-index .school-main {
  width: 1250px;
  max-width: 90vw;
  min-width: 1000px;
  margin: 0 auto;
  display: flex;
  padding-top: 30px;
  justify-content: space-between;
}
.school-index .school-main .left-tabs {
  width: 120px;
  flex: 0 0 120px;
}
.school-index .school-main .main-left {
  flex: 0 0 calc(100% - 398px);
  margin-right: 20px;
}
.school-index .school-main .main-left .item-card {
  margin-bottom: 32px;
  background: #fff;
  border-radius: 5px;
}
.school-index .school-main .main-left .item-card .title {
  display: flex;
  padding: 0 30px;
  height: 60px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ededed;
  font-size: 20px;
  font-family: "PingFang";
  color: #333333;
  font-weight: bold;
  line-height: 1.667;
}
.school-index .school-main .main-left .item-card .title .more {
  font-size: 14px;
  color: #666666;
  cursor: pointer;
}
.school-index .school-main .main-left .item-card .title .experience-btn {
  display: inline-flex;
  position: relative;
}
.school-index .school-main .main-left .item-card .title .experience-btn .btn:hover {
  color: #6c92d9;
}
.school-index .school-main .main-left .item-card .title .btn {
  display: inline-flex;
  width: 89px;
  height: 33px;
  align-items: center;
  justify-content: center;
  border: 1px #d7d7d7 solid;
  border-radius: 16px;
  font-size: 14px;
  font-family: "PingFang";
  color: #333333;
  font-weight: bold;
  cursor: pointer;
}
.school-index .school-main .main-left .item-card .title .search {
  display: flex;
  width: 240px;
  height: 40px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #666;
  color: #333;
  font-size: 14px;
}
.school-index .school-main .main-left .item-card .title .search input {
  border: none;
  outline: none;
  flex: 1;
}
.school-index .school-main .main-left .item-card .title .search button {
  background: transparent;
  border: none;
  outline: none;
  margin-left: 10px;
  font-size: 20px;
}
.school-index .school-main .main-left .content {
  padding: 32px 60px 50px;
}
.school-index .school-main .main-left .intro .ranking {
  margin-bottom: 22px;
  position: relative;
  height: 81px;
  display: flex;
  padding-right: 33px;
  overflow: hidden;
  align-items: center;
  justify-content: flex-end;
  border: 1px #ededed solid;
  border-radius: 10px;
  background-color: #ffffff;
}
.school-index .school-main .main-left .intro .ranking .name {
  position: absolute;
  left: 0;
  top: 0;
  background: #5f8ad8;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  width: 118px;
  height: 36px;
  line-height: 36px;
  text-align: center;
}
.school-index .school-main .main-left .intro .ranking .name:after {
  content: "";
  position: absolute;
  top: 0;
  left: 113px;
  display: block;
  width: 9px;
  height: 37px;
  transform: skewX(-14deg);
  background: #fff;
}
.school-index .school-main .main-left .intro .ranking .more {
  margin-left: 60px;
  display: inline-flex;
  height: 34px;
  padding-left: 34px;
  border-left: 1px solid #ededed;
  align-items: center;
  font-size: 14px;
  color: #666;
  font-weight: bold;
  cursor: pointer;
}
.school-index .school-main .main-left .intro .ranking .more .el-icon-arrow-right {
  margin-left: 6px;
}
.school-index .school-main .main-left .intro .ranking .li {
  margin-left: 10%;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  color: #333;
}
.school-index .school-main .main-left .intro .ranking .li .order {
  display: inline-flex;
  margin-left: 9px;
  min-width: 35px;
  padding: 0 5px;
  height: 22px;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background-color: #46d4ba;
  font-size: 17px;
  font-family: "DIN";
  font-weight: bold;
  color: #fff;
}
.school-index .school-main .main-left .intro .ranking .li:nth-of-type(1) {
  margin-left: 0;
}
.school-index .school-main .main-left .intro .num-list {
  margin: 0px ;
  height: 81px;
  list-style: none;
  border-radius: 10px;
  background-color: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.school-index .school-main .main-left .intro .num-list li {
  list-style: none;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  font-family: "PingFang";
  color: #666666;
}
.school-index .school-main .main-left .intro .num-list li .num {
  margin-top: 8px;
  font-size: 17px;
  font-family: "DIN";
  color: #333333;
  font-weight: bold;
}
.school-index .school-main .main-left .intro .info {
  margin-top: 40px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
}
.school-index .school-main .main-left .intro .info .img {
  display: inline-flex;
  max-width: 300px;
  margin-right: 36px;
  border-radius: 10px;
  border: 1px solid #f2f2f2;
}
.school-index .school-main .main-left .intro .info .text {
  width: calc(100% - 336px);
  float: right;
  word-break: break-all;
  font-size: 14px;
  font-family: "PingFang";
  color: #333333;
  line-height: 2;
  overflow: hidden;
}
.school-index .school-main .main-left .intro .info .more-intro .m {
  color: #5f8ad8;
  cursor: pointer;
}
.school-index .school-main .main-left .intro .positionMore {
  position: absolute;
  right: 0;
  bottom: 0;
  padding-right: 20px;
  background: #fff;
}
.school-index .school-main .main-left .offer .title-offer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 60px;
  font-size: 17px;
  font-family: "PingFang";
  color: #666;
  font-weight: bold;
}
.school-index .school-main .main-left .offer .title-offer .name {
  display: inline-flex;
  align-items: center;
}
.school-index .school-main .main-left .offer .title-offer .r {
  display: flex;
  align-items: center;
}
.school-index .school-main .main-left .offer .title-offer .r .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  width: 89px;
  height: 33px;
  border: 1px #d7d7d7 solid;
  border-radius: 16px;
  font-size: 14px;
  font-family: "PingFang";
  color: #333333;
  font-weight: bold;
  cursor: pointer;
}
.school-index .school-main .main-left .offer .title-offer .name:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #02d7b5;
}
.school-index .school-main .main-left .offer .echart-content {
  border-bottom: 1px solid #ededed;
  padding-bottom: 40px;
  height: 300PX;
  position: relative;
  overflow: hidden;
}
.school-index .school-main .main-left .offer .list {
  padding-bottom: 42px;
}
.school-index .school-main .main-left .offer .list .el-pagination {
  margin-bottom: -20px;
  margin-top: 16px;
}
.school-index .school-main .main-left .offer .echarts-area {
  padding-left: 24px;
}
.school-index .school-main .main-left .offer .echarts-shadow-box {
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0px 0px 8px 0px rgba(213, 213, 213, 0.9964);
  margin: 0 60px 22px;
  padding-bottom: 50px;
}
.school-index .school-main .main-left .experience {
  padding: 32px 60px 22px;
}
.school-index .school-main .main-left .experience .tab {
  display: flex;
  align-items: center;
  justify-content: center;
}
.school-index .school-main .main-left .experience .tab .i {
  margin-right: 10px;
  display: inline-flex;
  height: 34px;
  padding: 0 18px;
  align-items: center;
  justify-content: center;
  background-color: #f2f2f2;
  border-radius: 17px;
  cursor: pointer;
  font-size: 14px;
  font-family: "PingFang";
  color: #333333;
}
.school-index .school-main .main-left .experience .tab .i:hover,
.school-index .school-main .main-left .experience .tab .i.active {
  background: #233160;
  color: #ffffff;
}
.school-index .school-main .main-left .experience .tab .i:last-child {
  margin-right: 0;
}
.school-index .school-main .main-left .experience .list {
  display: flex;
  list-style: none;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 30px;
}
.school-index .school-main .main-left .experience .list .item:hover {
  border-width: 2px;
  border-color: #6c92d9;
  border-style: solid;
  border-radius: 10px;
  background-color: #eff3fb;
  padding: 13px 29px;
  box-shadow: 0 10px 10px 0px #eff3fb;
}
.school-index .school-main .main-left .experience .list .item {
  margin-bottom: 20px;
  display: inline-flex;
  flex-direction: column;
  width: 408px;
  flex: 0 0 calc(50% - 10px);
  padding: 14px 30px;
  border: 1px solid #ededed;
  border-radius: 10px;
  cursor: pointer;
}
.school-index .school-main .main-left .experience .list .item .headline {
  height: 38px;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
}
.school-index .school-main .main-left .experience .list .item:nth-of-type(2n) {
  margin-left: 20px;
}
.school-index .school-main .main-left .experience .list .footer {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #999999;
}
.school-index .school-main .main-left .experience .list .footer .userinfo {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}
.school-index .school-main .main-left .experience .list .footer .userinfo .avatar {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.school-index .school-main .main-left .experience .open {
  border-top: 1px solid #ededed;
  margin-bottom: -22px;
}
.school-index .school-main .main-left .comment {
  padding-bottom: 30px;
  padding-top: 30px;
}
.school-index .school-main .main-left .comment .list {
  list-style: none;
  padding-left: 60px;
}
.school-index .school-main .main-left .comment .list .item {
  margin-bottom: 30px;
  padding: 20px 60px 20px 0;
  border-bottom: 1px solid #ededed;
}
.school-index .school-main .main-left .comment .list .item .info {
  font-size: 16px;
  color: #333333;
  line-height: 2;
  padding-right: 184px;
}
.school-index .school-main .main-left .comment .list .item .more {
  background: #fff;
  color: #5f8ad8;
  cursor: pointer;
  font-size: 14px;
  white-space: nowrap;
}
.school-index .school-main .main-left .comment .list .item .quote-l,
.school-index .school-main .main-left .comment .list .item .quote-r {
  display: inline-block;
  width: 30px;
  height: 24px;
  background: url(../img/quote-r.png) no-repeat;
  background-size: 100%;
  margin-left: 12px;
}
.school-index .school-main .main-left .comment .list .item .quote-l {
  margin-left: 0;
  margin-right: 12px;
  background: url(../img/quote-l.png) no-repeat;
  background-size: 100%;
}
.school-index .school-main .main-left .comment .list .item .quote-r {
  vertical-align: bottom;
}
.school-index .school-main .main-left .comment .list .hidden-info {
  position: relative;
  height: 128px;
  overflow: hidden;
}
.school-index .school-main .main-left .comment .list .hidden-info .quote-r {
  position: absolute;
  right: 184px;
  bottom: 0;
  background-color: #fff;
}
.school-index .school-main .main-left .comment .list .hidden-info .more {
  position: absolute;
  right: 212px;
  bottom: -1px;
  padding: 0 10px;
}
.school-index .school-main .main-left .comment .list .hidden-info .more:before {
  content: "...";
  color: #333333;
}
.school-index .school-main .main-left .comment .list .footer {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #999999;
}
.school-index .school-main .main-left .comment .list .footer .userinfo {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}
.school-index .school-main .main-left .comment .list .footer .userinfo .avatar {
  border-radius: 50%;
  width: 36px;
  height: 36px;
  margin-right: 10px;
}
.school-index .school-main .main-left .comment .list .footer .userinfo .name {
  margin-bottom: 5px;
  color: #333 ;
  font-size: 14px;
  font-weight: bold;
}
.school-index .school-main .main-left .comment .list .footer .report {
  position: relative;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.school-index .school-main .main-left .comment .list .footer .report .text {
  display: none;
  position: absolute;
  left: 42px;
  top: 7px;
  width: 82px;
  height: 22px;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  background: #fff;
  z-index: 10;
  color: #333;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
}
.school-index .school-main .main-left .comment .list .footer .report .iconfont {
  vertical-align: middle;
  font-size: 24px;
  position: relative;
  top: -1px;
}
.school-index .school-main .main-left .comment .list .footer .report:hover {
  background: #f7f7f7;
}
.school-index .school-main .main-left .comment .list .footer .report:hover .text {
  display: block;
}
.school-index .school-main .main-left .comment .to-commont {
  margin: 0 60px;
  display: flex;
  height: 48px;
  align-items: center;
  padding-left: 18px ;
  border: 1px #e0e0e0 solid;
  border-radius: 10px;
  background-color: rgba(35, 49, 96, 0.078);
  cursor: pointer;
}
.school-index .school-main .main-left .comment .to-commont .avatar {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: 8px;
}
.school-index .school-main .main-left .comment .el-pagination {
  margin-bottom: 20px;
}
.school-index .school-main .main-right .right-top {
  width: 258px;
  height: 481px;
  padding: 14px 30px 30px ;
  background-color: #fff;
  box-shadow: 0px 0px 1px 0px rgba(94, 94, 116, 0.25);
  border-radius: 10px;
}
.school-index .school-main .main-right .right-top .title {
  font-size: 20px;
  color: #333333;
  line-height: 1.667;
}
.school-index .school-main .main-right .right-top .status {
  margin: 30px 0 20px;
  background-color: #46d4ba;
  border: 1px solid #46d4ba;
  width: 95px;
  height: 33px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 32px;
  border-radius: 17px;
  cursor: pointer;
}
.school-index .school-main .main-right .right-top .status i {
  margin-right: 5px;
}
.school-index .school-main .main-right .right-top .status.isattention {
  background-color: #fff;
  border: 1px solid #EDEDED;
  color: #333;
}
.school-index .school-main .main-right .right-top .status.isattention i {
  display: none;
}
.school-index .school-main .main-right .right-top .function {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
  padding: 20px 0 10px;
}
.school-index .school-main .main-right .right-top .function .item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 95px;
  height: 33px;
  background: #EDEDED;
  color: #333;
  font-size: 14px;
  cursor: pointer;
  border-radius: 17px;
  margin-bottom: 10px;
}
.school-index .school-main .main-right .right-top .function .item:hover {
  background: #233160 ;
  color: #fff;
}
.school-index .school-main .main-right .right-top .comments-box {
  padding: 20px 0 0;
}
.school-index .school-main .main-right .right-top .comments-box textarea {
  width: 100%;
  display: block;
  height: 128px;
  padding: 16px;
  border-radius: 10px;
  border: 1px solid #EDEDED;
  resize: none;
  outline: none;
}
.school-index .school-main .main-right .right-top .comments-box button {
  margin-top: 5px;
  outline: none;
  cursor: pointer;
  width: 100%;
  display: block;
  height: 42px;
  background: #ededed;
  color: #333;
  font-size: 14px;
  border: none;
  border-radius: 10px;
}
.school-index .school-main .main-right .right-bottom {
  margin-top: 28px;
  width: 258px;
  background-color: #fff;
  box-shadow: 0px 0px 1px 0px rgba(94, 94, 116, 0.25);
  border-radius: 10px;
}
.school-index .school-main .main-right .right-bottom .title {
  border-bottom: 1px solid #EDEDED;
  line-height: 55px;
  height: 56px;
  padding-left: 30px ;
  font-size: 17px;
  color: #333;
  font-weight: bold;
}
.school-index .school-main .main-right .right-bottom .list {
  padding: 14px 30px 10px 60px;
  color: #666;
  font-size: 12px;
  list-style: none;
  position: relative;
  word-break: break-all;
}
.school-index .school-main .main-right .right-bottom .list li {
  position: relative;
  margin-bottom: 20px;
}
.school-index .school-main .main-right .right-bottom .list li .info {
  display: block;
  color: inherit;
}
.school-index .school-main .main-right .right-bottom .list li a.info:hover {
  color: #233160;
}
.school-index .school-main .main-right .right-bottom .list .name {
  font-size: 14px;
  color: #333333;
  line-height: 1.714;
  margin-bottom: 2px;
}
.school-index .school-main .main-right .right-bottom .list .icon {
  position: absolute;
  left: -30px;
  top: 13px;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
}
.school-index .school-main .main-right .right-bottom .list .icon.website {
  width: 23px;
  height: 18px;
}
.school-index .school-main .main-right .right-bottom .list .icon.address {
  width: 15px;
  height: 20px;
}
.school-index .school-main .main-right .right-bottom .list .icon.file {
  width: 16px;
}
.school-index .school-main .main-right .pet-bottom {
  margin-top: 28px;
  width: 258px;
  background-color: #fff;
  box-shadow: 0px 0px 1px 0px rgba(94, 94, 116, 0.25);
  border-radius: 10px;
}
.school-index .school-main .main-right .pet-bottom .title {
  border-bottom: 1px solid #EDEDED;
  line-height: 55px;
  height: 56px;
  padding-left: 30px ;
  font-size: 17px;
  color: #333;
  font-weight: bold;
}
.school-index .school-main .main-right .pet-bottom .list {
  padding: 10px 22px 0;
}
.school-index .school-main .main-right .pet-bottom .list .item {
  margin-bottom: 10px;
  display: flex;
  padding: 6px 8px 4px;
  border-radius: 2px;
  background: #f9f9f9;
}
.school-index .school-main .main-right .pet-bottom .list .item .point {
  margin-right: 10px;
  border-radius: 50%;
  background-color: #02d7b5;
  width: 6px;
  height: 6px;
  position: relative;
  top: 5px;
}
.school-index .school-main .main-right .pet-bottom .list .item .cont {
  color: #666;
  font-size: 12px;
}
.school-index .school-main .main-right .pet-bottom .list .item .cont .num {
  margin-top: 7px;
  font-size: 16px;
  font-family: "PingFang";
  color: #333333;
  font-weight: bold;
  line-height: 1.5;
}
.school-index .school-main .main-right .pet-bottom .tips {
  padding: 18px 22px;
  display: flex;
  font-size: 12px;
  color: #999;
  border-top: 1px solid #EDEDED;
  line-height: 18px;
}
.school-index .school-main .main-right .pet-bottom .tips i {
  width: 24px;
  display: inline-flex;
  flex: 0 0 24px;
  font-weight: bold;
  font-size: 15px;
  position: relative;
  top: 2px;
}
@media screen and (max-width: 1375px) {
  .school-index .school-main .main-left .intro .ranking {
    padding-top: 40px;
    height: 100px;
  }
}
@media screen and (max-width: 1286px) {
  .school-index .school-main .main-left .intro .ranking {
    padding-top: 40px;
    height: 100px;
  }
  .school-index .school-main .main-left .intro .ranking .more {
    padding-left: 10px;
    margin-left: 10px;
  }
  .school-index .school-main .main-left .intro .ranking .li {
    margin-left: 5%;
  }
}
/*弹窗*/
/*弹窗*/
.alert-form {
  display: block;
  position: fixed;
  z-index: 91;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
}
.alert-form .head {
  padding: 0 18px 0 30px;
  display: flex;
  height: 56px;
  align-items: center;
  justify-content: space-between;
  background: #233160;
  color: #fff;
  font-size: 17px;
}
.alert-form .head .close {
  color: #b3b3b3;
  font-size: 24px;
  cursor: pointer;
}
.alert-form .footer {
  display: flex;
  justify-content: center;
  align-items: center;
}
.alert-form .footer button {
  border: 1px #999999 solid;
  border-radius: 5px;
  background-color: #ffffff;
  width: 128px;
  height: 38px;
  color: #333;
  font-size: 14px;
  outline: none;
  cursor: pointer;
}
.alert-form .footer button[type=submit] {
  background-color: #5f8ad8;
  border-color: #5f8ad8;
  color: #fff;
}
.alert-form .footer button[type=button] {
  margin-right: 20px;
}
.alert-form .footer button[type=button]:not(:disabled):hover {
  border-color: #333;
}
.alert-form .footer button[type=submit]:not(:disabled):hover {
  background: #4071cb;
}
.alert-form .footer button:disabled {
  background: #f7f7f7;
  border-color: #f7f7f7;
  color: #ccc;
}
.alert-form .alert-confirm {
  display: block;
  position: fixed;
  z-index: 11;
  left: 50%;
  top: 50%;
  width: 400px;
  height: 200px;
  padding-bottom: 40px;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  border: none;
  border-radius: 5px;
  overflow: hidden;
}
.alert-form .alert-confirm .msg {
  font-size: 16px;
  color: #333;
  padding: 50px 20px;
  text-align: center;
}
.alert-form .comments {
  display: block;
  position: fixed;
  z-index: 11;
  left: 50%;
  top: 50%;
  width: 740px;
  height: 440px;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  border: none;
  border-radius: 5px;
  overflow: hidden;
}
.alert-form .comments .text-box {
  position: relative;
}
.alert-form .comments .text-num {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #999;
  font-size: 12px;
}
.alert-form .comments form {
  display: block;
  width: 100%;
  padding: 34px 30px 40px ;
}
.alert-form .comments form textarea {
  margin-bottom: 30px;
  display: block;
  width: 100%;
  height: 240px;
  background: #f7f7f7;
  padding: 18px;
  font-size: 14px;
  border: 1px solid #F7F7F7;
  border-radius: 5px;
  outline: none;
  resize: none;
  line-height: 22px;
}
.alert-form .comments form textarea:focus {
  border: 1px #5f8ad8 solid;
  border-radius: 10px;
  background-color: #ffffff;
}
.alert-form .reports {
  height: 440px;
}
.alert-form .reports form textarea {
  height: 172px;
}
.alert-form .experience {
  width: 964px;
  height: 750px;
}
.alert-form .experience form {
  padding: 0;
}
.alert-form .experience .scroll {
  height: 616px;
  overflow-y: scroll;
  padding: 34px 30px 10px ;
}
.alert-form .experience .footer {
  padding-bottom: 40px;
}
.alert-form .experience .input-items {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.alert-form .experience .input-items .name {
  display: inline-flex;
  flex: 0 0 84px;
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  line-height: 48px;
}
.alert-form .experience .input-items .input-content {
  display: inline-flex;
  flex-direction: column;
}
.alert-form .experience .input-items .input-content .i {
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
}
.alert-form .experience .input-items .input-content .input-text,
.alert-form .experience .input-items .input-content .el-input__inner {
  width: 508px;
  height: 48px;
  padding: 0 20px;
  display: inline-block;
  border: 1px solid #EDEDED;
  border-radius: 5px;
  outline: none;
  box-sizing: border-box;
}
.alert-form .experience .input-items .input-content input:focus {
  border: 1px #5f8ad8 solid;
}
.alert-form .experience .del {
  margin-left: 10px;
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff0ef;
  color: #ff6f66;
  cursor: pointer;
}
.alert-form .experience .plus {
  margin-left: 10px;
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #eff3fb;
  color: #749add;
  cursor: pointer;
  font-size: 20px;
}
.alert-form .experience .input-title {
  margin: 10px 0 10px;
  display: block;
  width: 100%;
  height: 48px;
  padding: 0 20px;
  display: inline-block;
  border: 1px solid #EDEDED;
  border-radius: 5px;
  outline: none;
  box-sizing: border-box;
}
.alert-form .experience input:focus {
  border: 1px #5f8ad8 solid;
}
.el-autocomplete-suggestion {
  border-color: #5f8ad8;
}
.el-popper[x-placement^=bottom] {
  margin-top: 0;
}
.el-popper[x-placement^=top] {
  margin-bottom: 0;
}
.el-popper[x-placement^=top] .popper__arrow {
  display: none;
}
.el-autocomplete-suggestion li {
  font-size: 12px;
  color: #333;
  line-height: 43px;
  position: relative;
}
.el-autocomplete-suggestion li[role=options]:after {
  content: "";
  width: calc(100% - 36px);
  height: 1px;
  background: #ededed;
  position: absolute;
  left: 18px;
  bottom: 0;
}
.el-autocomplete-suggestion li.highlighted,
.el-autocomplete-suggestion li:hover {
  background: #5f8ad8;
  color: #fff;
}
.el-autocomplete-suggestion li.highlighted:after,
.el-autocomplete-suggestion li:hover:after {
  background: #5f8ad8 ;
}
.el-popper[x-placement^=bottom] .popper__arrow {
  display: none;
}
.about-school {
  min-height: 100vh;
  background: #233160;
  position: relative;
}
.about-school .main {
  margin: 0 auto;
  padding-top: 30px;
  width: 1250px;
  max-width: 90vw;
  min-width: 1000px;
  display: flex;
}
.about-school .content {
  background: #fff;
  width: calc(100% - 140px);
  margin: 0 auto;
  border-radius: 20px;
  padding-top: 10px;
}
.about-school .content .card {
  display: flex;
  flex-direction: row;
  padding: 40px 100px;
}
.about-school .content .card .img {
  width: 120px;
  height: 120px;
  flex: 0 0 120px;
  margin-right: 10px;
  border-radius: 10px;
  cursor: pointer;
}
.about-school .content .card .img:last-child {
  margin-right: 0;
}
.about-school .content .el-carousel__arrow {
  color: #acacac;
  background: #f2f2f2;
  font-size: 30px;
  width: 50px;
  height: 50px;
  font-weight: bold;
  right: 30px;
  z-index: 20;
}
.about-school .content .el-carousel__arrow--left {
  left: 30px;
}
.about-school .article {
  padding: 26px 100px 40px;
  line-height: 1.6;
}
.about-school .article p {
  margin-bottom: 15px;
}
.about-school .el-image-viewer__close {
  color: #fff;
}
.about-school .nav-tab,
.offer-index .nav-tab,
.school-recent-news .nav-tab,
.colleges-rankings .nav-tab,
.about-school .school-header .inner,
.colleges-rankings .school-header .inner,
.offer-index .school-header .inner {
  width: 1250px;
  max-width: 90vw;
  min-width: 1000px;
}
.colleges-rankings {
  min-height: 100vh;
  background: #233160;
  position: relative;
}
.colleges-rankings .main {
  width: 1250px;
  max-width: 90vw;
  min-width: 1000px;
  margin: 30px auto 0;
  display: flex;
}
.colleges-rankings .main .container {
  width: calc(100% - 140px);
}
.colleges-rankings .main .header-tab {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.colleges-rankings .main .header-tab .items {
  display: inline-flex;
  border-radius: 5px;
  background-color: rgba(72, 89, 146, 0.5);
  width: 200px;
  height: 50px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.502);
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  cursor: pointer;
}
.colleges-rankings .main .header-tab .active.items {
  background-color: #ffffff;
  width: 200px;
  height: 60px;
  font-size: 20px;
  font-family: "PingFang";
  color: #5f8ad8;
  font-weight: bold;
  border-radius: 5px 5px 0 0 ;
}
.colleges-rankings .main .content {
  border-radius: 0 20px 20px 20px;
  background: #fff;
  padding: 30px 50px 50px;
}
.colleges-rankings .main .content .table {
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
}
.colleges-rankings .main .content .table .item td {
  font-size: 14px;
  color: #333;
  padding: 16px 20px 16px 0;
}
.colleges-rankings .main .content .table .item td:nth-child(1) {
  padding-left: 54px;
  min-width: 120px;
}
.colleges-rankings .main .content .table .item .ranking {
  text-align: center;
  padding: 0;
}
.colleges-rankings .main .content .table .item .order {
  border-radius: 5px;
  background-color: #46d4ba;
  min-width: 35px;
  height: 22px;
  line-height: 22px;
  padding: 0 5px;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  color: #fff;
  font-size: 16px;
  font-family: "DIN";
  font-weight: bold;
}
.colleges-rankings .main .content .table .item:nth-child(2n) {
  background: #f7f7f7;
}
.colleges-rankings .main .content .table .item:not(.caption) td:nth-child(1) {
  border-radius: 5px 0 0 5px;
}
.colleges-rankings .main .content .table .item:not(.caption) td:last-child {
  border-radius: 0 5px 5px 0;
}
.colleges-rankings .main .content .table .item:not(.caption):hover {
  background: #daf6f1;
}
.colleges-rankings .main .content .table .caption td {
  font-size: 16px;
}
.colleges-rankings .main .content .title {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 10px;
  font-weight: bold;
}
.colleges-rankings .main .content .title .i {
  font-size: 16px;
}
.offer-list .table {
  padding: 0 60px;
}
.offer-list table {
  width: 100%;
  border-radius: 5px;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #ededed;
  font-size: 12px;
  font-family: "PingFang";
  color: #333333;
}
.offer-list td {
  height: 50px;
  padding: 0 4px 0 10px;
  cursor: pointer;
}
.offer-list td .text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.offer-list tr:nth-child(2n+1) {
  background: #f7f7f7;
}
.offer-list tr:hover {
  background: #6c92d9;
  color: #fff;
}
.offer-list tr:hover .content-alert {
  display: block;
}
.offer-list .caption {
  background: #f7f7f7 !important;
}
.offer-list .caption td {
  font-size: 14px;
  font-family: "PingFang";
  color: #333333;
  font-weight: bold;
  border-bottom: 1px solid #ededed;
}
.offer-list .user {
  position: relative;
  cursor: pointer;
}
.offer-list .user .content-alert {
  display: none;
  position: absolute;
  left: 72%;
  top: 38px;
  transform: translateX(-50%);
  width: 352px;
  background-color: #233160;
  border-radius: 10px;
  z-index: 2;
  font-size: 12px;
  font-family: "PingFang";
  color: #ffffff;
  box-shadow: 0 10px 40px 0px rgba(35, 49, 96, 0.4), 0px 10px 73px 0px rgba(139, 159, 197, 0.71);
}
.offer-list .user .content-alert ul {
  position: relative;
  list-style: none;
  padding: 16px 20px;
  line-height: 1.5;
}
.offer-list .user .content-alert ul:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -14px;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-bottom-color: #233160;
}
.offer-list .user .content-alert li {
  display: flex;
  margin-bottom: 10px;
}
.offer-list .user .content-alert .name {
  display: inline-flex;
  width: 84px;
}
.offer-list .user .content-alert .sub {
  display: inline-flex;
  flex: 1;
  flex-direction: column;
}
.offer-list .open td {
  padding: 0;
  text-align: center;
}
.offer-list .open:hover {
  color: #999;
}
.offer-list .el-pagination {
  margin-top: 22px;
  padding-bottom: 22px;
}
.offer-echarts .el-scrollbar__wrap {
  overflow: hidden;
}
.offer-echarts .el-scrollbar .el-scrollbar__wrap .el-scrollbar__view {
  white-space: nowrap;
}
.offer-index {
  min-height: 100vh;
  background: #233160;
  position: relative;
}
.offer-index .main {
  width: 1250px;
  max-width: 90vw;
  min-width: 1000px;
  margin: 0 auto;
  padding-top: 30px;
  display: flex;
}
.offer-index .content {
  background: #fff;
  margin: 0 auto;
  border-radius: 10px;
  display: flex;
  width: calc(100% - 140px);
}
.offer-index .content .echarts {
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0px 0px 8px 0px rgba(213, 213, 213, 0.9964);
  margin: 0 40px;
  padding-bottom: 50px;
}
.offer-index .content .echarts .echarts-area {
  padding-left: 24px;
}
.offer-index .content .table {
  padding: 30px 40px 0;
}
.offer-index .search-header {
  padding: 30px 40px ;
  border-bottom: 1px solid #ededed;
  display: flex;
}
.offer-index .search-header .search-box {
  display: inline-flex;
  border: 1px #333333 solid;
  border-radius: 5px;
  width: 518px;
  height: 48px;
  color: #333;
  align-items: center;
}
.offer-index .search-header .search-box .abbreviation {
  display: inline-flex;
  min-width: 64px;
  padding: 0 8px;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  border-right: 1px solid #ededed;
  height: 30px;
  align-items: center;
  justify-content: center;
}
.offer-index .search-header .search-box input {
  display: inline-flex;
  flex: 1;
  outline: none;
  border: none;
  padding: 0 20px;
  height: 30px;
}
.offer-index .search-header .search-box button {
  height: 30px;
  display: inline-flex;
  background: transparent;
  border: none;
  outline: none;
  justify-content: center;
  font-size: 24px;
  font-weight: 500;
  padding: 0 18px;
  cursor: pointer;
}
.offer-index .search-header .tooffer {
  margin-left: 20px;
  display: inline-flex;
  border: 1px #333333 solid;
  background-color: #ffffff;
  width: 98px;
  height: 48px;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  cursor: pointer;
}
.offer-index .keyword-list {
  padding: 20px 30px 20px 40px;
  display: flex;
}
.offer-index .keyword-list .item {
  display: inline-flex;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px #e0e0e0 solid;
  border-radius: 5px;
  height: 33px;
  padding: 0 10px;
  font-size: 14px;
  color: #666666;
  align-items: center;
  line-height: 30px;
  cursor: pointer;
}
.offer-index .keyword-list .item .icon-close {
  margin-left: 4px;
  color: #b3b3b3;
}
.offer-index .keyword-list .item.active,
.offer-index .keyword-list .item:hover {
  background: #f7f7f7;
}
.offer-index .search-result {
  padding: 0px 40px 30px;
  font-size: 14px;
  font-family: "PingFang";
  color: #999999;
}
.offer-index .search-result .num {
  color: #333;
  margin: 0 4px;
}
.offer-index .left-content {
  display: inline-flex;
  transition: all 0.3s;
  flex: 1;
}
.offer-index .left-content .inner-content {
  display: block;
  width: 100%;
}
.offer-index .right-content {
  position: relative;
  display: inline-flex;
  width: 0px;
  background: #f7f7f7;
  border-radius: 0 10px 10px 0;
  transition: all 0.3s;
}
.offer-index .right-content .open-btn {
  position: absolute;
  left: -48px;
  top: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #46d4ba;
  box-shadow: 0px 0px 8px -4px rgba(213, 213, 213, 0.996);
  width: 48px;
  height: 106px;
  border-radius: 10px 0 0 10px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
  cursor: pointer;
}
.offer-index .right-content .open-btn .icon {
  margin-bottom: 6px;
  border-radius: 50%;
  background: #3ec4ab url(../img/open.png) no-repeat center;
  background-size: 18px 17px;
  width: 33px;
  height: 33px;
}
.offer-index .right-content .open-btn:hover .icon {
  background-color: #2cbda2;
}
.offer-index .right-content .translate-box {
  width: 260px;
  overflow: hidden;
}
.offer-index .right-content .inner-content {
  display: block;
  width: 260px;
  padding-bottom: 40px;
  overflow: hidden;
}
.offer-index .right-content .inner-content .title {
  text-align: center;
  font-size: 18px;
  color: #333;
  line-height: 70px;
  font-weight: bold;
}
.offer-index .right-content .inner-content .item:last-child {
  border-bottom: 1px solid #ededed;
}
.offer-index .right-content .inner-content .name {
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  background: #ededed;
  padding-left: 20px;
  line-height: 34px;
}
.offer-index .right-content .inner-content .check-box {
  padding: 20px 0 10px 20px;
}
.offer-index .right-content .inner-content .el-checkbox {
  margin-bottom: 10px;
  margin-right: 20px;
}
.offer-index .right-content .inner-content .el-checkbox {
  color: #666666;
  font-size: 14px;
}
.offer-index .right-content .inner-content .el-checkbox__inner {
  background: transparent;
  border-color: #cccccc;
}
.offer-index .right-content .inner-content .el-checkbox__input.is-checked + .el-checkbox__label {
  color: #666;
}
.offer-index .right-content .inner-content .el-checkbox__input.is-checked .el-checkbox__inner,
.offer-index .right-content .inner-content .el-checkbox__input.is-indeterminate .el-checkbox__inner {
  background: #5f8ad8;
  border-color: #5f8ad8;
}
.offer-index .open-content .left-content {
  width: calc(100% - 260px);
}
.offer-index .open-content .right-content {
  width: 260px;
  border-left: 1px solid #ededed;
}
.offer-index .open-content .open-btn {
  left: -49px;
  box-shadow: 0px 0px 8px 0px rgba(213, 213, 213, 0.996);
}
.offer-index .open-content .open-btn .icon {
  background-image: url(../img/pack.png);
}
.no-content-img {
  display: flex;
  flex-direction: column;
  padding: 140px 0;
  align-items: center;
  font-size: 14px;
  color: #666;
}
.no-content-img .icon {
  background: url(../img/nocontent.png) no-repeat;
  width: 100px;
  height: 70px;
  margin-bottom: 20px;
}
.no-content {
  padding: 40px 0;
  font-size: 14px;
  color: #666;
  text-align: center;
}
.school-index .school-main .main-left .experience .no-content {
  margin-bottom: 8px;
}
.school-index .school-main .main-left .comment .no-content {
  margin-bottom: 30px;
}
.school-index .school-main .main-left .offer .list .no-content {
  margin-bottom: -10px;
  margin-top: 30px;
}
.nav-tab {
  width: 1320px;
  margin: 0 auto;
  max-width: 98vw;
  min-width: 1200px;
}
.nav-tab .url-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #ccc;
  font-size: 13px;
  list-style: none;
  padding: 14px 0 ;
}
.nav-tab .url-list .item {
  margin-left: 30px;
  display: inline-flex;
  border-bottom: 2px solid transparent;
}
.nav-tab .url-list .item a {
  display: inline-flex;
  padding: 6px 0;
  cursor: pointer;
  color: inherit;
}
.nav-tab .url-list .active {
  color: #5F8AD8;
  border-bottom-color: #5F8AD8;
}
.nav-tab .url-list .user {
  margin-left: 40px;
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  border-radius: 50%;
  color: #ccc;
  cursor: pointer;
  position: relative;
}
.nav-tab .url-list .user img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  overflow: hidden;
}
.nav-tab .url-list .user:hover .quit {
  display: block;
}
.nav-tab .quit {
  display: none;
  position: absolute;
  bottom: -40px;
  left: calc(50% - 22px);
  z-index: 10;
  text-align: center;
  width: 45px;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
  background: #02d7b5;
  color: #233160;
  font-size: 13px;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently

not supported by any browser */
}
.nav-tab .quit:after {
  position: absolute;
  left: calc(50% - 4px);
  top: -8px;
  content: "";
  border: 4px solid transparent;
  border-bottom-color: #02d7b5;
}
.nav-tab .quit:before {
  position: absolute;
  content: "";
  display: block;
  background: transparent;
  left: -20px;
  top: -30px;
  width: 80px;
  height: 80px;
}
.nav-tab .quit:active {
  background: #09b6a4;
}
.nav-tab .quit:active:after {
  border-bottom-color: #09b6a4;
}
.home-index {
  width: 1320px;
  margin: 0 auto;
  max-width: 98vw;
  min-width: 1200px;
}
.home-index .school-list-i {
  display: none;
}
.home-index .title-tab {
  display: flex;
  padding-bottom: 36px;
}
.home-index .title-tab .logo {
  display: inline-flex;
  width: 150px;
  height: 28px;
  background: url(../img/logo.png) no-repeat 100%;
  background-size: 100%;
}
.home-index .search-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-radius: 10px;
  padding: 40px 30px 26px;
}
.home-index .search-area .title {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 650;
  color: #333;
}
.home-index .search-area .title .more {
  color: #02d7b5;
  font-weight: 400;
  font-size: 15px;
  cursor: pointer;
}
.home-index .search-area .title .more i {
  color: #ccc;
  font-size: 12px;
}
.home-index .search-area .left,
.home-index .search-area .right {
  display: inline-flex;
  flex: 1;
  flex-direction: column;
}
.home-index .search-area .left form {
  display: flex;
  align-items: center;
  width: 600px;
}
.home-index .search-area .left form .input {
  display: inline-flex;
  position: relative;
  border: 1px solid #e4e4e4;
  border-radius: 23px;
  width: 560px;
  height: 46px;
}
.home-index .search-area .left form input {
  width: 558px;
  height: 44px;
  border: none;
  text-align: center;
  outline: none;
  border-radius: 23px;
}
.home-index .search-area .left form button {
  position: absolute;
  right: 10px;
  top: 0;
  height: 46px;
  line-height: 46px;
  font-weight: bold;
  color: #333;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.home-index .search-area .left form button i {
  font-size: 26px;
}
.home-index .search-area .left form .search-record {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  padding: 10px 30px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 5px;
  border-radius: 15px;
  font-weight: 400;
  font-style: normal;
  color: #999999;
  background: #f7f7f7;
  list-style: none;
  font-size: 14px;
  line-height: 30px;
  cursor: pointer;
  color: #666666;
  z-index: 5;
}
.home-index .search-area .left form .search-record li {
  position: relative;
}
.home-index .search-area .left form .search-record li .name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 20px;
}
.home-index .search-area .left form .search-record li i {
  position: absolute;
  right: -10px;
  top: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 10;
  color: #ccc;
  text-align: center;
}
.home-index .search-area .left form .search-record li:hover {
  color: #5f8ad8;
}
.home-index .search-area .left form .search-record li:hover i {
  color: #cccccc;
}
.home-index .search-area .left .hot-school-list {
  margin-top: 12px;
  font-size: 13px;
  color: #333;
}
.home-index .search-area .left .hot-school-list .name {
  display: inline-block;
  color: #666;
  margin-right: 10px;
}
.home-index .search-area .left .hot-school-list .item {
  display: inline-block;
  margin: 0 17px 7px 0;
  cursor: pointer;
  color: inherit;
}
.home-index .search-area .left .hot-school-list .item:hover {
  color: #5f8ad8;
}
.home-index .search-area .right {
  padding-left: 30px;
}
.home-index .search-area .right #scrollup1 {
  max-height: 108px;
  overflow: hidden;
}
.home-index .search-area .right .recent-news {
  display: block;
  width: 580px;
  vertical-align: middle;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 36px;
  -webkit-line-clamp: 1;
  line-height: 36px;
  color: #5f8ad8;
}
.home-index .search-area .right .recent-news .time {
  display: inline-block;
  width: 80px;
  color: #999;
  font-size: 13px;
  vertical-align: middle;
}
.home-index .search-area .right .recent-news .avatar {
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.home-index .search-area .right .recent-news .type {
  margin-right: 14px;
  color: #666;
  font-size: 14px;
  vertical-align: middle;
}
.home-index .search-area .right .recent-news .name {
  display: inline;
  color: #3b4a81;
  font-size: 14px;
  cursor: pointer;
  vertical-align: middle;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.home-index .search-area .right .recent-news .name:hover {
  text-decoration: underline;
}
.home-index .content-main {
  margin-top: 30px;
  display: flex;
  background: #fff;
  border-radius: 10px;
}
.home-index .content-main .left {
  display: inline-flex;
  width: 300px;
  flex: 0 0 300px;
  padding-top: 42px;
  padding-bottom: 70px;
  border-right: 1px solid #e4e4e4;
}
.home-index .content-main .left .title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
  text-align: center;
  font-weight: 650;
  font-size: 18px;
  color: #333;
}
.home-index .content-main .left .title i {
  color: #02d7b5 !important;
  margin-left: 4px;
}
.home-index .content-main .left .bangdan-list .classify {
  padding: 0 30px;
  height: 34px;
  line-height: 33px;
  background: #f2f2f2;
  border-top: 1px solid #e4e4e4;
  color: #000;
  font-size: 14px;
  font-weight: 650;
}
.home-index .content-main .left .bangdan-list .list {
  list-style: none;
}
.home-index .content-main .left .bangdan-list .item {
  padding: 0 30px;
  position: relative;
  line-height: 40px;
  cursor: pointer;
}
.home-index .content-main .left .bangdan-list .item.active {
  color: #5F8AD8;
}
.home-index .content-main .left .bangdan-list .item.active:after {
  content: '';
  position: absolute;
  right: -4px;
  top: 5px;
  display: block;
  width: 7px;
  height: 30px;
  border-radius: 4px;
  background: #5f8ad8;
}
.home-index .content-main .left .bangdan-list .item:hover {
  color: #5F8AD8;
}
.home-index .content-main .left .info {
  margin-top: 70px;
  display: block;
  color: #333;
  font-size: 14px;
  padding: 0 30px;
  vertical-align: middle;
  cursor: pointer;
}
.home-index .content-main .left .info .info-title {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.home-index .content-main .left .info .info-title i {
  font-size: 20px;
  margin-right: 8px;
}
.home-index .content-main .left .info ul {
  list-style: none;
  color: #999;
  font-size: 12px;
}
.home-index .content-main .left .info ul li {
  margin-bottom: 10px;
}
.home-index .content-main .left .info .tips {
  display: block;
  margin-top: 20px;
  color: #333;
  cursor: pointer;
}
.home-index .content-main .left .info .tips i {
  font-size: 12px;
  margin-left: 8px;
}
.home-index .content-main .left .show-alert {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background: rgba(0, 0, 0, 0.5);
}
.home-index .content-main .left .show-alert .contents {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1320px;
  max-width: 98vw;
  min-width: 1200px;
}
.home-index .content-main .left .show-alert .contents img {
  display: block;
  width: 100%;
}
.home-index .content-main .left .show-alert .contents .content {
  position: relative;
}
.home-index .content-main .left .show-alert .contents .content .link {
  display: block;
  position: absolute;
  left: 222px;
  top: 536px;
  width: 150px;
  height: 66px;
}
.home-index .content-main .right {
  display: inline-flex;
  flex: 1;
  padding: 42px 30px;
}
.home-index .content-main .right .bangdan-name {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-index .content-main .right .bangdan-name span {
  margin: 0 84px;
  position: relative;
  display: inline-flex;
  min-width: 212px;
  height: 36px;
  padding: 0 50px;
  align-items: center;
  justify-content: center;
  background: #3b4a81;
  font-weight: 650;
  font-style: normal;
  font-size: 20px;
  color: #FFFFFF;
}
.home-index .content-main .right .bangdan-name span:before,
.home-index .content-main .right .bangdan-name span:after {
  position: absolute;
  display: inline-flex;
  content: "";
  width: 20px;
  height: 36px;
  background: url(../img/jianjiao.png) no-repeat;
  background-size: 100%;
  right: -10px;
  top: 0;
}
.home-index .content-main .right .bangdan-name span:before {
  left: -10px;
}
.home-index .content-main .right .bangdan-name i {
  cursor: pointer;
  font-size: 20px;
  color: #ccc;
}
.home-index .content-main .right .bangdan-name i:hover {
  color: #02d7b5 !important;
}
.home-index .content-main .right .bangdan-name .r {
  transform: rotateZ(180deg);
}
.home-index .content-main .right .search-kw {
  padding: 0 0 24px;
  color: #999;
  font-size: 13px;
}
.home-index .content-main .right .search-kw .kw {
  margin-bottom: 10px;
  display: inline-block;
  padding: 0 10px;
  height: 30px;
  line-height: 28px;
  box-sizing: border-box;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  font-size: 14px;
  color: #666666;
}
.home-index .content-main .right .search-kw .kw .icon-close {
  color: #ccc;
  margin-left: 10px;
  cursor: pointer;
}
.home-index .content-main .right .center {
  margin-top: -10px;
  text-align: center;
}
.home-index .content-main .right .select-area {
  background: #f7f7f7;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
}
.home-index .content-main .right .select-area .item {
  display: flex;
  border-bottom: 1px solid #e4e4e4;
}
.home-index .content-main .right .select-area .item .name {
  display: inline-flex;
  flex: 0 0 84px;
  width: 84px;
  line-height: 56px;
  justify-content: center;
  border-right: 1px solid #e4e4e4;
  font-weight: 650;
  font-style: normal;
  font-size: 14px;
  color: #000000;
  text-align: center;
}
.home-index .content-main .right .select-area .item .radio-area {
  padding: 18px 14px;
  margin: 0;
}
.home-index .content-main .right .select-area .item .radio-area .el-checkbox-group {
  margin-right: -20px;
}
.home-index .content-main .right .select-area .item .radio-area .el-checkbox {
  margin-bottom: 10px;
}
.home-index .content-main .right .select-area .item .project-list {
  display: block;
  list-style: none;
}
.home-index .content-main .right .select-area .item .project-list li {
  margin: 0 12px 10px 0;
  display: inline-block;
  height: 30px;
  line-height: 28px;
  padding: 0 10px;
  cursor: pointer;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  color: #666;
  font-size: 14px;
}
.home-index .content-main .right .select-area .item .project-list li:hover {
  color: #5f8ad8;
}
.home-index .content-main .right .select-area .item .project-list li.active {
  color: #5F8AD8;
  border-color: #5f8ad8;
}
.home-index .content-main .right .select-area .item:last-child {
  border-bottom: none;
}
.home-index .content-main .block {
  display: block;
  width: 100%;
}
.search-page .search-area {
  padding: 0;
  background: transparent;
}
.search-page .search-area .left form .input {
  background: #fff;
  width: 600px;
  height: 50px;
  border-radius: 15px;
}
.swiper-and-login {
  margin-bottom: 30px;
}
.swiper-and-login .header-view {
  display: flex;
  justify-content: space-between;
}
.swiper-and-login .header-view .left {
  display: inline-flex;
  width: 900px;
  flex: 1;
  margin-right: 30px;
  border-radius: 10px;
}
.swiper-and-login .header-view .left .swiper {
  display: block;
  width: 100%;
  position: relative;
}
.swiper-and-login .header-view .left .swiper .el-carousel--horizontal {
  position: relative;
}
.swiper-and-login .header-view .left .swiper img {
  display: block;
  width: 100%;
  border-radius: 10px;
}
.swiper-and-login .header-view .left .swiper .el-carousel__indicators {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  height: 16px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 0 12px;
  background: rgba(255, 255, 255, 0.498);
  border-radius: 8px;
}
.swiper-and-login .header-view .left .swiper .el-carousel__indicator--horizontal {
  margin: 4px 0;
  padding: 0 1px;
}
.swiper-and-login .header-view .left .swiper .el-carousel__indicators--outside button {
  width: 8px;
  height: 8px;
  border: 1px solid #000;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
}
.swiper-and-login .header-view .left .swiper .el-carousel__indicator.is-active button {
  background: #000;
}
.swiper-and-login .header-view .qrcode-area {
  display: inline-flex;
  width: 350px;
  flex: 0 0 350px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #3b4a81;
  border-radius: 10px;
}
.swiper-and-login .header-view .qrcode-area .inner {
  position: relative;
  display: flex;
  width: 160px;
  height: 190px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 5px;
  color: #666;
  font-size: 13px;
}
.swiper-and-login .header-view .qrcode-area .inner img {
  margin-bottom: 20px;
  width: 120px;
  height: 120px;
}
.swiper-and-login .header-view .qrcode-area .error:before {
  content: '不可使用';
  display: block;
  position: absolute;
  left: 50px;
  top: 70px;
  width: 60px;
  height: 20px;
  background: #ffffff;
  text-align: center;
  line-height: 20px;
  color: #666;
  font-size: 14px;
  z-index: 10;
}
.swiper-and-login .header-view .qrcode-area .error img {
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -ms-filter: blur(2px);
  -o-filter: blur(2px);
  filter: blur(2px);
}
.swiper-and-login .header-view .qrcode-area .btn {
  cursor: pointer;
}
.swiper-and-login .header-view .qrcode-area .error:after {
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  top: 20px;
  width: 120px;
  height: 120px;
  background: rgba(255, 255, 255, 0.6);
}
.swiper-and-login .header-view .qrcode-area .text {
  position: relative;
  margin-top: 30px;
  display: inline-flex;
  width: 206px;
  height: 36px;
  align-items: center;
  justify-content: center;
  color: #5f8ad8;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.098);
}
.swiper-and-login .header-view .qrcode-area .text:before,
.swiper-and-login .header-view .qrcode-area .text:after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  display: block;
  width: 10px;
  height: 36px;
  border: 1px solid #5f8ad8;
  box-sizing: border-box;
}
.swiper-and-login .header-view .qrcode-area .text:before {
  left: 0;
  border-right: none;
}
.swiper-and-login .header-view .qrcode-area .text:after {
  border-left: none;
}
.swiper-and-login .header-view .login-area {
  display: inline-flex;
  width: 350px;
  flex: 0 0 350px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #3b4a81;
  border-radius: 10px;
}
.swiper-and-login .header-view .login-area .avatar {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #608ad4;
  border: 1px solid #608ad4;
}
.swiper-and-login .header-view .login-area .avatar i {
  font-size: 42px;
}
.swiper-and-login .header-view .login-area .tips {
  margin: 26px 0 30px;
  font-weight: 400;
  font-size: 13px;
  color: #5F8AD8;
}
.swiper-and-login .header-view .login-area .btn {
  display: inline-flex;
  width: 206px;
  height: 42px;
  line-height: 42px;
  align-items: center;
  justify-content: center;
  background: inherit;
  background-color: #5f8ad8;
  border: none;
  border-radius: 51px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.swiper-and-login .header-view .login-area .btn i {
  font-size: 14px;
  margin-right: 4px;
}
.swiper-and-login .header-view .islogin-area {
  display: inline-flex;
  width: 350px;
  flex: 0 0 350px;
  padding: 0 25px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #3b4a81;
  border-radius: 10px;
  text-align: center;
}
.swiper-and-login .header-view .islogin-area .avatar {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 8px;
}
.swiper-and-login .header-view .islogin-area .username {
  font-size: 14px;
  color: #FFFFFF;
}
.swiper-and-login .header-view .islogin-area .data-list {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  height: 200px;
  padding: 10px 20px;
  background: inherit;
  background-color: #ffffff;
  border: none;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
}
.swiper-and-login .header-view .islogin-area .data-list .li {
  display: inline-flex;
  width: 100%;
  padding: 10px 0;
  justify-content: space-between;
}
.swiper-and-login .header-view .islogin-area .data-list .li .inner {
  display: inline-flex;
  flex: 1;
  align-items: baseline;
}
.swiper-and-login .header-view .islogin-area .data-list .li .el-icon-right {
  margin-right: 16px;
  display: inline-flex;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #02d7b5;
  color: #fff;
  font-size: 12px;
  align-items: center;
  justify-content: center;
}
.swiper-and-login .header-view .islogin-area .data-list .li .num {
  display: inline-flex;
  font-family: 'Arial-Black', 'Arial Black';
  font-weight: 900;
  font-size: 16px;
  color: #5F8AD8;
  text-align: center;
  padding: 0 6px;
  cursor: pointer;
}
.swiper-and-login .header-view .islogin-area .data-list .li .btn {
  display: inline-flex;
  width: 55px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  background: #e4e4e4;
  color: #3b4a81;
  border-radius: 5px;
  cursor: pointer;
}
.swiper-and-login .header-view .islogin-area .data-list .li .btn .icon-plus {
  font-weight: bold;
  margin-right: 3px;
}
.swiper-and-login .header-view .islogin-area .data-list .li:nth-child(1),
.swiper-and-login .header-view .islogin-area .data-list .li:nth-child(2) {
  border-bottom: 1px solid #e4e4e4;
}
.result-area {
  padding-top: 48px;
}
.result-area .red-point {
  position: fixed;
  left: 10000px;
  top: 10000px;
  z-index: 109;
}
.result-area .red-point .i {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ec8189;
  border-radius: 15px;
  position: relative;
  z-index: 110;
}
.result-area .red-point.animate {
  transition: transform 0.45s cubic-bezier(0.14, -1.33, 1, 0.18);
}
.result-area .red-point.animate .i {
  transition: transform 0.45s cubic-bezier(0.04, -0.49, 0.82, 0.57);
  background: #ec8189;
}
.result-area .play {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.result-area .play .l {
  display: inline-flex;
  font-size: 14px;
  color: #666;
}
.result-area .play .l .num {
  margin: 0 4px;
  font-weight: 650;
  color: #000;
}
.result-area .play .r {
  display: inline-flex;
  align-items: center;
}
.result-area .play .r i {
  cursor: pointer;
}
.result-area .play .r .icon-list {
  font-weight: bold;
}
.result-area .play .r .btn {
  display: flex;
  align-items: center;
  padding-right: 34px;
}
.result-area .play .r .btn i {
  display: inline-flex;
  align-items: center;
  font-size: 19px;
  margin-left: 8px;
  color: #ccc;
}
.result-area .play .r .btn .icon-list {
  margin-right: 6px;
  font-size: 12px;
}
.result-area .play .r .page {
  font-size: 13px;
  color: #666;
}
.result-area .play .r .page i {
  font-weight: 650;
  font-size: 12px;
  color: #333;
}
.result-area .play .r .page .num {
  color: #5F8AD8;
  font-weight: 650;
}
.result-area .list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.result-area .list .item {
  width: 100%;
  border-radius: 5px;
  box-shadow: 0 0 5px #ccc;
  margin-top: 22px;
  display: flex;
  position: relative;
  transition: all 0.2s;
  cursor: pointer;
}
.result-area .list .item .school-area {
  display: inline-flex;
  align-items: flex-start;
  flex: 0 0 45%;
}
.result-area .list .item .school-area .order {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  flex: 0 0 80px;
  padding-top: 26px;
  text-align: center;
  flex-direction: column;
  cursor: pointer;
}
.result-area .list .item .school-area .order .num {
  color: #333;
  font-weight: 700;
  font-size: 15px;
}
.result-area .list .item .school-area .order .name {
  font-size: 12px;
  color: #ccc;
}
.result-area .list .item .school-area .order .name:after {
  margin-left: 2px;
  content: '';
  display: inline-block;
  background: url(../img/sanjiao.png) no-repeat;
  background-size: 100%;
  width: 6px;
  height: 6px;
}
.result-area .list .item .school-area .order .no-name:after {
  content: none;
}
.result-area .list .item .school-area .order .ranking-list {
  display: none;
  position: absolute;
  left: 58px;
  top: 34px;
  height: 72px;
  border-radius: 5px;
  box-shadow: 0 0 5px #3b4a81;
  background: #3b4a81;
  padding: 25px 0px ;
  overflow: hidden;
  align-items: center;
  justify-content: flex-end;
  border-radius: 10px;
  box-sizing: border-box;
  z-index: 10;
}
.result-area .list .item .school-area .order .ranking-list .li {
  display: inline-flex;
  padding: 0 26px;
  align-items: center;
  font-size: 14px;
  color: #fff;
}
.result-area .list .item .school-area .order .ranking-list .li .ranking {
  display: inline-flex;
  margin-right: 10px;
  min-width: 35px;
  padding: 0 5px;
  height: 22px;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background-color: #46d4ba;
  font-size: 17px;
  font-family: "DIN";
  font-weight: bold;
  color: #fff;
}
.result-area .list .item .school-area .order .ranking-list .li:not(:last-child) {
  border-right: 1px solid #5F8AD8;
}
.result-area .list .item .school-area .order:hover .ranking-list {
  display: flex;
}
.result-area .list .item .school-area .school {
  display: inline-flex;
  padding: 18px 0;
}
.result-area .list .item .school-area .school .l {
  margin-right: 20px;
}
.result-area .list .item .school-area .school .l .avatar {
  width: 40px;
}
.result-area .list .item .school-area .school .r {
  display: inline-flex;
  flex-direction: column;
}
.result-area .list .item .school-area .school .r .school-name {
  color: #000;
  font-size: 17px;
}
.result-area .list .item .school-area .school .r .enname {
  margin: 4px 0 10px;
  color: #999;
  font-size: 13px;
}
.result-area .list .item .school-area .school .r .tips .divide {
  margin: 0 10px;
  color: #e4e4e4;
}
.result-area .list .item .school-area .school .r .tips .tag {
  display: inline-block;
  width: 36px;
  height: 17px;
  border-radius: 9px;
  text-align: center;
  color: #333;
  font-size: 13px;
  background: #f2f2f2;
  cursor: pointer;
}
.result-area .list .item .school-area .school .r .tips .tag:hover {
  color: #5f8ad8;
}
.result-area .list .item .jituo-data {
  display: inline-flex;
  flex: 0 0 55%;
  padding-right: 30px;
  align-items: center;
  justify-content: space-between;
}
.result-area .list .item .jituo-data .data-list {
  display: inline-flex;
  width: 360px;
  padding: 15px 0;
  box-sizing: border-box;
  align-items: flex-end;
  justify-content: center;
  background: #f2f2f2;
  border-radius: 5px;
  list-style: none;
}
.result-area .list .item .jituo-data .data-list .li {
  display: inline-flex;
  height: 40px;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.result-area .list .item .jituo-data .data-list .li a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.result-area .list .item .jituo-data .data-list .li .num {
  color: #5F8AD8;
  font-size: 16px;
  font-weight: 650;
  margin-bottom: 4px;
}
.result-area .list .item .jituo-data .data-list .li .name {
  color: #666;
  font-size: 13px;
}
.result-area .list .item .jituo-data .data-list .li .icon-file {
  font-weight: 200;
  color: #666;
  font-size: 14px;
  margin-bottom: 6px;
}
.result-area .list .item .jituo-data .data-list li:not(:last-child) {
  border-right: 1px solid #e4e4e4;
}
.result-area .list .item .jituo-data .btn {
  display: inline-flex;
  width: 80px;
  height: 30px;
  border-radius: 15px;
  border: 1px solid #333;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #666;
  font-size: 13px;
  transition: all 0.2s;
  position: relative;
}
.result-area .list .item .jituo-data .btn:hover {
  background: #17d6b6;
  border-color: #17d6b6;
  color: #fff;
}
.result-area .list .item .jituo-data .btn.isattention,
.result-area .list .item .jituo-data .btn.isattention:hover {
  color: #ccc;
  border-color: #ccc;
  background: #ffffff;
}
.result-area .list-block {
  display: flex;
  justify-content: space-between;
}
.result-area .list-block .item {
  flex: 0 0 calc(50% - 10px);
  flex-direction: column;
  justify-content: space-between;
}
.result-area .list-block .item .school-area {
  flex: 1;
  width: auto;
}
.result-area .list-block .item .school-area .school {
  padding: 24px 0;
}
.result-area .list-block .item .jituo-data {
  padding-right: 0;
  width: 100%;
  flex: unset;
}
.result-area .list-block .item .jituo-data .data-list {
  width: 100%;
  padding: 10px 0;
}
.result-area .list-block .item .jituo-data .data-list .li .num {
  margin-bottom: 2px;
}
.result-area .list-block .item .jituo-data .btn {
  position: absolute;
  right: 20px;
  top: 22px;
  width: auto;
  height: 22px;
  line-height: 20px;
  padding: 0 10px;
}
.result-area .list-block .item:nth-of-type(2n) {
  margin-left: 20px;
}
.result-area .el-pagination {
  margin-top: 50px;
}
.how-to-choose-a-school {
  width: 1320px;
  max-width: 98vw;
  min-width: 1200px;
  margin: 0 auto;
  background: #fff;
  border-radius: 15px;
}
.how-to-choose-a-school .page-title {
  padding-top: 10px;
  line-height: 100px;
  text-align: center;
  font-weight: 650;
  font-size: 28px;
  color: #333;
}
.how-to-choose-a-school .page-content {
  display: flex;
  flex-wrap: wrap;
}
.how-to-choose-a-school .page-content .item {
  display: inline-flex;
  flex: 0 0 50%;
  flex-direction: column;
  padding: 40px 50px 60px;
  border-top: 1px solid #e4e4e4;
}
.how-to-choose-a-school .page-content .item .logo {
  display: block;
  height: 80px;
}
.how-to-choose-a-school .page-content .item .logo img {
  display: block;
  width: 160px;
}
.how-to-choose-a-school .page-content .item .content {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 1.5;
}
.how-to-choose-a-school .page-content .item .content p {
  margin-bottom: 9px;
  min-height: 1px;
}
.how-to-choose-a-school .page-content .item:nth-child(2n+1) {
  border-right: 1px solid #e4e4e4;
}
.bingding-tips-alert {
  z-index: 100;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  height: 410px;
  padding: 36px 0;
  background: inherit;
  background-color: #ffffff;
  border: none;
  border-radius: 10px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.34901961);
  text-align: center;
}
.bingding-tips-alert .user-info .avatar {
  margin-bottom: 4px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.bingding-tips-alert .user-info .username {
  font-weight: 650;
  font-size: 16px;
  color: #000000;
}
.bingding-tips-alert .tips {
  margin: 22px 0 26px;
  line-height: 40px;
  font-size: 14px;
  color: #666666;
  font-weight: 400;
}
.bingding-tips-alert .btn {
  display: block;
  margin: 0 auto;
  width: 240px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-weight: 400;
  background: inherit;
  background-color: #5f8ad8;
  border: none;
  border-radius: 32px;
  color: #fff;
  cursor: pointer;
}
.bingding-tips-alert .cle {
  margin-top: 18px;
  background-color: #ffffff;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  color: #333;
}
.bingding-alert {
  z-index: 100;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  height: 410px;
  background: inherit;
  background-color: #ffffff;
  border: none;
  border-radius: 10px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.34901961);
}
.bingding-alert .header {
  display: flex;
  padding: 18px 20px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e4e4e4;
}
.bingding-alert .header .user-info {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  color: #000000;
}
.bingding-alert .header .user-info .avatar {
  margin-right: 8px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.bingding-alert .header .r {
  display: inline-flex;
  font-size: 14px;
  color: #999999;
  cursor: pointer;
}
.bingding-alert .title {
  margin: 40px 0;
  font-weight: 650;
  font-style: normal;
  font-size: 20px;
  color: #000000;
  text-align: center;
}
.bingding-alert form {
  display: block;
}
.bingding-alert form .item {
  padding-bottom: 20px;
}
.bingding-alert form .item input {
  display: block;
  margin: 0 auto;
  width: 300px;
  height: 40px;
  padding: 0 15px;
  background: inherit;
  background-color: #ffffff;
  box-sizing: border-box;
  border: 1px solid #d7d7d7;
  border-radius: 32px;
  font-size: 14px;
  outline: none;
}
.bingding-alert form .btn {
  display: block;
  margin: 10px auto 0;
  width: 304px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-weight: 400;
  background: inherit;
  background-color: #5f8ad8;
  border: none;
  border-radius: 32px;
  color: #fff;
  cursor: pointer;
  outline: none;
}
.binding-qrcode {
  z-index: 100;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 350px;
  height: 400px;
  background: inherit;
  background-color: #ffffff;
  border: none;
  border-radius: 10px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.34901961);
}
.binding-qrcode .qrcode-area {
  position: relative;
  display: flex;
  width: 350px;
  height: 400px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #fff;
  border-radius: 10px;
}
.binding-qrcode .qrcode-area .icon-close {
  position: absolute;
  right: 6px;
  top: 6px;
  color: #ccc;
  font-weight: bold;
  cursor: pointer;
  font-size: 20px;
}
.binding-qrcode .qrcode-area .inner {
  position: relative;
  display: flex;
  width: 160px;
  height: 190px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #666;
  font-size: 13px;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
}
.binding-qrcode .qrcode-area .inner img {
  margin-bottom: 20px;
  width: 120px;
  height: 120px;
}
.binding-qrcode .qrcode-area .error:before {
  content: '不可使用';
  display: block;
  position: absolute;
  left: 50px;
  top: 70px;
  width: 60px;
  height: 20px;
  background: rgba(255, 255, 255, 0.95);
  text-align: center;
  line-height: 20px;
  color: #666;
  font-size: 14px;
}
.binding-qrcode .qrcode-area .btn {
  cursor: pointer;
}
.binding-qrcode .qrcode-area .error:after {
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  top: 20px;
  width: 120px;
  height: 120px;
  background: rgba(255, 255, 255, 0.5);
}
.binding-qrcode .qrcode-area .error img {
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -ms-filter: blur(2px);
  -o-filter: blur(2px);
  filter: blur(2px);
}
.binding-qrcode .qrcode-area .text {
  position: relative;
  margin-top: 30px;
  display: inline-flex;
  width: 206px;
  height: 36px;
  align-items: center;
  justify-content: center;
  color: #5f8ad8;
  font-size: 14px;
  background-color: rgba(95, 138, 216, 0.09803922);
}
.binding-qrcode .qrcode-area .text:before,
.binding-qrcode .qrcode-area .text:after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  display: block;
  width: 10px;
  height: 36px;
  border: 1px solid #5f8ad8;
  box-sizing: border-box;
}
.binding-qrcode .qrcode-area .text:before {
  left: 0;
  border-right: none;
}
.binding-qrcode .qrcode-area .text:after {
  border-left: none;
}
.school-state {
  width: 1320px;
  max-width: 98vw;
  min-width: 1200px;
  margin: 0 auto;
}
.school-state .header-search {
  margin-bottom: 32px;
  display: flex;
}
.school-state .header-search .logo {
  display: inline-flex;
  width: 150px;
  height: 28px;
  background: url(../img/logo.png) no-repeat 100%;
  background-size: 100%;
}
.school-state .header-search form {
  margin-left: 36px;
  display: inline-flex;
  width: 284px;
  height: 31px;
  background: #3b4a81;
  border-radius: 16px;
}
.school-state .header-search form input {
  display: inline-flex;
  background: transparent;
  border: none;
  outline: none;
  text-align: center;
  flex: 1;
  color: #fff;
  cursor: pointer;
}
.school-state .header-search form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #5F8AD8;
}
.school-state .header-search form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #5F8AD8;
}
.school-state .header-search form :-ms-input-placeholder {
  /* IE 10+ */
  color: #5F8AD8;
}
.school-state .header-search form :-moz-placeholder {
  /* Firefox 18- */
  color: #5F8AD8;
}
.school-state .header-search form button {
  display: inline-flex;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  width: 50px;
  color: #5F8AD8;
  font-size: 26px;
  font-weight: bold;
  justify-content: center;
}
.school-state .main-content {
  display: flex;
  border-radius: 15px;
  background: #fff;
}
.school-state .main-content .left {
  display: inline-flex;
  width: 270px;
  padding-bottom: 100px;
  border-right: 1px solid #e4e4e4;
}
.school-state .main-content .left .inner {
  display: block;
  width: 100%;
}
.school-state .main-content .left .to-add {
  display: block;
  padding: 55px 0 48px;
  text-align: center;
  line-height: 20px;
  font-size: 16px;
  color: #333;
  border-bottom: 1px solid #e4e4e4;
}
.school-state .main-content .left .to-add i {
  margin-right: 6px;
  color: #02d7b5;
  font-size: 20px;
}
.school-state .main-content .left .list {
  cursor: pointer;
  font-size: 15px;
}
.school-state .main-content .left .list .title {
  padding-left: 20px;
  line-height: 60px;
  height: 60px;
  color: inherit;
}
.school-state .main-content .left .list .sub {
  padding-left: 60px;
  line-height: 60px;
  height: 60px;
}
.school-state .main-content .left .list .sub.active {
  background: #cdf7f0;
}
.school-state .main-content .left .list .sub:hover {
  color: #000;
  font-weight: bold;
}
.school-state .main-content .left .list .sub.active:hover {
  color: #333;
  font-weight: normal;
}
.school-state .main-content .left .list .title.active {
  background: #cdf7f0;
}
.school-state .main-content .left .list .title:hover {
  color: #000;
  font-weight: bold;
}
.school-state .main-content .left .list .title.active:hover {
  color: #333;
  font-weight: normal;
}
.school-state .main-content .left .list .title.normal,
.school-state .main-content .left .list .title.normal:hover {
  color: #999;
  font-weight: normal;
}
.school-state .main-content .left .list .title:before {
  content: '•';
  margin-right: 14px;
  font-size: 16px;
}
.school-state .main-content .right {
  display: inline-flex;
  flex: 1;
  padding-bottom: 40px;
}
.school-state .main-content .right .inner {
  display: block;
  width: 100%;
  padding: 0 30px;
  box-sizing: border-box;
}
.school-state .main-content .right .tab-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 26px 0;
}
.school-state .main-content .right .tab-bar .i {
  display: inline-flex;
  padding: 14px 32px;
  position: relative;
  justify-content: center;
  font-size: 20px;
  color: #999;
  font-weight: 400;
  cursor: pointer;
}
.school-state .main-content .right .tab-bar .i:hover {
  color: #333;
}
.school-state .main-content .right .tab-bar .i.active {
  font-weight: 650;
  color: #333;
}
.school-state .main-content .right .tab-bar .i.active:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: #17d6b6;
}
.school-state .main-content .right .play-area {
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.school-state .main-content .right .play-area .l {
  display: inline-flex;
  font-size: 14px;
  color: #666;
}
.school-state .main-content .right .play-area .l .num {
  font-family: 'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC';
  font-weight: 650;
  color: #000000;
  margin: 0 4px;
}
.school-state .main-content .right .play-area .r {
  display: inline-flex;
  font-size: 14px;
  color: #333;
  line-height: 18px;
  cursor: pointer;
}
.school-state .main-content .right .play-area .r i {
  margin-right: 4px;
}
.school-state .main-content .right .data-list {
  list-style: none;
}
.school-state .main-content .right .data-list .item {
  margin-bottom: 20px;
  border-radius: 5px;
  padding: 32px 0;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.school-state .main-content .right .data-list .item .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.school-state .main-content .right .data-list .item .header .school-info {
  display: inline-flex;
  padding-left: 20px;
}
.school-state .main-content .right .data-list .item .header .school-info .avatar {
  width: 64px;
  display: block;
}
.school-state .main-content .right .data-list .item .header .school-info .avatar img {
  margin: 0 auto;
  max-width: 44px;
  max-height: 44px;
}
.school-state .main-content .right .data-list .item .header .school-info .name {
  font-size: 16px;
  color: #000000;
}
.school-state .main-content .right .data-list .item .header .school-info .enname {
  color: #999;
  font-size: 13px;
  margin: 6px 0;
}
.school-state .main-content .right .data-list .item .header .school-info .tips .divide {
  margin: 0 10px;
  color: #e4e4e4;
}
.school-state .main-content .right .data-list .item .header .school-info .tips .tag {
  display: inline-block;
  width: 36px;
  height: 17px;
  border-radius: 9px;
  text-align: center;
  color: #333;
  font-size: 13px;
  background: #f2f2f2;
  cursor: pointer;
}
.school-state .main-content .right .data-list .item .header .school-info .tips .tag:hover {
  color: #5F8AD8;
}
.school-state .main-content .right .data-list .item .header .r {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
}
.school-state .main-content .right .data-list .item .header .r .btn {
  margin-left: 10px;
  height: 34px;
  line-height: 32px;
  padding: 0 15px;
  border: 1px solid #e4e4e4;
  border-radius: 17px;
  font-size: 14px;
  color: #3b4a81;
  cursor: pointer;
}
.school-state .main-content .right .data-list .item .header .r .type {
  margin-left: 13px;
  position: relative;
  left: 10px;
  width: 66px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: #5f8ad8;
  border-radius: 5px 0 0 5px;
  color: #fff;
  font-size: 14px;
}
.school-state .main-content .right .data-list .item .header .r .type:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -10px;
  display: block;
  width: 0;
  height: 0;
  border: 5px solid #4b6ead;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.school-state .main-content .right .data-list .item .header .r .not-classified {
  background: #ff6f66;
}
.school-state .main-content .right .data-list .item .header .r .not-classified:after {
  border-color: #d15a54;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.school-state .main-content .right .data-list .item .header .r form {
  margin-right: 36px;
  display: inline-flex;
  width: 200px;
  height: 31px;
  background: transparent;
  border-bottom: 1px solid #666;
}
.school-state .main-content .right .data-list .item .header .r form input {
  display: inline-flex;
  background: transparent;
  border: none;
  outline: none;
  text-align: center;
  flex: 1;
  color: #333;
}
.school-state .main-content .right .data-list .item .header .r form button {
  display: inline-flex;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  width: 20px;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  justify-content: center;
  background-color: white;
}
.school-state .main-content .right .data-list .item .content-box {
  margin: 24px 30px 0 84px;
  padding: 22px 20px 12px;
  background-color: #f7f7f7;
  border-radius: 5px;
}
.school-state .main-content .right .data-list .item .content-box .title {
  margin-bottom: 16px;
  font-weight: 650;
  font-size: 13px;
  color: #333333;
}
.school-state .main-content .right .data-list .item .content-box .list .li {
  margin-bottom: 8px;
  font-size: 0;
  vertical-align: middle;
}
.school-state .main-content .right .data-list .item .content-box .list .li .time {
  display: inline-block;
  width: 70px;
  color: #999;
  font-size: 13px;
  vertical-align: middle;
}
.school-state .main-content .right .data-list .item .content-box .list .li .status {
  display: inline-block;
  width: 64px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  background: #02d7b5;
  border-radius: 3px;
  vertical-align: middle;
}
.school-state .main-content .right .data-list .item .content-box .list .li .experience {
  background: #5f8ad8;
}
.school-state .main-content .right .data-list .item .content-box .list .li .refused {
  background: #ff6f66;
}
.school-state .main-content .right .data-list .item .content-box .list .li .attention {
  background: #eeac2e;
}
.school-state .main-content .right .data-list .item .content-box .list .li .avatar {
  border-radius: 50%;
  width: 26px;
  height: 26px;
  margin: 0 13px 0 15px;
  vertical-align: middle;
}
.school-state .main-content .right .data-list .item .content-box .list .li .article {
  vertical-align: middle;
  display: inline-block;
  width: 648px;
  max-width: calc(98vw - 672px);
  color: #666;
  font-size: 13px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.school-state .main-content .right .data-list .item .content-box .list .li .article span:before {
  display: inline-block;
  content: "|";
  color: #ccc;
  margin: 0 12px;
}
.school-state .main-content .right .data-list .item .content-box .list .li .article:hover {
  color: #000;
}
.school-state .main-content .right .data-list .item .content-box .list .li .article:hover span:before {
  color: #000000;
}
.school-state .main-content .right .data-list .item .content-box .attention-list {
  list-style: none;
  padding: 0 0  50px 0px;
  font-size: 0;
}
.school-state .main-content .right .data-list .item .content-box .attention-list .li {
  position: relative;
  margin-right: -6px;
  display: inline-block;
  font-size: 12px;
  cursor: pointer;
  vertical-align: top;
}
.school-state .main-content .right .data-list .item .content-box .attention-list .li .avatar {
  border-radius: 50%;
  width: 26px;
  height: 26px;
  border: 1px solid #fff;
}
.school-state .main-content .right .data-list .item .content-box .attention-list .li .tips-text {
  display: none;
  position: absolute;
  bottom: -10px;
  height: 20px;
  padding: 0 4px;
  border-radius: 4px;
  border: 1px solid #666;
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
  bottom: -24px;
  color: #777;
  line-height: 18px;
  background: #f7f7f7;
}
.school-state .main-content .right .data-list .item .content-box .attention-list .li .tips-text:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border: 1px solid #666;
  border-left-color: transparent;
  border-top-color: transparent;
  transform: rotateZ(225deg);
  background: #f7f7f7;
  font-size: 12px;
  top: -4px;
  position: absolute;
  left: calc(50% - 5px);
}
.school-state .main-content .right .data-list .item .content-box .attention-list .li:hover .tips-text {
  display: block;
}
.school-state .main-content .right .data-list .item .content-box .attention-list .li:nth-child(1) {
  margin-right: 4px;
}
.school-state .main-content .right .data-list .item .content-box .attention-list .li:nth-child(1) .avatar {
  margin: 0 auto;
  display: BLOCK;
}
.school-state .main-content .right .data-list .item .content-box .attention-list .li:nth-child(1) .tips-text {
  display: block;
  position: relative;
  margin: 7px auto 0;
  height: 20px;
  padding: 0 4px;
  border-radius: 4px;
  border: 1px solid #666;
  white-space: nowrap;
  color: #777;
  line-height: 18px;
  background: #f7f7f7;
  left: unset;
  bottom: unset;
  transform: unset;
}
.school-state .main-content .right .data-list .item .content-box .attention-list .li:nth-child(2) {
  margin-right: 4px;
}
.school-state .main-content .right .data-list .item .content-box .attention-list .li:nth-child(2) .avatar {
  margin: 0 auto;
  display: BLOCK;
}
.school-state .main-content .right .data-list .item .content-box .attention-list .li:nth-child(2) .tips-text {
  display: block;
  position: relative;
  margin: 7px auto 0;
  height: 20px;
  padding: 0 4px;
  border-radius: 4px;
  border: 1px solid #666;
  white-space: nowrap;
  color: #777;
  line-height: 18px;
  background: #f7f7f7;
  left: unset;
  bottom: unset;
  transform: unset;
}
.school-state .main-content .right .data-list .item .content-box .attention-list .li:nth-child(3) {
  margin-right: 4px;
}
.school-state .main-content .right .data-list .item .content-box .attention-list .li:nth-child(3) .avatar {
  margin: 0 auto;
  display: BLOCK;
}
.school-state .main-content .right .data-list .item .content-box .attention-list .li:nth-child(3) .tips-text {
  display: block;
  position: relative;
  margin: 7px auto 0;
  height: 20px;
  padding: 0 4px;
  border-radius: 4px;
  border: 1px solid #666;
  white-space: nowrap;
  color: #777;
  line-height: 18px;
  background: #f7f7f7;
  left: unset;
  bottom: unset;
  transform: unset;
}
.school-state .main-content .right .data-list .item .content-box .attention-list .li:nth-child(4) {
  margin-right: 12px;
}
.school-state .main-content .right .data-list .item .content-box .attention-list .li:nth-child(5) {
  margin-right: 10px;
}
.school-state .main-content .right .data-list .item .content-box .attention-list .li:nth-child(6) {
  margin-right: 8px;
}
.school-state .main-content .right .data-list .item .content-box .attention-list .li:nth-child(7) {
  z-index: 10;
}
.school-state .main-content .right .data-list .item .content-box .attention-list .li:nth-child(8) {
  z-index: 9;
}
.school-state .main-content .right .data-list .item .content-box .attention-list .li:nth-child(9) {
  z-index: 8;
}
.school-state .main-content .right .data-list .item .content-box .attention-list .li:nth-child(10) {
  z-index: 7;
}
.school-state .main-content .right .data-list .item .content-box .attention-list .li:nth-child(11) {
  z-index: 6;
}
.school-state .main-content .right .data-list .item .content-box .attention-list .li:nth-child(12) {
  z-index: 5;
}
.school-state .main-content .right .data-list .item .content-box .more {
  text-align: center;
  padding: 2px 0;
  color: #999;
  font-weight: bold;
  cursor: pointer;
}
.school-state .main-content .right .data-list .item .content-box .more i {
  margin: 0 5px;
  font-size: 18px;
  position: relative;
  display: inline-block;
  transform-origin: center;
  transition: all 0.1s;
}
.school-state .main-content .right .data-list .item .content-box .more .up {
  transform: rotateZ(180deg);
}
.school-state .main-content .right .collection-experience-area {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  background: #fff;
}
.school-state .main-content .right .collection-experience-area .page-title {
  padding: 30px 0;
  text-align: center;
  font-weight: 650;
  font-size: 20px;
  color: #333;
}
.school-state .main-content .right .collection-experience-area .tab-list {
  text-align: center;
  padding-left: 10px;
  list-style: none;
}
.school-state .main-content .right .collection-experience-area .tab-list .i {
  display: inline-block;
  margin-right: 10px;
  height: 30px;
  padding: 0 15px;
  line-height: 28px;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  color: #333;
  font-size: 14px;
  cursor: pointer;
}
.school-state .main-content .right .collection-experience-area .tab-list .i.active {
  color: #5F8AD8;
  border-color: #5F8AD8;
}
.school-state .main-content .right .collection-experience-area .tab-list .i:hover {
  border-color: #5F8AD8;
  background: #5F8AD8;
  color: #fff;
}
.school-state .main-content .right .collection-experience-area .list {
  list-style: none;
  margin-top: 30px;
}
.school-state .main-content .right .collection-experience-area .list .item {
  margin-bottom: 20px;
  display: flex;
  width: 990px;
  height: 110px;
  padding: 30px;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.14901961);
}
.school-state .main-content .right .collection-experience-area .list .item .l {
  display: inline-flex;
  align-items: flex-start;
}
.school-state .main-content .right .collection-experience-area .list .item .l .avatar {
  margin-right: 10px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
}
.school-state .main-content .right .collection-experience-area .list .item .l .text {
  display: inline-flex;
  flex-direction: column;
}
.school-state .main-content .right .collection-experience-area .list .item .l .article {
  margin-bottom: 8px;
  display: block;
  width: 710px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #000000;
}
.school-state .main-content .right .collection-experience-area .list .item .l .footer {
  display: block;
  width: 710px;
  font-size: 0;
  vertical-align: middle;
}
.school-state .main-content .right .collection-experience-area .list .item .l .footer .type {
  margin-left: 4px;
  display: inline-block;
  width: 58px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #5f8ad8;
  border-radius: 3px;
  vertical-align: middle;
  color: #fff;
  font-size: 12px;
}
.school-state .main-content .right .collection-experience-area .list .item .l .footer .type:nth-of-type(1) {
  margin-left: 0;
}
.school-state .main-content .right .collection-experience-area .list .item .l .footer .username {
  display: inline-block;
  color: #666;
  font-size: 13px;
  vertical-align: middle;
}
.school-state .main-content .right .collection-experience-area .list .item .l .footer .time {
  font-size: 13px;
  color: #999;
  vertical-align: middle;
}
.school-state .main-content .right .collection-experience-area .list .item .l .footer .username:before,
.school-state .main-content .right .collection-experience-area .list .item .l .footer .username:after,
.school-state .main-content .right .collection-experience-area .list .item .l .footer .time:after {
  content: '|';
  display: inline-block;
  margin: 0 10px;
  color: #e4e4e4;
}
.school-state .main-content .right .collection-experience-area .list .item .l .footer .school {
  display: inline-block;
  vertical-align: middle;
}
.school-state .main-content .right .collection-experience-area .list .item .l .footer .school .i {
  display: inline-block;
  cursor: pointer;
  font-size: 13px;
  color: #3B4A81;
}
.school-state .main-content .right .collection-experience-area .list .item .l .footer .school .i:not(:last-child):after {
  color: #ccc;
  content: "、";
  display: inline;
}
.school-state .main-content .right .collection-experience-area .list .item .r {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #f2f2f2;
  cursor: pointer;
}
.school-state .main-content .right .collection-experience-area .list .item .r i {
  font-size: 18px;
  color: #999999;
}
.side-bar-fixed {
  position: fixed;
  right: -300px;
  top: 10%;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 5px;
  border-radius: 10px 0px 0px 10px;
  background: #02d7b5;
  animation: sidebar-animation 0.5s forwards;
  z-index: 90;
}
.side-bar-fixed .not-login {
  width: 70px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 7px;
  cursor: pointer;
}
.side-bar-fixed .not-login .num {
  line-height: 22px;
  font-family: Arial-Black, "Arial Black";
  font-weight: 900;
  font-style: normal;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
}
.side-bar-fixed .not-login .icon-yuanxiao {
  font-size: 26px;
  margin: 4px 0 20px;
  color: #305D7C;
}
.side-bar-fixed .not-login .tips {
  position: relative;
  display: inline-flex;
  font-size: 12px;
  color: #305d7c;
  background: #c5efeb;
  border-radius: 3px;
  width: 56px;
  height: 70px;
  padding: 10px 4px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.side-bar-fixed .not-login .tips:after {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 8px solid #02d7b5;
  border-bottom-color: #c5efeb;
}
.side-bar-fixed .not-login.has-num .num {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #ec8189;
  color: #fff;
  font-size: 13px;
}
.side-bar-fixed .not-login.has-num .tips {
  height: 47px;
}
.side-bar-fixed .school-list-i {
  transition: all 0.3s ;
}
.side-bar-fixed .classify-item {
  overflow: hidden;
}
.side-bar-fixed .classify-item.overflow {
  overflow-y: scroll;
}
.side-bar-fixed .is-login {
  text-align: center;
  padding: 18px 0px;
  width: 76px;
}
.side-bar-fixed .is-login .to-be-classified {
  margin-bottom: 9px;
  position: relative;
  border-bottom: 1px solid #53b8a0;
}
.side-bar-fixed .is-login .to-be-classified .title {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  padding-bottom: 5px;
  font-size: 13px;
  font-weight: 650;
  color: #333333;
  cursor: pointer;
  z-index: 10;
  background: #02d7b5;
}
.side-bar-fixed .is-login .to-be-classified .title .icon-down {
  margin-top: 2px;
  display: block;
}
.side-bar-fixed .is-login .to-be-classified .classify-item {
  padding-top: 40px;
}
.side-bar-fixed .is-login .to-be-classified .school-list-i {
  margin-top: 0;
  margin-bottom: 12px;
}
.side-bar-fixed .is-login .school-list {
  max-height: 330px;
}
.side-bar-fixed .is-login .classify-item {
  max-height: 270px;
  z-index: 3;
}
.side-bar-fixed .is-login .is-classified {
  position: relative;
}
.side-bar-fixed .is-login .is-classified .title-container {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 28px;
  background: #02d7b5;
  z-index: 10;
}
.side-bar-fixed .is-login .is-classified .title-container i {
  margin-top: 5px;
  width: 6px;
  height: 4px;
  background: url(../img/blue-sanjiao.png) no-repeat;
  background-size: 100%;
}
.side-bar-fixed .is-login .is-classified .title-container .unfold {
  transform: rotateZ(180deg);
}
.side-bar-fixed .is-login .is-classified .static-title {
  position: static;
}
.side-bar-fixed .is-login .is-classified .static-title ~ .classify-item {
  padding-top: 18px;
}
.side-bar-fixed .is-login .is-classified .title {
  margin: 0 auto ;
  display: flex;
  width: 62px;
  height: 40px;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
  z-index: 10;
}
.side-bar-fixed .is-login .is-classified .title .name {
  display: inline-flex;
  width: 40px;
  align-items: center;
  justify-content: center;
  background: #3a5d79;
  color: #fff;
  font-size: 14px;
}
.side-bar-fixed .is-login .is-classified .title .data {
  width: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #c5efeb;
  color: #305d7c;
}
.side-bar-fixed .is-login .is-classified .title .num {
  margin-bottom: -4px;
  font-weight: 650;
  font-style: normal;
  font-size: 12px;
}
.side-bar-fixed .is-login .is-classified .title .icon-triangle {
  font-size: 6px;
  transform: scale(0.75);
  transform-origin: center;
  position: relative;
}
.side-bar-fixed .is-login .classify-item {
  padding: 40px 0 8px;
}
.side-bar-fixed .is-login .classify-item .school-list {
  border-bottom: 1px solid #53b8a0;
}
.side-bar-fixed .is-login .active {
  margin: 9px auto;
  border-top: 1px solid #53b8a0;
}
.side-bar-fixed .is-login .active .title .icon-triangle {
  transform: rotateZ(180deg) scale(0.6);
}
.side-bar-fixed .is-login .active .classify-item {
  padding-top: 58px;
}
.side-bar-fixed .is-login .active .classify-item .title {
  top: 18px;
}
.side-bar-fixed .is-login .to-be-classified + .active {
  border: none;
}
.side-bar-fixed .is-login .active + .is-classified {
  margin-top: 18px;
  border-top: 1px solid #53b8a0;
}
.side-bar-fixed .is-login .active + .is-classified .classify-item {
  padding-top: 58px;
}
.side-bar-fixed .is-login .active + .is-classified .classify-item .title {
  top: 18px;
}
.side-bar-fixed .is-login .classify-item:nth-child(1) {
  border-top: none;
}
.side-bar-fixed .is-login .classify-item:last-child.active {
  margin-bottom: 0;
}
.side-bar-fixed .is-login .classify-item:last-child.active .school-list {
  border-bottom: none;
}
.side-bar-fixed .is-login .play-info {
  margin-top: 9px;
  text-align: center;
  line-height: 30px;
  color: #305D7C;
  font-size: 13px;
  border-top: 1px solid #53b8a0;
  border-bottom: 1px solid #53b8a0;
  cursor: pointer;
}
.side-bar-fixed .is-login .open-btn {
  margin: 17px auto 0;
  display: flex;
  width: 62px;
  height: 25px;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: 1px solid #ffffff;
  border-radius: 13px;
  font-size: 13px;
  color: #fff;
  cursor: pointer;
}
.side-bar-fixed .is-login .open-btn i {
  margin-right: 4px;
  font-size: 12px;
  font-weight: bold;
}
.side-bar-fixed .has-news {
  position: absolute;
  left: calc(50% + 15px);
  top: -4px;
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fb7a87;
  z-index: 92;
}
.side-bar-fixed .news {
  position: absolute;
  right: 8px;
  top: 58px;
  min-width: 269px;
  height: 58px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.34901961);
  line-height: 58px;
  color: #333;
  font-size: 14px;
  text-align: left;
  padding-left: 8px;
  padding-right: 65px;
  display: block;
  white-space: nowrap;
}
.side-bar-fixed .news .icon-close {
  margin-right: 20px;
  display: inline-block;
  color: #ccc;
  cursor: pointer;
}
.side-bar-fixed .news .icon-left {
  margin-left: 6px;
  position: relative;
  transform: rotateZ(180deg);
  color: #fb7a87;
  display: inline-block;
  font-size: 20px;
}
.side-bar-fixed .side-bar-open {
  background: #fff;
  min-width: 376px;
  border-right: 0px;
  border-radius: 10px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.34901961);
}
.side-bar-fixed .side-bar-open .tips {
  color: #666;
  font-size: 13px;
  text-align: center;
  line-height: 50px;
  height: 50px;
  border-bottom: 1px solid #e4e4e4;
}
.side-bar-fixed .side-bar-open .tips .icon-finger {
  margin-right: 4px;
  display: inline-block;
  font-size: 18px;
}
.side-bar-fixed .side-bar-open .list {
  max-height: calc(100vh - 140px);
  overflow-y: scroll;
  scrollbar-color: #ccc #fff;
  scrollbar-track-color: transparent;
  -ms-scrollbar-track-color: transparent;
  scrollbar-width: thin;
}
.side-bar-fixed .side-bar-open .list .item.wait {
  border-top: none;
}
.side-bar-fixed .side-bar-open .list::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.side-bar-fixed .side-bar-open .list::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  background: #ccc;
}
.side-bar-fixed .side-bar-open .list::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: none;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.4);
}
.side-bar-fixed .side-bar-open .item {
  display: flex;
  border-top: 1px solid #e4e4e4;
}
.side-bar-fixed .side-bar-open .item .l {
  display: block;
  flex: 1;
  padding: 0px;
  position: relative;
}
.side-bar-fixed .side-bar-open .item .l .title-name {
  color: #333;
  font-size: 14px;
  font-weight: 650;
  padding: 18px 20px;
  position: absolute;
  left: 0;
  top: 0;
  height: 55px;
}
.side-bar-fixed .side-bar-open .item .l .classify-item {
  display: block;
  max-width: 600px;
  padding: 55px 0 0 20px;
}
.side-bar-fixed .side-bar-open .item .l .school-list-i {
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
}
.side-bar-fixed .side-bar-open .item .r {
  display: inline-flex;
  border-left: 1px solid #e4e4e4;
  width: 68px;
  align-items: center;
  justify-content: center;
}
.side-bar-fixed .side-bar-open .item .r i {
  cursor: pointer;
  font-size: 30px;
  color: #333;
}
.side-bar-fixed .side-bar-open .side-footer {
  display: flex;
  justify-content: space-between;
  padding-left: 20px;
  position: relative;
  overflow: hidden;
  border-top: 1px solid #e4e4e4;
}
.side-bar-fixed .side-bar-open .side-footer .school-list-i {
  visibility: hidden;
}
.side-bar-fixed .side-bar-open .side-footer .l {
  display: inline-flex;
  padding: 22px 0;
}
.side-bar-fixed .side-bar-open .side-footer .l .btn {
  margin-right: 20px;
  display: inline-flex;
  width: 76px;
  height: 25px;
  border-radius: 13px;
  justify-content: center;
  align-items: center;
  background: #f2f2f2;
  color: #666;
  font-size: 13px;
  cursor: pointer;
}
.side-bar-fixed .side-bar-open .side-footer .l .icon-zuoyou1 {
  font-size: 12px;
  margin-left: 4px;
  color: #333;
}
.side-bar-fixed .side-bar-open .side-footer .unfold {
  display: block;
  position: absolute;
  right: -45px;
  bottom: -45px;
  width: 90px;
  height: 90px;
  background: #02d7b5;
  border-radius: 50%;
  line-height: 56px;
  cursor: pointer;
  padding-left: 18px;
}
.side-bar-fixed .side-bar-open .side-footer .unfold i {
  font-size: 22px;
  color: #fff;
}
.side-bar-fixed .side-bar-open .side-footer .del {
  display: block;
  position: absolute;
  right: -45px;
  bottom: -45px;
  width: 90px;
  height: 90px;
  background: #ec8189;
  border-radius: 50%;
  line-height: 56px;
  cursor: pointer;
}
.side-bar-fixed .side-bar-open .side-footer .del .icon-delete {
  margin-left: 18px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}
.side-bar-fixed .ghost {
  opacity: 1;
  background: rgba(242, 242, 242, 0.5);
  cursor: move;
  transition: unset;
}
.side-bar-fixed .ghost .school-list-i {
  transition: unset;
}
.side-bar-fixed .sortable-chosen,
.side-bar-fixed .sortable-ghost {
  cursor: move;
  transition: unset;
}
@keyframes sidebar-animation {
  0% {
    right: -300px;
  }
  100% {
    right: 0px;
  }
}
.side-bar-function {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 880px;
  height: 520px;
  border-radius: 15px;
  transform: translate(-50%, -50%);
  background: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.34901961);
  z-index: 20;
}
.side-bar-function .title {
  position: relative;
  padding: 30px 0 20px;
  font-weight: 650;
  font-style: normal;
  font-size: 18px;
  color: #333;
  text-align: center;
  border-bottom: 1px solid #e4e4e4;
}
.side-bar-function .title .icon-close {
  position: absolute;
  right: 6px;
  top: 6px;
  color: #ccc;
  font-weight: bold;
  cursor: pointer;
  font-size: 20px;
}
.side-bar-function .el-inner {
  text-align: center;
  height: 376px;
  padding: 0px 0;
  display: flex;
  border-bottom: 1px solid #e4e4e4;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.side-bar-function .el-inner img {
  display: block;
  margin: 0 auto;
}
.side-bar-function .el-inner .order {
  color: #333;
  font-size: 16px;
}
.side-bar-function .el-inner .tips {
  font-size: 14px;
  color: #666666;
}
.side-bar-function .cancle {
  display: flex;
}
.side-bar-function .cancle .l,
.side-bar-function .cancle .r {
  display: inline-flex;
  border-right: 1px solid #f2f2f2;
  padding: 0 26px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.side-bar-function .cancle img {
  margin-bottom: 30px;
}
.side-bar-function .cancle .tips {
  text-align: left;
}
.side-bar-function .el-carousel__indicator--horizontal {
  padding: 0 1px;
}
.side-bar-function .el-carousel__indicator--horizontal .el-carousel__button {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  padding: 0;
}
.side-bar-function .el-carousel__indicator--horizontal.is-active .el-carousel__button {
  background: #02d7b5;
  border-color: #02d7b5;
}
.side-bar-function .el-carousel__indicators--horizontal {
  bottom: 20px;
}
.side-bar-function .el-carousel__arrow {
  width: 54px;
  height: 54px;
  top: 40%;
  right: -28px;
  text-align: left;
  padding-left: 8px;
  font-size: 20px;
  color: #333;
}
.side-bar-function .el-carousel__arrow--left {
  text-align: right;
  padding-right: 8px;
  left: -28px;
}
.page-footer {
  padding: 80px 0 36px;
  text-align: center;
}
.page-footer .link {
  margin: 0 auto;
  width: 480px;
  height: 34px;
  display: flex;
  padding-left: 12px;
  align-items: center;
  justify-content: center;
  border-radius: 17px;
  background: #3b4a81;
}
.page-footer .link .item {
  display: inline-flex;
  cursor: pointer;
  margin-right: 12px;
  color: #fff;
  font-size: 14px;
}
.page-footer .company {
  margin-top: 24px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.702);
  line-height: 2.154;
  text-align: center;
}
.page-footer .divide {
  display: inline-block;
  width: 24px;
}
.alert-bg {
  z-index: 100;
  background: rgba(0, 0, 0, 0.5);
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
}
.echarts-area {
  display: block;
  padding: 50px 24px 0 84px;
  white-space: nowrap;
}
.echarts-area .echarts-box {
  border: 1px solid #e4e4e4;
  display: flex;
}
.echarts-area .echarts {
  margin-right: 30px;
  display: inline-block;
  height: 262px;
}
.echarts-area .echarts .name {
  text-align: center;
  line-height: 50px;
  font-size: 14px;
  color: #333;
}
.echarts-area .echarts-result {
  position: relative;
  border-right: 1px solid #e4e4e4;
  padding: 34px 48px 0px 30px;
  background-size: 100%;
  max-width: 40%;
}
.echarts-area .echarts-result .i {
  margin-bottom: 17px;
  display: flex;
  padding-left: 2px;
  align-items: center;
  color: #666;
  font-size: 12px;
}
.echarts-area .echarts-result .i .l {
  display: inline-flex;
  width: 134px;
  height: 8px;
  align-items: center;
  border-radius: 5px;
  background: #e9eaef;
}
.echarts-area .echarts-result .i .l .bar {
  display: inline-flex;
  width: 0;
  height: 8px;
  transition: width 0.3s;
  border-radius: 5px;
  background: #656c83;
}
.echarts-area .echarts-result .i .l .num {
  margin-left: 4px;
}
.echarts-area .echarts-result .i .text {
  display: inline-flex;
  width: 46px;
  justify-content: flex-end;
  color: #999;
  transform: scale(0.9);
  transform-origin: right;
}
.echarts-area .echarts-result .i:nth-child(1) .bar {
  background-image: -moz-linear-gradient(24deg, #02d7b5 0%, #10c2fb 100%);
  background-image: -webkit-linear-gradient(24deg, #02d7b5 0%, #10c2fb 100%);
  background-image: -ms-linear-gradient(24deg, #02d7b5 0%, #10c2fb 100%);
  background-image: linear-gradient(24deg, #02d7b5 0%, #10c2fb 100%);
}
.echarts-area .time-score-result {
  position: relative;
  display: inline-flex;
  padding: 50px 0 12px;
  flex: 1;
}
.echarts-area .time-score-result .score-box {
  position: relative;
  display: inline-flex;
  flex: 0 0 62%;
  padding: 0 18px;
}
.echarts-area .time-score-result .score-box .i {
  display: inline-flex;
  flex: 1;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
}
.echarts-area .time-score-result .score-box .data {
  display: inline-flex;
  justify-content: space-between;
  width: 40px;
  margin-bottom: 12px;
  align-items: flex-end;
  max-width: 40%;
}
.echarts-area .time-score-result .score-box .data .data-i {
  width: 6px;
  border-radius: 6px;
  height: 0px;
  position: relative;
  transition: height 0.3s;
}
.echarts-area .time-score-result .score-box .data .data-i .num {
  position: absolute;
  top: -18px;
  color: #999;
  font-size: 12px;
  left: 50%;
  transform: translateX(-50%);
}
.echarts-area .time-score-result .score-box .data-name {
  color: #999;
  font-size: 13px;
}
.echarts-area .time-score-result .score-box .name {
  bottom: -44px;
}
.echarts-area .time-score-result .time-box {
  position: relative;
  margin-bottom: 10px;
  display: inline-flex;
  flex: 0 0 38%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-left: 1px solid #e4e4e4;
}
.echarts-area .time-score-result .time-box .el-button {
  padding: 0 !important;
  margin: 0;
  border: none;
  box-shadow: unset !important;
}
.echarts-area .time-score-result .time-box .i {
  display: inline-flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.echarts-area .time-score-result .time-box .i .num {
  color: #999;
  font-size: 12px;
  margin-bottom: 4px;
}
.echarts-area .time-score-result .time-box .i .bar {
  position: relative;
  width: 116px;
  height: 6px;
  border-radius: 6px;
  background-color: #e8e9ee;
}
.echarts-area .time-score-result .time-box .i .bar:before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f2c172;
}
.echarts-area .time-score-result .time-box .i .bar:after {
  content: "";
  position: absolute;
  right: 0;
  top: -1px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #815cf9;
}
.echarts-area .time-score-result .time-box .zanwu {
  background: url(../img/zanwu.png) no-repeat;
  width: 32px;
  height: 32px;
  background-size: 100%;
}
.echarts-area .time-score-result .time-box .name {
  bottom: -54px;
}
.echarts-area .violet {
  background: #815cf9;
}
.echarts-area .yellow {
  background: #f2c172;
}
.echarts-area .tips {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  padding: 4px 30px;
  border-radius: 15px;
  height: 28px;
  color: #333;
  font-size: 13px;
  background: #fff;
  border: 1px solid #e4e4e4;
  display: flex;
  align-items: center;
}
.echarts-area .tips .point-violet {
  margin-right: 39px;
  width: 10px;
  height: 10px;
  display: inline-flex;
  border-radius: 50%;
  margin-left: 7px;
  background: #815cf9;
}
.echarts-area .tips .point-yellow {
  width: 10px;
  height: 10px;
  display: inline-flex;
  border-radius: 50%;
  margin-left: 7px;
  background: #f2c172;
}
.echarts-area .name {
  color: #666;
  font-size: 14px;
  position: absolute;
  left: 50%;
  bottom: -32px;
  transform: translateX(-50%);
}
.slider-area {
  margin-top: 90px;
  margin-bottom: -32px;
  position: relative;
}
.slider-area .demonstration {
  font-weight: 650;
  font-size: 14px;
  color: #000000;
  margin-right: 20px;
}
.slider-area .demonstration + .el-slider {
  width: 600px;
}
.slider-area .el-slider__runway {
  margin: 0;
  background: #d8d8d8;
  height: 6px;
  border-radius: 0 0 5px 5px;
}
.slider-area .el-slider__bar {
  background: #02d7b5;
  border-top: 1px solid #49b6a3;
  border-bottom: 1px solid #49b6a3;
  border-radius: 0 0 0px 5px;
}
.slider-area .el-slider__button {
  position: relative;
  top: -4px;
  width: 14px;
  height: 20px;
  border: none;
  background: url(../img/wubianxing.png) no-repeat;
  background-size: 100%;
  border-radius: 0;
}
.slider-area .text {
  position: absolute;
  top: -37px;
  transform: translateX(-50%);
  padding: 0 5px;
  height: 18px;
  line-height: 18px;
  background: #02d7b5;
  color: #fff;
  font-size: 12px;
  border-radius: 5px;
  white-space: nowrap;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently

not supported by any browser */
}
.slider-area .text:after {
  content: "";
  position: absolute;
  left: calc(50% - 4px);
  bottom: -4px;
  display: block;
  background: url(../img/green-sanjiao.png) no-repeat;
  background-size: 100%;
  width: 8px;
  height: 4px;
}
.left-tabs {
  width: 140px;
  flex: 0 0 140px;
  display: inline-flex;
  flex-direction: column;
}
.left-tabs .item {
  color: rgba(255, 255, 255, 0.702);
  font-size: 16px;
  padding: 0 15px;
  margin-bottom: 13px;
  line-height: 34px;
  border-left: 1px solid transparent;
  cursor: pointer;
}
.left-tabs .item.is-active {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  border-left: 1px solid #46d4ba;
}
.left-tabs .sub-item {
  padding: 0 20px 20px;
  font-size: 14px;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.502);
}
.left-tabs .sub-item.active {
  color: #fff;
}
.left-tabs .sub-item i {
  margin-right: 7px;
}
.left-tabs .sub-item.active i {
  color: #46D4BA;
}
.left-tabs.fixed > div {
  position: fixed;
  top: 100px;
  z-index: 5;
}
.experience-list {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 50px;
  width: 183px;
  background-color: #ffffff;
  box-shadow: 0px 0px 24px 0px rgba(94, 94, 116, 0.25);
  border-radius: 5px;
  z-index: 10;
  list-style: none;
  font-size: 14px;
  font-family: "PingFang";
  color: #333333;
  line-height: 42px;
  font-weight: normal;
  cursor: pointer;
  text-align: center;
  background: #fff;
  transition: all 1s;
  border: 1px solid #d7d7d7;
}
.experience-list .option {
  height: 42px;
}
.experience-list .option:last-child {
  border-radius: 0 0 5px 5px;
}
.experience-list .name {
  background: #f4f5f7;
  color: #999;
  line-height: 50px;
  border-radius: 5px 5px 0 0;
  position: relative;
}
.experience-list .name:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: -6px;
  transform: translateX(-50%) rotateZ(45deg);
  width: 10px;
  height: 10px;
  border: 1px solid transparent;
  background: #f4f5f7;
  border-left-color: #d7d7d7;
  border-top-color: #d7d7d7;
}
.experience-list .option:hover {
  background: #6c92d9;
  color: #fff;
}
.el-backtop {
  color: #233160;
}
.introduce-index {
  margin: 0 auto;
  width: 1250px;
  max-width: 90vw;
  min-width: 1000px;
}
.introduce-index .nav-tab {
  max-width: 100%;
  min-width: unset;
}
.introduce-index .header-search {
  margin-bottom: 32px;
  display: flex;
}
.introduce-index .header-search .logo {
  display: inline-flex;
  width: 150px;
  height: 28px;
  background: url(../img/logo.png) no-repeat 100%;
  background-size: 100%;
}
.introduce-index .header-search form {
  margin-left: 36px;
  display: inline-flex;
  width: 284px;
  height: 31px;
  background: #3b4a81;
  border-radius: 16px;
}
.introduce-index .header-search form input {
  display: inline-flex;
  background: transparent;
  border: none;
  outline: none;
  text-align: center;
  flex: 1;
  color: #fff;
  cursor: pointer;
}
.introduce-index .header-search form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #5F8AD8;
}
.introduce-index .header-search form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #5F8AD8;
}
.introduce-index .header-search form :-ms-input-placeholder {
  /* IE 10+ */
  color: #5F8AD8;
}
.introduce-index .header-search form :-moz-placeholder {
  /* Firefox 18- */
  color: #5F8AD8;
}
.introduce-index .header-search form button {
  display: inline-flex;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  width: 50px;
  color: #5F8AD8;
  font-size: 26px;
  font-weight: bold;
  justify-content: center;
}
.introduce-index .inner {
  position: relative;
  background: #fff;
  border-radius: 10px;
  margin: 0 auto;
  width: 1250px;
  height: 950px;
  max-width: 90vw;
  min-width: 1000px;
}
.introduce-index .inner .img {
  background: url(../img/intro-bg.png) no-repeat;
  width: 852px;
  height: 566px;
  position: absolute;
  right: 56px;
  bottom: 180px;
  box-shadow: 0 0 172px #233160;
}
.introduce-index .inner .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(35, 49, 96, 0.6);
  z-index: 1;
}
.introduce-index .inner .intro-title {
  position: relative;
  top: 90px;
  display: block;
  width: calc(100% - 44px);
  height: calc(100% - 140px);
  margin: 0 auto 0;
  height: 845px;
  border: 2px dotted #02d7b5;
  border-radius: 10px;
  z-index: 3;
}
.introduce-index .inner .intro-title:after {
  content: "";
  display: block;
  background: url(../img/intro-title.png) no-repeat;
  position: absolute;
  left: calc(50% - 185px);
  height: 60px;
  width: 370px;
  top: -30px;
}
.introduce-index .inner .step1 {
  position: absolute;
  display: flex;
  justify-conent: flex-end;
  right: 688px;
  bottom: 67px;
  z-index: 4;
  align-items: center;
}
.introduce-index .inner .step1 .img1 {
  background: url(../img/intro-1.png) no-repeat;
  width: 246px;
  height: 560px;
}
.introduce-index .inner .content {
  width: 301px;
  position: relative;
  left: 30px;
  padding: 26px 20px 22px 20px;
  border: solid 2px #02d7b5;
  border-radius: 10px;
  background-color: #233160;
}
.introduce-index .inner .content .title {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #233160;
  font-weight: bold;
  width: 72px;
  height: 27px;
  background: #02d7b5;
  font-family: "PingFang";
}
.introduce-index .inner .content .title span {
  position: relative;
  top: -2px;
}
.introduce-index .inner .content .text {
  font-size: 18px;
  font-family: "PingFang";
  color: #ffffff;
  font-weight: 400;
  line-height: 1.5;
}
.introduce-index .inner .content .tips {
  margin-top: 10px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.429;
}
.introduce-index .inner .content .link {
  margin-top: 18px;
  display: block;
  text-align: right;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.714;
  vertical-align: middle;
  cursor: pointer;
}
.introduce-index .inner .content .link i {
  margin-right: 5px;
  font-size: 16px;
}
.introduce-index .inner .content:after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border: 2px solid #02d7b5;
  background: #233160;
  position: absolute;
  right: -7px;
  bottom: calc(42%);
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(45deg);
  box-sizing: border-box;
  transform-origin: center;
  border-radius: 3px;
  border-left-color: transparent;
  border-bottom-color: transparent;
}
.introduce-index .inner .play-step {
  position: absolute;
  bottom: -56px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}
.introduce-index .inner .next-step {
  display: inline-flex;
  align-items: center;
  background-color: rgba(35, 49, 96, 0.302);
  padding: 0 18px;
  height: 36px;
  border-radius: 20px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 36px;
  cursor: pointer;
}
.introduce-index .inner .next-step i {
  margin-right: 8px;
  display: inline-flex;
  background: url(../img/review.png) no-repeat center;
  width: 16px;
  height: 36px;
  background-size: 100%;
}
.introduce-index .inner .back {
  margin-left: 20px;
  display: inline-flex;
  align-items: center;
  background-color: #02d7b5;
  padding: 0 20px;
  height: 36px;
  border-radius: 18px;
  color: #233160;
  font-size: 14px;
  text-align: center;
  line-height: 36px;
  cursor: pointer;
}
.introduce-index .inner .back i {
  margin-right: 8px;
  display: inline-flex;
  background: url(../img/home.png) no-repeat center;
  width: 16px;
  height: 36px;
  background-size: 100%;
}
.introduce-index .inner .step2 {
  position: absolute;
  right: 91px;
  bottom: 439px;
  z-index: 4;
  align-items: center;
}
.introduce-index .inner .step2 .content {
  left: 0;
  width: 595px;
  margin-bottom: 22px;
}
.introduce-index .inner .step2 .content:after {
  bottom: -7px;
  left: 50%;
  transform: rotateZ(135deg);
}
.introduce-index .inner .step2 .img2 {
  background: url(../img/intro-2.png) no-repeat;
  width: 596px;
  height: 128px;
  position: relative;
}
.introduce-index .inner .step3 {
  position: absolute;
  right: 91px;
  top: 542px;
  z-index: 4;
  align-items: center;
}
.introduce-index .inner .step3 .content {
  left: 0;
  width: 595px;
  top: -20px;
}
.introduce-index .inner .step3 .content:after {
  top: -7px;
  left: 50%;
  transform: rotateZ(-45deg);
}
.introduce-index .inner .step3 .img3 {
  background: url(../img/intro-3.png) no-repeat;
  width: 596px;
  height: 128px;
}
@media screen and (max-width: 1280px) {
  .introduce-index .inner .step1 .content {
    left: 570px;
  }
  .introduce-index .inner .step1 .content:after {
    left: -7px;
    transform: rotateZ(225deg);
  }
}
.el-autocomplete-suggestion li:after {
  background: transparent;
}
.flip-list-move {
  transition: transform 0.5s;
}
.school-recent-news {
  width: 1250px;
  max-width: 90vw;
  min-width: 1000px;
  margin: 0 auto;
}
.school-recent-news .header-search {
  margin: 0 0 30px 0;
  display: flex;
}
.school-recent-news .header-search .logo {
  display: inline-flex;
  width: 150px;
  height: 28px;
  background: url(../img/logo.png) no-repeat 100%;
  background-size: 100%;
}
.school-recent-news .header-search form {
  margin-left: 36px;
  display: inline-flex;
  width: 284px;
  height: 31px;
  background: #3b4a81;
  border-radius: 16px;
}
.school-recent-news .header-search form input {
  display: inline-flex;
  background: transparent;
  border: none;
  outline: none;
  text-align: center;
  flex: 1;
  color: #fff;
  cursor: pointer;
}
.school-recent-news .header-search form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #5F8AD8;
}
.school-recent-news .header-search form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #5F8AD8;
}
.school-recent-news .header-search form :-ms-input-placeholder {
  /* IE 10+ */
  color: #5F8AD8;
}
.school-recent-news .header-search form :-moz-placeholder {
  /* Firefox 18- */
  color: #5F8AD8;
}
.school-recent-news .header-search form button {
  display: inline-flex;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  width: 50px;
  color: #5F8AD8;
  font-size: 26px;
  font-weight: bold;
  justify-content: center;
}
.school-recent-news .inner {
  display: block;
  font-size: 0;
}
.school-recent-news .left {
  display: inline-block;
  width: 100%;
  flex: 1;
  flex-direction: column;
  background: #fff;
  border-radius: 10px;
}
.school-recent-news .left .title {
  text-align: center;
  line-height: 100px;
  font-weight: 650;
  font-size: 26px;
  color: #333;
}
.school-recent-news .left .tab-container {
  display: flex;
  padding: 20px 0 20px 6px;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  background: #f9f9f9;
  font-size: 15px;
  cursor: pointer;
}
.school-recent-news .left .tab-container .item {
  padding: 0 24px;
  height: 20px;
  line-height: 20px;
  color: #666;
  border-right: 1px solid #e4e4e4;
}
.school-recent-news .left .tab-container .item:last-child {
  border-right: none;
}
.school-recent-news .left .tab-container .active {
  font-weight: 650;
  color: #333;
}
.school-recent-news .left .content-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: -5px;
  width: 10px;
  height: 3px;
  background: #fff;
}
.school-recent-news .left .content-container.noline {
  border-left: none;
  margin-left: 0;
}
.school-recent-news .left .noline.content-container:before {
  content: none;
}
.school-recent-news .left .content-container {
  margin-left: 52px;
  margin-top: 30px;
  padding-bottom: 20px;
  border-left: 1px dashed #e4e4e4;
  position: relative;
}
.school-recent-news .left .content-container .item {
  position: relative;
  padding: 0 108px  26px 40px;
}
.school-recent-news .left .content-container .item .time {
  position: absolute;
  left: 0;
  transform: translateX(-50%);
  top: 3px;
  min-width: 46px;
  padding: 0 6px;
  height: 20px;
  border-radius: 10px;
  background: #00d5b8;
  color: #fff;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
}
.school-recent-news .left .content-container .item .list {
  position: relative;
  list-style: none;
}
.school-recent-news .left .content-container .item .li {
  margin-bottom: 14px;
  display: block;
  height: 26px;
  line-height: 26px;
  vertical-align: middle;
}
.school-recent-news .left .content-container .item .li .t {
  display: inline-block;
  color: #ccc;
  font-size: 12px;
}
.school-recent-news .left .content-container .item .li .avatar {
  display: inline-block;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  margin: 0 10px 0 12px;
  vertical-align: top;
}
.school-recent-news .left .content-container .item .li .status {
  margin-right: 13px;
  color: #666;
  font-size: 13px;
}
.school-recent-news .left .content-container .item .li .subject {
  display: inline-block;
  max-width: calc(100% - 62px);
  font-size: 13px;
  color: #5F8AD8;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.school-recent-news .left .content-container .item .li .subject.no-btn {
  max-width: 100%;
}
.school-recent-news .left .content-container .item .li .btn {
  margin-left: 18px;
  display: inline-block;
  cursor: pointer;
  width: 44px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  color: #666;
  font-size: 13px;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  vertical-align: top;
  margin-top: 3px;
}
.school-recent-news .left .content-container .item .li .btn:hover {
  border-color: #666;
  color: #333;
}
.school-recent-news .left .content-container .item .page {
  padding: 0;
  font-size: 13px;
  color: #999;
  text-align: center;
}
.school-recent-news .left .content-container .item .page i {
  font-weight: 650;
  font-size: 12px;
  display: inline-block;
  cursor: pointer;
  color: #333;
}
.school-recent-news .left .content-container .item .page .num {
  color: #00d5b8;
  font-weight: 650;
}
.school-recent-news .left .content-container .tobottom {
  text-align: center;
  padding: 20px 0;
  margin: 0 108px 0 40px;
}
.school-recent-news .left .content-container .tobottom i {
  font-size: 22px;
  display: inline-block;
  position: relative;
  transform: rotateZ(-90deg);
  cursor: pointer;
}
.school-recent-news .right {
  display: inline-block;
  display: none;
  flex: 0 0 355px;
  width: 355px;
  vertical-align: top;
  margin-left: 30px;
  flex-direction: column;
}
.school-recent-news .right .block {
  margin-bottom: 30px;
  border-radius: 10px;
  background: #fff;
}
.school-recent-news .right .block .ad1 {
  width: 355px;
  height: 150px;
}
.school-recent-news .right .block .ad2 {
  width: 355px;
  height: 355px;
}
.school-recent-news .right .block .article-list {
  padding-bottom: 28px;
  padding-right: 34px;
}
.school-recent-news .right .block .article-list .item {
  padding-top: 30px;
  border-bottom: 1px solid #f2f2f2;
  display: flex;
  font-size: 0;
}
.school-recent-news .right .block .article-list .item .classify {
  margin-right: 10px;
  display: inline-flex;
  position: relative;
  width: 48px;
  flex: 0 0 48px;
  height: 40px;
  padding: 4px 0 4px 6px;
  top: 1px;
  font-size: 13px;
  color: #fff;
  line-height: 16px;
}
.school-recent-news .right .block .article-list .item .classify:after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  display: inline-block;
  width: 13px;
  height: 40px;
  background: url(../img/white-sanjiao.png) no-repeat;
  background-size: 100%;
}
.school-recent-news .right .block .article-list .item .violet {
  background: #8359fb;
}
.school-recent-news .right .block .article-list .item .yellow {
  background: #fbbd70;
}
.school-recent-news .right .block .article-list .item .red {
  background: #fa7169;
}
.school-recent-news .right .block .article-list .item .text {
  display: flex;
  height: 40px;
  line-height: 20px;
  align-items: center;
  color: #333;
  font-size: 13px;
  cursor: pointer;
}
.school-recent-news .right .block .article-list .item .text .link {
  color: inherit;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
