/** 设备宽度 */
/** 颜色 */
/** 外阴影 */
/** 内容区 */
/** 模块 */
/** 字体 */
@font-face {
  font-family: textweb_medium;
  src: url(/files/fonts/Lato-BoldItalic.ttf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: textweb_light;
  src: url(/files/fonts/Lato-LightItalic.ttf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: textweb_bold;
  src: url(/files/fonts/Lato-Bold.ttf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: textweb_regular;
  src: url(/files/fonts/Lato-Regular.ttf);
  font-weight: 400;
  font-style: normal;
}
/** Flex */
.abs-hor-center {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.single-line-ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
/** 基本准备 */
* {
  padding: 0;
  margin: 0;
}
html {
  font-size: 16px;
}
.pointer {
  cursor: pointer;
}
.transition {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.body-not-scroll {
  position: fixed;
  width: 100%;
}
.header-nav-outer {
  height: 78px;
}
.header-nav {
  position: relative;
  z-index: 50;
  background: #fff;
}
.header-nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.header-nav-wrapper {
  padding: 13px 12px;
  top: 0;
}
.mobile-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.mobile-nav .header-logo {
  font: 24px/55px textweb_bold;
  color: #fff;
}
.mobile-nav .header-logo img {
  width: 200px;
}
.mobile-nav .header-logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: inherit;
  text-decoration: none;
}
.mobile-nav li {
  list-style: none;
}
.mobile-nav [class*='ifont-'] {
  font-size: 1.5rem;
}
.desktop-nav {
  display: none;
}
.mob-nav-trigger,
.mob-search-trigger {
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.mob-nav-trigger [class*='icon-'],
.mob-search-trigger [class*='icon-'] {
  font-size: 0;
}
.mob-search-trigger {
  opacity: 0;
}
.mobile-header-nav {
  display: none;
}
.mobile-header-nav.active .overlay-nav {
  width: 100%;
  height: calc(100vh - 81px);
  opacity: 255;
  overflow-y: auto;
}
.first-header-list {
  font-family: textweb_light, Arial, Verdana, sans-serif;
}
.first-header-list li {
  color: #fff;
  position: relative;
}
.first-header-list li:hover .unfold-nav {
  max-height: none;
}
.first-header-list .unfold-nav {
  max-height: 0;
  overflow: hidden;
  position: absolute;
  top: 48px;
  background-color: #000;
}
.overlay-nav {
  width: 0;
  height: 0;
  opacity: 0;
}
.mobile-header-list {
  padding: 0 0 105px;
  margin: 0;
  list-style: none;
  padding-inline-start: 0;
  font-family: textweb_light, Arial, Verdana, sans-serif;
}
.mobile-header-list li {
  color: #000;
  border-top: solid 1px rgba(161, 161, 161, 0.2);
}
.mobile-header-list li.active {
  font-family: textweb_bold, Arial, Verdana, sans-serif;
  position: relative;
}
.mobile-header-list li.active:after {
  position: absolute;
  background-image: url(/files/image/material/tab_underline_think.svg);
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  width: 45px;
  height: 4px;
  bottom: 0;
  left: 18px;
}
.mobile-header-list a {
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
  text-decoration: none;
  color: inherit;
  padding: 20px;
}
@media (min-width: 992px) {
  .header-nav-outer {
    height: 84px;
  }
  .mobile-nav {
    display: none;
  }
  .desktop-nav {
    max-width: 1080px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .desktop-nav .header-logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .desktop-nav .header-logo img {
    width: 240px;
  }
  .first-header-list {
    font-size: 0;
    -webkit-flex: 1;
    -ms-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: end;
    justify-content: end;
  }
  .first-header-list li {
    color: #000;
    display: inline-block;
    height: 100%;
    left: 0;
    position: relative;
    right: 0;
    white-space: nowrap;
  }
  .first-header-list .txt {
    padding: 16px 12px;
    letter-spacing: 0.4px;
    font-size: 16px;
    position: relative;
  }
  .first-header-list .txt:hover .unfold-icon {
    display: none;
  }
  .first-header-list .txt:hover .unfold-icon-act {
    display: inline;
  }
  .first-header-list .txt:after {
    position: absolute;
    background-image: url(/files/image/material/tab_underline_think.svg);
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.1s ease 0s;
    -moz-transition: all 0.1s ease 0s;
    -ms-transition: all 0.1s ease 0s;
    -o-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s;
  }
  .first-header-list .txt.active {
    font-family: textweb_bold;
    font-weight: bold;
  }
  .first-header-list .txt.active:after,
  .first-header-list .txt:hover:after {
    height: 6px;
  }
  .first-header-list .txt .unfold-icon-act {
    display: none;
  }
  .first-header-list a {
    color: inherit;
    text-decoration: none;
  }
  .mobile-header-nav {
    display: none !important;
  }
  .header-nav-wrapper {
    padding: 13px 32px;
    max-width: 1080px;
    margin: auto;
  }
  .unfold-icon,
  .unfold-icon-act {
    position: relative;
    top: 4px;
  }
  .header-nav {
    background: #fff;
  }
}
@media (min-width: 1440px) {
  .desktop-nav {
    max-width: 1080px;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .header-nav-outer {
    height: 84px;
  }
  .first-header-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
}

.backtop-btn-box,
.backtop-btn {
  display: none;
}
@media all and (min-width: 768px) {
  .footer-top-section {
    padding: 70px 0 95px 0;
  }
  .footer-container {
    padding: 0 58px 0 58px;
  }
  .footer-navigators {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    padding: 12px 0;
  }
  .footer-navigators > * {
    margin-bottom: 0;
  }
  .footer-categories {
    text-align: left;
  }
  .menu-footer-container ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .menu-footer-container li {
    margin-right: 20px;
  }
}
@media all and (min-width: 1200px) {
  .backtop-btn-box {
    display: block;
  }
  .backtop-btn {
    cursor: pointer;
    position: fixed;
    bottom: 80px;
    right: 36px;
    width: 36px;
    height: 36px;
    display: block;
    border-radius: 999px;
    background-color: rgba(255, 255, 255, 0.2);
    border: solid 1px #000;
    text-align: center;
    overflow: hidden;
  }
  .backtop-btn:hover {
    border: solid 1px #000000;
    background: #000000 -wekbit-radial-gradient(96.8% 493.26% at 100% 93.41%, #cfffd3 0, rgba(148, 4, 1, 0) 100%);
    background: #000000 -o-radial-gradient(96.8% 493.26% at 100% 93.41%, #cfffd3 0, rgba(148, 4, 1, 0) 100%);
    background: #000000 -ms-radial-gradient(96.8% 493.26% at 100% 93.41%, #cfffd3 0, rgba(148, 4, 1, 0) 100%);
    background: #000000 -moz-radial-gradient(96.8% 493.26% at 100% 93.41%, #cfffd3 0, rgba(148, 4, 1, 0) 100%);
    background: #000000 radial-gradient(96.8% 493.26% at 100% 93.41%, #cfffd3 0, rgba(148, 4, 1, 0) 100%);
  }
  .backtop-btn:hover .unfold-icon {
    display: none;
  }
  .backtop-btn:hover .unfold-icon-act {
    display: inline;
  }
  .backtop-btn .unfold-icon-act {
    display: none;
  }
  .backtop-btn .unfold-icon,
  .backtop-btn .unfold-icon-act {
    position: relative;
    top: 10px;
  }
}
/** 广告相关 */
.header-banner {
  display: none;
}
.auto-ad-box {
  position: relative;
}
.auto-ad-box .auto-ad-box-cls {
  cursor: pointer;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  bottom: 0;
  padding-left: 14px;
  font-size: 12px;
  line-height: 16px;
  color: #8b8b8b;
  background-color: #FFFFFF;
}
.auto-ad-box .auto-ad-box-cls:after,
.auto-ad-box .auto-ad-box-cls:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: '';
  width: 12px;
  height: 1px;
  background-color: #8b8b8b;
}
.auto-ad-box .auto-ad-box-cls:after {
  transform: rotate(45deg);
}
.auto-ad-box .auto-ad-box-cls:before {
  transform: rotate(-45deg);
}
@media (min-width: 992px) {
  .header-banner {
    background-color: #ffffff;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
html {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
}
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1;
  -ms-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
}
.main-page {
  max-width: 750px;
  margin: auto;
}
.main-page aside {
  display: none;
}
.main-page main {
  padding-top: 36px;
}
.feeds-sec {
  margin-bottom: 60px;
  padding-bottom: 32px;
}
.entry-context {
  padding: 0 16px;
  font-size: 18px;
  line-height: 24px;
  font-family: "textweb_light";
}
.entry-context ul {
  padding-left: 22px;
}
.entry-context li {
  list-style: circle;
}
.feed-sec-title {
  font: 26px/55px textweb_bold;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (min-width: 1200px) {
  .main-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main-page main {
    -webkit-flex: 1;
    -ms-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    padding-top: 48px;
  }
  .main-page aside {
    display: block;
    width: 315px;
  }
}
@media screen and (min-width: 1420px) {
  .main-page {
    padding-left: 120px;
    padding-right: 120px;
  }
}
@media (min-width: 768px) {
  .feeds-ls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .feeds-sec {
    padding: 0 36px;
  }
}
@media (min-width: 1200px) {
  .feeds-sec {
    padding: 0 48px 0 0;
  }
  .grid-item {
    width: 47%;
  }
}

