html {
  color: #333;
  background: #fff;
  font-family: 'PingFang SC', 'Microsoft YaHei', Arial, '宋体';
}
body {
  color: #333;
  font-family: sans-serif;
  min-width: 320px;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  background: #efefef;
  font-size: .28rem;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  padding: 0;
  margin: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: none;
}
a {
  text-decoration: none;
  color: #fff;
  outline: none;
}
a:hover {
  color: #fff;
}
var,
em {
  font-style: normal;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var,
optgroup {
  font-style: inherit;
  font-weight: inherit;
}
del,
ins {
  text-decoration: none;
}
li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
legend {
  color: #000;
}
input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}
input,
button,
textarea,
select {
  font-size: 100%;
  outline: none;
}
body {
  -webkit-user-select: none;
  -webkit-text-size-adjust: none;
}
* {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-overflow-scrolling: touch;
}
*::-webkit-scrollbar {
  width: 0;
  height: 0;
}
*::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #95b6ef;
}
img {
  -webkit-touch-callout: none;
}
input[type='submit'],
input[type='reset'],
input[type='button'],
input[type=date],
button,
select,
input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent !important;
}
a,
input[type=text],
select,
input[type=password],
textarea {
  -webkit-tap-highlight-color: transparent !important;
}
input::-webkit-input-placeholder {
  color: #666;
}
.hide {
  display: none !important;
}
.show {
  display: block;
}
.m-container {
  background-color: #fff;
  min-height: calc(100vh - 2.9rem - 2px);
}
.header {
  padding: 0 0.3rem;
}
.nav-wrap {
  height: 1.2rem;
  line-height: 1rem;
  display: box;
  display: -webkit-box;
  -webkit-box-align: center;
}
.icon {
  width: 1.6em;
  height: 1.6em;
  vertical-align: -0.1em;
  fill: currentColor;
  overflow: hidden;
}
.header-inner {
  padding: 0;
}
.header-inner .nav-wrap {
  position: relative;
  color: #666;
  height: 1.3rem;
  z-index: 900;
  background: #fff;
  border-bottom: 1px solid #eee;
}
.header-inner .nav-wrap .back-icon {
  position: absolute;
  left: 0.3rem;
  top: 0.4rem;
  display: block;
}
.header-inner .nav-wrap h1 {
  text-align: center;
  -webkit-box-flex: 1;
  font-size: 0.4rem;
  font-weight: normal;
}
.header-inner .nav-wrap .menu-side {
  position: absolute;
  right: 0.15rem;
  top: 0.4rem;
}
.header-inner .nav-wrap .menu-side .nav-icon {
  float: left;
  padding: 0 0.35rem;
}
.header-inner .nav-wrap .menu-side .icon-close {
  display: none;
}
.header-inner .nav-wrap .menu-side .menu-switch-active .icon-show {
  display: none;
}
.header-inner .nav-wrap .menu-side .menu-switch-active .icon-close {
  display: inline-block;
  -webkit-animation: rotateIn 0.5s ease both;
}
.menu-dropdown {
  z-index: 899;
  position: absolute;
  left: 0;
  padding: 1rem 0 0.8rem;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 5px #ddd;
          box-shadow: 0 0 5px #ddd;
  -webkit-transform: translateY(-141%);
          transform: translateY(-141%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.menu-dropdown .dropdown-wrap {
  overflow: hidden;
}
.menu-dropdown .dropdown-wrap a {
  text-align: center;
  float: left;
  width: 20%;
  line-height: 1.5rem;
  font-size: 0.4rem;
}
.menu-dropdown .dropdown-wrap a .icon {
  display: block;
  margin: 0 auto;
  width: 0.7rem;
  height: 0.7rem;
}
.menu-dropdown .btn-center {
  background: #f47983;
  color: #fff;
  width: 6.52rem;
  display: block;
  text-align: center;
  line-height: 1.2rem;
  margin: 0.8rem auto 0;
  border-radius: 0.2rem;
  font-size: 0.5rem;
}
.menu-dropdown-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.bottom-part {
  border-top: 0.18rem solid #f5f5f5;
  background: #fff;
}
.bottom-part-inner {
  border: none;
  overflow: hidden;
  padding: 0.15rem 0 0;
  border-top: 0.1rem solid #f5f5f5;
  margin: -0.1rem 0 0;
}
.copyrite-bottom {
  text-align: center;
}
.copyrite-bottom .bottom-nav {
  color: #424242;
}
.copyrite-bottom .bottom-nav a {
  display: inline-block;
  padding: 0 0.4rem;
  line-height: 0.73rem;
  font-size: 0.35rem;
}
.copyrite-bottom .wechat {
  width: 5.5rem;
  margin: 0.15rem auto;
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: 0.3rem;
  color: #999;
  border: 1px solid #999;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
}
.copyrite-bottom .wechat .icon {
  width: 0.5rem;
  height: 0.5rem;
  display: inline-block;
  margin: 0 0.08rem 0 0;
  vertical-align: middle;
}
.copyrite-bottom .copyrite {
  font-size: 0.3rem;
  color: #999;
  line-height: 0.6rem;
  margin: 0.225rem 0 0.125rem;
}
.page-read-top {
  overflow:hidden;
  height: 1rem;
  color: #999;
  font-size: 0.4rem;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
  background: inherit;
  padding: 0 0.55rem;
}
.page-read-top .book-pages {
  float: right;
  line-height: 1rem;
}
.page-read-top .read-book-name {
  color: #f84947;
  font-weight: normal;
  font-size: 0.4rem;
  line-height: 1rem;
}
.b_skin_1 .page-read {
  color: #3b3b38;
  background: #fcfaef;
}
.page-read-across {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 0.8rem);
}
.page-read-across .page-read-content {
  position: absolute;
  top: 1rem;
  bottom: 0.1rem;
  overflow: hidden;
  width: 100%;
}
.page-read-across .read-article {
  height: 100%;
  min-height: 100%;
}
.page-read-across .read-section {
  overflow-y: scroll;
  height: 100%;
/*-webkit-columns: calc(100vw - 40px) 1
    -webkit-column-gap: 20px
    columns: calc(100vw -40px) 1
    column-gap: 20px*/
}
.page-read-content .read-article {
  font-size: 16px;
  line-height: 1.8;
}
.page-read-content .read-article p {
  font-size: 1em;
  margin: 0.2rem 0 0;
  word-break: break-all;
}
.read-article {
  line-height: 1.8;
  overflow: hidden;
  min-height: calc(100vh - 0.8rem);
  margin: 0 20px;
  text-align: justify;
  font-size: 16px;
}
.la-ball-pulse {
  display: inline-block;
  vertical-align: top;
  margin: 0.11rem 0 0;
}
.la-ball-pulse em {
  width: 0.08rem;
  height: 0.08rem;
  margin: 0 0.05rem;
  border-radius: 100%;
  -webkit-animation: ball-pulse 1s ease infinite;
  animation: ball-pulse 1s ease infinite;
  float: left;
  background: #999;
  font-style: normal;
}
.la-ball-pulse em:nth-child(1) {
  -webkit-animation-delay: -200ms;
  animation-delay: -200ms;
}
.page-read {
  padding: 0.8rem 0 0;
}
.page-read .loading-more {
  padding: 0.25rem 0 0.4rem;
}
.loading-more {
  font-size: 0.24rem;
  color: #999;
  text-align: center;
  padding: 0 0 0.4rem;
}
.read-article h3 {
  font-weight: normal;
  font-size: 0.6rem;
  line-height: 1.2;
  margin: 0.4rem 0;
}
.read-article p {
  text-indent: 2em;
  font-size: 1em;
  margin: 0.2rem 0 0;
  word-break: break-all;
  line-height: 1.8;
}


.guide-wrap {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.6);
  font-size: .36rem;
  color: #fff;
  text-align: center
}

