.doc-empty {
    height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 40px;
    background: #fff;
    color: #949494;
}

.doc-empty > p {
    font-size: 15px;
    margin-top: 20px;
    letter-spacing: 2px;
}

.shadow {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
}

.ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.comm-link-line {
    float: left;
    justify-content: center;
    align-items: center;
    background-color: #F5F5F5;
    border-radius: 5px;
    margin: 3px;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    padding: 3px 8px;

}

.comm-link-line :hover {
    color: #ff892f;
}

.primary {
    color: #ff892f;
}

.el-pagination.is-background .btn-prev, .el-pagination.is-background .btn-next, .el-pagination.is-background .el-pager li {
    background-color: #F4F4F4 !important;
}

.el-pagination.is-background .el-pager li:not(.disabled).active {
    background-color: #ff892f !important;
}

.el-loading-spinner {
    font-size: 50px;
    line-height: 26px;
}

.el-submenu__title {
    height: 46px !important;
    line-height: 46px !important;
}

.el-submenu .el-menu-item {
    height: 46px !important;
    line-height: 46px !important;
}

.el-menu-item {
    height: 46px !important;
    line-height: 46px !important;
}

.el-table-column--selection .cell {
    padding-left: 14px !important;
    padding-right: 14px !important;
}

.p-page-layout {
    padding: 20px 0;
    text-align: center;
    margin-bottom: 60px;
    background-color: white;
}

.el-cascader-panel {
    max-height: 260px;
}

.el-cascader__tags .el-tag .el-icon-close {
    background-color: transparent !important;
}

.el-input-group__append {
    color: #ff892f !important;
}

.book__title a i, .book__desc a i {
    color: #ff892f !important;
}

.el-popover {
    outline: none;
}

.word-break-all {
    word-break: break-all !important;
    overflow: hidden;
}

@media (max-width: 700px) {
    .layout-pc {
        display: none !important;
    }

    .layout-mobile {
        width: 100%;
        display: block !important;
    }

    .el-popper[x-placement^=top] {
        height: 415px !important;
        overflow-y: scroll !important;
        top: 15px !important;
        left: 110px !important;
    }

    .main {
        width: 100%;
        padding: 0 8px;
        margin: 0 auto;
        margin-top: 10px;
    }

    .ct-layout {
        margin: 0 !important;
        padding: 0 8px !important;
    }

    .major-area {
        width: 100% !important;
    }

    .user-block {
        padding: 20px !important;
    }

    .doc-post .doc-item {
        margin-top: 8px !important;
    }

    .more-block {
        margin-top: 8px !important;
    }

    .user-block__info .info__username {
        font-size: 17px !important;
    }

    .user-block__avatar {
        margin-right: 20px !important;
    }

    .user-block__avatar > img {
        width: 70px !important;
    }

    .honor-block__title {
        display: flex;
    }

    .honor-block__title .more-item {
        flex: 1;
        text-align: right;
        font-size: 13px;
    }

    .user-post {
        margin-top: 8px !important;
    }

    .minor-area {
        flex: 1 !important;
        width: 100% !important;
        margin: 8px 0 0 0 !important;
    }

    .major-area {
        width: 100% !important;
    }

    .user-block {
        padding: 20px !important;
    }

    .user-block__avatar {
        margin-right: 20px !important;
    }

    .user-block .user-block__info .info__position,
    .user-block .user-block__info .info__intro {
        display: block !important;
    }

    .user-block .user-block__info .info__position a,
    .user-block .user-block__info .info__intro a {
        display: inline-block !important;
    }
}

@media (min-width: 700px) {
    .layout-pc {
        display: block !important;
    }

    .layout-mobile {
        display: none !important;
    }

    .main {
        width: 1200px;
        margin: 0 auto;
        margin-top: 20px;
    }

    .books .b-layout {
        width: 49%;
    }

}

body {
    background-color: #f4f4f4;
    width: 100%;
}

[v-cloak] {
    opacity: 0;
}

/*empty-layout*/
.doc-empty {
    height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 40px;
    background: #fff;
    color: #949494;
}

.doc-empty p {
    font-size: 15px;
    margin-top: 20px;
    letter-spacing: 2px;

}

/*empty-layout*/

/*footer.css*/
.qrcode-wechat {
    position: absolute;
    width: 280px;
    opacity: 0;
    bottom: 32px;
    background-color: #f4f4f4;
    padding: 10px;
    margin-left: -13%;
    transition: opacity 0.5s;
    z-index: -1;
}

.site-second {
    display: flex;
}

.site-second > img:hover + .qrcode-wechat {
    opacity: 1;
    z-index: 1;
}

.site-first {
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 1px;
    position: relative;
}

.mb-logo {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0 40px;
}

.mb-logo p {
    padding: 0 20px;
    font-size: 12px;
    color: #666;
    line-height: 23px;
}

.ft-logo {
    text-align: center;
    width: 700px;
    margin: 0 auto;
    padding: 20px 0 40px;
}

.ft-logo p {
    font-size: 12px;
    color: #666;
    line-height: 23px;
}

/*footer.css*/

