.word-input {
    width: 370px !important;
}

.el-word-input {
    width: 100%;
}

.table {
    table-layout: fixed;
    width: 100%;
}


.jc-table {
    border-spacing: 0;
}


.jc-table > tbody > tr:hover {
    background-color: #edf5fa;
}

.jc-table > tbody > tr span:hover {
    color: #05c;
}

.announce-view .jc-mod-hd2,
.jc-table2 tr th,
.jc-table2 tr td {
    border-bottom: 1px solid #eee;
}


.jc-table2 > tbody > tr > td,
.jc-table2 > thead > tr > th {
    box-sizing: border-box;
    height: 42px;
    line-height: 42px;
    text-align: left;
    padding-right: 5px;
    color: #3f454b;
    vertical-align: middle;
    font-size: 14px;
}

.jc-table > tbody > tr > td {
    box-sizing: border-box;
    padding: 0 10px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid #eee;
    vertical-align: middle;
}

.jc-table3 > tbody > tr > td:nth-child(2) {
    overflow: initial;
    text-overflow: initial;
    /*white-space: initial;*/
}

.jc-table > thead > tr > th {
    box-sizing: border-box;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    background-color: #f9f9f9;
    color: #1d2023;
    text-align: left;
    font-weight: bold;
    vertical-align: middle;
}

.jc-table .tips {
    float: right;
    color: #606972;
    font-size: 12px;
    font-weight: normal;
}

#intsDetailTable th,
#liftBanTable th,
#marginTradeTable th {
    line-height: 60px;
}

.lht {
    line-height: 20px !important;
    text-align: right !important;
}

.lht .tips {
    float: none;
}

.jc-red {
    color: #db3439;
}

.jc-green {
    color: #1f803f;
}

.tf-table {
    height: 182px;
    text-align: center;
}

.tf-table img {
    margin-top: 20px;
    display: inline-block;

}

.ic {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 19px;
    border-radius: 4px;
    text-align: center;
    font-size: 12px;
}

.bttn {
    display: inline-block;
    width: 50px;
    height: 28px;
    line-height: 28px;
    border-radius: 4px;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
}

.vote-bttn {
    color: #0055cc;
    background-color: rgba(0, 85, 204, 0.04);
}

.vote-bttn:hover {
    color: #fff;
    background-color: #05c;
}

.buy-ic {
    color: #db3439;
    border: 1px solid #db3439;
}

.sale-ic {
    color: #1f803f;
    border: 1px solid #1f803f;
}


.bd-b {
    border-bottom: 1px solid #e8e8e8;
}


.circle {
    display: inline-block;
    margin-right: 7px;
    width: 12px;
    height: 12px;
    border: 3px solid #0055cc;
    border-radius: 50%;
}


.tabs-list .more1 {
    margin-top: 25px;
    font-size: 14px !important;
    color: #606972;
}

.more-svg {
    vertical-align: 1px;
}


.jc-badge {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 4px;
    font-size: 12px;
}

.jc-badge.stop,
.buy .jc-badge {
    background-color: #db3439;
    color: #fff;
}

.jc-badge.start {
    background-color: #0055cc;
    color: #fff;
}

.jc-badge.new {
    background-color: rgba(219, 52, 57, 0.05);
    border: 1px solid rgba(219, 52, 57, 1);
    color: #db3439;
}

.jc-badge.trans {
    background-color: rgba(0, 85, 204, 0.1);
    border: 1px solid rgba(0, 85, 204, 1);
    color: rgba(0, 85, 204, 1);
}

.jc-badge.v-xg {
    color: rgba(255, 126, 0, 1);
    border: 1px solid rgba(255, 126, 0, 1);
    background: rgba(255, 126, 0, 0.1);
}

.jc-badge.v-zz, .jc-badge.v-zq {
    color: rgba(87, 112, 149, 1);
    border: 1px solid rgba(87, 112, 149, 1);
    background: rgba(87, 112, 149, 0.1);
}

