body {
  background-color: #121826;
}
* {
  margin: 0;
  padding: 0;
}
/* zhengtipadding */
.mor,
.header,
.pow,
.know,
.jh,
.sink {
  width: 100%;
  margin: auto;
  max-width: 1430px;
  padding: 80px 50px;
  opacity: 0;
}
.mortitle,
.powtitle,
.knowtitle,
.jhtitle,
.sinktitle {
  font-size: 32px;
  color: #fff;
  text-align: center;
  font-weight: 600;
}
.morremake,
.powremake,
.jhremake,
.knowremake {
  font-size: 17px;
  color: #939db8;
  line-height: 30px;
  margin-top: 20px;
  text-align: center;
}
/* kaishi */
.headerbox {
  background: url(../image/filesafe/banner.svg) no-repeat top;
  background-size: 100%;
  position: relative;
}
.headerheng2,
.headerheng3,
.headerheng1,
.headerheng4 {
  width: 4px;
  padding: 0 1px;
  height: 500px;
  /* background-color: #fff; */
  position: absolute;
  overflow: hidden;
}
.headerheng1 {
  top: 10%;
  left: 25.8%;
}
.headerheng4 {
  top: 10%;
  left: 74%;
}
.headerheng2 {
  top: 10%;
  left: 33.83%;
  transform: rotate(180deg);
}
.headerheng3 {
  top: 10%;
  left: 65.93%;
  transform: rotate(180deg);
}
.headerhengen {
  width: 2px;
  height: 40px;
  background: linear-gradient(to top, #027dfc 0%, #027dfc00 100%);
  transform: translateY(-150px);
  animation: shun 3.4s linear infinite;
}
.headerhengen2 {
  animation-delay: 0.9s;
}
.headerhengen3 {
  animation-delay: 0.4s;
}
.headerhengen4 {
  animation-delay: 1.3s;
}
@keyframes shun {
  0% {
    transform: translateY(-150px);
  }
  100% {
    transform: translateY(650px);
  }
}
.header {
  opacity: 1;
  padding-bottom: 160px;
  z-index: 9999;
}
.headertitle {
  padding-top: 130px;
  font-size: 51px;
  color: #fff;
  text-align: center;
  font-weight: 600;
}
.headertitle2 {
  margin-bottom: 40px;
}
.headerremake {
  font-size: 17px;
  color: #939db8;
  text-align: center;
  line-height: 28px;
  opacity: 0;
}
.headermore {
  margin-top: 57px;
  height: 40px;
  width: 168px;
  background-image: linear-gradient(to right, #027dfc, #0263fe);
  color: #fff;
  font-size: 16px;
  border-radius: 10px;
  line-height: 40px;
  text-align: center;
}
.headermore img {
  margin-bottom: 3px;
  margin-left: 5px;
  height: 16px;
  width: 16px;
}
.headermore:hover {
  background-image: linear-gradient(to right, #095ace, #095ace);
  cursor: pointer;
}
/* part2 */
.screenops {
  width: 100%;
  max-width: 1430px;
  margin: auto;
  padding: 80px 50px;
  padding-bottom: 0px;
}
.screenopsTitle {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-bottom: 90px;
}
.screenopsItem {
  margin-bottom: 80px;
  text-align: center;
}
.screenopsItemImg {
  text-align: center;
}
.screenopsItemImg img {
  width: 40px;
}
.screenopsItemTitle {
  font-size: 20px;
  margin: 20px 0;
  color: #fff;
}
.screenopsItemRemark {
  font-size: 15px;
  padding: 0 10%;
  color: #939db8;
  line-height: 24px;
}
/* part3 */
.knowremake {
  margin-bottom: 34px;
}
.knowcontentimg img {
  width: 100%;
}
.knowcontentitembox {
  background: linear-gradient(to bottom, #32384c, #1d2231);
  padding: 1px;
  border-radius: 10px;
  margin-top: 30px;
}
.knowcontentitem {
  background: linear-gradient(to bottom, #1c2232, #121826);
  /* border: 1px solid #353c50; */
  padding: 32px;
  border-radius: 10px;
}
.knowcontenttitle {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #fff;
  margin-top: 32px;
}
.knowcontentremake {
  font-size: 15px;
  line-height: 26px;
  color: #939db8;
}
/* part4 */
.jhleft {
  display: flex;
  justify-content: center;
  flex-direction: column;
  min-height: 391.2px;
}
.jhtitle2 {
  background-image: linear-gradient(
    to right,
    #436bf6 2%,
    #7191f7 13%,
    #436bf6 16%
  );
  -webkit-background-clip: text;
  color: transparent;
}
.jhtitle,
.jhremake {
  text-align: left;
}
.safemore {
  display: flex;
  align-items: center;
  margin-top: 32px;
  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;
}
.jhimg {
  text-align: right;
}
.jhimg img {
  width: 90%;
  border-radius: 20px;
}
.powport {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.powportitem {
  margin-top: 100px;
  text-align: center;
  width: 27%;
}
.powportimg img {
  width: 46px;
  height: 46px;
}
.powporttitle {
  font-size: 20px;
  color: #fff;
  margin-top: 20px;
  font-weight: 600;
}
.powportremake {
  margin-top: 12px;
  font-size: 15px;
  color: #939db8;
  line-height: 26px;
  min-height: 78px;
}
/* part1 */
.powtitle,
.powremake {
  /* text-align: left; */
}
.powremake {
  margin-bottom: 64px;
}
.powmore {
  margin-bottom: 64px;
  margin-top: 24px;
}
.powcontent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.powpowcontentitembox {
  width: 29%;
}
.powpowcontentitembox1 {
  width: 37%;
}
.powborder {
  background: linear-gradient(to bottom, #32384c, #1d2231);
  padding: 1px;
  margin-top: 30px;
  border-radius: 15px;
}
.powcontentitem {
  border-radius: 15px;
  background: linear-gradient(to bottom, #1c2232, #121826);
  /* border: 1px solid #353c50; */
  padding: 30px;
}
.powcontentitem1 {
  height: 159px;
}
.powcontentitem2 {
  height: 288px;
}
.powcontentitem3 {
  height: 477px;
}
.powcontenttitle {
  font-size: 19px;
  color: #fff;
  margin-bottom: 8px;
}
.powcontentremake {
  font-size: 15px;
  color: #939db8;
}
.powcontentcen {
  border: 1px solid #353c50;
  background-color: #232836;
  padding: 24px;
  margin-top: 36px;
  border-radius: 10px;
}
.powcontentmore {
  font-size: 15px;
  border: 1px solid #353c50;
  color: #fff;
  border-radius: 10px;
  width: 100px;
  line-height: 40px;
  text-align: center;
  background-color: #121826;
}
.powcontentcentopbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.powcontentcentop,
.powcontentcentop2 {
  font-size: 16px;
  color: #fff;
  /* margin-bottom: 24px; */
}
.powcontentcentop2 {
  width: 100px;
  padding: 5px 10px;
  border-radius: 8px;
  background-color: #2f3648;
  text-align: center;
}
.powcontentcennum {
  font-size: 14px;
  margin-top: 8px;
  color: #939db8;
  border-bottom: 1px solid #353c50;
  padding-bottom: 3px;
  line-height: 30px;
}
.powcontentcenname {
  display: flex;
  align-items: center;
  justify-content: space-around;
  /* margin: 0px 36px; */
}
.powcontentcennameitem {
  font-size: 14px;
  color: #939db8;
  margin-top: 8px;
  position: relative;
  width: 56px;
  text-align: center;
}
.powcontentcennameitem1::before {
  content: "";
  position: absolute;
  background-color: #027dfc;
  height: 120px;
  width: 50px;
  top: -128px;
  left: 2px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.powcontentcennameitem2::before {
  content: "";
  position: absolute;
  background-color: #027dfc;
  height: 80px;
  width: 50px;
  top: -88px;
  left: 2px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.powcontentcennameitem3::before {
  content: "";
  position: absolute;
  background-color: #027dfc;
  height: 30px;
  width: 50px;
  top: -38px;
  left: 2px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.powcontentcennameitem4::before {
  content: "";
  position: absolute;
  background-color: #027dfc;
  height: 90px;
  width: 50px;
  top: -98px;
  left: 2px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.powcontent1img {
  text-align: center;
}
.powcontent1img img {
  width: 100%;
}
.powcontent2item {
  font-size: 15px;
  color: #939db8;
  margin-top: 24px;
  display: flex;
  align-items: flex-start;
}
.powcontent2item img {
  width: 15px;
  margin-right: 8px;
  margin-top: 3px;
}
.powcontent2item span {
  color: #fff;
}
.powcontent2item1 {
  position: relative;
}
.powcontent2item1::before {
  content: "";
  position: absolute;
  background-color: #343e56;
  height: 40px;
  width: 1px;
  top: 24px;
  left: 7.5px;
}
.powcontent3item {
  padding: 0;
}
.powcontent3itempad {
  padding: 30px;
  padding-bottom: 12px;
}
.powcontent3itemport {
  border-bottom: 1px solid #353c50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 30px;
  padding-bottom: 3px;
}
.powcontent3itemportleftname,
.powcontent3itemportnum {
  font-size: 15px;
  color: #fff;
}
.powcontent3itemportnum {
  text-align: center;
}
.powcontent3itemportleftzd {
  font-size: 14px;
  color: #939db8;
}
.powcontent3itemportst {
  width: 50px;
  padding: 0 5px;
  border-radius: 5px;
  background-color: #2f3648;
  text-align: center;
  color: #027dfc;
  font-size: 10px;
}
.powcontent5 {
  width: 100%;
  height: 100%;
  background-image: url(../image/filesafe/pow5.svg);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
/* part6 */
.morbox {
  background-image: url(../image/filesafe/bom-banner.svg);
  background-position: center;
  background-size: 65%;
  /* background-size: cover; */
  background-repeat: no-repeat;
}
.mormore {
  display: flex;
  margin-top: 50px;
  align-items: center;
  justify-content: center;
}
.mortitle {
  height: 46px;
}
.mormoreitem {
  height: 40px;
  width: 138px;
  background-image: linear-gradient(to right, #027dfc, #0263fe);
  color: #fff;
  font-size: 14px;
  border-radius: 10px;
  line-height: 40px;
  text-align: center;
}
.mormoreitem1 {
  background-image: linear-gradient(to right, #121826, #121826);
  margin-left: 20px;
  border: 1px solid rgb(114 125 161 / 0.25);
}
.mormoreitem1:hover {
  background-image: linear-gradient(to right, #0b0e16, #0b0e16);
  cursor: pointer;
}
.mormoreitem2:hover {
  background-image: linear-gradient(to right, #095ace, #095ace);
  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);
  }
}
.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;
  }
}
/* 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) {
}
@media only screen and (max-width: 575px) {
  /* 整体padding */

  .header,
  .pow,
  .know,
  .jh,
  .screenops {
    padding: 60px 20px;
    max-width: 420px;
    width: 100%;
    margin: auto;
  }

  .morbox {
    background-size: cover;
  }
  /* 关于对字体的调整 */
  .headertitle {
    font-size: 36px;
  }
  .powtitle,
  .knowtitle,
  .jhtitle,
  .mortitle,
  .screenopsTitle {
    font-size: 26px;
  }
  .knowtitle,
  .knowremake {
    margin-bottom: 40px;
  }
  .powremake,
  .knowtitle {
    margin-bottom: 10px;
  }
  .powremake br,
  .jhremake br,
  .morremake br,
  .headerremake br,
  .knowremake br {
    display: none;
  }
  /* header */
  .headerbox {
    background-size: 300%;
  }
  .headerimg {
    margin-top: 40px;
  }
  .headerimg img {
    width: 80px;
    height: 80px;
  }
  .headertitle2 {
    margin-bottom: 24px;
  }
  .headermore {
    margin-top: 44px;
  }
  .headerheng3,
  .headerheng4 {
    display: none;
  }
  .headerheng1 {
    left: 4%;
  }
  .headerheng2 {
    left: 95%;
  }
  /*  part1  */
  .powpowcontentitembox {
    width: 100%;
  }
  .powcontentitem {
    padding: 20px;
  }
  .powportitem {
    margin-top: 40px;
    margin: auto;
    max-width: 300px;
    width: 100%;
    margin-top: 48px;
  }

  .powcontentcennameitem {
    font-size: 13px;
  }
  .powcontent3item {
    padding: 0;
  }
  .powcontent3itempad {
    padding: 16px;
  }
  .powcontentitem3 {
    height: 475px;
  }
  /* part3 */
  .knowcontentitem {
    padding: 24px;
  }
  /* part4 */
  .jhimg {
    margin-top: 40px;
  }
  .jhimg img {
    width: 100%;
  }
  /* part2 */
  .screenopsItem {
    background: linear-gradient(to bottom, #1c2232, #121826);
    /* border: 1px solid #353c50; */
    padding: 24px;
    border-radius: 10px;
    margin-bottom: 0;
  }
  .screenopsItembox {
    background: linear-gradient(to bottom, #32384c, #1d2231);
    padding: 1px;
    border-radius: 10px;
    margin-bottom: 30px;
  }
  .screenops {
    padding-bottom: 30px;
  }
  .screenopsItemTitle {
    margin: 12px 0;
  }
}
