
img {
    border: medium none;
    max-width: 100%;
    padding: 0;
    vertical-align: middle;
}

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-layout: fixed;
}

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: 14px;
    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;
}
/*轨道*/
::-webkit-scrollbar-track {

    -webkit-border-radius: 3px;
    border-radius: 3px;cursor: pointer;
    background-color: #f2f2f2;
}
/* 滑块 */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background:rgba(129, 129, 129,0.5);
    -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.1);
    cursor: pointer;
}

.iconfont{font-size: 14px;}
.red {
    color: #fc2e2e !important;
}

.green {
    color: #47bd4a !important;
}
.darkgreen {
    color:#048618 !important;
}
.red-light{ color: #ff817f!important;}
.green-light{color: #2fbf70!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;
}
.tran {
    transition: all 120ms linear;
    -webkit-transition: all 120ms linear;
    -moz-transition: all 120ms linear;
}
.user-modal{ z-index: 99999999999!important;}
.dc-wrap{}
.dc-header{position: relative;
    width: 100%;height: 50px;color: #FFFFFF;
    z-index: 999;}
.dc-header-box{position: fixed;left: 0; width: 100%;  background-color: rgba(70,87,179,1); }
.dc-header-in{ position: relative;  background-color: rgba(70,87,179,1);  }

.dc-header-in a{
     position: relative; 
}

.dc-header-in a i.icon-liebiao{
    position: absolute;
    right: 8px;
    font-size: 20px;
    line-height: 54px;
    z-index: 9999;
}
.dc-header-in a:hover{

cursor: pointer;
}
 .dc-header-in a i.icon-ic_unfold{
        display: none;
        position: absolute;
        right: -15px;
       font-size: 20px;
       line-height: 42px;
       z-index: 9999;
        
    }
.dc-header a,.dc-header input{color: #FFFFFF; }
.dc-header a:hover{ background-color: transparent}
.dc-header-in,.dc-con{width: 1200px;margin: 0 auto;}
.dc-con{position: relative; margin: 20px auto 0; padding: 0;}
.model-panel{position: relative;}
.unact{z-index: -9999!important;position: absolute!important; height: 0!important;overflow: hidden!important;}
.dc-sidebar_logo {
    float: left;
    width: 160px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0 0;
    background: url("../img/datacenterLogo.png") left center no-repeat;
    /*background: url("../img/dclogo-mini.png") left center no-repeat \9;*/
    background-size: 125px auto;
}
.dc-nav_banner{float: left;}
.nav_banner-btn{ display: none}
.dc-nav_banner ul{ float:left ;margin: 0 10px;}
.dc-nav_banner li{ float: left;}
.dc-nav_banner li a{
    transition: all 120ms linear;
    -webkit-transition: all 120ms linear;
    -moz-transition: all 120ms linear;
    display: inline-block; text-align: center; width: 90px; line-height: 50px;height: 50px;}
.dc-nav_banner li a:hover{background-color: rgba(255,255,255,0.15);}
.dc-search_box{float: right;position: relative;
    margin: 14px 60px 0 0;height: 24px;width: 240px;
    /*border: 1px solid rgba(255,255,255,0.7) ;*/
    background-color: rgba(255,255,255,0.95);
    border-radius: 12px;
}
.search-list{
    display: none;
    position: absolute;overflow: hidden;
    top: 40px;
    right: 105px;
    background-color: #fff;
    border-radius: 4px;
    padding: 10px 0;
    /*transform: translate(-50%,0);-webkit-transform: translate(-50%,0);-moz-transform: translate(-50%,0);*/
    width: 350px;
    height: 400px;
    /* border: 1px solid #e4e4e4; */
    box-shadow: 0 0 2px 1px #e9eaef;}
.search-listcon{ padding:0 40px 0 10px;height: 380px;margin: 0 -20px 0 0;
    overflow-y: scroll;position: relative}
.search-listclose{cursor: pointer; position: absolute; z-index:99;right: 0;top: 0;color: #333;line-height: 30px;width: 30px;text-align: center; }
.search-listclose .iconfont{ font-size: 12px}
.search-listclose .iconfont:hover{color:#51a2fa}
.search-listcon li{ padding: 5px 0}
.search-listcon li a{display: block;line-height: 1.3;color: #333333;}
.search-listcon li a:hover{color:#51a2fa}
.dc-loginbox{ float: right;width: 100px; line-height: 50px;height: 50px;}
.J_ucenter_login{    float: right; }
.user-box{display: none;position: relative; height: 50px; float: right}
.user-box #J_userNick{width: 50px;text-align: right; display:inline-block;text-overflow: ellipsis;overflow: hidden;white-space: nowrap; float: right;line-height: 30px;margin:  12px 0 0 ;}
.user-box #J_avatar{float: right;width: 28px; height: 28px;border-radius: 100% ;margin: 12px 0 0 10px}

.user-menulist{display: none; position: absolute; top: 50px;right: 0; width: 100px;text-align: center; background-color: rgba(92,114,200,0.6)}
.user-menulist li{ }
.user-menulist li a{    width: 100%;padding: 0 6px; box-sizing: border-box;
    line-height: 30px;
    display: block;}
.user-box:hover .user-menulist{display: block}
.dc-search_input {
    float: left;
    width: 85%
}

.dc-search_input .dc-input {
    padding: 3px 8px;
    height: 24px;
    float: left;
    font-size: 12px;
    width: 100%;
    border-radius: 0;
    -webkit-appearance: none;
    color:rgb(74, 84, 123);

}

.dc-search_input input::-webkit-input-placeholder{color:rgb(144, 150, 177);}
.dc-search_btn {
    float: right;
    overflow: hidden;
    width: 15%;
    height: 24px;
    text-align: center;
    /*background-color:rgba(255,255,255,0.7) ;*/
}
.dc-search_btn:hover{
    /*background-color:rgba(255,255,255,0.8) ;*/
}

.dc-search_btn .dc-btn {
    width: 100%;
    height: 26px;
    /*line-height: 26px;*/
    border-radius: 0;
    color:rgba(70,87,179,1) ;
    display: block;
}
.dc-search_btn .dc-btn .iconfont{    display: block;
    line-height: 22px;}

.dc-con-panel{ margin:0 0 20px ;}
.dc-con-panel-ti{ position: relative; min-height: 40px;  margin: 0 0 5px;  line-height: 40px;}
.dc-con-panel-ti:after{
    content: ' ';
    display: block;
    clear: both;
}
.dc-con-panel-ti>*{float: left; margin: 0 5px 0 0;}
.dc-con-panel-ti h3{line-height: 40px; color: #021028;font-size: 16px;font-weight: bold; margin: 0 15px 0 0; }
.title-icon{color:rgba(70,87,179,1);font-size: 18px;line-height: 36px; height: 36px;}
.icon-gengxin{ margin: 0 2px 0 -3px;}
.opt-box{    margin: 6px 8px 0 0;}
.opt-item{ float: left;cursor: pointer;  color:#575f72;border-radius: 13px;
    padding: 3px 8px;text-align: center; line-height: 20px; margin: 1px 3px 0 0;}
.opt-item:hover{background-color:rgba(0,51,102,0.6);color: #FFFFFF; }
.opt-item.act{background-color:rgba(0,51,102,1);color: #FFFFFF; }
.more-con{ float: right; margin: 0;transition:all 120ms linear;}
.more-btn{ cursor: pointer; }
.mobile-opt a{display: block;    text-align: right; max-width: 100px; width: auto; text-overflow: ellipsis;white-space: nowrap;overflow: hidden}
.mobile-more{ }
#J_more_wh{float: right;cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;}

    .J_more_wh{float: right;cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;}
.mobile-item{float: left; cursor: pointer;display: none}

.more-con.act{ color: rgba(70,87,179,1);-webkit-transform: rotate(180deg);-moz-transform: rotate(180deg);transform: rotate(180deg)}

.more-dc-btn{ float: right;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;}
.more-dc-btn a,.left-btn,.left-btn2 {
    background-color: rgba(0,51,102,0.6);
    padding: 5px 12px;
    color: #fff;
    border-radius: 4px;
    transition: all 200ms linear;
}
.more-dc-btn:hover a,.left-btn:hover,.left-btn2:hover{background-color:rgba(0,51,102,1) }
.left-btn,.left-btn2{cursor: pointer; padding: 2px 12px; display: inline-block;float: left;}


.igssiChart .chart {
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    height: 42px;
    width: 74px;
    overflow: hidden;
}

.igssiChart .chart-bg {
    width: 68px;
    left: 3px;
    top: 6px;
    z-index: 100;
    height: 68px;
    background: #f7fdff!important;
    position: absolute;
    border-radius: 50%;
}
.igssiChart .chart-pointer {
    position: absolute;
    bottom: -5px;
    left: 0;
    height: 7px;
    width: 100%;
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
    -webkit-transform-origin: 50% 2.5px;
    transform-origin: 50% 2.5px;
    background: url(https://cdn.jin10.com/assets/img/sites/index/pointer@2x.png) 0 no-repeat;
    z-index: 100;
    background-size: 34px;
}
.igssiChart .chart-trends{position: absolute; left: 0; top: 20px; width: 100%; text-align: center; font-size: 12px;z-index: 110; color: #48598f;}
.igssiChart .chart-long {
    background-color: #ff817f;
    transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    position: absolute;
    z-index: 20;
}

.chart-sort,
.chart-long {
    position: absolute;
    top: 40px;
    left: 0;
    width: 74px;
    height: 37px;
    background-color: #ff817f;
    border-bottom-right-radius: 37px;
    border-bottom-left-radius: 37px;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

.igssiChart .chart-sort {
    background-color: #71dba1;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    z-index: 30;
}

.igssiChart .chart-pointer {
    position: absolute;
    bottom: -5px;
    left: 0;
    height: 7px;
    width: 100%;
    background-color: #000;
    z-index: 4000;
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
    -webkit-transform-origin: 50% 2.5px;
    transform-origin: 50% 2.5px;
    background: url('https://cdn.jin10.com/assets/img/sites/index/pointer@2x.png') no-repeat;
    z-index: 100;
    background-size: 34px;
}
.newslist-panel{ margin: 20px 0 0}
.panel-con{ width: 100%;position: relative;box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.03);padding-top: 0px; }
.touji-top.panel-con{box-shadow: none}
.disk-box{margin: 0 -10px;height: auto; overflow: hidden;transition:all 120ms linear;}

.disk-box.auto{
    height: auto;
}
.newslist-panel .panel-con{
    box-shadow: none;
}
.disk-box li{ margin:10px;  width:calc(16.6% - 20px); float: left; overflow: hidden;
    border-radius: 3px;/*border: 1px solid #ebeef5;*/ box-shadow: 0 2px 2px rgba(136,157,175,.1), 0 0 2px rgba(136,157,175,.1);}
.disk-item{ background-color: #FFFFFF;width: 100%;
    text-align: center; font-size: 12px; }
.disk-item.disk-item{     padding-bottom: 0;
    margin-bottom:0;border-bottom: none}
.disk-box li:hover{ box-shadow: 0 0 10px 2px rgba(0,0,0,0.1);}
.disk-itemin{ /*border: 1px solid #f3f3f3; border-radius: 3px;*/}
.disk-ti{ padding: 10px 5px; height: 40px;}
.disk-img{ margin: 0 5px 0 0; width: 18px; height: 18px;border-radius: 50%; overflow: hidden; display: inline-block;vertical-align: text-bottom;background: url('../img/normal.png') center center no-repeat ;background-size: auto 18px ;}
.EUR{ background: url('https://cdn.jin10.com/assets/img/commons/flag/欧盟.png') center center no-repeat ;background-size: auto 18px ;}
.GBP{ background: url('https://cdn.jin10.com/assets/img/commons/flag/英国.png') center center no-repeat ;background-size: auto 18px ;}
.USD{ background: url('https://cdn.jin10.com/assets/img/commons/flag/美国.png') center center no-repeat ;background-size: auto 18px ;}
.NZD{ background: url('https://cdn.jin10.com/assets/img/commons/flag/新西兰.png') center center no-repeat ;background-size: auto 18px ;}
.AUD{ background: url('https://cdn.jin10.com/assets/img/commons/flag/澳大利亚.png') center center no-repeat ;background-size: auto 18px ;}
.XAU{ background: url('https://cdn2.jin10.com/dc/v2/img/coin.png') center center no-repeat ;background-size: auto 18px ;}
.tabCharts{ height: 370px; padding: 10px; border-radius: 4px;     background-color: rgba(255,255,255,0.9);       box-shadow: 0 2px 2px rgba(136,157,175,.1), 0 0 2px rgba(136,157,175,.1);}


.disk-ti span{display: inline-block;line-height: 20px; }
.disk-mid{background-color: rgba(247,253,255,1);padding: 10px 0; overflow: hidden}
.disk-mid-top{ margin: 0 0 15px;}
.disk-mid-btm{}
.disk-mid-btm>*{ width: 50%; float: left;}
.disk-btm{ padding: 10px 5px;}
.ig-pct,.disk-mid-btmitem span{font-weight: bold}

.dc-lastupdate{float: left; width: calc(100% - 260px);box-shadow:0 0 5px 1px #eeeeee; border-radius: 4px; background-color: #FFFFFF;    box-shadow: 0 2px 2px rgba(136,157,175,.1), 0 0 2px rgba(136,157,175,.1);}
.dc-con-ti{ height: 30px}
.dc-newreport-wrapout{height: 330px;border-radius: 4px; padding: 10px;background-color: #ffffff}
.dc-newreport-wrap{overflow: hidden;}
.dc-recommend{ float: right;box-shadow:0 0 5px 1px #eeeeee;  border-radius: 4px;    overflow: hidden; background: #FFFFFF; position: absolute; right: 0; top: 0; width: 240px; height: 100%;}
.dc-recommend .dc-con-panel-ti,.dc-lastupdate .dc-con-panel-ti{ padding: 0 10px}
.dc-recommend-panel{  }
.dc-recommend-panel a{ display: block;height: 165px; width: 100%;}
.dc-recommend-panel img{display: block; width:100%; height: 100%;opacity: 0.95;    max-width: none;
    transform: translate(-50%,0);-webkit-transform: translate(-50%,0);-moz-transform: translate(-50%,0);
    left: 50%;
    position: relative; }
.dc-recommend-panel img:hover{opacity: 1}
.dc-newreport-box {
    position: relative;padding: 0 10px;
    margin: 0 -20px 0 0;overflow-x: hidden; overflow-y: scroll;
    height: 300px;
}

.dc-newreport-box li {
    float: left;
    width: 50%;

    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: -6px;
    top: 17px;
    border: 3px solid #dbe1ea;
    background-color: #ffffff;
    /*box-shadow: 0 0 5px 0 #dbe1ea;*/
}

.dc-newreport-box li a {
    display: block;
    padding: 10px 10px 10px 15px;
    line-height: 26px;
    height: 90px;
    color: #575f72;
    border-left: 1px solid #f2f2f2
}

.dc-newreport-box li a span {
}

.dc-newreport-box li a:hover,.dc-newreport-box li a:hover .dc-newreport-date {
    color: #d94347
}

.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;

}

.toujizhishu li {
    width: 100%;
    height: 40px;padding: 5px;
    margin: 5px 0;
    float: left;
}
.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;    border-radius: 15px ;   overflow: hidden;
}
.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;}
.toujizhishu li.average:hover .sell-data,.average .sell-data{background-color: rgba(18, 152, 1, 1);}
.toujizhishu li.average:hover .buy-data,.average .buy-data{background-color: rgba(228, 52, 27, 1);}
.ssi_waterlogo{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 280px;
    z-index: 10;
    transform: translate( -50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
}

/*投机情绪悬浮*/

.slide-box{    margin: 30px 0 0;}
.slide-ul{ margin: 0 -20px}
.slide-ul li{width: 33.333%; float: left}
.sorts-item{ }
.sorts-itembor{min-height: 350px; width: calc(100% - 40px); margin:10px 20px 40px;
    background-color: #ffffff; border: 1px solid #EEEEEE;padding-bottom: 20px;border-radius: 4px;
    box-shadow: 0 2px 2px rgba(136,157,175,.1), 0 0 2px rgba(136,157,175,.1); }
.sorts-itembor:hover{box-shadow: 0 2px 10px rgba(136,157,175,.7);transform: scale(1.05);transition: all 200ms linear }
.sorts-item h3{
    font-size: 22px;
    color: #2d3f70;
    line-height: 60px;
    font-weight: bold;
    text-align: center;
    background-color: #f1fbff;
    margin: 30px 0 0;
}

.sorts-itembor:after{
    content: ' ';
    display: block;
    clear: both;

}
.sorts-in{ padding: 20px; /*height: 340px*/}
.sorts-in h4{font-size: 14px;color: #2a4072; font-weight: bold;margin: 0 0 5px}
.sorts-list{  position: relative;   padding: 0 0 3px;border-bottom: 1px solid rgba(176,181,186,0.3);margin: 0 0 10px; color: #636463}
.sorts-list:after{content:"."; display:block;height:0;clear:both;visibility:hidden;}
.sorts-list span{display: inline-block; float: left; margin: 0 20px 5px 0 }
.sorts-list .icon-new{color: #de4445;    padding: 0 0 0 2px;    font-size: 23px; vertical-align: middle;}
.sorts-ele-detail span{ display: block;width: 100%}
.sorts-list a{display: block}
/*.sorts-list a:hover{color:#55647e;cursor: pointer}*/
.sorts-ele{ margin: 0 10px 5px 0; float: left}
.sorts-ele:hover,.sorts-ele-detail a:hover{color:#51a2fa;cursor: pointer }
.sorts-ele-detail{display: none; position: absolute;z-index: 9; left: 0; top: 24px;
width: 100%; background-color:#eff1f7;padding: 10px;border:1px solid #d2d7e6}
.sorts-ele-dropdown{display: none; position: absolute; left: 50%; top: -10px; transform: translate(-50%,0);-webkit-transform: translate(-50%,0);-moz-transform: translate(-50%,0); height:0; width:0;
    border-width: 0 10px 10px 10px; border-color:#EEEEEE transparent ; border-style:solid;}
.sorts-ele-dropdownin{position: absolute; left:0; top: 1px; transform: translate(-50%,0);-webkit-transform: translate(-50%,0);-moz-transform: translate(-50%,0); height:0; width:0;
    border-width: 0 9px 10px 9px; border-color: #fff transparent; border-style:solid;}
.sorts-ele:hover .sorts-ele-detail{display: block}
.sorts-list>span>a{color:#636463;}
.sorts-list>span>a:hover{color:#51a2fa;cursor: pointer }
.sorts-ele-detail a{    color: #55647e;}

.dc-reportNamein {
    color: #375d7f;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    margin: 5px auto 0;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%,0);
    display: inline-block;
}
.correlation-panel .dc-reportNamein{margin: 10px auto 0;}


#txtIntroduce {
    animation: colorChange 1.2s 10 linear;
    -webkit-animation: colorChange 1.2s 10 linear;
    -moz-animation: colorChange 1.2s 10 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);
    }
}

table#worldBanks{ background-color: #ffffff}
table#worldBanks th{background-color: #dbe5f5;padding: 6px 2px}
#worldBanks.market_page > tbody > tr:hover {
    background: #e2e9f5;

}
#worldBanks.market_page > tbody > tr > td{padding: 6px 2px}
#worldBanks.market_page > tbody > tr > td a{font-weight: bold;color: #6986c7}
#worldBanks.market_page > tbody > tr > td a:hover{text-decoration: underline}
#world_banksView{padding-top: 10px; min-height: 350px;}

.dc-con-panel-tabs-content{
       min-height: 350px;
    padding: 10px;
    border-radius: 4px;
    background-color: rgba(255,255,255,0.9);
    box-shadow: 0 2px 2px rgba(136,157,175,.1), 0 0 2px rgba(136,157,175,.1);
}

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

}
.bitcoin_current .market_page_h {
    color: #6b8eb3;
    opacity: 1!important;
}

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

.bitcoin_current .market_page_h th {

    padding: 8px 2px;
    border: none;
    background-color:rgb(224, 237, 249);
    color: #6b8eb3;
}
.bitcoin_current .market_page_body tr{background-color: #ffffff;}
.bitcoin_current .market_page_body tr:nth-child(2n+1) {
    background-color: #f8f9fa;
}

.bitcoin_current .market_page_body tr:hover {
    background-color: #e6eff9;
}

.bitcoin_current .market_page_body td {
    padding: 8px 2px;
    font-size: 14px;
    border-bottom:none;
    color: #6b8eb3;
}

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

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

.bitcoin_current th:nth-child(3), .bitcoin_current td:nth-child(3) {
    width:auto
}
.datacenterChart .red i{color: #fc2e2e !important}
.datacenterChart .green i{color:#47bd4a !important}
/*报告说明弹框*/
.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: 50%;
    top: 50px;
    bottom: 50px;
    width: 900px;
    transform: translate(-50%,0);-webkit-transform: translate(-50%,0);-moz-transform: translate(-50%,0);
    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: 50%;
    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: 300px;
    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
}


.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{
    color: #5a6fa1;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    width: calc(100% - 45px);
    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);
    /*top: 80px !important;*/
}
/*报告说明弹框*/


.marketHead_box_clone {
top: 50px;
}

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

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

.ex-model{ width: 1200px; margin: 15px auto ;    /*border-bottom: 1px solid #aaadbb;*/}
.ex-modelin{ /*width: 108px;*/height: 26px;margin: 10px 0 0}
.model-item{ float: left;cursor: pointer;position: relative; line-height: 20px;
    text-align: center; padding: 3px 12px;    border-left: 1px solid #eff2f9;
    background-color:#dbe1ef;color:#858fa2}
.model-item:first-child{border-radius: 3px 0 0 3px;}
.model-item:last-child{border-radius: 0 3px 3px 0;}
.model-item.act{
    background-color:#4657b3;
    color:#FFFFFF;

}
.dc-nav_banner_span{ position: relative}
.model-item .icon-new,.dc-nav_banner_span .icon-new{
    position: absolute;
    right: -30px;
    top: -8px;
    width: 30px;
    font-size: 24px;
    line-height: 16px;
    color: #de4445;
}



/*others*/



.J_more_wh_ssiBrokers.hide{
    display: none;
}


.history-wrap{
    width: 250px !important;
}
.history-date{
    text-align: right;
    padding: 4px 10px;
    box-sizing: border-box;
}
/*.sorts-item,.sorts-itembor{*/
    /*min-height: 500px;*/
/*}*/
.sorts-list-more{

    background: url('//cdn2.jin10.com/dc/img/more_info.png?v=0804') no-repeat;
    width: 200px;
    height:200px ;
    background-size: 100% auto;
    margin: 60px auto 0;

}

.sorts-list-more-info{

    font-size: 35px;
    line-height: 35px;
    text-align: center;
    color: #c3c8d0;
    margin-top: 30px;
}
.sorts-list-more-info-txt{
    font-size: 14px;
    text-align: center;
    color: #c3c8d0;
}



.history-empty{

    background: url('//cdn2.jin10.com/dc/img/history_empty.png') no-repeat;
    height: 160px;
    width: 100%;
    background-size: 150px 160px;
    border-bottom: 0px solid transparent !important;
    background-position: center center;
}

.history-title{

    border-bottom: 1px solid #eee !important;
    font-size: 18px;
}

.history-item{
    padding: 5px 0 0 8px ;
}
.history-date-yyyymmdd{
    padding:  10px 0px 10px 0px !important;    font-weight: bold;
}
.history-empty-item{

}
.history-empty-item .sorts-list-more-info-txt{
    margin-top: 10px;
}

.history-empty-item .sorts-list-more-info{
    font-size: 24px;
    margin-top: 20px;
    line-height: 24px;
}


.report-level {
    position: relative;
    width: 30px;
    margin-right: 5px;
    float: left;
    height: 5px;
}

.report-level-bg ,.report-level-content{

    position: absolute;
    left: 0px;
    top: 0px;
    margin: 0px 2px;
}
.report-level-bg{
    z-index: 9;
}
.report-level-content{
    z-index: 10;
}
.report-level-bg ul,.report-level-content ul {
    margin: 0 auto;
    padding: 0px;
    display: inline-block;
    list-style: none;


}

.report-level-bg ul li {

    background-color: #d8d9dc;
}
.report-level-content ul li {

}

.report-level-content ul.level1 li,.report-level-content ul.level2 li,.report-level-content ul.level3 li{
    background-color: #fca529;
}

.report-level-content ul.level4 li,.report-level-content ul.level5 li{
    background-color: #ea0b1e;
}
.report-level-bg ul li,.report-level-content ul li {

    width: 3px;
    height: 8px;
    margin: 0px 2px 0px 0px !important;
    border-bottom:1px solid transparent !important;
    float: left;
    padding: 0px !important;



}
.report-level-content ul li:hover{
  border: 1px solid transparent !important;
  cursor: default;
}
.search-listcon{
    font-size: 12px;
}


.realtime-table{
    width: 250px;
}
.realtime-table td{
    border:0px solid #ccc;
}


#dc-pop-in-intro{
    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%);
}



#jinPriceWallFilter{
    position: absolute;
    left: 30px;
    right: 30px;
    top: 0px;
    min-height: 300px;
    z-index: 300;
    background: #fff;
    box-shadow: 0 2px 2px rgba(136,157,175,.1), 0 0 2px rgba(136,157,175,.1);
    border-radius: 3px;
    border:1px solid #dbdbdb;
}
#jinPriceWallFilter .market_more-dropdown{
    display: block !important;
}

#jinPriceWallFilter .jinPriceWallFilter-content{
    height: 260px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.jinPriceWallFilter-item-title{
    clear: both;
    width: 100% !important;
}

#J-dc-pop .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;
    transform: translate(0%,0);
    width: auto;
}

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

}


.cm-show{

    position: relative !important;
    display: block !important;
    left: 0px !important;
    top: 0px !important;
}
.cm-hide{
    position: absolute !important;
    left: -999999px;
    top: -999999px;
    display: block !important;
    visibility: hidden;
}


.disk-box {
    padding-bottom: 0px!important;
}

.disk-box  .ssiBrokers-item{
    margin: 10px;
    width: calc(16.6% - 20px);
    float: left;
    overflow: hidden;
    border-radius: 3px;
    /* border: 1px solid #ebeef5; */
    box-shadow: 0 2px 2px rgba(136,157,175,.1), 0 0 2px rgba(136,157,175,.1);
    height: auto;
}


.disk-box  .ssiBrokers-item:hover{
    box-shadow: 0 0 10px 2px rgba(0,0,0,0.1);
}
.disk-box  .slick-arrow{
    top: 50% !important;
}

.disk-box  .slick-prev{
    left: 13px;
}
.disk-box  .slick-next{
    right: 10px;
}

.mex-modelhistory{
    display: none;
    float: right;
    height: 26px;
    border-radius: 3px;
    overflow: hidden;
    margin: 5px 0 0;
    width: calc( 100% - 110px);

}

.mex-modelhistory ul{margin: 0 auto;padding: 0px;}
.mex-modelhistory ul li{
    float: left;font-size: 14px;
}
.mex-modelhistory ul li a{ color:#575961}
.mex-modelhistory ul li a:hover{color:#d94347}
.history-item-titlev2{ font-weight: bold}
.ex-modelin{
    float: left;

}
/*others*/



@media only screen and (max-width: 900px) {

    .dc-header-in a i.icon-liebiao{
        display: none;
    }
    .dc-header-in a i.icon-ic_unfold{
        display: block;

    }
    .dc-search_box{ width: 180px}
    .search-list{position: fixed; width: 100%;height:calc(100% - 36px);padding:10px;top:36px; left: 0; right:0; }
    .search-listcon{ height: 100%;margin: 0;}
    .dc-loginbox{display: none}
    .dc-header{ height:36px;    z-index: 999999;}
    .dc-header-in, .dc-con {
        width: 100%;
        max-width: 900px;
    }
    .dc-con {
        margin: 0 auto;    padding: 0;position: relative;z-index: 99;
    }
    .dc-sidebar_logo {
        width: 120px;
        height: 20px;
        margin: 8px 0 0 5px;
        background: url(../img/datacenterLogo.png) left center no-repeat;
        background-size: 110px auto;
    }
    .dc-nav_banner li:first-child{display: none}
    .dc-nav_banner li a {
        transition: all 120ms linear;
        -webkit-transition: all 120ms linear;
        -moz-transition: all 120ms linear;
        display: inline-block;
        text-align: center;
        width: auto;
        padding: 0 5px;
        margin: 12px 0 0;
        line-height: 12px;
        height: 12px;
        border-right: 1px solid #eee;
    }
    .dc-nav_banner li:last-child a{border-right: none}
    .dc-nav_banner{width: 100%; float: none;display: none}
    .dc-nav_banner ul{
        left: 0;
        right: 0;
        top: 36px;
        margin: 0;
        width: 100%;
        height: 36px;
        background-color: #afb7e2;}
    .nav_banner-btn{cursor: pointer;width: 40px;    float: right; text-align: center; height: 36px; line-height: 38px; display: block}
    .dc-search_box{width: 120px; height: 22px;margin: 7px 10px 0 0;}
    .dc-search_box .dc-input{ font-size: 12px;
        height: 22px;
        padding: 0 8px;
        float: left;}
    .dc-search_btn{ height: 22px;}
    .dc-search_btn .dc-btn{ line-height: 22px}
    .dc-login{ display: none}
    .disk-box {
        margin: 0 -5px;
        height: 150px;
    }
    .disk-box li {
        margin: 3px;
        width: calc(50% - 6px);
    }
    .disk-mid{ padding: 10px 0}
    #whData{
        height: 150px;
    }
    #whData.auto{
        height: auto;
    }
    #igData{
        height:194px;
    }
    #igData.auto{
        height: auto;
    }
    .dc-lastupdate {
        width: 100%;
        margin: 0 0 50px;
        box-shadow:none;
        background-color: transparent;
    }
    .dc-recommend{
        float: left;
        width: 100%;
        position: relative;
        margin: 0 0 20px;
        box-shadow:none;
        background-color: transparent;
    }
    .dc-recommend-panel{ float: left; width: 50%;overflow: hidden;}
    .dc-recommend-panel img{ width: 100%;max-width: 100%;}
    .dc-recommend-panel a{ height: auto}
    .dc-newreport-box li{width: 100%;}
    .dc-newreport-box li a {
        display: block;
        padding: 10px 8px;
        line-height: 1.3;
        height:90px;
    }
    .dc-con-panel{ padding:  0 10px}
    .opt-box{
        display: none;
     margin: -2px 0 0;padding: 10px;    width: 100%;background-color: #fafbff;border-bottom: 1px solid #dae1ff;
     }
    .opt-item{ padding: 0 10px;float: none;text-align: left }
    .opt-item.act{ background-color: transparent;    color: #575f72;}

    .dc-newreport-date {
        word-break: normal;
        word-wrap: normal;
        white-space: nowrap;
    }
    .dc-recommend .dc-con-panel-ti, .dc-lastupdate .dc-con-panel-ti{ padding: 0}
    .tabCharts{ min-height: 250px;display: block;}

    .jin-pricewall_box{
        left: 0px !important;
    }
    .J_pricewall_list_item{
        width: calc( 50% - 6px) !important;
        margin-right: 10px ;
    }
    .jin-pricewall_list-item_b, .jin-pricewall_list-item_f{word-break: break-all; font-size: 14px!important;}
    .jin-pricewall_list-item_name{text-overflow: ellipsis;overflow: hidden;white-space: nowrap}
    .slide-ul {
        margin: 0;
    }
    .slide-ul li{
        width: 100%;
        padding: 0px 10px;
        margin: 0;}
    .sorts-item{ margin:  0 0 10px;}
    .sorts-in {
             padding: 10px;
         }
    .sorts-itembor{ margin: 0 auto;width: 100%;}
    .mobile-item{display: block;    width: 90px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap; }
    .more-dropdown.mobile-item{ width: 20px;}
    .dc-pop-in {
        width: 90%;
     }
    .marketHead_box_clone {
        top: 36px;
    }
    .btHistory-panel {
        z-index: 999999;
    }

    .market_checkinput_pricewall_li{
        width: 100% !important;
    }
    .markettable_box{
        position: relative;
        width: 100%;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }
    .markettable_boxin{
        width: 800px;
    }
    .bitcoin_current .market_page_body{
      table-layout: fixed;
    }
    .bitcoin_current .market_page_body td{
      border-collapse: collapse;word-break: break-all;font-size: 12px;
    }
    .bitcoin_current th:nth-child(2), .bitcoin_current td:nth-child(2) {
        width: auto;
    }

    .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 th:nth-child(2),.bitcoin_current th:nth-child(4){display: none}*/

    .ex-model{ width: 100%}
    .ex-modelin{  margin: 10px 10px 0;}



.ssiBrokers-opt-box{

    height: auto !important;
}
.J_more_wh_ssiBrokers{
    display: none;
}
.J_more_wh_ssiBrokers{
    display: none;
}

.history-item-titlev2{/*display: none;*/}


    .mex-modelhistory{float: none; width: 100%}

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

    .shark-fx-left {
        width: 80px;
    }
    .shark-fx-right {
        width: calc(100% - 85px);
    }

    #J-dc-pop-intro .pop-contentTi{ line-height: 30px;padding: 10px ;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}

    .dc-reportNamein{ width: 90%}
}


.more-dc-btn-showHistory a{
        padding: 3px 8px !important;
        font-size: 13px;
}

.cm-sort{
    display: inline-block;
        
        height: 100%;
        width: 15px;
        vertical-align: middle;
        margin-left: 3px;
}
.cm-sort-up{
width:10px;height:10px;border-right: 5px solid transparent; border-bottom: 5px solid #ccc; border-left: 5px solid transparent;
display: block;
vertical-align: middle;
}
.cm-sort-up:hover{
 border-bottom: 5px solid #555;
 cursor: pointer;
}
.cm-sort-down:hover{
border-top: 5px solid #555;
cursor: pointer;
}
.cm-sort-up.active{
    border-bottom: 5px solid #777; 
}
.cm-sort-down.active{
    border-top: 5px solid #777; 
}
.cm-sort-down{
width:10px;height:10px;border-top: 5px solid #ccc;border-right: 5px solid transparent;border-left: 5px solid transparent;
display: block;
margin-top: 2px;
vertical-align: middle;
}

.dataSlide-newPrice{
	padding:5px 0;
	position: relative;
	width: 100%;
	text-align: center;
}
.dataSlide-newPrice p{
	font-size: 12px;
}
.dataSlide-newPrice p span{
	margin: 0 4px;
	display: inline-block;
	font-size: 14px;
}
.dataSlide-newPrice p em{
	display: inline-block;
	font-style: normal;
	font-size: 20px;
	vertical-align: middle;
}


.dataSlide-newPrice a{
	margin: 0 auto;
	display: block;
	width: 110px;
	height: 28px;
	line-height: 26px;
	font-size: 14px;
	color: #fff;
	background:#ff7e00;
	text-align: center;
	border: 1px solid #ff7e00;
	border-radius: 0.2rem;
	overflow: hidden; ; 
}
.dataSlide-newPrice a:focus,
.dataSlide-newPrice a:hover{
	color: #fff;
	background: #036;
	border-color: #036;
}





