/*结构*/
.container-main {
    margin-top: 20px;
    width: 926px;
    float: left;
}
.container-sidebar {
    padding-left: 20px;
    width: 300px;
    float: right;
}
.article-title {
    font-size: 28px;
    font-weight: 700;
}
.question-extend {
    background: rgba(0,0,0,.03);
    padding: 10px 15px;
    margin: 10px 0 0 0;
    font-size: 14px;
    line-height: 28px;
}
.question-extend i.fas {
    float: left;
    margin-top: 5px;
    color: rgba(0,0,0,.4);
}
.question-extend div.extend {
    margin: 0;
    text-indent: 8px;
}
.question-extend div.extend p {
    margin: 0;
}
.question-extend div.tags {
    margin: 0;
}
.question-extend div.tags a.tag {
    margin-right: 10px;
    color: rgba(0,0,0,.8);
}
.question-extend div.tags a.tag:hover {
    color: red;
}
.question-extend div.tags a.tag::before {
    content: "#";
    color: rgba(0,0,0,.5);
    margin-right: 4px;
}
.slide-zone {
    margin-top: 10px;
}
/*面包屑导航*/
.bread-crumb-list {
    padding: 0;
    margin: 10px 0 0 0;
    line-height: 18px;
    font-size: 14px;
}
.bread-crumb-list,
.bread-crumb-list a {
    color: rgba(34, 34, 34, 0.79);
}
/*文章元信息*/
.article-info {
    margin: 10px 0 0 0;
    font-size: 14px;
    color: rgba(34, 34, 34, 0.79);
}
.article-info .do-answer {
    display: inline-block;
    margin-right: 25px;
    width: 100px;
    height: 34px;
    background: #4dc86f;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    line-height: 34px;
}
.article-info .do-question {
    display: inline-block;
    margin-right: 25px;
    width: 100px;
    height: 34px;
    background: #ff3547;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    line-height: 34px;
}
.article-info .article-info-item {
    margin-right: 25px;
}
.article-info .article-info-item i {
    margin-right: 5px;
}
/*问题推荐*/
.question-select {
    margin-top: 10px;
    padding: 5px 15px;
    font-size: 14px;
    border: 1px solid rgba(0,0,0,.1);
}
.question-select .left,
.question-select .right {
    width: 50%;
}
.question-select .left {
    padding-right: 10px;
}
.question-select .right {
    padding-left: 10px;
}
.question-select ul li {
    padding: 8px 0;
}
/*回答区域*/
.answers-zone {
    margin-top: 20px;
}
.answers-zone .list-group .list-group-item {
    border: none;
}
.answers-zone-title {
    margin: 20px 0;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 700;
    background-color: rgba(0,0,0,.03);
}
.answers-zone-detail-top-info {
    padding: 10px 10px;
    background-color: rgba(0,0,0,.03);
    margin-bottom: 10px;
}
.answers-zone-detail-top-info .left{
    font-size: 14px;
    float: left;
}
.answers-zone-detail-top-info .right{
    font-size: 14px;
    float: right;
}
.answers-zone-detail .reply-author{
    font-size: 14px;
}
.answer-item-li {
    padding: 0 0 20px 0;
}
/*超限效果*/
.height-limit-first {
    max-height: 600px;
    overflow: hidden;
}
.height-limit {
    max-height: 310px;
    overflow: hidden;
}
/*遮罩部分*/
.answer-zone-item-top {
    position: relative;
}
.show-release-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 150px;
    text-align: center;
    font-size: 16px;
    z-index: 10000;
}
.show-release-content-background {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100px;
    background: url(/uploads/holder/toumingjianbian.png) no-repeat;
    background-size: 100% 100%;
}
.show-release-content-text {
    background-color: white;
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    font-size: 14px;
    line-height: 50px;
}
.show-release-content-tips {
    color: #333;
}
/*更多回答按钮*/
.more-release-answers {
    margin-top: 5px;
    padding: 10px 0;
    background-color: rgba(0,0,0,.03);
    font-size: 14px;
    text-align: center;
    line-height: 28px;
    /*border-top: 1px solid rgba(0,0,0,.01);*/
    /*border-bottom: 1px solid rgba(0,0,0,.01);*/
}
/*点赞踩*/
.good-bad {
    position: relative;
    display: inline-block;
    margin: 10px 25px 0 0;
    background: #fff;
    border: 1px solid #dae0e4;
    height: 32px;
    min-width: 100px;
    line-height: 32px;
    border-radius: 32px;
    font-size: 12px;
    text-align: center;
    color: #34b458;
    font-weight: 700;
}
.good-bad:hover {
    border: 1px solid #34b458;
}
.good-bad .center {
    margin: 0 5px;
    color: #dae0e4;
}
.good-bad .good {
    margin-left: 15px;
}
.good-bad .bad {
    margin-right: 15px;
}

