.wrap {
  width: 1112px;
}

.box {
  position: relative;
  overflow: hidden;
}

.banner {
  position: relative;
  width: 100%;
  height: 618px;
  background-image: url(../images/banner.png);
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  text-align: center;
}

.txt01 {
  padding-top: 108px;
  font-size: 48px;
  font-weight: bold;
}

.txt02 {
  margin: 28px auto 48px auto;
}

.txt03 {
  width: 790px;
  height: 80px;
  margin: 0 auto;
  line-height: 80px;
  border-radius: 40px;
  background-color: #f7c928;
  color: #e63310;
  font-size: 44px;
  font-weight: bold;
  text-shadow: 1px 1.5px 0.01em #fff;
}

.txt03 span {
  color: #000;
}

.title {
  position: relative;
  display: table;
  margin: 0 auto;
  font-size: 48px;
  font-weight: bold;
}

.title::after, .title::before {
  content: '';
  position: absolute;
  top: 27px;
  left: -52px;
  width: 43px;
  height: 9px;
  background-image: url(../images/title.png);
  background-repeat: no-repeat;
}

.title::before {
  left: auto;
  right: -52px;
}

.box01 {
  padding-top: 78px;
  padding-bottom: 72px;
  margin-top: -50px;
  background: linear-gradient(90deg, rgba(254, 139, 25, 1), rgba(255, 172, 28, 1));
}

.box01 .title {
  color: #fff;
}

.tips {
  padding-top: 60px;
  border-radius: 8px;
}

.tips_l {
  float: right;
  width: 530px;
  height: 364px;
  padding-left: 30px;
  padding-right: 50px;
  background-color: #fff;
  border-radius: 12px 0 0 0;
}

