﻿html, body {
    height: 100%;
    margin: 0;
    font-family: 微软雅黑,黑体,宋体,simhei;
    overflow: hidden;
}

body {
    min-height: 600px;
    min-width: 1280px;
}

button {
    padding: 0;
    border: 0;
    font-size: 100%;
    background: none;
    cursor: pointer;
}

ul, li {
    padding: 0;
    margin: 0;
    list-style: none;
}

label {
    font-size: 14px;
}

textarea:focus, input:focus, button:focus {
    outline: 0;
}

#host {
    height: 100%;
    position: relative;
    overflow: hidden;
}

#content-pane {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 256px;
}

#actions-pane {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 256px;
    background: #0063b4;
}

    #actions-pane .top {
        position: relative;
        height: 22px;
        margin-top: 9px;
        margin-bottom: 10px;
        z-index: 100;
    }

        #actions-pane .top .introduce {
            color: white;
            font-family: 宋体;
            font-size: 12px;
            position: absolute;
            right: 12px;
            line-height: 22px;
        }

    #actions-pane .langs {
        position: absolute;
        bottom: 0;
        left: 12px;
        width: 100px;
    }

        #actions-pane .langs .curr-lang {
            font-family: 宋体;
            font-size: 12px;
            position: relative;
            display: block;
            height: 22px;
            line-height: 22px;
            text-decoration: none;
            border: solid 1px #1c5986;
            background-color: #417bab;
            z-index: 1;
        }

        #actions-pane .langs .auto-detect {
            font-family: 宋体;
            font-size: 12px;
            color: white;
            white-space: nowrap;
            position: absolute;
            display: block;
            height: 22px;
            line-height: 22px;
            text-decoration: none;
            border: solid 1px #1c5986;
            background-color: #417bab;
            z-index: 1;
            left: 100px;
            top: 0;
        }

            #actions-pane .langs .auto-detect input {
                position: relative;
                top: 3px;
            }

            #actions-pane .langs .auto-detect .text {
                padding: 0 3px 0 0;
            }

        #actions-pane .langs .lang {
            color: white;
            position: absolute;
            left: 25px;
        }

        #actions-pane .langs .curr-lang .expand {
            position: absolute;
            display: block;
            border: solid 3px transparent;
            border-top-color: white;
            right: 5px;
            bottom: 6px;
        }

        #actions-pane .langs .curr-lang .lang {
            overflow: hidden;
            display: block;
            width: 60px;
            white-space: nowrap;
            text-overflow: ellipsis;
            text-overflow: ellipsis-word;
        }

        #actions-pane .langs .allow-langs {
            display: none;
            position: absolute;
            top: 23px;
            background-color: #417bab;
            border: solid 1px #1c5986;
            width: 200px;
            font-size: 12px;
            padding-top: 3px;
        }

            #actions-pane .langs .allow-langs li {
                height: 22px;
                line-height: 22px;
                padding: 3px 0;
            }

                #actions-pane .langs .allow-langs li.no-speech .lang {
                    color: #00bfff;
                }

                #actions-pane .langs .allow-langs li a {
                    text-decoration: none;
                    display: block;
                    height: 100%;
                    position: relative;
                }

                    #actions-pane .langs .allow-langs li a:hover {
                        background-color: #a0d2f7;
                    }



        #actions-pane .langs i.icon {
            position: absolute;
            top: 0;
            left: 3px;
            width: 16px;
            height: 22px;
            background: url(images-langscn.gif) no-repeat left center;
        }

        #actions-pane .langs .cn i.icon {
            background-image: url(images-langscn.gif);
        }

        #actions-pane .langs .jp i.icon {
            background-image: url(images-langsjp.gif);
        }

        #actions-pane .langs .us i.icon {
            background-image: url(images-langsus.gif);
        }

        #actions-pane .langs .tw i.icon {
            background-image: url(images-langstw.gif);
        }

        #actions-pane .langs .hk i.icon {
            background-image: url(images-langshk.gif);
        }

        #actions-pane .langs .kr i.icon {
            background-image: url(images-langskr.gif);
        }

        #actions-pane .langs .ru i.icon {
            background-image: url(images-langsru.gif);
        }

        #actions-pane .langs .th i.icon {
            background-image: url(images-langsth.gif);
        }

        #actions-pane .langs .fr i.icon {
            background-image: url(images-langsfr.gif);
        }

        #actions-pane .langs .es i.icon {
            background-image: url(images-langses.gif);
        }

        #actions-pane .langs .pt i.icon {
            background-image: url(images-langspt.gif);
        }

        #actions-pane .langs .dz i.icon {
            background-image: url(images-langsdz.gif);
        }

    #actions-pane .langs-hover .curr-lang {
        border-bottom-color: transparent;
    }

    #actions-pane .split {
        border-top: solid 1px #1184df;
        border-bottom: solid 1px #1d5884;
        margin-bottom: 8px;
    }

    #actions-pane button {
        background: url(images-wide-bluebuttons.png) no-repeat;
        width: 40px;
        height: 40px;
        padding: 0;
        border: 0;
        display: block;
        margin: 0 auto;
    }
    /*#region status*/
    #actions-pane .status-bar {
        position: relative;
        width: 100%;
        border: solid 1px #1d5884;
        border-width: 1px 0;
        margin-bottom: 8px;
    }

        #actions-pane .status-bar li {
            float: left;
            width: 84px;
            background: #3382c4;
            margin-right: 2px;
        }

            #actions-pane .status-bar li.last {
                margin-right: 0px;
                float: right;
            }

            #actions-pane .status-bar li button {
                font-size: 14px;
                background: none;
                color: white;
                width: 100%;
                height: 22px;
                zoom: 1;
            }

                #actions-pane .status-bar li button .rate {
                    display: block;
                    float: right;
                    padding-right: 3px;
                    font-family: 微软雅黑;
                    font-size: 12px;
                    line-height: 20px;
                }

                #actions-pane .status-bar li button .label {
                    display: block;
                    float: left;
                    padding-left: 8px;
                    font-family: 微软雅黑;
                }

    /*#endregion*/
    #actions-pane .split-bottom {
        bottom: 81px;
        width: 100%;
        position: absolute;
    }

    #actions-pane .navs {
    }

        #actions-pane .navs .action,
        #actions-pane .bottom .action {
            width: 25%;
            float: left;
            text-align: center;
            color: white;
        }

            #actions-pane .navs .action label,
            #actions-pane .bottom .action label {
                line-height: 28px;
            }

    #actions-pane .modes {
        position: relative;
    }

        #actions-pane .modes .tabs {
            width: 80px;
            float: right;
            color: white;
        }

            #actions-pane .modes .tabs .mode {
                width: 100%;
                height: 72px;
                background: #3382c4;
                text-align: center;
                padding-top: 8px;
                margin-bottom: 5px;
                cursor: pointer;
            }

                #actions-pane .modes .tabs .mode label {
                    line-height: 28px;
                }

                #actions-pane .modes .tabs .mode.active {
                    background: transparent;
                }

            #actions-pane .modes .tabs button {
                display: block;
                margin-left: 21px;
            }

        #actions-pane .modes .mode-panes {
            width: 176px;
            float: left;
            color: white;
            overflow: hidden;
        }
         #actions-pane .modes .mode-panes .mode-pane {
             width: auto;
         }
            #actions-pane .modes .mode-panes .actions {
                margin: 8px 5px 5px 25px;
            }

                #actions-pane .modes .mode-panes .actions .action {
                    width: 50%;
                    float: left;
                    text-align: center;
                    margin-bottom: 12px;
                }

                    #actions-pane .modes .mode-panes .actions .action button {
                        display: block;
                        margin: 0 auto 8px auto;
                    }

    #actions-pane .bottom {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 75px;
    }




    #actions-pane button.home {
        background-position: -12px -14px;
    }

    #actions-pane button.home-hover {
        background-position: -77px -14px;
    }

    #actions-pane button.home-active {
        background-position: -142px -14px;
    }

    #actions-pane button.back {
        background-position: -12px -78px;
    }

    #actions-pane button.back-hover {
        background-position: -77px -78px;
    }

    #actions-pane button.back-active {
        background-position: -142px -78px;
    }

    #actions-pane button.back-disabled {
        background-position: -207px -78px;
    }

    #actions-pane button.forward {
        background-position: -12px -142px;
    }

    #actions-pane button.forward-hover {
        background-position: -77px -142px;
    }

    #actions-pane button.forward-active {
        background-position: -142px -142px;
    }

    #actions-pane button.forward-disabled {
        background-position: -207px -142px;
    }

    #actions-pane button.refresh {
        background-position: -12px -208px;
    }

    #actions-pane button.refresh-hover {
        background-position: -77px -208px;
    }

    #actions-pane button.refresh-active {
        background-position: -142px -208px;
    }

    #actions-pane button.subtitle {
        background-position: -12px -530px;
    }

    #actions-pane button.subtitle-hover {
        background-position: -77px -530px;
    }

    #actions-pane button.subtitle-off {
        background-position: -142px -530px;
    }

    #actions-pane button.help {
        background: none;
        width: auto;
        color: white;
        margin-left: 10px;
        padding-left: 18px;
        position: relative;
        line-height: 18px;
        height: 20px;
    }

        #actions-pane button.help i {
            width: 16px;
            height: 16px;
            display: block;
            position: absolute;
            left: 0;
            top: 1px;
            background: url(images-wide-bluebuttons.png) no-repeat;
            background-position: -272px -855px;
        }

    #actions-pane button.recognizer {
        background-position: -12px -660px;
    }

    #actions-pane button.recognizer-hover {
        background-position: -77px -660px;
    }

    #actions-pane button.recognizer-off {
        background-position: -142px -660px;
    }

    #actions-pane button.exit {
        background-position: -12px -855px;
    }

    #actions-pane button.exit-hover {
        background-position: -77px -855px;
    }

    #actions-pane button.exit-active {
        background-position: -142px -855px;
    }

    #actions-pane button.speaker {
        background-position: -272px -660px;
    }

    #actions-pane button.speaker-hover {
        background-position: -338px -660px;
    }

    #actions-pane button.speaker-off {
        background-position: -402px -660px;
    }
    /*#region 四种模式*/
    #actions-pane button.screen-mode {
        background-position: -12px -270px;
    }

    #actions-pane button.screen-mode-hover {
        background-position: -77px -270px;
    }

    #actions-pane button.visio-mode {
        background-position: -12px -336px;
    }

    #actions-pane button.visio-mode-hover {
        background-position: -77px -336px;
    }

    #actions-pane button.voice-mode {
        background-position: -12px -402px;
    }

    #actions-pane button.voice-mode-hover {
        background-position: -77px -402px;
    }

    #actions-pane button.blind-mode {
        background-position: -12px -466px;
    }

    #actions-pane button.blind-mode-hover {
        background-position: -77px -466px;
    }
    /*#endregion*/
    /*#region Visio模式*/
    #actions-pane button.zoom-in {
        background-position: -272px -78px;
    }

    #actions-pane button.zoom-in-hover {
        background-position: -336px -78px;
    }

    #actions-pane button.zoom-in-active {
        background-position: -402px -78px;
    }

    #actions-pane button.zoom-in-disabled {
        background-position: -468px -78px;
    }

    #actions-pane button.zoom-out {
        background-position: -272px -14px;
    }

    #actions-pane button.zoom-out-hover {
        background-position: -336px -14px;
    }

    #actions-pane button.zoom-out-active {
        background-position: -402px -14px;
    }

    #actions-pane button.zoom-out-disabled {
        background-position: -468px -14px;
    }

    #actions-pane button.cursor {
        background-position: -272px -142px;
    }

    #actions-pane button.cursor-active {
        background-position: -402px -142px;
    }

    #actions-pane button.theme-origin {
        background-position: -272px -209px;
    }

    #actions-pane button.theme-origin-hover {
        background-position: -336px -209px;
    }

    #actions-pane button.theme-origin-active {
        background-position: -402px -209px;
    }

    #actions-pane button.theme-white {
        background-position: -272px -271px;
    }

    #actions-pane button.theme-white-hover {
        background-position: -336px -271px;
    }

    #actions-pane button.theme-white-active {
        background-position: -402px -271px;
    }

    #actions-pane button.theme-blue {
        background-position: -272px -401px;
    }

    #actions-pane button.theme-blue-hover {
        background-position: -336px -401px;
    }

    #actions-pane button.theme-blue-active {
        background-position: -402px -401px;
    }

    #actions-pane button.theme-yellow {
        background-position: -272px -335px;
    }

    #actions-pane button.theme-yellow-hover {
        background-position: -336px -335px;
    }

    #actions-pane button.theme-yellow-active {
        background-position: -402px -335px;
    }

    #actions-pane button.theme-black {
        background-position: -272px -465px;
    }

    #actions-pane button.theme-black-hover {
        background-position: -336px -465px;
    }

    #actions-pane button.theme-black-active {
        background-position: -402px -465px;
    }

    #actions-pane button.volume-down {
        background-position: -12px -726px;
    }

    #actions-pane button.volume-down-hover {
        background-position: -77px -726px;
    }

    #actions-pane button.volume-down-active {
        background-position: -142px -726px;
    }

    #actions-pane button.volume-down-disabled {
        background-position: -207px -726px;
    }

    #actions-pane button.volume-up {
        background-position: -12px -791px;
    }

    #actions-pane button.volume-up-hover {
        background-position: -77px -791px;
    }

    #actions-pane button.volume-up-active {
        background-position: -142px -791px;
    }

    #actions-pane button.volume-up-disabled {
        background-position: -207px -791px;
    }

    #actions-pane button.speed-down {
        background-position: -272px -726px;
    }

    #actions-pane button.speed-down-hover {
        background-position: -336px -726px;
    }

    #actions-pane button.speed-down-active {
        background-position: -402px -726px;
    }

    #actions-pane button.speed-down-disabled {
        background-position: -468px -726px;
    }

    #actions-pane button.speed-up {
        background-position: -272px -791px;
    }

    #actions-pane button.speed-up-hover {
        background-position: -336px -791px;
    }

    #actions-pane button.speed-up-active {
        background-position: -402px -791px;
    }

    #actions-pane button.speed-up-disabled {
        background-position: -468px -791px;
    }

    #actions-pane button.read-point {
        background-position: -272px -531px;
    }

    #actions-pane button.read-point-hover {
        background-position: -336px -531px;
    }

    #actions-pane button.read-point-active {
        background-position: -402px -531px;
    }

    #actions-pane button.read-auto {
        background-position: -272px -596px;
    }

    #actions-pane button.read-auto-hover {
        background-position: -336px -596px;
    }

    #actions-pane button.read-auto-active {
        background-position: -402px -596px;
    }

    #actions-pane button.read-auto-pause {
        background-position: -142px -920px;
    }

    #actions-pane .closer {
        background-position: -330px -855px;
        width: 24px;
        height: 50px;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -50px;
    }

    #actions-pane .closer-open {
        background-position: -388px -855px;
        left: -32px;
        width: 34px;
    }
    /*#endregion*/

    /*#region 盲人在线*/
    #actions-pane .blind-pane {
        font-size: 12px;
        margin-left: 18px;
        margin-right: 5px;
    }

        #actions-pane .blind-pane .shortcut-list {
            margin-bottom: 6px;
        }

            #actions-pane .blind-pane .shortcut-list li {
                height: 21px;
                line-height: 21px;
                background-color: #3382c4;
                margin-bottom: 1px;
                padding-left: 8px;
            }
    /*#endregion*/
    /*#region 读屏模式*/
    #actions-pane .screen-pane {
        font-size: 12px;
        margin-left: 18px;
        margin-right: 5px;
    }



        #actions-pane .screen-pane .screen-shortcuts li {
            height: 22px;
            line-height: 22px;
            background-color: #3382c4;
            margin-bottom: 1px;
            padding-left: 8px;
        }
