.flex-vertical-center {
    display: flex;
    align-items: center;
}

.two-line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
}

input::-webkit-input-placeholder {
    color: #adb0b8
}

input:-moz-placeholder,
input::-moz-placeholder {
    color: #adb0b8;
    opacity: 1
}

#content input,
#content textarea {
    border: 1px solid #adb0b8
}

#content input:hover,
#content textarea:hover {
    border: 1px solid #575d6c
}

input::-ms-input-placeholder {
    color: #adb0b8
}

textarea::-webkit-input-placeholder {
    color: #adb0b8
}

textarea:-moz-placeholder,
textarea::-moz-placeholder {
    color: #adb0b8;
    opacity: 1
}

textarea::-ms-input-placeholder {
    color: #adb0b8
}

.por-pagination {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.comment-detail .pagination-cover {
    background: rgba(245, 245, 246, 0.60);
    padding-bottom: 20px;
}

/*弹框样式*/
.pop-block {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(2, 2, 2, 0.3);
    z-index: 10011;
    top: 0;
    left: 0;
    display: none;
    font-size: 0;
}

.pop-block.show {
    display: block;
}

.pop-block.show .pop-detail-block {
    display: block;
}

.pop-block .pop-detail-block {
    opacity: 1;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 30px 0;
    display: none;
}

.pop-block .pop-detail-block.error-block {
    width: 400px;
    height: 243px;
}

.pop-block .pop-detail-block.error-block .warning-box {
    padding: 25px 30px 40px 30px;
}

.pop-block .pop-detail-block.error-block .warning-box .icon-warning {
    width: 40px;
    height: 35px;
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
    margin-top: 0;
}

.pop-block .pop-detail-block.error-block .warning-box .icon-warning.failed {
    background: url(../images/ydcomm/icon-failed.png) no-repeat center;
}

.pop-block .pop-detail-block.error-block .warning-box .icon-warning.warning {
    background: url(../images/ydcomm/connect-detail-icon-warning.jpg) no-repeat center / contain;
}

.pop-block .pop-detail-block.error-block .warning-box .warning-detail {
    display: inline-block;
    width: 252px;
    font-size: 18px;
    color: #252b3a;
    letter-spacing: 0;
    line-height: 22px;
    height: 22px;
    vertical-align: middle;
    margin-bottom: 4px;
}

#nick-block .pop-detail-block.nick-block {
    width: 400px;
    height: 291px !important;
}

.pop-block .pop-detail-block.nick-block .pop-title {
    padding-left: 25px;
}

.pop-block .pop-detail-block.nick-block .warning-box {
    padding: 0 20px 0 25px;
}

.pop-block .pop-detail-block.nick-block .warning-box .nick-tip {
    font-size: 14px;
    color: #a0a2a8;
    line-height: 18px;
    margin-top: 12px;
    margin-bottom: 20px;
}

.pop-block .pop-detail-block.nick-block .warning-box .nick-input {
    width: 340px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 10px;
    margin-bottom: 15px;
}

.pop-block .pop-detail-block.nick-block .warning-box .nick-warning {
    margin-bottom: 35px;
    font-size: 12px;
    color: #c7000b;
    line-height: 18px;
}

.pop-block .pop-detail-block.nick-block .warning-box .nick-warning-mb {
    display: none;
    margin-bottom: 35px;
    font-size: 12px;
    color: #c7000b;
    line-height: 18px;
}

.pop-block .pop-detail-block .pop-title {
    font-size: 22px;
    color: #252b3a;
    text-align: left;
    padding-left: 30px;
    height: 28px;
    line-height: 28px;
    position: relative;
}

.pop-block .pop-detail-block .pop-title:before {
    content: '';
    left: 0;
    display: inline-block;
    width: 3px;
    height: 22px;
    top: 3px;
    background: #c7000b;
    position: absolute;
}

.pop-block .pop-detail-block .btn-block {
    text-align: center;
}

.pop-block .pop-detail-block .btn-block .white-btn {
    margin-left: 10px;
}

.pop-block .pop-detail-block .icon-delete {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    right: 20px;
    top: 20px;
    cursor: pointer;
    display: inline-block;
    background: url(../images/ydcomm/connect-detail-icon-delete.svg) no-repeat center;
}

/*按钮*/
.btn-block .btns {
    border-radius: 2px;
    padding: 0 30px;
    font-size: 18px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    cursor: pointer;
    border: 1px solid transparent;
}

.btn-block .btns.small {
    padding: 0 30px;
    min-width: 118px;
    font-size: 14px;
}

.btn-block .btns.red-btn {
    background: #c7000b;
    color: #fff;
}

.btn-block .btns.red-btn[disabled] {
    color: #a0a2a8;
    background: #f7f7f7;
    border-color: #dddddd;
    cursor: not-allowed;
}

.btn-block .btns.red-btn[disabled] {
    color: #a0a2a8;
    background: #f7f7f7;
    border-color: #dddddd;
    cursor: not-allowed;
}

.btn-block .btns.red-btn[disabled]:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-block .btns.white-btn {
    border: 1px solid #c7000b;
    background: #fff;
    color: #c7000b;
}

.btn-block .btns.white-btn:hover {
    background: #c7000b;
    color: #fff;
    border-color: #c7000b;
}

.por-btn {
    font-size: 14px !important;
    letter-spacing: 0;
}

.por-btn-primary {
    background-color: #191919 !important;
    border-color: #191919 !important;
    border-radius: 16px !important;
}

.por-btn-secondary {
    border: 1px solid #595959 !important;
    border-radius: 16px !important;
    color: #191919 !important;
}

.por-btn-secondary:hover {
    background-color: transparent !important;
}


.blog-content-body .isMb {
    display: none;
}

.main-content.main-content-blog-detail .por-breadcrumb-item a {
    color: #191919;
}

.main-content.main-content-blog-detail .por-breadcrumb-item+.por-breadcrumb-item:before {
    content: '/';
    color: #808080;
    text-align: center;
}

.main-content.main-content-blog-detail .por-breadcrumb-item:last-child {
    max-width: 320px;
    color: #191919;
    overflow: hidden;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

#content {
    position: relative;
    background: #fafafa;
    padding-bottom: 56px;
}

.main-content {
    max-width: 1600px;
    margin: 0 auto;
}

.wrapper-main {
    position: relative;
}

.wrapper-main:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.cloud-blog-detail-left {
    width: calc(100% - 336px);
    background: #fff;
    padding: 80px 80px 76px;
    margin-right: 16px;
    float: left;
    border-radius: 8px;
}



@media only screen and (min-width: 1776px) {
    .main-content {
        max-width: 1600px;
    }
}

@media only screen and (max-width: 1775px) and (min-width: 1025px) {
    .main-content {
        max-width: 90%;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
    .main-content {
        max-width: 94%;
    }
}

.cloud-blog-detail-title {
    font-size: 36px;
    color: #191919;
    line-height: 48px;
    font-weight: 500;
    margin-bottom: 20px;
    word-wrap: break-word;
}

.common-blog-icons-cloud-blog {
    position: relative;
    margin-bottom: 33px;
}

.common-blog-icons-cloud-blog .m-blog-view-info {
    font-size: 0;
    margin-top: 2px;
    display: inline-block;
}

.m-author-min-head {
    font-size: 0;
    margin-right: 24px;
    display: inline-block;
}

.m-author-min-head * {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #595959;
}

.author-min-head {
    margin-right: 3px;
    display: inline-block;
    height: 34px;
    width: 33px;
    line-height: 34px;
    font-size: 0;
}

.common-blog-icons {
    overflow: hidden;
}

#edit_delete {
    float: right;
}

#edit_delete a {
    margin-left: 10px;
}

.common-blog-icons .author-min-head img {
    width: 24px;
    height: 24px;
    border-radius: 100%;
}

.m-author-min-head .sub-content-username {
    margin-right: 24px;
    color: #595959;
}

.icon-expert {
    width: 81px;
    background: url(./../images/global/icon-expert.svg) no-repeat center/cover;
}

.icon-mvp {
    background: url(./../images/global/icon-mvp.svg) no-repeat center/cover;
}

.icon-institutions {
    background: url(./../images/global/icon-institutions.svg) no-repeat center/cover;
}

.icon-comment {
    background: url(./../images/newblog_img/icon-comment.png) no-repeat center/cover;
}

.icon-view {
    background: url(./../images/newblog_img/icon-view.png) no-repeat center/cover;
}


