.box {
  position: relative;
  overflow: hidden;
}

body {
  background-color: #f5dade;
}

.banner {
  position: relative;
  width: 100%;
  height: 710px;
  background-image: url(../images/banner.png);
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
}

.banner_tips {
  position: relative;
  display: table;
  padding-top: 70px;
  margin: 0 auto;
  text-align: center;
  font-size: 40px;
  color: rgba(232, 73, 89, 1);
  font-weight: bold;
}

.banner_tips::after, .banner_tips::before {
  content: '';
  position: absolute;
  top: 94px;
  left: -90px;
  width: 98px;
  height: 11px;
  background-image: url(../images/banner_title.png);
  background-repeat: no-repeat;
}

.banner_tips::after {
  left: auto;
  right: -110px;
  transform: rotate(-180deg);
}

.txt {
  margin: 30px auto 40px auto;
}

.txt02 {
  width: 630px;
  height: 70px;
  margin: 0 auto;
  background: rgba(246, 224, 228, 1);
  border-radius: 40px;
  line-height: 70px;
  text-align: center;
  color: rgba(232, 73, 89, 1);
  font-size: 32px;
  font-weight: bold;
}

.title {
  position: relative;
  display: table;
  margin: 0 auto;
  font-weight: 400;
  color: rgba(232, 73, 89, 1);
  font-size: 44px;
}

.title::after, .title::before {
  content: '';
  position: absolute;
  top: 10px;
  left: -96px;
  width: 69px;
  height: 57px;
  background-image: url(../images/title01.png);
  background-repeat: no-repeat;
}

.title::after {
  left: auto;
  right: -96px;
}

.title img {
  position: absolute;
  top: -376px;
  right: -436px;
}

.help {
  margin-top: 70px;
  margin-bottom: 70px;
}

.help li {
  float: left;
  width: 270px;
  height: 270px;
  padding-top: 30px;
  margin-right: 40px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 4px 26px 0px rgba(230, 118, 118, 0.4);
  border-radius: 16px;
  text-align: center;
  color: rgba(232, 73, 89, 1);
  font-size: 20px;
}

.help li:last-child {
  margin-right: 0;
}

.img_wrap {
  height: 177px;
  margin-bottom: 16px;
}

.help li img {
  margin: 0 auto;
}

.box01 {
  position: relative;
  padding-bottom: 100px;
}

.box01 .banner_tips {
  padding-top: 0;
  font-size: 24px;
}

.box01 .banner_tips::after, .box01 .banner_tips::before {
  top: 11px;
}

.box01 .banner_tips::before {
  left: -110px;
}

.course {
  padding-top: 120px;
}

.course_list {
  margin-top: 80px;
  margin-bottom: 70px;
}

.course_list li {
  float: left;
  width: 370px;
  height: 192px;
  margin-right: 45px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 4px 30px 0px rgba(230, 118, 118, 0.4);
  border-radius: 10px;
}

.course_list li:last-child {
  margin-right: 0;
}

.course_list li:nth-child(2) .course_btn {
  background: linear-gradient(90deg, rgba(232, 103, 137, 1), rgba(174, 108, 246, 1));
}

.course_btn {
  width: 250px;
  height: 56px;
  margin: -28px auto 0 auto;
  background: linear-gradient(90deg, rgba(232, 83, 142, 1), rgba(232, 111, 86, 1));
  border-radius: 28px;
  line-height: 56px;
  text-align: center;
  color: #fff;
  font-size: 22px;
}

.course_list li p {
  padding: 26px 40px 0 40px;
  line-height: 38px;
  font-size: 18px;
}

.table {
  width: 100%;
  box-shadow: 0px 4px 30px 0px rgba(230, 118, 118, 0.4);
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
}

.table th {
  padding: 22px 0;
  background-color: #fbf0f2;
  color: #e84959;
  font-size: 18px;
}

.table span {
  float: left;
}

.table p {
  float: left;
  width: 400px;
  text-align: left;
}

.table th:first-child {
  border-radius: 10px 0 0 0;
}

.table th:last-child {
  border-radius: 0 10px 0 0;
}

.table td {
  padding: 30px 0;
  line-height: 30px;
}

.th02 {
  width: 170px;
}

.th03 {
  width: 505px;
}

.table td a {
  display: block;
  width: 150px;
  height: 46px;
  margin: 0 auto 16px auto;
  background: linear-gradient(90deg, rgba(232, 83, 142, 1), rgba(232, 111, 86, 1));
  border-radius: 24px;
  text-align: center;
  line-height: 46px;
  color: #fff;
  transition: opacity .5s ease;
}

.table td a:hover {
  opacity: .9;
}

.table td span {
  color: #e84959;
}

.box02 {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #faeaea;
}

