.game-list-box {
  padding-left: 22px;
  padding-right: 40px;
}
.gamegather-list .gather-list {
  position: relative;
  background-color: #FFF;
  display: block;
  margin-bottom: 16px;
  padding-bottom: 17px;
  border-bottom: 1px solid #E9E9E9;
}
.gamegather-list .gather-list:last-child {
  border-bottom: none;
  padding-bottom: 0;
} 
.gamegather-list .gather-list .top-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.gamegather-list .gather-list .top-box .img-box {
  position: relative;
  flex: 0 0 258px;
  height: 145px;
  border-radius: 6px;
  transition: all 0.3s;
  border: 1px solid #C6C6C6;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.gamegather-list .gather-list .top-box .img-box:hover .mask-box {
  display: block;
}
.gamegather-list .gather-list .top-box .img-box .mask-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 6px;
  display: none;
}
.gamegather-list .gather-list .top-box .img-box img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 6px;
}
.gamegather-list .gather-list .top-box .img-box .game-img-icon {
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 91px;
  background: url('https://pic.cgyouxi.com/orange/upload/202511/25322333_f6c7a362641144cf11fe2533f7a89bce.png') no-repeat center center;
  background-size: 100% auto;
}
.gamegather-list .gather-list .top-box .info-box {
  position: relative;
  width: calc(100% - 56px);
  height: 145px;
  overflow: hidden;
  padding-left: 16px;
  padding-right: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.gamegather-list .gather-list .top-box .info-box .title {
  font-weight: 600;
  font-size: 14px;
  color: #2C2C2C;
  line-height: 20px;
  margin-top: 8px;
}
.gamegather-list .gather-list .top-box .info-box .title span {
  color: #2C2C2C;
}
.gamegather-list .gather-list .top-box .info-box .gather-intro {
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  line-height: 18px;
  margin-top: 12px;
}
.gamegather-list .gather-list .top-box .info-box .data {
  line-height: 16px;
  padding-top: 12px;
}
.gamegather-list .gather-list .top-box .info-box .data span {
  font-size: 12px;
  color: #666;
  letter-spacing: 0;
  display: inline-block;
  padding-right: 18px;
}
.gamegather-list .gather-list .top-box .info-box .data span.time {
  display: inline-block;
  background: url('//pic.cgyouxi.com/orange/upload/202404/25322333_a2f5cf18c05316a1a10f6b85d11b31b5.png') center left no-repeat;
  background-size: 16px auto;
  padding-left: 20px;
}
.gamegather-list .gather-list .top-box .info-box .data span.gameNum {
  background: url('https://pic.cgyouxi.com/orange/upload/202512/94700550_1ea3b5aa25eb1e90f3aa6353536495f2.png') no-repeat 0 center;
  background-size: 16px auto;
  padding-left: 20px;
}
.gamegather-list .gather-list .more {
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  line-height: 22px;
  position: absolute;
  right: 0;
  top: 6px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}
.gamegather-list .gather-list .more .more-icon {
  width: 22px;
  height: 22px;
  margin-left: 2px;
  background: url('https://pic.cgyouxi.com/orange/upload/202404/119288860_1720ab154b73942050da6942e7c6535f.png') no-repeat center center;
  background-size: 100% auto;
}
.gamegather-list .gather-list .more .more-icon:hover {
  background: url('https://pic.cgyouxi.com/orange/upload/202512/94700550_a857cf52404d54f6882aa2fc523f02cb.png') no-repeat center center;
  background-size: 100% auto;
}
.gamegather-list .gather-list .more .more-icon.active {
  background: url('https://pic.cgyouxi.com/orange/upload/202511/25322333_4aafc59e125f66846255eb852d44ee96.png') no-repeat center center;
  background-size: 100% auto;
}
.gamegather-list .gather-list .more .more-icon.active:hover {
  background: url('https://pic.cgyouxi.com/orange/upload/202511/25322333_4aafc59e125f66846255eb852d44ee96.png') no-repeat center center;
  background-size: 100% auto;
}
.gamegather-list .gather-list .showall-game-list {
  width: 100%;
  padding-top: 16px;
}
.gamegather-list .gather-list .showall-game-list .game-list {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
}
.gamegather-list .gather-list .showall-game-list .game-list:first-child {
  padding-top: 0;
}
.gamegather-list .gather-list .showall-game-list .game-list:last-child {
  border-bottom: none;
}
.gamegather-list .gather-list .showall-game-list .game-list .gamelist-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.gamegather-list .gather-list .showall-game-list .game-list .gamelist-box .sort-num {
  flex: 0 0 62px;
  height: 112px;
  position: relative;
  text-align: center;
}
.gamegather-list .gather-list .showall-game-list .game-list .gamelist-box .sort-num .num {
  background: #F0F0F0;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.gamegather-list .gather-list .showall-game-list .game-list .gamelist-box .game-img-box {
  margin-right: 16px;
  flex: 0 0 200px;
}
.gamegather-list .gather-list .showall-game-list .game-list .gamelist-box .game-img-box a {
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.gamegather-list .gather-list .showall-game-list .game-list .gamelist-box .game-img-box a:hover .mask-box {
  display: block;
}
.gamegather-list .gather-list .showall-game-list .game-list .gamelist-box .game-img-box a .mask-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 6px;
  display: none;
}
.gamegather-list .gather-list .showall-game-list .game-list .gamelist-box .game-img-box a img {
  flex: 0 0 200px;
  height: 112px;
  border-radius: 6px;
  display: block;
}
.gamegather-list .gather-list .showall-game-list .game-list .gamelist-box .game-info-box .title {
  font-weight: 600;
  font-size: 14px;
  color: #2C2C2C;
  line-height: 20px;
  margin-top: 8px;
}
.gamegather-list .gather-list .showall-game-list .game-list .gamelist-box .game-info-box .title a {
  padding-left: 8px;
  color: #2E2F31;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  -moz-transition: color 0.4s;
  transition: color 0.4s;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.gamegather-list .gather-list .showall-game-list .game-list .gamelist-box .game-info-box .title a:hover {
  color: #FF730A;
}
.gamegather-list .gather-list .showall-game-list .game-list .gamelist-box .game-info-box .title label.game-label {
  display: inline-block;
  height: 18px;
  line-height: 18px;
  padding: 0 8px;
  font-size: 10px;
  color: #FFF;
  text-align: center;
  font-weight: normal;
  border-radius: 9px;
}
.gamegather-list .gather-list .showall-game-list .game-list .gamelist-box .game-info-box .title label.game-label.compelete {
  background-color: #FF8084;
}
.gamegather-list .gather-list .showall-game-list .game-list .gamelist-box .game-info-box .title label.game-label.recomment {
  background-color: #DC85E2;
}
.gamegather-list .gather-list .showall-game-list .game-list .gamelist-box .game-info-box .game-data {
  margin-top: 13px;
  line-height: 17px;
  font-size: 12px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.gamegather-list .gather-list .showall-game-list .game-list .gamelist-box .game-info-box .game-data span {
  display: inline-block;
  padding: 0 10px 0 19px;
  background-image: url('../../../orange/img/common/friend/friend_tubiao.png');
  background-repeat: no-repeat;
  cursor: default;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  line-height: 17px;
}
.gamegather-list .gather-list .showall-game-list .game-list .gamelist-box .game-info-box .game-data span.fav {
  background: url('//pic.cgyouxi.com/orange/upload/202404/25322333_e22c83aae599cf818895a4ad725f8099.png') left center no-repeat;
  background-size: 14px;
  cursor: pointer;
}
.gamegather-list .gather-list .showall-game-list .game-list .gamelist-box .game-info-box .game-data span.fav.ed {
  background: url('//pic.cgyouxi.com/orange/upload/202404/25322333_5414eae151eccf1ef756034557bb3d9b.png') left center no-repeat;
  background-size: 14px;
}
.gamegather-list .gather-list .showall-game-list .game-list .gamelist-box .game-info-box .game-data span.word {
  background: url('//pic.cgyouxi.com/orange/upload/202404/25322333_c314e91c870df8d804d0ec59a45fdd4f.png') left center no-repeat;
  background-size: 14px;
}
.gamegather-list .gather-list .showall-game-list .game-list .gamelist-box .game-info-box .game-data span.flower {
  background: url('../../../common/img/public/flower/f_18.png') left center no-repeat;
  background-size: 14px;
}
.gamegather-list .gather-list .showall-game-list .game-list .gamelist-box .game-info-box .game-data span.like {
  background: url('//pic.cgyouxi.com/orange/upload/202404/25322333_47d263ee015f8f5e94e95f1139da5716.png') left center no-repeat;
  background-size: 14px;
}
.gamegather-list .gather-list .showall-game-list .game-list .gamelist-box .game-info-box .game-data span.publish {
  background: url('//pic.cgyouxi.com/orange/upload/202404/25322333_c832659210429906a7cc03d6bdf761b4.png') left center no-repeat;
  background-size: 14px;
}
.gamegather-list .gather-list .showall-game-list .game-list .gamelist-box .game-info-box .game-data span.update {
  background: url('//pic.cgyouxi.com/orange/upload/202404/25322333_a2f5cf18c05316a1a10f6b85d11b31b5.png') left center no-repeat;
  background-size: 14px;
}
.gamegather-list .gather-list .showall-game-list .game-list .gamelist-box .game-info-box .game-data span.hearticon {
  background-image: url('../../../orange/img/common/game/heaticon.png?v=21200605001');
  background-size: 12px 12px;
  background-position: 0 center;
}
.gamegather-list .gather-list .showall-game-list .game-list .gamelist-box .game-info-box .game-data span.flowerVal {
  background: url('//pic.cgyouxi.com/orange/upload/202404/25322333_8ee1e74e3da839289ccce2303711bb3d.png') left center no-repeat;
  background-size: 12px 12px;
}
.gamegather-list .gather-list .showall-game-list .game-list .gamelist-box .game-info-box .orglabel {
  margin-top: 13px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.gamegather-list .gather-list .showall-game-list .game-list .gamelist-box .game-info-box .orglabel label {
  margin-right: 8px;
}
.gamegather-list .gather-list .showall-game-list .game-list .gamelist-box .game-info-box .orglabel label.tag {
  position: relative;
  display: inline-block;
  height: 22px;
  padding: 0 12px;
  line-height: 22px;
  font-size: 12px;
  border-radius: 11px;
  border: 1px solid #CCCCCC;
  text-align: center;
  color: #666666;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  white-space: nowrap;
}
.gamegather-list .gather-list .showall-game-list .game-list .gamelist-box .game-info-box .orglabel label.tag:hover {
  border: 1px solid #FF730A;
}
.gamegather-list .gather-list .showall-game-list .game-list .gamelist-box .game-info-box .orglabel label.tag:hover a {
  color: #FF730A;
}
.gamegather-list .gather-list .showall-game-list .game-list .gamelist-box .game-info-box .orglabel label.tag a {
  color: #666666;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.gamegather-list .gather-list .showall-game-list .game-list .gamelist-box .game-info-box .role-box {
  position: relative;
  display: flex;
  padding-top: 12px;
}
.gamegather-list .gather-list .showall-game-list .game-list .gamelist-box .game-info-box .role-box .mask-left {
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: 3;
  width: 40px;
  height: 58px;
  background: linear-gradient(269deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}
.gamegather-list .gather-list .showall-game-list .game-list .gamelist-box .game-info-box .role-box .mask-right {
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  width: 40px;
  height: 58px;
  background: linear-gradient(269deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}
.gamegather-list .gather-list .showall-game-list .game-list .gamelist-box .game-info-box .role-box .swiper-wrapper {
  margin-top: 12px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.gamegather-list .gather-list .showall-game-list .game-list .gamelist-box .game-info-box .role-box .swiper-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.gamegather-list .gather-list .showall-game-list .game-list .gamelist-box .game-info-box .role-box .role-item {
  width: 40px;
  margin-right: 10px;
  text-align: center;
}
.gamegather-list .gather-list .showall-game-list .game-list .gamelist-box .game-info-box .role-box .role-item:hover .name {
  color: #FF730A;
}
.gamegather-list .gather-list .showall-game-list .game-list .gamelist-box .game-info-box .role-box .role-item img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  overflow: hidden;
}
.gamegather-list .gather-list .showall-game-list .game-list .gamelist-box .game-info-box .role-box .role-item img:hover {
  opacity: 0.8;
}
.gamegather-list .gather-list .showall-game-list .game-list .gamelist-box .game-info-box .role-box .role-item .name {
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 11px;
  color: #999999;
}
.published-selectd-box {
  width: 120px;
  height: 26px;
  border-radius: 4px;
}
.custom-dropdown {
  position: relative;
  width: 100%;
  user-select: none;
}
.dropdown-header {
  width: 100%;
  padding-left: 6px;
  line-height: 26px;
  text-align: center;
  background-color: white;
  border: 1px solid #999999;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s;
  box-sizing: border-box;
}
.dropdown-header:hover {
  border-color: #c0c4cc;
}
.dropdown-header.active {
  border: 1px solid #FF730A;
}
.dropdown-placeholder {
  color: #666;
}
.dropdown-arrow {
  width: 12px;
  height: 12px;
  background: url("https://pic.cgyouxi.com/orange/upload/202502/108005369_799dbca7543f37b605a3961c50e0b7c0.png") no-repeat center center;
  background-size: 12px auto;
  margin-right: 6px;
}
.dropdown-arrow.rotate {
  transform: rotate(180deg);
}
.dropdown-list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #fff;
  border-radius: 6px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  max-height: 200px;
  overflow-y: auto;
  z-index: 1000;
  margin-top: 5px;
  opacity: 0;
  transform: translateY(-10px);
  visibility: hidden;
  transition: all 0.3s;
}
.dropdown-list.show {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.dropdown-search {
  padding: 10px 15px;
  border-bottom: 1px solid #e4e7ed;
}
.dropdown-search input {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #999;
  border-radius: 4px;
  outline: none;
  transition: border-color 0.3s;
}
.dropdown-search input:focus {
  border-color: #FF730A;
}
.dropdown-item {
  padding: 6px 15px;
  cursor: pointer;
  transition: background-color 0.2s;
}
.dropdown-item:hover {
  background: #FFF2E8;
  color: #333;
}
.dropdown-item.selected {
  color: #FF730A;
  background: transparent;
}
.dropdown-item.disabled {
  color: #c0c4cc;
  cursor: not-allowed;
}
.dropdown-item.disabled:hover {
  background-color: transparent;
}
.dropdown-empty {
  padding: 15px;
  text-align: center;
  color: #c0c4cc;
}
.disabled .dropdown-header {
  background-color: #f5f7fa;
  cursor: not-allowed;
  color: #c0c4cc;
}
/* 右侧筛选 */
.friend-right-filter {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 12px;
  padding-right: 0;
  padding-top: 30px;
}
.friend-right-filter .sort {
  display: flex;
  align-items: baseline;
}
.friend-right-filter .show-not-pass-game,
.friend-right-filter .checkbox-container {
  display: flex;
  align-items: center;
  height: 26px;
  cursor: pointer;
}
.friend-right-filter .show-not-pass-game {
  margin-left: 36px;
}
.friend-right-filter .show-not-pass-game .checkbox-container input[type='checkbox'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 12px;
  height: 12px;
  margin-right: 4px;
  margin-top: 0;
  border: 1px solid #666;
  border-radius: 3px;
  outline: none;
  cursor: pointer;
  position: relative;
  /* 用于定位伪元素 */
}
.friend-right-filter .show-not-pass-game .checkbox-container:hover input[type='checkbox'] {
  border: 1px solid #FF730A;
}
.friend-right-filter .show-not-pass-game .checkbox-container:hover span {
  color: #FF730A;
}
.friend-right-filter .show-not-pass-game .checkbox-container input[type='checkbox']:checked {
  background-color: #FF730A;
  /* 设置选中时的背景色 */
  border-color: #FF730A;
  /* 设置选中时的边框颜色 */
}
.friend-right-filter .show-not-pass-game .checkbox-container input[type='checkbox']:checked::after {
  content: '';
  position: absolute;
  left: 3px;
  top: 0.5px;
  width: 3px;
  height: 6px;
  border: solid white;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
}
.friend-right-filter .show-not-pass-game .question {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  background: url(//pic.cgyouxi.com/orange/upload/202503/108005369_18798e59342d4bb1c204767ae8c622b3.png) no-repeat top center / 100% auto;
}
.friend-right-filter .show-not-pass-game .question:hover .question-text {
  position: absolute;
  right: -35px;
  top: 28px;
  z-index: 3;
  display: inline-block !important;
  width: 186px;
  line-height: 20px;
  padding: 10px;
  color: #666;
  font-size: 12px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 4px 4px 15px 0 rgba(100, 100, 100, 0.2);
  cursor: default;
}
.friend-right-filter .show-not-pass-game .question .question-text::before {
  content: '';
  position: absolute;
  right: 30px;
  top: -20px;
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-bottom: 10px solid #fff;
}
