.pcBody {
  background-color: #C7EFFF;
}
@media (max-width: 768px) {
  .pcHeader {
    display: none;
  }
  .pcMenu {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1001;
    color: #333;
  }
  .pcMenu .box {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .pcMenu .box ul {
    background-color: #00D0FC;
    padding: 70px 0 0 10px;
  }
  .pcMenu .box ul li {
    border-bottom: 1px solid #e1e1e1;
    padding: 10px 20px;
  }
  .pcMenu .box ul li a {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    font-family: cursive;
  }
  .phoneHeader {
    z-index: 1002;
    padding: 10px 20px;
    position: sticky;
    top: 0;
    background-color: #00D0FC;
    width: 100%;
  }
  .phoneHeader img {
    width: 40px;
  }
  .phoneHeader .logo img {
    margin-right: 10px;
  }
  .phoneHeader .logo a {
    color: #FE69E7;
    font-size: 24px;
    font-weight: 700;
    font-family: "comic sans ms";
  }
  .pcContent .top {
    display: none;
  }
  .pcContent .bottomContent {
    margin: 30px 10px 0;
    padding: 10px 0;
    border-radius: 10px;
  }
  .pcContent .bottomContent .titles {
    padding: 10px;
    font-size: 18px;
    background-color: #fff;
  }
  .pcContent .bottomContent .titles .goButton {
    border-radius: 6px;
    padding: 4px;
    font-size: 13px;
    background-color: #00D0FC;
  }
  .pcContent .bottomContent .titles .goButton a {
    color: #fff;
  }
  .pcContent .bottomContent ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* 每行三个item */
    gap: 10px;
  }
  .pcContent .bottomContent ul li {
    margin-top: 20px;
    border-radius: 6px;
    overflow: hidden;
    background-color: #fff;
    padding: 4px;
  }
  .pcContent .bottomContent ul li .gameName,
  .pcContent .bottomContent ul li .type {
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    padding: 4px ;
    font-size: 14px;
    font-weight: 700;
  }
  .pcContent .bottomContent ul li .gameName {
    border-bottom: 1px solid #c1c1c1;
  }
  .pcContent .bottomContent ul li .type {
    color: #c1c1c1;
    font-weight: 300;
    font-size: 12px;
  }
  .pcContent .bottomContent ul li a {
    color: #333;
  }
  .pcContent .bottomContent ul li img {
    width: 100%;
    height: 100px;
  }
  .pcFooter {
    background-color: #00D0FC;
    text-align: center;
    padding: 20px 0 80px;
    color: #fff;
    margin-top: 50px;
  }
  .pcFooter a {
    color: #fff;
    font-size: 14px;
  }
  .pcFooter .copy {
    margin-top: 20px;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .pcHeader {
    display: none;
  }
  .pcMenu {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1001;
    color: #333;
  }
  .pcMenu .box {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .pcMenu .box ul {
    background-color: #00D0FC;
    padding: 70px 0 0 10px;
  }
  .pcMenu .box ul li {
    border-bottom: 1px solid #e1e1e1;
    padding: 10px 20px;
  }
  .pcMenu .box ul li a {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    font-family: cursive;
  }
  .phoneHeader {
    z-index: 1002;
    padding: 10px 20px;
    position: sticky;
    top: 0;
    background-color: #00D0FC;
    width: 100%;
  }
  .phoneHeader img {
    width: 40px;
  }
  .phoneHeader .logo img {
    margin-right: 10px;
  }
  .phoneHeader .logo a {
    color: #FE69E7;
    font-size: 24px;
    font-weight: 700;
    font-family: "comic sans ms";
  }
  .pcContent .top {
    display: none;
  }
  .pcContent .bottomContent {
    margin: 30px 10px 0;
    padding: 10px 0;
    border-radius: 10px;
  }
  .pcContent .bottomContent .titles {
    padding: 10px;
    font-size: 18px;
    background-color: #fff;
  }
  .pcContent .bottomContent .titles .goButton {
    border-radius: 6px;
    padding: 4px;
    font-size: 13px;
    background-color: #00D0FC;
  }
  .pcContent .bottomContent .titles .goButton a {
    color: #fff;
  }
  .pcContent .bottomContent ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* 每行三个item */
    gap: 10px;
  }
  .pcContent .bottomContent ul li {
    margin-top: 20px;
    border-radius: 6px;
    overflow: hidden;
    background-color: #fff;
    padding: 4px;
  }
  .pcContent .bottomContent ul li .gameName,
  .pcContent .bottomContent ul li .type {
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    padding: 4px ;
    font-size: 14px;
    font-weight: 700;
  }
  .pcContent .bottomContent ul li .gameName {
    border-bottom: 1px solid #c1c1c1;
  }
  .pcContent .bottomContent ul li .type {
    color: #c1c1c1;
    font-weight: 300;
    font-size: 12px;
  }
  .pcContent .bottomContent ul li a {
    color: #333;
  }
  .pcContent .bottomContent ul li img {
    width: 100%;
    height: 200px;
  }
  .pcFooter {
    background-color: #00D0FC;
    text-align: center;
    padding: 20px 0 80px;
    color: #fff;
    margin-top: 50px;
  }
  .pcFooter a {
    color: #fff;
    font-size: 14px;
  }
  .pcFooter .copy {
    margin-top: 20px;
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
    margin: 0 auto;
  }
  .pcHeader {
    background-color: #00D0FC;
    padding: 10px 0;
  }
  .pcHeader .pcTabs ul li {
    margin-right: 50px;
  }
  .pcHeader .pcTabs ul li a {
    color: #fff;
    font-size: 20px;
  }
  .pcHeader .pcTabs ul li a:hover {
    border-bottom: 4px solid #fff;
  }
  .pcHeader .search {
    width: 20%;
    padding: 4px 20px;
    border-radius: 30px;
    border: 1px solid #fff;
    font-size: 14px;
    color: #fff;
  }
  .pcHeader .search img {
    margin-left: 20px;
  }
  .pcHeader .logo {
    color: #fff;
    text-align: center;
    margin-bottom: 22px;
  }
  .pcHeader .logo .titles {
    color: #FE69E7;
    font-size: 30px;
    font-family: "comic sans ms";
  }
  .pcHeader .logo img {
    margin-right: 20px;
  }
  .phoneHeader {
    display: none;
  }
  .pcContent {
    padding: 20px 0;
  }
  .pcContent .top {
    background-color: #C7EFFF;
    padding: 10px 0;
    border-radius: 10px;
  }
  .pcContent .top ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .pcContent .top ul li {
    border-radius: 10px;
    overflow: hidden;
    width: 18.2%;
    margin: 0px 10px;
    background-color: #00d0fc;
    padding: 4px;
  }
  .pcContent .top ul li:hover {
    background-color: #FE69E7;
  }
  .pcContent .top ul li img {
    width: 100%;
    height: 150px;
    border-radius: 4px;
  }
  .pcContent .top ul li a {
    color: #fff;
  }
  .pcContent .top ul li a .footerContent {
    font-size: 12px;
    background-color: rgba(255, 255, 255, 0.2);
  }
  .pcContent .bottomContent {
    margin-top: 30px;
    background-color: #C7EFFF;
    padding: 10px 0;
    border-radius: 10px;
  }
  .pcContent .bottomContent .titles {
    padding: 10px;
    font-size: 18px;
    background-color: #fff;
  }
  .pcContent .bottomContent .titles .goButton {
    border-radius: 6px;
    padding: 4px;
    font-size: 16px;
    background-color: #00D0FC;
  }
  .pcContent .bottomContent .titles .goButton a {
    color: #fff;
  }
  .pcContent .bottomContent ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .pcContent .bottomContent ul li {
    margin: 0px 10px;
    width: 15%;
    margin-top: 20px;
    border-radius: 4px;
    overflow: hidden;
    background-color: #fff;
    padding: 4px;
    border-bottom: 4px solid #FE69E7;
  }
  .pcContent .bottomContent ul li:hover {
    transform: translateY(-6px);
    transition: all 1.2s;
  }
  .pcContent .bottomContent ul li .gameName,
  .pcContent .bottomContent ul li .type {
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    padding: 4px 10px;
    font-size: 14px;
    font-weight: 700;
  }
  .pcContent .bottomContent ul li .gameName {
    border-bottom: 1px solid #c1c1c1;
  }
  .pcContent .bottomContent ul li .type {
    color: #c1c1c1;
    font-weight: 300;
    font-size: 12px;
  }
  .pcContent .bottomContent ul li a {
    color: #333;
  }
  .pcContent .bottomContent ul li img {
    width: 100%;
    border-radius: 4px;
    height: 200px;
  }
  .pcFooter {
    background-color: #00D0FC;
    text-align: center;
    padding: 20px 0 80px;
    color: #fff;
    margin-top: 50px;
  }
  .pcFooter a {
    color: #fff;
    font-size: 20px;
  }
  .pcFooter .copy {
    margin-top: 20px;
  }
}