/*#endregion*/
/*#region 十字光标*/


.cursor-east, .cursor-north, .cursor-west, .cursor-south {
    background-color: red;
}

.cursor-east {
    height: 9px;
    width: 200%;
    margin-left: 20px;
    margin-top: -4px;
}

.cursor-north {
    width: 9px;
    height: 200%;
    margin-bottom: 20px;
    margin-left: -4px;
}

.cursor-west {
    height: 9px;
    width: 200%;
    margin-right: 20px;
    margin-top: -4px;
}

.cursor-south {
    width: 9px;
    height: 200%;
    margin-top: 20px;
    margin-left: -4px;
}

/*#endregion*/
#subtitle-pane {
    position: absolute;
    bottom: -150px;
    left: 0;
    height: 150px;
    background: #3ba5f3;
}

    #subtitle-pane .sentence {
        height: 140px;
        margin: 5px 113px 5px 5px;
        background: white;
        overflow: auto;
        text-align: center;
        z-index: 1;
        position: relative;
        color: black;
    }

.theme-blue #subtitle-pane .sentence {
    background: #0000ff;
    color: #ffff00;
}

.theme-black #subtitle-pane .sentence {
    background: #000000;
    color: #e6ff00;
}

.theme-yellow #subtitle-pane .sentence {
    background: #fefecc;
    color: #000000;
}

