html,
body {
  font-family: "Open Sans", Sans-serif;
}
@font-face {
  font-family: "Oswald";
  src:
    url("/resources/css/oswald/Oswald-Bold.ttf") format("truetype"),
    url("/resources/css/oswald/Oswald-Light.ttf") format("truetype"),
    url("/resources/css/oswald/Oswald-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  src:
    url("/resources/css/open-sans/OpenSans-Bold.ttf") format("truetype"),
    url("/resources/css/open-sans/OpenSans-BoldItalic.ttf") format("truetype"),
    url("/resources/css/open-sans/OpenSans-ExtraBold.ttf") format("truetype"),
    url("/resources/css/open-sans/OpenSans-OpenSans-ExtraBoldItalic.ttf") format("truetype"),
    url("/resources/css/open-sans/OpenSans-OpenSans-Italic.ttf") format("truetype"),
    url("/resources/css/open-sans/OpenSans-OpenSans-Light.ttf") format("truetype"),
    url("/resources/css/open-sans/OpenSans-OpenSans-LightItalic.ttf") format("truetype"),
    url("/resources/css/open-sans/OpenSans-OpenSans-Regular.ttf") format("truetype"),
    url("/resources/css/open-sans/OpenSans-Semibold.ttf") format("truetype"),
    url("/resources/css/open-sans/OpenSans-SemiboldItalic.ttf") format("truetype");
}
.container {
  overflow: hidden;
  font-size: 16px;
}
.container-1 {
  overflow: inherit;
}
.navbar {
  background: #fff;
}
.navbar .container {
  overflow: visible;
}
.nav-item.pe-5 {
  padding-right: 1.5rem !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.layui-carousel {
  background-color: #fff;
}
.layui-carousel > [carousel-item] > * {
  background-color: #fff;
}
.position-fixed.top-0.end-0.p-3 {
  z-index: 200000000;
}
.margin {
  margin: 60px auto;
}
[v-cloak] {
  display: none;
}
.text-left {
  text-align: left;
}
.carousel-inner::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
  mix-blend-mode: multiply;
  display: none;
}

.no-after::after {
  display: none;
}
.nav-link.active {
  color: #006d2c !important;
}
.btn.btn-primary {
  background: #006d2c;
  border-color: #006d2c;
  font-family: "Oswald", Sans-serif;
  font-weight: bold;
}
.btn.btn-primary:active {
  background: #719d58;
  border-color: #006d2c;
}
.dropdown-item.active,
.dropdown-item:active {
  background: #006d2c !important;
  color: #fff;
}
a {
  text-decoration: none;
  color: #333;
}
a:hover {
  color: #719d58;
}
.btn.btn-primary a {
  color: #fff;
}
.nav-link {
  position: relative;
  padding: 15px 0;
  display: inline-block;
}
.nav-item.lang-item {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.carousel-indicators {
  bottom: -15px;
}
.carousel-indicators button {
  background-color: #999 !important;
}
.chevron-down {
  position: relative;
}
.bi-chevron-down {
  display: inline-block;
  cursor: pointer;
  padding: 0 10px 20px 0;
  font-style: normal;
}
.popup-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 50px;
  z-index: 99999999999;
  background: #fff;
  box-shadow: 0 0 10px #ddd;
  display: none;
}
.bi-chevron-down:hover .popup-container {
  display: block;
}
.popup-header {
  padding: 10px;
}
.popup-body {
  padding: 10px;
}
.popup-footer {
  margin: 20px 0;
}
.popup-body .card {
  width: 100%;
}
.popup-body .popup-img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}
.navbar-nav .nav-item:nth-child(3) .popup-body .popup-img {
  border-radius: 50%;
  width: 190px;
  height: 190px;
  object-fit: cover;
}
.popup-body .popup-classify {
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  overflow: hidden;
  word-break: break-all;
  white-space: pre-line;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.popup-body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.popup-body ul a {
  font-size: 16px;
  color: #5b5b5b;
  display: flex;
}
.popup-body ul a span {
  overflow: hidden;
  word-break: break-all;
  white-space: pre-line;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.popup-body ul a .bi-arrow-right-short {
  font-size: 18px;
  color: #006d2c;
}
.feature-container {
  margin-top: -40px;
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}
.feature-box-item {
  padding: 30px 0;
  position: relative;
  background: #fff;
  border: 1px solid #f0f0f0;
  box-shadow: 0 0 10px #ddd;
}
.feature-box-item-value {
  color: #666666;
  font-size: 24px;
  font-weight: bold;
  font-family: "Oswald", Sans-serif;
  user-select: none;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.feature-box-item-name {
  color: #9d9d9c;
  font-size: 16px;
  font-family: "Oswald", Sans-serif;
  user-select: none;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.bi-star-fill {
  color: #f0ad4e;
  margin: 0 4px;
}
.layout-one {
  margin: 50px auto;
}
.layout-one-images {
  text-align: center;
}
.layout-one-images img {
  width: 100%;
  margin: 0 auto;
  height: 450px;
  object-fit: cover;
  border-radius: 10px;
}
.layout-one-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.layout-one-title {
  font-size: 28px;
  color: #333;
  font-family: "Oswald", Sans-serif;
}
.layout-two-title.text-center {
  margin: 20px auto;
}
.layout-one-des {
  color: #999999;
  font-size: 14px;
  font-family: "Open Sans", Sans-serif;
  line-height: 20px;
}
.layout-one-button {
  margin-top: 10px;
}

.layout-two {
  margin: 40px auto;
}
.layout-two-images .row {
  margin-bottom: 10px;
}
.layout-two-images img {
  width: 170px;
  height: 100px;
  object-fit: cover;
  border-radius: 10px;
  background: #ddd;
}
.layout-two-images video {
  height: 360px;
  width: 100%;
}
.layout-two-content {
  display: flex;
  height: 100%;
  min-height: 330px;
  flex-direction: column;
  justify-content: center;
}
.layout-two-title {
  font-size: 30px;
  color: #333;
  font-family: "Oswald", Sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
}
.layout-two-sub-title {
  font-size: 20px;
  color: #333;
  font-family: "Oswald", Sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
}
.layout-two-des-title {
  font-family: "Oswald", Sans-serif;
}
.layout-two-des-title i {
  margin-right: 10px;
}
.layout-two-des {
  color: #999999;
  font-size: 14px;
}
.layout-two-des-title + .layout-two-des {
  padding-left: 25px;
  font-family: "Open Sans", Sans-serif;
}
.layout-two-button {
  margin-top: 10px;
}
.carousel-text {
  position: absolute;
  left: 15%;
  top: 40%;
  width: 500px;
  z-index: 1;
  user-select: none;
  transform: translateY(-50%);
}
.carousel-text-title {
  font-size: 32px;
  color: #fff;
  font-family: "Oswald", Sans-serif;
  margin-bottom: 20px;
}
.carousel-text-des {
  color: #fff;
}

.carousel-text-des1 {
  color: #fff;
  font-family: "Open Sans", Sans-serif;
  font-size: 20px;
  line-height: 2em;
  margin-bottom: 20px;
}
.carousel-text-des2 {
  color: #fff;
  font-family: "Open Sans", Sans-serif;
  font-size: 14px;
  line-height: 2em;
}

.layout-three {
  margin: 40px auto;
}
.layout-three-title {
  font-size: 40px;
  color: #333;
  font-family: "Oswald", Sans-serif;
  font-weight: 600;
  margin: 30px 0 10px 0;
}
.layout-three .row {
  min-height: 400px;
}
.layout-three-item {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  margin: 10px;
  min-height: 360px;
  height: 510px;
  overflow: hidden;
  position: relative;
}
.layout-three-item-1 {
  min-height: auto;
}
.layout-three-item-icon {
  text-align: center;
  font-size: 30px;
  padding: 20px 0;
}
.layout-three-item-name1 {
  font-size: 20px;
  color: #666666;
  font-family: "Oswald", Sans-serif;
  text-align: center;
  padding: 20px 0 0 0;
}
.layout-three-item-name2 {
  font-size: 32px;
  color: #333;
  text-align: center;
  font-family: "Oswald", Sans-serif;
  margin: 20px 0 0 0;
}
.layout-three-item-des {
  font-size: 14px;
  color: #999;
  line-height: 32px;
  padding: 20px 30px 40px;
  font-family: "Open Sans", Sans-serif;
  text-align: center;
  height: 356px;
}
.layout-three-item-button {
  background: #006d2c;
  color: #fff;
  font-size: 20px;
  padding: 4px 0;
  text-align: center;
  cursor: pointer;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.layout-four-title {
  font-size: 40px;
  color: #333;
  margin: 40px 0;
  font-family: "Oswald", Sans-serif;
  font-weight: 600;
}
.layout-four-des {
  color: #999999;
  font-size: 14px;
  font-family: "Open Sans", Sans-serif;
}
.layout-four-title-des {
  font-size: 20px;
  margin-top: -40px;
  color: #999;
  margin-bottom: 40px;
}
.flex-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.module-title {
  font-size: 30px;
  color: #333;
  font-family: "Oswald", Sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
}

.module-sub-title {
  font-size: 20px;
  color: #333;
  font-family: "Oswald", Sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
}

.module-des {
  color: #999999;
  font-size: 14px;
  font-family: "Open Sans", Sans-serif;
}

#carouselExample .carousel-item {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}
.carousel-item-box {
  padding: 40px 20px;
  border: 1px solid #f0f0f0;
  box-shadow: 0 0 10px #ddd;
  height: 300px;
}
.carousel-item-content {
  color: #999999;
  font-size: 14px;
  margin: 20px 0;
  height: 98px;
  overflow: hidden;
  font-family: "Open Sans", Sans-serif;
}
.carousel-item-bottom {
  display: flex;
}
.carousel-item-bottom img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #fff;
}
.carousel-item-bottom-info {
  padding: 5px 10px;
  user-select: none;
}
.carousel-item-bottom-info-name {
  font-size: 16px;
  margin-bottom: 4px;
  font-family: "Open Sans", Sans-serif;
}
.carousel-item-bottom-info-des {
  font-size: 14px;
  color: #999;
  font-family: "Open Sans", Sans-serif;
}

.leave-message {
  margin: 20px auto;
  padding: 20px 30px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}
.leave-message-info {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}
.leave-message-info-name {
  font-size: 32px;
  color: #333;
}
.leave-message-info-des {
  color: #999999;
  font-size: 14px;
}
.text-right {
  text-align: right;
}
.footer {
  min-height: 240px;
  padding: 20px 0;
  color: #fff;
  position: relative;
  overflow: hidden;
  background: #192919;
  z-index: 1;
  bottom: 0;
  font-size: 14px;
}
.footer::after {
  content: url(/resources/images/site-footer-bg.jpg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  mix-blend-mode: luminosity;
  opacity: 0.1;
  z-index: -1;
}
.footer-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}
.footer-logo + .footer-title {
  font-size: 14px;
  font-weight: normal;
}
.footer ul {
  margin: 0;
  padding: 0;
}
.footer ul li {
  list-style: none;
}
.footer ul li a {
  color: #fff;
  display: inline-block;
  padding: 5px 0;
  font-size: 14px;
  text-decoration: none;
}
.footer ul li a:hover {
  color: #999;
}
.footer ul li a img {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.footer .row {
  position: relative;
}
.flex-wrap-col {
  display: flex;
  flex-direction: column;
}
.layout-three-item-img {
  overflow: hidden;
  text-align: center;
  height: 200px;
}
.layout-three-item-img img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  transition: all 0.6s ease;
}
.layout-three-item .layui-icon,
.layout-three-item-img .layui-icon {
  font-size: 50px;
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-50%, -50%);
}
.layout-three-item-img:hover img {
  transform: scale(1.2, 1.2);
  transition: all 0.6s ease;
}
.layout-three-item-middle {
  padding: 20px;
  background: #f6f6f6;
  user-select: none;
  flex: 1;
  height: 1px;
}
.layout-three-item-middle-title {
  text-align: center;
  font-size: 20px;
  margin-bottom: 10px;
  font-family: "Oswald", Sans-serif;
  font-weight: 600;
}
.layout-three-item-middle-name {
  text-align: center;
  font-size: 16px;
  font-family: "Oswald", Sans-serif;
}
.layout-three-item-middle-tips {
  font-size: 14px;
  color: #999;
  margin-top: 10px;
  font-family: "Open Sans", Sans-serif;
  padding-bottom: 10px;
}
.layout-three-item-middle-img {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
}
.layout-title-icon {
  position: relative;
  top: -10px;
  padding: 20px 0;
  color: #999;
}
.line-before,
.line-after {
  display: inline-block;
  width: 80px;
  height: 2px;
  position: relative;
  top: -5px;
  background: #999;
}
.line-after {
}
.top-container {
  background: #006d2c;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  user-select: none;
}
.top-container.no-flex {
  display: block;
}
.top-container .top-name {
  font-size: 40px;
  color: #fff;
  width: 70%;
  margin: 30px auto 0;
}
.top-container .top-info-name {
  color: #fff;
}
.top-container .top-name-tips {
  font-size: 20px;
  color: #fff;
  margin: 10px 0;
}
.top-container .container {
  position: relative;
  height: 100%;
}
.top-container .top-search {
  position: absolute;
  bottom: 10px;
}
.blog-top .top-search {
  bottom: 0;
}
.top-container .top-search .layui-input-suffix {
  line-height: 38px;
  cursor: pointer;
}
.top-container.blog-top .top-name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.class-item-title {
  font-size: 20px;
  font-weight: bold;
  padding: 10px 0;
  margin-bottom: 5px;
  border-bottom: 1px solid #ddd;
  user-select: none;
  cursor: pointer;
}
.class-item {
  font-size: 14px;
  padding: 10px 0;
  font-weight: bold;
  cursor: pointer;
  user-select: none;
  border-bottom: 1px dashed #ddd;
  position: relative;
}
.class-item .class-item-label {
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: pre-line;
}
.class-item:hover {
  color: #006d2c;
}
.class-item span {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.class-item-box {
  padding: 10px 20px;
  text-align: center;
}
.class-item-box a.row {
  margin-bottom: 10px;
}
.class-item-item {
  border: 1px solid #e6e6e6;
  margin-bottom: 20px;
  text-align: center;
}
.class-item-item-img-box {
  height: 200px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.class-item-item-img {
  height: 200px;
  background: #ddd;
  transition: all 0.6s ease;
}
.class-item-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.class-item-item:hover .class-item-item-img {
  transform: scale(1.2, 1.2);
  transition: all 0.6s ease;
}
.class-item-item-name {
  text-align: center;
  padding: 20px 10px;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.class-item-item-button {
  font-size: 14px;
  padding-bottom: 20px;
}
.class-item-item-button span {
  cursor: pointer;
}
.pagination-row {
  position: relative;
  height: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.pagination-row .pagination .page-link {
  color: #006d2c;
}
.pagination-row .pagination .active .page-link {
  color: #fff;
}
.pagination-row .active > .page-link,
.pagination-row .page-link.active {
  background: #006d2c;
  border-color: #006d2c;
}
.classify-active {
  color: #006d2c;
}
.message-box {
  position: relative;
  color: #fff;
}
.message-box .layout-four-title-des,
.message-box .message-title-tips {
  color: #fff;
}
.message-box .container {
  background: #54b477;
  border-radius: 10px;
}
.message-left {
  display: flex;
  flex-direction: column;
  justify-content: start;
  text-align: center;
  position: relative;
  padding-top: 60px;
}
.message-title {
  font-size: 30px;
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
  user-select: none;
  font-family: "Oswald", Sans-serif;
  font-weight: 600;
}
.message-sub-title {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
  user-select: none;
  font-family: "Oswald", Sans-serif;
  font-weight: 600;
}
.message-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100px;
  height: 2px;
  background: #fff;
  transform: translateX(-50%);
}
.message-title-tips {
  font-size: 14px;
  margin: 20px 0;
  color: #999;
  font-family: "Open Sans", Sans-serif;
}
.message-right-form {
  margin: 30px 30px 30px 30px;
  --e-column-margin-right: 30px;
  --e-column-margin-left: 30px;
  padding: 30px 30px 30px 30px;
}
.col-auto.text-center .btn {
  background: #006d2c;
  border-color: #006d2c;
}
.details-box {
  padding: 20px 0 0;
}
.carousel-button {
  margin-top: 20px;
  width: 80%;
}
.popup-padding {
  padding: 40px 0;
}
.popup-title {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  position: relative;
  padding-left: 20px;
}
.popup-title::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #006d2c;
}
.popup-img {
  width: 100%;
  height: 100px;
  margin-bottom: 10px;
  background: #ddd;
}
.popup-item {
  font-size: 15px;
  margin: 10px 0;
}
.popup-item .bi-arrow-right {
  color: #006d2c;
  margin-right: 10px;
}
.support-box .popup-title {
  color: #006d2c;
}
.support-box .popup-title::before {
  display: none;
}
.top-name-tips .breadcrumb {
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.top-name-tips .breadcrumb li {
  width: 100%;
}
.top-name-tips .breadcrumb li,
.top-name-tips .breadcrumb-item::before {
  color: #fff;
}
.top-name-tips .breadcrumb a {
  color: #fff;
}
.top-name-tips .breadcrumb a:hover {
  color: #fff;
}
.about-item {
  padding: 20px 0;
  text-align: center;
}
.about-item .bi {
  font-size: 30px;
  display: inline-block;
  width: 60px;
  height: 60px;
  border: 1px solid #ddd;
  border-radius: 50%;
  line-height: 60px;
}
.about-item-name {
  font-size: 24px;
  margin: 10px 0;
}
.about-item-value {
  font-size: 16px;
  color: #666666;
}
.about-item:hover .bi {
  background: #006d2c;
  color: #fff;
}
.about-layout-two .layout-two-images img {
  width: 100%;
  height: 100%;
}
.about-layout-two .layout-two-images .layout-two-images-about {
  height: 90%;
  width: 90%;
}
.about-layout-two .layout-two-content {
  height: 526px;
}
.has-error .form-control {
  border-color: red;
}

.has-success .form-control {
  border-color: rgb(19, 135, 82);
}
.help-block {
  display: none !important;
}
.back-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  cursor: pointer;
  font-size: 40px;
  display: none;
  z-index: 100;
  color: #006d2c;
}
.back-top:hover {
  color: #8bc16a;
}
.product-img img {
  width: 100%;
}
.product-content {
  font-size: 20px;
}
.product-content-box {
  padding: 20px 0;
}
.product-content-box .product-content-title {
  font-size: 32px;
  font-weight: bold;
  font-family: "Oswald", Sans-serif;
  color: #006d2c;
  margin: 10px 0;
}
.class-item-box-img {
  height: 136px;
}
.class-item-box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.class-item-box-content {
  padding: 10px;
  height: 136px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.class-item-box-title {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.title-time {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  font-weight: normal;
  font-size: 14px;
}
.class-item-box-value {
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.about-carousel {
  height: 480px;
  overflow: hidden;
}

#carouselExampleIndicators {
  height: 300px;
}
#carouselExampleIndicators .carousel-inner::after {
  display: none;
}
#carouselExampleIndicators .carousel-indicators {
  bottom: -90px;
  margin: 0;
  max-width: 500px;
  overflow-x: auto;
  display: block;
  white-space: nowrap;
}
#carouselExampleIndicators .carousel-indicators [data-bs-target] {
  width: 80px;
  height: 60px;
  display: inline-block;
  overflow: hidden;
  opacity: 1;
}
#carouselExampleIndicators .carousel-indicators [data-bs-target] img {
  height: 100%;
  object-fit: cover;
}
.position-relative {
  position: relative;
}
.product-info-button {
  display: flex;
}
.product-info-button button {
  margin: 0 5px;
}
.product-info-item-name {
  font-size: 24px;
}
.product-info-item a {
  color: #006d2c;
}
.support-box {
  margin: 10px 0;
  min-height: 200px;
  background: #f9fafa;
}
.support-box img {
  width: 100%;
  height: 200px;
  background: #ddd;
  object-fit: cover;
}
.support-name {
  font-size: 32px;
  font-family: "Oswald", Sans-serif;
  font-weight: 600;
  text-align: center;
  padding: 10px 30px;
}
.support-tips {
  font-size: 14px;
  text-align: center;
  padding: 0 30px;
  font-family: "Open Sans", Sans-serif;
}
.carousel-inner .preview-icon {
  position: absolute;
  width: 30px;
  height: 30px;
  z-index: 10;
  right: 10px;
  top: 10px;
  border-radius: 50%;
  background: #fff url("/resources/images/preview.png") no-repeat center center;
  background-size: 50%;
  cursor: pointer;
}
.carousel-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.product-info-content {
  height: 245px;
  overflow: auto;
  font-size: 20px;
  margin: 10px 0 0;
}
.content-img {
  width: 100%;
}
.content-img img {
  width: 100%;
  /* height: 250px; */
  /* object-fit: cover; */
  margin-bottom: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.faqs-title {
  font-size: 16px;
  font-family: "Open Sans", Sans-serif;
  color: #000;
  font-weight: bold;
  margin-bottom: 5px;
}
.faqs-content {
  font-size: 16px;
  font-family: sans-serif;
  color: #333;
  text-indent: 1em;
}
.faqs-list {
  margin-bottom: 15px;
}
.row-container {
  margin: 10px 0;
}
.col-first {
  min-height: 300px;
  background: #93b66f;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  text-align: center;
}
.col-first-img {
  position: absolute;
  left: 50%;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  transform: translateX(-50%);
}
.col-first-1 {
  background: #8e393c;
}
.col-first-2 {
  background: #9d7a57;
}
.col-first-3 {
  background: #f6c257;
}
.row-container .col-md-4.col-sm-12 {
  padding: 0;
  background: #fff;
  position: relative;
}
.col-second {
  padding: 20px 30px;
}
.col-title {
  color: #fff;
  font-size: 32px;
  padding: 20px 0;
  font-family: "Oswald", Sans-serif;
}
.col-second-title {
  font-size: 24px;
  color: #006d2c;
  margin-bottom: 20px;
  font-family: "Oswald", Sans-serif;
}
.col-second-content {
  font-size: 16px;
  color: #68944e;
  line-height: 24px;
  font-family: "Open Sans", Sans-serif;
}
.col-second-content:hover {
  color: #006d2c;
  cursor: pointer;
}
.row-container-2 .col-second-title {
  color: #8e393c;
}
.no-hover:hover {
  color: #333;
}
.blog-container {
  margin: 10px 0;
}
.blog-container .col-md-8.col-sm-12 {
  box-shadow: 0 0 10px #ddd;
  padding: 20px;
}
.blog-container .col-md-8.col-sm-12 img {
  width: 100%;
}
.product-top-info {
  min-height: 200px;
  background: #fff;
  margin-bottom: 10px;
  padding: 10px;
}
.product-top-info-title {
  font-family: "Oswald", Sans-serif;
  font-size: 25px;
  font-weight: bold;
  padding: 0 20px;
  margin-bottom: 10px;
}
.paragraph {
  margin: 5px 20px;
}
.product-top-info-item {
  padding: 0 20px;
}
.product-top-info-item {
  display: flex;
  margin-bottom: 10px;
}
.product-top-info-item-img {
  width: 80px;
  height: 60px;
}
.product-top-info-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-top-info-item-box {
  flex: 1;
  padding: 4px 10px;
  height: 60px;
  line-height: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  display: flex;
  align-items: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.product-top-info-item-box-name .product-top-user {
  box-shadow: 0 0 10px #ddd;
  padding: 10px 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.product-top-info ul {
  padding: 0 20px;
}
.product-top-info ul li {
  margin: 10px;
  border-bottom: 1px solid #dddddd;
}
.product-top-info ul li .rarr {
  font-size: 20px;
  vertical-align: middle;
}
.product-top-user {
  text-align: center;
}
.product-top-user img {
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 20px auto;
}
.product-top-user-name {
  font-size: 20px;
  font-family: "Oswald", Sans-serif;
}
.product-top-user-tips {
  font-size: 22px;
  color: #006d2c;
  font-family: "Oswald", Sans-serif;
}
.product-top-user-introduce {
  font-weight: normal;
  font-size: 12px;
  padding: 0 40px;
  font-family: "Open Sans", Sans-serif;
}
.product-top-user-button {
  text-align: center;
}
.flex-wrap.product-top-user {
  display: flex;
}
.flex-wrap-left {
  width: 100px;
}
.flex-wrap-right {
  flex: 1;
  text-align: left;
  padding: 0 30px;
  display: flex;
  align-items: center;
}
.flex-wrap-right .product-top-user-introduce {
  padding: 0;
}
.class-view {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
  color: #fff;
  padding: 10px 0;
  background: rgba(0, 0, 0, 0.5);
  height: 0;
  transition: all 0.2s ease;
  cursor: pointer;
}
.class-item-item-img-box:hover .class-view {
  display: block;
  height: auto;
  bottom: 0;
  transition: all 0.2s ease;
}
.modal-dialog {
  top: 50%;
  transform: translateY(-50%) !important;
}
.modal-body-product {
  display: flex;
  height: 500px;
}
.modal-body-product-item {
  flex: 1;
  width: 450px;
  overflow: auto;
}
.modal-body-product-item:last-child {
  padding: 10px;
}
.modal-body-product-item .carousel,
.modal-body-product-item .carousel-inner {
  width: 100%;
  height: 100%;
}
.modal-body-product-item .carousel-item {
  width: 100%;
  height: 100%;
}
.modal-body-product-item .carousel-inner::after {
  display: none;
}
.modal-body-product-item .carousel-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.modal-body-product-item .product-info-content {
  height: auto;
}
.top-knowledge-bg {
  background: url("/resources/images/22.jpg") no-repeat center center;
  background-size: cover;
}
.col-icon-0 {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: url("/resources/images/icon1.svg") no-repeat center center;
  background-size: cover;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.col-icon-1 {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: url("/resources/images/icon2.svg") no-repeat center center;
  background-size: cover;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.col-icon-2 {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: url("/resources/images/icon3.svg") no-repeat center center;
  background-size: cover;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.col-icon-3 {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: url("/resources/images/icon4.svg") no-repeat center center;
  background-size: cover;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.blog-content {
  box-shadow: 0 0 10px #ddd;
  padding: 10px 10px;
}
.blog-info-content {
  background: #f7f7f7;
}
.blog-top {
  text-align: left;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.blog-top .top-name {
  width: 100%;
  margin-top: 0;
}
.blog-top .top-type {
  font-size: 20px;
  color: #fff;
  margin-top: 20px;
}
.blog-top .top-info-name .span {
  margin-right: 10px;
}
.blog-top .top-search {
  left: 12px;
  right: 22px;
}
.footer .share {
  margin-bottom: 10px;
  display: flex;
}
.share-item {
  width: 40px;
  height: 40px;
  cursor: pointer;
  color: #fff;
  line-height: 40px;
  text-align: center;
  flex: 1;
}
.share-item:last-child {
  margin-right: 0;
}
.share-item img {
  width: 40px;
  height: 40px;
}
.footer .share .share-item {
  border-radius: 50%;
}
.paging {
  margin: 10px 0;
  display: flex;
}
.paging-prev,
.paging-next {
  flex: 1;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  color: #006d2c;
}
.paging-next {
  text-align: right;
}
.footer-logo img {
  width: 60%;
}
.footer-title {
  margin: 10px 0;
  color: #fff;
}
.no-data {
  text-align: center;
  font-size: 24px;
  line-height: 300px;
}
.product-top-user-fixed {
  position: fixed;
  width: 300px;
  top: 90px;
  background: #fff;
  z-index: 100;
}
.product-tips {
  text-align: left;
  margin-bottom: 10px;
}
.languages-ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.languages-ul li {
  padding: 10px 0;
}
.languages-ul li a {
  padding: 5px 10px;
}
.row-gird {
  margin-bottom: 17px;
  position: relative;
}
.row-gird img {
  height: 170px;
}
.row-gird .col-md-4 {
  position: relative;
  height: 170px;
}
.row-gird .col-md-4 .layui-icon {
  font-size: 50px;
  position: absolute;
  top: 40%;
  left: 40%;
  transform: translate(-50%, -50%);
}
.row-gird .grid-title {
  position: absolute;
  left: 50%;
  top: 88%;
  width: 90%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  transform: translate(-50%, -50%);
  display: none;
}
.row-gird .grid-title span {
  position: relative;
  z-index: 1;
}
.row-gird .grid-title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.row-gird .col-md-4:hover .grid-title {
  display: block;
}
.btn.btn-primary.leave-button {
  background: #7575d1;
  border-color: #7575d1;
  margin-right: 10px;
  padding: 4px 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.btn.btn-primary.leave-button img {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.btn.btn-primary.follow-button {
  background: #8ac8cb;
  border-color: #8ac8cb;
  padding: 4px 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.btn.btn-primary.follow-button img {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.leave-msg,
.follow-box,
.mailbox-msg {
  display: none;
  padding: 10px;
  text-align: center;
}
.leave-msg p,
.follow-box p,
.mailbox-msg p {
  margin-bottom: 25px;
}
.leave-msg-title img {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.leave-msg textarea {
  resize: none;
}
.mailbox-msg button,
.leave-msg button {
  margin: 10px auto;
}
.follow-box .layui-col-md3 {
  cursor: pointer;
}
.follow-box .follow-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}
.follow-box .follow-icon img {
  width: 40px;
  height: 40px;
}
.footer-img {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: bottom;
}
.footer-label,
.footer-value {
  font-size: 14px;
}
.flex-box {
  display: flex;
  position: relative;
  margin-top: 10px;
}
.flex-box .layui-input {
  flex: 1;
}
.flex-box .layui-input-suffix {
  width: 200px;
  line-height: 38px;
  cursor: pointer;
  background: #fff;
}
.flex-box .layui-input-suffix img {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: -2px;
}
.layout-video {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.layout-video video {
  height: 330px;
  margin-bottom: 30px;
}
.search-container {
  margin: 20px auto;
}
.blog-search {
  box-shadow: 0 0 10px #ddd;
}
.blog-search img {
  height: 200px;
  width: 100%;
  object-fit: cover;
}
.blog-search .name {
  font-size: 20px;
  color: #006d2c;
  padding: 10px;
  height: 120px;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.layui-layer.layui-layer-tips {
  display: none;
}
.author-container {
  width: 900px;
  padding: 20px 40px;
  margin: 20px auto;
  box-shadow: 0 0 10px #ddd;
}
.author-top {
  display: flex;
}
.author-img {
  width: 200px;
}
.author-img img {
  width: 100%;
}
.author-name {
  flex: 1;
  font-family: "Oswald", Sans-serif;
  font-size: 64px;
  font-weight: bold;
  text-align: center;
}
.author-introduce {
  color: #6f6f6f;
  font-family: "Open Sans", Sans-serif;
  font-size: 16px;
  margin: 20px 0;
}
.author-content {
  color: #6f6f6f;
  font-family: "Open Sans", Sans-serif;
  font-size: 16px;
  margin: 20px 0;
}
.author-content img {
  width: 100%;
}
.author-list {
  color: #006d2c;
  margin-top: 20px;
}
.list-name {
  font-size: 32px;
  margin-bottom: 20px;
}
.list-type-name {
  font-size: 24px;
}
.author-list a {
  color: #006d2c;
  font-size: 16px;
  text-indent: 40px;
  display: inline-block;
  padding: 10px 0;
  position: relative;
}
.author-list a::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #006d2c;
  border-radius: 50%;
  left: 15px;
  top: 16px;
}
.paragraph-title {
  color: #006d2c;
  font-family: "Inter", sans-serif;
  font-size: 25px;
  background: #f7f7f7;
  padding: 5px 10px;
}
.paragraph-p p {
  line-height: 30px;
  font-family: "Inter", sans-serif;
}
.paragraph-img {
  /* height: 300px; */
  width: 100%;
  margin: 10px 0;
  object-fit: cover;
}
.cover-img {
  position: relative;
}
.cover-title {
  position: absolute;
  z-index: 1;
  color: #fff;
  padding: 20px 30px;
  top: 0;
  right: 50%;
  bottom: 0;
}
.cover-title img {
  width: 200px;
  position: absolute;
  bottom: 20px;
}
.cover-title1 {
  font-size: 20px;
  padding-top: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.cover-title2 {
  font-size: 30px;
  margin: 40px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.cover-title3 {
  font-size: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.cover-img::after {
  content: "";
  position: absolute;
  left: 0;
  right: 50%;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.cover-remarks {
  margin: 20px 0;
}
.row-blog {
  margin: 5px 0;
}
.product-info {
  margin-bottom: 20px;
}
#productTopUser {
  text-align: center;
  position: sticky;
  top: 75px;
}
#productTopUser img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
}
.no-shadow {
  box-shadow: none;
}
.cooperate-img {
  width: 100%;
  height: 100px;
  object-fit: cover;
}
.share.share-btn img {
  display: inline-block;
  width: 20px;
  position: relative;
  vertical-align: sub;
}
.blog-buttons {
  display: flex;
  margin-top: 10px;
}
.blog-buttons .btn {
  border: 1px solid #fff;
  margin-right: 10px;
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  #carouselExampleFade .carousel-item img {
    height: 250px;
    object-fit: cover;
  }
  #carouselExampleFade .carousel-text .carousel-text-title {
    color: #fff;
  }
  #carouselExampleFade .carousel-text {
    left: 0;
    right: 0;
    top: -90px;
    width: 100%;
    padding: 20px 30px;
    transform: scale(0.5);
  }
  #carouselExampleFade .carousel-text .btn {
    width: 100%;
  }
  .layout-one .layout-one-content {
    margin-bottom: 10px;
  }
  .layout-two-images img {
    width: 100% !important;
    margin-bottom: 10px;
    object-fit: contain !important;
  }
  /* .layout-three-item {
    margin-bottom: 10px;
  } */
  .message-right-form {
    margin: 0 !important;
  }
  .message-box::after {
    display: none;
  }
  .index-navbar {
    padding-bottom: 90px;
  }
  .leave-button,
  .follow-button {
    position: absolute;
    bottom: 50px;
    left: 12px;
    right: 12px;
    margin-right: 0 !important;
  }
  .follow-button {
    bottom: 10px;
  }
  .module-des,
  .module-title,
  .module-sub-title,
  .layout-one-button,
  .layout-two-sub-title,
  .layout-two-title,
  .layout-two-des,
  .message-title,
  .message-sub-title,
  .message-title-tips,
  .footer {
    text-align: center;
  }
  .popup-container,
  .bi-chevron-down {
    display: none !important;
  }
  .message-title::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .layout-one-button {
    margin-bottom: 10px;
  }
  .col-md-6.col-sm-12 img {
    width: 100% !important;
  }
  .row-gird .col-md-4 {
    margin-bottom: 0;
    position: relative;
    height: 100px;
  }
  .row-gird img {
    height: 100px;
  }
  .top-container .top-name {
    margin-top: 20px;
    font-size: 20px;
  }
  .top-container .top-search {
    left: 10px;
    right: 10px;
  }
  .about-carousel {
    height: auto;
    overflow: hidden;
  }
  #carouselExampleFade .carousel-text.about-carousel-text {
    top: -20px;
    transform: scale(1);
  }
  .about-layout-two .layout-two-content {
    height: auto;
  }
  .product-info-margin-top {
    margin-top: 90px;
    padding: 0 20px;
  }
  .details-box {
    padding-bottom: 0;
  }
  .product-info-content {
    height: auto;
  }
  .blog-top .top-search {
    right: 15px !important;
  }
  .blog-top .top-type {
    margin-top: 10px;
  }
  .blog-top .top-name {
    margin-top: 10px;
  }
  .blog-top .top-search {
    bottom: -50px;
    width: 94%;
  }
  .cover-title,
  .cover-img::after {
    right: 0;
    left: 0;
  }
  .cover-title img {
    width: 75%;
  }
  .cover-title2 {
    margin: 20px 0;
    font-size: 20px;
  }
  .author-container {
    width: 100%;
  }
  .author-name {
    font-size: 40px;
    margin-left: 10px;
  }
  .top-container {
    margin: 0 10px;
    min-height: 250px;
  }
  .feature-box-item-value {
    color: #666666;
    font-size: 22px;
    font-weight: bold;
    font-family: "Oswald", Sans-serif;
    user-select: none;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    min-height: 128px;
  }
  .feature-box-item-name {
    color: #9d9d9c;
    font-size: 16px;
    font-family: "Oswald", Sans-serif;
    user-select: none;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .layout-three-item {
    margin: 10px 0;
  }
  .layout-three-item-des {
    padding: 10px;
  }
  .last-li {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .layui-carousel {
    height: 60vh !important;
  }
}
.margin--top-70 {
  margin-top: -70px;
}
.module-img {
  width: 70%;
  border-radius: 10px;
}
.product-layout-three .layout-three-item,
.about-layout-three .layout-three-item {
  height: 360px;
  background: #f6f6f6;
}
.acquaintance-list {
  margin: 10px 0;
}
.acquaintance-list .list-title {
  font-family: "Oswald", Sans-serif;
  font-size: 25px;
  font-weight: bold;
  padding: 0 20px;
  margin-bottom: 10px;
}
.qrcode-box {
  display: none;
  text-align: center;
}
.qrcode-box .qrcode-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 20px auto;
}
.qrcode-box img {
  margin: 0 auto;
}
.btn-block {
  display: block;
  width: 100%;
}
.fllow-button-box,
.share-row {
  display: flex;
}
.fllow-button,
.share-item-a,
.wechat-url {
  cursor: pointer;
  flex: 1;
}
.footer-info {
  position: absolute;
  right: 30px;
  bottom: 0;
}
.info-item {
  text-align: center;
}
.info-item:first-child a {
  color: #6c736a;
}
.product-info-item {
  font-size: 20px;
}
.content-remark {
  font-size: 20px;
}