.jc-badge.v-jj {
    color: rgba(254, 202, 0, 1);
    border: 1px solid rgba(254, 202, 0, 1);
    background: rgba(254, 202, 0, 0.1);
}

.sale .jc-badge {
    background-color: #1f803f;
    color: #fff;
}


.jc-card-hd {
    height: 62px;
    line-height: 62px;
}

.jcInfo .jc-mod-bd {
    padding: 20px 0;
}

.jc-mod.jc_interview {
    padding: 0px;
    width: 420px;
    height: 266px;
}

.trade-tips {
    height: 780px;
    padding-bottom: 10px;
}

.trade-entry {
    height: 50px;
    line-height: 50px;
    color: #9096a3;
    font-size: 14px;
    padding: 0px 16px;
}

.time-line {
    position: relative;
}

.time-line:after {
    position: absolute;
    display: none;
    content: '';
    top: 10px;
    left: 62px;
    bottom: 40px;
    width: 1px;
    background-color: #eee;
}

.time-line ul {
    position: relative;
    z-index: 2;
}

.time-line ul li {
    margin-bottom: 12px;
    height: 40px;
    font-size: 14px;
    line-height: 24px;
}

.time-line ul li:last-child {
    margin-bottom: 0;
}

.time-line li span {
    vertical-align: top;
}

.time-line li span.ct {
    display: inline-block;
    margin-top: -1px;
    /*width: 280px;*/
    width: 100%;
    font-size: 16px;
    color: #3f454b;
}

.time-line li:hover span.ct {
    color: #05c;
}

.time-line li .block,
.time-line li .time {
    width: 40px;
}

.time-line li .block.top {
    display: inline-block;
    padding: 0px 8px;
    font-size: 12px;
    color: #fff;
    background-color: #0055cc;
}

.time-line li .dot {
    display: inline-block;
    margin: 7px 15px 0 15px;
    width: 8px;
    height: 8px;
    vertical-align: top;
    border-radius: 4px;
    background-color: #606972;
}

.time-line li.top-li .dot,
.time-line li:not(.top-li):nth-child(1) .dot {
    background-color: #0055cc;
}

.time-line li .time {
    margin-top: 3px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    line-height: 17px;
}

.time-line li .date {
    opacity: .8;
}

/* 宣传栏 */
.banner-wrap {
    position: relative;
    padding-top: 70px;
    height: 410px;
}

.banner-box {
    height: 340px;
}

