@charset "UTF-8";@font-face {
    font-family: deluxeHeavy;
    src: url(https://wegame.gtimg.com/g.55555-r.c4663/rail/fragments/header/RefrigeratorDeluxeHeavy-kKAEF3Yo.ttf) format("truetype")
}

:root {
    --text-color-fff: #ffffff;
    --text-color-hover: #FF6700;
    --bg-card: #282a2e;
    --header-height: 80px;
    --header-font-system: system-ui, "PingFang SC", "Open Sans", "calibri", "Roboto", verdana, "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", sans-serif
}

blockquote,body,button,dd,dl,dt,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,hr,input,legend,li,menu,nav,ol,p,pre,td,textarea,th,ul {
    margin: 0;
    padding: 0
}

*,:after,:before {
    box-sizing: border-box
}

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

address,b,em,i {
    font-style: normal
}

a:active,a:hover,a:link,a:visited {
    text-decoration: none
}

li,ol,ul {
    list-style: none
}

img {
    border: 0;
    font-size: 0;
    -webkit-user-select: none;
    user-select: none;
    vertical-align: middle
}

:focus,button,input,select,textarea {
    outline: 0
}

input,select,textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input,textarea {
    background: 0 0;
    border-radius: 0;
    resize: none;
    cursor: text
}

button {
    background: 0 0;
    border: 0;
    cursor: pointer
}

.hide {
    display: none!important
}

body {
    word-wrap: break-word;
    min-width: 1200px
}

a {
    -webkit-tap-highlight-color: transparent
}

::-webkit-input-placeholder,body,button,input,select,textarea {
    font-family: var(--header-font-system);
    font-size: 12px;
    line-height: 1.5
}

#widget-header {
    position: relative;
    z-index: 510
}

.header {
    width: 100%;
    position: relative;
    height: var(--header-height);
    z-index: 500;
    margin: auto;
    font-size: 0;
    --header-transition1: height .25s ease-in-out 0s, background-color .25s ease-in-out 0s;
    --header-transition2: transform .25s ease-in-out 0s;
    --header-gap: 24px;
    --header-link-gap: 20px
}

.widget-header.header {
    z-index: 200
}

.header-inner {
    height: var(--header-height);
    padding: 0 var(--header-gap);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    min-width: 800px;
    z-index: 500;
    width: 100vw;
    display: flex;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: rgba(11, 11, 11, 0.85);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: var(--header-transition1)
}

.header-immersive .header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.header-immersive .header-inner {
    background: none
}

.header-left,.header-center {
    display: flex;
    align-items: center;
    justify-content: baseline
}

.header-left {
    white-space: nowrap
}

