.container {
    min-width: 1100px;
    max-width: 100%;
    margin: 0 auto;
    color: #666;
}

@media (min-width: 1200px){
    .container {
        width: 1170px;
    }
}

@media (min-width: 992px){
    .container {
        width: 970px;
    }
}

@media (min-width: 768px){
    .container {
        width: 750px;
    }
}


.el-header > .inner-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 0 30px;
}

.el-header .logo-box img {
    width: 100px;
}

.el-header > .inner-box .search-box {
    position: relative;
}

.el-header > .inner-box .search-box form {
    display: flex;
    align-items: center;
}

.el-header > .inner-box .search-box .input-box {
    width: 300px;
    height: 30px;
    margin-right: 10px;
}

.el-header > .inner-box .search-box .input-box input {
    outline: medium;
    width: 100%;
    height: 100%;
    text-indent: 30px;
    border-radius: 15px;
    background: #eee;
}

.el-header > .inner-box .search-box .submit-btn {
    position: absolute;
    right: 25px;
    top: 7px;
    width: 16px;
    height: 16px;
    background: url("../image/icon-search.png") no-repeat;
    background-size: 100%;
}

.login-user-info-box {
    display: flex;
    align-items: center;
}

.login-user-info-box .user-info {
    display: flex;
    align-items: center;
    margin-right: 20px;
    cursor: pointer;
}

.login-user-info-box .user-info .avatar {
    margin-right: 10px;
}

.nav-box .item {
    font-weight: bold;
}

.nav-box .item + .item {
    margin-left: 20px;
}

.slide-box {
    display: flex;
    justify-content: center;
}

.slide-box .item {
    display: block;
    width: 100%;
}

.slide-box .item .cover {
    width: 100%;
}

.slide-box .el-carousel {

}