.icon-like {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAAAwCAYAAADuFn/PAAAHeElEQVR4Xu1ba2wVRRT+zmxba4uvP4ImGBEVExE0qC3gIwZ8/tBEc1s1log/jNE2qETiE9+PYABNKzH+sIZrlLbRRH/4JsYnrY8IFRMVBaM/9BoTRegjpTvHzN1dut3u7p3Zu9ur5u6f/uiZc2bON3PmO+fMJVS/inqAKmq9ahxVACq8CaoAVAGosAcqbL56Av6vAFxzzaqZstZ+HIzLimskvCEOWHe9/PLThQqvWcv8ABrXSPDtSliANjRhaJ3WQEOhTE5ALnfzDFEvdgA4ITCf3XJULuzr27TfcJ7TKj6AGTkJ7vUbFaCWJuzvS3simQDQ2tbxIMBrwydLD/XkO+9PeyFp6uvHod8yxDy/ToL8rhkjp6RpxwkMKX/u7v8BwExHNd/m/KWNrqmCHJUn/ltPQdju91yUxSlIHYDWtltunezswnHFOFo/82c/KD35Z55KGftU1PWjoZ9BTWHKCDzQjOHmVAy5SlIFIJfL1UU5OgyYvr6+sTQXU66uzzDjPBv8QZweC3T+2dj/Ybm2vPGpAnB1W8f1DO4OCzXB0ESglVvynS+ktZA09GxD43sAlpXQtXUxhpanYS/1O6C1rf3HCeYz9bINXM67e/Jdc9NaSLl6BtC4UALbdfQI4PQmDCmWV/aX2globWvPAfCo24gYt+YEOX8xN6ix9wA41J15S0++K3Vql8Qr/Wh4hUFX6owl8KvNGL5KR7aUTGoAXN3W8RGDz1EGGdjYm+8qJjHBr6WtfQMBRWZEoI+35DvPLTXJrP//OepPGIf1PQBL05ZdA/vkszC6W1M+UiwxAGo327XyNGI5H0QLwFjpWZFsndL34tPfhVnNXbdqniD724P/I3SDeZBJ7LQOiK+nI1P+AkcdYWPseAYvYoi5BLksivlEeU4xIobYSpA/EuhLC3U/nYk/95oCUhIAN2ycB9B8EM8G0yKAT/KFkck2Cd09m7tuiJtI64r25/2ABWRHANoF4i/B9AvAO8W49WESYJSjxzC22AIWAHSSBM8BeD5Abo5i6q5S8lwAaKcA7QF4lw0M1qFuWxwwsQD4w0Up0zq735OZcgo0lMeFtbDhDqWUvdk5W2PSRREuWBAtUdQ1EoAAbw+zVtypTPwTMW0nYI/NYltU6PErUPkCDjl2jkVyMQNzmPh0Yjo+9mQ5i7lNN4ELKyfouixtubgyRgwAkyjloBMSnFjNUvyi4+gkC1Gng4ScPXG3FEPeAleXNnXtR8MIg+qTzCHtMQQebcawx/wmqY8DYNiL83GXatqTDeoLhKuRnnxXg45NE1qpo68cmTjaGgmAn1YCNCjGxUVJLsJyJu4QAPmOdwJMaOsXaDhmHPx+sKpZznySjFXhpwZ0wZkY/jVsfCQALSs6lhPzuxODpheEoPOLNwDRhb2bO1W5QOurNAilnK8WEcuCArUdJT4oR+2lWZeSnbqR9Ykv9qukLVHtqFIg6Di/JABKIMiGVBiwR+1LswJBOd+qt970smpnq+uzn7Cj4WS64tNpoqQ2wH/UQC7RyZRLJmLTCUIWzvcAmT4QuKDrfK0T4C0g65OQpfOnDwQz5xsB4JyEyb1eJxz9tqzcxopKzKz6WVsnh51sesdO2ZnfTj8ccUGALjYtU2uFIH9cDYJgWiIIi9FTSx7ZON+zvQ0zHgX4bi0qpS1Ejy3G/nu0xV1BYwDUuJYV7a8R43JHR/nO8oPKhNd7N3ddYboQE/kskrSkPYJEAExO0lB2U8XfzDFJtkyc7pfNok6U9NlKIgBa29p/8144WERNL23u/CypM9S4a1d0nG0zD7g6Cj35rlnl6Isb+w1Q9zcaVZlFt/miOxX7cAw1nAoYPTQwBsBtru/zZiVH5WHl5gRZ6IzymknvV9fznlySXrExAIHdql2dLLUYf0M/jVMVDcDUZ4el5qb7/yQPt4wB8JcndC7MYu0fQCmq6r/Yk5YddByVDQPyLJszIWMA/JSxFAV1wbqvyJVAD8e9AzLRq+PoKJksGNBB9yd4LWEOgI+CRu1Up5KK9f5imktZB5mwOqyiaXqykoKgz4C4QEAxV2DgMZ3ELQkTMgYgLlY73Sx73USOEO4mFbpYWmv8XbWs7hb/DBQD2oeGvXGdMtW9YogNtahd5zXTVXP/AA6sIcjbS3TZjJmQEQBRbMX3Y4yDT1PchY8w8KwTgnDTlJcUhG7vRxvTwYQcR479FXF6bAHqtiDXRjVPVGnbhnhIgtU6Q2lsLeqONHmeYgSA+0RF5QDqG5FsnSFIXgvwHUHnBnd5zOlQzf0nJYuXBNlfeXrEuDUriw5cxOvnrQJYrVvHcans+uA70iSvp40AUF73J2FhO0llsoKwOio5U6FGMtZPLrxN0ZRZMua+gnuOwEsB7JCgB5Zg6K0kd8qnaLxEgB8AsJBBn9TAvlGnB+C3ZQzA1C7ZQXXqmd6dum893fLDEyE/Y0rc/UrixEqPMQbAPQU5gO513vHQLkB2y9HfN5Xi+sHFOr8nOPpmQKyc0MWP6IJYaeelYT8RAGkYrupwiXnVEZX1QPUEVNb/6f9KssLr+c+Z/wduzqVeOuOfLAAAAABJRU5ErkJggg==) no-repeat left/cover;
}

.icon-follow {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAAAwCAYAAADuFn/PAAAFXUlEQVR4Xu1bXWhcRRT+zr0bN3ajL9oW32wUFIQqNDQJluKDWgQfFLWbVrb4U7DarVVUEKxPVhBUtHbrD9Qfuthmq6IPghR9kLaSZGmhKQgRXOub1OqLZuuGzd2R2b03ubm5d3dm7txumk7ekpwzZ2a+c75z5sxcgvnp6g5QV60b4zAAdNkJDADLBYCtW59dN2uz+whsHYA1DLiBgGv5+hjwDwF/ADjHQKdTDn13+PB7p7u89iVhPlYEbNm+e3VjZvYlBsoRsEpmRQz4k8CKVjr15pGD+87L6C4nWSUA+MazGed1BjwKoDewITUAv3BvJ+BvNwKu41EB4JYweQI+p7T9SjeBmEDvGiC1iYGtZ2C3EaifAdfw+RPwLwP7jUA/E6gMzB4bRO2cDkeQBmBk2zMPN5h1IODxFQb6TIRafFT1GICbvEXwiLCosXP00Ptf6liYyBingJ5Z9D3E0HgeoPUiOvMyrEyw3klh+qsBoC6nOy8tBcBILn+QAU/6jE0SNfaqbhoHkzFrD4DbvTEJ+Hi0WNiuuiBRvTFk7gawH8CtojoRclMAdg2j+oPKOMIAZHP5rwE84BqpgfBy6VBhn4rRoE52W343GN7w0dM3pWLhQR1jB8doeX3mIwY8rnN8Aj5NofqUbDQIARDY/IrtWFndVQynJsdulHy0pB2E4+hb2YPGt/J0IwoVK9dh3b8R0xdENToCEKCdSSttb0oqWbaqKueYR0k66ai1+ey4BsrptLdTddBGURDaAuBy9BeuxYqVtu9MavO9Vbkg/ORFAlHjEdUc443JaaeOFSeT8/wgJqzcg4sbROgoEgC+Ec6Mc9atdmq2Y23QTTtRruTS0UmeE3h1ZKfttXGAH0fmE92c3ykMeE4YQvUJAblwkQXUQ3hOV8LtNCHv/25ifpf/HoeK3Grne1G7muXu6VQdhUaASwO/u1XJZKlYuEPzxISGy+byZ9x8ULPS9o2yUdCinszZS8D7UeuZ6kF1bTsqCgUgm9v5FkAvNL0vBgcvGEehvl+Yg9jbpeKBF4WQc4XG0TfCwI7I6OiWJdCWIUyPRo0bCsDmXP68y/2VUrFws+qk4gLA7WZz+V95Qua54GixsFpmLmNYMREn8dZBq7xqZhyZCwy4XsZ+S5aVh3FxUBgANwGeaqqCXj1a3L9X3mhLQwcAm3O79hDYa3w827EGRAuBE+jtT8GuqM6d6+kBALDg9Ef1jhZFgOqCwxaqAwBVh5hA344G2AdLAwB6ehDTH4bNZREAvlNvrVQsXB1nAToAcGnoP7cgED4d6yg9dUVAu5I0DACv8pCqfnjZGgSLAXf5WgsVAn4Myog03nzVkPCc4vK/TgpqlwdCKGguAQt7m+ulTCVaSsVCx3aIF5UyiVg2aQ6j2nEewfWJ2iDgryFUV4pSUDPcZQ8/2Vw+MQB8h0JhWhxDhl8MpUWdIkkAAMwMoxq8uGpOLYyClACIoKABX69fmYKuKAB8ZwApCkqqCnLprXkXkSQFhc1fYxKWoiClJJwwANJzumyTsClD511JYwREdkbNQaxNltYFgAWJg5jqyTMpClI9mV+2rQi+kbqacaIlYDu5bjbjePnom5twSbtwPZLNuEVNtBjt6LgAXLHtaHMhE9d15vTVLmS4urmS1AKC2pUkN20u5eMBEPtSvhkFraeD5lmKNBYanqV4Ns3DLOnd1/cwyzNtniaKgpDA08QIEMzj3AAmiT7OjaAj/mfzPB24NM/T50AwH2i4W9GFDzQ8EJbjJ0q8d3QVUvcu+U+U/NRnPtITTc7RctIX0VFDmc9U1cDQBoCaeaNlAOiyDxgADABd3oEum/8f0QGtXkcCxt0AAAAASUVORK5CYII=) no-repeat left/cover;
}

