@media (min-width: 320px) and (max-width: 768px) {
  .pcMenu {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1001;
    color: #333;
    height: 100vh;
  }
  .pcMenu .box {
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.5);
  }
  .pcMenu .box ul {
    padding: 70px 0 0 10px;
    width: 70%;
    height: 100vh;
    background-color: #fff;
  }
  .pcMenu .box ul li {
    border-bottom: 1px solid #e1e1e1;
    padding: 10px 20px;
  }
  .pcMenu .box ul li a {
    color: #333;
    font-size: 22px;
    font-weight: 700;
  }
  .pcContent2 {
    background-color: #f0eeee;
    padding: 40px 20px;
  }
  .pcContent2 .title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .pcContent2 .box2 .newGameBox .newItems {
    margin-top: 10px;
    width: 100%;
    margin-right: 10px;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
  }
  .pcContent2 .box2 .newGameBox .newItems a {
    color: #333;
  }
  .pcContent2 .box2 .newGameBox .newItems a img {
    width: 100%;
    height: 150px;
  }
  .pcContent2 .box2 .newGameBox .newItems div {
    width: 100%;
    padding: 10px;
  }
  .pcContent2 .box2 .newGameBox .newItems:hover {
    transform: translateY(-10px);
  }
  .pcContent1 {
    padding: 20px;
  }
  .pcContent1 .box2 .newGameBox {
    flex-wrap: wrap;
  }
  .pcContent1 .box2 .newGameBox .newItems {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 32%;
    margin-right: 10px;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
  }
  .pcContent1 .box2 .title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .pcContent1 .box2 .scrollItem {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    display: -webkit-box;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .pcContent1 .box2 .scrollItem .scrollItems {
    position: relative;
    width: 180px;
    margin-right: 20px;
  }
  .pcContent1 .box2 .scrollItem .scrollItems a {
    color: #333;
  }
  .pcContent1 .box2 .scrollItem .scrollItems div {
    width: 100%;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 16px;
    overflow: hidden;
  }
  .pcContent1 .box2 .scrollItem .scrollItems img {
    height: 150px;
    width: 100%;
  }
  .pcContent .boxContent {
    padding: 20px;
  }
  .pcContent .boxContent .items {
    margin: 10px 10px 0 0;
    width: 100%;
  }
  .pcContent .boxContent .items a {
    color: #666;
  }
  .pcContent .boxContent .items:hover {
    cursor: pointer;
  }
  .pcContent .boxContent .items .leftContent {
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    padding: 0px 0 0px 10px ;
    width: 100%;
  }
  .pcContent .boxContent .items .leftContent .title {
    width: 50%;
  }
  .pcContent .boxContent .items .leftContent img {
    width: 50%;
    height: 80px;
  }
  .pcContent .boxContent .items p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: none;
  }
  .pcContent .buttons {
    border: 1px solid #333;
    border-radius: 50px;
    padding: 10px 20px;
    text-align: center;
    background-color: #fff;
    margin: 20px 0;
  }
  .pcBanner {
    z-index: 1001;
    margin-top: 62px;
  }
  .pcBanner swiper-slide {
    width: 70%;
    text-align: center;
  }
  .pcBanner swiper-slide img {
    height: 260px;
    width: 100%;
  }
  .phoneHeader {
    width: 100%;
    background-color: black;
    padding: 10px 20px;
    color: #fff;
    position: fixed;
    z-index: 1002;
    top: 0;
  }
  .phoneHeader .logo {
    font-family: "comic sans ms";
  }
  .phoneHeader .logo a {
    color: #fff;
    font-size: 20px;
  }
  .phoneHeader img {
    width: 40px;
    margin-left: 10px;
  }
  .pcHeader {
    display: none;
  }
  .pcFooter .one {
    background-color: #666;
    padding: 20px;
  }
  .pcFooter .one a {
    color: #fff;
  }
  .pcFooter .two {
    font-family: 'Courier New', Courier, monospace;
    background-color: black;
    text-align: center;
    font-size: 28px;
    color: #fff;
    padding: 40px 0;
  }
  .pcFooter .two .copy {
    margin-top: 10px;
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .pcMenu {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1001;
    color: #333;
    height: 100vh;
  }
  .pcMenu .box {
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.5);
  }
  .pcMenu .box ul {
    padding: 70px 0 0 10px;
    width: 70%;
    height: 100vh;
    background-color: #fff;
  }
  .pcMenu .box ul li {
    border-bottom: 1px solid #e1e1e1;
    padding: 10px 20px;
  }
  .pcMenu .box ul li a {
    color: #333;
    font-size: 22px;
    font-weight: 700;
  }
  .pcContent2 {
    background-color: #f0eeee;
    padding: 40px 20px;
  }
  .pcContent2 .title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .pcContent2 .box2 .newGameBox .newItems {
    margin-top: 10px;
    width: 100%;
    margin-right: 10px;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
  }
  .pcContent2 .box2 .newGameBox .newItems a {
    color: #333;
  }
  .pcContent2 .box2 .newGameBox .newItems a img {
    width: 100%;
    height: 250px;
  }
  .pcContent2 .box2 .newGameBox .newItems div {
    width: 100%;
    padding: 10px;
  }
  .pcContent2 .box2 .newGameBox .newItems:hover {
    transform: translateY(-10px);
  }
  .pcContent1 {
    padding: 20px;
  }
  .pcContent1 .box2 .newGameBox {
    flex-wrap: wrap;
  }
  .pcContent1 .box2 .newGameBox .newItems {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 32%;
    margin-right: 10px;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
  }
  .pcContent1 .box2 .title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .pcContent1 .box2 .scrollItem {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    display: -webkit-box;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .pcContent1 .box2 .scrollItem .scrollItems {
    position: relative;
    width: 180px;
    margin-right: 20px;
  }
  .pcContent1 .box2 .scrollItem .scrollItems a {
    color: #333;
  }
  .pcContent1 .box2 .scrollItem .scrollItems div {
    width: 100%;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 16px;
    overflow: hidden;
  }
  .pcContent1 .box2 .scrollItem .scrollItems img {
    height: 150px;
    width: 100%;
  }
  .pcContent .boxContent {
    padding: 20px;
  }
  .pcContent .boxContent .items {
    margin: 10px 10px 0 0;
    width: 100%;
  }
  .pcContent .boxContent .items a {
    color: #666;
  }
  .pcContent .boxContent .items:hover {
    cursor: pointer;
  }
  .pcContent .boxContent .items .leftContent {
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    padding: 0px 0 0px 10px ;
    width: 100%;
  }
  .pcContent .boxContent .items .leftContent .title {
    width: 50%;
  }
  .pcContent .boxContent .items .leftContent img {
    width: 50%;
    height: 80px;
  }
  .pcContent .boxContent .items p {
    display: none;
  }
  .pcContent .buttons {
    border: 1px solid #333;
    border-radius: 50px;
    padding: 10px 20px;
    text-align: center;
    background-color: #fff;
    margin: 20px 0;
  }
  .pcBanner {
    z-index: 1001;
    margin-top: 62px;
  }
  .pcBanner swiper-slide {
    width: 70%;
    text-align: center;
  }
  .pcBanner swiper-slide img {
    height: 300px;
    width: 100%;
  }
  .phoneHeader {
    width: 100%;
    background-color: black;
    padding: 10px 20px;
    color: #fff;
    position: fixed;
    z-index: 1002;
    top: 0;
  }
  .phoneHeader .logo {
    font-family: "comic sans ms";
  }
  .phoneHeader .logo a {
    color: #fff;
    font-size: 20px;
  }
  .phoneHeader img {
    width: 40px;
    margin-left: 10px;
  }
  .pcHeader {
    display: none;
  }
  .pcFooter .one {
    background-color: #666;
    padding: 20px;
  }
  .pcFooter .one a {
    color: #fff;
  }
  .pcFooter .two {
    font-family: 'Courier New', Courier, monospace;
    background-color: black;
    text-align: center;
    font-size: 28px;
    color: #fff;
    padding: 40px 0;
  }
  .pcFooter .two .copy {
    margin-top: 10px;
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .pcMenu {
    display: none;
  }
  .phoneHeader {
    display: none;
  }
  .container {
    width: 1200px;
    margin: 0 auto;
  }
  .pcFooter .one {
    background-color: #666;
    padding: 20px;
  }
  .pcFooter .one a {
    color: #fff;
  }
  .pcFooter .two {
    font-family: 'Courier New', Courier, monospace;
    background-color: black;
    text-align: center;
    font-size: 28px;
    color: #fff;
    padding: 40px 0;
  }
  .pcFooter .two .copy {
    margin-top: 10px;
    font-size: 16px;
  }
  .pcContent2 {
    background-color: #f0eeee;
    padding: 40px 0;
  }
  .pcContent2 .title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .pcContent2 .box2 .newGameBox {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .pcContent2 .box2 .newGameBox .newItems {
    margin-top: 10px;
    width: 32%;
    margin-right: 10px;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
  }
  .pcContent2 .box2 .newGameBox .newItems a {
    color: #333;
  }
  .pcContent2 .box2 .newGameBox .newItems a img {
    width: 100%;
    height: 300px;
  }
  .pcContent2 .box2 .newGameBox .newItems div {
    width: 100%;
    padding: 10px;
  }
  .pcContent2 .box2 .newGameBox .newItems:hover {
    transform: translateY(-10px);
  }
  .pcContent1 {
    padding: 40px 0;
  }
  .pcContent1 .box2 .newGameBox {
    flex-wrap: wrap;
  }
  .pcContent1 .box2 .newGameBox .newItems {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 32%;
    margin-right: 10px;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
  }
  .pcContent1 .box2 .title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .pcContent1 .box2 .scrollItem {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    display: -webkit-box;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .pcContent1 .box2 .scrollItem .scrollItems {
    position: relative;
    width: 200px;
    margin-right: 20px;
  }
  .pcContent1 .box2 .scrollItem .scrollItems a {
    color: #333;
  }
  .pcContent1 .box2 .scrollItem .scrollItems div {
    width: 100%;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
  }
  .pcContent1 .box2 .scrollItem .scrollItems img {
    height: 200px;
    width: 100%;
  }
  .pcContent {
    background-color: #f0eeee;
    padding: 40px 0;
  }
  .pcContent .boxContent {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .pcContent .boxContent .items {
    margin: 10px 10px 0 0;
    width: 32%;
  }
  .pcContent .boxContent .items a {
    color: #666;
  }
  .pcContent .boxContent .items:hover {
    cursor: pointer;
  }
  .pcContent .boxContent .items .leftContent {
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    padding: 0px 0 0px 10px ;
    width: 100%;
  }
  .pcContent .boxContent .items .leftContent .title {
    width: 50%;
  }
  .pcContent .boxContent .items .leftContent img {
    width: 50%;
    height: 100px;
  }
  .pcContent .boxContent .items p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;
    font-size: 14px;
    font-family: 'Courier New', Courier, monospace;
  }
  .pcContent .buttons {
    border: 1px solid #333;
    border-radius: 50px;
    padding: 10px 20px;
    text-align: center;
    background-color: #fff;
    margin-top: 40px;
  }
  .pcContent .buttons:hover {
    background-color: #333;
    color: #fff;
    cursor: pointer;
  }
  .pcBanner {
    z-index: 1001;
    margin-top: 116px;
  }
  .pcBanner swiper-container {
    width: 100%;
  }
  .pcBanner swiper-slide {
    background-position: center;
    background-size: cover;
    width: 70%;
    height: 400px;
    border-radius: 10px;
    border: 1px saddlebrown solid;
    overflow: hidden;
  }
  .pcBanner swiper-slide img {
    display: block;
    width: 100%;
  }
  .pcHeader {
    z-index: 1002;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 40px 0;
    background-color: black;
  }
  .pcHeader .logo {
    font-size: 22px;
    font-family: "comic sans ms";
  }
  .pcHeader .logo a {
    color: #fff;
  }
  .pcHeader .pcTabs li {
    margin-right: 40px;
    font-size: 20px;
    font-family: 'Courier New', Courier, monospace;
  }
  .pcHeader .pcTabs li a {
    color: #fff;
  }
}
