* {
    margin: 0;
    padding: 0;
    word-wrap: break-word;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

html {
    background: #f2f5f7;
}

body {
    /*overflow-x: scroll;*/
    background: #f2f5f7;
    color: #55647e;
    font-size: 14px;
    line-height: 24px;
    margin: 0 auto;
    position: relative;
    text-rendering: optimizelegibility;
    top: 0;
    font-family: 微软雅黑, Microsoft YaHei, SimHei, Helvetica Neue, Helvetica, Arial, sans-serif;
}

ul,
ol,
li {
    list-style: none outside none;
    font-size: 100%;
    vertical-align: baseline;
}

a {
    text-decoration: none;
    color: #55647e;
    outline: none;
}

table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
}

table td,
table th {
    border: 1px solid #CCCCCC;
}

input[type=number],
input[type=text],
input[type=tel],
input[type=datetime],
input[type=button],
select,
textarea {
    font-family: "微软雅黑", "arial", "calibri";
    font-size: 16px;
    border: none;
    background: transparent;
    -webkit-appearance: none;
    outline: none;
}

select {
    appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
}

select::-ms-expand {
    display: none;
}

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

.hide {
    display: none;
}

::-webkit-scrollbar {
    /*width: 8px;*/
}

/* Track 轨道*/

::-webkit-scrollbar-track {
    cursor: pointer;
    background: #ffffff;
    /*width: 8px;*/
}

/* Handle 滑块 */

::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #dddddd;
    /*-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);*/
    cursor: pointer;
}

.red {
    color: #fc2e2e !important;
}

.green {
    color: #47bd4a !important;
}
.darkgreen {
    color:#048618 !important;
}

.redbg0 {
    background-color: #f0a3a3;
    color: #fafafa;
}

.redbg {
    background-color: #f07575;
    color: #fafafa;
}

.redbg2 {
    background-color: #ee4949;
    color: #fafafa;
}

.redbg3 {
    background-color: #e92121;
    color: #fafafa;
}

.greenbg {
    background-color: #88be89;
    color: #fafafa;
}

.greenbg2 {
    background-color: #56ab57;
    color: #fafafa;
}

.greenbg3 {
    background-color: #29952a;
    color: #fafafa;
}

/** {
    transition: all 120ms linear;
    -webkit-transition: all 120ms linear;
    -moz-transition: all 120ms linear;
}*/

table {
    table-layout: fixed;
}

table td,
table th {
    border: 1px solid #dddddd;
    padding: 2px 0;
}

table th {
    font-weight: bold;
    background-color: #eeeeee
}

table td {
    font-size: 12px;
}

body {
    padding-top: 0;
}
/*
.overflow-hidden {
    overflow: hidden
}
*/
.l-hasSubnav .l-main {
    padding-top: 0;
    border-bottom: 0;
    margin: 0;
}

.dcshareimg {
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 10px;
    z-index: -1000;
}

.l-main_info {
    z-index: 99999;
    overflow: hidden;
    background-color: #ffffff;
    text-align: center;
    width: 180px;
    height: 100%;
    position: fixed;
    right: -190px;
    top: 0;
    box-shadow: 1px 0 10px 0 #c7c7c7;
}

.l-main_body {
    min-height: 200px;
    position: relative;
    max-width: 100%;
    min-width: 320px;
}

.l-main_body * {
    transition: all 120ms linear;
    -webkit-transition: all 120ms linear;
    -moz-transition: all 120ms linear;
}

.l-main_body,
.l-main_info {
    padding-left: 0;
    padding-right: 0;
    transition: all 120ms linear;
    -webkit-transition: all 120ms linear;
    -moz-transition: all 120ms linear;
}

.l-header,
.l-nav,
.l-nav-sub_wrap,
.l-wrap {
    /*max-width: 100%;*/
    padding: 0;
}

.dc-slidebar-open .l-main_info,
.dc-slidebar-open .dc-slidebar_nav {
    right: 0;
    z-index: 75000;
}

.dc-slidebar_con {
    padding: 0 10px;
    height: -webkit-calc(100% - 60px);
    height: -moz-calc(100% - 60px);
    height: calc(100% - 60px);
    margin: 50px 0 10px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.hot_item_box {
    float: left;
    font-size: 12px;
    /*margin: 0 0 4px;*/
    line-height: 18px;
    text-align: center;
    /*width: 100%;*/
    /*border-bottom: 1px solid #f8f8f8;*/
    background-color: #FFFFFF;
}

.hot_item_box .hot_item {
    padding: 6px 0;
    border-radius: 2px;
}

.dc-slidebar-btn {
    position: fixed;
    right: -12px;
    top: 50%;
    margin: -20px 0 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-indent: 8px;
    /* background: url("../../dc/img/graph.png") 5px center no-repeat #ffffff;*/
    background-color: #ffffff;
    background-size: 16px 16px;
    border-radius: 50%;
    color: #ee6f7a;
    z-index: 80000;
    transition: all 120ms linear;
    -webkit-transition: all 120ms linear;
    -moz-transition: all 120ms linear;
}

.dc-slidebar-btn .iconfont {
    font-size: 16px
}

.dc-slidebar-btn:hover {
    opacity: 1;
    color: #e14d58;
}

.dc-slidebar-open .dc-slidebar-btn,
.dc-slidebar-open .dc-slidebar-btn.slider-btn-box {
    right: 168px;
}

.dc-slidebar-btn.slider-btn-box {
    background: #ffffff;
    box-shadow: 1px 0 10px 0 #c7c7c7;
    z-index: 70000;
}

.dc-slidebar {
    position: absolute;
    left: 3%;
    right: 3%;
    top: 0;
    width: 94%;
    height: 100%;
}

.dc-slidebar_nav {
    position: fixed;
    right: -190px;
    top: 0;
    width: 180px;
    height: 46px;
    line-height: 46px;
    background-color: #ffffff;
    overflow: hidden;
    transition: all 120ms ease-out;
    -webkit-transition: all 120ms ease-out;
    -moz-transition: all 120ms ease-out;
    font-size: 14px;
}

.dc-slidebar-open .dc-slidebar_nav {
    right: 0;
}

.dc-slidebar-select {
    position: relative;
    font-weight: bold;
    font-size: 16px;

    /*cursor: pointer;*/
}

.dc-slidebar-select select {
    color: rgb(85, 100, 126);
}

.dc-slidebar_drop-down {
    display: inline-block;
    color: #fff;
}

.dc-nav-box {
}

.dc-nav {
    position: relative;
    /*z-index: 99;*/
    top: 0;
    margin: 0 auto;
    min-height: 50px;
    text-align: left;
    /*max-width: 1200px;*/
}

.dc-nav-topti {
    background-color: rgba(255, 255, 255, 1);
    height: 60px;
}

.dc-nav-toptibor {
    max-width: 1200px;
    margin: 0 auto;
}

.dc-nav-banner {
    position: relative;
    background-color: #546592;
    height: 46px;
    z-index: 900
}

.dc-nav-banner .dc-sidebar_top .dc-sidebar_logo a {
    /* color: #55647e;*/
}

.dc-reportName {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    margin: 15px auto 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.dc-reportNamein {
    padding: 0 10px;
    cursor: pointer;
}

.dc-reportNamein:hover {
    color: #51a2fa
}

.dc-reportNamein .iconfont {
    cursor: pointer;
    display: inline-block;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    margin: 0 0 0 5px;
    color: #a1a1a1;
    font-size: 18px
}

.dc-reportNamein .iconfont:hover {
    color: #51a2fa;
}

#txtIntroduce {
    animation: colorChange 1.2s 5 linear;
    -webkit-animation: colorChange 1.2s 5 linear;
    -moz-animation: colorChange 1.2s 5 linear;
    transform-origin: 46% 38%;
    -moz-transform-origin: 46% 38%;
    -webkit-transform-origin: 46% 38%;

}

@keyframes colorChange {
    0% {
        color: #a1a1a1;
        font-weight: normal;
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
    }
    50% {
        color: #51a2fa;
        font-weight: bold;
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
    }
    100% {
        color: #a1a1a1;
        font-weight: normal;
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
    }
}

.chartbox {
    position: relative;
    transition: all 0ms linear;
    min-height: 300px;
    width: 1200px;
    margin: 0 auto;
}

.dc-basicChart {
    min-height: 300px;
    position: relative;
}

.currentDate-box {
    margin: 20px 0 0;
    float: left;
    width: 170px;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    z-index: 2;
}

input[type=text].table-currentDate {
    position: relative;
    cursor: pointer;
    width: 80px;
    font-size: 14px;
    color: #6bd3a6;
    margin: 0;
    height: 25px;
    text-align: center;
}

.table-reportTi {
}

.currentDate-box > * {
    float: left;
    margin: 0 0 0 10px;
    line-height: 24px;
    height: 24px;
}

.currentDate-box .icon-rili {
    color: #51a2fa;
    margin: 0;
}

.dc-main {
    /*margin: 10px 0;*/
    padding:  0;
    min-height: 700px;
    position: relative;
    /*max-width: 1200px;*/
    transition: all 0ms linear;
}

.l-wrap {
    overflow: hidden;
}

/*.dc-main.sub-fixed #table-box{ padding: 40px 0 0}*/
/*.dc-main.sub-fixed #chart{ padding: -45px 0 0 0;}*/
.dc-nav-in {
    width: 100%
}

.sub-fixed .dc-nav-box {
    max-width: 100%;
}

.sub-fixed .dc-nav-in {
    position: fixed;
    top: -10px;
    z-index: 9999;

}

/*.sub-fixed .dc-nav-topti {*/
    /*background-color: rgba(255, 255, 255, 0.9);*/
/*}*/

.nav-basicChart-title {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%
}

.nav-basicChart-title.no {
    display: none !important;
}

.nav-basicChart-title .dc_table_h th {
    background-color: rgba(245, 249, 253, 0.9);
}

#J-basicChart-title tr:first-child {
    opacity: 1 !important;
}

