.sion_background {
  background: #fff;
  padding-bottom: 20px;
}

.hot_tool {
  margin-top: 15px;
  width: 100%;
  min-width: 1200px;
  height: 160px;
  background: url(/assets/img/kaifu.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}



/* 版本大全表单 */
.sion_table {
  table-layout: fixed;
  border-spacing: 0;
  border-top: 1px solid #C57777;
  border-right: 1px solid #C57777;
  border-left: 1px solid #C57777;
}

.sion_one {
  background: #D92F2A;
  height: 47px;

}

.sion_two {
  background: #FFF9AF;
  height: 40px;
}

.sion_two:hover {
  background: #ffff00;
}

.sion_ordinary {
  background: #FFFEF1;
  height: 40px;
}

.sion_ordinary:hover {
  background: #FFF9AF;
}

.sion_one td {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  border-right: 1px solid #C57777;
  border-bottom: 1px solid #C57777;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sion_one td:last-child {
  border-right: none;
}

.sion_two td {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #2B2B2B;
  border-right: 1px solid #C57777;
  border-bottom: 1px solid #C57777;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.sion_two td:last-child {
  border-right: none;
}

.sion_ordinary td {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #2B2B2B;
  border-right: 1px solid #C57777;
  border-bottom: 1px solid #C57777;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.sion_ordinary td:last-child {
  border-right: none;
}

.boutique {
  width: 58px;
  height: 24px;
  position: relative;
  background: url(/assets/img/jinping.png);
  background-size: 100% 100%;
  color: #FFFFFF;
  line-height: 24px;
  text-align: center;
}

.service_name {
  overflow: hidden;
}

.service_name a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #2B2B2B;
}

.service_name a:hover {
  color: red;
}

.hongbao_icon {
  float: left;
  width: 18px;
  height: 21px;
  background: url(/assets/img/honbao_1.png);
  background-size: 100% 100%;
  animation: mymove .3s infinite;
  -webkit-animation: mymove .3s infinite;
  position: relative;
}

@keyframes mymove {
  from {
    top: 4px;
  }

  to {
    top: 0px;
  }
}

@-webkit-keyframes mymove {
  from {
    top: 0px;
  }

  to {
    top: 4px;
  }
}

.hongbao_icon a {
  display: block;
  width: 100%;
  height: 100%;
}

.hongbao_icon:hover {
  animation: none;
  -webkit-animation: none;
  cursor: pointer;
  width: 18px;
  height: 21px;
  background: url(/assets/img/hongbao.png);
  background-size: 100% 100%;
}

.examine {
  padding-left: 4px;
  float: right;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;

}

.examine a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #FF5307;
}

.examine a:hover {
  text-decoration: underline;
  color: red;
}

/* 弹窗 */
.pack_interface {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9998;
  background: rgba(0, 0, 0, 0.7);
}

.packet_box {
  margin: auto;
  position: absolute;
  z-index: 999;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 421px;
  height: 250px;
  background: #FFFFFF;
  border-radius: 8px;
}

.sweet_hint_title {
  width: 100%;
  height: 22px;
  margin: 26px 0 19px 0;
}

.sweet_hint_icon {
  width: 22px;
  height: 22px;
  background: url(/assets/img/tishi.png);
  background-size: 100% 100%;
  margin-right: 4px;
}

.sweet_hint_font {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #4C4B4B;
  line-height: 22px;
}

.sweet_text_content {
  margin: auto;
  width: 355px;
  height: 80px;
  background: #F4F4F4;
  border-radius: 8px;
}

.sweet_text_font {
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #8B8A8A;
  height: 80px;
  line-height: 80px;
  text-align: center;
}

.sweet_text_font span {
  color: #DA2E29;
}

.sweet_btn_confirm {
  width: 345px;
  height: 44px;
  margin: auto;
  margin-top: 29px;
}

.sweet_confirm_affirm {
  width: 156px;
  height: 44px;
  background: #DA2E29;
  border: 1px solid #DA2E29;
  border-radius: 4px;
  color: #fff;
}

.sweet_font_btn {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 44px;
  text-align: center;
}

.sweet_confirm_cancel {
  width: 156px;
  height: 44px;
  background: #fff;
  border: 1px solid #C9C9C9;
  border-radius: 4px;
  color: #3D3D3D;
}

.sweet_confirm_affirm:hover {
  cursor: pointer;
  background: #ef2721;
}

.sweet_confirm_cancel:hover {
  cursor: pointer;
  border: 1px solid #DA2E29;
  color: #DA2E29;
}

.game_name_huo {
  float: left;
  margin-left: 4px;
  width: 22px;
  height: 14px;
}

.game_name_huo img {
  width: 100%;
  height: 100%;
}

.service_name_es {
  width: 100%;
}

.service_name_es a {
  float: left;
  text-decoration: none;
  color: #2B2B2B;
}

.service_name_es a:hover {
  color: red;
}

.td_active {
  margin-left: 4px;
  color: #FF5307;
  font-weight: bold;
}

/* 
 */
 .sion_background {
  background: #fff;
  padding-bottom: 20px;
}

