* {
    margin: 0;
    padding: 0;
}

.mui-row.mui-fullscreen>[class*="mui-col-"] {
    height: 100%;
}

.mui-col-xs-3,
.mui-control-content {
    overflow-y: auto;
    height: 100%;
    padding-bottom: 20px;
}

.mui-segmented-control .mui-control-item {
    line-height: 40px;
    width: 100%;
    background-color: #f2f2f2;
    font-weight: bold;
}

.mui-control-content.mui-active {
    display: block;
    background-color: white;
}

.mui-segmented-control.mui-segmented-control-inverted .mui-control-item.mui-active {
    background-color: #fff;
    border-left: 3px solid #c30310;
}

#segmentedControls a {
    font-size: 12px;
    font-weight: bold;
    padding: 1px;
    box-sizing: border-box;
}
.head {
    position: relative;
    height: 130px;
    width: 100%;
}

.headImg {
    /* border: 1px solid red; */
    padding: 5px;
    height: 130px;
    width: 100%;
    align-items: center;
}

.headTitle {
    /* border: 1px solid red; */
    font-size: 24px;
    position: absolute;
    width: 220px;
    height: 30px;
    top: 65px;
    left: 50%;
    margin-left: -110px;
    margin-top: -10px;
    color: white;
    text-align: center;
}

.content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    /* border: 1px solid red; */
}

.cellImg {
    width: 25px;
    height: 25px;
}

.content span {
    font-size: 14px;
    margin-top: 6px;
    display: inline-block;
    text-align: center;
}

.hot {
    width: 33.3% !important;
    /* border: 1px solid red; */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.model {
    /* border: 1px solid blue; */
    margin-top: 20px;
}

.model h4 {
    padding-left: 2%;
    padding-bottom: 5px;
}

.notclickn {
    font-size: 16px;
    font-weight: bold;
    /* border: 1px solid red!important; */
    pointer-events: none;
    background-color: #f2f2f2 !important;
    /* color: dimgray !important;*/
    color: #888 !important;
}

.mui-table-view-cell:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 15px;
    height: 1px;
    content: '';
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    background-color: #fff !important;
}

.hotServiceName {
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    text-align: center;
}