@charset "utf-8";
body {
  background: #fff;
  overflow-x: hidden;
  font: 14px/1.5 -apple-system, "San Francisco", "Helvetica Neue", Arial,
    "Segoe UI", "PingFang SC", "Hiragino Sans GB", STHeiti, "Microsoft Yahei",
    "Microsoft JhengHei", "Source Han Sans SC", "Noto Sans CJK SC",
    "Source Han Sans CN", "Noto Sans SC", "Source Han Sans TC",
    "Noto Sans CJK TC", "WenQuanYi Micro Hei", "驿微米黑", "SimSun", sans-serif;
}

button:focus {
  outline: none;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

a,
a:link,
a:visited,
a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
}

img,
input,
select,
button {
  vertical-align: middle;
}

input {
  text-align: center;
}

.clear {
  clear: both;
}

.lf {
  float: left;
}

.rt {
  float: right;
}

/*=========轮播 -- start ========*/

.banner {
  position: relative;
  min-height: 180px;
}

.img-banner {
  width: 1920px;
  height: 460px;
  overflow: hidden;
  position: relative;
}

.img-banner .banner-btn {
  position: absolute;
  bottom: 25px;
  right: 375px;
}

.img-banner .banner-btn button {
  width: 190px;
  height: 50px;
  font-family: ;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 42px;
  border-radius: 25px;
  position: relative;
}

.img-banner > a,
.img-banner .banner-btn button a {
  display: block;
}

.img-banner .banner-btn button:nth-child(1) {
  background-color: #ffffff;
  letter-spacing: 1.6px;
  color: #4a0fa8;
  border: 0;
}

.banner-btn button:nth-child(1) a,
.banner-btn button:nth-child(1) a:hover {
  color: #4a0fa8;
}

.img-banner .banner-btn button:nth-child(1) span {
  width: 7px;
  height: 12px;
  display: inline-block;
  background: url("/PTE/images/buttom_arrow_exc.png") no-repeat;
  position: absolute;
  top: 18px;
  right: 30px;
}

.img-banner .banner-btn button:nth-child(2) {
  border: solid 1px #ffffff;
  background-color: transparent;
  letter-spacing: 1.2px;
  color: #ffffff;
  margin-left: 30px;
}

.img-banner .banner-btn button:nth-child(2) a {
  color: #ffffff;
}

.img-banner .banner-btn button:nth-child(2) span {
  width: 15px;
  height: 17px;
  display: inline-block;
  background: url("/PTE/images/buttom_icon_text.png") no-repeat;
  margin: 0 9px -3px 0;
}

.banner .hd {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 1;
  height: 8px;
  bottom: 20px;
  text-align: center;
}

.banner .hd li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 8px;
  height: 8px;
  line-height: 99px;
  overflow: hidden;
  background: url(/PTE/images/slider-btn.png) 0 -10px no-repeat;
  margin: 0 5px;
  cursor: pointer;
  filter: alpha(opacity=60);
  opacity: 0.6;
}

.banner .hd li.on {
  background-position: 0 0;
  filter: alpha(opacity=100);
  opacity: 1;
}

#banner > a {
  position: absolute;
  display: block;
  width: 21px;
  height: 42px;
  top: 40%;
}

#banner > a.prev {
  left: 150px;
  background: url("/PTE/images/banner_arrow_left.png") no-repeat;
  background-size: 100% auto;
}

#banner > a.next {
  right: 150px;
  background: url("/PTE/images/banner_arrow_right.png") no-repeat;
  background-size: 100% auto;
}

/*=========轮播 -- end ========*/

/*=========榜单板块 -- start ========*/

.crunchies-card-panel {
  position: relative;
  max-width: 1200px;
  height: 285px;
}

.crunchies-card-contentLeft {
  position: absolute;
  top: -135px;
  left: 0;
  display: flex;
  flex-direction: column;
}

.crunchies-card-contentLeft .crunchies-left-top {
  width: 580px;
  height: 220px;
  background-color: #ffffff;
  box-shadow: 0px 5px 10px 0px rgba(51, 51, 51, 0.12);
  border-radius: 8px;
  padding: 10px 30px;
}

.crunchies-card-contentLeft .crunchies-left-top h3 {
  font-family: ;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 42px;
  letter-spacing: 0px;
  color: #5721c3;
}

.crunchies-card-contentLeft .crunchies-left-top h3 span {
  width: 80px;
  height: 24px;
  background-color: #5721c3;
  border-radius: 6px;
  font-family: ;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
}

.crunchies-card-contentLeft .crunchies-left-top ul {
  display: flex;
  justify-content: space-between;
}

.crunchies-card-contentLeft .crunchies-left-top ul li {
  display: flex;
  flex-direction: column;
  border-right: 1px solid #e5e5e5;
  text-align: center;
  font-family: ;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: 0px;
  color: #333333;
  flex: 1;
  padding-top: 15px;
  height: 120px;
}

.crunchies-card-contentLeft .crunchies-left-top ul li:last-child {
  border-right: 0;
}

.crunchies-card-contentLeft .crunchies-left-top ul li span {
  font-size: 42px;
  line-height: 42px;
}

.crunchies-card-contentLeft .crunchies-left-top ul li a {
  width: 80px;
  height: 24px;
  background-color: #5721c3;
  box-shadow: 0px 6px 8px 0px rgba(87, 33, 195, 0.24);
  border-radius: 12px;
  display: block;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  line-height: 24px;
  margin: 0 auto;
}

.crunchies-card-contentLeft .crunchies-left-top .hot-label {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 85px;
}

.crunchies-left-top ul li.new-Count {
  position: relative;
}

.crunchies-left-top ul li.new-Count p {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-family: ;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 42px;
  letter-spacing: 0px;
  color: #ff0000;
}

.crunchies-left-top ul li.new-Count p span {
  width: 19px;
  height: 19px;
  line-height: 19px;
  text-align: center;
  border-radius: 50%;
  background-color: #ff0000;
  font-family: ;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  display: inline-block;
}

.crunchies-card-contentLeft .crunchies-left-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.crunchies-card-contentLeft .crunchies-left-bottom .left-bottom-panel {
  width: 280px;
  height: 175px;
  background-color: #ffffff;
  box-shadow: 0px 5px 10px 0px rgba(51, 51, 51, 0.12);
  border-radius: 8px;
  padding: 15px 20px;
}

.crunchies-left-bottom .left-bottom-panel h3 {
  font-family: ;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #5721c3;
  line-height: 30px;
}

.crunchies-left-bottom .left-bottom-panel > p {
  font-family: ;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #4d4d4d;
  line-height: 26px;
  word-wrap: break-word;
  text-align: justify;
}

.crunchies-left-bottom .left-bottom-panel a:hover > p {
  color: #4d4d4d;
}

.Center-img-a {
  width: 100%;
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Center-img-a > p {
  font-family: ;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #5721c3;
  margin: 0;
}

.Center-img-a > p img {
  width: 18px;
  height: 18px;
  display: inline-block;
  margin: 0 8px 2px 0;
}

.Center-img-a span {
  font-family: ;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
}

.Center-img-a span i {
  color: #5721c3;
  font-style: normal;
}

.left-bottom-panel.Prepare-resources {
  position: relative;
}

.left-bottom-panel.Prepare-resources .xrfl-label {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 60px;
}

.crunchies-card-contentRight {
  position: absolute;
  right: 0;
  top: 15px;
  width: 600px;
  height: 260px;
  background-color: #ffffff;
  box-shadow: 0px 5px 10px 0px rgba(51, 51, 51, 0.12);
  border-radius: 8px;
  border: solid 1px #f7f7f7;
  padding: 5px 20px;
}

.crunchies-card-contentRight > p {
  font-family: ;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #5721c3;
  line-height: 40px;
  border-bottom: 1px solid #f2f2f2;
  margin: 0;
}

.crunchies-card-contentRight ul li {
  display: flex;
  justify-content: space-between;
  font-family: ;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 12px;
  align-items: center;
}

.crunchies-card-contentRight ul li img {
  width: 36px;
  height: 36px;
  background-color: #f2f2f2;
  display: inline-block;
  border-radius: 50%;
}

.crunchies-card-contentRight ul li i {
  font-style: normal;
  height: 15px;
  border-radius: 2px;
  border: solid 1px #5721c3;
  display: inline-block;
  font-size: 10px;
  color: #5721c3;
  line-height: 13px;
  text-align: center;
  width: 45px;
}

.crunchies-card-contentRight ul li span {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.crunchies-card-contentRight ul li span.student-county {
  font-size: 10px;
  color: #808080;
  width: 123px;
}

.crunchies-card-contentRight ul li span.student-name {
  width: 60px;
}

.crunchies-card-contentRight ul li span.student-school {
  width: 143px;
}

.crunchies-card-contentRight ul li span.time-date {
  font-size: 14px;
  color: #808080;
}

.crunchies-card-contentRight ul li label {
  font-family: ;
  font-size: 14px;
  color: #ff8817;
  margin: 0;
}

/*=========榜单板块 -- end ========*/

/*=========Slogan -- start ========*/

.Slogan-box {
  margin: 40px auto 30px auto;
  clear: both;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*=========Slogan -- end ========*/

/*=========公开课 -- start ========*/

.FamousClasses {
  width: 100%;
  display: block;
  margin: 0 auto 3% auto;
  text-align: center;
}

.FamousClasses-textTitle {
  font-family: ;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: 0px;
  color: #333333;
}

.FamousClasses-video img {
  width: 15.62%;
}

.FamousClasses .FamousClasses-video {
  margin: 20px;
}

.FamousClasses .FamousClasses-video img:hover {
  margin-top: -20px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.FamousClasses .p-class {
  font-family: ;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #666666;
  line-height: 30px;
  margin-top: 20px;
  display: block;
  clear: both;
}

.FamousClasses .p-class span {
  color: #510fa8;
}

/*=========公开课 -- end ========*/

/*=========羊驼APP -- start ========*/

.pte-app {
  width: 100%;
  display: block;
  margin: 3% auto 0 auto;
  text-align: center;
  background: url("/PTE/images/BG_APP.png") no-repeat 100% 100%;
  background-position: center;
  padding: 0;
  height: 420px;
}

.pte-app .container {
  position: relative;
  text-align: left;
  padding: 4% 0;
  width: 755px;
}

.pte-app p.pte-app-title {
  font-family: ;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 1.2px;
  color: #ffffff;
  margin: 0 0 10px 0;
}

.pte-app p.pte-app-subtitle {
  font-family: ;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #ffffff;
  margin: 0 0 15px 0;
}

.pte-app .container > a {
  display: block;
  width: 160px;
  height: 40px;
}

.pte-app button {
  width: 160px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 20px;
  font-family: ;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #7d5fe6;
  border: 0;
  cursor: pointer;
}

.pte-app button img {
  width: 13px;
  height: 17px;
  margin: -2px 0 0 20px;
  display: inline-block;
}

/*=========羊驼APP -- end ========*/

/*=========羊驼学员来源与成本投入数据占比统计 -- start ========*/

.pte-cartogram {
  width: 100%;
  height: 470px;
  background: #fff;
  display: block;
  margin: 20px auto 0 auto;
  text-align: center;
}

.pte-cartogram h3 {
  font-family: ;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  line-height: 46px;
}

.pte-cartogram div {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}

.pte-cartogram div img:nth-child(1) {
  width: 409px;
  height: 317px;
}

.pte-cartogram div img:nth-child(2) {
  width: 462px;
  height: 317px;
}

/*=========羊驼学员来源与成本投入数据占比统计 -- end ========*/

/*=========限量考试免费代报名服务 -- start ========*/

.Enrolling-service {
  width: 100%;
  display: block;
  margin: 0 auto 3% auto;
  text-align: center;
  background: url("/PTE/images/Enrolling-BG.png") no-repeat 100% 100%;
  background-position: center;
  padding: 0;
  height: 360px;
  position: relative;
}

.Enrolling-service-panel {
  width: 480px;
  height: 420px;
  background-color: #ffffff;
  box-shadow: 2px 3.5px 11.3px 0.7px rgba(70, 35, 176, 0.18);
  border-radius: 10px;
  position: absolute;
  top: -30px;
  right: 17%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.Enrolling-service-panel h3 {
  font-family: ;
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #7d5fe6;
}

.Enrolling-service-panel p {
  font-family: ;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #4d4d4d;
  margin-top: 10px;
}

.Enrolling-service-panel .inputData-div {
  width: 360px;
  height: 50px;
  margin: 20px auto;
}

.Enrolling-service-panel .inputData-div input {
  width: 360px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 6px;
  border: solid 1px #e5e5e5;
  text-align: left;
  padding: 0 15px;
}

.Enrolling-service-panel .inputData-div input:focus,
.Enrolling-service-panel .inputData-div input:hover {
  border: solid 1px #7d5fe6;
}

.Enrolling-service-panel .layui-form-item.item-select {
  display: flex;
  justify-content: center;
}

.Enrolling-service-panel .layui-form-item .layui-input-inline {
  width: 170px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 6px;
  /*border: solid 1px #e5e5e5;*/
  margin-right: 0;
}

.Enrolling-service-panel .layui-form-item .layui-input-inline:first-child {
  margin-right: 20px;
}

.Enrolling-service-panel .layui-form-item .layui-input-inline input:focus,
.Enrolling-service-panel .layui-form-item .layui-input-inline input:hover {
  border: solid 1px #7d5fe6 !important;
}

.Enrolling-service-panel
  .layui-form-item
  .layui-input-inline
  .layui-form-select
  .layui-input {
  height: 48px;
  border-radius: 6px;
  text-align: left;
}

.Enrolling-service-panel .layui-form-item .layui-form-select dl {
  top: 55px;
  min-height: 170px;
}

.Enrolling-service-panel .layui-form-item .layui-btn {
  width: 360px;
  height: 58px;
  background-color: #7d5fe6;
  border-radius: 6px;
  font-family: ;
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 5px;
}

.Enrolling-service-panel h4 {
  font-family: ;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
}

.Enrolling-service-panel h4 i {
  font-family: ;
  color: #7d5fe6;
  font-style: normal;
}

.Enrolling-information.custom-content-pop.popup_model
  .popup_content
  .popup_pup-code {
  bottom: 171px;
  right: 0;
  left: 0;
  width: 201px;
  margin: 0 auto;
}

.Enrolling-information.custom-content-pop.popup_model .popup_content button {
  position: absolute;
  bottom: 64px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 280px;
  height: 52px;
  background-color: #7d5fe6;
  border-radius: 6px;
  font-family: ;
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  border: 0;
  cursor: pointer;
}

.Enrolling-information.custom-content-pop.popup_model .popup_content h4 {
  position: absolute;
  bottom: 140px;
}

/* 绑定手机号 --start*/

.Enrolling-bindingPhone {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  display: none;
}

.container-infoFull.popup_model {
  width: 360px;
  height: 340px;
  background-color: #ffffff;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  z-index: 102;
  text-align: center;
  margin: 10% auto;
  padding: 10px 0;
  position: relative;
}

.container-infoFull.popup_model img.icon_close1 {
  position: absolute;
  top: -14px;
  right: -14px;
  cursor: pointer;
  width: 34px;
  height: 34px;
  display: inline-block;
}

.container-infoFull .reg-title h4 {
  font-family: ;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #7d5fe6;
  margin: 20px 0 0 0;
}

.container-infoFull .reg-title span {
  font-family: ;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0.6px;
  color: #808080;
}

.container-infoFull .reg-form li {
  width: 295px;
  margin: 0 auto;
  position: relative;
  padding: 13px 0;
  font-family: ;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
}

.container-infoFull .reg-form li.login-phone-li select {
  top: 10px;
  left: 56px;
  width: 70px;
  height: 40px;
  border-radius: 4px;
  border: solid 1px #e5e5e5;
  font-family: ;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1.4px;
  color: #333333;
}

select:focus {
  outline: none;
}

i {
  font-style: normal;
}

.container-infoFull .reg-form li.login-phone-li input.input-ctrol {
  width: 200px;
  height: 40px;
  border-radius: 4px;
  border: solid 1px #e5e5e5;
}

.container-infoFull .reg-form li .input-ctrol {
  clear: both;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  border-radius: 4px;
  height: 42px;
  line-height: 42px;
  text-align: left;
  width: 100%;
  padding-left: 10px;
  font-size: 14px;
  outline: none;
}

.container-infoFull .reg-form li.input-group input.form-control {
  width: 203px;
  height: 40px;
  max-height: 40px;
  padding-left: 10px;
  font-size: 14px;
  outline: none;
  text-align: left;
  box-shadow: none;
  border: solid 1px #e5e5e5;
  border-radius: 4px 0px 0px 4px;
  display: inline-block;
  flex: none;
  position: relative;
}

.input-group {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: stretch;
}

.container-infoFull li p.tips {
  position: absolute;
  right: 10px;
  top: 52px;
  font-family: ;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ff0000;
  margin: 0;
}

.container-infoFull .reg-form li.input-group .input-group-btn button {
  background-color: #735ce6;
  border-radius: 0px 4px 4px 0px;
  height: 40px;
  max-height: 40px;
  border: 0;
  width: 90px;
  letter-spacing: 0px;
}

#login_submit {
  width: 290px;
  height: 40px;
  background-color: #735ce6;
  box-shadow: 0px 6px 10px 0px rgba(115, 92, 230, 0.16);
  border-radius: 4px;
}

/* 绑定手机号 -- end*/

/*=========限量考试免费代报名服务 -- end ========*/

/*=========羊驼PTE - 更多备考指南 -- start ========*/

.Pte-introduced {
  width: 100%;
  height: auto;
  background-color: #f9f7fc;
  padding-bottom: 50px;
}

.Pte-introduced .container {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 3% 0 0 0;
}

.Pte-introduced .container .Pte-container-left {
  margin-right: 52px;
}

.Pte-container-left .Pte-left-title {
  font-family: ;
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 2px;
  color: #5721c3;
}

.Pte-container-left .Pte-left-subtitle {
  font-family: ;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  line-height: 28px;
  word-wrap: break-word;
  text-align: justify;
  margin: 12px 0;
}

.Pte-container-left button {
  width: 180px;
  height: 48px;
  background-color: #ffffff;
  box-shadow: 1.4px 3.8px 10px 0px rgba(81, 15, 168, 0.16);
  border-radius: 24px;
  font-family: ;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #510fa8;
  border: 0;
  cursor: pointer;
}

.Search-Pte-schools.container {
  display: block;
  padding: 30px 0 20px 0;
}

.Search-Pte-schools.container p {
  font-family: ;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
  cursor: pointer;
}

.Search-Pte-schools p img {
  margin-left: 10px;
}

.set-info-panel {
  width: 100%;
  margin: 20px auto 0 auto;
  display: block;
  -webkit-animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 0s;
}

.set-info-panel.search-pte-form {
  display: none;
}

.set-info-panel .set-destination-select {
  display: flex;
  position: relative;
}

.set-info-panel .set-destination-select p.not-found-info {
  font-family: ;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: red;
  position: absolute;
  right: 37px;
  bottom: -34px;
  display: none;
}

.layui-input-block {
  width: 240px;
  margin: 0 23px 0 0;
}

.set-info-panel .layui-form-select .layui-input {
  border: 0;
  width: 240px;
  height: 50px;
  border-bottom: 1px solid #333333;
  font-family: ;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #808080;
  padding-right: 15px;
  background: none;
  border-radius: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.layui-input:hover,
.layui-textarea:hover {
  border-color: #333 !important;
}

.layui-form-select .layui-edge {
  border-top-color: #735ce6;
}

.layui-form-select dl dd.layui-this {
  background-color: #735ce6;
}

.set-info-panel .search-btn {
  width: 180px;
  height: 50px;
  background-color: #735ce6;
  border-radius: 8px;
  font-family: ;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  border: 0;
  margin-left: 20px;
}

.layui-input-block.radio-Total {
  display: flex;
  width: 100%;
}

.layui-input-block.radio-Total .layui-form-radio {
  margin-right: 20px;
}

.layui-form-radio > i {
  margin-right: 8px;
  font-size: 14px;
  color: #7d5fe6;
}

.layui-form-radio > i:hover,
.layui-form-radioed > i {
  color: #7d5fe6;
}

.elite-schools-searched {
  width: 100%;
  height: 300px;
  display: block;
  position: relative;
}

#elite_school_list li {
  float: left;
  width: 480px;
  height: 100px;
  background-color: #ffffff;
  box-shadow: 1.4px 3.8px 12px 0px rgba(81, 15, 168, 0.08);
  border-radius: 6px;
  margin-bottom: 20px;
  cursor: pointer;
}

#elite_school_list li > img {
  width: 100%;
}

#elite_school_list li:nth-child(odd) {
  margin-right: 25px;
}

#paging-device {
  text-align: right;
}

#paging-device a {
  border: 0;
  background: none;
}

