@media (min-width: 1200px) {
  .container {
    width: 80% !important;
    max-width: 80% !important;
    padding: 0 !important;
  }
}

html {
  font-size: 16px;
}

* {
  margin: 0;
  padding: 0;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

input {
  transition: all 500ms ease;
}

button:focus,
input:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
  transition: all 500ms ease
}

a {
  text-decoration: none;
}

.hide {
  display: none;
}

a:hover {
  text-decoration: none !important;
}

img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.animation {
  animation: scale 4s linear infinite;
}

.tit-fz,
.tit-bolder,
.tit-bg {
  margin-top: 20px !important;
  margin-bottom: 8px !important;
}

.tit-fz {
  font-size: 1.25rem !important;
  font-weight: bolder !important;
}

.tit-bolder {
  font-weight: bolder !important;
}

.tit-bg {
  background-color: #6BC235;
  color: #fff !important;
  font-weight: bolder !important;
  padding: 5px 0 5px 10px;
  font-size: 1.25rem;
}

@keyframes scale {
  0% {
    transform: scale(1)
  }

  12.5% {
    transform: scale(1.1)
  }

  25% {
    transform: scale(1)
  }

  37.5% {
    transform: scale(1.1)
  }

  50% {
    transform: scale(1)
  }

  75% {
    transform: scale(1.1)
  }

  100% {
    transform: scale(1)
  }
}

.swiper {
  width: 100%;
  height: 100%
}

.swiper-slide {
  font-size: 1.05rem;
  background: #fff;
}

.swiper-slide img {
  width: 100%;
  display: block;
}

:root {
  --font-family1: 'Times New Roman', serif;
  --font-family2: 'Inter', sans-serif;
  --font-color333: #333333;
  --font-color666: #666666;
  --font-color999: #999999;
  --font-colorfff: #ffffff;
  --font-h1: 4rem;
  --font-h2: 3rem;
  --font-h3: 2.25rem;
  --font-h3-support1: 2rem;
  --font-h4-support1: 1.5rem;
  --font-h4-support2: 1.75rem;
  --font-h4: 1.38rem;
  --font-h5: 1.25rem;
  --font-content1: 1.25rem;
  --font-content2: 1.13rem;
  --font-h7: 0.88rem;
  --font-weight-h4: 500;
  --font-weight-h5: 700;
  --color-primary: #2e7d32;
  --color-primary-light: #66bb6a;
  --color-primary-bg: #6BC235;
  --color-border: #e8ecef;
  --color-card-border: #edf0f2;
  --color-text-secondary: #5a6a7a;
  --color-text-muted: #8a9aa8;
  --shadow-sm: 0 8px 30px rgba(0, 0, 0, 0.07);
  --shadow-hover: 0 4px 16px rgba(46, 125, 50, 0.3)
}



/* 按钮 */
.doc_btns a button {
  padding: 1% 5%;
  border: none;
  border-radius: 1.5rem;
  font-weight: bold;
  cursor: pointer;
  color: #6BC235;
  transition: all 1000ms;
  font-size: var(--font-h5);
  position: relative;
  overflow: hidden;
  outline: 2px solid #6BC235;
  background: none;
}

.doc_btns a button:hover {
  color: #fff;
  transform: scale(1);
  outline: 2px solid #6BC235;
  box-shadow: 4px 5px 17px -4px #6BC235
}

.doc_btns a button::before {
  content: "";
  position: absolute;
  left: -50px;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #6BC235;
  transform: skewX(45deg);
  z-index: -1;
  transition: width 1000ms
}

.doc_btns a button:hover::before {
  width: 250%
}

.doc_btns a button i {
  margin-left: 10px;
}

.link_btn a {
  display: inline-block;
  margin: 0 10px;
}

.link_btn a .btns {
  border: none;
  outline: none;
  background: #6BC235;
  color: white;
  padding: 10px 20px;
  border-radius: 1.5rem;
}

*/ .link_btn {
  width: 100%;
  text-align: center;
}


