html,
body {
    padding: 0;
    margin: 0;
    width: 100%;
}

ul, li {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    text-decoration: none;
}

/* pop-banner */
.pop-banner-mask {
    z-index: 2000;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6) !important;
}

/*pop-banner*/
.pop-banner {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 10000;
    width: 200px;
    height: 300px;
    margin-left: -100px;
    margin-top: -150px;
}

.pop-banner-close {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 10px;
    top: -20px;
    right: -20px;
    position: absolute;
}

.pop-banner-close > a {
    color: #fff;
}

.pop-banner-header {
    width: 200px;
    top: -80px;
    left: 0;
    position: absolute;
}

.pop-banner-header > img {
    width: 200px;
}

.pop-banner-content {
    width: 200px;
    height: 300px;
    background-color: #dd4e35;
}

.pop-banner-content div {
    top: 30px;
    position: relative;
}

.pop-banner-content h2 {
    text-align: center;
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    height: 60px;
    line-height: 60px;
    padding: 0;
    margin: 0;
}

.pop-banner-content h4 {
    display: block;
    width: 90%;
    height: 30px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    padding: 0;
    margin: 0 auto;
}

.pop-banner-content h4:last-child {
    margin-top: 20px;
}

.pop-banner-content .btn {
    width: 140px;
    height: 40px;
    line-height: 30px;
    left: 50%;
    margin-left: -70px;
    background-color: #fff;
    position: absolute;
    border: 1px solid #efefef;
    border-radius: 20px;
}

/* navbar */
.navbar-fixed-top {
    width: 100%;
    height: 50px;
    background-color: #176ACC;
    z-index: 999;
}

.navbar-fixed-top > .menu {
    width: 100%;
    height: 50px;
    line-height: 50px;
    display: flex;
}

.navbar-fixed-top > .menu > a {
    flex: 1;
    text-align: center;
    color: #fff;
}

/* container */
.container {
    width: 100%;
}

.owner {
    width: 95%;
    height: 18px;
    line-height: 18px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333;
    font-size: 1.0rem;
    margin: 0 auto 10px;
}

.owner > span {
    padding-right: 10px;
}

.owner > span:nth-child(1) {
    text-align: center;
    color: #333;
    border-radius: 5px;
}

.owner > span:nth-child(2) {

}

.owner > span:nth-child(3) {

}

.owner > span:nth-child(3) > a {
    color: #0056B3;
}

.owner > span:nth-child(3) {

}

.article-control {
    width: 95%;
    margin: 0 auto;
    margin-top: 10px;
    font-size: 14px;
    text-align: right;
    position: relative;
}

.related_see {
    right: 100px;
    position: absolute;
}

/* path */
.path {
    width: 100%;
    height: 44px;
    line-height: 44px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #333;
    background-color: #f5f5f5;
    border-bottom: 1px solid #efefef;
    display: none;
}

.path:before {
    content: '';
    padding-left: 15px;
}

.path > a {
    font-size: 14px;
    color: #333;
}

.path > .active {
    font-weight: normal;
    display: inline;
    color: #176ACC;
}

/* article-title */
.article-title {
    width: auto;
    padding: 0 3%;
    font-size: 18px;
    line-height: 30px;
    font-family: PingFangSC-Semibold;
    font-weight: bolder;
    letter-spacing: 0;
    color: #333;
    text-align: justify;
}

/* article-body */
.article-body {
    width: 96%;
    margin: 0 auto;
}

.article-body > p {
    font-size: 17px;
    font-family: Simsun, "Microsoft Yahei", Tahoma, sans-serif;
    text-indent: 2em;
    line-height: 1.5em;
    word-wrap: break-word;
    text-align: left;
    color: #000000;
}


/* back-top */
.back-top {
    display: none;
    position: fixed;
    right: 10px;
    bottom: 100px;
    width: 30px;
    height: 30px;
    padding: 5px;
    background: #176ACC;
    border-radius: 5px;
    cursor: pointer;
    z-index: 999;
}

.back-top > i.fa {
    float: left;
    width: 30%;
    height: 30px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    left: 50%;
    margin-left: -25%;
    position: relative;
}

/* related */
.related {
    width: 95%;
    margin: 0 auto;
    position: relative;
}

.related .related_title {
    height: 49px;
    line-height: 49px;
    font-size: 17px;
    font-weight: 700;
    padding-left: 20px;
    border-bottom: 1px solid #efefef;
}

.related .related_title:before {
    content: '';
    width: 4px;
    height: 20px;
    left: 2px;
    top: 13px;
    position: absolute;
    background-color: #176ACC;
}

.related .related_lists {
    width: 100%;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.related .related_lists:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both
}

.related .related_lists > a {
    float: left;
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    font-weight: normal;
    color: #176ACC;
    cursor: pointer;
    border-bottom: 1px solid #efefef;
}

