.page-stockdetail{
    background-color: #f2f2f2;
    position: relative;
    overflow-x: auto;
    overflow-y: visible;
    color: #333;
}
.sub-list {
    float: left;
    padding: 6px 9px;
    height: 60px;
    box-sizing: content-box;
    color: #333;
}
.choose-data{
    color: #333;
}
.page-stockdetail .sub-title{
    font-size: 20px;
    height: 36px;
    line-height: 40px;
    text-align: center;
}
.page-stockdetail .sub-code{
    font-size: 12px;
    color: #989898;
    text-align: center;
}
.page-stockdetail .sub-trend-down {
    color: #129800;
}
.page-stockdetail .sub-trend {
    height: 40px;
    padding-right: 50px;
    position: relative;
}
.page-stockdetail .sub-trend .sub-trend-value{
    font-size: 30px;
    line-height: 40px;
}
.page-stockdetail .sub-trend-size{
    top: 3px;
    position: absolute;
    right: 0px;
    font-size: 12px;
    line-height: 20px;
}
.page-stockdetail .sub-trend-trend{
    top: 17px;
    position: absolute;
    right: 0px;
    font-size: 12px;
    line-height: 20px;
}
.page-stockdetail .sub-time{
    color: #989898;
    text-align: justify;
    text-align-last: justify;
}
.page-stockdetail .sub-value{
    height: 30px;
    line-height: 30px;
}
.page-stockdetail .tab-list li {
    list-style: none;
    height: 35px;
    line-height: 35px;
    box-sizing: content-box;
}
.page-stockdetail .tab-list {
    padding: 0px;
    margin: 0px;
    height: 70px;
    border: 1px solid #dbdbdb;
    background-color: #fff;
}
.page-stockdetail .tab-list li a {
    padding: 0px 15px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #333;
}
.page-stockdetail .tab-list li.active, .page-stockdetail .tab-list li.active a{
    background-color: #2fb4f5;
    color: #fff;
}
.page-stockdetail .sub-trend.sub-trend-up{
    color: red;
}
.page-stockdetail .sub-trend.sub-trend-down{
    color: green;
}
.tab-list{
    overflow: hidden;
    /*height: 31px;*/
    /*margin-bottom: 16px;*/
    background-color: rgba(180, 180, 180, 0.3);
}
.sub-list-s li{
    float: left;
    list-style: none;
    padding: 5px 16px;
    cursor: pointer;
}

.sub-list-s li.active{
    background-color: #2fb4f5;
    color: #fff;
}
.hide{display: none!important}
.kline {
    margin-top: 57px;
}