* {
  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;
}
.schoolDetail .searchWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  background: #FAFAFA;
}
.schoolDetail .searchWrapper .containerDisplay {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  background: #FAFAFA;
}
.schoolDetail .searchWrapper .position {
  display: flex;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
}
.schoolDetail .searchWrapper .position ul {
  display: flex;
}
.schoolDetail .searchWrapper .position ul a {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}
.schoolDetail .searchWrapper .search {
  width: 348px;
  height: 40px;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  display: flex;
  align-items: center;
}
.schoolDetail .searchWrapper .search input {
  width: 308px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  outline: none;
  border: none;
  padding-left: 11px;
}
.schoolDetail .searchWrapper .search input::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}
.schoolDetail .searchWrapper .search span {
  width: 140px;
  height: 40px;
  background: #EF2D36;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  justify-content: center;
  cursor: pointer;
}
.schoolDetail .searchWrapper .search span img {
  width: 17px;
  height: 18px;
}
.schoolDetail .schoolDetailWrapper {
  background: #f7f7f7;
  margin-top: 34px;
}
.schoolDetail .schoolDetailWrapper .schoolDetailHeader {
  height: 339px;
  background-image: url("../assets/images/newIndexImg/detail_banner.png");
  background-size: 100% 100%;
}
.schoolDetail .schoolDetailWrapper .schoolDetailHeader .container {
  display: flex;
  align-items: center;
  height: 339px;
  position: relative;
}
.schoolDetail .schoolDetailWrapper .schoolDetailHeader .container .imgWrapper {
  width: 176px;
  height: 176px;
  background: #FFFFFF;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.schoolDetail .schoolDetailWrapper .schoolDetailHeader .container .imgWrapper img {
  width: 159px;
  height: 155px;
}
.schoolDetail .schoolDetailWrapper .schoolDetailHeader .container .schoolInfoWrapper {
  display: flex;
  flex-direction: column;
  margin-left: 42px;
}
.schoolDetail .schoolDetailWrapper .schoolDetailHeader .container .schoolInfoWrapper .title {
  display: flex;
  align-items: center;
}
.schoolDetail .schoolDetailWrapper .schoolDetailHeader .container .schoolInfoWrapper .title b.name {
  font-size: 38px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #F4F1A1;
  text-shadow: 0px 7px 3px rgba(91, 13, 17, 0.23);
  -webkit-text-stroke: 1px #A42124;
  text-stroke: 1px #A42124;

  max-width: 400px;
}
.schoolDetail .schoolDetailWrapper .schoolDetailHeader .container .schoolInfoWrapper .title div {
  width: 200px;
  height: 35px;
  background: #FFFFFF;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 40px;
  margin-right: 40px;
}
.schoolDetail .schoolDetailWrapper .schoolDetailHeader .container .schoolInfoWrapper .title div span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 39px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: normal;
  color: #1B1B1B;
}
.schoolDetail .schoolDetailWrapper .schoolDetailHeader .container .schoolInfoWrapper .title div span b {
  color: #e60012;
}
.schoolDetail .schoolDetailWrapper .schoolDetailHeader .container .schoolInfoWrapper .tabsWrapper {
  display: flex;
  margin-top: 10px;
}
.schoolDetail .schoolDetailWrapper .schoolDetailHeader .container .schoolInfoWrapper .tabsWrapper li {
  padding: 0 20px;
  margin-right: 24px;
  height: 41px;
  background: linear-gradient(0deg, #FEFDD4, #ECBF73);
  border-radius: 10px;
  line-height: 41px;
  font-size: 21px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1B1B1B;
}
.schoolDetail .schoolDetailWrapper .schoolDetailHeader .container .schoolInfoWrapper .contactPhone {
  margin-top: 10px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
.schoolDetail .schoolDetailWrapper .schoolDetailHeader .container .schoolInfoWrapper .bann {
  margin-top: 10px;
  width: 300px;
  height: 33px;
  background: linear-gradient(0deg, #FEFDD4, #ECBF73);
  border-radius: 15px;
  line-height: 33px;
  text-align: center;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #D71B1F;
}
.schoolDetail .schoolDetailWrapper .schoolDetailHeader .container .schoolDetailInfo {
  width: 340px;
  /* position: absolute; */
  /* right: 0px; */
  /* display: inline-block; */
}
.schoolDetail .schoolDetailWrapper .schoolDetailHeader .container .schoolDetailInfo ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.schoolDetail .schoolDetailWrapper .schoolDetailHeader .container .schoolDetailInfo ul li {
  line-height: 40px;
  margin-right: 15px;
  display: flex;
  align-items: center;
}
.schoolDetail .schoolDetailWrapper .schoolDetailHeader .container .schoolDetailInfo ul li img {
  width: 21px;
}
.schoolDetail .schoolDetailWrapper .schoolDetailHeader .container .schoolDetailInfo ul li span {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FBF2C3;
  margin-left: 8px;
}
.schoolDetail .schoolDetailWrapper .schoolDetailHeader .container .schoolDetailInfo .imgErweima {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.schoolDetail .schoolDetailWrapper .schoolDetailHeader .container .schoolDetailInfo .imgErweima img {
  width: 99px;
}
.schoolDetail .schoolDetailWrapper .schoolDetailHeader .container .schoolDetailInfo .imgErweima span {
  width: 165px;
  height: 35px;
  border: 2px solid #FACD89;
  border-radius: 18px;
  text-align: center;
  line-height: 35px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FBF2C3;
  margin-left: 15px;
}
.schoolDetail .schoolInfoTab {
  display: flex;
  justify-content: space-between;
}
.schoolDetail .schoolInfoTab li {
  width: 150px;
  height: 62px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 62px;
  cursor: pointer;
}
.schoolDetail .schoolInfoTab li a {
  padding: 0;
  margin: 0;
  line-height: 60px;
  color: #ffffff;
}
.schoolDetail .schoolInfoTab a:hover,
.schoolDetail .schoolInfoTab a:focus {
  background: #fff;
  color: #EF2D36;
  height: 62px;
}
.schoolDetail .schoolInfoTab .active {
  background: #fff;
  color: #EF2D36;
}
.schoolDetail .schoolInfoTab .active a {
  background: #fff;
  color: #EF2D36;
}
.schoolDetail .schoolInfoTab .active a:hover,
.schoolDetail .schoolInfoTab .active a:focus {
  background: #fff;
  color: #EF2D36;
  height: 62px;
}
.schoolDetail .schoolInfoTab > li:last-child {
  /* display: none; */
}
.schoolDetail .tabWrapper {
  width: 100%;
  min-height: 940px;
  background: #f7f7f7;
  padding-top: 40px;
}
.schoolDetail .content .wrapperBanner {
  width: 100%;
  height: 62px;
  background: #EF2D36;
  box-shadow: 1px -3px 10px 1px rgba(67, 11, 13, 0.29);
}
.schoolDetail .searchCondition {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.schoolDetail .searchCondition .btn-group {
  width: 115px;
  box-shadow: none;
}
.schoolDetail .searchCondition .btn-group button {
  background: #fff;
  width: 115px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #dbdbdb;
  color: #999999;
}
.schoolDetail .searchCondition .btn-group button:hover {
  background: #fff;
  box-shadow: none;
}
.schoolDetail .searchCondition ul {
  max-height: 200px;
  overflow: auto;
}
.schoolDetail .searchCondition li {
  min-width: 115px;
  padding: 0 10px;
  line-height: 30px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}
.schoolDetail .searchCondition input {
  border: 1px solid #dbdbdb;
  height: 36px;
  padding: 6px 12px;
}
.schoolDetail .searchCondition .majorName span {
  display: inline-block;
  margin-left: 1.25rem;
  width: 60px;
  background: #EF2D36;
  border-radius: 4px;
  text-align: center;
  line-height: 32px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  cursor: pointer;
}
.schoolDetail .searchCondition,
.schoolDetail .score_wrapper {
  padding-left: 30px;
}
.nav-tabs > li > a:hover {
  border: none;
  border-radius: 0;
}
.content {
  padding-bottom: 40px;
}
.formDiv {
  width: 800px;
  height: 210px;
  background: #F7F7F7;
  padding: 27px 23px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 21px auto 51px;
}
.formDiv h2 {
  height: 25px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1B1B1B;
}
.formDiv .form {
  display: flex;
  justify-content: space-between;
  height: 16px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  height: 38px;
  margin: 17px auto 27px auto;
}
.formDiv .form input {
  width: 238px;
  height: 38px;
  background: #FFFFFF;
  border-radius: 6px;
  color: #B5B5B5;
  line-height: 38px;
}
.formDiv .form span {
  width: 238px;
  height: 38px;
  background: #EF2D36;
  border-radius: 6px;
  color: #fff;
  line-height: 38px;
  text-align: center;
  cursor: pointer;
}
.formDiv .form input:nth-child(2) {
  margin: 0 21px;
}
.formDiv .form p.warming {
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #959595;
}
.footerWraming {
  width: 737px;
  height: 119px;
  border: 1px solid #eee;
  border-radius: 16px;
  padding: 23px 26px;
  margin: 0 auto;
  margin-top: 40px;
}
.footerWraming p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #7D7D7D;
  line-height: 35px;
}
.liveContent {
  width: 864px;
  height: 305px;
  background: #FFFFFF;
  padding: 22px 48px;
  margin-top: 29px;
}
.liveContent .titles {
  width: 136px;
  height: 55px;
  border-radius: 6px;
}
.liveContent .bannerBg {
  margin-top: 29px;
  display: flex;
  justify-content: space-around;
}
.liveContent .bannerBg a {
  width: 302px;
  height: 171px;
}
.liveContent .bannerBg img {
  width: 302px;
  height: 171px;
}
.body p {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
.source {
  text-align: center;
  margin: 15px auto 30px;
}
