.icon-wx {
    display: inline-block;
    width: 25px;
    height: 20px;
    background-image: url(../images/wx.png);
    vertical-align: middle;
    margin-right: 8px;
    pointer-events: none
}

.icon-time {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../images/time.png) no-repeat center center/100% 100%;
    vertical-align: top;
    margin-right: 8px
}

.icon-book {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../images/view.png) no-repeat center center/100% 100%;
    vertical-align: top;
    margin-right: 8px
}

.xl-app-wrap {
    margin-bottom: 60px
}

.wrap {
    width: 1200px;
    min-height: 2000px;
    margin: auto;
    background: #fff;
    position: relative
}

.wrap .main {
    width: 860px;
    margin-right: 70px
}

.wrap .main ul {
    overflow: hidden
}

.wrap .main li {
    float: left
}

.wrap .main .article-wrap {
    margin-bottom: 60px
}

.wrap .main .article-wrap .article-cover {
    width: 100%;
    margin-bottom: 40px;
    height: 410px
}

.wrap .main .article-wrap .article-cover img {
    width: 100%;
    height: 100%
}

.wrap .main .article-wrap .article-title {
    font-size: 30px;
    color: #333;
    font-weight: bold;
    margin-bottom: 30px
}

.wrap .main .article-wrap .article-info {
    font-size: 14px;
    color: #9b9b9b;
    margin-bottom: 30px
}

.wrap .main .article-wrap .article-info span {
    margin-right: 50px
}

.wrap .main .article-wrap .article-content {
    font-size: 16px;
    color: #333;
    padding-top: 30px;
    line-height: 1.7;
    border-top: 1px dashed #e8e8e8
}

.wrap .main .article-wrap .article-content p {
    margin-bottom: 20px
}

.wrap .main .article-wrap .article-content img {
    display: block;
    margin: 0 auto;
    max-width: 100%
}

.wrap .main .article-wrap .article-content a {
    color: #00e
}

.wrap .main .article-wrap .get-wx {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 40px;
    border-bottom: 1px dashed #e8e8e8
}

.wrap .main .article-wrap .get-wx .wx-btn {
    width: 200px;
    height: 50px;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    background: #67c162;
    line-height: 50px;
    color: #fff;
    cursor: pointer
}

.wrap .main .article-wrap .free-consult {
    cursor: pointer;
    margin: 50px auto 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: normal;
    width: 200px;
    height: 50px;
    border-radius: 5px;
    background: #66C162;
    font-size: 18px;
    color: #fff
}

.wrap .main .article-wrap .free-consult::after {
    content: '';
    width: 18px;
    height: 18px;
    margin-left: 8px;
    background: url("../images/zixun.png") no-repeat center/100% 100%
}

.wrap .main .article-wrap .operation {
    color: #66C162;
    font-size: 14px;
    padding: 10px 5px;
    background: #f4f4f4;
    border-radius: 5px;
}

.wrap .main .article-wrap .operation a {
    display: inline-block;
    font-size: 14px;
    color: #333;
    max-width: 42%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.wrap .main .article-wrap .operation a.next {
    float: right
}

.wrap .main .line {
    display: inline-block;
    width: 6px;
    height: 20px;
    border-radius: 3px;
    background: #ffa000;
    vertical-align: top;
    margin-right: 10px;
    margin-top: 2px
}

.wrap .main .recommend {
    margin-bottom: 60px
}

.wrap .main .recommend h3 {
    font-size: 20px;
    color: #333;
    margin-bottom: 30px;
    font-weight: bold
}

.wrap .main .recommend .recommend-list {
    overflow: hidden
}

.wrap .main .recommend .recommend-list .recommend-item {
    float: left;
    width: 200px;
    margin-right: 20px;
    margin-bottom: 20px
}

.wrap .main .recommend .recommend-list .recommend-item:nth-child(4n) {
    margin-right: 0
}

.wrap .main .recommend .recommend-list .recommend-item:nth-child(5n) {
    clear: left
}

.wrap .main .recommend .recommend-list .recommend-item .cover {
    width: 200px;
    height: 134px;
    margin-bottom: 10px;
    position: relative
}

.wrap .main .recommend .recommend-list .recommend-item .cover::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.06)
}

