.pop_wrap {
    width: 100%;
    height: 100vh;
    background: #999;
}

.flexbox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.popbox {
    width: 434px;
    height: 160px;
    padding: 32px 24px;
    border-radius: 5px;
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.24);
    border: solid 1px #ebedee;
    background-color: #fff;
    position: relative;
}

.popbox .icon {
    width: 40px;
    height: 40px;
    margin-right: 24px;
}

.popbox .txt {
    width: calc(100% - 70px);

    font-size: 13px;
    font-weight: normal;
    line-height: 177%;
    color: rgba(0, 0, 0, 0.95);
}

.popbox_bottom {
    width: 100%;
    display: flex;
    justify-content: end;
    position: absolute;
    bottom: 24px;
    right: 24px;
}

.popbox_bottom > div {
    margin-right: 16px;
}

.popbox_bottom > div:last-child {
    margin-right: 0;
}

[class^=btn] {
    width: 106px;
    height: 32px;
    border-radius: 5px;
    background-color: #fff;

    font-size: 13px;
    font-weight: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

[class^=popbox_msg] {
    width: 250px;
    height: 32px;
    box-sizing: border-box;
    border-radius: 5px;

    font-size: 11px;
    justify-content: flex-start;
}

.popbox_msg_o {
    border: solid 1px #08aeea;
    background-color: rgba(0, 192, 242, 0.2);
    color: #08aeea;
}

.popbox_msg_x {
    border: solid 1px #f24949;
    background-color: rgba(242, 73, 73, 0.2);
    color: #f24949;
}

[class^=popbox_msg] .icon {
    margin-left: 16px;
    margin-right: 8px;
}

.popbox_profile {
    width: 234px;
    border-radius: 10px;

    background-color: #fff;
    position : absolute;

}

.m_popbox_profile {
    position: fixed;
    width: calc(100% - 60px);
    border-radius: 5px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
    left: 30px;
    top: 45%;
    z-index: 9;
}
.popbox_profile_head1 {
    padding: 20px;
    box-sizing: border-box;
    width: 234px;
    background-color: #fcfcfc;
    border: solid 1px #d0d5dd;
    font-size: 13px;
    border-bottom: none;
    color: #909499;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    justify-content: flex-start;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;

}
.popbox_profile_head {
    padding: 20px;
    box-sizing: border-box;
    width: 234px;
    background-color: #fcfcfc;
    border: solid 1px #d0d5dd;
    font-size: 13px;
    border-bottom: none;
    color: #909499;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    justify-content: flex-start;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;

}
.popbox_profile_con_post{
    border: solid 1px #d0d5dd;
    border-top: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 5px;
}
.popbox_profile_con {
    /*border: solid 1px #d0d5dd;*/
    /*border-top: none;*/
    /*border-bottom: none;*/
}
.popbox_myp_txt{
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    width: 100% ;
    color: #475467;
}
.popbox_profile_head::before {
    content: '';
    display: block;
    width: 16px;
    height: 12px;

    background-size: 16px 12px;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -8px;
}

.popbox_profile_head .txt {
    max-width: 136px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    white-space: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    font-weight: 500;
}
.popbox_profile_head1 .txt {
    max-width: 136px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    white-space: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    font-weight: 500;
}
.popbox_profile_head .icon {
    width: 40px;
    height: 40px;
    margin-right: 8px;

    background-color: #d9d9d9;
    border-radius: 50%;

}
.popbox_profile_head1 .icon {
    width: 40px;
    height: 40px;
    margin-right: 8px;

    background-color: #d9d9d9;
    border-radius: 50%;

}
.popbox_profile_con_title {

    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
}

.popbox_profile_con_title::after {

}

.popbox_profile_con_title .title {

    font-size: 11px;
    font-weight: bold;
    color: #00c0f2;
}

.popbox_profile_con ul {

    font-size: 11px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: left;
    color: rgba(0, 0, 0, 0.95);
    position: relative;
    background: #fff;
}

.popbox_profile_con ul li {
    padding: 8px 20px;
    font-size: 12px;
    color: #475467;
    position: relative;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 500;
    border-left : solid 1px #d0d5dd;
    border-right: solid 1px #d0d5dd;

}

.popbox_profile_con ul li:hover {
    background: #e4e7ec;
}

.popbox_profile_con ul li > img {
    margin-right: 4px;
    margin-bottom: -4px;
}

.popbox_profile_con ul li.read {
    color: #999;
}
.seemore_btn{
    border-radius: 99px;
    border: solid 1px #d0d5dd;
    background-color: #fff;
    width: 86px;
    font-size: 12px;
    height:24px;
    margin : auto;
    text-align: center;
    padding-top: 3px;
}
.popbox_profile_bottom {
    height: 48px;
    padding: 12px;
    box-sizing: border-box;
    border: solid 1px #d0d5dd;

    background-color: #fcfcfd;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;

    color: #475467;
    justify-content: space-between;
}
.popbox_list_title{
    color: #475467;
    font-size: 12px;
    padding: 12px 20px;
    font-weight: bold;
    border : solid 1px #d0d5dd;
    background: #fff;
}
.popup_follow_link {
    width: 146px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#profile_popup_close {
    cursor: pointer;
    width: 32px;
    height: 32px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 50%;
    background-color: transparent;
    position: absolute;
    color: black;
    z-index: 1;
    left: 202px;
    text-align: center;
    top: 0;
    padding-top: 10px;
}

#profile_popup_close:hover {

}

