html {
  color: #333;
  background: #fff;
  font-family: 'PingFang SC', 'Microsoft YaHei', Arial, '宋体';
}
* {
  line-height: 1.5;
}
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: #333;
  outline: none;
}
a:hover {
  color: #333;
}
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;
}
.wrapbox {
  border-bottom: 0.1rem solid #f5f5f5;
}
.wrapbox .boxhd {
  height: 1.2rem;
  line-height: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wrapbox .boxhd .title {
  -webkit-box-flex: 1;
  padding: 0 0 0 0.3rem;
  color: #000;
  font-size: 0.4rem;
}
.wrapbox .boxhd .icon-more-tags {
  padding: 0 0.3rem 0 0;
}
.wrapbox .boxhd .icon-more {
  display: block;
  padding: 0 0.3rem;
  color: #666;
  font-size: 0.35rem;
}
.wrapbox .boxhd .icon-more-chapter {
  color: #333;
  word-break: keep-all;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 8rem;
}
.book-profile-module {
  position: relative;
  overflow: hidden;
}
.book-profile-module .book-profile-blur {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 100%;
  z-index: 0;
  filter: blur(8px);
  -webkit-filter: blur(8px);
  opacity: 0.1;
}
.book-profile-module dl {
  height: auto;
  display: box;
  display: -webkit-box;
  padding: 0.13rem 0.4rem 0 0.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 2;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(40%, rgba(255,255,255,0)));
  background: linear-gradient(bottom, #fff 0%, rgba(255,255,255,0) 40%);
  background: -webkit-linear-gradient(bottom, #fff 0%, rgba(255,255,255,0) 40%);
}
.book-profile-module dt {
  position: relative;
  width: 2.2rem;
  height: 3.02rem;
  margin: 0 0.42rem 0 0;
}
.book-profile-module dt img {
  display: block;
  width: 2.3rem;
  height: 2.8rem;
  margin: 0.17rem 0 0 0.1rem;
  position: relative;
  z-index: 2;
}
.book-profile-module dt::after {
  content: '';
  display: block;
  width: 1.64rem;
  height: 2.46rem;
  background: #fff;
  z-index: 1;
  position: absolute;
  left: 0.28rem;
  top: 0.28rem;
  -webkit-box-shadow: 0 0 0.3rem #9c9c9c;
          box-shadow: 0 0 0.3rem #9c9c9c;
}
.book-profile-module dd {
  -webkit-box-flex: 1;
  line-height: 0.5rem;
  font-size: 0.24rem;
  color: #999;
}
.book-profile-module dd .pipe {
  margin: 0 0.1rem;
}
.book-profile-module .book-title {
  color: #000;
  font-size: 0.5rem;
  font-weight: normal;
  height: 0.6rem;
  line-height: 0.6rem;
  overflow: hidden;
  margin: 0.24rem 0 0;
}
.book-profile-module .book-author {
  font-size: 0.4rem;
  margin: 0.2rem 0 0;
}
.book-profile-module .book-author a {
  color: #f47983;
}
.book-profile-module .book-tatus {
  font-size: 0.35rem;
}
.honor-labels {
  overflow: hidden;
}
.honor-labels .label-a {
  float: left;
  width: 25%;
  text-align: center;
  color: #999;
  font-size: 0.3rem;
  line-height: 0.38rem;
}
.honor-labels .label-a .num {
  font-size: 0.4rem;
  color: #333;
}
.book-info-btns {
  margin: 0.35rem 0.3rem 0;
  padding: 0 0 0.3rem;
  border-bottom: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.book-info-btns .btn-info-read {
  width: 2.78rem;
  background: #f47983;
  color: #fff;
}
.book-info-btns a {
  display: inline-block;
  text-align: center;
  width: 1.82rem;
  height: 0.7rem;
  line-height: 0.7rem;
  font-size: 0.3rem;
  color: #f47983;
  border: 1px solid #f47983;
  border-radius: 0.1rem;
  -wekit-border-radius: 0.1rem;
}
.book-summary {
  padding: 0 0.3rem 0.3rem;
  border-bottom: 1px solid #eee;
}
.book-summary section {
  color: #999;
  font-size: 0.35rem;
  line-height: 0.4rem;
  height: 1.5rem;
  position: relative;
  overflow: hidden;
}
.book-summary section .toggle-btn {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0.48rem;
  background: #fff;
  text-align: right;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)), color-stop(0.2rem, #fff));
  background: linear-gradient(left, rgba(255,255,255,0), #fff 0.2rem);
  background: -webkit-linear-gradient(left, rgba(255,255,255,0), #fff 0.2rem);
}
.book-summary section .toggle-btn .icon {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.book-summary section .toggle-btn-overturn .icon {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.module {
  background-color: #fff;
  border-top: 0.15rem solid #f5f5f5;
}
.module .module-header {
  line-height: 1.75rem;
  display: block;
  overflow: hidden;
  padding: 0.4rem 0.2rem;
  border-top: 0;
}
.module .module-header::after {
  display: table;
  clear: both;
  content: '';
}
.module .module-title {
  font-weight: 700;
  display: inline;
  font-size: 0.4rem;
  color: #33373d;
}
.module-header-l {
  float: left;
}
.module-content {
  position: relative;
  padding: 0 0.3rem;
}
.module-content::before {
  display: block;
  content: '';
  position: absolute;
  border-top: 1px solid #f0f1f2;
  top: -6%;
  left: 0;
  width: 100%;
}
.book-layout {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0.2rem;
  -webkit-transition: padding-left 0.15s;
  transition: padding-left 0.15s;
}
.book-author-vv {
  position: relative;
  float: left;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.75rem;
}
.book-author-avatar {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.1);
          box-shadow: 0 0 1px rgba(0,0,0,0.1);
}
aria {
  font-size: 0;
  position: absolute;
  clip: rect(0 0 0 0);
}
.tag-honor {
  position: absolute;
  bottom: -12%;
  left: 50%;
  margin-left: -0.8rem;
  font-size: 0.5rem;
  line-height: calc(0.5rem - 2px);
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 1.5rem;
  height: 0.55rem;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #fff;
  border-radius: 40px;
  background-color: currentColor;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.2)), color-stop(50%, rgba(255,255,255,0.2)), color-stop(50%, rgba(255,255,255,0)));
  background-image: linear-gradient(to bottom, rgba(255,255,255,0.2), rgba(255,255,255,0.2) 50%, rgba(255,255,255,0) 50%);
}
.orange {
  color: #f0643a;
}
.orange i {
  font-size: 0.2rem;
  color: #fff;
}
.book-cell {
  overflow: hidden;
}
.book-li .icon {
  position: absolute;
  right: 0;
  top: 33%;
}
.book-title-x {
  display: block;
  overflow: hidden;
}
.book-title-x .book-title {
  font-size: 0.5rem;
  font-weight: 700;
  line-height: 1.4;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.book-ol-author .book-desc {
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.45rem;
  overflow: hidden;
  margin: 0.375rem 0;
  color: #969ba3;
}
.book-ol-author .book-desc:last-child {
  margin-right: 1.5rem;
}


.contentbox {
  border-top: 0.1rem solid #f5f5f5;
  padding: 0.2rem 0 0;
}
.contentbox .boxhd {
  height: 1.2rem;
  line-height: 1rem;
  display: box;
  display: -webkit-box;
}
.contentbox .boxhd .title {
  -webkit-box-flex: 1;
  padding: 0 0 0 0.28rem;
  color: #131313;
  font-size: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contentbox .boxhd .title .icon {
  margin: 0 0.1rem 0 0;
  width: 0.5rem;
  height: 0.5rem;
  vert-align: -0.1rem;
}
.contentbox .boxhd .icon-more {
  padding: 0 0.26rem;
  color: #666;
  font-size: 0.35rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contentbox .boxhd .icon-more .more-icon {
  width: 0.5rem;
  height: 0.5rem;
}
.contentbox .boxbd .common-list {
  overflow: hidden;
}
.contentbox .boxbd .common-list-one .details-part {
  margin: 0 0.28rem 0.23rem;
  border-bottom: 1px solid #efefef;
  display: -webkit-box;
  padding: 0 0 0.28rem;
}
.contentbox .boxbd .common-list-one .details-part .common-img {
  margin: 0 0.28rem 0 -0.05rem;
  padding: 0.05rem 0 0 0.05rem;
  overflow: hidden;
  height: 2rem;
  position: relative;
}
.contentbox .boxbd .common-list-one .details-part .common-img img {
  display: block;
  background: #fff;
  position: relative;
  z-index: 1;
  height: 2rem;
  width: 1.6rem;
  border: 1px solid #dedede;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.contentbox .boxbd .common-list-one .details-part .common-info {
  -webkit-box-flex: 1;
}
.contentbox .boxbd .common-list-one .details-part .common-info dt {
  font-size: 0.4rem;
  font-weight: normal;
  line-height: 0.45rem;
  height: 0.45rem;
  margin: 0.05rem 0 0;
  word-break: keep-all;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.contentbox .boxbd .common-list-one .details-part .common-info .book-profile {
  color: #999;
  font-size: 0.35rem;
  margin: 0.17rem 0;
  line-height: 0.42rem;
  height: 0.84rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.contentbox .boxbd .common-list-one .details-part .common-info .book-module {
  font-size: 0.24rem;
  color: #999;
  float: left;
  text-align: right;
}
.contentbox .boxbd .common-list-one .details-part .common-info .book-module .pipe {
  margin: 0 0.1rem;
}
.contentbox .boxbd .common-list-one .details-part:last-child {
  margin-bottom: 0;
  border: 0;
}
.common-list-justify {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0.28rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.swiper-free-classify {
  padding: 0 0 0.1rem 0.33rem !important;
  overflow-x: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.swiper-free-classify .vertical-part {
  margin-left: 0.3rem;
  width: 2rem;
}
.swiper-free-classify .vertical-part:first-child {
  margin-left: 0;
}
.swiper-free-classify .vertical-part:last-child {
  padding-right: 0.3rem;
}
.common-img img {
  display: block;
  background: #fff;
  position: relative;
  z-index: 1;
  height: 2.8rem;
  width: 2.1rem;
  border: 1px solid #dedede;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.common-img .mark-yellow {
  display: block;
  width: 0.8rem;
  line-height: 0.4rem;
  text-align: center;
  position: absolute;
  right: -0.1rem;
  top: calc(0.05rem + 1px);
  border-radius: 0.05rem 0 0 0.05rem;
  background: #f9ae08;
  color: #fff;
  font-size: 0.22rem;
  z-index: 2;
}
.details-part .common-info dt {
  font-size: 0.4rem;
  font-weight: normal;
  line-height: 0.42rem;
  height: 0.42rem;
  margin: 0.05rem 0 0;
  word-break: keep-all;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.details-part .common-img {
  overflow: hidden;
  height: 1.8rem;
}
.common-img {
  position: relative;
  padding: 0.05rem 0 0 0.05rem;
  margin: 0 0 0 -0.05rem;
}
.common-info .iconBook-right {
  float: right;
  padding: 0.1rem 0 0;
  display: inline-block;
}
.common-info .iconBook-right span {
  position: relative;
  color: #999;
  line-height: 0.26rem;
  height: 0.26rem;
  vertical-align: top;
  font-size: 0.3rem;
  display: inline-block;
  border-radius: 0.26rem;
  -webkit-border-radius: 0.26rem;
}
.common-info .iconBook-right .pipe {
  font-size: 0.24rem;
  color: #999;
  margin: 0 0.1rem;
}
.common-list-combination .vertical-part {
  width: 2.7rem;
}
.common-list-combination .vertical-part .common-img {
  height: 3.5rem;
}
.common-list-combination .vertical-part img {
  width: 2.7rem;
  height: 3.5rem;
}
.common-list-combination .details-part {
  display: -webkit-box;
  padding: 0.32rem 0 0;
  border-top: 1px solid #efefef;
  border-bottom: none;
  margin: 0 0.28rem 0.32rem;
}
.common-list-combination .details-part .common-info {
  -webkit-box-flex: 1;
}
.common-list-combination .details-part .common-info .book-profile {
  font-size: 0.35rem;
  color: #999;
  margin: 0.15rem 0;
  display: block;
  height: 0.45rem;
  line-height: 0.42rem;
  word-break: keep-all;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.common-list-combination .details-part:last-child {
  padding: 0.28rem 0;
}
.vertical-part {
  display: block;
  line-height: 0.36rem;
  margin: 0 0 0.28rem;
}
.vertical-part .book-name {
  font-size: 0.3rem;
  margin: 0.08rem 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.vertical-part .book-author {
  font-size: 0.3rem;
  color: #999;
  height: 0.4rem;
  word-break: keep-all;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/**打赏评论**/
.wcenter{width:96%;margin:0 auto;}
.ss_dsbox3{background-color:#fff; overflow:hidden; border-top: 0.15rem solid #f5f5f5;
}
.ss_dsbox3te{ overflow:hidden; border-bottom:solid 1px #e8e8e8;margin-top: 0.25rem;}
.ss_dsbox3te h3{ float:left; font-size:0.4rem; color: #000;  padding:0 0 0 0.3rem;}
.ss_dsbox3te span{float:left; font-size: 0.35rem; color:#333;padding: 0 0.3rem;}
.ss_dsbox3te a{
  float: right;
  display: inline-block;
  text-align: center;
  width: 1.82rem;
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.3rem;
  color: #f47983;
  border: 1px solid #f47983;
  border-radius: 0.1rem;
  margin-bottom: 0.2rem;
  margin-right: 2%;
  margin-left: 0.5rem;
}
.ss_dsbox3te h2{float:right;font-size:0.32rem; color:#333333;}
.ss_dsbox3te i{float:right; font-size:0.32rem; color:#ff0000;font-style: normal;}
.ss_dsbox3c{ margin-top:0.263rem;}
.ss_dsbox3cs{border-bottom:solid 1px #e8e8e8; padding-bottom:0.250rem;}
.ss_dsbox3cs .ss_dsbox3cs1{ width:16.6666666%;float: left;}

.ss_dsbox3cs .ss_dsbox3cs1 div{height:50px; overflow:hidden;}
.ss_dsbox3cs .ss_dsbox3cs1 div img{ display:block; margin:0 auto;}
.ss_dsbox3cs div h3{ text-align:center; font-size:0.3rem; color:#666666;}
.ss_dsbox3cte{ font-size:0.32rem; color:#999; border-bottom:solid 1px #e8e8e8;line-height: 1rem;}
.ss_dsbox3cc{margin-top:0.2rem;}
.ss_dsbox3cc div{ margin-top:0.2rem;}
.ss_dsbox3cc div h3{ font-size:0.32rem; color:#999; float:left;}
.ss_dsbox3cc div img{ float:right;margin-right:0.2rem;}
.ss_dsbox3cc div h2{ float:right;font-size:0.32rem; color:#999;}
.ss_dsbox3cx{font-size:0.4rem; color:#ff676a; display:block; text-align:center;border-top:solid 1px #e8e8e8;margin-top:0.2rem;    line-height: 1rem;}
.clear:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
/*within_areward*/
.noodles_bd {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  display: none;
  z-index: 998;
  top: 0;
  left: 0;
}
.within_addsye{ margin-top: 0.25rem;border-bottom:solid 1px #e8e8e8; background-color:#fff;}
.within_addsye h3{ float:left;font-size:0.400rem; color:#333333; margin-left:2%;}
.within_addsye h2{ float:left;font-size:0.400rem; color:#ff0000;}
.within_addsye a{ float: right;
  display: inline-block;
  text-align: center;
  width: 1.82rem;
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.4rem;
  color: #f47983;
  border: 1px solid #f47983;
  border-radius: 0.1rem;
  margin-bottom: 0.2rem;
  margin-right: 2%;
  margin-left: 0.5rem;}
.within_areward{background-color:#fff; overflow:hidden;}
.within_adc{ margin-top:0.275rem;}
.within_adcboxoe{border-bottom:solid 1px #e8e8e8; padding-bottom:0.275rem;}
.within_adcboxoe .within_adcboxoe1{ width:16.66666%; float:left;}
.within_adcboxoe .within_adcboxoe1 div{ height:50px; overflow:hidden;}
.within_adcboxoe .within_adcboxoe1 div img{ display:block; margin:0 auto;}
.within_adcboxoe .within_adcboxoe1 h3{ font-size:0.400rem; color:#666666; text-align:center;}
.within_adcboxoe .within_adcboxoe1 h2{ font-size:0.3500rem; color:#a0a0a0; text-align:center; margin-top:0.225rem;}
.within_adcboxto{ margin-top:0.275rem;}
.within_adcboxto h3{ font-size:0.350rem; color:#666666;}
.within_adcboxto div{ display:table; margin:0 auto; margin-top:0.275rem;}
.within_adcboxto div img{ float:left;}
.within_adcboxto div i{ float:left; width:44px; height:44px;margin-left:0.275rem; margin-right:0.275rem; margin-top:6px;background: url(/m-v1/images/within_arewardp_03.png) no-repeat;}
.within_adcboxto div input{margin-top: 0.25rem; float:left; width: 1.82rem;height: 1rem;background-color:#f1f1f1; border-radius:6px; font-size:0.350rem;}
.within_adcboxto textarea{ width:98%; height:1.75rem; padding-top:0.250rem; padding-left:2%; background-color:#f1f1f1;
  font-size:0.350rem; border-radius:6px; margin-top:0.263rem; resize:none;}
.within_adcbtbtn{ width:100%; height:1rem; background-color:#ff676a; border-radius:6px;
  font-size:0.400rem; color:#ffffff; display:block; margin-top:0.275rem; margin-bottom:0.275rem;}
.within_adtwo{ background-color:#fff; margin-top:0.250rem;}
.within_adtwoc .within_adtwocte{ height:0.9rem;border-bottom:solid 1px #e8e8e8;}
.within_adtwoc .within_adtwocte h3{float:left;font-size:0.375rem; color:#333333; line-height:1.000rem;padding-left:0.125rem;}
.within_adtwoc .within_adtwocte h2{ float:left; font-size:0.350rem; color:#333333; line-height:1.000rem;}
.within_adtwoc ul li{ padding-left: 0.125rem;margin-top:0.200rem;}
.within_adtwoc ul li h3{ float:left; font-size:0.350rem; color:#a0a0a0;}
.within_adtwoc ul li img{ float:right; margin-right:0.225rem;}
.within_adtwoc ul li h2{ float:right;font-size:0.350rem; color:#a0a0a0;}
.within_adtwoc .within_adtwocbtn{font-size:0.350rem; color:#ff676a; display:block; text-align:center;border-top:solid 1px #e8e8e8; line-height:1rem;
  margin-top:0.275rem;}
/**用户书评**/
.ss_dsbox4{background-color:#fff; overflow:hidden; border-top: 0.15rem solid #f5f5f5;}
.ss_dsbox4te{ overflow:hidden;border-bottom:solid 1px #e8e8e8;}
.ss_dsbox4te h3{ float:left; font-size:0.4rem; color: #000; line-height:1.000rem;
  padding-left:0.225rem; margin-left:2%;}
.ss_dsbox4te span{ float:left; font-size:0.250rem; color:#333333; line-height:1.000rem;}
.ss_dsbox4te a{
  margin-top: 0.25rem;
  float: right;
  display: inline-block;
  text-align: center;
  width: 1.82rem;
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.3rem;
  color: #f47983;
  border: 1px solid #f47983;
  border-radius: 0.1rem;
  margin-bottom: 0.2rem;
  margin-right: 2%;
  margin-left: 0.5rem;}
.ss_dsbox4cs{border-bottom:solid 1px #e8e8e8; padding-bottom:0.275rem; margin-top:0.275rem;}
.ss_dsbox4cs img{margin-top: 0.1rem; width:10%; float:left; border-radius:50%;}
.ss_dsbox4cs .ss_dsbox4csy{ width:88%; float:right;}
.ss_db4csys{ overflow:hidden;}
.ss_db4csys h3{ float:left; font-size:0.400rem; color:#333333; margin-top:0.238rem; margin-bottom:0.250rem;}
.ss_db4csys h2{ float:right; font-size:0.350rem; color:#a0a0a0;margin-top:0.238rem; margin-bottom:0.250rem;}
.ss_dsbox4csy p{ font-size:0.350rem; color:#666666; line-height:1rem;}
.ss_db4csyx{ overflow:hidden; margin-top:0.275rem;}
.ss_db4csyx h3{ float:right; font-size:0.250rem; color:#a0a0a0; line-height:1rem;
  padding-left:0.375rem;}
.ss_db4csyx h3.ss_db4csyxon{}
.ss_db4csyx a{ margin-right: 2%;float:right;font-size:0.350rem; color:#a0a0a0;  line-height:1rem;
  padding-left:0.375rem; margin-left:0.250rem;}
.ss_dsbox4cx{font-size:0.4rem; color:#ff676a; display:block; text-align:center;line-height:1rem;}