.wrap .main .recommend .recommend-list .recommend-item .cover img {
    width: 100%;
    height: 100%
}

.wrap .main .recommend .recommend-list .recommend-item .title {
    font-size: 16px;
    color: #333;
    line-height: 1.5
}

.wrap .main .comment {
    margin-top: 40px
}

.wrap .main .comment h3 {
    font-size: 20px;
    color: #333;
    margin-bottom: 30px;
    font-weight: bold
}

.wrap .main .comment .comment-list .comment-item {
    margin-bottom: 50px;
    overflow: hidden
}

.wrap .main .comment .comment-list .avatar {
    float: left;
    width: 40px;
    height: 40px
}

.wrap .main .comment .comment-list .avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.wrap .main .comment .comment-list .comment-info {
    margin-left: 60px
}

.wrap .main .comment .comment-list .comment-info .user-name {
    margin-top: 4px;
    font-size: 16px;
    color: #333;
    margin-bottom: 16px
}

.wrap .main .comment .comment-list .comment-info p {
    font-size: 14px;
    color: #333;
    line-height: 1.5
}

.wrap .main .comment .comment-more {
    display: block;
    width: 140px;
    height: 40px;
    border: 1px solid #e8e8e8;
    line-height: 40px;
    text-align: center;
    margin: 60px auto;
    font-size: 14px;
    color: #333;
    cursor: pointer
}

.wrap .main .comment .comment-more:hover {
    color: #ffa000;
    border-color: #ffa000
}

.wrap .side {
    width: 270px;
    position: absolute;
    top: 80px;
    right: 0
}

.wrap .side h3 {
    font-size: 20px;
    color: #333;
    font-weight: bold
}

.wrap .side h3::before {
    content: '';
    display: inline-block;
    height: 20px;
    width: 5px;
    border-radius: 3px;
    background: #ffa000;
    margin-right: 10px;
    vertical-align: top
}

.wrap .side .author-wrap {
    margin-bottom: 60px;
    border: 2px solid #e8e8e8;
    text-align: center;
    padding-bottom: 30px
}

.wrap .side .author-wrap .author-avatar {
    display: block;
    width: 90px;
    height: 90px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: -45px;
    margin-bottom: 30px;
    border-radius: 50%;
    border: 6px solid #fff
}

.wrap .side .author-wrap .author-avatar::after {
    content: '';
    background: rgba(0, 0, 0, 0.05);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%
}

.wrap .side .author-wrap .author-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.wrap .side .author-wrap .author-name {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    padding: 0 50px;
    line-height: 1.5;
    margin-bottom: 16px
}

.wrap .side .author-wrap .anthor-intro {
    padding: 0 50px;
    line-height: 1.5;
    font-size: 14px;
    color: #333;
    margin-bottom: 40px
}

.wrap .side .author-wrap .anthor-wx {
    width: 140px;
    height: 40px;
    margin: auto;
    border-radius: 4px;
    background: #67c162;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    cursor: pointer
}

.wrap .side .author-wrap .free-consult {
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: normal;
    width: 140px;
    height: 40px;
    margin: 0 auto;
    border-radius: 5px;
    background: #66C162;
    font-size: 14px;
    color: #fff
}

.wrap .side .author-wrap .free-consult::after {
    content: '';
    width: 14px;
    height: 14px;
    margin-left: 8px;
    background: url("../images/zixun.png") no-repeat center/100% 100%
}

.wrap .side .recommend-item {
    margin: 30px 0
}

.wrap .side .recommend-item .title {
    font-size: 14px;
    color: #333;
    line-height: 1.5
}

.wrap .side .recommend-item .auther {
    font-size: 13px;
    color: #c8c8c8;
    margin-top: 10px
}

.wrap .side .recommend-item .auther .auther-name {
    margin-right: 20px
}

.wrap .side .recommend-news {
    margin-bottom: 60px
}

.wx-box {
    width: 180px;
    padding: 20px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    position: absolute;
    top: 200px;
    left: 100px;
    z-index: 1;
    background: #fff;
    display: none
}

.wx-box .wx-code {
    font-size: 13px;
    color: #333;
    margin-bottom: 10px
}

.wx-box .qrcode {
    width: 180px;
    height: 180px
}

.wx-box .qrcode img {
    width: 100%;
    height: 100%
}