#paging-device a i.prev-page {
  width: 13px;
  height: 24px;
  display: inline-block;
  background: url("/PTE/images/arrow_left_2.png") no-repeat;
}

#paging-device a i.next-page {
  width: 13px;
  height: 24px;
  display: inline-block;
  background: url("/PTE/images/arrow_right_2.png") no-repeat;
}

#paging-device a.layui-disabled i.prev-page {
  background: url("/PTE/images/arrow_left_1.png") no-repeat;
}

#paging-device a.layui-disabled i.next-page {
  background: url("/PTE/images/arrow_right_1.png") no-repeat;
}

.set-info-panel .elite-schools-searched p.paging-label {
  position: absolute;
  bottom: 18px;
  right: 92px;
  font-family: ;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #735ce6;
}

/*<!--搜素结果-学校列表-->*/

.search-school-result {
  height: 300px;
  display: none;
  position: relative;
}

.search-school-list li {
  float: left;
  width: 480px;
  height: 100px;
  background-color: #ffffff;
  box-shadow: 1.4px 3.8px 12px 0px rgba(81, 15, 168, 0.08);
  border-radius: 6px;
  margin-top: 20px;
  padding: 0 15px;
  cursor: pointer;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.Search-Pte-schools.container .search-school-list li p {
  font-family: ;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #735ce6;
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  flex: 1;
}

.search-school-list li span {
  font-family: ;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #808080;
}

.search-school-list li:nth-child(odd) {
  margin-right: 25px;
}

.page-info-p {
  position: absolute;
  bottom: 10px;
  right: 0;
  display: flex;
  margin: 10px 10px 0 0;
  align-items: center;
}

.page-info-p span {
  font-family: ;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
}

.page-info-p span i {
  font-style: normal;
  color: #735ce6;
}

.page-info-p > i {
  width: 13px;
  height: 24px;
  display: inline-block;
  margin-left: 25px;
}

.page-info-p > i.prev-info {
  background: url("/PTE/images/arrow_left_2.png") no-repeat;
}

.page-info-p > i.next-info {
  background: url("/PTE/images/arrow_right_2.png") no-repeat;
}

.page-info-p > i.prev-disabled.prev-info {
  cursor: not-allowed;
  background: url("/PTE/images/arrow_left_1.png") no-repeat;
}

.page-info-p > i.next-disabled.next-info {
  cursor: not-allowed;
  background: url("/PTE/images/arrow_right_1.png") no-repeat;
}

/*学校详情*/

.TheSchool-details {
  display: none;
}

.TheSchool-details h3 {
  font-family: ;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  line-height: 48px;
}

.TheSchool-details > span {
  display: block;
  font-family: ;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  line-height: 48px;
}

.Search-Pte-schools.container .TheSchool-details > p {
  font-family: ;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  line-height: 48px;
}

.TheSchool-details > p i {
  font-style: normal;
  font-family: ;
  font-weight: bold;
  color: #735ce6;
  margin-right: 40px;
}

.TheSchool-details > button {
  float: right;
  font-family: ;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #735ce6;
  border: 0;
  background: none;
  cursor: pointer;
}

/*=========羊驼PTE - 更多备考指南 -- end ========*/

/*=========羊驼PTE - PTE备考资料 -- start ========*/

#materials_to_action.bg-gradient-primary {
  background: #fff !important;
}

#materials_to_action.slice-xl {
  padding-top: 1rem;
  padding-bottom: 0rem !important;
}

#materials_to_action .fa-angle-up {
  background: url(/PTE/images/arrow_adv_up.png) no-repeat;
  display: inline-block;
  width: 12px;
  height: 7px;
}

.PTE-test-materials {
  text-align: center;
}

.PTE-test-materials .materials-title {
  font-family: ;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 1.2px;
  color: #7d5fe6;
  margin: 0 0 10px 0;
}

.PTE-test-materials .materials-subtitle {
  font-family: ;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}

.PTE-test-materials ul {
  width: 1000px;
  height: 390px;
  margin: 0 auto;
}

.PTE-test-materials ul li {
  width: 320px;
  height: 150px;
  background-color: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(125, 95, 230, 0.12);
  border-radius: 8px;
  padding: 6px 15px 8px 15px;
  float: left;
  margin-right: 10px;
  text-align: left;
  cursor: pointer;
  margin-top: 20px;
}

.PTE-test-materials ul li:nth-child(3),
.PTE-test-materials ul li:nth-child(6) {
  margin-right: 0;
}

.PTE-test-materials ul li p {
  font-family: ;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
  margin: 0;
}

.PTE-test-materials ul li p span {
  width: 75px;
  height: 18px;
  background-color: #fcb644;
  border-radius: 3px;
  font-family: ;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  margin-left: 10px;
  display: inline-block;
  line-height: 18px;
  text-align: center;
}

.PTE-test-materials ul li > span {
  font-family: ;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0px;
  color: #808080;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  word-wrap: break-word;
  text-align: justify;
}

.PTE-test-materials ul li button {
  width: 108px;
  height: 30px;
  line-height: 30px;
  background-color: #ffffff;
  border-radius: 15px;
  border: solid 1px #7d5fe6;
  margin: 16px auto;
  font-family: ;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #7d5fe6;
  display: block;
  box-sizing: border-box;
  cursor: pointer;
}

.PTE-test-materials ul li:hover {
  border: solid 2px #7d5fe6;
}

.PTE-test-materials ul li:hover > span {
  color: #7d5fe6;
}

.PTE-test-materials ul li:hover button {
  background-color: #7d5fe6;
  border: 0;
  color: #ffffff;
}

/*=========羊驼PTE - PTE备考资料-- end ========*/

/*=========羊驼课堂 -- start ========*/

.slice-xl {
  padding-top: 4.5rem;
  padding-bottom: 16rem !important;
}

#sct_call_to_action {
  margin-bottom: 9rem;
}

#sct_call_to_action .fa-angle-up {
  background: url(/PTE/images/arrow_adv_up.png) no-repeat;
  display: inline-block;
  width: 12px;
  height: 7px;
}

#sct_call_to_action .text-white {
  font-family: ;
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 8px;
  color: #ffffff;
  margin-bottom: 5px;
}

#sct_call_to_action p.lead {
  font-family: ;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 1.4px;
  color: #ffffff;
}

#sct_call_to_action .floating-icon {
  width: 120px;
  height: 120px;
}

#sct_call_to_action .floating-icon:nth-child(1) {
  top: 35px;
  left: 80px;
}

#sct_call_to_action .floating-icon:nth-child(2) {
  top: 190px;
  left: 220px;
}

#sct_call_to_action .floating-icon:nth-child(3) {
  top: 165px;
  right: 425px;
  left: auto;
}

#sct_call_to_action .floating-icon:nth-child(4) {
  top: 140px;
  right: 88px;
  left: auto;
}

#sct_call_to_action .floating-icon:nth-child(5) {
  top: 140px;
  left: -60px;
}

#sct_call_to_action .floating-icon:nth-child(6) {
  top: 75px;
  left: 400px;
}

