.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.header-tag .up {
    display: flex;
    width: 100%;
    height: 4.4rem;
    border-bottom: .4rem solid #eee;
    background-color: #fff;
    overflow: hidden;
    font-size: 0;
}

.header-tag .item {
    flex: 1;
    position: relative;
    padding-top: 2.75rem;
    height: 100%;
}

.header-tag .item .triangle {
    display: none;
    position: absolute;
    bottom: -.1rem;
    left: 50%;
    margin-left: -7px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: .5rem solid #eee;
}

.header-tag .item.active .triangle {
    display: block;
}

.header-tag .item .yuan {
    position: absolute;
    display: block;
    top: 8px;
    left: 50%;
    margin-left: -1.1rem;
    width: 2.2rem;
    height: 2.2rem;
    color: #fff;
    line-height: 2.2rem;
    text-align: center;
    border-radius: 100%;
}

.header-tag .item .yuan i {
    font-size: 1.2rem;
}

.header-tag .item .tag-title {
    display: block;
    margin: 0 auto;
    width: 4.5rem;
    text-align: center;
    font-size: .6rem;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    padding: 0 15px;
}
@media (max-width: 320px) {
    .header-tag .item .tag-title {
        width: 4rem;
    }
}

.header-tag .up-1 .yuan {
    background-color: #00A6EB;
}

.header-tag .up-2 .yuan {
    background-color: #FF6000;
}

.header-tag .up-3 .yuan {
    background-color: #FFB944;
}

.header-tag .up-4 .yuan {
    background-color: #e64244;
}

.header-tag .up-2 .yuan i {
    font-size: 1.6rem;
}

.card.news {
    margin: 4.4rem 0.3rem 0;
    background-color: transparent;
    box-shadow: none;
}

.card.news .item-content {
    background-color: #FFFFFF;
    margin-bottom: 0.5rem;
    padding: 0.5rem;
    box-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.2);
}

.card.news .item-content .item-media {
    padding: 0;
    width: 6rem;
    height: 3.4rem;
    border: 1px solid #eee;
}

.card.news .item-content .item-media img {
    width: 100%;
    height: 100%;
}

.card.news .item-content .item-inner {
    padding: 0;
    height: 3.4rem;
    font-size: .6rem;
}

.card.news .item-content .item-inner:after {
    height: 0;
}

.card.news .item-content .item-inner .item-title {
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0rem;
    height: 1.8rem;
    font-size: 0.6rem;
}
.card.news .item-content .item-inner a{
    color: #3d4145;
}
.card.news .item-content .item-inner .item-subtitle {
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #737373;
    text-indent: 1em;
    margin-right: 15px;
    height: 1.5rem;
    line-height: 0.75rem;
    font-size: 8px;
}