*::-webkit-scrollbar {
    width: 5px;
}

*::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 2px;
}

/* 兼容Firefox、IE */
* {
    scrollbar-width: 10px;
    scrollbar-base-color: green;
    scrollbar-track-color: red;
    scrollbar-arrow-color: blue;
}
.icon {
    line-height: 60px;
    text-align: center;
    cursor: pointer
}

.main-header {
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center
}

.main-header-content {
    width: 1140px;
    justify-content: space-between;
    align-items: center
}

.header-menus,.main-header-content {
    display: flex;
    flex-direction: row;
    height: 60px
}

.header-menus {
    line-height: 60px
}

.header-item {
    padding: 0 20px;
    margin-right: 10px;
    cursor: pointer
}

.header-right {
    display: flex;
    flex-direction: row
}

.header-item:hover {
    height: 60px;
    line-height: 60px;
    color: #1890ff;
    padding-bottom: 2px solid #1890ff
}

.header_login {
    cursor: pointer;
    height: 60px;
    line-height: 60px
}

.footer_text {
    cursor: pointer;
    color: #9b9ea0;
    line-height: 36px
}

.footer_text:hover {
    color: #fc8535
}

.footer_text_title {
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    line-height: 36px;
    color: #9b9ea0
}

.footer-main {
    width: 1140px;
    display: flex;
    justify-content: space-between
}

.footer-container {
    margin-top: 20px;
    flex-wrap: wrap;
    background-color: #181818;
    padding: 20px 0;
    width: 100%
}

.footer-container,.footer-icp {
    display: flex;
    justify-content: center
}

.footer-icp {
    width: 1140px;
    align-items: center;
    color: #9b9ea0;
    padding-top: 10px;
    font-size: 14px;
    margin-top: 10px;
    border-top: 1px solid #4b5054
}

.footer_a {
    cursor: pointer;
    color: #4091f7
}

.lg_phone {
    width: 100%;
    border: none;
    height: 48px;
    line-height: 48px;
    outline: none
}

.lg_line {
    border-bottom: 1px solid #ebebeb
}

.lg_getcode {
    margin-top: 8px
}

.lg_getcode_button {
    border: none;
    color: #175199
}

.lg_login_button,.lg_tip {
    margin-top: 10px
}

.lg_tip {
    color: grey;
    font-size: 13px
}

.lg_other {
    text-indent: 2px
}

.qrcode-wechat {
    width: 300px
}

