.faq-bottom-box{
  margin-top:80px;
  width:100%;
  border-top:1px solid #ebebeb;
  padding-top: 30px;
}
.faq-bottom-content div{
  margin:10px 0;
}
.faq-bottom-content div p{
  margin:0;
  margin-left:10px;
  font-size:16px;
  font-weight:normal;
  color:#474747;
  text-decoration: none;
}
.faq-bottom-content div p a{
  color:#474747;
  padding-left: 5px;
}

.footer-box{
  width:100%;
  margin:auto;
  border-bottom:1px solid  #ebebeb;
  background-color:#F4F4F4;
}

.footer-box .footer-content-box{
  height:100%;
  padding-top:60px;
  padding-bottom: 30px;
}
.footer-list-title{
  font-size:18px;
  font-weight:bold;
  color:#000;
}
.list-item-box, .language-footer{
  margin-top:30px;
  margin-bottom: 30px;
  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;
}
.list-item-inline{
  padding-left:0;
  list-style: none;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.list-item-inline li {
  width: calc(50% - 10px);
  margin-bottom: 10px;
}
.list-item-inline li a{
  font-size:16px;
  color:#555;
}
.list-item-inline li a:hover{
  color:#219aea;
}
.list-item-inline 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;
}
.but_w265h36bgc2a{
  background-color: #f8f9fa;
  color: #a6adb6;
  border-radius: 4px;
  border-color: #606a74;
  border: 1px solid #606a74;
  padding: 0 10px;
  font-size: 14px;
}
.change-language {
    color: #333;
}
.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-right-support{
  margin-top:30px;
}

.footer-language-ul li:hover{
  background-color:#f5f5f5;
}
.footer-language-ul li a{
  color:#333;
  text-decoration: none;
}
@media (min-width: 350px){
.drop-down-menu{
    width: 100%;
  }
}
@media (min-width: 768px){
.drop-down-menu{
    width: 100%;
  }
  .footer-community a{
    margin-left:24px;
  }
  .footer-version-box{
    padding:0;
    height:100px;
  }
  .footer-right-right{
    margin-left:210px;
  }
}

@media (min-width: 992px){
.drop-down-menu{
    right: 0%;
  }
  #showMouseHoverView:hover>.drop-down-menu{
    display: block;
  }
  .footer-content-box{
    width:992px;
    margin:auto;
  }
  .footer-right-right{
    margin-left:30px;
  }
  .footer-languages{
    margin-top:0;
  }
}

@media (min-width: 1200px){
.drop-down-menu{
    left: 0%;
  }
  #showMouseHoverView:hover>.drop-down-menu{
    display: block;
  }
  .footer-box{
    height:620px;
  }
  .footer-content-box{
    width:1110px;
    margin:auto;
  }
  .footer-right-right{
    margin-left:80px;
  }
  
}
.button-footer {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0 auto 30px 20px;
    padding: 0.5em 1em;
    border: none;
    border-radius: 5px;
    background-color: #2ba7f9;
    font-weight: 600;
    color: #ffffff;
}

.button-footer span:first-child {
    margin: 0 1em;
    padding: .2em 1em;
    border-radius: 15px;
    background-color: #fff;
    color: #2ba7f9;
    font-size: .8em;
}

.button-footer span:last-child {
    color: #fff;
    font-size: 1em;
}

.button-footer:hover {
    background-color: #1579c0;
}
.footer-sale-info {
    position: relative;
    max-width: 400px;
    margin: 1.5em auto;
    padding: 2.5em 1.5em 1.5em;
    box-shadow: 0 2px 3px rgb(0 0 0 / 20%);
    background-color: #e0efff;
    color: #333333;
}

.footer-sale-info span {
    position: absolute;
    top: -15px;
    transform: translateX(-.3em) rotate(-5deg);
    padding: .5em 2em;
    border-right: 2px dotted rgb(0 0 0 / 10%);
    border-left: 2px dotted rgb(0 0 0 / 10%);
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    background-color: rgb(255 255 255 / 40%);
    font-weight: 600;
}

.footer-sale-info p {
    margin: 0;
}
.special-info {
    margin: 0 auto;
    border: 2px solid #30a3f4;
    border-radius: 5px;
}

.special-info div {
    display: inline-flex;
    align-items: center;
    position: relative;
    top: -13px;
    left: 10px;
    margin: 0 7px;
    padding: 0 8px;
    background: #ffffff;
    color: #30a3f4;
    font-weight: 600;
    font-size: 18px;
    vertical-align: top;
}

.special-info svg {
    padding-right: 4px;
}

.special-info p {
    margin: 0;
    padding: 0 1.5em 1em;
}
.language-selector {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.current-language {
    padding: 5px 20px;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #888;
}
.arrow-down {
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
    color: #888;
}
.language-selector ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    background-color: #fff;
    z-index: 3;
    border-radius: 5px;
    width: 120px;
    right: 0;
}
.language-selector li {
    padding: 3px 20px;
    cursor: pointer;
    text-align: center;
}
.language-selector li:hover {
    background-color: #f5f5f5;
}
.language-selector:hover ul {
    display: block;
}
.language-selector:hover .current-language {
    background-color: #ffffff;
}
.fw-bold{
    font-weight: bold;
}
.mr-20{
    margin-right: 20px;
}