@charset "UTF-8";
@media only screen and (min-width:1921px) {
  .center {
    width: 94%;
    max-width: 83.333vw;
    margin: 0 auto;
  }
}

@media only screen and (max-width:1920px) {
  .center {
    width: 94%;
    max-width: 1600px;
    margin: 0 auto;
  }

}

.yx_Header {
  z-index: 100;
  position: fixed;
  height: calc(100vh - var(--f20) * 2);
  left: var(--f20);
  top: var(--f20);
  transition: all .5s ease;
  width: 260px;
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
  border-radius: 10px;
}

body.yx_H_Active .yx_Header,
section.yx_H_Active {
  height: 72px;
}

.yx_H_togg {
  height: calc(100vh - var(--f20) * 2) !important;
  transition: all .5s ease;
}

.logo {
  display: flex;
  align-items: center;
  width: 100%;
  transition: all .5s ease;
  position: relative;
  height: 64px;
}



.yx_NP_Logo {
  position: relative;
  width: calc(100% - 64px);
  line-height: 0;
  transition: all .5s ease;
  margin: auto;
  text-align: center;
}

.yx_NP_Logo img {
  object-fit: contain;
  /* animation: bounce1 1.8s ease-in-out infinite;
  -webkit-animation: bounce1 1.8s ease-in-out infinite; */
  max-width: 90%;
  transition: all .5s ease;
}

.yx_H_togg .yx_NP_Logo img,
.yx_H_Active .yx_NP_Logo img {
  max-width: 70%;
}

.yx_NP_Logo img:nth-child(2) {
  animation-delay: .1s;
  -webkit-animation-delay: .1s;
  margin-left: -3px;
}

.yx_NP_Logo img:nth-child(3) {
  animation-delay: .2s;
  -webkit-animation-delay: .2s;
}

.yx_NP_Logo img:nth-child(4) {
  animation-delay: .3s;
  -webkit-animation-delay: .3s;
}

.yx_NP_Logo img:nth-child(5) {
  animation-delay: .4s;
  -webkit-animation-delay: .4s;
}

.yx_NP_Logo img:nth-child(6) {
  animation-delay: .5s;
  -webkit-animation-delay: .5s;
}


@keyframes bounce1 {
  0% {
    transform: translateY(0);
  }

  33% {
    transform: translateY(-10px);
  }

  66% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(0);
  }
}

@-webkit-keyframes bounce1 {
  0% {
    transform: translateY(0);
  }

  33% {
    transform: translateY(-10px);
  }

  66% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(0);
  }
}


.yx_NP_Left {
  width: 100%;
}

.yx_H_Active .mo_flex,
.yx_H_Active .yx_NP_Left {
  max-height: 0;
  overflow: hidden;
}

.yx_H_togg .yx_NP_Left,
.yx_H_togg .mo_flex {
  transition: all .3s ease .3s;
  max-height: 100vh;
}

.yx_Nav {
  display: flex;
  flex-wrap: wrap;
}

.yx_N_Pc .yx_NavTit {
  display: block;
  position: relative;
  text-align: center;
  transition: all .5s;
  color: #010101;
  line-height: 278%;
  font-size: var(--f18);
  text-transform: uppercase;
  border-radius: 5px;
}

.yx_HN_Ej .ischildern .nav_ch_more:after,
.ischildern .yx_NavTit:after {
  content: '\e6a8';
  display: inline-block;
  margin-left: 10px;
  transition: all .5s ease;
  font-family: 'iconfont' !important;
  vertical-align: top;
  color: var(--li);
}

.yx_N_Pc .yx_NavYj:hover .yx_NavTit:after {
  color: #fff;
}

.nav_bottom_tit {
  display: flex;
  color: #999;
  font-size: var(--f18);
  justify-content: center;
  gap: 10px;
  margin-bottom: 5px;
}

.nav_bottom_tit .icon {
  color: #000;
}

.nav_email {
  display: block;
  color: #000;
  font-size: var(--f18);
  margin-bottom: var(--f24);
}


.nav_sharing a {
  width: var(--f40);
  height: var(--f40);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #c9cacd;
  border-radius: .3rem;
  margin: .5rem .25rem 0;
  transition: all .5s ease;
}

.nav_sharing a svg {
  width: 40%;
  height: auto;
}

.nav_sharing a:hover {
  background: var(--li);
}

.nav_sharing a:hover * {
  fill: #fff !important;
}


.yx_NavBtn {
  background: var(--li);
  width: 64px;
  height: 64px;
  display: none;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
}

