body{
    overflow: hidden;
}
.header{
    width:auto;
    height:100px;
    margin:0 auto;
    text-align: center;
    padding-top:20px;
    /* background:url(../images/icons.jpg) 0 -390px repeat-x; */
    background-color: #d2e6f4;
    z-index: 5000;
}
.toolitem{
    width: 58px;
    background-size: 100% 100%;
    height: 72px;
    display: inline-block;
    margin-right:5px;
    cursor: pointer;
}
/* 初始化 */
.icon-initialize{
    background:url(../images/home.png) 0 0 no-repeat;
}
.icon-initialize:hover{
    background:url(../images/home-active.png) 0 0 no-repeat;
}
.icon-initialize:active{
    background:url(../images/home-active.png) 0 0 no-repeat;
}
/* 后退 */
.icon-back{
    background:url(../images/back.png) 0 0 no-repeat;
}
.icon-back:hover{
    background:url(../images/back-active.png) 0 0 no-repeat;
}
.icon-back:active{
    background:url(../images/back-active.png) 0 0 no-repeat;
}
/* 前进 */
.icon-forward{
    margin-right:30px;
    background:url(../images/forward.png) 0 0 no-repeat;
}
.icon-forward:hover{
    background:url(../images/forward-active.png) 0 0 no-repeat;
}
.icon-forward:active{
    background:url(../images/forward-active.png) 0 0 no-repeat;
}
/* 刷新 */
.icon-refresh{
    background:url(../images/refresh.png) 0 0 no-repeat;
}
.icon-refresh:hover{
    background:url(../images/refresh-active.png) 0 0 no-repeat;
}
.icon-refresh:active{
    background:url(../images/refresh-active.png) 0 0 no-repeat;
}
/* 说明 */
.icon-help{
    background:url(../images/help.png) 0 0 no-repeat;
}
.icon-help:hover{
    background:url(../images/help-active.png) 0 0 no-repeat;
}
.icon-help:active{
    background:url(../images/help-active.png) 0 0 no-repeat;
}
/* 纯文本 未点击*/
.icon-plaintext{
    background:url(../images/plaintext.png) 0 0 no-repeat;
}
.icon-plaintext:hover{
    background:url(../images/plaintext-active.png) 0 0 no-repeat;
}
.icon-plaintext:active{
    background:url(../images/plaintext-active.png) 0 0 no-repeat;
}
/* 纯文本 已点击*/
.icon-view{
    background:url(../images/plaintext-active.png) 0 0 no-repeat;
}
.icon-view:hover{
    background:url(../images/plaintext-active.png) 0 0 no-repeat;
}
.icon-view:active{
    background:url(../images/plaintext-active.png) 0 0 no-repeat;
}
/* 放大字体 */
.icon-fontmagnify{
    background:url(../images/fontmagnify.png) 0 0 no-repeat;
}
.icon-fontmagnify:hover{
    background:url(../images/fontmagnify-active.png) 0 0 no-repeat;
}
.icon-fontmagnify:active{
    background:url(../images/fontmagnify-active.png) 0 0 no-repeat;
}
/* 缩小字体 */
.icon-fontshrink{
    background:url(../images/fontshrink.png) 0 0 no-repeat;
}
.icon-fontshrink:hover{
    background:url(../images/fontshrink-active.png) 0 0 no-repeat;
}
.icon-fontshrink:active{
    background:url(../images/fontshrink-active.png) 0 0 no-repeat;
}
/* 鼠标放大 */
.icon-mouse{
    width: 76px;
    background:url(../images/mouse.png) 0 0 no-repeat;
}
.icon-mouse:hover{
    background:url(../images/mouse-active.png) 0 0 no-repeat;
}
.icon-mouse:active{
    background:url(../images/mouse-active.png) 0 0 no-repeat;
}
.icon-mouse-active{
    background:url(../images/mouse-active.png) 0 0 no-repeat;
}
/* 读屏专用 */
.icon-read{
    width: 76px;
    margin-right: 30px;
    background:url(../images/read.png) 0 0 no-repeat;
}
.icon-read:hover{
    background:url(../images/read-active.png) 0 0 no-repeat;
}
.icon-read:active{
    background:url(../images/read-active.png) 0 0 no-repeat;
}
.icon-read-active{
    background:url(../images/read-active.png) 0 0 no-repeat;
}
/* 视窗区 */
.icon-window{
    background:url(../images/window.png) 0 0 no-repeat;
}
.icon-window:hover{
    background:url(../images/window-active.png) 0 0 no-repeat;
}
.icon-window:hover .numberItem{
    color: white;
}
.icon-window:active{
    background:url(../images/window-active.png) 0 0 no-repeat;
}
/* 导航区 */
.icon-navigator{
    background:url(../images/navigator.png) 0 0 no-repeat;
}
.icon-navigator:hover{
    background:url(../images/navigator-active.png) 0 0 no-repeat;
}
.icon-navigator:hover .numberItem{
    color: white;
}
.icon-navigator:active{
    background:url(../images/navigator-active.png) 0 0 no-repeat;
}
/* 交互区 */
.icon-interaction{
    background:url(../images/interaction.png) 0 0 no-repeat;
}
.icon-interaction:hover{
    background:url(../images/interaction-active.png) 0 0 no-repeat;
}
.icon-interaction:hover .numberItem{
    color: white;
}
.icon-interaction:active{
    background:url(../images/interaction-active.png) 0 0 no-repeat;
}
/* 服务区 */
.icon-service{
    background:url(../images/service.png) 0 0 no-repeat;
}
.icon-service:hover{
    background:url(../images/service-active.png) 0 0 no-repeat;
}
.icon-service:hover .numberItem{
    color: white;
}
.icon-service:active{
    background:url(../images/service-active.png) 0 0 no-repeat;
}
/* 列表区 */
.icon-list{
    background:url(../images/list.png) 0 0 no-repeat;
}
.icon-list:hover{
    background:url(../images/list-active.png) 0 0 no-repeat;
}
.icon-list:hover .numberItem{
    color: white;
}
.icon-list:active{
    background:url(../images/list-active.png) 0 0 no-repeat;
}
/* 正文区 */
.icon-body{
    background:url(../images/body.png) 0 0 no-repeat;
}
.icon-body:hover{
    background:url(../images/body-active.png) 0 0 no-repeat;
}
.icon-body:hover .numberItem{
    color: white;
}
.icon-body:active{
    background:url(../images/body-active.png) 0 0 no-repeat;
}

