.community-plate .indexBotRight-title{
    display: flex;
    align-items: center;
    border-bottom: solid #F5F5F5 1px;
    width: calc(100% - 44px);
    margin: 0 auto;
}
.community-plate .indexBotRight-title span{
    border-left: solid #FF7472 3px;
    height: 20px;
    display: flex;
    align-items: center;
    padding-left: 12px;
    margin-left: -20px;
}
.community-plate .indexBotRight-title p{
    margin-left: auto;
    font-weight: normal;
    font-size: 13px;
}
.community-plate .code-ul li {
    margin-bottom: 15px;
    font-size: 16px;
    color: rgba(0,0,0,.7);
    display: flex;
    align-items: center;
}
.community-plate .code-ul li img {
    width: 32px;
    margin-right: 8px;
    background-color: #f2f2f2;
    border-radius: 100%;
}
.el-popover {
    position: absolute;
    right: 70px;
    top: -32px;
    background: #FFF;
    min-width: 150px;
    border: 1px solid #EBEEF5;
    padding: 12px;
    z-index: 2000;
    color: #606266;
    line-height: 1.4;
    text-align: justify;
    font-size: 14px;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
    word-break: break-all;
    width: 300px;
}
.el-popover:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid #FFFFFF;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    top: calc(50% - 10px);
    right: -10px;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
}
.widget-wechat {
    display: flex;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 15px;
}
.widget-wechat img {
    width: 32px;
    margin: 0 8px;
    background-color: #f2f2f2;
    border-radius: 100%;
}
.widget-wechat p{
    margin-right: 13px;
    margin-left: auto;
    border: 1px solid #F19C9A;
    color: #F19C9A;
    font-size: 12px;
    padding: 3px 10px;
    line-height: 1.2;
    border-radius: 3px;
    cursor: pointer;
}
.widget-wechat p:hover{
    background-color: #F19C9A;
    color: #FFFFFF;
}
.widget-content2 {
    display: flex;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    display: none;
}
.widget-content ul{
    width: 100%;
    position: relative;
}
.widget-content2 .img {
    margin-right: 10px;
    width: 120px;
    line-height: 1.2;
}
.widget-content2 .content2 .title {
    font-size: 16px;
    color: #FF7472;
    margin-bottom: 10px;
}
.widget-content2 .content2 p {
    margin: 0 0 5px;
}

