.loadDown {
    margin: 20px auto;
    height: 46px;
    width: 810px;
    line-height: 46px;
    color: #999;
    background: #fafafa;
    font-size: 15px;
    cursor: default;
    text-align: center;
    display: block;
}

.dropDown_text {
    margin: 20px auto;
    height: 46px;
    width: 810px;
    line-height: 46px;
    color: #999;
    background: #fafafa;
    font-size: 15px;
    cursor: pointer;
    text-align: center;
    display: block;
}

.dropDown_text:hover {
    color: #4793f1;
    background: #f4faff;
}

.topic-info {
    width: 100%;
    color: #333;
    font-size: 15px;
    line-height: 26px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    cursor: pointer;
    letter-spacing: 1px;
}

.topic-head {
    cursor: pointer;
    float: left;
    width: 22px;
    height: 22px;
    border-radius: 99px;
    margin-right: 10px;
    margin-top: 2px;
}

.topic-end {
    padding: 5px 0 14px;
    color: #999;
    font-size: 12px;
    height: 15px;
    line-height: 15px;
    border-bottom: 1px solid #efefef;
}

.topic-new {
    position: relative;
    line-height: 26px;
    height: 26px;
    color: #333;
    font-size: 14px;
    margin-bottom: 10px;
    padding-top: 10px;
}

.topic-top {
    position: relative;
    top: -1px;
    width: 100%;
    background: #36414b;
    height: 90px;
}

.topic-data {
    width: 1260px;
    color: #fff;
    margin: 0 auto;
    text-align: left;
}

.topic-data img {
    border-radius: 5px;
    margin-top: 9px;
    margin-left: 10px;
    width: 70px;
    height: 70px;
    float: left;
}

.topic-data-name p {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding-top: 12px;
    padding-left: 20px;
}

.topic-data-user img {
    margin: 0;
    width: 20px;
    height: 20px;
    border-radius: 99px;
}

.topic-data-user span {
    font-size: 14px;
    color: #ccc;
    margin-left: 8px;
}

.topic-data-user {
    margin-left: 20px;
    margin-top: 10px;
}

.topic-data-guanzhu {
    border-radius: 10px;
    font-size: 14px;
    color: #efefef;
    border: 1px solid #efefef;
    padding: 5px 20px;
    margin-top: 30px;
}

.topic-introduce {
    float: left;
    width: 920px;
    border-radius: 5px;
    background: #fff;
    font-size: 13px;
    color: #666;
    text-align: left;
    padding: 10px 20px 15px;
}

.topic-introduce-tittle {
    margin-top: 10px;
    border-radius: 5px;
    background: #fff;
    font-size: 13px;
    color: #666;
    text-align: left;
    margin-bottom: 10px;
}

.topic-content {
    width: 880px;
    border-radius: 5px;
    background: #fff;
    text-align: left;
    padding: 10px 40px 15px;
    margin-top: 10px;
}

.topic-content-nav {
    border-bottom: 1px solid #efefef;
}

.topic-content-nav li {
    margin-right: 40px;
    font-size: 14px;
    color: #666;
    float: left;
    padding: 10px 0;
}

.act-nav {
    color: #4793f1 !important;
    font-weight: bold;
    border-bottom: 3px solid #4793f1;
}

.topic-content-navlists {
    border-bottom: 1px solid #efefef;
}

.topic-content-allshares th {
    text-align: center;
    font-size: 12px;
    color: #999;
    font-weight: normal;
    padding: 10px 0;
    border-bottom: 1px solid #efefef;
    width: 300px;
}

.topic-content-allshares td {
    text-align: center;
    position: relative;
    padding: 20px 0 10px;
    font-size: 15px;
    color: #333;
}

.red {
    color: #ff0000 !important;
}

.greed {
    color: #0bb60b !important;
}

.topic-content-allshares p {
    font-size: 16px !important;
    font-weight: bold;
}

