@media (min-width: 768px) {
  .header {
    position: fixed;
    /* 让 header 固定 */
    box-sizing: border-box;
    width: 100%;
    z-index: 5;
    /* 确保 header 处于最前层 */
    top: 0;
    left: 0;
    background: #2757A5;
    background-size: cover;
    background-position: center;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    height: 65px;
  }

  .search_input input::placeholder {
    font-size: 18px;
    color: #aaa;
    /* 可选，调整占位文字颜色 */
  }

  .left-content {
    flex: 1;
    display: flex;
    align-items: center;
    /* 让子元素垂直居中 */
  }

  .right-content {
    flex: 1;
    display: flex;
    align-items: center;
    /* 让子元素垂直居中 */
    justify-content: flex-end;
    /* 让右侧内容靠右 */
  }

  .header .left .logo_img .logo_img_icon {
    height: 24px;
    width: auto;
  }

  .header .flex-start {
    margin-right: 20px;
  }


  .header .right {
    /* width: 7rem; */
    height: 12px;
    padding: 0 0 0 24px;
    margin-right: 20px;
  }

  .header .right img {
    width: 100%;
    height: 100%;
  }

  .search {
    display: none;
  }

  .search_pc {
    box-sizing: border-box;
    /* height: 10rem; */
    /* margin-top: 2rem; */
    margin-right: 20rem;
  }

  .search_pc .search_box {
    border-radius: 2rem;
    background-color: #ffffff;
  }

  .search_pc .search_box .search_icon {
    width: 5rem;
    height: 5rem;
    padding: 2rem;
  }

  .search_pc .search_box .search_icon img {
    width: 100%;
    height: 100%;
  }

  .search_pc .search_box .search_input {
    width: calc(100% - 0rem);
    height: 4rem;
    position: relative;
  }

  .search_pc .search_box .search_input input {
    height: 93%;
    width: 90%;
    border: 0;
    background: transparent;
  }

  .search_pc .search_box .search_input input:focus-visible {
    outline: none;
  }

  .search_pc .search_box .search_input .clear_icon {
    z-index: 2;
    position: absolute;
    right: 4rem;
    width: 5rem;
    height: 5rem;
    top: 50%;
    transform: translateY(-50%);
  }

  .search_pc .search_box .search_input .clear_icon img {
    width: 100%;
    height: 100%;
  }

  .Privacy {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-right: 25px;
  }

  .Contact {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-size: 14px;
    height: 24px;
    background-image: linear-gradient(180deg, #2e92d8, #5a5ed3);
    background-origin: border-box;
    border: 2px solid transparent;
    padding: 3px;
    color: #fff;
    text-align: center;
    font-weight: 600;
  }

  /* #endregion */
  .container {
    box-sizing: border-box;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    background-color: #161920;
    /* background-image: url(../image/background.jpg); */
    background-position: top !important;
    background-repeat: no-repeat !important;
    background-size: auto auto !important;
    background-size: initial !important;
  }

  .container.event-none * {
    pointer-events: none;
  }

  .container .header_flex {
    margin: 0 auto;
    width: 80%;
  }

  .container .main {
    box-sizing: border-box;
    margin: 0 auto;
    margin-top: 80px;
  }

  .container .main .swiper_box {
    height: 35px;
  }

  .container .main .swiper_box .swiper {
    display: none;
  }

  .container .main .swiper_box .swiper .swiper-wrapper .swiper-slide {
    color: #fff;
    font-size: 20rem;
    height: 90vw;
    line-height: 150rem;
    text-align: center;
    background-color: #444444;
    position: relative;
  }

  .container .main .swiper_box .swiper .swiper-wrapper .swiper-slide .play_icon {
    width: 100%;
    height: 100%;
  }

  .container .main .swiper_box .swiper .swiper-wrapper .swiper-slide .play_icon img {
    width: 100%;
    height: 100%;
  }

  .container .main .swiper_box .swiper .swiper-wrapper .swiper-slide .play_button {
    width: 78rem;
    height: 38rem;
    line-height: 38rem;
    text-align: center;
    font-size: 16rem;
    font-weight: 400;
    color: #ffffff;
    background: #ff0084;
    border-radius: 20rem;
    position: absolute;
    left: 20rem;
    bottom: 18rem;
  }

  .container .main .swiper_box .swiper .swiper-pagination {
    box-sizing: border-box;
    text-align: right;
    padding-right: 20rem;
  }

  .container .main .swiper_box .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 29rem;
    height: 7rem;
    background: #ff0084;
    border-radius: 4rem;
  }

  .container .main .img_play {
    width: 100%;
    padding: 0px 20px;
  }

  .container .main .img_play .play {
    background-color: #292C37;
    height: 150px;
  }

  .container_img {
    display: none;
  }

  .container .main .img_play .play .play_img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
  }

  .container .main .hot_play {
    display: none;
    box-sizing: border-box;
    padding: 6rem 20rem 0rem 20rem;
  }

  .container .main .hot_play .sub_title,
  .container .main .other_play_list_item .sub_title {
    margin-bottom: 15rem;
    font-weight: 400;
  }

  .container .main .hot_play .sub_title .left,
  .container .main .other_play_list_item .sub_title .left {
    font-weight: 800;
    font-size: 5rem;
    color: #000000;
  }

  .container .main .hot_play .sub_title .right,
  .container .main .other_play_list_item .sub_title .right {
    font-size: 4rem;
    font-weight: 400;
    color: #ffffff;
  }

  .container .main .hot_play .sub_title .right a,
  .container .main .other_play_list_item .sub_title .right a {
    color: #c0c0c0;
  }

  .container .main .hot_play .play_list {
    /* padding: 1rem 30rem; */
  }

  .play_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .play_text {
    display: flex;
    flex-direction: column;
    flex: 1;
  }


  .container .main .hot_play .play_list .play_item {
    box-sizing: border-box;
    width: 100%;
    border-radius: 10rem;
    font-weight: bold;
    /* width: calc((100% - 5rem) / 2); */
    font-size: 14rem;
    color: #ffffff;
    margin-bottom: 10rem;
  }

  .container .main .hot_play .play_list .play_item .play_info {
    background-size: 100% 100%;
    border-radius: 20rem;
    padding: 4rem;
    align-items: center;
  }

  .container .main .hot_play .play_list .play_item .play_info .play_icon {
    height: 40rem;
    margin-right: 5rem;
    width: 40rem;
    background: #ffffff;
    border-radius: 3rem;
    overflow: hidden;
  }

  .container .main .hot_play .play_list .play_item .play_info .play_icon img {
    width: 100%;
    height: 100%;
  }

  .container .main .hot_play .play_list .play_item .play_info .play_name {
    width: 100%;
    margin-top: 4rem;
    box-sizing: border-box;
    text-align: center;
    color: #0b0817a6;
    font-size: 7rem;
  }

  .play_describe {
    color: #666;
    font-size: 14px;
  }

  .other_play_info {
    /* display: flex; */
    align-items: center;
    justify-content: flex-start;
    width: 100%;
  }

  .flex3 .play_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    padding: 0px !important;
  }

  .flex3 .play_content .play_name {
    margin-top: 10px;
  }

  .other_play_list_type .play_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    padding: 10px 0px;
  }

  .play_content>div {
    min-width: 0;
    max-width: 50%;
    flex: 1;
  }

  .container .main .other_play_list_item .other_play_item .other_play_info .play_icon .play_content>div {
    min-width: 0;
    max-width: 50%;
    flex: 1;
    padding: 10px;
  }

  .play_info_box {
    display: flex;
    flex-direction: column;
    flex: 1;
  }


  .play_rate {
    margin-top: 5px;
  }

  .play_btn:hover {
    background-color: #1e4a89;
  }

  .container2 {
    margin: 0px 40px;
  }

  .container1 {
    background-color: #292C37;
    border-radius: 15px;
    padding: 15px;
    display: flex;
    align-items: center;
    max-width: 100%;
  }

  .left-section {
    flex: 1;
    display: flex;
    align-items: center;
    /* 水平居中 */
    justify-content: center;
    /* 垂直居中 */
    text-align: center;
    color: white;
    font-size: 22px;
    font-weight: 600;
    height: 100%;
    /* 确保父容器有高度 */
  }

  .ph3 {
    margin-right: 20px !important;
  }

  .left-section img {
    transform: scale(1.3);
    padding: 11px;
  }

  .right-section {
    flex: 2;
    display: flex;
    gap: 15px;
  }

  .card {
    background-color: #161920;
    border-radius: 10px;
    padding: 20px;
    color: white;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 20px;
  }

  .card img {
    width: 50px;
    flex-shrink: 0;
    transform: scale(2.2);
    margin-right: 20px !important;
  }

  .card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }

  .card-content .hh {
    font-size: 16px;
    font-weight: 600;
  }

  .card-content .pp {
    color: #bdbfce;
    font-size: 16px;
    font-weight: 400;
  }

  .button {
    padding: 8px 35px;
    background-color: #308ED7;
    color: white;
    text-decoration: none;
    border-radius: 25px;
    display: inline-block;
    font-size: 16px;
    margin-top: 10px;
    font-weight: 600;
  }

  .play_btn {
    padding: 8px 20px;
    background: linear-gradient(to bottom, #308ED7, #5860D3);
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    margin-right: 10px;
  }


  .container .main .hot_play .play_list .play_item .play_describe {
    font-size: 4rem;
    font-weight: 400;
    height: 50rem;
    margin-top: 5rem;
    color: #0b0817a6;
    overflow-y: auto;
  }

  .container .main .other_play_list_item .sub_title {
    width: 68rem;
    height: 16rem;
    margin: 0 auto;
    background-color: #024F7B;
    border-radius: 2rem;
  }

  .container .main .other_play_list_item .sub_title .flex_box {
    color: #fff;
    /* font-size: 5rem; */
    font-weight: bold;
    margin: 0 auto;
  }

  .container .main .other_play_list_item .other_play_item {
    width: 15.5%;
    margin-bottom: 3rem;
    background-color: #292C37;
    border-radius: 2rem;
    margin: 2rem 2rem;
  }

  .play_title {
    color: #21ce86;
    font-size: 5rem;
    font-weight: 600;
    margin: 0;
    text-align: center;
    padding-bottom: 2rem;
    overflow: hidden;
    /* 隐藏溢出内容 */
    text-overflow: ellipsis;
    /* 显示省略号表示文本溢出 */
    white-space: nowrap;
    /* 防止文本换行 */
  }

  .container .main .other_play_list_item .other_play_item .other_play_info {
    justify-content: center;
  }

  .container .main .other_play_list_item .other_play_item .other_play_info .play_icon {
    width: 100%;
    box-sizing: border-box;
    aspect-ratio: 7 / 3.6;
    margin: 0 auto;
  }

  .container .main .other_play_list_item .other_play_item .other_play_info .play_icon .play_content {
    padding: 20px !important;
  }

  .container .main .other_play_list_item .other_play_item .other_play_info .play_icon .play_info_box {
    display: flex;
    flex-direction: column;
    flex: 1;
  }

  .play_icon .play_info_box .play_name {
    width: 80%;
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-size: 18px;
    font-weight: 400;
    padding-left: 8px;
    color: #fff;
  }

  .container .main .other_play_list_item .other_play_item .other_play_info .play_icon img {
    width: 100%;
    height: 100%;
    border-radius: 6px 6px 0 0;
    /* 仅左上和右上圆角 */
    object-fit: cover;
  }

  .container .main .other_play_list_item .other_play_item .other_play_info .play_name {
    width: 100%;
    /* margin-top: 2rem; */
    margin-bottom: 1rem;
    font-size: 18px;
    font-weight: 400;
    padding-left: 8px;
    color: #fff;
  }

  .container .main .other_play_list_item .other_play_item .other_play_info .play_rate {
    text-align: center;
  }

  .container .main .other_play_list_item .other_play_item .other_play_info .play_rate .rate_box {
    margin-bottom: 2rem;
    margin-left: 2rem;
  }

  .container .main .other_play_list_item .other_play_item .other_play_info .play_rate .rate_box .rate_num {
    font-size: 16rem;
    font-weight: 400;
    color: #333333;
  }

  .container .main .other_play_list_item .other_play_item .other_play_info .play_rate .rate_box .star_box {
    text-align: center;
  }

  .container .main .other_play_list_item .other_play_item .other_play_info .play_rate .rate_box .star_box .star {
    width: 3rem;
    height: 3rem;
  }

  .container .main .other_play_list_type .other_play_list_item {
    box-sizing: border-box;
    /* padding: 5rem 10rem 0rem 10rem; */
    margin: 0 40px;
  }

  .sb_title .flex_box {
    font-size: 18px;
    font-weight: 600;
    margin-left: 3rem;
    color: #000000;
  }

  .container .main .other_play_list_type:last-child .other_play_list_item {
    border-bottom: 0;
  }

  .container .main .flex3 .other_play_list_item .other_play_item_box {
    flex-wrap: wrap;
    padding-bottom: 6rem;
    justify-content: flex-start !important;
  }

  .flex {
    justify-content: flex-start !important;
  }

  .container .main .flex3 .other_play_list_item .other_play_item {
    width: calc((100% - 24rem) / 6);
  }

  .container .main .flex3 .other_play_list_item .other_play_item .other_play_info {
    justify-content: center;
  }

  .container .main .flex3 .other_play_list_item .other_play_item .other_play_info .play_icon {
    width: 100%;
    box-sizing: border-box;
    aspect-ratio: 7 / 3.6;
    margin: 0 auto;
  }

  .search_data_box.show {
    margin-top: 20rem;
    margin-left: 20rem;
  }

  .search_data_box .data_item {
    margin-bottom: 15rem;
  }

  .search_data_box .data_item .left .play_game_img {
    width: 30rem;
    height: 30rem;
    overflow: hidden;
    border-radius: 4rem;
    background: #f1f1f1;
    margin-left: 150px;
  }

  .search_data_box .data_item .left img {
    width: 100%;
    height: 100%;
  }

  .search_data_box .data_item .right {
    width: calc(100% - 150rem);
    padding-left: 10rem;
    box-sizing: border-box;
  }

  .search_data_box .data_item .right .data_paly_game_name {
    font-size: 6rem;
    color: #fff;
  }

  .search_data_box .data_item .right .rate_box {
    margin: 2rem 0;
  }

  .search_data_box .data_item .right .star_box .star {
    width: 5rem;
    height: 5rem;
  }

  .search_data_box .data_item .right .data_paly_game_desc {
    font-size: 4rem;
    color: #fff;
  }

  .websiteDesc {
    margin: 0px 40px;
    padding: 10px;
    background-color: #292C37;
    border-radius: 2rem;
  }

  .websiteDesc .websiteDescText {
    text-indent: 2em;
    font-size: 16px;
    color: #bdbfce;
    margin: 20px 20px;
  }

  .websiteDesc .websiteDescTitle {
    text-indent: 2em;
    font-size: 20px;
    color: #fff;
    margin: 20px 0px;
    font-weight: 700;
  }

  .container3 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    padding: 20px 50px;
  }

  .title2 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
  }



  .tag {
    background-color: #292C37;
    /* 深灰色按钮 */
    color: white;
    padding: 10px 15px;
    border-radius: 20px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
  }

  .tag:hover {
    border: 1px solid #EC54A0;
  }

  .container4 {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 20px;
    background-color: #292C37;
    margin: 0px 40px;
    border-radius: 2rem;
    margin-bottom: 30px;
  }

  .card2 {
    background-color: #161920;
    width: 120px;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    text-align: center;
    color: white;
    font-family: Arial, sans-serif;
    font-size: 18px;
  }

  .card2 img {
    margin-bottom: 10px;
  }

}

