.topinyin_container{
  width:1200px;
  margin:0 auto;
}
.hanziBox{
  min-width:1200px;
  max-width:100%;
  min-height: 160px;
  border:1px solid #ccc;
  outline: none;
  padding:10px;
  box-sizing: border-box;
  font-size: 16px;
}
.outputStyle{
  margin-top:10px;
}
.outputStyle label{
  margin-right:10px;
}
.outputStyle label input{
  vertical-align: middle;
  margin-top:-3px;
  margin-right:5px;
}
.outputStyle a{
  display: inline-block !important;
  width:80px;
  height:30px;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
  border-radius: 3px;
  color: #353535;
  background-color: #f2f2f2;
  border: 1px solid #bfbfbf;
  margin-right:10px;
}
.outputStyle a:hover{
  color: #353535;
  background-color: #dedede;
  border-color: #a1a1a1;
  -webkit-box-shadow: 0 2px 1px rgba(0,0,0,.1);
  box-shadow: 0 2px 1px rgba(0,0,0,.1);
}
.outputStyle .upcaseBtn,.outputStyle .lowercaseBtn{
  color: #fff;
  background-color: #3280fc;
  border-color: #1970fc;
}
.outputStyle .upcaseBtn:hover,.outputStyle .lowercaseBtn:hover{
  color: #fff;
  background-color: #0a67fb;
  border-color: #0354d4;
  -webkit-box-shadow: 0 2px 1px rgba(0,0,0,.1);
  box-shadow: 0 2px 1px rgba(0,0,0,.1);
}
.topinyin_container h3{
  font-size: 14px;
  font-weight: bold;
  margin-top:10px;
}
#result{
  width:100%;
  min-height: 160px;
  padding:10px;
  box-sizing:border-box;
  border: 1px solid #ccc;
  font-size: 14px;
}
#hide{
  position: fixed;
  bottom:0;
  width:100px;
  height:100px;
}