html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.box {
    width: 100%;
    height: 100%;
    position: relative;
}

.top {
    position: fixed;
    box-shadow: 0 0 3px #ccc;
    top: 0;
    left: 0;
    display: flex;
    z-index: 9;
    background: #fff;
    width: 100%;
    height: 48px;
    line-height: 48px;
    padding: 0 18px;
    box-sizing: border-box;
    justify-content: center
}

.left {
    margin-right: auto;
    min-width: 100px;
}

.title {
    margin-right: auto;
}

.tips {
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.left {
    cursor: pointer;
}

.content {
    padding-top: 88px;
}

.item-box {
    display: flex;
    justify-content: space-between;
    margin: 4px 0;
}

.saishi-name {
    width: 25%;
    text-align: center;
}

.duishou {
    width: 25%;
    text-align: center;
}

.select-res {
    width: 30%;
    text-align: center;
}

.empty {
    color: #666;
    text-align: center;
}

.bottom {
    display: flex;
    justify-content: flex-end;
    padding-right: 28px;
    padding-top: 28px;
    align-items: center;
}

.res-box {
    padding: 10px;
}

.res-item {
    box-shadow: 0 0 6px #ccc;
    margin: 18px;
    margin-top: 0;
    padding: 18px;
    border-radius: 18px;
    width: 45%;
    float: left;
}

.res-detail {
    margin-top: 8px;
    border-bottom: 1px solid #ccc;
}

.title-box {
    display: flex;
    margin-right: auto;
}
@media screen and (max-width:400px) {
    .title-box {
        display: block;
    }
    .title{
        margin: 0;
    }
    .top{
        height: 222px !important;
    }
    .content {
        margin-top: 135px !important;
    }
}

.mobile {
    display: none;
}

@media screen and (max-width:750px) {

    .top {
        display: block;
        height: 160px;
    }

    .content {
        margin-top: 100px;
    }

    .tips {
        display: block;
    }

    .date-box {
        margin-top: 10px;
    }

    .item-box {
        display: block;
    }

    .pc {
        display: none;
    }

    .mobile {
        display: block;
    }

    .item-box {
        padding: 10px;
        border-bottom: 1px solid #ccc;
    }

    .duishou {
        width: 100%;
        text-align: center;
        margin-bottom: 8px;
    }

    .select-res {
        width: 100%;
        text-align: center;
    }

    .res-box {
        box-sizing: border-box;
    }

    .res-item {
        box-shadow: 0 0 6px #ccc;
        margin: 18px;
        margin-top: 0;
        padding: 18px;
        border-radius: 18px;
        width: 90%;
        box-sizing: border-box;
    }

    .res-detail {
        margin-top: 8px;
        border-bottom: 1px solid #ccc;
    }

    .isSelect {
        height: 108px;
    }

    .title {
        margin-left: 100rpx;
    }
}
@media screen and (min-width:750px) {
    .res-box {
        padding: 10px;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    .res-item {
        box-shadow: 0 0 6px #ccc;
        margin: 18px;
        margin-top: 0;
        padding: 18px;
        border-radius: 18px;
         width: auto !important; 
        float: left;
    }
    
}