.tanthos-foot {
  font-family: var(--tiile-font-family);
  background: #2f3142;
  color: var(--title-text-color);
  padding: 60px 24px 0;
}
.tanthos-foot a:hover{
  color:#acb2f2;
}
.tanthos-foot .container{
  max-width: 1720px;
  padding: 0;
}

.tanthos-foot .tanthos-foot-content-xs #foor-nav-content-item-form{
  width: 100%;
}
.tanthos-foot .tanthos-foot-content-lx #foor-nav-content-item-form{
  width: 35%;
}
.tanthos-foot .tanthos-foot-content-xs{
  display: none;
}
.tanthos-foot .footer-nav {
  display: flex;
  justify-content: space-between;
}
.tanthos-foot .footer-nav  .foor-nav-content-item li{
  color: #f5f5f5;
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
}
.tanthos-foot .footer-nav-title {
  color: #f5f5f5;
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 25px;
}
.tanthos-foot .footer-nav-subTitle {
  font-family: var(--font-family);
  color: #f5f5f5;
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
}
.tanthos-foot .address{
  max-width: 400px;
  word-break:break-all;
}
.tanthos-foot .footer-nav-foot-btm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: 57px;
}
.tanthos-foot .footer-nav-foot-btm .copyright {
  color: #e4e4e4;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.09px;
}
.tanthos-foot .footer-nav-foot-btm .logo {
  width: 183px;
}
.tanthos-foot-content-xs .logo {
  margin-bottom: 30px;
}
.tanthos-foot .footer-nav-info {
  display: flex;
  align-items: center;
}
.tanthos-foot .footer-nav-info .iconfont {
  font-size: 20px;
  margin-right: 6px;
}
.tanthos-foot .iconfont-tel2 {
  margin-left: 20px;
}
.tanthos-foot .footer-nav-medias {
  margin-top: 35px;
  display: flex;
  flex-wrap: wrap;
}
.tanthos-foot .footer-nav-medias-item {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #b6b6b6;
  margin-right: 15px;
  color: #fff;
}
.tanthos-foot .nav-list{
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.tanthos-foot .nav-item{
  margin-top: 30px;
}
.tanthos-foot .is-visible{
  display: none;
}
@media screen and (max-width: 1500px) {
  .tanthos-foot .footer-nav-info{
    flex-direction: column;
    align-items: flex-start;
  }
  .tanthos-foot .link{
    display: none;
  }
  .tanthos-foot .iconfont-tel2 {
  margin-left: 0;
  line-height: 36px;
}
}

/* @media screen and (max-width: 1280px) {
  .tanthos-foot .footer-nav-title {
  font-size: 20px;
}
  .tanthos-foot .footer-nav-subTitle {
  font-size: 14px;
  }
} */

@media screen and (max-width: 992px) {
  .tanthos-foot .tanthos-foot-content-lx{
    display: none;
  }
  .tanthos-foot .tanthos-foot-content-xs{
    display: block;
  }
  .tanthos-foot .foor-nav-content-item{
    margin-top: 35px;
  }
  .tanthos-foot  .nav-box{
    margin-top: 0;
  }
  .tanthos-foot .nav-list{
    margin-bottom: 0;
    padding: 15px 0;
  }
  .tanthos-foot .nav-list span{font-size: 24px;}
  
  .tanthos-foot .footer-nav-info{
    flex-direction: row;
    align-items: center;
  }
  .tanthos-foot .link{
    display: inline-block;
  }
  .tanthos-foot .footer-nav-medias{
    margin-top: 22px;
  }
  .tanthos-foot{
    padding: 46px 24px 32px;
  }
  .tanthos-foot .footer-nav-info .iconfont{
    font-size: 16px;
  }
  .tanthos-foot .container{
  max-width: 960px;
  }
  
  .tanthos-foot-content-xs .logo {text-align: center;}
  .tanthos-foot-content-xs .logo img {height: 80px;}
  .copyright{color: #fff; margin-top: 15px;}
  .tanthos-foot .nav-item {color: #fff;}
}

@media screen and (max-width: 768px) {
  .tanthos-foot .footer-nav-info{
    flex-direction: column;
    align-items: flex-start;
  }
  .tanthos-foot .link{
    display: none;
  }
  #foor-nav-content-item-form .input-wrap.half {
    width: 50%
  } 
}
@media screen and (max-width: 576px) {
  .tanthos-foot{
    padding: 46px 24px 32px;
  }
}



/*表单*/
#foor-nav-content-item-form .container{
  max-width: 100% !important;
}
#foor-nav-content-item-form .inqury_title_text {
  font-family: var(--title-font-family);
  color: #fff;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 25px !important;
}
#foor-nav-content-item-form .inqury_titl_desc {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-family: var(--font-family);
  margin-bottom: 10px;
}
#foor-nav-content-item-form .input-label,
#foor-nav-content-item-form .char-count,
#foor-nav-content-item-form .crmForm-error{
  /* display: none; */
}
/* 表单标签样式 */
#foor-nav-content-item-form .inqury-form .input-wrap .input-label {
 color: #bcbcbc !important;
}

#foor-nav-content-item-form .one-line-input {
  width: 100%;
  height: 42px;
  color: #333;
  padding: 0 12px 0 20px;
  background-color: #ffffff;
  /* border-radius: 21px; */
  text-overflow: ellipsis;
  border: none;
}
#foor-nav-content-item-form .textarea-input {
  width: 100%;
  padding: 12px 12px 0 20px;
  height: 79px;
  /* border-radius: 40px; */
  background-color: #ffffff;
  overflow: hidden;
  color: var(--title-text-color);
  text-overflow: ellipsis;
  border: none;
}
#foor-nav-content-item-form .inqury_submit {
  color: #fff;
  background-color: var(--color-primary);
  padding: 10px 40px;
  border-radius: 40px;
  cursor: pointer;
  font-weight: 400;
  font-family: var(--font-family);
  margin-top: 20px;
  border: 1px #fff solid;
}
#foor-nav-content-item-form .input-wrap {
  position: relative;
  padding: 10px 10px 0px 14px;
}
#foor-nav-content-item-form .col-lg-12{
  padding: 0;
}
#foor-nav-content-item-form .inqury_title_box{
  padding: 0 14px;
}
/* #foor-nav-content-item-form
#foor-nav-content-item-form
#foor-nav-content-item-form
#foor-nav-content-item-form */






  .vc-chat-popup-mini-mode1,.vc-chat-second-welcome{bottom: 45px !important;}

@media screen and (max-width: 576px) {
  .vc-chat-popup-mini-mode1,.vc-chat-second-welcome{bottom: 92px !important;} 
}

