body {
    font-family: Microsoft YaHei, miui, Helvetica, Arial,
        sans-serif;
}

.middle {
    width: 1200px;
    margin: 0 auto;
}

.banner {
    width: 100%;
    min-height: 250px;
    background: url('../images/banner2.png') no-repeat center;
    /* background-size: cover; */

}

.tips {
    width: 100%;
    height: 37px;
    background-color: #fff;
    font-size: 12px;
    line-height: 37px;
}

.tips .tips-panel {
    display: flex;
    align-items: center;
}

.tips .s-txt {
    color: #f3e58c;
    width: 100px;
    padding-left: 8px;
}

.middle-content {
    width: 100%;
    min-height: 456px;
    background-color: #e2e2e2;
    padding: 30px 0 20px;
    position: relative;
}

.pos-bg {
    position: absolute;
    top: 0;
    left: -180px;
}

.middle-content-panel {
    min-height: 450px;
    background-color: #fff;
    z-index: 1;
    position: relative;
    display: flex;
    padding: 60px 70px;
    box-sizing: border-box;
    justify-content: space-between;
    box-sizing: border-box;
}

.favourable-box {
    display: flex;
    width: 100%;
    height: 44px;
}

.favourable-box div {
    width: 142px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 30px;
    background-color: #e8e8e8;
    margin-right: 10px;
    font-size: 16px;
    font-weight: bold;
}

.favourable-box .fav-active {
    background-color: #e9d36c;
}

.fav-content {
    width: 970px;
    /*height: 300px;*/
    background-color: #f4f4f4;
    margin-top: 30px;
}