﻿body {
    font-family: Microsoft Sans Serif,Arial,微软雅黑, 黑体;
    font-size: 16px;
    line-height: 1.5;
}

select {
    border: solid 1px #ccc;
    appearance: none; /*清除select下拉框默认样式*/
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-right: 14px; /*为下拉小箭头留出一点位置，避免被文字覆盖*/
    background: url("../images/select_arrow_gray.png") no-repeat scroll right center transparent; /*自定义图片覆盖原有的下三角符号*/
}

    select::-ms-expand {
        display: none; /*清除IE默认下拉按钮，但是测试发现IE10以上有效，IE8，9默认下拉按钮仍旧存在*/
    }

a {
    color: Black;
}

/* 去掉列表的默认样式 */
li {
    list-style: none;
}
/*
@font-face
{
font-family: FontPhonetic;
src:  url("/Content/font/Ksphonet.woff2") format("woff2"),
       url("/Content/font/Ksphonet.woff") format("woff"),
       url("/Content/font/Ksphonet.ttf") format("truetype"),
       url("/Content/font/Ksphonet.eot") format("embedded-opentype"),
       url("/Content/font/Ksphonet.svg") format("svg"),
       url("/Content/font/Ksphonet.otf") format("opentype");
}
*/

/* 分页 */
.ali {
    display: inline-block !important;
}

    .ali a {
        border: none !important;
    }

#cur_Page {
    background-color: #009788 !important;
    color: #fff !important;
}

#_prev, #_next {
    line-height: 100%;
    margin-top: 4px;
    font-size: 14px;
    border: 1px solid #ddd !important;
}

#_prev {
    margin-right: 3px;
}

#_next {
    margin-left: 3px;
}

.pagination {
    display: inherit;
    width: 510px;
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
}

    /* 设置分页样式 */
    .pagination > li > a, .pagination > li > span {
        color: #242424;
        background-color: #FFFFFF;
        border: 1px solid #FFFFFF;
    }
    /* 设置分页样式 */
    .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
        color: #fff;
        background-color: #20B2AA;
        border-color: #20B2AA;
    }
    /* 设置分页样式 */
    .pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
        border-color: #fff;
    }

/* 公用布局样式 */
.wraper {
    width: 100%;
}

.cw {
    width: 75%;
    min-width: 980px;
    max-width: 1100px;
    margin: auto;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}
/*蓝色文本超链接文本*/
a.txt_link {
    color: #3f97f6;
}
/*橙色文本*/
.txt_orange {
    color: #f9c000;
}

/*************常用按钮*************/
.btn_Igreen {
    padding-left: 16px;
    padding-right: 16px;
    background-color: #2f9688 !important;
    color: #fff;
}

    .btn_Igreen:hover {
        background-color: #247a6e;
        color: #fff;
    }

.btn_Iorange {
    padding-left: 16px;
    padding-right: 16px;
    background-color: #ff4433;
    color: #fff;
}

    .btn_Iorange:hover {
        background-color: #f23d3d;
        color: #fff;
    }

.btn_Igray {
    padding-left: 16px;
    padding-right: 16px;
    background-color: #fff !important;
    color: #777 !important;
    border: 1px solid #eee;
}

    .btn_Igray:hover {
        background-color: #efefef !important;
        color: #555 !important;
    }

/**************tab切换页**************/
.Itab {
    border-bottom: 2px solid #009688;
}

    .Itab .Itab_nav {
        height: 40px;
        line-height: 40px;
        border-bottom: 1px solid #eee;
    }

        .Itab .Itab_nav li {
            margin-right: 20px;
            display: inline-block;
            *display: inline;
            min-width: 120px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            white-space: nowrap;
            font-size: 16px;
        }

        .Itab .Itab_nav a {
            display: block;
            width: 100%;
            height: 100%;
            padding: 0 12px;
            background-color: #eaeaea;
            color: #666;
            text-decoration: none;
        }

            .Itab .Itab_nav a:hover {
                background-color: #009688;
                color: #fff;
            }

        .Itab .Itab_nav li.active a {
            background-color: #009688;
            color: #fff;
        }

/***********字体设置***********/
.Ititle1 {
    font-size: 24px;
    font-weight: bold;
}

.Ititle2 {
    font-size: 20px;
    font-weight: bold;
}

.Ititle3 {
    font-size: 18px;
}

.Idesc {
    font-size: 16px;
    color: #666;
}

