@charset "UTF-8";
body {
  background-color: #f5f7fa;
}
.top-title {
  width: 98%;
  max-width: 1200px;
  margin: 15px auto;
  font-family: ;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 95px;
}
.top-title a {
  color: #333333;
}
.main-content {
  width: 1200px;
  height: max-content;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.main-content .CourseDetails-box {
  width: 860px;
  height: max-content;
  background-color: #ffffff;
  box-shadow: 0px 2px 6px 0px rgba(30, 45, 97, 0.06);
  border-radius: 6px;
  padding: 20px;
}
.main-content .CourseDetails-box p {
  font-family: ;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  width: 100%;
  height: 48px;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}
.main-content .CourseDetails-box p:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 20px;
  width: 24px;
  height: 2px;
  background-color: #1376f8;
}
.main-content .CourseDetails-box-img {
  width: 100%;
  max-width: 800px;
  margin: 20px auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main-content .CourseDetails-box-img img {
  width: 100%;
  height: 100%;
  display: block;
}
.Consulting-more {
  width: 320px;
  height: 410px;
  background-color: #ffffff;
  box-shadow: 0px 2px 6px 0px rgba(30, 45, 97, 0.06);
  border-radius: 6px;
  padding: 20px;
}
.Consulting-more > p.title {
  font-family: ;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  width: 100%;
  height: 48px;
  border-bottom: 1px solid #e6e6e6;
}
.Consulting-more img {
  width: 220px;
  height: 220px;
  background-color: #f5f7fa;
  margin: 20px auto;
  display: block;
}
.Consulting-more .Consulting-more-cover {
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
  margin-top: 25px;
  cursor: pointer;
  border-radius: 6px;
}
.Consulting-more h4 {
  font-family: ;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
  margin-bottom: 10px;
}
.Consulting-more p.p-hint {
  font-family: ;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
}
.Related-course {
  width: 320px;
  height: max-content;
  background-color: #ffffff;
  box-shadow: 0px 2px 6px 0px rgba(30, 45, 97, 0.06);
  border-radius: 6px;
  padding: 20px;
  margin-top: 20px;
}
.Related-course > p {
  font-family: ;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  width: 100%;
  height: 48px;
  border-bottom: 1px solid #e6e6e6;
}
.Yangtuo-Class-con {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 10px;
}
.Yangtuo-Class-con a {
  position: relative;
}

.Yangtuo-Class-con a button {
  color: #ffffff;
  display: block;
  position: absolute;
  width: 100px;
  height: 26px;
  font-size: 14px;
  border-radius: 20px;
  border: 1px solid #ffffff;
  bottom: 10px;
  left: 10px;
}

.Yangtuo-Class-con a,
.Yangtuo-Class-con a:hover {
  margin: 10px auto;
  text-align: center;
}
.flex-btn-xm {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #ffffff;
  display: none;
}
.flex-btn-xm button {
  width: 72%;
  height: 36px;
  line-height: 36px;
  margin: 12px auto;
  background-color: #ff8817;
  border-radius: 18px;
  display: block;
  font-family: ;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  border: 0;
  cursor: pointer;
}

/* ===== 咨询更多 - 弹窗 -- start ===== */
.Consulting-more-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
}

.Consulting-more-popup .Consulting-mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.5);
}

.Consulting-more-popup .Consulting-content {
  position: relative;
  width: 90%;
  max-width: 440px;
}

.Consulting-more-popup .Consulting-bg {
  display: block;
  width: 100%;
}

.Consulting-more-popup .Consulting-close {
  display: block;
  position: absolute;
  top: 25px;
  right: -12px;
  cursor: pointer;
}

.Consulting-more-popup .Consulting-wx-img {
  display: block;
  width: 108px;
  height: 108px;
  position: absolute;
  bottom: 72px;
  right: 45px;
}

.Consulting-more-popup .Consulting-wx-no {
  font-size: 12px;
  color: #333333;
  text-align: center;
  position: absolute;
  bottom: 38px;
  right: 40px;
}

.Consulting-more-popup .Consulting-text {
  position: absolute;
  bottom: 35px;
  left: 35px;
}

.Consulting-more-popup .Consulting-text p {
  font-size: 14px;
  line-height: 21px;
  color: #333333;
}

.Consulting-more-popup .Consulting-text .Consulting-text-bottom {
  margin-top: 5px;
}

@media only screen and (max-width: 489px) {
  .Consulting-more-popup .Consulting-close {
    top: 4vw;
    right: -12px;
  }

  .Consulting-more-popup .Consulting-wx-img {
    display: block;
    width: 21.8vw;
    height: 21.8vw;
    position: absolute;
    bottom: 14.7vw;
    right: 9.6vw;
  }

  .Consulting-more-popup .Consulting-wx-no {
    width: auto;
    font-size: 10px;
    position: absolute;
    bottom: 6.8vw;
    right: 9.6vw;
  }

  .Consulting-more-popup .Consulting-text {
    position: absolute;
    bottom: 6.6vw;
    left: 6.6vw;
  }

  .Consulting-more-popup .Consulting-text p {
    font-size: 10px;
    line-height: 16px;
  }

  .Consulting-more-popup .Consulting-text .Consulting-text-bottom {
    margin-top: 3px;
  }
}

/* ===== 咨询更多 - 弹窗 -- end ===== */

@media only screen and (max-width: 1199px) and (min-width: 300px) {
  .main-content {
    width: 100%;
    flex-wrap: wrap;
  }
  .main-content .CourseDetails-box,
  .CourseDetails-box-right {
    width: 98%;
    margin: 0 auto;
  }
  .Consulting-more {
    display: none;
  }
  .Related-course {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) and (min-width: 300px) {
  .Yangtuo-Class-con {
    padding: 10px 0;
    justify-content: space-between;
  }
  .Yangtuo-Class-con a {
    margin-right: 0 !important;
    margin-left: 0;
    width: 165px;
    height: max-content;
    border-radius: 2.5px;
    margin-bottom: 0;
  }
  .Yangtuo-Class-con > a .Class-pic_course {
    width: 165px;
    height: auto;
  }
  .Yangtuo-Class-con h3 {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 2px;
    margin: 8px 0 5px 0;
  }
  .Yangtuo-Class-con p {
    font-size: 12px;
    line-height: 18px;
  }
  .Yangtuo-Class-con div.class-info span {
    font-size: 12px;
    line-height: 38px;
  }
  .Yangtuo-Class-con div.class-info {
    height: 40px;
  }
  .Yangtuo-Class-con div.class-info img {
    width: 5.5px;
    height: 9px;
  }
  .footer.footer-dark {
    display: none;
  }
  .flex-btn-xm {
    display: block;
  }
  .main-content {
    margin-bottom: 80px;
  }
  .main-content .CourseDetails-box,
  .Related-course {
    padding: 10px;
  }
  .Related-course {
    margin-top: 10px;
  }
  .top-title {
    font-size: 18px;
    margin: auto;
    margin-top: 60px;
    margin-bottom: 6px;
  }
}

@media only screen and (max-width: 960px) {
  .header {
    background-color: #000000 !important;
  }
  .main-content {
    margin-top: 10px;
  }
  footer {
    padding-bottom: 80px !important;
  }
  .flex-btn-xm {
    z-index: 100;
  }
}