@media (max-width: 960px) {

  /* #region top header */
  .header {
    box-sizing: border-box;
    width: 100%;
    position: fixed;
    z-index: 10;
    padding: 8rem 14rem;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    background: #2757a5;
  }

  .container_img {
    padding: 0px 20px 20px 20px;
    display: inline-block;
    /* 让容器大小随内容调整 */
  }

  .container.event-none * {
    pointer-events: none;
  }

  .container_img img {
    width: 100%;
    /* 图片宽度自适应父容器 */
    height: auto;
    /* 保持原始宽高比 */
    display: block;
    /* 去掉图片下方空隙 */
  }

  .header .left-content {
    display: flex;
    align-items: center;
  }

  .header .right-content {
    display: none;
  }

  .header .left img {
    width: 100%;
    height: 100%;
  }

  .header .left .logo_img {
    width: 100px;
  }


  .header .right {
    width: 45px;
    margin-right: 10px;
  }

  .header .right img {
    width: 100%;
    height: auto;
    /* 让图片按比例缩放 */
    display: block;
  }

  .search_pc {
    display: none;
  }

  .search {
    box-sizing: border-box;
    width: calc(100%);
    height: 40rem;
    padding: 6rem 10rem;
  }

  .search .search_box {
    border-radius: 6px;
    background-color: #3B3E4B;
  }

  .search .search_box .search_icon {
    width: 14rem;
    height: 14rem;
  }

  .search .search_box .search_icon img {
    width: 100%;
    height: 100%;
  }

  .search .search_box .search_input {
    width: calc(100% - 45rem);
    height: 30rem;
    line-height: 28rem;
    position: relative;
  }

  .search .search_box .search_input input {
    height: 93%;
    width: 90%;
    border: 0;
    background: transparent;
  }

  .search .search_box .search_input input:focus-visible {
    outline: none;
  }

  .search .search_box .search_input .clear_icon {
    z-index: 2;
    position: absolute;
    right: 4rem;
    width: 17rem;
    height: 17rem;
    top: 50%;
    transform: translateY(-50%);
  }

  .search .search_box .search_input input {
    color: #8a8a8a;
    /* 直接设置输入框内文字的颜色为白色 */
    /* 如果需要，还可以添加其他样式 */
  }

  .search .search_box .search_input input::placeholder {
    color: #AAAAAA !important;
  }

  .search .search_box .search_input .clear_icon img {
    width: 100%;
    height: 100%;
  }

  /* #endregion */

  .container {
    box-sizing: border-box;
    width: 100%;
    /* max-height: 100vh; */
    background-color: #161920;
    background-size: contain;
    background-position: center;
    background-size: cover;
    padding-top: 60rem;
    overflow: hidden;
  }

  .container .main {
    box-sizing: border-box;
    color: #ffffff;
  }

  .container .main .swiper_box .swiper {
    position: relative;
  }

  .container .main .swiper_box .swiper .swiper-wrapper .swiper-slide {
    color: #fff;
    font-size: 20rem;
    height: 90vw;
    line-height: 150rem;
    text-align: center;
    background-color: #444444;
    position: relative;
  }

  .container .main .swiper_box .swiper .swiper-wrapper .swiper-slide .play_icon {
    width: 100%;
    height: 100%;
  }

  .container .main .swiper_box .swiper .swiper-wrapper .swiper-slide .play_icon img {
    width: 100%;
    height: 100%;
  }

  .container .main .swiper_box .swiper .swiper-wrapper .swiper-slide .play_button {
    width: 78rem;
    height: 38rem;
    line-height: 38rem;
    text-align: center;
    font-size: 16rem;
    font-weight: 400;
    color: #ffffff;
    background: #ff0084;
    border-radius: 20rem;
    position: absolute;
    left: 20rem;
    bottom: 18rem;
  }

  .container .main .swiper_box .swiper .swiper-pagination {
    box-sizing: border-box;
    text-align: right;
    padding-right: 20rem;
  }

  .container .main .swiper_box .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 29rem;
    height: 7rem;
    background: #ff0084;
    border-radius: 4rem;
  }

  .container .main .img_play {
    width: 1000px;
    height: 70px;
    margin-top: 20rem;
    margin-bottom: 20rem;
    background-color: #292C37;
  }

  .container .main .img_play .play {
    padding: 0rem 14rem;
  }

  .container .main .img_play .play .play_img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
  }

  .container .main .hot_play {
    box-sizing: border-box;
    padding: 20px 20px 0px 20px;
  }

  .container .main .hot_play .sub_title,
  .container .main .other_play_list_item .sub_title {
    margin-bottom: 15rem;
    font-weight: 400;
  }

  .container .main .hot_play .sub_title .right a,
  .container .main .other_play_list_item .sub_title .right a {
    color: #c0c0c0;
  }

  .container .main .hot_play .play_list .play_item {
    display: flex;
    box-sizing: border-box;
    width: 100%;
    padding: 10rem 8rem;
    border-radius: 10rem;
    /* font-weight: bold; */
    font-size: 14rem;
    color: #ffffff;
    margin-bottom: 14rem;
    background-color: #292C37;

  }

  .container .main .hot_play .play_list .play_item .play_info .play_icon {
    width: 90rem;
    height: 90rem;
    flex-shrink: 0;
    margin-right: 20rem;
    /* 右边距以分隔图片和文本 */
    background: #292C37;
    border-radius: 6rem;
    overflow: hidden;
  }

  .container .main .hot_play .play_list .play_item .play_info .play_icon img {
    width: 100%;
    height: 100%;
  }

  .container .main .hot_play .play_list .play_item .play_info .play_box {
    display: flex;
    flex-direction: column;
  }

  .container .main .hot_play .play_list .play_item .play_info .play_name {
    font-size: 16rem;
    margin-top: -10rem;
    font-weight: bold;
    color: #fff;
  }

  .container .main .hot_play .play_list .play_item .play_info .play_describe {
    font-size: 12rem;
    margin-top: 10rem;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
  }

  .container .main .other_play_list_item .sb_title {
    background: linear-gradient(to bottom, #2C72BF, #2757A5);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }

  .container .main .other_play_list_item .sb_title .flex_box {
    color: #ffffff;
    font-size: 20px;
    padding: 5rem;
    font-weight: bold;
    margin: 0 auto;
  }


  .container .main .other_play_list_item .sub_title {
    margin-bottom: 15rem;
    font-weight: 400;
  }

  .container .main .hot_play .sub_title .left,
  .container .main .other_play_list_item .sub_title .left {
    font-weight: 800;
    font-size: 20rem;
    color: #000000;
  }

  .container .main .hot_play .sub_title .right,
  .container .main .other_play_list_item .sub_title .right {
    font-size: 16rem;
    font-weight: 400;
    color: #ffffff;
  }

  .container .main .other_play_list_item .sub_title .flex_box {
    color: #fff;
    padding: 15rem;
    font-size: 16rem;
    font-weight: bold;
    margin: 0 auto;
  }

  .container .main .other_play_list_item .other_play_item {
    width: calc((100% - 16rem) / 2);
    margin-bottom: 14rem;
    box-shadow: 0 3px #2757A5;
    border-radius: 6rem;
    background-color: #292C37;
  }

  .container .main .other_play_list_item .other_play_item .other_play_info {
    justify-content: center;
  }

  .container .main .other_play_list_item .other_play_item .other_play_info .play_icon img {
    width: 100%;
    height: 100%;
    border-radius: 2rem;
  }

  .container .main .other_play_list_item .other_play_item .other_play_info .play_name {
    color: #fff;
    font-size: 14rem;
    font-weight: 600;
    margin: 0;
    text-align: center;
    padding-bottom: 2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .play_btn {
    padding: 6px 30px;
    background: linear-gradient(to bottom, #308ED7, #5860D3);
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: 2px;
    font-weight: 600;
    text-transform: uppercase;
  }

  .container .main .other_play_list_item .other_play_item .other_play_info .play_rate {
    text-align: left;
  }

  .container .main .other_play_list_item .other_play_item .other_play_info .play_rate .rate_box {
    width: 50%;
    padding-bottom: 3rem;
    margin: 0 auto;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .container .main .other_play_list_item .other_play_item .other_play_info .play_rate .rate_box .rate_num {
    font-size: 16rem;
    font-weight: 400;
    color: #333333;
  }

  .container .main .other_play_list_item .other_play_item .other_play_info .play_rate .rate_box .star_box .star {
    width: 12rem;
    height: 12rem;
  }

  .container .main .other_play_list_type .other_play_list_item {
    box-sizing: border-box;
    padding: 0rem 14rem;
    margin-top: 20rem;
  }

  .container .main .other_play_list_type .other_play_list_item .other_play_item_box {
    justify-content: space-between;
    padding: 18px;
    border: 2rem solid #2757A5;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }

  .container .main .other_play_list_type:last-child .other_play_list_item {
    border-bottom: 0;
  }

  .container .main .flex3 .other_play_list_item .other_play_item_box {
    justify-content: space-between;
    padding: 18rem;
    border: 2rem solid #2757A5;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }

  .play_title {
    color: #000000;
    font-size: 14rem;
    font-weight: 600;
    margin: 0;
    text-align: center;
    padding-bottom: 3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .container .main .flex3 .other_play_list_item .other_play_item .other_play_info {
    justify-content: center;
  }

  .container .main .flex3 .other_play_list_item .other_play_item .other_play_info .play_icon {
    width: 100%;
    height: calc((100% - 50rem) / 2);
    box-sizing: border-box;
  }

  .container2 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
  }

  .container1 {
    display: flex;
    flex-direction: column;
    background-color: #292C37;
    /* 背景色 */
    padding: 20px;
    border-radius: 12px;
    width: 100%;
    max-width: 400px;
    /* 控制最大宽度 */
  }

  /* left-section 部分 */
  .left-section {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }

  .ph3 {
    font-size: 22px;
    font-weight: 600;
    color: white;
    margin-right: 40px;
  }

  .left-section img {
    transform: scale(1.3);
    padding-top: 10px;
  }

  /* right-section 部分 */
  .right-section {
    display: flex;
    flex-direction: column;
  }

  /* card 样式 */
  .card {
    display: flex;
    align-items: center;
    background-color: #161920;
    padding: 20px;
    border-radius: 12px;
    max-width: 100%;
    max-height: 270px;
    position: relative;
  }

  .card img {
    width: 50px;
    flex-shrink: 0;
    transform: scale(2.2);
    margin-right: 20px !important;
    padding-left: 16px;
  }

  .card-content {
    display: flex;
    flex-direction: column;
    color: white;
    padding-left: 24px;
    text-align: center;
  }

  .container4 {
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* gap: 10px; */
    padding: 20px;
    background-color: #292C37;
    margin: 0px 20px;
    border-radius: 2rem;
    margin-bottom: 30px;
    display: grid;
    grid-template-rows: repeat(2, auto);
    /* 变成两行 */
    grid-auto-flow: column;
    /* 横向滚动 */
    overflow-x: auto;
    /* 允许左右滑动 */
    white-space: nowrap;
    gap: 10px;
    /* padding: 10px; */
    scroll-snap-type: x mandatory;
  }

  .card2 {
    background-color: #161920;
    width: 104px;
    height: 104px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    text-align: center;
    color: white;
    font-family: Arial, sans-serif;
    font-size: 16px;
    scroll-snap-align: start;
  }

  .card2 img {
    margin-bottom: 10px;
  }

  .hh {
    font-size: 16px;
    font-weight: bold;
  }

  .pp {
    color: #bdbfce;
    font-size: 16px;
    font-weight: 400;
  }

  /* 按钮样式 */
  .button {
    padding: 8px 18px;
    background-color: #308ED7;
    color: white;
    text-decoration: none;
    border-radius: 25px;
    display: inline-block;
    font-size: 14px;
    margin-top: 10px;
    font-weight: 600;
    justify-content: center;
    /* 水平居中 */
    align-items: center;
    /* 垂直居中 */
    text-align: center;
  }

  .container3 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    padding: 0px 20px 20px 20px;
  }

  .title2 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
  }

  .tag {
    background-color: #292C37;
    /* 深灰色按钮 */
    color: white;
    padding: 10px 15px;
    border-radius: 20px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
  }

  .tag:hover {
    border: 1px solid #EC54A0;
  }

  .search_data_box {
    padding: 15rem;
    box-sizing: border-box;
  }

  .search_data_box .data_item {
    margin-bottom: 15rem;
    display: flex;
    justify-content: center;
  }

  .search_data_box .data_item .left {
    width: 80rem;
  }

  .search_data_box .data_item .left .play_game_img {
    width: 80rem;
    height: 80rem;
    overflow: hidden;
    border-radius: 4rem;
    background: #f1f1f1;
  }

  .search_data_box .data_item .left img {
    width: 100%;
    height: 100%;
  }

  .search_data_box .data_item .right {
    width: calc(100% - 110rem);
    padding-left: 10rem;
    box-sizing: border-box;
  }

  .search_data_box .data_item .right .data_paly_game_name {
    font-size: 16rem;
    color: #fff;
  }

  .search_data_box .data_item .right .rate_box {
    margin: 8rem 0;
  }

  .search_data_box .data_item .right .star_box .star {
    width: 14rem;
    height: 14rem;
  }

  .search_data_box .data_item .right .data_paly_game_desc {
    font-size: 10rem;
    color: #fff;
  }

  .search_data_box {}

  .search_data_box {}

  .AdAAnchor_Bot {
    bottom: 0;
    position: fixed;
    width: 100%;
    padding: 2px 0;
  }

  .AdAAnchor_Bot #AdAAnchorBtn {
    top: -16px;
    position: absolute;
    padding: 1px 12px;
    font-family: sans-serif;
    font-size: 6px;
    border-radius: 3px 3px 0 0;
  }

  .AdAAnchor_Top {
    top: 0;
    position: fixed;
    width: 100%;
    padding: 2px 0;
  }

  .AdAAnchor_Top #AdAAnchorBtn {
    bottom: -16px;
    position: absolute;
    padding: 1px 12px;
    font-family: sans-serif;
    font-size: 6px;
    border-radius: 0 0 3px 3px;
  }

  #AdAAnchor,
  #AdAAnchorBtn {
    z-index: 999;
    background: #eee;
    border: 0px solid #eee;
    left: 0;
  }

  #AdAAnchorAd {
    width: -moz-max-content;
    width: max-content;
    margin: 0px auto;
    position: relative;
    overflow: hidden;
  }

  #AdAAnchorBtn>i {
    border: solid #666;
    border-width: 0 2.5px 2.5px 0;
    display: inline-block;
    padding: 4px;
    position: relative;
    z-index: 999;
  }

  .AdA_bottomUp,
  .AdA_topDown {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    vertical-align: super;
    bottom: -6px;
  }

  .AdA_bottomDown,
  .AdA_topUp {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    vertical-align: super;
    bottom: 0px;
  }

  .websiteDesc {
    margin: 0px 10px;
    border-radius: 6em;
    border: 2px solid #2757A5;
    background-color: #292C37;
    color: #fff;
    margin-bottom: 20px;
  }

  .websiteDesc .websiteDescTitle {
    text-indent: 2em;
    font-size: 22rem;
    color: #fff;
    font-weight: bold;
    background: linear-gradient(to bottom, #2C72BF, #1A487D);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;

  }

  .websiteDesc .websiteDescTitle .til {
    padding: 5px;
    width: 100%;
  }

  .websiteDesc .websiteDescTitle .til a {
    display: inline-block;
  }

  .websiteDescDom {
    padding: 10px;
  }

  .websiteDesc .websiteDescText {
    text-indent: 2em;
    font-size: 10rem;
    color: #bdbfce;
    margin: 5px;
  }

  .footer {
    padding-top: 15px;
  }
}

