@keyframes overTurn {
    0% {
        transform: rotateY(90deg);
        opacity: 0;
    }

    100% {
        transform: rotateY(0);
        opacity: 1;
    }
}

.blue {
    color: #156bff;
}

.orange {
    color: #ff5a00;
}

.rich-text {
    text-indent: 2rem;
    word-wrap: break-word;
}

    .rich-text img {
        width: 100%;
        height: 100%;
    }

.no-data {
    width: 100%;
    font-size: 16px;
    color: #bebebe;
    text-align: center;
}

    .no-data .bg-noData {
        width: 239px;
        height: 167px;
        margin: auto;
        background-image: url(../images/expert-detail/bg-expert-item-noData.png);
        background-repeat: no-repeat;
        background-position: top center;
    }

.page-main {
    min-width: 1200px;
}

    .page-main.expert-details {
        background-color: #F5F8FD;
        padding: 80px 0 40px 0;
        background-image: url(../images/expert-detail/bg-expert-banner.jpg);
        background-repeat: no-repeat;
        background-position: top center;
        min-height: 450px;
    }

    .page-main .crumbs {
        width: 1200px;
        padding-left: 20px;
        margin: 0 auto 20px;
        font-size: 12px;
        color: #fafafa;
    }

        .page-main .crumbs em {
            font-family: 'fangsong';
        }

        .page-main .crumbs a {
            color: inherit;
            margin-right: 5px;
        }

