@charset "UTF-8";
/* reset */
html,
body,
div,
p,
ul,
li,
dl,
dt,
dd,
em,
i,
span,
a,
img,
input,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
}

a,
img,
input {
  border: none;
}

body {
  font: 14px/1.75 -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

a,
img {
  -webkit-touch-callout: none;
  /* 禁止长按链接与图片弹出菜单，根据需要选择是否删除 */
}

html,
body {
  -webkit-user-select: none;
  /* 禁止选中文本（如无文本选中需求，此为必选项） */
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
}

/* reset end */
html {
  font-size: 50px;
  /* 兼容不支持vw的系统 */
  font-size: 13.33333333vw;
  /* 7.5rem === 100vw */
}

@media (max-width: 1024px) {
  html,
  body {
    max-width: 1024px;
  }
}
#afooter {
  text-align: center;
  font-size: 20px;
  /*根据适配方式调整*/
  padding: 30px 0;
  /*根据适配方式调整*/
  line-height: 1.5;
  background-color: #000;
  color: #c0c0c0;
}

.disblock {
  display: block;
}

@font-face {
  font-family: "DIN-Bold";
  src: url(//game.gtimg.cn/images/val/act/a20230705valsecurity/v2/font/DIN-Bold.otf);
}
@font-face {
  font-family: "tungsten";
  src: url(//game.gtimg.cn/images/val/act/a20230705valsecurity/v2/font/tungsten.ttf);
}
@font-face {
  font-family: "syht-bold";
  src: url(//game.gtimg.cn/images/val/act/a20230705valsecurity/v2/font/syht_bold.ttf);
}
@font-face {
  font-family: "noto";
  src: url(//game.gtimg.cn/images/val/act/a20230705valsecurity/v2/font/NotoSansHans-Black.ttf);
}
@font-face {
  font-family: "reej";
  src: url(//game.gtimg.cn/images/val/act/a20230705valsecurity/v3/font/reej.TTF);
}
/* 按钮 */
.btn-comm {
  display: block;
  width: 288px;
  height: 80px;
  position: relative;
}

.btn-comm::before,
.btn-comm::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  transition: height 0.2s linear;
  -webkit-transition: height 0.2s linear;
}

.btn-comm::before {
  top: 0;
  height: 42%;
  border: 1px solid #b4bab0;
  border-bottom: 0;
}

.btn-comm::after {
  bottom: 0;
  height: 42%;
  border: 1px solid #b4bab0;
  border-top: 0;
}

.btn-comm .btn-text {
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  font-weight: 900;
  letter-spacing: 4px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

.btn-comm .btn-square {
  width: calc(100% - 22px);
  height: calc(100% - 22px);
  background-color: #ff4655;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-comm .btn-square::before,
.btn-comm .btn-square::after {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #0f1923;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-comm .btn-square::before {
  left: 0;
  top: 0;
  background-color: #ece8e1;
}

.btn-comm .btn-square::after {
  right: 0;
  bottom: 0;
}

.btn-comm .btn-square i {
  width: 110%;
  height: 110%;
  background-color: #0f1923;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-120%) skew(-15deg);
      -ms-transform: translateX(-120%) skew(-15deg);
          transform: translateX(-120%) skew(-15deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.btn-comm.gray {
  pointer-events: none;
}

.btn-comm.gray .btn-square {
  background: #616161 !important;
}

body {
  line-height: 1.2;
  background-color: #ece7e1;
}

.wrapper {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  line-height: 1.2;
}

.wrapper *,
.wrapper *::after,
.wrapper *::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.decorate-box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  pointer-events: none;
  display: none;
}

.decorate1 {
  background: url(//game.gtimg.cn/images/val/act/a20230705valsecurity/v2/m/font4.png) no-repeat;
  width: 750px;
  height: 5340px;
  position: absolute;
  top: 820px;
  left: 0;
  z-index: 99;
}

.cutoff-line {
  width: 1px;
  height: 100%;
  background-color: #b0ada8;
  opacity: 0.7;
  position: absolute;
  left: 34px;
  top: 815px;
}

.header {
  background: url(//game.gtimg.cn/images/val/act/a20230705valsecurity/v3/m/header.jpg) no-repeat center top;
  height: 886px;
}

.header .login-box {
  width: 100%;
  font-size: 20px;
  line-height: 40px;
  color: #ebe8e1;
  height: 82px;
  text-align: center;
  position: absolute;
  top: 699px;
}

.header .login-box a {
  color: #ff4654;
}

#btn_qqlogin {
  margin: 0 auto;
  font-size: 25px;
  letter-spacing: 5px;
}

#btn_qqlogin .btn-square::before {
  background-color: #0f1923;
}

/* 首页 end */
.content {
  margin-top: -1px;
  width: 100%;
  background: url(//game.gtimg.cn/images/val/act/a20230705valsecurity/v3/m/bg1.jpg) no-repeat center top, url(//game.gtimg.cn/images/val/act/a20230705valsecurity/v3/m/bg2.jpg) no-repeat center 2999px;
  position: relative;
  z-index: 2;
}

.part .title {
  color: #ece8e1;
  font-size: 90px;
  font-family: "reej";
  line-height: 110px;
}

.main {
  overflow: hidden;
  position: relative;
  /* padding-bottom: 60px; */
}

.part1 {
  height: 734px;
  overflow: visible;
  padding-top: 36px;
}

.part1 .main {
  padding: 0 60px;
  overflow: visible;
}

.part1 .data-time {
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #e1e1e1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  left: 0;
  top: -90px;
}

.part1 .data-time span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.part1 .data-time i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "tungsten";
  font-size: 30px;
  font-style: normal;
  color: #eb4256;
  width: 26px;
  height: 26px;
  background: url(//game.gtimg.cn/images/val/act/a20230705valsecurity/v3/time-i.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 3px;
}

.part1 .data-board {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* margin-top: 65px; */
}

.part1 .data-board .data-item {
  /* background: url(//game.gtimg.cn/images/val/act/a20230705valsecurity/v2/p1_item_bg.png) no-repeat; */
  width: 303px;
  /* height: 170px; */
  position: relative;
  margin-bottom: 22px;
}

.part1 .data-board .data-item:nth-child(3) {
  margin: 0 auto 22px;
}

.part1 .data-board .data-con::after {
  content: "";
  width: 282px;
  height: 2px;
  /* background: url(//game.gtimg.cn/images/val/act/a20230705valsecurity/v3/jfp-line.png) no-repeat;
  background-size: 100% 100%; */
  position: absolute;
  left: 50%;
  top: 68px;
  z-index: 99;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.part1 .data-board .data-item span {
  display: block;
  color: #ffffff;
  font-size: 20px;
  /* font-weight: bold; */
  line-height: 44px;
  background: url(//game.gtimg.cn/images/val/act/a20230705valsecurity/v3/m/jfp-top.png) no-repeat;
  background-size: 100% 100%;
  /* width: 56px; */
  height: 44px;
  padding-left: 12px;
  font-weight: bold;
}

.part1 .data-board .data-item em {
  font-size: 19px;
  padding-left: 6px;
  font-style: normal;
}

.part1 .data-board .data-item .data-num {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #ff4655;
  font-size: 142px;
  text-align: center;
  font-family: "tungsten";
  position: relative;
  line-height: 1;
  background: url(//game.gtimg.cn/images/val/act/a20230705valsecurity/v2/num_mask.png) repeat center center;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.part1 .data-board .data-item .data-con {
  height: 141px;
  background: url(//game.gtimg.cn/images/val/act/a20230705valsecurity/v3/jfp-bg.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.part1 .data-board2 .data-item .data-con {
  background: url(//game.gtimg.cn/images/val/act/a20230705valsecurity/v3/jfp-bg2.png) no-repeat;
  background-size: 100% 100%;
}

.part1 .data-board .data-item .data-box {
  width: 297px;
  height: 134px;
  /* background: url(//game.gtimg.cn/images/val/act/a20230705valsecurity/v3/jfp-fz.png) no-repeat;
  background-size: 100% 100%; */
  position: absolute;
  left: 3px;
  top: 3px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.part1 .data-board .data-item .data-card {
  width: 100%;
  height: 50%;
  background-image: url(//game.gtimg.cn/images/val/act/a20230705valsecurity/v3/jfp-fz.png);
  background-size: 297px 134px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  font-family: "tungsten";
  line-height: 134px;
  text-align: center;
  font-size: 116px;
  color: #ffffff;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.5s linear;
  transition: -webkit-transform 0.5s linear;
  transition: transform 0.5s linear;
  transition: transform 0.5s linear, -webkit-transform 0.5s linear;
}

.part1 .data-board2 .data-item .data-card {
  background-image: url(//game.gtimg.cn/images/val/act/a20230705valsecurity/v3/jfp-fz2.png);
}

.part1 .data-board .data-item .data-card p {
  width: 100%;
  height: 134px;
  background-image: url(//game.gtimg.cn/images/val/act/a20230705valsecurity/v3/num_mask.png);
  background-size: 297px 134px;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  position: absolute;
  left: 0;
  line-height: 134px;
}

.part1 .data-board2 .data-item .data-card p {
  background-image: url(//game.gtimg.cn/images/val/act/a20230705valsecurity/v3/num_mask2.png);
}

.part1 .data-board .data-item .data-card:nth-child(1) {
  background-position: center top;
  left: 0;
  top: 0;
}

.part1 .data-board .data-item .data-card:nth-child(1) p {
  top: 0;
  background-position: center top;
}

.part1 .data-board .data-item .data-card:nth-child(2) {
  left: 0;
  bottom: 0;
  /* line-height: 0  ; */
  background-position: center bottom;
  -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
          transform-origin: center top;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  z-index: 2;
}

.part1 .data-board .data-item .data-card:nth-child(2) p {
  bottom: 0;
  background-position: center bottom;
}

.part1 .data-board .data-item .data-card:nth-child(3) {
  background-position: center top;
  left: 0;
  top: 0;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
}

.part1 .data-board .data-item .data-card:nth-child(4) {
  left: 0;
  bottom: 0;
  /* line-height: 0  ; */
  background-position: center bottom;
  -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
          transform-origin: center top;
}

.part1 .data-board .data-item .data-box.on .data-card:nth-child(2) {
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
}

.part1 .data-board .data-item .data-box.on .data-card:nth-child(3) {
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}

.part1 .data-board .data-item .data-card i {
  background: url(//game.gtimg.cn/images/val/act/a20230705valsecurity/v3/separator.png) no-repeat;
  background-size: 100% 100%;
  width: 11px;
  height: 15px;
  display: inline-block;
  margin: 0 2px;
}

.part2 {
  height: 1030px;
}

.part2 .title {
  font-size: 85px;
  margin-top: 350px;
  text-align: center;
  color: #ece8e1;
}

.part2 .title span {
  margin: 0 6px;
}

.part2 .text-box {
  width: 620px;
  margin-left: 72px;
  margin-top: 35px;
}

.part2 .text-box p {
  color: #ece8e1;
  font-size: 20px;
  line-height: 35px;
  position: relative;
}

.part2 .text-box p::before {
  content: "";
  background: url(//game.gtimg.cn/images/val/act/a20230705valsecurity/v2/p_icon.png) no-repeat;
  width: 14px;
  height: 7px;
  position: absolute;
  left: -34px;
  top: 16px;
}

.part2 .text-box p + p {
  margin-top: 20px;
}

.part2 .part2-btn {
  width: 424px;
  height: 97px;
  margin: 0 auto;
  margin-top: 48px;
}

.part2 .part2-btn .btn-text {
  font-size: 30px;
  padding-left: 15px;
}

.part2 .part2-btn .btn-square {
  height: calc(100% - 16px);
}

.part3 {
  height: 736px;
}

.part3 .main {
  padding-left: 60px;
}

.part3 .title {
  color: #ff4655;
  margin-top: 64px;
}

.part3 .btn-more {
  height: 35px;
  line-height: 35px;
  color: #ff4655;
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  top: 125px;
  left: 550px;
}

.part3 .more-icon {
  width: 12px;
  height: 18px;
  background: url(//game.gtimg.cn/images/val/act/a20230705valsecurity/v2/part1_jt.png) no-repeat center;
  background-size: 12px 18px;
  display: inline-block;
}

.part3 .news-swiper {
  margin-top: 15px;
  overflow: hidden;
}

.part3 .news-swiper .swiper-slide {
  /* width: 572px; */
  width: 602px;
}

.part3 .news-swiper .swiper-slide a {
  /* transition: filter 0.2s;
  transform: scale(0.95);
  transform-origin: left center; */
  pointer-events: none;
}

.part3 .news-swiper .swiper-slide-active a {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.part3 .news-swiper .swiper-slide a.allowclick {
  pointer-events: all;
}

.part3 .news-swiper .news-pic {
  /* width: 572px; */
  width: 602px;
  height: 322px;
  position: relative;
}

.part3 .news-swiper .swiper-slide-active .news-pic::after {
  content: "";
  background: url(//game.gtimg.cn/images/val/act/a20230705valsecurity/v2/m/news_bottom.png) no-repeat;
  width: 343px;
  height: 10px;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  bottom: -10px;
}

.part3 .news-swiper .news-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.part3 .news-swiper .news-main {
  margin-top: 46px;
  opacity: 0;
}

.part3 .news-swiper .news-main .news-date {
  color: #0f1923;
  font-size: 22px;
}

.part3 .news-swiper .news-main .news-xq {
  color: #fc4757;
  font-size: 22px;
  margin-left: 42px;
  position: absolute;
  right: 0;
  bottom: 3px;
}

.part3 .news-swiper .news-main .news-xq::before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #fc4757;
  position: absolute;
  left: -16px;
  top: 12px;
}

.part3 .news-swiper .news-name {
  width: 470px;
  color: #2e3339;
  font-size: 28px;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  opacity: 0;
}

.part3 .news-swiper .swiper-slide-active .news-main,
.part3 .news-swiper .swiper-slide-active .news-name {
  opacity: 1;
}

.part3 .news-swiper .news-swiper-pagination {
  width: 602px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 14px;
  position: absolute;
  left: 0;
  top: 350px;
  z-index: 2;
}

.part3 .news-swiper .swiper-pagination-bullet {
  width: 86px;
  height: 7px;
  background-color: #ece8e1;
  border: 1px solid #ff4654;
  border-radius: unset;
  opacity: 1;
  margin: 0;
  margin-left: 22px;
}

.part3 .news-swiper .swiper-pagination-bullet-active {
  background-color: #ff4654;
}

.part4 {
  height: 820px;
  padding-top: 310px;
}

.part4 .main {
  padding: 0 60px;
}

.part4 .title {
  color: #ff4655;
  text-align: center;
}

.part4-box {
  margin-top: 45px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.part4-item {
  width: 300px;
  margin-bottom: 38px;
}

.part4-subtitle {
  color: #ff4655;
  font-size: 28px;
  line-height: 1;
  font-weight: bold;
  font-weight: 900;
  margin-bottom: 26px;
}

.part4-srarch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 96px;
  margin-bottom: 18px;
}

.part4-iconbg {
  width: 72px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #36393d;
}

.part4-iconbg img {
  width: 45px;
}

.part4-btn {
  width: 218px;
  height: 100%;
  display: block;
  font-size: 25px;
  color: #ece8e1;
  font-weight: bold;
  font-weight: 900;
  padding: 0 8px;
  background-color: #232629;
  position: relative;
  z-index: 2;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.part4-btn span {
  display: block;
  color: #e3dfd7;
  font-size: 16px;
  font-weight: normal;
  margin-top: 10px;
}

.part4-btn::before {
  content: "";
  position: absolute;
  height: 110%;
  width: 110%;
  top: 0;
  left: 0;
  background-color: #ff4655;
  -webkit-transform: translateX(-120%) skewX(-15deg);
      -ms-transform: translateX(-120%) skewX(-15deg);
          transform: translateX(-120%) skewX(-15deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  z-index: -1;
}

.part4-btn:hover::before {
  -webkit-transform: translateX(0%) skewX(0);
      -ms-transform: translateX(0%) skewX(0);
          transform: translateX(0%) skewX(0);
}

.part5 {
  height: 1274px;
  padding-top: 66px;
}

.part5 .main {
  padding: 0 0 0 50px;
}

.part5 .title {
  color: #ffffff;
  text-align: left;
  margin-left: 10px;
}

.part5 .part5-box {
  width: 682px;
  margin: 0 auto;
  margin-top: 107px;
  position: relative;
  z-index: 100;
}

.p5-btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 630px;
  margin-left: 10px;
  margin-top: 16px;
}

.p5-btn-list .part5-btn {
  width: 210px;
  height: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #36393d;
  margin-bottom: 2px;
  overflow: hidden;
  position: relative;
}

.part5-btn span {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 20px;
  font-weight: bold;
  line-height: 22px;
  color: #ece8e1;
  text-align: center;
  opacity: 0.6;
}

.part5-btn .mbr {
  display: block;
  height: 0;
}

.part5-btn::before {
  content: "";
  position: absolute;
  height: 110%;
  width: 110%;
  top: 0;
  left: 0;
  background-color: #ff4655;
  -webkit-transform: translateX(-120%) skewX(-15deg);
      -ms-transform: translateX(-120%) skewX(-15deg);
          transform: translateX(-120%) skewX(-15deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  z-index: 0;
}

.part5-btn.on::before,
.part5-btn:hover::before {
  -webkit-transform: translateX(0%) skewX(0);
      -ms-transform: translateX(0%) skewX(0);
          transform: translateX(0%) skewX(0);
}

.part5-btn.on span,
.part5-btn:hover span {
  color: #ffffff;
  opacity: 1;
}

.part5-btn i {
  background-color: #ece8e1;
  -webkit-transition: background-color 0.3s ease, opacity 0.3s ease;
  transition: background-color 0.3s ease, opacity 0.3s ease;
  width: 28px;
  height: 24px;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: left center;
          mask-position: left center;
  margin-right: 4px;
  opacity: 0.6;
}

.part5-btn.on i,
.part5-btn:hover i {
  background-color: #ffffff;
  opacity: 1;
}

.part5 i.icon1 {
  -webkit-mask-image: url(//game.gtimg.cn/images/val/act/a20230705valsecurity/v3/p5-icon1.png);
          mask-image: url(//game.gtimg.cn/images/val/act/a20230705valsecurity/v3/p5-icon1.png);
}

.part5 i.icon2 {
  -webkit-mask-image: url(//game.gtimg.cn/images/val/act/a20230705valsecurity/v3/p5-icon2.png);
          mask-image: url(//game.gtimg.cn/images/val/act/a20230705valsecurity/v3/p5-icon2.png);
}

.part5 i.icon3 {
  -webkit-mask-image: url(//game.gtimg.cn/images/val/act/a20230705valsecurity/v3/p5-icon3.png);
          mask-image: url(//game.gtimg.cn/images/val/act/a20230705valsecurity/v3/p5-icon3.png);
}

.part5 i.icon4 {
  -webkit-mask-image: url(//game.gtimg.cn/images/val/act/a20230705valsecurity/v3/p5-icon4.png);
          mask-image: url(//game.gtimg.cn/images/val/act/a20230705valsecurity/v3/p5-icon4.png);
}

.part5 i.icon5 {
  -webkit-mask-image: url(//game.gtimg.cn/images/val/act/a20230705valsecurity/v3/p5-icon5.png);
          mask-image: url(//game.gtimg.cn/images/val/act/a20230705valsecurity/v3/p5-icon5.png);
}

.part5 i.icon6 {
  -webkit-mask-image: url(//game.gtimg.cn/images/val/act/a20230705valsecurity/v3/p5-icon6.png);
          mask-image: url(//game.gtimg.cn/images/val/act/a20230705valsecurity/v3/p5-icon6.png);
}

.part5 i.icon7 {
  -webkit-mask-image: url(//game.gtimg.cn/images/val/act/a20230705valsecurity/v3/p5-icon7.png);
          mask-image: url(//game.gtimg.cn/images/val/act/a20230705valsecurity/v3/p5-icon7.png);
}

.part5 i.icon8 {
  -webkit-mask-image: url(//game.gtimg.cn/images/val/act/a20230705valsecurity/v3/p5-icon8.png);
          mask-image: url(//game.gtimg.cn/images/val/act/a20230705valsecurity/v3/p5-icon8.png);
}

.part5 i.icon9 {
  -webkit-mask-image: url(//game.gtimg.cn/images/val/act/a20230705valsecurity/v3/p5-icon9.png);
          mask-image: url(//game.gtimg.cn/images/val/act/a20230705valsecurity/v3/p5-icon9.png);
}

.part5 i.icon10 {
  -webkit-mask-image: url(//game.gtimg.cn/images/val/act/a20230705valsecurity/v3/p5-icon10.png);
          mask-image: url(//game.gtimg.cn/images/val/act/a20230705valsecurity/v3/p5-icon10.png);
}

.part5 i.icon11 {
  -webkit-mask-image: url(//game.gtimg.cn/images/val/act/a20230705valsecurity/v3/p5-icon11.png);
          mask-image: url(//game.gtimg.cn/images/val/act/a20230705valsecurity/v3/p5-icon11.png);
}

.part5 i.icon12 {
  -webkit-mask-image: url(//game.gtimg.cn/images/val/act/a20230705valsecurity/v3/p5-icon12.png);
          mask-image: url(//game.gtimg.cn/images/val/act/a20230705valsecurity/v3/p5-icon12.png);
}

.p5-content {
  margin-top: 30px;
}

.violation-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  margin-left: 10px;
  width: 630px;
}

.violation-txt {
  margin-top: 2px;
  font-size: 20px;
  color: #ffffff;
  padding-left: 10px;
  padding-right: 60px;
  padding-bottom: 16px;
  line-height: 30px;
  border-bottom: 1px solid rgba(50, 62, 73,.5);
}

.violation-top i {
  background-color: #ff4655;
  width: 36px;
  height: 36px;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: left center;
          mask-position: left center;
  margin-right: 18px;
}

.violation-top span {
  color: #ff4655;
  font-size: 32px;
  font-weight: bold;
}

.punish-top::after {
  content: "";
  width: 22px;
  height: 14px;
  background: url(//game.gtimg.cn/images/val/act/a20230705valsecurity/v3/down-icon.png);
  background-size: 100% 100%;
  margin-top: 10px;
  display: inline-block;
  margin-left: 20px;
}

.punish-box {
  width: 630px;
  margin-left: 19px;
  font-size: 26px;
  line-height: 40px;
  margin-top: 18px;
}

.punish-top {
  margin-bottom: 2px;
}

.punish-box b {
  font-weight: bold;
  color: #ff4655;
}

.punish-box span {
  font-size: 18px;
  color: #a0a2a5;
}

.punish-desc {
  /* width: 1200px; */
  color: #ffffff;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 30px;
}

.punish-desc span {
  color: #ff4655;
}

.part5 .part5-uls {
  width: 100%;
  height: 109px;
  line-height: 109px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #0f1923;
}

.part5 .part5-uls p {
  width: 190px;
  height: 100%;
  color: #ece8e1;
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  font-weight: 900;
}

.part5 .part5-uls p:nth-child(2) {
  width: 238px;
  border-left: solid 2px #54595e;
  border-right: solid 2px #54595e;
}

.part5 .part5-uls p:nth-child(3) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: unset;
}

.part5-table {
  height: 670px;
  background-color: #dedbd5;
  overflow-y: auto;
}

.part5-table::-webkit-scrollbar-track {
  border-radius: 1px;
  background-color: #d2cfc8;
}

.part5-table::-webkit-scrollbar {
  width: 6px;
  border-radius: 1px;
  background-color: #d2cfc8;
}

.part5-table::-webkit-scrollbar-thumb {
  width: 6px;
  background-color: #ff4655;
}

.part5-table table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto;
}

.part5-table tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}

.part5-table tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}

.part5-table th {
  margin-bottom: 5px;
}

.part5-table tbody tr {
  height: 140px;
  font-size: 17px;
  color: #6f7275;
  /* border-bottom: solid 2px #d4d1cb; */
}

.part5-table tbody tr td {
  border: solid 2px #d4d1cb;
  padding: 10px 30px;
}

.part5-table tbody tr td:nth-child(1) {
  width: 190px;
}

.part5-table tbody tr td:nth-child(1).border {
  border-bottom: solid 2px #d4d1cb;
}

.part5-table tbody tr td:nth-child(2) {
  width: 238px;
}

.part5-table tbody tr td:nth-child(3) {
  text-align: left;
}

.part5-table tbody tr .black {
  color: #0f1923;
  font-size: 20px;
  font-weight: bold;
  font-weight: 900;
}

.part5-table tbody tr .left {
  display: inline-block;
  text-align: justify;
}

.part5-table .part5-width {
  width: 500px;
}

.part5-table span {
  margin: 0 auto;
  line-height: 1.8;
}

.part5 .part5-intro {
  margin-top: 90px;
  padding-left: 72px;
}

.part5 .part5-intro .title {
  color: #0f1923;
}

.part5 .part5-subtitle {
  color: #ff4655;
  font-size: 30px;
  font-weight: bold;
  font-weight: 900;
  margin-top: 60px;
  margin-bottom: 22px;
}

.part5 .part5-intro-text {
  width: 550px;
}

.part5 .part5-intro-text p {
  color: #acb4ad;
  font-size: 20px;
  line-height: 40px;
  position: relative;
  text-align: justify;
}

.part5 .part5-intro-text p::before {
  content: "";
  background: url(//game.gtimg.cn/images/val/act/a20230705valsecurity/v2/p_icon.png) no-repeat;
  width: 14px;
  height: 7px;
  position: absolute;
  left: -38px;
  top: 16px;
}

.part5 .part5-intro-text p + p {
  margin-top: 40px;
}

/* 弹窗 */
.dialog {
  outline: none;
  border: none;
}

.dialog *,
.dialog *::before,
.dialog *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.dialog .dia-con {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.dialog .dia-close {
  background: url(//game.gtimg.cn/images/val/act/a20230705valsecurity/v2/m/dia_close.png) no-repeat;
  width: 57px;
  height: 57px;
  position: absolute;
  right: 16px;
  top: 16px;
  overflow: hidden;
}

.dialog .dia-close::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(149, 149, 149, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-120%) skew(-15deg);
      -ms-transform: translateX(-120%) skew(-15deg);
          transform: translateX(-120%) skew(-15deg);
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
  pointer-events: none;
}

.dialog .dia-close:hover::before {
  -webkit-transform: translateX(0) skew(0);
      -ms-transform: translateX(0) skew(0);
          transform: translateX(0) skew(0);
}

/* 视频弹窗 */
.dia-video,
.video-box {
  width: 670px;
  height: 385px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.dia-video {
  border: 2px solid #ff4654;
}

.dia-video .dia-close {
  right: 0px;
  top: 0px;
  z-index: 20;
}

/* 通用弹窗 */
.dia-common {
  width: 670px;
  height: 628px;
}

.dia-common .dia-con {
  width: 100%;
  height: 100%;
  background-color: #0f1923;
  border-top: 1px solid #949595;
  border-bottom: 1px solid #949595;
  padding: 0 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dia-common .txt {
  color: #ece8e1;
  font-size: 27px;
  font-weight: bold;
  font-weight: 900;
  text-align: center;
}

/* 首页弹窗 */
.dialog-title {
  color: #ece8e1;
  font-size: 27px;
  line-height: 32px;
  text-align: center;
  margin-top: 40px;
  font-weight: bold;
  font-weight: 900;
}

.jubao-tips {
  width: 100%;
  color: #949595;
  font-size: 18px;
  text-align: center;
  position: relative;
  bottom: -22px;
  left: 0;
}

.jubao-table {
  margin-top: 40px;
  height: 450px;
  position: relative;
}

.jubao-table::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #0f1923;
  border-radius: 5px;
  background-color: #0f1923;
}

.jubao-table::-webkit-scrollbar {
  width: 6px;
  border-radius: 5px;
  background-color: #0f1923;
}

.jubao-table::-webkit-scrollbar-thumb {
  width: 6px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 6px #ff4655;
  background-color: #ff4655;
}

.jubao-table table {
  width: 640px;
  max-height: 360px;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto;
}

.jubao-table tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}

.jubao-table tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}

.jubao-table thead {
  width: 100%;
  height: 45px;
  vertical-align: top;
}

/* .jubao-table thead tr{
    height: 60px;
} */
.jubao-table thead th {
  color: #949595;
  font-size: 18px;
  font-weight: normal;
}

.jubao-table thead th:nth-child(1) {
  width: 130px;
}

.jubao-table thead th:nth-child(2) {
  width: 150px;
}

.jubao-table thead th:nth-child(3) {
  width: 230px;
}

.jubao-table th {
  margin-bottom: 5px;
}

.jubao-table tbody tr:first-child {
  border-top: solid 1px #000000;
}

.jubao-table tbody tr {
  height: 100px;
  font-size: 20px;
  color: #ece8e1;
  border-bottom: solid 1px #000000;
}

.jubao-table tbody tr td {
  height: 110px;
}

.jubao-table span {
  /* width: 150px; */
  display: block;
  margin: 0 auto;
  padding: 0 10px;
}

/* 举报查询弹窗 */
.jubao {
  width: 670px;
  height: 628px;
  background: url(//game.gtimg.cn/images/val/act/a20230705valsecurity/v2/m/chufa.png) no-repeat;
  background-size: 100% 100%;
}

.dialog-page {
  width: 875px;
  height: 45px;
  line-height: 45px;
  margin: 30px auto 0;
  font-size: 20px;
  color: #848484;
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.dialog-page-cont {
  width: 645px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}

.page-items-previous,
.page-items-next {
  margin: 0 30px 0 30px;
}

.btn-page {
  width: 44px;
  height: 44px;
  line-height: 45px;
  text-align: center;
  color: #848484;
  font-size: 27px;
  display: inline-block;
  background-color: transparent;
  margin: 0 15px;
  font-family: "DIN-Bold";
}

.btn-page.active {
  width: 44px;
  height: 44px;
  background-color: #ff4655;
  color: #0f1923;
}

.btn-next {
  width: 21px;
  height: 33px;
  background: url(//game.gtimg.cn/images/val/act/a20230705valsecurity/v2/m/pg_right.png) no-repeat;
  background-size: 100% 100%;
}

.btn-prev {
  width: 21px;
  height: 33px;
  background: url(//game.gtimg.cn/images/val/act/a20230705valsecurity/v2/m/pg_left.png) no-repeat;
  background-size: 100% 100%;
}

.btn-next,
.btn-prev {
  margin: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* 处罚查询弹窗 */
.chufa {
  width: 670px;
  height: 628px;
  background: url(//game.gtimg.cn/images/val/act/a20230705valsecurity/v2/m/chufa.png) no-repeat;
  background-size: 100% 100%;
}

/* 被盗申诉弹窗 */
.beidao {
  width: 670px;
  height: 628px;
  background: url(//game.gtimg.cn/images/val/act/a20230705valsecurity/v2/m/chufa.png) no-repeat;
  background-size: 100% 100%;
}

.beidao-btnall,
.chufa1-btnall {
  width: 480px;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px auto 0;
}

.beidao-btn,
.chufa1-btn {
  width: 240px;
  height: 64px;
  line-height: 64px;
  background-color: transparent;
  border: solid 1px #ff4655;
  font-size: 20px;
  font-weight: bold;
  color: #ff4655;
  text-align: center;
}

.beidao-btn.active,
.chufa1-btn.active {
  width: 240px;
  height: 64px;
  background-color: #ff4655;
  color: #ffffff;
}

.beidao-list .jubao-table,
.chufa1-list .jubao-table {
  height: 230px;
}

/* 处罚申诉弹窗 */
.chufa1 {
  width: 670px;
  height: 628px;
  background: url(//game.gtimg.cn/images/val/act/a20230705valsecurity/v2/m/chufa.png) no-repeat;
  background-size: 100% 100%;
}

/* 案例展示弹窗 */
.anli {
  width: 670px;
  height: 628px;
  background: url(//game.gtimg.cn/images/val/act/a20230705valsecurity/v2/m/chufa.png) no-repeat;
  background-size: 100% 100%;
}

.anli .dialog-title {
  width: 650px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  margin: 40px auto 30px;
}

.anli-content {
  width: 92%;
  max-height: 130px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  word-break: break-all;
  overflow: hidden;
  margin: 0 auto;
  font-size: 18px;
  color: #949595;
  margin-bottom: 30px;
}

.anli-pic {
  max-width: 384px;
  max-height: 201px;
  margin: 0 auto;
  overflow: hidden;
}

.anli-pic img {
  width: 100%;
  height: 100%;
}

/* 被盗申诉引导 */
.appeal-guide {
  width: 670px;
  height: 628px;
}

.appeal-guide .dia-con {
  width: 100%;
  height: 100%;
  background-color: #0f1923;
  border-top: 1px solid #949595;
  border-bottom: 1px solid #949595;
  padding: 0 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.appeal-guide .dia-con img {
  width: 280px;
  height: 280px;
}

.appeal-guide .txt {
  color: #ece8e1;
  font-size: 22px;
  line-height: 36px;
  text-align: center;
  font-weight: bold;
  font-weight: 900;
  margin-top: 80px;
}

.appeal-guide .txt span {
  display: none;
}

.part-see {
  height: 988px;
  padding-top: 64px;
  position: relative;
}

.part-see .main {
  padding-left: 60px;
}

.part-see .title {
  color: #ff4655;
}

.part-see .see-list {
  width: 630px;
  margin-top: 30px;
}

.part-see .see-list li {
  width: 630px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.part-see .see-list li span {
  width: 71px;
  height: 100%;
  text-align: center;
  line-height: 44px;
  font-size: 32px;
  color: #ff4655;
  font-family: "tungsten";
  background-color: #36393d;
}

.part-see .see-list li p {
  width: 569px;
  height: 100%;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 22px;
  color: #ffffff;
  background-color: #232629;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 18px;
}

.part-see .more-see {
  width: 401px;
  height: 98px;
  margin-top: 60px;
  margin-left: 116px;
}

.part-see .more-see .btn-text {
  color: #ece8e1;
  font-size: 26px;
}

/* 正义巡查团 */
.part-patrol {
  height: 2040px;
  padding-top: 62px;
}

.part-patrol .main {
  padding: 0 60px;
}

.part-patrol .title {
  font-size: 78px;
  text-align: center;
  line-height: 90px;
  text-indent: -42px;
  padding-left: 42px;
}

.part-patrol .title .mbr {
  display: block;
  height: 0;
}

.part-patrol .tit-txt {
  font-size: 22px;
  text-align: center;
  line-height: 1;
  color: #ffbfc4;
  margin-top: 8px;
}

.part-patrol .patrol-content {
  margin-top: 16px;
}

.part-patrol .patrol-left {
  height: 1040px;
}

.part-patrol .patrol-left .patrol-tit {
  position: relative;
  /* left: -30px; */
}

.part-patrol .patrol-right .patrol-tit {
  position: relative;
  /* left: -8px; */
  color: #f83e4d;
}

.part-patrol .patrol-left .patrol-tit img {
  width: 108px;
  height: 112px;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  top: 16px;
}

.part-patrol .patrol-right .patrol-tit img {
  width: 91px;
  height: 73px;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  top: -10px;
}

.patrol-tit {
  color: #000000;
  font-size: 60px;
  line-height: 80px;
  color: #ffffff;
  font-family: "reej";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 80px;
}

.condition-box {
  width: 631px;
  height: 250px;
  background: url(//game.gtimg.cn/images/val/act/a20230705valsecurity/v3/m/condition-box.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 30px;
}

.condition-tit {
  height: 44px;
  padding-left: 16px;
  font-size: 29px;
  color: #cccccc;
  line-height: 44px;
}

.condition-box p {
  padding-left: 16px;
  font-size: 34px;
  color: #ffffff;
  line-height: 65px;
  font-weight: bold;
  margin-top: 6px;
}

.part-patrol .patrol-right .condition-box p {
  color: #161826;
}

.patrol-desc {
  padding: 0 16px;
  font-size: 29px;
  color: #0d0f19;
  line-height: 48px;
  margin-top: 26px;
}

.part-patrol .patrol-right .patrol-desc {
  color: #414142;
}

.patrol-desc br {
  display: none;
}

.patrol-desc span {
  font-weight: bold;
  color: #ffffff;
}

.ch-tips {
  /* margin-left: 12px; */
  text-align: center;
  font-size: 29px;
  color: #ffffff;
  line-height: 34px;
  font-weight: bold;
  margin-top: 30px;
}

.part-patrol .ch-img {
  width: 307px;
  margin: 50px auto 0;
  display: block;
}

.part-patrol .btn-konw-more {
  width: 401px;
  height: 98px;
  margin: 56px auto 0;
}

.part-patrol .btn-konw-more .btn-square {
  background-color: #161826;
}

.part-patrol .btn-konw-more .btn-square i {
  background-color: #f9f8f6;
}

.part-patrol .btn-konw-more .btn-text {
  color: #ece8e1;
}

.part-patrol .patrol-text {
  width: 315px;
  color: #ece8e1;
  font-size: 18px;
  line-height: 24px;
  padding-left: 24px;
  position: relative;
  margin-left: 360px;
}

.part-patrol .patrol-text1 {
  width: 315px;
  color: #ece8e1;
  font-size: 18px;
  line-height: 24px;
  padding-left: 24px;
  position: relative;
  margin-left: 360px;
  margin-top: 30px;
}

.part-patrol .patrol-text .patrol-tips {
  width: auto;
  position: absolute;
  bottom: 0px;
  left: 96px;
  background-color: transparent;
  margin: 0;
  color: #ece8e1;
  font-size: 18px;
  font-weight: normal;
}

.part-patrol .patrol-text::before,
.part-patrol .patrol-text1::before {
  content: "//";
  position: absolute;
  font-family: "DIN-Bold";
  left: 0;
}

.part-patrol .patrol-text span {
  display: inline-block;
  width: 133px;
  height: 29px;
  color: #2e3339;
  font-size: 20px;
  line-height: 29px;
  font-weight: bold;
  text-align: center;
  background-color: #ece8e1;
  margin: 0 9px;
  clip-path: polygon(100% 0, 100% 20px, 125px 100%, 0 100%, 0 0);
}

.part-patrol .user-id {
  width: 315px;
  height: 80px;
  font-size: 26px;
  font-weight: bold;
  color: #ece8e1;
  position: relative;
  margin-top: 20px;
  margin-left: 380px;
}

.part-patrol .user-id::before {
  content: "";
  background: url(//game.gtimg.cn/images/val/act/a20230705valsecurity/icon2.png) no-repeat;
  width: 9px;
  height: 5px;
  background-size: 100% 100%;
  position: absolute;
  left: -20px;
  top: 10px;
}

.part-patrol .user-reportdata {
  background: url(//game.gtimg.cn/images/val/act/a20230705valsecurity/m/reportdata_bg.png) no-repeat;
  width: 605px;
  height: 312px;
  padding: 24px 0px 0 35px;
  margin-top: 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.part-patrol .user-reportdata .user-reportdata-item {
  margin-bottom: 15px;
  width: 43%;
}

.part-patrol .user-reportdata .user-reportdata-item:first-child {
  width: 55%;
  margin-right: 2%;
}

.part-patrol .user-reportdata .user-reportdata-item span {
  color: #ece8e1;
  font-size: 14px;
  font-weight: bold;
  position: relative;
}

.part-patrol .ch-item {
  width: 315px;
  text-align: center;
  margin-left: 360px;
  margin-top: 22px;
}

.part-patrol .ch-item img {
  width: 228px;
}

.part-patrol .ch-tit {
  color: #ece8e1;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 14px;
  text-align: center;
}

/* .part-patrol .user-reportdata .user-reportdata-item span::before {
  content: '//';
  position: absolute;
  font-family: 'DIN-Bold';
  left: -22px;
} */
.part-patrol .user-reportdata .user-reportdata-item p {
  color: #ff4655;
  font-size: 105px;
  font-family: "tungsten";
  line-height: 1;
  padding-left: 10px;
}

.part-patrol .user-reportdata .user-reportdata-item:first-child p {
  padding: 0 0 0 30px;
}

.part-patrol .prop-tips {
  color: #ece8e1;
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  left: 400px;
  top: 46px;
}

.part-patrol .btn-join {
  width: 321px;
  height: 67px;
  margin-left: 360px;
}

.part-patrol .btn-join .btn-square {
  background-color: #161826;
  height: calc(100% - 12px);
}

.part-patrol .btn-join .btn-text {
  font-size: 20px;
  letter-spacing: 2px;
}

.patrol-tips {
  width: 370px;
  color: #ece8e1;
  font-size: 18px;
  text-align: center;
  margin-left: 338px;
  margin-top: 14px;
}

.header .btn-logo {
  /*background: url(//game.gtimg.cn/images/val/act/a20230705valsecurity/logo.png) no-repeat;*/
  width: 150px;
  height: 40px;
  position: absolute;
  left: 48px;
  top: 32px;
}

/* 通用弹窗 */
.dia-query {
  width: 670px;
  height: 500px;
}

.dia-query .dia-con {
  width: 100%;
  height: 100%;
  background-color: #0f1923;
  border-top: 1px solid #949595;
  border-bottom: 1px solid #949595;
}

.dia-query .dia-con .txt {
  width: 100%;
  height: 50%;
  padding: 0 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 80px;
}

.dia-query .txt {
  color: #ece8e1;
  font-size: 27px;
  font-weight: bold;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
}

.dia-query .btn-comm {
  margin: 0 auto;
}

.test-dia {
  position: fixed;
  right: 0;
  top: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 99;
  font-size: 24px;
}