.lg-container {
    width: 100%;
    height: 100vh;
    background-image: url(https://static.zhihu.com/heifetz/assets/sign_bg.db29b0fb.png);
    background-size: 100% 100%;
    background-color: #bae5f7
}

.lg-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.lg-title {
    font-size: 26px;
    line-height: 100px;
    margin-top: 50px
}

.lg-main {
    width: 400px;
    padding: 30px 20px 40px;
    background-color: #fff
}

.content {
    margin: 10px 0
}

.content_title {
    font-size: 18px;
    font-weight: 500;
    cursor: pointer
}

.content_title:hover {
    color: #1890ff
}

.like {
    float: left;
    font-size: 12px;
    height: 20px;
    line-height: 20px
}

.number {
    padding: 0 10px
}

.periods-list {
    width: 100%;
    height: 500px;
    overflow-y: scroll
}

.periods-list-item {
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 10px 10px 10px 0
}

.periods-list-title {
    font-size: 14px
}

.periods-list-desc {
    font-size: 12px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.binding_icon {
    font-size: 26px;
    line-height: 60px
}

.binding_title {
    font-size: 16px
}

.binding_desc,.binding_title {
    line-height: 30px
}

.binding_btn {
    margin-top: 14px;
    width: 120px
}

.binding_value {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.binding_wechat {
    display: flex;
    align-items: center
}

.binding_wechat_avatar {
    width: 60px;
    border-radius: 50%;
    margin-right: 20px
}

.binding_wechat_nickname {
    font-size: 14px
}

.certicicate_item {
    margin-left: 20px;
    width: 260px;
    text-align: center;
    margin-top: 20px;
    padding: 20px 10px;
    box-shadow: 1px 0 10px 1px #d9d7d7
}

.certicicate_icon {
    font-size: 30px
}

.certicicate_title {
    font-weight: 500;
    line-height: 80px;
    font-size: 18px
}

.certicicate_desc {
    color: grey;
    font-size: 12px
}

.certicicate_btn {
    width: 130px;
    margin-top: 30px
}

.certicicate_success {
    margin-top: 10px;
    padding: 10px;
    display: flex;
    align-items: center;
    color: #f4b23e
}

.certicicate_success img {
    height: 24px;
    margin-right: 10px
}

.certicicate_item_container {
    display: flex;
    flex-direction: column;
    align-items: center
}

.recharge_offer {
    padding-left: 30px
}

.recharge_offer,.recharge_offer_declare {
    line-height: 30px
}

.recharge_type_support {
    line-height: 40px;
    font-weight: 500;
    color: #000
}

.recharge_type_name {
    line-height: 30px;
    font-weight: 500
}

.recharge_amount {
    display: flex;
    flex-direction: row;
    margin-top: 20px
}

.recharge_pay {
    cursor: pointer;
    padding-left: 10px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    border: 2px solid #e5e5e5;
    border-radius: 5px;
    width: 220px;
    height: 60px
}

.recharge_pay.wechat.active{
    border-color: rgb(85, 183, 55);
}
.recharge_pay.ali.active{
    border-color: rgb(51, 121, 246);
}
.wechat.active span.anticon{
    color: rgb(85, 183, 55);
}
.ali.active span.anticon{
    color: rgb(51, 121, 246);
}

.pay-img {
    margin-left: 10px;
    width: 120px;
    height: 40px
}

.pay-img-wechat {
    margin-left: 10px;
    width: 60px;
    height: 58px
}
.ant-collapse-item .ant-collapse-content{
    display: none;
}
.ant-collapse-item.ant-collapse-item-active .ant-collapse-content{
    display: block;
}
.year-number{
    text-align: center;
}
.year-number-active{
    color: white;
    background-color: rgb(37, 147, 252);
}

.pay-text {
    font-size: 22px;
    font-weight: 500;
    margin-left: 5px
}

#components-layout-demo-side .logo {
    height: 32px;
    background: hsla(0,0%,100%,.2);
    margin: 16px
}

.site-layout .site-layout-background {
    background: #fff
}

.logo {
    cursor: pointer;
    text-align: center;
    height: 64px;
    color: #fff;
    line-height: 64px;
    font-weight: 500;
    font-size: 16px;
    background-color: #1b2935
}

.content_desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.dic_index_one {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    height: 40px;
    line-height: 40px;
    cursor: pointer
}

.dic_index_one:hover,.first_select {
    background-color: #f1f0ef;
    color: #1890ff
}

.first_select {
    border-right: 2px solid #1890ff
}

.selectTag {
    height: 40px;
    width: 2px;
    background-color: #1890ff
}

.add_first {
    width: 300px;
    margin-top: 10px
}

.cards-content {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap
}

.cards-cover {
    height: 220px;
    cursor: pointer
}

.publish-record-desc {
    -webkit-line-clamp: 4
}

.one-row,.publish-record-desc {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.one-row {
    width: 100%;
    -webkit-line-clamp: 1
}

.publish-record-author {
    width: 250px;
    -webkit-line-clamp: 4
}

.publish-record-author,.publish-record-page {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all
}

.publish-record-page {
    width: 130px;
    -webkit-line-clamp: 1
}

.periodNumber-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.periodNumber-cover {
    padding: 0 20px 0 0
}

.periodNumber-cover img {
    width: 120px;
    height: 160px
}

.search-bar {
    justify-content: space-between
}

.search-bar,.search-bar-lists {
    display: flex
}

.search-bar-item {
    display: flex;
    align-items: center
}

.search-bar-text {
    margin-right: 10px
}

.ant-descriptions-item-label {
    min-width: 120px!important
}

.ad-period-cover-img {
    width: 157px
}

.main-content {
    display: flex;
    flex-direction: column;
    align-self: center
}

.index_search {
    margin-top: 20px
}

.banner {
    height: 620px;
    padding: 10px;
    box-shadow: 0 0 6px rgba(0,0,0,.15)
}

.banner_title {
    height: 70;
    line-height: 70px;
    text-align: center;
    border-bottom: 1px solid grey
}

.type_title {
    display: block;
    font-size: 15px;
    color: #000;
    font-weight: 400;
    line-height: 28px
}

.type_title_text {
    margin-right: 12px;
    font-size: 12px;
    color: #778193;
    line-height: 22px
}

.second_title {
    padding-right: 10px
}

.news {
    margin-top: 20px
}

.item_car {
    height: 300px;
    background-color: #374e78
}

.item_car img {
    width: 100%;
    height: 300px
}

.zhiwang_title {
    height: 37px;
    line-height: 37px;
    font-size: 18px;
    color: #2267c7
}

.news_item {
    line-height: 30px;
    margin-top: 10;
    font-size: 12px
}

.article_title {
    color: #54627a;
    line-height: 35px;
    font-size: 14px
}

.article_title_introduce {
    line-height: 25px;
    font-size: 12px
}

.third_item_title {
    color: #2267c7;
    font-size: 20px;
    border-bottom: 1px solid #ccc
}

.software_item {
    padding-left: 10px;
    line-height: 48px;
    margin-bottom: 5px;
    border: 1px solid #e7e7e7;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.index_pub,.index_pub_title {
    line-height: 40px
}

.content-main {
    display: flex;
    flex-direction: column;
    align-items: center
}

.margin-top-10 {
    margin-top: 10px
}

.margin-top-20 {
    margin-top: 20px
}

.ant-menu-vertical {
    border-right: none
}

.children-center {
    display: flex;
    justify-content: center
}

.co-item {
    cursor: pointer;
    width: 110px;
    height: 180px;
    float: left
}

.co-cover {
    width: 100%;
    height: 150px;
    background-color: "#374e78";
    background-size: 100% 100%
}

.co-text {
    text-align: center;
    line-height: 30px;
    width: 100px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all
}

.period-menu {
    padding: 10px 0 10px 16px;
    font-weight: 500;
    font-size: 16px
}

.notice-item {
    font-size: 14px;
    line-height: 30px;
    cursor: pointer;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.notice-item,.recommed_div {
    justify-content: space-between
}

.recommed_div {
    height: 60px;
    display: flex;
    align-items: center
}

.recommend_left {
    font-size: 16px;
    color: #000;
    font-weight: 500
}

.recommend_right {
    color: #4091f7;
    cursor: pointer
}

.search-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 110px;
    background-color: #f3f3f3
}

.por_title {
    font-size: 16px;
    font-weight: 500;
    line-height: 40px
}

.por_type {
    color: grey;
    line-height: 30px
}

.por_desc {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical
}

.sort_title {
    line-height: 30px;
    font-size: 16px;
    font-weight: 500
}

.article_row {
    height: 40px;
    line-height: 40px
}

.article_row_small {
    width: 256px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 30px
}

.dashedline {
    margin-top: 20px;
    border-top: 1px dashed grey
}

.ariticle_title {
    cursor: pointer;
    overflow: hiddden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ant-col.ariticle_title {
    max-width: 80%
}

.ariticle_title:hover {
    color: #2593fc
}

.period-contact {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 44px 0 0 20px
}

.publish-record-author-contact {
    width: 250px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    line-height: 30px
}

.publish-mail {
    display: flex
}

.period-bg-main {
    background-color: #dedede
}

.period-bg-body {
    width: 1140px;
    display: flex;
    justify-content: space-between
}

.period-body-cover {
    width: 255px;
    padding: 30px
}

.period-body-content {
    width: 885px;
    padding: 30px
}

.period-body-source {
    line-height: 30px
}

.perdio-body-info {
    width: 885px;
    display: flex;
    justify-content: space-between
}

.period-number-year {
    display: flex;
    justify-content: center;
    padding: 10px 0 0 10px
}

.period-number-mulu {
    display: flex;
    justify-content: center;
    font-size: 16px;
    line-height: 60px;
    font-weight: 600
}

.paper-column {
    font-size: 16px;
    font-weight: 700
}

.paper-content {
    width: 1140px;
    display: flex
}

.paper-catelog-left {
    width: 200px
}

.home-papers {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 940px;
    float: left;
    padding: 20px;
    min-height: 500px
}

.paper-catelog-left {
    padding-top: 20px
}

.paper-menu {
    width: 200px
}

.home-paper-author {
    width: 100px
}

.home-paper-author,.home-paper-title {
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.home-paper-title {
    width: 280px;
    cursor: pointer;
    color: #333;
    border-bottom: 1px solid #999;
    line-height: 30px
}

.home-paper-catelog {
    width: 300px;
    padding: 0 10px 10px
}

.paper-catelog-title,.paper-catelog2-title {
    cursor: pointer;
    text-decoration: underline;
    font-size: 16px;
    line-height: 40px
}

.paper-catelog-content {
    height: 240px
}

.paper-icon {
    width: 20px;
    height: 20px
}

.reference {
    line-height: 30px
}

.download-modal {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center
}

.download-title {
    font-size: 22px;
    font-weight: 500
}

.download-price {
    display: flex;
    justify-content: space-around;
    margin: 30px 0 10px
}

.price-title {
    color: #999;
    font-size: 18px
}

.price-value {
    color: gold;
    font-size: 18px
}

.auth {
    font-size: 16px;
    height: 50px;
    margin-top: 50;
    line-height: 50px;
    text-indent: 10px;
    cursor: pointer
}

.qrcode-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0
}

.qrcode-title {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 500
}

.qrcode-footer {
    margin-top: 20px;
    color: #999
}

.register-tips {
    line-height: 30px;
    margin-top: -20px;
    color: #ff4d4f
}

.register-binding {
    min-height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.wechat-right {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center
}

.register-binding-pannel {
    padding: 50px 0 100px;
    width: 1000px;
    justify-content: space-between;
    display: flex
}

.wechat-options {
    width: 400px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.wechat-avatar {
    width: 100px;
    border-radius: 50%;
    margin-left: -20px;
    margin-right: 20px
}

.wechat-nickname {
    font-size: 16px;
    font-weight: 500
}

.paper-parent-content {
    display: flex
}

.paper-parent-right {
    width: 300px
}

.paper-child-list {
    width: 100%;
    display: flex;
    justify-content: space-between
}

.home-papers-child {
    width: 840px;
    display: flex;
    flex-direction: column;
    padding: 10px 20px 10px 0
}

.paper-child-more {
    display: flex
}

.paper-child-title {
    width: 400px;
    cursor: pointer
}

.about-image {
    width: 100%;
    background: #f0f0f0;
    background-repeat: no-repeat;
    height: 320px;
    justify-content: center;
    color: #606060;
    font-size: 36px
}

.about-image,.about-item {
    display: flex;
    align-items: center
}

.about-item img {
    width: 570px
}

.about-intro {
    height: 320px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #606060;
    font-size: 36px
}

.about-item-text {
    padding: 20px;
    font-size: 20px;
    line-height: 40px
}

.about-title {
    line-height: 80px;
    height: 80px;
    cursor: pointer
}

.sort {
    font-size: 24px;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    cursor: pointer;
    width: 162px;
    height: 52px;
    justify-content: center;
    color: #666
}

.about-center,.sort {
    display: flex;
    align-items: center
}

.about-center {
    flex-direction: column;
    margin-top: -100px
}

.about-desc {
    color: #666;
    font-size: 20px
}

.job-container {
    margin-top: 20px;
    width: 1140px;
    padding: 20px;
    border: 1px solid #e2e2e2;
    border-top: 5px solid #2ab5a3
}

.job-title {
    color: #333;
    font-size: 20px
}

.job-desc-title {
    color: #333;
    font-size: 18px;
    line-height: 50px
}

.job-desc-p {
    color: #666;
    font-size: 16px;
    line-height: 30px
}

.system-login-bg {
    height: 570px;
    background-color: #384f77;
    display: flex;
    justify-content: center
}

.system-login-bg-content {
    width: 1180px;
    display: flex;
    justify-content: space-between
}

.system-login-title {
    float: left;
    font-size: 36px;
    margin-top: 55px;
    color: #fff
}

.system-login-pannel {
    height: 400px;
    margin-top: 60px;
    width: 500px;
    padding: 20px 30px 50px;
    background-color: #fff;
    float: right;
    display: flex;
    flex-direction: column
}

.system-login-input {
    border-bottom: 1px solid #999;
    margin-top: 20px
}

.system-login-header {
    padding: 0 20px;
    display: flex;
    flex-direction: row-reverse
}

.system-login-header-menu {
    line-height: 40px;
    height: 50px
}

.operate-item {
    color: #47abfc;
    cursor: pointer
}

.period-cover-img {
    width: 120px;
    height: 160px
}

.ma-lg-pannel {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
    margin-bottom: 100px
}

.ma-lg-icon {
    font-size: 72px;
    margin: 10px 0
}

.ma-lg-title {
    line-height: 60px;
    font-size: 24px
}

.ma-lg-desc {
    font-size: 14px
}

.get-code-row {
    display: flex;
    justify-content: space-between;
    margin-top: 30px
}

.get-code-input {
    width: 70%;
    outline: none;
    border: none;
    border-bottom: 1px solid #999
}

.header_profile{
    position: relative;
    line-height: 60px;
}
.header_profile .menu{
    display: none;
    position: absolute;
    z-index: 1000;
    width: 100px;
    left: 0;
    top: 100%;
    padding: 10px 0;
    background-color: #fff;
    box-shadow: 0 3px 6px -4px rgba(0,0,0,.12),0 6px 16px 0 rgba(0,0,0,.08),0 9px 28px 8px rgba(0,0,0,.05);
}
.header_profile:hover .menu{
    display: block;
    line-height: 30px;
}
.header_profile .item{
    padding: 0 20px;
    cursor: pointer;
}
.header_profile .item:hover{
    background-color: #F5F5F5;
}

.site-layout-background{
    overflow: hidden;
}
.profile.site-layout-background{
    overflow: visible;
}
.site-layout-background .ant-drawer-content-wrapper{
    position: fixed;
    top: 0;
    right: -800px;
}