* {
  box-sizing: border-box;
}
body {
  font-family: 'Microsoft YaHei', 'PingFang SC', 'Hiragino Sans GB', 'Helvetica', 'Tahoma', 'Arial', 'SimSun', 'Heiti', 'sans-serif' !important;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
#app {
  margin: 0 auto;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
a {
  text-decoration: none !important;
  display: inline-block;
  cursor: pointer;
}
.oneLine {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.twoLine {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.threeLine {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0 !important;
}
input {
  border: none;
  outline: none;
  padding-left: 11px;
}
input::placeholder {
  font-size: 14px;
  ;
  color: #999999;
}
thead tr {
  background: #EF2D36;
}
thead tr th {
  color: #fff;
}
.article,
aside,
details,
figcaption,
figure,
footer,
hgroup,
main,
menu,
nav,
section,
summary {
  text-align: center;
}
.container:before,
.container::after {
  content: none;
}
th,
td {
  height: 50px;
  line-height: 50px !important;
  padding: 0 !important;
  text-align: center;
  font-weight: bold;
}
.blockSpan {
  padding: 3px 5px;
  background: #EF2D36;
  border-radius: 4px;
  font-size: 0.16px;
  ;
  font-weight: 400;
  color: #fff;
  margin-left: 6px;
  display: inline-block;
  height: 29px;
  line-height: 25px;
}
.empty {
  width: 100%;
  text-align: center;
  color: #666;
  font-size: 20px;
  line-height: 40px;
  margin-top: 20px;
  padding-bottom: 20px;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #EF2D36 !important;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #EF2D36;
  border-color: #EF2D36;
}
.pagination > li > a,
.pagination > li > span {
  color: #333;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #EF2D36;
}
.header {
  width: 100%;
  height: 40px;
}
.header .header-top {
  height: 40px;
  background: #ffffff;
}
.header .header-top .header-top-content {
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: center;
}
.header .header-top .header-top-content ul {
  display: flex;
}
.header .header-top .header-top-content ul li {
  display: flex;
}
.header .header-top .header-top-content ul a {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
}
.header .header-top .header-top-content .header-top-left li {
  margin-right: 40px;
}
.header .header-top .header-top-content .header-top-right li {
  margin-left: 25px;
}
.header .header-top .header-top-content .header-top-right li .login .info-box2{
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #000000;
  cursor: pointer;
  line-height: 19px;
}
.header .header-top .header-top-content .header-top-right li .login .info-box {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #387FFC;
  line-height: 19px;
  cursor: pointer;
}

.header .header-top .header-top-content .header-top-right li .login:hover .loginbox2 {
  display: flex;
}

.header .header-top .header-top-content .header-top-right .info-box .icon {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}

.header .header-top .header-top-content .header-top-right .info-box2 .head {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  overflow: hidden;
  border-radius: 50%;
}

.header .header-img-top {
  width: 100%;
}
.header .header-img-top img {
  width: 100%;
}
.header .header-wrapper {
  height: 101px;
}
.header .header-wrapper .header-content {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .header-wrapper .header-content .header-left {
  display: flex;
  align-items: center;
}
.header .header-wrapper .header-content .header-left h2 {
  font-size: 25px;
  font-weight: 500;
  color: #333333;
  margin-left: 17px;
}
.header .header-wrapper .header-right {
  display: flex;
  justify-content: space-between;
  width: 558px;
  height: 100%;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #313131;
  line-height: 60px;
  align-items: center;
}
.header .header-wrapper .header-right a {
  height: 40px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #313131;
  padding: 0 36px;
  line-height: 40px;
}
.header .header-wrapper .header-right a.active {
  color: #ffffff;
  background: #EF2D36;
  border-radius: 4px;
  text-align: center;
}
.head-banner {
  width: 100%;
  height: 62px;
  background: #EF2D36;
  box-shadow: 1px -3px 10px 1px rgba(67, 11, 13, 0.29);
}
.head-banner ul {
  display: flex;
  height: 100%;
  justify-content: space-around;
}
.head-banner ul li {
  display: flex;
  height: 100%;
  align-items: center;
  width: 150px;
  text-align: center;
}
.head-banner ul li a {
  width: 100%;
  text-align: center;
  height: 100%;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 62px;
}
.head-banner ul li.active {
  background: #fff;
}
.head-banner ul li.active a {
  color: #EF2D36;
}
.head-banner ul li:hover {
  background: #fff;
}
.head-banner ul li:hover a {
  color: #EF2D36;
}
.header-top-right li{
  position: relative;
}
.hideMa{
  display: none;
  position: absolute;
  top:20px;
}
.header-top-right li:hover .hideMa{
  display: block;
}

.search-school-banner {
  background: url('/school/skin_yjs/assets/images/kuaiji/college-banner.png') 50% 0 / 1922px 130px;
  width: 100%;
  height: 130px;
}

.search-school-banner .center {
  height: 100%;
}

.search-school-banner .info {
  display: flex;
  flex-direction: column;
}

.search-school-banner .info .title {
  font-size: 30px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 40px;
}


.search-school-banner .info .desc {
  margin-top: 8px;
  font-size: 20px;
  font-family: MicrosoftYaHei;
  color: #FFFFFF;
  line-height: 26px;
}


.search-school-banner .search {
  width: 623px;
  height: 40px;
  background: #FFFFFF;
  box-shadow: 0px 6px 22px 0px rgba(169,169,169,0.2);
  border-radius: 10px;
  overflow: hidden;
  display: flex;
}


.search-school-banner .search input {
  width: 483px;
  height: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #999999;
  flex: 1;
}

.search-school-banner .search .btn {
  width: 140px;
  height: 100%;
  background: #F58423;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #FFFFFF;
}

.search-school-banner .search .btn img {
  width: 17px;
  height: 18px;
  margin-right: 10px;
}


.login-box .loginbox2 {
  background: url(../images/login-header-box2.png) no-repeat 0 0 / 100% 100%;
  width: 444px;
  height: 431px;
  display: none;
  flex-direction: column;
  align-items: center;
  position: absolute;
  left: -239px;
  top: 100%;
  transform: translateY(-13px);
  padding: 24px 21px;
}

.login-box:hover .loginbox2 {
  display: flex;
}

.login-box .loginbox2 .user {
  padding: 24px 21px;
  border-bottom: 1px solid #DDDDDD;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.login-box .loginbox2 .user .avatar {
  flex-shrink: 0;
  width: 62px;
  height: 62px;
  margin-right: 16px;
}

.login-box .loginbox2 .user .nickname {
  font-size: 16px;
  color: #333333;
  line-height: 22px;
  margin-bottom: 8px;
}

.login-box .loginbox2 .user .uid {
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  display: flex;
  align-items: center;
}

.login-box .loginbox2 .user .uid img {
  width: 9px;
  height: 14px;
  margin-right: 10px;
}

.login-box .loginbox2 .user .teacher {
  margin-left: 16px;
  flex-shrink: 0;
  width: 117px;
  height: 33px;
  background: #FFFFFF;
  box-shadow: 0 6px 6px 0 rgba(169, 169, 169, 0.2);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #4182F6;
}

.login-box .loginbox2 .icons {
  padding: 27px 31px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.login-box .loginbox2 .icons .icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  color: #333333;
  line-height: 22px;
}

.login-box .loginbox2 .icons .icon img {
  width: 31px;
  height: 31px;
  margin-bottom: 9px;
}

.login-box .loginbox2 .login-navs {
  display: flex;
  flex-direction: column;
  padding: 0 31px;
  margin-top: 16px;
  width: 100%;
}

.login-box .loginbox2 .login-navs .login-nav {
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  color: #666666;
  line-height: 22px;
  cursor: pointer;
}

.login-box .loginbox2 .login-navs .login-nav + .login-nav {
  border-top: 1px dashed #DDDDDD;
}

.login-box .loginbox2 .login-navs .login-nav span:last-child {
  color: #387FFC;
}

.login-box .loginbox2 {
  background: url('https://www.kuaiji.com/static/cms/images/login-header-box2.png') no-repeat 0 0 / 100% 100%;
  z-index: 55;
}

.login-box .loginbox2 .user .nickname {
  text-align: left;
}

.school-ziliao-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.school-ziliao-list .relevant-ziliao-item {
  width: 630px;
  height: 117px;
  background: #FFFFFF;
}


.school-right-ziliao {
  /* margin-top: 20px; */
  width: 300px;
  /* height: 305px; */
  background: #FFFFFF;
  padding: 0 14px;
}

.school-right-ziliao .item {
  display: flex;
  margin-bottom: 20px;
  cursor: pointer;
}

.school-right-ziliao .item .img {
  width: 58px;
  height: 58px;
  background: #FFFFFF;
  border-radius: 4px;
  margin-right: 14px;
}

.school-right-ziliao .item .title {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 19px;
  margin-bottom: 3px;
}

.school-right-ziliao .item .desc {
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #999999;
  line-height: 16px;
}

.school-right-ziliao .item .btn {
  width: 50px;
  height: 17px;
  background: linear-gradient(270deg, #FF7711 0%, #FC974D 100%);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #FFFFFF;
}

.school-right-ziliao + .more {
  height: 43px;
  background: #F7F7F7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #387FFC;
  margin: 0 14px 14px;
}