.container{
    background-color: #f5f5f5;
}

ul {
    margin: 0;
    padding: 0;
}

.top_tab {
    height: 0.9rem;
    background-color: white;
}
.top_tab .tab_item {
    position: relative;
    display: inline-block;
    width: 33.33%;
    font-size: 0.32rem;
    line-height: 0.93rem;
    color: rgb(51,51,51);
    text-align: center;
}
.top_tab .tab_item.active {
    color: rgb(172,30,43);
}
.top_tab .tab_item.active:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    margin-left: -0.48rem;
    width: 0.96rem;
    height: 0.06rem;
    background-color: rgb(172,30,43);
}

.finance-content {
    margin-top: 0.15rem;
}

.content_item {
    background-color: white;
    overflow: hidden;
    min-height: 2.1rem;
    padding-bottom: 0.3rem;
}
.content_item + .content_item {
    margin-top: 0.15rem;
}
.content_item .content_item-top {
    margin: 0.3rem 0 0 0.5rem;
    font-size: 0;
    line-height: 0.26rem;
}
.content_item-top .top-title {
    display: inline-block;
    font-size: 0.3rem;
}
.content_item-top .top-tip {
    margin-left: 0.2rem;
    width: 1rem;
    height: 0.36rem;
    padding: 0.07rem;
    font-size: 0.2rem;
    -webkit-border-radius: 0.05rem;
    -moz-border-radius: 0.05rem;
    border-radius: 0.05rem;
    box-sizing: border-box;
    vertical-align: top;
}
.content_item-top .top-tip.origin {
    border: 1px solid rgb(245,103,65);
    color: rgb(245,103,65);
}
.content_item-top .top-tip.red {
    border: 1px solid rgb(172,30,43);
    color: rgb(172,30,43);
}
.content_item-top .top-tip.blue {
    border: 1px solid rgb(73,158,212);
    color: rgb(73,158,212);
}
.content_item .content_item-detail {
    margin: 0.35rem 0 0.3rem;
}

.content_item-detail .detail-item:first-child {
    display: inline-block;
    width: 35%;
    text-align: center;
}
.content_item-detail .detail-item {
    display: inline-block;
    width: 25%;
    text-align: center;
}
.content_item-detail .detail-item:last-child {
    display: inline-block;
    width: 40%;
    text-align: center;
}

.content_item-detail .detail-item span {
    display: block;
}
.content_item-detail .detail-item .detail-item-title {
    font-size: 0.32rem;
}
.content_item-detail .detail-item .detail-item-desc {
    font-size: 0.28rem;
    margin-top: 0.2rem;
    color: rgb(102,102,102);
}

.color-red {
    color: rgb(245,103,65);
}
.empty-text {
    background-color: white;
    margin-top: 0.1rem;
    text-align: center;
    height: 1rem;
    line-height: 1rem;
}