#chart {
    margin: 0 auto 0;

}

.sub-fixed #chart {
    /* margin: 30px 0 0 0;*/
    padding: 0 0 50px 0;
}

#table-box {
    padding: 0;

}

.sub-fixed #table-box {

    margin: 0 auto;
    padding: 0;
    /*padding: -20px 0 0 0;*/
}

#J-dropdown {
    display: none
}

#J-dropdown.dropdownDetail {
    display: none;
}

.active.icon-xiala:before {
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    display: block;
}

.dc-slidebar-open .dc-main {
    margin: 10px auto;
}

.dc-tool {
    width: 220px;
    text-align: right;
    position: relative;
    z-index: 10;
    float: right;
    margin: 20px 0 0;
}

.dc-tool i {
    display: inline-block;
    cursor: pointer;
    padding: 2px 15px 0;
    margin: 0 2px;
    line-height: 19px;
    height: 22px;
    border-radius: 13px;
    font-size: 14px;
    position: relative;
    z-index: 999;
}

.dc-tool i.icon-shuaxin {
    line-height: 18px;
}

.dc-tool i:hover,
.dc-tool i.active {
    color: #ffffff;
    background-color: #51a2fa;
}

.dc-tool .jin-icon {
    font-size: 20px;
    margin: 0 5px;
}

.dc_table_h th,
.dc_table th,
.dc_table td {
    padding: 8px 2px;
    border: none;
    color: #6b8eb3;
    line-height: 1.3;

}

.dc_table th {
    background-color: #f5f9fd;
    border: none;
    color: #6b8eb3
}

.dc_table tr {
    background-color: #ffffff
}

.dc_table tr:nth-child(2n+1) {
    background-color: #f8f9fa;
}

.dc_table td {
    border: none
}

.dc_table tr:hover {
    background-color: #f0f5fa;
}

.dc_table a {
    color: #51a2fa;
}

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

.j-chart-wrap .j-chart-fn-toolbar {
    top: 0;
    right: 0;
}

.dc-pop {
    position: relative;
    z-index: 999999999;
}

.dc_pop_bg {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.dc-pop-in {
    position: fixed;
    left: 100px ;
    right: 100px;
    top: 100px;
    bottom: 100px;
    z-index: 99999;
    background-color: rgba(255, 255, 255, 0.98);
    border-radius: 2px;
    overflow: hidden;
}

.dc-pop-con {
    position: absolute;
    left: 0;
    top: 40px;
    width: calc(100% - 40px);
    margin: 10px 20px 0;
}

.dc-pop-close {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    border-radius: 10px;
    background-color: #d9d9d9;
}

.dc-pop-close:hover {
    background-color: rgba(92, 154, 226, 0.6);
}

.pop-head {
    width: 100%;
    height: 38px;
    background-color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 38px;
    font-weight: bold;
}

.pop-head h2 {
    line-height: 1.2;
    padding: 8px 0 0;
    color: #607183;
    font-weight: bold;
    font-size: 16px;
    width: 82%;
    margin: 0 auto;
}

.dc-compare-pop-in {
    width: 420px;
    height: 420px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 99999;
    background-color: #FFFFFF;
    border-radius: 2px;
    overflow: hidden;
}

.dc-pop-comcc ul,
.dc-pop-comcc li {
    width: 100%;
    float: left;
    text-align: center
}

.dc-pop-comcc li .icon-tianjia {
    display: inline-block;
    font-size: 28px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    cursor: pointer;
    border-radius: 50%;
    color: #c3c3c3;
    letter-spacing: 10px;
    text-indent: 6px;
}

.dc-pop-comcc li .icon-tianjia:hover {
    background-color: #daeeff;
    color: #007ee5;
}

#J-dc-pop-content-chart.dc-pop-con {
    height: calc(100% - 90px);
    width: 100%;
    margin: 0;
}

.dc-pop-in #J-dc-pop-content-chart .j-chart-timeLine {
    bottom: -50px;
}

#J-dc-pop-content-chart.dc-pop-con > div:first-child {
    position: absolute !important;
    left: 0;
    top: 0;
    transform: scale(0.98);
    -webkit-transform: scale(0.98);
    -moz-transform: scale(0.98);
    -ms-transform: scale(0.98)
}

.j-chart-dialog .j-chart-content .j-chart-content-text {
    padding: 51px 10px 0
}

#J-dc-pop-intro .dc-pop-con {
    color: #5a6fa1;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    width: calc(100% - 45px);
    max-width: 1000px;
    height: calc(100% - 110px);
    top: 0;
    left: 50%;
    margin: 90px auto 0;
    padding: 0 5px 0 0;
    box-sizing: border-box;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
}

#J-dc-pop-intro .dc-pop-in {
    right: 0;
    background-color: #ffffff;
    color: #5c6d8a;
    line-height: 1.6;
    font-size: 12px;
    border-radius: 2px;
    width: 60%;
    height: 70%;
    min-width: 320px;
    max-width: 1200px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

#J-dc-pop-intro .dc-pop-in img {
    display: block;
    margin: 0 auto
}

#J-dc-pop-intro .pop-contentTi {
    text-align: center;
    font-weight: bold;
    line-height: 50px;
    font-size: 18px
}

#soundIntroduce {
    display: none;
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 0 5px;
    cursor: pointer;
}

#soundIntroduce.act {
    color: #51a2fa;
    font-weight: bold
}

#J-dc-pop-intro h4 {
    font-size: 15px;
    font-weight: bold;
    line-height: 36px;
}

#J-dc-pop-intro .pop-contentcommon {
    margin: 10px 0 0;
    line-height: 1.5;
}

#J-dc-pop-intro .pop-contentcommon img {
    width: auto;
    max-width: 100%;
    margin: 10px 0 15px
}

.content-intro_nav {
    width: calc(100% - 45px);
    height: 30px;
    margin: 10px auto 5px;
}

.content-intro_nav .intro_nav_item {
    font-size: 14px;
    float: left;
    text-align: center;
    cursor: pointer;
    letter-spacing: 1px;
    font-weight: bold;
    width: 80px;
    line-height: 26px;
    color: #51a2fa;
    border-radius: 13px;
    margin: 0 5px 0 0
}

.content-intro_nav .intro_nav_item:hover, .content-intro_nav .intro_nav_item.act {
    background-color: #51a2fa;
    color: #ffffff
}

.intro_preface {
    background-color: #f6f8fa;
    padding: 10px;
    margin: 0 0 10px;
}

.intro_preface_item {
    padding: 3px 0;
    line-height: 1.5
}

.intro_preface_item_ti {
    font-weight: bold;
    width: 75px;
    float: left;
    color: #51a2fa;
    font-size: 14px;
}

.intro_preface_item_con {
    margin: 0 0 0 75px;
    font-size: 14px;
    font-weight: bold;
}

.intro_block {
    position: relative;
    margin: 0 0 10px;
    border: 1px solid #d6dce2;
}

.intro_block_icon {
    position: absolute;
    width: 65px;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #f9fafb;
    border-right: 1px solid #d6dce2;
}

.intro_block_icon .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 20px;
    color: #51a2fa;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%)
}

.intro_block_item {
    background-color: #ffffff;
    margin: 0 0 0 65px;
    padding: 5px 18px 7px;
}

.intro_block_ti {
    color: #51a2fa;
    font-weight: bold;
    font-size: 14px;
    margin: 0 0 3px
}

.pop-contentblock a {
    color: #4e9eee
}

.pop-contentblock a:hover {
    text-decoration: underline
}

#exCalender {
    width: 250px;
    height: auto;
    position: relative;
    margin: 0 auto;

}

.dc-com-list {
    display: none;
    width: 115px;
    height: 280px;
    float: right;
    margin: 0;
    overflow-y: scroll;
    overflow-x: hidden;
}

.exCalender-con.fold #exCalender {
    float: left;

}

.exCalender-con.fold .dc-com-list {
    display: block
}

.dc-com-list .compare-box {
    margin: 0 0 8px;
    float: left;
    position: relative
}

.dc-com-list span {
    display: inline-block;
}

.dc-com-list .compare-selDate {
    background-color: #f3f3f3;
    color: #878787;
    padding: 3px 10px;
    height: 30px;
    border-radius: 15px;
    font-size: 14px;
    margin: 0 5px;
}

.dc-compare-pop-in .dc-com-list .compare-selDate {
    padding: 0 8px;
    height: 30px;
    line-height: 30px;
    margin: 0 0 0 8px;
}

.dc-com-list .compare-delDate {
    position: absolute;
    right: 0;
    top: 2px;
    cursor: pointer;
    opacity: 0;
    width: 12px;
    height: 12px;
    line-height: 12px;
    background-color: #e84e4e;
    border-radius: 6px;
    color: #fff !important;
}

.dc-com-list .jianhao {
    height: 1px;
    width: 5px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.dc-com-list .jianhao:hover {
    background-color: #eeeeee;
}

.dc-com-list .compare-box:hover .compare-delDate {
    opacity: 1;
}

.dc-pop-con .btn {
    font-size: 14px;
    cursor: pointer;
    line-height: 20px;
    padding: 10px 20px;
    margin: 20px auto;
    width: 100px;
    border-radius: 2px;
    background-color: #9bd2ff;
    color: #fff;
}

.dc-pop-con .btn:hover {
    background-color: #7bc4ff;
}

#J-dc-pop-content {
    height: calc(100% - 60px);
}