.topic-content-allshares span {
    font-size: 12px;
    color: #999;
}

.allshares-lianban {
    color: #ff0000;
    position: absolute;
    top: 27px;
    left: 85px;
    font-size: 12px;
    border: 1px solid #ff0000;
    padding: 3px 5px;
    border-radius: 5px;
}

.tal {
    text-align: left !important;
}

.talBut {
    margin-top: 23px;
    background: none;
    border: 1px solid #fff;
    width: 66px;
    height: 30px;
    color: #fff;
    border-radius: 5px;
    float: right;
}

.talLabel {
    font-size: 12px;
    background: #efefef;
    color: #666;
    height: 24px;
    text-align: center;
    line-height: 26px;
    border-radius: 99px;
    margin: 2px 20px 10px 0;
    float: left;
    padding: 0 12px;
}

.content-yinyong {
    width: 100%;
    height: 40px;
    background: #f8f8f8;
    border-radius: 5px;
    line-height: 40px;
    margin: 10px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    letter-spacing: 0.5px;
}

.publish {
    display: block;
    position: fixed;
    top: 400px;
    left: 1435px;
    width: 80px;
    height: 80px;
    background: linear-gradient(30deg, #4793f1, #7fb8ff);
    border-radius: 5px;
    text-align: center;
    color: #fff !important;
    z-index: 999;
    font-size: 14px;
}

.sjkx-push {
    margin-top: 10px;
    display: block;
    margin-left: 980px;
    width: 280px;
    height: 46px;
    border-radius: 5px;
    text-align: center;
    color: #fff !important;
    z-index: 999;
    font-size: 18px;
    line-height: 50px;
    background: linear-gradient(180deg, #ff1618, #ff6125);
}

.notclick {
    pointer-events: none;
}

.stock-more {
    font-size: 15px;
    font-weight: bold;
}

.stock-hot {
    padding-top: 10px;
}

.stock-hot span {
    text-align: center;
    display: inline-block;
    width: 11.1%;
    white-space: nowrap;
    overflow: hidden;
}

.stock-up {
    color: red;
}

.stock-down {
    color: green;
}

.videoImg {
    width: 45px;
    margin-left: 64px;
    margin-top: 26px;
}

.videoTime {
    margin-left: 120px;
    text-align: center;
    color: #fff;
    line-height: 22px;
    height: 22px;
    width: 59px;
    border-radius: 99px;
    background-image: url(https://css.tgb.cn/images/default/defaultOpacity1.png);
}

.active-btn {
    font-size: 12px;
    background: #ff9900;
    padding: 4px 8px;
    border-radius: 5px;
    font-weight: normal;
    margin-left: 10px;
}

.sjkx-content {
    width: 280px;
    margin: 20px auto;
    background: #fff;
    padding: 15px 0;
    border-radius: 5px;
    transition: margin 0.3s ease;
}

.sjkx-tittle {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    text-align: center;
}

.sjkx-xian {
    position: absolute;
    height: 100%;
    border: 1px solid #efefef;
    top: 16px;
    left: 17px;
}

.sjkx-lists {
    margin-left: 18px;
    border-bottom: 1px solid #efefef;
    position: relative;
    padding-bottom: 10px;
    margin-top: 10px;
}

.sjkx-timenew {
    width: 12px;
    height: 12px;
    border-radius: 999px;
    position: absolute;
    background: #4793f1;
    left: -21px;
    top: 3px;
}

.sjkx-timeold {
    width: 12px;
    height: 12px;
    border-radius: 999px;
    position: absolute;
    background: #999;
    left: -22px;
    top: 3px;
}

.sjkx-time {
    font-size: 15px;
    color: #666;
    margin-bottom: 8px;
    font-weight: bold;
}

.sjkx-data {
    font-size: 15px;
    color: #333;
    line-height: 1.6;
    width: 100%;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    cursor: pointer;
    text-align: left;
}

.sjkx-new {
    color: #4793f1 !important;
}
