/* 头部选项栏 */
.box_relative {
  position: relative;
  height: 298px;
  padding-bottom: 0px;
}

.box_header {
  width: 100%;
  min-width: 1250px;
  position: absolute;
  z-index: 999;
  top: 0;
  height: 44px;
  background: #FFFFFF;
  border-bottom: 1px solid #ededed;
}

.buttom_box {
  width: 100%;
  min-width: 1250px;
  display: inline-block;
  background: #FFFFFF;
  border-top: 1px solid #ededed;
}

.header_size {
  width: 1250px;
  height: 44px;
  margin: auto;
}


.logo_box {
  float: left;
  width: 150px;
  height: 38px;
  margin-top: 6px;
  margin-right: 80px;
}

.logo_box img {
  width: 150px;
  height: 38px;
}

.top_options {
  float: left;
  margin-top: 6px;
}

.options_box {
  float: left;
  margin-right: 70px;
  font-size: 16px;
  font-family: NSimSun;
  font-weight: 400;
  color: #464646;
  line-height: 35px;
  position: relative;
}

.options_box:last-child {
  margin-right: 0 ;
}

.user_menuA_icon {
  width: 10px;
  height: 18px;
  background: url("../static/images/new.gif")/*tpa=https://pk53.com/static/images/new.gif*/;
  background-size: 100% 100%;
  position: absolute;
  top: -4px;
  right: -10px;
}

.options_box:hover {
  /* font-weight: bold; */
  color: #191919;
  border-radius: 1px;
  border-bottom: 3px solid #FA5B0D;
}

.options_box a {
  text-decoration: none;
  color: inherit;
}