.hot_tool {
  margin-top: 15px;
  width: 100%;
  height: 160px;
  background: url(/assets/img/kaifu.png);
  background-size: 100% 100%;
}

.sion_header {
  width: 100%;
  height: 84px;
  padding: 10px 0 20px 0;
  border-bottom: 1px solid #EEEEEE;
}

.sion_font {
  padding-top: 4px;
  float: left;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #DA2E29;
}

.sion_label {
  float: right;
  width: 1060px;
}

.sion_right_label {
  position: relative;
  float: left;
  width: calc(calc(100% / 12) - 10px);
  height: 33px;
  border: 1px solid #DA2E29;
  margin: 5px;
  box-sizing: border-box;
  border-radius: 3px;
  line-height: 33px;
  text-align: center;
}

.sion_right_label a:hover {
  width: 100%;
  height: 33px;
  background: #DA2E29;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}


#sion:after {
  content: '';
  flex: auto;
  width: 100%;
  /* width: 71.98px; */
}

.sion_right_label a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #DA2E29;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 500;
}

/* 移动关键词显示对应浮动框 */
.banben_hover {
  display: none;
  position: absolute;
  z-index: 9998;
  top: 34px;
  left: -160px;
  /* right: px;
  top: px; */
  /* max-width: 400px; */
  background: #FFFFFF;
  border: 1px solid #E7E7E7;
  border-radius: 4px;
}

.banben_hover_padding {
  padding: 15px 12px;
  width: 335px;
  height: auto;
  font-size: 14px;
  font-family: Microsoft YaHei;
  color: #555555;
}

.banben_hover_padding span {
  color: #DA2E29;
  font-weight: bold;
}

.sion_right_label:hover .banben_hover {
  display: block;
  cursor: pointer;
  text-align: left;
}

.banben_hover:hover {
  display: block;
}

.banben_hover::after {
  position: absolute;
  top: -7px;
  left: 190px;
  width: 10px;
  height: 10px;
  z-index: 9999;
  content: "";
  background: #fff;
  border-top: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/* 切换样式 */
.banben_switch {
  padding: 20px 0;
  width: 1160px;
  display: inline-block;
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #303030;
}
.banben_switch_es{
  padding: 16px 0 10px 0;
  width: 1160px;
  display: inline-block;
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #303030;
}
.left_name_su{
  height: 18px;
  width: 4px;
  background-color: #DA2E29;
  margin-top: 8px;
  margin-right: 8px;
}
.banben_switch_right {
  margin-right: 20px;
  line-height: 35px;
  font-size: 18px;
  font-weight: bold;
}

.banben_graphic {
  padding: 6.4px 22px;
  background: #FFFFFF;
  border: 1px solid #D4D4D4;
  border-radius: 3px;
  margin-right: 14px;

}

.banben_graphic:hover {
  cursor: pointer;
  border: 1px solid #DA2E29 !important;
  color: #DA2E29 !important;
}

.banben_active {
  border: 1px solid #DA2E29 !important;
  color: #DA2E29 !important;
}


/* 版本大全图文 */
.banben_after {
  width: 1160px;
  height: auto;
}

/* .banben_after::after {
  content: '';
  width: calc(calc(100% / 4) - 10px);
} */

.banben_box {
  width: 282px;
  height: auto;
  box-sizing: border-box;
  margin-right: 10.6px;
  margin-bottom: 12px;
  background: #F6F6F6;
  border: 1px solid #E8E8E8;
  border-radius: 2px;
}

.banben_box:nth-of-type(4n) {
  margin-right: 0;
}

.banben_graphic_img {
  width: 100%;
  height: 142px;
  overflow: hidden;
}

.banben_graphic_img a img {
  width: 100%;
  height: 100%;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  transition: all 0.6s;
  object-fit: cover;
}

.banben_graphic_img a img:hover {
  transform: scale(1.2);
}

.banben_graphic_center {
  height: auto;
  width: 260px;
  display: inline-block;
  padding: 10px;
}

.graphic_title {
  height: 20px;
}

.grap_name {
  float: left;
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #303030;
  margin-right: 10px;
}

.grap_name a:hover {
  color: #DA2E29;
}

.grap_name a {
  text-decoration: none;
  color: inherit;
}

.garp_label {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #7F7F7F;
  height: 20px;
  line-height: 20px;
}

.garp_label a {
  text-decoration: none;
  color: inherit;
  padding: 0 2px;
}

.garp_label a:hover {
  color: red;
}

.graphic_base {}

.grap_base_left {
  float: left;
  width: 187px;
  margin-top: 10px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #7F7F7F;
}

.grap_buttom_right {
  float: right;
  width: 66px;
  height: 26px;
  background: #DA2E29;
  border-radius: 3px;
  line-height: 26px;
  text-align: center;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #FFFFFF;
}

.grap_buttom_right:hover {
  background: #f93630;
}

.grap_buttom_right a {
  text-decoration: none;
  color: inherit;
}
/* 头部图片 */
.sion_top_game{
  width: 1160px;
  height: 109px;
  background: url(/assets/img/new/1.png);
  background-size: 100% 100%;
  margin-bottom: 10px;
}
.sion_top_game a{
  display: block;
  width: 100%;
  height: 100%;
}