body{
  background-color: #121826;
  -webkit-font-smoothing: antialiased; 
}
*{
  margin: 0;
  padding: 0;
}
.headerbox{
  background-color: #fff;
  position: relative;
}
.imgaa{
position: absolute;
width: 100%;
}

.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;
}
.headertitle2{
  margin-top:130px;
  margin-bottom: 0px;
  /* background-image: linear-gradient(to right, #056afa 46%, #7857fe 53%,#436bf6 69%); */
  /* -webkit-background-clip: text; */
  /* color: transparent; */
}
.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{
  width: 100%;
  margin: auto;
  max-width: 1430px;
  padding: 80px 50px;
  opacity: 0;
}
.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{
  width: 100%;
  margin: auto;
  max-width: 1430px;
  padding: 80px 50px;
  opacity: 1;
}
.safeleft{
  padding-top: 9%;
}
.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: #939DB8;
  line-height: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.safeimg::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #f7f9fc00 0%,#f7f9fc00 30%,#f7f9fc8a 50%,#f7f9fc 85%,#f7f9fc 100%);
  z-index: 1;
}
.safeimg{
text-align: left;
}
.safeimg img{
  width: 90%;
}
.safecontent{
  margin-top: 40px;
  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: #939DB8;
  line-height: 26px;
  /* min-height: 78px; */
}
.jvhebox{
  background-color: #fff;
}
.jvhe{
  width: 100%;
  margin: auto;
  max-width: 1430px;
  padding: 80px 50px;
}
.jvhecontent{
  margin-top: 60px;
}
.jvhecontent1{
  margin-top: 0;
}
.jvheitem{
  display: flex;
  align-items: flex-start;
  padding-top: 12%;
}
.jvheitemimg{
  width: 46px;
  height: 46px;
  margin-right: 60px;
  flex-shrink: 0;
  position: relative;
}
.jvheitemimg::after {
  content: '';
  position: absolute;
  width: 5px;
  height: 180px;
  top: 46px;
  left: 20.5px;
  background: url(../image/OneUBA/rul.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.jvheitemimg2::after{
  content: '';
  position: absolute;
  width: 2px;
  height: 280px;
  top: 46px;
  left: 22px;
  background: url(../image/OneUBA/rul.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.jvheitemimg1::before{
  content: '';
  position: absolute;
  width: 5px;
  height: 180px;
  bottom: 46px;
  left: 20.5px;
  background: url(../image/OneUBA/rul.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.jvhetitle{
  font-size: 24px;
  font-weight: 600;
  color: #333;
  margin-top: 6px;
}
.jvheremake{
  margin-top: 12px;
  font-size: 15px;
  color: #939DB8;
  line-height: 26px;
}
.jvheimg{
  text-align: right;
}
.jvheimg img{
  width: 70%;
}
.netbox{
  background-color: #f7f9fc;
}
.net{
  width: 100%;
  margin: auto;
  max-width: 1430px;
  padding: 80px 50px;
  opacity: 0;
  padding-bottom: 130px;
}
.nettitle{
  font-size: 32px;
  color: #333;
  font-weight: 600;
  margin-bottom: 12px;
  text-align: center;
}
.netremake{
  font-size: 17px;
  line-height: 30px;
  color: #939DB8;
  text-align: center;
  margin-bottom: 64px;
}
.netcontent{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; 
}
.netcontentitem{
  padding-top: 40px;
  background-color: #fff;
  border-radius: 10px;
  width: 32.2%;
  text-align: center;
  min-height: 405px;
  box-shadow: 0px 0px 10px 1px #9098ab49;
}

.netcontenttitle{
  font-size: 20px;
  color: #333;
  padding: 0px 32px;
  font-weight: 600;
}
.netcontentremake{
  font-size: 15px;
  line-height: 26px;
  color: #939DB8;
  margin-top: 8px;
  /* text-align: center; */
  padding: 0px 32px;
}
.netcontentimg{
  text-align: center;
}
.netcontentimg img{
  width:100%;
}

.alarmBox{
  position: relative;
}
.alarmBoxBg{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -10;
}
.alarm{
  width: 100%;
  max-width: 1430px;
  padding: 50px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  opacity: 0;
}
.alarmBox {
  padding: 80px 0;
  background-color: #fff;
}
.alarmLeftInfo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 1;
  min-height: 460px;
}
.alarmLeftInfoTitle {
  font-size: 32px;
  font-weight: 600;
  color: #333;
}
.alarmLeftInfoRemark {
  color: #9098ab;
  padding: 15px 20% 70px 0;
  line-height: 24px;
    /* font-weight: 300; */
  font-size: 17px;
}
.alarmLeftContentTitle {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin: 15px 0 15px;
}
.alarmLeftInfoIcon {
  width: 46px;
}
.alarmLeftContentContent {
  color: #9098ab;
  line-height: 24px;
  padding-right: 20%;
    /* font-weight: 300; */
  font-size: 15px;
}

.alarmLeftIconbox{
  width: 100px;
  height: 100px;
  padding: 20px;
}
.alarmLeftIcon {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  /* background-color: #6a7187;
  border-bottom: 1px solid #121826;
  border-right: 1px solid #121826; */
  background-image: url(../image/OneUBA/uba/huidi.svg);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s; 
  transition-timing-function: linear;
}
.activeAlarm{
  background-image: url(../image/OneUBA/uba/landi.svg);
}
.scrollArea {
  position: relative;
  width: 100%;
  /* height: 300px; */
  /* padding-bottom: 70%; */
  overflow: hidden;
  padding-left: 0%;
}
.alarmRightbox{
  padding: 10px;
}
.alarmRight {
  margin:0 10%;
  height: 100%;
  padding: 15px;
  display: flex;
  justify-content: space-around;
  box-shadow: 0px 0px 8px 1px #eee;
  background-color: #fff;
  border-radius: 10px;
}
.alarmLeftIcon img {
  width: 100%;
}

.alarmRightText {
  height: 100%;
  width: 100%;
  padding-left: 25px;
  min-height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 14px;
}
.alarmRightTextTitle {
  color: #1e336e;
  margin-bottom: 5px;
}
.alarmRightTextContent {
  color: #9098ab;
  font-weight: 200;
  margin-top: 5px;
}
.powe{
  width: 100%;
  margin: auto;
  max-width: 1430px;
  padding: 80px 50px;
  opacity: 0;margin-bottom: 60px;
}
.poweleft{
  padding-top: 6%;
}
.powetitle{
  font-size: 32px;
  font-weight: 600;
  color: #fff;
}
.powetitle1{
  background-image: linear-gradient(to right, #436bf6 6%, #7191f7 13%,#436bf6 19%);
  -webkit-background-clip: text;
  color: transparent;
}
.poweremake{
  font-size: 17px;
  color: #939DB8;
  line-height: 30px;
  margin-top: 40px;
}
.powemore{
  display: flex;
  align-items: center;
  margin-top: 64px;
}
.powemoretext{
  font-size: 16px;
  color: #0263FE;
}
.powemoreimg img{
  width: 16px;
  height: 16px;
  margin-left: 5px;
  margin-bottom: 3px;
  transition: all 0.3s; /* 通过名字链接，名字，时间*/
  transition-timing-function: linear;/* 匀速执行 */
}
.powemore:hover .powemoreimg img{
  margin-left: 10px;
}
.poweimg{
text-align: right;
}
.poweimg img{
  width: 90%;
}
.powecontent{
  margin-top: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; 
}
.powecontentitem{
  text-align: center;
  width: 24.5%;
}
.powecontentimg img{
  width: 46px;
  height: 46px;
}
.powecontenttitle{
  font-size: 20px;
  color: #fff;
  margin-top: 20px;
  font-weight: 600;
}
.powecontentremake{
  margin-top: 12px;
  font-size: 15px;
  color: #939DB8;
  line-height: 26px;
  min-height: 78px;
}
.morbox{
  background-image: url(../image/OneUBA/uba/bom-banner.svg);
  background-position: center;
  background-size: 65%;
  background-repeat: no-repeat;
}
.mor{
  width: 100%;
  margin: auto;
  max-width: 1430px;
  padding:80px 50px;
  padding-top: 100px;
  opacity: 0;
}
.mortitle{
  font-size: 32px;
  color: #fff;
  text-align: center;
  font-weight: 600;
}
.morremake{
  font-size: 17px;
  color: #939DB8;
  line-height: 30px;
  margin-top: 20px;
  text-align: center;
}
.mormore{
  display: flex;
  margin-top: 50px;
  align-items: center;
  justify-content: center;
}
.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(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;
}
/* shoujiduan */
@media only screen and (min-width:1200px) {
  /* part5 */
} 


/* 中等屏幕 */
@media only screen and (min-width: 992px)and (max-width: 1199px) {
  .headerbox{
    background-image: url(../image/OneUBA/uba/banner-left.svg),url(../image/OneUBA/uba/banner-right.svg);
    background-size: 25%,25%;
    background-position: left,right;
    background-repeat: no-repeat;
    }
    .imgaa{
      display: none;
    }
    /* part2 */
  .safe{
    margin-top: 0;
  }
  .safeimg{
    position: static;
    width: 64%;
  }
  .safecontent{
    margin-top: 80px;
  }
}
/* 小屏幕页面大于 768px， 小于 991px 时显示的样式效果 */
@media only screen and (min-width: 768px)and (max-width: 991px) {
  .productInfo {
    border-bottom: 1px solid #939DB8;
    height: 180px;
  }
  .headerbox{
    background-image: url(../image/OneUBA/uba/banner-left.svg),url(../image/OneUBA/uba/banner-right.svg);
    background-size: 25%,25%;
    background-position: left,right;
    background-repeat: no-repeat;
    }
    .imgaa{
      display: none;
    }
  /* part2 */
  .safe{
    margin-top: 0;
  }
  .safeleft{
    text-align: center;
  }
  .safemore{
    justify-content: center;
    margin-bottom: 50px;
  }
  .safeimg{
    position: static;
    width: 100%;
    text-align: center;
  }
  .safeimg img{
    width: 50%;
  }
  .safecontent{
    margin-top: 80px;
  }
  .poweimg img{
  margin-top: 50px;
}
.alarmInfo{
  left: 50%;
}
.netcontentitem{
  border-radius: 10px;
}
.netcontentimg img{
  border-radius: 0;
}
.jvhecontent{
  margin-top: 0;
}
.jvheitem1{
  padding-top: 0;
}
.jvheremake{
  margin-left: -64px;
  margin-top: 20px;
}
.jvheremake br{
  display: none;
}
.jvheitemimg::after{
display: none;
}
.jvheitemimg::before{
display: none;
}
.jvheitemimg{
margin-right: 20px;
}
.jvheimg img{
width: 100%;
margin-top: 24px;
}
}

/* 手机端显示屏幕小于 767px 时的样式 */
@media only screen  and (min-width: 576px) and (max-width: 767px) {
  .productInfo {
    border-bottom: 1px solid #939DB8;
    height: 180px;
  }
  /* 整体padding */
  .header,.liked,.safe,.mor,.jvhe{
    max-width: 420px;
    width: 100%;
    padding: 60px 20px;
    margin: auto;
  }
  .headerbox{
    background-image: url(../image/OneUBA/uba/banner-left.svg),url(../image/OneUBA/uba/banner-right.svg);
    background-size: 30%,30%;
    background-position: left,right;
    background-repeat: no-repeat;
    }
    .imgaa{
      display: none;
    }
  /* part1 */
  .likedimg{
    padding: 0 30px;
  }
  .likedimg img{
    width: 50%;
  }
  /* part2 */
  .safe{
    margin-top: 0;
  }
  .safeimg{
    position: static;
    width: 100%;
    text-align: center;
  }
  .safetop{
    display: block;
  }
  .safemore{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .safeleft{
    text-align: center;
    margin-bottom: 80px;
    width: 100%;
  }
  .safecontent{
    display: block;
    padding: 30px;
    margin-top: 0;
  }
  .safecontentitem{
    margin-top: 40px;
    width: 100%;
  }
  .safeimg{
    height: 100%;
  }
  .alarmInfo{
    left: 50%;
  }
  /* part4 */
  .net{
    max-width: 576px;
    width: 100%;
    padding: 40px 20px;
    margin: auto;
  }
  .netcontent{
    display: block;
  }
  .netcontentitem{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 0;
    margin-top: 40px;
  }
  .netcontentitem{
    border-radius: 10px;
  }
  .netcontentimg img{
    border-radius: 0;
  }
  .netcontenttext{
    width: 50%;
  }
  .powe{
    margin-top: 0;
  }
  .poweimg{
    position: static;
    width: 100%;
    text-align: center;
  }
  .powetop{
    display: block;
  }
  .powemore{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .poweleft{
    text-align: center;
    margin-bottom: 80px;
    width: 100%;
  }
  .powecontent{
    display: block;
    padding: 30px;
    margin-top: 0;
  }
  .powecontentitem{
    margin-top: 40px;
    width: 100%;
  }
  .poweimg{
    height: 100%;
  }
  .headerremake br,.morremake br,.saferemake br,.jvheremake br{
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .productInfo {
    border-bottom: 1px solid #939DB8;
    height: 180px;
  }
  /* 整体padding */
  .header,.liked,.safe,.net,.mor,.powe,.alarm,.jvhe{
    padding: 60px 20px;
    max-width: 420px;
    width: 100%;
    margin: auto;
  }
.headerbox{
background-image: url(../image/OneUBA/uba/banner-left.svg),url(../image/OneUBA/uba/banner-right.svg);
background-size: 34%,34%;
background-position: 0% 10%,100% 10%;
background-repeat: no-repeat;
}
.imgaa{
  display: none;
}
.header{
  height: 100%;
}
.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%;
  }
  .alarmInfo{
    left: 50%;
  }
  .jvhecontent{
    margin-top: 0;
  }
  .jvheitem1{
    padding-top: 0;
  }
  .jvheremake{
    margin-left: -64px;
    margin-top: 20px;
  }
  .jvheremake br{
    display: none;
  }
.jvheitemimg::after{
  display: none;
}
.jvheitemimg::before{
  display: none;
}
.jvheitemimg{
  margin-right: 20px;
}
.jvheimg img{
  width: 100%;
  margin-top: 24px;
}
  /* part4 */
  .netcontent{
    display: block;
  }
  .netcontentitem{
    width: 100%;
    min-height: 0;
    margin-top: 20px;
  }
  .netremake{
    margin-bottom: 40px;
  }
  .powe{
    margin-top: 0;
  }
  .poweimg{
    position: static;
    width: 100%;
    text-align: center;
  }
  .powetop{
    display: block;
  }
  .powemore{
    display: flex;
    align-items: center;
    margin-top: 24px;
    cursor: pointer;
  }
  .poweremake{
    /* width: 80%; */
    margin-top: 24px;
  }
  .poweleft{
    margin-bottom: 40px;
    width: 100%;
    padding-top: 0;
  }
  .powecontent{
    display: block;
    padding: 30px;
    padding-bottom: 0;
    margin-top: 0;
  }
  .powecontentitem{
    width: 100%;
    max-width: 300px;
    margin: auto;
    margin-top: 48px;
  }
  .poweimg{
    height: 100%;
  }
  .poweimg img{
   margin-top: 0;
   width: 100%;
  }
  .morbox{
    background-size: cover;
  }
  .alarmBox{
    padding: 0;
  }
  .alarm{
    padding-bottom: 60px;
  }
  .alarmRight{
    margin: 0;
  }
  .alarmLeftInfo{
    margin: auto;
    max-width: 380px;
    min-height: 410px;
  }
  .alarmLeftInfoRemark{
    padding: 12px 0 24px 0 ;
  }
  .alarmLeftContentContent{
    padding-right: 0;
    margin-bottom: 40px;
  }
  .alarmRightText{
    padding: 0;
  }
  .alarmRightTextTitle{
    margin: 0;
  }
  .alarmRightTextContent{
    margin: 0;
  }
  .alarmInfo{
    width: 95%;
    height: 25%;
  }
  .haru-alarmRemoveBox{
    height: 300px;
    overflow: hidden;
  }
  
  /* 关于对字体的调整 */
  .headertitle{
    font-size: 36px;
  }
  .safetitle,.nettitle,.powetitle,.mortitle,.alarmLeftInfoTitle{
    font-size: 26px;
  }
  .headerremake br,.netremake br,.morremake br,.poweremake br,.saferemake br,.jvheremake br{
    display: none;
  }
}
/* }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;
    }
    }