.tips_msg {
  width: 132px;
  height: 42px;
  margin-top: 36px;
  margin-bottom: 20px;
  line-height: 42px;
  color: #fff;
  background: linear-gradient(to right, #e3320a, #fd5b3d);
  text-align: center;
  border-radius: 22px 0 22px 0;
}

.tips_l p {
  line-height: 32px;
}

.tips_l ol {
  margin-top: 26px;
}

.tips_l ol li {
  margin-bottom: 8px;
  line-height: 32px;
}

.tips_l ol li span {
  float: left;
  width: 490px;
}

.num {
  float: left;
  width: 32px;
  height: 32px;
  margin-right: 8px;
  line-height: 32px;
  border-radius: 50%;
  background: rgba(254, 227, 196, 1);
  text-align: center;
}

.tips_r {
  position: relative;
  float: right;
  width: 501px;
  height: 364px;
  background-image: url(../images/bg.png);
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
}

.days {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 20px;
  color: #000;
}

.class_name {
  padding-top: 66px;
  font-weight: bold;
  font-size: 34px;
  background: linear-gradient(0deg, rgba(254, 200, 126, 1) 0%, rgba(249, 228, 195, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.price {
  display: table;
  margin: 0 auto;
}

.price span {
  float: left;
  font-size: 56px;
  font-weight: bold;
  background: linear-gradient(180deg, rgba(254, 194, 122, 1) 0%, rgba(248, 229, 198, 1) 52.1728515625%, rgba(254, 194, 122, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.price p {
  float: left;
  width: 145px;
  height: 40px;
  margin-top: 16px;
  margin-left: 8px;
  background-image: url(../images/line.png);
  background-repeat: no-repeat;
  font-size: 20px;
  line-height: 40px;
}

.price p b {
  background: linear-gradient(0deg, rgba(254, 200, 126, 1) 0%, rgba(249, 228, 195, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.buy {
  display: block;
  width: 216px;
  height: 42px;
  margin: 16px auto 12px auto;
  line-height: 42px;
  text-align: center;
  border-radius: 40px;
  background-color: #fff004;
  font-size: 24px;
  transition: background-color .5s ease;
}

.buy:hover {
  background-color: #fdcc02;
}

.protect {
  height: 366px;
  background-color: #ffcc22;
}

.shield {
  position: relative;
  float: left;
  width: 223px;
  height: 243px;
  margin: 68px 44px 0 52px;
  background-image: url(../images/shield.png);
  background-repeat: no-repeat;
  text-align: center;
}

.shield01 {
  padding-top: 48px;
  font-size: 52px;
}

.shield02 {
  padding-top: 18px;
  font-size: 30px;
  color: #fff;
}

.tutu {
  float: left;
  margin-top: 20px;
  margin-right: 36px;
}

.quiz {
  float: left;
  width: 375px;
  margin-top: 50px;
}

.question {
  margin-bottom: 16px;
  font-size: 20px;
}

.answer {
  padding: 16px;
  margin-bottom: 16px;
  background-color: #ffbe22;
  line-height: 30px;
}

.box02 {
  position: relative;
  padding-top: 80px;
}

.circle {
  width: 576px;
  height: 213px;
  padding-top: 130px;
  margin: 50px auto;
  background-image: url(../images/circle.png);
  background-repeat: no-repeat;
  text-align: center;
  font-size: 22px;
  line-height: 32px;
}

.bold {
  font-weight: bold;
}

.msg {
  position: absolute;
  top: 224px;
  width: 389px;
  height: 121px;
  background-image: url(../images/button.png);
  background-repeat: no-repeat;
  animation: transLate 5s ease infinite;
}

@keyframes transLate {
  50% {
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes transLate02 {
  50% {
    transform: translate3d(20px, 0, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes transLate03 {
  50% {
    transform: translate3d(30px, 0, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

.msg01 {
  left: 106px;
}

.msg02 {
  right: 106px;
  animation: transLate02 5s ease infinite;
}

.msg03 {
  top: 440px;
  left: 50%;
  margin-left: -194px;
  animation: transLate03 5s ease infinite;
}

.msg_title {
  float: left;
  margin: 22px 56px 0 42px;
  color: #fff;
  line-height: 28px;
  font-size: 22px;
}

.msg p {
  float: left;
  line-height: 110px;
  font-size: 20px;
}

.box02_region {
  padding-bottom: 48px;
}

.box02_region a {
  float: left;
  width: 144px;
  height: 54px;
  margin-right: 17px;
  margin-bottom: 15px;
  background: linear-gradient(90deg, rgba(253, 139, 17, 1), rgba(255, 156, 28, 1));
  text-align: center;
  line-height: 54px;
  color: #fff;
  border-radius: 8px;
  transition: opacity .5s ease;
}

.box02_region a:hover {
  opacity: .9;
}

.box02_region a:nth-child(7n) {
  margin-right: 0;
}

.box03 {
  padding-top: 66px;
  padding-bottom: 66px;
  background: linear-gradient(-90deg, rgba(254, 104, 28, 1), rgba(254, 142, 37, 1));
}

.box03 .title {
  color: #fff;
}

.box03_list {
  margin-top: 54px;
  display:flex;
  justify-content:center;	
  flex-wrap:wrap;
}
				
.box03 li {
  position: relative;	
  display: flex;
  justify-content: center;
  align-items: center;		
  width: 265px;
  height: 157px;
  margin-bottom: 10px;
  margin-right: 13px;
  background: rgba(255, 204, 34, 1);
  border-radius: 10px;
  line-height: 32px;
  z-index: 0;
}

.box03 li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  background: linear-gradient(-90deg, rgba(254, 104, 28, 1), rgba(254, 142, 37, 1));
  opacity: 0;
  transition: opacity .5s;
  z-index: -1;
}

.box03 li:hover::before {
  opacity: 1;
}

.box03 li:hover {
  color: #fff;
  box-shadow: 0 0 2px #ddd;
}



.box03_list img {
  margin-right: 5px;
}

.box03_list p {
  /* width: calc(100% - 137px); */
}

.box04 {
  padding-top: 70px;
}

.recommend {
  padding-top: 50px;
  padding-bottom: 70px;
}

.recommend a {
  float: left;
  width: 350px;
  height: 230px;
  margin-right: 20px;
  border-radius: 10px;
  overflow: hidden;
}

.recommend a img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  transition: transform 1s ease;
}

.recommend a:hover img {
  transform: scale(1.02);
}

.recommend a:last-child {
  margin-right: 0;
}

.box05 {
  padding-top: 60px;
  background: linear-gradient(-90deg, rgba(254, 104, 28, 1), rgba(254, 142, 37, 1));
}

.box05 .title {
  color: #fff;
}

.region {
  margin-top: 46px;
  padding-bottom: 36px;
}

.region a {
  float: left;
  width: 138px;
  height: 62px;
  margin-bottom: 24px;
  margin-right: 23px;
  background-image: url(../images/btn.png);
  background-repeat: no-repeat;
  text-align: center;
  line-height: 54px;
  font-size: 22px;
}

.region a:hover {
  color: #f80202;
}

.region a:nth-child(7n) {
  margin-right: 0;
}

.fixed {
  display: none;
  position: fixed;
  top: 40%;
  right: 6px;
  transform: translateY(-50%);
  z-index: 10;
}

@media only all and (max-width:1080px) {
  .wrap {
    width: 94%;
  }

  .banner {
    height: 16.3rem;
    background-image: url(../images/m_banner.png);
    background-size: 100%;
  }

  .txt01 {
    padding-top: 1.5rem;
    font-size: 1.1rem;
  }

  .txt02 {
    width: 17.375rem;
    margin: .5rem auto;
  }

  .txt03 {
    width: 17rem;
    height: 1.85rem;
    line-height: 1.85rem;
    border-radius: 1rem;
    font-size: 1rem;
  }

  .box01 {
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-top: -1.5rem;
  }

  .title {
    font-size: .8rem;
  }

  .title::after, .title::before {
    top: .575rem;
    left: -1.4rem;
    width: 1.075rem;
    height: .225rem;
    background-size: 100%;
  }

  .title::after {
    left: auto;
    right: -1.4rem;
  }

  .tips {
    padding-top: 1rem;
    border-radius: .2rem;
  }

  .tips_l {
    float: none;
    width: calc(100% - 1rem);
    height: auto;
    padding: .5rem;
    border-radius: 0 0 .3rem .3rem;
  }

  .tips_msg {
    width: 3.8rem;
    height: 1.2rem;
    margin-top: 0;
    margin-bottom: .3rem;
    line-height: 1.2rem;
    border-radius: .5rem 0 .5rem 0;
  }

  .tips_l p {
    line-height: 1.1rem;
  }

  .tips_l ol {
    margin-top: .5rem;
  }

  .tips_l ol li {
    line-height: .8rem;
  }

  .num {
    width: 1rem;
    height: 1rem;
    margin-right: .4rem;
    line-height: 1rem;
  }

  .tips_l ol li span {
    width: calc(100% - 1.4rem);
  }

  .tips_r {
    float: none;
    width: 100%;
    height: 9.1rem;
    background-size: 100%;
  }

  .class_name {
    padding-top: 1.5rem;
    font-size: 1.2rem;
  }

  .days {
    top: .3rem;
    right: .4rem;
    font-size: .8rem;
  }

  .price p {
    width: 6rem;
    height: 1.8rem;
    margin-top: .4rem;
    margin-left: .2rem;
    background-size: 100%;
    font-size: .75rem;
    line-height: 1.6rem;
  }

  .price span {
    margin-top: .4rem;
    font-size: 1.2rem;
  }

  .buy {
    width: 5.4rem;
    height: 1.2rem;
    margin: .3rem auto;
    line-height: 1.2rem;
    border-radius: 1rem;
    font-size: .75rem;
  }

  .shield {
    display: none;
  }

  .protect {
    height: auto;
    padding: 1rem 0;
  }

  .tutu {
    float: none;
    width: 10rem;
    margin: 0 auto;
  }

  .quiz {
    float: none;
    width: 94%;
    margin: 1rem auto 0 auto;
  }

  .question {
    margin-bottom: .4rem;
    font-size: .8rem;
  }

  .answer {
    padding: .4rem;
    margin-bottom: .4rem;
    line-height: 1.1rem;
  }

  .box02 {
    padding-top: 1rem;
  }

  .circle {
    width: 90%;
    height: 6.2rem;
    padding-top: 3.4rem;
    margin: 1rem auto;
    background-size: 100%;
    font-size: .85rem;
    line-height: 1.1rem;
  }

  .msg {
    position: absolute;
    top: 4rem;
    width: 8.8rem;
    height: 3.025rem;
    background-size: 100%;
  }

  .msg01 {
    left: 0;
  }

  .msg02 {
    right: 0;
  }

  .msg03 {
    top: 10rem;
    margin-left: -4.4rem;
  }

  .msg_title {
    margin: .35rem .6rem 0 .72rem;
    line-height: .8rem;
    font-size: .7rem;
  }

  .msg p {
    line-height: 2.4rem;
    font-size: .6rem;
  }

  .box02_region a {
    width: 19.2%;
    height: 1.35rem;
    margin-right: 1%;
    margin-bottom: .375rem;
    line-height: 1.35rem;
    border-radius: .2rem;
  }

  .box02_region a:nth-child(7n) {
    margin-right: 1%;
  }

  .box02_region a:nth-child(5n) {
    margin-right: 0;
  }

  .box02_region {
    padding-bottom: 1rem;
  }

  .box03 {
    padding: 1rem;
  }

  .box03_list {
    margin-top: 1rem;
  }

  .box03 li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 49%;
    height: 4.55rem;
    margin-bottom: .5rem;
    margin-right: 2%;
    border-radius: .25rem;
    line-height: 1.1rem;
  }

  .box03 li:nth-child(3n) {
    margin-right: 2%;
  }

  .box03 li:nth-child(even) {
    margin-right: 0;
  }

  .box03_list img {
    width: 1.5rem;
    margin: 0 .2rem 0 0.2rem;
  }

  .box03_list p {
    width: calc(100% - 2.4rem);
    margin-top: 0;
  }

  .box04 {
    padding-top: 1rem;
  }

  .recommend {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .recommend a {
    width: 49%;
    height: 5.75rem;
    margin-right: 2%;
    margin-bottom: .5rem;
    border-radius: .25rem;
  }

  .recommend a:nth-child(3) {
    margin-left: 4.4rem;
  }

  .recommend a:nth-child(2) {
    margin-right: 0;
  }

  .box05 {
    padding-top: 1rem;
    padding-top: 0;
  }

  .box04 .title, .box05 .title {
    font-size: 1.1rem;
  }

  .region {
    margin-top: 1rem;
    padding-bottom: 1rem;
  }

  .region a {
    width: 19.2%;
    height: 1.55rem;
    margin-bottom: .5rem;
    margin-right: 1%;
    background-size: 100%;
    line-height: 1.3rem;
    font-size: .75rem;
  }

  .region a:nth-child(7n) {
    margin-right: 1%;
  }

  .region a:nth-child(5n) {
    margin-right: 0;
  }

  .fixed {
    top: 60%;
    right: 0;
  }

  .fixed img {
    width: 2.5rem;
  }
}
