﻿/*layui*/
.layui-tabs-header .layui-this, .layui-tabs-header li:hover {
    color: rgba(0, 0, 0, .85);
}

    .layui-tabs-header .layui-this:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        border-bottom: 3px solid #1e9fff;
        box-sizing: border-box;
        pointer-events: none;
    }

/*分页*/
.pagination-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: right;
    padding:15px;
    background-color:#fff;
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.35rem 0.65rem;
    margin-right: 8px;
    line-height: 1.25;
    color: #1e9fff;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
}

    .page-link:hover {
        z-index: 2;
        color: #0056b3;
        text-decoration: none;
        background-color: #e9ecef;
        border-color: #dee2e6;
    }

    .page-link:focus {
        z-index: 2;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

.page-item:first-child .page-link {
    margin-left: 0;
    margin-right: 5px;
    border-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-radius: 0.25rem;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #1e9fff;
    border-color: #1e9fff;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}


/*通用*/
.qc-container {
    padding-top: 60px;
    min-height: calc(100vh - 210px);
}

.qc-header {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    height: 60px;
    background-color: #fff !important;
    border-bottom: solid #eee 2px;
}

.qc-logo {
    position: absolute;
    width: 240px;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

    .qc-logo img {
        width: 81px;
    }

.qc-bg-light {
    background-color: #fff !important;
}

.qc-bg-gray {
    background-color: #f5f5f5;
}

.qc-footer {
    padding: 15px;
    line-height: 30px;
    text-align: center;
    color: #777
}

    .qc-footer p {
        margin: 0;
        padding: 0;
    }
    .qc-footer a {
        padding: 0 5px;
        color: #777
    }
        .qc-footer a:hover {
            color: #1e9fff;
            text-decoration: underline
        }

.qc-td-bg {
    background-color: #f0f7fc;
}

.qc-elem-quote {
    border-left: 5px solid #1e9fff;
}

.qc-lbl {
    color: #949aa1;
    margin-bottom: 5px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    box-sizing: border-box;
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.qc-corp-mark {
    text-align: center;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.125em;
    background-color: #89b5da;
    border-radius: 4px;
    color: #fff;
    width: 78px;
    padding: 8px 0;
}

.qc-corp-mark-sm {
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.125em;
    background-color: #89b5da;
    border-radius: 4px;
    color: #fff;
    width: 39px;
    padding: 4px 0;
}

.qc-corp-mark0 {
    background-color: #89b5da;
}

.qc-corp-mark1 {
    background-color: #c97f7c;
}

.qc-corp-mark2 {
    background-color: #a3d0b1;
}

.qc-corp-mark3 {
    background-color: #8696e3;
}

.qc-corp-mark4 {
    background-color: #d2c388;
}

.qc-corp-mark5 {
    background-color: #67a8f8;
}

.qc-badge-bg {
    background-color: #f0f7fc;
}
/*首页*/
.qc-home-panel1 {
    margin-top: 15px;
    display: flex;
    flex-direction: row;
}

.qc-home-panel2 {
    margin-top: 15px;
}

.qc-home-data {
    width: 25%;
    background: linear-gradient(180deg, #f0f8ff, #fff 50%);
    border: 1px solid #dbe9ff;
    padding: 15px 15px 5px 15px;
    border-radius: 8px;
}

.qc-home-data-head {
    display: flex;
    flex-direction: row;
    align-items: center;
}

    .qc-home-data-head img {
        width: 18px;
        height: 18px;
    }

    .qc-home-data-head span {
        font-size: 16px;
        margin-left: 8px;
        line-height: 24px;
        font-weight: 600;
    }

.qc-home-data-stat {
    display: flex;
    align-items:center;
    justify-content:space-around;
    background-color: #e7eeff;
    margin-top: 15px;
    border-radius: 4px;
    padding-top: 11px;
    padding-bottom: 11px;
}

    .qc-home-data-stat .hds {
        display: flex;
        flex-direction: column;
        text-align: center;
    }
        .qc-home-data-stat .hds .hds1 {
            font-size: 24px;
            color: #26d;
            padding-bottom: 4px;
            line-height: 24px;
        }
        .qc-home-data-stat .hds .hds2 {
            line-height: 16px;
            margin-top: 4px;
        }


.qc-home-data-pg {
    padding: 15px;
    background-color: #f6faff;
}
.qc-pg-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom:5px;
}


.qc-home-recmd {
    width: 75%;
    background: linear-gradient(180deg, #fff8f6, #fff);
    border: 1px solid #ffe2db;
    padding: 15px 15px 5px 15px;
    border-radius: 8px;
    margin-left: 15px;
}


.qc-home-recmd-head {
    display: flex;
    flex-direction: row;
    align-items: center;
}

    .qc-home-recmd-head img {
        width: 18px;
        height: 18px;
    }

    .qc-home-recmd-head span {
        font-size: 16px;
        margin-left: 8px;
        line-height: 24px;
        font-weight: 600;
        color: #fe4c24;
    }

.qc-home-recmd-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top:15px;
}

    .qc-home-recmd-box .qc-home-recmd-item {
        width: 33.33%;
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-bottom: 12px;
    }
    .qc-home-recmd-box .qc-home-recmd-item span.tit{
        padding-left:8px;
    }

.qc-home-local-box {
    display: flex;
    flex-direction: column;
    height: 500px;
    overflow-x: hidden;
    overflow-y: auto;
}

    .qc-home-local-box .qc-home-local-item {
        display: flex;
        flex-direction: row;
        margin-bottom: 15px;
    }
    .qc-home-local-box .qc-home-local-prov {
        width: 10%;
        font-size: 16px;
        font-weight: 600;
    }
        .qc-home-local-box .qc-home-local-prov a {
            margin-left: 15px;
        }
    .qc-home-local-box .qc-home-local-city {
        width: 80%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        border-bottom: solid 1px #e9e9e9;
    }
        .qc-home-local-box .qc-home-local-city .qc-home-local-city-item {
            line-height: 28px;
        }
            .qc-home-local-box .qc-home-local-city .qc-home-local-city-item a {
                margin: 15px;
            }

.qc-home-latest-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.qc-home-latest-item {
    width: 33.33%;
    display: flex;
    flex-direction: row;
    background-color: #fff;
    padding: 10px 0;
}

    .qc-home-latest-item .qc-home-latest-item-title {
        font-size: 16px;
        font-weight: 600;
        color: #3a3a3a;
        margin-bottom: 5px;
    }

    .qc-home-latest-item .l1 {
        width: 15%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }

    .qc-home-latest-item .l2 {
        width: 85%;
    }

        .qc-home-latest-item .l2 span.pad4 {
            padding-right: 24px;
        }


/*列表页*/
.qc-filter {
    margin-top: 15px;
}
.qc-filter-title {
    height: 40px;
    line-height: 40px;
    background-color: #fcfcfc;
    padding-left: 15px;
    border-bottom: solid 1px #e9e9e9;
}

.qc-filter-prov {
    display: flex;
    flex-direction: row;
    background-color: #fff;
}
    .qc-filter-prov .p1 {
        width: 8%;
        padding: 10px 0 0 15px;
        color: #949aa1;
    }
    .qc-filter-prov .p2 {
        width: 80%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        border-bottom: solid 1px #e9e9e9;
    }
        .qc-filter-prov .p2 a {
            margin: 10px;
        }

.qc-filter-city {
    display: flex;
    flex-direction: row;
    background-color: #fff;
}

    .qc-filter-city .c1 {
        width: 8%;
        padding: 10px 0 0 15px;
        color : #949aa1;
    }

    .qc-filter-city .c2 {
        width: 80%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

        .qc-filter-city .c2 a {
            margin: 10px;
        }

.qc-corplist {
    margin-top: 15px;
    padding-bottom: 15px;
}

.qc-corplist-stat {
    height: 40px;
    line-height: 40px;
    background-color: #fcfcfc;
    padding-left: 15px;
    border-bottom: solid 1px #e9e9e9;
}



.qc-corplist-item {
    display: flex;
    flex-direction: row;
    background-color: #fff;
    border-bottom: solid 1px #e9e9e9;
    padding: 10px 0;
}

    .qc-corplist-item .qc-corplist-title {
        font-size: 18px;
        font-weight: 600;
        color: #3a3a3a;
        margin-bottom: 5px;
    }

    .qc-corplist-item:hover {
        background-color: #f0f7fc;
    }
        .qc-corplist-item:hover .qc-corplist-title a {
            color: #1e9fff !important;
        }

    .qc-corplist-item .cp1 {
        width: 15%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .qc-corplist-item .cp2 {
        width: 65%;
    }

        .qc-corplist-item .cp2 span.pad4 {
            padding-right: 24px;
        }
    .qc-corplist-item .cp3 {
        width: 20%;
        display: flex;
        flex-direction: row;
        align-content: center;
        align-items: center;
    }




/*详情页*/
.qc-corpinfo-box {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 15px;
    padding-bottom: 15px;
}

.qc-corpinfo {
    width: 75%;
    background-color: #fff;
}
.qc-corpside {
    margin-left:15px;
    width: 25%;
}

.qc-corpinfo-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #eee;
    padding-bottom:16px;
}

    .qc-corpinfo-title h1 {
        padding: 0;
        margin: 0 0 0 16px;
        font-size: 24px;
        font-weight: 700;
    }

.qc-corpinfo-tag {
    text-align: center;
    margin: 0;
    padding: 0;
}

.qc-corpinfo-intro {
    text-indent: 28px;
    text-align: justify;
}

.qc-corpasso-box {

}
    .qc-corpasso-box .qc-corpasso-item {
        margin-bottom:10px;
    }

    .qc-corpasso-box .qc-corpasso-item span.tit{
        padding-left:5px;
    }

.qc-error {
    padding: 96px 0 32px;
    text-align: center;
}

.qc-error {
    padding: 96px 0 32px;
    text-align: center;
}

    .qc-error h1 {
        line-height: 210px;
        font-size: 160px;
        font-weight: 300;
    }
    .qc-error p {
        font-size: 24px;
    }