/*pin-aside.css*/
.book-block {
    background: #fff;
    border-radius: 2px;
}

.book-block .book-block__title {
    padding: 15px;
    font-size: 15px;
    border-bottom: 1px solid #eee;
    display: flex;
}

.book-block .book-block__title span {
    flex: 1;
}

.book-block .book-block__title i {
    cursor: pointer;
    font-size: 12px;
    color: #ff892f;
}

.book-item {
    width: 100%;
    display: flex;
    padding: 12px;
}

.book-item:hover {
    background-color: #fafafa;
}

.book-item .item__cover {
    height: 72px;
    width: 52px;
    margin-right: 10px;
    flex-shrink: 0;
    box-shadow: 3px 4px 12px 0 rgba(0, 0, 0, 0.1);
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #ccc;
    background-position: center;
}

.book-item .item__info {
    flex: 1 1 auto;
}

.book-item .item__title {
    max-height: 36px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    color: #333;
    margin-bottom: 5px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.book-item .item__bought {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: #878c90;
}

.book-item .item__bought .item__summary {
    overflow: hidden;
    line-height: 14px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 32px;
}

.book-item .item__bought .item__raed-btn {
    display: flex;
    align-items: center;
    min-width: 40px;
    margin-left: 5px;
    text-align: center;
    padding: 3px;
    color: #fff;
    background: #ff892f;
    border-radius: 2px;
}

.book-item .item__bought .item__raed-btn:after {
    content: "";
    display: inline-block;
    margin-left: 4px;
    border: 3px solid transparent;
    border-left-color: #fff;
}

/*pin-aside.css*/

/*pin-nav.css*/
.nav-list {
    position: fixed;
    top: 80px;
    padding: 16px 12px;
    background: #fff;
    border-radius: 3px;
    transition: all 0.2s;
}

.nav-list.nav-list--sticky {
    top: 20px;
}

.nav-list .nav-item {
    position: relative;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #2e3135;
    border-radius: 3px;
    transition: background-color 0.2s, color 0.2s;
}

.nav-list .nav-item:nth-of-type(2)::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ddd;
    transform-origin: 0 100%;
    transform: scaleY(0.5);
}

.nav-list .nav-item:not(:first-child) {
    margin-top: 10px;
}

.nav-list .nav-item a {
    width: 100%;
    line-height: 30px;
    padding: 0 12px;
    text-align: center;
    color: #909090;
}

.nav-list .nav-item:hover {
    background-color: rgba(242, 242, 242, 0.6);
}

.nav-list .nav-item:hover a {
    outline: none;
    color: #ff892f;
}

.nav-list .nav-item--active, .nav-list .nav-item--active:hover {
    background-color: #ff892f;
    color: #fff;
}

.nav-list .nav-item--active a, .nav-list .nav-item--active:hover a {
    outline: none;
    color: #fff;
}

/*pin-nav.css*/

/* booklist.css */
.books {
    background: #fff;
    border-radius: 3px;
}

.books .b-layout {
    position: relative;
    display: inline-block;
}

.book-item {
    position: relative;
    display: flex;
    padding: 15px;
    cursor: pointer;
}

.book-item:not(:last-child) {
    border-bottom: 1px solid #eee;
}

.book-item:hover {
    background: rgba(216, 216, 216, 0.1);
}

.book-item .book__cover {
    position: relative;
    width: 100px;
    height: 140px;
    flex-shrink: 0;
    box-shadow: 3px 4px 12px 0 rgba(0, 0, 0, 0.12);
    overflow: hidden;
    /*background-color: #ccc;*/
    background-position-y: center;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url("/assets/images/bg-loading.gif");
}

.book-item .no_of_pages {
    position: absolute;
    padding-bottom: 3px;
    line-height: 12px;
    margin: 0;
    padding-left: 5px;
    bottom: 0;
    display: block;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    font-family: arial, "helvetica neue", helvetica, Trebuchet, sans-serif;
    font-size: 9px;
    right: 0;
    padding-top: 3px;
    z-index: 2;
}

.book__info {
    position: relative;
    padding-left: 20px;
    font-size: 12px;
    color: #2e3135;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.book__info .book__title {
    min-height: 32px;
}

