@charset "UTF-8";
:root {
  --bodyFont: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial,'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol','Noto Color Emoji';
  --bodyBg:#f7f7fa;
  --primaryColor: #222222;
  --secondaryColor: #0280d9;
  --paraColor: #555555;
  --optionalColor: #888888;
  --bgColor: #F6F6F6;
  --headerColor: #333;
  --bgColorTwo: #240135;
  --grayColor: #F8F8F8;
  --blackColor: #190B32;
  --whiteColor: #ffffff;
  --whiteRGB: 255,255,255;
  --offwhiteColor: #ccc;
  --footerColor: #02161A;
  --footerBg: #efeff4;
  --yellowColor: #FFCB36;
  --fontSize: 16px;
  --transition: all ease .5s;
  --transitionTwo: all ease .9s;
  --btnGradient:linear-gradient(134deg, #07d8e2 54.07%, #35e99d 99.24%);
  --box-shadow: 0px 10px 40px 0px rgba(153, 153, 153, 0.25);
  --border-radius:14px;
  --box-shadow-light: 0 5px 20px rgba(0, 0, 0, 0.02);
  --border:1px solid #eee;
}
*, *::before, *::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
body{
  /*!background: url(../img/bg.jpeg) no-repeat var(--bodyBg);*/
  background: var(--bodyBg);
}
.breadcrumb{
  font-size: .875rem;
  opacity: .6;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: var(--bs-breadcrumb-divider, ">");
  opacity: .5;
}
:focus,
button:focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}
.form-control:focus {
  box-shadow: none;
}
a,
button,
input[type=submit] {
  cursor: pointer;
}
/*! Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
/*! Firefox */
input, textarea {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 12px 15px 12px;
  width: 100%;
  font-size: 16px;
}
input {
  height: 50px;
}
a {
  text-transform: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
  color: var(--paraColor);
}
a:hover,
a :focus {
  text-decoration: none;
  box-shadow: none;
}
a:focus {
  outline: 0 solid;
}
img {
  max-width: 100%;
  height: auto;
}
h1,
h2,
h4,
h6 {
  font-weight: 600;
  font-family: var(--bodyFont);
  color: var(--primaryColor);
}
body {
  font-size: 16px;
  font-family: var(--bodyFont);
  color: var(--paraColor);
  font-weight: 400;
  line-height: 30px;
}
p {
  font-size: 16px;
  line-height: 1.4;
}

