/* 消除边距 */
* {
  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;
  }
}
.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;
  }
}
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 {
  padding: 18px 20px;
  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 .aboutModule {
  background: #FFFFFF;
  border-radius: 4px;
  padding: 12px 18px;
  width: 100%;
}
.appDetWrap .appDetLeft .aboutModule .additionalInfo {
  margin-bottom: 18px;
  width: 100%;
}
.appDetWrap .appDetLeft .aboutModule .additionalInfo .additionalInfoTitle {
  font-size: 20px;
  font-weight: 500;
  color: #212326;
  line-height: 28px;
  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 .downLoadModule {
  margin-bottom: 12px;
  background: #FFFFFF;
  border-radius: 4px;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.appDetWrap .appDetLeft .downLoadModule .downloadBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #04B56F;
  border-radius: 4px 4px 4px 4px;
  text-align: center;
}
.appDetWrap .appDetLeft .downLoadModule .downloadBtn .downloadBtnText {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
  margin-left: 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  color: #FFFFFF;
}
.appDetWrap .appDetLeft .downLoadModule .downloadBtn:hover {
  background: #008F5A;
}
.appDetWrap .appDetLeft .downLoadModule .iosBtn {
  margin-top: 16px;
  background: #313131;
}
.appDetWrap .appDetLeft .downLoadModule .iosBtn:hover {
  background: #000;
}
.appDetWrap .appDetLeft .downLoadModule .disableButton {
  pointer-events: none;
  cursor: no-drop;
  background-color: #ccc !important;
}
.appDetWrap .appDetLeft .downLoadModule .historyBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  border: 1px solid #202423;
  border-radius: 4px 4px 4px 4px;
}
.appDetWrap .appDetLeft .downLoadModule .historyBtn .default {
  display: block;
}
.appDetWrap .appDetLeft .downLoadModule .historyBtn .hover {
  display: none;
}
.appDetWrap .appDetLeft .downLoadModule .historyBtn .historyBtnText {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
  margin-left: 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  color: #202423;
}
.appDetWrap .appDetLeft .downLoadModule .historyBtn:hover {
  background-color: #202423;
}
.appDetWrap .appDetLeft .downLoadModule .historyBtn:hover .default {
  display: none;
}
.appDetWrap .appDetLeft .downLoadModule .historyBtn:hover .hover {
  display: block;
}
.appDetWrap .appDetLeft .downLoadModule .historyBtn:hover .historyBtnText {
  color: #FFFFFF;
}
.appDetWrap .appDetLeft .progressWrap {
  display: none;
  margin-bottom: 12px;
}
.appDetWrap .appDetLeft .progressWrap .progressModule {
  background: #FFFFFF;
  border-radius: 4px;
  padding: 40px 0;
  text-align: center;
}
.appDetWrap .appDetLeft .progressWrap .progressModule .appicon {
  width: 124px;
  height: 124px;
  flex-shrink: 0;
  border: 1px solid #F2F2F2;
  border-radius: 16px;
}
.appDetWrap .appDetLeft .progressWrap .progressModule .progress {
  text-align: center;
  font-size: 20px;
  line-height: 27px;
  color: #000000;
  font-weight: 500;
  margin: 16px 0;
  /* IE8 */
  /* IE9+,FF,CH,OP,SF */
}
.appDetWrap .appDetLeft .progressWrap .progressModule .progress .shadow_dot {
  display: inline-block;
  min-width: 2px;
  min-height: 2px;
  box-shadow: 2px 0 currentColor, 6px 0 currentColor, 10px 0 currentColor;
  -webkit-animation: shadow_dot 4s infinite step-start both;
  animation: shadow_dot 4s infinite step-start both;
}
.appDetWrap .appDetLeft .progressWrap .progressModule .progress .shadow_dot:before {
  content: '...';
}
.appDetWrap .appDetLeft .progressWrap .progressModule .progress .shadow_dot::before {
  content: '';
}
.appDetWrap .appDetLeft .progressWrap .progressModule .progress :root .shadow_dot {
  margin-right: 8px;
}
.appDetWrap .appDetLeft .progressWrap .progressModule .appTips {
  flex-direction: column;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #5C5E5E;
}
.appDetWrap .appDetLeft .progressWrap .progressModule .appTips .appTipsInfo {
  font-weight: 500;
}
.appDetWrap .appDetLeft .progressWrap .progressModule .appTips .historyVersionBtn {
  color: #04B56F;
  font-weight: 500;
}
.appDetWrap .appDetLeft .progressWrap .progressModule .versioHist {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.appDetWrap .appDetLeft .progressWrap .progressModule .versioHist .historyBtnText {
  color: #04B56F;
  margin-right: 10px;
  font-weight: 500;
}
.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;
}
@-webkit-keyframes shine {
  0% {
    background-position-x: 400%;
  }
  50% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: -400%;
  }
}
@keyframes shine {
  0% {
    background-position-x: 400%;
  }
  50% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: -400%;
  }
}
@-webkit-keyframes shadow_dot {
  25% {
    box-shadow: none;
  }
  50% {
    box-shadow: 2px 0 currentColor;
  }
  75% {
    box-shadow: 2px 0 currentColor, 6px 0 currentColor;
  }
}
@keyframes shadow_dot {
  25% {
    box-shadow: none;
  }
  50% {
    box-shadow: 2px 0 currentColor;
  }
  75% {
    box-shadow: 2px 0 currentColor, 6px 0 currentColor;
  }
}
@media only screen and (max-width: 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: 18px;
    display: flex;
    flex-direction: column;
  }
  .appDetWrap .appDetLeft .topCard .topCardIcon {
    display: flex;
    align-items: center;
  }
  .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 .aboutModule {
    margin: 12px 0;
  }
  .appDetWrap .appDetLeft .aboutModule .additionalInfo .additionalInfoTitle {
    font-size: 18px;
    line-height: 26px;
  }
  .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 .downLoadModule {
    padding: 24px 18px;
    gap: 12px;
  }
  .appDetWrap .appDetLeft .downLoadModule .downloadBtn {
    padding: 0 2px;
    width: 100%;
    height: 52px;
  }
  .appDetWrap .appDetLeft .downLoadModule .historyBtn {
    padding: 0 2px;
    width: 100%;
    height: 52px;
  }
  .appDetWrap .appDetLeft .progressWrap {
    background-color: #FFFFFF;
    padding: 18px;
  }
  .appDetWrap .appDetLeft .progressWrap .progressModule {
    padding: 20px 0;
    border-radius: 8px;
  }
  .appDetWrap .appDetLeft .progressWrap .progressModule .appicon {
    width: 80px;
    height: 80px;
    border-radius: 8px;
  }
  .appDetWrap .appDetLeft .progressWrap .progressModule .progress {
    font-size: 18px;
    line-height: 27px;
    margin: 6px 0;
  }
  .appDetWrap .appDetLeft .progressWrap .progressModule .appTips {
    margin: 18px 10px;
    font-size: 14px;
  }
  .appDetWrap .appDetLeft .progressWrap .progressModule .versioHist {
    height: 34px;
    border-radius: 0 0 8px 8px;
  }
  .appDetWrap .appDetLeft .progressWrap .progressModule .versioHist .text {
    font-size: 14px;
    line-height: 20px;
  }
  .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: 18px;
    display: flex;
    flex-direction: column;
  }
  .appDetWrap .appDetLeft .topCard .topCardIcon {
    display: flex;
    align-items: center;
  }
  .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 .aboutModule {
    margin-top: 12px;
  }
  .appDetWrap .appDetLeft .aboutModule .additionalInfo .additionalInfoTitle {
    font-size: 18px;
    line-height: 26px;
  }
  .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 .downLoadModule {
    padding: 24px 18px;
    gap: 12px;
  }
  .appDetWrap .appDetLeft .downLoadModule .downloadBtn {
    width: 100%;
    height: 52px;
  }
  .appDetWrap .appDetLeft .downLoadModule .historyBtn {
    width: 100%;
    height: 52px;
  }
  .appDetWrap .appDetLeft .progressWrap {
    background-color: #FFFFFF;
    padding: 18px;
  }
  .appDetWrap .appDetLeft .progressWrap .progressModule {
    padding: 20px 0;
    border-radius: 8px;
  }
  .appDetWrap .appDetLeft .progressWrap .progressModule .appicon {
    width: 80px;
    height: 80px;
    border-radius: 8px;
  }
  .appDetWrap .appDetLeft .progressWrap .progressModule .progress {
    font-size: 18px;
    line-height: 27px;
    margin: 6px 0;
  }
  .appDetWrap .appDetLeft .progressWrap .progressModule .appTips {
    margin: 18px 10px;
    font-size: 14px;
  }
  .appDetWrap .appDetLeft .progressWrap .progressModule .versioHist {
    height: 34px;
    border-radius: 0 0 8px 8px;
  }
  .appDetWrap .appDetLeft .progressWrap .progressModule .versioHist .text {
    font-size: 14px;
    line-height: 20px;
  }
  .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 {
    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 .aboutModule {
    padding: 20px;
  }
  .appDetWrap .appDetLeft .aboutModule .additionalInfo .additionalInfoTitle {
    font-size: 24px;
  }
  .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;
  }
  .appDetWrap .appDetLeft .downLoadModule {
    gap: 12px;
  }
  .appDetWrap .appDetLeft .downLoadModule .downloadBtn {
    width: 417px;
    height: 62px;
  }
  .appDetWrap .appDetLeft .downLoadModule .historyBtn {
    width: 417px;
    height: 62px;
  }
  .appDetWrap .appDetLeft .progressWrap .progressModule {
    margin: 12px 0px;
    border-radius: 8px;
  }
  .appDetWrap .appDetLeft .progressWrap .progressModule .appTips {
    margin: 18px 0;
  }
  .appDetWrap .appDetLeft .progressWrap .progressModule .versioHist {
    height: 34px;
    border-radius: 0 0 8px 8px;
  }
  .appDetWrap .appDetLeft .progressWrap .progressModule .versioHist .text {
    font-size: 14px;
    line-height: 20px;
  }
  .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 {
    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: 12px;
  }
  .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;
  }
  .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 .downLoadModule {
    gap: 16px;
  }
  .appDetWrap .appDetLeft .downLoadModule .downloadBtn {
    width: 417px;
    height: 62px;
  }
  .appDetWrap .appDetLeft .downLoadModule .historyBtn {
    width: 417px;
    height: 62px;
  }
  .appDetWrap .appDetLeft .progressWrap .progressModule {
    margin: 12px 0px;
    border-radius: 12px;
  }
  .appDetWrap .appDetLeft .progressWrap .progressModule .appTips {
    margin: 16px 0 20px 0;
  }
  .appDetWrap .appDetLeft .progressWrap .progressModule .versioHist {
    height: 36px;
    border-radius: 0 0 12px 12px;
  }
  .appDetWrap .appDetLeft .progressWrap .progressModule .versioHist .text {
    font-size: 16px;
    line-height: 24px;
  }
  .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 {
    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: 12px;
  }
  .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;
  }
  .appDetWrap .appDetLeft .aboutModule .additionalInfo .additionalInfoTitle {
    font-size: 24px;
  }
  .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 .downLoadModule {
    gap: 16px;
  }
  .appDetWrap .appDetLeft .downLoadModule .downloadBtn {
    width: 417px;
    height: 62px;
  }
  .appDetWrap .appDetLeft .downLoadModule .historyBtn {
    width: 417px;
    height: 62px;
  }
  .appDetWrap .appDetLeft .progressWrap .progressModule {
    border-radius: 4px;
  }
  .appDetWrap .appDetLeft .progressWrap .progressModule .appTips {
    margin: 16px 0 20px 0;
  }
  .appDetWrap .appDetLeft .progressWrap .progressModule .versioHist {
    height: 47px;
    border-radius: 0 0 4px 4px;
  }
  .appDetWrap .appDetLeft .progressWrap .progressModule .versioHist .text {
    font-size: 18px;
    line-height: 27px;
  }
  .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%;
  }
}
