#top {
    position: absolute;
    top: 0;
    z-index: 5;
    width: 100%;
    background: #fff
}

#top .addr {
    height: 36px;
    margin: 0 auto;
    display: block
}

#top .search {
    position: absolute;
    top: 0;
    right: 0;
    height: 36px;
    display: block
}

#nav .bar {
    width: 50px;
    height: 3px;
    position: absolute;
    bottom: 0px
}

#nav .bar .color {
    width: 36px;
    margin: 0 auto;
    height: 3px;
    background: #F0B90B
}

#page {
    height: 100%;
    margin-top: 1rem
}

#page .slidepage {
    width: 100%
}

.slidepage {
    display: flex
}

.scroll {
    width: 100%;
    height: 50rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

.slidescroll {
    height: auto
}

.swiper_content {
    margin-top: 2rem
}

.index_con {
    margin-top: 1.33rem;
    background: #fff;
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden
}

.index_con .btc_info {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #F5F5F5
}

.index_con .btc_info .list {
    width: 33.33%;
    height: 14rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.25rem
}

.index_con .btc_info .list .name {
    height: 3.33rem;
    font-size: 2.33rem;
    font-weight: bold;
    color: #24292E
}

.index_con .btc_info .list .l_name {
    height: 2.67rem;
    font-size: 2rem;
    color: #24292E;
    margin-bottom: 1rem
}

.index_con .btc_info .list .price {
    font-size: 2.67rem;
    font-weight: bold;
    height: 3.5rem
}

.index_con .btc_info .list .red {
    color: #F23F58
}

.index_con .btc_info .list .green {
    color: #00B98C
}

.btc_news {
    width: 100%;
    background: #fff
}

.btc_news .news_con {
    padding: 0 2rem
}

.btc_news .list {
    width: 100%;
    height: 15.33rem;
    padding: 2.08rem 0 2rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    border-bottom: 1px solid #eee
}

.btc_news .list .left {
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-right: 1.33rem;
    width: 68.5%
}

.btc_news .list .left .title {
    height: 6.67rem;
    font-size: 2.5rem;
    font-weight: 500;
    color: #24292E;
    line-height: 3.33rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: justify
}

.btc_news .list .left .author {
    height: 2.67rem;
    font-size: 2.1rem;
    font-weight: 400;
    color: #89939E;
    margin-top: 1.92rem
}

.btc_news .list .right img {
    width: 17rem;
    height: 11.33rem;
    border-radius: 0.67rem
}
