﻿html, body, div, span, applet, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}

html, body {
    font-size: 14px;
    width: 100%;
    min-width: 1320px;
    font-family: "PingFang SC", "Microsoft YaHei";
}

a {
    outline: none;
    color: inherit;
    text-decoration: none;
    -webkit-backface-visibility: hidden;
}

a:focus {
    outline: none;
}

ul, li {
    list-style: none;
}

[v-cloak] {
    display: none;
}

.ell {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ell-2 {
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.txt-c {
    text-align: center !important;
}

.txt-rt {
    text-align: right !important;
}

.f12 {
    font-size: 12px !important;
}

.f14 {
    font-size: 14px !important;
}

.f16 {
    font-size: 16px !important;
}

.f18 {
    font-size: 18px !important;
}

.f20 {
    font-size: 20px !important;
}

.p-color {
    color: #05c !important;
}

.p-hover:hover {
    color: #05c !important;
}

.red-hover:hover {
    color: #db3439 !important;
}

.f-hover:hover {
    color: #fff !important;
}

.a-dec:hover {
    text-decoration: underline;
}

.fff-color {
    color: #fff !important;
}

.pointer {
    cursor: pointer !important;
}

.relative {
    position: relative;
}

.ov-hide {
    overflow: hidden;
}

.dib {
    display: inline-block;
}

.fw-normal {
    font-weight: normal;
    !important;
}

.lht-20 {
    line-height: 20px !important;
}

.jc-shadow {
    box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.06);
}

.jc-shadow-2 {
    box-shadow: 0 5px 6px 0px rgba(0, 0, 0, 0.08);
}

.jc-shadow-3 {
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.jc-shadow-4 {
    box-shadow: 0px 2px 15px 4px rgba(0, 0, 0, 0.05);
}

.jc-mod {
    margin: 10px 0 20px 0;
    padding: 0 20px;
    background-color: #fafafa;
}

.jc-mod-hd, .jc-mod-hd2 {
    height: 52px;
    line-height: 52px;
}

.jc-mod-hd {
    border-bottom: 1px solid #e8e8e8;
}

.jc-mod-hd2 {
    font-weight: bold;
    color: rgba(29, 32, 35, 1);
}

.jc-mod-hd .tit {
    display: inline-block;
    height: 52px;
    width: 76px;
}

.jc-mod-hd .time {
    margin-left: 5px;
    font-size: 14px;
    color: #606972;
    vertical-align: top
}

.jc-mod-bd {
    position: relative;
}

/*tabs-list 插件*/

.tabs-list {
    font-size: 0;
}

.tabs-list li {
    display: inline-block;
    position: relative;
    /*font-weight: bold;*/
}

.tabs-list li a {
    display: inline-block;
}

.tabs-list li.active {
    font-weight: bold;
}

.hot-badge-svg {
    position: absolute;
    top: 4px;
    right: -28px;
    height: 28px !important;
    width: 28px !important;
}

.hot-badge-svg2 {
    position: absolute;
    top: -10px;
    right: -1px;
    height: 28px !important;
    width: 28px !important;
}

.hot-badge-svg3 {
    position: absolute;
    top: -4px;
    right: -32px;
    height: 48px !important;
    width: 36px !important;
}

.tab-content {
    /*display: none;*/
    padding: 18px 0;
}

.tab-content .handle-tab {
    margin-bottom: 20px;
    line-height: 30px;
    overflow: hidden;
}

.tabs-list-1 {
    margin-left: -20px;
    border-bottom: 1px solid #e8e8e8;
}

.scroll-hd .tabs-list-1 {
    border-bottom: none;
}

.scroll-hd .tabs-list-1 li {
    height: 64px;
    line-height: 64px;
    margin: 0 26px;
}

.tabs-list-1 li {
    height: 60px;
    line-height: 57px;
    margin: 0 20px;
    font-size: 18px;
}

.tabs-list-1 li.active a {
    color: #0055cc;
    border-bottom: 4px solid #0055cc;
}

.tabs-list-2 {
    display: inline-block;
}

.tabs-list-2 li {
    padding: 0 16px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    border: 1px solid #eaeaea;
}

.tabs-list-2 li.active {
    color: #0055cc;
    background-color: rgba(0, 85, 204, .04);
    border: 1px solid #0055cc;
}

.tabs-list-3 {
    margin-left: -6px;
    margin-bottom: 20px;
}

.tabs-list-3 li {
    margin: 0 6px;
    /*padding: 0 12px;*/
    font-weight: normal;
}

.small.tabs-list-2 li {
    height: 25px;
    line-height: 25px;
    font-size: 12px;
}

.right-bar {
    position: fixed;
    right: calc((100% - 1320px) / 2 - 100px);
    bottom: 20px;
    z-index: 29;
    color: #606972;
}
.backAppHover{
    position: absolute;
    top: 50px;
    right: 80px;
    width: 120px;
    height: 130px;
    padding-top: 6px;
    text-align: center;
    background: #fff;
    box-shadow: 0 2px 12px 0 rgb(0 0 0);
    display: none;
}
.backAppHover:after{
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 0px 10px 10px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 24%;
    right: -10px;
    margin-top: -7px;
    content: "";
    z-index: 999999;
}
.backAppHover .spanImgs{
    width: 100%;
    height: 20px;
    display: block;
    font-weight: bold;
    color: #000;
}
.icon-color{
    color: #606972;
}
.barItem.item:hover .backAppHover{
    display: block;
}
.barItem.item:hover .icon-color{
    color: #fff;
}

.market-pic .el-carousel__container:after, .market-pic .el-carousel__container:before {
    position: absolute;
    top: 20px;
    content: '';
    display: block;
    height: 100px;
    width: 64px;
    background: #fff;
    z-index: 3
}

.market-pic .el-carousel__container:before {
    left: 0;
}

.market-pic .el-carousel__container:after {
    right: 0;
}

.el-popup-parent--hidden .right-bar {
    right: calc((100% - 1320px) / 2 - 77px + 8px);
}

.right-bar, .backtop {
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.right-bar ul, .backtop {
    border: 1px solid #e1e9f5;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.right-bar a {
    position: relative;
    display: block;
    padding: 38px 0 12px 0;
    width: 65px;
    height: 65px;
    background-color: #F2F6FC;
    color: #606972;
    text-align: center;
    cursor: pointer;
}

.right-bar a i {
    position: absolute;
    top: 10px;
    right: 21px;
}
.hot-badge{
    width: 36px !important;
    height: 20px !important;
    position: absolute;
    top: -10px;
    left: 14px;
}

.right-bar .item:hover a {
    background-color: #05c;
    color: #fff;
}

.right-bar .item+.item {
    border-top: 1px solid #e1e9f5;
}

.right-bar .iconfont {
    font-size: 24px;
}

.backtop {
    visibility: hidden;
    height: 0;
    opacity: 0;
    /*margin-top: 20px;*/
    width: 67px !important;
    -moz-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}

.backtop.active {
    margin-top: 20px;
    visibility: visible;
    height: auto;
    opacity: 1;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.right-bar.closeBottom {
    bottom: 355px;
}

.no-data {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

#page-container {
    padding-bottom: 60px;
}

header {
    position: relative;
    height: 70px;
    background-color: #fff;
    z-index: 399;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.second-hd-box {
    position: relative;
    width: 100%;
    height: 220px;
}

.nav-wrap>.jc-list>li:hover .drop-menu {
    display: block;
}

.drop-menu {
    position: fixed;
    z-index: -1;
    display: none;
    line-height: 60px;
    padding: 10px 0 20px 0;
    top: 70px;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 1px solid #ddd;
}

.drop-menu ul {
    margin-left: -25px;
    margin-right: -25px;
}

.drop-menu ul li {
    width: 20%;
}

.drop-menu ul li a {
    display: block;
    margin: 0 30px;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #eee;
    color: #3f454b;
    font-size: 16px;
    -moz-animation: text-move .3s;
    -webkit-animation: text-move .3s;
    -ms-animation: text-move .3s;
    animation: text-move .3s;
}

.is-fixed {
    position: fixed;
    left: 0;
    right: 0;
}

.el-popup-parent--hidden .is-fixed {
    right: 17px;
}

.second-hd-img {
    height: 220px;
    /*background-image: url("/new/assets/image/bg2.jpg");*/
    background-position: center;
    background-size: cover;
    color: #fff;
}

.second-hd-img h1 {
    padding-top: 100px;
    margin-bottom: 20px;
    font-size: 30px;
    /*覆盖部分二级页面样式bug*/
    margin-top: 0;
    line-height: normal;
}

.second-hd-img a {
    font-size: 14px;
    font-weight: normal;
}

.second-hd-img img {
    width: 100%;
}

.transparent-hd {
    background-color: transparent;
}

.search-wrap-full{
    display: none;
}

.wrap-full-block{
    display: block;
}

.wrap-full-sug{
    display: none;
}

header:not(.transparent-hd) .hd-img, .transparent-hd .not-hd-img {
    display: none;
}

.transparent-hd .nav-wrap .jc-list, .transparent-hd .login, .transparent-hd .logged-name {
    color: #fff;
}

.search-wrap {
    float: right;
    margin-top: 20px;
}

.search-input input {
    width: 250px;
    border-radius: 20px;
    background-color: #F5F5F5;
    border: none;
}

.logo-wrap {
    float: left;
    margin-top: 12px;
}

.logo-wrap .slogan {
    padding: 8px 0 0 14px;
}

.handle-wrap {
    float: right;
    font-size: 0;
    min-width: 120px;
    text-align: right;
}

.handle-wrap a {
    display: inline-block;
    margin: 20px 2px;
    width: 42px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #0055cc;
    font-size: 14px;
    vertical-align: middle;
}

.handle-wrap .logged-name {
    margin-left: 10px;
}

.handle-wrap .avator-img {
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
}

.handle-wrap .register {
    background-color: #0759cd;
    border-radius: 3px;
    color: #fff;
}

.nav-wrap>.jc-list {
    float: left;
    margin-left: 50px;
}

.nav-wrap>.jc-list>li {
    height: 70px;
    line-height: 70px;
}

.nav-wrap>.jc-list>li>a {
    display: block;
    padding: 0 35px;
    cursor: default;
}

.chaxun-btn {
    padding: 0 !important;
}

.hisword {
    margin-left: 18px;
    padding-right: 30px;
    position: relative;
}

.scroll-hd, .base-hd {
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.scroll-hd {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
}

.scroll-hd:not(.is-shown) {
    transform: translateY(100%);
}

.is-hidden {
    transform: translateY(-100%);
}
.top-auto .el-scrollbar__thumb{
    /*display: none !important;*/
}
.top-auto {
    width: 300px !important;
}


.el-input__suffix {
    right: 10px !important;
}

.el-table__empty-block {
    min-height: 240px !important;
}

.el-autocomplete-suggestion li:hover .hisword-d {
    display: inline-block !important;
}

.el-autocomplete-suggestion__wrap {
    max-height: 400px !important;
}

.hisword-d {
    position: absolute;
    right: 0;
    top: 0;
    display: none !important;
}

.c-icon {
    width: 18px !important;
    height: 12px !important;
    vertical-align: middle !important;
}

footer {
    /*position: relative;*/
    /*z-index: 109;*/
    background-color: #2d3237;
    color: #CFCFCF;
}

.ft-inner {
    padding: 20px 0;
}

.ft-inner>div {
    float: left;
}

footer img {
    vertical-align: middle;
}

footer .company-info {
    margin-right: 60px;
    width: 450px;
    line-height: 2;
}

footer .company-info .jc-list {
    margin-left: -25px;
    margin-bottom: 25px;
}

footer .company-info li {
    padding: 0 25px;
}

footer .friend-links a {
    display: block;
    font-size: 14px;
}

footer .friend-links .jc-list {
    margin-left: -22px;
}

footer .friend-links li {
    width: 143px;
    margin: 0 22px;
    line-height: 30px;
    vertical-align: top;
}

footer .f-txt {
    margin-top: 4px;
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 32px;
    color: #fff;
}

.ft-logo {
    /*float: right;*/
    margin-top: 30px;
}

.ft-logo li {
    padding: 0 15px;
}

.ft-logo .sep-line:after {
    background-color: rgba(255, 255, 255, .3);
    height: 38px;
}

.sep-line:after {
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    right: 0;
    height: 50px;
    width: 1px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, .3);
}

.contracks {
    margin-left: 30px;
}

.social-list {
    margin-top: 10px;
}

.social-list li {
    font-size: 12px;
    text-align: center;
}

.social-list li>span {
    display: inline-block;
    margin-top: 7px;
}

.social-list li>div {
    border-radius: 2px;
    background-color: #fff;
    padding: 6px;
}

.social-list li:first-child {
    margin-right: 30px;
}

.logan, .email {
    line-height: 32px;
}

.el-dialog__header {
    padding: 15px 25px !important;
    font-weight: bold;
    border-bottom: 1px solid #eee;
}

.el-dialog__footer {
    padding: 10px 25px !important;
    border-top: 1px solid #eee;
}

.el-button {
    white-space: normal !important;
}

.state-pop,.disclaimer-pop {
    max-width: 600px;
}

.state-pop p,.disclaimer-pop p {
    margin-bottom: 10px;
    line-height: 1.2;
    text-align: left;
}

.state-pop .el-dialog__header,.disclaimer-pop .el-dialog__header {
    background-color: #05c !important;
    text-align: center;
}

.state-pop .el-dialog__title,.disclaimer-pop .el-dialog__title {
    color: #fff !important;
}

.state-pop .el-dialog__headerbtn .el-dialog__close,.disclaimer-pop .el-dialog__headerbtn .el-dialog__close {
    display: none;
}

footer .ba {
    padding: 20px 0;
    height: 100px;
    line-height: 40px;
    text-align: center;
    background-color: #21272c;
}

.clearfix:before, .clearfix:after {
    content: '';
    display: block;
    clear: both;
}

.jc-layout {
    position: relative;
    margin: 0 auto;
    width: 1320px;
    min-width: 1320px;
    /*overflow: hidden;*/
}

.jc-layout-2 {
    position: relative;
    margin: 0 auto;
    width: 1450px;
}

.jc-layout-ms {
    position: relative;
    margin: 0 auto;
    width: 1320px;
    min-width: 1320px;
}

.jc-circle {
    display: inline-block;
    margin-right: 4px;
    width: 12px;
    height: 12px;
    border: 3px solid #0055cc;
    border-radius: 50%;
}

.jc-layout-lt {
    float: left;
    width: 880px;
}

.jc-layout-rt {
    float: left;
    width: 420px;
    margin-left: 20px;
}

.jc-list {
    font-size: 0;
}

.jc-list li {
    display: inline-block;
}

.el-checkbox-group label {
    margin-bottom: 8px;
    margin-right: 5px;
}

.el-checkbox+.el-checkbox {
    margin-left: 0 !important;
}

.checkbox-btn {
    width: 100%;
    padding: 10px !important;
}

.checkbox-btn span {
    display: inline-block;
    width: 100%;
    text-align: justify;
}

.fundNames>span {
    vertical-align: middle;
}

.fundNames .relafund {
    float: left;
    width: 70px;
    margin: 0 10px 10px 0;
    height: 32px;
    line-height: 30px;
    color: #606972;
}

.fundNames .funds {
    overflow: hidden;
}

.el-icon--right {
    float: right;
}

.login-wrapper {
    position: fixed;
    display: none;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1320;
    background-color: rgba(0, 0, 0, .5);
}

.login-box {
    top: 50%;
    margin-top: -275px;
    position: relative;
}

.close-login-btn {
    position: absolute;
    top: 10px;
    right: -40px;
    top: 0;
    color: #fff;
    cursor: pointer;
}

.close-login-btn .iconfont {
    font-size: 24px;
}

.logout {
    display: inline-block;
    margin-left: 14px !important;
    vertical-align: middle;
    background-color: #fff;
    height: 26px !important;
    line-height: 26px !important;
    width: 45px;
    text-align: center;
    cursor: pointer;
    border-radius: 2px;
    border: 1px solid #e4e7ed;
}

.logout:hover {
    color: #05c;
}

.logged {
    display: none;
    margin-left: 20px;
}

.more1, .more2 {
    float: right;
    font-size: 14px;
    color: #606972;
}

.more1 .icon {
    height: 22px;
    width: 22px;
    vertical-align: middle;
}

.more2 {
    font-size: 12px;
    font-weight: normal;
}

.announce-view .more1, 
.trade-view .more1,
.irm-view .more1,
.netvote-view .more1 {
    font-size: 16px;
}

input::-webkit-input-placeholder {
    color: #606972 !important;
}

input:-moz-placeholder {
    color: #606972 !important;
}

input::-moz-placeholder {
    color: #606972 !important;
}

input:-ms-input-placeholder {
    color: #606972 !important;
}

#noticeTipId {
    margin-left: 10px;
    margin-top: 18px;
    width: 34px!important;
    height: 34px!important;
    text-align: center!important;
    position: relative;
    cursor: pointer;
    float: right;
    background-color: #fff;
    border-radius: 50%;
}

#noticeTipId .el-popover__reference{
    font-size: 14px;
    padding: 0;
}

#noticeTipId>span {
    display: inline-block;
    line-height: 34px;
}

#noticeTipId .el-icon-bell {
    color: #0055cc!important;
}

#noticeTipId .dot {
    position: absolute;
    z-index: 99;
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    right: 7px;
    top: 10px;
    background-color: red;
}

.cursor_pointer {
    cursor: pointer;
}
.svg-cur-color {
    fill: currentColor;
}

@keyframes text-move {
    0% {
        transform: translateY(-10px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (max-width: 1540px) {
    .right-bar {
        right: 5px !important;
    }
}

@media (max-width: 1450px) {
    .jc-layout-2 {
        width: 1320px;
    }
    .right-bar {
        display: none;
    }
    .mkt-time {
        right: 0 !important;
    }
    .market-pic .jc-layout-2 .el-carousel__container:before, .market-pic .jc-layout-2 .el-carousel__container:after {
        display: none;
    }
    .market-pic .jc-layout-2 .jc-list {
        padding: 25px 0px;
    }
}

@media (max-width: 1320px) {
    .jc-layout-ms {
        width: 100%;
        min-width: auto;
    }
    .search-input input {
        width: 220px;
    }
    .search-tab-box {
        left: 0 !important;
    }
}

@media (max-width: 1260px) {
    .nav-wrap>.jc-list {
        margin-left: 0;
    }
    .nav-wrap {
        /*display: none;*/
    }
}

@media (max-width: 650px) {
    .search-wrap {
        display: none;
    }
}