/* 消除边距 */
* {
  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;
}
/*清除选择时高亮*/
* {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*清除浮动*/
.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;
}
/*全局设置*/
body {
  font-family: Roboto, -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;
}
/* 单行文本超出隐藏并显示省略 */
.overflow-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* 多行文本超出隐藏并显示省略 */
.overFlow-n {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.adTitle {
  font-size: 12px;
  line-height: 14px;
  margin: 3px 0 6px 0;
  color: #ccc;
  text-align: start;
}
/* 设置广告高度 */
.adsHeight {
  width: 100%;
  height: 252px;
}
@media (min-width: 356px) {
  .adsHeight {
    width: 100%;
    height: 312px;
  }
  .ad-box {
    text-align: center;
    margin: 12px 0;
  }
}
@media (min-width: 748px) {
  .adsHeight {
    width: 100%;
    height: 280px;
  }
  .ad-box {
    text-align: center;
    margin: 12px 0;
  }
}
.wrap {
  min-height: 90vh;
  background-color: #F8F8F8;
}
.wrap .indexWrap {
  max-width: 1440px;
  margin: 0 auto;
}
/* 响应式布局 */
@media only screen and (max-width: 320px) {
  .adTitle {
    padding: 0 16px;
  }
  .wrap .indexWrap {
    padding: 6px 0 12px 0;
  }
}
@media only screen and (min-width: 321px) and (max-width: 767px) {
  .adTitle {
    padding: 0 16px;
  }
  .wrap .indexWrap {
    padding: 6px 0 12px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1366px) and (orientation: portrait) {
  .wrap .indexWrap {
    padding: 12px 24px 16px 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1366px) and (orientation: landscape) {
  .wrap .indexWrap {
    padding: 20px 24px;
  }
}
@media only screen and (min-width: 1367px) {
  .wrap .indexWrap {
    padding: 20px 24px;
  }
}
button {
  margin: 0px;
  padding: 0px;
  /*自定义边框*/
  border: 0px;
  /*消除默认点击蓝色边框效果*/
  outline: none;
}
input {
  border: 0px;
  outline: none;
}
.logoIcon {
  height: 35px;
  width: auto;
}
.headerWrap {
  position: relative;
  background-color: #FFFFFF;
  box-shadow: 0px 1px 0px 0px #E6E6E6;
  z-index: 1;
}
.headerWrap .header {
  max-width: 1440px;
  margin: auto;
}
.headerWrap .header .mantle {
  display: none;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100vh;
  opacity: 0.7;
}
.headerWrap .header .searchMantle {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
  opacity: 0.7;
}
.headerWrap .header .top {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 24px;
}
.headerWrap .header .top .topL {
  display: flex;
  align-items: center;
}
.headerWrap .header .top .topL .showBtn {
  cursor: pointer;
  z-index: 1;
  line-height: 100%;
}
.headerWrap .header .top .topL .logo img {
  height: 35px;
  width: auto;
}
.headerWrap .header .top .topList {
  display: none;
}
.headerWrap .header .top .topR {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  z-index: 6 !important;
}
.headerWrap .header .top .topR .search {
  display: flex;
  align-items: center;
  height: 44px;
  background: #FFFFFF;
  border-radius: 4px;
  padding: 0 12px;
  border: 1px solid #E6E6E6;
}
.headerWrap .header .top .topR .search .searchIcon {
  background: #FFFFFF;
  padding-right: 12px;
}
.headerWrap .header .top .topR .search .searchInput {
  flex: 1;
  height: 100%;
  background: #FFFFFF;
  border-radius: 8px;
}
.headerWrap .header .top .topR .search .clearResp {
  display: none;
  padding-left: 10px;
}
.headerWrap .header .top .topR .historySearchList {
  position: absolute;
  top: 44px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
}
.headerWrap .header .top .topR .historySearchList .historySearchItem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FFFFFF;
  width: 100%;
  padding: 12px 16px;
}
.headerWrap .header .top .topR .historySearchList .historySearchItem .historySearchItemBox {
  display: flex;
  align-items: center;
}
.headerWrap .header .top .topR .historySearchList .historySearchItem .historySearchItemBox .searchTimeIcon {
  height: 20px;
  width: 20px;
  background-image: url("/statics/image/unsearchTimeIcon.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
.headerWrap .header .top .topR .historySearchList .historySearchItem .historySearchItemBox .searchCont {
  flex-grow: 3;
  margin-left: 16px;
  font-size: 16px;
  font-weight: 400;
  color: #5C5E5E;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.headerWrap .header .top .topR .historySearchList .historySearchItem .clearItemIcon {
  height: 25px;
  width: 25px;
  background-image: url("/statics/image/unsearchCloseIcon.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
.headerWrap .header .top .topR .historySearchList .historySearchItem:hover .searchTimeIcon {
  background-image: url("/statics/image/searchTimeIcon.webp");
}
.headerWrap .header .top .topR .historySearchList .historySearchItem:hover .clearItemIcon {
  background-image: url("/statics/image/searchCloseIcon.webp");
}
.headerWrap .header .mhead {
  width: 100%;
  height: 48px;
}
.headerWrap .header .mhead .mheadcont {
  height: 100%;
}
.headerWrap .header .mhead .mheadcont .mheadBox {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.headerWrap .header .mhead .mheadcont .mheadBox .showBtn {
  z-index: 1;
  line-height: 100%;
  display: flex;
  align-items: center;
}
.headerWrap .header .mhead .mheadcont .mheadBox .openSearch {
  display: flex;
  align-items: center;
}
.headerWrap .header .mhead .mHeadSearch {
  display: none;
  height: 100%;
}
.headerWrap .header .mhead .mHeadSearch .searchBox {
  height: 100%;
  display: flex;
  align-items: center;
}
.headerWrap .header .mhead .mHeadSearch .searchBox .back {
  line-height: 100%;
}
.headerWrap .header .mhead .mHeadSearch .searchBox .mSearch {
  position: relative;
  padding: 0 12px;
  height: 31px;
  width: 100%;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #F2F2F2;
  margin-left: 18px;
  display: flex;
  align-items: center;
}
.headerWrap .header .mhead .mHeadSearch .searchBox .mSearch .searchIcon {
  padding-right: 12px;
}
.headerWrap .header .mhead .mHeadSearch .searchBox .mSearch .searchInput {
  border-radius: 4px;
  height: 100%;
  width: 100%;
  background: #FFFFFF;
}
.headerWrap .header .mhead .mHeadSearch .searchBox .clearResp {
  display: none;
  padding-left: 10px;
}
.headerWrap .header .mhead .mHeadSearch .searchBox .mhistorySearchList {
  z-index: 11;
  position: absolute;
  top: 31px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.headerWrap .header .mhead .mHeadSearch .searchBox .mhistorySearchList .mhistorySearchItem {
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 8px 12px;
}
.headerWrap .header .mhead .mHeadSearch .searchBox .mhistorySearchList .mhistorySearchItem .mhistorySearchItemBox {
  flex: 1;
  display: flex;
  align-items: center;
}
.headerWrap .header .mhead .mHeadSearch .searchBox .mhistorySearchList .mhistorySearchItem .mhistorySearchItemBox .msearchTimeIcon {
  height: 16px;
  width: 16px;
  background-image: url("/statics/image/unsearchTimeIcon.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
.headerWrap .header .mhead .mHeadSearch .searchBox .mhistorySearchList .mhistorySearchItem .mhistorySearchItemBox .msearchCont {
  flex: 1;
  margin-left: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #5C5E5E;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.headerWrap .header .mhead .mHeadSearch .searchBox .mhistorySearchList .mhistorySearchItem .mclearItemIcon {
  height: 20px;
  width: 20px;
  background-image: url("/statics/image/unsearchCloseIcon.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
.headerWrap .header .mhead .mHeadSearch .searchBox .mhistorySearchList .mhistorySearchItem:hover .msearchTimeIcon {
  background-image: url("/statics/image/searchTimeIcon.webp");
}
.headerWrap .header .mhead .mHeadSearch .searchBox .mhistorySearchList .mhistorySearchItem:hover .mclearItemIcon {
  background-image: url("/statics/image/searchCloseIcon.webp");
}
.headerWrap .header .siderbar {
  box-sizing: border-box;
  z-index: 200;
  position: fixed;
  left: -220px;
  top: 0;
  height: 100%;
  min-height: 100%;
  width: 220px;
  background: #ffffff;
  overflow-y: scroll;
}
.headerWrap .header .siderbar .closeBtn {
  height: 48px;
  box-shadow: 0px 1px 0px #F2F2F2;
  padding: 12px 18px;
}
.headerWrap .header .siderbar .closeBtn img {
  width: 24px;
  height: 24px;
}
.headerWrap .header .siderbar .sideList {
  width: 100%;
}
.headerWrap .header .siderbar .sideList .sideItem {
  width: 100%;
}
.headerWrap .header .siderbar .sideList .sideItem a {
  width: 100%;
  height: 40px;
  padding: 8px 18px;
  margin-top: 8px;
  display: flex;
  align-items: center;
}
.headerWrap .header .siderbar .sideList .sideItem a .icon img {
  height: 24px;
  width: 24px;
}
.headerWrap .header .siderbar .sideList .sideItem a .title {
  font-weight: 400;
  font-size: 14px;
  color: #202423;
  margin-left: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.headerWrap .header .siderbar .Multilanguage {
  width: 100%;
  padding: 12px 18px;
}
.headerWrap .header .siderbar .Multilanguage .Multilanguage-title {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #202423;
}
.headerWrap .header .siderbar .Multilanguage .Multilanguage-list {
  margin-top: 12px;
  width: 100%;
}
.headerWrap .header .siderbar .Multilanguage .Multilanguage-list .Multilanguage-item .itemCover {
  height: 40px;
  display: flex;
  align-items: center;
}
.headerWrap .header .siderbar .Multilanguage .Multilanguage-list .Multilanguage-item .itemCover .langIcon {
  width: 24px;
  height: 24px;
}
.headerWrap .header .siderbar .Multilanguage .Multilanguage-list .Multilanguage-item .itemCover .language {
  margin-left: 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #202423;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
@media only screen and (max-width: 767px) {
  .logoIcon {
    height: 30px;
    width: auto;
  }
  .headerWrap {
    padding: 0 18px;
  }
  .headerWrap .header .top {
    display: none;
  }
  .headerWrap .header .mhead {
    width: 100%;
    height: 48px;
  }
  .headerWrap .header .mhead .mheadcont .mheadBox .logo .logoIcon {
    height: 30px;
    width: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .headerWrap .header .top {
    height: 68px;
    justify-content: space-between;
  }
  .headerWrap .header .top .showBtn {
    display: none;
  }
  .headerWrap .header .top .topL {
    height: 100%;
  }
  .headerWrap .header .top .topList {
    margin-left: 40px;
    display: flex;
    align-items: center;
    height: 100%;
  }
  .headerWrap .header .top .topList .topItem {
    height: 100%;
  }
  .headerWrap .header .top .topList .topItem .item {
    cursor: pointer;
    margin-right: 20px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .headerWrap .header .top .topList .topItem .item .topTitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
    color: #202423;
  }
  .headerWrap .header .top .topList .topItem:hover .item .topTitle {
    color: #04B56F;
  }
  .headerWrap .header .top .topList {
    margin-left: 40px;
    display: flex;
    align-items: center;
    height: 100%;
  }
  .headerWrap .header .top .topList .topItem {
    height: 100%;
  }
  .headerWrap .header .top .topList .topItem .item {
    cursor: pointer;
    margin-right: 20px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .headerWrap .header .top .topList .topItem .item .topTitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
    color: #202423;
  }
  .headerWrap .header .top .topList .topItem:hover .item .topTitle {
    color: #04B56F;
  }
  .headerWrap .header .top .topR .search {
    width: auto;
  }
  .headerWrap .header .mhead {
    display: none;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1366px) {
  .headerWrap .header .top {
    height: 68px;
    justify-content: space-between;
  }
  .headerWrap .header .top .showBtn {
    display: none;
  }
  .headerWrap .header .top .topL {
    height: 100%;
  }
  .headerWrap .header .top .topList {
    margin-left: 40px;
    display: flex;
    align-items: center;
    height: 100%;
  }
  .headerWrap .header .top .topList .topItem {
    height: 100%;
  }
  .headerWrap .header .top .topList .topItem .item {
    cursor: pointer;
    margin-right: 20px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .headerWrap .header .top .topList .topItem .item .topTitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
    color: #202423;
  }
  .headerWrap .header .top .topList .topItem:hover .item .topTitle {
    color: #04B56F;
  }
  .headerWrap .header .top .topR .search {
    width: 434px;
  }
  .headerWrap .header .mhead {
    display: none;
  }
}
@media screen and (min-width: 1367px) {
  .headerWrap .header .top {
    height: 68px;
    justify-content: space-between;
  }
  .headerWrap .header .top .showBtn {
    display: none;
  }
  .headerWrap .header .top .topL {
    height: 100%;
  }
  .headerWrap .header .top .topList {
    margin-left: 140px;
    display: flex;
    align-items: center;
    height: 100%;
  }
  .headerWrap .header .top .topList .topItem {
    height: 100%;
  }
  .headerWrap .header .top .topList .topItem .item {
    cursor: pointer;
    margin-right: 50px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .headerWrap .header .top .topList .topItem .item .topTitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
    color: #202423;
  }
  .headerWrap .header .top .topList .topItem:hover .item .topTitle {
    color: #04B56F;
  }
  .headerWrap .header .top .topR .search {
    width: 434px;
  }
  .headerWrap .header .mhead {
    display: none;
  }
}
.realTimeSearchList {
  position: absolute;
  left: 0;
  top: 44px;
  width: 100%;
  border-radius: 4px;
  background: #FFFFFF;
  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: #5C5E5E;
}
.realTimeSearchList .realTimeList .itemSearchCont:hover .itemSearchLink .itemSearchText {
  color: #04B56F;
}
.realTimeSearchList .realTimeList .itemSearchCont:last-child .itemSearchLink {
  border-bottom: none;
}
@media only screen and (max-width: 735px) {
  .realTimeSearchList {
    top: 30px;
  }
}
.customTheme {
  width: 100%;
  color: #333333;
  word-break: break-word;
  padding: 10px 0;
}
.customTheme h1 {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  margin-top: 20px;
  margin-bottom: 12px;
}
.customTheme h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin-top: 20px;
  margin-bottom: 12px;
}
.customTheme h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  margin-top: 12px;
  margin-bottom: 12px;
}
.customTheme h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-top: 6px;
  margin-bottom: 6px;
}
.customTheme p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 12px;
}
.customTheme img {
  width: 100%;
  border-radius: 10px;
}
.customTheme .apkItemCont {
  margin-top: 10px;
  border-top: 1px solid #F2F2F2;
  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: #04B56F;
}
.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 #F2F2F2;
}
.customTheme .apkItemCont .apkItemContLeft .apkContLeftBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #04B56F;
  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;
  border: 1px solid #F2F2F2;
}
@media only screen and (max-width: 320px) {
  .customTheme {
    width: 100%;
    color: #333333;
    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%;
    color: #333333;
    word-break: break-word;
    padding: 10px 0;
  }
  .customTheme h1 {
    font-size: 22px;
    line-height: 30px;
  }
  .customTheme h2 {
    font-size: 20px;
    line-height: 28px;
  }
}
.commentWrap {
  margin: 12px 0;
  background: #FFFFFF;
  border-radius: 4px;
}
.commentWrap .comment {
  width: auto;
  padding: 20px 18px;
}
.commentWrap .comment #commentTextarea {
  resize: none;
  width: 100%;
  height: 100px;
  padding: 14px;
  border-radius: 4px;
  border: 1px solid #DDD;
  color: #999;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 12px;
}
.commentWrap .comment #commentTextarea:focus,
.commentWrap .comment #commentTextarea:focus-visible {
  outline: none;
  border: 2px solid #04B56F;
}
.commentWrap .comment .commentBtn {
  padding: 6px 10px;
  border-radius: 4px;
  background: #66cfa8;
  text-align: center;
}
.commentWrap .comment .commentBtn .commentBtnText {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.commentWrap .comment .commentBtn .commentBtnText svg {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}
.commentWrap .comment .commentList .commentItem {
  display: flex;
}
.commentWrap .comment .commentList .commentItem .commentImg {
  display: flex;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background: #EDEDED;
  margin: 16px 0;
}
.commentWrap .comment .commentList .commentItem .commentInfo {
  width: 100%;
  padding: 16px 0 16px 10px;
  border-bottom: 1px solid #E6E6E6;
  word-break: break-word;
}
.commentWrap .comment .commentList .commentItem .commentInfo .commentName {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
}
.commentWrap .comment .commentList .commentItem .commentInfo .commentText {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  padding: 4px 0 10px 0;
}
.commentWrap .comment .commentList .commentItem .commentInfo .commentDate {
  color: #999;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.commentWrap .show .commentMore,
.commentWrap .show .commentLess {
  display: none;
  align-items: center;
  justify-content: center;
  color: #04B56F;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  cursor: pointer;
  padding: 16px 0;
}
.commentWrap .show .commentMore svg,
.commentWrap .show .commentLess svg {
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .commentWrap {
    padding-bottom: 16px;
  }
  .commentWrap .comment {
    padding: 0 16px;
  }
}
.frequentlyAsked {
  background: #FFFFFF;
  border-radius: 4px;
}
.frequentlyAsked .frequentlyAskedTitle {
  font-weight: 500;
  color: #202423;
}
.frequentlyAsked .frequentlyAskedCont .itemAsked {
  border: 1px solid #F2F2F2;
  border-radius: 4px;
}
.frequentlyAsked .frequentlyAskedCont .itemAsked .Question {
  display: flex;
  align-items: center;
}
.frequentlyAsked .frequentlyAskedCont .itemAsked .Question .serialNum {
  background: #F2F2F2;
  border-radius: 50%;
  text-align: center;
  font-weight: 400;
  color: #04B56F;
}
.frequentlyAsked .frequentlyAskedCont .itemAsked .Question .itemAskedText {
  flex: 1;
  font-weight: 400;
  color: #202423;
}
.frequentlyAsked .frequentlyAskedCont .itemAsked .Question .flag {
  margin-left: auto;
}
.frequentlyAsked .frequentlyAskedCont .itemAsked .Answer {
  display: none;
  border-top: 0.5px solid #F2F2F2;
}
.frequentlyAsked .frequentlyAskedCont .itemAsked .Answer .AnswerItemText {
  font-weight: 400;
  color: #5C5E5E;
}
@media only screen and (max-width: 320px) {
  .frequentlyAsked {
    margin-top: 12px;
    padding: 12px 18px;
  }
  .frequentlyAsked .frequentlyAskedTitle {
    font-size: 18px;
    line-height: 26px;
  }
  .frequentlyAsked .frequentlyAskedCont .itemAsked {
    margin-top: 12px;
  }
  .frequentlyAsked .frequentlyAskedCont .itemAsked .Question {
    padding: 12px 10px;
  }
  .frequentlyAsked .frequentlyAskedCont .itemAsked .Question .serialNum {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
  }
  .frequentlyAsked .frequentlyAskedCont .itemAsked .Question .itemAskedText {
    margin: 0 12px;
    font-size: 14px;
  }
  .frequentlyAsked .frequentlyAskedCont .itemAsked .Question .flag .icon {
    width: 20px;
    height: 20px;
  }
  .frequentlyAsked .frequentlyAskedCont .itemAsked .Answer {
    padding: 12px;
  }
  .frequentlyAsked .frequentlyAskedCont .itemAsked .Answer .AnswerItemText {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 321px) and (max-width: 767px) {
  .frequentlyAsked {
    margin-top: 12px;
    padding: 12px 18px;
  }
  .frequentlyAsked .frequentlyAskedTitle {
    font-size: 18px;
    line-height: 26px;
  }
  .frequentlyAsked .frequentlyAskedCont .itemAsked {
    margin-top: 12px;
  }
  .frequentlyAsked .frequentlyAskedCont .itemAsked .Question {
    padding: 12px 10px;
  }
  .frequentlyAsked .frequentlyAskedCont .itemAsked .Question .serialNum {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
  }
  .frequentlyAsked .frequentlyAskedCont .itemAsked .Question .itemAskedText {
    margin: 0 12px;
    font-size: 14px;
  }
  .frequentlyAsked .frequentlyAskedCont .itemAsked .Question .flag .icon {
    width: 20px;
    height: 20px;
  }
  .frequentlyAsked .frequentlyAskedCont .itemAsked .Answer {
    padding: 12px;
  }
  .frequentlyAsked .frequentlyAskedCont .itemAsked .Answer .AnswerItemText {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1366px) and (orientation: portrait) {
  .frequentlyAsked {
    margin-top: 12px;
    padding: 20px 16px;
  }
  .frequentlyAsked .frequentlyAskedTitle {
    font-size: 20px;
    line-height: 28px;
  }
  .frequentlyAsked .frequentlyAskedCont .itemAsked {
    margin-top: 16px;
  }
  .frequentlyAsked .frequentlyAskedCont .itemAsked .Question {
    padding: 18px 16px;
  }
  .frequentlyAsked .frequentlyAskedCont .itemAsked .Question .serialNum {
    width: 34px;
    height: 34px;
    line-height: 30px;
    font-size: 20px;
  }
  .frequentlyAsked .frequentlyAskedCont .itemAsked .Question .itemAskedText {
    margin: 0 18px;
    font-size: 18px;
    line-height: 30px;
  }
  .frequentlyAsked .frequentlyAskedCont .itemAsked .Question .flag .icon {
    width: 30px;
    height: 30px;
  }
  .frequentlyAsked .frequentlyAskedCont .itemAsked .Answer {
    padding: 16px;
  }
  .frequentlyAsked .frequentlyAskedCont .itemAsked .Answer .AnswerItemText {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1366px) and (orientation: landscape) {
  .frequentlyAsked {
    margin-top: 12px;
    padding: 20px 16px;
  }
  .frequentlyAsked .frequentlyAskedTitle {
    font-size: 20px;
    line-height: 28px;
  }
  .frequentlyAsked .frequentlyAskedCont .itemAsked {
    margin-top: 16px;
  }
  .frequentlyAsked .frequentlyAskedCont .itemAsked .Question {
    padding: 18px 16px;
  }
  .frequentlyAsked .frequentlyAskedCont .itemAsked .Question .serialNum {
    width: 34px;
    height: 34px;
    line-height: 30px;
    font-size: 20px;
  }
  .frequentlyAsked .frequentlyAskedCont .itemAsked .Question .itemAskedText {
    margin: 0 18px;
    font-size: 18px;
    line-height: 30px;
  }
  .frequentlyAsked .frequentlyAskedCont .itemAsked .Question .flag .icon {
    width: 30px;
    height: 30px;
  }
  .frequentlyAsked .frequentlyAskedCont .itemAsked .Answer {
    padding: 16px;
  }
  .frequentlyAsked .frequentlyAskedCont .itemAsked .Answer .AnswerItemText {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1367px) {
  .frequentlyAsked {
    margin-top: 12px;
    padding: 20px 16px;
  }
  .frequentlyAsked .frequentlyAskedTitle {
    font-size: 20px;
    line-height: 28px;
  }
  .frequentlyAsked .frequentlyAskedCont .itemAsked {
    margin-top: 16px;
  }
  .frequentlyAsked .frequentlyAskedCont .itemAsked .Question {
    padding: 18px 16px;
  }
  .frequentlyAsked .frequentlyAskedCont .itemAsked .Question .serialNum {
    width: 34px;
    height: 34px;
    line-height: 30px;
    font-size: 20px;
  }
  .frequentlyAsked .frequentlyAskedCont .itemAsked .Question .itemAskedText {
    margin: 0 18px;
    font-size: 18px;
    line-height: 30px;
  }
  .frequentlyAsked .frequentlyAskedCont .itemAsked .Question .flag .icon {
    width: 30px;
    height: 30px;
  }
  .frequentlyAsked .frequentlyAskedCont .itemAsked .Answer {
    padding: 16px;
  }
  .frequentlyAsked .frequentlyAskedCont .itemAsked .Answer .AnswerItemText {
    font-size: 16px;
    line-height: 24px;
  }
}
.coverlink {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.articleBannerBox {
  border-radius: 4px;
  background: #FFF;
}
.articleBannerBox .pageTitle {
  padding: 10px 20px;
  color: #202423;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 16px;
  background: #FFF;
  box-shadow: 0px -1px 0px 0px var(--temu-apk-, #F2F2F2) inset;
}
.articleBannerBox .banner {
  position: relative;
  margin-bottom: 40px;
}
.articleBannerBox .banner .slideBtn {
  position: absolute;
  top: 47%;
  transform: translateY(-50%);
  z-index: 5;
  width: 50px;
  height: 50px;
  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;
}
.articleBannerBox .banner .slideBtn:hover {
  background-color: #DCDCDC;
}
.articleBannerBox .banner .bannerCont {
  overflow: hidden;
}
.articleBannerBox .banner .bannerCont .bannerList {
  display: flex;
  align-items: center;
}
.articleBannerBox .banner .bannerCont .bannerList .bannerItem {
  flex-shrink: 0;
  height: auto;
  position: relative;
  border-radius: 12px;
  padding: 0 10px;
}
.articleBannerBox .banner .bannerCont .bannerList .bannerItem .itemScreen {
  width: 100%;
  height: 100%;
}
.articleBannerBox .banner .bannerCont .bannerList .bannerItem .itemScreen .itemScreenImg {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 8px;
}
.articleBannerBox .banner .bannerCont .bannerList .bannerItem .appDet {
  min-height: 48px;
  margin-top: 10px;
  overflow: hidden;
  color: #212326;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  line-height: 137%;
  /* 21.92px */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  flex: 1 0 0;
}
@media only screen and (max-width: 767px) {
  .pageTitle {
    padding: 0 18px;
    font-size: 18px;
    line-height: 26px;
  }
  .banner {
    margin-bottom: 24px;
  }
  .banner #slideRight {
    display: none;
  }
  .banner .bannerCont .bannerList {
    padding-right: 12px;
    padding-left: 12px;
    overflow-x: scroll;
  }
  .banner .bannerCont .bannerList .bannerItem {
    width: 92%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner #slideRight {
    right: 0px;
  }
  .banner #slideLeft {
    left: 0px;
  }
  .banner .bannerCont .bannerList .bannerItem {
    width: calc(100% / 3);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner #slideRight {
    right: 35px;
  }
  .banner #slideLeft {
    left: 35px;
  }
  .banner .bannerCont .bannerList .bannerItem {
    width: calc(100% / 3);
  }
}
@media only screen and (min-width: 1200px) {
  .banner #slideRight {
    right: 35px;
  }
  .banner #slideLeft {
    left: 35px;
  }
  .banner .bannerCont .bannerList .bannerItem {
    width: calc(100% / 3);
  }
}
ul::-webkit-scrollbar {
  width: 0 !important;
}
.sideList {
  background: #FFFFFF;
}
.sideList .topDownloadsTitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  box-shadow: 0px 1px 0px #F2F2F2;
}
.sideList .topDownloadsTitle .apptitle {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #202423;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.sideList .topDownloadsTitle .more {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-image: url("/statics/image/more_normal.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}
@media (any-hover: hover) {
  .sideList .topDownloadsTitle .more:hover {
    background-color: #F2F2F2;
    background-image: url("/statics/image/more_hover.svg");
  }
}
.sideList .topDownloadsList {
  width: 100%;
}
.sideList .topDownloadsList .appItem {
  width: 100%;
}
.sideList .topDownloadsList .appItem .appCon {
  display: flex;
}
.sideList .topDownloadsList .appItem .appCon .app-img img {
  width: 72px;
  height: 72px;
  border-radius: 12px;
  border: 1px solid #F2F2F2;
}
.sideList .topDownloadsList .appItem .appCon .app-info {
  flex: 1;
  position: relative;
}
.sideList .topDownloadsList .appItem .appCon .app-info .app-info-tit {
  font-size: 18px;
  font-weight: 400;
  color: #202423;
  line-height: 27px;
  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: 16px;
  color: #5C5E5E;
  line-height: 24px;
  margin: 4px 0;
  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-score {
  display: flex;
  align-items: center;
}
.sideList .topDownloadsList .appItem .appCon .app-info .app-info-score .app-rating {
  font-size: 16px;
  font-weight: 700;
  color: #5C5E5E;
  line-height: 24px;
  margin-right: 4px;
}
@media (any-hover: hover) {
  .sideList .topDownloadsList .appItem:hover {
    background: #F2F2F2;
    border-radius: 8px;
  }
}
@media only screen and (max-width: 320px) {
  .sideList .topDownloadsTitle {
    padding: 9px 18px;
  }
  .sideList .topDownloadsTitle .apptitle {
    font-size: 18px;
    line-height: 26px;
  }
  .sideList .topDownloadsTitle .more {
    width: 30px;
    height: 30px;
  }
  .sideList .topDownloadsList {
    padding: 2px 8px;
    overflow: scroll;
    display: flex;
    align-items: center;
  }
  .sideList .topDownloadsList .appItem {
    padding: 10px;
  }
  .sideList .topDownloadsList .appItem .appCon {
    flex-direction: column;
  }
  .sideList .topDownloadsList .appItem .appCon .app-img img {
    width: 80px;
    height: 80px;
    border-radius: 14px;
  }
  .sideList .topDownloadsList .appItem .appCon .app-info {
    flex: 1;
    position: relative;
  }
  .sideList .topDownloadsList .appItem .appCon .app-info .app-info-tit {
    font-size: 16px;
    line-height: 24px;
    margin-top: 6px;
  }
  .sideList .topDownloadsList .appItem .appCon .app-info .app-info-sort {
    font-size: 14px;
    line-height: 17px;
    margin: 2px 0;
  }
  .sideList .topDownloadsList .appItem .appCon .app-info .app-info-score .app-rating {
    font-size: 14px;
    line-height: 17px;
  }
}
@media only screen and (min-width: 321px) and (max-width: 768px) {
  .sideList .topDownloadsTitle {
    padding: 9px 18px;
  }
  .sideList .topDownloadsTitle .apptitle {
    font-size: 18px;
    line-height: 26px;
  }
  .sideList .topDownloadsTitle .more {
    width: 30px;
    height: 30px;
  }
  .sideList .topDownloadsList {
    padding: 2px 8px;
    overflow: scroll;
    display: flex;
    align-items: center;
  }
  .sideList .topDownloadsList .appItem {
    padding: 10px;
  }
  .sideList .topDownloadsList .appItem .appCon {
    flex-direction: column;
  }
  .sideList .topDownloadsList .appItem .appCon .app-img img {
    width: 80px;
    height: 80px;
    border-radius: 14px;
  }
  .sideList .topDownloadsList .appItem .appCon .app-info .app-info-tit {
    font-size: 16px;
    line-height: 24px;
    margin-top: 6px;
  }
  .sideList .topDownloadsList .appItem .appCon .app-info .app-info-sort {
    font-size: 14px;
    line-height: 17px;
    margin: 2px 0;
  }
  .sideList .topDownloadsList .appItem .appCon .app-info .app-info-score .app-rating {
    font-size: 14px;
    line-height: 17px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) and (orientation: portrait) {
  .sideList .topDownloadsTitle {
    padding: 9px 18px;
  }
  .sideList .topDownloadsTitle .apptitle {
    font-size: 18px;
    line-height: 26px;
  }
  .sideList .topDownloadsTitle .more {
    width: 30px;
    height: 30px;
  }
  .sideList .topDownloadsList {
    padding: 2px 8px;
    overflow: scroll;
    display: flex;
    align-items: center;
  }
  .sideList .topDownloadsList .appItem {
    padding: 10px;
  }
  .sideList .topDownloadsList .appItem .appCon {
    flex-direction: column;
  }
  .sideList .topDownloadsList .appItem .appCon .app-info .app-info-tit {
    padding-top: 8px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) and (orientation: landscape) {
  .sideList .topDownloadsTitle {
    padding: 10px 20px;
  }
  .sideList .topDownloadsTitle .apptitle {
    font-size: 20px;
    line-height: 28px;
  }
  .sideList .topDownloadsTitle .more {
    width: 36px;
    height: 36px;
  }
  .sideList .topDownloadsList {
    padding: 20px;
  }
  .sideList .topDownloadsList .appItem {
    padding: 10px;
  }
  .sideList .topDownloadsList .appItem .appCon {
    align-items: center;
  }
  .sideList .topDownloadsList .appItem .appCon .app-img {
    margin-right: 16px;
  }
  .sideList .topDownloadsList .appItem .appCon .app-info {
    padding-right: 10px;
  }
}
@media only screen and (min-width: 1367px) {
  .sideList .topDownloadsTitle {
    padding: 10px 20px;
  }
  .sideList .topDownloadsTitle .apptitle {
    font-size: 20px;
    line-height: 28px;
  }
  .sideList .topDownloadsTitle .more {
    width: 36px;
    height: 36px;
  }
  .sideList .topDownloadsList {
    padding: 20px;
  }
  .sideList .topDownloadsList .appItem {
    padding: 10px;
  }
  .sideList .topDownloadsList .appItem .appCon {
    align-items: center;
  }
  .sideList .topDownloadsList .appItem .appCon .app-img {
    margin-right: 16px;
  }
  .sideList .topDownloadsList .appItem .appCon .app-info {
    padding-right: 10px;
  }
}
.footerWrap {
  background: #181A1C;
  position: relative;
}
.footerWrap .footer {
  max-width: 1440px;
  margin: 0 auto;
  padding: 30px 24px;
}
.footerWrap .footer .top .logo img {
  height: 40px;
  width: auto;
}
.footerWrap .footer .top .switchingMode {
  display: none;
  margin: 30px 0;
}
.footerWrap .footer .top .switchingMode .socialMedia {
  display: flex;
  align-items: center;
}
.footerWrap .footer .top .switchingMode .socialMedia .externalLinks {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 16px;
}
.footerWrap .footer .top .switchingMode .socialMedia .youtube {
  background-image: url('/statics/image/youtube_normal.svg');
  background-repeat: no-repeat;
  background-size: 100%;
}
.footerWrap .footer .top .switchingMode .socialMedia .youtube:hover {
  background-image: url('/statics/image/youtube_hover.svg');
}
.footerWrap .footer .top .switchingMode .socialMedia .twitter {
  background-image: url('/statics/image/twitter_normal.svg');
  background-repeat: no-repeat;
  background-size: 100%;
}
.footerWrap .footer .top .switchingMode .socialMedia .twitter:hover {
  background-image: url('/statics/image/twitter_hover.svg');
}
.footerWrap .footer .top .switchingMode .socialMedia .facebook {
  background-image: url('/statics/image/facebook_normal.svg');
  background-repeat: no-repeat;
  background-size: 100%;
}
.footerWrap .footer .top .switchingMode .socialMedia .facebook:hover {
  background-image: url('/statics/image/facebook_hover.svg');
}
.footerWrap .footer .top .switchingMode .socialMedia .tiktok {
  background-image: url('/statics/image/tiktok_normal.svg');
  background-repeat: no-repeat;
  background-size: 100%;
}
.footerWrap .footer .top .switchingMode .socialMedia .tiktok:hover {
  background-image: url('/statics/image/tiktok_hover.svg');
}
.footerWrap .footer .top .switchingMode .langWrap {
  display: flex;
  align-items: center;
  border-radius: 37px;
  background-color: #f5f5f538;
}
.footerWrap .footer .top .switchingMode .langWrap .langMask {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.footerWrap .footer .top .switchingMode .langWrap .langLogo {
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footerWrap .footer .top .switchingMode .langWrap .langLogo .curlang {
  position: relative;
  display: inline-block;
  display: inline-flex;
  align-items: center;
  -ms-flex-align: center;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.8);
}
.footerWrap .footer .top .switchingMode .langWrap .langLogo .curlang .icon {
  width: 26px;
  height: 26px;
}
.footerWrap .footer .top .switchingMode .langWrap .langLogo .curlang .langText {
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 22px;
  padding: 0 11px 0 6px;
}
.footerWrap .footer .top .switchingMode .langWrap .langLogo .curlang svg {
  width: 26px;
  height: 26px;
}
.footerWrap .footer .top .switchingMode .langWrap .langLogo .curlang::after {
  content: '';
}
.footerWrap .footer .top .switchingMode .langWrap .langLogo .maskContent {
  display: none;
  box-sizing: border-box;
  position: fixed;
  z-index: 11;
  top: 20%;
  left: 10%;
  top: 65%;
  left: 50%;
  display: flex;
  flex-wrap: wrap;
  width: 30rem;
  height: auto;
  margin-top: -26.5rem;
  margin-left: -15rem;
  padding: 4rem 1rem 0 1.5rem;
  transition: all ease 0.25s;
  transform: translateY(200vh);
  border-radius: 1rem;
  background-color: #fff;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}
.footerWrap .footer .top .switchingMode .langWrap .langLogo .maskContent .maskClose {
  position: absolute;
  top: 0.8rem;
  left: 1.6rem;
  display: block;
  cursor: pointer;
}
.footerWrap .footer .top .switchingMode .langWrap .langLogo .maskContent .maskClose svg {
  width: 2.6rem;
  height: 2.6rem;
}
.footerWrap .footer .top .switchingMode .langWrap .langLogo .maskContent .maskClose .maskClose::before,
.footerWrap .footer .top .switchingMode .langWrap .langLogo .maskContent .maskClose .maskClose::after {
  position: absolute;
  display: block;
}
.footerWrap .footer .top .switchingMode .langWrap .langLogo .maskContent .maskClose .maskClose::before {
  top: 0;
  width: 1.8rem;
  height: 0.2rem;
}
.footerWrap .footer .top .switchingMode .langWrap .langLogo .maskContent .maskClose .maskClose::after {
  top: -0.8rem;
  left: 0.8rem;
  width: 0.2rem;
  height: 1.8rem;
}
.footerWrap .footer .top .switchingMode .langWrap .langLogo .maskContent .maskItem {
  width: 50%;
}
.footerWrap .footer .top .switchingMode .langWrap .langLogo .maskContent .maskItem .itemLink {
  display: flex;
  align-items: center;
  border-radius: 4rem;
  font-size: 1.3rem;
  line-height: 1.2;
  width: 95%;
  margin-bottom: 1.6rem;
  padding: 1rem;
  word-break: break-all;
  color: #333;
  background-color: #f2f7fa;
  box-sizing: border-box;
}
.footerWrap .footer .top .switchingMode .langWrap .langLogo .maskContent .maskItem .itemLink .langIcon {
  flex: 0 0 2.5rem;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 0.8rem;
}
.footerWrap .footer .top .switchingMode .langWrap #maskControl {
  display: none;
}
.footerWrap .footer .top .switchingMode .langWrap #maskControl:checked ~ .langMask {
  display: block;
}
.footerWrap .footer .top .switchingMode .langWrap #maskControl:checked ~ .maskContent {
  display: flex;
  transform: translateY(0);
}
.footerWrap .footer .tabbar {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 400;
}
.footerWrap .footer .tabbar a {
  display: inline-block;
  color: #FFFFFF;
  word-break: break-word;
}
.footerWrap .footer .tabbar .line {
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  margin: 0 18px;
}
.footerWrap .cookie-notice-container {
  background-color: rgba(255, 255, 255, 0.5);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -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: 1150px;
  margin: 0 auto;
  z-index: 2;
  padding: 10px;
  text-align: center;
  display: flex;
  align-items: center;
}
.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 .cookieText {
  color: #6f6f6f;
  font-size: 14px;
}
.footerWrap .cookie-notice-container .container .cookieText .moreJump {
  color: #232927;
}
.footerWrap .cookie-notice-container .container button {
  min-width: 90px;
  margin-left: 5px;
  padding: 5px;
  height: 30px;
  background: #232927;
  border: none;
  color: #fff;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  cursor: pointer;
}
.footerWrap .addToScreenTip {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: #232927;
  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: 320px) {
  .footerWrap .footer {
    padding: 18px;
  }
  .footerWrap .footer .top .logo img {
    height: 30px;
    width: auto;
  }
  .footerWrap .footer .top .switchingMode {
    margin: 19px 0;
  }
  .footerWrap .footer .top .switchingMode .langWrap {
    display: none;
  }
  .footerWrap .footer .tabbar {
    display: flex;
    flex-wrap: wrap;
  }
  .footerWrap .footer .tabbar a {
    margin-right: 23px;
    margin-bottom: 6px;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
  }
  .footerWrap .footer .tabbar .line {
    display: none;
  }
  .footerWrap .cookie-notice-container .container .cookieText {
    font-size: 12px;
  }
}
@media only screen and (min-width: 321px) and (max-width: 767px) {
  .footerWrap .footer {
    padding: 18px;
  }
  .footerWrap .footer .top .logo img {
    height: 30px;
    width: auto;
  }
  .footerWrap .footer .top .switchingMode {
    margin: 19px 0;
  }
  .footerWrap .footer .top .switchingMode .langWrap {
    display: none;
  }
  .footerWrap .footer .tabbar {
    display: flex;
    flex-wrap: wrap;
  }
  .footerWrap .footer .tabbar a {
    margin-right: 23px;
    margin-bottom: 6px;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
  }
  .footerWrap .footer .tabbar .line {
    display: none;
  }
  .footerWrap .cookie-notice-container .container .cookieText {
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1366px) and (orientation: portrait) {
  .footerWrap .footer .top .switchingMode {
    margin: 19px 0;
  }
  .footerWrap .footer .top .switchingMode .langWrap {
    display: none;
  }
  .footerWrap .footer .tabbar {
    display: flex;
    align-items: center;
  }
  .footerWrap .footer .tabbar a {
    margin-right: 23px;
    margin-right: 18px;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
  }
  .footerWrap .footer .tabbar .line {
    display: none;
  }
  .footerWrap .cookie-notice-container .container .cookieText {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1366px) and (orientation: landscape) {
  .footerWrap .footer .top .switchingMode {
    margin: 19px 0;
  }
  .footerWrap .footer .tabbar {
    display: flex;
    align-items: center;
  }
  .footerWrap .footer .tabbar a {
    margin-right: 23px;
    margin-bottom: 6px;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
  }
  .footerWrap .footer .tabbar .line {
    display: none;
  }
  .footerWrap .cookie-notice-container .container .cookieText {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1367px) {
  .footerWrap .footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .footerWrap .footer .top .switchingMode {
    margin: 30px 0;
  }
  .footerWrap .footer .top .switchingMode .externalLinks {
    width: 30px;
    height: 30px;
  }
  .footerWrap .footer .tabbar {
    display: flex;
    align-items: center;
  }
  .footerWrap .footer .tabbar a {
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
  }
  .footerWrap .footer .tabbar a:hover {
    border-bottom: 1px solid #FFFFFF;
  }
  .footerWrap .cookie-notice-container .container .cookieText {
    font-size: 16px;
  }
}
.breadCrumbs {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.breadCrumbs .crumbs {
  color: #202423;
}
.breadCrumbs .icon {
  flex-shrink: 0;
  margin: 0 6px;
}
.breadCrumbs .crumbsNow {
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.appsModuleTitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 1px 0px #F2F2F2;
}
.appsModuleTitle .apptitle {
  font-weight: 500;
  color: #202423;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.appDetWrap {
  display: flex;
}
.appDetWrap .appDetLeft .topCard {
  background: #FFFFFF;
  border-radius: 4px;
  display: flex;
}
.appDetWrap .appDetLeft .topCard .topCardIcon .appicon {
  border: 1px solid #F2F2F2;
}
.appDetWrap .appDetLeft .topCard .topCardIcon .mobeileInfo {
  flex: 1;
  margin-left: 12px;
}
.appDetWrap .appDetLeft .topCard .topCardIcon .mobeileInfo .mobeileInfoTitle {
  display: flex;
  align-items: center;
}
.appDetWrap .appDetLeft .topCard .topCardIcon .mobeileInfo .mobeileInfoTitle h1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #202423;
}
.appDetWrap .appDetLeft .topCard .topCardIcon .mobeileInfo .mobeileInfoTitle svg {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  margin-left: 6px;
}
.appDetWrap .appDetLeft .topCard .topCardIcon .mobeileInfo .mobeileInfoCategory {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #5C5E5E;
  margin-top: 4px;
}
.appDetWrap .appDetLeft .topCard .topCardIcon .mobeileInfo .ratings {
  display: flex;
  align-items: center;
  margin-top: 6px;
}
.appDetWrap .appDetLeft .topCard .topCardIcon .mobeileInfo .ratings .detText #starRating .starContainer .oneStar {
  margin-right: 2px;
}
.appDetWrap .appDetLeft .topCard .topCardIcon .mobeileInfo .ratings .starNum {
  color: #EC7927;
  font-size: 14px;
  font-weight: 500;
}
.appDetWrap .appDetLeft .topCard .topCardInfo .topCardInfoTitle {
  display: flex;
  align-items: center;
}
.appDetWrap .appDetLeft .topCard .topCardInfo .topCardInfoTitle h1 {
  font-weight: 500;
  font-size: 26px;
  line-height: 40px;
  color: #202423;
}
.appDetWrap .appDetLeft .topCard .topCardInfo .topCardInfoTitle svg {
  margin-left: 8px;
}
.appDetWrap .appDetLeft .topCard .topCardInfo .guideInfo {
  width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
}
.appDetWrap .appDetLeft .topCard .topCardInfo .guideInfo h2 {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  font-family: "DIN Alternate";
  color: #202423;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.appDetWrap .appDetLeft .topCard .topCardInfo .guideInfo .detText {
  color: #5C5E5E;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
  margin-top: 2px;
}
.appDetWrap .appDetLeft .topCard .topCardInfo .guideInfo .starNum {
  font-weight: 700;
  color: #202423;
}
.appDetWrap .appDetLeft .topCard .topCardInfo .guideInfo .ratings .star {
  display: flex;
  align-items: center;
}
.appDetWrap .appDetLeft .topCard .topCardInfo .guideInfo .dev .devJump {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #04B56F;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.appDetWrap .appDetLeft .topCard .topCardInfo .guideInfo .line {
  width: 0px;
  height: 32px;
  opacity: 1;
  border-left: 1px solid #F2F2F2;
}
.appDetWrap .appDetLeft .topCard .topCardBtn {
  display: none;
  background: #04B56F;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
}
.appDetWrap .appDetLeft .topCard .topCardBtn .down {
  margin-left: 5px;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #FFFFFF;
}
.appDetWrap .appDetLeft .topCard .downloadWrap {
  margin: 18px 0;
  margin-left: auto;
  background: #04B56F;
  border-radius: 4px;
}
.appDetWrap .appDetLeft .topCard .downloadWrap .downloadBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 18px;
}
.appDetWrap .appDetLeft .topCard .downloadWrap .downloadBtn .down {
  margin-left: 5px;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #FFFFFF;
}
.appDetWrap .appDetLeft .topCard .downloadWrap:hover {
  background-color: #008F5A;
}
.appDetWrap .appDetLeft .aboutModule {
  background: #FFFFFF;
  border-radius: 4px;
}
.appDetWrap .appDetLeft .aboutModule .additionalInfo {
  margin-bottom: 18px;
  width: 100%;
}
.appDetWrap .appDetLeft .aboutModule .additionalInfo .additionalInfoTitle {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: #212326;
  margin: 0 0 16px 0;
}
.appDetWrap .appDetLeft .aboutModule .additionalInfo .infoList {
  display: grid;
}
.appDetWrap .appDetLeft .aboutModule .additionalInfo .infoList .item {
  display: flex;
  align-items: center;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #F2F2F2;
  padding: 12px;
}
.appDetWrap .appDetLeft .aboutModule .additionalInfo .infoList .item .itemCont {
  flex: 1;
  margin-left: 8px;
}
.appDetWrap .appDetLeft .aboutModule .additionalInfo .infoList .item .itemCont .itemTitle {
  font-weight: 400;
  color: #5C5E5E;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
  margin-bottom: 3px;
}
.appDetWrap .appDetLeft .aboutModule .additionalInfo .infoList .item .itemCont .itemdet {
  font-weight: 500;
  color: #202423;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.appDetWrap .appDetLeft .aboutModule .mobileDownload {
  margin-top: 18px;
  background: #04B56F;
  border-radius: 4px;
}
.appDetWrap .appDetLeft .aboutModule .mobileDownload .DownloadBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
}
.appDetWrap .appDetLeft .aboutModule .mobileDownload .DownloadBtn .down {
  margin-left: 5px;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #FFFFFF;
}
.appDetWrap .appDetLeft .aboutModule .aboutModuleTitle {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #202423;
}
.appDetWrap .appDetLeft .aboutModule .aboutModuleCont {
  margin: 0 0 16px 0;
}
.appDetWrap .appDetLeft .aboutModule .aboutModuleCont .flag {
  font-size: 20px;
  font-weight: 500;
  color: #04B56F;
}
.appDetWrap .appDetLeft .aboutModule .aboutModuleCont .flag .moreBox .more {
  margin-top: 18px;
  color: #04B56F;
  display: flex;
  align-items: center;
}
.appDetWrap .appDetLeft .aboutModule .aboutModuleCont .flag .moreBox .more svg {
  margin-left: 5px;
}
.appDetWrap .appDetLeft .aboutModule .aboutModuleCont .flag .lessBox .less {
  margin-top: 18px;
  color: #04B56F;
  display: flex;
  align-items: center;
}
.appDetWrap .appDetLeft .aboutModule .aboutModuleCont .flag .lessBox .less svg {
  margin-left: 5px;
}
.appDetWrap .appDetLeft .aboutModule .categoryMark .categoryMarkList {
  display: flex;
  align-items: center;
}
.appDetWrap .appDetLeft .aboutModule .categoryMark .categoryMarkList .itamMark .itamMarkText {
  display: block;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #F2F2F2;
  padding: 6px 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #5C5E5E;
}
.appDetWrap .appDetLeft .aboutModule .categoryMark .categoryMarkList .itamMark .itamMarkText:hover {
  background-color: #F2F2F2;
}
.appDetWrap .appDetLeft .aboutModule .lineBorder {
  position: relative;
  padding: 24px 0;
}
.appDetWrap .appDetLeft .aboutModule .lineBorder .line {
  position: absolute;
  width: calc(100% + 32px);
  left: -16px;
  border-bottom: 1px solid #E6E6E6;
}
.appDetWrap .appDetLeft .aboutModule .downloadGroup {
  display: flex;
  align-items: center;
  width: 100%;
}
.appDetWrap .appDetLeft .aboutModule .downloadGroup .downloadBtn {
  width: 50%;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  padding: 14px 20px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.appDetWrap .appDetLeft .aboutModule .downloadGroup .downloadBtn .down {
  margin-left: 10px;
}
.appDetWrap .appDetLeft .aboutModule .downloadGroup .gooleplay {
  background: #07B07D;
  margin-right: 40px;
}
.appDetWrap .appDetLeft .aboutModule .downloadGroup .gooleplay:hover {
  background: #069F71;
}
.appDetWrap .appDetLeft .aboutModule .downloadGroup .iosStore {
  background: #232927;
}
.appDetWrap .appDetLeft .aboutModule .downloadGroup .iosStore:hover {
  background: #000000;
}
.appDetWrap .appDetLeft .aboutModule .downloadWrap {
  width: 100%;
  display: flex;
  justify-content: center;
}
.appDetWrap .appDetLeft .aboutModule .downloadWrap .downloadBtn {
  width: 50%;
  padding: 14px 0;
  border-radius: 4px;
  background: #04B56F;
  cursor: pointer;
}
.appDetWrap .appDetLeft .aboutModule .downloadWrap .downloadBtn .download {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
}
.appDetWrap .appDetLeft .aboutModule .downloadWrap .downloadBtn .download svg {
  margin-right: 10px;
}
.appDetWrap .appDetLeft .aboutModule .downloadWrap .downloadBtn:hover {
  background-color: #008F5A;
}
.appDetWrap .appDetLeft .swiper {
  padding: 20px 18px;
  margin: 12px 0;
  background: #FFFFFF;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  width: auto;
}
.appDetWrap .appDetLeft .swiper .swiperBtn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  background-color: #FFFFFF;
  border-radius: 50%;
  border: 1px solid #F2F2F2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.appDetWrap .appDetLeft .swiper #leftBtn {
  left: 0;
}
.appDetWrap .appDetLeft .swiper #rightBtn {
  right: 0;
}
.appDetWrap .appDetLeft .swiper .swiperBtn:hover {
  background-color: #DCDCDC;
}
.appDetWrap .appDetLeft .swiper .swiperList {
  display: flex;
  flex-direction: row;
}
.appDetWrap .appDetLeft .swiper .swiperList .swiperItem {
  padding-right: 10px;
  position: relative;
}
.appDetWrap .appDetLeft .swiper .swiperList .swiperItem .swiperImg img {
  width: auto;
}
.appDetWrap .appDetLeft .swiper .swiperList .swiperItem:last-child {
  padding-right: 0;
}
.appDetWrap .appDetLeft .historyVersion {
  margin-top: 12px;
  background: #FFFFFF;
  border-radius: 4px;
}
.appDetWrap .appDetLeft .historyVersion .versionList {
  width: 100%;
}
.appDetWrap .appDetLeft .historyVersion .versionList .versionItem {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 0.6px solid #D9D9D9;
}
.appDetWrap .appDetLeft .historyVersion .versionList .versionItem .versionItemCont {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.appDetWrap .appDetLeft .historyVersion .versionList .versionItem .versionItemInfo {
  display: flex;
  flex-direction: column;
}
.appDetWrap .appDetLeft .historyVersion .versionList .versionItem .versionItemInfo .versionNumber {
  font-weight: 500;
}
.appDetWrap .appDetLeft .historyVersion .versionList .versionItem .versionItemInfo .versionNumber .name {
  color: #202423;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.appDetWrap .appDetLeft .historyVersion .versionList .versionItem .versionItemInfo .versionNumber .versionNum {
  color: #5C5E5E;
}
.appDetWrap .appDetLeft .historyVersion .versionList .versionItem .versionItemInfo .versionDet {
  font-weight: 400;
  color: #5C5E5E;
}
.appDetWrap .appDetLeft .historyVersion .versionList .versionItem .versionItemRight {
  display: flex;
  align-items: center;
  background: #04B56F;
  border-radius: 4px 4px 4px 4px;
}
.appDetWrap .appDetLeft .historyVersion .versionList .versionItem .versionItemRight .down {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
  margin-left: 6px;
  white-space: nowrap;
}
.appDetWrap .appDetLeft .historyVersion .versionList .versionItem:hover .versionItemInfo .versionNumber .name,
.appDetWrap .appDetLeft .historyVersion .versionList .versionItem:hover .versionItemInfo .versionNumber .versionNum {
  color: #04B56F;
}
.appDetWrap .appDetLeft .historyVersion .allVersionBtn {
  display: flex;
  justify-content: center;
  padding-bottom: 16px;
}
.appDetWrap .appDetLeft .historyVersion .allVersionBtn .versionBtnCont {
  background: #F2F2F2;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 18px;
  color: #04B56F;
}
.appDetWrap .appDetLeft .historyVersion .allVersionBtn .versionBtnCont .guideIcon {
  margin-left: 10px;
  width: 27px;
  height: 27px;
  background: url("/statics/image/green-moreIcon.svg") no-repeat;
  background-size: 100%;
}
.appDetWrap .appDetLeft .historyVersion .allVersionBtn .versionBtnCont:hover {
  background: #04B56F;
  color: #FFFFFF;
}
.appDetWrap .appDetLeft .historyVersion .allVersionBtn .versionBtnCont:hover .guideIcon {
  background: url("/statics/image/white-moreIcon.svg") no-repeat;
  background-size: 100%;
}
.appDetWrap .appDetLeft .crosswiseEntity {
  background: #FFFFFF;
  margin-bottom: 14px;
  position: relative;
}
.appDetWrap .appDetLeft .crosswiseEntity .topDownloadsTitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  box-shadow: 0px 1px 0px #F2F2F2;
}
.appDetWrap .appDetLeft .crosswiseEntity .topDownloadsTitle .apptitle {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #202423;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.appDetWrap .appDetLeft .crosswiseEntity .topDownloadsTitle .more {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-image: url("/statics/image/more_normal.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}
.appDetWrap .appDetLeft .crosswiseEntity .topDownloadsTitle .more:hover {
  background-color: #F2F2F2;
  background-image: url("/statics/image/more_hover.svg");
}
.appDetWrap .appDetLeft .crosswiseEntity .crosswiseEntityCont ul::-webkit-scrollbar {
  width: 0 !important;
}
.appDetWrap .appDetLeft .crosswiseEntity .crosswiseEntityCont .crosswiseEntityList {
  overflow: scroll;
  display: flex;
}
.appDetWrap .appDetLeft .crosswiseEntity .crosswiseEntityCont .crosswiseEntityList .item .appCon {
  display: block;
}
.appDetWrap .appDetLeft .crosswiseEntity .crosswiseEntityCont .crosswiseEntityList .item .appCon .itemImg {
  width: 99px;
  height: 99px;
  border-radius: 20px 20px 20px 20px;
  border: 1px solid #F2F2F2;
}
.appDetWrap .appDetLeft .crosswiseEntity .crosswiseEntityCont .crosswiseEntityList .item .appCon .itemInfo .itemTitle {
  font-size: 16px;
  font-weight: 400;
  color: #202423;
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.appDetWrap .appDetLeft .crosswiseEntity .crosswiseEntityCont .crosswiseEntityList .item .appCon .itemInfo .group {
  font-size: 14px;
  font-weight: 400;
  color: #5C5E5E;
  margin: 6px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.appDetWrap .appDetLeft .crosswiseEntity .crosswiseEntityCont .crosswiseEntityList .item .appCon .itemInfo .itemDescribe {
  font-size: 14px;
  font-weight: 500;
  color: #5C5E5E;
  display: flex;
  align-items: center;
}
.appDetWrap .appDetLeft .crosswiseEntity .crosswiseEntityCont .crosswiseEntityList .item .appCon .itemInfo .itemDescribe .score {
  margin-right: 4px;
}
.appDetWrap .appDetLeft .crosswiseEntity .crosswiseEntityCont .crosswiseEntityList .item:hover {
  background: #F2F2F2;
  border-radius: 8px 8px 8px 8px;
}
@media (max-width: 768px) {
  .adTitle {
    padding: 0;
  }
}
@media only screen and (max-width: 320px) {
  .breadCrumbs {
    padding: 0 18px;
    margin-bottom: 6px;
  }
  .appsModuleTitle {
    padding: 9px 18px;
  }
  .appsModuleTitle .apptitle {
    font-size: 18px;
    line-height: 26px;
  }
  .appsModuleTitle .more {
    width: 30px;
    height: 30px;
  }
  .appDetWrap {
    margin: 6px 0;
    flex-direction: column;
  }
  .appDetWrap .appDetLeft {
    width: 100%;
  }
  .appDetWrap .appDetLeft .topCard {
    padding: 12px 18px 6px 18px;
    display: flex;
    flex-direction: column;
  }
  .appDetWrap .appDetLeft .topCard .topCardIcon {
    display: flex;
    align-items: center;
    padding-bottom: 6px;
  }
  .appDetWrap .appDetLeft .topCard .topCardIcon .appicon {
    width: 64px;
    height: 64px;
    background: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
  }
  .appDetWrap .appDetLeft .topCard .topCardIcon .mobeileInfo {
    display: block;
  }
  .appDetWrap .appDetLeft .topCard .topCardInfo {
    display: none;
  }
  .appDetWrap .appDetLeft .topCard .topCardInfo .topCardInfoTitle {
    display: none;
  }
  .appDetWrap .appDetLeft .topCard .topCardInfo .guideInfo {
    justify-content: space-around;
    margin-top: 18px;
  }
  .appDetWrap .appDetLeft .topCard .topCardInfo .guideInfo h2 {
    font-size: 14px;
  }
  .appDetWrap .appDetLeft .topCard .topCardInfo .guideInfo .ratings .star svg {
    height: 12px;
    width: 12px;
  }
  .appDetWrap .appDetLeft .topCard .topCardInfo .guideInfo .ratings .star .starNum {
    font-size: 14px;
  }
  .appDetWrap .appDetLeft .topCard .topCardInfo .guideInfo .detText {
    font-size: 12px;
  }
  .appDetWrap .appDetLeft .topCard .topCardInfo .guideInfo .dev .devJump {
    font-size: 14px;
  }
  .appDetWrap .appDetLeft .topCard .topCardInfo .guideInfo .line {
    margin: 0 18px;
  }
  .appDetWrap .appDetLeft .topCard .topCardInfo .guideInfo .linelast {
    display: none;
  }
  .appDetWrap .appDetLeft .topCard .topCardInfo .guideInfo .dev:last-child {
    display: none;
  }
  .appDetWrap .appDetLeft .topCard .topCardInfo .ad-box {
    text-align: center;
    margin: 4px 0;
  }
  .appDetWrap .appDetLeft .topCard .topCardBtn {
    display: none;
  }
  .appDetWrap .appDetLeft .topCard .downloadWrap {
    margin-left: 0;
  }
  .appDetWrap .appDetLeft .aboutModule {
    margin: 12px 0;
    padding: 12px 16px;
  }
  .appDetWrap .appDetLeft .aboutModule .additionalInfo .additionalInfoTitle {
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 12px 0;
  }
  .appDetWrap .appDetLeft .aboutModule .additionalInfo .infoList {
    grid-gap: 5px 5px;
    grid-template-columns: repeat(2, calc((100% - 0.3rem)/2));
  }
  .appDetWrap .appDetLeft .aboutModule .additionalInfo .infoList .itemIcon {
    height: 24px;
    width: 24px;
  }
  .appDetWrap .appDetLeft .aboutModule .additionalInfo .infoList .itemCont .itemTitle {
    font-size: 12px;
  }
  .appDetWrap .appDetLeft .aboutModule .additionalInfo .infoList .itemCont .itemdet {
    font-size: 14px;
  }
  .appDetWrap .appDetLeft .aboutModule .aboutModuleTitle {
    font-size: 18px;
    line-height: 26px;
  }
  .appDetWrap .appDetLeft .aboutModule .aboutModuleCont .flag {
    font-size: 16px;
  }
  .appDetWrap .appDetLeft .aboutModule .lineBorder .line {
    width: 100%;
    left: 0;
  }
  .appDetWrap .appDetLeft .aboutModule .downloadGroup .gooleplay {
    margin-right: 20px;
  }
  .appDetWrap .appDetLeft .aboutModule .downloadWrap .downloadBtn {
    width: 100%;
  }
  .appDetWrap .appDetLeft .aboutModule .downloadGroup {
    flex-wrap: wrap;
  }
  .appDetWrap .appDetLeft .aboutModule .downloadGroup .downloadBtn {
    width: 100%;
  }
  .appDetWrap .appDetLeft .aboutModule .downloadGroup .gooleplay {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .appDetWrap .appDetLeft .swiper {
    padding: 10px 18px;
  }
  .appDetWrap .appDetLeft .swiper .swiperBtn {
    display: none;
  }
  .appDetWrap .appDetLeft .swiper .swiperList {
    overflow-x: scroll;
  }
  .appDetWrap .appDetLeft .swiper .swiperList .swiperItem .swiperImg img {
    height: 204px;
  }
  .appDetWrap .appDetLeft .historyVersion .versionList {
    padding: 0 18px;
  }
  .appDetWrap .appDetLeft .historyVersion .versionList .versionItem .versionItemInfo .versionNumber {
    display: flex;
    flex-direction: column;
    font-size: 18px;
  }
  .appDetWrap .appDetLeft .historyVersion .versionList .versionItem .versionItemInfo .versionNumber .versionNum {
    display: block;
    margin-top: 8px;
  }
  .appDetWrap .appDetLeft .historyVersion .versionList .versionItem .versionItemInfo .versionDet {
    font-size: 14px;
    margin-top: 12px;
  }
  .appDetWrap .appDetLeft .historyVersion .versionList .versionItem .versionItemInfo .versionDet .time {
    margin-left: 6px;
  }
  .appDetWrap .appDetLeft .historyVersion .versionList .versionItem .versionItemRight {
    padding: 6px 8px;
  }
  .appDetWrap .appDetLeft .historyVersion .versionList .versionItem .versionItemRight svg {
    height: 24px;
    width: 24px;
  }
  .appDetWrap .appDetLeft .historyVersion .allVersionBtn {
    padding: 18px;
  }
  .appDetWrap .appDetLeft .historyVersion .allVersionBtn .versionBtnCont {
    width: 339px;
    height: 44px;
  }
  .appDetWrap .appDetLeft .crosswiseEntity .topDownloadsTitle {
    padding: 9px 18px;
  }
  .appDetWrap .appDetLeft .crosswiseEntity .topDownloadsTitle .apptitle {
    font-size: 18px;
    line-height: 26px;
  }
  .appDetWrap .appDetLeft .crosswiseEntity .topDownloadsTitle .more {
    width: 30px;
    height: 30px;
  }
  .appDetWrap .appDetLeft .crosswiseEntity .crosswiseEntityCont {
    padding-left: 8px;
  }
  .appDetWrap .appDetLeft .crosswiseEntity .crosswiseEntityCont .crosswiseEntityList {
    overflow-x: scroll;
  }
  .appDetWrap .appDetLeft .crosswiseEntity .crosswiseEntityCont .crosswiseEntityList .item {
    padding: 10px;
  }
  .appDetWrap .appDetLeft .crosswiseEntity .crosswiseEntityCont .crosswiseEntityList .item .appCon .itemImg {
    width: 80px;
    height: 80px;
    border-radius: 14px;
  }
  .appDetWrap .appDetLeft .crosswiseEntity .crosswiseEntityCont .crosswiseEntityList .item .appCon .itemInfo {
    width: 80px;
  }
  .appDetWrap .appDetLeft .crosswiseEntity .crosswiseEntityCont .crosswiseEntityList .item .appCon .itemInfo .itemDescribe {
    margin-top: 7px;
  }
  .appDetWrap .appDetRight {
    width: 100%;
  }
}
@media only screen and (min-width: 321px) and (max-width: 767px) {
  .breadCrumbs {
    padding: 0 18px;
    margin-bottom: 6px;
  }
  .appsModuleTitle {
    padding: 9px 18px;
  }
  .appsModuleTitle .apptitle {
    font-size: 18px;
    line-height: 26px;
  }
  .appsModuleTitle .more {
    width: 30px;
    height: 30px;
  }
  .appDetWrap {
    margin: 6px 0;
    flex-direction: column;
  }
  .appDetWrap .appDetLeft {
    width: 100%;
  }
  .appDetWrap .appDetLeft .topCard {
    padding: 12px 18px 6px 18px;
    display: flex;
    flex-direction: column;
  }
  .appDetWrap .appDetLeft .topCard .topCardIcon {
    display: flex;
    align-items: center;
    padding-bottom: 6px;
  }
  .appDetWrap .appDetLeft .topCard .topCardIcon .appicon {
    width: 80px;
    height: 80px;
    border-radius: 16px;
    background: #FFFFFF;
  }
  .appDetWrap .appDetLeft .topCard .topCardIcon .mobeileInfo {
    display: block;
  }
  .appDetWrap .appDetLeft .topCard .topCardInfo {
    display: none;
  }
  .appDetWrap .appDetLeft .topCard .topCardInfo .topCardInfoTitle {
    display: none;
  }
  .appDetWrap .appDetLeft .topCard .topCardInfo .guideInfo {
    justify-content: space-around;
    margin-top: 18px;
  }
  .appDetWrap .appDetLeft .topCard .topCardInfo .guideInfo h2 {
    font-size: 14px;
  }
  .appDetWrap .appDetLeft .topCard .topCardInfo .guideInfo .ratings .star svg {
    height: 12px;
    width: 12px;
  }
  .appDetWrap .appDetLeft .topCard .topCardInfo .guideInfo .ratings .star .starNum {
    font-size: 14px;
  }
  .appDetWrap .appDetLeft .topCard .topCardInfo .guideInfo .detText {
    font-size: 12px;
  }
  .appDetWrap .appDetLeft .topCard .topCardInfo .guideInfo .dev .devJump {
    font-size: 14px;
  }
  .appDetWrap .appDetLeft .topCard .topCardInfo .guideInfo .line {
    margin: 0 18px;
  }
  .appDetWrap .appDetLeft .topCard .topCardInfo .guideInfo .linelast {
    display: none;
  }
  .appDetWrap .appDetLeft .topCard .topCardInfo .guideInfo .dev:last-child {
    display: none;
  }
  .appDetWrap .appDetLeft .topCard .topCardInfo .ad-box {
    text-align: center;
    margin: 4px 0;
  }
  .appDetWrap .appDetLeft .topCard .topCardBtn {
    display: none;
  }
  .appDetWrap .appDetLeft .topCard .downloadWrap {
    margin-left: 0;
  }
  .appDetWrap .appDetLeft .aboutModule {
    padding: 12px 18px;
    margin-top: 12px;
  }
  .appDetWrap .appDetLeft .aboutModule .additionalInfo .additionalInfoTitle {
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 12px 0;
  }
  .appDetWrap .appDetLeft .aboutModule .additionalInfo .infoList {
    grid-gap: 5px 5px;
    grid-template-columns: repeat(2, calc((100% - 0.3rem)/2));
  }
  .appDetWrap .appDetLeft .aboutModule .additionalInfo .infoList .itemIcon {
    height: 24px;
    width: 24px;
  }
  .appDetWrap .appDetLeft .aboutModule .additionalInfo .infoList .itemCont .itemTitle {
    font-size: 12px;
  }
  .appDetWrap .appDetLeft .aboutModule .additionalInfo .infoList .itemCont .itemdet {
    font-size: 14px;
  }
  .appDetWrap .appDetLeft .aboutModule .aboutModuleTitle {
    font-size: 18px;
    line-height: 26px;
  }
  .appDetWrap .appDetLeft .aboutModule .aboutModuleCont .flag {
    font-size: 16px;
  }
  .appDetWrap .appDetLeft .aboutModule .lineBorder .line {
    width: 100%;
    left: 0;
  }
  .appDetWrap .appDetLeft .aboutModule .downloadGroup .gooleplay {
    margin-right: 20px;
  }
  .appDetWrap .appDetLeft .aboutModule .downloadWrap .downloadBtn {
    width: 100%;
  }
  .appDetWrap .appDetLeft .aboutModule .downloadGroup {
    flex-wrap: wrap;
  }
  .appDetWrap .appDetLeft .aboutModule .downloadGroup .downloadBtn {
    width: 100%;
  }
  .appDetWrap .appDetLeft .aboutModule .downloadGroup .gooleplay {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .appDetWrap .appDetLeft .swiper {
    padding: 10px 18px;
  }
  .appDetWrap .appDetLeft .swiper .swiperBtn {
    display: none;
  }
  .appDetWrap .appDetLeft .swiper .swiperList {
    overflow-x: scroll;
  }
  .appDetWrap .appDetLeft .swiper .swiperList .swiperItem .swiperImg img {
    height: 204px;
  }
  .appDetWrap .appDetLeft .historyVersion .versionList {
    padding: 16px;
  }
  .appDetWrap .appDetLeft .historyVersion .versionList .versionItem .versionItemInfo .versionNumber {
    font-size: 18px;
  }
  .appDetWrap .appDetLeft .historyVersion .versionList .versionItem .versionItemInfo .versionNumber .versionNum {
    display: block;
    margin-top: 8px;
  }
  .appDetWrap .appDetLeft .historyVersion .versionList .versionItem .versionItemInfo .versionDet {
    font-size: 14px;
    margin-top: 12px;
  }
  .appDetWrap .appDetLeft .historyVersion .versionList .versionItem .versionItemInfo .versionDet .time {
    margin-left: 6px;
  }
  .appDetWrap .appDetLeft .historyVersion .versionList .versionItem .versionItemRight {
    padding: 6px 8px;
  }
  .appDetWrap .appDetLeft .historyVersion .versionList .versionItem .versionItemRight svg {
    height: 24px;
    width: 24px;
  }
  .appDetWrap .appDetLeft .historyVersion .allVersionBtn {
    padding: 0 18px 18px 18px;
  }
  .appDetWrap .appDetLeft .historyVersion .allVersionBtn .versionBtnCont {
    width: 339px;
    height: 44px;
  }
  .appDetWrap .appDetLeft .crosswiseEntity .topDownloadsTitle {
    padding: 9px 18px;
  }
  .appDetWrap .appDetLeft .crosswiseEntity .topDownloadsTitle .apptitle {
    font-size: 18px;
    line-height: 26px;
  }
  .appDetWrap .appDetLeft .crosswiseEntity .topDownloadsTitle .more {
    width: 30px;
    height: 30px;
  }
  .appDetWrap .appDetLeft .crosswiseEntity .crosswiseEntityCont {
    padding-left: 8px;
  }
  .appDetWrap .appDetLeft .crosswiseEntity .crosswiseEntityCont .crosswiseEntityList {
    overflow-x: scroll;
  }
  .appDetWrap .appDetLeft .crosswiseEntity .crosswiseEntityCont .crosswiseEntityList .item {
    padding: 10px;
  }
  .appDetWrap .appDetLeft .crosswiseEntity .crosswiseEntityCont .crosswiseEntityList .item .appCon .itemImg {
    width: 80px;
    height: 80px;
    border-radius: 14px;
  }
  .appDetWrap .appDetLeft .crosswiseEntity .crosswiseEntityCont .crosswiseEntityList .item .appCon .itemInfo {
    width: 80px;
  }
  .appDetWrap .appDetLeft .crosswiseEntity .crosswiseEntityCont .crosswiseEntityList .item .appCon .itemInfo .itemDescribe {
    margin-top: 7px;
  }
  .appDetWrap .appDetRight {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .appsModuleTitle {
    padding: 9px 18px;
  }
  .appsModuleTitle .apptitle {
    font-size: 18px;
    line-height: 26px;
  }
  .appsModuleTitle .more {
    width: 30px;
    height: 30px;
  }
  .appDetWrap {
    margin: 16px 0;
    flex-direction: column;
  }
  .appDetWrap .appDetLeft {
    width: 100%;
  }
  .appDetWrap .appDetLeft .topCard {
    padding: 20px 18px;
    background: #FFFFFF;
    border-radius: 4px;
    display: flex;
    align-items: center;
  }
  .appDetWrap .appDetLeft .topCard .topCardIcon {
    display: flex;
    align-items: center;
  }
  .appDetWrap .appDetLeft .topCard .topCardIcon .appicon {
    width: 124px;
    height: 124px;
    border-radius: 20px 20px 20px 20px;
  }
  .appDetWrap .appDetLeft .topCard .topCardIcon .mobeileInfo {
    display: none;
  }
  .appDetWrap .appDetLeft .topCard .topCardInfo {
    margin: 0 20px;
  }
  .appDetWrap .appDetLeft .topCard .topCardInfo .guideInfo {
    justify-content: space-around;
    margin-top: 18px;
  }
  .appDetWrap .appDetLeft .topCard .topCardInfo .guideInfo h2 {
    font-size: 14px;
  }
  .appDetWrap .appDetLeft .topCard .topCardInfo .guideInfo .ratings .star svg {
    height: 12px;
    width: 12px;
  }
  .appDetWrap .appDetLeft .topCard .topCardInfo .guideInfo .ratings .star .starNum {
    font-size: 14px;
  }
  .appDetWrap .appDetLeft .topCard .topCardInfo .guideInfo .detText {
    font-size: 12px;
  }
  .appDetWrap .appDetLeft .topCard .topCardInfo .guideInfo .dev .devJump {
    font-size: 14px;
  }
  .appDetWrap .appDetLeft .topCard .topCardInfo .guideInfo .line {
    margin: 0 18px;
  }
  .appDetWrap .appDetLeft .topCard .topCardBtn {
    margin-left: auto;
    padding: 5px;
    height: 55px;
  }
  .appDetWrap .appDetLeft .aboutModule {
    padding: 20px 18px;
  }
  .appDetWrap .appDetLeft .aboutModule .additionalInfo .infoList {
    grid-gap: 12px 12px;
    grid-template-columns: repeat(3, calc((100% - 2rem)/3));
  }
  .appDetWrap .appDetLeft .aboutModule .additionalInfo .infoList .itemIcon {
    height: 24px;
    width: 24px;
  }
  .appDetWrap .appDetLeft .aboutModule .additionalInfo .infoList .itemCont .itemTitle {
    font-size: 14px;
    line-height: 22px;
  }
  .appDetWrap .appDetLeft .aboutModule .additionalInfo .infoList .itemCont .itemdet {
    font-size: 16px;
    line-height: 24px;
  }
  .appDetWrap .appDetLeft .aboutModule .mobileDownload {
    display: none;
  }
  .appDetWrap .appDetLeft .aboutModule .aboutModuleTitle {
    font-size: 18px;
    line-height: 26px;
  }
  .appDetWrap .appDetLeft .aboutModule .aboutModuleCont .flag {
    font-size: 16px;
  }
  .appDetWrap .appDetLeft .aboutModule .lineBorder .line {
    width: 100%;
    left: 0;
  }
  .appDetWrap .appDetLeft .swiper {
    margin: 12px 0;
  }
  .appDetWrap .appDetLeft .swiper .swiperBtn {
    height: 40px;
    width: 40px;
  }
  .appDetWrap .appDetLeft .swiper .swiperBtn svg {
    height: 22px;
    width: 22px;
  }
  .appDetWrap .appDetLeft .swiper .swiperList .swiperItem .swiperImg img {
    height: 204px;
  }
  .appDetWrap .appDetLeft .historyVersion .versionList {
    padding: 16px;
  }
  .appDetWrap .appDetLeft .historyVersion .versionList .versionItem .versionItemInfo .versionNumber {
    font-size: 18px;
  }
  .appDetWrap .appDetLeft .historyVersion .versionList .versionItem .versionItemInfo .versionDet {
    font-size: 14px;
    margin-top: 12px;
  }
  .appDetWrap .appDetLeft .historyVersion .versionList .versionItem .versionItemInfo .versionDet .time {
    margin-left: 16px;
  }
  .appDetWrap .appDetLeft .historyVersion .versionList .versionItem .versionItemRight {
    padding: 10px 16px;
  }
  .appDetWrap .appDetLeft .historyVersion .allVersionBtn {
    padding: 0 18px 18px 18px;
  }
  .appDetWrap .appDetLeft .historyVersion .allVersionBtn .versionBtnCont {
    width: 339px;
    height: 44px;
  }
  .appDetWrap .appDetLeft .crosswiseEntity .topDownloadsTitle {
    padding: 9px 18px;
  }
  .appDetWrap .appDetLeft .crosswiseEntity .topDownloadsTitle .apptitle {
    font-size: 18px;
    line-height: 26px;
  }
  .appDetWrap .appDetLeft .crosswiseEntity .topDownloadsTitle .more {
    width: 30px;
    height: 30px;
  }
  .appDetWrap .appDetLeft .crosswiseEntity .crosswiseEntityCont {
    width: 100%;
  }
  .appDetWrap .appDetLeft .crosswiseEntity .crosswiseEntityCont .crosswiseEntityList .item {
    padding: 10px;
  }
  .appDetWrap .appDetLeft .crosswiseEntity .crosswiseEntityCont .crosswiseEntityList .item .appCon .itemInfo {
    width: 99px;
  }
  .appDetWrap .appDetLeft .crosswiseEntity .crosswiseEntityCont .crosswiseEntityList .item .appCon .itemInfo .itemDescribe {
    margin-top: 12px;
  }
  .appDetWrap .appDetRight {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1366px) {
  .appsModuleTitle {
    padding: 10px 20px;
  }
  .appsModuleTitle .apptitle {
    font-size: 20px;
    line-height: 28px;
  }
  .appsModuleTitle .more {
    width: 36px;
    height: 36px;
  }
  .appDetWrap {
    margin: 16px 0;
  }
  .appDetWrap .appDetLeft {
    width: calc(70% - 20px);
    margin-right: 20px;
  }
  .appDetWrap .appDetLeft .topCard {
    padding: 20px 18px;
    background: #FFFFFF;
    border-radius: 4px;
    display: flex;
    align-items: center;
  }
  .appDetWrap .appDetLeft .topCard .topCardIcon {
    display: flex;
  }
  .appDetWrap .appDetLeft .topCard .topCardIcon .appicon {
    width: 124px;
    height: 124px;
    border-radius: 20px 20px 20px 20px;
  }
  .appDetWrap .appDetLeft .topCard .topCardIcon .mobeileInfo {
    display: none;
  }
  .appDetWrap .appDetLeft .topCard .topCardInfo {
    justify-content: space-around;
    padding: 0 20px;
  }
  .appDetWrap .appDetLeft .topCard .topCardInfo .guideInfo {
    margin-top: 20px;
  }
  .appDetWrap .appDetLeft .topCard .topCardInfo .guideInfo h2 {
    font-size: 18px;
  }
  .appDetWrap .appDetLeft .topCard .topCardInfo .guideInfo .starNum {
    font-size: 18px;
  }
  .appDetWrap .appDetLeft .topCard .topCardInfo .guideInfo .detText {
    font-size: 16px;
  }
  .appDetWrap .appDetLeft .topCard .topCardInfo .guideInfo .dev .devJump {
    font-size: 18px;
  }
  .appDetWrap .appDetLeft .topCard .topCardInfo .guideInfo .line {
    margin: 0 20px;
  }
  .appDetWrap .appDetLeft .topCard .topCardBtn {
    margin-left: auto;
    width: 191px;
    height: 55px;
  }
  .appDetWrap .appDetLeft .aboutModule {
    padding: 20px 18px;
  }
  .appDetWrap .appDetLeft .aboutModule .additionalInfo .infoList {
    grid-gap: 16px 16px;
    grid-template-columns: repeat(3, calc((100% - 32px)/3));
  }
  .appDetWrap .appDetLeft .aboutModule .additionalInfo .infoList .itemIcon {
    height: 24px;
    width: 24px;
  }
  .appDetWrap .appDetLeft .aboutModule .additionalInfo .infoList .itemCont .itemTitle {
    font-size: 14px;
    line-height: 22px;
  }
  .appDetWrap .appDetLeft .aboutModule .additionalInfo .infoList .itemCont .itemdet {
    font-size: 16px;
    line-height: 24px;
  }
  .appDetWrap .appDetLeft .aboutModule .mobileDownload {
    display: none;
  }
  .appDetWrap .appDetLeft .aboutModule .aboutModuleTitle {
    font-size: 18px;
    line-height: 26px;
  }
  .appDetWrap .appDetLeft .aboutModule .aboutModuleCont .flag {
    font-size: 16px;
    padding: 0 10px;
  }
  .appDetWrap .appDetLeft .swiper {
    margin: 12px 0;
  }
  .appDetWrap .appDetLeft .swiper .swiperBtn {
    height: 40px;
    width: 40px;
  }
  .appDetWrap .appDetLeft .swiper .swiperBtn svg {
    height: 22px;
    width: 22px;
  }
  .appDetWrap .appDetLeft .swiper .swiperList .swiperItem .swiperImg img {
    height: 296px;
  }
  .appDetWrap .appDetLeft .historyVersion .versionList {
    padding: 16px;
  }
  .appDetWrap .appDetLeft .historyVersion .versionList .versionItem .versionItemInfo .versionNumber {
    font-size: 18px;
  }
  .appDetWrap .appDetLeft .historyVersion .versionList .versionItem .versionItemInfo .versionDet {
    font-size: 16px;
    margin-top: 12px;
  }
  .appDetWrap .appDetLeft .historyVersion .versionList .versionItem .versionItemInfo .versionDet .time {
    margin-left: 16px;
  }
  .appDetWrap .appDetLeft .historyVersion .versionList .versionItem .versionItemRight {
    padding: 10px 16px;
  }
  .appDetWrap .appDetLeft .historyVersion .allVersionBtn {
    padding: 0 18px 18px 18px;
  }
  .appDetWrap .appDetLeft .historyVersion .allVersionBtn .versionBtnCont {
    width: 461px;
    height: 68px;
  }
  .appDetWrap .appDetLeft .crosswiseEntity .topDownloadsTitle {
    padding: 10px 20px;
  }
  .appDetWrap .appDetLeft .crosswiseEntity .topDownloadsTitle .apptitle {
    font-size: 20px;
    line-height: 28px;
  }
  .appDetWrap .appDetLeft .crosswiseEntity .topDownloadsTitle .more {
    width: 36px;
    height: 36px;
  }
  .appDetWrap .appDetLeft .crosswiseEntity .crosswiseEntityCont {
    padding: 16px;
  }
  .appDetWrap .appDetLeft .crosswiseEntity .crosswiseEntityCont .crosswiseEntityList .item {
    padding: 10px;
  }
  .appDetWrap .appDetLeft .crosswiseEntity .crosswiseEntityCont .crosswiseEntityList .item .appCon .itemInfo {
    width: 99px;
  }
  .appDetWrap .appDetLeft .crosswiseEntity .crosswiseEntityCont .crosswiseEntityList .item .appCon .itemInfo .itemDescribe {
    margin-top: 12px;
  }
  .appDetWrap .appDetRight {
    width: 30%;
  }
}
@media only screen and (min-width: 1367px) {
  .appsModuleTitle {
    padding: 10px 20px;
  }
  .appsModuleTitle .apptitle {
    font-size: 20px;
    line-height: 28px;
  }
  .appsModuleTitle .more {
    width: 36px;
    height: 36px;
  }
  .appDetWrap {
    margin: 16px 0;
  }
  .appDetWrap .appDetLeft {
    width: calc(70% - 30px);
    margin-right: 30px;
  }
  .appDetWrap .appDetLeft .topCard {
    padding: 20px 18px;
    background: #FFFFFF;
    border-radius: 4px;
    display: flex;
    align-items: center;
  }
  .appDetWrap .appDetLeft .topCard .topCardIcon {
    display: flex;
  }
  .appDetWrap .appDetLeft .topCard .topCardIcon .appicon {
    width: 124px;
    height: 124px;
    border-radius: 20px 20px 20px 20px;
  }
  .appDetWrap .appDetLeft .topCard .topCardIcon .mobeileInfo {
    display: none;
  }
  .appDetWrap .appDetLeft .topCard .topCardInfo {
    justify-content: space-around;
    padding: 0 20px;
  }
  .appDetWrap .appDetLeft .topCard .topCardInfo .guideInfo {
    margin-top: 20px;
  }
  .appDetWrap .appDetLeft .topCard .topCardInfo .guideInfo h2 {
    font-size: 18px;
  }
  .appDetWrap .appDetLeft .topCard .topCardInfo .guideInfo .starNum {
    font-size: 18px;
  }
  .appDetWrap .appDetLeft .topCard .topCardInfo .guideInfo .detText {
    font-size: 16px;
  }
  .appDetWrap .appDetLeft .topCard .topCardInfo .guideInfo .dev .devJump {
    font-size: 18px;
  }
  .appDetWrap .appDetLeft .topCard .topCardInfo .guideInfo .line {
    margin: 0 20px;
  }
  .appDetWrap .appDetLeft .topCard .topCardBtn {
    margin-left: auto;
    width: 191px;
    height: 55px;
  }
  .appDetWrap .appDetLeft .aboutModule {
    padding: 20px 18px;
  }
  .appDetWrap .appDetLeft .aboutModule .additionalInfo .infoList {
    grid-gap: 16px 16px;
    grid-template-columns: repeat(3, calc((100% - 32px)/3));
  }
  .appDetWrap .appDetLeft .aboutModule .additionalInfo .infoList .itemIcon {
    height: 24px;
    width: 24px;
  }
  .appDetWrap .appDetLeft .aboutModule .additionalInfo .infoList .itemCont .itemTitle {
    font-size: 14px;
    line-height: 22px;
  }
  .appDetWrap .appDetLeft .aboutModule .additionalInfo .infoList .itemCont .aboutModule {
    font-size: 16px;
    line-height: 24px;
  }
  .appDetWrap .appDetLeft .aboutModule .mobileDownload {
    display: none;
  }
  .appDetWrap .appDetLeft .aboutModule .aboutModuleTitle {
    font-size: 18px;
    line-height: 26px;
  }
  .appDetWrap .appDetLeft .aboutModule .aboutModuleCont .flag {
    font-size: 16px;
  }
  .appDetWrap .appDetLeft .swiper {
    margin: 12px 0;
  }
  .appDetWrap .appDetLeft .swiper .swiperBtn {
    height: 50px;
    width: 50px;
  }
  .appDetWrap .appDetLeft .swiper .swiperBtn svg {
    height: 26px;
    width: 26px;
  }
  .appDetWrap .appDetLeft .swiper .swiperList .swiperItem .swiperImg img {
    height: 296px;
  }
  .appDetWrap .appDetLeft .historyVersion .versionList {
    padding: 16px;
  }
  .appDetWrap .appDetLeft .historyVersion .versionList .versionItem .versionItemInfo .versionNumber {
    font-size: 18px;
  }
  .appDetWrap .appDetLeft .historyVersion .versionList .versionItem .versionItemInfo .versionDet {
    font-size: 16px;
    margin-top: 12px;
  }
  .appDetWrap .appDetLeft .historyVersion .versionList .versionItem .versionItemInfo .versionDet .time {
    margin-left: 16px;
  }
  .appDetWrap .appDetLeft .historyVersion .versionList .versionItem .versionItemRight {
    padding: 10px 16px;
  }
  .appDetWrap .appDetLeft .historyVersion .allVersionBtn {
    padding: 0 18px 18px 18px;
  }
  .appDetWrap .appDetLeft .historyVersion .allVersionBtn .versionBtnCont {
    width: 461px;
    height: 68px;
  }
  .appDetWrap .appDetLeft .crosswiseEntity .topDownloadsTitle {
    padding: 10px 20px;
  }
  .appDetWrap .appDetLeft .crosswiseEntity .topDownloadsTitle .apptitle {
    font-size: 20px;
    line-height: 28px;
  }
  .appDetWrap .appDetLeft .crosswiseEntity .topDownloadsTitle .more {
    width: 36px;
    height: 36px;
  }
  .appDetWrap .appDetLeft .crosswiseEntity .crosswiseEntityCont {
    padding: 16px;
  }
  .appDetWrap .appDetLeft .crosswiseEntity .crosswiseEntityCont .crosswiseEntityList .item {
    padding: 10px;
  }
  .appDetWrap .appDetLeft .crosswiseEntity .crosswiseEntityCont .crosswiseEntityList .item .appCon .itemInfo {
    width: 99px;
  }
  .appDetWrap .appDetLeft .crosswiseEntity .crosswiseEntityCont .crosswiseEntityList .item .appCon .itemInfo .itemDescribe {
    margin-top: 12px;
  }
  .appDetWrap .appDetRight {
    width: 30%;
  }
}
