* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "微软雅黑";
	font-size: 14px;
	background: #F5F5F5;
}

ul,
li {
	list-style: none;
}

a {
	text-decoration: none;
}
a:hover{
	color: #0279ff;
}
address,
cite,
em,
i {
	font-style: normal;
}

.clear {
	clear: both;
}

.nch-breadcrumb {
	font-size: 0;
	text-align: left;
	height: 20px;
	padding: 10px 0;
	margin: 0 auto;
}

.wrapper {
	width: 1100px;
	margin: auto;
}

.nch-breadcrumb span {
	font-size: 12px;
	line-height: 20px;
	color: #999;
	letter-spacing: normal;
	word-spacing: normal;
	display: inline-block;
	height: 20px;
	zoom: 1;
}

.nch-breadcrumb a {
	color: #777;
	display: block;
}

.answers_info {
	width: 1100px;
	margin: 0 auto;
}

.answers_info_left {
	float: left;
	width: 790px;
}

.questions-top {
	background: #fff;
	padding: 20px;
}

.questions-top h1 {
	font-size: 22px;
}
.questions-top .tally{
	margin:10px 0 ;
}
.questions-top .tally h2{
	float: left;
	font-size: 12px;
}
.questions-top .tally h2 a{
	padding: 3px 10px;
    background: #fef5ec;
    font-weight: normal;
    color: #FF6666;
	border-radius: 20px;
	margin-right: 5px;
}

.questions-top .quest-content {
	margin: 10px 0;
    font-size: 16px;
    color: #666;
}

.quest-bottom {
	overflow: hidden;
}

.attention_left {
	float: left;
	width: 500px;
}

.quest-bottom .attention_left button {
	width: 90px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	outline: medium;
}

.quest-bottom .attention_left .xie {
	border: 1px solid #fe8431;
	background: #fff;
	color: #fe8431;
	margin-right: 8px;
}

.guanzhu {
	background: #fe8431;
	color: #fff;
	border: 1px solid #fe8431;
}
.guanzhu_yi {
	background: #dbdbdb;
	color: #fff;
	border: 1px solid #dbdbdb;
}

.quest-bottom .attention_right {
	color: #999;
	margin-top: 6px;
	text-align: right;
}

.quest-bottom .attention_right .hx {
	margin: 0 7px;
}

.questions-bottom {
	background: #fff;
	padding: 20px;
	margin-top: 10px;
	 margin-bottom: 15px;
}

.questions-bottom .answer-title {
	height: 45px;
	line-height: 30px;
	border-bottom: 1px solid #F2F2F2;
}

.questions-bottom .answer-title span {
	color: #999;
}

.questions-bottom .answer-title .a-ans {
	float: left;
	font-size: 18px;
	font-weight: bold;
	color: #333;
}

.questions-bottom .answer-title .hhx {
	margin: 0 10px;
}

.questions-bottom .answer-title .default {
	float: right;
	color: #184FB6;
}

.answer-content {
	margin-bottom: 30px;
	border-bottom: 1px solid #F2F2F2;
}

.answer-content .respond-top {
	margin-top: 15px;
}

.respond-top .respond-images {
	float: left;
	width: 70px;
}

.respond-top .respond-images img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
}

.respond-top .res_left {
	float: left;
}

.respond-top .res_lefts {
	float: left;
	width: 600px;
	margin-top: 10px;
}
.respond-top .res_lefts a:hover h4{
	color: #0279ff;
}
.respond-top .res_lefts .r-name {
	font-size: 16px;
	font-weight: bold;
	color: #386ED3;
	margin-bottom: 3px;
}

.res_left .res_right {
	float: right;
}
/*动态点赞开始*/
.praise{
    width:75px;
    height:40px;
    line-height: 40px;
    cursor: pointer;
    font-size: 12px;
    text-align:center;
    position: relative;
    color: #5188A6;
    background: #F5F5F5;
    border-radius: 5px;
}
.praise img{
    width:22px;
    height:22px;
    vertical-align: -3px;
}
.praise img.animation{
    animation: myfirst 0.5s;
    -moz-animation: myfirst 0.5s;	/* Firefox */
    -webkit-animation: myfirst 0.5s;	/* Safari 和 Chrome */
    -o-animation: myfirst 0.5s;	/* Opera */
}
#add-num{
    display:none;
}
#add-num .add-animation{
    color: #000;
    position:absolute;
    top:-15px;
    left: 10px;
    font-size: 15px;
    opacity: 0;
    filter: Alpha(opacity=0);
    -moz-opacity:0;
    animation: mypraise 0.5s ;
    -moz-animation: mypraise 0.5s ;	/* Firefox */
    -webkit-animation: mypraise 0.5s ;	/* Safari 和 Chrome */
    -o-animation: mypraise 0.5s ;	/* Opera */
    font-style:normal;
}
.praise .hover , #add-num .add-animation.hover , #praise-txt.hover{
    color: #EB4F38;
}



