/* 消除边距 */
* {
  margin: 0;
  padding: 0;
}
body,
hr,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p {
  padding: 0;
  margin: 0;
}
/*列表样式消除*/
ol,
ul,
li {
  list-style: none;
}
/* a标签样式重置 */
a {
  text-decoration: none;
}
/*盒模型默认使用内边框*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*清除浮动*/
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/* Hides from IE-mac */
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */
* + html .clearfix {
  min-height: 1%;
}
/* IE7 */
/* 添加浮动 */
.left {
  float: left;
}
.right {
  float: right;
}
/*合并表格边框*/
table,
td,
tr,
th {
  border-collapse: collapse;
}
/*img在盒子中有下边距*/
img {
  /*IE7*/
  border: none;
  vertical-align: middle;
}
/*全局设置*/
body {
  font-family: -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;
    margin: 20px 0;
  }
  .ad-box {
    text-align: center;
    margin: 12px 0;
  }
}
.wrap {
  min-height: 90vh;
  background-color: #F5F7FA;
}
.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 30px 16px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1366px) and (orientation: landscape) {
  .wrap .indexWrap {
    padding: 20px 10px;
  }
}
@media only screen and (min-width: 1367px) {
  .wrap .indexWrap {
    padding: 20px 10px;
  }
}
button {
  margin: 0px;
  padding: 0px;
  /*自定义边框*/
  border: 0px;
  /*消除默认点击蓝色边框效果*/
  outline: none;
}
input {
  border: 0px;
  outline: none;
}
.headerWrap {
  background-color: #07B07D;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  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;
}
.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 .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;
}
.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 .logo .logoIcon {
  width: 208.35px;
  height: 29.99px;
}
.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;
  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 #D9D9D9;
  padding: 12px 18px;
}
.headerWrap .header .siderbar .closeBtn img {
  width: 24px;
  height: 24px;
}
.headerWrap .header .siderbar .sideList {
  width: 100%;
  box-shadow: 0px 1px 0px #D9D9D9;
}
.headerWrap .header .siderbar .sideList .sideItem {
  width: 100%;
}
.headerWrap .header .siderbar .sideList .sideItem a {
  width: 100%;
  height: 40px;
  padding: 8px 18px;
  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) {
  .headerWrap {
    padding: 0 18px;
  }
  .headerWrap .header .top {
    display: none;
  }
  .headerWrap .header .mhead {
    width: 100%;
    height: 48px;
  }
  .headerWrap .header .mhead .mheadcont .mheadBox .logo .logoIcon {
    width: 200px;
    height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1366px) and (orientation: portrait) {
  .headerWrap .header .top {
    height: 78px;
    padding: 0 15px;
    justify-content: space-between;
  }
  .headerWrap .header .top .showBtn {
    display: none;
  }
  .headerWrap .header .top .topL {
    height: 100%;
  }
  .headerWrap .header .top .topL .logo img {
    width: 246.14px;
    height: auto;
  }
  .headerWrap .header .top .topL .topList {
    margin-left: 40px;
    display: flex;
    align-items: center;
    height: 100%;
  }
  .headerWrap .header .top .topL .topList .topItem {
    height: 100%;
  }
  .headerWrap .header .top .topL .topList .topItem .item {
    cursor: pointer;
    margin-right: 20px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .headerWrap .header .top .topL .topList .topItem .item .topTitle {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
  }
  .headerWrap .header .top .topL .topList .topItem:hover .topTitle {
    color: #FFFFFF;
  }
  .headerWrap .header .top .topR .search {
    width: auto;
  }
  .headerWrap .header .mhead {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1366px) and (orientation: landscape) {
  .headerWrap .header .top {
    height: 78px;
    padding: 0 15px;
    justify-content: space-between;
  }
  .headerWrap .header .top .showBtn {
    display: none;
  }
  .headerWrap .header .top .topL {
    height: 100%;
  }
  .headerWrap .header .top .topL .logo img {
    width: 246.14px;
    height: auto;
  }
  .headerWrap .header .top .topL .topList {
    margin-left: 40px;
    display: flex;
    align-items: center;
    height: 100%;
  }
  .headerWrap .header .top .topL .topList .topItem {
    height: 100%;
  }
  .headerWrap .header .top .topL .topList .topItem .item {
    cursor: pointer;
    margin-right: 20px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .headerWrap .header .top .topL .topList .topItem .item .topTitle {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
  }
  .headerWrap .header .top .topL .topList .topItem:hover .topTitle {
    color: #FFFFFF;
  }
  .headerWrap .header .top .topR .search {
    width: 434px;
  }
  .headerWrap .header .mhead {
    display: none;
  }
}
@media screen and (min-width: 1367px) {
  .headerWrap .header .top {
    height: 78px;
    padding: 0 10px;
    justify-content: space-between;
  }
  .headerWrap .header .top .showBtn {
    display: none;
  }
  .headerWrap .header .top .topL {
    height: 100%;
  }
  .headerWrap .header .top .topL .logo img {
    width: 246.14px;
    height: auto;
  }
  .headerWrap .header .top .topL .topList {
    margin-left: 140px;
    display: flex;
    align-items: center;
    height: 100%;
  }
  .headerWrap .header .top .topL .topList .topItem {
    height: 100%;
  }
  .headerWrap .header .top .topL .topList .topItem .item {
    cursor: pointer;
    margin-right: 50px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .headerWrap .header .top .topL .topList .topItem .item .topTitle {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
  }
  .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: #07b07d;
}
.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 #D9D9D9;
  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: #07B07D;
}
.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 #D9D9D9;
}
.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: 20px;
    line-height: 30px;
  }
  .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: 20px;
    line-height: 30px;
  }
  .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: 20px;
    padding: 20px 16px;
  }
  .frequentlyAsked .frequentlyAskedTitle {
    font-size: 26px;
    line-height: 40px;
  }
  .frequentlyAsked .frequentlyAskedCont .itemAsked {
    margin-top: 16px;
  }
  .frequentlyAsked .frequentlyAskedCont .itemAsked .Question {
    padding: 18px 16px;
  }
  .frequentlyAsked .frequentlyAskedCont .itemAsked .Question .serialNum {
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 20px;
  }
  .frequentlyAsked .frequentlyAskedCont .itemAsked .Question .itemAskedText {
    margin: 0 20px;
    font-size: 20px;
  }
  .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: 20px;
    padding: 20px 16px;
  }
  .frequentlyAsked .frequentlyAskedTitle {
    font-size: 26px;
    line-height: 40px;
  }
  .frequentlyAsked .frequentlyAskedCont .itemAsked {
    margin-top: 16px;
  }
  .frequentlyAsked .frequentlyAskedCont .itemAsked .Question {
    padding: 18px 16px;
  }
  .frequentlyAsked .frequentlyAskedCont .itemAsked .Question .serialNum {
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 20px;
  }
  .frequentlyAsked .frequentlyAskedCont .itemAsked .Question .itemAskedText {
    margin: 0 20px;
    font-size: 20px;
  }
  .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: 20px;
    padding: 20px 16px;
  }
  .frequentlyAsked .frequentlyAskedTitle {
    font-size: 26px;
    line-height: 40px;
  }
  .frequentlyAsked .frequentlyAskedCont .itemAsked {
    margin-top: 16px;
  }
  .frequentlyAsked .frequentlyAskedCont .itemAsked .Question {
    padding: 18px 16px;
  }
  .frequentlyAsked .frequentlyAskedCont .itemAsked .Question .serialNum {
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 20px;
  }
  .frequentlyAsked .frequentlyAskedCont .itemAsked .Question .itemAskedText {
    margin: 0 20px;
    font-size: 20px;
  }
  .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: 14px 16px;
  box-shadow: 0px 1px 0px #D9D9D9;
}
.sideList .topDownloadsTitle .apptitle {
  font-weight: 500;
  font-size: 26px;
  line-height: 40px;
  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 {
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.2), 0 1px 3px 1px rgba(60, 64, 67, 0.1);
}
.sideList .topDownloadsList .appItem .appCon .app-info {
  flex: 1;
  position: relative;
}
.sideList .topDownloadsList .appItem .appCon .app-info .app-info-tit {
  font-size: 18px;
  font-weight: 400;
  color: #202423;
  line-height: 19px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.sideList .topDownloadsList .appItem .appCon .app-info .app-info-sort {
  font-size: 16px;
  color: #5C5E5E;
  line-height: 16px;
  margin: 8px 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: bold;
  color: #5C5E5E;
  font-weight: 700;
  line-height: 16px;
  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: 20px;
    line-height: 30px;
  }
  .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: 99px;
    height: 99px;
    border-radius: 20px;
  }
  .sideList .topDownloadsList .appItem .appCon .app-info .app-info-tit {
    padding-top: 8px;
  }
}
@media only screen and (min-width: 321px) and (max-width: 768px) {
  .sideList .topDownloadsTitle {
    padding: 9px 18px;
  }
  .sideList .topDownloadsTitle .apptitle {
    font-size: 20px;
    line-height: 30px;
  }
  .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: 99px;
    height: 99px;
    border-radius: 20px;
  }
  .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: portrait) {
  .sideList .topDownloadsTitle {
    padding: 9px 18px;
  }
  .sideList .topDownloadsTitle .apptitle {
    font-size: 20px;
    line-height: 30px;
  }
  .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: 99px;
    height: 99px;
    border-radius: 20px;
  }
  .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: 14px 16px;
  }
  .sideList .topDownloadsTitle .apptitle {
    font-size: 26px;
    line-height: 40px;
  }
  .sideList .topDownloadsTitle .more {
    width: 36px;
    height: 36px;
  }
  .sideList .topDownloadsList {
    padding: 16px;
  }
  .sideList .topDownloadsList .appItem {
    padding: 8px 16px;
  }
  .sideList .topDownloadsList .appItem .appCon {
    align-items: center;
  }
  .sideList .topDownloadsList .appItem .appCon .app-img {
    margin-right: 16px;
  }
  .sideList .topDownloadsList .appItem .appCon .app-img img {
    width: 82px;
    height: 82px;
    border-radius: 14px  14px  14px  14px;
  }
  .sideList .topDownloadsList .appItem .appCon .app-info {
    padding-right: 10px;
  }
}
@media only screen and (min-width: 1367px) {
  .sideList .topDownloadsTitle {
    padding: 14px 16px;
  }
  .sideList .topDownloadsTitle .apptitle {
    font-size: 26px;
    line-height: 40px;
  }
  .sideList .topDownloadsTitle .more {
    width: 36px;
    height: 36px;
  }
  .sideList .topDownloadsList {
    padding: 16px;
  }
  .sideList .topDownloadsList .appItem {
    padding: 8px 16px;
  }
  .sideList .topDownloadsList .appItem .appCon {
    align-items: center;
  }
  .sideList .topDownloadsList .appItem .appCon .app-img {
    margin-right: 16px;
  }
  .sideList .topDownloadsList .appItem .appCon .app-img img {
    width: 82px;
    height: 82px;
    border-radius: 14px  14px  14px  14px;
  }
  .sideList .topDownloadsList .appItem .appCon .app-info {
    padding-right: 10px;
  }
}
.footerWrap {
  background: #07B07D;
  position: relative;
}
.footerWrap .footer {
  max-width: 1440px;
  margin: 0 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: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 19px;
  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: 16px;
  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 {
    padding: 18px;
  }
  .footerWrap .footer .top .logo img {
    width: 196px;
    height: 26px;
  }
  .footerWrap .footer .top .switchingMode {
    margin: 19px 0;
  }
  .footerWrap .footer .top .switchingMode .langWrap {
    display: none;
  }
  .footerWrap .footer .tabbar {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .footerWrap .footer .tabbar a {
    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 {
    padding: 18px;
  }
  .footerWrap .footer .top .logo img {
    width: 196px;
    height: 26px;
  }
  .footerWrap .footer .top .switchingMode {
    margin: 19px 0;
  }
  .footerWrap .footer .top .switchingMode .langWrap {
    display: none;
  }
  .footerWrap .footer .tabbar {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .footerWrap .footer .tabbar a {
    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 {
    padding: 18px;
  }
  .footerWrap .footer .top .logo img {
    width: 196px;
    height: 26px;
  }
  .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: 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 {
    padding: 18px;
  }
  .footerWrap .footer .top .logo img {
    width: 196px;
    height: 26px;
  }
  .footerWrap .footer .top .switchingMode {
    margin: 19px 0;
  }
  .footerWrap .footer .tabbar {
    display: flex;
    align-items: center;
  }
  .footerWrap .footer .tabbar a {
    margin-bottom: 6px;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
  }
  .footerWrap .footer .tabbar .line {
    margin-bottom: 6px;
  }
  .footerWrap .cookie-notice-container .container .cookieText {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1367px) {
  .footerWrap {
    padding: 30px 10px;
  }
  .footerWrap .footer .top .logo img {
    width: 270px;
    height: 46px;
  }
  .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: 16px;
    line-height: 25px;
  }
  .footerWrap .footer .tabbar a:hover {
    border-bottom: 1px solid #FFFFFF;
  }
  .footerWrap .cookie-notice-container .container .cookieText {
    font-size: 16px;
  }
}
.breadCrumbs {
  display: flex;
  align-items: center;
}
.breadCrumbs .crumbs {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #07B07D;
  white-space: nowrap;
}
.breadCrumbs .icon {
  flex-shrink: 0;
  margin: 0 6px;
}
.breadCrumbs .crumbsNow {
  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 #D9D9D9;
}
.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 {
  width: 70%;
}
.appDetWrap .appDetLeft .topCard {
  background: #FFFFFF;
  border-radius: 4px;
  display: flex;
}
.appDetWrap .appDetLeft .topCard .topCardIcon .appicon {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
}
.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 {
  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;
}
.appDetWrap .appDetLeft .topCard .topCardIcon .mobeileInfo .mobeileInfoTitle .icon {
  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: #07B07D;
  margin-top: 4px;
}
.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 .icon {
  margin-left: 5px;
}
.appDetWrap .appDetLeft .topCard .topCardInfo .guideInfo {
  width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
}
.appDetWrap .appDetLeft .topCard .topCardInfo .guideInfo h2 {
  font-weight: 700;
  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 {
  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;
  margin-top: 6px;
}
.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;
  color: #07B07D;
  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 #D9D9D9;
}
.appDetWrap .appDetLeft .aboutModule {
  background: #FFFFFF;
  border-radius: 4px;
  width: 100%;
}
.appDetWrap .appDetLeft .aboutModule .additionalInfo {
  width: 100%;
}
.appDetWrap .appDetLeft .aboutModule .additionalInfo .additionalInfoTitle {
  font-size: 26px;
  font-weight: 500;
  color: #212326;
  line-height: 30px;
}
.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 #D9D9D9;
  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 .additionalInfo .infoList .item .itemCont .safety {
  color: #3C82F6;
}
.appDetWrap .appDetLeft .aboutModule .additionalInfo .infoList .item .itemCont .version {
  color: #07B07D;
}
.appDetWrap .appDetLeft .btnGroup {
  display: flex;
  align-items: center;
  width: auto;
  padding: 20px 16px;
  margin-bottom: 20px;
  background: #FFFFFF;
  border-radius: 4px;
}
.appDetWrap .appDetLeft .btnGroup .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((100% - 12px) / 2);
  height: 50px;
  padding: 0 26px;
  border-radius: 4px;
}
.appDetWrap .appDetLeft .btnGroup .btn .btnLink {
  display: flex;
  align-items: center;
  justify-content: center;
}
.appDetWrap .appDetLeft .btnGroup .btn svg {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.appDetWrap .appDetLeft .btnGroup .btn .downloadText {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
}
.appDetWrap .appDetLeft .btnGroup .btn .apkSize {
  display: none;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #FFFFFF;
  padding: 1px 5px 0 5px;
}
.appDetWrap .appDetLeft .btnGroup .btn .safe {
  display: none;
  height: 30px;
  width: auto;
  position: absolute;
  top: -30px;
  right: 0;
}
.appDetWrap .appDetLeft .btnGroup .googleBtn {
  justify-content: center;
  background-color: #01875F;
}
.appDetWrap .appDetLeft .btnGroup .googleBtn:hover {
  background-color: #056449;
}
.appDetWrap .appDetLeft .btnGroup .appleBtn {
  justify-content: center;
  background-color: #313131;
  margin-left: 24px;
}
.appDetWrap .appDetLeft .btnGroup .appleBtn:hover {
  background-color: #000000;
}
.appDetWrap .appDetLeft .btnGroup .disableButton {
  background-color: #CCC !important;
  cursor: not-allowed;
  display: flex;
  align-items: center;
  justify-content: center;
}
.appDetWrap .appDetLeft .downLoadModule {
  margin-bottom: 20px;
  background: #FFFFFF;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.appDetWrap .appDetLeft .downLoadModule .downloadBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #07B07D;
  border-radius: 4px 4px 4px 4px;
  text-align: center;
  background: linear-gradient(-45deg, #07B07D 50%, #aff2dd 60%, #07B07D 70%);
  background-size: 600% 100%;
  cursor: pointer;
  -webkit-animation: shine 20s infinite;
  animation: shine 20s infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.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: 9px;
  font-weight: 500;
  color: #FFFFFF;
}
.appDetWrap .appDetLeft .downLoadModule .historyBtn {
  display: flex;
  align-items: center;
}
.appDetWrap .appDetLeft .downLoadModule .historyBtn .historyBtnText {
  font-weight: 400;
  color: #07B07D;
}
.appDetWrap .appDetLeft .progressWrap {
  display: none;
  margin-bottom: 20px;
}
.appDetWrap .appDetLeft .progressWrap .progressModule {
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #07B07D;
}
.appDetWrap .appDetLeft .progressWrap .progressModule .progress {
  text-align: center;
  color: #000000;
  /* 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;
  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: #3C82F6;
}
.appDetWrap .appDetLeft .progressWrap .progressModule .versioHist {
  border-top: 1px solid #07B07D;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #F9FFFD;
}
.appDetWrap .appDetLeft .progressWrap .progressModule .versioHist .historyBtnText {
  color: #07B07D;
  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: 14px 16px;
  box-shadow: 0px 1px 0px #D9D9D9;
}
.appDetWrap .appDetLeft .crosswiseEntity .topDownloadsTitle .apptitle {
  font-weight: 500;
  font-size: 26px;
  line-height: 40px;
  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 #F0F0F0;
}
.appDetWrap .appDetLeft .crosswiseEntity .crosswiseEntityCont .crosswiseEntityList .item .appCon .itemInfo .itemTitle {
  font-size: 16px;
  font-weight: 500;
  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: #F0F0F0;
  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;
  }
  .appsModuleTitle {
    padding: 9px 18px;
  }
  .appsModuleTitle .apptitle {
    font-size: 20px;
    line-height: 30px;
  }
  .appsModuleTitle .more {
    width: 30px;
    height: 30px;
  }
  .appDetWrap {
    margin: 6px 0;
    flex-direction: column;
  }
  .appDetWrap .appDetLeft {
    width: 100%;
  }
  .appDetWrap .appDetLeft .topCard {
    padding: 12px 16px;
    display: flex;
    flex-direction: column;
  }
  .appDetWrap .appDetLeft .topCard .topCardIcon {
    display: flex;
  }
  .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 .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 {
    padding: 12px 16px;
  }
  .appDetWrap .appDetLeft .aboutModule .additionalInfo .additionalInfoTitle {
    margin-bottom: 12px;
    font-size: 24px;
  }
  .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 .btnGroup {
    display: block;
    width: auto;
    padding: 24px 18px;
  }
  .appDetWrap .appDetLeft .btnGroup .btn {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .appDetWrap .appDetLeft .btnGroup .appleBtn {
    margin: 12px 0 0 0;
  }
  .appDetWrap .appDetLeft .downLoadModule {
    padding: 24px 18px;
  }
  .appDetWrap .appDetLeft .downLoadModule .downloadBtn {
    padding: 0 2px;
    width: 100%;
    height: 44px;
  }
  .appDetWrap .appDetLeft .downLoadModule .downloadBtn .downloadBtnText {
    font-size: 16px;
    line-height: 20px;
  }
  .appDetWrap .appDetLeft .downLoadModule .historyBtn {
    margin-top: 12px;
  }
  .appDetWrap .appDetLeft .downLoadModule .historyBtn .historyBtnText {
    margin-right: 7px;
    font-size: 14px;
    line-height: 20px;
  }
  .appDetWrap .appDetLeft .progressWrap {
    background-color: #FFFFFF;
    padding: 18px;
  }
  .appDetWrap .appDetLeft .progressWrap .progressModule {
    border-radius: 8px;
  }
  .appDetWrap .appDetLeft .progressWrap .progressModule .progress {
    font-size: 16px;
    line-height: 24px;
    margin-top: 18px;
  }
  .appDetWrap .appDetLeft .progressWrap .progressModule .appTips {
    margin: 18px 10px;
    font-size: 14px;
    line-height: 20px;
  }
  .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: 20px;
    line-height: 30px;
  }
  .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 .itemInfo {
    width: 100px;
  }
  .appDetWrap .appDetRight {
    width: 100%;
  }
}
@media only screen and (min-width: 321px) and (max-width: 767px) {
  .breadCrumbs {
    padding: 0 18px;
  }
  .appsModuleTitle {
    padding: 9px 18px;
  }
  .appsModuleTitle .apptitle {
    font-size: 20px;
    line-height: 30px;
  }
  .appsModuleTitle .more {
    width: 30px;
    height: 30px;
  }
  .appDetWrap {
    margin: 6px 0;
    flex-direction: column;
  }
  .appDetWrap .appDetLeft {
    width: 100%;
  }
  .appDetWrap .appDetLeft .topCard {
    padding: 12px 16px;
    display: flex;
    flex-direction: column;
  }
  .appDetWrap .appDetLeft .topCard .topCardIcon {
    display: flex;
  }
  .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 .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 {
    padding: 12px 16px;
  }
  .appDetWrap .appDetLeft .aboutModule .additionalInfo .additionalInfoTitle {
    margin-bottom: 12px;
    font-size: 24px;
  }
  .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 .btnGroup {
    display: block;
    width: auto;
    padding: 24px 18px;
  }
  .appDetWrap .appDetLeft .btnGroup .btn {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .appDetWrap .appDetLeft .btnGroup .appleBtn {
    margin: 12px 0 0 0;
  }
  .appDetWrap .appDetLeft .downLoadModule {
    padding: 24px 18px;
  }
  .appDetWrap .appDetLeft .downLoadModule .downloadBtn {
    width: 100%;
    height: 44px;
  }
  .appDetWrap .appDetLeft .downLoadModule .downloadBtn .downloadBtnText {
    font-size: 16px;
    line-height: 20px;
  }
  .appDetWrap .appDetLeft .downLoadModule .historyBtn {
    margin-top: 12px;
  }
  .appDetWrap .appDetLeft .downLoadModule .historyBtn .historyBtnText {
    margin-right: 7px;
    font-size: 14px;
    line-height: 20px;
  }
  .appDetWrap .appDetLeft .progressWrap {
    background-color: #FFFFFF;
    padding: 18px;
  }
  .appDetWrap .appDetLeft .progressWrap .progressModule {
    border-radius: 8px;
  }
  .appDetWrap .appDetLeft .progressWrap .progressModule .progress {
    font-size: 16px;
    line-height: 24px;
    margin-top: 18px;
  }
  .appDetWrap .appDetLeft .progressWrap .progressModule .appTips {
    margin: 18px 10px;
    font-size: 14px;
    line-height: 20px;
  }
  .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: 20px;
    line-height: 30px;
  }
  .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 .itemInfo {
    width: 99px;
  }
  .appDetWrap .appDetRight {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1366px) and (orientation: portrait) {
  .appsModuleTitle {
    padding: 9px 18px;
  }
  .appsModuleTitle .apptitle {
    font-size: 20px;
    line-height: 30px;
  }
  .appsModuleTitle .more {
    width: 30px;
    height: 30px;
  }
  .appDetWrap {
    margin: 16px 0;
    flex-direction: column;
  }
  .appDetWrap .appDetLeft {
    width: 100%;
  }
  .appDetWrap .appDetLeft .topCard {
    padding: 16px;
    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 {
    margin: 0 10px;
  }
  .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: 16px;
  }
  .appDetWrap .appDetLeft .aboutModule .additionalInfo .additionalInfoTitle {
    margin-bottom: 16px;
    font-size: 24px;
  }
  .appDetWrap .appDetLeft .aboutModule .additionalInfo .infoList {
    grid-gap: 12px 12px;
    grid-template-columns: repeat(3, calc((100% - 24px)/3));
  }
  .appDetWrap .appDetLeft .aboutModule .additionalInfo .infoList .itemIcon {
    height: 24px;
    width: 24px;
  }
  .appDetWrap .appDetLeft .aboutModule .additionalInfo .infoList .itemCont .itemTitle {
    font-size: 14px;
  }
  .appDetWrap .appDetLeft .aboutModule .additionalInfo .infoList .itemCont .itemdet {
    font-size: 16px;
  }
  .appDetWrap .appDetLeft .downLoadModule {
    padding: 32px 0;
  }
  .appDetWrap .appDetLeft .downLoadModule .downloadBtn {
    width: 417px;
    height: 62px;
  }
  .appDetWrap .appDetLeft .downLoadModule .downloadBtn .downloadBtnText {
    font-size: 20px;
    line-height: 30px;
  }
  .appDetWrap .appDetLeft .downLoadModule .historyBtn {
    margin-top: 16px;
  }
  .appDetWrap .appDetLeft .downLoadModule .historyBtn .historyBtnText {
    margin-right: 10px;
    font-size: 18px;
    line-height: 27px;
  }
  .appDetWrap .appDetLeft .progressWrap .progressModule {
    margin: 24px 0px;
    border-radius: 8px;
  }
  .appDetWrap .appDetLeft .progressWrap .progressModule .progress {
    font-size: 16px;
    line-height: 24px;
    margin-top: 18px;
  }
  .appDetWrap .appDetLeft .progressWrap .progressModule .appTips {
    margin: 18px 0;
    font-size: 14px;
    line-height: 20px;
  }
  .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: 20px;
    line-height: 30px;
  }
  .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 .appDetRight {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1366px) and (orientation: landscape) {
  .appsModuleTitle {
    padding: 14px 16px;
  }
  .appsModuleTitle .apptitle {
    font-size: 26px;
    line-height: 40px;
  }
  .appsModuleTitle .more {
    width: 36px;
    height: 36px;
  }
  .appDetWrap {
    margin: 16px 0;
  }
  .appDetWrap .appDetLeft {
    margin-right: 20px;
  }
  .appDetWrap .appDetLeft .topCard {
    padding: 20px 16px;
    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 .aboutModule {
    padding: 20px 16px;
  }
  .appDetWrap .appDetLeft .aboutModule .additionalInfo .additionalInfoTitle {
    margin-bottom: 16px;
    font-size: 24px;
  }
  .appDetWrap .appDetLeft .aboutModule .additionalInfo .infoList {
    grid-gap: 12px 12px;
    grid-template-columns: repeat(3, calc((100% - 24px)/3));
  }
  .appDetWrap .appDetLeft .aboutModule .additionalInfo .infoList .itemIcon {
    height: 24px;
    width: 24px;
  }
  .appDetWrap .appDetLeft .aboutModule .additionalInfo .infoList .itemCont .itemTitle {
    font-size: 14px;
  }
  .appDetWrap .appDetLeft .aboutModule .additionalInfo .infoList .itemCont .itemdet {
    font-size: 16px;
  }
  .appDetWrap .appDetLeft .downLoadModule {
    padding: 32px 0;
  }
  .appDetWrap .appDetLeft .downLoadModule .downloadBtn {
    width: 417px;
    height: 62px;
  }
  .appDetWrap .appDetLeft .downLoadModule .downloadBtn .downloadBtnText {
    font-size: 20px;
    line-height: 30px;
  }
  .appDetWrap .appDetLeft .downLoadModule .historyBtn {
    margin-top: 16px;
  }
  .appDetWrap .appDetLeft .downLoadModule .historyBtn .historyBtnText {
    margin-right: 10px;
    font-size: 18px;
    line-height: 27px;
  }
  .appDetWrap .appDetLeft .progressWrap .progressModule {
    margin: 24px 0px;
    border-radius: 12px;
  }
  .appDetWrap .appDetLeft .progressWrap .progressModule .progress {
    margin-top: 20px;
    font-size: 20px;
    line-height: 30px;
  }
  .appDetWrap .appDetLeft .progressWrap .progressModule .appTips {
    font-size: 16px;
    line-height: 24px;
    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: 14px 16px;
  }
  .appDetWrap .appDetLeft .crosswiseEntity .topDownloadsTitle .apptitle {
    font-size: 26px;
    line-height: 40px;
  }
  .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 .appDetRight {
    width: 30%;
  }
}
@media only screen and (min-width: 1367px) {
  .appsModuleTitle {
    padding: 14px 16px;
  }
  .appsModuleTitle .apptitle {
    font-size: 26px;
    line-height: 40px;
  }
  .appsModuleTitle .more {
    width: 36px;
    height: 36px;
  }
  .appDetWrap {
    margin: 16px 0;
  }
  .appDetWrap .appDetLeft {
    margin-right: 30px;
  }
  .appDetWrap .appDetLeft .topCard {
    padding: 20px 16px;
    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 .aboutModule {
    padding: 20px 16px;
  }
  .appDetWrap .appDetLeft .aboutModule .additionalInfo {
    width: 100%;
  }
  .appDetWrap .appDetLeft .aboutModule .additionalInfo .additionalInfoTitle {
    margin-bottom: 16px;
    font-size: 24px;
  }
  .appDetWrap .appDetLeft .aboutModule .additionalInfo .infoList {
    grid-gap: 12px 12px;
    grid-template-columns: repeat(3, calc((100% - 24px)/3));
  }
  .appDetWrap .appDetLeft .aboutModule .additionalInfo .infoList .itemIcon {
    height: 24px;
    width: 24px;
  }
  .appDetWrap .appDetLeft .aboutModule .additionalInfo .infoList .itemCont .itemTitle {
    font-size: 14px;
  }
  .appDetWrap .appDetLeft .aboutModule .additionalInfo .infoList .itemCont .itemdet {
    font-size: 16px;
  }
  .appDetWrap .appDetLeft .downLoadModule {
    padding: 32px 0;
  }
  .appDetWrap .appDetLeft .downLoadModule .downloadBtn {
    width: 417px;
    height: 62px;
  }
  .appDetWrap .appDetLeft .downLoadModule .downloadBtn .downloadBtnText {
    font-size: 20px;
    line-height: 30px;
  }
  .appDetWrap .appDetLeft .downLoadModule .historyBtn {
    margin-top: 16px;
  }
  .appDetWrap .appDetLeft .downLoadModule .historyBtn .historyBtnText {
    margin-right: 10px;
    font-size: 18px;
    line-height: 27px;
  }
  .appDetWrap .appDetLeft .progressWrap .progressModule {
    border-radius: 4px;
  }
  .appDetWrap .appDetLeft .progressWrap .progressModule .progress {
    margin-top: 20px;
    font-size: 20px;
    line-height: 30px;
  }
  .appDetWrap .appDetLeft .progressWrap .progressModule .appTips {
    font-size: 16px;
    line-height: 24px;
    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: 14px 16px;
  }
  .appDetWrap .appDetLeft .crosswiseEntity .topDownloadsTitle .apptitle {
    font-size: 26px;
    line-height: 40px;
  }
  .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 .appDetRight {
    width: 30%;
  }
}
