@charset "utf-8";
/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,textarea,p,th,td,span,b,button,a,img,table,tr,i,strong,header,footer{
	margin:0;
	padding:0;
	text-shadow: none;
}
body{
	font-size: 16px;
	word-break: break-all;
	word-wrap: break-word;
}
a{
	color: #333;
	text-decoration: none;
	font-weight: normal;
}
li{
	list-style: none;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}


/* 浮动 */
.pull-left{
	float: left;
}
.pull-right{
	float: right;
}
.clearfix:after{
     content: ".";
     display: block;
     height: 0;
     clear: both;
     visibility: hidden;
}

/* 高度 */
.height-px18{
	height: 18px;
}
.height-px20{
	height: 20px;
}
.height-px25{
	height: 25px;
}
.height-px35{
	height: 35px;
}
.height-px40{
	height: 40px;
}
.height-px44{
	height: 44px;
}
.height-px60{
	height: 60px;
}
.mheight-px20{
	min-height: 20px;
}
.mheight-px60{
	min-height: 60px;
}
.rheight-per140{
	line-height: 1.4;
}
.rheight-px40{
	line-height: 40px;
}
.rheight-px44{
	line-height: 44px;
}

/* 宽度 */
.width-height-px60{
	width: 60px;
	height: 60px;
}
.width-px30{
	width: 30px;
}
.width-ada{
	width: 100%;
}
.width-ada-14{
	width: 14%;
}
.width-ada-20{
	width: 20%;
}
.width-ada-33{
	width: 33.3%;
}
.width-ada-40{
	width: 40%;
}
.width-ada-50{
	width: 50%;
}
.width-ada-60{
	width: 60%;
}
.width-height-ada-60{
	width: 60%;
	height:170px;
}
.width-ada-100{
	width: 100%;
}

/* 上间距 */
.pt-px0{
	padding-top: 0;
}
.pt-px10{
	padding-top: 10px;
}
.mt-px2{
	margin-top: 2px;
}
.mt-px6{
	margin-top: 6px;
}
.mt-px10{
	margin-top: 10px;
}
.mt-px20{
	margin-top: 20px;
}
.mt-px30{
	margin-top: 30px;
}
.mt-px40{
	margin-top: 40px;
}
.mt-px50{
	margin-top: 50px;
}
.mt-px100{
	margin-top: 100px;
}

/* 下间距 */
.pb-px0{
	padding-bottom: 0;
}
.pb-px5{
	padding-bottom: 5px;
}
.pb-px10{
	padding-bottom: 10px;
}
.mb-px10{
	margin-bottom: 10px;
}
.mb-px15{
	margin-bottom: 15px;
}
.mb-px20{
	margin-bottom: 20px;
}
.mb-px40{
	margin-bottom: 40px;
}

/* 左间距 */
.pl-px0{
	padding-left: 0px;
}
.pl-px5{
	padding-left: 5px;
}
.pl-px10{
	padding-left: 10px;
}
.pl-px45{
	padding-left: 45px;
}
.pl-px70{
	padding-left: 70px;
}
.ml-px5{
	margin-left: 5px;
}
.ml-px10{
	margin-left: 10px;
}
.ml-ada5{
	margin-left: 5%;
}

/* 右间距 */
.pr-px0{
	padding-right: 0px;
}
.pr-px5{
	padding-right: 5px;
}
.pr-px10{
	padding-right: 10px;
}
.pr-px20{
	padding-right: 20px;
}
.pr-px70{
	padding-right: 70px;
}
.mr-px3{
	margin-right: 3px;
}
.mr-px5{
	margin-right: 5px;
}
.mr-px8{
	margin-right: 8px;
}
.mr-px10{
	margin-right: 10px;
}

/* 块级元素显示 */
.dis-block{
	display: block;
}
.dis-iblock{
	display: inline-block;
}

/* 隐藏 */
.dis-none{
	display: none;
}

