body {
  /* background-color: #121826; */
  -webkit-font-smoothing: antialiased;
}
* {
  margin: 0;
  padding: 0;
}

.safe,
.mor,
.liked,
.desk,
.reco,
.powe {
  width: 100%;
  margin: auto;
  max-width: 1430px;
  padding: 80px 50px;
  opacity: 0;
}
.mortitle,
.recotitle,
.powetitle {
  font-size: 32px;
  color: #333;
  text-align: center;
  font-weight: 600;
}
.morremake,
.recoremake,
.poweremake,
.deskremake {
  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/cdp/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;
}
.headermorebox {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
.headermore {
  display: flex;
  cursor: pointer;
  width: 106px;
  white-space: nowrap;
  flex-shrink: 0;
  text-align: center;
  border-radius: 48px;
  padding: 8px 12px 8px 16px;
  background-color: #0b0c1b;
}
.headermoretext {
  font-size: 13px;
  margin-left: 5px;
  line-height: 20.8px;
  color: #fff;
}
.headermoreimg {
  display: flex;
  align-items: center;
}
.headermoreline {
  width: 0px;
  margin-left: 5px;
  height: 16px;
  transition: all 0.3s;
  transition-timing-function: linear;
}
.headermorearrow {
  margin-left: -5px;
  width: 16px;
  height: 16px;
  transition: all 0.3s;
  transition-timing-function: linear;
}
.headermore:hover .headermoreline {
  width: 16px;
}
.headermore:hover .headermorearrow {
  margin-left: -16px;
}
.headermore1 {
  background-color: transparent;
  margin-left: 12px;
}
.headermore1 > .headermoretext {
  color: #0b0c1b;
}
/* 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: 14%;
}
/* part2 */

.safe {
  padding-top: 100px;
  padding-bottom: 100px;
}
.safeleft {
  padding-top: 15%;
}
.safeleft1 {
  padding-top: 8%;
}
.safetitle {
  font-size: 34px;
  line-height: 1;
  color: #333;
}
.safetitle1 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 12px;
}
.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: center;
  width: 100%;
  background-color: #f1f4f6;
  border-radius: 10px;
  padding: 40px;
}
.safeimg img {
  width: 75%;
}
.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; */
}
/* reco */
.recolittlecenter {
  display: flex;
  justify-content: center;
}
.recolittle {
  width: 100px;
  height: 40px;
  line-height: 40px;
  font-size: 17px;
  color: #027dfc;
  text-align: center;
  background-color: #f7f9fc;
  margin-bottom: 20px;
  border-radius: 20px;
}
.recocontent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.recoitem {
  width: 21.7%;
  margin-top: 20px;
  text-align: center;
}
.recoitemimg img {
  width: 46px;
  height: 46px;
}
.recoitemtitle {
  font-size: 20px;
  color: #333;
  margin-top: 20px;
  font-weight: 600;
}
.recoitemremake {
  padding: 0 12px;
  margin-top: 12px;
  font-size: 15px;
  color: #9098ab;
  line-height: 26px;
  /* min-height: 78px; */
}
/* powe */
.powetitle {
  /* margin-bottom: 90px; */
  height: 46px;
  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%);
}
/* desk */
.deskbox {
  background-color: #121826;
}
.desktitle {
  font-size: 32px;
  color: #fff;
  text-align: center;
  height: 46px;
  font-weight: 600;
}
.deskremake {
  margin-bottom: 34px;
}
.deskcontentitem {
  margin-top: 30px;
  background-color: #1a202f;
  border-radius: 10px;
  padding: 32px;
  text-align: center;
}
.deskcontentimg img {
  width: 46px;
  height: 46px;
}
.deskcontenttitle {
  margin-top: 20px;
  font-size: 20px;
  color: #fff;
  height: 29px;
  font-weight: 600;
  margin-bottom: 20px;
}
.deskcontentremake {
  font-size: 15px;
  line-height: 26px;
  color: #939db8;
  min-height: 78px;
}
/* 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;
}
.last1more {
  display: flex;
  cursor: pointer;
  width: 108px;
  white-space: nowrap;
  flex-shrink: 0;
  text-align: center;
  border-radius: 48px;
  padding: 8px 12px 8px 16px;
  background-image: linear-gradient(to right, #027dfc, #0263fe);
}
.last1moretext {
  font-size: 13px;
  margin-left: 5px;
  line-height: 23px;
  color: #fff;
}
.last1moreimg {
  display: flex;
  align-items: center;
}
.last1moreline {
  width: 0px;
  margin-left: 5px;
  height: 16px;
  margin-top: 0.5px;
  transition: all 0.3s;
  transition-timing-function: linear;
}
.last1morearrow {
  margin-left: -5px;
  width: 16px;
  height: 16px;
  margin-top: 0.5px;
  transition: all 0.3s;
  transition-timing-function: linear;
}
.last1more:hover .last1moreline {
  width: 16px;
}
.last1more:hover .last1morearrow {
  margin-left: -16px;
}
.lastmore {
  display: flex;
  margin-top: 50px;
  align-items: center;
  justify-content: center;
}
.lastmoreitem {
  height: 40px;
  width: 100px;
  color: #fff;
  font-size: 13px;
  line-height: 23px;
  border-radius: 48px;
  padding: 8px 16px 8px 16px;
  text-align: center;
  background-image: linear-gradient(to right, #121826, #121826);
  margin-left: 20px;
  border: 1px solid rgb(47, 54, 71);
}
.lastmoreitem:hover {
  background-image: linear-gradient(to right, #0b0e16, #0b0e16);
  cursor: pointer;
}
.liked1back {
  background: linear-gradient(
    to right,
    #fff 4%,
    #ffffff00 20%,
    #ffffff00 80%,
    #fff 96%
  );
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .headerremake br,
  .morremake br {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .headerremake br,
  .morremake br {
    display: none;
  }
  .headerremake {
    display: none;
  }
  .headerremakephone {
    display: block;
  }
}
@media only screen and (max-width: 575px) {
  .headerremake {
    display: none;
  }
  .headerremakephone {
    display: block;
  }
  .productInfo {
    border-bottom: 1px solid #939db8;
    height: 180px;
  }
  /* 整体padding */
  .header,
  .liked,
  .safe,
  .mor,
  .powe,
  .reco,
  .desk {
    padding: 60px 20px;
    max-width: 420px;
    width: 100%;
    margin: auto;
  }

  /* 关于对字体的调整 */
  .headertitle {
    font-size: 36px;
  }
  .safetitle,
  .mortitle,
  .powetitle,
  .recotitle,
  .desktitle {
    font-size: 26px;
  }
  .headerremake br,
  .morremake br,
  .poweremake br {
    display: none;
  }
  .headerbox {
    background-color: #fff;
    background-size: 300%;
    background-position: 0 90px;
  }
  .header {
    height: 100%;
  }
  .headertitle br {
    display: block;
  }
  .headermore {
    margin-top: 44px;
  }
  .headerremake1 {
    display: none;
  }
  .headerremake2 {
    display: block;
  }
  /* part1 */
  .likedimg {
    padding: 0 30px;
  }
  .likedimg img {
    width: 50%;
  }
  .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-top: 0;
    padding-bottom: 0;
    margin-top: 0;
  }
  .safecontentitem {
    margin: auto;
    margin-top: 48px;
    max-width: 300px;
    width: 100%;
  }
  .safeimg {
    height: 100%;
  }
  .safeimg img {
    width: 95%;
  }
  .recoimg {
    display: none;
  }
  .recoremake {
    margin-bottom: 10px;
  }
  .recoitem {
    width: 100%;
    margin-top: 30px;
    border-radius: 10px;
    border: 1px solid #e6e6e6;
    padding: 12px;
    padding-top: 24px;
  }
  .powetitle {
    height: 26px;
  }
  .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;
  }
  .desktitle {
    height: 26px;
    margin-bottom: 0px;
  }
  .deskremake {
    margin-bottom: 6px;
  }
  .deskcontentitem {
    padding: 24px;
  }

  /* partzuihou */
  .morbox {
    background-size: cover;
  }
}