.guide-wrap .guide-cell {
  display: box;
  display: -webkit-box;
  -webkit-box-align: center
}

.guide-wrap .guide-middle {
  background: rgba(0,0,0,.3)
}

.guide-wrap .guide-cell p {
  -webkit-box-flex: 1
}

.guide-wrap-vertical .guide-cell {
  height: 33.33%
}

.guide-wrap-cross .guide-cell {
  float: left;
  width: 33.33%;
  height: 100%
}

.guide-wrap-cross .guide-left,.guide-wrap-cross .guide-right {
  width: 30%
}

.guide-wrap-cross .guide-middle {
  width: 40%
}

.header-read-opt {
  position: fixed;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0;
  transform: translateY(-105%);
  transition: transform .5s
}

.header-read-opt .nav-header {
  padding: 0 .3rem;
  background: rgba(0,0,0,.9);
  height: 1.3rem;
  line-height: 1.3rem;
  color: #fff;
  display: -webkit-box;
  -webkit-box-align: center;
}
.header-read-opt .nav-header h1 {
  text-align: center;
  -webkit-box-flex: 1;
  font-size: 0.4rem;
  font-weight: normal;
}
.header-read-opt .nav-header .back-icon {
  line-height: 1.5;
  position: absolute;
  left: 0.3rem;
  top: 0.4rem;
  display: block;
}

