/**
 * @name: 页面名称
 * @description: 页面详细说明
 * @author: 花名
 */

/* Import Less files */

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

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

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

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

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

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

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

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

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

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

/**
 * Re-set default cursor for disabled elements.
 */

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

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

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

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
  padding: 0;
}

/*color*/

/*预定义常量*/

/*reset*/

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
input,
textarea,
select,
button,
table,
caption,
th,
td,
form,
fieldset,
legend,
blockquote,
pre,
hr,
figure,
menu {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

i,
em {
  font-style: normal;
}

a {
  text-decoration: none;
  outline: none;
}

input,
textarea,
select,
option {
  font-size: 100%;
  font-family: inherit;
  outline: none;
  border: none;
}

button {
  font-size: 100%;
  font-family: inherit;
  border: none;
  outline: none;
  -webkit-appearance: none;
}

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

img {
  vertical-align: top;
  border: none;
}

div,
a,
span {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
textarea,
select,
option,
button {
  font-size: 100%;
  font: inherit;
  outline: none;
  border: none;
  background: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

caption,
th {
  font-weight: normal;
}

textarea {
  overflow: auto;
  resize: none;
}

/*返回顶部*/

/*图片资源常量*/

/*z-index 层级规范*/

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #f4f4f3;
  min-height: 100vh;
}

.hljm_wrapper {
  width: 100%;
  max-width: 640PX;
  margin: 0 auto;
}

.clearfix:after {
  display: block;
  content: "";
  clear: both;
  height: 0;
}

/* Import hljm common modules like `hljm-loading.less` */

/* loading style */

.hljm_loading {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 80;
  margin: auto;
  width: 68PX;
  height: 68PX;
  border-radius: 50%;
  background: #fff url(http://qnm.hunliji.com/o_1ap5grhea9g71e331cev1s3r17bv7.gif) center bottom no-repeat;
  background-size: 40PX;
  transition-duration: 300ms;
}

.hljm_loading.fadeOut {
  opacity: 0;
}

.hljm_content {
  opacity: 0;
  transition-duration: 300ms;
}

.hljm_content.fadeIn {
  opacity: 1;
}

/* download style */

.hljm_download {
  width: 100%;
  max-width: 640PX;
  height: 44px;
  margin: 0 auto;
  position: relative;
}

.hljm_download_fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 80;
}

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

.hljm_download_close {
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 100%;
}

.mt_download {
  margin-top: 44px;
}

.pt_download {
  padding-top: 44px;
}

/* header style */

.hljm_header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 70;
  width: 100%;
  max-width: 640PX;
  margin: 0 auto;
}

/* footer style */

.hljm_footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 70;
  margin: 0 auto;
  width: 100%;
  max-width: 640PX;
}

.pb_footer {
  padding-bottom: 50PX;
}

/* navbar style */

.hljm_navbar {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 640PX;
  margin: 0 auto;
  height: 44PX;
  line-height: 44PX;
  background-position: left bottom;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, transparent), color-stop(0.5, #e7e7e7));
  background-repeat: repeat-x;
  -webkit-background-size: 100% 1px;
  background-color: #fff;
}

.hljm_navbar_transparent {
  background: none;
}

.hljm_navbar_transparent .hljm_navbar_back {
  background-image: url('http://qnm.hunliji.com/o_1aqo07fqr2k2kcd1roa1d9s224c.png');
}

.hljm_navbar_transparent .hljm_navbar_link {
  color: #fff;
}

.hljm_navbar_dark {
  background: rgba(0, 0, 0, 0.4);
  background-image: none;
}

.hljm_navbar_dark .hljm_navbar_back {
  background-image: url('http://qnm.hunliji.com/o_1aqo07fqr2k2kcd1roa1d9s224c.png');
}

.hljm_navbar_dark .hljm_navbar_home {
  background-image: url('http://qnm.hunliji.com/o_1aqo0ebjv1p2t6n7k1eag01gid1t.png');
}

.hljm_navbar_dark .hljm_navbar_title {
  color: #fff;
}

.hljm_navbar_dark .hljm_navbar_link {
  color: #fff;
}

.hljm_navbar_absolute {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 70;
}

.hljm_navbar_left {
  position: absolute;
  left: 0;
  top: 0;
  height: 44PX;
  padding-left: 16PX;
}