.title02 {
  display: table;
  position: relative;
  margin: 0 auto;
  color: rgba(232, 73, 89, 1);
  font-size: 44px;
  font-weight: bold;
}

.title02::after, .title02::before {
  content: '';
  position: absolute;
  top: 20px;
  left: -180px;
  width: 163px;
  height: 21px;
  background-image: url(../images/title02.png);
  background-repeat: no-repeat;
}

.title02::before {
  left: auto;
  right: -180px;
}

.tips {
  width: 572px;
  height: 72px;
  background-repeat: no-repeat;
  line-height: 64px;
  color: #fff;
  font-size: 22px;
}

.tips01 {
  background-image: url(../images/tips01.png);
}

.tips02 {
  background-image: url(../images/tips02.png);
}

.num01 {
  padding-top: 70px;
  padding-bottom: 120px;
  font-size: 18px;
}

.num01_l, .num01_r {
  float: left;
  width: 570px;
  height: 240px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 4px 30px 0px rgba(230, 118, 118, 0.4);
  border-radius: 10px;
  text-align: center;
  line-height: 40px;
}

.num01_r {
  float: right;
}

.num01 p {
  padding-top: 12px;
  padding-bottom: 8px;
  color: #e84959;
  font-size: 22px;
}

.num01 span {
  color: #e84959;
}

.tips03, .tips04 {
  width: 335px;
  height: 60px;
  line-height: 60px;
  margin: 0 auto 40px auto;
  background-image: url(../images/tips03.png);
  background-repeat: no-repeat;
  color: #fff;
  font-size: 22px;
}

.tips04 {
  background-image: url(../images/tips04.png);
}

.num02 {
  padding-top: 68px;
  padding-bottom: 120px;
  line-height: 40px;
  font-size: 18px;
}

.num02_l, .num02_r {
  float: left;
  width: 570px;
  height: 362px;
  padding-top: 40px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 4px 30px 0px rgba(230, 118, 118, 0.4);
  border-radius: 10px;
  text-align: center;
}

.num02_r {
  float: right;
}

.num02 p {
  padding-bottom: 10px;
  color: #e84959;
  font-size: 22px;
}

.num03 {
  padding-top: 68px;
  padding-bottom: 80px;
}

.num03 li {
  height: 76px;
  margin-bottom: 40px;
  line-height: 76px;
  box-shadow: 0px 4px 30px 0px rgba(230, 118, 118, 0.4);
  border-radius: 10px;
  background-color: #fff;
  font-size: 18px;
}

.num03 li span {
  color: #e84959;
}

.num03_bg {
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 330px;
  height: 76px;
  margin-right: 14px;
  background-image: url(../images/tips05.png);
  background-repeat: no-repeat;
  font-size: 24px;
  color: #fff;
}

.num03_bg02 {
  background-image: url(../images/tips06.png);
}

.num03_bg img {
  margin-right: 10px;
}

.hint {
  padding-top: 50px;
  padding-bottom: 60px;
  font-size: 30px;
  text-align: center;
}

.num04 li {
  float: left;
  width: 240px;
  height: 250px;
  padding-top: 50px;
  margin-right: 78px;
  box-sizing: border-box;
  background-image: url(../images/num04.png);
  background-repeat: no-repeat;
  text-align: center;
  font-size: 20px;
  line-height: 36px;
  transition: transform .5s ease;
}

.num04 li:hover {
  transform: translateY(-5px);
}

.num04 li img {
  margin: 0 auto 20px auto;
}

.list01 {
  margin-left: 160px;
}

.list04 {
  margin-top: -20px;
  margin-left: 320px;
}

.list05 {
  margin-top: -20px;
}

.box03 {
  padding-top: 100px;
}

.box03_list {
  padding-top: 68px;
}

.box03_list li {
  position: relative;
  float: left;
  width: 285px;
  height: 214px;
  margin-right: 20px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 4px 30px 0px rgba(230, 118, 118, 0.4);
  border-radius: 10px;
  line-height: 40px;
  font-size: 18px;
}

.box03_list li p {
  position: relative;
  padding: 0 24px;
  z-index: 1;
}

.box03_list li:last-child {
  margin-right: 0;
}

.box03_tips, .box03_tips02 {
  width: 285px;
  height: 66px;
  margin-bottom: 20px;
  background-image: url(../images/tips07.png);
  background-repeat: no-repeat;
  color: #fff;
  line-height: 56px;
  font-size: 24px;
  text-align: center;
}

.box03_tips02 {
  background-image: url(../images/tips08.png);
}

.box03_list .box03_list01 {
  margin-top: 166px;
}

.box03_list .box03_list02 {
  height: 266px;
  margin-top: 114px;
}