#sct_call_to_action .floating-icon:nth-child(7) {
  top: 25px;
  left: auto;
  right: 260px;
}

#sct_call_to_action .floating-icon:nth-child(8) {
  top: 40px;
  left: auto;
  right: -65px;
}

/*<!-- 羊驼PTE - 学PTE，到羊驼 -- start -->*/

.study-pte-alpaca {
  text-align: center;
  margin: 20px auto;
}

.study-pte-alpaca > h3 {
  font-family: ;
  font-size: 38px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 3.8px;
  color: #7d5fe6;
  margin: 10px 0;
  /*text-shadow: 4px 6.9px 8px rgba(125, 95, 230, 0.24);*/
}

.study-pte-alpaca > p {
  font-family: ;
  font-size: 26.2px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 2.6px;
  color: #333333;
}

.study-pte-alpaca .pte-alpaca-panel {
  width: 997px;
  height: 500px;
  position: relative;
  background: url("/PTE/images/Course-upgrade-1.png") no-repeat;
  background-position: center;
  margin: 0 auto;
}

.study-pte-alpaca .pte-alpaca-panel div.list-item {
  width: 250px;
  text-align: center;
  position: absolute;
}

.study-pte-alpaca .pte-alpaca-panel div.list-item p {
  font-family: ;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #666666;
  line-height: 26px;
  text-align: center;
  word-wrap: break-word;
}

.study-pte-alpaca .pte-alpaca-panel div.list-item h3 {
  font-family: ;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1.5px;
  color: #7d5fe6;
  line-height: 52px;
}

.study-pte-alpaca .pte-alpaca-panel div.list-item h4 {
  font-family: ;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #7d5fe6;
  margin-bottom: 5px;
}

.study-pte-alpaca .pte-alpaca-panel div.list-item-01 {
  top: 25px;
  left: 180px;
}

.study-pte-alpaca .pte-alpaca-panel div.list-item-02 {
  top: 25px;
  right: 185px;
  width: 260px;
}

.study-pte-alpaca .pte-alpaca-panel div.list-item-03 {
  bottom: 43px;
  left: -18px;
  width: 220px;
}

.study-pte-alpaca .pte-alpaca-panel div.list-item-04 {
  bottom: 15px;
  left: 365px;
}

.study-pte-alpaca .pte-alpaca-panel div.list-item-05 {
  bottom: 45px;
  right: -2px;
}

.study-pte-alpaca .pte-alpaca-panel div.list-item-02 h3 {
  color: #702ec8;
}

.study-pte-alpaca .pte-alpaca-panel div.list-item-04 h3 {
  font-family: ;
  color: #843ee1;
}

.study-pte-alpaca .pte-alpaca-panel div.list-item-05 h3 {
  font-family: ;
  color: #5014a1;
}

.study-pte-alpaca .pte-alpaca-panel div.list-item-02 h4 {
  color: #702ec8;
}

.study-pte-alpaca .pte-alpaca-panel div.list-item-03 h4 {
  font-family: ;
  font-size: 24px;
  font-weight: normal;
  color: #a68cff;
}

.study-pte-alpaca .pte-alpaca-panel div.list-item-04 h4 {
  color: #843ee1;
}

/*<!-- 羊驼PTE - 学PTE，到羊驼 -- end -->*/

/*<!-- 羊驼PTE - 羊驼自创教学体系 -- start -->*/

.Exclusive-teachSystem {
  width: 100%;
  height: 690px;
  background: url("/PTE/images/BG-tixi.png") no-repeat;
  background-position: center;
  margin: 10px auto;
  text-align: center;
  padding: 30px 0;
}

.Exclusive-teachSystem > h3 {
  font-family: ;
  font-size: 38px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 42px;
  letter-spacing: 3.8px;
  color: #7d5fe6;
  margin-bottom: 15px;
}

.Exclusive-teachSystem > p {
  font-family: ;
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 42px;
  letter-spacing: 0px;
  color: #333;
  text-align: left;
  width: 810px;
  margin: 0 auto;
}

.Exclusive-teachSystem > p span {
  color: #7d5fe6;
}

.Exclusive-teachSystem ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 990px;
  margin: 80px auto 10px auto;
}

.Exclusive-teachSystem ul li {
  width: 319px;
  height: 383px;
  background-color: #ffffff;
  box-shadow: 0px 5px 10px 0px rgba(111, 89, 217, 0.12);
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.Exclusive-teachSystem ul li img {
  margin: 65px 0 50px 0;
}

.Exclusive-teachSystem ul li h4 {
  font-family: ;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #000000;
  margin-bottom: 20px;
}

.Exclusive-teachSystem ul li p {
  font-family: ;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 36px;
  color: #000000;
}

/*<!-- 羊驼PTE - 羊驼自创教学体系 -- end -->*/

/*<!-- 羊驼PTE - 短期高效提分 -- start -->*/

.Short-efficient-points {
  margin: 30px auto;
}

.Short-efficient-points > h3 {
  font-family: ;
  font-size: 38px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #7d5fe6;
  text-align: center;
  margin: 15px auto;
}

.Short-efficient-points > p.fontSize-subtitle {
  font-family: ;
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #000000;
  text-align: center;
}

.Short-efficient-points > img {
  width: 100%;
  height: auto;
  margin: 40px auto 10px auto;
}

.Short-efficient-points > p.text {
  font-family: ;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
}

.Short-efficient-points > p.text span {
  color: #6f59d9;
}

/*<!-- 羊驼PTE - 短期高效提分 -- end -->*/

/*<!-- 羊驼PTE - 更贴心的学习辅导 -- start -->*/

.More-study-guidance {
  margin: 40px auto;
  width: 1040px;
  text-align: center;
}

.More-study-guidance h3 {
  font-family: ;
  font-size: 38px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 42px;
  letter-spacing: 0px;
  color: #7d5fe6;
}

.More-study-guidance .study-guidance-panel {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.More-study-guidance .study-guidance-panel .slider {
  position: relative;
}

.More-study-guidance .study-guidance-panel .slider ul li img {
  max-width: 320px;
  max-height: 400px;
}

.More-study-guidance .study-guidance-panel .slider_hd {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.More-study-guidance .study-guidance-panel .slider_hd li {
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border: solid 1px #7d5fe6;
  margin: 0 1px;
}

.More-study-guidance .study-guidance-panel .slider_hd li.on {
  background-color: #7d5fe6;
}

.More-study-guidance .study-guidance-panel > div {
  width: 320px;
}

.More-study-guidance .study-guidance-panel > div p {
  font-family: ;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 27px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 10px;
  text-align: center;
}

.More-study-guidance > h4 {
  font-family: ;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #7d5fe6;
  text-align: center;
  margin: 20px auto;
}

.More-study-guidance > ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}

.More-study-guidance > ul li {
  width: 480px;
  height: 72px;
  background-color: #fff;
  box-shadow: 3px 5.2px 8px 0px rgba(125, 95, 230, 0.12);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 12px;
  padding: 0 10px;
  cursor: pointer;
}

.More-study-guidance > ul li.active {
  background-color: #7d5fe6;
}

.More-study-guidance > ul li .photo {
  width: 40px;
  height: 40px;
  background-color: #eeeeee;
  border-radius: 50%;
}

.More-study-guidance > ul li > div {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.More-study-guidance > ul li > span {
  font-family: ;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #7d5fe6;
  margin-left: 8px;
}

.More-study-guidance > ul li.active > span {
  color: #ffffff;
}

.More-study-guidance > ul li div span {
  width: 280px;
  height: 2px;
  display: block;
  background-color: #f2f2f2;
  border-radius: 1px;
  margin-left: 8px;
}

.More-study-guidance > ul.audioPanel .audioSlider-box {
  position: relative;
  width: 280px;
  /*margin-left: 8px;*/
}

.More-study-guidance > ul.audioPanel .audio-slider {
  width: 280px;
  height: 2px;
  border-radius: 1px;
  background-color: #fff;
  position: absolute;
  top: -1px;
  left: 8px;
  cursor: pointer;
}

.More-study-guidance > ul.audioPanel .audio-slider .layui-slider {
  height: 2px;
  border-radius: 1px;
  background-color: #eeebf7;
}

.More-study-guidance > ul.audioPanel .audio-slider .layui-slider-wrap-btn {
  border: solid 1px #ffffff !important;
  width: 10px;
  height: 10px;
}

.More-study-guidance > ul.audioPanel .audio-slider .layui-slider-wrap {
  top: -17px;
}

/*<!-- 羊驼PTE - 更贴心的学习辅导 -- end -->*/

/*<!-- 羊驼PTE - 羊驼优质课程 -- start -->*/

.Yangtuo-Class {
  width: 100%;
  height: 450px;
  background-color: #fff;
  text-align: center;
}

.Yangtuo-Class .Course {
  width: 100px;
  height: 35px;
  background-color: #dff8e4;
  border-radius: 17.5px;
  font-family: ;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 35px;
  letter-spacing: 0px;
  color: #36cb4f;
  display: block;
  text-align: center;
  margin: 0 auto;
}

.Yangtuo-Class .Yangtuo-Class-title {
  font-family: ;
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 2.8px;
  color: #333333;
  margin: 30px 0 10px 0;
}

.Yangtuo-Class .Yangtuo-Class-title span {
  font-family: ;
  font-weight: Bold;
}

.Yangtuo-Class .Yangtuo-Class-msg {
  font-family: ;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #666666;
}

.Yangtuo-Class-con {
  width: 100%;
  margin: 30px auto 0 auto;
  display: flex;
  justify-content: space-around;
  padding: 0 60px;
}

.Yangtuo-Class-con > a {
  display: flex;
  flex-direction: column;
  width: 260px;
  background-color: #ffffff;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.04);
  border-radius: 5px;
}

.Yangtuo-Class-con > a .Class-pic_course {
  width: 260px;
  height: auto;
  display: block;
}

.Yangtuo-Class-con h3 {
  font-family: ;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 4px;
  color: #333333;
  margin: 15px 0 10px 0;
}

.Yangtuo-Class-con p {
  font-family: ;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #333333;
}

.Yangtuo-Class-con div.class-info {
  display: flex;
  flex-direction: row;
  margin-top: 5px;
}

.Yangtuo-Class-con div.class-info {
  width: 100%;
  height: 56px;
  border-top: 1px solid #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
}

.Yangtuo-Class-con div.class-info span {
  font-family: ;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #7d5fe6;
}

.Yangtuo-Class-con div.class-info img {
}

.Yangtuo-Class-con div.class-info p {
  font-family: ;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 1.4px;
  color: #3399ff;
  margin: 0;
}

.Yangtuo-Class-con div.class-info:nth-child(3) {
  margin-right: 0;
}

.Yangtuo-Class-con div.class-info:nth-child(3) h2 {
  letter-spacing: 0;
}

.Yangtuo-Class-con a:hover {
  margin-top: -20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*=========羊驼课堂 -- end ========*/

/*=========羊驼老师 -- start ========*/

#teacher_to_action.bg-gradient-primary {
  background: #fff !important;
  padding-bottom: 0 !important;
  padding-top: 1rem !important;
}

#teacher_to_action .fa-angle-up {
  background: url(/PTE/images/arrow_adv_up.png) no-repeat;
  display: inline-block;
  width: 12px;
  height: 7px;
}

.textTitle {
  font-family: ;
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 42px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
}

.teacher-bacground {
  background-color: #fafcfe;
  height: auto;
  margin-top: 110px;
  padding-bottom: 20px;
}

.teacher-bacground .teacher-wangP.container {
  position: relative;
  height: 310px;
  padding-top: 20px;
}

.teacher-mainUrl {
  width: 240px;
  float: left;
  position: absolute;
  bottom: 0;
  left: 48px;
  display: none;
}

.courses-teacher {
  text-align: left;
  position: absolute;
  top: -83px;
  right: 40px;
  width: 71%;
}

.courses-teacher-name {
  width: 70%;
  height: 84px;
  border-bottom: 2px solid #b3b3b3;
}

.courses-teacher .courses-teacher-name p {
  font-family: ;
  font-size: 42px;
  font-weight: Bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #000000;
  float: left;
}

.courses-teacher .courses-teacher-name span {
  float: left;
  font-family: ;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 8.7px;
  letter-spacing: 3.6px;
  color: #000000;
  margin: 38px 0 0 40px;
  display: block;
}

.courses-teacher .teacher-msg ul {
  margin-top: 2%;
  display: block;
  height: 35px;
}

.courses-teacher .teacher-msg ul li {
  width: 57px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
  font-family: ;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1.6px;
  color: #000;
  margin-right: 20px;
  float: left;
}

.courses-teacher ul li.active {
  color: #fff;
  background-color: #332e36;
  border-radius: 4px;
}

.courses-teacher .courses-teacher-content {
  margin-top: 10px;
  font-family: ;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #1a1a1a;
  line-height: 30px;
  height: 120px;
  text-align: justify;
}

.courses-teacher .courses-teacher-content span {
  display: block;
}

.teacher-minImg {
  width: 100%;
  margin-top: 16px;
  height: 150px;
}

.teacher-minImg ul {
  display: flex;
  justify-content: space-between;
}

.teacher-minImg ul li {
  position: relative;
  width: 85px;
  text-align: center;
}

.teacher-minImg ul li a p {
  font-family: ;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #000000;
  margin-top: 95px;
}

.teacher-minImg div {
  position: absolute;
  top: 0;
  left: 0;
}

.more-teacher.container {
  padding-left: 60px;
  text-align: center;
  margin-top: 30px;
}

.teacher-excellent {
  width: 100%;
}

.teacher-excellent ul {
  display: flex;
  justify-content: space-around;
  text-align: center;
  margin: 30px 0;
}

.teacher-excellent ul li:nth-child(5),
.teacher-excellent ul li:nth-child(10) {
  margin-right: 0;
}

.teacher-excellent ul li img {
  width: 110px;
}

.teacher-excellent ul li p {
  color: #000;
  font-size: 20px;
  margin-top: 10px;
  margin-left: 8%;
}

.teacher-excellent > p {
  font-size: 34px;
  color: #000;
}

.teacher-minImg a:hover .front,
.teacher-minImg a:focus .front,
.teacher-minImg li.cur .front {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
}

.teacher-minImg .front {
  z-index: 2;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s linear;
  -moz-transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
  -moz-transition: -moz-transform 0.3s linear;
}

.teacher-minImg a:hover .back,
.teacher-minImg a:focus .back,
.teacher-minImg li.cur .back {
  z-index: 3;
  zoom: 1;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
}

.teacher-minImg .back {
  z-index: 1;
  -webkit-transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s linear;
  -moz-transform: rotateY(-180deg);
  -moz-transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
  -moz-transition: -moz-transform 0.3s linear;
  -o-transform: rotateY(-180deg);
  -o-transform-style: preserve-3d;
  -o-backface-visibility: hidden;
  -o-transition: -o-transform 0.3s linear;
  -ms-transform: rotateY(-180deg);
  -ms-transform-style: preserve-3d;
  -ms-backface-visibility: hidden;
  -ms-transition: -ms-transform 0.3s linear;
}

.teacher-msg {
  display: none;
}

.active-yangtuo {
  display: block;
}

.slider_hd li {
  display: inline-block;
  zoom: 1;
  width: 29px;
  height: 29px;
  line-height: 99px;
  overflow: hidden;
  margin: 0 5px;
  cursor: pointer;
  border: 8px solid #cccccc;
  border-radius: 50%;
}

.slider_hd li.on {
  border-color: #ffe864;
}

/*=========羊驼老师 -- end ========*/

/*=========学员案例 -- start ========*/

.student-Mcase {
  margin: 60px auto;
}

.student-Mcase p {
  font-family: ;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 1.6px;
  color: #333333;
  text-align: center;
  margin-bottom: 40px;
}

.student-Mcase .swiper-container {
  padding-bottom: 40px;
}

.student-Mcase .swiper-pagination-bullet-active {
  background: #430fa8;
}

/*=========学员案例 -- end ========*/

/* <!--羊驼大事件 - 荣誉墙 -- start-->*/

.The-alpaca-affair {
  width: 100%;
  height: 1080px;
  background: url("/PTE/images/BG.png") no-repeat;
  margin-bottom: 40px;
  clear: both;
  padding-top: 40px;
}

.The-alpaca-affair p.textTitle {
  margin-bottom: 25px;
  letter-spacing: 3.6px;
}

#timer-shaft {
  display: block;
  margin: 0 auto;
  width: 1000px;
  position: relative;
}

#timer-shaft > img {
  display: block;
  margin: 0 auto;
  width: 112px;
  height: 902px;
}

