@charset 'UTF-8';
/* ==========================================================
 * index.css v20150602
 * ==========================================================
 * Copyright 鍚村お
 *
 * XXX css
 * ========================================================== */
body {
  font-family: Microsoft Yahei;
}
.header,.my-header{
  position: relative;
  width: 100%;
  height: 80px;
  z-index: 100;
  box-shadow: 0 8px 24px -2px rgba(0,0,0,.05);
}
.header>div{
  width: 1200px;
  margin: 0 auto;
}





.header-left{
  display: inline-block;
}
.logo {
  top: 0;
  left: 0;
  z-index: 1;
  width: 280px;
  height: 80px;
  font-size: 35px;
  text-align: center;
  line-height: 80px;
  color: var(--theme-color) !important;
  /* color: #333!important; */
}
.tixing{
  width: 270px;
  height: 38px;
  perspective: 500px; /* 设置透视距离 */
  display: inline-block;
  z-index: 10;
}
.tixing::before,
.tixing::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 20px; /* 设置梯形高度 */
  background-color: #fff;
  transform-origin: bottom center;
  border-radius: 0 0 6px 6px;
}

.tixing::before {
  left: 0;
  transform: skewX(-15deg) translateY(-20px) translateZ(-1px); /* 设置梯形上边线偏移 */
}

.tixing::after {
  right: 0;
  transform: skewX(15deg) translateY(-20px) translateZ(-1px); /* 设置梯形上边线偏移 */
}

