/* .sina-result td,
.sina-result th.w1 {
    width: .5rem
}

.sina-result td,
.sina-result th.w2 {
    width: 1.2rem
}

.sina-result td,
.sina-result th.w3 {
    width: 2rem;
}

.sina-result td,
.sina-result th.w4 {
    width: 3rem
} */
body {
    padding-bottom: .5rem;
}
.sina-result th {
    min-width: 1rem;
    padding: 0 5px;
}

.table-con {
    overflow-x: scroll;
}

.tableWrap {
    overflow-x: auto;
    position: relative;
}

.table-fixed {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    background: #f9f9f9;
}

.table-fixed tr th {
    background: #f0f0f0;
}

.table-fixed tr:nth-of-type(even) td {
    background: #f0f0f0;
}

.top_text {
    background: #f3f3f3;
    padding: 20px;
}

.top_text p {
    font-size: 14px;
    line-height: 20px;
    text-align: justify
}
th {
    white-space: nowrap;
}
.sort {
    padding-right: 20px;
    position: relative;
}
.thSpan {
    float: left;
}
.idefault {
    float: right;
    width: 18px;
    height: 20px;
    background: url('//n.sinaimg.cn/finance/table_topic/default.png') 0 0 / 18px 20px no-repeat;
    position: absolute;
    right: 0;
    top: -2px;
}
.idown {
    float: right;
    width: 18px;
    height: 20px;
    background: url('//n.sinaimg.cn/finance/table_topic/down.png') 0 0 / 18px 20px no-repeat;
    position: absolute;
    right: 0;
    top: -2px;
}
.iup {
    float: right;
    width: 18px;
    height: 20px;
    background: url('//n.sinaimg.cn/finance/table_topic/up.png') 0 0 / 18px 20px no-repeat;
    position: absolute;
    right: 0;
    top: -2px;
}
/* 固定头部样式 */

.td-box {
    max-height: 1rem;
    overflow-y:  auto;
}
.dialog {
    display: none;
    position: fixed;
    left:0 ;
    top: 0; 
    bottom: 0;
    right: 0;
    z-index: 100;
    background: rgba(0, 0, 0, .55);
}
.dialog-box {
    width: 6.5rem;
    height: 6rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    border-radius: .05rem;
}
.dialog-box .close-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: .6rem;
    height: .6rem;
    font-size: .6rem;
    text-align: center;
    line-height: .6rem;
    cursor: pointer;
}
.dialog-box .close-btn i {
    display: inline-block;
    width: .6rem;
    height: .6rem;
    background: url('//n.sinaimg.cn/finance/hmbty_wap/close.png') no-repeat center center/ .3rem .3rem;
}
.dialog-content h3 {
    font-size: .4rem;
    position: absolute;
    left: .4rem;
    top: .3rem;
}
.dialog-content {
    padding: .9rem .4rem .4rem;
    box-sizing: border-box;
    font-size: .26rem;
}
.dialog-content p {
    line-height: .6rem;
    border-bottom: .01rem solid #cdcdcd;
}
td i{
    display: inline-block;
    width: .1rem;
    height: .1rem;
    vertical-align: top;
    background: url('//n.sinaimg.cn/finance/hmbty_wap/icon.png') no-repeat 0 0 / 100% 100%;
}
tr td:nth-child(3) {
    color:rgb(0, 96, 240);
    cursor: pointer;
}
tr td:nth-child(4) {
    color:rgb(0, 96, 240);
    cursor: pointer;
}
.top-img {
    text-align: center;
    margin-top: .2rem;
    margin-bottom: .2rem;
}
.top-img img {
    width: 100%;
}