锘?mynews {
    background:  #a1a4aa no-repeat center center;
    background-size: 35px;
    opacity: 0.5;
    position: fixed;
    width: 43px;
    height: 43px;
    right: 10px;
    bottom: 130px;
    text-align: center;
    line-height: 45px;
    font-size: 20px;
    z-index: 2;
    cursor: pointer;
    border-radius: 6px;
}

    .mynews.new {
        opacity: 1;
        background:  #ff9900 no-repeat center center;
        background-size: 35px;
    }

.mynewsbox {
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    display: none;
}

    .mynewsbox .boxtop {
        height: 50px;
        width: 100%;
        background: #3078d8;
        color: #fff;
        line-height: 50px;
        position: relative;
    }

        .mynewsbox .boxtop .topname {
            text-align: center;
            margin: auto;
            font-size: 20px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

            .mynewsbox .boxtop .topname a {
                color: #fff;
            }

        .mynewsbox .boxtop u {
            width: 15px;
            height: 15px;
            position: absolute;
            border: solid #fff;
            border-width: 0 0 3px 3px;
            top: 15px;
            left: 20px;
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            cursor: pointer;
        }

        .mynewsbox .boxtop i {
            position: absolute;
            right: 5px;
            top: 0;
            cursor: pointer;
            padding: 0 10px;
        }

            .mynewsbox .boxtop i:after {
                font-family: 'iconic';
                content: "\e062";
                font-size: 28px;
                color: #fff;
                font-style: normal;
            }

        .mynewsbox .boxtop n {
            display: none;
        }

        .mynewsbox .boxtop.new n {
            position: absolute;
            right: 5px;
            top: 5px;
            background: #ff9900;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            display: block;
            color: #fff;
            font-size: 10px;
            text-align: center;
            line-height: 20px;
        }

    .mynewsbox .boxmsg {
        background: #ebebeb;
        width: 100%;
    }

        .mynewsbox .boxmsg .msgwindow {
            width: 100%;
            height: 100%;
            display: none;
            overflow-y: auto;
        }

            .mynewsbox .boxmsg .msgwindow .time {
                color: #999;
                text-align: center;
                width: 100%;
                font-size: 14px;
                line-height: 24px;
            }

            .mynewsbox .boxmsg .msgwindow .msginfo {
                padding: 10px 69px 10px 84px;
                position: relative;
            }

                .mynewsbox .boxmsg .msgwindow .msginfo .logo {
                    width: 54px;
                    height: 54px;
                    border-radius: 50%;
                    position: absolute;
                    top: 8px;
                    left: 15px;
                    overflow: hidden !important;
                    display: block;
                    background: #fff;
                    z-index: 1;
                    border: 1px solid #fff;
                }

                    .mynewsbox .boxmsg .msgwindow .msginfo .logo img {
                        height: auto;
                        left: 50%;
                        max-height: 100%;
                        max-width: 100%;
                        position: absolute;
                        top: 50%;
                        -ms-transform: translate(-50%, -50%);
                        -webkit-transform: translate(-50%, -50%);
                        -moz-transform: translate(-50%, -50%);
                        transform: translate(-50%, -50%);
                        width: auto;
                    }

                .mynewsbox .boxmsg .msgwindow .msginfo .content {
                    background: #fff;
                    padding: 15px;
                    min-height: 20px;
                    color: #252424;
                    font-size: 14px;
                    line-height: 20px;
                    border-radius: 10px;
                    position: relative;
                    width: auto;
                    float: left;
                }

                    .mynewsbox .boxmsg .msgwindow .msginfo .content:after {
                        background: #fff;
                        position: absolute;
                        left: -6px;
                        top: 18px;
                        width: 12px;
                        height: 12px;
                        content: '';
                        -webkit-transform: rotate(45deg);
                        transform: rotate(45deg);
                    }

                    .mynewsbox .boxmsg .msgwindow .msginfo .content a {
                        color: #3078d8;
                    }

                .mynewsbox .boxmsg .msgwindow .msginfo.me {
                    padding: 10px 84px 10px 69px;
                }

                    .mynewsbox .boxmsg .msgwindow .msginfo.me .logo {
                        left: auto;
                        right: 15px;
                    }

                    .mynewsbox .boxmsg .msgwindow .msginfo.me .content {
                        background: #3078d8;
                        color: #fff;
                        float: right;
                    }

                        .mynewsbox .boxmsg .msgwindow .msginfo.me .content:after {
                            background: #3078d8;
                            color: #fff;
                            left: auto;
                            right: -6px;
                        }

    .mynewsbox .boxsend {
        background: #fff;
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
    }

        .mynewsbox .boxsend .normalsend {
            position: relative;
            height: 50px;
            line-height: 50px;
        }

            .mynewsbox .boxsend .normalsend u {
                border: 1px solid #3078d8;
                color: #3078d8;
                border-radius: 50%;
                width: 28px;
                height: 28px;
                line-height: 28px;
                display: block;
                font-size: 28px;
                position: absolute;
                top: 11px;
                left: 10px;
                text-decoration: none;
                text-align: center;
            }

            .mynewsbox .boxsend .normalsend #inputmsg {
                margin: 10px 0 0 50px;
                border-bottom: 1px solid #d7d7d7;
                height: 30px;
                line-height: 30px;
                font-size: 14px;
            }

                .mynewsbox .boxsend .normalsend #inputmsg:focus {
                    border-bottom: 1px solid #3078d8;
                }

            .mynewsbox .boxsend .normalsend .sendmsg {
                position: absolute;
                top: 10px;
                right: 5px;
                width: 60px;
                text-align: center;
                height: 30px;
                line-height: 30px;
                border-radius: 5px;
                background: #3078d8;
                color: #fff;
                font-size: 14px;
            }

        .mynewsbox .boxsend .quickreply {
            padding: 5px 20px;
            border-top: 1px solid #d7d7d7;
            margin: 0;
            display: none;
            list-style: none;
        }

            .mynewsbox .boxsend .quickreply li {
                border-bottom: 1px dotted #d7d7d7;
                font-size: 12px;
                line-height: 25px;
                text-indent: 25px;
                cursor: pointer;
                color: #666;
                letter-spacing: 1px;
                position: relative;
            }

                .mynewsbox .boxsend .quickreply li:nth-last-child(1) {
                    border: none;
                }

                .mynewsbox .boxsend .quickreply li:before {
                    position: absolute;
                    left: 7px;
                    top: 7px;
                    width: 10px;
                    height: 10px;
                    border-radius: 50%;
                    background: #d7d7d7;
                    content: '';
                }

    .mynewsbox .boxuser {
        width: 100%;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        display: none;
        z-index: 2;
    }

        .mynewsbox .boxuser .boxuserlist {
            width: 100%;
            overflow-y: auto;
            background: #ebebeb;
        }

            .mynewsbox .boxuser .boxuserlist ul {
                padding: 0;
                margin: 0;
            }

                .mynewsbox .boxuser .boxuserlist ul li {
                    background: #fff;
                    border-bottom: 1px solid #d7d7d7;
                    height: 60px;
                    line-height: 60px;
                    font-size: 16px;
                    color: #666;
                    padding: 0 82px 0 60px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    position: relative;
                }

                    .mynewsbox .boxuser .boxuserlist ul li .logo {
                        width: 40px;
                        height: 40px;
                        border-radius: 50%;
                        position: absolute;
                        top: 10px;
                        left: 10px;
                        overflow: hidden !important;
                        display: block;
                        background: #fff;
                        z-index: 1;
                        border: 1px solid #eee;
                    }

                        .mynewsbox .boxuser .boxuserlist ul li .logo img {
                            height: auto;
                            left: 50%;
                            max-height: 100%;
                            max-width: 100%;
                            position: absolute;
                            top: 50%;
                            -ms-transform: translate(-50%, -50%);
                            -webkit-transform: translate(-50%, -50%);
                            -moz-transform: translate(-50%, -50%);
                            transform: translate(-50%, -50%);
                            width: auto;
                        }

                    .mynewsbox .boxuser .boxuserlist ul li u {
                        display: none;
                    }

                    .mynewsbox .boxuser .boxuserlist ul li.new u {
                        background: #ff9900;
                        border-radius: 50%;
                        color: #fff;
                        display: block;
                        font-size: 10px;
                        height: 20px;
                        left: 5px;
                        line-height: 20px;
                        position: absolute;
                        text-align: center;
                        text-decoration: none;
                        text-indent: 0;
                        top: 5px;
                        width: 20px;
                        z-index: 2;
                    }

                    .mynewsbox .boxuser .boxuserlist ul li i {
                        width: 32px;
                        height: 32px;
                        line-height: 32px;
                        position: absolute;
                        right: 5px;
                        top: 15px;
                        cursor: pointer;
                        text-indent: 0;
                        text-align: center;
                    }

                        .mynewsbox .boxuser .boxuserlist ul li i:after {
                            font-family: 'iconic';
                            content: "\e065";
                            font-size: 26px;
                            color: #3078d8;
                            font-style: normal;
                        }

                    .mynewsbox .boxuser .boxuserlist ul li .resume {
                        background: #ff9900;
                        color: #fff;
                        display: block;
                        width: 40px;
                        text-align: center;
                        position: absolute;
                        right: 42px;
                        top: 0;
                        text-decoration: none;
                        display: none;
                        font-size: 14px;
                    }

                    .mynewsbox .boxuser .boxuserlist ul li.current .resume {
                        display: block;
                    }

                    .mynewsbox .boxuser .boxuserlist ul li.ent {
                        padding: 0 82px 0 60px !important;
                    }

                        .mynewsbox .boxuser .boxuserlist ul li.ent .resume {
                            display: none !important;
                        }

.mycard {
    padding: 5px;
    background: #fff;
    display: inline-block;
    cursor: pointer;
}

    .mycard .cardcontent {
        padding: 5px;
        background: #fff;
        border: 1px solid #eee;
    }

        .mycard .cardcontent .uinfo {
            width: 180px;
            text-align: left;
            position: relative;
            line-height: 25px;
            color: #999;
        }

            .mycard .cardcontent .uinfo .item {
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                width: 150px;
            }

                .mycard .cardcontent .uinfo .item:nth-child(1) {
                    color: #3078d8;
                }

            .mycard .cardcontent .uinfo u {
                position: absolute;
                right: 5px;
                top: 0;
                text-decoration: none;
            }

        .mycard .cardcontent .linkbtn {
            text-align: center;
            background: #3078d8;
            color: #fff;
            height: 30px;
            line-height: 30px;
            margin: 5px 0 -5px -6px;
            padding: 0 6px;
            width: 100%;
        }
