#main{
	/*min-height: 100%;*/
	position: relative;
}

#crqx{
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 45px;
	background: #fff;
	border-top: solid 1px #dbdbdb;
}
#crqx ul{
	height: 100%;
	height: 45px;
	background: url("../img/pic/btnBar.jpg") center no-repeat;
	background-size: 2px 100%;
}
#crqx li{
	float: left;
	width: 50%;
	height: 45px;
	line-height: 45px;
	text-align: center;
}
#crBtn{
	padding-left: 38px;
	display: inline-block;
	text-align: center;
	background: url("../img/icon/cr_icon.png") left center no-repeat;
	background-size: 27px;
	color: #bb322e;
	text-decoration: none;
}
#qxBtn{
	padding-left: 28px;
	display: inline-block;
	text-align: center;
	background: url("../img/icon/qx_icon.png") left center no-repeat;
	background-size: 19px 23px;
	color: #4c4c4c;
	text-decoration: none;
}
#footer{
	height: 179px;
}



.info_title{
	position: relative;
	width: 100%;
	border-bottom: solid 1px #bb322e;
	background: #fff;
}
.info_title h2{
	padding-top: 10px;
	padding-left: 13px;
	font-size: 14px;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	max-width: 270px;
}
.info_title p{
	padding: 5px 0 10px 13px;
	font-size: 12px;
	color: #808080;
}
.info_title p em{
	font-size: 10px;
	color: #b2b2b2;
}

.info_title i.follow {
	position: absolute;
	top: calc(50% - 12px);
	right: 13px;
	width: 25px;
	height: 24px;
	display: block;
	background: url(../img/search/unLike.png) no-repeat;
	background-size: 100%;
}
.info_title i.follow.active {
	background: url(../img/search/like.png) no-repeat;
	background-size: 100%;
}
.noDataChart{
	width: 120px;
	height: 120px;
	background: url(../img/noDataChart.jpg) center top no-repeat;
	background-size: 100%;
}

.status{
	padding-right: 15px;
	padding-left: 15px;
	background: #fff;
	border-bottom: solid 1px #dbdbdb;
	margin-bottom: 5px;
}
.status li{
	float: left;
	width: 33%;
	text-align: center;
	margin-top: 12px;
	margin-bottom: 12px;
	color: #333;
}
#info3 .status li{
	float: left;
	width: 49%;
	text-align: center;
	margin-top: 12px;
	margin-bottom: 12px;
}
.status li p{
	font-size: 10px;
	color: #808080;
}
.status li em{
	font-size: 20px;
	/*color: #bb322e;*/
}
.tabs{
	border-top: solid 1px #dbdbdb;
	border-bottom: solid 1px #dbdbdb;
	background: #fff;
	margin-bottom: 10px;
}
.tabs .tabs_btns{
	border-bottom: solid 1px #dbdbdb;
	height: 38px;
	line-height: 36px;
}
.tabs .tabs_btns li{
	float: left;
	width: 33.3%;
	text-align: center;
	font-size: 14px;
	color: #666666;
}
/*
.tabs .tabs_btns li p{
	padding-top: 10px;
	padding-bottom: 7px;
}
*/
.tabs .tabs_btns li .tabs_btn_curr{
	color: #bb322e;
	border-bottom: solid 2px #bb322e;
}

.historyList{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 13px 5px;
}
.historyList em{
	font-size: 14px;
}

.historyList span{
	color: #a5a5a5;
	font-size: 12px;
}

.echartsFundName {
	margin: 0 auto 10px;
	text-align: center;
	font-size: 13px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	max-width: 230px;
}

.echartsFundName:before {
	content: '';
	display: inline-block;
	background: #f03456;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	margin-right: 4px;
}

#myChart{
	margin: 0 auto;
	height: 200px;
	width: 100%;
}

#info1_btns{
	margin-top: 11px;/*margin-top: 5px;*/
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 10px;
}
#info1_btns li{
	float: left;
	text-align: center;
	border: solid 1px #999999;
	border-radius: 6px;
	height: 28px;
	width: 21.7%;
	line-height: 28px;
	font-size: 14px;
	color: #999999;
}
#info1_btns .info1_btn_curr{
	border: solid 1px #bb322e;
	color: #bb322e;
}

/*2019/1/23 收益详细*/
.profitMsg {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
	padding: 10px 15px;
	line-height: 1.5;
	font-weight:normal;
}

.profitMsg span:first-child {
	color: #aeaeae;
}

.profitMsg span:last-child {
	color: #a5a5a5;
}

.historyList span:after {
	content: '';
	display: inline-block;
	width: 16px;
	height: 12px;
	background: url(../img/rightArrow.png) no-repeat;
	background-size:100%;
}

.profitMsg span:last-child b{
	font-weight:normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	max-width: 200px;
	display:block;
	float:left;
}

