#chat {
    width: 380px;
    height: 656px;
    position: relative
}

.indent {
    text-indent: -9999px
}

.user_photo50 {
    width: 50px;
    height: 50px
}

.user_photo {
    display: inline-block;
    overflow: hidden
}

.user_photo img {
    width: 100%;
    height: 100%;
    vertical-align: bottom
}

.noty {
    display: inline-block;
    border: 1px solid #c01e1e;
    color: #fff;
    background: #e62626;
    font-family: tahoma;
    font-size: 10px;
    font-weight: 700
}

.noty {
    height: 20px;
    line-height: 18px;
    width: 20px;
    text-align: center
}

.tab_box {
    min-width: 380px;
    border-top: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    border-left: 1px solid #d1d1d1
}

    .tab_box li {
        float: left;
        width: 50%;
        /*width: 126px*/
    }

.tab_box li>.tab_div {
    display: block;
    height: 54px;
    border-left: 1px solid #d1d1d1;
    background: #f5f5f5;
    text-align: center;
    padding-right: 30px
}

.tab_box li:first-child>.tab_div {
    border-left: none
}

.tab_box li>.tab_div.t_userlist {
    padding-right: 0
}

.tab_box li>.tab_div .title {
    letter-spacing: -1px;
    font-size: 13px;
    line-height: 54px
}

.tab_box li>.tab_div .add_box {
    display: inline-block;
    width: auto;
    line-height: 54px;
    text-align: left;
    margin-left: 4px
}

.tab_box li>.tab_div .add_box .count {
    background-position: -64px -143px;
    margin-right: 2px
}

.tab_box li>.tab_div .add_box .talk {
    background-position: 0 -143px;
    margin-right: 2px
}

.tab_box li>.tab_div .add_box .number {
    margin-right: 5px;
    position: relative;
    top: 1px
}

.tab_box li>.tab_div:hover {
    color: #555;
    background: #fff
}

    .tab_box li > .tab_div:hover em.box {
        display: block;
        top: -1px;
        left: -1px;
        /*width: 127px;*/
        height: 56px;
        border: 1px solid #888;
        z-index: 9998
    }

.tab_box li:first-child>.tab_div:hover em.box {
    width: 128px
}

.tab_box li>.tab_div.selected {
    background: #9c1bde;
    color: #fff
}

.tab_box li>.tab_div.selected .title {
    font-weight: 700
}

.tab_box li>.tab_div.selected .add_box .count {
    background-position: -64px -159px;
    margin-right: 2px
}

.tab_box li>.tab_div.selected .add_box .talk {
    background-position: 0 -159px;
    margin-right: 2px
}

.tab_box li>.tab_div.selected .add_box .number {
    color: #fff
}

    .tab_box li > .tab_div.selected em.box {
        display: block;
        top: -1px;
        left: -1px;
        /*width: 127px;*/
        height: 56px;
        border: 1px solid #1787b0;
        z-index: 9999
    }

.tab_box li:first-child>.tab_div.selected em.box {
    width: 128px
}

.tab_box li>.tab_talk .notybox {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%)
}

.tab_box li>.tab_talk .notybox .noty {
    border: 1px solid #1787b0;
    color: #fff;
    background: #9c1bde
}

.tab_box li>.tab_div.selected .notybox .noty {
    background: #fff;
    border: 1px solid #1787b0;
    color: #1787b0
}

.chat {
    margin-top: 0;
    position: relative
}

.chat .scroll_bottom {
    position: absolute;
    bottom: 110px;
    right: 30px;
    width: 41px;
    height: 41px;
    display: block;
    opacity: 0;
    background-position: 0 -509px
}

.chat .scroll_bottom:hover {
    background-position: -42px -509px
}

.chat .notice {
    background: #fbfbfb;
    height: 54px;
    overflow: hidden;
    border-top: none
}

.chat .notice ul {
    position: absolute;
    top: 0;
    padding: 0 20px
}

.chat .notice ul>li {
    line-height: 54px;
    height: 54px
}

