#msgplusinput::placeholder {
    color: #dddddd;
}

.msgp_dim {
    display: none;
    position: absolute;
    z-index: 2000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: #000;*/
    /*opacity: 0.8;*/
    background-color: rgba(0,0,0,0.8);
}
.msgp_dim_title {
    top: 4px;
    line-height: 30px;
    border-bottom: 1px solid #ddd;
    position: absolute;
    width: calc(100% - 20px);
    color: #95999c;
}
.msgp_dim_msg {
    margin-top: 30px;
    font-weight: bold;
}
.msgp_dim_alert {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 8px;
    width: calc(100% - 100px);
    padding:10px;
    background-color: #ffffff;
    color: #000000;
}
.msgp_dim_confirm {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 8px;
    width: calc(100% - 100px);
    padding:10px;
    background-color: #ffffff;
    color: #000000;
}
.msgp_dim_buy {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 8px;
    width: calc(100% - 100px);
    padding:10px;
    background-color: #ffffff;
    color: #000000;
    display: none;
}

.msgp_dim_view_msgpimg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: none;
}

.msgp_dim_view_msgpimg img {
    max-width: 340px;
}

.msgp_dim_view_msgpimg_close_btn {
    position: absolute;
    top: 7px;
    right: 7px;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 20px;
    cursor:pointer;
    color: #ffffff;
    background-color: #1b1e21;
    border-radius:10px;
}

.msgp_dim_view_msgpimg_dn_btn {
    position: absolute;
    bottom: 7px;
    right: 7px;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 20px;
    cursor:pointer;
    color: #ffffff;
    background-color: #1b1e21;
    border-radius:10px;
}

.msgp_dim_buy_ul {
    padding: 10px;
}

.msgp_dim_buy_ul li {
    padding: 10px 0;
    clear: both;
    position: relative;
}

.msgp_right {
    float: right;
    cursor: pointer;
}

.no_scroll{
    /*
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: 100%;
    */
    overflow: hidden;
}

.msgp_scroll::-webkit-scrollbar {
    width: 5px;
    right:5px;
    position:absolute;
    background:transparent;
    border:none;
}

.msgp_scroll::-webkit-scrollbar-track {
    background:transparent;
    -webkit-box-shadow:none;
}

.msgp_scroll::-webkit-scrollbar-thumb {
    background:#ddd;
    border-radius:10px;
}

.msgp_scroll {
     overflow:auto;
     height:450px;
     visibility:hidden;
     margin-bottom: 5px;
 }

.msgp_scroll-inner,
.msgp_scroll:hover {
    visibility: visible;
}

.msgp_chbox_scroll_height92 {
    height: calc(100% - 92px);
}

.msgp_chbox_scroll_height122 {
    height: calc(100% - 122px);
}

.msgp_chview_scroll_height {
    height: calc(100% - 150px);
}

.msgp_search_scroll_height {
    height: 100%;
}

.msgp_ul {
    width: 100%;
}

.msgp_ul > li.msgp_li {
    /*padding: 10px 20;*/
    padding: 7px 10px;
    width: 100%;
    position: relative;
    margin: 0;
    display:flex;
    cursor: pointer;
    font-size: 12px;
    border-bottom: 1px solid #ddd;
}

.msgp_ul > li.msgp_li:hover {
    background-color: #f9f9f9;
}

.msgp_ul > li.msgp_li > ul {
    display:inline-block;
    width:100%;
}

.msgp_ul > li.msgp_li > ul > li {
    float:left;
    vertical-align:middle;
    position:relative;
}

.msgp_li > ul > li > .msgp_img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #ddd;
    display: block;
    margin-right: 10px;
}

.msgp_li > ul > li > .msgp_img img {
    width:100%;
    vertical-align:baseline;
}

