/**
 * @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%;
  height: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */

html,
body {
  height: 100%;
}
body {
  margin: 0;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}

/* 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: 320px;
  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` */

.hljm_navbar_back_diy {
  display: block;
}

.hljm_navbar_back_diy mip-img {
  /* height: 44PX; */
}

.hljm_navbar_home_diy {
  display: block;
  width: 44px;
  height: 44px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -22px;
  background: url(http://qnm.hunliji.com/o_1c91888t94g96cv162h34ipjoc.png) 13px center no-repeat;
  background-size: 16px 15px;
}

.hljm_navbar_city {
  /* height: 44PX; */
  flex: 1;
  padding-left: 72px;
  font-size: 12px;
  color: #333;
}

.hljm_navbar_city .cityname {
  display: inline-block;
  vertical-align: middle;
  padding-left: 8px;
  color: #333;
}

.hljm_navbar_city .arrow {
  /*box-sizing: border-box;*/
  display: inline-block;
  vertical-align: middle;
  /*padding-left: 6px;*/
  width: 14px;
  height: 14px;
  background: url(http://qnm.hunliji.com/o_1c91888t917qf1arv195e13m2mmsa.png) center no-repeat;
  background-size: 10px 5.5px;
  background-position: 50%;
}

.hljm_navbar_search {
  position: relative;
  left: -40px;
  flex: 0 0 162.5px;
  line-height: 28px;
  background: #f2f3f6 url(http://qnm.hunliji.com/o_1c91888t91fmk1v1a5sf1ot51kqpd.png) 8px center
    no-repeat;
  background-size: 12px 12px;
  font-size: 13px;
  border-radius: 2px;
  overflow: hidden;
}

.hljm_navbar_search #secrch {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  padding-left: 25px;
  height: 28px;
  line-height: 28px;
}

#secrch::-webkit-input-placeholder {
  font-size: 13px;
  color: #999;
}

/*******sidelist*******/

#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;
}

/*******end*******/

.menu-wrap {
  margin-bottom: 10px;
  zoom: 1;
  overflow: hidden;
  background-color: #fff;
  padding-bottom: 15px;
}

.meni-item {
  float: left;
  display: inline-block;
  width: 20%;
  margin-top: 14px;
  text-align: center;
}

.meni-item-img {
  width: 38px;
  height: 38px;
}

.meni-item-txt {
  margin-top: 7px;
  font-size: 11px;
  color: #666;
}

/*---------------tab-------------*/

.page-top {
  width: 100%;
  color: #333;
}

.tab-header {
  position: relative;
  background-color: #fff;
  zoom: 1;
  overflow: hidden;
}

.tab-header li.active span {
  color: #f83244;
}
.tab-header li.active span i {
  border-width: 0 4px 4px 4px;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #f83244 transparent;
}

.tab-header-item {
  float: left;
  display: inline-block;
  position: relative;
  width: 25%;
  height: 44px;
  line-height: 44px;
  text-align: center;
}
.tab-header-item span {
  display: inline-block;
}

.tab-header-item:not(:last-child):after {
  content: ' ';
  position: absolute;
  top: 0;
  left: right;
  width: 100%;
  height: 1px;
  background: #e7e7e7;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  transform-origin: 0 0;
}

.tab-header-item i {
  vertical-align: top;
  margin: 20px 0 0 5px;
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 4px 4px 0 4px;
  border-style: solid dashed dashed dashed;
  border-color: #999 transparent transparent transparent;
}
.tab-header-item .active {
  color: #f83244;
}

.tab-header-item .active i {
  vertical-align: top;
  margin: 20px 0 0 5px;
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 0 4px 4px 4px;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #f83244 transparent;
}

.sort-nav {
  position: fixed;
  top: 12.8vw;
  left: 0;
  right: 0;
  z-index: 89;
  max-width: 640px;
  margin: 0 auto;
  background: #fff;
  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;
}

.active .arrow {
  border-width: 0 4px 6px 4px;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #333 transparent;
}

.tab-header-item:not(:last-child):after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 1px;
  height: 16px;
  background-color: #e7e7e7;
}

