﻿﻿
.fillet__chart--dataGraph .highcharts-container {
    width: 100% !important;
}
.chartBox{
    margin-top:10px;
}
.chart-ciyun-set {
    margin: 3px 0 13px !important;
    line-height: 26px;
}

    .chart-ciyun-set span {
        color: #595959;
        font-weight: 600;
        font-size: 16px;
        margin-right: 4px;
        height: 26px;
        line-height: 24px;
        vertical-align: middle;
    }

    .chart-ciyun-set a {
        font-weight: 400;
        color: #8C8C8C;
        font-size: 14px;
        margin-left: 10px;
    }

    .chart-ciyun-set ul {
        float: right;
        display: flex;
    }

    .chart-ciyun-set li, .analize_tab li {
        background: #FFFFFF;
        border-radius: 2px;
        border: 1px solid #D9D9D9;
        height: 26px;
        padding: 0 10px;
        font-size: 14px;
        margin-left: 4px;
        width: auto;
        display: inline-block;
        cursor: pointer;
        vertical-align: middle;
        line-height: 24px;
    }

.analize_tab {
    margin-top: 3px;
}

    .analize_tab li {
        color: #595959;
        border: 1px solid #E8E8E8;
        font-size: 12px;
        margin-left: 0px;
    }
    .analize_tab li:not(:last-child){
        margin-right: 4px;
    }
    .analize_tab li:not(:first-child){
        margin-left: 4px;
    }

        .analize_tab li.curpic {
            background: #0095FF;
            border: none;
            color: #fff;
        }

.noChart {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
}

    .noChart img {
        width: 104px;
        height: 104px;
        margin-top: 115px;
    }

.cy-notes {
    color: #8C8C8C;
    font-size: 13px;
}

.cy-tips {
    position: absolute;
    z-index: 20220325001;
    left: 0;
    top: 0;
}


.chartDiv {
    width: 100%;
}


.chart-button {
    margin-bottom:20px !important;
}

.char-notes {
    padding: 7px 20px 7px 7px;
    line-height: 21px;
}

    .char-notes i {
        color: #FCA404;
    }

    .char-notes span {
        font-size: 14px;
        color: #595959;
    }

    .char-notes div {
        font-size: 12px;
        width: 74px;
        height: 22px;
        background: #FCA404;
        border-radius: 13px;
        float: right;
        color: #FFFFFF;
        text-align: center;
        line-height: 22px;
        cursor: pointer;
    }

.query-Chart {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    background-image: url(/images/commonimgpc/cy@2x.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.cytag-table td {
    width: 100px;
}

.cy_div input {
    display: none;
}

.cy-tag-box {
    padding: 3px 12px;
    border-radius: 2px;
    border: 1px solid #E8E8E8;
    position: relative;
    cursor: pointer;
    margin-left: 10px;
    z-index: 999;
    margin-top: 10px;
}


    .cy-tag-box i {
        position: absolute;
        right: 0;
        bottom: -1px;
    }

    .cy-tag-box input[type="checkbox"] + label {
        color: #8C8C8C !important;
        font-weight: 400 !important;
    }

    .cy-tag-box input[type="checkbox"]:checked + label {
        color: #005EFF !important;
        font-weight: 400 !important;
    }

.paihang-open-icon {
    float: left;
    margin: 1px 2px 0 0;
}

.other-ciyun-tr td {
    background-color: #FBFBFB;
    color: #808080 !important;
}

    .other-ciyun-tr td:nth-of-type(1) {
        padding-left: 38px
    }

.ciyun-open-btn {
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #D9D9D9;
    padding: 0 10px;
    font-size: 14px !important;
    width: auto;
    display: inline-block;
    cursor: pointer;
    font-weight: 500 !important;
}

/*移动端部分*/
@media screen and (max-width: 768px) {
    .fillet__chart--dataGraph .highcharts-container {
        border: 1px solid #E0E0E0;
        border-radius: 0;
    }
    
    .noChart {
        height: 320px !important;
        width: 100% !important;
    }
    .noChart img {
        width: 30%;
        height: 30%;
        margin-top: 20%;
    }
    .title-item .chartBox:first-child {
        border: none !important;
    }
    .detailed-btn {
       float:right;
    }

    .char-notes {
        padding: 7px;
        line-height: 21px;
    }
    .query-Chart {
        background-size: 100% 100%;
        height: 320px !important;
    }

    .cy_div input {
        display: none;
    }

    .query-Chart input[type=button] {
        margin-top: 40% !important;
    }

    .cy-tag {
        height: auto !important;
        overflow: hidden !important;
    }

    .wjx__templet__beautifyInput {
        display: flex !important;
        align-items: center !important;
    }

    .wjx__templet__beautifyInput label, .wjx__templet__beautifyInput label {
        display: flex !important;
        align-items: center !important;
    }

    .chartControl .iconfont {
        display: block !important;
    }

    .wjx__templet__beautifyInput label:before {
        top: 0px !important;
    }
}


@media screen and (max-width: 450px) {
    .char-notes {
        padding: 7px 0;
        line-height: 21px;
    }

    .char-notes div {
        width: 54px;
    }
}

.hidden-dom {
    display: none;
}

.show-dom {
    display: block;
}

.hide-dom-important {
    display: none !important;
}

.show-dom-important {
    display: block !important;
}
