@CHARSET "UTF-8";
*{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-family: 'Avenir', Helvetica, Arial, sans-serif,微软雅黑;
}
html,body{
    height: 100%;
    margin: 0;
    padding: 0
}
body{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
   
    color: #2c3e50;
    display: block;
    width: 100%;
    font-size: 14px;
    position: relative;
    min-height: 100%!important;
    height: auto;
    margin: 0 auto -95px;
    padding-bottom: 100px;

}
.ask-answer-layout{
	width: 1000px;
	margin: auto;
	background: white;
	    padding-bottom: 150px;
}
.topPart {
    border-bottom: 1px solid #ded8d8;
    margin-top: 20px;
}
.tap {
    display: block;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.SEARCHs {
    display: inline-block;
    width: 370px;
}
.SEARCHs>input[type="text"] {
    padding: 8px;
    display: inline-block;
    float: left;
    border: 1px solid #3ab4e1;
    min-width: 300px;
    font-size: 14px;
    height: 35px;
    box-sizing: border-box;
}
.SEARCHs button {
    display: inline-block;
    border: 0;
    float: left;
    background: #2695f3;
    color: white;
    padding: 8px;
    box-sizing: border-box;
    height: 35px;
    font-size: 15px;
    width: 70px;
}
.lable-distance {
    float: left;
    padding: 3px;
    cursor: pointer;
    display: inline-block;
    min-width: 68px;
    text-align: center;
    background: #efefef;
    width: 72px;
    height: 30px;
    box-sizing: border-box;
    border-left: 1px solid #e3e3e3;
}
.ans-search {
    float: right;
    display: table;
    vertical-align: bottom;
    width: 200px;
}
.ans-sort-label{
	margin-top:20px;
	font-size:18px;
	float:left;
 
}
 
.active {
    background: #2695f3;
    color: white;
}
.ListDiv {
    display: inline-block;
    width: 100%;
}
.card {
    width: 480px;
    height: 220px!important;
    margin: 10px;
    border: 1px solid #d8d8d8;
    display: inline-block;
    padding: 7px;
    border-radius: 3px;
    vertical-align: top;
}
.faqtitle {
    width: 240px!important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    display: inline-block;
    margin-right: 10px;
}
.Faq_Title>span {
    display: inline-block;
    min-width: 100px;
    padding: 3px;
    vertical-align: top;
    font-size: 14px;
}
.faqtitle strong {
    font-size: 16px!important;
    font-family: 微软雅黑;
}
.collect {
    text-align: center;
    float: right;
    cursor:pointer;
}
.ask-ans {
    display: inline-block;
}
	.has-seen-style{
		color:red;
	}
	.ivu-icon-eye:before {
   
    font-size: 18px;
}
	.peep-style{
		    color: #ff5b70;
	}
	.ask-li-style{
		float:left;
		list-style: none;
	}
.label-style {
    background-color: #c9f398;
    color: #000000;
    padding: 5px;
    margin: 0px 10px 2px 0px;
    display: inline-block;
    border-radius: 3px;
}
.text-flow-show strong {
    font-weight: 400;
    color: #757575;
}
	.text-flow-show{
		width:466px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		    margin: 5px 0px;
	}
	ul.illkey {
    display: inline-block;
    width: 100%;
    overflow: hidden;
}
	.text-style{
		text-align:left;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		font-size:15px;
	}
.img-show-style {
    margin-left: 10px;
    vertical-align: middle;
    width: 50px;
    height: 40px;
}
.ans-prefix {
    color: #FFFFFF;
    background-color: #2196F3;
    padding: 2px;
    margin: 2px;
    float: left;
    border-radius: 2px;
}
	.ask-prefix{
		color:#FFFFFF;
		background-color:#238E23;
		padding:2px;
		margin:2px;
		float:left;
		    border-radius: 2px;
	}
	.row-ask-ans{
		margin:5px;
	}
	
.paydiv {
    display: block;
    height: 42px;
    vertical-align: top;
    text-align: center;
    position: relative;
}	
.purchase-btn {
    display: inline-block;
    background-color: #ffffff;
    border: 1px solid #17abe3;
    color: #17abe3;
    font-size: 15px;
    width: 200px;
    height: 40px;
    border-radius: 1px;
    cursor: pointer;
    user-select: none;
    overflow: hidden;
    box-sizing: border-box;
    position: absolute;
    left: 28%;
      padding:0;
}
.purchase-btn:hover {
    padding-top: 38px;
    background: -moz-linear-gradient(top, #1fa9e2 0%, #428afe 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1fa9e2), color-stop(100%,#428afe));
    background: -webkit-linear-gradient(top, #1fa9e2 0%,#428afe 100%);
    background: -o-linear-gradient(top, #1fa9e2 0%,#428afe 100%);
    background: -ms-linear-gradient(top, #1fa9e2 0%,#428afe 100%);
    background: linear-gradient(to bottom, #1fa9e2 0%,#428afe 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1fa9e2', endColorstr='#428afe',GradientType=0 );
    color: white;
    transition: 0.3s;
}
.purchase-btn span {
    display: block;
    position: relative;
    height: 40px;
    box-sizing: border-box;
    line-height: 40px;
}
.by {
    margin-top: -40px;
}
.payRow {
    bottom: 0px;
    padding: 10px 0px;
    box-sizing: border-box;
}
.chat {
    height: 165px;
}
.imglist {
    display: inline-block;
    /* background: aliceblue; */
    width: 480px;
    overflow: hidden;
    vertical-align: top;
}
.showdocinfo>span {
  /*   display: inline-block; */
    min-width: 50px;
    padding: 3px;
    vertical-align: top;
    font-size: 14px;
  
}	
 .div-ask-ans.showdocinfo {
    height: 25px;
    overflow: hidden;
}
 
.collect_on {
    background: url(../../../pubclic/image/icon-collect-on.png) no-repeat 0px 0px;
    background-size: 15px 15px;
    display: inline-block;
    width: 15px;
    height: 15px;
        vertical-align: text-bottom;
}
.collect_off {
    background: url(../../../pubclic/image/icon-collect-off.png) no-repeat 0px 0px;
    background-size: 15px 15px;
    display: inline-block;
    width: 15px;
    height: 15px;
        vertical-align: text-bottom;
}
.illnessline:hover{
	text-decoration:underline;
}