/* LESS Document */
/* 清除浮动 */
h1,
h2,
h3,
h4,
h5 {
  font-weight: 500;
}
/*常用颜色*/
/*常用字号*/
/* float */
.left {
  float: left;
}
.right {
  float: right;
}
.fnone {
  float: none;
}
.middle {
  float: left;
}
/* text-align */
.tleft {
  text-align: left;
}
.tright {
  text-align: right;
}
.tcenter {
  text-align: center;
}
/* display */
.dis {
  display: block;
}
.undis {
  display: none;
}
/*单行载断*/
/*单行载断溢出省略号*/
/*3行载断溢出省略号*/
/*边框圆角*/
/* 圆角  */
/*配模式定位*/
/*下阴影*/
/*弹出窗口半透明灰*/
/*1200屏*/
.sanjiao {
  width: 0;
  height: 0;
  overflow: hidden;
  border-width: 20px;
  border-color: transparent transparent #ccc transparent;
  border-style: dashed dashed solid dashed;
}
/* 背景自适应 */
/*单行载断*/
/*单行载断溢出省略号*/
.spill1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*3行载断溢出省略号*/
/* 面包屑 */
.crumb {
  display: none;
}
@media (min-width: 768px) {
  .crumb {
    display: block;
    *zoom: 1;
    line-height: 50px;
  }
  .crumb:after {
    content: " ";
    clear: both;
    display: table;
  }
  .crumb p {
    color: #999;
  }
  .crumb p a {
    padding: 0 10px;
  }
  .crumb p span {
    padding-left: 10px;
  }
}
/*配模式定位*/
/*1200屏*/
/* 背景自适应 */
/*下阴影*/
/* 背景自适应 */
/* box-sizing */
/* 文本元素内垂直居中 */
/* input提示字体颜色修改 */
.pa100 {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.ztwrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .ztwrap {
    width: 96%;
  }
}
img {
  vertical-align: middle;
  max-width: 100%;
}
button {
  border: none;
  background: none;
  cursor: pointer;
  outline: none ;
}
a {
  text-decoration: none;
}
/* 板块版心设置 */
.titleBox {
  text-align: center;
}
.titleBox .num::before {
  content: '';
  display: inline-block;
  width: 128px;
  height: 45px;
  background: url('../images/title_left.png') no-repeat center;
  background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  -ms-background-size: contain;
  vertical-align: middle;
  margin-right: 17px;
}
.titleBox .num::after {
  content: '';
  display: inline-block;
  width: 128px;
  height: 45px;
  background: url('../images/title_right.png') no-repeat center;
  background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  -ms-background-size: contain;
  vertical-align: middle;
  margin-left: 17px;
}
.titleBox h2 {
  font-size: 48px;
  font-weight: bold;
  line-height: 49px;
  color: #333;
}
@media (max-width: 950px) {
  .titleBox h2 {
    font-size: 38px;
    line-height: 39px;
  }
}
@media (max-width: 768px) {
  .titleBox .num::before,
  .titleBox .num::after {
    width: 100px;
    height: 30px;
    margin: 0;
  }
  .titleBox img {
    width: 60px;
  }
  .titleBox h2 {
    font-size: 28px;
    line-height: 29px;
  }
}
@media (max-width: 550px) {
  .titleBox .num::before,
  .titleBox .num::after {
    width: 70px;
    height: 20px;
  }
  .titleBox img {
    width: 40px;
  }
  .titleBox h2 {
    font-size: 20px;
    line-height: 21px;
  }
}
.btn {
  display: block;
  width: 475px;
  line-height: 60px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border-radius: 30px;
  background-image: linear-gradient(77deg, #f1022b 0%, #f88195 0%, #ffffff 0%, #f38b8b 0%, #e71717 0%, #eb711a 39%, #efca1d 55%, #ef931d 67%, #ef5c1d 100%);
  box-shadow: 0px 6px 32px 0px rgba(229, 173, 26, 0.32);
  margin: 0 auto;
}
.btn:hover {
  transform: scale(1.1);
}
@media (max-width: 768px) {
  .btn {
    width: 90%;
    line-height: 40px;
    font-size: 16px;
  }
}
.btnBox {
  text-align: center;
  font-size: 0;
  margin-top: 40px;
  /* @media(max-width: 768px) {
    margin-top: 0;
    .btn {
      width: 150px;
      height: 40px;
      line-height: 40px;
      font-size: 16px;
    }
    a {
      &:nth-of-type(1) {
        margin-right: 30px;
      }
    }
  } */
}
.btnBox .btn {
  display: inline-block;
  width: 334px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  background-image: linear-gradient(77deg, #ffffff 0%, #808080 0%, #000000 0%, #790116 0%, #f1022b 0%, #f06624 31%, #efca1d 48%, #f79620 65%, #fe6222 100%);
  box-shadow: 0px 6px 32px 0px rgba(241, 182, 26, 0.2);
  border-radius: 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
.btnBox a:nth-of-type(1) {
  margin-right: 218px;
}
@media (max-width: 1100px) {
  .btnBox .btn {
    width: 280px;
  }
  .btnBox a:nth-of-type(1) {
    margin-right: 130px;
  }
}
a {
  text-decoration: none;
}
o {
  font-size: 16px;
  color: #666;
  padding-top: 10px;
  display: none;
  text-align: center;
}
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
  display: none;
}
/*很关键：将默认的select选择框样式清除*/
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
input,
select {
  outline: none;
}
.ky_onetoone {
  background: url(../images/background.png) no-repeat center;
  /* banner */
}
.ky_onetoone .banner {
  background: url(../images/bg_banner.jpg) no-repeat center;
  background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  -ms-background-size: 100% 100%;
  padding: 10.89% 0 3.65%;
  text-align: center;
}
.ky_onetoone .banner img {
  width: 50.52083333%;
}
@media (max-width: 950px) {
  .ky_onetoone .banner {
    background: url(../images/phone_bg_banner.jpg) no-repeat center;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    padding: 17.37% 5% 30.12% 10%;
  }
  .ky_onetoone .banner img {
    width: 100%;
  }
}
.ky_onetoone .ky_prepare {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
  padding: 0;
  margin-top: 60px;
}
.ky_onetoone .ky_prepare .problem {
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  max-width: 1188px;
  width: 100%;
  background: url(../images/bg_problem.png) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  margin: 50px auto 0;
}
.ky_onetoone .ky_prepare .problem .worried h3,
.ky_onetoone .ky_prepare .problem .state h3 {
  width: 264px;
  height: 45px;
  font-size: 28px;
  font-weight: bold;
}
.ky_onetoone .ky_prepare .problem .worried .content,
.ky_onetoone .ky_prepare .problem .state .content {
  margin-top: 25px;
}
.ky_onetoone .ky_prepare .problem .worried .content p,
.ky_onetoone .ky_prepare .problem .state .content p {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  padding-left: 19px;
  margin-bottom: 15px;
}
.ky_onetoone .ky_prepare .problem .worried .content p::after,
.ky_onetoone .ky_prepare .problem .state .content p::after {
  position: absolute;
  content: '';
  display: block;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
}
.ky_onetoone .ky_prepare .problem .worried {
  padding-top: 22px;
  margin-right: 10%;
}
.ky_onetoone .ky_prepare .problem .worried h3 {
  color: #fff;
  background: url(../images/bg_worried.png) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  text-align: right;
  padding-right: 28px;
}
.ky_onetoone .ky_prepare .problem .worried .content p {
  color: #000;
}
.ky_onetoone .ky_prepare .problem .worried .content p:nth-child(even) {
  margin-left: 54px;
}
.ky_onetoone .ky_prepare .problem .worried .content p::after {
  background-color: #1c31ef;
}
.ky_onetoone .ky_prepare .problem .state {
  margin-left: 10%;
  padding-top: 57px;
}
.ky_onetoone .ky_prepare .problem .state h3 {
  line-height: 45px;
  color: #000;
  background: url(../images/bg_state.png) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  padding-left: 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
.ky_onetoone .ky_prepare .problem .state .content {
  padding-left: 48px;
  padding-bottom: 25px;
}
.ky_onetoone .ky_prepare .problem .state .content p {
  color: #fff;
}
.ky_onetoone .ky_prepare .problem .state .content p:nth-child(even) {
  margin-left: 76px;
}
.ky_onetoone .ky_prepare .problem .state .content p::after {
  background-color: #e8c832;
}
.ky_onetoone .ky_prepare .phone_problem {
  display: none;
  background: url(../images/phone_bg_problem.png) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  margin-top: 30px;
}
.ky_onetoone .ky_prepare .phone_problem .worried h3,
.ky_onetoone .ky_prepare .phone_problem .state h3 {
  width: 264px;
  height: 45px;
  line-height: 45px;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}
.ky_onetoone .ky_prepare .phone_problem .worried .content,
.ky_onetoone .ky_prepare .phone_problem .state .content {
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 400px;
  margin: 27px auto 0;
}
.ky_onetoone .ky_prepare .phone_problem .worried .content p,
.ky_onetoone .ky_prepare .phone_problem .state .content p {
  position: relative;
  width: 50%;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  padding-left: 19px;
  margin-bottom: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
.ky_onetoone .ky_prepare .phone_problem .worried .content p::after,
.ky_onetoone .ky_prepare .phone_problem .state .content p::after {
  position: absolute;
  content: '';
  display: block;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
}
.ky_onetoone .ky_prepare .phone_problem .worried .content::after,
.ky_onetoone .ky_prepare .phone_problem .state .content::after {
  content: '';
  width: 50%;
}
.ky_onetoone .ky_prepare .phone_problem .worried {
  padding-top: 22px;
  margin-bottom: 32%;
}
.ky_onetoone .ky_prepare .phone_problem .worried h3 {
  background: url(../images/phone_bg_worried.png) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
}
.ky_onetoone .ky_prepare .phone_problem .worried .content p::after {
  background-color: #1c31ef;
}
.ky_onetoone .ky_prepare .phone_problem .state {
  margin-top: 32%;
}
.ky_onetoone .ky_prepare .phone_problem .state h3 {
  background: url(../images/bg_state.png) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
}
.ky_onetoone .ky_prepare .phone_problem .state .content {
  padding-bottom: 25px;
}
.ky_onetoone .ky_prepare .phone_problem .state .content p::after {
  background-color: #e8c832;
}
.ky_onetoone .ky_prepare ul {
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  margin: 48px 0 18px;
}
.ky_onetoone .ky_prepare ul li {
  width: 22%;
  line-height: 68px;
  font-size: 24px;
  font-weight: bold;
  color: #ef5c1d;
  background: linear-gradient(0deg, #65e832 0%, #2c96f6 37%, #f03162 67%, #f2ca12 100%);
  border-radius: 5px;
  text-align: center;
  padding: 1px;
  margin-bottom: 30px;
}
.ky_onetoone .ky_prepare ul li p {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: #fff;
}
.ky_onetoone .ky_prepare ul li:hover {
  transform: scale(1.1);
}
.ky_onetoone .ky_prepare ul li:hover p {
  color: #fff;
  background-color: #ef5c1d;
}
@media (max-width: 1024px) {
  .ky_onetoone .ky_prepare ul {
    flex-wrap: wrap;
  }
  .ky_onetoone .ky_prepare ul li {
    width: 48%;
  }
}
@media (max-width: 850px) {
  .ky_onetoone .ky_prepare {
    margin-top: 60px;
  }
  .ky_onetoone .ky_prepare .problem {
    display: none;
  }
  .ky_onetoone .ky_prepare .phone_problem {
    display: block;
  }
}
@media (max-width: 768px) {
  .ky_onetoone .ky_prepare .phone_problem .worried h3,
  .ky_onetoone .ky_prepare .phone_problem .state h3 {
    font-size: 24px;
  }
}
@media (max-width: 550px) {
  .ky_onetoone .ky_prepare {
    margin-top: 30px;
  }
  .ky_onetoone .ky_prepare .phone_problem {
    margin-top: 15px;
  }
  .ky_onetoone .ky_prepare .phone_problem .worried h3,
  .ky_onetoone .ky_prepare .phone_problem .state h3 {
    width: 150px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    background-position: left;
  }
  .ky_onetoone .ky_prepare .phone_problem .worried .content,
  .ky_onetoone .ky_prepare .phone_problem .state .content {
    max-width: 260px;
    margin-top: 15px;
  }
  .ky_onetoone .ky_prepare .phone_problem .worried .content p,
  .ky_onetoone .ky_prepare .phone_problem .state .content p {
    font-size: 14px;
    font-weight: normal;
    padding-left: 10px;
  }
  .ky_onetoone .ky_prepare .phone_problem .worried .content p::after,
  .ky_onetoone .ky_prepare .phone_problem .state .content p::after {
    width: 4px;
    height: 4px;
  }
  .ky_onetoone .ky_prepare ul {
    margin: 15px 0 0;
  }
  .ky_onetoone .ky_prepare ul li {
    line-height: 48px;
    font-size: 18px;
    margin-bottom: 15px;
  }
  .ky_onetoone .ky_prepare ul li:hover {
    transform: scale(1);
  }
}
@media (max-width: 414px) {
  .ky_onetoone .ky_prepare .phone_problem .state {
    margin-top: 37%;
  }
}
.ky_onetoone .ky_upgrade {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
  padding: 0;
  margin-top: 99px;
}
.ky_onetoone .ky_upgrade ul {
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 50px 0 10px;
}
.ky_onetoone .ky_upgrade ul li {
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  width: 48%;
  box-shadow: 0px 6px 32px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  background: linear-gradient(0deg, #ef2463 0%, #b48d76 0%, #79f588 0%, #ec6c1e 25%, #0edef5 54%, #ef2463 84%, #ffe257 100%);
  padding: 1px;
  margin-bottom: 40px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
.ky_onetoone .ky_upgrade ul li .content {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: #fff;
  padding: 25px 8.37% 8.89% 5.93%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
.ky_onetoone .ky_upgrade ul li .content h3 {
  position: relative;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  color: #333;
  margin-bottom: 15px;
  padding-left: 11px;
}
.ky_onetoone .ky_upgrade ul li .content h3 span {
  position: relative;
  z-index: 1;
}
.ky_onetoone .ky_upgrade ul li .content h3::after {
  position: absolute;
  content: '';
  display: block;
  left: -1px;
  bottom: -2px;
  width: 100px;
  height: 12px;
  background-color: #ef5c1d;
}
.ky_onetoone .ky_upgrade ul li .content p {
  font-size: 18px;
  line-height: 25px;
  color: #666;
}
@media (min-width: 769px) {
  .ky_onetoone .ky_upgrade .btn {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .ky_onetoone .ky_upgrade {
    margin-top: 50px;
  }
  .ky_onetoone .ky_upgrade ul {
    margin: 30px 0 0;
  }
  .ky_onetoone .ky_upgrade ul li {
    margin-bottom: 20px;
  }
  .ky_onetoone .ky_upgrade ul li .content h3 {
    font-size: 24px;
  }
  .ky_onetoone .ky_upgrade ul li .content p {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 550px) {
  .ky_onetoone .ky_upgrade ul li .content {
    padding-top: 15px;
  }
  .ky_onetoone .ky_upgrade ul li .content h3 {
    font-size: 18px;
  }
  .ky_onetoone .ky_upgrade ul li .content h3::after {
    width: 70px;
  }
  .ky_onetoone .ky_upgrade ul li .content p {
    font-size: 14px;
    line-height: 20px;
  }
}
.ky_onetoone .ky_teacherSwiper {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
  padding: 0;
  margin-top: 99px;
}
.ky_onetoone .ky_teacherSwiper ol {
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  padding: 48px 0 14px 5%;
}
@media (min-width: 1101px) {
  .ky_onetoone .ky_teacherSwiper ol {
    padding-left: 11%;
  }
}
.ky_onetoone .ky_teacherSwiper ol li {
  width: 200px;
  height: 48px;
  line-height: 46px;
  font-size: 24px;
  color: #333;
  text-align: center;
  border-radius: 24px;
  background: linear-gradient(0deg, #ef2463 0%, #b48d76 0%, #79f588 0%, #ec6c1e 25%, #0edef5 54%, #ef2463 84%, #ffe257 100%);
  padding: 1px;
  margin-right: 10px;
  cursor: pointer;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
.ky_onetoone .ky_teacherSwiper ol li span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  background-color: #fff;
}
.ky_onetoone .ky_teacherSwiper ol li:hover,
.ky_onetoone .ky_teacherSwiper ol li.on {
  color: #fff;
  font-weight: bold;
}
.ky_onetoone .ky_teacherSwiper ol li:hover span,
.ky_onetoone .ky_teacherSwiper ol li.on span {
  background-color: #ef5c1d;
}
.ky_onetoone .ky_teacherSwiper .swiper-container-track1,
.ky_onetoone .ky_teacherSwiper .swiper-container-track2 {
  display: none;
  padding: 10px 0;
}
.ky_onetoone .ky_teacherSwiper .swiper-container-track1 .swiper-wrapper .swiper-slide,
.ky_onetoone .ky_teacherSwiper .swiper-container-track2 .swiper-wrapper .swiper-slide {
  transition: all 0.3s;
  transform: scale(1);
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  padding: 27px 0 10px;
}
.ky_onetoone .ky_teacherSwiper .swiper-container-track1 .swiper-wrapper .swiper-slide img,
.ky_onetoone .ky_teacherSwiper .swiper-container-track2 .swiper-wrapper .swiper-slide img {
  width: 70%;
}
.ky_onetoone .ky_teacherSwiper .swiper-container-track1 .swiper-wrapper .swiper-slide .name,
.ky_onetoone .ky_teacherSwiper .swiper-container-track2 .swiper-wrapper .swiper-slide .name {
  width: 120px;
  height: 33px;
  line-height: 33px;
  font-size: 25px;
  color: #fff;
  background-color: #3581f6;
  border-radius: 5px;
  margin: 14px auto 0;
}
.ky_onetoone .ky_teacherSwiper .swiper-container-track1 .swiper-wrapper .swiper-slide h3,
.ky_onetoone .ky_teacherSwiper .swiper-container-track2 .swiper-wrapper .swiper-slide h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #333;
  margin: 8px 0;
}
.ky_onetoone .ky_teacherSwiper .swiper-container-track1 .swiper-wrapper .swiper-slide p,
.ky_onetoone .ky_teacherSwiper .swiper-container-track2 .swiper-wrapper .swiper-slide p {
  min-height: 42px;
  font-size: 16px;
  line-height: 21px;
  color: #666;
  margin: 0 10px;
}
@media (min-width: 1201px) {
  .ky_onetoone .ky_teacherSwiper .swiper-container-track1 .swiper-wrapper .swiper-slide p,
  .ky_onetoone .ky_teacherSwiper .swiper-container-track2 .swiper-wrapper .swiper-slide p {
    margin: 0 20px;
  }
}
.ky_onetoone .ky_teacherSwiper .swiper-container-track1 .swiper-wrapper .swiper-slide::after,
.ky_onetoone .ky_teacherSwiper .swiper-container-track2 .swiper-wrapper .swiper-slide::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.15);
}
.ky_onetoone .ky_teacherSwiper .swiper-container-track1 .swiper-wrapper .swiper-slide.swiper-slide-active,
.ky_onetoone .ky_teacherSwiper .swiper-container-track2 .swiper-wrapper .swiper-slide.swiper-slide-active {
  position: relative;
  z-index: 3;
}
@media (min-width: 769px) {
  .ky_onetoone .ky_teacherSwiper .swiper-container-track1 .swiper-wrapper .swiper-slide.swiper-slide-active,
  .ky_onetoone .ky_teacherSwiper .swiper-container-track2 .swiper-wrapper .swiper-slide.swiper-slide-active {
    box-shadow: 5px 4px 14px 1px rgba(173, 173, 173, 0.27);
  }
}
.ky_onetoone .ky_teacherSwiper .swiper-container-track1 .swiper-wrapper .swiper-slide.swiper-slide-active::after,
.ky_onetoone .ky_teacherSwiper .swiper-container-track2 .swiper-wrapper .swiper-slide.swiper-slide-active::after {
  display: none;
}
.ky_onetoone .ky_teacherSwiper .swiper-container-track1 .swiper-wrapper .swiper-slide.hierarchy01,
.ky_onetoone .ky_teacherSwiper .swiper-container-track2 .swiper-wrapper .swiper-slide.hierarchy01,
.ky_onetoone .ky_teacherSwiper .swiper-container-track1 .swiper-wrapper .swiper-slide.hierarchy04,
.ky_onetoone .ky_teacherSwiper .swiper-container-track2 .swiper-wrapper .swiper-slide.hierarchy04 {
  position: relative;
  transform: scale(0.85);
  z-index: 1;
}
.ky_onetoone .ky_teacherSwiper .swiper-container-track1 .swiper-wrapper .swiper-slide.hierarchy01::after,
.ky_onetoone .ky_teacherSwiper .swiper-container-track2 .swiper-wrapper .swiper-slide.hierarchy01::after,
.ky_onetoone .ky_teacherSwiper .swiper-container-track1 .swiper-wrapper .swiper-slide.hierarchy04::after,
.ky_onetoone .ky_teacherSwiper .swiper-container-track2 .swiper-wrapper .swiper-slide.hierarchy04::after {
  background-color: rgba(0, 0, 0, 0.4);
}
.ky_onetoone .ky_teacherSwiper .swiper-container-track1 .swiper-wrapper .swiper-slide.hierarchy02,
.ky_onetoone .ky_teacherSwiper .swiper-container-track2 .swiper-wrapper .swiper-slide.hierarchy02,
.ky_onetoone .ky_teacherSwiper .swiper-container-track1 .swiper-wrapper .swiper-slide.hierarchy03,
.ky_onetoone .ky_teacherSwiper .swiper-container-track2 .swiper-wrapper .swiper-slide.hierarchy03 {
  position: relative;
  transform: scale(0.94);
  z-index: 2;
}
@media (min-width: 1101px) {
  .ky_onetoone .ky_teacherSwiper .swiper-container-track1 .swiper-wrapper .swiper-slide.hierarchy01,
  .ky_onetoone .ky_teacherSwiper .swiper-container-track2 .swiper-wrapper .swiper-slide.hierarchy01,
  .ky_onetoone .ky_teacherSwiper .swiper-container-track1 .swiper-wrapper .swiper-slide.hierarchy04,
  .ky_onetoone .ky_teacherSwiper .swiper-container-track2 .swiper-wrapper .swiper-slide.hierarchy04 {
    box-shadow: 5px 4px 14px 1px rgba(173, 173, 173, 0.27);
  }
  .ky_onetoone .ky_teacherSwiper .swiper-container-track1 .swiper-wrapper .swiper-slide.hierarchy01,
  .ky_onetoone .ky_teacherSwiper .swiper-container-track2 .swiper-wrapper .swiper-slide.hierarchy01 {
    right: -11%;
  }
  .ky_onetoone .ky_teacherSwiper .swiper-container-track1 .swiper-wrapper .swiper-slide.hierarchy04,
  .ky_onetoone .ky_teacherSwiper .swiper-container-track2 .swiper-wrapper .swiper-slide.hierarchy04 {
    left: -11%;
  }
}
@media (min-width: 769px) {
  .ky_onetoone .ky_teacherSwiper .swiper-container-track1 .swiper-wrapper .swiper-slide.hierarchy02,
  .ky_onetoone .ky_teacherSwiper .swiper-container-track2 .swiper-wrapper .swiper-slide.hierarchy02,
  .ky_onetoone .ky_teacherSwiper .swiper-container-track1 .swiper-wrapper .swiper-slide.hierarchy03,
  .ky_onetoone .ky_teacherSwiper .swiper-container-track2 .swiper-wrapper .swiper-slide.hierarchy03 {
    box-shadow: 5px 4px 14px 1px rgba(173, 173, 173, 0.27);
  }
  .ky_onetoone .ky_teacherSwiper .swiper-container-track1 .swiper-wrapper .swiper-slide.hierarchy02,
  .ky_onetoone .ky_teacherSwiper .swiper-container-track2 .swiper-wrapper .swiper-slide.hierarchy02 {
    right: -5%;
  }
  .ky_onetoone .ky_teacherSwiper .swiper-container-track1 .swiper-wrapper .swiper-slide.hierarchy03,
  .ky_onetoone .ky_teacherSwiper .swiper-container-track2 .swiper-wrapper .swiper-slide.hierarchy03 {
    left: -5%;
  }
}
.ky_onetoone .ky_teacherSwiper .swiper-container-track1 .swiper-button-next,
.ky_onetoone .ky_teacherSwiper .swiper-container-track2 .swiper-button-next,
.ky_onetoone .ky_teacherSwiper .swiper-container-track1 .swiper-button-prev,
.ky_onetoone .ky_teacherSwiper .swiper-container-track2 .swiper-button-prev {
  width: 35px;
  height: 35px;
  background: none;
}
.ky_onetoone .ky_teacherSwiper .swiper-container-track1 .swiper-button-next,
.ky_onetoone .ky_teacherSwiper .swiper-container-track2 .swiper-button-next {
  right: 0;
}
.ky_onetoone .ky_teacherSwiper .swiper-container-track1 .swiper-button-prev,
.ky_onetoone .ky_teacherSwiper .swiper-container-track2 .swiper-button-prev {
  left: 0;
}
@media (min-width: 1101px) {
  .ky_onetoone .ky_teacherSwiper .swiper-container-track1 .swiper-button-next,
  .ky_onetoone .ky_teacherSwiper .swiper-container-track2 .swiper-button-next {
    right: 6.5%;
  }
  .ky_onetoone .ky_teacherSwiper .swiper-container-track1 .swiper-button-prev,
  .ky_onetoone .ky_teacherSwiper .swiper-container-track2 .swiper-button-prev {
    left: 6.5%;
  }
}
.ky_onetoone .ky_teacherSwiper .show {
  display: block;
}
.ky_onetoone .ky_teacherSwiper > a.btn {
  display: none;
}
@media (max-width: 768px) {
  .ky_onetoone .ky_teacherSwiper {
    margin-top: 50px;
  }
  .ky_onetoone .ky_teacherSwiper ol {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    padding: 30px 0 0;
  }
  .ky_onetoone .ky_teacherSwiper ol li {
    width: 130px;
    height: 38px;
    line-height: 36px;
    font-size: 20px;
  }
  .ky_onetoone .ky_teacherSwiper .swiper-container-track1,
  .ky_onetoone .ky_teacherSwiper .swiper-container-track2 {
    max-width: 500px;
    padding: 0;
  }
  .ky_onetoone .ky_teacherSwiper .swiper-container-track1 .swiper-wrapper .swiper-slide img,
  .ky_onetoone .ky_teacherSwiper .swiper-container-track2 .swiper-wrapper .swiper-slide img {
    width: 150px;
  }
  .ky_onetoone .ky_teacherSwiper .swiper-container-track1 .swiper-wrapper .swiper-slide .name,
  .ky_onetoone .ky_teacherSwiper .swiper-container-track2 .swiper-wrapper .swiper-slide .name {
    font-size: 20px;
  }
  .ky_onetoone .ky_teacherSwiper .swiper-container-track1 .swiper-wrapper .swiper-slide h3,
  .ky_onetoone .ky_teacherSwiper .swiper-container-track2 .swiper-wrapper .swiper-slide h3 {
    font-size: 18px;
    line-height: 1.2;
  }
  .ky_onetoone .ky_teacherSwiper .swiper-container-track1 .swiper-wrapper .swiper-slide p,
  .ky_onetoone .ky_teacherSwiper .swiper-container-track2 .swiper-wrapper .swiper-slide p {
    min-height: 36px;
    font-size: 14px;
    line-height: 18px;
  }
  .ky_onetoone .ky_teacherSwiper .swiper-container-track1 .swiper-wrapper .swiper-slide::after,
  .ky_onetoone .ky_teacherSwiper .swiper-container-track2 .swiper-wrapper .swiper-slide::after {
    display: none;
  }
  .ky_onetoone .ky_teacherSwiper .swiper-container-track1 .swiper-button-next,
  .ky_onetoone .ky_teacherSwiper .swiper-container-track2 .swiper-button-next {
    right: 20px;
  }
  .ky_onetoone .ky_teacherSwiper .swiper-container-track1 .swiper-button-prev,
  .ky_onetoone .ky_teacherSwiper .swiper-container-track2 .swiper-button-prev {
    left: 20px;
  }
  .ky_onetoone .ky_teacherSwiper .btnBox {
    display: none;
  }
  .ky_onetoone .ky_teacherSwiper > a.btn {
    display: block;
  }
}
.ky_onetoone .ky_course {
  padding-top: 109px;
}
@media (max-width: 1240px) {
  .ky_onetoone .ky_course o {
    display: block;
  }
}
.ky_onetoone .ky_course article {
  margin: 50px 12px;
  overflow: hidden;
  overflow-x: auto;
}
.ky_onetoone .ky_course article table {
  width: 1200px;
  border-collapse: collapse;
  margin: 0 auto;
}
.ky_onetoone .ky_course article table tr {
  height: 90px;
}
.ky_onetoone .ky_course article table tr th {
  color: #ef5c1d;
  font-size: 24px;
  font-weight: bold;
}
.ky_onetoone .ky_course article table tr th span {
  font-size: 16px;
}
.ky_onetoone .ky_course article table tr th:nth-of-type(1) {
  padding-left: 40px;
}
.ky_onetoone .ky_course article table tr td {
  font-size: 18px;
  color: #666;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
.ky_onetoone .ky_course article table tr td p:nth-of-type(2) {
  margin: 35px 0;
}
.ky_onetoone .ky_course article table tr td:nth-of-type(1) {
  width: 285px;
  font-size: 22px;
  font-weight: bold;
  color: #333;
  padding-left: 40px;
}
.ky_onetoone .ky_course article table tr td:nth-of-type(2) {
  width: 216px;
}
.ky_onetoone .ky_course article table tr td:nth-of-type(4) {
  padding-left: 90px;
}
.ky_onetoone .ky_course article table tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.ky_onetoone .ky_course article table tr:nth-child(even) {
  background-color: #ebebeb;
}
.ky_onetoone .ky_course article table tr:nth-of-type(3) {
  height: 196px;
}
@media (max-width: 768px) {
  .ky_onetoone .ky_course {
    padding-top: 50px;
  }
  .ky_onetoone .ky_course o {
    font-size: 14px;
  }
  .ky_onetoone .ky_course article {
    margin: 25px 12px 0;
  }
  .ky_onetoone .ky_course article table {
    width: 1000px;
  }
  .ky_onetoone .ky_course article table tr {
    height: 60px;
  }
  .ky_onetoone .ky_course article table tr th {
    font-size: 18px;
  }
  .ky_onetoone .ky_course article table tr th span {
    font-size: 14px;
  }
  .ky_onetoone .ky_course article table tr th:nth-of-type(1) {
    padding-left: 20px;
  }
  .ky_onetoone .ky_course article table tr td {
    font-size: 16px;
  }
  .ky_onetoone .ky_course article table tr td p:nth-of-type(2) {
    margin: 15px 0;
  }
  .ky_onetoone .ky_course article table tr td:nth-of-type(1) {
    width: 230px;
    font-size: 18px;
    padding-left: 20px;
  }
  .ky_onetoone .ky_course article table tr td:nth-of-type(4) {
    padding-left: 65px;
  }
  .ky_onetoone .ky_course article table tr:nth-of-type(3) {
    height: 136px;
  }
  .ky_onetoone .ky_course .btn {
    display: none;
  }
}
.ky_onetoone .ky_lecture {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
  padding: 0;
  margin: 98px auto 0;
  padding-bottom: 100px;
}
.ky_onetoone .ky_lecture ul {
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  max-width: 1100px;
  margin: 49px auto 0;
}
.ky_onetoone .ky_lecture ul li {
  position: relative;
  min-width: 110px;
  width: 10%;
  text-align: center;
}
.ky_onetoone .ky_lecture ul li p {
  font-size: 18px;
  line-height: 22px;
  color: #333;
  margin-top: 19px;
}
.ky_onetoone .ky_lecture ul li p span {
  display: block;
}
.ky_onetoone .ky_lecture ul li::after,
.ky_onetoone .ky_lecture ul li::before {
  position: absolute;
  content: '';
  width: 22px;
  height: 23px;
  background: url(../images/triangle.png) no-repeat center;
}
.ky_onetoone .ky_lecture ul li::after {
  top: 42px;
  right: -51px;
}
.ky_onetoone .ky_lecture ul li::before {
  display: none;
}
.ky_onetoone .ky_lecture ul li:last-child::after {
  display: none;
}
.ky_onetoone .ky_lecture ul li:hover img {
  transform: scale(1.1);
}
.ky_onetoone .ky_lecture ul li:nth-of-type(4) img:nth-of-type(2),
.ky_onetoone .ky_lecture ul li:nth-of-type(6) img:nth-of-type(2),
.ky_onetoone .ky_lecture ul li:nth-of-type(4) p:nth-of-type(2),
.ky_onetoone .ky_lecture ul li:nth-of-type(6) p:nth-of-type(2) {
  display: none;
}
.ky_onetoone .ky_lecture .curriculum {
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  max-width: 1100px;
  margin: 51px auto 0;
}
.ky_onetoone .ky_lecture .curriculum .public,
.ky_onetoone .ky_lecture .curriculum .major {
  width: 48%;
  background-color: #ffffff;
  box-shadow: 0px 6px 32px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  border: solid 1px #ef5c1d;
  padding-top: 21px;
  padding-left: 18px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
.ky_onetoone .ky_lecture .curriculum .public h3,
.ky_onetoone .ky_lecture .curriculum .major h3 {
  font-size: 28px;
  line-height: 1;
  font-weight: bold;
  color: #ef5c1d;
}
.ky_onetoone .ky_lecture .curriculum .public .content,
.ky_onetoone .ky_lecture .curriculum .major .content {
  max-width: 310px;
  margin: 6.3% auto 7.49%;
}
.ky_onetoone .ky_lecture .curriculum .public .content p,
.ky_onetoone .ky_lecture .curriculum .major .content p {
  font-size: 18px;
  line-height: 1;
  color: #666;
}
.ky_onetoone .ky_lecture .curriculum .public .content p:nth-of-type(2),
.ky_onetoone .ky_lecture .curriculum .major .content p:nth-of-type(2) {
  margin: 19px 0;
}
.ky_onetoone .ky_lecture .offline h3,
.ky_onetoone .ky_lecture .online h3 {
  position: relative;
  width: 177px;
  font-size: 30px;
  line-height: 1;
  color: #ef5c1d;
  text-align: center;
  margin: 0 auto;
}
.ky_onetoone .ky_lecture .offline h3::before,
.ky_onetoone .ky_lecture .online h3::before,
.ky_onetoone .ky_lecture .offline h3::after,
.ky_onetoone .ky_lecture .online h3::after {
  position: absolute;
  content: '';
  display: block;
  bottom: 0;
  width: 5px;
  height: 26px;
  background-color: #ef5c1d;
}
.ky_onetoone .ky_lecture .offline h3::after,
.ky_onetoone .ky_lecture .online h3::after {
  right: 0;
}
.ky_onetoone .ky_lecture .offline .content,
.ky_onetoone .ky_lecture .online .content {
  margin: 28px 0 48px;
}
.ky_onetoone .ky_lecture .offline .content p,
.ky_onetoone .ky_lecture .online .content p {
  font-size: 18px;
  line-height: 1;
  color: #666;
  text-align: center;
}
.ky_onetoone .ky_lecture .offline .content p:nth-of-type(2),
.ky_onetoone .ky_lecture .online .content p:nth-of-type(2) {
  margin: 19px 0;
}
.ky_onetoone .ky_lecture .offline .imgBox,
.ky_onetoone .ky_lecture .online .imgBox {
  position: relative;
}
.ky_onetoone .ky_lecture .offline .imgBox .more,
.ky_onetoone .ky_lecture .online .imgBox .more {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 80px;
  height: 60px;
  text-align: center;
  background-color: #ef5c1d;
  padding-top: 6px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
.ky_onetoone .ky_lecture .offline .imgBox .more .triangle,
.ky_onetoone .ky_lecture .online .imgBox .more .triangle {
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-left: 12px solid #fff;
  border-bottom: 12px solid transparent;
  margin: 0 auto;
}
.ky_onetoone .ky_lecture .offline .imgBox .more p,
.ky_onetoone .ky_lecture .online .imgBox .more p {
  font-size: 18px;
  line-height: 19px;
  color: #fff;
  margin-top: 5px;
}
.ky_onetoone .ky_lecture .offline {
  margin-top: 69px;
}
.ky_onetoone .ky_lecture .online {
  margin: 71px 0 69px;
}
@media (max-width: 1050px) {
  .ky_onetoone .ky_lecture ul {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    max-width: 500px;
    flex-wrap: wrap;
  }
  .ky_onetoone .ky_lecture ul li {
    min-width: auto;
    width: 110px;
    margin-right: 50px;
    margin-bottom: 50px;
  }
  .ky_onetoone .ky_lecture ul li::after {
    right: -35px;
  }
  .ky_onetoone .ky_lecture ul li:nth-child(3n)::after,
  .ky_onetoone .ky_lecture ul li:nth-of-type(4)::after,
  .ky_onetoone .ky_lecture ul li:nth-of-type(5)::after {
    display: none;
  }
  .ky_onetoone .ky_lecture ul li:nth-last-of-type(1)::before,
  .ky_onetoone .ky_lecture ul li:nth-last-of-type(2)::before {
    display: block;
    top: 42px;
    left: -35px;
    transform: rotate(180deg);
  }
  .ky_onetoone .ky_lecture ul li:nth-of-type(4) img,
  .ky_onetoone .ky_lecture ul li:nth-of-type(6) img,
  .ky_onetoone .ky_lecture ul li:nth-of-type(4) p,
  .ky_onetoone .ky_lecture ul li:nth-of-type(6) p {
    display: none;
  }
  .ky_onetoone .ky_lecture ul li:nth-of-type(4) img:nth-of-type(2),
  .ky_onetoone .ky_lecture ul li:nth-of-type(6) img:nth-of-type(2) {
    display: inline;
  }
  .ky_onetoone .ky_lecture ul li:nth-of-type(4) p:nth-of-type(2),
  .ky_onetoone .ky_lecture ul li:nth-of-type(6) p:nth-of-type(2) {
    display: block;
  }
  .ky_onetoone .ky_lecture ul li:nth-child(3n) {
    margin-right: 0;
  }
  .ky_onetoone .ky_lecture ul li:nth-of-type(3)::before {
    display: block;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
  .ky_onetoone .ky_lecture .curriculum {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .ky_onetoone .ky_lecture {
    margin-top: 50px;
    padding-bottom: 50px;
  }
  .ky_onetoone .ky_lecture ul {
    max-width: 400px;
    margin-top: 30px;
  }
  .ky_onetoone .ky_lecture ul li {
    width: 90px;
    margin-right: 40px;
    margin-bottom: 40px;
  }
  .ky_onetoone .ky_lecture ul li img {
    width: 70px;
  }
  .ky_onetoone .ky_lecture ul li p {
    font-size: 14px;
    line-height: 18px;
    margin-top: 7px;
  }
  .ky_onetoone .ky_lecture ul li::after {
    top: 25px;
    right: -30px;
  }
  .ky_onetoone .ky_lecture ul li:hover img {
    transform: scale(1);
  }
  .ky_onetoone .ky_lecture ul li:nth-of-type(3)::before {
    bottom: -30px;
  }
  .ky_onetoone .ky_lecture ul li:nth-last-of-type(1)::before,
  .ky_onetoone .ky_lecture ul li:nth-last-of-type(2)::before {
    top: 25px;
    left: -30px;
  }
  .ky_onetoone .ky_lecture .curriculum {
    flex-wrap: wrap;
  }
  .ky_onetoone .ky_lecture .curriculum .public,
  .ky_onetoone .ky_lecture .curriculum .major {
    width: 100%;
    padding-top: 15px;
    padding-left: 15px;
  }
  .ky_onetoone .ky_lecture .curriculum .public h3,
  .ky_onetoone .ky_lecture .curriculum .major h3 {
    font-size: 18px;
  }
  .ky_onetoone .ky_lecture .curriculum .public .content,
  .ky_onetoone .ky_lecture .curriculum .major .content {
    max-width: 240px;
    margin: 20px auto 30px;
  }
  .ky_onetoone .ky_lecture .curriculum .public .content p,
  .ky_onetoone .ky_lecture .curriculum .major .content p {
    font-size: 14px;
  }
  .ky_onetoone .ky_lecture .curriculum .public .content p:nth-of-type(2),
  .ky_onetoone .ky_lecture .curriculum .major .content p:nth-of-type(2) {
    margin: 10px 0;
  }
  .ky_onetoone .ky_lecture .curriculum .public {
    margin-bottom: 30px;
  }
  .ky_onetoone .ky_lecture .offline,
  .ky_onetoone .ky_lecture .online {
    margin-top: 40px;
  }
  .ky_onetoone .ky_lecture .offline h3,
  .ky_onetoone .ky_lecture .online h3 {
    width: 100px;
    font-size: 18px;
  }
  .ky_onetoone .ky_lecture .offline h3::before,
  .ky_onetoone .ky_lecture .online h3::before,
  .ky_onetoone .ky_lecture .offline h3::after,
  .ky_onetoone .ky_lecture .online h3::after {
    width: 3px;
    height: 15px;
  }
  .ky_onetoone .ky_lecture .offline .content,
  .ky_onetoone .ky_lecture .online .content {
    margin: 20px 0 30px;
  }
  .ky_onetoone .ky_lecture .offline .content p,
  .ky_onetoone .ky_lecture .online .content p {
    font-size: 14px;
  }
  .ky_onetoone .ky_lecture .offline .content p:nth-of-type(2),
  .ky_onetoone .ky_lecture .online .content p:nth-of-type(2) {
    margin: 9px 0;
  }
  .ky_onetoone .ky_lecture .offline .imgBox .more,
  .ky_onetoone .ky_lecture .online .imgBox .more {
    display: none;
  }
  .ky_onetoone .ky_lecture .online {
    margin-bottom: 40px;
  }
}
@media (max-width: 500px) {
  .ky_onetoone .ky_lecture ul li:nth-last-of-type(1),
  .ky_onetoone .ky_lecture ul li:nth-last-of-type(2),
  .ky_onetoone .ky_lecture ul li:nth-last-of-type(3) {
    margin-bottom: 20px;
  }
  .ky_onetoone .ky_lecture .curriculum .public {
    margin-bottom: 20px;
  }
  .ky_onetoone .ky_lecture .offline,
  .ky_onetoone .ky_lecture .online {
    margin-top: 25px;
  }
  .ky_onetoone .ky_lecture .offline .content,
  .ky_onetoone .ky_lecture .online .content {
    margin: 20px 0 25px;
  }
  .ky_onetoone .ky_lecture .online {
    margin-bottom: 25px;
  }
}
