﻿.left, .right {
    -moz-transition: all .6s;
    -o-transition: all .6s;
    -webkit-transition: all .6s;
    transition: all .6s;
    overflow: hidden;
}

.article-detail {
    background: #fff;
    padding: 10px 15px;
    overflow-x: hidden;
    border: 1px solid #ddd;
}

.article-detail > div {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.article-tool {
    overflow: hidden;
    line-height: 24px;
    margin-bottom: 15px;
}

.article-tool .date-box {
    float: left;
}

.article-tool .tool-box {
    float: right;
}

.article-detail-title {
    text-align: center;
    color: #555;
    font-weight: bold;
    font-size: 26px;
    line-height: 30px;
    padding: 5px 0;
    margin-bottom: 5px;
}

.article-detail-appendix {
    text-align: center;
    font-size: 17px;
    line-height: 20px;
    padding: 5px 0;
    margin-bottom: 5px;
}

.article-detail-content p {
    text-indent: 2em;
}

.article-detail-content img {
    max-width: 100%;
}

.component-box {
    margin: 0 auto;
    text-align: center;
    font-size: 0;
    position: relative;
    width: 260px;
}

.component-box a {
    display: inline-block;
    font-size: 14px;
}

.component-box .fa {
    text-indent: 0;
    margin-right: 3px;
}

.component-box .wechat,
.component-box .alipay {
    width: 110px;
    height: 34px;
    line-height: 34px;
    color: #fff;
}

.component-box .wechat {
    padding-right: 20px;
    background: #DFB741;
    text-align: center;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.component-box .alipay {
    padding-left: 20px;
    background: #019FE8;
    text-align: center;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.component-box .praise {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 34px;
    color: #fff;
    position: absolute;
    left: 110px;
    top: -6px;
    border: 3px solid #fff;
    background-color: #FF5722;
    font-size: 16px;
}

.article-detail-copyright p {
    margin: 5px 0 !important;
}

.article-component {
    border: 1px solid #ddd;
    border-top: none;
    margin-top: -15px;
    margin-bottom: 15px;
    background-color: #fff;
    padding: 20px 0;
}
