html,
body, .mui-content {
    background-color: #F0F0F0;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

font {
    font-family: '.PingFangSC-Regular';
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 24px;
}


.mui-table-view {
    background-color: #F0F0F0;
    width: 100%;
    margin-bottom: 50px;
}

    .mui-table-view:after {
        background-color: #F0F0F0;
    }

.mui-table-view-cell {
    /*height: 116px;*/
    margin-top: 0px;
    margin-left: 7px;
    margin-right: 7px;
    margin-bottom: 7px;
    padding: 0px;
    font-size: 12px;
    border-radius: 5px;
    background-color: #fff;
    overflow: hidden;
}

    .mui-table-view-cell > .mui-slider-left > .mui-btn, .mui-table-view-cell > .mui-slider-right > .mui-btn {
        padding: 0 16px;
        font-family: PingFangSC-Regular;
        font-size: 15px;
        color: #FFFFFF;
        line-height: 15px;
    }

    .mui-table-view-cell:after {
        background-color: #fff;
    }

    .mui-table-view-cell img {
        height: 58px;
        max-width: 90px;
        vertical-align: top;
    }

.imgleft {
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
    display: inline-block;
    width: 90px;
    text-align: center;
}

.txtright {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0;
    overflow: hidden;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
}

.submitbtn {
    position: absolute;
    right: 15px;
    top: 8px;
    display: inline-block;
    color: #6591F9;
    letter-spacing: 2px;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    background: #F0F5FF;
    border: 1px solid #B0C7FF;
    border-radius: 3px;
    z-index: 1000;
    height: 32px;
}

.noresult {
    position: relative;
    top: 63px;
    display: block;
    text-align: center;
    vertical-align: middle;
    margin: 0 auto;
}

    .noresult img {
        width: 125px;
        height: 125px;
        margin: 0;
        padding: 0;
    }


.getone {
    font-size: 17px;
    line-height: 50px;
    color: #FFFFFF;
    background: #6591F9;
    box-shadow: 0px 4px 6px 0px rgba(88, 128, 223, 0.30);
    border-radius: 74px;
    width: 170px;
    height: 50px;
    margin: 40px auto;
}

.border90 {
    width: 90px;
    height: 60px;
    background: #FFFFFF;
    border: 0.5px solid #DDDDDD;
    display: table-caption;
    padding: 0;
    margin: 0;
}
