.btn-commons {
  position: relative;
  z-index: 1;
}
.btn-commons:hover {
  color: #fff;
}
.btn-effects {
  overflow: hidden;
}
.btn-effects:after {
  content: '';
  position: absolute;
  width: 0;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-effects:hover:after {
  width: 100%;
}
.func_card {
  display: flex;
  height: 569px;
}
.logoImg {
  width: 38px;
  height: 38px;
  margin-right: 13px;
}
.banner {
  position: relative;
}
.apply_box {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.apply_box .title {
  font-size: 20px;
  font-weight: bold;
  color: #222222;
}
.apply_box .desc {
  font-size: 28px;
  margin-bottom: 61px;
}
.applyBtn {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 18%;
  top: 38%;
}
.applyBtn .title {
  font-size: 72px;
  font-weight: bold;
  color: #222222;
}
.applyBtn .desc {
  font-size: 28px;
  margin-bottom: 61px;
}
.applyBtn .button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 48px;
  color: #FFFFFF;
  font-size: 18px;
  background: linear-gradient(90deg, #3AD1A8 0%, #1FAF88 98%);
}
.applyBtn .button a {
  color: #FFFFFF;
}
.card_box {
  box-sizing: border-box;
}
.card_box .card_i_box {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 29px 61px;
}
.card_box .card_i_box .box {
  background: url('../img/home/jjfa_card.png') no-repeat center center;
  background-size: 100%;
  height: 200px;
  background-color: #fff;
}
.card_box .card_i_box .box_i {
  width: 100%;
  height: 100%;
  padding: 50px 84px 8px 32px;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.card_box .card_i_box .title {
  font-size: 20px;
}
.card_box .card_i_box .desc {
  font-size: 14px;
}
.card_box .card_i_box .num {
  color: #FFFFFF;
  font-family: DIN;
}
.function_card .f_top {
  position: relative;
  display: flex;
  flex-direction: column;
}
.function_card .f_top .f_title {
  color: #1FAF88;
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: bold;
}
.function_card .f_top .f_desc {
  margin-bottom: 27px;
}
.function_card .f_top .f_num {
  font-size: 80px;
  color: rgba(74, 204, 169, 0.2);
  z-index: 2;
  text-transform: capitalize;
  position: absolute;
  top: -68px;
  right: -34px;
  width: 100%;
  font-weight: 800;
}
.function_card .f_tip {
  font-size: 14px;
  margin-bottom: 12px;
}
.function_card .f_tip:last-child {
  margin-bottom: 0px;
}
.function_card .f_tip .tip_n {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  line-height: 1;
  text-align: center;
  color: #1FAF88;
  position: relative;
}
.function_card .f_tip .tip_n::before {
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #1FAF88;
  margin-right: 5px;
}
.function_card .f_tip .tip_d {
  display: inline-block;
  margin-left: 17px;
}
.function_card .row_f {
  display: flex;
  flex-direction: column-reverse;
}
.jjfa_img {
  width: 848px;
  height: 529px;
}
.mb_88 {
  margin-bottom: 88px;
}
.choice-box-items:nth-child(2)::after,
.choice-box-items:nth-child(5)::after {
  display: inline-block;
  content: "";
  width: 208px;
  height: 0px;
  background-color: #A5DFCF;
}
.choice-items {
  padding: 30px 15px;
  background: #fff;
  text-align: center;
  position: relative;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.choice-items:hover {
  border: 0;
  -webkit-box-shadow: 0 10px 50px 0 rgba(84, 110, 122, 0.35);
  box-shadow: 0 10px 50px 0 rgba(84, 110, 122, 0.35);
}
.choice-items .title {
  margin-top: 20px;
}
.choice-items .desc {
  margin-top: 10px;
  color: #666666;
  text-align: justify;
}
.aboutUsBtn_s {
  display: none;
  text-align: center;
}
.aboutUsBtn_s .title {
  font-size: 36px;
  font-weight: 800;
  padding: 30px 0 20px 0;
}
.aboutUsBtn_s .desc {
  color: #546e7a;
  margin-bottom: 30px;
}
.aboutUsBtn_s .button {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 48px;
  color: #FFFFFF;
  font-size: 18px;
  background: linear-gradient(90deg, #3AD1A8 0%, #1FAF88 98%);
}
.aboutUsBtn_s .button a {
  color: #FFFFFF;
}
.aboutUsBtn {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 16%;
  top: 30%;
}
.aboutUsBtn .title {
  font-size: 36px;
  color: #222222;
}
.aboutUsBtn .desc {
  width: 602px;
  font-size: 16px;
  margin: 9px 0 20px 0;
}
.aboutUsBtn .button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 48px;
  color: #FFFFFF;
  font-size: 18px;
  background: linear-gradient(90deg, #3AD1A8 0%, #1FAF88 98%);
}
.aboutUsBtn .button a {
  color: #FFFFFF;
}
.dfs {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fixed-element {
  position: fixed;
  top: 85%;
  /* 使元素距离页面顶部的距离为页面高度的30% */
  right: 10%;
  /* 使元素水平居中 */
  color: #fff;
  z-index: 10;
}
@keyframes shake {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-5px);
  }
  75% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
}
.shaking-box {
  position: relative;
  animation: shake 2s infinite;
  cursor: pointer;
}
.bgc_green {
  background: #F8FFFD;
}
.func_card_2 {
  position: relative;
}
.c_t_d .title {
  font-size: 36px;
  margin-bottom: 23px;
  font-weight: bold;
  text-align: center;
}
.c_t_d .desc {
  font-size: 16px;
  margin-bottom: 45px;
  text-align: center;
}
.table {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 51px 0;
  box-sizing: border-box;
}
.table .table_card {
  padding-top: 53px;
  background: #FFFFFF;
  box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.05);
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  text-align: center;
  width: 581px;
  height: 586px;
}
.table .table_card .contact-form {
  margin: 0 auto;
  max-width: 450px;
  padding: 20px;
  padding-top: 0;
  border-radius: 5px;
}
.table .table_card .form-group {
  display: flex;
  align-items: center;
  margin-bottom: 34px;
}
.table .table_card label {
  color: #888888;
  width: 80px;
  text-align: left;
}
.table .table_card input,
.table .table_card select {
  background-color: #fff;
}
.table .table_card select,
.table .table_card input {
  flex: 1;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.table .table_card input[type="submit"] {
  width: 100%;
  padding: 10px;
  background: linear-gradient(90deg, #3AD1A8 0%, #1FAF88 98%);
  color: white;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}
.table .table_card .data_list {
  width: 100%;
}
.input_submit {
  width: 100%;
  padding: 10px;
  background: linear-gradient(90deg, #3AD1A8 0%, #1FAF88 98%);
  color: white;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}
.video-promos {
  background: url(../img/home/aboutUs.png) no-repeat;
  background-size: 100%;
  position: relative;
}
.video-promos .video-promo-content {
  color: #fff;
}
.video-promos .video-promo-content .video-popup {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border: 3px solid #fff;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  font-size: 26px;
}
.video-promos .video-promo-content h2 {
  margin-top: 30px;
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
}
.video-promo .video-promo-content p {
  color: #fff;
}
.QR_code_box {
  display: flex;
  text-align: center;
  justify-content: flex-end;
}
.QR_code_box li {
  width: 110px;
  height: 110px;
  display: flex;
  flex-direction: column;
}
.QR_code_box li:nth-child(1) {
  margin-right: 46px;
}
.QR_code_box li span {
  color: #748EA6;
  margin-top: 16px;
}
.mb-70 {
  margin-bottom: 70px;
}
/* 提交成功样式 */
.zhezhaoSuc {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99;
}
.tangkuangSuc {
  position: relative;
  height: 500px;
  background: #FFFFFF;
  margin: 6% auto;
  z-index: 100;
  text-align: center;
  border-radius: 20px;
}
#headerSuc {
  height: 50px;
  /* background: #36B153; */
}
#header-rightSuc {
  position: absolute;
  height: 24px;
  right: 14px;
  top: 14px;
  cursor: pointer;
  text-align: center;
}
#header-rightSuc img {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.success_img {
  width: 100px;
  height: 100px;
  margin: auto;
  padding-top: 80px;
}
.suc_word {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  color: #313333;
  margin-top: 145px;
}
.suc_peo {
  font-size: 18px;
  font-weight: 400;
  color: #313333;
  margin-top: 18px;
}
.queding {
  width: 162px;
  height: 42px;
  line-height: 42px;
  background: linear-gradient(90deg, #3AD1A8 0%, #1FAF88 98%);
  box-shadow: 0px 0px 20px 0px rgba(54, 177, 83, 0.35);
  border-radius: 20px;
  margin: auto;
  margin-top: 55px;
  font-size: 24px;
  font-weight: 400;
  color: #FFFFFF;
  cursor: pointer;
}
#header-right {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 14px;
  top: 14px;
  cursor: pointer;
  text-align: center;
}
#header-right img {
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.carousel-indicators li{
  background-color: #3AD1A8;
}
