.detail {
    width: 880px;
    height: 100%;
    margin-right: 30px;
    background: #fff;
    box-sizing: border-box;
    /* padding: 20px; */
    padding: 35px 50px;
}
.detail .detaile-content {
    line-height: 30px;
}
.center {
    position: relative;
    background: url(../imgs/qixieke/big_bg.jpg) repeat-y top center;
    background-size: 100% auto; 
}
.mask-img  {
    position: absolute;
    width: 100%;
    height: auto;
}
.center-content  {
    position: relative;
    background: rgba(0,0,0,.2);
    z-index: 2;
}
.big-title {
    font-family: MicrosoftYaHei-Bold;
	/* font-size: 43px; */
	font-size: 34px;
    color: #333;
    padding: 35px 30px 35px 0;
    position: absolute;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    top: 0px;
    /* height: 215px; */
    width: 880px;
}
.information {
    /* padding-top: 20%; */
    padding-top: 12%;
}
.detail-nav a {
    font-family: MicrosoftYaHei;
	font-size: 14px;
    color: #333333;
    margin: 0 1%;
}

.detail-nav a:hover {
    text-decoration: #333333;
}
.artical-time p {
	font-family: MicrosoftYaHei;
	font-size: 14px;
    color: #999999;
    /* padding: 40px 0px 20px 0px; */
}
.artical-time {
    justify-content: space-between;
}
.artical-time .right {
    align-items: center;
}
.artical-time .right img {
    margin-right: 8px;
}
.artical-time .right span {
	font-family: MicrosoftYaHei;
	font-size: 14px;
	color: #999999;
}
.detaile-content img {
    max-width: 100%;
}



/* 评论模块 */
.comment {
    /* height: 550px; */
    background: #fff;
}
.down-load .btn-like {
    background: #2f9f9b;
}
.down-load .btn-download {
    background: #f5522d;
}
.down-load .btn-like,
.down-load .btn-download {
    width: 166px;
    height: 44px;
    justify-content: center;
    align-items: center;
    margin-left: 25px;
    border-radius: 6px;
}
.down-load a.btn-like {
    position: relative;
    top:35px;
}
.down-load .btn-like span,
.down-load .btn-download span {
    font-family: MicrosoftYaHei;
	font-size: 16px;
	color: #ffffff;
}
.down-load .btn-like img,
.down-load .btn-download img {
    margin-right: 6px;
}

.share {
    margin-bottom: 90px;
    justify-content: flex-end;
    align-items: center;
}
.share div {
    margin-right: 30px;
}
.share img { 
    cursor: pointer;
}
.left-comment {
    width: 880px;
}
.qr-code {
    align-items: center;
    margin-top: 70px;
    margin-left: 56px;
}
.qr-code img {
    width: 207px;
}
.qr-code p {
    padding: 20px 0;
}
.sub-comment {
    margin-bottom: 100px;
}
.sub-comment h6 {
	font-family: MicrosoftYaHei-Bold;
	font-size: 18px;
    color: #333333;
    border-left: 4px solid #2f9f9b;
    padding-left: 17px;
    margin-bottom: 20px;
}
.comments {
    position: relative;
    height: 178px;
    box-sizing: border-box;
    padding: 20px;
    border: 1px solid #e6e9eb;
}
.comments p {
	font-family: MicrosoftYaHei;
	font-size: 18px;
	color: #999999;
}
.comments .login-click {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 55px;
    background: #f7f7f7;
    align-items: center;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 11px;
}
.comments .login-click p {
	font-family: MicrosoftYaHei;
	font-size: 18px;
    color: #999;
    line-height: 55px;
}
.comments .login-click p a {
    color: #2f929f;
}
.comments .submit-comment {
    width: 90px;
    height: 34px;
    background: #2f929f;
    line-height: 34px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
}
.scrool-top {
    height: 26px;
    width: auto;
}
.line {
    border-right: 1px solid #d4d9dc;
}
.share div.line {
    margin-right: 15px;
    padding-right: 15px;
}

