@charset "utf-8";
/* 垂直居中 */
/* 水平居中 */
/* 垂直水平居中 */
/* 多行排列 */
/* 两端对齐 */
/* 一行平均分配 */
/* 靠左对齐 */
/* 靠右对齐 */
/* 纵向排列 */
/* 靠底部 */
/* 内容宽度 */
/* 文本溢出隐藏 一行 */
/* 文本溢出隐藏 多行 */
/* 垂直居中 */
/* 水平居中 */
/* 垂直水平居中 */
/* 多行排列 */
/* 两端对齐 */
/* 一行平均分配 */
/* 靠左对齐 */
/* 靠右对齐 */
/* 纵向排列 */
/* 靠底部 */
/* 内容宽度 */
/* 文本溢出隐藏 一行 */
/* 文本溢出隐藏 多行 */
.noData{
  text-align: center;
  margin-top: 0.1rem;
  color: #999;
}
.white-bg {
  background-color: #fff;
}

.main-width {
  width: 12rem;
  margin: 0 auto;
}

.floor-title {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10;
  color: #909090;
}
.floor-title .name {
  width: 1.66rem;
  height: 0.44rem;
  line-height: 0.44rem;
  background-color: #CC191B;
  color: #fff;
  font-size: 0.2rem;
  font-weight: bold;
  text-align: center;
  border-radius: 0 0.22rem 0 0.22rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.floor-title .name .img {
  margin-top: -0.03rem;
  margin-right: 0.06rem;
}
.floor-title .more {
  font-size: 0.14rem;
}

.ico-title {
  display: flex;
  align-items: center;
}
.ico-title img {
  width: 0.2rem;
  height: 0.24rem;
  object-fit: contain;
}
.ico-title .title {
  flex: 1;
}
.ico-title .title .name {
  font-size: 0.2rem;
  font-weight: bold;
  margin-left: 0.05rem;
  color: #000;
}
.ico-title .title .tip {
  color: #666;
  border-left: 1px solid #999;
  display: inline-block;
  height: 0.17rem;
  padding-left: 0.1rem;
  margin-left: 0.1rem;
}
.ico-title .more {
  color: #909090;
}
.ico-title .more:hover {
  color: #CC191B;
}

.flex1 {
  flex: 1;
}

.red {
  color: #CA171F;
}

.primary {
  color: #CC191B;
}

.mt20 {
  margin-top: 0.2rem;
}

.mt30 {
  margin-top: 0.3rem;
}

.form {
  background-color: #F4F4F4;
  padding: 0 0.2rem 0.2rem;
  overflow: hidden;
  margin-left: 0.1rem;
}
.form .input_group {
  display: flex;
  margin-top: 0.2rem;
}
.form .label {
  width: 0.75rem;
  margin-top: 0.12rem;
}
.form .input input {
  width: 100%;
  height: 0.42rem;
  padding: 0 0.2rem;
  background-color: #fff;
}
.form .send {
  width: 0.77rem;
  height: 0.42rem;
  background: #CA171F;
  border-radius: 0.07rem;
  margin-left: 0.1rem;
  text-align: center;
  color: #fff;
}
.form .send.active {
  color: #333;
  background: #e5e5e5;
}
.form .send:hover {
  background: #e72d35;
}
.form .btn_box {
  margin-top: 0.2rem;
  text-align: center;
}
.form .btn_box .btn {
  width: 1.14rem;
  height: 0.36rem;
  border: 1px solid #CC191B;
  text-align: center;
  margin: 0 0.1rem;
  border-radius: 0.07rem;
}
.form .btn_box .btn.btn1 {
  color: #CC191B;
}
.form .btn_box .btn.btn2 {
  background-color: #CC191B;
  color: #fff;
}
.form .btn_box .btn.btn2:hover {
  background-color: #e31c1e;
}

.scale:hover {
  transform: scale(1.05);
  transition: transform 0.5s ease;
}

.show {
  display: block;
}

.hide {
  display: none;
}

.advertisement {
  width: 100%;
}
.advertisement .img {
  width: 100%;
  object-fit: contain;
}

.fx_ads {
  display: block;
  text-align: center;
}

.base-swiper,
.teacher_swiper {
  width: 100%;
  padding-bottom: 0.1rem;
}
.base-swiper:after,
.teacher_swiper:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.02rem;
  background-color: #F3F3F3;
  position: relative;
  bottom: 0;
  left: 0;
}
.base-swiper .swiper-slide,
.teacher_swiper .swiper-slide {
  height: 0.38rem;
  line-height: 0.38rem;
}
.base-swiper .swiper-slide.active::after,
.teacher_swiper .swiper-slide.active::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -8px;
  border-top: 8px solid #CC191B;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  z-index: 10;
}
.base-swiper .swiper-slide,
.base-swiper .swiper-slide.active,
.teacher_swiper .swiper-slide,
.teacher_swiper .swiper-slide.active {
  text-align: center;
  padding: 0 0.05rem;
  cursor: pointer;
}
.base-swiper .swiper-slide.active,
.base-swiper .swiper-slide.active.active,
.teacher_swiper .swiper-slide.active,
.teacher_swiper .swiper-slide.active.active {
  font-size: 0.17rem;
  font-weight: bold;
  color: #CC191B;
  background-color: #fff;
}

.teacher_swiper {
  margin-top: 30px;
}
.teacher_swiper .swiper-wrapper {
  background-color: #F8F8F8;
}

