/* 默认 */
input, button{
    outline: none;
}
/* 基金超市 */
.market{
    margin-bottom: 50px;
}
.market .title{
    height: 42px;
    line-height: 42px;
    /* padding: 30px 0 20px; */
    box-sizing: content-box;
}
.market .title .names{
    float: left;
}
.market .title .names h3{
    float: left;
    font-size: 18px;
    padding-right: 12px;
}
.market .title .names span{ 
    margin-left: 48px;
    font-size: 16px;
    font-weight: 700;
    color: #666;
}
.market .title .names span.active{
    color: #BE0018;
}
.fund {
    position: relative;
    display: none;
    padding: 16px 22px 0;
    background-color: #fafafa;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}
.fund .left {
    float: initial;
    /* margin-right: 60px;
    width: 620px; */
}
.fund .hot_list {
    position: relative;
    padding-bottom: 14px;
    padding-top: 14px;
    border-bottom: 1px solid #E8E8E8;
}
.hot_list_title {
    float: left;
    width: 74px;
    margin-right: 10px;
    text-align: right;
    line-height: 24px;
}
.fund .hot_list .fund_lists {
    float: left;
}
.fund_item {
    float: left;
    margin-right: 10px;
    padding: 0 8px;
    border: 1px solid #D1D1D1;
    height: 26px;
    line-height: 26px;
    color: #666;
    border-radius: 4px;
    cursor: pointer;
    box-sizing: border-box;
    background: transparent;
    font-size: 12px;
}
.filter_item {
    float: left;
    background: transparent;
    border: 0;
}
.fund_item.active {
    background-color: #be0018;
    color: #fff;
    border: 1px solid #be0018;
}
.fund .hot_list .filters .field {
    position: absolute;
    /* right: 0; */
    left: auto;
    top: 13px;
    width: 215px;
    line-height: 24px;
}
.fund #fundCompany{
    width: auto;
    border: 0;
}
.fund .field .select {
    border: 1px solid #D1D1D1;
    border-radius: 4px;
    color: #666666;
}
.fund .field .select.selecting {
    border: 1px solid #BE0018;
    color: #B8B8B8;
}
.fund .field .select span {
    display: block;
    text-indent: 15px;
}
.fund .field i {
    position: absolute;
    top: 8px;
    right: 17px;
    width: 6px;
    height: 6px;
    border-left: 1px solid #999;
    border-bottom: 1px solid #999;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.fund ul {
    padding: 12px 0;
    position: absolute;
    width: 100%;
    top: 40px;
    max-height: 350px;
    overflow: auto;
    right: 0;
    color: #666666;
    background: #fff;
    z-index: 10;
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.12);
    border-radius: 4px;
}
.fund ul.hide {
    display: none;
}
.fund ul li {
    padding: 0 16px;
    padding-right: 0;
    line-height: 32px;
}
.fund .field ul li.weight {
    color: #333;
    font-weight: 700;
}
.clearfix::after,
.fund::after {
    display: block;
    content: '';
    height: 0;
    line-height: 0;
    clear: both;
    visibility: hidden;
}
.fund .btns {
    padding: 14px 6px;
}
.fund .btns button {
    border: 0;
    width: 90px;
    height: 34px;
    border-radius: 6px;
    line-height: 34px;
}
.fund .btns .btns_reset {
    border: 1px solid #be0018;
    color: #be0018;
    background: transparent;
    margin-right: 20px;
}
.fund .btns .btns_filter {
    background-color: #be0018;
    border: 1px solid #be0018;
    color: #fff;
}
.fund .right{
    float: right;
    width: 220px;
}
.fund .right .avator img{
    width: 220px;
    height: 260px;
    object-fit: cover;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}
.fund .right p{
    text-align: center;
    line-height: 30px;
}
.market .search {
    float: right;
}
.market .search span {
    float: left;
    line-height: 24px;
}
.market .search input[type="text"] {
    position: relative;
    border: 1px solid #D0D0D0;
    height: 23px;
    float: left;
    text-indent: 1em;
    color: #777;
    z-index: 1;
}
.market .search input[type="button"] {
    border: 1px solid #D0D0D0;
    background-color: #fff;
    margin-left: -1px;
    height: 25px;
    float: left;
    width: 40px;
}
.fund .more {
    position: absolute;
    right: 0;
    top: -57px;
}
.more a {
    display: block;
    color: #999;
    font-size: 14px;
    font-weight: bold;
}
.more a i {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    margin-left: 6px;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.pages{
    padding: 15px;
    text-align: right;
    color: #666;
    width: 960px;
    margin: 0 auto;
    box-sizing: border-box;
}
.pages p{
    display: inline-block;
}
.pages input[type="text"]{
    background: transparent;
    font-size: 12px;
}
.msgs{
    width: 960px;
    margin: 0 auto;
    padding: 30px 0;
}

/* 基金排序 */
.fun_filter{
    text-align: right;
    line-height: 24px;
    padding-bottom: 10px;
}
.fun_filter div,
.fun_filter ul{
    display: inline-block;
    vertical-align: middle;
}
.fun_filter .record{
    margin-right: 20px;
}
.fun_filter .record i{
    font-weight: bold;
}
.fun_filter .sort_title{ 
    font-weight: bold;
}
.fun_filter .sort_list li,
.fun_filter .sort_list a{
    float: left;
    border: 1px solid #6171A4;
    background: url(../images/bgt.gif) right 4px no-repeat;
    padding: 0 24px 0 6px;
    margin-right: 8px;
    background-position-x: calc(100% - 6px);
}
.fun_filter .sort_list li i{
    display: inline-block;
    background: url('../images/bgt.gif') no-repeat;
    width: 11px;
    height: 14px;
    margin-left: 5px;
    transform: translateY(2px);
}



/* 基金列表 */
.fun_filter,
.fun_table_list{
    width: 960px;
    margin: 0 auto;
    border-spacing: 0;
}
.fun_table_list thead tr{
    height: 40px;
    text-align: center;
    background: #fafafa;
}
.fun_table_list tbody tr{
    height: 60px;
    text-align: center;
}
.fun_table_list tbody tr:nth-of-type(odd){
    background-color: #fff;
}
.fun_table_list tbody tr:nth-of-type(even){
    background-color: #fafafa;
}
.fun_table_list tbody .up{ 
    color: red;
    font-weight: bold;
}
.fun_table_list tbody .down{ 
    color: green;
    font-weight: bold;
}
.fun_table_list tbody a{
    color: #6171A4;
}
.fun_table_list tbody td{
    width: 60px;
    padding: 0 6px;
}
.fun_table_list tbody td:nth-of-type(4),
.fun_table_list tbody td:nth-of-type(3){
    width: 80px;
}
.fun_table_list tbody td:nth-of-type(1){
    text-align: center;
}
.fun_table_list tbody td:nth-of-type(2) a{
    display: block;
    width: 120px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
}