.tab-con {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.tab-con .tab-con-list {
  padding: 10px 20px;
  border-top: 0.5px solid #e2e2e2;
  background-color: #fff;
}

.tab-con .tab-con-list li {
  padding-bottom: 30px;
}

.tab-con .tab-con-list li.active a {
  color: red;
}
.sort-cont {
  display: none;
  background: #fff;
}
.sort-cont.active {
  display: block;
}

.sort-cont-box {
  overflow-y: auto;
  position: fixed;
  top: 88px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  max-width: 640px;
  z-index: 88;
  background: rgba(0, 0, 0, 0.4);
  display: none;
}

.sort-cont-list li {
  padding-left: 19px;
  height: 40px;
  font-size: 13px;
  line-height: 40px;
  color: #666;
  position: relative;
}
.sort-cont-list li.active:before {
  display: block;
  content: '\20';
  position: absolute;
  width: 13px;
  height: 10px;
  background: url(http://qnm.hunliji.com/o_1ags10o7q1eci7g87j0dqjqpu7.png) 0 0 no-repeat;
  background-size: 100% 100%;
  top: 15px;
  right: 16px;
}
.sort-cont-list li:after {
  content: '\20';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e7e7e7;
  -webkit-transform: scaleY(0.5);
  -ms-transform: scaleY(0.5);
  transform: scaleY(0.5);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.sort-cont-list li.active {
  color: #f83244;
}

.sort-cont-filter {
  padding: 16px 7px;
}

.filter-title {
  font-size: 13px;
  line-height: 100%;
  color: #666;
  margin-bottom: 12px;
  padding-left: 5px;
}

.filter-tab {
  font-size: 13px;
  line-height: 100%;
  color: #666;
  margin-bottom: 12px;
  padding-left: 5px;
}

#j_sortContFilter {
  margin-bottom: 3px;
}
.sort-cont-filter {
  padding: 16px 7px;
}
.tc {
  text-align: center;
}
.filter-normal li {
  float: left;
  width: 50%;
  padding: 0 5px;
}
.filter-normal li > div {
  height: 60px;
  padding: 15px 0;
  background: #f4f4f3;
  border-radius: 4px;
  font-size: 14px;
  line-height: 100%;
  color: #666;
}

.filter-normal li span {
  display: block;
  margin-top: 5px;
  font-size: 11px;
  color: #999;
}

.filter-normal li.actives > div {
  color: #f83244;
  background: url(http://qnm.hunliji.com/o_1bejveqmcvuq18s3b9e1gan9c37.png) 0 0 no-repeat;
  background-size: 99% 100%;
}

.filter_btn {
  width: 240px;
  height: 36px;
  background-color: #f83244;
  font-size: 14px;
  color: #fff;
  border-radius: 3px;
  display: block;
  margin: 20px auto;
  margin-bottom: 0;
  font-size: 100%;
  font: inherit;
  border: none;
  outline: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}
.btn-box {
  display: flex;
}

.comfir_btn {
  flex: 1;
  height: 32px;
  background-color: #f83244;
  color: #fff;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 100%;
  font: inherit;
}
.reset_btn {
  flex: 1;
  height: 32px;
  background-color: #fff;
  color: #f83244;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 100%;
  font: inherit;
}

.active {
  display: block;
}
/*---------------tabEnd-------------*/

.on-line {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.two-line {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.three-line {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.clearfix {
  overflow: auto;
  zoom: 1;
}

.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  z-index: 999;
  width: 100%;
  background: #fff;
  background-position: 0 0;
  background-repeat: repeat-x;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}

.footer .bottom-bar-hd {
  position: relative;
  display: flex;
  flex: 0 0 153px;
  width: 153px;
  text-align: center;
  font-size: 10px;
}

.footer .bottom-bar-hd a {
  flex: 1;
  padding-top: 30px;
  color: #f83244;
}

.footer .bottom-bar-hd .shop {
  background: url('http://qnm.hunliji.com/o_1cc2j6n541od1og2ug819ju1002e.png') 50% 30% no-repeat;
  background-size: 18px 17px;
}

.footer .bottom-bar-hd .consult {
  background: url('http://qnm.hunliji.com/o_1cc2j6n541cer1bcr13oqe8n1jkpf.png') 50% 30% no-repeat;
  background-size: 18px 17px;
}
.footer .bottom-bar-hd .chat {
  position: relative;
  background: url('http://qnm.hunliji.com/o_1dh0b4urd122p2ssqlh14p610jn9.png') 50% 30%no-repeat;
  background-size: 18px 18px;
}

.footer .bottom-bar-hd .treat {
  background: url('http://qnm.hunliji.com/o_1cc2j6n54b3u1i3s1l7gees8h7g.png') 50% 30% no-repeat;
  background-size: 18px 17px;
}
.footer .bottom-bar-hd .chat i {
  position: absolute;
  top: 7px;
  right: 10px;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #f83244;
  border-radius: 50%;
}

.footer .bottom-bar-bd {
  flex: 1;
  background: #f83244;
  text-align: center;
}

.footer .bottom-bar-bd .bottom-bar-btn {
  line-height: 50px;
  font-size: 16px;
  color: #fff;
}

.prevetwinow {
  overflow: hidden;
}

/*弹层样式*/
.modal-gift {
  padding: 16px;
}

.modal-gift__tips {
  font-size: 13px;
  line-height: 100%;
  color: #999;
  margin-bottom: 3px;
}

.modal-gift__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
  margin-top: 8px;
  padding-right: 24px;
}

.modal-gift__label {
  display: block;
  width: 68px;
  font-size: 13px;
  line-height: 100%;
  color: #666;
}

.modal-gift__input {
  color: #666;
  border: 1px solid #d7d7d7;
}

.modal-gift__input {
  padding: 5px 8px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 30px;
  font-size: 13px;
  line-height: 18px;
  color: #666;
  border: 1px solid #d2d2d2;
  border-radius: 6px;
}

.sect__head {
  height: 48px;
  overflow: hidden;
  position: relative;
}

.sect__head__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 48px;
  padding: 0 16px;
}

.privilege__tag {
  display: inline-block;
  vertical-align: middle;
  height: 14px;
  padding: 0 1px;
  border: 1px solid #e8b45e;
  border-radius: 2px;
  font-size: 10px;
  line-height: 12px;
  color: #e8b45e;
  margin-right: 8px;
  text-align: center;
}

.modal-notice__txt,
.modal__box .sect__head__title {
  color: #666;
  font-size: 14px;
}
.modal__hd .sect__head:after {
  background: #e7e7e7;
}
.sect__head:after {
  content: '\20';
  position: absolute;
  bottom: 0;
  left: 16px;
  width: 100%;
  height: 1px;
  background: #d2d2d2;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.modal-price {
  color: rgb(248, 50, 68);
  font-size: 20px;
  font-weight: 700;
  line-height: 14px;
  margin-right: 16px;
}

.modal-price i {
  font-size: 12px;
}
.modal-coupons-hd {
  margin-bottom: 12px;
}

.modal-desc {
  color: rgb(51, 51, 51);
  font-size: 13px;
  line-height: 14px;
}
.modal-time {
  color: rgb(153, 153, 153);
  font-size: 12px;
  line-height: 14px;
}
.modal-coupons-item {
  position: relative;
}
.modal-coupons-item:after {
  content: '\20';
  position: absolute;
  left: 16px;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #d2d2d2;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.fontblod {
  font-weight: 700;
}

.loadmore {
  display: none;
  height: 40px;
  font-size: 12px;
  line-height: 40px;
  color: #aaa;
  text-align: center;
}
.loadmore.active {
  display: block;
}
.loadmore-loading {
  display: inline-block;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  margin: 6px;
  border: 1px solid #d7d7d7;
  border-bottom-color: transparent;
  vertical-align: middle;
  -webkit-animation: rotate 0.75s linear infinite;
  animation: rotate 0.75s linear infinite;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.ft14 {
  font-size: 14px;
}

.hljm_loadmore {
  display: none;
  height: 40px;
  font-size: 12px;
  line-height: 40px;
  color: #aaa;
  text-align: center;
}
.hljm_loadmore.active {
  display: block;
}
.hljm_loadmore_loading {
  display: inline-block;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  margin: 6px;
  border: 1px solid #d7d7d7;
  border-bottom-color: transparent;
  vertical-align: middle;
  -webkit-animation: rotate 0.75s linear infinite;
  animation: rotate 0.75s linear infinite;
}

.hljm_nothing {
  display: none;
  position: absolute;
  top: 320px;
  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;
}
.active {
  display: block;
}

.rating-sect .rating-head .rating-type p {
  display: inline-block;
  height: 26px;
  line-height: 26px;
  margin-right: 10px;
  margin-top: 10px;
  padding: 0 13px;
  background: #fff3f5;
  border-radius: 4px;
}
.fixed {
  position: fixed;
  top: -44px;
  z-index: 99;
}

.shop-head-name h3 {
  max-width: 190px;
}

/*不应用这个，避免fixed冲突*/
.bottom-line {
  position: relative;
  border: none;
}
.bottom-line:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e7e7e7;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.top-line:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e7e7e7;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  transform-origin: 0 0;
}
.primary {
  color: #f83244;
}
.gap {
  height: 10px;
  background: #f2f3f6;
}