#timer-shaft .affair-time {
  position: absolute;
  left: auto;
  right: 0;
  top: 100px;
  width: 427px;
  word-break: break-word;
  text-align: justify;
}

#timer-shaft .affair-time:nth-child(odd) {
  left: 0;
  right: auto;
  width: 439px;
}

#timer-shaft .affair-time p.compose-right {
  height: 20px;
}

#timer-shaft .affair-time span.span-time {
  width: 80px;
  height: 20px;
  line-height: 20px;
  background-color: #ffc619;
  border-radius: 4px;
  display: block;
  font-family: ;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
}

#timer-shaft .affair-time p {
  font-family: ;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  margin: 0;
}

#timer-shaft .affair-time p > span {
  color: #3377ff;
}

#timer-shaft .affair-time > a {
  font-family: ;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #1966ff;
}

#timer-shaft .affair-time > a img {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

#timer-shaft .affair-time.affair-time-02 {
  top: 137px;
}

#timer-shaft .affair-time.affair-time-03 {
  top: 217px;
}

#timer-shaft .affair-time.affair-time-04 {
  top: 270px;
}

#timer-shaft .affair-time.affair-time-04 .affair-time-img {
  width: 388px;
  height: 163px;
  display: block;
  margin-top: 15px;
}

#timer-shaft .affair-time.affair-time-05 {
  top: 393px;
}

#timer-shaft .affair-time.affair-time-05 .affair-img {
  display: flex;
  flex-direction: row;
}

#timer-shaft .affair-time.affair-time-05 .affair-time-img {
  width: 220px;
  height: 130px;
  display: block;
  margin-top: 5px;
}

#timer-shaft .affair-time.affair-time-05 .affair-time-img:nth-child(2) {
  width: 210px;
}

#timer-shaft .affair-time.affair-time-06 {
  top: auto;
  bottom: 176px;
}

#timer-shaft .affair-time.affair-time-07 {
  top: auto;
  bottom: 40px;
}

#timer-shaft .affair-time.affair-time-07 .affair-time-img {
  width: 410px;
  height: 130px;
  display: block;
  margin-top: 5px;
}

#timer-shaft .affair-time.affair-time-08 {
  top: auto;
  bottom: 52px;
}

/* <!--羊驼大事件 - 荣誉墙 -- end-->*/

/* <!--羊驼大事件 - 新版 -- start-->*/

.TheAlpaca-incident-box {
  width: 100%;
  height: 750px;
  background: url("/PTE/images/BG-Even.png") no-repeat;
  background-position: center;
  margin-bottom: 40px;
  clear: both;
  display: flex;
  align-items: center;
}

.TheAlpaca-incident p.textTitle {
  margin-bottom: 25px;
  letter-spacing: 3.6px;
}

.TheAlpaca-incident-box .TheAlpaca-incident-slide {
  width: 1200px;
  height: 750px;
  margin: 0 auto;
  position: relative;
}

.TheAlpaca-incident-box .TheAlpaca-incident-bd {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  height: 750px;
  position: relative;
}

.TheAlpaca-incident-box .TheAlpaca-incident-bd:before {
  width: 1200px;
  height: 2px;
  background-color: #ffffff;
  content: "";
  position: absolute;
  top: 50%;
}

.TheAlpaca-incident-box .TheAlpaca-incident-bd li {
  position: relative;
  height: 750px;
  width: 240px;
}

.TheAlpaca-incident-box .TheAlpaca-incident-bd li .Box-postion {
  position: absolute;
  /*width: max-content;*/
  /*height: max-content;*/
  z-index: 100;
  display: flex;
  align-items: flex-end;
  height: 460px;
}

.TheAlpaca-incident-box .TheAlpaca-incident-bd li:nth-child(odd) .Box-postion {
  align-items: flex-start;
  top: 292px;
}

.TheAlpaca-incident-box .TheAlpaca-incident-bd li .content-box {
  width: 240px;
  height: max-content;
  background: rgba(255, 255, 255, 0.24);
  border-radius: 4px;
  padding: 8px 15px 12px 15px;
  position: relative;
}

.TheAlpaca-incident-box .TheAlpaca-incident-bd li .content-box:before {
  position: absolute;
  top: 0;
  left: 45%;
  z-index: 1;
  display: block;
  margin-top: -15px;
  width: 0;
  border-width: 0 12px 15px;
  border-style: solid;
  border-color: transparent transparent rgba(255, 255, 255, 0.24);
  /*透明 透明  灰*/
  content: "";
}

.TheAlpaca-incident-box .TheAlpaca-incident-bd li .content-box:hover:before {
  border-color: transparent transparent rgba(255, 255, 255, 1);
  /*透明 透明  灰*/
}

.TheAlpaca-incident-box
  .TheAlpaca-incident-bd
  li:nth-child(odd)
  .content-box:before {
  top: 0;
  bottom: auto;
}

.TheAlpaca-incident-box
  .TheAlpaca-incident-bd
  li:nth-child(even)
  .content-box:before {
  top: auto;
  bottom: 0;
  margin-bottom: -15px;
  border-width: 15px 12px 0;
  border-color: rgba(255, 255, 255, 0.24) transparent transparent;
  /*灰 透明 透明 */
}

.TheAlpaca-incident-box
  .TheAlpaca-incident-bd
  li:nth-child(even)
  .content-box:hover:before {
  border-color: rgba(255, 255, 255, 1) transparent transparent;
  /*灰 透明 透明 */
}

.TheAlpaca-incident-box .TheAlpaca-incident-bd li .content-box h3 {
  font-family: ;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #ffffff;
}

.TheAlpaca-incident-box .TheAlpaca-incident-bd li .content-box p,
.TheAlpaca-incident-box .TheAlpaca-incident-bd li .content-box a {
  font-family: ;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: justify;
}

.TheAlpaca-incident-box .TheAlpaca-incident-bd li .content-box a {
  position: relative;
  padding-left: 14px;
  margin-top: 5px;
}

.TheAlpaca-incident-box .TheAlpaca-incident-bd li .content-box a:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 11px;
  height: 11px;
  background: url("/PTE/images/icon_link_W.png") no-repeat;
}

.TheAlpaca-incident-box .TheAlpaca-incident-bd li .content-box:hover {
  background: rgba(255, 255, 255, 1);
}

.TheAlpaca-incident-box .TheAlpaca-incident-bd li .content-box:hover h3,
.TheAlpaca-incident-box .TheAlpaca-incident-bd li .content-box:hover p {
  color: #333333;
}

.TheAlpaca-incident-box .TheAlpaca-incident-bd li .content-box:hover a {
  color: #1376f8;
}

.TheAlpaca-incident-box .TheAlpaca-incident-bd li .content-box:hover a:before {
  background: url("/PTE/images/icon_link_B.png") no-repeat;
}

.TheAlpaca-incident-box .TheAlpaca-incident-bd li .content-box .img-Box {
  margin-top: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  cursor: pointer;
}

.TheAlpaca-incident-box
  .TheAlpaca-incident-bd
  li
  .content-box
  .img-Box
  img.img2 {
  width: 49%;
  height: auto;
}

.TheAlpaca-incident-box .TheAlpaca-incident-bd li label {
  font-family: ;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 42px;
  letter-spacing: 0px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
  height: 125px;
}

.TheAlpaca-incident-box .TheAlpaca-incident-bd li label img {
  width: 24px;
  height: 24px;
  display: block;
  margin: 12px 0;
}

.TheAlpaca-incident-box .TheAlpaca-incident-slide > a {
  position: absolute;
  display: block;
  width: 64px;
  height: 64px;
  top: 46%;
}

.TheAlpaca-incident-box .TheAlpaca-incident-slide > a.prev {
  left: -64px;
  background-image: url(/PTE/images/arrow_left-1.png);
  background-repeat: no-repeat;
}

.TheAlpaca-incident-box .TheAlpaca-incident-slide > a.prev:hover {
  background-image: url(/PTE/images/arrow_left-2.png);
}

.TheAlpaca-incident-box .TheAlpaca-incident-slide > a.next {
  right: -64px;
  background-image: url(/PTE/images/arrow_right-1.png);
  background-repeat: no-repeat;
}

.TheAlpaca-incident-box .TheAlpaca-incident-slide > a.next:hover {
  background-image: url(/PTE/images/arrow_right-2.png);
}

/* <!--羊驼大事件 - 新版 -- end-->*/

/* <!-- 多地线下实体分校 -- start-->*/

.school-class-offline {
  width: 100%;
  display: block;
  margin: 0 auto;
  text-align: center;
  height: 620px;
}

.school-class-offline span.school-class-span {
  width: 64px;
  height: 32px;
  background-color: #dff8e4;
  border-radius: 16px;
  font-family: ;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #36cb4f;
  display: block;
  line-height: 32px;
  text-align: center;
  margin: 30px auto 20px auto;
}

.school-class-offline p.class-offline-title {
  font-family: ;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #510fa8;
}

.school-class-offline p.class-offline-title span {
  font-family: ;
}

.school-class-offline p.class-offline-text {
  font-family: ;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #666666;
}

.school-class-offline p.class-offline-text span {
  display: block;
}

.school-class-offline .campusName-panel {
  width: 380px;
  margin: 20px auto 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.school-class-offline .campusName-panel li {
  display: block;
  margin: 0 10px 12px 0;
}

.school-class-offline .campusName-panel li a,
.school-class-offline .campusName-panel li.popUpEffect {
  width: 72px;
  height: 30px;
  line-height: 30px;
  background-color: #cfc2ff;
  border-radius: 4px;
  font-family: ;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
  display: block;
  cursor: pointer;
}

.school-class-offline .campusName-panel li.text-md a,
.school-class-offline .campusName-panel li.text-md.popUpEffect {
  font-size: 14px;
}

.school-class-offline .campusName-panel li a:hover,
.school-class-offline .campusName-panel li.popUpEffect:hover {
  background-color: #7d5fe6;
  color: #ffffff;
}

.school-class-offline .school-class-box {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  margin: 15px auto 0 auto;
  height: 330px;
  position: relative;
}

.school-class-offline .school-class-box .tempWrap {
  width: 1185px !important;
}

.school-class-offline .school-class-box .school-class-list {
  width: 224px;
  height: 320px;
  background-color: #ffffff;
  border-radius: 6px;
  box-shadow: 6px 7.4px 12px -3px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  margin: 0 9px 10px 4px;
  float: left;
}

.school-class-offline .school-class-box > a {
  position: absolute;
  display: block;
  width: 35px;
  height: 59px;
  top: 35%;
}

.school-class-offline .school-class-box > a.prev {
  left: -80px;
  background-image: url(/PTE/images/arrow_leftSchool.png);
  background-repeat: no-repeat;
}

.school-class-offline .school-class-box > a.next {
  right: -60px;
  background-image: url(/PTE/images/arrow_rightSchool.png);
  background-repeat: no-repeat;
}

.school-class-box .school-class-list img {
  width: 224px;
  height: 200px;
  display: block;
  background-color: #aaaaaa;
  border-radius: 6px 6px 0px 0px;
}

.school-class-box .school-class-list h3 {
  font-family: ;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #510fa8;
  text-align: center;
  margin: 12px 0 8px 0;
}

.school-class-box .school-class-list p {
  font-family: ;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: 0px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  margin: 0 8px;
  text-align: left;
  height: 44px;
}

.school-class-box .school-class-list span {
  font-family: ;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0px;
  color: #999999;
  margin: 10px 8px 0 8px;
  text-align: left;
  width: 100%;
  display: block;
}

.school-class-box .school-class-list span.wei-xin-hao {
  margin-top: 0;
}

.School-Introduce-info {
  display: none;
  background-color: rgba(3, 0, 0, 0.75);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
}

.School-Introduce-info img.School-pic_close {
  position: absolute;
  top: 60px;
  right: 0;
  width: 100px;
  height: 100px;
  display: block;
  cursor: pointer;
}

.School-Introduce-info .swiper-container {
  width: 64%;
  height: auto;
  display: block;
  margin: 8% auto 0 auto;
}

.School-Introduce-info .swiper-container .swiper-wrapper {
  width: 100%;
  height: 500px;
  margin: 0 auto;
}

.School-Introduce-info .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  margin: 0 auto;
  display: block;
}

