/**!
* 互动交流
* date:2021-10-25
* author: tfxu;
*/
.mt20 {
    margin-top: 20px;
}

.mt10 {
    margin-top: 10px;
}

.box {
    height: 100%;
}

.box .footer {
    margin-top: 0;
}

.inter>div>div {
    padding: 20px;
    background: #fff;
}

.inter-data {
    border-right: 1px solid #d7d7d7;
}


.inter-guide {
    margin-left: -24px;
}

.link {
    display: block;
    height: 80px;
}

.link>img {
    display: block;
    width: 100%;
    height: 100%;
}

.appeal-hd {
    height: 37px;
    line-height: 36px;
    border-bottom: 1px solid #d7d7d7;
}

.appeal-tt {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    color: #2e5bb5;
    font-weight: bold;
}

.appeal-tt:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: -1px;
    height: 2px;
    background: #2e5bb5;
}

.analysis-type,
.statistics-type {
    margin-top: 15px;
    text-align: right;
}

.analysis-type-item,
.statistics-type-item {
    display: inline-block;
    vertical-align: top;
    height: 25px;
    line-height: 23px;
    padding: 0 17px;
    color: #2e5bb5;
    text-align: center;
    font-size: 16px;
    margin-left: 12px;
    border-radius: 25px;
    cursor: pointer;
    border: 1px solid #2e5bb5;
}

.analysis-type-item:first-child,
.statistics-type-item:first-child {
    margin-left: 0;
}

.analysis-type-item.active,
.statistics-type-item.active {
    background: #2e5bb5;
    color: #fff;
}

.pie-cont>div {
    float: left;
    width: 50%;
}

.analysis-hd {
    height: 26px;
    line-height: 26px;
    font-size: 18px;
    padding-left: 34px;
    background: url("../images/subimages/icon_tt.png") 20px center no-repeat;
}

.pie-echarts {
    height: 292px;
}

.bar-echarts {
    height: 217px;
}

.selected-th {
    margin-top: 20px;
    height: 48px;
    line-height: 48px;
    background: #2e5bb5;
}

.selected-th>div {
    float: left;
    color: #fff;
    text-align: center;
}

.selected-th>div:first-child,
.selected-item>div:first-child {
    width: 39%;
}

.selected-th>div:nth-child(2),
.selected-item>div:nth-child(2) {
    width: 16.5%;
}

.selected-th>div:nth-child(3),
.selected-item>div:nth-child(3) {
    width: 20.3%;
}

.selected-th>div:nth-child(4),
.selected-item>div:nth-child(4) {
    width: 9.8%;
}

.selected-th>div:nth-child(5),
.selected-item>div:nth-child(5) {
    width: 14.4%;
}

.search-input {
    width: 175px;
    height: 28px;
    margin-left: 10px;
    padding: 0 10px;
    background: #fff;
    border-radius: 4px;
}

.search-btn {
    display: inline-block;
    vertical-align: top;
    width: 52px;
    height: 28px;
    margin: 10px 0 0 5px;
    font-size: 16px;
    color: #fff;
    border: none;
    border-radius: 4px;
    background: #4687f2;
    cursor: pointer;
}

.selected-items {
    border: 1px solid #f0f0f0;
    border-top: none;
}

.selected-item>div {
    float: left;
    text-align: center;
    height: 42px;
    line-height: 42px;
}

