﻿body {
    background: #EFF1F5;
}

#capability {
    background: #EFF1F5;
    position: relative;
}
.star-flag {
    position: absolute;
    right: 178px;
    top: 90px;
    width: 300px;
    text-align: center;
}
.logo {
    width: 196px;
    height: auto;
}
.star-level {
    font-family: MicrosoftYaHei;
    font-size: 20px;
    color: #4A4A4A;
    margin-top:10px;
}

    .star-level span {
        color: #F5C952;
        font-size: 36px;
    }

.capability-content {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    font-size: 16px;
    color: #4A4A4A;
    margin-bottom: 50px;
    padding-top: 40px;
}

.warning-color {
    color: #BB8E13;
}

.disabled-color {
    color: #9B9B9B;
}

.num-text {
    font-weight: bold;
}

.dot {
    position: relative;
    padding-left: 10px
}

    .dot::before {
        content: '·';
        font-size: 30px;
        position: absolute;
        top: 0px;
        left: 0px;
    }
/* 标题 */
.capability-content .title {
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 42px;
    color: #000;
    line-height: 55px;
    text-align: left;
    font-style: normal;
}

.capability-content .title-small {
    height: 50px;
    display: flex;
    align-items: end;
    font-family: MicrosoftYaHei;
    font-size: 20px;
    color: #4A4A4A;
    line-height: 26px;
    margin-bottom: 20px;
}

    .capability-content .title-small .title-small_right {
        margin-left: 26px;
    }

        .capability-content .title-small .title-small_right .num {
            color: #F5C952;
            font-size: 36px;
        }

    .capability-content .title-small .title-small_left {
        margin-right: 26px;
    }

        .capability-content .title-small .title-small_left .num {
            color: #BB8E13;
            font-size: 36px;
        }


.capability-content .developers {
    width: 790px;
}

.capability-content .title-info {
    color: #9B9B9B;
    line-height: 150%;
    margin-bottom: 10px;
}

    .capability-content .title-info span {
        display: inline-block;
        width: 80px;
    }
/* 标题 */
.capability-content .info-item {
    padding: 30px;
    background: #FFFFFF;
    border-radius: 10px;
    margin-top: 16px;
}

    .capability-content .info-item .info-item_title {
        height: 50px;
        line-height: 50px;
        padding-left: 30px;
        font-family: MicrosoftYaHei, MicrosoftYaHei;
        font-weight: bold;
        font-size: 20px;
        color: #FFFFFF;
        background: url(/Content/images/title_bg.png)no-repeat;
        border-bottom: 2px solid #E9EAEC;
        position: relative;
    }

        .capability-content .info-item .info-item_title .progress {
            width: 400px;
            height: 18px;
            background: #D8D8D8;
            border-radius: 0px 100px 100px 0px;
            position: absolute;
            bottom: 4px;
            left: 206px;
            z-index: 1;
            overflow: hidden;
        }

        .capability-content .info-item .info-item_title .percentage {
            width: 200px;
            height: 18px;
            background: #D3B050;
            position: absolute;
            bottom: 0;
            left: 0;
            z-index: 2;
        }

        .capability-content .info-item .info-item_title .progress_text {
            width: 100px;
            height: 38px;
            text-align: center;
            font-family: MicrosoftYaHei, MicrosoftYaHei;
            position: absolute;
            bottom: 35px;
            left: 200px;
            z-index: 3;
            font-size: 16px;
            color: #9B9B9B;
            font-weight: normal;
        }

            .capability-content .info-item .info-item_title .progress_text:after {
                position: absolute;
                bottom: -10px;
                left: 40px;
                content: "";
                width: 0;
                height: 0;
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                border-top: 10px solid #D3B050;
            }

            .capability-content .info-item .info-item_title .progress_text span {
                font-weight: bold;
                font-size: 24px;
                color: #B88D09;
            }

    .capability-content .info-item .content_title {
        display: flex;
        align-items: center;
        margin-top: 30px;
    }

        .capability-content .info-item .content_title .number {
            width: 20px;
            height: 20px;
            background: #000000;
            color: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-right: 12px;
        }

        .capability-content .info-item .content_title .title-text {
            font-family: MicrosoftYaHei;
            font-size: 20px;
            color: #000000;
            line-height: 26px;
        }

        .capability-content .info-item .content_title .star {
            margin-right: 2px;
        }