.header-read-opt .nav-header .nav-operate {
  float: right
}

.nav-operate .icon-operate {
  margin: 0 0 0 .45rem;
  font-size: .36rem;
  vertical-align: middle;
  height: .38rem;
  padding: .21rem 0;
  vertical-align: top
}

.nav-operate .icon-hongbao {
  display: inline-block;
  width: .31rem;
  height: .38rem;
  background: url(../images/hongbao-ling.png) no-repeat 0 center;
  background-size: .31rem .38rem
}

.nav-operate .icon-hongbao-gray {
  background: url(../images/hongbao-gray.png) no-repeat 0 center;
  background-size: .31rem .38rem
}


.footer-read-opt {
  position: fixed;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  transform: translateY(105%);
  transition: transform .5s
}

.footer-read-opt .chapter-switch {
  height: 1rem;
  line-height: 1rem;
  font-size: .26rem;
  background: rgba(0,0,0,.9);
  text-align: center
}

.footer-read-opt .chapter-switch a {
  float: left;
  width: 50%;
  box-sizing: border-box
}

.footer-read-opt .chapter-switch a:first-child {
  border-right: 1px solid #fff
}

.footer-read-opt .footer-action {
  height: 1.4rem;
  border-top: 1px solid #fff;
  box-sizing: border-box;
  background: rgba(0,0,0,.9);
  text-align: center
}

.footer-read-opt .footer-action .action {
  float: left;
  width: 25%;
  line-height: .32rem;
  height: calc(1rem - 1px)
}

.footer-read-opt .footer-action .action .icon {
  height: 1.4em;
  font-size: 1.1em;
  margin: .18rem 0 .05rem
}

.footer-read-opt .footer-action .action.active {
  color: #f47983
}

.footer-read-opt .footer-action .action p {
  font-size: .37rem
}

.day-switch {
  overflow: hidden;
  margin: 0 .2rem .2rem 0
}

.day-switch .icon {
  float: right;
  background: rgba(0,0,0,.9);
  padding: .2rem;
  font-size: .4rem;
  width: .4rem;
  height: .4rem;
  border-radius: .92rem;
  -webkit-border-radius: .92rem
}

.footer-operate-detail {
  display: none;
  background: rgba(0,0,0,.9);
  overflow: hidden;
  padding: .2rem 0 0
}

.footer-operate-detail dt {
  height: .8rem;
  line-height: .8rem;
  overflow: hidden;
  text-align: center;
  color: #f47983;
  font-size: .24rem
}

.footer-operate-detail dd {
  height: 1.14rem;
  line-height: 1.14rem;
  margin: .2rem 0 0
}

