body {
  background-color: #ecf2fe;
}

.box {
  position: relative;
  overflow: hidden;
}

.banner {
  position: relative;
  width: 100%;
  height: 1271px;
  padding-top: 100px;
  background-image: url(../images/banner.jpg);
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
}

.txt01 {
  width: 383px;
  height: 73px;
  margin: 0 auto;
  border: 1px solid #fff;
  border-radius: 40px;
  line-height: 73px;
  font-size: 30px;
  color: #fff;
}

.txt02 {
  font-size: 172px;
  color: #fff;
  font-weight: bold;
}

.txt03 {
  position: relative;
  display: table;
  margin: 20px auto 0 auto;
  font-size: 38px;
  color: #fff;
}

.txt03::after, .txt03::before {
  content: '';
  position: absolute;
  top: 22px;
  left: -190px;
  width: 167px;
  height: 8px;
  background-image: url(../images/txt_l.png);
  background-repeat: no-repeat;
}

.txt03::before {
  left: auto;
  right: -190px;
  background-image: url(../images/txt_r.png);
}

.tips {
  width: 647px;
  height: 140px;
  margin: 80px auto 0 auto;
  background-image: url(../images/tips.png);
  background-repeat: no-repeat;
  line-height: 126px;
  color: #fff;
  font-size: 60px;
}

.txt04 {
  position: relative;
  width: 904px;
  height: 516px;
  padding: 30px;
  margin: 60px auto 0 auto;
  background-color: #fff;
  border-radius: 26px;
  text-align: center;
}

.doc {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 902px;
  height: 523px;
  background-image: url(../images/doc.png);
  background-repeat: no-repeat;
}

.content {
  position: relative;
  z-index: 2;
  line-height: 60px;
}

.txt05 {
  position: absolute;
  bottom: -124px;
  left: 50%;
  transform: translateX(-50%);
}

.content p {
  padding-top: 55px;
  padding-bottom: 10px;
  font-size: 50px;
  font-weight: bold;
  color: #2d12a0;
}

.txt04_content {
  font-size: 24px;
}

.txt04_content02 {
  font-weight: bold;
  font-size: 30px;
}

.txt04_content02 span {
  color: #2d12a0;
  font-size: 38px;
}

.box01 {
  padding-top: 140px;
}

.title {
  position: relative;
  padding-bottom: 70px;
  color: #151a8f;
  font-weight: bold;
}

.title span {
  font-size: 100px;
  color: #3d34db;
  font-weight: bold;
}

.title02 {
  position: absolute;
  top: -10px;
  left: 134px;
  font-size: 96px;
  color: #e1e9fd;
  font-weight: bold;
  letter-spacing: 14px;
}

.title b {
  position: relative;
  font-size: 60px;
  color: #151a8f;
  font-weight: bold;
  z-index: 2;
}

.cal_l {
  float: left;
  width: 540px;
  height: 500px;
  padding: 25px 30px;
  background-color: #feffff;
  box-shadow: 0px 0px 32px 0px rgba(49, 28, 191, 0.07);
}

.month {
  float: left;
  width: 140px;
  height: 46px;
  margin: 24px 20px 16px 0;
  box-shadow: 0px 0px 18px 0px rgba(147, 160, 223, 0.25);
  border-radius: 10px 10px 0 0;
  line-height: 46px;
  text-align: center;
  font-size: 18px;
  color: #c7d0d4;
}

.month.active {
  width: 220px;
  height: 70px;
  margin-top: 0;
  line-height: 70px;
  font-size: 24px;
  color: #fff;
  background: linear-gradient(55deg, rgba(130, 117, 255, 1), rgba(164, 130, 254, 1));
  font-weight: bold;
}

.month:last-child {
  margin-right: 0;
}

.cal_msg {
  width: 540px;
  height: 407px;
  background-color: #fff;
  box-shadow: 0px 0px 32px 0px rgba(49, 28, 191, 0.07);
  border-radius: 10px;
}

.col {
  float: left;
  width: 14.285%;
  margin-bottom: 18px;
  text-align: center;
  cursor: pointer;
}

.col p {
  width: 44px;
  height: 44px;
  margin: 0 auto;
  border-radius: 50%;
  line-height: 44px;
}

.col.active p {
  background: linear-gradient(46deg, rgba(252, 118, 182, 1), rgba(255, 147, 161, 1));
  box-shadow: 0px 6px 13px 0px rgba(244, 33, 73, 0.32);
  color: #fff;
}

.col.end p {
  color: #bcc0cb;
}