.header .header-top {
  display: flex;
  justify-content: space-between;
  height: 0.3rem;
  line-height: 0.3rem;
  color: #6E6E6E;
  font-size: 0.13rem;
}
.header .header-top .hot-area .link {
  margin-left: 0.1rem;
}
.header .header-top .login a {
  margin-left: 0.1rem;
}
.header .header-cont {
  background-color: #2C2C2C;
}
.header .header-cont .header-box {
  display: flex;
  align-items: center;
  height: 0.75rem;
  color: #D2D2D2;
}
.header .header-cont .header-box .logo .img {
  height: 0.5rem;
  object-fit: contain;
}
.header .header-cont .header-box .address {
  position: relative;
  margin: 0 0.2rem;
}
.header .header-cont .header-box .address .icon {
  width: 0.13rem;
  height: 0.16rem;
  object-fit: contain;
}
.header .header-cont .header-box .address .selectedCity {
  color: #FA5615;
}
.header .header-cont .header-box .address .substation {
  cursor: pointer;
}
.header .header-cont .header-box .address .substation-box {
  position: absolute;
  background: #fff;
  width: 6.7rem;
  visibility: hidden;
  padding: 0 0 0.2rem 0.2rem;
  border-radius: 0.1rem;
  box-shadow: 0px 0px 0.08rem 0px #999;
  top: 100%;
  left: 0;
  -webkit-transition: transform 0.5s;
  transition: transform 0.5s;
  z-index: 9;
}
.header .header-cont .header-box .address .substation-box.active {
  transform: translateY(15px);
  visibility: visible;
}
.header .header-cont .header-box .address .substation-box::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.088rem;
  left: 0.62rem;
  border-bottom: 0.1rem solid #fff;
  border-left: 0.1rem solid transparent;
  border-right: 0.1rem solid transparent;
}
.header .header-cont .header-box .address .substation-box .tit {
  font-size: 0.18rem;
  color: #CC191B;
  font-weight: bold;
  margin-top: 0.2rem;
}
.header .header-cont .header-box .address .substation-box .substation-list {
  display: flex;
  flex-wrap: wrap;
}
.header .header-cont .header-box .address .substation-box .substation-list .item {
  display: block;
  width: 0.7rem;
  height: 0.25rem;
  line-height: 0.25rem;
  border: 1px solid #ccc;
  text-align: center;
  color: #333;
  text-decoration: none;
  font-size: 0.12rem;
  margin-top: 0.15rem;
  margin-right: 0.1rem;
  border-radius: 0.05rem;
  padding: 0 0.04rem;
}
.header .header-cont .header-box .address .substation-box .substation-list .item:hover {
  background-color: #CC191B;
  color: #fff;
}
.header .header-cont .header-box .address .substation-box .close {
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 0.48rem;
  height: 0.48rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .header-cont .header-box .address .substation-box .close .img {
  width: 0.24rem;
  height: 0.24rem;
  object-fit: contain;
  cursor: pointer;
}
.header .header-cont .header-box .menu {
  flex: 1;
}
.header .header-cont .header-box .menu .item {
  display: inline-block;
  padding: 0 0.1rem;
  height: 0.75rem;
  line-height: 0.75rem;
  color: #D2D2D2;
}
.header .header-cont .header-box .menu .item.active {
  background-color: #434343;
  color: #FA5615;
}
.header .header-cont .header-box .menu .item:hover {
  color: #FA5615;
}
.header .header-cont .header-box .phone-icon {
  width: 0.25rem;
  height: 0.25rem;
  object-fit: contain;
}
.header .header-cont .header-box .phone {
  font-size: 0.18rem;
  color: #CC191B;
  margin-left: 0.05rem;
}

.findUniversity {
  padding-top: 0.6rem;
  height: 3.1rem;
  background: url("https://www.redleavesmuskoka.com/gbpx-new/img/findUniversity-bg.png") center no-repeat;
  background-size: auto 3.1rem;
}
.findUniversity .floor1 {
  font-size: 0.19rem;
  color: #fbd2a3;
}
.findUniversity .floor1 .floor1-ul {
  display: flex;
  align-items: center;
}
.findUniversity .floor1 .floor1-ul .item {
  position: relative;
  margin-right: 0.3rem;
}
.findUniversity .floor1 .floor1-ul .item::after {
  display: inline-block;
  content: "";
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 50%;
  background-color: #fbd2a3;
  position: absolute;
  top: 50%;
  margin-top: -0.03rem;
  right: -0.18rem;
}
.findUniversity .floor1 .floor1-ul .item:last-child::after {
  display: none;
}
.findUniversity .floor2 {
  margin-top: 0.1rem;
  font-size: 0.3rem;
  font-weight: bold;
  color: #f9ead0;
}
.findUniversity .search-box {
  margin-top: 0.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  width: 4.94rem;
  height: 0.48rem;
  background-color: #fff;
}
.findUniversity .search-box .input_select {
  border-right: 1px solid #9A9A9A;
  margin: 0.1rem 0;
  font-size: 0.15rem;
  line-height: 0.28rem;
}
.findUniversity .search-box .input_select .common_select {
  position: relative;
  height: 100%;
  cursor: pointer;
  padding: 0 0.2rem;
}
.findUniversity .search-box .input_select .common_select .input_box {
  display: flex;
  align-items: center;
}
.findUniversity .search-box .input_select .common_select .name {
  flex: 1;
}
.findUniversity .search-box .input_select .common_select .select_list {
  display: none;
  position: absolute;
  width: 100%;
  max-height: 2rem;
  overflow-y: auto;
  top: 100%;
  left: 0;
  background-color: #fff;
  z-index: 100;
  box-shadow: 0px 0px 0.13rem 0px rgba(214, 214, 214, 0.65);
}
.findUniversity .search-box .input_select .common_select .select_list li {
  padding: 0.05rem 0.2rem;
  border-bottom: 1px solid #e5e5e5;
}
.findUniversity .search-box .input_select .common_select .select_list li:hover {
  background-color: #CC191B;
  color: #fff;
}
.findUniversity .search-box .input {
  flex: 1;
  height: 100%;
}
.findUniversity .search-box .input input {
  padding: 0 0.2rem;
  width: 100%;
  height: 100%;
}
.findUniversity .search-box .search {
  width: 0.8rem;
  height: 100%;
  background: linear-gradient(-75deg, #F94D06, #FD7343);
  color: #fff;
  font-size: 0.15rem;
  text-align: center;
  line-height: 0.48rem;
  letter-spacing: 0.02rem;
}
.findUniversity .hot-list {
  width: 4.94rem;
  color: #FBD2A3;
  font-size: 0.14rem;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  margin-top: 0.18rem;
}
.findUniversity .hot-list .img {
  width: 0.14rem;
  height: 0.16rem;
  object-fit: contain;
  margin-right: 0.06rem;
}
.findUniversity .hot-list .link-list {
  flex: 1;
  overflow: hidden;
  color: #FBD2A3;
}
.findUniversity .hot-list .link-list .link {
  display: inline-block;
  margin: 0 0.1rem 0.05rem 0;
}

.recommendSchool {
  margin-top: 0.3rem;
}
.recommendSchool .floor-title .more {
  margin-top: -0.2rem;
}
.recommendSchool .recommend-school {
  margin-top: -0.1rem;
  background-color: #fff;
  height: 1.28rem;
  padding-left: 0.2rem;
  display: flex;
  align-items: center;
}
.recommendSchool .recommend-school .item {
  width: 20%;
  padding-right: 0.1rem;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.recommendSchool .recommend-school .img-box {
  width: 0.6rem;
  height: 0.6rem;
  overflow: hidden;
  margin-right: 0.08rem;
}
.recommendSchool .recommend-school .img-box .img {
  object-fit: contain;
  width: 0.6rem;
  height: 0.6rem;
  object-fit: contain;
}
.recommendSchool .recommend-school .con {
  flex: 1;
  overflow: hidden;
}
.recommendSchool .recommend-school .con .name {
  display: block;
  font-size: 0.15rem;
  font-weight: bold;
}
.recommendSchool .recommend-school .text-box {
  color: #909090;
  margin-top: 0.1rem;
  display: flex;
}
.recommendSchool .recommend-school .text-box .link {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.recommendSchool .recommend-school .text-box .link:first-child {
  margin-right: 0.1rem;
}

.popularTopics {
  margin-top: 0.3rem;
}
.popularTopics .hot-topic {
  display: flex;
  justify-content: flex-start;
  background-color: #fff;
  border-radius: 0px 0.56rem 0.56rem 0px;
  overflow: hidden;
  min-height: 3.52rem;
  margin-top: -0.1rem;
}
.popularTopics .hot-topic .box1 {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  padding: 0.2rem;
}
.popularTopics .hot-topic .box1 .item {
  width: 16.66666%;
  text-align: center;
  margin: 0.2rem 0;
}
.popularTopics .hot-topic .box1 .item .name {
  color: #333333;
  font-size: 0.15rem;
  font-weight: bold;
  margin-top: 0.1rem;
}
.popularTopics .hot-topic .box1 .item:hover img {
  transition: transform 0.5s;
  transform: translateY(-0.05rem);
}
.popularTopics .hot-topic .box1 .link_box {
  color: #909090;
}
.popularTopics .hot-topic .box1 .link_box .link {
  display: inline-block;
  margin: 0.1rem 0.08rem 0;
}
.popularTopics .hot-topic .box2 {
  width: 0.66rem;
  align-self: stretch;
  background-color: #CC191B;
  color: #fff;
  font-size: 0.16rem;
  text-align: center;
  color: #E8E8E8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popularTopics .hot-topic .box2:hover {
  background-color: #e63234;
}

.floor-common {
  background-color: #fff;
  margin-top: 0.3rem;
  margin-bottom: 0.35rem;
  padding: 0.4rem 0.2rem;
}
.floor-common .popularSchools {
  display: flex;
  justify-content: space-between;
}
.floor-common .popularSchools .box1 {
  flex: 1;
  overflow: hidden;
}
.floor-common .popularSchools .box1 .school-box {
  display: flex;
  align-items: center;
  margin-top: 0.2rem;
}
.floor-common .popularSchools .box1 .school-box .school-list {
  width: 2.74rem;
  height: 5.37rem;
  display: flex;
  flex-direction: column;
  background-color: #F8F8F8;
  overflow: hidden;
  border-radius: 0.1rem 0.1rem 0 0;
}
.floor-common .popularSchools .box1 .school-box .school-list .title {
  height: 0.5rem;
  background-color: #CC191B;
  color: #fff;
  font-size: 0.16rem;
  padding: 0 0.25rem;
  display: flex;
  align-items: center;
}
.floor-common .popularSchools .box1 .school-box .school-list .title .icon {
  width: 0.15rem;
  height: 0.21rem;
  object-fit: contain;
}
.floor-common .popularSchools .box1 .school-box .school-list .title .tit {
  flex: 1;
  margin-left: 0.05rem;
}
.floor-common .popularSchools .box1 .school-box .school-list .title .more {
  color: #E18185;
  font-size: 0.14rem;
}
.floor-common .popularSchools .box1 .school-box .school-list .school_arrow {
  height: 0.66rem;
  text-align: center;
}
.floor-common .popularSchools .box1 .school-box .school-list .school_arrow .arrow {
  display: inline-block;
  width: 0.24rem;
  height: 0.24rem;
  background: url("https://www.redleavesmuskoka.com/gbpx-new/img/arrow-bot-2.png") center no-repeat;
  margin: 0 0.1rem;
  cursor: pointer;
  margin-top: 0.2rem;
}
.floor-common .popularSchools .box1 .school-box .school-list .school_arrow .arrow:first-child {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.floor-common .popularSchools .box1 .school-box .school-list .school_arrow .arrow:hover {
  background: url("https://www.redleavesmuskoka.com/gbpx-new/img/arrow-bot-2-hover.png") center no-repeat;
}
.floor-common .popularSchools .box1 .school-box .china_map {
  height: 4.01rem;
  margin-left: 0.2rem;
  flex: 1;
}
.floor-common .popularSchools .box1 .school-box .school-swiper {
  flex: 1;
  overflow: hidden;
  padding: 0 0.14rem;
}
.floor-common .popularSchools .box1 .school-box .school-swiper .swiper-container {
  height: 100%;
}
.floor-common .popularSchools .box1 .school-box .school-swiper .swiper-slide {
  height: 1.05rem;
  border-bottom: 1px solid #E8E8E8;
  display: flex;
  align-items: center;
}
.floor-common .popularSchools .box1 .school-box .school-swiper .con-box {
  flex: 1;
  overflow: hidden;
}
.floor-common .popularSchools .box1 .school-box .school-swiper .img-box {
  width: 0.46rem;
  height: 0.46rem;
  margin-right: 0.1rem;
  border-radius: 50%;
  overflow: hidden;
}
.floor-common .popularSchools .box1 .school-box .school-swiper .img-box .img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.floor-common .popularSchools .box1 .school-box .school-swiper .name {
  font-size: 0.16rem;
  font-weight: bold;
}
.floor-common .popularSchools .box1 .school-box .school-swiper .address {
  margin-top: 0.1rem;
  color: #666666;
  font-size: 0.13rem;
}
.floor-common .popularSchools .box2 {
  width: 3.6rem;
  margin-left: 0.25rem;
}
.floor-common .popularSchools .box2 .form_title {
  height: 0.53rem;
  background-color: #F4F4F4;
  margin-top: 0.2rem;
  font-size: 0.16rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-left: 0.1rem;
  letter-spacing: 0;
}
.floor-common .popularSchools .box2 .form_title .tit {
  display: block;
  width: 1.09rem;
  height: 0.41rem;
  line-height: 0.41rem;
  background: #CA171F;
  border-radius: 0.05rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin: 0 0.1rem 0 -0.1rem;
}
.floor-common .popularSchools .box2 .form_title .primary {
  margin: 0 0.04rem;
}
.floor-common .hot-school {
  display: flex;
  justify-content: flex-start;
}
.floor-common .hot-school .box1 {
  flex: 1;
  overflow: hidden;
  padding: 0 0.08rem;
}
.floor-common .hot-school .box1 .swiper-wrap {
  margin-top: 0.2rem;
  display: flex;
  align-items: center;
}
.floor-common .hot-school .box1 .swiper-wrap .arrow {
  cursor: pointer;
}
.floor-common .hot-school .box1 .swiper-wrap .hot_swiper .swiper-slide {
  display: flex;
  align-items: center;
  height: 0.74rem;
  padding: 0 0.1rem;
  margin-bottom: 0.1rem;
  cursor: pointer;
}
.floor-common .hot-school .box1 .swiper-wrap .hot_swiper .swiper-slide.active {
  /* background-color: #CC191B; */
  border: 1px solid #CC191B;
}
.floor-common .hot-school .box1 .swiper-wrap .hot_swiper .swiper-slide.active .name {
  /* color: #fff; */
}
.floor-common .hot-school .box1 .swiper-wrap .hot_swiper .swiper-slide.active::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.1rem;
  left: 50%;
  margin-left: -0.05rem;
  border-top: 0.1rem solid #CC191B;
  border-left: 0.1rem solid transparent;
  border-right: 0.1rem solid transparent;
}
.floor-common .hot-school .box1 .swiper-wrap .hot_swiper .img-box {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 0.06rem;
}
.floor-common .hot-school .box1 .swiper-wrap .hot_swiper .img-box .img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.floor-common .hot-school .box1 .swiper-wrap .hot_swiper .name {
  flex: 1;
  font-size: 0.16rem;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.floor-common .hot-school .box1 .tab-cont .school-item {
  margin-top: 0.14rem;
  display: flex;
  padding: 0.1rem;
  background: #FFFFFF;
  box-shadow: 0 0 0.13rem 0 rgba(214, 214, 214, 0.65);
}
.floor-common .hot-school .box1 .tab-cont .school-item .img-box {
  width: 1.8rem;
  height: 1.4rem;
  margin-right: 0.2rem;
  overflow: hidden;
}
.floor-common .hot-school .box1 .tab-cont .school-item .img-box .img {
  width: 1.8rem;
  height: 1.4rem;
  object-fit: contain;
}
.floor-common .hot-school .box1 .tab-cont .school-item .link_box {
  display: flex;
  align-items: center;
  padding-bottom: 0.15rem;
  margin-bottom: 0.15rem;
  border-bottom: 1px solid #EDEDED;
}
.floor-common .hot-school .box1 .tab-cont .school-item .link_box .logo {
  width: 1.78rem;
  height: 0.4rem;
  object-fit: contain;
  margin-right: 0.17rem;
}
.floor-common .hot-school .box1 .tab-cont .school-item .link_box .link {
  height: 0.3rem;
  line-height: 0.3rem;
  display: block;
  padding: 0 0.15rem;
  background: #EFEFEF;
  border-radius: 0.07rem;
  margin-right: 0.05rem;
}
.floor-common .hot-school .box1 .tab-cont .school-item .con-box {
  overflow: hidden;
}
.floor-common .hot-school .box1 .tab-cont .school-item .con-box .con {
  height: 0.48rem;
  line-height: 0.24rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 第几行显示...就是几 */
  overflow: hidden;
}
.floor-common .hot-school .box1 .tab-cont .school_trains {
  width: 7.32rem;
  display: flex;
  flex-wrap: wrap;
}
.floor-common .hot-school .box1 .tab-cont .school_trains .item {
  width: 2.2rem;
  margin-top: 0.2rem;
  margin-right: 0.2rem;
}
.floor-common .hot-school .box1 .tab-cont .school_trains .item .img-box {
  width: 100%;
  height: 1.32rem;
  overflow: hidden;
  border: 0.088rem solid #EFEFEF;
  overflow: hidden;
}
.floor-common .hot-school .box1 .tab-cont .school_trains .item .img-box .img {
  width: 2.2rem;
  height: 1.32rem;
}
.floor-common .hot-school .box1 .tab-cont .school_trains .item .txt {
  margin-top: 0.1rem;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.floor-common .hot-school .box2 {
  width: 4.2rem;
  margin-left: 0.2rem;
}
.floor-common .hot-school .box2 .train_dynamic {
  background-color: #F8F8F8;
  margin-top: 0.2rem;
  padding: 0.2rem;
}
.floor-common .hot-school .box2 .train_dynamic .dynamic {
  background-color: #fff;
  padding: 0.2rem;
}
.floor-common .hot-school .box2 .train_dynamic .dynamic .tit {
  font-size: 0.16rem;
  line-height: 0.24rem;
  height: 0.48rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 第几行显示...就是几 */
  overflow: hidden;
}
.floor-common .hot-school .box2 .train_dynamic .dynamic .con {
  margin-top: 0.1rem;
  line-height: 0.2rem;
  height: 0.6rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* 第几行显示...就是几 */
  overflow: hidden;
  color: #666;
}
.floor-common .hot-school .box2 .train_dynamic .dynamic .date {
  margin-top: 0.1rem;
  color: #909090;
  display: flex;
  justify-content: space-between;
}
.floor-common .hot-school .box2 .train_dynamic .gx_list {
  margin-top: 0.2rem;
  border-top: 1px solid #E4E4E4;
}
.floor-common .hot-school .box2 .train_dynamic .gx_list .item {
  display: flex;
  align-items: center;
  margin-top: 0.15rem;
}
.floor-common .hot-school .box2 .train_dynamic .gx_list .item::before {
  content: "";
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 50%;
  margin-right: 0.1rem;
  background-color: #CC191B;
  vertical-align: middle;
}
.floor-common .hot-school .box2 .train_dynamic .gx_list .item .tit {
  padding-right: 0.2rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.floor-common .hot-school .box2 .train_dynamic .fx_ads {
  margin-top: 0.2rem;
  height: 1.9rem;
}
.floor-common .hot-school .box2 .train_dynamic .fx_ads .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.floor-common .trainBase .trainBase-cont {
  display: flex;
  justify-content: flex-start;
  margin-top: 0.2rem;
}
.floor-common .trainBase .trainBase-cont .box1 {
  width: 3.2rem;
  background-color: #F8F8F8;
  margin-right: 0.25rem;
  padding-bottom: 0.2rem;
}
.floor-common .trainBase .trainBase-cont .box1 .box-title {
  display: inline-block;
  padding: 0 0.3rem;
  height: 0.35rem;
  line-height: 0.35rem;
  color: #fff;
  text-align: center;
  background-color: #CC191B;
  border-radius: 0 0 0.25rem 0;
  font-size: 0.17rem;
  font-weight: bold;
}
.floor-common .trainBase .trainBase-cont .box1 .box-title .img {
  margin-top: -0.03rem;
  vertical-align: middle;
}
.floor-common .trainBase .trainBase-cont .box1 .basic-list {
  font-size: 0.16rem;
  color: #717171;
  background: url("https://www.redleavesmuskoka.com/gbpx-new/img/trainBase-bg.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  margin: 0 0.2rem;
}
.floor-common .trainBase .trainBase-cont .box1 .basic-list .item {
  display: block;
  padding-left: 0.25rem;
  margin-top: 0.15rem;
  background-image: url("https://www.redleavesmuskoka.com/gbpx-new/img/arrow-right-2.png");
  background-position: left center;
  background-repeat: no-repeat;
}
.floor-common .trainBase .trainBase-cont .box1 .basic-list .item:hover {
  background-image: url("https://www.redleavesmuskoka.com/gbpx-new/img/arrow-right-2-selected.png");
}
.floor-common .trainBase .trainBase-cont .box1 .fx_ads {
  margin: 0.15rem 0.2rem 0;
}
.floor-common .trainBase .trainBase-cont .box1 .fx_ads img {
  max-width: 100%;
}
.floor-common .trainBase .trainBase-cont .box2 {
  overflow: hidden;
}
.floor-common .trainBase .trainBase-cont .box2 .tab-cont .box .basic-address {
  display: flex;
  flex-wrap: wrap;
}
.floor-common .trainBase .trainBase-cont .box2 .tab-cont .box .basic-address .item {
  width: 2.6rem;
  margin-top: 0.2rem;
  margin-right: 0.17rem;
  position: relative;
}
.floor-common .trainBase .trainBase-cont .box2 .tab-cont .box .basic-address .item:nth-child(3n) {
  margin-right: 0;
}
.floor-common .trainBase .trainBase-cont .box2 .tab-cont .box .basic-address .item .img-box {
  width: 100%;
  height: 1.55rem;
  overflow: hidden;
}
.floor-common .trainBase .trainBase-cont .box2 .tab-cont .box .basic-address .item .img-box .img {
  width: 100%;
  height: 100%;
}
.floor-common .trainBase .trainBase-cont .box2 .tab-cont .box .basic-address .item .tit-box {
  margin-top: 0.1rem;
  display: flex;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.floor-common .trainBase .trainBase-cont .box2 .tab-cont .box .basic-address .item .tit-box .name {
  width: 1.3rem;
  flex-shrink: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.floor-common .trainBase .trainBase-cont .box2 .tab-cont .box .basic-address .item .tit-box .class {
  color: #CC191B;
  font-size: 0.14rem;
  margin-left: 0.1rem;
  flex-shrink: 0;
}
.floor-common .trainBase .trainBase-cont .box2 .tab-cont .box .basic-address .item .mark {
  position: absolute;
  left: 0;
  top: 0;
  height: 0.28rem;
  line-height: 0.28rem;
  color: #fff;
  padding: 0 0.15rem;
  z-index: 9;
  background-color: #CC191B;
  border-radius: 0 0 0.14rem 0;
}
.floor-common .famousTeacher .tab-cont .box .famousTeacher-list {
  height: 4.04rem;
  display: flex;
  flex-wrap: wrap;
  background-color: #F8F8F8;
  padding: 0.2rem 0 0.3rem 0.12rem;
  margin-top: 0.3rem;
  overflow: hidden;
}
.floor-common .famousTeacher .tab-cont .box .famousTeacher-list .item {
  display: flex;
  margin: 0.1rem 0.1rem 0 0;
  background-color: #fff;
  width: 2.76rem;
  height: 1.62rem;
  padding: 0.16rem 0.1rem;
}
.floor-common .famousTeacher .tab-cont .box .famousTeacher-list .item .img-box {
  width: 0.92rem;
  height: 1.3rem;
  overflow: hidden;
  margin-right: 0.1rem;
}
.floor-common .famousTeacher .tab-cont .box .famousTeacher-list .item .img-box .img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.floor-common .famousTeacher .tab-cont .box .famousTeacher-list .item .con-box {
  overflow: hidden;
}
.floor-common .famousTeacher .tab-cont .box .famousTeacher-list .item .con-box .tit-box {
  margin-bottom: 0.15rem;
  padding-bottom: 0.15rem;
  border-bottom: 1px solid #CECECE;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.floor-common .famousTeacher .tab-cont .box .famousTeacher-list .item .con-box .tit-box .name {
  font-size: 0.16rem;
  font-weight: bold;
}
.floor-common .famousTeacher .tab-cont .box .famousTeacher-list .item .con-box .tit-box .tip {
  padding: 0 0.05rem;
  height: 0.2rem;
  line-height: 0.2rem;
  background: #FFDADA;
  border-radius: 0.02rem;
  color: #CC191B;
  font-size: 0.13rem;
}
.floor-common .famousTeacher .tab-cont .box .famousTeacher-list .item .con-box .con {
  color: #666;
  height: 0.6rem;
  line-height: 0.2rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* 第几行显示...就是几 */
  overflow: hidden;
}
.floor-common .answer {
  display: flex;
  justify-content: space-between;
}
.floor-common .answer .box1 {
  overflow: hidden;
}
.floor-common .answer .box1 .answer-cont {
  display: flex;
  justify-content: space-between;
  margin-top: 0.3rem;
}
.floor-common .answer .box1 .answer-cont .cont-l .list .item .item-a,
.floor-common .answer .box1 .answer-cont .cont-r .list .item .item-a {
  display: block;
}
.floor-common .answer .box1 .answer-cont .cont-l .list .item .item-a .item-title,
.floor-common .answer .box1 .answer-cont .cont-r .list .item .item-a .item-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: bold;
}
.floor-common .answer .box1 .answer-cont .cont-l .list .item .item-a .item-info,
.floor-common .answer .box1 .answer-cont .cont-r .list .item .item-a .item-info {
  color: #BBBBBB;
  margin-top: 0.15rem;
  display: flex;
  align-items: center;
}
.floor-common .answer .box1 .answer-cont .cont-l .list .item .item-a .item-info .line,
.floor-common .answer .box1 .answer-cont .cont-r .list .item .item-a .item-info .line {
  display: inline-block;
  width: 0.02rem;
  height: 0.02rem;
  background-color: #BBBBBB;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 0.1rem;
}
.floor-common .answer .box1 .answer-cont .cont-l {
  width: 4.28rem;
}
.floor-common .answer .box1 .answer-cont .cont-l .list .item {
  background-color: #F5F5F5;
  margin-bottom: 0.14rem;
}
.floor-common .answer .box1 .answer-cont .cont-l .list .item:hover {
  background-color: #D0021B;
}
.floor-common .answer .box1 .answer-cont .cont-l .list .item:hover .item-a .item-l .item-title,
.floor-common .answer .box1 .answer-cont .cont-l .list .item:hover .item-a .item-l .item-info {
  color: #fff;
}
.floor-common .answer .box1 .answer-cont .cont-l .list .item .item-a {
  padding: 0.2rem;
  display: flex;
  justify-content: space-between;
}
.floor-common .answer .box1 .answer-cont .cont-l .list .item .item-a .item-l {
  width: 2.81rem;
}
.floor-common .answer .box1 .answer-cont .cont-l .list .item .item-a .item-r {
  width: 0.46rem;
}
.floor-common .answer .box1 .answer-cont .cont-l .list .item .item-a .item-r .img {
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 500%;
  overflow: hidden;
}
.floor-common .answer .box1 .answer-cont .cont-r {
  width: calc(100% - 4.28rem - 0.2rem);
  margin-left: 0.2rem;
}
.floor-common .answer .box1 .answer-cont .cont-r .list {
  border-left: 1px solid #E6E6E6;
  padding-left: 0.18rem;
}
.floor-common .answer .box1 .answer-cont .cont-r .list .item {
  position: relative;
  padding: 0.07rem 0;
}
.floor-common .answer .box1 .answer-cont .cont-r .list .item::before {
  content: "";
  display: block;
  width: 0.06rem;
  height: 0.06rem;
  background-color: #E6E6E6;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 0.14rem;
  left: -0.21rem;
  z-index: 9;
}
.floor-common .answer .box2 {
  width: 3.6rem;
  margin-left: 0.25rem;
}
.floor-common .answer .box2 .question {
  background-color: #F8F8F8;
  margin-top: 0.16rem;
  border-top: 0.05rem solid #D0021B;
  padding: 0.15rem;
}
.floor-common .answer .box2 .question .question-cont {
  background-color: #fff;
  padding: 0.15rem;
}
.floor-common .answer .box2 .question .question-cont .question-form .textarea-box {
  width: 2.74rem;
  margin: 0 auto;
}
.floor-common .answer .box2 .question .question-cont .question-form .textarea-box .textarea {
  width: 100%;
  height: 1.53rem;
  background-color: #F8F8F8;
  resize: none;
  padding: 0.1rem;
}
.floor-common .answer .box2 .question .question-cont .question-form .btn-box {
  margin-top: 0.18rem;
  text-align: right;
  padding-right: 0.15rem;
}
.floor-common .answer .box2 .question .question-cont .question-form .btn-box .btn.questionSubmit {
  width: 0.94rem;
  height: 0.3rem;
  line-height: 0.3rem;
  text-align: center;
  background-color: #D0021B;
  border-radius: 0.1rem;
  color: #fff;
  font-size: 0.14rem;
}
.floor-common .answer .box2 .question .question-cont .hot-label {
  margin-top: 0.26rem;
}
.floor-common .answer .box2 .question .question-cont .hot-label .title {
  font-size: 0.14rem;
  color: #000;
}
.floor-common .answer .box2 .question .question-cont .hot-label .list {
  margin-top: 0.2rem;
  display: flex;
  flex-wrap: wrap;
}
.floor-common .answer .box2 .question .question-cont .hot-label .list .item {
  margin: 0 0.07rem 0.08rem 0;
}
.floor-common .answer .box2 .question .question-cont .hot-label .list .item .item-a {
  display: block;
  padding: 0.08rem 0.1rem;
  background-color: #F5F5F7;
  font-size: 0.13rem;
  color: #000;
  border-radius: 0.05rem;
  overflow: hidden;
}
.floor-common .answer .box2 .question .question-cont .hot-label .list .item .item-a:hover {
  background-color: #D0021B;
  color: #fff;
}
.floor-common .newsInfo .news-box {
  display: flex;
  justify-content: space-between;
  margin-top: 0.28rem;
  height: 4.38rem;
  overflow: hidden;
}
.floor-common .newsInfo .news-box .box {
  width: 32%;
  height: 100%;
  background-color: #F8F8F8;
  padding: 0 0.18rem;
  border-radius: 0.17rem 0 0 0;
  overflow: hidden;
}
.floor-common .newsInfo .news-box .box .title {
  margin-left: -0.12rem;
  position: relative;
  z-index: 9;
  color: #909090;
  display: flex;
  align-items: center;
}
.floor-common .newsInfo .news-box .box .title .name {
  width: 1.25rem;
  height: 0.34rem;
  line-height: 0.34rem;
  border-radius: 0.17rem 0 0.17rem 0;
  font-size: 0.17rem;
  background-color: #CC191B;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.floor-common .newsInfo .news-box .box .title .name .line {
  display: inline-block;
  width: 0.03rem;
  height: 0.17rem;
  background-color: #fff;
  vertical-align: middle;
  margin-top: -0.03rem;
}
.floor-common .newsInfo .news-box .box .title .more {
  font-size: 0.14rem;
}
.floor-common .newsInfo .news-box .box .news-cont .tit,
.floor-common .newsInfo .news-box .box .news-item .tit {
  height: 0.4rem;
  line-height: 0.2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 第几行显示...就是几 */
  overflow: hidden;
}
.floor-common .newsInfo .news-box .box .news-cont .date,
.floor-common .newsInfo .news-box .box .news-item .date {
  color: #CC191B;
}
.floor-common .newsInfo .news-box .box .news-cont .icon,
.floor-common .newsInfo .news-box .box .news-item .icon {
  position: absolute;
  top: -0.05rem;
  right: 0.05rem;
  z-index: 9;
  padding: 0 0.04rem;
  height: 0.18rem;
  line-height: 0.18rem;
  border-radius: 0.09rem 0 0.09rem 0;
  color: #fff;
  text-align: center;
  background-color: #CC191B;
  font-size: 0.1rem;
}
.floor-common .newsInfo .news-box .box .news-cont {
  margin-top: 0.1rem;
  padding-bottom: 0.15rem;
  display: flex;
  justify-content: space-between;
}
.floor-common .newsInfo .news-box .box .news-cont .news {
  position: relative;
  width: 48%;
  background-color: #fff;
  padding: 0.12rem;
}
.floor-common .newsInfo .news-box .box .news-cont .news .img-box {
  height: 0.9rem;
  overflow: hidden;
}
.floor-common .newsInfo .news-box .box .news-cont .news .img-box .img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.floor-common .newsInfo .news-box .box .news-cont .news .tit {
  margin-top: 0.08rem;
}
.floor-common .newsInfo .news-box .box .news-cont .news .date {
  margin-top: 0.06rem;
}
.floor-common .newsInfo .news-box .box .news-list {
  border-top: 1px solid #E4E4E4;
}
.floor-common .newsInfo .news-box .box .news-list .item {
  display: flex;
  align-items: center;
  font-size: 0.15rem;
  margin-top: 0.15rem;
}
.floor-common .newsInfo .news-box .box .news-list .item .tit {
  padding-right: 0.2rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.floor-common .newsInfo .news-box .box .news-list .item .date {
  color: #999;
}
.floor-common .newsInfo .news-box .box .news-item {
  margin-bottom: 0.15rem;
  background-color: #fff;
  padding: 0.2rem 0.1rem;
  margin-top: 0.2rem;
  position: relative;
}
.floor-common .newsInfo .news-box .box .news-item .con {
  margin-top: 0.1rem;
  color: #666;
  height: 0.6rem;
  line-height: 0.2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* 第几行显示...就是几 */
  overflow: hidden;
}
.floor-common .newsInfo .news-box .box .news-item .date {
  margin-top: 0.1rem;
  display: flex;
  justify-content: space-between;
}
.floor-common .newsInfo .news-box .box .news-item .more {
  color: #909090;
}
.floor-common .newsInfo .news-box .box .news-item .more:hover {
  color: #CC191B;
}
.floor-common .friendlyLinks .friendlyLinks-list {
  margin: 0.1rem 0.2rem 0 0;
  color: #000;
  font-size: 0.15rem;
}
.floor-common .friendlyLinks .friendlyLinks-list .item {
  display: inline-block;
  margin: 0.1rem 0.2rem 0 0;
}

.footer {
  background: url("https://www.redleavesmuskoka.com/gbpx-new/img/footer-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 0.14rem;
  color: #A17270;
}
.footer .footer-top {
  display: flex;
  justify-content: space-between;
  padding-top: 0.4rem;
}
.footer .footer-top .box1 {
  width: 7.68rem;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.footer .footer-top .box1 .box-item {
  margin-bottom: 0.4rem;
}
.footer .footer-top .box1 .box-item.school {
  width: 100%;
}
.footer .footer-top .box1 .box-item.institution {
  width: 1.92rem;
}
.footer .footer-top .box1 .box-item.base {
  width: 3.84rem;
}
.footer .footer-top .box1 .box-item.other {
  width: 1.92rem;
}
.footer .footer-top .box1 .box-item .tit {
  height: 0.2rem;
  line-height: 0.2rem;
  font-size: 0.19rem;
  font-weight: bold;
  color: #FFDBAB;
  border-left: 3px solid #FFDBAB;
  padding-left: 0.05rem;
}
.footer .footer-top .box1 .box-item .link_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.1rem;
  font-size: 0.16rem;
}
.footer .footer-top .box1 .box-item .link_list .item {
  display: inline-block;
  width: 1.92rem;
  margin-top: 0.1rem;
  padding-right: 0.1rem;
}
.footer .footer-top .box2 {
  padding-bottom: 0.4rem;
}
.footer .footer-top .box2 .logo-box {
  display: flex;
  justify-content: flex-start;
}
.footer .footer-top .box2 .logo-box .img {
  width: 3.6rem;
  height: 0.57rem;
  object-fit: contain;
}
.footer .footer-top .box2 .logo-box .text {
  border-left: 1px solid #C7A09E;
  margin-left: 0.1rem;
  padding-left: 0.1rem;
  line-height: 0.28rem;
}
.footer .footer-top .box2 .tit {
  font-size: 0.16rem;
  margin-top: 0.3rem;
}
.footer .footer-top .box2 .phone {
  margin-top: 0.2rem;
  font-size: 0.2rem;
  font-weight: bold;
  color: #FFDBAB;
}
.footer .footer-top .box2 .phone .img {
  margin-top: -0.03rem;
}
.footer .footer-top .box2 .contact {
  line-height: 0.26rem;
  margin-top: 0.1rem;
}
.footer .copy {
  font-size: 12px;
  padding: 0.15rem 0;
  text-align: center;
  border-top: 1px solid #A0716F;
  color: #C28278;
}
.footer .copy a {
  font-size: 12px;
}
