html, body {
    overflow-x: inherit !important;
}
h1 {
    background: transparent;
    font-size: 1.05rem;
    line-height: 1.3rem;
    font-weight: 400;
}
.flex-grow {
    flex: 1;
}
.xcx-style .column-wrap {
    padding-bottom: 3.5rem;
}
.column-wrap {
    width: 100%;
    position: relative;
    background: #fff;
    padding-bottom: 1.35rem;
    overflow: hidden;
}
.column-wrap:before {
    content: '';
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index:0;
    left: 0;
    width: 100%;
}
.column-banner-tag{
    position: absolute;
    left: 0.5rem;
    top: 0.5rem;
    color: #EFB86A;
    font-size: 0.7rem;
    text-align: center;
    width: 0.7rem;
    z-index: 4;
    font-weight: normal;
}

.column-top-content {
    position: relative;
    width: 100%;
    padding: 2.25rem 0 0 2.35rem;
}
.column-top-content img {
    position: absolute;
    top: 1.5rem;
    right: 2.35rem;
    width: 5.7rem;
    height: 7.55rem;
}

.column-title-wrap {
    position: relative;
    font-size: 0.6rem;
    color: #909090;
    width: 100%;
    overflow: hidden;
}
.column-title {
    font-size: 1.2rem;
    line-height: 2.1rem;
    color: #303030;
    font-weight: 600;
}
.column-price {
    font-size: 1.2rem;
    line-height: 1.3rem;
}
.column-price span {
    font-size: 0.6rem;
    line-height: 1;
}
.column-vip-icon {
    width: 1rem;
    height: 0.8rem;
    background: url('../image/column/column_vip_icon.png') no-repeat;
    background-size: 100%;
    margin-right: 0.3rem;
}
.column-num-wrap {
    font-size: 0.6rem;
    color: #909090;
    height: 1.05rem;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.column-num {
    height: 100%;
    padding-top: 1px;
    font-size: 0.7rem;
    border-radius: 0.2rem;
    width: 3.45rem;
    margin-right: 0.2rem;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.column-money-wrap {
    width: 100%;
    height: 4.15rem;
    margin: 0 auto 1.4rem;
    display: table;
    background: #ffffff;
    box-shadow: 0.1rem 0.1rem 0.6rem rgba(0,0,0,.5);
}
.column-money-wrap .price{
    width: 45%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    margin-left: 0;
    color: #fff;
}

.column-money-wrap .price h2 {
    font-size: 1.2rem;
    line-height: 1.3rem;
}
.column-money-wrap .price h2 span {
    font-size: .6rem;
    line-height: 1;
}

.column-money-wrap .price p {
    font-size: 0.6rem;
    margin-top: 0.1rem;
}


.column-money-wrap .num-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 1.55rem 0;
    color: #fff;
    text-align: center;
    font-size: 0.6rem;
}
.column-money-wrap .num-wrap span {
    height: 1.05rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.column-money-wrap .num-text {
    text-shadow:0.1rem 0.2rem 0.5rem rgba(0, 0, 0, 0.5);
}
.column-money-wrap .num {
    font-size: 0.7rem;
    width: 3.45rem;
    margin-right: 0.3rem;
    background-color: #575757;
    box-shadow: 0.1rem 0.1rem 0.5rem rgba(0,0,0,.5);
    border-radius: 0.15rem;
}


.column-content-wrap {
    position: relative;
    z-index: 2;
    background: #fff;
    color: #606060;
    font-size: 0.7rem;
    line-height: 1.05rem;
    border-radius: 0.2rem;
    padding: 0.9rem 1.05rem;
    width: 16.15rem;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06);
    margin: 2.65rem auto 0;
}
.column-item-wrap {
    padding-left: 2.35rem;
    position: relative;
}
.column-item-wrap p {
    color: #909090;
    font-size: 0.7rem;
    line-height: 1.05rem;
    margin-top: 0.2rem;
}
.column-item {
    padding-bottom: 4.05rem;
    position: relative;
}
.column-item:before {
    content: '';
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
}
.column-item-intro {
    float: right;
    margin-right: 2.35rem;
}
.column-review-wrap {
    width: 100%;
    padding: 0 2rem 1.8rem 2.35rem;
    position: relative;
}
.column-review-wrap h1 {
    margin-bottom: 0.6rem;
}
.column-review-wrap p {
    font-size: 0.7rem;
    line-height: 1.05rem;
    color: #606060;
}
.column-review-wrap p b {
    color: #303030
}

.column-consumer-wrap {
    width: 100%;
    position: relative;
    padding-bottom: 1rem
}
.column-consumer-wrap h1 {
    margin-bottom: 0.6rem;
    padding-left: 2.35rem;
}
.column-consumer-wrap span {
    color: #909090;
    font-size: 0.5rem;
    line-height: 0.75rem;
    display: block;
}
.column-consumer-wrap>span {
    padding-left: 2.35rem;
    padding-right: 2rem;
}

.column-consumer-ul {
    padding: 0.7rem 1.95rem 0;
}

.column-consumer-ul li {
    text-align: center;
    margin-bottom: 1.05rem;
    width: 33%;
}
.column-consumer-ul li img {
    display: block;
    margin: 0 auto 0.4rem;
    width: 3.25rem;
    height:3.25rem;
    border-radius: 50%;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}
.column-consumer-ul li p {
    line-height: 1rem;
    font-size: 0.7rem;
    color: #606060;
}
.column-consumer-ul li span {
    color: #c0c0c0;
    line-height: 1.4;
    width: 4.4rem;
    margin: 0 auto;
}

/* 创新案例 */

.column-wrap.column-innovate-wrap:before {
    height: 22.05rem;
    top: -3rem;
    background-image: url(../image/column/innovate_top_bg.png);
}
.column-innovate-wrap .column-num {
    background: #7766ee;
}

.innovate-classify-wrap {
    color: #303030;
    font-size: 0.75rem;
    line-height: 1.85rem;
    text-align: center;
    width: 17.3rem;
    height: 11.7rem;
    margin: 3.4rem auto 0;
    background-image: url('../image/column/innovate_content_bg.png');
    background-repeat: no-repeat;
    background-size: 100%;
}
.innovate-item-wrap li {
    width: 33.3%;
    font-size: 0.7rem;
    margin-top: 0.9rem;
}
.innovate-item-wrap li span {
    display: block;
    line-height: 0.9rem;
}
.innovate-item-wrap li div {
    height: 2.55rem;
}
.innovate-item-wrap li .innovate-icon1 {
    width: 1.8rem;
    height: 1.95rem;
}
.innovate-item-wrap li .innovate-icon2 {
    width: 2rem;
    height: 1.75rem;
}
.innovate-item-wrap li .innovate-icon3 {
    width: 1.95rem;
    height: 2.05rem;
}
.innovate-item-wrap li .innovate-icon4 {
    width:1.8rem;
    height:2.25rem;
}
.innovate-item-wrap li .innovate-icon5 {
    width: 1.4rem;
    height: 1.9rem;
}
.innovate-item-wrap li .innovate-icon6 {
    width: 1.95rem;
    height: 1.95rem;
}

.column-innovate-wrap .column-item-wrap {
    padding-top: 2.5rem;
}

.column-innovate-wrap .column-item {
    padding-bottom: 2rem;
}
.column-innovate-wrap .column-item2 {
    padding-bottom: 3.6rem;
}

.column-innovate-wrap .column-item1:before {
    width: 7.05rem;
    height: 5.5rem;
    background-image: url(../image/column/innovate_item1_bg.png);
    right: 1.45rem;
    top: -0.45rem;
}

.column-innovate-wrap .column-item2:before {
    width: 5.6rem;
    height: 5.6rem;
    background-image: url(../image/column/innovate_item2_bg.png);
    left: -0.1rem;
    top: 0;
}

.column-innovate-wrap .column-item-wrap p {
    width: 6.45rem;
}
.column-innovate-wrap .column-item-intro p {
    width: 7.25rem;
}
.column-innovate-wrap .column-review-wrap {
    margin-top: 2rem;
}
.column-innovate-wrap .column-review-wrap.before:before {
    content: '';
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 6.75rem;
    height: 5.8rem;
    background-image: url(../image/column/innovate_item3_bg.png);
    right: 1.5rem;
    top: -4rem;
}
/*虎嗅圆桌*/
.column-wrap.column-table-wrap:before {
    height: 22.15rem;
    width:100%;
    top: -7.8rem;
    left: 0;
    background-image: url('../image/column/table_top_bg.png');
}


.column-table-wrap .column-top-content {
    padding-left: 1.8rem;
}


.column-table-wrap .column-top-content img {
    width:9.25rem;
    height: 7.95rem;
    top: 1.45rem;
    right: 1.05rem;
}
.column-table-wrap .column-num {
    background-color: #5599ff;
}

.column-table-wrap .column-item-wrap {
    padding-top: 2.35rem;
}
.column-table-wrap .column-item-wrap p {
    width: 7.05rem;
}

.column-table-wrap .column-item-intro {
    margin-right: 1.3rem;
}
.column-table-wrap .column-item3 {
    padding-bottom: 3rem;
}

.column-table-wrap .column-item3 p {
    width: 5.5rem !important;
}

.column-table-wrap .column-item1:before {
    width: 3.55rem;
    height: 6.15rem;
    background-image: url('../image/column/table_item1_bg.png?v=201711241716');
    right: 3.5rem;
    top: -0.75rem;
}
.column-table-wrap .column-item2:before {
    width: 6rem;
    height: 6.95rem;
    background-image: url('../image/column/table_item2_bg.png');
    left: 0;
    top: -1.55rem;
}
.column-table-wrap .column-item3:before {
    width: 9.65rem;
    height: 5.55rem;
    background-image: url('../image/column/table_item3_bg.png');
    right: 0.65rem;
    top: -0.8rem;
}

/*圆桌实录*/
.column-wrap.column-table-note-wrap:before {
    height: 20.75rem;
    top: -1rem;
    background-image: url(../image/column/table_note_top_bg.png);
}

.column-table-note-wrap .column-top-content img {
    width: 7.35rem;
    height: 6.9rem;
    top: 1.85rem;
    right: 1.6rem;
}
.column-table-note-wrap .column-num {
    background-color: #ffcd54;
}

.column-table-note-wrap .column-item-wrap {
    padding-top: 4.1rem;
}
.column-table-note-wrap .column-item {
    padding-bottom: 5rem;
}
.column-table-note-wrap .column-item3 {
    padding-bottom: 2.5rem;
}

.column-table-note-wrap .column-item1:before {
    width: 8.7rem;
    height: 6.05rem;
    background-image: url('../image/column/table_note_item1_bg.png');
    right: 0;
    top: -1.05rem;
}

.column-table-note-wrap .column-item2:before {
    width: 9.35rem;
    height: 6.05rem;
    background-image: url('../image/column/table_note_item2_bg.png');
    left: -2rem;
    top: -1.35rem;
}
.column-table-note-wrap .column-item3:before {
    width: 5.6rem;
    height: 4.9rem;
    background-image: url('../image/column/table_note_item3_bg.png');
    right: 2.2rem;
    top: -0.4rem;
}
.column-table-note-wrap .column-item-wrap p {
    width: 7.55rem;
}
.column-table-note-wrap .column-item-intro {
    margin-right: 2rem;
}
.column-table-note-wrap .column-item-intro p {
    width: 6.25rem;
}
/*
*李彤专栏and书单专栏
*/

.column-banner-pic {
    position: relative;
    height: 10.55rem;
    font-size: 0.6rem;
    line-height: 0.9rem;
    text-align: center;
}
.column-banner-pic img {
    width: 100%;
    height: 10.55rem;
}
.liTong-top-intro-wrap {
    color: #fff;
    position: absolute;
    left: 1.6rem;
    top: 3rem;
}
.liTong-top-intro-wrap h1 {
    font-size: 1rem;
    line-height: 1.6rem;
}
.liTong-top-intro-wrap i {
    display: block;
    background: #fff;
    width: 1.35rem;
    height: 1px;
    margin: 0.45rem auto 0.6rem;
}


.column-liTong-wrap .column-money-wrap,
.column-bookList-wrap .column-money-wrap {
    box-shadow: none;
    padding: 0 1.85rem 0 2.35rem;
    margin: 0 auto;
    width: 100%;
    height: 4.05rem 
}
.column-liTong-wrap .price,
.column-bookList-wrap .price {
    text-align: left;
    color: #ff6060;
}
.column-liTong-wrap .num-wrap,
.column-bookList-wrap .num-wrap {
    color: #909090;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 1.55rem 0;
    text-align: center;
    font-size: 0.6rem
}
.column-liTong-wrap .num,
.column-bookList-wrap .num{
    background: #303030;
    box-shadow: none;
    color: #fff;
}
.column-liTong-wrap .num-text,
.column-bookList-wrap .num-text{
    text-shadow: none;
}

.column-liTong-wrap .column-top-content,
.column-bookList-wrap .column-top-content {
    padding-right: 1.85rem;
    padding-top: 0.5rem;
}

.column-liTong-wrap .column-num-wrap,
.column-bookList-wrap .column-num-wrap {
    position: absolute;
    margin-top: 0;
    top: 1.6rem;
    right: 1.85rem;
}
.column-liTong-wrap .column-num,
.column-bookList-wrap .column-num {
    width: 0.8rem;
    background-color: #303030;
}
.column-liTong-wrap .column-content-wrap,
.column-bookList-wrap .column-content-wrap{
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    margin-top: 0.9rem;
}

.column-liTong-wrap .column-item-wrap,
.column-bookList-wrap .column-item-wrap {
    padding-right: 2.35rem;
    font-size: 0.7rem;
    line-height: 1.05rem;
    color: #606060;
    padding-bottom: 2rem;
    padding-top: 0.25rem;
}
.column-liTong-wrap .column-item-wrap p,
.column-bookList-wrap .column-item-wrap p {
    margin-top: 0;
    color: #606060;
}
.column-liTong-wrap .column-item-wrap h3,
.column-liTong-wrap .column-item-wrap h2,
.column-liTong-wrap .column-item-wrap h4,
.column-bookList-wrap .column-item-wrap h2{
    color: #303030;
    font-weight: 500;
}
.column-liTong-wrap .column-item-wrap h4{
    padding: 1.2rem 0 0.3rem;
}
.column-liTong-wrap .column-item-wrap h2,
.column-bookList-wrap .column-item-wrap h2{
    font-size: 1.05rem;
    line-height: 1.6rem;
    padding-top: 1.95rem;
    padding-bottom: 0.35rem;
}
.column-liTong-wrap .column-item-wrap h3 {
    font-size: 0.7rem;
    margin-bottom: 0.25rem;
}
.column-liTong-wrap .column-item-wrap h5{
    font-weight: 500;
    font-size: 0.7rem;
}
.column-liTong-wrap .column-item-wrap b{
    color: #303030;
}
.column-liTong-wrap img.liTong-item-pic{
    width: 9.45rem;
    height: 8.9rem;
    margin: 0.2rem auto 0.9rem;
    display: block;
}
.column-liTong-wrap img.liTong-pic{
    width: 14.05rem;
    height: 10.55rem;
    margin: 0.55rem auto 0.9rem;
    display: block;
}
.column-liTong-wrap .indent p{
    text-indent: 0.7rem;
}
.column-liTong-wrap .indent h5{
    position: relative;
    text-indent: 0.7rem;
}
.column-liTong-wrap .indent h5:before{
    content: '';
    position: absolute;
    width: 0.2rem;
    height: 0.2rem;
    background-color: #606060;
    border-radius: 50%;
    left: 0.1rem;
    top: 0.35rem;
}
.column-bookList-wrap .column-item-wrap {
    width:16.15rem;
    margin:0 auto;
    padding:0 0 2rem 0 !important;
}
.column-bookList-wrap .column-item-wrap h2:nth-child(1){
    padding-top:1.8rem;
}
.book-list-wrap{
    width:16.15rem;
    margin:0 auto;
    margin-top:0.8rem;
}
.book{
    padding:0.8rem 0;
    border-bottom:1px solid #e8e8e8;
    flex-direction: row;
}
.book-img{
    height:5rem;
    overflow: hidden;
}
.book-img img{
    width:3.75rem;
    height:5rem;
    margin-right:1.15rem;
}
.book-detail{
    flex:1;
}
.book-title{
    font-size:0.8rem;
    font-weight:bold;
    line-height:0.8rem;
}
.book-summary{
    margin-top:0.4rem;
    font-size:0.7rem;
    line-height:1.05rem;
}
/*区块链*/
.column-blockChain-wrap {
    position: relative;
    overflow: hidden;
    background-color: #00358b;
    padding-bottom: 5rem;
}
.column-blockChain-wrap .column-money-wrap {
    background: rgba(255, 255, 255, 0.1);
    margin-top: 2.95rem;
    box-shadow: none;
    margin-bottom: 0;
}
.column-blockChain-wrap .price h2 {
    color: #ffbc00;
}
.column-blockChain-wrap .num {
    background-color: #fff;
    color: #00358b;
    box-shadow: none;
}
.column-blockChain-wrap .slogan {
    margin-top: 2.15rem;
}
.column-blockChain-wrap .know-content {
    margin-bottom: 0;
}
.column-blockChain-wrap .bg {
    z-index: inherit;
}
.column-blockChain-wrap .bg13 {
    display: none;
}
.column-blockChain-wrap .time-limit-con {
    margin-top: 0.6em;
    font-size: 0.65em;
}

/*虎跑团专栏*/
.column-wrap.column-hRun-wrap {
    padding-bottom: 4rem;
}
.column-wrap.column-hRun-wrap:before {
    height: 14.55rem;
    width: 100%;
    top: 0;
    left: 0;
    background-image: url(../image/column/hrun_top_bg.png);
}
.column-hRun-wrap .column-content-wrap {
    margin-top: 8.85rem;
    padding-top: 1.6rem;
    padding-bottom: 1.3rem;
    margin-bottom: 2.65rem;
}
.column-hRun-wrap img {
    width: 10.55rem;
    height: 0.85rem;
    display: block;
    margin: 0 auto 1.35rem;
}
.column-hRun-price {
    width: 16.1rem;
    height: 4.25rem;
    background: url('../image/column/hrun_price.png') no-repeat;
    background-size: 100%;
    margin: 0 auto 3rem;
}

.column-hRun-price p {
    color:#fff;
    font-size: 0.8rem;
    line-height:  1.5rem;
    width: 8.65rem;
    float: right;
    text-align: center;
    margin-top: 1.25rem;
}

.column-hRun-interests {
    width: 16.4rem;
    height: 29.15rem;
    background: url('../image/column/hrun_interests.png') no-repeat;
    background-size: 100%;
    margin: 0 auto 1.95rem;
    font-size: 0.8rem;
    padding: 8rem 1.7rem 0 3.85rem;
}

.column-hRun-interests p {
    line-height: 1.05rem;
    margin-bottom: 1.25rem;
}
.column-hRun-interests p:nth-child(2){
    margin-bottom: 1.35rem;
}
.column-hRun-interests p:last-child {
    margin-bottom: 0;
}

.column-hRun-review img {
    width: 100%;
    height: 21.6rem;
    display: block;
    margin: 0 auto 1.95rem;
}
.column-hRun-go img {
    width: 16.3rem;
    height: 17.9rem;
    display: block;
    margin: 0 auto 2.1rem;
}
.column-hRun-prompt {
    width: 100%;
    height: 29.75rem;
    background: url('../image/column/hrun_prompt.png?v=202001131707') no-repeat;
    background-size: 100% 100%;
    padding: 7.35rem 2rem 0;
    font-size: 0.7rem;
    line-height: 1.05rem;
    color: #fff;
}

.column-foot-btn.footer-btn-banner {
    padding: 0.3rem 1.4rem;
}
.column-foot-btn.footer-btn-banner a {
    height: 1.6rem;
    line-height: 1.6rem;
}

.column-liTong-second-wrap .f-32 {
    font-size: 0.8rem;
    line-height: 1.2rem;
}
.column-liTong-second-wrap .f-28 {
    font-size: 0.7rem;
    line-height: 1.2rem;
}
.column-liTong-second-wrap .f-20 {
    font-size: 0.5rem;
    line-height: 1.2rem;
}
.column-liTong-second-wrap .f-24 {
    font-size: 0.6rem !important;
    line-height: 1rem !important;
    margin-bottom: 0.25rem;
    font-weight: 500;
}
.column-liTong-second-wrap .f-22 {
    font-size: 0.55rem !important;
    line-height: 1rem !important;
    color: #27282d;
}
.column-liTong-second-wrap .c-f43143 {
    color: #f43143;
}
.column-liTong-second-wrap .spacing {
    letter-spacing: 1px;
}
.column-liTong-second-wrap:before {
    display: none;
}
.column-liTong-second-wrap .column-banner-pic,
.column-liTong-second-wrap .column-banner-pic img {
    height:14.65rem;
}
.column-liTong-second-wrap .column-banner-pic {
    margin-bottom:0.85rem;
}
.column-liTong-second-wrap .liTong-top-intro-wrap {
    font-size: 0.8rem;
    border-left: 0.15rem solid #fff;
    top: 11.25rem;
    left: 1.55rem;
}

.column-liTong-second-wrap .column-money-wrap {
    width: 16.4rem;
    margin: 0 auto;
    background-color: rgba(21, 20, 20, 0.80);
}
.column-liTong-second-wrap .column-money-wrap .price {
    background-color: #d53342;
}
.column-liTong-second-wrap .column-money-wrap .price p {
    color: #333b43;
}

.column-liTong-second-wrap .column-item-wrap {
    padding: 0 1.5rem 1.15rem;
}
.column-liTong-second-wrap .column-item-wrap p {
    line-height: 1.2rem;
    color: #27282d;
}
.column-liTong-second-wrap .column-item-wrap h3 {
    margin-bottom: 0.8rem;
    margin-top: 1.1rem;
    line-height: 1.2rem;
    color: #151414;
}


.column-liTong-second-wrap .column-item-two-wrap {
    width: 100%;
    background: url('../image/column/litong_second_content_bg.png?v=202001131707') no-repeat;
    background-size: 100% 100%;
    color: #fff;
    padding-bottom: 1.1rem;
}

.column-liTong-second-wrap .top-content {
    padding: 1.65rem 1.5rem 0;
}
.column-liTong-second-wrap .top-content h3{
    margin-bottom: 0.6rem;
}
.column-liTong-second-wrap .top-content img {
    display: block;
    margin: 0.95rem auto;
    width: 100%;
    height: 37.175rem;
}
.column-liTong-second-wrap .footer-content p {
    padding-left: 1.25rem;
}
.column-liTong-second-wrap .footer-content img {
    display: block;
    margin: 0.95rem auto;
    width: 15.975rem;
    height: 19.125rem;
}

.column-liTong-second-wrap .column-item-wrap h2{
    color: #151414;
    font-size: 0.8rem;
    line-height:1.6rem;
    padding-top: 0.3rem;
    padding-bottom: 0.35rem;
}
.column-liTong-second-wrap.column-liTong-wrap img.liTong-pic {
    width: 15.75rem;
    height: 10.525rem;
    margin: 0 auto 0.9rem;
    display: block;
    border-radius: 0.4rem;
}

.column-liTong-second-wrap.column-liTong-wrap .column-item-wrap h4 {
    padding-bottom:0.1rem;
    font-weight: 400;
}


@media screen and (max-width:374px){
    .column-money-wrap .num{
        padding-top: 2px;
    }
}

@media screen and (max-width:320px){
    .column-money-wrap .num{
        padding-top: 0;
    }
    .column-top-content {
        padding-left: 1.2rem !important;
    }
    .column-top-content img {
        right: 1.2rem !important;
    }
    .column-item-wrap {
        padding-left:1.2rem;
    }
    .column-item-intro {
        margin-right:1.2rem !important;
    }
    .column-review-wrap {
        padding-left: 1.2rem;
        padding-right: 1.2rem;
    }
    .column-consumer-wrap h1 {
        padding-left: 1.2rem;
    }
    .column-consumer-wrap>span {
        padding-left: 1.2rem;
        padding-right: 1.2rem;
    }
    .column-consumer-ul {
        padding-left: 1.2rem;
        padding-right: 1.2rem;
    }
    .column-consumer-ul li {
        padding: 0 0.2rem;
    }

    .column-innovate-wrap .column-item1:before {
        right: 0.6rem;
    }
    .column-innovate-wrap .column-review-wrap.before:before {
        right: 0.6rem;
    }

    .column-table-wrap .column-item1:before {
        right: 2.5rem;
    }
    .column-table-wrap .column-item3:before {
        right: 0.5rem;
    }
    .column-table-wrap .column-top-content img {
        right: 0.6rem !important;
    }
    .column-table-note-wrap .column-item3:before {
        right: 1rem;
    }
    .column-table-note-wrap .column-item-intro {
        margin-right: 0.8rem !important;
    }

    .column-banner-pic {
        height: auto;
    }
    .column-banner-pic img {
        height: auto;
    }
    .liTong-top-intro-wrap {
        left: 1rem;
    }
    .innovate-item-wrap {
        padding: 0 0.6rem;
    }
    .innovate-item-wrap li {
        margin-top:0.6rem;
    }
    .innovate-classify-wrap {
        width: auto;
        margin: 3.4rem 0.2rem 0;
    }
    .innovate-classify-wrap>p {
        margin-left:-0.4rem;
    }
    .column-liTong-wrap .column-content-wrap,
    .column-bookList-wrap .column-content-wrap {
        width: auto;
        margin: 0.9rem 0.8rem 0;
    }

    .book-list-wrap {
        width: 15rem;
    }
    .column-bookList-wrap .column-item-wrap {
        width: 15rem;
    }

}


/*天图专栏*/
.column-tiantu{
    background-image: url(../image/column/tiantu_bg.jpg);
    background-position: center;
}
.column-tiantu img{
    display: block;
    width: 100%;
}
.column-tiantu .column-banner-tiantu{
    width: 100%;
    height:auto;
    position: absolute;
    left:0;top:0;
    margin-bottom: 1.15rem;
}
.column-tiantu main{
    width: 15.75rem;
    border:1px solid #000;
    margin:1.6rem auto 0;
    position: relative;
    padding-top: 11.5rem;
}
.column-tiantu .column-money-wrap{
    width: 15.35rem;
    margin: 0 auto 1.5rem;
    position: relative;
}
.column-tiantu .column-money-wrap .price {
    background-color: #32619e;
}
.column-tiantu .column-money-wrap .price p {
    color: #333b43;
}
.column-tiantu .num-text{
    color: #32619e;
    text-shadow: none;
}
.column-tiantu .num {
    background-color: #32619e;
}
.column-tiantu .tiantu-con{
    font-size: 0.8rem;
}
.column-tiantu .right-arrow{
    display: inline-block;
    width: 0;
    height: 0;
    border: 0.55rem solid transparent;
    border-left-color: #151032;
}
.module-tit{
    margin-bottom: 0.4rem;
}
.font-blod{
    font-weight: bold;
}
.align-item{
    display: flex;
    align-items: center;
}
.line-height{
    line-height: 1.2rem;
}
.body-con{
    font-size: 0.65rem;
    padding:0 0.55rem;
    margin-bottom: 2rem;
}
.question-tit{
    position: relative;
}
.icon-question{
    width: 1.05rem;
    height:1.05rem;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    left:-0.525rem;
    margin-right: 0.25rem;
}
.question-tit span{
    display: inline-block;
    padding:0 0.5rem 0 0.8rem;
}
.chat-img{
    margin-top: 1rem;
    width: 100%;
    margin-bottom: 1.5rem;
}
.posi-relative{
    position: relative;
}
.icon-circle{
    position: absolute;
    width: 0.325rem;
    left:0;top:0.3rem;
}
.answer-con p{
    margin-bottom: 1.75rem;
}
.tiantu-table{
    margin-top: 1.5rem;
    width: 100%;
}
.tiantu-column-author{
    width: 15.75rem;
    margin:1.675rem auto 0;
}
.tiantu-author{
    margin-bottom: 0.9rem;
    width: 100%;
}
.author-info{
    font-size: 0.65rem;
    margin-bottom: 2.4rem;
}
.attention-info{
    width: 15.35rem;
    margin:0 auto;
    color:#262242;
    font-size: 0.65rem;
}
.right-arrow-red{
    display: inline-block;
    width: 0;
    height: 0;
    border: 0.2rem solid transparent;
    border-left-color: #d45260;
    position: absolute;
    left:-0.3rem;top:0.4rem;
}
.left-top-icon{
    display: inline-block;
    width: 0;
    height: 0;
    border: 0.3rem solid transparent;
    border-top-color: #18183d;
    position: absolute;
    left:-0.28rem;top:-0.05rem;
}
.right-top-icon{
    width: 0.3rem;
    height:0.3rem;
    border-radius: 50%;
    background: #18183d;
    position: absolute;
    right:-0.15rem;
    top:-0.15rem;
}
.left-bottom-icon{
    width:0.3rem;
    height:0.3rem;
    background: #18183d;
    transform: rotate(45deg);
    position: absolute;
    left:-0.15rem;
    bottom:-0.15rem;
}
.right-bottom-icon{
    width: 0.3rem;
    height:0.3rem;
    border-radius: 50%;
    background: #18183d;
    position: absolute;
    right:-0.15rem;
    bottom:-0.15rem;
}
.right-top-con{
    position: absolute;
    right:0.3rem;
    top:-1rem;
    font-size: 0.3rem;
    color:#151032;
}




/*公共模板*/
.no-text-shadow {
    text-shadow: none !important;
}
.no-box-shadow {
    box-shadow: none !important;
}
.mb-16 {
    margin-bottom: 0.8rem !important;
}
.font-w {
    font-weight: 500 !important;
}
.bg-f1 {
    background: #f1f1f1 !important;
}
.time-limit-con{
    margin-top: 0.9rem;
    font-size: 0.6rem;
    color: #e34519;
    text-align: center;
}
.column-content-title{
    font-size: 0.75rem;
    color: #000;
    font-weight: bolder;
}
.column-info-tag{
    color: #D08D2D;
    font-size: 0.6rem;
    margin-top: 0.4rem;
}
.common-column{
    padding-bottom: 0;
}
.common-column img{
    display: block;
    width: 100%;
}
.column-banner{
    width: 100%;
}
.common-column main{
    width: 100%;
    padding:1.25rem 1.5rem 0;
}
.common-column main.pt1rem {
    padding-top: 1rem;
}


.common-column .column-content{
    color: #333333;
    margin-top: 0.9rem;
}
.common-column .column-content p{
    font-size: 0.68rem;
    line-height: 1.2rem;
    text-align: justify;
    margin-bottom: 1.5rem;
    letter-spacing: 0.04rem;
    font-weight: 400;
}
.common-column span.font-bold {
    font-weight: bolder;
}
.common-column .column-author-bg{
    overflow: hidden;
    width: 17.8rem;
    background: url("../image/column/author-bg.png") repeat right;
    background-size: 100% 100%;
    padding-bottom: 1.2rem;
    margin:0 0 1.75rem -0.55rem;
}
.common-column .column-author-tit{
    width: 3.6rem;
    height:1rem;
    line-height: 1rem;
    background: #f83c2c;
    margin:0.125rem 0 0 0.125rem;
    color: #fff;font-size: 0.55rem;
    text-align: center;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.common-column .column-author-bg ul{
    overflow: hidden;
}
.common-column .column-author-list{
    padding: 0 1.15rem;
    margin-top: 0.75rem;
}
.common-column .column-author-name{
    font-size: 0.9rem;
    margin-bottom: 0.625rem;
}
.common-column .column-author-intro{
    font-size: 0.65rem;
    line-height: 1.15rem;
}
.common-column .column-content .module-tit{
    font-size: 0.75rem;
    margin-bottom: 0.75rem;
}
.common-column .common-column-footer{
    background: #fff;
}
.common-column .column-subscription-notice{
    width: 100%;
    padding:1.5rem 1.2rem 1.75rem;
}
.common-column .column-subscription-notice .column-subscription-notice-tit{
    font-size: 0.55rem;
    margin-bottom: 0.65rem;
    color: #858585;
}
.common-column .column-subscription-notice p{
    font-size: 0.5rem;
    line-height: 1rem;
    color: #6c6c6c;
}
.common-column .footer-column-logo{
  width: 100%;
  text-align: center;
  margin: 0 auto;
  color: #b3b3b3;
  font-size: 0.5rem;
  line-height: 1.5;
  padding-bottom:2rem;
}
.footer-column-logo img {
  width: 2.9rem;
  height:0.7rem;
  margin: 0 auto 0.35rem;
}
.footer-column-logo {
  font-size: 0.75rem;
  color: #000;
  margin-bottom: 0.8rem;
  font-weight: bolder;
}



/*ipo*/
.column-wrap.column-ipo {
    background-color: #f1f1f1;
}
.column-ipo .column-money-wrap .price{
    background-color: #d53342;
}
.column-ipo .column-money-wrap .price p{
    color: #5a0c0c;
}
.column-ipo .column-money-wrap .num{
    background-color: #d53342;
}
.column-ipo .column-money-wrap .num-text {
    color: #b53d3e;
    text-shadow: none;
}
/*专栏介绍页改版*/
.vip-column-footer{
    width: 100%;
    max-width: 640px;
    height:2.7rem;
    position: fixed;
    bottom:0;left:0;
    right:0;margin:auto;
    line-height: 2.7rem;
    font-size: 0.7rem;
    z-index: 20;
}
.vip-column-footer ul{
    overflow: hidden;
}
.vip-column-footer ul li{
    cursor: pointer;
}
.vip-column-btn-normal{
    width: 26.7%;
    text-align: center;
}
.vip-column-btn-large{
    width: 46.6%;
    height:2.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-open-vip{
    padding-top: 0.2rem;
    line-height: 1.1;
    font-size:0.8rem;
    text-align: center;
}
.vip-column-btn-divide{
    width: 50%;
    text-align: center;
}


/*成为超级投资者*/
.column-super-investor-wrap main {
    padding-bottom: 1px;
}
.column-super-investor-wrap .column-money-wrap {
    box-shadow: 0 0.3rem 0.6rem rgba(0,0,0,.2);
    border: 0.05rem solid #1c1850;
    margin-bottom: 0.65rem;
}
.column-super-investor-wrap .column-money-price-box {
    margin: 0 auto 1.4rem;
}
.column-super-investor-wrap .column-money-wrap .price {
    background-color: #1c1850;
}
.column-super-investor-wrap .column-money-wrap .price p {
    color: #dedede;
}
.column-super-investor-wrap .column-money-wrap .num {
    background-color: #b61a00;
    box-shadow: none;
}
.column-super-investor-wrap .column-money-wrap .num-text {
    color: #b61a00;
    text-shadow: none;
}
.column-super-investor-wrap .time-limit-con{
    color: #b61a00;
}

.column-super-investor-wrap .column-content-title {
    font-size: 0.85rem;
    margin-bottom: 0.45rem;
}
.column-super-investor-wrap .column-content p {
    font-size: 0.7rem;
}
.column-super-investor-wrap .column-author-bg {
    margin-bottom: 1.2rem;
    padding-bottom: 0.75rem;
}
.column-super-investor-wrap .column-author-tit {
    background-color: #1c1850;
}

.column-super-investor-wrap .column-author-intro {
    font-size: 0.7rem;
    line-height:1.2rem;
    padding: 0.5rem 1.2rem 0;
    color: #333;
}
.column-super-investor-wrap .column-fit-wrap {
    margin-bottom: 1.35rem;
}
.column-super-investor-wrap .column-fit-wrap h2,
.column-super-investor-wrap .column-fit-wrap p {
    color: #b61a00;
}
.column-super-investor-wrap .column-fit-wrap p {
    margin-bottom: 0.5rem;
    font-size:0.7rem;
}

.column-super-investor-wrap .common-column-footer {
    background-color: #f5f5f5;
}
.column-super-investor-wrap .common-column-footer .column-subscription-notice-tit {
    font-size: 0.6rem;
    color: #5c5c5c;
}
.column-super-investor-wrap .column-subscription-notice p {
    font-size: 0.55rem;
    color: #5c5c5c;
}


/*小程序底部按钮*/
.vip-column-footer-xcx .btn-content{
    width: 18.75rem;
    height: 2.8rem;
    text-align: center;
}
.vip-column-footer-xcx .btn-font-style{
    width: 100%;
    height: 100%;
    padding: 0.85rem 0;
    color:#FF6060;
    font-size: 0.8rem;
    line-height:1.1rem ;
    text-align: center;
}
.vip-column-footer-xcx .open-vip-btn{
    height: 2.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.vip-column-footer-xcx .open-vip-first-mark{
    font-size: 0.8rem;
    line-height: 1.1rem;
}
.vip-column-footer-xcx .open-vip-second-mark{
    font-size: 0.5rem;
    line-height: 0.7rem;
}
.btn-border-right-f5{
    border-right: 1px solid #f5f5f5;
}
.btn-border-top-f5{
    border-top:1px solid #f5f5f5;
}
.btn-border-top-f60{
    border-top:1px solid #FF6060;
}

/* 小程序和m站底部按钮 适配X */
.vip-column-footer-xcx.iPhoneX-foot-style {
    padding-bottom: 3.5rem;
}
.vip-column-footer-m.iPhoneX-foot-style {
    padding-bottom: 3.5rem;
}

/* 任正非*/
.column-renzhengfei-scam {
    font-family: AlibabaPuHuiTiM;
}
.column-renzhengfei-scam .num-wrap {
    color: #0f2d51;
}
.column-renzhengfei-scam .num {
    background-color: #0f2d51;
    color: #fff;
}
.column-renzhengfei-scam .price {
    background-color: #0f2d51;
}
.column-renzhengfei-scam .column-author-quotation {
    font-weight: 500;
}
.column-renzhengfei-scam .column-author-quotation span {
    text-align: right;
}
.column-renzhengfei-scam .column-content {
     font-size: 0.7rem;
     color: #333;
     line-height: 1.2rem;
     text-align: justify;
}
.column-renzhengfei-scam .column-content span {
    display: block;
    margin-top: 0.5rem;
}
.column-renzhengfei-scam .column-content-title {
    margin-top: 1.7rem;
    line-height: 1.5;
    position: relative;
}
.column-renzhengfei-scam .column-content-title p {
    width: 100%;
    position: relative;
    z-index: 2;
    background-color: #fff;
    margin-left: -0.2rem;
    padding-left: 0.2rem;
}
.column-renzhengfei-scam .column-content-title:before {
    content: '';
    display: block;
    width: 1rem;
    height: 1rem;
    border-radius: 1rem;
    background-color: #caad48;
    position: absolute;
    left:-0.75rem;
    top: 50%;
    transform: translateY(-50%);
}

.column-renzhengfei-scam .column-author-bg {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.column-renzhengfei-scam .column-author-tit {
    background-color: #0F2D51;
}
.column-renzhengfei-scam .column-author-content {
    padding: 0.6rem 1.5rem 0 1.2rem;
}
.column-renzhengfei-scam .c-caad48 {
    color: #caad48;
}
.column-renzhengfei-scam .common-column-footer {
    background-color: #f5f5f5;
}
.column-renzhengfei-scam  main {
    padding-bottom: 2.3rem;
}
/* todo 注释，专栏彻底改版完成之后可删除 有些专栏footer还有用到img */
.footer-column-logo img {
    width: 2.9rem;
    height:0.7rem;
    margin: 0 auto 0.35rem;
}
/*复苏专栏*/
.column-xipaiyubaofa-wrap .price {
    background: #0088BC;
}
.column-xipaiyubaofa-wrap .c-08bc {
    color: #0088BC;
}
.column-xipaiyubaofa-wrap main {
    padding-bottom: 1.925rem;
}
.column-xipaiyubaofa-wrap .column-money-wrap {
    box-shadow: 0.1rem 0.1rem 0.6rem #747A7A4D;
}
.column-xipaiyubaofa-wrap .price p {
    color: #16181C;
}
.column-xipaiyubaofa-wrap .column-money-wrap .num {
    background: #38383A;
    box-shadow: 0 0 0;
}
.column-xipaiyubaofa-wrap .column-money-wrap .num-text {
    color: #000000;
    text-shadow: none;
}
.column-xipaiyubaofa-wrap .column-author-name {
    font-weight: 500;
    margin-bottom: 0.3rem;
}
.column-xipaiyubaofa-wrap p.value-mb {
    margin-bottom: 0.2rem;
}
.column-xipaiyubaofa-wrap .left-text {
    width: 3.2rem;
}
.common-column .column-subscription-notice {
    padding: 1.75rem 1.5rem 0.6rem;
}

.column-innovation-wrap .price {
    background: #093D64;
}
.column-innovation-wrap .num-text {
    text-shadow: none;
    color: #000;
}
.column-innovation-wrap .num {
    background-color: #000;
}
.column-innovation-wrap .c-D23C1C {
    color: #D23C1C;
}
.column-innovation-wrap .column-content .value-sty {
    margin-bottom: 0;
    font-size: 0.7rem
}
.column-innovation-wrap .column-content .value-sty:last-child {
    margin-bottom: 1.5rem;
}

.column-content.mb-10 p {
    margin-bottom: 0.5rem;
}
.column-content.mb-10 p:last-child {
    margin-bottom: 1.5rem;
}

.c-3353C0{
    color: #3353C0!important;
}
.mb-12 {
    margin-bottom: 0.6rem !important;
}
.bg-3353C0{
    background-color: #3353C0!important;
}
.c-D79300{
    color: #D79300!important;
}
.column-innovation-five-wrap .column-money-wrap {
    box-shadow:0.1rem 0.1rem 0.6rem rgba(116, 122, 122, 0.3);
}
.column-innovation-five-wrap .price {
    color: #FCC100;
    background: #323232;
}
.column-innovation-five-wrap .num{
    background-color: #000;
}
.column-innovation-five-wrap .num-text{
    color: #000;
    text-shadow: none;
}
.column-innovation-five-wrap .column-author-tit {
    background: #323232;
    color: #FCC100;
}
.column-innovation-five-wrap .column-author-name{
    font-size: 1rem;
    font-weight: 500;
}
.column-innovation-five-wrap .fit-sty {
    line-height: 1.3rem;
    font-size: 0.7rem;
}
.column-innovation-five-wrap .img-bottom{
    margin-bottom: 2.2rem;
}

.c-9C0A1D {
    color: #9C0A1D!important;
}
.mb-8 {
    margin-bottom: 0.4rem !important;
}
.column-bafeite-wrap .price {
    background: #9C0A1D;
}

.column-bafeite-wrap .num {
    background: #0d0d0d;
}
.column-bafeite-wrap .num-text{
    color: #0D0D0D
}
.column-bafeite-wrap .common-column-footer ,.column-buffett-wrap .common-column-footer{
    background: #F6F6F6;
}
.c-D63B2B {
    color: #D63B2B !important;
}
.column-investor-wrap .price {
    background: #D63B2B;
}
.column-investor-wrap .num {
    background: #240403;
}
.column-investor-wrap .num-text {
    color: #240403;
}
.column-investor-wrap .common-column-footer {
    background: #F4F3F3;
}

.column-investor-wrap .column-author-tit {
    background: #D63B2B;
}
.c-0d{
    color:#0D0D0D;
}
.c-E65100{
    color: #E65100!important;
}
.column-buffett-wrap .price {
    background: #FE5A00;
}

.column-buffett-wrap .num{
    background-color:#0D0D0D;
    box-shadow:none;
}
.column-buffett-wrap .num-text{
    text-shadow:none;
    color: #0D0D0D;
}
.column-buffett-wrap .column-content-change p{
    margin-bottom: 0.1rem;
}
.column-buffett-wrap .column-content-change p:last-child{
    margin-bottom: 1.5rem;
}
.column-buffett-wrap .column-money-wrap{
    box-shadow:0.1rem 0.1rem 0.6rem rgba(116, 122, 122, 0.3);
}


.c-8B5513 {
    color: #8B5513 !important;
}
.mb-4 {
    margin-bottom: 0.2rem !important;
}
.column-increase-wrap .price,
.column-increase-wrap .column-author-tit {
    background: #8B5513;
}

.column-increase-wrap .num {
    background-color: #1b1b1b;
}
.column-increase-wrap .num-text{
  color: #0D0D0D;
}
.column-increase-wrap .common-column-footer {
    background-color: #eaeaea;
    color: #151032 !important;
}
.column-supply-chain-manage-wrap .price {
    background: #00499D;
}
.column-supply-chain-manage-wrap .column-money-wrap .num{
    background-color: #00499D;
    box-shadow: 0.1rem 0.1rem 0.5rem rgba(0,73,157,.5);
}
.column-supply-chain-manage-wrap .column-money-wrap .num-wrap .no-text-shadow{
    color: #00499D;
}
.supply-chain-manage-value{
    color:#00499D;
    margin-bottom: 0.4rem;
}
.supply-chain-manage-value-title{
    font-size: .75rem;
    font-weight: bolder;
    margin-bottom: 0.8rem;
}
.supply-chain-manage-content-box{
    padding-top: 1.5rem;
}

.supply-chain-manage-value li,.supply-chain-manage-content-box li{
    font-size: 0.68rem;
    line-height: 1.2rem;
    font-weight: bolder;
}
.supply-chain-manage-content-box li{
    color: #000;
}

/*股权的秘密专栏*/
.c-A30C27 {
    color: #A30C27 !important;
}
.column-stock-secret-wrap .price,
.column-stock-secret-wrap .num {
    background: #A30C27;
}

.column-stock-secret-wrap .num-text {
  color: #0D0D0D;
}

.column-stock-secret-wrap .mb0{
    margin-bottom: 0;
    font-size: 0.9rem;
}
.column-stock-secret-wrap .common-column-footer{
    background: #EAEAEA;
}

.column-stock-secret-wrap .column-content-img{
    margin-bottom: 2.2rem;
}

/*全球科技纵览*/
.c-00D0A2 {
    color: #00D0A2 !important;
}
.column-kejizonglan-wrap .price{
  background-color: #00D0A2;
}
.column-kejizonglan-wrap .price h2 {
    color: #000;
}
.column-kejizonglan-wrap .column-money-wrap {
    box-shadow: 0.1rem 0.1rem 0.6rem rgba(0,0,0,.2);
}
.column-kejizonglan-wrap .num {
    background-color: #1B1B1B;
}
.column-kejizonglan-wrap .num-text{
    color: #1B1B1B;
}

.column-kejizonglan-wrap .column-author-tit {
    background-color: #000;
}
.column-kejizonglan-wrap .mb0 {
    margin-bottom: 0 !important;
}
.column-kejizonglan-wrap .common-column-footer {
    background-color: #eaeaea;
}

.bg-CA0505 {
    background-color: #CA0505 !important;
}
.c-CA0505 {
    color: #CA0505 !important;
}

.subscription-economy-wrap .price {
  background-color: #CA0505;
}
.subscription-economy-wrap .num {
    background-color: #1B1B1B;
}
.subscription-economy-wrap .num-text {
    color: #1B1B1B;
}
.subscription-economy-wrap .common-column-footer {
    background-color: #EAEAEA;
}
/*快递之王*/
.column-kuaidi-wrap .price{
    background: #0F2C5E;
}

.column-kuaidi-wrap .co-0f2c5e{
    color: #0F2C5E;
}

.column-kuaidi-wrap .column-money-wrap .price p{
    color: #FFCE26;
}

.column-kuaidi-wrap .num{
    background: #1B1B1B;
}

.column-kuaidi-wrap .num-text{
  color: #0D0D0D;
}

.column-kuaidi-wrap .content-overview{
    font-size: 0.68rem;
    line-height: 1.2rem;
    letter-spacing: 0.04rem;
    margin-bottom: 2.2rem;
}

.column-kuaidi-wrap .common-column-footer{
    background: #EAEAEA;
}
/*肖星 东西企业价值真相*/
.column-corporation-wrap .price {
  background-color: #0F2C5E;
}
.column-corporation-wrap .column-money-wrap .price p{
    color: #FFCE26;
}
.column-corporation-wrap .c-0f2c5e{
    color: #0f2c5e;
}
.column-corporation-wrap .num{
    background: #1B1B1B;
}
.column-corporation-wrap .num-text{
    color: #0D0D0D;
}
/*吴晨 商业观察*/
.column-business-observation-wrap .price{
    background: #0F2C5E;
}
.column-business-observation-wrap .column-money-wrap .price p{
    color: #FFCE26;
}
.column-business-observation-wrap .bg-0f2c5e{
    background: #0F2C5E;
}
.column-business-observation-wrap .c-0f2c5e{
    color: #0f2c5e;
}
.column-business-observation-wrap .num{
    background: #1B1B1B;
}
.column-business-observation-wrap .num-text{
  color: #0D0D0D;
}

/* 秒解公司*/
.column-miaojie-wrap .price{
    background: #ff404b;
}
.column-miaojie-wrap .c-1b1b1b{
    color: #000;
}
.column-miaojie-wrap .num{
    background-color: #1B1B1B;
}
.column-miaojie-wrap .num-text{
    color: #0D0D0D;
}
.column-miaojie-wrap .focus-title{
    color: #ff404b;
}
.column-miaojie-wrap .focus-view{
    display: flex;
    justify-content: space-between;
}
.column-miaojie-wrap .focus-view span{
    color: #FF404B;
    font-size: 0.7rem;
}
.column-miaojie-wrap .mb{
    margin-bottom: 1.5rem;
}

.column-miaojie-wrap .match-content{
    margin-left: 0.4rem;
    color: #333333;
}

.column-miaojie-wrap .trait-ml{
    margin-left: 0.5rem;
}

.column-miaojie-wrap .common-column-footer{
    background: #eaeaea;
}

/*可复制的创业方法论*/
.copy-start-business-wrap .price{
  background-color: #CA0505;
}
.copy-start-business-wrap .num{
    background-color: #1b1b1b;
}
.copy-start-business-wrap .num-text{
    color: #1b1b1b;
}
.copy-start-business-wrap .common-column-footer{
    background: #eaeaea;
}
/*10倍股*/
.bg-0045AC {
    color: #0045AC !important;
}
.shibeigu-wrap .price{
    background-color: #0045AC;
}
.shibeigu-wrap .price p {
    color: #CF8C2D;
}
.shibeigu-wrap .column-money-wrap {
    box-shadow: 0.1rem 0.1rem 1rem rgba(0,0,0,.1);
}
.shibeigu-wrap .num{
    background-color: #1B1B1B;
}
.shibeigu-wrap .num-text{
    color: #1b1b1b;
}
.shibeigu-wrap.common-column .column-author-tit{
    background-color: #0045AC;
}
.shibeigu-wrap.common-column .column-author-intro {
    margin-top: 0.55rem;
    color: #333;
}
.shibeigu-wrap .common-column-footer{
    background: #eaeaea;
}


/*给投资者的消息内参 第二季*/
.column-internal-reference-wrap .price{
    background: #C91432;
}

.column-internal-reference-wrap .c-C91432{
    color: #C91432;
}

.column-internal-reference-wrap .column-money-wrap .price p{
    color: #CF8C2D;
}

.column-internal-reference-wrap .num{
    background-color: #1b1b1b;
}

.column-internal-reference-wrap .num-text {
  color: #0D0D0D;
}

.column-internal-reference-wrap .common-column-footer{
    background: #eaeaea;
}

/*新经济公司案例*/
.c-F83339 {
    color: #F83339 !important;
}
.column-new-economy-wrap .price {
    background-color: #F83339;
    color: #000000;
}
.column-new-economy-wrap .price h2 {
    color: #fff;
}
.column-new-economy-wrap .num-text {
    color: #1b1b1b;
}
.column-new-economy-wrap .num {
    background-color: #1B1B1B;
}
.column-new-economy-wrap .column-money-wrap {
    box-shadow: 0.1rem 0.3rem 0.6rem rgba(116, 122, 122, 0.3);
}
.column-new-economy-wrap  .common-column-footer {
    background-color: #e5e5e5;
}

/* 买基金入门必读 */
.column-buy-fund-wrap .column-money-wrap {
    box-shadow: 0 0.85rem 2.2rem 0.1rem rgba(116, 122, 122, 0.3);
}

.column-buy-fund-wrap .price {
    background: #EC4300;
}

.column-buy-fund-wrap .num {
    background-color: #1b1b1b;
}
.column-buy-fund-wrap .num-text{
  color: #0D0D0D;
}

.column-buy-fund-wrap .bg-1b {
    box-shadow: none;
}

.column-buy-fund-wrap .c-EC4300 {
    color: #EC4300;
}

.column-buy-fund-wrap .mb0 {
    font-size: 1rem;
    color: #333333;
    font-weight: 700;
}

.column-buy-fund-wrap .content-overview p {
    letter-spacing: 0;
}

.column-buy-fund-wrap .column-content-title .c-EC4300 p {
    color: #EC4300;
}

.column-buy-fund-wrap .common-column-footer {
    background: #eaeaea;
}

/* 投资就是选赛道 */

.column-jijinjinjie-wrap .price {
  background-color: #EC0600;
}
.column-jijinjinjie-wrap .num {
    background-color: #1b1b1b;
}
.column-jijinjinjie-wrap .num-text {
    color: #0D0D0D;
}
.column-jijinjinjie-wrap .c-EC0600{
  color: #EC0600;
}
.column-jijinjinjie-wrap h4 {
    font-size: 1rem;
    margin: 0.5rem 0 -0.4rem 0;
}

.column-jijinjinjie-wrap .w-5 {
    width: 5rem;
}


/* 投资内参 */

.column-touzineican-wrap .price {
    background: #380303;
}
.column-touzineican-wrap .num {
    background-color: #1b1b1b;
}
.column-touzineican-wrap .num-text {
    color: #0D0D0D;
}

.column-touzineican-wrap .c-490404 {
    color: #490404;
}

.column-touzineican-wrap .column-content-title .c-490404 p {
    color: #490404;
}

/* 基金入门 */

.column-jijinrumen-wrap .price {
    background: #EC4300;
}
.column-jijinrumen-wrap .num {
    background-color: #1b1b1b;
}
.column-jijinrumen-wrap .num-text {
    color: #0D0D0D;
}

.column-jijinrumen-wrap .c-EC4300 {
    color: #EC4300;
}

.column-jijinrumen-wrap .column-content-title .c-EC0600 p {
    color: #EC0600;
}

/* 跟着大师投资 */
.dashitouzi-wrap .price {
    background-color: #0033FF;
}
.dashitouzi-wrap .c-e7af5e {
    color: #e7af5e;
}

.dashitouzi-wrap .num {
    background-color: #1b1b1b;
}
.dashitouzi-wrap .num-text {
    color: #0D0D0D;
}

.dashitouzi-wrap .mb2 {
    margin-bottom: 2rem;
}

.dashitouzi-wrap .c-012dde {
    color: #012DDE;
}

.dashitouzi-wrap .mb1 {
    margin-bottom: -0.5rem;
}

.dashitouzi-wrap .bg-ea {
    background-color: #eaeaea;
}

/* 《Track the ARK》 */
.ark-wrap .price {
    background-color: #094AE6;
}
.ark-wrap .c-e7af5e {
    color: #e7af5e;
}

.ark-wrap .num {
    background-color: #1b1b1b;
}

.ark-wrap .num-text {
  color: #0D0D0D;
}

.ark-wrap .c-094ae6 {
    color: #094AE6;
}

.ark-wrap .mb1 {
    margin-bottom: -0.5rem;
}

.ark-wrap .bg-ea {
    background-color: #eaeaea;
}

/* 全球科技纵览 第二季 */
.column-quanqiukejizonglan-wrap .price{
    background-color: #0b0967;
    color: #00e5f9;
}
.column-quanqiukejizonglan-wrap .price h2 {
    color: #00e5f9;
}
.column-quanqiukejizonglan-wrap .column-money-wrap {
    box-shadow: 0.1rem 0.1rem 0.6rem rgba(0,0,0,.2);
}
.column-quanqiukejizonglan-wrap .num {
    background-color: #0b0967;
    color: #00e5f9;
}
.column-quanqiukejizonglan-wrap .num-text{
    color: #1B1B1B;
}
.column-quanqiukejizonglan-wrap .column-author-tit {
    background-color: #0b0967;
    color: #00e5f9;
}
.column-quanqiukejizonglan-wrap .column-content-title{
    color: #0b0967;
}
.column-quanqiukejizonglan-wrap .common-column-footer {
    background-color: #eaeaea;
}
.column-quanqiukejizonglan-wrap .column-subscription-notice-tit{
    margin-left: -0.3rem;
}
.column-quanqiukejizonglan-wrap .column-content p{
    letter-spacing: 0;
    margin-bottom: 0;
}
.column-quanqiukejizonglan-wrap.common-column .column-content{
    margin-top: 0.4rem;
}
.column-quanqiukejizonglan-wrap .ml-4{
    margin-left: 0.2rem;
}

/* 新经济读书 */
.column-xinjingjidushuke-wrap main{
    background-color: #e5e5e5;
    padding: 1.25rem 1.125rem 0;
}
.column-xinjingjidushuke-wrap .price{
    background-color: #302C86;
    color: #fff;
}
.column-xinjingjidushuke-wrap .price h2 {
    color: #fff;
}
.column-xinjingjidushuke-wrap .column-money-wrap {
    box-shadow: 0.1rem 0.1rem 0.6rem rgba(0,0,0,.2);
}
.column-xinjingjidushuke-wrap .num {
    background-color: #302C86;
    color: #fff;
}
.column-xinjingjidushuke-wrap .num-text{
    color: #0b0967;
}
.column-xinjingjidushuke-wrap .column-content-title{
    color: #302C86;
    font-size: 1rem;
    margin-top: 1rem;
}
.column-xinjingjidushuke-wrap .common-column-footer {
    background-color: #d2d2d2;
}
.column-xinjingjidushuke-wrap .column-subscription-notice-tit{
    margin-left: -0.3rem;
}
.column-xinjingjidushuke-wrap .column-content p{
    letter-spacing: 0;
    margin-bottom: 0;
    line-height: 1rem;
    font-size: 0.7rem;
}
.column-xinjingjidushuke-wrap .sub-title{
    color: #333;
    margin-top: 0.9rem;
    font-size: 0.75rem;
}
.column-xinjingjidushuke-wrap .mt-0{
    margin-top: 0;
}
.column-xinjingjidushuke-wrap .mt-6{
    margin-top: 0.3rem;
}
.column-xinjingjidushuke-wrap .mt-8{
    margin-top: 0.4rem;
}
.column-xinjingjidushuke-wrap .gain-view{
    color: #333;
    font-size: 0.65rem;
    margin-top: 0.5rem;
}
.column-xinjingjidushuke-wrap .gain-view .point{
    height: 0.53rem;
    width: 0.53rem;
    background-color: #302C86;
    border-radius: 0.53rem;
    margin-right: 0.3rem;
}
/**
    消息内参 第三季
*/
.column-touzizhedexiaoxineican-wrap .price{
    background: #FA4B50;
}

.column-touzizhedexiaoxineican-wrap .c-fa4b50{
    color: #FA4B50;
}

.column-touzizhedexiaoxineican-wrap .column-money-wrap .price p{
    color: #E7AF5E;
}

.column-touzizhedexiaoxineican-wrap .num{
    background-color: #1b1b1b;
}
.column-touzizhedexiaoxineican-wrap .num-text{
  color: #0D0D0D;
}

.column-touzizhedexiaoxineican-wrap .common-column-footer{
    background: #eaeaea;
}
.column-touzizhedexiaoxineican-wrap .column-content-new p{
    font-size: 0.7rem;
    margin-bottom: 0.7rem;
    letter-spacing: 0;
}
.column-touzizhedexiaoxineican-wrap .column-content{
    margin-top: 0.7rem;
}
.column-touzizhedexiaoxineican-wrap .column-author-bg{
    padding-bottom: 0;
}
.column-touzizhedexiaoxineican-wrap .column-author-intro{
    margin-bottom: 0.7rem;
}
/**
    大咖把脉二级市场
*/
.column-dakabamaierjishichang-wrap .price{
    background-color: #01104D;
}
.column-dakabamaierjishichang-wrap .c-fa4b50{
    color: #FA4B50;
}
.column-dakabamaierjishichang-wrap .num{
    background-color: #1b1b1b;
}
.column-dakabamaierjishichang-wrap .num-text{
  color: #0D0D0D;
}
.column-dakabamaierjishichang-wrap .common-column-footer{
    background: #eaeaea;
}
.column-dakabamaierjishichang-wrap .column-content-new p{
    font-size: 0.7rem;
    margin-bottom: 0.7rem;
    letter-spacing: 0;
}
.column-dakabamaierjishichang-wrap .column-content{
    margin-top: 0.7rem;
}


/**
    每日投资参考 
*/
.column-meiritouzicankao-wrap .price{
    background:#262D3C;
}

.column-meiritouzicankao-wrap .column-author-tit {
    background-color: #CDA06A;
}

.column-meiritouzicankao-wrap .column-money-wrap .price p{
    color: #E7AF5E;
}

.column-meiritouzicankao-wrap .c-CDA06A{
    color: #CDA06A;
}

.column-meiritouzicankao-wrap .num{
    background-color: #1b1b1b;
}
.column-meiritouzicankao-wrap .num-text {
  color: #0D0D0D;
}
.column-meiritouzicankao-wrap .common-column-footer{
    background: #eaeaea;
}
.column-meiritouzicankao-wrap .column-content-new p{
    font-size: 0.7rem;
    margin-bottom: 0.7rem;
    letter-spacing: 0;
}
.column-meiritouzicankao-wrap .column-content{
    margin-top: 0.7rem;
}
.column-meiritouzicankao-wrap .column-author-bg{
    padding-bottom: 0;
}
.column-meiritouzicankao-wrap .column-author-intro{
    margin-bottom: 0.7rem;
}

/**
    每日研报精选
*/
.column-yanbaojingxuan-wrap .price{
    background-color: #0C0A5B;
}
.column-yanbaojingxuan-wrap .c-fa4b50{
    color: #FA4B50;
}
.column-yanbaojingxuan-wrap .column-money-wrap .price p{
    color: #E7AF5E;
}
.column-yanbaojingxuan-wrap .num{
    background-color: #0C0A5B;
}
.column-yanbaojingxuan-wrap .num-text {
    color: #0D0D0D;
}
.column-yanbaojingxuan-wrap .common-column-footer{
    background: #eaeaea;
}
.column-yanbaojingxuan-wrap .column-content-new p{
    font-size: 0.7rem;
    margin-bottom: 0.7rem;
    letter-spacing: 0;
}
.column-yanbaojingxuan-wrap .column-content{
    margin-top: 0.7rem;
}

/**
    新基民的入门课 
*/

.column-jinjinlicaike-wrap .column-author-tit {
    background-color: #FF4230;
}

.column-jinjinlicaike-wrap .column-money-wrap .price p{
    color: #E7AF5E;
}

.column-jinjinlicaike-wrap .price{
    background-color: #FF4230;
}
.letter-space {
    letter-spacing: 0;
}

.column-jinjinlicaike-wrap .num{
    background-color: #FF4230;
}
.column-jinjinlicaike-wrap .num-text {
  color: #0D0D0D;
}

.column-jinjinlicaike-wrap .common-column-footer{
    background: #eaeaea;
}
.column-jinjinlicaike-wrap .column-content-new p{
    font-size: 0.7rem;
    margin-bottom: 0.7rem;
    letter-spacing: 0;
}
.column-jinjinlicaike-wrap .column-content{
    margin-top: 0.7rem;
}
.column-jinjinlicaike-wrap .column-author-bg{
    padding-bottom: 0;
}
.column-jinjinlicaike-wrap .column-author-intro{
    margin-bottom: 0.7rem;
}

/**
    投资风向标
*/
.column-touzifengxiangbiao-wrap .price{
    background-color: #FFCB24;
}
.column-touzifengxiangbiao-wrap .c-fa4b50{
    color: #FFCB24;
}
.column-touzifengxiangbiao-wrap .column-money-wrap .price p{
    color: #3F4168;
}
.column-touzifengxiangbiao-wrap .column-money-wrap .price h2{
    color: #3F4168;
}
.column-touzifengxiangbiao-wrap .num{
    background-color: #FFCB24;
    color: #3F4168;
    box-shadow: none;
}
.column-touzifengxiangbiao-wrap .num-text {
    color: #0D0D0D;
}
.column-touzifengxiangbiao-wrap .common-column-footer{
    background: #eaeaea;
}
.column-touzifengxiangbiao-wrap .column-content-new p{
    font-size: 0.7rem;
    margin-bottom: 0.7rem;
    letter-spacing: 0;
}
.column-touzifengxiangbiao-wrap .column-content{
    margin-top: 0.7rem;
}
.column-touzifengxiangbiao-wrap .theme-bgc{
    background-color: #CDA06A;
}
/**
    妙解行业
*/
.column-miaojiehangye-wrap .price{
    background-color: #18B5D1;
}
.column-miaojiehangye-wrap .c-fa4b50{
    color: #FA4B50;
}
.column-miaojiehangye-wrap .column-money-wrap .price p{
    color: #E7AF5E;
}
.column-miaojiehangye-wrap .num{
    background-color: #18B5D1;
}
.column-miaojiehangye-wrap .num-text {
  color: #0D0D0D;
}
.column-miaojiehangye-wrap .common-column-footer{
    background: #eaeaea;
}
.column-miaojiehangye-wrap .column-content-new p{
    font-size: 0.7rem;
    margin-bottom: 0.7rem;
    letter-spacing: 0;
}
.column-miaojiehangye-wrap .column-content{
    margin-top: 0.7rem;
}
.column-miaojiehangye-wrap .letter-space{
    letter-spacing: -2px;
}

/**
    公司研究精选
*/
.column-gongsiyanjiujingxuan-wrap .price{
    background-color: #FF6954;
}
.column-gongsiyanjiujingxuan-wrap .column-money-wrap .price p{
    color: #000000;
}

.column-gongsiyanjiujingxuan-wrap .column-money-wrap .price > h2{
    color: #000000;
}
.column-gongsiyanjiujingxuan-wrap .num{
    background-color: #FF6954;
    color: #000000;
}
.column-gongsiyanjiujingxuan-wrap .num-text{
   color: #0D0D0D;
}
.column-gongsiyanjiujingxuan-wrap .common-column-footer{
    background: #eaeaea;
}
.column-gongsiyanjiujingxuan-wrap .column-content-new p{
    font-size: 0.7rem;
    margin-bottom: 0.7rem;
    letter-spacing: 0;
}
.column-gongsiyanjiujingxuan-wrap .column-content{
    margin-top: 0.7rem;
}
.column-gongsiyanjiujingxuan-wrap .letter-space{
    letter-spacing: -1px;
}

/**
    基金研究精选
*/

.column-jijinyanjiujingxuan-wrap {
    --theme-color: #FFC55A;
}
.column-jijinyanjiujingxuan-wrap .price{
    background-color: var(--theme-color);
}
.column-jijinyanjiujingxuan-wrap .c-fa4b50{
    color: var(--theme-color);
}
.column-jijinyanjiujingxuan-wrap .column-money-wrap .price p{
    color: #000000;
}

.column-jijinyanjiujingxuan-wrap .column-money-wrap .price > h2{
    color: #000000;
}
.column-jijinyanjiujingxuan-wrap .num{
    background-color: var(--theme-color);
    color: #000000;
}
.column-jijinyanjiujingxuan-wrap .num-text {
    color: #0D0D0D
}
.column-jijinyanjiujingxuan-wrap .common-column-footer{
    background: #eaeaea;
}
.column-jijinyanjiujingxuan-wrap .column-content-new p{
    font-size: 0.7rem;
    margin-bottom: 0.7rem;
    letter-spacing: 0;
}
.column-jijinyanjiujingxuan-wrap .column-content{
    margin-top: 0.7rem;
}
.column-jijinyanjiujingxuan-wrap .letter-space{
    letter-spacing: 0;
}



/**
    基金行业研究
*/

.column-jijinhangyeyanjiu-wrap {
    --theme-color: #007490;
}
.column-jijinhangyeyanjiu-wrap .price{
    background-color: var(--theme-color);
}
.column-jijinhangyeyanjiu-wrap .c-fa4b50{
    color: var(--theme-color);
}
.column-jijinhangyeyanjiu-wrap .column-money-wrap .price p{
    color: #000000;
}

.column-jijinhangyeyanjiu-wrap .column-money-wrap .price > h2{
    color: #000000;
}
.column-jijinhangyeyanjiu-wrap .num{
    background-color: var(--theme-color);
    color: #000000;
}
.column-jijinhangyeyanjiu-wrap .num-text {
  color: #0D0D0D
}
.column-jijinhangyeyanjiu-wrap .common-column-footer{
    background: #eaeaea;
}
.column-jijinhangyeyanjiu-wrap .column-content-new p{
    font-size: 0.7rem;
    margin-bottom: 0.7rem;
    letter-spacing: 1px;
}
.column-jijinhangyeyanjiu-wrap .column-content{
    margin-top: 0.7rem;
}
.column-jijinhangyeyanjiu-wrap .letter-space{
    letter-spacing: 0;
}



/**
    投基指南
*/

.column-toujizhinan-wrap {
    --theme-color: #6E6E6E;
    --theme-text-color: #fff;
}
.column-toujizhinan-wrap .price{
    background-color: var(--theme-color);
}
.column-toujizhinan-wrap .c-fa4b50{
    color: var(--theme-color);
}
.column-toujizhinan-wrap .column-money-wrap .price p{
    color: var(--theme-text-color);
}

.column-toujizhinan-wrap .column-money-wrap .price > h2{
    color: var(--theme-text-color);
}
.column-toujizhinan-wrap .num{
    background-color: var(--theme-color);
    color: var(--theme-text-color);
}
.column-toujizhinan-wrap .num-text{
  color: #0D0D0D;
}
.column-toujizhinan-wrap .common-column-footer{
    background: #eaeaea;
}
.column-toujizhinan-wrap .column-content-new p{
    font-size: 0.7rem;
    margin-bottom: 0.7rem;
    letter-spacing: 1px;
}
.column-toujizhinan-wrap .column-content{
    margin-top: 0.7rem;
}
.column-toujizhinan-wrap .letter-space{
    letter-spacing: 0;
}

/**
    财报透露的真相-第三季
*/

.column-litongzhuanlan_third-wrap {
    --theme-color: #373737;
    --theme-text-color: #fff;
}
.column-litongzhuanlan_third-wrap .bg-0C0A5B{
    background-color: var(--theme-color);
}
.column-litongzhuanlan_third-wrap .column-author-tit {
    background-color: #CDA06A;
}
.column-litongzhuanlan_third-wrap .column-money-wrap .price {
    background-color: var(--theme-color);
}
.column-litongzhuanlan_third-wrap .c-fa4b50{
    color: var(--theme-color);
}
.column-litongzhuanlan_third-wrap .column-money-wrap .price p{
    color: var(--theme-text-color);
}

.column-litongzhuanlan_third-wrap .column-money-wrap .price > h2{
    color: var(--theme-text-color);
}
.column-litongzhuanlan_third-wrap .num{
    background-color: var(--theme-color);
    color: var(--theme-text-color);
}
.column-litongzhuanlan_third-wrap .num-text{
  color: #0D0D0D;
}
.column-litongzhuanlan_third-wrap .common-column-footer{
    background: #eaeaea;
}
.column-litongzhuanlan_third-wrap .column-content-new p{
    font-size: 0.7rem;
    margin-bottom: 0.7rem;
    letter-spacing: 1px;
}
.column-litongzhuanlan_third-wrap .column-content{
    margin-top: 0.7rem;
}
.column-litongzhuanlan_third-wrap .letter-space{
    letter-spacing: 0;
}



/*给投资者的消息内参 第四季*/
.touzineicanforth-wrap {
    --theme-color: #131738;
}
.touzineicanforth-wrap .price{
    background: var(--theme-color);
}

.touzineicanforth-wrap .column-money-wrap .price p{
    color: #CF8C2D;
}

.touzineicanforth-wrap .num{
    background-color: var(--theme-color);
}
.touzineicanforth-wrap .num-text{
    color: #0D0D0D;
}
.touzineicanforth-wrap .column-author-tit {
    background-color: #E94D73;
}

.touzineicanforth-wrap .common-column-footer{
    background: #eaeaea;
}

/*每日投资参考·第二季*/
.meiritouzicankao2-wrap {
  --theme-color: #232A36;
}
.meiritouzicankao2-wrap .price{
  background: var(--theme-color);
}

.meiritouzicankao2-wrap .column-money-wrap .price p{
  color: #E7AF5E;
}
.meiritouzicankao2-wrap .column-content .mb-10{
  margin-bottom: 0.5rem;
}
.meiritouzicankao2-wrap .column-author-intro{
  margin-top: 0.5rem;
}
.meiritouzicankao2-wrap .column-content .mb-0{
  margin-bottom: 0;
}
.meiritouzicankao2-wrap .column-author-intro{
  font-size: 0.68rem;
}
.meiritouzicankao2-wrap .column-content .font-w{
  font-weight: bolder !important;
}

.meiritouzicankao2-wrap .num{
  background-color: var(--theme-color);
}
.meiritouzicankao2-wrap .num-text{
  color: #0D0D0D;
}
.meiritouzicankao2-wrap .column-author-tit {
  background-color: #E94D73;
}

.meiritouzicankao2-wrap .common-column-footer{
  background: #eaeaea;
}

/**
  大咖财报
*/
.column-dakaicaibao-wrap .price,
.column-dakaicaibao-wrap .num,
.column-dakaicaibao-wrap .column-author-tit{
  background-color: #3353C0;
}
.column-dakaicaibao-wrap .column-content.value,
.column-dakaicaibao-wrap .column-content-title.value,
.column-dakaicaibao-wrap .num-text{
  color: #3353C0;
}
/**
财报笔记
*/
.column-caibaobiji-wrap .column-content p{
    font-size: 0.7rem;
    line-height: 1rem;
    text-align: justify;
    letter-spacing: 0px;
    font-family: PingFangSC, PingFang SC;
}
.column-caibaobiji-wrap .mb-25 {
    margin-bottom: 1.275rem;
}
.column-caibaobiji-wrap .content-overview .mb-0 {
    margin-bottom: 0;
}