/* 定位 */
.pos-rel{
	position: relative;
}
.pos-fix-bottom{
	position: fixed;
	left: 0;
	bottom: 0;
}
.pos-abs-tl{
	position: absolute;
	top: 0;
	left: 0;
}
.pos-abs-tr{
	position: absolute;
	top: 0;
	right: 0;
}
.top-px4{
	top: 4px;
}
.top-px6{
	top: 6px;
}
.top-px8{
	top: 8px;
}
.top-px10{
	top: 10px;
}
.top-px13{
	top: 13px;
}
.top-px20{
	top: 20px;
}
.right-px4{
	right: 4px;
}
.right-px10{
	right: 10px;
}
.right-px15{
	right: 15px;
}
.right-px60{
	right: 60px;
}

/* 文字颜色 */
.col-white{
	color: #fff;
}
.col-blue{
	color: #2489ce;
}
.col-red{
	color: #f63c41;
}
.col-green{
	color: #5cb85c;
}
.col-333{
	color: #333;
}
.col-999{
	color: #999;
}

/* 文字大小 */
.font-0{
	font-size: 0;
}
.font-12{
	font-size: 12px;
}
.font-14{
	font-size: 14px;
}
.font-16{
	font-size: 16px;
}
.font-18{
	font-size: 18px;
}
.font-20{
	font-size: 20px;
}
.font-22{
	font-size: 22px;
}

/* 加粗 */
.weight-no{
	font-weight: normal;
}

/* 对齐 */
.text-left{
	text-align: left;
}
.text-right{
	text-align: right;
}
.text-center{
	text-align: center;
}
.ver-middle{
	vertical-align: middle;
}
.ver-bottom{
	vertical-align: bottom;
}

/* 字体 */
.font-ab{
	font-family: "arial black";
}