/* 头部浏览图 */
.top_img {
  position: relative;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 298px;
  min-width: 1250px;
  background: url("../static/images/banner.png")/*tpa=https://pk53.com/static/images/banner.png*/;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.top_img_buttom {
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 100%;
  min-width: 1250px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top_img_size {
  width: 1250px;
  height: 30px;
}

.top_size_left {
  width: 980px;
  height: 30px;
  position: relative;
  background: url("../static/images/gongao.png")/*tpa=https://pk53.com/static/images/gongao.png*/;
  background-size: 100% 100%;
  opacity: 0.82;
}

.top_left_imges {
  position: absolute;
  font-size: 14px;
  line-height: 30px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}

.top_left_float {
  float: left;
  width: 80px;
  display: flex;
  flex-direction: row;
}

.top_left_about {
  margin: 6px 4px 6px 10px;
  width: 18px;
  height: 18px;
}

.top_right_float {
  float: right;
  width: 900px;
  overflow: hidden;
}

@keyframes marqueeAnim {
  0% {
    transform: translateX(50vw);
  }

  100% {
    transform: translateX(-100%);
  }
}

.top_marquee_content {
  white-space: nowrap;
  display: inline-block;
  animation: marqueeAnim 12s linear 0s infinite;
}


/* 背景颜色 */
.box_all {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: #f6f7f9;
  background-size: cover;
  z-index: -1;
}

/* 侧边栏 */
.broadside {
  position: fixed;
  z-index: 10;
  right: 50%;
  top: 80%;
  width: 66px;
  margin-right: -850px;
}

/* 头部栏 */
.activity-top {
  position: absolute;
  z-index: 10;
  top: 26px;
  right: 50%;
  margin-right: -790px;
}

.activity-top a img {
  height: auto;
  width: auto;
}

.user_cursor {
  cursor: pointer;
}

.user_side_top_padding {
  padding: 20px 15px;
  background-color: #fff;
  border-radius: 2px;
}

.user_side_bottom_top {
  width: 36px;
  height: 21px;
  background: url("../static/images/Top.png")/*tpa=https://pk53.com/static/images/Top.png*/;
  background-size: 100% 100%;
}

/* 每日红包 */
.left_redpack {
  position: fixed;
  z-index: 10;
  left: 160px;
  top: 310px;
}

.left_redpack_active {
  left: 0 !important;
}

.left_redpack_close {
  position: absolute;
  z-index: 999;
  top: 0px;
  right: 0px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  border-top-right-radius: 4px;
  background: url("../static/images/iconclose.png")/*tpa=https://pk53.com/static/images/iconclose.png*/;
  background-size: 100% 100%;
}

.redpack_img {
  width: 154px;
  height: 214px;
  background: url("../static/images/redpack.gif")/*tpa=https://pk53.com/static/images/redpack.gif*/;
}

/* 三个入口 */
.nav_entrance {
  width: 1250px;
  margin: auto;
  height: 115px;
}

.nav_img {
  float: left;
  position: relative;
  margin-right: 22px;
  border-radius: 4px;
  width: 402px;
  height: 115px;
  background-size: 100% 100%;
  background: url("../static/images/intersection1.png")/*tpa=https://pk53.com/static/images/intersection1.png*/;
}

.nav_index {
  position: absolute;
  z-index: -1;
  width: 402px;
  height: 63px;
  border-radius: 4px;
  bottom: 0;
}

.nav_img:nth-of-type(3n) {
  margin-right: 0;
}

.nav_img:hover .nav_index {
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.27);
}

.nav_title a {
  text-decoration: none;
  color: inherit;
}

.nav_title {
  position: absolute;
  z-index: 2;
  top: 63px;
  left: 26px;
  font-size: 30px;
  font-family: KaiTi;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0px 2px 0px rgba(0, 35, 57, 0.14);
}

/* 会员须知 */
.vip_header {
  width: 1250px;
  /* height: 266px; */
  margin: 12px auto;
}

.vip_top_inline {
  width: 1250px;
  display: inline-block;
}

.vip_left {
  float: left;
  width: 980px;
  box-sizing: border-box;
  border: 1px solid #E7E7E7;
  border-radius: 6px;
  background: url("../static/images/bgmember.png")/*tpa=https://pk53.com/static/images/bgmember.png*/;

}

.vip_right {
  float: right;
  width: 250px;
  height: 268px;
  box-sizing: border-box;
  position: relative;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #E7E7E7;
}

.vip_left_padding {
  padding: 20px 20px 0 20px;
  height: auto;
}

.vip_right_padd {
  height: auto;
}

/* 新登录 */
.right_header_img {
  width: 100%;
  height: 80px;
  background: url("../static/images/imgGrade.png")/*tpa=https://pk53.com/static/images/imgGrade.png*/;
  background-size: 100% 100%;
  position: absolute;
  z-index: 1;
}

.portrait_img {
  position: absolute;
  z-index: 2;
  top: 40px;
  left: 91px;
}

.portrait_img img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.welfare {
  width: 200px;
  margin: 0 auto;
  text-align: center;
  margin-top: 125px;
  font-size: 16px;
  font-family: NSimSun;
  font-weight: bold;
  color: #4F5051;
}

.grade_box {
  width: 200px;
  height: 16px;
  margin: 15px auto 0 auto;
}

.level_box {
  float: left;
  width: 50%;
  text-align: center;
  font-size: 15px;
  font-family: NSimSun;
  font-weight: 400;
  color: #7a7a7a;
  position: relative;
}

.level_box:not(:last-child)::before {
  position: absolute;
  right: 0;
  content: '';
  width: 1px;
  height: 16px;
  border-right: 1px solid #E7E7E7;
}

.level_box span,
.level_box_right span {
  font-size: 15px;
  font-family: NSimSun;
  font-weight: bold;
  color: #4F5051;
}

.level_box_right {
  float: right;
  width: 98px;
  text-align: center;
  font-size: 15px;
  font-family: NSimSun;
  font-weight: 400;
  color: #7a7a7a;
  position: relative;
}

.login_enter_btn {
  width: 193px;
  height: 30px;
  margin: 20px auto 0 auto;
  background: linear-gradient(0deg, #FF5302, #FF9804);
  border: 1px solid #FF6D02;
  box-shadow: 0px 5px 10px 0px rgba(227, 62, 11, 0.19);
  border-radius: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  font-family: NSimSun;
  font-weight: bold;
  color: #FFFFFF;
}

.login_btn_err {
  width: 210px;
  height: 30px;
  margin: 20px auto 0 auto;
}

.login_vip_center {
  float: left;
  width: 95px;
  height: 28px;
  background: linear-gradient(0deg, #FF5302, #FF9804);
  border: 1px solid #FF6D02;
  box-shadow: 0px 5px 10px 0px rgba(227, 62, 11, 0.19);
  border-radius: 30px;
  line-height: 28px;
  text-align: center;
  font-size: 15px;
  font-family: NSimSun;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}

.login_vip_top_up {
  float: right;
  width: 95px;
  height: 28px;
  background: linear-gradient(0deg, #FE1D1D, #FF6845);
  border: 1px solid #ff1818;
  box-shadow: 0px 5px 10px 0px rgba(194, 0, 0, 0.19);
  border-radius: 30px;
  line-height: 28px;
  text-align: center;
  font-size: 15px;
  font-family: NSimSun;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}

.login_enter_btn:hover,
.login_vip_center:hover {
  background: linear-gradient(0deg, #FF3802, #FF8004);
}

.login_vip_top_up:hover {
  background: linear-gradient(0deg, #FF3131, #FF7F4C);
}

.login_vip_center a,
.login_enter_btn a,
.login_vip_top_up a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}


.vip_relative {
  position: relative;
  height: 31px;
  margin-bottom: 10px;
}

.vip_vertical {
  float: left;
  margin-top: 3px;
  width: 5px;
  height: 25px;
  background: linear-gradient(0deg, #FA5B0D, #FF8C11);
  border-radius: 3px;
  margin-right: 10px;
}

.vip_ver_title {
  float: left;
  font-size: 24px;
  font-family: Adobe Heiti Std;
  font-weight: bold;
  color: #363636;
}

.vip_letter {
  position: absolute;
  bottom: 0px;
  left: 118px;
  font-size: 16px;
  font-family: SimHei;
  font-weight: 500;
  color: #908E8E;
}

.vip_text {
  display: inline-block;
  padding: 5px 0;
}

.vip_rectangle {
  float: left;
  width: 7px;
  height: 7px;
  background: linear-gradient(0deg, #4C91F8, #3DACF7);
  margin-right: 14px;
  margin-top: 6.5px;
}

.vip_rectangles {
  float: left;
  width: 7px;
  height: 7px;
  background: linear-gradient(0deg, #8E9AAC, #ACB4BB);
  margin-right: 14px;
  margin-top: 6.5px;
}

.vip_rect_content {
  float: left;
  width: 900px;
  font-size: 16px;
  font-family: NSimSun;
  font-weight: 400;
  color: #272727;
  line-height: 20px;
  opacity: 0.86;
}

.vip_rect_content span {
  color: red;
  font-weight: bold;
}

.vip_portrait_not {
  width: 360px;
  margin: 10px auto 0 auto;
  height: 111px;
}

.vip_portrait {
  width: 360px;
  margin: 40px auto 0 auto;
  height: 111px;
  /* display: inline-block; */
}


.portrait_es {
  /* float: left; */
  /* margin-right: 10px; */
}

.portrait_vertical {
  float: left;
  width: 1px;
  height: 79px;
  background: #D7D7D7;
  margin: 14px 30px;
}

.portrait_vertical_not {
  float: left;
  width: 1px;
  height: 91px;
  background: #D7D7D7;
  margin: 8px 30px 0 30px;
}

.vip_level {
  float: left;
  margin-top: 9px;
}

.vip_level_not {
  float: left;
}

.level_font {
  font-size: 18px;
  font-family: NSimSun;
  font-weight: bold;
  color: #363636;
  line-height: 35px;
  margin-bottom: 10px;
}

.level_font:last-child {
  margin-bottom: 0;
}

.level_font span {
  font-size: 18px;
  font-family: NSimSun;
  font-weight: bold;
  color: #747474;
}

.level_font_not {
  font-size: 18px;
  font-family: NSimSun;
  font-weight: bold;
  color: #363636;
  line-height: 35px;
}

.level_font_not span {
  font-size: 18px;
  font-family: NSimSun;
  font-weight: bold;
  color: #747474;
}

.login_btnst {
  height: 54px;
  width: 340px;
  margin: auto;
  margin-top: 10px;
}

.btn_left {
  width: 124px;
  height: 54px;
  line-height: 54px;
  margin: 0 auto;
  text-align: center;
  background: linear-gradient(0deg, #FB570A, #FF8D04);
  box-shadow: 0px 5px 10px 0px rgba(227, 62, 11, 0.19);
  border-radius: 4px;
  font-size: 22px;
  font-family: NSimSun;
  font-weight: bold;
  color: #FFFEFE;
  cursor: pointer;
}

.btn_left a {
  text-decoration: none;
  color: inherit;
}

.btn_left:hover {
  background: linear-gradient(0deg, #FF3802, #FF8004);
}

.btn_left_exit {
  /* float: right; */
  margin: 0 auto;
  width: 152px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  background: #fff;
  border: 1px solid #FF7B41;
  border-radius: 4px;
  font-size: 22px;
  font-family: NSimSun;
  font-weight: bold;
  color: #FF6A06;
  cursor: pointer;
}

.btn_left_exit a {
  text-decoration: none;
  color: inherit;
}

.btn_right {
  float: left;
  width: 154px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  background: linear-gradient(0deg, #FE1D1D, #FF6845);
  box-shadow: 0px 5px 10px 0px rgba(194, 0, 0, 0.19);
  border-radius: 4px;
  font-size: 22px;
  font-family: NSimSun;
  font-weight: bold;
  color: #FFFEFE;
  cursor: pointer;
}

.btn_right a {
  text-decoration: none;
  color: inherit;
}

.btn_right_active {
  background: linear-gradient(0deg, #106EFC, #0098FF) !important;
}

.btn_right_active {
  background: linear-gradient(0deg, #FB570A, #FF8D04);
  box-shadow: 0px 5px 10px 0px rgba(227, 62, 11, 0.19);
}

.btn_right:hover {
  background: linear-gradient(0deg, #FF3131, #FF7F4C);
}

/* 关键词 */
.options_key {
  width: 1547px;
  margin: auto;
  /* display: inline-block; */
}

.options_game {
  width: 1547px;
  display: inline-block;
}

.key_headers {
  padding: 26px 23px 12px 23px;
  background: #fff;
  height: auto;
  border: 1px solid #E7E7E7;
  border-radius: 6px;
}

.key_headers_box {
  padding: 26px 23px;
  background: #fff;
  height: auto;
  border: 1px solid #E7E7E7;
  border-radius: 6px;
}

.startegu_box {
  padding: 30px 23px;
  background: #fff;
  height: auto;
  /* min-height: 1000px; */
  border: 1px solid #E7E7E7;
  border-radius: 6px;
}

.startegy_top {
  width: 1501px;
  height: 29px;
  position: relative;
}

.startegy_lf {
  position: absolute;
  top: 0;
  left: 0;
}

.startegy_su {
  float: left;
  width: 4px;
  height: 21px;
  margin-top: 4px;
  background: #454343;
  border-radius: 2px;
}

.startegy_title {
  margin-left: 7px;
  float: left;
  font-size: 20px;
  font-family: Adobe Heiti Std;
  font-weight: bold;
  color: #363636;
}

.startegu_eng {
  margin-left: 2px;
  float: left;
  margin-top: 8px;
  font-size: 16px;
  font-family: SimHei;
  font-weight: 400;
  color: #908E8E;
}

.startegu_input {
  margin: 0 auto;
  width: 349px;
  height: 29px;
  background: rgba(255, 255, 255, 0.7000);
  border: 1px solid #C9C9C9;
  border-radius: 15px;
}

.startegu_flex {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 29px;
  width: 349px;
}

/* 攻略内容 */
.startegu_ct {
  padding: 30px 0 12px 0;
  display: flex;
  flex-wrap: wrap;
  width: 1501px;
  height: auto;
}

.star_gl_box {
  width: 288px;
  height: 114px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #E4E4E4;
  border-radius: 4px;
  margin-right: 15.25px;
  margin-bottom: 18px;
}

.star_gl_box:nth-of-type(5n) {
  margin-right: 0px;
}

.star_gl_size {
  padding: 15px;
  height: 84px;
  width: 258px;
}

.staru_icon {
  width: 15px;
  height: 15px;
  background: url("../static/images/iconMagnifier.png")/*tpa=https://pk53.com/static/images/iconMagnifier.png*/;
  background-size: 100% 100%;
  cursor: pointer;
}

.staru_search {
  border: 0;
  margin: 0;
  padding: 0;
  margin-left: 10px;
  outline: none;
  height: 15px;
  width: 116px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #878789;
}

.staru_search::placeholder {
  color: #878789;
}

.key_header {
  padding: 26px 23px;
  background: #fff;
  height: auto;
  border: 1px solid #E7E7E7;
  border-radius: 6px;
}

.key_flex {
  display: flex;
  flex-wrap: wrap;
  width: 1501px !important;
}

.star_img_box {
  float: left;
  width: 84px;
  height: 84px;
  background: #878787;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1100);
  border-radius: 12px;
  overflow: hidden;
}

.star_ct_box {
  float: right;
  width: 160px;
  height: 84px;
}

.star_ct_name {
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #232426;
  width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.star_ct_name a {
  text-decoration: none;
  color: inherit;
}

.star_ct_p {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #484A4C;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 7px 0 15px 0;
}

.star_bottom {
  height: 26px;
  width: 160px;

}

.star_gl_link {
  float: left;
  padding: 0;
  margin: 0;
  border: none;
  width: 73px;
  height: 26px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 3px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FF4D44;
  border: 1px solid #FF4D44;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  line-height: 24px;
}

.star_gl_link a {
  text-decoration: none;
  color: inherit;
}

.star_gl_link:hover {
  background: linear-gradient(0deg, #FE4A4A, #FF6559);
  border: none;
  color: #FFFFFF;
}

.star_gl_cz {
  float: right;
  padding: 0;
  margin: 0;
  border: none;
  width: 73px;
  height: 26px;
  background: linear-gradient(180deg, #DE9349, #F5C920);
  border-radius: 3px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  cursor: pointer;
}

.star_gl_cz:hover {
  background: linear-gradient(180deg, #d89a5b, #ffdb49) !important;
}

.star_images {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  transition: all 0.6s;
}

.star_images:hover {
  transform: scale(1.2);
}

/* 底部内容 */
.star_bum_text {
  width: 1501px;
  height: auto;
  padding: 30px auto 10px auto;
}

.star_btm_p {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #424242;
  line-height: 20px;
  width: 1501px;
  text-align: center;
}

.star_btn_page {
  padding: 0;
  margin: 0;
  border: none;
  width: 118px;
  height: 38px;
  background: #FF3A3A;
  border-radius: 19px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  cursor: pointer;
  margin: 20px 691.5px 0 691.5px;
}

.star_btn_page a {
  text-decoration: none;
  color: inherit;
}

.star_btn_page:hover {
  background: #fd5252;
}

.key_center {
  width: 140px;
  height: 44px;
  line-height: 44px;
  box-sizing: border-box;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid rgba(176, 176, 176, 0.5);
  border-radius: 4px;
  font-size: 18px;
  font-family: NSimSun;
  font-weight: bold;
  color: #555555;
  margin-bottom: 12px;
  margin-right: 12px;
  cursor: pointer;
  overflow: hidden;
}

.active {
  border: 1px solid #FF7B41 !important;
  color: #FF6A06 !important;
}

.key_center:nth-of-type(8n) {
  margin-right: 0;
}

.key_center:hover {
  border: 1px solid #FF7B41 !important;
}

.key_center:hover a {
  color: #FF6A06 !important;
}

.key_center a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.box_margin {
  margin: 12px auto;
}

/* 图文、列表选项 */
.nav_header {
  padding: 26px 50px;
  background: #fff;
  /* height: auto; */
  width: 1148px;
  display: inline-block;
  border: 1px solid #E7E7E7;
  border-radius: 6px;
}

.nav_hf {
  float: left;
  margin-right: 60px;
  font-size: 22px;
  width: 88px;
  font-family: Adobe Heiti Std;
  cursor: pointer;
  font-weight: normal;
  color: #555555;
}

.nav_active {
  font-weight: bold;
  color: #363636;
  border-bottom: 5px solid #FA3F0D;
  border-radius: 3px;
}

.nav_hf:hover {
  font-weight: bold;
  color: #363636;
}

/* 图文 */
.graphic_es {
  width: 291.5px;
  height: auto;
  box-sizing: border-box;
  margin-right: 12px;
  margin-bottom: 12px;
  background: #FEFEFE;
  border: 1px solid #E7E7E7;
  border-radius: 4px;
}

.graphic_es:nth-of-type(4n) {
  margin-right: 0px;
}

.graphic_size {
  width: 100%;
  height: 133px;
  position: relative;
  overflow: hidden;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.graphic_size img {
  width: 100%;
  height: 133px;
  transition: all 0.6s;
}

.graphic_size img:hover {
  transform: scale(1.2);
}

/* 精品 */
.new_boutique {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 62px;
  height: 56px;
  background: url("../static/images/new_label.png")/*tpa=https://pk53.com/static/images/new_label.png*/;
  background-size: 100% 100%;
}

.graphic_box {
  height: 70px;
  padding: 10px;
  position: relative;
  overflow: hidden;
}

.garphic_title {
  margin: 4px 0 4px 0;
  width: auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 21px;
}

.garp_name {
  float: left;
  font-size: 16px;
  line-height: 21px;
  margin-right: 10px;
  font-family: NSimSun;
  font-weight: bold;
  color: #282828;
}

.garp_name a {
  max-width: 170px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
}

.garp_name a:hover {
  color: #FA3F0D;
}

.garp_label {
  float: left;
  width: 170px;
  font-size: 14px;
  line-height: 21px;
  font-family: NSimSun;
  font-weight: bold;
  color: #7f7f7f;
}

.garp_label a {
  text-decoration: none;
  color: inherit;
}

.garp_label a:hover {
  color: #FA3F0D;
}

.graphic_center {
  float: right;
  position: absolute;
  right: 10px;
  top: 14px;
}

.grap_left {
  float: left;
  width: auto;
  height: 16px;
  line-height: 16px;
  font-size: 14px;
  padding-top: 4px;
  font-family: DengXian;
  font-weight: bold;
  color: #A7A9AA;
}

.user_overflow {
  overflow: hidden;
  /* text-overflow: ellipsis;
    white-space: nowrap; */
}

.grap_right {
  cursor: pointer;
  float: right;
  width: 86px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: linear-gradient(0deg, #FF5302, #FF9804);
  border-radius: 4px;
  font-size: 15px;
  font-family: NSimSun;
  font-weight: bold;
  color: #FFFFFF;
}

.grap_right:hover {
  background: linear-gradient(0deg, #FF3802, #FF8004);
}

/* 自助储值 */
.self_img {
  width: 100%;
  height: 167px;
  position: relative;
  margin-top: 20px;
}

.self_img img {
  width: 100%;
  height: 100%;
}

.self_font {
  position: absolute;
  z-index: 2;
  width: 1204px;
  height: 40px;
  top: 40px;
  font-size: 37px;
  font-family: Adobe Heiti Std;
  font-weight: bold;
  /* color: #FFFFFF; */
  line-height: 40px;
  text-align: center;
  /* text-shadow: 0px 2px 3px rgba(39, 4, 4, 0.28); */
  /* background: linear-gradient(0deg, #FFCAA3 0%, #FBEDD0 50%, #FFE0BF 50%); */
  color: #ffe2cd;
  /* -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
}

.self_btn {
  position: absolute;
  top: 100px;
  left: 531.105px;
  text-align: center;
  padding: 9px 24px;
  font-size: 23px;
  font-family: NSimSun;
  font-weight: bold;
  color: #D44B42;
  background: linear-gradient(0deg, #FFCAA3, #FBEDD0, #FFE0BF);
  box-shadow: 0px 1px 4px 0px rgba(106, 6, 6, 0.43), 0px -1px 0px 0px #FA795B;
  border-radius: 30px;
  cursor: pointer;
}

.self_btn a {
  text-decoration: none;
  color: inherit;
}

.self_btn:hover {
  background: linear-gradient(0deg, #FFD8BC, #FDF2D9, #FFD8BC);
  box-shadow: 0px 1px 4px 0px rgba(106, 6, 6, 0.43), 0px -1px 0px 0px #FA795B;
}

/* 底部备注 */
.base_remind {
  text-align: center;
  font-size: 15px;
  font-family: NSimSun;
  font-weight: bold;
  color: #F4F4F4;
}

.btn_margin {
  margin: 40px auto;
}

.base_font {
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  font-family: NSimSun;
  font-weight: 400;
  color: #CBCBCB;
}

.base_font a {
  text-decoration: none;
  color: inherit;
}

/* 游戏介绍栏 */
.introduce_left {
  float: left;
  width: 1200px;
  min-height: 776px;
  background: #FFFFFF;
  border: 1px solid #E7E7E7;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
}

.introduce_top {
  padding: 30px;
  height: auto;
}

.intr_header {
  padding: 10px 0;
  height: 42px;
  border-bottom: 1px solid #E2E2E2;
}

.intr_name {
  float: left;
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #343434;
}

.intr_btn {
  float: right;
}

.intr_one {
  float: left;
  margin-right: 10px;
  /* padding: 10px 14px; */
  width: 90px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  border: 1px solid #FC474B;
  border-radius: 4px;
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FC474B;
  cursor: pointer;
}

.intr_coin {
  float: left;
  margin-right: 10px;
  padding: 10px 14px;
  border-radius: 4px;
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(0deg, #FE3E4B, #FF525A);
}

.intr_one a,
.intr_two a,
.intr_three a,
.intr_four a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.intr_one:hover {
  background: linear-gradient(0deg, #FE3E4B, #FF525A);
}

.intr_one:hover a {
  color: #FFFFFF !important;
}

.intr_two:hover {
  background: linear-gradient(0deg, #3987FB, #2FABFF);
}

.intr_three:hover {
  background: linear-gradient(0deg, #FF661E, #FFA626);
}

.intr_four:hover {
  background: linear-gradient(0deg, #01B842, #00E772);
}

.intr_two {
  float: left;
  margin-right: 10px;
  width: 90px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  background: linear-gradient(0deg, #2D7EF8, #17A0FD);
  border-radius: 4px;
  cursor: pointer;
}

.intr_three {
  float: left;
  width: 90px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin-right: 10px;
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  background: linear-gradient(0deg, #FF5302, #FF9804);
  border-radius: 4px;
}

.intr_four {
  float: left;
  width: 103px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  background: linear-gradient(0deg, #00AB3C, #01DD6E);
  border-radius: 4px;
}

.intr_img {
  margin: 30px 0;
  width: 100%;
  height: 560px;
}

.intr_img img {
  width: 100%;
  height: 100%;
}

.game_box {
  padding: 0 0 20px 0;
  height: 25px;
  border-bottom: 1px solid #E2E2E2;
}

.game_vertical {
  float: left;
  width: 5px;
  height: 25px;
  background: linear-gradient(0deg, #FA5B0D, #FF8C11);
  border-radius: 3px;
  margin-right: 10px;
}

.game_font {
  float: left;
  font-size: 20px;
  line-height: 25px;
  font-family: Adobe Heiti Std;
  font-weight: bold;
  color: #363636;
}

.game_centent {
  width: 100%;
  height: auto;
  margin: 20px 0 10px 0;
  background: #F8FAFB;
  border-radius: 4px;
}

.game_cet_padding {
  padding: 20px;
  display: inline-block;
  font-size: 17px;
  font-family: NSimSun;
  font-weight: 400;
  color: #4A4A4B;
}

.key_flex_es {
  display: flex;
  flex-wrap: wrap;
}

.score {
  width: 281px;
  ;
  height: 74px;
  margin-right: 5px;
  background: #F8FAFB;
  border-radius: 4px;
}

.score:nth-of-type(4n) {
  margin-right: 0;
}

.score_title {
  margin-top: 17px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-family: NSimSun;
  font-weight: bold;
  color: #565656;
}

.score_top {
  margin-top: 10px;
}

.score_num {
  width: 100%;
  margin-top: 9px;
  text-align: center;
  font-size: 19px;
  font-family: NSimSun;
  font-weight: bold;
  color: #909090;
}

/* 右侧排行榜 */
.introduce_right {
  float: right;
  width: 328px;
  height: 952px;
  min-height: 776px;
  background: #FFFFFF;
  border: 1px solid #E7E7E7;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
}

.intr_right_box {
  padding: 20px;
  height: auto;
}

.intr_right_box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ranking_box {
  padding: 12px 0;
  height: 44px;
  border-bottom: 1px solid #E2E2E2;
}

.rank_img {
  float: left;
  margin-right: 17px;
  width: 44px;
  height: 44px;
}

.rank_img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.rank_font {
  float: left;
  line-height: 44px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #363636;
}

.rank_num {
  float: right;
  width: 20px;
  height: 20px;
  margin-top: 10px;
  border-radius: 3px;
  font-size: 14px;
  font-family: Adobe Heiti Std;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 20px;
  text-align: center;
}

#cad li .rank_num {
  background: linear-gradient(0deg, #FA1D0D, #FF5A12);
}

#cad li+li .rank_num {
  background: linear-gradient(0deg, #FF2703, #FF9804);
}

#cad li+li+li .rank_num {
  background: linear-gradient(0deg, #FF6803, #FFB21C);
}

#cad li+li+li+li .rank_num {
  background: linear-gradient(0deg, #8E9AAC, #ACB4BB);
}

.btn_background {
  width: 100%;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.08);
  border-top: 1px solid #E7E7E7;
  height: 126px;
  background: #fff;
}

.btn_margin_es {
  padding: 40px 0;
}

/* 登录 */
.login_box {
  width: 420px;
  height: 429px;
  /* margin: 40px auto 100px auto; */
  margin: auto;
  background: #FFFFFF;
  box-shadow: 0px 4px 7px 0px rgba(47, 47, 47, 0.15);
  border-radius: 8px;
}

.login_name {
  width: 100%;
  padding: 30px 0 24px 0;
  border-bottom: 1px solid #F3F3F3;
  text-align: center;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FB4742;
  background: linear-gradient(0deg, #FB570A 0.3662109375%, #FF8D04 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.login_input {
  width: 348px;
  margin: 44px auto 60px auto;
  border: 1px solid #EAEAEA;
  border-radius: 4px;
}

.login_size {
  width: 100%;
  height: 53px;
}

.login_size:nth-of-type(1) {
  border-bottom: 1px solid #EAEAEA;
}

.login_icon {
  float: left;
  width: 21px;
  margin: 16.5px 10px 0 19px;
  height: 20px;
  background: url("../static/images/Telephone.png")/*tpa=https://pk53.com/static/images/Telephone.png*/;
  background-size: 100% 100%;
}

.login_icons {
  float: left;
  width: 21px;
  margin: 13px 10px 0 19px;
  height: 20px;
  background: url("../static/images/Telephone.png")/*tpa=https://pk53.com/static/images/Telephone.png*/;
  background-size: 100% 100%;
}

.login_security {
  float: left;
  width: 16px;
  height: 20px;
  margin: 14px 14px 0 22px;
  background: url("../static/images/iconValidation.png")/*tpa=https://pk53.com/static/images/iconValidation.png*/;
  background-size: 100% 100%;
}

.pass_icon {
  float: left;
  width: 21px;
  margin: 16.5px 10px 0 19px;
  height: 20px;
  background: url("../static/images/lock.png")/*tpa=https://pk53.com/static/images/lock.png*/;
  background-size: 100% 100%;
}

.pass_icons {
  float: left;
  width: 21px;
  margin: 13px 10px 0 19px;
  height: 20px;
  background: url("../static/images/lock.png")/*tpa=https://pk53.com/static/images/lock.png*/;
  background-size: 100% 100%;
}

.login_size input {
  float: left;
  border: none;
  background: none;
  outline: none;
  width: 294px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 51px;
}

.login_size input::placeholder {
  color: #B3B3B3;
}

.login_btn {
  width: 348px;
  height: 50px;
  margin: 0 auto 23px auto;
}

.login_btns {
  width: 348px;
  height: 48px;
  border: none;
  padding: 0;
  line-height: 48px;
  text-align: center;
  margin: 20px 36px 10px 36px;
  background: linear-gradient(0deg, #FB570A, #FF8D04);
  box-shadow: 0px 8px 13px 0px rgba(242, 66, 5, 0.25);
  border-radius: 6px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  cursor: pointer;
  text-shadow: 0px 1px 1px rgba(246, 58, 58, 0.76);
}

.login_btn_left {
  float: left;
  border: none;
  padding: 0;
  width: 164px;
  height: 50px;
  text-align: center;
  line-height: 48px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  cursor: pointer;
  background: linear-gradient(0deg, #FB570A, #FF8D04);
  box-shadow: 0px 8px 13px 0px rgba(242, 66, 5, 0.25);
  border-radius: 6px;
}

.login_btn_left a {
  text-decoration: none;
  color: inherit;
}

.login_btn_right {
  float: right;
  width: 164px;
  text-align: center;
  line-height: 48px;
  height: 48px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FF7E00;
  border: 1px solid #FF7E00;
  border-radius: 6px;
}

.login_btn_right a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.login_note {
  width: 358px;
  text-align: center;
  margin: auto;
  padding: 20px 0;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #9A9A9A;
}

.login_note a {
  color: #FF813D;
  text-decoration: none;
}

/* 注册 */
.registered-heads {
  position: relative;
  margin: auto;
  padding-top: 360px;
  padding-bottom: 60px;
}

.registered_box {
  width: 420px;
  height: auto;
  margin: auto;
  background: #FFFFFF;
  box-shadow: 0px 4px 7px 0px rgba(47, 47, 47, 0.15);
  border-radius: 8px;
}

.fadeInDown {
  animation-name: fadeInDown;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.register_top {
  margin-top: 30px;
}

.register_input {
  width: 348px;
  height: 46px;
  margin: auto;
  margin-bottom: 18px;
  border: 1px solid #EAEAEA;
  border-radius: 4px;
}

.register_inputs {
  width: 348px;
  height: 46px;
  margin: auto;
  margin-bottom: 18px;
  border: 1px solid #EAEAEA;
  border-radius: 4px;
}

.register_inputs input {
  float: left;
  border: none;
  background: none;
  outline: none;
  background: #fff;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  width: 150px;
  line-height: 44px;
}

.register_inputs input::placeholder {
  color: #B3B3B3;
}

.register_icon {
  float: left;
  width: 15px;
  height: 18px;
  background: url("../static/images/iconmy.png")/*tpa=https://pk53.com/static/images/iconmy.png*/;
  background-size: 100% 100%;
  margin: 14px 14px 0 22px;
}

.register_input input {
  float: left;
  border: none;
  outline: none;
  background: #fff !important;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  width: 293px;
  line-height: 44px;
}

.register_input input::placeholder {
  color: #B3B3B3;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

.register_code_num {
  border: 0 none;
  background: #fff;
  outline: none;
  cursor: pointer;
  position: relative;
  float: right;
  padding: 0 20px;
  height: 46px;
  line-height: 46px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FF813D;
}

.register_code_num::after {
  width: 1px;
  height: 17px;
  background: #efefef;
  position: absolute;
  left: 0;
  top: 13.5px;
  content: '';
}

.login_have {

  height: 21px;
  font-size: 14px;
  font-family: Microsoft YaHei;
}

.login_nav {
  float: right;
  margin-right: 36px;
  text-decoration: none;
  color: #fdaa7d;
}

.login_nav:hover {
  color: #FF813D;
}

/* 游戏攻略 */
.box_margin_buttom {
  margin-bottom: 12px;
}

.game_h1 {
  text-align: center;
  margin-bottom: 30px;
}

.game_strategy {
  width: 200px;
  box-sizing: border-box;
  margin: 7px 7px;
  /* margin-bottom: 14px; */
  height: 58px;
  line-height: 58px;
  text-align: center;
  border: 1px solid rgba(176, 176, 176, 0.5);
  border-radius: 4px;
  font-size: 16px;
  font-family: NSimSun;
  font-weight: bold;
  color: #555555;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
}

.game_strategy a {
  text-decoration: none;
  color: inherit;
}

.game_strategy:hover {
  border: 1px solid #FF7B41 !important;
  color: #FF6A06 !important;
}

/* .game_strategy:nth-of-type(6n) {
  margin-right: 0;
} */

/*  */
.growth_centent {
  display: flex;
  justify-content: center;
}

/* 微信二维码登录 */
.weChat_bg,
.success_Vip,
.gitf_popup,
.yuanxiao-hd,
.bg-notice-box {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  background: rgba(0, 0, 0, 0.7);
}

.binding_Phone {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.7);
}

.weChat_bges {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  background: rgba(0, 0, 0, 0.7);
}

.success_box {
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  bottom: 0;
  right: 0;
  z-index: 1000;
  overflow: hidden;
  width: 458px;
  height: 328px;
  /* background: #FFFFFF; */
  background: url("../static/images/new/bg2.png")/*tpa=https://pk53.com/static/images/new/bg2.png*/ no-repeat;
  background-size: 100% 100%;
  border-radius: 10px;
}

.bg-notice-pad {
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  bottom: 0;
  right: 0;
  z-index: 1000;
  width: 871px;
  height: 524px;
  background: url("../static/images/new/tz1.png")/*tpa=https://pk53.com/static/images/new/tz1.png*/ no-repeat;
  background-size: 100% 100%;
}
.bg-notice-icon{
  position: absolute;
  top: -10px;
  right: 0px;
  width: 22px;
  height: 22px;
  background: url("../static/images/new/iconclose1.png")/*tpa=https://pk53.com/static/images/new/iconclose1.png*/;
  background-size: 100% 100%;
  cursor: pointer;
}
.binding-boxs {
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  bottom: 0;
  right: 0;
  z-index: 1000;
  overflow: hidden;
  width: 458px;
  height: 368px;
  background: #FFFFFF;
  border-radius: 10px;
}

.binding-boxs1 {
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  bottom: 0;
  right: 0;
  z-index: 1002;
  overflow: hidden;
  width: 458px;
  height: 368px;
  background: #FFFFFF;
  border-radius: 10px;
}

.gitf_boxs {
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  bottom: 0;
  right: 0;
  z-index: 1000;
  overflow: hidden;
  width: 498px;
  height: 500px;
  /* background: #FFFFFF; */
  background: url("../static/images/new/bg3.png")/*tpa=https://pk53.com/static/images/new/bg3.png*/ no-repeat;
  background-size: 100% 100%;
  border-radius: 10px;
}

.gitf_icon {
  position: absolute;
  top: 15px;
  right: 13px;
  width: 12px;
  height: 12px;
  background: url("../static/images/new/iconclose.png")/*tpa=https://pk53.com/static/images/new/iconclose.png*/;
  background-size: 100% 100%;
  cursor: pointer;
}

.gitf_top_img {
  width: 100%;
  height: 108px;
  background: url("../static/images/new/bg.png")/*tpa=https://pk53.com/static/images/new/bg.png*/;
  background-size: 100% 100%;

}

.gitf_top_tt {
  position: absolute;
  top: 40px;
  width: 438px;
  height: auto;
  margin: 0 30px;

}

.gitf_top_tt h1 {
  width: 438px;
  text-align: center;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #2F2F2F;
}

.gitf_top_tt p {
  margin: 60px 0 17px 0;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 600;
  color: #474747;
}

.gitf_input {
  width: 412px;
  height: 40px;
  padding: 0 12px;
  background: #FFFFFF;
  border: 1px solid #000000;
  border-radius: 4px;
  outline: none;
}

.gift_prompt {
  width: 412px;
  height: auto;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.26);
  border-radius: 4px;
  padding: 12px;
  margin-top: 29px;
}

.gift_ts {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 600;
  color: #474747;
  margin-bottom: 10px;
}

.gift_prompt p {
  margin: 0;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #222222;
  line-height: 21px;
  margin-bottom: 10px;
}

.gitf_button {
  width: 436px;
  margin: 0;
  padding: 0;
  border: 0;
  height: 58px;
  line-height: 58px;
  text-align: center;
  cursor: pointer;
  background: linear-gradient(0deg, #EEB953, #DE9349);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.41);
  border: 1px solid rgba(0, 0, 0, 0.88);
  border-radius: 29px;
  margin-top: 39px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
}

.gitf_button:hover {
  background: linear-gradient(0deg, #FACC5F, #E4A24C);
}


.success_icon {
  position: absolute;
  top: 15px;
  right: 17px;
  width: 12px;
  height: 12px;
  background: url("../static/images/new/iconclose.png")/*tpa=https://pk53.com/static/images/new/iconclose.png*/;
  background-size: 100% 100%;
  cursor: pointer;
}

.su_title {
  margin-top: 45px;
  width: 100%;
  text-align: center;
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #2F2F2F;
}

.su_title1 {
  margin-top: 30px;
  width: 100%;
  text-align: center;
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #2F2F2F;
}

.su_note {
  margin: 120px auto 40px auto;
  padding: 22px 16px;
  text-align: center;
  width: 350px;
  height: 23px;
  line-height: 23px;
  background: #FFFFFF;
  border-radius: 4px;
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #222222;
}

.su_note span {
  color: #CC3535;
}

.look_btn {
  margin: 0 auto;
  padding: 0;
  border: 0;
  width: 398px;
  height: 63px;
  background: linear-gradient(0deg, #EEB953, #DE9349);
  box-shadow: 0px 5px 8px 0px rgba(99, 71, 160, 0.24);
  border: 1px solid rgba(0, 0, 0, 0.88);
  border-radius: 32px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  line-height: 63px;
  text-align: center;
  cursor: pointer;
}

.look_btn a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.look_btn:hover {
  background: linear-gradient(0deg, #FACC5F, #E4A24C);
}

.wechat_box {
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  bottom: 0;
  right: 0;
  z-index: 1000;
  /* overflow: hidden; */
  width: 392px;
  height: 480px;
  background: url("../static/images/bg1.png")/*tpa=https://pk53.com/static/images/bg1.png*/;
  background-size: 100% 100%;
}

.wechat-header {
  position: absolute;
  right: 3px;
  top: 5px;
  height: 38px;
  width: 125px;
  background: url("../static/images/new/bgsubscript.png")/*tpa=https://pk53.com/static/images/new/bgsubscript.png*/;
  background-size: 100% 100%;
  cursor: pointer;
}

.wechat-tp-cut {
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wechat-tp-icon {
  width: 18px;
  height: 18px;
  background: url("../static/images/new/iconsj.png")/*tpa=https://pk53.com/static/images/new/iconsj.png*/;
  background-size: 100% 100%;
}

.wechat-tp-icon1 {
  width: 18px;
  height: 18px;
  background: url("../static/images/new/iconsm.png")/*tpa=https://pk53.com/static/images/new/iconsm.png*/;
  background-size: 100% 100%;
}

.wechat-out-text {
  font-size: 17px;
  color: #000000;
  font-weight: bold;
  margin-left: 4px;
}

.Phonelogin-box {
  width: 282px;
  height: 282px;
  box-sizing: border-box;
  background: #FFFFFF;
  border: 1px solid rgba(26, 26, 26, 0.28);
  border-radius: 5px;
}

.phonelogin-pad {
  padding: 0 28px;
  width: 226px;
  height: auto;
  display: inline-block;
}

.phonelogin-h1 {
  width: 100%;
  font-size: 18px;
  text-align: center;
  color: #0D0D0D;
  font-weight: bold;
  margin: 32px 0 23px 0;
}

.phonelogin-input {
  width: 100%;
  box-sizing: border-box;
  height: 38px;
  padding: 0 16px;
  border-radius: 2px;
  background: rgba(28, 28, 28, 0);
  line-height: 38px;
  border: 1px solid #D6D6D6;
  font-size: 15px;
  color: #000;
  margin-bottom: 19px;
  outline: none;
}

.phonelogin-code {
  width: 100%;
  box-sizing: border-box;
  height: 38px;
  border-radius: 2px;
  background: rgba(28, 28, 28, 0);
  line-height: 38px;
  border: 1px solid #D6D6D6;

}

.phonelogin-input::placeholder {
  color: #686868;
}

.gzh-maintenance {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 20px;
}

.gzh-box-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.gzh-box-flex h2 {
  font-size: 20px;
  font-weight: 500;
  color: #121212;
  padding: 9px 0 13px 0;
  text-align: center;
}

.gzh-box-flex p {
  font-size: 16px;
  color: #818181;
  text-align: center;
}

.maintenance-img {
  display: block;
  width: 178px;
  height: 134px;
  margin: 25px auto 0 auto;

}

.phonelogin-yz {
  float: left;
  width: 92px;
  height: 36px;
  border: 0;
  line-height: 36px;
  font-size: 15px;
  color: #000;
  padding: 0 16px;
  outline: none;
}

.phonelogin-yz::placeholder {
  color: #686868;
}

.phonelogin-button {
  margin-top: 33px;
  cursor: pointer;
  width: 100%;
  height: 38px;
  font-size: 15px;
  color: #FFFFFF;
  background: #282828;
  border: 1px solid #D6D6D6;
  border-radius: 2px;
}

.phonelogin-btn {
  position: relative;
  float: right;
  width: 95px;
  height: 36px;
  border: 0;
  line-height: 36px;
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 13px;
  color: #686868;
  background: #fff;
  cursor: pointer;
}

.phonelogin-btn::after {
  position: absolute;
  content: '';
  top: 9px;
  left: -1px;
  width: 1px;
  height: 19px;
  background: #D6D6D6;
}

.wechat_close {
  position: absolute;
  z-index: 1001;
  top: -40px;
  right: -40px;
  width: 22px;
  height: 22px;
  cursor: pointer;
  background: url("../static/images/new/iconclose1.png")/*tpa=https://pk53.com/static/images/new/iconclose1.png*/;
  background-size: 100% 100%;
}

.wechat_size {
  margin: 140px auto 0 auto;
  width: 282px;
  height: 282px;
  /* background: #FFFFFF;
  border: 1px solid rgba(191, 34, 17, 0.4); */
  border-radius: 5px;
}

.wechat_img {
  width: 100%;
  height: 100%;
}

.wechat_img img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

/* 公告记录 */
.box_notice {
  height: 46px;
  width: 100%;
  border-bottom: 2px solid #FF791E;
  display: flex;
  flex-direction: row;
}

.notice_icon {
  width: 25px;
  height: 24px;
  background: url("../static/images/trumpet2.png")/*tpa=https://pk53.com/static/images/trumpet2.png*/;
  margin-right: 12px;
  background-size: 100% 100%;
}

.agelimeit_icon {
  width: 25px;
  height: 24px;
  margin-top: 2px;
  background: url("../static/images/new/trumpet2.png")/*tpa=https://pk53.com/static/images/new/trumpet2.png*/ no-repeat;
  margin-right: 12px;
  background-size: 100% 100%;
}

.box_notice span {
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}

.notice_center {
  display: flex;
  flex-wrap: wrap;
}

.notice_new {
  width: 726px;
  padding: 30px 0;
  margin-right: 40px;
  box-sizing: border-box;
  border-bottom: 1px solid #F4F4F4;
}

.notice_new a {
  text-decoration: none;
}


.notice_new:nth-of-type(2n) {
  margin-right: 0;
}

.notice_top {
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.notice_left {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.notice_color {
  width: 3px;
  height: 21px;
  margin-right: 8px;
  background: #FF791E;
}

.notice_label {
  width: 27px;
  height: 18px;
  margin-left: 8px;
  background: url("../static/images/NEW.png")/*tpa=https://pk53.com/static/images/NEW.png*/;
  background-size: 100% 100%;
}

.notice_font {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #323232;
}

.notice_font:hover {
  color: red;
}

.notice_time {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  opacity: 0.5;
}

.notice_describe {
  padding: 16px 0 0px 0;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #7E7E7E;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.notice_details {
  width: 100%;
  margin: 20px auto;
  height: auto;
  text-align: center;
  margin-bottom: 5px;
  border-bottom: 1px dotted #cecece;
}

.details_title {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #A0A0A0;
  padding-bottom: 10px;
}

.details_content {
  width: 1202px;
  height: auto;
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #444444;
}

/* .details_content p {
  width: 1202px;
  text-indent: 2em;
  line-height: 30px;
} */

.details_content p img {
  position: relative;
  border: 0;
  vertical-align: middle;
  max-width: 900px;
}

.details_statement {
  padding: 24px 0 0 0;
}

.statement_icon {
  float: left;
  margin-right: 10px;
  margin-top: 1.5px;
  width: 18px;
  height: 16px;
  background: url("../static/images/laba.png")/*tpa=https://pk53.com/static/images/laba.png*/;
  background-size: 100% 100%;
}

.statement_font {
  /* font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(68, 68, 68, 0.6); */
}

/* 会员 */
.broadside_vip {
  position: fixed;
  z-index: 10;
  right: 50%;
  top: 340px;
  width: 66px;
  margin-right: 892px;
}

.broadside_img {
  cursor: pointer;
  width: 184px;
  height: 320px;
  background: url("../static/images/vip_haibao1.png")/*tpa=https://pk53.com/static/images/vip_haibao1.png*/;
  background-size: 100% 100%;
}

/* 活动 */
.activity_box {
  position: fixed;
  z-index: 10;
  right: 50%;
  top: 355px;
  width: 66px;
  margin-right: -858px;
}

.activity_img {
  /* cursor: pointer; */
  width: auto;
  height: auto;
}

.activity_img a {
  display: block;
  width: 100%;
  height: 100%;
}

.activity_imges {
  width: 100%;
  height: 100%;
}

@media (max-width: 750px) {
  #wiki-boxs {
    width: 750px;
    margin: auto;
  }
}

@media (min-width: 1580px) {
  #wiki-boxs {
    width: 1547px;
  }
}

.switch-box-lg {
  float: left;
  margin-top: 4px;
  position: relative;
}

.switch-button {
  width: 60px;
  height: 20px;
  border-radius: 20px;
  position: relative;
  appearance: none;
  background-color: #535353;
  outline: none;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
  transition: .5s;
  cursor: pointer;
}

.switch-button:checked {
  background-color: #535353;
}

.switch-button::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: -1px;
  left: 0;
  background-color: #fff;
  border: 1px solid #000000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
  transition: .5s;
}

.switch-button:checked:before {
  left: 40px;
}

.switch-active {
  position: absolute;
  top: 0px;
  right: 10px;
  display: block;
  font-size: 12px;
  color: #EBEBEB;
  line-height: 20px;
  pointer-events: none;

}

.switch-active1 {
  position: absolute;
  top: 0px;
  left: 10px;
  display: block;
  font-size: 12px;
  color: #EBEBEB;
  line-height: 20px;
  pointer-events: none;
}

.switch-animate {
  position: relative;
  top: 0px;
  right: -240px;
  width: 30px;
  height: 30px;
  display: inline-block;
  background: url("../static/images/new/libao.png")/*tpa=https://pk53.com/static/images/new/libao.png*/ no-repeat;
  transition: .5s;
}

.switch-animate:hover {
  transition: .5s;
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);

}

.nav-kb {
  position: relative;
  width: 99px !important;
  height: 25px !important;
  margin-top: 14px !important;
  cursor: pointer;
}

.nav-pkb {
  position: relative;
  width: 99px !important;
  height: 25px !important;
  overflow: hidden;
  background: url("../static/images/new/pkb.png")/*tpa=https://pk53.com/static/images/new/pkb.png*/ no-repeat;
  background-size: 100% 100%;
