a {
  display: inline-block;
  color: inherit;
  cursor: pointer
}
a:hover {
  text-decoration: none
}
a, img, div, span {
  outline: 0;
  border: 0
}
a:hover, img:hover, div:hover {
  outline: 0;
  border: 0
}
a:active, img:active, div:active {
  outline: 0;
  border: 0
}
em {
  font-style: normal
}
.anm {
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: "Microsoft YaHei,-apple-system,SF UI Text,Arial,PingFang SC,Hiragino Sans GB,WenQuanYi Micro Hei,sans-serif";
  font-size: 16px;
  color: #212529;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}
a:focus, input:focus, p:focus, div:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
input, button, select, textarea {
  outline: 0
}
::-moz-selection {
  background: #FF7E0C;
  color: white
}
::selection {
  background: #FF7E0C;
  color: white
}
::-moz-selection {
  background: #FF7E0C;
  color: white
}
::-webkit-selection {
  background: #FF7E0C;
  color: white
}
::-webkit-scrollbar: {
  display: none;
  width: 0;
  height: 0
}
.fl {
  float: left
}
.fr {
  float: right
}
.clear::after {
  display: block;
  content: "";
  clear: both
}
#mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999
}
.pop .abtn[name=close] i {
  margin-top: 1px
}
#main {
  width: 100%;
  height: 100%;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background-color: #fff
}
#main .top, #main .bottom {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 1
}
#main.bookSort .top {
  -webkit-box-shadow: 0 .5rem 2rem rgba(0, 0, 0, 0.7);
  box-shadow: 0 .5rem 2rem rgba(0, 0, 0, 0.7)
}
#main.bookSort .bottom {
  -webkit-box-shadow: 0 -0.5rem 2rem rgba(0, 0, 0, 0.7);
  box-shadow: 0 -0.5rem 2rem rgba(0, 0, 0, 0.7)
}
.bottom .l > a {
  padding: 5px
}
.bottom .l img {
  max-height: 30px
}
#main .abtn .iconfont {
  position: absolute;
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto
}
#main[name=skin-1] .top {
  background: url("../image/top-nav.jpg")
}
#main[name=skin-1] .top .m {
  color: #6f4d17;
  text-shadow: 1px 1px 0 #F5BC9F
}
#main[name=skin-1] .bottom {
  background: url("../image/bottom-nav.jpg")
}
#main[name=skin-1] .booksbox {
  background: url("../image/bg.jpg");
  margin-bottom: 120px;
}
#main[name=skin-1].bookSort .booksbox {
  background: 0
}
#main[name=skin-1].bookSort #gdbox {
  background: url("../image/bg-folder.png")
}
#main[name=skin-1] .abtn {
  -webkit-box-shadow: 0 1px 1px #E2BBA8 inset;
  box-shadow: 0 1px 1px #E2BBA8 inset;
  border: 1px solid #80524D;
  background-color: #C48E77;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#AE7969), color-stop(50%, #C08A74), to(#D59D82));
  background-image: -o-linear-gradient(bottom, #AE7969 0, #C08A74 50%, #D59D82 100%);
  background-image: linear-gradient(to top, #AE7969 0, #C08A74 50%, #D59D82 100%);
  text-shadow: 0 1px #D6B0A0;
  color: #5B3B38
}
#main[name=skin-1] .abtn:hover {
  background-color: #D29981;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#BF8773), color-stop(50%, #D29981), to(#E7AD90));
  background-image: -o-linear-gradient(bottom, #BF8773 0, #D29981 50%, #E7AD90 100%);
  background-image: linear-gradient(to top, #BF8773 0, #D29981 50%, #E7AD90 100%)
}
#main[name=skin-1] .abtn:active {
  background-color: #D29981;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#D59D82), color-stop(50%, #D29981), to(#AE7969));
  background-image: -o-linear-gradient(bottom, #D59D82 0, #D29981 50%, #AE7969 100%);
  background-image: linear-gradient(to top, #D59D82 0, #D29981 50%, #AE7969 100%)
}
#main[name=skin-1] .abox a {
  -webkit-box-shadow: 5px -5px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 5px -5px 10px rgba(0, 0, 0, 0.25)
}
#main[name=skin-1] .abox > .showname {
  pointer-events: none
}
#main[name=skin-1] .bottom .m > div {
  background-color: #4D2F2F;
  color: #F3BB9B;
  -webkit-box-shadow: 2px 2px 2px #191919 inset;
  box-shadow: 2px 2px 2px #191919 inset;
  text-shadow: 0 1px #191919
}
#main[name=skin-1] .bottom .l > a > i {
  position: static;
  color: #6f4d17;
  text-shadow: 1px 1px #D6B0A0
}
#main[name=skin-1].bookSort .sortinfo {
  color: #4d2f2f;
  text-shadow: 1px 1px 0 #f3bb9b
}
#main[name=skin-1] .booksbox.sort2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 208px;
  background: url("../image/bg-h.jpg")
}
#main[name=skin-1] .sortBox .input-form {
  background: #4d2f2f;
  border-color: #f3bb9b;
  color: #f3bb9b;
  -webkit-box-shadow: inset 1px 2px 3px #1A1A1A, 0 1px 3px #f3bb9b;
  box-shadow: inset 1px 2px 3px #1A1A1A, 0 1px 3px #f3bb9b
}
#main[name=skin-1] .select-options {
  border: 1px solid #f3bb9b;
  -webkit-box-shadow: inset 1px 2px 3px #1A1A1A, 0 1px 3px #f3bb9b;
  box-shadow: inset 1px 2px 3px #1A1A1A, 0 1px 3px #f3bb9b
}
#main[name=skin-1] .select-options > .options > div {
  background: #4d2f2f;
  color: #f3bb9b
}
#main[name=skin-1] .select-options > .options > div:hover {
  background: #341A1A;
  color: #F5A476
}
#main[name=skin-2] .top {
  background: url("../image/top-nav1.jpg")
}
#main[name=skin-2] .top .m {
  color: #E3EFEF
}
#main[name=skin-2] .bottom {
  background: url("../image/bottom-nav1.jpg")
}
#main[name=skin-2] .booksbox {
  background: url("../image/bg1.jpg");
  margin-bottom: 120px;

}
#main[name=skin-2].bookSort .booksbox {
  background: 0
}
#main[name=skin-2].bookSort #gdbox {
  background: url("../image/bg-folder1.png")
}
#main[name=skin-2] .abtn {
  -webkit-box-shadow: 0 1px 1px #F4F4F4 inset;
  box-shadow: 0 1px 1px #F4F4F4 inset;
  border: 1px solid #878787;
  background-color: #DBDBDB;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#C9C9C9), color-stop(50%, #DBDBDB), to(#E5E5E5));
  background-image: -o-linear-gradient(bottom, #C9C9C9 0, #DBDBDB 50%, #E5E5E5 100%);
  background-image: linear-gradient(to top, #C9C9C9 0, #DBDBDB 50%, #E5E5E5 100%);
  text-shadow: 0 1px #E9E9E9;
  color: #5B5B5B
}
#main[name=skin-2] .abtn:hover {
  background-color: #E5E5E5;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#D5D5D5), color-stop(50%, #E5E5E5), to(#F1F1F1));
  background-image: -o-linear-gradient(bottom, #D5D5D5 0, #E5E5E5 50%, #F1F1F1 100%);
  background-image: linear-gradient(to top, #D5D5D5 0, #E5E5E5 50%, #F1F1F1 100%)
}
#main[name=skin-2] .abtn:active {
  background-color: #E5E5E5;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#F1F1F1), color-stop(50%, #E5E5E5), to(#D5D5D5));
  background-image: -o-linear-gradient(bottom, #F1F1F1 0, #E5E5E5 50%, #D5D5D5 100%);
  background-image: linear-gradient(to top, #F1F1F1 0, #E5E5E5 50%, #D5D5D5 100%)
}
#main[name=skin-2] .abox a {
  -webkit-box-shadow: 5px -5px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 5px -5px 10px rgba(0, 0, 0, 0.25)
}
#main[name=skin-2] .bottom .m > div {
  background-color: #EFEFEF;
  color: #191919;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3) inset
}
#main[name=skin-2] .bottom .l > a > i {
  position: static;
  color: #E3EFEF
}
#main[name=skin-2].bookSort .sortinfo {
  color: #2F2F2F
}
#main[name=skin-2] .booksbox.sort2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 208px;
  background: url("../image/bg-h1.jpg")
}
#main[name=skin-2] .sortBox .input-form {
  background: #2F2F2F;
  border-color: #f3bb9b;
  color: #D4D4D4;
  -webkit-box-shadow: inset 1px 2px 3px #1A1A1A, 0 1px 3px #D4D4D4;
  box-shadow: inset 1px 2px 3px #1A1A1A, 0 1px 3px #D4D4D4
}
#main[name=skin-2] .select-options {
  border: 1px solid #D4D4D4;
  -webkit-box-shadow: inset 1px 2px 3px #1A1A1A, 0 1px 3px #D4D4D4;
  box-shadow: inset 1px 2px 3px #1A1A1A, 0 1px 3px #D4D4D4
}
#main[name=skin-2] .select-options > .options > div {
  background: #2F2F2F;
  color: #D4D4D4
}
#main[name=skin-2] .select-options > .options > div:hover {
  background: #341A1A;
  color: #D4D4D4
}
#main[name=skin-3] .top {
  background:#007eff;
}
#main[name=skin-3] .top .m {
  color: #191919
}
#main[name=skin-3] .bottom {
  background: #fff
}
#main[name=skin-3] .booksbox {
  background: url("../image/bg2.jpg");
	margin-bottom:120px;

}
#main[name=skin-3].bookSort .booksbox {
  background: 0
}
#main[name=skin-3].bookSort #gdbox {
  background: #F1F1F1
}
#main[name=skin-3] .abtn {
  color: #191919
}
#main[name=skin-3] .abtn:hover {
  color: #393939
}
#main[name=skin-3] .abtn:active {
  color: #191919
}
#main[name=skin-3] .abox a .thickness {
  display: none
}
#main[name=skin-3] .abox a {
  bottom: 1px;
  -webkit-transition: bottom .2s;
  -o-transition: bottom .2s;
  transition: bottom .2s
}
#main[name=skin-3] .abox a:hover {
  bottom: 5px
}
#main[name=skin-3] .bottom .m > div {
  background-color: #F5F5F5;
  color: #191919
}
#main[name=skin-3] .bottom .l > a > i {
  position: static;
  color: #191919
}
#main[name=skin-3].bookSort .sortinfo {
  color: #191919
}
#main[name=skin-3].bookSort .top {
  -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.05);
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.05)
}
#main[name=skin-3].bookSort .bottom {
  -webkit-box-shadow: 0 -0.5rem 1rem rgba(0, 0, 0, 0.05);
  box-shadow: 0 -0.5rem 1rem rgba(0, 0, 0, 0.05)
}
#main[name=skin-3] .booksbox.sort2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 208px;
  background: url("../image/bg-h2.jpg")
}
#main[name=skin-3] .sortBox .input-form {
  background: #F1F1F1;
  border-color: #f3bb9b;
  color: #191919
}
#main[name=skin-3] .select-options {
  border: 1px solid #FCFCFC
}
#main[name=skin-3] .select-options > .options > div {
  background: #191919;
  color: #FCFCFC
}
#main[name=skin-3] .select-options > .options > div:hover {
  background: #FCFCFC;
  color: #191919
}
#main .top {
  height: 60px;
  top: 0
}
#main .bottom {
  height: 42px;
  bottom: 0
}
#main table .l {
  padding-left: 10px
}
#main table .r {
  padding-right: 10px
}
#main .bottom td {
  width: 33%
}
#main .top .m {
  font-size: 1em;
  font-weight: bold
}
#main .abtn {
  display: inline-block;
  border-radius: 20px;
  line-height: normal;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 3px
}
#main .abtn > span {
  width: 38px;
  height: 100%;
  position: relative;
  display: inline-block;
  float: left
}
#main .abtn > b {
  line-height: 32px
}
#main a[name=more], #main a[name=backSort], #main a[name=share], #main a[name=skin] {
  width: 40px;
  height: 30px;
  text-align: center
}
#main a[name=name], #main a[name=date] {
  padding: 0 10px;
  height: 34px;
  text-align: center;
  font-size: 13px
}
#main a[name=name] > span, #main [name=date] > span {
  width: 26px
}
#main a[name=share] {
  margin-left: 20px
}
#main a[name=name] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0
}
#main a[name=date] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}
#main .bottom .m > div {
  height: 28px;
  line-height: 28px;
  border-radius: 30px;
  display: inline-block;
  padding: 0 25px;
  font-size: 70%
}
#main .bottom .m > div > em {
  margin: 0 4px
}
#gdbox {
  position: absolute;
  top: 60px;
  width: 100%;
  height: calc(100% - 60px - 42px);
      height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}