.banner-box img {
    display: block;
    width: auto;
    height: 100%;
    margin-left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.banner-box a {
    display: block;
    width: 100%;
    height: 100%;

}

/* 搜索盒 */
.search-tab-box {
    /*position: absolute;*/
    /*top: 70px;*/
    /*left: -moz-calc( (100% - 1330px)/2);*/
    /*left: -webkit-calc( (100% - 1330px)/2);*/
    /*left: calc( (100% - 1330px) / 2);*/
    z-index: 199;
}

.search-tab {
    /*position: absolute;*/
    /*top: 25px;*/
    /*margin-top: 20px;*/
    /*width: 400px;*/
    /*height: 290px;*/
}

.search-tab .el-tabs {
    float: left;
    width: 100px;
}

.search-tab .el-tabs--left .el-tabs__header.is-left {
    float: none;
    margin-right: 0;
    background-color: rgba(0, 0, 0, .6);
}

.search-tab .el-tabs__item {
    padding: 0 17px 0 13px;
    color: #fff;
    text-align: center !important;
    height: 58px;
    line-height: 58px;
    border-left: 4px solid transparent;
}

.search-tab .el-tabs__item.is-active {
    background-color: #fff;
    color: #0055cc;
    font-weight: bold;
    border-left: 4px solid #1F6AD3;
}

.search-tab .el-tabs__item.is-active:hover {
    color: #0055cc;
}

.search-tab .el-tabs__item:hover {
    color: rgba(255, 255, 255, .8);
}

.search-tab .el-tabs__active-bar {
    background-color: #f2f2f2;
}

.s-pop {
    padding: 5px;
}

.s-pop .hd {
    border-bottom: 1px solid #eee;
}

.s-pop .bd {
    padding: 15px 10px;
}

.s-pop .hd, .s-pop .ft {
    overflow: hidden;
}

.s-pop .ft {
    padding-right: 10px;
    padding-bottom: 10px;
}

.s-pop .hd .el-button, .s-pop .ft .el-button {
    float: right;
}

.el-date-editor .el-range-separator {
    width: auto;
}

.el-carousel__arrow {
    width: 40px;
    height: 40px;
    background-color: rgba(31, 45, 61, .26);
    font-size: 18px;
}

.cate-checkbox-txt {
    display: inline-block;
    width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: text-bottom;
}

.search-tab .tab-ct {
    /*padding: 20px 18px;*/
    /*text-align: center;*/
    /*height: 290px;*/
    /*background-color: #fff;*/
    /*overflow: hidden;*/
    padding: 0px 20px 18px;
    background: #fafafa;
}


.search-tab .tabtit-img {
    display: inline-block;
    width: 161px;
    height: 22px;
    background-size: 161px;
    /*background-position: 0 -25px;*/
}

.ct-line {
    margin-bottom: 15px;
}


.tab-ct .hd span {
    color: #3A7CD9;
}

.sr-handle {
    width: 100% !important;
}

/* 快捷导航 */
.quick-nav {
    height: 100px;
    background-color: #0d265d;
}

.quick-nav ul {
    padding: 14px 0;
}


.quick-nav ul li + li {
    padding-left: 35px;
}

.quick-nav .links a {

    display: inline-block;
    margin: 8px 0;
    font-size: 18px;
    line-height: 20px;
    color: #f8f8f8;
}

.quick-nav .announce {
    max-width: 340px;
}

.quick-nav .announce a {
    width: 85px;
}

.quick-nav .special {
    max-width: 240px;
}

.quick-nav .special a {
    width: 90px;
}

.quick-nav .data {
    max-width: 440px;
}

.quick-nav .data a {
    width: 100px;
}

.quick-nav .market {
    max-width: 216px;
}

.quick-nav .market a {
    width: 85px;
}

.quick-nav .my-subs {
    padding-left: 20px;
    font-size: 16px;
    color: #fdcb73;
    text-align: center;
}

.quick-nav .my-subs p {
    margin-top: 6px;
}

.market-pic {
    /*height: 140px;*/
}

.market-pic .ec-pic {
    float: left;
    margin-top: 20px;
    width: 70px;
    height: 60px;
    padding-bottom: 18px;
    border-bottom: 1px dashed #eaeaea;
}

.iconganggu {
    /*font-size: 18px;*/
}

.mkt-pic-list > li.sep-line:after {
    height: 75px;
    background-color: #eee;
}

.mkt-time {
    position: absolute;
    right: 65px;
    top: 26px;
    font-size: 12px;
    color: #606972;
}

.mkt-pic-list li:not(:first-child) {
    padding-left: 24px;
}

.mkt-pic-list li:not(:last-child) {
    padding-right: 24px;
}

.market-pic .jc-list {
    padding: 25px 65px;
}


.market-pic .num {
    display: inline-block;
    margin: 6px 0;
    font-size: 26px;
    line-height: 1.25;
    color: #009933;

}

.market-pic .detail {
    float: left;
    margin-right: 15px;
    width: 95px;
}

.market-pic .oversea-list li {
    width: 154px;
}

.market-pic .oversea-list li:not(:first-child) {
    margin-left: 6px;
}

.market-pic .oversea-list li:not(:last-child) {
    margin-right: 6px;
}

.oversea-list > li.sep-line:after {
    height: 75px;
    background-color: #eee;
}

.market-pic .oversea-list .detail {
    width: auto;
    margin-right: 0;
}

.market-pic .detail .time {
    display: inline-block;
    padding: 0 4px;
    background-color: #fafafa;
    height: 16px;
    line-height: 16px;
    color: #606972;
    font-size: 12px;
    border-radius: 2px;
}


.market-pic .ratio {
    font-size: 14px;
    color: #009933;

}

.market-pic .up {
    color: #db3439;
}

.ad-img-wrap {
    bottom: 20px;
    left: 0;
}

.announce-view,
.announce-view .jc-layout-lt {
    /*min-height: 942px;*/
    /*min-height: 832px;*/
    min-height: 730px;
    font-size: 16px;
}


.t-tag {
    display: inline-block;
    width: 142px;
    padding: 0 12px;
    height: 32px;
    line-height: 32px;
    /*text-align: center;*/
    font-size: 16px;
    color: #1d2023;
    background-color: #fafafa;
    border-radius: 2px;
}

.tabs-list-3 .t-tag {
    width: auto;
}

.t-tag .num {
    display: inline-block;
    width: 17px;
    text-align: center;
}

.t-tag em {
    color: #ddd;
}

.t-tag i {
    color: #0055CC;
}

.t-tag:hover {
    background-color: #0055CC;
    color: #fff !important;
}

.t-tag:hover i {
    color: #fff;
}


.trade-view,
.trade-view .jc-layout-lt {
    /*min-height: 915px;*/
    min-height: 832px;
    font-size: 16px;
}

.irm-view {
    min-height: 830px;
    font-size: 16px;
    margin-bottom: 20px;
}

ul.buy-list {
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 5px;
}

ul.buy-list li.txt {
    border: none;
    background-color: transparent;
    width: 100%;
}

ul.buy-list li {
    float: left;
    margin-top: 10px;
    width: 164px;
    height: 30px;
    line-height: 30px;
    /*text-align: center;*/
    /*border: 1px solid #eee;*/
    background-color: #fff;
    color: #3f454b;
    font-size: 14px;
    max-width: 164px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

ul.buy-list li:nth-child(odd) {
    margin-right: 16px;
}

.trade-condition-tab .tabs-list {
    margin-right: 10px;
}

/* 市场总貌 */
.all-mkt-tab {
    margin-top: 20px;
}

ul.m-data-list,
ul.m-data-list-sh {
    overflow: hidden;
    padding: 5px 0;
}

ul.m-data-list li,
ul.m-data-list-sh li {
    float: left;
    margin: 18px 0;
    box-sizing: border-box;
    width: 50%;
    line-height: 1.43;
}

ul.m-data-list li:nth-child(even),
ul.m-data-list-sh li:nth-child(even) {
    border-left: 1px solid #eee;
    padding-left: 10px;
}

ul.m-data-list li > div,
ul.m-data-list-sh li > div {
    display: table-cell;
    vertical-align: top;
}

.m-data-list .key,
.m-data-list-sh .key {
    color: #606972;
    font-size: 16px;
}

.m-data-list .val,
.m-data-list-sh .val {
    margin-top: 4px;
    font-size: 18px;
    color: #1d2023;
}

.m-data-list .ic,
.m-data-list-sh .ic {
    padding-top: 3px;
    width: 32px;
    color: #0055cc;
    text-align: left;
}

.m-data-list .iconfont,
.m-data-list-sh .iconfont {
    font-size: 24px;
}


/* 资金流向 */
.agline-item .hd {
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    background-color: #f2f2f2;
    overflow: hidden;
}

.agline-item .num {
    float: right;
    margin-right: 20px;
    color: #db3439;
    font-size: 12px;
}

.agline-item .jc-badge {
    float: right;
    margin-top: 10px;
}

.agline-item .bd {
    padding: 15px 0;
}

.sale .badge {
    background-color: #1f803f;
}

.sale .num {
    color: #1f803f;
}

/* 热力榜 */
/*.hot-rank {*/
/*    !*height: 220px;*!*/
/*    !*padding: 10px 0;*!*/
/*    width: 380px;*/
/*    height: 430px;*/
/*    padding: 15px;*/
/*}*/

/*.hot-rank .item {*/
/*    height: 40px;*/
/*    line-height: 40px;*/
/*    overflow: hidden;*/
/*}*/

/*.hot-rank .index {*/
/*    display: inline-block;*/
/*    width: 16px;*/
/*    height: 16px;*/
/*    line-height: 16px;*/
/*    font-size: 12px;*/
/*    text-align: center;*/
/*    color: #606972;*/
/*    background-color: rgba(180, 180, 180, 0.2);*/
/*    border-radius: 1px;*/
/*}*/

/*.hot-rank .active .index {*/
/*    color: #fff;*/
/*    background-color: #0055cc;*/
/*}*/

/*.hot-rank .line {*/
/*    position: relative;*/
/*    height: 20px;*/
/*    margin: 20px 30px 0 30px;*/
/*    overflow: hidden;*/
/*    border-top: 1px dashed #e8e8e8;*/
/*}*/

/*.hot-rank .code {*/
/*    margin: 0 10px 0 16px;*/
/*}*/

/*.hot-rank .active .num {*/
/*    color: #0055cc;*/
/*}*/

/*.hot-rank .num {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*    z-index: 10;*/
/*}*/

/*.hot-rank .lt {*/
/*    float: left;*/
/*}*/

.hot-rank .rt {
    position: relative;
    overflow: hidden;
}

/* ----------------------------------------------------- */


.netvote-view {
    padding-bottom: 50px;
    font-size: 16px;
}

/* 网投指引 */
.vote-guide .jc-list li {
    text-align: center;
    vertical-align: middle;
    color: #1d2023;
    background-color: #f2f2f2;
    border-radius: 2px;
}

.vote-guide .jc-list .ic {
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: middle;
}

.vote-guide .jc-list li + li {
    margin-left: 18px;
}

.vote-area li {
    width: 180px;
    height: 56px;
    line-height: 56px;
    font-size: 16px;
}

.vote-entry {
    padding-bottom: 20px;
}

.vote-entry li {
    width: 80px;
    height: 80px;
    padding: 15px 10px;
    font-size: 14px;
}

.vote-guide .iconfont,
.vote-entry .iconfont {
    color: #0055cc;
}

.vote-entry .ic {
    margin-bottom: 8px;
}

.vote-guide .iconfont {
    font-size: 28px;
}

.vote-entry .iconfont {
    font-size: 30px;
}

.faqs-item {
    margin-bottom: 20px;
    padding: 16px 20px;
    background-color: #fbfcfd;
    border: 1px solid #f2f2f2;
}

.faqs-item:hover {
    background-color: #edf5fa;
}

.faqs-item .hd {
    margin-bottom: 16px;
    line-height: 1.42;
}

.faqs-item .hd .time {
    float: right;
    color: #606972;
}

.faqs-item .hd img {
    margin-right: 10px;
    vertical-align: middle;
}

.faqs-item .ct + .ct {
    margin-top: 12px;
}

.faqs-item .ask .txt {
    font-weight: bold;
    font-size: 16px;
}

.faqs-item .answer .txt {
    height: 46px;
}

.faqs-item .txt {
    margin-left: 30px;
    line-height: 1.5;
}

.faqs-item .ic {
    float: left;
    margin-top: 2px;
    color: #0055cc;
}

.faqs-item .ask .ic {
    color: #1f4e9b;
    background-color: #f3f7fe;
}

.faqs-item .answer .ic {
    color: #db3439;
    background-color: rgba(219, 52, 57, 0.1);
}


.down {
    color: #009933;

}


.Akrobat {
    font-family: Akrobat;
}

.Akrobat-s {
    font-family: Akrobat thin;
}

.trade-day {
    color: #606972;
}

.download {
    float: right;
    padding: 0 12px;
    height: 30px;
    line-height: 30px;
    color: #0055cc;
    border: 1px solid #0055cc;
    background-color: rgba(0, 85, 204, .04);
}

.flow-mkt-tab {
    float: right;
}

.wltp-tips {
    font-size: 16px;
    color: rgba(0, 0, 0, 1);
}

#voteTable tbody > tr > td {
    height: 54px;
    line-height: 54px;
}

.hotasktime {
    color: #606972;
    font-size: 14px;
    float: left;
}

.ComSevenDayCount {
    height: 922px;
    /*background: inherit;*/
    padding: 16px 20px 12px;
    background: #fafafa;
}

.ComSevenDayCount .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 15px;
}