.School-Introduce-info .swiper-slide img {
  width: auto;
  height: auto;
  max-width: 900px;
  max-height: 500px;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
}

.School-Introduce-info .swiper-page-text {
  width: 100%;
  display: flex;
  justify-content: center;
  font-family: ;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #f7f7f7;
  margin-top: 15px;
}

.School-Introduce-info .swiper-page-text i {
  font-style: normal;
}

.School-Introduce-info .swiper-pagination.swiper-pagination-fraction {
  width: 60px;
  display: inline-block;
  position: static;
}

.School-Introduce-info p.Introduce-info-msg {
  width: 900px;
  font-family: ;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #f7f7f7;
  margin: 10px auto;
  line-height: 24px;
  word-break: break-word;
  text-align: justify;
}

.swiper-container-school .swiper-button-next:focus,
.swiper-button-prev:focus {
  outline: none;
}

.School-Introduce-swiper .swiper-button-next {
  background-image: url("/PTE/images/arrow_right.png");
}

.School-Introduce-swiper .swiper-button-prev {
  background-image: url("/PTE/images/arrow_left.png");
}

.School-Introduce-swiper .swiper-button-next,
.swiper-button-prev {
  width: 36px;
  height: 57px;
}

/* <!-- 多地线下实体分校 -- end-->*/

/*<!-- 全球普遍认可-start -->*/

.PteUniversities-bg {
  width: 100%;
  height: 420px;
  background-color: #f7f7f7;
  padding-top: 35px;
}

.PteUniversities-cont {
  width: 100%;
  display: block;
  margin: 0 auto;
  height: 380px;
  padding: 0;
}

.PteUniversities-cont .textTitle {
  margin-bottom: 20px;
}

.PteUniversities-cont ul {
  display: flex;
  justify-content: space-between;
  margin: 40px 0 40px -28px;
}

.PteUniversities-cont ul li:hover {
  margin-top: -20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*<!-- 全球普遍认可-end -->*/

/*<!-- 媒体报道-start -->*/

.media-report {
  width: 100%;
  display: block;
  margin: 0 auto;
  height: 360px;
  padding: 35px 0 0 0;
}

.media-report .textTitle {
  margin-bottom: 30px;
}

/*<!-- 媒体报道-end -->*/

/*<!-- 合作伙伴-end -->*/

.cooperative-partner {
  text-align: center;
  margin-bottom: 60px;
  padding: 10px 0 0 0;
}

.cooperative-partner .textTitle {
  margin-bottom: 30px;
}

.cooperative-partner div {
  display: flex;
  justify-content: center;
}

.cooperative-partner a {
  margin-bottom: 10px;
  display: inline-block;
}

/*<!-- 合作伙伴-end -->*/

/*<!-- 底部-start -->*/

.footer.footer-dark {
  margin-top: 110px;
  position: relative;
  height: 600px;
  background-image: linear-gradient(90deg, #500fa8 0%, #3b0fa8 100%),
    linear-gradient(#a0a0a0, #a0a0a0);
  background-blend-mode: normal, normal;
}

.slice.slice-lg {
  padding-top: 2rem;
}

/* <!--羊驼平台其他-->*/

.Alpaca-platform {
  position: absolute;
  display: flex;
  justify-content: space-between;
  top: -55px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0;
}

.pt-md {
  padding-top: 7rem !important;
}

.footer-dark p.text-sm {
  font-family: ;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-bottom: 10px;
}

.footer-dark .list-unstyled li a {
  font-family: ;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #ffffff;
}

.footer-dark .footer-button {
  margin-top: 5rem !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  vertical-align: center;
}

.justify-content-center {
  margin: 20px 0 !important;
}

.justify-content-center li {
  width: 60px;
  text-align: center;
}

.copyright-webp {
  font-family: ;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 1.4px;
  color: #cccccc;
}

.copyright-webp span {
  color: #ffffff;
}

.footer-hover {
  position: relative;
}

.footer-hover-img {
  position: absolute;
  top: -78px;
  right: -195px;
  display: none;
  z-index: 100;
}

.footer-hover-img.footer-hover-img-weChat {
  position: absolute;
  top: -152px;
  right: -45px;
  width: 231px;
  height: 158px;
  background: url("/PTE/images/bottom_hover.png") no-repeat 100% 100%;
}

.footer-hover-img.footer-hover-img-weChat > div {
  width: 52%;
  display: flex;
  flex-direction: column;
  float: right;
  align-items: center;
  padding-top: 5px;
}

.footer-hover-img.footer-hover-img-weChat img {
  width: 100px;
  height: auto;
}

.footer-hover-img.footer-hover-img-weChat span {
  font-family: ;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 10px;
  letter-spacing: 0px;
  color: #510fa8;
}

.footer-hover:hover .footer-hover-img {
  display: block;
}

.ml-lg-auto,
.mx-lg-auto {
  margin-left: 0 !important;
}

.Alpaca-code {
  display: flex;
  justify-content: space-between;
  width: 38%;
  flex: 0 0 38%;
  margin-left: 2%;
}

.Alpaca-code div img {
  width: 130px;
  height: 130px;
  display: inline-block;
}

.Alpaca-code div p {
  font-family: ;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 42px;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
}

.Alpaca-platform.container-footer > a img {
  width: 206px;
}

/*<!-- 底部-end -->*/

/*页面固定内容start*/

#custom-group {
  position: fixed;
  z-index: 100;
  right: 0;
  bottom: 18%;
  background: url("/PTE/images/block_rfloat.png") no-repeat;
  width: 89px;
  height: 523px;
  padding-top: 62px;
  padding-left: 17px;
}

.onlyOff {
  margin: 2px auto 4px auto;
  display: block;
  text-align: center;
  clear: both;
}

.onlyOff img {
  margin: 2px auto 4px auto;
  display: block;
}

#custom-group .rtbtn {
  display: block;
  margin: 6px auto;
  position: relative;
  color: #fff;
  cursor: pointer;
  text-align: center;
}

#custom-group .custom-rtbtn {
  font-family: ;
  font-size: 9px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #808080;
  display: block;
  border-bottom: 1px solid #f2f2f2;
  margin: 0 4px;
}

#custom-group .custom-rtbtn.custom-rtbtn-last {
  border-bottom: 0;
}

#custom-group .rtbtn .custom-content {
  position: absolute;
  right: 80px;
  top: -85px;
  z-index: 10000;
  width: 211px;
  height: 237px;
  background: url("/PTE/images/rf_hover.png") no-repeat 100% 100%;
}

#custom-group .rtbtn .custom-content img {
  width: 153px;
  height: auto;
  margin: 8px 14px 0 0;
}

#custom-group .rtbtn .custom-content span {
  font-family: ;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  margin: 0;
  display: block;
}

#custom-group .rtbtn .custom-content p span {
  display: block;
}

#custom-group .rtbtn .custom-content:after {
  position: absolute;
  top: 50%;
  right: 0;
}

#custom-group .rtbtn .custom-content.custom-content-phone {
  width: 288px;
  height: 53px;
  top: 0;
  right: 70px;
  font-family: ;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 51px;
  letter-spacing: 0px;
  color: #333333;
  background: url("/PTE/images/block_flo_pnum.png") no-repeat;
  cursor: text;
}

.custom-content {
  display: none;
}

.rtbtn:hover .custom-content,
.rtbtn:focus .custom-content {
  display: block;
}

.rtbtn-text {
  color: #fdd536;
  text-align: center;
  display: block;
  margin: 0;
  font-size: 16px;
  line-height: 16px;
}

.backTop {
  width: 27px;
  display: block;
  margin: 0 auto;
}

/*页面固定内容end*/

/*底部广告横条*/

.adsAcross {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.adsAcross_row {
  width: max-content;
  cursor: pointer;
  position: relative;
}

.adsAcross_row .PTE_PC-ad-img {
  width: 100%;
  max-width: 1600px;
}

.adsAcross_row .close_ads {
  width: 21px;
  cursor: pointer;
  position: absolute;
  top: 18%;
  right: 3%;
}

.popup_div {
  display: none;
}

.popmask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #1b1b1b;
  opacity: 0.2;
  z-index: 100;
}

.popup_div .popup_model {
  width: 450px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.popup_model .popup_content {
  position: relative;
}

.popup_model .popup_content .popup_pup-code {
  position: absolute;
  bottom: 200px;
  right: 154px;
  width: 140px;
  height: auto;
  border-radius: 4px;
}

.popup_model .popup_content h4.Service-Code-wx {
  position: absolute;
  bottom: 140px;
  right: 0;
  left: 0;
  margin: 0 auto;
  display: block;
  text-align: center;
  font-family: ;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
}

.popup_model .popup_content .close_pop {
  width: 32px;
  cursor: pointer;
  position: absolute;
  bottom: 6%;
  right: 45%;
}

/*右边固定栏弹框二维码*/

.custom-content-pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  /*display: flex;*/
  justify-content: center;
  align-items: center;
}

.custom-content-pop.popup_model .popup_content .close_pop {
  width: 34px;
  top: 6%;
  right: -3px;
}

.custom-content-pop.popup_model .popup_content .popup_pup-code {
  bottom: 119px;
  right: 100px;
  width: 160px;
}

.custom-content-pop.popup_model .popup_content h4 {
  position: absolute;
  bottom: 95px;
  right: 0;
  left: 0;
  margin: 0 auto;
  display: block;
  text-align: center;
  font-family: ;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
}

/*<!--羊驼大事件-图片点击放大-弹窗-->*/

.TheAlpaca-incident-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  /*display: flex;*/
  justify-content: center;
  align-items: center;
}

.TheAlpaca-incident-popup .TheAlpaca-incident-panel {
  max-width: 720px;
  max-height: 420px;
  width: 94%;
  height: max-content;
  background-color: #eeeeee;
  border: solid 2px #ffffff;
  position: relative;
}

.TheAlpaca-incident-popup .TheAlpaca-incident-panel img.bigImg {
  max-width: 720px;
  max-height: 420px;
  width: 100%;
  height: 100%;
  display: block;
}