.tool-box {
    position: fixed;
    right: 20px;
    bottom: 30%;
    z-index: 9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.tool-box .item {
    background: #999;
    text-align: center;
    font-size: 12px;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
}

.tool-box .item + .item {
    margin-top: 5px;
}

.tool-box .item:hover, .tool-box .item.active {
    background: var(--color);
    box-shadow: 0 0 10px #fff;
}

.bread-box {
    display: flex;
    margin-bottom: 15px;
}

.bread-box .left, .bread-box .right {
    padding-bottom: 10px;
}

.bread-box .left {
    border-bottom: 1px solid var(--color-light);
}

.bread-box .right {
    flex: 1;
    border-bottom: 1px solid #ddd;
}

.captcha-img {
    width: 110px;
    cursor: pointer;
}

.el-footer {
    background: #3A3633;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.el-footer * {
    color: #C4C3C0;
}

.el-footer > .container {
    flex: 1;
    padding: 30px 0;
}

.el-footer > .bottom {
    background: #1F1A17;
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.el-footer > .bottom * {
    color: #999 !important;
    font-size: 13px;
}

.el-footer > .bottom .left, .el-footer > .bottom .right {
    flex: 1;
}

.el-footer > .bottom a + a {
    margin-left: 20px;
}

.el-footer .footer-link .name {
    font-size: 18px;
    margin-bottom: 10px;
}

.el-footer .left {
    flex: 1;
}

.el-footer .right {
    width: 300px;
    display: flex;
    justify-content: flex-end;
}

.el-footer .right > div + div{
    margin-left: 20px;
}

.el-footer .right .qrcode {
    width: 125px;
}

.el-footer .footer-link .sub-box .item {
    margin-bottom: 5px;
}

.el-footer .footer-link .sub-box .item:last-of-type {
    padding-bottom: 0;
}

.wap-qrcode {
    text-align: center;
}

.category-box {
    width: 100%;
}

.category-box .name {
    height: 25px;
    line-height: 25px;
    width: 100%;
    padding: 0 30px;
    background: var(--color-light);
    color: #fff;
    font-weight: 600;
    border-radius: 25px;
    margin-bottom: 20px;
    display: none;
}

.category-box .list {
    display: flex;
    background: #fff;
    padding: 15px 20px;
}

.category-box .list .item {
    display: block;
    padding: 5px 15px;
    color: #000;
    font-size: 15px;
}

.category-box .list .item + .item {
    margin-left: 5px;
}

.category-box .list .item.active {
    color: #fff;
    background: var(--color);
    border-radius: 4px;
}

.posts-box {
    display: flex;
    justify-content: space-between;
    min-height: 300px;
}

.posts-box.pd {
    padding: 15px 0;
}

.posts-box > .left {
    width: 180px;
    margin-right: 30px;
}

.posts-box > .right {
    flex: 1;
}

.posts-box .tip {
    width: 100%;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    /*padding-top: 50px;*/
}

.posts-box .posts-detail-box, .posts-box .product-detail-box {
    padding: 20px 0;
    color: #666;
}

.posts-box .posts-detail-box .content, .posts-box .product-detail-box .content {
    margin-bottom: 20px;
}

.posts-box .posts-detail-box .content *, .posts-box .product-detail-box .content * {
    max-width: 100%;
    /*height: auto;*/
}

.posts-box .posts-detail-box .content img, .posts-box .product-detail-box .content img {
    height: auto;
}

.posts-box .posts-detail-box .info-box {
    text-align: center;
}

.posts-box .posts-detail-box .title {
    font-size: 18px;
    color: #000;
}

.posts-box .posts-list-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 20px 0;
}

.posts-box .posts-list-box .item {
    display: flex;
    padding-bottom: 20px;
    border-bottom: 1px dashed #ddd;
    color: #666;
}

.posts-box .posts-list-box .item:not(:last-of-type) {
    margin-bottom: 20px;
}

.posts-box .posts-list-box .item .left {
    width: 20%;
    max-width: 180px;
    margin-right: 20px;
}

.posts-box .posts-list-box .item .left .cover-box {
    height: 0;
    position: relative;
    padding-bottom: 80%;
}

.posts-box .posts-list-box .item .left .cover-box .cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.posts-box .posts-list-box .item .title {
    font-size: 18px;
    color: #000;
    /*font-weight: 600;*/
}

.posts-box .posts-list-box .item {
    font-size: 13px;
}

.posts-box .posts-list-box .item .right {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
}

.posts-box .product-list-box {
    padding: 20px 0;
}

.posts-box .product-list-box .item {
    width: 32%;
}

.posts-box .product-list-box .item:not(:nth-child(4n)) {
    margin-right: 0;
}

.posts-box .product-list-box .item:not(:nth-child(3n)) {
    margin-right: 2%;
}

.e-title {
    color: var(--color);
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid #fff;
}

.bookcase-iframe {
    position: relative;
    line-height: 0;
    border-radius: 5px;
    overflow: hidden;
    padding-bottom: 50%;
}

.bookcase-iframe iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.book-iframe {
    position: relative;
    line-height: 0;
    border-radius: 5px;
    overflow: hidden;
    padding-bottom: 55%;
}

.book-iframe iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.booklist-box {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
    /*justify-content: space-between;*/
}

.booklist-box .item {
    width: calc((100% - 180px) / 4);
    background: #fff;
    margin-bottom: 60px;
}

.booklist-box .item + .item {
    margin-left: 60px;
}

.booklist-box .item:nth-child(4n+1) {
    margin-left: 0;
}

.booklist-box .item .cover-box {
    width: 100%;

    height: 0;
    overflow: hidden;
    padding-bottom: 137%;
}

.booklist-box .item .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.booklist-box .item .avatar {
    width: 40px;
    height: 40px;
    box-shadow: 0 0 10px #dedede;
}

.booklist-box .item .info {
    padding: 10px;
}

.booklist-box .item .name {
    color: #000;
    margin-bottom: 20px;
}

.booklist-box .item .user {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

/*.booklist-box .item .icon-btn {*/
/*    width: 20px;*/
/*    height: 20px;*/
/*}*/

/*.booklist-box .item .icon-btn + .icon-btn {*/
/*    margin-left: 8px;*/
/*}*/

.booklist-box .item:last-of-type:after {
    content: "";
    width: 90px;
}

.booklist-box.style2 .item{
    width: calc((100% - 60px) / 4);
    margin-bottom: 20px;
}

.booklist-box.style2 .item + .item{
    margin-left: 20px;
}

.booklist-box.style2 .item:nth-child(4n+1){
    margin-left: 0;
}

.booklist-box.style2 .item .info{
    background: #efefef;
}

.more-box {
    text-align: center;
    margin-bottom: 20px;
    color: #000;
}

.service-centre-list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 80px 30px;
}

.service-centre-list .item {
    flex: 1;
    text-align: center;
    padding: 0 10px;
}

.service-centre-list .item .cover {
    margin-bottom: 15px;
}

.service-centre-list .item .name {
    font-weight: bold;
    font-size: 18px;
    color: var(--color);
    margin-bottom: 30px;
}

.service-centre-list .item .desc {
    font-size: 13px;
    white-space: pre-line;
}

.user-info-box {
    margin-bottom: 20px;
}

.user-info-box .avatar-box {
    margin-right: 30px;
    line-height: 0;
}

.user-info-box .avatar {
    width: 150px;
    height: 150px;
    box-shadow: 0 0 10px #dedede;
}

.user-info-box > .left {
    display: flex;
}

.user-info-box .info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.user-info-box .nickname {
    color: #000;
    font-size: 22px;
    font-weight: bold;
    margin-right: 10px;
    line-height: 22px;
}

.user-info-box .tag {
    font-size: 12px;
}

.user-info-box .nickname-box {
    align-items: flex-end;
    margin-bottom: 20px;
}

.user-info-box .data-box {
    font-size: 13px;
}

.user-info-box .data-box .item + .item {
    margin-left: 20px;
}

.user-info-box .tips {
    font-size: 13px;
}

.user-center-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    min-height: 500px;
}

