html{
    width: 100%;
}
body {
    background-color: #fff;
    font-family: "Helvetica Neue For Number", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 100%;
}

.title-item {
    width: 100%;
    height: 28px;
    line-height: 28px;
    background-color: #001525;
}

.title-content {
    width: 1050px;
    margin: 0 auto;
}

.rate-red-cell {
    display: inline-block;
    height: 17px;
    line-height: 17px;
    border: 1px solid #e70012;
    border-radius: 5px;
}

.rate-white-cell {
    display: inline-block;
    height: 17px;
    line-height: 17px;
    border: 1px solid #ffffff;
    border-radius: 5px;
}

.rate-green-cell {
    display: inline-block;
    height: 17px;
    line-height: 17px;
    border: 1px solid #39B3A8;
    border-radius: 5px;
    color: #39B3A8;
}

.header {
    width: 1074px;
    margin: 0 auto 10px;
}

.search-cell {
    background-color: #fff;
    width: 277px;
    height: 30px;
    line-height: 30px;
}

.header p {
    height: 32px;
    line-height: 32px;
}

input {
    border: none;
    outline: none;
}

.search-cell {
    border: 1px solid #C1C1C1;
    position: relative;
    border-radius: 2px;
}

.search-cell input {
    width: 240px;
    margin-left: 33px;
}