/* 单行文字截取 */
.single-int{
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

/* 排行序号 */
.rank-ico{
	width: 20px;
	height: 20px;
	line-height: 20px;
	border-radius: 50%;
	color: #fff;
	background: #ccc;
	font-style: normal;
	text-align: center;
	font-size: 12px;
	display: block;
	float: left;
	margin: 20px 10px 0 0;
}

/* 提醒圆点 */
.red_warn {
    width: 6px;
    height: 6px;
    display: block;
    background: #f63c40;
    border-radius: 50%;
    position: absolute;
}
/* 数字提醒 */
.num_warn{
	min-width: 12px;
	text-align: center;
	line-height: normal;
	background: #f63c40;
	border-radius: 10px;
	color: #fff;
	padding: 3px 3px 1px;
	font-size: 10px;
	font-style: normal;
	position: absolute;
}

/* 背景颜色 */
.bg-red {
	color: #fff;
    background: #ff4f4f;
}
.bg-orange {
    background: #fa9200;
}
.bg-blue {
	color: #fff;
    background: #2489ce;
}
.bg-fff{
	background: #fff;
}
.bg-f4{
	background: #f4f5f6;
}
.bg-f9{
	background: #F9F9F9;
}
.bg-2d353a{
	background: #2d353a;
}

/* 边框 */
.bor-l-e8{
	box-sizing: border-box;
	border-left: 1px solid #e8e8e8;
}
.bor-t-e8{
	border-top: 1px solid #e8e8e8;
}
.bor-b-dd{
	border-bottom: 1px solid #ddd;
}
.bor-b-e8{
	border-bottom: 1px solid #e8e8e8;
}
.bor-b-f0{
	border-bottom: 1px solid #f0f0f0;
}
.bor-2white{
	border: 2px solid #fff;
}
.bor-1dc{
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
}
/* 圆角 */
.img-circle{
	border-radius: 50%;
}
.bor-r4{
	border-radius: 4px;
}

/* 组合按钮选中样式 */
.ui-controlgroup-controls .true-btn{
	box-shadow: none;
	color: #fff;
	background: #2489ce;
}

/* 背景 */
/* 箭头详情背景 */
.det-arrow-bg{
	background: url(/mobile/finance/images/lore/tb-arrow-ico.png) no-repeat right center;
	background-size: 24px;
}
/* 箭头详情背景 */
.nav-arrow-bg{
	background: url(../images/arrow-ico.png) no-repeat right center;
	background-size: 16px;
}

/* Header */
.ui-header-fixed{
	top: 0;
	padding: 0;
	border: 0;
}

/* 输入框共用样式 */
.ui-header .search-for,.ui-header .search-txt,.com-for{
	position: absolute;
	line-height: 30px;
	color: #CCC;
	font-size: 14px;
	border-radius: 4px;
	background: #fff;
	border: 0 none;
}
/* 顶部模拟搜索框  */
.ui-header .search-for{
	top: 7px;
	left: 20%;
	right: 20%;
	text-indent: 1.8em;
	background: #fff url(/mobile/images/search-ico2.png) no-repeat 5px center;
	background-size: 14px 14px;
}
/* 顶部搜索框  */
.ui-header .search-txt{
	width:68%;
	top: 7px;
	left: 16%;
	color: #333;
	text-indent: 1.8em;
	background: #fff url(/mobile/images/search-ico2.png) no-repeat 5px center;
	background-size: 14px 14px;
}
/* 知识详情页评论框 */
.com-for{
	top: 6px;
	left: 10px;
	text-indent: 0.5em;
	display: inline-block;
	border: 1px solid #eee;
}

/* 顶部标题 */
.ui-header h1{
	text-align: center;
	line-height: 44px;
	font-size: 18px;
}

/* 分类  */
.sort{
	position: relative;
	background: #f6f5f4;
	border-bottom: 1px solid #e8e8e8;
}
.sort .sort-list{
	margin: 0;
	padding: 0;
	overflow: hidden;
	overflow-x: auto;
	white-space: nowrap;
}
.sort .sort-list > li{
	display: inline-block;
}
.sort .sort-list > li:last-child{
	margin-right: 34px;
}
.sort .sort-list > li > a{
	display: block;
	line-height: 34px;
	padding: 0 6px;
	font-weight: normal;
}
.sort .sort-list > li > a.col-blue{
	font-size: 17px;
}
.sort .sort-more{
	position: absolute;
	top: 0;
	right: 0;
	width: 39px;
	height: 32px;
	text-align: right;
	font-size: 10px;
	font-size: 1rem;
	background:rgba(0,0,0,0) url(../images/type_ico.png) no-repeat left top;
	background-size: 39px 32px;
}

/* 排序 */
.sorting{
	overflow: hidden;
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
}
.sorting span{
	display: inline-block;
	line-height: 30px;
	padding: 0 20px;
}

/* 知识列表 瀑布流 */
.gallery-mode > div > a{
	border: 1px solid #eee;
	border-radius: 4px;
	margin-top: 10px;
	padding: 8px;
}

/* 知识分类 */
.lore-type li{
	border-bottom:1px solid #eee;
}
.lore-type ul{
	padding-left:20px;
	background:#f9f9f9;
	display:none;
}
.lore-type li input[type=radio],.lore-type li input[type=checkbox]{
	margin:14px 10px 0 0;
}
.lore-type > li{
	background:#fff;
}
.lore-type > li ul li:last-child{
	border-bottom:0 none;
}
.lore-type > li ul li:first-child{
	border-top:1px solid #eee;
}
.lore-type li > img{
	height:40px;
	float:left;
}
.lore-type li label{
	display:block;
	line-height:40px;
	font-weight:normal;
}

/* Footer */
.ui-footer-fixed{
	bottom: 0;
	padding: 0;
	background: #f9f9f9;
	border: 0 none;
	border-top: 1px solid #d9d9d9;
}
.ui-footer-fixed nav a{
	display: block;
	width: 20%;
	height: 20px;
	text-align: center;
	float: left;
	padding-top: 30px;
	font-size: 10px;
	background-repeat:  no-repeat;
	background-position: center 7px;
	background-size: 22px;
}
.ui-footer-fixed nav a:nth-child(1){
	background-image: url(../images/lore-ico.png);
}
.ui-footer-fixed nav a:nth-child(2){
	background-image: url(../images/qa-ico.png);
}
.ui-footer-fixed nav a:nth-child(3){
	background-image: url(../images/expert-ico.png);
}
.ui-footer-fixed nav a:nth-child(4){
	background-image: url(../images/excitation-ico.png);
}
.ui-footer-fixed nav a:nth-child(5){
	background-image: url(../images/exam-ico.png);
}
.ui-footer-fixed nav a.true-a{
	color: #0ba8ef;
	background-position: center -46px;
}

/* 链接点击变色 */
.click-f0:active{
	background-color: #f0f0f0;
}