.TheAlpaca-incident-popup .TheAlpaca-incident-panel img.closeImgAl {
  position: absolute;
  top: -19px;
  right: -20px;
  display: block;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media only screen and (max-width: 1709px) and (min-width: 1520px) {
  .Enrolling-service .Enrolling-service-panel {
    right: 10%;
  }
}

@media only screen and (max-width: 1519px) and (min-width: 769px) {
  .Enrolling-service .Enrolling-service-panel {
    right: 6%;
  }
  .Enrolling-service {
    margin: 0 auto 5% auto;
  }
  .School-Introduce-info .swiper-container {
    width: 72%;
  }
}

@media only screen and (max-width: 1400px) and (min-width: 769px) {
  .school-class-offline .school-class-box > a.prev {
    left: -40px;
  }
  .school-class-offline .school-class-box > a.next {
    right: -40px;
  }
  .School-Introduce-info .swiper-container {
    width: 78%;
  }
}

@media only screen and (max-width: 1300px) and (min-width: 1200px) {
  .school-class-offline .school-class-box {
    width: 952px;
  }
  .school-class-offline .school-class-box .tempWrap {
    width: 952px !important;
  }
  .school-class-offline .school-class-box > a.prev {
    left: -60px;
  }
  .school-class-offline .school-class-box > a.next {
    right: -60px;
  }
}

@media only screen and (max-width: 1200px) and (min-width: 300px) {
  .Pte-container-left .Pte-left-subtitle {
    font-size: 14px;
  }
  .Pte-container-left .Pte-left-title {
    font-size: 32px;
  }
  .Pte-container-left button {
    width: 140px;
    height: 36px;
    font-size: 14px;
    margin-top: 15px;
  }
  .Search-Pte-schools.container {
    padding: 20px 0;
  }
  .Search-Pte-schools.container p {
    font-size: 20px;
  }
  .crunchies-card-panel {
    height: 715px;
  }
  .crunchies-card-contentLeft {
    right: 0;
    margin: 0 auto;
    width: 100%;
    top: 15px;
  }
  .crunchies-card-contentRight {
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 15px;
    top: auto;
  }
  .crunchies-card-contentLeft .crunchies-left-top,
  .crunchies-card-contentLeft .crunchies-left-bottom .left-bottom-panel {
    margin: 0 auto;
  }
  .crunchies-card-contentLeft .crunchies-left-bottom {
    width: 600px;
    margin: 15px auto;
  }
  .school-class-offline .school-class-box {
    width: 90%;
    display: block;
  }
  .school-class-offline .school-class-box .tempWrap {
    width: 98% !important;
  }
  .Enrolling-service {
    background: #7d5fe6;
  }
  .Enrolling-service .Enrolling-service-panel {
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .TheAlpaca-incident-box .TheAlpaca-incident-slide {
    width: 88%;
  }
  .TheAlpaca-incident-box .TheAlpaca-incident-bd,
  .TheAlpaca-incident-box .TheAlpaca-incident-bd:before {
    width: 100%;
  }
}

@media only screen and (max-width: 999px) and (min-width: 300px) {
  .search-school-list li {
    width: 49%;
    height: 70px;
  }
  .search-school-result {
    height: 240px;
  }
  .TheSchool-details,
  .elite-schools-searched {
    height: auto;
  }
  .search-school-list li:nth-child(odd) {
    margin-right: 2%;
  }
  .Search-Pte-schools.container .search-school-list li p,
  .search-school-list li span,
  .page-info-p span {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) and (min-width: 320px) {
  .adsAcross_row .close_ads {
    top: 24%;
    right: 4%;
    width: 4%;
  }
  .Slogan-box {
    margin: 15px auto;
  }
  .Slogan-box img {
    width: 90%;
  }
  .popup_model {
    width: 320px !important;
    left: 0 !important;
    right: 0;
    margin: 0 auto;
  }
  .popup_model img {
    width: 100%;
  }
  .popup_model .popup_content .popup_pup-code {
    bottom: 142px;
    right: 0;
    width: 100px;
    left: 0;
    margin: 0 auto;
  }
  .popup_model .popup_content h4.Service-Code-wx {
    bottom: 98px;
  }
  .school-class-offline .school-class-box > a.prev {
    left: -40px;
  }
  .school-class-offline .school-class-box > a.next {
    right: -40px;
  }
  .page-info-p > i {
    background-size: 80% !important;
  }
  .custom-content-pop.popup_model .popup_content .popup_pup-code {
    bottom: 93px;
    right: 0;
    width: 155px;
  }
  .custom-content-pop.popup_model .popup_content h4 {
    bottom: 79px;
    font-size: 14px;
  }
  .Enrolling-information.custom-content-pop.popup_model
    .popup_content
    .popup_pup-code {
    width: 120px;
    bottom: 100px;
  }
  .Enrolling-information.custom-content-pop.popup_model .popup_content button {
    bottom: 37px;
    width: 166px;
    height: 32px;
    font-size: 16px;
  }
  .Enrolling-information.custom-content-pop.popup_model .popup_content h4 {
    bottom: 76px;
  }
}

@media only screen and (max-width: 468px) and (min-width: 320px) {
  .search-school-list li {
    height: 40px;
  }
  .Search-Pte-schools.container .search-school-list li p,
  .search-school-list li span,
  .page-info-p span {
    font-size: 12px;
  }
  .search-school-result {
    height: 170px;
  }
  .TheSchool-details,
  .elite-schools-searched {
    height: auto;
  }
}

/*底部广告横条end*/

/*==============-- M站 -- start=====================*/

@media (min-width: 1921px) {
  .banner .bd li img {
    width: 100%;
  }
  .TheAlpaca-incident-box,
  .Exclusive-teachSystem,
  .pte-app,
  .Enrolling-service {
    background-size: 100%;
  }
  .img-banner {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .container.container-footer {
    max-width: 1240px;
  }
  .clo-About {
    max-width: 86px;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 768px) {
  .teacher-mainUrl {
    left: 20px;
    width: 200px;
    bottom: 60px;
  }
  .PteUniversities-cont ul {
    margin: 40px 0;
  }
  .PteUniversities-cont ul li img,
  .cooperative-partner a img {
    width: 90%;
  }
  .cooperative-partner {
    height: 220px;
  }
  .PteUniversities-cont {
    height: 320px;
  }
  .crunchies-card-contentLeft .crunchies-left-top {
    position: relative;
  }
  .footer.footer-dark {
    height: 885px;
  }
  .Alpaca-platform {
    display: block;
    width: 625px;
    margin: 0 auto;
    padding: 0;
    left: 0;
  }
  .Alpaca-platform a {
    float: left;
  }
  .pt-md {
    margin-top: 10rem !important;
    justify-content: center;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 20px !important;
  }
  .footer-dark .footer-button {
    margin-top: 3rem !important;
  }
  img.pic_buttom_PTE {
    width: 100%;
  }
  .Alpaca-code {
    width: 66%;
    flex: 0 0 66%;
    margin-left: 0;
  }
}

@media only screen and (max-width: 1020px) and (min-width: 300px) {
  .The-alpaca-affair {
    height: 1220px;
    background: #fafcfe;
  }
  #timer-shaft {
    width: 100%;
  }
  #timer-shaft > img {
    display: none;
  }
  #timer-shaft .affair-time,
  #timer-shaft .affair-time:nth-child(odd) {
    position: static;
    margin: 0 auto 20px auto;
    width: 685px;
  }
  #timer-shaft .affair-time span.span-time {
    float: none;
  }
  #timer-shaft .affair-time .affair-time-img,
  #timer-shaft .affair-time.affair-time-04 .affair-time-img {
    margin: 0 auto;
  }
  .school-class-offline .school-class-box {
    width: 720px;
  }
  /*学PTE，到羊驼 */
  .study-pte-alpaca .pte-alpaca-panel {
    width: 600px;
    height: 900px;
    background: url(/PTE/images/Course-upgrade-2.png) no-repeat;
    background-size: auto 100%;
    background-position: center;
    margin: 20px auto;
  }
  .study-pte-alpaca .pte-alpaca-panel div.list-item-01 {
    top: 25px;
    left: 0;
  }
  .study-pte-alpaca .pte-alpaca-panel div.list-item-02 {
    top: 195px;
    right: -20px;
  }
  .study-pte-alpaca .pte-alpaca-panel div.list-item-03 {
    bottom: 390px;
    left: 0;
  }
  .study-pte-alpaca .pte-alpaca-panel div.list-item-04 {
    bottom: 210px;
    right: -20px;
    left: auto;
  }
  .study-pte-alpaca .pte-alpaca-panel div.list-item-05 {
    bottom: 25px;
    left: -20px;
  }
  .Exclusive-teachSystem > p {
    width: 685px;
  }
  .Exclusive-teachSystem ul {
    width: 96%;
  }
  .Exclusive-teachSystem ul li {
    width: 32%;
  }
  p.fontSize-subtitle {
    font-size: 22px !important;
  }
  .More-study-guidance .study-guidance-panel > div {
    width: 32%;
  }
  .More-study-guidance .study-guidance-panel > div ul img {
    width: 100%;
  }
  .More-study-guidance .study-guidance-panel > div p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 300px) {
  .img-banner {
    margin-left: -120px;
  }
  .PTE-test-materials ul {
    width: 100%;
    height: 535px;
  }
  .PTE-test-materials ul li:nth-child(odd) {
    margin-right: 10px;
  }
  .PTE-test-materials ul li:nth-child(even) {
    margin-right: 0;
  }
  .set-info-panel .layui-form-select .layui-input {
    width: 180px;
    height: 40px;
    font-size: 14px;
  }
  #elite_school_list li:nth-child(odd) {
    margin-right: 2%;
  }
  #elite_school_list li {
    width: 49%;
    height: auto;
    margin-bottom: 15px;
  }
  .set-info-panel > p.paging-label {
    font-size: 16px;
  }
  .set-info-panel .search-btn {
    height: 40px;
    font-size: 16px;
  }
  .FamousClasses-video img {
    width: 23%;
  }
  .Yangtuo-Class .container,
  .teacher-bacground .teacher-wangP.container {
    width: 100%;
    max-width: 100%;
  }
  #sct_call_to_action .text-white {
    font-size: 2rem;
  }
  .has-floating-items {
    padding-bottom: 10rem !important;
  }
  #sct_call_to_action .floating-icon:nth-child(5) {
    top: 75px;
    left: 180px;
  }
  #sct_call_to_action .floating-icon:nth-child(2) {
    top: 75px;
    left: 400px;
  }
  #sct_call_to_action .floating-icon:nth-child(3) {
    top: 75px;
    right: -40px;
  }
  #sct_call_to_action .floating-icon:nth-child(4) {
    top: 75px;
    right: -256px;
  }
  #sct_call_to_action .floating-icon:nth-child(6),
  #sct_call_to_action .floating-icon:nth-child(7),
  #sct_call_to_action .floating-icon:nth-child(8) {
    display: none;
  }
  .PteUniversities-cont.container {
    max-width: 100%;
  }
  .PteUniversities-cont ul {
    margin: 40px 0;
  }
  .PteUniversities-cont ul li img {
    width: 100%;
  }
  .pte-cartogram div img:nth-child(1),
  .pte-cartogram div img:nth-child(2) {
    width: auto;
    height: 280px;
  }
  /*底部 */
  .slice.slice-lg {
    padding-top: 0;
    padding-bottom: 0;
  }
  .Alpaca-platform {
    top: -90px;
  }
  .pt-md {
    padding-top: 4rem !important;
    display: block;
  }
  .clo-Contact,
  .clo-About {
    float: left;
    max-width: 50%;
  }
  .footer.footer-dark {
    height: 1040px;
  }
  .footer-button {
    clear: both;
  }
}

@media only screen and (max-width: 801px) and (min-width: 300px) {
  .img-banner {
    margin-left: -180px;
  }
  .pte-cartogram {
    height: 400px;
  }
  .pte-cartogram div img:nth-child(1),
  .pte-cartogram div img:nth-child(2) {
    width: auto;
    height: 200px;
  }
  .pte-app-right {
    bottom: -150px;
  }
  .pte-app .pte-app-left {
    top: auto;
    left: 115px;
    bottom: -171px;
  }
  .teacher-mainUrl {
    left: 0;
    width: 180px;
    bottom: 80px;
  }
  .courses-teacher .courses-teacher-content {
    font-size: 14px;
    line-height: 28px;
  }
  .courses-teacher .courses-teacher-name p {
    font-size: 2rem;
  }
  .courses-teacher .courses-teacher-name span {
    font-size: 14px;
    letter-spacing: 0;
  }
  .courses-teacher-name {
    height: 70px;
  }
  .teacher-bacground {
    margin-top: 95px;
  }
  .courses-teacher {
    top: -70px;
    right: 22px;
    width: 70%;
  }
  .more-teacher.container {
    padding: 0;
    margin-top: 50px;
    max-width: 100%;
  }
  .teacher-excellent ul li img {
    width: 80%;
  }
  .teacher-excellent ul li p {
    font-size: 12px;
  }
  .school-class-offline .school-class-box {
    width: 480px;
  }
  .Yangtuo-Class-con {
    display: block;
    margin: 0 auto 30px auto;
    padding: 0;
  }
  .Yangtuo-Class-con > a {
    margin: 20px auto 0 auto;
  }
  .Yangtuo-Class-con a:hover {
    margin-top: 20px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }
  .Yangtuo-Class {
    height: 1060px;
  }
  .More-study-guidance .study-guidance-panel {
    flex-wrap: wrap;
    margin: 0 auto;
  }
  .More-study-guidance .study-guidance-panel > div {
    width: 320px;
    margin: 20px auto 0 auto;
  }
  .More-study-guidance {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) and (min-width: 300px) {
  #banner > a {
    display: none;
  }
  .img-banner,
  .img-banner img {
    width: 200%;
  }
  .img-banner img {
    width: 100%;
  }
  .img-banner {
    height: auto;
  }
  .FamousClasses-video img {
    width: 45%;
  }
  #sct_call_to_action .text-white {
    font-size: 1.6rem;
  }
  #sct_call_to_action p.lead {
    font-size: 12px;
  }
  #sct_call_to_action p.lead span {
    display: block;
  }
  .floating-icon:nth-child(2),
  .floating-icon:nth-child(3) {
    display: block;
  }
  #sct_call_to_action .floating-icon:nth-child(5) {
    top: 75px;
    left: 226px;
  }
  #sct_call_to_action .floating-icon:nth-child(2) {
    top: 75px;
    left: 410px;
  }
  #sct_call_to_action .floating-icon:nth-child(3) {
    top: 75px;
    right: -165px;
  }
  #sct_call_to_action .floating-icon:nth-child(4) {
    top: 75px;
    right: -348px;
  }
  .student-Mcase.container {
    max-width: 100%;
  }
  .Yangtuo-Class-con div.class-info h2 {
    font-size: 1.2rem;
  }
  .PteUniversities-cont ul,
  .cooperative-partner div {
    display: block;
    justify-content: center;
  }
  .PteUniversities-cont ul li {
    width: 45%;
    float: left;
    margin-left: 3%;
  }
  .PteUniversities-bg {
    height: 650px;
  }
  .PteUniversities-cont {
    height: 620px;
  }
  .media-report.PteUniversities-cont {
    height: 1000px;
  }
  .PteUniversities-cont ul li:hover {
    margin-top: 0;
  }
  .cooperative-partner {
    height: 430px;
  }
  .cooperative-partner div a {
    width: 33%;
    float: left;
  }
  #custom-group {
    bottom: 8%;
  }
  .The-alpaca-affair {
    padding-top: 15px;
  }
  .The-alpaca-affair p.textTitle {
    margin-bottom: 15px;
  }
  #timer-shaft {
    width: 90%;
  }
  #timer-shaft .affair-time,
  #timer-shaft .affair-time:nth-child(odd) {
    width: 100%;
    margin: 0 auto 15px auto;
  }
  .Alpaca-platform {
    width: 98%;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 98%;
  }
  .Alpaca-platform a {
    width: 32%;
  }
  .Alpaca-platform.container-footer > a img {
    width: 100%;
  }
  .footer.footer-dark {
    height: 1100px;
    margin-top: 160px;
    padding-top: 7rem;
  }
  .pt-md {
    padding-top: 0 !important;
  }
  .pt-md {
    margin-top: 10rem !important;
    justify-content: flex-end;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: 0 !important;
  }
  .Pte-introduced > .container {
    display: block;
    position: relative;
    height: 420px;
    width: 94%;
  }
  .Search-Pte-schools.container {
    height: auto;
  }
  .Pte-introduced .container > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 20px auto;
  }
  .Pte-introduced .container .Pte-container-left {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 20px auto;
  }
  .pte-app {
    width: 100%;
    display: block;
    margin: 3% auto 165px auto;
    text-align: center;
    background: url(/PTE/images/pic_APP_M.png) no-repeat 100% 100%;
    padding: 0;
    height: 420px;
    position: relative;
    background-position: center;
  }
  .pte-app .container {
    position: absolute;
    bottom: 24px;
    left: 20px;
  }
  .pte-app p.pte-app-title {
    font-size: 20px;
  }
  .pte-app button {
    width: 130px;
    height: 32px;
    line-height: 30px;
    font-size: 14px;
  }
  .pte-app p.pte-app-subtitle {
    position: absolute;
    bottom: -184px;
    font-size: 12px;
    line-height: 22px;
    color: #333333;
  }
  .set-info-panel .set-destination-select,
  .layui-input-block.radio-Total {
    display: block;
    margin: 0 auto;
    text-align: center;
    position: relative;
  }
  .layui-input-block {
    width: 48%;
    margin: 0 0 8px 0;
    display: inline-block;
  }
  .layui-input-block:nth-child(1) {
    margin-right: 3%;
  }
  .set-info-panel .layui-form-select .layui-input {
    width: 100%;
  }
  .set-info-panel .set-destination-select .layui-input-block:nth-child(3),
  .set-info-panel
    .set-destination-select
    .layui-input-block:nth-child(3)
    .layui-input {
    width: 100%;
  }
  .layui-form-item {
    margin-bottom: 80px;
  }
  .Enrolling-service-panel .layui-form-item {
    margin-bottom: 15px;
  }
  .Enrolling-service {
    margin: 0 auto 8% auto;
  }
  .set-info-panel .search-btn {
    position: absolute;
    bottom: -118px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .set-info-panel .set-destination-select p.not-found-info {
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -150px;
  }
  .set-info-panel > p.paging-label {
    font-size: 14px;
  }
  .TheSchool-details h3 {
    font-size: 20px;
    line-height: 32px;
  }
  .TheSchool-details > span {
    font-size: 12px;
    line-height: 32px;
  }
  .Search-Pte-schools.container .TheSchool-details > p {
    font-size: 14px;
    line-height: 32px;
  }
  .TheSchool-details > button {
    font-size: 16px;
  }
  #paging-device a i {
    background-size: 80% !important;
  }
  .PTE-test-materials .materials-subtitle {
    font-size: 10px;
    line-height: 20px;
  }
  .PTE-test-materials ul li:nth-child(odd) {
    margin-right: 2%;
  }
  .PTE-test-materials ul li {
    width: 49%;
  }
  .PTE-test-materials ul li p {
    font-size: 16px;
  }
  .PTE-test-materials ul li p span {
    width: auto;
    padding: 0 4px;
    font-size: 9px;
  }
}