/*正文*/
.detail{
    font-size: 16px;
    line-height: 28px;
}
.detail h2{
    margin: 10px 0;
    padding: 0 0 0 10px;
    border-left: 3px solid #ff3547;
    font-size: 18px;
    font-weight: 700;
}
.detail h3{
    margin: 10px 0;
    padding: 0 0 0 10px;
    border-left: 3px solid #aa66cc;
    font-size: 16px;
    font-weight: 700;
}
.detail p{
    margin: 0;
    padding: 0;
}
.detail img{
    width: 100%;
    margin: 10px 0;
}
/*回复编辑器*/
.answer-editor {
    margin: 20px 0;
    display: none;
}
.answer-editor .answer-edit-btn {
    background-image: linear-gradient(90deg,#33cc75 0,#29cfb3 99%);
    border-radius: 4px;
    border: 0;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    padding: 0 15px;
    float: right;
}
/*绳索装饰*/
.rope-main,
.rope-sub {
    margin: 0 auto;
    background-image: url(/uploads/holder/rope.png);
    background-size: 100%;
}
.rope-main {
    height: 122px;
}
.rope-sub {
    height: 40px;
}
/*顾问推荐*/
.testimonial-card .card-up {
    background-color: #f5f2f0;
}
.adviserName {
    font-size: 18px;
    margin-bottom: 5px;
}
.adviserDesc {
    font-size: 14px;
}
.adviserDetailZone {
    text-align: left;
    font-size: 14px;
}
.adviser-progress-bar {
    width: 0;
}
.qr-code-zone {
    color: white;
    text-align: center;
}
.qr-code-zone .notice {
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 5px;
}
.qr-code-zone .chance-left {
    margin-bottom: 10px;
}
.qr-code-zone img {
    width: 150px;
}
.qr-code-zone .method {
    font-size: 14px;
    text-align: left;
}
.article-title-item {
    font-size: 14px;
}
/*广告区域*/
.ad-zone a img {
    margin-top: 20px;
    width: 100%;
}
/*为您推荐问答*/
.suggest-zone {
    margin-top: 10px;
    margin-bottom: 20px;
}
.new-question-zone .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    margin: 10px 0 0 0;
}
.new-question-zone .title a {
    color: #333;
}
.new-question-zone .answer {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    margin: 8px 0 0 0;
}
.new-question-zone .answer a {
    color: #999;
}
.new-question-zone .info {
    color: #999;
    font-size: 12px;
    margin: 8px 0 10px 0;
}
.new-question-zone .info .right {
    float: right;
}

.huanered {
    background-color: #ff3547 !important;
}
.huanered-text {
    color: #ff3547 !important;
}
.huanegrey{
    background-color: #f7f7f7;
}
footer .footer-text-grey a:link {
    color: grey;
}
footer .footer-text-grey a:visited {
    color: grey;
}
footer{
    background-color: #1e1e1e;
    color: grey !important;
}
footer h5 {
    color: white;
    font-weight: lighter;
}
footer hr {
    border-top: 1px dashed #434343;
    margin:8px 0px;
}
.a-grey {
    color: #414141 !important;
}
.a-white-color a:link {
    color: white;
}
.a-white-color a:visited {
    color: white;
}
.a-black-color a:link {
    color: black;
}
.a-black-color a:visited {
    color: black;
}
.display-three-line{
    position: relative;
    padding-right: 1em !important;
    line-height: 1.5em;
    height: 4.5em;
    overflow: hidden;
    text-overflow: ellipsis;
}
.display-three-line:after{
    bottom: 0;
    right: 0;
    content: "...";
    position: absolute;
}
.display-double-line{
    position: relative;
    padding-right: 1em !important;
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
    text-overflow: ellipsis;
}
.display-double-line:after{
    bottom: 0;
    right: 0;
    content: "...";
    position: absolute;
}
.hr-notice {
    margin-top: 5px;
    font-size: 13px;
    color: grey;
}
.container th,td {
    border: 1px solid #ccc;
}