.link_btn a .btns {
  position: relative;
  margin: 0;
  padding: 10px 30px;
  outline: none;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: none;
  background-color: #6BC235;
  border-radius: 1.5rem;
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  font-family: inherit;
  z-index: 0;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
}


.link_btn a .btns:hover {
  animation: sh0 0.5s ease-in-out both
}

@keyframes sh0 {
  0% {
    transform: rotate(0deg) translate3d(0, 0, 0)
  }

  25% {
    transform: rotate(7deg) translate3d(0, 0, 0)
  }

  50% {
    transform: rotate(-7deg) translate3d(0, 0, 0)
  }

  75% {
    transform: rotate(1deg) translate3d(0, 0, 0)
  }

  100% {
    transform: rotate(0deg) translate3d(0, 0, 0)
  }
}

.link_btn a .btns:hover span {
  animation: storm 0.7s ease-in-out both;
  animation-delay: 0.06s
}

.link_btn a .btns::before,
.link_btn a .btns::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #fff;
  opacity: 0;
  transition: transform 0.15s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.15s cubic-bezier(0.02, 0.01, 0.47, 1);
  z-index: -1;
  transform: translate(100%, -25%) translate3d(0, 0, 0)
}

.link_btn a .btns:hover::before,
.link_btn a .btns:hover::after {
  opacity: 0.15;
  transition: transform 0.2s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.2s cubic-bezier(0.02, 0.01, 0.47, 1)
}

.link_btn a .btns:hover::before {
  transform: translate3d(50%, 0, 0) scale(0.9)
}

.link_btn a .btns:hover::after {
  transform: translate(50%, 0) scale(1.1)
}


.contact_btns {
  text-align: center;
}

.contact_btns a {
  display: inline-block;
  border: 0.01rem solid #6BC235;
  padding: 0.5% 2%;
  border-radius: 1.75rem;
  background: #6BC235;
  cursor: pointer;
}

.contact_btns a button {
  border: none;
  outline: none;
  background: none;
  color: white;
  font-size: var(--font-h5);
  cursor: pointer;
}


.index_btns {
  text-align: center;
}

.index_btns a {
  display: inline-block;
  padding: 1.5% 5%;
  border: 0.01rem solid #000;
  border-radius: 4px;
}

.index_btns a button {
  background: none;
  outline: none;
  border: none;
  font-size: var(--font-h5);
}


.padding-80 {
  padding: 80px 0;
}

.padding60 {
  padding: 60px 0;
}

.margin80 {
  margin-top: 80px;
}

.marginbottom {
  margin-bottom: 100px;
}

.m60 {
  margin: 60px 0;
}

.pt80 {
  padding-top: 80px;
}

.pb {
  padding-bottom: 60px;
}

.mt50 {
  margin-top: 50px;
}

.mt30 {
  margin-top: 30px;
}

#fontsize2_5 {
  font-size: var(--font-h2);
  font-weight: bold;
  font-family: var(--font-family2);
  text-transform: capitalize;
  margin-bottom: 0;
}

#fontsize2_5 span {
  color: #6BC235;
}

#small_font {
  font-size: var(--font-h5);
  font-weight: var(--font-weight-h5);
}

@media(max-width:991px) {
  .padding-100 {
    padding: 80px 0;
  }

  .marginbottom {
    margin-bottom: 80px;
  }
}

@media(max-width:767px) {
  .padding-100 {
    padding: 50px 0;
  }

  .marginbottom {
    margin-bottom: 50px;
  }
}



table {
  width: 100%;
}

table,
table tr th,
table tr td {
  border-collapse: collapse;
  font-size: 1.05rem;
  padding-left: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

table tr td p,
table tr td p span {
  font-weight: 500 !important;
  color: #000;
  text-transform: capitalize;
  text-align: inherit;
}



.pc_media {
  display: block;
}

.app_media {
  display: none;
}

@media (max-width: 1300px) {
  .pc_media {
    display: none;
  }

  .app_media {
    display: block;
  }
}