@charset "UTF-8";
body,
dl,
dd,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
header,
section,
article,
footer {
  margin: 0;
}

body,
button,
input,
select,
textarea {
  font: 12px/1.5 tahoma, "微软雅黑", sans-serif;
}

body {
  padding-top: 50px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

em,
b {
  font-style: normal;
}

a {
  text-decoration: none;
}

a:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}

img {
  border: 0;
}

button,
input,
select,
textarea {
  font-size: 100%;
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th,
ul,
ol {
  padding: 0;
}

ul,
li {
  list-style: none;
}

/* reset end */
/* foot */
#afooter {
  position: relative;
  padding: 30px 0;
  text-align: center;
  font: normal 12px/19px Tahoma;
  z-index: 10;
  background-color: #191219;
}

#afooter,
#afooter a {
  color: #c0c0c0;
  text-decoration: none;
}

.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: 377px;
  height: 83px;
  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: 600;
  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:hover::before,
.btn-comm:hover::after {
  height: 50%;
}

.btn-comm:hover .btn-square::after {
  background-color: #ff4655;
}

.btn-comm:hover .btn-square i {
  -webkit-transform: translateX(0) skew(0);
      -ms-transform: translateX(0) skew(0);
          transform: translateX(0) skew(0);
}

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

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

body {
  /* padding-top: 42px; */
  background-color: #ece7e1;
  font-family: "MicrosoftYaHei";
  line-height: 1.2;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  min-width: 1500px;
  /* opacity: 0; */
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

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

.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/font4.png) no-repeat;
  width: 1920px;
  height: 5730px;
  position: absolute;
  top: 760px;
  left: 0;
  z-index: 99;
}

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