.icon-float-share-list {
    background: url(./../images/newblog_img/icon-float-share-list.png) no-repeat left;
}

.icon-float-content {
    background: url(./../images/newblog_img/icon-content.svg) no-repeat center/cover;
}

.icon-float-comment {
    background: url(./../images/newblogdetail_img/icon-comment.png) no-repeat center/cover;
}

.icon-float-vote,
.icon-vote {
    background: url(./../images/newblogdetail_img/icon-vote.png) no-repeat center/cover;
}

.active .icon-vote {
    background: url(./../images/newblogdetail_img/icon-vote-active.png) no-repeat center/cover;
}

.icon-float-like,
.icon-like {
    background: url(./../images/newblogdetail_img/icon-like.png) no-repeat center/cover;
}

.active .icon-like {
    background: url(./../images/newblogdetail_img/icon-like-active.png) no-repeat center/cover;
}

.icon-float-share {
    background: url(./../images/newblogdetail_img/icon-share.png) no-repeat center/cover;
}

.icon-share-weibo {
    background: url(./../images/newblog_img/icon-share-weibo.svg) no-repeat center/contain;
}

.icon-share-weixin {
    background: url(./../images/newblog_img/icon-share-weixin.svg) no-repeat center/contain;
}

.icon-share-link {
    background: url(./../images/newblog_img/icon-share-link.svg) no-repeat center/contain;
}

.operate-block li:hover .por-icon-plus::before,
.operate-block li.active .por-icon-plus::before {
    content: '';
}

.operate-block li:hover .por-icon-plus,
.operate-block li.active .por-icon-plus {
    background: url(./../images/newblogdetail_img/icon-unfollow.png) no-repeat center/contain;
}

.float-left-lists .list-item:not(.disabled):hover .icon-float-content,
.float-left-lists .list-item:not(.disabled).active .icon-float-content {
    background: url(./../images/newblog_img/icon-content-active.svg) no-repeat center/cover;
}

.float-left-lists .list-item:hover .icon-float-comment,
.float-left-lists .list-item.active .icon-float-comment {
    background: url(./../images/newblogdetail_img/icon-comment.png) no-repeat center/cover;
}

.float-left-lists .list-item:hover .icon-float-vote,
.float-left-lists .list-item.active .icon-float-vote,
.operate-block li:hover .icon-vote,
.operate-block li.active .icon-vote {
    background: url(./../images/newblogdetail_img/icon-vote-active.png) no-repeat center/cover;
}

.float-left-lists .list-item:hover .icon-float-like,
.float-left-lists .list-item.active .icon-float-like,
.operate-block li:hover .icon-like,
.operate-block li.active .icon-like {
    background: url(./../images/newblogdetail_img/icon-like-active.png) no-repeat center/cover;
}

.float-left-lists .list-item:hover .icon-float-share,
.float-left-lists .list-item.active .icon-float-share {
    background: url(./../images/newblog_img/icon-share.png) no-repeat center/cover;
}

.float-share-list li:hover .icon-float-share-list.icon-share-weibo {
    background: url(./../images/newblog_img/icon-share-weibo-hover.svg) no-repeat center/contain;
}

.float-share-list li:hover .icon-float-share-list.icon-share-weixin {
    background: url(./../images/newblog_img/icon-share-weixin-hover.svg) no-repeat center/contain;
}

.float-share-list li:hover .icon-float-share-list.icon-share-link {
    background: url(./../images/newblog_img/icon-share-link-hover.svg) no-repeat center/contain;
}

.float-tips-block .share-tips {
    text-align: left;
    color: #252b3a;
    font-weight: bold;
    display: none;
    position: absolute;
    width: 100%;
    left: 20px;
}

.float-tips-block .item-weixin .share-tips {
    left: 0;
}

.float-tips-block .float-share-list.active-weixin {
    padding-bottom: 130px;
}

.float-tips-block .float-share-list.active-weibo {
    padding-bottom: 40px;
}

.float-tips-block .float-share-list.active-link {
    padding-bottom: 40px;
}

.float-tips-block .share-tips p {
    padding-top: 10px;
    font-size: 14px;
}

.float-tips-block .share-tips p.weixin-share {
    text-align: center;
}

.float-tips-block .share-tips p.link-share.copied {
    padding-left: 20px;
    position: relative;
}

.float-tips-block .share-tips p.link-share.copied:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(./../images/newblog_img/icon-success.png) no-repeat center/cover;
    left: 0;
    top: 12px;
}

.m-blog-view-info i {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.m-blog-view-info span {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 22px;
    color: #595959;
}

.black-toaster {
    width: 403px;
    height: 96px;
    background: rgba(0, 0, 0, .7);
    font-size: 22px;
    color: #fff;
    line-height: 96px;
    display: none;
    text-align: center;
    position: fixed;
    left: 0;
    right: 0;
    margin: 0px auto;
    z-index: 9999;
}

.mobile-black-toaster {
    width: 80%;
    padding: 24px;
    line-height: 2;
    background: rgba(0, 0, 0, .7);
    font-size: 16px;
    color: #fff;
    display: none;
    text-align: center;
    position: fixed;
    top: 30%;
    left: 0;
    right: 0;
    margin: 0px auto;
    white-space: normal;
    word-break: break-all;
    z-index: 9999;
}

.dt-layerbox {
    z-index: 98;
}

.inreview .cloud-blog-detail-title,
.nopassed .cloud-blog-detail-title {
    padding-left: 64px;
    position: relative;
    word-break: break-all;
}

.cloud-blog-detail-title:before,
.nopassed .cloud-blog-detail-title:before {
    content: "";
    width: 52px;
    height: 37px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}

.inreview .cloud-blog-detail-title:before {
    background: url(../images/ydcomm/inreview.svg) no-repeat center/cover
}

.cloud-blog-detail-content-wrap .cloud-blog-detail-title:before {
    opacity: 0;
}

.nopassed .cloud-blog-detail-title:before {
    background: url(../images/ydcomm/nopassed.svg) no-repeat center/cover
}

.tips-wrapper {
    width: calc(100% - 336px);
    margin: 0 16px 16px 0;
    position: absolute;
    top: 58px;
    left: 0;
    z-index: 100;
}

.page-transit-tips {
    display: inline-block;
    width: auto;
    position: relative;
    border-radius: 8px;
    padding: 9px 50px 9px 40px;
    line-height: 22px;
    font-size: 14px;
    color: #191919;
    border: 0;
}

.page-transit-tips:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 16px;
    width: 16px;
    height: 40px;
}

.page-transit-tips i {
    display: inline-block;
    position: absolute;
    top: 12px;
    right: 16px;
    cursor: pointer;
    width: 16px;
    height: 16px;
    background: url(../images/ydcomm/icon-close.png) no-repeat center;
}

.page-transit-tips a {
    cursor: pointer;
}

.inreview .page-transit-tips {
    width: 100%;
    border-radius: 8px;
    background: #E9EDFA;
    border: 0;
}

.inreview .page-transit-tips:before {
    background: url(../images/ydcomm/tips-02.png) no-repeat center;
}

.inreview .page-transit-tips i {
    color: #5E7CE0;
}

.nopassed .page-transit-tips {
    width: 100%;
    background: rgba(242, 48, 48, 0.10);
    border-radius: 8px;
    border: 0;
}

.nopassed .page-transit-tips:before {
    background: url(../images/ydcomm/icon-error.png) no-repeat center;
}

.nopassed .page-transit-tips i {
    color: #c7000b;
}

.page-transit .cloud-que-detail-answerBtn {
    display: none;
}

.transit-hide {
    width: 100%;
    margin-top: 80px;
    margin-bottom: 272px;
    text-align: center;
}

.transit-hide .transit-img {
    display: inline-block;
    width: 240px;
    height: 240px;
}

.transit-hide .transit-img img {
    display: inline-block;
    width: 100%;
    height: 100%
}

.transit-hide .transit-text {
    font-size: 16px;
    color: #A0A2A8;
    text-align: center;
    line-height: 28px;
}

.cloud-blog-detail-summary {
    background: #fafafa;
    padding: 24px;
    margin-bottom: 76px;
    white-space: normal;
    word-break: break-all;
    border-radius: 4px;
    font-size: 14px;
    color: #595959 !important;
    line-height: 22px;
}

.cloud-blog-detail-attachment-download {
    padding-top: 36px;
    margin-bottom: 76px;
}

.cloud-blog-detail-attachment-download-mb {
    display: none;
}



.cloud-blog-detail-attachment-download li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    color: #252b3a;
    margin-bottom: 15px;
    font-size: 14px;
    color: #595959;
    line-height: 22px;
    /* max-width: 576px; */
    justify-content: space-between;
}

.cloud-blog-detail-attachment-download li div {
    align-items: flex-start;
}

.cloud-blog-detail-attachment-download li div span {
    white-space: nowrap;
}

.cloud-blog-detail-attachment-download li div:last-child {
    margin-left: 40px;
}