.chat .notice ul>li>a {
    letter-spacing: -1px
}

.chat .notice .label {
    margin-right: 10px;
    position: relative;
    top: -1px;
    font-size: 10px
}

.chat .notice .l_notice {
    border: 1px solid #9c1bde;
    color: #9c1bde;
    background: #fff
}

.chat .notice .l_event {
    border: 1px solid #e62626;
    color: #e62626;
    background: #fff
}

.chat .chat_div {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 441px;
    background-color: #fff
}

.chat .msg_box {
    padding: 5px
}

.chat .msg_box li {
    margin-top: 5px;
    letter-spacing: -1px
}

.chat .msg_box li:first-child {
    margin-top: 0
}

.chat .msg_box li .icon16 {
    position: relative;
    top: -1px
}

.chat .msg_box li.msg:hover {
    background: #f8f8f8
}

.chat .msg_box .system {
    padding: 8px 10px 9px;
    line-height: 1.7
}

.chat .msg_box .system .icon {
    margin-right: 7px
}

.chat .msg_box .system .room:hover {
    text-decoration: underline
}

.chat .msg_box .c_error {
    border: 1px dashed #888;
    color: #666;
    background: #f5f5f5
}

.chat .msg_box .i_error {
    text-align: center;
    padding: 0
}

.chat .msg_box .c_warning {
    border: 1px dashed #c01e1e;
    color: #c01e1e;
    background: #fff5f5
}

.chat .msg_box .c_notice {
    border: 1px dashed #1787b0;
    color: #1787b0;
    background: #eaf9ff
}

.chat .msg_box .c_issue {
    border: 1px dashed #b349c3;
    color: #b349c3;
    background: #fdecff
}

.chat .msg_box .c_system {
    border: 1px dashed #7fac49;
    color: #7fac49;
    background: #f9fff3
}

.chat .msg_box .c_default {
    border: 1px dashed #888;
    color: #333;
    background: #fbfbfb
}

.chat .msg_box .msg {
    position: relative
}

.chat .msg_box .msg dl {
    width: 100%;
    min-height: 26px
}

.chat .msg_box .msg dl dd.d_icon {
    vertical-align: top;
    width: 28px;
    padding: 2px 0;
    text-align: center
}

.chat .msg_box .msg dl dd.primium_icon {
    vertical-align: top;
    width: 54px;
    padding: 2px 4px 2px 0;
    text-align: center
}

.chat .msg_box .msg dl dd.d_msg {
    vertical-align: middle;
    letter-spacing: -1px;
    line-height: 1.7;
    padding-left: 2px;
    word-break: break-all
}

.chat .msg_box .msg dl dd.d_msg strong {
    color: #000;
    margin: 0 11px 0 0;
    font-weight: 700
}

.chat .msg_box .msg dl dd.d_msg strong:hover {
    color: #e62626
}

.chat .msg_box .result {
    border: 1px dashed #888;
    color: #666;
    background: #fff
}

.chat .msg_box .result.best_in {
    border: 1px dashed #e62626;
    color: #666;
    background: #fff
}

.chat .msg_box .c_result div.text {
    letter-spacing: -1px;
    background: #f5f5f5;
    border-bottom: 1px dashed #d1d1d1;
    padding: 15px
}

.chat .msg_box .result.best_in div.text {
    background: #fff4f4;
    border-bottom: 1px dashed #e62626
}

.chat .msg_box .c_result div.text {
    border-radius: 15px 15px 0 0;
    -moz-border-radius: 15px 15px 0 0;
    -webkit-border-radius: 15px 15px 0 0
}

.chat .msg_box .c_result div.text strong.round {
    color: #e62626
}

.chat .msg_box .c_result div.text .icon {
    margin-right: 7px
}

.chat .msg_box .c_result div.text .btn_hidden {
    top: 15px;
    right: 10px;
    color: #aaa
}

.chat .msg_box .c_result div.text .btn_hidden:hover {
    color: #666
}