.Iinfo {
    font-size: 12px;
    color: #999;
}

.Iexplain {
    padding: 8px;
    border: 1px solid #9acc99;
    background-color: #cdffcc;
    color: #349835;
    border-radius: 4px;
}

/**************************************导航**************************************/
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 64px;
    line-height: 64px;
    background: -webkit-linear-gradient(top, #2f9688, #37ada2);
    background: -o-linear-gradient(bottom, #2f9688, #37ada2);
    background: -moz-linear-gradient(bottom, #2f9688, #37ada2);
    background: linear-gradient(to bottom, #2f9688, #37ada2);
    background-color: #2f9688;
}

    .header a {
        color: #fff;
    }

        .header a:hover, .header a:focus {
            color: #fff;
            text-decoration: none;
        }

        .header a.txt_link:hover {
            color: #01aaed;
            text-decoration: underline;
        }

    .header .logo img {
        display: block;
    }

    .header a {
        color: #fff;
    }

a.txt_link {
    color: #3f97f6;
}

.txt_orange {
    color: #f9c000;
    margin: 0 3px;
    font-style: normal;
}

.header a:hover, .header a:focus {
    color: #fff;
    text-decoration: none;
}

.header a.txt_link:hover {
    color: #3f97f6;
    text-decoration: underline;
}

.nav {
    color: #fff;
}

    .nav .subnav {
        position: relative;
        float: left;
        height: 64px;
        line-height: 64px;
        width: 110px;
        margin-left: 20px;
        padding-left: 12px;
    }

        .nav .subnav:after {
            position: absolute;
            top: 28px;
            right: 12px;
            content: "";
            display: block;
            width: 13px;
            height: 8px;
            background: url(../images/I-index_btn_bg.png) center center no-repeat;
            transition: transform .2s;
        }

        .nav .subnav:hover {
            background-color: #247a6e;
        }

            .nav .subnav:hover:after {
                transform: rotate(180deg);
            }

        .nav .subnav.active {
            background-color: #247a6e;
        }

        .nav .subnav .subnav_box {
            display: none;
            position: absolute;
            top: 64px;
            left: 0;
            background-color: #247a6e;
            width: 110px;
            padding-left: 0;
        }

        .nav .subnav:hover .subnav_box {
            display: block;
        }

        .nav .subnav .subnav_box a {
            display: block;
            height: 36px;
            line-height: 36px;
            padding: 0 10px;
            width: 100%;
        }

            .nav .subnav .subnav_box a:hover {
                background-color: #2f9688;
            }

.header_r select {
    box-sizing: border-box;
    width: 78px;
    padding-left: 2px;
    height: 20px;
    border: 1px solid #fff;
    border-color: rgba(255,255,255,.4);
    color: #fff;
    background: url("../images/select_arrow_white.png") no-repeat scroll right center transparent; /*自定义图片覆盖原有的下三角符号*/
}

.header_r .mobile_box {
    position: relative;
    cursor: pointer;
    height: 64px;
    line-height: 64px;
    padding: 0 24px;
}

.header_r .mobile {
    display: block;
    height: 64px;
    line-height: 64px;
    padding-left: 40px;
    background: url(../images/icon_mobile.png) left 22px no-repeat;
}

.mobile_box:hover .QR_box {
    display: block;
}

.QR_box {
    display: none;
    position: absolute;
    top: 50px;
    right: 0px;
    z-index: 100;
    width: 160px;
    height: 160px;
    border: 1px solid #eee;
    border-radius: 4px;
    box-shadow: 0 0 4px #aaa;
    background-color: #fff;
}

    .QR_box:after {
        position: absolute;
        top: -18px;
        right: 70px;
        content: "";
        display: block;
        width: 0px;
        height: 0px;
        border-top: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #fff;
        border-left: 10px solid transparent;
    }

    .QR_box img {
        display: block;
        width: 100%;
        height: 100%;
    }

.header_r .msg {
    position: relative;
    margin-left: 20px;
    width: 24px;
    height: 27px;
    margin-top: 22px;
    background: url(../images/icon_msg.png) 50% 50% no-repeat;
}

.header_r .bbs {
    position: relative;
    margin-left: 20px;
    width: 24px;
    height: 27px;
    margin-top: 22px;
    background: url(../images/icon_bbs.png) 50% 50% no-repeat;
}

.header_r .pk {
    position: relative;
    margin-left: 20px;
    width: 28px;
    height: 27px;
    margin-top: 22px;
    background: url(../images/PK榜.png) 50% 50% no-repeat;
    cursor: pointer;
}

.header_r .hero {
    position: relative;
    margin-left: 20px;
    width: 28px;
    height: 27px;
    margin-top: 22px;
    background: url(../images/英雄榜.png) 50% 50% no-repeat;
    cursor: pointer;
}

.header_r .coinshop {
    position: relative;
    margin-left: 20px;
    width: 28px;
    height: 27px;
    margin-top: 22px;
    background: url(../images/coinshop.png) 50% 50% no-repeat;
    cursor: pointer;
}

.header_r .msg .amount {
    position: absolute;
    top: -8px;
    right: -8px;
    text-align: center;
    font-size: 10px;
    background-color: #ff4433;
    border-radius: 7px;
    line-height: 1;
    height: 14px;
    line-height: 14px;
    padding: 0 4px;
}

.header_r .tuichu {
    position: relative;
    margin-left: 20px;
    width: 24px;
    height: 27px;
    margin-top: 22px;
    background: url(../images/tuichu.png) 50% 50% no-repeat;
}

.no_login {
    margin-left: 30px;
}

.user_box {
    position: relative;
    padding-right: 20px;
    height: 64px;
    line-height: 64px;
    margin-left: 30px;
}

    .user_box:after {
        position: absolute;
        top: 28px;
        right: 0px;
        content: "";
        display: block;
        width: 13px;
        height: 8px;
        background: url(../images/I-index_btn_bg.png) center center no-repeat;
        transition: transform .2s;
    }

    .user_box:hover:after {
        transform: rotate(180deg);
    }

.user_name {
    /*display: inline-block;
zoom:1;
min-width: 50px;*/
    font-weight: bold;
    min-width: 50px;
    max-width: 100px;
}

.user_name2 {
    display: inline-block;
    zoom: 1;
    min-width: 50px;
    font-weight: bold;
    min-width: 50px;
    max-width: 100px;
}

.user_box .user_pic {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 32px;
    height: 32px;
    margin-right: 6px;
    border-radius: 100%;
    overflow: hidden;
    vertical-align: middle;
}

    .user_box .user_pic img {
        display: block;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

.user_box:hover .user_center {
    display: block;
}

.user_center {
    display: none;
    position: absolute;
    top: 50px;
    right: -35px;
    z-index: 100;
    width: 240px;
    padding: 8px;
    border: 1px solid #eee;
    border-radius: 4px;
    box-shadow: 0 0 2px #ddd;
    background-color: #fff;
    line-height: 1.5;
    font-size: 14px;
}

    .user_center:after {
        position: absolute;
        top: -18px;
        right: 30px;
        content: "";
        display: block;
        width: 0px;
        height: 0px;
        border-top: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #fff;
        border-left: 10px solid transparent;
    }

.user_center_t {
    padding-bottom: 10px;
}

    .user_center_t .quick_links {
        margin-top: 10px;
    }

        .user_center_t .quick_links a {
            display: inline-block;
            *display: inline;
            *zoom: 1;
            padding-right: 4px;
        }

    .user_center_t .quit {
        position: absolute;
        top: 10px;
        right: 10px;
    }

.user_center .user_center_t .user_pic {
    width: 48px;
    height: 48px;
    margin-right: 10px;
    border-radius: 0;
}

.user_center_b {
    padding-top: 10px;
    border-top: 1px solid #eee;
    color: #999;
    font-weight: normal;
}

    .user_center_b span {
        box-sizing: border-box;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        width: 48%;
        text-align: left;
    }

/*********首页底部*********/
#pfooter {
    color: #999;
    text-align: center;
    background: #393d49 url(../images/index_footer_bg.png);
    background-position: 0 0;
    background-repeat: repeat-x;
    font-size: 14px;
}

    #pfooter ul {
        height: 24px;
        line-height: 24px;
        margin-bottom: 5px;
    }

    #pfooter > div {
        padding-top: 10px;
    }

    #pfooter li {
        display: inline-block;
        margin: 10px 20px 0;
    }

        #pfooter li a {
            color: #999;
        }

    #pfooter li {
        display: inline-block;
        margin: 10px 20px 0;
    }

