
.space {
  margin-right:8px;
}
.btn {
  background-color:white;
  border-radius:2px;
  border:solid 1px;
}
.inputShort {
  width:40px;
}
.break {
  word-break: break-all;
}
.txtelli {
  display:inline-block;
  max-width: 70%; /* 限制容器宽度 */
  white-space: nowrap; /* 禁止文本换行 */
  overflow: hidden; /* 隐藏超出范围的内容 */
  text-overflow: ellipsis; /* 使用省略号 */
}
.plus.mar-t.mar-r{
  margin-top:-4px;
  margin-right:2px;
  background:url('/pic/sprite.svg#plus-tiny');
  #background:url('/pic/plus-tiny.svg');
}
.listtxtdiv {
  display:flex;
  align-items:center;
  border-bottom:solid 1px grey;
  padding-top:10px;
  padding-bottom:10px;
}
.list.mar-t.mar-r{
  margin-top:-3px;
}
.pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}
.center {
  text-align:center;
  margin:0 auto;
}
.plus, .minus, .add, .get, .del, .down, .book, .voice, .cut, .music, .peach, .list, .cloud-plus,.list-del, .list {
   height:16px;
   width:16px;
   display:inline-block;
   vertical-align:middle;
   margin-right:8px;
}
.plus, .minus {
   height:24px;
   width:24px;
}
.del {
  background: url('/pic/sprite.svg#x');
  #background:url('/pic/x.svg');
}
.add {
  background:url('/pic/check2.svg');
}
.addok {
  background:url('/pic/checkok.svg');
}
.minus {
  background:url('/pic/dash.svg');
}
.plus {
  background:url('/pic/plus.svg');
}
.down {
  margin-top:7px;
  background:url('/pic/sprite.svg#arrow-down');
  #background:url('/pic/arrow-down.svg');
}
.list-del {
  background:url('/pic/sprite.svg#x');
  #background:url('/pic/x.svg');
  margin-top:8px;
}
.voice {
  background:url('/pic/soundwave.svg');
}
.cloud-plus {
  background:url('/pic/cloud-plus.svg');
}
.cut {
  background:url('/pic/cut.svg');
}
.book {
   background:url('/pic/book.svg');
}
.music {
  background:url('/pic/music.svg');
}
.peach {
  background:url('/pic/peach.svg');
}
.list {
  background: url('/pic/sprite.svg#list');
  #background:url('/pic/list.svg');
}
.category {
  font-size:18px;
  font-weight:bold;
  margin: 14px 0;
}
.textFloatLeft {
  text-align:left;
  word-break:break-all;
}
.textFloatRight {
  padding-right:9px;
  float:right;
}
.floatDiv {
  position:relative;
}
.floatToggleBtn {
   display:none;
   right: 39px;
   position:fixed;
   background-color:white;
   z-index:1;
   height: 24px;
   width: auto;
   border: none;
}
.readbook {
   white-space:pre-line;
}
.floatLoop, .floatPage, .floatTop, .floatEdit, .floatEditShowAll, .floatEditRefresh, .floatEditBack, .floatSearch,.floatSearchBox,.floatNext, .floatPrev, .floatIndex,.floatQuick, .floatSlow {
  position: fixed;
  z-index:1;
  right:0px;
  width:50px;
  height:30px;
}
.floatSearchBox{
  right:10px;
  height:24px;
  width:120px;
}
.floatEdit, .floatEditShowAll, .floatEditRefresh, .floatEditBack {
   bottom:220px;
}
.floatEditShowAll {
   width:90px;
   right:139px;
}
.floatEditRefresh {
   right:89px;
}
.floatEditBack {
   right:39px;
}

.floatToggleSearch {
   bottom: 224px;
   right:39px;
}
.floatSearch,.floatSearchBox {
   bottom:220px;
}
.floatLoop {
  bottom: 180px;
}
.floatPrev {
  right:139px;
}
.floatNext {
  right:89px;
}
.floatIndex {
  right:39px;
}
.floatQuick {
  right:179px;
}
.floatSlow {
  right:219px;
}
.floatSlow, .floatQuick,.floatNext,.floatIndex, .floatPrev,.floatPage {
  bottom: 140px;
}
.floatTop {
  bottom: 100px;
}
.gContab, .goodsCatesTab, .goodsCatesList {
  margin-top:10px;
  margin-bottom:10px;
}
.gContab span, .goodsCatesTab span, .goodsCatesList span {
  margin-right:4px;
}
.saveDiv {
  line-height:30px;
}
.grid-common {
  display:grid;
  display:-ms-grid;
  align-content:center;
  justify-content:center;
  margin-left:auto;
  margin-right:auto;
  width:97%;
  height:auto;
  border:none;
}
.footer-grid {
  position:fixed;
  bottom: 0px;
  z-index: 9999;
  background-color:white;
  margin-bottom:0px;
  padding-top:2px;
  grid-column-gap:2px;
  grid-row-gap:2px;
  -ms-grid-rows: repeat(5, 1fr);
  -ms-grid-columns: repeat(5, 1fr);
  grid-template-columns: repeat(5, minmax(70px,.19fr));
}
.footer-grid a{
  height:24px;
  line-height:24px;
  font-size:14px;
  color:#1e80ff;
  padding:2px;
  background-color:#f5f5f5;
  text-align:center;
  text-decoration:none;
}

.icon{
  width:60px;
  float:left;
  height:60px;
  display:block;
  margin-left:10px;
  margin-right:10px;
  background:url(about:blank);
  background-size:contain
}
.palyBtn{
  position:absolute;
  right:10px;
  top:50%;
  margin-top:-15px;
  height:30px;
  line-height:30px;
  width:80px;
  border:1px solid #03a8fe;
  border-radius:20px;
  color:#03a8fe;
  font-size:.9em;
  outline:0;
  text-align:center;
  background:transparent
}
.info{
  height:60px;
  overflow:hidden;
  width:45%;
  display:block;
  float:left;
  color:#9a9a9a;
  font-size:.9em
}
.info p{
  width:100%;
  display:block;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis
}
.info p:first-child{
  color:#555;
  font-size:1.2em;
  line-height:1.4em
}
.info p:nth-of-type(2){
   color:#999;
   font-style:italic;
   font-size:.8em;
   line-height:1.5em
}
@media only screen and (min-device-width :768px) and (orientation :landscape){
  .main{
    width:640px
  }
}