.chat .msg_box .c_result div.intro_box {
    letter-spacing: -1px;
    padding: 15px;
    color: #333;
    font-weight: 700;
    text-align: center
}

.chat .msg_box .c_result div.icon_box {
    letter-spacing: -1px;
    padding: 15px 10px;
    height: 58px;
    color: #999
}

.chat .msg_box .c_result div.icon_box .r_tab {
    margin: 0 5px;
    color: #aaa
}

.chat .msg_box .c_result div.icon_box .split {
    margin: 0 10px
}

.chat .msg_box .c_result div.icon_box .r_icon {
    position: relative;
    display: inline-block;
    line-height: 26px;
    width: 30px;
    height: 30px
}

.chat .msg_box .c_result div.icon_box .r_icon {
    text-align: center;
    padding-right: 3px;
    padding-top: 1px;
    margin: 0 1px
}

.chat .msg_box .gift_box {
    border: 1px dashed #b349c3;
    background: #fff
}

.chat .msg_box .c_gift div.text {
    background: #e47ef4;
    border-bottom: 1px dashed #b349c3;
    padding: 12px 10px;
    text-align: center
}

.chat .msg_box .c_gift div.text {
    font-weight: 700;
    color: #fff
}

.chat .msg_box .c_gift div.text {
    border-radius: 15px 15px 0 0;
    -moz-border-radius: 15px 15px 0 0;
    -webkit-border-radius: 15px 15px 0 0
}

.chat .msg_box .c_gift div.text .num {
    font-family: tahoma;
    font-size: 16px;
    position: relative;
    top: -1px
}

.chat .msg_box .c_gift div.fbox {
    text-align: center;
    padding: 15px 0;
    border-bottom: 1px dashed #d1d1d1;
    color: #888;
    background: #f9f2ff
}

.chat .msg_box .c_gift div.fbox strong {
    color: #333
}

.chat .msg_box .c_gift div.fbox a {
    margin-left: 5px
}

.chat .msg_box .c_gift div.c_msg_box {
    letter-spacing: -1px;
    padding: 15px 10px;
    color: #666;
    text-align: center;
    line-height: 1.7;
    text-align: justify
}

.chat .msg_box .egg_box {
    text-align: center;
    line-height: 2;
    color: #888;
    background: #fff;
    border: 1px dashed #c01e1e
}

.chat .msg_box .egg_box .sin {
    border-bottom: 1px dashed #db4c4c;
    padding: 10px;
    background: #fff5f5
}

.chat .msg_box .egg_box .sin {
    border-radius: 15px 15px 0 0;
    -moz-border-radius: 15px 15px 0 0;
    -webkit-border-radius: 15px 15px 0 0
}

.chat .msg_box .egg_box .msg {
    padding: 10px;
    line-height: 1.7;
    text-align: justify
}

.chat .msg_box .egg_box a {
    color: #333
}

.chat .msg_box .egg_box a:hover {
    color: #e62626
}

.chat .msg_box .egg_box .num {
    font-family: tahoma;
    font-size: 16px;
    position: relative;
    top: -1px
}

.chat .msg_box li.room_promotion {
    margin-top: 40px;
    border: 1px dashed #c7b56b;
    background: #fff;
    border-radius: 15px;
    margin-bottom: 10px
}

.chat .msg_box li.room_promotion .userbox {
    position: relative;
    height: 55px;
    line-height: 55px;
    border-bottom: 1px dashed #c7b56b;
    border-radius: 15px 15px 0 0;
    background: #fffcf3;
    text-align: center
}

.chat .msg_box li.room_promotion .userbox img.pbanner {
    position: absolute;
    left: 0;
    top: -35px
}

.chat .msg_box li.room_promotion .message {
    text-align: center;
    padding-bottom: 10px
}

.chat .msg_box li.room_promotion .message p {
    padding: 10px;
    padding-top: 15px;
    margin-bottom: 5px
}

.winner_img {
    margin: 10px 0;
    height: 130px;
    text-align: center
}