.related .related_lists > a:last-child {
    border-bottom: 0;
}

.related .related_lists > .user {
    width: 100%;
    height: 62px;
    line-height: 62px;
    position: relative;
}

.related .related_lists > .user > .avatar {
    width: 40px;
    height: 40px;
    left: 0;
    top: 5px;
    position: absolute;
}

.related .related_lists > .user > .avatar > img {
    width: 40px;
    height: 40px;
    border-radius: 20px;
}

.related .related_lists > .user > .name {
    left: 55px;
    top: -5px;
    position: absolute;
}

.related .related_lists > .user > .title {
    left: 45px;
    top: 5px;
    position: absolute;
}

.related .related_lists > .user > .title > span {
    font-size: 12px;
    color: #333;
    padding: 0 5px 0 0;
}

.related .related_lists > .user > .title > span:nth-child(2) > .fa {
    color: #f07736;
}

.related .related_lists > .user > .title > span:not('.no-class'):last-child {
    color: red;
}

.related .related_content {
}

.related .related_content > form {
    margin-bottom: 40px;
}

.related .related_content > form > textarea {
    width: 98%;
    height: 120px;
    border: 1px solid #ccc;
}

.btn-info {
    width: 100%;
    height: 32px;
    line-height: 32px;
    color: #fff;
    background-color: #333;
    text-align: center;
    margin-top: 10px;
    border: 1px solid #333;
}

.related .related_content > .related_reply {
    padding: 10px;
    margin-top: 10px;
    border-bottom: 1px solid #efefef;
    position: relative;
}

.related .related_content > .related_reply:first-child:before {
    content: '';
    width: 100%;
    font-size: 16px;
    height: 62px;
    line-height: 62px;
    border-bottom: 3px solid #ccc;
}

.related .related_content > .related_reply:last-child {
    border-bottom: 0;
}

.related .related_content > .related_reply:nth-child(odd) {
    background: #efefef;
}

.related .related_content > .related_reply:nth-child(even) {
    background: #fff;
}

.related .related_content > .related_reply > .user {
    width: 100%;
    height: 40px;
    line-height: 40px;
    position: relative;
}

.related .related_content > .related_reply > .user > .avatar {
    width: 30px;
    height: 30px;
    left: 0;
    top: 0;
    position: absolute;
}

.related .related_content > .related_reply > .user > .avatar > img {
    width: 30px;
    height: 30px;
    border-radius: 15px;
}

.related .related_content > .related_reply > .user > .name {
    left: 45px;
    top: -5px;
    position: absolute;
}

.related .related_content > .related_reply > .user > .title {
    left: 45px;
    top: 5px;
    position: absolute;
}

.related .related_content > .related_reply > .user > .title > span {
    font-size: 12px;
    color: #333;
    padding: 0 5px 0 0;
}

.related .related_content > .related_reply > .reply_content {
    font-size: 1rem;
    margin-bottom: 20px;
    border-bottom: 1px dotted #efefef;
    position: relative;
}

.related .related_content > .related_reply > .reply_content:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

#related_userlist {
    height: 400px;
    overflow: hidden;
}

#related_userlist > div {
    font-size: 1rem;
    width: 100%;
    line-height: 22px;
    padding-bottom: 10px;
}

.related .reply_content > .time,
.related .related_content > .related_reply > .reply_content > .time {
    width: 100%;
    text-align: right;
    height: 42px;
    line-height: 42px;
    font-size: 12px;
}

.related .reply_content > .like,
.related .related_content > .related_reply > .reply_content > .like {
    -webkit-box-flex: 0;
    -moz-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: center;
    background-color: #fff;
    width: 100%;
    height: 42px;
    position: relative;
}

.related_like {
    width: 100%;
    height: 32px;
    text-align: right;
    top: 0;
    right: 0;
    position: absolute;
    z-index: 9;
}

.related_like > .fa {
    color: #ff0000;
}

.related_like > p.likes {
    width: 50px;
    font-size: 16px;
    top: -15px;
    right: 20px;
    position: absolute;
    z-index: 0;
}

.related_like > p.likes2 {
    width: 50px;
    font-size: 14px;
    top: -15px;
    right: 40px;
    position: absolute;
    z-index: 0;
}

.fa-active {
    color: red;
}

.commentbox {
    width: 95%;
    margin: 20px auto;
}

.replyname {
    color: #000;
}

.mytextarea {
    width: 98%;
    height: 100px;
    overflow: auto;
    word-break: break-all;
    color: #000;
    border: 1px solid #333;
    font-size: 1em;
    resize: none;
}

.comment-list {
    width: 100%;
    margin: 20px auto;
    clear: both;
    padding-top: 20px;
}