.expert-details-card {
    width: 1200px;
    padding: 24px 40px;
    margin: auto;
    background-image: url(../images/expert-detail/bg-expert-details.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #ffffff;
    border-radius: 10px;
}

    .expert-details-card .layui-tab-bar {
        display: none;
    }

    .expert-details-card .sect {
        width: 1120px;
        margin: 0 auto 25px;
    }

        .expert-details-card .sect.personal {
            text-align: center;
            font-size: 0;
        }

            .expert-details-card .sect.personal > * {
                font-size: 14px;
                color: #949494;
                display: inline-block;
                vertical-align: middle;
            }

            .expert-details-card .sect.personal .avatar {
                width: 68px;
                height: 68px;
                border-radius: 50%;
                overflow: hidden;
                background-image: url(../images/expert-detail/temp-expert-avatar.png);
                background-repeat: no-repeat;
                background-position: top center;
                background-position: center bottom;
                background-color: #454554;
            }

            .expert-details-card .sect.personal .personal-text {
                text-align: left;
                margin-left: 25px;
            }

            .expert-details-card .sect.personal .expert-name {
                font-size: 30px;
                color: #000;
                margin-bottom: 8px;
            }

            .expert-details-card .sect.personal .context > * {
                margin-right: 10px;
                display: inline-block;
                vertical-align: middle;
            }

            .expert-details-card .sect.personal .icon-dizhi2 {
                margin: 0 5px 0 10px;
                width: 14px;
                height: 16px;
                background-image: url(../images/expert-detail/icon-dizhi2.png);
                background-repeat: no-repeat;
                background-position: top center;
            }

        .expert-details-card .sect.ability {
            width: 1120px;
            height: 120px;
            padding: 18px 45px;
            background-color: rgba(194, 209, 225, 0.35);
            border-radius: 6px;
            position: relative;
        }

            .expert-details-card .sect.ability .clearfix > * {
                float: left;
            }

            .expert-details-card .sect.ability.show-more {
                height: auto;
            }

                .expert-details-card .sect.ability.show-more .ellipsis-2 {
                    -webkit-line-clamp: initial;
                }

            .expert-details-card .sect.ability .btn-kefu {
                position: absolute;
                bottom: 25px;
                left: 0;
                right: 0;
                margin: auto;
                text-align: center;
                font-size: 14px;
                line-height: 32px;
                color: #498aff;
                width: 100px;
                height: 32px;
                background-color: #f0f7ff;
                border-radius: 4px;
                border: solid 1px #7a9bd6;
                opacity: 0.8;
            }

    .expert-details-card .ability-rate {
        font-size: 14px;
        margin-right: 30px;
    }

        .expert-details-card .ability-rate > * {
            display: inline-block;
            vertical-align: initial;
        }

        .expert-details-card .ability-rate h5 {
            color: #000;
            font-weight: 550;
        }

        .expert-details-card .ability-rate .layui-rate {
            padding: 0;
        }

            .expert-details-card .ability-rate .layui-rate li i.layui-icon {
                margin-right: 0;
                font-size: 13px;
                color: #FF7B3A;
            }

    .expert-details-card .ability-tag > span {
        display: inline-block;
        vertical-align: initial;
        color: #dc4900;
        margin-left: 55px;
    }

    .expert-details-card .ability-grjj {
        height: 50px;
        margin-top: 13px;
        line-height: 26px;
        font-size: 14px;
        background-image: url(../images/expert-detail/bg-temp-expert-cont.png);
        background-repeat: no-repeat;
        background-position: top center;
        background-position: 26px 4px;
    }

        .expert-details-card .ability-grjj h5 {
            display: inline;
            color: #000;
            font-weight: 550;
            margin-right: 15px;
        }

        .expert-details-card .ability-grjj span {
            color: #545454;
        }

    .expert-details-card .btn-more {
        display: block;
        height: 20px;
        position: absolute;
        right: 15px;
        bottom: 10px;
        font-size: 14px;
        color: #0066ff;
        user-select: none;
        display: none;
    }

        .expert-details-card .btn-more:hover {
            cursor: pointer;
            opacity: .7;
        }

        .expert-details-card .btn-more.show-more .more-ico {
            transform: rotate(-90deg);
        }

    .expert-details-card .more-ico {
        display: inline-block;
        width: 14px;
        height: 14px;
        font-family: 'fangsong';
        line-height: 14px;
        text-align: center;
        border-radius: 50%;
        border: 1px solid #0066ff;
        box-sizing: content-box;
        transform: rotate(90deg);
        transition: all .3s;
    }

    .expert-details-card .main-pic {
        position: relative;
        padding-top: 20px;
    }

        .expert-details-card .main-pic .svg-box {
            width: 485px;
            margin: 0 auto;
            animation-name: overTurn;
            animation-iteration-count: 1;
            animation-duration: 1s;
            animation-fill-mode: forwards;
        }

        .expert-details-card .main-pic #svg-man {
            width: 485px;
            height: 710px;
        }

        .expert-details-card .main-pic .img-man {
            position: absolute;
            top: 0;
            left: 50%;
            margin-left: -242px;
            width: 485px;
            height: 780px;
            z-index: 999;
            opacity: .6;
            background-image: url(../images/expert-detail/bg-expert-details.gif);
            background-repeat: no-repeat;
            background-position: top center;
        }

    .expert-details-card .layui-tab-title {
        height: 50px;
    }

        .expert-details-card .layui-tab-title li {
            width: 280px;
            height: 50px;
            line-height: 50px;
            background-color: #D1E2FF;
            color: #5f5f5f;
            font-size: 16px;
            border-right: 1px solid #fff;
        }

            .expert-details-card .layui-tab-title li.layui-this {
                background-color: #498aff;
                color: #ffffff;
                position: relative;
            }

                .expert-details-card .layui-tab-title li.layui-this::after {
                    position: absolute;
                    top: 45px;
                    left: 0;
                    right: 0;
                    margin: auto;
                    width: 0;
                    height: 0;
                    border-width: 15px;
                    border-style: solid;
                    border-color: #498aff transparent transparent transparent;
                }

    .expert-details-card .tips {
        margin: 30px auto 10px;
        text-align: center;
        font-size: 14px;
        color: #7e7e7e;
    }

        .expert-details-card .tips a {
            color: #498aff;
        }

    .expert-details-card .content-sect-titbox {
        width: 100%;
        height: 20px;
        margin: 30px auto 10px;
        line-height: 20px;
        padding-left: 20px;
        position: relative;
    }

        .expert-details-card .content-sect-titbox::before {
            display: block;
            content: '';
            width: 4px;
            height: 16px;
            background-color: #498aff;
            border-radius: 4px;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 2px;
            margin: auto;
        }

        .expert-details-card .content-sect-titbox .titbox-text {
            font-size: 14px;
            color: #000;
            font-weight: 550;
        }

    .expert-details-card .tab-item-titbox {
        font-size: 16px;
        font-weight: 550;
        color: #000000;
        font-size: 0;
        display: inline-block;
        padding-bottom: 10px;
        border-bottom: 1px solid #498aff;
    }

        .expert-details-card .tab-item-titbox > * {
            font-size: 16px;
            display: inline-block;
            vertical-align: middle;
        }

        .expert-details-card .tab-item-titbox .icon-honour {
            margin-right: 12px;
            width: 26px;
            height: 26px;
            background-image: url(../images/expert-detail/icon-honour.png);
            background-repeat: no-repeat;
            background-position: top center;
        }

    .expert-details-card .rich-text {
        padding: 30px 10px 60px;
        font-size: 14px;
        line-height: 30px;
        color: #545454;
    }

