#side {
  width: 360px;
  /* 右侧表单 */
}
#side > div:first-of-type.activity-recommendation {
  padding-top: 30px;
  background-color: white;
}
#side h3 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  color: #272727;
  font-family: Source Han Sans CN;
  padding: 30px 0 20px;
}
#side h3 i {
  display: inline-block;
  width: 4px;
  height: 20px;
  background: #076FCB;
  border-radius: 6px;
  vertical-align: -3px;
  margin-right: 8px;
}
#side .activity1 {
  border-radius: 8px;
  overflow: hidden;
}
#side .activity1 .swiper-slide {
  width: 100%;
  height: 343px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.01);
          box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.01);
}
#side .activity1 .swiper-slide .image {
  position: relative;
  width: 360px;
  height: 240px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#side .activity1 .swiper-slide .image .title {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #FFFFFF;
  display: table;
  width: 100%;
}
#side .activity1 .swiper-slide .image .title .text {
  display: table-cell;
  vertical-align: middle;
  padding: 0 12px;
}
#side .activity1 .swiper-slide .image .title .text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
}
#side .activity1 .swiper-slide > .text {
  padding: 4px 17px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 102px;
}
#side .activity1 .swiper-slide > .text p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #272727;
  text-align: left;
}
#side .activity1 .swiper-slide button {
  width: 140px;
  height: 24px;
  border: 1px solid #FF9100;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #FF9100;
  margin-top: 15px;
  background-color: transparent;
  cursor: pointer;
}
#side .hot-school ul li {
  width: 360px;
  /* height: 318px; */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 12px;
  padding: 20px;
  background-color: white;
  margin-top: 16px;
}
#side .hot-school ul li:first-of-type {
  margin-top: 0;
}
#side .hot-school ul li .iedu-logo-wrap {
  width: 320px;
  height: 96px;
  margin: 0 auto;
  border: 1px solid rgba(112, 112, 112, 0.1);
  border-radius: 8px;
}
#side .hot-school ul li .iedu-logo {
  height: 95px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
