.banner {
  width: 100%;
  height: 752px;
  background-image: url(../images/banner.png);
  background-repeat: no-repeat;
  background-position: center;
}

.banner_wrap {
  padding-top: 160px;
}

.txt01 {
  margin-bottom: 26px;
  font-size: 32px;
}

.banner_wrap img {
  margin-bottom: 20px;
}

.btn {
  width: 610px;
  height: 90px;
  background-image: url(../images/btn.png);
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
  line-height: 72px;
  font-size: 30px;
  font-weight: bold;
}

.container {
  background: #fff;
  box-shadow: 0px 4px 80px 0px rgba(0, 0, 0, 0.19);
  border-radius: 60px 60px 60px 0px;
}

.title {
  height: 84px;
  background-color: #f5f4fc;
  border-radius: 60px 60px 0 0px;
  line-height: 84px;
}

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

.title p::after, .title p::before {
  content: '';
  position: absolute;
  top: 28px;
  left: -80px;
  width: 60px;
  height: 30px;
  background-image: url(../images/title_l.png);
  background-repeat: no-repeat;
}

.title p::after {
  left: auto;
  right: -80px;
  background-image: url(../images/title_r.png);
}

.box01 {
  position: relative;
  margin-top: -104px;
  margin-bottom: 50px;
}

.bg {
  position: absolute;
  top: 90px;
  left: 0;
  width: 100%;
  background: linear-gradient(-86deg, rgba(88, 53, 209, 1), rgba(75, 97, 213, 1));
  z-index: 1;
}

.container {
  position: relative;
  z-index: 2;
}

.box01 .bg {
  top: 100px;
  height: 460px;
}

.box01 .container {
  padding-bottom: 50px;
}

.tips {
  padding-top: 30px;
  padding-bottom: 36px;
  font-size: 26px;
  text-align: center;
}

.box01_list {
  width: 1000px;
  margin: 0 auto 32px auto;
}

.box01_list li {
  position: relative;
  float: left;
  width: 252px;
  height: 274px;
  margin-right: 110px;
  background: linear-gradient(-86deg, rgba(88, 53, 209, 1), rgba(75, 97, 213, 1));
  border: 4px solid rgba(255, 255, 255, 1);
  box-shadow: 0px 4px 68px 0px rgba(0, 0, 0, 0.19);
  border-radius: 30px;
}

.box01_list li:last-child {
  margin-right: 0;
}

.box01_list li img {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.box01_txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 246px;
  height: 144px;
  border-radius: 30px;
  z-index: 2;
}

.box01_txt span {
  display: block;
  width: 246px;
  height: 144px;
  background: linear-gradient(-86deg, rgba(88, 53, 209, 1), rgba(75, 97, 213, 1));
  border: 4px solid rgba(255, 255, 255, 1);
  border-radius: 30px;
  opacity: .6;
}

.box01_txt b {
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px 20px 0 20px;
  color: #fff;
  line-height: 28px;
}

.box01_link {
  width: 1000px;
  height: 64px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 4px 68px 0px rgba(0, 0, 0, 0.19);
  border-radius: 20px;
  line-height: 64px;
}

.box01_link p {
  float: left;
  padding-left: 42px;
}

.box01_buy {
  float: right;
  width: 482px;
  height: 56px;
  background: linear-gradient(-86deg, rgba(88, 53, 209, 1), rgba(75, 97, 213, 1));
  border: 4px solid rgba(255, 255, 255, 1);
  box-shadow: 0px 4px 68px 0px rgba(0, 0, 0, 0.19);
  border-radius: 20px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 56px;
  transition: opacity .5s ease;
}

.box01_buy:hover {
  opacity: .9;
}

.box01_buy span {
  margin-left: 30px;
  font-size: 26px;
}

.box02 {
  position: relative;
}

.box02 .container {
  padding-bottom: 20px;
}

.box02 .bg {
  height: 440px;
}

.border01, .border02 {
  display: none;
  float: left;
  width: 427px;
  height: 489px;
  margin-top: 28px;
  margin-left: 28px;
  background-image: url(../images/border01.png);
  background-repeat: no-repeat;
  text-align: center;
}

.border01.active, .border02.active {
  display: block;
}

.border02 p {
  width: 196px;
  padding-top: 146px;
  margin: 0 auto;
  line-height: 30px;
}

.border01 p {
  padding-top: 204px;
  font-size: 30px;
  color: #fff;
}

.border02 {
  background-image: url(../images/border02.png);
}