.col.end {
  cursor: auto;
}

.week {
  padding-top: 32px;
  padding-bottom: 36px;
  margin-bottom: 0;
  font-weight: bold;
}

.cal_r {
  float: right;
  width: 520px;
  height: 550px;
  padding: 0 40px;
  background: linear-gradient(46deg, rgba(88, 78, 255, 1), rgba(77, 32, 166, 1));
  box-shadow: 0px 7px 16px 0px rgba(49, 28, 191, 0.25);
}

.class_info {
  display: none;
  color: #fff;
}

.class_info.active {
  display: block;
}

.class_name {
  padding-top: 50px;
  padding-bottom: 20px;
  font-size: 32px;
}

.time {
  font-size: 24px;
}

.teacher {
  margin-top: 30px;
}

.teacher li {
  float: left;
  margin-right: 16px;
  text-align: center;
}

.teacher li img {
  width: 64px;
  height: 64px;
  padding-bottom: 10px;
  border-radius: 50%;
}

.price {
  width: 493px;
  height: 62px;
  margin-top: 24px;
  background: rgba(236, 242, 254, 0);
  border: 2px solid rgba(61, 52, 219, 1);
  border-radius: 6px;
  line-height: 62px;
  font-size: 24px;
}

.price span {
  margin-left: 20px;
  margin-right: 20px;
  font-size: 28px;
  text-decoration: line-through;
}

.get {
  display: block;
  width: 248px;
  height: 60px;
  margin-top: 22px;
  margin-bottom: 40px;
  line-height: 60px;
  text-align: center;
  border-radius: 40px;
  background-color: #fff;
  color: #3901c6;
  font-size: 28px;
  transition: opacity .5s ease;
}

.get:hover {
  opacity: .9;
}

.class_tips {
  color: #aaa5fa;
}

.box02 {
  width: 100%;
  height: 1463px;
  padding-top: 660px;
  margin-top: -550px;
  background-image: url(../images/bg.png);
  background-repeat: no-repeat;
  background-position: center;
}

.box02 .title, .box04 .title, .box06 .title {
  float: right;
  margin-right: 60px;
}

.box02 .title02, .box04 .title02, .box06 .title02 {
  left: auto;
  right: -68px;
}

.box02_tips {
  text-align: center;
  line-height: 53px;
  font-size: 24px;
}

.box02_tips span {
  color: #3d34db;
}

.code_wrap {
  margin-top: 56px;
}

/* 联动切换二维码 开始 */
.list-div {
  float: left;
  width: 570px;
  margin-left: 112px;
  margin-right: 64px;
}

.list-div .row {
  position: relative;
  height: 81px;
  margin-bottom: 22px;
  cursor: default;
}

.list-div label {
  float: left;
  width: 572px;
  color: #fff;
  font-size: 24px;
  line-height: 81px;
}

.list-div .selectBox {
  float: left;
  position: relative;
  width: 572px;
}

.list-div .selectBox cite {
  display: block;
  width: 100%;
  height: 81px;
  box-sizing: border-box;
  cursor: pointer;
  background: #fff url(../images/arrow.png) no-repeat 95% center;
  border-radius: 5px;
  box-shadow: 0 2px 27px rgba(115, 33, 0, .15);
  font-size: 20px;
  font-style: normal;
  line-height: 81px;
  text-indent: 1.5em;
  transition: all .2s;
  box-shadow: 0px 7px 29px 0px rgba(49, 28, 191, 0.09);
}

.list-div .selectBox ul {
  display: none;
  position: absolute;
  left: 0;
  top: 81px;
  box-sizing: border-box;
  cursor: default;
  width: 572px;
  max-height: 230px;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 3;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 16px;
  line-height: 32px;
  text-indent: .75em;
}

.list-div .selectBox li:hover {
  background: #f8f8f8;
}

.code {
  float: right;
  width: 293px;
  height: 232px;
  padding-top: 56px;
  margin-right: 92px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 7px 29px 0px rgba(49, 28, 191, 0.09);
  border-radius: 6px;
}

.code img {
  width: 176px;
  height: 176px;
  margin: 0 auto;
}

.border {
  float: left;
  width: 1px;
  height: 252px;
  margin-top: 20px;
  background: rgba(206, 214, 255, 1);
}

.box03 {
  margin-top: -650px;
}

.box03 .title {
  line-height: 28px;
}

.box03 .title span, .box05 .title span {
  float: left;
  margin-top: 10px;
  margin-right: 20px;
}

