.main {
  padding-top: 20px;
}

.main_finme {
  width: 800px;
  height: 660px;
  border-radius: 24px 24px 24px 24px;
  overflow: hidden;
  margin: 0 auto;
}
.main_wanplay {
  width: 100%;
  height: 100%;
}

.dlppsslay {
  position: relative;
  width: 100%;
  height: 100%;
}
.iframe {
  width: 100%;
  height: 100%;
}

#fullscreenToggle {
  position: absolute;
  width: 40px;
  top: 80%;
  right: 10%;
}

.zhezhao_main {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
 background: #83b293;
}
.overlayyy {
  width: 100%;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.main_mainleft_Playgame p {
  font-family: Nunito, Nunito;
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  line-height: 24px;
  text-align: center;
}
.hidden {
  display: none;
}
/* 遮罩 */

.main_mainleft_Play img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 30px;
}

.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.icon-fullscreen:before {
  font-size: 30px;
}

@media (max-width: 900px) {
  .main_finme {
    width: 95%;
    margin: 0 auto;
  }
      
   .recommended {
      
        width: 95%;
       
    }
}
@media (max-width: 600px) {
  .main_finme {
    height: 500px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }

  .main_mainleft_Play img {
    width: 72px;
    height: 72px;
    margin-bottom: 10px;
  }
  .main_mainleft_Playgame p {
    font-size: 14px;
    line-height: 18px;
  }
}
