﻿

        html {
            font-size: 10px;
        }

        body {
            font-size: 1.4rem;
        }

        .van-button-add {
            width: 50px;
            height: 50px;
            border-radius: 10px;
        }

        .van-field__control {
            display: block;
            box-sizing: border-box;
            width: 100%;
            min-width: 0;
            margin: 0;
            padding: 0;
            margin-left: 15px;
            line-height: inherit;
            text-align: left;
            background-color: transparent;
            border: 0;
            resize: none;
            -webkit-user-select: auto;
            user-select: auto;
        }

        .van-search__field .van-field__left-icon {
            color: #000;
        }

        .search {
            letter-spacing: 2px;
            font-weight: bold;
        }

        .contentList {
            width: 100%;
            height: auto;
            display: flex;
            background-color: #f2f2f2;
            position: relative;
            z-index: 1;
        }

            .contentList p {
                font-size: 1.2rem;
                height: 2rem;
                text-align: center;
                line-height: 2rem;
                font-weight: bold;
            }

            .contentList .cl_ul {
                width: 49%;
                background-color: #f2f2f2;
                overflow: hidden;
            }

                .contentList .cl_ul li {
                    width: 100%;
                    display: block;
                    height: auto;
                    margin-bottom: 0.3rem;
                    background-color: #fff;
                    border: 1px solid #f2f2f2;
                    line-height: 2.4rem;
                    border-radius: 0.6rem;
                }

                    .contentList .cl_ul li img {
                        width: 100%;
                    }

                .contentList .cl_ul .title {
                    text-indent: 1rem;
                    font-weight: normal;
                }

                .contentList .cl_ul .author {
                    display: flex;
                    justify-content: flex-start;
                    align-items: center;
                }

                    .contentList .cl_ul .author p {
                        color: gray;
                    }

                    .contentList .cl_ul .author .author-img {
                        padding: 0.5rem;
                        text-align: center;
                    }

                    .contentList .cl_ul .author .like {
                        padding-left: 7rem;
                        color: gray;
                    }

            .contentList .cl_ul2 {
                width: 98%;
                margin-left: 1%;
                background-color: #f2f2f2;
                overflow: hidden;
            }

                .contentList .cl_ul2 li {
                    width: 100%;
                    display: block;
                    height: auto;
                    margin-bottom: 0.3rem;
                    background-color: #fff;
                    border: 1px solid #f2f2f2;
                    line-height: 2.4rem;
                    border-radius: 0.6rem;
                }

                .contentList .cl_ul2 img {
                    width: 100%;
                }

                .contentList .cl_ul2 .title {
                    text-indent: 1rem;
                    font-weight: normal;
                }

                .contentList .cl_ul2 .author {
                    display: flex;
                    justify-content: flex-start;
                    align-items: center;
                }

                    .contentList .cl_ul2 .author p {
                        color: gray;
                    }

                    .contentList .cl_ul2 .author .author-img {
                        padding: 1rem;
                        text-align: center;
                    }

                    .contentList .cl_ul2 .author .like {
                        padding-left: 24rem;
                        color: gray;
                    }


#fh5co-board .animate-box {
            border-radius: 10px;
            overflow: auto;
}

#fh5co-board-2 .animate-box {
            border-radius: 10px;
            overflow: auto;
}


.column { float: left; }
.size-1of2 { width: 50%; }
.item {margin: 5px 5px 20px 5px;}
#fh5co-board[data-columns]::before { content: '2 .column.size-1of2'; }
#fh5co-board-2[data-columns]::before { content: '2 .column.size-1of2'; }

/*/* Configurate salvattore with media queries */
/*@media screen and (max-width: 450px) {
#fh5co-board[data-columns]::before { content: '1 .column'; }
}

@media screen and (min-width: 451px) and (max-width: 700px) {
#fh5co-board[data-columns]::before { content: '3 .column.size-1of3'; }
}

@media screen and (min-width: 701px) and (max-width: 850px) {
#fh5co-board[data-columns]::before { content: '4 .column.size-1of4'; }
}

@media screen and (min-width: 851px) {
#fh5co-board[data-columns]::before { content: '5 .column.size-1of5'; }
}*/




  .item img {
    width: 100%;

    border-top-left-radius: 10px; /* 左上角圆角 */
    border-top-right-radius: 10px; /* 右上角圆角 */
    overflow: hidden; /* 隐藏超出容器的图片部分 */
  }
  /*.footer {
    padding: 10px;
}
  .author-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 20px;
    color: rgba(51,51,51,0.8);
    font-size: 12px;
    transition: color 1s;
}
  .author-wrapper .author{
    display: flex;
    align-items: center;
    color: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 12px;
}

  .author-wrapper .author-avatar {
    margin-right: 6px;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    border: 1px solid rgba(0,0,0,0.08);
    flex-shrink: 0;
}

  .author-wrapper .name{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    color:#bfbcbc;
}
  .desc{
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
margin-bottom: 10px;
    word-break: break-all;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
   
}*/


   .footer {
                padding: 5px
            }

            .footer .recommend-reason {
                margin-bottom: 6px
            }

            .footer .recommend-reason .recommend-reason-icon {
                margin-right: 2px
            }

            .footer .recommend-reason .recommend-reason-text {
                color: var(--color-tertiary-label);
                font-size: 12px;
                line-height: 16px;
                vertical-align: middle
            }

            .title {
                margin-bottom: 8px;
                word-break: break-all;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                overflow: hidden;
                font-weight: 500;
                font-size: 14px;
                line-height: 140%;
                color: var(--color-primary-label)
            }

            .author-wrapper {
                display: flex;
                align-items: center;
                justify-content: space-between;
                height: 20px;
                color: var(--color-secondary-label);
                font-size: 12px;
                transition: color 1s
            }

            .author-wrapper .author {
                display: flex;
                align-items: center;
                color: inherit;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                /*margin-right: 12px*/
            }

            .author-wrapper .author:hover {
                color: var(--color-primary-label)
            }

            .author-wrapper .author-avatar {
                margin-right: 6px;
                width: 20px;
                height: 20px;
                border-radius: 20px;
                border: 1px solid var(--color-border);
                flex-shrink: 0
            }

            .author-wrapper .author-avatar.no-avatar {
                display: inline-block;
                background-color: var(--color-active-background)
            }

            .author-wrapper .name {
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap
            }

             .like-wrapper .count {
                margin-left: 2px
            }

             .like-wrapper:hover {
                color: var(--color-primary-label)
            }

            .mask:hover:after {
                background-color: var(--mask-note-card);
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                -webkit-transform: translateZ(0)
            }

            @keyframes fadeInOut-7a2122eb {
                0%,to {
                    opacity: 1
                }

                50% {
                    opacity: 0
                }
            }

            .like-wrapper {
                position: relative;
                cursor: pointer;
                display: flex;
                align-items: center
            }

            .like-active:hover {
                color: var(--color-primary-label)
            }

            .like-icon.active {
                visibility: hidden
            }

            .like-lottie {
                position: absolute;
                left: 0;
                top: 0;
                transform: scale(1.7)
            }