/** 设备宽度 */
/** 颜色 */
/** 外阴影 */
/** 内容区 */
/** 模块 */
/** 字体 */
@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;
  }
}
.brand-sec {
  display: none;
  padding-top: 50px;
  padding-bottom: 50px;
  background: #000000 -wekbit-radial-gradient(96.8% 493.26% at 100% 93.41%, rgba(207, 255, 211, 0.28) 0, rgba(148, 4, 1, 0) 100%);
  background: #000000 -o-radial-gradient(96.8% 493.26% at 100% 93.41%, rgba(207, 255, 211, 0.28) 0, rgba(148, 4, 1, 0) 100%);
  background: #000000 -ms-radial-gradient(96.8% 493.26% at 100% 93.41%, rgba(207, 255, 211, 0.28) 0, rgba(148, 4, 1, 0) 100%);
  background: #000000 -moz-radial-gradient(96.8% 493.26% at 100% 93.41%, rgba(207, 255, 211, 0.28) 0, rgba(148, 4, 1, 0) 100%);
  background: #000000 radial-gradient(96.8% 493.26% at 100% 93.41%, rgba(207, 255, 211, 0.28) 0, rgba(148, 4, 1, 0) 100%);
}
.brand-sec-title {
  font: 30px/55px textweb_bold;
  text-align: center;
  color: #fff;
}
.brand-sec-title a {
  color: #000;
  text-decoration: none;
}
.brand-sec-title a:hover {
  color: #000000;
}
.brand-sec-desc {
  font: 16px/24px textweb_regular;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .brand-sec {
    display: block;
    width: 1080px;
    margin: 60px auto 0px;
  }
}
.feed-sec-title {
  font: 26px/55px textweb_bold;
  margin-bottom: 24px;
  padding: 0 24px;
}
.feed-sec-title a {
  color: inherit;
  text-decoration: none;
}
.feed-sec-title:hover a {
  color: #000000;
  text-decoration: underline;
}
.feeds-ls {
  padding-left: 20px;
  padding-right: 20px;
}
.grid-item {
  margin-bottom: 48px;
  background: #fff;
}
.grid-thumbnail {
  width: 100%;
  position: relative;
}
.grid-thumbnail:after {
  display: block;
  content: '';
  padding-top: 60%;
}
.grid-thumbnail .front-img {
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.grid-thumbnail:before {
  position: absolute;
  bottom: 0;
  z-index: 1;
  display: block;
  content: '';
  width: 100%;
  height: 6px;
  background: -webkit-linear-gradient(right, #cfffdd 0%, #000000 100%);
  background: -o-linear-gradient(right, #cfffdd 0%, #000000 100%);
  background: -moz-linear-gradient(right, #cfffdd 0%, #000000 100%);
  background: linear-gradient(right, #cfffdd 0%, #000000 100%);
}
.grid-thumbnail-img {
  opacity: 0;
  width: 0;
  height: 0;
  display: block;
}
.grid-title {
  font-family: "textweb_bold";
  font-size: 20px;
  line-height: 26px;
  font-weight: normal;
}
.grid-title a {
  color: inherit;
  text-decoration: none;
}
.grid-title:hover {
  text-decoration: underline;
}
.grid-date {
  display: none;
}
.grid-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  -moz-flex-flow: column;
  flex-flow: column;
  -webkit-flex: 1;
  -ms-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
  padding: 12px 0;
}
.grid-meta {
  line-height: 12px;
  font-size: 12px;
  font-family: "textweb_light";
  letter-spacing: 1px;
  margin-top: 8px;
}
.grid-meta a {
  color: inherit;
  text-decoration: none;
}
.grid-meta cate,
.grid-meta author,
.grid-meta time {
  display: inline;
}
.grid-meta cate {
  font-family: "textweb_bold";
}
.grid-meta .split-dec {
  font-weight: bold;
}
.grid-actions,
.grid-actions-in {
  padding: 36px 0;
  text-align: center;
}
.grid-actions .share,
.grid-actions-in .share {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 0 36px;
}
.grid-actions .share a,
.grid-actions-in .share a {
  display: block;
  height: 100%;
  width: 100%;
}
.grid-actions .share svg,
.grid-actions-in .share svg {
  position: relative;
  top: 2px;
}
.grid-actions li,
.grid-actions-in li {
  list-style: none;
  border-radius: 999px;
  width: 24px;
  height: 24px;
  text-align: center;
  margin: 0 8px;
  border: solid 1px #fff;
}
.grid-actions li:hover,
.grid-actions-in li:hover {
  border: solid 1px #000;
}
.grid-actions:after,
.grid-actions-in:after {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  background: #000;
  position: relative;
  top: -12px;
  border-bottom: solid 1px #000;
}
.grid-actions-in {
  display: none;
}
.grid-cate {
  letter-spacing: 1px;
  text-align: center;
}
.grid-cate a {
  color: inherit;
  text-decoration: none;
}
.grid-cate a:hover {
  color: #000000;
  text-decoration: underline;
}
@media (min-width: 450px) {
  .grid-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 32px;
    background: #fff;
  }
  .grid-thumbnail {
    width: 36%;
    height: fit-content;
    margin-right: 16px;
  }
  .grid-info {
    padding: 0 0;
  }
  .grid-actions-in {
    display: block;
    padding: 0;
    margin-top: 24px;
  }
  .grid-actions {
    display: none;
  }
}
@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;
    padding-left: 0;
    padding-right: 0;
  }
  .feeds-sec {
    padding: 0 36px;
  }
  .grid-item {
    display: block;
    width: 47%;
    padding: 0 0;
  }
  .grid-thumbnail {
    width: 100%;
  }
  .grid-title {
    padding-bottom: 0;
    margin-bottom: 8px;
    position: relative;
  }
  .grid-title:after {
    display: none;
    content: '';
    position: absolute;
    width: 50%;
    height: 1px;
    background: #bbbdbd;
    margin: auto;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .grid-header {
    margin-bottom: 8px;
    margin-top: 10px;
  }
  .grid-meta {
    margin-bottom: 12px;
    margin-top: 0;
  }
  .grid-date {
    display: block;
    margin-top: 13px;
  }
  .grid-actions-in {
    display: none;
  }
  .grid-actions {
    display: block;
  }
  .grid-cate {
    font-size: 14px;
  }
  .feed-sec-title {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .grid-thumbnail {
    -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;
  }
  .grid-thumbnail:hover {
    opacity: 0.7;
  }
  .grid-item {
    width: 32%;
  }
}
@media (min-width: 1200px) {
  .feeds-sec {
    padding: 0;
  }
}
.page-nav {
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: proximanova-regular;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.page-nav a {
  display: inline-block;
  min-width: 38px;
  min-height: 38px;
  line-height: 38px;
  border: solid 1px transparent;
  margin: 0 2px;
  text-align: center;
  text-decoration: none;
  color: #000;
  padding: 0 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page-nav a.prev,
.page-nav a.next {
  width: auto;
}
.page-nav a:hover {
  border: solid 1px #000000;
}
.page-nav .select {
  color: #ffffff;
  border: solid 1px #000000;
  background: #000000 -wekbit-radial-gradient(96.8% 493.26% at 100% 93.41%, rgba(207, 255, 211, 0.4) 0, rgba(148, 4, 1, 0) 100%);
  background: #000000 -o-radial-gradient(96.8% 493.26% at 100% 93.41%, rgba(207, 255, 211, 0.4) 0, rgba(148, 4, 1, 0) 100%);
  background: #000000 -ms-radial-gradient(96.8% 493.26% at 100% 93.41%, rgba(207, 255, 211, 0.4) 0, rgba(148, 4, 1, 0) 100%);
  background: #000000 -moz-radial-gradient(96.8% 493.26% at 100% 93.41%, rgba(207, 255, 211, 0.4) 0, rgba(148, 4, 1, 0) 100%);
  background: #000000 radial-gradient(96.8% 493.26% at 100% 93.41%, rgba(207, 255, 211, 0.4) 0, rgba(148, 4, 1, 0) 100%);
}
.page-nav .select,
.page-nav .page-number {
  display: none;
}
@media (min-width: 450px) {
  .page-nav .select,
  .page-nav .page-number {
    display: inline-block;
  }
}
.page-header .page-title {
  padding-top: 50px;
  padding-bottom: 50px;
  font: 30px/55px textweb_bold;
  text-align: center;
}
.main-page {
  max-width: 1080px;
  margin: auto;
}
.main-page aside {
  display: none;
}
.main-page main {
  padding-top: 36px;
}
.grid-item {
  margin-bottom: 3vw;
}
@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: 992px) {
  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 {
    -webkit-flex: 1;
    -ms-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    width: 100%;
  }
  .feeds-ls {
    display: block;
    font-size: 0;
  }
  .grid-item {
    display: inline-block;
    margin-right: 2%;
  }
  .grid-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1420px) {
  .main-page {
    padding-left: 120px;
    padding-right: 120px;
  }
}