.cloud-blog-detail-attachment-download li img {
    height: 16px;
    width: 16px;
    margin-right: 4px;
    margin-top: 3px;
}

.cloud-blog-detail-attachment-download li .attLink {
    word-break: break-all;

    cursor: pointer;
    color: #595959;

}

.cloud-blog-detail-attachment-download li .attLink:hover {
    color: #191919;
}

.cloud-blog-detail-attachment-download li .attSize {
    margin-right: 24px;
    color: #808080;
}

.cloud-blog-detail-attachment-download li .downloadNum {
    color: #191919;
}

.cloud-blog-detail-attachment-download li .downloadNum i {
    font-style: normal;
}

.cloud-blog-detail-copyrights {
    padding: 24px;
    margin-bottom: 40px;
    background: #FAFAFA;
    border-radius: 4px;
    font-size: 14px;
    color: #595959 !important;
    line-height: 22px;

}

.blog-menu-footer {
    font-size: 0;
    margin-bottom: 40px;
}

.blog-menu-footer .common-blog-menu-btn {
    padding: 1px 8px;
    line-height: 24px;
    margin-right: 8px;
    margin-bottom: 8px;
    background: rgba(89, 89, 89, 0.1);
    border-radius: 4px;
    border: none;
    font-size: 14px;
    color: #595959;
    line-height: 22px;

}

.operate-block {
    font-size: 0;
    text-align: center;
    margin-bottom: 76px;
}

.operate-block li {
    display: inline-block;
    height: 40px;
    border-radius: 20px;
    padding: 8px 32px 8px 52px;
    margin-right: 24px;
    font-size: 14px;
    border: 1px solid #595959;
    cursor: pointer;
    position: relative;
}

#blog-content-follow .por-icon-plus:before {
    content: "\ea06";
}

.operate-block li span {
    font-size: 14px;
    color: #191919;
    line-height: 22px;
    vertical-align: middle;
}

.operate-block li i {
    position: absolute;
    left: 32px;
    top: 12px;
    width: 16px;
    height: 16px;
    font-size: 16px;
}

.operate-block li.active,
.operate-block li:hover {
    color: #191919;
}

.operate-block li:hover {
    border-color: #c2c2c2;
}

.operate-block li:last-child {
    margin-right: 0;
}

.operate-block li.active [class^=icon-],
.operate-block li:hover [class^=icon-] {
    background-position: right;
}

.float-left-lists {
    position: fixed;
    top: 252px;
    margin-left: -56px;
    font-size: 0;
    z-index: 9;
    background: #FFFFFF;
    box-shadow: 0 4px 11px 0 rgba(138, 141, 147, 0.20);
    border-radius: 26.4px;
    width: 44px;
    padding: 12px 10px;
}

.scrolled .float-left-lists {
    top: 95px;
}

@media (max-width: 1380px) and (min-width: 769px) {
    .scrolled .float-left-lists {
        top: 130px;
    }
}

.float-left-lists .list-item {
    position: relative;
    margin-bottom: 20px;
    border-bottom: 1px solid #DDDDDD;
}



.float-left-lists .list-item i {
    width: 24px;
    height: 24px;
    display: inline-block;
    background-color: #fff;
    cursor: pointer;
    margin-bottom: 10px;
}

.float-left-lists .list-item:last-child {
    padding-right: 80px;
    border-bottom: none;
    margin-bottom: 0;
}


.float-left-lists .list-item:not(.disabled).active i,
.float-left-lists .list-item:not(.disabled):hover i {
    background-position-x: right;
}

.float-left-lists .list-item.active .float-tips-block,
.float-left-lists .list-item:hover .float-tips-block {
    display: block;
}

.float-left-lists .list-item.disabled i {
    background-color: #f7f7f7;
    opacity: 0.7;
    cursor: default;
}

.float-share-list li {
    text-align: center;
    display: inline-block;
    padding: 0 8px;
    cursor: pointer;
}

.float-share-list li:last-child {
    padding-right: 0;
}

.float-share-list li:first-child {
    padding-left: 0;
}

.icon-float-share-list {
    width: 32px;
    height: 32px;
    display: inline-block;
    margin-bottom: 4px;
}

.por-tooltip-content {
    font-size: 0;
}

.float-left-lists .float-tips-block {
    position: absolute;
    background: #fff;
    padding: 12px 20px;
    left: 48px;
    top: 0;
    display: none;
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.20);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.20);
    min-width: 186px;
}

.float-left-lists .float-tips-block:before {
    content: "";
    border-width: 6px;
    border-style: solid;
    position: absolute;
    border-color: transparent rgb(255, 255, 255) transparent transparent;
    left: -12px;
    top: 15px;
}

.float-left-lists .float-tips-block .content-list {
    font-size: 14px;
    width: 243px;
    max-height: 300px;
    overflow-y: scroll;
}

.float-left-lists .float-tips-block .content-list>li {
    padding-left: 22px;
    position: relative;
    line-height: 22px;
    font-weight: bold;
    color: #252b3a;
    margin-bottom: 16px;
}

.float-left-lists .float-tips-block .content-list>li.hasExpand {
    cursor: pointer;
}

.float-left-lists .float-tips-block .content-list>li:last-child {
    margin-bottom: 0;
}

.float-left-lists .float-tips-block .content-list>li a {
    white-space: normal;
    word-break: break-word;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.float-left-lists .float-tips-block .content-second-list>li {
    padding-left: 31px;
    font-weight: 100;
    color: #575d6c;
    position: relative;
    margin-top: 8px;
}

.float-left-lists .float-tips-block .content-list>li:before,
.float-left-lists .float-tips-block .content-second-list>li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 16px;
    height: 16px;
    display: inline-block;
}

.float-left-lists .float-tips-block .content-list>li.hasExpand:before {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAElBMVEVHcExhYW1YXmxXXm1daHRXXWxN3zriAAAABXRSTlMAFdS/FrilO9YAAAA+SURBVBjTY2AYGMBsCCKFDSCcIAEGBkZVCIdRVZGBQQgkAgJABlgAJgWXAEnBJUBSCAkGBidFJKtYBGjgfgDYdQUNEq/6yQAAAABJRU5ErkJggg==) no-repeat center/cover;
}

.float-left-lists .float-tips-block .content-list>li.hasExpand.active:before {
    transform: rotateX(180deg);
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAElBMVEVHcExhYW1YXmxXXm1daHRXXWxN3zriAAAABXRSTlMAFdS/FrilO9YAAAA+SURBVBjTY2AYGMBsCCKFDSCcIAEGBkZVCIdRVZGBQQgkAgJABlgAJgWXAEnBJUBSCAkGBidFJKtYBGjgfgDYdQUNEq/6yQAAAABJRU5ErkJggg==) no-repeat center/cover;
}

.float-left-lists .float-tips-block .content-second-list>li a:hover,
.float-left-lists .float-tips-block .content-list>li a:hover {
    color: #c7000b;
}

.float-left-lists .float-tips-block .content-list>li.active:before {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.float-left-lists .float-tips-block .content-second-list>li:before {
    width: 6px;
    height: 1px;
    background: #adb0b8;
    left: 18px;
    top: 10px;
}

.cloud-blog-detail-right .about-nav {
    padding: 24px 0 0;
}

.cloud-blog-detail-right .about-nav .por-text-title-t6 {
    margin: 0 24px;
    padding-bottom: 20px;
    font-size: 18px;
    color: #191919;
    line-height: 28px;
}

.cloud-blog-detail-right .about-nav .sidebar-content {
    padding: 7px 0 3px;
}

.cloud-blog-detail-right .about-nav .content-list {
    max-height: 280px;
    overflow-y: auto;
}

.cloud-blog-detail-right .about-nav .content-list li {
    font-size: 14px;
    color: #191919;
    line-height: 32px;
    margin-bottom: 4px;
    position: relative;
    padding: 0;
}

.cloud-blog-detail-right .about-nav .content-list li a {
    padding: 0 24px;
}

.cloud-blog-detail-right .about-nav .content-list li a:hover,
.cloud-blog-detail-right .about-nav .content-list li a.selected {
    color: #191919;
    background: #F5F5F5;
    box-shadow: inset 2px 0 0 0 #191919;
    font-weight: 600;
}

.cloud-blog-detail-right .about-nav .content-list>li.hasExpand a {
    padding-right: 40px;
}

.cloud-blog-detail-right .about-nav .content-list>li.hasExpand::after {
    content: '';
    position: absolute;
    top: 9px;
    right: 20px;
    width: 16px;
    height: 16px;
    background: url(./../images/newblog_img/ul-down.svg) no-repeat center;
    cursor: pointer;
}

.cloud-blog-detail-right .about-nav .content-list>li.hasExpand.active::after {
    background: url(./../images/newblog_img/ul-up.svg) no-repeat center;
}

.cloud-blog-detail-right .about-nav .content-list>li.hasExpand li {
    line-height: 32px;
    padding-left: 0px;
}

.cloud-blog-detail-right .about-nav .content-list>li.hasExpand li a {
    font-size: 14px;
    color: #191919;
    line-height: 32px;
    padding-left: 40px;
}

.cloud-blog-detail-right .about-nav .content-second-list {
    margin-top: 4px;
}

.other-article-block {
    margin-bottom: 32px;
}

.other-article-block .por-text-title-t5 {
    margin-bottom: 24px;
    color: #191919;
    line-height: 28px;
    font-weight: 600;

}

.other-article-block .link-list li {
    margin-bottom: 16px;
    font-size: 0;
    position: relative;
}


.other-article-block .link-list li a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 100%;
    font-size: 16px;
    color: #191919;
    line-height: 24px;
}

