@charset "utf-8";
* {
  -webkit-tap-highlight-color: transparent;
}
html {
  font-size: 62.5%;
}
body {
  min-width: 320px;
  font-family: "\5FAE\8F6F\96C5\9ED1",Helvetica;
  color: #606060;
  background: #ffffff;;
  -webkit-user-select: none;

  -webkit-text-size-adjust: none;
}
blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
li,
ol,
ul {
  list-style: none;
}
a,
a:hover,
a:visited {
  color: #606060;;
  text-decoration: none;
}
a:active {
  color: #333333;
}
img {
  border: 0;;
  vertical-align: middle;
}
button,
input,
select,
textarea {
  font-family: "\5FAE\8F6F\96C5\9ED1",Helvetica;
  vertical-align: middle;
  vertical-align: middle;
  resize: none;
  outline: 0;
  outline: 0;

  -webkit-appearance: none;
}
table {
  border-spacing: 0;;
  border-collapse: collapse;
}
em,
i {
  font-style: normal;
}
html * {
  font-family: "Microsoft Sans Serif", sans-serif;
}
.bookTab_bookList {
  height: 30px;
  line-height: 24px;
  overflow: hidden;
}
.bookTab_bookList li {
  float: left;
  width: 50%;
  text-align: center;
}
.bookTab_bookList li a {
  display: block;
  padding-top: 2px;
}
.bookTab_bookList li.on .lineGold {
  width: .6rem;
  height: .06rem;
  margin-left: 1.54rem;
  background-color: #c3aa8a;
}
@-webkit-keyframes loading {
  from {
    -webkit-transform: rotate(0) translateZ(0);
  }
  to {
    -webkit-transform: rotate(360deg) translateZ(0);
  }
}
@-webkit-keyframes loading {
  from {
    -webkit-transform: rotate(0) translateZ(0);
  }
  to {
    -webkit-transform: rotate(360deg) translateZ(0);
  }
}
body {
  overflow-x: hidden;
}
form div,
form input {
  width: 100%;
  height: .8rem;
}
form div {
  border: none;
  background: #ffffff;
  text-align: center;
  overflow: hidden;
}
form ul {
  margin: 0;
  padding: 0;
}
form ul li:first-child {
  height: .8rem;
  line-height: .8rem;
}
form ul li {
  display: none;;
  height: .8rem;
  margin: 0;
  font-size: 15px;
  line-height: .8rem;
}
form ul li.active {
  display: block;
}
form input {
  border: none;
  font-size: 14px;
  color: #ffffff;;
  background: #e74f4d;
}
.imgTurn {
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -moz-transform: rotate(180deg);;
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.imgTurnBack {
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -moz-transform: rotate(0);;
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.pBookSelect {
  height: .8rem;
  border-bottom: 1px solid #f3f3f3;
}
.pBookSelect li {
  position: relative;
  display: block;
  float: left;
  width: 2.5rem;
  height: .8rem;
  border-bottom: 1px solid #f3f3f3;;
  font-size: 15px;
  line-height: .8rem;
  text-align: center;
}
.eBookSelect li {
  display: block;
  float: left;
  width: 2.5rem;
  height: .8rem;
  border-bottom: 1px solid #f3f3f3;;
  font-size: 15px;
  line-height: .8rem;
  text-align: center;
}
.PbookSaleTop {
  color: #c3aa8a;
}

.promptDialogBg {
  position: fixed;
  top: .8rem;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: none;
  padding: 0;;
  background-color: rgba(0,0,0,.6);
  text-align: center;
}
.promptDialogBg li {
  border-bottom: 1px solid #f3f3f3;
}
.tab {
	display: none;
	height: .8rem;
	line-height: .8rem;
	border-bottom: .02rem solid #F7F7F6;
	font-size: .32rem;
	color: #5D5755;
}
#tab-cont {
	-webkit-overflow-scrolling: touch;
	display: flex;
	margin-right: .32rem;
	padding-left: .32rem;
	overflow-x: auto;
}
#tab-cont span {
	position: relative;
	margin-right: .4rem;
	flex-shrink: 0;
}
#tab-cont span.current {
	color: #C3AA8A;
}
#tab-cont span.current:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: .06rem;
	width: .6rem;
	background: #C3AA8A;
	border-radius: 0.03rem;
}
#tab-cont::-webkit-scrollbar {
  display: none;
  background-color: transparent;
}