.question {
  position: relative;
  float: left;
  color: #fff;
}

.question_tips {
  position: absolute;
  top: 70px;
  left: 53%;
  width: 370px;
  height: 50px;
  transform: translateX(-50%);
  background: linear-gradient(-86deg, rgba(88, 53, 209, 1), rgba(75, 97, 213, 1));
  box-shadow: 0px 4px 54px 0px rgba(79, 79, 209, 0.51);
  border-radius: 10px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
}

.answer {
  width: 170px;
  height: 220px;
  margin-top: 140px;
  margin-left: 28px;
  padding: 30px 30px 0 30px;
  background: linear-gradient(-86deg, rgba(88, 53, 209, 1), rgba(75, 97, 213, 1));
  box-shadow: 0px 4px 54px 0px rgba(79, 79, 209, 0.51);
  border-radius: 10px;
  line-height: 40px;
  font-size: 20px;
}

.box03 {
  position: relative;
  margin-top: 50px;
}

.box03 .container {
  padding-bottom: 25px;
}

.box03 .bg {
  height: 534px;
}

.box03_tips {
  padding: 32px 0;
  text-align: center;
  font-size: 20px;
}

.box03_l {
  float: left;
  margin-left: 76px;
}

.box03_l li {
  width: 326px;
  height: 150px;
  margin-bottom: 26px;
  background: linear-gradient(-86deg, rgba(88, 53, 209, 1), rgba(75, 97, 213, 1));
  box-shadow: 0px 4px 54px 0px rgba(79, 79, 209, 0.51);
  border-radius: 10px;
}

.box03_l li img {
  float: left;
  margin: 44px 46px 0 48px;
}

.box03_l .box03_l02 img {
  margin: 44px 30px 0 48px;
}

.box03_l .box03_l03 img {
  margin: 44px 20px 0 48px;
}

.box03_l li p {
  float: left;
  color: #fff;
  margin-top: 36px;
  font-size: 30px;
}

.box03_m {
  float: left;
  margin-top: 60px;
  margin-left: 50px;
  text-align: center;
}

.box03_m img {
  width: 316px;
}

.box03_m p {
  font-size: 22px;
}

.box03_r {
  float: right;
  margin-top: 66px;
  margin-right: 24px;
}

.box04 {
  position: relative;
  margin-top: 50px;
}

.box04 .bg {
  height: 428px;
}

.box04 .container {
  padding-bottom: 60px;
}

.box04_link {
  width: 1046px;
  padding-top: 50px;
  margin: 0 auto;
}

.box04_link a {
  float: left;
  width: 326px;
  height: 230px;
  padding-top: 10px;
  margin-right: 34px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 4px 54px 0px rgba(79, 79, 209, 0.18);
  border-radius: 10px;
  text-align: center;
  transition: transform .5s ease;
}

.box04_link a:hover {
  transform: translateY(-5px);
}

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

.box04_link a img {
  width: 306px;
  height: 170px;
  margin: 0 auto;
  border-radius: 10px;
}

.box04_link a p {
  padding-top: 10px;
  font-size: 24px;
}

.footer {
  margin-top: 84px;
}