.answer-content .applaud {
	color: #5188A6;
	margin: 10px 0;
}

.answer-content .respond-center {
	font-size: 16px;
	color: #999;
}

.answer-content .respond-center p {
	margin: 10px 0;
	color: #999;
}

.answer-content .r-date {
	color: #999;
	margin: 20px 0;
}

.answer-content .r-date .d-reply {
	float: right;
	color: #386ED3;
	margin-right: 30px;
}

.respond-reply {
	background: #F5F6F7;
	padding: 25px 30px;
	border-bottom: 1px solid #eee;
}

.respond-reply .reply-left img {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	vertical-align: middle;
}

.respond-reply .reply-left span {
	color: #999;
}

.respond-reply .reply-left .r-name {
	color: #386ED3;
	margin-left: 10px;
}

.respond-reply .reply-left .hhx {
	margin: 0 10px;
}

.respond-reply .reply-left a {
	/*float: right;*/
	color: #999;
}
.respond-reply .reply-left a.d-reply{
	float: right;
}
.respond-reply .reply-content {
    margin: 15px 0;
    font-size: 16px;
    color: #666;
}

.respond-reply textarea {
	width: 659px;
	height: 61px;
	border-radius: 5px;
	padding: 10px;
	border: 1px solid #e4e4e4;
}

.respond-reply .announce {
	float: right;
	width: 350px;
	text-align: right;
	margin-right: 30px;
	margin-top: 10px;
}

.respond-reply .announce a {
	margin-right: 10px;
}

.respond-reply .announce button {
	background: #4C85EE;
	width: 94px;
	height: 30px;
	color: #fff;
	border: 0;
	border-radius: 3px;
}

.answers_info_right {
	float: left;
	width: 300px;
	margin-left: 10px;
}
.reply-reply {
    background: #F5F6F7;
    padding: 25px 30px;
    border-bottom: 1px solid #eee;
}

.reply-reply textarea {
    width: 459px;
    height: 61px;
    border-radius: 5px;
    padding: 10px;
    border: 1px solid #e4e4e4;
}
.reply-reply .announce {
    float: right;
    width: 350px;
    text-align: right;
    margin-top: 40px;
    margin-bottom: 5px;
}

.reply-reply .announce a {
    margin-right: 10px;
}

.reply-reply .announce button {
    background: #4C85EE;
    width: 94px;
    height: 30px;
    color: #fff;
    border: 0;
    border-radius: 3px;
}

.credits {
	background: #fff;
	padding: 20px 0;
}

.credits .credits-title {
	padding: 0 20px;
	height: 30px;
	line-height: 20px;
	border-bottom: 1px solid #f5f5f5;
}

.credits .respond-top {
	padding: 15px 20px;
	border-bottom: 1px solid #f5f5f5;
}