.comment-block {
    padding-top: 44px;
    position: relative;
}

.comment-block .por-text-title-t5 {
    margin-bottom: 24px;
    color: #191919;
    line-height: 28px;
    font-weight: 600;
}

.comment-textarea-wrap {
    width: 100%;
    position: relative;
    font-size: 0;
    padding-bottom: 56px;
    margin-bottom: 32px;
    margin-top: 16px;
}

.comment-textarea-wrap:hover {
    border-color: #575d6c;
}

.comment-textarea-wrap .comment-textarea {
    width: 100%;
    resize: none;
    font-size: 14px;
    height: 100%;
    line-height: 22px;
    padding: 9px 9px 21px 12px;
    min-height: 80px;
    border: 1px solid #C2C2C2;
    border-radius: 6px;
}

.comment-textarea-wrap .comment-textarea-tips {
    text-align: center;
    padding: 0;
    height: 120px;
    line-height: 120px;
    display: none;
    color: #575d6c;
    background: #f9f9f9;
    border-radius: 2px;
    font-size: 14px;
}

.comment-textarea-wrap .comment-textarea-wordwrap {
    position: absolute;
    bottom: 60px;
    padding-right: 4px;
    font-size: 12px;
    display: inline-block;
    right: 0;
    color: #808080;
    line-height: 18px;
}

.comment-textarea-wrap .comment-textarea-wordwrap var {
    font-style: normal;
}

.comment-btn.por-btn {
    padding: 4px 24px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    line-height: 22px;
    height: auto;
    width: 96px;
}

.comment-list {
    position: relative;
}

.comment-list>li,
.comment-list-second>li {
    margin-bottom: 32px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.comment-list .commenter-head {
    width: 36px;
    margin-right: 16px;
}

.comment-list .commenter-head a {
    font-size: 0;
    width: 36px;
    height: 36px;
    display: inline-block;
    position: relative;
}

.comment-list .commenter-head img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
}

.comment-list .commenter-head i {
    position: absolute;
    width: 16px;
    height: 16px;
    right: 0;
    bottom: 0;
    display: inline-block;
}

.comment-list .comment-detail {
    width: calc(100% - 52px);
}

.comment-list .comment-detail .comment-info {
    font-size: 0;
    line-height: 36px;
    height: 36px;
    margin-bottom: 5px;
    color: #575d6c;
}

.comment-list .comment-detail .comment-info * {
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    vertical-align: middle;
}

.comment-detail .commenter-name {
    color: #252b3a;
    font-weight: bold;
    margin-right: 16px;
}

.comment-detail .comment-timer {
    color: #8a8e99;
}

.comment-detail .comment-reply-btn,
.comment-detail .comment-floor {
    margin-top: 5px;
}

.comment-detail .comment-operate * {
    vertical-align: middle;
}

.comment-detail .comment-reply-btn {
    margin-right: 0px;
    padding-left: 20px;
    position: relative;
}

.comment-detail .comment-reply-btn.cancel:before {
    display: none;
}

.comment-detail .comment-reply-btn:before {
    content: "";
    background: url(./../images/newblog_img/icon-comments.svg) no-repeat center;
    display: inline-block;
    left: 0;
    top: 4px;
    position: absolute;
    height: 16px;
    width: 16px;
}

.comment-detail .comment-reply-btn:hover:before {
    background: url(./../images/newblog_img/icon-comments-hover.svg) no-repeat center;
}

.common-blog-icons .report-btn {
    float: right;
    margin: 5px 0 0 10px;
    cursor: pointer;
    font-size: 14px;
    color: #595959;
    -webkit-transition: .2s;
    transition: .2s;
    text-decoration: none;
    height: 20px;
    line-height: 20px;
    padding-left: 24px;
    position: relative;
}

.common-blog-icons .report-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 20px;
    background: url(./../images/newblog_img/report.svg) no-repeat center;
}

.comment-detail .report-btn {
    float: right;
    margin: 5px 0 0 10px;
    padding-left: 20px;
    position: relative;
}

.comment-detail .report-btn::before {
    content: "";
    background: url(./../images/newblog_img/report.svg) no-repeat center;
    display: inline-block;
    left: 0px;
    top: 0px;
    position: absolute;
    height: 22px;
    width: 16px;
}

.comment-detail .reason-item {
    display: none;
}

.report-btn:hover {
    color: #526ecc;
}

.report-btn:hover::before {
    background: url(./../images/newblog_img/report_hover.svg) no-repeat center;
}

@media only screen and (max-width: 768px) {
    .common-blog-icons .report-btn {
        font-size: 12px;
        padding-left: 16px;
        margin-top: 0;
        width: 0;
    }

    .comment-detail .report-btn::before {
        height: 18px;
    }
}

/* 冒泡-----start*/
.message-tip {
    box-sizing: border-box;
    position: fixed;
    left: 50%;
    top: 80px;
    transform: translateX(-50%);
    transition: opacity .3s, transform .4s, top .4s;
    background: rgb(217, 235, 199);
    border-radius: 8px;
    min-width: 168px;
    padding: 0 40px 0 44px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #191919;
    display: none;
    pointer-events: none;
    z-index: 999999;
}

.message-tip::before {
    content: ' ';
    width: 16px;
    height: 16px;
    position: absolute;
    top: 12px;
    left: 16px;
}

.message-tip-success {
    background: #E9F2E1;
}

.message-tip-success::before {
    background: url(../images/column_img/success.png) no-repeat center;
    background-size: 16px 16px;

}

.message-tip-error {
    background: #F9E5E6;
}

.message-tip-error::before {
    background: url(../images/column_img/error.png) no-repeat center;
    background-size: 16px 16px;

}

.message-tip::after {
    content: ' ';
    width: 10px;
    height: 16px;
    position: absolute;
    top: 12px;
    right: 15px;
    background: url(../images/column_img/close_icon.png) no-repeat center;
    cursor: pointer;
    pointer-events: auto;
}

/* 冒泡-----end*/


.comment-list .comment-detail .comment-info .comment-floor {
    margin-left: 16px;
    font-size: 12px;
}

.comment-detail .comment-reply-btn,
.comment-detail .comment-floor,
.comment-detail .comment-operate {
    float: right;
}

.comment-detail .comment-msg {
    color: #252b3a;
    position: relative;
    word-break: break-word;
    display: flex;
    align-items: baseline;
}

.check-flag {
    display: inline-block;
    color: #fff;
    padding: 0 4px;
    border-radius: 2px;
    font-size: 12px;
    margin-right: 4px;
    flex-shrink: 0;
}

.auditing-flag {
    background: #5E7CE0;
}

.nopass-flag {
    background-color: #F66F6A;
}

.comment-detail .comment-msg.nopass-text {
    color: #B4B7BE;
}

.comment-detail .comment-msg.has-more,
.comment-list-second .comment-detail .comment-msg.has-more {
    max-height: 132px;
    overflow: hidden;
    margin-bottom: 0px;
}

.comment-detail .comment-msg.show-more,
.comment-list-second .comment-detail .comment-msg.show-more {
    max-height: none;
}

.comment-detail .comment-info .comment-operate {
    float: right;
    margin-right: 0px;
    margin-left: 16px;
}

.comment-detail .comment-info .comment-operate * {
    display: none;
    margin-top: 5px;
}

.comment-detail .comment-operate a {
    margin-right: 25px;
    position: relative;
    font-size: 14px;
}

.comment-detail .comment-operate a:after {
    content: "";
    position: absolute;
    right: -13px;
    width: 1px;
    display: inline-block;
    height: 14px;
    top: 4px;
    background: #d8d8d8;
}

.comment-detail .comment-operate a:last-child {
    margin-right: 0;
}

.comment-detail .comment-operate a:last-child:after {
    display: none;
}

.comment-list-second {
    background: rgba(245, 245, 246, 0.60);
    padding: 20px 34px 20px 20px;
    position: relative;
    margin-top: 16px;
}

.comment-list .comment-list-second .comment-operate {
    margin-right: 0;
}

.comment-detail .comment-list-second[data-comment-two-total='0'] {
    display: none;
}

.comment-list-second li {
    margin-bottom: 0px;
}

.comment-list-second .comment-detail .comment-msg {
    margin-bottom: 20px;
}

.comment-list .view-more-second {
    margin: 0 auto;
}

.comment-block .comment-more-cover {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: 0;
    left: 0;
}

.comment-block .comment-more-cover.second-more {
    position: relative;
}

.comment-block .comment-more-cover:not(.second-more) {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.00)), color-stop(83%, #ffffff));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00), #ffffff 83%);
    height: 80px;
    line-height: 80px;
}

.comment-detail .show-more-comment {
    margin-bottom: 16px;
}

.check-more-tip {
    padding-left: 48px;
}

