
.game{
  width: 892px;
  margin: 0 auto;
  background: #FFF9E8;
  border-radius: 8px;
 overflow: hidden; 
 box-shadow: 0px 4px 8px 0px rgba(34, 0, 137, 0.12);
}
.maincenterbiao span {
   
    background: #FFB300;
   
}
.main_top2 {
 
  border-bottom: 2px solid #FFB300;
}

.iframe_style {
  width: 60%;
  height: 100%;
}
.ol_lli {
  height: 600px;
}
.iframe {
  height: 90%;
  display: flex;
  width: 100%;
  position: relative;
  justify-content: center;
}
.main_mainleft_love {
  height: 10%;
  display: flex;
  background: #8168FF;
  justify-content: flex-end;
  align-items: center;
  padding: 16px 32px;
  justify-content: space-between;
}
.main_mainleft_love ul{
display: flex;

}

.main_mainleft_love ul li{
       display: flex;
      margin-right: 40px;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      color: #FFFFFF;
      font-family: Nunito, Nunito;
font-weight: bold;
font-size: 12px;
color: #FFFFFF;
line-height: 16px;
cursor: pointer;
  }
  .main_mainleft_love p{
    color: #FFFFFF;
    max-width: 80%;
  }











.mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  justify-content: center;
}
.main_mainleft_Play {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
 .main_mainleft_Play dl{
  display: flex
;
    flex-direction: column;
    align-items: center;
 }
.main_mainleft_Play dl dt {
  width: 170px;
  height: 170px;
  background: #D9D9D9;
  overflow: hidden;
  box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.1);
border-radius: 20px 20px 20px 20px;
border: 4px solid #8168FF;
}
.main_mainleft_Play dl dt img {
  width: 100%;
  height: 100%;
}

.ppPlay {
  font-family: Nunito, Nunito;
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 28px;
  text-shadow: 0px 0px 4px rgba(0,0,0,0.2);
  display: flex;
  align-items: center;
  width: 330px;
  height: 42px;
  background: #8168FF;
  margin-top: 28px;
  border-radius: 100px 100px 100px 100px;
  justify-content: center;
  cursor: pointer;
  border-radius: 20px 20px 20px 20px;
}
.hidden {
  display: none;
}
.fullscreen {
  position: fixed;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 999999999999;
    display: flex;
    background: #292833;
    flex-direction: column-reverse;
}
.mainrteh6 {
  margin-top: 0px;
}
.jieshai {
  margin-top: 30px;
}
/*  */
.gaol{
    gap: 20px;
    display: grid;
    grid-auto-rows: 125px;
    box-sizing: border-box;
  
    justify-content: center;
    padding: 20px ;
    grid-template-columns: repeat(6, 125px);
   
}

.gaol_li1{
  background: #b2b0b0;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
  border-radius: 20px 20px 20px 20px;
    overflow: auto;
}




























@media (max-width: 900px) {
  .game {
 width: 95%;

}
.gaol{
  grid-auto-rows: 172px;
  grid-template-columns: repeat(4, 172px);
}
}

@media (max-width: 840px) {
  .gaol{
    grid-auto-rows: 120px;
    grid-template-columns: repeat(4, 120px);
  }
  .main_mainleft_love ul li {

    margin-right: 0px;margin-left: 20px;
    
}
}
@media (max-width: 700px) {
  .fll{
   display: none;
  }
  .gaol {
    grid-auto-rows: 100px;
    gap: 12px;
    grid-template-columns: repeat(3, 100px);
}
}
@media (max-width:620px) {
  .main_mainleft_love{
    padding: 16px;
  }
  .main_mainleft_love p {
    
    font-family: Nunito, Nunito;
font-weight: bold;
font-size: 16px;
color: #FFFFFF;
line-height: 20px;
overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;

}
.main_mainleft_Play dl dt {
  width: 136px;
  height: 136px;
  background: #D9D9D9;
  box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.1);
  border-radius: 20px 20px 20px 20px;
  border: 2px solid #8168FF;
}
.ppPlay {
  width: 223px;
  height: 42px;
  background: #8168FF;
  border-radius: 20px 20px 20px 20px;
  font-size: 14px;
  line-height: 18px;


}
}
@media (max-width:345px) {

  .gaol {
    grid-auto-rows: 88px;
    grid-template-columns: repeat(3, 88px);
}

}