.title em {
  margin-left: 148px;
  font-size: 34px;
  font-style: normal;
  font-weight: bold;
}

.box03 .title02 {
  top: -4px;
  left: 146px;
}

.list li {
  float: left;
  margin-right: 16px;
}

.list li:last-child {
  margin-right: 0;
}

.icon {
  width: 288px;
  height: 380px;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
  font-size: 26px;
}

.icon p {
  padding-top: 50px;
}

.icon01 {
  background-image: url(../images/icon01.png);
}

.icon02 {
  background-image: url(../images/icon02.png);
}

.icon03 {
  background-image: url(../images/icon03.png);
}

.icon04 {
  background-image: url(../images/icon04.png);
}

.icon_txt {
  position: relative;
  width: 257px;
  height: 109px;
  padding-top: 40px;
  margin: -70px auto 0 auto;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 7px 29px 0px rgba(49, 28, 191, 0.09);
  text-align: center;
  font-size: 28px;
  color: rgba(18, 60, 190, 1);
  line-height: 36px;
}

.icon_border {
  position: absolute;
  top: 10px;
  left: -2px;
  width: 8px;
  height: 30px;
  background-color: #1768dd;
}

.box04 {
  padding-top: 100px;
}

.box04_l {
  float: left;
  width: 625px;
}

.list_name {
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: bold;
}

.box04_l li {
  padding: 20px 0 26px 50px;
}

.box04_l li:hover {
  background: linear-gradient(46deg, rgba(88, 78, 255, 1), rgba(77, 32, 166, 1));
  box-shadow: 0px 7px 16px 0px rgba(49, 28, 191, 0.25);
  border-radius: 45px 0 0 0px;
  color: #fff;
}

.box04_l li:hover .true {
  background-image: url(../images/true_a.png);
}

.true {
  float: left;
  width: 17px;
  height: 15px;
  background-image: url(../images/true.png);
  background-repeat: no-repeat;
  margin-top: 10px;
  margin-right: 10px;
}

.box04_l li p {
  float: left;
  width: 500px;
  line-height: 32px;
  font-size: 18px;
}

.list_txt {
  margin-bottom: 20px;
}

.list_txt:last-child {
  margin-bottom: 0;
}

.box04_r {
  float: left;
  width: 575px;
  height: 752px;
}

.box04_r img {
  border-radius: 0 0 0 40px;
  box-shadow: 0px 7px 29px 0px rgba(49, 28, 191, 0.09);
}

.box05 {
  position: relative;
  padding-top: 80px;
  z-index: 2;
}

.box05 .title b {
  font-size: 34px;
}

.box05 .title em {
  font-size: 60px;
  margin-left: 0;
}

.box05 .title {
  line-height: 50px;
}

.box05 .title02 {
  top: -4px;
  left: 146px;
}

.box05 .title span {
  margin-top: 22px;
}

.region {
  padding: 50px 30px;
  background-color: #fff;
}

.region a {
  float: left;
  width: 150px;
  height: 53px;
  margin-bottom: 16px;
  margin-right: 12px;
  background: rgba(73, 0, 216, 1);
  box-shadow: 0px 7px 16px 0px rgba(49, 28, 191, 0.32);
  border-radius: 27px;
  text-align: center;
  line-height: 53px;
  font-size: 26px;
  color: #fff;
}

.region a:hover {
  background: linear-gradient(46deg, rgba(34, 238, 169, 1), rgba(27, 205, 173, 1));
  box-shadow: 0px 7px 16px 0px rgba(32, 151, 66, 0.32);
}

.box06 {
  width: 100%;
  padding-top: 600px;
  padding-bottom: 100px;
  margin-top: -480px;
  background-image: url(../images/footer.png);
  background-repeat: no-repeat;
  background-position: center;
}

.box06 .title {
  margin-right: 200px;
  color: #fff;
}

.box06 .title span {
  color: #fff;
}

.box06 .title b {
  color: #fff;
}

.box06 .title02 {
  top: -30px;
  right: -186px;
  color: #6033dc;
}

.rec a {
  float: left;
  width: 400px;
  height: 372px;
  padding-top: 25px;
  background-image: url(../images/border.png);
  background-repeat: no-repeat;
  background-size: 100%;
  text-align: center;
  color: #fff;
}

.rec a img {
  width: 290px;
  margin: 0 auto 16px auto;
}

.cloud {
  position: absolute;
}

.cloud05 {
  top: 20px;
  right: -130px;
}

.box04, .box03, .box02 .wrap, .box01 {
  position: relative;
}

