.wx-click-tc {
    color: #ff0000;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
}
.rich-content img:hover{
    cursor: zoom-in;
}
.el-dialog__wrapper_wechat,
.el-dialog__wrapper_hint {
    position: fixed;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
}

.el-dialog__wrapper_hint {
    background: #ffffff;
    z-index: 4001;
    display: none;
    padding: 10px;
}

.el-dialog__wrapper_hint .el-dialog__header {
    text-align: center;
    margin: 10px 0;
}

.el-dialog__headerbtn_hint {

    position: absolute;
    right: 5%;
    top: 3%;
}
.rich-content h3 {
    font-weight: bold;
    margin: 15px 0;
}

.rich-content a {
    color: #548dd4;
}

.overflow-hidden{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-decoration: none;
}

#overlay {
    background: #000;
    filter: alpha(opacity=50);
    /* IE的透明度 */
    opacity: 0.5;
    /* 透明度 */
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 4000;
    /* 此处的图层要大于页面 */
    display: none;
}

@media (min-width:768px) {
    .bottom-fixed {
        display: none !important;
    }
}

.atc-detail {
    display: flex;flex-direction: row;background-color: #F4F4F4;align-items: center;border-radius: 6px;padding: 10px;
}
.atc-detail-img {
    width: 60px;height: 60px;border-radius: 30px;
}
.atc-detail-content {
    margin-left: 15px;
}
.atc-detail-content-aut {
    display: flex;flex-direction: row;align-items: center;
}
.atc-detail-aut-name {
    font-size: 18px;color: #000000;font-weight: bold;
}
.atc-detail-aut-type {
    margin-left: 6px;font-size: 14px;color: #999999;
}
.atc-detail-aut-img {
    height: 20px;margin-left: 5px
}
.atc-detail-aut-tag {
    background: #dcdcdc;line-height: 22px;height: 22px;padding: 2px 7px;font-size: 12px;margin-right: 10px;border-radius: 2px;
}