.dc-sidebar {
    position: fixed;
    left: 0;
    top: 0;
    color: #ffffff;
    width: 250px;
    height: 100%;
    z-index: 9999999;
    font-size: 14px;
    background-color: #282c3c;
    overflow: hidden;
    transition: all 120ms linear;
    -webkit-transition: all 120ms linear;
    -moz-transition: all 120ms linear;
}

.shouqi .dc-sidebar {
    left: -260px;
}

.dc-sidebar_top {
    position: relative;
    height: 46px;
    padding: 8px 10px;
    border-bottom: 1px solid #525664;

}

.dc-sidebar_menubtn {
    float: left;
    cursor: pointer;
    margin: 5px 10px 0 0;
    font-size: 22px;
    color: #b9c4d4;
    position: relative;
    z-index: 9999999;
}

.dc-sidebar_menubtn:hover {
    color: #6d809b
}

.dc-sidebar_logo {
    float: left;
    background-size: contain;
    width: 145px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
    background: url("../img/dclogo.png") left center no-repeat;
    /*background: url("../img/dclogo-mini.png") left center no-repeat \9;*/
    background-size: 145px auto;
}

.pagehome-titlebox a {
    color: #ffffff;
    display: block;
    padding: 0 10px;
    line-height: 40px;
}

.newonline {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #de4445;
    margin: 0 0 0 4px;
}

.tool-new{ position: absolute; right: 0;top: 0}
.dc-sidebar .sec-menu a {
    color: #b7c0cd
}

.dc-sidebar_logo a {
    color: #ffffff
}

.dc-sidebar_menulist {
    padding: 0;
    position: absolute;
    top: 70px;
    left: 0;
    width: calc(100% + 18px);
    height: calc(100% - 70px);
    overflow-y: scroll
}

.dc-sidebar_menulist::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 6px;
    background: #424a68;
    cursor: pointer;
}

.dc-sidebar_menulist > ul {
    width: calc(100% - 10px);
    padding: 0 0 50px;
}

.dc-sidebar_menulist > ul > li > a {
    display: inline-block;
}

.fir-titlebox {
    cursor: pointer;
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
    min-height: 40px;
    line-height: 20px;
}

.fir-titlebox:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.fir-titlebox:hover,
.pagehome-titlebox a:hover {
    background-color: #404451;
}

.fir-title {
    float: left;
    width: 85%;
    display: inline-block
}

.fold-up {
    float: right;
    height: 20px;
    width: 20px;
    display: inline-block;
    text-align: center
}

.unfold .fold-up {
    transform: rotateZ(90deg);
    -webkit-transform: rotateZ(90deg);
    -moz-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
}

.sec-menu {
    display: none
}

.unfold .sec-menu {
    display: block
}

.sec-menu > li {
}

.sec-menu > li:hover {
}

.sec-menu > li {
    display: inline-block;
    /*height: 30px;*/
    width: 100%;
    background-color: #21242f;
    border-bottom: 1px solid #282c3c;
    padding: 7px 0;
}

.sec-menu > li a {
    line-height: 16px;
    height: 16px;
    font-size: 12px;
    width: 100%;
    display: block;
}

.sec-menu > li.act a,
.sec-menu > li:hover a {
    color: #4f9bef;
}

.sec-title-line {
    display: block;
    float: left;
    margin: 4px 10px 0 0;
    height: 8px;
    width: 3px;
    background-color: transparent;
}

.sec-menu > li.act .sec-title-line, .sec-menu > li:hover .sec-title-line {
    background-color: #4f9bef;
}

.menu-search-box {
    width: 225px;
    padding: 5px 0 5px 10px;
    margin: 0 10px 5px;
    background-color: #1f222c;
    height: 30px;
    border-radius: 15px;
}

.menu-search-box input {
    height: 20px;
    width: 135px;
    font-size: 12px;
    float: left;
    color: #fff;
}

.menu-search-btn {
    float: right;
    width: 30px;
    height: 20px;
    line-height: 18px;
    opacity: 0.5;
    text-align: center;
    cursor: pointer
}

.menu-search-btn:hover {
    opacity: 0.8
}

.dc-sidebar_menulist > ul.searchlist_con {
    width: calc(100% - 40px);
    margin: 0 0 0 10px;
    padding: 0 0 50px;
}

.search-li {
    position: relative;
}

.search-li .close {
    position: absolute;
    right: -13px;
    top: -5px;
    z-index: 2;
    width: 24px;
    height: 24px;
    font-size: 12px;
    cursor: pointer;
    text-align: center;
    color: #b7c0cd;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
}

.search-li .close:hover {
    color: #ffffff;
}

.search-li .sec-title-line {
    display: none
}

.search-li a {
    color: #b7c0cd;
    width: 100%;
    cursor: pointer;
    border-radius: 13px;
    box-sizing: border-box;
    padding: 5px 0 5px 10px;
    min-height: 20px;
    line-height: 16px;
    font-size: 12px;
}

.search-li a:hover {
    color: #ffffff;
    background-color: #21242f;
}

.dc-sidebar-collapsed .dc-nav {
    width: 100%;
    transition: all 0s ease-out;
    -webkit-transition: all 0s ease-out;
    -moz-transition: all 0s ease-out;
}

.dc-sidebar-collapsed .dc-sidebar_top {
    display: block;
    float: left;
    border-bottom: none;
    width: 240px;
}

body.side-nav_is-collapsed.dc-sidebar-collapsed {
    padding-left: 0;
}

.side-nav_is-default .jin-side_nav-item .jin-icon {
    margin-left: -13px;
    margin-right: 0;
    left: 50%;
    height: 28px;
    line-height: 28px;
}

.jin-side_nav-item.is-imgicon .jin-side_nav-link .jin-icon img {
    line-height: 28px;
    display: inline-block;
    float: right
}

.dc-user-tool li {
    float: right;
    position: relative
}

.dc-user-box {
    width: 80px;
}

.dc-user-box img {
    width: 30px;
    border-radius: 50%
}

.dc-sidebar_top-banner {
    float: left;
    border-bottom: none
}

.dc-sidebar_top-banner .dc-sidebar_logo {
}

.show-smenu .dc-user-nav-sub,
.is-login:hover .dc-user-nav-sub {
    display: block
}

.dc-user-nav-sub {
    display: none;
    position: absolute;
    top: 46px;
    width: 100%;
    z-index: 999;

}

.dc-user-nav-sub li {
    width: 100%;
    min-height: 40px;
    padding: 10px;
    background-color: rgba(55, 70, 113, 0.8);
}

.dc-user-nav-sub li > * {
    float: left;
    font-size: 12px;
    width: 100%;
}

.side-nav_is-default .jin-side_nav-item a {
    color: #ffffff;
}

.side-nav_is-default .jin-side_nav-item .dc-user-nav-sub .jin-icon {
    font-size: 18px;
    margin: 0 5px 0 0
}

.dc-user-nav-sub li:hover {
    background-color: rgba(55, 70, 113, 0.9);
}

.dc-user_msg-box {
    width: 60px;
    text-align: center;
}

.dc-user_msg i {
    font-size: 22px;
}

.dc-user_msg-count {
    background-color: #ed0000;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    position: absolute;
    right: 10px;
}

.jin-side_nav-link {
    height: 46px
}

.side-nav_is-default .jin-side_nav-item span {
    display: none;
}

.jin-side_nav-link {
    padding: 9px 0;
}

.empty {
    width: 80px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    line-height: 170px;
    text-align: center;
    font-size: 12px;
    background: url("../img/empty.png") top center no-repeat;
    background-size: 80px auto;
}

/*首页开始*/

.dc-index-wrap {
    margin: 20px 20px 10px 10px;
}

.dc-index-box {
    margin: 0 auto;
    position: relative;
}

.dc-con-box {
    margin: 10px auto 20px;
    /*background-color: #ffffff;*/
    border-radius: 2px;
}

.dc-con-ti {
    font-size: 18px;
    color: #ffffff;
}

.dc-newreport-wrapout {
    overflow: hidden
}

.dc-newreport-wrap {
    overflow: hidden;
    margin: 10px 0 0;
    position: relative;
    height: 850px;
    padding: 0 0 0 10px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.dc-newreport-wrap::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 3px;
    cursor: pointer;
}

.dc-newreport-wrap::-webkit-scrollbar-track, #J-dc-pop-content-intro::-webkit-scrollbar-track {
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0);
}

.dc-newreport-box {
    position: relative;
    border-left: 1px solid rgba(255, 255, 255, 0.2)
}

.dc-newreport-box li {
    font-size: 14px;
    position: relative
}

.dc-newreport-conbox {
    vertical-align: middle
}

.li-circle {
    position: absolute;
    left: -6px;
    top: 18px;
    width: 6px;
    height: 6px;
    border: 2px solid #ffffff;
    border-radius: 100%;
    box-sizing: content-box;
    background-color: #dbe1ea;
}

.newflag {
    display: none;
    height: 20px;
    font-weight: normal;
    line-height: 14px;
    color: #de4445;
    font-size: 30px;
    margin: 5px 5px 0;
    padding: 1px 5px;
    text-align: center;
    vertical-align: middle;
}

.dc-newreport-box li:hover {
    background-color: rgba(255, 255, 255, 0.2)
}

.dc-newreport-box li.new-li {
    font-weight: bold
}

.dc-newreport-box li.new-li .newflag {
    display: inline;
}

.dc-newreport-box li:hover .li-circle,
.dc-newreport-box li.new-li .li-circle {
    left: -7px;
    top: 17px;
    border: 3px solid #4e9bee;
    background-color: #ffffff;
    box-shadow: 0 0 5px 0 #80bdff;
}

.dc-newreport-box li a {
    display: block;
    padding: 10px 10px 10px 15px;
    line-height: 26px;
    color: #d9deec;
}