.list-style {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-style li {
  list-style: none;
}
/*!ratio-img*/
.ratio img{
  object-fit: cover;
}
.ratio-3x2 {
  --bs-aspect-ratio: 66.67%;
}
/*!diy的文本截断*/
.truncate-line2 {
  max-height: calc(1.6rem * 2);
  max-width: 100%;
  line-height: 1.6rem;
  height: calc(1.6rem * 2);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.truncate-line1 {
  max-height: calc(1.6rem * 1);
  line-height: 1.6rem;
  height: calc(1.6rem * 1);
  display: -webkit-box;
  /*!white-space: nowrap;*/
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
/*!header*/
.mnav{list-style:none;padding-left: 0;}
.offcanvas{
  max-width:75%;
}
.navbar-area.header-game {
  background-color: rgba(var(--whiteRGB),.95);
  backdrop-filter: blur(20px);
  z-index: 9;
  position: relative;
}
.navbar-area.header-game .navbar {
  padding: 10px 0;
}
.navbar-area.header-game .navbar .others-option .option-item .search-btn i {
  color: var(--primaryColor);
}
.navbar-area.header-game .navbar .navbar-nav .nav-item .nav-link {
  font-weight: 500;
}
.navbar-area .navbar {
  background-color: var(--whiteColor);
  border-radius: 7px;
  padding: 4px 0 5px;
}
.navbar-area .navbar .navbar-brand {
  font-size: inherit;
  line-height: 1;
  padding: 0;
}
.navbar-area .navbar .navbar-brand img {
  max-height: 30px;
}
.navbar-area .navbar .navbar-toggler {
  color: var(--primaryColor);
  font-size: inherit;
  box-shadow: unset;
  border: none;
  padding: 0;
}
.navbar-area .navbar .navbar-toggler .burger-menu {
  cursor: pointer;
}
.navbar-area .navbar .navbar-toggler .burger-menu span {
  height: 3px;
  width: 30px;
  margin: 5px 0;
  display: block;
  background: var(--whiteColor);
}
.navbar-area .navbar ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.navbar-area .navbar .navbar-nav .nav-item {
  position: relative;
}
.navbar-area .navbar .navbar-nav .nav-item:last-child .nav-link {
  padding-right: 0;
}
.navbar-area .navbar .navbar-nav .nav-item:first-child .nav-link {
  padding-left: 0;
}
.navbar-area .navbar .navbar-nav .nav-item:hover .nav-link {
  color: var(--secondaryColor);
}
.navbar-area .navbar .navbar-nav .nav-item .nav-link {
  padding-right: 30px;
  font-family: var(--bodyFont);
  font-weight: 400;
  position: relative;
  color: var(--primaryColor);
  font-size: 16px;
  padding-top: 5px;
  padding-bottom: 5px;
  transition: var(--transition);
}
.navbar-area .navbar .navbar-nav .nav-item .nav-link:hover {
  color: var(--secondaryColor);
}
.navbar-area .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
.navbar-area .navbar .navbar-nav .nav-item .dropdown-menu {
  left: 0;
  top: 40px;
  opacity: 0;
  z-index: 99;
  border: none;
  min-width: 170px;
  margin-top: 0;
  display: block;
  padding: 12px 0;
  border-radius: 5px;
  position: absolute;
  visibility: hidden;
  background: var(--whiteColor);
  transition: all 0.2s ease-in-out;
  transform: translate3d(0, 18px, 0);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.navbar-area .navbar .navbar-nav .nav-item .dropdown-menu .nav-item {
  margin: 0;
}
.navbar-area .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link {
  display: block;
  font-size: 15px;
  padding: 8px 25px;
  color: var(--primaryColor);
}
.navbar-area .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link:hover {
  color: var(--secondaryColor);
}
.navbar-area .navbar .navbar-nav .nav-item .dropdown-toggle {
  padding-right: 20px;
}
.navbar-area .navbar .navbar-nav .nav-item .dropdown-toggle:before {
  position: absolute;
  content: "\e664";
  line-height: 1;
  right: 32px;
  top: 14px;
  font-family: 'rgicon' !important;
  font-size: 12px;
}
.navbar-area .navbar .navbar-nav .nav-item .dropdown-toggle:after {
  display: none;
}
.navbar-area .navbar .others-option {
  position: relative;
  top: 2px;
}
.navbar-area .navbar .others-option .option-item .search-btn {
  background-color: transparent;
  border: none;
}
.navbar-area .navbar .others-option .option-item .search-btn i {
  color: var(--whiteColor);
  font-size: 20px;
  line-height: 24px;
}
.navbar-area .navbar .others-option .option-item .btn-two {
  padding: 12px 15px;
}
.searchModal {
  overflow-x: hidden;
}
.searchModal .modal-dialog {
  margin: 0;
  width: 100%;
  max-width: 100%;
  padding: 15px;
  background-color: var(--whiteColor);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.searchModal .modal-dialog .modal-content {
  border: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  border-radius: 0;
  max-width: 720px;
  background-color: transparent;
  margin-left: auto;
  margin-right: auto;
}
.searchModal .modal-dialog .modal-content form {
  width: calc(100% - 50px);
  position: relative;
}
.searchModal .modal-dialog .modal-content form .form-control {
  height: 55px;
  border-radius: 0;
  box-shadow: unset;
  border-radius: 5px;
  color: var(--titleColor);
  font-size: var(--fontSize);
  border: none;
  background-color: var(--bodyBg);
  padding-left: 18px;
  padding-right: 18px;
}
.searchModal .modal-dialog .modal-content form .form-control::-moz-placeholder {
  -moz-transition: var(--transition);
  transition: var(--transition);
  color: var(--paraColor);
}
.searchModal .modal-dialog .modal-content form .form-control:focus::-moz-placeholder {
  color: transparent;
}
.searchModal .modal-dialog .modal-content form .form-control:-moz-placeholder {
  -moz-transition: var(--transition);
  transition: var(--transition);
  color: var(--paragraphColor);
}
.searchModal .modal-dialog .modal-content form .form-control:-ms-input-placeholder {
  -ms-transition: var(--transition);
  transition: var(--transition);
  color: var(--paragraphColor);
}
.searchModal .modal-dialog .modal-content form button {
  top: 8px;
  border: 0;
  padding: 0;
  right: 10px;
  width: 50px;
  height: 40px;
  font-size: 17px;
  border-radius: 5px;
  position: absolute;
  transition: var(--transition);
  color: var(--whiteColor);
  background: var(--btnGradient);
}
.searchModal .modal-dialog .modal-content form button:hover {
  filter: hue-rotate(10deg);
}
.searchModal .modal-dialog .modal-content form button i {
  left: 0;
  right: 0;
  top: 50%;
  line-height: 1;
  position: absolute;
  color: var(--whiteColor);
  transform: translateY(-50%);
}
.responsive-navbar {
  border: 0 !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.responsive-navbar .offcanvas-body {
  padding: 30px;
}
.responsive-navbar .offcanvas-body .accordion .accordion-item {
  border: 0;
  padding: 0;
  border-radius: 0;
  color: var(--titleColor);
  background-color: transparent;
  box-shadow: none;
  font-weight: 600;
  position: relative;
}
.responsive-navbar .offcanvas-body .accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-button {
  width: 100%;
  display: block;
  box-shadow: unset;
  position: relative;
  padding: 0 18px 0 0;
  color: var(--titleColor);
  background-color: transparent;
  transition: var(--transition);
  font-size: var(--fontSize);
  font-weight: 600;
  box-shadow: none;
}
.responsive-navbar .accordion-item a{
  display: block;
  height: 50px;
  line-height: 50px;
}
.responsive-navbar .toggle-btn {
  position: absolute;
  right: 0;
  top: 0%;
  font-weight: 400;
  font-size: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  text-align: center;
}
.responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-button:after {
  display: none;
}
.responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-button:hover {
  color: var(--secondaryColor);
}
.responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-link {
  color: var(--titleColor);
}
.responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-link:hover {
  color: var(--secondaryColor);
}
.responsive-navbar .offcanvas-body .others-option {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #eee;
}
.responsive-navbar .offcanvas-body .others-option .option-item {
  margin-left: 25px;
}
.responsive-navbar .offcanvas-body .others-option .option-item:first-child {
  margin-left: 0;
}

.responsive-navbar .offcanvas-body .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .searchModal .modal-dialog .modal-content form {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .navbar-area {
    overflow-x: hidden;
  }
  .navbar-area.header-game .navbar {
    padding: 17px 0;
  }
  .navbar-area.header-game .navbar .search-btn i {
    color: var(--primaryColor);
  }
  .navbar-area.header-game .navbar .navbar-toggler .burger-menu span {
    background: var(--primaryColor);
  }
  .navbar-area .search-btn {
    background-color: transparent;
    border: none;
    padding: 0;
    position: absolute;
    top: 14px;
    right: 50px;
  }
  .navbar-area .search-btn i {
    color: var(--whiteColor);
    font-size: 36px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .navbar-area .navbar .others-option {
    width: 23%;
  }
  .navbar-area .navbar .others-option {
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-area .navbar-brand {
    max-width: 120px;
  }
  .navbar-area.header-game .navbar .navbar-nav {
    padding-left: 15px;
  }
  .navbar-area .navbar .navbar-nav .nav-item .nav-link {
    padding-right: 22px;
    font-size: 15px;
  }
  .navbar-area .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle {
    padding-right: 30px;
  }
  .navbar-area .navbar .navbar-nav .nav-item .dropdown-toggle::before {
    top: 35px;
    right: 16px;
    font-size: 10px;
  }
  .navbar-area .navbar .others-option {
    margin-left: 10px;
  }
  .navbar-area .navbar .others-option .option-item {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .navbar-area .navbar .navbar-nav .nav-item .nav-link {
    padding-right: 27px;
  }
  .navbar-area .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle {
    padding-right: 36px;
  }
  .navbar-area .navbar .navbar-nav .nav-item .dropdown-toggle::before {
    right: 20px;
  }
  .navbar-area .navbar .others-option {
    margin-left: 25px;
  }
  .navbar-area .navbar .others-option .option-item {
    margin-left: 25px;
  }
  .navbar-area.header-game .navbar .navbar-nav {
    padding-left: 55px;
  }
}
@media only screen and (min-width: 1400px) {
  .navbar-area .navbar .navbar-nav .nav-item .nav-link {
    padding-right: 41px;
  }
  .navbar-area .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle {
    padding-right: 50px;
  }
  .navbar-area .navbar .others-option .option-item {
    margin-left: 25px;
  }
  .navbar-area.header-game .navbar .navbar-nav {
    padding-left: 85px;
  }
}
/*!回顶*/
#backtotop {
  opacity: 0;
  right: 20px;
  z-index: 99;
  width: 50px;
  bottom: 100px;
  height: 50px;
  font-size: 25px;
  transition: 0.5s;
  line-height: 10px;
  background-color: var(--whiteColor);
  border-radius: 100rem;
  box-shadow: var(--box-shadow);
}
#backtotop i {
  color: var(--primaryColor);
}
#backtotop:hover {
  color: var(--primaryColor);
}
/*!按钮*/
.btn-two {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  position: relative;
  z-index: 1;
  border: none;
  line-height: 1;
  padding: 16px 27px 21px;
  border-radius: 5px;
  overflow: hidden;
  white-space: nowrap;
}

.btn-two {
  color: var(--whiteColor);
  background: var(--btnGradient);
}
.btn-two:hover {
  filter: hue-rotate(10deg);;
}
/*!Section*/

.social-profile li {
  display: inline-block;
  margin-right: 10px;
}
.social-profile li:last-child {
  margin-right: 0;
}
.social-profile li a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  border-radius: 50%;
  transition: var(--transition);
}
.social-profile li {
  display: inline-block;
}
.social-profile li:last-child {
  margin-right: 0;
}
.social-profile li a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  border-radius: 50%;
  transition: var(--transition);
}

/*!newsletter*/

/*!trending-news*/

/*!News Card */


/*!article*/
article p {
  margin-bottom: 20px;
}
article h2 {
  margin-bottom: 25px;
  line-height: 1.45;
}
article h2 {
  font-size: 30px;
}
.article-multi h2{
  font-size: 18px;
}

/*!footer*/
.footer {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  font-size: .75rem;
  background: var(--footerBg);
}
.footer-wrap {
  position: relative;
  z-index: 1;
  padding: 47px 0;
}
.footer-wrap .copyright-text {
  margin: 0;
  font-size: .75rem;
}
.footer-wrap .social-profile li a {
  width: 45px;
  height: 45px;
  border: 1px solid #EEEEEE;
  background-color: var(--whiteColor);
  line-height: 43px;
  border-radius: 100rem;
  filter: grayscale(1);
}
.footer-wrap .social-profile li a:hover {
  background-color: var(--secondaryColor);
  border-color: transparent;
}
.footer-wrap p {
  margin: 0;
  font-size: 15px;
  line-height: 24px;
  color: var(--optionalColor);
  font-size: .75rem;
}

@media only screen and (max-width: 991px) {
  .footer-wrap {
    text-align: center;
    padding: 40px 0;
  }
  .footer-wrap .social-profile {
    margin: 20px 0;
  }
}
@media only screen and (min-width: 1400px) {
  .footer-wrap .footer-right {
    padding-left: 75px;
  }
}
/*!responsive*/
@media only screen and (max-width: 767px) {
  .btn-two {
    font-size: 14px;
    padding: 16px 22px 13px;
  }
  .filter-radio-group [type=radio]:not(:checked) + label {
    font-size: 14px;
  }
  article p {
    margin-bottom: 15px;
  }
  article h2 {
    line-height: 1.5;
    margin-bottom: 15px;
  }
  article h2 {
    font-size: 18px;
    max-height: calc(1.6rem * 2);
    max-width: 100%;
    line-height: 1.6rem;
    height: calc(1.6rem * 2);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  article ul li {
    font-size: 14px;
    margin-bottom: 10px;
  }
  article ul li:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar {
    margin-top: 70px;
  }
}
@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1327px;
  }
  article p {
    margin-bottom: 20px;
  }
  article h2 {
    margin-bottom: 15px;
    line-height: 1.55;
  }
  article h2 {
    font-size: 32px;
  }
  article h2{
    font-size: 20px;
  }
}
/*!dark-theme*/
:root {
  --aztechColor:#111828;
  --codColor: #222;
  --darkColor: #000;
}

.navbar-area .navbar {
  background-color: transparent;
}

/*!css*/
.theme-dark .filter-radio-group [type=radio]:not(:checked) + label {
  color: var(--offwhiteColor);
}
.theme-dark .select-payment-method [type=radio]:not(:checked) + label::before {
  border-color: rgba(255, 255, 255, 0.25) !important;
}
/*!
文章列表
*/
@media (min-width: 992px) {
  aside.aside {
    flex: 0 0 auto;
    width: 33%!important;
  }
}
.box{
  border-radius: var(--border-radius);
  border:none;
}
/*!文章页*/
.post-title{
  font-size: 1.8rem;
}
.post-data{
  position: relative;
}
.post-data .nav-link{
  padding: 0;
}
.post-data img{
  width: 1.1rem;
  height: 1.1rem;
  vertical-align: middle;
}
.article-tag i{
  color: var(--secondaryColor);
}
.article-tag .btn{
  border-radius: .5rem;
  padding: .2rem 1rem!important;
  border:2px solid var(--bodyBg);
  background: var(--whiteColor);
}
.article-tag .btn:hover{
  border-radius: .5rem;
  border:2px solid var(--secondaryColor);
  padding: .2rem 1rem!important;
}
.related .h4{
  font-size: 20px;
  font-weight: 800;
}
.related .card{
  background: none;
}
.related .card-title{
  font-size: 16px;
}
.related .card{
  border:none;
}
.related .data{
  opacity: .6;
}
/*!分页*/
/*!文章页*/
.post .sharing .share-icon{
  border-radius: 10px!important;
  color: var(--primaryColor)!important;
  background: var(--whiteColor);
  border:1px solid #eee!important;
}
.post .sharing .share-icon:hover{
  background: var(--bodyBg);
}
main.main{
  
}
.istop-icon svg{
  margin-top:-3px;
}
main.main article:after{
  position: absolute;
  bottom:0;
  left:1rem;
  content: '';
  border-bottom:var(--border);
  width: calc(100% - 2rem);
  display: block;
}
main.main article{
  position: relative;
  border-radius: calc(var(--border-radius) / 2);
  transition: all ease-in-out .3s;
}
main.main article:hover{
  background: var(--whiteColor);
}
main.main article h2{
  margin-bottom: 0;
  line-height: 1.4;
}
main.main article .intro,
main.main article .other{
  font-size:14px;
  text-align: justify;
  opacity: .8;
}
main.main article .intro{
  margin-bottom: .5rem;
}
/*!文章页*/
/*!分页*/
.pagination li{
  display: inline-block;
}
.page-link{
  color:var(--primaryColor);
  border-radius: .5rem!important;
  width:2.5rem;
  height:2.5rem;
  line-height: 2.5rem;
  text-align: center;
  padding: 0;
}
.active > .page-link {
  z-index: 3;
  color:var(--whiteColor);
  background-color: var(--secondaryColor);
  border-color: var(--secondaryColor);
}
/*!文章页*/
/*!PC端文章页的app下载*/

/*!移动端*/
@media only screen and (max-width: 991px) {
  .mt-5 {
    margin-top: 1rem !important;
  }
  .mb-5 {
    margin-bottom: 2rem !important;
  }
  .p-5,
  .p-4 {
    padding: 1rem !important;
  }
  .my-4 {
    margin: 1rem 0!important;
  }
  .mt-4 {
    margin-top: 1rem !important;
  }  
  .mb-4 {
    margin-bottom: 1rem !important;
  }
  .sidebar {
    margin-top: 10px;
  }
  .sidebar h4 span{
    font-size: 20px!important;
  }
  footer.footer{
    padding: 0 1rem;
  }
  footer.footer .misc{
    order:2;
  }
  footer.footer ul{
    margin-bottom: 0;
  }
  .foot-sharing{
    display: none;
  }

  .article-tag li{
    margin-bottom: .5rem;
  }
  .article-tag li i,.article-tag li a{
    font-size:12px;
  }
  .related .card{
    flex-wrap: nowrap;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .related .card-fold{
    width: 35%;
  }
  .related .card-body{
    width: 65%;
    margin-right: 15px;
    padding-top: 0!important;
  }
  .post-data{
    font-size: 14px;
  }
  .post-title {
    font-size: 1.5rem;
  }  
  .article-multi{
    padding: 0!important;
  }
  .article-multi .row{
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .article-multi .img{
    width: 35%;
  }
  .article-multi .info{
    width: 64%;
  }
  .article-multi .intro{
    display: none;
  }
  .article-multi .me-5{
    margin-right: 10px!important;
  }
  .article-multi .other{
    align-items: center;
  }
  .page-link{
    width:2rem;
    height:2rem;
    line-height: 2rem;
  }
  .pagination-wrap{
    margin:1rem 0 0 0!important;
  }

}

/*app列表页和下载页文章详情*/
html{
  scroll-padding-top: 90px;
}
/* Lightbox styles */
/* 响应式设计 */
@media (max-width: 768px) {
  .card-body {
    flex-wrap: wrap;
  }
}







/* 行高限制 */
.truncate-line3 {
  max-height: calc(1.6rem * 3);
  max-width: 100%;
  line-height: 1.6rem;
  height: calc(1.6rem * 3);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.truncate-line2 {
  max-height: calc(1.6rem * 2);
  max-width: 100%;
  line-height: 1.6rem;
  height: calc(1.6rem * 2);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.truncate-line1 {
  max-height: calc(1.6rem * 1);
  line-height: 1.6rem;
  height: calc(1.6rem * 1);
  display: -webkit-box;
  /*!white-space: nowrap;*/
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
/*base*/
a:hover{color:var(--secondaryColor);}
body { background-color: #f9f9f9; }
/* 暗夜模式样式 */
body.dark-mode { background-color: #1a1a1a; color: #fff; }
body.dark-mode .navbar { background-color: #2d2d2d !important; }
body.dark-mode .navbar-nav .nav-link, body.dark-mode .btn-link { color: #fff; }
body.dark-mode .dropdown-menu { background-color: #2d2d2d; border-color: #404040; }
body.dark-mode .dropdown-item { color: #fff; }
body.dark-mode .dropdown-item:hover { background-color: #404040; }
/* Hover下拉菜单样式 */
@media (min-width: 992px) { .dropdown:hover .dropdown-menu { display: block; } }
.navbar-nav .nav-link { color: #333; font-weight: 500; }
.navbar-nav .nav-link.active{color:var(--secondaryColor);}
.search-overlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, .3); z-index: 1000; padding: 2rem; }
@media (max-width: 768px){.search-overlay{padding: 0;}}
.search-overlay.active { display: block; }
body.dark-mode .search-overlay { background: rgba(26, 26, 26, 0.98); }
body.dark-mode .form-control { background-color: #2d2d2d; border-color: #404040; color: #fff; }
body.dark-mode .form-control::placeholder { color: #aaa; }


/*header*/
.navbar-nav li{list-style:none;}
.navbar{border-bottom: 1px solid #ddd;background:transparent!important;}
.navbar-brand img{max-height:35px;}
.navbar-toggler{border:none!important;outline: 0!important;box-shadow:none;}
.navbar-toggler:focus,.navbar-toggler:active{border:none!important;outline: 0!important;box-shadow:none;}
/*footer*/
.footer {background-color: #f8f9fa; padding: 1.5rem 0;}
.footer .container {display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem;}
.footer .copyright {color: #6c757d; font-size: 14px;}
.footer .links {display: flex; align-items: center; gap: 1rem;}
.footer .links ul {list-style: none; padding: 0; margin: 0; display: flex; gap: 1rem;}
@media (max-width: 768px) {
  .footer .links ul {flex-wrap:wrap; gap: 0;}
  .footer .flinks .mb-3{margin-bottom:.5rem!important;}
}
.footer .links a {color: #6c757d; text-decoration: none;}
.footer .flinks{justify-content: start;}
.footer .links a:hover {color: #0d6efd;}
.footer .social-icons ul {list-style: none; padding: 0; margin: 0; display: flex; gap: 1rem;}
.footer .social-icon {width: 36px; height: 36px; background: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 2px 4px rgba(0,0,0,0.1);}
.footer .social-icon img {width: 20px; height: 20px;}
.footer .description {color: #6c757d; font-size: 14px;}
@media (max-width: 768px) {.footer .container {flex-direction: column; text-align: center;} .footer .links, .footer .links ul {justify-content: center;} .footer .social-icons ul {justify-content: center;} .footer .description {text-align: center;}}
/*幻灯片和模块1和模块2*/
.news1 .card { border: none; background: transparent; margin-bottom: 1rem; border-radius: 8px; overflow: hidden; height: 100%; border-bottom: 1px solid #eee;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;}
.news1 .card-img-overlay { background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%); display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start; padding: 1rem; }
.news1 .card-img-overlay .card-title, .news1 .card-img-overlay .card-text { color: white; }
.news1 .tag { font-size: 12px; padding: 3px 6px; border-radius: 4px; display: inline-block; margin-right: 0.5rem; white-space: nowrap; max-width: none; width: auto; filter: saturate(0.6) brightness(1);}

.news1 .meta { font-size: 14px; color: #f7f7f7; }
.news1 .stats { font-size: 14px; color: #6c757d; }
.news1 .m-block img{aspect-ratio: 16 / 9.2;object-fit: cover;}
@media (max-width: 768px) {
  .news1 .m-block img{margin-top:20px;}
  .news1 .col-lg-3{padding-left:.5rem!important;}
  .news1 .left-column{padding: .5rem!important;border-right:none!important;}
}
.news1 .avatar { width: 18px; height: 18px; border-radius: 50%; margin-right: 0.5rem; }
.news1 .list-group-item { border: none; padding: .9rem 0; background: transparent; border-bottom:1px solid #eee;border-radius:0 !important;}
.news1 .section-title { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1.5rem; }
.news1 .view-all { color: #6c757d; text-decoration: none; font-size: 14px; }
.news1 .row { display: flex; flex-wrap: wrap; align-items: stretch; }
.news1 .col-lg-5, .news1 .col-lg-4, .news1 .col-lg-3 { display: flex; flex-direction: column; padding-left: 1.5rem;}
.news1 .col-lg-5 > *, .news1 .col-lg-4 > *, .news1 .col-lg-3 > * { flex: 1; }
.news1 .carousel-item { height: 400px; }
.news1 .carousel-item img { height: 100%; object-fit: cover; }
.news1 .right-column { height: 100%; padding-left: 0.7rem;}
.news1 .right-column .list-group { flex: 1; border-left:1px solid #eee;padding-left:2rem;border-radius:0 !important;}

@media (max-width: 768px) {
  .news1 .right-column .list-group { border-left:0;padding-left:0;}
}
.news1 .left-column { height: 100%; padding-right: 1.5rem;border-right: 1px solid #eee;}
.news1 .left-column .carousel, .news1 .left-column .row { height: 100%; }
.news1 .left-column .card-img { height: 100%; object-fit: cover;aspect-ratio: 4 / 3; }
@media (max-width: 992px) {
  .news1 .right-column { margin-top: 1rem; }
  .news1 .carousel-item { height: 300px; }
}
/*模块3*/
.news2 { padding: 2rem 0; }
.news2 .section-title { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1.5rem; }
.news2 .view-all { color: #6c757d; text-decoration: none; font-size: 14px; }
.news2 .featured-card { border-radius: 12px; overflow: hidden; margin-bottom: .5rem; position: relative; display: flex; padding: 20px; padding-left: 0;}
.news2 .featured-card.pink { /*background: #e4a7b3;*/border-bottom:1px solid #eee; border-radius:0;}
.news2 .featured-card.green { /*background: #4caf50;*/ border-bottom:1px solid #eee; border-radius:0;}
.news2 .featured-card img {  height: 200px; object-fit: cover; border-radius: 8px; }
.news2 .featured-content { padding-left: 20px; color: #111; flex: 1; /*display: flex; */flex-direction: column; justify-content: center; }
.news2 .tag { font-size: 12px; padding: 3px 6px; border-radius: 4px; display: inline-block; margin-right: 0.5rem; background: rgba(255,255,255,0.2); color: white; filter: saturate(0.6) brightness(1);}
.news2 .right-list h6{font-size:18px;}
.news2 .right-list .list-item p{font-size:16px;}
.news2 .list-item { padding: .93rem 0; border-bottom: 1px solid #eee !important; }
.news2 .list-item:last-child { border-bottom: none; }
.news2 .meta { font-size: 14px; color: #f7f7f7; margin-top: 8px; }
.news2 .stats { font-size: 12px; color: #6c757d; margin-top: 4px; }
.news2 .list-item .tag { background: #f0f0f0; color: #666; }
@media (max-width: 768px) {
  .news2 .right-list { margin-top: 1rem; }
  .news2 .featured-card { flex-direction: column; }
  .news2 .featured-card img { width: 100%; margin-bottom: 15px; }
  .news2 .featured-content { padding-left: 0; }
}
/*模块四和五*/
.news3,.news4 { padding: 2rem 0; }
.news3 .section-title,.news4 .section-title  { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1.5rem; }
.news3 .view-all,.news4 .view-all { color: #6c757d; text-decoration: none; font-size: 14px; }
.news3 .featured-card,.news4 .featured-card { position: relative; border-radius: 12px; overflow: hidden; height: 100%; display: flex; }
.news3 .featured-image,.news4 .featured-image { width: 15%; height: 100%; }
.news3 .featured-image img,.news4 .featured-image img { width: 100%; height: 100%; object-fit: cover; }
.news3 .featured-content,.news4 .featured-content { width: 100%; padding: 2rem; background: #83a8bb; color: white; /*display: flex;*/ flex-direction: column; justify-content: center; }
.news3 .featured-content .read-more,.news4 .featured-content .read-more { display: inline-block; padding: 6px 12px; background: rgba(255,255,255,0.2); color: white; text-decoration: none; border-radius: 4px; margin-top: 1rem; font-size: 14px; }
.news3 .tag,.news4 .tag { font-size: 12px; padding: 3px 6px; border-radius: 4px; display: inline-block; margin-right: 0.5rem;filter: saturate(0.6) brightness(1); }
.news3 .list-item,.news4 .list-item{ padding: 1rem 0; border-bottom: 1px solid #eee !important; }
.news3 .list-item:last-child,.news4 .list-item:last-child { border-bottom: none; }
.news3 .meta,.news4 .meta { font-size: 14px; color: #6c757d; }
.news3 .featured-content .meta,.news4 .featured-content .meta { color: rgba(255,255,255,0.8); }
.news3 .stats,.news4 .stats  { font-size: 12px; color: #6c757d; margin-top: 4px; display: flex; gap: 10px; }
.news3 .stats .author,.news4 .stats .author { font-weight: bold; }
.news3 .featured-content .stats,.news4 .featured-content .stats { color: rgba(255,255,255,0.7); }
.news3 .featured-content .stats .author,.news4 .featured-content .stats .author  { color: rgba(255,255,255,0.9); }
@media (max-width: 768px) {
  .news3 .right-list,.news4 .right-list { margin-top: 1rem; }
  .news3 .featured-card, .news4 .featured-card { flex-direction: column; height: auto; }
  .news3 .featured-image, .news3 .featured-content,.news4 .featured-image, .news4 .featured-content { width: 100%; }
  .news3 .featured-image img,.news4 .featured-image img  { height: 300px; }
}
.news3 .row,.news4 .row { display: flex; flex-wrap: wrap; }
.news3 .col-md-6,.news4 .col-md-6{ display: flex; flex-direction: column; }
.news3 .right-list,.news4 .right-list { display: flex; flex-direction: column; height: 100%; }
.news3 .right-list .row,.news4 .right-list .row  { flex: 1; }