/* line 1, page.scss */
body,
div,
p,
ul,
li,
table,
tbody,
tr,
td,
textarea,
form,
input,
h1,
h2,
h3,
h4,
h5,
dl,
dt,
dd,
img,
iframe,
header,
nav,
section,
article,
footer,
figure,
figcaption,
menu {
  margin: 0;
  padding: 0; }

/* line 34, page.scss */
body {
  font-family: "\5FAE\8F6F\96C5\9ED1", Helvetica;
  -webkit-user-select: none;
  width: 100%;
  height: 100%;
  -webkit-display: box;
  -webkit-box-orient: vertical;
  -webkit-user-select: none;
  font-size: 0.24rem;
  overflow: visible; }

/* line 46, page.scss */
header,
nav,
section,
article,
footer,
figure,
figcaption {
  display: block; }

/* line 56, page.scss */
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none; }

/* line 63, page.scss */
fieldset {
  border: none;
  margin: 0;
  padding: 0; }

/* line 69, page.scss */
a,
li,
ul,
[onclick] {
  -webkit-tap-highlight-color: none;
  -webkit-tap-highlight-color: transparent; }

/* line 77, page.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 82, page.scss */
em,
strong {
  font-weight: normal;
  font-style: normal; }

/* line 88, page.scss */
a {
  text-decoration: none; }

/* line 102, page.scss */
html,
body {
  width: 100%;
  font-size: .2rem;
  overflow-x: hidden;
  color: #e1b884;
  -webkit-overflow-scrolling: touch; }

/* line 111, page.scss */
body {
  background: #000;
  overflow-x: hidden;
  position: relative;
  width: 100%;
  background-size: 7.5rem 13.56rem; }

/* line 120, page.scss */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

