.tanthos-foot {
  font-family: var(--tiile-font-family);
  background: #1e1e1e;
  color: var(--title-text-color);
  padding: 60px 24px 0;
}
.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-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: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: 57px;
}
.tanthos-foot .footer-nav-foot-btm .copyright {
  color: var(--title-text-color);
  font-size: 18px;
  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 #525252;
  margin-right: 15px;
}
.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;
  }
  .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;
  }
}

@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: 900;
  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{
  display: none;
}
#foor-nav-content-item-form .one-line-input {
  width: 100%;
  height: 42px;
  color: var(--title-text-color);
  padding: 0 12px 0 20px;
  background-color: #2C2C2C;
  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: #2C2C2C;
  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: 700;
  font-family: var(--font-family);
  margin-top: -10px;
}
#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 */








.crm_inquiry_form_boxcustom_inquiry_form_1752720319651621 .inqury-form .text-wrap .crmForm-error {
    margin-top: -1px !important;
}