@media only screen and (max-width: 601px) and (min-width: 300px) {
  .img-banner {
    margin-left: -285px;
  }
  .img-banner .banner-btn {
    right: 285px;
  }
  .img-banner .banner-btn button {
    width: 145px;
    height: 36px;
    font-size: 14px;
    line-height: 34px;
  }
  .img-banner .banner-btn button:nth-child(1) span {
    top: 12px;
  }
  .pte-app .pte-app-left p {
    font-size: 1.4rem;
    margin-bottom: 0.4rem;
  }
  .pte-app .pte-app-left {
    top: auto;
    left: 40px;
    bottom: -145px;
  }
  .pte-app .pte-app-left,
  .pte-app .pte-app-right {
    font-size: 12px;
    width: 210px;
  }
  .pte-app .pte-app-right {
    bottom: -140px;
    width: 150px;
  }
  .pte-app {
    margin-bottom: 165px;
  }
  .has-floating-items {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  #sct_call_to_action .floating-icon {
    width: 80px;
    height: 80px;
  }
  #sct_call_to_action .floating-icon:nth-child(5) {
    top: 32px;
    left: 340px;
  }
  #sct_call_to_action .floating-icon:nth-child(2) {
    top: 32px;
    left: 475px;
  }
  #sct_call_to_action .floating-icon:nth-child(3) {
    top: 32px;
    right: -150px;
  }
  #sct_call_to_action .floating-icon:nth-child(4) {
    top: 32px;
    right: -270px;
  }
  .teacher-mainUrl {
    width: 28%;
    bottom: 0;
  }
  .courses-teacher .courses-teacher-name p {
    font-size: 1.2rem;
  }
  .courses-teacher .courses-teacher-content {
    font-size: 12px;
  }
  .courses-teacher .teacher-msg ul li {
    width: 35px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    letter-spacing: 0;
    margin-right: 10px;
  }
  .courses-teacher .teacher-msg ul {
    height: 24px;
  }
  .courses-teacher .courses-teacher-name span {
    font-size: 12px;
    margin: 16px 0 0 16px;
  }
  .courses-teacher-name {
    height: 40px;
  }
  .textTitle {
    font-size: 30px;
  }
  .teacher-bacground .teacher-wangP.container {
    height: 140px;
    margin-bottom: 200px;
  }
  .courses-teacher {
    top: -38px;
    right: 10px;
    width: 70%;
  }
  .teacher-minImg {
    width: 120%;
    position: absolute;
    bottom: -160px;
    margin-left: -110px;
  }
  .The-alpaca-affair {
    height: 1050px;
    margin-bottom: 15px;
  }
  #timer-shaft .affair-time span.span-time {
    font-size: 10px;
    width: 60px;
    height: 15px;
    line-height: 15px;
  }
  #timer-shaft .affair-time p,
  #timer-shaft .affair-time > a {
    font-size: 12px;
  }
  .crunchies-card-contentLeft .crunchies-left-top {
    width: 94%;
    height: 166px;
    padding: 10px 10px;
  }
  .crunchies-card-contentLeft .crunchies-left-top h3 {
    line-height: 26px;
  }
  .crunchies-card-contentLeft .crunchies-left-top h3 span {
    width: 60px;
    height: 18px;
    font-size: 12px;
    line-height: 18px;
  }
  .crunchies-card-contentLeft .crunchies-left-top ul li span {
    font-size: 28px;
    line-height: 20px;
  }
  .crunchies-card-contentLeft .crunchies-left-top ul li {
    font-size: 12px;
    line-height: 50px;
    height: 95px;
  }
  .crunchies-card-contentLeft .crunchies-left-bottom .left-bottom-panel {
    width: 48%;
    height: 150px;
    padding: 8px 10px;
  }
  .Center-img-a {
    margin-top: 16px;
  }
  .crunchies-left-bottom .left-bottom-panel h3 {
    font-size: 16px;
    line-height: 22px;
  }
  .crunchies-left-bottom .left-bottom-panel p {
    font-size: 10px;
    line-height: 22px;
  }
  .crunchies-card-contentLeft .crunchies-left-bottom {
    width: 95%;
  }
  .Center-img-a a img {
    width: 12px;
    height: 12px;
    margin-right: 6px;
  }
  .Center-img-a a,
  .Center-img-a span {
    font-size: 9px;
  }
  .crunchies-card-contentRight {
    width: 94%;
    height: 155px;
    padding: 5px 8px;
  }
  .crunchies-card-panel {
    height: 525px;
  }
  .crunchies-card-contentRight > p {
    font-size: 16px;
    line-height: 30px;
  }
  .crunchies-card-contentRight ul li {
    font-size: 9px;
    margin-top: 6px;
    line-height: 20px;
  }
  .crunchies-card-contentRight ul li img {
    width: 14px;
    height: 14px;
  }
  .crunchies-card-contentRight ul li span.student-name {
    width: 40px;
  }
  .crunchies-card-contentRight ul li span.student-county {
    width: 65px;
  }
  .crunchies-card-contentRight ul li span.student-school {
    width: 90px;
  }
  .crunchies-card-contentRight ul li span.time-date {
    font-size: 9px;
  }
  .crunchies-card-contentRight ul li label {
    font-size: 9px;
    width: 20px;
  }
  .FamousClasses-textTitle {
    font-size: 24px;
  }
  .crunchies-card-contentRight ul li i {
    width: 50px;
    transform: scale(0.5);
  }
  .crunchies-card-contentLeft .crunchies-left-top .hot-label {
    position: absolute;
    top: -6px;
    right: 5px;
    width: 65px;
  }
  .Alpaca-code {
    width: 98%;
    flex: 0 0 98%;
  }
  .Enrolling-service {
    margin: 0 auto 14% auto;
    height: 260px;
  }
  .Enrolling-service .Enrolling-service-panel {
    width: 320px;
    height: 320px;
  }
  .Enrolling-service .Enrolling-service-panel h3 {
    font-size: 20px;
  }
  .Enrolling-service .Enrolling-service-panel p {
    font-size: 14px;
    line-height: 22px;
  }
  .Enrolling-service .Enrolling-service-panel .inputData-div {
    width: 240px;
    height: 40px;
    margin: 10px auto;
  }
  .Enrolling-service .Enrolling-service-panel .inputData-div input {
    width: 240px;
    height: 40px;
  }
  .Enrolling-service-panel
    .layui-form-item
    .layui-input-inline
    .layui-form-select
    .layui-input {
    height: 38px;
  }
  .Enrolling-service-panel .layui-form-item .layui-input-inline:first-child {
    margin-right: 10px;
  }
  .Enrolling-service-panel .layui-form-item .layui-input-inline {
    width: 115px;
    height: 40px;
    margin: 0;
  }
  .Enrolling-service-panel .layui-form-item .layui-btn {
    width: 240px;
    height: 40px;
    font-size: 20px;
  }
  .Enrolling-service-panel h4 {
    font-size: 14px;
  }
  .study-pte-alpaca .pte-alpaca-panel {
    width: 100%;
    height: 833px;
    margin: 20px auto;
  }
  .study-pte-alpaca .pte-alpaca-panel div.list-item {
    width: 210px;
  }
  .study-pte-alpaca .pte-alpaca-panel div.list-item p {
    font-size: 13px;
    line-height: 20px;
  }
  .study-pte-alpaca .pte-alpaca-panel div.list-item h3 {
    font-size: 24px;
    line-height: 42px;
  }
  .study-pte-alpaca .pte-alpaca-panel div.list-item h4 {
    font-size: 16px;
  }
  .study-pte-alpaca .pte-alpaca-panel div.list-item-01 {
    top: 25px;
    left: 20px;
  }
  .study-pte-alpaca .pte-alpaca-panel div.list-item-02 {
    top: 195px;
    right: -10px;
  }
  .study-pte-alpaca .pte-alpaca-panel div.list-item-03 {
    bottom: 385px;
    left: 30px;
    width: 170px;
  }
  .study-pte-alpaca .pte-alpaca-panel div.list-item-04 {
    bottom: 210px;
    right: -10px;
    left: auto;
  }
  .study-pte-alpaca .pte-alpaca-panel div.list-item-05 {
    bottom: 45px;
    left: -10px;
  }
  h3.fontSize-title {
    font-size: 32px !important;
  }
  p.fontSize-subtitle {
    font-size: 16px !important;
    line-height: 30px;
  }
  .Exclusive-teachSystem {
    height: 730px;
    background-size: auto 100%;
  }
  .Exclusive-teachSystem ul {
    width: 90%;
    flex-wrap: wrap;
    margin: 10px auto 10px auto;
  }
  .Exclusive-teachSystem > p {
    width: 90%;
  }
  .Exclusive-teachSystem ul li h4 {
    font-size: 24px !important;
    line-height: 30px;
  }
  .Exclusive-teachSystem ul li p {
    font-size: 12px !important;
    line-height: 24px;
  }
  .Exclusive-teachSystem ul li img {
    margin: 45px 0 30px 0;
    width: 40%;
  }
  .Exclusive-teachSystem ul li {
    width: 48%;
    height: auto;
    padding-bottom: 25px;
    margin-bottom: 10px;
  }
  .Short-efficient-points > p.text {
    font-size: 12px;
    line-height: 26px;
  }
}

