@CHARSET "UTF-8";
body{
	font-family: "Microsoft YaHei";
	background-color: #eaeaea;
}
.banner{
    width: 100%;
    height: 150px;
    float: left;
    overflow: hidden;
    position: relative;
}
.banner ul{
	list-style: none;
	margin:0;
	padding:0;
}
.banner ul li img{
	/*width:400px;*/
	height:150px;
    display: list-item;
    float: left;
}
.banner ul li{
	 float:left;
	 margin:0;
	 padding:0;
} 
.banner span{ 
	position:absolute; 
	z-index:2; 
	top:50%; 
	margin-top:-22px; 
	cursor:pointer; 
	padding:5px;
}
.banner span.aleft{ 
	left:25px;
}
.banner span.aright{ 
	right:25px;
}
.function_div{
	background: #FFFFFF;
	margin-top: 10px;
	width: 100%;
    height: 50px;
    float: left;
    text-align: center;
    padding-top: 15px;
}
.function_div a{
	display: block;
    float: left;
    width: 40%;
    border: 1px solid #d6003a;
    border-radius: 5px;
    padding: 5px 0px;
    text-decoration: none;
    color: black;
}
.function_div .left{
	margin-right: 5%;
    margin-left: 5%;
}
.function_div .right{
	margin-left: 5%;
}
.fund_container{
	float: left;
    width: 100%;
    background: white;
    margin-top: 10px;
    padding-top: 10px;
}
.fund_container .title{
	padding-bottom: 5px;
	width: 100%;
    border-bottom: 2px solid #d6003a;
    font-size: 15px;
    text-indent: 1em;
}
.fund_container #fundlist{
	font-size: 15px;
}
.fund_container #fundlist .fund_div{
	/*height: 70px;*/
    width: 96%;
    margin: 0 2%;
    padding: 0;
}
.fund_container #fundlist .fund_div .fund_name{
	padding-top:9px;
	height: 20px;
    margin-bottom: 5px;
}
.fund_container #fundlist .fund_div .fund_name .left{
	float: left;
}
.fund_container #fundlist .fund_div .fund_name .right{
	float: right;
    padding-right: 15px;
    font-size: 12px;
    color: #424040;
}
.fund_container #fundlist .fund_div .fund_content{
	/*height: 32px;*/
    font-size: 12px;
    color: gray;
    padding-bottom: 8px;
    border-bottom: 1px solid #ded9d9;
}
.fund_container #fundlist .fund_div .fund_content .child{
	width: 33%;
    float: left;
    text-align: left;
}
.fund_container #fundlist .fund_div .fund_content .thrid{
	width: 60%;
}
.fund_container .artifact{
	width: 100%;
    height: 92px;
}
.fund_container .artifact .img_div{
	padding-top: 10px;
    padding-left: 15px;
    height: 92px;
    width: 70%;
    float: left;
}
.fund_container .artifact .img_div img{
	width: 60px;
    height: 60Px;
    padding: 10px;
    border: 1px solid #ded9d9;
    border-radius: 5px;
    float: left;
}
.fund_container .artifact .img_div .des{
	height: 82px;
    width: 120px;
    float: left;
    padding-left: 10px;
}
.fund_container .artifact .img_div .des .top{
	display: block;
    padding-top: 15px;
    font-size: 12px;
}
.fund_container .artifact .img_div .des  .bottom{
	font-size: 12px;
    display: block;
    padding-top: 15px;
}
.fund_container .artifact .opr_div{
	width: 25%;
    float: left;
}
.fund_container .artifact .opr_div .opr{
    display: block;
    float: left;
    width: 45%;
    border: 1px solid #d6003a;
    border-radius: 5px;
    padding: 5px 10px;
    text-align: center;
    margin-top: 30%;
}
.change_div{
	width: 162px;
    height: 39px;
    float: left;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 30%;
}
.change_div a{
	width: 80px;
    display: block;
    float: left;
    text-align: center;
    height: 32px;
    padding-top: 5px;
    color: black;
    text-decoration: none;
}
.change_div .computer{
	background: #d4d0d0;
	color: #6d6c6c;
}

