.pcBody {
  background-color: #11317b;
}
@media (min-width: 320px) and (max-width: 768px) {
  .pcHeader {
    display: none;
  }
  .pcMenu {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1001;
    color: #333;
    height: 100vh;
  }
  .pcMenu .box {
    width: 100vw;
    height: 100vh;
  }
  .pcMenu .box ul {
    background-color: #0c2563;
    padding: 70px 0 0 10px;
    width: 70%;
    height: 100vh;
  }
  .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: #22c7c3;
    width: 100%;
  }
  .phoneHeader img {
    width: 40px;
  }
  .phoneHeader .logo img {
    margin-right: 10px;
  }
  .phoneHeader .logo a {
    color: #fff;
    font-family: "comic sans ms";
  }
  .pcContent .top {
    display: none;
  }
  .pcContent .bottomContent {
    margin: 30px 10px 0;
    background-color: #0f7794;
    padding: 10px 0;
    border-radius: 10px;
  }
  .pcContent .bottomContent .titles {
    color: #fff;
    margin: 0 10px 0px;
    font-size: 20px;
  }
  .pcContent .bottomContent ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .pcContent .bottomContent ul li {
    margin: 0px 8px;
    width: 28.8%;
    margin-top: 20px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
  }
  .pcContent .bottomContent ul li .gameName {
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 4px 10px;
    font-size: 14px;
    font-weight: 700;
  }
  .pcContent .bottomContent ul li a {
    color: #333;
  }
  .pcContent .bottomContent ul li img {
    height: 100px;
    width: 100%;
  }
  .pcFooter {
    background-color: #22c7c3;
    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;
    height: 100vh;
  }
  .pcMenu .box {
    width: 100vw;
    height: 100vh;
  }
  .pcMenu .box ul {
    background-color: #0c2563;
    padding: 70px 0 0 10px;
    width: 70%;
    height: 100vh;
  }
  .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: #22c7c3;
    width: 100%;
    font-size: 20px;
  }
  .phoneHeader img {
    width: 40px;
  }
  .phoneHeader .logo img {
    margin-right: 10px;
  }
  .phoneHeader .logo a {
    color: #fff;
    font-family: "comic sans ms";
  }
  .pcContent .top {
    display: none;
  }
  .pcContent .bottomContent {
    margin: 30px 10px 0;
    background-color: #0f7794;
    padding: 10px 0;
    border-radius: 10px;
  }
  .pcContent .bottomContent .titles {
    color: #fff;
    margin: 0 10px 0px;
    font-size: 20px;
  }
  .pcContent .bottomContent ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .pcContent .bottomContent ul li {
    margin: 0px 8px;
    width: 31.3%;
    margin-top: 20px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
  }
  .pcContent .bottomContent ul li .gameName {
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 4px 10px;
    font-size: 14px;
    font-weight: 700;
  }
  .pcContent .bottomContent ul li a {
    color: #333;
  }
  .pcContent .bottomContent ul li img {
    height: 200px;
    width: 100%;
  }
  .pcFooter {
    background-color: #22c7c3;
    text-align: center;
    padding: 20px 0 80px;
    color: #fff;
    margin-top: 50px;
  }
  .pcFooter a {
    color: #fff;
    font-size: 18px;
  }
  .pcFooter .copy {
    margin-top: 20px;
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
    margin: 0 auto;
  }
  .pcBody {
    padding-top: 40px;
  }
  .pcHeader {
    background-color: #23C6C4;
    padding: 10px 0;
  }
  .pcHeader .pcTabs {
    font-weight: 700;
  }
  .pcHeader .pcTabs ul li {
    margin-right: 20px;
  }
  .pcHeader .pcTabs ul li a {
    color: #fff;
  }
  .pcHeader .pcTabs ul li a:hover {
    border-bottom: 4px solid #fff;
  }
  .pcHeader .search {
    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;
    font-size: 22px;
  }
  .pcHeader .logo .titles {
    font-family: "comic sans ms";
  }
  .pcHeader .logo img {
    margin-right: 20px;
  }
  .phoneHeader {
    display: none;
  }
  .pcContent {
    padding: 20px 0;
  }
  .pcContent .top {
    background-color: #1377a4;
    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: 15%;
    margin: 0px 10px;
  }
  .pcContent .top ul li a {
    color: #fff;
  }
  .pcContent .top ul li a img {
    height: 200px;
  }
  .pcContent .top ul li a .footerContent {
    font-size: 12px;
    background-color: rgba(255, 255, 255, 0.2);
  }
  .pcContent .top ul li a .footerContent img {
    width: 50px;
    height: 50px;
  }
  .pcContent .bottomContent {
    margin-top: 30px;
    background-color: #0f7794;
    padding: 10px 0;
    border-radius: 10px;
  }
  .pcContent .bottomContent .titles {
    color: #fff;
    margin: 0 10px 0px;
    font-size: 24px;
  }
  .pcContent .bottomContent ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .pcContent .bottomContent ul li {
    margin: 0px 10px;
    width: 12.6%;
    margin-top: 20px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
  }
  .pcContent .bottomContent ul li:hover .gameName {
    transform: translateY(30px);
    transition: all 1s;
  }
  .pcContent .bottomContent ul li .gameName {
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 4px 10px;
    font-size: 14px;
    font-weight: 700;
  }
  .pcContent .bottomContent ul li a {
    color: #333;
  }
  .pcContent .bottomContent ul li img {
    height: 150px;
    width: 100%;
  }
  .pcFooter {
    background-color: #22c7c3;
    text-align: center;
    padding: 20px 0 80px;
    color: #fff;
    margin-top: 50px;
  }
  .pcFooter a {
    color: #fff;
    font-size: 20px;
  }
  .pcFooter .copy {
    margin-top: 20px;
  }
}
