* {
    margin: 0;
    padding: 0;
}

.toast {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 2088;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
}

.toast-box {
    position: fixed;
    top: 45vh;
    z-index: 999;
    background-color: #76777E;
    color: #FFF;
    font-size: 15px;
    padding: 5px 12px;
    border-radius: 4px;
}

.kn-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 996;
    background-color: #FFF;
    background-image: url(./image/watermark01.png);
    background-size: 120px 70px;
}

/* H5 */

.verify-box {
    width: 100vw;
    height: 100vh;
    background: linear-gradient(180deg, #DAE9FF 0%, #FFFFFF 100%);
}

.verify-logo {
    width: calc(100% - 50px);
    padding: 15px 25px;
    display: flex;
    align-items: center;
}

.kn-logo {
    width: 76px;
    height: 17px;
}

.logo-line {
    width: 1px;
    height: 10px;
    background-color: #C4C4C4;
    margin: 0 10px;
}

.kn-title {
    width: 136px;
    height: 17px;
}

.verify-title {
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 17px;
    margin-top: 83px;
    margin-bottom: 16px;
    color: #333;
}

.verify-input {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 83px;
    padding: 0 40px;
}

.verify-input-little {
    width: 55px;
    height: 55px;
    line-height: 55px;
    background-color: #F3F4F7;
    text-align: center;
    font-size: 25px;
    color: #333;
    font-weight: 600;
    border-radius: 4px;
    flex-shrink: 0;
}

.verify-input-little:last-child {
    margin-right: 0px;
}

.verify-input-line {
    opacity: 0;
    animation-name: donghua;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: .5s;
    animation-direction: alternate;
    font-weight: normal;
    font-size: 30px;
    height: 50px;
    line-height: 50px;
}

@keyframes donghua {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border: 0px;
}

.verify-btn {
    width: calc(100% - 60px);
    margin: auto;
    border-radius: 44px;
    height: 44px;
    line-height: 44px;
    background: linear-gradient(129deg, #3987FD 0%, #3CABFF 100%);
    text-align: center;
    color: #FFF;
    font-size: 16px;
}

.list-box {
    width: 100vw;
    height: 100vh;
    background-color: #F3F4F7;
    position: relative;
}

.list-top {
    width: calc(100% - 40px);
    padding: 20px;
    background: linear-gradient(180deg, #F0F5FF 0%, #FFFFFF 100%);
}

.list-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
}

.ecg-img {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 256px;
    height: 135px;
}

.title-line {
    width: 4px;
    height: 20px;
    background: linear-gradient(180deg, #1EB9FF 0%, #027FFE 100%);
    position: absolute;
    top: 1px;
    left: -20px;
}

.title-img {
    width: 163px;
    height: 22px;
}

.list-date {
    width: calc(100% - 170px);
    display: flex;
    justify-content: flex-end;
    font-size: 14px;
    color: #999999;
    font-weight: 600;
    align-items: center;
}

.date-img {
    width: 19px;
    height: 19px;
    margin-left: 4px;
}

.title-name {
    width: 100%;
    color: #333;
    font-size: 18px;
    font-weight: 600;
    margin-top: 14px;
}

.now-date-number {
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    margin-top: 8px;
}

.title-content {
    width: 100%;
    display: flex;
    margin-top: 25px;
    justify-content: space-between;
    align-items: center;
}

.title-content-left {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-left: 15px;
}

.topic-box {
    width: 70px;
    height: 30px;
    background-image: url('./image/topic.png');
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    text-shadow: 0px 4px 4px #3E82FF;
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
}

.topic-number {
    color: #3078FF;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    border-top: 8px;
}

.title-content-right {
    padding: 8px 15px;
    background-color: #E5EEFF;
    border-radius: 5px;
    display: flex;
    margin-right: 15px;
}

.not-related-img {
    width: 68px;
    height: 68px;
    margin-right: 15px;
}

.repeat-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    color: #333333;
    justify-content: space-between;
}

.repeat-title {
    font-size: 14px;
}

.repeat-number {
    font-size: 24px;
    font-weight: 600;
}

.hidden-repeat {
    width: 55px;
    border: 1px solid #7AA8FF;
    background-color: #A4C4FF;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    color: #FFF;
    font-size: 13px;
    align-items: center;
    border-radius: 5px;
    margin-left: 22px;
}

.eye-img {
    width: 18px;
    height: 18px;
}

.hidden-box {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    bottom: 20vh;
    border-radius: 50px;
    display: flex;
    font-size: 13px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #FFF;
    color: #3078FF;
    border: 1px solid #3078FF;
}

.hidden-box-active {
    background-color: #3078FF;
    color: #FFF;
}

.list-content {
    width: 100%;
    height: calc(100% - 318px);
    margin-top: 12px;
    overflow-y: auto;
}

.no-data-title {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #666;
}

.no-data {
    width: 100%;
    height: calc(100% - 318px);
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #333;
    font-size: 14px;
    background-color: #FFF;
}

.no-data img {
    width: 260px;
    height: 140px;
}

.list-card {
    width: calc(100% - 30px);
    padding: 10px 15px;
    background-color: #FFF;
    margin-bottom: 12px;
}

.list-card-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #999;
    font-size: 13px;
}

.title-tab {
    display: flex;
}

.title-tab-box {
    padding: 2px 4px;
    color: #FFF;
    font-size: 12px;
    margin-right: 10px;
    border-radius: 2px;
}

.not-related-title {
    font-size: 16px;
    color: #333;
    width: calc(100% - 50px);
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-card-content {
    width: 100%;
}

.list-card-bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: #999;
    font-size: 13px;
    border-top: 1px solid #E5E5E5;
    padding-top: 10px;
}

.content-title {
    width: 100%;
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 10px 0;
}

.content-sub {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 9px;
}

.sub-title {
    width: 40px;
    color: #333;
    font-size: 14px;
    text-align: left;
    flex-shrink: 0;
}

.sub-con {
    width: calc(100% - 45px);
    color: #999;
    font-size: 14px;
    text-align: left;
}

.sub-copy {
    width: calc(100% - 45px);
    color: #3078FF;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.link-box {
    width: calc(100% - 90px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.copy-img {
    width: 14px;
    height: 14px;
    margin-right: 5px;
}

.list-bottom {
    position: fixed;
    bottom: 0px;
    width: 100%;
    display: flex;
}

.bottom-between {
    width: 17%;
    height: 64px;
    background-color: #F3F7FF;
    text-align: center;
    color: #999;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.bottom-img {
    width: 16px;
    height: 16px;
}

.bottom-center {
    width: 20%;
    height: 64px;
    background-color: #FFF;
    text-align: center;
    color: #999;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    position: relative;
}

.left-center-line {
    width: 1px;
    height: 30px;
    background-color: #BBD3EE;
    position: absolute;
    left: 0;
    top: 17px;
}

.right-center-line {
    width: 1px;
    height: 30px;
    background-color: #BBD3EE;
    position: absolute;
    right: 0;
    top: 17px;
}

.betweenActive {
    background-color: #3078FF;
    color: #FFFFFF;
}

/* PC */

.pc-home {
    background-color: #F4F5FA;
    overflow: auto;
}

.back-top {
    width: 60px;
    height: 60px;
    background-color: #3078FF;
    border-radius: 50px;
    bottom: 30px;
    right: 30px;
    display: flex;
    align-items: center;
    position: fixed;
    justify-content: center;
    cursor: pointer;
}

.back-top-img {
    width: 50px;
    height: 50px;
    display: block;
}

.pc-title {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    background-color: #FFF;
}

.pc-kn-logo {
    width: 130px;
    height: 30px;
    margin-left: 80px;
}

.pc-title-line {
    width: 1px;
    height: 30px;
    margin: 0 16px;
    background: linear-gradient(180deg, #1EB9FF 0%, #027FFE 100%);
    border-radius: 20px;
}

.pc-title-img {
    width: 200px;
    height: 27px;
}

.pc-login {
    width: 100%;
    height: calc(100vh - 80px);
    background-image: url('./image/pc-login-bg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.pc-login-card {
    width: 33.4rem;
    height: 38.4rem;
    background-color: #FFF;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    margin-right: 15rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.pc-login-title {
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 24px;
    font-weight: bold;
}

.pc-verify-input {
    display: flex;
    position: relative;
    align-items: center;
    margin: 72px 0px;
}

.pc-verify-input-little {
    width: 50px;
    height: 50px;
    line-height: 48px;
    background-color: #F4F4F4;
    text-align: center;
    font-size: 25px;
    color: #333;
    font-weight: 600;
    border-radius: 4px;
    flex-shrink: 0;
    margin: 0 8px;
}

.pc-verify-input-little:last-child {
    margin-right: 0px;
}

.pc-verify-input-line {
    opacity: 0;
    animation-name: donghua;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: .5s;
    animation-direction: alternate;
    font-weight: normal;
    font-size: 20px;
    height: 50px;
    line-height: 44px;
}

.pc-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border: 0px;
}

.pc-verify-btn {
    width: 19rem;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    background: linear-gradient(314deg, #2E59EC 0%, #1A91FF 100%);
    border-radius: 30px;
}

.pc-content {
    width: calc(100% - 18.6vw);
    height: calc(100vh - 112px);
    /* background-color: #F4F5FA; */
    padding: 16px 9.3vw;
}

.pc-content-top {
    background-color: #FFF;
    padding: 24px 40px;
    position: relative;
    overflow: hidden;
}

.pc-ecg-img {
    position: absolute;
    top: -26px;
    right: -44px;
    width: 352px;
    height: 215px;
}

.pc-content-top-menu {
    width: 100%;
    display: flex;
    align-items: flex-end;
}

.pc-content-top-schemeName {
    color: #333;
    font-size: 20px;
    font-weight: 600;
}

.pc-list-date {
    color: #999;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    margin-left: 16px;
}

.pc-date-img {
    width: 25px;
    height: 25px;
    margin-left: 8px;
}

.pc-now-date-number {
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    margin-top: 16px;
}

.pc-content-top-number {
    width: calc(100% - 26px);
    display: flex;
    justify-content: space-between;
    margin-top: 32px;
    padding: 0 13px;
}

.top-number-box {
    padding: 24px 24px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    width: calc(20% - 58px);
    cursor: pointer;
}

.pc-top-img {
    width: 54px;
    height: 54px;
}

.top-number-title {
    color: #333;
    font-size: 16px;
    margin-left: 20px;
    display: flex;
    flex-direction: column;
}

.top-push-number {
    color: #3078FF;
    font-size: 32px;
    font-weight: 600;
}

.pc-tabs {
    padding: 13px 16px 0 16px;
}

.el-tabs__nav-wrap::after {
    background-color: transparent !important;
}

.el-tabs__item {
    font-size: 16px !important;
    font-weight: 600 !important;
}

.el-tabs__item:hover {
    color: #3078FF !important;
}

.el-tabs__item.is-active {
    color: #3078FF !important;
}

.el-tabs__active-bar {
    background-color: #3078FF !important;
}

.pc-list-box {
    background-color: #FFF;
    padding: 16px 24px;
}

.pc-list-top {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 14px;
    color: #333;
}

.pc-repeat-number {
    color: #3078FF;
    font-size: 18px;
}

.pc-list-content {
    width: 100%;
    overflow-y: auto;
    /* height: calc(100vh - 565px); */
    margin-top: 16px;
}

.pc-list-content::-webkit-scrollbar {
    width: 0;
}

.pc-list-card {
    width: calc(100% - 2px);
    border: 1px solid #D8D8D8;
    border-radius: 4px;
    margin-bottom: 18px;
    overflow: hidden;
}

.pc-list-card:last-child {
    margin-bottom: 0;
}

.pc-list-card-top {
    width: calc(100% - 46px);
    padding: 15px 23px;
    display: flex;
    align-items: center;
    color: #333;
    font-size: 17px;
    font-weight: 600;
    background-color: #F6F7FA;
}

.pc-nature-box {
    padding: 0 3px 1px 3px;
    border-radius: 2px;
    font-size: 12px;
    color: #FFF;
    margin-right: 8px;
    font-weight: 400;
    margin-top: 2px;
}

.pc-card-top-title {
    width: calc(100% - 150px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

.pc-list-card-content {
    width: calc(100% - 46px);
    padding: 15px 23px;
}

.pc-list-card-message {
    width: 100%;
    color: #333;
    font-size: 16px;
    margin-bottom: 16px;
}

.pc-list-card-other {
    width: 100%;
    display: flex;
}

.card-other-box {
    color: #666666;
    font-size: 14px;
    margin-right: 30px;
    flex-shrink: 0;
}

.pc-link-box {
    color: #666666;
    font-size: 14px;
    width: calc(100% - 880px);
    display: flex;
    justify-content: space-between;
}

.pc-link-course {
    width: calc(100% - 150px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

.pc-copy-box {
    display: flex;
    color: #3078FF;
    align-items: center;
    cursor: pointer;
}

.pc-copy-box img {
    width: 18px;
    height: 18px;
}

.pc-no-data {
    width: 100%;
    height: calc(100vh - 520px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #333;
    font-size: 14px;
}

.pc-no-data img {
    width: 260px;
    height: 140px;
}

.pc-pagination-box {
    width: 100%;
    margin-top: 18px;
    display: flex;
    justify-content: space-between;
}

.left-pagination {
    display: flex;
    color: #333;
    font-size: 14px;
    align-items: center;
}

/* 详情弹窗 */
.detail_nav {
    background: #fafafa;
    height: 64px;
    padding: 20px 24px;
}

.detail_nav-title {
    font-size: 18px;
    color: #333;
    margin-right: 16px;
    float: left;
}

.keyCopy {
    float: right;
    color: #2e59ec;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
}

.keyCopy img {
    position: relative;
    top: 3px;
    right: 3px;
    width: 16px;
    height: 16px;
}

.detail_dialog {
    padding: 50px;
}

.detail_dialog_top {
    display: flex;
}

.detail_dialog_left,
.dialog_video {
    display: inline-block;
    vertical-align: middle;
}

.detail_dialog_left_width {
    width: 880px;
}

.detail_dialog_title {
    position: relative;
    margin-bottom: 20px;
    /* 新加抽屉标题详情高度 */
    min-height: 60px;
}

.detail_dialog_title span {
    color: #333;
    word-break: break-all;
    font-size: 28px;
    text-indent: 2.7em;
    display: block;
}


.dialog_state {
    width: 60px;
    height: 28px;
    background: #3e82ff;
    border-radius: 1px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    position: absolute;
    top: 7px;
}

.dialog_state.positive {
    background: #f95ca2;
}

.dialog_state.neutral {
    background: #07c1ae;
}

.dialog_state.sensitive {
    background: #e7104b;
}

.dialog_state.unsensitive {
    background: #246aed;
}

.detail_dialog_top_bottom {
    line-height: 30px;
}

.detail_dialog_top_bottom span {
    color: #999999;
    font-size: 14px;
}

.detail_dialog_top_bottom span+span {
    margin-right: 20px;
}

.top_bottom_text {
    display: inline-block;
}

.detail_dialog_content {
    margin: 20px 0;
    padding: 20px 0;
    border-top: 1px solid #e4e6ec;
    border-bottom: 1px solid #e4e6ec;
}

.detail_dialog_content span {
    color: #333;
    font-size: 16px;
    font-weight: bold;
}

.detail_dialog_content p {
    margin-top: 16px;
    color: #333;
    font-size: 14px;
    line-height: 26px;
    text-indent: 2em;
}

.enclosure {
    border-bottom: 1px solid #e4e6ec;
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.imgUrl {
    max-width: 600px;
    /* max-height: 400px; */
}

.imgUrl:focus {
    outline: none;
}


.loading,
.no-more {
    text-align: center;
    padding: 10px;
    color: #999;
}

.loading-box {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    z-index: 998;
}

.jimu-primary-loading:before,
.jimu-primary-loading:after {
    position: absolute;
    top: 0;
    content: '';
}

.jimu-primary-loading:before {
    left: -19.992px;
}

.jimu-primary-loading:after {
    left: 19.992px;
    -webkit-animation-delay: 0.32s !important;
    animation-delay: 0.32s !important;
}

.jimu-primary-loading:before,
.jimu-primary-loading:after,
.jimu-primary-loading {
    background: #1eb9ff;
    -webkit-animation: loading-keys-app-loading 0.8s infinite ease-in-out;
    animation: loading-keys-app-loading 0.8s infinite ease-in-out;
    width: 13.6px;
    height: 32px;
}

.jimu-primary-loading {
    text-indent: -9999em;
    margin: auto;
    position: absolute;
    right: calc(50% - 6.8px);
    top: calc(50% - 16px);
    -webkit-animation-delay: 0.16s !important;
    animation-delay: 0.16s !important;
}

@-webkit-keyframes loading-keys-app-loading {

    0%,
    80%,
    100% {
        opacity: .75;
        box-shadow: 0 0 #1eb9ff;
        height: 32px;
    }

    40% {
        opacity: 1;
        box-shadow: 0 -8px #1eb9ff;
        height: 40px;
    }
}

@keyframes loading-keys-app-loading {

    0%,
    80%,
    100% {
        opacity: .75;
        box-shadow: 0 0 #1eb9ff;
        height: 32px;
    }

    40% {
        opacity: 1;
        box-shadow: 0 -8px #1eb9ff;
        height: 40px;
    }
}

@media screen and (min-width: 1501px) and (max-width: 1600px) {
    .top-number-title {
        margin-left: 10px;
    }
}

@media screen and (min-width: 1201px) and (max-width: 1500px) {
    .pc-content {
        width: calc(100% - 8.6vw);
        padding: 16px 4.3vw;
    }

    .pc-content-top-number {
        width: 100%;
        padding: 0 0;
    }

    .top-number-box {
        padding: 24px 8px;
        width: calc(20% - 20px);
    }
}

@media screen and (min-width: 1001px) and (max-width: 1200px) {
    .pc-content-top {
        padding: 24px 14px;
    }

    .pc-content {
        width: calc(100% - 12px);
        padding: 16px 6px;
    }

    .pc-content-top-number {
        width: 100%;
        padding: 0 0;
    }

    .top-number-box {
        padding: 24px 4px;
        width: calc(20% - 12px);
    }
}

@media screen and (min-width: 801px) and (max-width: 1000px) {
    .pc-content-top {
        padding: 24px 14px;
    }

    .pc-content {
        width: calc(100% - 12px);
        padding: 16px 6px;
    }

    .pc-content-top-number {
        width: 100%;
        padding: 0 0;
    }

    .top-number-box {
        padding: 24px 8px;
        width: calc(20% - 20px);
    }

    .pc-top-img {
        display: none;
    }

    .top-number-title {
        margin-left: 0px;
    }
}

@media screen and (max-width: 1400px) {
    .pc-list-card-other {
        flex-wrap: wrap;
    }
    
    .pc-link-box {
        margin-top: 16px;
        width: 70% !important;
        flex-shrink: 0;
    }
}

@media screen and (max-width: 1000px) {
    .card-other-box {
        width: 33.3% !important;
        margin: 0 !important;
    }
}

@media screen and (max-width: 800px) {
    .pc-content-top {
        padding: 24px 14px;
    }

    .pc-content {
        width: calc(100% - 12px);
        padding: 16px 6px;
    }

    .pc-content-top-number {
        width: 100%;
        padding: 0 0;
        overflow: auto;
    }

    .top-number-box {
        width: 152px;
        flex-shrink: 0;
        margin: 0 6px;
    }

    .pc-top-img {
        display: none;
    }

    .top-number-title {
        margin-left: 0px;
    }

    .pc-link-box {
        width: 100%;
    }
}