.box {
  overflow: hidden;
}

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

.banner .wrap {
  position: relative;
  height: 100%;
}

.txt01 {
  padding-top: 108px;
  margin-bottom: 10px;
  font-size: 26px;
  letter-spacing: 5px;
  text-align: center;
}

.txt02 {
  position: relative;
  display: table;
  margin: 0 auto;
  font-size: 90px;
  font-weight: bold;
  z-index: 2;
}

.txt02::after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 741px;
  height: 15px;
  background-image: url(../images/line.png);
  background-repeat: no-repeat;
  z-index: -1;
}

.title {
  display: table;
  position: relative;
  font-size: 42px;
  margin: 0 auto;
  font-weight: bold;
  text-align: center;
  z-index: 2;
}

.href {
  position: absolute;
  width: 77px;
  height: 80px;
  padding-top: 22px;
  padding-left: 28px;
  background-repeat: no-repeat;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}

.href01 {
  top: 270px;
  left: -31px;
  background-image: url(../images/circle01.png);
  animation: transLate03 5s ease infinite;
}

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

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

.href02 {
  top: 408px;
  left: 120px;
  background-image: url(../images/circle02.png);
  color: #fd5a93;
  animation: transLate03 5s 1s ease infinite;
}

.href03 {
  top: 460px;
  right: 20px;
  background-image: url(../images/circle03.png);
  animation: transLate03 5s 1.8s ease infinite;
}

.href04 {
  top: 280px;
  right: -105px;
  background-image: url(../images/circle04.png);
  animation: transLate03 5s 2.2s ease infinite;
}

.title::after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 12px;
  background-color: #ecf4ff;
  border-radius: 10px;
  z-index: -1;
}

.content {
  margin-top: 130px;
}

.content_box {
  float: left;
  width: 546px;
  height: 450px;
  border: 2px solid #e6ebfd;
  border-radius: 10px;
  box-shadow: 2px 2px 30px rgba(137, 137, 137, 0.2);
  text-align: center;
}

.content_img {
  float: left;
  margin-left: 55px;
}

.bold {
  margin-top: 55px;
  margin-bottom: 35px;
  font-weight: bold;
  font-size: 38px;
}

.bold02 {
  margin-bottom: 26px;
  animation: transLate 5s ease infinite;
}

.bold02 span {
  font-size: 22px;
}

.bold03 {
  margin-bottom: 25px;
  margin-left: 30px;
  font-size: 30px;
  color: #368cf3;
  animation: transLate02 5s .4s ease infinite;
}

.bold04 {
  margin-left: -150px;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
  animation: transLate 5s .8s ease infinite;
}

.bold05 {
  margin-top: 30px;
  margin-left: 100px;
  font-size: 20px;
  animation: transLate02 5s 1.2s ease infinite;
}

.bold06 {
  margin-top: 27px;
  margin-left: -50px;
  font-size: 25px;
  animation: transLate 5s 1.5s ease infinite;
}

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

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

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

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

@keyframes transLates {
  50% {
    transform: translate3d(-.5rem, 0, 0);
  }

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

@keyframes transLates02 {
  50% {
    transform: translate3d(.5rem, 0, 0);
  }

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

.box02 {
  padding: 105px 0;
  margin-top: 60px;
  background-color: #f9f9ff;
}

.list_wrap {
  margin-top: 20px;
}

.list_container {
  float: left;
}

.list_container:nth-child(2) {
  margin: 0 30px;
}

.list {
  width: 226px;
  height: 315px;
  padding: 0 30px;
  margin-bottom: 20px;
  background-color: #fff;
  box-shadow: 0 0 2px #ddd;
  border-radius: 10px;
}

.list01 {
  height: 390px;
  margin-top: 185px;
  margin-left: 115px;
}

.list01 img {
  padding-top: 88px;
  margin-bottom: 34px;
}

.list02 {
  margin-top: 32px;
}

.list02 img {
  padding-top: 56px;
  margin-bottom: 24px;
}

.list03 img {
  padding-top: 50px;
  margin-bottom: 28px;
}

.list04 img {
  padding-top: 44px;
  margin-bottom: 36px;
}

.list05 img {
  padding-top: 46px;
  margin-bottom: 30px;
}

.list01 .list_tips {
  margin-bottom: 34px;
}

.list_tips {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: bold;
}

.list_content {
  line-height: 28px;
  color: #959595;
  font-size: 15px;
}

.flex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 45px;
}

.consult, .scan {
  display: block;
  width: 230px;
  height: 65px;
  margin-right: 30px;
  line-height: 65px;
  text-align: center;
  border-radius: 40px;
  color: #fff;
  background-color: #29e2a0;
  transition: opacity .5s ease;
  font-size: 22px;
  cursor: pointer;
  box-shadow: 2px 2px 30px rgba(41, 226, 160, 0.2);
}

.scan {
  margin-right: 0;
  background-color: #4491f4;
  box-shadow: 2px 2px 30px rgba(68, 145, 244, 0.2);
}

.consult:hover, .scan:hover {
  opacity: .9;
}

.shadow {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .4);
  z-index: 11;
}

