@charset "UTF-8";

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
big,
cite,
code,
del,
em,
img,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

a,
input,
select,
button {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-text-size-adjust: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  color: #444444;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

body {
  max-width: 640px;
  margin: 0 auto;
  background: #ECA62B;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: #888;
  background: #F2F2F2;
}

body.not_inJxb {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

ul,
ol,
li {
  list-style: none;
}

td,
th {
  border: 1px solid #DDD
}

.page,
.content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  margin: 0 auto;
  box-sizing: border-box;
  transition: top .3s linear;
  -webkit-transition: top .3s linear;
}

.page.page-current,
.page-current.content {
  display: block;
}

.not_inJxb .fixed_btns {
  position: fixed;
}

.not_inJxb .page,
.not_inJxb .content {
  position: static;
}

.not_inJxb .page .content,
.not_inJxb .content .content {
  position: static;
}

h2 {
  font-size: .5rem;
  color: #282828;
  line-height: .64rem;
}

.content {
  display: block;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.content_block {
  position: relative;
  background: #fff;
  padding: .25rem;
  margin-top: .2rem;
}

.content_block>h2 {
  margin-top: .15rem;
  word-break: break-all;
}

.content_block .content_block_title {
  height: .6rem;
  line-height: .6rem;
  font-size: .39rem;
  color: #222;
  padding-left: .2rem;
  position: relative;
  font-weight: normal;
}

.content_block .content_block_title:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  height: .4rem;
  width: 3px;
  margin-top: -.2rem;
  border-radius: 1.5px;
  background: #01CDB1;
}

.page>.content_block:first-child,
.content>.content_block:first-child {
  margin-top: 0;
}

.icon-play,
.icon-pause {
  margin-right: .3rem;
  display: inline-block;
  width: .5rem;
  height: .5rem;
  background: url("../images/play.png") center center no-repeat;
  background-size: 100%;
  vertical-align: middle;
}

.icon-pause {
  background-image: url("../images/pause.png");
}

/* 组件 */
/* 超时提示框 */
/* 回到顶部 */
.fixed_btns {
  position: absolute;
  bottom: 0.2rem;
  right: 10px;
  z-index: 20001;
}

.fixed_btns a {
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  background: rgba(0, 0, 0, 0.6);
  background-size: 60%;
  border-radius: 50%;
  box-shadow: 0 0 .05rem #C3C3C3;
}

.fixed_btns .toTop {
  width: 1.2rem;
  height: 1.2rem;
  background: url("../images/toTop.png") center center no-repeat;
  background-size: 100% 100%;
  box-shadow: none;
  visibility: hidden;
  opacity: 0;
  transition: .3s linear;
  -webkit-transition: .3s linear;
}

.fixed_btns .template {
  width: 1.2rem;
  height: 1.2rem;
  background: url("../images/template.png") center center no-repeat;
  background-size: 100% 100%;
  box-shadow: none;
  transition: .3s linear;
  -webkit-transition: .3s linear;
}

.fixed_btns .toTop.show {
  opacity: 1;
  visibility: visible;
}

.fixed_btns .collect {
  margin-top: .3rem;
  background-image: url("../images/collect.png");
  background-position: center center;
  background-repeat: no-repeat;
  display: none;
}

.fixed_btns .collect.show {
  display: block;
}

.fixed_btns .collect.selected {
  background-image: url("../images/collect_selected.png");
}

.audio {
  display: none;
}

.timeout {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 600;
  overflow: hidden;
}

.timeout .timeout_cont {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: .24rem;
  color: #888;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.timeout .timeout_cont img {
  width: 2.58rem;
  height: 1.84rem;
}

.timeout .timeout_cont p {
  margin: .3rem 0;
}

.timeout .timeout_cont a {
  display: inline-block;
  width: 3.15rem;
  height: 0.9rem;
  font-size: .32rem;
  color: #01CDB1;
  background: #fff;
  border: 1px solid #E1E1E1;
  line-height: .9rem;
  border-radius: .05rem;
}

.timeout .timeout_cont a:active {
  background: #F2F2F2;
}

/* 吐司 */
.toast {
  position: absolute;
  z-index: 600;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  padding: .15rem .4rem;
  background: rgba(0, 0, 0, 0.6);
  border-radius: .5rem;
  font-size: .30rem;
  color: #fff;
  text-align: center;
}

/* 动画 */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}

.animated.zoomIn {
  animation-name: zoomIn;
  -webkit-animation-name: zoomIn;
}

