body {
  /* background-color: #121826; */
  -webkit-font-smoothing: antialiased;
}
* {
  margin: 0;
  padding: 0;
}
.safe,
.mor,
.liked,
.lot {
  width: 100%;
  margin: auto;
  max-width: 1430px;
  padding: 80px 50px;
  opacity: 0;
}
.mortitle,
.lottitle {
  font-size: 32px;
  color: #333;
  text-align: center;
  font-weight: 600;
}
.morremake,
.lotremake {
  font-size: 17px;
  color: #9098ab;
  line-height: 30px;
  margin-top: 20px;
  text-align: center;
  margin-bottom: 64px;
}

.headerbox {
  background-color: #fff;
  background-image: url(../image/sci/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: 60px;
  /* height: 65vh; */
  height: 610px;
}
.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: 130px;
  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;
}
.liked {
  padding-top: 60px;
}
.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: #fff;
}
.safe {
  padding-top: 80px;
  padding-bottom: 80px;
}
.safeleft {
  padding-top: 6%;
}
.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: 100%;
}
.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: 80px 50px;
}
.dlptwoaltitle {
  font-size: 32px;
  font-weight: 600;
  color: #333;
  margin-bottom: 12px;
  text-align: center;
}
.dlptwoalremake {
  font-size: 17px;
  line-height: 30px;
  color: #9098ab;
  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;
  padding-top: 15px;
}
.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;
}
/* lotsof */
/* .lottitle br{
  display: none;
} */
.lotremake {
  margin-bottom: 34px;
}
.lotcontentitem {
  padding: 30px;
  border-radius: 10px;
  margin-top: 30px;
  background-color: #f5f7f9;
  border: 1px solid #e6e6e6;
  min-height: 488px;
}
.lotcontentitem1 {
  background-color: #f5f7f9;
  min-height: 252px;
}
.lotcontentitem2 {
  display: flex;
  /* align-items: center; */
  padding: 0;
  padding-left: 30px;
  min-height: 206px;
}
.lotcontentlogo1 {
  margin-top: 30px;
}
.lotcontentlogo img {
  width: 46px;
  height: 46px;
  margin-bottom: 12px;
}
.lotcontenttitle {
  font-size: 20px;
  color: #333;
  font-weight: 600;
  margin-bottom: 12px;
}
.lotcontentremake {
  font-size: 15px;
  line-height: 26px;
  color: #9098ab;
}
.lotcontentimg {
  text-align: center;
}
.lotcontentimg img {
  margin-top: 20px;
  width: 100%;
}
.lotcontentimg1 img {
  width: 80%;
}
/* part3 */
.rem {
  width: 100%;
  margin: auto;
  max-width: 1430px;
  padding: 80px 50px;
  padding-bottom: 100px;
  /* background: radial-gradient(45.47% 45.47% at 50% -22.03%, #222838 0%, rgba(34, 40, 56, 0) 100%); */
  opacity: 0;
}
.remtitle {
  color: #333;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
}
.remcontenttitle {
  font-size: 20px;
  color: #333;
  margin-bottom: 12px;
  font-weight: 600;
}
.remcontentremake {
  color: #9098ab;
  font-size: 15px;
  line-height: 30px;
}
.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;
}
/* 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: 100px;
  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,
  .saferemake br {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .productInfo {
    border-bottom: 1px solid #939db8;
    height: 180px;
  }
  /* 整体padding */
  .header,
  .liked,
  .safe,
  .mor,
  .dlptwo,
  .rem,
  .lot {
    padding: 60px 20px;
    max-width: 420px;
    width: 100%;
    margin: auto;
  }

  /* 关于对字体的调整 */
  .headertitle {
    font-size: 36px;
  }
  .safetitle,
  .mortitle,
  .dlptwoaltitle,
  .remtitle,
  .lottitle {
    font-size: 26px;
  }
  .headerremake br,
  .morremake br,
  .saferemake br {
    display: none;
  }
  .headerbox {
    background-image: url(../image/sci/banner.svg);
    background-color: #fff;
    background-size: 300%;
    background-position: top left;
  }
  .header {
    height: 100%;
  }
  .headertitle br {
    display: block;
  }
  .headermore {
    margin-top: 44px;
  }

  /* part1 */

  .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 */
  .lottitle br {
    display: block;
  }
  .lotremake {
    margin-bottom: 10px;
  }
  .lotcontentitem {
    padding: 24px;
    min-height: 0;
  }
  .lotcontentitem2 {
    flex-wrap: wrap;
    padding-bottom: 0;
  }
  .lotcontentlogo1 {
    margin-top: 0;
  }
  .lotcontentimg1 {
    width: 100%;
  }
  .lotcontentimg1 img {
    width: 100%;
  }
  /* part3 */
  .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;
  }
  /* partzuihou */
  .morbox {
    background-size: cover;
  }

  .dlptwoitem {
    margin-top: 20px;
    padding: 16px;
  }
  .dlptwotitle {
    margin-bottom: 8px;
  }
  .tabControlModuleRemark {
    margin-bottom: 30px;
  }
  .powetitle {
    margin-bottom: 60px;
  }
}
/* }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(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;
  }
}