.dc-newreport-box li a span {
}

.dc-newreport-box li a:hover {
    color: #d9deec
}

.dc-newreport-img {
    height: 30px;
    margin: 0 10px 0 0
}

/*.dc-report-date{ font-size: 12px;  color: #888; font-style: italic;}*/

.dc-newreport-date {
    margin: 0 5px 0 0;
    color: #9ca5bf;
    font-size: 12px;
    display: block;
}

.dc-newreport-desc {
    line-height: 20px;
    display: inline;

}

.dc-con-box .goto {
    display: none;
    float: right;
    width: 40px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    text-align: center;
}

.dc-con-box .goto:hover {
    color: #529ef2
}

.dc-index_top {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 20px;
    position: relative;
    /* background-color: #ffffff;*/
}

.dc-index_top-left {
    opacity: 0;
    width: calc(68% - 30px);
    height: 100%;
    left: 10px;
    top: 0;
    float: left;
    /*padding:0 20px 0 10px;*/
    /* background-color: #ffffff;*/
    position: absolute;
    z-index: 5;
}

.indexScale {
    animation: indexScale 0.35s 1 ease-in-out forwards;
    -webkit-animation: indexScale 0.35s 1 ease-in-out forwards;
    -moz-animation: indexScale 0.35s 1 ease-in-out forwards;
}

@keyframes indexScale {
    0% {
        transform: scale(0.5)
    }
    100% {
        transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes indexScale {
    0% {
        transform: scale(0.5)
    }
    100% {
        transform: scale(1);
        opacity: 1
    }
}

@-moz-keyframes indexScale {
    0% {
        transform: scale(0.5)
    }
    100% {
        transform: scale(1);
        opacity: 1
    }
}

.dc-index_top-right {
    width: 32%;
    height: auto;
    padding: 15px 20px 20px;
    float: right;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.05);
    position: relative;
    z-index: 1;
}

.dc-index_con-listbox {
    width: 100%;
    margin: 0 auto;
}

.dc-index_con-listbox * {
    transition: all 120ms linear;
    -webkit-transition: all 120ms linear;
    -moz-transition: all 120ms linear;
}

.dc-index_con-listbox ul {
    margin: -10px -10px 0
}

.dc-index_con-listbox li {
    position: relative;
    width: calc(33.3% - 20px);
    height: 200px;
    margin: 10px;
    float: left;
    border-radius: 2px;
    background-color: #305dd0;
    opacity: 0.93
}

.dc-index_con-listbox li.dc_usa_interest_rate_decision {
    background-color: #0f7ad5;
}

.dc-index_con-listbox li.dc_nonfarm_payrolls {
    background-color: #476ecf;
}

.dc-index_con-listbox li.dc_usa_unemployment_rate {
    background-color: #3261d9;
}

.dc-index_con-listbox li.dc_eia_crude_oil {
    background-color: #2f7729;
}

.dc-index_con-listbox li.dc_interest_rate_decision {
    background-color: #a92f1c;
}

.dc-index_con-listbox li.dc_myFxBook_heat_map {
    background-color: #2e9aab;
}

.dc-index_con-listbox li.dc_cme_fx_report {
    background-color: #5f50b9;
}

.dc-index_con-listbox li.dc_cme_report {
    background-color: #5e4bb6;
}

.dc-index_con-listbox li.dc_cme_energy_report {
    background-color: #7160ca;
}

.dc-index_con-listbox li.dc_etf_gold {
    background-color: #298e27;
}

.dc-index_con-listbox li.dc_etf_sliver {
    background-color: #3d943b;
}

.dc-index_con-listbox li.dc_cftc_nc_report {
    background-color: #d24a37;
}

.dc-index_con-listbox li.dc_cftc_c_report {
    background-color: #d24a37;
}

.dc-index_con-listbox li.dc_initial_jobless {
    background-color: #476ecf;
}

.dc-index_con-listbox li.dc_usa_core_pce_price {
    background-color: #3261d9;
}

.dc-index_con-listbox li.dc_usa_cpi {
    background-color: #2f7729;
}

.dc-index_con-listbox li.dc_usa_lmci {
    background-color: #a92f1c;
}

.dc-index_con-listbox li.dc_eia_gasoline {
    background-color: #5f50b9;
}

.dc-index_con-listbox li.dc_eia_natural_gas {
    background-color: #5f50b9;
}

.dc-index_con-listbox li.dc_eia_distillates_stocks {
    background-color: #5e4bb6;
}

.dc-index_con-listbox li.dc_eia_cushing_oil {
    background-color: #7160ca;
}

.dc-index_con-listbox li.dc_adp_nonfarm_employment {
    background-color: #257e88;
}

.dc-index_con-listbox li.dc_bitcoin_current {
    background-color: #4c72d2;
}

/*.slide-box>ul>li:nth-child(2) .dc-index_con-listbox li:nth-child(3){
    background-color: #3261d9;
}*/
/*.dc-index_con-listbox li .li_inner{border-radius: 2px;position: absolute;width: 100%;height: calc(50% - 10px);}*/
/*.dc-index_con-listbox li .li_inner:first-child{background-color:#677aa8 }*/
/*.dc-index_con-listbox li .li_inner:nth-child(2){background-color:#cd8137;bottom: 0 }*/
.li_inner .article-text .article-ti {
    transform: scale(0.7);
}

.pc-block {
    display: block
}

.mobile-block {
    display: none
}

.article-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}

.dc-index_con-listbox li a {
    color: rgba(255, 255, 255, 1);
    display: block;
    padding: 10px;
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
}

.dc-index_con-listbox li a:hover {
    color: rgba(255, 255, 255, 1);
}

.article-item {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 1px solid rgba(255, 255, 255, 0)

}

.article-text .article-ti {
    line-height: 48px;
    font-size: 50px;
    font-weight: bold;

}

.article-text .article-ti .article-subti {
    line-height: 1;
    margin: 2px 0 0;
    font-size: 22px;
    font-weight: bold;
}

.article-text .text {
    display: none;
    opacity: 0;
    width: 100%;
    line-height: 1.35;
    color: #fff;
    padding: 0 5px;
    margin: 10px 0;
    max-height: 66px;
    overflow: hidden;
    font-size: 12px;
    transition: all 120ms linear;
    -webkit-transition: all 120ms linear;
    -moz-transition: all 120ms linear;

}

.dc-index_con-listbox a:hover {
    opacity: 1
}

.dc-index_con-listbox a:hover .article-item {
    border: 1px solid rgba(255, 255, 255, 0.5)
}

.hottag {
    position: absolute;
    left: -10px;
    top: 2px;
    z-index: 10;
    width: 60px;
    height: 38px;
    line-height: 38px;
    background: #ff6464;
    text-align: center;
    color: #ffffff;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 1px
}

.hottag:after {
    position: absolute;
    content: " ";
    border: transparent 18px solid;
    border-width: 19px 9px;
    border-left-color: #ff6464;
    top: 0;
    right: -18px;
    height: 0;
    width: 0;
}

.newtag {
    position: absolute;
    left: -10px;
    top: 2px;
    z-index: 10;
    width: 60px;
    height: 38px;
    line-height: 38px;
    background: #ffb43d;
    text-align: center;
    color: #ffffff;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 1px
}

.newtag:after {
    position: absolute;
    content: " ";
    border: transparent 18px solid;
    border-width: 19px 9px;
    border-left-color: #ffb43d;
    top: 0;
    right: -18px;
    height: 0;
    width: 0;
}

.cover {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4)
}

.hot-tag {
    position: absolute;
    left: -8px;
    top: 0;
    width: 40px;
    height: 60px;
    background: url("../img/newtag.png") no-repeat;
    background-size: 40px auto;
    /*background-image: url("../img/newtag-mini.png") \9;*/
    z-index: 5;
    text-align: center;
    color: #ffffff;
    min-width: 100px;
}

.chartToolbar-box {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
}

#chartToolbar {
    /*display: none;*/
    background: rgba(255, 255, 255, 0.8);
    clear: both;
    position: relative;

}

#J-dropdown {
    display: none;
}

.l-main {
    padding-bottom: 0;
}

/*首页结束*/

/*幻灯片*/

.swiper-container {
    width: 100%;
    height: auto;
    position: relative;
}

.swiper-slide a {
    display: block
}

.swiper-slide img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.slider-ti {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 24px;
    padding: 50px 10px;
    text-align: center
}

.swiper-button-next,
.swiper-button-prev {
    background-size: 16px auto;
    z-index: 99
}

/*幻灯片*/


.pop-fixbg {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0);
    z-index: 999
}

.fixbg {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0)
}

.pop-box {
    position: fixed;
    right: 50%;
    bottom: 50%;
    transform: translate(50%, 50%);
    -webkit-transform: translate(50%, 50%);
    -moz-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    width: 260px;
    height: 160px;
    overflow: hidden;
    background-color: rgb(255, 255, 255);
    border: 1px solid #eaeaea;
    border-radius: 3px;
    box-shadow: 0 0 8px 0px #d4dee8;
    z-index: 9999;
}



.pop-ti {
    border-radius: 1px 1px 0 0;
    overflow: hidden;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: rgb(107, 142, 179);
    background-color: #f5f9fd;
}

.pop-txt {
    margin: 50px 0 0;
    text-align: center;
    color: rgba(33, 33, 33, 0.7);
    font-size: 14px;
}

.jin-side_nav-link:hover {
    background-color: rgba(55, 70, 113, 0.9);
}

.comefrom {
    color: #aaaaaa;
    font-size: 14px;
    text-align: right;
    padding: 10px 2px 20px;
    margin: 10px 0 0;
    width: 100%;
}
.request-time{
    color: #aaaaaa;
    font-size: 12px;
    text-align: right;
    padding: 10px 10px 20px;
    width: 100%;
    float: left;
}