#map {
  margin: 0 auto
}
#map > .box {
  width: 152px;
  height: 182px;
  float: left;
  position: relative
}
#map .abox {
  width: 100%;
  height: 120px;
  position: absolute;
  bottom: 0
}
#map .abox a {
  display: inline-block;
  position: absolute;
  bottom: 18px;
  left: 0;
  right: 0;
  margin: 0 auto
}
#map .abox img {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4) url('../image/jz-s2.gif') no-repeat center center
}
#main.bookSort .abox a {
  -webkit-box-shadow: none;
  box-shadow: none
}
.loading {
  -webkit-transform: translate3d(0, 600%, 0);
  transform: translate3d(0, 600%, 0)
}
.bookSort #map .abox img {
  background: 0
}
.bookSort #map > .box {
  height: 180px
}
.sortinfo {
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  top: 68px;
  padding: 0 30px 0 17px
}
.sortinfo > .sortname {
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  word-break: break-all;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden
}
.sortinfo > .sortnum {
  font-size: 12px;
  background-color: rgba(150, 86, 86, 0.25);
  border-radius: 10px;
  display: inline;
  padding: 0 6px
}
.booksbox.sort2 {
  padding-top: 56px;
  background-position: 0 56px !important
}
.sortBox {
  position: absolute;
  width: 100%;
  top: 20px;
  left: 0;
  display: none
}
.booksbox.sort2 .sortBox {
  display: block
}
.sortBox .select-arrow {
  position: absolute;
  top: 50%;
  right: 14px;
  margin-top: -8px
}
.sortBox .selectBookSort {
  width: 224px;
  height: 26px;
  margin: 0 auto;
  position: relative;
  padding-left: 15px
}
.sortBox .input-form {
  font-size: 16px;
  border-radius: 50px;
  border: 0
}
.sortBox .select-value {
  margin-left: 15px;
  line-height: 24px;
  position: absolute;
  left: 0;
  top: 1px;
  bottom: 0;
  width: 175px;
  overflow: hidden
}
.sortBox .select-arrow {
  position: absolute;
  top: 50%;
  right: 14px;
  margin-top: -8px
}
.sortBox .select-arrow > .arrow-up {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 5px solid;
  margin: 2px
}
.sortBox .select-arrow > .arrow-down {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid;
  margin: 2px
}
.select-options {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  z-index: 99999
}
.select-options > .options > div {
  padding: 3px 15px;
  cursor: pointer;
  word-break: break-all
}
#main.right {
  -webkit-transform: translate3d(260px, 0, 0);
  transform: translate3d(260px, 0, 0)
}
#leftbox {
  width: 260px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  color: #EBEBEB;
  padding: 28px
}
#leftbox .box > a {
  display: block;
  line-height: 42px;
  font-size: 18px
}
#leftbox .box > a > .l {
  margin-right: 10px
}
#leftbox .box .children {
  padding: 10px 0
}
#leftbox i.r {
  float: right
}
#leftbox .box ul {
  margin: 0;
  line-height: 30px
}
#leftbox .box ul li {
  cursor: pointer
}
#leftbox .box ul li:hover {
  background-color: rgba(255, 255, 255, 0.1)
}
.booklist {
  font-size: 14px;
  height: calc(100% - 44px);
  overflow: hidden
}
.booklist ul {
  list-style: none;
  padding: 0;
  line-height: 30px;
  font-size: 12px
}
.booklist ul li a {
  display: block;
  position: relative;
  height: 30px
}
.booklist ul li .r {
  color: #7B7B7B;
  right: 0;
  position: absolute
}
.booklist ul li .l {
  display: inline-block;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis
}
#searchgo {
  border: 0;
  border-radius: 20px;
  width: 100%;
  padding: 4px 10px
}
#searchlist {
  max-height: calc(100% - 77px);
  padding-top: 10px;
  font-size: 12px
}
#webpage {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  background-image: url('../image/jz.gif');
  background-position: center center;
  background-repeat: no-repeat
}
#webpage .iosiframe {
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow: auto
}
#webpage iframe {
  width: 100%;
  height: 100%;
  border: 0
}
#webpage .tcgb {
  position: absolute;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 50%;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  line-height: 30px
}
#webpage .tcgb i {
  font-size: 14px
}
#webpage .tcgb:hover {
  color: #fff
}
.abox > div {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 3px;
  width: calc(100% - 20px);
  padding: 3px;
  margin: 0 10px 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
  font-size: 10px;
  text-align: center;
  border-radius: 2px
}
@media only screen and (max-width:880px) {
  .abtn[name=date], .abtn[name=name] {
    display: none !important
  }
}



#map .title {
	margin: 0 auto;
	left: 0;
    right: 0;
	text-align: center;
	line-height: 18px; 
	padding: 1px 2px; 
	word-break: break-word;    
	color: rgb(255, 255, 255);
    position: absolute;
    font-size: 12px;
    width:120px;
    display: block;
    max-height: 90%;
    overflow: hidden;
    height: auto;
    visibility: visible;
    opacity: 1;
    bottom: 3px;
    top: auto;
    pointer-events: initial;
    border-radius: 3px;
    border: 1px solid rgb(187, 187, 187);
    background: rgba(0, 0, 0, 0.5);	
}