body{
    width : 100%;
    min-width: 1200px;
}
.top {
    width: 100%;
    position: fixed;
    height: 61px;
    background-color: #393D49;
    z-index: 99999;
}

.header {
    margin: auto;
    width: calc(100% - 250px);
}

.header-right {
    float: right;
}

.header-left {
    float: left;
}

.middle-content {
    z-index: 100;
    height: 1200px;
    min-height: 485px;
    border: 1px solid #E8E8E8;
    margin: auto;
    width: calc(100% - 300px);
}

.middle-search {
    height: 110px;
    margin-top: 61px;
    width: 100%;
    background-color: #F2F5F4;;
    z-index: 99999;
}

.search {
    position: absolute;
    margin-top: 100px;
    width: 600px;
    left: 50%;
    top: 10%;
    transform: translate(-50%, -50%)
}

.left-slide-menu {
    width: 300px;
    position: absolute;
    margin-top: 141px;
}

.right-slide-carousel {
    width: 750px;
    float: right;
    position: relative;
    margin-top: 141px;
    height: 345px;
}

.search-form {
    z-index: 100;
    position: absolute;
    margin-top: 110px;
    width: calc(100% - 300px);
    left: 50%;
    top: 10%;
    transform: translate(-50%, -50%)
}

.search-form input {
    border: 1px solid #E8E8E8;
    border-radius: 0!important;
    width: 150px;
}

.search-form label {
    width: 60px;
    padding: 9px 15px 9px 0px;
}
.order-by div{
    float: left;
    margin-right: 2px;
}

.order-by input{
    width: 150px;
    border: 1px solid #E8E8E8;
    border-radius: 0!important;
}

.car-table {
    top: 171px;
    position: relative;
    z-index: 100;
    margin: auto;
    width: calc(100% - 260px);
}

.layui-laypage {
    margin-left: 25px
}

.footer {
    position: absolute;
    height: 50px;
    width: 100%;
    background-color: #F2F5F4;;
    z-index: 100;
    margin-top: 170px;
    padding-top: 30px;
    text-align: center;
}

.layui-form-item .layui-input-inline {
    float: left;
    width: 150px !important;
    margin-right: 10px;
}