.newHeader {
  margin: 0.5rem auto;
  width: 8.65rem;
  height: 1.5rem;
  background: url(https://webms1.xhd.cn/r/cms/tianjin/mobile/webApp2020/images/logo_index.png) center no-repeat;
  background-size: 100% 100%;
}
.nature {
  padding: 1rem 0.75rem 0;
  border-radius: 0.75rem;
  background-color: #fff;
}
.nature_title {
  padding-left: 0.7rem;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 0.9rem;
  color: #000;
  border-left: 0.15rem solid #027aff;
}
.nature_box {
  padding: 0.75rem 0 1rem;
}
.nature_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0.25rem -0.25rem;
  width: 100%;
  height: 2.3rem;
  background: url(https://webms1.xhd.cn/r/cms/tianjin/mobile/webApp2020/images/natureIcon.png) center no-repeat;
  background-size: 100% 100%;
}
.nature_list_name {
  margin-right: 0.75rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.6rem 0 0 0.75rem;
  width: 2.75rem;
  font-size: 0.8rem;
  line-height: 0.8rem;
  font-weight: 700;
  color: #fff;
}
.nature_list_txt {
  padding-top: 0.9rem;
  font-size: 0.75rem;
  line-height: 0.75rem;
  color: #000;
}

.home-navbar {
  margin-bottom: 0.75rem;
  border-radius: 0 0.75rem 0.75rem 0;
}

.ad-swiper {
  height: 4rem;
  border-radius: 0.25rem;
}

.hot_course .hot-content {
  display: none;
  height: 13.47rem;
  overflow: hidden;
}
.hot_course .cur {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hot_course .hot-content .hot-link {
  margin-top: 0.95rem;
  width: 8.375rem;
}
.hot_course .hot-content .hot-link .hot-imgbox {
  width: 8.375rem;
  height: 4.75rem;
  border-radius: 0.25rem;
  overflow: hidden;
}
.hot_course .hot-content .hot-link .hot-imgbox .hot-img {
  width: 100%;
  height: 100%;
}
.hot_course .hot-content .hot-link .hot-title {
  font-size: 0.7rem;
  line-height: 1.05rem;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hot_course {
  border-radius: 0.75rem;
}

.hot_course .info_container {
  margin-top: 0.75rem;
}

.teacher_box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 14rem;
  border-radius: 0.75rem;
}
.teacher_container {
  margin: 1rem auto 0;
  width: 17.25rem;
}
.teacher_bgc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  //	-webkit-box-pack: justify;
  //	-ms-flex-pack: justify;
  //	justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.25rem 0 0 3.5rem;
  width: 100%;
  height: 3rem;
  font-size: 0.7rem;
  color: #fff;
  background: url(https://webms1.xhd.cn/r/cms/tianjin/mobile/webApp2020/images/teacherBgc.png) center no-repeat;
  background-size: 100% 100%;
}
.teacher_bgc span {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.teacher_bgc .teacher_name {
  margin-right: 6rem;
  font-size: 0.85rem;
}

.teacher_bgc span:nth-child(2) {
  flex: 1;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.teacher_gray {
  position: relative;
  margin-bottom: 1.3rem;
  padding-top: 2.75rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 4.2rem;
  background-color: #f7f8fc;
  border-radius: 0 0 0.25rem 0.25rem;
}
.teacher_pic {
  position: absolute;
  top: -2rem;
  left: 6.6rem;
  overflow: hidden;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0.1rem 0.5rem 0 rgba(19, 95, 216, 0.32);
  box-shadow: 0 0.1rem 0.5rem 0 rgba(19, 95, 216, 0.32);
}
.teacher_txt {
  text-align: center;
  font-size: 0.7rem;
  color: #000;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.teacher_btn {
  display: block;
  margin: 0 auto;
  width: 14.25rem;
  height: 1.8rem;
  font-size: 0.7rem;
  line-height: 1.8rem;
  text-align: center;
  color: #fff;
  background-color: #027aff;
  border-radius: 0.9rem;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 40px;
}
.swiper-pagination-bullet {
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  background-color: #8c8c8c;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #027aff;
}

.teacher_pic img {
  width: 100%;
}

.icon-index_icon1 {
  width: 2.325rem;
  height: 2.575rem;
  background: url(../images/sprite.png) 0rem -35.925rem no-repeat;
  background-size: 5.4rem 53.725rem;
}

.icon-index_icon6 {
  width: 2.275rem;
  height: 2.575rem;
  background: url(../images/sprite.png) 0rem -18.975rem no-repeat;
  background-size: 5.4rem 53.725rem;
}
.home-navbar .nav-link .icon {
  width: 3.2rem;
  height: 3.2rem;
  left: 0.22rem;
}

.icon-index_icon1 {
  background: url(../images/0001.png) center no-repeat;
  background-size: 100% 100%;
}
.icon-index_icon2 {
  background: url(../images/0002.png) center no-repeat;
  background-size: 100% 100%;
}
.icon-index_icon3 {
  background: url(../images/0003.png) center no-repeat;
  background-size: 100% 100%;
}

.icon-index_icon4 {
  background: url(../images/0004.png) center no-repeat;
  background-size: 100% 100%;
}
.icon-index_icon8 {
  background: url(../images/0005.png) center no-repeat;
  background-size: 100% 100%;
}

.icon-index_icon5 {
  background: url(../images/0006.png) center no-repeat;
  background-size: 100% 100%;
}

.icon-index_icon6 {
  background: url(../images/0007.png) center no-repeat;
  background-size: 100% 100%;
}

.icon-index_icon6 {
  background: url(../images/0007.png) center no-repeat;
  background-size: 100% 100%;
}

.icon-index_icon7 {
  background: url(../images/0008.png) center no-repeat;
  background-size: 100% 100%;
}
.icon-index_icon9 {
  background: url(../images/0009.png) center no-repeat;
  background-size: 100% 100%;
}
.icon-index_icon10 {
  background: url(../images/0010.png) center no-repeat;
  background-size: 100% 100%;
}

.home-navbar .nav-link .txt {
  margin-top: 3.1rem;
}

.home-navbar .nav-link {
  margin-bottom: 0.6rem;
}

.ad-swiper.swiper-container-horizontal > .swiper-pagination-bullets,
.ad-swiper.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}
/* 热门活动 */
.rmhd {
  width: 100%;
  height: 11.3rem;
  margin-bottom: 0.5rem;
  padding: 0.75rem 0;
  border-radius: 0.75rem;
  background-color: #fff;
}
.rmhd .pad-15 {
  padding-left: 0.75rem;
}
.rmhd-box {
  width: 100%;
  height: 8.25rem;
  margin-top: 0.75rem;
}
.rm-swiper .swiper-slide {
  box-sizing: border-box;
  width: 15rem;
  /* height: 8.25rem; */
  margin-left: 0.75rem;
  padding: 0.75rem 1rem 0.75rem 0.5rem;
  border-radius: 0.5rem;
  background-color: #f2f8ff;
}
.rm-tag {
  display: flex;
  align-items: center;
  margin-bottom: 0.6rem;
}

.rm-tag .rm-bt {
  width: 1.9rem;
  height: 0.8rem;
  margin-right: 0.25rem;
  padding: 0.125rem;
  line-height: 0.8rem;
  border-radius: 0.125rem;
  text-align: center;
  font-size: 0.55rem;
  color: #fff;
  background-image: linear-gradient(0deg, #ff8048 0%, #fcb432 100%);
}
.rm-tag .rm-title {
  width: 11.3rem;
  font-size: 0.75rem;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rm-teachers {
  display: flex;
  align-items: center;
  margin-bottom: 0.375rem;
}

.rm-item {
  display: flex;
  width: 5.8rem;
  margin-right: 1.25rem;
}

.rm-item .mr-30 {
  width: 2.5rem;
  margin-right: 0.75rem;
  text-align: center;
}

.rm-item img {
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 0.25rem;
}
.rm-item .pic-des {
  font-size: 0.6rem;
  color: #000;
}
.rm-teachers .rm-yy {
  width: 5.5rem;
  height: 1.5rem;
  padding: 0.4rem 0.675rem;
  line-height: 1.5rem;
  border-radius: 30px;
  font-size: 0.7rem;
  color: #fff;
  text-align: center;
  filter: drop-shadow(0px 8px 11px rgba(255, 100, 32, 0.38));
  background-image: linear-gradient(0deg, #ff8048 0%, #fcb432 100%);
}
.rm-info {
  display: flex;
}
.rm-info-box {
  width: 4.5rem;
  margin-right: 0.8rem;
}
.rm-info-item {
  width: 2.65rem;
  height: 0.8rem;
  margin-bottom: 0.5rem;
  line-height: 0.8rem;
  border-radius: 0.125rem;
  font-size: 0.55rem;
  text-align: center;
  color: #027aff;
  padding: 0.125rem 0.25rem;
  background-color: #f2f8ff;
  border: 1px solid #027aff;
}
.rm-fd {
  display: flex;
  flex-direction: column;
}
.rm-time,
.rm-address {
  font-size: 0.6rem;
  color: #000;
}
.rm-time {
  width: 4.5rem;
}
.rm-address {
  width: 8.425rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
