html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
i,
b,
form,
fieldset,
legend,
img {
    margin: 0;
    padding: 0;
    font-style: normal
}

fieldset,
img {
    border: none;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: normal
}

ul,
ol {
    list-style: none;
}

select,
input {
    vertical-align: middle;
}

select,
input,
textarea {
    font-size: 12px;
    margin: 0;
}

table {
    border-collapse: collapse;
}

body {
    background: #f9f9f9;
    color: #333;
    font: 12px/22px "PingFang SC", "Lantinghei SC", "Microsoft YaHei", arial, '\5b8b\4f53', sans-serif, tahoma;
}

.clearfix:after {
    content: '.';
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.clearit {
    clear: both;
    height: 0;
    font-size: 0;
    overflow: hidden;
}

a {
    color: #333;
    text-decoration: none;
}

a:visited {
    color: #666;
}

a:hover,
a:active,
a:focus {
    color: #00449f;
    text-decoration: none;
}

.hide {
    display: none!important;
}

.wrap {
    width: 1000px;
    margin: 0 auto;
}

.ani-opacity {
    filter: Alpha(Opacity=80);
    opacity: .8;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.ani-rotate {
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.ani-popIn {
    -webkit-animation-duration: .35s;
    animation-duration: .35s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

.ani-popOut {
    -webkit-animation-duration: .35s;
    animation-duration: .35s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

@-webkit-keyframes bounceIn {
    0%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.8, .8, .8);
        transform: scale3d(.8, .8, .8)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {
    0%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.8, .8, .8);
        transform: scale3d(.8, .8, .8)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.8, .8, .8);
        transform: scale3d(.8, .8, .8)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.8, .8, .8);
        transform: scale3d(.8, .8, .8)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

img.sc {
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
}

img.sc:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.btn_addfav_w {
    position: relative;
    z-index: 500;
    float: left;
    height: 60px;
    line-height: 60px;
    text-align: left;
    font-size: 14px;
}

.addfav_pop,
.addfav_pop_bg0 {
    width: 282px;
    height: 123px;
    position: absolute
}

.btn_addfav_w a.btn_addfav,
.btn_addfav_w a.btn_addfav:visited {
    color: #393939
}

.btn_addfav_w a.btn_addfav:hover {
    color: #1c64ac
}

.btn_addfav_w span.addfav_key {
    font-weight: 700;
    color: #0a75c7;
    padding-right: 5px
}

.addfav_pop {
    display: none;
    visibility: hidden;
    top: 41px;
    left: -5px;
    z-index: 500;
    overflow: hidden
}

.addfav_pop_bg0 {
    display: block;
    top: 0;
    left: 0;
    z-index: 10000;
    margin: 0;
    background: url(//www.sinaimg.cn/dy/sinatag/addfav_pop_bg.png) no-repeat
}

.addfav_pop_nowin {
    height: 80px
}

.addfav_pop_nowin .addfav_pop_bg0 {
    background: url(//www.sinaimg.cn/dy/sinatag/addfav_pop_nowin_bg.png) no-repeat
}

.addfav_pop_nowin .addfav_pop_p1 {
    display: none
}

.addfav_pop a.addfav_close,
.addfav_pop a.addfav_close:visited {
    position: absolute;
    z-index: 10003;
    top: 18px;
    right: 12px;
    width: 10px;
    height: 10px;
    background: url(//www.sinaimg.cn/dy/sinatag/btns_addfav_spirite.png) -38px 1px no-repeat;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    overflow: hidden
}

.btn_addfav_w .addfav_pop_p0,
.btn_addfav_w .addfav_pop_p1 {
    display: block;
    z-index: 10002;
    padding: 20px 0 0 20px;
    margin: 0 20px 0 0;
    font-size: 14px;
    line-height: 22px;
    position: relative
}

.addfav_pop a.addfav_close:hover {
    background-position: -54px 1px
}

.btn_addfav_w .addfav_pop_p0 {
    color: #101010
}

.btn_addfav_w .addfav_pop_p1 {
    zoom: 1;
    color: #656565
}

.btn_addfav_w a.addfav_dl,
.btn_addfav_w a.addfav_dl:visited {
    display: inline-block;
    vertical-align: top;
    margin-top: 1px;
    margin-left: 8px;
    width: 66px;
    height: 22px;
    overflow: hidden;
    text-indent: -99em;
    line-height: 22px;
    text-align: center;
    color: #fff;
    background: url(//www.sinaimg.cn/dy/sinatag/btns_addfav_spirite.png) 0 -15px no-repeat;
    -webkit-transition: all ease .3s;
    transition: all ease .3s
}

.btn_addfav_w a.addfav_dl:hover {
    background-position: 0 -43px
}

.pullDown {
    display: block;
    visibility: visible;
    animation-name: pullDown;
    -webkit-animation-name: pullDown;
    animation-duration: .3s;
    -webkit-animation-duration: .3s;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0
}

@keyframes pullDown {
    0% {
        -webkit-transform: scaleY(.1);
        transform: scaleY(.1)
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
    }
}

@-webkit-keyframes pullDown {
    0% {
        -webkit-transform: scaleY(.1)
    }
    100% {
        -webkit-transform: scaleY(1)
    }
}

.fin-right-footer {
    margin-top: 30px;
    font-size: 14px;
    background-image: url(../images/tit_bg.png);
    background-image: -webkit-image-set(url(../images/tit_bg.png) 1x, url(../images/tit_bg_2x.png) 2x);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
    padding-top: 20px;
}

.fin-right-footer,
.fin-right-footer a,
.fin-right-footer a:visited {
    color: #666
}

.fin-right-footer a:hover {
    color: #4D97C5
}

.fin-right-footer .box p {
    line-height: 28px;
    letter-spacing: 1px;
    text-indent: 6px
}

.fin-right-footer .box .tag {
    padding-left: 25px;
    background-image: url(../images/icon_bg.png);
    background-image: -webkit-image-set(url(../images/icon_bg.png) 1x, url(../images/icon_bg_2x.png) 2x);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 17px 65px;
}

.fin-right-footer .box .t1 {
    background-position: 0 6px;
}

.fin-right-footer .box .t2 {
    background-position: 0 -42px
}

.fin-right-footer ul {
    padding: 12px 0 12px 6px;
    margin: 16px 0 10px;
    border-top: 1px dashed #CFCFCF;
    border-bottom: 1px dashed #CFCFCF
}

.fin-right-footer li {
    line-height: 34px
}

.fin-right-footer li a:after {
    content: '|';
    display: inline-block;
    padding: 0 15px
}

.fin-right-footer li a:last-child:after {
    content: '';
    padding: 0
}

.fin-right-footer .you {
    padding: 40px 0
}

.fin-right-footer .you a {
    display: block;
    width: 320px;
    height: 75px;
    overflow: hidden
}


/* header */

header {
    height: 60px;
}

header .c_logo {
    float: left;
}

header .logo {
    background-image: url(../images/logo.png);
    background-image: -webkit-image-set(url(../images/logo.png) 1x, url(../images/logo_2x.png) 2x);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
    width: 230px;
    height: 36px;
    display: block;
    margin-top: 12px;
}

header .logo2 {
    background-image: url(../images/logo1.png);
    background-image: -webkit-image-set(url(../images/logo1.png) 1x, url(../images/logo1_2x.png) 2x);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
    width: 230px;
    height: 36px;
    display: block;
    margin-top: 12px;
}

header .c_link {
    float: right;
    line-height: 60px;
    font-size: 14px;
}

header .c_link b {
    padding: 0 5px 0 10px;
}

header .c_user {
    float: right;
}

.wrap .TAP14 {
    height: 60px!important;
    font-size: 14px!important;
}

.wrap .TAP14 .ac-rgst .msg-link,
.wrap .TAP14 .ac-login .log-links {
    height: 60px!important;
    line-height: 60px!important;
}

.wrap .TAP14 .ac-login-cnt,
.wrap .TAP14 .ac-login-cnt a,
.wrap .TAP14 .ac-login-cnt a:active,
.wrap .TAP14 .ac-login,
.wrap .TAP14 .ac-login a.active {
    height: 60px!important;
}

.wrap .TAP14 .ac-login .thumb {
    margin-top: 14px!important;
}

.wrap .TAP14 .ac-dropdown {
    top: 60px!important
}

.navTop {
    background-color: #00449F;
    height: 60px;
    line-height: 60px;
}

.navTop li {
    float: left;
    font-size: 18px;
    color: #B3C7E2;
    padding: 0 32px;
}

.navTop li a:link,
.navTop li a:visited {
    color: #B3C7E2;
}

.navTop li.f_yellow a:link,
.navTop li.f_yellow a:visited {
    color: #FFCA0A!important;
}

.navTop li.cur a:link,
.navTop li.cur a:visited,
.navTop li a:hover {
    color: #fff;
}

.navTop li.homeLink {
    position: relative;
}

.navTop li.homeLink:before {
    position: absolute;
    content: '';
    background: #5381D7;
    width: 1px;
    height: 24px;
    right: 0;
    top: 18px;
}

.main {
    width: 1000px;
    margin: 25px auto 0;
}

.main .ml {
    float: left;
    width: 640px;
}

.main .mr {
    float: right;
    width: 320px;
}

.feed_item {
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.feed_item .f_img {
    width: 150px;
    height: 100px;
    float: left;
    margin-right: 24px;
}

.feed_item .f_img img {
    width: 100%;
    height: 100%;
    display: block;
}

.feed_item .f_txt {
    overflow: hidden;
}

.feed_item .f_title {
    margin-top: -5px;
    min-height: 83px;
}

.feed_item .f_title h3 {
    font-size: 20px;
    color: #333333;
    line-height: 30px;
}

.feed_item .f_info {
    font-size: 14px;
}

.feed_item .f_source {
    float: left;
}

.feed_item .f_source img {
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 8px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.feed_item .f_date {
    float: right;
    color: #999;
}

.feed_item .f_date2 {
    color: #999;
}

.g_img img {
    width: 320px;
}

.g_tit {
    padding: 10px 0;
    line-height: 30px;
    background-image: url(../images/tit_bg.png);
    background-image: -webkit-image-set(url(../images/tit_bg.png) 1x, url(../images/tit_bg_2x.png) 2x);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
}

.g_tit h2 {
    float: left;
    font-size: 22px;
    color: #00449f;
    font-weight: bold;
}

.g_tit h2 a:link,
.g_tit h2 a:visited {
    color: #00449f;
}

.g_tit .more {
    float: right;
    font-size: 14px;
}

.blk_01 {
    width: 320px;
    overflow: hidden;
    margin-top: 30px;
}

.blk_01 .g_list {
    margin-right: -50px;
    padding-top: 10px;
}

.blk_01 .g_item {
    width: 62px;
    height: 111px;
    float: left;
    text-align: center;
    margin-right: 24px;
}

.blk_01 .g_item img {
    width: 62px;
    height: 62px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.blk_01 .g_item span {
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

.fund_card {
    background-color: #fff;
    padding: 32px 24px 20px;
    margin-bottom: 30px;
}

.fund_card .f_tw img {
    float: left;
    margin-right: 20px;
    width: 94px;
    height: 94px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border: solid 1px rgb(230, 223, 223);
}

.fund_card .f_txt {
    overflow: hidden;
    padding-top: 10px;
}

.fund_card .f_txt h3 {
    font-size: 16px;
}

.fund_card .f_txt p {
    padding-top: 10px;
}

.fund_card .f_txt span {
    background: #EEF8FF;
    border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
    font-size: 11px;
    color: #00449f;
}

.fund_card .f_info {
    border-top: solid 1px #e0e0e0;
    margin-top: 20px;
    padding-top: 15px;
}

.fund_card .f_info h4 {
    line-height: 24px;
    font-size: 14px;
}

.fund_card .f_info p {
    color: #999;
    padding-top: 12px;
}

.fund_list_container {}

.fund_list_container .tabs-menu {
    margin-bottom: 24px;
}

.fund_list_container .tabs-menu li {
    float: left;
    background: #EEF8FF;
    border: 1px solid #004B9F;
    border-radius: 2px;
    border-radius: 2px;
    font-size: 16px;
    color: #00449F;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    min-width: 64px;
    margin-right: 12px;
    text-align: center;
    cursor: pointer;
}

.fund_list_container .tabs-menu li:hover,
.fund_list_container .tabs-menu li.cur {
    background-color: #00449F;
    color: #fff;
}

.fund_list_container .listwrap {
    margin-right: -25px;
    margin-left: -10px;
    overflow: hidden;
    padding-top: 10px;
    padding-left: 10px;
}

.hao_item {
    background-color: #fff;
    width: 180px;
    height: 190px;
    margin: 0 25px 24px 0;
    float: left;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
}

.hao_item:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .12), 0 0 10px rgba(0, 0, 0, .1);
}

.hao_item .h_img {
    padding: 30px 0 0;
}

.hao_item .h_img img {
    display: block;
    margin: 0 auto;
    width: 94px;
    height: 94px;
    border: 1px solid rgb(200, 200, 200);
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.hao_item .h_text {
    padding-top: 15px;
    text-align: center;
}

.hao_item .h_text h3 {
    font-size: 16px;
    line-height: 26px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 10px;
}

.listwrap .nodata, 
.listwrap .wrongdata {
    background-position:69px -3px;
    padding: 70px 0 10px;
    text-align: center;
}
.sff-loading>div{
    background-color: #0058BB!important;
}