.theme-white #subtitle-pane .sentence {
    background: #ffffff;
    color: #000000;
}


#subtitle-pane.foreign-language .sentence {
    /*margin-right: 5px;*/
}

#subtitle-pane .operates {
    position: absolute;
    top: 0;
    right: 0;
    height: 150px;
    width: 108px;
}

    #subtitle-pane .operates .close {
        position: absolute;
        top: -5px;
        right: 2px;
        font-size: 20px;
        font-family: Verdana,Arial;
        color: white;
    }

    #subtitle-pane .operates .mode-group {
        position: absolute;
        top: 30px;
        left: 5px;
    }

        #subtitle-pane .operates .mode-group .jian,
        #subtitle-pane .operates .mode-group .fan,
        #subtitle-pane .operates .mode-group .pinyin {
            float: left;
            width: 46px;
            height: 30px;
            color: white;
            background: #0063b4;
            margin-right: 2px;
            margin-bottom: 2px;
            border: transparent 1px solid;
            font-family: 黑体,宋体,simhei;
        }

        #subtitle-pane .operates .mode-group .pinyin {
            width: 94px;
        }

        #subtitle-pane .operates .mode-group .active {
            background-color: #024882;
        }

        #subtitle-pane .operates .mode-group :active {
            color: moccasin;
        }

    #subtitle-pane .operates .fonts {
        position: absolute;
        bottom: 10px;
        left: 5px;
        width: 96px;
        text-indent: 2px;
    }

        #subtitle-pane .operates .fonts .curr-font {
            font-family: 宋体;
            font-size: 12px;
            color: black;
            position: relative;
            display: block;
            height: 22px;
            line-height: 22px;
            text-decoration: none;
            border: solid 1px #ccc;
            background-color: white;
        }

            #subtitle-pane .operates .fonts .curr-font .expand {
                position: absolute;
                display: block;
                border: solid 3px transparent;
                border-bottom-color: black;
                right: 5px;
                top: 6px;
            }

        #subtitle-pane .operates .fonts .allow-fonts {
            display: none;
            font-size: 12px;
            position: absolute;
            bottom: 22px;
            right: 0;
            background-color: #fbfbfb;
            border: solid 1px #ccc;
            width: 130px;
            z-index: 2;
        }

            #subtitle-pane .operates .fonts .allow-fonts li {
                height: 22px;
                line-height: 22px;
                padding: 3px 0;
            }

                #subtitle-pane .operates .fonts .allow-fonts li a {
                    text-decoration: none;
                    color: black;
                    display: block;
                }

                    #subtitle-pane .operates .fonts .allow-fonts li a:hover {
                        background-color: #a0d2f7;
                    }