.dc-slidebar_con .comefrom {
    font-size: 14px;
    text-align: center;
}

.market_box {
    margin: 30px auto;
    max-width: 1200px;
    position: relative;
}

.market_box td, .market_box th {
    border-collapse: collapse;
}

.report_title_alone {
    color: #546592;
    text-align: center;
    font-size: 20px;
    height: 24px;
    margin: 0 0 20px;
    font-weight: bold;
    position: relative;
}
.panelType-box{
    width: 100px;
    height: 24px;
    position: absolute;
    left: 5px;
    top:0;
}
.panelType{cursor: pointer;float: left;font-size: 14px; font-weight: normal; margin: 0;line-height: 28px;
    width: 50px; background-color: rgba(222, 226, 234,0.8);}
.panelType.act{
    background-color: rgb(110, 127, 173);
    color: #fff;font-weight: bold;
}
.panelType:hover{font-weight: bold;}
.panelType:nth-child(1){
    border-radius: 12px 0 0 12px;
}
.panelType:nth-child(2){
    border-radius: 0 12px 12px 0;
}
.market_more-btn {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 18px;
    width: 34px;
    height: 20px;
    border-radius: 10px;
    line-height: 20px;
    /*padding-right: 16px;*/
    text-align: center;
    font-size: 12px;
    border: 1px solid #546592;

}

.market_more-btn:hover, .market_more-btn.act {
    background-color: #546592;
    color: #ffffff
}

.market_more-btn .icon { /*position: absolute;right: 0;top: 3px;*/
    height: 16px;
    line-height: 16px;
    width: 16px;
    text-align: center
}

.market_more-btn .icon.act {
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
}

.market_more-dropdown {
    display: none;
    position: absolute;
    right: 0;
    top: 43px;
    width: 100%;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.96);
}

.myFxBook-table {
    padding: 10px;
    border-radius: 4px;
    overflow: hidden;
}

.myFxBook-table li {
    width: 16%;
    min-height: 30px;
    float: left;
    font-size: 12px;
    margin: 0 0 10px;
}

.myFxBook-table li input, .myFxBook-table li label {
    cursor: pointer;
    margin: 0 0 0 5px;
    float: left;
}

.myFxBook-table li label p {
    line-height: 1;
    font-weight: bold;
}

.chinese_ti {
    font-size: 12px;
    font-weight: normal;
    margin: 3px 0 0;
    display: inline-block
}

.myFxBook-table .chinese_ti {
    color: #989fb0;
}

.market_more_tool_item label {
    cursor: pointer;
    margin: 0 0 0 5px;
    color: #546592;
}

.myFxBook-table li label:hover, .market_more_tool_item label:hover {
    color: #819dea
}

.market_more_tool {
    height: 35px;
    width: 100%;
    padding: 5px 0;
    background-color: rgba(234, 235, 239, 0.9)
}

.market_more_tool_item {
    width: 65px;
    float: right;
    margin: 0 15px 0 0;
    font-weight: bold;
    font-size: 14px;
}

.market_more_tool_item label {
    margin: 0
}

.market_more-close {
    cursor: pointer;
    position: absolute;
    left: 2px;
    top: 7px;
    width: 30px;
    height: 20px;
    line-height: 20px;
    /*padding-right: 16px;*/
    text-align: center;
    font-size: 12px;
}

.market_more-close:hover {
    opacity: 0.5
}

.market_page {
    width: 100%;
    padding: 0;
    margin: -1px 0 0;
    table-layout: fixed;
    max-width: 1200px;
}

.market_page.heat_map tr td:first-child, .market_page.correlation tr td:first-child {
    color: rgb(71, 87, 130);
    font-weight: bold;
}

.market_page > tbody > tr:hover {
    background: #e6e6e6;

}

.market_page > tbody > tr > td {
    opacity: 0.93;
    font-size: 12px;
}

.market_page > tbody > tr:hover > td {
    opacity: 1
}

.market_page > tbody > tr:nth-child(2n) {
    background-color: rgba(71, 87, 130, 0.05);
}

.market_page td, .market_page th {
    border-collapse: collapse;
    line-height: 1.3;
    padding: 5px 2px;
    text-align: center;
    border: 1px solid #d4d6da;
    word-break: break-all;
}

.market_page h3 {
    font-weight: bold;
    font-size: 14px
}

.market-secdata {
    display: inline-block;
    word-break: keep-all;
    white-space: nowrap;
}

.market_page th {
    font-size: 14px;
    padding: 3px 0;

}

.marketHead_box_clone {
    display: none;
    position: fixed;
    top: 0;
    z-index: 10;
}

.market_page_h th {
    background-color: rgba(242, 245, 247, 0.9);
    padding: 5px 0
}

.bitcoin_current {
    color: #ffffff;
}

.bitcoin_current .report_title_alone {
    color: #909bb7
}

.table-head-colspan {
    width: 100%;
}

.table-head-item {
    float: left;
    width: 50%
}

.bitcoin_current table th, .bitcoin_current table td {
    border: none;

}

.bitcoin_current .market_page_h {
    color: #aaaaaa
}

.bitcoin_current .market_page_body {
    margin: -1px 0 0
}

.bitcoin_current .market_page_h th {
    background-color: rgba(18, 52, 86, 0.7);
    padding: 8px 2px;
    border: 1px solid rgba(5, 32, 61, 0.3)
}

.bitcoin_current .market_page_body tr {
    background-color: rgba(25, 69, 114, 1)
}

.bitcoin_current .market_page_body tr:hover {
    background-color: rgba(25, 69, 114, 0.75)
}

.bitcoin_current .market_page_body td {
    padding: 8px 2px;
    font-size: 14px;
    border-bottom: 1px solid rgba(18, 18, 18, 1);
}

.table-body-fir {
    font-weight: bold;
    color: #83a0bd
}

.bitcoin_current th:nth-child(2), .bitcoin_current td:nth-child(2) {
    width: 100px
}

.bitcoin_current th:nth-child(3), .bitcoin_current td:nth-child(3) {
    width: 100px
}

.btHistory-btn {
    cursor: pointer;
    opacity: 0.9;
    position: fixed;
    z-index: 9999999;
    left: 0;
    top: 50%;
    margin: -80px 0 0;
}

.btHistory-btn span {
    border-radius: 0 3px 3px 0;
    line-height: 1.3;
    display: block;
    padding: 8px;
    color: #122a41;
    background-color: rgba(221, 228, 243, 0.9);
}

.btHistory-btn span:hover {
    background-color: rgba(205, 221, 249, 1);
}

.btHistory-btn.unfold {
    left: 260px
}

.btHistory-panel {
    position: fixed;
    z-index: 9999999;
    height: 100%;
    width: 0;
    left: 0;
    top: 0;
    background-color:#ffffff;
    /*box-shadow:0 0 2px 1px #EEEEEE;*/
    /*border-radius: 0 4px 4px 0;*/
    overflow: hidden;
}

.btHistory-panel.unfold {
    width: 260px;
}

.btHistory-panel .dc-pop-close {
    background-color: transparent;
    z-index: 10;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    color: #121212;
}

.btHistory-panel .dc-pop-close:hover {
    color: #828282;
    background-color: rgba(205, 221, 249, 0.3);
}

.dc-btreport-wrapout {
    overflow: hidden
}

.dc-btreport-wrap {
    overflow: hidden;
    margin: 10px 0 0;
    position: relative;
    height: 850px;
    padding: 0 0 0 10px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.dc-btreport-wrap::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 3px;
    cursor: pointer;
}

.dc-btreport-wrap::-webkit-scrollbar-track, #J-dc-pop-content-intro::-webkit-scrollbar-track {
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0);
}

.dc-btreport-box {
    position: relative;
    border-left: 1px solid rgba(255, 255, 255, 0.2)
}

.dc-btreport-box li {
    font-size: 14px;
    position: relative
}

.dc-btreport-conbox {
    vertical-align: middle
}



.dc-btreport-box li:hover {
    background-color: rgba(255, 255, 255, 0.2)
}

.dc-btreport-box li.new-li {
    font-weight: bold
}

.dc-btreport-box li.new-li .newflag {
    display: inline;
}
.dc-btreport-box li .li-circle{top: 12px!important;}

.dc-btreport-box li:hover .li-circle,
.dc-btreport-box li.new-li .li-circle {
    left: -7px;
    border: 3px solid #4e9bee;
    background-color: #ffffff;
    box-shadow: 0 0 5px 0 #80bdff;
}

.dc-btreport-box li a {
    display: block;
    padding: 10px 10px 10px 15px;
    line-height:1.5;
    color: #d9deec;
}

.dc-btreport-box li a span {
}

.dc-btreport-box li a:hover {
    color: #d9deec
}

.dc-btreport-img {
    height: 30px;
    margin: 0 10px 0 0
}

/*.dc-report-date{ font-size: 12px;  color: #888; font-style: italic;}*/

.dc-btreport-date {
    margin: 0 5px 5px 0;
    color: #9ca5bf;
    font-size: 12px;
    display: block;
}

.dc-btreport-desc {
    line-height: 20px;
    display: inline;

}
.btHistory-panel .dc-btreport-wrap {
    height: calc(100% - 60px) !important;
    margin: 10px -17px 0 10px !important;
}

.btHistory-panel .dc-btreport-wrapout {
    height: 100% !important;
    position: relative;
    background-color: #f3f5f9;
}

.btHistory-panel .dc-btreport-wrapout h3 {
    text-align: center;
    font-weight: bold;
    color: rgb(18, 18, 18);
    line-height: 30px;
    margin: 10px 0 0;
    width: 90%;
    font-size: 18px;
}