.footer-operate-detail dd .label {
  float: left;
  margin: 0 .25rem 0 .45rem;
  font-size: .24rem
}

.footer-operate-detail dd .info {
  overflow: hidden
}

.read-set-font {
  overflow: hidden;
  width: 5.8rem;
  margin: 0 0 0 .18rem
}

.read-set-font .font-size-icon {
  display: block;
  color: #fff;
  width: .66rem;
  text-align: center
}

.font-size-down {
  float: left
}

.font-size-up {
  float: right
}

.read-set-font .read-font-bar {
  float: left;
  width: 4rem;
  margin: 0 .24rem;
  height: .54rem;
  position: relative;
  padding: .05rem 0
}

.read-set-font .read-font-bar input {
  vertical-align: top;
  height: .54rem;
  width: 100%;
  opacity: 0
}

.read-set-font .read-font-bar .range {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: .04rem;
  background: #d2d2d2;
  margin: .3rem 0 0
}

.read-set-font .read-font-bar .range-track {
  background: #f47983;
  height: .04rem;
  text-align: right;
  position: relative
}

.read-set-font .read-font-bar .range-track .point {
  display: block;
  width: .54rem;
  height: .54rem;
  background: #fff;
  position: absolute;
  top: -.25rem;
  right: -.27rem;
  border-radius: .54rem;
  -webkit-border-radius: .54rem;
  text-shadow: 0 0 .1rem rgba(244,121,131,.35)
}

.background-block {
  width: .74rem;
  height: .74rem;
  border-radius: .74rem;
  -webkit-border-radius: 1.04rem;
  margin: 0 0 0 .15rem
}

.background-block .cricle {
  display: block;
  text-align: center;
  font-size: .3rem;
  box-sizing: border-box;
  border-radius: .64rem;
  -webkit-border-radius: .64rem
}

.background-block.active {
  color: #f47983;
  border: 1px solid #f47983
}

.slider-kind {
  overflow: hidden;
  width: 5.8rem;
  height: .54rem;
  padding: .05rem 0
}

.slider-kind li {
  width: 2.8rem;
  height: .54rem;
  line-height: .54rem;
  border: 1px solid #f6f7f9;
  margin: -1px 0;
  color: #fff;
  font-size: .24rem;
  text-align: center;
  border-radius: .05rem
}

.slider-kind li.active {
  background: #f6f7f9;
  color: #f47983
}

.slider-kind .kind-btn-upright {
  float: left
}

.slider-kind .kind-btn-across {
  float: right
}

.line-height-wrap {
  width: 5.8rem;
  height: .54rem;
  padding: .05rem 0;
  display: box;
  display: -webkit-box;
  -webkit-box-align: center
}

.line-height-wrap li {
  -webkit-box-flex: 1;
  height: .54rem;
  line-height: .54rem;
  border: 1px solid #f6f7f9;
  margin: -1px 0;
  color: #fff;
  font-size: .3rem;
  text-align: center
}

.line-height-wrap li:nth-child(1) {
  border-radius: .05rem 0 0 .05rem
}

.line-height-wrap li:nth-child(2) {
  border-left: 0;
  border-right: 0
}

.line-height-wrap li:nth-child(3) {
  border-radius: 0 .05rem .05rem 0
}

.line-height-wrap li.active {
  background: #f6f7f9;
  color: #f47983
}

.page-read-opt-show {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 3
}

.page-read-opt-show .header-read-opt,.page-read-opt-show .footer-read-opt {
  transform: translateY(0)
}

.directory-pop {
  position: fixed;
  left: 0;
  top: 0;
  width: 6.1rem;
  overflow: hidden;
  height: 100%;
  z-index: 889;
  background: #fff;
  transform: translateX(-105%);
  transition: transform .5s
}

.directory-pop .tab-bd {
  height: calc(100% - .8rem)
}

.directory-pop .tab-bd {
  margin: .8rem 0 0
}