.book__info .book__title a {
    font-size: 17px;
    line-height: 25px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.book__info p {
    flex: 1;
}

.book__info .book__desc a {
    margin-top: 5px;
    color: #949494;
    letter-spacing: 1px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-height: 15px;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.book__info .book__data {
    margin-top: 8px;
    display: flex;
    align-items: center;
}

.book__info .book__data a span {
    display: flex;
    align-items: center;
}

.book__info .book__data a span img {
    margin-right: 6px;
}

.book__info .book__data i {
    margin-right: 6px;
}

.book__info .book__data .book__price {
    color: #ed7b11;
    font-size: 18px;
    margin-right: 10px;
}

.book__info .book__data .book__buy {
    font-size: 14px;
}

.book__info .book__data .book__meta {
    position: relative;
    font-size: 13px;
    color: #71777c;
    opacity: 0.9;
}

/* booklist.css */

/*header.css*/
@media (max-width: 700px) {

    .topbar {
        height: 60px !important;
        min-width: 100% !important;
    }

    .topbar__main {
        width: 100% !important;
    }

    .topbar__main .logo {
        margin: 0 10px !important;
    }

    .topbar__main .search-form {
        margin: 0 10px 0 auto !important;
    }

    .topbar__main .search-form input {
        transition: width 500ms;
        width: 100px;
    }

    .topbar__main .search-form--focus input {
        width: 130px;
    }

    .main-nav-list {
        background-color: #fff;
        z-index: 1;
    }

    .phone-show-menu {
        outline: none;
        display: flex;
        align-items: center;
        color: #ff892f;
        font-size: 17px;
        justify-content: center;
        padding: 10px 0;
        cursor: pointer;
    }

    .book__desc a {
        -webkit-line-clamp: 3 !important;
    }
}

.topbar__wrapper {
    z-index: 1000;
    position: relative;
    height: 60px;
}

.topbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1200px;
    background: #fff;
    box-shadow: 0 0 4px #eee;
    transition: all 0.2s;
}

.topbar.topbar--show {
    transform: translateY(0);
}

.topbar.topbar--hidden {
    transform: translateY(-100%);
}

.topbar__main {
    display: flex;
    align-items: center;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.topbar__main .logo {
    margin-right: 20px;
}

.topbar__main .logo img {
    width: 98px;
    height: 38px;
}

.navs {
    display: flex;
    line-height: 60px;
    font-size: 16px;
    color: #71777c;
}

.navs .nav-item {
    outline: none;
    padding: 0 10px;
    cursor: pointer;
}

.navs .nav-item:hover, .navs .nav-item.a-active {
    color: #ff892f;
    outline: none;
}

.search-form {
    border: 1px solid rgba(151, 151, 151, 0.2);
    background-color: rgba(227, 231, 236, 0.2);
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 2px;
    margin-left: auto;
}

.search-form.search-form--focus {
    border-color: #ff892f;
    background: #fff;
}

.search-form .search-input {
    border: none;
    width: 130px;
    padding: 8px 16px;
    box-shadow: none;
    outline: none;
    font-size: 12px;
    color: #666;
    background-color: transparent;
}

.search-form .search-input::placeholder {
    color: #999;
}

.search-form .search-icon {
    margin-right: 8px;
    width: 22px;
    cursor: pointer;
}

.el-radio-group {
    display: flex;
    margin-bottom: 8px;
    align-items: center;
    justify-content: space-between;
}

.el-radio.is-bordered {
    margin: 0;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.h5-right-layout {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex: 1;
    margin-right: 15px;
}

.notice {
    position: relative;
    width: 24px;
    height: 24px;
    margin-left: 30px;
}

.notice .notice__icon {
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-image: url(../../assets/images/notice.png);
}

.notice .notice__count {
    position: absolute;
    left: 50%;
    bottom: 43%;
    margin: 0;
    padding: 5px 8px;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    color: #f1f1f1;
    background-color: #ff892f;
    border-radius: 36px;
    border: 2px solid #fff;
    word-break: normal;
}

.notice.a-exact-active .notice__icon, .notice:hover .notice__icon {
    background-image: url(../../assets/images/notice-active.png);
}

.user-entry {
    position: relative;
    margin-left: 30px;
    width: 30px;
    height: 30px;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #eeeeee;
    border-radius: 50%;
    cursor: pointer;
}

.user-entry .nav-menu {
    z-index: 10;
    position: absolute;
    top: 150%;
    right: 0;
    min-width: 150px;
    padding: 10px 0;
    border-radius: 3px;
    border: 1px solid #ddd;
    background: #fff;
}

.user-entry .nav-menu .nav-item {
    display: flex;
    align-items: center;
    padding: 7px 12px;
    font-size: 16px;
    color: #71777c;
    white-space: nowrap;
    cursor: pointer;
}

.user-entry .nav-menu .nav-item .nav-item__icon {
    width: 15px;
    height: 15px;
    margin-right: 10px;
}

.user-entry .nav-menu .nav-item > a {
    display: flex;
    align-items: center;
    width: 100%;
    display: block;
}

.user-entry .nav-menu .nav-item:hover {
    background-color: rgba(242, 242, 242, 0.5);
}

.login-btn {
    margin-left: 20px;
}

.login-btn,
.regist-btn {
    color: #ff892f;
    cursor: pointer;
}

.line-btn {
    display: inline-block;
    height: 10px;
    width: 1px;
    background-color: #ff892f;
    margin: 0 8px;
}

.submit-panel {
    text-align: center;
    box-sizing: border-box;
    padding: 18px 8px;
    border-radius: 2px;
    color: #909090;
    font-size: 12px;
    background-color: #fff;
    cursor: default;
    z-index: 1;
}

.submit-panel .title {
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-bottom: 18px;
}

.submit-panel .benefit-list {
    text-align: left;
    margin-left: 30px;
}

.submit-panel .item {
    list-style: initial;
    margin-bottom: 12px;
}

.submit-panel button {
    margin: 6px auto;
}

/*header.css*/