.ComSevenDayCount .header img {
    /*width: 114px;*/
    float: left;
    height: 16px;
    /*vertical-align: -5px;*/
    /*margin-right: 9px;*/
}

.ComSevenDayCount .header a {
    display: flex;
    align-items: center;
}

/*.ComSevenDayCount .list_box{*/
/*    padding: 15px 0px 0px;*/
/*    margin-top: 15px;*/
/*    float: left;*/
/*    background: #fff;*/
/*    border-radius: 4px;*/
/*    border-top: 1px solid #e8e8e8;*/
/*}*/
.ComSevenDayCount .special_event_content {
    /*margin-top: 15px;*/
    float: left;
    height: 735px;
    width: 380px;
}
.special_event_content_item {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 4px;
    margin-bottom: 20px;
}
.special_event_content_item img {
    height: 220px;
    width: 380px;
}
.special_event_content_item h3 {
    margin: 10px 20px 0;
    font-size: 16px;
    font-weight: bold;
    font-family: HarmonyOS Sans SC;
    color: #1D2023;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.special_event_content_item span {
    margin: 0 20px;
    font-size: 14px;
    font-family: HarmonyOS Sans SC;
    color: #606972;
 }
.ComSevenDayCount .orgen {
    color: #606972;
    font-size: 14px;
    width: 16px;
    height: 21px;
    display: inline-block;
    background: #f0f0f0;
    text-align: center;
    line-height: 21px;
    margin-bottom: 20px;
    margin-right: 8px;
    border-radius: 2px;
}

