nav {
  height: 1.6875rem;
  background-color: #ffffff;
  color: #2C2C2C;
  position: relative;
  z-index: 999;
}
nav ul {
  font-size: 0.3125rem;
  display: flex;
  justify-content: center;
  line-height: 1.6875rem;
  text-align: center;
}
nav ul .logo {
  margin-top: 0.0625rem;
  margin-right: 3.5rem;
}
nav ul .logo a {
  display: block;
  font-size: 0.125rem;
  overflow: hidden;
  width: 0.9875rem;
  height: 0;
  padding-top: 1.5rem;
  background: url(../images/banner/LOGO.png) no-repeat;
  background-size: 100% auto;
}
nav ul a {
  display: block;
}
nav ul a li {
  width: 1.7875rem;
  box-sizing: border-box;
}
nav ul a:hover {
  line-height: 1.9rem;
}
nav ul .current {
  background-color: #ED9C1C;
  height: 1.8375rem;
  line-height: 1.9rem;
  color: #fff;
}
.reminder {
  width: 100%;
  height: 1.3125rem;
  background: url(../images/company_profile/组\ 14\ 拷贝.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
  z-index: -1;
}
.reminder .title {
  font-size: 0.375rem;
  width: 3.975rem;
  height: 1.325rem;
  color: #fff;
  background: url(../images/company_profile/组\ 15\ 拷贝.png) no-repeat;
  background-size: 100% 100%;
  text-align: left;
  line-height: 1.8rem;
  position: absolute;
  left: 4.375rem;
  bottom: 0;
}
@media screen and (max-width: 750px) {
  .reminder .title {
    left: 0px;
  }
}
section {
  background: url(../images/index/图层\ 25.png) no-repeat;
  background-size: 100% auto;
}
section .game_products {
  width: 15.0375rem;
  background-color: #fff;
  margin: 0 auto;
  font-size: 0.25rem;
  box-sizing: border-box;
  padding: 0.4625rem 0.4875rem;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
}
section .game_products .title {
  font-size: 0.4375rem;
  position: relative;
  padding: 0.125rem 0.25rem;
  margin-bottom: 0.3125rem;
}
section .game_products .title::before {
  content: "";
  display: block;
  width: 0.1rem;
  height: 0.3875rem;
  background-color: #3DCFBF;
  position: absolute;
  top: 0.25rem;
  left: 0;
}
section .game_products ul {
  display: flex;
  margin-bottom: 1.025rem;
  position: relative;
}
section .game_products ul li {
  width: 5.2875rem;
  height: 3.85rem;
  box-sizing: border-box;
  overflow: hidden;
}
section .game_products ul li:nth-child(1) {
  flex: 2;
  margin-right: 0.5rem;
  padding: 0.075rem 0.075rem 0;
  border: 2px solid #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.58);
}
section .game_products ul li:nth-child(1) img {
  width: 100%;
  height: 2.875rem;
}
section .game_products ul li:nth-child(1) span {
  margin-left: 0.625rem;
  margin-top: 0.0625rem;
  display: inline-block;
  width: 1.55rem;
  height: 0.5625rem;
  text-align: center;
  line-height: 0.5625rem;
  border: 1px solid #d5d5d5;
  font-size: 0.3rem;
  color: #3f3f3f;
  font-weight: 400;
  border-radius: 0.0625rem;
}
section .game_products ul li:nth-child(2) {
  flex: 3;
  font-size: 0.25rem;
  font-weight: 300;
  color: #5d5d5d;
  text-align: left;
  overflow-wrap: break-word;
}
section .game_products ul::after {
  content: "";
  display: block;
  height: 0.2125rem;
  width: 14.3rem;
  background: url(../images/company_products/组\ 8\ 拷贝.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -1.5rem;
  left: 0;
}
section .game_products ul:nth-child(2)::after {
  display: none;
}
footer {
  height: 2.1125rem;
  background-color: #000;
  color: #fff;
  font-size: 0.1875rem;
  text-align: center;
  line-height: 2.5;
  padding: 0.125rem 0;
  box-sizing: border-box;
}
footer ul {
  display: flex;
  justify-content: center;
}
footer ul li {
  margin-left: 0.4rem;
  font-size: 0.25rem;
  position: relative;
}
footer ul li::after {
  content: "";
  display: block;
  width: 0.0375rem;
  height: 0.325rem;
  background-color: #3DCFBF;
  position: absolute;
  top: 0.1875rem;
  right: -0.25rem;
}
footer ul li:nth-last-child(1)::after {
  display: none;
}
footer ul li a {
  color: #fff;
}