.header-center {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.header-right {
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

.header-logo {
    display: block;
    width: 160px;
    height: 36px;
    background-image: url(https://wegame.gtimg.com/g.55555-r.c4663/rail/fragments/header/icon-logo-Dw016lLI.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 0;
    background-size: auto 100%;
    transform-origin: 0% 50%;
    transition: var(--header-transition2)
}

.nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav-item {
    display: block
}

.nav-link {
    position: relative;
    display: flex;
    font-size: 16px;
    height: var(--header-height);
    font-weight: 700;
    color: #fffc;
    transition: color .2s ease;
    padding: 0 var(--header-link-gap);
    align-items: center
}

.nav-link:hover,.nav-item.cur a {
    color: #FF6700;
    position: relative
}

/** S 搜索框 **/
.search-bar {
  position: relative;
  width: 440px;
  z-index: 100;
}

.search-container {
  position: relative;
  width: 100%;
}

.search-bar input {
    background-color: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: none;
    color: #fff;
    height:40px;
    border-radius: 50px;
    padding: 0 40px 0 24px;
    width: 100%;
    outline: none;
    transition: all .2s linear;
}

.search-bar input:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.search-bar .clear-search-btn {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #999;
  font-size: 16px;
  cursor: pointer;
  padding: 6px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.2s ease;
}

.search-bar .clear-search-btn:hover {
  color: #fff;
  background-color: #ffffff1a;
}

.search-bar .search-icon {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  cursor: pointer;
  font-size: 16px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-bar .search-icon:hover {
  color: #FF6700;
}

/* 搜索建议下拉框样式 - 与登录弹窗一致的毛玻璃效果 */
.search-suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  /* 与登录弹窗一致的毛玻璃效果 */
  background-color: rgba(23, 23, 23, 0.85);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  margin-top: 8px;
  padding: 8px 0;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  display: none;
  z-index: 1000;
  max-height: 400px;
  overflow-y: auto;
}

/* 搜索建议下拉框显示状态 */
.search-suggestions.show {
  display: block;
}

/* 搜索结果项样式 */
.search-result-item {
  padding: 12px 20px;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  z-index: 1;
}

.search-result-item:hover,
.search-result-item.active {
  background-color: rgba(255, 255, 255, 0.1);
}

.search-result-icon {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
}

/* 搜索项内容区域 */
.search-result-content {
  flex: 1;
  min-width: 0;
}

/* 搜索项标题 */
.search-result-title {
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 搜索项描述 */
.search-result-desc {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  margin-top: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 无搜索结果提示 */
.no-search-results {
  padding: 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}

/* 滚动条样式 - 适配毛玻璃效果 */
.search-suggestions::-webkit-scrollbar {
  width: 6px;
}

.search-suggestions::-webkit-scrollbar-track {
  background: transparent;
}

.search-suggestions::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
}

.search-suggestions::-webkit-scrollbar-thumb:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

/* 搜索区域样式 */
.search-section {
  margin-bottom: 16px;
}

.search-section:last-child {
  margin-bottom: 0;
}

/* 搜索区域标题 */
.search-section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px 8px;
  margin-bottom: 8px;
}

.search-section-title {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
}

/* 清空最近搜索按钮 */
.clear-recent-btn {
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  cursor: pointer;
  padding: 4px;
  transition: color 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.clear-recent-btn:hover {
  color: #fff;
}

/* 最近搜索项样式 */
.recent-search-item {
  padding: 10px 20px;
  transition: background-color 0.2s ease;
}

.recent-search-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

/* 热门搜索项样式 */
.hot-search-item {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background-color 0.2s ease;
}

.hot-search-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

/* 热门搜索排名 */
.hot-rank {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  text-align: center;
  line-height: 16px;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
}

.rank-first {
  background-color: #ff4d4f;
}

.rank-second {
  background-color: #ffa940;
}

.rank-third {
  background-color: #faad14;
}

.rank-other {
  background-color: #8c8c8c;
}

/* 热门搜索数量 */
.hot-count {
  font-size: 11px;
  color: #666;
  margin-left: 8px;
}


.btn-login {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M2.33691%2012.5303C6.39073%2010.4573%2011.1703%2010.3926%2015.2695%2012.3359L15.6641%2012.5303C15.7702%2012.5845%2015.8334%2012.6954%2015.8291%2012.8115L15.8232%2012.8613L15.1836%2016H2.81738L2.17773%2012.8613C2.15401%2012.7449%202.20103%2012.6268%202.29395%2012.5576L2.33691%2012.5303ZM9.00098%202C10.6577%202.00017%2012.001%203.34325%2012.001%205C12.001%206.65675%2010.6577%207.99983%209.00098%208C7.34412%208%206.00098%206.65685%206.00098%205C6.00098%203.34315%207.34412%202%209.00098%202Z'%20stroke='white'%20stroke-width='2'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 100% auto;
    opacity: .8;
    margin: -2px 6px 0 0;
    transition: all .15s ease-in-out;
    position: relative;
    z-index: 3
}


.header-download-row {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10%2011.9326L13.6875%208H15V9.42871L9%2016L3%209.42871V8H4.3125L8%2011.9326V2H10V11.9326Z'%20fill='white'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-right: 6px;
    opacity: .8;
    transition: all .15s ease-in-out
}

.header-download {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    width: 138px;
    height: 32px;
    color: #fffc;
    white-space: nowrap;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    transition: all .15s ease-in-out;
    position: relative;
    background-color: #ffffff1a;
    border-radius: 24px;
    margin: 0 0 0 24px;
    cursor: pointer;
}

/* 下载客户端下拉菜单样式 - 与登录弹窗一致的毛玻璃效果 */
.download-dropdown {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 10px; /* 增加间距以容纳箭头 */
    min-width: 180px;
    /* 与登录弹窗一致的毛玻璃效果 */
    background-color: rgba(23, 23, 23, 0.85);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    display: none;
    z-index: 1000;
    padding: 12px 0;
}

/* 下拉菜单顶部箭头 */
.download-dropdown::before {
    content: '';
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 12px;
    height: 12px;
    background-color: rgb(23 23 23 / 41%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    z-index: -1;
}

/* 下拉菜单显示状态 - 改进交互体验 */
.header-download:hover .download-dropdown,
.header-download:focus .download-dropdown,
.header-download:focus-within .download-dropdown,
.download-dropdown:hover {
    display: block;
}

/* 下拉菜单项样式 - 确保可选中 */
.download-item {
    display: flex;
    align-items: center;
    padding: 12px 20px;
    color: #fff;
    font-size: 14px;
    transition: all 0.2s ease;
    cursor: pointer;
    position: relative;
    z-index: 1001;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.download-item:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #FF6700;
}

/* 下拉菜单图标样式 */
.download-item-icon {
    margin-right: 12px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}


.login {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    width: 86px;
    height: 32px;
    color: #fffc;
    white-space: nowrap;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    transition: all .15s ease-in-out;
    position: relative;
    background-color: #ffffff1a;
    border-radius: 24px;
    margin: 0 0 0 24px
}
.header-download:hover,.login:hover {
    background-color: #FF6700
}

  /* 页脚样式 */
  .footer {
    background: #000;
    width: 100%
}

.footer-wrap {
    margin: 0 auto;
    padding-bottom: 10px;
    width: 1600px
}

.footer-top {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 164px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%
}

.follow-us-left {
    width: 210px
}

.follow-us-left img {
    width: 100%
}

.follow-us-right {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 37px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 400px;
    align-items: center
}

.follow-us {
    color: #fff;
    font-size: 22px;
    height: 37px;
    line-height: 37px;
    width: 150px;
}

.focus-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 256px;
}

.footer-top .focus-list li {    display: inline-block;    float: left;    margin-right: 12px;  }
  
  .footer-top .focus-list li:last-child {    margin-right: 0;  }
  
  .footer-top .focus-list li a {    display: block;    height: auto;    width: auto;    background-color: transparent;    border-radius: 0;    display: flex;    align-items: center;    justify-content: center;    transition: none;    position: relative;    overflow: visible;    padding: 4px;  }
  
  .footer-top .focus-list li a i {    font-size: 22px;    color: #cccccc;    transition: color 0.3s ease;    z-index: 2;  }
  
  /* 鼠标悬浮时变为白色 */
  .footer-top .focus-list li a:hover i {    color: #ffffff;  }

  /* 微信二维码弹窗样式 */
  .wechat-qrcode {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
    margin-bottom: 10px;
  }
  
  .qrcode-content {
    background-color: rgba(23, 23, 23, 0.85);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 12px;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    text-align: center;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
  }
  
  /* 添加底部箭头 */
  .qrcode-content:after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid rgba(23, 23, 23, 0.85);
  }
  
  .qrcode-content img {
    width: 150px;
    height: 150px;
    display: block;
    margin: 0 auto 8px;
    background-color: #ffffff;
    padding: 4px;
    border-radius: 4px;
  }
  
  .qrcode-content p {
    font-size: 14px;
    color: #ffffff;
    margin: 0;
    line-height: 1.4;
  }
  
  /* 鼠标悬浮时显示二维码 */
  .footer-top .focus-list li a.wechat:hover .wechat-qrcode {
    opacity: 1;
    visibility: visible;
  }

.footer-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 60px 0;
    border-top: 1px solid rgb(255 255 255 / 15%);
    border-bottom: 1px solid rgb(255 255 255 / 15%);
}

.footer-center-inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 14px auto 0;
    width: 100%;
}

.footer-center-item {
    margin-right: 80px;
}
.footer-center-item:last-child {
    margin-right: 0;
}
.footer-center-title {
    margin-bottom: 16px;
}

.footer-center-item .center-a {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.footer-center-li {
    cursor: pointer;
    font-size: 14px;
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
}

.footer-center-li a {
    color: #fffc;
}

.footer-center-li a:hover {
    color: var(--text-color-hover);
}

.footer-bottom {
    align-items: center;
    display: flex;
    height: 116px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    font-size: 14px;
    color: rgb(255 255 255 / 65%);
}

.footer-bottom-left {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-bottom-right a {
    margin: 0 3.2px;
    color: rgb(255 255 255 / 65%);
}

.footer-bottom-right a:hover {
    color: var(--text-color-hover);
}
