body {
  background-color: #F7F7F7;
}

.top-banner {
	position: relative;
}

.top-banner img {
	display: block;
	width: 100%;
}

.top-banner .top-pagination {
	position: absolute;
	display: flex;
	width: auto;
	padding: 8px 10px;
	border-radius: 15px;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	background-color: rgba(19, 19, 19, .5);
}

.top-banner .swiper-pagination-bullet {
	margin: 0 6px !important;
}

.top-banner .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	background-color: rgba(255, 255, 255, .6);
	border-radius: 8px;
	transition: width .3s;
}

.top-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 30px;
	background-color: #fff;
}

.game-container {
  margin: 0 auto;
  padding-top: 26px;
  width: 1200px;
  padding-bottom: 30px;
}

.game-container .game-title {
  display: flex;
  padding: 15px 60px;
  background: #FFFFFF;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.18);
  border-radius: 15px;
}

.game-title .game-icon {
  display: block;
  width: 92px;
  height: 92px;
}

.game-title .game-info {
  flex: 1;
  padding-left: 18px;
  padding-top: 12px;
  color: #414141;
  line-height: 68px;
}

.game-title .game-info .game-name {
  font-size: 28px;
  font-weight: bold;
}

.game-title .game-user {
  font-weight: bold;
  font-size: 20px;
}

.game-title .game-login {
  line-height: 92px;
  color: #414141;
}

.game-title .game-user-info {
  padding: 10px 0;
  text-align: right;
  line-height: 36px;
  color: #414141;
}

.game-title .game-user-info img {
  width: 26px;
  vertical-align: middle;
  cursor: pointer;
}

.game-product {
  margin-top: 32px;
  padding: 0 25px 40px;
  background: #FFFFFF;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.18);
  border-radius: 15px;
}

.game-product .product-container {
  display: flex;
  
}

.game-product .product-list {
  margin-top: 32px;
  display: grid;
  grid-gap: 34px 28px;
  grid-template-columns: repeat(3, 214px);
  padding: 36px 25px 30px 0;
}

.game-product .product-item {
  width: 214px;
  cursor: pointer;
  border-radius: 15px;
  background-color: #FFF;
  box-shadow: 0px 0px 8px 0px rgba(0 ,0, 0, .37);
  overflow: hidden;
}

.game-product .product-item.active {
  box-shadow: 0px 0px 8px 0px rgba(27, 126, 239, .65);
}

.game-product .product-item img {
  display: block;
  width: 100%;
}

.game-product .product-info {
  height: 120px;
}

.game-product .product-num {
  padding: 26px 10px 16px;
  font-size: 24px;
  line-height: 24px;
  color: #414141;
}

.game-product .product-btn {
  margin: 0 10px 10px;
  line-height: 46px;
  background: #F5F5F6;
  color: #1B7EEF;
  border-radius: 23px;
  font-size: 28px;
  text-align: center;
}

.game-product .product-item.active .product-btn {
  background: #1B7EEF;
  color: #fff;
}

.game-product .order-info {
  position: sticky;
  top: .9rem;
  height: 7.4rem;
  flex: 1;
  padding: 22px;
  padding-right: 0;
  border-left: 1px solid #808080;
  color: #414141;
}

.game-product .order-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  font-size: 28px;
  line-height: 30px;
  font-weight: bold;
}

.game-product .order-value {
  margin-bottom: 30px;
  font-size: 20px;
  color: #1B7EEF;
}

.game-product .order-link {
  font-size: 20px;
  font-weight: normal;
  color: #1B7EEF;
  cursor: pointer;
}

.game-product .order-image {
  margin-bottom: 30px;
  width: 140px;
}

.game-product .order-image img {
  display: block;
  width: 100%;
}

.game-product .order-pay-type-item {
  display: flex;
  margin-top: 12px;
  font-size: 20px;
  line-height: 52px;
  font-weight: bold;
  cursor: pointer;
}

