.secondaryHeader {
    height: 50px;
    overflow: hidden;
    color: #000;
    font-size: 12px;
    font-weight: 100;
}

.secondaryHeader a,
.secondaryHeader a:visited {
    color: #000;
    text-decoration: none;
}

.secondaryHeader a:hover,
.secondaryHeader a:active {
    color: #c00;
    text-decoration: underline;
}

.sHBorder {
    padding: 0 10px 0 12px;
    overflow: hidden;
    zoom: 1;
}

.sHLogo {
    float: left;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
}

.sHLogo span,
.sHLogo span a,
.sHLogo span a:link,
.sHLogo span a:visited,
.sHLogo span a:hover {
    display: block;
    *float: left;
    display: table-cell;
    vertical-align: middle;
    *display: block;
    *font-size: 27px;
    *font-family: Arial;
    height: 50px;
}

.sHLogo span,
.sHLogo span a img,
.sHLogo span a:link img,
.sHLogo span a:visited img,
.sHLogo span a:hover img {
    vertical-align: middle;
}

.sHLinks {
    float: right;
    line-height: 50px;
}

.banner {
    padding: 10px 0
}

.top_text {
    background: #f3f3f3;
    padding: 20px;
}
.top_text a {
    color: rgb(0, 96, 240);
}

.top_text p {
    font-size: 18px;
    line-height: 30px;
    text-align: justify
}

.sina-search {
    overflow: hidden;
    padding: 15px 0;
    height: 35px;
}

.sina-search .inputwrap {
    float: right;
    width: 200px;
    overflow: hidden;
}

.sina-search .input-btn {
    float: right;
}

.sina-search .input-btn span {
    float: left;
    display: block;
    background: #e6e6e6;
    border-radius: .1rem;
    width: .8rem;
    height: .7rem;
    text-align: center;
    line-height: .7rem;
    border: solid 1px #adadad;
    cursor: pointer
}

.sina-search .input-btn span.search_submit {
    width: 35px;
    height: 35px;
    background: #1d79a9 url("http://n.sinaimg.cn/tech/66ceb6d9/20171015/search_icon.jpg") no-repeat;
    border: 0
}

.sina-search .input-btn span.search_backward {
    width: 33px;
    height: 33px;
    margin-left: 5px;
    line-height: 35px;
}

.sina-search .keyword {
    display: block;
    width: 100%;
    height: 33px;
    font-size: 14px;
    line-height: 33px;
    padding: 0 6px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.sina-result {
    /* padding: .1rem .2rem */
}

.sina-result table {
    width: 100%;
    font-size: 16px;
}

.sina-result th {
    background: #daedf1;
}

.sina-result td,
.sina-result th {
    border: solid 1px #ccc;
    height: 54px;
    text-align: center;
    padding: 4px;
}

.sina-result th {
    height: 42px;
    width: 90px;
}

.sina-result tr:nth-of-type(odd) td {
    background: #f9f9f9
}

.previous a { font-size: 16px; color: #000; line-height: 30px; }
th {
}
.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: 50%;
    transform: translateY(-50%);
}
.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: 50%;
    transform: translateY(-50%);
}
.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: 50%;
    transform: translateY(-50%);
}
input[type=number] {  
    -moz-appearance:textfield;  
}  
input[type=number]::-webkit-inner-spin-button,  
input[type=number]::-webkit-outer-spin-button {  
    -webkit-appearance: none;  
    margin: 0;  
}