.winner {
    text-align: center;
    padding: 10px;
    border: 1px dashed #c78282;
    background: #fff9f9;
    border-radius: 15px;
    margin-bottom: 10px
}

.winner h2 {
    font-size: 14px;
    padding: 0;
    margin: 0;
    margin-bottom: 10px
}

.winner h2 .red {
    color: #c91a1a
}

.winner .user {
    font-size: 14px;
    margin-bottom: 5px
}

.winner .split {
    font-size: 10px;
    margin: 0 5px;
    color: #c78282
}

.winner .wbtn {
    padding: 3px 5px;
    border-radius: 5px;
    background-color: #9c1bde;
    border: 1px solid #1787b0;
    color: #fff;
    font-size: 12px;
    cursor: pointer
}

.winner .wbtn.room {
    background-color: #e62626;
    border: 1px solid #c01e1e
}

.chat .setting_box {
    background: #fbfbfb;
    border-top: none;
    border-bottom: none;
    height: 40px;
    padding: 0 10px
}

.chat .setting_box div.option {
    display: inline-block;
    padding: 7px;
    background: #fbfbfb;
    margin-top: 5px
}

.chat .setting_box div.option.result_view {
    top: 1px;
    right: 5px
}

.chat .setting_box div.option.result_view .text {
    color: #aaa;
    margin-right: 4px;
    position: relative;
    top: -3px;
    letter-spacing: -1px
}

.chat .setting_box .btn {
    display: inline-block;
    width: 15px;
    height: 15px
}

.chat .setting_box .cpopup {
    background-position: 0 -223px
}

.chat .setting_box .clear {
    background-position: -15px -223px
}

.chat .setting_box .text_up {
    background-position: -30px -223px
}

.chat .setting_box .text_down {
    background-position: -45px -223px
}

    .chat .setting_box .help_command {
        background-position: -180px -223px
    }

    .chat .setting_box .help_cmd {
        position: relative
    }

        .chat .setting_box .help_cmd .help_cmd_list {
            position: absolute;
            top: -345px;
            left: -110px;
            width: 261px;
            background: #fff;
            border: 1px solid #666;
            z-index: 9999
        }

.help_cmd_list {
    letter-spacing: -1px;
    font-size: 12px
}

    .help_cmd_list h2 {
        font-weight: 400;
        padding: 15px 5px;
        border-bottom: 1px solid #eee;
        background: #fbfbfb
    }

    .help_cmd_list li {
        padding: 8px 5px;
        border-top: 1px solid #eee
    }

        .help_cmd_list li:first-child {
            border-top: none
        }

        .help_cmd_list li h3 {
            color: #e62626;
            padding-bottom: 5px;
            letter-spacing: 0;
            font-size: 12px
        }

        .help_cmd_list li p {
            color: #aaa;
            letter-spacing: -1px;
            font-size: 11px
        }

.chat .setting_box .refresh {
    background-position: -60px -223px
}

.chat .setting_box .admin_call {
    background-position: -75px -223px
}

.chat .setting_box .black {
    background-position: -90px -223px
}

.chat .setting_box .black.bon {
    background-position: -90px -238px
}

.chat .setting_box .on {
    background-position: -146px -223px;
    width: 34px
}

.chat .setting_box .off {
    background-position: -146px -238px;
    width: 34px
}

.chat .setting_box div.option:hover .popup {
    background-position: 0 -238px
}

.chat .setting_box div.option:hover .clear {
    background-position: -15px -238px
}

.chat .setting_box div.option:hover .text_up {
    background-position: -30px -238px
}

.chat .setting_box div.option:hover .text_down {
    background-position: -45px -238px
}

.chat .setting_box div.option:hover .refresh {
    background-position: -60px -238px
}

.chat .setting_box div.option:hover .admin_call {
    background-position: -75px -238px
}

.chat .setting_box div.option:hover .black {
    background-position: -90px -238px
}

.chat .setting_box div.color_box {
    border: 1px solid #888;
    background-color: #fff;
    width: 215px;
    position: absolute;
    top: -145px;
    left: 50%;
    transform: translateX(-50%);
    padding: 15px
}

