.x-header .head-link,.no-data{
    color: #4b2827;
}
.x-header .lang.btn1 {
    background: url(../images/menu13.png) no-repeat center;
    background-size: contain;
    color: #ffffff;
}

.x-header .menu-btn.btn1 {
    background: url(../images/menu3.png) no-repeat center;
    background-size: contain;

}
.x-header .menu-btn.btn1 .line::before,.x-header .menu-btn.btn1 .line::after,.x-header .menu-btn.btn1 .line {
    background-color: #ffffff;
}
 .search-mod .search-tap.btn1 {
    background: url(../images/menu7.png) no-repeat center;
    background-size: contain;
    color: #ffffff;
}
.x-footer .bottom {
    position: relative;
    background-color: #4b2423;
}

.x-footer .bottom::after {
    background: url(../images/bar3.png) no-repeat top center;
    background-size: cover
}
.x-footer .top{
    background-color: #6d4741;
}
.x-footer .item .t1{
    color: #c08a82;
}
.x-footer .bottom {
    position: relative;
    background-color: #4b2423;
}
.pages li{
    border-color: #9b5c50;
    color: #4b3627
}
.pages li:hover,.pages li.page-active{
    border-color: #9b5c50;
    background-color: #9b5c50;
}
.pages .paging-jump,.pages .paging-btn{
    border-color: #9b5c50;
}
@media (max-width: 1800px) {

    .x-footer .bottom::after {
        top: -20%
    }
}
@media (max-width: 1430px) {
    .x-footer .bottom::after {
        top: -16%
    }
}
@media (max-width: 768px) {
    .x-footer .bottom::after {
        top: auto;
        bottom: 98%
    }
}