.btHistory-panel .dc-btreport-box li {
    width: calc(100% - 30px)
}

.btHistory-panel .dc-btreport-box li:hover {
    background-color: rgba(255, 255, 255, 0)
}

.btHistory-panel .dc-btreport-date {
    color:#708aa7;
}

.btHistory-panel .dc-btreport-box li a {

    color: #272d3e;
}

.btHistory-panel .dc-btreport-box li a:hover {
    color: #272d3e
}

.btHistory-panel .dc-btreport-box {
    border-left: 1px solid rgba(151, 153, 158,0.5);
}

.btHistory-panel .li-circle {
    border: 3px solid #9db1c5;
    background-color: #384c61;
}

#J-subCom {
    border-radius: 19px;
    padding: 10px 30px;
    width: 170px;
    height: 40px;
    background-color: #56a4f8;
    text-align: center;
    font-weight: bold;
    box-sizing: border-box;
}

#J-subCom:hover {
    opacity: 0.8;
}

.j-chart-fn-toolbar::before {
    width: calc(100% - 30px);
}

.j-chart-notify {
    position: fixed;
    z-index: 9999999;
    right: 10px;
    top: 5px;
    width: 250px;
    height: 300px;
    background: transparent;
    font-size: 14px;
}

.j-chart-notify .j-chart-notify-item {
    background: #fff;
    border-radius: 2px;
    margin-bottom: 5px;
    /*box-shadow: 0 0 4px 2px #eef1f4;*/
    position: relative;
}

.j-chart-notify .j-chart-notify-title {
    color: #7fb9fb;
    border-bottom: 1px solid #f3f3f3;
    padding: 5px 8px;
    position: relative;
}

.j-chart-notify-close {
    position: absolute;
    right: 5px;
    top: -3px;
    color: #8c99ae;
    cursor: pointer;
}

.j-chart-notify .j-chart-notify-content {
    padding: 15px 10px 10px;
    color: #40516b;
    font-size: 12px;
}

.j-chart-notify .j-chart-notify-content a {
    color: #40516b;
}

.j-chart-notify .j-chart-notify-content a:hover,
.j-chart-notify .j-chart-notify-content a:focus {
    text-decoration: underline;
}

.j-chart-notify .j-chart-notify-content span {
    display: block;
    float: right;
    cursor: pointer;
    margin: 0 0 0 5px;
    display: inline-block;
}

