/* 消除边距 */
* {
  margin: 0;
  padding: 0;
}
body,
hr,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p {
  padding: 0;
  margin: 0;
}
/*列表样式消除*/
ol,
ul,
li {
  list-style: none;
}
/* a标签样式重置 */
a {
  text-decoration: none;
}
/*盒模型默认使用内边框*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*清除浮动*/
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/* Hides from IE-mac */
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */
* + html .clearfix {
  min-height: 1%;
}
/* IE7 */
/* 添加浮动 */
.left {
  float: left;
}
.right {
  float: right;
}
/*合并表格边框*/
table,
td,
tr,
th {
  border-collapse: collapse;
}
/*img在盒子中有下边距*/
img {
  /*IE7*/
  border: none;
  vertical-align: middle;
}
ul::-webkit-scrollbar {
  width: 0 !important;
}
/*全局设置*/
body {
  font-family: "Source Sans 3", sans-serif, poppins, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, PingFang SC, Noto Sans, Roboto, Microsoft Yahei, sans-serif, Apple Color Emoji, Segoe UI Emoji;
  font-style: normal;
  background: #ffffff;
}
/* 单行文本超出隐藏并显示省略 */
.overflow-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* 多行文本超出隐藏并显示省略 */
.overFlow-n {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.ad-box {
  margin-top: 18px;
}
.adTitle {
  text-align: start;
  font-size: 12px;
  line-height: 16px;
  margin: 3px 0 6px 0;
  color: #d1e3e0;
}
/* 设置广告高度 */
.adHeight {
  width: 100%;
  height: 252px;
}
::-webkit-progress-value {
  border-radius: 10px;
  background-color: #426DED;
  /* 设置进度条的背景颜色为蓝色 */
}
::-webkit-progress-bar {
  border-radius: 10px;
  background-color: #EFEFEF;
  /* 设置进度条的背景色为白色 */
}
@media (min-width: 356px) {
  .adHeight {
    width: 100%;
    height: 312px;
  }
  .ad-box {
    text-align: center;
  }
}
@media (min-width: 748px) {
  .adHeight {
    width: 100%;
    height: 280px;
  }
  .ad-box {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .adTitle {
    padding: 0 16px;
  }
}
.headWrap {
  height: 66px;
  background-color: #f9fcfb;
  border-bottom: 1px solid #2a5c5826;
  z-index: 1;
}
.headWrap .header {
  max-width: 1248px;
  height: 100%;
  padding: 0 24px;
  margin: auto;
}
.headWrap .header .mantle {
  display: none;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100vh;
  opacity: 0.7;
}
.headWrap .header .top {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.headWrap .header .top .showBtn {
  display: none;
  cursor: pointer;
  z-index: 1;
  line-height: 100%;
}
.headWrap .header .top .showBtn svg {
  width: 24px;
  height: 24px;
}
.headWrap .header .top .logo img {
  height: 35px;
  width: auto;
}
.headWrap .header .top .topList {
  margin-left: 100px;
  display: flex;
  align-items: center;
  height: 100%;
}
.headWrap .header .top .topList .topItem {
  height: 100%;
}
.headWrap .header .top .topList .topItem .item {
  cursor: pointer;
  margin-left: 50px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.headWrap .header .top .topList .topItem .item .topTitle {
  margin-left: 10px;
  color: #2a5c58;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
.headWrap .header .siderbar {
  box-sizing: border-box;
  z-index: 200;
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  background: #ffffff;
}
.headWrap .header .siderbar .closeBtn {
  text-align: end;
  padding: 12px 18px;
  border-bottom: 1px solid #d1e3e0;
}
.headWrap .header .siderbar .sideList {
  display: flex;
  flex-wrap: wrap;
  width: auto;
  margin: 16px 10px;
}
.headWrap .header .siderbar .sideList .sideItem {
  width: calc(50% - 16px);
  margin: 8px;
  border-radius: 4px;
  border: 1px solid #EEE;
}
.headWrap .header .siderbar .sideList .sideItem a {
  width: 100%;
  height: 50px;
  padding: 0 18px;
  display: flex;
  align-items: center;
}
.headWrap .header .siderbar .sideList .sideItem a svg {
  margin-right: 8px;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.headWrap .header .siderbar .sideList .sideItem a .title {
  font-weight: 400;
  font-size: 14px;
  line-height: 40px;
  color: #34706b;
}
@media only screen and (max-width: 767px) {
  .headWrap {
    height: 48px;
  }
  .headWrap .header {
    padding: 0 18px;
  }
  .headWrap .header .top .showBtn {
    display: block;
  }
  .headWrap .header .top .logo img {
    height: 30px;
  }
  .headWrap .header .top .topList {
    display: none;
  }
}
.realTimeSearchList {
  position: absolute;
  left: 0;
  top: 45px;
  width: 400px;
  margin: 0 18px;
  border-radius: 4px;
  background: #f1f8f7;
  z-index: 1;
}
.realTimeSearchList .realTimeList .itemSearchCont {
  width: 100%;
}
.realTimeSearchList .realTimeList .itemSearchCont .itemSearchLink {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #c9cbcc;
}
.realTimeSearchList .realTimeList .itemSearchCont .itemSearchLink .itemSearchText {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #6b9692;
}
.realTimeSearchList .realTimeList .itemSearchCont:hover .itemSearchLink .itemSearchText {
  color: #34706b;
}
.realTimeSearchList .realTimeList .itemSearchCont:last-child .itemSearchLink {
  border-bottom: none;
}
@media only screen and (max-width: 767px) {
  .realTimeSearchList {
    width: 200px;
  }
}
.banner {
  position: relative;
}
.banner .slideBtn {
  position: absolute;
  top: 47%;
  transform: translateY(-50%);
  z-index: 5;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), 0px 0px 2px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .slideBtn:hover {
  background-color: #d1e3e0;
}
.banner ul::-webkit-scrollbar {
  width: 0 !important;
}
.banner .bannerCont {
  overflow: hidden;
}
.banner .bannerCont .bannerList {
  display: flex;
  align-items: center;
}
.banner .bannerCont .bannerList .bannerItem {
  flex-shrink: 0;
  height: auto;
  position: relative;
  border-radius: 12px;
  transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
}
.banner .bannerCont .bannerList .bannerItem .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.banner .bannerCont .bannerList .bannerItem .itemScreen {
  height: calc(100% - 13px * 2);
  width: calc(100% - 10px * 2);
  margin: 13px 10px;
}
.banner .bannerCont .bannerList .bannerItem .itemScreen .itemScreenImg {
  width: 100%;
  height: 100%;
  aspect-ratio: 512/250;
  border-radius: 12px;
  box-shadow: 0 1px 3px 0 rgba(42, 92, 88, 0.08), 0 1px 2px 0 rgba(42, 92, 88, 0.06);
  transition: box-shadow 0.25s ease;
}
.banner .bannerCont .bannerList .bannerItem .itemAppCard {
  background-image: linear-gradient(0deg, #2a5c584d, #2a5c5800);
  border-radius: 0 0 12px 12px ;
  position: absolute;
  left: 0;
  bottom: 13px;
  width: calc(100% - 10px * 2);
  margin: 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner .bannerCont .bannerList .bannerItem .itemAppCard .appCardLeft {
  display: flex;
  align-items: center;
}
.banner .bannerCont .bannerList .bannerItem .itemAppCard .appCardLeft .appicon .icon {
  height: 44px;
  width: 44px;
  border-radius: 6px;
  border: 1px solid #ffffff;
}
.banner .bannerCont .bannerList .bannerItem .itemAppCard .appCardLeft .appInfo .apptitle {
  font-weight: 500;
  color: #ffffff;
  line-height: 19px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.banner .bannerCont .bannerList .bannerItem .itemAppCard .appCardLeft .appInfo .appScore {
  font-weight: 500;
  color: #EC7927;
  line-height: 16px;
  display: flex;
  align-items: center;
}
.banner .bannerCont .bannerList .bannerItem .itemAppCard .appCardLeft .appInfo .appScore .scoreNum {
  margin-left: 4px;
}
.banner .bannerCont .bannerList .bannerItem .itemAppCard .appCardRight {
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .bannerCont .bannerList .bannerItem .itemAppCard .appCardRight .downloadBtn {
  display: block;
  background: #426DED;
  border-radius: 4px;
  font-weight: 500;
  color: #ffffff;
  line-height: 24px;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.banner .bannerCont .bannerList .bannerItem:hover {
  background: #f1f8f7;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(42, 92, 88, 0.08);
  transform: translateY(-1px);
}
.banner .bannerCont .bannerList .bannerItem:hover .itemScreen .itemScreenImg {
  box-shadow: 0 2px 10px rgba(42, 92, 88, 0.12);
}
.banner .bannerCont .bannerList .bannerItem:hover .appCardRight .downloadBtn {
  transform: scale(1.02);
}
@media only screen and (max-width: 767px) {
  .banner #slideRight {
    display: none;
  }
  .banner .bannerCont {
    padding-left: 10px;
  }
  .banner .bannerCont .bannerList {
    overflow-x: scroll;
  }
  .banner .bannerCont .bannerList .bannerItem {
    width: 92%;
  }
  .banner .bannerCont .bannerList .bannerItem .itemAppCard {
    padding: 12px;
  }
  .banner .bannerCont .bannerList .bannerItem .itemAppCard .appCardLeft .appicon .icon {
    height: 34px;
    width: 34px;
    border-radius: 4.64px;
  }
  .banner .bannerCont .bannerList .bannerItem .itemAppCard .appCardLeft .appInfo {
    margin-left: 3px;
  }
  .banner .bannerCont .bannerList .bannerItem .itemAppCard .appCardLeft .appInfo .apptitle {
    font-size: 14px;
    max-width: 140px;
  }
  .banner .bannerCont .bannerList .bannerItem .itemAppCard .appCardLeft .appInfo .appScore {
    font-size: 12px;
  }
  .banner .bannerCont .bannerList .bannerItem .itemAppCard .appCardRight .downloadBtn {
    font-size: 14px;
    padding: 2px 8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner {
    margin: 10px 0;
  }
  .banner #slideRight {
    right: -5px;
  }
  .banner #slideLeft {
    left: -5px;
  }
  .banner .slideBtn {
    height: 40px;
    width: 40px;
  }
  .banner .slideBtn svg {
    height: 22px;
    width: 22px;
  }
  .banner .bannerCont .bannerList .bannerItem {
    width: calc(100% / 3);
  }
  .banner .bannerCont .bannerList .bannerItem .itemAppCard {
    padding: 12px;
  }
  .banner .bannerCont .bannerList .bannerItem .itemAppCard .appCardLeft .appicon .icon {
    height: 34px;
    width: 34px;
    border-radius: 4.64px;
  }
  .banner .bannerCont .bannerList .bannerItem .itemAppCard .appCardLeft .appInfo {
    flex: 1;
    margin-left: 3px;
  }
  .banner .bannerCont .bannerList .bannerItem .itemAppCard .appCardLeft .appInfo .apptitle {
    font-size: 14px;
    max-width: 75px;
    margin-bottom: 2px;
  }
  .banner .bannerCont .bannerList .bannerItem .itemAppCard .appCardLeft .appInfo .appScore {
    font-size: 12px;
  }
  .banner .bannerCont .bannerList .bannerItem .itemAppCard .appCardRight .downloadBtn {
    font-size: 14px;
    padding: 2px 5px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner {
    margin: 20px 0;
  }
  .banner #slideRight {
    right: -5px;
  }
  .banner #slideLeft {
    left: -5px;
  }
  .banner .slideBtn {
    height: 40px;
    width: 40px;
  }
  .banner .slideBtn svg {
    height: 22px;
    width: 22px;
  }
  .banner .bannerCont .bannerList .bannerItem {
    width: calc(100% / 3);
  }
  .banner .bannerCont .bannerList .bannerItem .itemAppCard {
    padding: 10px 18px;
  }
  .banner .bannerCont .bannerList .bannerItem .itemAppCard .appCardLeft .appicon .icon {
    height: 44px;
    width: 44px;
    border-radius: 6px;
  }
  .banner .bannerCont .bannerList .bannerItem .itemAppCard .appCardLeft .appInfo {
    margin-left: 10px;
  }
  .banner .bannerCont .bannerList .bannerItem .itemAppCard .appCardLeft .appInfo .apptitle {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .banner .bannerCont .bannerList .bannerItem .itemAppCard .appCardLeft .appInfo .appScore {
    font-size: 14px;
  }
  .banner .bannerCont .bannerList .bannerItem .itemAppCard .appCardRight .downloadBtn {
    font-size: 16px;
    padding: 3px 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .banner {
    margin: 36px 0 0 0;
  }
  .banner #slideRight {
    right: -16px;
  }
  .banner #slideLeft {
    left: -16px;
  }
  .banner .slideBtn {
    height: 50px;
    width: 50px;
  }
  .banner .slideBtn svg {
    height: 26px;
    width: 26px;
  }
  .banner .bannerCont .bannerList .bannerItem {
    width: calc(100% / 3);
  }
  .banner .bannerCont .bannerList .bannerItem .itemAppCard {
    padding: 10px 18px;
  }
  .banner .bannerCont .bannerList .bannerItem .itemAppCard .appCardLeft .appicon .icon {
    height: 44px;
    width: 44px;
    border-radius: 6px;
  }
  .banner .bannerCont .bannerList .bannerItem .itemAppCard .appCardLeft .appInfo {
    margin-left: 10px;
  }
  .banner .bannerCont .bannerList .bannerItem .itemAppCard .appCardLeft .appInfo .apptitle {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .banner .bannerCont .bannerList .bannerItem .itemAppCard .appCardLeft .appInfo .appScore {
    font-size: 14px;
  }
  .banner .bannerCont .bannerList .bannerItem .itemAppCard .appCardRight .downloadBtn {
    font-size: 16px;
    padding: 3px 10px;
  }
}
.footerWrap {
  background: #ffffff;
  position: relative;
  font-family: Roboto-Regular, Roboto;
}
.footerWrap .footer {
  padding: 50px;
  border-top: 1.5px solid #d1e3e0;
  text-align: center;
}
.footerWrap .footer .top {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.footerWrap .footer .top .logo img {
  width: auto;
  height: 46px;
}
.footerWrap .footer .introduction {
  max-width: 1200px;
  margin: auto;
  font-size: 14px;
  font-weight: 400;
  color: #5a8c88;
  line-height: 16px;
}
.footerWrap .footer .tabbar {
  max-width: 1200px;
  margin: auto;
  font-size: 16px;
  font-weight: 400;
}
.footerWrap .footer .tabbar a {
  color: #5a8c88;
  padding-right: 30px;
  line-height: 30px;
  word-break: break-word;
}
.footerWrap .cookie-notice-container {
  background-color: rgba(249, 252, 251, 0.55);
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #5a8c88;
  text-align: center;
  z-index: 999999;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.footerWrap .cookie-notice-container .container {
  max-width: 900px;
  z-index: 2;
  position: relative;
  text-align: center;
  padding: 10px;
  padding-right: 100px;
  margin: 0 auto;
}
.footerWrap .cookie-notice-container .container a,
.footerWrap .cookie-notice-container .container button,
.footerWrap .cookie-notice-container .container video {
  -webkit-tap-highlight-color: transparent;
  outline: 0;
  text-decoration: none;
}
.footerWrap .cookie-notice-container .container .moreJump {
  color: #426DED;
}
.footerWrap .cookie-notice-container .container button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-8px, -50%);
  display: block;
  padding: 0 25px;
  height: 30px;
  line-height: 30px;
  background: #426DED;
  border: none;
  color: #f9fcfb;
  margin: 0 auto;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  cursor: pointer;
}
.footerWrap .cookie-notice-container:before {
  content: '';
  background-color: rgba(249, 252, 251, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.95;
  z-index: -1;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
.footerWrap .addToScreenTip {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: #426DED;
  border-radius: 1rem 1rem 0 0;
  color: #f9fcfb;
}
.footerWrap .addToScreenTip .tipTop {
  padding: 1.6rem;
  width: 100%;
  border-bottom: 0.1rem solid #f1f8f7;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.footerWrap .addToScreenTip .tipTop .tipTopLeft .tipTitle {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2rem;
}
.footerWrap .addToScreenTip .tipTop .tipTopLeft .tipDetail {
  line-height: 2rem;
  font-size: 1.4rem;
}
.footerWrap .addToScreenTip .tipCont {
  width: 100%;
  margin: 1rem 0;
}
.footerWrap .addToScreenTip .tipBottom {
  font-size: 1.4rem;
  margin-bottom: 2rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .footerWrap .footer {
    padding: 32px 18px;
  }
  .footerWrap .footer .top {
    margin-bottom: 12px;
  }
  .footerWrap .footer .top .logo img {
    width: auto;
    height: 30px;
  }
  .footerWrap .footer .top .socialMedia {
    margin: 10px 0;
  }
  .footerWrap .footer .top .socialMedia .externalLinks svg {
    width: 30px;
    height: 30px;
  }
  .footerWrap .footer .introduction {
    padding-bottom: 10px;
    border-bottom: 1px solid #d1e3e0;
  }
  .footerWrap .footer .tabbar {
    font-size: 14px;
    line-height: 30px;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    grid-gap: 30px 30px;
  }
  .footerWrap .footer .tabbar a {
    line-height: 30px;
    padding: 0;
  }
  .footerWrap .cookie-notice-container {
    font-size: 14px;
  }
  .footerWrap .addToScreenTip .tipCont {
    display: flex;
    justify-content: center;
  }
  .footerWrap .addToScreenTip .tipCont .stepImg {
    width: 50%;
  }
  .cookie-notice-container .container {
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footerWrap .footer {
    padding: 20px 18px;
  }
  .footerWrap .footer .top .socialMedia {
    margin-left: 50px;
  }
  .footerWrap .footer .top .socialMedia .externalLinks {
    margin-right: 20px;
  }
  .footerWrap .footer .top .socialMedia .externalLinks svg {
    width: 30px;
    height: 30px;
  }
  .footerWrap .footer .introduction {
    padding-bottom: 20px;
  }
  .footerWrap .cookie-notice-container {
    font-size: 1.4rem;
  }
  .footerWrap .addToScreenTip .tipCont {
    display: flex;
    justify-content: center;
  }
  .footerWrap .addToScreenTip .tipCont .stepImg {
    width: 40%;
  }
  .cookie-notice-container .container {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footerWrap .footer {
    padding: 20px 18px;
  }
  .footerWrap .footer .top .socialMedia {
    margin-left: 50px;
  }
  .footerWrap .footer .top .socialMedia .externalLinks {
    margin-right: 20px;
  }
  .footerWrap .footer .top .socialMedia .externalLinks svg {
    width: 30px;
    height: 30px;
  }
  .footerWrap .footer .introduction {
    padding-bottom: 20px;
  }
  .footerWrap .cookie-notice-container {
    font-size: 16px;
  }
  .footerWrap .addToScreenTip .tipCont {
    display: flex;
    justify-content: center;
  }
  .footerWrap .addToScreenTip .tipCont .stepImg {
    width: 20%;
  }
  .cookie-notice-container .container {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .footerWrap .footer {
    padding: 50px 0 50px 0;
  }
  .footerWrap .footer .top .socialMedia {
    margin-left: 50px;
  }
  .footerWrap .footer .top .socialMedia .externalLinks {
    margin-left: 30px;
  }
  .footerWrap .footer .top .socialMedia .externalLinks svg {
    width: 30px;
    height: 30px;
  }
  .footerWrap .footer .introduction {
    padding-bottom: 20px;
  }
  .footerWrap .cookie-notice-container {
    font-size: 16px;
  }
  .footerWrap .addToScreenTip {
    display: none;
  }
  .cookie-notice-container .container {
    font-size: 16px;
  }
}
@keyframes searchTitleWave {
  0% {
    opacity: 0;
    transform: translateY(24px);
    /* 下落更远 → 更猛 */
  }
  15% {
    opacity: 1;
    transform: translateY(-10px);
    /* 弹得更高 → 剧烈 */
  }
  35% {
    transform: translateY(6px);
  }
  55% {
    transform: translateY(-4px);
  }
  75% {
    transform: translateY(2px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
button {
  margin: 0px;
  padding: 0px;
  /*自定义边框*/
  border: 0px;
  /*消除默认点击蓝色边框效果*/
  outline: none;
}
input {
  border: 0px;
  outline: none;
}
.indexWrap .indexCont {
  min-height: 80vh;
  max-width: 1248px;
  margin: 0 auto;
  margin-bottom: 60px;
  padding-bottom: 20px;
}
.searchWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 300px;
  background-image: url("../image/searchPcImg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 75px 30px;
}
.searchWrap .searchTitle,
.searchWrap .searchText {
  width: 100%;
  color: #f9fcfb;
  text-align: center;
  line-height: 125%;
}
.searchWrap .searchTitle {
  font-size: 36px;
  font-weight: 700;
  animation: searchTitleWave 2.4s ease-in-out both;
  /* 时间缩短，节奏更快 */
}
.searchWrap .searchText {
  font-size: 18px;
  font-weight: 400;
  margin: 10px 0 20px 0;
}
.searchWrap .search {
  width: 700px;
  display: flex;
  align-items: center;
  height: 54px;
  background: #ffffff;
  border-radius: 28px;
  box-shadow: 0 4px 20px 0 rgba(42, 92, 88, 0.1);
  padding-right: 6px;
  position: relative;
  transition: box-shadow 0.25s ease;
}
.searchWrap .search .searchInput {
  flex: 1;
  height: 100%;
  border-radius: 28px;
  padding: 0 18px 0 24px;
  font-size: 15px;
  color: #2a5c58;
}
.searchWrap .search .searchInput::placeholder {
  color: #5a8c88;
  opacity: 0.7;
}
.searchWrap .search .searchBtn {
  color: #f9fcfb;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 26px;
  border-radius: 24px;
  background: #E35340;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.searchWrap .search .searchBtn:hover {
  opacity: 0.92;
  transform: scale(1.02);
}
.searchWrap .search .clearResp {
  display: none;
  margin: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.searchWrap .search:focus-within {
  box-shadow: 0 4px 24px 0 rgba(42, 92, 88, 0.14);
}
.concentrationCamp ul::-webkit-scrollbar {
  width: 0 !important;
}
.concentrationCamp ul {
  scroll-behavior: smooth;
}
.concentrationCamp .entityTitleBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  margin: 34px 0 14px 0;
}
.concentrationCamp .entityTitleBox .entityTitle {
  font-size: 22px;
  font-weight: 700;
  color: #2a5c58;
  line-height: 28px;
  padding-left: 12px;
  border-left: 3px solid #5a8c88;
}
.concentrationCamp .entityTitleBox .more {
  display: flex;
  align-items: center;
  padding: 4px 8px;
  border-radius: 6px;
  transition: background 0.2s ease, color 0.2s ease;
}
.concentrationCamp .entityTitleBox .more .text {
  font-size: 14px;
  font-weight: 500;
  color: #5a8c88;
  line-height: 24px;
}
.concentrationCamp .entityTitleBox .more:hover {
  background: #f1f8f7;
}
.concentrationCamp .entityTitleBox .more:hover .text {
  color: #2a5c58;
}
.concentrationCamp .entity .allApps {
  width: 100%;
  display: grid;
  grid-auto-flow: column;
}
.concentrationCamp .entity .allApps .appItem {
  width: 100%;
  border-radius: 10px;
  transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
}
.concentrationCamp .entity .allApps .appItem .appCon {
  display: flex;
  align-items: center;
}
.concentrationCamp .entity .allApps .appItem .appCon .app-img {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
  margin-right: 15px;
}
.concentrationCamp .entity .allApps .appItem .appCon .app-img img {
  display: block;
  flex-shrink: 0;
  box-shadow: 0 1px 3px 0 rgba(42, 92, 88, 0.08), 0 1px 2px 0 rgba(42, 92, 88, 0.06);
}
.concentrationCamp .entity .allApps .appItem .appCon .app-img .appSerialNum {
  position: absolute;
  top: 6px;
  left: 6px;
  z-index: 2;
  margin: 0;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.concentrationCamp .entity .allApps .appItem .appCon .app-img .appSerialNum .appSerialIcon {
  display: block;
  width: 24px;
  height: 24px;
  filter: drop-shadow(0 1px 2px rgba(42, 92, 88, 0.2));
}
.concentrationCamp .entity .allApps .appItem .appCon .app-img .appSerialNum span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  font-size: 12px;
  font-weight: 600;
  color: #2a5c58;
  line-height: 1;
  background: #f1f8f7;
  border: 1px solid #d1e3e0;
  border-radius: 50%;
  box-shadow: 0 1px 2px rgba(42, 92, 88, 0.08);
}
.concentrationCamp .entity .allApps .appItem .appCon .app-info {
  padding-right: 10px;
}
.concentrationCamp .entity .allApps .appItem .appCon .app-info .app-info-tit {
  font-size: 16px;
  font-weight: 500;
  color: #2a5c58;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.concentrationCamp .entity .allApps .appItem .appCon .app-info .app-info-sort {
  font-size: 13px;
  font-weight: 400;
  color: #5a8c88;
  line-height: 16px;
  margin: 6px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.concentrationCamp .entity .allApps .appItem .appCon .app-info .app-info-score {
  display: flex;
  align-items: center;
}
.concentrationCamp .entity .allApps .appItem .appCon .app-info .app-info-score .app-rating {
  font-size: 14px;
  font-weight: 500;
  color: #EC7927;
  line-height: 16px;
  margin-left: 4px;
}
.concentrationCamp .entity .allApps .appItem:hover {
  background: #f1f8f7;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(42, 92, 88, 0.08);
  transform: translateY(-1px);
}
.concentrationCamp .crosswiseEntity {
  width: 100%;
}
.concentrationCamp .crosswiseEntity .crosswiseEntityList {
  display: flex;
  overflow-x: scroll;
  width: auto;
}
.concentrationCamp .crosswiseEntity .crosswiseEntityList .item {
  border-radius: 10px;
  transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
}
.concentrationCamp .crosswiseEntity .crosswiseEntityList .item .appCon {
  display: block;
}
.concentrationCamp .crosswiseEntity .crosswiseEntityList .item .appCon .itemImg {
  border: 1px solid #d1e3e0;
  transition: border-color 0.2s ease;
}
.concentrationCamp .crosswiseEntity .crosswiseEntityList .item .appCon .itemInfo .itemTitle {
  font-size: 16px;
  font-weight: 500;
  color: #2a5c58;
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.concentrationCamp .crosswiseEntity .crosswiseEntityList .item .appCon .itemInfo .group {
  font-size: 13px;
  font-weight: 400;
  color: #5a8c88;
  margin: 6px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.concentrationCamp .crosswiseEntity .crosswiseEntityList .item .appCon .itemInfo .itemDescribe {
  font-size: 14px;
  font-weight: 500;
  color: #EC7927;
  display: flex;
  align-items: center;
}
.concentrationCamp .crosswiseEntity .crosswiseEntityList .item .appCon .itemInfo .itemDescribe .icon {
  margin-right: 4px;
}
.concentrationCamp .crosswiseEntity .crosswiseEntityList .item:hover {
  background: #f1f8f7;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(42, 92, 88, 0.08);
  transform: translateY(-2px);
}
.concentrationCamp .crosswiseEntity .crosswiseEntityList .item:hover .appCon .itemImg {
  border-color: #5a8c88;
}
.concentrationCamp .ratedGames .ratedGamesCont {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.concentrationCamp .ratedGames .ratedGamesCont .ratedGamesBtn {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  z-index: 1;
  background-color: #ffffff;
  border-radius: 50%;
  font-size: 30px;
  box-shadow: 0 2px 8px rgba(42, 92, 88, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}
.concentrationCamp .ratedGames .ratedGamesCont .ratedGamesBtn:hover {
  background-color: #f1f8f7;
  box-shadow: 0 3px 12px rgba(42, 92, 88, 0.14);
}
.concentrationCamp .ratedGames .ratedGamesCont #ratedGamesrightBtn {
  right: 1px;
}
.concentrationCamp .ratedGames .ratedGamesCont #ratedGamesleftBtn {
  left: 1px;
}
.concentrationCamp .ratedGames .ratedGamesCont .ratedGamesMarquee .ratedGamesList {
  display: flex;
  width: auto;
}
.concentrationCamp .ratedGames .ratedGamesCont .ratedGamesMarquee .ratedGamesList .popgamesItem {
  padding: 10px;
  border-radius: 10px;
  transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
}
.concentrationCamp .ratedGames .ratedGamesCont .ratedGamesMarquee .ratedGamesList .popgamesItem .popgamesCon .popgamesItemAll .popgamesItemPic {
  aspect-ratio: 580/327;
}
.concentrationCamp .ratedGames .ratedGamesCont .ratedGamesMarquee .ratedGamesList .popgamesItem .popgamesCon .itemGames {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.concentrationCamp .ratedGames .ratedGamesCont .ratedGamesMarquee .ratedGamesList .popgamesItem .popgamesCon .itemGames .gameIcon {
  background: #ffffff;
  border: 1px solid #d1e3e0;
  transition: border-color 0.2s ease;
}
.concentrationCamp .ratedGames .ratedGamesCont .ratedGamesMarquee .ratedGamesList .popgamesItem .popgamesCon .itemGames .gamesInfo {
  margin-left: 10px;
}
.concentrationCamp .ratedGames .ratedGamesCont .ratedGamesMarquee .ratedGamesList .popgamesItem .popgamesCon .itemGames .gamesInfo .gamesInfoTit {
  font-size: 16px;
  font-weight: 500;
  color: #2a5c58;
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.concentrationCamp .ratedGames .ratedGamesCont .ratedGamesMarquee .ratedGamesList .popgamesItem .popgamesCon .itemGames .gamesInfo .gamesInfoOther {
  font-size: 13px;
  font-weight: 400;
  color: #5a8c88;
  margin: 6px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.concentrationCamp .ratedGames .ratedGamesCont .ratedGamesMarquee .ratedGamesList .popgamesItem .popgamesCon .itemGames .gamesInfo .gamesInfoGrade {
  font-size: 14px;
  font-weight: 500;
  color: #EC7927;
  display: flex;
  align-items: center;
}
.concentrationCamp .ratedGames .ratedGamesCont .ratedGamesMarquee .ratedGamesList .popgamesItem .popgamesCon .itemGames .gamesInfo .gamesInfoGrade .gamesInfoRating {
  margin-left: 4px;
}
.concentrationCamp .ratedGames .ratedGamesCont .ratedGamesMarquee .ratedGamesList .popgamesItem:hover {
  background: #f1f8f7;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(42, 92, 88, 0.08);
  transform: translateY(-2px);
}
.concentrationCamp .ratedGames .ratedGamesCont .ratedGamesMarquee .ratedGamesList .popgamesItem:hover .popgamesCon .itemGames .gameIcon {
  border-color: #5a8c88;
}
.concentrationCamp .commonEntity .allApps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 16px 16px;
}
.concentrationCamp .commonEntity .allApps .appItem {
  width: 100%;
  border-radius: 10px;
  transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
}
.concentrationCamp .commonEntity .allApps .appItem .appCon {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 16px 8px;
}
.concentrationCamp .commonEntity .allApps .appItem .appCon .app-img {
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
}
.concentrationCamp .commonEntity .allApps .appItem .appCon .app-img img {
  margin: 0;
  box-shadow: 0 1px 3px 0 rgba(42, 92, 88, 0.08), 0 1px 2px 0 rgba(42, 92, 88, 0.06);
}
.concentrationCamp .commonEntity .allApps .appItem .appCon .app-info {
  padding: 0;
  width: 100%;
}
.concentrationCamp .commonEntity .allApps .appItem .appCon .app-info .app-info-tit {
  font-size: 15px;
  font-weight: 500;
  color: #2a5c58;
  line-height: 20px;
  margin-bottom: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.concentrationCamp .commonEntity .allApps .appItem .appCon .app-info .app-info-sort {
  font-size: 13px;
  font-weight: 400;
  color: #5a8c88;
  line-height: 16px;
  margin: 0 0 6px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.concentrationCamp .commonEntity .allApps .appItem .appCon .app-info .app-info-score {
  display: flex;
  align-items: center;
  justify-content: center;
}
.concentrationCamp .commonEntity .allApps .appItem .appCon .app-info .app-info-score .app-rating {
  font-size: 14px;
  font-weight: 500;
  color: #EC7927;
  line-height: 16px;
  margin-left: 4px;
}
.concentrationCamp .commonEntity .allApps .appItem:hover {
  background: #f1f8f7;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(42, 92, 88, 0.08);
  transform: translateY(-1px);
}
.concentrationCamp .commonEntity-t .allApps {
  display: grid;
}
.concentrationCamp .commonEntity-t .allApps .appItem {
  width: 100%;
  border-radius: 10px;
  transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
}
.concentrationCamp .commonEntity-t .allApps .appItem .appCon {
  display: flex;
  align-items: center;
}
.concentrationCamp .commonEntity-t .allApps .appItem .appCon .app-img img {
  margin: 10px;
  box-shadow: 0 1px 3px 0 rgba(42, 92, 88, 0.08), 0 1px 2px 0 rgba(42, 92, 88, 0.06);
}
.concentrationCamp .commonEntity-t .allApps .appItem .appCon .appSerialNum {
  font-size: 16px;
  font-weight: 600;
  color: #2a5c58;
  line-height: 19px;
  margin-right: 10px;
}
.concentrationCamp .commonEntity-t .allApps .appItem .appCon .app-info {
  padding-right: 10px;
}
.concentrationCamp .commonEntity-t .allApps .appItem .appCon .app-info .app-info-tit {
  font-size: 16px;
  font-weight: 500;
  color: #2a5c58;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.concentrationCamp .commonEntity-t .allApps .appItem .appCon .app-info .app-info-sort {
  font-size: 13px;
  font-weight: 400;
  color: #5a8c88;
  line-height: 16px;
  margin: 6px 0;
}
.concentrationCamp .commonEntity-t .allApps .appItem .appCon .app-info .app-info-score {
  display: flex;
  align-items: center;
}
.concentrationCamp .commonEntity-t .allApps .appItem .appCon .app-info .app-info-score .app-rating {
  font-size: 14px;
  font-weight: 500;
  color: #EC7927;
  line-height: 16px;
  margin-left: 4px;
}
.concentrationCamp .commonEntity-t .allApps .appItem:hover {
  background: #f1f8f7;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(42, 92, 88, 0.08);
  transform: translateY(-1px);
}
.concentrationCamp .article {
  margin-bottom: 10px;
}
.concentrationCamp .article .articleList .articleItem {
  padding: 10px;
  border-radius: 10px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.concentrationCamp .article .articleList .articleItem .articleItemCont {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.concentrationCamp .article .articleList .articleItem .articleItemCont .articleItemImg {
  transition: transform 0.3s ease;
}
.concentrationCamp .article .articleList .articleItem .articleItemCont .articleItemText {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 38px;
  color: #ffffff;
  padding: 8px 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
  background: linear-gradient(180deg, rgba(42, 92, 88, 0) 0%, rgba(42, 92, 88, 0.85) 100%);
  border-radius: 0 0 8px 8px;
}
.concentrationCamp .article .articleList .articleItem:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(42, 92, 88, 0.12);
  border-radius: 10px;
}
.concentrationCamp .article .articleList .articleItem:hover .articleItemCont .articleItemImg {
  transform: scale(1.03);
}
@media only screen and (max-width: 320px) {
  .searchWrap {
    height: 240px;
    padding: 30px 10px;
    background-image: url("../image/searchMobileImg.webp");
  }
  .searchWrap .searchTitle {
    font-size: 20px;
  }
  .searchWrap .searchText {
    font-size: 12px;
  }
  .searchWrap .search {
    width: 100%;
    height: 46px;
    border-radius: 26px;
  }
  .searchWrap .search .searchInput {
    padding: 0 0 0 10px;
    border-radius: 26px;
    font-size: 14px;
  }
  .searchWrap .search .searchBtn {
    padding: 8px 16px;
    font-size: 13px;
  }
  .concentrationCamp .entityTitleBox {
    padding: 12px 14px 8px 14px;
    margin: 0;
  }
  .concentrationCamp .entityTitleBox .entityTitle {
    font-size: 18px;
    max-width: 200px;
    padding-left: 10px;
    border-left-width: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
  }
  .concentrationCamp .entity {
    overflow: hidden;
  }
  .concentrationCamp .entity .allApps {
    overflow: scroll;
    grid-template-rows: repeat(3, calc((100% - 20px) / 3));
    grid-gap: 8px 2px;
    padding-left: 8px;
  }
  .concentrationCamp .entity .allApps .appItem {
    width: 100%;
  }
  .concentrationCamp .entity .allApps .appItem .appCon .app-img img {
    width: 76px;
    height: 76px;
    border-radius: 8px;
  }
  .concentrationCamp .entity .allApps .appItem .appCon .app-img .appSerialNum .appSerialIcon {
    width: 20px;
    height: 20px;
  }
  .concentrationCamp .entity .allApps .appItem .appCon .app-img .appSerialNum span {
    min-width: 20px;
    height: 20px;
    font-size: 11px;
    padding: 0 5px;
  }
  .concentrationCamp .entity .allApps .appItem .appCon .app-info {
    min-width: 140px;
  }
  .concentrationCamp .crosswiseEntity .crosswiseEntityList {
    padding-left: 8px;
  }
  .concentrationCamp .crosswiseEntity .crosswiseEntityList .item {
    padding: 10px;
  }
  .concentrationCamp .crosswiseEntity .crosswiseEntityList .item .appCon .itemImg {
    width: 101px;
    height: 101px;
    border-radius: 10px;
  }
  .concentrationCamp .crosswiseEntity .crosswiseEntityList .item .appCon .itemInfo {
    width: 100px;
  }
  .concentrationCamp .ratedGames .ratedGamesCont #ratedGamesrightBtn {
    display: none;
  }
  .concentrationCamp .ratedGames .ratedGamesCont .ratedGamesMarquee .ratedGamesList {
    overflow-x: scroll;
    padding: 0 10px;
  }
  .concentrationCamp .ratedGames .ratedGamesCont .ratedGamesMarquee .ratedGamesList .popgamesItem {
    margin-right: 10px;
  }
  .concentrationCamp .ratedGames .ratedGamesCont .ratedGamesMarquee .ratedGamesList .popgamesItem .popgamesCon .popgamesItemAll .popgamesItemPic {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }
  .concentrationCamp .ratedGames .ratedGamesCont .ratedGamesMarquee .ratedGamesList .popgamesItem .popgamesCon .itemGames .gameIcon {
    width: 76px;
    height: 76px;
    border-radius: 8px;
  }
  .concentrationCamp .ratedGames .ratedGamesCont .ratedGamesMarquee .ratedGamesList .popgamesItem .popgamesCon .itemGames .gamesInfo {
    width: 200px;
  }
  .concentrationCamp .commonEntity {
    overflow: hidden;
  }
  .concentrationCamp .commonEntity .allApps {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(2, auto);
    grid-auto-columns: 115px;
    grid-gap: 14px 12px;
    padding-left: 8px;
    padding-right: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    align-content: start;
  }
  .concentrationCamp .commonEntity .allApps .appItem {
    width: 115px;
    min-width: 115px;
  }
  .concentrationCamp .commonEntity .allApps .appItem .appCon {
    padding: 10px 4px;
  }
  .concentrationCamp .commonEntity .allApps .appItem .appCon .app-img img {
    width: 56px;
    height: 56px;
    border-radius: 8px;
  }
  .concentrationCamp .commonEntity-t {
    overflow: hidden;
  }
  .concentrationCamp .commonEntity-t .allApps {
    padding-left: 8px;
    overflow: scroll;
    grid-template-columns: repeat(4, calc((180% - 10px) / 2));
  }
  .concentrationCamp .commonEntity-t .allApps .appItem .appCon .app-img img {
    width: 76px;
    height: 76px;
    border-radius: 8px;
  }
  .concentrationCamp .article .articleList {
    padding-left: 8px;
    display: flex;
    overflow-x: scroll;
    width: auto;
  }
  .concentrationCamp .article .articleList .articleItem .articleItemCont .articleItemImg {
    width: 256px;
    height: 144px;
    aspect-ratio: 580/327;
    border-radius: 8px;
  }
}
@media only screen and (min-width: 321px) and (max-width: 767px) {
  .searchWrap {
    height: 240px;
    padding: 55px 12px;
    background-image: url("../image/searchMobileImg.webp");
  }
  .searchWrap .searchTitle {
    font-size: 22px;
  }
  .searchWrap .searchText {
    font-size: 14px;
  }
  .searchWrap .search {
    width: 100%;
    height: 48px;
    border-radius: 26px;
    margin: 0 6px;
  }
  .searchWrap .search .searchInput {
    border-radius: 26px;
    font-size: 14px;
  }
  .searchWrap .search .searchBtn {
    padding: 8px 20px;
    font-size: 13px;
  }
  .concentrationCamp .entityTitleBox {
    padding: 12px 16px 8px 16px;
    margin: 0;
  }
  .concentrationCamp .entityTitleBox .entityTitle {
    font-size: 20px;
    max-width: 240px;
    padding-left: 10px;
    border-left-width: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
  }
  .concentrationCamp .entity {
    overflow: hidden;
  }
  .concentrationCamp .entity .allApps {
    overflow: scroll;
    grid-template-rows: repeat(3, calc((100% - 20px) / 3));
    grid-gap: 8px 2px;
    padding-left: 8px;
  }
  .concentrationCamp .entity .allApps .appItem {
    width: 100%;
  }
  .concentrationCamp .entity .allApps .appItem .appCon .app-img img {
    width: 76px;
    height: 76px;
    border-radius: 8px;
  }
  .concentrationCamp .entity .allApps .appItem .appCon .app-img .appSerialNum .appSerialIcon {
    width: 20px;
    height: 20px;
  }
  .concentrationCamp .entity .allApps .appItem .appCon .app-img .appSerialNum span {
    min-width: 20px;
    height: 20px;
    font-size: 11px;
    padding: 0 5px;
  }
  .concentrationCamp .entity .allApps .appItem .appCon .app-info {
    min-width: 140px;
  }
  .concentrationCamp .crosswiseEntity .crosswiseEntityList {
    padding-left: 8px;
  }
  .concentrationCamp .crosswiseEntity .crosswiseEntityList .item {
    padding: 10px;
  }
  .concentrationCamp .crosswiseEntity .crosswiseEntityList .item .appCon .itemImg {
    width: 101px;
    height: 101px;
    border-radius: 10px;
  }
  .concentrationCamp .crosswiseEntity .crosswiseEntityList .item .appCon .itemInfo {
    width: 100px;
  }
  .concentrationCamp .ratedGames .ratedGamesCont #ratedGamesrightBtn {
    display: none;
  }
  .concentrationCamp .ratedGames .ratedGamesCont .ratedGamesMarquee .ratedGamesList {
    overflow-x: scroll;
    padding: 0 10px;
  }
  .concentrationCamp .ratedGames .ratedGamesCont .ratedGamesMarquee .ratedGamesList .popgamesItem {
    margin-right: 10px;
  }
  .concentrationCamp .ratedGames .ratedGamesCont .ratedGamesMarquee .ratedGamesList .popgamesItem .popgamesCon .popgamesItemAll .popgamesItemPic {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }
  .concentrationCamp .ratedGames .ratedGamesCont .ratedGamesMarquee .ratedGamesList .popgamesItem .popgamesCon .itemGames .gameIcon {
    width: 76px;
    height: 76px;
    border-radius: 8px;
  }
  .concentrationCamp .ratedGames .ratedGamesCont .ratedGamesMarquee .ratedGamesList .popgamesItem .popgamesCon .itemGames .gamesInfo {
    width: 200px;
  }
  .concentrationCamp .commonEntity {
    overflow: hidden;
  }
  .concentrationCamp .commonEntity .allApps {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(2, auto);
    grid-auto-columns: 120px;
    grid-gap: 14px 12px;
    padding-left: 8px;
    padding-right: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    align-content: start;
  }
  .concentrationCamp .commonEntity .allApps .appItem {
    width: 120px;
    min-width: 120px;
  }
  .concentrationCamp .commonEntity .allApps .appItem .appCon {
    padding: 10px 4px;
  }
  .concentrationCamp .commonEntity .allApps .appItem .appCon .app-img img {
    width: 60px;
    height: 60px;
    border-radius: 8px;
  }
  .concentrationCamp .commonEntity-t {
    overflow: hidden;
  }
  .concentrationCamp .commonEntity-t .allApps {
    padding-left: 8px;
    overflow: scroll;
    grid-template-columns: repeat(4, calc((180% - 10px) / 2));
  }
  .concentrationCamp .commonEntity-t .allApps .appItem .appCon .app-img img {
    width: 76px;
    height: 76px;
    border-radius: 8px;
  }
  .concentrationCamp .article .articleList {
    padding-left: 8px;
    display: flex;
    overflow-x: scroll;
    width: auto;
  }
  .concentrationCamp .article .articleList .articleItem .articleItemCont .articleItemImg {
    width: 256px;
    height: 144px;
    aspect-ratio: 580/327;
    border-radius: 8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .concentrationCamp {
    padding: 0 20px;
  }
  .concentrationCamp .entity {
    overflow: hidden;
  }
  .concentrationCamp .entity .allApps {
    overflow: scroll;
    grid-template-rows: repeat(3, calc((100% - 0rem) / 3));
  }
  .concentrationCamp .entity .allApps .appItem .appCon .app-img img {
    width: 76px;
    height: 76px;
    border-radius: 8px;
  }
  .concentrationCamp .entity .allApps .appItem .appCon .app-img .appSerialNum .appSerialIcon {
    width: 20px;
    height: 20px;
  }
  .concentrationCamp .entity .allApps .appItem .appCon .app-img .appSerialNum span {
    min-width: 20px;
    height: 20px;
    font-size: 11px;
  }
  .concentrationCamp .crosswiseEntity .crosswiseEntityList .item {
    padding: 10px;
  }
  .concentrationCamp .crosswiseEntity .crosswiseEntityList .item .appCon .itemImg {
    width: 101px;
    height: 101px;
    border-radius: 10px;
  }
  .concentrationCamp .crosswiseEntity .crosswiseEntityList .item .appCon .itemInfo {
    width: 100px;
  }
  .concentrationCamp .ratedGames .ratedGamesCont .ratedGamesBtn {
    height: 40px;
    width: 40px;
  }
  .concentrationCamp .ratedGames .ratedGamesCont .ratedGamesBtn svg {
    height: 22px;
    width: 22px;
  }
  .concentrationCamp .ratedGames .ratedGamesCont .ratedGamesMarquee {
    margin: 0 auto;
    overflow: hidden;
  }
  .concentrationCamp .ratedGames .ratedGamesCont .ratedGamesMarquee .ratedGamesList .popgamesItem {
    flex-shrink: 0;
    width: calc(100% / 3);
  }
  .concentrationCamp .ratedGames .ratedGamesCont .ratedGamesMarquee .ratedGamesList .popgamesItem .popgamesCon .popgamesItemAll .popgamesItemPic {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }
  .concentrationCamp .ratedGames .ratedGamesCont .ratedGamesMarquee .ratedGamesList .popgamesItem .popgamesCon .itemGames .gameIcon {
    width: 76px;
    height: 76px;
    border-radius: 8px;
  }
  .concentrationCamp .ratedGames .ratedGamesCont .ratedGamesMarquee .ratedGamesList .popgamesItem .popgamesCon .itemGames .gamesInfo {
    width: 200px;
  }
  .concentrationCamp .commonEntity {
    overflow: hidden;
  }
  .concentrationCamp .commonEntity .allApps {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 12px 16px;
  }
  .concentrationCamp .commonEntity .allApps .appItem .appCon {
    padding: 12px 8px;
  }
  .concentrationCamp .commonEntity .allApps .appItem .appCon .app-img img {
    width: 72px;
    height: 72px;
    border-radius: 8px;
  }
  .concentrationCamp .commonEntity-t {
    overflow: hidden;
  }
  .concentrationCamp .commonEntity-t .allApps {
    overflow: scroll;
    grid-template-columns: repeat(4, calc(100% / 4));
  }
  .concentrationCamp .commonEntity-t .allApps .appItem .appCon .app-img img {
    width: 76px;
    height: 76px;
    border-radius: 8px;
  }
  .concentrationCamp .article .articleList {
    display: grid;
    grid-gap: 5px 5px;
    grid-template-columns: repeat(4, calc((100% - 1rem) / 4));
  }
  .concentrationCamp .article .articleList .articleItem .articleItemCont .articleItemImg {
    width: 100%;
    height: auto;
    aspect-ratio: 580/327;
    border-radius: 8px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .concentrationCamp {
    padding: 0 20px;
  }
  .concentrationCamp .entity {
    overflow: hidden;
    margin: 0 10px;
    width: calc(100% - 20px);
  }
  .concentrationCamp .entity .allApps {
    grid-gap: 16px 16px;
    grid-template-columns: repeat(3, calc((100% - 2rem) / 3));
    grid-template-rows: repeat(3, calc((100% - 2rem) / 3));
  }
  .concentrationCamp .entity .allApps .appItem .appCon .app-img img {
    height: 86px;
    width: 86px;
    border-radius: 12px;
  }
  .concentrationCamp .entity .allApps .appItem .appCon .app-img .appSerialNum .appSerialIcon {
    width: 24px;
    height: 24px;
  }
  .concentrationCamp .entity .allApps .appItem .appCon .app-img .appSerialNum span {
    min-width: 22px;
    height: 22px;
    font-size: 12px;
  }
  .concentrationCamp .crosswiseEntity .crosswiseEntityList .item {
    padding: 10px;
    margin-right: 18px;
  }
  .concentrationCamp .crosswiseEntity .crosswiseEntityList .item .appCon .itemImg {
    width: 127px;
    height: 127px;
    border-radius: 12px;
  }
  .concentrationCamp .crosswiseEntity .crosswiseEntityList .item .appCon .itemInfo {
    width: 127px;
  }
  .concentrationCamp .ratedGames .ratedGamesCont .ratedGamesBtn {
    height: 40px;
    width: 40px;
  }
  .concentrationCamp .ratedGames .ratedGamesCont .ratedGamesBtn svg {
    height: 22px;
    width: 22px;
  }
  .concentrationCamp .ratedGames .ratedGamesCont .ratedGamesMarquee {
    margin: 0 auto;
    overflow: hidden;
  }
  .concentrationCamp .ratedGames .ratedGamesCont .ratedGamesMarquee .ratedGamesList .popgamesItem {
    flex-shrink: 0;
    width: calc(100% / 3);
  }
  .concentrationCamp .ratedGames .ratedGamesCont .ratedGamesMarquee .ratedGamesList .popgamesItem .popgamesCon .popgamesItemAll .popgamesItemPic {
    width: 100%;
    height: auto;
    border-radius: 12px;
  }
  .concentrationCamp .ratedGames .ratedGamesCont .ratedGamesMarquee .ratedGamesList .popgamesItem .popgamesCon .itemGames .gameIcon {
    width: 86px;
    height: 86px;
    border-radius: 12px;
  }
  .concentrationCamp .ratedGames .ratedGamesCont .ratedGamesMarquee .ratedGamesList .popgamesItem .popgamesCon .itemGames .gamesInfo {
    width: 220px;
  }
  .concentrationCamp .commonEntity {
    overflow: hidden;
  }
  .concentrationCamp .commonEntity .allApps {
    grid-gap: 16px 16px;
    grid-template-columns: repeat(5, 1fr);
  }
  .concentrationCamp .commonEntity .allApps .appItem .appCon .app-img img {
    height: 80px;
    width: 80px;
    border-radius: 12px;
  }
  .concentrationCamp .commonEntity-t {
    overflow: hidden;
  }
  .concentrationCamp .commonEntity-t .allApps {
    grid-gap: 16px 16px;
    grid-template-columns: repeat(4, calc((100% - 50px) / 4));
  }
  .concentrationCamp .commonEntity-t .allApps .appItem .appCon .app-img img {
    height: 86px;
    width: 86px;
    border-radius: 12px;
  }
  .concentrationCamp .article .articleList {
    display: grid;
    grid-gap: 16px 16px;
    grid-template-columns: repeat(4, calc((100% - 48px) / 4));
  }
  .concentrationCamp .article .articleList .articleItem .articleItemCont .articleItemImg {
    width: 100%;
    height: auto;
    aspect-ratio: 580/327;
    border-radius: 12px;
  }
}
@media only screen and (min-width: 1200px) {
  .indexWrap .indexCont {
    padding: 0 24px;
  }
  .concentrationCamp .entity {
    overflow: hidden;
  }
  .concentrationCamp .entity .allApps {
    grid-gap: 16px 16px;
    grid-template-columns: repeat(3, calc((100% - 2rem) / 3));
    grid-template-rows: repeat(3, calc((100% - 2rem) / 3));
  }
  .concentrationCamp .entity .allApps .appItem .appCon .app-img img {
    height: 86px;
    width: 86px;
    border-radius: 12px;
  }
  .concentrationCamp .entity .allApps .appItem .appCon .app-img .appSerialNum .appSerialIcon {
    width: 24px;
    height: 24px;
  }
  .concentrationCamp .entity .allApps .appItem .appCon .app-img .appSerialNum span {
    min-width: 22px;
    height: 22px;
    font-size: 12px;
  }
  .concentrationCamp .crosswiseEntity .crosswiseEntityList .item {
    padding: 10px;
    margin-right: 18px;
  }
  .concentrationCamp .crosswiseEntity .crosswiseEntityList .item .appCon .itemImg {
    width: 127px;
    height: 127px;
    border-radius: 12px;
  }
  .concentrationCamp .crosswiseEntity .crosswiseEntityList .item .appCon .itemInfo {
    width: 127px;
  }
  .concentrationCamp .ratedGames .ratedGamesBtn {
    height: 50px;
    width: 50px;
  }
  .concentrationCamp .ratedGames .ratedGamesBtn svg {
    height: 26px;
    width: 26px;
  }
  .concentrationCamp .ratedGames .ratedGamesCont .ratedGamesMarquee {
    margin: 0 auto;
    overflow: hidden;
  }
  .concentrationCamp .ratedGames .ratedGamesCont .ratedGamesMarquee .ratedGamesList .popgamesItem {
    flex-shrink: 0;
    width: calc(100% / 3);
  }
  .concentrationCamp .ratedGames .ratedGamesCont .ratedGamesMarquee .ratedGamesList .popgamesItem .popgamesCon .popgamesItemAll .popgamesItemPic {
    width: 100%;
    height: auto;
    border-radius: 12px;
  }
  .concentrationCamp .ratedGames .ratedGamesCont .ratedGamesMarquee .ratedGamesList .popgamesItem .popgamesCon .itemGames .gameIcon {
    width: 86px;
    height: 86px;
    border-radius: 12px;
  }
  .concentrationCamp .ratedGames .ratedGamesCont .ratedGamesMarquee .ratedGamesList .popgamesItem .popgamesCon .itemGames .gamesInfo {
    width: 220px;
  }
  .concentrationCamp .commonEntity {
    overflow: hidden;
  }
  .concentrationCamp .commonEntity .allApps {
    grid-gap: 16px 16px;
    grid-template-columns: repeat(5, 1fr);
  }
  .concentrationCamp .commonEntity .allApps .appItem .appCon .app-img img {
    height: 86px;
    width: 86px;
    border-radius: 12px;
  }
  .concentrationCamp .commonEntity-t {
    overflow: hidden;
  }
  .concentrationCamp .commonEntity-t .allApps {
    grid-gap: 16px 16px;
    grid-template-columns: repeat(4, calc((100% - 50px) / 4));
  }
  .concentrationCamp .commonEntity-t .allApps .appItem .appCon .app-img img {
    height: 86px;
    width: 86px;
    border-radius: 12px;
  }
  .concentrationCamp .article .articleList {
    display: grid;
    grid-gap: 16px 16px;
    grid-template-columns: repeat(4, calc((100% - 3rem) / 4));
  }
  .concentrationCamp .article .articleList .articleItem .articleItemCont .articleItemImg {
    width: 100%;
    height: auto;
    aspect-ratio: 580/327;
    border-radius: 12px;
  }
}