.tab-page {
    position: relative;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #2f929f;
    font-size: 14px;
    border-radius: 2px;
}
.tab-page img {
    position: absolute;
    top: -2.8px;
    left: 6px;
}
.tab-page p {
    padding: 0;
    color: #fff;
    padding-right: 6px;
    padding-left: 22px;
}
.ctime {
    margin-right: 22px;
}
.left1 {
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
}
.comments textarea {
    width: 100%;
    height: 120px;
}
.login-click p {
    align-items: center;
}
.login-click p img {
    width: 27px;
    margin-right: 15px;
    border-radius: 50%;
}
.input {
    margin-bottom: 38px;
}

.comment-show {
	font-family: MicrosoftYaHei;
	font-size: 14px;
	color: #666666;
}
.top-nick {
    align-items: center;
}
.left-portrait {
    margin-right: 23px;
}
.left-portrait img {
    display: block;
    width: 56px;
    height: 56px;
    border-radius: 50%;
}
.top-nick p:nth-child(1) {
	font-family: MicrosoftYaHei;
	font-size: 14px;
	color: #333333;
}
.top-nick p:nth-child(2) {
    position: relative;
	font-family: MicrosoftYaHei;
	font-size: 12px;
    color: #999999;
    margin-left: 28px;
}
.top-nick p:nth-child(2)::before {
    position: absolute;
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 50%;
    top: 50%;
    left: -12px;
    background: #dadbdd;
}
.bottom-content {
    padding-top: 16px;
}
.comment-show ul li {
    /* height: 138px; */
    padding: 20px 0;
    align-items: center;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
}
.comment-show .right-show div.flex-row {
    margin-top: 15px;
}
.comment-show .right-show div.flex-row div.flex-column:nth-child(1) {
    margin-right: 20px;
}
.comment-show .right-show div.flex-row div.flex-column {
    align-items: center;
}
.comment-show .right-show div.flex-row div.flex-column span {
    margin-top: 6px;
    font-size: 12px
}
.comment-show .right-show div.flex-row img {
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.comment-show .right-show div.flex-row img:nth-child(1) {
    
}
iframe {
    width: 100%;
    height: 600px;
}
.detail-nav {
    flex-wrap: wrap;
}

.artical-time {
    flex-direction: column;
}
.margin-top {
    margin-top:20px;
}
.left-father {
    align-items: center;
    justify-content: space-between;
}
.pc .ctime {
    margin: 0;
}

/* 移动端适配 */
@media only screen and (max-width: 768px) {
    .margin-top {
        margin-top:0px;
    }
    .artical-time {
        flex-direction: row;
    }
    .down-load a.btn-like {
        top:0px;
    }
    .down-load {
        margin:10px 0;
    }
    
    .down-load .btn-like {
        width: 7.125rem;
        height: 1.8125rem;
    }
    .sub-comment {
        margin-bottom: 0px;
    }
    .qr-code {
        margin: 0;
    }
    .A-inner {
        flex-direction: column;
    }
    .big-title {
        position: relative;
        padding: 0;
        font-size: 1.2rem;
        width: 100%;
        text-align: justify;
        margin-bottom: 10%;
        padding-top: 5%;
    }
    .detail {
        width: 100%;
        padding: 35px 2%;
    }
    .left1 {
        position: relative;
        align-items: flex-start;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .left1 p.ctime {
        position: absolute;
        top: 5%;
    }
    .artical-time {
        flex-direction: column;
    }
    .tab-page a {
        white-space: nowrap;
    }
    .artical-time p {
        margin-bottom: 2%;
    }
    .information {
        padding-top: 0;
    }
    .left-comment {
        width: 100%;
        padding-top: 5%;
    }
    .share {
        margin-bottom: 5%;
        margin-top: 5%;
    }
    .comments .login-click {
        height: 2.5rem;
    }
    .comments .submit-comment {
        width: 4.8125rem;
        height: 2.0625rem;
    }
    .left-portrait img {
        width: 3.5rem;
        height: 3.5rem;
    }

    iframe {
        width: 100%;
        height: 12.5rem;
    }
}