.star-box {
    background: #D8D8D8;
    width: 103px;
    height: 20px;
    overflow: hidden;
    position: relative;
}

    .star-box .star-back {
        background: #D3B050;
        width: 0px;
        height: 20px;
        position: absolute;
        top: 0;
        left: 0;
    }

.star-box_small {
    background: #D8D8D8;
    width: 82px;
    height: 16px;
    overflow: hidden;
    position: relative;
}

    .star-box_small .star-back {
        background: #D3B050;
        width: 0px;
        height: 16px;
        position: absolute;
        top: 0;
        left: 0;
    }

        .star-box_small .star-back img {
            width: 82px;
            height: 16px;
            position: absolute;
            top: 0;
            left: 0;
        }

.status {
    height: 22px;
    line-height: 22px;
    background: #F8F8F9;
    border-radius: 4px;
    border: 1px solid;
    display: flex;
    margin-left: 40px;
    font-size: 13px;
}

    .status .conclusion {
        border-radius: 4px;
        width: 40px;
        text-align: center;
        color: #fff;
    }

    .status .discription {
        padding: 0 11px;
    }

        .status .discription span {
            font-weight: bold;
        }
/*极好*/
.superb {
    border: 1px solid #D7000F;
}

    .superb .conclusion {
        background: #D7000F;
    }

    .superb .discription span {
        color: #D7000F;
    }
/*好*/
.good {
    border: 1px solid #F3606A;
}

    .good .conclusion {
        background: #F3606A;
    }

    .good .discription span {
        color: #F3606A;
    }
/*普通*/
.normal {
    border: 1px solid #FFC3C8;
}

    .normal .conclusion {
        background: #FFC3C8;
    }

    .normal .discription span {
        color: #FFC3C8;
    }

.capability-content .info-item .info-item_content {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #4A4A4A;
    line-height: 21px;
    margin: 12px 0 0 0;
}

.card {
    margin-top: 24px;
    padding: 24px 20px;
    background-color: #F8F8F9;
    color: #4A4A4A;
}

    .card.half {
        width: 558px;
    }

.card-title {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #4A4A4A;
    line-height: 21px;
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.card-content {
    display: flex;
    flex-wrap: wrap;
}

    .card-content .card-info {
        width: 50%;
        padding-right: 10px;
        font-family: MicrosoftYaHei;
        font-size: 16px;
        line-height: 21px;
        margin-top: 6px;
        display: flex;
    }

    .card-content .whole-row {
        width: 100%;
    }

    .card-content .card-info span {
        margin-right: 6px;
    }

.card .card-content .check {
    color: #BB8E13;
}

.card.one-third {
    width: 364px;
}

.card.quarter {
    width: 267px;
}

.one-third .card-info {
    width: 100% !important;
}
/*表格*/
.table {
    width: 100%;
    display: flex;
    border: 1px solid #E8E8E8;
    border-bottom: 0px;
    border-right: 0px;
}

    .table .header-cell, .table .body-cell {
        padding: 15px;
        min-height: 60px;
        min-width: 60px;
        border-bottom: 1px solid #E8E8E8;
        border-right: 1px solid #E8E8E8;
    }

    .table .col {
        flex: 1;
    }

    .table .header-cell {
        background: #F8F8F9;
    }

.facilities {
    width: 500px;
}

.facilities-body {
    height: 120px;
    display: flex;
    flex-wrap: wrap;
}

    .facilities-body span {
        margin-right: 6px;
    }

.facilities-info {
    width: 50%;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    line-height: 21px;
    display: flex;
    margin-bottom: 6px;
}
/*表格*/
/*星*/
.star {
    display: inline-block;
    padding: 2px;
    border-radius: 3px;
    position: relative;
    color: #fff;
    background-color: #D8D8D8;
    overflow: hidden;
    height: 20px;
    width: 20px;
    margin-right: 2px;
}

    .star .back {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 0%;
        height: 100%;
        background-color: #D3B050;
        z-index: 1;
    }

    .star .iconfont {
        position: absolute;
        top: 0px;
        left: 0px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
    }

.star-full .back {
    width: 100%;
}

.star-half .back {
    width: 40%;
}

.star.small {
    height: 16px;
    width: 16px;
}

    .star.small .iconfont {
        font-size: 12px;
    }

.oneline {
    display: flex;
    justify-content: space-between;
}

/* 第一个卡片 */
.info-item_one .img-box {
    width: 542px;
    //height: 345px;
}

    .info-item_one .img-box .img-container {
        width: 542px;
        height: 290px;
    }

    .info-item_one .img-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.info-item_one .summary-title {
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 20px;
    color: #000000;
    margin: 10px 0;
}

.info-item_one .summary-text {
}

.info-item_one #echarts {
    width: calc(100% - 542px);
    height: 345px;
}

