﻿* {
    margin: 0;
    padding: 0;
}

body {
    display: block;
}

html {
    font-family: -apple-system-font, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
    font-size: 15px;
}

.cl {
    clear: both;
}

.red {
    color: #FF0000;
    font-weight: 700;
}

.header {
    /* position: fixed; */
    /* z-index: 9999; */
    /* width: 100%; */
    background: #77C182;
    padding: 10px 8px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.nav {
    font-size: 14px;
    color: #999;
    padding: 8px 6px;
    text-align: center;
}
.time, .time2 {
    color: #ccc;
    font-size: 10px;
}
.lztag {
    margin: 5px;
    padding: 1px 4px;
    font-size: 10px;
    border: 1px solid #02879f;
    border-radius: 3px;
}
.tag-detail {
    padding: 2px 5px;
    background-color: #77C182;
    border-radius: 3px;
    color: #fff;
}

#threadstamp {
    position: relative;
    width: 100%;
    height: 0;
    overflow: visible;
}
#threadstamp img {
    position: absolute;
    top: 20px;
    left: 160px;
    z-index: -1;
}
.wxinfo {
    display: flex;
    width: 100%;
    height: 70px;
    color: #02879F;
}
.wxinfo div {
    flex: 1;
    font-size: 12px;
}
.wxinfo div img {
   max-width: 50px;
   max-height: 50px; 
}

.footer{
	font-size: 13px;
    color: #606163;
    /* margin-top: 15px; */
    padding: 5px 0 0 0;
    text-align: center;
    line-height: 18px;
    width:100%;
    /* max-width:920px;  */
    margin-left:auto; 
    margin-right:auto;
    position:fixed;
    background: #E3E3E7;
    bottom:0;
    display: none;
}
.wxh0 {
    width: 90%;
    text-align: center;
    background-color: #77C182;
    color: #fff;
    /* font-weight: bold; */
    padding: 10px 0;
    border-radius: 4px;
    margin-bottom: 5px;
    font-size: 14px;
    box-shadow: 3px 3px 5px #77C182;
}
.wxh {
    width: 90%;
    text-align: center;
    /* background-color: rgba(65,183,249,.79); */
    background-color: #77C182;
    color: #fff;
    font-weight: bold;
    padding: 10px 0;
    border-radius: 4px;
    margin-bottom: 5px;
    font-size: 16px;
    box-shadow: 3px 3px 5px #77C182;
}
#tip {
	position: fixed;
	top: 0;
    left: 0;
	z-index: 9999;
    width: 100%;
    height: 100%;
	text-align: center;
    display: none;
	
}
#tip_div {
    position: relative;
	top: 40%;
}
#tip_div span {
	padding: 15px 50px;
	background-color: rgb(0,0,0);
    color: white;
    font-size: 20px;
	border-radius: 5px;
	filter:alpha(opacity=90);   
	-moz-opacity:0.9;   
	-khtml-opacity: 0.9;   
	opacity: 0.9; 
}
@media screen and (max-width: 780px){
	body{
		/* background: #FAFBEA; */
	}
 
	.footer{
		display: block !important;
	}
	
}

.question {
    border-top: 1px solid #E3E3E7;
    border-bottom: 1px solid #E3E3E7;
}

.question .question-status {
    float: left;
    width: 4%;
    background: #77C182;
    color: #fff;
    font-size: 14px;
    padding: 10px;
}

.question .question-info {
    float: left;
    margin-left: 10px;
    width: 80%;
}

.question .question-info .question-title {
    color: #000;
    margin-top: 10px;
}

.question .question-info .question-author {
    color: #999;
    margin-top: 10px;
    font-size: 12px;
}

.question-desc {
    padding: 10px 8px;
    border-bottom: 10px solid #E3E3E7;
    line-height: 160%;
}
.answer {
    height: 34px;
    left: 0;
    line-height: 34px;
    padding-left: 0;
    position: relative;
    top: 0;
}
.answer span {
    background-color: #77C182;
    color: #fff;
    padding: 6px 30px 6px;
}
.answer .doc-answer-title {
    padding: 10px 8px;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #77C182;
}

.doc-answer .doc-icon {
    float: left;
    padding-right: 5px;
    width: 30px;
}

.doc-answer .doc-info {
    margin: 10px 0 0 10px;
}

.doc-answer .doc-info .doc-icon img {
    display: block;
    margin: 0 auto;
    border-radius: 20px;
    height: 30px;
    /* width: 40px; */
    /* height: 40px; */
}

.doc-answer .doc-info .doc-desc {
    /* float: left; */
    line-height: 17px;
}

.doc-answer .doc-info .doc-desc .doc-title {
    font-size: 12px;
    color: #888;
}

.doc-answer-content {
    padding: 5px 10px 5px 25px;
    line-height: 160%;
}
.recomment-content {
    padding-left: 15px;
    line-height: 160%;
}

.doc-like,
.author-comment .author-comment-like {
    color: #333;
    padding: 10px;
    border-top: 1px solid #E3E3E7;
    border-bottom: 1px solid #E3E3E7;
}

/* .doc-answer-content img {
    display: block;
    width: 100%;
    margin: 0 auto;
} */

.author-comment .author-info {
    font-size: 16px;
    color: #02879f;
    padding: 10px;
    border-top: 1px dashed #000;
    padding-bottom: 0px;
}

.author-comment .author-comment-content {
    padding: 10px;
    line-height: 160%;
}

.comment .title {
    padding: 10px 10px 0;
    font-size: 16px;
    font-weight: bold;
}

.comment ul {
    list-style: none;
}

.comment .lz-msg .icon {
    float: left;
    height: 30px;
    /* width: 60px; */
    /* padding-left: 5px; */
    padding-right: 5px;
}

.comment .lz-msg .icon img {
    display: block;
    margin: 0 auto;
    width: 30px;
    height: 30px;
    border-radius: 20px;
}

.comment .lz-msg .lz-info {
    line-height: 17px;
}

.comment ul li {
    margin-top: 10px;
}

.comment .lz-msg .lz-info .lz-name, .doc-name {
    color: #02879f;
}

.comment .lz-msg .lz-info .lz-level {
    color: #888;
    font-size: 12px;
}

.comment .lz-content {
    padding: 5px 0 5px 10px;
    border-bottom: 1px solid rgb(188, 192, 197);
    line-height: 160%;
}

.comment .lz-content img {
    display: block;
    width: 100%;
}

.buchong {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed #000;
}

.buchong .buchong-title {
    font-weight: 600;
}

.buchong .buchong-content {
    text-indent: 2em;
}

.recomment0 {
    background: #fff;
    padding: 5px 10px;
}
.recomment {
    background: #f1f1f1;
    padding: 5px 10px;
    /* margin-top: 10px; */
}

.recomment .recomment-name {
    color: #02879F;
    margin-top: 8px;
    line-height: 150%;
}

/* .footer {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #E3E3E7;
} */

.touch-platform {
    background: #07B3E3;
    padding-top: 20px;
    padding-bottom: 20px;
}

.touch-platform a {
    display: block;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 6px;
    width: 70px;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    padding-top: 4px;
    padding-bottom: 4px;
}