.banner {
  width: 100%;
  height: 600px;
  background: white url(./img/banner.png) 50% 0 no-repeat;
  background-size: cover;
}
.main-content {
  width: 100% !important;
  margin: 0 auto;
}
.floor {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.floor1 {
  background: #FFF;
}
.floor1 .floor1-title {
  height: 36px;
  margin-top: 53px;
}
.floor1 .floor1-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 63px;
  width: 1200px;
}
.beikao-item {
  width: 580px;
  height: 218px;
}
.beikao-item1 {
  margin-right: 40px;
  background: url("./img/beikao1.png") no-repeat;
  background-size: cover;
}
.beikao-item2 {
  width: 580px;
  height: 218px;
  background: #3460FD;
  padding: 35px 62px;
  box-sizing: border-box;
}
.beikao-item2 .title {
  width: 42px;
  height: 29px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 38px;
  color: #FFFFFF;
  line-height: 19px;
}
.beikao-item2 .desc {
  width: 448px;
  height: 64px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
  margin-top: 20px;
}
.beikao-item3 {
  background: #F3F3F3;
  margin-right: 40px;
  margin-top: 15px;
  padding: 43px 25px;
  box-sizing: border-box;
}
.beikao-item3 .title {
  width: 42px;
  height: 29px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 38px;
  color: #444444;
  line-height: 19px;
}
.beikao-item3 .desc {
  width: 448px;
  height: 64px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #777777;
  line-height: 24px;
  margin-top: 20px;
}
.beikao-item4 {
  margin-top: 15px;
  background: url("./img/beikao2.png") no-repeat;
  background-size: cover;
}
.beikao-item4 .img {
  width: 100%;
  height: 100%;
}
.beikao-item5 {
  width: 862px;
  margin-top: 20px;
  background: url("./img/beikao3.png") no-repeat;
  background-size: cover;
  margin-right: 24px;
}
.beikao-item6 {
  width: 314px;
  margin-top: 20px;
  background: url("./img/beikao4.png") no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.beikao-item6 {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 30px;
  font-style: italic;
  text-align: center;
}
.btn-know-more {
  padding: 12px 42px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #4A70FF;
  line-height: 22px;
  border: 1px solid #3460FD;
  margin-top: 48px;
  margin-bottom: 48px;
  cursor: pointer;
  box-sizing: border-box;
}
.btn-know-more:hover {
  background: #4A70FF;
  border: 1px solid #4A70FF;
  color: #fff;
}
/* ================== */
.floor2 {
  padding: 50px;
  background: #F7F8FF;
}
.floor2 .floor2-title {
  height: 36px;
}
.target-first {
  width: 1198px;
  height: 200px;
  background: url("./img/section2-bg1.png") no-repeat;
  background-size: 100%;
  margin-top: 45px;
}
.target-first .title {
  margin-top: 50px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  text-align: center;
}
.target-first .desc {
  margin-top: 55px;
  padding: 0px 82px 0px 79px;
  box-sizing: border-box;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  line-height: 24px;
}
.target-second {
  width: 1198px;
  height: 424px;
  background: url("./img/section2-bg2.png") no-repeat;
  background-size: 100%;
  margin-top: 22px;
}
.target-second .title {
  margin-top: 50px;
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  text-align: center;
}
.target-list {
  display: flex;
  flex-direction: row;
  gap: 29px;
  margin-top: 43px;
  justify-content: center;
}
.target-list .target-item {
  width: 476px;
  height: 282px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F7F8FF;
  position: relative;
}
.target-list .target-label-blue {
  width: 55px;
  height: 43px;
  background: url("img/label-orange.png") no-repeat;
  background-size: 100%;
  position: absolute;
  left: -34px;
  top: 10px;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
  text-align: center;
}
.target-list .target-label-orange {
  width: 55px;
  height: 43px;
  background: url("img/label-red.png") no-repeat;
  background-size: 100%;
  position: absolute;
  right: -34px;
  top: 10px;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
  text-align: center;
}
.target-list .table-container {
  width: 430px;
  height: 260px;
  background: #fff;
}
.target-list .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
  background-color: #f97316;
  color: white;
  font-weight: bold;
  position: relative;
}
.target-list .table {
  width: 100%;
}
.target-list .table th,
.target-list .table td {
  height: 30px;
  text-align: center;
  font-size: 14px;
}
.target-list .table th {
  background-color: #3b82f6;
  color: white;
}
.target-list .info {
  background-color: #e5e7eb;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}
.target-list .info-title {
  height: 30px;
  font-weight: bold;
  color: #fff;
  background: #3b82f6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.target-list .info-content {
  padding: 8px;
  background: #fff;
}
.target-list .blue {
  border: 1px solid #3b82f6;
}
.target-list .orange {
  border: 1px solid #f97316;
}
.target-list .orange .table th {
  background: #f97316;
}
.target-list .orange .info-title {
  background: #f97316;
}
/* ================== */
.floor3 {
  padding: 48px 55px;
  background: #FFF;
}
.floor3 .floor3-title {
  height: 36px;
}
.floor3 .desc {
  width: 1200px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 22px;
  padding: 0px 75px;
  margin-top: 40px;
  box-sizing: border-box;
  text-align: center;
}
.floor3 .floor3-main {
  width: 1200px;
  height: 506px;
  margin-top: 44px;
}
.floor4 .title {
  width: 100%;
  height: 203px;
  background: url("img/title4.png") no-repeat;
  background-size: 100%;
}
.floor5 {
  padding: 50px 0;
  background: #f5f5f5;
}
.floor5 .title {
  height: 36px;
  margin-bottom: 50px;
}
.floor5 .desc-list {
  display: flex;
  flex-direction: row;
}
.floor5 .desc-list .desc-item {
  width: 318px;
  height: 276px;
}
.floor5 .desc-list:nth-of-type(1) .desc-item:first-child {
  background: #3460FD;
}
.floor5 .desc-list:nth-of-type(1) .desc-item:first-child .title {
  color: #85A5FD;
}
.floor5 .desc-list:nth-of-type(1) .desc-item:first-child .title:before {
  background: #85A5FD;
}
.floor5 .desc-list:nth-of-type(1) .desc-item:first-child .text {
  color: #fff;
}
.floor5 .desc-list:nth-of-type(1) .desc-item:nth-child(2) {
  background: url("img/provide1.png") no-repeat;
  background-size: 100%;
}
.floor5 .desc-list:nth-of-type(1) .desc-item:nth-child(3) {
  width: 560px;
  background: url("img/provide2.png") no-repeat;
  background-size: 100%;
}
.floor5 .desc-list:nth-of-type(2) .desc-item:first-child {
  background: url("img/provide3.png") no-repeat;
  background-size: 100%;
}
.floor5 .desc-list:nth-of-type(2) .desc-item:nth-child(2) {
  background: #fff;
}
.floor5 .desc-list:nth-of-type(2) .desc-item:nth-child(2) .title {
  color: #E1E3EE;
}
.floor5 .desc-list:nth-of-type(2) .desc-item:nth-child(3) {
  width: 560px;
  background: url("img/provide4.png") no-repeat;
  background-size: 100%;
}
.floor5 .desc-list:nth-of-type(3) .desc-item:first-child {
  background: #fff;
}
.floor5 .desc-list:nth-of-type(3) .desc-item:nth-child(2) {
  background: url("img/provide5.png") no-repeat;
  background-size: 100%;
}
.floor5 .desc-list:nth-of-type(3) .desc-item:nth-child(3) {
  width: 560px;
  background: url("img/provide6.png") no-repeat;
  background-size: 100%;
}
.floor5 .desc-list:nth-of-type(4) .desc-item:first-child {
  background: url("img/provide7.png") no-repeat;
  background-size: 100%;
}
.floor5 .desc-list:nth-of-type(4) .desc-item:nth-child(2) {
  background: #fff;
}
.floor5 .desc-list:nth-of-type(4) .desc-item:nth-child(3) {
  width: 560px;
  background: url("img/provide8.png") no-repeat;
  background-size: 100%;
}
.floor5 .desc-list .desc-text {
  padding: 47px 34px 0 60px;
  box-sizing: border-box;
}
.floor5 .desc-list .desc-text .title {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 39px;
  color: #E1E3EE;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 35px;
  margin-bottom: 54px;
}
.floor5 .desc-list .desc-text .title:before {
  content: " ";
  width: 26px;
  height: 3px;
  background: #E1E3EE;
  position: absolute;
  left: 0;
}
.floor5 .desc-list .desc-text .text {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #666;
}
.floor6 .title {
  width: 1160px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  padding-top: 53px;
  padding-bottom: 66px;
}
.floor6 .close-loop {
  width: 902px;
  height: 648px;
  background: url("img/close-loop.png") no-repeat;
  background-size: 100%;
  background-position: center;
}
.floor6 .btn-know-more {
  margin-top: 50px;
}
.floor7 {
  background: #F9F9FC;
  padding: 50px 0;
}
.floor7 .title {
  height: 36px;
}
.floor7 .video {
  width: 800px;
  height: 450px;
  background: #4a70ff;
  margin-top: 50px;
}
.floor7 .video video {
  width: 100%;
  object-fit: cover;
}
.floor7 .selected-teacher {
  width: 1200px;
  height: 359px;
  margin-top: 120px;
  background: #fff;
  border-radius: 10px;
  position: relative;
}
.floor7 .selected-teacher .teacher-info {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
}
.floor7 .selected-teacher .teacher-img {
  width: 340px;
  height: 400px;
  flex-shrink: 0;
  background: #EEF0F5;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  align-self: flex-end;
  margin-bottom: 30px;
  margin-left: 20px;
}
.floor7 .selected-teacher .teacher-img img {
  height: 382px;
  align-self: flex-end;
}
.floor7 .selected-teacher .teacher-info .info {
  display: flex;
  flex-direction: column;
  padding-left: 54px;
  padding-bottom: 30px;
  padding-right: 32px;
}
.floor7 .selected-teacher .teacher-info .info .name {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 36px;
  color: #333333;
  line-height: 24px;
  margin-top: 30px;
}
.floor7 .selected-teacher .teacher-info .info .name span {
  font-weight: 400;
  font-size: 24px;
  color: #333333;
  line-height: 24px;
  margin-left: 48px;
}
.floor7 .selected-teacher .teacher-info .info .teacher-title {
  height: 30px;
  border-radius: 0 15px 15px 15px;
  box-sizing: border-box;
  padding: 0 20px;
  background: #FFE1C2;
  color: #6A3805;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  margin-top: 30px;
}
.floor7 .selected-teacher .teacher-info .info .good-at {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  margin-top: 28px;
  flex: 1;
}
.floor7 .selected-teacher .teacher-info .info .contact {
  width: 150px;
  height: 40px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #3460FD;
  border-radius: 20px;
  border: 1px solid #3460FD;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.floor7 .selected-teacher .teacher-info .info .contact:hover {
  background: #3460FD;
  color: white;
}
.floor7 .selected-teacher .paging {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: row;
}
.floor7 .selected-teacher .paging .btn-prev,
.floor7 .selected-teacher .paging .btn-next {
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: #E2E1E1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.floor7 .selected-teacher .paging .btn-prev img,
.floor7 .selected-teacher .paging .btn-next img {
  width: 10px;
  height: 16px;
}
.floor7 .selected-teacher .paging .btn-next {
  background: #3460FD;
}
.floor7 .selected-teacher .paging .btn-next img {
  transform: rotate(180deg);
}
.floor7 .teacher-list {
  width: 1200px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 53px;
}
.floor7 .teacher-list .teacher {
  width: 180px;
  height: 230px;
  background: #EEF0F5;
  border-radius: 20px;
  display: flex;
  overflow: hidden;
}
.floor7 .teacher-list .teacher img {
  height: 218px;
  margin: 0 auto;
  align-self: end;
  overflow: hidden;
}
.floor8 {
  padding: 50px 0 0 0;
}
.floor8 .title {
  height: 36px;
}
.floor8 .study-list {
  width: 100%;
  height: 519px;
  background: url("img/study-bg.png") no-repeat center;
  background-size: cover;
  padding-top: 94px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 17px;
  margin-top: 50px;
}
.floor8 .study-list img:nth-of-type(1) {
  width: 529px;
  height: 400px;
}
.floor8 .study-list img:nth-of-type(2) {
  width: 607px;
  height: 400px;
}
.floor9 {
  padding: 50px 0 0;
}
.floor9 .title {
  height: 36px;
}
.tab-container {
  margin-top: 33px;
}
.tab-container .tabs {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.tab-container .tabs .tab {
  width: 222px;
  height: 58px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #F4F4F4;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  text-align: center;
  cursor: pointer;
}
.tab-container .tabs .tab-active0 {
  background: #6281FE;
  color: #fff;
}
.tab-container .tabs .tab-active1 {
  background: #FF8D60;
  color: #fff;
}
.tab-container .tabs .tab-active2 {
  background: #60ABFF;
  color: #fff;
}
.tab-container .tabs .tab-active3 {
  background: #36C583;
  color: #fff;
}
.tab-container .tabs .tab-active4 {
  background: #FF4A4A;
  color: #fff;
}
.tab-container .tab-content {
  margin-top: 2px;
}
.tab-container .tab-content .row {
  border: 1px solid #6281FE;
  border-bottom: none;
  background: #F8F9FF;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  padding: 12px 0 12px 123px;
  position: relative;
  min-height: 76px;
}
.tab-container .tab-content .row .tag {
  position: absolute;
  left: -6px;
  width: 102px;
  height: 57px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 10px;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
}
.tab-container .tab-content .row:last-child {
  border-bottom: 1px solid #6281FE;
}
.tab-container .tab-content:nth-child(1) {
  background: red;
}
.tab-container .tab-content1 .tag {
  background: url("img/tag-blue.png") no-repeat;
  background-size: 100%;
}
.tab-container .tab-content2 .row {
  border-color: #FF8D60;
  background: #FFF1EB;
}
.tab-container .tab-content2 .row:last-child {
  border-color: #FF8D60;
}
.tab-container .tab-content2 .tag {
  background: url("img/tag-orange.png") no-repeat;
  background-size: 100%;
}
.tab-container .tab-content3 .row {
  border-color: #60ABFF;
  background: #ECF5FF;
}
.tab-container .tab-content3 .row:last-child {
  border-color: #60ABFF;
}
.tab-container .tab-content3 .tag {
  background: url("img/tag-light-blue.png") no-repeat;
  background-size: 100%;
}
.tab-container .tab-content4 .row {
  border-color: #36C583;
  background: #F3FFF9;
}
.tab-container .tab-content4 .row:last-child {
  border-color: #36C583;
}
.tab-container .tab-content4 .tag {
  background: url("img/tag-green.png") no-repeat;
  background-size: 100%;
}
.tab-container .tab-content5 .row {
  background: #FFF2F2;
  border: 1px solid #FF4A4A;
  height: 437px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.tab-container .tab-content5 .row:last-child {
  border-color: #FF4A4A;
}
.tab-container .tab-content5 img {
  width: 1092px;
  height: 377px;
}
.floor10 .advantage {
  width: 1200px;
  height: 626px;
  margin-top: 48px;
  background: url("img/section10-bg.png") no-repeat;
  background-size: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 33px;
  column-gap: 80px;
}
.floor10 .advantage .advantage-item {
  font-weight: 400;
  width: 305px;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  height: 95px;
  display: flex;
  align-items: center;
}
.floor10 .advantage .advantage-item:nth-of-type(odd) {
  padding-left: 117px;
}
.floor10 .advantage .advantage-item:nth-of-type(even) {
  padding-left: 127px;
}
.floor11 {
  width: 100%;
  height: 1543px;
  background: url("img/section11-bg.png") no-repeat;
  background-size: cover;
}
.floor11 .title {
  font-weight: bold;
  font-size: 36px;
  color: #FEFEFE;
  line-height: 22px;
  margin-top: 52px;
}
.floor11 .desc {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  width: 1200px;
  margin-top: 52px;
}
.floor11 .table-wrap {
  width: 1200px;
  background: #fff;
  padding: 34px 65px;
  box-sizing: border-box;
  margin-top: 50px;
}
.floor11 .table-wrap table {
  border-collapse: collapse;
  width: 100%;
  background: #F7F7F7;
  border: 1px solid #d9d9d9;
}
.floor11 .table-wrap th {
  background-color: #3483eb;
  color: #fff;
  padding: 12px;
  font-weight: bold;
  text-align: center;
}
.floor11 .table-wrap td {
  padding: 15px;
  border: 1px solid #d9d9d9;
  text-align: center;
}
.floor11 .table-wrap th,
.floor11 .table-wrap td {
  font-size: 18px;
}
.floor11 .refund-notice-wrap {
  width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 66px 0 66px;
  background: #fff;
  box-sizing: border-box;
  margin-top: 50px;
}
.floor11 .refund-notice-wrap .refund-notice {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.floor11 .refund-notice-wrap .refund-notice .refund-right {
  margin-right: 42px;
}
.floor11 .refund-notice-wrap .refund-notice .refund-right .refund-title {
  font-family: eryaxindahei;
  font-weight: 400;
  font-size: 24px;
  color: #FF3333;
}
.floor11 .refund-notice-wrap .refund-notice .refund-right img {
  width: 144px;
  height: 144px;
  margin-top: 24px;
}
.floor11 .refund-notice-wrap .refund-notice .refund-left .refund-detail {
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 30px;
}
.floor11 .refund-notice-wrap .refund-notice .refund-left .refund-list {
  width: 770px;
  padding: 20px 16px;
  box-sizing: border-box;
  background: #F7F7F7;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  border-radius: 5px;
  margin-top: 20px;
  line-height: 30px;
}
/*# sourceMappingURL=style.css.map */