.credits .respond-top .res_lefts {
	float: left;
	width: 170px;
	margin-top: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.credits .user-data {
	width: 100%;
	padding: 20px 0;
}

.credits .user-data a {
	float: left;
	width: 33%;
	text-align: center;
}

.credits .user-data a em {
	display: block;
}
.credits .user-data a:hover em{
	color: #0279ff;
}
.credits .user-data a .z-top {
	font-size: 20px;
	color: #333;
	line-height: 18px;
	font-weight: 700;
	padding-bottom: 10px;
}

.credits .user-data a .black {
	font-size: 14px;
	color: #999;
	line-height: 14px;
}

.credits .btn-user {
	padding: 0 15px 20px;
}

.credits .btn-user span {
	width: 130px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	float: left;
	cursor: pointer;
	border-radius: 2px;
}

.credits .corner-btn {
	display: inline-block;
	font-size: 14px;
	text-align: center;
	color: #fff!important;
	background: #fe8431;
	border-radius: 2px;
	margin-right: 9px;
}

.credits .btn-user .reward-btn {
	text-align: center;
	background: #fef5ec;
	color: #fe8431!important;
}

.give-reward {
	background: #fff;
	margin-top: 10px;
	padding: 20px;
}

.reward .reward-left {
	float: left;
}

.reward .reward-left img {
	width: 40px;
	height: 47px;
}

.reward .reward-right {
	float: left;
	margin-left: 10px;
	margin-top: 3px;
}

.reward .reward-right p {
	color: #999;
}

.reward .reward-right .r-pay {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin-bottom: 3px;
}

.give-reward .reward-cent {
	margin: 10px 0;
}

.give-reward b {
	font-weight: normal;
	color: #FF5500;
}

.new-answer {
	background: #fff;
	margin-top: 10px;
}

.new-answer .new-answer-title {
	height: 45px;
	line-height: 45px;
	padding: 0 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #f5f5f5;
}

.new-answer .new-answer-title span {
	font-size: 18px;
	font-weight: bold;
}

.new-answer .new-answer-content li {
	padding: 20px 15px;
	border-bottom: 1px solid #f5f5f5;
}
.new-answer .new-answer-content li h5{
	font-size: 14px;
	font-weight: normal;
}
.respond-reply1 {
	padding: 25px 0;
}

.respond-reply1 textarea {
	width: 711px;
	min-height: 150px;
	border-radius: 5px;
	padding: 10px;
	border: 1px solid #e4e4e4;
}

.respond-reply1 .announce {
	margin-right: 30px;
	margin-top: 10px;
}

.respond-reply1 .announce span {
	display: inline-block;
	margin-top: 6px;
}

.respond-reply1 .announce button {
	float: right;
	background: #169BD5;
	width: 140px;
	height: 40px;
	color: #fff;
	border: 0;
	border-radius: 3px;
}


/*回答列表*/

.answers-list {
	width: 1100px;
	margin: 0 auto;
}

.answers-list .answers-list-left {
	float: left;
	width: 790px;
}

.answers-list .answers-list-left .response-info {
	background: #fff;
}

.response-info .response-head {
	height: 65px;
	line-height: 65px;
	border-bottom: 1px solid #E4E4E4;
}

.response-info .response-head ul {
	margin-left: 35px;
}

.response-info .response-head li {
	float: left;
	padding: 0 25px;
	font-size: 18px;
}
.response-info .response-head li h1{
	font-size: 18px;
	font-weight: normal;
}
.response-info .response-head li h2{
	font-size: 18px;
	font-weight: normal;
}
.response-info .response-head li img{
	vertical-align: -3px;
    margin-left: 5px;
}
.response-info .response-head li.active{
	color: #FE8431;
}
.instit{
	border-bottom: 1px solid #E4E4E4;
}
.instit .instit-info{
	padding: 15px 25px;
}
.instit .instit-info p{
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 15px;
}
.instit-info .p-instit li{
	float: left;
	width: 78px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	color: #666;
	background: #f6f6f6;
	border-radius:5px ;
	margin-right: 10px;
	margin-bottom: 8px;
}

.instit-info .p-instit li.active{
	background: #FEECEC;
	color: #E62828;
}
.instit-info .p-instit .instit-left{
	float: left;
	width: 620px;
}
.nominate .nominate-info{
	padding: 22px 15px;
	border-bottom: 1px solid #E4E4E4;
}

.nominate-info .nominate-left {
	float: left;
}

.nominate-info .nominate-left img {
	width: 51px;
	height: 51px;
	border-radius: 50%;
}

.nominate-info .nominate-right {
	float: left;
	width: 665px !important;
	margin-left: 15px;
}
.nominate-info .nominate-right h4{
	font-size: 16px;
}
.nominate-info .nominate-right p{
	margin-top: 5px;
	color: #999;
}
.nominate-info .nominate-right p a{
	color: #2789EE;
}
.nominate-bottom {
	margin-top: 15px;
}

.nominate-bottom .norm-left {
	float: left;
}

.nominate-bottom .norm-left img {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	vertical-align: -5px;
}

.nominate-bottom .norm-left a {
	color: #386ED3;
	margin-left: 5px;
}

.nominate-bottom .norm-left span {
	color: #999;
}

.nominate-bottom .norm-left .ssx {
	margin: 0 7px;
}

.nominate-bottom .norm-right {
	float: right;
	margin-top: 5px;
}

.nominate-bottom .norm-right a {
	color: #999;
}

.nominate-bottom .norm-right span {
	color: #999;
	margin: 0 7px;
}
.answers-list-right{
	float: left;
	width: 300px;
	margin-left: 10px;
}
.crade-pedia{
	background: #fff;
}

.pedia-top{
	padding: 25px 15px 10px;
	background-image: linear-gradient(#FCEEEE, #FDF6F6);
}
.pedia-top .a-proplem{
	text-align: center;
	margin-top: 10px;
}
.pedia-top button{
	width: 167px;
	height: 40px;
	border-radius: 5px;
	border: 0;
	outline: medium;
	color: #fff;
	background: #FE8431;
}
.pedia-bottom{
	padding: 0 15px;
}
.pedia-bottom li{
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #f2f2f2;
}
.pedia-bottom li span{
	float: right;
	display: inline-block;
	width: 23px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	background: #F2F2F2;
	margin-top: 8px;
	border-radius: 4px;
	
}
.give-packet{
	background: #fff;
}
.give-packet .packet-title{
	padding: 7px 4px;
    border-bottom: 1px solid #E4E4E4;
}
.give-packet .packet-title .packet-left{
	float: left;
}
.give-packet .packet-title .packet-right{
	float: left;
	margin-top: 5px;
	margin-left: 10px;
}
.give-packet .packet-title .packet-right h3{
	font-size: 18px;
	margin-bottom: 4px;
}
.give-packet .packet-title .packet-right p{
	color: #999;
}
.give-packet .packet-hx{
	border-bottom: 1px solid #E4E4E4;
}
.give-packet .packet-content{
	padding: 7px 24px;
}
.give-packet .packet-content h5{
	font-size: 14px;
}
.give-packet .packet-content .p-answ{
	color: #999;
	margin-top: 10px;
}
.give-packet .packet-content .p-answ .r-right{
	float: right;
}
/*.packet-content a{*/
	/*display: inline-block;*/
	/*width: 260px;*/
	/*height: 34px;*/
	/*line-height: 34px;*/
	/*text-align: center;*/
	/*color: #E62828;*/
	/*font-weight: bold;*/
	/*background: #FEECEC;*/
	/*margin-top: 25px;*/
/*}*/
.give-packet .change_the{
	height: 65px;
	line-height: 65px;
	text-align: center;
}
.give-packet .change_the a{
	color: #386ED3;
	font-size: 18px;
	
}

.fl{
	float: left;
}
.active-user{
	background: #fff;
	margin-top: 10px;
}
.active-user .active-user-title{
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
    border-bottom: 1px solid #f5f5f5;
}
.active-user .active-user-title em{
	float: right;
	color: #999;
}
.active-user .active-user-title em span{
	color: #999;
	margin: 0 10px;
	font-size: 14px;
	font-weight: normal;
}
.active-user .active-user-title span {
	font-size: 18px;
	font-weight: bold;
}
.active-user-content .a-user{
	padding: 15px 15px;
	border-bottom: 1px solid #f5f5f5;
}
.active-user-content .a-user .user-left img{
	width: 51px;
	height: 51px;
	border-radius: 50%;
}
.active-user-content .a-user .user-center{
	margin-left: 10px;
	margin-top: 3px;
}
.active-user-content .a-user .user-center h6{
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 4px;
}
.active-user-content .a-user .user-center .u-title{
	color: #999;
	font-size: 12px;
}
.user-right{
	float: right;
	margin-top: 10px;
}
.user-right span{
	color: #FF5500;
}
/*达人榜*/
.list-talent{
	background: #fff;
	margin-top: 10px;
	padding-bottom: 20px;
}
.talent-title {
	padding: 10px 25px;
	border-bottom: 1px solid #F2F2F2;
}
.talent-title h3{
	float: left;
	width: 170px;
}
.talent-title a{
	float: right;
}
.list-talent .z-feed-top {
	margin: 0 20px;
	padding: 15px 0;
	border-bottom: 1px dashed #ccc;
}
.list-talent .z-feed-top .z-feed-img{
	float: left;
}
.list-talent .z-feed-top .z-feed-img a img{
	width: 42px;
	height: 42px;
	border-radius: 100%;
}

.list-talent .z-feed-top .z-feed-info {
	float: left;
	margin-left: 10px;
}
.z-feed-top .z-feed-info .self-desc{
	margin-top: 5px;
}
.z-feed-info .self-desc span i{
	color: #F74A36;
	margin-left: 5px;
	font-size: 16px;
	vertical-align: -1px;
}
.z-feed-info .self-desc .ssx{
	margin: 0 5px;
}
/*话题榜*/
.list-topics ul{
	margin: 10px 4px;
}
.list-topics ul li{
	float: left;
	margin: 6px 5px;
}
.list-topics ul li a{
	display: inline-block;
	width: 85px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	border-radius: 15px;
	color: #666;
	background: #F6F6F6;
}
