.container-fluid{
  width: 100%;
  padding-top: 0.543rem;
  margin: auto;
  background: #ffffff;
}

.container{
  width: auto;
  min-width: 320px;
  margin: 0 auto;
}

.main{
  max-width: 1000px;
  margin: 0 auto;
}

.tabs{
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  padding: 0 8px;
  background: rgba(255, 255, 255, .7);
  display: flex;
  z-index: 10;
  box-shadow: 0px 0px 10px #757575;
  backdrop-filter: blur(10px);
}

.tabs .item{
  width: 20%;
  text-align: center;
  height: 100%;
  vertical-align: baseline;
}
.tabs .item a{
  display: block;
    width: 100%;
    height: 100%;
    padding-top: 6px;
    text-decoration: none;
    font-size: 12px;
    color: #666;
}
.tabs .item .icon{
  display: block;
  padding: 0;
  height: 30px;
  line-height: 30px;
  width: 30px;
  margin: 0 auto;
  vertical-align: middle;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.tabs .item img{
  height: 20px;
  width: 20px;
  margin-top: 4px;
  filter: drop-shadow(1px 0px 2px #838383)
}

.tabs .item .text{
  overflow: hidden;
    display: inline-block;
    line-height: 20px;
  font-size: 12px;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #1d1d1f;
  font-weight: bold;
}

.home-module{
  padding-right: 0.08rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  background-color: #5359ed;
  margin: 0 .1rem;
  border-radius: .1rem;
}

.home-module .list{
  position: relative;
  width: 47%;
  margin-left: 0.1rem;
  box-sizing: border-box;
  height: 1.65rem;
  margin-top: 0.1rem;
  border-radius: 10px;
  color: #666;
  font-family: Myriad Set Pro,Arial,Helvetica,sans-serif;
  background: #fff;
}

.home-module .pic-box{
  position: relative;
  height: 100%;
  border-radius: 10px;
}

.home-module .pic-box .hot{
  background: url('../img/hot.png') left top no-repeat;
  background-size: 90%;
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  height: 0.45rem;
  width: 0.45rem;
}

.home-module .pic-box img{
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.home-module .list .game-name{
  position: absolute;
  width: 100%;
  height: 30px;
  line-height: 30px;
  margin-top: 10px;
  padding-left: 10px;
  font-size: 14px;
  bottom: 0;
  background-color: rgb(102 204 255 / 0%);
  box-sizing: border-box;
  border-radius: 0 0 10px 10px;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  backdrop-filter: blur(10px);
}

.home-module .more{
  margin-left: 0.1rem;
  margin-top: 0.15rem;
  margin-bottom: 0.15rem;
  padding: 0.12rem 0;
  background: #ffffff;
  text-align: center;
  min-width: 300px;
  max-width: 360px;
  width: 100%;
  border-radius: 8px;
  border: none;
  color: #1d1d1f;
  font-size: 16px;
}

.white-box{
  background: #5359ed;
  margin: 10px;
  border-radius: 6px;
}

.white-box .first_title{
  display: flex;
  justify-content: space-between;
  padding: 10px;
  align-items: center;
  color: #ffffff;
  font-weight: bold;
}

.white-box .first_title a{
  font-size: 12px;
  color: #fff;
  text-decoration: none;
}

.home-module-two,
.home-module-one{
  padding-left: 10px;
}



.home-module-one .list:first-child{
  width: 63%;
  position: relative;
}

.home-module-one .list:first-child .pic-box:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 0.4rem;
  bottom: 0;
  right: 0;
  opacity: .6;
  background-image: linear-gradient(to bottom,rgba(0,0,0,0),#0b0606);
  z-index: 1;
}
.home-module-one .list:first-child .title {
  position: absolute;
  left: 0.16rem;
  right: 0.08rem;
  bottom: 0;
  z-index: 9;
  color: #fff;
  width: auto;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.home-module-one .list:nth-of-type(3){
  height: 0.9rem;
}

.home-module-one .list:nth-of-type(3) img{
  height: 0.62rem;
  object-fit: cover;
}

.home-module-two .list .pic-box,
.home-module-one .list .pic-box{
  width: 100%;
  position: relative;
  background: #e9eff2;
  overflow: hidden;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 0;
}

.home-module-two .pic-box img,
.home-module-one .pic-box img {
  max-width: 100%;
  min-width: 100%;
  min-height: 100%;
}

.home-module-one .list{
  width: 30%;
  float: left;
  margin: 0 0.1rem 0.07rem 0;
  box-sizing: border-box;
}

.home-module-two .list{
  width: 30%;
  float: left;
  margin: 0 0.10rem 0.07rem 0;
  box-sizing: border-box;
}

.home-module-two .title,
.home-module-one .title {
  padding: 5px 8px 5px 0;
  font-size: 12px;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}



@media screen and (min-width:768px){
  .home-module-one .list{
    width: 31%;
    float: left;
    margin: 0 10px 7px 0;
    box-sizing: border-box;
  }

  .container-fluid{
    padding-top: 56px;
  }

  .home-module-two .list{
    width: 15%;
    height: 185px;
    float: left;
    margin: 0 12px 7px 0;
    box-sizing: border-box;
  }

  .home-module-one .pic-box img {
    min-height: 260px;
  }

  .home-module .list{
    height: 240px;
    width: 294px;
  }

  .home-module-one .list:nth-of-type(3){
    height:100%;
  }
  
  .home-module-one .list:nth-of-type(3) img{
    height:100%;
  }

  .home-module .pic-box{
    /* height: 200px; */
  }

  .home-module .pic-box .hot{
    height: 45px;
    width: 45px;
  }

  .home-module .more{
    margin: 15px auto 0;
  }
  
}