.info-item_one .echarts-title {
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 16px;
    color: #4A4A4A;
    text-align: center;
    margin-bottom: 20px;
}

    .info-item_one .echarts-title span {
        font-size: 24px;
        color: #BB8E13;
    }

.info-item_one #echarts-box {
    height: 294px;
}

.info-item_one .title-jiazhi {
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 20px;
    color: #000000;
    line-height: 26px;
    text-align: left;
    margin: 30px 0 24px 0;
}

.info-item_one p {
    margin-top: 16px;
    display: flex;
}

    .info-item_one p > span.label {
        font-family: MicrosoftYaHei;
        font-size: 16px;
        color: #4A4A4A;
        width: 80px;
        display: inline-block;
    }

    .info-item_one p > span.detail {
        color: #BB8E13;
        font-weight: bold;
        display: inline-block;
        flex: 1;
        padding-left: 5px;
        line-height: 25px;
        width: 0;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

        .info-item_one p > span.detail:hover {
            white-space: normal;
        }

.info-item_one .info-item-summarize .left {
    width: 50%;
}

.info-item_one .info-item-summarize .right {
    width: 50%;
    padding-top: 30px;
}

    .info-item_one .info-item-summarize .right .info-item-row {
        width: 410px;
        margin: 0 auto;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-top: 18px;
    }

    .info-item_one .info-item-summarize .right .info-item-text {
        width: 80px;
        font-size: 16px;
        color: #9B9B9B;
    }

    .info-item_one .info-item-summarize .right .info-item-num {
        font-size: 13px;
        color: #9B9B9B;
        margin-left: 10px;
    }

        .info-item_one .info-item-summarize .right .info-item-num span {
            font-size: 16px;
            color: #B88D09;
            font-weight: bold;
        }

    .info-item_one .info-item-summarize .right .info-item-progress {
        position: relative;
        width: 250px;
        height: 10px;
    }

        .info-item_one .info-item-summarize .right .info-item-progress .progress {
            width: 250px;
            height: 10px;
            background: #D8D8D8;
            border-radius: 0px 100px 100px 0px;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
            overflow: hidden;
        }

            .info-item_one .info-item-summarize .right .info-item-progress .progress .percentage {
                height: 10px;
                background: #D3B050;
                position: absolute;
                bottom: 0;
                left: 0;
                z-index: 2;
            }
/* 第一个卡片 */
.menu-box {
    width: 104px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 99;
}

    .menu-box .menu-list {
        background: #fff;
        border-radius: 5px;
        overflow: hidden;
        box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
    }

        .menu-box .menu-list .menu-item {
            height: 44px;
            line-height: 44px;
            text-align: center;
            cursor: pointer;
            padding: 0 10px;
        }

            .menu-box .menu-list .menu-item:hover {
                background: rgba(187,142,19,0.1);
                color: #BB8E13;
            }

        .menu-box .menu-list .current {
            background: rgba(187,142,19,0.1);
            color: #BB8E13;
        }

        .menu-box .menu-list .menu-item .item-text {
            border-bottom: 1px solid #E9EAEC;
        }

    .menu-box .top {
        height: 44px;
        line-height: 44px;
        text-align: center;
        background: #fff;
        border-radius: 5px;
        margin-top: 16px;
        cursor: pointer;
        box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
    }

        .menu-box .top:hover {
            background: rgba(187,142,19,1);
            color: #fff;
        }

    .menu-box a, .menu-box a:hover {
        color: #707070;
        text-decoration: none;
    }

.img-title {
    margin-top: 24px;
}

#lock-btn {
    width: 260px;
    height: 60px;
    background: linear-gradient( 180deg, #D3B050 0%, #B88D09 100%);
    box-shadow: 0px 2px 14px 0px rgba(0,0,0,0.2);
    border-radius: 6px;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    line-height: 60px;
    text-shadow: 0px 2px 14px rgba(0,0,0,0.2);
    cursor: pointer;
}

.filter {
    filter: blur(4px);
}
/** 对比列表弹窗 */
#compare-list-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: rgba(0,0,0,0.5);
    display: none;
}