.introjs-helperNumberLayer {
    box-sizing: content-box;
    position: absolute;
    top: -16px;
    left: -16px;
    z-index: 9999999999 !important;
    padding: 0;
    font-family: Arial, verdana, tahoma;
    font-size: 13px;
    font-weight: bold;
    color: white;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
    background: #64749e;
    background: -webkit-linear-gradient(top, #64749e 0%, #546592 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #64749e), color-stop(100%, #546592));
    background: -moz-linear-gradient(top, #64749e 0%, #546592 100%);
    background: -ms-linear-gradient(top, #64749e 0%, #546592 100%);
    background: -o-linear-gradient(top, #64749e 0%, #546592 100%);
    background: linear-gradient(to bottom, #64749e 0%, #546592 100%);
    width: 20px;
    height: 20px;
    line-height: 20px;
    border: 3px solid white;
    border-radius: 50%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#64749e', endColorstr='#546592', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.Shadow(direction=135, strength=2, color=ff0000);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .4)
}

.introjs-helperLayer {
    z-index: 99999998;
}

.introjs-showElement {
    z-index: 99999999 !important;
}

.introjs-overlay {
    z-index: 99999988
}

.introjs-tooltip {
    padding: 15px 20px;
    max-width: 340px;
    width: 240px;
}

.introjs-button, .introjs-button:focus, .introjs-button:active {
    opacity: 0.9;
    background-color: #51a2fa;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#51a2fa), to(#51a2fa));
    background-image: -moz-linear-gradient(#51a2fa, #51a2fa);
    background-image: -o-linear-gradient(#51a2fa, #51a2fa);
    background-image: linear-gradient(#51a2fa, #51a2fa);
    text-shadow: none;
    color: #FFFFFF;
    border: none;
    margin-left: 5px;
}

.introjs-button:hover {
    opacity: 1;
}

.introjs-nextbutton, .introjs-prevbutton {
    -webkit-border-radius: 0.2em;
    -moz-border-radius: 0.2em;
    border-radius: 0.2em;
}

.introjs-disabled.introjs-button {
    color: #9a9a9a;
    border-color: #d4d4d4;
    box-shadow: none;
    cursor: default;
    background-color: #f4f4f4;
    background-image: none;
}

.introjs_tab_tips {
    display: none;
    font-size: 14px;
    text-align: center;
    width: 200px;
    height: 80px;
    line-height: 80px;
    border-radius: 4px;
    background-color: #FFFFFF;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 999999999999999
}

.ui-datepicker {
    z-index: 99777799 !important;
}

@-webkit-keyframes announcerBar {
    0% {
        -webkit-transform: scale(1, .25);
        transform: scale(1, .25)
    }

    25% {
        -webkit-transform: scale(1, .5);
        transform: scale(1, .5)
    }

    50% {
        -webkit-transform: scale(1, .75);
        transform: scale(1, .75)
    }

    75% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    to {
        -webkit-transform: scale(1, 1.25);
        transform: scale(1, 1.25)
    }
}

@keyframes announcerBar {
    0% {
        -webkit-transform: scale(1, .25);
        transform: scale(1, .25)
    }

    25% {
        -webkit-transform: scale(1, .5);
        transform: scale(1, .5)
    }

    50% {
        -webkit-transform: scale(1, .75);
        transform: scale(1, .75)
    }

    75% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    to {
        -webkit-transform: scale(1, 1.25);
        transform: scale(1, 1.25)
    }
}

.waveicon {
    text-align: center;
    height: 20px;
    width: 20px;
    margin: 7px 6px 0;
    position: relative;
}

.waveicon i {
    background-color: #ee6f7a;
    margin: 0 1px;
    display: inline-block;
    width: 4px;
    float: left;
    position: absolute;
    bottom: 0;

    -webkit-transform-origin: bottom;
    transform-origin: bottom;

}

.waveicon i:first-child {
    height: 8px;
    left: 2px;
    -webkit-animation: announcerBar 0.48s 0ms linear infinite alternate;
    animation: announcerBar 0.48s 200ms linear infinite alternate;
}

.waveicon i:nth-child(2) {
    height: 16px;
    left: 8px;
    -webkit-animation: announcerBar 0.48s 200ms linear infinite alternate;
    animation: announcerBar 0.48s 400ms linear infinite alternate;
}

.waveicon i:nth-child(3) {
    height: 12px;
    left: 14px;
    -webkit-animation: announcerBar 0.48s 400ms linear infinite alternate;
    animation: announcerBar 0.48s 600ms linear infinite alternate;
}

.intro_bg {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999999999999;
    width: 100%;
    height: 100%
}

.shark-fx-box {
    position: relative;
}

.shark-fx-pairs {
    width: 100%;
    height: 90px;
    /*float: right;*/
    text-align: center
}
.ssitype-exchange{ width: 100%; text-align: center; font-weight: bold;margin: 0 0 3px;
    overflow: hidden;
    /*border-bottom: 1px solid rgba(110, 127, 173, 1);*/}
.ssitype-ti{ background-color:rgba(70,87,179,0.15); cursor: pointer;line-height: 30px; width: 80px; float: left}
.ssitype-ti.act{     background-color: rgba(70,87,179,1);color: #FFFFFF;
}
.ssitype-ti:nth-child(1){    border-radius: 4px 0 0 0;}
.ssitype-ti:nth-child(2){    border-radius: 0 4px 0 0;}

.showtype-exchange{float: right;width: 105px;}

.showtype-exchange .showtype,.showtype-exchange .showtype-v1{margin: 0 0 0 5px ; text-align: center;line-height: 30px;width: 30px; height: 30px;border-radius: 100%;
    cursor: pointer;   float: left;  color: rgba(135, 156, 214,1);}
.showtype-exchange .showtype.act,.showtype-exchange .showtype:hover,.showtype-exchange .showtype-v1:hover{color: #ffffff;background-color: rgba(135, 156, 214,1); }
/*.showtype-exchange .showtype:nth-child(1){border-radius: 0 4px 0 0;}*/
/*.showtype-exchange .showtype:nth-child(2){border-radius: 4px 0 0 0;}*/
#sharkFxCurChart{height: 400px;box-sizing: border-box;position: relative;background: #eff2f9!important}

#sharkFxCurChart *{
    transition: all 0ms linear !important;
    -webkit-transition: all 0ms linear !important;
    -moz-transition: all 0ms linear !important;
}
#sharkFxCurChart .dc-reportNamein{
    display: none;
}
.ssitype-panel li {
    cursor: pointer;
    width:80px;

    border-radius: 2px;
    margin: 10px 10px 5px 0;
    background-color: rgb(227, 230, 241);
    line-height: 16px;
    padding: 5px 2px;
    font-size: 12px;
    float: left;

}

.ssitype-panel#brokersData{ display: table}
.ssitype-panel#brokersData li{
    height: 42px;
    display:-webkit-box;vertical-align: middle;-webkit-box-orient: vertical;-webkit-box-pack: center;-webkit-box-align: center;
}



.shark-fx-pairs li.act,.shark-fx-pairs li:hover {
    background-color:rgb(162, 181, 232);
    color: #FFFFFF;
}

.shark-fx-pairs li.act:hover {
    background-color: rgba(110, 127, 173, 1)
}

.shark-fx-chart {
    width: 100%;
    position: relative;
    /*float: left;*/
}
.shark-curtype{ min-height: 350px;float: left;width: 100%;}
/*.middle-line{ position: absolute;left: calc( 50% + 57px);top: 35px;*/
    /*height:calc( 100% - 40px);width: 0; border-left:1px dashed rgb(46, 50, 58);}*/
/*.toujizhishu li {*/
    /*width: 100%;*/
    /*height: 40px;padding: 5px;*/
    /*margin: 5px 0;*/
/*}*/
/*.allpairsItem{cursor: pointer}*/
/*.allpairsItem .shark-fx-left-ti,#igTrends .shark-fx-left-ti{*/
    /*font-weight: bold;*/
/*}*/
/*.allpairsItem:hover{ background-color: rgba(85,100,125,0.13);  }*/
/*.toujizhishu li:hover .shark-fx-left-ti,.toujizhishu li.average .shark-fx-left-ti{*/
    /*color: #64647e;*/
    /*font-weight: bold;*/
   /*!*background-color: rgba(84, 101, 146, 0.17);*!*/
/*}*/
/*.toujizhishu li.average {*/
    /*height: 52px;padding:10px 8px;margin: 5px 0 0;*/
    /*background-color: #e0e3e6;*/
/*}*/
/*.toujizhishu li:first-child {*/
    /*height: 34px; margin: 0 ;font-size: 16px;*/
/*}*/
/*.toujizhishu li:first-child:hover {*/
    /*background-color: rgba(84, 101, 146, 0);*/
/*}*/

/*.shark-fx-left {*/
    /*width: 110px;*/
    /*text-overflow: ellipsis;*/
    /*overflow: hidden;*/
    /*white-space: nowrap;*/
    /*line-height: 30px;*/
    /*float: left;*/
/*}*/

/*.shark-fx-right {*/
    /*width: calc(100% - 115px);*/
    /*float: right;*/
    /*position: relative;*/
/*}*/
/*.shark-fx-type{ position: absolute; top: 0;font-weight: bold}*/
/*.shark-fx-buy{left: 0;padding: 0 0 0 15px }*/
/*.shark-fx-sell{right:0;padding: 0 0 0 15px}*/
/*.shark-fx-buy:before{content: ''; width: 10px; height: 10px; position: absolute;*/
    /*left: 0;top: 7px;background-color: rgba(230, 65, 36, 0.9)}*/
/*.shark-fx-sell:before{content: ''; width: 10px; height: 10px; position: absolute;*/
    /*left: 0;top: 7px;background-color: rgba(99, 195, 87, 0.9)}*/
/*.shark-fx-curtitle{font-weight: bold;   width: 150px;text-align: center; margin: 0 auto}*/
/*.shark-fx-percent{position: relative;color: #FFFFFF;text-align: center;*/
    /*line-height: 30px;height: 30px;*/
/*}*/
/*.shark-fx-percent .trendsdata{ margin: 0 5px}*/
/*.toujizhishu li:hover .shark-fx-percent{transform: scale(1.01,1.01)}*/
/*.buy-data{position: absolute;left: 0; top: 0;width: 50%;!*min-width: 7%!important; *! border-radius: 15px 0 0  15px;*/
    /*line-height: 30px;height: 30px;background-color: rgba(230, 65, 36, 0.9);}*/
/*.toujizhishu li:hover  .buy-data{background-color: rgba(244, 80, 52, 1);}*/
/*.sell-data{position: absolute;right: 0; top: 0;width: 50%;border-radius:0 15px 15px 0;*/
    /*line-height: 30px;height: 30px;background-color:rgba(99, 195, 87, 0.9);}*/
/*.toujizhishu li:hover  .sell-data{background-color: rgba(29, 176, 10,1);}*/
/*.buy-data,.sell-data{min-width: 7%!important;max-width: 93%!important;}*/




.detail_guide{ width: 1200px;
    margin: 10px auto;}
.detail_left{ width: calc(100% - 240px); float: left;padding:  10px;border-radius: 4px; background-color: #ffffff}
.detail_left_con{}
.guide-ti{     border-bottom: 1px solid rgba(176,181,186,0.3);font-size: 20px; text-align: center ;padding:20px 10px ;}
.guide-con{    padding: 20px 10px;}
.detail_right{float: right; width:220px;padding:  10px;border-radius: 4px; background-color: #ffffff }


.shark-fx-left-ti{
    font-size: 12px;
}
.guide-btn{ cursor: pointer; position: fixed; top: 120px; right: 20px;width: 50px;height: 50px;
    border-radius: 100%; text-align: center; line-height: 50px; background-color:#d9ecff; color: #6b8eb3;}
.guide-btn:hover{background-color:#c7e3ff; }

@media only screen and (min-width: 1450px) {
    .l-side {
        left: 0;
        margin-left: 0;
    }

    body {
        font-size: 16px
    }

    table td {
        font-size: 14px;
    }

    .dc-compare-pop-in {
        width: 520px;
    }

    #exCalender {
        width: 270px;
    }

    .dc-com-list {
        width: 110px;
    }

    .article-text .article-ti {
        font-size: 60px;
        line-height: 60px;
    }

    .article-text .article-ti .article-subti {
        line-height: 30px;
        font-size: 22px;
    }

}

@media only screen and (min-width: 1450px)and (max-width: 1920px) {
    .dc-index_con-listbox li {
        height: 200px;
    }

    .dc-newreport-wrap {
        height: 790px
    }
}

@media only screen and (min-width: 900px)and (max-width: 1449px) {
    .dc-index_con-listbox li {
        height: 160px;
    }

    .dc-newreport-wrap {
        height: 630px
    }
}

@media only screen and (min-width: 1200px) {
    .bitcoin_current th:nth-child(7), .bitcoin_current td:nth-child(7) {
        width: 180px;
        white-space: nowrap;
        word-break: keep-all;
    }


}

@media only screen and (max-width: 1200px) {
    /*body {*/
        /*overflow-x: scroll*/
    /*}*/

    .btHistory-btn {
        position: fixed;
        left: 0px;
        top: 50%;
        margin: -80px 0 0;
        opacity: 0.7
    }

    .dc-newreport-wrap {
        padding: 0 0 0 20px !important;
    }
}

@media only screen and (min-width: 901px) {
    /*body.side-nav_is-collapsed .l-main_body {*/
        /*width: 100%;*/
    /*}*/





    .dc-index_con-listbox li a:hover .article-text .text {
        display: block;
        opacity: 1;
    }

    .dc-slidebar-open .l-main_body {
        width: calc(100% - 150px);
    }

    .dc-newreport-wrap {
        margin: 10px -17px 0 0;
    }

    /*#chartToolbar{ display: block}*/
    .dc-nav-box {
        height: 60px;
    }

    /*#table-box{ margin: -40px auto 0}*/
    #chart {
        margin: 50px auto 0;

    }
}

@media only screen and (max-width: 900px) {
    .pc-block {
        display: none
    }
    .chartbox{ width: 100%}
 #J-dc-pop-intro .dc-pop-in {

    width: calc(100% - 20px) !important;
 }

    .mobile-block {
        display: block
    }

    #J-dc-pop-intro .pop-contentTi {
        font-size: 16px;
        line-height: 1.3;
        margin: 25px 25px 0;
    }

    #J-dropdown.dropdownDetail {
        display: inline-block !important;
    }

    #chartToolbar {
        display: none !important;
    }

    .dc-sidebar {

    }

    .dc-sidebar_top-banner {
        display: block;

    }

    .dc-nav {
        width: 100%;
        padding: 0;
        min-height: 54px;

    }

    .dc-nav.fixed {
        width: auto
    }

    .l-main_body {
        min-height: 200px;
        /*background-color: #fff;*/
    }

    /*手机APP样式不兼容特殊处理*/
    .dc-main .j-chart-timeLine {

        height: 65px !important;
    }

    /*手机APP样式不兼容特殊处理*/
    #backtotop {
        display: none !important;
    }

    /*手机APP样式不兼容特殊处理 padding: 46px 0 0px;*/
    body.side-nav_is-collapsed .l-main_body {
        padding:0 0 45px;
    }

    body.side-nav_is-collapsed {
        padding-left: 0;
    }

    body.side-nav_is-collapsed.dc-sidebar-collapsed {
        padding-left: 0;
    }

    body.side-nav_is-collapsed .l-header--nav {
        padding-left: 0
    }

    .dc-index_top {
        width: 100%;
        margin: 0 auto 12px;

    }

    .slide-box {
        position: relative
    }
    /*.slide-box>ul>li{overflow: visible}*/
    .dc-index_top {
        width: 100%;
        margin: 0 auto 12px;

    }

    .dc-index_top-left {
        position: relative;
        width: calc(100% - 20px);
        height: auto;
        float: none;
        padding: 0 0;
    }

    .dc-index_top-right {
        display: none;
        width: calc(100% - 20px);
        height: 500px;
        margin: 390px 10px 0;
        padding: 15px 10px 20px;

    }

    .dc-newreport-wrap {
        position: relative;
        height: 430px;
        margin: 10px 0 0;
        padding: 0 0 0 10px;
        overflow-y: scroll;
    }

    .dc-index-wrap {
        margin: 20px 10px;
    }

    .dc-pop-in {
        top: 50% !important;
        -webkit-transform: translate(0, -200px) !important;
        -ms-transform: translate(0, -200px) !important;
        transform: translate(0, -200px) !important;
        height: 400px !important;
        left: 10px !important;
        right: 10px !important;

    }

    #J-dc-pop-intro .dc-pop-in {
        top: 0;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        height: 100%;
        left: 0;
        right: 0;
        width: 100%;
    }

    .currentDate-box {
        width: 35%;
        margin: 10px 0 0;
    }

    .currentDate-box #table-currentDate {
        width: 70px;
    }

    .dc-tool {
        width: 64%;
        margin: 10px 0 0;
    }

    .currentDate-box > * {
        float: left;
        margin: 0 0 0 3px;
    }

    .table-reportTi {
        display: none;
    }

    .currentDate-box .icon-rili {
        margin: 0 0 0 5px;
    }

    .dc-reportName {
        display: none;
        top: -15px;
        background: rgba(249, 249, 249, 0.8);
        line-height: 40px;
        text-align: left;
    }

    .dc-nav-banner {
        background-color: rgba(240, 243, 246, 0.9);
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        /*z-index: 999999998!important;*/
    }

    .dc-user-box, .dc-nav-banner .dc-sidebar_logo {
        display: none
    }

    .dc-nav-topti {
        background-color:rgba(231, 238, 245, 0.9);
        height: 42px;
    }

    .dc-nav-box {
       position: fixed;
        top: 36px;
        width: 100%;
        background-color: transparent;
        color: #fff;
        z-index: 99;
    }

    .sub-fixed .dc-nav-box {
        width: 100%;
        left: 0
    }

    /*.dc-nav-box a{ color: #ffffff}*/
    /*.currentDate-box .icon-rili {*/
    /*color: #ffffff;*/
    /*}*/
    .dc-main.sub-fixed {
        /* padding: 45px 0 0;*/
    }

    .sub-fixed #chart {
        margin: 0;

        /* padding: 80px 0 10px 0;*/
    }

    .dc-sidebar_logo {
        background: url("../img/dclogo.png") left center no-repeat;
        background-size: 130px auto;
    }

    #chart {
        /*box-sizing: content-box;*/
        margin: 0 0 0 0;
        padding: 42px 0 0;
        width: 100%;
        /*height: calc(100% - 30px);*/
        overflow-y: hidden;
        /* margin: 0 auto;*/
        /*height: calu(100% + 20px );*/
    }

    .dc-main {
        margin: 0 auto !important;padding:0;
    }

    #table-box {