#info2_content{
	position: relative;
	margin-bottom: 9px;
	border-bottom: solid 1px #e6e6e6;
}
#info2_content_bar {
	display: flex;
}
#info2_content_bar em{
	padding-top: 11px;
	padding-bottom: 11px;
	display: inline-block;
	border-right: solid 1px #e6e6e6;
	text-align: center;
	font-size: 12px;
	flex: 1;
}
#info2_content_bar span{
	padding-top: 11px;
	padding-bottom: 11px;
	display: inline-block;
	text-align: center;
	margin-left: -4px;
	font-size: 12px;
	flex: 1;
}
#info2_content_bar p{
	float: right;
	padding-top: 11px;
	padding-bottom: 11px;
	text-align: center;
	margin-right: 15px;
	font-size: 12px;
}
#info2_content_list{
	background: #fff;
}
#info2_content_list li{
	border-bottom: solid 1px #f5f5f5;
    display: flex;
}
#info2_content_list li span{
	font-size: 12px;
	padding-top: 13px;
	padding-bottom: 13px;
	text-align: center;
	display: inline-block;
    flex: 1;
}

#info2_content_footer{
	text-align: right;
	font-size: 10px;
	color: #808080;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #fff;
	padding-right: 15px;
}
#tabs_1{
	display: block;
}
.tabs_1_t{
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}
#tabs_1 em{
	padding-top: 10px;
	float: left;
	width: 25%;
	display: inline-block;
	font-size: 12px;
	line-height: 18px;
	color: #808080;
}
#tabs_1 span{
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	width: 75%;
	display: inline-block;
	font-size: 12px;
	line-height: 18px;
	color: #4c4c4c;
}

#tabs_2{
	display: none;
}
#tabs_2 img{
	margin-left: 25px;
	margin-top: 15px;
}
#tabs_2 #name{
	margin-left: 10px;
	margin-top: 15px;
	display: inline-block;
	padding-top: 8px;
	color: #333333;
	font-size: 14px;
}
#tabs_2 #txt{
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 10px;
	font-size: 12px;
	color: #808080;
	line-height: 19px;
}
#tabs_2 h3{
	margin-top: 20px;
	margin-bottom: 8px;
	margin-left: 15px;
	font-size: 12px;
	font-weight: bold;
	color: #4c4c4c;
}
#tabs_2 ul{
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 4px;
}
#tabs_2 ul li{
	float: left;
	width: 49%;
	height: 85px;
	background: #f5f5f5;
	margin-bottom: 6px;
	text-align: center;
}
#tabs_2 ul li h4{
	margin-top: 14px;
	font-size: 12px;
	color: #4c4c4c;
	font-weight: bold;
}
#tabs_2 ul li p{
	margin-top: 10px;
	font-size: 10px;
	color: #808080;
}
#tabs_2 ul li em{
	margin-top: 6px;
	font-size: 22px;
	color: #bb322e;
}


/****************分享***********************/
#share{
	position: absolute;
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #cccccc;
	display: none;
	z-index: 1;

}


#share_title{
	color: #4c4c4c;
	font-size: 14px;
}
#share_title p{
	padding-left: 15px;
	margin-right: 15px;
	padding-top: 17px;
}
#share_info{
	padding-bottom: 23px;
}
#share_info ul{
	padding-right: 15px;
	padding-left: 15px;
}
#share_info li{
	float: left;
	width: 20%;
	text-align: center;

}
#share_title{
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #cccccc;
}

.sharePic{
	margin-top: 29px;
	width: 36px;
}

.shareTxt{
	color: #666666;
	font-size: 10px;
	margin-top: 8px;
}

/**************头部分享********************/

#headerBarPic{
	position: absolute;
	right: 17px;
	bottom:8px;
	width: 20px;

}


/**********费率结构**********************/

#tabs_3{
	display: none;
}
.tabs_3_info1{
	width: 100%;
}
#tabs_3_info1,#tabs_3_info2{
	border-bottom: 1px solid #cccccc;
}
.tabs_3_info1_title {
	margin-left: 15px;
	padding-left: 0px;
	color: #1a1a1a;
	font-size: 12px;
	height: 32px;
	line-height: 32px;
	border-bottom: 1px solid #cccccc;
}
.tabs_3_info1_txt{
	color: #808080;
	font-size: 12px;
	height: 32px;
	line-height: 32px;
	text-align: center;
}
.color2 {
	padding-left: 15px;
	padding-right: 15px;
	background: #fafafa;
}
.color1 {
	padding-left: 15px;
	padding-right: 15px;
	background: #fff;
}

.tabs_3_info1_txt_t1 {
	font-size: 12px;
	color: #808080;
	float: left;
	width: 64%;
	height: 32px;
	line-height: 32px;
}
.tabs_3_info1_txt_t2 {
	font-size: 12px;
	color: #808080;
	float: right;
	margin-top: 5px;
	margin-bottom: 3px;
	line-height: 20px;
	width: 30%;
}



section { position:fixed; left:0; top:0; width:100%;z-index:9000; }

section div{width:100%;height:30px; padding:10px 15px;}

section .blockDiv{ background:#353535; width:100%; height:30px;opacity:0.7;z-index:9001;}

section .download{position:absolute; left:0; top:0; z-index:9002;}

.download .span{ float:left; position: relative;}

.download .span1{ width:15%; height:30px; line-height:30px;}

.download .span1 img{ width:22px; vertical-align:middle;}

.download .span2{ width:56%; color:#fff; font-size:12px; line-height:16px;}

.span a{color:#fff; width:54px; height:28px; background:#E2555B; display:inline-block; border-radius:5px; font-size:12px; line-height:28px; text-align:center;   padding: 0 3px;

	position: absolute; left:0;top:0;}

.download .span2 img{width:30px; margin-right:5px; vertical-align:middle; line-height:30px; height:100%;}