.game-product .order-pay-type-item .order-pay-icon {
  margin-right: 14px;
  width: 52px;
  height: 52px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.game-product .order-pay-type-item .order-pay-icon.icon-zfb {
  background-image: url(../img/detail/icon_zfb.png);
}

.game-product .order-pay-type-item .order-pay-icon.icon-wx {
  background-image: url(../img/detail/icon_wx.png);
}

.game-product .order-pay-name {
  flex: 1;
}

.game-product .order-pay-type-item .order-pay-check-icon {
  margin-top: 11px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #1B7EEF;
}

.game-product .order-pay-type-item.checked .order-pay-check-icon {
  border: none;
  background: url(../img/detail/icon_checked.png) no-repeat center center / cover;
}

.game-product .product-tips {
  padding: 15px;
  line-height: 28px;
  background: #F5F5F6;
  border-radius: 15px;
  color: #8F8F8F;
  font-size: 18px;
}

.game-product .product-tips-title {
  margin-bottom: 14px;
  font-size: 26px;
  font-weight: bold;
  color: #414141;
}

.game-product .product-tips-container {
  font-size: .18rem;
  line-height: .36rem;
}

.game-product .color-warning {
  color: #D9001B;
}

.order-tips {
  margin-top: .2rem;
  font-size: .16rem;
  color: #B5B5B5;
}

.order-tips a {
  color: #1B7EEF;
  cursor: pointer;
}

.order-money {
  margin-top: .2rem;
  font-weight: bold;
  font-size: .2rem;
  
}

.order-money > span {
  color: #1B7EEF;
}

.order-money > span span {
  font-size: .28rem;
}

.order-btn {
  margin: .2rem auto;
  width: 1.96rem;
  height: .46rem;
  line-height: .46rem;
  text-align: center;
  font-size: .24rem;
  font-weight: bold;
  color: #fff;
  background-color: #1B7EEF;
  cursor: pointer;
  border-radius: .23rem;
}

.phone-pay {
  display: flex;
  justify-content: space-between;
  margin-top: .3rem;
}

.phone-pay .order-btn {
  margin: 0;
  padding: .16rem .6rem;
  font-size: .36rem;
  border-radius: .38rem;
}

@media screen and (max-width: 1200px) {
  .game-container {
    width: 100%;
  }
  .game-product .product-list {
    grid-template-columns: repeat(2, 214px);
  }
}

@media screen and (max-width: 750px) {
  .banner-container .top-pagination {
    padding: .02rem .02rem;
    bottom: .1rem;
  }
  
  .banner-container .swiper-pagination-bullet {
    width: .1rem;
    height: .1rem;
  }
  
  .banner-container .swiper-pagination-bullet-active {
    width: .2rem !important;
  }
  
  .game-container {
    padding-top: 0;
  }
  
  .game-container .game-title {
    padding: .18rem .3rem;
    background-color: transparent;
    box-shadow: none;
  }
  
  .game-title .game-icon {
    width: 1.08rem;
    height: 1.08rem;
  }
  
  .game-title .game-info {
    padding-top: .12rem;
    padding-left: .18rem;
    line-height: .32rem;
  }
  
  .game-title .game-info .game-name {
    font-size: .32rem;
  }
  
  .game-title .game-info .game-desc {
    margin-top: .2rem;
    font-size: .26rem;
  }
  
  .game-title .game-user-info {
    padding: .1rem 0;
    line-height: .44rem;
  }
  
  .game-title .game-user {
    font-size: .26rem;
  }
  
  .game-product {
    margin-top: 0;
    padding: 0 .3rem;
    box-shadow: none;
    background-color: transparent;
  }
  
  .game-product .product-list {
    padding: 0;
    margin-top: 0;
    width: 100%;
    grid-template-columns: repeat(3, 2.14rem);
    grid-gap: .34rem .2rem;
  }
  
  .game-product .order-info {
    display: none;
  }
  
  .game-product .product-item {
    width: 2.14rem;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, .37);
  }
  
  .game-product .product-info {
    height: 1.2rem;
  }
  
  .game-product .product-num {
    padding: .15rem .1rem .05rem;
    font-size: .24rem;
  }
  
  .game-product .product-btn {
    margin: 0 .1rem .1rem;
    height: .46rem;
    line-height: .46rem;
    font-size: .28rem;
  }
  
  .game-product .product-tips {
    padding: .4rem 0 .2rem;
    font-size: .2rem;
    line-height: .28rem;
  }
  
  .game-title .game-user-info img {
    width: .26rem;
  }
  
  .game-product .product-tips-title {
    font-size: .26rem;
  }
}