* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

@font-face {
  font-family: 'lora';
  src: url(../font/Lora-Regular.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --main-color: #7abf18
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: 'lora';
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
  color: #000;
  background: #ffffff;
  border-color: #dfdfdf;
  transition: transform ease-in .4s;
  -webkit-tap-highlight-color: transparent;
}

ol,
ul {
  padding-left: 2rem;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media(min-width: 576px) {

  .container {
    max-width: 540px
  }
}

@media(min-width: 768px) {

  .container {
    max-width: 720px
  }
}

@media(min-width: 992px) {

  .container {
    max-width: 960px
  }
}

@media(min-width: 1200px) {

  .container {
    max-width: 1140px
  }
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

a {
  color: #012549;
  text-decoration: none;
}

a,
i,
cite,
em,
var,
address,
dfn,
ol,
li,
ul {
  font-style: normal;
  font-weight: 400;
  list-style: none;
}

a,
a:focus,
a:hover {
  text-decoration: none;
}

[role=button] {
  cursor: pointer;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

}

@media (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 50%;
    width: 50%;
  }

}

@media (min-width: 992px) {
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 1200px) {
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}

img {
  max-width: 100%;
  vertical-align: middle;
  border-style: none;
}

.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .375rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

button {
  border-radius: 0
}

button:focus:not(:focus-visible) {
  outline: 0
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

























h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: 1.4em;
  color: #292929;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 15px;
}

.main-header {
  background-color: #000;
  position: sticky;
  top: 0;
  z-index: 99;
}

.main-header__inner {
  display: flex;
  align-items: center;
  position: relative;
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

.main-header__logo {
  padding: 15px 0;
}

.main-header__logo a {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
}

.main-header__nav {
  margin-left: auto;
}

.main-menu .main-menu__list,
.main-menu .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-items: center;
}

@media (min-width: 1200px) {

  .main-menu .main-menu__list,
  .main-menu .main-menu__list ul {
    display: flex;
  }
}

.main-menu .main-menu__list>li {
  padding: 10px 20px;
  position: relative;
}

.main-menu .main-menu__list>li>a {
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 0;
  position: relative;
  font-size: 16px;
  transition: all 500ms ease;
}

.main-menu .main-menu__list>li>a::after {
  content: '';
  display: block;
  height: 2px;
  background: var(--main-color);
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  right: 0;
  width: 75%;
  opacity: 0;
  transition: 0.3s all;
}

.main-menu .main-menu__list>li>a:hover::after {
  bottom: -2px;
  opacity: 1;
}

.main-menu .main-menu__list>li.current>a,
.main-menu .main-menu__list>li:hover>a {
  color: var(--main-color);
}

.main-header__right {
  display: flex;
  align-items: center;
  padding: 9.5px 0;
}

.mobile-nav__btn {
  width: 24px;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  cursor: pointer;
  z-index: 3;
}

@media (min-width: 1200px) {
  .mobile-nav__btn {
    display: none;
  }
}

.mobile-nav__btn span {
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: 0.3s;
}

.mobile-nav__btn span:nth-child(2) {
  margin-top: 4px;
  margin-bottom: 4px;
}

.mobile-nav__btn.active span:nth-child(1) {
  transform: rotate(45deg);
  transition: 0.3s;
  position: relative;
  top: 2.4px;
}

.mobile-nav__btn.active span:nth-child(2) {
  display: none;
}

.mobile-nav__btn.active span:nth-child(3) {
  transform: rotate(-45deg);
  transition: 0.3s;
}

.blog-one {
  background-color: #f5f5f5;
  padding: 60px 0 120px;
  position: relative;
}

.blog-card__image {
  position: relative;
  background: black;
}

.blog-card {
  position: relative;
  margin-bottom: 30px;
  height: 470px;
  overflow: hidden;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  transition: all 0.35s;
}

.blog-card__image a {
  display: block;
}

.blog-card__image img {
  transition: .5s;
  background-size: cover;
  width: 100%;
}

.blog-card__content {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 178px;
  padding: 30px;
  transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  border-bottom: 1px solid #f3f3f3;
  background-color: #fff;
}

a {
  color: inherit;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.author-name {
  position: absolute;
  top: -34px;
  left: 0;
  color: #fff;
  text-transform: uppercase;
  background: var(--main-color);
  padding: 10px 15px;
  font-weight: bold;
  border: none;
}

.blog-card__title {
  margin: 0;
  padding: 0 0 10px;
  color: #333333;
  font-size: 24px;
  font-weight: 700;
}

.blog-card__title a {
  font-weight: 700;
}

.blog-card__title+p {
  color: #666666;
  font-size: 14px;
  line-height: 1.8em;
  height: 0;
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  overflow: hidden;
}

.blog-card:hover {
  box-shadow: 0 1px 35px 0 rgba(0, 0, 0, 0.3);
}

.blog-card:hover .blog-card__image img {
  transform: scale(1.1);
  opacity: 0.6;
}

.blog-card:hover .blog-card__content {
  height: 278px;
}

.blog-card:hover .blog-card__title+p {
  height: 100px;
}

.post-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 30px;
}

.post-pagination a {
  display: block;
  padding: 8px 20px;
  font-size: 14px;
  line-height: 1.5;
  border: 2px solid #eee;
  color: #020202;
  border-radius: 0;
  background-color: #fff;
}

.post-pagination a.current,
.post-pagination a:hover {
  background: var(--main-color);
  color: #fff;
}

.sidebar {
  position: relative;
}

.sidebar .sidebar__single {
  padding: 20px;
  background: #fff;
  border: #ccc solid 1px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.sidebar__title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 40px;
  text-transform: capitalize;
  position: relative;
}

.sidebar__title:before {
  position: absolute;
  content: "";
  bottom: -20px;
  left: 0;
  height: 2px;
  width: 80px;
  background-color: var(--main-color);
}

input,
textarea {
  display: block;
  outline: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sidebar__search {
  position: relative;
}

.sidebar__search input {
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  height: 40px;
  padding: 0 40px 0 15px;
  border-radius: 0;
  border: 2px solid #000000;
  width: 100%;
  background: #fff;
  font-size: 14px;
}

button {
  border: none;
  outline: none;
  box-shadow: none;
  display: block;
  padding: 0;
  background: transparent;
}

.sidebar__search input:focus {
  border: 2px solid #c1c1c1;
  border-bottom: 2px solid var(--main-color);
  box-shadow: none;
}

.search_btn {
  display: inline-block;
  margin-top: 1rem;
  padding: 12px 40px;
  position: relative;
  transition: 0.5s all;
  background: #111111;
  border-color: #111111;
  color: #fff;
  border: 1px solid transparent;
  font-size: 14px;
  overflow: hidden;
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
}

.btn-small:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: #4e8205;
  width: 0%;
  transition: 0.5s all;
  z-index: -1;
}

.btn-small:hover {
  border-color: var(--main-color);
  color: #fff;
}

.btn-small:hover:before {
  width: 100%;
}

.sidebar__categories li {
  font-size: 16px;
  text-transform: capitalize;
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
}

.sidebar__categories li a {
  display: block;
  overflow: hidden;
}

.sidebar__posts {
  margin-bottom: 0;
}

.sidebar__posts__item:not(:last-of-type) {
  margin-bottom: 30px;
}

.sidebar__posts__title {
  font-size: 18px;
  line-height: 1.35em;
  margin-bottom: 12px;
  color: #181d31;
}

.sidebar__posts__title a {
  color: inherit;
  font-weight: inherit;
}

.sidebar__posts__title+span {
  color: var(--main-color);
  font-weight: 600;
}

.main-footer {
  position: relative;
  background: var(--main-color);
}

.main-footer__bottom {
  padding: 15px 0;
  text-align: center;
}

.main-footer__copyright {
  margin: 0;
  color: #fff;
}

.main-footer__copyright a {
  color: #fff;
}

.blog-container {
  position: relative;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.blog-details-card .blog-card__image {
  overflow: hidden;
}

.blog-details-card .blog-card__image:hover img {
  opacity: 0.6;
  scale: 1.1;
}

.blog-details__top-meta {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  margin-bottom: 5px;
}

.blog-details__top-meta li span {
  margin-right: 5px;
  color: var(--main-color);
}

.blog-details__title {
  font-size: 30px;
  font-weight: 600;
  color: #000;
  position: relative;
  margin-bottom: 30px;
}

.blog-details__title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 2px;
  width: 80px;
  background-color: var(--main-color);
}

.blog-details__text,
.blog-details__text p {
  color: #838383;
  line-height: 1.8;
}

.leave-comment {
  overflow: hidden;
  transition: all 0.3s;
  margin-top: 50px;
}

.leave-comment .section-title h3 {
  color: #292929;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
}

.leave-comment [class*="col-"] {
  margin-bottom: 25px;
}

textarea {
  display: block;
  width: 100%;
  display: block;
  min-height: 120px;
}

.leave-comment textarea {
  min-height: 160px;
  max-width: 100%;
}

.form-controller {
  display: block;
  height: 40px;
  padding: 0 15px;
  border-radius: 0;
  border: 2px solid #000000;
  width: 100%;
  background: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.leave-comment .form-controller:focus {
  border: 2px solid #c1c1c1;
  border-bottom: 2px solid var(--main-color);
  box-shadow: none;
}

.leave-comment .form-submit {
  margin-bottom: 0;
  padding: 5px 15px 0;
  width: 100%;
}

.btn-default {
  padding: 12px 35px 12px;
  letter-spacing: 0.015em;
  color: #fff;
  border: 1px solid var(--main-color);
  background-color: var(--main-color);
  position: relative;
  z-index: 0;
  -webkit-transition: all .4s;
  transition: all .4s;
  overflow: hidden;
  font-weight: 700;
}

.contact-info-content {
  background-color: white;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.text-white {
  color: #fff !important;
}

.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5 {
  color: white !important;
}

.contact-info-content .contact-info-area {
  background: linear-gradient(65deg, #003dbe, #8d47de);
  flex: 0 0 40%;
  max-width: 40%;
  padding: 60px;
  color: #fff;
}

.section-heading {
  font-size: 30px;
  padding-bottom: 25px;
  margin-bottom: 40px;
  position: relative;
}

.contact-info-block .section-heading:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 2px;
  width: 50px;
  background-color: #fb9a33;
}

.contact-info-block .contact-info .info .title {
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: -2px;
}

.contact-info-block .contact-info .info p {
  line-height: 1.7em;
}

.contact-info-content .contact-form-area {
  flex: 0 0 60%;
  max-width: 60%;
  padding: 60px;
}

.form-group {
  margin-bottom: 20px;
}

@media (max-width:992px) {
  .main-header__inner {
    padding: 0;
  }

  .link_btn {
    display: none;
  }

  .main-header__logo a {
    white-space: nowrap;
  }

  .main-header__nav {
    margin: 0;
  }

  .main-header__right {
    margin-left: auto;
  }

  .main-header__logo {
    padding: 0;
  }

  .blog-one {
    padding: 20px 0 60px;
  }

  .post-pagination {
    margin-bottom: 30px;
  }

  .main-menu .main-menu__list {
    display: block;
    position: fixed;
    left: -260px;
    width: 260px;
    height: 100vh;
    top: 0;
    background: var(--main-color);
    transition: 0.5s all;
    overflow: auto;
    z-index: 100;
  }

  .main-menu .main-menu__list.active {
    left: 0;
  }

  .main-menu .main-menu__list>li {
    padding: 0;
    margin: 10px;
  }

  .main-menu .main-menu__list>li>a {
    padding: 10px 15px;
    display: block;
    background: #000;
    border: none;
    border-radius: 0;
  }

  .contact-info-content {
    display: block;
  }

  .contact-info-content .contact-info-area {
    padding: 50px 20px;
    max-width: 100%;
  }

  .contact-info-content .contact-form-area {
    max-width: 100%;
    padding: 50px 20px;
  }
}

.post_tag_name {
  font-size: 25px;
  line-height: 2;
  margin: 0;
  font-weight: 700;
}

nav[aria-label="breadcrumb"] {
  margin-bottom: 20px;
}

nav ol.breadcrumb {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav ol.breadcrumb li {
  display: inline;
  word-break: break-all;
}


.positionFixed {
  bottom: 0px;
  left: 50%;
  position: fixed;
  transform: translate(-50%, 0%);
  z-index: 999;
  width: 100%;
  background-color: #e4e4e4;
  display: flex;
  justify-content: center;
}

.ad-div {
  margin-bottom: 50px;
  width: 100%
}

.t_de {
  height: 0.2rem;
  max-width: 100%;
  line-height: 0.3rem;
  font-size: 0.6rem;
  padding: 0.5rem 0 1rem 0;
  box-sizing: border-box;
  color: #707070;
  text-align: center;
}

.grecaptcha-badge {
  visibility: hidden;
}











/* 主图容器样式 */
.detail-image-slider {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

/* 主图样式 */
.slider-item { 
  position: relative;
}

.slider-item img {
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(165, 214, 167, 0.1);
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.slider-item img:hover {
  transform: scale(1.02);
  /* 主图hover轻微放大，增加层次感 */
}

/* 切换按钮样式（带丝滑动效） */
.blog-details-arrow {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  padding: 0 10px;
}

.slider-arrow {
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(129, 199, 132, 0.2);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  /* 丝滑过渡曲线 */
  transform: scale(1) rotate(0);
}

.slider-arrow:hover {
  background: white;
  transform: scale(1.1) rotate(3deg);
  /* 放大+轻微旋转，更生动 */
  box-shadow: 0 4px 8px rgba(129, 199, 132, 0.3);
}

.slider-arrow-right:hover {
  transform: scale(1.1) rotate(-3deg);
  /* 右箭头反向旋转 */
}

/* 缩略图区域样式（无背景+丝滑动效） */
.thumb-gallery {
  margin-top: 10px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.thumb-container {
  display: flex;
  gap: 8px;
  justify-content: center;
  padding: 0;
}

.thumb-item {
  width: 45px;
  height: 32px;
  border-radius: 4px;
  overflow: hidden;
  opacity: 0.6;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border: 1px solid transparent;
  transform: scale(1) translateY(0);
}

.thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.thumb-item.active {
  opacity: 1;
  border-color: #81c784;
  /* 薄荷绿边框突出选中状态 */
  box-shadow: 0 0 0 1px white, 0 2px 4px rgba(129, 199, 132, 0.2);
  transform: scale(1.08) translateY(-2px);
  /* 放大+轻微上浮 */
}

.thumb-item:hover:not(.active) {
  opacity: 0.85;
  border-color: #e8f5e9;
  transform: scale(1.03) translateY(-1px);
  /* 微放大+轻微上浮 */
}