@media only all and (max-width:1080px) {
  .banner {
    height: 12.825rem;
    background-image: url(../images/m_banner.png);
    background-size: 100%;
  }

  .banner_wrap {
    padding-top: 2rem;
  }

  .txt01 {
    margin-bottom: .5rem;
    font-size: .8rem;
  }

  .banner_wrap img {
    width: 9.8rem;
    margin-bottom: .2rem;
  }

  .btn {
    width: 12.2rem;
    height: 1.45rem;
    background-size: 100%;
    line-height: 1.5rem;
    font-size: .65rem;
  }

  .title {
    height: 2rem;
    border-radius: 1.5rem 1.5rem 0 0;
    line-height: 2rem;
  }

  .title p::after, .title p::before {
    top: .7rem;
    left: -2rem;
    width: 1.5rem;
    height: .75rem;
    background-size: 100%;
  }

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

  .title p {
    font-size: .9rem;
  }

  .container {
    border-radius: 1.5rem 1.5rem 1.5rem 0px;
  }

  .box01 {
    margin-top: -2.5rem;
    margin-bottom: 1.25rem;
  }

  .box01 .container {
    padding-bottom: 1rem;
  }

  .tips {
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: .75rem;
  }

  .box01_list {
    width: 96%;
    margin: 0 auto .5rem auto;
  }

  .box01_list li {
    float: left;
    width: calc(49% - .2rem);
    height: 6.85rem;
    border-width: .1rem;
    margin-right: 2%;
    margin-bottom: .5rem;
    border-width: .1rem;
    border-radius: .75rem;
    overflow: hidden;
  }

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

  .box01_list li:last-child {
    margin-left: 4.4rem;
  }

  .box01_list li img {
    width: 7rem;
  }

  .box01_txt {
    width: 7.9rem;
    height: 4.5rem;
    border-radius: .75rem;
  }

  .box01_txt span {
    width: 7.9rem;
    height: 4.5rem;
    border-width: .1rem;
    border-radius: .75rem;
  }

  .box01_txt b {
    padding: .375rem .5rem 0 .5rem;
    line-height: 1rem;
    font-size: .65rem;
  }

  .box01_link {
    width: 98%;
    height: inherit;
    line-height: inherit;
    padding-bottom: .4rem;
    border-radius: .2rem;
  }

  .box01_link p {
    float: none;
    padding-left: 0;
    padding-top: .2rem;
    margin-bottom: .2rem;
    text-align: center;
  }

  .box01_buy {
    float: none;
    display: block;
    width: 96%;
    height: 1.4rem;
    border-width: .1rem;
    margin: 0 auto;
    border-radius: .5rem;
    font-size: .7rem;
    line-height: 1.4rem;
  }

  .box01_buy span {
    margin-left: .5rem;
    font-size: .85rem;
  }

  .box .bg {
    height: 10rem;
  }

  .box02 .container {
    padding-bottom: .5rem;
  }

  .border01, .border02 {
    float: none;
    width: 92%;
    height: 18.6rem;
    margin: .7rem auto;
    background-size: 100%;
  }

  .border01 p {
    padding-top: 8rem;
    font-size: 1.2rem;
  }

  .border02 p {
    width: 8.5rem;
    padding-top: 5.8rem;
    line-height: 1.2rem;
  }

  .question {
    float: none;
  }

  .question_tips {
    position: static;
    width: 92%;
    height: 2rem;
    transform: translateX(0);
    margin: 0 auto .7rem auto;
    border-radius: .25rem;
    line-height: 2rem;
    font-size: .85rem;
  }

  .answer {
    float: none;
    width: calc(92% - 1rem);
    height: auto;
    margin: 0 auto;
    padding: .5rem;
    border-radius: .25rem;
    line-height: 1.1rem;
    font-size: .7rem;
  }

  .box02 .bg {
    height: 30rem;
  }

  .box03 {
    margin-top: 1rem;
  }

  .box03 .container {
    padding-bottom: 1rem;
  }

  .box03_tips {
    padding: .5rem .2rem;
    font-size: .8rem;
  }

  .box03_l {
    float: none;
    width: 96%;
    margin: 0 auto;
    overflow: hidden;
  }

  .box03_l li {
    float: left;
    width: 49%;
    height: 4rem;
    margin-bottom: .5rem;
    margin-right: 2%;
    border-radius: .25rem;
  }

  .box03_l li:nth-child(2) {
    margin-right: 0;
  }

  .box03_l li:last-child {
    margin-left: 4.3rem;
  }

  .box03_l li img {
    width: 2.2rem;
    margin: 1rem 1rem 0 1rem;
  }

  .box03_l li p {
    margin-top: 1.1rem;
    font-size: .7rem;
  }

  .box03_m {
    float: none;
    margin-top: 1rem;
    margin-left: 0;
  }

  .box03_l .box03_l02 img {
    margin: 1rem 1rem 0 1rem;
  }

  .box03_l .box03_l03 img {
    width: 2.8rem;
    margin: .78rem .2rem 0 1rem;
  }

  .box03_m p {
    font-size: .9rem;
  }

  .box03_m img {
    width: 9rem;
    margin: 0 auto;
  }

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

  .box03 .bg {
    height: 24rem;
  }

  .box04 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .box04 .container {
    padding-bottom: .5rem;
  }

  .box04_link {
    width: 96%;
    padding-top: 1rem;
  }

  .box04_link a {
    width: 49%;
    height: 5.85rem;
    padding-top: .25rem;
    margin-right: 2%;
    margin-bottom: .5rem;
    border-radius: .25rem;
  }

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

  .box04_link a:last-child {
    margin-left: 4.4rem;
  }

  .box04_link a img {
    width: 7.65rem;
    height: 4.25rem;
    border-radius: .25rem;
  }

  .box04_link a p {
    padding-top: .3rem;
    font-size: .7rem;
  }
}