#side .hot-school ul li h2 {
  height: 30px;
  font-size: 22px;
  font-weight: 500;
  color: #333333;
  line-height: 30px;
  margin: 12px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: justify;
}
#side .hot-school ul li .label {
  overflow: hidden;
}
#side .hot-school ul li .label a {
  padding: 3px 6px;
  border: 1px solid transparent;
  border-radius: 20px;
  float: left;
  margin-right: 10px;
  margin-bottom: 4px;
  font-size: 14px;
}
#side .hot-school ul li .label a.y {
  color: #fecc76;
  border-color: #fecc76;
}
#side .hot-school ul li .label a.x {
  color: #fcb9b9;
  border-color: #fcb9b9;
}
#side .hot-school ul li .label a.c {
  color: #9cd8ae;
  border-color: #9cd8ae;
}
#side .hot-school ul li .label a.g {
  color: #64aafb;
  border-color: #64aafb;
}
#side .hot-school ul li p {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  color: #272727;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
}
#side .hot-school ul li .btn {
  text-align: center;
  padding-top: 20px;
}
#side .hot-school ul li .btn button {
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 128px;
  height: 38px;
  border: 1px solid #076FCB;
  border-radius: 20px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #076FCB;
  background-color: transparent;
}
#side .hot-school .mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  display: none;
  font-size: 16px;
}
#side .hot-school .mask .main {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  width: 380px;
  overflow: auto;
}
#side .hot-school .mask .main .close {
  position: absolute;
  right: 5px;
  top: 0;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  color: white;
}
#side .hot-school .mask .main form {
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#side .hot-school .mask .main form > div {
  margin-bottom: 10px;
  border-radius: 5px;
  border: 1px solid #eee;
  padding: 0 10px;
  margin-top: 10px;
  position: relative;
  background-color: #ffffff;
}
#side .hot-school .mask .main form > div.textarea {
  height: auto;
}
#side .hot-school .mask .main form > div p {
  width: 100px;
  text-align: right;
  margin-right: 20px;
}
#side .hot-school .mask .main form > div .from_list {
  width: 100%;
}
#side .hot-school .mask .main form > div .from_list select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 38px;
  padding-left: 6px;
  border: none;
  outline: none;
}
#side .hot-school .mask .main form > div .from_list input[type="text"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 38px;
  padding-left: 10px;
  border: none;
  font-size: 14px;
  outline: none;
}
#side .hot-school .mask .main form > div .from_list input[type="text"]::-webkit-input-placeholder {
  color: #666666;
}
#side .hot-school .mask .main form > div .from_list input[type="text"]::-moz-placeholder {
  color: #666666;
}
#side .hot-school .mask .main form > div .from_list input[type="text"]:-ms-input-placeholder {
  color: #666666;
}
#side .hot-school .mask .main form > div .from_list input[type="text"]::-ms-input-placeholder {
  color: #666666;
}
#side .hot-school .mask .main form > div .from_list input[type="text"]::placeholder {
  color: #666666;
}
#side .hot-school .mask .main form > div .from_list .gender {
  display: inline-block;
}
#side .hot-school .mask .main form > div .from_list textarea {
  padding-top: 10px;
  padding-left: 10px;
  width: 470px;
  font-size: 14px;
}
#side .hot-school .mask .main form > div .from_list textarea::-webkit-input-placeholder {
  color: #666666;
}
#side .hot-school .mask .main form > div .from_list textarea::-moz-placeholder {
  color: #666666;
}
#side .hot-school .mask .main form > div .from_list textarea:-ms-input-placeholder {
  color: #666666;
}
#side .hot-school .mask .main form > div .from_list textarea::-ms-input-placeholder {
  color: #666666;
}
#side .hot-school .mask .main form > div .from_list textarea::placeholder {
  color: #666666;
}
#side .hot-school .mask .main form .sub_btn {
  display: block;
  width: 160px;
  height: 52px;
  background: #1558a0;
  line-height: 52px;
  text-align: center;
  color: #fff;
  margin: 0 auto 20px;
  cursor: pointer;
}
#side .hot-school .mask .main form .error-tips {
  text-align: center;
  line-height: 24px;
  height: 32px;
  color: red;
  font-size: 12px;
}
#side .hot-school .mask .main h3 {
  font-size: 24px;
  color: #2e2e2e;
  background-color: #2462a5;
  text-align: center;
  padding: 20px 0;
  color: white;
}
#side .hot-news ul {
  background-color: white;
  padding-top: 20px;
  border-radius: 12px;
}
#side .hot-news li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 40px 0 15px;
  padding: 14px 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: solid #eeeeee 1px;
}
#side .hot-news li:first-of-type {
  padding-top: 0;
}
#side .hot-news li:last-of-type {
  border-bottom: none;
}
#side .hot-news li .image {
  width: 102px;
  height: 64px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 14px;
  border-radius: 4px;
}
#side .hot-news li .news-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#side .hot-news li .news-text a {
  text-decoration: none;
}
#side .hot-news li .news-text p.title {
  font-size: 16px;
  font-weight: 400;
  color: #1A1919;
  line-height: 18px;
  height: 36px;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 10px;
}
#side .hot-news li .news-text p.bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 18px;
}
#side .hot-news li .news-text p.bottom span {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
}
#side .star-school-choice ul {
  background-color: white;
  padding: 20px 0;
  border-radius: 12px;
}
#side .star-school-choice li {
  margin-bottom: 18px;
}
#side .star-school-choice li:last-of-type {
  margin-bottom: 0;
}
#side .star-school-choice li.hg div::before {
  background-color: rgba(39, 39, 39, 0.8);
  content: "回顾";
  color: white;
  position: relative;
  z-index: 30;
  padding: 2px 8px;
  margin: 8px;
  left: 0;
  border-radius: 0;
}
#side .star-school-choice li.yg div::before {
  background-color: #FC6607;
  content: "预告";
  color: #ffffff;
}
#side .star-school-choice li.jx div::before {
  background-color: #FC6607;
  content: "正在直播";
  color: #ffffff;
}
#side .star-school-choice li div {
  cursor: pointer;
  position: relative;
  width: 320px;
  height: 150px;
  border-radius: 6px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  margin: 0 auto;
  background-color: #000000;
}
#side .star-school-choice li div::before {
  position: absolute;
  padding: 4px 8px;
  left: 11px;
  top: 8px;
  z-index: 30;
  border-radius: 4px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: bold;
}
#side .star-school-choice li div::after {
  content: "";
  position: absolute;
  z-index: 20;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url("https://www.serengetilive.com/statics/pcc/img/play.png");
  background-size: 40px 40px;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 0px 0px 6px 6px;
}
#side .star-school-choice li p {
  position: absolute;
  z-index: 50;
  bottom: 0;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: white;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  background: rgba(39, 39, 39, 0.6);
  border-radius: 0px 0px 6px 6px;
  padding: 6px 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 27px;
}
#side #iedu-right-form {
  text-align: center;
  padding: 22px 15px 25px;
  margin-bottom: 80px;
}
#side #iedu-right-form h2 {
  font-size: 21px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #183049;
  text-align: center;
  padding-bottom: 5px;
}
#side #iedu-right-form .f {
  overflow: hidden;
  margin-top: 16px;
  border: 1px solid rgba(112, 112, 112, 0.4);
  border-radius: 4px;
}
#side #iedu-right-form .f span {
  float: left;
  display: inline-block;
  width: 62px;
  height: 15px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 38px;
}
#side #iedu-right-form .f input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 5px;
  width: 100%;
  height: 36px;
  color: #000000;
  background-color: white;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 300;
  -webkit-appearance: none;
  outline: none;
  -webkit-box-shadow: 0 0 0 1000px white inset;
}
#side #iedu-right-form .f input:placeholder {
  color: #707070;
}
#side #iedu-right-form .f.select {
  position: relative;
}
#side #iedu-right-form .f.select::after {
  position: absolute;
  right: 12px;
  top: 15px;
  background-image: url("https://www.serengetilive.com/statics/images/icon/sel.png?t=20211123");
  width: 11px;
  height: 8px;
  content: "";
}
#side #iedu-right-form .f select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 5px;
  width: 100%;
  height: 36px;
  color: #666666;
  border: none;
  font-size: 16px;
  background-color: white;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