.directory-pop .tab-hd {
  position: fixed;
  left: 0;
  top: 0;
  width: 6.1rem
}

.directory-pop .tab-bd .bd-main {
  height: 100%
}

.directory-pop .directory-list li.locked {
  background-position: 5.05rem center
}

.directory-pop .directory-list li.locked.active .keep-reading {
  margin: 0 .55rem 0 0
}

.directory-pop-show {
  transform: translateX(0)
}
.b_skin_1 {
  background: #fcfaef
}

.b_skin_1 .page-read,.background-block.b_skin_1 {
  color: #3b3b38;
  background: #fcfaef
}

.b_skin_2 {
  background: #ecd9ac
}

.b_skin_2 .page-read,.background-block.b_skin_2 {
  color: #4d4d4d;
  background: #ecd9ac
}

.b_skin_3 {
  background: #fce7e2
}

.b_skin_3 .page-read,.background-block.b_skin_3 {
  color: #63292c;
  background: #fce7e2
}

.b_skin_4 {
  background: #b5eecd
}

.b_skin_4 .page-read,.background-block.b_skin_4 {
  color: #434e43;
  background: #b5eecd
}

.b_skin_5 {
  background: #e6efe6
}

.b_skin_5 .page-read,.background-block.b_skin_5 {
  color: #188364;
  background: #e6efe6
}

.b_skin_6 {
  background: #fff
}

.b_skin_6 .page-read,.background-block.b_skin_6 {
  color: #595959;
  background: #fff
}

.b_skin_7 {
  background: #e9f1f5
}

.b_skin_7 .page-read,.background-block.b_skin_7 {
  color: #0c5d95;
  background: #e9f1f5
}

.b_skin_8 {
  background: #f7fcff
}

.b_skin_8 .page-read,.background-block.b_skin_8 {
  color: #048204;
  background: #f7fcff
}

.b_skin_9 {
  background: #efefce
}

.b_skin_9 .page-read,.background-block.b_skin_9 {
  color: #6f4d1b;
  background: #efefce
}

.b_skin_10 {
  background: #dff5f6
}

.b_skin_10 .page-read,.background-block.b_skin_10 {
  color: #409a9a;
  background: #dff5f6
}

.b_skin_11 {
  background: #e6e6e6
}

.b_skin_11 .page-read,.background-block.b_skin_11 {
  color: #a70906;
  background: #e6e6e6
}

.b_skin_12 {
  background: #98c2df
}

.b_skin_12 .page-read,.background-block.b_skin_12 {
  color: #0b2d50;
  background: #98c2df
}

.b_skin_13 {
  background: #2f3e3e
}

.b_skin_13 .page-read,.background-block.b_skin_13 {
  color: #a7c0c0;
  background: #2f3e3e
}

.b_skin_14 {
  background: #415062
}

.b_skin_14 .page-read,.background-block.b_skin_14 {
  color: #fcf3e4;
  background: #415062
}

.b_skin_15 {
  background: #081010
}

.b_skin_15 .page-read,.background-block.b_skin_15 {
  color: #b28730;
  background: #081010
}

.b_skin_16 {
  background: #100a0b
}

.b_skin_16 .page-read,.background-block.b_skin_16 {
  color: #666;
  background: #100a0b
}


.chapter-login {
  margin: .8rem 0 0
}

.chapter-login .guide {
  display: box;
  display: -webkit-box;
  -webkit-box-align: center
}

.chapter-login .guide span {
  display: block;
  width: 6rem;
  line-height: .4rem;
  height: .4rem;
  border-radius: .4rem;
  text-align: center;
  background: #e5e5e5;
  color: #999;
  font-size: .24rem
}

.chapter-login .guide::before,.chapter-login .guide::after {
  content: '';
  display: block;
  -webkit-box-flex: 1;
  height: 1px;
  background: #e5e5e5
}