.animated.like {
  animation-delay: 0s;
  animation-name: like;
  -webkit-animation-name: like;
  -webkit-animation-delay: 0s;
}

.animated.playing {
  animation-name: playing;
  -webkit-animation-name: playing;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
}

@keyframes playing {
  from {
    transform-origin: center center;
    transform: rotate(0);
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
  }

  to {
    transform-origin: center center;
    transform: rotate(360deg);
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes playing {
  from {
    transform-origin: center center;
    transform: rotate(0);
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
  }

  to {
    transform-origin: center center;
    transform: rotate(360deg);
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(360deg);
  }
}

@keyframes like {
  0% {
    opacity: 0;
    top: 0;
  }

  80% {
    opacity: 1;
    top: -100%;
  }

  100% {
    opacity: 0;
    top: -100%;
  }
}

@-webkit-keyframes like {
  0% {
    opacity: 0;
    top: 0;
  }

  80% {
    opacity: 1;
    top: -100%;
  }

  100% {
    opacity: 0;
    top: -100%;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.user_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  display: box;
  margin-top: .25rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.user_box:first-child {
  margin-top: 0;
}

.user_box .user_photo {
  display: block;
  margin-right: .25rem;
  width: .8rem;
  height: .8rem;
  border-radius: 50%;
  overflow: hidden;
}

.user_box .user_photo img {
  width: 100%;
  height: 100%;
}

.user_box .user_info {
  flex: 1;
  display: block;
  width: 100%;
  position: relative;
}

.user_box .user_info .user_name {
  color: #282828;
  font-size: .3rem;
  height: .4rem;
  line-height: .4rem;
}

.user_box .user_info .art_info {
  color: #909090;
  font-size: .32rem;
  height: .4rem;
  line-height: .4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.user_box .user_info .art_info span {
  margin-right: .25rem;
  display: inline-block;
}

.user_box .user_info .art_info span:last-child {
  margin-right: 0;
}

.user_box .user_info .btn_wrap {
  position: absolute;
  right: 0;
  top: 0;
  width: 1.28rem;
  height: .66rem;
  text-align: right;
}

.user_box .user_info .btn_wrap .attention {
  display: block;
  margin-top: .06rem;
  width: 100%;
  height: 100%;
  background: #01CDB1;
  color: #ffffff;
  font-size: .28rem;
  line-height: .66rem;
  text-align: center;
  text-decoration: none;
  border-radius: .1rem;
}

.user_box .user_info .btn_wrap .attention.selected {
  background: #e2e2e2;
  color: #282828;
}

.music {
  position: absolute;
  z-index: 20001;
  visibility: hidden;
  opacity: 0;
  right: 10px;
  top: 1.2rem;
  width: .8rem;
  height: .8rem;
  transition: .3s linear;
  -webkit-transition: .3s linear;
  background: url("../images/music.png") center center no-repeat;
  background-size: 100% 100%;
}

.music.show {
  visibility: visible;
  opacity: 1;
}

.music img {
  width: 100%;
  height: 100%;
}

.not_inJxb .music {
  position: fixed;
  z-index: 20001;
}

.top-tip.close~.music {
  top: .5rem;
  z-index: 999999;
}

.music_cont {
  margin: .3rem 0;
}

.music_cont a {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  height: .84rem;
  border: 2px solid #E8E9ED;
  border-radius: 5px;
  line-height: .83rem;
  padding-left: .3rem;
  text-decoration: none;
  color: #ABADB2;
  font-size: .26rem;
}

.music_cont span {
  float: left;
  height: 100%;
  line-height: .75rem;
}

/* 文章内容 */
#article>h2 {
  font-weight: 600;
  font-size: .46rem;
}

.art_container {
  margin-top: .15rem;
  max-height: 13rem;
  padding-bottom: 4.5rem;
  position: relative;
  overflow: hidden;
}

.art_container.open {
  height: auto;
  max-height: 100%;
  padding-bottom: 0;
}

.art_container.open .art_bottom {
  position: static;
  height: auto;
  padding: 0;
}

.art_container.open .art_bottom .dropAll {
  display: none;
}

.art_container.open.mine .art_bottom {
  display: none;
}

.art_container img {
  max-width: 100%;
  display: block;
  margin: 0 auto
}

.art_container .art_content {
  /* word-break: break-all; */
  font-size: .38rem;
  color: #282828;
  line-height: 1.8em;
  letter-spacing: .1em;
}
.art_container .art_content p{
  word-wrap: break-word;
  font-weight: normal;
  white-space: pre-wrap;
}
.art_container .art_content h1,
.art_container .art_content h2,
.art_container .art_content h3,
.art_container .art_content h4,
.art_container .art_content h5,
.art_container .art_content h6,
.art_container .art_content p {
  text-align: justify;
  font-weight: normal !important;
  margin: 0 !important;
  padding: 0 !important;
  vertical-align: baseline !important;
}

.art_container .art_content h1 {
  font-size: .40rem;
}

.art_container .art_content h2 {
  font-size: .36rem;
}

.art_container .art_content h3 {
  font-size: .32rem;
}

.art_container .art_content h4 {
  font-size: .28rem;
}

.art_container .art_content h5 {
  font-size: .24rem;
}

.art_container .art_content h6 {
  font-size: .20rem;
}

.art_container .art_bottom {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  padding-top: 1rem;
  text-align: center;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, white 2rem, white 100%);
  background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, white 2rem, white 100%);
}

.art_container .art_bottom .dropAll {
  display: block;
  padding-top: .4rem;
  height: 1.6rem;
  box-sizing: border-box;
  text-decoration: none;
  color: #5B6A92;
  font-size: .36rem;
  text-align: center;
}

.art_container .art_bottom .dropAll span {
  display: inline-block;
  width: .26rem;
  height: 0.16rem;
  background: url("../images/down.png") center center no-repeat;
  background-size: 100%;
  margin-top: .15rem;
}

.not_inJxb .art_container {
  padding-bottom: 2rem;
}

.not_inJxb .art_container.open {
  padding-bottom: 0;
}

.adjunct {
  background: #F6F6F6;
  padding: .2rem;
  border-radius: .05rem;
}

.adjunct .adj_title {
  color: #222;
  font-size: .32rem;
  height: .56rem;
  line-height: .56rem;
}

.adjunct .adj_title i {
  display: inline-block;
  vertical-align: middle;
  width: .3rem;
  height: .32rem;
  background: url("../images/adjunct.png") center center no-repeat;
  background-size: 100% 100%;
  margin-right: .1rem;
}

.adjunct p a {
  display: block;
  color: #888;
  font-size: .3rem;
  line-height: .5rem;
}

/* 赞赏 */
.admire {
  text-align: center;
  margin-top: .2rem;
  color: #888;
  font-size: .32rem;
}

.admire .admire_btn {
  display: inline-block;
  margin: .25rem 0;
  width: 1.2rem;
  height: 1.2rem;
  /* border: 2px solid #FF6A55; */
  padding: 2px;
  box-sizing: border-box;
  border-radius: 50%;
  color: #fff;
  font-size: .3rem;
  text-decoration: none;
  position: relative;
}

.admire .admire_btn span {
  display: block;
  line-height: 1.15rem;
  width: 100%;
  height: 100%;
  background: #DC5D4A;
  border-radius: 50%;
}

.admire .admire_btn em {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  font-size: .38rem;
}

.admire .admire_btn.selected {
  border-color: #e2e2e2;
  color: #222;
}

.admire .admire_btn.selected span {
  background: #e2e2e2;
}

.admire em {
  font-style: normal;
  color: #DC5D4A;
}

.admire .admire_btn {
  padding: 0;
  width: 1.6rem;
  height: .7rem;
  line-height: .7rem;
  background: #FF6A55;
  border-radius: .1rem;
  font-size: .32rem;
}

.admire .admire_btn span {
  border-radius: .1rem;
  background: #FF6A55;
  line-height: .73rem;
}

/* 最新评论 */
.comment_list .no_comment {
  text-align: center;
  font-size: .28rem;
  color: #888;
  padding: .3rem 0;
}

.comment_list .comment {
  display: -webkit-box;
  display: box;
  display: -webkit-flex;
  display: flex;
  margin-top: .25rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: start;
  align-items: flex-start;
}

.comment_list .comment .photos {
  width: .74rem;
  height: 0.74rem;
  border-radius: 50%;
  overflow: hidden;
}

.comment_list .comment .photos img {
  width: 100%;
  height: 100%;
}

.comment_list .comment .inner {
  display: block;
  margin-left: .25rem;
  width: 100%;
  flex: 1;
}

.comment_list .comment .inner .title_row {
  display: -webkit-box;
  display: box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-size: .28rem;
}

.comment_list .comment .inner .name {
  color: #888;
}

.comment_list .comment .inner .time {
  color: #C3C3C3;
}

.comment_list .comment .inner .comment_cont {
  margin-top: .1rem;
  font-size: .36rem;
  color: #222;
  max-width: 100%;
  word-break: break-all;
}

.comment_list .comment .inner .comment_cont span em {
  font-style: normal;
  color: #888;
  margin: 0 .3rem;
}

.comment_list .check_all {
  display: block;
  height: .4rem;
  line-height: .4rem;
  font-size: .3rem;
  color: #5B6A92;
  text-align: center;
  margin: .4rem 0;
  text-decoration: none;
}

.comment_list .check_all i {
  display: inline-block;
  width: 0.14rem;
  height: 0.21rem;
  background: url("../images/right.png") center center no-repeat;
  background-size: 100%;
  margin-left: .15rem;
}

.comment_list .check_all.open_check {
  height: auto;
  margin: .2rem 0 0;
  padding: .2rem 0;
  background: #01CDB1;
  border-radius: .05rem;
  color: #fff;
  font-size: .36rem;
}

.comment_list .check_all.open_check:active {
  background: #23bDAF;
}

.comment_list .check_all.open_check i {
  display: none;
}

.comment_list.recommends .comment {
  text-decoration: none;
  margin: 0;
  padding: .3rem 0;
  border-bottom: 1px solid #E5E5E5;
}

.comment_list.recommends .comment .photos {
  width: 1.9rem;
  height: 1.42rem;
  border-radius: 5px;
}

.comment_list.recommends .comment .title {
  color: #222222;
  font-size: .36rem;
  height: 1rem;
  line-height: .52rem;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.comment_list.recommends .comment .count {
  font-size: .26rem;
  color: #909090;
  margin-top: .1rem;
}

.comment_list.recommends .no_recommend {
  font-size: .28rem;
  color: #282828;
  padding: .3rem 0;
  text-align: center;
}

/* 顶部提示 */
.top-tip {
  height: .9rem;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 .25rem;
  position: relative;
  overflow: hidden;
  transition: height .3s linear;
  -webkit-transition: height .3s linear;
  z-index: 2;
}

.top-tip.close {
  height: 0;
}

.top-tip.close~.page,
.top-tip.close~.content {
  top: 0;
}

.top-tip~.page,
.top-tip~.content {
  top: 0.9rem;
}

.top-tip+.content_block {
  margin-top: 0;
}

.top-tip img {
  width: .62rem;
  height: 0.62rem;
  margin-right: .2rem;
  vertical-align: middle;
}

.top-tip span {
  display: block;
  width: 100%;
  height: 100%;
  line-height: .9rem;
  color: #ffffff;
  font-size: .32rem;
}

.top-tip .btns {
  position: absolute;
  z-index: 1;
  right: .2rem;
  top: 0;
  height: 100%;
  line-height: .9rem;
}

.top-tip .btns .open {
  display: inline-block;
  padding: .1rem .12rem;
  border: 1px solid #fff;
  border-radius: 5px;
  font-size: .28rem;
  color: #fff;
  line-height: normal;
  white-space: nowrap;
  height: auto;
  text-decoration: none;
  margin-right: .1rem;
}

.top-tip .btns .close {
  display: inline-block;
  width: 0.3rem;
  height: 0.3rem;
  background: url("../images/close.png") center center no-repeat;
  background-size: 60%;
}

/* 模板选择 */
.tpl-choose {
  position: absolute;
  display: none;
  z-index: 100;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1rem;
  overflow: hidden;
  transition: height .3s linear;
}

.tpl-choose.open {
  height: 3.4rem;
}

.tpl-choose .buttons {
  padding: 0 .25rem;
  height: 0.8rem;
  line-height: .8rem;
}

.tpl-choose .buttons a {
  display: inline-block;
  position: relative;
  height: .46rem;
  padding: 0 .13rem 0 .4rem;
  font-size: .26rem;
  line-height: .46rem;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.8);
  border-radius: .23rem;
}

.tpl-choose .buttons a:before {
  content: '';
  position: absolute;
  left: .1rem;
  top: 0;
  height: 100%;
  width: .3rem;
}

.tpl-choose .buttons a.submit {
  color: #E8991D;
  float: right;
  margin-top: .16rem;
}

.tpl-choose .buttons a.submit:before {
  background: url("../images/temp_submit.png") center center no-repeat;
  background-size: 70%;
}

.tpl-choose .buttons a.sort:before {
  background: url("../images/temp_sort.png") center center no-repeat;
  background-size: 70%;
}

.tpl-choose .swiper-container {
  box-sizing: border-box;
  padding: .5rem .1rem;
  background: linear-gradient(to bottom, #322C29 0%, #595958 100%);
  background: -webkit-linear-gradient(to bottom, #322C29 0%, #595958 100%);
}

.tpl-choose .swiper-container .swiper-slide {
  position: relative;
  width: 1.09rem;
  height: 1.62rem;
  border: .06rem solid transparent;
}

.tpl-choose .swiper-container .swiper-slide.on {
  border-color: #01CDB1;
}

.tpl-choose .swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
}

.tpl-choose .swiper-container .swiper-slide span {
  position: absolute;
  width: 100%;
}

.temp_btn {
  position: absolute;
  right: .3rem;
  bottom: 1.5rem;
  z-index: 10;
  width: 0.8rem;
  height: 0.8rem;
  background: #fff;
  color: #01CDB1;
  font-size: .28rem;
  border-radius: 50%;
  text-align: center;
  line-height: .8rem;
  box-shadow: 0 0 5px #C4C4C4;
}

/* 文章详情字间距 */
#art_cont {
  font-size: .38rem;
  letter-spacing: .1em;
}

#art_cont h1,
#art_cont h2,
#art_cont h3,
#art_cont h4,
#art_cont h5,
#art_cont h6,
#art_cont p {
  text-align: justify;
  line-height: 1.8em;
}

/* 视频详情 */
.video_wrap {
  position: relative;
  height: 4.26rem;
  background: url("../images/img_08.jpg") center center no-repeat;
  background-size: 100%;
}

.video_wrap video {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video_wrap a {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 1.1rem;
  height: 1.1rem;
  background: url("../images/video_play.png") center center no-repeat;
  background-size: 100%;
}

.video_wrap+.content_block {
  margin-top: 0;
}

.video_detail .recommends .comment .photos {
  position: relative;
}

.video_detail .recommends .comment .photos:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -.3rem;
  margin-top: -.3rem;
  width: .6rem;
  height: .6rem;
  background: url("../images/play_btn.png") center center no-repeat;
  background-size: 100%;
  z-index: 2;
}

.tags {
  padding-bottom: .2rem;
}

.tags span {
  padding: .12rem .31rem;
  border-radius: .26rem;
  font-size: .26rem;
  background: #F6F6F6;
  color: #888;
  margin-right: .15rem;
  white-space: nowrap;
  display: inline-block;
  margin-top: .2rem;
}

.video_info {
  padding: .2rem 0;
  line-height: .42rem;
}

.video_info h3 {
  font-size: .3rem;
  color: #222;
  font-weight: normal;
}

.video_info p {
  font-size: .28rem;
  color: #888;
}

.view_count {
  font-size: .24rem;
  color: #909090;
  margin: .2rem 0;
}

.img-container video {
  width: 100%;
  height: 5rem;
}

/* 美篇公共样式 */
.conts .text-container {
  margin: .2rem 0;
  font-size: .38rem;
  line-height: .64rem;
  color: #282828;
  word-break: break-word;
}

.conts .text-container h1,
.conts .text-container h2,
.conts .text-container h3,
.conts .text-container h4,
.conts .text-container h5,
.conts .text-container h6,
.conts .text-container p {
  font-weight: normal !important;
  margin: 0 !important;
  padding: 0 !important;
  /* line-height: 1.2em !important; */
  vertical-align: baseline !important;
}

.conts .text-container h1 {
  font-size: .4rem;
}

.conts .text-container h2 {
  font-size: .36rem;
}

.conts .text-container h3 {
  font-size: .32rem;
}

.conts .text-container h4 {
  font-size: .28rem;
}

.conts .text-container h5 {
  font-size: .24rem;
}

.conts .text-container h6 {
  font-size: .20rem;
}

.conts .img-container {
  margin: .2rem 0;
  font-size: 0;
  text-align: center;
}

.conts img {
  max-width: 100%;
  width: 100%;
  border-radius: .03rem;
  vertical-align: middle;
}

.page-beauty .page-bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  background-repeat: no-repeat;
}

