/* 消除边距 */
* {
  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;
  }
}
.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 {
  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;
}
.allAppsWrap {
  background: #FFFFFF;
  border-radius: 4px;
}
.allAppsWrap .allApps {
  padding: 10px 4px;
}
.allAppsWrap .allApps .appItem {
  width: 100%;
  padding: 12px;
}
.allAppsWrap .allApps .appItem .appCon {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.allAppsWrap .allApps .appItem .appCon .appSerialNum {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  line-height: 19px;
}
.allAppsWrap .allApps .appItem .appCon .appSerialNum .serialNum {
  color: #202423;
}
.allAppsWrap .allApps .appItem .appCon .app-img img {
  flex-shrink: 0;
  height: 88px;
  width: 88px;
  border-radius: 14px;
  border: 1px solid #F2F2F2;
}
.allAppsWrap .allApps .appItem .appCon .app-info {
  flex: 1;
  padding-right: 10px;
}
.allAppsWrap .allApps .appItem .appCon .app-info .app-info-tit {
  font-size: 16px;
  font-weight: 400;
  color: #202423;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.allAppsWrap .allApps .appItem .appCon .app-info .app-info-sort {
  font-size: 14px;
  font-weight: 400;
  color: #5C5E5E;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.allAppsWrap .allApps .appItem .appCon .app-info .app-info-score {
  display: flex;
  align-items: center;
}
.allAppsWrap .allApps .appItem .appCon .app-info .app-info-score .app-rating {
  font-size: 14px;
  font-weight: 500;
  color: #5C5E5E;
  line-height: 16px;
  margin-right: 4px;
}
.allAppsWrap .allApps .appItem .appCon .downloadBtn {
  display: block;
  padding: 4px 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  background: #04B56F;
  border-radius: 4px;
  color: #FFFFFF;
}
.allAppsWrap .allApps .appItem:hover {
  background: #F2F2F2;
  border-radius: 8px;
}
.allAppsWrap .allApps .ads-li {
  display: grid;
  grid-column: span 3;
  text-align: center;
}
.allAppsWrap .loading {
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  margin: 10px 0;
  color: #626365;
}
@media only screen and (max-width: 767px) {
  .breadCrumbs {
    padding: 0 18px;
    margin-bottom: 6px;
  }
  .allAppsWrap .allApps .appItem {
    padding: 18px;
  }
  .allAppsWrap .allApps .appItem .appCon .appSerialNum .ranking {
    height: 20px;
    width: 20px;
    margin: 0 3px;
  }
  .allAppsWrap .allApps .appItem .appCon .app-img {
    margin: 0 17px 0 12px;
  }
  .allAppsWrap .allApps .appItem .appCon .app-img img {
    width: 64px;
    height: 64px;
  }
  .allAppsWrap .allApps .appItem .appCon .app-info .app-info-sort {
    margin: 6px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .allAppsWrap .allApps {
    display: grid;
    grid-gap: 5px 5px;
    grid-template-columns: repeat(3, calc((100% - 1rem)/3));
  }
  .allAppsWrap .allApps .appItem .appCon .appSerialNum .ranking {
    height: 20px;
    width: 20px;
    margin: 0 3px;
  }
  .allAppsWrap .allApps .appItem .appCon .app-img {
    margin: 0 17px 0 12px;
  }
  .allAppsWrap .allApps .appItem .appCon .app-img img {
    width: 64px;
    height: 64px;
  }
  .allAppsWrap .allApps .appItem .appCon .app-info .app-info-sort {
    margin: 8px 0;
  }
  .allAppsWrap .allApps .appItem .appCon .downloadBtn {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .allAppsWrap .allApps {
    display: grid;
    grid-gap: 10px 10px;
    grid-template-columns: repeat(3, calc((100% - 2rem)/3));
  }
  .allAppsWrap .allApps .appItem .appCon .app-img {
    margin: 0 23px 0 16px;
  }
  .allAppsWrap .allApps .appItem .appCon .appSerialNum .ranking {
    height: 24px;
    width: 24px;
    margin: 0 1px;
  }
  .allAppsWrap .allApps .appItem .appCon .app-info .app-info-sort {
    margin: 8px 0;
  }
  .allAppsWrap .allApps .appItem .appCon .downloadBtn {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .allAppsWrap .allApps {
    display: grid;
    grid-gap: 16px 16px;
    grid-template-columns: repeat(3, calc((100% - 2rem)/3));
  }
  .allAppsWrap .allApps .appItem .appCon .app-img {
    margin: 0 23px 0 16px;
  }
  .allAppsWrap .allApps .appItem .appCon .appSerialNum .ranking {
    height: 24px;
    width: 24px;
    margin: 0 1px;
  }
  .allAppsWrap .allApps .appItem .appCon .app-info .app-info-sort {
    margin: 8px 0;
  }
  .allAppsWrap .allApps .appItem .appCon .downloadBtn {
    display: none;
  }
}
