body{
  overflow: hidden;
}
.toolbar {
background-color: hsl(205deg 60% 89%);
}
.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: hsl(205deg 60% 89%);
  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-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;
}
.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;
}
.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{
  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: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;
}
#iframe1{
  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;
}

.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;
}
.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;
}
@media screen and (max-width: 768px){
#container {
  top: 170px;
}
.toolbar a{
width:80px;
}
}