.comment-block .comment-more,
.comment-detail .show-more-comment {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.comment-block .comment-more-cover:not(.second-more) .view-more {
    background: #f5f5f6;
    border-radius: 2px;
}

.comment-list .hide-second .comment-list-second {
    display: none;
}

.comment-list .hide-this {
    display: none;
}

.sidebar-right {
    width: 320px;
    padding: 24px;
    background: #fff;
    margin-bottom: 16px;
    font-size: 0;
    border-radius: 16px;
}

#about-author.sidebar-right {
    background-image: linear-gradient(180deg, #EDF8FF 48%, #FFFFFF 100%);
    border-radius: 16px;
}

#about-author.sidebar-right .blogger-info {
    display: flex;
    align-items: center;
}

.sidebar-right.about-nav {
    border-radius: unset;
}

.sidebar-right.cloud-plan>h3 {
    font-size: 18px;
    color: #191919;
    letter-spacing: 0;
    line-height: 28px;
}

.sidebar-right.cloud-plan .blogger-item .left .img-box {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.sidebar-right.cloud-plan .blogger-item:first-child .left .img-box {
    background: url(../images/cloud-gifts-around.png) no-repeat center;
}

.sidebar-right.cloud-plan .blogger-item:nth-child(2) .left .img-box {
    background: url(../images/free-experience-product.png) no-repeat center;
}

.sidebar-right.cloud-plan .blogger-item:nth-child(3) .left .img-box {
    background: url(../images/free-experience-product.png) no-repeat center;
}

.sidebar-right.cloud-plan .blogger-item:nth-child(4) .left .img-box {
    background: url(../images/underline-tickets.png) no-repeat center;
}

.sidebar-right.cloud-plan .blogger-item:nth-child(5) .left .img-box {
    background: url(../images/inhouse-expert.png) no-repeat center;
}

.sidebar-right.cloud-plan .blogger-item:last-child .left .img-box {
    background: url(../images/contact-partners.png) no-repeat center;
}

.sidebar-right.cloud-plan .blogger-item .right span {
    font-size: 14px;
    color: #191919;
    letter-spacing: 0;
    line-height: 22px;
    font-weight: normal;
}

.sidebar-right.cloud-plan .join-btn {
    background: #FFFFFF;
    border: 1px solid #595959;
    border-radius: 16px;
    padding-left: 38px;
    padding-right: 38px;
    margin: 0 auto;
    display: block;
    max-width: 132px;
    font-size: 14px;
    color: #191919;
    letter-spacing: 0;
}

#recommend-blog.sidebar-right>h3,
#related-product.sidebar-right>h3,
.sidebar-right>h3 {
    font-size: 18px;
    color: #191919;
    letter-spacing: 0;
    line-height: 28px;
    word-wrap: break-word;
}

.sidebar-right>h3 {
    margin-bottom: 24px;
}

.sidebar-right .link-list li {
    margin-bottom: 20px;
    line-height: 20px;
    font-size: 14px;
}

#recommend-blog .sidebar-content .link-list li {
    line-height: 22px;
}

#recommend-blog .sidebar-content .link-list li a {
    color: #191919;
}

.sidebar-right.about-nav .link-list li a {
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-break: break-all;
    overflow: hidden;
    white-space: normal;
    color: #191919;
    line-height: 32px;
}

.sidebar-right li a:hover,
.other-article-block .link-list li a:hover {
    font-weight: 600;
}

.sidebar-right .product-list li {
    font-size: 0;
    margin-bottom: 20px;
    color: #252b3a;
}

.sidebar-right .product-list li:last-child {
    margin-bottom: 0;
}

.sidebar-right .product-list .product-icon {
    width: 48px;
    height: 48px;
    font-size: 48px;
    vertical-align: middle;
}

.sidebar-right .product-list .product-title {
    font-weight: bold;
    display: inline-block;
    max-width: calc(100% - 60px);
    padding-left: 12px;
    vertical-align: middle;
    color: inherit;
    font-size: 16px;
    color: #191919;
    line-height: 24px;
    font-weight: 500;
    word-wrap: break-word;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sidebar-right.ad-card img {
    height: 150px;
    width: calc(100% + 40px);
    margin: -20px;
}


.sidebar-right .blogger-content .blogger-img {
    margin-right: 12px;
    display: inline-block;
    vertical-align: top;
}

.sidebar-right .blogger-content .blogger-img img {
    width: 64px;
    height: 65px;
    border-radius: 50%;
}

.sidebar-right .blogger-content .blogger-detail {
    width: calc(100% - 76px);
    display: inline-block;
}

.sidebar-right .blogger-detail p {
    margin-bottom: 8px;
}

.sidebar-right .blogger-detail p i {
    display: inline-block;
    width: 20px;
    height: 20px;
}

.sidebar-right .blogger-detail p i.icon-expert {
    width: 81px;
}

.sidebar-right .blogger-content .blogger-detail p * {
    display: inline-block;
    vertical-align: middle;
}

.sidebar-right .blogger-detail .blogger-name {
    margin-right: 4px;
    max-width: calc(100% - 28px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
    color: #191919;
    letter-spacing: 0;
    line-height: 28px;
    font-weight: 700;
}

.sidebar-right .blogger-detail .blog-counter {
    margin-bottom: 0;
}

.sidebar-right .blogger-detail .blog-counter label {
    display: inline-block;
    margin-right: 32px;
    height: 18px;
    line-height: 18px;
    color: #191919;
    letter-spacing: 0;
    line-height: 18px;
}

.sidebar-right .blogger-detail .blog-counter label:last-child {
    margin-right: 0;
}

.sidebar-right .blogger-detail .blog-counter label a {
    vertical-align: top;
    color: #191919;
}

.sidebar-right .blogger-detail .blog-counter label a:hover,
.m-author-min-head .sub-content-username:hover,
.blog-menu-footer .common-blog-menu-btn:hover {
    color: #1467FF;
}

.sidebar-right .blogger-num-list {
    margin-top: 13px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sidebar-right.hide-btn .blogger-content .blogger-btn-list {
    display: none;
}

.sidebar-right .blogger-btn-list {
    padding-top: 20px;
}

.sidebar-right .blogger-num-list li {
    margin-right: 17px;
    width: 72px;
    text-align: center;
    position: relative;
    padding: 6px 4px 8px;
}


.sidebar-right .blogger-num-list li .counter-label {
    margin-bottom: 8px;
    color: #595959;
    letter-spacing: 0;
}

.sidebar-right .blogger-num-list li p:last-child {
    font-size: 16px;
    color: #191919;
    font-weight: 600;
}

.sidebar-right .blogger-num-list li:last-child {
    margin-right: 0;
}

.sidebar-right .blogger-num-list li:last-child:after {
    display: none;
}

.sidebar-right .blogger-btn-list {
    text-align: center;
}

.sidebar-right .blogger-btn-list button {
    width: calc(50% - 4px);
    margin-right: 8px;
}

.sidebar-right .blogger-btn-list button.por-btn-primary:hover {
    background-color: #595959 !important;
}

.sidebar-right .blogger-btn-list button.por-btn-secondary:hover,
.sidebar-right.cloud-plan .join-btn:hover {
    border-color: #C2C2C2 !important;
}

.sidebar-right .blogger-btn-list button:last-child {
    margin-right: 0;
}

.sidebar-cover .sidebar-right:last-child {
    margin-bottom: 0;
}

.mobile-commenter,
.mobile-commenter-cover {
    display: none;
}

.cloud-blog-detail-right .sidebar-cover {
    float: right;
}

.sidebar-fixed {
    position: fixed;
    top: 75px;
    z-index: 9;
    margin-bottom: 0;
    margin-top: 20px;
}

.sidebar-absolute {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 9;
    margin-bottom: 0;
    margin-top: 20px;
}

.mce-content-body video,
.markdown-preview video,
.cloud-blog-detail-content video {
    max-width: 100%;
    height: auto;
}

.mce-content-body img,
.markdown-preview img,
.cloud-blog-detail-content img {
    cursor: pointer;
}

/* 举报弹窗 start */
#report-dialog {
    display: none;
}

#report-dialog .curtain {
    z-index: 2000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: #000;
}

#report-dialog .dialog-wrapper {
    z-index: 2001;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    margin: 0;
}

#report-dialog .dialog {
    position: relative;
    margin: 20vh auto 50px;
    width: 650px;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#report-dialog .dialog-header {
    padding: 32px 32px 0px;
    text-align: left;
}

#report-dialog .dialog-title {
    font-size: 20px;
    color: #191919;
    line-height: 30px;
    font-weight: 600;
}

#report-dialog .dialog-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    background: 0 0;
    cursor: pointer;
    background: url(../images/newblog_img/close-popwin.png) no-repeat center;
}

#report-dialog .dialog-body {
    padding: 14px 32px 12px;
    color: #606266;
    font-size: 14px;
    word-break: break-all;
}

#report-dialog .form-item {
    margin-bottom: 10px;
}

#report-dialog .reason-item {
    display: none;
}

#report-dialog .form-item-label {
    text-align: left;
    vertical-align: middle;
    font-size: 14px;
    color: #595959;
    line-height: 40px;
    padding: 0 12px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#report-dialog .form-item.is-required>.form-item-label::before {
    content: '*';
    color: #c61414;
    margin-right: 4px;
    font-weight: 600;
}

#report-dialog .form-item-content {
    line-height: 40px;
    position: relative;
    font-size: 14px;
}

#report-dialog .form-item-button {
    text-align: center;
}

#report-dialog .textarea {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
    font-size: 14px;
    margin-bottom: 5px;
}