.chapter-login .read-btn {
  position: relative;
  margin: .8rem auto;
  display: block;
  width: 4.8rem;
  line-height: .8rem;
  height: .8rem;
  border-radius: .1rem;
  text-align: center;
  background: #f47983;
  color: #fff;
  font-size: .3rem
}

.chapter-login .read-btn .discount {
  position: absolute;
  left: 0;
  top: 0;
  background: #b33741;
  line-height: .34rem;
  padding: .06rem 0 0;
  box-sizing: border-box;
  height: .8rem;
  border-radius: .1rem 0 0 .1rem;
  color: #fff;
  text-align: center;
  width: .78rem;
  font-size: .28rem
}

.chapter-login .order-detail {
  margin: .3rem 0 -.45rem 1.34rem;
  line-height: .9rem;
  font-size: .28rem;
  margin-left: calc(1.34rem - 20px)
}

.chapter-login .order-detail dt {
  font-size: .24rem;
  line-height: .66rem;
  background: url(../images/checkbox1.png) no-repeat 0 center;
  background-size: .26rem .26rem;
  padding: 0 0 0 .4rem
}

.chapter-login .order-detail dt span {
  color: #999
}

.chapter-login .order-detail dt.active {
  background: url(../images/checkbox2.png) no-repeat 0 center;
  background-size: .26rem .26rem
}

.chapter-login .order-detail dd .price-original {
  color: #999;
  text-decoration: line-through;
  margin: 0 .1rem 0 0
}

.chapter-login .order-detail dd .price-current {
  color: #ff0014
}

.chapter-login .order-action {
  overflow: hidden;
  width: 4.8rem;
  margin: -.6rem auto .4rem;
  height: .4rem;
  line-height: .4rem
}

.chapter-login .order-action .action-l {
  float: left
}

.chapter-login .order-action .action-r {
  float: right
}

.chapter-login .order-action a span {
  font-size: .24rem;
  color: #999;
  text-decoration: underline
}

.chapter-login .order-action .action-batch {
  padding: 0 0 0 .39rem;
  background: url(../images/order-action1.png) no-repeat 0 center;
  background-size: .29rem .31rem
}

.chapter-login .order-action .action-question {
  padding: 0 0 0 .35rem;
  background: url(../images/order-action2.png) no-repeat 0 center;
  background-size: .25rem .25rem
}

.chapter-login .order-action .action-sales {
  padding: 0 0 0 .32rem;
  background: url(../images/order-action3.png) no-repeat 0 center;
  background-size: .22rem .18rem
}