/* line 124, page.scss */
.topBar {
  width: 100%;
  position: relative; }
  /* line 143, page.scss */
  .topBar .mod-top-bar {
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: .1rem .14rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    /* line 151, page.scss */
    .topBar .mod-top-bar .logo {
      background: url("../images/favicon.ico") no-repeat;
      background-size: .64rem;
      width: .74rem;
      height: .64rem;
      display: block; }
    /* line 158, page.scss */
    .topBar .mod-top-bar .thumb {
      width: 5rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    /* line 163, page.scss */
    .topBar .mod-top-bar .info {
      width: 100%;
      padding-left: .1rem;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      /* line 167, page.scss */
      .topBar .mod-top-bar .info .name {
        font-size: 12px;
        line-height: 16px;
        color: #fff; }
      /* line 173, page.scss */
      .topBar .mod-top-bar .info .dec {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: 12px;
        line-height: 16px;
        max-height: 32px;
        color: #77899A; }
    /* line 182, page.scss */
    .topBar .mod-top-bar .down {
      background: #b89268;
      padding: 0 .1rem;
      height: .54rem;
      line-height: .54rem;
      color: #e7e0c1;
      font-size: 12px;
      min-width: 1rem;
      text-align: center; }
  /* line 195, page.scss */
  .topBar .nav {
    width: 100%;
    height: 1.06rem;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/nav.png) no-repeat;
    background-size: cover; }
    /* line 203, page.scss */
    .topBar .nav .logo {
      width: 2rem;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
    /* line 210, page.scss */
    .topBar .nav .down {
      width: 2.4rem;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0; }

/* line 293, page.scss */
#menu {
  z-index: 10;
  position: absolute;
  right: -2.62rem;
  background: rgba(35, 33, 34, 0.98) url(../img/index/t_line.png) repeat-y 2.03rem 0;
  background-size: .13rem auto;
  width: 2.62rem;
  border-bottom: 2px solid #d6ba86;
  -webkit-transition: right .5s;
  transition: right .5s;
  top: 1.16rem;
  padding-bottom: 0.1rem; }

/* line 306, page.scss */
#menu li {
  width: 100%;
  text-align: right;
  background: url(../img/index/t_dot.png) no-repeat 2rem 50%;
  background-size: .17rem auto;
  font-size: 0.24rem;
  color: #86724d;
  padding-right: 1.04rem;
  line-height: 0.8rem;
  height: 0.8rem; }

/* line 318, page.scss */
#menu li a {
  color: #86724d; }

/* line 322, page.scss */
#menu li.active {
  background: url(../img/index/t_dot_on.png) no-repeat 1.94rem 50%;
  background-size: .3rem auto;
  color: #d6ba86; }

/* line 328, page.scss */
.topBar.show #menu {
  right: 0; }

/* line 332, page.scss */
.wrap {
  width: 100%;
  padding-top: 4rem;
  padding-bottom: .4rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  overflow-x: hidden;
  background-color: #000;
  position: relative; }

/* line 343, page.scss */
.news-wrap {
  padding-left: 0;
  padding-right: 0; }

/* line 348, page.scss */
.tool {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: absolute;
  top: .3rem;
  right: .2rem;
  z-index: 2; }

/* line 359, page.scss */
.mod-select-lang {
  position: relative;
  padding-bottom: 6px;
  padding-top: .1rem; }
  /* line 364, page.scss */
  .mod-select-lang.show .lang-list {
    display: block; }
  /* line 368, page.scss */
  .mod-select-lang .icon-lang {
    background: url("../images/icon1.png") no-repeat 0 center;
    background-size: .36rem;
    line-height: .46rem;
    display: block;
    opacity: .8;
    color: #d8ca9f;
    padding: 0 .3rem 0 .44rem;
    font-size: 14px;
    display: block;
    min-width: 1rem; }
    /* line 379, page.scss */
    .mod-select-lang .icon-lang:after {
      width: 0;
      height: 0;
      content: "";
      border-top: 6px solid #d8ca9f;
      border-right: 6px solid transparent;
      border-left: 6px solid transparent;
      position: absolute;
      top: 50%;
      right: 0;
      margin-top: -3px; }
  /* line 393, page.scss */
  .mod-select-lang .lang-list {
    width: 2.2rem;
    background: rgba(45, 41, 36, 0.8);
    position: absolute;
    top: 100%;
    right: 0;
    display: none; }
    /* line 400, page.scss */
    .mod-select-lang .lang-list .almost-options {
      width: 100%;
      height: .54rem;
      line-height: .54rem;
      font-size: 12px;
      color: #d8ca9f;
      text-align: center;
      cursor: pointer;
      display: block; }
      /* line 409, page.scss */
      .mod-select-lang .lang-list .almost-options:hover {
        background: #5c5546;
        color: #fff; }

/* line 418, page.scss */
h2.title {
  padding-top: 1.17rem;
  height: 2.57rem;
  text-align: center; }

/* line 424, page.scss */
h2.title img {
  width: 6.29rem; }

/* line 428, page.scss */
.brandNav {
  text-align: right;
  line-height: 0.5rem;
  color: #f3eacd; }

/* line 434, page.scss */
.news-wrap .brandNav {
  padding-right: .4rem; }

/* line 438, page.scss */
.brandNav a {
  color: #ffdeb7; }

/* line 442, page.scss */
.content {
  padding: 0 0 .1rem;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 1; }

/* line 450, page.scss */
.content .page-head .icon-update {
  width: .8rem;
  height: 100%;
  background: url("../img/icon_sync.png") no-repeat center;
  background-size: .34rem;
  display: block;
  cursor: pointer; }

/* line 459, page.scss */
.content .page-head {
  background: rgba(57, 51, 45, 0.95);
  height: .85rem;
  border-bottom: 2px solid #b79a6e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

/* line 469, page.scss */
.content .page-head ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

/* line 473, page.scss */
.content .page-head li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* float: left;
  margin-right: .45rem; */ }

/* line 480, page.scss */
.content .page-head a {
  display: block;
  padding-left: .6rem;
  padding-right: .2rem;
  white-space: nowrap;
  height: .85rem;
  line-height: .85rem;
  color: #f6ecd2;
  font-size: 14px; }

/* line 491, page.scss */
.content .page-head .active a {
  border-bottom: .04rem solid #ffefb8;
  color: #ffefb8; }

/* line 496, page.scss */
.content .page-head a.video {
  background: url(../img/media/icon_v.png) no-repeat 0.2rem 0.3rem;
  background-size: .26rem auto; }

/* line 501, page.scss */
.content .page-head a.wallpaper {
  background: url(../img/media/icon_p.png) no-repeat 0.2rem 0.3rem;
  background-size: .26rem auto; }

/* line 506, page.scss */
.content .page-head .active a.video {
  background: url(../img/media/icon_v_on.png) no-repeat 0.2rem 0.3rem;
  background-size: .26rem auto; }

/* line 511, page.scss */
.content .page-head .active a.wallpaper {
  background: url(../img/media/icon_p_on.png) no-repeat 0.2rem 0.3rem;
  background-size: .26rem auto; }

/* line 516, page.scss */
.content .page-head a.story {
  background: url("../img/icon_story.png") no-repeat 0.2rem 0.3rem;
  background-size: .26rem auto; }

/* line 520, page.scss */
.content .page-head .active a.story {
  background: url("../img/icon_story_on.png") no-repeat 0.2rem 0.3rem;
  background-size: .26rem auto; }

/* line 525, page.scss */
.main {
  padding: .3rem 0;
  background: #fff; }
  
  .tabs-header{
    display: flex;
    margin-bottom:.2rem;
    padding-left:.2rem;
  }
  
  .tabs-header a{
    width: .8rem;
    line-height:.36rem;
    border:1px solid #b79a6e;
    font-size:14px;
    text-align: center;
    margin-right:.2rem;
    color:#000;
  }
  .tabs-header a.active{
    background:#b79a6e;
    color:#fff;
  }

/* line 530, page.scss */
.pic-list {
  font-size: 0;
  width: 6.36rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

/* line 540, page.scss */
.pic-list li {
  width: 3.06rem;
  margin-bottom: .2rem; }
  /* line 543, page.scss */
  .pic-list li img {
    border: 0.02rem solid #d1bf89; }

    .pic-list li img:nth-child(2){
  display: none;
}

/* line 548, page.scss */
.pic-list .name {
  font-size: 12px;
  line-height: 20px;
  padding: 0 0 0 .2rem;
  color: #666;
  border-left: 2px solid #d1bf89;
  margin-top: .1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  /* line 558, page.scss */
  .pic-list .name .type-ar {
    direction: rtl; }

/* line 563, page.scss */
.pic-list li .video {
  width: 100%;
  height: 1.64rem;
  background: #000;
  display: block;
  position: relative; }
  /* line 569, page.scss */
  .pic-list li .video .mask {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    background: #191304;
    opacity: .7; }
  /* line 581, page.scss */
  .pic-list li .video strong {
    display: block;
    position: absolute;
    text-align: center;
    color: #fff;
    top: 14px;
    left: 14px;
    right: 14px;
    bottom: 14px;
    opacity: 0;
    font-size: 14px;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    background: url(../images/play2.png) no-repeat 50% 50%;
    background-size: .78rem;
    opacity: 1; }

/* line 600, page.scss */
.pic-list li img {
  width: 100%;
  height: 1.64rem;
  -o-object-fit: cover;
     object-fit: cover; }

/* line 606, page.scss */
.pager {
  display: none;
  overflow: hidden;
  padding-right: 0.3rem;
  padding-top: 0.1rem; }
  /* line 611, page.scss */
  .pager.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

/* line 617, page.scss */
.pager a {
  padding: 0 .1rem;
  height: 0.38rem;
  margin-left: 0.1rem;
  text-align: center;
  line-height: .38rem;
  color: #ffffff;
  font-size: 0.16rem;
  background: #c2ac82;
  margin-bottom: 0.1rem;
  display: block; }

/* line 630, page.scss */
.subTab {
  display: block;
  overflow: hidden;
  margin-bottom: .4rem;
  font-size: .16rem;
  padding-left: 0.3rem; }

/* line 638, page.scss */
.subTab li {
  overflow: hidden;
  float: left;
  margin-right: .3rem; }

/* line 643, page.scss */
.subTab li a {
  border-radius: .03rem;
  overflow: hidden;
  width: 1.4rem;
  height: .4rem;
  display: block;
  text-align: center;
  line-height: .4rem;
  background: #b2a98a;
  color: #f6ecd2; }

/* line 654, page.scss */
.subTab li.active a {
  background: #514632; }

/* line 658, page.scss */
.model {
  position: fixed;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0; }
  /* line 666, page.scss */
  .model .mask {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  /* line 674, page.scss */
  .model .author-name {
    position: absolute;
    bottom: -.5rem;
    left: .2rem;
    font-size: 12px;
    color: #fff;
    line-height: 22px;
    width: 100%;
    text-align: center; }
    /* line 683, page.scss */
    .model .author-name .type-ar {
      direction: rtl; }
    /* line 686, page.scss */
    .model .author-name.type-ar {
      direction: rtl; }

/* line 692, page.scss */
.model .model-con {
  position: fixed;
  left: 50%;
  width: 100%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

/* line 700, page.scss */
.model-video,
.model-pic {
  max-height: 60vh;
  max-height: calc(100vh - 4.2rem); }
  /* line 704, page.scss */
  .model-video img,
  .model-pic img {
    max-height: 60vh;
    max-height: calc(100vh - 4.2rem); }

/* line 712, page.scss */
.model .model-con .border {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0; }

/* line 720, page.scss */
.model h3 {
  padding-top: 0.7rem;
  text-align: center;
  color: #bda87e;
  font-size: 0.38rem;
  padding-bottom: 0.2rem; }

/* line 728, page.scss */
.model h3 span {
  font-size: 0.2rem;
  line-height: 0.2rem;
  color: #a5a5a5;
  display: block; }

/* line 735, page.scss */
.model .con {
  margin: 0 .8rem;
  color: #d8d1c3;
  font-size: 0.24rem;
  line-height: 0.3rem; }

/* line 742, page.scss */
.model-close {
  padding-top: 0.7rem;
  width: 0.64rem;
  position: absolute;
  left: 50%;
  top: -1.6rem;
  margin-left: -0.32rem;
  /* background: url(../img/index/pop/dots.png) no-repeat 50% 0; */
  background-size: .04rem auto; }

/* line 753, page.scss */
.model-close .close {
  width: 0.64rem;
  height: .64rem;
  background: url(../img/index/close.png) no-repeat 0 0;
  background-size: 100%; }

/* line 760, page.scss */
.model-uc .uc-pop {
  margin: 0 auto;
  width: 75%; }

/* line 765, page.scss */
.model-uc .uc-pop .uc {
  overflow: hidden;
  font-size: 0;
  border: .02rem solid #ffeab5; }

/* line 770, page.scss */
.model-uc .uc-pop .uc img {
  width: 100%; }

/* line 773, page.scss */
.model-uc .uc-info {
  background: #f1e8d7;
  line-height: 0.52rem;
  padding: 3%;
  width: 75%;
  margin: 0 auto;
  color: #574837; }

/* line 782, page.scss */
.model-uc .uc-info strong {
  font-weight: 700; }

/* line 786, page.scss */
.model-uc .uc-info .name {
  white-space: nowrap;
  color: #574837;
  float: left;
  font-size: 0.24rem;
  background: url(../img/index/pop/icon_man.png) no-repeat 0 50%;
  padding-left: 0.25rem;
  background-size: .2rem auto; }

/* line 796, page.scss */
.model-uc .uc-info .title {
  white-space: nowrap;
  float: right;
  font-size: 0.24rem; }

/* line 802, page.scss */
.model-uc .uc-info .des {
  clear: both;
  padding-top: 0.05rem; }

/* line 807, page.scss */
.model-uc .uc-info .heart {
  white-space: nowrap;
  color: #c83405;
  float: right;
  font-size: 0.24rem;
  padding-right: 0.33rem;
  background: url(../img/index/pop/icon-heart.png) no-repeat 100% 50%;
  background-size: .27rem auto; }

/* line 817, page.scss */
.model-uc .uc-info a {
  background: #6d543c;
  color: #fff;
  display: inline-block;
  padding: .05rem .2rem; }

/* line 824, page.scss */
.model-video .video-sec {
  height: 4.1rem;
  width: 7.24rem;
  border: .02rem solid #ffeab5;
  margin: 0 auto;
  background: #000; }
  /* line 830, page.scss */
  .model-video .video-sec iframe {
    width: 100%;
    height: 100%; }
  /* line 834, page.scss */
  .model-video .video-sec video {
    max-width: 100%;
    height: 100%; }

/* line 850, page.scss */
.story-list li {
  border: 0.02rem solid #d1bf89;
  color: #000; }
  /* line 854, page.scss */
  .story-list li.type-ar .text {
    direction: rtl;
    text-align: right; }
  /* line 861, page.scss */
  .story-list li.type-ar .author_name {
    direction: rtl; }
/* line 866, page.scss */
.story-list .mod-content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  min-height: 126px;
  padding: .2rem .28rem .2rem; }
  /* line 872, page.scss */
  .story-list .mod-content .text {
    max-height: 126px;
    font-size: 14px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical; }
/* line 879, page.scss */
.story-list .info {
  background: #efece8;
  padding: 8px 12px; }
/* line 883, page.scss */
.story-list .title {
  font-size: 14px;
  line-height: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
/* line 890, page.scss */
.story-list .author {
  padding-top: .04rem;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

/* line 919, page.scss */
.model-story.type-ar .story-sec {
  direction: rtl; }
/* line 928, page.scss */
.model-story .model-con {
  width: 100%;
  height: 7.6rem;
  border: 3px solid #e6ca92;
  background: #fff;
  padding: .36rem .1rem 0 .1rem;
  -webkit-overflow-scrolling: touch;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
/* line 938, page.scss */
.model-story .author_name.type-ar {
  direction: rtl; }
/* line 949, page.scss */
.model-story .story-sec {
  font-size: 16px;
  line-height: 24px;
  padding-right: .3rem;
  padding-left: .3rem;
  height: 6.7rem;
  overflow-y: auto;
  color: #000; }
  /* line 901, page.scss */
  .model-story .story-sec::-webkit-scrollbar {
    width: 4px;
    height: 1px; }
  /* line 905, page.scss */
  .model-story .story-sec::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #e6ca92; }
  /* line 910, page.scss */
  .model-story .story-sec::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #f1f1f1; }

/* line 1004, page.scss */
.model-pic .prev {
  background: url("../images/dialog-arrow-prev.png") no-repeat center;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -40px;
  width: 72px;
  height: 80px;
  line-height: 80px;
  color: #fff;
  text-align: center;
  font-size: 44px;
  cursor: pointer;
  text-indent: -9999px; }

/* line 1020, page.scss */
.model-pic .prev.dished {
  opacity: .5; }

/* line 1024, page.scss */
.model-pic .next {
  background: url("../images/dialog-arrow-next.png") no-repeat center;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -40px;
  width: 72px;
  height: 80px;
  color: #fff;
  text-align: center;
  font-size: 44px;
  cursor: pointer;
  text-indent: -9999px; }

/* line 1039, page.scss */
.model-pic .next.dished {
  opacity: .5; }

/* line 1044, page.scss */
.model-pic .pic-sec {
  margin: 0 auto;
  position: relative;
  width: 100%;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

/* line 1054, page.scss */
.model-pic .pic-sec img {
  max-width: 100%;
  border: .02rem solid #ffeab5;
  display: block; }

/* line 1062, page.scss */
.model-pic .pic-sec .download {
  padding: 0 .2rem;
  white-space: nowrap;
  height: .4rem;
  line-height: 0.4rem;
  color: #666;
  background: #ffeab5;
  display: block;
  text-align: center;
  position: absolute;
  top: 100%;
  margin-top: 0.2rem;
  right: 0;
  font-size: 0.24rem; }

/* line 1079, page.scss */
.news-wrap {
  padding-bottom: 0; }

/* line 1083, page.scss */
.news-wrap .bar {
  background: url(../img/bar.jpg) no-repeat 0 0;
  background-size: 100% 100%;
  padding-top: .15rem;
  padding-bottom: .15rem;
  padding-left: .30rem; }

/* line 1091, page.scss */
.news-wrap .bar h3 {
  border-left: 0.06rem solid #816b40;
  padding-left: .15rem;
  color: #fff;
  font-weight: 400;
  font-size: .24rem;
  line-height: .3rem; }

/* line 1100, page.scss */
.news-wrap .bar h3 i {
  display: block;
  font-size: .12rem;
  line-height: .2rem;
  color: #ffeac2;
  font-style: normal; }

/* line 1108, page.scss */
.news-wrap .news-con {
  padding: .4rem;
  background: #fff;
  font-size: 0.24rem;
  color: #424242;
  word-break: break-all; }

/* line 1115, page.scss */
.news-wrap .news-con a {
  color: #424242;
  text-decoration: underline; }

/* line 1116, page.scss */
.news-wrap .news-con img {
  margin: 0.5rem 0;
  max-width: 100%;
  width: auto;
  height: auto; }

/* line 1117, page.scss */
.news-wrap .bar ul {
  text-align: center;
  font-size: 0; }

/* line 1122, page.scss */
.news-wrap .bar li {
  display: inline-block;
  position: relative;
  width: 18%; }

/* line 1128, page.scss */
.news-wrap .bar li a {
  width: 100%;
  height: .53rem;
  line-height: .53rem;
  text-align: center;
  display: block;
  font-size: .22rem;
  color: #fef4e2; }

/* line 1138, page.scss */
.news-wrap .bar li:after {
  content: '';
  display: block;
  width: 1px;
  background: #e3d6b4;
  height: .3rem;
  overflow: hidden;
  position: absolute;
  top: .1rem;
  right: -1px; }

/* line 1150, page.scss */
.news-wrap .bar li:last-child:after {
  display: none; }

/* line 1154, page.scss */
.news-wrap .bar li.active a,
.news-wrap .bar li a:hover {
  background: #fef4e2;
  color: #392a0e; }

/* line 1160, page.scss */
.newslist {
  padding-bottom: 0.2rem; }

/* line 1164, page.scss */
.newslist li {
  border-bottom: 1px solid #ebeae9;
  padding: .18rem .20rem .18rem .4rem;
  height: .78rem;
  line-height: .42rem;
  white-space: nowrap;
  background: url(../img/news/ling.png) no-repeat 0.1rem 50%;
  background-size: auto .42rem; }

/* line 1174, page.scss */
.newslist li .cat {
  display: block;
  float: left;
  color: #6d6351;
  font-size: .20rem;
  margin-right: .2rem; }

/* line 1182, page.scss */
.newslist li .link {
  float: left;
  white-space: nowrap;
  max-width: 4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #737373;
  font-size: .16rem; }

/* line 1192, page.scss */
.newslist li .date {
  float: right;
  color: #737373; }

/* line 1197, page.scss */
.newslist li a:hover {
  color: #392a0e; }

/* line 1201, page.scss */
.news-wrap .pager {
  padding-right: 0; }

/* line 1206, page.scss */
ul.tabclick {
  display: block;
  overflow: hidden;
  margin-bottom: .4rem;
  font-size: .16rem;
  padding-left: 0.2rem; }

/* line 1214, page.scss */
ul.tabclick li {
  width: 1.4rem;
  height: .4rem;
  display: block;
  text-align: center;
  line-height: .4rem;
  float: left;
  margin-right: .3rem;
  border-radius: .03rem;
  overflow: hidden; }

/* line 1226, page.scss */
ul.tabclick li a {
  widows: 100%;
  height: .4rem;
  display: block;
  background: #b2a98a;
  color: #f6ecd2; }

/* line 1234, page.scss */
ul.tabclick li a.active {
  background: #514632; }

/* line 1240, page.scss */
.footer {
  background: #000000;
  padding: 120px 15px 100px 15px;
  text-align: center;
  position: relative;
  color: rgba(255, 255, 255, 0.4);
  line-height: 28px; }

/* line 1248, page.scss */
.footer .footer-logo {
  width: 186px;
  height: 60px;
  background: url("../images/lilith-logo_cn@3x.png") no-repeat;
  position: absolute;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-bottom: 10px; }

/* line 1258, page.scss */
.footer a {
  color: #ffffff; }

/* line 1261, page.scss */
.footer a:link, .footer a:visited {
  color: #ffffff; }

/* line 1264, page.scss */
.footer .jubao {
  height: 30px;
  margin: 0 7px;
  cursor: pointer; }

/* line 1271, page.scss */
.footer {
  font-size: 12px; }

/* line 1274, page.scss */
.footer .footer-item span {
  display: block; }

/* line 1281, page.scss */
.footer-en {
  background: #000;
  margin-top: -1px; }
  /* line 1284, page.scss */
  .footer-en .footer-main {
    text-align: center;
    padding: 0 0 .6rem;
    color: #aaa; }
  /* line 1285, page.scss */
  .footer-en .footer-main a {
    color: #aaa; }

/* line 1289, page.scss */
.footer-en-tw {
  width: 100%;
  overflow: hidden;
  padding: 0 0 .5rem;
  background: #000000;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

/* line 1290, page.scss */
.footer-en-tw .footer-main {
  width: 6.32rem;
  position: relative; }

/* line 1291, page.scss */
.footer-en-tw .footer-main .fm-lilith {
  width: 0.69rem;
  height: 0.69rem;
  position: absolute;
  top: 50%;
  margin-top: -0.345rem;
  left: 0; }

/* line 1292, page.scss */
.footer-en-tw .fm-text {
  margin-left: 0.82rem;
  font-size: 0.14rem;
  color: #9B9B9B; }

/* line 1294, page.scss */
.top-bar {
  width: 100%;
  position: absolute;
  background: rgba(20, 20, 20, 0.7); }

/* line 1295, page.scss */
.top-bar img {
  position: absolute;
  height: 0.64rem;
  width: 0.64rem;
  top: 50%;
  margin-top: -0.32rem;
  left: 0.29rem; }

/* line 1296, page.scss */
.top-bar .title {
  color: #ffffff;
  font-size: 0.356rem;
  margin-left: 1.12rem;
  margin-top: 0.1rem; }

/* line 1297, page.scss */
.top-bar .slogan {
  color: #77899A;
  font-size: 0.24rem;
  margin-left: 1.12rem;
  margin-bottom: 0.1rem; }

/* line 1300, page.scss */
.top-bar-tw {
  width: 100%;
  height: 0.86rem;
  position: absolute;
  background: rgba(20, 20, 20, 0.7);
  overflow: hidden; }

/* line 1302, page.scss */
.top-bar-tw img {
  position: absolute;
  height: 0.63rem;
  width: 0.63rem;
  top: 50%;
  margin-top: -0.315rem;
  left: 0.29rem; }

/* line 1304, page.scss */
.top-bar-tw .tw-title {
  color: #ffffff;
  /* font-family:NSHBold; */
  font-size: 0.4rem;
  line-height: 0.46rem;
  margin-left: 1.12rem;
  margin-top: 0.1rem; }

/* line 1307, page.scss */
.top-bar-tw .en-title {
  color: #77899A;
  /* font-family:NSHRegular; */
  font-size: 0.18rem;
  margin-left: 1.12rem;
  line-height: 0.3rem; }

/* line 1310, page.scss */
.top-bar-tw .sidebtn-list {
  width: 3.26rem;
  height: 0.86rem;
  position: absolute;
  top: 0;
  right: 0.28rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

/* line 1312, page.scss */
.top-bar-tw .sidebtn-list a {
  display: block;
  width: 0.68rem;
  height: 0.68rem;
  border-radius: 0.34rem; }

/* line 1314, page.scss */
.top-bar-tw .sidebtn-list .kefu {
  display: block;
  width: 0.68rem;
  height: 0.68rem;
  border-radius: 0.34rem;
  background: url("//lilithimage.lilithcdn.com/roc/tw/m/imgs/kefu.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%; }

/* line 1316, page.scss */
.top-bar-tw.sidebtn-list .fb-link {
  background: url("//lilithimage.lilithcdn.com/roc/tw/m/imgs/fb-link.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%; }

/* line 1318, page.scss */
.top-bar-tw .sidebtn-list .bh-link {
  background: url("//lilithimage.lilithcdn.com/roc/tw/m/imgs/bh-link.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%; }

/* line 1320, page.scss */
.top-bar-tw .sidebtn-list .ytb-link {
  background: url("//lilithimage.lilithcdn.com/roc/tw/m/imgs/ytb-link.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%; }

/* line 1322, page.scss */
.view-container .yuyue-box {
  width: 6.6rem;
  margin: 3.31rem auto 0;
  overflow: hidden;
  position: relative;
  background: url("//lilithimage.lilithcdn.com/roc/tw/m/imgs/yuyue_bg.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%; }

/* line 1325, page.scss */
.kefu-modal {
  position: fixed;
  z-index: 200;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none; }

/* line 1326, page.scss */
.kefu-modal .modal-main {
  position: absolute;
  width: 6.92rem;
  height: 5.36rem;
  top: 50%;
  left: 50%;
  margin-left: -3.46rem;
  margin-top: -2.68rem; }

/* line 1327, page.scss */
.kefu-modal .modal-main img {
  display: block;
  width: 100%;
  height: 100%; }

/* line 1328, page.scss */
.kefu-modal .modal-main .kefumodal-close {
  position: absolute;
  top: -0.62rem;
  right: 0;
  width: 0.61rem;
  height: 0.61rem;
  background: url("//lilithimage.lilithcdn.com/roc/tw/m/imgs/close_btn.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%; }

/* line 1331, page.scss */
.kr-footer {
  height: 10%;
  width: 100%;
  background-color: #000;
  z-index: 100;
  text-align: center;
  font-size: 0.2rem;
  padding: .4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ccc; }

/* line 1347, page.scss */
.kr-footer .info {
  margin-left: .2rem; }

/* line 1350, page.scss */
.kr-footer img {
  width: 1.1rem;
  vertical-align: bottom; }

/* line 1351, page.scss */
.kr-footer a {
  color: #ccc; }

/* line 1354, page.scss */
.jp-footer {
  background: #222;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: .4rem .2rem .3rem .2rem;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative; }
  /* line 1362, page.scss */
  .jp-footer .bottom {
    width: 100%; }
  /* line 1365, page.scss */
  .jp-footer a {
    color: #fff; }
  /* line 1368, page.scss */
  .jp-footer p {
    text-align: center;
    margin-top: .2rem; }
  /* line 1373, page.scss */
  .jp-footer .footer-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    /* line 1377, page.scss */
    .jp-footer .footer-content .logo {
      width: 1.3rem; }
      /* line 1379, page.scss */
      .jp-footer .footer-content .logo img {
        width: 100%;
        display: block; }
    /* line 1384, page.scss */
    .jp-footer .footer-content .text {
      margin-left: .4rem; }
  /* line 1389, page.scss */
  .jp-footer .pageTopBox {
    position: absolute;
    top: 50%;
    right: .2rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1rem;
    display: none; }
    /* line 1396, page.scss */
    .jp-footer .pageTopBox img {
      width: 1rem;
      display: block; }

/* line 1403, page.scss */
.img-hide {
  display: none; }

/* line 1408, page.scss */
.mui-preview-image.mui-fullscreen {
  position: fixed;
  z-index: 20;
  background-color: #000; }

/* line 1413, page.scss */
.mui-preview-header,
.mui-preview-footer {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 10; }

/* line 1420, page.scss */
.mui-preview-header {
  height: 44px;
  top: 0; }

/* line 1424, page.scss */
.mui-preview-footer {
  height: 50px;
  bottom: 0px; }

/* line 1428, page.scss */
.mui-preview-header .mui-preview-indicator {
  display: block;
  line-height: 28px;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
  font-size: 16px; }

/* line 1437, page.scss */
.mui-preview-image {
  display: none;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

/* line 1444, page.scss */
.mui-preview-image.mui-preview-in {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

/* line 1448, page.scss */
.mui-preview-image.mui-preview-out {
  background: none;
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

/* line 1453, page.scss */
.mui-preview-image.mui-preview-out .mui-preview-header,
.mui-preview-image.mui-preview-out .mui-preview-footer {
  display: none; }

/* line 1457, page.scss */
.mui-zoom-scroller {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch; }

/* line 1478, page.scss */
.mui-zoom {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

/* line 1482, page.scss */
.mui-slider .mui-slider-group .mui-slider-item img {
  width: auto;
  height: auto;
  max-width: 100%;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor; }

/* line 1493, page.scss */
.mui-android-4-1 .mui-slider .mui-slider-group .mui-slider-item img {
  width: 100%; }

/* line 1496, page.scss */
.mui-android-4-1 .mui-slider.mui-preview-image .mui-slider-group .mui-slider-item {
  display: inline-table; }

/* line 1499, page.scss */
.mui-android-4-1 .mui-slider.mui-preview-image .mui-zoom-scroller img {
  display: table-cell;
  vertical-align: middle; }

/* line 1503, page.scss */
.mui-preview-loading {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none; }

/* line 1511, page.scss */
.mui-preview-loading.mui-active {
  display: block; }

/* line 1514, page.scss */
.mui-preview-loading .mui-spinner-white {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  height: 50px;
  width: 50px; }

/* line 1523, page.scss */
.mui-preview-image img.mui-transitioning {
  -webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease; }

/* line 1528, page.scss */
.mui-slider-img-content .type-ar {
  direction: rtl; }

/* line 1533, page.scss */
.mui-slider-img-content {
  position: fixed;
  bottom: .2rem;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  padding-left: .2rem;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom); }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/* line 1578, page.scss */
p img {
  max-width: 100%;
  height: auto; }

@media all and (orientation: landscape) {
  /* line 1585, page.scss */
  html, body {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0; }

  /* line 1586, page.scss */
  html::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #333;
    z-index: 99999; }

  /* line 1587, page.scss */
  html::after {
    content: "";
    text-align: center;
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    height: 30px;
    width: 100%;
    margin-top: 50px;
    z-index: 99999; }

  /* line 1588, page.scss */
  body::before {
    content: "";
    position: absolute;
    z-index: 99999;
    height: 200px;
    width: 100px;
    left: 50%;
    top: 50%;
    margin: -140px 0 0 -50px;
    color: #fff;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHQAAAB2CAYAAAAZUrcsAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDAwMjcwNkVEQzczMTFFNjlFMDFGQTEzNkM3N0JBMTMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDAwMjcwNkREQzczMTFFNjlFMDFGQTEzNkM3N0JBMTMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ0NzhCMTlBREM1ODExRTZCNTdFRjQ0Q0I1QzRCODZBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjQ0NzhCMTlCREM1ODExRTZCNTdFRjQ0Q0I1QzRCODZBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+J30rNQAACRRJREFUeNrsXQlsFVUU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");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100px auto;
    -webkit-transform: rotateZ(-90deg); } }
/* line 1593, page.scss */
body.type-ar .content .page-head .icon-update {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }
/* line 1596, page.scss */
body.type-ar .content .page-head ul {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }
/* line 1601, page.scss */
body.type-ar .model .author-name,
body.type-ar .pic-list .name,
body.type-ar .story-list .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  /* line 1608, page.scss */
  body.type-ar .model .author-name span:nth-child(1),
  body.type-ar .pic-list .name span:nth-child(1),
  body.type-ar .story-list .author span:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  /* line 1611, page.scss */
  body.type-ar .model .author-name span:nth-child(2), body.type-ar .model .author-name span:nth-child(3),
  body.type-ar .pic-list .name span:nth-child(2),
  body.type-ar .pic-list .name span:nth-child(3),
  body.type-ar .story-list .author span:nth-child(2),
  body.type-ar .story-list .author span:nth-child(3) {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
/* line 1618, page.scss */
body.type-ar .model .author-name {
  left: auto;
  right: .2rem; }
