body {
  background-color: #121826;
}
* {
  margin: 0;
  padding: 0;
}

/* kaishi */
.headerbox {
  background: url(../image/OneDLP/banner.svg) no-repeat center,
    radial-gradient(50% 55% at 50% 0%, #1f35ada6 0%, #121826 100%);
  background-size: 100%;
}
.header {
  width: 100%;
  margin: auto;
  max-width: 1430px;
  padding: 80px 50px;
}
.headertitle {
  font-size: 51px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  margin-top: 130px;
  margin-bottom: 40px;
}
.headertitle br {
  display: none;
}
.headerremake {
  font-size: 17px;
  color: #939db8;
  text-align: center;
  line-height: 28px;
  opacity: 0;
}
.headermore {
  display: flex;
  cursor: pointer;
  width: 106px;
  white-space: nowrap;
  flex-shrink: 0;
  text-align: center;
  margin-top: 48px;
  border-radius: 48px;
  padding: 8px 12px 8px 16px;
  background-color: #fff;
}
.headermoretext {
  font-size: 13px;
  margin-left: 5px;
  line-height: 20.8px;
  color: #0b0c1b;
}
.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;
}
/* 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: 14%;
}
.dlpimg {
  width: 100%;
  margin: auto;
  max-width: 1430px;
  padding: 80px 50px;
  opacity: 0;
}
.dlpimgtitle {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-bottom: 64px;
}
.dlpimgitem img {
  width: 100%;
}
/* part2 */
.safe {
  width: 100%;
  margin: auto;
  max-width: 1430px;
  padding: 80px 50px;
  opacity: 0;
}
.safetitle {
  font-size: 34px;
  line-height: 1;
  color: #fff;
}
.safetitle1 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 12px;
}
.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: 100%;
}
.safecontent {
  margin-top: 140px;
  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: #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: 64px;
  text-align: center;
}
.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 {
  padding: 32px;
  padding-bottom: 0;
  width: 100%;
}
.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;
}
.desk,
.apply {
  width: 100%;
  margin: auto;
  max-width: 1430px;
  padding: 80px 50px;
  opacity: 0;
}
.desktitle {
  font-size: 32px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  margin-bottom: 20px;
  height: 46px;
}
.deskremake {
  font-size: 17px;
  color: #939db8;
  line-height: 30px;
  margin-bottom: 34px;
  margin-top: 20px;
  text-align: center;
}
.deskcontentitem {
  margin-top: 30px;
  background-color: #1a202f;
  border-radius: 10px;
  padding: 45px 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;
}
.powe {
  width: 100%;
  margin: auto;
  max-width: 1430px;
  padding: 80px 50px;
  opacity: 0;
}
.powetitle {
  font-size: 32px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 12px;
  text-align: center;
}
.poweremake {
  font-size: 17px;
  line-height: 30px;
  color: #939db8;
  text-align: center;
  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: 25px;
}
.powecontenttitle {
  margin-bottom: 12px;
}
.powecontenttitle,
.powecontentremake {
  text-align: left;
}
.powecontenttitle::before {
  content: "";
  width: 1px;
  height: 19px;
  position: absolute;
  top: 100px;
  left: 0;
  background-color: #027dfc;
}
.powecontenttitle1::before {
  content: "";
  width: 1px;
  height: 19px;
  position: absolute;
  top: 110px;
  left: 0;
  background-color: #027dfc;
}
.powecontenttitle {
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 600px;
  font-weight: 600;
}
.powecontentremake {
  color: #939db8;
  font-size: 15px;
  line-height: 30px;
}
.powecontentheng {
  width: 100%;
  height: 1px;
  background: linear-gradient(
    to right,
    #ffffff00 0%,
    rgba(255, 255, 255, 0.12) 25%,
    rgba(255, 255, 255, 0.12) 75%,
    #ffffff00 100%
  );
}
.powecontentitem1::before {
  content: "";
  width: 1px;
  height: 300%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.12) 0%,
    rgba(255, 255, 255, 0.12) 25%,
    #ffffff00 100%
  );
}
.powecontentitem2::before {
  content: "";
  width: 1px;
  height: 300%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(
    to top,
    rgba(255, 255, 255, 0.12) 0%,
    rgba(255, 255, 255, 0.12) 25%,
    #ffffff00 100%
  );
}
.apply {
  background-color: #1a202f;
  /* border: 1px solid  rgb(114 125 161 / 0.25); */
  margin: 80px auto;
  padding: 40px;
  border-radius: 10px;
}
.applyleft {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 333.69px;
}
.applysamtitle {
  font-size: 17px;
  color: #027dfc;
  margin-bottom: 20px;
}
.applytitle {
  font-size: 32px;
  color: #fff;
  font-weight: 600;
}
.applyremake {
  font-size: 17px;
  color: #9098ab;
  line-height: 30px;
  margin-top: 20px;
  margin-bottom: 60px;
}
.applymore {
  height: 40px;
  width: 130px;
  background-image: linear-gradient(to right, #027dfc, #0263fe);
  color: #fff;
  font-size: 16px;
  border-radius: 10px;
  line-height: 40px;
  text-align: center;
}
.applyitemimg img {
  width: 40px;
  margin-right: 20px;
}
.applymore img {
  margin-bottom: 3px;
  margin-left: 5px;
  height: 16px;
  width: 16px;
}
.applymore:hover {
  background-image: linear-gradient(to right, #095ace, #095ace);
  cursor: pointer;
}
.applyitem {
  padding-left: 40px;
}
.applyitembox {
  display: flex;
  margin-top: 20px;
}
.applyitembox1 {
  margin-top: 0;
}
.applyitemtitle {
  font-size: 20px;
  color: #fff;
  margin-top: 5px;
  margin-bottom: 12px;
  font-weight: 600px;
  text-align: left;
}
.applyitemremake {
  color: #9098ab;
  text-align: left;
  font-size: 15px;
  line-height: 27px;
}
.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;
}
.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;
}
/* shoujiduan */
@media only screen and (min-width: 1200px) {
}
/* 中等屏幕 */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
}
/* 小屏幕页面大于 768px， 小于 991px 时显示的样式效果 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .headerremake br,
  .ruleremake br,
  .poweremake br,
  .morremake br,
  .saferemake br,
  .deskremake br,
  .applyremake br {
    display: none;
  }
}
/* 手机端显示屏幕小于 767px 时的样式 */
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .headerremake br,
  .ruleremake br,
  .poweremake br,
  .morremake br,
  .saferemake br,
  .deskremake br,
  .applyremake br {
    display: none;
  }
  .headerremake {
    display: none;
  }
  .headerremakephone {
    display: block;
  }
}
@media only screen and (max-width: 575px) {
  .headerremake {
    display: none;
  }
  .headerremakephone {
    display: block;
  }
  /* 整体padding */
  .safe,
  .powe,
  .rule,
  .header,
  .liked,
  .mor,
  .dlpimg,
  .applybox {
    padding: 60px 20px;
    max-width: 420px;
    width: 100%;
    margin: auto;
  }

  .headerimg {
    margin-top: 40px;
  }
  .headerimg img {
    width: 80px;
    height: 80px;
  }
  .headertitle2 {
    margin-bottom: 24px;
  }
  .headertitle br {
    display: block;
  }
  .headermore {
    margin-top: 44px;
  }
  /* part1 */
  .likedtitle {
    font-size: 12px;
    margin-bottom: 0px;
  }
  .likedimg {
    padding: 0 20px;
  }
  .likedimg img {
    margin-top: 48px;
    width: 50%;
  }
  .likedimgdis {
    display: none;
  }
  .dlpimgitem {
    overflow-y: hidden;
  }
  .dlpimgitem img {
    height: 260px;
    width: 1000px;
  }
  /* part2 */
  .safe {
    max-width: 420px;
    margin-top: 0;
  }
  .safetop {
    display: block;
  }
  .safeleft {
    /* text-align: center; */
    width: 100%;
  }
  .safetitle {
    text-align: center;
  }

  .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 */
  .ruletitle,
  .ruleremake {
    text-align: center;
  }
  .ruleremake {
    /* width: 80%; */
    margin-bottom: 40px;
  }
  .rulecontent {
    display: block;
  }
  .rulecontentitem {
    width: 100%;
    margin-top: 20px;
  }
  .rulecontenttext {
    padding: 24px;
  }
  .desk {
    width: 100%;
    padding: 40px 20px;
    max-width: 420px;
    margin: auto;
  }
  .deskcontentitem {
    padding: 24px;
  }
  .powecontentitem {
    padding: 24px;
  }
  .powecontentitem::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    top: 0;
    left: 20px;
    background: linear-gradient(
      to right,
      rgba(255, 255, 255, 0.12) 25%,
      rgba(255, 255, 255, 0.12) 0%,
      #ffffff00 100%
    );
  }
  .powecontentitem::after {
    content: "";
    position: absolute;
    width: 95%;
    height: 1px;
    bottom: 0;
    left: 20px;
    background: linear-gradient(
      to right,
      rgba(255, 255, 255, 0.12) 25%,
      rgba(255, 255, 255, 0.12) 0%,
      #ffffff00 100%
    );
  }
  .powecontenttitle::before {
    left: 20px;
    top: 98px;
  }
  .powecontentitemnone::after {
    display: none;
  }
  .powecontentheng {
    display: none;
  }
  .powecontenttitle {
    margin-bottom: 8px;
  }
  /* part5 */
  .morbox {
    background-size: cover;
  }
  /* 关于对字体的调整 */
  .headertitle {
    font-size: 36px;
  }
  .safetitle,
  .ruletitle,
  .mortitle,
  .powetitle,
  .dlpimgtitle,
  .desktitle {
    font-size: 26px;
  }
  .headerremake br,
  .ruleremake br,
  .poweremake br,
  .morremake br,
  .saferemake br,
  .deskremake br,
  .applyremake br {
    display: none;
  }
  .applyleft {
    min-height: 0;
  }
  .apply {
    padding: 30px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .applyimg {
    margin-bottom: 40px;
  }
  .applyremake {
    margin-bottom: 20px;
  }
  .applyitem {
    padding-left: 0;
  }
  .applyitembox {
    margin-top: 30px;
    display: block;
  }
  .applyitemimg {
    text-align: center;
    margin-bottom: 20px;
  }
  .applyitemimg {
    margin-right: 0;
  }
  .applyitemtitle,
  .applyitemremake {
    text-align: center;
  }
  .applymore {
    margin-bottom: 40px;
  }
  .applyremake span,
  .applytitle span {
    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(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;
  }
}