.yx_H_togg .yx_NavBtn,
.yx_H_Active .yx_NavBtn {
  display: flex;
}

.yx_NavBtnCon {
  position: relative;
  width: 28px;
  height: 20px;
  display: block;
  overflow: hidden;
  cursor: pointer;
}

.yx_NavBtn span {
  position: absolute;
  right: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: all 0.6s ease;
}

.yx_NavBtn .yx_NB_Line {
  width: 22px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

.yx_NB_Line_Top {
  top: 5px;
}

.yx_NB_Line_Bottom {
  bottom: 6px;
  top: auto;
}

.yx_Nav_Active .yx_NB_Line,
.yx_H_togg .yx_NB_Line {
  transform: translate(100px, -50%);
  transition: all 0.6s ease;
}

.yx_Nav_Active .yx_NB_Line_Top,
.yx_H_togg .yx_NB_Line_Top {
  transform: rotate(45deg);
  top: 8px;
  transition: all 0.6s ease;
}

.yx_Nav_Active .yx_NB_Line_Bottom,
.yx_H_togg .yx_NB_Line_Bottom {
  transform: rotate(-45deg);
  bottom: 10px;
  transition: all 0.6s ease;
}

.yx_TopLang {
  position: relative;
}

.yx_TopLangCon {
  background: var(--li);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 80px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
}

.yx_TopLangCon:before {
  content: '';
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid var(--li);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
}

.yx_TopLang a {
  width: 120px;
  text-align: center;
  display: block;
  line-height: 36px;
  color: #fff;
}

.yx_TopLang:hover .yx_TopLangCon {
  top: 55px;
  opacity: 1;
  transition: all 0.8s ease;
  visibility: visible;
}

.popup-search-box {
  position: fixed;
  top: 0;
  left: 50%;
  background-color: rgba(0, 0, 0, 0.95);
  height: 0;
  width: 0;
  overflow: hidden;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.popup-search-box.show {
  opacity: 1;
  visibility: visible;
  width: 100.1%;
  height: 100%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  border-radius: 0;
}

.popup-search-box button.searchClose {
  width: max(35px, 3.125vw);
  height: max(35px, 3.125vw);
  position: absolute;
  top: max(20px, 2.083vw);
  right: max(20px, 2.083vw);
  border: 1px solid var(--li);
  background-color: transparent;
  border-radius: 50%;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  fill: var(--li);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup-search-box button.searchClose:hover {
  color: var(--li);
  background-color: #fff;
  border-color: transparent;
  border-color: transparent;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.popup-search-box button.searchClose svg {
  width: 45%;
  height: auto;
}

.yx_Header .Search_box {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  cursor: auto;
  width: 94%;
  max-width: max(300px, 36.458vw);
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: -webkit-transform ease 0.4s;
  transition: -webkit-transform ease 0.4s;
  transition: transform ease 0.4s;
  transition: transform ease 0.4s, -webkit-transform ease 0.4s;
}

.popup-search-box.show .Search_box {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.yx_Header .Search_box input#search-input {
  font-size: max(16px, 0.938vw);
  line-height: max(45px, 3.438vw);
  width: 100%;
  border: 2px solid var(--li);
  background-color: transparent;
  color: #fff;
  border-radius: max(50px, 2.604vw);
  padding: 0 max(15px, 1.302vw);
  padding-right: max(40px, 2.344vw);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

input#search-input::-webkit-input-placeholder {
  color: #fff;
}

input#search-input:focus-visible {
  outline: none;
}

.yx_Header .Search_box .search {
  position: absolute;
  top: 0;
  background-color: transparent;
  border: none;
  right: 0.625vw;
  cursor: pointer;
  width: max(45px, 3.646vw);
  height: max(45px, 3.646vw);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  -webkit-transform: scale(1.001);
  -ms-transform: scale(1.001);
  transform: scale(1.001);
  display: flex;
}

.yx_Header .Search_box .search svg.icon {
  fill: #fff;
  margin: auto;
  width: max(20px, 1.406vw);
  height: auto;
}

.yx_Header .Search_box .search:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.nav_top {
  background: var(--li);
  color: #fff;
}

.nav_top .center {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav_top .center>a {
  font-size: var(--f16);
  color: #fff;
  font-weight: 500;
}

.lunga_box {
  line-height: 150%;
  display: flex;
  align-items: center;
  width: auto;
  justify-content: space-between;
  position: relative;
  gap: 10px;
  cursor: pointer;
  height: max(45px, 3.125vw);
  margin-right: 2.083vw;
}

.lunga_box i {
  font-size: max(20px, 1.042vw);
  opacity: .5;
}

.lunga_box:after {
  content: '';
  border-left: 0.208vw solid transparent;
  border-top: 0.26vw solid #fff;
  border-right: 0.208vw solid transparent;
}

.lunga_box .langbox {
  position: absolute;
  width: 6.25vw;
  left: 0;
  height: auto;
  top: 100%;
  display: none;
  z-index: 10;
}

.lunga_box .langbox a {
  display: block;
  padding: 0.4vw;
  text-align: center;
  color: #333;
  background: #eee;
  border-top: 1px solid #ccc;
}

.lunga_box .langbox a:hover {
  background: var(--li);
  color: #fff;
  border-color: var(--li);
}

.lunga_box:hover .langbox {
  display: block;
}


.yx_N_Pc {
  display: block;
  transition: all .5s ease;
  height: 100%;
  text-align: center;
  background: #fff;
  padding: 45px 0 25px;
  border-radius: 10px;
  position: relative;
}

.yx_H_Active .yx_N_Pc {
  padding: 4px;
}

.scr_bottom {
  top: min(-123px, -6vw) !important;
}

.yx_NP_Box {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.yx_N_Mo {
  display: none;
}

.yx_Header .box {
  overflow: hidden;
}


.yx_NavYj {
  width: 100%;
}

li.yx_NavYj.ts_nav {
  position: static;
}

.yx_HN_Ej {
  width: 270px;
  /* overflow: hidden; */
  left: calc(100% - 10px);
  top: 0;
  position: absolute;
  text-align: center;
  background: #f3f5f7;
  height: 100%;
  transition: all .5s ease;
  border-radius: 0 5px 5px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: var(--f24);
  align-items: center;
  transform: scaleX(0);
  transform-origin: left center;
  z-index: -1;
}

.nav_child .yx_HN_Ej {
  background: #eee;
  z-index: -2;
}

.nav_child:hover .yx_HN_Ej,
.yx_NavYj:hover>.yx_HN_Ej {
  transform: scaleX(1);
}

.yx_HN_Ej .nav_child {
  width: 100%;
}

.nav_child .yx_HN_Ej>a,
.yx_HN_Ej .nav_ch_more {
  font-size: var(--f16);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #010101;
  transition: all 0.5s;
  position: relative;
  line-height: 150%;
  text-transform: uppercase;
  width: calc(var(--f16) * 8);
  margin: 0 auto;
}

.nav_child .yx_HN_Ej>a:hover,
.yx_HN_Ej .nav_child:hover .nav_ch_more {
  color: var(--li);
}

.yx_N_Pc .yx_NavYj:hover .yx_NavTit {
  background: var(--li);
  color: #fff;
}

.yx_N_Pc .yx_NavYj:hover .yx_NavTit:before {
  width: 80%;
}

.yx_HNY_Left {
  width: 40%;
  background: #fff;
  padding: var(--f72) 6% var(--f72) 0;
}

.yx_HNL_EjTit {
  text-align: center;
  display: block;
  font-size: var(--f14);
  line-height: 180%;
  color: #fff;
  padding: 5px 0;
  transition: all 0.5s;
}

.yx_HNL_EjTit:hover {
  color: var(--li);
}

.yx_NE_Right {
  display: flex;
  width: 45%;
}

.yx_NE_Right .yx_NER_Right {
  width: 40%;
  padding-left: 8%;
}

.yx_NER_Right h3 {
  color: var(--yx_Grad);
  font-weight: normal !important;
  margin-bottom: var(--f24);
}

.yx_NER_Right a {
  font-size: var(--f16);
  line-height: 200%;
  transition: all 0.56s;
  color: #4a4a4a;
  display: block;
  text-align: left;
  margin-bottom: 8px;
}

.yx_NER_Right a:hover {
  color: var(--li);
}

.fixed .company_sort {
  position: fixed;
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}

.fixed .company_sort .center {
  border: none;
}

@media only screen and (min-width:980px) {
  .mo {
    display: none !important;
  }

  .yx_H_togg .yx_N_Pc {
    padding: 4px;
    padding: 45px 4px 25px;
  }
}

@media only screen and (max-width:979px) {
  .yx_NavBtn {
    width: 50px;
    height: 50px;
  }

  .yx_NP_Logo {
    width: calc(100% - 50px);
  }

  .yx_NP_Logo img {
    max-width: 120px !important;
  }

  .center {
    margin: 0 auto;
    width: 94%;
    max-width: 94vw;
  }

  .yx_NP_Box .logo .logo2 {
    display: block;
  }

  .mo_flex .L_ph_Right {
    display: none;
  }

  .mo_flex .L_ph_Right .pulic {
    color: #000;
    line-height: 200% !important;
    width: 100%;
    justify-content: center;
  }

  .mo_flex .L_ph_Right a {
    color: #000;
  }

  .pc {
    display: none !important;
  }

  .lunga_box {
    height: 35px;
    margin-right: 14px;
    font-size: 12px;
  }

  .nav_top .center>a {
    font-size: 12px;
  }

  .lunga_box i {
    font-size: 14px;
  }

  .lunga_box:after {
    content: '';
    border-left: 4px solid transparent;
    border-top: 6px solid #fff;
    border-right: 4px solid transparent;
  }

  .mo_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 30px;
  }

  .yx_N_Pc {
    padding: 4px;
    position: relative;
    z-index: 2;
  }

  .yx_Header {
    height: auto !important;
    width: 220px;
  }

  .logo {
    height: auto;
  }


  .L_ph_Right svg {
    width: var(--f22);
    height: auto;
    fill: #333;
  }

  .mo_flex .L_ph_Right .an_contact {
    display: none;
  }

  .mo_flex .L_ph_Right span {
    gap: 15px;
  }

  .yx_LaBox:before {
    background: #333;
  }

  .yx_LaBox .yx_LaTit {
    color: #333;
  }

  .yx_N_Pc .yx_NP_Left {
    display: none !important;
  }

  .yx_NavBtn {
    display: flex;
  }

  .yx_N_Mo {
    display: block;
  }

  .yx_NP_Box {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .yx_NPR_List {
    background: transparent !important;
    border-width: 0px;
    height: 70px;
    line-height: 70px;
    padding: 0 12px;
    width: auto;
  }

  .yx_NPR_Tit .yx_iconfont {
    font-size: var(--f18);
    color: var(--li);
  }

  .yx_N_Mo {
    position: fixed;
    width: calc(220px + var(--f20) * 2);
    height: 100%;
    background: #121a38;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    overflow-x: hidden;
    overflow-y: auto;
    padding-top: 120px;
    transition: all .5s ease;
  }

  .yx_N_Mo.nav_curren {

    transform: translateX(0%);
  }

  .yx_N_Mo .yx_YjTit {
    line-height: 56px;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #fff;
    padding: 0 0 0 20px;
    display: block;
    font-size: 15px;
    color: #222;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'DIN', sans-serif;
    text-transform: uppercase;
  }

  .yx_N_Mo .yx_YjTit a {
    color: #fff;
  }

  .yx_N_Mo .yx_YjTit .iconfont {
    font-size: var(--f22);
    color: #222;
    width: 56px;
    height: 56px;
    display: block;
    line-height: 56px;
    text-align: center;
    transform: rotate(90deg);
    transition: all 0.6s ease;
  }

  .yx_EjTit {
    position: relative;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    padding-left: 18px;
    display: block;
  }

  .yx_EjBox {
    padding: 12px 24px;
    display: none;
    border-bottom: 1px solid #eee;
  }

  .yx_EjTit:before {
    content: '';
    display: block;
    width: 5px;
    height: 2px;
    background: #ccc;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    left: 0;
  }

  .yx_N_Mo .yx_Rotate {
    transform: rotate(-90deg) !important;
    transition: all 0.6s ease;
  }

  .yx_Header .yx_EjBtn {
    font-size: var(--f22);
    color: #222;
    width: 56px;
    height: 56px;
    display: block;
    line-height: 56px;
    text-align: center;
    transform: rotate(0deg);
    transition: all 0.6s ease;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .yx_Header .yx_EjBtn .icon {
    width: 12px;
    height: 12px;
    fill: #fff;
  }

  .yx_LaCon {
    width: 80px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 36px;
  }

  .topnavbox {
    display: none;
  }

  .lunga_box .langbox {
    width: 100px;
  }

  .lunga_box .langbox a {
    padding: 5px 0;
  }
}

/* 底部 */

.six_box {
  position: relative;
  background: url(/src/image/h_6.jpg) center center / cover no-repeat;
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 8% 0 13%;
}

.six_box .box {
  max-width: calc(var(--f40) * 12);
  color: #fff;
}

.six_box .box .h_tit {
  font-size: var(--f40);
  text-transform: uppercase;
  line-height: 100%;
  text-align: left;
}

.six_box .h_sum {
  margin: var(--f42) 0 calc(var(--f42) * 1.75);
  font-size: var(--f18);
  line-height: 167%;
  color: rgb(255 255 255 / 70%);
}

.six_box .foter_box {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #000000;
  width: 100%;
  text-align: left;
  color: #fff;
  padding: var(--f30) var(--f20);
}

.foter_nav {
  display: flex;
  gap: var(--f16);
  text-transform: uppercase;
  margin-bottom: calc(var(--f16) * .5);
}

.foter_nav a {
  color: #fff;
  transition: all .5s ease;
}
.foter_nav a:hover{
  color: var(--li);
}
.foter_nav>*:last-child {
  display: none;
}

.six_box .foter_box p {
  opacity: .5;
}

.ts_foter .six_box {
  padding: 0;
  display: block;
}

.ts_foter .six_box .box {
  display: none;
}

.ts_foter .six_box .foter_box {
  position: relative;
}

@media only screen and (max-width:768px) {
  .six_box {
    height: auto !important;
    padding: 100px 0 0;
    display: block;
  }

  .six_box .foter_box {
    position: relative;
    margin-top: 100px;
  }

  .app_box_slide .six_box,
  .ts_foter .six_box {
    background: none;
  }

  .foter_nav {
    display: none;
  }

  .six_box .h_sum {
    margin: 20px 0 30px;
  }
}


/* 留言客服 */
.kf_global {
  position: fixed;
  right: 3%;
  bottom: 6%;
  z-index: 101;
}

.kf_global .kg_ico {
  width: var(--f54);
  height: var(--f54);
  background: var(--li1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  transition: all .5s ease;
}

.kg_whatsapp {
  width: var(--f54);
  height: var(--f54);
  background: #25d366;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  transition: all .5s ease;
  position: relative;
  margin-bottom: var(--f24);
}

.kg_whatsapp img {
  position: absolute;
  max-width: max-content;
  width: 6vw;
  height: auto;
  left: 50%;
  bottom: 150%;
  transform: translateX(-50%);
  box-shadow: 0 0 10px #ccc;
  transition: all .5s ease;
  opacity: 0;
  visibility: hidden;
}

.kg_whatsapp:hover img {
  bottom: 120%;
  opacity: 1;
  visibility: visible;
}

.kg_whatsapp svg,
.kf_global .kg_ico svg {
  width: 50%;
  height: 50%;
}

.kf_tc {
  position: absolute;
  width: max(350px, 21vw);
  height: auto;
  right: 150%;
  bottom: 0%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  z-index: 101;
  background: #fff;
  display: none;
}

.kf_tc .kf_bt {
  background: var(--li1);
  color: #fff;
  line-height: 200%;
  padding: 0 20px;
  font-size: var(--f18);
  height: var(--f54);
  display: flex;
  align-items: center;
}

.kf_tc .kf_con {
  position: absolute;
  right: .5vw;
  top: .5vw;
  width: 1.6vw;
  height: auto;
  fill: #fff;
  cursor: pointer;
}

form.kf_form {
  padding: 1vw 1vw 2vw;
}

.in_kf_div {
  margin-bottom: 15px;
  position: relative;
}

.kf_form label {
  display: block;
  color: #000;
  margin-bottom: 5px;
}

.kf_form label.s_label:before {
  content: '*';
  color: red;
  margin-right: 5px;
}

form.kf_form input.p_imagecode,
form.kf_form textarea.form-control,
form.kf_form input.form-control {
  width: 100%;
  line-height: var(--f24);
  padding: 7px 15px;
  border: 1px solid #eee;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: var(--f16);
}

form.kf_form input.form-control:focus,
form.kf_form textarea.form-control:focus {
  border-color: var(--li1);
}


.in_kf_div span.ver-errors {
  top: calc(var(--f16) * 3 + 4px);
}

form.kf_form input.p_imagecode {
  width: calc(100% - 210px);
  vertical-align: top;
}


button.in_kf_primary {
  width: auto;
  padding: .5vw 2vw;
  display: inline-block;
  background: var(--li1);
  color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  border: none;
  transition: all .5s;
}

button.in_kf_primary:hover {
  background: var(--li1);
}

@media only screen and (max-width:768px) {
  .kf_global .kf_tc {
    position: fixed;
    width: 100%;
    height: 100vh;
    right: 0;
    bottom: 0;
  }

  form.kf_form {
    padding: 20px 20px 40px;
  }

  .kf_tc .kf_con {
    right: 10px;
    top: 10px;
    width: 20px;
  }

  button.in_kf_primary {
    width: auto;
    padding: 10px 20px;
  }

  .kg_whatsapp img {
    width: 120px;
    transform: translateX(-100%);
  }

}