/* 消除边距 */
* {
  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;
}
ul::-webkit-scrollbar {
  width: 0 !important;
}
/* 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%;
}
/*合并表格边框*/
table,
td,
tr,
th {
  border-collapse: collapse;
}
/*img在盒子中有下边距*/
img {
  /*IE7*/
  border: none;
  vertical-align: middle;
  object-fit: cover;
}
/*全局设置*/
body {
  font-family: 'Plus Jakarta Sans', sans-serif;
}
/* 单行文本超出隐藏并显示省略 */
.overflow-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* 多行文本超出隐藏并显示省略 */
.overFlow-n {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
ul::-webkit-scrollbar {
  width: 0 !important;
}
.loading {
  color: #666;
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  margin-top: 20px;
}
.coverlink {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
}
.moduleTitle {
  color: #004B96;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 32px;
}
.adTitle {
  font-size: 12px;
  line-height: 14px;
  margin: 3px 0 6px 0;
  color: #ccc;
  text-align: start;
}
/* 设置广告高度 */
.adsHeight {
  width: 100%;
  height: 252px;
  margin-bottom: 10px;
}
@media (max-width: 355px) {
  .adsHeight {
    width: 100%;
    height: 312px;
  }
}
@media (min-width: 356px) {
  .adsHeight {
    width: 100%;
    height: 312px;
  }
}
@media (min-width: 748px) {
  .adsHeight {
    width: 100%;
    height: 280px;
  }
}
.wrap {
  min-height: 90vh;
}
.wrap .contWrap {
  max-width: 1280px;
  margin: 0 auto;
}
.load {
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  margin: 10px 0;
  color: #666666;
}
/* 响应式布局 */
@media only screen and (max-width: 767px) {
  .moduleTitle {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .wrap .contWrap {
    padding: 16px 20px 32px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1366px) {
  .wrap .contWrap {
    padding: 30px 20px 60px 20px;
  }
}
@media only screen and (min-width: 1367px) {
  .wrap .contWrap {
    padding: 30px 20px 60px 20px;
  }
}
.realTimeSearchList {
  width: 100%;
  position: absolute;
  right: 0;
  top: 46px;
  z-index: 2;
  background: #FFF;
}
.realTimeSearchList .realTimeList,
.realTimeSearchList .mrealTimeList {
  background: #FFF;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1), 0px 2px 14px 0px rgba(0, 0, 0, 0.1);
}
.realTimeSearchList .realTimeList .itemSearchCont,
.realTimeSearchList .mrealTimeList .itemSearchCont {
  width: 100%;
}
.realTimeSearchList .realTimeList .itemSearchCont .itemSearchLink,
.realTimeSearchList .mrealTimeList .itemSearchCont .itemSearchLink {
  display: block;
  width: 100%;
  padding: 10px 16px;
}
.realTimeSearchList .realTimeList .itemSearchCont .itemSearchLink .itemSearchText,
.realTimeSearchList .mrealTimeList .itemSearchCont .itemSearchLink .itemSearchText {
  color: #666;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.realTimeSearchList .realTimeList .itemSearchCont:hover .itemSearchLink,
.realTimeSearchList .mrealTimeList .itemSearchCont:hover .itemSearchLink {
  background: #F5F5F5;
}
.realTimeSearchList .realTimeList .itemSearchCont:last-child .itemSearchLink,
.realTimeSearchList .mrealTimeList .itemSearchCont:last-child .itemSearchLink {
  border-bottom: none;
}
@media only screen and (min-width: 767px) {
  .realTimeSearchList {
    border-radius: 20px;
  }
  .realTimeSearchList .realTimeList {
    border-radius: 20px;
  }
}
button {
  margin: 0px;
  padding: 0px;
  /*自定义边框*/
  border: 0px;
  /*消除默认点击蓝色边框效果*/
  outline: none;
}
input {
  border: 0px;
  outline: none;
}
.headWrap {
  z-index: 1;
}
.headWrap .headCont {
  max-width: 1920px;
  height: 100%;
  margin: auto;
}
.headWrap .headCont .mantle {
  display: none;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100vh;
  opacity: 0.7;
}
.headWrap .headCont .pcHead {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.headWrap .headCont .pcHead .topL {
  display: flex;
  align-items: center;
}
.headWrap .headCont .pcHead .topL .showBtn {
  cursor: pointer;
  z-index: 1;
  line-height: 100%;
}
.headWrap .headCont .pcHead .topL .topList {
  margin-left: 60px;
  display: flex;
  align-items: center;
  height: 100%;
}
.headWrap .headCont .pcHead .topL .topList .topItem {
  height: 100%;
  margin-right: 16px;
}
.headWrap .headCont .pcHead .topL .topList .topItem .item {
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.headWrap .headCont .pcHead .topL .topList .topItem .item .topTitle {
  color: #1A1A1A;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: normal;
}
.headWrap .headCont .pcHead .topL .topList .topItem:hover .item .topTitle {
  color: #0075EB;
}
.headWrap .headCont .pcHead .topR {
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 6 !important;
  position: relative;
}
.headWrap .headCont .pcHead .topR .changeLanguageBox {
  height: 100%;
  position: relative;
  margin-left: 18px;
}
.headWrap .headCont .pcHead .topR .changeLanguageBox .currentLanguage {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.headWrap .headCont .pcHead .topR .changeLanguageBox .currentLanguage .langIcon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-right: 8px;
}
.headWrap .headCont .pcHead .topR .changeLanguageBox .currentLanguage .language {
  color: #1A1A1A;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}
.headWrap .headCont .pcHead .topR .changeLanguageBox .currentLanguage:hover .language {
  color: #0075EB;
}
.headWrap .headCont .pcHead .topR .changeLanguageBox .moreLanguage {
  display: none;
  position: absolute;
  left: -80%;
  right: 0;
  top: 50px;
  padding: 24px;
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.1), 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
}
.headWrap .headCont .pcHead .topR .changeLanguageBox .moreLanguage .itemLanguage {
  margin-bottom: 20px;
}
.headWrap .headCont .pcHead .topR .changeLanguageBox .moreLanguage .itemLanguage .itemCover {
  display: flex;
  align-items: center;
}
.headWrap .headCont .pcHead .topR .changeLanguageBox .moreLanguage .itemLanguage .itemCover .langIcon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-right: 8px;
}
.headWrap .headCont .pcHead .topR .changeLanguageBox .moreLanguage .itemLanguage .itemCover .language {
  color: #1A1A1A;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}
.headWrap .headCont .pcHead .topR .changeLanguageBox .moreLanguage .itemLanguage:last-child {
  margin-bottom: 0px;
}
.headWrap .headCont .pcHead .topR .changeLanguageBox .moreLanguage .itemLanguage:hover .itemCover .language {
  text-decoration-line: underline;
}
.headWrap .headCont .pcHead .topR .changeLanguageBox:hover .moreLanguage {
  display: block;
}
.headWrap .headCont .pcHead .topR .search {
  display: flex;
  align-items: center;
  height: 30px;
  border-radius: 18px;
  background: #F4F4F4;
  padding: 0 20px;
}
.headWrap .headCont .pcHead .topR .search .searchIcon {
  background: #F4F4F4;
  padding-left: 10px;
}
.headWrap .headCont .pcHead .topR .search .searchInput {
  flex: 1;
  height: 100%;
  background: #F4F4F4;
  color: #999;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.headWrap .headCont .pcHead .topR .search .clearResp {
  display: none;
  padding-left: 10px;
}
.headWrap .headCont .mHead {
  width: 100%;
  height: 48px;
}
.headWrap .headCont .mHead .mheadcont {
  height: 100%;
}
.headWrap .headCont .mHead .mheadcont .mheadBox {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.headWrap .headCont .mHead .mheadcont .mheadBox .showBtn {
  cursor: pointer;
  z-index: 1;
  line-height: 100%;
}
.headWrap .headCont .mHead .mheadcont .mheadBox .showBtn svg {
  width: 24px;
  height: 24px;
}
.headWrap .headCont .mHead .mheadcont .mheadBox .logo {
  display: inline-block;
}
.headWrap .headCont .mHead .mheadcont .mheadBox .logo .logoIcon {
  width: auto;
  height: 30px;
  flex-shrink: 0;
}
.headWrap .headCont .mHead .mHeadSearch {
  display: none;
  height: 100%;
}
.headWrap .headCont .mHead .mHeadSearch .searchBox {
  height: 100%;
  display: flex;
  align-items: center;
}
.headWrap .headCont .mHead .mHeadSearch .searchBox .back {
  line-height: 100%;
}
.headWrap .headCont .mHead .mHeadSearch .searchBox .mSearch {
  height: 36px;
  width: 100%;
  padding: 0px 8px 0px 16px;
  border-radius: 18px;
  background: #F5F5F5;
  margin-left: 16px;
  display: flex;
  align-items: center;
}
.headWrap .headCont .mHead .mHeadSearch .searchBox .mSearch .searchIcon {
  background: #F5F5F5;
  padding-left: 10px;
}
.headWrap .headCont .mHead .mHeadSearch .searchBox .mSearch .msearchInput {
  height: 100%;
  width: 100%;
  background: #F5F5F5;
  color: #999;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.headWrap .headCont .mHead .mHeadSearch .searchBox .mclearResp {
  display: none;
  padding-left: 10px;
}
.headWrap .headCont .siderbar {
  display: none;
  box-sizing: border-box;
  z-index: 200;
  position: fixed;
  left: 0;
  top: 0;
  height: auto;
  width: 100%;
  background: #ffffff;
  overflow-y: scroll;
  transition: all ease 0.25s;
  padding: 0 16px 30px 16px;
}
.headWrap .headCont .siderbar .closeBtn {
  display: flex;
  height: 60px;
  padding: 7px 0;
  justify-content: space-between;
  align-items: center;
}
.headWrap .headCont .siderbar .closeBtn .sidebarLogo img {
  height: 28px;
  width: auto;
}
.headWrap .headCont .siderbar .sideList {
  margin-bottom: 16px;
  border-bottom: 1px solid #E4E4E4;
}
.headWrap .headCont .siderbar .sideList .sideItem {
  width: 100%;
}
.headWrap .headCont .siderbar .sideList .sideItem a {
  height: 44px;
  width: 100%;
  display: flex;
  align-items: center;
}
.headWrap .headCont .siderbar .sideList .sideItem a .title {
  color: #1A1A1A;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.headWrap .headCont .siderbar .sideList .sideItem:hover .title {
  color: #0075EB;
}
.headWrap .headCont .siderbar .sidelLnguage {
  margin-top: 16px;
  width: 100%;
}
.headWrap .headCont .siderbar .sidelLnguage .languageTit {
  color: #666;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 10px;
}
.headWrap .headCont .siderbar .sidelLnguage .languageList .itemLanguage .itemCover {
  display: flex;
  height: 44px;
  align-items: center;
}
.headWrap .headCont .siderbar .sidelLnguage .languageList .itemLanguage .itemCover .langIcon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-right: 10px;
}
.headWrap .headCont .siderbar .sidelLnguage .languageList .itemLanguage .itemCover .language {
  color: #666;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}
.headWrap .headCont .siderbar .sidelLnguage .languageList .itemLanguage:hover .itemCover .language {
  text-decoration-line: underline;
}
@media only screen and (max-width: 768px) {
  .headWrap {
    height: 50px;
    padding: 0px 16px;
  }
  .headWrap .headCont .pcHead {
    display: none;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1023px) {
  .headWrap {
    height: 65px;
  }
  .headWrap .headCont .pcHead {
    padding: 0 16px;
    height: 100%;
    justify-content: space-between;
  }
  .headWrap .headCont .pcHead .topL {
    height: 100%;
  }
  .headWrap .headCont .pcHead .topL .showBtn {
    display: none;
  }
  .headWrap .headCont .pcHead .topL .apk-logo .logo img {
    height: 30px;
    width: auto;
  }
  .headWrap .headCont .pcHead .topL .topList {
    margin-left: 30px;
  }
  .headWrap .headCont .pcHead .topL .topList .topItem {
    padding: 0;
  }
  .headWrap .headCont .pcHead .topR .changeLanguageBox .moreLanguage {
    left: -5%;
    right: 0;
    top: 50px;
  }
  .headWrap .headCont .mHead {
    display: none;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1365px) and (orientation: portrait) {
  .headWrap {
    height: 66px;
    padding: 0px 20px;
  }
  .headWrap .headCont .pcHead {
    height: 100%;
    justify-content: space-between;
  }
  .headWrap .headCont .pcHead .topL {
    height: 100%;
  }
  .headWrap .headCont .pcHead .topL .showBtn {
    display: none;
  }
  .headWrap .headCont .pcHead .topL .apk-logo .logo img {
    width: auto;
    height: 35px;
  }
  .headWrap .headCont .mHead {
    display: none;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1365px) and (orientation: landscape) {
  .headWrap {
    height: 66px;
    padding: 0px 60px;
  }
  .headWrap .headCont .pcHead {
    height: 100%;
    justify-content: space-between;
  }
  .headWrap .headCont .pcHead .showBtn {
    display: none;
  }
  .headWrap .headCont .pcHead .topL {
    height: 100%;
  }
  .headWrap .headCont .pcHead .topL .apk-logo .logo img {
    width: auto;
    height: 35px;
  }
  .headWrap .headCont .pcHead .topR .search {
    width: 287px;
    height: 36px;
    padding: 0px 20px;
  }
  .headWrap .headCont .mHead {
    display: none;
  }
}
@media screen and (min-width: 1366px) {
  .headWrap {
    height: 66px;
    padding: 0px 60px;
  }
  .headWrap .headCont .pcHead {
    height: 66px;
    padding: 12px 24px;
    justify-content: space-between;
  }
  .headWrap .headCont .pcHead .showBtn {
    display: none;
  }
  .headWrap .headCont .pcHead .topL {
    height: 100%;
  }
  .headWrap .headCont .pcHead .topL .apk-logo .logo img {
    width: auto;
    height: 35px;
  }
  .headWrap .headCont .pcHead .topL .topList .topItem {
    padding: 0 16px;
  }
  .headWrap .headCont .pcHead .topR .search {
    width: 487px;
    height: 36px;
    padding: 0px 20px;
  }
  .headWrap .headCont .pcHead .topR .changeLanguageBox .moreLanguage {
    right: -30%;
    top: 40px;
  }
  .headWrap .headCont .mHead {
    display: none;
  }
}
.footerWrap {
  background: #0C0C0C;
  box-shadow: 0px 1px 0px 0px #242222 inset;
  position: relative;
}
.footerWrap .footCont {
  max-width: 1280px;
  margin: 0 auto;
  padding: 48px 20px;
  width: 100%;
  border-bottom: 1px solid #686868;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.footerWrap .footCont .footLogo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 16px;
}
.footerWrap .footCont .footLogo .footLogoImg {
  height: 35px;
  width: auto;
}
.footerWrap .footCont .tabbar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 0;
  margin: 16px 0 24px 0;
}
.footerWrap .footCont .tabbar a {
  display: block;
  margin-right: 80px;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.footerWrap .footCont .complianceStatement {
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.footerWrap .backTop {
  display: none;
  position: fixed;
  z-index: 100;
  bottom: 100px;
  right: 40px;
  cursor: pointer;
  width: 50px;
  height: 50px;
}
.footerWrap .backTop .svgIcon {
  width: 50px;
  height: 50px;
  filter: drop-shadow(0px 2px 14px rgba(45, 47, 58, 0.06)) drop-shadow(0px 2px 10px rgba(45, 47, 58, 0.02));
}
.footerWrap .backTop .topHover {
  display: none;
}
.footerWrap .backTop:hover .topDefault {
  display: none;
}
.footerWrap .backTop:hover .topHover {
  display: block;
}
.footerWrap .cookie-notice-container {
  background-color: rgba(255, 255, 255, 0.5);
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #6f6f6f;
  text-align: center;
  z-index: 999999;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.footerWrap .cookie-notice-container .container {
  max-width: 900px;
  z-index: 2;
  position: relative;
  text-align: center;
  padding: 10px;
  padding-right: 100px;
  margin: 0 auto;
}
.footerWrap .cookie-notice-container .container a,
.footerWrap .cookie-notice-container .container button,
.footerWrap .cookie-notice-container .container video {
  -webkit-tap-highlight-color: transparent;
  outline: 0;
  text-decoration: none;
}
.footerWrap .cookie-notice-container .container .moreJump {
  color: #0186FF;
}
.footerWrap .cookie-notice-container .container button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-8px, -50%);
  display: block;
  padding: 0 25px;
  height: 30px;
  line-height: 30px;
  background: #0186FF;
  border: none;
  color: #fff;
  margin: 0 auto;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  cursor: pointer;
}
.footerWrap .cookie-notice-container:before {
  content: '';
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.95;
  z-index: -1;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 767px) {
  .footerWrap .footCont {
    padding: 32px 16px;
  }
  .footerWrap .footCont .footLogoImg {
    height: 30px !important;
  }
  .footerWrap .footCont .tabbar {
    justify-content: center;
    margin: 16px 0 24px 0;
  }
  .footerWrap .footCont .tabbar a {
    padding: 0;
    margin-right: 16px;
    margin-bottom: 12px;
  }
  .footerWrap .backTop {
    right: 16px;
  }
  .footerWrap .backTop .svgIcon {
    width: 40px;
    height: 40px;
  }
  .footerWrap .cookie-notice-container {
    font-size: 14px;
  }
  .cookie-notice-container .container {
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footerWrap .footer {
    padding: 24px 16px;
  }
  .footerWrap .cookie-notice-container {
    font-size: 1.4rem;
  }
  .cookie-notice-container .container {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footerWrap .footer {
    padding: 20px 18px;
  }
  .footerWrap .cookie-notice-container {
    font-size: 16px;
  }
  .cookie-notice-container .container {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .footerWrap .footer {
    padding: 60px 0;
  }
  .footerWrap .cookie-notice-container {
    font-size: 16px;
  }
  .cookie-notice-container .container {
    font-size: 16px;
  }
}
body {
  background: url(/statics/image/body-bgc.webp), linear-gradient(180deg, #dfefff 0, #fff 10%);
  background-repeat: repeat-x;
  background-position: top center;
}
.headWrap .headCont .pcHead .topR .search {
  display: none;
}
.headWrap .headCont .mHead .mheadcont .mheadBox .openSearch {
  visibility: hidden;
}
.indexWrap {
  min-height: 90vh;
}
.indexWrap .indexCont {
  max-width: 1280px;
  margin: 0 auto;
}
.indexWrap .indexCont .banner {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 50px 0;
}
.indexWrap .indexCont .banner .bannerTitle {
  color: #004B96;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 24px;
}
.indexWrap .indexCont .banner .bannerSearchBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 746px;
  padding: 10px 16px;
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0px 0px 8px 0px rgba(45, 47, 58, 0.08);
}
.indexWrap .indexCont .banner .bannerSearchBox .bannerSearchInput {
  flex: 1;
  color: #999;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.indexWrap .indexCont .banner .bannerSearchBox .bannerSearchBtn {
  margin-left: 10px;
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background: #0075EB;
}
.indexWrap .indexCont .banner .bannerSearchBox .bannerSearchBtn .bannerSearchBtnText {
  margin-left: 10px;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}
.indexWrap .indexCont .banner .bannerSearchBox:hover {
  background: #FFF;
  box-shadow: 0px 2px 10px 0px rgba(45, 47, 58, 0.06), 0px 2px 14px 0px rgba(45, 47, 58, 0.08);
}
.indexWrap .indexCont .banner .trendingSearch {
  display: flex;
  align-items: center;
  padding: 0 20px;
  margin-top: 32px;
}
.indexWrap .indexCont .banner .trendingSearch .trendingSearchTitle {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 12px;
}
.indexWrap .indexCont .banner .trendingSearch .trendingSearchTitle .trendingSearchIcon {
  width: 18px;
  height: 22px;
  margin-right: 6px;
}
.indexWrap .indexCont .banner .trendingSearch .trendingSearchList {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.indexWrap .indexCont .banner .trendingSearch .trendingSearchList .trendingSearchItem {
  position: relative;
  border-radius: 4px;
  border: 1px solid #E8E8E8;
  backdrop-filter: blur(2.5px);
  padding: 10px;
  margin-left: 12px;
  margin-bottom: 12px;
}
.indexWrap .indexCont .banner .trendingSearch .trendingSearchList .trendingSearchItem .trendingSearchItemWord {
  color: #1A1A1A;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.indexWrap .indexCont .banner .trendingSearch .trendingSearchList .trendingSearchItem:hover {
  background: #FFF;
  text-decoration-line: underline;
}
.indexWrap .indexCont .oneModule {
  margin-bottom: 60px;
  margin-top: 24px;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
}
.indexWrap .indexCont .oneModule .modLeft {
  flex: 1;
  position: relative;
  margin-right: 50px;
}
.indexWrap .indexCont .oneModule .modLeft .modLeftImgBox {
  border-radius: 12px;
  width: 100%;
  height: 460px;
  overflow: hidden;
}
.indexWrap .indexCont .oneModule .modLeft .modLeftImgBox .modLeftImg {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.indexWrap .indexCont .oneModule .modLeft .modLeftTitle {
  color: #1A1A1A;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 135%;
  margin: 16px 0 20px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: normal;
}
.indexWrap .indexCont .oneModule .modLeft .authorInformation {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: #666;
  margin-bottom: 24px;
}
.indexWrap .indexCont .oneModule .modLeft .authorInformation .category {
  font-weight: 600;
  color: #0075EB;
}
.indexWrap .indexCont .oneModule .modLeft .authorInformation .point {
  margin: 0 10px;
}
.indexWrap .indexCont .oneModule .modLeft .modLeftDet {
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-break: normal;
}
.indexWrap .indexCont .oneModule .modLeft .modLeftDet p {
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-break: normal;
}
.indexWrap .indexCont .oneModule .modLeft:hover .modLeftImg {
  transform: scale(1.1);
}
.indexWrap .indexCont .oneModule .modLeft:hover .modLeftTitle {
  text-decoration-line: underline;
}
.indexWrap .indexCont .oneModule .modRight {
  width: 30%;
}
.indexWrap .indexCont .oneModule .modRight .modRightList .modRightItem {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 24px;
  border-bottom: 1px solid #EEE;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.indexWrap .indexCont .oneModule .modRight .modRightList .modRightItem .modRightItemCont {
  flex: 1;
  padding-right: 20px;
}
.indexWrap .indexCont .oneModule .modRight .modRightList .modRightItem .modRightItemCont .modRightItemTitle {
  color: #1A1A1A;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 135%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-break: normal;
}
.indexWrap .indexCont .oneModule .modRight .modRightList .modRightItem .modRightItemCont .modRightItemTime {
  color: #666;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-top: 12px;
}
.indexWrap .indexCont .oneModule .modRight .modRightList .modRightItem .modRightItemImgBox {
  flex-shrink: 0;
  width: 40%;
  border-radius: 8px;
  overflow: hidden;
}
.indexWrap .indexCont .oneModule .modRight .modRightList .modRightItem .modRightItemImgBox .modRightItemImg {
  width: 100%;
  height: auto;
  border-radius: 8px;
  transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.indexWrap .indexCont .oneModule .modRight .modRightList .modRightItem:last-child {
  margin-bottom: 0px;
}
.indexWrap .indexCont .oneModule .modRight .modRightList .modRightItem:hover .modRightItemImg {
  transform: scale(1.1);
}
.indexWrap .indexCont .oneModule .modRight .modRightList .modRightItem:hover .modRightItemCont .modRightItemTitle {
  text-decoration-line: underline;
}
.indexWrap .indexCont .featuredArticles .featuredArticlesList {
  display: grid;
  grid-gap: 50px 50px;
  grid-template-columns: repeat(3, calc((100% - 100px) / 3));
}
.indexWrap .indexCont .featuredArticles .featuredArticlesList .articlesItemCont {
  margin-bottom: 30px;
  position: relative;
}
.indexWrap .indexCont .featuredArticles .featuredArticlesList .articlesItemCont .articlesItemImg {
  width: 100%;
  height: auto;
  border-radius: 8px;
  aspect-ratio: 16 / 9;
}
.indexWrap .indexCont .featuredArticles .featuredArticlesList .articlesItemCont .articlesItemInfo {
  margin: -20px 30px 0 30px;
  padding: 30px 30px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 2px 10px 0px rgba(45, 47, 58, 0.06);
  z-index: 1;
  position: relative;
}
.indexWrap .indexCont .featuredArticles .featuredArticlesList .articlesItemCont .articlesItemInfo .articlesInfoCategory {
  color: #0075EB;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
.indexWrap .indexCont .featuredArticles .featuredArticlesList .articlesItemCont .articlesItemInfo .articlesInfoTitle {
  color: #1A1A1A;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
  margin: 12px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-break: normal;
}
.indexWrap .indexCont .featuredArticles .featuredArticlesList .articlesItemCont .articlesItemInfo .articlesInfoDet {
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  word-break: normal;
}
.indexWrap .indexCont .featuredArticles .featuredArticlesList .articlesItemCont .articlesItemInfo .articlesInfoDet p {
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  word-break: normal;
}
.indexWrap .indexCont .featuredArticles .featuredArticlesList .articlesItemCont:hover .articlesItemInfo {
  box-shadow: 0px 2px 12px 0px rgba(45, 47, 58, 0.06), 0px 2px 16px 0px rgba(45, 47, 58, 0.1);
}
.indexWrap .indexCont .featuredArticles .featuredArticlesList .articlesItemCont:hover .articlesItemInfo .articlesInfoTitle {
  text-decoration-line: underline;
}
.indexWrap .indexCont .featuredArticles .openUp {
  display: none;
}
.indexWrap .indexCont .PCfeaturedArticles {
  margin-bottom: 60px;
}
.indexWrap .indexCont .MfeaturedArticles {
  display: none;
}
.indexWrap .indexCont .categoryChoose {
  padding: 32px 20px;
  margin-bottom: 60px;
}
.indexWrap .indexCont .categoryChoose .categoryList {
  margin-bottom: 32px;
  display: grid;
  grid-gap: 20px 20px;
  grid-template-columns: repeat(3, calc((100% - 40px) / 3));
}
.indexWrap .indexCont .categoryChoose .categoryList .itemCateCont {
  position: relative;
  width: 100%;
  border-radius: 10px;
  background: #F6F6F6;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.indexWrap .indexCont .categoryChoose .categoryList .itemCateCont .itemCateIcon {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}
.indexWrap .indexCont .categoryChoose .categoryList .itemCateCont:hover {
  background: #F3FBFF;
}
.indexWrap .indexCont .categoryChoose .SeeAllArticles {
  display: flex;
  align-items: center;
  justify-content: center;
}
.indexWrap .indexCont .categoryChoose .SeeAllArticles .SeeAllArticlesText {
  display: inline-block;
  padding: 16px 32px;
  border-radius: 6px;
  border: 1px solid #E3E3E3;
  background: #FFF;
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.indexWrap .indexCont .categoryChoose .SeeAllArticles .SeeAllArticlesText:hover {
  background: #EFF3F8;
  color: #0075EB;
}
.indexWrap .indexCont .authorInformationModule {
  margin-bottom: 100px;
  padding: 0 20px;
}
.indexWrap .indexCont .authorInformationModule .authorList {
  display: grid;
  grid-gap: 30px 30px;
  grid-template-columns: repeat(3, calc((100% - 60px) / 3));
}
.indexWrap .indexCont .authorInformationModule .authorList .itemauthorInfo {
  position: relative;
  border-radius: 10px;
  background: #F6F6F6;
  display: flex;
  padding: 30px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex: 1 0 0;
}
.indexWrap .indexCont .authorInformationModule .authorList .itemauthorInfo .itemauthorName {
  color: #1A1A1A;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 135%;
  margin-bottom: 10px;
}
.indexWrap .indexCont .authorInformationModule .authorList .itemauthorInfo .itemauthorDet {
  color: #1A1A1A;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.indexWrap .indexCont .authorInformationModule .authorList .itemauthorInfo .itemauthorAvatar {
  margin-top: 20px;
  width: 176px;
  height: auto;
  flex-shrink: 0;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .indexWrap .indexCont .banner {
    padding: 32px 20px;
  }
  .indexWrap .indexCont .banner .bannerTitle {
    font-size: 26px;
    text-align: center;
  }
  .indexWrap .indexCont .banner .bannerSearchBox {
    width: 100%;
  }
  .indexWrap .indexCont .banner .bannerSearchBox .bannerSearchBtn {
    padding: 8px;
  }
  .indexWrap .indexCont .banner .bannerSearchBox .bannerSearchBtn .bannerSearchBtnText {
    display: none;
  }
  .indexWrap .indexCont .banner .trendingSearch {
    width: 100%;
    padding: 0;
    flex-direction: column;
    justify-content: center;
  }
  .indexWrap .indexCont .banner .trendingSearch .trendingSearchTitle {
    line-height: 24px;
    margin-bottom: 16px;
  }
  .indexWrap .indexCont .banner .trendingSearch .trendingSearchList {
    display: grid;
    grid-gap: 12px 12px;
    grid-template-columns: repeat(2, calc((100% - 12px) / 2));
  }
  .indexWrap .indexCont .banner .trendingSearch .trendingSearchList .trendingSearchItem {
    margin-left: 0;
    margin-bottom: 0;
  }
  .indexWrap .indexCont .oneModule {
    flex-direction: column;
    margin-bottom: 32px;
  }
  .indexWrap .indexCont .oneModule .modLeft {
    width: 100%;
    margin-right: 0;
  }
  .indexWrap .indexCont .oneModule .modLeft .modLeftImgBox {
    height: auto;
  }
  .indexWrap .indexCont .oneModule .modLeft .modLeftImgBox .modLeftImg {
    width: 100%;
    height: auto;
  }
  .indexWrap .indexCont .oneModule .modLeft .modLeftTitle {
    font-size: 24px;
    margin: 16px 0;
  }
  .indexWrap .indexCont .oneModule .modLeft .authorInformation {
    margin-bottom: 12px;
  }
  .indexWrap .indexCont .oneModule .modLeft .modLeftDet {
    margin-bottom: 24px;
  }
  .indexWrap .indexCont .oneModule .modRight {
    width: 100%;
  }
  .indexWrap .indexCont .featuredArticles .openUp {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .indexWrap .indexCont .featuredArticles .openUp .showMore {
    height: 40px;
    margin-top: 30px;
    padding: 10px 30px;
    border-radius: 6px;
    border: 1px solid #E3E3E3;
    background: #FFF;
    color: #666;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-align: center;
  }
  .indexWrap .indexCont .PCfeaturedArticles {
    display: none;
  }
  .indexWrap .indexCont .MfeaturedArticles {
    display: block;
    padding: 0 16px;
    margin-bottom: 30px;
  }
  .indexWrap .indexCont .MfeaturedArticles .featuredArticlesList {
    grid-gap: 0 0;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .indexWrap .indexCont .MfeaturedArticles .featuredArticlesList .articlesItemCont .articlesItemInfo {
    padding: 20px 20px;
    margin: -20px 20px 0 20px;
  }
  .indexWrap .indexCont .MfeaturedArticles #showMoreList {
    display: none;
  }
  .indexWrap .indexCont .categoryChoose {
    margin-bottom: 32px;
  }
  .indexWrap .indexCont .categoryChoose .categoryList {
    display: grid;
    grid-gap: 16px 16px;
    grid-template-columns: repeat(2, calc((100% - 16px) / 2));
  }
  .indexWrap .indexCont .authorInformationModule {
    margin-bottom: 32px;
  }
  .indexWrap .indexCont .authorInformationModule .authorList {
    overflow: scroll;
    grid-gap: 12px 12px;
    grid-template-columns: repeat(3, calc((280% - 12px) / 3));
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .indexWrap .indexCont .banner {
    padding: 32px 20px;
  }
  .indexWrap .indexCont .banner .bannerTitle {
    font-size: 30px;
    text-align: center;
  }
  .indexWrap .indexCont .banner .bannerSearchBox {
    width: 100%;
  }
  .indexWrap .indexCont .banner .trendingSearch .trendingSearchTitle {
    line-height: 24px;
    margin-bottom: 16px;
  }
  .indexWrap .indexCont .banner .trendingSearch .trendingSearchList .trendingSearchItem {
    margin-bottom: 12px;
  }
  .indexWrap .indexCont .oneModule {
    margin-bottom: 24px;
  }
  .indexWrap .indexCont .oneModule .modLeft .modLeftImgBox {
    height: auto;
  }
  .indexWrap .indexCont .oneModule .modRight .modRightList .modRightItem {
    margin-bottom: 0px;
  }
  .indexWrap .indexCont .featuredArticles {
    padding: 0 20px;
  }
  .indexWrap .indexCont .featuredArticles .featuredArticlesList {
    grid-gap: 20px 20px;
    grid-template-columns: repeat(3, calc((100% - 40px) / 3));
  }
  .indexWrap .indexCont .featuredArticles .featuredArticlesList .articlesItemCont .articlesItemInfo {
    padding: 20px 20px;
    margin: -20px 16px 0 16px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) {
  .indexWrap .indexCont .featuredArticles {
    padding: 0 20px;
  }
}
