* {
  padding: 0;
  margin: 0;
}
#app {
  width: 100%;
  height: 100%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  /* background-color:#eee  */

}
.home{
  width:70%;
}
@media only screen and (min-width: 600px) {
  body {
    /* width: 70%; */
    margin: 0 auto;
  }
}
@media only screen and (max-width: 360px) {
  .home .gameContainer img {
    width: 100px !important;
    height: 100px !important;
  }

}
.iframe{
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .header .title {
    margin-left: -5px !important;
  }
  .header .search-container .search-input {
    /* width: 70% !important; */
    height: 30px;
    padding-right: 10px !important;
    border-radius:5px;
    border: none; outline: none; border-bottom: 1px solid transparent;
  }
  .header .search-container .search-icon {
    right: 20px !important;
  }
  .otherGameContainer .likeAndHot {
    width: 98% !important;
  }
  .iframe{
    height: 400px;
  }
}
@media (max-width:1000px){
  .header {
    width: 100%;
    height: 60px;
    background-image: linear-gradient(to right, #eee 0%, #808080 100%);
    text-align: center;
    line-height: 60px;
    position: sticky;
    z-index: 99;
    top: 0;
    display: flex;
    justify-content: space-between;
  }
  .header .title {
    margin-left: -70px;
  }
  .header .domain {
    width: 160px;
    height: 100%;
  }
  /* æœç´¢æ¡†æ ·å¼ */
  .header .search-container {
    position: relative;
    display: inline-block;
  }

  .header .search-container .search-input {
    padding-right: 30px; /* ä¸ºæ”¾å¤§é•œå›¾æ ‡ç•™å‡ºç©ºé—´*/
    width: 75%;
    /* width: 160px; */
    height: 30px;
    border-radius:5px;
    border: none; outline: none; border-bottom: 1px solid transparent;
  }

  .header .search-container .search-icon {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 55%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
  }

  /*  */
  .header .icon {
    width: 20px;
    height: 20px;
    padding: 25px 0 0 0;
    margin-right: 20px;
    cursor: pointer;
  }
  .header .icon li {
    width: 18px;
    height: 1px;
    position: absolute;
    background-color: black;
    transform-origin: center;
    margin: 5px 0;
    transition: all 0.3s cubic-bezier(0, 0.99, 0.2, 1);
    list-style: none;
  }
  .header .icon li:nth-child(1) {
    transform: translateY(-500%);
  }
  .header .icon li:nth-child(3) {
    transform: translateY(500%);
  }
  .header .icon:hover li:nth-child(1) {
    transform: translateY(0) rotate(90deg);
    transition: all 0.3s cubic-bezier(0, 0.99, 0.2, 1);
  }
  .header .icon:hover li:nth-child(3) {
    transform: translateY(0) rotate(90deg);
    transition: all 0.3s cubic-bezier(0, 0.99, 0.2, 1);
  }
  .zhezhaoContainer {
    display: none;
    position: fixed;
    overflow-y: auto;
    z-index: 9999;
    background-color: #3a3a3a50;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .zhezhaoContainer .zhezhao {
    /* width: 60%; */
    width: 100%;
    /* background-color: white; */
    background-color: #eee ;
    overflow: auto;
    position: absolute;
    height: 100%;
    right: 0;
    transition: width 2s ease 0;
  }
  .zhezhaoContainer .zhezhao .close {
    padding: 10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-color: #eee ;
  }
  .zhezhaoContainer .zhezhao .el-menu-vertical-demo {
    width: 180px;
    margin-left: 20px;
    background-color: #eee ;
  }
  .zhezhaoContainer .zhezhao .el-icon-s-home{
    background-color: #eee ;
  }
  .zhezhaoContainer .zhezhao .el-submenu__title{
    background-color: #eee ;
  }
  .zhezhaoContainer .zhezhao .el-submenu__title i{
    color:black;
  }
  .zhezhaoContainer .zhezhao .el-menu-item i{
    color:black;
  }
  .zhezhaoContainer .zhezhao li {
    text-align: center;
    background-color: #eee ;
  }
  .ad {
    margin-top: 80px;
    /*background-color: aliceblue;*/
  }
  .home{
    width: 100%;
  }
  .home .words {
    margin-top: 30px;
    margin-left: 30px;
    display: flex;
    justify-content: space-between;
  }
  .home .words .more {
    margin-right: 15%;
    cursor: pointer;
  }
  .home .gameContainer {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    justify-content: space-around;
  }
  .home .gameContainer .gameDiv {
    margin: 10px 0px;
    width: 30%;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    align-items: center;
  }
  .home .gameContainer .gameDiv p {
    width: 75%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .home .gameContainer img {
    width: 90%;
    border-radius: 20px;
  }
  .home .gameContainer p {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
  }
  .otherContainer1 {
    /* margin-left: 15px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap; */
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    justify-content: space-around;
  }
  .otherContainer1 .gameDiv {
    /* width: 100px;
    margin: 10px; */
    margin: 10px 0px;
    width: 30%;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    align-items: center;
  }
  .otherContainer1 .gameDiv p {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .otherContainer1 img {
    /* width: 80px;
    height: 80px;
    border-radius: 20px;
    margin: 0 20px; */
    width: 90%;
    border-radius: 20px;
  }
  .otherContainer1 p {
    text-align: center;
  }
  .otherContainer {
    /* margin-left: 15px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap; */
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    justify-content: space-around;
  }
  .otherContainer .gameDiv {
    /* width: 100px;
    margin: 10px; */
    margin: 10px 0px;
    width: 30%;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    align-items: center;
  }
  .otherContainer .gameDiv p {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .otherContainer img {
    /* width: 80px;
    height: 80px;
    border-radius: 20px;
    margin: 0 20px; */
    width: 90%;
    border-radius: 20px;
  }
  .otherContainer p {
    text-align: center;
  }
  .detailContainer {
    margin: 10px 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
  }
  .detailContainer img {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    margin: 5px 0px;
  }
  .detailContainer p {
    text-align: center;
  }
  .detailContainer .tag {
    margin: 5px 10px 5px 0;
  }
  .detailContainer .block {
    text-align: center;
  }
  .otherGameContainer .likeAndHot {
    /* border: 3px solid #ccc; */
    border-radius: 9px;
    width: 100%;
    margin: auto;
    margin-bottom: 20px;
  }
  .otherGameContainer .likeAndHot .detailAndMore {
    display: flex;
    justify-content: space-between;
  }
  .otherGameContainer .otherGame {
    display: flex;
    align-items: center;
    margin: 20px;
  }
  .otherGameContainer .otherGame img {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    margin-right: 10px;
    cursor: pointer;
  }
  .otherGameContainer h3 {
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .information {
    margin: 10px 10px 20px 15px;
  }
  .information h3 {
    margin: 10px 5px;
  }
  .footer {
    padding: 10px;
    bottom: 0;
    height: 80px;
    /* background-color:#eee ; */
    text-align: center;
  }
  .footer .Privacy{
    cursor: pointer
  }
  /* li:nth-child(1) {
    transform: rotateZ(42deg);
  }
  li:nth-child(2) {
    opacity: 0;
  }
  li:nth-child(3) {
    transform: rotateZ(-42deg);
  } */
  .details-game-inner {
    width: 50%;
    /* margin-left: auto;
      margin-right: auto; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: contents;
    /* height: 200px; */
    /* text-align: center; */
    /* position: relative; */
  }
  .details-game-icon{
    width: 100%;
    height: 200px;
    text-align: center;
    position: relative
  }
  .details-game-icon img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: var(--gray-color);
    height: 101%;
  }
  .btn{
    font-size: 16px;
  }
  .btn{
    width: 60%;
    line-height: 20px;
    border-radius: 25px;
    margin: 0 auto;
    border: 2px solid #FFFFFF;
    /* background: linear-gradient(0deg, #5dcfdd, #67b5f4); */
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 12px 14px 15px -1px rgb(0 0 0 / 20%), -20px -11px 15px -1px hsl(0deg 0% 100% / 40%);
    color: #000;
  }
  button {
    border: 0;
    margin: 20px;
    width: 90%;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    padding: 15px 50px;
    border-radius: 50px;
    color: white;
    outline: none;
    position: relative;
  }
  .green {
    background-image: linear-gradient(to right, #25aae1, #40e495);
    box-shadow: 0 4px 15px 0 rgba(49, 196, 190, 0.75);
  }
  .ad:hover:before {
    background-position: left bottom;
  }
  @keyframes greenAnimation {
    from {
      background-position: right bottom;
    }
    to {
      background-position: left bottom;
    }
  }
}



@media (min-width:1000px){
  .header {
    width: 100%;
    height: 60px;
    background-image: linear-gradient(to right, #eee 0%, #808080 100%);
    text-align: center;
    line-height: 60px;
    position: sticky;
    z-index: 99;
    top: 0;
    display: flex;
    justify-content: space-between;
  }
  .header .title {
    margin-left: -70px;
  }
  .header .domain {
    width: 160px;
    margin-left: 20%;
    height: 80%;
    margin-top: 5px;
  }
  /* æœç´¢æ¡†æ ·å¼ */
  .header .search-container {
    position: relative;
    display: inline-block;
  }

  .header .search-container .search-input {
    padding-right: 30px; /* ä¸ºæ”¾å¤§é•œå›¾æ ‡ç•™å‡ºç©ºé—´*/
    width: 75%;
    /* width: 160px; */
    height: 30px;
    border-radius:5px;
    border: none; outline: none; border-bottom: 1px solid transparent;
  }

  .header .search-container .search-icon {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 55%;
    right: 15px;
    transform: translateY(-50%);
    cursor: pointer;
  }

  /*  */
  .header .icon {
    width: 20px;
    height: 20px;
    padding: 25px 0 0 0;
    margin-right: 20%;
    cursor: pointer;
  }
  .header .icon li {
    width: 18px;
    height: 1px;
    position: absolute;
    background-color: black;
    transform-origin: center;
    margin: 5px 0;
    transition: all 0.3s cubic-bezier(0, 0.99, 0.2, 1);
    list-style: none;
  }
  .header .icon li:nth-child(1) {
    transform: translateY(-500%);
  }
  .header .icon li:nth-child(3) {
    transform: translateY(500%);
  }
  .header .icon:hover li:nth-child(1) {
    transform: translateY(0) rotate(90deg);
    transition: all 0.3s cubic-bezier(0, 0.99, 0.2, 1);
  }
  .header .icon:hover li:nth-child(3) {
    transform: translateY(0) rotate(90deg);
    transition: all 0.3s cubic-bezier(0, 0.99, 0.2, 1);
  }
  .zhezhaoContainer {
    display: none;
    position: fixed;
    overflow-y: auto;
    z-index: 9999;
    background-color: #3a3a3a50;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .zhezhaoContainer .zhezhao {
    /* width: 60%; */
    width: 100%;
    /* background-color: white; */
    background-color: #eee ;
    overflow: auto;
    position: absolute;
    height: 100%;
    right: 0;
    transition: width 2s ease 0;
  }
  .zhezhaoContainer .zhezhao .close {
    padding: 10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-color: #eee ;
  }
  .zhezhaoContainer .zhezhao .el-menu-vertical-demo {
    width: 180px;
    margin-left: 20px;
    background-color: #eee ;
  }
  .zhezhaoContainer .zhezhao .el-icon-s-home{
    background-color: #eee ;
  }
  .zhezhaoContainer .zhezhao .el-submenu__title{
    background-color: #eee ;
  }
  .zhezhaoContainer .zhezhao .el-submenu__title i{
    color:black;
  }
  .zhezhaoContainer .zhezhao .el-menu-item i{
    color:black;
  }
  .zhezhaoContainer .zhezhao li {
    text-align: center;
    background-color: #eee ;
  }
  .ad {
    margin-top: 80px;
    /*background-color: aliceblue;*/
  }
  .home .words {
    margin-top: 30px;
    margin-left: 10%;
    display: flex;
    justify-content: space-between;
  }
  .home .words .more {
    margin-right: 10%;
    cursor: pointer;
  }
  .home .gameContainer {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    justify-content: space-around;
  }
  .home div{
    transform: translate(11%,0);
  }
  .home .gameContainer .gameDiv {
    margin: 10px 0px;
    width: 15%;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    align-items: center;
  }
  .home .gameContainer .gameDiv p {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .home .gameContainer img {
    width: 60%;
    border-radius: 20px;
  }
  .home .gameContainer p {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
  }
  .otherContainer {
    /* margin-left: 15px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap; */
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    justify-content: space-around;
  }
  .otherContainer1{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    justify-content: space-around;
    width: 80%;
    margin-left: 10%;
  }
  .otherContainer1 .gameDiv {
    /* width: 100px;
    margin: 10px; */
    margin: 10px 0px;
    width: 15%;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    align-items: center;
  }
  .otherContainer1 .gameDiv p {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .otherContainer1 img {
    /* width: 80px;
    height: 80px;
    border-radius: 20px;
    margin: 0 20px; */
    width: 60%;
    border-radius: 20px;
  }
  .otherContainer1 p {
    text-align: center;
  }
  .otherContainer .gameDiv {
    /* width: 100px;
    margin: 10px; */
    margin: 10px 0px;
    width: 15%;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    align-items: center;
  }
  .otherContainer .gameDiv p {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .otherContainer img {
    /* width: 80px;
    height: 80px;
    border-radius: 20px;
    margin: 0 20px; */
    width: 60%;
    border-radius: 20px;
  }
  .otherContainer p {
    text-align: center;
  }
  .detailContainer {
    margin: 10px 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
  }
  .detailContainer img {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    margin: 5px 0px;
  }
  .detailContainer p {
    text-align: center;
  }
  .detailContainer .tag {
    margin: 5px 10px 5px 0;
  }
  .detailContainer .block {
    text-align: center;
  }
  .otherGameContainer .likeAndHot {
    /* border: 3px solid #ccc; */
    border-radius: 9px;
    width: 70%;
    margin: auto;
    margin-bottom: 20px;
  }
  .otherGameContainer .likeAndHot .detailAndMore {
    display: flex;
    justify-content: space-between;
  }
  .otherGameContainer .otherGame {
    display: flex;
    align-items: center;
    margin: 20px;
  }
  .otherGameContainer .otherGame img {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    margin-right: 10px;
    cursor: pointer;
  }
  .otherGameContainer h3 {
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .information {
    margin: 10px 10px 20px 15px;
  }
  .information h3 {
    margin: 10px 5px;
  }
  .footer {
    padding: 10px;
    bottom: 0;
    height: 80px;
    /* background-color:#eee ; */
    text-align: center;
  }
  .footer .Privacy{
    cursor: pointer
  }
  /* li:nth-child(1) {
    transform: rotateZ(42deg);
  }
  li:nth-child(2) {
    opacity: 0;
  }
  li:nth-child(3) {
    transform: rotateZ(-42deg);
  } */
  .details-game-inner {
    width: 50%;
    /* margin-left: auto;
      margin-right: auto; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: contents;
    /* height: 200px; */
    /* text-align: center; */
    /* position: relative; */
  }
  .details-game-icon{
    width: 100%;
    height: 200px;
    text-align: center;
    position: relative
  }
  .details-game-icon img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: var(--gray-color);
    height: 101%;
  }
  .btn {
    width: 20%;
    line-height: 20px;
    border-radius: 25px;
    margin: 0 auto;
    border: 2px solid #FFFFFF;
    /* background: linear-gradient(0deg, #5dcfdd, #67b5f4); */
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 12px 14px 15px -1px rgb(0 0 0 / 20%), -20px -11px 15px -1px hsl(0deg 0% 100% / 40%);
    color: #000;
  }
  button {
    border: 0;
    margin: 20px;
    width: 90%;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    padding: 15px 50px;
    border-radius: 50px;
    color: white;
    outline: none;
    position: relative;
  }
  .green {
    background-image: linear-gradient(to right, #25aae1, #40e495);
    box-shadow: 0 4px 15px 0 rgba(49, 196, 190, 0.75);
  }
  .ad:hover:before {
    background-position: left bottom;
  }
  @keyframes greenAnimation {
    from {
      background-position: right bottom;
    }
    to {
      background-position: left bottom;
    }
  }
}