.code_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.close {
  position: absolute;
  top: -20px;
  right: -20px;
  cursor: pointer;
  transition: transform .5s ease;
}

.close:hover {
  transform: rotate(-180deg);
}

.box03 {
  position: relative;
  padding-top: 80px;
  padding-bottom: 155px;
  background-color: #4e3eec;
}

.cloud {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 800px;
  background-image: url(../images/bg.png);
  background-repeat: no-repeat;
  z-index: 1;
}

.box03 .title {
  color: #fff;
}

.box03 .title::after {
  display: none;
}

.region {
  position: relative;
  margin-top: 128px;
  z-index: 2;
}

.region a {
  float: left;
  width: 154px;
  height: 52px;
  margin-bottom: 10px;
  margin-right: 10px;
  border: 1px solid #fff;
  border-radius: 40px;
  text-align: center;
  font-size: 22px;
  line-height: 52px;
  color: #fff;
  transition: background-color .5s ease;
}

.region a:hover {
  background-color: #fff;
  color: #7cb9f8;
}

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

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

  .txt02, .txt01 {
    display: none;
  }

  .href {
    width: 1.6rem;
    height: 1.6rem;
    padding-top: 0;
    padding-left: 0;
    background-image: none;
    color: transparent;
    animation: transLate04 5s ease infinite;
  }

  .href01 {
    top: 3.1rem;
    left: .8rem;
  }

  .href02 {
    top: 5.1rem;
    left: 2rem;
  }

  .href03 {
    top: 3.9rem;
    right: .1rem;
  }

  .href04 {
    top: 6.1rem;
    right: 1.6rem;
  }

  .title {
    font-size: 1.2rem;
  }

  .title::after {
    bottom: 0.075rem;
    height: .3rem;
    border-radius: .25rem;
  }

  .content {
    margin-top: 1rem;
  }

  .content_box {
    float: none;
    width: 100%;
    height: auto;
    padding-bottom: 1rem;
    border: 0.05rem solid #e6ebfd;
    border-radius: .25rem;
  }

  .bold {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1.3rem;
  }

  .bold02 {
    margin-bottom: .5rem;
    animation: transLates 5s .8s ease infinite;
  }

  .bold02 span {
    font-size: .9rem;
  }

  .bold03 {
    margin-bottom: .625rem;
    margin-left: .75rem;
    font-size: 1.2rem;
    animation: transLates02 5s .8s ease infinite;
  }

  .bold04 {
    margin-left: -3.5rem;
    margin-bottom: .75rem;
    font-size: .95rem;
    animation: transLates 5s .8s ease infinite;
  }

  .bold05 {
    margin-top: .75rem;
    margin-left: 2.5rem;
    font-size: .8rem;
    animation: transLates02 5s 1.2s ease infinite;
  }

  .bold06 {
    margin-top: .75rem;
    margin-left: -1.25rem;
    font-size: 1rem;
    animation: transLates 5s 1.5s ease infinite;
  }

  .content_img {
    float: none;
    width: 13rem;
    margin: .5rem auto 0 auto;
  }

  .box02 {
    padding: 2rem 0;
    margin-top: 1rem;
  }

  .list_wrap {
    margin-top: .5rem;
  }

  .list_container {
    float: none;
  }

  .list_container:nth-child(1) {
    margin-bottom: .5rem;
  }

  .list_container:nth-child(2) {
    margin: 0;
  }

  .list {
    width: calc(48% - 1.4rem);
    height: 15rem;
    padding: 0 .7rem;
    margin-bottom: .5rem;
    border-radius: .25rem;
  }

  .list01 {
    width: 9.5rem;
    height: auto;
    padding-bottom: 1rem;
    margin: 2rem auto 0 auto;
  }

  .list01 .list_tips {
    margin-bottom: 1rem;
  }

  .list img {
    width: 3rem;
    padding-top: 2rem;
    margin-bottom: 1rem;
  }

  .list_tips {
    font-size: .9rem;
    margin-bottom: .375rem;
    font-weight: bold;
  }

  .list_content {
    font-size: .7rem;
    line-height: 1rem;
  }

  .list02, .list04 {
    float: left;
    margin-top: 0;
  }

  .list03, .list05 {
    float: right;
  }

  .flex {
    margin-top: 1rem;
  }

  .consult, .scan {
    width: 6rem;
    height: 2rem;
    margin-right: .75rem;
    line-height: 2rem;
    border-radius: 1rem;
    font-size: .85rem;
  }

  .box03 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .cloud {
    display: none;
  }

  .region {
    margin-top: 1rem;
  }

  .region a {
    width: calc(24.25% - 2px);
    height: 1.8rem;
    margin-bottom: .25rem;
    margin-right: 1%;
    border-radius: 1rem;
    font-size: .8rem;
    line-height: 1.8rem;
  }

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

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

  .code {
    width: 8rem;
  }

  .close {
    width: .7rem;
    top: -1rem;
    right: -1rem;
  }
}