.chat .setting_box div.color_box h4 {
    position: relative;
    font-size: 12px;
    margin: 0 5px 15px
}

.chat .setting_box div.color_box h4 .close_color {
    position: absolute;
    right: 0;
    cursor: pointer
}

.chat .setting_box div.color_box h4 .close_color:hover {
    color: #c0392b
}

.chat .setting_box div.color_box .option_btn {
    display: inline-block;
    width: 23px;
    height: 23px;
    margin: 0 2px 4px;
    cursor: pointer
}

.chat .setting_box div.color_box .option_btn:hover {
    position: relative;
    top: -2px
}

.chat .input_box {
    position: relative;
    height: 57px;
    border-top: 1px solid #e5e5e5;
    background: #fff
}

.chat .input_box input {
    height: 55px;
    width: 100%;
    border: none;
    padding: 15px 10px;
    background: #fff;
    font-size: 13px
}

.chat .input_box input.mcnt {
    padding: 15px 40px 15px 10px
}

.chat .input_box .login {
    display: block;
    height: 55px;
    width: 100%;
    border: none;
    padding: 0 10px;
    line-height: 55px;
    background: #fff;
    color: #bbb
}

.chat .input_box .login {
    letter-spacing: -1px
}

.chat .input_box .cnt {
    position: absolute;
    right: 10px;
    top: 20px;
    color: #aaa
}

.chat .input_box .split {
    margin: 0 2px;
    color: #aaa
}

.picktalk {
    background-color: #fff
}

.picktalk .tab_btn {
    position: relative;
    height: 55px;
    line-height: 55px;
    background: #fbfbfb;
    border: 1px solid #d1d1d1;
    border-top: none
}

.picktalk .tab_btn a {
    display: inline-block;
    padding: 0 20px;
    color: #ccc;
    letter-spacing: -1px
}

.picktalk .tab_btn a:hover {
    color: #333
}

.picktalk .tab_btn a.selected {
    color: #e62626;
    font-weight: 700
}

.picktalk .talk {
    position: relative
}

.picktalk .talk .search {
    position: relative;
    height: 55px;
    background: #fbfbfb;
    border: 1px solid #d1d1d1;
    border-top: none
}

.picktalk .talk .search input {
    height: 54px;
    border: none;
    width: 100%;
    padding: 0 40px;
    background: #fbfbfb;
    letter-spacing: -1px
}

.picktalk .talk .search .icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 15px;
    top: 17px;
    background-position: 0 -623px
}

.picktalk .talk .search .input_clear {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 15px;
    top: 17px;
    background-position: -64px -623px
}

.picktalk .talk .scroll {
    border: 1px solid #d1d1d1;
    border-top: none
}

.picktalk .talk .item {
    position: relative;
    padding: 5px 15px 5px 80px;
    height: 70px;
    line-height: 2
}

.picktalk .talk .item .user_photo {
    position: absolute;
    top: 10px;
    left: 15px
}

.picktalk .talk .item .close_room {
    position: absolute;
    top: 22px;
    right: 15px;
    text-indent: -9999px
}

.picktalk .talk .item .close_room {
    display: block;
    width: 30px;
    height: 30px;
    background-position: -321px -623px;
    z-index: 999
}

.picktalk .talk .item .close_room:hover {
    background-position: -351px -623px
}

.picktalk .talk .item .noty.initem {
    position: absolute;
    top: 36px;
    right: 15px
}

.picktalk .talk .item .box .user_nick {
    display: inline-block;
    padding: 15px 0
}

.picktalk .talk .item .box .user_nick:hover {
    color: #e62626
}

.picktalk .talk .item .box .last_msg {
    font-size: 13px;
    letter-spacing: -1px;
    color: #333;
    width: 80%
}

.picktalk .talk .item .box .number10 {
    color: #ddd
}

.picktalk .talk .item.hover:hover {
    background: #f8f8f8
}

.picktalk .talk .null {
    padding: 30px;
    text-align: center;
    letter-spacing: -1px;
    color: #999
}

