/* 消除边距 */
* {
  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: 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;
}
.adTitle {
  text-align: start;
  font-size: 12px;
  line-height: 16px;
  margin: 3px 0 6px 0;
  color: #ccc;
}
/* 设置广告高度 */
.adHeight {
  width: 100%;
  height: 252px;
}
@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;
    margin: 24px 0;
  }
}
@media (max-width: 768px) {
  .adTitle {
    padding: 0 16px;
  }
}
.realTimeSearchList {
  position: absolute;
  left: 0;
  top: 45px;
  width: 100%;
  border-radius: 4px;
  background: #F0F0F0;
  z-index: 5;
}
.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: #666;
}
.realTimeSearchList .realTimeList .itemSearchCont:hover .itemSearchLink .itemSearchText {
  color: #333;
}
.realTimeSearchList .realTimeList .itemSearchCont:last-child .itemSearchLink {
  border-bottom: none;
}
button {
  margin: 0px;
  padding: 0px;
  /*自定义边框*/
  border: 0px;
  /*消除默认点击蓝色边框效果*/
  outline: none;
}
input {
  border: 0px;
  outline: none;
}
.headWrap {
  background-color: #fff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.headWrap .header {
  max-width: 1300px;
  height: 100%;
  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%;
  display: flex;
  align-items: center;
  position: relative;
}
.headWrap .header .top .topL {
  display: flex;
  align-items: center;
}
.headWrap .header .top .topL .showBtn {
  cursor: pointer;
  z-index: 1;
  line-height: 100%;
}
.headWrap .header .top .topL .topList {
  display: none;
}
.headWrap .header .top .topR {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 6 !important;
}
.headWrap .header .top .topR .search {
  display: flex;
  align-items: center;
  height: 44px;
  background: #F0F0F0;
  border-radius: 8px;
  padding: 0 10px;
}
.headWrap .header .top .topR .search .searchIcon {
  padding-right: 10px;
}
.headWrap .header .top .topR .search .searchInput {
  flex: 1;
  height: 100%;
  background: #F0F0F0;
  border-radius: 8px;
}
.headWrap .header .top .topR .search .clearResp {
  display: none;
  padding-left: 10px;
}
.headWrap .header .mhead {
  width: 100%;
  height: 48px;
}
.headWrap .header .mhead .mheadcont {
  height: 100%;
}
.headWrap .header .mhead .mheadcont .mheadBox {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.headWrap .header .mhead .mheadcont .mheadBox .showBtn {
  cursor: pointer;
  z-index: 1;
  line-height: 100%;
}
.headWrap .header .mhead .mheadcont .mheadBox .showBtn svg {
  width: 24px;
  height: 24px;
}
.headWrap .header .mhead .mheadcont .mheadBox .logo .logoIcon {
  width: auto;
  height: 30px;
}
.headWrap .header .mhead .mHeadSearch {
  display: none;
  height: 100%;
}
.headWrap .header .mhead .mHeadSearch .searchBox {
  height: 100%;
  display: flex;
  align-items: center;
}
.headWrap .header .mhead .mHeadSearch .searchBox .back {
  line-height: 100%;
}
.headWrap .header .mhead .mHeadSearch .searchBox .mSearch {
  padding: 0 12px;
  height: 31px;
  width: 100%;
  background: #F0F0F0;
  border-radius: 4px;
  margin-left: 18px;
  display: flex;
  align-items: center;
}
.headWrap .header .mhead .mHeadSearch .searchBox .mSearch .searchIcon {
  padding-right: 10px;
}
.headWrap .header .mhead .mHeadSearch .searchBox .mSearch .searchInput {
  border-radius: 4px;
  height: 100%;
  width: 100%;
  background: #F0F0F0;
}
.headWrap .header .mhead .mHeadSearch .searchBox .clearResp {
  display: none;
  padding-left: 10px;
}
.headWrap .header .siderbar {
  box-sizing: border-box;
  z-index: 200;
  position: fixed;
  left: -220px;
  top: 0;
  height: 100%;
  min-height: 100%;
  width: 220px;
  background: #ffffff;
}
.headWrap .header .siderbar .closeBtn {
  height: 50px;
  background-color: #F8F8F8;
}
.headWrap .header .siderbar .closeBtn img {
  width: 17px;
  height: 17px;
  margin: 16px;
}
.headWrap .header .siderbar .sideList {
  width: 100%;
}
.headWrap .header .siderbar .sideList .sideItem {
  width: 100%;
}
.headWrap .header .siderbar .sideList .sideItem a {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
}
.headWrap .header .siderbar .sideList .sideItem a .icon {
  margin: 15px 17px;
}
.headWrap .header .siderbar .sideList .sideItem a .icon img {
  height: 20px;
  width: 20px;
}
.headWrap .header .siderbar .sideList .sideItem a .title {
  font-weight: 400;
  font-size: 14px;
  line-height: 40px;
  color: #333333;
}
@media only screen and (max-width: 767px) {
  .headWrap {
    height: 48px;
    padding: 0 18px;
  }
  .headWrap .header .top {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1366px) and (orientation: portrait) {
  .headWrap {
    height: 65px;
  }
  .headWrap .header .top {
    padding: 0 15px;
    height: 100%;
    justify-content: space-between;
  }
  .headWrap .header .top .topL {
    height: 100%;
  }
  .headWrap .header .top .topL .showBtn {
    display: none;
  }
  .headWrap .header .top .topL .logo img {
    height: 35px;
    width: auto;
  }
  .headWrap .header .top .topL .topList {
    display: flex;
    align-items: center;
    height: 100%;
    margin-left: 10px;
  }
  .headWrap .header .top .topL .topList .topItem {
    height: 100%;
  }
  .headWrap .header .top .topL .topList .topItem .item {
    cursor: pointer;
    margin-right: 10px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-left: 10px;
  }
  .headWrap .header .top .topL .topList .topItem .item .topTitle {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #626365;
    margin-left: 5px;
  }
  .headWrap .header .top .topL .topList .topItem .item .underline {
    width: 30px;
    height: 6px;
    margin: auto;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    bottom: 0;
  }
  .headWrap .header .mhead {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1366px) and (orientation: landscape) {
  .headWrap {
    height: 78px;
  }
  .headWrap .header .top {
    height: 100%;
    padding: 0 15px;
    justify-content: space-between;
  }
  .headWrap .header .top .showBtn {
    display: none;
  }
  .headWrap .header .top .topL {
    height: 100%;
  }
  .headWrap .header .top .topL .logo img {
    height: 44px;
    width: auto;
  }
  .headWrap .header .top .topL .topList {
    margin-left: 50px;
    display: flex;
    align-items: center;
    height: 100%;
  }
  .headWrap .header .top .topL .topList .topItem {
    height: 100%;
  }
  .headWrap .header .top .topL .topList .topItem .item {
    cursor: pointer;
    margin-right: 30px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .headWrap .header .top .topL .topList .topItem .item .topTitle {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #333333;
    margin-left: 10px;
  }
  .headWrap .header .top .topL .topList .topItem .item .underline {
    width: 30px;
    height: 6px;
    margin: auto;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    bottom: 0;
  }
  .headWrap .header .top .topR .search {
    width: 313px;
  }
  .headWrap .header .mhead {
    display: none;
  }
}
@media screen and (min-width: 1367px) {
  .headWrap {
    height: 78px;
  }
  .headWrap .header .top {
    height: 78px;
    justify-content: space-between;
  }
  .headWrap .header .top .showBtn {
    display: none;
  }
  .headWrap .header .top .topL {
    height: 100%;
  }
  .headWrap .header .top .topL .logo img {
    height: 44px;
    width: auto;
  }
  .headWrap .header .top .topL .topList {
    margin-left: 100px;
    display: flex;
    align-items: center;
    height: 100%;
  }
  .headWrap .header .top .topL .topList .topItem {
    height: 100%;
  }
  .headWrap .header .top .topL .topList .topItem .item {
    cursor: pointer;
    margin-right: 50px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .headWrap .header .top .topL .topList .topItem .item .topTitle {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #333333;
    margin-left: 10px;
  }
  .headWrap .header .top .topR .search {
    width: 313px;
  }
  .headWrap .header .mhead {
    display: none;
  }
}
.footerWrap {
  background: #FFFFFF;
  position: relative;
  font-family: Roboto-Regular, Roboto;
}
.footerWrap .footer {
  max-width: 1300px;
  margin: 0 auto;
  border-top: 1.5px solid #D9D9D9;
}
.footerWrap .footer .top .logo img {
  width: auto;
  height: 46px;
}
.footerWrap .footer .introduction {
  font-size: 14px;
  font-weight: 400;
  color: #626365;
  line-height: 16px;
}
.footerWrap .footer .tabbar {
  font-size: 16px;
  font-weight: 400;
}
.footerWrap .footer .tabbar a {
  color: #626365;
  padding-right: 30px;
  line-height: 30px;
  word-break: break-word;
}
.footerWrap .cookie-notice-container {
  background-color: rgba(255, 255, 255, 0.5);
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #6f6f6f;
  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: #0186FF;
}
.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: #0186FF;
  border: none;
  color: #fff;
  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(255, 255, 255, 0.3);
  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: #0186FF;
  border-radius: 1rem 1rem 0 0;
  color: #fff;
}
.footerWrap .addToScreenTip .tipTop {
  padding: 1.6rem;
  width: 100%;
  border-bottom: 0.1rem solid #F5F5F5;
  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: 20px 18px;
  }
  .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 #D9D9D9;
  }
  .footerWrap .footer .tabbar {
    font-size: 14px;
    line-height: 30px;
    margin-top: 20px;
    display: grid;
    grid-gap: 10px 10px;
    grid-template-columns: repeat(2, calc((100% - 20px) / 2));
  }
  .footerWrap .footer .tabbar a {
    line-height: 30px;
  }
  .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 {
    display: flex;
    align-items: center;
    margin-bottom: 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 {
    display: flex;
    align-items: center;
    margin-bottom: 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 {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
  }
  .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;
  }
}
.appsWrap .appsCont {
  min-height: 80vh;
  max-width: 1300px;
  margin: 0 auto;
}
.appsWrap .appsCont .commonEntity {
  margin-bottom: 30px;
}
.appsWrap .appsCont .commonEntity ul::-webkit-scrollbar {
  width: 0 !important;
}
.appsWrap .appsCont .commonEntity .entityTitleBox {
  display: flex;
  align-items: center;
}
.appsWrap .appsCont .commonEntity .entityTitleBox .stair {
  color: #626365;
}
.appsWrap .appsCont .commonEntity .entityTitleBox .secondStage {
  font-weight: 500;
  color: #212326;
}
.appsWrap .appsCont .commonEntity .allApps .appItem {
  width: 100%;
}
.appsWrap .appsCont .commonEntity .allApps .appItem .appCon {
  width: 100%;
  display: flex;
  align-items: center;
}
.appsWrap .appsCont .commonEntity .allApps .appItem .appCon .appSerialNum {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  line-height: 19px;
}
.appsWrap .appsCont .commonEntity .allApps .appItem .appCon .appSerialNum .serialNum {
  margin: 0 8px;
}
.appsWrap .appsCont .commonEntity .allApps .appItem .appCon .app-img img {
  flex-shrink: 0;
  margin: 10px;
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.2), 0 1px 3px 1px rgba(60, 64, 67, 0.1);
}
.appsWrap .appsCont .commonEntity .allApps .appItem .appCon .app-info {
  flex: 1;
  padding-right: 10px;
}
.appsWrap .appsCont .commonEntity .allApps .appItem .appCon .app-info .app-info-tit {
  font-size: 16px;
  font-weight: 400;
  color: #212326;
  line-height: 19px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.appsWrap .appsCont .commonEntity .allApps .appItem .appCon .app-info .app-info-sort {
  font-size: 14px;
  font-weight: 400;
  color: #626365;
  line-height: 16px;
}
.appsWrap .appsCont .commonEntity .allApps .appItem .appCon .app-info .app-info-score {
  display: flex;
  align-items: center;
}
.appsWrap .appsCont .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;
}
.appsWrap .appsCont .commonEntity .allApps .appItem:hover {
  background: #F0F0F0;
  border-radius: 8px;
}
.appsWrap .appsCont .commonEntity .allApps .ads-li {
  display: grid;
  grid-column: span 3;
  text-align: center;
}
.appsWrap .appsCont .commonEntity .loading {
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  margin: 10px 0;
  color: #626365;
}
@media only screen and (max-width: 767px) {
  .commonEntity {
    overflow: hidden;
  }
  .commonEntity .entityTitleBox {
    margin: 18px 0 12px 0;
    padding: 0 18px;
  }
  .commonEntity .entityTitleBox .stair {
    font-size: 14px;
    line-height: 16px;
  }
  .commonEntity .entityTitleBox svg {
    margin: 0 2px;
    height: 16px;
    width: 16px;
  }
  .commonEntity .entityTitleBox .secondStage {
    font-size: 14px;
    line-height: 16px;
  }
  .commonEntity .allApps {
    padding: 0 8px;
  }
  .commonEntity .allApps .appItem .appCon .appSerialNum {
    margin-left: 8px;
  }
  .commonEntity .allApps .appItem .appCon .appSerialNum .ranking {
    height: 20px;
    width: 20px;
    margin: 0 3px;
  }
  .commonEntity .allApps .appItem .appCon .appSerialNum .serialNum {
    margin-right: 5px;
  }
  .commonEntity .allApps .appItem .appCon .app-img img {
    width: 76px;
    height: 76px;
    border-radius: 8px;
  }
  .commonEntity .allApps .appItem .appCon .app-info .app-info-sort {
    margin: 6px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .commonEntity {
    padding: 0 30px;
    overflow: hidden;
  }
  .commonEntity .entityTitleBox {
    margin: 12px 0 12px 0;
    padding: 0 10px;
  }
  .commonEntity .entityTitleBox .stair {
    font-size: 14px;
    line-height: 16px;
  }
  .commonEntity .entityTitleBox svg {
    margin: 0 2px;
    height: 16px;
    width: 16px;
  }
  .commonEntity .entityTitleBox .secondStage {
    font-size: 14px;
    line-height: 16px;
  }
  .commonEntity .allApps {
    display: grid;
    grid-gap: 5px 5px;
    grid-template-columns: repeat(3, calc((100% - 1rem) / 3));
  }
  .commonEntity .allApps .appItem .appCon .appSerialNum .ranking {
    height: 20px;
    width: 20px;
    margin: 0 3px;
  }
  .commonEntity .allApps .appItem .appCon .app-img img {
    width: 76px;
    height: 76px;
    border-radius: 8px;
  }
  .commonEntity .allApps .appItem .appCon .app-info .app-info-sort {
    margin: 8px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .commonEntity {
    padding: 0 30px;
    overflow: hidden;
  }
  .commonEntity .entityTitleBox {
    margin: 31px 0 19px 0;
    padding: 0 4px;
  }
  .commonEntity .entityTitleBox .stair {
    font-size: 20px;
    line-height: 23px;
  }
  .commonEntity .entityTitleBox svg {
    margin: 0 4px;
    height: 20px;
    width: 20px;
  }
  .commonEntity .entityTitleBox .secondStage {
    font-size: 20px;
    line-height: 23px;
  }
  .commonEntity .allApps {
    display: grid;
    grid-gap: 10px 10px;
    grid-template-columns: repeat(3, calc((100% - 2rem) / 3));
  }
  .commonEntity .allApps .appItem .appCon .app-img img {
    height: 86px;
    width: 86px;
    border-radius: 12px;
  }
  .commonEntity .allApps .appItem .appCon .appSerialNum .ranking {
    height: 24px;
    width: 24px;
    margin: 0 1px;
  }
  .commonEntity .allApps .appItem .appCon .app-info .app-info-sort {
    margin: 8px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .appsWrap .appsCont {
    padding: 0 24px;
  }
  .commonEntity {
    overflow: hidden;
  }
  .commonEntity .entityTitleBox {
    margin: 31px 0 19px 0;
  }
  .commonEntity .entityTitleBox .stair {
    font-size: 20px;
    line-height: 23px;
  }
  .commonEntity .entityTitleBox svg {
    margin: 0 4px;
    height: 20px;
    width: 20px;
  }
  .commonEntity .entityTitleBox .secondStage {
    font-size: 20px;
    line-height: 23px;
  }
  .commonEntity .allApps {
    display: grid;
    grid-gap: 16px 16px;
    grid-template-columns: repeat(3, calc((100% - 2rem) / 3));
  }
  .commonEntity .allApps .appItem .appCon .app-img img {
    height: 86px;
    width: 86px;
    border-radius: 12px;
  }
  .commonEntity .allApps .appItem .appCon .appSerialNum .ranking {
    height: 24px;
    width: 24px;
    margin: 0 1px;
  }
  .commonEntity .allApps .appItem .appCon .app-info .app-info-sort {
    margin: 8px 0;
  }
}