/* buttons */
.btn_blue {
    color: #2980f2;
    border: solid 1px #2980f2;
}

.btn_blue:hover {
    border: solid 1px #2980f2;
    background-color: rgba(41, 128, 242, 0.2);
}

.btn_red {
    color: #f24949;
    border: solid 1px #f24949;
}

.btn_red:hover {
    border: solid 1px #f24949;
    background-color: rgba(242, 73, 73, 0.2);
}

.btn_green {
    color: #00ac94;
    border: solid 1px #00ac94;
}

.btn_green:hover {
    border: solid 1px #00ac94;
    background-color: rgba(0, 172, 148, 0.2);
}

.btn_bg_blue {
    color: #fff;
    border: solid 1px #2980f2;
    background-color: #2980f2;
}

.btn_bg_blue:hover {
    background-color: #154079;
}

.btn_more {
    width: 50%;
    height: 32px;
    font-size: 12px;
    color: #475467;
    display: flex;
    border: solid 1px #d0d5dd;
    border-radius: 0;
    align-items: center;
    padding: 6px;
    border-bottom: none;
}

.btn_more > img {
    margin-right: 5px;
    margin-top: -2px;
}

[class^=btn_post_follow] {
    width: 104px;
    min-width: 92px;
    height: 24px;
    border-radius: 8px;
    background-color: #475467;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
}
[class^=btn_follow] {
    width: 92px;
    min-width: 92px;
    height: 20px;
    background-color: #00c0f2;
    font-size: 11px;
    font-weight: bold;
    color: #f4f6fb;
}

.btn_follow_ing > img {
    width: 8px;
    height: 8px;
    margin-left: 7px;
}

.btn_follow_ing.clicked {
    background-color: #006079;
    position: relative;
}

.btn_unfollow {
    width: 97px;
    height: 20px;
    border-radius: 3px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;

    font-size: 11px;
    font-weight: bold;
    color: #f24949;
    position: absolute;
    bottom: -28px;

}

/* temporary layout */
.temp_body {
    padding: 70px;
}

.temp_body > div {
    margin-bottom: 20px;
}

.pop_wrap.flexbox > div {
    margin: 20px;
}

.popbox_profile_3 {
    display: none;
    position: absolute;
    top: 80px;
    right: 0;
    width: 234px;
}

.popbox_profile_4 {
    position: absolute;
    top: 300px;
    left: 340px;
}

.popbox_profile_5 {

    top: 0;
    left: 80px;
    bottom: unset;
    z-index: 10;
    position : absolute;
}

.m_popbox_profile_5 {
    height: 100%;
    width: 100%;
    background: black;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
}

.popbox_profile_6 {
    position: absolute;
    top: 620px;
    left: 340px;
}

.csr {
    cursor: pointer;
}

.openFollowPopup {
    cursor: pointer;
    display: flex;
}

.openFollowPopup .inner {
    display: none;
    position: absolute;
    margin-top: 25px;

    z-index: 10;
    width: 1px;
    height: 1px;
}
.openFollowPopup .nick {
    font-size: 14px;
    font-weight: 500;
    margin-left: 8px;
    max-width: 142px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media screen and (min-width: 1325px) {
    .popbox_profile {
        width: 234px;
        border-radius: 10px;
        margin-top: -9px;
        background-color: #fff;
        position:static;
    }
    .popbox_profile_5 {
        top: 0px;
        left: 0px;
        z-index: 10;
        bottom :unset;
        position : absolute;
    }
    #profile_popup_close {

        padding-top: 10px;
    }

}