.hljm_navbar_right {
  position: absolute;
  right: 0;
  top: 0;
  height: 44PX;
  padding-right: 16PX;
}

.hljm_navbar_bd {
  flex: 1;
  overflow: hidden;
}

.hljm_navbar_logo {
  height: 44PX;
  background: url(http://qnm.hunliji.com/hlj_share.png) center no-repeat;
  background-size: 65PX 20PX;
}

.hljm_navbar_title {
  font-size: 18PX;
  text-align: center;
  color: #ff705e;
  padding: 0 44PX;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}

.hljm_navbar_link {
  display: block;
  font-size: 14PX;
  color: #ff705e;
}

.hljm_navbar_back {
  display: block;
  width: 44PX;
  height: 44PX;
  position: absolute;
  left: 0;
  top: 0;
  background: url('http://qnm.hunliji.com/o_1aqo07d2j1bot1t9scq6kql139v7.png') 16PX center no-repeat;
  background-size: 11PX 20PX;
}

.hljm_navbar_close {
  display: block;
  width: 44PX;
  height: 44PX;
  position: absolute;
  left: 0;
  top: 0;
  background: url('http://qnm.hunliji.com/o_1aqro1no515aunrvhvr1838gamc.png') 16PX center no-repeat;
  background-size: 16PX 16PX;
}

.hljm_navbar_home {
  display: block;
  width: 44PX;
  height: 44PX;
  position: absolute;
  right: 0;
  top: 0;
  background: url('http://qnm.hunliji.com/o_1aqo0ebjv1vf81smm8g91dnu1vc31s.png') 13PX center no-repeat;
  background-size: 20PX 19PX;
}

.hljm_navbar_cart {
  display: block;
  width: 44PX;
  height: 44PX;
  position: absolute;
  right: 0;
  top: 0;
  background: url('http://qnm.hunliji.com/o_1aqo0ebjvii75j31lbjkd119nl1d.png') 13PX center no-repeat;
  background-size: 20PX 19PX;
}

.hljm_navbar_refresh {
  display: block;
  width: 44PX;
  height: 44PX;
  position: absolute;
  right: 0;
  top: 0;
  background: url('http://qnm.hunliji.com/o_1aqo4h0jp92n8lo7pq11dq1ndv52.png') 10PX center no-repeat;
  background-size: 18PX 18PX;
}

.hljm_navbar_tab {
  font-size: 0;
  text-align: center;
  height: 44PX;
}

.hljm_navbar_tab_item {
  display: inline-block;
  margin: 0 32PX;
  padding: 0 3PX;
  height: 44PX;
  font-size: 14PX;
  line-height: 44PX;
  color: #666;
}

.hljm_navbar_tab_item.active {
  color: #ff705e;
  border-bottom: 2PX solid #ff705e;
}

.pt_navbar {
  padding-top: 44PX;
}

/* toast style */

.hljm_toast {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 90;
  transform: translate3d(-50%, -50%, 0);
  padding: 20PX;
  border-radius: 4PX;
  background: rgba(0, 0, 0, 0.55);
  font-size: 14PX;
  line-height: 100%;
  color: #fff;
  transition-duration: 600ms;
  opacity: 0;
}

.hljm_toast.fadeIn {
  opacity: 1;
}

/* nothing style */

.hljm_nothing {
  display: none;
  position: absolute;
  top: 110PX;
  left: 0;
  z-index: 70;
  width: 100%;
  padding-top: 120PX;
  background: url(http://qnm.hunliji.com/o_1b04mkbnc1ljb1cmb1iscnd11ig47.png) center 0 no-repeat;
  background-size: 142PX;
}

.hljm_nothing.active {
  display: block;
}

.hljm_nothing p {
  font-size: 15PX;
  line-height: 100%;
  color: #aaa;
  text-align: center;
}

.hljm_nothing a {
  display: block;
  margin: 44PX auto 0;
  width: 140PX;
  height: 36PX;
  border-radius: 18PX;
  font-size: 16PX;
  line-height: 36PX;
  text-align: center;
  color: #fff;
  background: #ff705e;
}

.nothing {
  position: relative;
}

.nothing .hljm_nothing {
  display: block;
}

/* your page style code */

/* Import your modules like `demo.less` */

body {
  background-color: #f2f3f6;
}

.hljm_navbar_left_logo {
  display: inline-block;
  width: 87px;
  height: 44PX;
  background: url("http://qnm.hunliji.com/o_1br8q9o0l1mlv7l47fraf718fr7.png") 0 5px no-repeat;
  background-size: 87px 30px;
}

.hljm_navbar_home_diy {
  display: block;
  width: 44PX;
  height: 44PX;
  position: absolute;
  right: 0;
  top: 0;
  background: url('http://qnm.hunliji.com/o_1c1rj2p7o1i4t1jvs1e2fjbq1s3q7.jpg') 13PX center no-repeat;
  background-size: 20PX 19PX;
}

#right-sidebar {
  width: 150px;
  background: #fff;
  font-size: 14px;
}

#right-sidebar li {
  width: 100%;
  height: 34px;
  border-bottom: 0.5px solid #e2e2e2;
  box-sizing: content-box;
  line-height: 34px;
  text-indent: 20px;
}

