@charset "UTF-8";
html,
body {
  height: 100%;
}
body {
  margin: 0;
  line-height: 24px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  visibility: visible;
  font-family: 'Poppins', sans-serif;
  color: #757575;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #424242;
  font-weight: 700;
  margin-top: 0;
  font-family: 'Montserrat', sans-serif;
}
p:last-child {
  margin-bottom: 0;
}
a,
button {
  color: inherit;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
}
input,
select,
textarea {
  font-family: 'Montserrat', sans-serif;
}
a,
i,
button,
img,
input,
span,
*:before,
*:after {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
*:focus {
  outline: 0px solid transparent;
}
a:focus {
  color: inherit;
  outline: medium none;
  -webkit-transform: scale(1);
  transform: scale(1);
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #6ab43e;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.fix {
  overflow: hidden;
}
.clear {
  clear: both;
}
.section {
  float: left;
  width: 100%;
}
/*-- Background Color Class --*/
.bg-dark {
  background-color: #373737 !important;
}
.bg-gray {
  background-color: #f1f2f3 !important;
}
/*-- Custom Row --*/
.row-5 {
  margin-left: -5px;
  margin-right: -5px;
}
.row-5 [class*=col] {
  padding-left: 5px;
  padding-right: 5px;
}
.row-10 {
  margin-left: -10px;
  margin-right: -10px;
}
.row-10 [class*=col] {
  padding-left: 10px;
  padding-right: 10px;
}
.mb-n4 {
  margin-bottom: -1.5rem !important;
}
/*-- Overlay --*/
.overlay {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
}
.overlay::before {
  position: absolute;
  left: 0;
  top: 0px;
  right: 0;
  bottom: 0;
  content: "";
  background-color: #6ab43e;
  opacity: 0.8;
  z-index: -1;
}
.overlay.gradient::before {
  background: #6ab43e;
  background: -webkit-gradient(left top, right top, color-stop(0%, #6ab43e), color-stop(100%, #000000));
  background: -webkit-gradient(linear, left top, right top, from(#6ab43e), to(#000000));
  background: linear-gradient(to right, #6ab43e 0%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$theme-color", endColorstr="$color-black", GradientType=1);
}
/* Addition media query */
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
    --bs-gutter-x: 15px;
  }
  .container-fluid {
    --bs-gutter-x: 15px;
  }
  .row:not(.gx-0) {
    --bs-gutter-x: 30px;
  }
}
/*-- Margin Top --*/
.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-35 {
  margin-top: 35px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-45 {
  margin-top: 45px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-55 {
  margin-top: 55px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-65 {
  margin-top: 65px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-75 {
  margin-top: 75px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-85 {
  margin-top: 85px;
}
.mt-90 {
  margin-top: 90px;
}
.mt-95 {
  margin-top: 95px;
}
.mt-100 {
  margin-top: 100px;
}
.mt-105 {
  margin-top: 105px;
}
.mt-110 {
  margin-top: 110px;
}
.mt-115 {
  margin-top: 115px;
}
.mt-120 {
  margin-top: 120px;
}
.mt-125 {
  margin-top: 125px;
}
.mt-130 {
  margin-top: 130px;
}
.mt-135 {
  margin-top: 135px;
}
.mt-140 {
  margin-top: 140px;
}
.mt-145 {
  margin-top: 145px;
}
.mt-150 {
  margin-top: 150px;
}
/*-- Margin Bottom --*/
.mb-5 {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-35 {
  margin-bottom: 35px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-45 {
  margin-bottom: 45px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-55 {
  margin-bottom: 55px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-65 {
  margin-bottom: 65px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-75 {
  margin-bottom: 75px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-85 {
  margin-bottom: 85px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-95 {
  margin-bottom: 95px;
}
.mb-100 {
  margin-bottom: 100px;
}
.mb-105 {
  margin-bottom: 105px;
}
.mb-110 {
  margin-bottom: 110px;
}
.mb-115 {
  margin-bottom: 115px;
}
.mb-120 {
  margin-bottom: 120px;
}
.mb-125 {
  margin-bottom: 125px;
}
.mb-130 {
  margin-bottom: 130px;
}
.mb-135 {
  margin-bottom: 135px;
}
.mb-140 {
  margin-bottom: 140px;
}
.mb-145 {
  margin-bottom: 145px;
}
.mb-150 {
  margin-bottom: 150px;
}
/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-15 {
  padding-top: 15px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-25 {
  padding-top: 25px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-35 {
  padding-top: 35px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-45 {
  padding-top: 45px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-55 {
  padding-top: 55px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-65 {
  padding-top: 65px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-75 {
  padding-top: 75px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-85 {
  padding-top: 85px;
}
.pt-90 {
  padding-top: 90px;
}
.pt-95 {
  padding-top: 95px;
}
.pt-100 {
  padding-top: 100px;
}
.pt-105 {
  padding-top: 105px;
}
.pt-110 {
  padding-top: 110px;
}
.pt-115 {
  padding-top: 115px;
}
.pt-120 {
  padding-top: 120px;
}
.pt-125 {
  padding-top: 125px;
}
.pt-130 {
  padding-top: 130px;
}
.pt-135 {
  padding-top: 135px;
}
.pt-140 {
  padding-top: 140px;
}
.pt-145 {
  padding-top: 145px;
}
.pt-150 {
  padding-top: 150px;
}
/*-- Padding Bottom --*/
.pb-5 {
  padding-bottom: 5px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-15 {
  padding-bottom: 15px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-25 {
  padding-bottom: 25px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-35 {
  padding-bottom: 35px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-45 {
  padding-bottom: 45px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-55 {
  padding-bottom: 55px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-65 {
  padding-bottom: 65px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-75 {
  padding-bottom: 75px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pb-85 {
  padding-bottom: 85px;
}
.pb-90 {
  padding-bottom: 90px;
}
.pb-95 {
  padding-bottom: 95px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pb-105 {
  padding-bottom: 105px;
}
.pb-110 {
  padding-bottom: 110px;
}
.pb-115 {
  padding-bottom: 115px;
}
.pb-120 {
  padding-bottom: 120px;
}
.pb-125 {
  padding-bottom: 125px;
}
.pb-130 {
  padding-bottom: 130px;
}
.pb-135 {
  padding-bottom: 135px;
}
.pb-140 {
  padding-bottom: 140px;
}
.pb-145 {
  padding-bottom: 145px;
}
.pb-150 {
  padding-bottom: 150px;
}
/*-- Input Placeholder --*/
input:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/*-- Scroll Up --*/
#scrollUp {
  width: 40px;
  height: 40px;
  color: #ffffff;
  right: 40px;
  bottom: 0;
  text-align: center;
  overflow: hidden;
  background-color: #6ab43e;
}
@media only screen and (max-width: 479px) {
  #scrollUp {
    display: none !important;
  }
}
#scrollUp i {
  display: block;
  line-height: 40px;
  font-size: 24px;
}
#scrollUp:hover i {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/*-- Section Title --*/
.section-title h1 {
  font-size: 60px;
  line-height: 50px;
  color: #6ab43e;
  font-weight: 700;
  margin-bottom: 19px;
}
@media only screen and (max-width: 767px) {
  .section-title h1 {
    font-size: 46px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 479px) {
  .section-title h1 {
    font-size: 36px;
    line-height: 28px;
  }
}
.section-title h2 {
  font-size: 36px;
  line-height: 26px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title h2 {
    font-size: 30px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title h2 {
    font-size: 24px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 479px) {
  .section-title h2 {
    font-size: 18px;
    line-height: 14px;
  }
}
.section-title.white h2 {
  color: #ffffff;
}
.section-title p {
  max-width: 800px;
  font-size: 16px;
  color: #616161;
  line-height: 23px;
  display: block;
  margin: 35px auto 0;
}
@media only screen and (max-width: 767px) {
  .section-title p {
    font-size: 14px;
    margin-top: 25px;
  }
}
@media only screen and (max-width: 479px) {
  .section-title p {
    font-size: 12px;
    margin-top: 20px;
  }
}
/*-- Block Title --*/
.block-title {
  font-size: 26px;
  font-weight: 800;
  line-height: 19px;
  text-transform: uppercase;
  margin-bottom: 60px;
}
/*-- Page Banner Area --*/
.page-banner-area {
  background-image: url(img/bg/page-banner.jpg);
  padding: 140px 0 133px;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-banner-area {
    padding: 110px 0 103px;
  }
}
@media only screen and (max-width: 767px) {
  .page-banner-area {
    padding: 80px 0 73px;
  }
}
@media only screen and (max-width: 479px) {
  .page-banner-area {
    padding: 60px 0 53px;
  }
}
/*-- Page Banner --*/
.page-banner h2 {
  color: #ffffff;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 22px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .page-banner h2 {
    font-size: 24px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 479px) {
  .page-banner h2 {
    font-size: 18px;
    line-height: 14px;
  }
}
.page-banner ul {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page-banner ul li {
  display: inline-block;
  padding-right: 20px;
  margin-right: 15px;
  position: relative;
}
.page-banner ul li::after {
  content: "";
  font-family: "Material-Design-Iconic-Font";
  color: #ffffff;
  position: absolute;
  right: 0;
  font-size: 18px;
  top: -1px;
  line-height: 12px;
  display: block;
}
.page-banner ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.page-banner ul li:last-child::after {
  display: none;
}
.page-banner ul li a {
  display: block;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
}
.page-banner ul li a:hover {
  opacity: 0.7;
}
/*-- Pagination --*/
.pagination {
  width: 100%;
  margin: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pagination .total-num {
  color: #424242;
  font-size: 14px;
}
.pagination ul {
  display: flex;
}
.pagination ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  display: block;
  margin-right: 14px;
  border-radius: 2px 2px 2px 2px;
}
.pagination ul li:last-child {
  margin-right: 0px;
}
.pagination ul li a,
.pagination ul li span {
  display: block;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  user-select: none;
  color: #757575;
}
.pagination ul li a img,
.pagination ul li span img {
  width: 16px;
  height: 16px;
}
.pagination ul li a:hover,
.pagination ul li span:hover {
  background-color: #6ab43e;
  color: #ffffff;
}
.pagination ul li a i {
  line-height: 34px;
  font-size: 18px;
}
.pagination ul li.active a {
  background-color: #6ab43e;
  color: #ffffff;
}
.slick-space {
  margin-left: -15px;
  margin-right: -15px;
}
.slick-space .slick-slide {
  padding-left: 15px;
  padding-right: 15px;
}
/** my class style */
.wrapper .container {
  max-width: 1230px !important;
  width: 1230px !important;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.items-center {
  align-items: center;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.text-ellipsis {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.line-clamp-2 {
  white-space: inherit;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.line-clamp-3 {
  white-space: inherit;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.line-clamp-4 {
  white-space: inherit;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.content-wrap {
  min-height: calc(100vh - 184px - 372px);
  padding-bottom: 50px;
}
.crumbs-nav {
  padding: 20px 0;
}
.crumbs-nav a {
  color: #7c7c7c;
  font-size: 16px;
}
.crumbs-nav .crumbs-divide {
  color: #7c7c7c;
  padding: 0 2px;
}
.crumbs-nav span {
  color: #424242;
  font-size: 16px;
}
.form-filter {
  background: #F4F4F4;
  border-radius: 4px 4px 4px 4px;
  padding: 18px 25px;
}
.form-filter .form-item {
  display: flex;
}
.form-filter .form-item .form-item-title {
  color: #7C7C7C;
  font-size: 16px;
  line-height: 32px;
  width: 100px;
  margin: 6px 0;
  text-align: right;
}
.form-filter .form-item .form-item-option {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}
.form-filter .form-item .form-item-option .option-tag {
  position: relative;
  margin: 6px 3px;
}
.form-filter .form-item .form-item-option .option-tag input {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}
.form-filter .form-item .form-item-option .option-tag label {
  cursor: pointer;
  padding: 0 ;
  min-width: 56px;
  height: 32px;
  padding: 0 12px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  color: #424242;
}
.form-filter .form-item .form-item-option .option-tag input[type="radio"]:checked + label {
  cursor: pointer;
  min-width: 56px;
  height: 32px;
  background: #6AB43E;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  color: #fff;
}
.form-order {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
}
.form-order .order-container {
  display: flex;
  align-items: center;
}
.form-order .order-container .order-item {
  display: flex;
  align-items: center;
  margin-right: 24px;
}
.form-order .order-container .order-item .order-name {
  font-size: 16px;
  color: #424242;
  margin: 0;
  cursor: pointer;
}
.form-order .order-container .order-item .order-name:hover {
  color: #6AB43E;
}
.form-order .order-container .order-item .order-icon {
  padding: 0 10px;
  display: flex;
  height: 13px;
  flex-direction: column;
  justify-content: space-between;
}
.form-order .order-container .order-item .order-icon img {
  cursor: pointer;
  width: 6px;
  height: auto;
}
.form-order .order-container .order-item.active .order-name {
  color: #6AB43E;
}
.form-order .order-right .search-input {
  border-radius: 2px;
  border: 1px solid #DDDDDD;
  background: #FFFFFF;
}

.header-area {
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.15);
  /* overflow: hidden; */
}
.header-bottom-nav {
  transition: 0.3s all;
  height: 144px;
}
.header-top {
  background-color: #262626;
  min-width: 1200px;
}
.header-top-left {
  margin: 6px 0;
  display: flex;
}
@media only screen and (max-width: 479px) {
  .header-top-left {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.header-top-left p {
  font-size: 12px;
  line-height: 28px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  margin-right: 25px;
  display: inline-block;
  margin-bottom: 0;
}
.header-top-left p:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 479px) {
  .header-top-left p {
    display: block;
    line-height: 20px;
    margin: 0;
  }
  .header-top-left p:first-child {
    margin-bottom: 5px;
  }
}
.header-top-left p span {
  color: #6ab43e;
  font-weight: 400;
}
.header-top-right {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.header-top-right .header-social a {
  float: left;
  height: 20px;
  padding: 0 8px 0 10px;
  text-align: center;
  margin: 10px 0;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.header-top-right .header-social a::before {
  content: '';
  position: absolute;
  width: 0;
  height: 12px;
  background-color: #d8d8d8;
  top: 5px;
  left: 0;
}
.header-top-right .header-social a:hover {
  color: #6ab43e;
}
.header-top-right .header-social a img {
  width: 16px;
  height: 16px;
}
.header-top-right .header-social a img.h5-class {
  width: 14px;
  height: 14px;
}
.header-top-right .header-social a span {
  font-size: 12px;
  padding: 0 4px;
}
.header-top-right .header-social {
  float: left;
  height: 20px;
  padding: 0 8px 0 10px;
  text-align: center;
  margin: 10px 0;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.header-top-right .header-social .hover-item {
  position: relative;
}
.header-top-right .header-social .hover-item::before {
  content: '';
  position: absolute;
  width: 0;
  height: 12px;
  background-color: #d8d8d8;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.header-top-right .header-social .hover-item .hover-img {
  display: none;
}
.header-top-right .header-social .hover-item:hover a + .hover-img {
  position: absolute;
  display: block;
  z-index: 100;
  left: 50%;
  top: 40px;
  width: 200px;
  transform: translateX(-50%);
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
}
.header-top-right .header-social .hover-item:hover a + .hover-img img {
  width: 100%;
  height: 100%;
}
.header-top-right .header-social .hover-item + .hover-item::before {
  content: '';
  width: 1px;
}
.header-top-right .header-social a:last-child {
  padding: 0 0 0 10px;
}
.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0;
}
.header-logo .logo img {
  width: 100%;
  height: 32px;
}
.header-search-wrapper {
  flex: 1;
  display: flex;
  transition: 0.15s all ease-in-out;
}
.search-input {
  width: 495px;
  height: 36px;
  background: rgba(178, 178, 178, 0.2);
  border-radius: 2px;
  outline: none;
  border: none;
  padding: 0 50px 0 15px;
  margin-left: 62px;
}
.search-input::placeholder {
  font-size: 14px;
  color: #969696;
}
.search-icon {
  position: absolute;
  right: 11px;
  top: 5px;
  width: 26px;
  height: 26px;
  padding: 5px;
  cursor: pointer;
}
.header-bottom-wrapper {
  display: flex;
  align-items: center;
}
.header-tel-wrapper {
  transition: 0.15s all ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: self-start;
  padding: 16px 0;
}
.header-tel-wrapper .tel {
  color: #424242;
  font-size: 18px;
  line-height: 24px;
}
.header-tel-wrapper .tel-icon {
  width: 15px;
  height: 15px;
  padding-top: 2px;
  padding-right: 2px;
}
.header-tel-wrapper span {
  color: #7c7c7c;
  font-size: 13px;
}
.header-nav {
  padding-bottom: 20px;
}
.header-nav .nav-list {
  display: flex;
  transition: 0.2s all;
  position: relative;
  top: 0;
  left: 0;
}
.header-nav .nav-item {
  color: #424242;
  font-size: 16px;
  position: relative;
  padding: 10px 0;
  margin-right: 40px;
}
.header-nav .nav-item .falv:hover {
  color: #6ab43e;
}
.header-nav .nav-item.active .falv {
  color: #6ab43e;
}
.header-nav .nav-item.active::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #6AB43E;
}
.scrolled {
  padding-top: 120px;
}
.scrolled .header-top {
  display: none;
}
.scrolled .header-bottom-nav {
  height: 80px;
}
.scrolled .header-area {
  position: fixed;
  top: 0;
  z-index: 10;
}
.scrolled .header-area .header-bottom {
  height: 80px;
}
.scrolled .header-search-wrapper,
.scrolled .header-tel-wrapper {
  opacity: 0;
}
.scrolled .header-nav .nav-list {
  margin-top: 50px;
}
.scrollover .header-logo {
  margin: 0;
  margin-top: 26px !important;
}
.scrolled .header-area .header-bottom-nav .header-nav {
  position: relative;
  z-index: 11;
  animation: nav-move 0.25s ease-out infinite;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
.scrollover {
  padding-top: 120px;
}
.scrollover .header-top {
  display: none;
}
.scrollover .header-bottom-nav {
  height: 80px;
}
.scrollover .header-area {
  position: fixed;
  top: 0;
  z-index: 10;
}
.scrollover .header-area .header-bottom {
  height: 80px;
}
.scrollover .header-search-wrapper,
.scrollover .header-tel-wrapper {
  opacity: 0;
}
.scrollover .header-nav .nav-list {
  position: relative;
  z-index: 11;
  top: -65px;
  left: 320px;
}
@keyframes nav-move {
  0% {
    top: 0;
    left: 0;
  }
  100% {
    top: -65px;
    left: 320px;
  }
}
.scrollover {
  transition: 0 all !important;
  padding-top: 120px;
}
.scrollover .header-top {
  display: none;
}
.scrollover .header-bottom-nav {
  height: 80px;
  transition: none;
  /* overflow: hidden; */
}
.scrollover .header-area {
  position: fixed;
  top: 0;
  z-index: 10;
}
.scrollover .header-area .header-bottom {
  height: 80px;
}
.scrollover .header-search-wrapper,
.scrollover .header-tel-wrapper {
  opacity: 0;
  transition: none;
  display: none;
}
.scrollover .header-nav .nav-list {
  transition: none;
  position: relative;
  z-index: 11;
  top: -65px;
  left: 320px;
}

.footer-area {
  width: 100%;
  background-color: #343a43;
}
.footer-area .footer-container {
  padding: 50px 0;
  display: flex;
}
.footer-area .widget-title {
  color: #FFFFFF;
  font-size: 22px;
  padding-top: 16px;
}
.footer-area .widget-list {
  display: flex;
  padding: 16px 0;
}
.footer-area .widget-list a {
  margin-right: 30px;
  color: #A5A5A5;
  font-size: 14px;
}
.footer-area .widget-list a:hover {
  color: #6ab43e;
}
.footer-area .widget-logo {
  display: flex;
  padding-top: 20px;
  align-items: center;
}
.footer-area .widget-logo img {
  margin-right: 90px;
  height: 60px;
  width: auto;
}
.footer-area .footer-left {
  flex: 1;
}
.footer-area .footer-right {
  width: 420px;
  padding-left: 100px;
  position: relative;
}
.footer-area .footer-right::before {
  content: '';
  width: 1px;
  height: 170px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 0;
  top: 10px;
}
.footer-area .widget-contact {
  display: flex;
  flex-direction: column;
  padding-top: 15px;
  color: #757575;
}
.widget-contact a{
    color: #757575;
}
.footer-area .widget-contact p {
  padding: 5px 0;
  margin: 0;
}

.hero-area {
  min-width: 1200px;
}
.swiper-slide {
  text-align: center;
}
.swiper {
  width: 100%;
  max-width: 1920px;
  height: 600px;
}
.swiper-bg-image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.swiper-button {
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  margin-top: -31px !important;
  width: 62px !important;
  height: 62px !important;
  color: #fff !important;
  opacity: 0.5;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 30px;
}
.swiper-button:hover {
  opacity: 1;
}
.swiper-pagination-bullet {
  cursor: pointer;
  opacity: 0.6 !important;
  background: #000 !important;
}
.swiper-pagination-bullet-active {
  background: #fff !important;
  opacity: 1 !important;
}
.hero-content {
  position: absolute;
  z-index: 1;
  width: 324px;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  box-shadow: 0px 3px 20px 0px rgba(28, 116, 79, 0.2);
}
.hero-content-header {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #6ab43e;
  color: #fff;
  font-size: 16px;
}
.hero-content-body {
  margin: 30px;
  overflow: hidden;
}
.hero-content-item-header {
  position: relative;
  color: #424242;
  font-size: 14px;
  line-height: 14px;
  padding-left: 8px;
  user-select: none;
}
.hero-content-item-header::before {
  content: '';
  position: absolute;
  left: 0;
  width: 2px;
  height: 14px;
  background-color: #6ab43e;
}
.hero-content-item-list {
  padding: 10px 0;
  margin-left: -13px;
  margin-top: 5px;
  margin-bottom: 22px;
  display: flex;
  flex-wrap: wrap;
}
.hero-content-item-list a {
  margin: 8px 0;
  padding: 0 13px;
  display: inline-block;
  height: 14px;
  line-height: 14px;
  font-size: 14px;
  position: relative;
}
.hero-content-item-list a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 1px;
  height: 12px;
  background-color: rgba(174, 174, 174, 0.5);
}
.hero-content-item-list a:hover {
  color: #6ab43e;
}
.tag-area {
  padding: 62px 0;
}
.tag-area .tag-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tag-area .tag-item {
  display: flex;
  align-items: center;
}
.tag-area .tag-item img {
  width: 46px;
  height: 46px;
}
.tag-area .right-info {
  margin-left: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: ;
  color: #3d3d3d;
  font-size: 14px;
}
.tag-area .right-info .num {
  font-size: 20px;
  color: #3d3d3d;
}
.section-title {
  margin-top: 20px;
  text-align: center;
}
.section-title .zh {
  font-size: 34px;
  font-weight: 800;
  color: #424242;
  line-height: 48px;
}
.section-title .en {
  padding-top: 4px;
  font-size: 16px;
  color: #616161;
  line-height: 20px;
}
.service-area .service-list {
  display: flex;
  margin: 58px 0;
}
.service-area .single-service {
  width: 25%;
  height: 275px;
  text-align: center;
  padding: 60px 20px;
}
.service-area .single-service img {
  width: auto;
  height: 50px;
  margin-bottom: 25px;
}
.service-area .single-service h4 {
  margin-bottom: 15px;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
.service-area .single-service p {
  font-size: 14px;
  line-height: 1.5;
  color: #FFFFFF;
}
.service-area .single-service:nth-child(1) {
  background-color: #6ab43e;
}
.service-area .single-service:nth-child(2) {
  background-color: #5fa137;
}
.service-area .single-service:nth-child(3) {
  background-color: #548e31;
}
.service-area .single-service:nth-child(4) {
  background-color: #487b2a;
}
.about-area {
  margin: 60px 0;
  position: relative;
  overflow: hidden;
  background-color: #373737;
}
.about-area .about-image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
}
.about-area .about-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.about-area .about-content {
  background-image: url(../images/index-image2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left 50%;
  padding: 50px;
  flex: 0 0 auto;
  margin-left: 50%;
}
.about-area .about-content h1 {
  color: #fff;
  padding-top: 10px;
  line-height: 1.2;
  font-size: 30px;
  font-weight: 600;
}
.about-area .about-content h2 {
  padding-top: 2px;
  color: #fff;
  line-height: 1.2;
  font-size: 16px;
}
.about-area .about-content p {
  padding: 20px 0 20px 0;
  color: #ececec;
  line-height: 1.5;
  font-size: 14px;
}
.about-area .flex-button {
  display: flex;
  align-items: center;
}
.about-area .flex-button .button {
  padding: 9px 47px;
  height: 46px;
  line-height: 24px;
  display: inline-block;
  border: 2px solid #6ab43e;
  border-radius: 4px;
  background-color: #6ab43e;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 10px;
  margin-right: 18px;
  font-size: 14px;
}
.about-area .flex-button .button.white {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #424242;
}
.about-area .flex-button .button:hover {
  border-color: #6ab43e;
  background-color: transparent;
  color: #6ab43e;
}
.info-area {
  margin: 60px 0;
}
.info-area .info-container {
  display: flex;
  justify-content: space-between;
  padding: 60px 0;
}
.info-area .left-info {
  width: 705px;
  height: 490px;
  border: 1px solid #c0c0c0;
  border-radius: 6px;
  overflow: hidden;
}
.info-area .info-item {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.info-area .info-item img {
  width: 100%;
  height: 372px;
}
.info-area .info-item .info-item-container {
  flex: 1;
  display: inline-block;
  padding: 20px 20px 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.info-area .info-item .info-item-container .info-title {
  height: 50px;
  font-size: 18px;
  margin: 0;
  color: #353535;
}
.info-area .info-item .info-item-container .info-item-container-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.info-area .info-item .info-item-container .info-item-container-bottom .date {
  font-size: 14px;
  color: #969696;
}
.info-area .info-item .info-item-container .info-item-container-bottom .link {
  font-size: 14px;
  color: #969696;
}
.info-area .info-item .info-item-container .info-item-container-bottom .link:hover {
  color: #6ab43e;
}
.info-area .mini-info-item {
  width: 470px;
  height: 148px;
  border-radius: 6px;
  border: 1px solid #c0c0c0;
  margin-bottom: 23px;
}
.info-area .mini-info-item:last-child {
  margin-bottom: 0;
}
.courses-area {
  margin: 30px 0 80px;
}
.courses-area .courses-container {
  display: flex;
  padding: 60px 0;
  flex-wrap: wrap;
}
.courses-area .single-courses {
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  width: 378px;
}
.courses-area .single-courses .courses-content {
  padding: 30px 30px 16px;
}
.courses-area .single-courses img {
  width: 100%;
  height: 210px;
}
.courses-area .single-courses h4 {
  font-size: 18px;
  color: #424242;
  line-height: 1.8;
}
.courses-area .single-courses p {
  font-size: 14px;
  color: #7C7C7C;
  line-height: 1.4;
}
.courses-area .single-courses .courses-item-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  padding-top: 10px;
  color: #969696;
}
.courses-area .single-courses .courses-item-bottom img {
  width: 18px;
  height: 18px;
}
.courses-area .single-courses .courses-item-bottom span {
  padding-left: 4px;
}
.courses-area .single-courses + .single-courses {
  margin-left: 33px;
}
.list-container-area {
  display: flex;
  flex-wrap: wrap;
  margin-left: -32px;
}
.list-container-area .list-item-container {
  position: relative;
  display: inline-block;
  margin-left: 32px;
  margin-bottom: 32px;
  width: 378px;
  height: 370px;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.16);
  transition: all 0.3s;
}
.list-container-area .list-item-container:hover {
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.3);
}
.list-container-area .list-item-container .top-img {
  width: 100%;
  height: 160px;
}
.list-container-area .list-item-container .top-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: inherit;
  -o-object-position: center;
  object-position: center;
}
.list-container-area .list-item-container .bottom-container {
  padding: 10px 20px;
}
.list-container-area .list-item-container .bottom-container .item-name {
  display: flex;
  padding: 10px 0;
  justify-content: center;
  align-items: center;
}
.list-container-area .list-item-container .bottom-container .item-name h5 {
  font-size: 16px;
  font-weight: 600;
  color: #424242;
  margin: 0;
  padding-right: 10px;
}
.list-container-area .list-item-container .bottom-container .item-name img {
  width: 24px;
  height: 24px;
}
.list-container-area .list-item-container .bottom-container .item-address {
  display: flex;
  padding-top: 4px;
  align-items: center;
}
.list-container-area .list-item-container .bottom-container .item-address img {
  width: 16px;
  height: 16px;
}
.list-container-area .list-item-container .bottom-container .item-address span {
  font-size: 14px;
  color: #969696;
  line-height: 1;
  padding-left: 6px;
}
.list-container-area .list-item-container .bottom-container .item-tag {
  display: flex;
  padding-top: 14px;
}
.list-container-area .list-item-container .bottom-container .item-tag .flex-center {
  margin-right: 16px;
  height: 30px;
  background: rgba(214, 214, 214, 0.3);
  border-radius: 60px 60px 60px 60px;
  padding: 0 14px;
}
.list-container-area .list-item-container .bottom-container .item-tag .flex-center img {
  height: 14px;
  width: auto;
}
.list-container-area .list-item-container .bottom-container .item-tag .flex-center span {
  padding-left: 5px;
  font-size: 14px;
  color: #424242;
}
.list-container-area .list-item-container .bottom-container .item-info {
  padding-top: 14px;
  font-size: 14px;
  color: #7C7C7C;
  line-height: 1.4;
}
.list-container-area .absolute-tag {
  position: absolute;
  right: 0;
  top: 0;
  min-width: 60px;
  height: 32px;
  background: #FF6363;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
  z-index: 2;
}
.list-container-area.compamy-list-container-area {
  margin-left: -24px;
}
.list-container-area .compamy-list-item-container {
  width: 280px;
  height: 340px;
  margin-left: 24px;
  margin-bottom: 24px;
  box-shadow: none;
  border: 1px solid #DDDDDD;
}
.list-container-area .compamy-list-item-container:hover {
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.16);
}
.list-container-area .compamy-list-item-container .top-img {
  width: 100%;
  height: 250px;
}
.list-container-area .compamy-list-item-container .top-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.list-container-area .compamy-list-item-container .bottom-container {
  padding: 15px 20px 5px;
}
.list-container-area .compamy-list-item-container .compamy-item-name {
  color: #424242;
  font-size: 16px;
  line-height: 1.5;
  height: 32px;
  margin: 0 0 5px;
}
.list-container-area .compamy-list-item-container .compamy-item-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.list-container-area .compamy-list-item-container .compamy-item-info .compamy-item-num {
  font-size: 14px;
  color: #969696;
}
.list-container-area .compamy-list-item-container .compamy-item-info .compamy-item-money {
  font-size: 14px;
  color: #FF7723;
  font-weight: bold;
}
.company-info-wrap {
  margin-bottom: 10px;
}
.company-info-wrap .company-info-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.company-info-wrap .company-info-left {
  width: 590px;
  height: 234px;
  border-radius: 2px;
  border: 1px solid #DDDDDD;
  padding: 28px 32px;
  display: flex;
}
.company-info-wrap .company-info-left .company-info-logo {
  width: 180px;
  height: 180px;
}
.company-info-wrap .company-info-left .company-info-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: inherit;
  -o-object-position: center;
  object-position: center;
}
.company-info-wrap .company-info-left .company-info-box {
  padding-left: 34px;
  flex: 1;
}
.company-info-wrap .company-info-left .company-info-box .item-name {
  color: #424242;
  font-size: 20px;
}
.company-info-wrap .company-info-left .company-info-box .item-auth {
  padding-top: 8px;
  display: flex;
  align-items: center;
}
.company-info-wrap .company-info-left .company-info-box .item-auth img {
  width: 22px;
  height: 22px;
}
.company-info-wrap .company-info-left .company-info-box .item-auth span {
  padding-left: 4px;
  color: #6ab43e;
  font-size: 14px;
}
.company-info-wrap .company-info-left .company-info-box .item-address {
  padding-top: 6px;
  color: #969696;
}
.company-info-wrap .company-info-left .company-info-box .item-address img {
  width: 16px;
  height: 16px;
}
.company-info-wrap .company-info-left .company-info-box .item-info {
  padding-top: 6px;
  color: #777;
  font-size: 14px;
  line-height: 1.4;
}
.company-info-wrap .company-info-right {
  width: 590px;
  height: 234px;
  border-radius: 2px;
  border: 1px solid #DDDDDD;
  padding: 28px 32px;
  display: flex;
  /* margin-top: 20px; */
}
.company-info-wrap .company-info-right .company-info-right-left-info {
  width: 260px;
}
.company-info-wrap .company-info-right .company-info-right-left-info .bar-info {
  margin-top: 16px;
}
.company-info-wrap .company-info-right .company-info-right-left-info .title-name {
  font-size: 16px;
  color: #424242;
  display: flex;
  align-items: center;
}
.company-info-wrap .company-info-right .company-info-right-left-info .title-name img {
  width: 16px;
  height: 16px;
  margin-left: 8px;
  cursor: pointer;
}
.company-info-wrap .company-info-right .company-info-right-left-info .bar-item {
  display: flex;
  align-items: center;
  padding: 12px 0;
}
.company-info-wrap .company-info-right .company-info-right-left-info .bar-item .bar-img {
  width: 14px;
  height: 14px;
}
.company-info-wrap .company-info-right .company-info-right-left-info .bar-item .bar-name {
  padding: 0 10px;
  color: #424242;
  font-size: 14px;
  width: 85px;
}
.company-info-wrap .company-info-right .company-info-right-left-info .bar-item .bar-plan {
  width: 120px;
  height: 8px;
  background: #E4E5E7;
  border-radius: 10px;
  position: relative;
}
.company-info-wrap .company-info-right .company-info-right-left-info .bar-item .bar-plan .bar-plan-real {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10px;
  height: 8px;
  background: #FFB93F;
  transition: all 0.6s;
}
.company-info-wrap .company-info-right .company-info-right-left-info .bar-item .bar-num {
  padding: 0 10px;
  color: #424242;
  font-size: 14px;
  width: 54px;
}
.company-info-wrap .company-info-right .company-info-right-left-info .bar-item .bar-icon {
  height: 14px;
  width: auto;
}
.company-info-wrap .company-info-right .company-info-right-left-info .bar-item .bar-icon.overturn-bar-icon {
  transform: rotate(180deg);
}
.company-info-wrap .company-info-right .company-info-right-right-info {
  flex: 1;
  height: 100%;
}
.company-info-wrap .company-info-right .company-info-right-right-info .radar-chart {
  width: 100%;
  height: 100%;
}
.news-list-item-container .list-item-container {
  box-shadow: none;
  height: 300px;
}
.news-list-item-container .list-item-container:hover {
  box-shadow: none;
}
.news-list-item-container .list-item-container .top-img {
  height: 200px;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
}
.news-list-item-container .list-item-container .bottom-container {
  padding: 5px 0;
}
.news-list-item-container .list-item-container .news-item-title {
  color: #424242;
  font-size: 16px;
  line-height: 1.4;
}
.news-list-item-container .list-item-container .news-item-date {
  color: #969696;
  font-size: 14px;
}
.demand-container-area {
  display: flex;
  justify-content: space-between;
  padding: 24px 0 36px;
}
.demand-container-area .demand-container-left {
  width: 100%;
  margin-left: 0;
  display: block;
}
.demand-container-area .demand-container-left .demand-list-item-container {
  margin-left: 0;
  margin-right: 32px;
  margin-bottom: 32px;
  box-shadow: none;
  float: left;
  border: 1px solid #DDDDDD;
  width: 378px;
  height: 260px;
}
.demand-container-area .demand-container-left .demand-list-item-container:hover {
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.16);
}
.demand-container-area .demand-container-left .demand-list-item-container .bottom-container {
  padding: 18px 22px;
}
.demand-container-area .demand-container-left .demand-list-item-container .bottom-container .item-name h5 {
  font-size: 18px;
}
.demand-container-area .demand-container-left .demand-list-item-container .bottom-container .item-tag .demand-item-tag {
  background: rgba(106, 180, 62, 0.1);
}
.demand-container-area .demand-container-left .demand-list-item-container .bottom-container .item-tag .demand-item-tag span {
  color: #6AB43E;
}
.demand-container-area .demand-container-left .demand-list-item-container .demand-item-bottom {
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.demand-container-area .demand-container-left .demand-list-item-container .demand-item-bottom .demand-item-bottom-left {
  color: #969696;
  font-size: 14px;
}
.demand-container-area .demand-container-left .demand-list-item-container .demand-item-bottom .demand-item-bottom-right {
  color: #FF7723;
  font-size: 18px;
  font-weight: bold;
  background-color: #FF7723;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.demand-container-area .demand-container-right {
  width: 380px;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.16);
}
.demand-container-area .demand-container-right-image {
  width: 100%;
}
.demand-container-area .demand-container-right-image img {
  width: 100%;
  height: auto;
}
.demand-container-area .demand-container-right .demand-tag {
  display: flex;
  justify-content: space-around;
  padding: 20px 10px;
}
.demand-container-area .demand-container-right .demand-tag .demand-tag-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.demand-container-area .demand-container-right .demand-tag .demand-tag-item img {
  width: 46px;
  height: 46px;
}
.demand-container-area .demand-container-right .demand-tag .demand-tag-item p {
  color: #3D3D3D;
  font-size: 14px;
  padding-top: 10px;
}
.demand-container-area .demand-container-right .demand-btn {
  margin: 8px 24px;
  width: 332px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #6AB43E;
  border-radius: 2px 2px 2px 2px;
  font-size: 16px;
}
.demand-container-area .demand-container-right .demand-text {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  color: #969696;
  padding: 5px 0 10px;
}
.demand-container-area .demand-container-right .demand-qrcode {
  width: 260px;
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 40px;
}
.demand-container-area .demand-container-right .demand-qrcode img {
  width: 100%;
}
.demand-container-area .demand-container-right .demand-qrcode span {
  color: #969696;
  font-size: 14px;
}
.demand-container-area .demand-info-container-left {
  width: 100%;
  margin-right: 36px;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.16);
  padding: 36px;
}
.demand-container-area .demand-info-container-left .demand-info-title {
  color: #101010;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 22px;
}
.demand-container-area .demand-info-container-left .demand-info-list .demand-info-list-item {
  display: flex;
  align-content: center;
  height: 30px;
}
.demand-container-area .demand-info-container-left .demand-info-list .demand-info-list-item .item-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.demand-container-area .demand-info-container-left .demand-info-list .demand-info-list-item .item-icon img {
  width: 16px;
  height: 16px;
}
.demand-container-area .demand-info-container-left .demand-info-list .demand-info-list-item .item-name {
  font-size: 14px;
  margin-left: 8px;
  color: #969696;
  align-items: center;
  display: flex;
}
.demand-container-area .demand-info-container-left .demand-info-list .demand-info-list-item .item-name span {
  color: #424242;
}
.demand-container-area .demand-info-container-left .demand-info-list .demand-info-list-item .item-name .demand-item-tag {
  margin-right: 10px;
  height: 24px;
  background: rgba(106, 180, 62, 0.1);
  border-radius: 6px;
  padding: 0 8px;
}
.demand-container-area .demand-info-container-left .demand-info-list .demand-info-list-item .item-name .demand-item-tag span {
  color: #6ab43e;
}
.demand-container-area .demand-info-container-left .demand-info-deiver {
  width: 100%;
  height: 1px;
  margin: 20px 0 20px;
  background-color: rgba(187, 187, 187, 0.8);
}
.demand-container-area .demand-info-container-left .demand-info-body {
  width: 100%;
  color: #424242;
}
.policy-table-container {
  padding-bottom: 30px;
}
.policy-table-container table,
.policy-table-container table tr th,
.policy-table-container table tr td {
  border: 1px solid #ECECEC;
}
.policy-table-container table {
  width: 100%;
  border-collapse: collapse;
}
.policy-table-container table thead {
  background: #F4F4F4;
  height: 54px;
}
.policy-table-container table thead th {
  color: #969696;
  padding: 0 20px;
  font-size: 14px;
}
.policy-table-container table tbody tr {
  height: 80px;
  font-size: 16px;
}
.policy-table-container table tbody tr td {
  padding: 0 20px;
  color: #424242;
}
.policy-table-container table .w-140 {
  width: 145px;
}
.consult-page-area {
  background-image: url(../images/consult-image.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain 100%;
  height: 400px;
  margin-bottom: 100px;
}
.consult-page-area .consult-absolute-btn {
  position: absolute;
  top: 270px;
  left: 88px;
}
.consult-page-area .consult-absolute-btn .button {
  padding: 9px 47px;
  height: 46px;
  line-height: 24px;
  display: inline-block;
  border: 2px solid #6ab43e;
  border-radius: 4px;
  background-color: #6ab43e;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 10px;
  margin-right: 18px;
  font-size: 14px;
}
.consult-page-area .consult-absolute-btn .button.white {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #424242;
}
.consult-page-area .consult-absolute-btn .button:hover {
  border-color: #6ab43e;
  background-color: transparent;
  color: #FFFF;
}
.consult-praise-area {
  margin-top: 50px;
  background: #548E31;
  padding: 50px 0 100px;
}
.consult-praise-area .section-title .zh {
  color: #FFF;
}
.consult-praise-area .section-title .en {
  color: #FFF;
}
.consult-praise-area .consult-praise-swiper {
  height: 400px;
  padding: 60px 0;
}
.consult-praise-area .consult-praise-swiper .swiper-slide {
  width: 370px;
}
.consult-praise-area .consult-praise-swiper .swiper-slide .praise-item-content {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.1);
  height: 210px;
  font-size: 14px;
  color: #fff;
  border-radius: 5px;
  line-height: 1.5;
  padding: 20px;
  text-align: left;
}
.consult-praise-area .consult-praise-swiper .swiper-slide .praise-item-content p {
  overflow: auto;
}
.consult-praise-area .consult-praise-swiper .swiper-slide .praise-item-content::before {
  content: "";
  position: absolute;
  left: 40px;
  bottom: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent transparent;
}
.consult-praise-area .consult-praise-swiper .swiper-slide .praise-item-bottom {
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-left: 15px;
}
.consult-praise-area .consult-praise-swiper .swiper-slide .praise-item-bottom img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.consult-praise-area .consult-praise-swiper .swiper-slide .praise-item-bottom .praise-item-bottom-box {
  display: flex;
  flex: 1;
  height: 70px;
  padding: 5px 16px;
  flex-direction: column;
  justify-content: space-around;
}
.consult-praise-area .consult-praise-swiper .swiper-slide .praise-item-bottom .praise-item-bottom-name {
  color: #FFFFFF;
  display: flex;
  align-items: center;
}
.consult-praise-area .consult-praise-swiper .swiper-slide .praise-item-bottom .praise-item-bottom-name .item-name {
  font-size: 20px;
  line-height: 1;
}
.consult-praise-area .consult-praise-swiper .swiper-slide .praise-item-bottom .praise-item-bottom-name .item-title {
  border: 1px solid #fff;
  border-radius: 5px;
  line-height: 22px;
  padding: 0 8px;
  font-size: 14px;
  margin-left: 10px;
}
.consult-praise-area .consult-praise-swiper .swiper-slide .praise-item-bottom .praise-item-bottom-company {
  color: #FFFFFF;
  text-align: left;
}
.about-header-area {
  display: flex;
  flex-direction: column;
  padding-bottom: 60px;
}
.about-header-area img {
  width: 600px;
  height: 100%;
}
.about-header-area .content-center {
  display: flex;
}
.about-header-area .content-center-info {
  padding: 30px 48px;
  width: 600px;
}
.about-header-area h2 {
  font-size: 36px;
  color: #424242;
  line-height: 54px;
  margin: 5px 0 25px;
}
.about-header-area h5 {
  color: #424242;
  font-size: 18px;
  margin: 0 0 20px;
}
.about-header-area p {
  color: #424242;
  font-size: 14px;
  margin: 0 0 10px;
}
.about-service-area {
  background-color: #F4F4F4;
  padding-top: 60px;
}
.about-service-area .about-service-list {
  display: flex;
  justify-content: space-between;
  margin: 68px 0 58px;
}
.about-service-area .about-service-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-service-area .about-service-item img {
  width: 120px;
  height: 120px;
}
.about-service-area .about-service-item h5 {
  font-size: 18px;
  color: #424242;
  line-height: 28px;
  margin-top: 16px;
  margin-bottom: 0;
  font-weight: normal;
}
.about-service-area .about-service-item span {
  color: #7C7C7C;
  font-size: 14px;
  margin-top: 8px;
}
.about-service-area .guide {
  width: 40px;
  height: 40px;
  margin-top: 41px;
}
.about-service1-area.service-area .single-service {
  height: 286px;
}
.about-service1-area.service-area .single-service h4 {
  font-weight: 400;
  font-size: 18px;
  margin-top: 20px;
}
.about-service1-area.service-area .single-service img {
  width: 66px;
  height: 66px;
  margin-top: 26px;
  margin-bottom: 18px;
}
.product-area .product-header-wrap {
  display: flex;
}
.product-area .product-header-wrap .product-imgs-swiper {
  width: 492px;
}
.product-area .product-header-wrap .product-imgs-swiper .swiper {
  width: 100%;
  height: 100%;
  user-select: none;
}
.product-area .product-header-wrap .product-imgs-swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.product-area .product-header-wrap .product-imgs-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-area .product-header-wrap .product-imgs-swiper body {
  background: #000;
  color: #000;
}
.product-area .product-header-wrap .product-imgs-swiper .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.product-area .product-header-wrap .product-imgs-swiper .swiper-slide {
  background-size: cover;
  background-position: center;
}
.product-area .product-header-wrap .product-imgs-swiper .mySwiper2 {
  /* height: 80%; */
  height: 430px;
  width: 100%;
}
.product-area .product-header-wrap .product-imgs-swiper .mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 8px 0;
  position: relative;
}
.product-area .product-header-wrap .product-imgs-swiper .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.product-area .product-header-wrap .product-imgs-swiper .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
.product-area .product-header-wrap .product-imgs-swiper .swiper-button-next,
.product-area .product-header-wrap .product-imgs-swiper .swiper-button-prev {
  position: absolute;
  z-index: 10;
  display: block;
  background: rgba(21, 21, 21, 0.3);
  height: calc(100% - 16px);
  top: 8px;
  margin-top: 0;
  bottom: 8px;
  width: 24px;
  color: #fff;
  display: flex;
  justify-content: ;
  align-items: center;
}
.product-area .product-header-wrap .product-imgs-swiper .swiper-button-next:after,
.product-area .product-header-wrap .product-imgs-swiper .swiper-button-prev:after {
  font-size: 16px;
}
.product-area .product-header-wrap .product-imgs-swiper .swiper-button-next:hover,
.product-area .product-header-wrap .product-imgs-swiper .swiper-button-prev:hover {
  background: rgba(21, 21, 21, 0.5);
}
.product-area .product-header-wrap .product-imgs-swiper .swiper-button-next {
  right: 0;
}
.product-area .product-header-wrap .product-imgs-swiper .swiper-button-prev {
  left: 0;
}
.product-area .product-header-wrap .product-imgs-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-area .product-header-wrap .product-buy {
  align-self: flex-start;
  flex: 1;
  padding: 0 32px;
}
.product-area .product-header-wrap .product-buy .product-name {
  color: #424242;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  padding-top: 8px;
}
.product-area .product-header-wrap .product-buy .product-sales {
  color: #969696;
  font-size: 14px;
  padding-top: 10px;
}
.product-area .product-header-wrap .product-buy .product-price {
  color: #ff7723;
  padding-top: 20px;
}
.product-area .product-header-wrap .product-buy .product-price label {
  font-size: 14px;
}
.product-area .product-header-wrap .product-buy .product-price span {
  font-size: 24px;
}
.product-area .product-header-wrap .product-buy .product-address {
  padding-top: 10px;
  display: flex;
  align-items: center;
}
.product-area .product-header-wrap .product-buy .product-address img {
  width: 16px;
  height: 16px;
}
.product-area .product-header-wrap .product-buy .product-address span {
  font-size: 14px;
  padding-left: 6px;
  color: #969696;
}
.product-area .product-header-wrap .product-buy .product-amount {
  width: 170px;
  height: 44px;
  background: #FFFFFF;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #DDDDDD;
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.product-area .product-header-wrap .product-buy .product-amount #product-amount-subtract,
.product-area .product-header-wrap .product-buy .product-amount #product-amount-plus {
  width: 44px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7c7c7c;
  font-size: 25px;
  cursor: pointer;
  user-select: none;
}
.product-area .product-header-wrap .product-buy .product-amount #product-amount-input {
  border: none;
  height: 100%;
  width: 55px;
  flex: 1;
  text-align: center;
  border-left: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  font-size: 16px;
}
.product-area .product-header-wrap .product-buy .buy-button {
  text-align: center;
  height: 44px;
  width: 240px;
  padding: 8px 47px;
  line-height: 24px;
  display: inline-block;
  border: 2px solid #6ab43e;
  border-radius: 4px;
  background-color: #6ab43e;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 32px;
  margin-right: 18px;
  font-size: 14px;
}
.product-area .product-header-wrap .product-info {
  width: 360px;
  align-self: flex-start;
  height: auto;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #dddddd;
  padding: 40px 30px 30px;
}
.product-area .product-header-wrap .product-info .company-info-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-area .product-header-wrap .product-info .company-info-box .company-info-logo img {
  width: 150px;
  height: 150px;
}
.product-area .product-header-wrap .product-info .company-info-box .item-name {
  color: #424242;
  font-size: 20px;
  font-weight: 600;
  padding-top: 30px;
}
.product-area .product-header-wrap .product-info .company-info-box .item-auth {
  padding-top: 10px;
  display: flex;
  align-items: center;
}
.product-area .product-header-wrap .product-info .company-info-box .item-auth img {
  width: 24px;
  height: 24px;
}
.product-area .product-header-wrap .product-info .company-info-box .item-auth span {
  color: #6AB43E;
  padding-left: 6px;
}
.product-area .product-header-wrap .product-info .company-info-box .item-address {
  padding-top: 6px;
  display: flex;
  align-items: center;
}
.product-area .product-header-wrap .product-info .company-info-box .item-address img {
  width: 16px;
  height: 16px;
}
.product-area .product-header-wrap .product-info .company-info-box .item-address span {
  color: #969696;
  padding-left: 6px;
}
.product-area .product-header-wrap .product-info .company-info-box .item-info {
  padding-top: 10px;
  color: #777777;
  text-align: center;
  line-height: 1.4;
}
.product-area .product-header-wrap .product-info .company-info-box .item-tel {
  color: #424242;
  font-size: 16px;
  font-weight: 600;
  padding-top: 20px;
  padding-bottom: 10px;
}
.product-area .product-info-wrap {
  padding: 20px 0;
}
.product-area .product-info-tabs {
  display: flex;
  border-radius: 2px;
}
.product-area .product-info-tabs .option-tab {
  width: 180px;
  height: 42px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 1px solid #DDDDDD;
}
.product-area .product-info-tabs .option-tab input {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  bottom: 0;
  z-index: 3;
  cursor: pointer;
}
.product-area .product-info-tabs .option-tab label {
  background: #F4F4F4;
  color: #7C7C7C;
  font-size: 16px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-area .product-info-tabs .option-tab input[type="radio"]:checked + label {
  background: #fff;
  border-radius: 4px;
  color: #424242;
}
.product-area .product-info-tabs .option-tab + .option-tab {
  border-left: none;
}
.product-area .product-info-area {
  padding: 25px 0 0;
}
.product-area .product-info-evaluate {
  display: none;
}
.product-area .product-info-safeguard {
  display: none;
}
.product-area .evaluate-score {
  display: flex;
  height: 116px;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #DDDDDD;
  align-items: center;
}
.product-area .evaluate-score .evaluate-score-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 30px;
}
.product-area .evaluate-score .evaluate-score-left .evaluate-score-num {
  color: #FFB93F;
  padding: 5px 0;
  font-size: 30px;
}
.product-area .evaluate-score .evaluate-score-left .evaluate-score-name {
  padding: 5px 0;
  font-size: 14px;
  color: #424242;
}
.product-area .evaluate-score .evaluate-score-start {
  display: flex;
  align-items: center;
}
.product-area .evaluate-score .evaluate-score-start img {
  width: 44px;
  height: 44px;
  margin: 0 6px;
}
.product-area .evaluate-list .evaluate-item {
  padding: 35px 0;
  border-bottom: 1px solid #ECECEC;
  display: flex;
}
.product-area .evaluate-list .evaluate-item .evaluate-item-left {
  width: 150px;
}
.product-area .evaluate-list .evaluate-item .evaluate-item-left .evaluate-item-left-company {
  color: #424242;
  font-weight: 600;
  font-size: 16px;
}
.product-area .evaluate-list .evaluate-item .evaluate-item-left .evaluate-item-left-tel {
  color: #7C7C7C;
  font-size: 14px;
  padding-top: 5px;
}
.product-area .evaluate-list .evaluate-item .evaluate-item-right {
  flex: 1;
  padding: 0 10px;
}
.product-area .evaluate-list .evaluate-item .evaluate-item-right-score {
  display: flex;
  align-items: center;
}
.product-area .evaluate-list .evaluate-item .evaluate-item-right-score-start {
  display: flex;
  align-items: center;
}
.product-area .evaluate-list .evaluate-item .evaluate-item-right-score-start img {
  width: 24px;
  height: 24px;
  margin: 0 3px;
}
.product-area .evaluate-list .evaluate-item .evaluate-item-right-score-name {
  color: #424242;
  font-size: 14px;
  padding: 2px 14px 0;
}
.product-area .evaluate-list .evaluate-item .evaluate-item-right-text {
  color: #424242;
  font-size: 14px;
  padding: 8px 0;
  min-height: 56px;
}
.product-area .evaluate-list .evaluate-item .evaluate-item-right-date {
  font-size: 14px;
  color: #969696;
}
.order-header-area {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.order-header-area .order-header-bar {
  display: flex;
  align-items: center;
  height: 60px;
  justify-content: space-between;
}
.order-header-area .order-header-bar .order-header-title {
  font-size: 24px;
  color: #424242;
}
.order-header-area .order-header-bar .order-header-user {
  font-size: 14px;
  color: #7C7C7C;
}
.order-body-area {
  background-color: #F4F4F4;
  min-height: calc(100vh - 60px - 372px);
  padding: 24px 0;
}
.order-body-area .order-product {
  margin-bottom: 24px;
  width: 100%;
  height: 108px;
  background: #FFFFFF;
  padding: 24px;
  display: flex;
  align-items: center;
}
.order-body-area .order-product img {
  width: 86px;
  height: 60px;
}
.order-body-area .order-product-name-price {
  padding: 0 24px;
}
.order-body-area .order-product-name-price .order-product-name {
  color: #424242;
  font-size: 16px;
  padding: 2px 0;
}
.order-body-area .order-product-name-price .order-product-price {
  color: #FF7723;
  font-size: 16px;
  padding: 2px 0;
}
.order-body-area .order-product-list {
  display: flex;
  flex-direction: column;
  padding: 4px 24px;
  height: auto;
}
.order-body-area .order-product-item {
  flex: 1;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
.order-body-area .order-product-item .name {
  color: #424242;
  font-size: 14px;
}
.order-body-area .order-product-item .value {
  font-size: 18px;
  color: #969696;
}
.order-submit-btn {
  display: block;
  height: 44px;
  width: 100%;
  background-color: #6AB43E;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff !important;
  border-radius: 4px 4px 4px 4px;
}
.order-submit-btn:hover {
  color: #FFF;
}
.order-submit-btn .order-submit-btn-price {
  font-size: 18px;
  padding-left: 5px;
}
.order-pay-title {
  color: #424242;
  font-size: 16px;
}
.order-pay-title span {
  color: #FF7723;
}
.order-pay-mode {
  background-color: #fff;
  padding: 24px;
  margin: 40px 0 60px;
}
.order-pay-mode .order-pay-mode-title {
  color: #424242;
  font-size: 18px;
  padding-bottom: 16px;
}
.order-pay-mode .order-pay-mode-list {
  display: flex;
  background: #F8F8F8;
  padding: 30px;
}
.order-pay-mode .order-pay-mode-item {
  min-width: 154px;
  height: 44px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #DDDDDD;
  display: flex;
  align-items: center;
  padding: 0 16px;
  margin-right: 28px;
  cursor: pointer;
  position: relative;
}
.order-pay-mode .order-pay-mode-item.wxpay:hover {
  border: 1px solid #6AB43E;
}
.order-pay-mode .order-pay-mode-item.wxpay:hover span {
  color: #6AB43E;
}
.order-pay-mode .order-pay-mode-item.zfbpay:hover {
  border: 1px solid #00A0EA;
}
.order-pay-mode .order-pay-mode-item.zfbpay:hover span {
  color: #00A0EA;
}
.order-pay-mode .order-pay-mode-item.dakuanpay:hover {
  border: 1px solid #FFB93F;
}
.order-pay-mode .order-pay-mode-item.dakuanpay:hover span {
  color: #FFB93F;
}
.order-pay-mode .order-pay-mode-item.wxpay.active {
  border: 1px solid #6AB43E;
}
.order-pay-mode .order-pay-mode-item.wxpay.active span {
  color: #6AB43E;
}
.order-pay-mode .order-pay-mode-item.wxpay.active::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  padding-left: 10px;
  border-width: 0 30px 25px 0;
  color: #fff;
  border-color: transparent #6AB43E transparent transparent;
}
.order-pay-mode .order-pay-mode-item.wxpay.active::after {
  content: '✓';
  position: absolute;
  top: -3px;
  right: 0;
  width: 12px;
  height: 12px;
  color: #fff;
  transform: rotate(10deg);
  z-index: 2;
}
.order-pay-mode .order-pay-mode-item.zfbpay.active {
  border: 1px solid #00A0EA;
}
.order-pay-mode .order-pay-mode-item.zfbpay.active span {
  color: #00A0EA;
}
.order-pay-mode .order-pay-mode-item.zfbpay.active::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  padding-left: 10px;
  border-width: 0 30px 25px 0;
  color: #fff;
  border-color: transparent #00A0EA transparent transparent;
}
.order-pay-mode .order-pay-mode-item.zfbpay.active::after {
  content: '✓';
  position: absolute;
  top: -3px;
  right: 0;
  width: 12px;
  height: 12px;
  color: #fff;
  transform: rotate(10deg);
  z-index: 2;
}
.order-pay-mode .order-pay-mode-item.dakuanpay.active {
  border: 1px solid #FFB93F;
}
.order-pay-mode .order-pay-mode-item.dakuanpay.active span {
  color: #FFB93F;
}
.order-pay-mode .order-pay-mode-item.dakuanpay.active::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  padding-left: 10px;
  border-width: 0 30px 25px 0;
  color: #fff;
  border-color: transparent #FFB93F transparent transparent;
}
.order-pay-mode .order-pay-mode-item.dakuanpay.active::after {
  content: '✓';
  position: absolute;
  top: -3px;
  right: 0;
  width: 12px;
  height: 12px;
  color: #fff;
  transform: rotate(10deg);
  z-index: 2;
}
.order-pay-mode .order-pay-mode-item img {
  width: 30px;
  height: 30px;
}
.order-pay-mode .order-pay-mode-item span {
  font-size: 16px;
  color: #424242;
  padding-left: 12px;
}
.register-area {
  margin-top: 48px;
  height: 747px;
  background: #FFFFFF;
  box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px 4px 4px 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.register-area .register-area-left {
  width: 700px;
}
.register-area .register-area-left img {
  width: 100%;
  height: 100%;
}
.register-area .register-area-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: flex-start;
  padding: 50px;
}
.register-area .form-tabs {
  display: flex;
  justify-content: center;
  padding: 30px 0;
}
.register-area .form-tabs a {
  font-size: 28px;
  color: #424242;
  font-weight: 600;
  position: relative;
  padding: 16px 20px;
}
.register-area .form-tabs a.active {
  color: #6AB43E;
}
.register-area .form-tabs a.active::before {
  background: #6AB43E;
}
.register-area .form-tabs a::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 56px;
  height: 4px;
  background: transparent;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
}
.register-area .form-tabs a:hover {
  color: #6AB43E;
}
.register-area .form-body {
  padding-top: 30px;
}
.register-area .form-body .form-group {
  margin-top: 32px;
  display: flex;
}
.register-area .form-body .custom-select,
.register-area .form-body .custom-input {
  position: relative;
  font-size: 14px;
  height: 44px;
  background: #FFFFFF;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #DDDDDD;
  width: 100%;
}
.register-area .form-body .custom-input {
  padding: 0 12px;
  box-sizing: border-box;
}
.register-area .form-body .custom-code-input {
  width: 266px;
  flex: 1;
}
.register-area .form-body .custom-code-button {
  margin-left: 20px;
  background-color: #fff;
  border: 1px solid #DDDDDD;
  color: #424242;
  font-size: 14px;
  padding: 0 20px;
  cursor: pointer;
}
.register-area .form-body .submit-button {
  background-color: #6AB43E;
  border: 0px solid #DDDDDD;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  width: 100%;
  height: 44px;
}
.register-area .form-body .custom-select {
  cursor: pointer;
}
.register-area .form-body .custom-select .select-style {
  padding: 0 50px 0 12px;
  height: 100%;
  display: flex;
  align-items: center;
  background-color: #fff;
  color: #969696;
}
.register-area .form-body .custom-select .select-style.hasValue {
  color: #000;
}
.register-area .form-body .custom-select .select-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.register-area .form-body .custom-select .select-options {
  display: none;
  position: absolute;
  top: 52px;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 5px 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  z-index: 1;
}
.register-area .form-body .custom-select .select-option {
  padding: 10px 15px;
  cursor: pointer;
}
.register-area .form-body .custom-select .select-option:hover {
  background-color: #f4f4f4;
}
.register-area .form-body .custom-select .select-options.show {
  display: block;
}
.register-area .form-body .form-bottom-info {
  padding-top: 25px;
  display: flex;
  align-items: center;
}
.register-area .form-body .form-bottom-info input {
  width: 22px;
  height: 22px;
  color: #6AB43E;
  cursor: pointer;
}
.register-area .form-body .form-bottom-info input[type=checkbox] {
  position: relative;
}
.register-area .form-body .form-bottom-info input[type=checkbox]::after {
  display: flex;
  justify-content: center;
  align-items: center;
}
.register-area .form-body .form-bottom-info input[type=checkbox]:checked::after {
  content: "";
  background: url(../images/checked.png) no-repeat;
  position: absolute;
  top: -3px;
  bottom: -3px;
  left: -3px;
  right: -3px;
  background-size: 100%;
  z-index: 2;
}
.register-area .form-body .form-bottom-info p {
  padding-left: 8px;
  font-size: 14px;
  color: #424242;
}
.register-area .form-body .form-bottom-info p a {
  padding: 0 2px;
  color: #6AB43E;
}
.order-pay-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all 0.3s;
  scale: 0;
}
.order-pay-modal.show {
  display: block;
  animation: fadeIn 0.8s ease forwards;
}
.order-pay-modal.show .pupop {
  animation: fadeInPupop 0.6s ease forwards;
}
.order-pay-modal .pupop {
  background-color: #fff;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  width: 800px;
  min-height: 450px;
  margin: 0 auto;
  opacity: 0;
}
.order-pay-modal .pupop .pupop-section {
  position: relative;
}
.order-pay-modal .pupop .pupop-section .close-pupop {
  position: absolute;
  top: 18px;
  right: 25px;
  width: 30px;
  height: 30px;
  padding: 6px;
  cursor: pointer;
}
.order-pay-modal .pupop .pupop-title {
  color: #424242;
  font-size: 18px;
  padding: 25px;
  text-align: center;
}
.order-pay-modal .pupop .order-pay-price {
  padding: 5px 0;
  text-align: center;
  font-size: 18px;
  color: #969696;
}
.order-pay-modal .pupop .order-pay-price span {
  color: #FF7723;
}
.order-pay-modal .pupop .order-pay-qr {
  position: relative;
  margin-top: 26px;
}
.order-pay-modal .pupop .order-pay-qr .qrcode {
  border: 1px solid #DDDDDD;
  width: 200px;
  margin: 0 auto;
}
.order-pay-modal .pupop .order-pay-qr .qrcode img {
  width: 100%;
  height: auto;
}
.order-pay-modal .pupop .order-pay-qr .relative-code {
  position: absolute;
  left: 50%;
  top: -20px;
  margin-left: 100px;
}
.order-pay-modal .pupop .order-pay-text {
  text-align: center;
  color: #7C7C7C;
  font-size: 14px;
  padding: 16px 0;
}
.order-pay-modal .pupop .order-pay-form {
  width: 70%;
  margin: 0 auto;
}
.order-pay-modal .pupop .order-pay-form .form-wrapper {
  display: flex;
  flex-direction: column;
}
.order-pay-modal .pupop .order-pay-form .form-wrapper .form-item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
}
.order-pay-modal .pupop .order-pay-form .form-wrapper .form-item label {
  width: 120px;
  text-align: right;
  color: #7C7C7C;
  font-size: 14px;
}
.order-pay-modal .pupop .order-pay-form .form-wrapper .form-item input {
  flex: 1;
  height: 40px;
  border: 1px solid #DDDDDD;
  padding: 0 12px;
}
.order-pay-modal .pupop .order-pay-form .form-wrapper .form-item .submit-button {
  width: 240px;
  height: 44px;
  background: #6AB43E;
  border-radius: 4px 4px 4px 4px;
  border: none;
  font-size: 16px;
  cursor: pointer;
  color: #fff;
  margin: 16px 0 60px;
}
.order-pay-modal .wxpay-pupop,
.order-pay-modal .zfbpay-pupop {
  display: none;
}
.newinfo-container-area {
  display: flex;
}
.newinfo-container-area .newinfo-container-left {
  width: 100%;
  margin-right: 36px;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.16);
  padding: 36px;
  margin-left: 0;
  display: block;
  flex: 1;
}
.newinfo-container-area .newinfo-container-left .newinfo-title {
  color: #101010;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 22px;
}
.newinfo-container-area .newinfo-container-left .newinfo-list {
  display: flex;
}
.newinfo-container-area .newinfo-container-left .newinfo-list .newinfo-list-item {
  padding-right: 30px;
  display: flex;
  align-content: center;
  height: 30px;
}
.newinfo-container-area .newinfo-container-left .newinfo-list .newinfo-list-item .item-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.newinfo-container-area .newinfo-container-left .newinfo-list .newinfo-list-item .item-icon img {
  width: 16px;
  height: 16px;
}
.newinfo-container-area .newinfo-container-left .newinfo-list .newinfo-list-item .item-name {
  font-size: 14px;
  margin-left: 8px;
  color: #969696;
  align-items: center;
  display: flex;
}
.newinfo-container-area .newinfo-container-left .newinfo-list .newinfo-list-item .item-name span {
  color: #424242;
}
.newinfo-container-area .newinfo-container-left .newinfo-deiver {
  width: 100%;
  height: 1px;
  margin: 20px 0 20px;
  background-color: rgba(187, 187, 187, 0.8);
}
.newinfo-container-area .newinfo-container-left .newinfo-body {
  width: 100%;
  color: #424242;
}
.newinfo-container-area .newinfo-container-left .newinfo-body img {
  width: 100%;
}
.set-max-width {
  width: 712px !important;
}
.set-max-width img {
  max-width: 90% !important;
}
.newinfo-container-area .newinfo-container-left .newinfo-footer {
  margin-bottom: 20px;
}
.newinfo-container-area .newinfo-container-left .newinfo-footer .newinfo-footer-title {
  color: #101010;
  font-size: 16px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 6px;
}
.newinfo-container-area .newinfo-container-left .newinfo-footer .newinfo-footer-link {
  display: flex;
  align-items: center;
}
.newinfo-container-area .newinfo-container-left .newinfo-footer .newinfo-footer-link img {
  width: 16px;
  height: 16px;
}
.newinfo-container-area .newinfo-container-left .newinfo-footer .newinfo-footer-link a {
  color: #7F83F7;
}
.newinfo-container-area .newinfo-container-left .newinfo-footer .newinfo-footer-link a:hover {
  color: #7F83F7;
}
.newinfo-container-area .newinfo-container-right {
  width: 380px;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.16);
  padding: 36px;
}
.newinfo-container-area .newinfo-container-right .newinfo-container-right-title {
  color: #101010;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 22px;
}
.newinfo-container-area .newinfo-container-right .newinfo-container-right-item {
  display: flex;
  overflow: hidden;
  margin-bottom: 12px;
}
.newinfo-container-area .newinfo-container-right .newinfo-container-right-item img {
  width: 90px;
  height: 65px;
}
.newinfo-container-area .newinfo-container-right .newinfo-container-right-item .new-item-right {
  display: flex;
  flex-direction: column;
  margin-left: 16px;
  min-width: 1px;
}
.newinfo-container-area .newinfo-container-right .newinfo-container-right-item .new-item-right .new-item-right-title {
  color: #101010;
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 3px;
}
.newinfo-container-area .newinfo-container-right .newinfo-container-right-item .new-item-right .new-item-right-date {
  color: #BEBEBE;
  font-size: 14px;
}
.newinfo-container-area .policyinfo-container-right .newinfo-container-right-item .new-item-right {
  margin-left: 0;
}
.newinfo-container-area .policyinfo-container-right .newinfo-container-right-item .new-item-right .new-item-right-title {
  color: #101010;
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 3px;
}
.newinfo-container-area .policyinfo-container-right .newinfo-container-right-item .new-item-right .new-item-right-title:hover {
  color: #6ab43e;
}
.newinfo-container-area .policyinfo-container-right .newinfo-container-right-item .new-item-right .new-item-right-date {
  color: #BEBEBE;
  font-size: 14px;
}
.newinfo-container-area .newinfo-container-right-banner {
  padding-top: 10px;
}
.newinfo-container-area .newinfo-container-right-banner .newinfo-container-right-banner-item {
  margin-bottom: 20px;
}
.newinfo-container-area .newinfo-container-right-banner .newinfo-container-right-banner-item img {
  width: 100%;
  height: auto;
}
.refer-container-area {
  display: flex;
  justify-content: center;
}
.refer-container-area .form-body {
  padding-top: 10px;
  padding-bottom: 30px;
  width: 500px;
}
.touxiang-box {
  padding: 20px 40px 0;
  margin-left: 30px;
  display: none;
}
.touxiang-box .zj-head-pic {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.zj-name-box {
  margin-top: 7px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  text-align: center;
}
.bz-name-box {
  margin-top: 7px;
  font-size: 14px;
  color: #333;
}
.refer-container-area .form-body .form-group {
  margin-top: 12px;
  display: flex;
}
.refer-container-area .form-body .form-label {
  width: 100px;
  height: 44px;
  line-height: 44px;
  text-align: right;
  padding-right: 20px;
  font-size: 16px;
  min-width: 1px;
  color: #101010;
}
.refer-container-area .form-body .custom-select,
.refer-container-area .form-body .custom-input {
  position: relative;
  font-size: 14px;
  height: 44px;
  background: #FFFFFF;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #DDDDDD;
  flex: 1;
}
.refer-container-area .form-body textarea.custom-input {
  padding: 8px 12px;
}
.refer-container-area .form-body .custom-input {
  padding: 0 12px;
  box-sizing: border-box;
}
.refer-container-area .form-body .custom-code-input {
  width: 266px;
  flex: 1;
}
.refer-container-area .form-body .custom-code-button {
  margin-left: 20px;
  background-color: #fff;
  border: 1px solid #DDDDDD;
  color: #424242;
  font-size: 14px;
  padding: 0 20px;
  cursor: pointer;
}
.refer-container-area .form-body .submit-button {
  background-color: #6AB43E;
  border: 0px solid #DDDDDD;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  width: 100%;
  height: 44px;
  margin-left: 100px;
}
.refer-container-area .form-body .custom-select {
  cursor: pointer;
}
.refer-container-area .form-body .custom-select .select-style {
  padding: 0 50px 0 12px;
  height: 100%;
  display: flex;
  align-items: center;
  background-color: #fff;
  color: #969696;
}
.refer-container-area .form-body .custom-select .select-style.hasValue {
  color: #000;
}
.refer-container-area .form-body .custom-select .select-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.refer-container-area .form-body .custom-select .select-options {
  display: none;
  position: absolute;
  top: 52px;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 5px 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  z-index: 1;
}
.refer-container-area .form-body .custom-select .select-option {
  padding: 10px 15px;
  cursor: pointer;
}
.refer-container-area .form-body .custom-select .select-option:hover {
  background-color: #f4f4f4;
}
.refer-container-area .form-body .custom-select .select-options.show {
  display: block;
}
.refer-container-area .form-body .form-bottom-info {
  padding-top: 25px;
  display: flex;
  align-items: center;
}
.refer-container-area .form-body .form-bottom-info input {
  width: 22px;
  height: 22px;
  color: #6AB43E;
  cursor: pointer;
}
.refer-container-area .form-body .form-bottom-info input[type=checkbox] {
  position: relative;
}
.refer-container-area .form-body .form-bottom-info input[type=checkbox]::after {
  display: flex;
  justify-content: center;
  align-items: center;
}
.refer-container-area .form-body .form-bottom-info input[type=checkbox]:checked::after {
  content: "";
  background: url(../images/checked.png) no-repeat;
  position: absolute;
  top: -3px;
  bottom: -3px;
  left: -3px;
  right: -3px;
  background-size: 100%;
  z-index: 2;
}
.refer-container-area .form-body .form-bottom-info p {
  padding-left: 8px;
  font-size: 14px;
  color: #424242;
}
.refer-container-area .form-body .form-bottom-info p a {
  padding: 0 2px;
  color: #6AB43E;
}
.refer-container-area .form-succeed-body {
  padding-top: 60px;
  padding-bottom: 30px;
  width: 500px;
  margin: 0 auto;
  text-align: center;
}
.refer-container-area .form-succeed-body .form-succeed-icon {
  width: 100px;
  height: 100px;
}
.refer-container-area .form-succeed-body .form-succeed-text div {
  text-align: center;
  color: #101010;
  font-size: 22px;
  padding-top: 30px;
}
.refer-container-area .form-succeed-body .form-succeed-text p {
  text-align: center;
  color: #a8a8a8;
  font-size: 16px;
  padding-top: 20px;
}
.refer-container-area .form-succeed-body .back-button {
  margin-top: 50px;
  background-color: #6AB43E;
  border: 0px solid #DDDDDD;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  width: 300px;
  height: 44px;
}
.issue-container-area {
  border-radius: 8px;
  overflow: hidden;
}
.issue-container-area .faq {
  border-bottom: 1px solid #e0e0e0;
}
.issue-container-area .question {
  cursor: pointer;
  background-color: #f4f4f4;
  padding: 15px 15px;
  margin-bottom: 0;
  color: #424242;
  display: flex;
  align-items: center;
  font-weight: 400;
}
.issue-container-area .question img {
  width: 16px;
  height: 16px;
  transition: all 0.4s ease-in-out;
}
.issue-container-area .question img.arrow-rotate {
  transform: rotate(90deg);
}
.issue-container-area .question span {
  font-size: 16px;
  padding-left: 10px;
}
.issue-container-area .answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out;
  border-left: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
}
.issue-container-area .answer p {
  font-size: 16px;
  padding: 14px 20px;
}
.issue-container-area .faq:last-child {
  border-bottom: none;
}
.issue-container-area .faq:last-child .answer {
  border-radius: 0 0 8px 8px;
  border-bottom: 1px solid #f4f4f4;
}
.traininfo-container-area {
  display: flex;
  flex-direction: column;
}
.traininfo-container-area .traininfo-container-top {
  display: flex;
  align-items: center;
}
.traininfo-container-area .traininfo-img {
  width: 784px;
  height: 400px;
}
.traininfo-container-area .traininfo-img img {
  width: 100%;
  height: 100%;
}
.traininfo-container-area .traininfo-info {
  padding-left: 40px;
}
.traininfo-container-area .traininfo-name {
  font-size: 20px;
  line-height: 36px;
  color: #424242;
  font-weight: 600;
}
.traininfo-container-area .traininfo-flex {
  display: flex;
  align-items: center;
  padding: 15px 0;
}
.traininfo-container-area .traininfo-flex .value-span {
  color: #969696;
  font-size: 14px;
  line-height: 1;
  margin-left: 4px;
}
.traininfo-container-area .traininfo-money {
  display: flex;
  padding: 20px 0;
}
.traininfo-container-area .traininfo-money .traininfo-money-text1 {
  display: flex;
  color: #ff7723;
  line-height: 1;
}
.traininfo-container-area .traininfo-money .traininfo-money-text2 {
  color: #7c7c7c;
  padding-left: 4px;
}
.traininfo-container-area .traininfo-money .traininfo-money-unit {
  align-self: flex-end;
  line-height: 1;
  font-size: 14px;
}
.traininfo-container-area .traininfo-buy-btn {
  width: 240px;
  user-select: none;
  text-align: center;
  cursor: pointer;
  padding: 11px 47px;
  height: 46px;
  line-height: 24px;
  display: inline-block;
  border-radius: 4px;
  background-color: #6ab43e;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 26px;
  margin-bottom: 10px;
  margin-right: 18px;
  font-size: 14px;
}
.traininfo-container-area .traininfo-buy-tag {
  user-select: none;
  text-align: center;
  cursor: pointer;
  padding: 11px 47px;
  height: 46px;
  line-height: 24px;
  display: inline-block;
  border-radius: 4px;
  background-color: #ececec;
  color: #424242;
  text-transform: uppercase;
  margin-top: 26px;
  margin-bottom: 10px;
  margin-right: 18px;
  font-size: 14px;
}
.traininfo-container-table {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
}
.traininfo-container-table .traininfo-container-name {
  padding: 32px 0;
  color: #424242;
  font-size: 20px;
}
.traininfo-container-table .traininfo-table-container {
  padding-bottom: 30px;
}
.traininfo-container-table .traininfo-table-container table,
.traininfo-container-table .traininfo-table-container table tr th,
.traininfo-container-table .traininfo-table-container table tr td {
  border-bottom: 1px solid #ECECEC;
}
.traininfo-container-table .traininfo-table-container table {
  width: 100%;
  border-collapse: collapse;
}
.traininfo-container-table .traininfo-table-container table thead {
  background: #F4F4F4;
  height: 54px;
}
.traininfo-container-table .traininfo-table-container table thead th {
  text-align: center;
  color: #7C7C7C;
  padding: 0 20px;
  font-size: 14px;
}
.traininfo-container-table .traininfo-table-container table tbody tr {
  height: 80px;
  font-size: 16px;
}
.traininfo-container-table .traininfo-table-container table tbody tr td {
  text-align: center;
  margin: 0 auto;
  padding: 0 20px;
  color: #424242;
}
.traininfo-container-table .traininfo-table-container table .w-280 {
  width: 280px;
}
.traininfo-container-table .traininfo-table-container table .w-150 {
  width: 150px;
}
.traininfo-container-table .traininfo-table-container table .study-progress-bar {
  display: inline-block;
  width: 168px;
  height: 10px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #f4f4f4;
}
.traininfo-container-table .traininfo-table-container table .study-progress-width {
  height: 10px;
  border-radius: 20px;
  background: #6AB43E;
}
.traininfo-container-table .traininfo-table-container table .study-progress-num {
  font-size: 16px;
  text-align: center;
  color: #6ab43e;
}
.traininfo-container-table .traininfo-table-container table .link-study {
  color: #6ab43e;
}
.active-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.active-lt-datebox {
  width: 47%;
  
}
.title-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.title-box h3 {
  font-size: 28px;
  color: #424242;
}
.title-box .title-box-btn {
  padding: 6px 12px;
  background-color: #6AB43E;
  border-radius: 4px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
.active-lt-datebox .date-box-list {
  width: 100%;
}
.active-lt-datebox .date-box-list .date-list {
  width: 100%;

}
.active-rt-roadbox {
  width: 47%;
}
.active-rt-roadbox h3 {
  font-size: 28px;
  color: #424242;
  margin-bottom: 38px;
}
.title-box h3 span {
  line-height: 28px;
  font-size: 14px;
  color: #7C7C7C;
  margin-left: 12px;
}
.set-mr-top-zero {
  margin-top: 0;
}
.date-list-one {
  height: 104px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  cursor: pointer;
}
.date-list-one:hover .date-list-one-lt .date-list-date, 
.date-list-one:hover .date-list-one-lt .date-list-month {
  color: #6AB43E;
}
.date-list-one:hover .date-list-one-rt .date-list-title, 
.date-list-one:hover .date-list-one-rt .date-list-font {
  color: #6AB43E;
}
.date-list-one-lt {
  width: 114px;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.date-list-date {
  font-size: 34px;
  font-weight: bold;
  color: #424242;
  width: 100%;
  text-align: center;
}
.date-list-month {
  width: 100%;
  font-size: 15px;
  margin-top: 8px;
  color: #424242;
  font-weight: bold;
  text-align: center;
}
.date-list-one-rt {
  flex: 1;
  margin-left: 2px;
  background: #f5f5f5;
  padding: 16px 24px;
  box-sizing: border-box;
}
.date-list-title {
  font-size: 18px;
  font-weight: bold;
  color: #424242;
  margin: 6px 0 12px 0;
}
.date-list-font {
  font-size: 12px;
  color: #7C7C7C;
  margin: 0;
}
.place-active-mr {
  margin-left: 12px;

}
.road-list-box {
  width: 100%;
  border: 1px solid #cccccc;
}
.road-list-box ul li {
  width: 100%;
  height: 56px;
  border-bottom: 1px solid #cccccc;
  line-height: 56px;
  padding-left: 12px;
  box-sizing: border-box;
}
.road-list-box ul li.road-no-border {
  border-bottom: none;
}
.confrim-box {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.4);
}
.con-box-bg {
  width: 40%;
  height: 620px;
  background: #fff;
  border-radius: 10px;
  position: absolute;
  overflow-y: auto;
  left: 50%;
  top: 50%;
  padding-top: 30px;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
}
.confrim-title {
  position: absolute;
  left: 20px;
  top: 20px;
  color: #101010;
  font-size: 18px;
  font-weight: bold;
}
.qx-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
/* .set-img-wh {
  width: 500px; 
  height: 430px; 
  overflow: hidden;
} */

.limit-banner-w {
  width: 500px;
  height: 430px;
  overflow: hidden;
}
.set-img-h {
  width: 100%;
}
@keyframes fadeIn {
  0% {
    background: rgba(0, 0, 0, 0);
    scale: 1;
  }
  100% {
    background: rgba(0, 0, 0, 0.5);
    scale: 1;
  }
}
@keyframes fadeOut {
  0% {
    background: rgba(0, 0, 0, 0.5);
    scale: 1;
  }
  99% {
    scale: 1;
  }
  100% {
    background: rgba(0, 0, 0, 0);
    scale: 0;
  }
}
@keyframes fadeInPupop {
  0% {
    top: 40%;
    opacity: 0;
  }
  100% {
    top: 50%;
    opacity: 1;
  }
}
@keyframes fadeOutPupop {
  0% {
    top: 0;
  }
  100% {
    top: 50%;
  }
}


.conpany-produce-box {
  margin: 30px 0;
}

.company-title {
  color: #424242;
  font-size: 16px;
}
.conpany-banner-box {
  width: 100%;
  height: auto;
  /* display: flex; */
  margin: 30px 0 30px 0;
  overflow: hidden;
}
.conpany-detail-box {
  
}
.company-name-box {
  font-size: 40px;
  color: #6ab43e;
}
.contetn-com-box {
  color: #333;
  font-size: 16px;
  box-sizing: border-box;
  padding: 20px;
  /* flex: 1; */
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

.col-set-company {
  display: flex;
  justify-content: space-between;
}

.col-set-content {
  display: initial;
}

.set-contetn-col {
  display: block !important;
}

.set-contetn-col .company-info-left {
  width: 550px;
}
.set-contetn-col .company-info-right {
  width: 550px;
}
.set-col-company {
  display: flex;
  justify-content: space-between;
}
.more-train-list {
  padding-bottom: 0 !important;
}
.nll-select-box {
  position: absolute;
  left: -54px;
  top: 43px;
  width: auto;
  background: #fff;
  width: 170px;
  z-index: 2;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
  /* display: none; */
}
.nll-select-box li {
  text-align: center;
  padding: 12px 0;
}
.nll-select-box li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);

}
.nll-select-box li:hover {
  color: #6ab43e;
  cursor: pointer;
}
.header-nav .nav-item:hover .nll-select-box {
  display: block;
}
.nll-pl-box {
  margin-top: 30px;
}
.nll-pl-ul {
  width: 100%;
  /* justify-content: space-between; */
  display: flex;
}
.nll-pl-ul li {
  cursor: pointer;
  background: #fff;
  font-size: 16px;
  padding: 6px 16px;
  box-shadow: 1px 1px 5px #ccc;
  border-radius: 6px;
  margin-right: 12px;
}
.nll-pl-ul li:hover {
  color: #6ab43e;
}
.nll-pl-ul li.nl-active {
  background: #6ab43e;
  color: #fff;
}
.nll-pl-ul li.nl-active:hover a{
  color: #fff;
}
.ol-box-ul {
  width: 460px;
  border-radius: 6px;
  background: #fff;
  display: flex;
  align-items: center;
  box-shadow: 1px 1px 5px #ccc;
  margin-top: 30px;
  overflow: hidden;
}
.ol-box-ul li{
  width: 25%;
  padding: 8px 20px;
  font-size: 16px;
  position: relative;
}
.ol-box-ul li:not(:last-child):after {
  content: '';
  width: 1px;
  height: 100%;
  background: rgba(0,0,0,0.1);
  position: absolute;
  right: 0;
  top: 0;

}
.ol-box-ul li.nl-active {
  background: #6ab43e;
  color: #fff;
}
.ol-box-ul li.nl-active:hover a{
  color: #fff;
}

.nll-threeul-box {
  display: flex;
  width: 100%;
  justify-content: space-between;
  background: rgba(0,0,0,0.04);
  /* box-shadow: 1px 1px 5px #ccc; */
  margin: 30px 0 20px;
}

.nll-threeul-box li {
  width: 25%;
  font-size: 16px;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.nll-threeul-box li a{
  width: 100%;
  height: 100%;
  padding: 12px;
  display: block;
}
.nll-threeul-box li:not(:last-child):after {
  content: '';
  width: 1px;
  height: 100%;
  background: rgba(0,0,0,0.1);
  position: absolute;
  right: 0;
  top: 0;

}
.nll-threeul-box li.nl-active {
  background: #6ab43e;
  color: #fff;
}
.nll-threeul-box li.nl-active::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -30px;
  width: 0px;
  height: 0px;
  border: 16px solid;
  transform: translate(-50%);
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: #6ab43e;;
  border-bottom-color: transparent;
}
.nll-threeul-box li.nl-active:hover a{
  color: #fff;
}
.default-hide {
  display: none;
}
.nll-list-msg-box {
  display: flex;
  justify-content: space-between;
}

.nll-settab-sty {
  margin-bottom: 20px;
}

.video-introduce-box {
  width: 100%;
  font-size: 14px;
  white-space: pre-wrap;
  display: none;
}
.nll-lxr-color {
  color: #777 !important;
}
.nll-zj-box {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}
.nll-zj-list-box {
  display: block;
  width: 380px;
  padding: 20px 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  border: 1px solid #eee;
  margin: 0 30px 20px 0;
}
.nll-zj-list-box:nth-child(3n) {
  margin: 0 0px 20px 0;
}

.zj-pic-nll {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.rt-zj-content {
  margin-left: 20px;
  font-size: 14px;
  color: #333;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.zj-con-one {
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
.zj-con-three{
  font-size: 12px;
  color: #666;
  margin-top: 0px;
  width: 100%;
  display: flex;
  align-items: center;
}
.zj-bq {
  background: #999;
  color: #fff;
  padding: 0 6px;
  border-radius: 4px;
  box-sizing: border-box;
  flex-shrink: 0;
}
.zj-con-two {
  font-size: 14px;
  margin-top: 4px;
  color: #666;
}
.zj-ms {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-left: 6px;
  width: 0;
  flex: 1;
}

.zj-detail-box-pic {
  display: flex;
  border-bottom: 1px solid #ccc;
  padding-bottom: 40px;
  box-sizing: border-box;
  margin-bottom: 40px;
}
.zj-pic-detail {
  width: 250px;
  height: 270px;
  /* object-fit: contain; */
}
.zh-person-msg {
  margin-left: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.person-msg-one {
  font-size: 24px;
  font-weight: bold;
  color: #333;
}
.person-msg-two {
  font-size: 12px;
  color: #999;
  margin-top: 8px;
  margin-bottom: 8px;
}
.have-man-num {
  margin-left: 6px;
  /* font-weight: bold; */
  color: #999;
}
.bold-lt-man {
  color: #333;
  font-weight: bold;
}
.person-msg-three {
  margin: 0;
  color: #333;
  font-size: 14px;
  /* font-weight: bold; */
}
.person-msg-btn {
  margin-bottom: 20px;
  padding: 10px 14px;
  box-sizing: border-box;
  font-size: 16px;
  color: #fff;
  background: #6ab43e;
  border-radius: 6px;
  cursor: pointer;
  text-align: center;
  letter-spacing: 1px;
}

.zzc-box {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 999;
  display: none;
}
.sub-form-box {
  width: 600px;
  height: auto;
  background: #fff;
  border-radius: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.set-no-input {
  background: #fcfcfc !important;
  cursor: no-drop;
}
.sub-form-title {
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  padding: 30px;
  box-sizing: border-box;
}
.success-sub-form {
  display: none;
}
.form-filter-box-nll {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.fb-pic-nll {
  width: 260px;
  margin-left: 20px;
  object-fit: contain;
}
.set-fbtwo-pic {
  width: 100%;
  margin-bottom: 30px;
}

.set-detaill-content {
  font-size: 14px;
  color: #333;
  margin-top: 8px;
  line-height: 24px;
  margin-bottom: 20px;
  width: 100%;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}
.title-one-nll-cg {
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.set-nll-nomr {
  margin-bottom: 0;
}
.nll-into-yjbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.jy-into-box {
  width: auto;
  margin-left: 30px;
  font-size: 16px;
  color: #333;
  cursor: pointer;
}
.jy-into-box:hover {
  color: #6AB43E;
}


.nll-set-navlist {
  flex: 1;
}

.scrolled .nll-header-bottom-nav {

}
.scrollover .nll-header-bottom-nav {}

.scrolled .nll-into-yjbox{

}
.scrollover .nll-into-yjbox{}
.scrolled .nll-header-bottom-nav .header-nav, .scrolled .nll-into-yjbox {
  /* display: none; */
  padding: 0 !important;
  height: 0 !important;
}
.scrollover .nll-header-bottom-nav .header-nav, .scrollover .nll-into-yjbox {
  padding: 0 !important;
  height: 0 !important;
}
.scrollover .nll-set-navlist {
  margin-top: 50px;
}
.scrollover .jy-into-box, .scrolled .jy-into-box{
  display: block;
}
.scrollover .wc-jy-into-box, .scrolled .wc-jy-into-box{
  display: none;
}
.nav-jy-into-box {
  display: none;
}
.dit-pic-class {
  width: 20px;
  vertical-align: sub;
}