@charset "UTF-8";
.max_width {
  max-width: 1440px;
  margin: auto;
}

.app {
  font-family: "FiraSans", sans-serif;
  background: #f7efff;
}
@media (max-width: 768px) {
  .app {
    background: #f7efff;
  }
}
.app #ifr_diagnose {
  display: none;
  height: 660px;
}
@media (max-width: 750px) {
  .app #ifr_diagnose {
    width: 100%;
    height: 50vh;
  }
}
.app .play_box1 {
  padding: 0 20px;
  /* SVG */
  /* SVG animations */
  /* Button animations */
}
@media (max-width: 950px) {
  .app .play_box1 {
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .app .play_box1 {
    justify-content: center;
  }
}
.app .play_box1 img {
  width: 80px;
  height: 80px;
  border-radius: 10px;
}
.app .play_box1 .d_content_game {
  font-size: 14px;
  line-height: 20px;
  /* 超出三行换行 */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
.app .play_box1 h5,
.app .play_box1 h4 {
  font-size: 18px;
  margin: 15px 0;
}
.app .play_box1 .btn-conteiner {
  display: flex;
  justify-content: center;
  --color-text: #ffffff;
  --color-background: #852EFF;
  --color-outline: #852EFF;
  --color-shadow: rgb(94, 103, 136);
}
.app .play_box1 .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 .play_box1 .btn-content .icon-arrow {
  transition: 0.5s;
  margin-right: 0px;
  transform: scale(0.6);
}
.app .play_box1 .icon-arrow {
  transition: 0.5s;
  margin-right: 25px;
}
.app .play_box1 .icon-arrow {
  width: 20px;
  margin-left: 15px;
  position: relative;
  top: 6%;
}
.app .play_box1 #arrow-icon-one {
  transition: 0.4s;
  transform: translateX(-60%);
}
.app .play_box1 #arrow-icon-two {
  transition: 0.5s;
  transform: translateX(-30%);
  transform: translateX(0%);
  animation: color_anim 1s infinite 0.4s;
}
.app .play_box1 #arrow-icon-three {
  animation: color_anim 1s infinite 0.2s;
}
.app .play_box1 #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;
  }
}
.app .header nav {
  display: flex;
  background: transparent url("../images/h_bg.jpg") left top repeat;
  height: 100px;
  color: #ffffff;
  font-size: 30px;
  justify-content: space-between;
}
.app .header nav .n_top {
  line-height: 100px;
  padding-left: 15px;
  text-transform: uppercase;
  display: flex;
}
.app .header nav .n_top .website_name {
  font-family: comic sans ms;
  font-weight: 900;
  line-height: 100px;
}
.app .header nav .n_top ul {
  margin-left: 100px;
  flex: 1;
  display: flex;
  gap: 0px;
  justify-content: center;
}
.app .header nav .n_top ul li {
  margin: 0;
  line-height: 100px;
  list-style: none;
}
.app .header nav .n_top ul li span,
.app .header nav .n_top ul li a {
  text-transform: lowercase;
  padding: 0 20px;
  font-size: 20px;
  display: block;
}
.app .header nav img {
  width: 120px;
  height: 90px;
}
.app .header .subnav {
  display: flex;
  height: 70px;
  font-size: 28px;
  background-color: #852EFF !important;
}
.app .header .subnav .n_bottom {
  display: none;
}
.app .header .subnav .mob_search {
  line-height: 70px;
  margin-right: 20px;
}
.app .header .subnav ul {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.app .header .subnav ul li {
  list-style: none;
  margin: 0;
}
.app .header .subnav ul li span,
.app .header .subnav ul li a {
  font-size: 25px;
  background: unset;
  border: 0;
  padding: 0;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Poppins-Bold", Arial, sans-serif;
  color: #FFF;
  letter-spacing: 0;
  font-weight: 900;
}
@media (max-width: 1200px) {
  .app .header nav {
    position: relative;
    height: 100px;
    color: #ffffff;
    font-size: 28px;
    font-family: "Poppins-ExtraBold", Arial, sans-serif;
  }
  .app .header nav .n_top {
    padding-left: 15px;
    font-family: comic sans ms;
    text-transform: uppercase;
    justify-content: center;
  }
  .app .header nav .n_top ul {
    display: none;
  }
  .app .header nav .n_top a {
    display: block;
  }
  .app .header nav img {
    width: 120px;
    height: 90px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .app .header .subnav {
    height: 50px;
  }
  .app .header .subnav .n_bottom {
    display: block;
    line-height: 50px;
    color: #fff;
    font-size: 30px;
    margin-left: 20px;
  }
  .app .header .subnav .n_bottom .iconfont {
    font-size: 30px;
    font-weight: 900;
  }
  .app .header .subnav .mob_search {
    line-height: 50px;
  }
  .app .header .subnav ul li a {
    font-size: 20px;
  }
}
.app .first_block {
  padding-top: 30px;
}
.app .first_block .f_title {
  text-align: center;
  margin: 20px 0;
  font-size: 40px;
  font-weight: 700;
}
.app .first_block .f_ul {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}
.app .first_block .f_ul li {
  width: calc(25% - 32px);
  list-style: none;
  text-decoration: none;
  color: #000;
  display: inline-flex;
  flex-direction: column;
  background: transparent;
  border: 4px solid #000;
  border-radius: 0 0 20px 20px;
  box-shadow: 0px 4px 6px 2px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
.app .first_block .f_ul li:hover img {
  transition: all 0.2s;
  transform: scale(1.2);
}
.app .first_block .f_ul li a {
  display: flex;
  position: relative;
  flex-direction: column;
}
.app .first_block .f_ul li a .img_box {
  overflow: hidden;
}
.app .first_block .f_ul li a .img_box img {
  transition: all 0.2s;
  height: 100%;
}
.app .first_block .f_ul li a .text_box {
  min-height: 43px;
  margin: 16px;
  margin-top: 12px;
  background: transparent;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.app .first_block .f_ul li a .f_tag {
  background-color: #8200FA;
  color: #fffbf8;
  font-family: "Poppins-Bold", Arial, sans-serif;
  letter-spacing: 1px;
  width: auto;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  position: absolute;
  left: -15px;
  top: -5px;
  z-index: 100;
  text-transform: uppercase;
}
.app .first_block .f_ul li a .f_tag::after {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  right: -25px;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
  border-top: 25px solid #8200FA;
  border-bottom: 25px solid #8200FA;
}
.app .first_block .f_ul li a .f_tag::before {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  top: 50px;
  left: 0.1px;
  border-right: 0px;
  opacity: 0.7;
  border-top: 15px solid #8200FA;
  border-left: 15px solid transparent;
}
.app .first_block .f_ul li a p {
  font-size: 26px;
  font-family: "Poppins-SemiBold", Arial, sans-serif;
}
.app .first_block .f_ul li a p:first-child {
  font-family: "Poppins", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  background: transparent;
  color: #505050;
  margin-bottom: 4px;
  line-height: 28px;
}
.app .first_block .f_ul li:first-child a .f_tag {
  background-color: #dc148c;
}
.app .first_block .f_ul li:first-child a .f_tag::after {
  border-top: 25px solid #dc148c;
  border-bottom: 25px solid #dc148c;
}
.app .first_block .f_ul li:first-child a .f_tag::before {
  border-top: 15px solid #dc148c;
}
.app .first_block .f_ul li:last-child a .f_tag {
  background-color: #c16337;
}
.app .first_block .f_ul li:last-child a .f_tag::after {
  border-top: 25px solid #c16337;
  border-bottom: 25px solid #c16337;
}
.app .first_block .f_ul li:last-child a .f_tag::before {
  border-top: 15px solid #c16337;
}
@media (max-width: 1200px) {
  .app .first_block .f_title {
    font-size: 30px;
  }
  .app .first_block .f_ul {
    display: block;
    flex-wrap: wrap;
  }
  .app .first_block .f_ul li {
    margin: 10px;
    width: calc(33% - 30px);
  }
  .app .first_block .f_ul li a {
    max-height: 200px;
  }
  .app .first_block .f_ul li a p {
    font-size: 20px;
  }
  .app .first_block .f_ul li a .img_box {
    border-radius: 0 0 20px 20px;
  }
  .app .first_block .f_ul li a p:first-child {
    font-size: 14px;
  }
  .app .first_block .f_ul li a .text_box {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.71);
    border-radius: 0 0 20px 20px;
    color: #fff;
    bottom: 0px;
    margin: 0;
    width: 100%;
    min-height: 30px;
  }
  .app .first_block .f_ul li a .text_box p {
    color: #fff;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .app .first_block .f_title {
    font-size: 30px;
  }
  .app .first_block .f_ul {
    display: block;
  }
  .app .first_block .f_ul li {
    margin: 10px;
    width: calc(50% - 35px);
  }
  .app .first_block .f_ul li a {
    max-height: 200px;
  }
  .app .first_block .f_ul li a p {
    font-size: 20px;
  }
  .app .first_block .f_ul li a .img_box {
    border-radius: 0 0 20px 20px;
  }
  .app .first_block .f_ul li a p:first-child {
    font-size: 14px;
  }
  .app .first_block .f_ul li a .text_box {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.71);
    border-radius: 0 0 20px 20px;
    color: #fff;
    bottom: 0px;
    margin: 0;
    width: 100%;
    min-height: 30px;
  }
  .app .first_block .f_ul li a .text_box p {
    color: #fff;
    text-align: center;
  }
}
.app .first_block .img_box {
  width: 100% !important;
  height: 254px !important;
}
@media (max-width: 1200px) {
  .app .first_block .img_box {
    width: 100% !important;
    height: 200px !important;
  }
}
@media (max-width: 760px) {
  .app .first_block .img_box {
    width: 100% !important;
    height: 200px !important;
  }
}
.app .detail {
  margin: auto;
  background-color: #ffffff;
  padding-bottom: 30px;
  padding-top: 20px;
  margin-top: 20px;
}
.app .detail .d_title {
  padding: 20px;
  font-size: 20px;
  font-weight: 700;
}
.app .detail #ifr_diagnose {
  width: calc(100% - 40px);
  margin: 0 20px;
  height: 400px;
}
.app .detail .content {
  margin: 20px;
}
@media (max-width: 1440px) {
  .app .detail {
    max-width: 960px;
  }
}
@media (max-width: 1440px) {
  .app .RELATED {
    max-width: 960px;
  }
}/*# sourceMappingURL=index.css.map */