#report-dialog .textarea-inner {
    display: block;
    padding: 8px 12px;
    line-height: 22px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    font-size: inherit;
    color: #191919;
    font-size: 14px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #c2c2c2;
    border-radius: 6px;
    -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    resize: vertical;
}

#report-dialog .textarea .textarea-max {
    position: absolute;
    bottom: 1px;
    right: 16px;
    font-size: 12px;
    line-height: 18px;
}

#report-dialog .textarea .textarea-error {
    display: none;
    position: absolute;
    bottom: -20px;
    font-size: 12px;
    color: #f56c6c;
    left: 5px;
    line-height: 18px;
}

#report-dialog .textarea.error .textarea-error {
    display: block;
}

#report-dialog .textarea.error .textarea-inner {
    border: 1px solid #f56c6c;
}

#report-dialog .form-item.is-error .textarea-inner {
    border-color: #f56c6c;
}

#report-dialog .textarea-inner:focus {
    outline: 0;
    border-color: #409eff;
}

#report-dialog .button {
    display: inline-block;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 1px solid #595959;
    color: rgba(0, 0, 0, 0.90);
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    outline: 0;
    margin: 0;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    font-weight: 500;
    font-size: 14px;
    border-radius: 50px;
    line-height: 30px;
    width: 96px;
    padding: 0 24px;
    margin: 10px 0;
}

#report-dialog .button-primary {
    background: #191919;
    border: 0;
    border-radius: 50px;
    color: #FFFFFF;
    line-height: 32px;
}

#report-dialog .button-primary.disable {
    background: rgba(0, 0, 0, 0.1);
    color: #C2C2C2;
    cursor: not-allowed;
}

#report-dialog .button+.button {
    margin-left: 10px;
}

#report-dialog .radio-group {
    display: inline-block;
    line-height: 30px;
    font-size: 0;
}

#report-dialog .radio {
    color: #191919;
    font-weight: 500;
    line-height: 1;
    position: relative;
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    outline: none;
    font-size: 14px;
    margin-right: 30px;
}

#report-dialog .dialog .radio:last-child {
    margin: 0;
}

#report-dialog .radio-input {
    white-space: nowrap;
    cursor: pointer;
    outline: none;
    display: inline-block;
    line-height: 1;
    position: relative;
    vertical-align: middle;
}

#report-dialog .radio-label {
    font-size: 14px;
}

#report-dialog .radio-inner {
    border: 1px solid #999;
    border-radius: 100%;
    width: 16px;
    height: 16px;
    background-color: #fff;
    position: relative;
    cursor: pointer;
    display: inline-block;
    box-sizing: border-box;
}

#report-dialog .reason-max {
    font-size: 12px;
    color: #808080;
}

#report-dialog #reason-count {
    font-size: 12px;
    color: #808080;
}

#report-dialog .radio-original {
    opacity: 0;
    outline: none;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
}

#report-dialog .radio-inner:after {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #fff;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.15s ease-in;
}

#report-dialog .radio-input.is-checked .radio-inner {
    background: #fff;
}

#report-dialog .radio-input.is-checked .radio-inner:after {
    transform: translate(-50%, -50%) scale(1);
    background-color: #191919;
}

@media (max-width: 768px) {
    #report-dialog .dialog {
        width: 360px;
    }

    #report-dialog .dialog-header {
        padding: 24px 16px 0px;
    }

    #report-dialog .dialog-body {
        padding: 14px 16px 12px
    }

    #report-dialog .radio-group {
        margin-top: 5px;
    }

    #report-dialog .dialog-close {
        right: 12px;
    }
}

/* 举报弹窗 end */

.nopassed_reason {
    color: #526ECC;
    font-weight: 600;
    line-height: 22px;
}

.nopassed_reason:hover+.el-tooltip-popper {
    display: block;
}

.el-tooltip-popper:hover {
    display: block;
}

.el-tooltip-popper {
    transform-origin: center top;
    z-index: 2175;
    display: none;
    max-width: 500px;
    color: #191919;
    background: #fff;
    border: 1px solid #303133;
    border-radius: 4px;
    padding: 10px;
    font-size: 12px;
    line-height: 16px;
    min-width: 10px;
    word-wrap: break-word;
    position: absolute;
    top: 34px;
    left: 219px;
}

.el-tooltip-popper .tooltip-arrow {
    border-width: 6px;
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-bottom-color: #303133;
    border-style: solid;
    top: -6px;
    left: calc(50% - 6px);
    border-top-width: 0;
}

.el-tooltip-popper .tooltip-arrow:after {
    content: " ";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    top: 0;
    left: calc(50% - 5px);
    border-width: 5px;
    border-bottom-color: #fff;
    top: 1px;
    border-top-width: 0;
}

.page-transit .main-content-blog-detail {
    position: relative;
}

.page-transit .cloud-blog-detail-left {
    position: relative;
    top: 56px;
}

@media only screen and (max-width: 1438px) {
    .page-transit .cloud-blog-detail-left {
        position: relative;
        top: 78px;
    }
}

@media only screen and (max-width: 1200px) {
    .cloud-blog-detail-right {
        display: none;
    }

    .cloud-blog-detail-left,
    .main-content .por-breadcrumb {
        width: 100%;
        margin: 0 auto;
        float: none;
    }

    .float-left-lists {
        margin-left: 0;
        top: 280px;
    }

    .page-transit .cloud-blog-detail-left {
        position: relative;
        top: 56px;
    }

    .tips-wrapper {
        width: calc(100% - 200px);
        top: 58px;
        left: 100px;
    }
}

@media only screen and (max-width: 1110px) {
    .page-transit .cloud-blog-detail-left {
        position: relative;
        top: 78px;
    }
}