/*********划词弹出框**start*********/
#huaci_word_detail {
    display: none;
    background-color: rgba(93, 93, 93, 0.8);
    z-index: 9999;
    position: fixed;
    color: white;
    border-radius: 10px;
    padding: 15px;
    padding-bottom: 20px;
    min-width: 150px;
    max-width: 360px;
}

#huaci_word_base div {
    width: 100%;
    float: left;
}

#huaci_En {
    display: block;
    float: left;
    margin: 5px 0;
    font-size: 24px;
    font-weight: 600;
    overflow: hidden;
    max-width: 80%;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#huaci_collect {
    border: none;
    display: block;
    float: left;
    margin-left: 20px;
    margin-top: 14px;
    cursor: pointer;
}

#huaci_play {
    border: none;
    display: block;
    float: left;
    margin-left: 20px;
    margin-top: 14px;
    cursor: pointer;
}

#huaci_Phonetic {
    display: block;
    float: left;
    margin: 10px 0;
    color: white;
}

#huaci_go_detail {
    display: block;
    float: left;
    color: #52afff;
    font-size: 16px;
    margin-top: 10px;
    cursor: pointer;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}

.triangle-up {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 12px solid rgba(0,0,0,0.7);
    position: fixed;
    z-index: 999;
}

.triangle-down {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 12px solid rgba(0,0,0,0.7);
    position: fixed;
    z-index: 999;
}
/*********划词弹出框**end*********/