.picktalk .config {
    position: relative
}

.picktalk .config .myinfo {
    position: relative;
    padding: 10px 15px 10px 80px;
    height: 80px;
    line-height: 2;
    background: #fbfbfb;
    border: 1px solid #d1d1d1;
    border-top: none
}

.picktalk .config .myinfo .user_photo {
    position: absolute;
    top: 15px;
    left: 15px
}

.picktalk .config .myinfo .intro {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 12px;
    letter-spacing: -1px;
    color: #999;
    z-index: 100;
    max-width: 120px;
    line-height: 1.7
}

.picktalk .config .myinfo .intro {
    text-align: right
}

.picktalk .config .myinfo .box {
    padding: 5px 0
}

.picktalk .config .myinfo .box .lgtext {
    font-size: 12px;
    color: #888
}

.picktalk .config .config_box {
    border: 1px solid #d1d1d1;
    border-top: none
}

.picktalk .config h1 {
    position: relative;
    margin: 0 20px;
    padding: 15px 0 10px;
    border-bottom: 1px dashed #e1e1e1;
    letter-spacing: -1px;
    color: #999;
    font-weight: 400
}

.picktalk .config h1 a {
    display: inline-block;
    position: absolute;
    right: 0;
    font-size: 12px;
    letter-spacing: -1px;
    color: #999
}

.picktalk .config h1 a .config {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-position: -48px -623px
}

.picktalk .config h1 a:hover {
    color: #e62626
}

.picktalk .config .item {
    position: relative;
    padding: 10px 20px;
    line-height: 2
}

.picktalk .config .item .setting {
    display: inline-block;
    padding: 5px 15px;
    background: #fff;
    border: 1px solid #e62626;
    font-size: 12px;
    letter-spacing: -1px;
    color: #e62626
}

.picktalk .friend {
    position: relative
}

.picktalk .friend .search {
    position: relative;
    height: 55px;
    background: #fbfbfb;
    border: 1px solid #d1d1d1;
    border-top: none
}

.picktalk .friend .search input {
    height: 54px;
    border: none;
    width: 100%;
    padding: 0 40px;
    background: #fbfbfb;
    letter-spacing: -1px
}

.picktalk .friend .search .icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 15px;
    top: 17px;
    background-position: 0 -623px
}

.picktalk .friend .search .input_clear {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 15px;
    top: 17px;
    background-position: -64px -623px
}

.picktalk .friend .scroll {
    border: 1px solid #d1d1d1;
    border-top: none
}

.picktalk .friend h1 {
    margin: 15px 20px 0;
    padding-bottom: 10px;
    border-bottom: 1px dashed #e1e1e1;
    letter-spacing: -1px;
    color: #999;
    font-weight: 400
}

.picktalk .friend .item {
    position: relative;
    padding: 5px 15px 5px 80px;
    height: 70px;
    line-height: 2
}

.picktalk .friend .item .user_photo {
    position: absolute;
    top: 10px;
    left: 15px
}

.picktalk .friend .item .intro {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 12px;
    letter-spacing: -1px;
    color: #999;
    z-index: 100;
    max-width: 130px;
    line-height: 1.7
}

.picktalk .friend .item .intro {
    text-align: right
}

.picktalk .friend .item .box {
    padding: 5px 0
}

.picktalk .friend .item .box .lgtext {
    font-size: 12px;
    letter-spacing: -1px;
    color: #bbb
}

.picktalk .friend .item .box .number10 {
    color: #ddd
}

.picktalk .friend .item.hover:hover {
    background: #f8f8f8
}

.picktalk .friend .item.selected {
    background: #f0f0f0
}

.picktalk .friend .item.selected:hover {
    background: #f0f0f0
}

.picktalk .friend .null {
    padding: 20px;
    text-align: center;
    letter-spacing: -1px;
    color: #ccc
}

.userlist {
    height: 594px;
    border: 1px solid #d1d1d1;
    border-top: none
}

.userlist ul {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 593px
}