.icon-search {
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url(../images/icon-search.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 10px;
    top: 7px;
}

.content {
    width: 1074px;
    margin: 0 auto;
}

.left-side {
    width: 198px;
    background-color: #FAFAFA;
    border: 1px solid #C1C1C1;
    padding-bottom: 25px;
}
.blue-title{
    padding: 12px 0 12px 20px;
    background-color: #084372;
    font-size: 20px;

}
.left-side li {
    position: relative;
    cursor: pointer;
}

.right-side {
    width: 854px;
}

.icon {
    display: inline-block;
    width: 20px;
    height: 20px;
}

.icon-hs {
    background: url(../images/icon-hs.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 10px;
    position: relative;
    top: 3px;
}

.icon-new {
    background: url(../images/icon-new.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 10px;
    position: relative;
    top: 3px;
}

.icon-hk {
    background: url(../images/icon-hk.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 10px;
    position: relative;
    top: 3px;
}

.icon-us {
    background: url(../images/icon-us.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 10px;
    position: relative;
    top: 3px;
}

.icon-qh {
    background: url(../images/icon-qh.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 10px;
    position: relative;
    top: 3px;
}

.icon-arrow {
    display: block;
    width: 6px;
    height: 10px;
    background: url(../images/icon-arrow.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 14px;
}

.icon-main{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/icon-main.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 10px;
    position: relative;
    top: 3px;
}
.left-nav {
    height: 36px;
    line-height: 36px;
}

.large-cell {
    width: 236px;
    padding: 10px 20px;
    border: 1px solid #C1C1C1;
}

.rate-item {
    height: 22px;
    line-height: 22px;
}

.tendencyImg {
    width: 238px;
}

.right-side h1 {
    border-bottom: 2px solid #D1D1D1;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
}

.right-side h1 span {
    display: inline-block;
    width: 80px;
    height: 50px;
    line-height: 50px;
    border-bottom: 2px solid #E03F00;
}

.list-cell {
    width: 276px;
    border: 1px solid #C1C1C1;
}

.title-cell {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    border-bottom: 1px solid #C1C1C1;
}

.title-cell span:last-child {
    cursor: pointer;
}

.right-side table {
    width: 100%;
    text-align: left;
}

.data-item {
    height: 25px;
    line-height: 25px;
}

.word-hide {
    width: 85px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}

.nav-item {
    background-color: #F2F0EF;
}

.nav-item li {
    height: 40px;
    line-height: 40px;
    min-width: 52px;
    text-align: center;
    cursor: pointer;
}

.nav-active {
    color: #E03F00;
}

.news-item {
    width: 812px;
    height: 175px;
    padding: 20px;
    border: 1px solid #C1C1C1;
}

.news-item h5 {
    width: 600px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}

.left-nav-active {
    background-color: #FFE7DE;
    color: #E03F00;
    position: relative;
}

.left-nav-active:before {
    display: inline-block;
    content: " ";
    width: 2px;
    height: 100%;
    background-color: #E03F00;
    position: absolute;
    left: 0;
    top: 0;
}

.catalog-item {
    min-width: 158px;
    position: absolute;
    right: -160px;
    top: 0;
    background-color: #fff;
    border: 1px solid #C1C1C1;
    padding: 12px 0;
    z-index:9999;
}

.catalog-item table {
    width: 100%;
}

.catalog-item table tr {
    height: 36px;
    line-height: 36px;
}

.catalog-item td {
    padding-left: 30px;
}


/*小页面*/

.smallBlock {
    width: 300px;
    background-color: #fff;
}

.smallHeader {
    width: 100%;
    height: 24px;
}

.tabNav li {
    display: inline-block;
    min-width: 70px;
    max-width: 100px;
    height: 22px;
    line-height: 22px;
    text-align: center;
}

.tabNav .active {
    color: #fff;
    background-color: #ff4800;
    border-radius: 5px;
}

.tabBlock table {
    width: 100%;
    background-color: #fff;
}

.tabBlock tr {
    height: 26px;
}

.tabBlock th {
    color: #fff;
    background-color: #ff4800;
}
.tabBlock tr:nth-child(odd){
    height: 35px;
}
.tabBlock tr:nth-child(even) {
    background-color: #ffe7de;
}

.tabBlock div {
    width: 65px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.tabBlock span {
    display: block;
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}

.downMenu{
    display: inline-block;
    width: 213px;
    border: 1px solid #d9d9d9;
    outline: none;
    height: 23px;
    line-height: 23px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-left: 20px;
    background: url(../images/icon-triangle.png) no-repeat scroll right 0 transparent;
    background-size: 20px 22px;
}
.btn-orange{
    display: inline-block;
    min-width: 50px;
    height: 23px;
    line-height: 23px;
    color: #fff;
    background-color:#ff4800 ;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
}
.font-title{
    width: 120px;
    height: 20px;
    margin:7px auto 6px ;
}
.red-title{
    width: 100%;
    height: 22px;
    line-height: 22px;
    color: #ffcb9d;
    text-align: center;
    font-size: 16px;
    background-color:#c6002a;
    font-weight: bold;
}
.deal-tabNav li{
    width: 100px;
    height: 34px;
    line-height: 34px;
    background-color:#f2f2f2;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}
.deal-tabNav .active{
    color:#c6002a;
    border-bottom: 2px solid #c6002a;
}
.deal-tabBlock table{
    width: 100%;
    background-color: #fff;
}
.deal-tabBlock td{
    border-bottom:1px solid #cbcbcb;
    padding:9px 0 ;
    height: 42px;
}
.deal-tabBlock div{
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.more-info{
    display: block;
    width: 100%;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #9d9d9d;
    background-color: #f2f2f2;
}
.smallTable{
    /*min-height: 300px;*/
}
.smallTable table{
    width: 100%;
    background-color: #fff;
}
.smallTable th{
    height: 36px;
    background-color: #f2f2f2;
}
.smallTable td{
    height: 31px;
    border-bottom:1px solid #cbcbcb;
}
.smallTable div{
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.calculator-cell{
    width: 160px;
    height: 20px;
    border:1px solid #b9b9b9;
    padding: 0 5px;
}
.calculator-btn{
    display: inline-block;
    width: 72px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    background-color:#ff5709;
    font-size: 14px;
    font-family: simsun;
}
.SimSunFont{
    font-family: simsun;
    color: #949494;
}
.calculator-dropMenu{
    width: 172px;
    height: 24px;
    border:1px solid #b9b9b9;
    padding: 0 5px;
    margin-right: 27px;
    outline: none;
}
.result-item{
    width: 165px;
    height: 25px;
    line-height: 25px;
    border-bottom:1px solid #b9b9b9;
    position: relative;
    bottom: 3px;
}
.result-input{
    width: 75px;
    margin-left: 20px;
}
.newStock-block{
    width: 1180px;
    margin: 0 auto;
}
.newStock-title{
    height: 50px;
    line-height: 50px;
}
.gary-border{
    width: 835px;
    height: 2px;
    background-color: #b8b8b8;
    margin-top: 40px;
    margin-left: 30px;
}
.newStock-table{
    width: 100%;
    color: #353535;
}
.newStock-table th{
    height: 76px;
    background-color: #e0ddd5;
}
.newStock-table tr:nth-child(even) {
    background-color: #fbf9f5;
}
.newStock-table td{
    height: 43px;
}
.newStock-table div{
    width: 83px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.today-active{
    position: relative;
    border-bottom: 2px solid #c6002a;
}
.todayLabel{
    position: absolute;
    width: 35px;
    text-align: center;
    top: 12px;
    left: 5px;
    height: 18px;
    line-height: 18px;
}
.todayTip{
    width: 100%;
}
.todayTip th{
    height: 84px;
    background-color: #f2f2f2;
}

.todayTip td{
    border-bottom: 1px solid #efefef;
}
.am-ft-Dred{
    color: #c6002a;
}
.redBlock{
    background-color:#c6002a;
    color: #fff;
}
.newStock-cell{
    padding:5px;
    width: 45px;
    text-align-last: justify;
    -moz-text-align-last: justify;
    -ms-text-align-last: justify;
    position: absolute;
    left: 0;
    top: 0;
}
.newStock-info{
    min-height: 30px;
    line-height: 30px;
}

ul.barSearch-list{
    font-size: 14px;
    position: absolute;
    top: 31px;
    left: 0;
    height: auto;
    width: 278px;
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #e4e4e4;
    border-radius:  0 2px 2px 0;
    z-index: 999;
}
ul.barSearch-list>.search-list-item{
    height: 32px;
    line-height: 32px;
    width: 100%;
    display: block;
}
ul.barSearch-list>.search-list-item>a{
    color: inherit;
    display: inline-block;
    height: 100%;
    width: 100%;
}
ul.barSearch-list>.search-list-item:hover{
    background-color: #f6f6f6;
}
ul.barSearch-list>.search-list-item .stock-code{
    display: inline-block;
    width:80px;
    padding: 0 0 0 6px;
}
ul.barSearch-list>.search-list-item .stock-name{
    display: inline-block;
    width:140px;
}
ul.barSearch-list>.search-list-item .stock-py{
    display: inline-block;
    width: 55px;
    text-align: right;
}

.barSearch-list .trCls{background-color:#f6f6f6;}

.barSearch-list:hover .trCls{background-color:#fff}

.btn-group{
    text-align: center;
    margin-top: 15px;
}
.btn-group li{
    display: inline-block;
}
.btn-group li .active{
    background-color:#E03F00;
    border: 1px solid #E03F00;
    color: #fff;
}
.btn-group li .disabled{
    color: #C1C1C1;
}
.btnStyle{
    display:block;
    box-sizing: border-box;
    background-color: #F5F5F5;
    height: 24px;
    line-height: 24px;
    text-align: center;
    margin-right: 2px;
    border: 1px solid #F2F0EF;
    color: #5A5A5A;
    font-size: 12px;
    min-width: 30px;
}
/*19881htx 沪深板块*/
.container_trade{
    width: 1072px;
    margin: 0 auto;
    background-color: #f5f5f5;
}
.trade_plate{
    position: absolute;
    margin-left: 20px;
    font-size: 14px;
    color: #2B2B2B;
}
.trade_items{
    margin-left: 88px;
    min-height: 68px;
    height: 68px;
    overflow: hidden;
}
.trade_items.trade-height{
    height: auto;
    overflow: visible;
}
.trade_items li{
    float: left;
    min-width: 28px;
    margin: 0 10px 15px 10px;
    font-size: 14px;
    color: #585858;
    cursor: pointer;
}
.trade_all{
    background: #FF4800;
    border-radius: 3px;
    color: #fff !important;
    padding: 0 10px;
    margin-right: 0 !important;
}
.plate_number{
    font-size: 13px;
    color: #585858;
    padding: 15px 20px;
}
.plate_title{
    border:1px solid #C1C1C1;
}
.plate_news{
    border:1px solid #C1C1C1;
}
.plate_more{
    position: relative;
    width: 45px;
    margin: 0 auto;
    margin-bottom: 15px;
    color: #5C9FF7;
    cursor: pointer;
}
.plate_hide{
    position: relative;
    width: 45px;
    margin: 0 auto;
    margin-bottom: 15px;
    color: #5C9FF7;
    cursor: pointer;
}
.plate_more:before{
    content: " ";
    display: inline-block;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    height: 8px;
    width: 8px;
    border-width: 1px 1px 0 0;
    border-color: #5C9FF7;
    border-style: solid;
    position: relative;
    top: 3px;
    position: absolute;
    right: 0;
}
.plate_hide:before{
    content: " ";
    display: inline-block;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    height: 8px;
    width: 8px;
    border-width: 0px 1px 1px 0px;
    border-color: #5C9FF7;
    border-style: solid;
    position: relative;
    top: 8px;
    position: absolute;
    right: 0;
}
/*18.3.23yangmj  港股行情模块*/
.container{
    width: 1072px;
    margin: 0 auto;
    border: 1px solid #C1C1C1;
    background-color: #fff;
}
.subpage-title{
    border-bottom: 1px solid #C1C1C1;
    color: #585858;
}
.subpage-title li{
    display: block;
    width: 130px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: relative;
    cursor: pointer;
}
.i-active{
    position: absolute;
    z-index: 2;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 49px;
    border-top: 2px solid #E03F00;
    border-left: 1px solid #C1C1C1;
    border-right: 1px solid #C1C1C1;
    border-bottom: 1px solid #fff;
}
.rank-title li{
    width: 82px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
}
.r-border:after{
    content: " ";
    width: 1px;
    height: 100%;
    transform: scale(0.3);
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    background-color: #D1D1D1;
    position: absolute;
    right: 0;
    top: 0;
}
.rank-title .active{
    color:#5C9FF7;
}
.subpageTable{
    width: 100%;
    font-size: 13px;
}
.subpageTable table{
    width: 100%;
    /*table-layout: fixed;*/
}
.subpageTable th{
    height: 40px;
    background-color:#F5F5F5;
}
.subpageTable td{
    height: 50px;
    border-top: 1px solid #fff;
}
.stock-down{
    background-color: rgba(1,180,141,0.05);
}
.stock-down:hover{
    background-color: rgba(1,180,141,0.08);
}
.stock-up{
    background-color: rgba(231,0,18,0.05);
}
.stock-up:hover{
    background-color: rgba(231,0,18,0.08);
}
.hidden-td{
    width: 105px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.stock-down td:first-child:before{
    content: " ";
    width: 3px;
    height: 100%;
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    background-color: #01B48D;
    position: absolute;
    left: 0;
    top:0px;
}
.stock-up td:first-child:before{
    content: " ";
    width: 3px;
    height: 100%;
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    background-color: #E70012;
    position: absolute;
    left: 0;
    top:0px;
}
.bgd-gary{
    background-color: #f5f5f5;
    width: 100%;
    min-height: 100%;
}
.tip-word{
    display: inline-block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    background-color:#585858;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
}
.tip-word.active{
    background-color:#E03F00;
}
/*个股详情*/
.individualContainer{
    width: 998px;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #D1D1D1;
}
.individual-title{
    height: 49px;
    line-height: 49px;
    border-bottom: 1px solid #D1D1D1;
}
.stock-item-red{
    color: #E70012;
}
.stock-item-green{
    color: #297F78;
}.stock-item{
     margin-top:15px ;
     min-width: 200px;
     text-align: center;
     padding-right: 20px;
 }
.stock-item h1{
    font-size: 50px;
    font-weight: bold;
    position: relative;
}
.icon-upOrDown{
    display: block;
    width: 24px;
    height: 37px;
    position: absolute;
    top: 16px;
    right: -35px;
}
.icon-up{
    background: url(../images/icon-up.png) no-repeat;
    background-size: 24px 37px;
}
.icon-down{
    background: url(../images/icon-down.png) no-repeat;
    background-size: 24px 37px;
}
.stock-info{
    width: 620px;
}
.stock-info li{
    width: 150px;
    float: left;
    margin-top: 12px;
}
.bk-choose.expanded {
    height: auto;
    overflow: visible;
}
.bk-choose.collapsed {
    height: 35px;
    overflow: hidden;
}
.bk-choose {
    min-height: 35px;
}
.bk-choose {
    position: relative;
    border-top:1px solid #D1D1D1 ;
}
.bk-choose .ic-more {
    position: absolute;
    right: 15px;
    top: 8px;
    margin-left: -18px;
    line-height: 18px;
    cursor: pointer;
    font-size: 12px;
    color: #3489f1;
}
.stock-item03 {
    font-size: 12px;
    padding: 10px 20px;
    line-height: 20px;
}
.con-space {
    padding-left: 20px;
    padding-right: 20px;
    /*height: 25px;*/
    /*overflow: hidden;*/
}
.con-height{
	height: auto;
}
.five-range{
    width: 220px;
    border:1px solid #D1D1D1;
}
.fiveRange-title{
    height: 49px;
    line-height: 49px;
    border-bottom:1px solid #D1D1D1;
}
.fiveRange-title div{
    width: 110px;
    text-align: center;
}
.fiveRange-title .active{
    color: #E03F00;
    border-bottom: 2px solid #E03F00;
}
.fiveRange-table td{
    height: 36px;
}
.fiveRange-table{
    border-bottom: 1px solid #D1D1D1;
}
.fiveRange-table tr:first-child td{
    padding-top: 10px;
}
.fiveRange-table tr:last-child td{
    padding-bottom: 10px;
}
.individual-news{
    width: 938px;
    padding: 20px 30px;
}
.individual-news h5{
    width: 600px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.individual-news a:hover{
    color: #5C9FF7;
}
.companyIntroduction{
    width: 100%;
    border: 1px solid #D1D1D1;
    table-layout: fixed;
}
.companyIntroduction td{
    border-right:1px solid #D1D1D1 ;
    min-height: 60px;
    border-bottom:1px solid #D1D1D1 ;
}
.companyIntroduction td:last-child{
    border-right: none;
}
.companyIntroduction tr:nth-child(even){
    background-color: #FAFAFA;
}
.companyIntroduction tr:last-child td{
    border-bottom: none;
}
.pagination-holder {
    font-size: 12px;
}
.pagination-holder li{
    display: inline-block;
    box-sizing: border-box;
    background-color: #F5F5F5;
    height: 24px;
    line-height: 24px;
    text-align: center;
    margin-right: 8px;
    border: 1px solid #F2F0EF;
    color: #5A5A5A;
    font-size: 14px;
    min-width: 30px;
}
.pagination-holder .active{
    background-color: #E03F00;
    border: 1px solid #E03F00;
    color: #fff;
}
.pagination-holder .pagination {
    float: right;
}
.table-sFinancial{
    width: 310px;
    border: 1px solid #D1D1D1;
    display: inline-block;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}
.table-sFinancial tr td:first-child{
    background-color: #FAFAFA;
    border-bottom: 1px solid #D1D1D1;
}
.table-sFinancial tr td:nth-child(2){
    border-left: 1px solid #D1D1D1;
    border-bottom: 1px solid #D1D1D1;
}
.table-sFinancial tr:last-child td{
    border-bottom:none
}
.bread-crumbs li{
    float: left;
    padding: 0 10px;
    text-align: center;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
}
.bread-crumbs .active{
    border-bottom: 2px solid #5C9FF7;
}
.k-select{
    width: 100px;
    height: 30px;
    padding-left: 15px;
    margin-left: 50px;
}
/*行情中心*/
.marketCenter{
    width: 388px;
    border: 1px solid #d1d1d1;
    padding-top:10px ;
}
.font-center{
    width: 97px;
    height: 25px;
    margin-left: 10px;
}
.centerInput{
    width: 250px;
    height: 28px;
    border:1px solid #d1d1d1;
    border-radius: 3px;
    padding-left: 10px;
}
.input-cell{
    margin-right: 10px;
    position: relative;
}
.query-btn{
    display: block;
    width: 75px;
    text-align: center;
    height: 28px;
    line-height: 28px;
    border:1px solid #d1d1d1;
    font-size: 15px;
    color: #fff;
    background-color: #c6c6c6;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
.query-btn-blue{
    display: block;
    width: 75px;
    text-align: center;
    height: 28px;
    line-height: 28px;
    border:1px solid #d1d1d1;
    font-size: 15px;
    color: #fff;
    background-color: #1783d7;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.icon-glass{
    display: inline-block;
    width: 16px;
    height: 15px;
    background: url(../images/icon-glass.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    top: 2px;
}
.tableTab{
    width: 100%;
}
.tableTab table{
    width: 100%;
    font-size: 14px;
    color: #343f48;
}
.tableTab th{
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    font-weight: normal;
    height: 20px;
    cursor: pointer;
    width: 16.66%;
}
.tableTab th:last-child{
    border-right:none ;
}
.tableTab th.active{
    border: 1px solid #e03f00;
    color: #e03f00;
}
.icon-triangle{
    display: inline-block;
    width: 14px;
    height: 11px;
}
.icon-up-red{
    background: url(../images/up-red.png) no-repeat;
    background-size: 100% 100%;
}
.icon-down-green{
    background: url(../images/down-green.png) no-repeat;
    background-size: 100% 100%;
}
.centerTable{
    width: 100%;
}
.centerTable table{
    width: 100%;
}
.centerTable td{
    height: 34px;
    border-top: 1px solid #d1d1d1;
}
.centerTable th{
    height: 33px;
    background-color: #eee;
    color: #767676;
    font-size: 12px;
}
.centerTable div{
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.data-line{
    height: 33px;
    line-height: 33px;
    cursor: pointer;
}
.data-line span{
    display: inline-block;
    width: 90px;
    text-align: center;
}
.data-line span:first-child{
    width: 103px;
}
/*行情中心右侧*/
.smallBlock .centerInput{
    width: 160px;
    margin-left: 10px;
}
.smallBlock .query-btn{
    width: 65px;
}
.smallBlock .query-btn-blue{
    width: 65px;
}
.tableTab-right{
    width: 273px;
    margin:0 auto;
}
.tableTab-right table{
    width: 100%;
    color: #343f48;
    font-size: 14px;
}
.tableTab-right th{
    border-left: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    font-weight: normal;
    height: 20px;
    cursor: pointer;
    /* width: 33.33%; */
}
.tableTab-right th:last-child{
    border-right: 1px solid #d1d1d1;
}
.tableTab-right th.active{
    border: 1px solid #e03f00;
    color: #e03f00;
}
/*资讯列表页*/
.wrapper{width:1000px;margin:0 auto;}
.tab-newsList li>a{  color:#4a4a4a;  }
.new-scroll{  max-height:450px;  overflow-y:auto;  }

.new-scroll::-webkit-scrollbar-track-piece{
    background-color:#fff;
    -webkit-border-radius:0;
}
.new-scroll::-webkit-scrollbar{
    width:6px;
    height:6px;
}
.new-scroll::-webkit-scrollbar-thumb{
    background-color:rgba(0,0,0,0.1);
    border-radius:5px;
}
.new-scroll::-webkit-scrollbar-thumb:hover{
    background-color:rgba(0,0,0,0.2);
}

.table-capition{height:42px;line-height:42px;border-top:2px solid #d0d0d0;padding:0 30px;}
.table-capition.first{height:48px;line-height:48px;}
.table-capition.first ul{float:left;}
.table-capition .span-plus{display:inline-block;width:48px;height:48px;text-align:center;cursor:pointer;}
.table-capition .span-plus:hover{background-color: #FDFCFC;}
.table-capition .btn{margin-top:3px;}

.ul-stripCapition{margin-left:-30px;font-size:18px;display:inline-block;}
.ul-stripCapition li{float:left;padding:0 30px;cursor:pointer;position:relative;color:#909090;}
.ul-stripCapition li .i-active{display:none;position:absolute;z-index:3;top:-3px;left:0;width:100%;height:48px;border-top:2px solid #E03F00;border-left:1px solid #e0e0e0;border-right:1px solid #e0e0e0;border-bottom:1px solid #fff;}
.ul-stripCapition li .i-activeBuy{border-top-color:#ff4343;}
.ul-stripCapition li .i-activeSell{border-top-color:#00b121;}
.ul-stripCapition li:first-child .i-active{border-left:none;}
.ul-stripCapition li:hover{background-color:#FDFCFC;}
.ul-stripCapition li.active{color:#393939;}
.ul-stripCapition li.active .i-active{display:block;}
.ul-stripCapition li.active:hover{background-color:transparent;}
/*.ul-stripCapition li.active::after{content:"";position:absolute;z-index:3;top:-3px;left:0;width:100%;height:48px;border-top:3px solid #3588f0;border-left:1px solid #e0e0e0;border-right:1px solid #e0e0e0;border-bottom:1px solid #fff;}*/
.ul-stripCapition li:first-child.active::after{border-left:1px solid transparent;}
.ul-stripCapition .li-plus{width:48px;text-align:center;vertical-align:middle;padding:0;}

.current-location{
    line-height:20px;
    padding-bottom:10px;
    padding-left:10px;
}

.tab-newsList .strip{
    border-bottom:1px solid #eaeaea;
}

.tab-newsList .pannel-contain li{
    line-height:40px;
    height:40px;
    padding:0px 30px;
    margin:7px 0;
    font-size:16px;
}
.tab-newsList .pannel-contain ul{
    padding:10px 0;
}
.tab-newsList .pannel-contain li:nth-child(2n+1){
    background-color:#f6f6f6;
}

.tab-newsList .pannel-contain li span{
    float:right;
    color:#a0a0a0;
    font-size:14px;
}

.newsDetails-contain{
    padding:30px 30px 40px 30px;
}
.newsDetails-contain h3{
    padding-bottom:10px;
    font-size: 33px;
}
.summaryNew{
    color:#a0a0a0;
    padding-bottom:20px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 30px;
    padding-bottom: 10px;
    margin-top: 10px;
}

.news-detials{
    line-height:36px;
}

.news-detials p{
    line-height:36px;
    padding-bottom:5px;
}
h3, .h3 {
    font-size: 24px;
}
.finance li{
    height: 34px;
    line-height: 34px;
    width: 121px;
}

#light-pagination{
    cursor: pointer;
    text-align: center;
}

.hide:after{
    display: inline-block;
    content: '';
    border-right: 1px solid #5C9FF7;
    border-top: 1px solid #5C9FF7;
    height: 6px;
    width: 6px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    /*不加这两个属性三角会比上一个略丑, 大家可以试一下*/
    border-left: 2px solid transparent;
    border-bottom: 2px solid transparent;
    position: relative;
    left: 5px;
    top: 2px;
}
.F10_more:after{
    display: inline-block;
    content: '';
    border-right: 1px solid #5C9FF7;
    border-top: 1px solid #5C9FF7;
    height: 6px;
    width: 6px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    border-left: 2px solid transparent;
    border-bottom: 2px solid transparent;
    position: relative;
    left: 5px;
    top: -4px;
}
.newStock-table.morePage th{
    height: 76px;
    background-color: rgba(224,63,0,.08) ;
    font-weight: normal;
}
.newStock-table.morePage tr{
    background-color: #fff;
    border-bottom: 1px solid #F2F0EF;
    cursor: pointer;
}
.newStock-table.morePage tr:first-child:hover {
    color: inherit;
}
.newStock-table.morePage tr:hover {
    color: #E60012;
}
.icon-file{
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/icon-file.png) no-repeat;
    background-size: 100% 100%;
}
.forexTable table{
    width: 100%;
    table-layout: fixed;
    color: #585858 ;
}
.forexTable th{
    height: 40px;
    background-color: #F5F5F5;
    font-weight: normal;
}
.forexTable td{
    height: 45px;
    border-bottom:1px solid #D1D1D1;
}
.newStockContainer{
    width: 958px;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #D1D1D1;
    padding: 20px;
}
.newStockInfo-table{
    border: 1px solid #D1D1D1;
}
.newStockInfo-table table{
    table-layout: fixed;
}
.newStockInfo-table tr:nth-child(even){
    background-color: #FAFAFA;
}
.newStockInfo-table td{
    height: 60px;
    padding: 0 5px 0 20px;
    border-right: 1px solid #D1D1D1;
}
.newStockInfo-table tr td:last-child{
    border-right: none;
    white-space: normal;
    word-break: break-all;
}
.newStockInfo-title{
    background-color: #F2F0EF;
    color: #4A4A4A;
    padding: 0 30px!important;
    text-align: center;
    width: 86px;
}
.newStock-traderTips{
    width: 998px;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #D1D1D1;
    padding-bottom: 30px;
}
.newStock-traderTips .headline{
    height: 45px;
    line-height: 45px;
    background-color: #F2F0EF;
    width: 972px;
    position: relative;
    left: 1px;
    padding-left: 24px;
}
.newStock-traderTips ul{
    padding: 15px 0 0 45px;
    color: #084372;
}
.red-line:before{
    content: '';
    width: 4px;
    height: 24px;
    background-color: #E70012;
    position: absolute;
    left: 0;
    top: 10px;
}
/*个股信息页面样式*/
.stock-ft-Dblue {
    color: #03233C;
}
.stock-ft-black {
    color: #333;
}
.stock-header {
    width: 1180px;
    margin: 0 auto;
    background-color: #F3F3F3;
}
.stock-header p {
    height: 46px;
    line-height: 46px;
}
.stock-l-line {
    border-left: 2px solid  #03233C;
}
.company-search {
    color: #2F6FB4;
    position: relative;

}
.company-search input {
    width: 100px;
    height: 31px;
    background-color: #f3f3f3;
    border: 1px solid #2F6FB4;
    padding-left: 15px;
    border-radius: 8px;
    padding-right: 50px;
}
.icon-stock-search {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../images/stock-info/icon_stock_search.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 10px;
    top: 4px;
}
.stock-container {
    width: 1180px;
    margin: 0 auto;
}
.company-bgd {
    width: 100%;
    height: 113px;
    background: url(../images/stock-info/company-bgd.png) no-repeat;
    background-size: 100% 100%;
    padding: 40px 0;
}
.company-text h1{
    font-size: 40px;
}
.company-text p {
    color: #AEDBFC;
}
.stock-left-nav table {
    width: 144px;
}

.stock-left-nav th {
    background-color: #fff;
    height: 55px;
    color: #222;
    background-color: #fff;
    border-top: 1px solid #BDBCBC;
}
.stock-left-nav td {
    background-color: #f6f6f6;
    border-bottom: 1px solid #fff;
    text-align: center;
}
.stock-left-nav a{
    display: block;
    color: #777;
    height: 40px;
    line-height: 40px;
}
.icon-stock-index {
    display: inline-block;
    width: 22px;
    height: 19px;
    background: url(../images/stock-info/icon-stock-index.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    top: 3px;
}
.icon-record {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/stock-info/icon-record.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    top: 3px;
}
.top-blue-line:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #157efb;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    position: absolute;
    top: -1px;
    left: 0;
}
.icon-money-info {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/stock-info/icon-money-info.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    top: 3px;
}
.stock-top-info {
    width: 734px;
    border: 1px solid #e7e6e6;
}
.k-line-cell {
    width: 503px;
}
.line-title {
    border-top:1px solid #e2e7f1 ;
    border-bottom:1px solid #e2e7f1 ;
    background-color: #eff3fc;
}
.line-title li {
    height: 28px;
    line-height: 28px;
    min-width: 40px;
    text-align: center;
    color: #0e0e50;
    cursor: pointer;
}
.line-title li.active {
    background-color: #fff;
    border-top: 2px solid #0e0e50;
    border-left: 1px solid #e2e7f1 ;
    border-right: 1px solid #e2e7f1 ;
    position: relative;
    top: 2px;
}
.icon-zoom {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../images/stock-info/icon-zoom.png) no-repeat;
    background-size: 15px 15px;
    position: relative;
    top: 3px;
}
.k-img-cell {
    width: 478px;
}
.info-table {
    width: 219px;
}
.info-table td{
    height: 23px;
}
.five-file-item li{
    color: #767676;
    cursor: pointer;
}
.five-file-item li.active{
    color: #0450a3;
    font-weight: bold;
}
.notice-nav{
    width: 353px;
    height: 34px;
    color: #969696;
    border-bottom: 1px solid #0450A3;
}
.notice-nav li{
    line-height: 34px;
    cursor: pointer;
}
.notice-nav li.active{
    color: #0450A3;
}
.notice-nav a{
    display: block;
    line-height: 47px;
}
.stock-news-item li{
    height: 46px;
    line-height: 46px;
    border-bottom: 1px solid #ededed;
    width:353px;
    overflow:hidden;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    -webkit-text-overflow:ellipsis;
    -moz-text-overflow:ellipsis;
    white-space:nowrap;
}
.square-dot {
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #b8b8b8;
    vertical-align: middle;
    margin: 0 10px 0 5px;
}
.icon-question {
    display: inline-block;
    width: 29px;
    height: 29px;
    background: url(../images/stock-info/icon-question.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 5px;
    left: 5px;
}
.icon-answer {
    display: inline-block;
    width: 23px;
    height:23px;
    background: url(../images/stock-info/icon-answer.png) no-repeat;
    background-size: 23px 23px;
    position: absolute;
    top: 5px;
    left: 10px;
}

.question-text{
    padding: 0 10px 0 40px;
    position: relative;
}
.question-text h4{
    color: #00387B;
    font-weight: bold;
}
.answer-cell{
    background-color: #EEE;
    padding: 10px 0;
}
.right-button-group {
    width: 232px;
}
.official-item{
    width: 100%;
    height: 43px;
    line-height: 43px;
    color: #222;
    background-color: #f6f6f6;
    border-top: 1px solid #d9d7d7;
    margin-top: 130px;
}
.right-button-group p{
    color: #777;
}
.icon-new-tips {
    display: block;
    width: 19px;
    height: 15px;
    background: url(../images/stock-info/icon-new-tip.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 23px;
    top: -5px;
}
.stock-info-title{
    color: #196ACA;
    font-weight: bold;
    border-bottom: 1px solid #196ACA;
}
.stock-info-table{
    border: 1px solid #EDEDED;
}
.stock-info-table td {
    padding: 14px 0;
}
.stock-info-table tr td {
    border-right: 1px solid #EDEDED;
    border-bottom: 1px solid #EDEDED;
}
.stock-info-table tr:last-child td {
    border-bottom: none;
}
.stock-info-table tr td:last-child {
    border-right: none;
}
.stock-gary-bgd {
    background-color: #fafafa;
}
.detail-cell {
    height: 153px;
    overflow-y: auto;
}

.iframe-hidden{
    /*overflow: scroll;*/
    /*overflow-y: hidden;*/
    /*overflow-x: hidden;*/
}
