.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;
}

.tanthos-foot .iconfont-email:before {
    content: "\e699";
    margin-right: 6px;
}

.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 {
  font-family: var(--tiile-font-family);
  color: #f5f5f5;
  font-size: 24px;
  font-weight:700;
  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: 17px;
  font-weight: 400;
  letter-spacing: 0.09px;
}
.tanthos-foot .footer-nav-foot-btm .logo {
  width: 183px;
}
.tanthos-foot-content-xs .logo {
  width: 183px;
  margin-bottom: 30px;
}
.tanthos-foot .footer-nav-info {
  display: flex;
  align-items: center;
}
.tanthos-foot .footer-nav-info .iconfont {
  font-family: var(--font-family);
  font-size: 16px;
  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 .footer-nav-medias-item .iconfont{
  color:#525252 !important;
}
.tanthos-foot .footer-nav-medias-item:hover{
  border: 1px solid var(--color-primary);
}
.tanthos-foot .footer-nav-medias-item:hover .iconfont{
  color:#fff !important;
}
.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;
  transition: all 1s ease-in-out;
}
.tanthos-foot .is-visible{
  display: none;
}
.tanthos-foot .foor-nav-content-item a:hover div{
  color: var(--color-primary) !important;
}


/*表单*/
#foor-nav-content-item-form .container{
  max-width: 100% !important;
  padding: 0 !important;
}
#foor-nav-content-item-form .inqury_title_text {
  font-family: var(--title-font-family);
  color:  var(--title-text-color);
  font-weight: 900;
  font-size: 24px;
  margin-bottom: 25px !important;
}
#foor-nav-content-item-form .inqury_titl_desc {
  color: var(--title-text-color);
  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: var(--title-text-color);
  background-color: rgba(0,0,0,0);
  border: 1px solid var(--title-text-color);
  padding: 10px 40px;
  border-radius: 40px;
  cursor: pointer;
  font-weight: 700;
  font-family: var(--font-family);
  margin-top: -5px;
}
#foor-nav-content-item-form .inqury_submit:hover{
  background-color: var(--color-primary);
  border: 1px solid rgba(0,0,0,0);
  transform: all .3s;
}
#foor-nav-content-item-form .input-wrap {
  position: relative;
  padding: 10px 10px 0px 14px;
}
#foor-nav-content-item-form .inqury_title_box{
  padding: 0 14px;
  text-align: left !important;
}
#foor-nav-content-item-form input::placeholder,
#foor-nav-content-item-form textarea::placeholder{
  color: rgba(169,168,168,0.4314) !important;
}

@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: 18px;
    margin-bottom: 20px;
  }
  .tanthos-foot{
    padding: 46px 24px 32px;
  }
  .tanthos-foot .footer-nav-info .iconfont{
    font-size: 16px;
  }
  .tanthos-foot .container{
    max-width: 960px;
    padding: 0;
  }
   .crm_inquiry_form_boxcustom_inquiry_form_1751334698431601 {
    margin-left: 0;
    margin-right: 0;
  }
}

@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 .inqury_submit{
    background-color: var(--color-primary);
    border: 1px solid rgba(0,0,0,0);
  }
 
}
@media screen and (max-width: 576px) {
  .tanthos-foot{
    padding: 18px 24px;
  }
  .tanthos-foot #foor-nav-content-item-form{
    margin-bottom: 30px;
  }
  .tanthos-foot .nav-list{
    padding: 3px 0 18px;
  }
  .tanthos-foot-content-xs .logo {
    width: 107px;
  }
  .tanthos-foot .footer-nav-title{
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 15px;
  }
  #foor-nav-content-item-form .inqury_title_text{
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 8px !important;
  }
  .tanthos-foot .footer-nav-subTitle,
  #foor-nav-content-item-form .inqury_titl_desc,
  .tanthos-foot .footer-nav-info .iconfont{
    font-size: 10px;
    font-weight: 500;
    line-height: 20px; /* 200% */
    letter-spacing: -0.16px;
  }
  #foor-nav-content-item-form .inqury_submit{
    padding: 5px 18px;
    font-size: 10px;
    font-weight: 700;
  }
  #foor-nav-content-item-form .textarea-input{
    height: 50px;
    border-radius: 25px;
    margin-bottom: -8px;
  }
  .tanthos-foot .footer-nav-medias-item{
    width: 18px;
    height: 18px;
  }
  .tanthos-foot .foor-nav-content-item{
    margin-top: 15px;
  }
  .tanthos-foot .footer-nav-medias-item .iconfont{
    font-size: 8px;
    line-height: 32px;
  }
  #foor-nav-content-item-form .input-wrap{
    padding: 5px 10px 0px 14px;
  }
  .tanthos-foot .copyright{
    font-size: 10px;
  }
  .tanthos-foot .footer-nav-medias{
    margin-top: 8px;
    margin-bottom: 10px;
  }
  .tanthos-foot .nav-item{
    margin-top: 0px;
  }
  .tanthos-foot .nav-box .iconfont{
    font-size: 10px;
  }
}