.change_div .mobile{
	background: #ffffff;
}
.type_div{
	font-size: 15px;
	padding: 15px 20px;
    background: white;
    border-bottom: 1px solid #ded9d9;
    border-top: 1px solid #ded9d9;
}
.type_div span{
    display: block;
    float: left;
    padding: 2px 5px;
    margin-bottom: 2px;
}
.type_div .selected{
	color: #d6003a;
    border: 1px solid #d6003a;
    border-radius: 5px;
    margin-bottom: 0px;
}
.divclear {
    clear: both;
}
.detail_div{
	background: #ffffff;
    margin-top: 12px;
}
.detail_div .fund_div{
	padding: 10px 0px;
    margin: 0px 20px;
    border-bottom: 1px solid #ded9d9;
}
.detail_div .fund_div .left{
	display: block;
    float: left;
}
.detail_div .fund_div .right{
	display: block;
    float: right;
    color: gray;
}
.net_div{
	padding: 10px 0px;
    margin: 0px 20px;
}
.net_div .left_div{
	width: 50%;
    float: left;
}
.net_div .left_div .bottom{
	color: gray;
    font-size: 12px;
}
.net_div .left_div span{
	display: block;
}
.net_div .right_div{
	width: 50%;
    float: right;
    text-align: right;
}
.net_div .right_div .bottom{
	color: gray;
    font-size: 12px;
}
.net_div .right_div span{
	display: block;
}
.rearch_div{
	margin: 10px 20px;
    background: #fbf9f7;
    height: 28px;
}
.rearch_div input{
	border: none;
}
.funddetail{
	font-size:15px;
	margin-top: 5px;
}
.funddetail .fundname{
	font-size: 18px;
    font-weight: bold;
}
#income_date{
	font-size: 12px;
    color: gray;
    margin-bottom: 15px;
}
.funddetail .fund_line{
	line-height: 35px;
}
.funddetail .fund_line .left{
	width: 49%;
    float: left;
    padding-right: 2%;
}
.shijian{
	text-align: center;
    border-radius: 5px;
    border: 1px solid gray;
    width: 210px;
    margin: 10px auto;
}
#date{
	padding: 5px;
	width: 210px;
}
#date .num_date{
    padding: 5px;
    margin-right: 5px;
    border-right: 1px solid gray;
    float: left;
    width: 35px;
}
#date .select{
	color: red;
}
#date .last{
	border-right: 0px;
	margin-right: 0px;
}
.all_info{
	margin-top: 20px;
    border-top: 2px solid gray;
}
.all_info .title_div{
	height: 35px;
    border-bottom: 1px solid #d0cdcd;
}
.all_info .title_div .title_span{
	width: 30%;
    display: table-cell;
    float: left;
    text-align: center;
    height: 34px;
    /*border-bottom: 1px solid red;*/
    vertical-align: middle;
    line-height: 34px;
}
.all_info .title_div  .span_selected{
	border-bottom: 1px solid red;
}
#fundinfoall_content .fund_detail{
	min-height: 35px;
    font-size: 15px;
    border-bottom: 1px dashed #b0a9a9;
}
#fundinfoall_content .fund_detail .left{
	display: block;
    float: left;
    width: 26%;
    color: gray;
    font-size: 15px;
    padding-left: 5px;
    padding-top: 5px;
}
#fundinfoall_content .fund_detail .right{
	width:70%;
	float:right;
	padding-top: 5px;
}
.name_div{
	height: 50px;
    line-height: 50px;
    font-size: 15px;
    padding-left: 10px;
}
.des_div{
	line-height: 35px;
    font-size: 15px;
    text-indent: 2em;
    padding: 0 10px;
    color: gray;
}
#fee_content{
	font-size: 15px;
}
#fee_content .fee_type_div{
	height: 35px;
    line-height: 35px;
    margin: 0 10px;
    border-bottom: 1px solid #d0cdcd;
}
#fee_content  #beforefee{
	margin: 0 10px;
	margin-bottom: 15px;
}
#fee_content  #sellfee{
	margin: 0 10px;
	margin-bottom: 15px;
}
#fee_content   .fee_detail_div{
	line-height: 35px;
    height: 35px;
    border-bottom: 1px dashed #b0a9a9;
}
#fee_content   .fee_detail_div .left{
	width: 70%;
    display: block;
    float: left;
}
.search{
	width: 100%;
    height: 100%;
    outline: none;
    background: url(../image/search.png) left no-repeat;
    padding-left: 35px;
}
.mask{
	position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #cecece;
    opacity: 0.9;
}
.img_show{
	width: 80%;
    opacity: 1;
    position: fixed;
    top: 30%;
    padding: 0;
    margin: 0;
    left: 10%;
    z-index: 10;
}
.closeMask{
	float: right;
    right: 50px;
    position: fixed;
    top: 25%;
    width:25px;
}
.currency_title{
	border-bottom: dashed 1px gray;
    margin: 0 5px;
}
.currency_title .left{
	width: 50%;
    float: left;
    padding-left: 10px;
    height: 25px;
    line-height: 25px;
}
.currency{
	background: white;
    padding-top: 5px;
    border-top: solid 1px #ded9d9;
    border-bottom: 1px solid #ded9d9;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.currency_div{
    height: auto;
    margin-left: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    margin-right: 5px;
}
.currency_div .left{
	width: 48%;
    float: left;
    text-align: center;
}
.currency_div .right{
	width: 50%;
    float: left;
    text-align: center;
}
.currency_div .content{
	width: 100%;
    display: block;
    line-height: 15px;
    font-size: 10px;
}
.currency_div .content font{
	font-size: 8px;
}
.describe{
	font-size: 13px;
    text-align: right;
    padding-right: 5px;
    height: 25px;
    line-height: 25px;
}
.currency_content{
	width: 48%;
    float: left;
    line-height: 30px;
    font-size: 14px;
    padding-right: 5px;
}
.currency_content img{
	float: left;
	width: 20px;
    height: 20px;
    padding-top: 4px;
    padding-right: 5px;
}
.currency_content span{
	display: block;
    float: left;
}
.advantage{
	background: white;
    padding-top: 5px;
    border-top: solid 1px #ded9d9;
    border-bottom: 1px solid #ded9d9;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.advantage .title{
	border-bottom: 1px dashed gray;
    padding-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 10px;
}
