body {
  /* background-color: #121826; */
  -webkit-font-smoothing: antialiased;
}
* {
  margin: 0;
  padding: 0;
}
.safe,
.mor,
.tabControlModule,
.powe,
.liked {
  width: 100%;
  margin: auto;
  max-width: 1430px;
  padding: 80px 50px;
  opacity: 0;
}
.mortitle,
.tabControlModuleTitle,
.powetitle {
  font-size: 32px;
  color: #333;
  text-align: center;
  font-weight: 600;
}
.morremake,
.tabControlModuleRemark,
.poweremake {
  font-size: 17px;
  color: #9098ab;
  line-height: 30px;
  margin-top: 20px;
  text-align: center;
  margin-bottom: 64px;
}
/* }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; */
}
.headerremake2 {
  display: none;
}
.headerremake1 {
  display: block;
}
.headerimg {
  opacity: 1;
  animation: fxz 1s 1;
  animation-timing-function: ease-in;
}
@keyframes xz {
  0% {
    opacity: 0;
    transform: translateY(80px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.liked {
  opacity: 1;
  animation: fxz 1s 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;
  }
}
.headerbox {
  background-color: #fff;
  /* background-image: url(../image/FileLink/banner.svg); */
  background-size: 100%;
  background-position: center;
  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: 150px;
  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 */
.likedbox {
  background-color: #fff;
}
.likedtitle {
  color: #939db8;
  font-size: 17px;
  text-align: center;
  margin-bottom: 60px;
}
.likedimg {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.likedimg img {
  margin-top: 30px;
  width: 100%;
}
/* part2 */
.safebox {
  background-color: #f7f9fc;
}
.safe {
  padding-top: 100px;
  padding-bottom: 100px;
}
/* .safeleft{
    padding-top: 15%;
  } */
.safeleft1 {
  padding-top: 0;
}
.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;
  margin-bottom: 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: left;
}
.safeimg img {
  width: 90%;
}
.safecontent {
  margin-top: 80px;
  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; */
}
.dlptwo {
  width: 100%;
  margin: auto;
  max-width: 1430px;
  padding: 100px 50px;
}
.dlptwoaltitle {
  font-size: 32px;
  font-weight: 600;
  color: #333;
  margin-bottom: 12px;
  text-align: center;
}
.dlptwoalremake {
  font-size: 17px;
  line-height: 30px;
  color: #00182aa6;
  text-align: center;
  margin-bottom: 34px;
}
.dlptwoitem {
  padding: 32px;
  border-radius: 10px;
  margin-top: 30px;
  box-shadow: 0px 15px 20px 5px #e6e6e6;
  border: 1px solid #e6e6e6;
}
.dlptwoitemimg img {
  width: 100%;
}
.dlptwotitle {
  font-size: 20px;
  color: #333;
  font-weight: 600;
  margin-bottom: 20px;
}
.dlptworemake {
  font-size: 15px;
  line-height: 26px;
  color: #9098ab;
  min-height: 78px;
}
.dlptwotext {
  padding: 0 10px;
}
.dlptwomore {
  position: absolute;
  bottom: 10px;
  height: 40px;
  width: 280px;
  color: #0263fe;
  font-size: 15px;
  border-radius: 10px;
  line-height: 32px;
  /* text-align: center; */
}
.dlptwomoreimg {
  margin-bottom: 3px;
  margin-left: 5px;
  height: 16px;
  width: 16px;
  transition: all 0.3s; /* 通过名字链接，名字，时间*/
  transition-timing-function: linear; /* 匀速执行 */
}
.dlptwomore:hover .dlptwomoreimg {
  margin-left: 15px;
  cursor: pointer;
}
/* part3 */
.tabControlModuleRemark {
  margin-bottom: 90px;
}
.tabControlModule {
  padding-bottom: 100px;
  padding-top: 100px;
}
.runitem {
  background-color: #f7f9fc;
  border-radius: 20px;
}
.runtext {
  padding: 0 30px;
  padding-bottom: 30px;
}
.runtitle {
  font-size: 20px;
  color: #333;
  font-weight: 600;
  margin-bottom: 20px;
  padding: 0 15px;
}
.runremake {
  font-size: 15px;
  color: #9098ab;
  padding: 0 15px;
  min-height: 64.27px;
}
.runimg img {
  width: 100%;
}

.powetitle {
  margin-bottom: 90px;
  color: #333;
}
.poweremake {
  color: #9098ab;
  margin-bottom: 90px;
}
.powecontentitem {
  padding: 30px;
  padding-right: 40px;
  padding-bottom: 40px;
}
.powecontentitem3 {
  padding-bottom: 30px;
  padding-top: 40px;
}
.powecontentimg img {
  width: 40px;
  margin-bottom: 30px;
}
.powecontenttitle {
  margin-bottom: 12px;
}
.powecontenttitle,
.powecontentremake {
  text-align: left;
}
.powecontenttitle::before {
  content: "";
  width: 1px;
  height: 19px;
  position: absolute;
  top: 105px;
  left: 0;
  background-color: #0263fe;
}
.powecontenttitle1::before {
  content: "";
  width: 1px;
  height: 19px;
  position: absolute;
  top: 115px;
  left: 0;
  background-color: #0263fe;
}
.powecontenttitle {
  font-size: 20px;
  color: #333;
  margin-bottom: 20px;
  font-weight: 600px;
  font-weight: 600;
}
.powecontentremake {
  color: #9098ab;
  font-size: 15px;
  line-height: 30px;
}
.powecontentheng {
  width: 100%;
  height: 1px;
  background: linear-gradient(
    to right,
    #d3d5e100 0%,
    #d3d5e1 25%,
    #d3d5e1 75%,
    #d3d5e100 100%
  );
}
.powecontentitem1::before {
  content: "";
  width: 1px;
  height: 300%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(
    to bottom,
    #d3d5e1 0%,
    #d3d5e1 25%,
    #d3d5e100 100%
  );
}
.powecontentitem2::before {
  content: "";
  width: 1px;
  height: 300%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to top, #d3d5e1 0%, #d3d5e1 25%, #d3d5e100 100%);
}
/* partmor */
.morbox {
  background-color: #121826;
  background-image: url(../image/OneUBA/uba/bom-banner.svg);
  background-position: center;
  background-size: 65%;
  background-repeat: no-repeat;
}
.morremake {
  margin-bottom: 0;
}
.mortitle {
  color: #fff;
  height: 46px;
}
.morremake {
  color: #939db8;
}
.mormore {
  display: flex;
  margin-top: 50px;
  align-items: center;
  justify-content: center;
}
.mormoreitem {
  height: 40px;
  width: 120px;
  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(47, 54, 71);
}
.mormoreitem1:hover {
  background-image: linear-gradient(to right, #0b0e16, #0b0e16);
  cursor: pointer;
}
.mormoreitem2:hover {
  background-image: linear-gradient(to right, #095ace, #095ace);
  cursor: pointer;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .headerremake br,
  .morremake br,
  .poweremake br,
  .saferemake br,
  .tabControlModuleRemark br {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .productInfo {
    border-bottom: 1px solid #939db8;
    height: 180px;
  }
  /* 整体padding */
  .header,
  .liked,
  .safe,
  .mor,
  .powe,
  .tabControlModule,
  .dlptwo {
    padding: 60px 20px;
    max-width: 420px;
    width: 100%;
    margin: auto;
  }

  /* 关于对字体的调整 */
  .headertitle {
    font-size: 36px;
  }
  .safetitle,
  .powetitle,
  .mortitle,
  .tabControlModuleTitle,
  .dlptwoaltitle {
    font-size: 26px;
  }
  .headerremake br,
  .morremake br,
  .poweremake br,
  .saferemake br,
  .tabControlModuleRemark br,
  .dlptwoalremake br {
    display: none;
  }
  .headerbox {
    background-image: url(../image/FileLink/bannersj.svg);
    background-color: #fff;
    background-size: 100%;
    background-position: 0 50px;
  }
  .header {
    height: 100%;
  }
  .headertitle br {
    display: block;
  }
  .headermore {
    margin-top: 44px;
  }

  /* part1 */
  .likedimg {
    margin-top: 24px;
  }
  .likedtitle {
    margin-bottom: 10px;
  }
  .likedimgdis {
    display: none;
  }
  /* part2 */
  .safe {
    margin-top: 0;
  }
  .safeimg {
    position: static;
    width: 100%;
    text-align: center;
  }
  .safetop {
    display: block;
  }
  .saferemake {
    margin-top: 24px;
  }
  .safemore {
    display: flex;
    align-items: center;
    margin-top: 24px;
  }
  .safeleft {
    margin-bottom: 40px;
    width: 100%;
    padding-top: 0;
  }
  .safecontent {
    display: block;
    padding: 30px;
    padding-bottom: 0;
    margin-top: 0;
  }
  .safecontentitem {
    margin: auto;
    margin-top: 48px;
    max-width: 300px;
    width: 100%;
  }
  .safeimg {
    height: 100%;
  }
  .safeimg img {
    width: 95%;
  }
  /* part4 */

  .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;
  }
  /* part3 */
  .partnerLogo {
    margin-bottom: 10px;
  }
  .runitem {
    margin-top: 30px;
  }
  .runimg3 {
    min-height: 180.7px;
  }
  .runtitle,
  .runcontenttitle {
    margin-bottom: 8px;
  }
  .runtitle,
  .runremake {
    padding: 0;
  }
  .runtext {
    padding: 24px;
    padding-top: 0;
  }
  /* partzuihou */
  .morbox {
    background-size: cover;
  }

  .dlptwoitem {
    margin-top: 20px;
    padding: 16px;
  }
  .dlptwotitle {
    margin-bottom: 8px;
  }
  .tabControlModuleRemark {
    margin-bottom: 30px;
  }
  .powetitle {
    margin-bottom: 60px;
  }
  .mortitle {
    height: auto;
  }
}
