/* 消除边距 */
* {
  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;
  }
}
.customTheme {
  width: 100%;
  color: #333333;
  word-break: break-word;
}
.customTheme h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  padding-top: 20px;
  padding-bottom: 12px;
}
.customTheme h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  padding-top: 20px;
  padding-bottom: 12px;
}
.customTheme h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.customTheme h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.customTheme p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 12px;
  color: #212326;
}
.customTheme img {
  width: 100%;
  border-radius: 10px;
}
.customTheme .apkItemCont {
  margin-top: 10px;
  border-top: 1px solid #D9D9D9;
  display: flex;
  align-items: center;
}
.customTheme .apkItemCont .apkItemContLeft {
  width: 47%;
}
.customTheme .apkItemCont .apkItemContLeft .apkContLeftTop {
  width: 100%;
}
.customTheme .apkItemCont .apkItemContLeft .apkContLeftTop .contLeftTitle {
  font-weight: 500;
  font-size: 26px;
  line-height: 40px;
  color: #202423;
}
.customTheme .apkItemCont .apkItemContLeft .apkContLeftTop .contLeftDet {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #5C5E5E;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
}
.customTheme .apkItemCont .apkItemContLeft .apkContLeftMiddle {
  margin: 20px 0;
  display: flex;
}
.customTheme .apkItemCont .apkItemContLeft .apkContLeftMiddle .contLeftIcon {
  display: flex;
  align-items: center;
}
.customTheme .apkItemCont .apkItemContLeft .apkContLeftMiddle .contLeftIcon img {
  width: 90px;
  height: 90px;
  border-radius: 14px;
}
.customTheme .apkItemCont .apkItemContLeft .apkContLeftMiddle .contLeftIcon .mobileInfo {
  margin-left: 12px;
}
.customTheme .apkItemCont .apkItemContLeft .apkContLeftMiddle .contLeftIcon .mobileInfo .mobileInfo-tit {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #202423;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.customTheme .apkItemCont .apkItemContLeft .apkContLeftMiddle .contLeftIcon .mobileInfo .mobileInfo-Category {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #5C5E5E;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.customTheme .apkItemCont .apkItemContLeft .apkContLeftMiddle .guideInfo {
  width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
}
.customTheme .apkItemCont .apkItemContLeft .apkContLeftMiddle .guideInfo h2 {
  font-size: 16px;
  font-weight: 400;
  color: #212326;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
  margin-top: 10px;
}
.customTheme .apkItemCont .apkItemContLeft .apkContLeftMiddle .guideInfo .detText {
  font-size: 14px;
  font-weight: 500;
  color: #5C5E5E;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.customTheme .apkItemCont .apkItemContLeft .apkContLeftMiddle .guideInfo .starNum {
  font-size: 16px;
  font-weight: 400;
  color: #07B07D;
}
.customTheme .apkItemCont .apkItemContLeft .apkContLeftMiddle .guideInfo .ratings .star {
  display: flex;
  align-items: center;
}
.customTheme .apkItemCont .apkItemContLeft .apkContLeftMiddle .guideInfo .line {
  width: 0px;
  height: 26px;
  opacity: 1;
  border-left: 1px solid #D9D9D9;
}
.customTheme .apkItemCont .apkItemContLeft .apkContLeftBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #07B07D;
  border-radius: 4px;
  padding: 12px 0;
}
.customTheme .apkItemCont .apkItemContLeft .apkContLeftBtn .down {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #FFFFFF;
  margin-left: 6px;
}
.customTheme .apkItemCont .apkItemContRight {
  width: 45%;
}
.customTheme .apkItemCont .apkItemContRight img {
  width: 100%;
  height: auto;
  aspect-ratio: 485/273;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 320px) {
  .customTheme {
    width: 100%;
    word-break: break-word;
    padding: 10px 0;
  }
  .customTheme h1 {
    font-size: 22px;
    line-height: 30px;
  }
  .customTheme h2 {
    font-size: 20px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 321px) and (max-width: 767px) {
  .customTheme {
    width: 100%;
    word-break: break-word;
    padding: 10px 0;
  }
  .customTheme h1 {
    font-size: 22px;
    line-height: 30px;
  }
  .customTheme h2 {
    font-size: 20px;
    line-height: 28px;
  }
}
.sideList .topDownloadsTitle {
  font-weight: 600;
  font-size: 26px;
  line-height: 40px;
  color: #333333;
  margin-bottom: 18px;
}
.sideList .topDownloadsList {
  width: 100%;
}
.sideList .topDownloadsList .appItem {
  width: 100%;
}
.sideList .topDownloadsList .appItem .appCon {
  display: flex;
  align-items: center;
}
.sideList .topDownloadsList .appItem .appCon .app-img img {
  height: 86px;
  width: 86px;
  border-radius: 12px;
  margin: 10px;
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.2), 0 1px 3px 1px rgba(60, 64, 67, 0.1);
}
.sideList .topDownloadsList .appItem .appCon .app-info {
  flex: 1;
  padding-right: 10px;
}
.sideList .topDownloadsList .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;
}
.sideList .topDownloadsList .appItem .appCon .app-info .app-info-sort {
  font-size: 14px;
  font-weight: 400;
  color: #626365;
  line-height: 16px;
  margin: 8px 0;
}
.sideList .topDownloadsList .appItem .appCon .app-info .app-info-score {
  display: flex;
  align-items: center;
}
.sideList .topDownloadsList .appItem .appCon .app-info .app-info-score .app-rating {
  font-size: 14px;
  font-weight: 500;
  color: #EC7927;
  line-height: 16px;
  margin-left: 4px;
}
.sideList .topDownloadsList .appItem:hover {
  background: #F0F0F0;
  border-radius: 8px;
}
@media only screen and (max-width: 767px) {
  .sideList .topDownloadsTitle {
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
  }
}
.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;
  }
}
.ad-box {
  margin: 24px 0;
}
.appDetailWrap .appDetailCont {
  min-height: 80vh;
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
}
.appDetailWrap .appDetailCont .detailContLeft .entityTitleBox {
  display: flex;
  align-items: center;
}
.appDetailWrap .appDetailCont .detailContLeft .entityTitleBox .stair,
.appDetailWrap .appDetailCont .detailContLeft .entityTitleBox .secondStage {
  color: #626365;
  white-space: nowrap;
}
.appDetailWrap .appDetailCont .detailContLeft .entityTitleBox svg {
  margin: 0 4px;
}
.appDetailWrap .appDetailCont .detailContLeft .entityTitleBox .thirdStage {
  color: #212326;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.appDetailWrap .appDetailCont .detailContLeft .appBusinessCard {
  display: flex;
  align-items: center;
}
.appDetailWrap .appDetailCont .detailContLeft .appBusinessCard .appPic .appPicIcon {
  border: 1px solid #D9D9D9;
}
.appDetailWrap .appDetailCont .detailContLeft .appBusinessCard .appBusinessCardInfo {
  margin-left: 20px;
}
.appDetailWrap .appDetailCont .detailContLeft .appBusinessCard .appBusinessCardInfo .cardInfoTop {
  display: flex;
  align-items: center;
}
.appDetailWrap .appDetailCont .detailContLeft .appBusinessCard .appBusinessCardInfo .cardInfoTop .cardInfoTopName {
  font-weight: 500;
  color: #212326;
  padding-right: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.appDetailWrap .appDetailCont .detailContLeft .appBusinessCard .appBusinessCardInfo .cardInfoTop .icon {
  min-width: 23px;
}
.appDetailWrap .appDetailCont .detailContLeft .appBusinessCard .appBusinessCardInfo .guideInfo {
  width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
}
.appDetailWrap .appDetailCont .detailContLeft .appBusinessCard .appBusinessCardInfo .guideInfo h2 {
  font-weight: 400;
  color: #212326;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.appDetailWrap .appDetailCont .detailContLeft .appBusinessCard .appBusinessCardInfo .guideInfo .detText {
  font-weight: 500;
  color: #626365;
  margin-top: 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.appDetailWrap .appDetailCont .detailContLeft .appBusinessCard .appBusinessCardInfo .guideInfo .starNum {
  font-weight: 400;
  color: #EC7927;
  margin-left: 4px;
}
.appDetailWrap .appDetailCont .detailContLeft .appBusinessCard .appBusinessCardInfo .guideInfo .ratings .star {
  display: flex;
  align-items: center;
}
.appDetailWrap .appDetailCont .detailContLeft .appBusinessCard .appBusinessCardInfo .guideInfo .line {
  width: 0px;
  height: 26px;
  opacity: 1;
  border: 0.8px solid #E6E6E6;
}
.appDetailWrap .appDetailCont .detailContLeft .swiper {
  position: relative;
}
.appDetailWrap .appDetailCont .detailContLeft .swiper .swiperTitle {
  font-size: 26px;
  font-weight: 500;
  color: #212326;
  line-height: 30px;
  margin-bottom: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.appDetailWrap .appDetailCont .detailContLeft .swiper .swiperBtn {
  position: absolute;
  top: 57%;
  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;
}
.appDetailWrap .appDetailCont .detailContLeft .swiper .swiperBtn:hover {
  background-color: #DCDCDC;
}
.appDetailWrap .appDetailCont .detailContLeft .swiper .swiperCont {
  overflow: hidden;
  width: 100%;
}
.appDetailWrap .appDetailCont .detailContLeft .swiper .swiperCont .swiperList {
  display: flex;
  flex-direction: row;
}
.appDetailWrap .appDetailCont .detailContLeft .swiper .swiperCont .swiperList .swiperItem {
  padding-right: 10px;
  position: relative;
}
.appDetailWrap .appDetailCont .detailContLeft .swiper .swiperCont .swiperList .swiperItem .swiperImg img {
  width: auto;
}
.appDetailWrap .appDetailCont .detailContLeft .swiper .swiperCont .swiperList .swiperItem:last-child {
  padding-right: 0;
}
.appDetailWrap .appDetailCont .detailContLeft .minBox .description {
  width: 100%;
}
.appDetailWrap .appDetailCont .detailContLeft .minBox .description .articleContList {
  width: 100%;
}
.appDetailWrap .appDetailCont .detailContLeft .minBox .description .articleContList .articleContItem {
  color: #333333;
  word-break: break-word;
  padding: 10px 0;
}
.appDetailWrap .appDetailCont .detailContLeft .minBox .description .articleContList .articleContItem h1 {
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}
.appDetailWrap .appDetailCont .detailContLeft .minBox .description .articleContList .articleContItem h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
.appDetailWrap .appDetailCont .detailContLeft .minBox .description .articleContList .articleContItem h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}
.appDetailWrap .appDetailCont .detailContLeft .minBox .description .articleContList .articleContItem h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.appDetailWrap .appDetailCont .detailContLeft .minBox .description .articleContList .articleContItem p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.appDetailWrap .appDetailCont .detailContLeft .minBox .description .articleContList .articleContItem img {
  width: 80%;
  margin: 0 10%;
}
.appDetailWrap .appDetailCont .detailContLeft .minBox .description .articleContList .apk {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 12px 0;
  border-radius: 20px;
  box-shadow: 0px 2px 6px #00000033;
  background: linear-gradient(271.82deg, #FFFFFF 45.37%, #DEEFFF 100%);
  position: relative;
}
.appDetailWrap .appDetailCont .detailContLeft .minBox .description .articleContList .apk a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.appDetailWrap .appDetailCont .detailContLeft .minBox .description .articleContList .apk .hot {
  position: absolute;
  top: 0;
  left: 0;
  width: 5.4rem;
  height: auto;
  border-radius: 2rem 0 0 0;
  filter: drop-shadow(0px 2px 2px #2479c663);
}
.appDetailWrap .appDetailCont .detailContLeft .minBox .description .articleContList .apk .apkLeft {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.appDetailWrap .appDetailCont .detailContLeft .minBox .description .articleContList .apk .apkLeft .apkTop .apkImg {
  width: 124px;
  height: 124px;
  margin: 24px 16px 24px 24px;
  border-radius: 2px;
  border: 2px solid #ffffff;
}
.appDetailWrap .appDetailCont .detailContLeft .minBox .description .articleContList .apk .apkLeft .apkTop .apkTopRight {
  display: none;
}
.appDetailWrap .appDetailCont .detailContLeft .minBox .description .articleContList .apk .apkLeft .apkRight {
  width: 100%;
}
.appDetailWrap .appDetailCont .detailContLeft .minBox .description .articleContList .apk .apkLeft .apkRight .apkInfoTitle {
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  color: #333333;
}
.appDetailWrap .appDetailCont .detailContLeft .minBox .description .articleContList .apk .apkLeft .apkRight .apkInfo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.appDetailWrap .appDetailCont .detailContLeft .minBox .description .articleContList .apk .apkLeft .apkRight .apkInfo .apkInfoDes {
  display: flex;
  align-items: center;
  margin: 12px 0;
  cursor: default;
}
.appDetailWrap .appDetailCont .detailContLeft .minBox .description .articleContList .apk .apkLeft .apkRight .apkInfo .apkInfoDes .line {
  width: 1px;
  height: 40px;
  margin: 0 14px;
  background-color: #0000001a;
}
.appDetailWrap .appDetailCont .detailContLeft .minBox .description .articleContList .apk .apkLeft .apkRight .apkInfo .apkInfoDes .desText {
  min-width: 60px;
  word-break: break-word;
}
.appDetailWrap .appDetailCont .detailContLeft .minBox .description .articleContList .apk .apkLeft .apkRight .apkInfo .apkInfoDes .desText .star {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.appDetailWrap .appDetailCont .detailContLeft .minBox .description .articleContList .apk .apkLeft .apkRight .apkInfo .apkInfoDes .desText .star img {
  width: 20px;
  height: 20px;
}
.appDetailWrap .appDetailCont .detailContLeft .minBox .description .articleContList .apk .apkLeft .apkRight .apkInfo .apkInfoDes .desText .star .score {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #FF9E00;
  padding: 0 4px;
}
.appDetailWrap .appDetailCont .detailContLeft .minBox .description .articleContList .apk .apkLeft .apkRight .apkInfo .apkInfoDes .desText p {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  padding: 0 0 9px 0;
  color: #999999;
  word-break: break-word;
}
.appDetailWrap .appDetailCont .detailContLeft .minBox .description .articleContList .apk .apkLeft .apkRight .apkInfo .apkInfoDes .desText .text {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #666666;
  word-break: break-word;
}
.appDetailWrap .appDetailCont .detailContLeft .minBox .description .articleContList .apk .apkLeft .apkRight .category {
  width: fit-content;
  padding: 10px;
  margin: 12px 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #999999;
  background-color: #ffffffcc;
  border-radius: 2px;
}
.appDetailWrap .appDetailCont .detailContLeft .minBox .description .articleContList .apk .download {
  width: 200px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 24px;
  background-color: #0186FF;
  border-radius: 28px;
}
.appDetailWrap .appDetailCont .detailContLeft .minBox .description .articleContList .apk .download img {
  width: 24px;
  height: 24px;
  padding: 0 5px;
}
.appDetailWrap .appDetailCont .detailContLeft .minBox .description .articleContList .apk .download span {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #ffffff;
  padding: 0 5px;
}
.appDetailWrap .appDetailCont .detailContLeft .minBox .description .articleContList .apk:hover .download {
  background-color: #1378E0;
}
.appDetailWrap .appDetailCont .detailContLeft .minBox .additionalInfo {
  width: 100%;
}
.appDetailWrap .appDetailCont .detailContLeft .minBox .additionalInfo .additionalInfoTitle {
  font-size: 26px;
  font-weight: 500;
  color: #212326;
  line-height: 30px;
  margin-bottom: 18px;
}
.appDetailWrap .appDetailCont .detailContLeft .minBox .additionalInfo .infoList {
  display: grid;
}
.appDetailWrap .appDetailCont .detailContLeft .minBox .additionalInfo .infoList .item {
  display: flex;
  align-items: center;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #D9D9D9;
  padding: 12px;
}
.appDetailWrap .appDetailCont .detailContLeft .minBox .additionalInfo .infoList .item .itemCont {
  flex: 1;
  margin-left: 8px;
}
.appDetailWrap .appDetailCont .detailContLeft .minBox .additionalInfo .infoList .item .itemCont .itemTitle {
  font-weight: 400;
  color: #626365;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.appDetailWrap .appDetailCont .detailContLeft .minBox .additionalInfo .infoList .item .itemCont .itemdet {
  font-weight: 500;
  color: #212326;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.appDetailWrap .appDetailCont .detailContLeft .minBox .additionalInfo .infoList .item .itemCont .unitemdet {
  color: #2B7BFF;
}
.appDetailWrap .appDetailCont .detailContLeft .moreBox .more {
  margin-top: 18px;
  color: #2B7BFF;
  display: flex;
  align-items: center;
}
.appDetailWrap .appDetailCont .detailContLeft .moreBox .more svg {
  margin-left: 5px;
}
.appDetailWrap .appDetailCont .detailContLeft .lessBox .less {
  margin-top: 18px;
  color: #2B7BFF;
  display: flex;
  align-items: center;
}
.appDetailWrap .appDetailCont .detailContLeft .lessBox .less svg {
  margin-left: 5px;
}
.appDetailWrap .appDetailCont .detailContLeft .downloadArea {
  background: #E8EFFF;
  border: 1px solid #2B7BFF;
}
.appDetailWrap .appDetailCont .detailContLeft .downloadArea .progress {
  text-align: center;
  color: #2B7BFF;
  /* IE8 */
  /* IE9+,FF,CH,OP,SF */
}
.appDetailWrap .appDetailCont .detailContLeft .downloadArea .progress .shadow_dot {
  display: inline-block;
  min-width: 2px;
  min-height: 2px;
  box-shadow: 2px 0 currentColor, 6px 0 currentColor, 10px 0 currentColor;
  -webkit-animation: shadow_dot 4s infinite step-start both;
  animation: shadow_dot 4s infinite step-start both;
}
.appDetailWrap .appDetailCont .detailContLeft .downloadArea .progress .shadow_dot:before {
  content: '...';
}
.appDetailWrap .appDetailCont .detailContLeft .downloadArea .progress .shadow_dot::before {
  content: '';
}
.appDetailWrap .appDetailCont .detailContLeft .downloadArea .progress :root .shadow_dot {
  margin-right: 8px;
}
.appDetailWrap .appDetailCont .detailContLeft .downloadArea .appTips {
  flex-direction: column;
  font-weight: 400;
  display: flex;
  align-items: center;
  text-align: center;
  color: #2B7BFF;
}
.appDetailWrap .appDetailCont .detailContLeft .downloadArea .appTips .appTipsInfo {
  font-weight: 500;
}
.appDetailWrap .appDetailCont .detailContLeft .downloadArea .appTips .historyVersionBtn {
  color: #19CA72;
}
.appDetailWrap .appDetailCont .detailContLeft .downloadArea .versioHist {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #2B7BFF;
}
.appDetailWrap .appDetailCont .detailContLeft .downloadArea .versioHist .text {
  color: #FFFFFF;
  margin-left: 10px;
  font-weight: 500;
}
.appDetailWrap .appDetailCont .detailContLeft .crosswiseEntity {
  margin-bottom: 20px;
  position: relative;
}
.appDetailWrap .appDetailCont .detailContLeft .crosswiseEntity .entityTitleBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.appDetailWrap .appDetailCont .detailContLeft .crosswiseEntity .entityTitleBox .entityTitle {
  font-size: 26px;
  font-weight: 600;
  color: #212326;
  line-height: 30px;
}
.appDetailWrap .appDetailCont .detailContLeft .crosswiseEntity .entityTitleBox .more {
  display: block;
  display: flex;
  align-items: center;
}
.appDetailWrap .appDetailCont .detailContLeft .crosswiseEntity .entityTitleBox .more .text {
  font-weight: 400;
  color: #626365;
  line-height: 24px;
}
.appDetailWrap .appDetailCont .detailContLeft .crosswiseEntity .entityTitleBox .more:hover .text {
  color: #212326;
}
.appDetailWrap .appDetailCont .detailContLeft .crosswiseEntity .swiperBtn {
  width: 50px;
  height: 50px;
  background: #FFFFFF;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2), 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
  font-size: 20px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  cursor: pointer;
  color: #626365;
  text-align: center;
  line-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.appDetailWrap .appDetailCont .detailContLeft .crosswiseEntity .crosswiseEntityCont {
  overflow: hidden;
}
.appDetailWrap .appDetailCont .detailContLeft .crosswiseEntity .crosswiseEntityCont .crosswiseEntityList {
  display: flex;
}
.appDetailWrap .appDetailCont .detailContLeft .crosswiseEntity .crosswiseEntityCont .crosswiseEntityList .item .appCon {
  display: block;
}
.appDetailWrap .appDetailCont .detailContLeft .crosswiseEntity .crosswiseEntityCont .crosswiseEntityList .item .appCon .itemImg {
  border: 1px solid #F0F0F0;
}
.appDetailWrap .appDetailCont .detailContLeft .crosswiseEntity .crosswiseEntityCont .crosswiseEntityList .item .appCon .itemInfo .itemTitle {
  font-size: 16px;
  font-weight: 500;
  color: #212326;
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.appDetailWrap .appDetailCont .detailContLeft .crosswiseEntity .crosswiseEntityCont .crosswiseEntityList .item .appCon .itemInfo .group {
  font-size: 14px;
  font-weight: 400;
  color: #626365;
  margin: 6px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.appDetailWrap .appDetailCont .detailContLeft .crosswiseEntity .crosswiseEntityCont .crosswiseEntityList .item .appCon .itemInfo .itemDescribe {
  font-size: 14px;
  font-weight: 500;
  color: #EC7927;
  display: flex;
  align-items: center;
}
.appDetailWrap .appDetailCont .detailContLeft .crosswiseEntity .crosswiseEntityCont .crosswiseEntityList .item .appCon .itemInfo .itemDescribe .score {
  margin-left: 4px;
}
.appDetailWrap .appDetailCont .detailContLeft .crosswiseEntity .crosswiseEntityCont .crosswiseEntityList .item:hover {
  background: #F0F0F0;
  border-radius: 8px 8px 8px 8px;
}
.appDetailWrap .appDetailCont .detailContRight {
  width: 24%;
}
.appDetailWrap .appDetailCont .ads {
  margin: 24px;
  text-align: center;
}
@-webkit-keyframes shine {
  0% {
    background-position-x: 400%;
  }
  50% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: -400%;
  }
}
@keyframes shine {
  0% {
    background-position-x: 400%;
  }
  50% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: -400%;
  }
}
@-webkit-keyframes shadow_dot {
  25% {
    box-shadow: none;
  }
  50% {
    box-shadow: 2px 0 currentColor;
  }
  75% {
    box-shadow: 2px 0 currentColor, 6px 0 currentColor;
  }
}
@keyframes shadow_dot {
  25% {
    box-shadow: none;
  }
  50% {
    box-shadow: 2px 0 currentColor;
  }
  75% {
    box-shadow: 2px 0 currentColor, 6px 0 currentColor;
  }
}
@media only screen and (max-width: 767px) {
  .appDetailWrap .appDetailCont {
    padding: 12px 0 24px 0;
  }
  .appDetailWrap .appDetailCont .detailContLeft {
    width: 100%;
  }
  .appDetailWrap .appDetailCont .detailContLeft .entityTitleBox {
    padding: 0 18px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .entityTitleBox .stair,
  .appDetailWrap .appDetailCont .detailContLeft .entityTitleBox .secondStage,
  .appDetailWrap .appDetailCont .detailContLeft .entityTitleBox .thirdStage {
    font-size: 14px;
    line-height: 17px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .entityTitleBox svg {
    margin: 0 4px;
    height: 16px;
    width: 16px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .entityTitleBox .entityTitle {
    font-weight: 500 !important;
    font-size: 22px !important;
    line-height: 30px !important;
  }
  .appDetailWrap .appDetailCont .detailContLeft .entityTitleBox .more .text {
    font-size: 14px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .entityTitleBox .more svg {
    margin: 0 5px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .appBusinessCard {
    margin: 24px 8px 0 18px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .appBusinessCard .appPic .appPicIcon {
    height: 86px;
    width: 86px;
    border-radius: 10.6px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .appBusinessCard .appBusinessCardInfo {
    margin-left: 12px;
    padding-right: 10px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .appBusinessCard .appBusinessCardInfo .cardInfoTop .cardInfoTopName {
    font-size: 24px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .appBusinessCard .appBusinessCardInfo .guideInfo {
    margin-top: 18px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .appBusinessCard .appBusinessCardInfo .guideInfo h2 {
    font-size: 14px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .appBusinessCard .appBusinessCardInfo .guideInfo .ratings .star svg {
    height: 12px;
    width: 12px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .appBusinessCard .appBusinessCardInfo .guideInfo .ratings .star .starNum {
    font-size: 14px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .appBusinessCard .appBusinessCardInfo .guideInfo .detText {
    font-size: 12px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .appBusinessCard .appBusinessCardInfo .guideInfo .line {
    margin: 0 18px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .swiper {
    padding: 10px 18px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .swiper .swiperTitle {
    font-size: 24px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .swiper .swiperBtn {
    display: none;
  }
  .appDetailWrap .appDetailCont .detailContLeft .swiper .swiperCont {
    width: 100%;
  }
  .appDetailWrap .appDetailCont .detailContLeft .swiper .swiperCont .swiperList {
    overflow-x: scroll;
  }
  .appDetailWrap .appDetailCont .detailContLeft .swiper .swiperCont .swiperList .swiperItem .swiperImg img {
    height: 204px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .minBox {
    padding: 10px 18px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .minBox .description .articleContList .articleContItem h1 {
    font-size: 22px;
    line-height: 30px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .minBox .description .articleContList .articleContItem img {
    width: 100%;
    margin: 0;
  }
  .appDetailWrap .appDetailCont .detailContLeft .minBox .description .articleContList .apk {
    display: block;
    border-radius: 20px;
    padding: 16px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .minBox .description .articleContList .apk .apkLeft {
    display: block;
  }
  .appDetailWrap .appDetailCont .detailContLeft .minBox .description .articleContList .apk .apkLeft .apkTop {
    display: flex;
    align-items: center;
  }
  .appDetailWrap .appDetailCont .detailContLeft .minBox .description .articleContList .apk .apkLeft .apkTop .apkImg {
    width: 84px;
    height: 84px;
    margin: 0;
  }
  .appDetailWrap .appDetailCont .detailContLeft .minBox .description .articleContList .apk .apkLeft .apkTop .apkTopRight {
    display: block;
    margin: 0 8px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .minBox .description .articleContList .apk .apkLeft .apkTop .apkTopRight .apkInfoTitle {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #333333;
  }
  .appDetailWrap .appDetailCont .detailContLeft .minBox .description .articleContList .apk .apkLeft .apkTop .apkTopRight .category {
    width: fit-content;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #666666;
    background: #0000001a;
    border-radius: 2px;
    margin-top: 11px;
    padding: 1px 10px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .minBox .description .articleContList .apk .apkLeft .apkRight {
    margin: 16px 0 0 0;
  }
  .appDetailWrap .appDetailCont .detailContLeft .minBox .description .articleContList .apk .apkLeft .apkRight .apkInfoTitle,
  .appDetailWrap .appDetailCont .detailContLeft .minBox .description .articleContList .apk .apkLeft .apkRight .category {
    display: none;
  }
  .appDetailWrap .appDetailCont .detailContLeft .minBox .description .articleContList .apk .apkLeft .apkRight .apkInfo {
    display: block;
  }
  .appDetailWrap .appDetailCont .detailContLeft .minBox .description .articleContList .apk .apkLeft .apkRight .apkInfo .apkInfoDes {
    justify-content: space-evenly;
    margin: 0 0 16px 0;
  }
  .appDetailWrap .appDetailCont .detailContLeft .minBox .description .articleContList .apk .download {
    width: 100%;
    height: 40px;
    margin: 0;
  }
  .appDetailWrap .appDetailCont .detailContLeft .minBox .additionalInfo .additionalInfoTitle {
    font-size: 24px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .minBox .additionalInfo .infoList {
    grid-gap: 5px 5px;
    grid-template-columns: repeat(2, calc((100% - 0.3rem) / 2));
  }
  .appDetailWrap .appDetailCont .detailContLeft .minBox .additionalInfo .infoList .itemIcon {
    height: 24px;
    width: 24px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .minBox .additionalInfo .infoList .itemCont .itemTitle {
    font-size: 12px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .minBox .additionalInfo .infoList .itemCont .itemdet {
    font-size: 14px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .flag {
    font-size: 16px;
    padding: 0 18px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .downloadArea {
    margin: 24px 18px;
    border-radius: 8px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .downloadArea .progress {
    font-size: 16px;
    line-height: 24px;
    margin-top: 18px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .downloadArea .appTips {
    margin: 18px 10px;
    font-size: 14px;
    line-height: 20px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .downloadArea .versioHist {
    height: 34px;
    border-radius: 0 0 8px 8px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .downloadArea .versioHist .text {
    font-size: 14px;
    line-height: 20px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .crosswiseEntity .entityTitleBox {
    margin: 0 0 5px 0;
  }
  .appDetailWrap .appDetailCont .detailContLeft .crosswiseEntity #mEntityRightBtn,
  .appDetailWrap .appDetailCont .detailContLeft .crosswiseEntity #pcEntityRightBtn {
    display: none;
  }
  .appDetailWrap .appDetailCont .detailContLeft .crosswiseEntity .crosswiseEntityCont .crosswiseEntityList {
    overflow-x: scroll;
  }
  .appDetailWrap .appDetailCont .detailContLeft .crosswiseEntity .crosswiseEntityCont .crosswiseEntityList .item {
    padding: 10px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .crosswiseEntity .crosswiseEntityCont .crosswiseEntityList .item .appCon .itemImg {
    width: 101px;
    height: 101px;
    border-radius: 10px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .crosswiseEntity .crosswiseEntityCont .crosswiseEntityList .item .appCon .itemInfo {
    width: 100px;
  }
  .appDetailWrap .appDetailCont .detailContRight {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .appDetailWrap .appDetailCont {
    padding: 12px 30px 24px 30px;
  }
  .appDetailWrap .appDetailCont .detailContLeft {
    width: 100%;
  }
  .appDetailWrap .appDetailCont .detailContLeft .entityTitleBox .stair,
  .appDetailWrap .appDetailCont .detailContLeft .entityTitleBox .secondStage,
  .appDetailWrap .appDetailCont .detailContLeft .entityTitleBox .thirdStage {
    font-size: 14px;
    line-height: 17px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .entityTitleBox svg {
    margin: 0 4px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .entityTitleBox .entityTitle {
    font-weight: 500 !important;
    font-size: 22px !important;
    line-height: 30px !important;
  }
  .appDetailWrap .appDetailCont .detailContLeft .entityTitleBox .more .text {
    font-size: 14px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .appBusinessCard {
    margin-top: 20px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .appBusinessCard .appPic .appPicIcon {
    width: 127px;
    height: 127px;
    border-radius: 12px 12px 12px 12px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .appBusinessCard .appBusinessCardInfo {
    margin-left: 12px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .appBusinessCard .appBusinessCardInfo .cardInfoTop .cardInfoTopName {
    font-size: 26px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .appBusinessCard .appBusinessCardInfo .guideInfo {
    margin-top: 18px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .appBusinessCard .appBusinessCardInfo .guideInfo h2 {
    font-size: 16px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .appBusinessCard .appBusinessCardInfo .guideInfo .starNum {
    font-size: 16px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .appBusinessCard .appBusinessCardInfo .guideInfo .detText {
    font-size: 14px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .appBusinessCard .appBusinessCardInfo .guideInfo .line {
    margin: 0 32px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .swiper .swiperTitle {
    font-size: 24px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .swiper #leftBtn {
    left: -19px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .swiper #rightBtn {
    right: -19px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .swiper .swiperBtn {
    height: 40px;
    width: 40px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .swiper .swiperBtn svg {
    height: 22px;
    width: 22px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .swiper .swiperCont .swiperList .swiperItem .swiperImg img {
    height: 204px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .minBox .additionalInfo .additionalInfoTitle {
    font-size: 24px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .minBox .additionalInfo .infoList {
    grid-gap: 5px 5px;
    grid-template-columns: repeat(2, calc((100% - 0.3rem) / 2));
  }
  .appDetailWrap .appDetailCont .detailContLeft .minBox .additionalInfo .infoList .itemIcon {
    height: 24px;
    width: 24px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .minBox .additionalInfo .infoList .itemCont .itemTitle {
    font-size: 12px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .minBox .additionalInfo .infoList .itemCont .itemdet {
    font-size: 14px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .flag {
    font-size: 16px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .downloadArea {
    margin: 24px 0px;
    border-radius: 8px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .downloadArea .progress {
    font-size: 16px;
    line-height: 24px;
    margin-top: 18px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .downloadArea .appTips {
    margin: 18px 0;
    font-size: 14px;
    line-height: 20px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .downloadArea .versioHist {
    height: 34px;
    border-radius: 0 0 8px 8px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .downloadArea .versioHist .text {
    font-size: 14px;
    line-height: 20px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .crosswiseEntity .entityTitleBox {
    margin: 10px 0;
  }
  .appDetailWrap .appDetailCont .detailContLeft .crosswiseEntity .swiperBtn {
    height: 40px;
    width: 40px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .crosswiseEntity .swiperBtn svg {
    height: 22px;
    width: 22px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .crosswiseEntity #mEntityRightBtn,
  .appDetailWrap .appDetailCont .detailContLeft .crosswiseEntity #pcEntityRightBtn {
    right: -20px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .crosswiseEntity #mEntityLeftBtn,
  .appDetailWrap .appDetailCont .detailContLeft .crosswiseEntity #pcEntityLeftBtn {
    left: -20px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .crosswiseEntity .crosswiseEntityCont {
    width: 100%;
  }
  .appDetailWrap .appDetailCont .detailContLeft .crosswiseEntity .crosswiseEntityCont .crosswiseEntityList .item {
    padding: 10px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .crosswiseEntity .crosswiseEntityCont .crosswiseEntityList .item .appCon .itemImg {
    width: 101px;
    height: 101px;
    border-radius: 10px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .crosswiseEntity .crosswiseEntityCont .crosswiseEntityList .item .appCon .itemInfo {
    width: 100px;
  }
  .appDetailWrap .appDetailCont .detailContRight {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .appDetailWrap .appDetailCont {
    padding: 24px 30px 30px 30px;
  }
  .appDetailWrap .appDetailCont .detailContLeft {
    width: calc(76% - 30px);
    margin-right: 30px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .entityTitleBox .stair,
  .appDetailWrap .appDetailCont .detailContLeft .entityTitleBox .secondStage,
  .appDetailWrap .appDetailCont .detailContLeft .entityTitleBox .thirdStage {
    font-size: 16px;
    line-height: 19px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .entityTitleBox .more .text {
    font-size: 16px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .appBusinessCard {
    margin-top: 20px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .appBusinessCard .appPic .appPicIcon {
    width: 127px;
    height: 127px;
    border-radius: 12px 12px 12px 12px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .appBusinessCard .appBusinessCardInfo {
    margin-left: 12px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .appBusinessCard .appBusinessCardInfo .cardInfoTop .cardInfoTopName {
    font-size: 26px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .appBusinessCard .appBusinessCardInfo .guideInfo {
    margin-top: 24px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .appBusinessCard .appBusinessCardInfo .guideInfo h2 {
    font-size: 16px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .appBusinessCard .appBusinessCardInfo .guideInfo .starNum {
    font-size: 16px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .appBusinessCard .appBusinessCardInfo .guideInfo .detText {
    font-size: 14px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .appBusinessCard .appBusinessCardInfo .guideInfo .line {
    margin: 0 32px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .swiper .swiperTitle {
    font-size: 26px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .swiper .swiperBtn {
    height: 40px;
    width: 40px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .swiper .swiperBtn svg {
    height: 22px;
    width: 22px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .swiper #leftBtn {
    left: -15px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .swiper #rightBtn {
    right: -15px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .swiper .swiperCont .swiperList .swiperItem .swiperImg img {
    height: 296px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .minBox .additionalInfo .additionalInfoTitle {
    font-size: 24px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .minBox .additionalInfo .infoList {
    grid-gap: 12px 12px;
    grid-template-columns: repeat(3, calc((100% - 2rem) / 3));
  }
  .appDetailWrap .appDetailCont .detailContLeft .minBox .additionalInfo .infoList .itemIcon {
    height: 24px;
    width: 24px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .minBox .additionalInfo .infoList .itemCont .itemTitle {
    font-size: 14px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .minBox .additionalInfo .infoList .itemCont .itemdet {
    font-size: 16px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .flag {
    font-size: 16px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .downloadArea {
    margin: 24px 0px;
    border-radius: 12px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .downloadArea .progress {
    margin-top: 20px;
    font-size: 20px;
    line-height: 30px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .downloadArea .appTips {
    font-size: 16px;
    line-height: 24px;
    margin: 16px 0 20px 0;
  }
  .appDetailWrap .appDetailCont .detailContLeft .downloadArea .versioHist {
    height: 36px;
    border-radius: 0 0 8px 8px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .downloadArea .versioHist .text {
    font-size: 16px;
    line-height: 24px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .crosswiseEntity .entityTitleBox {
    margin: 20px 0 10px 0;
  }
  .appDetailWrap .appDetailCont .detailContLeft .crosswiseEntity .swiperBtn {
    height: 40px;
    width: 40px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .crosswiseEntity .swiperBtn svg {
    height: 22px;
    width: 22px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .crosswiseEntity #mEntityRightBtn,
  .appDetailWrap .appDetailCont .detailContLeft .crosswiseEntity #pcEntityRightBtn {
    right: -20px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .crosswiseEntity #mEntityLeftBtn,
  .appDetailWrap .appDetailCont .detailContLeft .crosswiseEntity #pcEntityLeftBtn {
    left: -20px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .crosswiseEntity .crosswiseEntityCont {
    width: 97%;
    margin: 0 auto;
  }
  .appDetailWrap .appDetailCont .detailContLeft .crosswiseEntity .crosswiseEntityCont .crosswiseEntityList .item {
    padding: 10px;
    margin-right: 18px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .crosswiseEntity .crosswiseEntityCont .crosswiseEntityList .item .appCon .itemImg {
    width: 127px;
    height: 127px;
    border-radius: 12px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .crosswiseEntity .crosswiseEntityCont .crosswiseEntityList .item .appCon .itemInfo {
    width: 127px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .mTopDown {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .appDetailWrap .appDetailCont {
    padding: 24px 0 30px 0;
  }
  .appDetailWrap .appDetailCont .detailContLeft {
    padding: 0 40px 0 20px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .entityTitleBox .stair,
  .appDetailWrap .appDetailCont .detailContLeft .entityTitleBox .secondStage,
  .appDetailWrap .appDetailCont .detailContLeft .entityTitleBox .thirdStage {
    font-size: 20px;
    line-height: 23px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .entityTitleBox .more .text {
    font-size: 16px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .appBusinessCard {
    margin-top: 30px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .appBusinessCard .appPic .appPicIcon {
    width: 127px;
    height: 127px;
    border-radius: 12px 12px 12px 12px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .appBusinessCard .appBusinessCardInfo {
    margin-left: 12px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .appBusinessCard .appBusinessCardInfo .cardInfoTop .cardInfoTopName {
    font-size: 26px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .appBusinessCard .appBusinessCardInfo .guideInfo {
    margin-top: 30px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .appBusinessCard .appBusinessCardInfo .guideInfo h2 {
    font-size: 16px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .appBusinessCard .appBusinessCardInfo .guideInfo .starNum {
    font-size: 16px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .appBusinessCard .appBusinessCardInfo .guideInfo .detText {
    font-size: 14px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .appBusinessCard .appBusinessCardInfo .guideInfo .line {
    margin: 0 32px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .swiper .swiperTitle {
    font-size: 26px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .swiper .swiperBtn {
    height: 50px;
    width: 50px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .swiper .swiperBtn svg {
    height: 26px;
    width: 26px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .swiper #leftBtn {
    left: -13px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .swiper #rightBtn {
    right: -13px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .swiper .swiperCont .swiperList .swiperItem .swiperImg img {
    height: 296px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .minBox {
    padding: 10px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .minBox .additionalInfo .additionalInfoTitle {
    font-size: 24px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .minBox .additionalInfo .infoList {
    grid-gap: 12px 12px;
    grid-template-columns: repeat(3, calc((100% - 2rem) / 3));
  }
  .appDetailWrap .appDetailCont .detailContLeft .minBox .additionalInfo .infoList .itemIcon {
    height: 24px;
    width: 24px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .minBox .additionalInfo .infoList .itemCont .itemTitle {
    font-size: 14px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .minBox .additionalInfo .infoList .itemCont .itemdet {
    font-size: 16px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .flag {
    font-size: 16px;
    padding: 0 10px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .downloadArea {
    margin: 30px 0;
    border-radius: 12px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .downloadArea .progress {
    margin-top: 20px;
    font-size: 20px;
    line-height: 30px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .downloadArea .appTips {
    font-size: 16px;
    line-height: 24px;
    margin: 16px 0 20px 0;
  }
  .appDetailWrap .appDetailCont .detailContLeft .downloadArea .versioHist {
    height: 36px;
    border-radius: 0 0 8px 8px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .downloadArea .versioHist .text {
    font-size: 16px;
    line-height: 24px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .crosswiseEntity .entityTitleBox {
    margin: 19px 0;
  }
  .appDetailWrap .appDetailCont .detailContLeft .crosswiseEntity .swiperBtn {
    height: 50px;
    width: 50px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .crosswiseEntity .swiperBtn svg {
    height: 26px;
    width: 26px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .crosswiseEntity #pcEntityRightBtn {
    right: -20px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .crosswiseEntity #pcEntityLeftBtn {
    left: -20px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .crosswiseEntity .crosswiseEntityCont {
    width: 100%;
  }
  .appDetailWrap .appDetailCont .detailContLeft .crosswiseEntity .crosswiseEntityCont .crosswiseEntityList .item {
    padding: 10px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .crosswiseEntity .crosswiseEntityCont .crosswiseEntityList .item .appCon .itemImg {
    width: 127px;
    height: 127px;
    border-radius: 12px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .crosswiseEntity .crosswiseEntityCont .crosswiseEntityList .item .appCon .itemInfo {
    width: 127px;
  }
  .appDetailWrap .appDetailCont .detailContLeft .mTopDown {
    display: none;
  }
}