.voice-div{
    display: inline-block;
    position: relative;
}
/* 语音开关  已打开*/
.icon-voice{
    width:76px;
    position: static;
    background:url(../images/voice.png) 0 0 no-repeat;
}
.icon-voice:hover{
    background:url(../images/voice-active.png) 0 0 no-repeat;
}
.icon-voice:active{
    background:url(../images/voice-active.png) 0 0 no-repeat;
}
/* 语音开关  静音*/
.icon-mute{
    width:76px;
    background:url(../images/novoice.png) 0 0 no-repeat;
}
.icon-mute:hover{
}
.icon-mute:active{
}
#voicelist {
    width:112px;
    height:71px;
    background:url(../images/icons.jpg) -113px -46px no-repeat;
    position: absolute;
    left: 18px;
    top: 74px;
    padding-top:8px;
    display: none;
    z-index:5001;
}
#voicelist li{
    height:33px;
    line-height: 33px;
    text-align: center;
    position: relative;
    margin-bottom: 1px;
}
#voicelist li i,#palettelist li i{
    width:12px;
    height: 10px;
    display: block;
    position: absolute;
    left:8px;
    top:12px;
}
#palettelist li i{left:11px;}
#voicelist li.cur i,#palettelist li.cur i{
    background:url(../images/icons.jpg) 0 -378px no-repeat;
}
#voicelist li.cur a{
    color:#ff9600;
}
#voicelist li a{
    color:#000000;
    font-size: 14px;
    font-family: "微软雅黑";
}
#voicelist li a:hover{
    color:#ff9600;
}
/* 辅助线 */
.icon-cursor{
    background:url(../images/cursor.png) 0 0 no-repeat;
}
.icon-cursor:hover{
    background:url(../images/cursor-active.png) 0 0 no-repeat;
}
.icon-cursor:active{
    background:url(../images/cursor-active.png) 0 0 no-repeat;
}
.icon-cursor-active{
    background:url(../images/cursor-active.png) 0 0 no-repeat;
}
/* 固定 */
.icon-immobilization{
    background:url(../images/immobilization.png) 0 0 no-repeat;
}
.icon-immobilization:hover{
    background:url(../images/immobilization-active.png) 0 0 no-repeat;
}
.icon-immobilization:active{
    background:url(../images/immobilization-active.png) 0 0 no-repeat;
}
.icon-immobilization-active{
    background:url(../images/immobilization-active.png) 0 0 no-repeat;
}
/* 语速正常 */
.icon-pace{
    background:url(../images/pace.png) 0 0 no-repeat;
}
.icon-pace:hover{
    background:url(../images/pace-active.png) 0 0 no-repeat;
}
.icon-pace:active{
    background:url(../images/pace-active.png) 0 0 no-repeat;
}
.icon-pace-active{
    background:url(../images/pace-active.png) 0 0 no-repeat;
}
/* 语速缓慢 */
.icon-paceSlow{
    background:url(../images/paceSlow.png) 0 0 no-repeat;
}
.icon-paceSlow:hover{
    background:url(../images/paceSlow-active.png) 0 0 no-repeat;
}
.icon-paceSlow:active{
    background:url(../images/paceSlow-active.png) 0 0 no-repeat;
}
.icon-paceSlow-active{
    background:url(../images/paceSlow-active.png) 0 0 no-repeat;
}
/* 语速快速 */
.icon-paceFast{
    background:url(../images/paceFast.png) 0 0 no-repeat;
}
.icon-paceFast:hover{
    background:url(../images/paceFast-active.png) 0 0 no-repeat;
}
.icon-paceFast:active{
    background:url(../images/paceFast-active.png) 0 0 no-repeat;
}
.icon-paceFast-active{
    background:url(../images/paceFast-active.png) 0 0 no-repeat;
}
.palette-div{
    display: inline-block;
    position: relative;
}
/* 配色 */
.icon-palette{
    margin-right:30px;
    width: 76px;
    background:url(../images/palette.png) 0 0 no-repeat;
}
.icon-palette:hover{
    position: relative;
    background:url(../images/palette-active.png) 0 0 no-repeat;
}
.icon-palette:active{
    position: relative;
    background:url(../images/palette-active.png) 0 0 no-repeat;
}
#palettelist{
    width:162px;
    height:173px;
    background:url(../images/icons.jpg) 0 -193px no-repeat;
    position: absolute;
    left: 18px;
    top: 74px;
    padding-top:9px;
    display: none;
    z-index: 5001;
}
#palettelist li{
    height:33px;
    line-height: 33px;
    text-align: center;
    position: relative;
    margin-bottom: 1px;
}
.wbb_link{
    color:#000000;
    background-color: #fff;
}
.byw_link{
    color:yellow;
    background-color: #0000ff;
}
.ybb_link{
    color:#000;
    background-color: yellow;
}
.byelloww_link{
    color: yellow;
    background-color: #000000;
}
/* 放大页面百分比 */
.icon-pagemagnify{
    background:url(../images/pagemagnify.png) 0 0 no-repeat;
}
.icon-pagemagnify:hover{
    background:url(../images/pagemagnify-active.png) 0 0 no-repeat;
}
.icon-pagemagnify:active{
    background:url(../images/pagemagnify-active.png) 0 0 no-repeat;
}
/* 缩小页面百分比 */
.icon-pageshrink{
    background:url(../images/pageshrink.png) 0 0 no-repeat;
}
.icon-pageshrink:hover{
    background:url(../images/pageshrink-active.png) 0 0 no-repeat;
}
.icon-pageshrink:active{
    background:url(../images/pageshrink-active.png) 0 0 no-repeat;
}
/* 指读 */
.icon-finger{
    margin-right:30px;
    width: 76px;
    background:url(../images/finger.png) 0 0 no-repeat;
}
.icon-finger:hover{
    background:url(../images/finger-active.png) 0 0 no-repeat;
}
.icon-finger:active{
    background:url(../images/finger-active.png) 0 0 no-repeat;
}
.icon-finger-active{
    background:url(../images/finger-active.png) 0 0 no-repeat;
}
/* 连续读 未点击 */
.icon-continue{
    margin-right:30px;
    width: 76px;
    background:url(../images/continue.png) 0 0 no-repeat;
}
.icon-continue:hover{
    background:url(../images/continue-active.png) 0 0 no-repeat;
}
.icon-continue:active{
    background:url(../images/continue-active.png) 0 0 no-repeat;
}
.icon-continue-active {
    background:url(../images/continue-active.png) 0 0 no-repeat;
}
/* 连续读 继续播放 */
.icon-goon{
    margin-right:30px;
    width: 76px;
    background:url(../images/continue.png) 0 0 no-repeat;
}
.icon-goon:hover{
    background:url(../images/continue-active.png) 0 0 no-repeat;
}
.icon-goon:active{
    background:url(../images/continue-active.png) 0 0 no-repeat;
}
/* 连续读 暂停播放 */
.icon-pause{
    margin-right:30px;
    width: 76px;
    background:url(../images/continue-active.png) 0 0 no-repeat;
}
.icon-pause:hover{
}
.icon-pause:active{
    background:url(../images/continue.png) 0 0 no-repeat;
}
/* 适老模式 */
.icon-screen{
    width: 76px;
    background:url(../images/screen.png) 0 0 no-repeat;
}
.icon-screen:hover{
    background:url(../images/screen-active.png) 0 0 no-repeat;
}
.icon-screen:active{
    background:url(../images/screen-active.png) 0 0 no-repeat;
}
.icon-screen-active{
    width: 76px;
    background:url(../images/screen-active.png) 0 0 no-repeat;
}
/* 退出 */
.icon-quit{
    background:url(../images/quit.png) 0 0 no-repeat;
}
.icon-quit:hover{
    background:url(../images/quit-active.png) 0 0 no-repeat;
}
.icon-quit:active{
    background:url(../images/quit-active.png) 0 0 no-repeat;
}