padding:42px 0 0;
    }

    .sub-fixed #table-box {
        margin: 30px 0 0 0;
        padding: 0;
    }

    .dc-tool i {
        padding: 2px 8px 0;
        margin: 0;
    }

    .j-chart-timeLine {
        background: #fff;
    }

    #J-dc-compare {
        width: 80%;
        height: 50%;

    }

    #J-dc-compare .dc-compare-pop-in {
        width: 90%;
        height: 90%;
        /*left: 5%;*/
    }

    #J-dc-compare #exCalender {

        height: 250px;
        width: 100%;
        overflow: hidden;

    }

    #J-dc-compare #ui-datepicker {
        height: 100%;
        clear: both;
    }

    #J-dc-compare .dc-com-list {

        height: 30%;
        width: 100%;
        overflow-y: scroll;
        display: block;

    }

    #J-dc-compare .dc-pop-comcc {
        height: 100%;
    }

    #J-dc-compare .dc-pop-con {
        height: calc(100% - 70px);
        width: calc(100% - 20px);
        margin: 0 10px 0;
        padding-bottom: 70px;

    }

    #J-subCom {
        position: absolute;
        bottom: -10px;
        left: 0;
        width: 100% !important;
        margin: 5px 0 !important;
        box-sizing: border-box;
    }

    #J-dc-compare .dc-com-list {
        margin-top: 10px;
        height: 20%;
    }

    #J-dc-compare .compare-box {
        width: 33%;
        box-sizing: border-box;
    }





    .fix-icon {

        width: 30px;
        border-radius: 50%;
        height: 30px;
        line-height: 30px
    }

    .fix-icon .iconfont {
        font-size: 20px;
        padding: 2px 0 0
    }

    .fixbg {
        background-color: rgba(0, 0, 0, 0.5)
    }

    #introduceBox {
        display: block
    }



    .dc-index_con-listbox ul {
        margin: -6px -5px 0
    }

    .dc-index_con-listbox li {
        margin: 6px 3px 0;
        width: calc(33.3% - 6px);
        height: 88px;
    }

    .mobile-block .dc-index_con-listbox li:hover {
        border: 1px solid rgba(255, 255, 255, 0.4);
    }

    .article-text .article-ti {
        line-height: 1.5;
        font-size: 22px;
    }

    /*.dc-index_con-listbox li:nth-child(6) .li_inner{height: calc(50% - 3px);}*/
    .article-text .article-ti .article-subti {
        line-height: 14px;
        font-size: 14px;
        margin: 0;

    }

    /*.dc-index_con-listbox li:hover .article-ti{ display: none}*/
    .article-text .text {
        line-height: 1.3;
        padding: 0 2px;
    }

    .dc-index_con-listbox li a, .dc-index_con-listbox li li:hover a {
        padding: 0;
        left: 3px;
        top: 3px;
        right: 3px;
        bottom: 3px;
    }

    .article-item {
        border: none
    }

    .dc-index_con-listbox li:hover .article-item {
        border: none
    }

    .hottag {
        transform: scale(0.8);
        top: -5px;
        left: -7px;
        width: 40px;
        height: 24px;
        line-height: 22px;
        font-size: 12px;
    }

    .hottag:after {
        border-width: 12px 6px;
        border-left-color: #f15050;
        top: 0;
        right: -12px;
        height: 0;
        width: 0;
    }

    .newtag {
        transform: scale(0.8);
        top: -5px;
        left: -7px;
        width: 40px;
        height: 24px;
        line-height: 22px;
        font-size: 12px;
    }

    .newtag:after {
        border-width: 12px 6px;
        border-left-color: #ffb43d;
        top: 0;
        right: -12px;
        height: 0;
        width: 0px;
    }

    .ui-datepicker-header {
        margin-bottom: 0;
    }

    #J-dc-pop-intro .dc-pop-con {
        width: calc(100% - 20px);
        height: calc(100% - 125px);
        margin: 105px auto 0;
    }

    .content-intro_nav {
        width: calc(100% - 20px);
    }

    #J-dc-pop-content-chart .j-chart-timeLine .j-chart-timeLine-container {
        border-radius: 0;
    }

    .myFxBook-table li {
        width: 50%;
        min-height: 30px;
    }

    .market_more-btn {
        top: 2px;
        right: 2px;
        width: 34px;
        height: 20px;
        border-radius: 10px;
        line-height: 20px;

    }

    .market_more-dropdown {
        top: 33px
    }

    .market_page td:nth-child(3), .market_page td:nth-child(4), .market_page td:nth-child(5), .market_page td:nth-child(7),
    .market_page th:nth-child(3), .market_page th:nth-child(4), .market_page th:nth-child(5), .market_page th:nth-child(7) {
        display: none
    }

    .comefrom, .igssiChart-datasource {
        text-align: center;
        font-size: 12px
    }

    .nav-basicChart-title {
        display: block !important;
        position: fixed;
        left: 0;
        right: 0;
        top: 78px;
        width: 100%
    }

    .nav-basicChart-title.no {
        display: none !important;
    }

    .hideti .dc_table tr:first-child {
        opacity: 0 !important;
    }

    .j-chart-notify {
        position: fixed;
        z-index: 9999999;
        right: 0;
        top: 36px;
        width: calc(100% - 10px);
        margin: 0 5px;
        height: auto;
        background: transparent;
        font-size: 14px;
    }

    .j-chart-notify .j-chart-notify-title {
        display: none
    }

    .bitcoin_current td:nth-child(2), .bitcoin_current th:nth-child(2) {
        display: none
    }

    .bitcoin_current th:nth-child(3), .bitcoin_current td:nth-child(3) {
        width: auto
    }

    .bitcoin_current th:nth-child(4), .bitcoin_current td:nth-child(4) {
        width: auto
    }

    .bitcoin_current .market_page_body td {
        font-size: 12px;
    }

    .btHistory-panel {
        height: 100%;
        top: 0
    }



    .shark-fx-pairs,.shark-fx-chart{ width: 100%}
    .buy-data,.sell-data{min-width: 20%!important;max-width: 80%!important;}
    .toujizhishu li{font-size: 12px;height: 28px;}
    .toujizhishu li:first-child {

        font-size: 14px;
    }
    .shark-fx-left {
        width: 84px;

    }
    .middle-line {
        position: absolute;
        left: calc(50% + 45px);
        height: calc( 100% - 88px);
    }
    #J-igPanel .middle-line {
        height: calc( 100% - 44px);
    }
    .shark-fx-right {
        width: calc(100% - 90px);
    }
    .toujizhishu li.average{
        border: none;
        background-color: rgba(125,125,125,0.2);
    }
    .shark-fx-chart{ float: left}
    .shark-fx-pairs li.act, .shark-fx-pairs li:hover {
        background-color: rgba(110, 127, 173, 0.8);
        color: #FFFFFF;
    }
    .shark-fx-pairs li {
         width: calc(33% - 5px);
         margin: 6px 3px 0;
    }
    .shark-fx-percent,.buy-data,.sell-data,.shark-fx-left{
        line-height: 20px;
        height: 20px;}
    .shark-fx-percent {
        border-radius: 10px;
   }
    .buy-data{ border-radius: 10px 0 0  10px;}

    .toujizhishu li.average {
        height: 42px;
    }
    .panelType{font-size: 12px;width: 40px; line-height: 24px;}
    .panelType:nth-child(1){
        border-radius: 6px 0 0 6px;
    }
    .panelType:nth-child(2){
        border-radius: 0 6px 6px 0;
    }
    .ssitype-panel#brokersData li{
        height: auto;
    }
}


.dc-pop-in-intro{

}
.dc-pop-in-intro .pop-contentTi{
    text-align: center;
    font-weight: bold;
    line-height: 50px;
    font-size: 18px;
}

.dc-pop-in-intro .dc-pop-con{

    top: 80px !important;
}