.page-beauty .content {
  z-index: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.page-beauty .page-top {
  position: relative;
  height: 3.8rem;
  padding-top: 2.35rem;
  text-align: center;
  display: none;
}

.page-beauty .page-top .title {
  word-break: break-all;
}

.page-beauty .page-top.normal {
  padding: .2rem;
  text-align: left;
  height: auto;
}

.page-beauty .page-top.show {
  display: block;
}

.page-beauty .page-top .photos {
  display: inline-block;
  font-size: 0;
  width: 1.62rem;
  height: 1.62rem;
  border: 2px solid #fff;
  background: #EBECEF;
  border-radius: 50%;
  overflow: hidden;
}

.page-beauty .page-top .photos img {
  width: 100%;
  height: 100%;
}

.page-beauty .page-top .att_wrap {
  margin-top: .2rem;
}

.page-beauty .page-top .attention {
  display: inline-block;
  top: 0.5rem;
  right: .5rem;
  margin-top: .06rem;
  width: 1.28rem;
  height: .66rem;
  background: #EBB81D;
  color: #ffffff;
  font-size: .28rem;
  line-height: .66rem;
  text-align: center;
  text-decoration: none;
  border-radius: .1rem;
}

.page-beauty .page-top .attention.selected {
  background: #e2e2e2;
  color: #282828;
}

.page-beauty .main-body {
  margin: .3rem;
  position: relative;
}

.page-beauty .main-body .art_content {
  padding: 0 .3rem .3rem;
}

body .page-beauty .main-body .cont {
  word-break: break-all;
  padding: 0
}

.page-beauty .main-body .art_info {
  margin: .2rem 0;
}

.page-beauty .main-body .art_info:after {
  content: "";
  display: block;
  clear: both;
}

.page-beauty .cont-title {
  padding: .3rem .3rem 0;
  text-align: center;
}

.page-beauty .cont-title .title {
  font-size: .48rem;
  color: #282828;
  line-height: .64rem;
  word-break: break-all;
}

.page-beauty .cont-title .time {
  font-size: .30rem;
  color: #555555;
}

.page-beauty .cont-title .time span {
  margin-right: .2rem;
}

.page-beauty .cont-title .time span.u_name {
  display: none;
}

.page-beauty .cont-title .time span:last-child {
  margin-right: 0;
}

.page-beauty .cont-title .time .name {
  font-size: .3rem;
  color: #282828;
}

.page-beauty .cont-title .name {
  color: #282828;
  font-size: .32rem;
  margin-top: .1rem;
}

.not_inJxb .page-beauty {
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.not_inJxb .page-beauty .content {
  z-index: 1;
  position: relative;
  padding-bottom: .3rem;
}

.comment_childComment {
  font-size: 0.2rem
}

.page-beauty .main-body .cont-title .music_cont a .title { font-size: .26rem; color: #ABADB2; line-height: .75rem; }

#leafContainer {
  position: fixed;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

#leafContainer>div.raindrop {
  width: auto;
  height: auto;
}

#leafContainer>div.dandelion {
  width: 25px;
  height: 25px;
}

#leafContainer>div {
  position: absolute;
  width: 25px;
  height: 25px;
  -webkit-animation-iteration-count: infinite, infinite;
  -webkit-animation-direction: normal, normal;
  -webkit-animation-timing-function: linear, ease-in;
}