.user-center-box > .left, .user-center-box > .right {
    background: #fff;
    padding: 20px 15px;
}

.user-center-box > .left {
    width: 220px;
    margin-right: 5px;
}

.user-center-box > .right {
    width: calc(100% - 225px);
    padding: 20px 30px;
}

.user-nav-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.user-nav-box .top {
    margin-bottom: 30px;
}

.user-nav-box .top .v-icon {
    width: 28px;
    height: 28px;
}

.user-nav-box .top .name {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin-left: 5px;
}

.user-nav-box .item + .item {
    margin-top: 10px;
}

.user-nav-box .item.active, .user-nav-box .item:hover {
    color: var(--color);
}

.form-tips {
    display: flex;
    align-items: flex-end;
    margin-bottom: 20px;
}

.form-tips .name {
    font-size: 18px;
    /*font-weight: bold;*/
    color: #000;
    margin-right: 10px;
}

.form-tips .desc {
    font-size: 13px;
    color: #999;
    margin-bottom: 2px;
}

.notice-message-box {
    min-height: 360px;
    margin-bottom: 20px;
}

.notice-message-box .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.notice-message-box .item .preview {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.notice-message-box .item .date {
    color: #999;
}

.notice-message-box .item .avatar {
    margin-right: 5px;
}

.notice-message-box .item {
    cursor: pointer;
}

.notice-message-box .item + .item {
    margin-top: 5px;
}

.notice-message-box .el-collapse {
    border-top: unset;
}

.notice-message-box .content{
    padding: 0 13px;
}

.is-dot {
    --s: 8px;
    width: var(--s);
    height: var(--s);
    border-radius: 50%;
    margin-right: 5px;
    transition: all .3s;
}

.is-dot.show {
    border: 1px solid #fff;
    background-color: #F56C6C;
}

.liked-box .booklist-box .icon-qr {
    width: 35px;
    height: 35px;
}

.liked-box .booklist-box .item {
    width: calc((100% - 90px) / 4);
    background: #fff;
    margin-bottom: 30px;
}

.liked-box .booklist-box .item + .item {
    margin-left: 30px;
}

.liked-box .booklist-box .item:nth-child(4n+1) {
    margin-left: 0;
}

.liked-box .booklist-box .item .info {
    padding: 5px;
    background: #efefef;
}

.liked-box .booklist-box .item .name {
    margin-bottom: 10px;
}

.liked-box .booklist-box .item .avatar {
    width: 32px;
    height: 32px;
}

.upload-book-box > .title {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.upload-book-box > .desc {
    text-align: center;
    margin-bottom: 30px;
    font-size: 13px;
}

.upload-book-box .service-centre-list {
    flex-wrap: wrap;
    padding: 0;
}

.upload-book-box .service-centre-list .item {
    width: 50%;
    flex: unset;
    margin-bottom: 30px;
}

.upload-book-box .service-centre-list .item .name {
    margin-bottom: 10px;
}

.pass-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1;
}

.pass-box .inner-box{
    width: 400px;
    background: #fff;
    padding: 50px;
    border-radius: 5px;
    text-align: center;
}

.level-box{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.level-box .item{
    box-sizing: unset;
    width: calc(100% / 3 - 10px);
    margin-bottom: 15px;
}

.level-box .item:not(:nth-of-type(3n)){
    margin-right: 15px;
}

.level-box .item .title{
    font-weight: bold;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.level-box .item .title .sub{
    font-size: 12px;
    font-weight: unset;
    color: var(--color);
}

.level-box .item .info{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.level-box .item .info span:nth-of-type(1){
    color: #000;
}

.level-box .item .info + .info{
    margin-top: 6px;
}

.qrcode-box{
    text-align: center;
}

.qrcode-box .tip{
    color: var(--color);
}

.pay-tip-box{
    text-align: center;
}

.pay-tip-box .price{
    font-size: 20px;
    color: #f00;
}

.curd-table{
    margin-bottom: 30px;
}

.preview-bookcase-box{
    width: 1000px;
    max-width: 85%;
}

.preview-book-box{
    width: 1180px;
    max-width: 85%;
}

.chat-iframe {
    position: relative;
    line-height: 0;
    overflow: hidden;
    padding-bottom: 80%;
    border: 1px solid #eee;
}

.chat-iframe iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
