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

.acca-bkzn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -8px;
  padding: 0 14px 20px;
}

.acca-bkzn a {
  width: 129px;
  height: 41px;
  background: #F7F8F9;
  border-radius: 4px;
  padding: 0 0 0 20px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #434343;
  margin-top: 8px;
}

.acca-bkzn a:nth-child(2n-1) {
  padding: 0 0 0 15px;
}

.acca-bkzn .icon {
  width: 22px;
  height: 22px;
  margin-right: 6px;
}

.school-price-rank {
  display: flex;
  flex-direction: column;
  margin-top: -14px;
  padding: 0 16px 20px 14px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #333333;
}

.school-price-rank .item {
  display: flex;
  align-items: center;
  margin-top: 14px;
}

.school-price-rank .item .num {
  width: 20px;
  height: 20px;
  background: #BBBBBB;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #FFFFFF;
}

.school-price-rank .item:nth-child(1) .num {
  background: #ED4300;
}

.school-price-rank .item:nth-child(2) .num {
  background: #FE6E10;
}

.school-price-rank .item:nth-child(3) .num {
  background: #FF9900;
}

.school-price-rank .item .name {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 6px 0 6px;
}

.mba-news {
  display: flex;
  flex-direction: column;
  padding: 0 23px 20px 14px;
  margin-top: -16px;
}

.mba-news .item {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 16px;
}

.school-fix-right {
  width: 200px;
  height: 311px;
  position: fixed;
  right: 10px;
  top: 190px;
  /* transform: translate(660px); */
  background: #FFFFFF;
  border: 1px solid #387FFC;
  display: flex;
  flex-direction: column;
}

.school-fix-right .title {
  width: 200px;
  height: 50px;
  background: #387FFC;
  display: flex;
  align-items: center;
  padding: 14px;
  font-size: 16px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #FFFFFF;
}

.school-fix-right .title img {
  width: 22px;
  height: 22px;
  margin-right: 10px;
}

.school-fix-right .item {
  height: 50px;
  margin: 0 14px;
  position: relative;
}

.school-fix-right .item .close {
  display: none;
  position: absolute;
  right: -14px;
  top: 0;
  align-items: center;
  height: 100%;
  padding: 0 15px;
}

.school-fix-right .item .close img {
  width: 12px;
  height: 12px;
}

.school-fix-right .item.active .close {
  display: flex;
}

.school-fix-right .item + .item {
  border-top: 1px solid #EEEEEE;
  display: flex;
  align-items: center;
}

.school-fix-right .item input {
  height: 100%;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #999999;
  line-height: 19px;
  padding-left: 0;
}

.school-fix-right .item .btn1 {
  width: 81px;
  height: 30px;
  background: #387FFC;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.school-fix-right .item .btn2 {
  width: 81px;
  height: 30px;
  background: #AAAAAA;
  margin-left: 10px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}


.mba-form {
  padding: 0 14px 20px;
}

.mba-form .input {
  width: 270px;
  height: 50px;
  background: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #EEEEEE;
  margin-bottom: 10px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
} 

.mba-form .input .img1 {
  width: 15px;
  height: 18px;
  /* margin-right: 10px; */
}

.mba-form .input .img2 {
  width: 15px;
  height: 22px;
  /* margin-right: 10px */
}

.mba-form .input input {
  flex: 1;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #999999;
  line-height: 19px;
}

.mba-form .btn {
  width: 270px;
  height: 50px;
  background: #387FFC;
  border-radius: 8px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #FFFFFF;
}

.mba-form .tip {
  margin-top: 10px;
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #666666;
  line-height: 16px;
}

.bg_w {
  background: #FFFFFF;
}