.nav {
  float: right;
  width: auto;
  height: 80px;
}
.nav li {
  float: left;
  margin-left: 40px;
  font-size: 16px;
  line-height: 80px;
  cursor: pointer;
}
.nav li a {
  color: #666;
}
.nav-active {
  color: var(--theme-color)!important;
  /* color: #2f54eb!important; */
}
.banner {
  width: 100%;
  height: 465px;
  background-color: var(--theme-color);
}
.banner-img {
  /*width: 980px;*/
  height: 465px;
  margin: 0 auto;
  background-image: var(--theme-bg);
  background-position: 0% 25%;
  background-size: cover;
  position: relative;

  /* height: 465px;
  margin: 0 auto;
  background-image: url(../i/bannerBg.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative; */
}
.company-name{
  position: absolute;
  color: #fff;
  left: 25%;
  top:50%;
  font-size: 22px;
  opacity: .7;
}
.wrap-box {
  width: 100%;
  height: 240px;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
}
.wrap-main {
  width: calc(100% - 300px);
  min-width: 1080px;
  height: 400px;
  /* border-bottom: 1px #e6e6e6 solid; */
  /* background-color: #f0f0f0; */
  background-color: #fff;
  box-shadow: 0 32px 32px rgba(34,94,222,.08);
  border-radius: 4px;
  position: absolute;
  left: 0;
  right: 0;
  top: -200px;
  margin: auto;
  padding-top: 30px;
}
.wrap {
  width: 100%;
  height: auto;
  border-bottom: 1px #e6e6e6 solid;
  background-color: #f0f0f0;
}
.wrap-line {
  width: 980px;
  height: auto;
  margin: 0 auto;
  display: flex;
  flex-direction: var(--theme-intro-layout);;
  justify-content: space-around;
}
.bf-intro {
  width: 700px;
  height: auto;
  min-height: 150px;
  padding: 0 30px;
}
.bf-title {
  width: auto;
  padding-top: 50px;
  background-image: url(../i/titleBg.png);
  background-repeat: no-repeat;
  background-position: 2px bottom;
  font-size: 26px;
  color: var(--theme-color);
}
.bf-title span {
  padding-left: 2px;
  font-size: 12px;
  color: #a0a0a0;
}
.cont {
  padding-top: 33px;
  font-size: 14px;
  color: #acacac;
}
.bf-register {
  width: 245px;
  height: auto;
  margin-bottom:  15px;
}
.btn-register {
  overflow: hidden;
  width: 245px;
  height: 50px;
  margin-top: 20px;
  border-radius: 5px;
  background-color: var(--theme-color);
  font-size: 18px;
  line-height: 50px;
  color: #fff;
}
.btn-register span {
  display: block;
  height: 50px;
  margin-top: -50px;
  line-height: 50px;
}
.btn-register:hover {
  height: 0;
  padding-top: 50px;
  opacity: 0.7;
}
.btn-login, .btn-game {
  width: 245px;
  height: 50px;
  margin-top: 16px;
  border: 2px var(--theme-color) solid;
  border-radius: 5px;
  font-size: 18px;
  line-height: 50px;
  color: var(--theme-color);
}
.footer {
  width: 980px;
  height: auto;
  margin: 0 auto;
  position: relative;
}
.footer .whj {
  display: block;
  width: 60px;
  height: 60px;
  background-image: url('../i/whj.png');
  background-size: 100% 100%;
  position: absolute;
  top: 35px;
  left: 240px;
}
.footer-main-box {
  height: auto;
  overflow: hidden;
  border-bottom: 1px #ccc solid;
  display: flex;
  align-items: center;
  flex-direction: var(--theme-footer-layout);
  width: 100%;
}
.footer-main-box .game-notice {
  width: 245px;
  height: 100%;
  padding-top: 35px;
  padding-bottom: 42px;
  margin: 0 auto;
  text-align: center;
}
.notice-title {
  font-size: 20px;
  color: #333;

}
.notice-cnt {
  font-size: 16px;
  color: #a9a9a9;
}
.footer-main {
  width: 650px;
  height: 100%;
  margin: auto;
}
.main-list {
  width: 650px;
  height: auto;
  padding-bottom: 35px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 16px;
}
.main-list-item {
  display: flex;
  margin: 10px 30px;
  width: 150px;
}
.main-list-item .content{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
}
.main-list-item .title{
  color: #333;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
}
.main-list-item .desc{
  color: #999;
  font-size: 12px;
  line-height: 1.5;
}
.main-list-item .icon {
  width: 50px;
  height: 50px;
  background-image: url(../i/footerMainItem.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 4px;
}
.age {
  float: left;
  width: 174px;
  height: 60px;
  padding-left: 60px;
  background-image: url(../i/footerIcon1.png);
  background-repeat: no-repeat;
  background-position: left;
  font-size: 14px;
  color: #989898;
}
.age span {
  display: block;
  height: 20px;
  margin-top: 10px;
  font-size: 16px;
  line-height: 20px;
}
.parent {
  float: left;
  width: 195px;
  height: 60px;
  padding-left: 60px;
  background-image: url(../i/footerIcon2.png);
  background-repeat: no-repeat;
  background-position: left;
  font-size: 16px;
  line-height: 60px;
  color: #989898;
}
.service {
  float: left;
  width: 281px;
  height: 60px;
  padding-left: 60px;
  background-image: url(../i/footerIcon3.png);
  background-repeat: no-repeat;
  background-position: left;
  font-family: SimSun;
  font-size: 16px;
  font-weight: 900;
  color: var(--theme-color);
  white-space: nowrap;
  line-height: 60px;
}
.service a, .footer-links span {
  display: block;
  height: 60px;
  font-family: Microsoft Yahei;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  color: #838383!important;
  line-height: 60px;
  margin-top: 0;
}
.copy {
  height: 80px;
  margin-top: 10px;
  width: 980px;
  padding-top: 12px;
  font-size: 14px;
  color: #777;
  text-align: center;
  overflow: hidden;
}

.downBtn{
  cursor: pointer;
  width: 210px;
  height: 50px;
  background: #72B242;
  border-radius: 16px;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Microsoft YaHei' !important;
}
.btnAndroid .logo {
  background: url(https://www.hzbianqu.com/images/home/androidLogo.png) no-repeat;
  background-size: contain;
  width: 30px;
  margin-right: 10px;
  height: 40px;
}
.btnIos .logo {
  background: url(https://www.hzbianqu.com/images/home/iosLogo.png) no-repeat;
  background-size: contain;
  width: 30px;
  margin-right: 10px;
  height: 40px;
}

/* 产品介绍 */
.product-intro {
  width: calc(100% - 300px);
  min-width: 1080px;
  height: auto;
  padding: 0 30px;
  margin: 40px auto;
}

.product-intro img {
  max-width: 100%;
}

/* 产品列表 */
.product-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 30px;
  max-width: 1280px;
  margin: 40px auto;
  padding: 0 20px;
}
.product-item {
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 8px 24px -4px rgba(0,0,0,0.08);
  border: 1px solid rgba(0,0,0,0.05);
  position: relative;
  overflow: hidden;
  min-height: 240px;
}
.product-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px -4px rgba(0,0,0,0.12);
}
.product-item::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent 35%, rgba(77,171,247,0.08) 50%, transparent 65%);
  opacity: 0;
  transition: opacity 0.6s;
}
.product-item:hover::before {
  opacity: 1;
}
.product-icon {
  margin-bottom: 20px;
  position: relative;
}
.product-icon img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  margin: 0 auto;
  border-radius: 12px;
  transition: transform 0.3s;
}
.product-item:hover .product-icon img {
  transform: scale(1.05);
}
.empty-icon {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  background: linear-gradient(135deg, #f8f9fa 0%, #f1f3f5 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #868e96;
  font-size: 13px;
  position: relative;
  overflow: hidden;
}
.empty-icon::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, 
      rgba(255,255,255,0) 0%,
      rgba(255,255,255,0.3) 50%,
      rgba(255,255,255,0) 100%);
  animation: shimmer 2s infinite;
}
.product-name {
  font-size: 16px;
  color: #2b2d42;
  margin-bottom: 15px;
  height: 48px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.download-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 28px;
  background: linear-gradient(135deg, #4dabf7 0%, #339af0 100%);
  color: white;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 14px;
  gap: 8px;
  position: relative;
  overflow: hidden;
  border: none;
  cursor: pointer;
  margin-top: 10px;
}
.download-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, 
      rgba(255,255,255,0) 0%,
      rgba(255,255,255,0.2) 50%,
      rgba(255,255,255,0) 100%);
  transition: left 0.6s;
}
.download-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(51,154,240,0.3);
}
.download-button:hover::before {
  left: 100%;
}
.download-button.disabled {
  background: #e9ecef;
  color: #868e96;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
@keyframes shimmer {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}
@media (max-width: 1024px) {
  .product-container {
      grid-template-columns: repeat(3, 1fr);
      gap: 25px;
  }
}
@media (max-width: 768px) {
  .product-container {
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
      padding: 0 15px;
  }
  .product-item {
      padding: 20px;
  }
  .product-icon img {
      width: 100px;
      height: 100px;
  }
}
@media (max-width: 480px) {
  .product-container {
      grid-template-columns: 1fr;
  }
}