.msgp_li > ul > li > .msgp_txt {
    display:block;
    line-height:16px;
    font-size:13px;
    color:#333;
    width: 280px;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.msgp_li > ul > li > .msgp_time {
    display:block;
    line-height:20px;
    font-size:12px;
    color:#aaa;
    width: 280px;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.msgp_ul .active {
    background-color: #f9f9f9;
}

.msgp_delete {
    position: absolute;
    top: 9px;
    right: 10px;
    color: #aaa;
    display:flex;
    z-index:222;
    font-size:14px;
}

.msgp_delete:hover {
    color:#E877AE;
}

.msgp_open_btn {
    /*
    position: fixed;
    bottom: 20px;
    right: 24px;
    font-size: 26px;
    padding: 4px;
    border-radius: 50px;
    color: #ffffff;
    width: 50px;
    height: 50px;
    text-align: center;
    cursor: pointer;
    z-index: 1900;
    display: none;
    */
}

.msgp_newmsg_box {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 300px;
    height: 44px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0px 0px 10px #bbbbbb;
    display: none;
    overflow:hidden;
    z-index: 1910;
}

.msgp_newmsg_box_close_btn {
    position: absolute;
    top: 7px;
    right: 7px;
    font-size: 20px;
    cursor:pointer;
}

.msgp_buy_box {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 300px;
    height: 400px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0px 0px 10px #bbbbbb;
    display: none;
    overflow:hidden;
    z-index: 1910;
}

.msgp_channel_box {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 400px;
    height: 600px;
    border: 1px solid #ddd;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0px 0px 10px #bbbbbb;
    display: none;
    overflow:hidden;
    /*z-index: 1910;*/
    z-index: 10001;
}

.msgp_buy_box_close_btn {
    position: absolute;
    top: 7px;
    right: 7px;
    font-size: 20px;
    cursor:pointer;
}

.msgp_channel_box_search_btn {
    position: absolute;
    top: 7px;
    right: 65px;
    font-size: 20px;
    cursor:pointer;
    color: #95999c;
}

.msgp_channel_box_config_btn {
    position: absolute;
    top: 7px;
    right: 36px;
    font-size: 20px;
    cursor:pointer;
    color: #95999c;
}

.msgp_channel_box_close_btn {
    position: absolute;
    top: 7px;
    right: 7px;
    font-size: 20px;
    cursor:pointer;
}

.msgp_channel_view {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 400px;
    height: 600px;
    border-radius: 15px;
    /*border: 1px solid #F4C5C4;
    background-color: #FFEBEA;*/
    border: 1px solid #ddd;
    background-color: #E6E7EE;
    box-shadow: 0px 0px 10px #bbbbbb;
    display: none;
    overflow:hidden;
    /*z-index: 1910;*/
    z-index: 10001;
}
.msgp_channel_view_close_btn {
    position: absolute;
    top: 7px;
    right: 7px;
    font-size: 20px;
    cursor:pointer;
}
.msgp_buy_box_title {
    padding: 10px;
    background-color: #E6E7EE;
    border-bottom: 1px solid #ddd;
}
.msgp_channel_box_title {
    padding: 10px;
    background-color: #E6E7EE;
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    font-weight: bold;
}
.msgp_channel_box_bottom {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background-color: #E6E7EE;
}
.msgp_channel_box_bottom_expire {
    width: 100%;
    height: 40px;
    font-size: 13px;
    color: #95999c;
    display: block;
}
.msgp_channel_box_bottom_remove {
    width: 100%;
    height: 60px;
    font-size: 13px;
    color: #95999c;
    display: none;
}
.msgp_bottom_menu {
    width: 100%;
    height: 40px;
    font-size: 13px;
    color: #95999c;
    display: block;
}
.msgp_bottom_menu_sub {
    width: 20%;
    float: left;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    cursor: pointer;
}
.msgp_bottom_menu_sub.on {
    color: #535353;
}
.msgp_channel_view_title {
    padding: 10px;
    font-size:15px;
    /*background-color: #FFDDDB;
    color: #F17878;*/
    background-color: #FBFBFB;
    color: #000000;
}

.msgp_channel_view_bottom {
    /*padding: 10px;*/
    font-size:15px;
    background-color: #FBFBFB;
    color: #000000;
}
.msgp_channel_view_bottom > textarea {
    width: calc(100% - 64px);
    height: 50px;
    border-color: #FBFBFB;
    background-color: #FBFBFB;
    resize: none;
    border:1px solid #ffffff;
}
.msgp_channel_view_record {
    font-size:15px;
    background-color: #FBFBFB;
    color: #000000;
    display: none;
}
.msgp_channel_view_record .recprogresstime {
    font-size:16px;
    color: #3e3e3e;
    padding-top: 12px;
    background-color: #d7d7d7;
    width: 100%;
    height: 50px;
    text-align: center;
    z-index: 1911;
}
.msgp_channel_view_record .recprogressbar {
    background-color: #11a0ff;
    height: 50px;
    width: 0%;
    position: relative;
    z-index: 1912;
    bottom: 50px;
    opacity: 0.3;
}
.msgp_channel_view_record .playerdurationbar {
    background-color: #8f399f;
    height: 4px;
    width: 0%;
    position: sticky;
    bottom: 50px;
    opacity: 0.9;
}
.msgp_record_play_btn {
    display: none;
    padding: 0px 15px;
    border-right: 1px solid #e1e1e1;
    cursor:pointer;
}
.msgp_record_stop_btn {
    padding: 0px 15px;
    border-right: 1px solid #e1e1e1;
    cursor:pointer;
}
.msgp_record_upload_btn {
    padding: 0px 10px;
    cursor:pointer;
}
.msgp_channel_view_record_send_btn {
    background-color: #fff;
    font-size: 13px;
    width: 110px;
    height: 50px;
    padding: 5px;
    right: 0px;
    position: absolute;
    font-size: 24px;
    color: #464646;
}


.msgp_channel_view_skill {
    position: absolute;
    bottom: 0px;
    height: 44px;
    padding: 6px;
    cursor: pointer;
}
.msgp_channel_view_skill_jelly {
    width: 30px;
    height:30px;
    padding: 2px 0px 2px 3px;
    border-radius: 16px;
    background-color: yellow;
    float: left;
}
.msgp_channel_view_skill_heart {
    width: 30px;
    height:30px;
    margin-left:4px;
    padding: 2px 0px 2px 3px;
    border-radius: 16px;
    background-color: yellow;
    float: left;
}
.msgp_channel_view_skill_img {
    width: 30px;
    height:30px;
    margin-left:4px;
    padding: 0px 0px 0px 5px;
    font-size:20px;
    color: #303030;
    border-radius: 16px;
    background-color: #ffffff;
    float: left;
}
.msgp_channel_view_skill_file {
    width: 30px;
    height:30px;
    margin-left:4px;
    padding: 0px 0px 0px 5px;
    font-size:20px;
    color: #303030;
    border-radius: 16px;
    background-color: #ffffff;
    float: left;
}
.msgp_channel_view_skill_mic {
    width: 30px;
    height:30px;
    margin-left:4px;
    padding: 0px 0px 0px 8px;
    font-size:22px;
    color: #303030;
    border-radius: 16px;
    background-color: #ffffff;
    float: left;
}
.msgp_channel_view_skill_font {
    width: 30px;
    height:30px;
    margin-left:4px;
    padding: 2px 0px 0px 8px;
    font-size:16px;
    color: #303030;
    border-radius: 16px;
    background-color: #ffffff;
    float: left;
}
.msgp_channel_view_progressbar {
    margin-left:4px;
    padding: 6px 10px 0px 0px;
    right: -184px;
    position: absolute;
    display: none;
}

.msgp_channel_view_progressbar progress {
    width: 100px;
    height: 20px;
}

.msgp_channel_view_send_btn {
    border: 1px solid #aaa;
    background-color: #fff;
    border-radius: 5px;
    font-size: 12px;
    width: 54px;
    height: 36px;
    margin: 10px 6px 0px 0px;
}

.msgp_view_basic {
    clear: both;
}

.msgp_view .talk_partner_img {
    width:35px;
    height:35px;
    border-radius:50%;
    overflow:hidden;
    border:1px solid #ddd;
    display:block;
    float: left;
    margin: 10px 5px 5px 10px;
}

.msgp_view .talk_partner_img img {
    width:100%;
    vertical-align:baseline;
}

.msgp_view .talk_partner_img {
    float:left;
    margin-bottom:10px;
}

.msgp_view .talk_partner_txt {
    /*line-height:18px;*/
    font-size:15px;
    /*background-color: rgba(0, 0, 0, 0.5);*/
    background-color: #ffffff;
    color: #000000;
    padding: 8px;
    /*font-weight: 330;*/
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-top: 5px;
    margin-bottom: 10px;
    width: auto;
    display: table;
    float:left;
    word-break: break-all;
    margin: 0px 10px 10px 0px;
    max-width: 240px;
}

.msgp_view .talk_partner_file {
    /*line-height:18px;*/
    font-size:15px;
    /*background-color: rgba(0, 0, 0, 0.5);*/
    background-color: #ffffff;
    color: #000000;
    padding: 8px;
    /*font-weight: 330;*/
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-top: 5px;
    margin-bottom: 10px;
    width: auto;
    display: table;
    float: left;
    word-break: break-all;
    margin: 0px 10px;
    max-width: 240px;
    cursor:pointer;
}

.msgp_view .talk_partner_file .filezize {
    color: #95999c;
    font-size: 13px;
}

.msgp_view .talk_partner_mic {
    /*line-height:18px;*/
    font-size:15px;
    /*background-color: rgba(0, 0, 0, 0.5);*/
    background-color: #ffffff;
    color: #000000;
    padding: 8px;
    /*font-weight: 330;*/
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 100px;
    display: table;
    float: left;
    word-break: break-all;
    margin: 0px 10px 10px 0px;
    max-width: 240px;
    cursor: pointer;
}

.msgp_view .talk_partner_mic .mictimer {
    float: right;
}

.msgp_view .talk_partner_time {
    display:block;
    line-height:20px;
    font-size:10px;
    color:#3E3E3E;
}

.msgp_view .talk_partner_msgpimg {
    border-radius: 10px;
    margin-top: 5px;
    margin-bottom: 10px;
    width: auto;
    display: table;
    float: left;
    word-break: break-all;
    margin: 0px 10px 10px 0px;
    max-width: 240px;
}

.msgp_view .talk_msgpheart {
    width: calc(100% - 50px);
    text-align: center;
    margin-bottom: 10px;
    background-color: #f6f9ff;
    padding: 10px;
    color: #640e26;
    left: 28px;
    border-radius: 15px;
    position: relative;
}

.msgp_view .talk_msgpjelly {
    width: calc(100% - 50px);
    text-align: center;
    margin-bottom: 10px;
    background-color: #fff7e1;
    padding: 10px;
    color: #ef0a5f;
    left: 28px;
    border-radius: 15px;
    position: relative;
}

.msgp_view .talk_msgpjelly_proimg {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #ddd;
    display: block;
    float: left;
    /*position: relative;*/
    position: absolute;
    left: 18px;
}

.msgp_view .talk_msgpjelly_proimg img {
    width:100%;
    vertical-align:baseline;
}

.msgp_view .talk_ht10 {
    display:block;
    height:10px;
}

.msgp_view .talk_self_img {
    width:35px;
    height:35px;
    border-radius:50%;
    overflow:hidden;
    border:1px solid #ddd;
    display:block;
    float: right;
    margin: 10px 5px 5px -5px;
}

.msgp_view .talk_self_img img {
    width:100%;
    vertical-align:baseline;
}

.msgp_view .talk_self_balloon {
    float: right;
    margin-bottom: 10px;
}

.msgp_view .talk_self_txt {
    /*line-height:18px;*/
    font-size:15px;
    /*background-color: rgba(0, 0, 0, 0.5);*/
    background-color: #322e2e;
    color: #ffffff;
    padding: 8px;
    font-weight: 330;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-top: 5px;
    margin-bottom: 10px;
    width: auto;
    display: table;
    float: right;
    word-break: break-all;
    margin: 0px 10px;
    max-width: 240px;
}

.msgp_view .talk_self_file {
    /*line-height:18px;*/
    font-size:15px;
    /*background-color: rgba(0, 0, 0, 0.5);*/
    background-color: #322e2e;
    color: #ffffff;
    padding: 8px;
    font-weight: 330;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    width: auto;
    display: table;
    float: right;
    word-break: break-all;
    margin: 0px 10px;
    max-width: 240px;
    cursor:pointer;
}

.msgp_view .talk_self_file .filezize {
    color: #95999c;
    font-size: 13px;
}

.msgp_view .talk_self_mic {
    /*line-height:18px;*/
    font-size:15px;
    /*background-color: rgba(0, 0, 0, 0.5);*/
    background-color: #322e2e;
    color: #ffffff;
    padding: 8px;
    font-weight: 330;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-top: 5px;
    margin-bottom: 10px;
    width: 100px;
    display: table;
    float: right;
    word-break: break-all;
    margin: 0px 10px;
    max-width: 240px;
    cursor:pointer;
}

.msgp_view .talk_self_mic .mictimer {
    float: right;
}

.msgp_view .talk_self_time {
    display:block;
    line-height:20px;
    font-size:10px;
    color:#3E3E3E;
    right: 10px;
    position: relative;
    text-align: right;
}

.msgp_view .talk_self_msgpimg {
    color: #ffffff;
    border-radius: 10px;
    margin-top: 5px;
    margin-bottom: 10px;
    width: auto;
    display: table;
    float: right;
    word-break: break-all;
    margin: 0px 10px;
    max-width: 240px;
}

.msgp_view .talk_self_msgpfile {
    border-radius: 16px;
    background-color: #0097d9;
    width: 26px;
    height: 26px;
    text-align: center;
    color: #dbedff;
    float: left;
    margin-right: 6px;
    padding-top: 1px;
    font-size: 15px;
}

.msgp_view .talk_partner_msgpfile {
    border-radius: 16px;
    background-color: #0097d9;
    width: 26px;
    height: 26px;
    text-align: center;
    color: #dbedff;
    float: left;
    margin-right: 6px;
    padding-top: 1px;
    font-size: 15px;
}

.msgp_view .talk_self_msgpmic {
    border-radius: 16px;
    background-color: #f15999;
    width: 26px;
    height: 26px;
    text-align: center;
    color: #000000;
    float: left;
    margin-right: 6px;
    padding: 1px 0px 0px 0px;
    font-size: 15px;
}

.msgp_view .talk_self_msgdel {
    float: left;
    font-size: 26px;
    color: #c2c2c2;
    cursor:pointer;
    display: none;
}

.msgp_view .talk_partner_msgpmic {
    border-radius: 16px;
    background-color: #1e1e1e;
    width: 26px;
    height: 26px;
    text-align: center;
    color: #f15999;
    float: left;
    margin-right: 6px;
    padding: 1px 0px 0px 0px;
    font-size: 15px;
}

.msgp_view .talk_partner_msgdel {
    float: left;
    font-size: 26px;
    color: #c2c2c2;
    cursor:pointer;
    display: none;
}

.msgp_chlist_new {
    width:7px;
    height:7px;
    background:red;
    display:inline-block;
    border-radius:50%;
    position:absolute;
    left:-14px;
    top:5px;
}

.msgp_new {
    width:7px;
    height:7px;
    background:red;
    display:inline-block;
    border-radius:50%;
    position:absolute;
    left: 26px;
    top:12px;
}

.msgp_buy > button {
    padding: 7px 80px;
    background: #e877ae;
    color: #fff;
    text-align: center;
    border: none;
    border-radius: 10px;
    font-size: 16px;
}

.msgp_buy > button:hover {
    background:#CF699A;
}

.channel_list_row_chk {
    float: left;
    margin: 12px 10px 0px 0px;
    font-size: 20px;
    color: #cccccc;
    display: none;
}

.msgp_buy_s_btn {
    border:1px solid #ddd;
    background:#fff;
    color:#555;
    font-size:15px;
    padding:0px 6px;
    border-radius:5px;
    height:20px;
    cursor:pointer;
}

.msgp_invite_btn {
    border:1px solid #a94442;
    background:#e877ae;
    color:#fff;
    font-size:12px;
    padding: 0px 4px;
    border-radius: 8px;
    margin-right: 6px;
}

.msgp_invite_yes_btn {
    border:1px solid #a94442;
    background:#e877ae;
    color:#fff;
    font-size:12px;
    padding: 2px 16px;
    border-radius: 8px;
    margin-right: 6px;
    cursor:pointer;
}

.msgp_invite_no_btn {
    border:1px solid #ddd;
    background:#ffffff;
    color:#555;
    font-size:12px;
    padding: 2px 16px;
    border-radius: 8px;
    cursor:pointer;
}

.msgp_bottom_btn {
    border:1px solid #ddd;
    background:#fff;
    color:#555;
    position: relative;
    top:10px;
    font-size:13px;
    padding:6px 10px;
    border-radius:5px;
    height:34px;
    cursor:pointer;
}

.msgp_user_search {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 400px;
    height: 600px;
    border-radius: 15px;
    /*border: 1px solid #F4C5C4;
    background-color: #FFEBEA;*/
    border: 1px solid #ddd;
    background-color: #E6E7EE;
    box-shadow: 0px 0px 10px #bbbbbb;
    display: none;
    overflow:hidden;
    z-index: 1910;
}
.msgp_search_view_title {
    padding: 10px;
    font-size:15px;
    /*background-color: #FFDDDB;
    color: #F17878;*/
    background-color: #FBFBFB;
    color: #000000;
}
.msgp_user_search_close_btn {
    position: absolute;
    top: 7px;
    right: 7px;
    font-size: 20px;
    cursor:pointer;
}

.search_pic_wrap {
    float:left;
    position:relative;
    display:inline-block;
    margin:0 5px;
}

.search_pic_wrap > div.top_user_img {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    border: 1px solid #ddd;
    overflow: hidden;
    float: left;
    margin-right: 5px;
}

.search_level_border_top {
    position:absolute;
    top:0px;
    left:0;
    width:40px;
    height:49px;
    z-index:4;
}

.search_level_border_top span {
    position:absolute;
    bottom:0;
    left:50%;
    color:#fff;
    line-height:normal;
    font-size:10px;
    transform:translate(-50%, 0);
}

.search_level_border_top img {
    width:100%;
}

.search_user_input {
    width: calc(100% - 6px);
    margin: 3px;
    border-radius: 15px;
}

.msgp_search_user_info {
    padding: 5px;
    margin: 5px;
    width:calc(100% - 10px);
    height:60px;
    border-radius: 15px;
    background-color: #ffffff;
}

.msgp_file input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.msgp_file label {
    cursor: pointer;
}

.msgp_following_top { width: 100%; padding: 7px 10px 30px 10px; }
.msgp_follower_top { width: 100%; padding: 7px 10px 30px 10px; }
.msgp_hotlistener_top { width: 100%; padding: 7px 10px 30px 10px; }
.msgp_bsmem_top { width: 100%; padding: 7px 10px 30px 10px; }
.msgp_friends_top_title {
    float: left;
    width: 80%;
    font-size: 15px;
}
.msgp_friends_top_chevron {
    float: right;
    width: 20%;
    text-align: right;
}

/*--------------------------------------------------------
max-width: 991
--------------------------------------------------------*/
@media(max-width:991px) {
    .msgp_newmsg_box {
        bottom: 70px;
    }
}

/*--------------------------------------------------------
max-width: 767
--------------------------------------------------------*/
@media(max-width:767px) {
    .msgp_new {
        top: 2px;
    }
    .msgp_newmsg_box {
        bottom: 50px;
    }
}



/*--------------------------------------------------------
max-width: 500
--------------------------------------------------------*/
@media(max-width:500px) {
    .msgp_newmsg_box {
        bottom: 50px;
    }
    .msgp_channel_box {
        bottom: 10px;
        right: 10px;
        width: 350px;
        height: 600px;
    }
    .msgp_channel_view {
        bottom: 10px;
        right: 10px;
        width: 350px;
        height: 600px;
    }
    .msgp_user_search {
        bottom: 10px;
        right: 10px;
        width: 350px;
        height: 600px;
    }
    .msgp_li > ul > li > .msgp_txt {
        width: 224px;
    }
    .msgp_li > ul > li > .msgp_time {
        width: 224px;
    }
    .msgp_channel_view_progressbar {
        right: -134px;
    }
}
/*--------------------------------------------------------
max-width: 390
--------------------------------------------------------*/
@media(max-width:390px) {
    .msgp_newmsg_box {
        bottom: 50px;
        width: 100%;
        right: 0px;
    }
    .msgp_channel_box {
        bottom: 0px;
        right: 0px;
        width: 100%;
        height: 100%;
    }
    .msgp_channel_view {
        bottom: 0px;
        right: 0px;
        width: 100%;
        height: 100%;
    }
    .msgp_user_search {
        bottom: 0px;
        right: 0px;
        width: 100%;
        height: 100%;
    }
    .msgp_li > ul > li > .msgp_txt {
        width: 200px;
    }
    .msgp_li > ul > li > .msgp_time {
        width: 200px;
    }
    /*
    .msgp_scroll {
        height:calc(100% - 148px);
    }
    */

    .msgp_channel_view_progressbar {
        right: -90px;
    }
    .msgp_channel_view_progressbar progress {
        width: 70px;
    }
}
/*--------------------------------------------------------
max-width: 300
--------------------------------------------------------*/
@media(max-width:300px) {
    .msgp_li > ul > li > .msgp_txt {
        width: 150px;
    }
    .msgp_li > ul > li > .msgp_time {
        width: 150px;
    }
    .msgp_channel_view_progressbar {
        right: -45px;
    }
    .msgp_channel_view_progressbar progress {
        width: 30px;
    }
}

