body {
    background: #fff;
}
.doc-detail .base {
    position: relative;
}
.doc-detail .base h1 .doc-access-icon {
    font-size: 1.6rem;
    vertical-align: middle;
}
.doc-detail .base .share {
    position: absolute;
    top: 1.5rem;
    right: 0;
}
.doc-detail .base .share .am-dropdown-content {
    min-width: auto;
}
.doc-detail .base .share .am-dropdown-content .plugins-share ul li {
    margin-right: 0;
}
.doc-detail .base .share .am-dropdown-content .plugins-share ul li:last-child {
    margin-bottom: 0;
}
.doc-access-lock .am-panel {
    max-width: 42rem;
    margin: 0 auto;
}
.doc-access-lock .doc-access-pwd-form {
    width: 28rem;
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
}
.doc-access-lock .doc-access-pwd-form .am-form-group {
    display: block;
    width: 100%;
    margin-right: 0;
}
.doc-access-lock .doc-access-pwd-form input.am-form-field {
    width: 100%;
    box-sizing: border-box;
}
.doc-access-lock .doc-access-pwd-captcha input[name="verify"] {
    margin-bottom: 0.6rem;
}
.doc-access-lock .doc-access-pwd-verify-img {
    display: block;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    border: 0.1rem solid #f0f0f0;
    background-color: #fff;
}
.doc-access-lock .doc-access-pwd-form .am-btn {
    width: 100%;
}
.doc-access-plan-card-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.doc-access-plan-card-list > li {
    padding: 0.5rem;
}
.doc-access-plan-card {
    position: relative;
    border: 0.1rem solid #eee;
    background: #fff;
    padding: 1.2rem 1rem;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    transition: border-color 0.2s;
    margin: 0;
}
.doc-access-plan-card:hover,
.doc-access-plan-card-list > li.selected .doc-access-plan-card {
    border-color: var(--color-main);
}
.doc-access-plan-card .doc-access-plan-radio {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
.doc-access-plan-card-days {
    display: block;
    font-size: 1.3rem;
    color: #888;
    margin-bottom: 0.5rem;
}
.doc-access-plan-card-value {
    display: block;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.4;
}
.doc-access-plan-card .icon-subscript {
    position: absolute;
    bottom: -0.9rem;
    right: -1.7rem;
    font-size: 3.4rem;
    color: var(--color-main);
    display: none;
    line-height: 1;
}
.doc-access-plan-card-list > li.selected .doc-access-plan-card .icon-subscript {
    display: block;
}
.doc-content-body {
    position: relative;
}
.doc-watermark {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    pointer-events: none;
    overflow: hidden;
}
.doc-content-body .richtext {
    position: relative;
    z-index: 1;
}
.doc-protect .richtext,
.doc-protect .richtext * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.doc-protect .richtext img {
    cursor: default;
}
.doc-protect .richtext a img {
    cursor: pointer;
}
.doc-pager {
    border-top: 0.1rem solid #f0f0f0;
    padding-top: 1.6rem;
}
.doc-pager-item {
    display: inline-block;
    max-width: 46%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media only screen and (max-width: 640px) {
    .doc-detail .base .share {
        top: 0.8rem;
    }
    .doc-access-lock .doc-access-pwd-form {
        width: 100%;
    }
    .doc-pager-item {
        display: block;
        max-width: 100%;
        float: none !important;
        margin-bottom: 0.8rem;
    }
}