.userlist ul li {
    position: relative;
    height: 40px;
    line-height: 39px;
    border-bottom: 1px solid #eee;
    padding-left: 15px
}

.userlist ul li.bg {
    background-color: #fbfbfb
}

.userlist ul li:hover {
    background-color: #fff8f8
}

.userlist ul li strong:hover {
    color: #e62626
}

.userlist ul li .date {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 10px;
    font-family: tahoma
}

.userlayer {
    width: 130px;
    background: #fff;
    border: 1px solid #666;
    padding: 3px 0;
    z-index: 9999
}

.userlayer ul.line {
    margin-top: 3px;
    padding-top: 3px;
    border-top: 1px solid #e6e6e6
}

.userlayer ul li {
    font-size: 12px;
    letter-spacing: -1px;
    line-height: 1
}

.userlayer ul li a {
    display: block;
    padding: 7px 10px;
    color: #999
}

.userlayer ul li a:hover {
    background: #f8f8f8;
    color: #333
}

.popupLayer {
    position: absolute;
    top: 220px;
    left: 120px;
    background-color: #f5f5f5;
    border: solid 1px #aaa;
    font-family: tahoma;
    font-size: 12px;
    font-weight: 700;
    z-index: 10000
}

.popupLayer .content {
    position: relative
}

.popupLayer .content .close {
    position: absolute;
    top: -25px;
    right: -1px;
    font-size: 16px;
    display: block;
    border: 1px solid #aaa;
    width: 20px
}

.popupLayer .content .close {
    text-align: center;
    color: #aaa;
    background: #fff;
    height: 20px;
    line-height: 17px
}

.popupLayer .content .close:hover {
    color: #e62626;
    border: 1px solid #e62626
}

.popupLayer .content ul li {
    border-top: 1px dashed #d1d1d1
}

.popupLayer .content ul li:first-child {
    border-top: none
}

.popupLayer .content ul li.nick .level {
    margin-right: 5px
}

.popupLayer .content ul li.nick .in {
    height: 40px;
    line-height: 40px
}

.popupLayer .content ul li .in {
    position: relative;
    display: block;
    width: 150px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px
}

.popupLayer .content ul li .hover:hover {
    background: #fff;
    color: #e62626
}

.option_list {
    background-color: #f5f5f5;
    border: solid 1px #aaa;
    position: absolute
}

.option_list dl dd {
    border-top: 1px dashed #d1d1d1;
    height: 31px;
    line-height: 31px;
    padding: 0 10px;
    width: 120px;
    color: #888
}

.option_list dl dd:first-child {
    border-top: none
}

.option_list dl dd:hover {
    background: #fff;
    color: #e62626
}

.scroll {
    overflow-x: hidden;
    overflow-y: scroll
}

.scroll::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px rgba(0,0,0,.2);
    background-color: #f8f8f8
}

.scroll::-webkit-scrollbar {
    width: 13px;
    background-color: #f5f5f5
}

.scroll::-webkit-scrollbar-thumb {
    height: 6px;
    border: 2.5px solid transparent;
    background-clip: padding-box;
    background-color: rgba(0,0,0,.3);
    box-shadow: inset -1px -1px 0 rgba(0,0,0,.05),inset 1px 1px 0 rgba(0,0,0,.05)
}

.star_img {
    max-width: 150px
}

.icon_5star {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-position: -230px -669px;
    margin-right: 3px
}

.icon_4star {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-position: -246px -669px;
    margin-right: 3px
}

.Rainbow {
    animation-duration: 1s;
    animation-name: rainbowLink;
    animation-iteration-count: infinite
}

@keyframes rainbowLink {
    0% {
        color: #ff2a2a
    }

    15% {
        color: #ff7a2a
    }

    30% {
        color: #ffc52a
    }

    45% {
        color: #43ff2a
    }

    60% {
        color: #2a89ff
    }

    75% {
        color: #202082
    }

    90% {
        color: #6b2aff
    }

    100% {
        color: #e82aff
    }
}
