* {
  margin: 0;
  padding: 0;
}
/* kaishi */
.headerbox {
  background-color: #fff;
  /* background-image: url(../image/data_check/banner.svg); */
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  /* overflow: hidden; */
}
.header {
  width: 100%;
  margin: auto;
  max-width: 1430px;
  padding: 80px 50px;
  padding-bottom: 50px;
}
.headerimg {
  text-align: center;
  margin-top: 130px;
}
.headerimg img {
  width: 104px;
  height: 102px;
  margin-bottom: 17px;
}
.headertitle {
  font-size: 51px;
  color: #00182a;
  text-align: center;
  font-weight: 600;
  margin-bottom: 40px;
  margin-top: 130px;
}
/* .headertitle br{
    display: none;
  } */
.headerremake {
  font-size: 17px;
  color: #9098ab;
  text-align: center;
  line-height: 28px;
}
.headermore{
  margin-top: 57px;
  width: 180px;
  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-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;
}
/* part1 */
.likedbox1 {
  display: none;
}
.likedbox {
  display: block;
}
.liked {
  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;
}
.likedtitle {
  color: #9098ab;
  font-size: 17px;
  text-align: center;
  margin-bottom: 60px;
}
.likedimg {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}
.likedimg img {
  margin-top: 30px;
  width: 100%;
}
/* part2 */
.safe,
.powe {
  width: 100%;
  margin: auto;
  max-width: 1430px;
  padding: 80px 50px;
  opacity: 0;
}
.safe {
  padding-top: 40px;
}
.safeleft {
  padding-top: 4%;
}
.safetitle {
  font-size: 32px;
  font-weight: 600;
  color: #333;
}
.safetitle1 {
  background-image: linear-gradient(
    to right,
    #436bf6 6%,
    #7191f7 13%,
    #436bf6 19%
  );
  -webkit-background-clip: text;
  color: transparent;
}
.saferemake {
  font-size: 17px;
  color: #9098ab;
  line-height: 30px;
  margin-top: 40px;
}
.safemore {
  display: flex;
  align-items: center;
  margin-top: 64px;
  cursor: pointer;
}
.safemoretext {
  font-size: 16px;
  color: #0263fe;
}
.safemoreimg img {
  width: 16px;
  height: 16px;
  margin-left: 5px;
  margin-bottom: 4px;
  transition: all 0.3s; /* 通过名字链接，名字，时间*/
  transition-timing-function: linear; /* 匀速执行 */
}
.safemore:hover .safemoreimg img {
  margin-left: 10px;
}
.safeimg {
  text-align: center;
  border-radius: 10px;
  background-color: #f2f4f6;
}
.safeimg img {
  width: 80%;
}
.safecontent {
  margin-top: 140px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.safecontentitem {
  text-align: center;
  width: 27%;
}
.safecontentimg img {
  width: 46px;
  height: 46px;
}
.safecontenttitle {
  font-size: 20px;
  color: #333;
  margin-top: 20px;
  font-weight: 600;
}
.safecontentremake {
  margin-top: 12px;
  font-size: 15px;
  color: #9098ab;
  line-height: 26px;
  min-height: 78px;
}
.powetitle {
  font-size: 32px;
  color: #333;
  text-align: center;
  font-weight: 600;
  /* height: 46px; */
}
.poweremake {
  font-size: 17px;
  color: #9098ab;
  line-height: 30px;
  margin-top: 20px;
  margin-bottom: 90px;
  text-align: center;
}
.powecontentitem {
  padding: 30px;
  padding-right: 40px;
  padding-bottom: 40px;
}
.powecontentitem3 {
  padding-bottom: 30px;
  padding-top: 40px;
}
.powecontentimg img {
  width: 40px;
  margin-bottom: 30px;
}
.powecontenttitle {
  font-size: 20px;
  color: #333;
  margin-bottom: 12px;
  font-weight: 600px;
  text-align: left;
}
.powecontentremake {
  color: #9098ab;
  text-align: left;
  font-size: 15px;
  line-height: 30px;
}
.powecontenttitle::before {
  content: "";
  width: 1px;
  height: 19px;
  position: absolute;
  top: 105px;
  left: 0;
  background-color: #2879f8;
}
.powecontentheng {
  width: 100%;
  height: 1px;
  background: linear-gradient(
    to right,
    #d3d5e100 0%,
    #d3d5e1 25%,
    #d3d5e1 75%,
    #d3d5e100 100%
  );
}
.powecontentitem1::before {
  content: "";
  width: 1px;
  height: 200%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(
    to bottom,
    #d3d5e1 0%,
    #d3d5e1 25%,
    #d3d5e100 100%
  );
}
.powecontentitem2::before {
  content: "";
  width: 1px;
  height: 200%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to top, #d3d5e1 0%, #d3d5e1 25%, #d3d5e100 100%);
}
.applybox {
  width: 100%;
  margin: auto;
  max-width: 1430px;
  opacity: 0;
  padding: 80px 50px;
}
.apply {
  background-color: #f7f9fc;
  border: 1px solid rgb(114 125 161 / 0.25);
  padding: 40px;
  border-radius: 10px;
}
.applyleft {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 333.69px;
}
.applysamtitle {
  font-size: 17px;
  color: #027dfc;
  margin-bottom: 20px;
}
.applytitle {
  font-size: 32px;
  color: #333;
  font-weight: 600;
}
.applyremake {
  font-size: 17px;
  color: #9098ab;
  line-height: 30px;
  margin-top: 20px;
  margin-bottom: 60px;
}
.applyimg img {
  width: 120px;
}
.applyitemimg img {
  width: 40px;
  margin-right: 20px;
}
.applyitem {
  padding-left: 40px;
}
.applyitembox {
  display: flex;
  margin-top: 20px;
}
.applyitembox1 {
  margin-top: 0;
}
.applyitemtitle {
  font-size: 20px;
  color: #333;
  margin-top: 5px;
  margin-bottom: 12px;
  font-weight: 600px;
  text-align: left;
}
.applyitemremake {
  color: #9098ab;
  text-align: left;
  font-size: 15px;
  line-height: 27px;
}
.desk {
  width: 100%;
  margin: auto;
  max-width: 1430px;
  padding: 80px 50px;
  opacity: 0;
}
.desktitle {
  font-size: 32px;
  color: #333;
  text-align: center;
  font-weight: 600;
  margin-bottom: 34px;
  /* height: 46px; */
}
.deskcontentitem {
  margin: 0 20px;
  margin-top: 30px;
  background-color: #f7f9fc;
  border-radius: 10px;
  padding: 40px;
  border: 1px solid rgb(114 125 161 / 0.25);
  text-align: center;
}
.deskcontentimg img {
  width: 46px;
  height: 46px;
}
.deskcontenttitle {
  margin-top: 20px;
  font-size: 20px;
  color: #333;
  height: 29px;
  font-weight: 600;
  margin-bottom: 20px;
}
.deskcontentremake {
  font-size: 15px;
  line-height: 26px;
  color: #9098ab;
  min-height: 104px;
}

/* shoujiduan */
@media only screen and (min-width: 1200px) {
}
/* 中等屏幕 */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
}
/* 小屏幕页面大于 768px， 小于 991px 时显示的样式效果 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
}
/* 手机端显示屏幕小于 767px 时的样式 */
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .headerremake br,
  .poweremake br,
  .deskremake br,
  .applyremake br,
  .saferemake br {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  /* 整体padding */
  .headerremake br,
  .poweremake br,
  .deskremake br,
  .applyremake br,
  .saferemake br {
    display: none;
  }
  .safe,
  .desk,
  .powe,
  .applybox {
    padding: 60px 20px;
    width: 100%;
    margin: auto;
  }
  .header,
  .liked {
    padding: 60px 20px;
    max-width: 420px;
    width: 100%;
    margin: auto;
  }
  .headerbox,
  .header {
    background-position: left top;
    background-size: 300%;
  }
  .headerimg {
    margin-top: 40px;
  }
  .headerimg img {
    width: 80px;
    height: 80px;
  }
  .headertitle br {
    display: block;
  }
  .headertitle2 {
    margin-bottom: 24px;
  }
  .headermore {
    margin-top: 44px;
  }
  /* part1 */
  .likedtitle {
    font-size: 12px;
    margin-bottom: 0px;
  }
  .likedimg {
    margin-top: 24px;
  }

  .likedimgdis {
    display: none;
  }
  /* part2 */
  .safe {
    max-width: 420px;
    margin-top: 0;
  }
  .safetop {
    display: block;
  }
  .safeleft {
    /* text-align: center; */
    width: 100%;
  }
  .safetitle {
    text-align: center;
  }
  .safetitle1 {
    margin-top: 0;
    background-image: linear-gradient(
      to right,
      #436bf6 38%,
      #7191f7 53%,
      #436bf6 60%
    );
    -webkit-background-clip: text;
  }
  .saferemake {
    /* width: 80%; */
    margin-top: 24px;
    text-align: center;
  }
  .safemore {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 24px 0;
  }
  .safeimg {
    background-size: cover;
    position: static;
    width: 100%;
    height: 100%;
    text-align: center;
  }
  .safeimg img {
    width: 100%;
  }
  .safecontent {
    display: block;
    margin-top: 0;
  }
  .safecontentitem {
    margin-top: 40px;
    margin: auto;
    max-width: 300px;
    width: 100%;
    margin-top: 48px;
  }
  .poweremake {
    margin-bottom: 40px;
  }
  .powecontentitem {
    padding: 24px;
  }
  .powecontentitem::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    top: 0;
    left: 20px;
    background: linear-gradient(
      to right,
      #d3d5e1 25%,
      #d3d5e1 0%,
      #d3d5e100 100%
    );
  }
  .powecontentitem::after {
    content: "";
    position: absolute;
    width: 95%;
    height: 1px;
    bottom: 0;
    left: 20px;
    background: linear-gradient(
      to right,
      #d3d5e1 25%,
      #d3d5e1 0%,
      #d3d5e100 100%
    );
  }
  .powecontenttitle::before {
    left: 20px;
    top: 98px;
  }
  .powecontentitemnone::after {
    display: none;
  }
  .powecontentheng {
    display: none;
  }
  .powecontenttitle {
    margin-bottom: 8px;
  }
  .applyleft {
    min-height: 0;
  }
  .apply {
    padding: 30px;
  }
  .applyimg {
    margin-bottom: 40px;
  }
  .applyremake {
    margin-bottom: 20px;
  }
  .applyitem {
    padding-left: 0;
  }
  .applyitembox {
    margin-top: 30px;
    display: block;
  }
  .applyitemimg {
    text-align: center;
    margin-bottom: 20px;
  }
  .applyitemimg {
    margin-right: 0;
  }
  .applyitemtitle,
  .applyitemremake {
    text-align: center;
  }
  /* part5 */
  .desk {
    width: 100%;
    padding: 40px 20px;
    max-width: 420px;
    margin: auto;
  }
  .desktitle {
    margin-bottom: 10px;
  }
  .deskcontentitem {
    padding: 24px;
    margin-left: 0;
    margin-right: 0;
  }

  /* 关于对字体的调整 */
  .headertitle {
    font-size: 36px;
  }
  .safetitle,
  .powetitle,
  .desktitle,
  .applytitle {
    font-size: 26px;
  }
}
/* }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);
  }
}
.liked {
  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;
  }
}
