.box img{
  width: 100%;
  height: 100%;
}

ul,li{
  list-style: none;
}

.box>.top_img_bg{
  width: calc(100% - 252px);
  height: 198px;
  background: url(../../images/top_img_bg.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 58px;
  right: 0px;
  z-index: -1;
}

.box>.top_img_bg>.top_img{
  width: 1200px;
  height: 198px;
  margin: 0 auto;
}

.box .code_main{
  width: 1200px;
  margin: 0 auto 220px;
}

.box .code_main .game_info_con{
  justify-content: space-between;
  padding: 28px 0px 15px;
}

.box .code_main .game_info_con .add{
  width: 720px;
  height: 72px;
}

.box .code_main .game_info_con .game_logo{
  width: 64px;
  height: 64px;
  overflow: hidden;
  border-radius: 12px;
  margin-right: 10px;
  margin: 0px 10px 0px 6px;
}

.box .code_main .game_info_con .game_name{
  font-size: 18px;
  font-weight: bold;
}

.box .code_main .game_info_con .game_type{
  font-size: 14px;
  color: rgba(67, 67, 67, 0.6);
  line-height: 30px;
}

.box .code_main .category_box{
  width: calc(100% - 32px);
  align-items: end;
  flex-wrap: wrap;
  padding: 12px 16px 0px;
}

.box .code_main .category_box .category_item{
  font-size: 18px;
  cursor: pointer;
  margin-right: 40px;
  margin-bottom: 16px;
  font-family: Source Han Sans CN;
}

.box .code_main .category_box .category_item.active{
  font-size: 22px;
  color: #FF4563;
  font-weight: bold;
}

.box .code_main .goods_list_top{
  width: calc(100% - 68px);
  height: 36px;
  justify-content: space-between;
  /* background: linear-gradient(0deg, rgba(255,255,255,0.42), rgba(255,248,249,0.42)); */
  background-color: #fff;
  border-radius: 8px 8px 0px 0px;
  background-color: #fff;
  /* border: 1px solid #E7E7E7; */
  padding: 15px 40px 8px 28px;
  /* margin-bottom: 10px; */
}

.box .code_main .goods_list_top .left ul li{
  width: 112px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border: 1px solid #E7E7E7;
  cursor: pointer;
  position: relative;
}

.box .code_main .goods_list_top .left ul li.active{
  background-color: #FF4563;
  color: #FFFFFF;
  border-color: #FF4563;
}

.box .code_main .goods_list_top .left ul li:nth-child(1){
  border-radius: 4px 0px 0px 4px;
}

.box .code_main .goods_list_top .left ul li:last-child{
  border-radius: 0px 4px 4px 0px;
  margin-right: 27px;
}

.box .code_main .goods_list_top .left .price_section .item{
  cursor: pointer;
  letter-spacing: 1px;
  margin-right: 14px;
  line-height: 16px;
}
.box .code_main .goods_list_top .left .price_section .item.active{
  color: #FF4866;
}

.box .code_main .goods_list_top .left .price_section .num div{
  margin-right: 8px;
}
.box .code_main .goods_list_top .left .price_section .num div input{
  text-indent: 7px;
  width: 62px;
  height: 34px;
  border: 1px solid #E7E7E7;
  border-radius: 8px;
  outline: none;
}
.box .code_main .goods_list_top .left .price_section .num div input:focus{
  text-align: center;
  text-indent: 0px;
  border-color: #FF4866;
}
.box .code_main .goods_list_top .left .price_section .num div input::placeholder{
  color:#BBBBBB;
}
.box .code_main .goods_list_top .left .price_section .num .rankingAffirm{
  width: 62px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  background: linear-gradient(0deg, #F2F2F2, #FFFFFF);
  box-shadow: -2px 0px 0px 0px #FFFFFF;
  border-radius: 4px;
  border: 1px solid #E7E7E7;
  transition: all .3s;
  color: rgba(67, 67, 67, 0.6);
  letter-spacing: 1px;
  cursor: pointer;
}
.box .code_main .goods_list_top .left .price_section .num .rankingAffirm:hover{
  background: #FF4866;
  color: #fff;
}

.box .code_main .goods_list_top .right{
  font-size: 14px;
  color: #3FACF8;
}

.box .code_main .goods_list_top .right>img{
  width: 26px;
  height: 26px;
  margin-right: 8px;
}

.box .code_main .goods_list{
  width: 100%;
  background-color: #fff;
  border-radius: 0px 0px 8px 8px;
}

.box .code_main .goods_list .goods_item{
  width: calc(100% - 56px);
  height: 98px;
  justify-content: space-between;
  padding: 24px 28px;
  border-bottom: 1px solid #EAEAEA;
}

.box .code_main .goods_list .goods_item:hover{
  background: linear-gradient(0deg, #FFF7F8, #FFFFFF);
}

.box .code_main .goods_list .goods_item:last-child{
  border: none;
}

.box .code_main .goods_list .goods_item .goods_info{
  align-items: flex-start;
}

.box .code_main .goods_list .goods_item .goods_info .good_img{
  width: 160px;
  height: 98px;
  border-radius: 8px;
  overflow: hidden;
  margin-right: 19px;
}

.box .code_main .goods_list .goods_item .goods_info .goods_info_text{
  width: 500px;
  margin-top: 6px;
}

.box .code_main .goods_list .goods_item .goods_info .goods_info_text .top{
  width: 100%;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 15px;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.box .code_main .goods_list .goods_item .goods_info .goods_info_text .bottom{
  width: 100%;
  font-size: 14px;
  line-height: 14px;
  color: rgba(67, 67, 67, 0.6);
}

.goods_list .goods_item .price{
  width: 150px;
  text-align: center;
  color: #FF4563;
  font-size: 12px;
}

.goods_list .goods_item .price>span{
  font-size: 32px;
}

.goods_list .goods_item .five{
  width: 118px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  font-weight: 400;
  color: #FF4563;
  background-color: rgba(255, 69, 99, 0.1);
  border-radius: 8px;
  transition: all .3s;
  border: 1px solid #FF4563;
  margin-right: 60px;
}

.goods_list .goods_item .five:hover{
  cursor: pointer;
  color: #fff;
  background-color: rgba(255, 69, 99, 1);
}