#leafContainer>div>img.raindrop {
  width: auto;
  height: auto;
  transform: scale(0.5)
}

#leafContainer>div>img.dandelion {
  width: 25px;
  height: 25px;
  /* transform: scale(0.5) */
}

#leafContainer>div>img {
  position: absolute;
  /* width: 100px; */
  width: 18px;
  height: 18px;
  /* height: 100px; */
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-transform-origin: 50% -100%;
}

.text-container a {
  color: #2b86e7
}

.text-container a i .linkIcon {
  width: 0.35rem;
  height: 0.35rem;
  display: inline-block
}

@-webkit-keyframes fade {
  0% {
    opacity: 1;
  }

  95% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes flurr {
  0% {
    -webkit-transform: translate(0px, 145vh);
  }

  100% {
    -webkit-transform: translate(0px, -50px);
  }
}

@-webkit-keyframes drop {
  0% {
    -webkit-transform: translate(0px, -50px);
  }

  100% {
    -webkit-transform: translate(0px, 650px);
  }
}

@-webkit-keyframes clockwiseSpin {
  0% {
    -webkit-transform: rotate(-50deg);
  }

  100% {
    -webkit-transform: rotate(50deg);
  }
}

@-webkit-keyframes counterclockwiseSpinAndFlip {
  0% {
    -webkit-transform: scale(-1, 1) rotate(50deg);
  }

  100% {
    -webkit-transform: scale(-1, 1) rotate(-50deg);
  }
}