.box03_list .box03_list03 {
  height: 324px;
  margin-top: 56px;
}

.box03_list .box03_list04 {
  height: 380px;
}

.box03_list img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}

.box04_bg {
  width: 100%;
  height: 337px;
  background-image: url(../images/footer.png);
  background-repeat: no-repeat;
  background-position: center;
}

.box04 {
  padding-bottom: 100px;
  background-color: #f94b75;
}

.region_title {
  padding-bottom: 70px;
  font-size: 44px;
  color: #fff;
  text-align: center;
}

.region a {
  float: left;
  width: 130px;
  height: 56px;
  margin-right: 22px;
  margin-bottom: 24px;
  line-height: 56px;
  text-align: center;
  background-color: #fff;
  color: #e35977;
  border-radius: 6px;
  transition: background-color .5s ease;
  font-size: 18px;
}

.region a:hover {
  color: #fff;
  background: rgba(231, 108, 136, 1);
}

.region a:nth-child(8n) {
  margin-right: 0;
}

.cloud {
  position: absolute;
}

.cloud01 {
  top: 176px;
  right: -290px;
}

.cloud02 {
  bottom: 150px;
  left: 86px;
}

.cloud03 {
  top: 890px;
  right: 86px;
}

.cloud04 {
  bottom: -150px;
  left: 0;
}

.wrap {
  position: relative;
  z-index: 2;
}

@media only all and (max-width:1700px) {
  .cloud {
    display: none;
  }
}