.ComSevenDayCount .width_crolo {
    color: #fff;
}

.ComSevenDayCount .bg_one {
    background: #0055cc;
}

.ComSevenDayCount .bg_two {
    background: #ff7700;
}

.ComSevenDayCount .bg_there {
    background: #e5ad69;
}

.ComSevenDayCount .item_self {
    position: relative;
}

.ComSevenDayCount .span_a {
    color: rgba(0, 0, 0, 0.85);
    position: relative;
    z-index: 2;
    display: inline-block;
    padding-right: 6px;
    background: #fff;
}

.ComSevenDayCount .span_right {
    position: relative;
    z-index: 2;
    display: inline-block;
    background: #fff;
    float: right;
}

.ComSevenDayCount .line {
    position: absolute;
    border: 1px dashed #EFF2F6;
    height: 0px;
    top: -8px;
    left: 26px;
    right: -8px;
    z-index: 1;
}

.ComSevenDayCount .quest {
    color: #3f454b;
}

.ComSevenDayCount .blur_crolo {
    color: #0055cc;
}

.ComSevenDayCount .timeAll {
    font-size: 14px;
    color: #9096a3;
}

.right_sec_list_wrap.interview {
    /*width: 380px;*/
    height: 266px;
    /*background: #fff;*/
    background-size: cover;
    /*overflow: hidden;*/
    position: relative;
    padding: 0px 20px 18px;
    background: #fafafa;
}

