/*文章详情*/
.article-details-box,
.article-details-box1 {
    margin-top: 16px;
}

.article-details-box .column-name,
.article-details-box1 .column-name,
.article-details-box3 .column-name,
.article-details-box4 .column-name,
.article-details-box5 .column-name {
    font-size: 28px;
    color: #000000;
    line-height: 40px;
}

.article-details-box .theme,
.article-details-box1 .theme,
.article-details-box3 .theme,
.article-details-box4 .theme,
.article-details-box5 .theme {
    font-size: 52px;
    font-weight: 600;
    line-height: 62px;
    margin: 3px 0 0 0;
    overflow: hidden;
    color: #000000;
}

.article-details-box .img-box img {
    margin-top: 28px;
    width: 100%;
    max-height: 676px;
}

/*文章详情1*/
.article-details-box1 .img-box img {
    margin-top: 28px;
    width: 100%;
    max-height: 800px;
}

/*文章详情2*/
.article-details-box2 .img-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.article-details-box2 .img-box img {
    width: 100%;
    max-height: 800px;
}

.article-details-box2 .img-box .theme-box {
    width: 740px;
    position: absolute;
    color: #FFFFFF;
    text-shadow: 0 0 10px #000;
    text-align: center;
}

.article-details-box2 .img-box .column-name {
    font-size: 28px;
    margin-bottom: 15px;
    line-height: 32px;
}

.article-details-box2 .img-box .theme {
    font-size: 52px;
    font-weight: 600;
    margin: 0 auto;
    line-height: 64px;
}

.article-details-box2 .article-details-legend {
    width: 740px;
}

.article-details-box2 .article-details-author-box,
.article-details-box2 .article-details-lead,
.article-details-box4 .theme-box,
.article-details-box4 .article-details-author-box,
.article-details-box4 .article-details-lead {
    width: 740px;
    margin-left: 230px;
}

/*文章详情3*/
.article-details-box3 img {
    width: 100%;
    height: 100%;
}

.article-details-box3 .wrap {
    margin-top: 16px;
}

/*文章详情4*/
.article-details-box4 .theme-box {
    margin-top: 16px;
}

.article-details-box4 .img-box {
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #000000;
}

.article-details-box4 .img-box img {
    width: 100%;
    max-height: 960px;
}

/*文章详情5*/
.article-details-box5 .top-box {
    width: 1200px;
    display: flex;
    margin: 0 auto;
    border-bottom: 1px solid #000000;
}

.article-details-box5 .top-left-box {
    width: 530px;
    font-size: 62px;
    height: 1138px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    margin-top: 60px;
    margin-right: 30px;
}

.article-details-box5 .top-right-box {
    width: 640px;
    margin-top: 60px;
    margin-bottom: 30px;
}

.article-details-box5 .top-right-box img {
    width: 640px;
    height: 1138px;
}