.compare-content {
    width: 360px;
    height: 100%;
    overflow: auto;
    background: #FFFFFF;
    padding: 24px 30px;
    position: absolute;
    top: 0;
    right: 0;
}

.compare-title {
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 20px;
    color: #4A4A4A;
    padding-bottom: 24px;
    border-bottom: 1px solid #D8D8D8;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .compare-title .little {
        font-family: MicrosoftYaHei;
        font-size: 14px;
        color: #9B9B9B;
    }

.compare-search-box {
    margin-top: 28px;
    position: relative;
}

#compare-search {
    width: 100%;
    height: 32px;
    background: #F8F8F9;
    border-radius: 20px;
    padding: 0 36px 0 20px;
}

.compare-search-box .iconfont {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 24px;
    color: #BBBEC4;
    cursor: pointer;
}

.search-result-box {
    height: 500px;
    margin: 40px 0;
}

    .search-result-box .pick-list {
        height: 70px;
    }

        .search-result-box .pick-list li {
            display: flex;
            padding: 5px 10px;
        }

            .search-result-box .pick-list li .current {
                background: #F2E9D0;
                border-radius: 4px;
                color: #BB8E13;
                margin-right: 8px;
                padding: 2px 4px;
            }

            .search-result-box .pick-list li .text {
                width: 0;
                flex: 1;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

.iconclose1 {
    cursor: pointer;
}

.search-result-box .search-list {
    height: 430px;
    background: #F8F8F9;
    padding: 10px 0;
    overflow: auto;
}

    .search-result-box .search-list li {
        padding: 8px 10px;
        cursor: pointer;
    }

        .search-result-box .search-list li:hover, .search-result-box .search-list li.active {
            background: rgba(187, 142, 19, 0.1);
            color: #BB8E13;
        }

.compare-handle-box {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #9B9B9B;
    text-align: center;
}

    .compare-handle-box button {
        width: 100%;
        height: 44px;
        background: #BB8E13;
        border-radius: 6px;
        color: #fff;
        border: 0px;
        cursor: pointer;
        margin-bottom: 10px;
    }

    .compare-handle-box .disabled {
        background: #F8F8F9;
        color: #555;
        cursor: not-allowed;
        border-color: #ebeef5;
    }

    .compare-handle-box #times {
        color: #BB8E13;
        margin-right: 5px;
    }
/* 导出pdf模板 */
#pdf-box {
    width: 0px;
    height: 0px;
    overflow: auto;
    /*    position: absolute;
    top: 0;
    left: 0;
    z-index: -999;*/
}

.pdf {
    width: 1920px !important;
    position: relative;
    //background: #EFF1F5;
}

    .pdf .page2 {
        // margin-top: 310px !important;
    }

    .pdf .page3 {
        // margin-top: 390px !important;
    }

    .pdf .page4 {
        // margin-top: 550px !important;
    }

#loading {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    background: rgb(0,0,0,0.7);
    display: none;
}

.loading-text {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
}

.material-wrap {
    margin-right: -2%;
    overflow: hidden;
}

.material-img {
    // float: left;
    // margin-right: 2%;
    // width:32%;
    display: inline-block;
}

    .material-img img {
        width: 300px;
        height: 200px;
        cursor: zoom-in;
        object-fit: cover;
        display: inline-block;
        margin-top: 24px;
        margin-right: 24px;
    }

.modal {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: rgba(0,0,0,0.5);
    display: none;
}

.modal-content {
    width: 500px;
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    margin: 100px auto;
}

.modal-header {
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-body {
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.close {
    cursor: pointer;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
}
.txt-indent-1em {
    text-indent: 1em;
}