@media only screen and (max-width: 768px) {
    .cloud-blog-detail-content video {
        width: calc(100vw - 30px);
        height: 56vw;
    }

    .cloud-blog-detail-content iframe {
        width: calc(100vw - 30px);
        height: calc(75vw - 22.5px);
    }

    #content input,
    #content textarea {
        border: 1px solid #dfe1e6;
    }

    #content {
        padding-bottom: 48px;
    }

    #blogContent img {
        height: auto !important;
    }

    #footer {
        display: none;
    }

    .pagination-cover {
        display: none;
    }

    .cloud-blog-detail-content-wrap {
        overflow: hidden;
    }

    .blog-content-body .isPc {
        display: none;
    }

    .blog-content-body .isMb {
        display: initial;
    }

    .wrapper-main {
        display: block;
    }

    .main-content .por-breadcrumb,
    .main-content .float-left-lists {
        display: none;
    }

    .cloud-blog-detail-left {
        width: 100%;
        padding: 0;
        background: #f5f5f6;
    }

    .blog-content-body {
        padding: 20px 15px;
        background: #fff;
        margin-bottom: 15px;
    }

    .cloud-blog-detail-title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 12px;
    }

    .m-author-min-head {
        float: left;
    }

    .m-blog-view-info {
        float: right;
    }

    .author-min-head {
        margin-right: 8px;
        width: 20px;
        height: 20px;
    }

    .common-blog-icons .author-min-head img {
        width: 20px;
        height: 20px;
        vertical-align: top;
    }

    .m-blog-view-info .icon-comment,
    .m-blog-view-info .comment-count,
    .m-blog-view-info .vote-count,
    .m-blog-view-info .icon-vote {
        display: none;
    }

    .m-author-min-head .sub-content-username {
        margin-right: 32px;
        max-width: 120px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .m-author-min-head * {
        font-size: 12px;
        line-height: 16px;
    }

    .m-blog-view-info .view-count {
        margin-right: 0;
        font-size: 12px;
        line-height: 16px;
    }

    .common-blog-icons-cloud-blog {
        display: block;
        overflow: hidden;
        margin-bottom: 16px;
    }

    .cloud-blog-detail-summary {
        padding: 16px 15px;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0px;
    }

    .cloud-blog-detail-summary.color_text_primary_dark {
        color: #575d6c !important;
    }

    .cloud-blog-detail-attachment-download {
        display: none;
    }

    .cloud-blog-detail-attachment-download-mb {
        display: block;
    }

    .cloud-blog-detail-attachment-download-title-mb {
        color: #575d6c !important;
        font-size: 16px;
    }

    .cloud-blog-detail-attachment-download-mb li {
        display: flex;
        color: #252b3a;
        margin-bottom: 15px;
        justify-content: center;
        align-items: center;
        padding: 8px 15px;
        background: #f5f5f6;
    }

    .cloud-blog-detail-attachment-download-mb li img {
        height: 20px;
        width: 20px;
        margin-right: 10px;
    }

    .cloud-blog-detail-attachment-download-mb li>div {
        display: block;
        width: calc(100% - 50px);
    }

    .cloud-blog-detail-attachment-download-mb li>div .attLink-mb {
        margin-right: 12px;
        overflow: hidden;
        word-break: break-all;
        max-width: 600px;
        overflow-wrap: break-word;
        text-overflow: ellipsis;
        white-space: nowrap;
        cursor: pointer;
        color: #526ecc;
        display: block;
        margin-bottom: 4px;
        font-size: 16px;
    }

    .cloud-blog-detail-attachment-download-mb li>div .attSize-mb {
        margin-right: 32px;
        color: #8a8e99;
    }

    .cloud-blog-detail-attachment-download-mb li>div .downloadNum-mb {
        color: #8a8e99;
    }

    .cloud-blog-detail-attachment-download-mb li>div .downloadNum-mb i {
        font-style: normal;
    }

    .cloud-blog-detail-content,
    .mce-content-body {
        margin-bottom: 24px;
    }

    .cloud-blog-detail-copyrights {
        padding: 16px 15px;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .blog-menu-footer {
        margin-bottom: -8px;
    }

    .cloud-blog-detail-content-wrap .operate-block {
        display: none;
    }

    .cloud-blog-detail-right {
        display: none;
    }

    .sidebar-right {
        width: 100%;
        padding: 20px 15px;
    }

    .sidebar-right h3 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 16px;
    }

    .sidebar-right .link-list li {
        position: relative;
        padding-left: 5px;
        color: #575d6c;
    }

    .sidebar-right .link-list li:before {
        content: '';
        position: absolute;
        left: 0;
        top: 10px;
        display: inline-block;
        width: 2px;
        height: 2px;
        border-radius: 50%;
        background: #adb0b8;
    }

    .sidebar-right.ad-card {
        display: none;
    }

    .other-article-block {
        margin: 12px 0;
        padding: 20px 15px;
        background: #fff;
    }

    .other-article-block .link-list li a {
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        word-break: break-all;
        overflow: hidden;
        white-space: normal;
    }

    .comment-block {
        background: #fff;
        border-top: none;
        padding: 20px 15px 8px;
    }

    .comment-textarea-wrap {
        display: none;
    }

    .comment-list .commenter-head {
        margin-right: 12px;
        width: 32px;
    }

    .comment-list .commenter-head a,
    .comment-list .commenter-head img {
        width: 32px;
        height: 32px;
    }

    .comment-list .comment-detail {
        width: calc(100% - 44px);
    }

    .comment-list .comment-detail .comment-msg {
        margin-bottom: 4px;
    }

    .comment-list .comment-detail .comment-info {
        line-height: 32px;
        height: 32px;
        margin-bottom: 0;
    }

    .comment-list .comment-detail .comment-info * {
        vertical-align: middle;
        margin-top: 0;
    }

    .comment-list .comment-detail .comment-msg~.comment-info {
        line-height: 18px;
        height: 18px;
        margin-bottom: 12px;
    }

    .comment-list .comment-detail .comment-msg~.comment-info *:not(.comment-operate) {
        font-size: 12px;
        line-height: 18px;
        vertical-align: baseline;
    }

    .comment-list .comment-detail .comment-info .comment-floor {
        font-size: 12px;
    }

    .comment-list .comment-detail .comment-info .comment-timer {
        display: inline-block;
    }

    .comment-detail .comment-info .comment-operate {
        margin-right: 0;
        margin-left: 0;
        font-size: 0;
        height: 18px;
    }

    .comment-detail .comment-reply-btn,
    .comment-detail .comment-floor,
    .comment-detail .comment-operate {
        margin-top: 0;
    }

    .comment-detail .comment-info .comment-operate .comment-delete-btn {
        margin-left: 16px;
    }

    .comment-detail .comment-info .comment-operate .comment-edit-btn {
        margin-left: 16px;
        display: none !important;
    }

    .comment-detail .comment-operate a {
        margin-right: 17px;
    }

    .comment-detail .comment-operate a:after {
        right: -9px;
        height: 12px;
    }

    .comment-detail .comment-reply-btn {
        margin-right: 0;
    }

    .comment-detail .comment-reply-btn:before {
        top: 2px;
    }

    .comment-list-second {
        border-top: 1px solid #dfe1e6;
        background: #fff;
        padding: 0;
        padding-top: 12px;
    }

    .comment-list-second li:last-child .comment-info {
        margin-bottom: 12px;
    }

    .comment-list .comment-one-item {
        border-top: 1px solid #dfe1e6;
        padding-top: 12px;
        margin-bottom: 0;
    }

    .comment-list li.comment-one-item:first-child {
        border-top: none;
        padding-top: 0;
    }

    .comment-list-second .comment-detail .comment-msg~.comment-info {
        margin-bottom: 16px;
    }

    .mobile-loader,
    .mobile-comment-loader {
        text-align: center;
        padding: 8px 0;
        line-height: 18px;
        font-size: 12px;
        color: #8a8e99;
    }

    .mobile-commenter-cover {
        height: 54px;
        position: fixed;
        bottom: 0;
        width: 100%;
        display: block;
    }

    .mobile-commenter {
        position: absolute;
        bottom: 0;
        width: 100%;
        background: #fff;
        -webkit-box-shadow: 0px -1px 1px 0px rgba(0, 0, 0, 0.10);
        box-shadow: 0px -1px 1px 0px rgba(0, 0, 0, 0.10);
        overflow: hidden;
        display: block;
        padding: 8px 15px;
        font-size: 0;
        min-height: 50px;
        z-index: 2;
    }

    .mobile-commenter .mobile-comment-textarea {
        width: calc(100% - 100px);
        float: left;
        height: 100%;
        background: #f5f5f6;
        border: 1px solid #dfe1e6;
        border-radius: 3px;
        resize: none;
        line-height: 16px;
        padding: 8px;
        font-size: 14px;
        overflow-y: hidden;
        height: 32px;
        max-height: 54px;
    }

    .mobile-commenter .operation-block {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        float: right;
        width: 100px;
        height: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 24px;
        margin-top: 1px;
    }

    .mobile-commenter .operation-block li {
        padding-right: 4px;
        margin-right: 8px;
        position: relative;
    }

    .mobile-commenter .operation-block li:last-child {
        margin-right: 0;
    }

    .mobile-commenter .operation-block li.active i {
        background-position: right;
    }

    .mobile-commenter .operation-block li.active span {
        position: absolute;
        width: 20px;
        height: 12px;
        display: inline-block;
        top: 2px;
        right: -2px;
        background: #c7000b;
        color: #fff;
        font-size: 12px;
        border: 1px solid #ffffff;
        border-radius: 3px;
        text-align: center;
    }

    .mobile-commenter .operation-block i {
        width: 32px;
        height: 32px;
        display: inline-block;
    }

    .mobile-commenter-cover.active {
        background: rgba(0, 0, 0, 0.60);
        height: 100%;
    }

    .mobile-commenter-cover .mobile-comment-btn {
        display: none;
        vertical-align: middle;
        padding: 0 8px;
        margin-left: 12px;
        height: 32px;
        line-height: 32px;
        position: absolute;
        right: 15px;
        bottom: 9px;
    }

    .mobile-commenter-cover.active .mobile-comment-btn {
        display: inline-block;
    }

    .mobile-commenter-cover.active .operation-block {
        display: none;
    }

    .mobile-commenter-cover.active .mobile-comment-textarea {
        width: calc(100% - 54px);
    }

    .mobile-commenter-cover.active .mobile-comment-textarea.edit-comment {
        width: calc(100% - 78px);
    }

    .comment-block .comment-more-cover.second-more {
        padding-left: 44px;
        -webkit-box-pack: left;
        -webkit-justify-content: left;
        -moz-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
        margin-top: 4px;
        margin-bottom: 16px;
    }

    .mobile-commenter-cover .mobile-comment-pop {
        position: absolute;
        bottom: 50px;
        width: 100%;
        padding: 0 15px 20px;
        display: none;
        max-height: calc(100vh - 190px);
        z-index: 1;
        overflow-y: scroll;
        background-color: #fff;
    }

    .mobile-commenter-cover .mobile-comment-pop .icon-delete {
        display: inline-block;
        position: fixed;
        right: 12px;
        margin-top: 12px;
        width: 21px;
        height: 21px;
        z-index: 10;
    }

    .mobile-commenter-cover .mobile-comment-pop .icon-delete:before {
        content: "";
        position: absolute;
        width: 16px;
        height: 1px;
        display: inline-block;
        border: 1px solid #8A8E99;
        -webkit-transform: rotateZ(45deg);
        transform: rotateZ(45deg);
        top: 9px;
        left: 3px;
    }

    .mobile-commenter-cover .mobile-comment-pop .icon-delete:after {
        content: "";
        position: absolute;
        width: 16px;
        height: 1px;
        display: inline-block;
        border: 1px solid #8A8E99;
        -webkit-transform: rotateZ(-45deg);
        transform: rotateZ(-45deg);
        top: 9px;
        left: 3px;
    }

    .mobile-commenter-cover .mobile-comment-pop .icon-delete:hover:before,
    .mobile-commenter-cover .mobile-comment-pop .icon-delete:hover:after {
        border-color: #C7000B;
    }

    .mobile-commenter-cover.comment-list .comment-detail {
        display: block;
    }

    .mobile-commenter-cover .mobile-comment-pop .comment-list-second {
        border-top: none;
        margin-top: 58px;
    }

    .mobile-commenter-cover.comment-list .mobile-comment-title {
        text-align: center;
        margin-bottom: 4px;
        position: fixed;
        left: 0;
        width: calc(100% - 4px);
        z-index: 9;
        background: #fff;
        padding-top: 20px;
        padding-bottom: 16px;
    }

    .pop-block .pop-detail-block.nick-block .warning-box .nick-input {
        width: 100%;
    }

    .page-transit .cloud-blog-detail-left {
        position: relative;
        top: 0;
    }
}