.soundswitch{
    display: inline-block;
    width: 46px;
    height: 100%;
    float: left;
}
.dropdown{
    display: inline-block;
    width:26px;
    height:100%;
    float: left;
}
#1{
    width:100%;
}
.none{
    display: none;
}
.page-x, .page-y {
    display: none;
    position: absolute;
    z-index: 1000;
    overflow: hidden;
    background-color: #FF0000;
}
.page-x {
    width: 5px;
    height: 100%;
}
.page-y {
    width: 100%;
    height: 5px;
}
/********************************add by Perhaps,date:2014/10/8************************/
#container{
    position:fixed;
    top: 120px;
    left: 0;
    right: 0;
    bottom:0;
    z-index:0;
}
.show-state #container{
    bottom: 280px;
}
#tooltips {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1001;
    width: 100%;
    height: 280px;
}
.show-state #tooltips{
    display: block;
}
.tooltips-close {
    /* position: absolute;
    top: 12px;
    right: 12px;
    width: 16px;
    height: 16px;
    text-indent: -10000px;
    background: url("../images/close.png") no-repeat;
    cursor: pointer; */
}
.x-tooltips {
    height: 220px;
    border: 20px solid #37A2B5;
    border-radius: 10px;
     /* border-right-width: 40px; */
    font-family: '\5b8b\4f53';
    /* font-weight: bold; */
    text-align: center;
    background-color: #FFFFFF;
    display: flex;
}
#tooltips-show {
    height: 200px;
    font-size: 45px;
    line-height: 55px;
    padding-top: 20px;
    overflow-y: auto;
    color: #333;
}
#tooltips-show>span {
    display: inline-block;
    padding: 35px 2px;
    margin-top: -20px;
    /* height: 28px; */
    font-size: 40px;
    line-height: 35px;
    color:#333;
}
#tooltips-show>span>sup{
    display: block;
    margin-top: -60px;
    font-size: 30px;
    line-height: 2px;
}
#tooltips-show::-webkit-scrollbar-thumb{
    border-radius:10px;
    background-color: rgba(0,0,0,.2)!important;
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.2) 75%,transparent 75%,transparent)!important;
}
#tooltips-show::-webkit-scrollbar{
    width: 10px;
    height: 1px;
}
.left-btn{
    width: 140px;
    height: 100%;
    background-color: #37A2B5;
    padding-right: 10px;
}
.right-text{
    width: calc(100% - 150px);
    background: #dee0df;
}
.abt-traditional{
    height: 48px;
    width: 140px;
    box-sizing: border-box;
    border: 1px solid #fff;
    background-color: #4e448b;
    border-radius: 10px;
    overflow: hidden;
    /* margin: 0 10px; */
    font-weight: lighter;
    cursor: pointer;
}
.jian{
    float: left;
    width: 68px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 20px !important;
    color: #fff !important;
}
.jian:hover{
    background-color: #dee0df !important;
    text-decoration:underline !important;
    color: #4e448b !important;
}
.jian:active{
   background-color: #dee0df;
    color: #4e448b !important;
}
.fan{
    float: left;
    width: 68px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 20px !important;
    color: #fff !important;
}
.fan:hover{
    background-color: #dee0df !important;
    text-decoration:underline !important;
    color: #4e448b !important;
}
.active{
    background-color: #dee0df !important;
     color: #4e448b !important;
 }
