.footer {
    background: #191919;
    padding-top: 106px;
    position: relative;
}
.foot-search {
    width: 304px;
    border: none;
    border-bottom: 1px solid #fff;
    background: transparent;
    outline: none;
    color: #fff;
    padding: 20px 10px 10px 0px;
    text-align: left;
}
.foot_sear_label {
    text-align: left;
}
.foot-title {
    font-size: 18px;
    font-weight: 400;
    color: #FEFEFE;
    padding: 10px 0;
    margin-bottom: 0;
}
.foot-option {
    float: left;
    margin-right: 60px;
    font-weight: 300;
    color: #B3B3B3;
}
.foot-option:last-child{
    margin-right: 0px;
}
.border-r {
    border-right: 1px solid #212121;
}
.border-b {
    border-bottom: 1px solid #212121;
}
.m-d-r-20{
    padding-right: 20px;
}
.code img{
    height: 84px;
}
.active-title {
    font-size: 20px;
    font-weight: 400;
    color: #B3B3B3;
    margin-bottom: 36px;
}
.tel-icon {
    width: 37px;
    height: 37px;
    vertical-align: middle;
}
.tel {
    font-weight: 500;
    color: #FFFFFF;
    margin-left: 14px;
    vertical-align: middle;
}
.foot-search-box {
    position: relative;
    display: inline-block;
}
.foot-search-img {
    width: 25px;
    height: 25px;
    vertical-align: middle;
    position: absolute;
    right: 6px;
    background-size: 100% !important;
}
.foot-search-img:hover{
    cursor: pointer;
}
.prompt {
    font-weight: 500;
    color: #FFFFFF;
    vertical-align: middle;
    object-fit: scale-down;
}

.code {
    width: 84px;
    height: 84px;
    margin-right: 20px;
    margin-bottom: 10px;
}
.code:last-child{
    margin-right: 0;
}
.foot-box {
    width: 93.5%;
    margin: 0 auto;
}
.arrow {
    position: absolute;
    color: #fff;
    font-size: 30px;
    right: 20px;
    top: -12px;
}
.option-list .list-item-box {
    position: relative;
}
.select-box {
    width: 230px;
    background: #1A1A1A;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #B3B3B3;
}
.back-top {
    width: 42px;
    height: 42px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.23);
    position: absolute;
    right: 75px;
    bottom: 110px;
    display: block;
}
.back-top:hover{
    cursor: pointer;
}
.selected {
    height: 53px;
    width: 100%;
    line-height: 53px;
    text-align: center;
    border: 1px solid #B3B3B3;
    border-radius: 2px;
}
.select-list {
    position: absolute;
    border-radius: 2px;
    width: 230px;
    background: #1A1A1A;
    border: 1px solid #B3B3B3;
    font-size: 14px;
    font-weight: 400;
    color: #B3B3B3;
    display: none;
    margin-top: 4px;
}
.select-box .xjt {
    width: 10px;
    height: 9px;
    position: absolute;
    right: 10px;
    top: 25px;
}
.select-list p {
    padding: 5px 10px;
}
.footer .contact {
    border-top: 1px  solid #212121;
    border-bottom: 1px  solid #212121;
    padding: 75px 0;
}
.footer .copyright-box {
    background: #191919;
    padding: 94px 0;
  }
 .link-box {
    text-align: center;
  }
 .footer .link-item {
    display: inline-block;
    color: #656565;
  }
 .footer .link-item-font{
    color: #656565;
  }
.footer .copyright {
    color: #656565;
    text-align: center;
  }
@media (min-width: 992px) {
    .p-l-86{
        padding-left: 86px;
    }
    .p-100 {
        padding: 100px 0;
    }
}
@media (max-width: 991px) {
    .footer .copyright-box {
        padding: 24px 0;
      }
    .footer .contact {
        padding: 15px 0;
    }
    .option-list .list-item-box ul {
        display: none;
    }
    .foot-option {
        margin-right: 0;
        margin-left: 15px;
        display: block;
        float: none;
        padding: 15px 0;
    }
    .p-100 {
        padding: 30px 0;
    }
    .fot-item {
        margin-top: 30px;
    }
    .code {
        margin-right: 10px;
    }

    
}
@media (max-width: 576px) {
    .foot-search-img {
        width: 20px;
        height: 20px;
    }
    .foot-search {
        width: 200px;
    }
}