@media only all and (max-width:1080px) {
  .banner {
    height: 11.5rem;
    background-size: auto 100%;
  }

  .banner_tips {
    padding-top: .7rem;
    font-size: 1rem;
  }

  .txt {
    width: 17rem;
    margin: .8rem auto;
  }

  .banner_tips::after, .banner_tips::before, .cloud, .title img {
    display: none;
  }

  .txt02 {
    width: 15.75rem;
    height: 1.75rem;
    border-radius: 1rem;
    line-height: 1.75rem;
    font-size: .8rem;
  }

  .title {
    font-size: 1rem;
  }

  .title::after, .title::before {
    top: .25rem;
    left: -1.7rem;
    width: 1.725rem;
    height: 1.425rem;
    background-size: 100%;
  }

  .title::before {
    left: auto;
    right: -2rem;
  }

  .help {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .help li {
    width: 49%;
    height: 8rem;
    padding-top: .5rem;
    margin-right: 1%;
    margin-bottom: .3rem;
    box-shadow: 0px .1rem .5rem 0px rgba(230, 118, 118, 0.4);
    border-radius: .4rem;
    font-size: .75rem;
  }

  .help li img {
    width: 4rem;
    margin: 0 auto .5rem auto;
  }

  .help li:last-child img {
    width: 4.75rem;
  }

  .img_wrap {
    height: 5.5rem;
    margin-bottom: .4rem;
  }

  .box01 .banner_tips {
    font-size: .8rem;
  }

  .course {
    padding-top: 1.5rem;
  }

  .course_list {
    margin-top: 1.5rem;
    margin-bottom: .5rem;
  }

  .course_list li {
    width: 49%;
    height: 9.5rem;
    margin-right: 1%;
    margin-bottom: 1rem;
    box-shadow: 0px .1rem .75rem 0px rgba(230, 118, 118, 0.4);
    border-radius: .25rem;
  }

  .course_list li:nth-child(3) {
    margin-left: 4.5rem;
  }

  .course_list li:nth-child(even) {
    margin-right: 0;
  }

  .course_btn {
    width: 7.2rem;
    height: 1.7rem;
    margin: -.7rem auto 0 auto;
    border-radius: 1rem;
    line-height: 1.7rem;
    font-size: .7rem;
  }

  .course_list li p {
    padding: .5rem 1rem 0 1rem;
    line-height: 1.2rem;
    font-size: .75rem;
  }

  .table {
    box-shadow: 0px .1rem .75rem 0px rgba(230, 118, 118, 0.4);
    border-radius: .25rem;
  }

  .table th:first-child {
    border-radius: .25rem 0 0 0;
  }

  .table th:last-child {
    border-radius: 0 .25rem 0 0;
  }

  .table th {
    ;
    padding: .5rem 0;
    font-size: .75rem;
  }

  .th01 {
    width: 20%;
  }

  .th02 {
    width: 15%;
  }

  .th03 {
    width: auto;
  }

  .table td {
    padding: .5rem 0;
    line-height: 1.1rem;
  }

  .table td a {
    width: 4.5rem;
    height: 1.4rem;
    margin: 0 auto .4rem auto;
    border-radius: 1rem;
    line-height: 1.4rem;
  }

  .box01 {
    padding-bottom: 2rem;
  }

  .box02 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .title02 {
    font-size: 1rem;
  }

  .title02::after, .title02::before {
    top: .5rem;
    left: -3rem;
    width: 3rem;
    height: .5rem;
    background-size: 100%;
  }

  .title02::before {
    left: auto;
    right: -3rem;
  }

  .num01 {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: .75rem;
  }

  .num01_l, .num01_r {
    float: none;
    width: 100%;
    height: auto;
    padding-bottom: 1rem;
    margin-bottom: .5rem;
    box-shadow: 0px .1rem .7rem 0px rgba(230, 118, 118, 0.4);
    border-radius: .25rem;
    line-height: 1.2rem;
  }

  .num01_l b, .num01_r b {
    padding: 0 .5rem;
  }

  .tips {
    width: 100%;
    height: 1.8rem;
    line-height: 1.8rem;
    font-size: .75rem;
    background-size: 100%;
  }

  .num01 p {
    padding-top: 1rem;
    padding-bottom: .5rem;
    font-size: .75rem;
  }

  .num02 {
    padding-top: 2rem;
    padding-bottom: 1rem;
    line-height: 1.2rem;
    font-size: .75rem;
  }

  .num02_l, .num02_r {
    float: none;
    width: 100%;
    height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: .5rem;
    box-shadow: 0px .1rem .75rem 0px rgba(230, 118, 118, 0.4);
    border-radius: .25rem;
  }

  .tips03, .tips04 {
    width: 9.5rem;
    height: 1.7rem;
    line-height: 1.7rem;
    margin: 0 auto 1rem auto;
    background-size: 100%;
    font-size: .75rem;
  }

  .num02 p {
    padding-bottom: .25rem;
    font-size: .8rem;
  }

  .num02 b {
    padding: 0 .5rem;
  }

  .num03 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .num03 li {
    height: auto;
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin-bottom: 1rem;
    line-height: 1.2rem;
    box-shadow: 0px .1rem .75rem 0px rgba(230, 118, 118, 0.4);
    border-radius: .25rem;
    font-size: .75rem;
  }

  .num03 li p {
    padding: .5rem;
  }

  .num03_bg {
    float: none;
    width: 11rem;
    height: 2rem;
    background-size: 100%;
    font-size: .8rem;
    margin: 0 auto;
  }

  .num03_bg img {
    width: 1rem;
    margin-right: .5rem;
  }

  .hint {
    padding-top: .7rem;
    padding-bottom: 1.5rem;
    font-size: .8rem;
  }

  .num04 li {
    width: 49%;
    height: 9.2rem;
    padding-top: 1.25rem;
    margin-right: 1%;
    margin-bottom: .5rem;
    background-size: 100%;
    font-size: .78rem;
    line-height: 1.2rem;
  }

  .num04 li:nth-child(even) {
    margin-right: 0;
  }

  .list01 {
    margin-left: auto;
  }

  .num04 li img {
    width: 3rem;
    margin: 0 auto .5rem auto;
  }

  .list04 {
    margin-top: 0;
    margin-left: auto;
    ;
  }

  .list05 {
    margin-top: 0;
    margin-left: 4.2rem;
  }

  .box04_bg {
    display: none;
  }

  .box03 {
    padding-top: 1.5rem;
  }

  .box03_list {
    padding-top: 1rem;
  }

  .box03_list li {
    width: 49%;
    height: 8.5rem;
    margin-right: 1%;
    margin-bottom: .5rem;
    box-shadow: 0px .1rem .75rem 0px rgba(230, 118, 118, 0.4);
    border-radius: .25rem;
    line-height: 1.2rem;
    font-size: .75rem;
  }

  .box03_tips, .box03_tips02 {
    width: 100%;
    height: 2rem;
    margin-bottom: .3rem;
    line-height: 2rem;
    font-size: .8rem;
    background-size: 100%;
  }

  .box03_list li p {
    padding: 0 .5rem;
  }

  .box03_list .box03_list01 {
    margin-top: 0;
  }

  .box03_list .box03_list02 {
    height: 8.5rem;
    margin-top: 0;
  }

  .box03_list .box03_list03 {
    height: 10.5rem;
    margin-top: 0;
  }

  .box03_list .box03_list04 {
    height: 10.5rem;
  }

  .box03_list img {
    display: none;
  }

  .box04 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .region_title {
    padding-bottom: 1rem;
    font-size: 1rem;
  }

  .region a {
    width: 24.25%;
    height: 1.8rem;
    margin-right: 1%;
    margin-bottom: .5rem;
    line-height: 1.8rem;
    font-size: .75rem;
  }

  .region a:nth-child(4n) {
    margin-right: 0;
  }

  .table p {
    width: 6rem;
  }
}