.chapter-login .order-action .action-month {
  padding: 0 0 0 .36rem;
  background: url(../images/order-action4.png) no-repeat 0 center;
  background-size: .26rem .26rem
}
.pengchang{
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
  display: none;
}
.pengchang .pc_top ol{
  height: 45px;
  line-height: 45px;
  border-bottom: 1px solid #EFEFEF;
}
.pengchang .pc_top ol li{
  position: relative;
  float: left;
  width: 50%;
  text-align: center;
}
.pengchang .pc_top ol li.current{
  color: #E71E00;
}
.pengchang .pc_top ol li.current .line{
  position: absolute;
  width: 24px;
  height: 2px;
  background: #E71E00;
  border-radius: 2px;
  bottom: -1px;
  left: 50%;
  margin-left: -12px;
}
.pengchang .ticket_area .ticket_lists{
  overflow: hidden;
  text-align: center;
  padding: 16px 0 10px;
}
.pengchang .ticket_area .ticket_lists li{
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 27.7%;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border: 1px solid #EFEFEF;
  border-radius: 6px;
  margin: 0 1% 10px;
  font-size: 12px;
  -webkit-tap-highlight-color:rgba(255,255,255,0);
}
.pengchang .ticket_area .ticket_lists li.current{
  background: rgba(231,30,0,0.03);
  border: 1px solid #E71E00;
}
.pengchang .reward_area .reward_lists{
  overflow: hidden;
  text-align: center;
  padding: 16px 0 10px;
}
.pengchang .reward_area .reward_lists li{
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 26%;
  text-align: center;
  border-radius: 6px;
  margin: 0 1% 6px;
  font-size: 12px;
  -webkit-tap-highlight-color:rgba(255,255,255,0);
}
.pengchang .reward_area .reward_lists li.current{
  background: rgba(231,30,0,0.03);
  border: 1px solid #E71E00;
}
.pengchang .reward_area .reward_lists li input{
  border: none;
  border-bottom: 1px solid #EFEFEF;
  width: 47px;
  margin: 0 2px;
  padding-left: 2px;
}
.reward_bottom{
  height: 40px;
  line-height: 40px;
  border-top: 1px solid #EFEFEF;
  overflow: hidden;
  padding-left: 17px;
}
.reward_bottom span{
  width: 104px;
  background: #f84947;
  color: #fff;
  text-align: center;
}
.reward_bottom a{
  width: 104px;
  background: #f84947;
  color: #fff;
  text-align: center;
}
.reward_lists li i{
  font-style: normal;
  font-weight: normal;
}
.reward_bottom .fl{
  float: left;
}
.reward_bottom .fr {
  float: right;
}
.reward_bottom .fl i{
  font-style: normal;
  font-weight: normal;
}
.pc_top{
  border-bottom: solid 1px #e8e8e8;
  height: 1.2rem;
  line-height: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pc_top h3{
  font-weight: 800;
  -webkit-box-flex: 1;
  padding: 0 0 0 0.3rem;
  color: #000;
  font-size: 0.4rem;
}
.media{
  width: 50px;
  height: 50px;
  border: 1px solid #ccc;
  margin-bottom: 5px;
  transition: inherit;
  padding: 10px;
}
.li_num h3{
  width: 71px;font-size: 0.3500rem;color: #333;margin: 0;
}
.li_num h2{
  width: 71px;
  font-size: 0.3500rem;
  color: #a0a0a0;
  text-align: center;
  margin-top: 0.025rem;
}
.within_adcboxto {
  margin-bottom: 10px!important;
  margin-top: 10px!important;
}
.within_adcboxto textarea {
  border-color: #ddd;
  padding: 10px;
  width: 95%;
  resize: none;
  transition: all .5s;
  border-radius: 5px;
}
.pc_bottom{
  padding-left: 10px!important;
  padding-right: 10px!important;
}
.but-ds{
  text-align: center;
  margin-bottom: 10px!important;
  margin-top: 10px!important;
}
.but-tj{
  border-color: transparent;
  background-color: #f84947;
  color: #fff;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 12px;
  height: 40px;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  vertical-align: top;
  text-align: center;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 38px;
  cursor: pointer;
}
.checked .media {
  border-color: #f596aa;
}
.y9-divider {
  border-top: solid 1px #e8e8e8;
}
.margin-bottom, .margin-vertical {
  margin-bottom: 1.5rem!important;
  margin-top: 1.5rem!important;
}
.text-center {
  text-align: center;
}
.y9-button.y9-button-primary {
  border-color: transparent;
  background-color: #f84947;
  color: #fff;
}
.y9-button {
  font-weight: 800;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 12px;
  height: 40px;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  vertical-align: top;
  text-align: center;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 38px;
  cursor: pointer;
}
.y9-secondary {
  margin-top: 0.4rem!important;
  color: #999;
  font-size: 0.3rem;
}
.wcenter{width:96%;margin:0 auto;}
.wn_readmlo{border-top:solid 1px #e8e8e8; margin-top:0.250rem;margin-bottom: 3rem;}
.wn_readmloc{ margin-top:1rem;}
.wn_readmloc1{ font-weight: 800;width:34%; height:1rem; text-align:center; line-height:1rem; border-radius:6px;
  font-size:0.450rem; color:#f84947;}
.wn_readmlo a:hover{
  color:#f84947;
}
.wn_readmloc1on{background-color:#2a2a2a;}

.wn_readmloc2on{background-color:#2a2a2a;}