#subtitle-pane .word-pinyin {
    display: inline-block;
    width: 2.4em;
    text-align: center;
}
    /*这种应该是英文数字外文，就保持状态*/
    #subtitle-pane .word-pinyin.nopinyin {
        width: auto;
    }

    #subtitle-pane .word-pinyin.empty {
        width: .5em;
    }

#subtitle-pane .pinyin {
    font-size: 1em;
    height: 1em;
}

.help-container {
}

    .help-container .help-actions {
        width: 880px;
        margin: 0 auto;
        height: 0;
        z-index: 1;
        position: relative;
    }

        .help-container .help-actions .help-close {
            position: absolute;
            width: 32px;
            height: 32px;
            z-index: 1;
            top: 0;
            right: 16px;
            text-indent: -5000px;
            background: url(images-wide-bluehelp-close.png);
        }

        .help-container .help-actions .help-switcher {
            position: absolute;
            top: 80px;
            right: -28px;
            z-index: 1;
        }

            .help-container .help-actions .help-switcher .help-item {
                display: block;
                transform: rotate(90deg);
                -ms-transform: rotate(90deg); /* IE 9 */
                -moz-transform: rotate(90deg); /* Firefox */
                -webkit-transform: rotate(90deg); /* Safari 和 Chrome */
                -o-transform: rotate(90deg); /* Opera */
                margin-bottom: 56px;
                background-color: #3382c4;
            }

                .help-container .help-actions .help-switcher .help-item button {
                    color: white;
                    font-size: 12px;
                }

            .help-container .help-actions .help-switcher .help-active {
                background-color: white;
            }

                .help-container .help-actions .help-switcher .help-active button {
                    color: black;
                }

            .help-container .help-actions .help-switcher .help-item button {
                padding: 3px 5px;
            }

                .help-container .help-actions .help-switcher .help-item button:active {
                    border: none;
                }

                .help-container .help-actions .help-switcher .help-item button:focus {
                    border: none;
                }

.left {
    float: left;
}

.right {
    float: right;
}

.hidden {
    display: none;
}

.clearfix {
    clear: both;
}

    .clearfix:before,
    .clearfix:after {
        display: table;
        content: " ";
    }

    .clearfix:after {
        clear: both;
    }


/*语音识别 flash*/
.recognizer-overlay {
    background: #000;
}

.recognizer-container {
    width: 300px;
    height: 200px;
    background: none;
}

    .recognizer-container .shadow {
        display: none;
    }

.recognizer-container-inited .shadow {
    display: block;
}



.recognizer-container .message {
    text-align: center;
    color: white;
}

#recorder-container {
    width: 128px;
    margin: 0 auto;
    position: relative;
}

    #recorder-container .icon {
        background: url(images-wide-blueajax-loader.gif) no-repeat;
        width: 32px;
        height: 32px;
        top: 48px;
        left: 48px;
        position: absolute;
    }

#recorder {
    height: 128px;
    width: 128px;
    background: url(images-wide-bluemicrophone-normal-icon.png) no-repeat;
}
/*#endregion*/
/*flash audio*/
.me-plugin {
    position: absolute;
}
 
.auto-detect
{
    display:none !important;
}
.allow-langs
{
    left:-100000px;
}