/* reset.css -----------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td, header, footer, section, article, aside, nav, figure, figcaption {
	margin: 0;
	padding: 0;
}
html, body {
	width: 100%;
}
body {
	line-height: 1.2;
	color: #333333;
}
@font-face {
	font-family: "OPPOSans2";
	font-weight: 400;
	src: url("https://img.naimal.com/fonts/OPPOSans-Regular.woff") format("woff");
	font-display: swap;
}
body, button, select, input, textarea, h1, h2, h3, h4, h5, h6, a, span, p {
	font-family: OPPOSans2, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Microsoft YaHei", sans-serif;
}
a {
	color: #333333;
}
html * {
	outline: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-size-adjust: none;
}
img {
	max-width: 100%;
	border: 0; /*-webkit-touch-callout: none;*/
}
ul, ol {
	list-style: none;
}
/* form-reset.css -----------------------------------------------------------------*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}
button {
	background: none;
	border: none;
}
a, input, textarea, button {
	color: #333333;
	text-decoration: none;
	border: none;
}
input, button, textarea, select, optgroup, option {
	font: 1rem "Microsoft Yahei", "Helvetica";
}
input[type="button"], input[type="text"], input[type="submit"], input[type="search"], input[type="tel"], input[type="number"], select, option, .appNone {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
 input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color: rgba(255, 255, 255, 0.6);
}
 input:-moz-placeholder, textarea:-moz-placeholder, input::-moz-placeholder, textarea::-moz-placeholder {
color: rgba(255, 255, 255, 0.6);
}
/*通用类*/
.icon {
	display: inline-block;
	background-color: transparent;
	background-repeat: no-repeat;
}
.VAM:after {
	content: "";
	display: inline-block;
	overflow: hidden;
	height: 100%;
	width: 0;
	font-size: 0;
	vertical-align: middle;
}
.wbwr {
	word-break: break-all;
	word-wrap: break-word;
}
.clr:after, .clr:before {
	content: "";
	display: table;
}
.clr:after {
	clear: both;
}
.fll {
	float: left;
}
.flr {
	float: right;
}
.vam {
	vertical-align: middle;
}
.vat {
	vertical-align: top;
}
.db {
	display: block;
}
.dib {
	display: inline-block;
}
.vh {
	visibility: hidden;
}
.tar {
	text-align: right;
}
.tal {
	text-align: left;
}
.tac {
	text-align: center;
}
.ovh {
	overflow: hidden;
}
.ovhx {
	overflow-x: auto;
}
.posr {
	position: relative;
}
.auto {
	margin-left: auto;
	margin-right: auto;
}
.bsbb {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.unline {
	text-decoration: underline;
}
/*字体字号*/
.f20 {
	font-size: 0.2rem;
}
.f22 {
	font-size: 0.22rem;
}
.f24 {
	font-size: 0.24rem;
}
.f26 {
	font-size: 0.26rem;
}
.f28 {
	font-size: 0.28rem;
}
.f30 {
	font-size: 0.3rem;
}
.f32 {
	font-size: 0.32rem;
}
.f34 {
	font-size: 0.34rem;
}
.f36 {
	font-size: 0.36rem;
}
.f38 {
	font-size: 0.38rem;
}
.f40 {
	font-size: 0.4rem;
}
.f42 {
	font-size: 0.42rem;
}
.f44 {
	font-size: 0.44rem;
}
.f46 {
	font-size: 0.46rem;
}
.f48 {
	font-size: 0.48rem;
}
.f50 {
	font-size: 0.5rem;
}
.f52 {
	font-size: 0.52rem;
}
.f54 {
	font-size: 0.54rem;
}
.f56 {
	font-size: 0.56rem;
}
.f58 {
	font-size: 0.58rem;
}
.f60 {
	font-size: 0.6rem;
}
/*字体颜色*/
.fc3 {
	color: #333;
}
.fc5 {
	color: #555;
}
.fc6 {
	color: #666;
}
.fc8 {
	color: #888;
}
.fc9 {
	color: #999;
}
.fcf {
	color: #fff;
}
.fcb {
	color: #bbb;
}
.fc0 {
	color: #000;
}
.fce {
	color: #eee;
}
/*蓝色*/
.blue {
	color: #318af5;
}
.grey {
	color: #03ce9b;
}
.yellow {
	color: #ffa800;
}
.red {
	color: #f00;
}
/*去除加粗*/
.fn {
	font-weight: normal;
}
/*去除倾斜*/
.fs {
	font-style: normal;
}
/*单行字体缩略*/
.ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/*下边距*/
.mb5 {
	margin-bottom: 0.05rem;
}
.mb10 {
	margin-bottom: 0.1rem;
}
.mb15 {
	margin-bottom: 0.15rem;
}
.mb20 {
	margin-bottom: 0.2rem;
}
.mb25 {
	margin-bottom: 0.25rem;
}
.mb30 {
	margin-bottom: 0.3rem;
}
.mb35 {
	margin-bottom: 0.35rem;
}
.mb40 {
	margin-bottom: 0.4rem;
}
.mb45 {
	margin-bottom: 0.45rem;
}
.mb50 {
	margin-bottom: 0.5rem;
}
.mb55 {
	margin-bottom: 0.55rem;
}
.mb60 {
	margin-bottom: 0.6rem;
}
.mt5 {
	margin-top: 0.05rem;
}
.mt10 {
	margin-top: 0.1rem;
}
.mt15 {
	margin-top: 0.15rem;
}
.mt20 {
	margin-top: 0.2rem;
}
.mt25 {
	margin-top: 0.25rem;
}
.mt30 {
	margin-top: 0.3rem;
}
.mt35 {
	margin-top: 0.35rem;
}
.mt40 {
	margin-top: 0.4rem;
}
.mt45 {
	margin-top: 0.45rem;
}
.mt50 {
	margin-top: 0.5rem;
}
.mt55 {
	margin-top: 0.55rem;
}
.mt60 {
	margin-top: 0.6rem;
}
/*右边距*/
.mr5 {
	margin-right: 0.05rem;
}
.mr10 {
	margin-right: 0.1rem;
}
.mr15 {
	margin-right: 0.15rem;
}
.mr20 {
	margin-right: 0.2rem;
}
.mr25 {
	margin-right: 0.25rem;
}
.mr30 {
	margin-right: 0.3rem;
}
.mr35 {
	margin-right: 0.35rem;
}
.mr40 {
	margin-right: 0.4rem;
}
.mr45 {
	margin-right: 0.45rem;
}
.mr50 {
	margin-right: 0.5rem;
}
.mr55 {
	margin-right: 0.55rem;
}
.mr60 {
	margin-right: 0.6rem;
}
/*左边距*/
.ml5 {
	margin-left: 0.05rem;
}
.ml10 {
	margin-left: 0.1rem;
}
.ml15 {
	margin-left: 0.15rem;
}
.ml20 {
	margin-left: 0.2rem;
}
.ml25 {
	margin-left: 0.25rem;
}
.ml30 {
	margin-left: 0.3rem;
}
.ml35 {
	margin-left: 0.35rem;
}
.ml40 {
	margin-left: 0.4rem;
}
.ml45 {
	margin-left: 0.45rem;
}
.ml50 {
	margin-left: 0.5rem;
}
.ml60 {
	margin-left: 0.6rem;
}
/*左填充*/
.pl5 {
	padding-left: 0.05rem;
}
.pl10 {
	padding-left: 0.1rem;
}
.pl15 {
	padding-left: 0.15rem;
}
.pl20 {
	padding-left: 0.2rem;
}
.pl25 {
	padding-left: 0.25rem;
}
.pl30 {
	padding-left: 0.39rem;
}
.pl35 {
	padding-left: 0.35rem;
}
.pl40 {
	padding-left: 0.4rem;
}
.pl45 {
	padding-left: 0.45rem;
}
.pl50 {
	padding-left: 0.5rem;
}
.pl60 {
	padding-left: 0.6rem;
}
/*右填充*/
.pr5 {
	padding-right: 0.05rem;
}
.pr10 {
	padding-right: 0.1rem;
}
.pr15 {
	padding-right: 0.15rem;
}
.pr20 {
	padding-right: 0.2rem;
}
.pr25 {
	padding-right: 0.25rem;
}
.pr30 {
	padding-right: 0.39rem;
}
.pr35 {
	padding-right: 0.35rem;
}
.pr40 {
	padding-right: 0.4rem;
}
.pr45 {
	padding-right: 0.45rem;
}
.pr50 {
	padding-right: 0.5rem;
}
.pr60 {
	padding-right: 0.6rem;
}
/*上填充*/
.pt5 {
	padding-top: 0.05rem;
}
.pt10 {
	padding-top: 0.1rem;
}
.pt15 {
	padding-top: 0.15rem;
}
.pt20 {
	padding-top: 0.2rem;
}
.pt25 {
	padding-top: 0.25rem;
}
.pt30 {
	padding-top: 0.3rem;
}
.pt35 {
	padding-top: 0.35rem;
}
.pt40 {
	padding-top: 0.4rem;
}
.pt45 {
	padding-top: 0.45rem;
}
.pt50 {
	padding-top: 0.5rem;
}
.pt60 {
	padding-top: 0.6rem;
}
.pt100 {
	padding-top: 1rem;
}
.pb5 {
	padding-bottom: 0.05rem;
}
.pb10 {
	padding-bottom: 0.1rem;
}
.pb15 {
	padding-bottom: 0.15rem;
}
.pb20 {
	padding-bottom: 0.2rem;
}
.pb25 {
	padding-bottom: 0.25rem;
}
.pb30 {
	padding-bottom: 0.3rem;
}
.pb35 {
	padding-bottom: 0.35rem;
}
.pb40 {
	padding-bottom: 0.4rem;
}
.pb50 {
	padding-bottom: 0.5rem;
}
.pb60 {
	padding-bottom: 0.6rem;
}
/*0*/
.mb0 {
	margin-bottom: 0 !important;
}
.ml-30 {
	margin-left: -0.3rem;
}
.ml-20 {
	margin-left: -0.2rem;
}
.ml-10 {
	margin-left: -0.1rem;
}
/*flex*/
.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}
.fs0 {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.fs1 {
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
}
.aic {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.jcc {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.jsb {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.fg0 {
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	-moz-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
}
.fg1 {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-moz-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.fww {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.h-1 {
	height: 100%;
}
.w-1 {
	width: 100%;
}
.w-5 {
	width: 50%;
}
.none {
	display: none;
}
.bb1-dashed {
	border-bottom: 1px dashed #eee;
}
.bt1-dashed {
	border-top: 1px dashed #eee;
}
.bb1 {
	border-bottom: 1px solid #eee;
}
.bb1-last:last-child {
	border-bottom: none;
}
.bl1 {
	border-left: 1px solid #eee;
}
.bt1 {
	border-top: 1px solid #eee;
}
.bt1-first:first-child {
	border-top: none;
}
.br1 {
	border-right: 1px solid #eee;
}
.hid2 {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.hid3 {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}
.hid4 {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;
}
.bw {
	background-color: #fff;
}
.guanggao {
	background: #fff;
	padding: 10px 15px 0 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}
/*兼容苹果fixed屏幕滚动不正常问题*/
* {
	-webkit-overflow-scrolling: touch;
}
.lh26 {
	line-height: 0.26rem;
}
.lh28 {
	line-height: 0.28rem;
}
.lh30 {
	line-height: 0.30rem;
}
.lh32 {
	line-height: 0.32rem;
}
.lh36 {
	line-height: 0.36rem;
}
.lh38 {
	line-height: 0.38rem;
}
.lh40 {
	line-height: 0.4rem;
}
.lh42 {
	line-height: 0.42rem;
}
.lh44 {
	line-height: 0.44rem;
}
.lh46 {
	line-height: 0.46rem;
}
.lh48 {
	line-height: 0.48rem;
}
.lh50 {
	line-height: 0.5rem;
}
.lh52 {
	line-height: 0.52rem;
}
.lh54 {
	line-height: 0.54rem;
}
.lh60 {
	line-height: 0.6rem;
}
.lh64 {
	line-height: 0.64rem;
}
.lh68 {
	line-height: 0.68rem;
}
.lh70 {
	line-height: 0.70rem;
}
.lh80 {
	line-height: 0.8rem;
}
.lh100 {
	line-height: 1rem;
}
.h100 {
	height: 1rem;
}
.ofc {
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
}
.all-img {
	width: 100%;
	vertical-align: top;
}
.footer {
	background: #999;
}

@media only screen and (min-width: 320px) {
html {
	font-size: 42.66667px;
}
}

@media only screen and (min-width: 360px) {
html {
	font-size: 48px;
}
}

@media only screen and (min-width: 375px) {
html {
	font-size: 50px;
}
}

@media only screen and (min-width: 384px) {
html {
	font-size: 51.2px;
}
}

@media only screen and (min-width: 414px) {
html {
	font-size: 55.2px;
}
}

@media only screen and (min-width: 480px) {
html {
	font-size: 64px;
}
}

@media only screen and (min-width: 640px) {
html {
	font-size: 85.33333px;
}
}

@media only screen and (min-width: 750px) {
html {
	font-size: 100px;
}
}

@media only screen and (max-width: 319px) {
html {
	font-size: 42.53333px;
}
}
body {
	margin: 0 auto;
	min-width: 320px;
	max-width: 750px;
	font-size: 0.32rem;
	background: #f4f5f6;
}
em, i {
	font-style: normal;
}
.all-img {
	width: 100%;
	display: block;
}
.f0 {
	font-size: 0;
}
.acolor {
	color: #333;
}
.bcolor {
	color: #999;
}
h1, h2, h3, h4, h5 {
	font-weight: normal;
}
.none {
	display: none;
}
.beijing {
	background: #fff url(https://img.naimal.com/newask/images/section-bj1.png) no-repeat left top / 100% auto;
}
.d-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}
.d-flex-i {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.content {
	padding: 0 0.39rem;
}
.cm-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 0.9rem;
}
.cm-container h3 {
	font-size: 0.32rem;
}
.cm-container h4 {
	font-size: 0.4rem;
	font-weight: bold;
}
.cm-container .cm-more {
	width: 0.9rem;
	height: 0.9rem;
	line-height: 0.9rem;
	text-align: right;
}
.cm-container .cm-more i {
	display: inline-block;
	border-width: 0 0 2px 2px;
	width: 0.14rem;
	height: 0.14rem;
	border-style: solid;
	border-color: transparent transparent #999 #999;
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
	margin-right: 2px;
}
.cm-container .cm-ask-more {
	font-size: 0;
}
.cm-container .cm-ask-more span {
	display: inline-block;
	vertical-align: middle;
	font-size: 0.28rem;
	color: #666;
}
.cm-container .cm-ask-more .icon-more {
	margin-left: 0.1rem;
	width: 0.28rem;
	height: 0.28rem;
	background: url(https://img.naimal.com/newask/images/icon-more.png) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	vertical-align: middle;
}
.upper-level {
	display: inline-block;
	vertical-align: top;
	padding: 0 0.3rem;
	line-height: 1rem;
	color: #fff;
	font-size: 0.36rem;
	background: url(https://img.naimal.com/newask/images/pic-header-line2.png) right center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	max-width: 46%;
	overflow: hidden;
	height: 1rem;
}
.upper-level:last-of-type {
	background: none;
}
.askIndex .icon-search {
	width: 0.8rem;
	height: 1rem;
	background: url(https://img.naimal.com/newask/images/icon-header-search-blue.png) right center no-repeat;
	-webkit-background-size: 0.46rem 0.46rem;
	background-size: 0.46rem 0.46rem;
}
.askIndex .icon-menu {
	width: 0.8rem;
	height: 1rem;
	background: url(https://img.naimal.com/newask/images/icon-header-menu-blue.png) right center no-repeat;
	-webkit-background-size: 0.48rem 0.34rem;
	background-size: 0.48rem 0.34rem;
}
.icon-search {
	width: 0.8rem;
	height: 1rem;
	background: url(https://img.naimal.com/newask/images/icon-header-search.png) right center no-repeat;
	-webkit-background-size: 0.46rem 0.46rem;
	background-size: 0.46rem 0.46rem;
}
.icon-menu {
	width: 0.8rem;
	height: 1rem;
	background: url(https://img.naimal.com/newask/images/icon-header-menu.png) right center no-repeat;
	-webkit-background-size: 0.48rem 0.34rem;
	background-size: 0.48rem 0.34rem;
}
.top_menus {
	position: absolute;
	top: 1rem;
	left: 0;
	width: 100%;
	display: none;
	box-sizing: border-box;
	background: #fff;
	border-top: 1px solid #eee;
	z-index: 12;
	padding: .48rem .3rem 0;
}
.top_menus .cell {
	width: 25%;
	margin-bottom: .4rem;
	padding-top: .8rem;
	font-size: .3rem;
	text-align: center;
	background: url(https://img.naimal.com/newask/images/home.png) no-repeat center top/0.64rem 0.64rem;
}
.top_menus .cell.zhibo {
	background-image: url(https://img.naimal.com/newask/images/pic-nav-live.png);
}
.top_menus .cell.jibing {
	background-image: url(https://img.naimal.com/newask/images/pic-nav-dise.png);
}
.top_menus .cell.yisheng {
	background-image: url(https://img.naimal.com/newask/images/pic-nav-doctor.png);
}
.top_menus .cell.yidian {
	background-image: url(https://img.naimal.com/newask/images/pic-nav-doctor.png);
}
.top_menus .cell.shipin {
	background-image: url(https://img.naimal.com/newask/images/pic-nav-video.png);
}
.top_menus .cell.yuyin {
	background-image: url(https://img.naimal.com/newask/images/pic-nav-voice.png);
}
.top_menus .cell.wenzhang {
	background-image: url(https://img.naimal.com/newask/images/pic-nav-article.png);
}
.top_menus .cell.xinwen {
	background-image: url(https://img.naimal.com/newask/images/pic-nav-news.png);
}
.top_menus .cell.zixun {
	background-image: url(https://img.naimal.com/newask/images/pic-nav-zixun.png);
}
.top_menus .cell.wenda {
	background-image: url(https://img.naimal.com/newask/images/pic-nav-ask.png);
}
.top_menus .cell.zhidao {
	background-image: url(https://img.naimal.com/newask/images/pic-nav-zhidao.png);
}
.top_menus .cell.dshipin {
	background-image: url(https://img.naimal.com/newask/images/duanshipin.png);
}
.top_menus:before {
	position: absolute;
	right: .36rem;
	top: -.13rem;
	content: '';
	width: .2rem;
	height: .2rem;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #fff;
}
.footer {
	padding: 0.3rem;
	text-align: center;
}
.footer .fr-item {
	text-align: center;
}
.footer .icon-footer {
	width: 0.3rem;
	height: 0.3rem;
}
.footer .icon-phone {
	background: url(https://img.naimal.com/newask/images/icon-phone.png) center center no-repeat;
	-webkit-background-size: 0.25rem 0.3rem;
	background-size: 0.25rem 0.3rem;
}
.footer .icon-computer {
	background: url(https://img.naimal.com/newask/images/icon-computer.png) center center no-repeat;
	-webkit-background-size: 0.3rem 0.26rem;
	background-size: 0.3rem 0.26rem;
}
.footer .fr-item-link {
	display: inline-block;
	margin: 0 0.1rem;
	padding: 0 0.3rem;
	height: 0.6rem;
	line-height: 0.6rem;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #eee;
	background: #fff;
	font-size: 0;
}
.footer .fr-item-link i {
	vertical-align: middle;
	margin-right: 0.1rem;
}
.footer .fr-item-link span {
	display: inline-block;
	vertical-align: middle;
	font-size: 0.28rem;
	color: #999;
}
.footer .footer-text {
	font-size: 0.28rem;
	color: #999;
}
.paging {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}
.paging a:nth-of-type(1), .paging a:last-of-type {
	-webkit-box-flex: 3;
	-webkit-flex: 3;
	-moz-box-flex: 3;
	-ms-flex: 3;
	flex: 3;
	color: #2f8af5;
	background: #f8f9fa;
	height: 0.7rem;
	font-size: 0.26rem;
	line-height: 0.7rem;
	text-align: center;
	border: 1px solid #EFEFEF;
	display: block;
	-webkit-border-radius: 0.08rem;
	border-radius: 0.08rem;
}
.paging .current {
	height: 0.7rem;
	font-size: 0.28rem;
	line-height: 0.7rem;
	text-align: center;
	border: #EFEFEF 1px solid;
	-webkit-border-radius: 0.08rem;
	border-radius: 0.08rem;
	-webkit-box-flex: 4;
	-webkit-flex: 4;
	-moz-box-flex: 4;
	-ms-flex: 4;
	flex: 4;
	margin: 0 0.2rem;
	background: #f8f9fa;
	color: #666;
}
.paging .current .on, .paging .next, .paging .prev {
	color: #2f8af5;
}
.currBox {
	-webkit-box-flex: 4;
	-webkit-flex: 4;
	-moz-box-flex: 4;
	-ms-flex: 4;
	flex: 4;
	margin: 0 0.2rem;
	background: #f8f9fa;
}
.currBox em {
	color: #666;
}
.currBox span:nth-of-type(1) {
	color: #2f8af5;
}
.currBox span:last-of-type {
	color: #2A2A2A;
}
.currBox {
	height: 0.7rem;
	font-size: 0.28rem;
	line-height: 0.7rem;
	text-align: center;
	border: #EFEFEF 1px solid;
	-webkit-border-radius: 0.08rem;
	border-radius: 0.08rem;
}
.paging-num-arrow {
	display: inline-block;
	border-width: 0 0 2px 2px;
	width: 6px;
	height: 6px;
	border-style: solid;
	border-color: transparent transparent #c7c7c7 #c7c7c7;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: -6px;
	margin-left: 0.2rem;
	vertical-align: middle;
}
.header {
	height: 1rem;
	background: #318af5;
}
.header .go-home {
	width: .98rem;
	background: url(https://img.naimal.com/newask/img/home.png) no-repeat center/0.46rem 0.44rem;
}
.header .go-fan {
	width: .98rem;
	background: url(https://img.naimal.com/newask/img/fan.png) no-repeat center/0.46rem 0.44rem;
}
.header .title {
	background: url(https://img.naimal.com/newask/img/top-line1.png) no-repeat left top/auto 100%;
}
.header .title .a {
	padding-right: .3rem;
	background: url(https://img.naimal.com/newask/img/top-line2.png) no-repeat right/auto 100%;
}
.header .title .a:last-child {
	background-image: none;
}
.header .right-menu .top-icon-search {
	width: .68rem;
	background: url(https://img.naimal.com/newask/img/icon-search.png) no-repeat left/0.46rem auto;
}
.header .right-menu .top-icon-menu {
	width: .88rem;
	background: url(https://img.naimal.com/newask/img/icon-menu.png) no-repeat center/0.48rem auto;
}
/* header-sub.css -----------------------------------------------------------------*/
.header-sub-wrap {
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
	top: 1rem;
	background-color: #313131;
	z-index: 1111;
}
.header-sub-box {
	padding: 0.28rem 0.2rem;
	overflow: hidden;
}
.header-site-links {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -0.1rem;
}
.header-site-links > li {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin: 0 0.1rem;
}
.header-site-links > li:nth-of-type(1) .header-site-link {
	background-color: #3f706d;
}
.header-site-links > li:nth-of-type(2) .header-site-link {
	background-color: #4e6c80;
}
.header-site-links > li:nth-of-type(3) .header-site-link {
	background-color: #825946;
}
.header-site-link {
	display: block;
	font-size: 0.28rem;
	text-align: center;
	color: #fff;
	line-height: 0.6rem;
	-webkit-border-radius: 0.24rem;
	border-radius: 0.24rem;
}
.header-cate:first-of-type {
	margin-top: 0.18rem;
}
.header-cate dt {
	position: relative;
	font-size: 0.24rem;
	text-align: center;
	line-height: 0.44rem;
	color: #999;
}
.header-cate dt:after, .header-cate dt:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: 1px;
	width: 100%;
	height: 1px;
	background: #2a2a2a;
	z-index: 0;
}
.header-cate dt:before {
	margin-top: 0;
	background: #464646;
}
.header-cate .header-cate-tit {
	position: relative;
	z-index: 1;
	background-color: #313131;
	padding: 0 0.05rem;
}
.header-cate-links {
	margin-right: -0.52rem;
	font-size: 0;
}
.header-cate-link {
	display: inline-block;
	color: #ffffff;
	font-size: 0.28rem;
	margin-right: 0.52rem;
	line-height: 0.6rem;
}
.header-passprot-links {
	position: relative;
	z-index: 1;
	padding: 0.2rem 0 0 0;
	margin-top: 0.18rem;
	text-align: center;
	font-size: 0;
}
.header-passprot-links:after, .header-passprot-links:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #2a2a2a;
}
.header-passprot-links:before {
	top: -1px;
	background: #464646;
}
.header-passprot-links > li {
	display: inline-block;
}
.header-passprot-link {
	display: inline-block;
	width: 2rem;
	margin: 0 0.1rem;
	line-height: 0.64rem;
	font-size: 0.28rem;
	color: #ffffff;
	background: #909090;
	-webkit-border-radius: 0.03rem;
	border-radius: 0.03rem;
}
.icon-header-collapse-up {
	position: absolute;
	width: 0.8rem;
	height: 0.8rem;
	background: #313131;
	left: 50%;
	margin-left: -0.4rem;
	bottom: -0.4rem;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	z-index: 0;
}
.icon-header-collapse-up:after {
	content: '';
	position: absolute;
	width: 0.2rem;
	height: 0.2rem;
	left: 50%;
	top: 50%;
	margin: -0.01rem 0 0 -0.1rem;
	border-left: 0.03rem solid #ccc;
	border-bottom: 0.03rem solid #ccc;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}
.ico-header-logo {
	display: block;
	margin-top: 0.26rem;
	width: 1.6rem;
	height: 0.48rem;
	background-position: 0 0;
	-webkit-background-size: 1.6rem 0.48rem;
	background-size: 1.6rem 0.48rem;
}
.header-search {
	position: relative;
	margin-top: 0.18rem;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: auto;
	height: 0.64rem;
}
.header-search-wrap {
	position: absolute;
	padding: 0 0.28rem 0 0.8rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}
.header-search-box {
	position: relative;
	width: auto;
	zoom: 1;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #000;
	background: rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 0.5rem;
	border-radius: 0.5rem;
}
.header-search-box button {
	position: absolute;
	top: 50%;
	right: 0.15rem;
	margin-top: -0.18rem;
}
.page-box {
	margin: 5px 0;
	text-align: center;
}
/* 分页文字、链接通用盒子样式 */
.page-box li {
	display: inline-block;
	min-width: 36px;
	height: 36px;
	line-height: 36px;
	padding: 0 5px;
	border: 1px solid #eee;
	border-radius: 4px;
	color: #333;
	text-decoration: none;
	transition: all 0.2s ease;
	box-sizing: border-box;
	list-style: none;
}
/* 当前激活页码 红色高亮 */
.page-box li.thisclass {
	background: #2f8af5;
	border-color: #2f8af5;
	color: #fff;
	font-weight: bold;
}
/* 链接悬浮效果 */
.page-box li a:hover {
	border-color: #2f8af5;
	color: #2f8af5;
}
/* 首页、下一页、末页加宽内边距 */
.page-box li:first-child, .page-box li:nth-last-child(3), .page-box li:nth-last-child(4) {
	padding: 0 5px;
}
/* 分页统计文字 去掉边框 */
.page-box li .pageinfo {
	border: none;
	color: #999;
	padding: 0;
	min-width: auto;
}
.col-details-tip .details-tips-prev {
	margin-top: 0.3rem;
	font-size: 0.3rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333;
}
.col-details-tip .details-tips-prev > span {
	color: #999;
}
.col-details-tip .details-tips-prev .ico-next {
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 0.12rem solid transparent;
	border-bottom: 0.12rem solid transparent;
	margin-right: 0.1rem;
}
.v-de .ico-next {
	border-left: 0.12rem solid #0076ff;
}
.buttons .wx {
    background-color: #4cbf00;
}
.buttons .btn {
    width: 3rem;
    height: 0.7rem;
    -webkit-border-radius: 0.36rem;
    border-radius: 0.36rem;
}
.buttons .btn .icon {
    width: 0.4rem;
    height: 0.4rem;
    background: url(https://img.naimal.com/newask/images/wx.png) no-repeat left center / 0.34rem auto;
}
.buttons .qq {
    background-color: #4a9afd;
}
.buttons .qq .icon {
    background: url(https://img.naimal.com/newask/images/qq.png) no-repeat left center / 0.28rem auto;
}
.OpenGuide-wrapper {
    width: 100%;
    padding-bottom: 30%;
    background-image: url(https://img.naimal.com/newask/img/v2-75937fa0458006c93a607b81f956c4ae.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 0;
    background-size: 600px;
}
.Download-root {
    display: flex;
    z-index: 1;
    flex-direction: column;
    align-items: center;
    position: fixed;
    bottom: 8%;
    width: 100%;
}
.downloadSecond-wrapper {
    margin-top: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 268px;
}
.Download-link {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}
.Download-link {
    display: block;
    width: 268px;
    height: 44px;
    line-height: 44px;
    border-radius: 24px;
    border: none;
    background-color: #056de8;
    margin-top: 28px;
    color: #fff;
}
.FixedAppInfo-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
}
.FixedAppInfo, .FixedAppInfo-element-wrapper {
    display: flex;
    flex-direction: column;
}
.FixedAppInfo {
    padding: 0 16px;
    color: #999;
    font-weight: 400;
    font-size: 13px;
    line-height: 26px;
}
.FixedAppInfo-element {
    margin-right: 20px;
}