.faq-bottom-box{
  margin-top:80px;
  width:100%;
  border-top:1px solid #ebebeb;
}
.faq-bottom-content div{
  margin:10px 0;
}
.faq-bottom-content div p{
  margin:0;
  margin-left:10px;
  font-size:16px;
  font-weight:bold;
  color:#474747;
  text-decoration: none;
}

.footer-box{
  width:100%;
  margin:auto;
  border-bottom:1px solid  #ebebeb;
  background-color:#F4F4F4;
}

.footer-box .footer-content-box{
  height:100%;
  padding-top:60px;
}
.footer-list-title{
  font-size:18px;
  font-weight:bold;
  color:#000;
}
.list-item-box, .language-footer{
  margin-top:40px;
  padding-left:0;
  list-style: none;
}
.list-item-box li{
  margin-top:12px;
}
.list-item-box li a{
  font-size:16px;
  color:#555;
}
.list-item-box li a:hover{
  color:#219aea;
}
.list-item-box li a img{
  height:20px;
  margin-left:9px;
}
.footer-languages{
  margin-top:40px;
}
.footer-community{
  margin-top:20px;
}
.footer-community a{
  display:inline-block;
  width:38px;
  height:38px;
  margin-left:8px;
  cursor: pointer;
}
.footer-f{
  margin-left:6px;
  background:url('/image-new/contact_01.png') no-repeat 0 0;
}
.footer-f:hover{
  background:url('/image-new/contact_01_hover.png') no-repeat 0 0;
}
.footer-t{
  background:url('/image-new/contact_02.png') no-repeat 0 0;
}
.footer-t:hover{
  background:url('/image-new/contact_02_hover.png') no-repeat 0 0;
}
.footer-g{
  background:url('/image-new/contact_03.png') no-repeat 0 0;
}
.footer-g:hover{
  background:url('/image-new/contact_03_hover.png') no-repeat 0 0;
}
.footer-y{
  background:url('/image-new/contact_04.png') no-repeat 0 0;
}
.footer-y:hover{
  background:url('/image-new/contact_04_hover.png') no-repeat 0 0;
}

.footer-input{
  margin-top:24px;
}
.footer-input input{
  width:100%;
  height:30px;
  color:#a4a4a4;
  font-weight:400;
  font-size:14px;
  padding-left:10px;
  border:1px solid #a4a4a4;
  border-radius:4px;
}

.footer-version-box{
  /* height:100px; */
  padding:30px 10px;
  background-color:#F4F4F4;
}
.footer-about-box{
  margin-top:15px;
  text-align:center;
  font-size:15px;
}
.footer-about-box a{
  cursor:pointer;
  color:#909090;
}
.footer-about-box span{
  color:#909090;
}
.footer-about-box a:hover{
  color:#219aea;
}
.footer-right-top{
  align-items: start !important;
}
.footer-right-right{
  margin-left:20px;
}

.footer-language-ul li:hover{
  background-color:#f5f5f5;
}
.footer-language-ul li a{
  color:#333;
  text-decoration: none;
}
.change-language{
  color: #333;
}
@media (min-width: 350px){

}
@media (min-width: 768px){
  .footer-community a{
    margin-left:24px;
  }
  .footer-version-box{
    padding:0;
    height:100px;
  }
  .footer-right-right{
    margin-left:210px;
  }
}

@media (min-width: 992px){
  .footer-content-box{
    width:992px;
    margin:auto;
  }
  .footer-right-right{
    margin-left:30px;
  }
  .footer-languages{
    margin-top:0;
  }
}

@media (min-width: 1200px){
  .footer-box{
    height:auto;
  }
  .footer-content-box{
    width:1110px;
    margin:auto;
  }
  .footer-right-right{
    margin-left:80px;
  }
  
}