@media (min-width: 1980px) {

  .container.event-none * {
    pointer-events: none;
  }

  .container .main .flex3 .other_play_list_item .other_play_item {
    width: calc((100% - 30rem) / 7);
  }

  .header .left .logo_img .logo_img_icon {
    height: 28px;
    width: auto;
  }

  .search_pc {
    box-sizing: border-box;
    /* height: 10rem; */
    /* margin-top: 2rem; */
    margin-right: 20rem;
  }

  .search_pc .search_box {
    border-radius: 5px;
    background-color: #3B3E4B;
  }

  .search_pc .search_box .search_icon {
    width: 20px;
    height: 18px;
    padding: 12px;
  }

  .search_pc .search_box .search_icon img {
    width: 100%;
    height: 100%;
  }

  .search_pc .search_box .search_input {
    width: calc(100% - 0rem);
    height: 4rem;
    position: relative;
  }

  .search_pc .search_box .search_input input {
    height: 93%;
    width: 90%;
    border: 0;
    background: transparent;
  }

  .search_pc .search_box .search_input input:focus-visible {
    outline: none;
  }

  .search_pc .search_box .search_input .clear_icon {
    z-index: 2;
    position: absolute;
    right: 4rem;
    width: 5rem;
    height: 5rem;
    top: 50%;
    transform: translateY(-50%);
  }

  .search_pc .search_box .search_input .clear_icon img {
    width: 100%;
    height: 100%;
  }

  .header .right {
    /* width: 7rem; */
    height: 14px;
    padding: 0 0 0 24px;
    margin-right: 20px;
  }

  .header .right img {
    width: 100%;
    height: 100%;
  }

  .container .main .other_play_list_item .other_play_item {
    width: 13.16%;
    margin-bottom: 3rem;
    background-color: #292C37;
    border-radius: 5px;
    margin: 2rem 2rem;
  }

  .container .main .other_play_list_item .other_play_item .other_play_info .play_rate .rate_box {
    margin-bottom: 4px;
    margin-left: 2rem;
  }

  .container .main .other_play_list_item .other_play_item .other_play_info .play_rate .rate_box .star_box .star {
    width: 15px;
    height: 15px;
  }

  .container .main .other_play_list_item .other_play_item .other_play_info .play_name {
    width: 100%;
    /* margin-top: 10px; */
    margin-bottom: 3px;
    font-size: 20px;
    font-weight: 400;
    padding-left: 8px;
    color: #fff;
  }

  .play_btn {
    padding: 8px 22px;
    background: linear-gradient(to bottom, #308ED7, #5860D3);
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    margin-right: 10px;
    font-size: 18px;
  }
}