.article-details-box5 .video-background-box {
    background: #000000;
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.article-details-box5 .video-background-box .article-details-video-box {
    margin-top: 0;
}

/*文章详情图注*/
.article-details-legend {
    margin: 4px 0 0 0;
    font-size: 14px;
    color: #767676;
    line-height: 20px;
    font-style: italic;
}

/*文章详情作者*/
.article-details-author-box {
    margin-top: 28px;
    font-size: 22px;
    line-height: 21px;
}

.article-details-author-box span {
    margin-right: 28px;
}

/*文章详情导语*/
.article-details-lead {
    margin-top: 28px;
    border-top: 1px dotted #000000;
}

.article-details-lead li {
    font-weight: 300;
    font-size: 14px;
    padding: 7px 0;
    border-bottom: 1px dotted #000000;
    color: #000000;
}

/*文章详情视频*/
.article-details-video-box {
    margin-top: 28px;
    width: 1200px;
    height: 675px;
}

.article-details-video-box .video-js {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-details-video-box .video-js video {
    object-fit: cover;
}

.article-details-video-box .video-js .vjs-big-play-button {
    top: 0;
    left: 0;
    margin-left: 570px;
    margin-top: 307px;
    font-size: 36px;
    line-height: 60px;
    height: 60px;
    width: 60px;
    border-radius: 80px;
    border: none;
    background-color: rgba(0, 0, 0, .4);
}

/*文章详情内容*/
.article-details-content-box {
    margin-top: 28px;
    margin-bottom: 28px;
    display: flex;
    flex-wrap: wrap;
}

.article-details-content-box .left-box {
    width: 130px;
    height: 99px;
    margin-right: 100px;
    border-bottom: 1px solid #000000;
}

.article-details-content-box .left-box .title {
    font-size: 14px;
    line-height: 20px;
    padding-top: 10px;
    border-top: 1px solid #000000;
}

.article-details-content-box .left-box .read-time-box {
    display: flex;
    margin: 10px 0;
    width: 100%;
    height: 44px;
    line-height: 44px;
    color: #FFFFFF;
    background: #000000;
}

.article-details-content-box .left-box .read-time-left-box {
    width: 10px;
    height: 10px;
    margin-top: 17px;
    margin-left: 10px;
    margin-right: 15px;
    background: #FFFFFF;
    border-radius: 50%;
}

.article-details-content-box .left-box .read-time-right-box {
    font-size: 14px;
}

.article-details-content-box .right-box {
    width: 740px;
    padding-bottom: 90px;
    border-bottom: 1px solid #000000;
}

.article-details-content-box .right-box p {
    font-size: 16px;
    line-height: 28px;
    margin: 0 0 20px 0;
    text-align: justify;
}

.article-details-content-box .right-box img {
    width: 100%;
}

.article-details-content-box .right-box p span {
    font-size: 16px;
}

.article-details-content-box .right-box a {
    color: #000000;
}

/*相关文章列表*/
.related-article-list-box {
    margin-top: 90px;
    margin-bottom: 48px;
}

.related-article-list-box .title {
    font-size: 36px;
    font-weight: 600;
    color: #000000;
    line-height: 50px;
    display: block;
}

.related-article-content {
    display: flex;
    flex-wrap: wrap;
    margin-right: -24px;
}

.related-article-list {
    width: 384px;
    height: auto;
    position: relative;
    margin-top: 24px;
    margin-right: 24px;
    border-bottom: 1px dotted #000000;
}

.related-article-list img {
    width: 384px;
    height: 288px;
}

.related-article-list .column-name {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    margin-top: 12px;
    margin-bottom: 4px;
}

.related-article-list .theme {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    margin-bottom: 48px;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    line-height: 22px;
}

.related-article-list .theme:hover {
    text-decoration: underline;
}

.related-article-list .time-description {
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    position: absolute;
    bottom: 12px;
}

/*点赞文章*/
.article-details-like-box {
    width: 30px;
    position: fixed;
    z-index: 1;
    bottom: 180px;
    left: 57%;
    margin-left: 600px;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.article-details-like-box .like-img-box,
.article-details-like-box .collect-img-box,
.article-details-like-box .comment-img-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 12px;
    cursor: pointer;
    font-family: BWHaasGrotesk-55Roman-Web, Helvetica, Arial, sans-serif;
}

/*文章评论*/
.article-details-comment-box {
    width: 740px;
    margin: 0 auto;
}

.article-details-comment-box textarea::-webkit-scrollbar {
    display: none;
}

.article-details-comment-box .title {
    font-size: 28px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 48px;
}

.article-details-comment-box .input-comment-box {
    display: flex;
    position: relative;
}

.article-details-comment-box .user-avatar-img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 12px;
}

.article-details-comment-box .comment-login-box {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.article-details-comment-box .comment-login-box,
.article-details-comment-box .comment-box,
.article-details-comment-box .reply-comment-box {
    margin: 0;
    width: 696px;
    height: 188px;
    border: 1px solid #000000;
    padding: 24px;
    position: relative;
}

.article-details-comment-box .comment-list-flex1 .reply-comment-box {
    width: 652px;
}

.article-details-comment-box .reply-comment-box {
    display: none;
    margin-top: 24px;
}

.article-details-comment-box .comment-login-title {
    position: absolute;
    font-size: 16px;
    font-weight: 400;
    color: #999999;
}

.article-details-comment-box .comment-box textarea,
.article-details-comment-box .reply-comment-box textarea {
    border: none;
    -webkit-appearance: none;
    overflow: auto;
    resize: none;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 22px;
    width: 648px;
    height: 95px;
    outline: none;
}

.article-details-comment-box .comment-list-flex1 .reply-comment-box textarea {
    width: 604px;
}

.article-details-comment-box .comment-box .comment-submit,
.article-details-comment-box .reply-comment-box .comment-submit {
    width: 75px;
    height: 32px;
    background: #000000;
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 24px;
    right: 24px;
    cursor: pointer;
}

.article-details-comment-box .comment-list,
.article-details-comment-box .reply-list {
    margin-top: 28px;
}

.article-details-comment-box .comment-list-flex,
.article-details-comment-box .reply-list-flex {
    display: flex;
    width: 100%;
}

.article-details-comment-box .comment-list-content,
.article-details-comment-box .reply-list-content {
    width: 100%;
}

.article-details-comment-box .comment-list .username-box {
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    display: flex;
    justify-content: space-between;
}

.article-details-comment-box .comment-list .username-box span {
    cursor: pointer;
    font-weight: 400;
    color: #121212;
    display: flex;
    align-items: center;
}

.article-details-comment-box .comment-list .username-box span img {
    margin-left: 4px;
}

.article-details-comment-box .comment-list .comment-content {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    margin-top: 12px;
    margin-bottom: 8px;
}

.article-details-comment-box .comment-list .comment-reply-box {
    font-size: 12px;
    font-weight: bold;
    color: #121212;
}

.article-details-comment-box .comment-list .comment-reply-btn {
    cursor: pointer;
}

.article-details-comment-box .comment-list .comment-time {
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    margin-left: 12px;
}

.article-details-comment-box .comment-list-flex1 {
    border-bottom: 1px dotted #000;
    margin-left: 44px;
    padding-bottom: 24px;
}

.article-details-comment-box .look-all-reply {
    font-size: 14px;
    font-weight: 400;
    color: #121212;
    width: 166px;
    cursor: pointer;
    margin-top: 24px;
}

.article-details-comment-box .all-reply-box {
    display: none;
}

.article-details-comment-box .more-reply-list {
    font-size: 14px;
    font-weight: 400;
    color: #121212;
    width: 166px;
    padding-left: 44px;
    cursor: pointer;
    margin-top: 24px;
}

.article-details-comment-box .more-comment-list {
    width: 740px;
    height: 42px;
    background: #FFFFFF;
    border: 1px solid #121212;
    font-size: 14px;
    font-weight: 400;
    color: #121212;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 48px;
    cursor: pointer;
}

.article-details-comment-box .more-comment-list img {
    width: 8px;
    height: 8px;
    margin-left: 4px;
}

#articleDetailsCommentModal .modal-dialog {
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 440px;
    height: 100%;
}

#articleDetailsCommentModal .modal-content {
    height: 100%;
    border: none;
    box-shadow: none;
    border-radius: inherit;
    overflow-y: auto;
}