/*********通用对话框**start*********/
.div_dialog_mask {
    position: fixed;
    z-index: 9999;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.5;
}

.div_dialog {
    position: fixed;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 360px;
    text-align: center;
    z-index: 9999;
}

.div_dialog_head {
    padding: 0 10px;
    height: 48px;
    line-height: 48px;
    background-color: #2f9688;
    text-align: left;
    color: #fff;
    border: 1px solid #2f9688;
    font-size: 20px;
    cursor: move;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.div_dialog_body {
    position: relative;
    padding: 10px;
    text-align: left;
    vertical-align: middle;
    background-color: #fff;
}

.div_dialog_foot {
    height: 57px;
    line-height: 57px;
    background-color: #fff;
    text-align: right;
    vertical-align: middle;
    border: 1px solid #eee;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

    .div_dialog_foot > button, .div_dialog_foot > a {
        margin: 0 15px;
    }

.div_dialog .close {
    color: #fff;
    opacity: .9;
    text-shadow: none;
    line-height: inherit;
    font-size: 28px;
}

    .div_dialog .close:hover {
        color: #fff;
        opacity: 1;
        text-shadow: none;
    }

.div_tooltip {
    position: fixed;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 360px;
    text-align: center;
    background-color: #000;
    padding: 20px;
    opacity: .55;
    color: white;
    border-radius: 6px;
    font-weight: bold;
    z-index: 99999;
}

.div_tooltip_text {
    position: fixed;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 360px;
    text-align: center;
    color: White;
    z-index: 999999;
}
/*********通用对话框**end*********/

/*********弹出学习层通用样式**start*********/
.div_study_win {
    left: 0px;
    top: 0px;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999999;
    background-color: White;
}

.div_study_frm {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    border: 0px;
}

.div_study_loading {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    border: 0px;
    text-align: center;
}
/*********弹出学习层通用样式**end*********/

/*********引导层专用*********/
.overlay-hole {
    margin-left: 20px;
    margin-top: 20px;
}

#walkthrough-content {
    display: none;
}

/**************************tooltip提示信息相关******************************/
.tooltip-inner {
    color: #504538;
    background-color: #fdf5ca;
    border: 1px #dec060 dotted !important;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #fdf5ca;
}

.tooltip.top-left .tooltip-arrow {
    border-top-color: #fdf5ca;
}

.tooltip.top-right .tooltip-arrow {
    border-top-color: #fdf5ca;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #fdf5ca;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #fdf5ca;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #fdf5ca;
}

.tooltip.bottom-left .tooltip-arrow {
    border-bottom-color: #fdf5ca;
}

.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #fdf5ca;
}

/**************************加载动画******************************/
.loading {
    background-color: #F5F5F5;
    height: 100%;
    width: 100%;
    z-index: 998;
    margin-top: 0px;
    top: 0px;
    position: relative;
    min-height: 250px;
}

.loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}

.loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 150px;
    width: 150px;
    margin-top: -75px;
    margin-left: -75px;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
}

.object {
    width: 20px;
    height: 20px;
    background-color: #36A296;
    position: absolute;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    -webkit-animation: animate 0.8s infinite;
    animation: animate 0.8s infinite;
}

