/* 颜色 */
.danger {
    color: #C91F1D;
}
/* ie去掉x号 */
input[type=text]::-ms-clear{
    display: none;
}
/* 清除谷歌后面的叉号 */
input::-webkit-search-cancel-button{
    display: none;
}


.fund-wrap {

    /*new gradient for Webkit*/

    background:-webkit-linear-gradient(to bottom,#EBF0F2,#ffffff);

    /*Opera11*/

    background:-o-linear-gradient(to bottom,#EBF0F2,#ffffff); 

    /*Mozilla*/

    background: -moz-linear-gradient(to bottom,#EBF0F2,#ffffff);

    /*IE10+*/

    background:linear-gradient(to bottom, #EBF0F2,#ffffff);

    /*IE8-IE9*/

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EBF0F2', endColorstr='#ffffff',GradientType=1 );

}

.fund-nav ul {
    padding-bottom: 17px;
    border-bottom: 1px solid #C91F1D;
    width: 1180px;
}
.fund-nav ul li{
    display: inline-block;
    vertical-align: bottom;
}

.fund-nav ul li a{
    color: #333333;
    font-size: 16px;
    font-weight: 400;
}

.fund-nav ul li+li{
    margin-left: 20px;
}
.fund-nav ul li+li a{
    padding-left: 20px;
    border-left: 1px solid #E2E2E2;
}
.fund-nav .icon-dot{
    width: 13.7px;
    height: 13.7px;
    bottom: -6px;
    left: 0;
    background: url(../images/fund_t_list.png) no-repeat;
}
.fund-nav .icon-money{
    width: 38px;
    height: 37px;
    bottom: 10px;
    right: 0;
    background: url(../images/fund_t_icon.png) no-repeat;
}
.fund-active {
    font-size: 24px !important;
}
.fund-kind {
    padding: 113px 0 107px 0;
}
.fund-kind ul {
    text-align: center;
}
.fund-kind ul li {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    padding: 26px 59px;
    background: #EEEEEE;
    font-size: 18px;
    font-weight: 400;
}
.fund-kind-active {
    color: #FFFFFF !important;
    background: #C91F1D !important;
}

/* 基金列表 */
.fund-wrap .select-container {
    width: 1200px;
    border-bottom: 2px solid #C91F1D;
    padding: 27px 0;
}
.fund-wrap .select-title {
    font-size:24px;
    font-weight:400;
    color:#000000;
}
.fund-wrap .search-bar {
    width: 200px;
    height: 32px;
    line-height: 32px;
    background: #EEEEEE;
    border-radius: 18px;
    position: relative;
    behavior: url(/data/tosend/resource/template/jsbank/style/PIE.htc);
    outline: none;
    padding: 0 50px 0 15px;
}
.fund-wrap .search-bar+span {
    width: 24px;
    height: 24px;
    background: red;
    top: 6px;
    right: 23px;
    cursor: pointer;
}
table thead td {
	border-bottom: 1px solid #f3f3f3;
}
table td {
	font-size: 14px;
	font-weight: 400;
}
table td span{
	width: 70px;
	height: 26px;
	background: #F9EEE1;
	line-height: 26px;
	display: inline-block;
	border-radius: 13px;
	position: relative;
	behavior: url(/data/tosend/resource/template/jsbank/style/PIE.htc);
	text-align: center;
	color: #A9742E;
}
table td a{
	display: inline-block;
	line-height: 30px;
	text-align: center;
	width: 62px;
	height: 30px;
	border: 1px solid #C91F1D;
	color: #C91F1D;
	border-radius: 15px;
	position: relative;
	behavior: url(css/PIE.htc);
}

/* 分页器样式 */
.page-bar {
    color: #999999;
    font-size: 14px;
    font-weight: 400;
}
    
.tcdPageCode{
	text-align: left;
    color: #EFEFEF;
    right: 0;
    font-size: 14px;
    font-weight: 400;

}
.tcdPageCode a{
	display: inline-block;
	color: #333333;
	display: inline-block;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	border: 1px solid #EFEFEF;
	margin: 0 2px;
	vertical-align: middle;
}
.tcdPageCode a+a{
    margin-left: 16px;
}
.tcdPageCode a:hover{
	text-decoration: none;
	border: 1px solid #C91F1D;
}
.tcdPageCode span.current{
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    margin: 0 2px;
    color: #C91F1D;
    border-radius: 4px;
    vertical-align: middle;
}
.tcdPageCode span.disabled{
	display: inline-block;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	margin: 0 2px;
	color: #bfbfbf;
	background: #f2f2f2;
	border: 1px solid #bfbfbf;
	vertical-align: middle;
}