.right_sec_list_wrap.interview .header {
    /*margin-top: 10px;*/
    /*line-height: 44px;*/
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 14px;
}

.right_sec_list_wrap.interview .header img {
    height: 16px;
    margin: 14px 0;
}

.right_sec_list_wrap.interview .header a {
    float: right;
    display: flex;
    align-items: center;
    /*margin-right: 20px;*/
    color: #606972;
    /*font-size: 14px;*/
}

.interview_item {
    height: 62px;
    display: flex;
    /*justify-content: space-between;*/
    position: relative;
}

.interview_item .afterDiv {
    width: 350px;
    height: 1px;
    background: #3f83fc;
    opacity: 0.07;
    position: absolute;
    bottom: 10px;
}

.interview_item img {
    margin-right: 8px;
    margin-top: 5px
}

.interview_item .interview_content a {
    display: inline-block;
    width: 246px;
    color: #2f3032;
    font-size: 14px;
    margin-bottom: 4px;
}

.interview_item .interview_content .ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.interview_item .interview_content .font_d_Color {
    color: #9096a3;
    font-size: 12px;
}

.font_hover:hover {
    color: #05f;
}

.interview_item .active.interview_content a {
    width: 190px;
    margin-right: 4px;
}

.right_sec_list_wrap.interview .hot-interview {
    position: absolute;
    top: 74px;
    left: 35px;
}