.comment-list .comment-info {
    position: relative;
    margin-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.comment-list .comment-info header {
    width: 10%;
    position: absolute;
}

.comment-list .comment-info header img {
    width: 40px;
    height: 40px;
    border-radius: 20px;
}

.comment-list .comment-info .comment-right {
    padding: 0 0px 5px 15%;
}

.comment-list .comment-info .comment-right h3 {
    padding: 0;
    margin: 0;
}

.comment-list .comment-info .comment-right .comment-content-header {
    width: 95%;
    height: 25px;
    position: relative;
}

.comment-list .comment-info .comment-right .comment-content-header span {
    font-size: 11px;
    color: #333;
}

.comment-list .comment-info .comment-right .comment-content-footer span {
    padding-right: 2em;
    position: relative;
}

.comment-list .comment-info .comment-right .comment-content-header span,
.comment-list .comment-info .comment-right .comment-content-footer span
.reply-btn,
.send,
.reply-list-btn {
    cursor: pointer;
}

.reply-btn {
    padding: 0;
    margin: 0;
    top: -10px;
    position: relative;
}

.content {
    padding-right: 10px;
    font-size: 16px;
    line-height: 22px;
}

.send {
    padding-left: 2em;
    padding-right: 2em;
    min-width: 200px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    background-color: #333;
    border: 1px solid #333;
}

.comment-list .comment-info .comment-right .reply-list {
    border-left: 3px solid #ccc;
    padding-left: 7px;
}

.comment-list .comment-info .comment-right .reply-list .reply {
    border-bottom: 1px dashed #ccc;
}

.comment-list .comment-info .comment-right .reply-list .reply p {
    padding: 0;
    margin: 0;
    padding: 5px 0;
}

.comment-list .comment-info .comment-right .reply-list .reply p span {
    font-size: 11px;
    color: #333;
    padding-right: 2em;
}

.comment-list .comment-info .comment-right .reply-list .reply div span {
    padding-left: 6px;
}

/* worklite */
.worklite {
    width: 100%;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 998;
}

@media screen and (min-width: 751px) {
    .worklite {
        width: 100%;
        max-width: 750px;
        position: fixed;
        left: 50%;
        margin-left: -375px;
        right: 0;
        bottom: 0;
        z-index: 998;
    }
}

.worklite > a {
    float: left;
    width: 55%;
    height: 80px;
    line-height: 25px;
    color: #333;
    background-color: #efefef;
    position: relative;
}

#copy_btn {
    float: left;
    width: 45%;
    height: 80px;
    line-height: 25px;
    color: #333;
    background-color: #efefef;
    position: relative;
}

.worklite > a > i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 22px;
    border-radius: 25px;
    top: 15px;
    left: 10px;
    position: absolute;
}

.worklite > a:nth-child(1) > i {
    color: #fff;
    background-color: #82b2d2;
}

.worklite > a:nth-child(2) > i {
    color: #fff;
    background-color: #63a83f;
}

.worklite > a > p {
    /*width:180px;*/
    height: 80px;
    font-size: 16px;
    top: 0;
    right: 0px;
    text-align: center;
}

.icobutton {
    font-size: 3em;
    position: relative;
    margin: 0;
    padding: 0;
    color: #c0c1c3;
    border: 0;
    background: none;
    overflow: visible;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.icobutton .fa {
    display: block;
    padding: 0 0.1em;
}

.icobutton__text {
    font-size: 0.75em;
    position: absolute;
    top: 100%;
    left: -50%;
    width: 200%;
    text-align: center;
    line-height: 1.5;
    color: #a6a6a6;
}

.icobutton__text--side {
    top: 0;
    left: 100%;
    width: 100%;
    width: auto;
    padding: 0 0 0 0.25em;
}

.red {
    color: #FF4500;
    font-weight: bolder;
}

.blue {
    color: #1F6FB5;
}

.green {
    color: green;
    font-size: 0.5em;
}

/* fix for mo.js */
.icobutton svg {
    left: 0;
}

.icobutton:hover,
.icobutton:focus {
    outline: none;
}

/* Unicorn */
.icobutton--unicorn svg {
    fill: #c0c1c3;
}

@media screen and (min-width: 1024px) {
    .navbar-fixed-top,
    .related,
    .container {
        width: 750px;
        margin: 0 auto;
        position: relative;
    }

    .worklite {
        width: 750px;
        max-width: 750px;
        margin-left: -375px;
    }

    .fluid {
        width: 750px;
        margin: 0 auto;
        margin-bottom: 100px;
    }

    .comment-list .comment-info header img {
        width: 30px;
        height: 30px;
        border-radius: 15px;
    }

    .comment-list .comment-info .comment-right {
        padding: 0 0px 5px 40px;
    }

    #target {
        display: none;
    }
}

}

