.container {
  width: 367px;
  margin: 0 auto;
  background-color: #FFFFFF;
  padding: 10px;
}
.container .headerTop .img {
  display: flex;
  width: 100%;
  /* margin: 0 auto; */
 
}
.inputs {
 width: 90%;
 margin-left: 5%;
 height: 27px;
 margin-top: 10px;
 background-image: url("../images/ssbj.png");
 background-size: 100%;
 display: flex;
 position: relative;
 
}
.inputs .inputstyle{
  height: 25px;
  width: 75%;
  position: absolute;
  top: 1px;
  left: 28px;
  /* border-radius: 15px 0 0 15px; */
  /* padding-left: 15px; */
  border: none;
  background-color: #E8E8FF;
}
.inputs .inputimg{
  width: 26px;
  position: absolute;
 
  right:1px;
}
.container .headerTop .img img {
  width: 25%;
  margin: 0 auto;
}
.container .headerTop .img .suoyou {
  width: 150px;
  height: 30px;
  background-color: #5D5C5A;
  position: relative;
  top: 15px;
  left: 60px;
  border-radius: 0 15px 15px 0;
}
.container .headerTop .img .suoyou .inputstyle{
  width: 120px;
  height: 24px;
  position: relative;
  top: -9px;
  background-color: #5D5C5A;
  padding-left: 5px;
  border: none !important;
  color: #FFF;
}
.container .headerTop .img .suoyou img{
  width: 30px;
  height: 30px;
}
.container .lunbo {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  border-radius: 0.1333rem;
}
.container .lunbo img {
  width: 90%;
  height: 150px;
  border-radius: 0.1333rem;
  border: 0.0533rem solid #fff;
}
.container .banner {
  background-color: skyblue;
  height: 10.6667rem;
  text-align: center;
  line-height: 10.6667rem;
}
.container .category .cateTitle {
  font-weight: 600;
  font-size: 22px;
  color: #3d4357;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.container .category .cateTitle .fangkuan {
  width: 7px;
  height: 7px;
  background-color: #3d4357;
  border-radius: 100%;
  margin-right: 10px;
}
.container .category .cateList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px;
  border-radius: 10px;
  /* background-color: #1E2048;
  border: 2px solid #50537B; */
  
}
.container .category .cateList .cateItem {
  width: 20%;
  padding: 5px;
}
.container .category .cateList .cateItem img {
  width: 54px;
}
.container .category .cateList .cateItem .txt {
  color: #000;
  font-size: 15px;
  margin-left: 10px;
  font-weight: 600;
}
.container .hotGame .hotTitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #5856C4;
  box-shadow: 0 0 4px 0 rgba(255, 255, 255, 0.2);
  padding: 7px;
  margin: 10px;
  border-radius: 19px 19px 0px 0px;
  color: #fff;
  font-weight: 600;
}
.container .hotGame .hotTitle .right {
  /* color: #00CBF8; */
  font-size: 14px;
}
.container .hotGame .hotGameList {
  padding: 10px;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.container .hotGame .hotGameList .hotleft{
 width: 36%;

}
.container .hotGame .hotGameList .hotleft .hotleftitem{
  width: 100%;
 }

 .container .hotGame .hotGameList .hotleft .hotleftitem .hotitemname{
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
 }
 .container .hotGame .hotGameList .hotleft .hotleftitem img{
  width: 100%;
  border-radius: 15px;
 }
.container .hotGame .hotGameList .hotright{
width: 62%;
margin-left: 2%;
}

.container .hotGame .hotGameList .hotright .hotrightitem{
  width: 100%;
 }
 .container .hotGame .hotGameList .hotright .hotrightitem .hotitemname{
  font-size: 12px;
  font-weight: 600;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
 }
 .container .hotGame .hotGameList .hotright .hotrightitem img{
  width: 100%;
  height: 202px;
  border-radius: 15px;
 }
.container .hotGame .hotGameList .hotGameItem {
  width: 31%;
  border-radius: 10px;
  margin-bottom: 10px;
}
.container .hotGame .hotGameList .hotGameItem .img {
  background-color: #fbfcfe;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.container .hotGame .hotGameList .hotGameItem .img img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.container .hotGame .hotGameList .hotGameItem .name {
  font-size: 12px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #CE5591;
}
.container .guessLike .likeTitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #5856C4;
  box-shadow: 0 0 4px 0 rgba(255, 255, 255, 0.2);
  padding: 7px;
  margin: 10px;
  border-radius: 19px 19px 0px 0px;
  color: #FFF;
  font-weight: 600;
}
.container .guessLike .likeTitle .right {
  color: #FFF;
  font-size: 12px;
}
.container .guessLike .likeList {
  padding: 10px;
  border-radius: 10px;
  color: #000;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.container .guessLike .likeList .likeItem {
  width: 32%;
  border-radius: 10px;
  margin-bottom: 10px;
}

.container .guessLike .likeList .likeItem .img img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.container .guessLike .likeList .likeItem .name {
  font-size: 12px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.container .info {
  padding: 16px;
  background-color: #F7F2FF;
  border: 1px solid #6765D2;
  color:#6765D2;
  border-radius: 19px;
  box-shadow: 0 0 4px 0 rgba(255, 255, 255, 0.2);
  margin: 0 auto;
}
.container .info h4 {
  font-size: 18px;
  font-weight: 600;
}
.container .info p {
  font-size: 14px;
  color:#6765D2;
}