.expert-tabcont > .layui-tab-item {
    display: block;
    margin-top: 20px;
    width: 1120px;
    background-color: #ffffff;
    box-shadow: 3px 4px 10px 0px rgba(150, 169, 223, 0.2);
    border-radius: 10px;
    border: solid 1px #e5e5e5;
    padding: 30px 30px 50px;
}

.main-pic-item {
    width: 340px;
    box-shadow: 0px 0px 12px 0px rgba(95, 120, 190, 0.35);
    border-radius: 12px;
    position: absolute;
    background-color: #ffffff;
}

    .main-pic-item .item-title {
        padding: 12px 30px;
        font-size: 14px;
        color: #000;
        font-weight: 550;
        position: relative;
    }

        .main-pic-item .item-title::after {
            display: block;
            content: '';
            position: absolute;
            bottom: 3px;
            width: 30px;
            height: 2px;
            background-color: #456fc4;
        }

    .main-pic-item .item-cont {
        padding: 3px 30px;
    }

    .main-pic-item.bg-l {
        background-image: url(../images/expert-detail/bg-expert-item-l.png);
        background-repeat: no-repeat;
        background-position: top center;
        background-position: top left;
    }

    .main-pic-item.bg-r {
        background-image: url(../images/expert-detail/bg-expert-item-r.png);
        background-repeat: no-repeat;
        background-position: top center;
        background-position: top right;
    }

    .main-pic-item.kyzyfx {
        height: 162px;
        top: 10px;
        left: 42px;
    }

        .main-pic-item.kyzyfx .item-cont {
            font-size: 12px;
            line-height: 22px;
        }

        .main-pic-item.kyzyfx .label {
            margin-top: 3px;
            color: #0060ff;
        }

    .main-pic-item.kyzdfb {
        height: 220px;
        top: 206px;
        left: 11px;
    }

        .main-pic-item.kyzdfb .item-cont {
            padding: 5px 15px 15px;
            height: 178px;
        }

    .main-pic-item.jnkyzd {
        height: 250px;
        top: 460px;
        left: 49px;
    }

        .main-pic-item.jnkyzd .item-cont {
            padding: 5px 0 15px 35px;
            height: 208px;
        }

            .main-pic-item.jnkyzd .item-cont .jnkyzd-l,
            .main-pic-item.jnkyzd .item-cont .jnkyzd-r {
                float: left;
                line-height: 20px;
            }

            .main-pic-item.jnkyzd .item-cont .yaer-num {
                font-size: 13px;
                font-weight: 550;
                color: #333;
                margin-bottom: 3px;
            }

            .main-pic-item.jnkyzd .item-cont span {
                display: block;
                width: 120px;
                height: 20px;
                margin-right: 30px;
                font-size: 12px;
                color: #545454;
            }

    .main-pic-item.kycczzqx {
        height: 240px;
        top: 28px;
        right: 29px;
    }

        .main-pic-item.kycczzqx .item-cont {
            padding: 5px 15px 15px;
            height: 197px;
        }

    .main-pic-item.lnkycc {
        height: 240px;
        top: 296px;
        right: 7px;
    }

        .main-pic-item.lnkycc .item-cont {
            padding: 15px;
            height: 197px;
        }

    .main-pic-item.xklwfb {
        top: 567px;
        right: 26px;
        color: #545454;
        font-size: 14px;
        z-index: 9;
    }

        .main-pic-item.xklwfb .item-cont {
            padding: 14px 30px;
        }

        .main-pic-item.xklwfb .total {
            position: absolute;
            top: 13px;
            right: 24px;
        }

        .main-pic-item.xklwfb .item-cont {
            padding-top: 13px;
            font-size: 0;
            height: 70px;
            overflow: hidden;
            padding: 0;
            margin: 13px 30px 14px;
        }

            .main-pic-item.xklwfb .item-cont > * {
                font-size: 14px;
            }

            .main-pic-item.xklwfb .item-cont span {
                box-sizing: content-box;
                display: inline-block;
                border: solid 1px #dcdcdc;
                text-align: center;
                margin: 0 8px 6px 0;
                background-color: #ffffff;
                border: solid 1px #dcdcdc;
                padding: 4px 9px;
            }

        .main-pic-item.xklwfb .btn-more {
            right: 19px;
            bottom: 16px;
        }

        .main-pic-item.xklwfb.show-more .item-cont {
            height: auto;
        }

