@charset "UTF-8";
.max_width {
  width: min(1400px, 100% - 30px);
  margin: auto;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .onlymax_width {
    width: min(1400px, 100% - 30px);
    margin: auto;
  }
}
@media (min-width: 1200px) {
  .onlymax_width {
    width: min(1400px, 100% - 30px);
    margin: auto;
  }
}
body {
  background-color: #FFF0F5;
}

.app .header {
  background-color: #FF9BBB;
  padding: 14px 0;
}
.app .header .max_width {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.app .header .max_width .menu-mobile {
  display: none;
}
@media (max-width: 960px) {
  .app .header .max_width .menu-mobile {
    display: block;
  }
}
.app .header .max_width .h_l {
  display: flex;
  align-items: end;
}
.app .header .max_width .h_l .website_name {
  text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.5);
  overflow-wrap: break-word;
  color: rgb(105, 151, 254);
  font-size: 26px;
  font-family: Freehand521BT-RegularC;
  text-align: left;
  white-space: nowrap;
  text-transform: uppercase;
}
.app .header .max_width .h_l ul {
  display: flex;
  margin-left: 30px;
}
.app .header .max_width .h_l ul li a {
  background-color: rgb(105, 151, 254);
  margin: 0 10px;
  border-radius: 5 px;
  box-sizing: border-box;
  overflow-wrap: break-word;
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
  line-height: 22px;
  padding: 3px 15px;
  border-radius: 5px;
}
.app .header .max_width .h_l ul li a:hover {
  background-color: #cb6ce6;
}
@media (max-width: 1000px) {
  .app .header .max_width .h_l ul {
    display: none;
  }
}
.app .header .max_width .search_input {
  background-color: #fff;
  border-radius: 7px;
  height: 30px;
  width: 200px;
  line-height: 30px;
  color: rgba(204, 204, 204, 0.8);
  text-align: center;
}
.app .header .max_width .search_input .text_9 {
  width: 156px;
  height: 211px;
  margin-right: 46px;
  color: rgba(204, 204, 204, 0.8);
}
@media (max-width: 1000px) {
  .app .header .max_width .search_input {
    color: white;
    background-color: transparent;
    width: 40px;
  }
  .app .header .max_width .search_input:hover {
    background-color: rgba(252, 251, 254, 0.266);
  }
  .app .header .max_width .search_input .iconfont {
    font-size: 30px;
  }
  .app .header .max_width .search_input .text_9 {
    display: none;
  }
}
.app .block_1 {
  background-color: #FFE0EA;
  margin-top: 50px;
  position: relative;
}
.app .block_1 .b_title {
  height: 40px;
  background: url() no-repeat;
  background-size: contain;
  padding: 0 10px;
  color: #ffffff;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: -30px;
  left: 20px;
  line-height: 40px;
  z-index: 9;
  background: #6897FC;
  border-radius: 5px 0 0 0;
}
.app .block_1 .b_title::after {
  content: " ";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 40px solid #6897FC;
  position: absolute;
  right: -10px;
}
.app .block_1 .b_title::before {
  content: " ";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 30px solid #E1D7FF;
  position: absolute;
  top: 0px;
  right: -20px;
}
.app .block_1 .b_list {
  display: flex;
  padding: 15px;
  padding-top: 30px;
  flex-wrap: wrap;
}
.app .block_1 .b_list a {
  text-align: center;
  background-color: #FF9BBB;
  padding: 5px;
  box-sizing: border-box;
  width: calc(12.5% - 20px);
  margin-right: 20px;
  color: #fff;
  padding-bottom: 10px;
  margin-bottom: 20px;
  transition: transform 0.2s;
}
.app .block_1 .b_list a img {
  height: 150px;
}
@media (max-width: 1200px) {
  .app .block_1 .b_list a {
    width: calc(25% - 20px);
  }
  .app .block_1 .b_list a img {
    height: 200px;
  }
}
.app .block_1 .b_list a p {
  background-color: rgba(251, 195, 214, 0.44);
  padding: 2px 5px;
  margin: 7px 0;
  font-size: 14px;
}
.app .block_1 .b_list a h3 {
  font-family: PingFangSC-Semibold, PingFang SC;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.app .block_1 .b_list a:hover {
  color: yellow;
  transform: scale(1.1);
  transition: transform 0.2s;
}
@media (max-width: 760px) {
  .app .block_1 .b_list a {
    width: calc(50% - 10px);
  }
  .app .block_1 .b_list a img {
    height: 150px;
  }
  .app .block_1 .b_list a:nth-child(even) {
    margin-right: 0;
  }
}
.app .block_2 .b_title::after {
  border-top: 40px solid #6897FC;
}
.app .block_2 .b_title::before {
  border-bottom: 30px solid #E1D7FF;
}
.app .block_2 .b_list {
  background-color: #E1D8FF;
}
.app .block_2 .b_list a {
  background-color: #A181FF;
}
.app .block_3 .b_list {
  background-color: #C7E3FF;
}
.app .block_3 .b_list a {
  background-color: #6A98FF;
}
.app .details {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.app .details #ifr_diagnose {
  width: 100%;
  height: 100%;
  background-color: #FF99B8;
}
.app .details .d_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.app .details .d_list a {
  width: 100%;
  margin-bottom: 20px;
  background-color: #FF99B8;
  padding: 5px;
  box-sizing: border-box;
  color: #fff;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.app .details .d_list a img {
  height: 120px;
}
.app .details .d_list a h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 10px;
}
.app .details .d_l {
  width: 180px;
}
.app .details .d_l a {
  width: 100%;
}
@media (max-width: 900px) {
  .app .details .d_l {
    display: none;
  }
}
.app .details .d_m {
  flex: 1;
  border-radius: 15px;
  margin: 20px;
  margin-top: 0px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.app .details .d_m .playnow {
  display: none;
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 30px;
}
.app .details .d_m .playnow:hover {
  color: #ffffff;
}
.app .details .d_m .play_box {
  padding: 0 10px 0px;
  color: #fefcfc;
  /* SVG */
  /* SVG animations */
  /* Button animations */
}
.app .details .d_m .play_box img {
  width: 100px;
  height: 100px;
  border-radius: 10px;
}
.app .details .d_m .play_box .d_content_game {
  border-radius: 10px;
  padding: 10px;
  background-color: pink;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  /* 超出三行换行 */
}
.app .details .d_m .play_box h5,
.app .details .d_m .play_box h4 {
  font-size: 18px;
  margin: 15px 0;
}
.app .details .d_m .play_box .btn-conteiner {
  display: flex;
  justify-content: center;
  --color-text: #ffffff;
  --color-background: #ff135a;
  --color-outline: #ff145b80;
  --color-shadow: #00000080;
}
.app .details .d_m .play_box .btn-content {
  display: flex;
  align-items: center;
  padding: 5px 40px;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: var(--color-text);
  background: var(--color-background);
  transition: 1s;
  border-radius: 100px;
  box-shadow: 0 0 0.2em 0 var(--color-background);
  transition: 0.5s;
  animation: btn-content 1s;
  outline: 0.1em solid transparent;
  outline-offset: 0.2em;
  box-shadow: 0 0 0.4em 0 var(--color-background);
}
.app .details .d_m .play_box .btn-content .icon-arrow {
  transition: 0.5s;
  margin-right: 0px;
  transform: scale(0.6);
}
.app .details .d_m .play_box .icon-arrow {
  transition: 0.5s;
  margin-right: 25px;
}
.app .details .d_m .play_box .icon-arrow {
  width: 20px;
  margin-left: 15px;
  position: relative;
  top: 6%;
}
.app .details .d_m .play_box #arrow-icon-one {
  transition: 0.4s;
  transform: translateX(-60%);
}
.app .details .d_m .play_box #arrow-icon-two {
  transition: 0.5s;
  transform: translateX(-30%);
  transform: translateX(0%);
  animation: color_anim 1s infinite 0.4s;
}
.app .details .d_m .play_box #arrow-icon-three {
  animation: color_anim 1s infinite 0.2s;
}
.app .details .d_m .play_box #arrow-icon-one {
  transform: translateX(0%);
  animation: color_anim 1s infinite 0.6s;
}
@keyframes color_anim {
  0% {
    fill: white;
  }
  50% {
    fill: var(--color-background);
  }
  100% {
    fill: white;
  }
}
@keyframes btn-content {
  0% {
    outline: 0.2em solid var(--color-background);
    outline-offset: 0;
  }
}
@media (max-width: 900px) {
  .app .details .d_m {
    margin: 0 1px;
    margin-bottom: 4px;
  }
}
@media (max-width: 760px) {
  .app .details .d_m {
    width: 100%;
    flex: none;
  }
}
.app .details .d_r {
  width: 180px;
  padding: 10px;
}
.app .details .d_r a {
  width: 100%;
}
@media (max-width: 760px) {
  .app .details .d_r {
    width: 100%;
  }
  .app .details .d_r a {
    width: calc(50% - 10px);
  }
  .app .details .d_r a:ntt-child(odd) {
    margin-right: 20px;
  }
}
.app .details .d_all_g {
  padding: 10px;
  width: 100%;
}
.app .details .d_all_g .d_all_g_list {
  background-color: #FF9BBB;
  padding: 15px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.app .details .d_all_g .d_all_g_list a {
  width: calc(12.5% - 15px);
}
.app .details .d_all_g .d_all_g_list a img {
  box-sizing: border-box;
  border-radius: 12px;
  height: 80px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1000px) {
  .app .details .d_all_g .d_all_g_list a {
    width: calc(25% - 15px);
    margin-bottom: 20px;
  }
  .app .details .d_all_g .d_all_g_list a img {
    height: 100px;
  }
}
@media (max-width: 760px) {
  .app .details .d_all_g .d_all_g_list a {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
  .app .details .d_all_g .d_all_g_list a img {
    height: 100px;
  }
}
.app footer {
  background-color: #FF9BBB;
  color: #6997FE;
  margin-top: 40px;
  padding-bottom: 50px;
}
.app footer ul {
  text-align: center;
  padding: 20px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  line-height: 30px;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.app footer ul li {
  padding: 0;
  margin: 10px 20px;
  list-style: none;
}
.app footer ul li:last-child {
  text-decoration: none;
}
.app #content_html {
  margin-top: 20px;
  padding: 0 15px;
}
.app #content_html p,
.app #content_html li {
  margin: 15px 0;
  font-size: 16px;
  line-height: 25px;
}
.app #content_html ul,
.app #content_html li {
  list-style: inside;
}
.app #content_html h1,
.app #content_html h2,
.app #content_html h3,
.app #content_html h4,
.app #content_html h5,
.app #content_html h6 {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.025rem;
  line-height: 1.8rem;
  margin: 20px 0;
  outline: none;
}
.app #content_html h2 {
  font-size: 18px;
}
.app #content_html h3 {
  font-size: 17px;
}
.app #content_html h4,
.app #content_html h5,
.app #content_html h6 {
  font-size: 16px;
}
@keyframes slide-enter {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.app #content_html * {
  --stagger: 0;
  --delay: 100ms;
  --start: 0ms;
  animation: slide-enter 1s both 1;
  animation-delay: calc(var(--start) + var(--stagger) * var(--delay));
}
.app #content_html * {
  counter-increment: enter-count;
  --stagger: counter(enter-count);
}
.app #content_html .slide-enter-content > * {
  --stagger: 0;
  --delay: 100ms;
  --start: 0ms;
  animation: slide-enter 1s both 1;
  animation-delay: calc(var(--start) + var(--stagger) * var(--delay));
}
.app #content_html *:nth-child(1) {
  --stagger: 1;
}
.app #content_html *:nth-child(2) {
  --stagger: 2;
}
.app #content_html *:nth-child(3) {
  --stagger: 3;
}
.app #content_html *:nth-child(4) {
  --stagger: 4;
}
.app #content_html *:nth-child(5) {
  --stagger: 5;
}
.app #content_html *:nth-child(6) {
  --stagger: 6;
}
.app #content_html *:nth-child(7) {
  --stagger: 7;
}
.app #content_html *:nth-child(8) {
  --stagger: 8;
}
.app #content_html *:nth-child(9) {
  --stagger: 9;
}
.app #content_html *:nth-child(10) {
  --stagger: 10;
}
.app #content_html *:nth-child(11) {
  --stagger: 11;
}
.app #content_html *:nth-child(12) {
  --stagger: 12;
}
.app #content_html *:nth-child(13) {
  --stagger: 13;
}
.app #content_html *:nth-child(14) {
  --stagger: 14;
}
.app #content_html *:nth-child(15) {
  --stagger: 15;
}
.app #content_html *:nth-child(16) {
  --stagger: 16;
}
.app #content_html *:nth-child(17) {
  --stagger: 17;
}
.app #content_html *:nth-child(18) {
  --stagger: 18;
}
.app #content_html *:nth-child(19) {
  --stagger: 19;
}
.app #content_html *:nth-child(20) {
  --stagger: 20;
}
.app #content_html *:nth-child(21) {
  --stagger: 21;
}
.app #content_html *:nth-child(22) {
  --stagger: 22;
}
.app #content_html *:nth-child(23) {
  --stagger: 23;
}
.app #content_html *:nth-child(24) {
  --stagger: 24;
}
.app #content_html *:nth-child(25) {
  --stagger: 25;
}
.app #content_html *:nth-child(26) {
  --stagger: 26;
}
.app #content_html *:nth-child(27) {
  --stagger: 27;
}
.app #content_html *:nth-child(28) {
  --stagger: 28;
}
.app #content_html *:nth-child(29) {
  --stagger: 29;
}
.app #content_html *:nth-child(30) {
  --stagger: 30;
}/*# sourceMappingURL=index.css.map */