.header {
  height: 850px;
  background: url(//game.gtimg.cn/images/val/act/a20230705valsecurity/v3/kv.jpg) no-repeat center top;
  background-size: cover;
  position: relative;
  z-index: 2;
}

.header .btn-logo {
  background: url(//game.gtimg.cn/images/val/act/a20230705valsecurity/logo.png) no-repeat;
  width: 155px;
  height: 47px;
  position: absolute;
  left: 470px;
  top: 130px;
}

.header .login-box {
  font-size: 20px;
  line-height: 40px;
  color: #ebe8e1;
  height: 100px;
  text-align: center;
  position: absolute;
  top: 530px;
  left: 365px;
}

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

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

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

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

.part {
  /* margin-top: -1px; */
}

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

.main {
  padding-left: 220px;
  overflow: hidden;
  position: relative;
}

.part1 {
  height: 732px;
  padding-top: 40px;
  position: relative;
  /* overflow: visible; */
}

.part1 .main {
  /* padding-left: 224px; */
  overflow: visible;
}

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

.part1 .data-time {
  width: 1476px;
  text-align: center;
  font-size: 28px;
  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: 220px;
  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: 45px;
  font-style: normal;
  color: #eb4256;
  width: 40px;
  height: 40px;
  background: url(//game.gtimg.cn/images/val/act/a20230705valsecurity/v3/time-i.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 4px;
}

.part1 .data-board2 {
  width: 970px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 76px;
  margin-left: 250px;
}

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

.part1 .data-board .data-con::after {
  content: "";
  width: 411px;
  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: 100px;
  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: 28px;
  /* font-weight: bold; */
  line-height: 62px;
  background: url(//game.gtimg.cn/images/val/act/a20230705valsecurity/v3/jfp-top.png) no-repeat;
  background-size: 100% 100%;
  /* width: 56px; */
  height: 62px;
  padding-left: 12px;
  font-weight: bold;
}

.part1 .data-board .data-item em {
  font-size: 28px;
  padding-left: 10px;
}

.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-num i,
.part-patrol .user-reportdata .user-reportdata-item p i {
  background: url(//game.gtimg.cn/images/val/act/a20230705valsecurity/v2/separator.png) no-repeat;
  width: 17px;
  height: 23px;
  display: inline-block;
  margin: 0 2px;
}

.part1 .data-board .data-item .data-con {
  height: 204px;
  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: 437px;
  height: 198px;
  /* 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: 437px 198px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  font-family: "tungsten";
  line-height: 198px;
  text-align: center;
  font-size: 170px;
  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: 100%;
  background-image: url(//game.gtimg.cn/images/val/act/a20230705valsecurity/v3/num_mask.png);
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.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 {
  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 {
  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;
  width: 14px;
  height: 19px;
  display: inline-block;
  margin: 0 2px;
}

.part1 .data-tips {
  color: #0f1923;
  font-size: 18px;
  position: relative;
  padding-left: 24px;
}

.part1 .data-tips::after {
  content: "//";
  position: absolute;
  font-family: "DIN-Bold";
  left: 0px;
}

.part1 .data-tips.mtxt {
  display: none !important;
}

.part2 {
  height: 1105px;
}

.part2 .title {
  color: #ff4655;
  margin-top: 316px;
}

.part2 .title span {
  display: block;
}

.part2 .text-box {
  width: 800px;
  margin-top: 50px;
}

.part2 .text-box p {
  color: #555555;
  font-size: 16px;
  line-height: 30px;
  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: -28px;
  top: 12px;
}

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

.part2 .part2-btn {
  width: 474px;
  height: 98px;
  margin-top: 48px;
}

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

.part3 {
  height: 1080px;
}

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

.part3 .btn-more {
  height: 40px;
  line-height: 40px;
  color: #ff4655;
  font-size: 21px;
  /* font-weight: bold; */
  position: absolute;
  top: 255px;
  left: 1256px;
}

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

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

.part3 .news-swiper .swiper-slide {
  width: 710px;
  overflow: hidden;
  cursor: pointer;
}

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

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

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

.part3 .news-swiper .news-pic {
  width: 710px;
  height: 380px;
  position: relative;
}

.part3 .news-swiper .news-pic::after {
  content: "";
  background: url(//game.gtimg.cn/images/val/act/a20230705valsecurity/v2/news_bottom.png) no-repeat;
  background-position: right center;
  width: 385px;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: -10px;
}

.part3 .news-swiper .swiper-slide .news-pic::before {
  content: "";
  width: 710px;
  height: 380px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ff4655;
  -webkit-transform: translateX(-110%) skewX(-10deg);
  -ms-transform: translateX(-110%) skewX(-10deg);
  transform: translateX(-110%) skewX(-10deg);
  mix-blend-mode: multiply;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.5 cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 1;
}

.part3 .news-swiper .swiper-slide a.allowclick:hover .news-pic::before {
  -webkit-transform: translateX(0) skewX(-10deg) scaleX(1.35);
  -ms-transform: translateX(0) skewX(-10deg) scaleX(1.35);
  transform: translateX(0) skewX(-10deg) scaleX(1.35);
}

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

.part3 .news-swiper .news-main {
  margin-top: 66px;
}

.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: 2px;
}

.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: 600px;
  color: #2e3339;
  font-size: 28px;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.part3 .news-swiper .news-swiper-pagination {
  width: 1134px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 24px;
}

.part3 .news-swiper .swiper-pagination-bullet {
  width: 108px;
  height: 9px;
  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: 939px;
}

.part4 .main {
  padding: 88px 220px 0;
}

.part4 .title {
  color: #ece8e1;
  margin-bottom: 38px;
  /* margin-left: -10px; */
  text-align: right;
}

.part4-box {
  /* margin-top: 90px; */
  position: relative;
}

.part4-item {
  margin-bottom: 54px;
  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-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.part4-subtitle {
  color: #ece8e1;
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
  font-weight: 600;
  margin-bottom: 25px;
}

.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: 103px;
  margin-bottom: 20px;
}

.part4-iconbg {
  width: 108px;
  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-btn {
  width: 309px;
  height: 100%;
  display: block;
  font-size: 25px;
  color: #ece8e1;
  font-weight: bold;
  font-weight: 600;
  padding: 0 25px;
  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 {
  /* background: url(//game.gtimg.cn/images/val/act/a20230705valsecurity/v2/bg5.jpg) no-repeat center top; */
  height: 964px;
  padding-top: 72px;
}

.part5 .title {
  color: #ff4655;
  margin-left: 19px;
  /* border-bottom: 1px solid #b0ada8; */
}

.part5 .main {
  padding-left: 201px;
}

.part5 .part5-box {
  width: 1473px;
  margin-top: 210px;
}

.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: 1476px;
  margin-left: 19px;
  margin-top: 30px;
}

.p5-btn-list .part5-btn {
  width: 245px;
  height: 53px;
  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: 22px;
  font-weight: bold;
  color: #ece8e1;
  opacity: 0.6;
}

.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: 20px;
  height: 20px;
  -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: 40px;
}

.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: 19px;
}

.violation-txt {
  margin-top: 10px;
  font-size: 20px;
  color: #36393d;
  padding-left: 19px;
  padding-bottom: 16px;
  line-height: 34px;
  border-bottom: 1px solid #b0ada8;
}

.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: 20px;
}

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

.punish-top::after {
  content: "";
  width: 24px;
  height: 16px;
  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 {
  margin-left: 19px;
  font-size: 32px;
  line-height: 40px;
  margin-top: 18px;
}

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

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

.punish-box span {
  font-size: 20px;
  color: #36393d;
}

.punish-desc {
  width: 1200px;
  color: #7f7f7f;
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 20px;
}

.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: 338px;
  height: 100%;
  color: #ece8e1;
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  font-weight: 600;
}

.part5 .part5-uls p:nth-child(2) {
  width: 540px;
  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: 700px;
  background-color: #dedbd5;
  overflow-y: auto;
  position: relative;
  z-index: 100;
}

.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: 134px;
  font-size: 17px;
  color: #6f7275;
  /* border-bottom: solid 2px #d4d1cb; */
}

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

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

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

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

.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: 600;
}

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

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

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

.part5 .part5-intro {
  margin-top: 200px;
}

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

.part5 .part5-subtitle {
  color: #ff4655;
  font-size: 24px;
  font-weight: bold;
  font-weight: 600;
  margin-top: 90px;
  margin-bottom: 22px;
}

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

.part5 .part5-intro-text p {
  color: #acb4ad;
  font-size: 16px;
  line-height: 28px;
  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: -34px;
  top: 12px;
}

.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/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: 1000px;
  height: 560px;
  -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: 880px;
  height: 507px;
  background: url(//game.gtimg.cn/images/val/act/a20230705valsecurity/v2/chufa.png) no-repeat;
  background-size: 100% 100%;
}

.dia-common .dia-con {
  width: 100%;
  height: 100%;
  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;
  text-align: center;
  font-weight: bold;
  font-weight: 600;
}

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

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

.jubao-table {
  margin-top: 40px;
  height: 340px;
  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: 800px;
  max-height: 270px;
  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: 40px;
  vertical-align: top;
}

.jubao-table thead th {
  color: #949595;
  font-size: 18px;
  font-weight: normal;
}

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

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

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

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

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

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

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

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

/* 举报查询弹窗 */
.jubao {
  width: 880px;
  height: 507px;
  background: url(//game.gtimg.cn/images/val/act/a20230705valsecurity/v2/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: 25px;
  height: 25px;
  line-height: 26px;
  text-align: center;
  color: #848484;
  font-size: 16px;
  display: inline-block;
  background-color: transparent;
  margin: 0 15px;
  font-family: "DIN-Bold";
}

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

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

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

.btn-next,
.btn-prev {
  margin: -3px 15px;
  display: inline-block;
}

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

/* 被盗申诉弹窗 */
.beidao {
  width: 880px;
  height: 507px;
  background: url(//game.gtimg.cn/images/val/act/a20230705valsecurity/v2/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: 880px;
  height: 507px;
  background: url(//game.gtimg.cn/images/val/act/a20230705valsecurity/v2/chufa.png) no-repeat;
  background-size: 100% 100%;
}

/* 案例展示弹窗 */
.anli {
  width: 880px;
  height: 507px;
  background: url(//game.gtimg.cn/images/val/act/a20230705valsecurity/v2/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%;
}

/* news */
.page-back {
  background: url(//game.gtimg.cn/images/val/act/a20230705valsecurity/v2/page1_back.png) no-repeat center top;
  width: 438px;
  height: 130px;
  position: fixed;
  top: 70px;
  left: -100px;
  color: #ece8e1;
  font-size: 16px;
  padding-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}

.page-back:hover {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}

.page-back span {
  margin-left: 20px;
  height: 20px;
}

.content3 {
  width: 100%;
  min-height: 1000px;
  background: #ece8e1;
  position: relative;
  padding-bottom: 130px;
  margin-top: -25px;
}

.news-big {
  width: 1010px;
  margin: 0 auto;
  padding-top: 80px;
}

.news-title {
  color: #ff4655;
  font-size: 88px;
  line-height: 1;
  margin-bottom: 30px;
  font-weight: bold;
}

.news-icon {
  width: 1112px;
  height: 243px;
  background: url(//game.gtimg.cn/images/val/act/a20230705valsecurity/v2/news_font.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
}

.news-icon1 {
  top: 20px;
  left: 0;
}

.news-icon2 {
  bottom: 0;
  left: 0;
}

.news-icon3 {
  display: none;
}

.news-item {
  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;
  position: relative;
  margin-bottom: 95px;
}

.news-left img {
  width: 444px;
  height: 234px;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-right {
  width: 480px;
  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;
}

.news-date {
  color: #545c57;
  font-size: 16px;
  font-family: "noto";
  margin-bottom: 20px;
}

.news-subtitle {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #404642;
  font-size: 22px;
  margin-bottom: 20px;
}

.news-content {
  width: 100%;
  max-height: 70px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-break: break-all;
  overflow: hidden;
  color: #69746d;
  font-size: 16px;
  margin-bottom: 25px;
}

.news-more {
  color: #ff4454;
  font-size: 14px;
  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;
  position: relative;
}

.news-more::after {
  content: "";
  width: 24px;
  height: 16px;
  position: absolute;
  left: 70px;
  top: 0px;
  background: url(//game.gtimg.cn/images/val/act/a20230705valsecurity/v2/news_jt.png) no-repeat 0 0/100% 100%;
}

.news-read {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* news end */
.milo-qcwx-login {
  z-index: 2;
}

/* 被盗申诉引导 */
.appeal-guide {
  width: 880px;
  height: 507px;
  background: url(//game.gtimg.cn/images/val/act/a20230705valsecurity/v2/chufa.png) no-repeat;
  background-size: 100% 100%;
}

.appeal-guide .dia-con {
  width: 100%;
  height: 100%;
  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: 20px;
  text-align: center;
  font-weight: bold;
  font-weight: 600;
  margin-top: 50px;
}

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

.part-see {
  height: 1224px;
  padding-top: 100px;
  position: relative;
}

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

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

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

.part-see .see-list li {
  width: 714px;
  height: 63px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 7px;
}

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

.part-see .see-list li p {
  width: 607px;
  height: 100%;
  line-height: 63px;
  font-size: 20px;
  color: #ffffff;
  background-color: #232629;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 18px;
}

.part-see .more-see {
  width: 474px;
  height: 98px;
  margin-top: 55px;
  margin-left: 120px;
}

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

/* 正义巡查团 */
.part-patrol {
  height: 1040px;
  padding-top: 100px;
  position: relative;
}

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

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

.part-patrol .title {
  font-size: 118px;
  text-align: center;
}

.part-patrol .patrol-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}

.part-patrol .patrol-left {
  width: 560px;
  margin-left: 20px;
}

.part-patrol .patrol-right {
  width: 414px;
}

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

.part-patrol .patrol-right .patrol-tit {
  position: relative;
  left: -8px;
}

.part-patrol .patrol-left .patrol-tit img {
  width: 88px;
  height: 77px;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  top: 6px;
}

.part-patrol .patrol-right .patrol-tit img {
  width: 88px;
  height: 66px;
  -o-object-fit: contain;
     object-fit: contain;
}

.patrol-tit {
  color: #000000;
  font-size: 50px;
  line-height: 60px;
  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: 414px;
  height: 172px;
  background: url(//game.gtimg.cn/images/val/act/a20230705valsecurity/v3/condition-box.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 30px;
}

.condition-tit {
  height: 30px;
  padding-left: 12px;
  font-size: 20px;
  color: #cccccc;
  line-height: 30px;
}

.condition-box p {
  padding-left: 12px;
  font-size: 23px;
  color: #ffffff;
  line-height: 44px;
  font-weight: bold;
  margin-top: 2px;
}

.patrol-desc {
  margin-left: 12px;
  font-size: 20px;
  color: #0d0f19;
  line-height: 34px;
  margin-top: 16px;
}

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

.ch-tips {
  margin-left: 12px;
  font-size: 23px;
  color: #ffffff;
  line-height: 34px;
  font-weight: bold;
  margin-top: 10px;
}

.part-patrol .btn-konw-more {
  width: 400px;
  height: 98px;
  margin-top: 90px;
  margin-left: auto;
}

.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 .btn-konw-more:hover .btn-text {
  color: #161826;
}

.part-patrol .ch-img {
  width: 136px;
  margin-left: 12px;
  margin-top: 16px;
}

.part-patrol .patrol-text {
  width: 660px;
  color: #ece8e1;
  font-size: 18px;
  line-height: 30px;
  padding-left: 34px;
  position: relative;
  margin-top: 10px;
  text-align: justify;
}

.part-patrol .patrol-text1 {
  color: #ece8e1;
  font-size: 18px;
  line-height: 30px;
  padding-left: 40px;
  position: relative;
  margin-top: 40px;
  text-align: justify;
}

.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 .patrol-text .patrol-tips {
  width: 592px;
  line-height: 1;
  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 .user-id {
  font-size: 37px;
  font-weight: bold;
  color: #ece8e1;
  padding-left: 40px;
  position: relative;
  margin-top: 26px;
}

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

.part-patrol .user-reportdata {
  background: url(//game.gtimg.cn/images/val/act/a20230705valsecurity/reportdata_bg.png) no-repeat;
  width: 1313px;
  height: 258px;
  margin-top: 20px;
  position: relative;
  padding-left: 118px;
  padding-top: 58px;
}

.part-patrol .user-reportdata .user-reportdata-item {
  margin-right: 135px;
  display: inline-block;
}

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

.part-patrol .user-reportdata .user-reportdata-item p {
  color: #ff4655;
  font-size: 131px;
  text-align: center;
  font-family: "tungsten";
  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;
}

.part-patrol .ch-item {
  width: 260px;
  display: block;
  text-align: center;
  margin-left: 40px;
  margin-top: 20px;
}

.part-patrol .ch-tit {
  color: #ece8e1;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 16px;
}

.part-patrol .btn-join {
  width: 592px;
  height: 99px;
  margin-top: 55px;
}

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

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

.part-patrol .btn-join:hover .btn-text {
  color: #161826;
}

.patrol-tips {
  width: 592px;
  color: #ece8e1;
  font-size: 18px;
  text-align: center;
  margin: 14px 0 0;
}

/* 称号查询弹窗  */
.dia-query {
  width: 880px;
  height: 507px;
  background: url(//game.gtimg.cn/images/val/act/a20230705valsecurity/v2/chufa.png) no-repeat;
  background-size: 100% 100%;
}

.dia-query .dia-con .txt {
  width: 100%;
  height: 50%;
  padding: 0 150px;
  line-height: 1.2;
  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;
  text-align: center;
  font-weight: bold;
  font-weight: 600;
}

.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;
}