body {
    background-color: #f5f6f8;
}


.main {
    max-width: 1920px;
    height: auto;
    min-width: 1200px;
    margin-top: 40px;
    /*
    padding-top: 50px;
    background-image: url(../images/order/bg.png);
    background-position: top center;
    background-size: 100% 1006px;
    background-repeat: no-repeat;*/
}
.classification{
    width: 96px!important;
}
.main-nav .level{
    width:1089px!important;
}
.main-content {
    width: 1200px;
    min-height: 650px;
    margin: 0 auto;
    padding-bottom: 100px;
}
.batch{
    margin-left:111px;
}
.level li,.batch li{
    margin-bottom: 15px;
}
.batch li {
    height: 12px!important;
    color: #A0A4AA;
    font-size: 14px;
    margin-right: 23px;
    padding: 6px 14px;
    border-radius: 14px;
    margin-bottom: 24px;
    border: 1px solid #A0A4AA;
    cursor: pointer;
}
.categorybtn{
    margin-right: 16px;
    color: #ffffff;
    font-size: 12px;
    padding: 6px 14px;
    border-radius: 14px;
    cursor: pointer;
    background-color: #999999;
}
.categorybtn img{
    width: 12px;
    margin-left: 2px;
}
/* **************列表**************** */

.list li {
    width: 291px;
    /*height: 441px;*/
    margin-bottom: 12px;
    float: left;
    margin-right: 12px;
}

.list li:nth-child(4n) {
    margin-right: 0;
}

.list li:hover {
    box-shadow: 0px 10px 20px -7px #535f6f;
}

.list li .image {
    width: 100%;
    height: 164px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.list li a {
    text-decoration: none;
}

.list li .text {
    overflow: hidden;
    width: 100%;
    height: auto;
    background-color: #fff;
    padding-bottom: 29px;
}

.list li h3 {
    /*width: 355px;*/
    height: 21px;
    margin: 17px 20px 14px;
    color: #1C2438;
    font-size: 16px;
    /*line-height: 18px;*/
    /*overflow: hidden;*/
}

.list li p {
    width: 252px;
    height: 19px;
    /*height: 38px;*/
    margin: 0 20px 14px;
    color: #A0A4AA;
    font-size: 12px;
    line-height: 19px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list .number {
    padding: 0 19px;
    height: 21px;
    overflow: hidden;
    display: inline-block;
    line-height: 19px;
}

.list .number img {
    margin-top: 5px;
}

.list .number span {
    height: 21px;
    overflow: hidden;
    display: inline-block;
    font-size: 12px;
    color: #A0A4AA;
    line-height: 19px;
}

.layui-btn {
    width: 110px;
    height: 28px;
    line-height: 28px;
    border-radius: 19px;
    padding: 0;
    margin: 20px 91px 29px;
    font-size: 16px
}