.nav-lists {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background: #fff;
	border-top: 1px solid #eee;
}
.nav-lists .nav-item {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 20%;
	min-width: 20%;
	text-align: center;
}
.nav-lists .nav-item a {
	padding: 0.3rem;
}
.nav-lists .nav-icon {
	margin: 0 auto;
	width: 0.64rem;
	height: 0.64rem;
}
.nav-lists .nav-title {
	font-size: 0.3rem;
	color: #666;
}
.content {
	background: #fff;
}
.dis-lists {
	padding: 0 0 0.1rem;
}
.dis-lists .dis-link {
	display: inline-block;
	margin-right: 0.15rem;
	margin-bottom: 0.2rem;
	padding: 0 0.2rem;
	font-size: 0.28rem;
	color: #666;
	height: 0.6rem;
	line-height: 0.6rem;
	-webkit-border-radius: 0.4rem;
	border-radius: 0.4rem;
	border: 1px solid #eee;
}
.nav-ask .nav-item {
	max-width: 25%;
	min-width: 25%;
}
.nav-ask .nav-title {
	font-size: 0.26rem;
}
.nav-ask .nav-item a {
	padding: 0.2rem 0.3rem 0.3rem;
}
.icon-hot {
	position: absolute;
	top: 0.08rem;
	right: -0.6rem;
	width: 0.5rem;
	height: 0.32rem;
	background: url(https://img.naimal.com/newask/images/icon-hot.png) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.ask-recommend-list {
	border-top: 1px solid #eee;
}
.arl-top {
	padding: 0.3rem 0;
}
.arl-title {
	font-size: 0.32rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.arl-answer {
	padding: 0.2rem;
	background: #f8f8f8;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.arl-answer-text {
	font-size: 0.28rem;
	line-height: 0.44rem;
	color: #666;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.arld-cover {
	margin-right: 0.16rem;
	width: 0.46rem;
	height: 0.46rem;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	vertical-align: middle;
}
.arld-name {
	margin-right: 0.16rem;
	font-size: 0.24rem;
	color: #999;
	vertical-align: middle;
}
.arl-ul {
	padding-bottom: 0.2rem;
}
.arl-ul li {
	position: relative;
	padding-left: 0.2rem;
	font-size: 0.32rem;
	line-height: 0.8rem;
}
.arl-ul li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
	width: 4px;
	height: 4px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #ccc;
}
.arl-ul li a {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.aq-nav {
	height: 0.9rem;
	line-height: 0.9rem;
	border-bottom: 1px solid #eee;
}
.aq-nav .aqn-item {
	display: inline-block;
	margin-right: 0.4rem;
	font-size: 0.32rem;
	color: #666;
}
.aq-nav .on {
	position: relative;
	font-size: 0.36rem;
	color: #333;
	font-weight: bold;
}
.aq-nav .on:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0.06rem;
	background: #2f8af5;
}
.aql-item {
	padding: 0.3rem 0;
	border-bottom: 1px solid #eee;
}
.icon-ask {
	width: 0.34rem;
	height: 0.34rem;
	background: url(https://img.naimal.com/newask/images/icon-ask.png) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	vertical-align: middle;
}
.aq-tip {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.tips {
    height: 0.32rem;
    padding-left: 0.74rem;
    background: url(https://img.naimal.com/newask/images/zhid.png) no-repeat left / auto 0.3rem;
}
.aq-tip .aqt-depart {
	padding: 0 0.1rem;
	font-size: 0.24rem;
	color: #f88796;
	height: 0.4rem;
	line-height: 0.4rem;
	border: 1px solid #f88796;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.aq-tip .aqt-m {
	color: #999;
	font-size: 0;
}
.aq-tip .aqt-m .aqtm {
	padding-left: 0.16rem;
	margin-left: 0.16rem;
	font-size: 0.24rem;
	color: #999;
	line-height: 1;
	border-left: 1px solid #eee;
}
.aq-tip .aqt-m .aqtm:first-of-type {
	border-left: none;
}
.btn-more {
	display: block;
	margin: 0 auto;
	width: 2.5rem;
	height: 0.6rem;
	text-align: center;
	line-height: 0.6rem;
	font-size: 0.28rem;
	color: #fff;
	background: -webkit-gradient(linear, left top, right top, from(#07e783), to(#2f8af5));
	background: -webkit-linear-gradient(left, #07e783, #2f8af5);
	background: linear-gradient(to right, #07e783, #2f8af5);
	-webkit-border-radius: 0.4rem;
	border-radius: 0.4rem;
}
.ad {
	padding: 0 0.3rem;
}
.ask-all .aql-item:first-of-type {
	border-top: 1px solid #eee;
}
.ask-all .aql-item:last-of-type {
	border-bottom: none;
}
.icon-fire {
	width: 0.34rem;
	height: 0.4rem;
	background: url(https://img.naimal.com/newask/images/icon-fire.png) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	vertical-align: middle;
}
.ask-tags {
	margin-right: -0.2rem;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.ask-tags .atags-item {
	padding-right: 0.2rem;
	max-width: 33.33333%;
	min-width: 33.33333%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 0.3rem;
}
.ask-tags .atags-link {
	display: block;
	padding: 0 0.1rem;
	height: 0.7rem;
	text-align: center;
	font-size: 0.28rem;
	color: #666;
	line-height: 0.7rem;
	background: #f8f8f8;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.cl-items {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -0.2rem;
}
.cl-items .cl-item {
	margin-top: 0.2rem;
	padding-right: 0.1rem;
	max-width: 25%;
	min-width: 25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.cl-items .cli-link {
	display: block;
	height: 0.54rem;
	line-height: 0.54rem;
	text-align: center;
	color: #2f8af5;
	font-size: 0.24rem;
	border: 1px solid #2f8af5;
	-webkit-border-radius: 0.4rem;
	border-radius: 0.4rem;
}
.ask-list-nav {
	padding: 0 0.3rem 0.2rem;
	font-size: 0;
	background: #fff;
}
.aln-items {
	margin-right: -0.2rem;
}
.ask-list-nav .aln-item {
	display: inline-block;
	width: 33.3333%;
	line-height: 0.6rem;
	height: 0.6rem;
	padding-right: 0.2rem;
	margin-top: 0.2rem;
	font-size: 0.28rem;
	color: #333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
.ask-list-nav .aln-item p {
	background: #f8f8f8;
	-webkit-border-radius: 0.1rem;
	-moz-border-radius: 0.1rem;
	border-radius: 0.1rem;
}
.ask-list-nav .on {
	position: relative;
	color: #66c3a6;
}
.ask-list-nav .on:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0.04rem;
	background: #66c3a6;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.ask-list .aq-tip .aqt-m .aqtm:first-of-type {
	margin-left: 0;
	padding-left: 0;
}
.headlines {
	padding: 0.25rem 0 0.25rem 0.8rem;
	font-size: 0.3rem;
	border-bottom: 1px solid #eee;
	background: url(https://img.naimal.com/newask/images/pic-headlines.png) left center no-repeat;
	-webkit-background-size: 0.66rem 0.39rem;
	background-size: 0.66rem 0.39rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.tags-title {
	line-height: 0.6rem;
}
.down02 {
	padding-bottom: 0.2rem;
}
.tags-p{color:#666; text-align: justify;}
.tags-cnt-p {
	font-size: 0.3rem;
	line-height: 0.48rem;
}
.btn-all {
	position: absolute;
	right: 0;
	bottom: 4px;
	line-height: 0.4rem;
	font-size: 0.28rem;
	color: #2f8af5;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 54%, white 100%);
	padding-left: 1.2rem;
	cursor: pointer;
}
.sib-more-down {
	font-size: 0.3rem;
	color: #2f8af5;
}
.icon-down {
	vertical-align: middle;
	display: inline-block;
	border-width: 0 0 2px 2px;
	width: 0.08rem;
	height: 0.08rem;
	border-style: solid;
	border-color: transparent transparent #2f8af5 #2f8af5;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: -6px;
}
.icon-up {
	vertical-align: middle;
	display: inline-block;
	border-width: 0 0 2px 2px;
	width: 0.08rem;
	height: 0.08rem;
	border-style: solid;
	border-color: transparent transparent #2f8af5 #2f8af5;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	margin-top: 0;
}
.alt-pic {
	margin-left: 0.3rem;
	width: 2.24rem;
	height: 1.34rem;
	overflow: hidden;
	-webkit-border-radius: 0.1rem;
	border-radius: 0.1rem;
}
.alt-pic img {
	height: 100%;
	object-fit: cover;
}
.alti-title {
	line-height: 0.44rem;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.detail-top {
	padding: 0.3rem 0;
	border-bottom: 1px solid #eee;
}
.detail-top h2 {
	font-size: 0.36rem;
	line-height: 0.48rem;
}
.detail-top h1 {
	font-size: 0.36rem;
	line-height: 0.48rem;
}
.keywords-item {
	display: inline-block;
	margin-right: 0.2rem;
	padding: 0 0.2rem;
	height: 0.6rem;
	color: #24c6a5;
	font-size: 0.3rem;
	line-height: 0.6rem;
	background: #e7f9f5;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.answer-item {
	padding: 0.3rem 0;
	border-top: 1px solid #eee;
}
.pic-best {
	position: absolute;
	z-index: 11;
	right: 0;
	top: 0.3rem;
	width: 1.02rem;
	height: 1.02rem;
}
.ad-avar {
	margin-right: 0.14rem;
	width: 0.66rem;
	height: 0.66rem;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
}
.adi-txt {
	font-size: 0.24rem;
	color: #999999;
}
.adi-first {
	font-size: 0.26rem;
}
.ac-i {
	font-size: 0.351rem;
	line-height: 0.645rem;
}
.ac-i p{
	margin-bottom: 0.46rem;
	text-align: justify;
}
.ac-i blockquote {
    margin: 0;
    box-sizing: border-box;
    font-size: 0.32rem;
    color: #797C80;
    background: #F5F6F7;
    border-radius: 4px;
    width: 100%;
    margin-bottom: 20px;
    padding: 10px 10px 0.1px 10px !important;
}
.qt-list .qtl-link {
	padding-left: 0.5rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	line-height: 0.72rem;
	background: url(https://img.naimal.com/newask/images/icon-question-other.png) left center no-repeat;
	-webkit-background-size: 0.32rem 0.32rem;
	background-size: 0.32rem 0.32rem;
}
.qt-list .qtl-link .qtl-num {
	font-size: 0.24rem;
	color: #999;
}
.qt-list .qtl-p {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 0.32rem;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.btn-question {
	display: block;
	width: 100%;
	height: 0.8rem;
	line-height: 0.8rem;
	font-size: 0.28rem;
	color: #6175a6;
	background: #f8f8f8;
	-webkit-border-radius: 0.4rem;
	border-radius: 0.4rem;
	text-align: center;
}
.catalogue {
	padding: 0.3rem;
	background: #fff9f1;
	border: 1px solid #fdebdb;
}
.catalogue .catalogue-title {
	width: 2.12rem;
	height: 0.32rem;
}
.catalogue .catalogue-list li {
	position: relative;
	padding-left: 0.3rem;
	line-height: 0.6rem;
	font-size: 0.3rem;
	color: #333;
}
.catalogue .catalogue-list li p {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.catalogue .catalogue-list li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -0.05rem;
	width: 0.1rem;
	height: 0.1rem;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #ff9600;
}
.catalogue .catalogue-list li:after {
	content: '';
	position: absolute;
	left: 0.04rem;
	top: 50%;
	width: 1px;
	height: 100%;
	background: #ff9600;
}
.catalogue .catalogue-list li:last-of-type:after {
	display: none;
}
.ci-title-num {
	margin-right: 0.15rem;
	margin-top: 0.04rem;
	width: 0.4rem;
	height: 0.4rem;
	text-align: center;
	line-height: 0.4rem;
	font-size: 0.28rem;
	color: #fff;
	font-weight: bold;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #ff9600;
}
.ci-title-text {
	width: 90%;
	font-size: 0.32rem;
	color: #333;
	line-height: 0.48rem;
}
.ci-content {
	font-size: 0.28rem;
	line-height: 0.48rem;
	color: #666;
}
.qt-depart {
	color: #66c3a6;
}
.ask-read {
	font-size: 0;
	margin-right: -0.1rem;
}
.ar-link {
	display: inline-block;
	margin-right: 0.1rem;
	margin-top: 0.2rem;
	padding: 0 0.3rem;
	font-size: 0.32rem;
	line-height: 0.72rem;
	height: 0.72rem;
	background: #f8f8f8;
	-webkit-border-radius: 0.4rem;
	border-radius: 0.4rem;
}
.text-hot {
	background: #ff5a5a !important;
}
.small {
	display: inline-block;
	vertical-align: middle;
	line-height: 0.32rem;
	width: 0.32rem;
	height: 0.32rem;
	background: #ffb527;
	font-size: 0.22rem;
	color: #fff;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	text-align: center;
	margin-top: -0.05rem;
}
.ask-life .aql-item:first-of-type {
	border-top: 1px solid #eee;
}
.ask-life .aql-item:last-of-type {
	border-bottom: none;
}
.col-top {
	position: relative;
	height: 3rem;
	overflow: hidden;
	-webkit-border-radius: 0.1rem;
	border-radius: 0.1rem;
}
.col-top .col-info {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 0.2rem;
	width: 100%;
	height: 1rem;
	font-size: 0.32rem;
	color: #fff;
	line-height: 1rem;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(transparent));
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6), transparent);
	background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.col-ul li {
	position: relative;
	padding-left: 0.2rem;
	line-height: 0.8rem;
}
.col-ul li:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -3px;
	width: 6px;
	height: 6px;
	background: #ccc;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.col-ul span {
	width: 70%;
	padding-right: 0.2rem;
	font-size: 0.32rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.col-ul em {
	font-size: 0.24rem;
	color: #bbb;
}
.common-pagination .swiper-css {
	padding-bottom: 0.3rem !important;
}
.common-pagination .swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 0.1rem));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 0.1rem));
	display: inline-block;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #000;
}
.common-pagination .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .drug-nav .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 2px);
}
.common-pagination .swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: #2f8af5;
	width: 0.24rem;
	height: 0.1rem;
	-webkit-border-radius: 0.04rem;
	border-radius: 0.04rem;
}
.common-pagination .swiper-horizontal > .swiper-pagination-bullets, .common-pagination .swiper-pagination-bullets.swiper-pagination-horizontal, .common-pagination .swiper-pagination-custom, .common-pagination .swiper-pagination-fraction {
	bottom: 0;
}
.cc {
	color: #2f8af5;
	line-height: 0.6rem;
}
.empty {
	padding: 1rem;
	text-align: center;
}
.empty-pic {
	margin: 0 auto;
	width: 3.22rem;
	height: 2.24rem;
}
.empty-text {
	font-size: 0.32rem;
	color: #666;
	padding-top: 0.3rem;
}
.wz_link {
	height: 50px;
	padding: 0 15px;
	display: flex;
	align-items: center;
	font-size: 18px;
	background: #FFFFFF;
	box-shadow: 0px 2px 8px 3px rgba(0,0,0,0.2);
	color: #666;
	justify-content: space-between;
}
.wz_link .blue {
	color: #0076FF;
}
.wz_link .right-btn {
	width: 105px;
	line-height: 34px;
	background: linear-gradient(124deg, #00AEFF 0%, #0076FF 100%);
	border-radius: 8px;
	color: #fff;
	text-align: center;
}
.wz_right_box {
	padding: 10px 12px 10px 5px;
}
.wz_right_img_box {
	display: block;
	border-radius: 50%;
	overflow: hidden;
	margin-bottom: 10px;
}
.wz_right_img {
	display: block;
	width: 60px;
	height: 60px;
}
.wz_link_box {
	padding-top: 5px;
}
#goToTop {
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: #fff;
	color: #666;
	box-shadow: 0 0 5px #ccc;
	display: flex !important;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	line-height: 1.8;
	font-size: 14px;
	border: none;
}
.answer-content2 h3 {
	font-size: .32rem;
	font-weight: bold;
	line-height: .52rem;
}
.detail-top h1 {
	font-size: 0.41rem;
	line-height: 0.58rem;
	font-weight: bold;
}
.user-tag{
 border-radius: 8px;
 display: inline-block;
 font-size: 11px;
 line-height: 12px;
 margin-left: 6px;
 padding: 2px 6px 2px 17px;
 position: relative;
 vertical-align: middle;
 background: #f0f3fa;
 color: #68809e;
}
.user-tag img {
    height: 16px;
    left: -.5px;
    position: absolute;
    top: 0;
    width: 14px;
}