#articleDetailsCommentModal .modal-content::-webkit-scrollbar {
    display: none;
}

#articleDetailsCommentModal .modal-header {
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 59px;
    background-color: #FFFFFF;
}

#articleDetailsCommentModal .close {
    margin-top: -4px;
    font-size: 32px;
}

#articleDetailsCommentModal .modal-title {
    font-size: 22px;
    font-weight: 400;
    color: #121212;
    display: flex;
    align-items: center;
}

#articleDetailsCommentModal .comment-number {
    margin-left: 10px;
}

#articleDetailsCommentModal .modal-body {
    position: static;
    padding: 0;
}

#articleDetailsCommentModal .article-details-comment-box {
    padding: 80px 24px 24px 24px;
    width: auto;
}

#articleDetailsCommentModal .article-details-comment-box .comment-login-box {
    width: 394px;
    height: 168px;
}

#articleDetailsCommentModal .article-details-comment-box .comment-box {
    width: 394px;
    height: 168px;
}

#articleDetailsCommentModal .article-details-comment-box .comment-box textarea {
    width: 346px;
    height: 75px;
}

#articleDetailsCommentModal .article-details-comment-box .reply-comment-box {
    width: 347px;
    height: 168px;
}

#articleDetailsCommentModal .article-details-comment-box .reply-comment-box textarea {
    width: 299px;
    height: 75px;
}

#articleDetailsCommentModal .article-details-comment-box .comment-list-flex1 .reply-comment-box {
    width: 305px;
    height: 168px;
}

#articleDetailsCommentModal .article-details-comment-box .comment-list-flex1 .reply-comment-box textarea {
    width: 256px;
    height: 75px;
}

#articleDetailsCommentModal .article-details-comment-box .more-comment-list {
    width: 351px;
    margin-left: 44px;
    margin-top: 12px;
}


