#content {
  background-image: linear-gradient(#85D1EA, #7FF6AC);
  padding-bottom: 30px;
  position: relative;
}
#content .kuang {
  width: 100%;
  height: 144%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  display: none;
}
#content .kuang .kuang_child1 {
  width: 100%;
  background: #2CD3DE;
}
#content .kuang .kuang_child1 .kuang_child {
  width: 1280px;
  background: #2CD3DE;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  margin: 0 auto;
  overflow: hidden;
  padding: 32px 116px 0;
  box-sizing: border-box;
}
#content .kuang .kuang_child1 .kuang_child .sousuo {
  width: 1047px;
  display: flex;
  background-color: #fff;
  border-radius: 30px;
}
#content .kuang .kuang_child1 .kuang_child .sousuo a {
  display: block;
  width: 62px;
  height: 76px;
  background-color: #fff;
  border-radius: 30px 0 0 30px;
  text-align: right;
  line-height: 76px;
}
#content .kuang .kuang_child1 .kuang_child .sousuo a img {
  width: 32px;
  height: 32px;
}
#content .kuang .kuang_child1 .kuang_child .sousuo input {
  width: 985px;
  height: 76px;
  border-radius: 0 30px 30px 0;
  background-color: #fff;
  border: none;
  padding-left: 10px;
  box-sizing: border-box;
}
#content .kuang .kuang_child1 .kuang_child .game_biaoqian {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
#content .kuang .kuang_child1 .kuang_child .game_biaoqian a {
  margin-right: 12px;
  background: #FFFFFF;
  border-radius: 50px 50px 50px 50px;
  opacity: 1;
  border: 1px solid #FFFFFF;
  font-size: 16px;
  font-family: FuturaPT-Bold;
  color: #586168;
  line-height: 19px;
  padding: 12px 24px;
  font-weight: bold;
  margin-bottom: 12px;
}
#content .kuang .kuang_child1 .kuang_child .game_biaoqian a:hover {
  background-color: #FC813D;
  color: #fff;
  border: 1px solid #FC813D;
}
#content .content_top {
  width: 1280px;
  padding: 24px 10px 0;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto 12px;
}
#content .content_top .content_title {
  height: 20px;
  font-size: 18px;
  font-family: FuturaPT-Bold;
  font-weight: bold;
  color: #586168;
  line-height: 20px;
  margin-bottom: 12px;
}
#content .content_top .li_one {
  background-color: #fff;
  border-radius: 30px;
  position: fixed;
  width: 94px;
  height: 94px;
  top: 57px;
  box-sizing: border-box;
  z-index: 10;
}
#content .content_top .li_one .top {
  width: 100%;
  height: 60px;
}
#content .content_top .li_one .top a img {
  width: 94px;
  height: 69px;
}
#content .content_top .li_one .bottom {
  overflow: hidden;
  border-top: 1px solid #f1f1f1;
  width: 100%;
  height: 34px;
  display: flex;
}
#content .content_top .li_one .bottom a {
  width: 49%;
  text-align: center;
  padding-top: 5px;
  box-sizing: border-box;
}
#content .content_top .li_one .bottom a img {
  width: 25px;
  height: 25px;
  margin-left: 8px;
}
#content .content_top .li_one .bottom #a1 img {
  margin-left: 0px;
}
#content .content_top .li_one .bottom a:nth-child(1) {
  border-right: 1px solid #f1f1f1;
}
#content .content_top .detail_ul {
  width: 1164px;
  display: grid;
  grid-template-columns: repeat(auto-fill, 200px);
  grid-gap: 12px;
  margin-left: 116px;
}
#content .content_top .detail_ul .detail_li {
  border-radius: 30px;
  box-shadow: 0px 4px 10px 1px rgba(160, 160, 160, 0.6);
  position: relative;
  overflow: hidden;
}
#content .content_top .detail_ul .detail_li a {
  height: 200px;
  display: block;
}
#content .content_top .detail_ul .detail_li a img {
  height: 200px;
  object-fit: cover;
  border-radius: 30px;
  display: block;
}
#content .content_top .detail_ul .detail_li .mengceng1 {
  width: 100%;
  height: 50px;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 200px;
  border-radius: 0px 0px 30px 30px;
  padding: 0 15px;
  box-sizing: border-box;
  transition: 0.3s;
}
#content .content_top .detail_ul .detail_li .mengceng1 p {
  width: 156px;
  font-size: 14px;
  font-family: FuturaPT-Bold;
  font-weight: bold;
  color: #FFFFFF;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#content .content_top .detail_ul .li_one:hover {
  transform: scale(1);
}
#content .content_top .detail_ul li:hover {
  transform: scale(1.1);
}
#content .content_top .detail_ul li:hover .mengceng {
  top: 60px;
}
#content .content_top .detail_ul li:hover .mengceng1 {
  top: 150px;
}
#content .content_top .beijing {
  display: none;
  text-align: center;
}
#content .content_bottom {
  width: 1280px;
  padding: 0 10px 0;
  box-sizing: border-box;
  margin: 0 auto;
}
#content .content_bottom .title {
  height: 20px;
  font-size: 18px;
  font-family: FuturaPT-Bold;
  font-weight: bold;
  color: #586168;
  line-height: 20px;
  margin-bottom: 16px;
}
#content .content_bottom .game_list {
  display: grid;
  grid-template-columns: repeat(auto-fill, 94px);
  grid-gap: 12px;
  list-style: none;
}
#content .content_bottom .game_list .detail_li {
  border-radius: 30px;
  box-shadow: 0px 4px 10px 1px rgba(160, 160, 160, 0.6);
  position: relative;
  overflow: hidden;
}
#content .content_bottom .game_list .detail_li a {
  height: 94px;
  display: block;
}
#content .content_bottom .game_list .detail_li a img {
  height: 94px;
  object-fit: cover;
  border-radius: 30px;
  display: block;
}
#content .content_bottom .game_list .detail_li .mengceng {
  width: 100%;
  height: 34px;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 94px;
  border-radius: 0px 0px 30px 30px;
  padding: 0 15px;
  box-sizing: border-box;
  transition: 0.3s;
}
#content .content_bottom .game_list .detail_li .mengceng p {
  width: 56px;
  font-size: 14px;
  font-family: FuturaPT-Bold;
  font-weight: bold;
  color: #FFFFFF;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#content .content_bottom .game_list li:hover {
  transform: scale(1.2);
}
#content .content_bottom .game_list li:hover .mengceng {
  top: 60px;
}
#content .content_bottom .game_list li:hover .mengceng1 {
  top: 150px;
}
@media (min-width: 360px) and (max-width: 543px) {
  #content .content_top {
    width: 360px;
    padding: 20px 27px 0;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto 12px;
  }
  #content .content_top .content_title {
    height: 20px;
    font-size: 18px;
    font-family: FuturaPT-Bold;
    font-weight: bold;
    color: #586168;
    line-height: 20px;
    margin-bottom: 12px;
  }
  #content .content_top .li_one {
    background-color: #fff;
    position: fixed !important;
    width: 94px;
    height: 94px;
    top: 57px;
    box-sizing: border-box;
    z-index: 10;
    border-radius: 30px;
    box-shadow: 0px 4px 10px 1px rgba(160, 160, 160, 0.6);
    position: relative;
    overflow: hidden;
    display: inline-block;
  }
  #content .content_top .li_one .top {
    width: 100%;
    height: 60px;
  }
  #content .content_top .li_one .top a img {
    width: 94px;
    height: 69px;
  }
  #content .content_top .li_one .bottom {
    overflow: hidden;
    border-top: 1px solid #f1f1f1;
    width: 100%;
    height: 34px;
    display: flex;
  }
  #content .content_top .li_one .bottom p,
  #content .content_top .li_one .bottom a {
    width: 49%;
    font-size: 16px;
    text-align: center;
    padding-top: 5px;
    box-sizing: border-box;
  }
  #content .content_top .li_one .bottom p {
    border-right: 1px solid #f1f1f1;
  }
  #content .content_top .detail_ul {
    width: 306px;
    display: grid;
    grid-template-columns: repeat(auto-fill, 94px);
    grid-gap: 12px;
    margin: 130px 0px 0px 0px;
  }
  #content .content_top .detail_ul .detail_li {
    border-radius: 30px;
    box-shadow: 0px 4px 10px 1px rgba(160, 160, 160, 0.6);
    position: relative;
    overflow: hidden;
  }
  #content .content_top .detail_ul .detail_li a {
    height: 94px;
    display: block;
  }
  #content .content_top .detail_ul .detail_li a img {
    height: 94px;
    object-fit: cover;
    border-radius: 30px;
    display: block;
  }
  #content .content_top .beijing {
    display: none;
    text-align: center;
    margin-top: 150px;
  }
  #content .content_top .beijing img {
    width: 203px;
    height: 158px;
  }
  #content .content_bottom {
    width: 360px;
    padding: 0 27px 0;
    box-sizing: border-box;
    margin: 40px auto 0;
    height: 555px;
    overflow: hidden;
  }
  #content .content_bottom .title {
    height: 20px;
    font-size: 18px;
    font-family: FuturaPT-Bold;
    font-weight: bold;
    color: #586168;
    line-height: 20px;
    margin-bottom: 16px;
  }
  #content .content_bottom .game_list {
    display: grid;
    grid-template-columns: repeat(auto-fill, 94px);
    grid-gap: 12px;
    list-style: none;
  }
  #content .content_bottom .game_list .detail_li {
    border-radius: 30px;
    box-shadow: 0px 4px 10px 1px rgba(160, 160, 160, 0.6);
    position: relative;
    overflow: hidden;
  }
  #content .content_bottom .game_list .detail_li a {
    height: 94px;
    display: block;
  }
  #content .content_bottom .game_list .detail_li a img {
    height: 94px;
    object-fit: cover;
    border-radius: 30px;
    display: block;
  }
}
@media (min-width: 744px) and (max-width: 1180px) {
  #content .content_top {
    width: 744px;
    padding: 16px 7px 0;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto 12px;
  }
  #content .content_top .content_title {
    height: 20px;
    font-size: 18px;
    font-family: FuturaPT-Bold;
    font-weight: bold;
    color: #586168;
    line-height: 20px;
    margin-bottom: 12px;
  }
  #content .content_top .li_one {
    background-color: #fff;
    position: fixed !important;
    width: 94px;
    height: 94px;
    top: 57px;
    box-sizing: border-box;
    z-index: 10;
    border-radius: 30px;
    box-shadow: 0px 4px 10px 1px rgba(160, 160, 160, 0.6);
    position: relative;
    overflow: hidden;
    display: inline-block;
  }
  #content .content_top .li_one .top {
    width: 100%;
    height: 60px;
  }
  #content .content_top .li_one .top a img {
    width: 94px;
    height: 69px;
  }
  #content .content_top .li_one .bottom {
    overflow: hidden;
    border-top: 1px solid #f1f1f1;
    width: 100%;
    height: 34px;
    display: flex;
  }
  #content .content_top .li_one .bottom p,
  #content .content_top .li_one .bottom a {
    width: 49%;
    font-size: 16px;
    text-align: center;
    padding-top: 5px;
    box-sizing: border-box;
  }
  #content .content_top .li_one .bottom p {
    border-right: 1px solid #f1f1f1;
  }
  #content .content_top .detail_ul {
    width: 624px;
    display: grid;
    grid-template-columns: repeat(auto-fill, 200px);
    grid-gap: 12px;
    margin-left: 105px;
  }
  #content .content_top .detail_ul .detail_li {
    border-radius: 30px;
    box-shadow: 0px 4px 10px 1px rgba(160, 160, 160, 0.6);
    position: relative;
    overflow: hidden;
  }
  #content .content_top .detail_ul .detail_li a {
    height: 200px;
    display: block;
  }
  #content .content_top .detail_ul .detail_li a img {
    height: 200px;
    object-fit: cover;
    border-radius: 30px;
    display: block;
  }
  #content .content_top .detail_ul .detail_li .mengceng1 {
    width: 100%;
    height: 50px;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 200px;
    border-radius: 0px 0px 30px 30px;
    padding: 0 15px;
    box-sizing: border-box;
    transition: 0.3s;
  }
  #content .content_top .detail_ul .detail_li .mengceng1 p {
    width: 156px;
    font-size: 14px;
    font-family: FuturaPT-Bold;
    font-weight: bold;
    color: #FFFFFF;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  #content .content_top .detail_ul .li_one:hover {
    transform: scale(1);
  }
  #content .content_top .detail_ul li:hover {
    transform: scale(1.1);
  }
  #content .content_top .detail_ul li:hover .mengceng {
    top: 60px;
  }
  #content .content_top .detail_ul li:hover .mengceng1 {
    top: 150px;
  }
  #content .content_top .beijing {
    display: none;
    text-align: center;
    margin-top: 150px;
  }
  #content .content_bottom {
    width: 744px;
    padding: 0 7px 0;
    box-sizing: border-box;
    margin: 0 auto;
  }
  #content .content_bottom .title {
    height: 20px;
    font-size: 18px;
    font-family: FuturaPT-Bold;
    font-weight: bold;
    color: #586168;
    line-height: 20px;
    margin-bottom: 16px;
  }
  #content .content_bottom .game_list {
    display: grid;
    grid-template-columns: repeat(auto-fill, 94px);
    grid-gap: 12px;
    list-style: none;
  }
  #content .content_bottom .game_list .detail_li {
    border-radius: 30px;
    box-shadow: 0px 4px 10px 1px rgba(160, 160, 160, 0.6);
    position: relative;
    overflow: hidden;
  }
  #content .content_bottom .game_list .detail_li a {
    height: 94px;
    display: block;
  }
  #content .content_bottom .game_list .detail_li a img {
    height: 94px;
    object-fit: cover;
    border-radius: 30px;
    display: block;
  }
  #content .content_bottom .game_list .detail_li .mengceng {
    width: 100%;
    height: 34px;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 94px;
    border-radius: 0px 0px 30px 30px;
    padding: 0 15px;
    box-sizing: border-box;
    transition: 0.3s;
  }
  #content .content_bottom .game_list .detail_li .mengceng p {
    width: 56px;
    font-size: 14px;
    font-family: FuturaPT-Bold;
    font-weight: bold;
    color: #FFFFFF;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  #content .content_bottom .game_list li:hover {
    transform: scale(1.1);
  }
  #content .content_bottom .game_list li:hover .mengceng {
    top: 60px;
  }
  #content .content_bottom .game_list li:hover .mengceng1 {
    top: 150px;
  }
}
