@import url('../css/reset.css');
#content {
  flex: 1;
  width: 1280px;
  margin: 0 auto;
}
header {
  grid-area: 1/1/5/2;
  background: linear-gradient(180deg, #FFE660 0%, #FBB259 100%);
  border-radius: 47px 47px 47px 47px;
  border: 4px solid #FFFFFF;
  height: 412px;
}
header .logo {
  display: block;
  transform: translate(-4px, -10px);
}
header .logo img {
  width: 94px;
  height: 94px;
}
header nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 18px;
}
header nav a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8px 0;
  width: 86px;
  height: 78px;
  border-radius: 12px 12px 12px 12px;
}
header nav a img {
  width: 38px;
  height: 38px;
}
header nav a span {
  height: 24px;
  font-size: 14px;
  font-family: r;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
}
header .search {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
header .search img {
  width: 32px;
  height: 32px;
}
.kuang {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
}
.kuang .kuang_child1 {
  width: 100%;
  background: #002B38;
}
.kuang .kuang_child1 .kuang_child {
  width: 1280px;
  border-radius: 0px;
  margin: 0 auto;
  overflow: hidden;
  padding: 32px 116px 0;
  box-sizing: border-box;
}
.kuang .kuang_child1 .kuang_child .sousuo {
  width: 1047px;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 30px;
  padding: 0 24px;
}
.kuang .kuang_child1 .kuang_child .sousuo img {
  width: 32px;
  height: 32px;
}
.kuang .kuang_child1 .kuang_child .sousuo input {
  width: 985px;
  height: 68px;
  border-radius: 16px;
  background-color: #fff;
  border: none;
  padding-left: 10px;
  box-sizing: border-box;
  font-size: 16px;
  font-family: r;
  font-weight: 500;
  color: #586168;
}
.kuang .kuang_child1 .kuang_child .game_biaoqian {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.kuang .kuang_child1 .kuang_child .game_biaoqian a {
  margin: 0 12px 12px 0;
  background: #FFFFFF;
  border-radius: 50px;
  border: 1px solid #FFFFFF;
  font-size: 16px;
  font-family: r;
  color: #586168;
  line-height: 19px;
  padding: 12px 24px;
  font-weight: bold;
}
.kuang .kuang_child1 .kuang_child .game_biaoqian a:hover {
  background-color: #FACC2E;
  color: #fff;
  border: 1px solid #FACC2E;
}
footer {
  border-top: 1px solid #EAEAEA;
  background: #01465A;
}
footer .foot {
  width: 1280px;
  height: 97px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .foot img {
  width: 49px;
  height: 49px;
  margin-right: 16px;
}
footer .foot ul {
  display: flex;
  align-items: center;
}
footer .foot ul li {
  margin-right: 20px;
}
footer .foot ul li:last-child {
  margin-right: 0;
}
footer .foot ul li a {
  font-size: 16px;
  font-family: b;
  font-weight: bold;
  color: #FFFFFF;
}
footer .foot ul li a:hover {
  text-decoration: underline;
}
.bian {
  background: #FFE660 !important;
}