.content-sectcont {
    margin: 10px 0;
    overflow: hidden;
}

    .content-sectcont .layui-table {
        margin: 0;
        background-color: #FBFCFE;
    }

        .content-sectcont .layui-table thead tr,
        .content-sectcont .layui-table tbody tr:hover {
            background-color: #edf3fc;
        }

#qyhzdwkwsjfbScatter,
#ygdwhzcgqkBar,
#cyjjxmslPie,
#zxktVShxktPie {
    float: left;
    width: 504px;
    height: 300px;
    margin-top: 10px;
}

#qyhzdwkwsjfbScatter,
#cyjjxmslPie {
    margin-right: 50px;
}

.kycg .layui-tab-title {
    height: auto;
    border-bottom: none;
}

    .kycg .layui-tab-title li {
        width: 76px;
        height: 30px;
        line-height: 30px;
        background-color: #ffffff;
        border-radius: 2px;
        border: solid 1px #dcdcdc;
        font-size: 14px;
        color: #999999;
        padding: 0;
        text-align: center;
        margin-right: 8px;
    }

        .kycg .layui-tab-title li.layui-this {
            background-color: #498aff;
            border-color: #498aff;
            color: #ffffff;
        }

            .kycg .layui-tab-title li.layui-this::after {
                display: none;
            }

.kycg .layui-tab-content {
    width: 100%;
    box-shadow: none;
    border: none;
    padding: 0;
}

    .kycg .layui-tab-content .ellipsis {
        line-height: 40px;
        color: #545454;
        font-size: 14px;
    }

.kycg .kycg-list {
    padding: 0 5px;
    overflow: hidden;
    border-bottom: 1px solid rgba(214, 218, 228, 0.4);
    margin-bottom: 25px;
}

.cxyhz,
.jjkt,
.kycg {
    position: relative;
    margin-bottom: 30px;
}

    .cxyhz .btn-more,
    .jjkt .btn-more,
    .kycg .btn-more {
        width: 60px;
        height: 20px;
        position: absolute;
        right: 0;
        left: 0;
        bottom: 20px;
        margin: auto;
    }

        .cxyhz .btn-more .more-ico,
        .jjkt .btn-more .more-ico,
        .kycg .btn-more .more-ico {
            position: absolute;
            top: 8px;
            right: -13px;
            border-radius: 0;
            transform-origin: 4px 2px;
            transform: rotate(0);
            width: 0;
            height: 0;
            border-width: 4px;
            border-style: solid;
            border-color: #498aff transparent transparent transparent;
        }

        .cxyhz .btn-more.show-more .more-ico,
        .jjkt .btn-more.show-more .more-ico,
        .kycg .btn-more.show-more .more-ico {
            transform: rotate(180deg);
        }

        .cxyhz .btn-more.no-more,
        .jjkt .btn-more.no-more,
        .kycg .btn-more.no-more {
            display: none;
        }

    .cxyhz .more-outBox,
    .jjkt .more-outBox,
    .kycg .more-outBox {
        height: 200px;
    }

    .cxyhz.show-more .more-outBox,
    .jjkt.show-more .more-outBox,
    .kycg.show-more .more-outBox {
        height: auto;
    }
