

.bg-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 5rem;
    overflow: hidden;
}

.bg-img {
    top: 50%;
    left: 50%;
    -webkit-filter: blur(10px); /* Chrome, Opera */
       -moz-filter: blur(10px);
        -ms-filter: blur(10px);    
            filter: blur(10px);
    transform: scale(1.2) translate(-50%, -50%);
}

/*.bg-blur {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.12);
    z-index: 99;
}*/

.swiper-tag {
    padding: 20px 0 15px;
}

.line-tag {
    margin: 0 auto;
    width: 80px;
    line-height: 25px;
    color: #fff;
    text-align: center;
    border-radius: 25px;
    font-size: 12px;
}

.swiper-tag .swiper-slide-active .line-tag{
    background: #009817;
}

.swiper-line {
    width: 100%;
    height: 300px;
    overflow: visible;
    z-index: 99;
}

.line-wrap {
    display: block;
    margin: 0 15px;
    height: 300px;
    border-radius: 7.5px;
    overflow: hidden;
}

.line-desc-wrap {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0 15px;
    padding: 10px 15px;
    /*width: 345px;*/
    /*height: 165px;*/
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
    border-radius: 7.5px;
    overflow: hidden;
}

.line-title {
    font-size: 17px;
    font-weight: 700;
}

.line-tag-text {
    padding: 7.5px 0;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    text-indent: 2em;
}

.line-desc {
    display: -webkit-box;
    display: box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
    text-indent: 2em;
    /*max-height: 90px;*/
}

.line-a {
    bottom: 0.2rem;
    right: 0.3rem;
    font-size: 0.22rem;
}

.c-1 {
    color: rgb(236, 0, 140);
}

.c-2 {
    color: rgb(237, 28, 36);
}

.c-3 {
    color: rgb(243, 112, 58);
}

.c-4 {
    color: rgb(0, 125, 197);
}

.c-5 {
    color: rgb(0, 166, 80);
}

.c-6 {
    color: rgb(0, 174, 239);
}

.h-page-p {
    padding-top: 5px;
}

.swiper-strategy {
    padding-bottom: 30px;
    margin-bottom: -15px;
}

.page-strategy .cover-wrap {
    height: 150px;
}

.strategy-title {
    padding: 0 0 10px;
    line-height: 1;
    width: 100%;
    /*height: 0.68rem;*/
}

.strategy-tags {
    position: relative;
    padding: 15px 80px 10px 0;
    color: #fa5f0a;
}

.strategy-tags .tags-item {
    display: inline-block;
}

.strategy-tags .tags-item + .tags-item {
    padding-left: 10px;
}

.strategy-tags .tags-item + .tags-item:after {
    content: "";
    display: block;
    position: absolute;
    top: 15%;
    left: 5px;
    margin-left: -2px;
    width: 1px;
    height: 70%;
    background: #fa5f0a;
}

.strategy-tags > .detail-a {
    position: absolute;
    right: 0;
    bottom: 0;
    padding-left: 14px;
    margin-bottom: 10px;
    background: #fff;
    z-index: 99;
}

.travels-item {
    display: block;
}

.travels-item + .travels-item {
    padding-top: 10px;
    border-top: 1px solid #eee;
}

.travels-cover {
    width: 122.5px;
    height: 84.5px;
    border-radius: 2.5px;
}

.travels-cont {
    padding-left: 15px;
}

.travels-info {
    margin: 10px 0;
}

.travels-a,
.comment-a {
    right: 0;
}

.page-comment .h-avatar {
    width: 33px;
    height: 33px;
}

.comment-item {
    display: block;
    margin-bottom: 20px;
}

.comment-cont {
    margin: 10px 0;
}

.page-travels,
.page-comment {
    padding-bottom: 5px;
}