.guest_name {
    display: inline-block;
    width: 42px;
    height: 34px;
    background: #679aff;
    font-size: 14px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    margin-right: 8px;
    margin-top: 5px;
}

.tradingTips_href .tradingTips_div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 69px;
    height: 60px;
    line-height: 20px;
    padding: 0px 15px;
    /*background: rgba(0,85,204,0.04);*/
    /*border-radius: 4px;*/
    /*margin-bottom: 12px;*/
}

.tradingTips_href {
    margin-top: 15px;
    padding: 0px 20px 18px;
    background: #fafafa;
}

.tradingTips_content {
    display: flex;
    justify-content: space-between;
}

.tradingTips_href .tradingTips_div .one {
    /*float: left;*/
    width: 40px;
    height: 40px;
    /*margin-top: 14px;*/
    /*margin-right: 16px;*/
}

.tradingTips_href .tradingTips_div span {
    /*float: left;*/
    font-size: 13px;
    color: #1d2023;
}

/*.tradingTips_href .tradingTips_div .two{*/
/*    float: right;*/
/*    width: 7px;*/
/*    height: 11px;*/
/*    margin-top: 23px;*/
/*}*/
.jc-layout-gz {
    /*padding: 0px 20px 18px;*/
    /*background: #fafafa;*/
    margin-top: 10px;
    margin-bottom: 16px;
}

.jc-layout-gz .hdd-bod {
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 14px;
}

.jc-layout-gz .hdd-bod .icon {
    height: 50px;
}

.jc-layout-gz .hdd-bod img {
    height: 16px;
    margin: 14px 0;
}

.jc-layout-gz .el-input--medium .el-input__inner {
    height: 40px;
    line-height: 40px;
    border-color: #eeeeee;
    color: #606972;
    width: 98%;
}

.jc-layout-gz .el-button--medium {
    height: 40px;
    border-color: #eeeeee;
    color: #606972;
    width: 98%;
}

.jc-layout-gz .el-popover__reference {
    float: right;
}

.jc-layout-gz .el-range-editor--medium.el-input__inner {
    height: 40px;
    border-color: #eeeeee;
    color: #606972;
}

.jc-layout-gz .sr-but {
    font-size: 16px;
    color: #fff;
    border-radius: 4px;
    margin-top: 18px;
}

.jc-mod-gp {
    /*height: 170px;*/
    background: #fff;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    margin-bottom: 16px;
}

.jc-mod-gp .jc-mod-hd2 {
    border: none;
    background: rgba(0, 85, 204, 0.06);
    height: 40px;
    line-height: 40px;
    padding: 0px 16px;
    font-size: 14px;
    font-weight: 600;
}

.jc-mod-gp .buy-list {
    height: 50px;
    line-height: 50px;
    background: #fff;
    padding: 0px 16px;
}

