/* div, */
p {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
.jqqd_img {
  display: none;
  position: absolute;
  top: -25px;
  /* left: 300px; */
}
.jqqd_img_active {
  display: block;
}

.wrap {
  width: 1200px;
  margin: 0 auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.hot_game_tab {
  margin-top: 12px;
}
.hot_game_tab > div {
  position: relative;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #666666;
  margin-right: 50px;
  cursor: pointer;
}
.hot_game_tab > div.active {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #292929;
}
.hot_game_tab > div.active::after {
  position: absolute;
  content: "";
  display: block;
  width: 66px;
  height: 2px;
  background-color: #fcb326;
  border-radius: 1px;
  left: 50%;
  margin-left: -33px;
  bottom: -7px;
}
/* 交易加油站 */
.jyz {
  height: 276px;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.jyz .hot_comms_tit {
  padding-left: 30px;
  padding-top: 30px;
  margin-bottom: 30px;
}
.jyz .hot_comms_tit img {
  margin-right: 60px;
}
.jyz-tab {
  position: relative;
}
.jyz-tab-cont-wrap {
  width: 1092px;
  height: 126px;
  overflow: hidden;
  margin-left: 36px;
}
.jyz-tab-list {
  transition: 0.6s all ease;
}
.jyz-btn-l,
.jyz-btn-r {
  width: 36px;
  cursor: pointer;
}
.jyz-btn-l.jyz-disable,
.jyz-btn-r.jyz-disable {
  opacity: 0;
  cursor: initial;
}
.jyz-list-item {
  width: 324px;
  height: 126px;
  border-radius: 15px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  box-sizing: border-box;
  padding-top: 13px;
  padding-left: 20px;
  margin-right: 40px;
}
.jyz-list-item:last-child {
  margin-right: 0;
}
.jyz-list-item img {
  margin-right: 17px;
}
.jyz-list-item .list-item-r {
}
.jyz-list-item .list-item-r p {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: rgba(41, 41, 41, 1);
}
.jyz-list-item .list-item-r p span {
  font-size: 14px;
}
.jyz-list-item .list-item-r div {
  width: 87px;
  height: 26px;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 5px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: rgba(41, 41, 41, 1);
  text-align: center;
  margin-top: 10px;
  cursor: pointer;
}
.jyz-pagination {
  position: absolute;
  width: 200px;
  left: 50%;
  margin-left: -100px;
  bottom: -25px;
  text-align: center;
}
.jyz-pagination div {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 8px;
  background: #eee;
  margin: 0 5px;
  transition: 0.6s all ease;
  cursor: pointer;
}
.jyz-pagination div.active {
  width: 40px;
  background: #ecf4ff;
}

.box {
  width: 1200px;
  margin: 15px auto;
  /* background-color: #ffffff; */
}

.box .game {
  width: 100%;
  padding-left: 50px;
  position: relative;
}
.box .game ul {
  display: inline-block;
  margin-bottom: 18px;
}
.box .game .online {
  width: 66px;
  height: 2px;
  background-color: #fcb326;
  border-radius: 2px;
  /* position: relative; */
  position: absolute;
  left: 17px;
  top: 58px;
}
.box .game ul li {
  color: #666666;
  font-size: 20px;
  display: inline-block;
  cursor: pointer;
  margin-right: 40px;
}
.box .game ul li::after {
  content: "";
  width: 66px;
  height: 2px;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fcb326;
  display: none;
}
.box .game ul li.nactite {
  position: relative;
  color: #292929;
  font-weight: bold;
  font-size: 20px;
}
.box .game ul li.nactite::after {
  display: block;
}

.box .classify {
  width: 100%;
  /* height: 50px; */
}
.box .classify .all {
  width: 100%;
  text-align: left;
  padding: 0 30px;
  padding-top: 10px;
  padding-bottom: 5px;
  box-sizing: border-box;
  /* overflow: hidden;
  overflow-x: auto;
  white-space: nowrap; */
}
.box .classify .all a {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 5px;
  padding: 0 16px;
  margin-bottom: 10px;
}
/* .box .games {
  height: 1471px;
} */

.box .classify .all .navtice {
  color: #fff;
  background-color: #ffb300;
}
.box .list {
  margin: 0px 23px 0px 23px;
}
.box .list .nodata {
  text-align: center;
}
.box .list ul {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: center; */
  align-items: center;
  margin-left: 7px;
}
.box .list ul li {
  cursor: pointer;
  list-style: none;
  width: 272px;
  border-radius: 10px;
  border: solid 1px #dddddd;
  margin-right: 17px;
  margin-bottom: 19px;
  padding: 10px;
  box-sizing: border-box;
}
.box .list ul li:nth-child(4n) {
  margin-right: 0;
}
.box .list ul li .comm-img {
  width: 100%;
  height: 148px;
  display: inline-block;
  border-radius: 10px;
  object-fit: cover;
}
.box .list ul li .game {
  /* margin-top: 12px;
  margin-bottom: 8px; */
  padding: 0;
  margin: 12px 0 8px;
}
.box .list ul li .gameName {
  /* position: absolute; */
  text-align: center;
  width: 39px;
  /* height: 22px; */
  border-radius: 5px;
  border: solid 1px #ff7717;
  color: #ff7717;
  font-size: 14px;
  padding: 0 4px;
  /* overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; */
}
.box .list ul li .goodNmae {
  /* display: inline-block;
  overflow: hidden;
  white-space: nowrap; */
  width: 170px;
  display: inline-block;
  vertical-align: middle;
  /* margin-left: 44px; */
  text-overflow: ellipsis;
  color: #292929;
  font-size: 20px;
  /* line-height: 20px; */
  font-weight: bold;
}
.box .list ul li .trading {
  color: #999999;
  font-size: 16px;
}
.box .list ul li .trading .van-ellipsis {
  width: 200px;
}
.box .list ul li .money {
  margin-top: 5px;
  margin-bottom: 10px;
}
.box .list ul li .money span:nth-child(1) {
  color: #f8201f;
  font-size: 22px;
  font-weight: bold;
  line-height: 22px;
}
.box .list ul li .money span:nth-child(2) {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 16px;
  letter-spacing: 0px;
  color: #999999;
  margin-top: 5px;
}
.box .list ul li .role {
  width: 100%;
  height: 63px;
  background-color: #f5fafb;
  border-radius: 10px;
  overflow: hidden;
  /* padding-left: 10px; */
}
.box .list ul li .role div {
  display: inline-block;
  margin: 8px;
}
.box .list ul li .role div p:nth-child(2) {
  color: #a3a3a3;
  font-size: 14px;
  text-align: center;
}
.box .list ul li .role div p:nth-child(1) {
  font-size: 18px;
  text-align: center;
}
.item-view {
}
.item-view div {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 16px;
  letter-spacing: 0px;
  color: #999999;
}
.item-view div img {
  vertical-align: middle;
  margin-right: 5px;
}
.el-pagination {
  text-align: center;
}

.box-top-games {
  background-color: #ffffff;
  border-radius: 10px;
  margin-bottom: 15px;
}
.box-top-games .game {
  padding: 0 30px;
}
/* .box-top-games .box-line-tit {
  padding-left: 42px;
  padding-right: 20px;
  padding-top: 30px;
} */
.list-box {
  background-color: #ffffff;
  border-radius: 10px;
  /* padding: 10px 0; */
  padding-bottom: 11px;
}

/* 线索大厅 */
.line {
  background: #fff;
  box-sizing: border-box;
  padding-top: 30px;
  border: 10px;
  border-radius: 10px;
}
.line .van-list__loading {
  /* line-height: 250px; */
}
.line-tit,
.line-games {
  padding-left: 30px;
  padding-right: 20px;
  margin-bottom: 30px;
}
.line-games {
  margin-bottom: 20px;
}
.line-tit .line-tit-r {
  position: relative;
  /* width: 160px;
	height: 40px;
	background-color: rgba(251, 141, 50, 0.1);
	border-radius: 10px; */
}
.line-tit .line-tit-r span {
  position: absolute;
  background: red;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  border-radius: 50%;
  top: -8px;
  right: -8px;
  text-align: center;
  width: 20px;
  border: 2px solid #fff;
}
/* .line-tit .line-tit-r img:nth-child(1){
    margin-top: 7px;
    margin-left: 16px;
}
.line-tit .line-tit-r p:nth-child(2){
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 18px;
	letter-spacing: 0px;
	color: rgba(251, 141, 50, 1);    
    margin-top: 10px;
    margin-left: 8px;
}
.line-tit .line-tit-r img:nth-child(3){
    margin-top: 10px;
    margin-left: 6px;
} */

.line-games .game_type_tab_wrap {
  width: 1034px;
  overflow: hidden;
  padding-bottom: 10px;
}
.line-games .game_type_tab {
  white-space: nowrap;
  display: inline-block;
}
.line-games .game_type_tab > div {
  display: inline-block;
}
.line-games-more {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 18px;
  letter-spacing: 0px;
  color: rgba(153, 153, 153, 1);
  cursor: pointer;
  margin-top: 5px;
}

.line-list {
  padding-left: 25px;
}
.line-list-item {
  position: relative;
  width: 269px;
  background: url("../../images/v20230906/gasStation/line-item-bg.png")
    no-repeat;
  border-radius: 10px;
  box-sizing: border-box;
  margin-right: 25px;
  margin-bottom: 18px;
  padding: 10px;
  background-size: 100% 100%;
  cursor: pointer;
}
.line-list-item:nth-child(4n) {
  margin-right: 0;
}
.line-list-item .item-avatar {
  margin-bottom: 5px;
}
.line-list-item .item-avatar img:nth-child(1) {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 6px;
}
.line-list-item .item-avatar p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 14px;
  letter-spacing: 0px;
  color: rgba(153, 153, 153, 1);
  margin-top: 9px;
}
.line-list-item .item-avatar p span {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #78da95;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.line-list-item .item-avatar div {
  height: 20px;
  background-image: linear-gradient(
    -90deg,
    rgba(251, 234, 218, 1) 0%,
    rgba(253, 248, 240, 1) 100%
  );
  border-radius: 5px;
  padding: 0 4px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0px;
  color: rgba(122, 60, 42, 1);
  margin-top: 6px;
  margin-left: 10px;
}

.line-list-item .item-avatar img:last-child {
  position: absolute;
  top: 6px;
  right: 6px;
}
.line-list-item .item-tags {
  margin-bottom: 10px;
}
.line-list-item .item-tags > div {
  height: 20px;
  background-color: rgba(234, 241, 255, 1);
  border-radius: 5px;
  border: solid 1px rgba(177, 204, 255, 1);
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0px;
  color: rgba(47, 116, 255, 1);
  padding: 0 5px;
  margin-right: 5px;
}
.line-list-item .item-tags > div:nth-child(2) {
  border: solid 1px rgba(246, 178, 105, 1);
  color: rgba(252, 130, 45, 1);
}

.line-list-item .item-comm {
  width: 100%;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  box-sizing: border-box;
  padding: 10px;
  /* margin-bottom: 12px; */
}
.line-list-item .item-comm .item-comm-img-bg {
  width: 100%;
  height: 130px;
  border-radius: 10px;
  margin-bottom: 12px;
  background: url("../../images/v20230906/gasStation/tc-kb.png") no-repeat;
  background-size: 100% 100%;
  text-align: center;
  box-sizing: border-box;
  padding-top: 35px;
}
.line-list-item .item-comm .item-comm-img-bg img {
  width: 60px;
  height: 60px;
  display: inline-block;
}
.line-list-item .item-comm .item-comm-img {
  width: 100%;
  height: 130px;
  background-color: rgba(242, 242, 242, 1);
  border-radius: 10px;
  object-fit: cover;
  margin-bottom: 12px;
}
.line-list-item .item-comm .item-comm-tit {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0px;
  color: rgba(41, 41, 41, 1);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 8px;
}
.line-list-item .item-comm .item-comm-desc {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 16px;
  letter-spacing: 0px;
  color: rgba(153, 153, 153, 1);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 12px;
}
.line-list-item .item-comm .item-comm-price span:nth-child(1) {
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 22px;
  color: rgba(248, 32, 31, 1);
}
.line-list-item .item-comm .item-comm-price span:nth-child(2) {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 16px;
  letter-spacing: 0px;
  color: #999999;
  margin-top: 4px;
}
.line-list-item .item-time {
}
.line-list-item .item-time .item-time-l {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 16px;
  letter-spacing: 0px;
  color: rgba(153, 153, 153, 1);
}
.line-list-item .item-time .item-time-l img {
  margin-right: 3px;
  vertical-align: middle;
}
.line-list-item .item-time .item-time-r {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 16px;
  letter-spacing: 0px;
  color: rgba(102, 102, 102, 1);
}
.line-list-item .item-time .item-time-r img {
  margin-left: 4px;
  vertical-align: middle;
}

/* 道具购买弹窗 */
.buy-prop-alert {
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
}
.zzfe_pop {
  position: absolute;
  width: 720px;
  height: auto;
  background-color: #fff;
  border: 1px solid #404040;
  margin: 10px;
  float: left;
  clear: both;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.zzfw_p_left {
  width: 190px;
  padding: 10px;
  background-color: #f6f6f6;
  border-right: 1px solid #e5e5e5;
  float: left;
}
.zzfw_p_right {
  width: 480px;
  padding: 10px;
  float: right;
}

.zzfw_l_pic {
  width: 160px;
  margin: 10px;
  padding-bottom: 10px;
  clear: both;
}
.zzfw_l_pic h2 {
  height: 30px;
  font-family: "Microsoft YaHei", 微软雅黑, simsun;
  font-size: 18px;
  color: #333;
  line-height: 30px;
  text-align: center;
  margin: 5px;
}
.zzfw_l_pic b {
  font-size: 12px;
  padding: 2px 5px;
  color: #fff;
  background-color: #ea4948;
  text-align: center;
}
.zzfw_l_info {
  border-top: 1px solid #e5e5e5;
  padding: 5px 15px 10px 15px;
}
.zzfw_l_info h2 {
  font-family: "Microsoft YaHei", 微软雅黑, simsun;
  height: 30px;
  font-size: 14px;
  color: #333;
  line-height: 30px;
  clear: both;
}
.zzfw_l_info li {
  font-family: "Microsoft YaHei", 微软雅黑, simsun;
  list-style: none;
  font-size: 13px;
  color: #666;
  line-height: 20px;
  text-justify: auto;
  text-align: justify;
  margin-top: 5px;
}
.signCardPopimg {
  margin-left: 40px;
}
.zzfw_close {
  width: 18px;
  height: 18px;
  background: url(http://xile.xunbao178.com/images/value-added/zzfw_close_btn.gif)
    no-repeat left top;
  margin: -5px -5px 0 0;
  _margin: -5px -2px 0 0;
  float: right;
  cursor: pointer;
}

.zzfw_p_ipt {
  width: 90px;
  padding: 0 10px;
  border: 1px solid #e5e5e5;
  margin-right: 10px;
}
.zzfw_p_btn {
  width: 120px;
  height: 35px;
  background-color: #ef4454;
  font-family: "Microsoft YaHei", 微软雅黑, simsun;
  font-size: 18px;
  color: #fff;
  text-align: center;
  float: left;
  cursor: pointer;
  border: none;
}

.zzfw_row {
  width: 100%;
  height: auto;
  margin: 3px 0;
  float: left;
  clear: both;
}
.zzfw_row_left,
.zzfw_row_right,
.zzfw_row_2left,
.zzfw_row_2right {
  height: auto;
  font-family: "Microsoft YaHei", 微软雅黑, simsun;
  font-size: 14px;
  line-height: 30px;
  float: left;
}
.zzfw_row_left {
  width: 170px;
  text-align: right;
}
.zzfw_row_right {
  width: 300px;
  text-align: left;
  float: left;
}
.zzfw_row_2left {
  width: 90px;
  text-align: right;
}
.zzfw_row_2right {
  width: 380px;
  text-align: left;
  float: left;
}
.zzfw_r_r_info {
  width: 100%;
  float: left;
  clear: both;
}
.zzfw_r_r_info li {
  list-style: none;
  font-size: 14px;
  line-height: 28px;
  *height: 28px;
  background-color: #f6f6f6;
  border: 1px solid #e5e5e5;
  margin: 3px 15px 3px 0;
  padding: 0 10px;
  float: left;
  cursor: pointer;
}
.zzfw_r_r_info .current {
  font-size: 14px;
  color: #ea4948;
  line-height: 26px;
  *height: 26px;
  background-color: #fff;
  border: 2px solid #ea4948;
  position: relative;
}
.zzfw_r_r_info i {
  width: 12px;
  height: 12px;
  font-size: 0;
  background: url(http://xile.xunbao178.com/images/value-added/zzfw_r_r_info_i.gif)
    no-repeat left top;
  position: absolute;
  top: 14px;
  right: 0;
}

.seller_type_1f {
  font-size: 12px;
  color: #ec0000;
  padding: 0 10px;
}
.zzfw_warn {
  font-size: 14px;
  color: #ec0000;
  padding: 0 5px;
}

.zzfw_1_font {
  font-size: 14px;
}
.zzfw_2_font {
  font-size: 24px;
}
.zzfw_1_col {
  color: #ec0000;
}
/*游戏列表*/
.games_list {
  background-color: #ffffff;
  border-radius: 10px 10px 0px 0px;
  margin-bottom: 10px;
  box-sizing: border-box;
  padding: 40px;
}

.game_type_tab > div {
  min-width: 66px;
  position: relative;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #666666;
  margin-right: 50px;
  cursor: pointer;
  text-align: center;
}
.game_type_tab > div.active {
  font-size: 20px;
  font-weight: 900;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #292929;
}
.game_type_tab > div.active::after {
  position: absolute;
  content: "";
  display: block;
  width: 66px;
  height: 2px;
  background-color: #fcb326;
  border-radius: 1px;
  left: 50%;
  margin-left: -33px;
  bottom: -7px;
}
.game_conts > div {
  display: none;
}
.game_conts > div.active {
  display: block;
}
/*暂无数据*/
.base-empty-data {
  background: #fff;
  padding: 30px 0;
  text-align: center;
}
[v-cloak] {
  display: none;
}
