/* #modal-box {
    background: rgba(0, 0, 0, .5);
    z-index: 2020;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    margin: 0;
}

#modal-2021 {
    z-index: 2021;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    overflow: auto;
    margin: 100px auto;
    width: 500px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px #ccc;
}

.modal-header-2021 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 18px;
    padding: 10px;
    background: #409EFF;
    color: #fff;
} */

.text-scroll-box2 {
    width: 80%;
    margin: 0 auto;
    overflow: hidden
}

.text-scroll-box3 {
    width: 1500%;
    display: flex;
    white-space: nowrap;
}

.text-scroll-box {
    width: 100%;
    margin: 0 auto;
}

.text-scroll-value {
    width: 1900px;
    float: left;
    color: red;
}

.friend-notice-box {
    padding: 0;
    width: calc(100% - 900px);
    float: left;
}

.friend-content-box {
    background: #fff;
    color: #000;
    padding: 15px;
    border-radius: 5px;
}

.friend-title {
    padding: 0 0 10px 0;
    border-bottom: 1px solid #eee;
    font-size: 18px;
    display: flex;
}

.friend-title img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.login-top .friend-notice-box{
    display: flex;
    width: auto !important;
}

.friend-text {
    font-size: 14px;
    padding: 10px 0 0;
}

.friend-text p{
    margin: 0 0 10px 0 !important;
}

.el-popover{
    padding: 0px !important;
}