.cloud04 {
  top: 30px;
  left: -190px;
  z-index: -1;
}

.cloud03 {
  top: -200px;
  right: -80px;
}

.cloud02 {
  left: -50px;
  bottom: -20px;
}

.cloud01 {
  top: 0;
  left: -200px;
}

.cloud00 {
  top: 60px;
  right: -186px;
}

@media only all and (max-width:1080px) {
  .cloud {
    display: none;
  }

  .banner {
    height: 22rem;
    padding-top: 1.5rem;
    background-image: url(../images/m_banner.jpg);
    background-size: 100%;
  }

  .txt01 {
    width: 9.575rem;
    height: 1.825rem;
    margin-bottom: .4rem;
    border-radius: 1rem;
    line-height: 1.825rem;
    font-size: .8rem;
  }

  .txt02 {
    font-size: 3rem;
  }

  .txt03 {
    margin-top: .5rem;
    font-size: 1rem;
  }

  .txt03::after, .txt03::before {
    top: .55rem;
    left: -3.9rem;
    width: 3.5rem;
    height: .2rem;
    background-size: 100%;
  }

  .txt03::before {
    left: auto;
    right: -3.9rem;
  }

  .tips {
    width: 12rem;
    height: 2.3rem;
    margin: .8rem auto 0 auto;
    background-size: 100%;
    line-height: 2.3rem;
    font-size: 1rem;
  }

  .doc, .txt05 {
    display: none;
  }

  .txt04 {
    width: 15.2rem;
    height: auto;
    padding: .9rem 1rem;
    margin: 3.5rem auto 0 auto;
    border-radius: .5rem;
  }

  .content {
    line-height: 1.4rem;
  }

  .content p {
    padding-top: 0;
    padding-bottom: .5rem;
    font-size: 1.2rem;
  }

  .txt04_content {
    font-size: .75rem;
  }

  .txt04_content02 {
    font-size: .8rem;
  }

  br {
    display: none;
  }

  .txt04_content02 span {
    font-size: .95rem;
  }

  .box01 {
    padding-top: 7.5rem;
  }

  .title {
    padding-bottom: 1rem;
  }

  .title span {
    font-size: 1.9rem;
  }

  .title02 {
    top: -.25rem;
    left: 3.35rem;
    font-size: 2.4rem;
    letter-spacing: .35rem;
  }

  .title b {
    font-size: 1.2rem;
  }

  .box03 .title02 {
    top: .25rem;
    left: 3.35rem;
  }

  .cal_l {
    float: none;
    width: calc(100% - 1rem);
    height: auto;
    padding: 1rem .5rem;
  }

  .month {
    width: 30%;
    height: 1.6rem;
    margin: .35rem 2% .4rem 0;
    border-radius: .25rem .25rem 0 0;
    line-height: 1.6rem;
    font-size: .75rem;
  }

  .month.active {
    width: 34%;
    height: 2rem;
    margin-top: 0;
    line-height: 2rem;
    font-size: .8rem;
  }

  .cal_msg {
    width: 100%;
    height: auto;
    border-radius: .25rem;
  }

  .week {
    padding-top: .8rem;
    padding-bottom: .8rem;
  }

  .col {
    margin-bottom: .45rem;
  }

  .col p {
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
  }

  .cal_r {
    float: none;
    width: calc(100% - 2rem);
    height: auto;
    padding: 0 1rem;
    margin-top: .5rem;
  }

  .class_name {
    padding-top: 1rem;
    padding-bottom: .5rem;
    font-size: 1rem;
  }

  .time {
    font-size: .8rem;
  }

  .teacher {
    margin-top: .75rem;
  }

  .teacher li {
    margin-right: .4rem;
  }

  .teacher li img {
    width: 2.5rem;
    height: 2.5rem;
    padding-bottom: .25rem;
  }

  .price {
    width: 100%;
    height: 2rem;
    margin-top: .6rem;
    border-radius: .15rem;
    line-height: 2rem;
    font-size: .8rem;
  }

  .price span {
    margin-left: .5rem;
    margin-right: .5rem;
    font-size: .8rem;
  }

  .get {
    width: 6.2rem;
    height: 1.8rem;
    margin-top: 1rem;
    margin-bottom: .8rem;
    line-height: 1.8rem;
    border-radius: 1rem;
    font-size: .8rem;
  }

  .class_tips {
    padding-bottom: 1rem;
  }

  .box02 .title, .box04 .title, .box06 .title {
    float: none;
    margin-right: 0;
  }

  .box02 {
    height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-top: 1rem;
    background: #fff;
  }

  .box02 .title02, .box04 .title02, .box06 .title02 {
    right: auto;
    ;
    left: 3.35rem;
  }

  .box02_tips {
    line-height: 1.3rem;
    font-size: .8rem;
    text-align: left;
  }

  .code_wrap {
    margin-top: 1rem;
  }

  .list-div {
    position: relative;
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    z-index: 4;
  }

  .list-div .row {
    height: 3rem;
    margin-bottom: .5rem;
  }

  .list-div .selectBox {
    width: 100%;
  }

  .list-div .selectBox cite {
    height: 3rem;
    line-height: 3rem;
    font-size: .8rem;
  }

  .list-div .selectBox ul {
    width: 100%;
    top: 3rem;
  }

  .border {
    display: none;
  }

  .code {
    position: relative;
    float: none;
    width: 80%;
    height: 6.4rem;
    padding-top: 1.4rem;
    margin: 0 auto;
    border-radius: .15rem;
    z-index: 2;
  }

  .code img {
    width: 5rem;
    height: 5rem;
  }

  .box03 {
    padding-top: 1rem;
    margin-top: 0;
  }

  .box03 .title {
    line-height: 1.2rem;
  }

  .title em {
    display: block;
    margin-left: 0;
    font-size: .8rem;
  }

  .box03 .title span, .box05 .title span {
    margin-top: .25rem;
    margin-right: .5rem;
  }

  .list li {
    width: 49%;
    margin-bottom: .5rem;
    margin-right: 2%;
  }

  .list li:nth-child(even) {
    margin-right: 0;
  }

  .icon {
    width: 100%;
    height: 9.5rem;
    font-size: .8rem;
    background-size: 100%;
  }

  .icon_txt {
    width: 100%;
    height: 2.5rem;
    padding-top: .5rem;
    margin: -1.75rem auto 0 auto;
    font-size: .75rem;
    line-height: 1rem;

  }
  .icon_txt br{
    display: block;
  }
  .icon_txt p{
    margin:0 .5rem;
  }
  .icon p {
    padding: 1rem 1.5rem;
  }

  .icon_border {
    top: .5rem;
    left: 0;
    width: .2rem;
    height: 1rem;
  }

  .box04 {
    padding-top: 1rem;
  }

  .box04_l {
    float: none;
    width: 100%;
  }

  .box04_l li {
    padding: .5rem 0 .5rem 0;
  }

  .list_name {
    margin-bottom: .5rem;
    font-size: 1rem;
  }

  .list_txt {
    margin-bottom: .5rem;
  }

  .true {
    width: .7rem;
    height: .7rem;
    margin-top: .25rem;
    margin-right: .25rem;
    background-size: 100%;
  }

  .box04_l li p {
    width: calc(100% - 1rem);
    line-height: 1.2rem;
    font-size: .75rem;
  }

  .box04_r {
    float: none;
    width: 100%;
    height: auto;
  }

  .box04_r img {
    width: 100%;
    height: auto;
    border-radius: 0 0 0 1rem;
  }

  .box05 {
    padding-top: 1rem;
  }

  .region {
    padding: 1rem;
  }

  .region a {
    width: 19.2%;
    height: 1.4rem;
    margin-bottom: .5rem;
    margin-right: 1%;
    border-radius: 1rem;
    line-height: 1.4rem;
    font-size: .7rem;
  }

  .region a:nth-child(5n) {
    margin-right: 0;
  }

  .box06 {
    padding-top: 1rem;
    padding-bottom: .5rem;
    margin-top: 1rem;
    background: #4900d8;
  }

  .rec a {
    width: 49%;
    height: 7.7rem;
    padding-top: .625rem;
    margin-right: 2%;
    margin-bottom: .5rem;
    background-image: none;
    background-color: #291aa8;
  }

  .rec a:nth-child(2) {
    margin-right: 0;
  }

  .rec a:nth-child(3) {
    margin-left: 4.5rem;
  }

  .rec a img {
    width: 90%;
    margin: 0 auto .4rem auto;
  }

  .box05 .title b {
    font-size: .8rem;
  }

  .box05 .title em {
    position: absolute;
    top: .5rem;
    left: 0;
    font-size: 1.2rem;
  }

  .box05 .title {
    padding-bottom: 1.5rem;
    line-height: 2.4rem;
  }

  .box05 .title02 {
    top: -.25rem;
    left: 3.35rem;
  }

  .box06 .title02 {
    top: -.5rem;
  }
}
