body {
  background-color: #121826;
}
* {
  margin: 0;
  padding: 0;
}
/* kaishi */
.headerbox {
  background: url(../image/OneUEM/uem/banner2.svg) no-repeat top,
    radial-gradient(
      50% 60% at 50% 0%,
      #301fadc4 0%,
      #317dcc3b 50%,
      #121826 100%
    );
  background-size: cover;
}
.header {
  width: 100%;
  margin: auto;
  max-width: 1430px;
  padding: 80px 50px;
}
.headerimg {
  text-align: center;
  margin-top: 130px;
}
.headerimg img {
  width: 104px;
  height: 102px;
  margin-bottom: 17px;
}
.headertitle {
  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: 140px;
  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;
}
/* part1 */

.liked {
  width: 100%;
  margin: auto;
  max-width: 1430px;
  padding: 80px 50px;
  /* background: radial-gradient(45.47% 45.47% at 50% -22.03%, #222838 0%, rgba(34, 40, 56, 0) 100%); */
  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 */
.safe {
  width: 100%;
  margin: auto;
  max-width: 1430px;
  padding: 80px 50px;
  opacity: 0;
}
.safetitle {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
}
.safetitle1 {
  background-image: linear-gradient(
    to right,
    #436bf6 6%,
    #7191f7 13%,
    #436bf6 19%
  );
  -webkit-background-clip: text;
  color: transparent;
  margin-top: 18%;
}
.saferemake {
  font-size: 17px;
  color: #939db8;
  line-height: 30px;
  margin-top: 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: right;
}
.safeimg img {
  width: 85%;
}
.safecontent {
  margin-top: 140px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.safecontentitem {
  text-align: center;
  width: 27%;
}
.safecontentimg img {
  width: 46px;
  height: 46px;
}
.safecontenttitle {
  font-size: 20px;
  color: #fff;
  margin-top: 20px;
  font-weight: 600;
}
.safecontentremake {
  margin-top: 12px;
  font-size: 15px;
  color: #939db8;
  line-height: 26px;
  min-height: 78px;
}
/* part3 */
.rule {
  width: 100%;
  margin: auto;
  max-width: 1430px;
  padding: 80px 50px;
  opacity: 0;
}
.ruletitle {
  font-size: 32px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 12px;
}
.ruleremake {
  font-size: 17px;
  line-height: 30px;
  color: #939db8;
  margin-bottom: 64px;
}
.rulecontent {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  /* flex-flow:row wrap; */
}
.rulecontentitem {
  background-color: #1a202f;
  border-radius: 10px;
  width: 32.2%;
}
.rulecontentitem2 {
  margin: 0px 20px;
}
.rulecontentimg img {
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.rulecontenttext {
  padding: 24px 32px;
  padding-bottom: 42px;
}
.rulecontenttitle {
  font-size: 20px;
  margin-bottom: 8px;
  color: #fff;
}
.rulecontentremake {
  font-size: 15px;
  color: #939db8;
  line-height: 26px;
  /* min-height: 78px; */
}
.rulecontentmore {
  height: 40px;
  width: 280px;
  color: #0263fe;
  font-size: 15px;
  border-radius: 10px;
  line-height: 32px;
  /* text-align: center; */
}
.rulecontentmoreimg {
  margin-bottom: 3px;
  margin-left: 5px;
  height: 16px;
  width: 16px;
  transition: all 0.3s; /* 通过名字链接，名字，时间*/
  transition-timing-function: linear; /* 匀速执行 */
}
.rulecontentmore:hover .rulecontentmoreimg {
  margin-left: 15px;
  cursor: pointer;
}
/* part4 */
.net {
  width: 100%;
  margin: auto;
  max-width: 1430px;
  padding: 80px 50px;
  opacity: 0;
}
.nettitle {
  font-size: 32px;
  color: #fff;
  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: #1a202f; */
  border-radius: 10px;
  width: 32.2%;
  min-height: 391.2px;
  background-image: linear-gradient(to bottom, #252b3b, #1c2232);
}
.netcontenttitle {
  font-size: 20px;
  color: #fff;
  padding: 0px 32px;
  font-weight: 600;
  text-align: center;
}
.netcontentremake {
  font-size: 15px;
  line-height: 26px;
  color: #939db8;
  margin-top: 8px;
  /* text-align: center; */
  margin-bottom: 32px;
  padding: 0px 32px;
}
.netcontentimg img {
  width: 100%;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
/* part5 */
.desk {
  width: 100%;
  margin: auto;
  max-width: 1430px;
  padding: 80px 50px;
  opacity: 0;
}
.deskbox {
  background-color: #1a202f;
  border-radius: 10px;
  padding: 64px;
}
.desktitle {
  font-size: 32px;
  color: #fff;
  margin: 0px 10px;
  font-weight: 600;
  margin-bottom: 12px;
}
.deskremake {
  font-size: 17px;
  line-height: 30px;
  color: #939db8;
  margin: 0px 10px;
  margin-bottom: 64px;
}
.deskcontent {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.deskcontentitem {
  margin: 10px 10px;
  padding: 16px 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-image: url(../image/OneUEM/uem/6-di.svg);
  background-size: cover;
  background-position: center;
  /* box-shadow: 0 13px 27px -5px rgb(50 50 93 / 15%), 0 8px 16px -8px rgb(0 0 0 / 15%); */
  box-shadow: 0 30px 30px rgba(0, 0, 0, 0), 0 15px 15px rgb(0 0 0 / 6%),
    0 10px 8px rgb(0 0 0 / 5%), 0 4px 4px rgb(0 0 0 / 4%),
    0 2px 2px rgb(0 0 0 / 3%);
  border-radius: 10px;
  /* max-width: 295px; */
  min-width: 204px;
  height: 75px;
}
.deskcontentimg img {
  width: 38px;
  height: 38px;
  margin-right: 16px;
}
.deskcontenttext {
  flex: 1;
  font-size: 17px;
  color: #fff;
}
/* part6 */
.morbox {
  background-image: url(../image/OneUEM/uem/bom-banner.svg);
  background-position: center;
  background-size: 65%;
  /* background-size: cover; */
  background-repeat: no-repeat;
}
.mor {
  width: 100%;
  margin: auto;
  max-width: 1430px;
  padding: 80px 50px;
  opacity: 0;
}
.mortitle {
  font-size: 32px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  height: 46px;
}
.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(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;
}
/* shoujiduan */
@media only screen and (min-width: 1200px) {
  /* part5 */
  .deskcontentitem {
    width: 23%;
  }
}

/* 中等屏幕 */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* part2 */
  .safe {
    margin-top: 0;
  }
  .safeimg {
    position: static;
    width: 100%;
  }
  .safecontent {
    margin-top: 80px;
  }
  /* part5 */
  .deskcontent {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}
/* 小屏幕页面大于 768px， 小于 991px 时显示的样式效果 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .productInfo {
    border-bottom: 1px solid #939db8;
    height: 180px;
  }
  /* part2 */
  .safe {
    margin-top: 0;
  }
  .safeimg {
    position: static;
    width: 64%;
    height: 100%;
  }
  .safecontent {
    margin-top: 80px;
  }
  /* part5 */
  .deskcontentitem {
    width: 46%;
    max-width: none;
  }
  .mortitle {
    height: auto;
  }
}

/* 手机端显示屏幕小于 767px 时的样式 */
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .productInfo {
    border-bottom: 1px solid #939db8;
    height: 180px;
  }
  /* 整体padding */
  .header,
  .liked,
  .mor {
    width: 100%;
    max-width: 526px;
    padding: 60px 32px;
    margin: auto;
  }
  .safe,
  .rule,
  .net,
  .desk {
    width: 100%;
    max-width: 676px;
    padding: 60px 32px;
    margin: auto;
  }
  /* part1 */
  .likedimg {
    margin-top: 24px;
  }

  /* part2 */
  .safe {
    margin-top: 0;
  }
  .saferemake {
    width: 80%;
    margin: auto;
    margin-top: 24px;
  }
  .safeimg {
    position: static;
    width: 100%;
    text-align: center;
  }
  .safetop {
    display: block;
  }
  .safemore {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
  }
  .safeleft {
    text-align: center;
    margin-bottom: 80px;
    width: 100%;
  }
  .safecontent {
    display: block;
    padding: 30px;
    margin-top: 0;
  }
  .safecontentitem {
    max-width: 350px;
    margin: auto;
    margin-top: 48px;
    width: 100%;
  }
  .safeimg img {
    width: 100%;
  }
  /* part3 */

  .ruletitle {
    text-align: center;
  }
  .ruleremake {
    text-align: center;
    margin-bottom: 40px;
  }
  .rulecontent {
    display: block;
  }
  .rulecontentitem {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 0;
    margin-top: 20px;
    padding: 30px;
  }
  .rulecontentimg img {
    width: 290.46px;
  }
  .rulecontenttext {
    padding: 0 20px;
  }
  /* part4 */
  .netremake {
    margin-bottom: 40px;
  }
  .netcontent {
    display: block;
  }
  .netcontentitem {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 0;
    margin-top: 40px;
  }
  /* part5 */

  .deskremake br {
    display: none;
  }
  .deskremake {
    margin-bottom: 40px;
  }
  .deskbox {
    padding: 20px;
    padding-top: 40px;
  }
  .deskcontent {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .deskcontentitem {
    width: 45%;
    max-width: none;
    min-width: none;
  }

  .headerremake br,
  .morremake br {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .productInfo {
    border-bottom: 1px solid #939db8;
    height: 180px;
  }
  /* 整体padding */
  .safe,
  .desk,
  .mor {
    padding: 60px 20px;
    width: 100%;
    margin: auto;
  }
  .header,
  .liked,
  .mor {
    padding: 60px 20px;
    max-width: 420px;
    width: 100%;
    margin: auto;
  }
  /* .headerbox{
    background:url(../image/OneUEM/uem/banner2.svg) no-repeat top ,radial-gradient(40% 40% at 50% 0%, #301fadc4 0%, #317dcc3b 50%,#121826 100%);
  } */
  .headerimg {
    margin-top: 40px;
  }
  .headerimg img {
    width: 80px;
    height: 80px;
  }
  .headertitle2 {
    margin-bottom: 24px;
  }
  .headermore {
    margin-top: 44px;
  }
  /* part1 */
  .likedtitle {
    font-size: 12px;
    margin-bottom: 0px;
  }
  .likedimg {
    margin-top: 24px;
  }
  /* part2 */
  .safe {
    max-width: 420px;
    margin-top: 0;
  }
  .safetop {
    display: block;
  }
  .safeleft {
    /* text-align: center; */
    width: 100%;
  }
  .safetitle {
    text-align: center;
  }
  .safetitle1 {
    margin-top: 0;
    background-image: linear-gradient(
      to right,
      #436bf6 38%,
      #7191f7 53%,
      #436bf6 60%
    );
    -webkit-background-clip: text;
  }
  .saferemake {
    /* width: 80%; */
    margin-top: 24px;
    text-align: center;
  }
  .safemore {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 24px 0;
  }
  .safeimg {
    background-size: cover;
    position: static;
    width: 100%;
    height: 100%;
    text-align: center;
  }
  .safeimg img {
    width: 100%;
  }
  .safecontent {
    display: block;
    margin-top: 0;
  }
  .safecontentitem {
    margin-top: 40px;
    margin: auto;
    max-width: 300px;
    width: 100%;
    margin-top: 48px;
  }
  /* part3 */
  .rule {
    padding: 60px 20px;
    width: 100%;
    margin: auto;
    max-width: 420px;
  }
  .ruletitle,
  .ruleremake {
    text-align: center;
  }
  .ruleremake {
    /* width: 80%; */
    margin-bottom: 40px;
  }
  .rulecontent {
    display: block;
  }
  .rulecontentitem {
    width: 100%;
    margin-top: 20px;
  }
  /* part4 */
  .net {
    padding: 60px 20px;
    width: 100%;
    margin: auto;
    max-width: 420px;
  }
  .netremake {
    margin-bottom: 40px;
  }
  .netcontent {
    display: block;
  }
  .netcontentitem {
    width: 100%;
    min-height: 0;
    margin-top: 20px;
  }
  /* part5 */
  .desk {
    width: 100%;
    padding: 40px 20px;
    max-width: 420px;
    margin: auto;
  }
  .deskbox {
    padding: 0px;
    background-color: transparent;
  }
  .deskremake {
    margin-bottom: 40px;
  }
  .deskcontent {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .deskcontentimg img {
    margin-right: 8px;
  }
  .deskcontenttext {
    font-size: 15px;
  }
  .deskcontentitem {
    width: 43%;
    max-width: none;
    padding: 10px;
    flex-wrap: nowrap;
    /* justify-content: center; */
    min-width: 42%;
  }
  .morbox {
    background-size: cover;
  }
  /* 关于对字体的调整 */
  .headertitle {
    font-size: 36px;
  }
  .safetitle,
  .ruletitle,
  .nettitle,
  .desktitle,
  .mortitle {
    font-size: 26px;
  }
  .headerremake br,
  .ruleremake br,
  .netremake br,
  .deskremake br,
  .morremake br,
  .saferemake br {
    display: none;
  }
  .mortitle {
    height: auto;
  }
}
/* }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;
  }
}