@media only screen and (max-width: 480px) and (min-width: 300px) {
  .main-content {
    margin-top: 46px;
    overflow-x: hidden;
  }
  .img-banner {
    margin-left: -148px;
  }
  .img-banner .banner-btn {
    bottom: 10px;
    right: 148px;
  }
  .pte-cartogram h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .pte-cartogram {
    height: 280px;
  }
  .pte-cartogram div img:nth-child(1),
  .pte-cartogram div img:nth-child(2) {
    width: auto;
    height: 160px;
  }
  .pte-app .pte-app-left {
    left: 20px;
  }
  .has-floating-items {
    padding-top: 4rem !important;
  }
  .Yangtuo-Class .Yangtuo-Class-msg,
  .FamousClasses .p-class {
    font-size: 12px;
  }
  #sct_call_to_action .floating-icon:nth-child(5) {
    top: 32px;
    left: 370px;
  }
  .cooperative-partner {
    height: 430px;
  }
  #sct_call_to_action .floating-icon:nth-child(2) {
    top: 32px;
    left: 470px;
  }
  #sct_call_to_action .floating-icon:nth-child(3) {
    top: 32px;
    right: -215px;
  }
  #sct_call_to_action .floating-icon:nth-child(4) {
    top: 32px;
    right: -315px;
  }
  .teacher-minImg ul li img {
    width: 85%;
  }
  .teacher-minImg {
    width: 130%;
    margin-left: -100px;
  }
  .teacher-bacground {
    margin-top: 55px;
  }
  .teacher-excellent ul {
    margin: 0;
  }
  .student-Mcase {
    margin: 25px auto;
  }
  .PteUniversities-cont {
    height: 385px;
  }
  .slice.slice-lg {
    padding-top: 80px;
  }
  #custom-group {
    width: 89px;
    height: auto;
    bottom: 11%;
    background: url(/PTE/images/block_rfloat.png) no-repeat;
    background-size: 100% 100%;
    padding: 48px 0 5px 17px;
  }
  #custom-group .rtbtn {
    margin: 4px auto;
  }
  .onlyOff,
  .onlyOff img {
    width: 100%;
  }
  #custom-group .rtbtn > a > img {
    width: 26%;
  }
  #custom-group .custom-rtbtn {
    font-size: 10px;
    line-height: 22px;
    margin: 0 6px;
  }
  .The-alpaca-affair {
    height: 1080px;
  }
  #timer-shaft {
    width: 94%;
  }
  #timer-shaft .affair-time,
  #timer-shaft .affair-time:nth-child(odd) {
    width: 100%;
    margin: 0 auto 10px auto;
  }
  #timer-shaft .affair-time.affair-time-05 .affair-time-img,
  #timer-shaft .affair-time.affair-time-05 .affair-time-img:nth-child(2) {
    width: auto;
    height: 110px;
  }
  .school-class-offline p.class-offline-title {
    font-size: 16px;
  }
  .school-class-offline p.class-offline-text span {
    display: inline;
  }
  .school-class-offline span.school-class-span {
    width: 64px;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    margin: 16px auto 10px auto;
  }
  .school-class-offline .campusName-panel {
    width: 90%;
  }
  .school-class-offline {
    height: 550px;
  }
  .school-class-offline p.class-offline-text {
    font-size: 10px;
  }
  .school-class-offline .school-class-box {
    width: 350px;
  }
  .school-class-offline .school-class-box .school-class-list,
  .school-class-offline .school-class-box .school-class-list:nth-child(odd) {
    width: 160px;
    height: 260px;
  }
  .school-class-offline .school-class-box > a {
    width: 16px;
    height: 34px;
    background-size: 16px 34px;
    top: 35%;
  }
  .school-class-offline .school-class-box > a.prev {
    left: -30px;
  }
  .school-class-offline .school-class-box > a.next {
    right: -30px;
  }
  .school-class-box .school-class-list h3 {
    font-size: 16px;
  }
  .school-class-box .school-class-list span {
    font-size: 10px;
    margin: 8px 4px 0 4px;
  }
  .school-class-box .school-class-list p {
    font-size: 12px;
    line-height: 22px;
    margin: 0 4px;
  }
  .school-class-box .school-class-list img {
    width: 100%;
    height: auto;
  }
  .cooperative-partner {
    line-height: inherit;
    margin-bottom: 0;
  }
  .cooperative-partner div {
    width: 100%;
  }
  .cooperative-partner div a {
    height: 56px;
  }
  .cooperative-partner a img {
    margin: 0 0 10px 10px;
    width: 100%;
  }
  .PteUniversities-bg {
    height: 470px;
  }
  .media-report.PteUniversities-cont {
    height: 700px;
  }
  .crunchies-left-top ul li.new-Count p {
    font-size: 12px;
  }
  .Alpaca-platform {
    top: -60px;
  }
  .footer.footer-dark {
    margin-top: 40px;
  }
  .pt-md {
    margin-top: 6rem !important;
  }
  .footer.footer-dark {
    height: 760px;
  }
  .clo-Contact {
    max-width: 70%;
  }
  .clo-About {
    max-width: 30%;
  }
  .footer-dark .list-unstyled li a {
    font-size: 12px;
  }
  .text-sm {
    font-size: 12px !important;
  }
  .TheSchool-details > p i {
    display: block;
  }
  .Pte-container-left .Pte-left-subtitle {
    font-size: 13px;
  }
  .Pte-container-left .Pte-left-title {
    font-size: 28px;
    line-height: 25px;
  }
  .Pte-introduced > .container {
    height: 460px;
  }
  .Search-Pte-schools.container {
    height: auto;
  }
  .TheSchool-details h3 {
    font-size: 16px;
  }
  .TheSchool-details > span {
    font-size: 10px;
  }
  .Search-Pte-schools.container .TheSchool-details > p {
    font-size: 12px;
  }
  .set-info-panel .elite-schools-searched p.paging-label {
    font-size: 16px;
  }
  .layui-input-block.radio-Total .layui-form-radio {
    margin-right: 5px;
  }
  .PTE-test-materials ul li p span {
    padding: 0 2px;
  }
  .PTE-test-materials ul li {
    padding: 4px 10px 8px 10px;
  }
  .Alpaca-code div img {
    width: 100px;
    height: 100px;
    display: inline-block;
  }
  .Alpaca-code div p {
    font-size: 10px;
    line-height: 32px;
  }
  .mb-5,
  .my-5 {
    margin-bottom: 1rem !important;
  }
  .footer-dark .footer-button {
    margin-top: 2rem !important;
  }
  .footer.footer-dark {
    height: 840px;
  }
  #sct_call_to_action {
    margin-bottom: 4rem;
  }
  #materials_to_action.bg-gradient-primary {
    background: #fff !important;
    padding-top: 1rem !important;
  }
  p.fontSize-subtitle {
    font-size: 14px !important;
    line-height: 26px;
  }
  h3.fontSize-title {
    font-size: 28px !important;
  }
  .Exclusive-teachSystem ul li p {
    font-size: 9px !important;
    line-height: 20px;
  }
  .Short-efficient-points > img {
    margin: 10px auto;
  }
  .study-pte-alpaca .pte-alpaca-panel {
    height: 640px;
  }
  .study-pte-alpaca .pte-alpaca-panel div.list-item {
    width: 145px;
  }
  .study-pte-alpaca .pte-alpaca-panel div.list-item p {
    font-size: 9px;
    line-height: 18px;
  }
  .study-pte-alpaca .pte-alpaca-panel div.list-item h3 {
    font-size: 16px;
    line-height: 36px;
  }
  .study-pte-alpaca .pte-alpaca-panel div.list-item h4 {
    font-size: 12px;
  }
  .study-pte-alpaca .pte-alpaca-panel div.list-item-01 {
    top: 17px;
    left: -8px;
  }
  .study-pte-alpaca .pte-alpaca-panel div.list-item-02 {
    top: 142px;
    right: -10px;
  }
  .study-pte-alpaca .pte-alpaca-panel div.list-item-03 {
    bottom: 290px;
    left: -8px;
    width: 130px;
  }
  .study-pte-alpaca .pte-alpaca-panel div.list-item-04 {
    bottom: 135px;
    right: -10px;
    left: auto;
  }
  .study-pte-alpaca .pte-alpaca-panel div.list-item-05 {
    bottom: 32px;
    left: -10px;
  }
  .More-study-guidance > ul li {
    width: 350px;
    padding: 0 5px;
  }
  .More-study-guidance > ul li .photo {
    width: 32px;
    height: 32px;
  }
  .More-study-guidance > ul li > span {
    font-size: 12px;
  }
  .More-study-guidance > ul.audioPanel .audioSlider-box {
    width: 198px;
    margin-left: 4px;
  }
  .More-study-guidance > ul li div span,
  .More-study-guidance > ul.audioPanel .audio-slider {
    width: 198px;
  }
  .More-study-guidance > h4 {
    font-size: 18px;
    margin: 12px auto;
  }
  .Short-efficient-points > h3 {
    margin: 8px auto;
  }
  .TheAlpaca-incident-box {
    height: 550px;
  }
  .TheAlpaca-incident-box .TheAlpaca-incident-slide {
    height: 550px;
  }
  .TheAlpaca-incident-box .TheAlpaca-incident-bd {
    height: 550px;
  }
  .TheAlpaca-incident-box .TheAlpaca-incident-bd li {
    height: 550px;
    width: 160px;
  }
  .TheAlpaca-incident-box .TheAlpaca-incident-bd li .content-box {
    width: 160px;
    padding: 5px 8px 8px 8px;
  }
  .TheAlpaca-incident-box
    .TheAlpaca-incident-bd
    li:nth-child(odd)
    .Box-postion {
    top: 192px;
  }
  .TheAlpaca-incident-box .TheAlpaca-incident-bd li .Box-postion {
    height: 360px;
  }
  .TheAlpaca-incident-box .TheAlpaca-incident-bd li .content-box h3 {
    font-size: 11px;
    line-height: 22px;
  }
  .TheAlpaca-incident-box .TheAlpaca-incident-bd li .content-box p {
    font-size: 9px;
    line-height: 18px;
  }
  .TheAlpaca-incident-box .TheAlpaca-incident-bd li .content-box a {
    font-size: 9px;
    line-height: 18px;
    padding-left: 8px;
    width: 100%;
    box-sizing: border-box;
  }
  .TheAlpaca-incident-box .TheAlpaca-incident-bd li label {
    font-size: 9px;
  }
  .TheAlpaca-incident-box .TheAlpaca-incident-bd {
    width: 90%;
  }
  .TheAlpaca-incident-box .TheAlpaca-incident-slide > a {
    width: 32px;
    height: 32px;
    top: 47%;
  }
  .TheAlpaca-incident-box .TheAlpaca-incident-slide > a.prev {
    left: -14px;
    background-size: 100%;
  }
  .TheAlpaca-incident-box .TheAlpaca-incident-slide > a.next {
    right: -14px;
    background-size: 100%;
  }
  .TheAlpaca-incident-box .TheAlpaca-incident-slide .tempWrap {
    margin: 0 auto;
  }
  .TheAlpaca-incident-popup .TheAlpaca-incident-panel img.closeImgAl {
    top: -18px;
    right: -15px;
    display: block;
    width: 32px;
    height: 32px;
  }
  .TheAlpaca-incident-box .TheAlpaca-incident-bd li .content-box a:before {
    top: 2px;
    width: 6px;
    height: 6px;
    background-size: 100%;
  }
  .TheAlpaca-incident-box
    .TheAlpaca-incident-bd
    li
    .content-box
    .img-Box
    .img1 {
    width: 100%;
  }
}

@media only screen and (max-width: 420px) and (min-width: 300px) {
  .school-class-offline {
    height: 580px;
  }
  .crunchies-left-bottom .left-bottom-panel h3 {
    font-size: 14px;
  }
  #sct_call_to_action .floating-icon:nth-child(5) {
    top: 32px;
    left: 380px;
  }
  #sct_call_to_action .floating-icon:nth-child(2) {
    top: 32px;
    left: 480px;
  }
  #sct_call_to_action .floating-icon:nth-child(3) {
    top: 32px;
    right: -237px;
  }
  #sct_call_to_action .floating-icon:nth-child(4) {
    top: 32px;
    right: -330px;
  }
  .courses-teacher-name {
    width: 95%;
  }
  .courses-teacher .courses-teacher-content {
    margin-top: 0;
    font-size: 11px;
    line-height: 18px;
  }
  .teacher-minImg {
    width: 135%;
    margin-left: -95px;
    height: 100px;
    bottom: -110px;
  }
  .teacher-minImg ul li a p {
    font-size: 14px;
    margin-top: 76px;
  }
  .teacher-bacground .teacher-wangP.container {
    margin-bottom: 140px;
  }
  .slice.slice-lg {
    padding-top: 0;
  }
  #timer-shaft .affair-time.affair-time-04 .affair-time-img,
  #timer-shaft .affair-time.affair-time-07 .affair-time-img {
    width: 100%;
    height: auto;
  }
  .pte-cartogram div img:nth-child(1),
  .pte-cartogram div img:nth-child(2) {
    width: auto;
    height: 140px;
  }
  .school-class-offline .school-class-box .school-class-list,
  .school-class-offline .school-class-box .school-class-list:nth-child(odd) {
    width: 150px;
    margin: 0 4px 10px 4px;
  }
  .school-class-offline .school-class-box {
    width: 330px;
  }
  .media-report.PteUniversities-cont {
    height: 620px;
  }
  .cooperative-partner .textTitle {
    margin-bottom: 15px;
  }
  .school-class-offline .school-class-box {
    width: 316px;
  }
  .footer-dark .list-unstyled li a {
    font-size: 10px;
  }
  .justify-content-center {
    margin: 10px 0 !important;
  }
  .justify-content-center > div {
    padding: 0;
  }
  .footer.footer-dark {
    height: 855px;
    padding-top: 3.5rem;
  }
  .PTE-test-materials ul li p {
    font-size: 12px;
  }
}

@media only screen and (max-width: 375px) and (min-width: 300px) {
  .pte-app .pte-app-left {
    left: 10px;
    font-size: 11px;
  }
  .Yangtuo-Class {
    height: auto;
  }
  .pte-app-right {
    right: 10px;
  }
  .pte-app .pte-app-left,
  .pte-app .pte-app-right {
    line-height: 26px;
  }
  .teacher-minImg {
    margin-left: -80px;
  }
  .Yangtuo-Class .Yangtuo-Class-msg,
  #sct_call_to_action p.lead {
    font-size: 9px;
  }
  .pte-app .pte-app-right {
    right: 10px;
    bottom: -106px;
  }
  .pte-cartogram div img:nth-child(1),
  .pte-cartogram div img:nth-child(2) {
    width: auto;
    height: 120px;
  }
  .pte-cartogram div {
    margin-top: 20px;
  }
  .pte-cartogram {
    height: 215px;
  }
  .img-banner .banner-btn button {
    width: 110px;
    height: 28px;
    font-size: 12px;
    line-height: 26px;
  }
  .img-banner .banner-btn button:nth-child(1) span {
    top: 9px;
    right: 15px;
  }
  #sct_call_to_action .floating-icon {
    width: 60px;
    height: 60px;
  }
  #sct_call_to_action .floating-icon:nth-child(5) {
    top: 32px;
    left: 410px;
  }
  #sct_call_to_action .floating-icon:nth-child(2) {
    top: 32px;
    left: 490px;
  }
  #sct_call_to_action .floating-icon:nth-child(3) {
    top: 32px;
    right: -265px;
  }
  #sct_call_to_action .floating-icon:nth-child(4) {
    top: 32px;
    right: -355px;
  }
  #timer-shaft .affair-time.affair-time-05 .affair-time-img,
  #timer-shaft .affair-time.affair-time-05 .affair-time-img:nth-child(2) {
    width: auto;
    height: 100px;
  }
  .PteUniversities-bg {
    height: 410px;
  }
  .media-report.PteUniversities-cont {
    height: 590px;
  }
  .school-class-offline .school-class-box > a.prev {
    left: -20px;
  }
  .school-class-offline .school-class-box > a.next {
    right: -20px;
  }
}

/* seo链接 */
.guide {
  display: block;
  height: 0;
  width: 0;
  overflow: hidden;
}

/*==============-- M站 -- end=====================*/