#side #iedu-right-form .f select:-internal-autofill-previewed,
#side #iedu-right-form .f select:-internal-autofill-selected {
  -webkit-text-fill-color: #000000;
  -webkit-transition: background-color 5000s ease-out 0.5s;
  transition: background-color 5000s ease-out 0.5s;
}
#side #iedu-right-form .err {
  width: 100%;
  color: #338eff;
  text-align: center;
  font-size: 14px;
  height: 0px;
  line-height: 36px;
}
#side #iedu-right-form button.getCode {
  cursor: pointer;
  width: 149px;
  height: 43px;
  background: #076FCB;
  border-radius: 4px;
  border: none;
  outline: none;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #ffffff;
}
#side #iedu-right-form .form_btn_id button {
  cursor: pointer;
  display: inline-block;
  margin-top: 37px;
  width: 288px;
  height: 48px;
  background-color: #076FCB;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 26px;
  color: #FFFFFF;
  border: none;
  outline: none;
}
#side #iedu-right-form form a.tel {
  display: block;
  margin-top: 34px;
  text-align: left;
}
#side #iedu-right-form form a.tel img {
  height: 26px;
  vertical-align: text-bottom;
}
#side #iedu-right-form form a.tel span {
  font-size: 26px;
  font-weight: bold;
  line-height: 30px;
  color: #FF9100;
}
#side #iedu-right-form.lx form a.tel span {
  color: #1e2db7;
}
#side #iedu-right-form.dz form a.tel span {
  color: #1e2db7;
}
#side #iedu-right-form .f.code {
  border: none;
  padding: 0;
}
#side #iedu-right-form .f.code input {
  width: 170px;
  float: left;
  border: 1px solid rgba(112, 112, 112, 0.4);
  border-radius: 4px;
}
#side #iedu-right-form .f.code button {
  width: 111px;
  height: 36px;
  float: right;
  margin-top: 0;
}
#side #iedu-right-form .f.code button[disabled] {
  cursor: no-drop;
  background-color: rgba(43, 119, 223, 0.8);
}
#side #iedu-right-form {
  text-align: center;
  margin-top: 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px 20px;
  margin-bottom: 20px;
  width: 330px;
}
#side #iedu-right-form.school {
  background-image: url("https://www.serengetilive.com/statics/images/show/form1.png?t=20211124");
  height: 555px;
  background-size: 100% 100%;
  border: none;
}
#side #iedu-right-form form {
  margin-top: 106px;
}
#side #iedu-right-form .boder_act {
  border: 1px solid #338EFF !important;
}
.searchschool {
  overflow: initial !important;
  position: relative;
}
.searchschool ul {
  position: absolute;
  left: -1px;
  right: -1px;
  z-index: 10;
  top: 52px;
  max-height: 200px;
  overflow-y: auto;
  background-color: #ffffff;
  border: solid 1px #000000;
}
.searchschool ul li {
  cursor: pointer;
  text-align: left;
  font-size: 15px;
  line-height: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
  border-bottom: dashed 1px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.searchschool ul li:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
html {
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
}
body {
  background-color: #f3f3f7;
}
body .abroad {
  width: 1280px;
  margin: 40px auto 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body .abroad .abroad-con {
  width: 900px;
}
body .abroad .abroad-con .abroad-banner {
  overflow: hidden;
}
body .abroad .abroad-con .abroad-banner a {
  position: relative;
  float: left;
  width: 268px;
  height: 163px;
  overflow: hidden;
  border-radius: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
body .abroad .abroad-con .abroad-banner a p {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.6);
  height: 40px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body .abroad .abroad-con .abroad-banner a:first-of-type {
  width: 622px;
  height: 342px;
  margin-right: 10px;
}
body .abroad .abroad-con .abroad-banner a:last-of-type {
  margin-top: 15px;
}
body .abroad .abroad-con .abroad-news {
  margin-top: 10px;
  font-size: 20px;
  font-family: Source Han Sans CN-Bold, Source Han Sans CN;
  font-weight: bold;
  color: #333333;
}
body .abroad .abroad-con .abroad-news h3 {
  padding: 20px 0;
}
body .abroad .abroad-con .abroad-news h3 span {
  height: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
}
body .abroad .abroad-con .abroad-news h3 span:before {
  display: inline-block;
  content: "";
  width: 4px;
  height: 20px;
  background-color: #0770d1;
  margin-right: 8px;
  vertical-align: -3px;
}
body .abroad .abroad-con .abroad-news ul {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 6px 20px;
  width: 900px;
  background: #FFFFFF;
  border-radius: 12px;
}
body .abroad .abroad-con .abroad-news ul li {
  padding: 24px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: solid #d4d4d4 1px;
}
body .abroad .abroad-con .abroad-news ul li:last-of-type {
  border-bottom: none;
}
body .abroad .abroad-con .abroad-news ul li > a {
  width: 204px;
  height: 138px;
  overflow: hidden;
  display: block;
  border-radius: 8px;
  margin-right: 26px;
}
body .abroad .abroad-con .abroad-news ul li > a img {
  width: 100%;
}
body .abroad .abroad-con .abroad-news ul li .abroad-article {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
body .abroad .abroad-con .abroad-news ul li .abroad-article a h2 {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: justify;
}
body .abroad .abroad-con .abroad-news ul li .abroad-article .text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 16px;
  height: 91px;
}
body .abroad .abroad-con .abroad-news ul li .abroad-article .text p {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: justify;
}
body .abroad .abroad-con .abroad-news ul li .abroad-article .source {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
body .abroad .abroad-con .abroad-news ul li .abroad-article .source a {
  font-weight: 400;
  color: #333333;
  max-width: 525px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body .abroad .abroad-con .abroad-news ul li .abroad-article .source a img {
  height: 24px;
  width: 24px;
  vertical-align: -7px;
  border-radius: 50%;
}
body .abroad .abroad-con .abroad-news ul li .abroad-article .source a span {
  color: #333333;
}
body .abroad .abroad-con .abroad-news ul li .abroad-article .source span {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
}
body .abroad #side {
  padding-top: 0;
}

