@charset "utf-8";
/* --------reset-------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
u,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}
ol,
ul {
  list-style: none;
}
a {
  color: #333;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a img {
  border: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
select,
textarea,
button {
  font: inherit;
  color: inherit;
}
fieldset,
img,
abbr,
acronym {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
strong,
th,
var {
  font-style: normal;
  vertical-align: middle;
}
em,
i {
  font-style: normal;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
header,
footer,
article,
section,
menu,
nav,
aside,
dialog,
figure,
figcaption,
hgroup,
details,
summary {
  display: block;
}
button,
select,
textarea,
input:not([type="radio"]):not([type="checkbox"]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
:focus {
  outline: 0;
} /* Form selected style modification */

/* --------global-------- */
/*body{font:63%/1.5 "PingFangSC-Regular","微软雅黑",tahoma,arial,\5b8b\4f53;overflow-x:hidden;}*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Pingfang SC, Microsoft Yahei,
    WenQuanYi Micro Hei, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  color: inherit;
}
body {
  background-color: #f6f7fa;
  --normal: #f85e2e;
  --border: #f4f3f3;
  --red: #ff3333;
  --blue: #81c2ff;
  --green: #019734;
  --yellow: #ffcf00;
  --black: #333333;
  --darkGray: #666666;
  --gray: #999999;
  --ghostWhite: #f3f3f3;
  --white: #ffffff;
}
.m-container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
}

/*字体自适应*/
.fs10 {
  font-size: 10px;
}
.fs11 {
  font-size: 11px;
}
.fs12 {
  font-size: 12px;
}
.fs13 {
  font-size: 13px;
}
.fs14 {
  font-size: 14px;
}
.fs15 {
  font-size: 15px;
}
.fs16 {
  font-size: 16px;
}
.fs18 {
  font-size: 18px;
}
.fs20 {
  font-size: 20px;
}
.fs24 {
  font-size: 24px;
}
.fs30 {
  font-size: 30px;
}
.fs40 {
  font-size: 40px;
}
@media screen and (min-device-width: 356px) {
  .fs10 {
    font-size: 11px;
  }
  .fs11 {
    font-size: 12px;
  }
  .fs12 {
    font-size: 13px;
  }
  .fs13 {
    font-size: 14px;
  }
  .fs14 {
    font-size: 16px;
  }
  .fs15 {
    font-size: 17px;
  }
  .fs16 {
    font-size: 18px;
  }
  .fs18 {
    font-size: 20px;
  }
  .fs20 {
    font-size: 24px;
  }
  .fs24 {
    font-size: 28px;
  }
  .fs30 {
    font-size: 34px;
  }
  .fs40 {
    font-size: 46px;
  }
}
.bgf {
  background-color: #fff;
}
.colred {
  color: #e13804;
}
.col0 {
  color: #000;
}
.col3 {
  color: #333;
}
.col6 {
  color: #666;
}
.col9 {
  color: #999;
}
.colc {
  color: #ccc;
}
.colf {
  color: #fff;
}
.red {
  color: var(--red);
}
.yellow {
  color: var(--yellow);
}
.blue {
  color: var(--blue);
}
.green {
  color: var(--green);
}
.col_own {
  color: var(--normal);
}
/* --------tools-------- */
.fl {
  float: left;
}
.fr {
  float: right;
}
.tl {
  text-align: left;
}
.tc {
  text-align: center;
}
.tr {
  text-align: right;
}
.vt {
  vertical-align: top;
}
.vm {
  vertical-align: middle;
}
.vb {
  vertical-align: bottom;
}
.relative {
  position: relative;
}
.block {
  display: block;
}
img {
  max-width: 100%;
}
img.imgm {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

/*图片 - 列表*/
.pic-view {
  display: block;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.pic-view img {
  max-width: 101%;
  width: 101%;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  top: 0 \9;
  left: 0 \9;
  top: 50% \9 \0;
  left: 50% \9 \0;
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.pic-view img[aspectFit] {
  max-height: 101%;
  height: 101%;
  max-width: none;
  width: auto;
}

/*清除浮动*/
.clearfix:after {
  content: "$";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
.clearfix {
  display: inline-block;
} /* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
} /* End hide from IE-mac */
.hidden {
  display: none;
}

/*文字截取*/
.single-line {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.multi-line {
  min-height: 3em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: clip;
  overflow: hidden;
}

/*1px 边框*/
[class*="m-hairline"]::after {
  position: absolute;
  content: " ";
  pointer-events: none;
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
  border: 0 solid var(--border);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
.m-hairline,
.m-hairline--top,
.m-hairline--left,
.m-hairline--right,
.m-hairline--bottom,
.m-hairline--surround,
.m-hairline--top-bottom {
  position: relative;
}
.m-hairline--top::after {
  border-top-width: 1px;
}
.m-hairline--left::after {
  border-left-width: 1px;
}
.m-hairline--right::after {
  border-right-width: 1px;
}
.m-hairline--bottom::after {
  border-bottom-width: 1px;
}
.m-hairline--top-bottom::after,
.m-hairline-unset--top-bottom::after {
  border-width: 1px 0;
}
.m-hairline--surround::after {
  border-width: 1px;
}

/*表单*/
.m-input {
  display: block;
  width: 100%;
  min-width: 0;
  margin: 0;
  border: 0;
  padding: 0;
  color: #333;
  background-color: transparent;
  resize: none;
}
.m-input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.m-input:-ms-input-placeholder {
  color: #999;
}
.m-input::-webkit-input-placeholder {
  color: #999;
}
.m-input-block {
  padding: 12px 15px;
  background-color: #f0f0f0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/*按钮*/
.m-button {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  height: 44px;
  padding: 0 15px;
  border: 1px #999 solid;
  background-color: #fff;
  color: #999;
  text-align: center;
  font-size: 16px;
  line-height: 42px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
button.m-button,
input.m-button,
button.m-button:focus,
input.m-button:focus {
  outline: 0;
  -webkit-appearance: none;
}
.m-button--primary {
  background: -webkit-linear-gradient(-46deg, #f8512f 0%, #f97a2d 100%);
  background: linear-gradient(-46deg, #f8512f 0%, #f97a2d 100%);
  box-shadow: 0 2px 6px 0 rgba(248, 82, 47, 0.3);
  color: #fff;
  border: 0;
}
.m-button--plain {
  color: var(--normal);
  border-color: var(--normal);
}
.m-button--square {
  border-radius: 0;
}
.m-button--round {
  -webkit-border-radius: 999px;
  border-radius: 999px;
}
.m-button--hairline {
  border: 0;
}
.m-button--hairline::after {
  border-color: inherit;
}
.m-button--small {
  min-width: 60px;
  height: 30px;
  padding: 0 8px;
  font-size: 12px;
  line-height: 28px;
}
.m-button--block {
  display: block;
  width: 100%;
}
.m-button--booking {
  border: 0;
  color: #fff;
  -webkit-background-image: linear-gradient(-46deg, #ff9200 0%, #ffd02a 100%);
  background-image: linear-gradient(-46deg, #ff9200 0%, #ffd02a 100%);
  -webkit-box-shadow: 0 1px 6px 0 rgba(255, 149, 2, 0.3);
  box-shadow: 0 1px 6px 0 rgba(255, 149, 2, 0.3);
  -webkit-border-radius: 999px;
  border-radius: 999px;
}
.m-button--booking:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-top: -3px;
  margin-right: 3px;
  background-image: url(../images/icon_button-booking.png);
  background-size: 100% 100%;
}
.m-button--signing {
  border: 0;
  color: #fff;
  -webkit-background-image: linear-gradient(-46deg, #f8512f 0%, #f97a2d 100%);
  background-image: linear-gradient(-46deg, #f8512f 0%, #f97a2d 100%);
  -webkit-box-shadow: 0 1px 6px 0 rgba(248, 83, 47, 0.3);
  box-shadow: 0 1px 6px 0 rgba(248, 83, 47, 0.3);
  -webkit-border-radius: 999px;
  border-radius: 999px;
}
.m-button--signing:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-top: -3px;
  margin-right: 3px;
  background-image: url(../images/icon_button-signing.png);
  background-size: 100% 100%;
}

/*模拟表格布局*/
.m-table {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.m-table-cell {
  display: table-cell;
  vertical-align: middle;
}
.m-table-cell.vt {
  vertical-align: top;
}
.m-table-cell.vb {
  vertical-align: bottom;
}

/*flex垂直对齐列表*/
.m-list-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.m-list-flex .m-cell-bd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  overflow: hidden;
}

/* flex组件 - 箭头 */
[class^="m-arrow-"] .m-cell-rt:after,
[class*="m-arrow-"] .m-cell-rt:after {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-width: 1px 1px 0 0;
  border-color: currentColor;
  border-style: solid;
  position: absolute;
  top: 50%;
  right: 2px;
  box-sizing: border-box;
}
.m-arrow-right .m-cell-rt,
.m-arrow-down .m-cell-rt,
.m-arrow-up .m-cell-rt {
  padding-right: 15px;
  position: relative;
}
.m-arrow-right .m-cell-rt:after {
  content: "";
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  margin-top: -4px;
}
.m-arrow-down .m-cell-rt:after {
  content: "";
  -webkit-transform: matrix(-0.71, 0.71, -0.71, -0.71, 0, 0);
  transform: matrix(-0.71, 0.71, -0.71, -0.71, 0, 0);
  margin-top: -8px;
}
.m-arrow-up .m-cell-rt:after {
  content: "";
  -webkit-transform: matrix(0.71, -0.71, 0.71, 0.71, 0, 0);
  transform: matrix(0.71, -0.71, 0.71, 0.71, 0, 0);
  margin-top: -2px;
}

/*富文本编辑器*/
.m-editor img {
  display: block;
  max-width: 100% !important;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

/*提示*/
.m-hint-num {
  position: relative;
}
.m-hint-num em {
  position: absolute;
  top: 0;
  right: -8px;
  z-index: 9;
  display: block;
  min-height: 6px;
  padding: 0 3px;
  background: #e6001f;
  font-style: normal;
  text-align: center;
  font-size: 12px;
  line-height: 13px;
  color: #fff;
  border-radius: 50px;
  -webkit-border-radius: 50px;
}
.m-hint-txt:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #e1454b;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  vertical-align: top;
  margin-left: 5px;
}

/*暂无*/
.m-nothing {
  padding: 50px;
  text-align: center;
}
.m-nothing img {
  display: block;
  width: 35%;
  margin: 0 auto;
}
.m-nothing p {
  margin-top: 20px;
  color: #d8d8d8;
}

/*阴影*/
.m-shadow {
  -webkit-box-shadow: 0 1px 6px 0 rgba(184, 189, 202, 0.3);
  box-shadow: 0 1px 6px 0 rgba(184, 189, 202, 0.3);
}
.m-shadow-blur {
  position: relative;
}
.m-shadow-blur::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0.4;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

/*弹窗*/
.popup-wrap {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 100;
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(0.9);
  transform: translate3d(-50%, -50%, 0) scale(0.9);
  opacity: 0;
  visibility: hidden;
}
.popup-wrap.popup-wrap_visible {
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
  transform: translate3d(-50%, -50%, 0) scale(1);
  opacity: 1;
  visibility: visible;
}
.popup-mask {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  visibility: hidden;
}
.popup-mask.popup-mask_visible {
  opacity: 1;
  visibility: visible;
}

.popup-wrap {
  max-width: 300px;
  width: 85vw;
  background-color: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.popup-title {
  position: relative;
  padding: 20px 40px;
}
.popup-title .title {
  text-align: center;
  line-height: 24px;
  font-size: 16px;
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.popup-main {
  max-height: 70vh;
  padding: 15px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.popup-close {
  position: absolute;
  left: 50%;
  bottom: -50px;
  display: block;
  width: 25px;
  height: 25px;
  background: url(../images/icon-upload-close.png);
  background-size: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/*jqweui样式重定义*/
.swiper-pagination.swiper-pagination-bullets {
  bottom: 0;
  padding: 0;
}
.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  width: 10px;
  height: 10px;
  background-color: #E5E5E5;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #0067D3;
}

.weui-icon-checked:before {
  content: "\EA01";
  vertical-align: middle;
  margin-top: -4px;
  margin-left: 0;
  margin-right: 5px;
  font-size: 20px;
}
.weui-check:checked + .weui-icon-checked {
}
.weui-check:checked + .weui-icon-checked:before {
  content: "\EA06";
  color: #f8512f;
}

.weui-switch {
  width: 35px;
  height: 20px;
}
.weui-switch:after,
.weui-switch:before {
  height: 18px;
}
.weui-switch:before {
  width: 33px;
}
.weui-switch:after {
  width: 18px;
}
.weui-switch:checked {
  border-color: var(--normal);
  background-color: var(--normal);
}
.weui-switch:checked:after {
  -webkit-transform: translateX(17px);
  transform: translateX(17px);
}

.toolbar .picker-button,
.weui-dialog__btn {
  color: var(--normal);
}
.toolbar,
.toolbar .title,
.weui-picker-modal .picker-items,
.weui-dialog__ft {
  font-size: 16px;
}

i.icon.icon-next,
i.icon.icon-prev {
  background: initial;
  line-height: 0.75rem;
}
i.icon.icon-next:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  border-top: 7px transparent solid;
  border-bottom: 7px transparent solid;
  border-left: 10px #a0a0a0 solid;
}
i.icon.icon-prev:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  border-top: 7px transparent solid;
  border-bottom: 7px transparent solid;
  border-right: 10px #a0a0a0 solid;
}
.picker-calendar-day.picker-calendar-day-selected span {
  color: var(--normal);
}

.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb40 {
  margin-bottom: 40px;
}
.plr40 {
  padding-left: 40px;
  padding-right: 40px;
}
.w25{
  margin: 0 0 20px;
  width: 25%;
  font-size: 24px;
  line-height: 28px;
}

.mr10{
  margin-right: 10px;
}