.selected-item>div:first-child,
.selected-item>div:nth-child(2) {
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.selected-item>div:first-child a {
    color: #333;
}

.star {
    display: inline-block;
    vertical-align: top;
    width: 16px;
    height: 16px;
    margin-top: 13px;
    margin-left: 4px;
    background: url("../images/subimages/star3.png") center center no-repeat;
    cursor: pointer;
}

.star:first-child {
    margin-left: 0;
}

.star.cu {
    background-image: url("../images/subimages/star2.png");
}

.selected-item:nth-child(2n) {
    background: #f0f0f0;
}

.pager {
    text-align: right;
}

.m-pagination-page,
.m-pagination-info,
.m-pagination-size,
.m-pagination-jump {
    padding-right: 0;
}

/* 右侧 */
.inter-link {
    display: block;
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    background: center center no-repeat;
}

.inter-link.zn {
    background-image: url("../images/subimages/inter_zn.png");
}

.inter-link.zn i {
    display: inline-block;
    vertical-align: top;
    width: 59px;
    height: 54px;
    margin: 10px 0 0 21px;
    background: url("../images/subimages/icon_zn.png") center center no-repeat;
}


.inter-link.zxts {
    background-image: url("../images/subimages/inter_zxts.png");
}

.inter-link.zxts i {
    display: inline-block;
    vertical-align: top;
    width: 51px;
    height: 57px;
    margin: 12px 0 0 76px;
    background: url("../images/subimages/icon_zxts.png") center center no-repeat;
}

.appeal-more {
    float: right;
    width: 18px;
    height: 18px;
    margin-top: 9px;
    background: url("../images/subimages/more.png") center center no-repeat;
}

.appeal-item {
    padding: 5px 0;
    line-height: 25px;
}

.appeal-item-date {
    float: right;
    color: #999;
    margin-top: -25px;
}

.appeal-item-name {
    padding-right: 55px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.statistics-type {
    text-align: left;
}

.statistics-cont {
    height: 80px;
    padding: 4px 10px 0 10px;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
}

.statistics-item {
    float: left;
    width: 50%;
    height: 33px;
    line-height: 33px;
    padding-left: 26px;
    color: #666;
    font-size: 16px;
    background: 0 center no-repeat;
}

.statistics-item>span {
    color: #e00b00;
    margin-left: 10px;
}

.statistics-item:nth-child(1) {
    background-image: url("../images/subimages/icon_yjjy.png");
}

.statistics-item:nth-child(2) {
    background-image: url("../images/subimages/icon_zx.png");
}

.statistics-item:nth-child(3) {
    background-image: url("../images/subimages/icon_qz.png");
}

.statistics-item:nth-child(4) {
    background-image: url("../images/subimages/icon_ts.png");
}

.satisfaction {
    height: 298px;
    padding: 18px 20px 0;
    background: url("../images/subimages/inter_mydtj.png") center center no-repeat;
}

.satisfaction-hd {
    height: 52px;
    line-height: 46px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    padding-left: 14px;
}

.satisfaction-hd>i {
    float: right;
    width: 52px;
    height: 52px;
    margin-right: 19px;
    background: url("../images/subimages/icon_mydtj.png") center center no-repeat;
}

.quality {
    height: 198px;
    padding: 8px 30px 0;
    border-radius: 4px;
    background: #6199f6;
}

.quality-item {
    height: 34px;
    line-height: 34px;
    color: #fff;
    font-size: 16px;
}

.quality-item-star {
    font-size: 0;
    -webkit-text-size-adjust: none;
}

.quality-item-star>span {
    display: inline-block;
    vertical-align: top;
    width: 18px;
    height: 18px;
    margin: 8px 0 0 4px;
    background: url("../images/subimages/star1.png") center center no-repeat;
}

.quality-item-star>span:first-child {
    margin-left: 0;
}


/* pad pro */
@media (max-width:1199px) {
    .selected-cont {
        overflow-x: auto;
    }

    .selected-th,
    .selected-items {
        width: 820px;
    }

    .pie-echarts {
        height: 250px;
    }

    .statistics-cont {
        padding: 4px 5px 0;
    }
}

/* pad */
@media (max-width:1023px) {
    .pie-echarts {
        height: 292px;
    }

    .inter-link,
    .satisfaction {
        background-size: 100% 100%;
    }

    .statistics-cont {
        padding: 4px 10px 0 30px;
    }
}

/* phone */
@media (max-width:767px) {

    .inter>div>div {
        padding: 20px 0;
    }

    .pie-cont>div {
        width: 100%;
    }

    .pie-echarts {
        height: 220px;
    }

    .inter-data {
        border-right: none;
    }

    .inter-guide {
        margin-left: 0;
    }
}