.abt-traditional > div:first-child {
    border-right: 1px solid #fff;
}
.abt-traditional > div:last-child {
    border-left: 1px solid #fff;
}
.pinyinbuttonbox{
    height: 48px;
    width: 140px;
    box-sizing: border-box;
    border: 1px solid #fff;
    background-color: #4e448b;
    border-radius: 10px;
    font-size: 20px !important;
    line-height: 46px;
    color: #fff !important;
    /* margin: 0 10px; */
    margin-top: 10px;
    font-weight: lighter;
    cursor: pointer;
}
.textbgbuttonbox{
    height: 48px;
    width: 140px;
    box-sizing: border-box;
    border: 1px solid #fff;
    background-color: #4e448b;
    border-radius: 10px;
    font-size: 20px !important;
    line-height: 46px;
    color: #fff !important;
    /* margin: 0 10px; */
    margin-top: 10px;
    font-weight: lighter;
    cursor: pointer;
}
.closetextmessagebox{
    height: 48px;
    width: 140px;
    box-sizing: border-box;
    border: 1px solid #fff;
    background-color: #4e448b;
    border-radius: 10px;
    font-size: 20px !important;
    line-height: 46px;
    color: #fff !important;
    /* margin: 0 10px; */
    margin-top: 10px;
    font-weight: lighter;
    cursor: pointer;
}
.pinyinbuttonbox:hover{
    background-color: #dee0df !important;
    text-decoration:underline !important;
    color: #4e448b !important;
}
.textbgbuttonbox:hover{
    background-color: #dee0df !important;
    text-decoration:underline !important;
    color: #4e448b !important;
}
.closetextmessagebox:hover{
    background-color: #dee0df !important;
    text-decoration:underline !important;
    color: #4e448b !important;
}
.abtTextbg:hover{
    background-color: red !important;
    color: #fff !important;
}
.readItem{
    width: 76px;
    position: relative;
}
.numberItem{
    position: absolute;
    top: 8px;
    right: 0px;
    display: block;
    font-size: 20px;
    font-weight: 600;
    width: 25px;
    text-align: center;
    color: #006fdd;
}
.keycodeItem{
    position: absolute;
    top: 30px;
    display: block;
    font-size: 16px;
    font-weight: 600;
    width: 60px;
    text-align: center;
    color: black;
}
.ariamobile{
    display: none;
}