#right-sidebar li a {
  margin-top: 14px;
  height: 20px;
  line-height: 20px;
  display: block;
  color: #333;
}

#right-sidebar li.on a {
  border-right: 2px solid #f83244;
  color: #f83244;
}

.mgtop14 {
  padding-top: 14px;
}

.page-section {
  padding: 6px 10px 6px;
}

.waterfall-lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.column {
  width: 173.5px;
  position: relative;
}

.waterfall-item {
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
  margin: 3px 0;
}

.waterfall-item-small {
  height: 267px;
}

.waterfall-item-small .imgwrap {
  display: block;
  height: 173px;
  overflow: hidden;
}

.waterfall-item-big .imgwrap {
  display: block;
  height: 213.5px;
  overflow: hidden;
}

.waterfall-txt-wrap {
  box-sizing: border-box;
  padding: 0 10px 15px;
}

.waterfall-txt-wrap .waterfall-title {
  margin: 10px 0;
  font-size: 13px;
  color: #333;
  font-weight: bold;
}

.waterfall-txt-wrap .waterfall-detail {
  display: flex;
  justify-content: space-between;
}

.waterfall-txt-wrap .waterfall-detail-txt {
  flex: 1;
  font-size: 11px;
  color: #333;
  font-weight: bold;
  margin-left: 6px;
}

.waterfall-txt-wrap .aterfall-detail-name span {
  color: #999999;
}

.waterfall-txt-wrap .waterfall-avatar {
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
}

ul {
  list-style: none outside none;
  padding-left: 0;
}

.gallery li {
  display: block;
  float: left;
  height: 100px;
  margin-bottom: 6px;
  margin-right: 6px;
  width: 100px;
}

.gallery li a {
  height: 100px;
  width: 100px;
}

.gallery li a img {
  max-width: 100px;
}

#lightGallery-outer {
  background: linear-gradient(-90deg, #454342, #131517, #241c17, #454342);
}

#lightGallery-action,
#lightGallery-close {
  display: none;
}

#lightGallery_counter {
  top: 1.5rem;
  font-size: 18px;
  height: 1rem;
}

.back-arrow {
  position: fixed;
  left: 16px;
  top: 27.5px;
  width: 16px;
  height: 16px;
  z-index: 9999999!important
}
.back-arrow img{
  width: 16px;
  height: 16px;
}

.gallery-txt {
  position: absolute;
  width: 100%;
  max-width: 640PX;
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  padding: 10px 16px 27px;
}

.gallery-txt-title {
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gallery-txt-style {
  font-size: 14px;
  margin-top: 8px;
}
.gallery-txt-style span{
  margin-right: 10px;
}

.gallery-txt-btn {
  position: absolute;
  padding-left: 10px;
  font-size: 13px;
  right: 0;
  top: 40px;
  width: 143.5px;
  height: 29px;
  line-height: 29px;
  color: #fff;
  background: url("http://qnm.hunliji.com/o_1c8ui6cjr1ms61agoemb1b1vufkm.png") 0 0 no-repeat;
  background-size: cover;
}

.more-gallery-top-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.more-gallery-top {
  position: absolute;
  top: 6.7rem;
  padding: 0 15px;
}

.more-gallery-top-item {
  width: 167.5px;
}

/*.more-gallery-top-item {
  height: 167px;
}*/

.more-gallery-top-item p {
  height: 39px;
  line-height: 39px;
  font-size: 14px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.more-gallery-txt {
  position: absolute;
  top: 29rem;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 14px;
  color: #bfbfbe;
}
.lightGallery-slide img{
  width: 100%;
}