/* 头部样式 */
.header {
    width: 100%;
    height: 60px;
    position: fixed;
    background-color: #fff;
    z-index: 999;
}
.header .container {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_left {
    display: flex;
    align-items: center;
}
.logo {
    width: 200px;
}
.logo a {
    display: inline-block;
    width: 100%;
}
.logo a img {
    width: 100%;
}
.header_left_text {
    margin-left: 20px;
    font-size: 19px;
    font-weight: bold;
}
.header_right {
    height: 60px;
    display: flex;
    align-items: center;
}
.search {
    /* position: relative;
    top: 50%;
    right: 20px;
    transform: translate(0,-50%); */
    margin-right: 20px;
    width: 186px;
    height: 36px;
    background-color: #fff;
    border:1px solid rgba(217,217,217,1);
    border-radius:4px;
    padding-left: 10px;
    display: flex;
    align-items: center;
}
.search input {
    width: 150px;
    height: 100%;
}
.search img {
    /* position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0,-50%); */
}
.login {
    width: 60px;
    height: 30px;
    line-height: 30px;
    background-color: rgb(62, 62, 62);
    border-radius: 10px;
    text-align: center;
}
.login a div {
    color: #fff;
}
.user-info {
    cursor: pointer;
    height: 30px;
    display: flex;
    align-items: center;
}
.user-info a {
    display: flex;
    align-items: center;
    margin-right: 10px;
}
.user-info a img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.user-info>img {
    width: 18px;
    height: 18px;
}
.focus {
    padding-top: 60px;
    width: 100%;
}
.focus a {
    width: 100%;
    height: 100%;
}
.focus a img {
    width: 100%;
    height: 100%;
}
/* 头部样式end */

/* 底部样式 */
.footer {
    height: 50px;
    line-height: 50px;
    background-color: #3E3E3E;
    text-align: center;
}
.footer span {
    color: #999999;
}
/* 底部样式end */

/* 首页样式 */
    /* 内容样式 */
    .content {
        background-color: #F8F6F9;
        display: flex;
        justify-content: center;
    }
    .content .container {
        display: flex;
        justify-content: space-between;
        margin: 20px 0 40px;
    }
    .content_left {
        width: 70%;
        height: 100%;
        box-shadow:0px 1px 5px 0px rgba(44,102,193,0.2);
        border-radius:6px;
        background-color: #fff;
    }
    .content_right {
        width: 28%;
        height: 100%;
        border-radius:6px;
    }
    .left_select {
        width: 100%;
        height: 70px;
        border-bottom: 1px solid rgb(237,237,237);
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .left_list {
        padding: 0 20px;
    }
    /* 内容样式end */
    /* 列表样式 */
    .left_list .comment {
        padding: 25px 0;
        border-bottom: 1px solid #F1F1F1!important;
    }
    .left_list .comment:last-child {
        border-bottom: 0;
    }

    .comment_top .suggest {
        display: inline-block;
        text-align: center;
        width: 46px;
        height: 22px;
        line-height: 22px;
        font-size: 12px;
        background-color: #E7F0FF;
        color: #3080FF;
        border-radius: 4px;
    }
    .comment_top .complain {
        display: inline-block;
        text-align: center;
        width: 46px;
        height: 22px;
        line-height: 22px;
        font-size: 12px;
        background-color: #FFEDEB;
        color: #FF5141;
        border-radius: 4px;
    }
    .comment_top .consult {
        display: inline-block;
        text-align: center;
        width: 46px;
        height: 22px;
        line-height: 22px;
        font-size: 12px;
        background-color: #FFF3EB;
        color: #FF9539;
        border-radius: 4px;
    }
    .comment_top .praise {
        display: inline-block;
        text-align: center;
        width: 46px;
        height: 22px;
        line-height: 22px;
        font-size: 12px;
        background-color: #E5F9F5;
        color: #0BC99D;
        border-radius: 4px;
    }
    .comment_top .canteen {
        margin-left: 11px;
        color: #000000;
        font-size: 15px;
        font-weight: blod!important;
    }
    .comment_top .state_1 {
        font-size: 12px;
        width: 56px;
        height: 22px;
        text-align: center;
        line-height: 22px;
        border: 1px solid #D9D9D9;
        border-radius: 4px;
        color: #666666;
    }
    .comment_top {
        display: flex;
        justify-content: space-between;
    }
    .comment_top .state_0 {
        font-size: 12px;
        width: 56px;
        height: 22px;
        text-align: center;
        line-height: 22px;
        border: 1px solid #F47C48;
        border-radius: 4px;
        color: #EB4E09;
    }

    .comment_content {
        margin-top: 20px;
        color: #333333;
        font-size: 14px;
    }

    .comment .bottom {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        font-size: 14px;
    }
    .comment .bottom .icon_text {
        display: flex;
        text-align: center;
    }

    .comment .bottom .icon_text:last-child {
        text-align: right;
    }

    .comment .bottom .comment_time {
        margin-left: 15px;
        margin-right: 25px;
    }
    .comment .bottom .icon_text img {
        position: relative;
        bottom: -3px;
        left: 0;
        margin-right: 10px;
        width: 14px;
        height: 15px;
    }
            
    .comment .bottom .icon_text div {
        font-size: 14px;
    }
    .icon_text span {
        color: #999999;
    }
    .icon_text span:last-child {
        color: #333333;
    }

    .comment .zan {
        color: #999999;
        font-size: 12px;
        display: flex;
        /* margin-top: 5px; */
    }
    .comment .zan>div {
        margin-right: 40px;
        line-height: 16px;
        display: flex;
        align-items: center;
    }
    
    .comment .zan div img{
        margin-right: 10px;
    }
    .comment .zan div:last-child {
        margin-right: 0px;
    }

    
    .imgShow {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }
    .imgShow {
        overflow: hidden;
        margin-top: 16px;
    }
    .image_div {
        width: 120px;
        height: 120px;
        margin-right: 10px;
        /* margin-bottom: 10px; */
        border-radius: 6px;
        border: 1px solid #ededed;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .officalBox {
        box-sizing: border-box;
        padding: 20px;
        padding-left: 10px;
        padding-top: 15px;
        margin-top: 16px;
        position: relative;
        width: 100%;
        background-color: #F5F5F5;
        border-radius:6px;
    }
    .officalBoxTop{
        display: flex;
        justify-content: space-between;
    }
    .officalBoxText{
        padding-left: 10px;
        margin-top: 10px;
        display: -webkit-box;
        -webkit-line-clamp:2;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        /* padding: 20px; */
        /* padding-bottom: 10px; */
    }
    .officalBoxTop .time {
        color: #878787;
    }
    .officalBox-content {
        height: 100%;
    }
    .officalBoxText span {
        line-height: 20px;
    }
    .text-box {
        display: flex;
        justify-content: space-between;
        margin-top: 10px
    }
    .text-box span {
        color: #656565;
    }
    .bottom .icon_span:first-child{
        float: left;
        height: auto;
        display: flex;
        font-size: 14px;
        align-items: center;
    }
    .bottom .icon_span div{
        display: flex;
        align-items: center;
    }
    .bottom .icon_span:last-child {
        float: right;
        display: flex;
        font-size: 14px;
        align-items: center;
    }
    .icon_span img{
        margin-right: 6px;
        width: 14px;
        height: 16px;
        display: inline-block;
    }
    .comment .bottom .comment_time {
        display: flex;
        align-items: end;
    }
    .comment .bottom .comment_time img{
        height: 14px;
        bottom: -3px;
    }
    
    .location {
        width: 14px!important;
        height: 16px;
    }
    .selects .push {
        float: right;
        width:121px;
        height:33px;
        text-align: center;
        line-height: 33px;
        background:rgba(243,75,21,1);
        border-radius:16px;
        /* font-size:16px;
        font-family:Microsoft YaHei;
        color:rgba(254,254,254,1); */
    }
    .selects .push a {
        display: block;
        width: 100%;
        height: 100%;
        font-size:16px;
        font-family:Microsoft YaHei;
        color:rgba(254,254,254,1);
    }
    /* 修改按钮样式 */
    .selects .el-radio-button__inner {
        border: 0px;
        color: #333333!important;
        padding: 10px 15px;
    }
    .selects .el-radio-button:first-child .el-radio-button__inner {
        border-left: 0px;
    }
    .selects .el-radio-button__orig-radio:checked+.el-radio-button__inner {
        background-color: #FFFFFF!important;
        border-left: 0px;
        color: #409eff!important;
    }
    .el-pagination__total {
        margin-left: 20px;
    }
    #Pagination {
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    /* 列表样式end */
    /* 右边投诉建议表扬样式 */
    .push-box {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .push-box>div {
        width: 100%;
        /* width:202px; */
        height:100px;
        background:rgba(255,255,255,1);
        box-shadow:0px 1px 10px 0px rgba(51,119,255,0.2);
        border-radius:6px;
    }
    .push-box>div a {
        display: inline-block;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .push-box>div a img {
        margin-right: 20px;
        width: 36px;
        height: 36px;
    }
    .push-box>div a span{
        font-size:18px;
    }
    /* 右边投诉建议表扬样式end */
    /* 右边统计样式 */
    thead th {
        text-align: center;
    }
    .census-box {
        width: 100%;
        margin-top: 21px;
        background-color: #FFFFFF;
        box-shadow:0px 1px 5px 0px rgba(44,102,193,0.2);
        border-radius:6px;
    }
    .census-top {
        padding: 0 20px;
        height: 57px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #EDEDED;
    }
    .census-title {
        font-size:18px;
        font-weight:bold;
    }
    .more {
        display: flex;
        align-items: center;
    }
    .more span{
        color: #666666;
    }
    .more img {
        width: 16px;
        height: 13px;
    }
    
    .census-content {
        padding: 0 20px;
    }
    .census-total {
        margin-top: 25px;
    }
    .shu {
        margin-right: 10px;
        height: 16px;
        background-color: #00b38b;
        width: 3px;
    }
    .census-content-top {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .census-content-top-left {
        display: flex;
        align-items: center;
    }
    .census-content-top span{
        font-size: 16px;
        font-weight: 600;
    }
    .census-content-top img {
        width: 16px;
        height: 13px;
    }
    .census-content-top span:last-child{
        font-size: 12px;
        color: #666666;
        font-weight: normal;
    }
    .census-total-content {
        display: flex;
        padding: 50px 0;
    }
    .census-total-content>div {
        flex: 1;
        text-align: center;
    }
    .census-total-content div {
        font-size:16px;
        color:rgba(68,68,68,1);
    }
    .census-total-content div span {
        display: block;
        padding-top: 20px;
        color: #15AE79;
        font-weight:bold;
        font-size:23px;
    }
    .census-total-content>div:first-child span {
        color: #1A72C9;
    }
    .census-total-content>div:last-child span {
        color: #ED573A;
    }
    
    .census-table-content table{
        width: 100%;
    }
    .census-table-content table tbody td{
        color: #656565;
    }
    .census-table-content table tr td:first-child {
        text-align: center;
        width: 60px;
    }
    .census-table-content table tr td:last-child {
        text-align: center;
        width: 60px;
    }
    .census-table-content table tr:first-child td:first-child {
        color: #D72938;
    }
    .census-table-content table tr:nth-child(2) td:first-child {
        color: #f99864;
    }
    .census-table-content table tr:nth-child(3) td:first-child {
        color: #e6a348;
    }
    /* 右边统计样式end */
    /* 弹窗样式 */
    .tanchuang {
        display: none;
        position: absolute;
        box-shadow:0px 0px 19px 0px rgba(215, 215, 215, 0.35);
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 200px;
        height: 100px;
        line-height: 100px;
        text-align: center;
        background-color: rgba(58, 56, 56, 0.7);
        color: #f0a21b;
        border-radius: 20px;
    }
/* 首页样式end */