html,
        body {
            background-color: #f3f3f3;
        }

        /* 隐藏元素的样式 */
        .hide {
            display: none !important;
        }

        .layui-layer-content{
            border-radius: 8px;
        }

        .maybe {
            word-break: break-all;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            height: 40px;
        }

        #reason::-webkit-input-placeholder {
            color: #acacac;
        }

        #reason::-moz-placeholder {
            color: #acacac;
        }

        #reason:-ms-input-placeholder {
            color: #acacac;
        }

        .single {
            padding: 16.5px 0;
            border-bottom: 0.5px solid #e4e4e4;
        }

        .single:last-child {
            border-bottom: none;
            padding-bottom: 0;
        }

        .single .words {
            font-size: 14px;
            letter-spacing: 0px;
            color: #666666;
            margin-bottom: 10px;
            /* height: 18px;
            line-height: 18px; */
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .single .time_num {
            font-size: 14px;
            letter-spacing: 0px;
            color: #999999;
        }

        .title_img {
            color: #fff;
            padding: 3px;
            background-color: #7d7d7d;
            border-radius: 3px;
            display: none;
        }

        .member_a:hover {
            cursor: pointer;
        }

        .like_warp {
            margin-top: 30px;
        }

        .width68 {
            background-color: #f3f3f3;
        }

        .contacts_line {
            display: flex;
            padding: 22.5px 0;
            border-bottom: 0.5px solid #e4e4e4;
            cursor: pointer;
        }

        .contacts_line:last-child {
            border-bottom: none;

        }

        .contacts_line .logo {
            width: 45px !important;
            height: 45px;
            border-radius: 50%;
            border: solid 0.5px #f3f3f2;
            overflow: hidden;

        }

        .contacts_line .logo img {
            width: 100%;
            height: 100%;
        }

        .contacts_line .time_num {
            flex: 1;
            margin-left: 14px;
            overflow: hidden;

        }

        .contacts_line .top,
        .contacts_line .bottom {
            overflow: hidden;
        }

        .contacts_line .title {
            font-size: 16px;
            color: #333333;
            white-space: nowrap;
            font-weight: 600;

        }

        .contacts_line .top {
            margin-bottom: 8px;
        }

        .contacts_line span {
            white-space: nowrap;
        }

        .flex_content {
            display: flex;
            align-items: center;
            justify-content: flex-start;
        }

        .color333 {
            color: #333;
        }

        .mr5 {
            margin-right: 5px;
        }

        .ml10 {
            margin-left: 10px;
        }

        .qi_icon {
            width: 15px;
        }