.doc-header {
    box-shadow: rgba(0, 0, 0, .05) 0 2px 4px;
    background: #fff;
    height: 80px;
    width: 100%;
    min-width: 1280px;
    border-bottom: 1px solid #eee
}

.doc-header .container {
    width: 1280px;
    min-width: 1280px;
    display: flex
}

.doc-header .container .jn-logo {
    height: 80px;
    max-width: 220px;
    margin-right: 20px;
}

.doc-header .container .jn-logo a {
    max-width: 220px;
    height: 80px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.doc-header .container .jn-logo a img {
    max-height: 80px;
    max-width: 220px;
    border: 0;
}

.doc-header .container .jn-logo .icon-logo-collect {
    position: absolute;
    z-index: 0;
    left: 0px;
    top: 80px;
    opacity: 0;
    transition: all .5s ease-in-out;
}

.doc-header .container .jn-logo .icon-logo-collect .ico {
    background: url(../images/icon/img_icon_j.png) no-repeat 50%/100%;
    height: 60px;
    position: absolute;
    width: 60px;
    top: -66px;
    left: 190px;
}

.doc-header .container .jn-logo .icon-logo-collect .txt {
    vertical-align: middle;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
    padding: 12px 20px;
    text-align: center;
    letter-spacing: 0.5px;
    pointer-events: none;
}

.doc-header .container .jn-nav {
    margin-left: 20px;
}

.doc-header .container .jn-nav > li {
    display: inline-block;
    align-items: center;
    height: 80px;
    min-width: 50px;
    position: relative;
    transition: all .2s
}

.doc-header .container .jn-nav > li > a {
    padding: 28px 15px;
    display: block;
    font-size: 15px;
    color: #232323;
    background-color: transparent;
    position: relative;
}

.doc-header .container .jn-nav > li > a .flag_icon {
    right: -8px;
    top: 5px;
    position: absolute;
    width: 27px;
    height: 18px;
}

.doc-header .container .jn-nav > li > a.active {
    color: #f01414;
}

.doc-header .container .jn-nav > li:hover > a {
    color: #f72128;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.doc-header .container .jn-nav > li:last-child {
    margin-right: 0
}

.doc-header .container .jn-nav .jn-nav-item:hover .menu_more {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.doc-header .container .jn-nav .jn-nav-item .menu_more a {
    display: block;
    line-height: 36px;
    color: #4a4a4a;
    font-size: 14px;
    text-align: center;
}

.doc-header .container .jn-nav .jn-nav-item .menu_more a:hover {
    background-color: #f8f8f9;
    color: #f01414;
}

.doc-header .container .jn-nav .jn-nav-item .ishake {
    -webkit-animation: shakes .4s linear infinite;
    animation: shakes .4s linear infinite;
    background: -webkit-gradient(linear, 130deg, from(#ffae12), to(#fb0555));
    background: linear-gradient(130deg, #f72128, #f72128, #f72128, #ffb341, #f72128, #f72128, #f72128);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.doc-header .container .jn-nav > li > a span.icon-xiala {
    position: absolute;
    display: block;
    top: 30px;
    right: 0;
    font-size: 12px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.doc-header .container .jn-nav > li > a span.icon-xiala:before {
    content: "\e601"
}

.doc-header .container .jn-nav > li:hover a span.icon-xiala {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.doc-header .container .jn-nav > li .nav-drop {
    position: absolute;
    max-height: 500px;
    overflow-y: auto;
    top: 55px;
    left: 0;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0 17px 47px 0 rgba(39, 53, 70, .11);
    border-radius: 6px;
    padding: 10px;
    -ms-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    -ms-transform-origin: 25% 5%;
    -webkit-transform-origin: 25% 5%;
    transform-origin: 25% 5%
}

.doc-header .container .jn-nav > li .nav-drop::-webkit-scrollbar {
    width: 6px;
    background: white;
}

.doc-header .container .jn-nav > li .nav-drop::-webkit-scrollbar-thumb {
    background-color: #D7D7D9;
    border-radius: 6px;
}

.doc-header .container .jn-nav > li .nav-drop .menu_cts {
    width: 550px;
    overflow-y: auto;
}

.doc-header .container .jn-nav > li .nav-drop .menu_cts::after {
    position: absolute;
    left: 25px;
    top: -9px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 9px solid #fff;
    content: ' '
}

.doc-header .container .jn-nav > li:hover .nav-drop {
    display: block;
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1)
}

.doc-header .container .jn-nav > li .nav-drop .menu_cts .cat-item {
    display: flex;
    box-sizing: border-box;
    padding: 7px 0;
    border-bottom: 1px solid #f0f0f0;
}

.doc-header .container .jn-nav > li .nav-drop .menu_cts .cat-item:last-child {
    border-bottom: none
}

.doc-header .container .jn-nav > li .nav-drop .menu_cts .cat-item span {
    font-size: 13px;
    color: #f72128;
    line-height: 13px;
    width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    float: left;
    margin: 6px 6px 6px 0;
    padding: 8px 8px 8px 0;
}

.doc-header .container .jn-nav > li .nav-drop .menu_cts .cat-item span a {
    background: none;
}

.doc-header .container .jn-nav > li .nav-drop .menu_cts .cat-item .cat-childs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.doc-header .container .jn-nav > li .nav-drop .menu_cts .cat-item a {
    font-size: 13px;
    color: #333;
    line-height: 13px;
    padding: 8px;
    background: #f8f8f9;
    border-radius: 4px;
    margin: 6px;
}

.doc-header .container .jn-nav > li .nav-drop .menu_cts .cat-item a:hover {
    color: #f72128 !important;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.doc-header .container .jn-nav .jn-nav-item .menu_more {
    display: block;
    font-size: 14px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    -ms-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    -ms-transform-origin: 50% 5%;
    -webkit-transform-origin: 50% 5%;
    transform-origin: 50% 5%;
    box-sizing: border-box;
    width: 304px;
    padding: 10px 10px;
    background: #fff;
    border-radius: 4px;
    position: absolute;
    top: 55px;
    left: 0px;
    z-index: 4
}

.doc-header .container .jn-nav .jn-nav-item .menu_more li {
    float: left;
    width: 140px;
}

.doc-header .container .header-right {
    position: absolute;
    line-height: 80px;
    right: 0;
    display: flex
}

.doc-header .container .header-right > div {
    position: relative;
    min-height: 40px
}

.doc-header .container .header-right .pull-search {
    position: relative;
    float: right !important;
    margin-right: 20px;
}

.doc-header .container .header-right .pull-search form {
    height: 80px;
    line-height: 80px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.doc-header .container .header-right .pull-search form input {
    padding: 5px 35px 5px 25px;
    width: 130px;
    height: 38px;
    outline: 0;
    border: 1px solid #e7e7e7;
    border-radius: 25px;
    background: #fff;
    font-size: 14px;
    transition: width .3s linear
}

.doc-header .container .header-right .pull-search form input:focus {
    width: 180px
}

.doc-header .container .header-right .pull-search form button {
    position: absolute;
    right: 15px;
    margin: 0;
    padding: 0;
    outline: 0;
    border: none;
    background: 0 0;
    color: #111;
    font-weight: 300;
    font-size: 17px;
    line-height: normal;
    cursor: pointer
}

.doc-header .container .header-right .condition {
    margin-right: 20px
}

.doc-header .container .header-right .condition a {
    position: relative;
    color: #2d2d2d
}

.doc-header .container .header-right .condition a:hover {
    color: #f72128
}

.doc-header .container .header-right .condition .desk {
    padding-right: 16px;
    font-size: 13px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: #f01414;
}

.doc-header .container .header-right .condition .desk i {
    padding-right: 3px;
}

.doc-header .container .header-right .condition .desk .pwa_pop {
    position: absolute;
    width: 250px;
    top: 65px;
    padding: 20px 20px;
    transform-origin: left center;
    background: #fff;
    z-index: 2000;
    border: 1px solid #ebeef5;
    min-width: 150px;
    z-index: 999;
    color: #606266;
    line-height: 1.4;
    text-align: justify;
    font-size: 14px;
    box-shadow: 0 0 20px 0 rgba(136, 136, 136, .15);
    background-color: #fff;
    border-radius: 5px;
    display: none;
    word-break: break-all;
}

.doc-header .container .header-right .condition .desk .pwa_panel {
    text-align: center;
    position: relative;
    color: #000;
    min-width: 150px;
    border-radius: 4px;
    color: #000;
    line-height: 1.4;
    font-size: 14px;
    word-break: break-all
}

.doc-header .container .header-right .condition .desk .pwa_panel .pwa_icon {
    position: relative;
    margin-bottom: 2px;
    width: 54px;
    margin: 0 auto
}

.doc-header .container .header-right .condition .desk .pwa_panel .pwa_icon .icon_img {
    width: 54px;
    height: 54px;
    display: block;
    border-radius: 8px;
}

.doc-header .container .header-right .condition .desk .pwa_panel .pwa_icon .kjfs_icon {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 16px;
    border: none
}

.doc-header .container .header-right .condition .desk .pwa_panel .panel_title {
    margin-top: 10px;
    font-size: 16px;
    line-height: 32px
}

.doc-header .container .header-right .condition .desk .pwa_panel .panel_text {
    line-height: 26px;
    color: #999;
    text-align: center;
}

.doc-header .container .header-right .condition .desk .pwa_panel .desk-btn {
    width: 210px;
    margin-top: 10px;
    border-radius: 5px;
    padding: 12px 23px;
    color: #fff;
    background-color: #ec3b3b;
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    border: 1px solid #ec3b3b;
    -webkit-appearance: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    transition: .1s;
    font-weight: 500;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    font-size: 14px
}

.doc-header .container .header-right .condition .pwa_desk:hover .pwa_pop {
    display: block;
}

.doc-header .container .header-right .condition .upload-doc {
    padding-right: 16px;
    font-size: 13px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.doc-header .container .header-right .condition .upload-doc i {
    padding-right: 3px;
}

.doc-header .container .header-right .condition .person {
    padding-right: 16px;
    font-size: 13px
}

.doc-header .container .header-right .join-vip-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

.doc-header .container .header-right .join-vip-wrap .join-vip-icon {
    position: relative;
    top: 0;
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../images/vip-icon.gif);
    background-size: contain;
    background-repeat: no-repeat;
}

.doc-header .container .header-right .condition .send-icon {
    text-align: center;
    color: #fff;
    display: inline-block;
    padding: 0 10px;
    position: absolute;
    right: -45px;
    top: -20px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    border-radius: 8px 8px 8px 0;
    z-index: 2;
    background: #f55
}

.doc-header .container .header-right .condition .line {
    color: #2d2d2d;
    font-size: 13px;
    margin-top: 2px
}

.doc-header .container .header-right .condition .glod {
    padding-left: 8px;
    font-size: 13px
}

.doc-header .container .header-right .userlogin {
    position: relative
}

.doc-header .container .header-right .userlogin a:hover {
    color: #f72128
}

.doc-header .container .header-right .user-message {
    position: relative
}

.doc-header .container .header-right .user-message i {
    font-size: 18px
}

.doc-header .container .header-right .user-message a.unread::before {
    content: " ";
    border: 3px solid red;
    border-radius: 3px;
    position: absolute;
    right: -3px;
    top: 28px;
}

.u-state {
    display: block;
    margin-right: 5px;
    padding-left: 30px;
}

.u-state .user-photo a {
    display: block;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    position: relative
}

.u-state .user-photo a img {
    width: 40px;
    height: 40px;
    cursor: pointer;
    border-radius: 4px
}

.u-state .user-photo a span {
    position: absolute;
    right: -8px;
    bottom: -28px;
    z-index: 100;
    display: block;
    width: 20px;
    height: 20px
}

.u-state .user-menu-drop {
    position: absolute;
    top: 70px;
    right: 0;
    display: none;
    width: 280px;
    padding: 20px;
    box-shadow: 0 0 20px 0 rgba(136, 136, 136, .15);
    background-color: #fff;
    border-radius: 5px;
    z-index: 999
}

.u-state:hover .user-menu-drop {
    display: block
}

.u-state .user-menu-drop .copy-success {
    position: absolute;
    width: 150px;
    height: 50px;
    background-color: #000;
    border-radius: 15px;
    opacity: 50%;
    left: 70px;
    top: 90px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    z-index: 99
}

.u-state .user-menu-drop .user-menu-info {
    width: 100%;
    height: 50px;
    margin: auto
}

.u-state .user-menu-drop .user-menu-info .user-menu-avatar {
    width: 48px;
    height: 48px;
    position: relative
}

.u-state .user-menu-drop .user-menu-info .user-menu-avatar img {
    width: 100%;
    height: auto;
    min-width: 40px;
    min-height: 40px;
    border-radius: 50%;
    vertical-align: baseline
}

.u-state .user-menu-drop .user-menu-info .user-menu-avatar .vip {
    width: 22px;
    height: 22px;
    position: absolute;
    bottom: -3px;
    right: -6px
}

.u-state .user-menu-drop .user-menu-info .user-menu-box {
    width: 184px;
    height: 64px;
    margin-left: 8px
}

.u-state .user-menu-drop .user-menu-info .user-menu-box p {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 132px;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    font-weight: 600
}

.u-state .user-menu-drop .user-menu-info .user-menu-box > div {
    color: #191919;
    line-height: 20px;
    font-size: 12px
}

.u-state .user-menu-drop .user-menu-pay {
    display: block;
    width: 100%
}

.u-state .user-menu-drop .user-menu-pay > div {
    width: 100%;
    display: flex;
    height: 44px;
    line-height: 44px;
    align-items: center;
    justify-content: space-between;
    background-color: #f6f6f7;
    border-radius: 8px;
    margin-top: 10px;
    position: relative
}

.u-state .user-menu-drop .user-menu-pay .user-pay-vip::before {
    width: 16px;
    height: 16px;
    content: "";
    background: url(../images/icon/icon-vip.svg) no-repeat center;
    background-size: 100%;
    position: absolute;
    top: 14px;
    left: 10px
}

.u-state .user-menu-drop .user-menu-pay .user-vip {
    color: #d81e06
}

.u-state .user-menu-drop .user-menu-pay .user-vip::before {
    width: 16px;
    height: 16px;
    content: "";
    background: url(../images/icon/icon-vip-ok.svg) no-repeat center;
    background-size: 100%;
    position: absolute;
    top: 14px;
    left: 10px
}

.u-state .user-menu-drop .user-menu-pay .user-upload::before {
    width: 16px;
    height: 16px;
    content: "";
    background: url(../images/icon/icon-money.svg) no-repeat center;
    background-size: 100%;
    position: absolute;
    top: 14px;
    left: 10px
}

.u-state .user-menu-drop .user-menu-pay .user-sign::before {
    width: 16px;
    height: 16px;
    content: "";
    background: url(../images/icon/icon-score.svg) no-repeat center;
    background-size: 100%;
    position: absolute;
    top: 14px;
    left: 10px
}

.u-state .user-menu-drop .user-menu-pay > div p {
    display: flex;
    align-items: center;
    margin-left: 35px;
    font-size: 14px
}

.u-state .user-menu-drop .user-menu-pay > div p span {
    font-family: "Kaicz Font";
    padding-right: 2px;
    font-size: 16px
}

.u-state .user-menu-drop .user-menu-pay .user-upload a {
    background-color: #375eda;
    color: #fff;
    width: 75px;
    height: 24px;
    line-height: 22px;
    border-radius: 5px;
    margin-right: 12px;
    font-size: 13px;
    text-align: center
}

.u-state .user-menu-drop .user-menu-pay .user-pay-vip a, .u-state .user-menu-drop .user-menu-pay .user-vip a {
    background-color: #212749;
    color: #ffe0c3;
    width: 75px;
    height: 24px;
    line-height: 22px;
    border-radius: 5px;
    margin-right: 12px;
    font-size: 13px;
    text-align: center
}

.u-state .user-menu-drop .user-menu-pay .user-sign a {
    background-color: #37da90;
    color: #fff;
    width: 75px;
    height: 24px;
    line-height: 22px;
    border-radius: 5px;
    margin-right: 12px;
    font-size: 13px;
    text-align: center
}

.u-state .user-menu-drop .user-menu-list {
    width: 100%;
    margin-top: 10px
}

.u-state .user-menu-drop .user-menu-list a {
    height: 40px;
    line-height: 40px;
    padding: 0 35px;
    color: #4a4a4a;
    display: flex;
    align-items: center;
    position: relative;
    letter-spacing: 1px
}

.u-state .user-menu-drop .user-menu-list a:hover {
    background: #f6f6f7;
    border-radius: 8px
}

.u-state .user-menu-drop .user-menu-list a::before {
    width: 16px;
    height: 16px;
    content: "";
    position: absolute;
    top: 12.5px;
    left: 10px
}

.u-state .user-menu-drop .user-menu-list a:nth-child(1)::before {
    background: url(../images/icon/icon-dropdown-user.png) no-repeat center;
    background-size: 16px
}

.u-state .user-menu-drop .user-menu-list a:nth-child(2)::before {
    background: url(../images/icon/icon-dropdown-down.png) no-repeat center;
    background-size: 16px
}

.u-state .user-menu-drop .user-menu-list a:nth-child(3)::before {
    background: url(../images/icon/icon-dropdown-collect.png) no-repeat center;
    background-size: 16px
}

.u-state .user-menu-drop .user-menu-list a:nth-child(4)::before {
    background: url(../images/icon/icon-dropdown-zuji.png) no-repeat center;
    background-size: 16px
}

.u-state .user-menu-drop .user-menu-list a:nth-child(5)::before {
    background: url(../images/icon/icon-dropdown-exit.png) no-repeat center;
    background-size: 16px
}

@keyframes shakes {
    0% {
        background-position: 0 0;
    }
    33% {
        background-position: 20px 0px;
    }
    66% {
        background-position: 40px 0px;
    }
    100% {
        background-position: 60px 0px;
    }
}