.inside_tuition.bg {
  background-image: url(../img/new/newbg.png);
  background-size: cover;
  padding-top: 0.5rem;
}

.inside_tuition.bg2 {
  background-image: url(../img/new/newbg2.png);
  background-size: cover;
  padding-top: 0.5rem;
}

.inside_tuition .crumbNav ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.inside_tuition .crumbNav ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.inside_tuition .crumbNav ul li a,
.inside_tuition .crumbNav ul li span {
  color: #939393;
  font-size: 0.2rem;
  transition: all 0.5s;
}

.inside_tuition .crumbNav ul li.active a {
  color: #464646;
}

.inside_tuition ul li span {
  padding: 0 0.05rem;
}

.newFraisTitle {
  font-family: Poppins, Poppins;
  font-weight: bold;
  font-size: 0.22rem;
  color: #414141;
  height: auto;
}

.newFraisTxt {
  font-family: MiSans, MiSans;
  font-size: 0.2rem;
  color: #000000;
  line-height: 0.3rem;
}

.mt7 {
  margin-top: 0.7rem;
}

.mt42 {
  margin-top: 0.42rem;
}

.mt60 {
  margin-top: 0.6rem;
}

.mt81 {
  margin-top: 0.81rem;
}

.newFraisRed {
  width: 100%;
}

.newFraisRed > li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 0.18rem;
  color: #dd0a1e;
  margin-top: 0.1rem;
}

.newFraisBox {
  width: 100%;
  padding: 0.4rem 0.45rem 0.4rem 0.28rem;
  background: #ffffff;
  border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  border: 0.01rem solid #c6c6c6;
  margin-top: 0.4rem;
  box-sizing: border-box;
}

.newFraisTop {
  width: 100%;
  display: flex;
  align-items: center;
}

.newFraisNum {
  font-weight: 600;
  font-size: 0.75rem;
  color: #dd0a1e;
}

.newFraisTitle2 {
  font-weight: 600;
  font-size: 0.18rem;
  color: #dd0a1e;
  margin-left: 0.21rem;
}

.newFraisLine {
  width: 100%;
  border: 0.01rem solid #d1d1d1;
  margin: 0.13rem auto;
}

.newFraisTxt2 {
  font-size: 0.16rem;
  color: #535353;
  line-height: 0.3rem;
}

/* 3.1 */

.newBtnList {
  width: 13.83rem;
  display: flex;
  margin: 0.66rem auto 0;
  justify-content: space-between;
}

.newBtnList > li {
  width: 6.5rem;
  height: 1.3rem;
  background: #dd0a1e;
  border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  display: flex;
}

.newBtnList > li > a {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.newBtnList > li p {
  font-family: Poppins, Poppins;
  font-weight: bold;
  font-size: 0.22rem;
  color: #ffffff;
}

.newBtnList > li img {
  width: 0.25rem;
  display: block;
  margin-top: 0.08rem;
  transition: all 0.6s;
}

.newBtnList > li:hover img {
  transform: translateY(-0.1rem);
}

/* 4.6 */

.newResTitle {
  font-weight: bold;
  font-size: 0.35rem;
  color: #000000;
}

.mt26 {
  margin-top: 0.26rem;
}

.newResBox {
  width: 100%;
  padding: 0.545rem 0.39rem 0.59rem;
  background: #ffffff;
  box-shadow: 0rem 0rem 0.2rem 0.01rem rgba(0, 0, 0, 0.08);
  border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
}

.newResTime {
  font-weight: 600;
  font-size: 0.18rem;
  color: #dd0a1e;
}

.newResLine {
  width: 14.13rem;
  margin: 0.32rem auto 0.34rem;
  border: 0.01rem solid #dbdbdb;
}

.newResTxtBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.newResTxtBox p {
  font-size: 0.18rem;
  color: #000000;
}

.newResTxtBox span,.newResTxt2 span {
  color: #dd0a1e;
}

.newResTxt2 {
  font-size: 0.18rem;
  color: #000000;
  line-height: 0.35rem;
  margin-top: 0.2rem;
}

.newResUl{
    width: 100%;
}

.newResUl>li{
    width: 100%;
    margin-bottom: 0.24rem;
    font-size: 0.18rem;
    color: #000000;
}
.newResUl>li:last-child{
    margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
  .newBtnList{
    width: 95%;
    display: block;
  }
  .newBtnList > li{
    margin: auto;
    width: 80%;
    margin-bottom: 0.2rem;
  }
  .newResLine{
    width: 100%;
  }
}