* {
  margin: 0;
  padding: 0;
}
.header,
.rem,
.flex,
.frame,
.safe,
.mor {
  width: 100%;
  margin: auto;
  max-width: 1430px;
  padding: 80px 50px;
  /* background: radial-gradient(45.47% 45.47% at 50% -22.03%, #222838 0%, rgba(34, 40, 56, 0) 100%); */
  opacity: 0;
}
.flextitle,
.safettile,
.mortitle,
.remtitle,
.frametitle {
  color: #333;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
}
.flexremake,
.saferemake,
.saferight,
.morremake,
.frameremake {
  font-size: 17px;
  color: #9098ab;
  line-height: 30px;
  margin-top: 20px;
  text-align: center;
}
.remcontenttitle,
.flexcontenttitle,
.framecontenttitle {
  font-size: 20px;
  color: #333;
  margin-bottom: 12px;
  font-weight: 600;
}
.remcontentremake,
.flexcontentremake,
.framecontentremake {
  color: #9098ab;
  font-size: 15px;
  line-height: 30px;
}
/* kaishi */
.headerbox {
  /* background-image: url(../image/HA/banner.svg); */
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
}
.header {
  /* height: 560px; */
  opacity: 1;
}
.headertitle {
  font-size: 51px;
  color: #333;
  text-align: center;
  font-weight: 600;
  margin-bottom: 40px;
  margin-top: 130px;
}
.headerremake {
  font-size: 17px;
  color: #9098ab;
  text-align: center;
  line-height: 28px;
}
.headermore {
  margin-top: 57px;
  width: 150px;
  /* background: linear-gradient(90deg,#5530ff,#66a6ff); */
  /* background-color: #5530ff; */
  background-color: #2d2f33;
  border: 1px solid #e7e8e8;
  color: #fff;
  font-size: 15px;
  border-radius: 10px;
  line-height: 40px;
  padding-left: 15px;
  cursor: pointer;
  /* padding: 8px 20px; */
  /* text-align: center; */
}
.headermore img {
  margin-left: -3px;
  width: 20px;
  height: 20px;
  transition: all 0.3s;
  transition-timing-function: linear;
  margin-bottom: 2px;
}
.headermore:hover img {
  margin-left: 2px;
}
.headermore1 {
  /* background: linear-gradient(90deg,#fff,#fff); */
  background-color: #fff;
  color: #333;
  text-align: center;
  padding-left: 0;
  transition: all 0.3s;
  transition-timing-function: linear;
}
.headermore1:hover {
  background-color: #2d2f33;
  color: #fff;
}
/* rem */
.remcontentbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.remcontent {
  width: 20%;
}
.remtitle {
  margin-bottom: 64px;
}
.remcontentimg {
  border-bottom: 2px solid #dfe3e9;
  margin-bottom: 24px;
  position: relative;
}
.remcontentimg::after {
  content: "";
  width: 35px;
  height: 2px;
  background-color: #016efd;
  position: absolute;
  top: 47px;
  left: 0;
}
.remcontentimg img {
  width: 35px;
  height: 35px;
  margin-bottom: 12px;
}
/* flex */
.flex {
  padding-top: 120px;
}
.flexleft {
  height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.flextitle,
.flexremake {
  text-align: left;
}
.flexremake {
  margin-top: 24px;
}
.flexmore {
  display: flex;
  align-items: center;
  margin-top: 64px;
}
.flexmoretext {
  font-size: 16px;
  color: #0263fe;
}
.flexmoreimg img {
  width: 16px;
  height: 16px;
  margin-left: 5px;
  margin-bottom: 3px;
  transition: all 0.3s; /* 通过名字链接，名字，时间*/
  transition-timing-function: linear; /* 匀速执行 */
}
.flexmore:hover .flexmoreimg img {
  margin-left: 10px;
}
.flexright {
  position: relative;
}
.flexrightimg {
  display: none;
}
.flexrightimg img {
  width: 100%;
}
.fleximg {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  z-index: 999;
}
.fleximg img {
  width: 100%;
}
.flexrun {
  position: absolute;
  width: 100%;
  height: 450px;
  border-radius: 10px;
  background-color: #dfe3e9;
}
.flexrunzt div {
  background-color: #f7f9fc;
  position: absolute;
  z-index: 998;
}
.flexrunzg1 {
  width: 100%;
  height: 81px;
  top: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.flexrunzg2 {
  width: 267px;
  height: 150px;
  bottom: 0;
  left: 192px;
}
.flexrunzg3 {
  width: 160px;
  height: 370px;
  left: 0;
  border-top-left-radius: 10px;
}
.flexrunzg4 {
  width: 172px;
  height: 208px;
  top: 86px;
  left: 150px;
}
.flexrunzg5 {
  width: 160px;
  height: 370px;
  right: 0;
  border-top-right-radius: 10px;
}
.flexrunzg6 {
  width: 172px;
  height: 208px;
  top: 86px;
  right: 150px;
}
.flexrunzg7 {
  width: 100%;
  bottom: 0px;
  height: 95px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.flexrunzg8 {
  width: 35px;
  height: 80px;
  bottom: 100px;
  left: 150px;
}
.flexrunzg9 {
  width: 35px;
  height: 80px;
  bottom: 100px;
  right: 150px;
}
.flexmovebox {
  width: 30px;
  height: 6px;
  background-color: #3635e0;
  position: absolute;
  display: none;
}
.flexmovebox1,
.flexmovebox3 {
  left: 120px;
  top: 80px;
}
.flexmovebox2,
.flexmovebox4 {
  right: 120px;
  top: 80px;
}
.flexmovebox1 {
  animation: flexrun1 4s infinite;
  animation-timing-function: linear;
}
.flexmovebox2 {
  animation: flexrun2 4s infinite;
  animation-timing-function: linear;
}
.flexmovebox3 {
  animation: flexrun3 4s infinite;
  animation-timing-function: linear;
}
.flexmovebox4 {
  animation: flexrun4 4s infinite;
  animation-timing-function: linear;
}
@keyframes flexrun1 {
  0% {
    left: 125px;
    top: 80px;
    width: 30px;
    height: 6px;
  }
  28% {
    left: 322px;
    top: 80px;
    width: 30px;
    height: 6px;
  }
  29% {
    left: 322px;
    top: 80px;
    width: 6px;
    height: 6px;
  }
  30% {
    top: 80px;
    left: 322px;
    width: 6px;
    height: 30px;
  }
  68% {
    top: 270px;
    left: 322px;
    width: 6px;
    height: 30px;
  }
  69% {
    top: 294px;
    left: 322px;
    width: 6px;
    height: 6px;
  }
  70% {
    top: 294px;
    left: 300px;
    width: 30px;
    height: 6px;
  }
  88% {
    top: 294px;
    left: 186px;
    width: 30px;
    height: 6px;
  }
  89% {
    top: 294px;
    left: 186px;
    width: 6px;
    height: 6px;
  }
  90% {
    top: 294px;
    left: 186px;
    width: 6px;
    height: 30px;
  }
  100% {
    top: 330px;
    left: 186px;
    width: 6px;
    height: 30px;
  }
}
@keyframes flexrun2 {
  0% {
    right: 115px;
    top: 80px;
    width: 30px;
    height: 6px;
  }
  28% {
    right: 322px;
    top: 80px;
    width: 30px;
    height: 6px;
  }
  29% {
    right: 322px;
    top: 80px;
    width: 6px;
    height: 6px;
  }
  30% {
    top: 80px;
    right: 322px;
    width: 6px;
    height: 30px;
  }
  68% {
    top: 270px;
    right: 322px;
    width: 6px;
    height: 30px;
  }
  69% {
    top: 294px;
    right: 322px;
    width: 6px;
    height: 6px;
  }
  70% {
    top: 294px;
    right: 290px;
    width: 30px;
    height: 6px;
  }
  88% {
    top: 294px;
    right: 185px;
    width: 30px;
    height: 6px;
  }
  89% {
    top: 294px;
    right: 185px;
    width: 6px;
    height: 6px;
  }
  90% {
    top: 294px;
    right: 185px;
    width: 6px;
    height: 30px;
  }
  100% {
    top: 330px;
    right: 185px;
    width: 6px;
    height: 30px;
  }
}
@keyframes flexrun3 {
  0% {
    left: 120px;
    top: 80px;
    width: 30px;
    height: 6px;
  }
  28% {
    left: 322px;
    top: 80px;
    width: 30px;
    height: 6px;
  }
  29% {
    left: 322px;
    top: 80px;
    width: 6px;
    height: 6px;
  }
  30% {
    top: 80px;
    left: 322px;
    width: 6px;
    height: 30px;
  }
  68% {
    top: 270px;
    left: 322px;
    width: 6px;
    height: 30px;
  }
  69% {
    top: 294px;
    left: 322px;
    width: 6px;
    height: 6px;
  }
  70% {
    top: 294px;
    left: 322px;
    width: 30px;
    height: 6px;
  }
  88% {
    top: 294px;
    left: 435px;
    width: 30px;
    height: 6px;
  }
  89% {
    top: 294px;
    left: 459px;
    width: 6px;
    height: 6px;
  }
  90% {
    top: 294px;
    left: 459px;
    width: 6px;
    height: 30px;
  }
  100% {
    top: 330px;
    left: 459px;
    width: 6px;
    height: 30px;
  }
}
@keyframes flexrun4 {
  0% {
    right: 115px;
    top: 80px;
    width: 30px;
    height: 6px;
  }
  28% {
    right: 322px;
    top: 80px;
    width: 30px;
    height: 6px;
  }
  29% {
    right: 322px;
    top: 80px;
    width: 6px;
    height: 6px;
  }
  30% {
    top: 80px;
    right: 322px;
    width: 6px;
    height: 30px;
  }
  68% {
    top: 270px;
    right: 322px;
    width: 6px;
    height: 30px;
  }
  69% {
    top: 294px;
    right: 322px;
    width: 6px;
    height: 6px;
  }
  70% {
    top: 294px;
    right: 322px;
    width: 30px;
    height: 6px;
  }
  88% {
    top: 294px;
    right: 435px;
    width: 30px;
    height: 6px;
  }
  89% {
    top: 294px;
    right: 459px;
    width: 6px;
    height: 6px;
  }
  90% {
    top: 294px;
    right: 459px;
    width: 6px;
    height: 30px;
  }
  100% {
    top: 330px;
    right: 459px;
    width: 6px;
    height: 30px;
  }
}
.flexcontentitem {
  padding: 0 24px;
}
.flexcontenttitle {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 12px;
}
.flexcontentremake {
  text-align: center;
}
.flexcontent {
  margin-top: 64px;
}
.flexcontentimg {
  text-align: center;
}
.flexcontentimg img {
  width: 46px;
  height: 46px;
}
/* frame */
.frame {
  padding-bottom: 0;
}
.framecontent {
  margin-top: 64px;
}
.framecontentremake {
  min-height: 120px;
  margin-left: 6px;
}
.framecontenttitle {
  margin-left: 6px;
}
.framecontentitem {
  padding: 32px;
  margin-top: 30px;
  /* padding-bottom: 64px; */
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 15px 20px 5px #e6e6e6;
  border: 1px solid #e6e6e6;
  min-height: 279px;
}
.framecontentitem1 {
  padding-bottom: 32px;
  min-height: 298.56px;
}
.framecontentitem2 {
  background-image: url(../image/HA/frame.jpg);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 60%;
  position: relative;
}
.framecontentimg img {
  width: 40px;
  height: 40px;
  margin-bottom: 12px;
}
.framecontentremake2 {
  width: 60%;
}

/* mor */
.mor {
  padding-top: 160px;
}
.morbox {
  background-image: url(../image/HA/banbom.jpeg);
  background-position: center;
  background-size: 40%;
  background-repeat: no-repeat;
}
.mortitle {
  height: 46px;
}
.mormore {
  display: flex;
  margin-top: 50px;
  align-items: center;
  justify-content: center;
}
.mormoreitem {
  height: 40px;
  width: 180px;
  background: linear-gradient(90deg, #5530ff, #66a6ff);
  color: #fff;
  font-size: 14px;
  border-radius: 10px;
  line-height: 40px;
  text-align: center;
}
.mormoreitem2 {
  width: 115px;
}
.mormoreitem1 {
  background-image: linear-gradient(to right, #fff, #fff);
  margin-left: 20px;
  color: #333;
  border: 1px solid #e7e8e8;
}
.mormoreitem1:hover {
  background: linear-gradient(90deg, #2d2f33, #2d2f33);
  color: #fff;
  cursor: pointer;
}
.mormoreitem2:hover {
  background: linear-gradient(90deg, #5530ff, #66a6ff);
  cursor: pointer;
}
/* }jiaru动画 */
.headertitle {
  opacity: 1;
  transform: translateY(0);
  animation: xz 0.5s 1;
  animation-timing-function: ease;
}
.headerremake,
.headermore {
  opacity: 1;
  transform: translateY(0);
  animation: xz 0.5s 1;
  animation-timing-function: linear;
  /* -webkit-animation-delay:0.5s; */
}
.headerimg {
  opacity: 1;
  animation: fxz 1s 1;
  animation-timing-function: ease-in;
}
@keyframes xz {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.could {
  opacity: 1;
  animation: fxz 0.5s 1;
  animation-timing-function: linear;
}
.optionactive {
  opacity: 1;
  animation: fxz 1s 1;
  animation-timing-function: ease;
  /* animation-delay:1s;
  -webkit-animation-delay:1s; */
}
@keyframes fxz {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* shoujiduan */
@media only screen and (min-width: 1200px) {
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
}
@media only screen and (max-width: 575px) {
  .header,
  .rem,
  .flex,
  .frame,
  .safe,
  .mor {
    padding: 60px 20px;
    max-width: 420px;
    width: 100%;
    margin: auto;
  }
  /* 关于对字体的调整 */
  .headertitle {
    font-size: 36px;
  }
  .powetitle,
  .flextitle,
  .remtitle,
  .safettile,
  .mortitle,
  .frametitle {
    font-size: 26px;
  }
  .remtitle,
  .saferemake,
  .morremake {
    margin-bottom: 40px;
  }
  .headerremake br,
  .flexremake br,
  .saferemake br,
  .frameremake br,
  .morremake br {
    display: none;
  }
  /* header */
  .headerbox {
    background-size: 250%;
  }
  .header {
    height: 100%;
  }
  .headertitle2 {
    margin-bottom: 24px;
  }
  .headermore {
    margin-top: 44px;
  }
  /* rem */
  .remtitle {
    margin-bottom: 10px;
  }
  .remcontent {
    width: 100%;
    margin-top: 30px;
    padding: 24px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 15px 20px 5px #e6e6e6;
    border: 1px solid #e6e6e6;
  }
  .remcontentimg {
    border: none;
    margin-bottom: 0;
  }
  .remcontentimg::after {
    display: none;
  }
  /* flex */
  .flexleft {
    height: 100%;
  }
  .flexlittle {
    margin-bottom: 8px;
  }
  .flexremake,
  .flexmore {
    margin-top: 12px;
  }
  .flexmore {
    margin-bottom: 40px;
  }
  .flexright {
    display: none;
  }
  .flexrightimg {
    display: block;
  }
  .flexcontent {
    margin-top: 20px;
  }
  .flexcontentitem {
    margin-top: 20px;
  }
  /* frame */

  .framecontent,
  .frameremake {
    margin-top: 10px;
  }
  .framecontentitem {
    padding: 24px;
  }
  .framecontenttitle,
  .framecontentremake {
    margin-left: 0;
  }
  .framecontentimg img {
    margin-top: 0;
  }

  .framecontentremake2 {
    width: 100%;
  }
  .framecontentitem2 {
    background-image: none;
  }
  /* mor */
  .morbox {
    background-size: 200%;
  }
}