@media screen and (max-width: 1200px) {
    .ariamobile{
        display: flex;
        position: fixed;
        bottom: 0px;
        width: 100%;
    }
    .ariafooter ul {
        display: flex;
        /*height: 85px;*/
        height: 260px;
    }
    .ariamobile ul {
        list-style-type: none;
    }
    .ariafooter li.ariaActive {
        background: #0073ff;
        color: #fff;
    }
    .ariafooter li {
        width: 25%;
        float: left;
        text-align: center;
        margin: 3px;
        padding-top: 5px;
        font-size: 21px;
    }
    .ariamobile a, .ariamobile li, .ariamobile p, .ariamobile ul {
        margin: 0;
        padding: 0;
        font-family: "微软雅黑";
        color: #000;
    }
    .ariaskiptheme li{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 25%;
        float: left;
        text-align: center;
        /*margin: 3px;*/
        margin: 8px;
        /* padding-top: 5px; */
        font-size: 21px;
    }
    .phoneIcon{
        width: 92px;
        margin-bottom: 15px;
    }
    .ariafooter li.ariaActive .ariaicon::before, .ariafooter li.ariaActive a p {
        color: #fff;
    }
    .ariafooter ul p {
        /*font-size: 21px !important;*/
        font-size: 63px !important;
    }
    .ariafooter li a {
        text-decoration: none !important;
    }


    .header{
        width: 1200px;
        height: 167px;
        display: none;
    }
    #container{
        /*position: absolute;*/
        margin: 0 auto;
        top: 0px;
        /*bottom: 85px;*/
        bottom: 260px;

    }
    #1{
        width: 1200px;
        /*height: 10000vh;*/
        /*overflow-y: scroll;*/
    }
    .header{
        height: 340px;
    }
    .clearfix{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    .palette-div .toolitem{
        width: 100%;
        margin: 0;
    }
    .palette-div{
        /*width: 116px;*/
        height: 144px;
        background-size: 100% 100% !important;
        margin-right: 10px;
        margin-left: 10px;
        margin-bottom: 20px;
        width: calc((100% - 180px) / 8);
    }
    .voice-div .toolitem{
        width: 100%;
        margin: 0;
    }
    .voice-div{
        /*width: 116px;*/
        height: 144px;
        background-size: 100% 100% !important;
        margin-right: 10px;
        margin-left: 10px;
        margin-bottom: 20px;
        width: calc((100% - 180px) / 8);
    }
    .toolitem{
        /*width: 116px;*/
        height: 144px;
        background-size: 100% 100% !important;
        margin-right: 10px;
        margin-left: 10px;
        margin-bottom: 20px;
        width: calc((100% - 180px) / 8);
    }
    #tooltips{
        position: fixed;
        left: 0;
        bottom: 10px;
        z-index: 1001;
        width: 100%;
        height: 500px;
    }
    .numberItem{
        width: 100% !important;
        font-size: 60px !important;
    }
    .x-tooltips {
        height: 480px;
        border: 20px solid #37A2B5;
        border-radius: 10px;
        /* border-right-width: 40px; */
        font-family: '\5b8b\4f53';
        /* font-weight: bold; */
        text-align: center;
        background-color: #FFFFFF;
        display: flex;
    }
    .abt-traditional {
        height: 100px;
        width: 280px;
        box-sizing: border-box;
        border: 3px solid #fff;
        background-color: #4e448b;
        border-radius: 36px;
        overflow: hidden;
        /* margin: 0 10px; */
        font-weight: lighter;
        cursor: pointer;
        margin: 6px 0 15px 0;
    }
    .jian {
        float: left;
        width: 136px;
        height: 94px;
        line-height: 94px;
        text-align: center;
        font-size: 56px !important;
        color: #fff !important;
    }
    .fan {
        float: left;
        width: 136px;
        height: 94px;
        line-height: 94px;
        text-align: center;
        font-size: 56px !important;
        color: #fff !important;
    }
    .textbgbuttonbox{
        display: none;
    }
    .closetextmessagebox {
        height: 100px;
        width: 280px;
        box-sizing: border-box;
        border: 3px solid #fff;
        background-color: #4e448b;
        border-radius: 36px;
        font-size: 56px !important;
        line-height: 100px;
        color: #fff !important;
        /* margin: 0 10px; */
        margin-top: 50px;
        font-weight: lighter;
        cursor: pointer;
    }
    .right-text {
        width: calc(100% - 350px);
        background: #dee0df;
    }
    #tooltips-show {
        height: 420px;
        font-size: 90px;
        line-height: 120px;
        padding-top: 60px;
        overflow-y: auto;
        color: #333;
        word-wrap: break-word;
        word-break: break-all;
    }
    .show-state #container {
        bottom: 500px;
    }
    .active {
        background-color: rgb(222, 224, 223) !important;
        color: rgb(78, 68, 139) !important;
    }
    .left-btn {
        width: 300px;
        height: 100%;
        background-color: #37A2B5;
        padding: 42px 50px 0 20px;
    }
    .pinyinbuttonbox {
        height: 100px;
        width: 280px;
        box-sizing: border-box;
        background-color: rgb(78, 68, 139);
        line-height: 100px;
        margin-top: 50px;
        font-weight: lighter;
        cursor: pointer;
        font-size: 40px !important;
        color: rgb(255, 255, 255) !important;
        border-width: 3px;
        border-style: solid;
        border-color: rgb(255, 255, 255);
        border-image: initial;
        border-radius: 36px;
    }
    #tooltips-show::-webkit-scrollbar{
        width: 5px;
        height: 1px;
    }
    #tooltips-show>span {
        display: inline-block;
        padding: 31px 2px;
        margin-top: -24px;
        /* height: 28px; */
        font-size: 90px;
        line-height: 0px;
        color: #333;
    }
    #tooltips-show>span>sup {
        display: block;
        margin-top: -110px;
        font-size: 62px;
        line-height: 0px;
    }
}

