.detail-main {
    width: 740px;
    margin: 77px auto 0 auto;
    background-color: #fff;
    border: 1px solid transparent;
    min-height: 100%;
    padding: 20px;
}

@media screen and (min-width: 1025px) {
    body {
        font-family: PingFang SC, Helvetica Neue, Helvetica, Arial, Hiragino Sans GB, Microsoft Yahei, \\5FAE\8F6F\96C5\9ED1, STHeiti, \\534E\6587\7EC6\9ED1, sans-serif;
    }
}

.detail-main-box {
    padding: 0 35px 15px;
}

.detail-content-left-title {
    font-size: 24px;
    font-weight: 400;
    word-wrap: break-word;
}

.detail-main-warn {
    height: 42px;
    margin: 0 auto;
    width: 100%;
    line-height: 42px;
    color: #999;
    font-size: 12px;
    padding: 0 35px;
    margin-top: -20px;
    display: none;
    box-sizing: border-box;
}

.detail-content-left {
    border-bottom: 1px solid #f0f0f0;
}

@media screen and (min-width: 1024px) {
    .detail-main-content {
        min-height: 350px;
    }
}

.detail-footer-style {
    position: relative;
    padding-top: 6px;
    border-top: 1px solid #e5e5e5;
    color: #bababa;
    line-height: 32px;
}

.detail-main-right {
    width: 100%;
    position: fixed;
    left: -50px;
    top: 150px;
}

.detail-author-separate {
    position: relative;
    float: left;
}

.detail-top-time {
    margin-top: 10px;
    margin-bottom: 5px;
    line-height: 20px;
    font-size: 12px;
}

span.detail-time-separate-author {
    color: #b2b2b2;
    font-size: 12px;
}

.detail-time-separate span {
    color: #b2b2b2;
    margin-left: 13px;
    font-size: 12px;
}

.detail-time-separate > span {
    font-size: 12px;
}

.detail-main-content * {
    max-width: 100% !important;
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    word-wrap: break-word !important;
}

.detail-main-content {
    /* background-color: #f4f4f4; */
    margin: 15px auto;
    width: 100%;
    word-wrap: break-word;
    overflow: hidden;
    color: #3e3e3e;
    font-size: 16px;
}

.detail {
    /* background-color: #ebebeb; */
    min-height: 100%;
}