.object_one {
    top: 19px;
    left: 19px;
}

.object_two {
    top: 0px;
    left: 65px;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.object_three {
    top: 19px;
    left: 111px;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.object_four {
    top: 65px;
    left: 130px;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.object_five {
    top: 111px;
    left: 111px;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.object_six {
    top: 130px;
    left: 65px;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.object_seven {
    top: 111px;
    left: 19px;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.object_eight {
    top: 65px;
    left: 0px;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

@-webkit-keyframes animate {
    25% {
        -ms-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }

    75% {
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes animate {
    50% {
        -ms-transform: scale(1.5,1.5);
        -webkit-transform: scale(1.5,1.5);
        transform: scale(1.5,1.5);
    }

    100% {
        -ms-transform: scale(1,1);
        -webkit-transform: scale(1,1);
        transform: scale(1,1);
    }
}

/**************************播放声音小喇叭******************************/
.icon-sound {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin-left: 4px;
    width: 34px;
    height: 34px;
    border: 0px;
}

.icon-sound-img {
    background: url(/images/play1.png) no-repeat !important;
}

    .icon-sound-img:hover {
        background: url(/images/play2.png) no-repeat !important;
    }

.icon-sound-play, .icon-sound-play:active, .icon-sound-play:hover {
    background: url(/images/speaker.gif) no-repeat !important;
}

/***********************************浮动工具栏*********************************************/
.float_toolbar {
    background-color: transparent;
    width: 45px;
    position: fixed;
    right: 0px;
    top: 50%;
    margin-top: -50px;
    display:none;
}

.float_toolbar_item {
    width: 40px;
    height: 40px;
    margin-top: 5px;
    margin: 5px 2px 0px 2px;
    cursor: pointer;
}

    .float_toolbar_item:hover {
        opacity: 0.7;
    }

#div_tool_pk {
    background-image: url(/images/pk1.png);
}

    #div_tool_pk:hover {
        background-image: url(/images/pk1.png);
    }

#div_tool_zj {
    background-image: url(/images/zj1.png);
}

    #div_tool_zj:hover {
        background-image: url(/images/zj1.png);
    }

#div_tool_dic {
    background-image: url(/images/dic1.png);
}

    #div_tool_dic:hover {
        background-image: url(/images/dic1.png);
    }

#div_tool_setting {
    background-image: url(/images/setting.png);
}

    #div_tool_setting:hover {
        background-image: url(/images/setting.png);
    }

.input_text {
    display: inline-block;
    background-color: #fff;
    width: 400px;
    height: 250px;
    border: 1px solid #bbb;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 10px 10px 10px #eee;
}

.input_liuyan {
    color: #333;
    font-weight: 900;
}

#send-message {
    background-color: #20B2AA;
    color: #FCFCFC;
    border-radius: 4px;
}

    #send-message:hover {
        background-color: #00928a;
    }

#close-message {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    border-radius: 4px;
}

    #close-message:hover {
        background-color: #eeeeee;
        color: gray;
    }

.disabled-select {
    -moz-user-select: none; /*火狐*/
    -webkit-user-select: none; /*webkit浏览器*/
    -ms-user-select: none; /*IE10*/
    -khtml-user-select: none; /*早期浏览器*/
    user-select: none;
}

.back {
    cursor: pointer;
}

    .back img {
        height: 20px;
        margin-top: -5px;
        margin-right: 10px;
    }

/*英、美音标+读音*/
.div_phonetic {
    margin: 5px 0px 20px 0px;
}

.speaker {
    margin-left: 5px;
    cursor: pointer;
}

    .speaker:hover {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
    }

    .speaker[data=""] {
        display: none;
    }

.phonetic {
    margin: 0px 5px;
    font-family: arial;
}

    .phonetic:empty {
        display: none;
    }

#span_mei {
    margin-left: 15px;
}

.bug_screen {
    background-color: black;
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    z-index: 100000;
}

.savebugScreen {
    color: #fff !important;
    background-color: #2EBAA2 !important;
}

.closeBugScreen {
    color: #fff !important;
    background-color: #F8623B !important;
}

.savebugScreen:hover {
    color: #fff !important;
    opacity: 0.9;
}

.closeBugScreen:hover {
    color: #fff !important;
    opacity: 0.9;
}

#div_tool_bug_screen {
    margin-top: 10px;
}